/* CSS Document */
*{text-overflow: ellipsis;/*box-sizing:border-box;
-moz-box-sizing:border-box; 
-webkit-box-sizing:border-box;*/ }
html,body{ height:100%; width:100%; /*max-width:1920px;*/ margin:auto;}
body{
	margin: auto; background-color:#ffffff;
	font-size: 14px;
	line-height: 2;
	font-family: "微软雅黑", "宋体", Arial;
	color: #333; 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;}
:focus{outline:none;}/*聚焦边框样式取消*/
table{
border-collapse: collapse;
}
a{
color: #000000;
text-decoration: none;	text-decoration: none;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
a:hover{
	color: #0061C2;
}
pre,.pre{
	word-break: break-all;
        white-space: pre-line;
        overflow-wrap: break-word;  max-width:100%; white-space: pre-wrap;
}
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,.fd img.im{    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;}
.fd:hover img.img,.fd:hover img.im{    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)}
}








body{--boxwidth:1640px;}
.box{ width:var(--boxwidth,1640px); margin:auto; max-width:100%;}




.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;border-radius:100%; width:30px; text-align:center; line-height:30px; margin-left:3px; margin-right:3px;
}


.pagination li.active{ background-color:#D6000C; color:#FFFFFF;border-color:#D6000C;}

.pagination li a{ color:#333333}







#top {
/*	background-image: url(b/tophover.png);
	background-repeat: no-repeat;
	background-position: center top;*/ position:fixed; top:0px; z-index:999; width:100%;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
#top .box{ background-color:rgba(255,255,255,0.95);border-radius:0 40px 0 40px; margin-top:35px;  -webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}

#top.fixed{
	background-color:#FFFFFF;
	border-bottom: 1px solid #dddddd;
}

#top .logo{
	background-image: url(logo.png);
	background-repeat: no-repeat;
	height: 90px;
	width: 90px;
	float:left;
	background-position: center center; margin-left:70px;
}

#top.fixed .box{ background-color:rgba(255,255,255,0); margin-top:0;}


#top .tel{
	color: #f1080e;
	font-size: 20px;
	font-weight: bold;
	background-image: url(tel.png);
	background-repeat: no-repeat;
	background-position: left center; float:right; padding-left:40px; padding-right:35px;
}



.nav{ float:right; width:1200px; position:relative; line-height:90px;}

