/*-----------------[åˆå§‹åŒ–]--------------*/
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: "Arial";
    -webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: "Arial";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%;
}
.img-covers{
    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%;
    transform: translate(-50%,-50%);
}
.wp {margin: 0 auto;width: 1500px;}
body{padding-top: 124px;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/

.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0 9.22vw;
}
.header.fixed{
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.logo{
    float: left;
    overflow: hidden;
    height:124px;
    width: 426px;
    background: url(../images/logo.jpg) no-repeat center;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    text-indent: -1000000em;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.clearfloat::after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav{
    float: right;
}
.nav ul{
}
.nav li{
    float: left;
    position: relative;
}
.nav li .v1{
    font-size: 16px;
    color:#333;
    display: block;
    line-height:122px;
    margin: 0 2vw;
    text-transform: capitalize;
    border-bottom: 2px solid transparent;
}
.nav li:hover .v1{
  color:#0C4DA2;
  border-color: #0C4DA2;
} 

.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left:50%;
    width: 200px;
    margin-left: -100px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #0C4DA2;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#0C4DA2;
}
.nav .tel{
  margin-left: 14px;
}
.nav .tel .ico{
  height: 124px;
  width: 33px;
  cursor: pointer;
  background: url(../images/ico1.png) no-repeat center;
}
.nav .tel .phone{
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  width: 160px; 
  text-align: center;
  line-height: 32px;
  color:#fff;
  background-color: #0C4DA2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.nav  li:hover .tel .phone{
  display: block;
}
.nav .qr{
  margin-left: 12px;
  position: relative;
}
.nav .qr .ico{
  height: 124px;
  width: 33px;
  cursor: pointer;
  background: url(../images/ico2.png) no-repeat center;
} 
.nav .qr .weixin{
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -80px;
  width: 160px; 
  height: 160px;
  
  -webkit-background-size: cover;
  background-size: cover;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  display: none;
}
.nav  li:hover .qr .weixin{
  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:#0064c6;
    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{
  position: relative;
  height: 35.94vw;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}
.banner .swiper-button-next{
  width: 25px;
  height: 44px;
  background: url(../images/ico3.png) no-repeat center;
  right: 9.38vw;
  margin-top: -45px;
}
.banner .swiper-button-prev{
  width: 25px;
  height: 44px;
  background: url(../images/ico2.png) no-repeat center;
  left: 9.38vw;
  margin-top: -45px;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom:30px;
    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: 1px solid #fff;border-radius: 50%;opacity:1;display: inline-block;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;width: 50px;border-radius: 20px;}

.g-tit{
  text-align: center;
  margin-bottom: 22px;
  overflow: hidden;
  position: relative;
}
.g-tit a.more{
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 192px;
  height: 48px;
  line-height: 46px;
  font-size: 14px;
  color:#7B7B7B;
  background: #fff url(../images/pic9.jpg) no-repeat left 34px center;
  border:1px solid #dbdbdb;
}
.g-tit .cn{
  font-size: 2.5vw;
  line-height: 1.4;
  color:#333333;
  font-weight: bold;
}
.g-tit .en{
  font-size: 20px;
  color:#999999;
  font-family: Arial;
  text-transform: uppercase;
}
.row1{
  overflow: hidden;
  padding: 2.14vw 0 3.65vw;
}
.m-pcat{
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 2.81vw;
}
.m-pcat .pic{
  float: left;
  width: 50%;
  height: 440px;
  overflow: hidden;
}
.m-pcat .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-pcat .txt{
  overflow: hidden;
  padding: 30px 2.5vw 0;
}
.m-pcat .txt .t1{
  font-size: 20px;
  font-weight: bold;
  color:#A9A9A9;
  font-family: Arial;
  margin-bottom: 4px;
}
.m-pcat .txt .t2{
  font-size: 2.03vw;
  margin-bottom: 1vw;
  font-weight: bold;
}
.m-pcat .txt .t2 span{
  color:#0064C6;
}
.m-pcat .txt .desc{
  font-size: 16px;
  color:#666666;
  line-height: 1.88;
   margin-bottom: 1vw;

}
.m-pcat .txt  .s1{
  width: 21.82vw;
  line-height: 2.24vw;
  padding-left: 2.71vw;
  font-size: 1.15vw;
  font-weight: bold;
  color:#fff;
  background: url(../images/n1.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  margin-bottom: 6px;
}
.m-pcat .txt .s2{
  font-size: 16px;
  color:#666666;
  line-height: 1.88;
  margin-bottom: 10px;
}
.m-pcat .txt .link{
  overflow: hidden;
}
.m-pcat .txt .link a{
  display: block;
  float: left;
  width: 207px;
  height: 60px;
  background: #0064c6;
  font-size: 16px;
  text-align: center;
  line-height: 60px;
  color:#fff;
}
.m-pcat .txt .link a:last-child{
  margin-left: 39px;
  background-color: #fff;
  color:#2F2F2F;
  border: 1px solid #D0D0D0;
  line-height: 58px;
}


.swiper-1 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiper-1 .tit{
  font-size: 17px;
  color:#737373;
  padding-right: 80px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #f2f2f2;
}
.swiper-1 {
  position: relative;
}
.swiper-1{
  padding: 0 50px;
}

.row2{
  overflow: hidden;
  padding: 3.18vw 0 3.44vw;
  background: url(../images/bg1.jpg) no-repeat;
}
.row2 .g-tit .desc{
  text-align: center;
  font-size: 16px;
  color:#fff;
  line-height: 1.5;
}
.row2 .g-tit{
  margin-bottom: 1.7vw;
}
.row2 .g-tit .cn{
  color:#fff;
}
.row2 .g-tit .en{
  color:rgba(255,255,255,.46);
}
.swiper-2{
  position: relative;
}
.swiper-2 .swiper-button-prev{
  width:43px;
  height:92px;
  background:url(../images/ico4.png) no-repeat;
  position:absolute;
  left:-75px;
  margin-top: -46px;
}
.swiper-2 .swiper-button-next{
  width:43px;
  height:92px;
  background:url(../images/ico5.png) no-repeat;
  position:absolute;
  right:-75px;
  margin-top: -46px;
}
.swiper-2 .pic{
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}
.swiper-2 .tit{
  font-size: 20px;
  color:#333333;
  line-height: 60px;
  text-align: center;
  background:#fff;
}
.row3{
  overflow: hidden;
  background: #f8f8f8;
  padding: 2.86vw 0 2.34vw;
}
.ul-list1{
  overflow: hidden;
  margin:0 -19px;
}
.ul-list1 li{
  width: 50%;
  float: left;
}
.ul-list1 .con{
  margin:0 19px;
  background: #fff;
  overflow: hidden;
  margin-bottom: 42px;
}
.ul-list1 .pic{
  width: 330px;
  height: 260px;
  float: left;
  overflow: hidden;
}
.ul-list1 .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-list1 .txt{
  overflow: hidden;
  height: 260px;
  padding: 30px 39px 0;
  border:1px solid #e9e9e9;
}
.ul-list1 img{
  display: block;
  margin-bottom: 1.09vw;
}
.ul-list1 .t1{
  font-size: 22px;
  font-weight: bold;
  color:#333333;
}
.ul-list1 .t2{
  font-size: 14px;
  text-transform: uppercase;
  color:rgba(153, 153, 153, .52);
  margin-bottom: 6px;
}
.ul-list1 .t3{
  font-size: 16px;
  color:#8A8A8A;
  line-height: 1.88;
}
.row4{
  overflow: hidden;
  padding: 2.71vw 0 4.32vw;
}
.g-about{
  padding-top: 10px;
  overflow: hidden;
}
.g-about .pic{
  float: left;
}
.g-about .txt{
  overflow: hidden;
  padding-left: 5.21vw;
  padding-top: 10px;
}
.g-about .txt .tit{
  font-size: 36px;
  color:#555555;
  font-weight: bold;
  margin-bottom: 21px;
}
.g-about .txt .line{
  width: 67px;
  height: 5px;
  background: #4078C8;
  margin-bottom: 31px;
}
.g-about .txt .desc{
  font-size: 16px;
  color:#666;
  line-height: 2;
  margin-bottom: 1.93vw;
  letter-spacing: .5px;
}
.g-about .txt a{
  display: block;
  width: 155px;
  height: 48px;
  background: #1A9F4D;
  border-radius: 24px;
  text-align: center;
  line-height: 48px;
  color:#fff;
  margin-bottom: 3.49vw;
}
.ul-num{
  overflow: hidden;
  padding-top: 20px;
  border-top: 1px solid rgba(220, 220, 220, .6);
}
.ul-num li{
  width: 33.33%;
  float: left;
  text-align: center;
  border-right: 1px solid rgba(220, 220, 220, .6);
}
.ul-num li:last-child{
  border-right: none;
}
.ul-num .name{
  font-size: 16px;
  color:#555555;
}
.ul-num .num{
  font-size: 2.6vw;
  font-family: Impact;
  color:#0064C6;
  margin-bottom: 3px;
}
.ul-num .num i{
  display: inline-block;
  font-size: 30px;
  font-style: normal;
  margin-left: 10px;
  vertical-align:text-top;
}


.row5{
  overflow: hidden;
  padding: 2.6vw 0 3.44vw;
  background: #f7f7f7;
}
.row5 .g-tit{
  margin-bottom: 2.6vw;
}
.row5 .g-tit .en{
  font-size: 16px;
}
.g-news{
  padding-right: 10px;
}
.g-news .l{
  width: calc(100% - 579px);
}
.slidernew .swiper-slide{
  padding: 5px;
}
.slidernew .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew .txt{
  overflow: hidden;
  height: 216px;
  padding: 1.67vw 1.67vw 1.35vw;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 36px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew .time .day{
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #0064C6;
  float: left;
  margin-right: 8px;
}
.slidernew .time p{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .desc{
  font-size: 15px;
  color:#A3A3A3;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.ul-new{
  float: left;
  width: 579px;
  padding-left: 34px;
}
.ul-new li{
  margin-bottom: 13px;
  padding: 33px 0;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
  overflow: hidden;
}
.ul-new .time{
  float: left;
  width: 132px;
  padding-left: 40px;
  border-right: 1px solid #eeeeee;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new .time .day{
  font-size: 33px;
  color:#999999;
  font-weight: bold;
}
.ul-new .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new .txt{
  padding-right: 40px;
  overflow: hidden;
}
.ul-new .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new .desc{
  font-size: 15px;
  color:#A3A3A3;
  line-height: 1.6;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.newtit{
  overflow: hidden;
  margin-bottom: 20px;
}
.newtit .tit{
  font-size: 45px;
  color:#1F1F1F;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 8px;
}
.newtit .desc{
  font-size: 16px;
  color:#999999;
}
.newtit .more{
  float: right;
  display: block;
  font-size: 18px;
  color:#393939;
  padding-top: 30px;
}

.row6{
  overflow: hidden;
  background: #0064c6;
}

.ul-fd{
  overflow: hidden;
  padding: 2.19vw 0 2.03vw;
}
.ul-fd li{
  width: 25%;
  text-align: center;
  float: left;
}
.ul-fd li .ico{
  width: 45px;
  height: 45px;
  margin-right: 40px;
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
}
.ul-fd li .txt{
  display: inline-block;
  text-align: left;
  color:#fff;
}
.ul-fd li .cn{
  font-size: 18px;
  line-height: 2;
}
.ul-fd li .tel{
  font-size: 24px;
  font-family: Arial;
}
.footer{
  overflow: hidden;
  background: #353535;
}
.footer .topbox{
  overflow: hidden;
  display: flex;
  font-size: 16px;
  color:#C1C1C1;
  padding: 3.39vw 0 2.4vw;
  justify-content: space-between;
}
.footer .topbox .fdtit{
  font-size: 20px;
  color:#fff;
  margin-bottom: 34px;
}
.footer .address{
  width: 350px;
}
.footer .address .desc p{
  overflow: hidden;
  font-size: 16px;
  color:#C1C1C1;
  line-height: 1.88;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left top 6px;
}
.footer .address .desc span{
  float: left;
  display: block;
}
.footer .address .desc em{
  overflow: hidden;
  display: block;
   font-style:normal;
}
.snav{
  width: 210px;
}
.snav .link a{
  display: block;
  float: left;
  width: 50%;
  font-size: 16px;
  margin-bottom: 25px;
  color:#C1C1C1;
}
.footer .qr{
  text-align: center;
  font-size: 14px;
  padding-top: 12px;
}
.footer .qr img{
  margin:0 auto 28px;
  display: block;
}
.snav .link a:nth-child(even){
  text-align: right;
}
.fd-form .box{
    overflow: hidden;
}
.fd-form .item{
    overflow: hidden;
    margin-bottom: 17px;
}
.fd-form .item .inp-box{
    width: 49%;
    margin-right: 2%;
    float: left;
    height: 52px;
    overflow: hidden;
}
.fd-form .item .inp-box:last-child{
    margin-right: 0;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #525252;
    padding: 0 27px;
    font-size: 14px;
    color:#fff;
}
.fd-form .item .inp::placeholder{
    color:#fff;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #525252;
    height: 85px;
    overflow: hidden;
    width: 100%;
     color:#fff;
    padding: 10px 27px 0;
}
.fd-form .item textarea::placeholder{
    color:#fff;
}

.fd-form .item .btn{
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    overflow: hidden;
    background-color: #0064C6;
    cursor: pointer;
}
.g-form .title{
  margin-bottom: 27px;

}
.g-form .title .entit{
  font-family: Impact;
  text-transform: uppercase;
  color:#7F7F7F;
  font-size: 34px;
}
.g-form .title p{
  font-size: 28px;
  color:#fff;
  line-height: 1.1;
}

.m-form{
  width: 28.13vw;
}

.links{
  overflow: hidden;
  padding-bottom: 30px; 
}
.links span{
  font-size: 37px;
  color:#6B6B6B;
  font-family: Arial;
  font-weight: bold;
  margin-right: 15px;
  line-height: 40px;
  vertical-align: middle;
}
.links a{
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  font-size: 14px;
  color:#999999;
  line-height: 40px;
}
.copy{
  overflow: hidden;
  background: #202020;
  padding: 18px 0;
}
.copy,.copy a,.copy span{
  font-size: 14px;
  color:#999999;
}


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

  .header{padding: 0 50px;}
  .nav li .v1{margin: 0 1vw;}
  .m-pcat .txt .desc{font-size: 15px;}
.m-pcat .txt .s2{font-size: 14px;}
}
@media only screen and (max-width: 1600px) {
  .wp{width: 1300px;}
  .logo{line-height: 80px;}
  .nav li .v1{line-height: 78px;}
  .nav .tel .ico{height: 80px;}
  .nav .qr .ico{height: 80px;}
  body{padding-top: 80px;}
  .m-pcat .txt .link a:last-child{line-height: 40px;}
  .m-pcat .txt .link a{width: 160px;height: 42px;line-height: 42px;font-size: 14px;}
  .swiper-2 .swiper-button-prev{left: 0;}
  .swiper-2 .swiper-button-next{right: 0;}
  .ul-num .name{font-size: 14px;}
  .ul-num li{border-right: none;}
  .ul-new li{padding: 22.5px 0;}
  .footer .address{width: 300px;}
  .footer .address .desc p{font-size: 14px;}
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .ul-list1 .pic{width: 231px;height: 182px;}
  .ul-list1 .txt{height: 182px;padding: 15px;}
  .ul-list1 .t2{margin-bottom: 0;}
  .ul-list1 img{margin-bottom: 0;}
  .ul-list1 .t1{font-size: 18px;}
  .ul-list1 .t3{font-size: 14px;}
  .ul-list1 .con{margin:0 10px;}
  .ul-list1 li{margin-bottom: 20px;}
  .g-about .pic{width: 50%;}
  .g-about .pic img{display: block;max-width: 100%;}
  .g-about .txt .desc{font-size: 14px;}
  .ul-new li{padding: 18.5px 0;}
  .ul-fd li .cn{font-size: 15px;}
  .ul-fd li .ico{margin-right: 30px;}
  .snav{width: 180px;}
  .snav .link a{font-size: 14px;}
  .ul-list1 img{width: 50px;height: 50px;margin-bottom: 4px;}
  .m-pcat .pic{height: 400px;}
  .m-pcat .txt{padding: 2vw 2vw 0;}
}
@media only screen and (max-width: 1230px) {
  .wp{width: 994px;}
  .header{padding:0 15px;}
  body{padding: 60px 0 53px;}
  .g-about .pic{width: auto;float: none;text-align: center;}
  .g-about .pic img{margin:0 auto;}
  .g-about .txt{padding-left: 0;padding-top: 20px;}
  .ul-list1 li{margin-bottom: 20px;}
  .ul-list1 .txt .ico{display:none;}
  .g-news .l{width: auto;float: none;}
  .ul-new{width: auto;padding-left: 0;float: none;padding-top: 10px;}
  .ul-fd li .ico{margin-right: 4px;}
  .snav{display: none;}
  .m-pcat .txt .desc{font-size: 14px;}
  .m-pcat .pic{height: 75vw;width: auto;float: none;}
  .m-form{width: 380px;}
  .m-pcat .txt{padding:2vw;}
  .ul-num{display:none;}
}
@media only screen and (max-width: 1023px) {
  .wp{width: 740px;}
  .m-pcat .pic{width: auto;float: none;height: auto;}
  .m-pcat .txt{padding: 20px;}
  .m-pcat .txt .t2{font-size: 20px;margin-bottom: 10px;}
  .m-pcat .txt .desc{margin-bottom: 10px;}
  .ul-num .num{font-size: 24px;}
  .ul-num .num i{font-size: 18px;}
  .g-tit a.more{display: none;}
  .ul-fd li .ico{display: block;margin:0 auto;}
  .ul-fd li .txt{display: block;text-align: center;}
  .ul-fd li .tel{font-size: 18px;}
  .ul-fd li .cn{font-size: 14px;}
  .footer .topbox{display: block;}
  .footer .address{width: auto;}
  .footer .qr{width: 320px;margin-bottom: 15px;}
  .m-form{width: auto;}
  .footer .topbox .fdtit{font-size: 18px;margin-bottom: 10px;}
  .links{padding-bottom: 20px;}
  .m-pcat .txt .s1{font-size: 22px;width: 400px;line-height: 40px;text-align: center;}
}
@media only screen and (max-width: 767px) {
  .wp{width: auto;padding: 0 15px;}
  .m-pcat .txt .link a{width: 50%;}
  .m-pcat .txt .link a:last-child{margin-left: 0;}
  .m-pcat .txt .t1{font-size: 18px;}
  .swiper-container.swiper-1{padding-bottom: 30px;}
  .g-tit .cn{font-size: 20px;}
  .g-tit .en{font-size: 16px;}
  .g-tit{margin-bottom: 12px;}
  .g-about{padding-top: 0;}
  .row1,.row2,.row3,.row4,.row5{padding: 20px 0;}
  .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom: 0;}
  .banner.swiper-container .swiper-pagination-bullet{width: 5px;height: 5px;}
  .banner a{background-position: center;min-height: 180px;}
  .row5 .g-tit .en{font-size: 14px;}
  .ul-new .time{width: 80px;padding-left: 0;text-align: right;padding-right: 10px;margin-right: 10px;height: 70px;padding-top: 10px;}
  .ul-new .time i{float: right;display: none;}
  .ul-new .yh{clear:right;}
  .ul-new .time .day{line-height: 1.1;}
  .ul-new .txt{padding-right: 10px;padding-top:4px;}
  .ul-new .tit{margin-bottom: 4px;}
  .ul-new .desc{font-size: 12px;}
  .ul-fd li{width: 50%;}
  .ul-fd li .cn{font-size: 13px;}
  .m-pcat .txt .s1{font-size: 20px;line-height: 36px;}
}
@media only screen and (max-width: 500px) {
  .ul-list1 .pic{width: auto;float: none;}
  .ul-list1 .txt{height: auto;padding: 15px;}
  .g-tit .en{font-size: 14px;}
  .ul-num li{width: auto;float: none;margin-bottom: 5px;}
  .ul-num .num{margin-bottom: 0;}
}


.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
.header .nav{display: none;}
.logo{line-height: 60px;height: 60px;float: left;width: 220px;}
.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: #0064c6 ;
      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;}
}

.row-xz1{
  overflow: hidden;
  padding:3vw 0;
  background: #f5f5f5;
}
.ul-hn{
    overflow: hidden;
    margin:0 -10px;
}
.ul-hn li{
    width: 33.333%;
    float: left;
}
.ul-hn .con{
    margin:0 10px;
}
.ul-hn .num{
    margin:0 auto;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 32px;
    color:#fff;
    border-radius: 50%;
    background: #0064c6;
    position: relative;
    z-index: 2;
}
.ul-hn .box{
    margin-top: -40px;
    border:1px solid #eee;
    text-align: center;
    padding: 60px 20px 20px;
    height: 200px;
    background-color: #fff;
}
.ul-hn .box .tit{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ul-hn .box .desc{
    font-size: 14px;
    line-height: 1.5;
}
.row-xz2{
  overflow: hidden;
  padding:3vw 0;
}
.row-xz2 .g-tit .en{
  font-size: 16px;
  padding-top: 6px;
}
.row-xz2 .intit{
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}
.djzk{
  overflow: hidden;
}
.djzk dl{
  display: block;
  margin-bottom: 20px;
}
.djzk dt{
  line-height: 51px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 40px;
    font-size: 17px;
    color: #23373D;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #f5f7fa url(../images/ico40.png) no-repeat right 20px center;
}
.djzk dt i{
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #0052d9;
  margin-right: 26px;
}
.djzk dl.on .tit{
  background-color: #0052d9;
  color:#fff;
  background-image: url(../images/ico41.png);
}
.djzk dl.on .tit i{
  background-color: #fff;
}
.djzk dd{
  overflow: hidden;
  padding: 20px 20px 0;
  display: none;
}
.djzk dd span{
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
  font-size: 14px;
  background: #0064c6;
  color:#fff;
  margin-bottom: 15px;
}
@media (max-width :1230px) {
  .ul-hn li{width: auto;float: none;margin-bottom: 15px;}
  .row-xz1,.row-xz2{padding: 20px 0;}
}
@media (max-width :767px) {
  .row-xz2 .intit{font-size: 20px;}
  .row-xz2 .g-tit .en{font-size: 14px;}
  .djzk dd{padding-bottom: 0;}
  .djzk dt i{display: none;}
  .djzk dt{padding: 0 15px;font-size: 15px;}
}

.row-n1{
  overflow: hidden;
  background: url(../images/bgn1.jpg) no-repeat;
  padding:2.6vw 0 3.02vw;
  color:#fff;
  -webkit-background-size: cover;
  background-size: cover;
}
.row-n1 .txt{
  float: left;
  width: 42.5vw;
  padding-top: 1.77vw;
}
.row-n1 .txt .t1 img{
  display: block;
  width: 26.72vw;
  height: 2.5vw;
  margin-bottom: 2.08vw;
}
.row-n1 .txt .t1  h2{
  font-size: 3.44vw;
  line-height: 3.44vw;
  font-weight: bold;
   margin-bottom: 2vw;
}
.row-n1 .txt .t2{
  font-size: 1.51vw;
  font-weight: bold;
  margin-bottom: 1vw;
}
.row-n1 .txt .t3{
  font-size: 18px;
  line-height: 1.69;
  color:#E1EFFF;
}
.row-n1 .three{
  float: right;
  text-align: right;
  width: 26.04vw;
}
.row-n1 .three .name{
  font-size: 1.51vw;
  margin-bottom: 1.2vw;
}
.ul-three{
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 1.56vw;
}
.ul-three .ico{
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.ul-three .ico.i1{
  background-image: url(../images/n2.png);
}
.ul-three .ico.i2{
  background-image: url(../images/n3.png);
}
.ul-three .ico.i3{
  background-image: url(../images/n4.png);
}
.ul-three .tit{
  font-size: 14px;
  padding-top: 10px;
}
.row-n1 .three .more a{
  display: block;
  width: 310px;
  line-height: 48px;
  background-color: #fff;
  text-align: center;
  border-radius: 30px;
  float: right;
  font-size: 16px;
  color:#006ACB;
}

@media only screen and (max-width: 1500px) {
    
.row-n1 .three{width: 400px;}
}


@media only screen and (max-width: 1230px) {
  .row-n1 .three .name{font-size: 18px;}
  .row-n1 .txt .t2{font-size: 22px;}
  .row-n1 .txt .t1 h2{font-size: 26px;}
}
@media only screen and (max-width: 1023px) {
  .row-n1 .txt{width: auto;float: none;margin-bottom: 20px;}
  .row-n1 .three{width: auto;float: none;text-align: center;}
  .row-n1 .three .more a{margin:10px auto 0;float: none;}
}
@media only screen and (max-width: 767px) {
  .row-n1 .txt .t1 img{width: 60%;height: auto;}
  .row-n1 .txt .t2{font-size: 18px;}
  .row-n1 .txt .t3{font-size: 14px;}
  .row-n1{padding:30px 0;}
  .row-n1 .txt .t1 h2{font-size: 22px;}
  .swiper-1{padding: 0;}
}