/*-----------------[åˆå§‹åŒ–]--------------*/
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: "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%;
    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: 115px;}
.header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding-right: 363px;
    padding-left: 7.71vw;
    background-color: #fff;
}
.header.fixed{
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.header .tel{
    width: 363px;
    position: absolute;
    right: 0;
    top: 0;
    background: #0C4DA2 url(../images/ico1.png) left 28px center no-repeat;
    color:#fff;
    height: 100%;
    padding-left: 80px;
    overflow: hidden;
    padding-top: 28px;
}
.header .tel p{
    font-size: 16px;
}
.header .tel span{
    font-size: 27px;
    font-family: Arial;
    line-height: 1.2;
}
.logo{
    float: left;
    overflow: hidden;
    line-height: 115px;
}
.logo img{
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.nav{
    float: right;
    margin-right: 10px;
}
.nav li{
    float: left;
    position: relative;
}
.nav  .v1{
    font-size: 16px;
    color:#333;
    line-height: 115px;
    padding: 0 28px;
    display: block;
}
.nav li:hover .v1{
    color:#0C4DA2;
}
.nav  .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 200px;
    margin-left: -40px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
     background-color: #EB6300;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#D00019;
}
/*******************************
    -------[=å¯¼èˆª]-------
********************************/
.menuBtn{
    display: none;
    position: fixed;
    top: 12px;
    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: #0c4da2;
    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;
    height:38.39vw;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 2.03vw;
    left: 0;
    right: 0;
    text-align: center;
  }
.banner.swiper-container .swiper-pagination-bullet{vertical-align: middle;width: 14px;height: 14px;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{width: 52px;border-radius: 20px;}


.g-tit{
    text-align: center;
    overflow: hidden;
    margin-bottom: 24px;
}
.g-tit .en{
    font-size: 60px;
    line-height: 60px;
    color:#E7E7E7;
    font-family: Impact;
    text-transform: uppercase;
}
.g-tit .cn{
    font-size: 38px;
    color:#333333;
    font-weight: bold;
    line-height: 38px;
    position: relative;
    top: -6px;
    margin-bottom: 6px;
}
.g-tit .desc{
  font-size: 14px;
  color:#777777;
}
.g-tit .desc span{
  margin: 0 20px;
  display: inline-block;
}
.row1{
  overflow: hidden;
  padding: 29px 0 73px; 
}
.m-pro{
    overflow: hidden;
    margin-bottom: 32px;
}
.m-pro .first{
    float: left;
    width: 736px;
    margin-right: 9px;
    overflow: hidden;
}
.m-pro .first .pic{
    position: relative;
    padding-top:75%;
    overflow: hidden;
    height: 0;
}
.m-pro .first .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.52);
    color:#fff;
    padding: 0 48px;
}
.m-pro .first .tit span{
    display: block;
    float: right;
}
.ul-pro{
    overflow: hidden;
    margin:0 -14px;
}
.ul-pro li{
    width: 50%;
    float: left;
    margin-bottom: 28px;
}
.ul-pro .con{
    margin:0 14px;
    overflow: hidden;
}
.ul-pro .pic{
    position: relative;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}
.ul-pro .tit{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.52);
    text-align: center;
    color:#fff;
}