.nav ul,nav ul li{ padding:0; margin:auto;}
.nav>ul{ display:table; text-align:center; font-size:16px;float:left; width:calc(100% - 230px); float:left;}
.nav>ul>li{ display:table-cell; position:relative}
.nav>ul>li>a{
	display:block;
-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; 	transition:500ms;
	position:relative;
	color:#000000;
	font-size:20px;
	font-weight: bold;
}
.nav>ul>li ul{ position:absolute; top:100%; left:0; width:100%; line-height:40px; background-color:#FFFFFF; background-color:rgba(255,255,255,0.9); display:none;}
.nav>ul>li:hover>ul{ display:block;}
.nav>ul>li ul li a{ color:#000; display:block; /*text-align:left; padding-left:45px;*/
border-top: 1px solid rgba(100,100,100,0.2); 
border-bottom: 1px solid rgba(255,255,255,0.3); 
}
.nav>ul>li> ul> li:nth-child(1)> a{border-top:none; }
.nav>ul>li ul li a:hover{ background-color:#223a8f; color:#FFFFFF;}

.nav>ul>li ul li{
	width:100%;
	list-style-type: none;
}

.navright{
	float:right;
	position:relative;

}
.nav>.line{
	width:0;
	border-bottom: 1px solid #223a8f; position:absolute; bottom:0; left:0; -webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}





.flash{--swiper-theme-color:rgba(255,255,255,0.8); position:relative; overflow:hidden;}

.flash .picli img{ width:100%;}
.flash .swiper-pagination-bullet{
	width:15px;
	height:15px;
	opacity:1;	
	border: 3px solid rgba(255,255,255,0.8);border-radius:100%;
	background-color:rgba(255,255,255,0);
}
.flash .swiper-pagination-bullet-active{ /*background-color:#E99A3E;*/border-color:#004DA1;}

.flash .picli{ position:relative;}
.flash .txt{ position:absolute; margin-top:-100px; top:50%; left:30%; color:#FFFFFF; text-align:center; font-weight:bold; width:100vw;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
.flash .txt .h1{ font-size:82px;}
.flash .txt .h2{ font-size:36px;}
.flash .txt >div{ max-width:80%; margin:auto;}
.flash .swiper-slide-active .txt{ left:0;}


.bannerin .title{ position:absolute; top:50%; margin-top:-50px; left:0; z-index:1; width:100%; }
.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);background-size:100%; position:relative; margin-top:90px; 
}





.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);
}




/*客服*/
.kefu{ position:fixed; top:30%;border-radius:10px; right:0; color:#FFFFFF; text-align:center; width:50px; z-index:19; font-size:12px; }

.kefu .iconfont{ color:#FFFFFF; font-size:24px; line-height:1;}
.kefu a{ color:#ffffff; overflow:hidden;}
.kefu .item:hover{ background-color:#004DA1;}
.kefu .item:nth-child(1){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:#004DA1;
	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:#004DA1;
	position:absolute;
	right:-200%; font-size:14px; height:50%;
	top:25%;
	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:-450%;}
.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;}









#foot{
	padding-top:275px;
	background-color:#F6F6F6;
	background-image: url(footbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
background-color:#F6F6F6;
}


#foot .box *{ max-width:100%;}




#foot .qrcode{ float:right; text-align:center; display:table; text-align:center; min-width:300px; }
#foot .qrcode>div{ display:table-cell; padding-left:5px; padding-right:5px;}

#foot .qrcode img{
	padding:5px;
	border: 1px solid #eee; max-width:100%; background-color:#FFFFFF;border-radius:5px;
}
#foot .copy{
	margin-top:0px;
	float:left;
	width:100%;
	box-sizing:border-box;
	clear:both;
	font-size:12px;
	padding-top:25px;
	padding-bottom:25px;
	position:relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color:#EBEAEF;
 text-align:left; margin-top:50px; 
}
#foot .copy>div{ text-align:left; width:100%;}
#foot .copy,#foot .copy a{color:#888;}

#foot .copy .gotop{
	position:absolute;
	top:50%; margin-top:-15px;
	right:0px;
	border: 1px solid rgba(200,200,200,0.6); float:right; line-height:30px; height:30px; width:30px; text-align:center; cursor:pointer; background-color:#fff; 
}


#foot .foot{  clear:both; width:100%; font-size:16px; color:#4a4a4a;}
#foot .foot a{color:#4a4a4a;}
#foot .foot .row{ width:calc((100% - 850px ) * 0.45); float:left; box-sizing:border-box; position:relative;padding-left:80px; padding-right:80px;}

#foot .foot .row:nth-child(1){ width:calc((100% - 850px ) * 0.55); padding-left:0; }

#foot .foot .row:before{ left:0px;}
#foot .foot .fnav .hc ul li{
	width:50%;
	float:left;
	white-space: nowrap;
}

#foot .foot .fnav .hc ul ul{ display:none;}
#foot .foot .row .tit{ font-size:28px; color:#444; font-weight:bold; position:relative;}
#foot .foot .row .tit em{
	color:#afafaf;
	font-style: normal;
	font-size:12px;
	font-weight: normal; padding-left:10px;
}
#foot .foot .row .tit:before{ content:''; position:absolute; left:0; bottom:0; background-color:#6C6C6C; height:2px; width:1em;}
#foot .foot .row .hc{ margin-top:42px; position:relative; min-height:135px;}
#foot .foot .row .tit+.hc{ padding-top:10px; margin-top:0;}
#foot .foot .row .hc b,#foot .foot .row .hc strong{ color:#000;}
#foot .foot .row:before{
	content:'';
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #eee; position:absolute;  top:10%; height:80%;
}

#foot .foot .row:nth-child(1):before{ display:none;}


/*#foot .foot .row:nth-child(2){ width:280px;}*/
#foot .foot .row.qr{ width:360px; padding-right:0;}
#foot .foot .row.lxin{ width:490px; padding-right:30px;}

