

body { margin: 0; padding: 0; font-size: 14px;  font-family:"Microsoft YaHei"; overflow-x: hidden; }
ul, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, form, input, hr, img, div, label, span, p, table, tr, td { margin: 0; padding: 0; list-style: none; border: 0;}
ol,ul{ margin-bottom: 0 !important }
.h1, .h2, .h3,.h5, h1, h2, h3,h5{ margin-top: 0; margin-bottom: 0 }
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0;
}
a{ text-decoration: none; outline: none !important;}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img{vertical-align: middle;}
a:focus, a:hover {
    text-decoration: none !important;
}
i,em{  display: block; font-style: normal; }
.fl{ float: left; }
.fr{ float: right; }
.clearfix{ clear: both; }
button,input, select {
    outline: none; border:0; background:none;
}
select::-ms-expand { display: none; }
select {
appearance:none;
-moz-appearance:none;
-webkit-appearance:none;

}
:focus{
    outline: 0;
}
input[type=text] {
    -webkit-appearance: none;
}

.w12{ width: 1200px; margin:auto; }
.w1560{ width: 1560px; margin:auto; }
.scale-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: block;
}
.scale-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.scale-img:hover img{transform: scale(1.1,1.1); -webkit-transform: scale(1.1,1.1);}

.header{ width: 100%; height: 110px; line-height: 100px; padding:0 45px; background:#fff; border-bottom:2px solid #8e3229; /*position: absolute; top: 0; z-index: 2;*/ }
.header .logo{ max-width: 265px; display: inline-block; vertical-align: top; margin-right: 35px; }
.header .logo img{ height: 52px; }
nav{ display: inline-block; vertical-align: top; /*margin-right: 25px;*/}
.nav{display: flex;}
nav li{ margin-left: 10px; position: relative; }
nav li:first-child{ margin-left: 0; }
nav li a{ padding:0 15px 8px !important; position: relative; color: #333333; font-size: 20px;font-weight: bold; text-align: center; }
nav li a:before{
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background:#ffaf02;
  left: 0;
  bottom: 0;
  transition: width .5s linear;
}
nav li a:after{
  content: "";
  position: absolute;
  width: 6px;
  height: 0;
  background:url(../image/nav-sanjiao.png) no-repeat;
  left: 50%;
  bottom: 2px;
  transition: height .2s linear;
}
nav li:hover a:before,nav li.active a:before{ width: 100%; }
nav li:hover a:after,nav li.active a:after{ height: 3px; }
nav li a:hover,nav li.active a{ 
  color:#8e3229;
  background: none !important
}
nav li.red a{ color: #8e3229 }
nav li.red:before{
  content: "";
  position: absolute;
  width: 23px; height: 17px;
  background:url(../image/nav-hot.png) no-repeat;
  right: 5px;
  top: 20px;
}

.nav li dl {
    top: 100%;
    position: absolute;
    left: 0;
    /*margin-left: -80px;*/
    width: 100%;
    z-index: 1;
    background-color: rgba(255,255,255,1);
    display: none;
    /*background-image: url(https://oss.kaoersi.com/public/images/nav_bg.png);*/
    background-repeat: no-repeat;
    background-position: center -17px;
    padding: 20px 0;
    z-index: 10000;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav li dl dd a{
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  text-align: center;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  padding: 5px 5px !important;
  font-weight: normal;
}
.nav li dl dd a:hover{color: #ffb202}
nav li dl dd a:before,nav li:hover dl dd a:after, nav li.active dl dd a:after{
  display: none;
}
nav li dl dd .nav-second{
    display: none;
   /*  width: 460px; */
   width: 488px;
    position: absolute;
    left: 100%;
    background:rgba(255,255,255,1);
    height: 100%;
    top: 0;
    padding:32px 20px;
    border-bottom-right-radius: 10px;
}
nav li:nth-child(3) dl{
  border-bottom-right-radius: 0;
}
nav li dl dd .nav-second:before{
  content: "";
  position: absolute;
  width: 1px;
  height: calc( 100% - 40px );
  background:#ffaf02;
  left:0;
  top: 20px;
}
nav li dl dd:nth-child(2) .nav-second a:nth-child(4){
  margin-right: 16px;
}
nav li dl dd .nav-second a{
  color: #333;
  font-size: 15px;
  line-height: 24px;
  padding: 20px 20px;
  display: inline;
}
nav li dl dd .ss {
  padding-top: 20px;
}
nav li dl dd .ss a{
  display: block;
  text-align: left;
}
nav li dl dd:hover .nav-second{
  display: block;
}




.header-tel{ 
  float: right;
  color: #ffaf02; font-size: 28px; font-weight: bold; position: relative; padding-left: 47px;  
  letter-spacing: 1px; display: inline-block; vertical-align: top;
}

.header-tel:before{
  content: "";
  position: absolute;
  width: 41px;
  height: 26px;
  background: url(../image/tel.png) no-repeat;
  background-size: cover;
  left: 0;
  top: 37px;
}
.pager a{
    color:#8e3229;
}
.new-login{
	padding-left: 20px;
}
.new-login .relative{
	position: relative;
}
.new-login .not-login{
	width: 56px;
	height: 56px;
	border-radius: 28px;
	overflow: hidden;
}
.new-login .not-login img{
	display: block;
	width: 56px;
	height: 56px;
	border-radius: 28px;
}
.new-login .not-login a img:nth-child(2){
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}
.new-login .not-login:hover.not-login a img:nth-child(2){
	transition: all .6s ease;
	opacity: 1;
}
.now-login img{
	width: 56px;
	height: 56px;
	border-radius: 28px;
	background: linear-gradient(180deg, #E3E6EA 0%, #E6E7EB 100%);
}
.now-login:hover ul{
	display: block;
}
.now-login ul{
	display: none;
	padding: 4px;
	position: absolute;
	right: 0;
	top: 84px;
	width: 108px;
	border-radius: 4px;
background: #FFFFFF;
box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.16);
z-index: 2;
}
.now-login ul li{
	font-size: 14px;
	color: #3d3d3d;
	text-align: center;
	line-height: 32px;
}
.now-login ul li a{
	color: #3d3d3d;
}
.now-login ul li:hover{
	border-radius: 4px;
	background: #FFF7E6;
	cursor: pointer;
}
/*导航新增部分S*/
.wapper1{
    padding:0 40px;
    margin: 0 auto;
    height: inherit;
    text-align: center;
    width: 1200px;
}

.wapper2{
    padding: 0;
    margin: 0;
    width: 1200px;
    height: inherit;
    margin:0 auto;
}

.lists1,.lists2,.lists3,.lists4,.lists8,.lists9{
    width: 100%;
    line-height: 60px;
    background: rgba(238,237,237,0.8);
    z-index: 100;    
    left: 0;
    right: 0;
    top:110px;
    font-size: 18px;
    display: none;
    position: absolute;
}
.lists2 dl{
    position: relative;
    margin:0 auto;
    height: auto;
    float: left;
}
.lists2 dt{
    float: left;
    width: 150px;
    line-height: 70px;
    font-weight: 100;
}
.lists2 dt span{
    float: right;
}

.lists2 dd {
    float: left;
    width: 1050px;
    line-height: 60px;
    margin-top: 10px;
}
.lists2 .lists-ul li{
    padding: 0 15px;

}
.lists-ul{
    display: inline-block;
}

.lists-ul{
    display: inline-block;
}

.lists-ul1{
    display: inline-block;
    padding: 0;
    margin: 0;
}
.lists-ul li{
    float: left;
    line-height: 50px;
    display:inline;
}
.lists-ul1 li{
    line-height: 50px;
    display: inherit;
    padding: 0;
    padding-right: 35px;
}
.lists-ul li .span1,.lists-ul1 li .span1{
    color: #ffaf02;
    font-size: 33px;
    float: left;
    margin-right: 7px;
}

.lists-ul li .span2,.lists-ul1 li .span2{
    color: #000000;
    font-size: 18px;
    float: left;
    margin-right: 7px;
    font-weight: 500;
}

/*E*/
/*移动导航*/
.mobi-topNav{position:relative;height:50px;width:100%;background: #fff; box-shadow: 0 0 3px #ffaf02; }
.mobi-topNav .mobi-logo{height: 30px;max-width:230px;float:left; margin-top: 10px;    margin-left: 2%;}
.mobi-topNav .mobi-logo img{display: block;height: 30px;}
.mobi_nav_default{float:right; width:auto;height:100%; margin-right: 3%;}
.mobi_nav_default a{display: block;float:left;height:100%;box-sizing:border-box;cursor:pointer; margin-right: 15px;}
.mobi_nav_default a.current{border-bottom:3px solid #5cb047;}
.mobi_nav_default .searchBtn{width:45px;height:100%;background: url(https://oss.kaoersi.com/public/images/ssBtn1.png) no-repeat center center;background-size:auto 50%;}
.mobi_nav_default .searchBtn.current{background: url(https://oss.kaoersi.com/public/images/mobi_searchBg_cur.png) no-repeat center center;background-size:auto 50%;}*/
.mobi_nav_default .mobi_navBar{width:45px;height:100%;background: url(https://oss.kaoersi.com/public/images/mobi_navBar.png) no-repeat center center;background-size:auto 50%;}*/
.mobi_nav_default .mobi_navBar{ float: left; }
.mobi_nav_default .mobi_navBar.current{background: url(https://oss.kaoersi.com/public/images/mobi_navBar_cur.png) no-repeat center center;background-size:auto 50%;}

.mobi_top_default{height:30px; position: absolute; top: 15px; right:60px; }
.mobi_top_default a{display: block;float:left;height:100%;box-sizing:border-box;cursor:pointer;}
.mobi_top_default .searchBtn{width:25px;height:25px;background: url(../image/sousuo.png) no-repeat center center;background-size:100%; margin-top: -1px; }
.mobi_search_con{display:none;height:60px;position:absolute;top:0;left:0;right:0;background: #ededed; z-index: 1009;padding: 0 0.7em;}
.mobi_con_inner{position:relative;width:86%;background: #fff;    border: solid 1px #bfbfbf;border-radius: 3px;height:38px;margin:15px 0;}
.mobi_con_inner .mobibtn{position:absolute;top:0;right:0;border:0;width:40px;height:100%;background: url(../image/sousuo.png) no-repeat center center;background-size:auto 60%;}
.mobi_con_inner .mobitext{display:block;width:200px;background: none;border:0;height:14px;font-size:14px;padding:18px 10px;color:#333;box-sizing:border-box;}
.search-cancel-btn {
    line-height: 30px;
    width: 46px;
    position: absolute;
    right: 0;
    top: 20px;
}
.pl-10 {
    padding-left: 10px;
}
.c-fff {
    color: #333;
}

.mobi_navfixed{display:none;position: fixed;width:235px;left:-210px;top:0;height:100%;background: #333333;z-index:10000;}
.mobi_navfixed.current{left:0;}
.navfixmask{display:none;position: fixed;width:100%;height:100%;top:0;left:0;background: #000;opacity: 0.6;z-index:998}
.navfixed_con{position:relative;z-index:100;width:100%;height:100%;overflow-y: auto;}
.navfixed_con a{display: block;width:100%;box-sizing:border-box;position: relative;text-decoration: none;}
.navfixed_con .same{position: relative;}
.navfixed_con .iglys{position: absolute;top:0;width:40px;}
.navfixed_con i.glyphicon{position: absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px;font-size:16px;color:#fff;}
.navfixed_con>ul>li>.same>.iglys{right:0;height:50px;}

.navfixed_con>ul>li>.same>a{padding-left:20px;font-size:14px;color:#fff;height:50px;line-height:50px;border-bottom:1px solid #1a1a1a;border-top:1px solid #464545;}
.navfixed_con>ul>li:first-child>.same>a{border-top:0;}

.navfixed_con .mobiSecondNav{display: none;}
.navfixed_con .mobiSecondNav>ul>li>.same>a{font-size:13px;color:#fff;border-bottom:1px solid #1a1a1a; padding:10px 10px 10px 30px;}
.navfixed_con .mobiSecondNav>ul>li>.same>.iglys{right:10px;height:40px;}

.navfixed_con .mobithreeNav{display: none;}
.navfixed_con .mobithreeNav>ul>li>.same>a{font-size:13px;padding-left:40px;color:#fff;height:36px;line-height:36px;border-bottom:1px solid #1a1a1a;}
.navfixed_con .mobithreeNav>ul>li>.same>.iglys{right:15px;height:36px;}


.glysamei{-webkit-transition: all 0.3s linear}
.glysamei.current{transform:rotate(90deg);-webkit-transform:rotate(90deg); -webkit-transition: all 0.3s linear;}

#hamburger {
  cursor: pointer;
  float: right;
  margin-top: 7px;
  /*margin-right: 3%;*/
}

#hamburger span,
#hamburger::before,
#hamburger::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #8e3229;
  margin: 8px 0;
  transition: 0.3s;
  text-indent: -999em;
}

.mobi_navBar.current #hamburger::before {
  transform: translate(0, 10px) rotate(-45deg);
}

.mobi_navBar.current #hamburger span {
  opacity: 0;
}

.mobi_navBar.current #hamburger::after {
  transform: translate(0, -10px) rotate(45deg);
}

.wrapper.hamburger::after {
  content: "";
  display: block;
  height: 0;
  clear: left;
}

footer{ width: 100%; position: relative; clear: both; /*overflow: hidden;*/ background: url(../image/footer-bg.png) no-repeat; background-size: 100% 100%;  }
footer.inside-footer{ background: url(../image/footer-bg-inside.jpg) no-repeat; background-size: 100% 100%;}
.w1200{ width:1200px;margin: 0 auto;}
.footer-info{ padding-top: 40px; /*overflow: hidden;*/ clear: both;}
.footer-info .footer-top{display: flex;justify-content: space-between;padding-bottom: 27px;border-bottom: 2px solid #c6c6c6;margin-bottom: 30px;align-items: center;}
.footer-info-l{ display: flex; justify-content: space-between;}
.footer-info-l li{display: flex; align-items: center;margin-bottom: 30px;}
/*.footer-info-l li:last-child{ margin-bottom: 0px; }*/
.footer-info-l li h5 a{ color: #fff; font-size: 15px;border:1px solid #fff;padding: 5px 8px; margin-right: 22px;}
.footer-info-l li .white-line{display: inline-block; width: 2px;height: 14px;background-color: #fff;margin: 0 10px;}
.footer-info-l li .white-line:last-child{display: none;}
.footer-info-l li dl{ display: flex; align-items: center;  }
.footer-info-l li dd a{ color: #fff; font-size: 15px; line-height: 28px;  }
.footer-info-l li dd a:hover{ color: #fff; }
.footer-info-l li dl::-webkit-scrollbar{ width:2px; }
.footer-info-l li dl::-webkit-scrollbar-track{ background:rgba(255,255,255,0.3);}
.footer-info-l li dl::-webkit-scrollbar-thumb{ background:#ffaf02;}
/*.footer-info-l li dl{
    scrollbar-face-color:#ffaf02;
    scrollbar-highlight-color:#fff;
    scrollbar-3dlight-color:#fff; 
}
  */


.footer-info-r{ width: 240px; }
/*.footer-info-r li{ 
  width: 120px; height: 103px; position: relative; margin-bottom: 17px; background:url(https://oss.kaoersi.com/public/images/footer-ling.png) no-repeat; 
  float: left; 
  overflow: hidden; 
}*/
.footer-info-r li:nth-child(2n){ float:right; }
.footer-info-r li a{ width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.footer-info-r li i{ width: 32px; height: 32px; margin:auto; }
.footer-info-r li i.tel{ background:url(../image/footer-tel.png) no-repeat; }
.footer-info-r li i.wechat{ background:url(../image/footer-ewm.png) no-repeat; }
.footer-info-r li p{ color: #fff; margin-top: 10px; font-size: 14px;}
.footer-info-r li:hover p{ color: #ffaf02 }
.footer-info-r li:hover i.tel{ background:url(../image/footer-tel-on.png) no-repeat; }
.footer-info-r li:hover i.wechat{ background:url(../image/footer-ewm-on.png) no-repeat; }


.footer-info-r li span{
  width:100%;
  height:110px;
  display: block;
/*  text-align:center;
  background:#fff;
  position:absolute;
  top:0; 
  left:0; 
  border-radius:4px;
  box-shadow:0 0 10px #d9d9d9;
  z-index:15;
  padding:5px;
  opacity:0;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;*/
}
.footer-info-r li span img{ 
  /*width: 100%; 
  height: 100%;*/ 
  width: 110px; 
  height: 110px; 
}
.footer-info-r li:hover span{
  opacity: 1;
}


.footer-info-r li:nth-child(3),.footer-info-r li:nth-child(4){ margin-bottom: 0; }
.footer-link{ /*padding-top: 17px;*/ clear: both; overflow: hidden; padding-bottom: 13px;  font-size: 14px;color: #e5e5e5; font-weight: bold;}
.footer-link a{ font-weight: normal; color: #b2b2b2; margin-right: 13px;}
.footer-link .yqjl-btn{position: absolute;right: 0;top: 38px;}
.footer-link .yqlj{display: flex;position: relative;}
.footer-link .yqlj .yqlj-hidden{display: none;}
.footer-link .yqlj .yqlj-height{height: 43px;overflow:hidden;}
.footer-link .yqlj div:first-child{width: 250px;}
.footer-link a:hover{ color: #fff; }

.coprRight{text-align: center;width: 90%;margin-top: 7px;margin-right: auto;margin-left: auto;}
.coprRight img{display:inline}
.coprRight p{ text-align: center; color: #808080;}
.coprRight a{ text-align: right; color: #808080;}
.coprRight a:hover{ color: #fff; }
.toTop{ width: 33px; height: 33px; display: block;  }




.bottom-fixed{ width: 100%; height: 100px; border-top: 1px solid #ffaf02; background: rgba(51, 51, 51,.8); 
  position: fixed; bottom: 0; z-index: 9999; cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);}
.close-bottom-fixed{ width: 25px; height: 100px; position: fixed; background:#000; z-index: 10000; left: 0; bottom: 0;cursor: pointer;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);}
.close-bottom-fixed:before{
  content: "";
  position: absolute;
  width: 10px;
  height: 18px;
  background:url(../image/float-arrow1.png) no-repeat;
  left: 7.5px;
  top: 41px;
}
.close-bottom-fixed.active:before{
  background:url(../image/float-arrow2.png) no-repeat;
}
.w1120{ width: 1120px; height: 100%; margin:auto; display: flex; align-items: center;}
.bottom-fixed .bottom-logo{ display: block; }
.bottom-fixed h5{ color: #fff; font-size: 24px; margin: 0 100px;  }
.bottom-fixed .bottom-zixun{ width: 150px; line-height: 40px; height: 40px\0; text-align: center; display: block; color: #000; font-size: 20px; background:#ffaf02; border-radius: 50px;}



.right-fixed{ width: 70px;  position: fixed; top: 50%; margin-top: -248px; right: 0; z-index: 10;  height: 497px; display: none;  }
.right-fixed ul { width: 100%; zoom:1;}
.right-fixed li {  position: relative;  width: 70px; height: 70px;  float: right;  line-height: 70px; border-bottom: 1px solid #fff;  background: #00508f; transition: width .3s, background .3s, margin .3s;}
.right-fixed li.right-fixed1 {width: 230px;  margin-right: -160px; }
.right-fixed li.right-fixed2{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed3{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed4{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed5{ width: 230px; margin-right: -160px; }
.right-fixed li.right-fixed6{ width: 230px; margin-right: -160px; }
.right-fixed li.top{ background:#333; }
.right-fixed li a { display: block;  width: 100%;  height: 100%;}
.right-fixed li .ico { width: 70px; height: 70px; position: absolute;  top: 0;  left: 0;  transition: left .3s;}
.right-fixed li.right-fixed1 .ico, .right-fixed li.right-fixed2 .ico ,.right-fixed li.right-fixed3 .ico,
.right-fixed li.right-fixed4 .ico, .right-fixed li.right-fixed5 .ico ,.right-fixed li.right-fixed6 .ico,
{left: 0;}
.right-fixed li .ico.ico01 {background: url(https://oss.kaoersi.com/public/images/right-i1.png) no-repeat center;}
.right-fixed li .ico.ico02 {background: url(https://oss.kaoersi.com/public/images/right-i2.png) no-repeat center;}
.right-fixed li .ico.ico03 {background: url(https://oss.kaoersi.com/public/images/right-i3.png) no-repeat center;}
.right-fixed li .ico.ico04 {background: url(https://oss.kaoersi.com/public/images/right-i4.png) no-repeat center;}
.right-fixed li .ico.ico05 {background: url(https://oss.kaoersi.com/public/images/right-i5.png) no-repeat center;}
.right-fixed li .ico.ico06 {background: url(https://oss.kaoersi.com/public/images/right-i6.png) no-repeat center;}
.right-fixed li .ico.ico07 {background: url(https://oss.kaoersi.com/public/images/right-i7.png) no-repeat center;}
.right-fixed li p {
    font-size: 15px;
    color: #fff;
    line-height: 70px;
    padding: 0 20px;
    transition: transform .3s;
}
.right-fixed li.right-fixed1 p, .right-fixed li.right-fixed2 p , .right-fixed li.right-fixed3 p,
.right-fixed li.right-fixed4 p, .right-fixed li.right-fixed6 p
{
    padding: 0 20px 0 70px;
}
.right-fixed li.right-fixed5 p{ padding:0 0 0 70px; }
.right-fixed li:hover {  background: #17a90b;}
.right-fixed li.right-fixed1:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed2:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed3:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed4:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed5:hover {margin-right: 0;width: 230px; background: #17a90b}
.right-fixed li.right-fixed5:hover p{ width: 160px; height:160px; border:1px solid #ccc; padding:0; background: #fff; padding-left: 0;}
.right-fixed li.right-fixed5:hover p img{ display: block; width: 100%; }
.right-fixed li.right-fixed6:hover {margin-right: 0;width: 230px;}
.right-fixed li.right-fixed1:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed2:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed3:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed4:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed5:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed6:hover .ico{right: 0;left: auto;}
.right-fixed li.right-fixed1:hover p,.right-fixed li.right-fixed2:hover p,
.right-fixed li.right-fixed3:hover p,.right-fixed li.right-fixed4:hover p,.right-fixed li.right-fixed6:hover p{ padding: 0 20px; }
/*.right-fixed li.right-fixed1:hover .ico.ico01 {background: url(https://oss.kaoersi.com/public/images/right-i1-hover.png) no-repeat center;} 
.right-fixed li.right-fixed2:hover .ico.ico02 {background: url(https://oss.kaoersi.com/public/images/right-i2-hover.png) no-repeat center;} 
.right-fixed li.right-fixed3:hover .ico.ico03 {background: url(https://oss.kaoersi.com/public/images/right-i3-hover.png) no-repeat center;} */
/*.right-fixed li.top:hover .ico.ico04 {background: url(https://oss.kaoersi.com/public/images/right-i4-hover.png) no-repeat center;} */
/*右侧悬浮*/
.rides-cs {  
  font-size: 12px; 
  background:#ffaf02; 
  position: fixed; 
  top: 50%; right: 0px; 
  _position: absolute; z-index: 1500; 
  border-radius:6px 0px 0 6px;
  padding: 20px 0;
  margin-top: -115px;
}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ffaf02; text-decoration: none;}
.rides-cs .floatL { 
  width: 36px; 
  float:left; 
  position: relative; 
  z-index:1;
  height: 190px;
}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden; display: none;}
.rides-cs .floatR .cn {background:#F7F7F7; border-radius:6px;x}
.rides-cs .cn .titZx{ font-size: 16px; color: #333;
  font-weight:600; 
  line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { 
  line-height: 38px; 
  height:38px;
  border-bottom: solid 1px #E6E4E4;
  overflow: hidden;
  text-align:center;
}
.rides-cs .cn ul li a{
  color: #777;
  font-size: 14px;
}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:17px; left: 0;  background-image: url(../image/shopnc.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: -410px 0;}
.rides-cs .btnCtn { background-position: -450px 0;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}

.rides-cs .cn ul li:last-child{
  border-bottom:0;
}
.rides-cs .cn ul li a:hover{
  color: #ffaf02
}

.rides-cs .cn ul li span {
    width: 110px;
    height: 110px;
    display: block;
    text-align: center;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -55px;
    margin-left: -120px;
    border-radius: 4px;
    box-shadow: 0 0 10px #d9d9d9;
    z-index: 15;
    padding: 5px;
    opacity: 0;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.rides-cs .cn ul li img { 
  vertical-align: middle;
  width: 100%;
    height: 100%;
}
.rides-cs .cn ul li:hover span {
    opacity: 1;
}
/* 网站右侧表单 */
.all-fixed-right-silder{
  position: fixed;
  top: 30%;
  right: 0;
  background-color: #fff;
  border-radius: 20px 0px 0px 20px;

  padding: 0 14px;
    box-shadow: 0px 0px 15px 1px rgb(0 0 0 / 6%);
    z-index: 9;
}
.all-fixed-right-silder::before{
  content: "";
  position: absolute;
  background-image: url(../image/welocome.gif);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  right: 0;
  top: -73px;
  width: 76px;
  height: 73px;
}
.all-fixed-right-silder ul .relative{
    position: relative;
}
.all-fixed-right-silder .mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.all-fixed-right-silder .mb-8px{
  margin-bottom: 4px;
}
.all-fixed-right-silder ul li:nth-child(2) .lef-non{
    left: -135px;
}
.all-fixed-right-silder ul li{
	padding: 18px 0;
	border-bottom: 1px solid #e3e3e3;
}
.all-fixed-right-silder ul li:last-child{
	border-bottom: none;
}
.all-fixed-right-silder ul li .fixed-y-img{
	display: none;
}
.all-fixed-right-silder ul li p.text-gray-999{
	margin-top: 12px;
	color: #999;
}
.all-fixed-right-silder ul li:hover .text-gray-999{
	color: #ffaf02 !important;
}
.all-fixed-right-silder ul li .text-ora-ffa{
    color: #ffaf02;
}
.all-fixed-right-silder ul li:hover .fixed-y-img{
	display: inline-block;
}
.all-fixed-right-silder ul .flex{
  display: flex;
}
.all-fixed-right-silder ul .justify-around{
  justify-content: space-around;
}
.all-fixed-right-silder ul li:hover .fixed-b-img{
	display: none;
}
.all-fixed-right-silder ul li:hover .lef-non{
	display: inline-block;
}
.all-fixed-right-silder ul li .ttel{
  width: 160px;
  text-align: left;
  padding: 13px 0 9px 15px !important;
}
.all-fixed-right-silder ul li:hover .ttel{
  top: 20px;
  left: -183px;
}
.all-fixed-right-silder ul li .lef-non{
    position: absolute;
	background-color: #fff;
	padding: 2px 0px 9px 2px;
	top: 0px;
	z-index: 1;
	left: -172px;
	border-radius: 4px;
	transition: all .3s;
	display: none;
	overflow: hidden;
	box-shadow:0px 0px 15px 1px rgba(0, 0, 0, 0.06);
}
.all-fixed-right-silder ul li .lef-non img{
  width: 142px;
}
@media screen and (max-width:1600px) {
    .w1600,.w1560{ width: 1200px; margin: auto }
    .header{
      height: 90px;
      line-height: 90px;
      padding:0 40px;
    }
    .header .logo{
      margin-right: 20px;
    }
    .header .logo img {
      height: 32px;
    }
    .header-tel{
      /* display: none; */
    }
    nav{
    }
    nav li{
      margin-left: 19px;
    }
    nav li a{
      font-size: 16px;
      padding:0 8px 0 !important;
    }
    .header-tel{
      padding-left: 40px;
      font-size: 16px;
    }
    .header-tel:before{
      width: 30px;
      height: 19px;
      top: 35px;
    }
    nav li dl dd .nav-second{
      width: 460px;
    }
    footer{
      height: 428px;
    }
    .footer-info{
      padding-top: 40px;
    }
    .footer-info-l {
    }
    .footer-info-l li{
      width: calc( ( 100% - 160px ) / 5 );
      width: auto;
    }
    .footer-info-r{
      width: 280px;
    }
    .nav li dl dd a{
      font-size: 14px;
    }
    nav li dl dd .nav-second a{
      font-size: 14px;
    }
}
/*当屏幕小于1366时的样式*/
/*@media screen and (max-width:1366px) {
  nav{
    display: none;
  }
  .protip{
    display: block;
  }
}*/
/*当屏幕小于1845时的样式*/
@media screen and (max-width:1845px) {
    .w1600,.w1560{ width: 1200px; margin: auto }
    .header{
      height: 90px;
      line-height: 90px;
      padding:0 40px;
    }
    .header .logo{
      margin-right: 20px;
    }
    .header .logo img {
      height: 32px;
    }
    nav{
    }
    nav li{
      margin-left: 19px;
    }
    nav li a{
      /* font-size: 16px; */
      padding:0 8px 0 !important;
    }
    .header-tel{
      padding-left: 40px;
      font-size: 18px;
    }
    .header-tel:before{
      width: 30px;
      height: 19px;
      top: 35px;
    }
    nav li dl dd .nav-second{
      width: 460px;
    }
    footer{
      height: 428px;
    }
    .footer-info{
      padding-top: 40px;
    }
    .footer-info-l {
    }
    .footer-info-l li{
      width: calc( ( 100% - 160px ) / 5 );
      width: auto;
    }
    .footer-info-r{
      width: 280px;
    }
    .nav li dl dd a{
      font-size: 14px;
    }
    nav li dl dd .nav-second a{
      font-size: 14px;
    }
}
@media screen and (max-width:1440px) {
    .w1600,.w1560{ width: 1200px; margin: auto }
    .header{
      height: 90px;
      line-height: 90px;
      padding:0 40px;
    }
    .header .logo{
      margin-right: 20px;
    }
    .header .logo img {
      height: 32px;
    }
    nav{
      /*margin-right: 15px;*/
    }
    nav li{
      margin-left: 19px;
    }
    nav li a{
      font-size: 16px;
      padding:0 8px 0 !important;
    }
    .header-tel{
      padding-left: 40px;
      font-size: 16px;
      display: none;
    }
    .header-tel:before{
      width: 30px;
      height: 19px;
      top: 35px;
    }
    nav li dl dd .nav-second{
      width: 460px;
    }
    footer{
      height: 428px;
      background-size: 100% 100% !important;
    }
    .footer-info{
      padding-top: 40px;
    }
    .footer-info-l {
      width: auto;
    }
    .footer-info-l>ul li:first-child{
      width: auto;
    }
    .footer-info-l li{
      width: calc( ( 100% - 160px ) / 5 );
      width: 110px;
      margin-left: 40px;
    }
    .footer-info-l .footer-info-r li:last-child{
      margin-left: 0;
    }
    .nav li dl dd a{
      font-size: 14px;
    }
    nav li dl dd .nav-second a{
      font-size: 14px;
    }
    .w1200{
      width: 94%;
    }
    .coprRight{
      display: block;
      width: 100%;
    }


}
@media screen and (max-width: 1366px){
  nav li{
    margin-left: 12px;
  }
  .nav{
    width: 910px;
    /* overflow: hidden; */
  }
}
@media screen and (max-width:1024px) {
  body{ min-width: 100%; }
  .w12,.w1600,.w1560{ width: 94%; }
  .right-fixed{ height: 40px; margin-top: -20px; }
  .right-fixed li{ display: none; }
  .right-fixed li.top{ display: block; width: 40px; height: 40px;line-height: 40px; }
  .right-fixed li .ico{ width: 25px; height: 25px; }
  .right-fixed li .ico.ico07{ background-size: 100% 100%; bottom: 0;right: 0; margin:auto; }
  footer{
    height: auto; overflow: hidden;
    background: url(../image/footer-bg-inside.jpg) no-repeat;
  }
  .toTop{
    display: none;
  }
  footer.inside-footer{
    height: auto; overflow: hidden;
  }
  .footer-info,.footer-link{
    display: none;
  }
  .coprRight{
    line-height: initial;
    padding:10px 0;
  }
  .coprRight p{
    float: initial;
    text-align: center;
  }
  .coprRight a{
    float: initial;
    text-align: center;
    display: block;
  }
  .close-bottom-fixed,.bottom-fixed,.botClose{
    display: none;
  }
  #floatTools{
    display: none;
  }
}
/*2020-09-21*/
footer .zl-scrollBar{
    width:2px !important;
    background: #ffaf02 !important;
}
footer .zl-scrollBarBox{
    width:2px !important;
    background:rgba(255,255,255,0.4) !important;
}
.sort-page-wrap {
    margin: 68px 0 102px;
}
.sort-page-wrap a {
    height: 38px;
    margin-right: 10px;
    border: 1px solid #000000;
    padding: 8px 12px;
    text-align: center;
    color: #000000;

}

.sort-page-wrap .active {
    background: #ffaf02;
    border: 1px solid #ffaf02;
}

.sort-page-wrap .prev, .sort-page-wrap .next {
    width: 70px;
    height: 38px;
    line-height: 21px;
    border: 1px solid #000000;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.sort-page-wrap .prev, .sort-page-wrap .next{
    color: #000000;
}
span.dot{
    margin-top: 5px;
    margin-right: 7px;
}

.header {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.protip {
  display: none;
}

.iglys {
  display: none;
}

.nav>li>.same>a {
  display: block;
}

@media screen and (max-width: 750px) {
    .yxk-main3-ul li{width:auto!important;margin:0!important}
  .all-fixed-right-silder{
    display: none;
  }
  i.glyphicon {
    color: #fff;
  }
  .block {
    display: block !important;
  }
  nav li{
    padding-left: 0 !important;
  }
  nav ul>li>a{
    padding-left: 20px !important;
  }
  nav ul>li>div>a{
    padding-left: 20px !important;
  }
  nav li.active a {
    color: #fff;
  }

  .header {
    padding: 0 3%;
    width: 100%;
    height: 50px;
  }

  .mobi-logo {
    line-height: 50px;
  }
  .new-login{
	display: none;
  }
  .header .logo img {
    height: 30px;
  }

  .header-tel {
    display: none;
  }

  .protip {
    display: block;
  }

  .iglys {
    display: block;
  }

  .mob-nav-bg {
    /*margin-top: 50px;*/
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #333;
    z-index: 11;
  }

  .nav {
    display: none;
    max-height: 93%;
    overflow-y: auto;
    top: 50px;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: #333;
    z-index: 12;
  }

  .nav li a {
    color: #fff;
    text-align: left;
    display: block;
  }

  nav li a:before {
    content: none;
  }

  nav li a:after {
    content: none;
  }

  .nav li.red a {
    color: #fff;
  }

  .nav li.red:before {
    background-image: none;
  }

  nav li {
    margin-left: 0;
    padding-left: 15px;
    line-height: 50px;
    border-bottom: 1px solid #1a1a1a;
    display: block;
    width: 100%;
  }

  nav ul>li>div.same,nav ul>li>dl>dd.same {
    align-items: center;
    padding-right: 30px;
    display: flex;
    justify-content: space-between;
  }
  #second>.same{
       align-items: center;

    display: flex;
    padding:8px 30px 8px 0;
    justify-content: space-between;
  }

  /*二级导航*/
  .mobiSecondNav dl dd {
    background-color: #333;
    border-top: 1px solid #1a1a1a;
  }

  .mobiSecondNav dl.block dd a {
    padding-left: 30px !important;
  }

  .mobiSecondNav dl dd:last-child {
    border-bottom: none;
  }

  nav ul>li>dl>dd:last-child {
    border-bottom: none;
  }
  nav ul>li.red .pc-red{
    position: inherit;
  }
  #second{
    padding-top: 0;
    padding-bottom: 0;
    background-color: #333;
  }
  #second dl {
    position: inherit;
  }
  #second dl dd a {
    color: #fff;
    padding-left: 30px !important;
  }
  .nav li dl {
    padding: 0;
  }

  .nav li dl dd a {
    font-size: 16px;
    padding-left: 30px;
    text-align: left;
  }

  nav ul>li>dl>dd>.same {
    padding-left: 30px;
    border-top: 1px solid #1a1a1a;
  }

  /*三级导航*/
  .nav li dl dd .nav-second {
    padding: 0 ;
    width: 100%;
    position: inherit;
  }

  .nav li dl dd .nav-second a {
    display: block;
    width: 100%;
  }

  nav li dl dd .nav-second:before {
    content: none;
  }

  .nav li dl dd .nav-second a {
    padding-left: 50px !important;
    border-top: 1px solid #1a1a1a;
  }
  #thrid{
    background-color: #333;
    display: none;
  }
  .over{
    overflow: hidden
  }
}

.article_content h2{
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}