/*-----------------[åˆå§‹åŒ–]--------------*/
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: 1400px;}
.menu{height: 130px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0 7%;
    box-shadow: 2px 4px 6px 0px rgba(0,0,0,0.14);
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 130px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#333;
    display: block;
    line-height:130px;
    margin: 0 24px;
    text-align: center;
    position: relative;
}
.nav li:hover .v1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #004DA1;
}
.nav li:hover .v1{
  color:#004DA1;
}
.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: #004DA1;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#004DA1;
}
.nav .tel{
  padding-left: 50px;
  margin-top: 40px;
  color:#666;
  font-size: 14px;
  background: url(../images/ico1.png) no-repeat left 0 center;
}
.nav .tel p{
  font-family: Arial;
  font-weight: bold;
  font-size:22px;
  line-height: 22px;
  color:#333;
}
.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: #1c5bc0;
    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.84vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 40px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 13px;height: 13px;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: #fff;width: 34px;border-radius: 20px;}

.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    padding-top: 22px;
    background-repeat: no-repeat;
    background-position: center top;
}
.g-tit .tit{
  color:#333333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 9px;
}
.g-tit i{
  display: inline-block;
  vertical-align: middle;
  width: 106px;
  height: 12px;
  margin:0 36px;
}
.g-tit i:first-child{
  background: url(../images/ico2.png) no-repeat;
}
.g-tit i:last-child{
  background: url(../images/ico3.png) no-repeat;
}
.g-tit .desc{
    font-size: 16px;
    color:#999;
    line-height: 1.69;
}
.g-tit .desc span{
  display: inline-block;
  vertical-align: middle;
}
.g-tit.cof .tit,
.g-tit.cof .desc{
  color:#fff;
}
.row1{
  overflow: hidden;
  padding: 43px 0 32px;
}
.ul-list1{
    overflow: hidden;
    margin:0 -5px 8px;
}
.ul-list1 li{
    float: left;
    margin-bottom: 10px;
    width: 12.5%;
}
.ul-list1 a{
    display: block;
    margin:0 5px;
    background-color: #f1f1f1;
    line-height: 54px;
    font-size: 16px;
    color:#666;
    text-align: center;
}
.ul-list1 a:hover{
    background-color: #004da1;
    color:#fff;
}
.swiperpro.swiper-container{
  padding-bottom: 46px;
}
.swiperpro .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  border: 1px solid #EEEEEE;
  margin-bottom: 1px;
}
.swiperpro .tit{
  background: #f5f5f5;
  line-height: 60px;
  color:#333333;
  text-align: center;
  font-size: 16px;
}
.swiperpro .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
  }
.swiperpro.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 11px;height: 11px;background:#d4d4d4;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.swiperpro.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #004DA1;}