.g-link{
  overflow: hidden;
  text-align: center;
}
.g-link a{
  display: inline-block;
  width: 170px;
  line-height: 42px;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 15px;
  color:#fff;
}
.g-link a:first-child{
  background: #0c4da2;
}
.g-link a:last-child{
  background: #616161;
}
.row2{
  overflow: hidden;
  background: url(../images/pic3.jpg) no-repeat top  ;

  padding-top: 32px;
  padding-bottom: 20px;
  position: relative;
}
.row2 .g-tit .cn{
  color:#fff;
}
.row2 .g-tit .en{
  opacity: .43;
  margin-bottom: 16px;
}
.row2 .g-tit .cn span{
  font-size: 50px;
}
.row2 .g-tit{
  margin-bottom: 0;
}
.row2 .img{
  width: 423px;
  height: 422px;
  background: url(../images/ico11.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin:0 auto;
}
.g-ys{
  width: 1272px;
  height: 573px;
  background: url(../images/ico2.png) no-repeat;
  margin:0 auto;
  position: relative;
}
.g-ys .item{
  width: 270px;
}
.g-ys .item .num{
  font-size: 55px;
  color:#A5BECF;
  font-family: Impact;
  text-align: center;
}
.g-ys .item .tit{
  font-size: 24px;
  color:#4581E4;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.g-ys .item .desc{
  font-size: 14px;
  color:#666;
  line-height: 1.43;
}
.g-ys .t1{
  position: absolute;
  left: 107px;
  bottom: 72px;
  text-align: left;
}
.g-ys .t2{
  position: absolute;
  left: 306px;
  top: 108px;
}
.g-ys .t2{
  position: absolute;
  left: 340px;
  top: 90px;
}
.g-ys .t3{
  position: absolute;
  right: 320px;
  top: 90px;
}
.g-ys .t4{
  position: absolute;
  right: 90px;
  bottom: 70px;
}
.g-ys .item .tel{
  font-size: 30px;
  font-family: Impact;
  color: #4581E4;
  padding: 10px 0;
}
.g-ys .item a{
    display: block;
    width: 102px;
    height: 39px;
    border: 1px solid #D2D2D2;
    border-radius: 6px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color:#999999;
    margin:0 auto;
}
.g-txt1{
  overflow: hidden;
  background: #0c4da2;
  color:#fff;
  height: 160px;
}
.g-txt1 .txt{
  float: left;
  padding-top: 33px;
}
.g-txt1 .txt .tit{
  font-size: 28px;
  font-weight: bold;
 line-height: 1.5;
  color:#fff;
}
.g-txt1 .tel{
    float: right;
    text-align: right;
    padding-top: 28px;
}
.g-txt1 .tel p{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 9px;
}
.g-txt1 .tel p span{
    font-size: 33px;
}
.g-txt1 .tel a{
    display: block;
    width: 185px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    font-size: 16px;
    color:#333333;
    float: right;
}

.row3{
  overflow: hidden;
  padding: 3.23vw 0;
}
.slidera3 .pic{
  overflow: hidden;
  height: 0;
  position: relative;
  padding-top: 75%;
  cursor: pointer;
}
.slidera3 .pic iframe{
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*.slidera3 .pic::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom:46px;
  background:url(../images/video.png) no-repeat center;
}*/
.swiper-container.slidera3{
  padding-bottom: 40px;
}
.slidera3 .tit{
   
    color:#fff;
    text-align: center;
    line-height: 46px;
    background: #0c4da2;
    right: 0;
}
.slidera3 .shadec{
  display: none;width: 0;height: 0;
  overflow: hidden;
}
.mcvideo{
  margin-bottom: 2.71vw;
}

.row4{
    overflow: hidden;
    background: url(../images/pic5.jpg) no-repeat top;
    padding-bottom: 12px;
    padding-top: 56px;
}
.row4 .g-tit .en{
  color:rgba(231, 231, 231, .18);
}
.row4 .g-tit .cn{
    color:#fff;
}
.row4 .desc{
    font-size: 15px;
    color:#fff;
    line-height: 2.27;
    text-align: center;
    margin-bottom: 3.07vw;
}

.slider3 .pic{
    position: relative;
    padding-top:75%;
    overflow: hidden;
    height: 0;
    border:1px solid #e5e5e5;
}
.slider3 .name{
  line-height: 65px;
  font-size: 14px;
  color:#666666;
  text-align: center;
}
.row4 .box{
    overflow: hidden;
    margin-top: 4.06vw;
    background-color: #fff;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.25);
}
.row4 .box .tit{
  padding: 28px 68px 20px;
  font-size: 27px;
  color:#333333;
  line-height: 40px;
  font-weight: bold;
}
.row4 .box .tit span{
  font-size: 38px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  color:rgba(12, 77, 162, .41);
}
.slider3 {
  position: relative;
  padding: 0 68px;
}
.slider3 .swiper-button-next{
    width:19px;
    height: 43px;
    right: 21px;
    -webkit-background-size: cover;
    background-size: cover;
    background-image: url(../images/ico4.png);
}
.slider3 .swiper-button-prev{
     width: 19px;
    height: 43px;
    left: 21px;
    background-image: url(../images/ico3.png);
    -webkit-background-size: cover;
    background-size: cover;
}

.row4 .link{
  text-align: center;
}
.row4 .link a{
  display: inline-block;
  width: 147px;
  height: 43px;
  text-align: center;
  line-height: 41px;
  font-size: 15px;
  color:#fff;
  margin:0 10px;
}
.row4 .link a:first-child{
  background: #FFC000;
}
.row4 .link a:last-child{
  border: 1px solid #FFf;
}

.row5{
  overflow: hidden;
  padding: 50px 0;
}
.newlist{
  overflow: hidden;
}
.newlist .leftnew{
  float: left;
  width: 822px;
  margin-right: 40px;
}
.rightnew{
  overflow: hidden;
  background-color: #fff;
}
.ul-new{
  overflow: hidden;
}
.ul-new li{
  height: 136px;
  background: #f4f4f4;
  overflow: hidden;
  padding: 26px 34px 0;
}
.ul-new li:nth-child(even){
background: #f9f9f9;
}
.ul-new li:hover{
  background: #0C4DA2;
}

.ul-new li:hover .day,
.ul-new li:hover .yh,
.ul-new li:hover .tit,
.ul-new li:hover .desc{
  color:#fff;
}
.ul-new .time{
  float: left;
  width: 62px;
  margin-right: 38px;
  text-align: center;
}
.ul-new  .day{
  font-size: 45px;
  line-height: 48px;
  color:#666;
  font-family: Arial;
  font-weight: bold;
  margin-bottom: 4px;
}
.ul-new  .yh{
  font-size: 14px;
  color:#949494;
}
.ul-new  .txt{
  overflow: hidden;
  padding-top: 4px;
}
.ul-new   .tit{
  font-size: 18px;
  color:#333333;
  margin-bottom: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ul-new   .desc{
  font-size: 14px;
  color:#999999;
  line-height: 1.57;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}


.slidernew .swiper-slide{
  background-color: #fff;
}
.slidernew .pic{
  height: 296px;
  overflow: hidden;
}
.slidernew .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slidernew .txt{
  height: 248px;
  padding: 34px 30px 0;
  background: #f4f4f4;
}
.slidernew .txt .tit{
  font-size: 20px;
  color:#333333;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .txt .desc{
  font-size: 14px;
  color:#666;
  line-height: 1.71;
  margin-bottom: 30px;
   display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 3;
}
.slidernew .box{
  overflow: hidden;
  line-height: 20px;
}
.slidernew .txt .time{
  font-size: 13px;
  color:#9D9D9D;
  float: left;
  padding-left: 25px;
  background: url(../images/ico5.png) no-repeat left center;
}
.slidernew .txt .line{
  color:#0675BD;
  font-size: 14px;
  float: right;
}

.footer{
  overflow: hidden;
  background: #0c4da2;
  padding-bottom: 26px;
  padding-top: 38px;
}

.footer .info{
  overflow: hidden;
}
.footer .txt{
  float: left;
  width: calc(100% - 613px);
  padding-top: 17px;
}
.footer .logob{
  height: 60px;
  background: url(../images/ico6.png) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 37px;
}
.footer .tt{
    position: relative;
    top: -6px;
}
.footer span.phone{
    font-size: 26px;
    line-height: 26px;
    margin-right: 10px;
    font-family: Impact;
}
.footer span.tel{
    font-size: 22px;
}
.footer .txt .item{
    overflow: hidden;
    padding-left: 71px;
    padding-top: 2px;
    height: 50px;
    font-size: 14px;
    color:#fff;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 38px;
}
.footer .box{
  overflow: hidden;
}
.footer .box .item{
  float: left;
}
.footer .box .item:first-child{
  margin-right: 75px;
}
.footer .item .en{
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.g-form{
  float: right;
  width: 613px;
}
.fd-form{
}
.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: #fff;
    padding: 0 27px;
    font-size: 14px;
    color:#fff;
}
.fd-form .item .inp::placeholder{
    color:#333;
}
.fd-form .item textarea{
    display: block;
    resize: none;
    background-color: #fff;
    height: 85px;
    overflow: hidden;
    width: 100%;
    padding: 10px 10px 0;
}
.fd-form .item textarea::placeholder{
    color:#333333;
}
.fd-form .item.tj .inp-box{
    width: 187px;
    margin-right: 0;
}
.fd-form .item.tj .yanzheng{
    float: left;
    margin-right: 5.95px;
    background: #fff;
    width: 111px;
    height: 52px;
}
.fd-form .item .btn{
    display: block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color:#fff;
    width: 48%;
    float: right;
    overflow: hidden;
    background-color: #FFC000;
    cursor: pointer;
}
.g-form .title{
  margin-bottom: 27px;
}
.g-form .title .entit{
  font-family: Impact;
  text-transform: uppercase;
  color:#A9CEFF;
  font-size: 34px;
}
.g-form .title p{
  font-size: 30px;
  font-weight: bold;
  color:#fff;
  line-height: 1.1;
}
.links{
  overflow: hidden;
  background: #343434;
  padding: 30px 0;
}
.links .name{
  float: left;
  color:#d3d3d0;
  font-size: 52px;
  line-height: 52px;
  font-weight: bold;
  margin-right: 74px;
}
.links .link{
  overflow: hidden;
}
.links .link a{
  display: block;
  float: left;
  font-size: 14px;
  color:#999999;
  margin-right: 16px;
}
.copy span,.copy a{
  color:#A9CEFF;
}

#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: 1800px) {
.header .tel{width: 260px;}
.header{padding-right: 260px;padding-left: 50px;}
.header .tel span{font-size: 24px;}
.row1{padding: 40px 0;}
}
@media only screen and (max-width: 1600px) {
  .wp{width: 1400px;}
  .m-pro .first{width: 686px;}
}
@media only screen and (max-width: 1560px) {
 .header{width: 100%;margin-left: 0;top: 0;left: 0;}
 .logo{line-height: 115px;width: 240px;}
 .g-tit .en{font-size: 42px;line-height: 42px;}
 .g-tit .cn{font-size: 32px;}
 .row2 .g-tit .cn span{font-size: 42px;}
}
@media only screen and (max-width: 1500px) {
  .wp{width: 1300px;}
  .m-pro .first{width: 638px;}
  .m-pro{margin-bottom: 0;}
}
@media only screen and (max-width: 1430px) {
  .header .tel{display: none;}
  .header{padding: 0 50px;}
  .wp{width: 1200px;}
  .g-ys{width: 1200px;-webkit-background-size: contain;
  background-size: contain;height: 535px;}
  .g-ys .t2{left: 318px;}
  .g-ys .item{width: 250px;}
  .g-ys .t3{top: 75px;}
  .g-txt1 .txt .tit{font-size: 26px;}
  .g-txt1 .tel p span{font-size: 26px;}
  .row2 .g-tit .cn span{font-size: 32px;}
  .g-tit .cn{font-size: 28px;}
  .g-tit .en{font-size: 38px;line-height: 38px;}
  .newlist .leftnew{width: 400px;}
}

@media only screen and (max-width: 1230px) {
.g-ys .item{width: 49%;float: left;margin-right: 2%;height: 180px;background-color: #fff;padding: 20px;margin-bottom: 20px;}
.g-ys .item:nth-child(even){margin-right: 0;}
.g-ys .t1,.g-ys .t2,.g-ys .t3,.g-ys .t4{position: static;}
.g-ys .item .tit{font-size: 22px;}
  .row4 .img{display: none;}
.g-ys {
    width: 100%;
    background: none;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
}
.wp{width: auto;padding: 0 30px;}
.g-ys .item .num{display: none;}
.row2 .img{display: none;}
.row2{padding-bottom: 0;}
.m-pro .first{display: none;}
.g-tit .en{display: none;}
.footer .txt{width: auto;float: none;}
.g-form{width: auto;float: none;}
.header{display: none;}
.newlist .leftnew{margin-right: 0;width: auto;float: none;margin-bottom: 20px;}
.footer .txt .item{margin-bottom: 15px;}
.links .name{float: none;font-size: 22px;}
.links{padding: 10px 0;}
.footer{padding: 20px 0;}
.row5{padding: 30px 0;}
.row4 .box .tit span{display: none;}
.row4 .box .tit{font-size: 22px;}
.row4 .box .tit{padding-top: 10px;padding-bottom: 10px;padding-left: 20px;}
.slider3{padding: 0 20px;}
.slider3 .name{line-height: 46px;}
.g-tit .cn{position: static;margin-bottom: 0;}
.row4{padding-top: 30px;}
.row2 .g-tit{margin-bottom: 20px;}
.g-txt1 .txt .tit{font-size: 22px;}
.g-txt1{height: auto;padding: 20px 0;}
.g-txt1 .tel{padding-top: 0;}
.g-txt1 .txt{padding-top: 0;}
body{padding-top: 60px;}
.g-form .title .entit{font-size: 26px;}
.g-form .title p{font-size: 22px;}
}
@media only screen and (max-width: 1023px) {
.row1{padding: 30px 0;}
.wp{padding: 0 15px;}
.g-tit{margin-bottom: 10px;}
}


@media only screen and (max-width: 767px) {
  .ul-pro .con{margin:0 5px;}
  .ul-pro{margin:0 -5px;}
  .ul-pro li{margin-bottom: 10px;}
  .g-tit .cn{font-size: 22px;}
  .g-link a{margin:0 5px;font-size: 14px;width: 160px;}
  .g-vs .title{font-size: 20px;line-height: 40px;}
  .g-ys .item .tit{font-size: 20px;}
  .g-ys .item{width: auto;float: none;}
   .g-ys{margin-bottom: 0;}
   .row2{-webkit-background-size: cover;
   background-size: cover;}
   .g-txt1 .txt .tit{font-size: 18px;}
   .g-txt1 .txt{float: none;margin-bottom: 10px;}
   .g-txt1 .tel{float: none;text-align: left;}
   .g-txt1 .tel a{float: left;}
   .g-txt1 .tel p{font-size: 18px;}
   .g-txt1 .tel p span{font-size: 20px;}
   .m-pro{margin-bottom: 10px;}
   .g-tit .desc span{display: none;}
   .row4 .desc{font-size: 14px;line-height: 2;}
  .fd-form .item .btn{width: auto;float: none;clear:left;}  
  .fd-form .item.tj .inp-box{width: calc(100% - 111px);margin-bottom: 17px;}
  .fd-form .item.tj .yanzheng{margin-right: 0;}

}
@media only screen and (max-width: 500px) {
  .slidernew .pic{height: 200px;}
  .ul-new .time{margin-right: 10px;}
  .ul-new li{padding: 10px;height: 100px;}
  .ul-new .day{font-size: 38px;}
  .slidernew .txt{height: 200px;padding: 20px 20px 0;}
  .slidernew .txt .tit{font-size: 18px;margin-bottom: 10px;}
  .ul-new .desc{font-size: 12px;}
  .ul-new .tit{font-size: 16px;}
  .footer .logob{height: 40px;}
  .footer .txt .item{padding-left: 45px;}

}


.hd-mobile{display: none;}
@media only screen and (max-width: 1230px) {
  .menu{height: 60px;}
.header{display: none;}
.logo{line-height: 60px;height: 60px;padding-right: 0;border-right: none;width:180px;}
body{padding-bottom: 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      padding: 0 15px;
      background: #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow: hidden;
        background: #fff;
        width: auto;
        float: none;
        padding: 0;
        display: none;
        border-top: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: #0C4DA2;
      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;}
}





/*è§†é¢‘å¼¹å‡º*/
#videobg{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:999999;text-align:center;}
#video{display:inline-block;padding:10px 10px 60px;width:600px;height:400px;vertical-align:middle;background:#FFF;position:relative;}
#video .videoc{width:100%;height:100%;}
#video iframe{width:100%;height:100%;}
#video p{margin:0;height:60px;line-height:60px;color:#000;}
#video span{width:40px;height:40px;background:#000;color:#FFF;font-size:20px;line-height:40px;text-align:center;position:absolute;outline:none;top:0px;right:-40px;cursor:pointer;display:block;font-family:Arial;}
/*productshow*/
@media screen and (max-width:667px){
#video{width:400px;height:355px;}
  }
@media screen and (max-width:499px){
  #video{width:300px;height:260px;}
  #video span{left:130px;top:260px;}
  }