/*-----------------[åˆå§‹åŒ–]--------------*/
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;}
.wp-h {margin: 0 6.25vw 0 5.47vw;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.fixed{
 background:#436FD2;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 108px;
}
.logo img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.logo img.logo2{
  display: none;
}
.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: 15px;
    color:#fff;
    display: block;
    line-height:108px;
    padding: 0 20px;
    text-align: center;
}
.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: #436FD2;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#436FD2;
}
.nav .tel{
  font-size:14px;
  color:#fff;
  font-family: Arial;
  margin-top: 30px;
  margin-left: 1vw;
  padding-left: 33px;
  position: relative;
  background: url(../images/ico1.png) no-repeat left 0 center;
}
.nav .tel .mb{
  font-size: 22px;
  font-weight: bold;
}

.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: #fff;
    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;
    height: 49.48vw;
    overflow: hidden;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    transition: all .3s;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
/*.banner.swiper-container .swiper-slide.swiper-slide-active a{
     -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}*/
.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: 18px;
height: 18px;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-color: #0C53AD;}

.g-tit1{
    text-align: center;
    overflow: hidden;
    margin-bottom: 36px;
    background-repeat: no-repeat;
    background-position: top center ;
    -webkit-background-size: contain;
    background-size: contain;
}
.g-tit1 .tit{
    color:#333333;
    font-size: 36px;
    font-weight: bold;  
    margin-bottom: 8px;
}
.g-tit1 .desc{
    font-size: 14px;
    color:#666666;
}
.g-tit1 .desc i{
  display: inline-block;
  vertical-align: middle;
  width: 94px;
  height: 1px;
  background: #A6A6A6;
  margin:0 24px;
}
.row1{
  padding: 43px 0 56px;
  overflow: hidden;
}
.g-pcat{
  overflow: hidden;
}
.g-pcat .lf{
  float: left;
  margin-right: 5px;
  width: 800px;
}
.ul-list1{
  overflow: hidden;
  margin:0 -2.5px;
}
.ul-list1 li{
  width: 50%;
  float: left;
  margin-bottom: 4px;
}
.ul-list1 .con{
  margin:0 2.5px;
}
.ul-list1 li:nth-child(2) .g-pic1{
  border-radius: 0px 20px 0px 0px;
}
.ul-list1 li:nth-child(4) .g-pic1{
  border-radius: 0px 0px 20px 0px;
}
.ul-list1 .g-pic1{
  height: 307px;
  color:#fff;
  padding: 42px 0  0 42px;
  position: relative;
  
}
.ul-list1 .g-pic1 .bg{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/probg3.png) no-repeat;
  -webkit-background-size: cover;
    background-size: cover;  
}
.ul-list1 .g-pic1 img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ul-list1 .g-pic1 .cn{
  font-size: 24px;
}
.ul-list1 .g-pic1 .en{
  font-size: 12px;
}
.ul-list1 .ico{
  width: 31px;
  height: 31px;
  margin-top: 24px;
  background: url(../images/ico3.png) no-repeat;
}
.g-pcat .lf .g-pic1{
  height: 620px;
  padding: 168px 0 0 57px;
 border-radius: 20px 0px 0px 20px;
 position: relative;
}
.g-pcat .lf .g-pic1 img{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-pcat .lf .g-pic1::after{
  content:'';
  position: absolute;
  top: 0;
  left: 57px;
  display: block;
  width: 100px;
  height: 130px;
  background: url(../images/ico2.png) no-repeat;
}
.g-pic1{
  position: relative;
  overflow: hidden;
  color:#fff;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.g-pic1 .cn{
  font-size: 36px;
}
.g-pic1 .en{
  font-size: 18px;
  text-transform: uppercase;
}
.g-pic1 .more{
  width: 170px;
  height: 50px;
  background: #436FD2;
  border-radius: 25px;
  font-size: 14px;
  color:#FFFFFF;
  text-align: center;
  line-height: 50px;
  margin-top: 50px;
}
.row1 .zd{
  position: relative;
  z-index: 2;
}
.row1  img{
  transition:all 1s;
}
.row1 .g-pic1:hover img{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.row2{
  overflow: hidden;
  background: #fff;
  padding: 40px 0;
}
.g-news{
  overflow: hidden;
}
.g-news .l{
  width: 723px;
  margin-right: 19px;
}
.g-news .box{
  overflow: hidden;
  background: #f9f9f9;
  padding: 0 29px;
}
.lastnew{
  overflow: hidden;
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 30px ;
}
.lastnew .pic{
  float: left;
  width: 360px;
  height: 270px;

  overflow: hidden;
}
.lastnew .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lastnew .txt{
  overflow: hidden;
  padding: 5px 0 0 15px;
}
.lastnew .tit{
  color:#040404;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lastnew .desc{
  font-size: 14px;
  line-height: 1.71;
  color:#6A6A6A;
  margin-bottom: 40px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.lastnew .time{
  font-size: 16px;
  color:#525252;
}
.newstit{
  overflow: hidden;
  line-height: 70px;
  border-bottom: 1px dashed #dcdcdc;
}
.newstit .tit{
  overflow: hidden;
  float: left;
  font-size: 20px;
  color:#222222;
  font-weight: bold;
}
.newstit a{
  display: block;
  float: right;
  font-size: 14px;
  color:#999999;
}
.ul-new2{
  overflow: hidden;
}
.ul-new2 li{
  overflow: hidden;
  padding: 30px 0 29px;
  border-bottom: 1px dashed #DCDCDC;
}
.ul-new2 li:last-child{
  border-bottom: none;
}
.ul-new2 .time{
  float: left;
  width: 132px;
  text-align: center;
  border-right: 1px solid #dbdbdb;
  font-size: 14px;
  color:#999999;
  margin-right: 26px;
}
.ul-new2 .time .day{
  font-size: 72px;
  color:#436FD2;
  line-height: 72px;
  font-family: Impact;
  margin-bottom: 15px;
}
.ul-new2 .time .yh{
  font-size: 16px;
  color:#666666;
}
.ul-new2 .time i{
  display: block;
  width: 20px;
  height: 1px;
  background: #ccc;
  margin: 5px 0 8px;
}
.ul-new2 .txt{
  overflow: hidden;
}
.ul-new2 .tit{
  font-size: 18px;
  color:#222222;
  font-weight: bold;
  padding-bottom: 8px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new2 .desc{
  font-size: 14px;
  color:#6A6A6A;
  line-height: 1.71;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.ul-news1{
  overflow: hidden;
  background: #f9f9f9;
}
.ul-news1 li{
  float: left;
  
  width: 50%;
}
.ul-news1 li a{
  
  display: block;

}
.ul-news1 .txt{
 margin: 36px 0 30px 40px;
 padding-right: 40px;
  border-right: 1px dashed #DCDCDC;
}
.ul-news1 li:last-child .txt{
  border-right: none;
}
.ul-news1 .tit{
  color:#040404;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-news1 .desc{
  font-size: 14px;
  line-height: 1.71;
  height: 5.13em;
  color:#6A6A6A;
  margin-bottom: 31px;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.ul-news1 .time{
  font-size: 12px;
  color:#999;
}


.row3{
  background: url(../images/pic7.jpg) no-repeat;
  background-size: cover;
  padding: 35px 0 0;
  overflow: hidden;
}
.row3 .more{
  display: block;
  width: 200px;
  height: 45px;
  line-height: 43px;
  font-size: 14px;
  color:#fff;
  border:1px solid #fff;
  margin:0 auto 30px;
  text-align: center;
}
.row3 .info{
  font-size: 16px;
  text-align: center;
  color:#fff;
  line-height: 2.63;
  padding: 3px 0 0;
  margin-bottom: 71px;
}
.ul-about{
  overflow: hidden;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.row3 .bg1{
  background: rgba(0, 0, 0, 0.1);
  box-shadow: 0px -1px 0px 0px rgba(255, 255, 255, 0.2);
}
.ul-about li{
  float: left;
  width: 20%;
  text-align: center;
  border-right: 1px solid #516aa2;
  padding: 28px 0;
  color:#c7d4ef;
}
.ul-about li:first-child{
   border-left: 1px solid #516aa2;
}
.ul-about .en{
  font-size: 14px;
  text-transform: uppercase;
}
.ul-about .cn{
  font-size: 24px;
  
  font-weight: bold;
}
.ul-about .ico{
  margin:0 auto;
  width: 54px;
  height: 54px;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-about li .i1{
  background-image: url(../images/ioc1-1.png);
}
.ul-about li .i2{
  background-image: url(../images/ico1-2.png);
}
.ul-about li .i3{
  background-image: url(../images/ico1-3.png);
}
.ul-about li .i4{
  background-image: url(../images/ico1-4.png);
}
.ul-about li .i5{
  background-image: url(../images/ico1-5.png);
}
.ul-about li:hover .i1{
  background-image: url(../images/ico4.png);
}
.ul-about li:hover .i2{
  background-image: url(../images/ico5.png);
}
.ul-about li:hover .i3{
  background-image: url(../images/ico6.png);
}
.ul-about li:hover .i4{
  background-image: url(../images/ico7.png);
}
.ul-about li:hover .i5{
  background-image: url(../images/ico8.png);
}
.ul-about li:hover{
  background:#436FD2;
  color:#fff;
}



.row4{
  overflow: hidden;
  padding-top: 43px;
}
.g-txt1{
    padding-top: 22px;
    overflow: hidden;
}
.g-txt1 .l,
.g-txt1 .r{
    width: 450px;
}
.g-txt1 .item{
    margin-bottom: 90px;
    position: relative;
    z-index: 2;
}
.g-txt1 .l .item::after{
  content:'';
  display: block;
  position: absolute;
  bottom: -86px;
  left: 28px;
  width: 12px;
  height: 90px;
  background: url(../images/ico9.png) no-repeat;
}
.g-txt1 .l .item:nth-child(3)::after{
  display: none;
}
.g-txt1 .r .item::after{
  content:'';
  display: block;
  position: absolute;
  bottom: -86px;
  right: 28px;
  width: 12px;
  height: 90px;
  background: url(../images/ico9.png) no-repeat;
}
.g-txt1 .r .item:nth-child(3)::after{
  display: none;
}
.g-txt1  .desc{
    font-size: 14px;
    color:#666;
    height: 3.42em;
    line-height: 1.71;
}
.g-txt1  .tit{
  font-size: 20px;
  color:#333333;
}
.g-txt1   .nub{
    font-size: 40px;
    width: 69px;
    height: 69px;
    line-height: 69px;
    background: #436FD2;
    border-radius: 50%;
    text-align: center;
    color:#fff;
    overflow: hidden; 
    font-family: 'Impact';
}
.g-txt1  .txt{
   overflow: hidden;
}
.g-txt1 .l .nub{
  float: left;
  margin-right: 25px;
}
.g-txt1 .r .nub{
  float: right;
}
.g-txt1 .r .txt{
  text-align: right;
  padding-right: 25px;
}
.g-txt1  .pic{
    overflow: hidden;
    text-align: center;
    width: 468px;
    height: 468px;
    position: absolute;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 1;
}

.row5{
    overflow: hidden;
    background: url(../images/pic8.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.ul-list5{
    overflow: hidden;
}
.ul-list5 li{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 18px;
    color:#FFFFFF;
    padding:26px 0 45px;  
}
.ul-list5 .nub{
    font-size: 20px;
    font-weight: bold;
    color:#fff;
}
.ul-list5 .nub span{
    font-size: 3.13vw;
    line-height: 1.4;
    font-weight: normal;
    font-family: Impact;
}
.ul-list5  .desc{
    margin-bottom: 27px;
}
.ul-list5  .lin{
    background: url(../images/ico10.png) no-repeat;
    width: 248px;
    height: 9px;
    margin:0 auto;
}
.slider1 .pic{
  overflow: hidden;
  height: 0;
  position: relative;
  padding-top: 75%;
}
.slider1  .tit{
  background-color: #fff;
  line-height: 60px;
  font-size: 18px;
  color:#333;
  text-align: center;
}
.row6{
  overflow: hidden;
  background: #F4F4F4;
  padding: 44px 0;
}
.row7{
  padding: 24px 0 40px;
  overflow: hidden;
  background: url(../images/pic10.jpg) no-repeat;
}
.slider2 .pic{
  background-color: #fff;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
.slider2 .pic img{
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}


#map{
  height: 28.65vw;
  min-height: 200px;
}
.footer{
    overflow: hidden;
    background: url(../images/pic11.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    overflow: hidden;
    padding:30px 0 ;
}
.copy{
    margin-top: 20px;
}
.copy,.copy a{
    font-size: 14px;
    color:#fff;
    line-height: 1.71;
}
.footer .txt{
    float: left;
    margin-right: 150px;

}
.footer .txt .tit{
    font-size: 36px;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 8px;
}
.footer .txt .tit span{
    color:#FF9900;
}
.footer .add{
    float: left;
    color:#fff;
    font-size: 14px;
    line-height: 1.71;
    margin-right: 150px;
      width: 392px;
      padding-top: 10px;
}
.footer .add .tit{
    font-size: 18px;
    color:#FFFFFF;
    margin-bottom: 14px;
    font-weight: bold;
}
.footer .txt .desc{
    color: #FFFFFF;
    line-height: 2;
    font-size: 16px; 
}
.footer .add .desc{
  line-height: 2;
}
/*.footer .qr{
    overflow: hidden;
    width: 127px;
height: 127px;
margin-top: 3px;
background: url(../images/qr.jpg) no-repeat;
}*/
.links{
    overflow: hidden;
    margin-bottom: 60px;
}
.links .name{
    float: left;
    width: 116px;
    height: 28px;
    background: url(../images/links.png) no-repeat;
    margin-right: 30px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    display: inline-block;
    font-size: 14px;
    color:#fff;
    line-height: 28px;
    margin-right: 15px;
}
#floatBottom{width:100%;height:53px;background:#8a8a8a;position:fixed;left:0;bottom:0;z-index:99;display: none;}
#floatBottom a{width:25%;height:53px;display:block;float:left;position:relative;font-size: 14px;color:#fff;text-align: center;padding-bottom: 4px;}
#floatBottom a img{
    display: block;
    margin:4px auto 2px;
    height: 25px;
}
#floatBottom .ewm{width:87px;height:83px;position:absolute;bottom:55px;left:50%;margin-left:-45px;display:none;}
#floatBottom .ewm img{width:100%;height:100%;display:block;}

@media only screen and (max-width: 1800px) {
 .nav li .v1{padding: 0 15px;}
}
@media only screen and (max-width: 1500px) {
.logo{width: 300px;}
}
@media only screen and (max-width: 1430px) {
  .nav .tel{display: none;}
  .wp{width: 1200px;}
  .g-pcat .lf{width: 600px;}
  .nav .tel{display: none;}
}
@media only screen and (max-width: 1365px) {
   
}
@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;
        bottom: 0;
        z-index: 999;
        overflow: hidden;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top:1px solid #f9f9f9;
    }
    .nav .bg{
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.5);
    }
    .nav ul{float: none;background-color: #fff;}
    .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;}
    .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 center;
        -webkit-background-size: 18px 18px;
        background-size: 18px 18px;
    }
    .nav li .sub{position: static;padding-left: 0;box-shadow:none;width: auto;margin-left: 0;}
    .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;
    }
    .nav li .v1::after{display: none;}
    .logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;}
     .logo  .txt{display: none;}
    body{padding: 60px 0 53px;}
    .header{background: #436FD2;}
    .g-pcat .lf{width: 50%;}
    .g-news .l{width: auto;float: none;margin-right: 0;margin-bottom: 15px;}
    .g-txt1 .pic{display: none;}
    .g-txt1 .l .item::after,.g-txt1 .r .item::after{display: none;}
    .g-txt1 .item{margin-bottom: 30px;}
    .g-pic1 .cn{font-size: 26px;}
    .ul-list1 .g-pic1{padding-left: 22px;}
    .row3 .info{font-size: 14px;line-height: 1.8;}
    .ul-about li{width: 33.333%;border-bottom: 1px solid #516aa2;}
    .bg1 .wp{padding: 0;}
    .banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
    .banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
    #floatBottom{display: block;}
    .footer .txt{margin-right: 0;margin-bottom: 20px;}
    .footer .add{width: auto;margin-right: 0;}
    .footer .txt .tit{font-size: 26px;}
    .copy{margin-top: 10px;}
}
@media only screen and (max-width: 1023px) {
  .row5{padding: 30px 0 20px;}
.ul-list5 li{width: 50%;margin-bottom: 15px;padding: 0;}
.g-pcat .lf{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
.g-pcat .lf .g-pic1{height: auto;padding: 150px 20px 20px;border-radius:20px;}
.g-txt1 .l, .g-txt1 .r{width: auto;float: none;}
.g-txt1 .r .txt{text-align: left;padding-right: 0;padding-left: 25px;}
.g-txt1 .r .nub{float: left;}
.ul-list5 .nub span{font-size: 24px;}
.g-tit1 .tit{font-size: 22px;margin-bottom: 4px;}
.g-txt1 .item{margin-bottom: 10px;}
.g-txt1 .tit{font-size: 18px;padding-top: 10px;}
.ul-about .cn{font-size: 20px;}
.row1,.row2{padding: 30px 0;}
} 
@media only screen and (max-width: 960px) {
.g-tit1 .desc i{display: none;}
.g-tit1{margin-bottom: 20px;}
.ul-list1 li{margin-bottom: 15px;}
.ul-list1 li .g-pic1,.ul-list1 li:nth-child(2) .g-pic1,.ul-list1 li:nth-child(4) .g-pic1{border-radius: 20px;}
.ul-list1 li .g-pic1{padding: 20px;height: auto;}
.g-pcat .lf .g-pic1::after{display: none;}
.g-pcat .lf .g-pic1{padding: 20px;}
.g-pic1 .cn{font-size: 22px;margin-bottom: 10px;}
.g-pic1 .en{font-size: 14px;}
.g-pic1 .more{margin-top: 20px;}
.lastnew{display: none;}
.ul-news1 li{width: auto;float: none;}
.ul-news1 .tit{margin-bottom: 10px;}
.ul-news1 .desc{margin-bottom: 20px;}
.ul-news1 .txt{border-bottom: 1px dashed #DCDCDC;border-right: none ;padding: 15px;margin:0;}
.ul-news1 li:last-child .txt{border-bottom: none;}
.ul-news1 .desc{margin-bottom: 10px;}
.ul-new2 .time .day{font-size: 22px;line-height: 1.5;margin-bottom: 0px;}
.ul-new2 .time{width: 72px;border-right: none;margin-right: 0;padding-top: 10px;}
.g-news .box{padding: 0 15px;}
.ul-about{display: none;}
.g-txt1 .nub{width: 50px;height: 50px;line-height: 50px;font-size: 22px;}
.g-txt1 .tit{padding-top: 0;}
.ul-list5 .lin{display: none;}
.ul-list5 .desc{margin-bottom: 0;}
.row6{padding: 30px 0;}
.slider1 .tit{font-size: 14px;line-height: 45px;}
.ul-new2 li{padding: 15px 0;}
.ul-new2 .tit{font-size: 16px;padding-bottom: 3px;}
.g-txt1{padding-top: 0;}
.row4{padding-top: 30px;padding-bottom: 20px;}
.footer .txt .tit{font-size: 22px;}
}
@media only screen and (max-width: 767px) {
.ul-list1 li{width: auto;float: none;}
.ul-new2 .time{width: auto;float: none;overflow: hidden;}
.ul-new2 .time .day{float: left;line-height: 30px;}
.ul-new2 .time .yh{overflow: hidden;text-align: left;padding-left: 15px;line-height: 30px;}
.ul-news1 .tit{font-size: 16px;margin-bottom: 0;}
.ul-new2 li{padding: 0px 0 10px;}
.links .name{float: none;margin-bottom: 10px;}
.links{margin-bottom: 20px;}
}
@media only screen and (max-width: 500px) {
.logo{width: 260px;}
}
  

.g-pf{
  position: fixed;
  bottom: 10%;
  right: 0;
  z-index: 99;
  width: 185px;
}
.g-pf .close{
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 28px;
  z-index: 9;
  cursor: pointer;
  background: url(../images/close.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.g-y{
  display: block;
  width: 185px;
  height: 100px;
  background: url(../images/zxyy.png) no-repeat;
}
@media only screen and (max-width: 1230px) {
.g-pf{display: none;}
}



.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
.header{display: none;}

  body{padding: 60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #436FD2;
      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: #436FD2;
    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;}
}
.infotxt {
  font-size: 15px;
  color:#333;
  line-height: 1.8;
  overflow: hidden;
  padding: 30px 0;
}
.infotxt img{
  display: block;
  max-width: 100%;
  margin:5px auto;
  height: auto;
}