.wp-pagenavi {CLEAR: both; MARGIN:0 auto; WIDTH: 100%; PADDING: 30px 0 30px; TEXT-ALIGN: center}
.wp-pagenavi a {
BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px;BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none;border-radius:5px;
}
.wp-pagenavi a:hover {
BORDER-LEFT-COLOR:#3055a3; BORDER-BOTTOM-COLOR:#3055a3; BORDER-TOP-COLOR:#3055a3; BORDER-RIGHT-COLOR:#3055a3;background:#3055a3; color:white; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px;
}/*当前指上页码的边框色*/
.wp-pagenavi a.page-num-current {
BORDER-LEFT-COLOR:#3055a3; BORDER-BOTTOM-COLOR:#3055a3; BORDER-TOP-COLOR:#3055a3; BORDER-RIGHT-COLOR:#3055a3; background:#3055a3; PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 5px; MARGIN: 2px; PADDING-TOP: 5px; border:#3055a3 1px solid;border-radius:5px;
color:#fff;
}/*当前选中页码的背景色*/
.text-norecord{ font-size:14px; line-height:35px;}
@media screen and (max-width: 640px) {
.m640{ display:none;}
}

.abt{ padding:50px 0; line-height:30px; font-size:14px;}
.abt p{ line-height:30px; font-size:14px;}	

.history{padding-bottom: 40px;text-align: center;}
.history .his_img img{width: 100%;}

