@charset "utf-8";
/* CSS Document */

body, div, dd, dt, ol, ul, li, h1, h2, h3, h4, h5, h6, form, fiedlset, input, p, th, td, tr, tbody, a, img, lable {
	margin: 0;
	padding: 0;
}
adress, caption, cate, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul, li {
	list-style: none;
}
caption, th {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
fieldset, img {
	border: 0 none;
}
a {
	text-decoration: none;
	color: #373737;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tg {
	text-align: center;
}
.hd {
	height: auto;
	display: table;
}
.cb {
	clear: both;
}
.mt40 {
	margin-top: 40px;
}
.mg1310 {
	width: 1310px;
	margin: 0 auto;
}
ul {
	height: auto;
	display: table;
}
body {
	font-family: "Microsoft YaHei";
	font-size: 1rem;
}
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.eot'); /* IE9*/
	src: url('../font/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome, firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
/*分页样式*/

#pageNav {
    padding: 10px 0;
    text-align: center;
}

#pageNav ul {
    display: inline-block;
}


#pageNav ul  span{
	 float: left;
	 display: block;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
}

#pageNav ul :last-child {
    margin-right: 0;
}

#pageNav ul  span a{
	float: left;
    display: block;
    height: 26px;
    min-width: 26px;
    line-height: 26px;
    padding: 0 10px;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    font-size: 16px;
    color: #666;
    text-align: center;
    transition: all .25s;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#pageNav ul span:not(.disabled) a:hover {
    background-color: #4db1e2;
    border-color: #4db1e2;
    color: #fff;
    transition: all .25s;
}

.uni-page .pagination .active.page-item.disabled .page-link {
    background-color: #ff5722;
    border-color: #ff5722;
    color: #fff;
}


.iconfont {
	font-family: "iconfont" !important;
	font-size: 14px;
	line-height: 1.5em;
	color: #4db1e2;
	font-style: normal;
	font-weight: 100;
	float: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.header {
	position: fixed;
	margin: 0 auto;
	right: 0px;
	left: 0px;
	z-index: 9999;
}
.header .top {
	padding-top: 5px;
	height: 30px;
}
.header .top span {
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
	font-family: "Microsoft YaHei";
}
.header .top .en a {
	color: aliceblue;
}
.logo {
	position: relative;
}
.logotop {
	font-family: "iconfont" !important;
	font-size: 1.3em;
	color: #8fc41e;
	font-style: normal;
	font-weight: 100;
	float: left;
	line-height: 1.5em;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	left: 1.8em;
	top: 0.2em;
}
.logomin {
	font-family: "iconfont" !important;
	font-size: 6em;
	color: #00307c;
	font-style: normal;
	font-weight: 100;
	float: left;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.menu {
	height: 80px;
}
/* 下拉菜单样式*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.navBar {
	position: relative;
	z-index: 1;
	color: #fff;
	height: 40px;
	line-height: 40px;
}
.nav {
	margin: 0 auto;
	font-family: "Microsoft YaHei", SimSun, SimHei;
}
.nav h3 {
	font-weight: normal;
	font-size: 14px;
}
.nav .m {
	position: relative;
	float: left;
	width: 102px;
	margin: 0 10px;
	display: inline;
	text-align: center;
}
.nav .m h3 i {
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 7px;
	height: 4px;
	background: url(../images/icon.png) 0 -280px no-repeat;
	overflow: hidden;
	margin: -2px 0 0 5px;
	vertical-align: middle;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.nav h3 a {
	zoom: 1;
	height: 40px;
	line-height: 50px;
	padding: 12px 0;
	display: block;
	color: #fff
}
.nav .on h3 a {
	padding: 11px 0;
	border-bottom: 2px solid #f00;
}
.nav .on h3 a i {
	filter: alpha(opacity=100);
	opacity: 1;
}
.nav .sub {
	display: none; /*默认隐藏*/
	width: 108px;
	padding: 10px 0;
	position: absolute;
	right: auto;
	top: 70px;
	background: #eee;
	float: left;
	line-height: 30px;
}
.nav .sub li {
	text-align: center;
}
.nav .sub li a {
	color: #333;
	display: block;
	zoom: 1;
}
.nav .sub li a:hover {
	background: #ddd;
	color: #4db1e2;
}
.nav .sub dl {
	display: inline-block;
*display:inline;
	zoom: 1;
	vertical-align: top;
	padding: 15px 29px;
	line-height: 26px;
}
.nav .sub dl a:hover {
	color: #c00;
}
.nav .sub dl dt a {
	color: #000;
}
.nav .sub dl dd a {
	color: #999;
	padding-left: 7px;
	background: url(../images/icon.png) 0 -332px no-repeat;
}
.nav #m2 .sub {
	z-index: 1;
	width: 1152px;
	left: -548px;
}
/*banner特效*/
.fullSlide {
	width: 100%;
	position: relative;
	height: 610px;
	background: #000;
	overflow: hidden;
}
.fullSlide .bd {
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 610px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 610px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 45%;
	height: 30px;
	line-height: 30px;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
*display:inline;
	zoom: 1;
	width: 42px;
	height: 11px;
	margin: 1px;
	overflow: hidden;
	background: #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	line-height: 999px;
}
.fullSlide .hd ul .on {
	background: #f00;
}
.fullSlide .prev, .fullSlide .next {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	margin-top: -30px;
	left: 15%;
	width: 40px;
	height: 60px;
	background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.fullSlide .next {
	left: auto;
	right: 15%;
	background-position: -5px -137px;
}
/*-------------------------------------------产品展示*/
.showtit {
	line-height: 50px;
	text-align: center;
}
.showtit h2 {
	margin-top: 40px;
	font-size: 36px;
	color: #4db1e2;
}
.showtit p {
	padding: 0 10%;
	font-size: 16px;
	color: #8b9096;
}
.slideTxtBox {
	width: 1310px;
	text-align: left;
}
.slideTxtBox .hd {
	width: 800px;
	height: 50px;
	line-height: 50px;
	padding: 0 10px 0 20px;
	margin: 0 auto;
	position: relative;
}
.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 20px;
	top: -1px;
	height: 32px;
}
.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;
	cursor: pointer;
	width: 130px;
	text-align: center;
}
.slideTxtBox .hd ul li.on {
	height: 50px;
	background: #4db1e2;
	color: #ffffff;
}
.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
	width: 1280px;
}
.slideTxtBox .bd li {
	width: 313px;
	height: 285px;
	float: left;
}
.slideTxtBox .bd li img {
	width: 100%;
}
.slideTxtBox .bd li h4 {
	font-size: 18px;
	position: absolute;
	left: 0;
	right: 0;
	top: 210px;
	color: #4db1e2;
}

