@charset "utf-8";
/* CSS Document */

/* 通用属性 */
* { margin:0; padding:0; list-style:none; }
body { font-size:14px; color:#000; font-family:Microsoft YaHei,sans-serif; }
img { border:0; vertical-align:top; }
html, body {width: 100%;max-width: 100%;min-width: 320px;min-height: 100%;height: auto;}
address, caption, cite, code, dfn, em, th, var {font-style: normal;font-weight: normal;}

::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color:hsl(197deg 79% 46%);-webkit-transition: background-color .3s;transition: background-color .3s;}
::-webkit-scrollbar-track{background: rgba(255,252,252,.11);}

/* a */
a { color:#333; text-decoration:none; text-decoration:none; -o-transition:all .35s; -moz-transition:all .35s; -webkit-transition:all .35s; -ms-transition:all .35s; transition:all .35s; }
a:visited { }
a:active, a:hover {text-decoration:none;color: #0074bd;}
a:focus { outline:none; text-decoration:none; }
h1,h2,h3,h4,h5,h6 { font-weight:normal; }
h1,h2,h3,h4,h5,h6,p,ol,ul{padding: 0;margin: 0;}
:focus{outline: none;}
.ovfl{overflow: hidden;}
.flex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.lflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.ltflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.lbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.rflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; }
.rtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-start; -ms-flex-align:flex-start; -webkit-align-items:flex-start; align-items:flex-start; }
.rbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:flex-end; -ms-flex-align:flex-end; -webkit-align-items:flex-end; align-items:flex-end; }
.mflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:center; justify-content:center; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mtflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-start; justify-content:flex-start; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.mbflex { display:-webkit-box; display:-ms-flexbox; display:-webkit-flex; display:flex; -webkit-box-pack:center; -ms-flex-pack:center; -webkit-justify-content:flex-end; justify-content:flex-end; -webkit-box-align:center; -ms-flex-align:center; -webkit-align-items:center; align-items:center; flex-direction:column; -webkit-flex-direction:column; text-align:center; }
.transition300em{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.mar0a{margin: 0 auto;}
input { border-radius:0; -webkit-appearance:none; appearance:none; background:none; border:0; box-shadow:0 0 0; font-size:14px; }
textarea { border-radius:0; -webkit-appearance:none; appearance:none;  background:none; border:0; box-shadow:0 0 0; font-size:14px; }

.wrap{width:95%;max-width:1360px;margin:0 auto}

@media (min-width: 1270px){
 .container{width: 1240px;}
}

@media (min-width: 1370px){
 .container{width: 1300px;}
}
@media (min-width: 1480px){
 .container{width: 1480px;}
}
@media (max-width:767px) {
 .container{padding-left: 10px;padding-right: 10px;width: 100%;}
 .row{margin-left: -10px;margin-right: -10px;}
}

/* 顶部 */
/*头部logo*/
.logo a {display: block;position: relative;}
.logo img{height: 80px;}
.logo a img.logo-def {position: relative; left: 0;top: 0; z-index: 1;}
#header:hover .logo a img.logo-def, #header.active .logo a img.logo-def { opacity: 0;}

.logo a img.logo-fix { position: absolute; left: 0; top: 0; z-index: 1; opacity: 0;}
.active_top .logo a img.logo-fix{opacity:1;}
#header:hover .logo a img.logo-fix, #header.active .logo a img.logo-fix { opacity: 1;}

.logo{ float:left; }
@media only screen and (max-width: 1200px) {
	.logo{ margin-left:3%}
}

/* 头部 */
header { position: fixed; z-index: 101; width: 100%;}
.head{ min-width: 320px; width:100%; height:80px; position:fixed; top:0; left:0; z-index:9999;transition: 0.9s;background: url(../images/headerbg.png) repeat-x; /*background:#fff;box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);*/}
.head:hover{background:#fff;box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);}
#header.active {background:#fff;box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);}
.header_space{ width:100%;height: 80px;}
.head:hover #nav>li>a>p{color: #333;}
.head:hover #nav>li.on>a>p,.head:hover #nav>li:hover>a>p{border-bottom: 4px solid #199bd0;color: #199bd0;}
.head:hover .sc input::-webkit-input-placeholder{color: #333;}
.logo{ float:left; }

/*内页顶部*/
#header.active_top {background: #fff;box-shadow: 0 5px 10px 0 rgb(0 0 0 / 20%);}
.active_top .logo a img.logo-def {position: relative;left: 0; top: 0; z-index: 1;}
.active_top #nav>li.on>a>p, .active_top #nav>li:hover>a>p { border-bottom: 4px solid #199bd0;color: #199bd0;}

.head #shop #head-nav .head-lang a{color: #fff;}
.active #shop #head-nav .head-lang a{color: #666;}
.head #shop #head-search{background: url(../images/icon-search1.png) no-repeat center;}
.active #shop #head-search{background: url(../images/icon-search.png) no-repeat center;}

.head:hover #shop #head-nav .head-lang a{color: #666;}
.head:hover #shop #head-search{background: url(../images/icon-search.png) no-repeat center;}

.active_top #shop #head-nav .head-lang a{color: #666;}
.active_top #shop #head-search{background: url(../images/icon-search.png) no-repeat center;}

#head-search{display: none;}
@media (max-width: 992px){}
.nav{ float:right;height:80px; position:relative}#shop {float:right;height: 100%;margin-left: 20px;position:relative;}
#shop i{ display:block; float:left; font-style:normal}#shop #head-search{width:45px; height:100%; background:url(../images/icon-search.png) no-repeat center;cursor:pointer;}
#shop #head-nav{height: 100%;border:none;margin-top: 0;font-size: 16px;text-align: center;padding: 0 10px;}
#shop #head-nav .head-lang{float: right;position: relative;margin: 17px 0;}
#shop #head-nav .head-lang a{display: block;padding: 10px 24px 14px 14px;font-size: 16px;font-weight: bold;color: #666;position: relative;text-align:left;}
#shop #head-nav .head-lang a img{margin-right: 8px;vertical-align: middle;}
#shop #head-nav .head-lame{display: none;position: absolute;top: 48px;width: 100%;background-color: #fff;z-index: 10;transition: all .3s;-webkit-transition: all .3s;}
#shop #head-nav .head-lang:hover .head-lame{display: block;}
#shop #head-nav .head-lame>a:hover{background-color: #ddd;}
#shop #m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 15px;margin-top: 30px;width: 24px;cursor:pointer;}
#shop #m-head-nav .line{width: 24px;height: 2px;background-color: #199bd0;position: absolute;left: 0px;top: 7px;}
#shop #m-head-nav .line1{margin-top: -7px;}#shop #m-head-nav .line3{margin-top: 7px;}
#shop #m-head-nav[data-active="on"] .line1{margin-top: 0;-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);}
#shop #m-head-nav[data-active="on"] .line2{display: none;}#shop #m-head-nav[data-active="on"] .line3{margin-top: 0;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-ms-transform: rotate(-45deg);transform: rotate(-45deg);}
#shop .btn-search{position:absolute; top:30px; right:0px; width:28px; height:28px; background:url(../top_search.png) no-repeat center}
#shop .btn-lang {position:absolute;top:30px; right:48px; width:28px; height:28px; background:url(../top_tel.png) no-repeat center}
#nav{ float:right;/*position: relative;*/}
#nav>li{float:left;position: relative;/*position: initial;*/}
#nav>li>a{position:relative;z-index:2;display:block;width:100%;height:100%;font-size:18px;padding: 0 15px;border-left: 1px solid transparent;border-right: 1px solid transparent;line-height: 76px;text-align:center;color: #333;-webkit-transition:color 200ms;transition:color 200ms;text-decoration: none;}
#nav>li>a>p{border-bottom: 4px solid transparent;padding: 0 4px;color: #fff;}.nav2{position: absolute;top: 80px;left: -40px;margin-left:0;background: #fff;width: 200px;z-index: 999999;border-top: 2px solid #199bd0;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);display: none;}
#header.active #nav>li>a{color:#333;}
.active #nav>li>a>p{color: #333;}
.nav2li{ height: 46px;font-size: 14px;line-height: 46px; border-bottom: 1px solid #ddd;text-align: center;position: relative;}
.nav2li a{ overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block; padding: 0 8px;}

.nav2name{display: block;color: #444444;padding: 0 8px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;}
.nav2li:hover{background-color: #e5e5e5;}
.nav2li:hover>a{color:#199bd0;}
.nav2li>p{position: absolute;left: 100%;top: -2px;width: 100%;margin: 0;background: #fff;border-top: 2px solid #199bd0;border-left: 1px solid #e5e5e5;display: none;box-shadow: 0 3px 5px 1px rgba(0,0,0,.2);}
.nav2li>p>a{display: block;color: #444444;padding: 0 8px;border-top: 1px solid #e5e5e5;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;transition: all .3s;-webkit-transition: all .3s;}
.nav2li>p>a:first-child{border:0}
#nav>li.on>a>, #nav>li:hover>a{color:#199bd0;}
#nav>li.on>a>p, #nav>li:hover>a>p{border-bottom: 4px solid #fff;color: #fff;}
.active #nav>li.on>a>p,.active #nav>li:hover>a>p{border-bottom: 4px solid #199bd0;color: #199bd0;}
#nav>li:hover>.nav2{display: block;}.nav2li:hover>p{display: block;}
.nav2li>p>a:hover{background-color: #e5e5e5;color: #199bd0;}
#hed-nav{display: none;}
.nav2 .nav_item{width: 49%;float: left;margin-top: 30px;}
.nav2 .nav-img{width: 50%;margin: 0 auto;float: left;display: flex;}
.nav2 .nav-img img{margin: 10px auto;max-width: 100%;}
.nav2 .nav-hr{width: 1px;height: 200px;background: #dedede; float: left;margin-top: 10px;}

.active_top #nav>li>a>p{color:#666;}

@media(max-width: 1630px) {
 	#nav>li>a{padding: 0 10px;font-size: 16px;}
}
@media(max-width: 1375px) {
	#nav>li>a{padding: 0 5px;font-size: 14px;}
	#shop{margin-left: 5px;}
 	#shop #head-nav{padding: 0 5px;}

 	#head-search{display: block;}
 	.nav2 .nav-img img{margin: 32px auto;}
}


@media only screen and (max-width: 1350px) {
 
}
@media only screen and (max-width: 1300px) {

}
@media only screen and (max-width: 1250px) {
 	#shop{margin-left: 0;}
}
@media only screen and (max-width: 1200px) {
 	#nav{ display:none}
	.nav{ margin-right:3%}
	#shop #m-head-nav{ display:block}
	#shop #m-head-nav{float: right;}
 	.logo{margin-left: 0;}
  	.sc{display: none;}
}

@media only screen and (max-width: 550px){
 	#head-nav{display: none;}
 	#hed-nav{display: block;margin: 30px 5px;}
}

@media only screen and (max-width: 500px) {
 	#shop { margin-left:0px; }
 	#shop #head-nav{padding:0;}
}
@media only screen and (max-width: 414px) {
 	#shop #head-search{width:30px;}
}

.sc{float: left;margin: 23px 0;}
.sc input::-webkit-input-placeholder{color: #fff;}
.active .sc input::-webkit-input-placeholder{color: #333;}
.gjc{overflow:hidden; float:left; height:50px; line-height:50px; font-size:14px;color: #666;padding-left:28px;}
.gjc a{font-size:14px;color: #666;}
.gjc a:hover{color: #005AA1;}
.sc form{overflow:hidden;position:relative;}
.sc .tt{ float:left; width: 30px;height: 30px; line-height:36px;text-indent: 3rem; background:none; font-size:14px; color:#666; outline:none;border-radius:18px;}
.sc .s_bt{position:absolute;left:0;top:0;width:35px;height:30px;line-height:30px;text-align:center;padding-left:22px;background: url(../images/icon-search.png) no-repeat right 8px center; color:#333; text-decoration:none;border-radius:18px;font-size:14px;cursor:pointer;}

.active_top .sc input::-webkit-input-placeholder{color: #666;}
.q_search{position:absolute;right:0;top:80px;width:280px;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);box-shadow: 0 6px 12px rgba(0,0,0,.175);border: 1px solid rgba(0,0,0,.15);z-index:99999;display:none;}
.q_search .q_search1{padding:25px 20px;}
.q_search .form-group{position:relative;margin:0;}
.q_search input[type="search"]{display: block;width: 100%;color: #000;line-height: 24px;padding: 7px 40px 7px 15px;height: 40px;border: 1px solid #e0e0e0;background: #fff;}
.q_search .search-btn{position: absolute;right: 0;top: 0;width: 40px;height: 40px;text-align: center;color: #555;font-size: 12px;background: 0;cursor: pointer;border:0;}


/* 小屏幕导航 */
.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index: -1;display: none;-webkit-transform: translateY(-100%);-moz-transform: translateY(-100%);-ms-transform: translateY(-100%);-o-transform: translateY(-100%);transform: translateY(-100%);}
.mm-nav-box[data-on="active"]{-webkit-transform: translateX(0);-moz-transform: translateX(0);-ms-transform: translateX(0);-o-transform: translateX(0);transform: translateX(0);top: 80px;}
.mm-nav-box .mm-wrap{position: fixed;top: 0;right: 0;width: 40%;padding-bottom: 15px;z-index: 100;border-top: 1px solid rgba(0,0,0,.15);box-shadow: 0 5px 8px 0 rgb(0 0 0 / 20%);}
.mm-nav-box .mm-wrap:before{content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background-color: #fff;z-index: -1;}
.mm-nav-box .mm-nav .li1{margin: 0 20px;line-height: 60px;border-bottom: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1 .a1{display: block;color: #222222;font-size: 16px;}
.mm-nav-box .mm-nav .li1.on .a1{color: #e00000;}
.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-title{position: relative;height: 60px;line-height: 60px;}
.mm-nav-box .mm-nav .li1 .mm-title .am{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1 .mm-title .a1{position: absolute;top: 0;left: 0;height: 100%;z-index: 10;}
.mm-nav-box .mm-nav .li1 .mm-title .click{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .click:after{content: "";position: absolute;top: 50%;right: 20px;width: 6px;height: 6px;border-top: 1px solid #222222;border-right: 1px solid #222222;-webkit-transform: rotate(135deg);-ms-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);margin-top: -3px;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick{position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
.mm-nav-box .mm-nav .li1 .mm-title .mclick a{display:block;width:100%;height:100%;}
.mm-nav-box .mm-nav .li1.on .mm-title .click:after{border-color: #e00000;}
.mm-nav-box .mm-nav .li1 .mm-innav{display: none;padding: 6px 0;}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-innav{display: block;border-top: 1px solid rgba(0,0,0,.15);}
.mm-nav-box .mm-nav .li1[data-on="click"] .mm-title .click:after{-webkit-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.mm-nav-box .mm-nav .li1[data-on="click"] .a1{color:#1d2e74}
.mm-nav-box .mm-nav .li1 .mm-innav li{margin: 0 10px;border-bottom: 1px solid rgba(255,255,255,.4);line-height: 1;}
.mm-nav-box .mm-nav .li1 .mm-innav li a{color: #222222;font-size: 14px;line-height: 1.4;display: block;padding: 6px 0;}
.mm-nav-box .mm-nav .li1 .mm-innav li a:hover{color:#1d2e74}
.mm-nav-box .mm-nav .li1 .mm-innav li .box2{margin: 0 15px;}
.mm-nav-box .mm-wrap .mmlang{padding: 0 10px;font-size: 0;display: none;}
.mm-nav-box .mm-wrap .mmlang .mmitem{height: 55px;line-height: 55px;width: 50%;font-size: 14px;color: #222222;display: inline-block;*display: inline;*zoom: 1;text-align: center;}
.mm-nav-box .mm-wrap .mmlang .mmitem.on{color:  #e00000;}
.header_atop{width:100%;height: 100px;}
.header_space{width: 100%;height: 80px;display:none !important;}
@media (max-width: 1409px){
 	.nav>li{margin-right:20px;}
 	.dphone{ margin-left:20px; }
 	.dphone dd{ font-size:24px; }
}
@media (max-width: 1309px){
 	.nav>li{margin-right:10px;}
}
@media (max-width: 1199px){
 	.mm-nav-box {display: block;}
 	.header_space{display:block;height: 80px;}
 	.head-raea{margin-left:0;}
 	.dphone dd{ font-size:20px; }
 	.nav>li{margin-right:0px;}
 	.nav>li>a{ padding: 0 10px;}
 	.dphone dl{ margin: 25px 0;}
	.dphone{margin-left:10px;width: 24%;}
}

@media (max-width: 991px){
	.top-sss1{display:none;}
	#m-head-nav{display:block;}
	.dphone{ display:none; }
}

@media (max-width: 800px){
	.mm-nav-box .mm-nav .li1 .mm-title{height: 45px;line-height: 45px;}
}

@media (max-width: 767px){
	.headcon{padding:0 10px;height: 66px;}
	/*.nav{display:none;}*/
}

@media (max-width: 600px){
	.mm-nav-box .mm-wrap{width: 100%;padding-bottom: 0;}
	.mm-nav-box .mm-nav .li1 .mm-title .a1{font-size: 14px;}
	.mm-nav-box .mm-nav .li1 .mm-innav li a{font-size: 13px;}
	.mm-nav-box .mm-nav .li1{margin: 0 10px;}
	.mm-nav-box .mm-wrap .mmlang{display: block;}
}

@media (max-width: 500px){
 /*	#header{height: auto;}*/
 .header_space{height: 60px;}
 .logo a img{height:50px;}
 .mm-nav-box[data-on="active"]{top: 79px;}
 #header .logo, #header .logo{margin: 5px 0;/* position: relative; *//* left: 50%; *//* transform: translateX(-50%); */}
 #header .head-raea, #header .head-raea{margin-top: 16px;float: right;}
 #search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
 #m-head-nav{margin-left: 10px;margin-top: 10px;}
 .mm-nav-box{top: 66px;}
 .header_atop{ height:70px; }
 #shop{height:100%;}
 .nav{height:60px;}
 #shop #m-head-nav{margin-top:24px;}
 #shop #head-nav .head-lang{margin:8px 0;}
 #shop #head-nav .head-lang a{padding:10px;line-height:24px;}
 .head{height:60px;}
 .mm-nav-box[data-on="active"]{top: 59px;}
}
@media (max-width: 450px){
	.head-atop{padding:0 10px;line-height:30px;height:30px;}
	.head-search>p{height:30px;}
	.head-search>p>a{font-size:15px;}
	.head-search>form{display:none;}
	.header_atop{height: 70px;}
}

.show { display: block!important;}
.title{margin-top:30px; color:#333; font-weight:bold}
.title h3{font-size:32px;line-height:42px;text-transform:uppercase;margin-bottom:10px;font-family:Arial, Helvetica, sans-serif;color: #666;}
.title p{ font-size:36px; line-height:30px; margin-bottom:20px;}
.title p:after {content: '';width: 35px;height:3px;background: #00479d;display: block;margin:25px 0;}
.title02{ margin-top:20px;}
.title02 h3{ font-size:36px; line-height:42px;margin-bottom:20px; }
.title02 h3:after {content: '';width: 35px;height:3px;background: #00479d;display: block;margin:20px auto 0 auto;}
.title03{ margin-top:20px;}
.title03 h3{ font-size:36px; line-height:42px; color:#fff }
.title03 h3:after {content: '';width: 35px;height:3px;background: #00479d;display: block;margin:20px auto 0 auto;}
.jvzhong{ text-align:center;}
.jvzhong p:after {margin:25px auto;}

.i-products .title{}
.i-products .title h3{/* color:#fff; */}
.i-products .title p{font-size:36px;line-height:30px;margin-bottom:20px;/* color: #fff; */}
.i-products .title p:after {content: '';width: 35px;height:3px;background: #00479d;display: block;/* margin:25px 0; */}

/* 轮播图 */

#banner{position:relative;}
#banner video{width:100%;display:block;}
#banner .swiper-slide{height: 100%;width: 100%; overflow:hidden;position:relative;}
#banner .swiper-slide::before{content: "";position: absolute;height: 100%;width: 100%;top: 0;left: 0;z-index: 2;}
#banner .swiper-slide img{display:block;max-width:100%;}

@-webkit-keyframes bgScale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	to{-webkit-transform:scale(1.5);transform:scale(1.5)}
}
@keyframes bgScale{
	0%{-webkit-transform:scale(1);transform:scale(1)}
	to{-webkit-transform:scale(1.5);transform:scale(1.5)}
}
#banner .swiper-slide .banmore{position: absolute; z-index: 99; top: 48%; left: 50%; transform: translate(-50%,-50%);}
#banner .swiper-slide .banmore .bandesc{display: block; color: #fff;}
#banner .swiper-slide .banmore .bandesc h5,
#banner .swiper-slide .banmore .bandesc h4,
#banner .swiper-slide .banmore .bandesc p,
#banner .swiper-slide .banmore .banbtn{opacity: 0;transform:translateY(-80px);-webkit-transform:translateY(-80px);transition:all 0.8s ease-in-out .3s;-webkit-transition:all 0.8s ease-in-out .3s;transition-delay:.2s;-webkit-transition-delay:.2s;}
#banner .swiper-slide.swiper-slide-active .banmore .bandesc h5,
#banner .swiper-slide.swiper-slide-active .banmore .bandesc h4,
#banner .swiper-slide.swiper-slide-active .banmore .bandesc p,
#banner .swiper-slide.swiper-slide-active .banmore .banbtn{transform:translate(0,0) scale(1);-webkit-transform:translate(0,0) scale(1);opacity:1;}
#banner .swiper-slide .banmore .bandesc h5{font-size:22px;/*font-weight:900;*/margin-bottom:10px;font-family: Arial; color: rgb(255 255 255 /70%);}
#banner .swiper-slide .banmore .bandesc h4{font-size:70px;font-weight:900;margin-bottom:10px;text-transform:uppercase;}
#banner .swiper-slide .banmore .bandesc p{font-size:28px;}
#banner .swiper-slide .banmore .banbtn{width:70px;height:70px;border:2px solid #fff;margin-top:45px;}
#banner .swiper-slide .banmore .banbtn a{display:block;width:100%;height:100%;background: url(../images/banbtn.png) no-repeat center rgb(255 255 255 / 30%);}
#banner .swiper-slide .banmore .banbtn a:hover{background-color:#0463ae;}

#banner .swiper-pagination{bottom:60px;font-size:0;width: auto;left: 50%;transform: translateX(-50%);}
#banner .swiper-pagination-bullet{width:8px;height:8px;opacity:1;border-radius: 50%;background:rgb(255 255 255 / 100%);position:relative;margin:0 16px;}
#banner .swiper-pagination-bullet-active{ background: #199bd0; position: relative;}
#banner .swiper-pagination-bullet-active::after { position: absolute; content: ''; width: 30px; height: 30px; display: block; top: -11px; left: -11px; border:3px solid #fff; border-radius: 50%; }

#banner .swiper-pagination-bullet-active{opacity:1;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/page/ban-jt.png) no-repeat center left;border:1px solid #fff;border-radius:50%;transition:all .3s;-webkit-transition:all .3s;}
#banner .swiper-button-prev{left:-115px;}
#banner .swiper-button-next{right:-115px;transform: rotate(180deg);}
#banner:hover .swiper-button-prev{left:115px;}
#banner:hover .swiper-button-next{right:115px;}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{background:url(../images/page/ban-jt.png) no-repeat center left -46px #fff;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}

.sss1r{ display:none; }
.mod_hei{ display:block }

@media (max-width: 1299px){
 	#banner .swiper-slide .banmore .bandesc h5{font-size:16px;}
 	#banner .swiper-slide .banmore .bandesc h4{font-size:40px;}
 	#banner .swiper-slide .banmore .bandesc p{font-size:24px;}
	
}

@media (max-width: 991px){
 	#banner .swiper-slide .banmore .bandesc h5{font-size:14px;}
	#banner .swiper-slide .banmore .bandesc h4{font-size:36px;}
	#banner .swiper-slide .banmore .bandesc p{font-size:18px;}
 	#banner .swiper-slide .banmore .banbtn{width:50px;height:50px;margin-top:20px;}
 	#banner .swiper-slide{height: 500px!important;margin: 15% auto;}
}

@media (max-width: 767px){
 	#banner .swiper-slide .banmore{width:100%;}
 	#banner .swiper-slide .banmore .bandesc h4{font-size:30px;font-weight:700;}
 	#banner .swiper-slide .banmore .bandesc p{font-size:14px;}
	#banner .swiper-slide .banmore .banbtn{display:none;}
 	#banner .swiper-pagination{bottom:25px;}
 	#banner .swiper-pagination-bullet{line-height: 25px;font-size: 16px;}
 	#banner .swiper-slide{height: 100%!important;margin: 0 auto;}
 	#banner:hover .swiper-button-prev{display: none;}
 	#banner:hover .swiper-button-next{display: none;}
	.mod_hei.sss1r{ display:block }
	.mod_hei{display:none;}
}

@media (max-width: 500px){
 	#banner .swiper-slide .banmore .bandesc h5{ font-size:16px;font-weight:700;margin-bottom:5px;}
 	#banner .swiper-slide .banmore .bandesc h4{ font-size:25px;font-weight:700;}
 	#banner .swiper-slide .banmore .bandesc p{ font-size:12px; }
 	#banner .swiper-pagination{ display:none; }
}

@media (max-width: 400px){
 	#banner .swiper-slide .banmore .bandesc h5{ font-size:14px;font-weight:700; }
 	#banner .swiper-slide .banmore .bandesc h4{ font-size:20px;font-weight:700; }
}


/* -------------------------------------------------- */

.i-ban {position: relative;overflow: hidden;width: 100%; height:100%; z-index: 1;}
.i-ban ul, .i-ban li {width: 100%;height: 100%;}
.i-ban li {background-size: cover !important;position: absolute;left: 100%;top: 0;overflow: hidden;}
.i-ban li a{display: block;width: 100%;height: 100%;}

.i-ban li .cent-cont {position: absolute; width:96%; bottom: 15%; left:4%;color: #fff;z-index: 3;}
.i-ban li .gray-bg {display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: #000;opacity: 0.6;filter: alpha(opacity=30);}
.i-ban li .gray-bg02 {display: block;width: 100%;height:200px;position: absolute;left: 0;top: 0; background:linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0));}

.i-ban li .word {color: #fff; font-size:52px;line-height: 68px; width:100%; text-align:center  }
.i-ban li .word p {position: relative;overflow: hidden;height: 60px;}
.i-ban li .word p .font-sign {position: relative;display: block;top: 20px;opacity: 0;filter: alpha(opacity=0);}
.i-ban li .word p .font-signen{ text-transform:uppercase; font-family:Arial, Helvetica, sans-serif;font-size:16px;}
.i-ban li .word span.line {display: block;height: 4px;background-color: #fff;opacity: 0.7;filter: alpha(opacity=70);width: 0;position: absolute;left: 0;top: 50%;margin-top: -2px;}
.i-ban li .word .font {display: block;position: relative;top: 20px;opacity: 0;filter: alpha(opacity=0);}
.i-ban li.active .word p .font-sign {top: 0;opacity: 1;filter: alpha(opacity=100);transform: rotate(0);transition: all 0.5s ease 0s;}

.i-ban .btns {position: absolute;bottom: 50px;z-index: 10;left:50%; margin-left:-140px;}
.i-ban .btns span {display: inline-block;width:60px;height: 4px;margin:0 5px;background-color: rgba(255,255,255,0.7);position: relative;cursor: pointer;box-shadow: 0 0 2px #999;}
.i-ban .btns span i {display: block;height: 100%;position: absolute;width: 0;background-color: #00479d;}

.i-about .tomore {display: block;width: 160px;height: 42px;line-height: 42px;text-align: center;color: #00479d; background: #f1f1f1;position: relative; border:solid 1px #00479d; margin-top:20px;}
.i-news .tomore {display: block;width: 160px;height: 40px;line-height: 40px;text-align: center;color: #00479d; background: #fff;position: relative; border:solid 1px #00479d; margin:50px auto 0 auto;}
.tomore i, .tomore span {position: absolute;width: 100%;height: 42px;left: 0;top: 0;z-index: 2;-webkit-transition: .4s;transition: .4s}
.tomore i {z-index: 1;background: #00479d;width: 0}
.tomore:hover i {width: 100%; color: #fff}
.tomore:hover {color: #fff}

@media only screen and (max-width: 991px){
	.i-news .tomore{margin: 0 auto;}
}

.i-about .wrap{position:relative;border: 1px solid #ccc;background: #f5f5f5;box-shadow: 3px 3px 16px 6px #e3e3e3;padding: 30px;}
.i-about .linebg{width:100%;height:100%;/* background: url(../images/pic3.jpg) no-repeat center bottom; */background-size:cover;position:absolute;left:0;bottom: 0;}
.i-about .pic{float:left;width: 50%;position: relative;}
.i-about .pic img{ width:auto; max-width:100%;}
.i-about .about_jian{ float:right; width:48%;}
.i-about .quit {text-align: center;width: 100%;display:flex;display:-webkit-flex;justify-content : space-between;padding: 18px 0;}
.i-about .quit ul {/* margin-bottom:30px; */width: 100%;display:flex;display:-webkit-flex;justify-content : space-between;}
.i-about .quit li {color:#fff;font-size:18px;display:inline-block;cursor:pointer;transition: 0.5s;-moz-transition: 0.5s;-webkit-transition: 0.5s;-o-transition: 0.5s; margin-top:10px;}
.i-about .quit li:hover{ margin-top:0}
.i-about .quit li img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%);filter: gray;}
.i-about .quit li:hover img{opacity:1;filter:alpha(opacity=0);-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: gray;}
.i-about .quit_en{padding: 0;}

@-webkit-keyframes bounce-up {
 25% {-webkit-transform: translateY(10px);}
 50%, 100% {-webkit-transform: translateY(0);}
 75% {-webkit-transform: translateY(-10px);}
}

@keyframes bounce-up {25% {transform: translateY(10px);}
 50%, 100% {transform: translateY(0);}
 75% {transform: translateY(-10px);}
}

.animate-bounce-up{-webkit-animation: bounce-up 4.5s linear infinite;animation: bounce-up 4.5s linear infinite;}
.ivideo{position: absolute;top: 100px;}
.i-about .about_jian .conn{line-height: 32px;padding: 15px 0 15px 0;}

@media only screen and (max-width: 1199px){
	.title h3{font-size: 24px;line-height: 40px;}
	.title p{font-size: 26px;line-height: 10px;}
	.i-about .about_jian .conn{line-height: 30px;padding: 15px 0 15px 0;}
}

@media only screen and (max-width: 991px){
	.i-about .pic{width: 100%;text-align: center;}
	.i-about .pic img{width: 50%;}
	.i-about .about_jian{width: 100%;}
	.i-about .about_jian .conn{line-height: 25px;padding: 5px 0 5px 0;}
	.i-about .quit{padding: 0;}
	.i-about .tomore{margin: 0 auto;}
}

@media only screen and (max-width: 767px){
	.i-about .pic{display: none;}
}

@media only screen and (max-width: 500px) {
	.i-about .quit li .wenzi{font-size: 14px;}
	.i-about .quit li img{width: 80%;}
	.i-about .quit li:hover img{width: 80%;}
}

.i-products .wrap{ position:relative}
.i-products .tabmenu { margin-bottom:20px; text-align:center; position:relative; height:80px;}
.i-products .tabmenu li {color:#333; font-size:20px;padding:20px 40px; margin:0 30px; display:inline-block; cursor:pointer}
@media screen and (max-width: 1440px){
	.i-products .tabmenu li	{padding:10px 30px; margin:0 20px;}
}

@media screen and (max-width: 1240px){
	.i-products .tabmenu li	{padding:10px 30px; margin:0 10px;}
}
@media screen and (max-width: 767px){
	.i-products .tabmenu li{padding: 0px 20px;}
	.i-products .tabmenu li .wenzi{font-size: 18px;}
}

.i-products .linebg11{width: 100%; height: 100%; background: url(../images/proaa.jpg) no-repeat center bottom; background-size: cover; position: absolute; left: 0;bottom: 0;}
.i-products .tabmenu li .pic, .i-products .tabmenu li .wenzi{ float:left}
.i-products .tabmenu li .pic img{ height:40px; width:auto; margin-right:20px;-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%); filter: grayscale(100%);filter: gray;}
.i-products .tabmenu .cli .pic img{opacity:1;filter:alpha(opacity=0);-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: gray;}
.i-products .tabmenu li .wenzi{line-height:40px;/* color: #fff; */padding: 1px 16px;border: 1px solid #ccc;}

/*
.i-products .tabmenu:after{content: '';width: 100%;height:1px;background: #eee;display: block; margin-top:-40px;}
*/

.i-products #atabcontent { clear:both;}
.i-products .tabmenu .cli {color:#666;}
.i-products .tabmenu .cli.on{color: #00479d;}
.i-products #atabcontent .hidden {display:none;}
.i-products #atabcontent ul{ -webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease}
.i-products #atabcontent ul .item{ float:left; /*width:23.5%;*/ margin-right:2%; position:relative}
.i-products #atabcontent ul .item:nth-child(4n){ margin-right:0}
.i-products #atabcontent ul .item .zhan01{ opacity:1;}
.i-products #atabcontent ul .item .zhan01 .pic{border: 1px solid #ddd;}
.i-products #atabcontent ul .item .zhan02{ opacity:0; -webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);  z-index:99; position:absolute; margin-left:-8%; top:0; left:0}
.i-products #atabcontent ul .item .zhan01 .pic img{ display:block; width:100%; height:auto;}
.i-products #atabcontent ul .item .zhan01 .wenzi{ line-height:30px; font-size:18px; color:#333; padding:15px 0; text-align:center}
.i-products #atabcontent ul .item:hover .zhan01{ opacity:0;}
.i-products #atabcontent ul .item:hover .zhan02{ opacity:1;}

.i-products #atabcontent ul .item .zhan02 .pic{ width:100%; height:auto;margin-left:12px}
.i-products #atabcontent ul .item .zhan02 .wenzi{ position:absolute; top:0; left:12px;/* width:86%; height:90%;*/ width: 100%;height: 100%; padding:5%; background: url(../images/probg.png) no-repeat center center; background-size:cover; text-align:center; color:#fff;}
.i-products #atabcontent ul .item .zhan02 .wenzi h3{ font-size:18px; margin-bottom:10px;}
.i-products #atabcontent ul .item .zhan02 .wenzi p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; line-height:26px;}
.i-products #atabcontent ul .item .zhan02 .wenzi p.more{ margin-top:25px;padding: 0 10px; display: inline-block;border-bottom: solid 1px rgba(255,255,255,0.5);}

.i-products .item .cirbox {-webkit-transition: all 700ms ease;transition: all 700ms ease;margin: 30px 0;position: relative}
.i-products .item .cirbox img{ width:76px; border-radius:50%; background:#fff; margin:10px auto 0px auto;}
.i-products .item .cirbox span {top: 50%;left: 50%;position: absolute;display: inline-block}
.i-products .item .cir1 {border: 1px solid #fff;width: 76px;height: 76px;margin-top: -38px;margin-left: -38px;border-radius: 100%;-webkit-animation: touming 1s ease infinite;animation: touming 1s ease infinite}
.i-products .item .cir2 {width: 100px;height: 100px;margin-left: -50px;margin-top: -50px;border-radius: 100%;border: 1px solid rgba(255,255,255,0.5);-webkit-animation: touming 1.2s ease infinite;animation: touming 1.2s ease infinite}
.i-products .item .cir3 {width: 120px;height: 120px;margin-top: -60px;margin-left: -60px;border-radius: 100%;border: 1px solid rgba(255,255,255,0.5);-webkit-animation: touming 1.3s ease infinite;animation: touming 1.3s ease infinite}

#prolist1 .owl-nav{ display: none;  }


@media only screen and (max-width: 991px){
	.i-products .owl-nav{display: none;}
}
@media only screen and (max-width: 767px){
	.i-products .tabmenu{height: auto;}
}

@-webkit-keyframes touming {

 0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0)}

 100% {opacity: 1;-webkit-transform: scale(1)!important;transform: scale(1)!important;}

}

@keyframes touming {

 0% {opacity: 0;-webkit-transform: scale(0);transform: scale(0)}

 100% {opacity: 1;-webkit-transform: scale(1)!important;transform: scale(1)!important;}

}

.i-video{ clear:both}
.i-video .wrap{ position:relative}
.i-video .linebg{ width:100%; height:100%; background:#f1f1f1; position:absolute; left:0; bottom:0;}
.i-video .conn{ background:#000; position:relative; margin-top:40px;}

.i-video .videoleft{ float:left; width:26%; padding:2% 3% 2% 3%; background:url(../images/jian.png) no-repeat right center;}
.i-video .videos{ float:right; width:68%; max-height:520px; overflow:hidden; position:relative}
.i-video .videos .videoshow{ display:block; width:100%; height:auto !important}
.i-video .videos .videoshow02{ display:block; width:100%; height:auto !important}
.i-video .videos .anniu, .i-video .videos .anniu02{ position:absolute; width:100%; height:100%; top:0; left:0}
.i-video .videos .anniu span { position:absolute; top:50%; left:50%; width:90px; height:90px; margin-left:-45px; margin-top:-45px; background:url(../images/bofang.png) no-repeat center center; cursor:pointer; opacity:1; z-index:9}
.i-video .videos .anniu span:hover{background:url(../images/bofang02.png) no-repeat center center;}
.i-video .videos .anniu02 span{position:absolute; top:50%; left:50%; width:90px; height:90px; margin-left:-45px; margin-top:-45px; background:url(../images/bofang.png) no-repeat center center; cursor:pointer; opacity:0}
.i-video .videos .anniu02 span:hover{background:url(../images/bofang02.png) no-repeat center center;}

.i-video .ttabmenu { margin-bottom:20px;position:relative;}
.i-video .ttabmenu li {color:#fff; background-color:#000;border:solid 1px #000; font-size:18px; line-height:36px; padding:0px 12px;display:inline-block; cursor:pointer; border-radius:25px;}
.i-video .ttabmenu li:last-child{ margin:0}
.i-video #ttabcontent { clear:both;}
.i-video #ttabcontent ul { height: 400px; overflow-y:auto; }
.i-video .ttabmenu .cli {color:#00479d; border:solid 1px #00479d }
.i-video .ttabmenu li:hover{ background:#00479d; color:#fff;}
.i-video #ttabcontent .hidden {display:none;}

.i-video #ttabcontent ul .videolist{ float:left; width:calc(46% - 2px); margin:1%;  position:relative; cursor:pointer;}
.i-video #ttabcontent ul .videolist:nth-child(2n+1){ clear:both}
.i-video #ttabcontent ul .now{ position:absolute; width:100%; height:100%; text-align:center; color:#fff; left:0; top:0;;}

.i-video #ttabcontent ul .now p{ position:absolute; width:100%;height:100%; left:0; top:0}
.i-video #ttabcontent ul .now p div{background-color:rgba(0,0,0,0.3);position:absolute; width:100%;height:100%; left:0; top:0}
.i-video #ttabcontent ul .now p div span{position:absolute; width:100%; line-height:30px; text-align:center; left:0; top:34%; margin-top:-15px;}

.i-video #ttabcontent ul .videolist img{ display:block; width:100%; height:auto;border:solid 1px #666;}
.i-video #ttabcontent ul .videolist .wenzi{ color:#fff; line-height:23px; min-height:50px;}

.i-news .wrap{ position:relative;z-index: 10;}
.i-news ul li {float: left;position: relative;width:25%;/*height:360px;*/ z-index: 10;padding:10px; }
.i-news ul li:last-child{ background:none;}
.i-news ul li:after {content: "";width: 0px;height: 2px;background: #00479d;bottom: 0;left: 0;position: absolute;z-index: 999;transition: 1s;}
.i-news ul li .info {/*position: absolute;top: 20px;width:94%;height: 240px;left:3%;*/transition: 0.5s;}
.i-news ul li:hover .info{top:-10px;position: relative;transition: 0.5s;}
.i-news ul li .info img{width:100%;height: 240px;display:block}
.i-news ul li .info h3 {height: 22px; margin-top: 0; font-weight: normal;color: #333;font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.i-news ul li .info p {/*width: 80%;*/line-height: 25px;color: #828282;}
.i-news ul li:hover {/*box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);*/}
.i-news ul li:hover:after {width: 100%;height: 2px;}

.i-news .wave{ width:100%; height:115px; position:absolute; left:0; bottom:0;}
#line3_Demo,colee_left {position: absolute; z-index:9999;height: 115px;width: 100%;left: 0;OVERFLOW: hidden; }
#line3_Demo{MARGIN: auto;position: absolute; z-index:9999;height: 115px;width: 100%;left: 0;OVERFLOW: hidden; }
#colee_left {height: 115px;width: 100%;left: 0;OVERFLOW: hidden; }
#Indemo {WIDTH: 800%; FLOAT: left}
#line3_Demo1, #colee_left1 {FLOAT: left}
#line3_Demo2, #colee_left2 {FLOAT: left}

.i-news .wrap .news_mod{display: none}
.i-news .wrap .news_btn{display: none;}
@media only screen and (max-width: 991px){
	.i-news .news_pc{display: none;}
	.i-news .wrap .news_mod{display: block;}
	.i-news ul li{width:auto;}
 	.news-one{position:relative;text-align:center;}
 	.news-one li{text-align:center;padding:0 20px;}
 	.news-one li .pro-img{border-radius:15px;overflow:hidden;/*margin:15px 0;*/}
 	.news-one li h3{color:#333;font-size:16px;}
 	.news-oneone li a:hover .pro-img{box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);}
 	.news-one li a:hover h3{color:#008ae1;}
 	.news-one>a{display:inline-block;width:130px;height:38px;line-height:38px;background:#404040;color:#fff;font-size:16px;border-radius:20px;margin-top:40px;}
 	.news-one>a>span{padding-right:22px;background:url(../images/about-jtb.png) no-repeat right;}
 	.news-one>a:hover{background:#008ae1;}
 	.i-news .owl-nav{display: none;}
 	.i-news .wrap .news_btn{display: block;}
}

/*==============================*/

.footer{ background:#222; color:#8d8d8d;}
.footer_top{ padding:110px 0 0px 0; position:relative; }
.footer_top .links{position:absolute;bottom:0;width:70%;padding:20px 0;border-top:solid 1px #333333;color:#8d8d8d;}
.footer_top .links span{ color:#fff; font-size:18px;}
.footer_top .links li{ margin-left: 0px !important; line-height: 30px;}
.footer_top .links li a{}
.footer_top .wrap{position:relative}
.footer .content {width: 100%;display:flex;display:-webkit-flex;justify-content : space-between;}

.footer ul {width: 100%;display:flex;display:-webkit-flex;justify-content : space-between;}
.footer li {line-height: 30px;display:inline-block;cursor:pointer;margin-top:-70px;}
.footer li:last-child{margin-left: 40px;}
.footer .last_en{width: 35%;}
.footer h3{margin-bottom:45px; line-height:30px; font-size:18px; color:#fff; display:block;}
.footer a{ color:#8d8d8d;}
.footer a:hover{ color:#fff;}
.footer li .erweima li{ float:left; text-align:center; margin-top:0px}
.footer li .erweima li:nth-child(2){ float:right; margin-left:25px;}
.footer li img{ display:block; width:102px; height:auto;}
.footer_top .wrap{ border-top:solid 1px #333333;padding:20px 0}
.copyright .wrap{ border-top:solid 1px #333333;padding:20px 0}

.footer .content_en>li:nth-child(-n+5){width: 20%;}
.footer .content_en p{}
.footer .content_en>li:nth-child(-n+5) p{width: 60%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.footer .last_en { width: 35%;}

.header02{ box-shadow:0 0 10px rgba(0,0,0,0.1); background:#fff;-webkit-box-shadow: 0 0 5px #ccc;box-shadow: 0 0 5px #ccc;}
.header02 .logo01{ display:none}
.header02 .logo02{ display:block}
.header02 .menu li a{color:#333;}
.header02 .yuyan li a{color:#666;}
.header02 .yuyan li .icon{ background:url(../images/fangdajing02.png) no-repeat center center; }

.nsection{padding: 35px 0 35px 0;overflow: hidden;}
.nsection02{padding: 35px 0; }
.nsection03{padding: 120px 0 50px 0; }
.nsection04{padding: 35px 0 0px 0; }

@media only screen and (max-width: 991px){
 .footer .last_en{width: 100%;}
 .footer .last_en p{width: 70%;}

 .footer .content>li:nth-child(-n+5){display: none;}
 .footer .content_en>li:nth-child(-n+5){display: none;}
 .footer li{margin-top: -100px;}
 .footer li:last-child{margin: -100px auto 25px;}
}

@media only screen and (max-width: 767px){
	.nsection{padding: 0;}
	.title02 h3{font-size: 28px;margin-bottom: 0;}
	.footer_top .wrap{border: none;}
	.footer h3{margin-bottom: 15px;}
	.footer_top .links{bottom: -26px;}
}
@media only screen and (max-width: 400px){
 	.copyright .wrap{height: 120px;}
}

/* ----------------------------------------------------- */


#roll {width: 40px;height: 40px;display: none;background: #000;position: fixed;right: 20px;bottom: 60px;z-index: 150;overflow: hidden;transition: all .2s ease-in-out 0s;cursor: pointer;border-radius: 50%;}
#roll:hover {background: #00479d;}
#roll_top {width: 40px;height: 40px;display: block;background: url(../images/gotop.png) no-repeat;transition: all .2s ease-in-out 0s;}
#roll_top:hover {background: url(../images/gotop.png) no-repeat;}
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #00479d;text-align: center;}
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}

/* 内页样式 */
#ZoomBox{background: #fff;}
.nybg{/* background: #F5F5F5; *//* display: none; */}
.bsbg{background: #FFFFFF;}

#sidebar{text-align: center;/* margin-top: 30px; */}
#sidebar li{margin: 0 10px;}
#sidebar li a{display:block;/* height: 45px; */line-height: 32px;text-align: center;color: #666;border: 1px solid #f6f6f6;font-size: 16px;}
#sidebar li:hover a, #sidebar li.cur a{background: #00479d;color: #fff;border: 1px solid #00479d;}
@media (min-width: 768px) {
	#sidebar li{display: inline-block;}
	#sidebar li a{/* width:150px; */}
}
@media (max-width: 767px) {
	.common #sidebar{display: flex;}
	.common #sidebar li{flex: 1;}
	.nycase #sidebar{display: block;}
	.nycase #sidebar li{display: inline-block;margin-bottom: 5px;}
	.nycase #sidebar li a{padding: 0 10px;}
}

.tablesaw td, .tablesaw th {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: .5em .7em;}

.nyjc{}
.nyjc-til{padding:15px;border-radius: 10px 10px 0 0;color:#fff;background: #00479d}
.nyjc-til p{font-size: 24px;}
.nyjc-til i{display: block;height: 1px;width: 90px;background: #fff;margin:10px 0;}
#sidebar1{ margin-bottom: 0;}
#sidebar1 li{margin-top: 10px;}
#sidebar1 li:first-child{margin-top: 0px;}
#sidebar1 li a{line-height: 40px;height: 40px;display: block;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align: center;color: #666;background: #eee;}
#sidebar1 li.cur a, #sidebar1 li:hover a{background: #00479d;color: #fff;}
#sidebar1 dt{float: left;margin: 0 10px;border-radius: 30px;}
#sidebar1 dt:first-child{}
#sidebar1 dt>a{display: block;line-height: 32px;padding: 0 20px;text-align: center;color: #666;/* border: 1px solid #f6f6f6; */font-size: 16px;border-radius: 30px;font-weight: normal;}
#sidebar1 dt.cur, #sidebar1 dt:hover{background: #00479d;color: #fff;border: 1px solid #00479d;}
#sidebar1 dt.cur a,#sidebar1 dt:hover a{color:#fff;}
#sidebar1 dd{display: none;}
#sidebar1 dd a{display: block;line-height: 35px;border-bottom: 1px dashed #ddd;background: url(../images/iyuan.png) 5px center no-repeat;padding-left: 25px;margin-bottom: 5px;position: relative;color: #333;}
#sidebar1 dd a.cur, #sidebar1 dd a:hover{background: url(../images/iyuan_on.png) 5px center no-repeat;color:#00479d;}

.pro-l{ color: #333333; text-align: center; border-bottom: 1px solid #e1e1e1; background: #f6f6f6; padding: 20px 0; margin-bottom: 30px;}

.nyjc-crcrumbs{border-bottom: 1px solid #ddd;background: url(../images/nav_tb.png) left 6px no-repeat;padding-left: 20px;color: #808080;margin-bottom: 15px;line-height: 25px;padding-bottom: 10px;}
.nyjc-crcrumbs a{color: #808080;}
.nyjc-crcrumbs a:hover{color: #00479d;}
.crumbs{padding-left:20px;background: url(../images/nav_tb.png) left no-repeat;line-height: 25px;padding-top:10px;padding-bottom:10px;}

/* 公司简介 */
#abshow{overflow: hidden;padding-bottom: 100px;}
.w1400{max-width: 1400px;margin-right: auto;margin-left: auto;}
.intro-header{color: #00479d;margin-top: 100px;}
.intro-header h2{font: 900 34px/1 "AvenirLTStd";}
.intro-header p{margin-top: 1em;font-size: 30px;letter-spacing: .06em;}
.list-phi{margin-top: 80px;margin-left:-15px;margin-right: -15px;}
.list-phi li{padding: 0;}
.phi-item{position: relative;margin: 0 12px;}
.phi-item-img{overflow: hidden;position: relative;}
.phi-item-img::before{content: '';display: block;padding-top: 100.87464%;}
.phi-item-img img{left: 0;position: absolute;top: 0;width: 100%;-moz-transition: -moz-transform 1s ease;-o-transition: -o-transform 1s ease;-webkit-transition: -webkit-transform 1s ease;transition: transform 1s ease;}
.phi-item-txt{position: absolute;z-index: 1;top: 46px;left: 55px;padding: 40px 30px;width: 330px;height: 346px;background-color: rgba(242,242,242,0.85);color: gray;}
.phi-item-bg{position: absolute;z-index: -1;top: 0px;right: 0;bottom: 0;left: 0;overflow: hidden;visibility: hidden;opacity: 0;}
.phi-item-bg img{display: block;width: 100%;height: 100%;}
.phi-item-txt span{width: 54px;height: 54px;display: block;}
.phi-item-txt span.phi-ico1{background: url(../images/abcon1-ico1.png) no-repeat;background-size: contain;}
.phi-item-txt span.phi-ico2{background: url(../images/abcon1-ico2.png) no-repeat;background-size: contain;}
.phi-item-en{font: 700 30px/1.2 "AvenirLTStd";margin-top: 1em;word-wrap: break-word;}
.phi-item-cn{margin-top: .2em;font-size: 24px;line-height: 1.2;letter-spacing: .01em;}
.phi-item-desc, .phi-item-info{font-size: 14px;line-height: 24px;}
.phi-item-desc{margin-top: 1em;}
.phi-item-info{margin-top: 10px;display: none;color: transparent;}
.phi-item:hover .phi-item-img img{-moz-transform: scale(1.05);-ms-transform: scale(1.05);-webkit-transform: scale(1.05);transform: scale(1.05);}
.phi-item:hover .phi-item-txt{background-color: transparent;color: #fff;}
.phi-item:hover .phi-item-txt span.phi-ico1{background: url(../images/abcon1-ico1m.png) no-repeat;background-size: contain;}
.phi-item:hover .phi-item-txt span.phi-ico2{background: url(../images/abcon1-ico2m.png) no-repeat;background-size: contain;}
.phi-item:hover .phi-item-bg{visibility: visible;opacity: 1;}
.list-core{margin-top: 40px;margin-left: -15px;margin-right: -15px;}
.list-core li{padding: 0;}
.core-item{position: relative;margin: 0 12px 40px;min-height: 340px;background-color: #f2f2f2;color: gray;}
.core-item-wrap{position: absolute;top: 0;right: 0;left: 0;padding: 30px 50px 10px;min-height: 340px;}
.core-item-wrap span{width: 100px;height: 54px;display: block;}
.core-item-wrap span.phi-ico3{background: url(../images/abcon1-ico3.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico4{background: url(../images/abcon1-ico4.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico5{background: url(../images/abcon1-ico5.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico6{background: url(../images/abcon1-ico6.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico7{background: url(../images/abcon1-ico7.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico8{background: url(../images/abcon1-ico8.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico9{background: url(../images/abcon1-ico9.png) no-repeat left;background-size: contain;}
.core-item-wrap span.phi-ico10{background: url(../images/abcon1-ico10.png) no-repeat left;background-size: contain;}
.core-item-title{margin-top: 50px;min-height: 110px;}
.core-item:hover{z-index: 10;background-color: transparent;color: #fff;}
.core-item:hover .phi-item-bg{visibility: visible;opacity: 1;}
.core-item:hover .core-item-wrap span.phi-ico3{background: url(../images/abcon1-ico3m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico4{background: url(../images/abcon1-ico4m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico5{background: url(../images/abcon1-ico5m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico6{background: url(../images/abcon1-ico6m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico7{background: url(../images/abcon1-ico7m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico8{background: url(../images/abcon1-ico8m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico9{background: url(../images/abcon1-ico9m.png) no-repeat left;background-size: contain;}
.core-item:hover .core-item-wrap span.phi-ico10{background: url(../images/abcon1-ico10m.png) no-repeat left;background-size: contain;}
.core-item:hover .phi-item-info{color: #fff;margin-bottom: 20px;}

.story{position: relative;z-index: 1;padding: 120px 0;}
.story::before{content: "";position: absolute;top: 0;bottom: 0;width: 43.75%;background-color: #f7f7f7;}
.story.right::before{right: 0;}
.abcon2{margin-top: 140px;overflow: hidden;}
.abcon3{margin-top: 80px;overflow: hidden;}
.abcon4{margin-top: 80px;overflow: hidden;}
.story-inner{position: relative;font-size: 0;}
.story.right .story-inner{text-align: right;}
.story-intro{position: absolute;top: 0;bottom: 0;width: 50%;text-align: left;}
.story-intro-01{background: url(../images/bg_02.svg) center center no-repeat;background-size: 76% auto;}
.story.right .story-intro{left: 0;}
.story-intro-01 .intro-header{margin-top: -60px;}
.story-intro-01__txt{position: absolute;top: 50%;right: 20px;left: 20px;text-align: center;font-size: 18px;line-height: 2.5;color: #333;letter-spacing: .18em;}
.story-img{display: inline-block;vertical-align: top;width: 50%;position: relative;}
.story-img::before{padding-top: 66.57143%;content: '';display: block;}
.story-img img{position: absolute;left: 0;top: 0;width: 100%;}
.story-img-02{background-color: #00479d;}
.story-img__wrap{position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
.story-dream-wrap{position: absolute;top: 50%;right: 10%;left: 10%;}
.story-dream-title{position: relative;}
.story-dream-title p{position: absolute;top: 0;left: 0;font-size: 30px;letter-spacing: .06em;}
.story-dream-title.white p{color: #fff;}
.story-dream-title span{display: block;font: 900 70px/1.3 "AvenirLTStd";color: #dbdbdb;opacity: .2;white-space: nowrap;}
.story-dream-intro{font-size: 18px;line-height: 2;letter-spacing: .04em;color: #fff;}
.story.left .story-intro {right: 0;}
.story-intro__txt{font-size: 14px;line-height: 2.57143;color: #333;}
.story-intro-02__txt, .story-intro-03__txt{position: absolute;top: 50%;right: 7%;left: 7%;text-align: left;}
.story-dream-title.red p{color: #00479d;}

@media (min-width: 1101px){
	.story-dream-wrap{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
	.story-intro-02__txt, .story-intro-03__txt{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
}
@media (min-width: 1200px){
	.story-intro-01__txt{-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
}
@media (max-width: 1480px){
	.w1400{margin-right: 40px;margin-left: 40px;}
	.intro-header{margin-top: 6.75676vw;}
	.list-phi{margin-top: 5.40541vw;}
	.abcon2{margin-top: 9.45946vw;}
	.abcon3{margin-top: 5.40541vw;}
	.abcon4{margin-top: 5.40541vw;}
	.core-item span{width: 45px;height: 45px;}
	.core-item-title{min-height: 7.43243vw;}
	.core-item .phi-item-en{font-size: 2.02703vw;}
	.core-item .phi-item-cn{font-size: 1.62162vw;}
	.story-dream-title p{font-size: 2.02703vw;}
	.story-dream-title span{font-size: 4.72973vw;}
}
@media (max-width: 1100px){
	.story{padding: 0;}
	.story-intro{position: relative;width: 100%;}
	.story-intro-01{margin-bottom: 40px;background-size: contain;}
	.story-intro-01 .intro-header{margin-top: 0;}
	.story-intro-01__txt{position: relative;text-align: left;left: 0;margin-top: 30px;}
	.story-img{width: 100%;}
	.story::before{display: none;}
	.abcon3 .story-img::before{display: none;}
	.story-img__wrap{position: relative;}
	.story-dream-wrap{padding: 40px 20px;position: relative;top: auto;right: auto;left: auto;}
	.story-dream-title p{font-size: 20px;line-height: 20px;}
	.story-dream-title span{font-size: 30px;}
	.story-dream-intro{font-size: 16px;}
	.story-intro{position: relative;width: 100%;}
	.story-intro-02__txt, .story-intro-03__txt{position: relative;top: auto;right: auto;left: auto;}
	.story-img-02{margin-bottom: 30px;}
	.story-intro-03__txt{margin-bottom: 30px;}
}
@media (max-width: 991px){
	.phi-item{margin-bottom: 30px;}
	.intro-header h2{font-size: 30px;}
	.intro-header p{font-size: 24px;}
	.core-item{min-height: 300px;}
	.core-item-wrap{min-height: 300px;padding-right: 20px;padding-left: 20px;}
	.core-item span{width: 30px;height: 30px;}
	.core-item-title{height: 80px;}
	.core-item .phi-item-en{font-size: 20px;}
	.core-item .phi-item-cn{font-size: 16px;}
}
@media (max-width: 767px){
	.w1400{margin-right: 20px;margin-left: 20px;}
	.intro-header{margin-top: 50px;}
	.list-phi{margin-top: 40px;}
	.story-dream-intro{font-size: 14px;}
}
@media (max-width: 580px){
	.list-core li{width: 100%;}
	.core-item-wrap{position: relative;}
}
@media (max-width: 500px){
	.phi-item-txt{top: 50%;right: 30px;left: 30px;width: auto;height: auto;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
	.phi-item-txt span{width: 30px;height: 30px;}
	.phi-item-en{margin-top: 0.5em;font-size: 24px;}
	.phi-item-cn{font-size: 16px;}
}

/**/
.solmain{ width:100%; max-width:800px; margin:0 auto}
.solmain .kuai{ margin-bottom:30px}
.solmain .kuai .ptitle h3{ font-size:24px; font-weight:bold; line-height:30px; display:inline-block; border-bottom:solid 1px #00479d; padding-bottom:8px; padding-right:20px }
.solmain .kuai .ptitle h3:before{content: '';width: 5px;height:20px;background: #00479d;display: inline-block; border-radius:5px;}
.solmain .kuai .conn .sanli ul { text-align:center}
.solmain .kuai .conn .sanli li{ display:block; width:100%; max-width:680px; margin:10px auto}
.solmain .kuai .conn .sanli ul p{ text-align:left}
.solmain .kuai .conn .sanli li img, .solmain .kuai .conn .sanli li video{ display:block; width:100%; height:auto}

.solmain .kuai .conn .erli ul { text-align:center}
.solmain .kuai .conn .erli li{ display:block; width:100%;max-width:680px;margin:10px auto}
.solmain .kuai .conn .erli ul p{ text-align:left}
.solmain .kuai .conn .erli li img, .solmain .kuai .conn .erli li video{ display:block; width:100%; height:auto}
.solmain img{display:block; width:100% !important;max-width:100% !important; height:auto !important; margin:15px auto}
.solmain .kuai .conn .yili ul { text-align:center}
.solmain .kuai .conn .yili li{ display:inline-block; width:100%; max-width:680px}
.solmain .kuai .conn .yili ul p{ text-align:left}
.solmain .kuai .conn .yili li img, .solmain .kuai .conn .yili li video{ display:block; width:100%; height:auto}

/**/
.nguide {color: #333333;text-align:center; border-bottom: 1px solid #e1e1e1;background: #f6f6f6;padding:20px 0; }
.nguide .nguidein a{padding:0 5px !important;}
.nguide{transform:perspective(800px) rotateX(-90deg);transform-style:preserve-3d;transition:all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;transform-origin:top center;opacity:0;filter:alpha(opacity=0)}
.nguide.animate{transform:perspective(800px) rotateX(0deg);opacity:1;filter:alpha(opacity=100);margin-bottom: 30px;}
.nguide ul { font-size: 18px; text-align:center; position:relative;    display: flex;flex-wrap: wrap;align-content: flex-start;justify-content: start;}
.nguide li { text-align:center; display:inline-block; margin:0;}
.nguide li a {font-size: 16px; color: #333333;display: block; line-height: 32px; text-align:center; display:block; padding:0 20px;-webkit-border-radius:25px;-moz-border-radius:25px; border-radius:25px;position:relative}
.nguide li a:hover, .nguide li .cur {color: #fff;background-color:#00479d; }
.nguide li a:hover:after, .nguide li.cur  a:after {content: "";width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #00479d;position: absolute;left: 50%;margin-left: -5px;bottom: -5px;}
.nguide li.cur a{color: #fff;background-color: #00479d;}


.nyprolist{padding: 30px 0;padding-top: 0;}
.nypro{padding:15px;}
.nypro-img{border:1px solid #e6e6e6;overflow: hidden;}
.nypro-img img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nypro-ul li{margin-bottom: 15px}
.nypro-ul li p{background: #fff;text-align: center;height: 35px;line-height: 35px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin:0;padding:0 10px;}
.nypro-ul li:hover .nypro-img{border-color:#00479d;}
.nypro-ul li:hover .nypro-img img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nypro-ul li:hover p{color:#00479d;}
@media (max-width: 991px) {
	.nyprolist{padding: 2px 0 15px;}
}
@media (max-width: 500px) {
	.nypro{padding:10px;}
}

.showpro-list-img{border:1px solid #eee;}
.showpro-list-img img{width: 100%}
.showpro-right{ padding: 0 50px;}
.showpro-right h2{font-size: 18px;font-weight: bold;border-bottom: 1px dashed #ccc;padding-bottom: 10px;margin-bottom: 10px;margin-top: 0}
.showpro-right p{color: #666;line-height: 25px;margin-bottom: 10px;}

.showpro-rem p{color:#00479d;font-weight: bold;}
.showpro-rem ul{}
.showpro-rem ul li a{border:1px solid #eee;display: block;}
.showpro-rem ul li:hover>a{border-color: #00479d}
.showpro-rem ul li a+a{border:0;display:block;line-height:35px;height:35px;padding:0 10px;text-align:center;background:#fff;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.showpro-rem ul li:hover a+a{color:#00479d}

.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;}
.showpro-con ul li{text-align: center;padding:0 24px;font-size: 16px;background: #e6e6e6;color:#333;float: left;margin-right: 10px;cursor: pointer;}
.showpro-con ul li.on{background: #00479d;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
/*.showpro-details div{margin-bottom: 10px;}*/
.showpro-details img{max-width: 100%;}
.showpro-det{display: none;}

@media (max-width: 767px) {
	.showpro-right{margin-top: 10px;}
}
@media (max-width: 450px) {
	.showpro-con ul{display: flex}
	.showpro-con ul li{flex:1;padding:0;font-size: 14px;}
	.showpro-details{font-size: 14px;}
	.showpro-details td{padding:5px;}
}

#nyimg{padding:30px 0}
.nyimg-ul{overflow: hidden;}
.nyimg-ul li{margin-bottom: 20px;padding: 0 10px;}
.nyimg-ul li .nyimg-div{background: #fff;border: 1px solid #ccc;}
.nyimg-ul li .nyimg-div a{display: block;overflow: hidden;border:1px solid #D9D9D9;background: #f5f5f5;}
.nyimg-ul li .nyimg-div img{margin:0 auto;-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.nyimg-ul li .nyimg-a{padding:0 5px;overflow: hidden;line-height: 40px;display: block;font-size: 14px;color: #333;text-align: center;text-overflow:ellipsis;white-space: nowrap;}
.nyimg-ul li .nyimg-div a+a{border:0}
.nyimg-ul li:hover .nyimg-div img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.nyimg-ul li:hover .nyimg-a{color: #00479d;}

.nymenu{width: 0;height: calc(100% - 50px);position: fixed;z-index: 90;top: 0;background: rgba(0,0,0,0.3);}
.nymenu>a{position: fixed;right: 0;bottom: 100px;width: 30px;text-align: center;padding: 5px;background: #00479d;color: #fff;z-index: 95;}
.nymenu-con{position: fixed;overflow-y: auto;top: 0;right: -280px;width: 280px;padding: 15px 25px 25px;height: calc(100% - 50px);background-color: #00479d;color:#fff;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;z-index: 100; }
.nymenu-con h3{font-size: 18px;font-weight: bold;line-height: 40px;border-bottom: 1px dashed #fff;margin-bottom: 10px;}
.nymenu-con dl{margin-bottom: 0;}
.nymenu-con dl a{color: #fff;}
.nymenu-con dl dt, .nymenu-con dl dt a{display: block;font-size: 16px;line-height: 40px;}
.nymenu-con dl dd{padding-left: 10px;}
.nymenu-con dl dd a{display: inline-block;margin: 3px 10px;}
.nymenu-con>a{float: right;color: #fff;position: relative;top:8px;z-index: 102;font-size: 18px;}
.nymenu-con.on{right: 0;}

#showimg{padding: 10px;}
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:26px;margin-bottom:5px}
.showimg-top span{margin-right: 10px;}
.showimg-top span{font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 15px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 15px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;text-align: justify;padding-bottom:10px;}
.showimg-con img{max-width: 100%;}
.showimg-page{padding-top: 15px;overflow: hidden;}
.showimg-page>div[class^="col-"]{padding: 0 10px;}
.showimg-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.showimg-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	#nyimg{}
	.nyimg-ul li{margin-bottom: 20px;}
	.showimg-top h2{ font-size:16px;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{padding:0;font-size:14px !important;}
	.page-header h3{font-size:16px;margin:0;}
	.xgred li{padding: 0}
}

#nynew{padding-top: 30px;padding-bottom: 30px;}
#nynew .container>div[class^="col-"]{padding: 0 10px;}
#nynew .container>div:first-child{/* border-right: 1px solid #eee; */}
.nynews-ul{overflow: hidden;}
.nynews-ul li.nynews-li{padding: 0 0 15px 0;margin-bottom: 25px;}
.nynews-ul li.nynews-li:nth-of-type(even) .nynews-img{/*float: right;*/}
.nynews-img{padding: 0;}
.nynews-img a{display: block;border: 1px solid #ccc;}
.nynews-img img{width:100%;}
.nynews-img a:hover{border: 1px solid #00479d;}
.nynews-date {color: #333;line-height: 20px;font-size: 12px;margin-top:20px;}
.nynews-date span{float: left;margin-right:20px;}
.nynews-date p{float: left;margin: 0;}
.nynews-date i{margin-right: 5px;}
.nynews-con h3{font-size: 18px;font-weight: 400;text-transform: uppercase;line-height: 32px;letter-spacing: 1px;margin-top: 0px;margin-bottom:0px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;padding-bottom:10px;}
@media (max-width:991px) {
	#nynew .container>div:first-child{border: 0;}
	.nynews-con{margin: 10px 0;}
}
@media (max-width:767px) {
	#nynew{padding-top: 0px;padding-bottom: 15px;}
	.nynews-con h3{ font-size:16px; font-weight:bold;padding-bottom:0}
	.nynews-img{padding: 0;}
	.nynews-con{padding: 0;}
}
.nynews-con p.nynews-desp{color: #666;font-size: 14px;line-height: 25px;margin: 10px 0;height: 50px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nynews-con a.nynews-more{text-decoration: none;color: #ffffff;font-size: 15px;padding: 7px;background: #00479d;width: 120px;display: block;float:right;text-align: center;letter-spacing: 1px;font-weight: 600;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nynews-con a.nynews-more:hover{background: #000;color: #fff;}

.hotnews{padding:0 10px;margin-bottom: 20px;}
.hotnews p{font-size: 18px;color: #fff;line-height: 50px;background:#00479d;text-align:center;}
.hotnews p span{font-size:14px;}
.hotnews-bor{border:1px solid #eee;padding:5px 20px}
.hotnews a{display: block;font-size: 14px;line-height: 35px;padding-left: 15px;background:url(../images/iyuan.png) no-repeat left;background-size:8px;}
.hotnews a:hover{background:url(../images/iyuan_on.png) no-repeat left;}

.hotpros{padding:0 10px;}
.hotpros p{font-size: 18px;color: #fff;line-height: 50px;background:#00479d;text-align:center;}
.hotpros p span{font-size:14px;}
.hotpros-bor{border:1px solid #eee;padding:10px}
.hotpros a{display: inline-block;margin:5px 10px}

#shownews{padding: 30px 10px;}
#shownews .container>div[class^="col-"]{padding: 0 10px;}
#shownews .container>div:first-child{border-right: 1px solid #eee;}
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom:10px}
.shownews-top span{margin-right: 10px;}
.shownews-top span{font-size: 14px;color: #a3afb7;}
.shownews-img{margin-top: 25px; text-align:center}
.shownews-img img{max-width: 100%;}
.shownews-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 15px;font-weight: 300;padding: 10px;border-bottom: 1px solid #F0F2F5;text-align: justify;}
.shownews-con img{max-width: 100%;}
.shownews-page{padding-top: 30px;overflow: hidden;}
.shownews-page a{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;padding: 10px 15px;border: 1px solid #e4eaec;transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;max-width: 100%;}
.shownews-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:991px) {
	#shownews .container>div:first-child{border:0;}
	.sdsd{padding: 0px;}
}
@media (max-width:767px){
	.shownews-top h1{ font-size:20px;}
	.shownews-top h2{ font-size:16px;}
	.shownews-con{padding:0;font-size:14px !important}
}

#pageshow { padding: 20px 0; }
.show-dateil{ font-size: 15px;line-height: 1.8;text-align:justify; }
.show-dateil img{max-width: 100%;}
.showmap img{max-width: none;}
@media (max-width:767px){
	#pageshow {padding: 10px;}
	.show-dateil,.show-dateil *{ margin-left: 0 !important;height: auto !important; }
	#dituContent{height: 400px !important}
}

/*相关推荐*/
.xgred{ overflow: hidden;}
.xgred .xgred-con{ line-height: 40px;border-bottom:1px #ccc dashed;overflow: hidden; }
.xgred .xgred-con a{ font-size: 14px;color: #4b4b4b;display: block;float: left;width: calc(100% - 90px);overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.xgred .xgred-con em{ float: right;font-size: 13px;color: #ccc;line-height: 40px;margin-right: 10px; }
.xgred .xgred-con a:hover{ color: #00479d}

/*全站搜索*/
#searchlist{}
#searchlist li{ padding-left:10px; margin-bottom:6px; line-height:1.5; }
#searchlist ul{ list-style:none; padding:0px; margin:0px; }
#searchlist ul li{ padding:3px 5px; margin-bottom:5px; }
#searchlist ul li img{ display:none;}
#searchlist .search_title{ display:block; padding:2px 0px;}
#searchlist .search_title a{ font-size:14px; color:#12C; text-decoration:underline;}
#searchlist .search_title em{ color:#c00; text-decoration:underline; font-style:normal;}
#searchlist .search_detail{ display:block; }
#searchlist .search_detail a{ text-decoration:underline; color:#12C;}
#searchlist .search_content em{ color:#c00; font-style:normal;}
#searchlist .search_updatetime{ display:block; margin-top:5px; color:green;}
#searchlist a:hover{ text-decoration:underline;}

/*在线客服*/
.diyos {position: fixed;width: 54px;right: 0;top: 58%;z-index: 1000000;}
.diyos ul {list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #00479d;float: left;position: relative;border-top:1px solid #333;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li:hover{ background:#00479d;}
.diyos ul li .sidebox {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background:#00479d;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 150px;position:absolute; top:0; left:-151px; z-index:120; display:none;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

/* 内页banner */
.nybanner>div{background-position: top center;background-repeat: no-repeat;background-size: cover;}

/* 标签 */
.pro_key{line-height: 35px;border-top: dashed 1px #d7d7d7;margin-top: 5px;font-size: 14px;}

/*翻页样式*/
.metpager_1{ text-align:center;}
.metpager_2{ text-align:center;}
.metpager_3{ text-align:center;}

#flip{line-height: 25px;}
.digg4{ padding:3px; margin:3px; text-align:center; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }
.digg4 a,.digg4 span.miy{ margin:2px; text-decoration:none;}
.digg4 .disabledfy{ font-family: Tahoma, Verdana;}

.metpager_4 a,.metpager_4 span.miy{ border:1px solid #aaaadd; padding:2px 5px 2px 5px; color:#009;}
.metpager_4 a:hover { border:1px solid #009; color:#000;}
.metpager_4 a:active {border:1px solid #009; color:#000;}
.metpager_4 span.current { border:1px solid #009; background-color:#009; padding:2px 5px 2px 5px; margin:2px; color:#FFFFFF; text-decoration:none;}
.metpager_4 span.disabled { border:1px solid #eee; padding:2px 5px 2px 5px; margin:2px; color:#ddd;}

.metpager_5 a,.metpager_5 span.miy{ padding:2px 8px 2px 8px; color:#00479d; display: inline-block; }
.metpager_5 a:hover { color:#fff; background-color:#00479d;}
.metpager_5 a:active { color:#000;}
.metpager_5 span.current {padding:2px 8px 2px 8px;margin:2px;color:#00479d;text-decoration:none;display: inline-block;border: 1px solid #ccc;}
.metpager_5 span.disabled {padding:2px 8px 2px 8px;margin:2px;color:#333;display: inline-block;border: 1px solid #ccc;}

.metpager_6{ color:#ff6500; }
.metpager_6 a,.metpager_6 span.miy{ border:1px solid  #ff9600; padding:2px 7px 2px 7px; background-position:50% bottom; color:#ff6500; background-image:url(../images/page/page6.jpg);}
.metpager_6 a:hover { border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 a:active {border:1px solid #ff9600; color:#ff6500; background-color:#ffc794;}
.metpager_6 span.current {border:1px solid #ff6500; padding:2px 7px 2px 7px; margin:2px; color:#ff6500; background-color:#ffbe94; text-decoration:none;}
.metpager_6 span.disabled { border:1px solid #ffe3c6; padding:2px 7px 2px 7px; margin:2px; color:#ffe3c6;}

.metpager_7 a,.metpager_7 span.miy{ border:1px solid  #2c2c2c; padding:2px 5px 2px 5px; background:url(../images/page/page7.gif) #2c2c2c; color:#fff;}
.metpager_7 a:hover { border:1px solid #aad83e; color:#fff;background:url(../images/page/page7_2.gif) #aad83e;}
.metpager_7 a:active { border:1px solid #aad83e; color:#fff;background:urlurl(../images/page/page7_2.gif) #aad83e;}
.metpager_7 span.current {border:1px solid #aad83e; padding:2px 5px 2px 5px; margin:2px; color:#fff;background:url(../images/page/page7_2.gif) #aad83e; text-decoration:none;}
.metpager_7 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_8 a,.metpager_8 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#aaa;}
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 a:hover { border:1px solid #a0a0a0; }
.metpager_8 span.current {border:1px solid #e0e0e0; padding:2px 5px 2px 5px; margin:2px; color:#aaa; background-color:#f0f0f0; text-decoration:none;}
.metpager_8 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

.metpager_9 a,.metpager_9 span.miy{ border:1px solid #ddd; padding:2px 5px 2px 5px; color:#88af3f; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 a:hover { border:1px solid #85bd1e; color:#638425; background-color:#f1ffd6; } 
.metpager_9 span.current {border:1px solid #b2e05d; padding:2px 5px 2px 5px; margin:2px; color:#fff; background-color:#b2e05d; text-decoration:none;} 
.metpager_9 span.disabled { border:1px solid #f3f3f3; padding:2px 5px 2px 5px; margin:2px; color:#ccc;}

/**/
.nnews .topnews{ padding:15px 0 35px 0; border-bottom:solid 1px #ddd; position:relative;}
.nnews .topnews:hover{ border-bottom:solid 1px #00479d}
.nnews .topnews .pic{ float:left; width:50%;}
.nnews .topnews .pic{ height:auto; display:block; overflow:hidden;}
.nnews .topnews .pic img{ width:100%; height:auto;cursor: pointer;transition: all 1.5s; display:block; }
.nnews .topnews:hover .pic img{transform:scale(1.2);}
.nnews .topnews .wenzi{ float:right; width:46%; position:absolute; top:50%; margin-top:-150px; right:0}
.nnews .topnews .wenzi h3{ font-size:24px; color:#000; margin-bottom:20px; }
.nnews .topnews .wenzi p{ line-height:24px; height:72px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; font-size:14px; color:#666; margin:15px 0 30px 0 }
.nnews .topnews:hover .wenzi h3{ color:#000; }
.nnews .topnews .wenzi .newsmore a{ color:#999; font-size:14px; background:url(../images/more.jpg) no-repeat left center; padding-left:40px; display:block;margin-top:50px;}
.nnews .topnews .wenzi .newsmore a:hover{color:#00479d;}

.nnews .newskuai{ padding:20px 0 ; border-bottom:solid 1px #ddd}
.nnews .newskuai:hover{ border-bottom:solid 1px #00479d}
.nnews .newskuai .pic{ float:left; width:22%;}
.nnews .newskuai .pic{ height:auto; display:block; overflow:hidden; border:solid 1px #ddd}
.nnews .newskuai .pic img{ width:100%; height:auto;max-height: 200px;cursor: pointer;transition: all 1.5s; display:block}
.nnews .newskuai:hover .pic img{transform:scale(1.2);}
.nnews .newskuai .wenzi{ float:left; margin-left:3%; width:calc(75% - 130px);}
.nnews .newskuai .wenzi h3{ font-size:20px; color:#000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; margin-bottom:20px;}
.nnews .newskuai .wenzi p{ line-height:24px; /*height:72px;*/display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; font-size:14px; color:#666; margin:5px 0 15px 0}
.nnews .newskuai:hover .wenzi h3{ color:#00479d; }
.nnews .newskuai .date{ float:right;/* width:10%;*/ color:#ccc; text-align:right}
.nnews .newskuai .wenzi .newsmore a{ color:#999; font-size:18px; background:url(../images/more.jpg) no-repeat left center; padding-left:40px; display:block; margin-top:20px;}
.nnews .newskuai .wenzi .newsmore a:hover{color:#00479d;}
.nnews .newskuai .date h3{ font-size:36px; margin-bottom:35px; font-weight:bold}
.nnews .newskuai .date span{ width:30px; height:2px; background-color:#ddd; float:right;}
.nnews .newskuai .date  p{ padding-top:15px; font-size:18px; clear:both; }
.nnews .clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; margin-top: 10px;}

@media only screen and (max-width: 1199px){
	.nnews .newskuai .wenzi h3{margin-top: 10px;font-size: 18px;margin-bottom: 0px;}
}
@media only screen and (max-width: 991px){
	.nnews{padding: 0;}
	.nnews .newskuai .wenzi .newsmore{display: none;''}
	.nnews .newskuai .date h3{font-size: 26px;margin-bottom: 5px;}
}
@media only screen and (max-width: 767px){
	.nnews .newskuai .date p{font-size: 16px}
	.nnews .newskuai .date h3{font-size: 18px;}
	.nnews .newskuai .date h3{margin-top: 5px;}
	.nnews .newskuai .wenzi p{-webkit-line-clamp:2;}
}

@media only screen and (max-width: 550px){
	.nnews .newskuai .wenzi {width: calc(75% - 100px);}
	.nnews .newskuai .pic{width: 30%;}
	.nnews .newskuai .wenzi p{margin: 0;}
	.nnews .newskuai .wenzi h3 {font-size: 16px;}
}

.nbanner{ position: relative; }
.nbanner img{ display:block; width:100%; height:auto;}
.nbanner .text{ position:absolute; text-align:center;  color:#fff; width:100%; height:100%; top:0; background-color:rgba(0,0,0,0.3)}
.nbanner .text02{ background-color:rgba(0,0,0,0.7)}
.nbanner .textin{ position:absolute;width:100%;top:50%; margin-top:-20px;}
.nbanner .textin02{ position:absolute;width:100%;top:50%; margin-top:-80px;}
.nbanner .text h3{ font-size:40px; font-family:Arial, Helvetica, sans-serif; line-height:60px; text-transform:uppercase}
.nbanner .text p{font-size: 42px;line-height: 48px;font-weight: bold;display: block;}

.nguide {color: #333333;text-align:center; border-bottom: 1px solid #e1e1e1;background: #f6f6f6;padding:20px 0; }
.nguide .nguidein a{padding:0 5px !important;}
.nguide{transform:perspective(800px) rotateX(-90deg);transform-style:preserve-3d;transition:all 0.6s cubic-bezier(0.77, 0, 0.175, 1) 0.2s;transform-origin:top center;opacity:0;filter:alpha(opacity=0)}
.nguide.animate{transform:perspective(800px) rotateX(0deg);opacity:1;filter:alpha(opacity=100)}
.nguide ul { font-size: 18px; text-align:center; position:relative;    display: flex;flex-wrap: wrap;align-content: flex-start;justify-content: start;}
.nguide li { text-align:center; display:inline-block; margin:0;}
.nguide li a {font-size: 16px; color: #333333;display: block; line-height: 32px; text-align:center; display:block; padding:0 20px;-webkit-border-radius:25px;-moz-border-radius:25px; border-radius:25px;position:relative}
.nguide li a:hover, .nguide li .cur {color: #fff;background-color:#00479d; }
.nguide li a:hover:after, .nguide li.cur  a:after {content: "";width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #00479d;position: absolute;left: 50%;margin-left: -5px;bottom: -5px;}
.nguide li.cur a{color: #fff;background-color: #00479d;}

.nabout .item-picwords{width: 100%;margin-top: 40px;overflow: hidden;position: relative;}
.nabout .item-pic{width: 100%;height: auto;overflow: hidden;}
.nabout .item-pic img{width: 100%;height: auto;object-fit: cover;}
.nabout .owl-prev,.owl-next{width: 50px;height: 80px;user-select: none;font-size: 0;cursor: pointer;transition: all .3s ease-in-out;position: absolute;top: 124px;margin-top:-40px;z-index: 6;}
.nabout .owl-prev{left: 0;border-top-right-radius: 8px;border-bottom-right-radius: 8px;background: rgba(0, 0, 0, .54) url('../images/iteml.png') no-repeat center center;}
.nabout .owl-next{right: 0;border-top-left-radius: 8px;border-bottom-left-radius: 8px;background: rgba(0, 0, 0, .54) url('../images/itemr.png') no-repeat center center;}
.nabout .owl-prev:hover{background: rgba(0, 0, 0, 1) url('../images/iteml.png') no-repeat center center;}
.nabout .owl-next:hover{background: rgba(0, 0, 0, 1) url('../images/itemr.png') no-repeat center center;}
.nabout .item-words{width: 100%;padding: 20px 0 40px 0;text-align: center;opacity: 0;transition: all .4s ease-in-out;}
.nabout .item-words p{color: #010101;line-height: 30px;height: 86px;overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}

@media only screen and (max-width: 767px){
	.nguide li a{padding: 0 12px;}
}
.nsection .conn{ padding:20px 0;margin-bottom: 20px;}
.nsection .conn p{color: #333;}
.nabout .conn p{color: #333;line-height: 25px;}
.nsection .conn02{ padding:0px 0 20px 0;color: #333;}
.jianjie{ text-align:center; font-size:16px;}
.nabout .item-picwords .swiper-pagination-bullet {border-radius: 100%;background: transparent;opacity: 1;border: 1px solid #000;}
.nabout .item-picwords .swiper-pagination-bullet-active {background: #000;}
.nabout .swiper-slide-active .item-words{opacity: 1;}
.nabout img{ display:block}

.indcontainer{overflow: hidden;}
.lishi{background:url(../images/20180619022041_33197.jpg) no-repeat center center; background-size:cover; padding:50px 0 80px 0; }
.lishi .jianjie{ color:#fff}
.lishi .jianjie p{color: #fff;}
.lishi .line{height: 1px; background: rgba(255,255,255,0.2); width:100%; position:absolute; margin-top:-399px;}
.lishi .picScroll04{ position:relative;width:100%;bbox-sizing:border-box;-webkit-box-sizing:border-box; margin-top:30px}
.lishi .picScroll04 ul{ overflow:hidden; zoom:1;width:100%;}
.lishi .picScroll04 ul li{ float:left; width:33.33%;overflow:hidden; display:block; position:relative;  }
.lishi .picScroll04 ul li .nian{ font-family: 'impact'; font-size:40px; line-height:50px; height:50px;font-weight:normal; color:#fff; margin-left:5%;}
.lishi .picScroll04 ul li .dian{ width:15px; height:15px; border-radius:50%; background-color:#fff; margin:25px 0 25px 5%;}
.lishi .picScroll04 ul li .shijian{ width:80%; margin-left:5%; margin-top:20px; line-height:30px; font-size:14px; color:#fff; background-color: rgba(255,255,255,0.2); padding:3% 5% 5% 5%; border-radius:25px 0 25px 0; min-height:230px}
.lishi .picScroll04 ul li .shijian p{color: #fff;}
.lishi .picScroll04 ul li .shijian h3{ color:#00479d; line-height:40px; font-size:20px; font-weight:bold;}
.lishi .picScroll04 ul li .pic,.lishi .picScroll04 ul li .wenzi,.lishi .picScroll04 ul li .wenzi h3,.lishi .picScroll04 ul li .wenzi p{-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.lishi .picScroll04 .prev,
.lishi .picScroll04 .next{ position:absolute; z-index:99;  left:-30px; top:14%; display:block; width:27px; height:41px; overflow:hidden; background:url(../images/lzuo.png) no-repeat; cursor:pointer;}
.lishi .picScroll04 .next{ left:auto; right:-30px; background:url(../images/lyou.png) no-repeat;z-index:99; }
.lishi .picScroll04 .prevStop{background:url(../images/lzuo02.png) no-repeat;z-index:99; }
.lishi .picScroll04 .nextStop{background:url(../images/lyou02.png) no-repeat;z-index:99; }
.lishi .picScroll99{display: none;}

@media screen and (max-width: 991px){
	.lishi .picScroll04{display: none;}
	.lishi .picScroll99{display: block;}
	.lishi .picScroll99{ position:relative;width:100%;bbox-sizing:border-box;-webkit-box-sizing:border-box; margin-top:30px}
	.lishi .picScroll99 ul{ overflow:hidden; zoom:1;width:100%;}
	.lishi .picScroll99 ul li{width: 100%; float:left;overflow:hidden; display:block; position:relative;  }
	.lishi .picScroll99 ul li .nian{ font-family: 'impact'; font-size:40px; line-height:50px; height:50px;font-weight:normal; color:#fff; margin-left:5%;}
	.lishi .picScroll99 ul li .dian{ width:15px; height:15px; border-radius:50%; background-color:#fff; margin:25px 0 25px 5%;}
	.lishi .picScroll99 ul li .shijian{ margin-left:5%; margin-top:20px; line-height:30px; font-size:14px; color:#fff; background-color: rgba(255,255,255,0.2); padding:3% 5% 5% 5%; border-radius:25px 0 25px 0; min-height:230px}
	.lishi .picScroll99 ul li .shijian p{color: #fff;}
	.lishi .picScroll99 ul li .shijian h3{ color:#00479d; line-height:40px; font-size:20px; font-weight:bold;}
	.lishi .picScroll99 ul li .pic,.lishi .picScroll99 ul li .wenzi,.lishi .picScroll99 ul li .wenzi h3,.lishi .picScroll99 ul li .wenzi p{-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
	.lishi .picScroll99 .prev,
	.lishi .picScroll99 .next{ position:absolute; z-index:99;  left:-30px; top:14%; display:block; width:27px; height:41px; overflow:hidden; background:url(../images/lzuo.png) no-repeat; cursor:pointer;}
	.lishi .picScroll99 .next{ left:auto; right:-30px; background:url(../images/lyou.png) no-repeat;z-index:99; }
	.lishi .picScroll99 .prevStop{background:url(../images/lzuo02.png) no-repeat;z-index:99; }
	.lishi .picScroll99 .nextStop{background:url(../images/lyou02.png) no-repeat;z-index:99; }
}

@media screen and (max-width: 767px){
	.lishi .picScroll99 .prev, .lishi .picScroll99 .next{display: none;}
	.lishi .picScroll99 ul li{width: 100%;}
}

.nmain .tabmenu { margin:20px 0;border-bottom:solid 1px #ddd;}
.nmain .tabmenu li {color:#333; background-color:#fff; font-size:18px;line-height:46px; padding:0px 36px; margin-right:10px;display:inline-block; border-top:solid 1px #ddd;border-right:solid 1px #ddd;border-left:solid 1px #ddd; border-radius:15px 15px 0 0; cursor:pointer}

.nmain #tabcontent { clear:both;}
.nmain .tabmenu .cli.on { background-color: #00479d; color:#fff; }
.nmain #tabcontent .hidden {display:none;}
.nmain #tabcontent ul{ -webkit-transition: all .4s ease;-moz-transition: all .4s ease;-ms-transition: all .4s ease;transition: all .4s ease}
.nynav { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none;}

.honor .item { position:relative; float:left; width:23.5%; margin-right:2%; height:auto; margin-bottom:2%; }
.honor ul .item:nth-child(4n){ margin-right:0%}
.honor ul .item:nth-child(4n+1){ clear:both; }
.honor ul .item .pic img{ display:block; width:calc(98% - 2px); padding:1%; border:solid 1px #ddd; height:auto}

.nvideo .videolist { position:relative; float:left; width:49%; height:auto; margin-bottom:2%; }
.nvideo ul .videolist:nth-child(2n){ float:right}
.nvideo ul .videolist:nth-child(2n+1){ clear:both; }
.nvideo .videolist .pic{ position:relative}
.nvideo .videolist .wenzi{ line-height:30px; padding:5px 0 15px 0;}
.nvideo .videolist .pic .bo{ position: absolute; width:100%; height:100%; left:0; top:0; background-color:rgba(0,0,0,0.3)}
.nvideo .videolist .pic .vbg{ display:block; width:100%; height:auto}
.nvideo .videolist:hover{ cursor: pointer; }
.nvideo .videoed { width:50px; height:50px; position: absolute; left:50%; top:50%; margin-left:-25px; margin-top:-25px; z-index:99; border-radius:100%; opacity:0.7 }
.nvideo .videos{ display:none; position:fixed; background-color:rgba(0,0,0,0.6); width:100%; height:100%; left:0; top:0; z-index:9999999999  }
.nvideo .mvnshow{ position:fixed; background-color:#000; border: 1px solid #080808;left:50%; top:50%; margin-left:-500px; margin-top:-220px; z-index:100; width:1000px; height:600px;}
.nvideo .vclose { position:absolute;left:calc(100% - 450px); top:150px; border-radius:100%; cursor: pointer; }
.nhonor .picScroll{ position:relative;width:100%;box-sizing:border-box;-webkit-box-sizing:border-box;}
.nhonor .picScroll ul{ overflow:hidden; zoom:1;}

.nhonor .picScroll ul li{ overflow:hidden;display:block; position:relative;}
.nhonor .picScroll ul li .pic{ margin:0 auto; width:84%; display:block;overflow:hidden; padding-bottom:4%; position:relative; z-index:99}
.nhonor .picScroll ul li .kuaibg{ height:100px; width:92%; background-color:#00479d;position:absolute;bottom:0; left:4%}
.nhonor .picScroll ul li .pic img{ max-height:300px; width:auto; max-width:100%; margin:0 auto; display:block}
.nhonor .pic img{ width:100%; height:auto;cursor: pointer;transition: all 1.5s;}
.nhonor li:hover .pic img{transform:scale(1.1);}

.nhonor .conn{ margin-top:35px;}
.nhonor .wrap{ width:75%; max-width:1425px;}
.nhonor .picScroll ul li .pic{-webkit-transition:.3s;-moz-transition:.3s;transition:.3s;}
.nhonor .picScroll .owl-prev,
.nhonor .picScroll .owl-next{position:absolute;z-index:99;left:0px;top:50%;margin-top:-20px;display:block;font-size: 0;border-radius:50%;width:40px;height:40px;overflow:hidden;background:url(../images/iteml.png) #ddd no-repeat  center center;cursor:pointer;}
.nhonor .picScroll .owl-next{left:auto;right:0px;z-index:99;font-size: 0;background: url(../images/itemr.png) #ddd no-repeat center center;}
.nhonor .picScroll .prevStop{background:url(../images/iteml.png) #00479d no-repeat  center center;z-index:99; }
.nhonor .picScroll .nextStop{background:url(../images/itemr.png) #00479d no-repeat  center center;z-index:99; }
.header_space111{ display: block !important; }


/* 内页企业文化 */
.con-fff img{max-width:100%;height:auto !important;}
.ny_about_3_box { display: flex;margin: 25px 0; }
.ny_about_3_box .box_l { flex: 0.65;}
.ny_about_3_box .box_l .flex { padding:0 38% 0 0; width: 100%; height: 100%;}
.ny_about_3_box .box_l .flex .box_r_nr { overflow: hidden; display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .box_t { text-align: left;display: block;margin-bottom: 40px;}
.ny_about_3_box .box_l .flex .box_r_nr .box_t p { font-size: 44px;font-weight: bold;color: #199bd0;display: block;margin-bottom: 5px;line-height: 1; letter-spacing: -2px; text-transform:uppercase; }
.ny_about_3_box .box_l .flex .box_r_nr .box_t span { font-size: 32px;color: #333;opacity: 1;display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc { margin-top: 30px; overflow: hidden;display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc span { font-size: 22px;color: #333; display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc .list { font-size: 14px;color: #666;line-height: 2; }
.ny_about_3_box .box_r { flex: 0.35; }
.ny_about_3_box .box_l .flex .box_r_nr .desc2 { margin-top: 30px; overflow: hidden; display: block; }
.ny_about_3_box .box_l .flex .box_r_nr .desc2 span { font-size: 16px;color: #fff;display: inline-block;border-radius: 30px;background: #199bd0;margin: 0 0 12px;padding: 8px 18px; }
.ny_about_3_box .box_l .flex .box_r_nr .desc2 .list2 { font-size: 14px;color: #666;line-height: 2; }
ul.ny_about_3_ul { overflow: hidden; display: flex;  margin-top: 40px;flex-wrap: wrap;}
ul.ny_about_3_ul li { flex: 1; width: 25%; padding: 0 13px; }
ul.ny_about_3_ul li .item { display: block;background-color: #f5f5f5;width: 100%;border-radius: 3px;padding: 40px 40px;  overflow: hidden;}
ul.ny_about_3_ul li .item .shu {float: left;align-items: center;}
ul.ny_about_3_ul li .item .shu span {font-size: 24px;color: #fff;background-color: #199bd0;display: flex;align-items: center;justify-content: center;font-weight: bold;width: 45px;height: 45px;border-radius: 50%;margin-right: 20px;margin-top: 6px;}
ul.ny_about_3_ul li .item .shu i {display: block;width: calc(100% - 80px);height: 1px;background-color: #e5e8eb;}
ul.ny_about_3_ul li .item .desc { float: left; }
ul.ny_about_3_ul li .item .desc strong {font-size: 22px;margin-bottom: 5px;font-weight: bold;display: block;color: #444;}
ul.ny_about_3_ul li .item .desc p {font-size: 16px;color: #666;line-height: 1;}
@media(max-width: 1409px) {
	.ny_about_3_box .box_l .flex .box_r_nr .box_t p{ font-size: 36px; }
	ul.ny_about_3_ul li .item { padding: 40px 20px; }
}
@media(max-width: 1309px) {
	ul.ny_about_3_ul li .item { padding: 40px 10px; }
	ul.ny_about_3_ul li .item .shu span { margin-right: 10px; }
}
@media(max-width: 1199px) {
	.ny_about_3_box .box_l { width: 70%; }
	.ny_about_3_box .box_r { width: 30%; }
	.ny_about_3_box { overflow: hidden; }
	ul.ny_about_3_ul li { padding: 0 7px; }
	ul.ny_about_3_ul li .item .desc p { font-size: 14px; }
	ul.ny_about_3_ul li .item .desc strong { font-size: 17px; }
	ul.ny_about_3_ul li .item .shu span { font-size: 20px; width: 35px; height: 35px; }
}
@media(max-width: 991px) {
	ul.ny_about_3_ul { display: block; width: 100%; }
	ul.ny_about_3_ul li { width: 50%; float: left; margin-bottom: 15px; }
}
@media(max-width: 767px) {
	.ny_about_3_box { display: block; width: 100%; }
	.ny_about_3_box .box_l { display: block; width: 100%; }
	.ny_about_3_box .box_r { display: none; }
	.ny_about_3_box .box_l .flex{padding:0;}
	.ny_about_3_box .box_l .flex .box_r_nr .box_t p{ font-size: 30px; }
	.ny_about_3_box .box_l .flex .box_r_nr .box_t span { font-size: 24px; }
	.ny_about_3_box .box_l .flex .box_r_nr .desc span { font-size: 18px; }
}
@media(max-width: 500px) {
	ul.ny_about_3_ul li .item { padding: 15px 10px; }
	ul.ny_about_3_ul li:nth-child(odd) { padding-left: 0px; }
	ul.ny_about_3_ul li:nth-child(even) { padding-right: 0px; }
	.ny_about_3_box .box_l .flex {padding: 0; }
}

.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{margin-top: 0; float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #0068b7 solid;color: #0068b7;font-size: 18px;font-weight: bold;background:url(../images/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/iyuan.png) no-repeat left;background-size: 8px;box-sizing:border-box;}
.nyhotnews-list li a{float:left;width:calc(100% - 90px);color:#333;}
.nyhotnews-list li span{float:right;color:#666;}
.nyhotnews-list li:hover{background: url(../images/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#0068b7;}

.nypro-ul .item{ float:left; width:23.5%; margin-right:2%; position:relative}
.nypro-ul .item:nth-child(4n){ margin-right:0}
.nypro-ul .item:nth-child(4n+1){ clear:both}
.nypro-ul .item .zhan01{ opacity:1;}

.nypro-ul .item .zhan02{opacity:0;-webkit-transform: scale(1.02);-moz-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02);z-index:99;position:absolute;margin-left:-8%;top:0;left: 28px;}
@media screen and (max-width: 1080px){
	.nypro-ul .item .wapno{ display: none;}
}

@media screen and (max-width: 767px){
 .nypro-ul .item{width: 48%;}
 .nypro-ul .item:nth-child(4n){}
 .nypro-ul .item:nth-child(4n+1){clear: none;}
}
.nypro-ul .item .zhan01 .pic img{ display:block; width:100%; height:auto;}
.nypro-ul .item .zhan01 .wenzi{ line-height:30px; font-size:18px; color:#333; padding:15px 0; text-align:center}
.nypro-ul .item:hover .zhan01{ opacity:0;}
.nypro-ul .item:hover .zhan02{ opacity:1;}
.nypro-ul .item .zhan02 .pic{ width:100%; height:auto; margin-left:12px}
.nypro-ul .item .zhan02 .wenzi{position:absolute; top:0; /*left:12px;*/ width:100%; height:100%; padding:5%; background: url(../images/probg.png) no-repeat center center; background-size:cover; text-align:center; color:#fff;}
.nypro-ul .item .zhan02 .wenzi h3{ font-size:18px; margin-bottom:10px;}
.nypro-ul .item .zhan02 .wenzi p{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; line-height:26px;color: #fff;}
.nypro-ul .item .zhan02 .wenzi p.more{ margin-top:25px;padding: 0 10px; display: inline-block;border-bottom: solid 1px rgba(255,255,255,0.5);}
.nypro-ul .item .cirbox {-webkit-transition: all 700ms ease;transition: all 700ms ease;margin: 30px 0;position: relative}
.nypro-ul .item .cirbox img{ width:76px; border-radius:50%; background:#fff; margin:10px auto 0px auto;}
.nypro-ul .item .cirbox span {top: 50%;left: 50%;position: absolute;display: inline-block}
.nypro-ul .item .cir1 {border: 1px solid #fff;width: 76px;height: 76px;margin-top: -38px;margin-left: -38px;border-radius: 100%;-webkit-animation: touming 1s ease infinite;animation: touming 1s ease infinite}
.nypro-ul .item .cir2 {width: 100px;height: 100px;margin-left: -50px;margin-top: -50px;border-radius: 100%;border: 1px solid rgba(255,255,255,0.5);-webkit-animation: touming 1.2s ease infinite;animation: touming 1.2s ease infinite}
.nypro-ul .item .cir3 {width: 120px;height: 120px;margin-top: -60px;margin-left: -60px;border-radius: 100%;border: 1px solid rgba(255,255,255,0.5);-webkit-animation: touming 1.3s ease infinite;animation: touming 1.3s ease infinite}

#allmap {height:420px;width:100%;overflow: hidden; border:solid 1px #ddd;}
.lianxilist li{ float:left; width:28%; margin-right:2%; background-color:#fff; padding:2% 0 2% 3%; margin-bottom:40px;border-radius:5px;}
.lianxilist li:nth-child(3n){ margin-right:0}
.lianxilist li .iconimg{ float:left; width:27%;}
.lianxilist li .iconimg img{ display:block; width:auto; max-width:100%; height:auto !important}
.lianxilist .wenzi{ float:right; width:73%; font-size:16px;}
.lianxilist .wenzi h3{ color:#666; margin-bottom:5px; font-size:16px;}
.lianxilist li:hover{box-shadow: 2px 4px 10px 2px #d7d7d7;}
.lianxilist ul { overflow: hidden; }
.lianxilist li { margin: 0 0 20px 25px; float: left; padding-bottom: 10px; width: 30%; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc;}
.lianxilist li img { float: left; }
.lianxilist li p span { padding-left: 15px; }

@media screen and (max-width: 1199px){
	.lianxilist li{ width: 100%; }
}


.nmessages{position:relative}
.nmessages .jianjie{ color:#fff; }
.social{ position:absolute; width:100%; height:100%;left:0; top:0; background-repeat:no-repeat;background-size:cover;background-position:center;width:100%;height:100%;text-align:center;transform:matrix(1.1, 0, 0, 1.1, 0, 0);-webkit-transition:all 0.4s ease 1.2s; -moz-transition:all 0.4s ease 1.2s; -ms-transition:all 0.4s ease 1.2s; -o-transition:all 0.4s ease 1.2s; transition:all 0.4s ease 1.2s;object-fit: cover;}
.social.active{ z-index:-9;transition-delay:0.4s !important; transform:matrix(1.0, 0, 0, 1.0, 0, 0); -webkit-transition:all 5.0s ease; -moz-transition:all 5.0s ease; -ms-transition:all 5.0s ease; -o-transition:all 5.0s ease; transition:all 5.0s ease;}
.messbox{ margin-top:30px;}
.messbox .items-1{ width:31.33%; float:left; position:relative; margin-bottom:20px; margin-right:2%}
.messbox .items-1:nth-child(3n){ margin-right:0%}
.messbox .items,.messbox .items-2{position:relative;display: flex;margin-right:2%;}
.messbox .items{ margin-bottom:55px}
.messbox label{ position:absolute; left:0; color:#fff; line-height:35px; padding-left:15px}
.messbox .inp{width: calc(100%);border:1px solid #ddd;line-height:35px;padding-left:70px;}
.messbox textarea{width: 100%;height: 120px;border: 1px solid #ddd;display: block; text-indent:210px; line-height:32px}
.messbox .yzm{width:150px; border:1px solid #ddd; line-height:35px; padding:0 10px}
.messbox .inp-submit{position: absolute;right: 0px;bottom: 0px;width: 200px;height: 40px; border-radius:5px; line-height: 40px;color: #fff;background:#00479d;border:none;font-size: 18px;cursor: pointer;transition:.3s;}
.messbox .inp-submit:hover{ opacity:.8}
.messbox .red{ color:#00479d; margin-right:10px;}
.nhr .kline{ background:#00479d; color:#fff; line-height:30px; padding:5px 0; text-align: center;  width:100%; max-width:660px; border-radius:5px; font-size:18px; margin:20px auto 0 auto;}
@media screen and (max-width: 767px){
	.messbox .items-1{width: 100%;}
}

.zhaopin{ margin-top:30px}
.zhaopin p{ text-align:center; font-size:14px; line-height:46px; margin-bottom:15px;}
.hrtit{line-height:52px; font-size:16px; color:#000; background-color:#f2f2f2}
.hrlistt .hrlist_tit{ line-height:48px; font-size:16px; color:#333; border-bottom: solid 1px #ddd; }

.hrlistt .hrlist_con{ display:none;border-bottom:1px solid #ddd; color:#666; font-size:14px; line-height:26px;border-top: solid 1px #ddd; margin-top:-1px; background-color:#fff; text-align:left;  background-color:#fafafa; padding:2% 2% 4% 2%;}
.hrlistt .hrlist_con p{ text-align:left; line-height:30px; font-size:14px; margin-bottom:0; }
.hrlist span{ float:left; }
.hrlistt .hrlist_tit span{ float:left; width:22%; text-align:center;color:#666; }
.hrlistt .hrlist_tit span:nth-child(1){ width:34%; text-align:center;color:#666; }
.hrlistt .cur .hrlist_tit span:nth-child(1){ color:#00479d; }

.hrtit dd{ float:left; width:22%; text-align:center;line-height: 52px;margin-bottom: 0;}
.hrtit dd:nth-child(1){ width:34%; text-align:center;}

.badge { display: inline-block; padding: .25em .4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem;}
.badge-danger { color: #ffffff; background-color: #dc3545;}
.badge-warning { color: #ffffff; background-color: #ffc800; }
.badge-info {color: #ffffff; background-color: #0066ff; }
.badge-new { color: #ffffff; background-color: #1fcb1c; }

.newskuai{ padding:20px 0 ; border-bottom:solid 1px #ddd}
.newskuai:hover{ border-bottom:solid 1px #00479d}
.newskuai .pic{ float:left; width:22%;}
.newskuai .pic{ height:auto; display:block; overflow:hidden; border:solid 1px #ddd}
.newskuai .pic img{ width:100%; height:auto;max-height: 200px;cursor: pointer;transition: all 1.5s; display:block}
.newskuai:hover .pic img{ transform:scale(1.2); }
.newskuai .wenzi{ float:left;margin-left:3%;margin-top: 10px;width:calc(75% - 130px); }
.newskuai .wenzi h3{ font-size:20px; color:#000;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; margin-bottom:20px;}
.newskuai .wenzi p{ line-height:24px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden; font-size:14px; color:#666; margin:5px 0 15px 0}
.newskuai:hover .wenzi h3{ color:#00479d; }
.newskuai .date{ float:right; color:#ccc; text-align:right; }
.newskuai .wenzi .newsmore a{ color:#999;font-size:18px;background:url(../images/more.jpg) no-repeat left center;padding: 3px 0;padding-left:40px;display:block;margin-top:20px;}
.newskuai .wenzi .newsmore a:hover{ color:#00479d; }
.newskuai .date h3{ font-size:36px; margin-bottom:35px; font-weight:bold}
.newskuai .date span{ width:30px; height:2px; background-color:#ddd; float:right;}
.newskuai .date  p{ padding-top:15px; font-size:18px; clear:both; }
.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden; margin-top: 10px;}

@media only screen and (max-width: 1199px){
	.newskuai .wenzi h3{/* margin-top: 10px; */font-size: 18px;margin-bottom: 0px;}
}
@media only screen and (max-width: 991px){
	.newskuai .wenzi .newsmore{ display: none; }
	.newskuai .date h3{ font-size: 26px;margin-bottom: 5px; }
}
@media only screen and (max-width: 767px){
	.newskuai .date p{ font-size: 16px; }
	.newskuai .date h3{ font-size: 18px; }
	.newskuai .date h3{ margin-top: 5px; }
	.newskuai .wenzi p{ -webkit-line-clamp:2; }
}

@media only screen and (max-width: 550px){
	.newskuai .wenzi { width: calc(75% - 100px); }
	.newskuai .pic{ width: 30%; }
	.newskuai .wenzi p{ margin: 0; }
	.newskuai .wenzi h3 { font-size: 16px; }
}


.pro-tlt{}
.pro-sss1{ font-size: 32px; line-height: 32px !important; font-weight: bold; margin-top: 20px;}
.pro-sss1:after { content: ''; width: 35px; height: 3px; background: #00479d; display: block; margin: 25px 0;}
.badge {display: inline-block;padding: .25em .4em;position: relative;font-size: 60%;top: -5px;margin-left: 10px;font-weight: 700;line-height: 1;text-align: center;white-space: nowrap;vertical-align: baseline;border-radius: .25rem;}
.badge-danger { color: #ffffff; background-color: #dc3545; }
.badge-warning { color: #ffffff; background-color: #ffc800; }
.badge-info { color: #ffffff; background-color: #0066ff; }
.badge-rq {color: #ffffff;background-color: #666666;font-size: 50%;font-family: 微软雅黑;position: relative;top: -3px;}
.nopc { display: none; }

@media screen and (max-width: 980px) {
    .nomobi {display: none;}
	.nopc { display: block; }
}


.sponsorListHolder{ margin-bottom:30px;}
.sponsor{ width: 150px; height: 150px; float:left; margin:4px; position:relative; cursor:pointer;}
.sponsorFlip{ position:absolute; left:0; top:0; width:100%; height:100%; border:1px solid #ddd; background:url("../css/background.jpg") no-repeat center center #f9f9f9;}
.sponsorFlip:hover{ border:1px solid #999; /* CSS3 inset shadow: */ -moz-box-shadow:0 0 30px #999 inset; -webkit-box-shadow:0 0 30px #999 inset; box-shadow:0 0 30px #999 inset;}
.sponsorFlip img{ position:absolute; top:50%; left:50%;margin:-70px 0 0 -70px;}
.sponsorData{display:none;}
.sponsorDescription{ font-size:11px; padding:50px 10px 20px 20px; font-style:italic;}
.sponsorURL{ font-size:10px; font-weight:bold; padding-left:20px;}


/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;line-height: 40px;margin-top: 20px;border-bottom: 1px #ccc solid;overflow: hidden;}
.nybusiness h3{ float: left; width: 150px; text-indent: 30px; height: 40px; line-height: 40px; border-bottom: 2px #199bd0 solid; color: #199bd0; font-size: 18px; font-weight: bold; background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness .pro_list_en{    width: 170px;}
.nybusiness>p{font-size: 16px;color: #c7161e;line-height: 40px;border-bottom: 1px dashed #cccccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-objs.png) no-repeat left;}
.nybusiness a{margin-bottom:10px;display:block;position:relative;}
.nybusiness a:last-child{margin-bottom:0;}
.nybusiness-img{overflow:hidden;border: 1px solid #ccc;}
.nybusiness a p{position:absolute;left:0;bottom:0;background: rgba(0,0,0,.5);width:100%;line-height:30px;padding:0 10px;text-align:center;color:#fff;}
.nybusiness a:hover p{background: rgba(0,153,255,.5);}
.donghua{ text-align:center; line-height:42px; font-size:16px; }

/*bigzoompic*/
#MagnifierWrap2{position:relative;}
.MagnifierMain{position: relative;border:1px solid #ccc;/* min-width: 100%; */}
.MagnifierMain img{width: 100%;display:block;position: relative;left: 50%;transform: translateX(-50%);}
.MagnifierDrag{position: absolute;top:0;left: 0;background-color: #ccc; opacity: 0.4;filter:alpha(opacity = 40);cursor: move;}
.MagnifierPop{position: absolute;top:0;z-index:99;overflow: hidden;background:#fff url(../images/loading.gif) no-repeat center center; }
.MagnifierImg{position: absolute;top:0; left: 0;}
.spec-items{position: relative;width: 470px;height: 105px;overflow: hidden;margin: 10px auto 0;}
.spec-items ul{width: 500%;position: absolute;top: 20px;left: 0;}
.spec-items ul *{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.spec-items li{width: 84px;float: left;overflow: hidden;margin-right: 20px;border: 1px solid #ccc;cursor: pointer;}
.spec-items li.on{border:1px solid #034d9d;}
.spec-items li img{width: 100%;display:block;}
span.spe_leftBtn,span.spe_rightBtn{position: absolute;bottom: 0px;display: block;width: 20px;height: 88px;line-height: 88px;font-family: "黑体";text-align: center;font-size: 30px;color: #ddd;cursor: default;background-color: #f9f9f9;}
span.on{background-color: #ccc;color: #999;cursor: pointer;}
span.spe_leftBtn{left: 0;}
span.spe_rightBtn{right: 0;}
.nyproshow-txt{float:left;width: 380px;margin-left: 28px;z-index:1;}
.nyproshow-txt>h1{font-size: 20px;color: #333;border-bottom: 1px dashed #bbbbbb;padding: 2px 0 10px;line-height: 32px;margin-bottom:10px;}


.sdf{ height: 400px; }
#nybusinesslist .owl-nav{ display: none;  }

/* 轮播图 */
.nybanner{position: relative;}
.nybanner .nybginfo {position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgb(0 0 0 / 30%);}

.foot{ height: auto!important;}
.foot .fp-tableCell { height: auto!important;}
.nybanner .nybginfo p {font-size: 40px; color: #fff; font-weight: bold;}
@media (max-width:767px){
	.nybanner .nybginfo p{font-size: 18px;}
	#main{ display: none;  }
}

.diyos {position: fixed;width: 54px;right: 0;top: 50%;z-index: 100;}
.diyos ul{position:relative;list-style: none;margin: 0;padding: 0;}
.diyos ul li {width: 54px;height: 54px;background: #1b49b2;float: left;position: relative;border-top: 1px solid #fff;z-index:1;}
.diyos ul li:first-child{ border-top:0;}
.diyos ul li .sidebox, .diyos ul li .semail {position: absolute;width: 54px;height: 54px;top: 0;right: 0;color: #fff;font-size:14px;line-height:54px;overflow: hidden;background: #1b49b2;}
.diyos ul li .sidetop {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li.sideewm {width: 54px;height: 54px;line-height: 54px;display: inline-block;}
.diyos ul li .sideewmshow{width: 130px;position:absolute; top:0; left:-131px; z-index:120; display:none;max-width:none;border: 1px solid #e5e5e5;}
.diyos ul li.sideewm:hover .sideewmshow{ display:block;}
.diyos ul li img {float: left;}

.yb_conct{ display: none; }