@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;
	image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: -o-crisp-edges; /* Opera */
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
html, body {min-width: 1200px;overflow-x: hidden;}
address, caption, cite, code, dfn, em, th, dt, var {font-style: normal;font-weight: normal;}
::-webkit-scrollbar{width: 8px;height: 8px;}
::-webkit-scrollbar-thumb{background-color: hsl(220deg 1% 19%/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; }
a:visited { }
a:active, a:hover{text-decoration:none;color:#035aac;}
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; }
.dh300s{transition: all .3s;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;}
.donghua{-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
::after, ::before {-moz-transition: all .5s;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.dhwz{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.dhwz2{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.mar0a{margin: 0 auto;width: 100%;}
.con-fff{width:100%;height:100%;}
.fl {float:left;}
.fr {float:right;}
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; }
table {border-collapse:collapse; border-spacing:0;}
table td, table th{padding: 5px 10px;border: 1px solid #ddd;}

.container{width:1200px;margin:0 auto;margin-left: auto;margin-right: auto;}
@media(max-width: 767px) {
	.container { padding-left: 10px;padding-right: 10px;}
}


/* 头部 */
.header{width:100%;background-color:#fff;position: fixed;top: 0;left: 0;z-index: 100;box-shadow: 0px 0px 8px 2px #999;}
.htop{ border-bottom:1px solid #ccc; background: #f0f0f0;}
.htop .container{ height:40px; line-height:40px; overflow:hidden;}
.htop em{ float:left; font-size:13px;}
.htop span{ float:right;}
.htop span a{text-decoration:none; font-size:13px; line-height: 40px; border-left: 1px solid #e5e5e5; height: 40px; display: block; float: left; padding: 0 20px;}
.htop span a:last-of-type{border-right: 1px solid #e5e5e5; }

/*logo、tel*/
.hcont{/* box-shadow: 0px 0px 10px 4px #ccc; */}
.hcont .dlogo{ float:left;}
.hcont .dlogo dl{overflow:hidden;padding-top: 14px;}
.hcont .dlogo dl a img{float: left;padding-top: 0px;}
.hcont .dlogo dl h1{ float:left; }
.hcont .dlogo dl h2{ float:left; }
.hcont .dlogo dl dd{float: left;padding-left: 15px;margin-left: 15px;background: url(../images/top_bg.jpg) left no-repeat;float: left;margin-top: 4px;border-left: 1px solid #ccc;}
.hcont .dlogo dl dd h2{font-size: 16px;color: #333;padding-bottom: 2px;text-transform: uppercase;font-family: fantasy;}
.hcont .dlogo dl dd p{font-size: 24px;line-height: 30px;font-weight: bold;padding-bottom: 6px;letter-spacing: 2px;}
.hcont .dlogo dl dd h2 em{ color: #fd9b01; font-weight: bold;}
.hcont .dlogo dl dd p em{color: #fd9b01;}
.hcont .dphone{float:right;position:relative;padding-top: 30px;}
.hcont .dphone dl{ float: right;}
.hcont .dphone dt{font-size:16px;float: left;padding-right: 20px;position: relative;}
.hcont .dphone dt .youxiang{display:none;color: #fff;background: #333;padding: 10px;position:absolute;left:0;top: 40px;width: 164px;}
.hcont .dphone dt:hover .youxiang{ display:block; }
.hcont .dphone dt .youxiang p{ font-size:14px;  }
.hcont .dphone dd{font-size: 14px;letter-spacing: 1px;color: #fff;padding: 11px 14px;padding-left: 42px;border-radius: 24px;background: url(../images/top-tel.png) #444 15px no-repeat;float: left;}

.head-raea{float: right;}
.head-email{float: left;margin: 26px 0; }
.head-email>a{display: block;padding: 14px 14px 0 14px;font-size: 14px;font-weight: bold;color: #333;position: relative;}
.head-email>a>img{vertical-align: middle;margin-right: 10px;}
.head-email .tooltip-inner{font-size: 14px;}
.head-lang{float: right;position: relative;margin: 26px 0;}
.head-lang a{display: block;padding: 14px 24px 14px 14px;font-size: 14px;font-weight: bold;color: #333;position: relative;}
.head-lang a span{position: absolute;}
.head-lang>a::before{content: '';position: absolute;right: 6px;top: 19px;width: 0;height: 0;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 7px solid #333;transition: all .3s;-webkit-transition: all .3s;}
.head-lang a img{margin-right: 8px;vertical-align: sub;}
.head-lame{display: none;position: absolute;top: 48px;width: 100%;background-color: #fff;z-index: 10;transition: all .3s;-webkit-transition: all .3s;}
.head-lang:hover>a{background-color: #ddd;}
.head-lang:hover .head-lame{display: block;}
.head-lame:hover{background-color: #ddd;}

@media (max-width: 767px){
	.head-lang {width: 92px;float: left;/*margin-left: 5px;*/}
	.head-lang{margin: 8px 0;}
}


/*导航*/
.navBox{padding-left: 36px;float: right;}
.navBox ul li{float: left;}
.navBox ul li.cur{background: #196fde;}
.navBox ul li.cur>a{color: #fff;display: block;}
.navBox ul li:hover{ background:#196fde; }
.navBox ul li:hover>a{ color: #fff;}
.navBox ul li a{line-height: 100px;height:100px;display:block;padding: 0 16px;font-size: 16px;color: #333;}
.navBox ul li dl{position: absolute;background-color: rgb(0 0 0 / 40%);left: 0;/* transform: translateX(-50%); */color: #fff;top: 100px;z-index: 9999;display: none;text-align: left;padding: 10px 0px;width: 100%;margin-bottom: 0;}
.navBox ul li:hover dl{ display:block; }

.navBox ul li dl>dd:hover a{ color:#196fde; }
.navBox ul li dl dd{float: left;width: 120px;text-align: center;}
.navBox ul li dl dd>a{border: none !important;height: 35px;line-height: 24px;color: #fff;font-weight: initial;padding: 6px 0px;border-bottom: 2px solid #196fde;}
.navBox ul li dl dd p{}
.navBox ul li dl dd p a{ border: none !important; color: #333 !important; line-height: 28px; height: 28px; font-size: 14px; font-weight: bold; padding: 0; padding-left: 20px; background: url(../images/nav-sanjiao.png) left no-repeat;}
.navBox ul li dl dd a:hover{ color:#196fde; }

.navBox ul li dl dd p em{display: inline-block;padding-left: 20px;width: 90%;}
.navBox ul li dl dd p em span{width: 48%;float: left;padding: 0 1%;}
.navBox ul li dl dd p em span a{background:none;font-weight: normal;font-size: 14px;color: #999 !important;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: 0;}
.navBox ul li dl dd p em span a:hover{color: #2c5195 !important;}

.navBox ul li dl .en{float: left;width: 200px;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.nav>li{position: unset;}
.nav>li>a:focus, .nav>li>a:hover{background-color: #196fde;}

#search-btn{float:left;display:block;line-height: 36px;margin: 32px 0;color:#fff;font-size:16px;padding: 0 10px;border-radius:18px;cursor:pointer;margin-left: 20px;}
#search-btn img{ padding-top: 8px;}
#search-close{float:left;display:block;line-height: 34px;margin: 22px 0;color:#fff;font-size:30px;cursor:pointer;display:none;}
.search-con{position:absolute;right: 380px;top: 100px;width: 350px;background:#4a4a4a;padding: 10px;overflow:hidden;display:none;}
.search-con form{background:#fff;}
#keyword{display: block;height: 40px;width: 100%;background: none;text-indent: 1em;padding-right:50px;}
.search-con .s_bt{position: absolute;right: 10px;top: 10px;cursor: pointer;display: block;width: 40px;height: 40px;background: url(../images/fdj.png) no-repeat 10px;}
.search-con .s_bt:hover{background-color:#ddd;}

@media (max-width: 1440px){
    .search-con{right: 200px;}
}
@media (max-width: 1366px){
    .search-con{right: 158px;}
}

	.m-header{display: none;}
@media (max-width: 767px){	
	.header{ display:none; }
	.m-header{ display: block; }
	.m-header dl{  padding: 10px 0;margin-bottom: 0;}
	.m-header dl a img{text-align: left;max-width: 50%;}
	.m-header dl a[]
	.m-header dl>dd{ padding:10px 0; }
	.m-header dl dd em{}
	.m-header .daohang{}
	.m-header .daohang .m-nav{}
	.m-header .daohang .m-nav li{}
	.m-header .daohang .m-nav li a{}
	.m-header .daohang .m-nav li a span{}	
	.search-con{ right:220px; }
}


/* 轮播图 */
#banner{position:relative;padding-top: 100px;overflow: hidden;position: relative;z-index: 99;}
#banner video{width:100%;display:block;}
#banner .swiper-slide a{display:block;}
#banner .swiper-slide img{display:block;max-width: 100%;}
#banner .swiper-pagination{bottom: 20px;font-size:0;}
#banner .swiper-pagination-bullet{width:30px;height:30px;opacity:1;border-radius: 50%;border:3px solid transparent;background:transparent;position:relative;}
#banner .swiper-pagination-bullet:after{content:'';width:8px;height:8px;background:#fff;border-radius: 50%;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
#banner .swiper-pagination-bullet-active{border-color:rgb(255 255 255 / 80%);}
#banner .swiper-pagination-bullet-active:after{background:#035aac;}
#banner .swiper-button-prev, #banner .swiper-button-next{width:46px;height:46px;background:url(../images/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{border-color:#035aac;background:url(../images/ban-jt.png) no-repeat center left -46px;box-shadow: 0 0 3px 0px rgb(200 200 200 / 80%);}
#banner .scrbtn{position:absolute;left:0;right:0;bottom:0;z-index:1;}
#banner .scrbtn a{display:block;width:192px;height:42px;margin:0 auto;background:url(../images/scroll.png) no-repeat;}

.ny-ban{ margin-bottom:24px; }

@media (max-width: 1400px){
	#banner .swiper-button-prev{left:60px;}
	#banner .swiper-button-next{right:60px;}
}
@media (max-width: 767px){
	#banner .swiper-pagination{bottom:20px;}
	#banner .swiper-pagination-bullet{border:none;}
	#banner .swiper-button-prev, #banner .swiper-button-next{display:none;}
	#banner .scrbtn{display:none;}
}
@media (max-width: 450px){
	#banner .swiper-pagination{bottom: 0px;}
}

/* 首页标题 */
.sy-tit{text-align:center;background:url(../images/sy-tit.png) center no-repeat;padding: 42px 0;}
.sy-tit h2{font-size: 36px;padding-bottom: 10px;/* font-weight: bold; */font-weight: bold;color: #333;}
.sy-tit p{color: #666;}
/*  */
.lm1{ display: flex;}
.lm1-nr{}
.picFocus{margin:0 auto;position:relative;overflow:hidden;zoom:1;/*width: 560px;float: left;*/}
.picFocus .hd{ width:100%; padding-top:5px;  overflow:hidden; }
.picFocus .hd .prev{}
.picFocus .hd .next{}
.picFocus .hd ul{ /*margin-right:-5px;*/  overflow:hidden; zoom:1; }
.picFocus .hd ul li{ padding-top:5px; /*float:left;*/  text-align:center; }
.picFocus .hd ul li img{/*width: 132px;*/height: 80px;border:2px solid #ddd;cursor:pointer;margin-right:5px;}
.picFocus .hd ul li.cur{ background:url("images/icoUp.gif") no-repeat center 0; }
.picFocus .hd ul li.on img{ border-color:#196fde; }
.picFocus .bd li{ vertical-align:middle; }
.picFocus .bd img{width: 558px;height: 360px;display:block;border: 1px solid #ccc;}
.right-jj{/*float: left;width: 520px;padding-left: 70px;*/padding: 0 30px;}
.right-jj .jj-shang{padding-top: 54px;border-bottom: 1px solid #ccc;padding-bottom: 40px;background: url(../images/lm1-img1.png) right top no-repeat;}
.right-jj .jj-shang h2{ font-size: 28px; font-weight: bold; padding-bottom: 20px;color: #333;}
.right-jj .jj-shang p{font-size: 16px;line-height: 26px;color: #666;}
.right-jj .jj-shang .sy-a1{background: #196fde;width: 142px;height: 42px;display: block;font-size: 16px;text-align: center;line-height: 42px;border-radius: 22px;color: #fff;margin-top: 24px;}
.right-jj .jj-xia{ display: inline-block; margin-top: 32px;}
.right-jj .jj-xia ul{}
.right-jj .jj-xia ul li{float: left;padding: 10px 25px;text-align: center;}
.right-jj .jj-xia ul li a{}
.right-jj .jj-xia ul li a img{ margin: 0 auto;}
.right-jj .jj-xia ul li a p{ font-size: 20px; padding: 12px 0;}

.right-jj .jj-xia ul li .sy-img1{display: block;}
.right-jj .jj-xia ul li .sy-img2{ display:none; }
.right-jj .jj-xia ul li:hover .sy-img1{ display:none; }
.right-jj .jj-xia ul li:hover .sy-img2{ display:block; }

.prev{ width: 32px; height: 75px; background: url(../images/cp-left.png) left no-repeat; display: block; position: absolute; top: 142px; left: 0;}
.next{ width: 32px; height: 75px; background: url(../images/cp-right.png) left no-repeat; display: block; position: absolute; top: 142px; right: 0; }

@media (max-width: 767px){
	.picFocus .bd img{width: 100%;height: auto;}
	.picFocus .hd ul li{float: left;padding: 0 10px;}
	.picFocus .hd ul li{width: 25%;margin: 5px 0;padding: 0 2px;}
	.prev{top:75px;}
	.next{top: 75px;}
	.sy-tit{padding: 5px 0;}
	.sy-tit h2{font-size: 22px;}
	.right-jj .jj-shang h2{font-size: 22px;}
	.right-jj .jj-shang p{font-size: 14px;}
	.picFocus .hd ul li img{width: 100%;height: auto;border: none;}
	.right-jj .jj-xia{width: 100%;height: auto;border: none;}
	.right-jj .jj-xia ul li{width: 25%;padding: 0 10px;}
	.right-jj{padding: 0;}
	.right-jj .jj-xia ul li a p{font-size: 14px;}
	.right-jj .jj-shang .sy-a1{width: 100px;height: 35px;line-height: 35px;font-size: 14px;}
	.lm1-nr .picFocus { padding-left: 0px;padding-right: 0px;}


}


#Plan{padding:60px 0 20px 0;display: flex;}
#Plan .planfont h2{font-size:36px;font-weight:bold;color:#333;line-height:40px;margin:40px 0 35px;}
#Plan .planfont span{color:#999999;font-size:16px;}
#Plan .planfont,#Plan .planmenu{padding:0;/*width: 850px;float: left;*/}
#Plan .planfont{padding-right:13px;/*width: 335px;*/}
#Plan .planfont .planline{background:#196fde;width:19px;height:4px;margin:65px 0 40px 0;}
#Plan .dnonebtn{display:none;}
#Plan .dnonebtn a	{display:inline-block;color:#999999;font-size:18px;width:160px;height:52px;border:1px solid #999999;line-height:52px;text-align:center;}
#Plan .planfont .planbtn:hover{border:1px solid #196fde;}
#Plan .planfont .planbtn:hover a{color:#196fde;}
#Plan .dnonebtn:hover{border:1px solid #196fde;}
#Plan .dnonebtn:hover a{color:#196fde;}
#Plan .planfont  .planbtn{width:160px;height:52px;border:1px solid #999999;line-height:52px;text-align:center;}
#Plan .planfont  .planbtn a{color:#999999;font-size:18px;}
#Plan .planmenu ul li{padding:0 8px;/*width: 260px; float: left;*/}
#Plan .planmenu ul li:hover .planlm{background:#196fde;box-shadow:0px 10px 20px rgb(0 112 192 / 30%);}
#Plan .planmenu ul li:hover p{color:#ffffff;}
#Plan .planmenu ul li:hover .planhj{display:none;}
#Plan .planmenu ul li:hover .planbj{display:inline-block;}
#Plan .planmenu ul li:hover .planhimg{display:none;}
#Plan .planmenu ul li:hover .planbimg{display:block;}

#Plan .planmenu ul li .planlm{border-radius:10px;padding:30px 0;background:#f1f2f6;display:flex;margin-bottom:20px;}
#Plan .planmenu ul li .con{margin:auto;}
#Plan .planmenu ul li .planbimg{display:none;}
#Plan .planmenu ul li .planlmimg{height:74px;display:flex;}
#Plan .planmenu ul li .planlmimg img{margin:auto;}
#Plan .planmenu ul li p{font-size:20px;line-height:20px;color:#666666;margin-top:25px;font-weight:bold;text-align:center;}
#Plan .planmenu ul li .planbj{display:none;}
#Plan .planmenu ul li .planbj,#Plan .planmenu ul li .planhj{margin-left:10px;}
@media (max-width:1199px){
	#Plan .planfont h2{margin:30px 0;text-align:center;font-size:36px;line-height:36px;}
	#Plan .planfont .planline{margin:40px 0;}
}
@media (max-width:991px){
	#Plan .planmenu ul li p{font-size:18px;line-height:18px;}
	#Plan{padding:0;}
	#Plan .planfont span{text-align:center;}
	#Plan .planfont{padding:0;}
	#Plan .planfont h2{margin:25px 0;text-align:center;font-size:32px;line-height:32px;}
	#Plan .planfont .planline{width:80px;margin:30px 0;}

	#Plan .dnonebtn{display:block;text-align:center;}
	#Plan .planfont .planbtn{display:none;}

}
@media (max-width:767px){
	#Plan .dnonebtn a{font-size;16px;}
	#Plan .planmenu ul li p{font-size:16px;line-height:16px;}
	#Plan .planfont h2{margin:20px 0;font-size:22px;line-height:28px;}
	#Plan .planfont .planline{margin:20px 0;}
	#Plan .planfont span{font-size: 14px;}
}
@media (max-width:500px){
	#Plan .planmenu ul li .planhj,#Plan .planmenu ul li .planbj{display:none !important;}
}



/*  */
.slideGroup{ background: #f5f5f5; margin: 40px 0; margin-bottom: 0;  padding-bottom: 40px;}
.slideGroup .parHd{ display: flow-root;}
.slideGroup .parHd ul{float:left;display: contents;/* position:absolute; *//* left:20px; *//* top:-1px; *//* height:32px; */}
.slideGroup .parHd ul li{float:left;cursor:pointer;width: 16.6%;text-align: center;padding: 16px 0;}

.slideGroup .parHd ul li a{font-size: 18px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;
	/*display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden; */ }
.slideGroup .parHd ul li.on a{color: #fff;background: #196fde;padding: 10px 40px; border-radius:20px; }
.slideGroup .slideBox{/* overflow:hidden; */zoom:1;padding: 10px 0 10px 0px;position:relative;margin-top: 20px;}

.slideGroup .sPrev,.slideGroup .sNext{position:absolute;left: -32px;top: 110px;display:block;width: 35px;height: 76px;background: url(../images/cp-left.png) center center no-repeat #f4f4f4;}
.slideGroup .sNext{left:auto;right: -30px;background: url(../images/cp-right.png) center center no-repeat #f4f4f4;}
.slideGroup .sPrev:hover,.slideGroup .sNext:hover{ border-color:#196fde;}

.slideGroup .parBd ul{overflow:hidden;zoom:1;min-height: 338px;}
.slideGroup .parBd ul li{float:left;_display:inline;overflow:hidden;text-align:center;width: 381px;margin-right: 6px;margin-left: 6px;}
.slideGroup .parBd ul li .pic{ text-align:center;}
.slideGroup .parBd ul li .pic img{width: 98%;height: auto;display:block;padding:2px;border:1px solid #ccc;}
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;}
.slideGroup .parBd ul li .title{ line-height:24px;}
.slideGroup .parBd ul li .title a{font-size:16px;line-height: 48px;}

.slideGroup .parHd ul .en{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;float:left;cursor:pointer;width: 25%;text-align: center;padding: 16px 0;}
.slideGroup .parHd ul .en a{font-size: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
@media (max-width:767px){
	.slideGroup { margin-top: 10px; padding-top: 20px;}
	.slideGroup .parHd ul li{width: 25%;}
	.slideGroup .parBd ul li { width: 50%; margin-left: 0; margin-right: 0px;}
	.slideGroup .parBd ul li:nth-child(n+4){display: none;}
	.slideGroup .sPrev, .slideGroup .sNext { display: none;}
	.slideGroup .parHd ul li a{font-size: 14px;}
	.slideGroup .parHd ul li.on a{padding: 5px 10px;}
	.slideGroup .parBd ul{min-height: 0;}
	.slideGroup{padding-bottom: 0;}
	.slideGroup .parHd ul .en{width: 50%;}
}

/* 关于我们 */


/* 新闻动态 */
#news{padding:45px 0 60px;background:url(../images/news-bg.jpg) no-repeat bottom center;margin-bottom:45px;}
.news-tag{background:#d3dce4;font-size:0;display:inline-block;border-radius:24px;margin-top:30px;}
.news-tag a{display:inline-block;width:140px;height:48px;line-height:48px;font-size:18px;color:#666;}
.news-tag a.on{background:#035aac;color:#fff;border-radius:24px;}
.news-box{margin-top:35px;}
.news-one{overflow:hidden;}
.news-l{padding:0;}
.news-l img{width:100%;}
.news-ltxt{border-top:1px solid #858585;}
.news-ltxt p{float:left;width:calc(100% - 72px);background:#035aac;line-height:72px;height:72px;color:#fff;font-size:20px;font-weight:bold;padding:0 25px;}
.news-ltxt span{float:right;width:72px;height:72px;background:url(../images/news-xt.png) no-repeat center #262626;}
.news-r{padding:0;}
.news-ro{padding:0;}
.news-ro a{display:block;padding:40px 70px;}
.news-ro a h4{font-size:18px;color:#333;font-weight:bold;margin-bottom:25px;}
.news-ro a p{font-size:15px;color:#999;line-height:25px;height:50px;margin-bottom:15px;}
.news-ro a span{font-size:24px;color:#333;}
.news-ro a:hover h4,
.news-ro a:hover span{color:#035aac;}

/* 图片封面动画 */
.white, .whites{position: relative;overflow: hidden;}
.white::after, .whites::after{content: '';cursor: pointer;position: absolute;left: -120%;top: 0;width: 100%;height: 100%;
background-image: -moz-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
background-image: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.5),rgba(255,255,255,0));
transform: skewx(-25deg);transition: unset;}
.white:hover::after{left: 120%;-moz-transition: 1s;-o-transition: 1s;-webkit-transition: 1s;transition: 1s;}


.contactss{ border:1px solid #dedede; padding: 20px; overflow: hidden;}
.contactss ul li{width: 47%;margin: 15px;float: left;line-height: 60px;border-bottom: 1px solid #dedede;border-right: 1px solid #dedede;box-shadow: 1px 1px 3px #dedede;}
.story ul li{ font-size: 20px; padding: 10px; box-shadow: 0px 0px 3px #dedede; margin-bottom: 10px;}
.story ul em{font-size: 20px; line-height: 40px;}
/* 底部 */
footer{background:#333;}
#foottop{padding-top: 10px;}
.fbox{padding-bottom: 10px;display: inline-block;}
.fewm{width: 290px;float: left;}
.fewm>img{padding-left: 0px;padding-bottom: 10px;}
.fnav{width: 410px;float: left;margin-left: 30px;padding-top: 10px;}
.fcon{ width: 380px; float: left; margin-left: 40px; padding-top: 10px;}
h4.ftil{font-size:18px;font-weight:bold;color:#fff;padding-left:20px;background:url(../images/fnavx.png) no-repeat left;margin-bottom:30px;line-height:20px;}
.fnava{overflow:hidden;}
.fnavaa{width: 33.3%;float:left;line-height: 30px;color: #fff;}
.fnavaa a{color: #fff;font-size: 16px;line-height: 38px;}
.fnavaa a:hover{color:#fff;}
.ftxt{overflow:hidden;}
.ftxt h2{ font-size: 32px; font-weight: bold; color: #f39800; padding-bottom: 6px;}
.ftxt p{font-size: 16px;color: #fff;line-height: 34px;margin-bottom: 0px;}
.ftxt p:last-child{margin-bottom:0;}
.ftxt p span{font-size:18px;color:#fff;font-weight:bold;line-height:1;}
.ftxt p.ftel{padding-left:32px;background:url(../images/ftel.png) no-repeat left top;}
.ftxt p.fqq{padding-left:32px;background:url(../images/fqq.png) no-repeat left top;}
.ftxt p.femail{padding-left:32px;background:url(../images/femail.png) no-repeat left top;}
.ftxt p.faddress{padding-left:32px;background:url(../images/faddress.png) no-repeat left top;}
h4.fewm-til{font-size:18px;font-weight:bold;color:#fff;padding-left:32px;background:url(../images/fewmt.png) no-repeat left;margin-bottom:30px;line-height:20px;}
.fimg{font-size:0;}
.fewmm{display:inline-block;margin-right: 20px;}
.fewmm img{width: 100px;}
.fewmm p{font-size:14px;color:#999;margin-top:10px;text-align: center;}
.flink{ height: 64px; line-height: 64px;}
.flink span{font-size: 16px;color: #666;text-transform:uppercase;background: url(../images/sy-link.png) no-repeat left;padding: 2px 0;padding-left: 36px;}
.flink a{font-size:14px;color:#999;}
.flink a:hover{color:#196fde;}
.footcopy{border-top:1px solid #444;padding: 12px 10px;}
.footcopy p{line-height:20px;font-size:14px;color:#999;}
.footcopy p a{color:#999;}
.footcopy p a:hover{color:#fff;}

@media (max-width:767px){
	.story ul li{font-size: 16px;padding: 5px;}
	.story ul em{font-size: 16px;}
}
@media (max-width:500px){
	.ftxt p{font-size: 14px;}
}
@media (max-width:355px){
	.flink a{font-size: 12px;}
	.flink span{font-size: 12px;}
}
	/* 手机底部按钮 */
.footer-bottom{overflow: hidden;position: fixed;bottom: 0;left: 0;z-index: 999;width: 100%;background: #035aac;text-align: center; display:none; }
.footer-bottom a{display: inline-block;padding: 7px 0;color: #fff;}
.footer-bottom a i{font-size: 16px;display: block;}


@media only screen and (max-width: 1309px){
	.fewmm{margin: 0 15px;}
}
@media only screen and (max-width: 1199px){
	.fewmm{margin: 0 10px;}
	.fewmm img{width: 120px;}
}
@media only screen and (max-width: 991px){
	.fnav, .fcon{margin-bottom:30px;}
}
@media only screen and (max-width: 767px){
	footer{padding-bottom:25px;/*padding-bottom:50px;display: none;*/}
	#foottop{padding-top:30px;width: 100%;}
	.fnav{display:none;}
	.fbox{/*padding-bottom:30px;*/width: 100%;}
	.flink{/*margin-top:20px;*/background: url(../images/footlinkico.png) no-repeat left 8px center;}
	.footer-bottom{ display:block; }
}
@media (max-width:767px){
	.row{margin-right: 0;margin-left: 0;}
	.fewm{width: 100%;float: none;text-align: center;}
	.fbox  .fcon{text-align: center;width: 100%;float: none;margin-left: 0;}
}


/* 在线客服 */
.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: #196fde;float: left;position: relative;border-top:1px solid #333;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: #196fde !important;}
.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;}

/* 面包屑 */
#location{box-shadow:0px 3px 20px 0px rgba(0,0,0,0.1);overflow:hidden;margin-bottom:50px;}
.fixednav{position: fixed;top: 100px;left: 0;z-index: 9;background: #fff;width: 100%;border-top: 1px solid #f5f5f5;}
.crumbs{padding-left:20px;background:url(../images/page/location.png) no-repeat left center;line-height:25px;padding-top: 15px;padding-bottom: 15px;float:left;color:#666;font-size: 16px;}
.crumbs a{color:#666;font-size: 14px;}
.crumbs em{font-size: 14px;}
.crumbs a:hover{color:#035aac;}

/* 内页导航 */
#sidebar{float:right;}
#sidebar li{display:inline-block;margin:0 10px;position: relative;}
#sidebar li a{display:block;height: 50px;line-height: 54px;text-align:center;color:#666;font-size: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

#sidebar li .en{display:block;height: 50px;line-height: 54px;text-align:center;color:#666;font-size: 15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

#sidebar li a::after{content: "";display: block;width: 0%;height: 2px;background: #035aac;position: absolute;left: 50%;bottom: 0;overflow: hidden;transition: all .5s ease-out;-webkit-transition: all .5s ease-out;-moz-transition: all .5s ease-out;-ms-transition: all .5s ease-out;-o-transition: all .5s ease-out;}
#sidebar li:hover a, #sidebar li.cur a{color:#035aac;}
#sidebar li:hover a::after, #sidebar li.cur a::after{left: 0;width: 100%;}
@media (max-width:767px) {
	#location{margin-bottom: 20px;background:#f3f3f3;border-bottom: 1px solid #ddd;box-shadow:none;}
	.w100{width:100%;float:left;}
	.w50{width:50%;float:left;}
	.w33{width:33.33%;float:left;}
	.w25{width:20%;float:left;}
	#sidebar{float:none;}
	#sidebar li{/*padding:0 5px;*/margin:0;}
	#sidebar li a{font-size: 14px;}
}



/* 内页样式 */
#inside{padding-bottom: 20px;padding-left:10px;padding-right:10px;}
.bgf5{background:#f5f5f5;}
.nocontect{background-image: url(../images/page/error.png);background-repeat: no-repeat;background-position: 10px 10px;height: 100px;padding-top: 40px;padding-left: 120px;font-size: 14px;margin-bottom:20px;}
@media (max-width:767px) {
	#inside{padding:0;border-bottom: 5px solid #3e60a3;}

}

/* 内页产品导航 */
#pronav{text-align: center;padding: 6px 0;}
.pronav-a{line-height: 54px;/* display:flex; */padding: 0 6px;overflow:hidden;}
.pronav-a a{flex:1;font-size:16px;color: #333;line-height: 42px;float: left;width: 15.3%;border: 1px solid #d6e4f7;margin: 4px 0px;margin-right: 14px;position:relative;  overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.pronav-a a:last-child{background: none;}
.pronav-a a.cur{color:#fff;background-image: linear-gradient(to bottom, #035aac , #196fde);}
.pronav-a a:hover{
    color: #fff;
}
.pronav-a a:after{content:"";display:block;width: 0%;height:100%;background-image: linear-gradient(to bottom, #035aac , #196fde);position:absolute;top:0px;left: 50%;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;z-index:-1;}
.pronav-a a:hover:after{left:0px;width:100%;}

@media (max-width:1509px) {
	.pronav-a{display:block;padding: 2px 6px;}
	.pronav-a a{display:inline-block;padding: 0 0px;font-size: 16px;line-height: 42px;margin: 4px 0px;margin-right: 14px;}
}
@media (max-width:1409px) {
	.pronav-a a{font-size: 15px;margin-top: 2px;margin-bottom: 2px;}
}
@media (max-width:1309px) {
	.pronav-a{line-height:60px;}
	.pronav-a a{padding: 0 0px;font-size:14px;}
}
@media (min-width:768px) and (max-width:1199px) {
	.pronav-a a{display:block;float:left;width: 14.66%;}
	.pronav-a a:nth-child(6){background: none;}
}
@media (max-width:767px) {
	.pronav-a a{display:block;float:left;width: 30%;line-height: 32px;padding: 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
	.pronav-a a:nth-child(6),
	.pronav-a a:nth-child(12){background: none;}
	.pronav-a a:nth-child(3n){ margin-right:0;}
}
@media (max-width:500px) {
	.pronav-a{line-height:40px;}
	#pronav{ width: 100%; position: initial; }
}

/* 内页单页面标题 */
#nytitle{text-align: center;padding:0 10px;margin-bottom:40px;}
#nytitle h1{font-size: 36px;color: #353535;font-weight:bold;}
#nytitle p{color: #999;font-size: 16px;margin-top: 10px;text-transform:uppercase;}
@media only screen  and (max-width: 500px){
	#nytitle{margin-bottom:20px;}
	#nytitle h1{font-size: 30px;}
	#nytitle p{font-size: 14px;}
}

/* 内页单页面内容 */
.nyshow{width:100%;}
.nyshow-til{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;margin-bottom:20px;}
.nyshow-til>h1, .nyshow-til>h2{float: left;padding-right:15px;text-indent: 25px;height: 40px;line-height: 40px;border-bottom: 2px #035aac solid;color: #035aac;font-size: 18px;font-weight: bold;position:relative;}
.nyshow-til>h1::before, .nyshow-til>h2::before{content:'';position:absolute;left:0;top:50%;margin-top: -15px;width:6px;height:30px;background:#035aac;}
.nyshowdesc{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:40px;min-height:400px;}
.nyshowdesc p{margin:5px 0;padding-right: 15px;}
.nyshowdesc img{max-width:100%;height:auto !important;}
#dituContent img{ max-width:none; }
.block-shadow{height: 200px;-webkit-box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);box-shadow: 0 10px 20px 0 rgba(50,50,50,.20);-webkit-transition: all .5s linear;-moz-transition: all .5s linear;-ms-transition: all .5s linear;-o-transition: all .5s linear;transition: all .5s linear;}
.block-shadow:hover{box-shadow: 0 10px 20px 0 rgba(0,125,255,.5);}
.radius-md{border-radius: 6px;-webkit-border-radius: 6px;-moz-border-radius: 6px;}
.icon-sm{width: 60px;display: inline-block;text-align: center;}
.icon-sm em{font-size: 30px;line-height: 30px;}
.icon-content{overflow: hidden;}
.icon-content h5{font-weight: bold;font-size: 18px;line-height: 25px;color: #1a1a1a;margin-top: 10px;margin-bottom: 10px;}

.div-ny{ display:block; overflow:hidden; padding:10px 0; }
.div-left{ width:50%; float:left; }
.div-left img{ width:100%; }
.div-right{float:right;width:50%;padding: 0 20px;}
.div-right h2{ font-size:18px; }
.div-right p{ font-size:16px; }


@media (max-width:767px) {
	.nyshowdesc{font-size:14px;line-height:1.6;margin-bottom:20px;}
	.nyshowdesc h1{font-size:30px;}
	.nyshowdesc h2{font-size:24px;}
	.nyshowdesc h3{font-size:18px;}
	.nyshowdesc h4{font-size:14px;}
	.block-shadow{height:auto;}
}


/*推荐新闻*/
.nyhotnews{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyhotnews>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #035aac solid;color: #035aac;font-size: 18px;font-weight: bold;background:url(../images/page/nyhotnewico.png) no-repeat left;}
.nyhotnews-list{margin-top:10px;overflow:hidden;}
.nyhotnews-list li{font-size: 14px;line-height: 30px;background: url(../images/page/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/page/iyuan_on.png) no-repeat left;background-size: 8px;}
.nyhotnews-list li:hover a{color:#035aac;}

/*视频列表*/
.nyvideo-ul{overflow:hidden;}
.nyvideo-ul li{width:33.33%;float:left;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.nyvideo-div a{display:block;border:1px solid #ddd;padding:2px;overflow:hidden;}
.nyvideo-div a img{display:block;max-width: 100%;width: 311px;}
.nyvideo-div a.nyvideo-a{padding:0 10px;border:none;line-height:25px;text-align:center;}
.nyvideo-div:hover a{border-color:#035aac;color:#035aac;}

/*视频详情*/
.showvideo-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.showvideo-top>h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.showvideo-time{text-align:center;}
.showvideo-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.showvideo-time span:last-child{margin-right:0;}
.showvideo-mp{margin:20px 0;text-align:center;}
.showvideo-mp video, .showvideo-mp iframe{width:800px;max-width:100%;}
.showvideo-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showvideo-con  img{max-width:100%;height:auto !important;}

/*下载列表*/
.nydown-list{margin-bottom:20px;}
.nydown-list table{width:100%;text-align:center;}
.nydown-list table thead{background:#035aac;color:#fff;font-size:16px;line-height:2;}
.nydown-list table tbody{line-height:1.6}
.nydown-list table tbody tr td{color:#666;}
.nydown-list table tbody tr td:first-child{color:#333;}

/*下载详情*/
.showdown-top{margin-bottom:20px;}
.showdown-top>h1{font-size: 18px;margin-bottom:10px;color:#333;font-weight:bold;padding-left:20px;}
.showdown-top>ul{padding:10px;background:#f6f6f6;}
.showdown-top>ul>li{border-bottom: 1px solid #eee;font-size:12px;color:#666;margin-bottom:5px;line-height:20px;}
.showdown-top>ul>li:last-child{margin-bottom:0;}
.showdown-top>ul>li>span{padding: 0px 10px;margin-right: 5px;}
.showdown-con {font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.showdown-con  img{max-width:100%;height:auto !important;}

/*图片列表*/
.nyimg-ul{overflow:hidden;}
.nyimg-ul li {margin-bottom:20px;padding:0 10px;float: left;/*width: 380px;*/}
.nyimg-ul li .nyimg-div {background:#fff;padding:7px;border:1px solid #D9D9D9;}
.nyimg-ul li .nyimg-div a {display:block;overflow:hidden;}
.nyimg-ul li .nyimg-div img {margin:0 auto;-webkit-transition:1s;-moz-transition:1s;transition:1s;width:100%;}
.nyimg-ul li .nyimg-a{padding:0 5px;margin-top:9px;line-height:40px;display:block;background:#EFEFEF;font-size:14px;color:#333;text-align:center;}
.nyimg-ul li:hover .nyimg-a {color:#ffffff !important;}
.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 {background:#035aac;color:#fff;}
@media (max-width:767px){
	.nyimg-ul li .nyimg-a{line-height:32px;}
}

/*图片详情*/
.showimg-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;}
.showimg-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showimg-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showimg-img{margin-top: 25px;margin-bottom: 15px;text-align:center;}
.showimg-img img{max-width: 100%;height:auto !important;}
.ctitle{margin-bottom:15px;}
.ctitle h3{padding-left:20px;background: url(../images/dt-7.gif) no-repeat left center;line-height:30px;border-bottom: 1px dotted #ccc;color:#666;font-size:16px;font-weight:bold;}
.showimg-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 300;padding: 0 10px;border-bottom: 1px solid #F0F2F5;padding-bottom: 20px;}
.showimg-con img{max-width: 100%;height:auto !important;}
.showimg-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.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;}
.showimg-right{border-left:1px solid #f0f2f5;}
@media (max-width:767px){
	.showimg-left{padding:0;}
	.showimg-top h1{font-size: 20px;}
	.showimg-con{font-size:14px !important;}
	.showimg-page a{padding:8px;}
}

/* 右侧栏目信息 */
.nybusiness{margin-bottom: 20px;}
.nybusiness>p{font-size: 16px;color: #035aac;line-height: 40px;border-bottom: 1px dashed #ccc; 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;}
.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);}

.hotnews{}
.hotnews p{font-size: 16px;color: #035aac;line-height: 40px;border-bottom: 1px dashed #ccc; margin-bottom: 10px;padding-left: 32px;background: url(../images/ny-news.png) no-repeat left;}
.hotnews a{display: block;font-size: 14px;line-height: 30px;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;color: #035aac;}

/*新闻列表*/
.nynews-ul {overflow:hidden;}
.nynews-ul li.nynews-li {padding:0 10px 10px;margin-bottom:20px;cursor:pointer;float: left;width: 380px;}
.nynews-img {padding:0;overflow:hidden;border:1px solid #f3f3f3;}
.nynews-img a {display:block;}
.nynews-img img {width:100%;transition:.8s}
.nynews-ul li.nynews-li:hover img {transform:scale(1.02);}
.nynews-date {color:#333;line-height:20px;font-size:12px;}
.nynews-date span {color:#4d4c51;}
.nynews-date img {margin:4px 6px 0 0;float:left;}
.nynews-date p {float:left;margin:0;}
.nynews-date i {margin-right:5px;}
.nynews-con h3 {font-size:18px;font-weight:bold;color:#3b3c3c;text-transform:uppercase;line-height:32px;letter-spacing:1px;margin-top:0px;margin-bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.nynews-con h3 a {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;display:block;}
.nynews-ul li.nynews-li:hover h3 a {color:#035aac;}
.nynews-con {background-color:#f9f9f9;padding: 0 20px;padding-top:16px;padding-bottom:18px;}
.nynews-con p.nynews-desp {color:#8d8d8d;font-size:14px;line-height:23px;margin:10px 0;height:46px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.nynews-con a.nynews-more {position:relative;left:0;color:#ffffff;font-size:15px;padding:7px;background:#035aac;margin-top:10px;width:120px;display:block;border-radius:20px;float:left;text-align:center;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:#FF7A0E;left:10px;color:#ffffff !important;}
@media (max-width:991px) {
	#nynewslist>.container {padding-left:5px;padding-right:5px;}
	.nynews-ul li.nynews-li {padding:0 5px 4px;margin-bottom:14px;}
}
@media (max-width:767px) {
	.nynews-con h3 {font-size:16px;font-weight:bold}
	.nynews-con {padding-left: 10px;padding-right: 10px;padding-top: 10px;padding-bottom: 12px;}
	.nynews-con p.nynews-desp{margin: 2px 0 8px;}
}

/*新闻详情*/
.shownews-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:15px;}
.shownews-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 26px;margin-bottom: 5px;}
.shownews-time{text-align:center;}
.shownews-time span{font-size: 14px;color: #a3afb7;margin-right: 10px;}
.shownews-time span:last-child{margin-right:0;}
.shownews-con{font-size: 16px;line-height: 1.8;text-align:justify;margin-bottom:20px;}
.shownews-con  img{max-width:100%;height:auto !important;}
.shownews-page{overflow: hidden;margin-left:-10px;margin-right:-10px;margin-bottom:20px;}
.shownews-page>div[class^="col-"]{padding: 0 10px;}
.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:767px){
	.shownews-top h1{font-size: 20px;}
	.shownews-con{font-size:14px !important;line-height: 1.6;}
	.shownews-page a{padding:8px;}
}

/* 招聘模块Nyjoblist*/
.nyjoblist-ul{overflow: hidden;}
.nyjoblist-ul li{margin-bottom: 20px;border-bottom: 1px solid #dedede;}
.nyjoblist-ul li .nyjoblist-top{padding: 20px;position: relative;overflow:hidden;}
.nyjoblist-ul li .nyjoblist-top h3{color: #333;font-size: 20px;font-weight: bold;padding-bottom: 10px;}
.nyjoblist-ul li .nyjoblist-top span{padding-right: 20px;color: #999;}
.nyjoblist-ul li .nyjoblist-top p{color:#666;margin:10px 0;}
.nyjoblist-ul li .nyjoblist-top>a{float:left;padding:10px 25px;background:#035aac;border-radius:20px;color:#fff;margin-right:10px;}
.nyjoblist-ul li .nyjoblist-top>a+a{margin-right:0;}
.nyjoblist-ul li .nyjoblist-top>a:hover{background:#ffc531;color:#333;}
@media (max-width:767px) {
	.nyjoblist-ul li .nyjoblist-top{padding:10px;}
}

.showjob-left{padding-bottom:30px;}
.showjob-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:10px;}
.showjob-top h1{line-height: 1.5;color: #333;text-align: center;font-size: 30px;}
.showjob-list{overflow:hidden;margin-bottom:30px;}
.showjob-list li{width:50%;float:left;padding:5px 10px;background: url(../images/dt-0.png) no-repeat left top 13px;}
.showjob-list li span{float: left;margin-right: 10px;color: #999;}
.showjob-con{line-height: 1.8;color: #222;word-wrap: break-word;font-size: 16px;font-weight: 400;padding: 10px 0;}
.showjob-con img{max-width: 100%;height:auto !important;}
.showjob-more{}
.showjob-page{padding-top: 20px;padding-bottom:20px;overflow: hidden;}
.showjob-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%;}
.showjob-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}
@media (max-width:767px){
	.showjob-top h1{ font-size:20px;}
	.showjob-top h2{ font-size:16px;}
	.showjob-con{padding:0;font-size:14px !important}
	.showjob-left{padding: 0;}
	.showjob-page>div[class^="col-"]{padding: 0 10px;}
}

/* 产品列表 */
.nypro-ul{overflow:hidden;}
.nypro-ul li{margin: 0 0.6%;margin-bottom:20px;width: 31.6%;float: left;border: 1px solid #ccc;padding-left: 0;padding-right: 0;}
.nypro-ul li a{display:block;position:relative;overflow:hidden;}
.nypro-ul li a img{height:auto;width: 100%;border-bottom: 1px solid #ccc;}
.nypro-ul li a p{line-height: 46px;color: #333;text-align:center;font-size:16px;border-top: none;}
.nypro-ul li a:hover p{bottom:0; color:#fff}


.nypro-ul li a:after{content:"";display:block;width: 0%;height:100%;background-image: linear-gradient(to bottom, #035aac , #196fde);position:absolute;top:0px;left: 50%;-moz-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;transition: all 0.4s ease-out;z-index:-1;}
.nypro-ul li a:hover:after{left:0px;width:100%;}


@media (max-width:767px){
	.nypro-ul li a p{line-height:30px;font-size:14px;}
}

/*产品详情*/
.showpro-top{padding-bottom: 10px;border-bottom: 1px solid #f0f2f5;margin-bottom:20px;}
.showpro-top h1{line-height: 1.5;color: #333;text-align: center;font-size:30px;}
.showpro-top span{margin-right: 10px;font-size: 14px;color: #a3afb7;}
.showpro-img{margin-bottom:20px;display: flow-root;}
.sp-thumbs a:link, .sp-thumbs a:visited{width:120px;height:90px;}
@media (max-width:767px){
	.showpro-top h1{font-size: 20px;}
	.showpro-imgbox{padding:0;}
}

/*产品参数*/
.nyproshow-info{line-height:1.8;color:#666;margin-bottom:20px;}
.nyproshow-info p{ font-size: 18px; font-weight: bold; color: #333;}
.nyproshow-info p span{ font-weight: normal;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background: #196fde;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}
.showpro-con{margin-top: 20px;}
.showpro-con ul{border-bottom: 1px solid #ccc;line-height: 40px;margin-bottom: 10px;overflow:hidden;}
.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: #035aac;color:#fff;}
.showpro-con ul li:last-child{margin-right: 0;}
.showpro-details{font-size: 16px;line-height: 1.8;overflow: hidden;}
.showpro-details .showpro-det{display:none;min-height:200px;}
.showpro-details div{margin-bottom: 10px;}
.showpro-details p{margin: 5px 0;}
.showpro-details img{max-width: 100%;height:auto !important;}
.showpro-details video{max-width: 100%;height:auto !important;}
@media (max-width:767px){
	.showpro-details{font-size: 14px;line-height: 1.6;}
}

/*相关产品*/
.nyaboutpro{line-height: 40px;height: 41px;border-bottom: 1px #ccc solid;}
.nyaboutpro>h3{float: left;width: 150px;text-indent: 30px;height: 40px;line-height: 40px;border-bottom: 2px #035aac solid;color: #035aac;font-size: 18px;font-weight: bold;background:url(../images/nyaboutproico.png) no-repeat left;}
#abprolist{margin:20px 0;}
#abprolist li{padding:0 10px;}
#abprolist li a{display:block;}
#abprolist li a .abpro-img{padding:2px;border:1px solid #ccc;}
#abprolist li a .abpro-img img{display:block;max-width:100%;}
#abprolist li a p{margin-top:5px;line-height:30px;height:30px;text-align:center;background:#ccc;padding:0 10px;color:#333;}
#abprolist li a:hover .abpro-img{border-color:#035aac;}
#abprolist li a:hover p{background:#035aac;color:#fff;}

/* 标签 */
.pro_key {line-height: 35px;font-size: 15px;color: #333;font-weight: bold;}
.pro_key a{font-size: 14px;background: #9e9c9c;padding: 2px 6px;color:#fff;font-weight: normal;text-decoration: none;}
.pro_key a:hover{background:#035aac;}
/* 分享按钮 */
.jiathis{padding-top:10px;height:35px;line-height:30px;border-top:1px dotted #ccc; text-align:right; position:relative; color:#666;margin-bottom:20px;}
.jiathis .jiathis_txt{float: left;}
/* 上下页按钮 */
.ny-page{overflow: hidden;margin-bottom:30px;}
.ny-pagea{width:50%;float:left;padding:0 10px;box-sizing:border-box;}
.ny-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%;}
.ny-page a:hover{border-color: #e4eaec;background-color: #f3f7f9;}

/* 搜索模块 */
.nysearch-ul{overflow: hidden;}
.nysearch-ul li.nysearch-li{padding: 0 0 15px 0;margin-bottom: 25px;border-bottom: 1px dashed #333;overflow:hidden;}
.nysearch-til>a{line-height: 14px;color: #fff;vertical-align: baseline;white-space: nowrap;display: inline-block;background: #035aac;margin-right: 5px;position: relative;top:0;padding: 4px 6px;}
.nysearch-til>a .nysearch-arrow{position: absolute;width: 0;height: 0;vertical-align: top;top: 7px;right: -4px;border-left: 4px solid #000;border-top: 4px solid transparent;border-bottom: 4px solid transparent;border-left-color: #035aac;}
.nysearch-til>a:hover{background:#333;}
.nysearch-til>a:hover .nysearch-arrow{border-left-color:#333;}
.nysearch-til>h2{display: inline;font-size: 19px;margin: 0;font-weight: bold;position: relative;top: 1px;line-height: 25px;}
.nysearch-con p.nysearch-desp{color: #666;font-size: 14px;line-height: 23px;margin: 5px 0;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;}
.nysearch-date {color: #333;line-height: 20px;font-size: 12px;}
.nysearch-date span{color: #999;}
.nysearch-date p{float: left;margin: 0;}
.nysearch-date i{margin-right: 5px;}
.nysearch-con a.nysearch-more{position:relative;left:0;color: #ffffff;font-size: 13px;width:100px;height:30px;line-height:30px;background: #999;margin-top: 10px;display: block;border-radius: 20px;float:left;text-align: center;transition: 0.5s all;-webkit-transition: 0.5s all;-moz-transition: 0.5s all;-o-transition: 0.5s all;-ms-transition: 0.5s all;}
.nysearch-con a.nysearch-more:hover{background: #035aac;left:10px;}


/*联系我们*/
.product-inlist{background-color:#f6f6f6;}
.contact_meg {float:right;width:50%;height:510px;z-index:3;background:#f6f6f6;}
.meg_con .title2 {font-size:28px;color:#333333;max-width:510px;margin-bottom:24px;margin-top:35px;font-weight:bold;}
.meg_con .tel {padding:18px 0;border-top:solid 1px #333;border-bottom:solid 1px #333;color:#333;max-width:510px;font-size:30px;}
.meg_con .tel img {display:inline-block;}
.meg_con .megs {margin-top:28px;font-size:15px;line-height:36px;}
.meg_con {width:100%;z-index:3;padding-left:8%;padding-right:4%;box-sizing:border-box;}
.my-map {margin:0 auto;width:50%;height:510px;float:left;}
.amap-container {height:100%;}
@media only screen and (max-width:1199px) {
	.meg_con {width:100%;position:unset;padding-left:5%;box-sizing:border-box;}
	.meg_con .title2,
	.meg_con .tel{max-width: initial;width: 100%;}
	.contact_meg {width:100%;float:none;height:auto;padding-bottom:40px}
	.my-map {margin:0 auto;width:100%;height:400px;float:none;}
}
@media only screen and (max-width:991px) {
	.product-inlist>div{margin-bottom: 0 !important;}
	.product-inlist{margin-bottom: 0;}
}
@media only screen and (max-width:768px) {
	.meg_con .title2 {margin-bottom:16px;margin-top:20px;font-size:24px;}
	.meg_con .megs {font-size:14px;line-height:30px;}
	.meg_con .tel {padding:10px 0;font-size:20px;}
	.meg_con .tel img {width:26px;}
	.meg_con .megs {margin-top:10px;}
	.meg_con .tel img {width:20px;margin-bottom:0;}
	.meg_con .title2 {font-size:22px;}
	.product-inlist {margin-top:10px;}
}

    .m-fewm,.m-main,.m-fbtn{display:none;}
@media (max-width: 768px){
	.product,#sy_shili,.sy_news,.aboutbox,.sy-qhgd,.sy-guanggao,{display:none;}
	html, body{max-width: 640px;min-width: 320px;margin: 0 auto;overflow-x: hidden;position: relative;}
	body{/*padding-bottom: 50px;*/}
	*{box-sizing:border-box;}
	.htop, .hcont, .sticky-wrapper, .navBox, .search, .about, #countup, .product, .news,  .fcopy, .diyos, .location, .nyhotpro, .nyjc-til, .nyshow-til{display:none;}
	.m-header, .m-nav, .g-adv, .m-main, .m-fewm, .m-fbtn, .m-location{display:block;}
	#banner{padding-top:0;position: initial;}
	.container{width:100%;}
	.fixednav{ position: absolute;}
    .dt-img{ display:none }

	#m-head-nav{height: 16px;position: relative;float: left;display:none;margin-left: 20px;margin-top: 42px;width: 24px;}
	#m-head-nav .line{width: 24px;height: 2px;background-color: #196fde;position: absolute;left: 0px;top: 7px;}
	#m-head-nav .line1{margin-top: -7px;}
	#m-head-nav .line3{margin-top: 7px;}
	#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);}
	#m-head-nav[data-active="on"] .line2{display: none;}
	#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);}
	#header:hover #m-head-nav .line, #header.active #m-head-nav .line{background-color:#196fde;}


	.mm-nav-box{overflow:hidden;position: fixed;top: 0;right: 0;width: 100%;height: 100%;z-index:999;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:60px; display: block;}
	.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: #196fde;}
	.mm-nav-box .mm-nav .li1.on .mm-title{border-color: #196fde;}
	.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: #196fde;}
	.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:#196fde}
	.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:#196fde}
	.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:  #196fde;}
	.header_atop{width:100%;height:40px;}
	.header_space{width: 100%;height: 100px;display:none;}

	@media (max-width: 767px){
		.headcon{padding:0 10px;}
	}
	@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:110px;}
		.header_space{height:70px;}
		.logo a img{height:50px;}
		.mm-nav-box[data-on="active"]{top:60px;}
		#header:hover .logo, #header.active .logo{margin: 10px 0;}
		#header:hover .head-raea, #header.active .head-raea{margin-top: 16px;}
		#search-btn{font-size:14px;padding:0 15px;margin:15px 0;}
		#m-head-nav{margin-left:15px;margin-top: 10px;}
		.mm-nav-box{top: 66px;}
	}
	@media (max-width: 450px){
		#header{height:100px;}
		.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:30px;}
		.mm-nav-box[data-on="active"]{top:60px;}
	}

	#m-head-nav {
		display: block;
		height: 16px;
		position: relative;
		float: left;
		/*display: none;*/
		margin-left: 20px;
		margin-top: 25px;
		width: 24px;
	}
	.head-raea {
		float: right;
		position: relative;
	}
	.nav {
		float: right;
		margin-top: 25px;
	}

	/* -- 页面整体布局 -- */
	.m-header{/*overflow: hidden; padding-bottom: 10px; */}
	.m-header h1{text-align: center;padding:3%;}
	.m-header h1 img{max-width: 100%;vertical-align: middle;}
	.m-header .m-slogan{color: #393939;text-align: center;}
	.m-header .m-slogan p{font-size: 1.2rem;}
	.m-header .m-slogan span{font-size: 1rem;}

	@media (max-width: 767px){
		.m-header .left{float: left}
		.m-header .left a{display: inline-block;}
		.m-header .left a img{width: 200px;}

	}
	@media (max-width: 355px){
		.m-header .left a img{width: 150px;}
		.head-lang a{padding: 6px 24px 6px 14px;}
		#m-head-nav{margin-top: 16px;}
		.head-lang>a::before{top: 12px;}
	}


	/*导航*/
	.m-nav{height: 2.875rem;overflow:hidden;background:#3e60a3;position:relative;}
	.m-nav:before{content: '';position: absolute;width: 100%;left: 0;top: 50%;border-bottom: 1px solid #aaa;display: none;}
	.m-nav a{display: block;float: left;width: 25%;font: 1rem/2.92rem "microsoft yahei";height: 2.92rem;color: #fff;text-align: center;border-right: 1px solid #7599e0;}
	.m-nav a:nth-child(4n){border-right: none;}
	.m-nav a:hover{color:#fff;}
	/*ban轮播广告*/
	.g-adv{overflow:hidden;}
	.g-adv img{ display: block;width: 100%;height: auto;}
	/*标题*/
	.m-title>h2{font-size:1.5rem;color:#333;text-align:center;}
	.m-title>p{font-size:1rem;color:#666;text-align:center;}
	/*产品中心*/
	.g-pro{padding:20px 0;}
	.g-pro .wlist{display: flex;flex-wrap: wrap;align-content: flex-start;margin-top:20px;}
	.g-pro .wlist li{flex:1}
	.g-pro .wlist li a{display:block;line-height:40px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666;text-align:center;border: 1px solid #E5E5E5;}
	.g-pro .wlist li.z-on a{background:#3e60a3;color:#fff;border:1px solid #3e60a3;}
	.g-pro .wcont{padding:5px;}
	.g-pro .wcont li{width:50%;float:left;padding:5px;}
	.g-pro .wcont li a{display:block;}
	.g-pro .wcont li a img{max-width:100%;border:1px solid #ddd;}
	.g-pro .wcont li a p{line-height:30px;padding:0 5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center;}
	/*关于我们*/
	.g-about{margin-bottom:20px;}
	.g-about-box{margin-top:20px;}
	.g-about-box img{width:100%;display:block}
	.g-about-txt{margin-top:20px;padding:0 10px;text-align:center;}
	.g-about-txt h3{text-align: center;font-size: 1.3rem;font-weight: bold;color: #282828;margin-bottom: 0.5rem;}
	.g-about-txt div{color: #242424;font-size: 1rem;/*height: 5rem;*/line-height: 1.5rem;overflow: hidden;margin-bottom:10px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;text-align:justify;}
	.about-btn{margin: 10px auto 0;background: #3e60a3;color: #fff;width: 120px;height: 36px;display: block;line-height: 36px;}
	/*新闻资讯*/
	.m-new{overflow: hidden;padding-bottom:20px;border-bottom: 5px solid #3e60a3;}
	.n_q{ height: 3.17rem; line-height:3.17rem; overflow: hidden; background: #f0f0f0; margin-bottom: 1rem;display:flex;}
	.n_q li{flex:1;font-size: 1rem;color: #393939; font-weight: normal;text-align: center; height: 3.17rem; box-sizing:border-box; -moz-box-sizing:border-box; /* Firefox */ -webkit-box-sizing:border-box; }
	.n_q li.z-on{ border-top: 0.25rem solid #3e60a3; font-weight: bold; color: #3e60a3; background: #fff;}
	.m-new .con{ float: left; display: inline; width: 100%;}
	.n_c ul{ padding: 0 3.9%;}
	.n_c ul li{ padding-left: 1.25rem; height:2.46rem; line-height: 2.46rem; font-size: 1rem; font-family: "microsoft yahei"; overflow: hidden; border-bottom: 1px dashed #e0e0e0; position: relative;}
	.n_c ul li:before{ content: ''; width: 0.33rem; height: 0.33rem; border-radius: 1rem; background: #a9a9a9; position: absolute; top: 1rem; left: 0;}
	.n_c ul li a{ color: #333333; display: block; float: left; width: calc(100% - 100px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
	.n_c ul li:nth-child(6){ border-bottom: 0;}
	.n_c ul li span{ float: right; font-size: 1rem; color: #c1c1c1;}
	/*尾部二维码*/
	.m-fewm{text-align:center;padding:10px}
	.m-wx{display:inline-block;font-size:0;margin: 0 5px;}
	.m-wx img{width:120px;}
	.m-wx p{font-size:12px;margin-top:5px;}
	/*底部按钮*/
	.m-fbtn{position:fixed;bottom:0;overflow: hidden;z-index: 999;width: 100%;background: #196fde;text-align: center;display:flex;min-width: 320px;max-width: 640px;}
	.m-fbtn a{flex:1;padding:7px 0;color:#fff;}
	.m-fbtn a i{font-size:16px;display:block;}
	.m-fbtn a span{display:block;line-height:20px;}
	/*内页面包屑导航样式 开始*/
	.m-btit {line-height: 35px;padding-left: 12px;font-size:14px;color:#666;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-top:1px solid #d9d9d9;box-shadow:0 1px #fff;position:relative;background-color:#f6f6f6;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#eaeaea));
		background-image: -webkit-linear-gradient(top, #f6f6f6, #eaeaea);  /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f6f6f6, #eaeaea); /*背景渐变，正常的写法*/
		border-bottom:1px solid #d9d9d9;
		} /*内页面包屑导航背景*/
	.m-btit:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;left:0;top:0;width:100%;border-top: 1px solid #fff;}	/*内页面包屑导航背景上面的线条*/
	.m-btit a{color:#666;}
	.m-btit span{ padding:0 8px; position:relative; height:100%; top:3px; left:-2px; display:inline;}
	.m-btit span:before{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;background:#7c7c7c;width:8px;height:8px;left:2px;top:3px;z-index:10;
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);}  /*角度45度，内页面包屑箭头样式*/
	.m-btit span:after{content:""; /*配合:before这个属性，写 before的时候一定要加上去*/position:absolute;width:8px;height:8px;left:1px;top:3px;z-index:11; background-color:#f2f2f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#eeeeee)); /*针对苹果老式浏览器写的兼容*/
		background-image: -webkit-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对苹果浏览器写的兼容*/
		background-image: -moz-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对火狐浏览器写的兼容*/
		background-image: -o-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对欧朋浏览器写的兼容*/
		background-image: -ms-linear-gradient(top, #f2f2f2, #eeeeee); /*背景渐变，针对手机微软浏览器写的兼容*/
		background-image: linear-gradient(top, #f2f2f2, #eeeeee);  /*背景渐变，正常的写法*/
		-moz-transform: rotate(45deg); /*角度45度，针对火狐浏览器写的兼容*/
		-o-transform: rotate(45deg); /*角度45度，针对欧朋浏览器写的兼容*/
		-webkit-transform: rotate(45deg); /*角度45度，针对苹果浏览器写的兼容*/
		transform: rotate(45deg);	} /*角度45度，内页面包屑箭头样式*/
	/*内页面包屑导航样式 结束*/

	.contactss ul li{width: 100%;margin: 0;}

	/*内页主体*/
	.inside{padding:0;margin-bottom:20px;}
	.nynav{width:100%;background: #f3f3f3;}
	.nyjc{margin-bottom:0;}
	#sidebar{padding: 0px;background: transparent;border: none;display: flex;flex-wrap: wrap;align-content: flex-start;width: 100%;}
	#sidebar li{margin-top: 0px;flex:1;}
	#sidebar li a{padding: 0 5px;}
	.nyshow{width:100%;}
	.nyshowdesc{margin-top: 10px;padding: 0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;overflow-x: auto;}
	.nyshowdesc>div{width:100% !important;}
	.nyshowdesc table{white-space: nowrap;}
	.nyhotnews>h3{background: url(../images/nyhotnewico.png) no-repeat left 10px top 10px;padding-left: 10px;}
	.nyhotnews-list li{width:100%;background:none;/* border-bottom: 1px dashed #ddd; */}
	.nyhotnews-list li a{width:calc(100% - 90px);}
	.ny-page a{padding:8px;font-size:12px;}
	/*图片模块*/
	.nyimg-ul{margin-top:20px;}
	.nyimg-ul li{width:50%;margin-bottom:10px;padding: 0 5px;}
	.nyimg-div a.nyimg-a{font-size:12px;}
	.showimg-top{margin-top:20px;}
	.showimg-top h1{font-size:20px;}
	.showimg-time span{font-size:12px;}
	.showimg-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
	/*视频模块*/
	.nyvideo-ul{margin-top:20px;}
	.nyvideo-ul li{width:50%;margin-bottom:10px}
	.nyvideo-div a.nyvideo-a{font-size:12px;}
	.showvideo-top{margin-top:20px;}
	.showvideo-top h1{font-size:20px;}
	.showvideo-time span{font-size:12px;}
	.showvideo-mp video, .showvideo-mp iframe{max-width:100%;}
	/*下载模块*/
	.nydown-list{margin-top:20px;}
	.nydown-list table thead{font-size:14px;white-space:nowrap;}
	.nydown-list table th{width: 30%;}
	.showdown-top{margin-top:20px;}
	/*文章模块*/
	.nynews-ul{margin-top:10px;}
	.nynews-ul li{padding:0 10px;margin-bottom:10px;}
	.nynews-ul li a dl{padding:8px;}
	.nynews-ul li a dl dt img{width:130px;}
	.nynews-ul li a dl dd{width:calc(100% - 140px);margin-top:0;margin-left:10px;}
	.nynews-ul li a dl dd h5{width:100%;font-size:14px;line-height:20px;}
	.nynews-ul li a dl dd em{height: 18px;line-height: 18px;font-size: 12px;}
	.nynews-ul li a dl dd p{font-size:12px;margin-top:0;}
	.nynews-ul li a dl dd span{display:none;}
	.shownews-top{margin-top:20px;}
	.shownews-top h1{font-size:20px;}
	.shownews-time span{font-size:12px;}
	.shownews-con{padding:0 10px;line-height: 1.6;font-size:14px;word-break: break-all;width: 100%;}
	/*标签*/
	.pro_key{padding:0 10px;}
	/*搜索模块*/
	.nysearch-ul{margin-top:10px;padding:0 10px;}
	.nysearch-ul li.nysearch-li{padding-bottom:10px;margin-bottom:10px;}
	.nysearch-til>h2{font-size:16px;}
	/*产品模块*/
	.nyprojc-til{background-size:100%;}
	.nyprojc-til a{padding:20px;}
	.nyprojc-til a span{color:#fff;}
	#sidebar1 li>a{line-height: 40px;height: 40px;}
	#sidebar1 li>a::before{height:40px;}
	#sidebar1 li>a>span{font-size:14px;}
	#sidebar1 li>a>i{top: 12px;}
	#sidebar1 li>.nypronav2{padding:5px 0;}
	#sidebar1 li>.nypronav2>a{font-size:12px;line-height:30px;}
	.nypro-ul li{width: 48%;margin: 1%;padding: 0;box-sizing:border-box;}
	.nypro-ul li a .nypro-txt{padding:10px 0;}
	.nypro-ul li a .nypro-txt p{padding:0;font-size: 14px;line-height: 25px;height: 25px;text-align: center;}
	.nypro-ul li a .nypro-txt span{padding:0;font-size: 12px;line-height: 20px;height: 20px;}
	.nyproshow-top>dt{width:100%;padding:0 10px;box-sizing:border-box;margin-bottom:20px;}
	.spec-items{width: calc(100% - 50px);}
	.nyproshow-txt{width:100%;padding:0 10px;box-sizing:border-box;margin-left:0;}
	.nyproshow-txt>h1{font-size:18px;text-align:center;}
	.showpro-telcon span{font-size:20px;}
	.showpro-tel a{display:none;}
	.showpro-con ul{margin-bottom:0;}
	.showpro-details .showpro-det{padding:10px;}
	.nyaboutpro>h3{padding-left:10px;background: url(../images/nyaboutproico.png) no-repeat 10px;}
}

@media (max-width: 768px) and (min-width:320px) {
	html { font-size:75%;}
}
@media (max-width: 768px) and (min-width:360px) {
	html { font-size:85%;}
}
@media (max-width: 768px) and (min-width:375px) {
	html { font-size:87.5%;}
}
@media (max-width: 768px) and (min-width:414px) {
	html { font-size:96%;}
}
@media (max-width: 768px) and (min-width:480px) {
	html { font-size:110.5%;}
}
@media (max-width: 768px) and (min-width:568px) {
	html { font-size:129%;}
}
@media (max-width: 768px) and (min-width:639px) {
	html { font-size:150%;}

}
.sss11{float:left;width: 540px;padding-left: 32px;}
.showpro-tel{overflow:hidden;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:10px 0;}
.showpro-telx{float:left;line-height:40px;}
.showpro-telx img{float:left;margin-right:12px;}
.showpro-telcon{float:left;}
.showpro-telcon p{float:left;color:#666;margin-bottom:0;}
.showpro-telcon span{float:left;color:#333;font-size:24px;font-family: arial;}
.showpro-tel a{float:right;display:block;line-height:40px;padding:0 20px;background: #196fde;color:#fff;}
.showpro-tel a i{margin-right:5px;}
.showpro-tel a:hover{background:#034ad8;}

/*翻页样式*/
.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{ border:1px solid #ccdbe4; padding:2px 8px 2px 8px; color:#035aac; display: inline-block; }
.metpager_5 a:hover { border:1px solid #035aac; color:#fff; background-color:#035aac;}
.metpager_5 a:active { border:1px solid #009; color:#000;}
.metpager_5 span.current { padding:2px 8px 2px 8px; margin:2px; color:#fff; background:#035aac; border:1px solid #035aac; text-decoration:none;display: inline-block;}
.metpager_5 span.disabled { border:1px solid #ccdbe4; padding:2px 8px 2px 8px; margin:2px; color:#999;display: inline-block;}

.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;}
@media (max-width:767px){
	.digg4>span:nth-child(-n+2){display:none;}
	.sss11{width:100%;padding-left: 0;}
	.showpro-telcon,.showpro-telx{width: 70%;}
	.showpro-telx img{margin-top: 5px;}
	.showpro-telcon span{ font-size: 20px;}
    .showpro-telcon p{width:100%;line-height: 16px;}
}
@media (max-width:355px){
	.showpro-telcon,.showpro-telx{width: 65%;}
}


.450px{ padding-top:450px; }

#zoom{z-index:99990;position:fixed;top:0;left:0;display:none;width:100%;height:100%;background:rgba(0,0,0,.8);filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"}
#zoom .content{z-index:99991;position:absolute;top:50%;left:50%;width:200px;height:200px;background:#fff no-repeat 50% 50%;padding:0;margin:-100px 0 0 -100px;box-shadow:-20px 20px 20px rgba(0,0,0,.3);border-radius:4px}
#zoom .content.loading{background-image:url(../images/loading.gif)}
#zoom img{display:block;max-width:none;background:#ececec;box-shadow:0 1px 3px rgba(0,0,0,.25);border-radius:4px}
#zoom .close{z-index:99993;position:absolute;top:0;right:0;width:49px;height:49px;cursor:pointer;background:transparent url(../images/close.png) no-repeat 50% 50%;opacity:1;filter:alpha(opacity=100);border-radius:0 0 0 4px}#zoom .previous,#zoom .next{z-index:99992;position:absolute;top:50%;overflow:hidden;display:block;width:49px;height:49px;margin-top:-25px}#zoom .previous{left:0;background:url(../images/arrows.png) no-repeat 0 0;border-radius:0 4px 4px 0}#zoom .next{right:0;background:url(../images/arrows.png) no-repeat 100% 0;border-radius:4px 0 0 4px}#zoom .close:hover{background-color:#da4f49}#zoom .previous:hover,#zoom .next:hover{background-color:#08c}