.boxin{ clear:both;}


@media screen and (max-width :1550px){
#foot .foot .row{ width:calc((100% - 780px ) * 0.48); padding-left:50px; padding-right:0px;}

#foot .foot .row:nth-child(1){ width:calc((100% - 780px ) * 0.52); padding-left:0; }

#foot .foot .row.qr{ width:330px; padding-right:0;}
#foot .foot .row.lxin{ width:450px; padding-right:0px;}
}
@media screen and (max-width :1366px){
#foot .foot{ font-size:14px;}
#foot .foot .row .tit{ font-size:24px;}
#foot .foot .row{ width:calc((100% - 750px ) * 0.48); padding-left:50px; padding-right:0px;}

#foot .foot .row:nth-child(1){ width:calc((100% - 750px ) * 0.52); padding-left:0; }

#foot .foot .row.qr{ width:330px; padding-right:0;}
#foot .foot .row.lxin{ width:410px; padding-right:0px;}
}

@media screen and (max-width :1200px){
  #foot .foot .row.qr{ display:none;}
#foot .foot .row{ width:calc((100% - 380px ) * 0.48); }

#foot .foot .row:nth-child(1){ width:calc((100% - 380px ) * 0.52);  }

#foot .foot .row.lxin{ width:380px;}
}



.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;}
	
	
	@media screen and (min-width :400px){
	
	.wxqrcode{ width:300px; left:50%; margin-left:-150px;}
	}
	
.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:99;
	left: 0px;
	bottom: 0px;
	float:left;
	width:100%;
	background-color:#004DA1;
	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:14px;
}
#footnav a i{ display:block; font-size:24px; line-height:24px; margin-bottom:3px;}
#footnav a i.icon-weixin{ font-size:20px; }
#footnav a i.icon-chanpinguanli{ font-size:20px;}
#footnav a:nth-child(1):after{ display:none}

@media screen and (max-width :816px){
#footnav{ display:block}
.kefu{ display:none}
#foot{ padding-bottom:70px;}
}





.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;border-radius:100%; width:30px; text-align:center; line-height:30px; margin-left:3px; margin-right:3px;
}


