/* 初始化&公用 */
* {
	padding: 0;
	border: 0;
	margin: 0;
}

@font-face {
	font-family: YaHeiLight;
	src: url('/addons/cms/view/default/font/Microsoft\ YaHei\ UI\ Light.ttf');
}

@font-face {
	font-family: PMZD;
	src: url('/addons/cms/view/default/font/PMZD.ttf');
}

@font-face {
	font-family: bahnschrift;
	src: url('/addons/cms/view/default/font/bahnschrift.ttf');
}

@font-face {
	font-family: xst;
	src: url('/addons/cms/view/default/font/simsun.ttf');
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #333;
}

input {
	outline: none;
}

.clear {
	clear: both;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.w1300 {
	width: 1300px;
	margin: 0 auto;
}
.fl{float:left;}
.fr{float:right;}

.main-content{overflow: hidden;}

/* banner */
.banner {
	overflow: hidden;
	background: #eee;
}

.banner-box {
	min-width: 1200px;
	height: 730px;
	position: relative;
	margin: 0 auto;
}

.banner-box .bd {
	width: 100% !important;
}

.banner-box .bd li {
	width: 100%;
	height: 730px;
	background-position: center;
	background-repeat: no-repeat;
}

.banner-box .bd li a {
	display: block;
	background-size: auto;
	width: 100%;
	height: 730px;
}

.banner-btn {
	width: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
	margin-left: 0;
	height: 15px;
	overflow: hidden;
}

.banner-btn a {
	display: block;
	width: 49px;
	height: 104px;
	position: absolute;
	top: 90px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: 0.3s all ease-in-out;
}

.banner-box .hd {
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: block;
}

.banner-box .hd ul {
	width: 1100px;
	margin: 0 auto;
	text-align: center;
	height: 15px;
}

.banner-box .hd ul li {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	text-indent: -9999px;
	background: #fff;
	cursor: pointer;
	display: inline-block;
	margin: 0 5px;
	transition: 0.3s all ease-in-out;
	text-align: center;
	z-index: 1111;
}

.banner-box .hd ul li.on {
	background: #004098;
	width: 40px;
	height: 15px;
}

.banner-box:hover .banner-btn a.prev {
	left: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box:hover .banner-btn a.next {
	right: 20px;
	filter: alpha(opacity=40);
	-moz-opacity: .4;
	-khtml-opacity: .4;
	opacity: .4;
}

.banner-box .banner-btn a.prev:hover,
.banner-box:hover .banner-btn a.next:hover {
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	-khtml-opacity: .8;
	opacity: .8;
}

/*banner-end*/


.head_tel{
	float: right;
	height: 40px;
	line-height: 40px;
	color:#fff;
	margin-right: 30px;
}

.header{}
.header_ms{height: 40px;background: #004098;}
.header_ms dl {
	float: right;
	overflow: hidden;
	transition: ease .3s;
	margin-top: 6px;
	margin-right: 20px;
	width: 240px;
}


.header_ms dl form {
	overflow: hidden;
	width: 240px;
	float: right;
}

.header_ms dl dt,
.header_ms dl dd {
	float: left;
	height: 30px;
	position: relative;
}

.header_ms dl dt input[type="text"] {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	height: 30px;
	border-radius: 6px 0 0 6px;
	padding: 0 15px;
	box-sizing: border-box;
	width: 200px;
}

.header_ms dl dd input[type="submit"] {
	width: 30px;
	height: 30px;
	background: url(../images/search.png) center no-repeat;
	cursor: pointer;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	transition: ease .3s;
}

.header_ms dl dd input[type="submit"] {
	width: 36px;
	background-color: #666;
	border-radius: 0 6px 6px 0;
}
.header_ms .language{float: right; color:#fff;font-weight: 100;margin-top: 9px;}
.header_ms .language a{color:#fff;}
.header .w1300{}
.header .w1300 .logo{float:left;margin-top: 20px;}
.nav{float: right; height: 80px;margin-right: 20px;}
.nav ul{ position: relative;}
.nav li{float: left;padding-left: 36px;line-height: 80px;}
.nav li > a i{display: block; width: 1px; height: 18px;background: #000; position: absolute;top: 40%;left: -31%;}
.nav li > a::before{content: "";display: block;}
.nav li:nth-child(7) a::before{width: 1px; height: 18px;background: #000; position: absolute;top: 40%;right: -31%;}
.nav li:last-child > a i{display: none;}
.nav li:last-child .nav_menu{display: none !important;}
.nav li > a{font-size: 15px; display: block; position: relative;}
.nav li > a::after{content: "";display: block; height: 3px; width: 100%; position: absolute;bottom: 0;transition: 0.3s;}
.nav li > a:hover::after{background: #008cd6; transition: 0.3s;}
.nav li.cur > a::after{background: #008cd6; transition: 0.3s;}
.nav li:nth-child(1) .nav_menu{padding-bottom: 0px;display: none !important;}
.nav li .nav_menu{display: none; position: absolute; top:80px;left: 0%; z-index: 999;background:rgb(255 255 255 / 95%); width: 100%;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;padding-bottom: 30px;padding-top: 30px;padding-left: 50px;}
.nav li:hover .nav_menu{display: block;}
.nav li:nth-child(2):hover .nav_menu{}
.nav li .nav_menu dd{height: 30px;line-height: 30px;padding: 6px 0px; display: block;float: left;margin-right: 40px;}
.nav li .nav_menu dd.n_cur{border-bottom: 3px #004098 solid;}
.nav li .nav_menu dd > a{position: relative;height: 30px;line-height: 30px; display: block;font-size: 16px;}
.nav li .nav_menu dd .nev_m_s{display: none;}
.nav li .nav_menu dd.n_cur .nev_m_s{display: block;}
.nav li:nth-child(2) .nav_menu dd:nth-child(1) .nev_m_s{background: rgb(0 64 152 / 95%); height: 500px;padding-left: 5%; padding-top: 3%;}
.nav li:nth-child(2) .nav_menu dd:nth-child(2) .nev_m_s{background: rgb(0 64 152 / 95%); height: 200px;padding-left: 5%; padding-top: 3%;}
.nav li:nth-child(2) .nav_menu dd:nth-child(3) .nev_m_s{background: rgb(0 64 152 / 95%); height: 140px;padding-left: 5%; padding-top: 3%;}
.nav li:nth-child(2) .nav_menu dd:nth-child(4) .nev_m_s{display: none !important;}
.nav li:nth-child(6) .nav_menu dd:nth-child(5) .nev_m_s{background: rgb(0 64 152 / 95%); height: 82px;padding-left: 5%; padding-top: 3%;}
.nev_m_s{position: absolute;left: 0px; width: 95%;margin-top:30px;}
.nev_m_s b{display: block; float: left;font-weight: normal;padding-right: 20px;}
.nev_m_s b a{font-size: 13px;border: 1px #ccc solid; border-radius:20px; padding: 2px 10px; margin:10px 2px;display: block; transition: 0.3s; height: 30px; line-height: 30px;color:#fff;}
.nev_m_s b a:hover{background:#fff; color:#004098;transition: 0.3s;}




/*prod*/
.product{}
.product_title{text-align: center;padding-top: 60px;}
.product_title p{font-size: 48px;font-weight: bold;letter-spacing: 5px; color:#014099;background: url(../images/title.png) center 20px no-repeat;}
.product_title em{font-size: 18px;font-family: "Arial, Helvetica, sans-serif";font-style: normal; color:#595757;}
.product_title i{background: url(../images/jt.png) center no-repeat;width: 47px;height: 24px;display: block;margin: auto;margin-top: 10px;}
.product_nr{}
.product_nr ul{width: 1300px;margin: auto;margin-top: 50px;}
.product_nr ul li{width: 412px; float: left; border:1px #898989 solid; margin-right: 29px;margin-bottom: 29px;}
.product_nr ul li:nth-child(3n){margin-right: 0px !important;}
.product_nr ul li a{}
.product_nr ul li a p{font-size: 18px; height:68px; line-height: 68px;background: #eee;text-align: center; color:#595757;}
.product_nr ul li a i{display: block; width: 100%; height: 236px; position: relative; margin:20px 0px;}
.product_nr ul li a i img{display: block;margin: auto; position: absolute;top: 0;bottom: 0;left: 0; right: 0; height: 86%;}
.product_nr ul li a em{display: block;margin: auto; width: 86%;font-size: 13px;font-style: normal;line-height: 22px; color:#595757;}
.product_nr ul li a b{display: block;width: 148px; height: 30px; line-height: 30px; margin: auto;text-align: center;font-weight: normal;font-size: 14px;border: 1px #004098 solid; color:#004098;border-radius: 6px;margin-top: 16px;margin-bottom: 26px;}
.product_nr ul li:hover a b{background: #004098;transition: 0.3s; color:#fff;}
/*prod end*/

/*about*/
.about{background: #f3f3f3;padding-bottom: 80px;margin-top: 30px; position: relative;}
.about::after{content:"";width: 263px; height:468px; margin: auto; display: block;background-image:url(../images/b01.png); position: absolute; right:0; top: -210px;background-repeat: no-repeat; transition: 0.3s;}
@media screen and (max-width: 1700px) {
	.about::after{ right:-160px;transition: 0.3s;}
}
.about_title{text-align: center;padding-top: 60px;}
.about_title p{font-size: 48px;font-weight: bold;letter-spacing: 5px; color:#014099;background: url(../images/title.png) center 20px no-repeat;}
.about_title em{font-size: 18px;font-family: "Arial, Helvetica, sans-serif";font-style: normal; color:#595757;}
.about_title i{background: url(../images/jt.png) center no-repeat;width: 47px;height: 24px;display: block;margin: auto;margin-top: 10px;}
.about_nr{width: 1300px;margin: auto;margin-top: 40px;background-image: url(../images/aboutmap.png);background-position: right;background-repeat: no-repeat;}
.about_nr .fl{width: 620px; position: relative;}
.about_nr .fl img{float: right;}
.about_nr .fr{width: 620px;}
.about_nr .fr p{font-size: 40px; color: #004098;font-weight: bold;letter-spacing: 0px;margin-top: 30px;}
.about_nr .fr i{width: 100%; height: 1px;background: #ccc; display: block;margin: 20px 0px 15px 0px ; position: relative;}
.about_nr .fr i::after{content: ""; display: block; width:200px;height: 3px;background: #ccc; position: absolute;left: 0; top:-1px;}
.about_nr .fr span{line-height: 44px; font-size: 18px;}
.about_nr .fr a{display: block;font-size: 24px;border: 1px #004098 solid; background: #fff; width: 258px;height: 52px;line-height: 52px;text-align: center;margin-top: 36px;border-radius: 6px;transition: 0.3s; float: right;}
.about_nr .fr a:hover{background: #004098; color:#fff;transition: 0.3s;}
.about_nr .fl:before{content: ""; display: block;background-image: url(../images/bf.png); background-repeat: no-repeat; background-size: 100%; width: 140px; height: 140px; position: absolute;left: 68px; bottom: 0;top: 0; margin:auto; z-index: 2; opacity: 1 ; }
.about_nr .fl::after{content: ""; border:3px #fff dashed; border-radius: 100px; animation-duration: .8s; animation-iteration-count: infinite; animation-timing-function: linear; animation-name: run; width: 150px; height: 150px; position: absolute;left: 60px; bottom: 0;top: 0; margin:auto; z-index: 2;}

@keyframes run {
	0% {
		transform: rotate(0deg);
	}

	
	100% {
		transform: rotate(360deg);
	}
}

/* .about_nr .fl::after{content: ""; display: block; width: 960px; height: 552px;background:rgb(0 0 0 / 68%); position: absolute; right: 0; z-index: 1;} */
/*about end*/

/*honor*/
.honor{background: #f8f8f8;padding-bottom: 70px;}
.honor_title{text-align: center;padding-top: 60px;}
.honor_title p{font-size: 48px;font-weight: bold;letter-spacing: 5px; color:#014099;background: url(../images/title.png) center 20px no-repeat;}
.honor_title em{font-size: 18px;font-family: "Arial, Helvetica, sans-serif";font-style: normal; color:#595757;}
.honor_title i{background: url(../images/jt.png) center no-repeat;width: 47px;height: 24px;display: block;margin: auto;margin-top: 10px;}
.honor_nr{margin: auto; position: relative; width: 1300px;}
.honor_nr ul {
	margin: auto;
	margin-top: 60px;
	transition: ease .3s;
	
}

.honor_nr ul li {
	float: left;
	margin-right: 15px;
	width: 202px;
}

.honor_nr ul li a img{width:100%;}

.honor_nr dl {
	margin-left: calc(50% - 103px);
	user-select: none;
}

.honor_nr dl dt {
	float: left;
	margin-top: 105px;
	cursor: pointer;
	transition: ease .3s;
}

.honor_nr .honor_next {
	width: 49px;
	height: 48px;
	background: url(/addons/cms/view/default/images/honor_next_prev.png) center no-repeat;
	transform: rotate(180deg);
	position: absolute;
	right: -59px;
	top: 48%;
}

.honor_nr dl dt:nth-child(2) {
	width: 86px;
	text-align: center;
}

.honor_nr .honor_prev {
	width: 49px;
	height: 48px;
	background: url(/addons/cms/view/default/images/honor_next_prev.png) center no-repeat;
	position: absolute;
	left: -59px;
	top: 48%;
}


.honor_nr dl dt p {
	color: #666;
}

.honor_nr dl dt a {
	display: block;
	overflow: hidden;
}

.honor_nr_a{margin-top: 34px;}
.honor_nr_a a{display: block;margin: auto; width: 258px; height: 52px;line-height: 52px;text-align: center;background: #fff;border: 1px #004098 solid;font-size: 24px;border-radius: 10px; color:#004098;transition: 0.3s;}
.honor_nr_a a:hover{background: #004098; color:#fff;transition: 0.3s;}
/*honor end*/

/*brand*/
.brand{position: relative;}
.brand::after{content:"";width: 263px; height:432px; margin: auto; display: block;background-image:url(../images/b02.png); position: absolute; left:0; top: -240px;background-repeat: no-repeat; transition: 0.3s;}
@media screen and (max-width: 1700px) {
	.brand::after{ left:-160px;transition: 0.3s;}
}
.brand_bj{background: #eeeeee;padding-bottom: 60px;}
.brand_title{text-align: center;padding-top: 60px;}
.brand_title p{font-size: 48px;font-weight: bold;letter-spacing: 5px; color:#014099;background: url(../images/title.png) center 20px no-repeat;}
.brand_title em{font-size: 18px;font-family: "Arial, Helvetica, sans-serif";font-style: normal; color:#595757;}
.brand_title i{background: url(../images/jt.png) center no-repeat;width: 47px;height: 24px;display: block;margin: auto;margin-top: 10px;}
.brand_sj{margin-top: 24px;}
.brand_sj p{font-size: 18px; color:#595757;text-align: center;}
.brand_sj ul{margin: auto; width: 568px;margin-top: 20px;}
.brand_sj ul li{float: left;font-size: 24px;}
.brand_sj ul li:first-child{margin-right: 50px;}
.brand_sj ul li i{font-size: 65px;font-weight: bold; font-style:normal;display: block; float: left; color:#004098;}
.brand_sj ul li em{font-style: normal;margin-top: 36px; margin-left:10px; display: block; float: left;}
.brand_nr{background: #f8f8f8;padding-bottom: 50px;}
.brand_nr img{margin: auto; text-align:center; display: block;}
.brand_nr a{display: block;margin: auto; width: 258px; height: 52px;line-height: 52px;text-align: center;border: 1px #004098 solid;font-size: 24px;border-radius: 10px; color:#004098;transition: 0.3s;margin-top: 20px;}
.brand_nr a:hover{background: #004098; color:#fff;transition: 0.3s;}
/*brand end*/

/*field*/
.field{position: relative;}
.field::after{content:"";width: 295px; height:478px; margin: auto; display: block;background-image:url(../images/b03.png); position: absolute; right:0; top: -240px;background-repeat: no-repeat; transition: 0.3s;}
@media screen and (max-width: 1700px) {
	.field::after{ right:-160px;transition: 0.3s;}
}
.field_title{text-align: center;padding-top: 60px;}
.field_title p{font-size: 48px;font-weight: bold;letter-spacing: 5px; color:#014099;background: url(../images/title.png) center 20px no-repeat;}
.field_title em{font-size: 18px;font-family: "Arial, Helvetica, sans-serif";font-style: normal; color:#595757;}
.field_title i{background: url(../images/jt.png) center no-repeat;width: 47px;height: 24px;display: block;margin: auto;margin-top: 10px;}
.field_title b{display: block;margin-top: 20px;font-weight: normal;font-size: 18px;}
.field_nr{width: 1300px;margin: auto;}
.field_nr ul{margin-top: 40px;}
.field_nr ul li{box-shadow: 0px 0px 14px #bbb; width: 200px;float: left;margin-right: 20px; position: relative;}
.field_nr ul li:last-child{margin-right: 0px !important;}
.field_nr ul li:nth-child(2n) p{position: absolute;top: 0;left: 0;}
.field_nr ul li:nth-child(2n) i{margin-top: 60px;}
.field_nr ul li i{width: 200px; height: 326px;display: block; overflow: hidden;}
.field_nr ul li i img{width: 100%;}
.field_nr ul li p{height: 60px; width: 100%;line-height: 60px;text-align: center;font-size: 22px;font-weight: normal;}
/*field end*/

/*news*/
.news{background: #f8f8f8;margin-top: 60px;padding-bottom: 70px; position: relative;}
.news::after{content:"";width: 199px; height:318px; margin: auto; display: block;background-image:url(../images/b04.png); position: absolute; left:0; bottom: -140px;background-repeat: no-repeat; transition: 0.3s;}
@media screen and (max-width: 1700px) {
	.news::after{ left:-60px;transition: 0.3s;}
}
.news_title{text-align: center;padding-top: 60px;}
.news_title p{font-size: 48px;font-weight: bold;letter-spacing: 5px; color:#014099;background: url(../images/title.png) center 20px no-repeat;}
.news_title em{font-size: 18px;font-family: "Arial, Helvetica, sans-serif";font-style: normal; color:#595757;font-weight: normal;}
.news_title i{background: url(../images/jt.png) center no-repeat;width: 47px;height: 24px;display: block;margin: auto;margin-top: 10px;}
.news_nr{}
.news_nr ul{width: 1300px;margin: auto;margin-top: 30px;}
.news_nr ul li{width: 414px; box-shadow: 0px 0px 14px #bbb;background: #fff;float: left;margin-right: 29px;}
.news_nr ul li:nth-child(3n){margin-right: 0px !important;}
.news_nr ul li i{width: 414px;height: 244px; overflow: hidden;}
.news_nr ul li i img{width: 100%; height:260px;}
.news_nr ul li p{padding-left: 6%;padding-right: 6%;font-size: 18px;margin-top: 16px;}
.news_nr ul li span{display: block;font-size: 18px;padding-left: 6%;padding-right: 6%;font-weight: normal;margin-top: 10px;}
.news_nr ul li em{display: block;font-weight: normal;font-weight: normal;font-size: 16px;font-style: normal;padding-left: 6%;margin-top: 16px;padding-bottom: 16px;font-size: 14px; color:#bbb;}
.news_more a{display: block;margin: auto; width: 258px; height: 52px;line-height: 52px;text-align: center;border: 1px #004098 solid;font-size: 24px;border-radius: 10px; color:#004098;transition: 0.3s;margin-top: 40px;}
.news_more a:hover{background: #004098; color:#fff;transition: 0.3s;}
/*news end*/

.footer{background: #eee;padding-top: 50px;padding-bottom: 50px;}
.footer_logo{float: left; width: 358px;}
.footer_msg{float: right;width: 902px;}
.footer_msg ul{}
.footer_msg ul li{}
.footer_msg ul li input{color:#ccc;}
.footer_msg ul li:nth-child(1) input{width: 23%; height: 60px;border-radius: 6px;float: left;margin-right: 18px;padding-left: 2%;font-size: 15px;}
.footer_msg ul li:nth-child(2) input{width: 23%; height: 60px;border-radius: 6px;float: left;margin-right: 18px;padding-left: 2%;font-size: 15px;}
.footer_msg ul li:nth-child(3) input{width: 44%; height: 60px;border-radius: 6px;float: left;padding-left: 2%;font-size: 15px;}
.footer_msg ul li:nth-child(4) input{width: 74%; height: 60px;border-radius: 6px;margin-top: 20px;float: left;padding-left: 2%;margin-right: 18px;font-size: 15px;}
.footer_msg ul li:nth-child(5) {float: left; }
.footer_msg ul li .cust_post{width: 198px; height: 60px;line-height: 60px;margin-top: 20px;background: #fff;border-radius: 6px; display: block;font-size: 22px; border:2px #004098 solid;color:#004098;font-weight: bold; cursor: pointer;}

.footer_list{background: #595757;padding-top: 50px;padding-bottom: 70px; position: relative; z-index: 2;}
.footer_list::after{content:""; background: url(../images/map.png) center no-repeat; width: 891px; height: 491px; display: block; position: absolute;top: 12%;left: 0; right: 0;margin: auto; z-index: 1;}
.footer_list em{font-style: normal;font-size: 20px;font-weight: 100; color:#fff; opacity: 0.3;}
.footer_list p{font-size: 24px;font-weight: normal; color:#fff;margin-bottom: 16px;margin-top: 2px;}
.footer_list li{margin-bottom: 10px;}
.footer_list li a{font-size: 18px;font-weight: 100; color:#fff;}
.footer_list ul{float: left;margin-right: 84px; position: relative; z-index: 2;}
.footer_list ul:last-child{margin-right: 0px;}
.footer_ico{margin-top: 20px; position: relative; z-index: 2;}
.footer_ico dl{float: right; margin-top: 11px;}
.footer_ico dl dd{display: block; float: left;margin-left: 24px;}
.footer_ico dl dd a img{height:16px;}

.footer_bottom{background: #004098; color:#fff; position: relative; z-index: 2;}
.footer_bottom a{color:#fff;}
.footer_link{}
.footer_link ul{border-bottom: 1px #4d7ab7 solid;padding-top: 24px;padding-bottom: 24px; width: 1300px; margin:auto;}
.footer_link ul b{float: left;font-weight: bold; display: block;font-size: 18px;}
.footer_link ul li{float: left;}
.footer_link ul li a{font-weight: normal;font-size: 18px;}
.footer_bottom {padding-bottom: 30px;}
.footer_bottom .w1300{font-weight: normal;line-height: 30px;margin-top: 20px;font-size: 14px;}

/* 首页样式结束 */
/* ------------------------------------------------- */

/* 内页 */
.lyb{width: 916px; height: 166px;float: left;}
/*map*/
.map {
	border-bottom: 1px #ddd solid;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	position: relative;
}

.map a {
	font-size: 15px;
	color: #000;
}

.map i {
	font-family: "fangsong";
}

.map .home_ico:before {
	content: "";
	display: block;
	background: url(../images/nr_map.png) center no-repeat;
	width: 12px;
	height: 15px;
	position: absolute;
	top: 23px;
	opacity: 0.5;
}

.map .home_ico {
	padding-left: 24px;
}

/* map-end */

/* banner——nr */
.banner_nr {
	height: 300px;
	color: #fff;
	text-align: center;
}

.banner_nr p {
	font-size: 36px;
	font-weight: bold;
	padding-top: 60px;
}

.banner_nr span {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	letter-spacing: 1px;
	padding-top: 6px;
	display: block;
}

.banner_nr1 {
	height: 300px;
	color: #fff;
	text-align: center;
}

.banner_nr1 p {
	font-size: 36px;
	font-weight: bold;
	padding-top: 60px;
}

.banner_nr1 span {
	font-size: 14px;
	text-transform: uppercase;
	opacity: 0.5;
	letter-spacing: 1px;
	padding-top: 6px;
	display: block;
}

/* banner_nr-end */

/*联系我们内页*/

.in_contact {
	padding: 50px;
	background: #f9f9f9;
	margin: 50px 0 60px;
	/* border-radius: 20px; */
}

.in_contact .cont-tit {
	width: 100%;
	line-height: 38px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 18px;
	color: #666
}

.in_contact ul {
	width: 100%
}

.in_contact ul:after {
	content: '';
	clear: both;
	display: block;
}

.in_contact li {
	float: left;
	width: 33.33%;
	padding: 40px 1% 0 2.5%;
	border-left: 1px solid #e5e5e5;
	box-sizing: border-box;
	min-height: 320px;
}

.in_contact li:first-child {
	border-left: none
}

.in_contact li img {
	margin-bottom: 5px
}

.in_contact li h2 {
	font-size: 30px;
	color: #000;
	line-height: 48px;
	margin-bottom: 12px;
	font-weight: normal;
	padding-top: 0px;
	text-align: left;
}

.in_contact li p {

	font-size: 16px;
	color: #555;
	line-height: 35px;

}

.in_contact li p a {
	font-size: 15px;
	color: #555;
	line-height: 35px;
}

.in_contact li p a:hover {
	color: #064893;
}

.in_contact li p a img {
	display: inline-block;
	vertical-align: middle;
}

.in_contact li dl {
	width: 100%;
	padding-top: 20px
}

.in_contact li dd {
	float: left;
	width: 28%;
	margin-right: 5%;
}

.in_contact li img {
	max-width: 100%;
	height: auto;
}

.in_contact li dd p {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	text-align: center;
}

.in_contact li h3 {
	font-size: 24px;
	color: #000;
	line-height: 61px
}

.in_contact li .ban {
	position: relative
}

.in_contact li .box {
	background: #f5f5f5;
	padding: 30px 0 35px;
	position: absolute;
	top: 90px;
	left: -10%;
	opacity: 0;
	filter: alpha(opacity=0)
}

.in_contact li .box h4 {
	font-size: 24px;
	color: #000;
	line-height: 43px;
	padding-left: 10%;
	margin-bottom: 6px
}

.in_contact li .box p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	padding: 0 10%
}

.in_contact li .box:after {
	border-bottom: 13px solid #f5f5f5;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
	position: absolute;
	top: -13px;
	left: 13%;
	content: "";
	width: 0;
	height: 0;
}

/*联系我们内页结束*/

/*about_nr*/
.fl {
	float: left
}

.fr {
	float: right
}

.com-width>.page {
	position: relative;
}

.com-width .left {
	float: left;
	width: 510px;
}

.com-width .right {
	width: 720px;
	background: #fff;
	padding: 35px;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	margin-left: 0px;
	height: 443px;
}

.com-width .left .pic.pic-plus {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
	height: 383px;
	overflow: hidden;
}

#bodycon #center {
	width: 100% !important;
	background: url() repeat center !important;
}

.com-width .left .page-title .en {
	font-size: 30px;
	text-transform: capitalize;
	color: #aaa;
	display: block;
	line-height: 40px;
	padding: 20px 0 0;
}

.com-width .left .page-title .cn {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 30px;
	font-weight: normal;
}

.com-width.clearfix {
	padding: 50px 0px;
}

#bodycon {
	padding: 0px 0;
	width: 100% !important;
}

.com-width .left .pic.pic-plus img {
	display: block;
	width: 100%;
	position: relative;
}

.com-width .left {
	position: relative
}

.com-width .left>.intro-num {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(16, 89, 169, 0.65);
	width: 350px;
	padding: 20px;
	text-align: center;
}

.com-width .left>.intro-num>li {
	display: inline-block;
	padding: 5px 18px;
}

.com-width .left>.intro-num>li p {
	color: #fff;
	font-size: 14px;
	display: block;
	line-height: 20px;
}

.com-width .left>.intro-num>li p i {
	display: inline-block;
	font-size: 32px;
	color: #fff;
	font-family: arial;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 40px;
	padding-bottom: 5px;
}

.com-width .right .des {
	overflow-y: auto;
	height: calc(100% - 105px);
	padding-right: 15px;
	line-height: 30px;
	font-size: 16px;
}

.com-width .right .des p {
	font-size: 16px;
	color: #565656;
	padding: 0 0 0px;
	line-height: 40px;
	text-align: justify;
	text-indent: 2em;
}

.com-width .right .about_tit {
	font-size: 30px;
	font-weight: bold;
	display: block;
	line-height: 30px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 35px;
	color: #004098;
}

.prod_right_tj_title_two {
	border-left: 7px #004098 solid;
	height: 39px;
	position: relative;
	margin-top: 60px;
}

.prod_right_tj_title_two p {
	padding-left: 20px;
	font-size: 22px;
	line-height: 22px;
}

.prod_right_tj_title_two em {
	padding-left: 20px;
	font-size: 12px;
	color: #dddddd;
	display: block;
	padding-top: 3px;
}

.prod_right_tj_title_two a {
	display: block;
	position: absolute;
	right: 0;
	top: 10px;
	background: url() left no-repeat;
	padding-left: 24px;
	color: #ccc;
	font-size: 12px;
}

/*about_nr-end*/

/* prod */
.prod {
	/* margin-top: 70px; */
}

.prod .prod_title {
	position: relative;
	text-align: center;
}

.prod .prod_title::after {
	content: "product";
	display: block;
	position: absolute;
	top: -16px;
	left: 0;
	right: 0;
	font-size: 42px;
	font-weight: bold;
	opacity: 0.06;
	text-transform: uppercase;
	z-index: -1;
}

.prod .prod_title p {
	font-size: 50px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.prod .prod_title p strong {
	color: #004098;
}

.prod .prod_title span {
	display: block;
	font-size: 18px;
	letter-spacing: 2px;
	background: url(../images/title_span.png) center no-repeat;
	color: #666;
}

.prod .prod_nr {
	width: 1300px;
	margin: 60px auto 0 auto;
	padding-bottom: 10px;
}

.prod_nr .prod_right {
	float: right;
	width: 978px;
}

/* 合作 */
.prod_right_X5 {
	width: 100% !important;
}

.prod_right_X5 ul li {
	width: 240px !important;
	margin-right: 25px !important;
	border: 1px solid #dedede;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
	transition: ease .3s;
	cursor: pointer;
}

.prod_right_X5 ul li:hover {
	border: 1px solid transparent;
	box-shadow: 0 0 16px rgb(0, 0, 0, 0.12);
}

.prod_right_X5 ul li:nth-child(5n) {
	margin-right: 0 !important;
}

.prod_right_X5 ul li img,
.prod_right_X5 ul li i,
.prod_right_X5 ul li a {
	width: 100% !important;
	margin: 0 !important;
	border: none !important;
}

.prod_right_X5 ul li i {
	height: 0 !important;
}


.prod_right_X5 ul li a {
	height: 100px !important;
}

.prod_right_X5 ul li:hover img {
	transform: none !important;
}

/* 合作 */
.prod_nr .prod_right .prod_right_title {
	background: #f9f9f9;
	height: 55px;
}

.prod_nr .prod_right .prod_right_title p {
	font-size: 18px;
	background: #000;
	width: 198px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	position: relative;
	text-indent: 64px;
	float: left;
}

.prod_nr .prod_right .prod_right_title p::after {
	content: "";
	display: block;
	background: url(../images/prod_right_title_p.png) no-repeat;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 16px;
	left: 30px;
}

.prod_nr .prod_right .prod_right_title a {
	float: right;
	width: 30px;
	height: 30px;
	border-radius: 50px;
	border: 1px #bbb solid;
	text-align: center;
	line-height: 30px;
	font-family: "fangsong";
	margin-right: 16px;
	margin-top: 12px;
	position: relative;
}

.prod_nr .prod_right .prod_right_title a:hover {
	background: #004098;
	border: 1px #004098 solid;
	color: #fff;
}

.prod_nr .prod_right .prod_right_nr {
	overflow: hidden;
}

.prod_nr .prod_right .prod_right_nr ul li {
	width: 310px;
	float: left;
	margin-right: 24px;
	margin-bottom: 24px;
	position: relative;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(3) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(6) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(9) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:nth-child(12) {
	margin-right: 0px;
}

.prod_nr .prod_right .prod_right_nr ul li:hover p {
	background: #004098;
	color: #fff;
	transition: 0.3s;
}

.prod_nr .prod_right .prod_right_nr ul li:hover img {
	transform: scale(0.9) translate(-50%, -50%);
}

.prod_nr .prod_right .prod_right_nr ul li a {
	display: block;
	width: 100%;
	background: #fff;
	transition: 0.3s;
	color: #333;
	/* height: 300px; */
	border: 1px solid #DDD;
	box-sizing: border-box;
}

.prod_nr .prod_right .prod_right_nr ul li a i {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 310px;
	position: relative;
}

.prod_nr .prod_right .prod_right_nr ul li a i img {
	display: block;
	width: 100%;
	transition: ease .3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transform-origin: left top;
}

.prod_nr .prod_right .prod_right_nr ul li a p {
	width: 100%;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	transition: ease .3s;

}

.news_ny {
	background: #f9f9f9;
	overflow: hidden;
}

.news_ny ul {
	padding: 20px 0 20px;
}

.news_ny ul li {
	margin-bottom: 30px;
}

.news_ny .link {
	padding: 35px 0px 0px 0px;
	display: block;
	background-color: #fff;
	color: #646464;
	position: relative;
	border: 3px solid transparent;
	transition: .45s;
	-webkit-transition: .45s;
	height: 230px;
}

.news_ny .link .tit {
	font-size: 24px;
	line-height: 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c8c8;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 0px;
	text-align: left;
	color: #333;
	float: left;
	margin-top: 14px;
}

.news_ny .link .abstracts {
	margin: 10px 0 0;
	overflow: hidden;
	line-height: 30px;
	height: 60px;
	font-size: 14px;
	color: #999;
	float: left;
	width: 68%;
}

.news_ny .link span{display: block; float: left;margin-left: 40px;margin-right: 40px;}
.news_ny .link span b{display: block; height: 198px; width: 300px; overflow: hidden;}
.news_ny .link span b img{display: block; width: 100%; height: 100%;}
.news_ny .link em{display: block; float: left;font-style: normal;margin-top: 20px;}

.news_ny .link .time {
	display: block;
	width: 90px;
	height: 140px;
	background: #a9a9a9;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -70px;
	text-align: center;
	line-height: 1.2;
	color: #fff;
	font-family: "arial";
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
	transition: background 0.6s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-origin: 0% 50%;
	-moz-transform-origin: 0% 50%;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transform-origin: 0% 50%;
}

.news_ny .link .time .day {
	font-size: 30px;
	margin-top: 20px;
	padding-top: 0px;
}

.news_ny .link .time:before {
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: url(../images/news_time_ico_2.png) no-repeat scroll center center;
	margin: 25px auto 0;
}

.news_ny .link:hover {
	background-color: #fff;
	border-color: #444;
}

.news_ny .link:hover .time {
	background-color: #004098;
}

.news_ny .link:hover .tit {
	color: #333
}

.news_ny .link .border {
	position: absolute;
	background-color: #333;
	transition: .45s;
	-webkit-transition: .45s;
}

.news_ny .link .border.top {
	right: 0;
	top: 0;
	height: 3px;
	width: 0%;
}

.news_ny .link .border.right {
	right: 0;
	top: 0;
	height: 0%;
	width: 3px;
}

.news_ny .link .border.bottom {
	left: 0;
	bottom: 0;
	height: 3px;
	width: 0%;
}

.news_ny .link .border.left {
	left: 0;
	bottom: 0;
	width: 3px;
	height: 0%;
}

.news_ny_class {
	margin: auto;
	padding-top: 50px;
	height: 40px;
	padding-bottom: 20px;
	justify-content: center;
	display: flex;
}

.news_ny_class dl {
	display: block;
}

.news_ny_class dl a {
	width: 160px;
	height: 40px;
	display: block;
	line-height: 40px;
	text-align: center;
	background: #fff;
	float: left;
	border-radius: 50px;
	transition: 0.4s;
	margin-right: 30px;
	font-size: 14px;
}

.news_ny_class dl:last-child a {
	margin-right: 0px;
}

.news_ny_class dl:hover a {
	background: #004098;
	transition: 0.4s;
	color: #fff;
}

.news_ny_class dl.cur a {
	background: #004098;
	color: #fff;
}

.Page {
	text-align: center;
	margin: 0px !important;
	margin-top: 20px !important;
	margin-bottom: 30px !important;
	justify-content: center;
	display: flex;
}

.Page .active span {
	background: #004098;
	color: #fff;
}

.Page .active a {
	background: #004098;
	color: #fff;
}

.Page ul li {
	float: left;
}

.Page ul li span {
	vertical-align: middle;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: -1px;
}

.Page ul li a {
	vertical-align: middle;
	font-size: 12px;
	line-height: 26px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #eee;
	background: #fff;
	margin-left: -1px;
}

.loadmore {
	text-align: center;
}

.prod_ny {
	width: 1000px;
	float: right;
}

.prod_ny_img .fl {
	width: 414px;
	background: #fff;
	position: relative;
}

.prod_ny_img .fl img {
	width: 100%;
	box-sizing: border-box;
}

.prod_ny_img .fr {
	width: 520px;
	margin-top: 30px;
}

.prod_ny_img .fr p {
	font-size: 26px;
	font-weight: bold;
	color: #333;
}

.prod_ny_img .fr span {
	font-size: 14px;
	color: #666;
	line-height: 2.2;
}

.prod_ny_img .fr .prod_ny_tel {
	display: inline-block;
	padding: 10px 20px 10px 20px;
	background: #004098;
	border-radius: 50px;
	color: #fff;
	margin-top: 30px;
}

/* .prod_ny_img ul {
	margin-top: 20px;
} */

/* .prod_ny_img ul li {
	vertical-align: middle;
	font-size: 12px;
	line-height: 30px;
	display: inline-block;
	height: 30px;
	padding: 0 12px;
	text-align: center;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	margin-left: 5px;
	border-radius: 50px;
	margin-bottom: 10px;
} */

.prod_ny_img ul li:hover {
	background: #004098;
	transition: 0.3s;
	color: #fff;
}

.prod_ny_img ul li a {
	color: #333;
}

.prod_ny_img ul li:hover a {
	color: #fff;
	transition: 0.3s;
}

.prod_ny_nr {
	width: 100%;
	
}

.prod_ny_nr_title {
	font-size: 24px;
	color: #333;
	height: 60px;
	line-height: 65px;
	border-bottom: 1px #ddd solid;
	margin-bottom: 30px;
}

.prod_ny_nr_title strong {
	color: #333;
}

.prod_ny_nr_content {
	line-height: 28px;
	font-size: 16px;
}

.prod_ny_nr_content strong {
	display: block;
	color: #333;
	font-size: 20px;
	border-left: 6px #1ea6b8 solid;
	padding-left: 10px;
	margin-top: 14px;
	margin-bottom: 8px;
}

.prod_ny_nr_content img {
	max-width: 100%;
}

.prod_ny_nr_content .list-paddingleft-2 {
	padding-left: 20px;
	margin-top: 10px;
}

.prod_ny_nr_content .list-paddingleft-2 li {
	list-style: initial;
}

.prod_ny_nr_content table {
	width: 100%;
}

.prod_ny_nr_content table tbody {
	border: 1px #ccc solid;
}

.prod_ny_nr_content table tbody tr td {
	border: 1px #ccc solid;
}

.prod_ny_nr_content .table-wrapper table,
.row .table-wrapper table {
	border: 0;
	margin: 0;
}

table {
	background-color: transparent;
	max-width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

.mfb {
	margin-top: 60px;
}

.prod_tj {
	width: 100%;
	margin-top: 10px;
}

.prod_tj_title {
	line-height: 26px;
	height: 26px;
	margin-bottom: 20px;
	margin-top: 60px;
}

.prod_tj_title p {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	float: left;
	margin-right: 6px;
	border-left: 6px #ccc solid;
	padding-left: 16px;
}

.prod_tj_title em {
	color: #ccc;
	float: left;
	display: block;
	margin-top: 2px;
}

.prod_tj_title a {
	color: #bbb;
	float: right;
	display: block;
	margin-top: 2px;
}

.prod_tj_nr table tbody tr td {
	display: block;
	width: 265px;
	padding-left: 0px !important;
	float: left;
	margin-right: 27px;
	margin-bottom: 27px;
}

.prod_tj_nr table tbody tr td:nth-child(3) {
	margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td:nth-child(6) {
	margin-right: 0px !important;
}

.prod_tj_nr table tbody tr td br {
	display: none;
}

.prod_tj_nr table tbody tr td i {
	width: 265px;
	display: block;
	overflow: hidden;
	border: 1px #ddd solid;
}

.prod_tj_nr table tbody tr td span {
	display: block;
	width: 265px;
	height: 55px;
	line-height: 55px !important;
	background: #fff;
	border-left: 1px #ddd solid;
	border-right: 1px #ddd solid;
	border-bottom: 1px #ddd solid;
	text-align: left;
	position: relative;
}

.prod_tj_nr table tbody tr td span a {
	padding-left: 20px;
}

.prod_tj_nr table tbody tr td span:after {
	content: "";
	background: url(../images/20181129105729_1076600761.png) right no-repeat;
	display: block;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 19px;
	right: 20px;
	transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span:after {
	background: url(../images/20181129105729_1076600761.png) left no-repeat;
}

.prod_tj_nr table tbody tr td:hover span {
	background: #ff8a00;
	transition: 0.3s;
}

.prod_tj_nr table tbody tr td:hover span a {
	color: #fff;
	transition: 0.3s;
}

.prod_right {
	width: 100%;
}

.prod_fl {
	height: 80px;
}

.prod_fl_title {
	float: left;
}

.prod_fl_title em {
	font-size: 12px;
	text-transform: uppercase;
	color: #ccc;
}

.prod_fl_title p {
	font-size: 28px;
	font-weight: bold;
}

.prod_fl_nr {
	float: right;
	margin-top: 24px;
}

.prod_fl_nr #classimgshow1 {
	float: left;
	margin-left: 60px;
	border-left: 5px #ddd solid;
	padding-left: 12px;
	transition: 0.3s;
}

.prod_fl_nr #classimgshow1 a {
	font-size: 16px;
}

.prod_fl_nr #classimgshow1:hover {
	border-left: 5px #FF3600 solid;
	transition: 0.3s;
}


.news-info {
	max-width: 1300px;
	margin: auto;
}

.news-info .leftbox {}

.news-info .leftbox .b1 {
	background: #fff;
	padding: 34px 30px 40px;
	width: 63%;
	float: left;
	margin-bottom: 30px;
}

.news-info .leftbox .txt {
	font-size: 14px;
	line-height: 26px;
	color: #222;
}

.news-info .leftbox .clickbox {
	width: 100%;
	border-top: 1px solid #eee;
	color: #999;
	line-height: 30px;
	font-size: 14px;
	position: relative;
	margin-top: 34px;
	padding-top: 20px;
}

.pre_a:nth-child(1) {
	margin-right: 15px;
}

.news-info .leftbox .clickbox a {
	color: #666;
}

.news-info .leftbox .clickbox a:hover {
	color: #222;
}

.news-info .leftbox .clickbox .goback {
	width: 96px;
	height: 40px;
	line-height: 38px;
	display: block;
	border: 1px solid #ececec;
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 30px;
	padding-left: 20px;
	background: url(../images/icon26.png) 58px center no-repeat;
	transition: all ease .3s;
}

.news-info .leftbox .clickbox .goback:hover {
	color: #222;
	background: url(../images/icon26-1.png) 58px center no-repeat;
	border: 1px solid #666;
}

.news-info .leftbox .case-sj {
	width: 100%;
	padding: 24px 30px;
	background: #fff;
	margin-top: 10px;
}

.news-info .leftbox .case-sj .title {
	font-size: 18px;
	color: #999;
	line-height: 30px;
}

.news-info .leftbox .case-sj .list {
	width: 100%;
	margin-top: 23px;
}

.news-info .leftbox .case-sj .list li {
	float: left;
	width: 31.7%;
	margin-right: 2.45%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
}

.news-info .leftbox .case-sj .list li:nth-child(3n) {
	margin-right: 0;
}

.news-info .leftbox .case-sj .list li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .case-sj .list li .img {
	width: 100%;
	overflow: hidden;
}

.news-info .leftbox .case-sj .list li .img img {
	width: 100%;
	transition: all 0.5s linear;
}

.news-info .leftbox .case-sj .list li:hover .img img {
	transform: scale(1.05);
}

.news-info .leftbox .case-sj .list li .title {
	font-size: 14px;
	line-height: 30px;
	color: #222;
	padding: 12px 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox {
	width: 30%;
	float: right;
}

.news-info .rightbox .news-tj {
	width: 100%;
	background: #fff;
	padding: 37px 30px 10px;
	box-sizing: border-box;
}

.news-info .rightbox .news-tj .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .news-tj .list {
	margin-top: 10px;
}

.news-info .rightbox .news-tj .list li {
	border-bottom: 1px dashed #ccc;
	padding-bottom: 25px;
	margin-bottom: 13px;
}

.news-info .rightbox .news-tj .list li:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.news-info .rightbox .news-tj .list li a {
	width: 100%;
	display: block;
}

.news-info .rightbox .news-tj .list li .t1 {
	font-size: 16px;
	line-height: 50px;
	color: #222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .rightbox .news-tj .list li:hover .t1 {
	color: #000;
}

.news-info .rightbox .news-tj .list li .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 8px;
}

.news-info .rightbox .news-tj .list li .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 7px;
}

.news-info .rightbox .label {
	width: 100%;
	background: #fff;
	margin-top: 10px;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label .box {
	margin-top: 18px;
}

.news-info .rightbox .label .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .rightbox .label-case {
	width: 100%;
	margin-top: 10px;
	background: #fff;
	padding: 26px 30px 32px;
}

.news-info .rightbox .label-case .title {
	font-size: 18px;
	line-height: 24px;
	color: #c3c3c3;
}

.news-info .rightbox .label-case .box {
	margin-top: 18px;
}

.news-info .rightbox .label-case .box a {
	color: #222;
	font-size: 14px;
	line-height: 30px;
	background: url(../images/icon27.png) right center no-repeat;
	padding-right: 16px;
	margin-right: 10px;
}

.news-info .rightbox .label-case .box a:last-child {
	background: none;
	margin-right: 0;
}

.news-info .leftbox.l2 {
	background: #fff;
	padding: 30px 30px 40px;
}

.news-info .leftbox .list2 {
	width: 100%;
}

.news-info .leftbox .list2 li {
	width: 100%;
	border-bottom: 1px solid #dbdbdb;
	display: inline-block;
	padding-bottom: 24px;
	margin-bottom: 30px;
}

.news-info .leftbox .list2 li a {
	width: 100%;
	display: block;
}

.news-info .leftbox .list2 li .time {
	width: 110px;
	float: left;
	color: #999;
	font-size: 16px;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .time {
	color: #21abd7;
}

.news-info .leftbox .list2 li .time span {
	font-weight: bold;
	font-size: 48px;
	line-height: 56px;
	display: block;
}

.news-info .leftbox .list2 li .tbox {
	width: calc(100% - 110px);
	float: left;
}

.news-info .leftbox .list2 li .tbox .t1 {
	font-size: 16px;
	line-height: 36px;
	color: #000;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news-info .leftbox .list2 li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-top: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-info .leftbox .list2 li .tbox .t3 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 18px;
	padding-right: 28px;
	background: url(../images/icon28.png) right center no-repeat;
	display: inline-block;
	transition: all 0.5s linear;
}

.news-info .leftbox .list2 li:hover .tbox .t3 {
	color: #222;
	background: url(../images/icon29.png) right center no-repeat;
}

.news-info .leftbox.l2 .page-list {
	margin: 10px auto 0;
}

.editor {
	font-size: 16px;
	line-height: 30px;
}

.editor img {
	display: block;
	width: 80%;
	float: none;
	margin: auto;
	margin-bottom: 10px;
}

.news_ny_title {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	height: 50px;
	line-height: 60px;
}

.news_ny_time {
	font-size: 14px;
	color: #999;
	margin-bottom: 30px;
	margin-top: 5px;
}

.news_ny_time p {
	float: left;
	margin-right: 20px;
}

.news_ny_time p a {
	color: #999;
}

/*ny*/
.case_ny {
	width: 100%;
	background: #f7f7f7;
	padding-bottom: 60px;
}

.case_ny .box {
	max-width: 1300px;
	margin: auto;
	display: table;
}

.case_ny .box .case-list {
	width: 1300px;
	display: table;
	padding: 50px 0 0px;
}

.case_ny .box .case-list li {
	width: 310px;
	float: left;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	transition: all ease .5s;
}

.case_ny .box .case-list li:nth-child(4n) {
	margin-right: 0;
}

.case_ny .box .case-list li a {
	width: 100%;
	display: block;
}

.case_ny .box .case-list li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.case_ny .box .case-list li .img:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img:after {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	z-index: 2;
	opacity: 0;
	transition: all ease .5s;
}

.case_ny .box .case-list li .img img {
	width: 100%;
	transition: all ease .5s;
	display: block;
}

.case_ny .box .case-list li .tbox {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.case_ny .box .case-list li .tbox .t1 {
	font-size: 14px;
	/* line-height: 24px; */
	color: #222;
	/* margin-bottom: 24px; */
	transition: all ease .5s;
	float: left;
}

.case_ny .box .case-list li .tbox .t2 {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	margin-bottom: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.case_ny .box .case-list li .tbox .t3 {
	font-size: 14px;
	/* line-height: 24px; */
	color: #999;
	/* background: url(/import/Template/Default/Content/images/icon38.png) 68px center no-repeat; */
	transition: all ease .5s;
	float: right;
}

.case_ny .box .case-list li:hover {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .15);
}

.case_ny .box .case-list li:hover .img:before {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img:after {
	opacity: 1;
}

.case_ny .box .case-list li:hover .img img {
	transform: scale(1.1);
}

.case_ny .box .case-list li:hover .tbox .t1 {
	color: #004098;
}

.case_ny .box .case-list li:hover .tbox .t3 {
	color: #222;
	/* background: url(/import/Template/Default/Content/images/icon39.png) 68px center no-repeat; */
}

/*title*/
.title1{text-align:center;margin:auto; padding-bottom: 50px;margin-top: 60px;}
.titlea{font-weight:bold;font-size:42px; text-align: center; color: #333;line-height:60px;}
.titleb{font-size:20px; text-align: center; color: #666;line-height:40px;}
/*企业文化*/	
.duty{overflow:hidden;margin-bottom: 120px;}
.duty .wrap-title p{font-size:14px;font-family:"DIN-Medium";color:#999;text-transform:uppercase;}
.duty .inner{position:relative;height:520px;overflow:hidden;}
.duty-one{position:absolute;right:0;top:0;width:55%;height:520px;overflow:hidden;background:url(../images/20220118190335_1696894244.jpg) no-repeat;animation:fadeinL 1s;}
.duty-one .text{position:absolute; width:80%; height:100%; padding: 24% 10% 0 10%;    background-color: rgb(0,0,0,0); color:#fff;}
.duty-one .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}
.duty-one .text p{height:60px;line-height:30px;font-size:16px;}
.duty-one .text i{display:block;margin:10px 0;width:28px;height:3px;background:#fff;}
.duty-two{position:absolute;left:0;top:0;width:45.6%;height:260px;overflow:hidden;background:#efefef;animation:fadeinT 1s;}
.duty-two .text{position:absolute;left:60px;right:60px;bottom:60px;}
.duty-two .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;color:#333;}
.duty-two .text p{margin-top:10px;height:75px;line-height:25px;font-size:16px;color:#666;overflow:hidden;}
.duty-two .text i{display:block;margin-top:10px;width:28px;height:3px;background:#ddd;}
.duty-three{position:absolute;left:0;bottom:0;width:22.8%;height:260px;background:#004098;animation:fadeinR 1s;}
.duty-three .text{position:absolute;left:60px;right:40px;bottom:40px;color:#fff;}
.duty-three .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}
.duty-three .text p{margin-top:10px;height:100px;line-height:25px;font-size:15px;overflow:hidden;}
.duty-three .text i{display:block;margin:10px 0;width:28px;height:3px;background:#fff;}
.duty-four{position:absolute;left:22.8%;bottom:0;width:22.8%;height:260px;background:#0852b8;;animation:fadeinR 2s;}
.duty-four .text{position:absolute;left:60px;right:42px;bottom:40px;color:#fff;}
.duty-four .text h3{height:50px;line-height:50px;font-weight:normal;font-size:30px;}
.duty-four .text p{margin-top:10px;height:100px;line-height:25px;font-size:15px;overflow:hidden;}
.duty-four .text i{display:block;margin-top:5px;width:28px;height:3px;background:#fff;}

.toudi a{width: 160px;height: 50px;display: block;background: #e30d0d;text-align: center;line-height: 50px; color:#fff;margin-top: 50px;border-radius: 5px; }
.toudi a:hover{background: #e54040;}

/* 内页结束 */

.down{margin-bottom: 60px;}
.down_title{text-align:center;margin:auto; padding-bottom: 50px;margin-top: 60px;}
.down_title p{font-weight:bold;font-size:42px; text-align: center; color: #333;line-height:60px;}
.down_title span{font-size:20px; text-align: center; color: #666;line-height:30px;margin-top: 10px; display: block;}
.down_nr{}
.down_nr li{border: 1px #ccc solid; position: relative;border-radius: 10px;margin-bottom: 20px;}
.down_nr li i{display: block; float: left; width:auto; height: 100px;padding: 20px 0px;margin-left: 30px;margin-right: 30px;}
.down_nr li i img{height: 100%;}
.down_nr li p{font-size: 22px;font-weight: bold;padding-top: 36px;margin-bottom: 10px;}
.down_nr li p:hover{text-decoration: underline;}
.down_nr li span{font-size: 14px; color:#ccc;}
.down_nr li em > a{display: block;width: 100px; height: 40px;line-height: 40px; color:#fff;background: #d32222; position: absolute; right: 4%;top: 37%;text-align: center;border-radius: 6px;transition: 0.3s;font-style: normal;}
.down_nr li em > a:hover{background:#e50b0b;transition: 0.3s;}

.about_class{margin-top: 60px; position: relative; z-index: 99;top: 10px; width: 46%;}
.about_class ul{}
.about_class ul li{float: left; width: 119px; position: relative; height: 60px; line-height: 60px;text-align: center;}
.about_class ul li::after{content: "";width: 100%;height: 0%; background:#004098; position: absolute; bottom:0;left: 0; right: 0;transition: 0.3s; border-top-left-radius:6px; border-top-right-radius:6px;}
.about_class ul li.c_cur::after{height: 100%;transition: 0.3s;}
.about_class ul li a{display: block; position: relative; z-index: 3;}
.about_class ul li.c_cur a{color:#fff;}

.prod_video {
	position: fixed;
	z-index: 10000;
	transition: ease .5s;
	width: 0;
	height: 0;
	overflow: hidden;
	border-radius: 50px;
}

.prod_video.cur {
	width: 100%;
	height: 100%;
	left: 0 !important;
	top: 0 !important;
	background: rgba(0, 0, 0, 0.6);
	backdrop-filter: blur(25px);
	border-radius: 0;
}

.prod_video .prod_video_box {
	width: 640px;
	max-width: calc(100% - 140px);
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.prod_video .prod_video_box span {
	display: block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255);
	position: absolute;
	left: calc(100% + 10px);
	top: 0;
	border-radius: 6px;
	position: absolute;
	cursor: pointer;
	transition: ease .3s;
	opacity: 0;
}

.prod_video .prod_video_box span:hover {
	background: #e81123;
}

.prod_video .prod_video_box span::after,
.prod_video .prod_video_box span::before {
	width: 16px;
	height: 3px;
	content: "";
	background: #333;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: ease .3s;
}

.prod_video .prod_video_box span:hover::after,
.prod_video .prod_video_box span:hover::before {
	background: #fff;
}

.prod_video .prod_video_box span::after {
	transform: translate(-50%, -50%) rotate(45deg);
}

.prod_video .prod_video_box span::before {
	transform: translate(-50%, -50%) rotate(135deg);
}

.prod_video video {
	width: 100%;
	display: block;
}