/*-----------------[åˆå§‹åŒ–]--------------*/
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;
}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 4.38vw 0 6.46vw;}
body{padding-top: 120px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
}
.header.fixed{
  
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 120px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}

.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav {
    float: right;
}
.nav ul{
    float: left;
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#384248;
    display: block;
    line-height:120px;
    width: 126px;
    text-align: center;
}
.nav li:hover .v1{
  background-color: #0C53AD;
   color:#fff;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -100px;
    right: 0;
    width: 200px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0C53AD;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#0C53AD;
}
.g-iphone{
  margin-top: 24px;
  margin-left: 30px;
  padding: 10px 10px 0 73px;
  background: url(../images/ico.png) no-repeat left top 14px;
}
.g-iphone .tel{
  font-size: 24px;
  color:#0C53AD;
  line-height: 25px;
  font-family: Arial;
  font-weight: bold;
}
.g-iphone .s1{
  font-size: 16px;
  color:#333;
  margin-bottom: 2px;
}
.nav li .img{
  overflow: hidden;
}
.nav li .img img{
  display: block;
}




.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: #005ACC;
    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;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 24px;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 16px;
height: 16px;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: #0054A3;}

.g-tit{
    text-align: center;
    margin-bottom: 40px;
}
.g-tit .cn{
    font-weight: bold;
    font-size: 36px;
    color:#222222;
    line-height: 1.1;
    margin-top: -26px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 18px;
}
.g-tit .cn::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34px;
    height: 4px;
    margin:0 auto;
    background: #0C53AD;
}
.g-tit .en{
    font-size: 48px;
    line-height: 48px;
    color:#DBDBDB;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit .desc{
    font-size: 16px;
    color:#999999;
}
@media only screen and (max-width: 1600px) {

     
}
@media only screen and (max-width: 1430px) {
.g-tit .cn{font-size: 28px;}
.g-tit .en{font-size: 42px;line-height: 42px;}
}
@media only screen and (max-width: 1023px) {
  .g-tit .cn{font-size: 22px;margin-top: 0;padding-bottom: 14px;margin-bottom: 8px;}
  .g-tit .desc{font-size: 14px;}
  .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***/
.row1{
  padding:56px 0 60px; 
  background: #f6f6f6;
  overflow: hidden;
}
.slider1 .pic{
  position: relative;
  height: 0;
  padding-top: 128%;
  overflow: hidden;
}
.slider1 .title{
  font-size: 24px;
  color:#fff;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: normal;
}
.slider1 .hide{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 5.73vw;
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.slider1 .swiper-slide:hover .hide{
  display: block;
}
.slider1 .swiper-slide:hover .title{display: none;}
.slider1 .tit{
  color:#fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 1.88vw;
}
.slider1 .dl a{
  display: block;
  width: 200px;
  height: 46px;
  line-height: 46px;
  background: #0C53AD;
  margin:0 auto;
  color:#fff;
  font-size: 16px;
  text-align: center;
  margin-bottom: 17px;
}
.slider1 .more{
  font-size: 14px;
  color:#fff;
  position: absolute;
  bottom: 46px;
  left: 0;
  right: 0;
  text-align: center;
  text-decoration:underline;
}
.row2{
  overflow: hidden;
  padding: 57px 0 0px;
}
.g-ys{
  overflow: hidden;
  padding: 66px 0;
   background: url(../images/bg1.jpg) no-repeat;
   -webkit-background-size: cover;
   background-size: cover;
}
.slider2 .swiper-slide{
  height: 220px;
  padding: 21px 30px 0;
  background: url(../images/bg5.jpg) no-repeat;
  background-size: cover;
}
.slider2 .swiper-slide:nth-child(even){
  background: url(../images/bg6.jpg) no-repeat;
  background-size: cover;
}
.slider2 .ico{
  width: 66px;
  height: 66px;
  float: left;
  margin-right: 28px;
  background-repeat: no-repeat;
}
.slider2 .txt{
  overflow: hidden;
}
.slider2 .num{
  font-size: 26px;
  color:#333333;
  font-weight: bold;
  line-height: 1.15;
}
.slider2 .num span{
  font-size: 36px;
  font-family: Impact;
  margin-right: 4px;
  font-weight: normal;
}
.slider2 .en{
  font-size: 14px;
  color:#888888;
  font-family:  ArialMT;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.slider2 .desc{
  font-size: 14px;
  color:#777;
  line-height: 1.5;
}
.slider2 .swiper-slide:nth-child(odd) .num,
.slider2 .swiper-slide:nth-child(odd) .en,
.slider2 .swiper-slide:nth-child(odd) .desc{
  color:#fff;
}
.row3{
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat;
  color:#fff;
  padding: 23px 0 18px;
  background-size: cover;
}
.row3 .txt{
  float: left;
  max-width: 800px;
}
.row3 .txt .cn{
  font-size: 30px;
  margin-bottom: 2px;
  font-weight: bold;
}
.row3 .txt .en{
  font-size: 12px;
  color:rgba(255, 255, 255, .6);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.row3 .txt .desc{
  overflow: hidden;
}
.row3 .txt .desc span{
  display: block;
  float: left;
  font-size: 20px;
  padding-left: 30px;
  margin-bottom: 10px;
  margin-right: 40px;
  background: url(../images/ico10.png) no-repeat left center;
}
.row3 .tel{
  float: right;
  padding-top: 6px;
  font-size: 16px;
}
.row3 .tel p{
  font-size: 32px;
  line-height: 1.2;
  font-weight: bold;
}
.row3 .tel a{
  display: block;
  width: 190px;
  line-height: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 16px;
  color:#0E55AE;
  text-align: center;
  margin-top: 8px;
}
.row3 .tel a i{
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 24px;
  margin-right: 10px;
  background: url(../images/ico11.png) no-repeat;
}
.row4{
  overflow: hidden;
  padding: 56px 0 0px;
}
.g-txt1{
    overflow: hidden;
    position: relative;
    padding-top: 48px;
    padding-bottom: 40px;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 50%;
    position: relative;
    z-index: 2;
}
.g-txt1 .l{
  padding-right: 160px;
}
.g-txt1 .r{
  padding-left: 160px;
}
.g-txt1 .r .item {
    text-align: left;
    padding-right: 0;
    padding-left: 84px;
}
.g-txt1 .item{
    margin-bottom: 50px;
    text-align: right;
    padding-right: 84px;
    position: relative;
    z-index: 2;
}
.g-txt1 .item .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 2px;
}
.g-txt1 .item .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
}
.g-txt1  .item .txt{
   overflow: hidden;
   display: inline-block;
    vertical-align: middle;
   color:#222222;
   font-size: 18px;
   font-weight: bold;
}
.g-txt1 .item i{
    display: block;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center center;
   background-color: #979797;
}
.g-txt1 .l .item i{
    position: absolute;
    right: 0;
    bottom: 0px;
}
.g-txt1 .l .item i.i2{
    right: 40px;
}
.g-txt1 .l .item:nth-child(2){
    padding-right: 108px;
}
.g-txt1 .l .item:nth-child(3){
  margin-right: 91px;
}
.g-txt1 .l .item:nth-child(4){
  margin-right: 91px;
}
.g-txt1 .r .item:nth-child(1){
    margin-left: -10px;
}
.g-txt1 .r .item:nth-child(2){
    margin-left: 70px;
}
.g-txt1 .r .item:nth-child(3){
  margin-left: 91px;
}
.g-txt1 .r .item:nth-child(4){
  margin-left: 61px;
  padding-left: 59px;
}
.g-txt1 .r .item i{
    position: absolute;
    left: 0;
    bottom: 0px;
}
.g-txt1  .pic{
   position: absolute;
   left: 0;
   right: 0;
   top: 0;
   margin:0 auto;
   width: 558px;
   height: 558px;
   background: url(../images/png1.png) no-repeat;
    -webkit-background-size: cover;
  background-size: cover;
}
.row4{
  overflow: hidden;
  background: url(../images/bg7.jpg) no-repeat;
   -webkit-background-size: cover;
  background-size: cover;
}
.row5{
  padding: 56px 0;
  overflow: hidden;
  background: url(../images/bg3.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.sldier3 .pic{
  height: 0;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
}
.sldier3 .tit{
  background-color: #fff;
  line-height: 60px;
  font-size: 16px;
  color:#333333;
  text-align: center;
}
.g-more{
  display: block;
  margin:66px auto 0;
  width: 180px;
  height: 50px;
  border: 1px solid #3F4D6A;
  font-size: 14px;
  color:#3F4D6A;
  text-align: center;
  line-height: 48px;
}
.row6{
  background: url(../images/bg4.jpg) no-repeat;
  background-size: cover;
  padding: 35px 0 0;
  overflow: hidden;
}
.row6 .info{
  font-size: 16px;
  text-align: center;
  color:#fff;
  line-height: 1.75;
  padding: 3px 0 0;
  margin-bottom: 71px;
}
.bg1{
border:1px solid #5b5d61;
}
.ul-list2{
  overflow: hidden;
  border-left: 1px solid #5b5d61;
}
.ul-list2 li{
  width: 33.33%;
  text-align: center;
  float: left;
  padding: 50px 0;
  border-right: 1px solid #5b5d61;
}
.ul-list2 li .ico{
  width: 58px;
  height: 50px;
  margin-right: 40px;
  display: inline-block;
  background: url(../images/ico-7.png) no-repeat;
}
.ul-list2 .txt{
  overflow: hidden;
  color:#fff;
  text-align: left;
  display: inline-block;
}
.ul-list2 .tit{
  font-size: 20px;
}
.ul-list2 .desc{
  font-size: 16px;
  text-transform: uppercase;
}
.ul-list2 li.on{
  background-color: #FF9900;
}

.row7{
  overflow: hidden;
  padding: 50px 0 50px;
}
.slidervideo  .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 70%;
}
.slidervideo .txt{
  background: #fff url(../images/pic5.jpg) no-repeat right;
  margin: 0 28px;
  position: relative;
  z-index: 2;
  height: 80px;
  margin-top: -40px;
  padding:16px 80px 0 16px; 
  font-size: 12px;
  color:#777777;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.07);
}
.slidervideo .txt .tit{
  font-size: 18px;
  color:#222222;
  font-weight: bold;
  margin-bottom: 1px;
}
.slidervideo.swiper-container{
  padding-bottom: 72px;
} 
.slidervideo .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom:0;
}
.slidervideo.swiper-container .swiper-pagination-bullet{width: 10px;height: 10px;background:#D2D2D2;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.slidervideo.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0C53AD;}


.row8{
    padding: 56px 0 30px;
    background: url(../images/bg8.jpg) no-repeat;
}
.tab2{
    overflow: hidden;
}
.tab2 .l{
    width: 570px;
    margin-right: 48px;
}
.g-hotnew .pic{
    width: 100%;
    height: 398px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.g-hotnew .pic .tit{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  line-height: 70px;
  padding: 0 30px;
  color:#fff;
  background: rgba(0, 0, 0, .5);
}
.tab2 .new-txt .tit{
    overflow: hidden;
    font-size: 18px;
    color:#333333;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 15px;
}
.tab2 .new-txt .tit p{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tab2 .new-txt .tit span{
    display: block;
    float: right;
    font-size: 14px;
    color:#999999;
    font-weight: normal;
}
.tab2 .new-txt a{
    display: block;
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
}
.tab2 .r{
    overflow: hidden;
    float: none;
}
.ul-news li{
    margin-bottom: 19px;
    background: #eee;
    overflow: hidden;
    padding: 15px ;
}
.ul-news .time{
    overflow: hidden;
    border-radius: 3px;
    width: 90px;
    height: 90px;
    background: #FFFFFF;
    border-radius: 3px;
    padding-top: 12px;
    float: right;
}
.ul-news .day{
    font-size: 30px;
    display: block;
    text-align: center;
    color: #666;
}
.ul-news .year{
    height: 20px;
    margin-top: 0px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.ul-news .txt{
    overflow: hidden;
    padding-right: 20px;
}
.ul-news li .tit{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ul-news li .desc{
    font-size: 14px;
    color:#666666;
    line-height: 1.71;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.g-wd{
    overflow: hidden;
    border-top: 1px dashed #E5E5E5;
    padding: 45px 0 60px;
    background: #f7f7f7;
}
.g-wd .item{
  overflow: hidden;
}

.g-wd .title{
    overflow: hidden;
    padding-bottom: 27px;
    border-bottom: 1px solid #BEBEBE;
}
.g-wd .title p{
    font-size: 20px;
    color:#222;
    font-weight: bold;
    line-height: 20px;
}
.g-wd .title .more{
    display: block;
    float: right;
    color:#999999;
    font-size: 14px;
}
.ul-list3{
  overflow: hidden;
  margin:0 -72px;
}
.ul-list3 li{
    overflow: hidden;
    width: 50%;
    float: left;
   
}
.ul-list3 a{
  display: block;
   padding: 28px 0 20px;
    border-bottom: 1px dashed #e5e5e5;
}
.ul-list3 .tit{
    padding-left: 25px;
    background: url(../images/ico24.png) no-repeat left center;
    font-size: 18px;
    color:#333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 8px;
}
.ul-list3 .desc{
    margin-left: 25px;
    font-size: 14px;
    color:#666;
    line-height: 1.71;
    height: 3.42em;
    display: -webkit-box;  
    overflow: hidden;  
    text-overflow: ellipsis;  
    word-break: break-all;  
    -webkit-box-orient: vertical;  
    -webkit-line-clamp: 2;
}
.ul-list3 .time{
    margin-left: 25px;
    padding-left: 25px;
    font-size: 16px;
    color:#999999;
    float: right;
    background: url(../images/ico23.png) no-repeat left center;
}
/**links***/
.links{
    overflow: hidden;
    background-color: #313131;
    border-bottom: 1px solid #5b5b5b;
    padding: 20px 0 15px;
}
.links .name{
    float: left;
    margin-right: 50px;
    width: 155px;
    height: 37px;
    background: url(../images/links.png) no-repeat;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    font-size: 14px;
    color:#fff;
    line-height: 37px;
    margin-right: 34px;
}
/**footer**/
.footer{
   overflow: hidden;
   background: #313131;
   padding: 15px 0;
}
.fd-form{
    float: right;
    width: 510px;
}
.footer .title{
    color:#fff;
    font-size: 14px;
    margin-bottom: 28px;
}
.footer .title .en{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 20px;
}
.fd-form .item .inp-box{
    width: 48%;
    margin-right: 4%;
    float: left;
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    padding: 0 14px;
    font-size: 14px;
    border-radius: 4px;
}
.fd-form .item .inp::placeholder{
    color:#7b7b7b;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height:100px;
    overflow: hidden;
    width: 100%;
    border-radius: 4px;
    padding: 14.02px;
}
.fd-form .btn .foot_btn{
    display: block;
    height: 46px;
    line-height:46px;
    cursor:pointer;
    text-align: center;
    width: 100%;
    color: #fff;
    overflow: hidden;
    background-color: #0C53AD;
    background-image: url(../images/ico28.png);
    background-position: 40%;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.fd-form .item a{
    display: block;
    height: 44.93px;
    text-align: center;
    line-height: 44.93px;
    color:#fff;
    width: 48%;
    float: right;
    overflow: hidden;
    background-color: #b98d47;
}
.fd-about{
    overflow: hidden;
}
.fd-about .l{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color:#FFFFFF;
    margin-right: 83px;
}
.fd-about .l img{
    display: block;
    margin:0 auto;
    margin-bottom: 30px;
}
.fd-about .desc{
    overflow: hidden;
    color:#fff;
}
.fd-about .item{
    overflow: hidden;
    margin-bottom: 22px;
}
.fd-about .icon{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 32px;
    background-repeat: no-repeat;

}
.fd-about .txt{
    overflow: hidden;
}
.fd-about .desc .tit{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
}
.fd-about .tel{    
    font-weight: normal;
    font-size: 14px;
}
.fd-about .tel span{
    font-size: 21px;
    line-height: 1.1;
}
.copy{
    font-size: 14px;
    padding-top: 6px;
}
.copy a{
    color:#FFF;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:999999;display: none;}
#floatBottom a{width:33.333%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

.slider1 .swiper-button-prev,
.slider1 .swiper-button-next{
  -webkit-background-size: 0;
  background-size: 0;
}
@media only screen and (max-width: 1800px) {
  .logo{width: 300px;}
  .g-pro2{padding-right: 30px;}
  .ul-pro .tit{padding: 10px 0;}
  .slider2 .ico{margin-right: 30px;}
  .slider2 .desc{font-size: 14px;}
}
@media only screen and (max-width: 1600px) {
  .wp-h {margin: 0 1%;}
  .g-tit .tit{font-size: 42px;}
}
@media only screen and (max-width: 1500px) {
.g-txt1{padding-top: 0;}
   .row1{padding: 30px 0;}
.g-more{margin-top: 40px;}
}
@media only screen and (max-width: 1430px) {
   .wp{width: 1200px;}
   .g-txt1 .item{padding-right: 65px;}
   .g-txt1 .r .item{padding-left: 65px;}
   .g-txt1 .r .item:nth-child(1){left:-54px;}
   .ul-list2 li .ico{margin-right: 20px;}
   .ul-list3{margin:0 -20px;}
   .nav li.lx{display: none;}
   .nav li .v1{line-height: 80px;}
   .logo{line-height: 80px;}
   body{padding-top: 80px;}

}
@media only screen and (max-width: 1280px) {
.ul-list2 li .ico{display: none;}
 .slider2 .ico{display: none;}
 .slider2 .num span{font-size: 24px;}
}
@media only screen and (max-width: 1230px) {
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}
    .menuBtn{display: block;}
    .nav{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #eee;
    }
    .nav ul{float: none;}
    .nav .phone{display: none;}
    .nav li{float: none;width: auto;}
    .nav li .v1{line-height: 40px;text-align: left;padding:0 20px;color:#333; border-bottom:1px solid #eee;width: auto;}
    .nav li.on .v1::after{display: none;}
    .nav 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 ;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav li .sub{position: static;padding-left: 0;width: auto;margin-left: 0;box-shadow:none;}
    .nav li .sub a{padding-left: 20px;text-align: left;float: none;line-height: 30px;color:#fff;}
    .nav .v1{height: 40px;line-height: 40px;text-align: left;color:#333;padding-left: 10px;margin:0;overflow: hidden;}
    .nav li:hover .v1,
    .nav li.on .v1{
        background: none;
        color:#333;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;height: 60px;width: 260px;margin-top: 0;}
    body{padding: 60px 0 53px;}
    .g-txt1 .pic{display: none;}
    .g-txt1 .l{padding-right: 20px;}
    .g-txt1 .r{padding-left: 20px;}
    .g-txt1 .r .item:nth-child(1){left:0;margin-left: 0;}
    .g-txt1 .r .item:nth-child(2){margin-left: 0;}
    .g-txt1 .item{margin:0 0 15px;}
    .g-txt1 .r .item:nth-child(3),.g-txt1 .r .item:nth-child(4){margin-left: 0;}
    .g-txt1 .l .item:nth-child(2){padding-right: 65px;}
    .g-txt1 .l .item i.i2{right: 0;}
    .row3 .txt .cn{font-size: 26px;}
    .g-wd{padding: 30px 0;}
    .g-wd .title{padding-bottom: 6px;margin-bottom: 6px;}
    .slidervideo.swiper-container{padding-bottom: 60px;}
    .row7,.row5{padding: 30px 0;}
    .row6 .info{margin-bottom: 30px;}
    #floatBottom{display: block;}
    .fd-form .btn .foot_btn{background-position: 30%;}
}
@media only screen and (max-width: 1023px) {
.tab2 .l{display: none;}
.g-txt1 .l,.g-txt1 .r{float: none;width: auto;padding: 0;}
.g-txt1 .item{padding-left: 65px;text-align: left!important;padding-right: 0!important;}
.g-txt1 .l .item i{right:auto;left:0;}
.row3 .txt .cn{font-size: 22px;}
.ul-list3 li{width: auto;float: none;margin-bottom: 0;}
.ul-list3 a{padding: 10px 0;}
.row8{padding: 30px 0 0;}
.slidervideo.swiper-container{padding-bottom: 40px;}
.ul-list2{display: none;}
.g-more{width: 200px;height: 45px;line-height: 43px;margin-top: 30px;}
.fd-form{width: auto;float: none;}
.fd-about .icon{margin-right: 15px;}
}
@media only screen and (max-width: 767px) {
.row3 .tel{float: none;}
.row3 .txt{float: none;}
.row3 .txt .desc span{font-size: 14px;-webkit-background-size: contain;
background-size: contain;}
.g-ys{padding: 30px 0;}
.row2{padding-top: 30px;}
.g-txt1 .item{height: 56px;}
.g-txt1 .item .desc{position: absolute;left:65px;top: 50%;transform: translateY(-50%);}
.g-txt1 .item .tit{display: none;}
.g-txt1 .item{margin-bottom: 4px;}
.row3 .txt .desc span{margin-right: 18px;}
.row3 .txt .cn{font-size: 18px;}
.slider2 .num{margin-bottom: 4px;}
.row6 .info{font-size: 14px;}
.links .name{width: auto;float: none;text-align: center;}
.slider2 .num{font-size: 20px;margin-bottom: 4px;}
.slider2 .swiper-slide{height: auto;padding: 10px 15px 15px;}
.slider2 .num{font-size: 18px;}
.slider2 .desc{font-size: 12px;/*height: 80px;overflow-y: scroll;*/}
.slider2 .en{font-size: 10px;letter-spacing: -1px;margin-bottom: 4px;}
}

@media only screen and (max-width: 500px) {
  .ul-new{display: none;}
  .slider1 .swiper-button-prev,
.slider1 .swiper-button-next{
 -webkit-background-size: 27px 44px;
 background-size: 27px 44px;
}
}
.row-5{
  overflow: hidden;
  padding: 48px 0 72px;
  background: #fafafb;
}
.g-about{
  overflow: hidden;
}
.g-about .pic{
  float: right;
  margin-right: 14px;
  width: 592px;
  height: 451px;
  position: relative;
  z-index: 2;
  margin-bottom: 14px;
}
.g-about .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-about .pic i{
  display: block;
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 323px;
  height: 376px;
  z-index: -1;
  background-color: #174d9f;
}
.g-about .txt{
  padding-right: 68px;
  padding-top: 28px;
  overflow: hidden;
  background: url(../images/ico-16.png) no-repeat;
}
.g-about .tit{
  font-size: 26px;
  color:#010101;
  font-weight: bold;
  line-height: 1.15;
  margin-bottom: 27px;
}
.g-about .desc{
  font-size: 15px;
  color:#646464;
  line-height: 2;
  margin-bottom: 20px;
}
.g-about .more{
  width: 159px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  background: #174d9f;
  font-size: 16px;
  font-weight: bold;
  color:#fff;
  display: block;
  border-radius: 30px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 1230px) {
  .g-about .pic{display: none;}
  .g-about .txt{padding: 0;}
  .g-about .tit{font-size: 18px;margin-bottom: 6px;}
  .row-5{padding: 30px 0;}
}


/**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: #005ACC;
    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;}
}