.slideTxtBox .bd .promore {
	width: 150px;
	height: 40px;
	text-align: center;
	color: #020c14;
	margin: 40px auto;
}
.slideTxtBox .bd .promore a {
	display: block;
	width: 150px;
	border: 1px solid #020c14;
	border-radius: 5px;
	height: 40px;
	line-height: 40px;
}
.slideTxtBox .bd .promore a:hover {
	color: #ffffff;
	border: 1px solid #4db1e2;
	background-color: #4db1e2;
}
.aboutshow {
	width: 100%;
	height: 500px;
	background: url(../images/aboutbg.jpg) no-repeat;
}
.aboutus {
	padding-top: 80px;
	line-height: 30px;
	color: #ffffff;
}
.aboutus p {
	font-size: 2.143rem;
	margin-bottom: 20px;
}
.aboutus span {
	font-size: 1rem;
}
.aboutus a {
	margin-top: 30px;
	display: block;
	border: 1px solid #ffffff;
	height: 50px;
	width: 150px;
	color: #ffffff;
	line-height: 50px;
	text-align: center;
	border-radius: 1px;
	font-size: 18px;
}
.aboutus a:hover {
	background-color: #ffffff;
	color: #333333;
}
/*新闻资讯样式*/
.multipleLine {
	overflow: hidden;
	position: relative;
	width: 1310px;
}
.multipleLine .hd {
	overflow: hidden;
	height: 30px;
	margin: 0 auto;
	padding: 0 10px;
}
.multipleLine .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
}
.multipleLine .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}
.multipleLine .hd ul li.on {
	background-position: 0 0;
}
.multipleLine .bd {
	padding: 10px;
	height: 300px;
	overflow: hidden;
}
.multipleLine .bd ul {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
}
.multipleLine .bd ul li {
	margin: 20px 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	width: 412px;
	height: 93px;
}
.multipleLine .bd ul li .pic a {
	float: left;
	width: 85px;
	display: block;
	height: 85px;
	border: 1px solid #333;
	border-radius: 100%;
	text-align: center;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.multipleLine .bd ul li .pic a:hover {
	border: 1px solid #fff;
	;
	background-color: #4db1e2;
}
.multipleLine .bd ul li .pic a:hover p {
	color: #ffffff;
}
.multipleLine .bd ul li .pic a:hover span {
	color: #ffffff;
}
.multipleLine .bd ul li .pic p {
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
	color: #333;
	margin-top: 17px;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.multipleLine .bd ul li .pic span {
	font-style: normal;
	font-size: 14px;
	color: #333;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.multipleLine .bd ul li .title {
	line-height: 24px;
	margin-left: 20px;
	padding-top: 5px;
	float: left;
	width: 260px;
}
.multipleLine .bd ul li .title h2 {
	color: #020c14;
	font-size: 16px;
	-webkit-transition: all .25s ease-out;
	transition: all .25s ease-out;
}
.multipleLine .bd ul li .title a:hover h2 {
	color: #4db1e2;
}
.multipleLine .bd ul li .title p {
	max-height: 50px;
	overflow: hidden;
	margin-top: 10px;
	color: #8b9096;
	font-weight: 300;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
}
.footer {
	margin-top: 20px;
	background: #4db1e2;
}
.footertit {
	padding: 50px 0 27px;
	text-align: center;
}
.footertit h1 {
	font-size: 30px;
	font-weight: 800;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	color: #ffffff;
	line-height: 28px;
}
.footertit p {
	color: #ffffff;
	font-size: 14px;
	line-height: 28px;
	margin: 15px 0 0;
}
/*提交框特效*/
.container {
	width: 60%;
}
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em;
	max-width: 295px;
	width: calc(100% - 2em);
	vertical-align: top;
}
.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	color: #ffffff;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}
.input__field:focus {
	outline: none;
}
.input__label {
	display: inline-block;
	float: right;
	width: 40%;
	color: #ffffff;
	font-weight: bold;
	font-size: 70.25%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}
/* Individual styles */



/* Jiro */
.input--jiro {
	margin-top: 2em;
}
.input__field--jiro {
	width: 100%;
	background-color: #87cbed;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.input__label--jiro {
	position: absolute;
	left: -10px;
	width: 100%;
	height: 100%;
	text-align: left;
	pointer-events: none;
}
.input__label-content--jiro {
	-webkit-transition: -webkit-transform 0.3s 0.3s;
	transition: transform 0.3s 0.3s;
}
.input__label--jiro::before, .input__label--jiro::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.input__label--jiro::before {
	border-top: 2px solid #ffffff;
	-webkit-transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	transform: translate3d(0, 100%, 0) translate3d(0, -2px, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.input__label--jiro::after {
	z-index: -1;
	background: #ffffff;
	-webkit-transform: scale3d(1, 0, 1);
	transform: scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}
.input__field--jiro:focus, .input--filled .input__field--jiro {
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.input__field--jiro:focus + .input__label--jiro .input__label-content--jiro, .input--filled .input__label-content--jiro {
	-webkit-transform: translate3d(0, -80%, 0);
	transform: translate3d(0, -80%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.input__field--jiro:focus + .input__label--jiro::before, .input--filled .input__label--jiro::before {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.input__field--jiro:focus + .input__label--jiro::before, .input--filled .input__label--jiro::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.input__field--jiro:focus + .input__label--jiro::after, .input--filled .input__label--jiro::after {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.txt {
	width: 620px;
	color: #ffffff;
	border: none;
	padding: 10px;
	overflow: hidden;
	background-color: #87cbed;
}
.tijiao,.yanzheng {
	margin-top: 20px;
	background-color: #87cbed;
	color: #ffffff;
	border: none;
	width: 220px;
	height: 50px;
}

.yanzhengma{
	color: #ffffff;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.yanzhengimg{
	position: relative;
	top: 15px;
}
/*底部联系方式*/
.footerright {
	text-align: right;
}
#footicon {
	margin-top: 100px;
	font-family: "iconfont" !important;
	font-size: 64px;
	position: relative;
	left: 190px;
	color: #ffffff;
	font-style: normal;
	font-weight: 100;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.footerright p {
	font-size: 12px;
	margin: 15px 0 10px;
	text-align: right;
	color: #ffffff;
}
.footerright .foottel {
	font-size: 44px;
	color: #ffffff;
	font-weight: 700;
	height: 35px;
	display: block;
	line-height: 35px;
}
.footerright .footemail {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
	text-align: right;
	margin: 10px 3px;
}
.banquan {
	text-align: center;
	margin-top: 30px;
	height: 40px;
	font-size: 1rem;
	color: #c5d6e0;
}
.link {
	padding-top: 10px;
	color: #ffffff;
}
.link a:before {
	content: "/";
	color: #87cbed;
	padding: 5px;
}
.link a {
	color: #ffffff;
}
/*---------------------------------------------------page----------------------------------*/

.intop {
	background-color: #000000;
}
.inmenu {
	background-color: #ffffff;
}
.innavBar h3 a {
	color: #020c14;
}
.pagemenu {
	border: 1px solid #e7edf0;
	height: 76px;
}
.pagemenu ul {
	width: 600px;
	margin: 0 auto;
}
.pagemenu ul li {
	line-height: 76px;
	width: 150px;
	text-align: center;
	float: left;
}
.pagemenu ul li a {
	color: #4db1e2;
}
.pagemenu ul li a:hover {
	color: #4db1e2;
}
/*产品列表页*/
.prolist {
	background-color: #f2f2f2;
	padding: 30px;
}
.promenu, .newsmenu {
	background-color: #ffffff;
	height: 76px;
}
.promenu ul {
	width: 800px;
	margin: 0 auto;
}
.promenu ul li, .newsmenu ul li {
	line-height: 70px;
	float: left;
	width: 120px;
}
.promenu ul li a, .newsmenu ul li a {
	display: block;
	color: #999999;
}
.promenu ul li a:hover, .newsmenu ul li a:hover {
	color: #4db1e2;
}
.proul {
	width: 100%;
}
.proul2 {
	width: 80%;
}
.proul2 li {
	width: 45%;
	margin: 15px;
	height: 306px;
	overflow: hidden;
	background: #ffffff;
	float: left;
}
.proul2 li img {
	width: 55%;
	float: left;
	margin-top: 40px;
}
.proul2 li .proright {
	position: relative;
	width: 40%;
	float: left;
}
.proul2 li .proright h3 {
	position: absolute;
	font-size: 22px;
	color: #020c14;
	top: 40px;
}
.proul2 li .proright p {
	position: absolute;
	top: 105px;
	max-height: 82px;
	font-size: 14px;
	color: #8b9096;
}
.proul2 li .proright a {
	position: absolute;
	top: 240px;
	color: #8b9096;
	display: block;
	text-align: center;
	width: 140px;
	height: 40px;
	border: 1px solid #8b9096;
	line-height: 40px;
}
.proul2 li .proright a:hover {
	color: #ffffff;
	background-color: #4db1e2;
}
/*-------------------------新闻列表页----------------------*/
.newsmenu ul {
	width: 450px;
	margin: 0 auto;
}
.newsmenu {
	border-bottom: 1px solid #e7edf0;
}
.news-l {
	width: 75%;
}
.news-l ul li a h2 {
	margin: 20px 0 20px 0;
	font-size: 22px;
}
.news-l ul li {
	border-bottom: 1px solid #8b9096;
	padding: 30px 0 20px 0;
}
.news-l ul li p {
	float: left;
	color: #8b9096;
	margin-bottom: 10px;
	font-size: 13px;
	width: 75%;
}
.news-l ul li a:hover {
	color: #4db1e2;
}
.news-l ul li .newsmore {
	display: block;
	float: right;
	height: 40px;
	line-height: 40px;
	width: 150px;
	text-align: center;
	border: 1px solid #8b9096;
}
.news-l ul li .newsmore:hover {
	background-color: #4db1e2;
	border: none;
	color: #ffffff;
}
.news-l ul li .newsdate {
	clear: both;
	color: #8b9096;
	padding-top: 10px;
}
.news-l ul li .newsdate span {
	font-size: 22px;
	margin-right: 5px;
}
.news-r {
	width: 17%;
	margin-top: 40px;
}
.news-r p {
	margin-bottom: 10px;
	color: #020c14;
}
.news-r ul li {
	border: 1px solid #e4eaec;
	padding: 10px;
}
.news-r ul li a {
	color: #020c14;
	font-size: 14px;
}
/*新闻单页*/
.newssingle {
	margin-bottom: 40px;
	color: #5A5A5A;
	line-height: 50px;
}
.newssingle h1 {
	font-size: 30px;
	line-height: 1.5;
	color: #020c14;
	margin-bottom: 5px;
	margin-top: 10px;
}
.newssingle span {
	font-weight: 300;
	line-height: 1.571429;
	font-size: 16px;
}
.newssingle p {
	margin-top: 10px;
	font-weight: 400;
	line-height: 2;
	font-size: 16px;
	color: #222;
	word-wrap: break-word;
}
.pre, .next {
	width: 400px;
	padding-left: 5px;
	border: 1px solid #e4eaec;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.pre a:hover, .next a:hover {
	color: #4db1e2;
}
/*----------------------------产品详情页-----------------------------------*/
.prosinglemenu {
	height: 50px;
	max-height: 350px;
}
.prosingletop img {
	float: left;
}
.prosingle-r {
	width: 42%;
}
.prosingle-r h1 {
	margin-bottom: 11px;
	font-size: 24px;
	line-height: 1.2;
}
.prosingle-r p {
	color: #8b9096;
}
.prosinglecon {
	margin-top: 40px;
}
.prosinglecon p {
	font-size: 16px;
}
.prosinglecon h4 {
	color: #020c14;
	text-align: center;
	font-size: 14px;
}
.prosinglecon a:hover h4 {
	color: #62a8ea;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.protuijian {
	width: 25%;
}
.protuijian img {
	width: 100%;
	border: 1px solid #642021;
	padding: 5px;
	height: 184px;
}
.protuijian ul li {
	margin-top: 20px;
}
.procon {
	width: 70%;
}
.protit {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e4eaec;
}
.prodetail {
	margin-top: 20px;
	padding-left: 20px;
	font-size: 16px;
	color: #2a333c;
	line-height: 2.8;
}
.pagecon {
	padding-top: 20px;
	font-size: 18px;
	line-height: 40px;
}
/* ————————————————————————————————————英文站——————————————————————————————————————*/

.en-news ul li img {
	width: 400px;
}
.en-news ul li {
	width: 400px;
	margin-left: 20px;
	float: left;
}
.en-news ul li h3 {
	font-weight: 700;
	margin-top: 20px;
	width: 400px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 17px;
}
.en-news ul li span, .en-news ul li .readmore a {
	color: #9e9e9e;
}
.en-news ul li .readmore a:hover {
	color: #4db1e2;
}
.en-news ul li h3 a:hover {
	color: #4db1e2;
}
.en-news ul li .readmore {
	text-align: right;
}
.container table {
	margin-left: 100px;
	margin-top: 75px;
	color: #ffffff;
}
.container table tr:first-child {
	font-family: Cambria, 'Hoefler Text', 'Liberation Serif', Times, 'Times New Roman', 'serif';
	font-size: 20px;
	font-weight: 700;
}
.container table tr td {
	height: 40px;
	width: 222px;
}
.container table tr td a {
	color: aliceblue;
}
.container table tr td a:hover {
	color: brown
}
section {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	transform-style: preserve-3d;
	
}
section .card {
	width: 313px;
	height: 250px;
	float: left;
	text-align: center;
	position: relative;
	
	transform-style: preserve-3d;
	perspective: 1000px;
}
section .card .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform-style: preserve-3d;
	transition: 1s ease;
}
section .card:hover .box {
	transform: rotateY(180deg);
}
section .card:hover h4{
	color: aliceblue;
}
section .card .box .imgBx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
section .card .box .imgBx img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
}
section .card .box .contentBx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #979797;
	backface-visibility: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	transform-style: preserve-3d;
	transform: rotateY(180deg);
}
section .card .box .contentBx div {
	transform-style: preserve-3d;
	padding: 20px;
	background: linear-gradient(45deg, #4db1e2,#8fc41e);
	transform: translateZ(100px);
}
section .card .box .contentBx p {
	color: #fff;
	text-align: left;
	font-size: 16px;
}
