/*-----------------[Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“]--------------*/
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: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body{padding-top: 180px;}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 9%;}
/*******************************
    -------[=Ã¥Â¤Â´Ã©Æ’Â¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.header.fixed{
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.header .box{
   padding: 0 13.33vw;
}
.header .box::after{
   content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 110px;
}
.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: 17px;
    color:#384248;
    display: block;
    line-height:110px;
    padding: 0 22px;
    text-align: center;
}
.nav li:hover .v1{
   color:#ffb400;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #F99800;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.nav .tel{
  text-align: right;
  padding: 20px 0 0 0;
}
.nav .tel span{
  font-size: 20px;
  color:#FFBB05;
  line-height: 25px;
  font-family: Arial;
  font-weight: bold;
}
.nav .tel p{
  font-size: 14px;
  color:rgba(0, 0, 0, 0.8);
  margin-bottom: 2px;
}

.pronav{
  clear:left;
  background: #FAC12C;
}
.pronav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.ul-pronav{
  border-left: 1px solid #ebb62d;
}
.ul-pronav::after {
  content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.ul-pronav li{
  float: left;
  width: 16.66%;
  position: relative;
  border-right: 1px solid #ebb62d;
}
.ul-pronav .v1{
  text-align: center;
  line-height: 70px;
  font-size: 16px;
  display: block;
}
.ul-pronav .v1 i{
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center center;
}
.ul-pronav .v1 i.i1{
  background-image: url(../images/ico1.png);
}
.ul-pronav .v1 i.i2{
  background-image: url(../images/ico2.png);
}
.ul-pronav .v1 i.i3{
  background-image: url(../images/ico3.png);
}
.ul-pronav .v1 i.i4{
  background-image: url(../images/ico4.png);
}
.ul-pronav .v1 i.i5{
  background-image: url(../images/ico5.png);
}

.ul-pronav .sub{
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #F99800;
  padding: 10px 0;
}
.ul-pronav .sub a{
  display: block;
  color:#fff;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
}
.ul-pronav .sub a:hover{
  background-color: #fff;
  color:#F99800;
}




.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: #FAC12C;
    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);
}
 
.swiper-container.banner{
  clear:left;
}
.banner .swiper-slide a{
    display: block;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    height: 39.06vw;
    min-height: 180px;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 42px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 80px;
height: 8px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 0%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #ffb400;}

.g-tit{
  text-align: center;
  overflow: hidden;
  margin-bottom: 29px;
}
.g-tit .tit{
    font-size: 45px;
    color:#191919;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 14px;
}
.g-tit .desc{
    font-size: 16px;
    color:#959595;
}
@media only screen and (max-width: 1600px) {

     
}
@media only screen and (max-width: 1430px) {
.g-tit .tit{font-size: 28px;}
}
@media only screen and (max-width: 1023px) {
.g-tit .tit{font-size: 26px;}
  .g-tit{margin-bottom: 20px;}
  .g-tit .en{display: none;}
}
@media only screen and (max-width: 767px) {
    .g-tit .tit{font-size: 22px;}
  
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}

.row1{
    padding: 47px 0 53px;
    overflow: hidden;
    background:url(../images/bg1.jpg) no-repeat ;
    -webkit-background-size: cover;
    background-size: cover;
}
.slider1 .swiper-slide{
  padding-bottom: 34px;
}
.slider1 .pic{
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
}
.slider1 .txt{
  background-color: #fff;
  padding: 20px;
  position: relative;
}
.slider1 .txt::after{
  content:'';
  display: block;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  height: 12px;
  display: none;
  background: url(../images/ico7.png) no-repeat;
}
.slider1 .tit{
  font-size: 22px;
  color:#000000;
  margin-bottom: 10px;
}
.slider1 .desc{
  font-size: 14px;
  color:#888888;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slider1 .swiper-slide:hover .txt{
  background: #FAC12C;
}

.slider1 .swiper-slide:hover .tit,
.slider1 .swiper-slide:hover .desc{
  color:#fff;
}
.slider1 .swiper-slide:hover .txt::after{
  display: block;
}

.slider2 .pic{
  overflow: hidden;
  height: 0;
  padding-top: 75%;
  position: relative;
}
.slider2 .tit{
  overflow: hidden;
  padding:0 80px 0 23px;
  line-height: 60px;
  font-size: 18px;
  color:#585858;
  background: #fff url(../images/ico8.png) no-repeat right 16px center;
}
.ul-link{
  overflow: hidden;
  text-align: center;
  padding-top: 50px;
}
.ul-link li{
  display: inline-block;
  padding: 0 10px;
}
.ul-link a{
  display: block;
  width: 220px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  background: #FAC12C;
  color:#fff;
  font-weight: bold;
}
.ul-link li:last-child a{
  background: #D2D2D2;
  color:#333333;
}

.row2{
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat right;
  height: 302px;
  padding-top: 58px;
}
.row2 .en{
  font-size: 3.13vw;
  font-family: Impact;
  color: #FFFFFF;
  line-height: 1.1;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px rgba(152, 97, 118, 0.11);
  margin-bottom: 6px;
}
.row2  .tit{
  font-weight: bold;
  color: #FFFFFF;
  line-height: 32px;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(152, 97, 118, 0.16);
  margin-bottom: 20px;
}
.row2 .tel{
  font-size: 16px;
  padding-left: 28px;
  color:#fff;
  line-height: 40px;
  background: url(../images/ico28.png) no-repeat left center;
}
.row2 .tel span{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
   display: inline-block;
  vertical-align: middle;
}
.row2 .tel a{
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 40px;
  font-size: 14px;
  color:#333333;
  background-color: #fff;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  margin-left: 31px;
}

.row3{
  overflow: hidden;
 background: url(../images/bg4.jpg) no-repeat;
 -webkit-background-size: cover;
 background-size: cover;
 padding: 62px 0 92px;
}
.txt-ys{
  margin-bottom: 37px;
  overflow: hidden; 
}
.txt-ys .l .en{
  color:#FAC12C;
  font-size: 3.13vw;
  line-height: 1.1;
  font-family: Impact;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.txt-ys .l .cn{
  font-size: 45px;
  color:#fff;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 12px;
}
.txt-ys .l .desc{
  font-size: 16px;
  color:#fff;
}
.txt-ys .r .tit{
  font-size: 24px;
  color:#F7F7F7;
  text-align: right;
  padding-top: 28px;
  margin-bottom: 6px;
}
.txt-ys .r .info{
  font-size: 16px;
  color:#F7F7F7;
  margin-bottom: 24px;
}
.txt-ys .r .info span{
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  background: url(../images/ico9.png) no-repeat left center;
}
.txt-ys .r a{
  width: 190px;
  height: 41px;
  background: #FAC12C;
  color:#333333;
  text-align: center;
  line-height: 41px;
  display: block;
  border-radius: 30px;
  float: right;
}
.g-money{
  overflow: hidden;
}
.g-money .l{
  width: 846px;
}
.g-money .r{
  width: 540px;
}
.g-money .title{
  background: #fac12c;
  color:#333333;
  padding: 0 45px;
  font-size: 18px;
  line-height: 67px;
}
.ul-money{
  overflow: hidden;
  background-color: #fff;
}
.ul-money li{
  overflow: hidden;
  border-bottom:1px solid #aeaeae;
}
.ul-money a{
  display: block;
   line-height: 59px;
  font-size: 16px;
  color:#333333;
}
.ul-money .t1{
  float: left;
  padding-left: 40px;
  width: 264px;
  border-right: 1px solid #aeaeae;
}
.ul-money .t2{
  float: left;
   padding-left: 40px;
  width: 330px;
  border-right: 1px solid #aeaeae;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-money .t3{
  overflow: hidden;
   padding-left: 40px;
   border-right: 1px solid #aeaeae;
}
.g-money .r .img{
  height: 330px;
  background: #fff url(../images/pic2.jpg) no-repeat center;

} 
.row4{
  overflow: hidden;
  background: #f0f0f0;
  position: relative;
  padding-top: 50px;
}
.row4::after {
  content: '';
  display: block;
  position: absolute;
  left: 10vw;
  bottom: 14.38vw;
  width: 54px;
height: 208px;
background: url(../images/txt1.png) no-repeat;
}
.row4 .bg{
  position: absolute;
  top: 400px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}
.hotnews{
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #fff;
  padding: 46px 26px 0;
}
.title-news{
  overflow: hidden;
  margin-bottom: 34px;
}
.title-news .tit{
  font-size: 45px;
  color:#313131;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 6px;
}
.title-news .box{
  overflow: hidden;
}
.title-news .box .desc{
  float: left;
  font-size: 16px;
  color:#7D7D7D;
  line-height: 41px;
}
.title-news .box a{
  display: block;
  float: right;
  width: 190px;
  height: 41px;
  background: #FAC12C;
  font-size: 14px;
  color:#000000;
  border-radius: 30px;
  text-align: center;
  line-height: 41px;
}
.firstnew{
  overflow: hidden;
  float: left;
  background-repeat: no-repeat;
  background-image: url(../images/pic12.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  width: 838px;
  height: 512px;
  position: relative;
  margin-right: 30px;
}
.firstnew a{display: block;width: 100%;height: 100%;}
.firstnew .txt{
  position: absolute;
  left: 32px;
  bottom:22px;
}
.firstnew .txt .tit{
  font-size: 14px;
  color:#fff;
  font-weight: bold;
}
.firstnew .txt  .desc{
   color:#fff;
   font-size: 24px;
}
.ul-news{
  overflow: hidden;
}
.ul-news li{
  overflow: hidden;
  padding-bottom: 15px;
  border-bottom:1px solid #e8e8e8;
  margin-bottom: 12px;
}
.ul-news .pic{
  width: 147px;
  height: 98px;
  float: left;
  overflow: hidden;
  margin-right: 20px;
  border:1px solid #f1efef;
}
.ul-news .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-news .txt{
  overflow: hidden;
  padding-top: 3px;
}
.ul-news .time{
  font-size: 12px;
  font-weight: bold;
  color:#AAAAAA;
  margin-bottom: 14px;
}
.ul-news .tit{
  font-size: 16px;
  color:#373737;
  line-height: 1.63;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  height: 3.26em;
}
.img-bl{
  height: 200px;
  background: url(../images/ico10.png) no-repeat;
  position: relative;
  z-index: 1;
  top: -50px;
  margin-bottom: -50px;
}
.row5{
  overflow: hidden;
  background: url(../images/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 74px 0 72px;
}
.m-ys{
  overflow: hidden;
  margin-bottom: 52px;
}
.g-xjzb{
  overflow: hidden;
  float: left;
  width: calc(100% - 845px);
  height: 505px;
  background: url(../images/pic3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin-right: 20px;
}
.g-xjzb .txt{
  width: 600px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(../images/ico11.png) no-repeat;
  padding: 68px 64px 0 176px;
  color:#fff;
  text-align: right;
}
.g-xjzb .tit{
  font-size: 32px;
  margin-bottom: 50px;
}
.g-xjzb .name{
  margin-bottom: 46px;
  font-size: 18px;
}
.g-xjzb .desc{
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 58px;
}
.g-xjzb .link{
  overflow: hidden;
   float: right;
}
.g-xjzb .link a{
  display: block;
 float: left;
  width: 120px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #fff;
  border-radius: 17px;
}
.g-xjzb .link a:last-child{
  margin-left: 51px;
}
.row5 .box{
  padding: 0 50px;
}
.ul-ys{
  overflow: hidden;
  margin:0 -19px;
}
.ul-ys li{
  float: left;
  width: 50%;
}
.ul-ys .con{
  display: block;
  margin:0 19px;
}
.ul-ys .pic{
 height: 234px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ul-ys .txt{
  overflow: hidden;
  height: 271px;
  background-color: #fff;
  padding: 42px 40px 0;
}
.ul-ys .tit{
  font-size: 30px;
  color:#323232;
  margin-bottom: 20px;
}
.ul-ys .desc{
  font-size: 14px;
  color:#323232;
  line-height: 1.71;
  margin-bottom: 30px;
}
.ul-ys .link{
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.ul-ys .link a{
  display: block;
  width: 120px;
  height: 34px;
  background: #FAC12C;
  border-radius: 17px;
  text-align: center;
  line-height: 34px;
  color:#333;
}
.ul-ys .link a:last-child{
  background: #D2D2D2;
}
.ul-ss{
    overflow: hidden;
    text-align: center;
}
.ul-ss li{
    display: inline-block;
    margin:0 50px;
}
.ul-ss li .ico{
    float: left;
    margin-right: 15px;
}
.ul-ss li .txt{
    overflow: hidden;
    text-align: left;
    font-size: 14px;
    color:#fff;
    text-transform: uppercase;
}
.ul-ss li .cn{
    font-size: 24px;
    color:#fff;
    line-height: 1.1;
    font-weight: bold;
}
.ul-ss li a{
    display: inline-block;
}
.ul-ss li .cn.ss{
    font-size: 26px;
    font-family: Impact;
    color:#fff;
    font-weight: normal;
}
.row6{
  overflow: hidden;
  padding: 60px 0 0;
}
.g-case{
  overflow: hidden;
}
.g-case .w30{
  overflow: hidden;
  float: left;
  width: 33.333%;
  padding-right: 10px;
}
.g-case .w30:last-child{
  padding-right: 0;
  padding-left: 10px;

}
.ul-case{
  overflow: hidden;
  margin:0 -5px;
}
.ul-case li{
  width: 25%;
  float: left;
  margin-bottom: 8px;
}
.ul-case .con{
  display: block;
  margin:0 5px;
}
.ul-case .pic{
  position: relative;
  height: 0;
  padding-top: 74%;
  overflow: hidden;
}
.ul-case .tit{
  line-height: 59px;
  background: #FAC12C url(../images/ico15.png) no-repeat right 20px center;
  font-size: 16px;
  color:#333333;
  padding: 0 36px 0 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.case-c{
  overflow: hidden;
}
.case-c .pic{
  position: relative;
  height: 0;
  padding-top: 76%;
  overflow: hidden;
}
.case-c .txt{
  background: #FAC12C;
  padding: 23px 23px 0;
  overflow: hidden;
  height: 107px;
}
.case-c .txt .time{
  font-size: 14px;
  color:#5D5D5D;
  font-weight: bold;
}
.case-c .box{
  overflow: hidden;
}
.case-c .tit{
  float: left;
  font-size: 24px;
  color:#333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 160px);
}
.case-c .box a{
  display: block;
  float: right;
  width: 157px;
  height: 41px;
  line-height: 41px;
  background: #FFFFFF;
  text-align: center;
  border-radius: 30px;
}
.row7{
  overflow: hidden;
  padding:50px 0 0;
  position: relative;
}
.g-about{
  background: #f2f2f2;
  overflow: hidden;
}
.g-about .pic{
  float: left;
  width: 50%;
  height: 800px;
  background:#f7f7f7 url(../images/map.jpg) no-repeat right;
}
.g-about .txt{
  overflow: hidden;
  height: 746px;
  padding: 109px 96px 0;
  background: url(../images/bg6.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-about .txt .en{
  font-size: 48px;
  color:#333333;
  text-transform: uppercase;
  font-family: Impact;
  line-height: 1.1;
  margin-bottom: 6px;
}
.g-about .txt .cn{
  font-size: 45px;
  color:#333333;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 18px;
}
.g-about .txt .desc{
  font-size: 15px;
  color:#333333;
  line-height: 1.73;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 5;
  margin-bottom: 61px;
}
.g-about .txt a{
  width: 157px;
  height: 41px;
  font-size: 15px;
  color:#323232;
  display: block;
  background: #FFFFFF;
  border-radius: 30px;
  text-align: center;
  line-height: 41px;
  margin-bottom: 34px;
}
.g-about .txt .line{
  width: 30px;
  height: 2px;
  background: #333333;
  margin-bottom: 20px;
}
.ul-num{
  overflow: hidden;
}
.ul-num li{
  width: 33.333%;
  float: left;
  text-align: center;
}
.ul-num .num{
  font-size: 3.54vw;
  color:#FF7700;
  font-weight: bold;
  font-family: Arial;
}
.ul-num .tit{
  font-size: 16px;
  color:#666666;
}
.ul-ban{
    position: relative;
    top:-55px;
    margin-bottom: -55px;
    overflow: hidden;
    background-color: #f6f6f6;
}
.ul-ban li{
    float: left;
    width: 25%;
    overflow: hidden;
    padding: 50px 0 45px 50px;
    position: relative;
}
.ul-ban li:hover{
  background: #fac12c;
}
.ul-ban li::after{
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top: 50px;
    width: 1px;
    height: 80px;
    background-color: #e7eaeb;
}
.ul-ban li .ico{
    background-repeat: no-repeat;
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 26px;
    background-repeat: no-repeat;
    background-position: center;
}
.ul-ban li .i1{
  background-image: url(../images/ico32.png);
}
.ul-ban li .i2{
  background-image: url(../images/ico18.png);
}
.ul-ban li .i3{
  background-image: url(../images/ico17.png);
}
.ul-ban li .i4{
  background-image: url(../images/ico16.png);
}
.ul-ban li:hover .i1{
  background-image: url(../images/ico19.png);
}
.ul-ban li:hover .i2{
  background-image: url(../images/ico29.png);
}
.ul-ban li:hover .i3{
  background-image: url(../images/ico30.png);
}
.ul-ban li:hover .i4{
  background-image: url(../images/ico31.png);
}
.ul-ban li .txt{
    text-align: left;
    overflow: hidden;
}
.ul-ban .tit{
    font-size: 20px;
    font-weight: bold;
    color:#323232;
    margin-bottom: 12px;
}
.ul-ban .desc{
    color:#878787;
    font-family: Arial;
}
.g-wd{
  overflow: hidden;
  padding-top: 40px;
}
.g-wd .title{ 
  overflow: hidden;
   line-height: 45px;
   margin-bottom: 12px;
}
.g-wd .title .tit{
  float: left;
  font-size: 30px;
  color:#333333;
  padding-left: 32px;
  background: url(../images/ico20.png) no-repeat left center;
}
.g-wd .title .more{
  display: block;
  float: right;
  font-size: 15px;
  color:#323232;
  position: relative;
  z-index: 2;
}
.row8{
  background: #f2f2f2;
  padding-bottom: 61px;
  position: relative;
}
/*.row8::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 72px;  
  width: 92px;
  height: 232px;
  background: url(../images/ico24.png) no-repeat;
}*/
.row8::before{
  content: '';
  display: block;
  position: absolute;
  top: 130px;
  right: 10.42vw;
  width: 37.19vw;
  height: 8.54vw;
  background: url(../images/txt2.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.swiper-container.ul-wd{
  background-color: #fff;
}
.ul-wd .swiper-slide {
  height: 236px;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  padding: 46px 24px 0;
}
.ul-wd .tit{
  padding-left: 43px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/pic9.jpg) no-repeat left center;
}
.ul-wd .desc{
  font-size: 13px;
  color:#999999;
  padding-left: 43px;
  line-height: 1.85;
  height: 3.7em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
  margin-bottom: 43px;
  background: url(../images/pic10.jpg) no-repeat left top;
}
.ul-wd .time{
  font-size: 12px;
  color:#999999;
  text-align: right;
  background: url(../images/pic11.jpg) no-repeat left center;
}
.g-form{
    overflow: hidden;
    position: relative;
    padding: 0 0 58px;
}
.g-form::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.g-form .cn{
    font-size: 24px;
    color:#1C1C1C;
    font-weight: bold;
    margin-bottom: -2px;
}
.g-form .bom{
    overflow: hidden;
    margin-bottom: 17px;
}
.g-form .en{
    font-weight: bold;
    font-size: 12px;
    color:#1C1C1C;
    text-transform: uppercase;
    float: left;
}
.g-form .desc{
    float: right;
    font-size: 14px;
    color:#000000;
}
.g-form::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.form .w30{
    float: left;
    width: 280px;
    margin-right: 20px;
    height: 60px;
    
    background-color: #2d2e3b;
    border:1px solid #434450;
}
.form .w30.w35{
    width: 540px;
    margin-right: 0;
    border:1px solid #434450;
    background-color: #2d2e3b;
    color:#fff;
}
.form input::placeholder{
    color:#696969;
}
.form .w30 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    padding:0 10px;
}

