/*-----------------[åˆå§‹åŒ–]--------------*/
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: 1500px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header.fixed .top{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.header .title{
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  font-size: 14px;
  color:#fff;
  padding: 0 200px;
  text-align: right;
  background-color: #253E67;
}
.header .title span{
  font-size: 18px;
  color:#fff;
  font-family: Arial;
  font-weight: bold;
}
.header .top{
  background: #fff;
  padding: 0 200px;
}
.header .top::after{
     content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.header i{
  display: inline-block;
  vertical-align: middle;
  height: 42px;
  background: url(../images/ico1.png) no-repeat;
  width: 26px;
  position: relative;
  top: 6px;
  margin-left: 30px;
  margin-right: 14px;
}
.header .tel{
  padding-left: 59px;
  margin-top: 37px;
  height: 46px;
  float: right;
  color:#E8E7E7;
  font-size: 14px;
  background: url(../images/ico1.png) no-repeat left  center;
}


.header .tel p{
  font-family: Impact;
  font-size:24px;
  line-height: 24px;
  color:#fff;
}
.logo{
    float: left;
    overflow: hidden;
    width: 30vw;
    height: 110px;
    text-indent: -1000em;
    background: url(../images/logo.jpg) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}

.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#333;
    display: block;
    padding: 0 20px;
    line-height:105px;
    text-align: center;
    border-bottom: 5px solid transparent;
}

.nav li:hover .v1{
  border-color: #38619C;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 270px;
    margin-left: -135px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 10;
    padding: 10px 0;
    background-color:#38619C;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#38619C;
}

.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: #38619C;
    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: 39.58vw;
}
.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: 12px;height: 12px;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:#f1dc13;}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 38px;
}
.g-tit .tit{
  font-size: 42px;
  font-weight: bold;
  line-height: 1.1;
  position: relative;
}
.g-tit .line{
  width: 50px;
height: 1px;
background: #000;
margin:20px auto 0;
}
.g-tit .tit .line{
  margin:0 auto;
  width: 50px;
  height: 1px;
  background: #000;
}
.g-tit .desc{
    font-size: 16px;
    color:#555555;
    line-height: 1.88;
    margin-top: 10px;
}
.g-tit.sty1 .tit,
.g-tit.sty1 .desc{
  color:#fff;
}
.row1{
  padding: 3.28vw 0;
  overflow: hidden;
  background: url(../images/bg6.jpg) no-repeat top;
}
.ul-list1{
  overflow: hidden;
}
.ul-list1 li{
  float: left;
  width: 20%;
  height: 315px;
  padding: 50px 28px 0;
  position: relative;
 
  transition: all .3s;
}
.ul-list1 li::after{
  content:'';
  display: block;
  position: absolute;
  left:29px;
  bottom:65px;
  width: 44px;
  height: 7px;
  background: url(../images/ico2.png) no-repeat;
}
.ul-list1 li.on::after{
  display: none;
}
.ul-list1 li.on{
  width: 40%;
}
.ul-list1 li{
  background: #fff;
  
}