.pagination li.active{ background-color:#D6000C; color:#FFFFFF;border-color:#D6000C;}

.pagination li a{ color:#333333}



/*产品中心*/
.etitle{ font-size:36px; text-align:center; line-height:2;}
.etitle b{
	display:inline-block; position:relative;}
.etitle b:after{ content:''; width:2em; position:absolute; bottom:0; left:50%; margin-left:-1em;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #1F4A9C;
}
.pro{ clear:both;--swiper-theme-color:rgba(255,255,255,0.6); position:relative;}

.protitle .title{
	height:148px; width:420px; float:left; text-align:right; padding-right:30px;box-sizing:border-box; background-color:#204A9C;
}
.protitle .title .t1{
	font-size: 36px;
	color: #FFFFFF;
}
.protitle .title .t2{ font-size:24px; color:rgba(255,255,255,0.6);}

.protitle ul{ float:left;width:calc(100% - 600px); display:table; height:148px;}
.protitle ul li{
	display:table-cell;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	box-sizing:border-box;
	text-align:center;

	position:relative;
	text-align:center;
	font-size:22px;
	font-weight: bold;
	vertical-align: middle; 
}
.protitle ul li .img{ float:left; width:150px; text-align:center; }
.protitle ul li .t{ float:right; width:calc(100% - 150px);}
.protitle ul li .img,.protitle ul li .t{display:flex;  align-items: center;
  justify-content: center;min-height:148px;}
.protitle ul li:before{ content:''; position:absolute; left:50%; bottom:0; height:2px; width:0%; background-color:#1F4A9C;-webkit-transition:300ms; -moz-transition:300ms; -ms-transition:300ms; transition:300ms;}
.protitle ul li.hover:before{ width:100%; left:0;}
.protitle ul li>div{ width:90%; max-width:320px; margin:auto; }
.protitle ul li .t1{ font-size:20px; color:#333333; font-weight:bold;}
.protitle ul li .t2{
	color:#666666;
	font-size:12px;
	white-space: nowrap;
	overflow: hidden;
}

.protitle .more{ float:right; width:180px; font-size:16px;}
.protitle .more a{  min-height:148px;}
/*.protitle .more a:hover{ background-color:#1F4A9C; color:#FFFFFF}*/
.protitle .more a:hover{ color:#1F4A9C; }
.etitle .dp{ position:relative; }
.etitle .more{ font-size:16px; position:absolute; bottom:2px; right:0;}
.etitle .more a{ color:#a9aecc;}
@media screen and (min-width :2000px){
.protitle ul{ width:1500px;}
.protitle .more{ width:calc(100% - 1920px);}
}




.pro .econtent{
	clear:both; position:relative;
	background-image: url(probg.jpg);
	background-repeat: no-repeat;
	background-position: center top; background-size:100% 100%;/* min-height:617px;*/
}

.pro .picli{  
	position:relative;
	width:100%;
	float:left; min-height:640px;box-sizing:border-box;/* padding-top:50px; padding-bottom:50px;*/ overflow:hidden;
	
}


/*.pro .picli .box>div{ max-width:1300px; margin:auto;}*/
.pro .picli .img{ float:left;   width:calc(100% - 650px); position:relative;}
.pro .picli .img div{ float:right; position:absolute; right:0; }
.pro .picli .img img{ float:right;max-width:calc(100vw - ((100vw - var(--boxwidth))/  2 + 680px));}

.pro .picli .right{ font-size:14px; float:right; width:590px;}
.pro .picli .img div,.pro .picli .right{min-height:640px;  display:flex;  align-items: center;}

.pro .picli .right .ntitle{
	color:#1f4a9c;
	font-size:36px;
	position:relative;
	line-height:1.2;
	padding-bottom:20px;
}
.pro .picli .right .ntitle:after{ content:''; position:absolute; left:0; bottom:0; width:1em; background-color:#F40E14; height:3px;}
.pro .picli .right .dp{ margin-top:30px; line-height:1.5;}
.pro .picli .right .morei{ padding-top:30px;}
.pro .picli .right .morei a{
	display:inline-block;
	background-color:#ffffff;
	padding-left:50px;
	padding-right:50px;
	border-radius:30px;
	border: 1px solid #dddddd; font-size:18px;
}
.pro .picli .right .morei a:hover{ background-color:#1f4a9c; color:#FFFFFF;border-color:#1f4a9c;}

.ys{ padding-top:60px; padding-bottom:60px;}
.ys .item{ float:left; width:25%;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
.ys .item>div{ max-width:330px; margin:auto;}
.ys .item .img{ float:left;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
.ys .item .right{ float:left; padding-left:20px; width:calc(100% - 75px);box-sizing:border-box;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
.ys .item .right .tit{ font-size:28px; color:#000000; font-weight:bold;}
.ys .item .right .hc{ color:#7d7d7d; line-height:1.5;}
.ys .item:hover .img,.ys .item:hover .right{ margin-left:-10px;}

.about .aboutbg{
	min-height:782px;
	line-height:1.5;
	padding-top:70px;
	box-sizing:border-box;
	background-repeat: no-repeat;
	background-position: center top;
}
.about .left{ max-width:800px; float:left;}
.about .left .title{ color:#223a8f; font-size:60px;text-shadow:0 0 3px rgba(255,255,255,1); font-weight:bold; position:relative; padding-bottom:10px;}
.about .left .title:after{ content:''; position:absolute; bottom:0; left:0; width:1em; background-color:#F2090F; height:4px;}
.about .left .dp{ color:#ffffff; font-size:30px;text-shadow:0 0 1px rgba(0,0,0,1); font-weight:bold; margin-top:10px;}
.about .left .dp strong{ font-size:48px;}
.about .left .hc{ color:#ffffff; font-size:16px;text-shadow:0 0 1px rgba(0,0,0,0.1); line-height:2; margin-top:50px;}

.about .ys2{   text-shadow: 0 0 12px rgba(255,255,255,0.8);}
.about .ys2 .item{ float:left; width:calc(100% / 3); margin-top:90px;}
.about .ys2 .item .t1{ line-height:1;}
.about .ys2 .item .t1 .span{ color:#1E388D; font-size:24px; font-weight:bold;}
.about .ys2 .item .t1 .span span{font-size:38px;}
.about .ys2 .item .t2{ font-size:16px;text-align:left; margin-top:10px; color:#2a2a2a; line-height:1.5;}
.about .ys2 .item .c{ width:220px; text-align:left;}

.about .left .title{text-shadow:0 0 5px rgba(255,255,255,1);}
.aboutin .left .dp{ color:#000;text-shadow:0 0 3px rgba(255,255,255,0); }

.aboutin .left .hc{ color:#000;text-shadow:0 0 3px rgba(255,255,255,0);}
.aboutin .aboutbg{ padding:0; min-height:0;}
.aboutin .right{ width:calc(100% - 820px); float:right;}
.aboutin .right img{ max-width:100%;}

.case{ position:relative; overflow:hidden; max-width:1920px; margin:auto;--swiper-theme-color:rgba(255,255,255,0.6)}
.case .swiper-button-next,.case .swiper-button-prev{ display:none;}
.case .swiper-container{ position:relative;}
.case .picli img{ width:100%;}
.case .txt{ left:0; width:100%; bottom:0; line-height:110px; position:absolute; background-color:rgba(11,90,159,0.8); color:#ffffff; font-size:24px; font-weight:bold; z-index:22;}
.case .txt a{color:#ffffff; }
.case .txt ul{ text-align:center;   display: flex; width:100%;}
.case .txt ul li{flex: 1; position:relative; cursor:pointer; line-height:1.2; }
.case .txt ul li .tit{min-height:110px;}
.case .txt ul li .tt{ font-size:16px; line-height:1.5; position:absolute; left:0; bottom:0; width:100%;background: linear-gradient(0deg, rgba(11,90,159,0.8) 30%, rgba(11,90,159,0)); /*padding:90px 15px;*/ height:650px; max-height:35vw;

  display: flex;
  align-items: center; /* 垂直居中 */
  justify-content: center; /* 可选：水平居中 */
  
   box-sizing:border-box; z-index:-1; bottom:-700px;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms; font-weight:normal; line-height:36px; text-align:left;
   padding:1vw 15px calc(1vw + 110px) 15px;

}
.case .txt ul li:after{-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms; 	content:'';
	background-image: url(21.png);
	background-repeat: no-repeat;
	background-position: center center; height:30px; left:0; top:100%; width:100%; position:absolute;opacity:0;}
.case .txt ul li.hover:after{opacity:1; top:0;}
.case .txt ul li.hover .tt{ bottom:0;}
.case .econtent{ overflow:hidden;}
.case .txt ul li:before{ width:100%; bottom:0; height:1000px; position:absolute; z-index:24; content:''; left:0;}

.etitle{ padding:50px 0;}
.etitle .tit{ font-size:43px; color:#223a8f; font-weight:bold; line-height:1; padding-bottom:0.5em;}
.etitle .dp{ color:#363636; font-size:20px; margin:auto;  margin-top:10px;}
.news .more{ display:none;}
.etitle .more{ display:block; }
.news{ line-height:1.5;}
.news .left{ float:left; width:50%;}
.news .left .picli{ background-color:#065EA5;}
.news .left .picli .img{ width:100%; overflow:hidden;}
.news .left .picli .img img{ width:100%;    object-fit: cover;
    object-position: center; height:455px;}
	
.news .left .picli .r{ color:#FFFFFF; padding:20px;}
.news .left .picli .r .t{ font-size:28px; text-align:center;}
.news .left .picli:hover .r .t{ color:#F7F388;}
.news .left .picli .r .date{ display:none;}
.news .left .picli .r .dp{ font-size:14px; line-height:1.5; margin-top:10px; margin-bottom:25px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all; }


.news .right{ float:right; width:50%; padding-left:30px;box-sizing:border-box;}
.news .right .picli{ float:left; width:100%; clear:both;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms; }
.news .right .picli+.picli{ margin-top:35px;}
.news .right .picli .img{ width:275px; float:left; overflow:hidden;}
.news .right .picli .img img{ width:100%;    object-fit: cover; height:180px; object-fit: cover;
    object-position: center;}
.news .right .picli .r{ float:right; width:calc(100% - 300px);}
.news .right .picli .r .t{
	font-size:28px;
	color:#020202;
	white-space: nowrap;
	overflow: hidden;
}
.news .right .picli .r .date{ font-size:12px; color:#929292; margin-top:10px;}
.news .right .picli .r .dp{ font-size:16px; color:#666666; line-height:1.8; margin-top:15px;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all; }
	
.news .right .picli:hover .r .t{color:#065EA5;}
.news .right .picli:hover{ margin-left:-5px;}




.at .ali{ padding-top:100px; padding-bottom:100px;}
.at .ali:nth-child(2n){ background-color:#F9FAFC;}
.at .ali:last-child{ padding-bottom:0;}
.culture .etitle{ display:none;}

.culture .econtent .li{ width:calc(100% - 510px); float:left; background-color:#ffffff; overflow:hidden;border-radius:10px;}

.culture .econtent .li .img{ float:left; width:553px; overflow:hidden;}
.culture .econtent .li .img img{ width:100%;}
.culture .econtent .li .right{ float:left; width:calc(100% - 553px);box-sizing:border-box; padding:55px;line-height:1.5;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}


.culture .econtent .li:nth-child(2){ margin-top:30px;}
.culture .econtent .li:nth-child(2) .img{ float:right;}
.culture .econtent .li:nth-child(3){width:480px; float:right; margin-top:-367px;}
.culture .econtent .li:nth-child(3) .img{ width:100%;}
.culture .econtent .li:nth-child(3) .right{ clear:both; width:100%;}
.culture .econtent .li .right .t1{ color:#223a8f; font-size:42px; line-height:1.2;}
.culture .econtent .li .right .t2{ color:#2a2a2a; font-size:26px; margin-top:10px; }
.culture .econtent .li .right .hc{ color:#747474; font-size:18px; margin-top:20px; line-height:2;}
.culture .econtent .li:nth-child(3) .right{ min-height:397px;}
/*.culture .econtent .li:hover{ background-color:#0174C5;}
.culture .econtent .li:hover .right .t1,.culture .econtent .li:hover .right .t2,.culture .econtent .li:hover .right .hc{ color:#FFFFFF;}*/
.culture .econtent .li:hover .right{ margin-left:-5px;}

 /*联系*/
.contact{ background-color:#fff;}
.contact .etitle{ display:none;}
.contact *{ max-width:100%;}
.contact .econtent{ clear:both; }
.contact .left{ float:left;  width:calc(100% - 1000px);}

.contact .left .hc{ font-size:24px; min-height:480px;}
.contact .left .hc>div{ width:100%; text-align:left;}
.contact .left .hc ul li{ float:left; clear:both; width:100%; padding-top:10px; padding-bottom:10px;  line-height:38px; position:relative; padding-left:35px;box-sizing:border-box;}
.contact .left .hc ul li img{ float:left; margin-right:5px; position:absolute; left:0; top:15px;}

.contact .right{ float:right; width:1000px;
	border: 1px solid #eee; padding:10px;box-shadow:0 0 5px rgba(100,100,100,0.1);box-sizing:border-box;}

.contact .map{
	clear:both; overflow:hidden;
}
.contact .map iframe{ width:100%; min-height:560px;} 

.in .contact .etitle{ text-align:left;}
.in .contact .etitle>span>b{ float:left;}
.in .contact .etitle>span>span{
	display:table-cell;
	padding-left:10px;
	float:left;
	color:#8f8f8f;
	font-size:16px;
	 line-height:1; padding-top:10px; font-weight:normal;

}
.in .contact .etitle>span:after{ display:none;}
/*内页当前位置*/
.ny{ background-color:#fff;}
#postion{ background-color:#F3F3F3;}
#postion .leftdh{ line-height:80px;}
#postion .leftdh ul ul{ display:none;}
#postion .leftdh ul>li{ display:inline-block;}
#postion .leftdh ul>li a{ display:inline-block; padding-left:20px; padding-right:20px; font-size:18px; position:relative; color:#292b2b;}
#postion .leftdh ul>li+li{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

#postion .leftdh ul>li.hover>a,#postion .leftdh ul>li:hover>a{ background-color:#0077be; color:#FFFFFF;}
#postion .leftdh ul>li>a:after{-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;	content:'';
	position:absolute;
	bottom:-20px;
	left:50%;
	margin-left:-10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	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: rgba(255,255,255,0);}
#postion .leftdh ul>li.hover>a:after,#postion .leftdh ul>li:hover>a:after{
	border-top-color: #0077be;
}

#postion .postion{ max-height:80px; min-height:80px; line-height:1.5; display: flex;justify-content:center;align-items:center; float:right; text-align:left; font-size:14px;}
#postion .postion i{ color:#cccccc; margin-right:3px;}
#postion .postion,#postion .postion a{ color:#777777;}

.boxin{ padding-top:30px; padding-bottom:30px;}

/*详细页*/
#cms1 *{ max-width:100%;}
#cms1 .content{ font-size:16px; color:#333333; }
#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;
}


/*产品*/
#cms .picli{

	width:calc(100% / 3 - 20px);
	float:left; margin:10px;background-color:#fff;overflow:hidden;
}

#cms .picli:nth-child(3n+1){ clear:both}



#cms .picli .img{
	overflow:hidden;
	border: 1px solid #ddd;border-radius:5px; height:calc((var(--boxwidth) / 3 - 20px) * 0.7 ); text-align:center;
}

#cms .picli .img img{ max-height:100%; max-width:100%;}
/*#cms .picli .img{ overflow:hidden;}
#cms .picli .img img{ max-width:100%;}
#cms .picli:nth-child(2n+1){ clear:both;}*/
#cms .picli  .title{ line-height:1.5; padding-top:15px; padding-bottom:15px; text-align:center; font-size:24px;}

/*新闻动态*/
#cms .newsli{ text-align:left; position:relative; float:left; width:49%; padding-top:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd; position:relative; padding-bottom:65px;}
#cms .newsli:nth-child(2n+1){ clear:both;}	
#cms .newsli:nth-child(2n){ float:right;}	
#cms .newsli .date{
	width:100px;
	float:left;
	text-align:center;
	color:#1e4b9c;
	line-height:1.5;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ddd; font-size:12px; display:none; 
}
#cms .newsli .date b{ display:block; font-size:36px}
#cms .newsli .date span{ display:block}
#cms .newsli .right{
	/*margin-left:120px;*/
	position:relative;
	
}
#cms .newsli .right .time{ color:#999; font-size:12px; margin-top:-5px; margin-bottom:5px;}

#cms .caseli{ background-color:#0177BF; width:100%; clear:both; margin:10px 0;border-radius:10px; overflow:hidden; float:left;}
#cms .caseli .img{ float:left; overflow:hidden; width:896px; position: relative;}



#cms .picli .img{ position:relative;}
#cms .picli .img:before,
#cms .picli .img:after {
	content: '';
	position: absolute;

	transition: all 0.3s ease;
	border: 1px solid #0177BF;border-radius:5px;width: 0;
            height: 0; z-index:22;
        }
#cms .picli .img:before{      top: 0;
            left: 0;
             border-right:none;border-bottom:none; 
        }

#cms .picli .img:after {
            bottom: 0;
            right: 0;
           border-top:none;border-left:none;
        }

#cms .picli:hover .img:before,#cms .picli:hover .img:after {
            height: 100%;
            width: 100%;
        }


#cms .caseli .right{ width:calc(100% - 896px);box-sizing:border-box; padding:60px 80px; float:right; color:#FFFFFF;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
#cms .caseli .right .title{
	font-size:48px;
	background-image: url(caselibg.jpg);
	background-repeat: no-repeat;
	background-position: left 45px; padding-bottom:30px; line-height:1.2;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;
}
#cms .caseli .right .dp{ font-size:18px; margin-top:20px; line-height:2;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}

#cms .caseli:hover .right{ padding-left:50px;}
#cms .caseli:nth-child(2n) .img{ float:right;}
#cms .caseli:nth-child(2n) .right{ float:left;}
.casebox{ padding:20px 0;}
/*#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:170px;}
#cms .newsli div.img{
	position:absolute;
	top:50%; margin-top:-57px;
	right:0px;
	width:150px;
	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:#004DA1; 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%;}



.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:#6C6C6C; color:#FFFFFF; font-size:14px;border-radius:3px;}
.back a:hover{ background-color:#004DA1;}




.table2{ margin:auto; 
	display: table;
	clear:both;
	width:100%;
	margin-top: 10px; border-top:none; border-left:none; margin-bottom:10px; 
}
.table2 .tr{
	display: table-row;
}
.table2 .td.tit{ text-align:left;}

.table2 .td{
	display: table-cell;
	padding:5px;
	width:50%;
	vertical-align: top;
}



.table2 .td.tit .t1{}
.table2 .td.tit .t2{ color:#666; font-size:12px; font-weight:normal;}

.table .td{ width:auto;}
.table{border: 1px solid #ddd;}
.table .td{border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ddd;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;  color:#666666; text-align:center;}
.table .td:nth-child(1),.table .tr:nth-child(1) .td{ background-color:#f5f5f5; font-weight:bold; cursor:default; color:#000000;}.table .td:nth-child(1){ width:150px;}
.proshow .img{
	width:800px;
	height:533px;
	display: flex;
	justify-content:center;
	align-items:center;
	border: 1px solid #ddd; float:left; max-width:100%; overflow:hidden; 
}
.proshow .img img{ min-height:100%; max-width:200%;}
#cms1 	.proshow .img img{  max-width:200%;}
.proshow .img+.right{ float:right; width:calc(100% - 820px);}
.proshow .img+.right .tit{ font-size:36px; font-weight:bold; color:#000000; line-height:1.2; padding-bottom:15px;}
.proshow .img+.right .tit2{ color:#004DA1; font-size:18px;}
.proshow .img+.right .dp{ padding-top:10px; color:#666666;}

.pdf+.content{ display:none;}
@media screen and (max-width :816px){
.proshow .img{ float:none; margin:auto;}
.proshow .img+.right{ width:100%; clear:both;}
.pdf{ display:none}
.pdf+.content{ display:block;}
}


#cms1 .content{ color:#000;}



.phone{ display:none;}

.tabs{
	background-image: url(probg2.jpg);
	background-repeat: no-repeat;
	background-position: center top; font-size:22px; clear:both; width:100%; float:left; min-height:220px; padding:30px 0;box-sizing:border-box;
}
.tabs ul{ display:table; width:100%;}
.tabs li{ display:table-cell; padding:0; position:relative;}
.tabs li:after{
	content:'';
	position: absolute;
	left: 0px;
	top: 0px; height:100%;
	border-left: 1px solid #eeeeee;
}
/*.tabs li.active{ background-color:#0099FF; color:#FFFFFF}*/
.tabs li:nth-child(1):after{ display:none;}
.tabs li>div{ height:120px; max-width:320px; margin:auto;}
.tabs li a{ display:block;}
.tabs li .img{ float:left; width:150px; text-align:center;min-height:120px;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
.tabs li .img img{ max-width:100%;}
.tabs li .tit{ float:right; width:calc(100% - 150px);min-height:120px;-webkit-transition:500ms; -moz-transition:500ms; -ms-transition:500ms; transition:500ms;}
.tabs li:hover a,.tabs li.hover a{color:#0061C2;}
.tabs li:hover a .img{ margin-left:10px; margin-right:-10px;}
.tabs li:hover a .tit{ margin-left:-10px; margin-right:10px;}

.protitle2{
	clear:both;
	margin-top:20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee; float:left; width:100%; margin-bottom:15px;
}
.protitle2 span{
	display:inline-block;
	border: 1px solid #ddd; padding-left:20px; padding-right:20px; font-weight:bold; margin-bottom:-1px;border-radius:5px 5px 0 0;
}
.ys{ background-color:#ffffff;}