/*-----------------[初始化]--------------*/
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 {max-width: 100%;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;}

/*布局*/
body{padding-top: 149px;}
.wp {margin: 0 auto;width: 1500px;}
.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%;
    object-fit: contain;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
/*******************************
    -------[=头部]-------
********************************/
.wp2{
  padding: 0 7.14vw;
}
.header{
    background:#fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.header .title{
  background: #00a0e9;
  overflow: hidden;
  color:#fff;
  line-height: 41px;
}
.header .title span i{
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  margin-left: 43px;
  margin-right: 10px;
  background: url(../images/ico1.png) no-repeat;
}
.logo{
    float: left;
    width: 438px;
    height: 108px;
    background: url(../images/logo.jpg) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: -10000em;
}
.nav{
    float: right;
}
.nav::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
  float: left;
  position: relative;
}
.nav .v1{
    display: block;
    text-align: center;
    font-size: 16px;
    color:#000;
    padding: 0 1.17vw;
    border-bottom: 5px solid transparent;
    line-height: 103px;
}

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

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    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: #00a0e9;
    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 a{
    display: block;
    position: relative;
    padding-top: 40%;
    overflow: hidden;
    height: 0;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:1.09vw;
}
.banner .swiper-pagination-bullet{width:0.89vw;height:0.89vw;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#f1dc13;}

 .g-tit{
  overflow: hidden;
  text-align: center;
  margin-bottom: 2.15vw;
}
 .g-tit .tit{
  font-size: 2.19vw;
  color:#343434;
  font-weight: bold;
}
 .g-tit .lin{
  width: 50px;
  height: 1px;
  background: #666;
  margin:0.63vw auto 1.2vw;
 }
 .g-tit .desc{
  font-size: 16px;
  color:#555;
  line-height: 1.88;
}
.row1 .top{
  padding: 3.3vw 0 2.6vw;
  overflow: hidden;
  background: url(../images/ico6.png) no-repeat bottom center;
}
.ul-listp1{
  overflow: hidden;
  text-align: center;
}
.ul-listp1 li{
  display: inline-block;
  font-size: 0;
  padding: 0 58px;
}
.ul-listp1 .ico{
  height: 52px;
  margin-bottom: 10px;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-listp1 .ico.i1{
  background-image: url(../images/ico2.png);
}
.ul-listp1 .ico.i2{
  background-image: url(../images/ico3.png);
}
.ul-listp1 .ico.i3{
  background-image: url(../images/ico4.png);
}
.ul-listp1 .ico.i4{
  background-image: url(../images/ico5.png);
}
.ul-listp1 .tit{
  font-size: 16px;
  color:#000;
}
.row1 .bg{
  overflow: hidden;
  background: #e4e6e7;
  padding: 3.23vw 0 3.65vw;
}
.swiperpro{
  position: relative;
}
.swiperpro .swiper-button-prev{
  left: -50px;
  background: url(../images/ico7.png) no-repeat;
}
.swiperpro .swiper-button-next{
  right: -50px;
  background: url(../images/ico8.png) no-repeat;
}

.swiperpro .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiperpro .tit{
  background: #fff;
  line-height: 74px;
  font-size: 18px;
  color:#333333;
  text-align: center;
  font-weight: bold;  
}
.swiperpro{
  margin-bottom: 2.81vw;
}
.b-links{
    overflow: hidden;
    text-align: center;
}
.b-links a{
  display: inline-block;
  width: 209px;
  line-height: 55px;
  background: #454545;
  text-align: center;
  color:#fff;
  font-size: 16px;
  margin:0 14px;
  border-radius: 30px;
}
.b-links a:last-child{
    background: #00A0E9;
}
.b-links a i{
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 9px;
    margin-left: 15px;
    background: url(../images/ico11.png) no-repeat;
}


.fenge{background:url(../images/bg1.jpg) no-repeat center center;background-size:cover;padding:33px 0;overflow: hidden;}
.fenge .fg_left{float:left;padding-top:17px;}
.fenge .fg_left p{font-size:20px;height:30px;line-height:30px;color:#FFF;}
.fenge .fg_left p:nth-child(2){font-size:34px;height:44px;line-height:44px;font-weight:bold;margin-top:11px;}
.fenge .fg_left span{margin-top:26px;width:324px;height:46px;line-height:46px;background:url(../images/ico9.png) no-repeat 23px center #00A0E9;font-size:16px;color:#FFF;display:block;padding-left:50px;border-radius:23px;}
.fenge .fg_left span em{display:inline-block;font-size:24px;font-family:Impact;vertical-align:top;font-style:normal;}
.fenge .fg_right{float:right;width:582px;}
.fenge .fg_right input{display:block;width:calc(50% - 9px);height:65px;line-height:64px;background:transparent;border-bottom:1px solid #FFF;outline:none;float:left;color:#FFF;}
.fenge .fg_right input.ml{margin-left:18px;}
.fenge .fg_right input.mt{margin-top:5px;width:100%;}
.fenge .fg_right .fg_btn{width:148px;height:43px;line-height:41px;border:1px solid #FFF;font-size:16px;color:#FFF;text-align:center;margin-top:33px;float:right;cursor:pointer;}
.fenge .fg_right .fg_btn:hover{background:#FFF;color:#00A0E9;}
.fenge .fg_right .fg_btn:hover:before{width:100%;background:#FFF;}
.fenge .fg_right ::-webkit-input-placeholder{color:#FFF;}
.fenge .fg_right :-moz-placeholder{color:#FFF;}
.fenge .fg_right ::-moz-placeholder{color:#FFF;}
.fenge .fg_right :-ms-input-placeholder{color:#FFF;}


.row3{
  overflow: hidden;
  padding: 4.3vw 0;
}
.m-cast{
  overflow: hidden;
}
.m-cast .l{
  width: 49%;
}
.m-cast .top{
  margin-bottom: 0.89vw;
}
.m-cast .top .item{
  position: relative;
  height: 0;
  padding-top: 46%;
  overflow: hidden; 
}
.m-cast .bom {
  justify-content: space-between;
  display: flex;
}
.m-cast .bom .w50{
  width: 49%;
}
.m-cast .bom .item{
  position: relative;
  height: 0;
  padding-top: 94%;
  overflow: hidden; 
}
.m-cast .r{
  width: 50%;
}
.m-cast .r .item{
  position: relative;
  height: 0;
  padding-top: 92.5%;
  overflow: hidden; 
}
.m-cast .txt{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding:1.67vw 1.67vw 1.35vw;
  color:#fff;
  background: url(../images/ico21.png) repeat-x;
}
.m-cast .txt .tit{
  font-size: 24px;
  font-weight: bold;
  color:#fff;
}
.m-cast .txt .tit i{
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  margin-left: 28px;
  background: url(../images/ico10.png) no-repeat;
}
.m-cast .txt .desc{
  font-size: 15px;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.m-cast .item:hover .txt{
  top: 0;
  background: rgba(0, 160, 233, .9);
}
.m-cast .txt:hover .tit i{
  display: none;
}
.m-cast .txt:hover .desc{
  height: auto;
}
.row4{
  overflow: hidden;
  
}

.ul-tab{
  text-align: center;
  overflow: hidden;
  margin-bottom: 1.72vw;
}
.ul-tab li{
  display: inline-block;
  font-size: 18px;
  color:#333333;
  margin:0 40px;
  cursor: pointer;
}
.ul-tab li:nth-child(1) i{
  display: inline-block;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  margin-right: 13px;
  background: url(../images/ico11.png) no-repeat;
}
.ul-tab li:nth-child(2) i{
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 36px;
  margin-right: 13px;
  background: url(../images/ico12.png) no-repeat;
}
.ul-tab li.on span{
  border-bottom: 1px solid #00a0e9;
}
.gtab{
  overflow: hidden;
  background: #00A0E9;
}
.gtab .pic{
  float: left;
  width: 50%;
  overflow: hidden;
}
.gtab .pic img{
  display: block;
  max-width: 100%;
}
.gtab .txt{
  overflow: hidden;
  color:#fff;
  padding: 4.01vw 5.21vw 0;
}
.gtab .txt .tit{
  font-size: 2.5vw;
  font-weight: bold;
  margin-bottom: 1.41vw;
}
.gtab .txt .desc{
  margin-bottom: 3vw;
}
.gtab .txt .desc p{
  overflow: hidden;
  font-size: 16px;
  line-height: 1.8;
  padding-left: 26px;
  position: relative;
}
.gtab .txt .desc p span{
  position: absolute;
  top: 0;
  left: 0;
}
.gtab .txt .tel{
  font-size: 26px;
  padding-left: 44px;
  background: url(../images/ico13.png) no-repeat left center;
}

.ul-list1{
margin:0 -0.73vw 3vw;
  
}
.ul-list1::after {
  content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.ul-list1 li{
  width: 33.33%;
  float: left;
}
.ul-list1 .con{
  box-shadow: 0px 0.16vw 1.2vw 1px rgba(0,0,0,0.16);
  margin:0 0.73vw;
  text-align: center;
  padding: 2.14vw 3.13vw  3.65vw;
}
.ul-list1 .ico{
  width: 96px;
  height: 96px;
  margin:0 auto 1.46vw;
  overflow: hidden;
}
.ul-list1 .tit{
  font-size: 1.56vw;
  color:#333333;
  font-weight: bold;
  margin-bottom: 1.35vw;
}
.ul-list1 .desc{
  font-size: 16px;
  line-height: 1.56;
  height: 7.8em;
}
.ul-list1 .lin{

  height: 8px;
  background: url(../images/ico14.png) no-repeat center;
}
.row5{
  overflow: hidden;
  padding-top: 5vw;
  padding-bottom: 4.69vw;
}
.g-more{
  width: 384px;
 height: 50px;
  margin:0 auto;
  overflow: hidden;
  position: relative;
  border-radius: 30px;
  font-size: 16px;
   font-weight: bold;
}
.g-more::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 1px;
  right: 0;
  bottom: 0;
  background: #00A0E9;
  border-radius: 30px;
}
.g-more .a1{
  display: block;
  float: left;
  width: 190px;
  background: #fff; 
  line-height: 46px;
  text-align: center;
  border:2px solid #f4f4f4;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}
.g-more .a2{
   position: relative;
  z-index: 2;
  width: calc(100% - 190px);
  display: block;
  overflow: hidden;
  line-height: 50px;
  text-align: center;
  color:#fff;

}

.row6{
  overflow: hidden;
  padding-top: 2vw;
  background: url(../images/bg2.jpg) no-repeat top;
}
.g-txt1{
    overflow: hidden;
    position: relative;
    padding-top:32px;
    padding-bottom: 40px;height: 749px;
}
.g-txt1 .l,
.g-txt1 .r{
  width: 50%;
}
.g-txt1 .l{
  text-align: right;
}
.g-txt1 .r .item {
    text-align: left;
}
.g-txt1 .item{
    margin-bottom: 84px;
    padding-top: 10px;
    position: relative;
    z-index: 2;
}


.g-txt1 .item .tit{
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.g-txt1 .item .desc{
    font-size: 13px;
    color:#fff;
    line-height:1.6;
    height:6.4em;
    letter-spacing: -0.5px;
}

.g-txt1 .item i{
    display: block;
    float: right;
    width: 62px;
    height: 62px;
    border-radius: 50%;
   background-color: #fff;
   text-align: center;
   line-height: 62px;
   font-size: 36px;
   color:#00A0E9;
   font-style: normal;
   font-weight: bold;
}
.g-txt1 .item .ss{
  overflow: hidden;
}
.g-txt1 .l .item .ss {
  padding-right: 17px;
}
.g-txt1 .l .item:nth-child(1){
  padding-right: 215px;
}
.g-txt1 .l .item:nth-child(2){
  padding-right: 362px;
}
.g-txt1 .l .item:nth-child(3){
  padding-right: 427px;
}
.g-txt1 .r .item:nth-child(1){
  padding-left: 215px;
}
.g-txt1 .r .item:nth-child(2){
  padding-left: 362px;
}
.g-txt1 .r .item:nth-child(3){
  padding-left: 427px;
}
.g-txt1 .r  .item i{
  float: left;
  margin-right: 13px;
}
.g-txt1  .pic{
   position: absolute;
   left: 0;
   right: 0;
   top: 7px;
   margin:0 auto;
   width:907px;
   height:749px;
}
.g-txt1  .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.row7{
  overflow: hidden;
  padding-bottom: 4.69vw;
}
.row7 .top{
  overflow: hidden;
}
.row7 .top .g-tit{
  float: left;
  text-align: left;
}
.ul-tabnew{
  float: right;
  overflow: hidden;
}
.ul-tabnew li{
  float: left; 
  cursor: pointer;
}
.ul-tabnew li .con{
  display: block;
  width: 150px;
  height: 40px;
  padding: 0 32px;
  line-height: 38px;
  font-size: 14px;
  color:#6D6D6D;
  border:1px solid #ccc;
  margin-left: 10px;
  border-radius: 30px;
  background: url(../images/ico18.png) no-repeat right 15px center;
}
.ul-tabnew li.on .con{
  background-color: #00A0E9;
  color:#fff;
  background-image: url(../images/ico19.png);
}
.ul-wt a{
    display: block;
    background: #f8f8f8;
    overflow: hidden;
}
.ul-wt .pic{
    position: relative;
    padding-top: 65%;
    overflow: hidden;
    height: 0;
}

.ul-wt .txt{
    padding:34px 20px 0;
    background: #f5f5f5;
    height: 200px;
}

.ul-wt .time{
    font-size: 14px;
    color:#bbbbbb;
    margin-bottom: 15px;
    display: block;
}
.ul-wt .tit{
    font-size: 18px;
    color:#333333; 
    margin-bottom: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
.ul-wt .desc{
    font-size: 14px;
    color:#9b9b9b;
    line-height: 1.8;
    height: 5.4em;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 3;
    margin-bottom: 12px;
}
.footer{
  overflow: hidden;
  color:#fff;
  background: #00a0e9;
  padding: 3.44vw 0;
}
.footer .wp{
  overflow: hidden;
}
.ztlist a{
  color:#fff;
}
.footer .add{
  float: left;
  width: 528px;
  overflow: hidden;
  margin-right: 55px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .add .txt{
  width: 346px;
  float: left;
  padding-right: 70px;
}
.footer .add .qr{
  overflow: hidden;
  text-align: center;
  float: left;
}
.footer .add .qr .img{
  width: 134px;
  height: 134px;
  margin:0 auto;
}
.footer .add .qr .img img{
  display: block;
}
.footer .add  .desc{
  font-size: 14px;
  color:rgba(255, 255, 255, 0.8);
  line-height: 2.36;
}
.copy span,.copy a{
  font-size: 14px;
  color:rgba(255, 255, 255, 0.8);
  line-height: 2.36;
}
.footer .add  .desc span{
  color:#fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.1;
}
.footer .title{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.fnav{
  display: flex;
  justify-content: space-between;
}
.fnav .item{

}
.fnav .link a{
  display: block;
  font-size: 14px;
  line-height: 2.57;
  color:rgba(255, 255, 255, 0.8);
}
.fnav .link a:hover{
  opacity: .5;
}
.links{
  background: #00a0e9;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 2.08vw 0;
}
.links i{
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/ico20.png) no-repeat;
}
.links a{
  display: inline-block;
  font-size: 14px;
  color:rgba(255, 255, 255, 0.8);
  margin-right: 15px;
}
.row-3{
  overflow: hidden;
  background: #eee;
  padding: 3vw 0;
}
@media only screen and (max-width: 1700px) {
   .logo{width: 362px;}
}
@media only screen and (max-width: 1600px) {
    .wp{width: 1200px;} 
 .fenge{padding:25px 0;}
    .fenge .fg_left{padding-top:18px;}
    .fenge .fg_left p{font-size:18px;height:28px;line-height:28px;}
    .fenge .fg_left p:nth-child(2){font-size:30px;height:40px;line-height:40px;margin-top:8px;}
    .fenge .fg_left span{margin-top:26px;font-size:15px;width:300px;background-size:auto 21px;}
    .fenge .fg_left span em{font-size:22px;}
    .fenge .fg_right{width:515px;}
    .fenge .fg_right input{height:51px;line-height:50px;}
    .fenge .fg_right .fg_btn{margin-top:25px;}
  .gtab .txt .desc p{font-size: 15px;}
  .ul-list1 .desc{font-size: 15px;}
  .g-txt1 .pic{width: 725px;height: 599px;}
  .g-txt1{height: 599px;}
  .row6{background-size: 100% 88%;}
  .g-txt1 .l .item:nth-child(1){padding-right: 150px;}
  .g-txt1 .l .item:nth-child(2){padding-right: 290px;}
  .g-txt1 .l .item:nth-child(3){padding-right: 320px;}
  .g-txt1 .r .item:nth-child(1){padding-left: 150px;}
  .g-txt1 .r .item:nth-child(2){padding-left: 290px;}
  .g-txt1 .r .item:nth-child(3){padding-left: 320px;}
  .g-txt1 .item .desc{font-size: 14px;}
  .gtab .txt .tel{font-size: 22px;}
  .gtab .txt .desc{margin-bottom: 15px;}
}
@media only screen and (max-width: 1430px) {
  .logo{width: 300px;}
  .g-txt1 .item .tit{font-size: 18px;}

}
@media only screen and (max-width: 1300px) {
  .wp{width: 1100px;}
  .logo{height: 80px;}
  .nav .v1{line-height: 77px;}
  .wp2{padding: 0 15px;}
  body{padding-top: 123px;}
  .fenge .fg_left p:nth-child(2){font-size: 24px;line-height: 100%;}
  .footer .title{font-size: 20px;}
  .gtab .txt{padding: 20px 30px 0;}
  .gtab .txt .desc p{font-size: 14px;}
 
}
@media only screen and (max-width: 1230px) {
  .wp{width: 994px;}
  .fnav{display: none;}
  .footer .add{width: auto;border-right: none;float: none;}
  .footer .add .txt{width:calc(100% - 160px);}
  .g-txt1 .pic{display: none;}
  .g-txt1 .l{padding-right: 0;}
    .g-txt1 .l .item:nth-child(1){padding-right:0px;}
  .g-txt1 .l .item:nth-child(2){padding-right:0px;}
  .g-txt1 .l .item:nth-child(3){padding-right:0px;}
  .g-txt1 .r .item:nth-child(1){padding-left:0px;}
  .g-txt1 .r .item:nth-child(2){padding-left:0px;}
  .g-txt1 .r .item:nth-child(3){padding-left:0px;}
  .g-txt1 .item{margin-bottom: 0;}
  .g-txt1{height: auto;padding: 0;}
  .row6{background-size: cover;padding: 30px 0;}
  .row7{padding: 20px 0;}
  .g-txt1 .item i{display: none;}
  .ul-list1 .desc{font-size: 14px;}
  .g-tit .desc{font-size: 14px;}
  .nav .v1{font-size: 14px;}
  .b-links a{width: 120px;line-height: 44px;font-size: 12px;}
  .swiperpro .tit{line-height: 46px;}
  .swiperpro .swiper-button-prev{left:0;}
  .swiperpro .swiper-button-next{right:0;}
  
}

@media only screen and (max-width: 1023px) {
  .wp {width: 740px;}
  .header .title{display: none;}
  .nav{display: none;}
.fenge{padding:15px 0;}
    .fenge .fg_left{padding-top:0;}
    .fenge .fg_left p{font-size:14px;height:24px;line-height:24px;}
    .fenge .fg_left p:nth-child(2){font-size:20px;height:100%;line-height:28px;margin-top:3px;}
    .fenge .fg_left span{margin-top:15px;font-size:14px;width:260px;background-size:auto 18px;padding-left:43px;}
    .fenge .fg_left span em{font-size:18px;}
    .fenge .fg_right{width:300px;}
    .fenge .fg_right input{height:40px;line-height:39px;width:100%;}
    .fenge .fg_right input.ml{margin-left:0;}
    .fenge .fg_right input.mt{margin-top:0;}
    .fenge .fg_right .fg_btn{margin-top:10px;height:32px;line-height:30px;font-size:14px;width:110px;}
    body{padding-top: 60px;}
    .logo{height: 60px;width: 220px;}
    .ul-listp1 li{display: block;float: left;width: 25%;padding:0;}
    .m-cast .txt .tit i{display: none;}
    .gtab .pic{width: auto;float:none;}
    .gtab .txt{padding: 15px;}
    .gtab .txt .tit{font-size: 20px;}
    .gtab .txt .tel{font-size: 18px;}
    .g-tit .tit{font-size: 20px;}
    .row7 .top .g-tit{float: none;}
    .ul-tabnew{float:left;}
    .ul-tabnew{float: none;margin-bottom: 20px;}
    .ul-tabnew li .con{margin-right: 0;margin-right: 10px;}
    .ul-list1 .tit{font-size: 18px;}
    .ul-list1 .desc{font-size: 12px;}
    .m-cast .txt .tit{font-size: 18px;}
    .ul-list1 .lin{display: none;}
}

/*Common For Max 480*/
@media only screen and (max-width: 767px) {
  .wp{width: auto;padding: 0 15px;}
  .fenge{background-position:left center;}
  .fenge .fg_left{width:100%;float:none;}
  .fenge .fg_left p{text-align:center;}
  .fenge .fg_left span{margin:10px auto 0;height:42px;line-height:42px;}
  .fenge .fg_right{width:100%;float:none;margin-top:15px;}
  .m-cast .txt .tit{font-size: 18px;}
  .m-cast .l,.m-cast .r{width: auto;float: none;}
  .m-cast .l{margin-bottom: 20px;}
  .ul-list1 li{width: auto;float: none;margin-bottom: 15px;}
  .ul-list1 .desc{height: auto;}
  .g-txt1 .l,.g-txt1 .r{width: auto;float: none;text-align: left;}
  .g-txt1 .item .tit{font-size: 16px;}
  .g-tit .desc br{display: none;}
  .ul-listp1 .tit{font-size: 14px;}
  .row1 .top{background: none;}
  .ul-listp1 .ico{-webkit-background-size:  auto 32px;
  background-size:  auto 32px;height: 42px;margin-bottom: 0px;}
  .fenge .fg_left p:nth-child(2){font-size: 18px;}
  .fenge .fg_right .fg_btn{width: 100%;}
  .m-cast .txt .desc{font-size: 12px;}
  .ul-tab li{font-size: 14px;margin:0 5px;}
  .ul-tab li:nth-child(1) i, .ul-tab li:nth-child(2) i{width: 18px;height: 18px;-webkit-background-size: cover;
  background-size: cover;}
  .ul-list1 .con{padding: 15px;}
  .g-more{width: 100%;}
  .footer .add .txt{width: auto;float: none;padding-right: 0;}
  .footer .add .desc span{font-size: 22px;}
  .footer .title{margin-bottom: 10px;}
  .ul-tabnew li .con{width: 100%;float: none;padding: 0;background: none;margin-left: 0;text-align: center;}
  .ul-tabnew li{width: 33.33%;float: left;}
  .ul-tabnew li.on .con{background-image: none;}
  .swiperpro .tit{font-size: 16px;line-height: 42px;}
  .g-tit .lin{display: none;}
}






.hd-mobile{display: none;}
@media only screen and (max-width: 1023px) {
  .menu{height: 60px;}
.header .nav{display: none;}
.logo{line-height: 60px;height: 60px;float: left;width: 156px;}
.logo img{display: inline-block;vertical-align: middle;max-width: 100%;max-height: 100%;}
  body{padding: 60px 0 53px;}

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff ;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .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;
  
    }
    .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: #00a0e9;
      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;}
}