.ul-list1 li:nth-child(1).on{
  background: url(../images/bg1.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}
.ul-list1 li:nth-child(2).on{
  background: url(../images/tab2.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}
.ul-list1 li:nth-child(3).on{
  background: url(../images/tab3.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}
.ul-list1 li:nth-child(4).on{
  background: url(../images/tab4.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}

.ul-list1 li .tit{
  font-size: 24px;
  color:#454545;
  font-weight: bold;
  margin-bottom: 8px;
}
.ul-list1 li .con{
  max-width: 300px;
}
.ul-list1 li .desc{
  font-size: 15px;
  color:#454545;
  line-height: 1.87 ;
}
.row2{
  overflow: hidden;
  padding-top: 14px;
  
  
}
.ul-pcat{
  overflow: hidden;
  padding-bottom: 49px;
  position: relative;
}
.ul-pcat::after{
  content:'';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  margin-left: -1.46vw;
  width: 2.92vw;
  height: 2.08vw;
  background: url(../images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul-pcat li{
  width: calc(100% / 5);
  float: left;
  text-align: center;
  font-size: 16px;
  color:#ffffff;
}
.ul-pcat li .ico{
  margin:0 auto 12px;
  width: 52px;
  height: 52px;
  background: url(../images/bg2.jpg) no-repeat;
} 
.probox{
  overflow: hidden;
  background: #e4e6e7;
  padding-top: 62px;
  position: relative;
}
.probox .swiper-button-prev{
  width: 24px;
  height: 45px;
  background: url(../images/ico3.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  left: 8.33vw;
  top: 240px;
}
.probox .swiper-button-next{
  width: 24px;
  height: 45px;
  background: url(../images/ico4.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  right: 8.33vw;
  top: 240px;
}
.slider1 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background-color: #fff;
}
.slider1 .tit{
  font-size: 18px;
  color:#333333;
  line-height: 3.85vw;
  background: #f1f1f1;
  text-align: center;
  font-weight: bold;
}
.probox .link{
  overflow: hidden;
  padding:2.81vw 0 3.65vw;
  text-align: center;
}
.probox .link a{
  width: 210px;
  height: 55px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  margin:0 10px;
}
.probox .link a:nth-child(1){
  background: #454545;
  color:#fff;
}
.probox .link a:nth-child(2){
  background: #38619C;
  color:#ffffff;
}
.row3{
  overflow: hidden;
  position: relative;
  padding-top: 3.91vw;
  padding-bottom: 5px;
}
.row3 .g-tit{
  position: relative;
  z-index: 2;
  padding: 0 15px;
}
.tabbg{

}
.tabbg div{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 39.74vw;
  z-index: 1;
}
.tabbg div img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-container.slider2{
  z-index: 2;
}
.slider2 .swiper-slide{
  color:#fff; 
  padding-top: 27px;
}
.slider2  .ico{
  position: absolute;
  right: 0;
  top: 30px;
  width: 165px;
  height: 165px;
  background-repeat: no-repeat;
  -webkit-background-size: contain ;
  background-size: contain ;
}
.slider2 .txt{
  width: 784px;
  margin-bottom: 10.42vw;
}
.slider2 .tit{
  font-size: 32px;
  color:#FFFFFF;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 23px;
}
.slider2 .desc{
  font-size: 16px;
  margin-bottom: 37px;
  line-height: 1.75;
}
.slider2 a{
  width: 220px;
  height: 50px;
  display: block;
  background: #38619C;
  text-align: center;
  line-height: 50px;
  font-size: 15px;
  color:#ffffff;
}
.slider2 a i{
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 7px;
  margin-left: 50px;
  position: relative;
  top: -2px;
  background: url(../images/ico15.png) no-repeat;
}
.ul-tab{
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.ul-tab li{
  width: calc(100% / 9);
  float: left;
  height: 150px;
  text-align: center;
  padding-top: 32px;
  font-size: 18px;
  color:#000;
  position: relative;
}
.ul-tab li::after{
  content:"";
  display: block;
  position: absolute;
  right: 0;
  top: 30px;
  width: 1px;
  height: 86px;
  background: url(../images/ico19.png) no-repeat;
}
.ul-tab li:last-child::after,
.ul-tab li.on::after{
  display: none;
}
.ul-tab li.on{
  background: #38619C;
}
.ul-tab .ico{
  margin:0 auto 20px;
  background-repeat: no-repeat;
  height: 47px;
  background-position: center;
  -webkit-background-size: contain;
  background-size: contain;
}
.row4{
  overflow: hidden;
  padding: 2.6vw 0 4.9vw;
  background: url(../images/bg7.jpg) no-repeat bottom;
}
.m-sl{
  overflow: hidden;
}
.m-sl .w70{
  width: 974px;
  float: left;
  margin-right: 18px;
}
.m-sl .w70 .g-item1{
  height: 337px;
}
.m-sl .w30 .g-item1{
  height: 693px;
}

.g-item1{
  color:#fff;
  position: relative;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center ;
}
.g-item1 a{
  display: block;
  color:#fff;
  width: 100%;
  height: 100%;
}
/*.g-item1::after{
  content:'';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(216, 168, 58, .2);
  display: none;
}
.g-item1:hover::after{
  display: block;
} */

.g-item1 .txt{
  position: absolute;
  bottom: 24px;
  left: 36px;
  right: 36px;
  z-index: 2;
}
.g-item1 .tit{
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  padding-right: 48px;
  background: url(../images/ico18.png) no-repeat right center;
}
.g-item1 .desc{
  font-size: 15px;
  line-height: 1.87;
}
.g-item1 .desc p:nth-child(2){
  display: none;
}
.g-item1:hover .desc p:nth-child(2){
  display: block;
}
.m-sl .w30{
  overflow: hidden;
}
.m-sl .box{
  overflow: hidden;
  margin-top: 18px;
}
.m-sl .w50{
  width: 478px;
  float: left;
}
.m-sl .w50:first-child{
  margin-right: 18px;
}
.row5{
  overflow: hidden;
  padding: 3.65vw 0 2.6vw;
}
.ul-num{
  overflow: hidden;
  margin-bottom: 45px;
}
.ul-num li{
  float: left;
  width: 25%;
  text-align: center;
}
.ul-num .desc{
  font-size: 16px;
  color:#555555;
}
.ul-num .num{
  font-size: 60px;
  color:#38619C;
  font-weight: bold;
  margin-bottom: 6px;
}
.m-wh{
  overflow: hidden;
  background: url(../images/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  padding: 3.28vw 0 5.1vw;
}
.m-wh::after{
  content:'';
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -1.46vw; 
  width: 2.92vw;
  height: 2.19vw;
  background: url(../images/ico16.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-wh .txt{
  float: right;
  width: 750px;
  color:#fff;
}
.m-wh .txt .title{
  text-align: right;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 37px;
}
.m-wh  .box{
  overflow: hidden;
}
.m-wh  .w70{
  float: left;
  width: 469px;
  height: 330px;
  background: #34588F url(../images/ico17.png) no-repeat bottom 47px left 32px;
  color:#4f4f4f;
  padding: 50px 32px 0;
  margin-right: 24px;
}
.m-wh  .w70 .tit{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.m-wh  .w70 .desc{
  font-size: 16px;
  line-height: 1.88;
}
.m-wh .w30{
  overflow: hidden;
}
.m-wh .w30 .item{
  height: 156px;
  background-repeat: no-repeat;
  -webkit-background-size: 0 0;
  background-size: 0 0;
  margin-bottom: 17px;
  text-align: center;
  padding-top: 42px;
  background: #34588F;
}
.m-wh .w30 .item:last-child{
  margin-bottom: 0;
}
.m-wh .w30 .item span{
  font-size: 16px;
  color:#4f4f4f;
}
.m-wh .w30 .item  p{
  font-size: 24px;
  font-weight: bold;
  color:#4f4f4f;
}

.newlist{
  overflow: hidden;
  margin: 0 -6px;
}
.ul-fwlc .con{
  margin: 0 6px;
} 
.newlist .leftnew{
  float: left;
  overflow: hidden;
  width: calc(100% - 680px);
}
.rightnew{
  overflow: hidden;
  width: 660px;
  float: right;
  padding: 15px 42px 40px;
  background: #F4F4F4;
  border-radius: 5px;
}
.rightnew .first{
  overflow: hidden;
  padding: 18px 0;
  border-bottom: 1px solid #E3E3E3;
 
}
.rightnew .first .tit{
  font-size: 24px;
  color:#353432;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 18px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.rightnew .first .desc{
  font-size: 16px;
  color:#8C94A3;
  line-height: 1.75;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  margin-bottom: 30px;
  height: 3.5em;
}
.rightnew .first .time{
  font-size: 16px;
  color:#BBC2CF;
}
.rightnew .first:last-child{
  border-bottom: none;
}
.ul-listnew{
  overflow: hidden;
  padding: 21px 0 67px;
}
.ul-listnew a{
  font-size: 16px;
  display: block;
  color:#3F4150;
  line-height: 2.5;
  padding-left: 42px;
}
.slidernew .swiper-slide{
  background-color: #fff;
}
.slidernew .pic{
  height: 300px;
  border:1px solid #eee;
  overflow: hidden;
}
.slidernew .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 5px 5px 0px 0px;
}
.slidernew .txt{
  height: 360px;
  padding: 42px 30px 0;
  background: #F4F4F4;
  border-radius: 0px 0px 5px 5px;
}
.slidernew .txt .tit{
  font-size: 24px;
  color:#333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 15px;  
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .txt .desc{
  font-size: 18px;
  color:#888;
  line-height: 1.71;
  height: 5.13em;
  margin-bottom: 46px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.slidernew .txt .time{
  font-size: 14px;
  color:#999;
  margin-bottom: 30px;
}
.slidernew .txt .line{
  color:#8C94A3;
  font-size: 14px;
}
.slidernew .txt .line i{
  width: 18px;
  height: 6px;
  display: inline-block;
  margin-left: 17px;
  background: url(../images/ico11.png) no-repeat;
}
.row6{
  padding-bottom: 50px;
}



.footer{
  background: #303030;
  color:#fff;
  overflow: hidden;
  padding: 15px 0;
}
.m-add{
  overflow: hidden;
  width: 100%;
  float: left;
  position: relative;
}
.m-add .qr{
  position: absolute;
  right: 0px;
  top: 0;
  width: 132px;
  text-align: center;
  font-size: 15px;
  color:#fff;
}
.m-add .qr .img{
  width: 90px;
  height: 90px;
  margin:0 auto 10px;
  background: url(../images/qr.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center ;
}
.m-add .tit{
  font-size: 24px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.m-add .add{
  overflow: hidden; 
  margin-bottom: 10px;
}
.m-add .add .item{
  font-size: 15px;
  color:rgba(255, 255, 255, 0.5);
  line-height: 36px;
  margin-bottom: 1px;
}
.m-add .add .item span{
  color:#fff;
  font-size: 30px;
  font-weight: bold;
  display: inline-block;
  vertical-align: sub;
}
.m-add .add .item.t1{
  background-position: 5px 18px;
}
.m-add .add .item.t2{
  background-position: 5px center;
}
.m-add .add .item.t3{
  background-position: 5px -81px;
}
.copyright{ float: right;}
.copy{clear: both;}
.copy span,
.copy a{
  font-size: 14px;
  color:rgba(255, 255, 255, 0.5);
  line-height: 1.86;
  display: inline-block;
}
.fezhan a,
.fezhan span{
  color:rgba(255, 255, 255, 0.5);
  display: inline-block;
}
.snav{
  overflow: hidden;
  padding-left: 50px;
  border-left: 1px solid rgba(255, 255, 255, .1);
  display: flex;

  justify-content: space-between;
}

.snav .item:last-child{
  margin-right: 0;
}
.snav .item .link a{
  display: block;
  color:#fff;
  font-size: 14px;
  line-height: 2.57;
}
 .snav .item .bg{
  padding-right: 78px;
  background: url(../images/ico8.png) no-repeat right center;
 }
.snav .item .tit {
  font-size: 22px;
  color:#fff;
  font-weight: bold;
}
.snav .item .tit a{
  font-size: 22px;
  color:#7DB5E9;
  font-weight: bold;
  line-height: 1.91;
}
.links{
  background: #303030;
  overflow: hidden;
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, .1);
}
.links span,
.links a{
  display: inline-block;
  color:#fff;
  margin-right: 15px;
}
.m-wh .w70 .tit{color: #fff;}
.m-wh .w70 .desc{color: #fff;}
.m-wh .w30 .item span{color: #fff;}
.m-wh .w30 .item p{color: #fff;}



#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;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;}

.conditions{overflow:hidden; border:1px solid #F5F5F5; padding-top:40px; padding-bottom:30px;}
.conditions ul{overflow:hidden;padding:0;width:700px;margin:0 auto;}
.conditions ul li{overflow:hidden;font-size:14px;margin-bottom:20px;}
.conditions ul li span{display:inline-block;line-height:30px;max-width:42px;}
.conditions ul li .txt{border:1px solid #ddd;font-size:14px;line-height:30px;height:30px;background:#fff;text-align:left;padding:0 10px;}
.conditions ul li select{border:1px solid #ddd;font-size:14px;line-height:30px;height:30px;background:#fff;text-align:left;padding:0 10px;width:70%;}
.conditions ul li .long{width:70%;}
.conditions ul li .short{width:25%;}
.conditions ul li em{margin:0 5px;}
.conditions ul li .submit{background:url(../images/search.png) no-repeat 38px center #F35F00;font-size:14px;color:#fff;border:none;line-height:30px;height:30px;border-radius:3px;width:125px;vertical-align:top;margin-left:42px; text-align:center;}
.conditions ul.bfb{width:100%;}
.conditions ul.bfb li .submit{background:#2370BE;padding:0;max-width:100%;margin:0;}
.conditions ul.bfb li .short{padding:0 3%;width:19%;}
.search_title {text-align: center;font-size: 20px;color: #000;margin-bottom: 4%;margin: 0 auto;margin-top: 50px;}
.query_results {padding: 0 0 2%;margin: 0 auto;margin-top: 50px;}
.query_results ul.tit {background: #253F66;line-height: 30px;padding: 8px 5px;}
.p-ct .tit {margin-bottom: 25px;text-align: center;}
.query_results ul li {overflow: hidden;text-align: center;margin-bottom: 9px;    list-style: none;}
.query_results ul.tit li p {color: #fff;line-height: 26px;margin-top: 20px;font-size: 16px;float: left;margin: 0;word-break: break-all;}
.query_results ul.list li {border: 1px solid #253F66;line-height: 30px;padding: 9px 5px;overflow: hidden;text-align: center;margin-bottom: 9px;list-style: none;}
.query_results ul.list li p{float: left;}

.pro_title {font-size: 18px;color: #2370BE;font-weight: bold;margin: 35px 0 20px;}
.pro_detail {overflow: hidden;}
.table_pro {float: left;width: 435px;}
.table_pro tr .tit {background: #f7f7f7;width: 33%;padding-left: 9%;border-bottom: 1px solid #fff;}
.p-ct .tit {margin-bottom: 25px;text-align: center;}
.table_pro tr .td2 {border: 1px solid #eee;width: 67%;text-align: center;}
.table_pro tr td {font-size: 14px;line-height: 28px;padding: 5px;}
.pro_content{margin-bottom: 20px;}

@media only screen and (max-width: 1850px) {
.nav li .v1{padding: 0 15px;}

}
@media only screen and (max-width: 1660px) {
  .wp{width: 1400px;}
 .header .top{padding: 0 50px;}
 .g-tit .tit{font-size: 36px;}
 .slider2 .txt{margin-bottom: 50px;}
 .ul-list1 li .desc br{display: none;}
}
@media only screen and (max-width: 1500px) {
  .wp{width: 1200px;}
  .nav .tel{display: none;}
  .logo{line-height: 80px;height: 80px;}
  .nav li .v1{line-height: 80px;font-size: 15px;}
  .g-tit .tit{font-size: 32px;}
  .m-sl .w70{width: 70%;}
  .m-sl .w50{width: 49%;}
  .m-sl .w50:first-child{margin-right: 2%;}
  .g-tit .desc br{display: none;}
  .m-wh .txt .title{font-size: 32px;}
  .g-tit{margin-bottom: 20px;}
  .slider2 .swiper-slide{padding-top: 0;}
  .slider2 .tit{font-size: 28px;margin-bottom: 8px;}
  

}

@media only screen and (max-width: 1430px) {
.nav li .v1{padding: 0 10px;}

}
@media only screen and (max-width: 1230px) {
  body{padding: 60px 0 53px;}
  .wp{width: auto;padding: 0 30px;}
  .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}

  .ul-num .num{font-size: 48px;}
  .probox{padding-top: 30px;}
  .probox .link a{width: 140px;height: 40px;line-height: 40px;font-size: 14px;}
  .m-wh{padding: 40px 0 30px;}
  .m-wh .txt .title{font-size: 28px;margin-bottom: 10px;}
  .ul-tab .ico{display: none;}
  .ul-tab li{height: auto;padding-top: 0;line-height: 60px;}
  .ul-tab li::after{display: none;}
  .probox .link{padding: 30px 0;}
  .snav{display: none;}
  .m-add{width: auto;float: none;}
  .footer {padding: 30px 0 10px;}
  .links{padding: 20px 0;}
  .newlist .leftnew {
    width: auto;
    float: none;
    margin-bottom: 30px;}
    .rightnew{width: auto;float: none;padding:0 20px;}
    .m-add {width: auto;float: none;}
}
@media only screen and (max-width: 1023px) {
.m-sl .w70{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
.m-sl .w30 .g-item1{height: 300px;-webkit-background-size: 100% auto;
background-size: 100% auto;background-position: top ;}
.slider2 .ico{display: none;}
.row3{padding-top: 30px;}
.ul-list1 li{width: 50%;float: left;}
.ul-list1 li.on{width: 50%;}
.ul-list1 li{height: 200px;padding-top: 25px;}
.ul-list1 li::after{display: none;}
.ul-list1 li.on{background-image: none;}
.probox .swiper-button-prev,.probox .swiper-button-next{width: 0;height: 0;}
.slider1 .tit{font-size: 16px;line-height: 42px;}
.tabbg div{bottom: 0;height: 100%;}
.row3{padding: 30px 0;}
.slider2 .txt{margin-bottom: 20px;}
.m-sl .w70 .g-item1{height: 240px;}
.m-sl .w30 .g-item1{height: 240px;}
.m-wh .txt{width: 100%;}
.g-tit .line{display: none;}
.ul-pcat li{width: calc(100% / 3);margin-bottom: 15px;}
.ul-pcat{padding-bottom: 10px;}
.slider2 .txt{width: auto;}
.row4{padding-top: 30px;}
.row2{padding-top: 0;}
.row1{padding: 30px 0;}
.row6{padding-bottom: 30px;}
} 
@media only screen and (max-width: 960px) {
  .g-tit .tit{font-size: 26px;}
  .slider2 .tit{font-size: 24px;}
}
@media only screen and (max-width: 767px) {
  .g-tit .tit{font-size: 24px;}
  .slider2 .tit{font-size: 22px;}
  .ul-list1 li .tit{font-size: 22px;margin-bottom: 6px;}
  .ul-list1 li.on,.ul-list1 li{width: auto;}
  .ul-list1 li{float: none;height: 140px;padding: 15px;}
  .ul-list1 li .desc{font-size: 14px;}
  .g-tit .desc{font-size: 14px;line-height: 1.6;}
  .ul-pcat li{font-size: 14px;}
  .probox .link a{margin:0 5px;}
  .wp{padding: 0 15px;}
  .ul-tab li{width: calc(100% / 5);font-size: 14px;border-right: 1px solid #eee;border-bottom: 1px solid #eee;line-height: 35px;}
  .ul-tab li.on{border-color:#38619C;}
  .slider2 .desc{font-size: 14px;margin-bottom: 10px;}
  .m-sl .w50{width: auto;float: none;}
  .m-sl .w50:first-child{margin-right: 0;margin-bottom: 15px;}
  .g-item1 .txt{bottom: 15px;left: 15px;right: 15px;}
  .ul-num li{width: 50%;margin-bottom: 10px;}
  .ul-num .desc{font-size: 14px;}
  .ul-num .num{font-size: 34px;line-height: 1.1;margin-bottom: 0;}
  .m-wh .w70{width: auto;float: none;margin-right: 0;margin-bottom: 15px;height: auto;padding: 15px;background-image: none;}
  .m-wh .w70 .tit{font-size: 20px;margin-bottom: 4px;}
  .m-wh::after,.ul-pcat::after{display: none;}
  .g-item1 .desc{font-size: 14px;}
  .m-wh .txt .title{font-size: 20px;}
  .m-wh{padding: 30px 0;}
  .m-add .qr {position: static;margin-bottom: 10px;}
  .rightnew .first .tit{font-size: 18px;margin-bottom: 6px;}
  .rightnew .first .desc{font-size: 14px;margin-bottom: 10px;}
  .rightnew .first .time{font-size: 12px;}
  .slidernew .pic{height: 220px;}
  .slidernew .txt{height: 220px;padding: 15px;}
  .slidernew .txt .tit{font-size: 18px;margin-bottom: 6px;}
  .slidernew .txt .desc{font-size: 14px;margin-bottom: 16px;}
  .slidernew .txt .time{margin-bottom: 20px;}
  .newlist .leftnew{margin-bottom: 15px;}
  .m-add .add .item{font-size: 14px;}
  .m-wh .w30 .item p{font-size: 22px;}
  .m-wh .w70 .desc{font-size: 14px;}
  .g-item1 .tit{font-size: 20px;}
}
@media only screen and (max-width: 520px) {
.g-tit .tit{font-size: 22px;}
.slider2 .tit{font-size: 20px;}
.m-wh .txt .title{font-size: 16px;}
.g-tit .desc{margin-top: 3px;}
.m-add .add .item span{font-size: 22px;}
.m-add .tit{font-size: 20px;margin-bottom: 6px;}
.ul-list1 li .tit{font-size: 20px;}
.ul-list1 li{height: 124px;border-bottom: 1px solid #eee;}
.ul-pcat li{font-size: 12px;}
.ul-pcat li:nth-child(4){clear:left;}
.m-sl .w70 .g-item1,.m-sl .w30 .g-item1{height: 200px;}
.slider2 .txt{margin-bottom: 0;}
}
  
/**mobile nav**/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header .nav,.header .title{display: none;}
.header{position: fixed;top: 0;left: 0;width: 100%;z-index: 99;background-color: #fff;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width: 200px;}
  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 99;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      padding: 0 15px;
     
}
 .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: #38619C;
      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;}
    .header .top{padding: 0 15px;}
    .header.fixed .top{position: static;}
}

.m-aboutx{
  padding: 30px 0;
}
.m-aboutx .tac{
  text-align: center;
  font-size: 18px;
  line-height: 2;
  color:#333;
  margin:10px 0;
}
.m-aboutx .tac span{
  font-weight: bold;
  font-size: 22px;
}
.m-aboutx .desc{
  font-size: 15px;
  line-height: 2;
  color:#333;
}
.m-aboutx .desc p{
  margin-bottom: 10px;
}
.m-aboutx img{
  display: block;
  margin:0 auto;
  max-width: 100%;
}