/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  

*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1600px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.fixed{
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header .title{
  line-height: 30px;
  background: #474747;
}
.header .title::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.header .title .l{
  font-size: 14px;
  color:#fff;
}
.header .title .r{
   font-size: 13px;
  color:#B5B5B5;
}
.header .title .r .tel{
  float: left;
  font-size: 13px;
  color:#fff;
  padding-left: 34px;
  margin-right: 18px;
  background: url(../images/ico1.png) no-repeat left center;
}
.header .title .r .tel span{
  color:#fff;
  font-size: 14px;
  font-weight: bold;
}
.header .title .r a{
  display: block;
  float: left;
  font-size: 13px;
  color:#fff;
  margin-right: 18px;

}
.header .title .gz{
  float: left;
  position: relative;
   padding-left: 20px;
  margin-right: 18px;
}
.header .title .gz .ss{
  position: absolute;
  top: 100%;
  left: -40px;
  width: 126px;
  height: 126px;
  z-index: 99;
  display: none;
 
}
.header .title .gz:hover .ss{
  display: block;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 120px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#222222;
    display: block;
    font-weight: bold;
    line-height:120px;
    margin: 0 24px;
    text-align: center;
}
.nav li:hover .v1{
  border-color: #164099;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 200px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #D72C1A;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#D72C1A;
}
.nav .tel{
  font-size:22px;
  color:#000000;
  font-family: Arial;
  line-height: 120px;
  padding-left: 35px;
  font-weight: bold;
  position: relative;
  margin-left: 24px;
  background: url(../images/ico_tel.png) no-repeat left 0 center;
}

.menuBtn{
    display: none;
    position: fixed;
    top: 16px;
    right: 12px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 4px;background-color: #F34937;
    margin: 4px 0;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0px;top: 50%;margin-top: -5px;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}
 

.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 49.06vw;
    line-height:;
    
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 18px;height: 18px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #D72C1A;}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 37px;
    position: relative;
    padding-top: 32px;
    background: url(../images/txt1.png) no-repeat top center;
}
.g-tit .en{
  background: linear-gradient(0deg, #FFFFFF 0%, #AFBDC8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color:rgba(102, 102, 102, .25);
  font-size: 100px;
  font-family: Impact;
}
.g-tit .cn{
    color:#333;
    font-size: 40px;
    font-weight: bold;  
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.g-tit i{
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 1px;
  background: #A6A6A6;
  margin:0 14px;
}
.g-tit .desc{
    font-size: 15px;
    color:#777777;
}
.row1{
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat;
  padding: 58px 0 68px;
}
.g-pronav{
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 40px;
}
.g-pronav .name{
  float: left;
  overflow: hidden;
  background: #D72C1A;
  color:#fff;
  width: 300px;
  height: 110px;
  padding: 32px 0 28px 51px;
}
.g-pronav .name .ico{
  float: left;
  width: 35px;
  height: 23px;
  margin-right: 18px;
  background: url(../images/ico1.png) no-repeat;
}
.g-pronav .name .txt{
  overflow: hidden;
  position: relative;
  top: -2px;
}
.g-pronav .name .txt .cn{
  font-size: 24px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 4px;
}
.g-pronav .name .txt .en{
  font-size: 16px;
  color:rgba(255, 255, 255, .5);
  font-family: Arial;
}
.ul-list1{
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 70px;
  border: 1px solid #DCDCDC;
} 
.ul-list1 li:hover a{
  color:#D72C1A;
}
.ul-list1 li a{
  font-size: 16px;
  color:#333333;
  line-height: 108px;
  position: relative;
  display: block;
}
.ul-list1 li a::after{
  content:'';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 50px;
  height: 5px;
  margin:0 auto;
  background: #D72C1A;
  display: none;
}
.ul-list1 li:hover a::after{
  display: block;
}
.ul-list1 li .more{
  color:#999999;
}
.row2{
  overflow: hidden;
  padding-top: 57px;
}
.sliderpro .swiper-slide{
  background-color: #fff;
  border: 1px solid #DCDCDC;
  padding: 30px 28px;
  overflow: hidden;
}
.sliderpro .tit{
  font-size: 22px;
  color:#000;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sliderpro .pic{
  position: relative;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.sliderpro .linka{
  overflow: hidden;
  border-top: 1px solid #DCDCDC;
  padding-top: 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.sliderpro .linka a{
  display: block;
  width: 150px;
  height: 52px;
  border: 1px solid #7D7D7D;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color:#333333;
}

.sliderys{
  overflow: hidden;
  background: url(../images/bg2.jpg)no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  
}
.sliderys .swiper-slide{
  padding: 40px 20px 48px;
  text-align: center;
  color:#fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.sliderys .swiper-slide:hover{
  background: rgba(0, 0, 0, .5);
}
.sliderys .swiper-slide:hover .ico{
   transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}
.sliderys .ico{
  margin:0 auto 39px;
  width: 160px;
  height: 160px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  transition:all .3s;
} 
.sliderys  .num{
  font-size: 36px;
  font-family: Impact;
  margin-bottom: 12px;
}
.sliderys .cn{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 2px;
}
.sliderys .en{
  font-family: Arial;
  font-size: 14px;
  color:rgba(255, 255, 255, .5);
  margin-bottom: 12px;
}
.sliderys .line{
  width: 24px;
  height: 3px;
  background: #F34937;
  margin:0 auto 18px;
}
.sliderys .desc{
  font-size: 16px;
  margin-bottom: 33px;
}
.sliderys a{
  display: block;
  margin:0 auto;
  width: 130px;
  height: 42px;
  line-height: 42px;
  background: #F34937;
  font-size: 14px;
  color:#fff;
}
.row3{
  overflow: hidden;
  padding: 62px 0 71px;
}
.slidercase.swiper-container{
  padding-bottom: 68px;
}
.slidercase a{
  display: block;
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.slidercase .tit{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 60px;
  padding-right: 77px;
  padding-left: 30px;
  font-size: 16px;
  color:#FFFFFF;
  background: rgba(0, 0, 0, .6) url(../images/ico7.png) no-repeat right 47px center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidercase .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
  }
.slidercase.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 42px;height: 8px;background: #E5E5E5;font-size:0;cursor:pointer;border: none;border-radius: 0%;opacity:1;display: inline-block;}
.slidercase.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #D72C1A;}


.row4{
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat;
  padding: 78px 0 11.35vw;
  -webkit-background-size: cover;
  background-size: cover;
}
.row4 .g-tit{
  text-align: left;
  padding-top: 36px;
  background-position: left top;
}
.row4 .g-tit .cn{
  color:#fff;
  font-size: 34px;
  margin-bottom: 16px;
}
.row4 .g-tit .desc{
  color:#fff;
  font-size: 17px;
  margin-bottom: 22px;
}
.row4 .g-tit .line{
  width: 38px;
  height: 3px;
  background: #F34937;
}
.row4 .info{
  color:#fff;
  font-size: 14px;
  line-height: 30px;
  max-width: 1100px;
  margin-bottom: 60px;
}
.row4 a{
  display: block;
  width: 130px;
  height: 42px;
  background: #F34937;
  font-size: 14px;
  color:#FFFFFF;
  text-align: center;
  line-height: 42px;
}
.row5{
  overflow: hidden;
  background: #F5F5F5;
  padding: 50px 0;
}
.g-mews{
  overflow: hidden;
}
.firstnew{
  float: left;
  width: 600px;
  margin-right: 30px;
  background-color: #fff;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.03);
}
.firstnew .pic{
  height: 400px;
  overflow: hidden;
}
.firstnew .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.firstnew .txt{
  padding: 30px;
}
.firstnew .time{
  font-size: 16px;
  color:#999999;
}
.firstnew .tit{
  font-size: 24px;
  color:#333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 56px;
  background: url(../images/pic4.jpg) no-repeat right  center;
}
.ul-news{
  overflow: hidden;
  background: #fff;
  padding: 50px 50px 60px;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.03);
}
.ul-news li{
  overflow: hidden;
  margin-bottom: 60px;
}
.ul-news li:last-child{
  margin-bottom: 0;
}
.ul-news .time{
  float: left;
  width: 102px;
  overflow: hidden;
  margin-right: 56px;
  
  font-family: Impact;
  border-right: 1px solid #DCDCDC;
}
.ul-news .time .day{
  font-size: 48px;
  color:#F34937;
}
.ul-news .time .yh{
  font-size: 14px;
  color:#666666;
}
.ul-news .txt{
  overflow: hidden;
  padding-right: 100px;
  padding-bottom: 9px;
  background: url(../images/pic4.jpg) no-repeat right center;
}
.ul-news .tit{
  font-size: 20px;
  color:#222222;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-news .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.71;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.links{
  overflow: hidden;
  background: #fff;
  padding: 30px 0;
}
.links .name{
  width: 174px;
  height: 55px;
  float: left;
  background: url(../images/ico8.png) no-repeat;
  margin-right: 50px;
}
.links .link{
  overflow: hidden;
}
.links .link a{
  font-size: 14px;
  color:#333333;
  line-height: 2.36;
  margin-right: 15px;
}
.footer{
  background: url(../images/bg4.jpg) no-repeat;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 47px;
}
.fnnav{
  overflow: hidden;
  margin-bottom: 55px;
}
.fnnav a{
  font-size: 16px;
  color:rgba(255, 255, 255, .5);
  display: inline-block;
}
.fnnav i{
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, .5);
  margin: -2px 15px 0;
}
.g-form{
  margin-bottom: 52px;
  overflow: hidden;
}
.g-form .w34{
  float: left;
  width: 340px;
  height: 50px;
  margin-right: 20px;
}
.g-form .w66{
  width: 660px;
  height: 50px;
  background: #fff;
  float: left;
}
.g-form  input{
  display: block;
  width: 100%;
  height: 50px;
  overflow: hidden;
  background: #fff;
  padding: 0 20px;
}
.fn_btn{
  overflow: hidden;
  float: right;
  width: 200px;
  height: 50px;
  background: #F34937;
  font-size: 14px;
  color:#FFFFFF;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.g-add{
  overflow: hidden;
}
.g-add .item{
  float: left;
  font-size: 16px;
  color:#FFFFFF;
  padding-left: 35px;
  background-repeat: no-repeat;
  line-height: 26px;
  margin-bottom: 26px;
  margin-right: 50px;
}
.g-add .item span{
  font-weight: bold;
  font-size: 18px;
}
.copy{
  background: rgba(0, 0, 0, .2);
  overflow: hidden;
  padding: 20px 0;
}
.copy a,.copy span{
  font-size: 14px;
  display: inline-block;
  color:rgba(255, 255, 255, .3);
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:9;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1800px) {
 .wp{width: 1400px;}
 .g-form .w66{width: 450px;}
}
@media only screen and (max-width: 1600px) {
  .wp{width: 1300px;}
  .g-form .w66{width: 360px;}
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .nav .tel{display: none;}
  .logo{line-height: 80px;height: 80px;}
  .nav li .v1{line-height: 80px;}
  .g-form .w34,.g-form .w66{width: 312px;}
  .ul-list1{padding: 0;display: block;border-bottom: none;border-right: none;}
.ul-list1 li{width: 25%;float: left;text-align: center;border-right:1px solid #DCDCDC;border-bottom:1px solid #DCDCDC;}
.ul-list1 li a{line-height: 54.5px;}
}
@media only screen and (max-width: 1350px) {
   .g-tit{-webkit-background-size: 0 0;background-size: 0 0;padding-top: 0;}
   .g-tit .cn{font-size: 26px;}
   .row4 .g-tit .cn{font-size: 26px;}
}
@media only screen and (max-width: 1230px) {
  .header .title{display: none;}
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    
    .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
   .firstnew{display: none;}
  .g-pronav .name{display: none;}
  .sliderpro .tit{font-size: 18px;}
  .sliderys .cn{font-size: 22px;}
  .row1,.row4,.row3,.row5{padding: 50px 0;}
  .row2{padding-top: 50px;}
  .row4 .g-tit{padding-top: 0;}
  .sliderys .ico{width: 80px;height: 80px;margin-bottom: 10px;}
  .sliderys .desc{font-size: 14px;}
  .slidercase.swiper-container{padding-bottom: 48px;}
  .g-form .w34, .g-form .w66{margin-bottom: 15px;}
  .fn_btn{clear:left;float: none;}
  .g-tit{margin-bottom: 20px;}

}
@media only screen and (max-width: 1023px) {
 .g-form .w34, .g-form .w66{width: auto;float: none;margin-right: 0;}
 .g-pronav{margin-bottom: 20px;}
 .ul-list1 li a{line-height: 44px;font-size: 14px;}
 .sliderpro .linka{padding-top: 20px;}
 .sliderpro .swiper-slide{padding: 20px;}
 .row2{padding-top: 30px;}
 .row1,.row4,.row3,.row5{padding: 30px 0;}
 .ul-news li{margin-bottom: 15px;}
  .ul-news{padding: 20px 0;}
  .ul-news .time{text-align: center;margin-right: 20px;}
  .ul-news .tit{margin-bottom: 6px;}
  .ul-news .txt{padding-right: 20px;background: none;}
  
  .fnnav a{font-size: 14px;}
  .fnnav{margin-bottom: 20px;}
  .footer{padding-top: 20px;}
  .g-form{margin-bottom: 30px;}
} 
@media only screen and (max-width: 960px) {

}
@media only screen and (max-width: 767px) {
.ul-list1 li{width: 50%;}
.g-tit i{display: none;}
.g-tit .cn{font-size: 22px;}
.g-tit{margin-bottom: 20px;}
.row4 .g-tit .desc{font-size: 14px;}
.row4 .info{margin-bottom: 10px;}
 .ul-news .time{width: 80px;}
 .ul-news .time .day{font-size: 42px;line-height: 1.1;}
 .ul-news .tit{font-size: 16px;margin-bottom: 0;}
  .links{padding: 20px 0;}
 .links .name{float: none;margin:0 auto 15px;}
 .g-add .item{font-size: 14px;float: none;margin-right: 0;margin-bottom: 10px;}
}
@media only screen and (max-width: 500px) {
.fnnav i{display: none;}
.fnnav a{margin-right: 15px;line-height: 2;}
}
  
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;width: 160px;padding-right: 0;border-right: none;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }


    .nav_mobile li{position: relative;}
    .nav_mobile li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;font-size: 14px;display: block; }
    .nav_mobile li i {
        display: block;
        width: 40px;
        height: 40px;
        background-position: center center;
          position: absolute;
          right: 0;
          top: 0;
        z-index: 9;
        background: url(../images/sel.png) no-repeat center center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav_mobile li .sub{
       padding: 10px 0;
    background-color: #D72C1A;
    display: none;
    }
    .nav_mobile li .sub a{padding-left: 20px;text-align: left;line-height: 30px;color:#fff;font-size: 14px;display: block;}
    .nav_mobile .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav_mobile li:hover .v1,
    .nav_mobile li.on .v1{
        background: none;
    }
    .nav_mobile li .v1::after{display: none;}
    #floatBottom{display: block;}
}


