body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }   
body { background:#ffffff; color:#333; font-size:14px; font-family: "微软雅黑",'Arial Regular', Verdana, Helvetica, sans-serif; }   
td,th,caption { font-size:14px;}
a { color:#333; text-decoration:none; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s;}   
a:hover { text-decoration:none; transition: .3s all;-webkit-transition: .3s all;-moz-transition: .3s all;-o-transition: .3s all;}   
img { border:none; }   
ol,ul,li { list-style:none; }   
input, textarea, select, button { font:14px "微软雅黑", 'Arial Regular', Verdana,Helvetica,Arial,sans-serif; }   
table { border-collapse:collapse; }   
html {overflow-y: scroll;}   

a,button{cursor:pointer;}
input,textarea,button{outline: none;}
textarea{resize:none;}

.clearfix:after{clear:both;content:""; display:block; visibility:hidden; height:0;overflow: hidden;}	
.fl{float: left;}
.fr{float: right;}
.show{display:block !important;}
.hide{display: none !important;}

.container{
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
}
.header{
	
	width: 100%;
	background-color: #e2e4e5;
	border-bottom: 1px solid #fff;
}
.header-cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	margin: 0 auto;
	height: 37px;
	font-size: 14px;
}
.slogan{
	color: #0056a3;
	line-height: 1;
}
.tel{
	color: #0057a4;
	font-weight: bold;
	display: flex;
	align-items: center;
}
.tel span{
	display: flex;
	align-items: center;
}
.tel span img{
	display: inline-block;
	width: 22px;
	object-fit: contain;
}
.tel span a{
	color:#0057a4;
}
.news-cent{
	margin-top: 73px;
}
.nav{
	width: 100%;
	background-color: #0057a4;
}
.nav-cont{
	
	margin: 0 auto;
	width: 1200px;
	height: 90px;
	
}
.log{
	width: 274px;
	height: 46px;
	
	margin: 20px 0;
}
.log img{
	display: block;
	width: 100%;
	height: 100%;
}
.nav-cent {
	width: 920px;
	margin-left: 6px;
	display: flex;
	justify-content: space-between;
}

.nav-cent li{
	box-sizing: border-box;
	padding: 27px 0 26px;
	text-align: center;
	width: 95px;
	float: left;
	height: 90px;
	
}
.nav-cent li:hover{
	background-color: #18bad8;
}
.nav-cent li.on{
	background-color: #18bad8;
}
.nav-cent li:hover .nav-zh{
	
	font-size: 16px;
}
.nav-zh.on{
	font-size: 16px;
}
.nav-cent li a{
	color: #fff;
}
.nav-zh{
	line-height: 1;
	font-size: 18px;
}
.nav-en{
	margin-top: 10px;
	line-height: 1;
	font-size: 14px;
}
.swiper-slide{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.swiper-container{
	width: 100%;
	height: 733px;
}
.swiper-pagination-bullet{
	margin-left: 20px !important;
	border-radius: 0px;
	width: 120px;
	height: 5px;
	opacity: 1;
	background-color: rgba(255, 255, 255, 0.5)!important;
}

.swiper-pagination-bullet-active{
	background-color: #18bad8!important;
	opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom,
 .swiper-pagination-fraction{
	 bottom: 37px;
 }
.suggest{
	background-color: #f7f7f7;
	width: 100%;
	padding: 65px  0 87px;
}
.suggest-cont{
	width: 1200px;
	margin: 0 auto;
}
.title{
	margin: 0 auto;
	text-align: center;
	width: 530px;
	
}
.title-cont{
	padding-bottom:17px;
	line-height: 1;
	font-size: 34px;
	color: #262f43;
	border-bottom: #bebebe solid 1px;
}
.title-cont b{
	padding-bottom:11px;
	font-weight: 500;
	line-height: 1;
	border-bottom: #00489a solid 3px; 
}
.title-cont b:nth-child(2){
	border-bottom: #18b8d5 solid 3px;
}
.sub{
	text-transform: uppercase;
	margin-top: 17px;
	font-size: 18px;
	line-height: 1;
	color: #666666;
}
.offerings-list{
	margin-top: 70px;
}
.offerings-list li{
	margin-bottom: 49px;
	margin-right: 18px;
	float: left;
	width: 286px;
}
.offerings-list li:nth-child(4n){
	margin: 0;
}
.offerings{
	width: 286px;
	height: 286px;
}
.offerings img{
	width: 100%;
	height: 100%;
	display: block;
}
.offerings-list li p{
	font-size: 14px;
	color: #333333;
	margin-top: 24px;
	text-align: center;
}
.more{
	margin: 22px auto 0;
	display: flex;
	
	width: 172px;
	height: 50px;
}
.more-t a,
.more a{
	
	display: flex;
	align-items: center;
	 justify-content: center;
	height: 50px;
}
.more-cont{
	font-weight: bold;
	width: 108px;
	color: #333;
	background-color: #fff;
}
.arrow{
	font-size: 24px;
	width: 64px;
	background-color: #2cc3d5;
	color: #fff;
}
.above{
	background-color: #1853a6;
	width: 100%;
	
}
.above-cont{
	box-sizing: border-box;
	position: relative;
	height: 212px;
	
	width: 1200px;
	margin: 0 auto;
}
.above-cont-r{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.above-cont-r img{
	width: 554px;
	object-fit: contain;
	display: block;
}
.above-cont-l{
	height: 212px;
	display: flex;
	align-items: center;
}
.above-cont-l img{
	display: block;
	width: 243px;
	object-fit: contain;
}
.under{
	width: 100%;
	background-color: #f7f7f7;
}
.under-cont{
	
	width: 1200px;
	margin: 0 auto;
	
}
.under-cont-l{
	box-sizing: border-box;
	padding: 30px 0 0;
	height: 198px;
	overflow:hidden;
}
.ups{
	z-index: 10;
	position: fixed;
	right: 88px;
	top: 80%;
}
.ups-list{
	position: absolute;
	bottom: 0px;
	
}
.ups>div{
	display: none;
	font-size: 16px;
	color: #333;
	justify-content: center;
	align-items: center;
	
	width: 163px;
	height: 60px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/icon17.png);
}
.tel-cont{
	position: absolute;
	left: -150px;
	top: -125px;
}
.qq-cont{
	position: absolute;
	left: -150px;
	top: -183px;
}
.ups li{
	position: relative;
	margin-bottom: 5px;
	display: flex;
	    justify-content: center;
	    align-items: center;
	width: 55px;
	height: 55px;
	background-color: #bfbfbf;
}
.ups li:hover{
	background-color: #0057a4;
}
.ups li img{
	height: 30px;
	object-fit: contain;
	display: block;
}

.ups-list li:nth-child(n+1):nth-child(-n+2){
	display: none;
}


.suspension{position:fixed;z-index:55;right:0;bottom:200px;width:70px;height:240px;}
.suspension-box{position:relative;float:right;}
.suspension .a{display:block;width:44px;height:44px;background-color:#173c8d;margin-bottom:4px;cursor:pointer;outline:none;}
.suspension .a.active,
.suspension .a:hover{background:#2cc3d5;}
.suspension .a .i{float:left;width:44px;height:44px;background-image:url(../img/side_icon.png);background-repeat:no-repeat;}
/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../img/suspension-bg.png);background-repeat:no-repeat;background-position:0 0;}
.suspension .a-service-phone .i{width:20px;height:20px;margin-top:12px;margin-left:12px;background-image:url(../img/suspension-bg.png);background-repeat:no-repeat;background-position:-27px 0;}
.suspension .a-qrcode .i{background-position:-44px 0;}
.suspension .a-cart .i{background-position:-88px 0;}
.suspension .a-top .i{background-position:-132px 0;}
.suspension .a-top{background:#D2D3D6;display:none;}
.suspension .a-top:hover{background:#c0c1c3;}
.suspension .d{display:none;width:223px;background:#fff;position:absolute;right:67px;min-height:90px;border:1px solid #E0E1E5;border-radius:3px;box-shadow:0px 2px 5px 0px rgba(161, 163, 175, 0.11);}
.suspension .d .arrow{position:absolute;width:8px;height:12px;background:url(../img/side_bg_arrow.png) no-repeat;right:-8px;top:31px;}
.suspension .d-service{top:0;}
.suspension .d-service-phone{top:34px;}
.suspension .d-qrcode{top:78px;}
.suspension .d .inner-box{padding:8px 22px 12px;}
.suspension .d-service-item{border-bottom:1px solid #eee;padding:14px 0;}
.suspension .d-service .d-service-item{border-bottom:none;}
.suspension .d-service-item .circle{width:44px;height:44px;border-radius:50%;overflow:hidden;background:#F1F1F3;display:block;float:left;}
.suspension .d-service-item .i-qq{width:44px;height:44px;background:url(../img/side_con_icon03.png) no-repeat center 15px;display:block;transition:all .2s;border-radius:50%;overflow:hidden;}
.suspension .d-service-item:hover .i-qq{background-position:center 3px;}
.suspension .d-service-item .i-tel{width:44px;height:44px;background:url(../img/side_con_icon02.png) no-repeat center center;display:block;}
.suspension .d-service-item h3{float:left;width:112px;line-height:44px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text{float:left;width:112px;line-height:22px;font-size:15px;margin-left:12px;}
.suspension .d-service-item .text .number{font-family:Arial,"Microsoft Yahei","HanHei SC",PingHei,"PingFang SC","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;}
.suspension .d-service-intro{padding-top:10px;}
.suspension .d-service-intro p{float:left;line-height:27px;font-size:12px;width:50%;white-space:nowrap;color:#888;}
.suspension .d-service-intro i{background:url(../img/side_con_icon01.png) no-repeat center center;height:27px;width:14px;margin-right:5px;vertical-align:top;display:inline-block;}
.suspension .d-qrcode{text-align:center;}
.suspension .d-qrcode .inner-box{padding:20px 0;}
.suspension .d-qrcode p{font-size:16px;color:#93959c;}


.phone-nav{
	border-radius: 10px;
	font-weight: 400;
	border: 1px solid #fff;
	display: flex;
	box-sizing: border-box;
	display: none;
	text-align: center;
	width: 50px;
	height: 50px;
	font-size: 50px;
	color: #fff;
}
.field-list{
	margin-top: 66px;
}
.under-cont-r{
	width: 108px;
	height: 198px;
	background-color: #1853a6;
}
.under-cont-l p{
	width: 1021px;
	font-size: 14px;
	color: #999999;
	line-height: 1.5;
}
.more-t{
	margin: 50px auto ;
	width: 64px;
}
.more-t p{
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	text-align: center;
}
.produce{
	
	width: 100%;
	background-color: #fff;
}
.produce-cont{
	width: 1200px;
	margin: 0 auto;
	padding: 48px 0 86px;
	
}
.produce-list{
	margin-top: 43px;
}
.produce-list li{
	position: relative;
	margin-right: 13px;
	float: left;
	width: 290px;
	height: 150px;
	overflow:hidden;
	
}
.produce-list li:nth-child(4n){
	margin: 0px;
}
.produce-list li img{
	width: 100%;
	min-height: 190px;
}
.produce-list li:hover .environment{
	display: block;
}
.environment{
	display: none;
	box-sizing: border-box;
	padding: 20px 35px 20px;
	top: 0px;
	float: 0px;
	position: absolute;
	height: 150px;
	width: 290px;
	background-color: rgba(78, 189, 209, 0.7);
}
.environment-title{
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.environment-cont{
	box-sizing: border-box;
	padding: 13px 0;
	margin-top: 20px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.environment-cont p{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.4;
	width: 182px;
	color: #fff;
}
.field{
	width: 100%;
	background-color: #f5f5f5;
}
.field-cont{
	padding: 45px 0 82px;
	width: 1200px;
	margin:  0 auto;
}
.field-list li{
	position: relative;
	background-color: #fff;
	margin-right: 18px;
	height: 395px;
	float: left;
	width: 286px;
}
.field-list li:nth-child(4n){
	margin: 0px;
}
.field-list img{
	width: 286px;
	min-height: 190px;
	display: block;
}
.field-infor{
	position: absolute;
	bottom: 0px;
	height: 205px;
	padding-top: 45px;
	box-sizing: border-box;
	text-align: center;
	width: 286px;
	background-color: #fff;
}
.triangle{
	width: 0;
	height: 0;
	border: transparent 18px solid;
	border-bottom: #ffffff 18px solid;
	position: absolute;
	top: -36px;
	left: 45%;
}
.field-title{
	
	font-size: 20px;
	color: #333;
}
.field-sup{
	font-size: 14px;
	color: #999999;
	margin-top: 16px;
}
.field-infor .more-cont{
	background-color: #f5f5f5;
}
.field-list li:hover .field-infor{
	background-color: #1853a6;
	height: 220px;
}
.field-list li:hover .field-infor p{
	color: #fff;
}
.field-list li:hover .triangle{
	border-bottom: #1853a6 18px solid;
}
.field-infor .more{
	position: absolute;
	left: 57px;
	bottom: 37px;
}
.news{
	width: 100%;
	background-color: #F7F7F7;
}
.news-cont{
	width: 1200px;
	margin:  0 auto;
	padding: 27px 0 0;
}
.enterprise-top{
	width: 350px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #1853a6;
}
.enterprise-top p{
	padding: 10px 15px;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	background-color: #1853a6;
	border-top-right-radius: 8px;
}
.enterprise-top a{
	color: #1853a6;
	font-size: 14px;
	line-height: 1;
}
.news-list{
	margin-top: 6px;
}
.news-list li{
	padding: 30px 0;
	border-bottom: 1px #f3f3f3 solid;
}
.news-date{
	box-sizing: border-box;
	width: 65px;
	height: 65px;
	background-color: #2cc3d5;
}
.news-date p:nth-child(1){
	font-size: 28px;
	color: #fff;
	line-height: 1;
	text-align: center;
	padding: 10px 0;
}
.news-date p:nth-child(2){
	font-size: 12px;
	color: #fefeff;
	line-height: 1;
	text-align: center;
	margin-bottom: 10px;
}
.news-infor{
	width: 266px;
	margin-left: 17px;
}
.news-title{
	line-height: 1;
	font-size: 18px;
	color: #333;
}
.news-sub{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #999;
	font-size: 14px;
	line-height: 1.3;
	margin-top: 14px;
}
.industry,.valve{
	margin-left: 75px;
}
.friendship{
	
	padding: 80px 0 33px;
}
.friendship p{
	
	font-size: 16px;
	color: #333;
	line-height: 1;
}
.friendship-list {
	width: 1120px;
}
.friendship-list li{
	
	float: left;
	margin: 0 10px 10px;
	
}
.friendship-list li a{
	font-size: 16px;
	
	line-height: 1;
	color: #666;
}
.friendship-list li a:hover{
	color: #1853a6;
}
.statement{
	background-color: #F7F7F7;
	width: 100%;
}
.statement-con{
	
	margin: 0 auto;
	width: 1200px;
	border-top: 1px solid #e9e9e9;
	padding: 35px 0 98px;
}
.statement p{
	font-size: 14px;
	color: #999;
	text-align: center;
}
.footer{
	color: #b2b2b2;
	background-color: #2d2d2d;
	width: 100%;
}
.footer-cont{
	align-items: center;
	display: flex;
	width: 1200px;
	margin: 0 auto;
	padding: 55px 0 30px;
}
.tel-list{
	margin-left: 100px;
}
.tel-list li{
	font-size: 14px;
	margin-top: 22px;
	display: flex;
	align-items: center;
}
.tel-list li:first-child{
	margin-top: 0px;
}

.tel-list li img{
	margin-right: 20px;
	display: block;
	width: 18px;
	object-fit: scale-down;
}
.nav-list1{
	margin-left: 140px;
	font-size: 18px;
	 
}
.nav-list2{
	margin-left: 37px;
	font-size: 18px;
	
}
.nav-list2 li,
.nav-list1 li{
	margin-bottom: 8px;
}
.nav-list2 li a,
.nav-list1 li a{
	color:#b2b2b2;
	font-size:14px;
}
.nav-list2 li.nav-list2-h a,
.nav-list1 li.nav-list1-h a{
	color:#fff;
	font-size:18px;
}
.nav-list2 li a:hover,
.nav-list1 li a:hover{
	color:#00489A;
}
.QR-code{
	margin-left: 140px;
}
.QR-code img{
	width: 100px;
	height: 100px;
	 
}
.QR-code p{
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1;
}
.QR-code .QR-code-tit{
	margin-top: 0px;
}
.QR-code-t{
	margin-left: 30px;
}

.footer_bq{
	text-align: center;
	padding: 8px 0;
}
.footer_bq a{
	color: #333;
	font-size: 14px;
}

.filing-pic1 img{
	margin: 0 auto 10px;
	width: 26px;
	height: 28px;
	display: block;
}
.filing-pic2 img{
	margin: 0 auto;
	height: 36px;
	display: block;	
	width: 136px;
}
.filing{
	
	margin-left: 92px;
}
.filing p{
	line-height: 2;
	text-align: center;
}
.filing p a{
	color:#b2b2b2;
}
.banner{
	width: 100%;
}
.banner img{
	display: block;
	width: 100%;
	object-fit: cover;
}
.products-body{
	width: 100%;
	background-color: #F7F7F7;
}
.products-cont{
	margin: 0 auto;
	width: 1200px;
}
.cont-nav{
	
	width: 340px;
	
	background-color: #fff;
}
.cont-cent{
	
	
	background-color: #fff;
}
.cont-nav-top{
	box-sizing: border-box;
	padding-top: 50px;
	padding-left: 70px;
	width: 340px;
	height: 250px;
	position: relative;
	bottom: 58px;
	background-color: #0057a4;
}
.nav-row{
	
	margin-bottom: 20px;
	width: 80px;
	height: 4px;
	background-color: #fff;
}
.cont-nav-top p{
	line-height: 2;
	margin-bottom: 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 26px;
}
.left-nav>li{
	
	cursor: pointer;
	border-bottom: #e6e6e6 solid 1px;
	box-sizing: border-box;
	padding: 35px 20px 35px 45px;
	min-height: 90px;
	width: 100%;
}
.left-nav>li>a{
	line-height: 1;
	font-size: 20px;
	color: #333333;
}
.left-nav>li>a.on{
		color: #2145a6;
}

.left-nav>li>a>b{
	
	margin-right: 20px;
	font-weight: bold;
	font-size: 20px
}
.left-nav>li>a span{
	margin-top: 3px;
	float: right;
	margin-left: 135px;
	display: block;
	height: 15px;
	width: 9px;
	background-image: url(../img/icon18.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.left-nav>li> span.on{
	margin: 9px 0;
	margin-left: 130px;
	height: 9px;
	width: 15px;
	background-image: url(../img/icon19.png);
}
.left-nav>li>a span.active{
	
	background-image: url(../img/icon23.png);
}
.left-nav>li>span{
	margin-top: 3px;
	float: right;
	margin-left: 135px;
	display: block;
	height: 15px;
	width: 9px;
	background-image: url(../img/icon18.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	
}
.left-nav>li>span.on{
	margin: 9px 0;
	margin-left: 130px;
	height: 9px;
	width: 15px;
	background-image: url(../img/icon19.png);
}
.left-nav>li>span.active{
	
	background-image: url(../img/icon23.png);
}

.left-nav>li>ol{
	
	display: none;
	/* display: block; */
}
.left-nav>li>ol li{
	padding: 20px 0 20px 30px;
}
.left-nav>li>ol li a{
	
	font-size: 16px;
	color: #666666;
	
}
.left-nav>li>ol li a.on{
	color: #0057a4;
}
.left-nav>li>ol li a:hover{
	color: #0057a4;
}
.cont-cent{
	box-sizing: border-box;
	padding: 60px 15px 50px;
}
.crumbs {
	font-size: 14px;
	color: #999999;
	padding-bottom: 10px;
	border-bottom:1px solid #ececec ;
}
.crumbs a{
	font-size: 14px;
	color: #999999;
	padding: 0 10px;
}
.crumbs a:hover{
	color: #2145a6;
}
.products-list{
	margin-top: 40px;
}
.products-list li{
	margin: 0 10px 35px 0;
	float: left;
	width: 195px;
}
.products-pic{
	border: 1px solid #e5e5e5;
	width: 195px;
	height: 195px;
}
.products-pic img{
	display: block;
	width: 100%;
	height: 100%;
}
.products-list li p{
	text-align: center;
	color: #333333;
	font-size: 14px;
	margin-top: 18px;
	line-height: 1;
}
.products-list li:nth-child(4n){
	margin: 0px;
}
.page{
	text-align: center;
}
.page li{
	float:left;
}
.page a{
	margin-right: 10px;
	color: #333;
	padding: 8px 11px;
	font-size: 16px;
	line-height: 1;
	display: inline-block;
	border: 1px #d4dfd9 solid;
}
.page input{
	text-align: center;
	width: 54px;
	height: 32px;
	border: 1px #d4dfd9 solid;
}
.page span{
	margin-right: 10px;
    color: #0057a4;
    padding: 8px 11px;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    border: 1px #0057a4 solid;
}
.products-infor-pic{
	width: 325px;
	height: 325px;
}
.products-infor-pic img{
	width: 100%;
	height: 100%;
	display: block;
}
.products-infor{
	margin-top: 38px;
}
.products-infor-cont{
	margin-left: 42px;
	width: 430px;
}
.products-infor-title{
	
	padding-bottom: 18px;
	border-bottom: 1px solid #e5e5e5;
}
.products-infor-title p{
	font-size: 20px;
	color: #333333;
	line-height: 1;
	font-weight: bold;
}
.products-infor-list{
	margin-top: 20px;
}
.products-infor-list li{
	font-size: 14px;
	color: #333333;
	margin-bottom: 33px;
}
.explain{
	
	width: 100%;
	border: 1px solid #e5e5e5;
}
.explain-title{
	box-sizing: border-box;
	display: flex;
	    align-items: center;
	padding: 15px 0;
	border-bottom: 1px solid #e5e5e5;
}
.explain-title p{
	margin-left: 10px;
	font-size: 22px;
	color: #333333;
}
.explain-vertical{
	width: 4px;
	height: 20px;
	background-color: #0057a4;
}
.explain-cont{
	padding: 28px 13px;
}
.explain-cont{
	font-size: 14px;
	color: #333;
}
.updown{
	margin-top: 30px;
	width: 100%;
	
}
.updown>div span{
	font-size: 14px;
	color: #333;
}
.updown>div a{
	color: #0057a4;
	font-size: 14px;
}
.cont-centbg{
	padding-bottom: 40px;
	width: 844px;
	background-color: #F7F7F7;
}
.about-products,
.about-paper{
	padding: 30px 15px 0;
	margin-top: 15px;
	background-color: #fff;
}
.about-products .products-list li:nth-child(4n){
	margin-bottom: 35px;
}
.about-paper-list li{
	
	box-sizing: border-box;
	padding: 24px 0;
	border-bottom: 1px solid #e5e5e5;
}
.about-paper-list li:last-child{
	border: 0px;
}
.about-paper-list li b{
	
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #cdcdcd;
	line-height: 1;
}
.about-paper-list li a{
	float: left;
	line-height: 20px;
	width: 400px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 7px;
	color: #333333;
	font-size: 16px;
	
}
.about-paper-list li span{
	float: right;
	font-size: 14px;
	color: #999999;
}
.client-list{
	margin-top: 40px;
}
.client-list li{
	margin-bottom: 33px;
}
.client-listpic{
	width: 260px;
	height: 260px;
	border: 1px solid #e5e5e5;
}
.client-listpic img{
	width: 100%;
	height: 100%;
	display: block;
}
.client-infor-procured{
	margin-bottom: 16px;
	font-size: 22px;
	color: #0057a4;
	line-height: 1;
}
.client-infor-supply{
	font-size: 22px;
	color: #333333;
	line-height: 1;
}
.client-infor{
	margin-left: 25px;
}
.client-infor-lable{
	margin-top: 16px;
	font-size: 18px;
	color: #333;
}
.client-infor-tips{
	margin-top: 18px;
}
.client-infor-tips img{
	width: 17px;
	object-fit: contain;
	display: inline-block;
	vertical-align: bottom;
}
.client-infor-tips span{
	display: inline-block;
	margin-left: 10px;
	font-size: 16px;
	color: #999;
}
.newscont-list{
	margin-bottom: 75px;
}
.newscont-list li{
	padding: 37px 0;
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
}
.newscont-list-top a{
	font-size: 18px;
	color: #333333;
}
.newscont-list-top a:hover{
	color: #2145a6;
}
.newscont-list-top a:hover b{
	color: #2145a6;
}
.newscont-list-top a b{
	font-weight: 800;
	font-size: 20px;
	color: #cccccc;
	margin-right: 20px;
}
.newscont-list-top span{
	
	font-size: 14px;
	color: #b2b2b2;
	
}
.newscont-list-sub{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #808080;
	font-size: 14px;
	margin-top: 25px;
	margin-left: 30px;
}
.newscont-list-sub:hover{
	color: #2145a6;
}
.paper-cont h4{
	font-size: 18px;
	color: #2145a6;
	text-align: center;
}
.paper-cont{
	padding: 35px 10px 60px;
}
.paper-cont-time{
	text-align: center;
	margin-top: 30px;
	font-size: 14px;
	color: #b2b2b2;
	line-height: 1;
}
.paper-cent{
	margin-top: 25px;
}
.paper-cent img{
	max-width: 100%;
}
.up-next{
	margin-top: 60px;
}
.shadowing{
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 19;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.news-list li  p:hover{
	color: #00489A;
}
.up-next a{
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	padding: 16px 0px 16px 20px;
	display: block;
	width: 505px;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 10px;
	border: 1px #e5e5e5 solid;
}
.app-list{
	margin: 40px 0 68px;
}
.app-list li{
	margin-bottom: 20px;
	margin-right: 16px;
	float: left;
	background-color: #f7f7f7;
	width: 260px;
}
.app-list li:nth-child(3n){
	margin-right: 0px;
}
.app-list-pic{
	width: 260px;
	position: relative;
}
.app-list-pic img{
	display: block;
	width: 260px;
	max-height: 173px;
}
.app-list-infor{
	padding: 29px 0 43px;
	
}
.app-list li:hover .app-list-infor{
	background-color: #0056A3;
	
}
.app-list li:hover .sanjiao{
	border-bottom: 18px #0056A3 solid;
	
}
.app-list li:hover .app-list-infor p,
.app-list li:hover .app-list-infor span{
	color: #fff;
}
.app-list-infor p{
	text-align: center;
	font-size: 20px;
	line-height: 1;
	color: #333;
}
.app-list-infor span{
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 14px;
	color: #999;
	line-height: 1;
}
.sanjiao{
	left: 42%;
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 0px;
	border: 18px transparent solid;
	border-bottom: 18px #f7f7f7 solid;
}
.zztj{padding-left:3px;}
.zztj a{color:#b2b2b2;}


