.newsv_box{padding:50px 0;max-width:1000px;margin:0 auto;overflow:hidden; width:90%;}
.newsv_box .htit{padding:0 0 10px;text-align:center;border-bottom:1px solid #eee;margin:0 auto;}
.newsv_box .htit h1{font-size:28px;color:#333;font-weight:bold;padding:5px 0 15px;}
.newsv_box .htit p{font-size:13px;color:#6f6f6f;line-height:30px;}

.newsv_box .ntxt{font-size:16px;color:#333;line-height:35px;padding:30px 0;}
.newsv_box .ntxt img{max-width:100%;}
 
.newsv_box .sxy {border-top:1px solid #eee; margin-top:10px; padding-top:10px;}
.newsv_box .sxy p.next{height:30px;line-height:30px;font-size:14px; overflow:hidden;}
.newsv_box .sxy p.prev{height:30px;line-height:30px;font-size:14px;overflow:hidden;}
.newsv_box .sxy p.next a ,.newsv_box .sxy p.prev a{height:30px; line-height:30px;font-size:14px;color:#444;}
.newsv_box .sxy p.next a:hover, .newsv_box .sxy p.prev a:hover{color:#f49e1b;}	
@media only screen and (max-width:480px){
	.newsv_box{padding: 40px 0;width: 94%;}
	.newsv_box .htit h2{font-size: 18px;}
	.newsv_box .ntxt{font-size: 14px;line-height: 25px;}
	
}

.xianguw{ padding-top:30px;}
.xianguw .title{ height:42px;border-bottom:1px solid #dedede;}
.xianguw .title h2{ float:left; width: auto; padding:0 0 0 25px; margin:0px; line-height:42px; vertical-align:middle; font-size:18px;color:#bbb;background:url(../images/2-02.png) no-repeat left center;_background-image:url(../images/2-02.gif);font-weight:normal;}
.xianguw ul { padding-top:25px;}
.xianguw ul li{ width: calc(47% - 1px); float:left; padding-bottom:10px; padding-right:3%; margin-right:3%; border-right:1px dashed #e5e5e5}
.xianguw ul li h3 a{ padding-left:15px; background:url(../images/sidian.png) no-repeat left 7px; color:#333333; font-size:14px; line-height:25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;width: calc(100% - 110px); float:left; font-weight:normal;}
.xianguw ul li a:hover{ color:#000;}
.xianguw ul li span{ float:right; color:#666; font-size:14px; }
.xianguw ul li:nth-child(2n){ margin-right:0; float:right; padding-right:0; border-right:none;}

 @media screen and (max-width: 900px) {
.xianguw ul li{width: 100%;margin-bottom: 0px;padding-right:0; margin-right:0; border-right:none; float:none; display:block; overflow:hidden;}
.xianguw ul li:nth-child(2n){ float:none; }
 }

		/* banner_nei */
		.banner_nei{}
			.banner_nei .banner_nei_img img{width: 100%;}
			.banner_nei_s{display: none;}
			.banner_nei_s .banner_img_s img{width: 100%;}
			@media only screen and (max-width: 800px){
				.banner_nei{display: none;}
				.banner_nei_s{display: block;}
			}
			/* 面包屑 */
			.crumbs{padding:24px 0;font-size:14px;color:#666;}
			.crumbs a{color:#666;}
			.crumbs a:hover{color:#0046aa;}
			
			/* 列表导航 */
			.left_nav{background:#fff;padding:30px 0;}
			.left_nav ul{text-align: center;}
			.left_nav ul li{display: inline-block; margin:5px;padding:10px;width: calc((100% - 60px)/6);max-width:180px;min-width:110px;box-sizing:border-box;border: 1px solid #183885;position: relative;z-index: 1;text-align: center;}
			.left_nav ul li.cur{background:#183885;}
			.left_nav ul li.cur a{color: #fff;}
			.left_nav ul li a{display: block;color: #183885;transition: color 0.5s;width: 100%;height: 100%; font-size:16px;}
			.left_nav ul li a:before{content: " ";position: absolute;top:0;left: 0;background:#183885;z-index: -1;width: 100%;height:0%;transition: all 0.5s;}
			.left_nav ul li a:hover::before{height: 100%;}
			.left_nav ul li a:hover{color: #fff;}
			@media only screen and (max-width:680px){
				.left_nav{padding:16px 0}
			}
			@media only screen and (max-width:480px){
				.left_nav{padding:0;}
				.left_nav ul li{min-width: 110px;}
			}
			
			/* caselist */
			.caselist{margin: 40px 0;}
			.lst_con ul{}
			.case_item {width: 31.6%; margin:0 2% 20px 0;text-align: left; display:inline-block;*display:inline;vertical-align: top;}
			.case_item:nth-child(3n){margin-right: 0;}
			.case_item .pic-box{width: 100%;margin: auto;}
			.case_item .pic-box img {width: 100%;}
			 
			.lst-tit {font-size: 16px;line-height: 44px;color: #3d3e3e;}
			.lst-con {/* display: -webkit-box; */display: none;height: 72px; line-height: 24px; border-bottom: 1px dashed #e0dddb; font-size: 14px; color: #767777;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;word-break: break-all;}
			.case_item dd{height: 32px; line-height: 32px;font-size: 14px; color: #767777;}
			.case_item>a:hover .lst-con,.case_item dd:hover{color: #183885;}
			@media only screen and (max-width:800px){
				.case_item{width: 49%;margin-right: 1%;}
				.case_item:nth-child(3n){margin-right: 1%;}
				.case_item:nth-child(2n){margin-right: 0;}
			}
			@media only screen and (max-width:480px){
				.case_item{width: 100%;margin-right: 0;}
			}
			.other-page {padding: 30px 0;font-size: 12px;font-weight: bold;line-height: 26px;text-align: center;color: #7e7e7f;}
			.other-page a {display: inline-block;*display: inline;*zoom: 1;padding: .2em 1.5em; margin: 0 4px; background: #fff;border: 1px solid #7e7e7f;}
			.other-page .on ,.other-page a:hover {color: #fff;background: #183885;}
			@media only screen and (max-width:480px){
				.other-page{padding:10px 0}
			}
			
			/* 联系我们 */
			.contact{text-align: center;padding:40px 0}
			.abn_title h3{font-size:30px;margin-bottom: 10px;}
			.abn_title b{color:#183885}
			.abn_title .en{font-size:22px;margin-bottom: 20px;}
			
			.contact_con{text-align: left;}
			.contact_con h2{font-size:20px;margin:0 0 20px 0;}
			.contact_con ul li{float: left;padding-left: 50px;margin: 10px 40px 0 0;width: auto;}
			.contact_con ul li span{font-size: 16px;color: #6d6d6d;margin-bottom: 10px;line-height: 40px;}
			.contact_con ul li span b{font-weight: 600;color: #666;}
			.contact_con ul li:nth-child(1){background: url(../images/contact01.png) no-repeat left center/26px 26px;}
			.contact_con ul li:nth-child(2){background: url(../images/contact02.png) no-repeat left center/26px 26px;}
			.contact_con ul li:nth-child(3){background: url(../images/contact03.png) no-repeat left center/26px 26px;}
			.contact_con ul li:nth-child(4){background: url(../images/contact04.png) no-repeat left center/26px 26px;}
			.contact_con ul li:nth-child(5){background: url(../images/contact05.png) no-repeat left center/30px 30px;}
			@media only screen and (max-width:800px){
				.contact_con ul li{width: 100%;box-sizing: border-box;margin-right:0;}
				
			}
			@media only screen and (max-width:480px){
				.contact_con{margin-top: 20px;}
				.contact_con p{line-height: 18px;}
				.contact_con h2{font-size: 18px;}
				.contact_con ul li span{font-size: 14px;line-height: 34px;}
				.contact_con ul li{margin: 0;padding-left: 40px;}
				.contact_con ul li:nth-child(1){background: url(../images/contact01.png) no-repeat left 5px/25px 25px;}
				.contact_con ul li:nth-child(2){background: url(../images/contact02.png) no-repeat left 5px/25px 25px;}
				.contact_con ul li:nth-child(3){background: url(../images/contact03.png) no-repeat left 5px/25px 25px;}
				.contact_con ul li:nth-child(4){background: url(../images/contact04.png) no-repeat left 5px/25px 25px;}
				.contact_con ul li:nth-child(5){background: url(../images/contact05.png) no-repeat left 5px/25px 25px;}
			}
			/* 在线留言 */
			.message{text-align: center;padding:40px 0}
			.Gbook_b1 .name,.Gbook_b1 .phone,.Gbook_b1 .email{float:left;margin-right:2%;margin-bottom:20px;width: 32%;}
			.Gbook_b1 .email{margin-right: 0;}
			.Gbook_b1 .company{width:100%;float:left; margin-bottom:20px;}
			.Gbook_b1 .content{width:100%;float:left; margin-bottom:20px;}
			.Gbook_b1 .vcode{width:32%;float:left; }
			.Gbook_b1 .vcode .InputV1{ width:280px;}
			.Gbook_b1 .btn{width:100%;float:left; margin-left:2%; }
			
			.InputV1{height:38px; width:100%;line-height:38px;padding:0 10px;border:1px solid #ddd;background-color:#fafafa;box-sizing: border-box;}
			.company .InputV1{width: 100%;}
			.InputV1:focus{border:1px solid #183885;background-color:#fff;}
			.ButtonV1{height:40px;line-height:40px;padding:0 20px;background-color:#183885;color:#fff; font-size:16px; cursor:pointer;}
			.TextareaV1{line-height:150%;width:100%;padding:10px;border:1px solid #ddd;background-color:#fafafa; resize:none;box-sizing: border-box; font-family:微软雅黑;}
			.TextareaV1:focus{border:1px solid #183885;background-color:#fff;}
			
			@media only screen and (max-width: 800px){
			.Gbook_b1 .company{float:left; margin-bottom:8px;}
			.Gbook_b1 .name{float:left; margin-bottom:8px;width:100%}
			.Gbook_b1 .phone{float:left; margin-left:0; margin-bottom:8px;width:100%}
			.Gbook_b1 .email{float:left; margin-left:0;margin-bottom:8px;width:100%}
			.Gbook_b1 .content{float:left; margin-bottom:8px;}
				}
				
			/* newslist */
			.nyNews{}
			.f30{font-size: 30px;padding: 30px 0;color:#333;}
			.nyNews li{padding:20px;border-top:1px solid transparent;border-bottom:1px solid transparent;}
			.nyNews li:hover{border-top-color:#eaeaea;border-bottom-color:#eaeaea;background:#f5f5f5;}
			.nyNews li .pic{width:255px;height:150px;overflow:hidden;float:left;}
			.nyNews li .pic img{width: 100%;transition: all 0.5s;}
			.nyNews li:hover .pic img{transform: scale(1.1);}
			.nyNews li .wenz{width: calc(100% - 300px) !important;float:right;}
			.nyNews li .wenz .hide{display: none;}
			.nyNews li .wenz h3{margin:5px 0 10px;font-size:18px;color:#333;}
			.nyNews li .wenz h3 a{color:#333;}
			.nyNews li .wenz h3 a:hover{color:#004baa;}
			.nyNews li .wenz p{font-size:14px;color:#6e6e6e;line-height:20px;height:60px;overflow:hidden;}
			.nyNews li .wenz .date{color:#6e6e6e;margin-top:13px;}
			.nyNews li .wenz .date span{padding:0 18px;}
			.nyNews li .wenz .date span img{margin:-1px 4px 0 0;}
			.nyNews li .wenz .bdsharebuttonbox{line-height:40px;}
			.nyNews li .wenz .bdsharebuttonbox .bds_more{vertical-align:middle;float:none;background:url(/web/ucan/images/about/icon06.png);padding:0;display:inline-block;margin:-2px 0 0 0;width:13px;height:12px;}
			.nyNews li .wenz .bdsharebuttonbox .bds_more:hover{background:url(/web/ucan/images/about/icon066.png);}
			.nyNews li .wenz .date a.fr{float:right;background:none;margin:0;color:#6e6e6e;border:2px solid #e1e1e1;padding:9px 26px;line-height:18px;}
			.nyNews li .wenz .date a.fr img{margin:-1px 9px 0 0;}
			.nyNews li .wenz .date a.fr:hover{background:#004baa;color:#fff;border-color:#004baa;}
			.nyNews li .wenz .date a.fr:hover .show{display: none;}
			.nyNews li .wenz .date a.fr:hover .hide{display: inline-block;}
			.tagContent2.nyNews li .wenz{width:630px;}
			.tagContent2.nyNews li{padding:0;margin-bottom:12px;}
			.tagContent2.nyNews li:hover{background:transparent !important;border:1px solid transparent;}
			
			@media only screen and (max-width:1200px){
				    .nyNews li .pic{width:220px;height:125px;}
				    .nyNews li .wenz{width:calc(100% - 235px) !important;}
				    .nyNews li .wenz p{height:40px;}
				    .nyNews li .wenz .date{margin-top:9px;}
			}
			@media only screen and (max-width:680px){
				    .nyNews li{margin:15px 0;background:none !important;padding:0;}
				    .nyNews li .pic{height:67px;width:120px;}
				    .nyNews li .wenz{width:calc(100% - 130px) !important;}
				    .nyNews li .wenz p{display:none;}
				    .nyNews li .wenz h3{font-size:14px;margin:0;white-space:normal;}
						.nyNews li .wenz .date a.fr{display: none;}
			}
			
			/* photolist */
			.PhotoList_d1 { padding:40px 0 0 0;}
					.PhotoList_d1 li{ width:30%; margin-left:2.5%; margin-bottom:30px; float:left; }
					.PhotoList_d1 li span{ font-size:14px; line-height:40px; height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;text-align: center;}
					.PhotoList_d1 li a{position:relative;display:block;overflow:hidden;}
					.PhotoList_d1 li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/ max-width:720px; max-height:480px; width:100%; display:block; margin:0 auto;}
					.PhotoList_d1 li a:hover img{transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;}
					.PhotoList_d1 li a h4{position: absolute;z-index:10;display:block;transition: 0.6s;color:#fff; top:0%; left:0; width:100%; text-align:center; line-height:40px; font-size:24px; opacity:0; font-family:"微软雅黑";}
					.PhotoList_d1 li a:hover h4{ opacity:1; top:30%;transition: 0.6s;}
					.PhotoList_d1 li a::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background:rgba(0,0,0,.5) url(../images/ico3.png) no-repeat center/40px 40px;z-index: 1;transition: 0.6s;}
					.PhotoList_d1 li a:hover::after{width: 100%; height: 100%;z-index: 1;transition: 0.6s;}
					
					@media only screen and (max-width: 1200px){
					.PhotoList_d1 li{ width:44%; margin-left:4%; margin-bottom:30px; float:left; }
					.PhotoList_d1 li a h4{ font-size:24px;}
					.PhotoList_d1 li a:hover h4{ opacity:1; top:28%;transition: 0.6s;}
						}
					@media only screen and (max-width: 800px){
			/* 		.PhotoList_d1 li{ width:90%; margin-left:5%; margin-bottom:20px; float:left; }
					.PhotoList_d1 li a h4{ display:none;}
					.PhotoList_d1 li a:hover::after{ display:none;} */
					.PhotoList_d1 li span{ text-align:center;}
					.PhotoList_d1 li{margin-bottom: 0;}
					.PhotoList_d1 li:nth-child(9n){display: none;}
					.PhotoList_d1 li a::after{    background: rgba(0,0,0,.5) url(../images/ico3.png) no-repeat center 70%/40px 40px;}
					}
					@media only screen and (max-width:680px){
						.PhotoList_d1 li a h4{display: none;}
					}

					
					#load_more_button{
						display: none;
					}
			/*productlist二级导航*/
			.left_nav_nd{background: #e9e9e9;padding: 16px 0;}
			.left_nav_nd .wrap{padding: 0 2.4%;}
			.left_nav_nd .h2{font-size: 24px;color: #183885;}
			.left_nav_nd .pro_menu{max-width: 680px;font-size: 16px; padding-top:6px;}
			.left_nav_nd .pro_menu ul li {float: left;margin:0 17px;}
		
			.left_nav_nd .pro_menu ul li a:hover, .left_nav_nd .pro_menu ul li a.cur{color:#0046aa}
			 
			.left_nav_nd .crumbs2{float: right;font-size: 14px;color: #666; padding-top:6px;}
			.left_nav_nd .crumbs2 a{color: #666;}
			.left_nav_nd .crumbs2 a:hover{color:#0046aa}
			@media only screen and (max-width:1200px){
				.left_nav_nd .crumbs2{float: left;width: 100%;margin-top: 10px;}
			}
			@media only screen and (max-width:800px){
				.left_nav_nd .pro_menu{width: 100%;margin-top: 10px;}
				
			}
			@media only screen and (max-width: 480px){
				.left_nav_nd .pro_menu ul li {margin-right: 10px;}
			}
			/* productlist */
			.productlist { padding:40px 0 0 0;}
					.productlist li{ width:22%; margin-left:2.4%; margin-bottom:30px; float:left;box-sizing: border-box;border: 1px solid #aaa; }
					.productlist li span{ font-size:14px; line-height:40px; height:40px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; display:block;text-align: center;}
					.productlist li a{position:relative;display:block;overflow:hidden;}
					.productlist li a img{transform: scale(1);transition: all 1s ease 0s;-webkit-transform: scale(1);-webkit-transform: all 1s ease 0s; /*height:100%;*/ max-width:720px; max-height:480px; width: calc(100% - 2px); display:block; margin:0 auto;}
					.productlist li a:hover img{transform: scale(1.1);transition: all 1s ease 0s;-webkit-transform: scale(1.3);-webkit-transform: all 1s ease 0s;}
					.productlist li a h4{position: absolute;z-index:10;display:block;transition: 0.6s;color:#fff; top:0%; left:0; width: calc(100% - 2px);text-align:center; line-height:40px; font-size:22px; opacity:0; font-family:"微软雅黑";color: #fff;}
					.productlist li a:hover h4{ opacity:1; top:30%;transition: 0.6s;}
					.productlist li a::after{content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 0%; background:rgba(0,0,0,.5) url(../images/ico3.png) no-repeat center 60%/40px 40px;z-index: 1;transition: 0.6s;}
					.productlist li a:hover::after{width: 100%; height: 100%;z-index: 1;transition: 0.6s;}
					
					@media only screen and (max-width: 1200px){
					.productlist li{ width:44%; margin-left:4%; margin-bottom:30px; float:left; }
					.productlist li a h4{ font-size:24px;}
					.productlist li a:hover h4{ opacity:1; top:28%;transition: 0.6s;}
						}
					@media only screen and (max-width: 800px){
			/* 		.productlist li{ width:90%; margin-left:5%; margin-bottom:20px; float:left; }
					.productlist li a h4{ display:none;}
					.productlist li a:hover::after{ display:none;} */
					.productlist li span{ text-align:center;}
				
						}
						@media only screen and (max-width: 680px){
							.productlist li a h4{display: none;}
						}
						@media only screen and (max-width:480px){
							.productlist{padding:20px 0 0;}
							.productlist li{width: 46.4%;margin-left: 2.4%;}
						}
			
			/* about_nei */
			.about_nei{text-align: center;padding:40px 0}
			.abn_title h3{font-size:30px;margin-bottom: 10px;}
			.abn_title b{color:#183885}
			.abn_title .en{font-size:22px;margin-bottom: 20px;}
			.about_nei_img{width: 45%;}
			.about_nei_img img{width: 100%;border: 4px solid #fff;}
			.about_con{text-align: center;margin-top: 40px;padding-top: 100px;background:url(../images/ab_nei.jpg) no-repeat ;box-sizing: border-box;}
			.about_con p{font-size: 16px;text-indent: 2em;line-height: 2;text-align: left;color:#fff}
			/* .ab_wrap{padding-top: 100px;} */
			.about_txt{width: 50%;padding-bottom: 20px;}
			@media only screen and (max-width: 1500px){
				.about_con{background:url(../images/ab_nei.jpg) no-repeat center/cover;}
			}
			@media only screen and (max-width:800px){
				.about_con{padding-top: 20px;}
				.about_nei_img{width: 100%;}
				.about_nei_img img{width: 100%;box-sizing: border-box;}
				.about_txt{width: 100%;padding-top: 10px;float: left;}
			}
			@media only screen and (max-width:480px){
				.abn_title h3{font-size: 24px;}
				.abn_title .en{font-size: 18px;}
				.about_con{margin-top: 20px;}
				.about_con p{line-height: 20px}
			}
			
			.culture{text-align: center;padding-bottom: 40px;}
			.culture_con p{font-size: 16px;text-indent: 2em;line-height: 2;text-align: left;}
			.culture_con .cul_txt{width: 50%;}
			.culture_con .cul_img{width: 45%;}
			.culture_con .cul_img img{width: 100%;}
			@media only screen and (max-width: 680px){
				.culture_con .cul_txt{width: 100%;}
				.culture_con .cul_img{width: 100%;margin-top: 20px;}
				.cul_txt p{line-height: 20px}
			}
			
			/* product */
			.ProductDetail_c1 { margin: 40px 0 0 20px; }
			.ProductDetail_c1 .Pimg { width: 50%; height: 347px; border: solid 1px #e8e8e8; padding: 10px; float: left; }
			.ProductDetail_c1 .pul { width: 40%; float: right; }
			.ProductDetail_c1 .pul>li { line-height: 24px; margin: 5px 0; font-size: 16px; font-family: "微软雅黑"; color: #777; }
			.ProductDetail_c1 .pul>li.name { color: #333; font-size: 18px; }
			.ProductDetail_c1 .pul h1{font-size: 30px;line-height: 45px;color: #777;}
			.ProductDetail_c1 .pul>li.list a { font-family: "微软雅黑"; color: #009c73; }
			.ProductDetail_c1 .pul>li.shang { margin-top: 30px; margin-bottom: 30px; }
			.ProductDetail_c1 .detail { float: left; width: 100%; }
			
			.ProductDetail_c1 .til1 { margin: 15px 0; padding: 20px; font-size: 20px; font-family: "微软雅黑"; border-bottom: solid 1px #e8e8e8; border-left: 4px solid #0054a3; }
			.ProductDetail_c1 .detail p { padding: 10px 0; line-height: 30px; font-size: 16px; text-indent: 2em; color: #777 }
			.ProductDetail_c1 .Pimg img { max-width: 100%; max-height: 100%; width: auto; height: auto; display: block; margin: 0 auto; }
			
			@media only screen and (max-width: 1200px) {
			.ProductDetail_c1 .Pimg{height: auto;}
			}
			@media only screen and (max-width: 800px) {
			.ProductDetail_c1 .detail img { width: 100%; }
			.ProductDetail_c1 { width: 95%; margin: 30px auto; }
			.ProductDetail_c1 .pul>li { line-height: 20px; margin: 10px 0; font-size: 16px; }
			.ProductDetail_c1 .pul>li.shang { margin-top: 30px; margin-bottom: 30px; }
			.ProductDetail_c1 .til1 { font-size: 16px;}
			.ProductDetail_c1 .detail p { padding: 10px 0; line-height: 30px; font-size: 12px; text-indent: 2em; }
			}
			@media only screen and (max-width:680px){
				.ProductDetail_c1 .pul {width: 100%;}
				.ProductDetail_c1 .pul>li.list{font-size: 24px;line-height: 24px;}
				.ProductDetail_c1 .Pimg{width:calc(100% - 22px);}
			}
			
			.ProductDetail_c1 .product_x { float: left; width: 100%; }
			.ProductDetail_c1 .product_x ul li{float: left;width: 23%;margin-right: 2%;margin-bottom: 2.5%;}
			.ProductDetail_c1 .product_x ul li:nth-last-child(1){margin-right: 0;}
			.ProductDetail_c1 .product_x ul li:hover{border-bottom: 1px solid #004BAA;}
			.product_x	.pro_ximg img{width: 100%;}
			.product_x	.pro_ximg p{text-align: center;}
			
			@media only screen and (max-width:680px){
				.ProductDetail_c1 .product_x ul li{float: left;width: 49%;margin-right: 2%;}
				.ProductDetail_c1 .product_x ul li:nth-child(2n){margin-right: 0;}
			}
			
			/* 人才招聘 */
			.zplist{ overflow: hidden; width: 100%; margin: 40px 0;}
			.zplist li{ float: left;width: 100%; color: #000;margin-bottom: 30px;}
			.zplist li .t{width: 100%; display: inline-block;cursor: pointer; padding: 20px;box-sizing: border-box;background:#eee}
			.zplist li .t_profie .job_name h4{font-size: 18px;line-height: 1.5;color: #4e4e4e;font-weight: 600;}
			.zplist li .t_profie .job_name p{margin-top: 10px;color: #444;}
			.zplist li .t_profie .job_name p span{display: inline-block;margin-right: 15px;padding-left: 20px;font-size: 16px;height: 30px;line-height: 30px;}
			.zplist li .t_profie .job_name p span:nth-child(1){background: url(../images/jb02.png)no-repeat left;}
			.zplist li .t_profie .job_name p span:nth-child(2){background: url(../images/jb01.png)no-repeat left;}
			.zplist li .t_profie .job_name p span:nth-child(3){background: url(../images/jb03.png)no-repeat left;}
			.zplist li .t_profie .job_name p span:nth-child(4){background: url(../images/jb04.png)no-repeat left;}
			.zplist li .t_profie i{top:5px;right:40px;}
			.zplist li .zptxt{ padding:20px 30px; background: #fff; display: none;border:1px dotted #999;border-top: none;}
			.zplist li .zptxt .zi{ width: 60%;}
			.zplist li .zptxt .zi span{ display: block; font-size:18px;margin-bottom: 20px;}
			.zplist li .zptxt .zi p{font-size:16px;line-height: 35px;}
			.zplist li .zptxt .ms{color: #0054a3; margin-top: 20px;}
			.zplist li .active i.fir { display: none; }
			@media only screen and (max-width:800px){
				.zplist li .zptxt .zi{width: 100%;}
			}
			@media only screen and (max-width:680px){
				.zplist li .t{padding:10px}
				.zplist li .zptxt{padding:10px}
				.zplist li .t_profie i{right: 10px;}
				.zplist li .t_profie .job_name h4{font-size: 16px;}
				.zplist li .zptxt .zi p{font-size:14px}
				.zplist li .t_profie .job_name p span{font-size: 12px;margin-right: 30px;}
			}
			@media only screen and (max-width:480px){
				.zplist li{margin-bottom: 10px;}
			}
			
			/* abour_service */
			.service{text-align: center;margin: 40px 0;}
			.service .ser_img{width: 300px;height:252px}
			.service .ser_img img {width: 100%;}
			.service .ser_txt{width: calc(100% - 300px);}
			.service .ser_txt ul li{float: left;box-sizing: border-box;padding:10px;width: 33.3%;min-height:200px;height: auto;}
			.service .ser_txt ul li h4{font-size:24px;padding-bottom: 12px;font-weight: 500;}
			.service .ser_txt ul li h4 b{font-size: 28px;color:#cfb23a}
			.service .ser_txt ul li p{font-size: 16px;}
			@media only screen and ( max-width:1000px){
				.service .ser_txt{width: 100%;}
				.service .ser_img{width: 100%;height: auto;}
				.service .ser_img img{width:40%}
			}
			@media only screen and (max-width:680px){
				.service .ser_txt ul li{width: 100%;min-height: 0;text-align: left;}
				.service .ser_txt ul li h4{font-size: 20px;}
				.service .ser_txt ul li p{font-size: 14px;}
				.service .ser_img img{width: 50%;}
			}
			@media only screen and (max-width:480px){
				.service .abn_title .en{margin-bottom: 10px;}
				.service .ser_img img{width: 40%;}
				.service .ser_txt ul li{padding: 5px 10px 0;}
				.service .ser_txt ul li h4{font-size: 18px;}
			}
			
			.ser_qual{margin-bottom: 40px;text-align: center;}
			.ser_qual .sq_txt ul li{margin:20px 0;}
			.ser_qual .sq_txt ul li p{background:url(../images/start.png) no-repeat left top;}
			.sq_con p{font-size: 20px;text-indent: 2em;line-height: 2;text-align: left;}
			.sq_con .sq_txt{width: 50%;}
			.sq_con .sq_img{width: 45%;}
			.sq_con .sq_img img{width: 100%;}
			@media only screen and (max-width: 680px){
				.sq_con .sq_txt{width: 100%;}
				.sq_con .sq_img{width: 100%;margin-top: 20px;}
			}
			@media only screen and (max-width:480px){
				.ser_qual .sq_txt ul li{margin: 0 0 5px;}
				.sq_con p{font-size: 16px;}
			}
			
			/* 产品表格 */
			.pdetail{ width:94%; max-width:1200px; margin:0 auto;}
			.pdetail .datu img{ width:100%;}
			.pdetail .titcn{ font-size:46px; color:#bbb; font-weight:bold; margin-top:40px;}
			.pdetail .titcn p{  display: inline;color:#0054a3;height: 100%;font-size:46px;}
			.pdetail .titen{ font-size:24px; text-transform:uppercase;color:#bbb; margin-bottom:40px; font-family:Arial, Helvetica, sans-serif;}
			.pdetail .titcn1{ font-size:26px; color:#0054a3; margin-top:40px;}
			.pdetail .titen1{ font-size:26px; color:#0054a3; margin-bottom:40px;font-family:Arial, Helvetica, sans-serif;}
			.pdetail .tit2{ font-size:22px; text-align:center;border-bottom:1px solid #333; padding:5px 0; line-height:30px; height:30px; overflow:hidden;}
			.pdetail .cstuv{ width:100%;}
			.pdetail .cstu table {width: calc(100% - 4px); max-width:1200px; border-collapse:collapse; font-size:17px;}  
			.pdetail .cstu table .firstrow{ background:#eee; font-size:18px;}  
			.pdetail .cstu tr{ width: 100%;} 
			.pdetail .cstu td{border:1px solid #333; text-align:left; text-align:center; padding:8px 0;}
			.pdetail .shuomin{ border:1px solid #333;width: calc(100% - 2px); max-width:1200px;}
			.pdetail .shuomin .part90{ border-bottom:1px solid #333; overflow:hidden;}
			.pdetail .shuomin .part90 img{ max-width:900px; width:100%; margin:0 auto; display:block;}
			.pdetail .shuomin .part64{border-bottom:1px solid #333;overflow:hidden;}
			.pdetail .shuomin .part64 .left2{width: calc(66.66% - 1px); float:left; border-right:1px solid #333;}
			.pdetail .shuomin .part64 .left2 img{max-width:600px; width:100%; margin:0 auto; display:block;}
			.pdetail .shuomin .part64 .right2{width:33.33%; float:left;}
			.pdetail .shuomin .part64 .right2 img{max-width:300px; width:100%; margin:0 auto; display:block;}
			.pdetail .shuomin .part45 {}
			.pdetail .shuomin .part45 .left3{width: calc(50% - 1px); float:left; border-right:1px solid #333;}
			.pdetail .shuomin .part45 .right3{width:50%; float:left;}
			.pdetail .shuomin .part45 img{max-width:450px; width:100%; margin:0 auto; display:block;/* float:left; */}
			@media screen and (max-width:600px){
				.pdetail{width: 100%;}
			.pdetail .titcn{ font-size:24px; margin-top:30px;}
			.pdetail .titcn p{font-size: 24px;}
			.pdetail .titen{ font-size:18px;  margin-bottom:30px; }
			.pdetail .titcn1{ font-size:22px; margin-top:30px;}
			.pdetail .titen1{ font-size:22px; margin-bottom:30px;}
			.pdetail .tit2{ font-size:20px; }
			
			.pdetail .shuomin .part64 .left2{width: calc(100% - 1px); float:left; border-right:none;}
			.pdetail .shuomin .part64 .right2{width:100%; float:left;border-top:1px solid #333;}
			.pdetail .shuomin .part45 .left3{width: calc(100% - 1px); float:left; border-right:none;}
			.pdetail .shuomin .part45 .right3{width:100%; float:left;border-top:1px solid #333;}
			}
			
			/* case_nei */
			.case_nei_box {padding: 50px 0;max-width: 1000px;margin: 0 auto;overflow: hidden;width: 90%;}
			.case_nei .ctit{font-size: 24px;color: #333;font-weight: bold;padding: 5px 0 15px;}
			.case_nei .ctxt{    font-size: 16px;color: #333;line-height: 35px;padding: 30px 0;}
			.case_nei .sxy{border-top: 1px solid #eee;margin-top: 10px;padding-top: 10px;}
			.case_nei .sxy p.prev{    height: 30px;line-height: 30px;font-size: 14px;overflow: hidden;}
			@media only screen and (max-width:480px){
				.case_nei_box{padding: 40px 0;width: 94%;}
				.case_nei .ctit{font-size: 18px;}
			}
			/* about_sale */
			.about_sale{padding:40px 0;}
			.about_sale .sale_map{width: 80%;max-width: 1000px;margin: 0 auto;}
			.about_sale .sale_map img{width:100%}
			.sale_con{padding-top: 30px;}
			.sale_con p{font-size: 16px;line-height: 2;text-indent: 2em;text-align: left;}
			@media only screen and (max-width:480px){
				.sale_con p{line-height: 20px;}
			}
			
			.hot_words{margin: 30px 0;}
			.hot_words .hd{background: #f7f7f7;padding: 10px 20px;box-sizing: border-box;font-size: 16px;margin-bottom: 20px;}
			.hot_words ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
			.hot_words ul li{margin: 0 8px 10px 0;padding: 6px 5px;width: auto;height: auto;border: 1px solid #ddd;box-sizing: border-box;}
			
			.map_wrap{width:100%; height:450px}
			#mapContainer {
				height: 100%;
				width: 100%;
			}
			