.form .food_btn{
    float: right;
    width: 219px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    color:#FFFFFF;
    text-align: center;
    background-color: #fac12c;
    cursor: pointer;
}
.footer{
    background: url(../images/bg8.jpg) no-repeat;
    overflow: hidden;
    color:#9B9B9B;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .box{
    padding: 48px 0 0;
}
.g-add{
    overflow: hidden;
}
.g-add .item{
    float: left;
    font-size: 15px;
    color:#9B9B9B;
    line-height: 1.6;
    padding: 0 58px 0 90px;
    background-repeat: no-repeat;
    background-position: left 30px top;
}
.g-add .item span{
    font-size: 29px;
    color:#FFFFFF;
    font-family: Impact;
    margin-right: 14px;
}
.g-add .item:last-child{
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.g-add .qr{
    overflow: hidden;
    width: 103px;
    height: 103px;
    float: right;
    background: url(../images/qr.jpg) no-repeat;
}
.copy{
    padding: 20px 0;
}
.copy a,.copy{
    color:#aaa;
}
.links{
    overflow: hidden;
      line-height: 72px;
    border-top: 1px solid #737373;
}
.links .name{
    float: left;
    font-size: 48px;
    color:#737373;
    font-family: Arial;
    font-weight: bold;
    margin-right: 40px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 16px;
    color:#666;
    margin-right: 20px;
    display: inline-block;
}
#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;}
@media only screen and (max-width: 1800px) {
.row4::after{display: none;}
.header .box{padding: 0 5vw;}
}
@media only screen and (max-width: 1600px) {
.header .box{padding: 0 50px;}
.g-tit .tit{font-size: 36px;}
.row2 .tit{font-size: 22px;}
.txt-ys .l .cn{font-size: 36px;}
.txt-ys .r .tit{padding-top: 0;}
.g-about .txt .cn{font-size: 36px;}
.g-about .txt .en{font-size: 42px;}
.g-about .pic{height: 600px;background-position: center center;-webkit-background-size: contain;
background-size: contain;}
.g-about .txt{height: 600px;padding: 50px 50px 0;}
.g-about .txt .desc{font-size: 14px;margin-bottom: 20px;}
.row8::after{display: none;}
.title-news .tit{font-size: 36px;}
}
@media only screen and (max-width: 1430px) {
   .txt-ys .l .en{font-size: 22px;}
   .wp{width: 1200px;}
   .nav li .v1{font-size: 15px;padding: 0 15px;}
   .g-money .l{width: 676px;}
   .g-money .r{width: 490px;}
   .ul-money .t1{padding-left: 0;text-align: center;width: 160px;}
   .ul-money .t2{padding-left: 0;text-align: center;width: 280px;}
   .firstnew{width: 700px;}
   .ul-ban .tit{font-size: 16px;}
   .form .w30.w35{width: 369px;}
   .g-add .item{padding-right: 8px;}
   .g-xjzb{width: calc(100% - 700px);margin-right: 10px;}
   .ul-ys .con{margin:0 10px;}
   .ul-ys{margin:0 -10px;}
}
@media only screen and (max-width: 1360px) {
   
}
@media only screen and (max-width: 1230px) {
    .g-xjzb{width: auto;float: none;margin-bottom: 20px;margin-right: 0;height: 400px;}
    .g-xjzb .tit{font-size: 26px;margin-bottom: 10px;}
    .g-xjzb .name{margin-bottom: 20px;}
    .m-ys{margin-bottom: 10px;}
    .ul-ys .pic{width: 418px;float: left;}
    .ul-ys .txt{height: 234px;padding: 20px;}
    .ul-ys li{width: auto;float: none;margin-bottom: 20px;}
    .firstnew{display: none;}
    .wp{width: auto;padding: 0 15px;}

    .g-money .l{width: auto;float: none;margin-bottom: 20px;}
    .g-money .r{width: auto;float: none;}
    .txt-ys .l .cn{font-size: 26px;}
    .row2{background-position: left ;height: auto;padding: 30px 0;}
    .header{display: none;}
    .title-news .tit{font-size: 26px;}
    .title-news .box a{width: 120px;}
    .img-bl,.row4 .bg{display: none;}
    .row5 .box{padding: 0 15px;}
    .row1,.row3,.row4,.row5{padding: 30px 0;}
    .g-tit .tit{font-size: 26px;}
    .g-about .pic{display: none;}
    .g-about .txt{height: auto;padding: 30px;}
    .g-about .txt .cn{font-size: 26px;}
    .g-about .txt .en{font-size: 32px;}
    .ul-ban{display: none;}
    .g-wd .title .tit{font-size: 26px;}
    .form .w30,.form .w30.w35{width: auto;float: none;margin-right: 0;margin-bottom: 15px;}
    .form .food_btn{float: left;}
    .g-form{padding-bottom: 20px;}
    .footer .box{padding: 30px 0 0;}
    .g-add{position: relative;}
  
   .g-about .txt a{margin-bottom: 20px;}
   .row8{padding: 30px 0;}
   .g-wd{padding-top: 0;}
   .g-case{padding: 0 15px;}
   .g-case .w30{width: 50%;padding-right: 15px;}
   .g-case .w30:nth-child(3){display: none;}
   .g-case .w30:nth-child(2){padding-right: 0;}
   .ul-case li{margin-bottom: 17px;}
   .row7{padding-top: 20px;}
   .row6{padding-top: 30px;}
   .hotnews{padding: 10px 10px 0;}
   .title-news{margin-bottom: 20px;}
   .txt-ys .r .info{margin-bottom: 4px;}
   .txt-ys .r .tit{font-size: 18px;margin-bottom: 4px;}
   .ul-link{padding-top: 30px;}
    .g-add .qr{float: none;margin-left: 90px;margin-top: 20px;}
}
@media only screen and (max-width: 1023px) {
.row2 .tit{font-size: 18px;}
.ul-ss li{margin:0 15px;}
.g-case .w30{width: auto;float: none;padding-right: 0;}
.g-add .item{margin-bottom: 10px;}
.links .name{float: none;}
.links{line-height: 1.6;}
.title-news .box .desc{font-size: 12px;}
.row2 .en{font-size: 22px;}
 .txt-ys .l .cn{font-size: 22px;}
 .g-tit .tit{font-size: 22px;}
 .g-about .txt .en{font-size: 24px;}
 .g-about .txt .cn{font-size: 22px;}
 .ul-num .num{font-size: 22px;}
 .ul-num .tit{font-size: 12px;}
 .g-about .txt{padding: 30px 15px;}
 .ul-wd .swiper-slide{height: auto;padding: 20px ;}
 .ul-wd .desc{margin-bottom: 20px;}
 .g-tit .desc{font-size: 14px;}
 .banner.swiper-container .swiper-pagination-bullet{width: 60px;}
  .g-add .qr{position: absolute;right: 0;top: 0;}
}

@media only screen and (max-width: 960px) {
.g-add .qr{position: static;}
}

@media only screen and (max-width: 767px) {
.txt-ys .r{display: none;}
.title-news .box .desc{display: none;}
.title-news .box{overflow: visible;}
.title-news .box a{position: relative;top: -40px;margin-bottom: -40px;}
.title-news .tit{line-height: 41px;margin-bottom: 0;}
.ul-t1 li{margin-right: 10px;}
.ul-t1 li span{font-size: 20px;margin: 0 5px;}
.ul-link a{width: auto;border-radius: 0;}
.ul-link li{display: block;width: 50%;float: left;margin: 0;}
.row2 .tel{padding-left: 0;background: none;}
.row2 .tit{font-size: 16px;margin-bottom: 0;}
.row2 .tel a{margin-left: 0;}
.ul-money .t1{display: none;}
.ul-money .t2{width: 254px;padding: 0 10px;font-size: 14px;}
.ul-money .t3{padding-left: 10px;font-size: 12px;}
.g-money .r .img{height: 250px;  -webkit-background-size: contain;
  background-size: contain;}
.g-xjzb .txt{width: auto;background:rgba(255, 187, 5, .8);padding: 15px;text-align: center;position: static;-webkit-background-size: cover;
background-size: cover;height: 100%;}
.g-xjzb .desc{margin-bottom: 20px;font-size: 14px;}
.g-xjzb .name{margin-bottom: 4px;}
.g-xjzb{height: 280px;}
.ul-ss{display: none;}
.case-c .box a{width: 100px;font-size: 12px;}
.ul-case .tit{font-size: 12px;background-image: none;line-height: 35px;padding: 0 10px;}
.case-c .tit{width: calc(100% - 110px);font-size: 16px;line-height: 41px;}
.g-add .item{padding-left: 60px;}
.g-add .item{background-position: left 0 top;}
.g-add .qr{position: static;float: none;margin-left: 60px;clear:left;}
.links .link a{font-size: 14px;margin-right: 5px;}
.g-add .item{font-size: 14px;}
.g-money .title{padding: 0;text-align: center;}
}

@media only screen and (max-width: 500px) {

  
}



/**mobile nav**/
.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}
.logo{line-height: 60px;height: 60px;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: #FAC12C;
    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;}
}


