<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*-----------------[Ã¥Ë†ÂÃ¥Â§â€¹Ã¥Å’â€“]--------------*/
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: 1500px;}
body{padding-top: 120px;}
/*******************************
    -------[=Ã¥Â¤Â´Ã©Æ’Â¨]-------
********************************/
.header{
    position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 0 7%;
    box-shadow: 7px 5px 9px 0px rgba(0,0,0,0.21);
}
.logo{float:left;margin:20px 0;display:block;}
.logo img{display:block;width:auto;height:auto;}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}



.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:#020202;
    display: block;
    line-height:120px;
    padding: 0 30px;
    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:#fff;
  background: #0046a3;
}
.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: #0046a3;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#0046a3;
}
.nav .tel{
  width: 174px;
  height: 36px;
  border:1px solid rgba(0, 70, 163, 0.5);
  padding-left: 35px;
  border-radius: 30px;
  margin-top: 45px;
  font-size: 18px;
  font-weight: bold;
  font-family: Arial;
  line-height: 34px;
  color:#0046a3;
  background: url(../images/ico1.png) no-repeat left 15px center;
}
.header .wp{display:none;}
.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: 40.31vw;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 10px;
    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: 34px;
}
.g-tit .cn{
  color:#222222;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.05;
  margin-bottom: 18px;
}
.g-tit .en{
  text-transform: uppercase;
  font-family: Impact;
  color:#EDEDED;  
  font-size: 46px;
  line-height: 1.1;
}
.g-tit .desc{
    font-size: 15px;
    color:#999;
}
.g-tit .lin{
  margin: 0 auto 14px; 
  width: 44px;
  height: 5px;
  background: #0046a3;    
}
.g-tit.cof .en,
.g-tit.cof .cn{
  color:#fff;
}
.row1{
  padding: 20px 0 65px;
}
.m-pcat{
  overflow: hidden;  
  margin-bottom: 30px;
}
.m-pcat .title{
  overflow: hidden;
  float: left;
  background: #0046a3 url(../images/ico2.png) no-repeat top 23px left 32px;
  color:#fff;
  width: 300px;
  height: 84px;
  padding: 13px 0 0 104px;
}
.m-pcat .title .cn{
  font-size: 22px;
  font-weight: bold;
}
.m-pcat .title .en{
  font-family: Arial;
  font-size: 15px;
  color:rgba(255, 255, 255, .5);
}
.ul-pcat{
  overflow: hidden;
  border:1px solid  #DCDCDC;
  height: 83px;
  padding: 0 1.7vw;
}
.ul-pcat li{
  display: inline-block;
  text-align: center;
  position: relative;
  margin-left: 30px;
}
.ul-pcat li:first-child{margin-left:0;}
.ul-pcat li a{
  line-height: 76px;
  display: inline-block;
  font-size: 16px;
  color:#333333;
  border-bottom: 5px solid transparent;
}
.ul-pcat li:hover a{
  color:#0046A3;
  border-color: #0046a3;
}
.swiper-1{
  position: relative;
}
.swiper-1 .swiper-button-next{
    width:29px;
    height: 87px;
    right: -4.38vw;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/ico4.png);
}
.swiper-1 .swiper-button-prev{
  width:29px;
    height: 87px;
    left: -4.38vw;
    background-image: url(../images/ico3.png);
    -webkit-background-size: cover;
    background-size: cover;
}
.swiper-1 .swiper-slide{
  border:1px solid #DCDCDC;
}
.swiper-1 .pic{
  padding-top: 67%;
  overflow: hidden;
  height: 0;
  border-bottom:1px solid #DCDCDC;
  position: relative; 
}
.swiper-1 .txt{
  padding: 24px 28px 41px;

  border-top: none;
}
.swiper-1 .linka{
  overflow: hidden;
  border-top: 1px solid #DCDCDC;
  padding-top: 34px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
.swiper-1 .linka a{
  display: block;
  width: 140px;
  height: 48px;
  border: 1px solid #7D7D7D;
  text-align: center;
  line-height:46px;
  font-size: 14px;
  color:#333333;
}
.swiper-1 .t1{
  font-size: 19px;
  color:#000;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 8px;
}
.swiper-1 .t2{
  font-size: 16px;
  color:#878787;
  line-height: 1.5;
  height: 3em;
  margin-bottom: 22px;
}

.g-link{
  text-align: center;
  overflow: hidden;
  padding-top: 2.95vw;
}
.g-link a{
  width: 195px;
  line-height: 48px;
  display: inline-block;
  font-size: 16px;
  color:#fff;
  background: #0046a3;
  border-radius: 30px;
  margin:0 20px;
}
.g-link a:last-child{
  background:#757575;
}

.row2{
  padding: 44px 0 20px;
  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: 9px;
}
.row2 .txt .desc{
  font-size: 20px;
  margin-bottom: 32px;
  max-width: 452px;
  line-height: 1.67;
}
.row2 .txt .desc span{
  color:#FEAC36;
}
.row2 .txt .tel{
  width: 324px;
  height: 46px;
  background: #0046a3 url(../images/ico5.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;
}

 .row3{
  overflow: hidden;
  padding: 28px 0 3.7vw;
 }
.sliderlc .swiper-slide{
  overflow: hidden;
  height: 458px;
  border: 1px solid #E5E5E5;
  padding:38px 38px 0;
  text-align: center;
}
.sliderlc .ico{
  width: 128px;
  height: 128px;
  line-height: 128px;
  margin:0 auto 14px;
  border-radius: 50%;
  background-image: url(../images/ico23.png);
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.sliderlc i{
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
}
.sliderlc .ico.i1 i{
  background-image: url(../images/num1.png);
}
.sliderlc .ico.i2 i{
  background-image: url(../images/num2.png);
}
.sliderlc .ico.i3 i{
  background-image: url(../images/num3.png);
}
.sliderlc .ico.i4 i{
  background-image: url(../images/num4.png);
}

.sliderlc .swiper-slide:hover .ico.i1 i{
  background-image: url(../images/num5.png);
}
.sliderlc .swiper-slide:hover .ico.i2 i{
  background-image: url(../images/num6.png);
}
.sliderlc .swiper-slide:hover .ico.i3 i{
  background-image: url(../images/num7.png);
}
.sliderlc .swiper-slide:hover .ico.i4 i{
  background-image: url(../images/num8.png);
}

.sliderlc .swiper-slide:hover{
  background: #0046a3;
  border-color: #0046a3;
}
.sliderlc .swiper-slide:hover .ico{
  background-image: url(../images/ico24.png);
}
.sliderlc .swiper-slide:hover .tit,
.sliderlc .swiper-slide:hover .desc{
  color:#fff;
}
.sliderlc .tit{
  font-size: 24px;
  color:#222222;
  font-weight: bold;
}
.sliderlc .en{
  color:rgba(34, 34, 34, .34);
  text-transform: uppercase;
  font-family: Impact;
  font-size: 28px;
  margin-bottom: 10px;
}
.sliderlc .desc{
  font-size: 17px;
  color:#666666;
  line-height: 1.76;
  height: 5.28em;
  margin-bottom: 36px;
  overflow: hidden;
}
.sliderlc .jian{
  width: 26px;
  height: 7px;
  margin:0 auto;
  background: url(../images/ico10.png) no-repeat;
}

.sliderlc .swiper-slide:hover .jian{
  background-image: url(../images/ico11.png);
}
.sliderlc .swiper-slide:hover .en{
  color:rgba(255, 255, 255, .1);
}

.row4{
  overflow: hidden;
  background: url(../images/bg2.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 2.6vw 0 5.16vw;
}
.row4 .g-tit .en{
  color:rgba(255, 255, 255, .14);
}
.row4 .g-tit .cn,
.row4 .g-tit .desc{
  color:#fff;
}
.ul-tab{
  overflow: hidden;
  margin-bottom: 1.56vw;
  text-align: center;
}
.ul-tab li{
  display: inline-block;
  color:#fff;
  text-align: center;
  font-size: 18px;
  position: relative;
  z-index: 2;
  margin:0 56px;
  cursor: pointer;
}
.ul-tab li::after {
  content: '';
  display: block;
  position: absolute;
  top: 43px;
  right: -143px;
  width: 170px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.ul-tab li:last-child::after{
  display: none;
}
.ul-tab li:last-child{
  margin-left: 46px;
}
.ul-tab li .ico{
  width: 72px;
  height: 72px;
  margin:0 auto 10px;
  border: 1px solid #FFFFFF;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.ul-tab li .i1{
  background-image: url(../images/ico12.png);
}
.ul-tab li .i2{
  background-image: url(../images/ico13.png);
}
.ul-tab li .i3{
  background-image: url(../images/ico14.png);
}
.ul-tab li .i4{
  background-image: url(../images/ico15.png);
}
.ul-tab li.on .ico{
  background-color: #0046a3;
  border-color:#0046a3 ;
}
.ul-tab li.on {
  font-weight: bold;
}
.slider2.swiper-container{
    width: 1400px;
    margin: 0 auto;
    overflow: visible;
}
.slider2 .swiper-slide-prev.swiper-slide{
 -webkit-transform: scale(0.9) ;
  -moz-transform: scale(0.9) ;
  -ms-transform: scale(0.9) ;
  -o-transform: scale(0.9) ;
  transform: scale(0.9) ;
}
.slider2 .swiper-slide-next.swiper-slide{
 -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.slider2 .swiper-slide-prev .pic{
  float: right;margin-right: 0;
}
.slider2 .swiper-slide-active .g-tab .pic::after{
  display: none;
}
.slider2 .swiper-slide-active .g-tab .num{
  display: block;
}
.g-tab{
  padding: 40px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  overflow: hidden;
  position: relative;
}
.g-tab .num{
  position: absolute;
  bottom: 40px;
  right: 40px;
  font-weight: bold;
  font-size: 18px;
  color:#C2C2C2;
  display: none;
}
.g-tab .num span{
  color:#0046A3;
  margin:0 5px;
}
.g-tab .num em{
    font-size: 36px;
    font-style:normal;
     margin:0 5px;
}
.g-tab .pic{
  width: 580px;
  height: 470px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  float: left;
  margin-right: 4.27vw;
  position: relative;
}
.g-tab .pic::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.47);
}
.g-tab .txt{
  margin-top: 16px;
  overflow: hidden;
}
.g-tab .txt .num{
  position: absolute;
  left: 0;
  top: 0;
  color:#333333;
  font-size: 100px;
  line-height: 100px;
  font-family: Impact;
}
.g-tab .txt .tit{
  background-repeat: no-repeat;
  background-position: left top 16px;
  padding:20px 0 39px 120px;
  margin-bottom: 41px;
  position: relative;
  border-bottom: 1px solid #f2f4f6;
}
/*.g-tab .txt .tit::after {
  content: '';
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  width: 91px;
  height: 14px;
  background: url(../images/pic2.jpg) no-repeat;
}*/
.g-tab .txt .en{
  font-size: 21px;
  color:rgba(51, 51, 51, .29);
  text-transform: uppercase;
}
.g-tab .txt .cn{
  font-size: 30px;
  color:#333333;
  font-weight: bold;
}
.g-tab .txt .desc{
  font-size: 16px;
  color:#333333;
  line-height: 2.25;
}

.row5{
  overflow: hidden;
  padding: 50px 0;
}
.m-gy{

}
.m-sin{
  overflow: hidden;
  margin:0 5.16vw;
}
.m-sin .item{
  width: 18%;
  float: left;
  height: 598px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color:#fff;
  margin-right: 1%;
  position: relative;
  transition:all .3s;
}
.m-sin .item::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); 
}
.m-sin .item.on{
  width: 42%;
  background-position: top;
  -webkit-background-size: 100% 365px;
  background-size:100%   365px;
}
.m-sin .item:last-child{
  margin-right: 0;
}
.m-sin .hide{
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 233px;
  color:#fff;
  background: #0046a3;
  z-index: 2; 
  padding: 1.67vw 3.65vw 0;
}
.m-sin .hide .num2{
  position: absolute;
  right: 60px;
  top: 0;
  font-size: 60px;
  font-family: Impact;
  color:rgba(237, 237, 237, .19);
}
.m-sin .hide .ico{
  width: 32px;
  height: 38px;
  margin-bottom: 8px;
  background: url(../images/ico9.png) no-repeat;
}
.m-sin .hide .tit{
  font-size: 28px;
  color:#EDEDED;
  font-weight: bold;
  margin-bottom: 12px;
}
.m-sin .hide .tit i{
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
}
.m-sin .hide .desc{
  font-size: 16px;
  line-height: 1.75;
}
.m-sin .hide .en{
  text-transform: uppercase;
  font-size: 13px;
  font-family: Arial;
  margin-bottom: 7px;
}
.m-sin .item.on .hide{
  display: block;
}
.m-sin .item.on .show{
  display: none;
}
.m-sin .item.on .num{
  display: none;
}
.m-sin .num{
  position: absolute;
  top: 50px;
  right: 25px;
  font-family:  Impact;
  font-size: 60px;
  line-height: 60px;
  color:#fff;
  z-index: 2;
}
.m-sin .show{
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 2;
  background: url(../images/ico16.png) no-repeat right 30px center;
}
.m-sin .show .tit{
  font-size: 28px;
  font-weight: bold;
} 
.m-sin .show .en{
  font-size: 12px;
  color:#EDEDED;
  font-family: Arial;
  text-transform: uppercase;
}
.row6{
    overflow: hidden;
    padding: 4.84vw 0 ;
    position: relative;
    background: url(../images/ico47.png) no-repeat;
}
.row6 .g-tit1.tl{
    text-align: left;
    background-position: left top;
    padding-top: 3.13vw;
    margin-bottom: 2.71vw;
    background-repeat: no-repeat;
}
.g-tit1 .tit{
    color:#333;
    font-size: 2.19vw;
    font-weight: bold;  
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 14px;
}
.row6 .txt{
    width: 35.42vw;
    float: left;
}
.row6 .txt .desc{
    color:#333333;
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2.5vw;
}
.row6 .txt .link{
    overflow: hidden;
}
.row6 .txt .link a{
    width: 215px;
    height: 109px;
    float: left;
    padding-left: 90px;
    padding-top: 20px;
    border:1px solid #d7d4d7;
    margin-right: 20px;
}
.row6 .txt .link a.a1{
  color:#fff;
   background: #0046a3;
   background-image: url(../images/ico17.png);  
   background-repeat: no-repeat;
   background-position: left 27px center;
}
.row6 .txt .link a.a2{
   background-repeat: no-repeat;
  background-position: left 27px center;
   background-image: url(../images/ico18.png);  
}
.row6 .txt .link a.a1 .cn,
.row6 .txt .link a.a1 .en{
  color:#fff;
}

.row6 .txt .link .cn{
    font-weight: bold;
    font-size: 20px;
    color:#333333;
}
.row6 .txt .link .en{
    font-size: 16px;
    color:#919191;
    font-family: Arial;
}
.row6 .pic{
   position: absolute;
   right: 0;
   top: 3vw;
   bottom: 3vw;
   width: 53.23vw;
}
.row6 .pic img{
    display: block;
    max-width: 100%;
    height: 100%;
}
.m-num{
    background-color: #fff;
    padding: 2.71vw 0 1.88vw;
}
.m-num::after {
  content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.m-num ul{
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.m-num li{
    float: left;

   padding:0 3vw;
    position: relative;
}
.m-num li::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: -10px;
  width: 1px;
  height: 66px;
  background: #ddd;
}
.m-num li:last-child::after {
  display: none;
}
.m-num li .tit{
    color:#666666;
    margin-top: -2.55vw;
}
.m-num li .ico img{
  display: block;
}
.m-num li .tit span{
    font-size: 3.39vw;
    font-family: Impact;
    color:#0046A3;
    display: inline-block;
}
.m-num li .tit em{
  font-style: normal;
  display: inline-block;
  font-size: 30px;
  font-family: Impact;
  color:#0046A3;
}

.row7{
  background: #f5f5f5;
  overflow: hidden;
  padding: 2vw 0 5.26vw;
}
.row7 .g-tit{
  position: relative;
}
.row7 .g-tit a{
  display: block;
  position: absolute;
  right: 0;
  top: 2.08vw;
  width: 161px;
  height: 42px;
  line-height: 41px;
  border-radius: 20px;
  font-size: 15px;
  color:#999999;
  border:1px solid #c8c8c8;
}
.row7 .g-tit .en{
  font-size: 3.13vw;
}
.m-news{
  overflow: hidden;
}
.firstnew{
  float: left;
  margin-right: 37px; 
  width: 710px;
}
.firstnew .pic{
  height: 426px;
  position: relative;
  overflow: hidden;
}
.firstnew .txt{
  background-color: #fff;
  height: 167px;
  padding: 29px 50px 0;
}
.firstnew .txt .tit{
  font-size: 18px;
  color:#333333;
  font-weight: bold;  
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.firstnew .txt  .desc{
  font-size: 14px;
  color:#666666;
  line-height: 1.5;
  margin-bottom: 10px;
  height: 3em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.firstnew .txt .time{
  font-size: 14px;
  color:#AEADAD;
}
.ul-new{
  overflow: hidden;
}
.ul-new li{
  height: 185px;
  background: #FAFAFA;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 12px 36px 12px 12px;
  border-top: 1px solid #fff;
}
.ul-new li:last-child{
  margin-bottom: 0;
}
.ul-new .pic{
  float: left;
  width: 189px;
  height: 161px;
  overflow: hidden;
  margin-right: 36px;
}
.ul-new .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.ul-new  .txt{
  overflow: hidden;
  padding-top: 17px;
}
.ul-new  .tit{
  font-size: 18px;
  font-weight: bold;
  color:#333333;
  margin-bottom: 13px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new   .desc{
  font-size: 14px;
  color:#666;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
  margin-bottom: 10px;
}
.ul-new .time{
  color:#AEADAD;
  font-size: 14px;
}

.footer{
  background: #353535;
  overflow: hidden;
  padding: 3.6vw 0 2vw;
}
.info-l{
  float: left;
}
.info-l .top{
  overflow: hidden;
}
.info-l  dl{
  float: left;
  margin-right:6vw;
}
.info-l  dl:last-child{
  margin-right: 0;
}
.info-l dt,.info-l dt a{
  color:#fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 27px;
}
.info-l  dd a{
  display: block;
  font-size: 14px;
  color:#999999;
  line-height: 2.29;
}
.footer .address{
  float: right;
  width: 322px;
}
.footer .address .tit{
  font-size: 18px;
  color:#fff;
  font-weight: bold;
  margin-bottom: 27px;
}
.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;
}
.info-l .qr{
  overflow: hidden;
  width: 136px;
  text-align: center;
  font-size: 14px;
  color:#999999;
}
.footer .box{
  overflow: hidden;
}


.copy{
  overflow: hidden;
  background: #202020;
  padding: 16px 0;
}
.copy span,.copy a{
  display: inline-block;
  font-size: 14px;
  color:#999999;
}
.links{
  overflow: hidden;
}
.links span{
  font-size: 20px;
  display: inline-block;
  color:#999999;
  margin-right: 14px;
}
.links  a{
  font-size: 14px;
  display: inline-block;
  color:#999999;
  margin-right: 14px;
}



#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{padding: 0 20px;}
}
@media only screen and (max-width: 1660px) {
  .g-tit .cn{font-size: 36px;}
  .g-tit .en{font-size: 40px;}
   .g-tit .tit{font-size: 34px;}
   .header{padding: 0 3%;}
   .wp{width: 1300px;}
}
@media only screen and (max-width: 1500px) {
  .wp{width: 1300px;}
  .header{padding: 0 15px;}
  .nav .tel{margin-top: 28px;}
  .logo{margin:15px 0;}
  .logo img{width:400px;}
  .nav li .v1{line-height: 100px;}
  body{padding-top: 100px;}
  .newlist .leftnew{width: calc(100% - 500px);}
  .m-form .form input.nr{width: 400px;}
  .g-tit{margin-bottom: 20px;}
  .row1{padding: 30px 0 40px;}
  .m-sin .show{padding: 0 15px;background-position: right 15px center;}
  .m-sin .item{height: 500px;}
  .m-sin .show .tit{font-size: 24px;}
  .m-sin .hide .tit{font-size: 24px;}
  .row6 .txt .desc{font-size: 13px;}
  .m-sin .hide .desc{font-size: 14px;}
  .m-sin .hide{height: 200px;}
  .row6{background: #efefef;}
}
@media only screen and (max-width: 1340px) {
.row6 .txt{width: auto;float: none;}
.row6 .pic{display: none;}
.row6 .g-tit1.tl{padding-top: 0;}
}
@media only screen and (max-width: 1430px) {
  .wp{width: 1200px;}
  .slider2.swiper-container{width: 1200px;}
  .g-tab .pic{width: 480px;height: 370px;}
  .g-tab .txt{margin-top: 0;}
  .g-tab .txt .tit{padding-bottom: 20px;margin-bottom: 20px;}
  .nav .tel{display: none;}
  .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;}
  .m-pcat .title{display: none;}
  .ul-pcat{border:none;height: auto;padding: 0;margin:0 -5px;}
  .ul-pcat li{display:block;width:20%;border-left:1px solid #fff;float:left;margin-left:0;}
  .ul-pcat li a{display: block;margin:0 5px;background: #eee;line-height: 42px;font-size: 14px;border:none;}
  .g-tit .en{font-size: 32px;}
  .g-tit .cn{font-size: 28px;}
  .firstnew{width: 600px;}
  .swiper-1 .swiper-button-next{right: 0;}
  .swiper-1 .swiper-button-prev{left: 0;}
  .sliderlc .en{font-size: 25px;}

}



@media only screen and (max-width: 1230px) {
  body{padding: 60px 0 53px;}
  .wp{width: auto;padding: 0 30px;}
  .header .nav{display: none;}
  .g-tit .tit{font-size: 28px;}
  .row2 .txt .tit{font-size: 19px;margin-bottom: 10px;}
  .row2 .txt .en{display: none;}
  .row2 .txt .desc{font-size: 14px;font-weight: normal;margin-bottom: 10px;text-align: center;}
  .row1{padding: 30px 0;}
   .row3{padding: 30px 0;}
   .slider2.swiper-container{width: 100%;padding: 0 30px;}
   .g-tab .txt .tit{padding: 0 0 10px;background-image: none!important;}
   .g-tab .txt .cn{font-size: 20px;}
   .g-tab .txt .en{font-size: 16px; }
   .g-tab .txt .desc{font-size: 14px;line-height: 1.8;}
   .g-tab{padding: 20px;}
   .ul-tab li{margin:0 42px;}
   .ul-tab li::after{display: none;}
   .row4{padding: 30px 0;}
   .row5{padding: 30px 0 20px;}
    .m-sin .item{width: 100%;margin-right: 0;margin-bottom: 10px;}
     .m-sin .item.on{width: 100%;-webkit-background-size: 0;
     background-size: 0;}
     .m-sin .item{height: auto;-webkit-background-size: 0;
     background-size: 0;}
     .m-sin .hide{display: block;position: static;padding: 20px 100px 20px 20px;height: auto;}
     .m-sin .show{display: none;}
     .m-sin .hide .ico{display: none;}
     .m-sin .item::after{display: none;}
     .m-sin .num{display: none;}
  .row6 .pic{display: none;}
  .row6 .txt{width: 100%;}
  .row6 {background: #efefef;padding: 30px 0;}
  .row6  .g-tit.tl{padding-top: 0;}
  .row6 .g-tit1.tl{padding-top: 0;-webkit-background-size: 0;
  background-size: 0;}
  .g-tit1 .tit{font-size: 28px;}
  .row7{padding: 30px 0;}
  .firstnew{width: 500px;}
  .info-l dl{margin-right: 3vw;}
}
@media only screen and (max-width: 1023px) {
   .row2{-webkit-background-size: cover;
  background-size: cover;}
  .row2 .txt{width: auto;float: none;margin-bottom: 10px;}
  .g-form{width: auto;float: none;}
  .g-form .fd_btn{width: auto;float: none;}
  .g-form input{font-size: 14px;}
  .ul-tab li{margin:0;width: 25%;float: left;display: block;}
  .ul-tab li:last-child{margin-left: 0;}
  .g-tab .pic{width: auto;float: none;margin-right: 0;height: 60vw;}
  .g-tab .num{display: none;}
  .g-tab .txt{padding-top: 20px;}
 .m-num li .tit span{font-size: 32px;}
  .m-num li .tit{margin-top: -20px;}
  .m-num ul{display: block;}
  .m-num li{width: 50%;height: 60px;}
  .m-num li::after{display: none;}
  .m-num li .tit em{font-size: 16px;}
  .firstnew .pic{height: 60vw;}
  .firstnew{width: auto;float: none;margin-right: 0;margin-bottom: 20px;}
  .info-l dl{display: none;}
  .info-l dl:last-child{display: block;}
  .footer .address{width: auto;float: none;}
  .ul-pcat li{width:33.33%;}
} 
@media only screen and (max-width: 960px) {
.g-tit .tit{font-size: 25px;}
 
   

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

.wp{padding: 0 15px;}
.g-form .box .item{width: auto;margin-right: 0;float: none;font-size: 14px;margin-bottom: 0;}
.g-tit .en{display: none;}
.g-tit .cn{font-size: 22px;margin-bottom:10px;}
.g-tit .desc{font-size: 14px;}
.g-tit .lin{height: 3px;margin-bottom: 6px;}
.g-tit{margin-bottom: 16px;}
.g-link a{width: 140px;height: 42px;line-height: 42px;font-size: 14px;margin:0 10px;}
.ul-pcat li{width: 33.33%;margin-bottom: 10px;}
.ul-pcat li a{line-height: 36px;font-size: 13px;}
.m-pcat{margin-bottom: 10px;}
.swiper-1 .txt{padding: 15px;}
.swiper-1 .t1{font-size: 18px;margin-bottom: 4px;}
.swiper-1 .t2{font-size: 14px;margin-bottom: 10px;}
.swiper-1 .linka{padding-top: 16px;}
.sliderlc .desc{font-size: 14px;margin-bottom: 0;}
.sliderlc .swiper-slide{height: 300px;padding: 15px;}
.sliderlc .ico{width: 100px;height: 100px;line-height: 100px;}
.sliderlc .tit{font-size: 20px;}
.sliderlc .en{font-size: 24px;margin-bottom: 0px;}
.ul-tab li{font-size: 15px;}
.slider2.swiper-container{padding: 0 15px;}
.g-tab .txt .tit{margin-bottom: 10px;}
.g-tab .txt .cn{font-size: 18px;}
.m-sin .num{color:#fff;font-size: 22px;top: 0px;right: 10px;}
.m-sin .hide{padding: 20px;}
.m-sin .hide .tit{font-size: 22px;margin-bottom: 4px;}
.m-sin .hide .desc{margin-bottom: 10px;font-size: 14px;}
.row6 .txt .desc{font-size: 14px;}
.row6 .txt .link a{width: 100%;background-color: #fff;margin-bottom: 10px;}
.g-tit1 .tit{font-size: 22px;}
.m-num li{width: auto;float: none;margin-bottom: 5px;}
.m-num li .tit{margin-top: -14px;}
.m-num{padding: 20px 15px;}
.row6 .txt .link a.a2{margin-bottom: 0;}
.ul-new .pic{display: none;}
.ul-new .txt{padding-top: 0;}
.ul-new li{height: auto;}
.ul-new .tit{margin-bottom: 0;}
.firstnew .txt{padding: 15px;height: auto;}
.g-tab{padding: 15px;}
.row7 .g-tit a{position: static;margin:0 auto;}

}
  

@media only screen and (max-width: 500px) {
  .g-tit .cn{font-size: 21px;}
  .m-num li .tit span{font-size: 28px;}
  .ul-pcat li{width: 50%;}
}

.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
.header .nav{display: none;}
.logo{margin:11px 0;}
.logo img{width: 220px;}
  body{padding: 60px 0 53px;}
.header .wp{display:block;}
.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: #0046a3;
      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;}
}</pre></body></html>