/* CSS Document */
*{text-overflow: ellipsis;box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
-webkit-box-sizing:border-box; /* Safari */}
html,body{ height:100%; width:100%;}
body{
	margin: auto; background-color:#FFFFFF;
	font-size: 16px;
	line-height: 2;
	font-family: "微软雅黑", "宋体", Arial;
	color: #000; min-width:1200px; overflow-x:hidden; padding:0px;
}
body,div,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,input,button,textarea,p,th,td{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{ margin-left:auto; margin-right:auto; margin-top:5px; margin-bottom:5px;}

table{
border-collapse: collapse; border-color:#dddddd;
}
table td{border-color:#dddddd}
a{
color: #000000;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
a:hover{
	color:#015fac;
}
pre,.pre{
	word-break: break-all;
        white-space: pre-line;
        overflow-wrap: break-word;  max-width:100%; 
}
img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img[align="left"]{ margin-right:10px;}
img[align="right"]{ margin-left:10px;}
ul,li,p,dl,dt{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div,span{text-overflow: ellipsis;}
.clear{ clear:both}

/*垂直居中*/
.center{ display: flex;
    justify-content:center;
    align-items:center;}
/*图片放大*/
.fd img.img{    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;}
.fd:hover img.img{    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);}

.fl{ float:left}
.fr{ float:right}

.xuanzhuan{
 -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 10ms;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 10ms;
    -webkit-animation: rotate 30ms linear infinite;
    -moz-animation: rotate 30ms linear infinite;
    -o-animation: rotate 30ms linear infinite;
    animation: rotate 30ms linear infinite;
}
@-webkit-keyframes rotate{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes rotate{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes rotate{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes rotate{from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}






/*客服*/
.kefu{ position:fixed; top:30%;border-radius:10px; right:0; color:#FFFFFF; text-align:center; width:50px; z-index:99; font-size:12px; }

.kefu .iconfont{ color:#FFFFFF; font-size:24px; line-height:1;}
.kefu a{ color:#ffffff; overflow:hidden;}
.kefu .item:hover{ background-color:#0061B0;}
.kefu .item.wx{border-radius:25px 25px 0 0;}
.kefu .item.gotop{border-radius:0 0 25px 25px;}
.kefu .wx .wxqrcode2{
	Opacity:0;
	position:absolute;
	top:0;
	right:-200%;
	z-index:-1;
-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; 	transition:500ms;
	border: 1px solid #dddddd; padding:5px; background-color:#FFFFFF;
}
.kefu .wx:hover .wxqrcode2{Opacity:1; position:absolute; top:0; right:100%; z-index:-1; }
.kefu .item{background-color:#0061B0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;border-top-color: rgba(255,255,255,0.6); position:relative;
}
.kefu .item .msg{
	background-color:#0061B0;
	position:absolute;
	right:-100%; font-size:14px; height:100%;
	top:0%;
	color:#fff;
	white-space: nowrap; padding-left:10px; padding-right:10px;  z-index:-1;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;box-sizing:border-box;border-radius:35px 0 0 35px;display: flex;
    justify-content:center;
    align-items:center;
}
.kefu .item .msg>div{ text-align:left; width:100%;}
.kefu .item .msg.ftel{ right:-350%;}
.kefu .item:hover .msg{right:100%;}
/*.kefu .item .msg:after{
	content:'';
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(255,255,255,0);
	border-right-color:  rgba(255,255,255,0);
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: #EB9912; position:absolute; right:-10px; top:50%; margin-top:-5px;
}*/

.kefu .item:nth-child(1){ border:none;}
.kefu .item a{ display:block; padding:5px; padding-top:10px; padding-bottom:10px; cursor:pointer;}
.kefu .gotop .iconfont{
	border: 2px solid #ffffff;border-radius:100%; font-size:20px; padding:5px; font-weight:bold; display:inline-block;
}
/*.kefu .gotop>a{ padding-top:30px;}*/
.kefu .gotop  .txt{ padding-top:5px;}

@media screen and (max-width :816px){
.kefu{ display:none}
}



.wxqrcode .close{ position:absolute; top:10px; right:10px; background-color:#000000; color:#ffffff; font-size:12px; width:20px; line-height:20px;border-radius:100%; cursor:pointer;}
.wxqrcode+.bg{ content:''; background-color:rgba(0,0,0,0.3); z-index:98; left:0; top:0; width:100%; height:100%; position:fixed; display:none;}
.wxqrcode{transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0); position:fixed; top:50%; left:10%; width:80%; height:300px; margin-top:-150px; background-color:rgba(255,255,255,0.8); z-index:99; text-align:center;border-radius:10px;display:flex;
    justify-content:center;
    align-items:center;transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}
.wxqrcode.hover,.wxqrcode.hover+.bg{display:flex;transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);}	

.wxqrcode img{ width:200px; max-width:80%;}
#footnav{
	position: fixed; z-index:2;
	left: 0px;
	bottom: 0px; float:left; width:100%; background-color:rgba(0,74,145,0.8); background-color:#005B97; display:none;
}
#footnav a{
	float:left;
	width:25%;
	text-align:center;
	position: relative; line-height:35px; color:#FFFFFF; padding-top:10px; line-height:1.2; padding-bottom:10px; font-size:16px;
}
#footnav a i{ display:block; font-size:24px; line-height:24px;}


#footnav a:nth-child(1):after{ display:none}


.app_header{ display:none;}






.box{ width:1230px; margin:auto; max-width:100%;}


.swiper-container{ position:relative; overflow:hidden;}

.pagination{ clear:both; text-align:center; padding-top:20px;}
.pagination li{
	display:inline-block;
	border: 1px solid #dddddd;
	padding-left:12px;
	padding-right:10px;
	margin: 0px; overflow:hidden;
}

.pagination li+li{
	border-left-style: none;
}
.pagination li:first-child+li{border: 1px solid #dddddd;border-radius:3px 0 0 3px;}
.pagination li:last-child,.pagination li:first-child{border: 1px solid #dddddd;border-radius:3px;}
.pagination li:nth-last-child(2){border-radius:0 3px 3px 0;}
.pagination li.disabled{}
.pagination li.active{ background-color:#015fac; color:#FFFFFF}

.pagination li a{ color:#333333}


#header{clear:both; padding-top:20px; padding-bottom:20px; width:100%;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;background-color:#ffffff;}

#header .tel{
	background-image: url(1_r3_c46.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px; line-height:1.5;
}
#header .tel .t1{
	color: #333333;
	font-size: 14px;
}
#header .tel .t2{
	font-family: Impact;
	font-size: 24px;
	color: #015fac;
}


.nav{
	line-height:35px;
	z-index:2;
	background-image: url(1_r6_c4.jpg);
	background-repeat: repeat-x;
	background-position: center top; line-height:41px;
}



.nav ul{
	margin: 0px;
	padding: 0px; width:100%; text-align:center;
}
.nav li{ position:relative;}
.nav>.box> ul{ display:table;}
.nav>.box> ul>li{ display:table-cell;}
.nav>.box> ul>li+li{
	background-image: url(1_r7_c26.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.nav ul ul li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; display:block;
}
.nav ul ul li a:hover{ background-color:#015fac;color:#ffffff;}
.nav ul ul{ position:absolute; top:100%; left:0; width:100%; z-index:2; background-color:#FFFFFF; font-size:14px; display:none;}
.nav ul ul ul{ left:100%; top:0;}
.nav ul li:hover>ul{ display:block;}

.nav>.box> ul>li>a{ display:block; margin-left:1px; margin-right:1px;}
.nav>.box> ul>li:hover>a,.nav>.box> ul>li.hover>a,.nav>.box> ul>li.active>a{ background-color:#015fac; color:#FFFFFF;}
.nav>.box> ul>li:hover+li,.nav>.box> ul>li.hover+li,.nav>.box> ul>li.active+li{ background-image:none;}

.flash{--swiper-theme-color:rgba(255,255,255,0.8); position:relative;}

.flash .picli{
	min-height:464px;
	background-repeat: no-repeat;
	background-position: center center; background-size:auto 100%;
}
.flash .picli img{ display:none}

.bannerin{
	margin:auto;
	text-align:center;
	min-height:400px;
	background-repeat: no-repeat;
	background-position: center center; color:#ffffff;display: flex;
    justify-content:center;
    align-items:center;text-shadow:0 0 5px rgba(0,0,0,0.2);
}
.bannerin .h1{ font-size:48px; position:relative; font-weight:bold;}
.bannerin .h1:after{
	content:'';
	position:absolute;
	left:50%;
	bottom:0;
	width: 2em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF; margin-left:-1em;
}
.bannerin .h2{
	font-size:24px;
	text-transform: uppercase; color:rgba(255,255,255,0.8);
}


#foot{ background-size:100% 100%; padding-top:50px;  background-color:#2D2D2D;}

#foot,#foot a{color: #C3C4C6;}
#foot *{ max-width:100%;}
#foot a:hover{ color:#fff;}


#foot .fnav{
	float:left;
	width:270px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgba(255,255,255,0.1); margin-right:50px; min-height:180px; 
}

#foot .lxin{ float:left;  width:350px; padding-right:50px;margin-right:0; font-size:14px; }
#foot .lxin .tel{
	color:#FFFFFF;
	font-size:28px;

	font-family: Impact;
	background-image: url(1_r46_c30.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;
}
#foot .fnav .title{ font-size:16px; font-weight:bold; color:#FFFFFF; padding-bottom:10px;}
#foot .fnav>ul{}
#foot .fnav>ul>li{ float:left; width:50%; font-size:20px;}
#foot .fnav>ul>li>a{color:#bbbbbb; position:relative; font-size:14px; display:block;}
/*#foot .fnav>ul>li>a:after{
	content:'';
	position:absolute;
	bottom:0px;
	width: 2em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,0.5); left:0px;
}*/
#foot .fnav>ul>li>ul{ display:none}

#foot .qrcode{ float:right;}
#foot .copy{
	margin-top:20px; float:left; width:100%;box-sizing:border-box;
	clear:both;
	font-size:12px;
	padding-top:10px;
	padding-bottom:10px;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:rgba(255,255,255,0.1);
	background-image: url(logomin.png);
	background-repeat: no-repeat;
	background-position: left 10px; min-height:84px; padding-left:80px; 
}
#foot .copy,#foot .copy a{color:#b7b7b7;}

#foot .copy .gotop{
	position:absolute;
	top:10px;
	right:0px;
	border: 1px solid rgba(255,255,255,0.5); float:right; line-height:30px; height:30px; width:30px; text-align:center; cursor:pointer;
}
.block{padding-top:40px; padding-bottom:40px; clear:both;}





/*首页友情链接*/
.link{ background-color:#0061B0; padding-top:15px; padding-bottom:15px; font-size:14px;}
.link,.link a{ color:#ffffff;}
.link .t{ float:left;}
.link .t i{ font-size:14px; margin-right:3px;}
.link .econtent{ float:left; width:calc(100% - 90px);}

.wxqrcode .close{ position:absolute; top:10px; right:10px; background-color:#000000; color:#ffffff; font-size:12px; width:20px; line-height:20px;border-radius:100%; cursor:pointer;}
.wxqrcode+.bg{ content:''; background-color:rgba(0,0,0,0.3); z-index:98; left:0; top:0; width:100%; height:100%; position:fixed; display:none;}
.wxqrcode{transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0); position:fixed; top:50%; left:10%; width:80%; height:300px; margin-top:-150px; background-color:rgba(255,255,255,0.8); z-index:99; text-align:center;border-radius:10px;display:flex;
    justify-content:center;
    align-items:center;transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;}
.wxqrcode.hover,.wxqrcode.hover+.bg{display:flex;transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);}	

.wxqrcode img{ width:200px; max-width:80%;}
#footnav{
	position: fixed;
	z-index:2;
	left: 0px;
	bottom: 0px;
	float:left;
	width:100%;
	background-color:#204A9C;;
	display:none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.6);
	text-transform: uppercase;
}
#footnav a{
	float:left;
	width:25%;
	text-align:center;
	position: relative; line-height:35px; color:#FFFFFF; padding-top:10px; line-height:1.2; padding-bottom:10px; font-size:16px;
}
#footnav a i{ display:block; font-size:24px; line-height:24px;}
#footnav a i.icon-weixin{ font-size:20px; }

#footnav a:nth-child(1):after{ display:none}


.app_header{ display:none;}







.block{ padding-top:50px; padding-bottom:50px;}

/*关于我们*/
.more{ text-align:center; clear:both;}
 .more a{
	border: 1px solid #cccccc; display:inline-block; padding-left:30px; padding-right:30px;border-radius:50px;
}
 .more a:hover{background-color:#0062B0; color:#FFFFFF;border-color:#0062B0;}
 
.aboutpic { }
.aboutpic .left{ float:left; width:50%;}
.aboutpic .left .h1{ font-size:42px; line-height:1.5; color:#0061b0; font-weight:bold;}
.aboutpic .left .h2{ font-size:22px;line-height:1.5; font-weight:bold; color:#333333; max-width:420px;}
.aboutpic .left .hc{ font-size:16px; color:#393939; padding-top:30px;}
.aboutpic .left  .more{ text-align:left; padding-top:40px; line-height:35px;}
.aboutpic .left .more a{ border-radius:0; display:inline-block; background-color:#73b359;color:#fff; padding-left:30px; padding-right:30px; position:relative;}
.aboutpic .left .more a:after{
	content:'';
	border-bottom-width:17.5px;
	border-left-width:5px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: rgba(255,255,255,0);
	border-left-color: #73b359;
	position:absolute;
	right:-10px;
	top:0;
	border-top-width: 17.5px;
	border-right-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #73b359;
	border-right-color:  rgba(255,255,255,0);-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
.aboutpic .left .more a:hover{background-color:#0061b0;}
.aboutpic .left .more a:hover:after{border-top-color:#0061b0;border-left-color:#0061b0;}
.aboutpic .right{ width:48%;
	max-width:645px;
	min-height:376px;
	float:right;
	border: 1px solid #dddddd; padding:5px; overflow:hidden;
}
.aboutpic .right *{ max-width:100%;}

.youshi{
	padding-top:10px;
	padding-bottom: 10px;
	margin-top:30px;
	border: 1px solid #eee;box-shadow:0 0 5px rgba(100,100,100,0.2);border-radius:3px;
}
.youshi .item{ float:left; width:25%; position:relative; text-align:center; padding-top:15px; padding-bottom:15px;}
.youshi .item .t1{ font-size:18px; font-weight:bold; color:#010101;}
.youshi .item .t2{ font-size:14px; color:#393939; line-height:1.5;}
.youshi .item:after{
	position:absolute;
	left:0px;
	top:10%;
	content:'';
	height: 80%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee;
}
.youshi .item:first-child:after{ display:none;}

.etitle{ text-align:center; color:#005b97; font-size:41px; line-height:1.8; margin-bottom:10px;}
.etitle b{ display:inline-block; position:relative;}
.etitle b:before{ content:''; background-color:#999999; height:3px; width:2em; position:absolute; left:50%; bottom:0; margin-left:-1em;}
.titledp{ font-size:18px; color:#434343; text-align:center;}

.case {
	background-image: url(1_r38_c2.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.case .econtent{ padding-top:30px;}
.case .picli{background-color:#F5F5F5; float:left; width:32%; margin-left:2%; overflow:hidden;box-sizing:border-box; margin-top:10px; margin-bottom:10px;}
.case .picli:nth-child(3n+1){ margin-left:0;}
.case .picli div.img{ overflow:hidden;display: flex;
    justify-content:center;
    align-items:center; overflow:hidden; background-color:#FFFFFF}
.case .picli div.img,.case .picli .img img{ max-width:100%;}
.case .picli div.img,.case .picli .img>div{ width:100%;min-height:286px; max-height:286px; }
.case .picli .img img{max-height:286px;}
.case .picli .ntitle{
	white-space: nowrap;
	overflow: hidden;
}
.case .picli .right{ background-color:#F5F5F5; padding:10px;box-sizing:border-box;}

.case .picli .right .morei{ color:#999999}
.case .picli .right .morei span{
	font-family: "Times New Roman", Times, serif;
}
.case .picli .right .morei i{}
.case .picli:hover .right{ background-color:#0062B0; color:#FFFFFF;}
.case .picli:hover .right .morei{ color:rgba(255,255,255,0.6);}



.news .econtent{ padding-top:30px;}
.news .econtent .picli { width:calc(98% - 425px); float:left; margin-left:2%; margin-top:10px; margin-bottom:10px;}
.news .econtent .picli:nth-child(3n+1){ width:425px; margin-left:0; clear:both;}
.news .econtent .picli div.img{
	width:240px;
	float:left;
	overflow:hidden;
	border: 1px solid #dddddd; padding:2px;box-sizing:border-box; min-height:170px; max-height:170px; background-color:#FFFFFF;
}
.news .econtent .picli div.img *{ max-width:100%;}
.news .econtent .picli .right{ margin-left:255px; padding-right:100px; position:relative;}
.news .econtent .picli .right .date{ position:absolute; top:50%; right:0; margin-top:-35px; text-align:center; color:#999999; line-height:1.5;}
.news .econtent .picli .right .date .t1{ font-size:43px;}
.news .econtent .picli .right .date .t2{ font-size:14px; color:#CCCCCC;}
.news .econtent .picli .right .ntitle{
	font-size: 18px;
	overflow: hidden;
	white-space: nowrap;
}
.news .econtent .picli .right .dp{ max-height:3em; min-height:3em; color:#999999; overflow:hidden; line-height:1.5; font-size:16px; margin-top:10px;}
 .econtent .picli .right .morei{ padding-top:20px;}
.news .econtent .picli .right .morei span i{border: 1px solid #cccccc; line-height:30px; float:left; text-align:center; width:30px;border-radius:100%; color:#999999;}

.news .econtent .picli:nth-child(3n+1) div.img{ width:100%; min-height:0; max-height:10000px; padding:0; border:none;}
.news .econtent .picli:nth-child(3n+1) div.img img{ width:100%;}
.news .econtent .picli:nth-child(3n+1) .right{ margin:auto; padding:0; clear:both;}
.news .econtent .picli:nth-child(3n+1) .morei,.news .econtent .picli:nth-child(3n+1) .date{ display:none;}
.news .econtent .picli:nth-child(3n+1) .right .ntitle{color:#005b97;}
.news .econtent .picli:nth-child(3n+1) .right{ padding-top:10px;}
.news .econtent .picli:nth-child(3n+1) .right .dp{ margin-top:0px;}

/*首页产品展示*/
.pro{ background-color:#EBECF0;}
.proli{ border-radius:5px; background-color:#ffffff; overflow:hidden; margin-top:20px; margin-bottom:20px; padding:10px;box-sizing:border-box; clear:both;}
.ptitle{ float:left; width:100%;box-sizing:border-box;}
.ptitle b{ font-size:28px;}
.ptitle a{ float:right; color:#696969; font-size:12px;}
.pro .hc{ clear:both; padding-top:20px;}
.pro .hc .picli{ text-align:center;}
.pro div.img{ overflow:hidden;border-radius:5px;}
.pro div.img *{ overflow:hidden; max-width:100%;}
.pro .dp{ font-weight:bold; clear:both; background-color:#1F6DC0; color:#FFFFFF; font-size:18px;  margin-top:10px;border-radius:5px; padding:5px; text-align:center;}

.pro1{
	background-image: url(22_r2_c2.png);
	background-repeat: no-repeat;
	background-position: left top; padding-left:46%;box-sizing:border; min-height:337px;
}
.pro1 .picli{ float:left; width:calc(94% / 4); margin-left:2%; }
.pro1 .picli div.img img{ width:100%;}
.pro1 .picli:nth-child(4n+1){ margin-left:0; clear:both;}
.pro1 .ptitle{
	background-image: url(1_r19_c31.png);
	background-repeat: no-repeat;
	background-position: left center; padding-left:70px;
}
.pro2 .ptitle,.pro3 .ptitle{
	background-image: url(1_r18_c11.jpg);
	background-repeat: no-repeat;
	background-position: left center; padding-left:50px;
}

.pro4 .ptitle{
	background-image: url(1_r27_c32.jpg);
	background-repeat: no-repeat;
	background-position: left center; padding-left:70px;
}
.pro2 .picli{ width:18%; margin-left:1%; margin-right:1%; float:left;}
.pro3 .picli{ width:48%;margin-left:1%; margin-right:1%; float:left;}

.pro4 {
	padding-left:50%;
	background-image: url(1_r29_c8.jpg);
	background-repeat: no-repeat;
	background-position: left center; min-height:340px; max-height:340px; overflow:hidden;
}
.pro .hc .picli{ margin-top:10px; margin-bottom:10px; }
.pro .hc .picli .ntitle{ margin-top:5px;}
.pro .hc .picli .img{ overflow:hidden;}
.pro1,.pro2,.pro3,.pro4{max-height: 1000000px;}
/*.pro .ntitle{ display:none;}*/


/*内页*/



/*内页当前位置*/

#postion{

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #dddddd;	 

}

#postion .fl{

	padding-left:30px;

	font-size:20px;

	font-weight:bold;

	background-image: url(p.jpg);

	background-repeat: no-repeat;

	background-position: left center; position:relative;

}
#postion .fl:before{ content:''; position:absolute; bottom:0; left:0; width:100%; height:3px; background-color:#015fac;}
#postion .postion{  line-height:1.5; display: flex;

    justify-content:center;

    align-items:center; float:right; text-align:left; font-size:14px; min-height:40px;}

#postion .postion i{ color:#cccccc; margin-right:3px;}

#postion .postion,#postion .postion a{ color:#777777;}

/*新闻动态*/

#cms .newsli{ text-align:left; position:relative; float:left; width:100%; padding-top:35px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #ddd; position:relative; padding-bottom:35px;}



#cms .newsli .date{

	width:100px;

	float:left;

	text-align:center;

	color:#015fac;

	line-height:1.5;

	border-right-width: 1px;

	border-right-style: solid;

	border-right-color: #ddd; font-size:12px; 

}

#cms .newsli .date b{ display:block; font-size:36px}

#cms .newsli .date span{ display:block}



#cms .newsli .right{ margin-left:0;	position:relative;}

#cms .newsli .date+.right{

	margin-left:120px;



}

#cms .newsli .right .time{ display:none}

#cms .newsli .right .share a{

	display:inline-block;

	color:#999;

	background-image: url(share.png);

	background-repeat: no-repeat;

	background-position: left center; padding-left:18px;

}

#cms .newsli .right .ntitle{

	font-size:22px;

	line-height:1.2;

	padding-bottom:10px;

	white-space: nowrap;

	overflow: hidden;

}

#cms .newsli .right .dp{ color:#999999; line-height:1.5; min-height:3em; max-height:3em; overflow:hidden;}

#cms .newsli .right .hc{ margin-right:130px;}

#cms .newsli div.img{

	position:absolute;

	top:50%; margin-top:-57px;

	right:0px;

	width:120px;

	padding:2px;

	background-color:#ffffff;

	overflow:hidden;

	border: 1px solid #dddddd;

}

#cms .newsli div.img a{ overflow:hidden; display:block;}

#cms .newsli div.img img{ width:100%;min-height:100px; max-height:100px;}



#cms .newsli:after{ content:'';	border-bottom-width: 2px;

	border-bottom-style: solid;

	border-bottom-color:#015fac; position:absolute; bottom:0; left:0; width:0px;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}



#cms .newsli:hover:after{ width:100%;}





/*产品*/

#cms .picli{



	width:31.3333%;

	margin-left:1%;

	margin-right:1%;

	float:left; margin-bottom:20px; text-align:center

}

#cms .picli div.img{border: 1px solid #ddd; padding:5px; }



#cms .picli div.img>div{ overflow:hidden; min-height:220px; max-height:220px;}

#cms .picli div.img>div img{  /*min-height:265px; */max-height:220px; max-width:100%;/* min-width:100%;*/}

#cms .picli div.ntitle{

	white-space: nowrap;

	overflow: hidden; margin-top:10px;

}

#cms .picli:nth-child(3n+1){ clear:both}







/*详细页*/

#cms1 *{ max-width:100%;}

#cms1 .content{ font-size:16px; color:#000000; }

#cms1 h1.h1{ text-align:center;padding-right:20px; padding-left:20px; line-height:1.5;}

#cms1 h1.h1+.content{padding-top:20px;}

#cms1 .info{ color:#999; text-align:center; font-size:12px; padding-right:20px; padding-left:20px;}

#cms1 .info i{ margin-right:5px;}

.nextpage{ padding-top:20px; clear:both; line-height:1.5;}

.nextpage>div{

	padding-top:5px;

	white-space: nowrap;

	overflow: hidden; padding-bottom:5px;

}

/*联系*/

.contact *{ max-width:100%;}





.contact .map{ clear:both;}

.contact .map iframe{ width:100%; min-height:420px;}






.proshow .left{ float:left;width:500px;}
.proshow .img{

	float:left;

	overflow:hidden;

	border: 1px solid #dddddd; padding:2px; background-color:#FFFFFF; width:500px;box-sizing:border-box;
 max-height:500px; min-height:500px;display: flex;
    justify-content:center;
    align-items:center;
}

.proshow .img>div{ overflow:hidden;}

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

.proshow .right{ float:right; width:calc(100% - 530px); line-height:1.2;}

.proshow .right .item{ padding-top:5px; padding-bottom:5px;}

.proshow .right .t1{

	font-size:22px;

	color:#015fac;

	font-weight: bold;

}

.proshow .right .t2{ /*font-size:14px;*/ }

.proshow .right .t2,.proshow .right .t2 a{ color:#015fac;}

.proshow .right .t3{

	margin-top:10px;

	color:#000000;

	line-height:2;
/*
	word-break: break-all;

	white-space: pre-line;

	overflow-wrap: break-word;*/

	max-width:100%;

}

.proshow .right .t4{ padding-top:25px; line-height:45px; font-size:18px;}

.proshow .right .t4 a{ background-color:#F69000; color:#FFFFFF; display:inline-block; padding-left:30px; padding-right:30px;border-radius:3px;}

.proshow .right .t4 a i{ margin-right:3px;}



.back{ text-align:right; clear:both; padding-top:20px; line-height:38px;}

.back a{ display:inline-block; padding-left:20px; padding-right:20px; background-color:#015fac; color:#FFFFFF; font-size:14px;border-radius:3px;}

.back a:hover{ background-color:#F69000;}


.protitle{

	margin-top:30px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #dddddd; line-height:45px; margin-bottom:10px;

}


.protitle b{
	display:inline-block;
	padding-left:30px;
	padding-right:30px;
	border-radius:3px 3px 0 0;
	border: 1px solid #dddddd; border-bottom:none; cursor:pointer;
}
.protitle b+b{ margin-left:5px;}
.protitle b.hover{border-color:#015fac;  background-color:#015fac; color:#FFFFFF; }



#cms1,#cms{ padding-top:20px;box-shadow:0 0 5px rgba(200,200,200,0.5); padding:15px;box-sizing:border-box;}

.procontent .content{ display:none;}
.procontent .content.hover{ display:block;}







/*内页联系我们*/

.contact{ padding-top:20px;}



 .lxli{ clear:both;}

 .lxli ul li .img{float:left; max-width:75px;display: flex;

    justify-content:center;

    align-items:center; background-color:#015fac;border-radius:100%; padding:0px; overflow:hidden;}

 .lxli ul li img{ float:left; max-width:75px; background-color:#015fac;border-radius:100%; padding:0px;}

 .lxli ul li img+div,.lxli ul li .img+div{ margin-left:95px; line-height:1.5;}

 .lxli ul li .t1{  font-size:20px; color:#333333;}

 .lxli ul li  .t2{ color:#666666;}

 .lxli ul li{ float:left; width:32%; margin-left:2%; margin-top:15px; margin-bottom:15px;}

 .lxli ul li:nth-child(3n+1){ margin-left:0; clear:both;}

.mapjson+iframe{ width:100%; margin-top:0px; min-height:350px; float:left;}


#left{

	float:left;

	 width:270px; overflow:hidden; 

}

#left .leftnav{background-color:#1F6DC0;border-radius:10px; float:left; width:100%; overflow:hidden;}

.ny #left .leftnav{ min-height:0px;}

#right{ float:right; width:calc(100% - 290px);}

#left .title2{
	background-image: url(protitle.jpg);
	background-repeat: repeat-x;
	background-position: center top; font-size:28px; color:#FFFFFF; line-height:75px; text-align:center; padding-left:20px;
}

#left .sort{  margin:10px; padding:5px; background-color:#FFFFFF;}

#left .sort ul li a{  display:block; padding:5px; padding-right:10px; padding-left:25px; margin-bottom:5px;}

#left .sort>ul>li>a{
	background-color:#6DA856;
	color:#ffffff;
	font-size:18px;
	font-weight: bold; padding-top:7px; padding-bottom:7px; /*padding-top:10px; padding-bottom:10px;*/
}

#left .sort>ul>li>a:before {
 font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e88e"; font-size:12px; font-weight:lighter; margin-right:10px;
}



#left .sort>ul>li>a:hover,#left .sort>ul>li.hover>a,#left .sort>ul>li.active>a{ background-color:#015fac;  color:#FFFFFF;}
#left .sort>ul>li>ul{ padding-bottom:5px; }
#left .sort>ul>li>ul>li>a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd; display:block; font-size:14px; padding-left:45px;
}

#left .sort>ul>li>ul>li>a:before{ content:'-'; margin-right:5px;}

.pli{
	border: 1px solid #dddddd; clear:both; padding:10px; box-sizing:border-box; margin-top:5px; 
}
.pli:last-child{ margin-bottom:5px;}
.pli *{ max-width:100%;}
.pli+.pli{ margin-top:-1px;}
.pli .left{
	float:left;
	width:180px;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #eeeeee; line-height:1.5; padding-top:10px; padding-right:20px;box-sizing:border-box;
}
.pli .left .title{ font-size:18px; font-weight:bold;}
.pli .left+.right{ margin-left:180px; position:relative;padding-left:20px;box-sizing:border-box; line-height:2;}
.pli .left+.right:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	height:100%;
	left:-1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eeeeee; 
}

@media screen and (max-width :768px){ 
.pli .left{ width:140px;}
.pli .left+.right{ margin-left:140px; line-height:1.5; font-size:14px;}
}
#cms1 .content td{ padding-left:10px; padding-right:10px;}
.cyli{
	float:left;
	width:100%;
	clear:both;
	/*border: 1px solid #dddddd; */padding-top:3px; padding-bottom:3px;
}
.cyli:last-child{ margin-bottom:5px;}
.cyli+.cyli{ margin-top:-1px; padding-top:5px; padding-bottom:5px;}
.cyli:nth-child(2n){ background-color:#f5f5f5;}
.cyli .t{ float:left; width:50px; padding-left:5px; padding-right:5px;box-sizing:border-box;}
.cyli .t+.r{ width:calc(100% - 50px); float:right; color:#000000;}
.cyli .t+.r ul li{ display:inline-block; padding-left:15px; position:relative; margin-right:10px;}
.cyli .t+.r ul li:before{ content:''; background-color:#cccccc; position:absolute; top:50%; left:0; margin-top:-4px; height:8px; width:8px;}

#proflash .picli *{ max-width:100%;}
#proflash{--swiper-theme-color:#666666;--swiper-navigation-size:24px; clear:both; margin-top:10px; float:left; width:100%; position:relative; box-sizing:border-box; }
#proflash .swiper-slide{ padding-top:1px; padding-bottom:1px;}
#proflash .swiper-slide .imgli{
	border: 1px solid #dddddd;overflow:hidden; padding:2px;
}
#proflash .swiper-slide .imgli>div{ overflow:hidden; min-height:90px; max-height:90px;display: flex;
    justify-content:center;
    align-items:center; }
#proflash .swiper-slide-active .imgli{
	border-color:#015fac; 
}
#proflash .swiper-container{ margin-left:30px; margin-right:30px;}
#proflash .swiper-button-lock+.swiper-container{ margin-left:0; margin-right:0;}
@media screen and (max-width :768px){ 
#proflash .swiper-slide .imgli>div{min-height:20vw; max-height:20vw;}
.proshow .img{ max-height:80vw; min-height:80vw;}
}