.probox .tabpro{overflow: hidden;height: 0;}
.probox .tabpro.div_show{height: auto;}
.slidernew3.swiper-container {
    padding: 5px;
}
.slidernew3 .swiper-slide{
  background-color: #fff;
  padding: 27px 40px 26px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.slidernew3 .tit{
  font-size: 18px;
  color:#323232;
  margin-bottom: 12px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew3 .time{
  font-size: 12px;
  color:#323232;  
  margin-bottom: 32px;
}
.slidernew3 .desc{
  font-size: 14px;
  color:#727272;
  margin-bottom: 30px;
  line-height: 1.71;
  height: 5.13em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.slidernew3  .more{
  font-size: 12px;
  color:#343635;
  text-transform: uppercase;
}
.row9{
  padding-bottom: 30px;
}
#chart1t2{
  display: block;
  height: 300px;
  position: relative;
  background-color: #fff;
  padding: 50px;
  width: 100%;
}
.chart8{
  position: relative;
}
.chart8 .tit{
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  color:#333;
  z-index: 99;
}
.chart8 .tit i{
  display: inline-block;
  vertical-align: middle;
  width: 34px;
  height: 19px;
  background: url(../images/ech.jpg) no-repeat;
}
@media only screen and (max-width: 500px) {
.slidernew3 .swiper-slide{padding: 15px;}
.slidernew3 .desc{margin-bottom: 0;}
.slidernew3 .time{margin-bottom: 10px;}
#chart1t2{padding: 10px;height: 240px;}
.chart8 .tit{top: 5px;}
}


.pro-img a{
    display: block;
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}