.row2{
  padding: 42px 0;
  overflow: hidden;
  background: url(../images/bg1.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.row2 .txt{
  width: calc(100% - 580px);
  overflow: hidden;
  color:#fff;
  float: left;
}

.row2 .txt .tit{
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 17px;
}
.row2 .txt .desc{
  font-size: 18px;
  margin-bottom: 24px;
  max-width: 452px;
  line-height: 1.67;
}
.row2 .txt .desc span{
  color:#FEAC36;
}
.row2 .txt .tel{
  width: 324px;
  height: 46px;
  background: #0046a3 url(../images/ico4.png) no-repeat left 18px center;
  border-radius: 25px;
  font-size: 16px;
  line-height: 46px;
  padding-left: 51px;
}
.row2 .txt .tel span{
  font-size: 24px;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  position: relative;
  font-family: Impact;
}
.g-form{
  overflow: hidden;
  width: 580px;
  float: right;
  position: relative;
  top: -5px;
}
.g-form .box{
  overflow: hidden;
}
.g-form .box .item{
  width: 48%;
  float: left;
  margin-right: 4%;
  margin-bottom: 10px;
}
.g-form .box .item:last-child{
  margin-right: 0;
}
.g-form input{
  background: none;
  display: block;
  width: 100%;
  height: 60px;
  font-size: 16px;
  color:#fff;
  border-bottom: 1px solid #fff;
}
.g-form input::placeholder{
  color:#fff;
}
.g-form .fd_btn{
  display: block;
  width: 148px;
  height: 43px;
  text-align: center;
  line-height: 41px;
  font-size: 16px;
  color:#fff;
  float: right;
  border:1px solid #fff;
  margin-top: 32px;
  cursor: pointer;
}


.row3{
  overflow: hidden;
  padding:2.71vw 0 5.1vw;
}
.row3 .g-tit{
  padding-top: 2.6vw;
}
.ul-ystab{
    text-align: center;
    margin-bottom: 2.5vw;
}
.ul-ystab::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.ul-ystab li{
    display: inline-block;
    margin:0 2.6vw;
    position: relative;
}
.ul-ystab li.act::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-10px;
    margin:0 auto;
    width: 16px;
    height: 8px;
    background: url(../images/ico6.png) no-repeat;
}
.ul-ystab .ico{
    display: block;
    width: 88px;
    height: 88px;
    margin:0 auto 13px;
    background-repeat: no-repeat;
}
.ul-ystab .i1{
  background-image: url(../images/ico5-1.png);
}
.ul-ystab .i2{
  background-image: url(../images/ico5-2.png);
}
.ul-ystab .i3{
  background-image: url(../images/ico5-3.png);
}
.ul-ystab .i4{
  background-image: url(../images/ico5-4.png);
}
.ul-ystab .i5{
  background-image: url(../images/ico5-5.png);
}
.ul-ystab .tit{
    font-size: 18px;
    color:#666666;
    font-weight: bold;
}
.ul-ystab li:hover .tit,
.ul-ystab li.act .tit{
    color:#333333;
}

.slider3 {
  position: relative;
  padding: 0 76px;
}
.slider3 .swiper-button-next{
    width:19px;
    height: 43px;
    right: 21px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/ico-4.png);
}
.slider3 .swiper-button-prev{
     width: 19px;
    height: 43px;
    left: 21px;
    background-image: url(../images/ico-3.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-1 .txt{
    display: none;
}
.swiper-1 .pic{
    position: relative;
    overflow: hidden;
    height: 510px;
    margin-top: 15px;
}
.swiper-1 .pic::after {
    content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);  
}
.swiper-1 .swiper-slide {
  z-index: 1;
}
.swiper-1 .swiper-slide-active {
  z-index: 2;
}
.swiper-1 .swiper-slide-active .pic{
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.swiper-1 .swiper-slide-active .pic::after{
  display: none;
}
.swiper-1 .swiper-slide-active .txt{
    display: block;
}
.swiper-1 .swiper-slide.swiper-slide-prev{
 transform: perspective(280px) rotateY(5deg) scale(0.9) translateX(84%);
}
.swiper-1 .swiper-slide.swiper-slide-next{
 transform: perspective(210px) rotateY(-5deg) scale(0.9) translateX(-37%);
}
.swiper-1 .txt{
    float: left;
    width: 274px;
    height: 540px;
    background: #0046a3;
    padding:41px 38px 0;
    color:#fff;
    position: relative;
}
.swiper-1 .txt::after {
    content: '';
    display: block;
    position: absolute;
    right: -7px;
    top: 4px;
    width: 7px;
    height: 14px;
    background: url(../images/ico7.png) no-repeat;
}
.swiper-1 .txt .num{
    margin:0 auto 18px;
    width: 102px;
    height: 103px;
    background: url(../images/ico19.png) no-repeat;
    text-align: center;
    font-size: 40px;
    font-family: Impact;
    line-height: 103px;
}
.swiper-1 .txt .tit{
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 18px;
}
.swiper-1 .txt .desc{
    font-size: 15px;
    line-height:1.87;
    height: 13.09em;
    margin-bottom: 11px;
}
.swiper-1 .txt .lin{
  width: 97px;
  height: 4px;
  background: #5987c3;
  margin:0 auto 28px;
}
.swiper-1 .txt .img{
   text-align: center;
   font-size: 23px;
   color:#5987C3;
}
.swiper-1 .swiper-button-next{
    width:46px;
    height: 46px;
    background-image: url(../images/ico9.png);
    -webkit-background-size: cover;
    background-size: cover;
    right:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}
.swiper-1 .swiper-button-prev{
    width:46px;
    height: 46px;
    background-image: url(../images/ico8.png);
    -webkit-background-size: cover;
    background-size: cover;
    left:5%;
    margin-top: 0;
    z-index: 2;
    margin-top: -25px;
}

.row4{
  overflow: hidden;
  padding: 50px 0 50px;
  background: url(../images/bg2.jpg);
}
.row4 .g-tit{
  padding-top: 3.2vw;
}
.youshi .ys{margin-top:37px;}
.youshi .ys_content{height:631px;}
.youshi .ys_content .ys_item{width:162px;float:left;overflow:hidden;height:100%;position:relative;}
.youshi .ys_content .ys_item.ys_bw{width:calc(100% - 486px);}
.youshi .ys_content .ys_li{background:#004DA1;position:relative;width:100%;float:left;padding:83px 0 0 15px;height:100%;}
.youshi .ys_content .ys_li.bg1{background:#2065b3;}
.youshi .ys_content .ys_li.bg2{background:#0856ad;}
.youshi .ys_content .ys_li.bg3{background:#0046a3;}
.youshi .ys_content .ys_li p{font-size:14px;color:#7ed6ff;line-height:20px;}
.youshi .ys_content .ys_li p:first-child{font-size:72px;font-weight:bold;color:#FFF;height:72px;line-height:72px;}
.youshi .ys_content .ys_li p:nth-child(2){font-size:24px;height:68px;line-height:34px;font-weight:bold;color:#FFF;margin:35px 0 8px;}
.youshi .ys_content .ys_li p:nth-child(3){height:40px;}
.youshi .ys_content .ys_li i{width:33px;height:33px;background:url(../images/ys_icon1.png) no-repeat center center;display:block;margin-top:43px;}
.youshi .ys_content .ys_txt{width:100%;float:right;background:#FFF;position:relative;padding:76px 60px 50px 33px;height:100%;overflow: hidden;}
.youshi .ys_content .ys_txt .ys_l{width:333px;float:left;padding-top:5px;}
.youshi .ys_content .ys_txt .ys_l p{font-size:15px;line-height:26px;color:#4a4a4a;}
.youshi .ys_content .ys_txt .ys_l p:first-child{font-size:72px;font-weight:bold;color:#004DA1;height:72px;line-height:72px;}
.youshi .ys_content .ys_txt .ys_l p:nth-child(2){font-size:36px;height:46px;line-height:46px;font-weight:bold;color:#004DA1;margin-top:35px;letter-spacing: -1.5px;}
.youshi .ys_content .ys_txt .ys_l p:nth-child(4){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5;height:130px;}
.youshi .ys_content .ys_txt .ys_l i{display:block;width:100%;height:1px;margin:35px 0 22px;background:#e3e3e3;}
.youshi .ys_content .ys_txt .ys_l a{display:block;width:157px;height:39px;line-height:39px;background:url(../images/ico10.png) no-repeat right 20px center #004DA1;font-size:15px;color:#FFF;margin-top:44px;padding-left:42px;}
.youshi .ys_content .ys_txt .ys_r{overflow: hidden;padding-left:42px;}
.youshi .ys_content .ys_txt .ys_r .ys_img{width:100%;padding-bottom:102%;position:relative;overflow: hidden;}



.row5{
  padding: 63px 0 60px;
  overflow: hidden;
}
.row5 .g-tit{
  padding-top: 1.8vw;
}
.swiper-container.swiperschool{
  padding-bottom: 69px;
}
.swiperschool .pic{
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  background-color: #fff;
  margin-bottom: 23px;
}
.swiperschool .tit{
  margin:0 auto;
  line-height: 29px;
  color:#fff;
  font-size: 14px;
  text-align: center;
  background: #004da1;
  border-radius: 16px;
}
.swiperschool .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
  }
.swiperschool.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 11px;height: 11px;background:#d4d4d4;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.swiperschool.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #004DA1;}
.row6{
  overflow: hidden;
  color:#fff;
  background: url(../images/bg3.jpg) no-repeat top;
  padding: 2.92vw 0 3.33vw;
}
.row6 .img{
  margin:0 auto 14px;
  width: 177px;
  height: 91px;
  background: url(../images/ico15.png) no-repeat;
}
.row6 .g-tit{
  padding-top: 18px;
  margin-bottom: 12px;
}
.row6 .info{
  font-size: 16px;
  line-height: 2.13;
  text-align: center;
  padding: 0 5.21vw;
  margin-bottom: 2.14vw;
}
.row6 .box{
  background-color: #fff;
  padding: 2.24vw 0;
  box-shadow: 1px 2px 13px 0px rgba(0,0,0,0.33);
}
.slider3 .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 75%;
  border: 1px solid #CACACA;
}
.slider3 .swiper-button-next{
    width:47px;
    height: 47px;
    right: 21px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/ico13.png);
}
.slider3 .swiper-button-prev{
     width:47px;
    height: 47px;
    left: 21px;
    background-image: url(../images/ico12.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-listab{
  overflow: hidden;
  text-align: center;
  margin:0 6.25vw 3.39vw;
  display: flex;
  justify-content: space-between;
}
.ul-listab li{
  
}
.ul-listab .ico{
    display: block;
    width: 113px;
    height: 113px;
    margin:0 auto 13px;
    background-repeat: no-repeat;
}
.ul-listab .i1{
  background-image: url(../images/ico14-1.png);
}
.ul-listab .i2{
  background-image: url(../images/ico14-2.png);
}
.ul-listab .i3{
  background-image: url(../images/ico14-3.png);
}
.ul-listab .i4{
 background-image: url(../images/ico14-4.png);
}
.ul-listab .i5{
 background-image: url(../images/ico14-5.png);
}
.ul-listab .tit{
  font-size: 18px;
  font-weight: bold;
}

.row7{
  overflow: hidden;
  padding-bottom: 4.27vw;
}
.newlist{
  overflow: hidden;
  margin: 0 -6px;
}
.ul-fwlc .con{
  margin: 0 6px;
} 
.newlist .leftnew{
  float: left;
  overflow: hidden;
  width: calc(100% - 634px);
  padding-right: 17px;
}
.rightnew{
  overflow: hidden;
   background: #F4F4F4;
}
.rightnew .first{
  overflow: hidden;
  padding: 26px 0 0;
  border-bottom: 1px solid #E3E3E3;
  margin: 0 38px;
  height: 184px;

}
.rightnew .first .tit{
  font-size: 21px;
  color:#353432;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rightnew .first .desc{
  font-size: 15px;
  color:#888;
  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: 10px;
  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: 280px;
  overflow: hidden;
  border:1px solid #eee;
}
.slidernew .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slidernew .txt{
  height: 273px;
  padding: 41px 30px 0;
  background: #F4F4F4;
}
.slidernew .txt .tit{
  font-size: 21px;
  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: 14px;
  color:#666;
  line-height: 1.93;
  height: 5.79em;
  margin-bottom: 22px;
  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: 13px;
  color:#999;
  margin-bottom: 16px;
}
.slidernew .txt .line{
  color:#999;
  font-size: 13px;
}
.slidernew .txt .line i{
  width: 18px;
  height: 6px;
  display: inline-block;
  margin-left: 17px;
  background: url(../images/ico11.png) no-repeat;
}


.m-form{
  overflow: hidden;
  background: url(../images/bg4.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.96vw 0 3.8vw;
  color:#fff;
  border-bottom: 1px solid #414141;
}
.m-form .title{
  line-height: 48px;
  margin-bottom: 2.29vw;
  position: relative;
  height: 48px;
}
.m-form .tit{
  float: left;
  font-size: 36px;
  font-weight: bold;
}
.m-form .tit i{
  display: block;
  position: absolute;
  left: 143px;
  top: -10px;
  width: 322px;
  height: 75px;
  background: url(../images/title8.png) no-repeat;
}
.m-form .jj{
  font-size: 16px;
  float: right;
}
.m-form .form{
  overflow: hidden;
  
}
.m-form .form input{
  float: left;
  width: 335px;
  height: 58px;
  margin-right:10px;
  padding: 0 14px;
  font-size: 15px;
}
.m-form .form input.nr{
  width: 504px;
}
.m-form .form .tj{
  float: right;
  width: 196px;
  height: 58px;
  line-height: 58px;
  background: #fa2300;
  text-align: center;
  color:#fff;
  font-size: 17px;
  cursor: pointer;
}
.m-form .form .tj i{
  display: inline-block;
  vertical-align: middle;
  width: 19px;
  height: 20px;
  margin-right: 12px;
  margin-top: -2px;
  background: url(../images/ico2.png) no-repeat;
}


.footer{
  overflow: hidden;
  background: #232323;
}
.footer .top{
  overflow: hidden;
  padding: 50px 0;
}
.footer  .fdtit{
  color:#fff;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 26px;
}
.footer .address {
  float: right;
  width: 320px;
}
.footer .address .desc{
  color:#999999;
  font-size: 14px;
  line-height: 2.29;
  margin-bottom: 21px;
}
.footer .address .desc p{
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top 10px;
}
.footer .address .desc p a{color:#999999;}
.snav{
  float: left;
  overflow: hidden;
}
.snav dl{
  float: left;
}
.snav dl dd a{
  display: block;
  font-size: 14px;
  color:#999999;
  line-height: 2.14;
}
.snav dl:first-child{
  margin-right: 10.42vw;
}
.snav .desc{
  overflow: hidden;
  width: 552px;
}
.snav .desc a{
  float: left;
  width: 33.33%;
}
.footer .qr{
  overflow: hidden;
  float: left;
  text-align: center;
  font-size: 13px;
  color:#999999;
}
.footer .qr img{
  display: block;
  margin:0 auto 10px;
}


.links{
  overflow: hidden;
  padding-bottom: 30px;
}
.links .name{
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color:#7C7C7C;
  margin-right: 30px;
}
.links .name span{
  font-size: 16px;
  color:#fff;
}
.links a{
  display: inline-block;
  font-size: 14px;
  color:#999999;
  margin-right: 10px;
}
.copy{
  overflow: hidden;
  padding: 10px 0;
  background: #1d1d1d;
}
.copy span,
.copy a{
  display: inline-block;
  font-size: 14px;
  color:#999999;
}


#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: 1850px) {
 .header{padding: 0 5%;}
 .nav li .v1{margin: 0 16px;}
}
@media only screen and (max-width: 1660px) {
  .logo{width: 300px;}
  
}
@media only screen and (max-width: 1500px) {
  .wp{width: 1300px;}
  .header{padding: 0 15px;}
  .nav .tel{margin-top: 18px;}
  .logo{line-height: 80px;height: 80px;width: 300px;}
  .nav li .v1{line-height: 80px;}
  .menu{height: 80px;}
  .newlist .leftnew{width: calc(100% - 500px);}
  .m-form .form input.nr{width: 400px;}
}

@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .nav .tel{display: none;}
   .youshi .ys_content{height:416px;}
    .youshi .ys_content .ys_item{width:114px;}
    .youshi .ys_content .ys_item.ys_bw{width:calc(100% - 342px);}
    .youshi .ys_content .ys_li{padding:50px 0 0 10px;}
    .youshi .ys_content .ys_li p{font-size:12px;line-height:16px;}
    .youshi .ys_content .ys_li p:first-child{font-size:50px;height:50px;line-height:50px;}
    .youshi .ys_content .ys_li p:nth-child(2){font-size:18px;line-height:26px;margin:20px 0 3px;}
    .youshi .ys_content .ys_li p:nth-child(3){height:32px;}
    .youshi .ys_content .ys_li i{width:24px;height:24px;background-size:cover;margin-top:26px;}
    .youshi .ys_content .ys_txt{padding:26px 20px 20px 15px;}
    .youshi .ys_content .ys_txt .ys_l{width:260px;}
    .youshi .ys_content .ys_txt .ys_l p{font-size:13px;line-height:24px;}
    .youshi .ys_content .ys_txt .ys_l p:first-child{font-size:50px;height:50px;line-height:50px;}
    .youshi .ys_content .ys_txt .ys_l p:nth-child(2){font-size:24px;height:32px;line-height:32px;margin-top:18px;}
    .youshi .ys_content .ys_txt .ys_l p:nth-child(4){height:120px;}
    .youshi .ys_content .ys_txt .ys_l i{margin:18px 0 20px;}
    .youshi .ys_content .ys_txt .ys_l a{width:140px;line-height:36px;height:36px;padding-left:30px;font-size:14px;background-position:right 16px center;background-size:auto 13px;}
    .youshi .ys_content .ys_txt .ys_r{padding-left:40px;}
    .youshi .ys_content .ys_txt .ys_r .ys_img{padding-bottom: 71%;}
    .g-form{width: 500px;}
    .row2{padding: 30px 0;}
    .m-form .form input,.m-form .form input.nr{width: 320px;}
    .g-tit .tit{font-size: 32px;}
    .snav .desc{width: 450px;}
}
@media only screen and (max-width: 1230px) {
  body{padding: 60px 0 53px;}
  .wp{width: auto;padding: 0 30px;}
  .header{display: none;}
  
  .g-tit .tit{font-size: 28px;}
  .newlist .leftnew{width: auto;float: none;margin-bottom:20px;padding-right: 0;}
  .rightnew{width: auto;float: none;}
  .snav .desc{width: 300px;}
   .youshi .ys{margin-top:10px;}
    .youshi .ys_content{height:290px;}
    .youshi .ys_content .ys_item{width:106px;}
    .youshi .ys_content .ys_item.ys_bw{width:calc(100% - 318px);}
    .youshi .ys_content .ys_li{padding:20px 0 0 8px;}
    .youshi .ys_content .ys_li p{font-size:12px;line-height:14px;}
    .youshi .ys_content .ys_li p:first-child{font-size:40px;height:40px;line-height:40px;}
    .youshi .ys_content .ys_li p:nth-child(2){font-size:16px;line-height:24px;margin:15px 0 3px;}
    .youshi .ys_content .ys_li p:nth-child(3){height:28px;}
    .youshi .ys_content .ys_li i{width:20px;height:20px;margin-top:18px;}
    .youshi .ys_content .ys_txt{padding:20px 10px;}
    .youshi .ys_content .ys_txt .ys_l{width:200px;padding-top:0;}
    .youshi .ys_content .ys_txt .ys_l p{font-size:12px;line-height:20px;}
    .youshi .ys_content .ys_txt .ys_l p:first-child{font-size:40px;height:40px;line-height:40px;}
    .youshi .ys_content .ys_txt .ys_l p:nth-child(2){font-size:20px;height:28px;line-height:28px;margin-top:6px;}
    .youshi .ys_content .ys_txt .ys_l p:nth-child(4){height:100px;}
    .youshi .ys_content .ys_txt .ys_l i{margin:5px 0 6px;}
    .youshi .ys_content .ys_txt .ys_l a{margin-top:15px;}
    .youshi .ys_content .ys_txt .ys_r{padding-left:20px;}

    .youshi .ys_content .ys_txt .ys_r .ys_img{padding-bottom:64%;}
    .row4{padding: 30px 0;}
    .row5{padding: 30px 0;}
    .row2 .txt .tit{font-size: 20px;margin-bottom: 10px;}
    .row2 .txt .en{display: none;}
    .row2 .txt .desc{font-size: 14px;font-weight: normal;}
    .swiper-1 .txt .lin,.swiper-1 .txt .img{display: none;}
    .swiper-1 .txt{height: 400px;padding: 20px;}
    .swiper-1  .pic{height: 400px;margin-top: 0;}
    .swiper-1 .swiper-slide.swiper-slide-prev{
     transform: perspective(0) rotateY(0) scale(1) translateX(0);
      }
    .swiper-1 .swiper-slide.swiper-slide-next{
     transform: perspective(0) rotateY(0) scale(1) translateX(0);
    }
    .swiper-1 .txt .desc{font-size: 14px;}
    .swiper-1 .txt .tit{font-size: 22px;margin-bottom: 4px;}
    .ul-ystab{margin-bottom: 20px;}
    .slidernew .pic{height: 200px;}
    .m-form .form .tj{float: none;clear: left;}
    .m-form .form input{margin-bottom: 15px;}
    .m-form .tit i{display: none;}
    .m-form .tit{font-size: 32px;}
    .m-form .form input, .m-form .form input.nr{width: 100%;height: 42px;margin-right: 0;}
    .m-form .form .tj{height: 42px;line-height: 42px;}
    .m-form{padding: 20px 0;}
    .row1{padding: 30px 0;}
    .row3{padding: 30px 0;}
    .row6{padding: 30px 0;}
    .footer .top{padding: 30px 0;}
    .snav{display: none;}
}
@media only screen and (max-width: 1023px) {
  .g-tit{padding-top: 0!important;-webkit-background-size: 0 0;
  background-size: 0 0;margin-bottom: 20px;}
  .g-tit .tit{font-size: 28px;}
  .g-tit i{display: none;}
  .ul-list1 li{width: 33.33%;margin-bottom: 6px;}
  .ul-list1 a{font-size: 14px;line-height: 35px;}
  .g-tit .desc span br{display: none;}
  .g-tit .desc span{display: block;font-size: 13px;}
  .row2{-webkit-background-size: cover;
  background-size: cover;}
  .row2 .txt{width: auto;float: none;margin-bottom: 20px;}
  .g-form{width: auto;float: none;}
  .g-form .fd_btn{width: auto;float: none;}
  .m-form .tit{font-size: 28px;}
  
} 
@media only screen and (max-width: 960px) {
.g-tit .tit{font-size: 25px;}
 .youshi .ys_content{height:auto;}
    .youshi .ys_content .ys_item{width:100%;float:none;}
    .youshi .ys_content .ys_item.ys_bw{width:100%;}
    .youshi .ys_content .ys_li{padding:10px 8px;}
    .youshi .ys_content .ys_li p:first-child{float:left;font-size:22px;height:30px;line-height:30px;}
    .youshi .ys_content .ys_li p:nth-child(2){float:left;margin:0 0;height:30px;line-height:30px;margin-left:15px;}
    .youshi .ys_content .ys_li p:nth-child(3){display:none;}
    .youshi .ys_content .ys_li i{float:right;margin-top:5px;}
    .youshi .ys_content .ys_txt{padding:15px 8px;}
    .youshi .ys_content .ys_txt .ys_l{width:100%;float:none;}
    .youshi .ys_content .ys_txt .ys_l p:first-child{font-size:30px;height:30px;line-height:30px;}
    .youshi .ys_content .ys_txt .ys_l p:nth-child(2){font-size:17px;height:24px;line-height:24px;}
    .youshi .ys_content .ys_txt .ys_l p:nth-child(4){height:auto;}
    .youshi .ys_content .ys_txt .ys_l a{margin-top:10px;}
    .youshi .ys_content .ys_txt .ys_r{width:100%;padding-left:0;float:none;margin-top:10px;}
    .youshi .ys_content .ys_li p:nth-child(2) br{display: none;}
    .m-form .tit{font-size: 25px;}

}
@media only screen and (max-width: 767px) {
.g-tit .tit{font-size: 22px;margin-bottom: 0px;}
.wp{padding: 0 15px;}
.row6 .info{font-size: 14px;}
.g-form .box .item{width: auto;margin-right: 0;float: none;font-size: 14px;margin-bottom: 0;}
.ul-ystab .ico{display: none;}
.swiper-1 .txt{float: none;width: auto;height: 200px;overflow: hidden;padding: 15px;}
.swiper-1 .txt{display: block;}
.swiper-1 .pic{margin-top: 0;}
.swiper-1 .txt .num{display: none;}
.swiper-1 .txt .desc{writing-mode:horizontal-tb;height: auto;margin-bottom: 0;}
.swiper-1 .swiper-button-prev{left:3%;}
.swiper-1 .pic{height: auto;padding-top: 63%;}
.g-tit{margin-bottom: 15px;}
.swiper-container.swiperschool{padding-bottom: 40px;}
.ul-ystab li{margin:0;width: 20%;float: left;}
.ul-ystab{display: block;}
.ul-ystab .tit{font-size: 17px;}
.ul-listab .ico{width: 50px;height: 50px;-webkit-background-size: cover;
background-size: cover;margin-bottom: 4px;}
.ul-listab .tit{font-size: 14px;}
.row6 .info{padding: 0;}
.ul-listab{margin:0 0 15px;}
.row7{padding: 30px 0;}
.slidernew .txt{height: auto;padding: 15px;}
.rightnew .first{height: auto;margin:0;padding: 15px;}
.rightnew .first .tit,.slidernew .txt .tit{font-size: 18px;margin-bottom: 4px;}
.rightnew .first .time{font-size: 14px;}
.slidernew .txt .desc{margin-bottom: 0px;}
.m-form .tit{font-size: 22px;float: none;}
.m-form .jj{float: none;font-size: 13px;}
.m-form .title{height: auto;line-height: 2;}
}
@media only screen and (max-width: 520px) {
.footer .address{width: auto;float: none;}
.footer .fdtit{margin-bottom: 10px;}
.links{padding-bottom: 20px;}
}
  





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

.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      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;
        border-top: 2px 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: #e91313;
      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;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 5px;}
}

#stylesubnav{
  display: none;
}
.ban{
  position: relative;
  overflow: hidden;
}
.ban img{
  display: block;
  max-width: 100%;
  height: auto;
  min-height: 120px;
}
.ban .info{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color:#fff;
  z-index: 2; 
}
.ban .bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
.ban .info .tit{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 20px;
}
.ban .info .desc{
  font-size: 16px;
}
.ban .proinfo{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 137px;
  width: 566px;
  color:#fff;
  background: url(../images/ico39.png) no-repeat;
}
.ban .proinfo .pf{
  position: absolute;
  top: 50%;
  left: 123px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ban .proinfo .tit{
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.ban .proinfo .desc{
  font-size: 16px;
  line-height: 2.44;
}
.scur{
  overflow: hidden;
  line-height: 77px;
  background: #eef2f5;
}
.scur .linknav{
  float: left;
  overflow: hidden;
}
.scur .linknav a{
  display: block;
  float: left;
  width: 122px;
  text-align: center;
  position: relative;
  color:#666666;
  font-size: 14px;
}
.scur .linknav a::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  width: 1px;
  height: 15px;
  top: 32px;
  background: #666666;
}
.scur .linknav a:last-child::after{
  display: none;
}
.scur .linknav a:hover{
  background: #004da1;
  color:#fff;
}
.cur{
  overflow: hidden;
  padding-left: 30px;
  background: url(../images/cur.png) no-repeat left center;
}
.cur ,.cur span ,.cur a{
  font-size: 14px;
  color:#666666;
}
.cur a:hover{
  opacity:.5;
}
.g-nytit{
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color:#333333;
  margin-bottom: 30px;
}
.row-fw1{
  overflow: hidden;
  padding: 2.6vw 0 5.21vw;
}
.row-fw1 .g-nytit{
  margin-bottom: 19px;
}
.row-fw1 .info{
  font-size: 15px;
  color:#777777;
  text-align: center;
  margin-bottom: 2.66vw;
}
.m-fw1{
  overflow: hidden;
  position: relative;
  height: 379px;
  margin-bottom: 4.95vw;
}
.m-fw1::before {
  content: '';
  display: block;
  position: absolute;
  top:26%;
  left: 0;
  width: 400px;
  height: 167px;

  background: url(../images/ico20.png) no-repeat;
} 
.m-fw1::after {
  content: '';
  display: block;
  position: absolute;
  top:26%;
  right: 0;
  width: 400px;
  height: 167px;
  background: url(../images/ico21.png) no-repeat;
} 
.m-fw1 .pic{
  
  height: 379px;
  width: 519px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin:0 auto;
  z-index: 2;
  background: url(../images/pic7.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.m-fw1 .item{
  position: absolute;
  width: 360px;
}
.m-fw1 .item .tit{
  font-size: 25px;
  color:#000000;
  margin-bottom: 8px;
}
.m-fw1 .item .desc{
  font-size: 16px;
  color:#000000;
  line-height: 1.63;
}
.m-fw1  .t1{
  top: 37px;
  left: 0;
}
.m-fw1  .t2{
  top: 36px;
  right: 0;
  text-align: right;
}
.m-fw1  .t3{
  bottom: 10px;
  left: 0;
}
.m-fw1  .t4{
  bottom: 10px;
  right: 0;
  text-align: right;
}
.row-fw1 .bom{
  width: 900px;
  margin:0 auto;
  background: #f5f5f5;
  border-radius: 10px;
  text-align: center;
  line-height: 70px;
  font-size: 18px;
  color:#141414;
}
.row-fw1 .bom i{
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
  width: 26px;
  height: 26px;
  background: url(../images/ico22.png) no-repeat;
  margin-right: 18px;
}
.row-fw2{
  overflow: hidden;
  background: url(../images/bg5.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3.75vw 0 6.93vw;
}
.ul-fw1{
  overflow: hidden;
  margin:0 -1.04vw;
}
.ul-fw1 li{
  width: 33.333%;
  float: left;
}
.ul-fw1 .con{
  margin:0 1.04vw;
  overflow: hidden;
}
.ul-fw1 .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 80%;
}
.ul-fw1 .pic img{
  transition:all .8s;
}
.ul-fw1 .txt{
  font-size: 18px;
  height: 9.48vw;
  padding: 2.81vw 3.28vw 0;
  color:#333333;
  transition:all .8s;
  background-color: #fff;
}
.ul-fw1 li:hover .pic img{
   -webkit-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.ul-fw1 li:hover .txt{
  background: #004da1;
  color:#fff;
}



.row-fw3{
  overflow: hidden;
  padding: 3.33vw 0 5.21vw;
  background: #f7f7f7;
}
.row-fw3 .g-nytit{
  margin-bottom: 40px;
}
.ul-fw2{
  overflow: hidden;
  margin:0 -1.59vw;
}
.ul-fw2 li{
  width: 33.333%;
  float: left;
}
.ul-fw2 .con{
  overflow: hidden;
  margin:0 1.59vw;
}
.ul-fw2 .ico{
  width: 164px;
  height: 164px;
  border-radius: 50%;
  background-repeat: no-repeat;
  margin:0 auto;
  position: relative;
  z-index: 2;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul-fw2 .ico.i1{
  background-image: url(../images/ico23.png);
}
.ul-fw2 .ico.i2{
  background-image: url(../images/ico24.png);
}
.ul-fw2 .ico.i3{
  background-image: url(../images/ico25.png);
}
.ul-fw2 .txt{
  background-color: #fff;
  height: 389px;
  box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.03);
  margin-top: -102px;
  padding: 105px 0 0;
}
.ul-fw2 .tit{
  font-size: 30px;
  color:#333333;
  text-align: center;
  margin-bottom: 12px;
}   
.ul-fw2 .lin{
  width: 32px;
  height: 3px;
  background: #cdcdcd;
  margin:0 auto 20px;
}
.ul-fw2 li:nth-child(1) .desc{
  padding-left: 138px;
 }
 .ul-fw2 li:nth-child(2) .desc{
  padding-left: 164px;
 }
 .ul-fw2 li:nth-child(3) .desc{
  padding-left: 143px;
 }
.ul-fw2 .desc p{
  font-size: 16px;
  color:#666666;
  line-height: 2.13;
}
.ul-fw2 .desc i{
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin-right: 19px;
  background: url(../images/ico26.png) no-repeat;
}

.row-ab1{
  overflow: hidden;
  padding: 1.93vw 0 3.13vw ;
}
.row-ab1 .info{
  font-size: 16px;
  color:#000000;
  line-height: 2.75;
  text-indent: 2em;
  margin-bottom: 62px;
}
.ul-num{
  overflow: hidden;
  text-align: center;
}
.ul-num li{
  display: inline-block;
  margin:0 4vw;
  font-size: 16px;
  color:#666666;
}
.ul-num li .num{
  margin-bottom: 10px;
}
.ul-num .tit{
  font-size: 16px;
  color:#666666;
}
.ul-num .num span{
  font-size: 47px;
  font-family: Impact;
  color:#004da1;
  margin-right: 2px;
}
.ul-num .num img{
  display: inline-block;
  margin-right: 1.77vw;
}
.row-ab2{
  padding: 3.49vw 0;
  overflow: hidden;
  background: url(../images/bg7.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.swiper-container.swiperm2{
  padding-top: 24px;
}
.row-ab2 .g-nytit{
  color:#fff;
}
.swiperm2 .pic{
  width: 326px;
  height: 294px;
  float: left;
  overflow: hidden;
  position: relative;
}
.swiperm2 .pic img{
  transition:all .8s;
}
.swiperm2 .swiper-slide{
  background: #fff;
   transition:all .8s;
}
.swiperm2 .swiper-slide:hover{
  background: #004da1;
}
.swiperm2 .swiper-slide:hover .txt .tit,
.swiperm2 .swiper-slide:hover .txt .desc{
  color:#fff;
}
.swiperm2 .swiper-slide:hover .pic img{
  -webkit-transform: scale(1.05,1.05);
  -ms-transform: scale(1.05,1.05);
  -o-transform: scale(1.05,1.05);
  transform: scale(1.05,1.05);
}
.swiperm2 .txt{
  overflow: hidden;
  padding: 3.13vw 2.4vw 0;
}
.swiperm2 .txt .tit{
  font-size: 29px;
  color:#333333;
  font-weight: bold;
  margin-bottom: 13px;
}
.swiperm2 .txt .desc{
  font-size: 15px;
  color:#777;
  line-height: 1.88;
}
.row-ab3{
  overflow: hidden;
  padding: 3.59vw 0;
}
.row-ab3 .g-nytit{
  margin-bottom: 3.28vw;
}
.row-ab4{
  overflow: hidden;
  padding: 2.6vw 0;
  background: #fbfbfb;
}

.slider4{
  position: relative;
}
.slider4 .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 77%;
  border: 1px solid #CACACA;
}
.slider4 .swiper-button-next{
    width:33px;
    height: 64px;
    right: -84px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/ico28.png);
}
.slider4 .swiper-button-prev{
    width:33px;
    height: 64px;
    left: -84px;
    background-image: url(../images/ico27.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.slider4 .tit{
  font-size: 16px;
  text-align: center;
  color:#666666;
  padding-top: 18px;
}

.row-pro1{
  overflow: hidden;
  padding: 1.93vw 0 3.13vw;
}
.row-pro1 .pictxt{
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 2.5vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.row-pro1 .pictxt .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  width: 500px; 
  padding-top: 500px;
  float: left;
}
.row-pro1 .pictxt .txt{
  overflow: hidden;
  padding: 2.6vw 3vw 0;
}
.row-pro1 .pictxt .txt .en{
  color:rgba(51, 51, 51, .32);
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-bottom: 13px;
}
.row-pro1 .pictxt .txt .tit{
  font-weight: bold;
  font-size: 30px;
  color:#333333;
  line-height: 1.1;
  margin-bottom: 30px;
}
.row-pro1 .pictxt .txt .lin{
  width: 42px;
  height: 4px;
  background: #004ad1;
  margin-bottom: 24px;  
}
.row-pro1 .pictxt .txt .desc{
  font-size: 16px;
  line-height: 2;
  color:#333333;
}
.prolist .title{
  font-size: 31px;
  color:#333333;
  line-height: 33px;
  font-weight: bold;
  padding-left: 30px;
  border-left: 5px solid #004ad1;
  margin-bottom: 2.34vw;
}

.swier-prolist{
  position: relative;
}
.swier-prolist .pic{
  background: #f6f6f6;
  height: 0;
  overflow: hidden;
  position: relative;
  padding-top: 75%;
  border: 1px solid rgba(220,220,220,0.93);
}
.swier-prolist .tit{
  line-height: 46px;
  font-size: 16px;
  color:#333333;
  background: #eee;
  text-align: center;
}
.swier-prolist .swiper-button-next{
    width:33px;
    height: 64px;
    right: -84px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/ico28.png);
}
.swier-prolist .swiper-button-prev{
    width:33px;
    height: 64px;
    left: -84px;
    background-image: url(../images/ico27.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.row-pro2{
  overflow: hidden;
  padding: 2.92vw 0 3.8vw;
  background: url(../images/bg6.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-pro2 .title{
  text-align: center;
  color:#fff;
  font-size: 2.19vw;
  font-weight: bold;
  margin-bottom: 1.46vw;
}
.row-pro2 .title span{
  font-size: 2.66vw;
  margin-left: 5px;
}
.row-pro2 .desc{
  text-align: center;
  color:#fff;
  font-size: 16px;
  margin-bottom: 2.76vw;
}
.row-pro2 .box{
  overflow: hidden;
  margin-bottom: 1.8vw;
}
.row-pro2 .box .item{
  float: left;
  width: 33.333%;
  padding-right: 5px;
}
.row-pro2 .box .item input{
  display: block;
  background-color: #fff;
  padding: 0 10px;
  height: 60px;
  width: 100%;
  color:#333;
}
.row-pro2 .box .item input::placeholder{
  color:#999;
}
.row-pro2 .sub{
  margin:0 auto;
  width: 500px;
  height: 60px;
  background: #ff7033;
  font-size: 18px;
  color:#fff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.row-pro2 .boxform{
  margin-bottom: 2.34vw;
  overflow: hidden;
}
.row-pro2 .lianxi{
  text-align: center;
  line-height: 38px;
}
.row-pro2 .lianxi>div{
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  color:#fff;
  font-weight: bold;
  margin:0 30px;
} 
.row-pro2 .lianxi span{
  font-size: 32px;
  font-family: Arial;
}
.row-pro2 .lianxi img{
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.row-pro2 .lianxi a{
  color:#fff;
}
.row-pro3{
  padding: 2.81vw 0 5.1vw;
  overflow: hidden;
  background: url(../images/bg8.jpg) no-repeat bottom;
}
.row-pro3 .g-nytit{
  margin-bottom: 12px;
}
.row-pro3  .line{
  width: 42px;
  height: 3px;
  background: #004ad1;
  margin:0 auto 2.14vw;
}
.row-pro3 .info{
  font-size: 16px;
  color:#333333;
  line-height: 2;
  text-align: center;
  margin-bottom: 3.02vw;
}
.ul-prolist2{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.ul-prolist2 .ico{
  width: 127px;
  height: 127px;
  border-radius: 50%;
  margin:0 auto 13px;
  background-color: #004DA1;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-prolist2 .ico.i1{
  background-image: url(../images/ico31.png);
}
.ul-prolist2 .ico.i2{
  background-image: url(../images/ico32.png);
}
.ul-prolist2 .ico.i3{
  background-image: url(../images/ico33.png);
}
.ul-prolist2 .ico.i4{
  background-image: url(../images/ico34.png);
}
.ul-prolist2 .ico.i5{
  background-image: url(../images/ico35.png);
}
.ul-prolist2 .ico.i6{
  background-image: url(../images/ico36.png);
}
.ul-prolist2 .ico.i7{
  background-image: url(../images/ico37.png);
}
.ul-prolist2 .ico.i8{
  background-image: url(../images/ico38.png);
}
.ul-prolist2 li{
  text-align: center;
}
.ul-prolist2 .num{
  font-size: 30px;
  font-weight: bold;
  color:#333333;
  font-family: Arial;
  margin-bottom: 2px;
}
.ul-prolist2 .desc{
  font-size: 16px;
  color:#333333;
}
.row-pro4{
  overflow: hidden;
  padding: 2.29vw  0;
  background: #fafafa;
}
.swiper-xgnew.swiper-container{
  padding: 5px;
}
.swiper-xgnew .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiper-xgnew .swiper-slide{
  padding: 2px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.swiper-xgnew .txt{
  background: #f3f3f3;
  padding: 20px 30px;
}
.swiper-xgnew .tit{
    font-size: 21px;
    font-weight: bold;
    color:#333333;
    margin-bottom: 6px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.swiper-xgnew  .desc{
  color:#909090;
  font-size: 14px;
  line-height: 1.8; 
  height: 7.2em;
  margin-bottom: 18px;

}


@media only screen and (max-width: 1500px) {
.ban .info .tit{font-size: 42px;}
.ban .proinfo .tit{font-size: 42px;margin-bottom: 20px;}
.row-pro1 .pictxt .txt .en{font-size: 26px;}
.swier-prolist .swiper-button-prev{left: 0;}
.swier-prolist .swiper-button-next{right: 0;}
.prolist .title{font-size: 30px;}
.swiperm2 .txt .tit{font-size: 26px;}
.slider4 .swiper-button-prev{left: 0;}
.slider4 .swiper-button-next{right: 0;}
}
@media only screen and (max-width: 1430px) {
  .m-fw1 .item{width: 320px;}
  .m-fw1 .item .desc{font-size: 14px;}
  .g-nytit{font-size: 30px;margin-bottom: 20px;}
  .row-fw3 .g-nytit{margin-bottom: 30px;}
  .ul-fw2 li:nth-child(1) .desc{padding-left: 126px;}
  .ul-fw2 li:nth-child(2) .desc{padding-left: 130px;}
  .ul-fw2 li:nth-child(3) .desc{padding-left: 130px;}
  .ban .info .tit{font-size: 38px;}
  .scur{line-height: 60px;}
  .scur .linknav a::after{top: 22px;}
  .ban .proinfo{left: 0;}
  .ban .proinfo .tit{font-size: 38px;margin-bottom: 10px;}
  .row-pro1 .pictxt .txt .desc{font-size: 15px;}
  .row-pro1 .pictxt .txt .en{font-size: 22px;}
  .row-pro1 .pictxt .txt .tit{font-size: 26px;margin-bottom: 10px;}
}
@media only screen and (max-width: 1230px) {
  .m-fw1 .pic{width: 363px;height: 265px;}
  .m-fw1 .t1{top: 0;}
  .m-fw1 .t2{top: 0;}
  .m-fw1::before,.m-fw1::after{display: none;}
  .m-fw1{height: 265px;}
  .row-fw2,.row-fw1,.row-fw3{padding: 40px 0;}
  .row-fw3 .g-nytit{margin-bottom: 20px;}
  .ul-fw1 .txt{font-size: 16px;}
  .m-fw1 .item .tit{font-size: 22px;}
  .m-fw1 .item{width: 280px;}
  .ul-fw2 li:nth-child(1) .desc,.ul-fw2 li:nth-child(2) .desc,.ul-fw2 li:nth-child(3) .desc{padding:0 30px;}
  .ul-fw2 .desc p{display: inline-block;font-size: 15px;}
  .ul-fw2 .tit{font-size: 22px;}
  .ul-fw2 .txt{height: 300px;margin-top: -50px;padding-top: 56px;}
  .ul-fw2 .ico{width: 100px;height: 100px;}
  .ul-fw1 .txt{height: 70px;padding: 15px;font-size: 14px;}
  .ban .info .tit{font-size: 30px;}
  .ban .info .desc{font-size: 14px;}
  .ban .proinfo .tit{font-size: 30px;margin-bottom: 10px;}
  .ban .proinfo{width: auto;height: auto;left: 0;right: 0;padding: 0;text-align: center;background: rgba(0,0,0,.3);}
  .ban .proinfo .pf{left: 0;right: 0;}
  .ban .proinfo .desc{font-size: 14px;line-height: 1.8;}

  .row-pro1 .pictxt .txt .tit{font-size: 22px;}
  .row-pro1 .pictxt .txt .lin{margin-bottom: 14px;}

  .prolist .title{font-size: 24px;}
  .row-pro2 .lianxi>div{font-size: 22px;}
  .row-pro2 .lianxi span{font-size: 28px;}
  .ul-prolist2 .ico{width: 80px;height: 80px;-webkit-background-size: 50% 50%;
  background-size: 50% 50%;}
  .row-pro1,.row-pro2,.row-pro3,.row-pro4{padding: 40px 0;}
  .g-nytit{font-size: 28px;margin-bottom: 20px;}
  .row-pro1 .pictxt .txt .en{font-size: 18px;}
  .row-ab1,.row-ab2,.row-ab3,.row-ab4{padding: 40px 0;}
  .swiperm2 .pic{width: 260px;height: 200px;}
  .swiperm2 .txt .tit{font-size: 22px;}
  .swiper-container.swiperm2{padding-top: 0;}
  .ul-num li{display: block;float: left;width: 25%;margin:0;}
    .row-pro1 .pictxt .txt .desc{font-size: 14px;line-height: 1.8;}
}
@media only screen and (max-width: 1023px) {
  .m-fw1{height: auto;}
  .m-fw1 .pic{position: static;}
  .m-fw1 .item{width: auto;position: static;margin-bottom: 10px;}
  .m-fw1 .t2,.m-fw1 .t4{text-align: left;}
  .row-fw1 .g-nytit{margin-bottom: 8px;}
  .row-fw1 .bom{width: 100%;font-size: 16px;line-height: 50px;}
  .g-nytit{font-size: 26px;}
  .ban .info .tit{font-size: 28px;}
  .row-pro1 .pictxt .pic{width: auto;float: none;padding-top: 100%;}
  .row-pro1 .pictxt .txt{padding: 20px;}
  .row-pro1,.row-pro2,.row-pro3,.row-pro4{padding: 30px 0;}
  .row-pro3 .info{font-size: 14px;}
  .ul-prolist2 .desc{font-size: 14px;}
  .row-ab1, .row-ab2, .row-ab3, .row-ab4{padding: 30px 0;}
  .row-ab1 .info{font-size: 14px;line-height: 1.8;margin-bottom: 20px;}
  .ul-num .num span{font-size: 32px;}
  .wp{padding: 0 15px;}
  .scur .linknav a{width: 100px;}
    .row-pro1 .pictxt .txt .desc{font-size: 14px;line-height: 1.8;}
}
@media only screen and (max-width: 767px) {
  .g-nytit{font-size: 22px;margin-bottom: 16px;}
  .row-fw1 .info{font-size: 13px;margin-bottom: 10px;}
  .row-fw2, .row-fw1, .row-fw3{padding:24px 0;}
  .ban .info .tit{font-size: 22px;margin-bottom: 0;}
  .m-fw1 .item .tit{font-size: 18px;margin-bottom: 2px;}
  .row-fw1 .bom{padding:15px;line-height: 2;}
  .scur{background: none;line-height: 100%;}
  .scur .wp{padding: 0;}
  .scur .linknav{float: none;padding: 10px 15px;display: none;  }
  .cur.r{float: none;}
  .cur{padding: 0 15px 0 50px;border-bottom: 1px solid #eee;line-height: 45px;  }
  .cur{background-position: left 15px center;}
  .scur .linknav a::after{display: none;}
  .m-fw1 .pic{width: 100%;height: 250px;margin-bottom: 20px;}
  .row-fw1 .bom{font-size: 14px;}
  .m-fw1{margin-bottom: 0;  }
  .ul-fw1 li{width: auto;float: none;margin-bottom: 15px;}
  .ul-fw2 li{width: auto;float: none;margin-bottom: 15px;}
  .ul-fw2 .txt{margin-top: -50px;padding: 60px 30px 30px;height: auto;}
  .ul-fw2 li:nth-child(1) .desc, .ul-fw2 li:nth-child(2) .desc, .ul-fw2 li:nth-child(3) .desc{padding-left:0;padding-right: 0;}
  .ban .proinfo .tit{font-size: 22px;margin-bottom: 2px;}
  .prolist .title{font-size: 18px;line-height: 26px;padding-left: 14px;}
  .row-pro1,.row-pro2,.row-pro3,.row-pro4{padding: 24px 0;}
  .row-pro1 .pictxt .txt .en{font-size: 15px;margin-bottom: 6px;}
  .row-pro2 .title,.row-pro2 .title span{font-size: 20px;margin-left: 0;}
  .row-pro2 .desc{font-size: 15px;}
   .row-pro2 .lianxi>div{font-size: 16px;}
  .row-pro2 .lianxi span{font-size: 18px;}
  .row-pro2 .lianxi>div{display: block;margin:0;text-align: left;}
  .row-pro2 .lianxi img{max-width: 30px;margin-right: 10px;}
  .ul-prolist2 li{width: 25%;float: left;margin-bottom: 10px;}
  .ul-prolist2 .ico{margin-bottom: 0;}
  .ul-prolist2 .num{font-size: 24px;margin-bottom: 0;line-height: 1.4;}
  .ul-prolist2 .ico{width: 60px;height: 60px;}
  .ul-prolist2 .desc{font-size: 12px;line-height: 1.5;height: 3em;}
  .ul-prolist2{display: block;}
  .row-ab1, .row-ab2, .row-ab3, .row-ab4{padding: 24px 0;}
  .ul-num li{width: 50%;margin-bottom: 10px;}
  .ul-num li .num{margin-bottom: 0;}
  .ul-num .tit{font-size: 14px;}
  .swiperm2 .pic{width: auto;float: none;height: 33.9vw;}
  .swiperm2 .txt .tit{font-size: 18px;margin-bottom: 4px;}
  .swiperm2 .txt{padding: 15px;}
  .swiperm2 .txt .desc{font-size: 14px;line-height: 1.8;}
  .swiper-xgnew .tit{font-size: 18px;}
} 


@media only screen and (max-width: 960px) {
.row-pro2  .tit{font-size: 22px;}
.row-pro2  .box .item input{height: 40px;}
.row-pro2  .sub{height: 40px;line-height: 40px;}
}

@media only screen and (max-width: 767px) {
  .row-pro2  .sub{width: auto;}
  .row-pro2  .box .item{width: auto;float: none;margin-bottom: 15px;}
  .row-pro2  .t1{width: auto;height: 30px;-webkit-background-size: contain;
  background-size: contain;background-position: center;}
  .row-pro2  .t2{width: auto;height: 40px;-webkit-background-size: contain;
  background-size: contain;background-position: center;}
  .row-pro2  .t3{width: auto;height: 26px;-webkit-background-size: contain;
  background-size: contain;background-position: center;}
  .row-pro2  .box{margin-bottom: 0;}
}