/*-----------------[åˆå§‹åŒ–]--------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0; padding:0; }
table{border-collapse:collapse; border-spacing:0; } 
fieldset,img{border:0; }
ol,ul{list-style:none; }
caption,th{text-align:left; } 
q:before,q:after{content:''; } 
abbr,acronym{border:0; } 
a{text-decoration:none; } 
.clear{clear:both; display:block; overflow:hidden; visibility:hidden; width:0; height:0; }
.l,.col-l,.col_l,.col-c,.col_c{float:left; }
 .r,.col-r,.col_r,dt span,.ul-txt li span,.ul_txt li span{float:right; } .c{clear:both; } 
.dn{display:none; }  
*,*:before,*:after {
    margin: 0;
    padding: 0;
   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
body {color: #333;font-size: 14px;line-height: 1.5;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;-webkit-font-smoothing: antialiased;}
img {border: none;}
input,textarea,select {font-size: 14px;color: #333;font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
::-ms-input-placeholder {color: #999;}
select::-ms-expand {display: none;}
a {color: #333;text-decoration: none;}
.img-cover{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-contain{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
body{}
.wp {margin: 0 auto;width: 1400px;}
.wp-h {margin: 0 7.6vw;}
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
.header{
   transition:all .3s;
}
.header.fixed{
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  transition:all .3s;
}
.headtop{height:38px;line-height:38px;color:#959595;font-size:16px;}
.headtop p{float:left;}
.headtop .h_right{float:right;}
.headtop .h_right a{color:#959595;}
.headtop .h_right .h_span{height:34px;line-height:34px;color:#959595;font-size:14px;display:inline-block;margin-left:36px;position:relative;}
.headtop .h_right .h_span.h_icon{background:url(../images/h_icon.png) no-repeat left center;padding-left:28px;margin-left:0;}
.headtop .h_right .h_span:before{content:'';width:1px;height:15px;background:#fff6e9;position:absolute;left:-18px;top:50%;margin-top:-7px;}
.headtop .h_right .h_span:after{content:'';width:1px;height:15px;background:#ffd28d;position:absolute;right:-18px;top:50%;margin-top:-7px;}
.headtop .h_right .h_span:first-child:before{content:none;}
.headtop .h_right .h_span:last-child:after{content:none;}
.header.fixed .headtop{
  display: none;
}
.header.fixed .top{
  display: none;
}
.header .top{
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
}
.header .tel{
  float: right;
  font-size: 14px;
  color:#222222;
  padding-left: 59px;
  margin-top: 32px;
  background: url(../images/ico_tel.png) no-repeat left center;
  position: relative;
}
.header .tel p{
  font-size: 24px;
    color:#0248A6;
   font-family: Impact;
}
.header .lan{
    float:right;
    margin-left:50px;
    margin-top:32px;
}
.header .lan a{
    display: block;
    font-size:20px;
    height: 57px;
    line-height:57px;
    background: url(../images/English.svg) no-repeat left center;
    padding-left:36px;
    background-size: auto 20px;
}
/*.logo{*/
/*    float: left;*/
/*    line-height: 110px;*/
/*    height: 110px;*/
/*    overflow: hidden;*/
/*    width: 910px;*/
/*    background: url(../images/logo1.jpg) no-repeat center;*/
/*}*/
/*.logo a{*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
.logo{float:left;height:110px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.logo .l_img{width:auto;height:58px;display:block;margin-right:19px;}
.logo .l_img img{display:block;width:auto;height:100%;}
.logo p{font-size:32px;height:40px;line-height:38px;color:#0450A8;font-weight:bold;}
.logo i{width:4px;height:34px;background:#0450A8;margin:0 12px;}
.logo span{font-size:15px;color:#222;line-height:20px;max-width:225px;}
.logo .l_title{overflow:hidden;text-indent:-1000em;font-size:14px;color:#fff;height:0;}

.nav{    background: #c40000;}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav ul{
    
}
.nav li{
  float: left;
  width:16.6%;
  height: 72px;
  text-align: center;
  position: relative;
  padding-top:14px;
  transition:all .3s;
}
.nav li::after{
  content:"";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 18px;
  background: #ebebeb;
  margin-top: -9px;
}
.nav li:last-child::after{
  display: none;
}
.nav li.on::after{
  display: none;
}
.nav li em,.nav li i{
  display:block;
  color:#ffffff;
  font-size:16px;
  font-style: normal;
}
.nav li em{
  transition:all 0.3s;
  position: relative;
  top:0;
}
.nav li i{
  font-size:12px;
  color:#ffffff;
  text-transform: uppercase;
  margin-top:3px;
  transition:all 0.3s;
  position: relative;
  top:0;
}
.nav li:hover,
.nav li.on{
  background: #f69314;
}
.nav li:hover i,
.nav li.on i{
  top:-25px;
  color:#fff;
}
.nav li:hover em,
.nav li.on em{
  top:20px;
  color:#fff;
}
.nav li .sub{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    text-align: center;
    z-index: 9;
    padding: 10px 0;
    background-color: #f69314;
}
.nav li .sub a{
    display: block;
    font-size: 14px;
    color:#fff;
    line-height: 35px;
}
.nav li .sub a:hover{
    background-color: #fff;
    color:#F99800;
}
.nav .tel {
    font-size: 22px;
    color: #222;
    font-family: Arial;
    line-height: 120px;
    padding-left: 35px;
    font-weight: bold;
    position: relative;
    margin-left: 24px;
    background: url(../images/ico1.png) no-repeat left 0 center;
}
.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: #1E89DD;
    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);
}
/**mobile nav**/
.nav_mobile{display: none;}
@media only screen and (max-width: 1230px) {
.headtop{display: none;}
.header .tel,.nav{display: none;}
.header .lan{display: none;}
    .header{position: fixed;
    z-index: 999;
    top: 0;
    width: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);}
    .header.fixed .top{display: block;}
.logo{height:60px;}
.logo .l_img{height:32px;margin-right:10px;}
.logo p{font-size:20px;height:28px;line-height:26px;}
.logo i{width:3px;height:21px;margin:0 8px;}
.logo i.l_i1{display:none;}
.logo span{display:none;}
  body{padding:60px 0 53px;}
.hd-mobile{display: block;
      position: fixed;
      z-index: 999;
      top: 0;
      width: 100%;
      left: 0;
      background: #fff;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
 .menuBtn{display: block;}
    .nav_mobile{
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        overflow-y: scroll;
        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: #1E89DD;
    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;}
    .g-add .item{font-size: 14px;}
}

.banner .swiper-slide a{
    display: block;
}
.banner .swiper-slide img{
    display: block;
    width: 100%;
}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    bottom: 4.53vw;
    left: auto;
    right: 14%;
    width: auto;
  }
.banner.swiper-container .swiper-pagination-bullet{width: 11px;height: 11px;background:#fff;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: block;float: left;}
.banner.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #FF9900;}

.g-tit{
    text-align: center;
    margin-bottom: 53px;
}
.g-tit .cn{
    font-weight: bold;
    font-size: 36px;
    color:#222;
    line-height: 36px;
    margin-top: -24px;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 26px;
}
.g-tit .cn::after{
    content:'';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 34px;
    height: 4px;
    margin:0 auto;
    background: #F59315;
}
.g-tit .en{
    font-size: 48px;
    line-height: 48px;
    color:#e4e4e4;
    font-family: 'Impact';
    text-transform: uppercase;
}
.g-tit .desc{
    font-size: 16px;
    color:#888888;
}


/**row1***/
.row1{
    padding: 56px 0 64px;
    overflow: hidden;
    background: #f7f7f7;
}
.row1 .top{
  /*background: url(../images/txt1.png) no-repeat left top;*/
  position: relative;
  overflow: hidden;
  padding: 9px 0;
}
.ul-tab{
  width: 960px;
  float: right;
  padding-bottom: 30px;
}
.ul-tab li{
/*  float: left;*/
/*  width: 25%;*/
/*height: 72px;*/
display: inline-block;
    border-radius: 10px;
    width: 8.33vw;
    line-height: 50px;
    text-align: center;
    height: 50px;
    box-shadow: -1px 4px 1.56vw 0px rgba(7,126,94,0.2);
    margin-right: 1.05vw;
    font-size: 0.9375vw;
    font-weight: 500;
    background: #fff;
    color: #333;
}
.ul-tab li .a{
  display: block;
  font-size: 16px;
  color:#000;
  display: block;
  line-height: 50px;
  text-align: center;
}
.ul-tab li.hover .a{
    border-radius: 10px;
  height: 50px;
  line-height: 50px;
  position: relative;
      background: linear-gradient(90deg, #f96721, #d7690b);
    color: #fff;
}
.g-tab{
  overflow: hidden;
}
.g-tab .item{
  float: left;
  width: 50%;
  margin-right: 14px;
}
.g-tab .item .pic{
  padding-top: 61%;
  overflow: hidden;
  height: 0;
  position: relative;
}
.g-tab .item .tit{
  background: rgba(0, 0, 0, .7);
  line-height: 72px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.ul-list1{
  overflow: hidden;
  margin: 0 -7px;
}
.ul-list1 li{
  width:25%;
  float: left;
  margin-bottom: 16px;
  /*border-radius: 10px; overflow:hidden; box-shadow: -1px 4px 0.78vw 0px rgba(2,80,63,0.14);-webkit-box-shadow: -1px 4px 0.78vw 0px rgba(2,80,63,0.14);-moz-box-shadow: -1px 4px 30px 0px rgba(2,80,63,0.14);*/
}
.ul-list1 a{
  display: block;
  margin: 0 7px;
}
.ul-list1 .pic{
  padding-top:75%;
  overflow: hidden;
  height: 0;
  position: relative;
}
.ul-list1 .tit{
  background: #ffffff;
  line-height: 52px;
  text-align: center;
  color:#1e1e1e;;
  font-size: 16px;

}
.ul-list1 .tit:hover{color:#034738;}

/*产品中心*/
/*product*/
.product{position:relative;padding:42px 0 99px;}
.product .p_content{padding-top:10px;}
.product .p_class{width:318px;float:left;margin-top:33px;}
.product .p_class .pc_title{padding:26px 0 19px 46px;background:#c40000;}
.product .p_class .pc_title p{margin:0;color:#FFF;}
.product .p_class .pc_title p:first-child{font-size:42px;height:42px;line-height:42px;text-transform:uppercase;font-family:Impact;}
.product .p_class .pc_title p:last-child{font-size:31px;height:40px;line-height:40px;font-weight:bold;margin-top:6px;}
.product .p_class .pc_ul{padding:9px 0 10px;background:#f5f5f5;}
.product .p_class .pc_ul a{height:60px;line-height:60px;background:url(/template/default/images/p_icon1.png) no-repeat 51px center;padding-left:88px;display:block;border-bottom:1px solid #FFF;font-size:16px;color:#333;}
.product .p_class .pc_ul a:last-child{border-bottom:none;}
.product .p_class .pc_ul a:hover{color:#c40000;}
.product .p_class .pc_bottom{padding:14px 0 14px 36px;border-bottom:1px solid #c40000;background:#c40000;}
.product .p_class .pc_bottom p{margin:0;font-size:26px;height:33px;line-height:33px;margin-top:5px;color:#FFF;}
.product .p_class .pc_bottom p:first-child{font-size:15px;height:21px;line-height:21px;color:#d5d5d5;background:url(/template/default/images/p_icon2.png) no-repeat left center;background-size:auto 100%!important;padding-left:25px;}
.product .p_class .pc_bottom p:nth-child(2),.product .p_class .pc_bottom p:nth-child(3){font-family:Impact;}
.product .p_ul{width:calc(100% - 318px);float:right;padding-left:36px;}
.product .p_item{width:100%;overflow:hidden;}
.product .p_ul a{margin-top:33px!important;display:block;border:1px solid #EEE;position:relative;}
.product .p_ul a:before{content:'';width:100%;height:1px;position:absolute;left:0;bottom:-2px;background:#EAEAEA;}
.product .p_ul a .p_img{width:100%;padding-bottom:75%;position:relative;}
.product .p_ul a .p_img img{display:block;width:100%;height:100%;position:absolute;left:0;top:0;object-fit:cover;}
.product .p_ul a .p_txt{padding:6px 20px 17px;}
.product .p_ul a .p_txt p{margin:0;font-size:16px;line-height:35px;height:34px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;border-bottom:1px solid #e5e5e5;padding-left:10px;}
.product .p_ul a .p_txt span{display:block;background:url(/template/default/images/p_icon3.png) no-repeat right 6px center;color:#a2a2a2;margin-top:14px;text-align:left;height:14px;line-height:14px;padding-left:10px;}
@media screen and (max-width:1429px){
	.product{padding:35px 0 40px;}
	.product .p_class{margin-top:20px;width:270px;}
	.product .p_class .pc_title{padding:20px 0 15px 30px;}
	.product .p_class .pc_title p:first-child{font-size:34px;height:34px;line-height:34px;}
	.product .p_class .pc_title p:last-child{font-size:26px;height:34px;line-height:34px;}
	.product .p_class .pc_ul{padding:7px 0 15px;}
	.product .p_class .pc_ul a{height:59px;line-height:58px;font-size:15px;padding-left:60px;background:url(/template/default/images/p_icon1.png) no-repeat 33px center;}
	.product .p_class .pc_bottom{padding:20px 0 20px 30px;}
	.product .p_class .pc_bottom p{font-size:26px;}
	.product .p_ul{padding-left:20px;width:calc(100% - 270px);}
	.product .p_ul a{margin-top:20px!important;}
}
@media screen and (max-width:1229px){
	.product{padding:26px 0 30px;}
	.product .p_content{padding-top:0;}
	.product .p_class{width:230px;}
	.product .p_class .pc_title{padding:10px 0 10px 20px;}
	.product .p_class .pc_title p:first-child{font-size:26px;height:26px;line-height:26px;}
	.product .p_class .pc_title p:last-child{font-size:20px;height:28px;line-height:28px;}
	.product .p_class .pc_ul{padding:5px 0 5px;}
	.product .p_class .pc_ul a{height:54px;line-height:53px;background:url(/template/default/images/p_icon1.png) no-repeat 20px center;padding-left:45px;font-size:14px;}
	.product .p_class .pc_bottom{padding:10px 0 10px 20px;}
	.product .p_class .pc_bottom p{font-size:22px;height:22px;line-height:22px;}
	.product .p_class .pc_bottom p:first-child{font-size:14px;height:20px;line-height:20px;}
	.product .p_ul{width:calc(100% - 230px);padding-left:15px;}
	.product .p_ul a .p_txt{padding:6px 10px 10px;}
	.product .p_ul a .p_txt p{font-size:15px;padding-left:0;}
	.product .p_ul a .p_txt span{font-size:12px;line-height:12px;height:12px;margin-top:8px;padding-left:0;}
}
@media screen and (max-width:1023px){
	.product{padding:20px 0;}
	.product .p_class{width:100%;float:none;margin-top:10px;}
	.product .p_class .pc_title{display:none;}
	.product .p_class .pc_ul{padding:0 0;}
	.product .p_class .pc_ul a{width:33.3%;float:left;background:none;padding-left:0;text-align:center;font-size:13px;border-right:1px solid #FFF;height:40px;line-height:40px;border-bottom:none;}
	.product .p_class .pc_bottom{display:none;}
	.product .p_ul{width:100%;float:none;padding-left:0;}
}
@media screen and (max-width:767px){
    .product .p_class .pc_ul a{width:50%;border-bottom:1px solid #FFF;}
    .logo .l_img{height:24px;}
}
@media screen and (max-width:667px){
	.product .p_ul a{width:49%;}
}
@media screen and (max-width:499px){
	.product .p_class{margin-top:8px;}
}
/*产品中心end*/
.row2{
    overflow: hidden;
    position: relative;
      background: url(../images/pic3.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.row2 .txt{
    float: left;
    width: 50%;
    z-index: 1;
    position: relative;
    color:#fff;
    font-size: 16px;
    line-height: 1.63;
    padding-top: 28px;
}
.row2 .txt .cn{
    font-size: 28px;
    color:#FF9900;
    font-weight: bold;
    margin-bottom: 7px;
}
.row2 .txt .en{
    font-size: 12px;
    color:#FF9900;
    text-transform: uppercase;
    margin-bottom: 3px;
}
.row2 .txt .con{
    overflow: hidden;
    margin-top: 17px;
}
.row2 .txt a{
    display: block;
    float: left;
    width: 180px;
    height: 54px;
    border: 2px solid #FF9900;
    font-size: 18px;
    color:#FF9900;
    text-align: center;
    line-height: 52px;
    margin-right: 14px;
}
.row2 .txt .phone{
    overflow: hidden;
    font-size: 16px;
    line-height: 1.1;
}
.row2 .txt .phone p{
    font-family: Impact;
    font-size: 24px;
    margin-top: 10px;
}
.g-form1{
    padding:6px 0 26px 0;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
    width: 580px;
    float: right;
    color:#fff;
    position: relative;
}
.g-form1 .box{
    overflow: hidden;
    margin-bottom: 27px;
}
.g-form1 .box .item{
    width: 48%;
    float: left;
    margin-right: 4%;
    overflow: hidden;
}
.g-form1 .box .item:last-child{
    margin-right: 0;
}
.g-form1 .inp{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 59px;
    background: transparent;
    color:#fff;
    border-bottom: 1px solid #fff;
}
.g-form1 .inp.sty{
    height: 42px;
}
.g-form1 .inp::placeholder{
    font-size: 14px;
    color:#fff;
}
.g-form1 .sub input{
    display: block;
    float: right;
    width: 148px;
    height: 43px;
    border: 1px solid #fff;
    background: none;
    margin-top: 27px;
    color:#fff;
}

.row3{
  padding: 56px 0;
  overflow: hidden;
  background-color: #f7f7f7;
}
.row3 .g-tit{
  margin-bottom: 36px;
}
.slider1 .pic{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 130%;
}
.slider1 .txt{
  background: #fff url(../images/pic13.jpg) no-repeat right;
  margin: 0 28px;
  position: relative;
  z-index: 2;
  height: 80px;
  margin-top: -40px;
  padding:16px 96px 0 16px; 
  font-size: 12px;
  color:#777777;
}
.slider1 .txt .tit{
  font-size: 18px;
  color:#222222;
  font-weight: bold;
  margin-bottom: 1px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slider1.swiper-container{
  padding-bottom: 72px;
} 
.slider1 .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
  bottom:0;
}
.slider1.swiper-container .swiper-pagination-bullet{width: 10px;height: 10px;background:#D2D2D2;font-size:0;cursor:pointer;border: none;border-radius: 50%;opacity:1;display: inline-block;}
.slider1.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #FF9900;}
.row4{
  padding: 50px 0;
  overflow: hidden;
  background: url(../images/pic5.jpg) no-repeat;
}
.ul-list2{
  color:#fff;
  overflow: hidden;
}
.ul-list2 li{
  float: left;
  overflow: hidden;
  width: 20%;
  padding:0 40px;
  height: 520px;
  border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.ul-list2 li.on{
  width: 40%;
}
.ul-list2 .tit{
  font-size: 22px;
  margin-bottom: 16px;
}
.ul-list2 .desc{
  font-size: 14px;
  line-height: 2.14;
  height: 4.28em;
  overflow: hidden;
}
.ul-list2 .pic{
  display: none;
  margin: 50px 0 40px;
  overflow: hidden;
}
.ul-list2 .pic img{
  display: block;
}
.ul-list2 .ico{
  width: 60px;
  height: 60px;
  margin: 95px auto 0;
  background-repeat: no-repeat;
}
.ul-list2 .num{
  margin-top: 89px;
  font-size: 36px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.ul-list2 li.on .pic{
  display: block;
}
.ul-list2 li.on .ico,
.ul-list2 li.on .num{
  display: none;
}
.ul-list2 .en{
  margin-top: 34px;
  font-size: 12px;
}
.ul-tab2{
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
}
.ul-tab2 li{
  display: inline-block;
  width: 175px;
  font-size: 18px;
  color:#333;
  border-right: 1px solid #f0f0f0;
}
.ul-tab2 li:last-child{
  border-right: none;
}
.ul-tab2  .ico{
  width: 42px;
  height: 42px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center;
}
.ul-tab2  .ico.i1{
  background-image: url(../images/ico15.png);
}
.ul-tab2  .ico.i2{
  background-image: url(../images/ico8.png);
}
.ul-tab2  .ico.i3{
  background-image: url(../images/ico9.png);
}
.ul-tab2  .ico.i4{
  background-image: url(../images/ico10.png);
}
.ul-tab2  .ico.i5{
  background-image: url(../images/ico11.png);
}
.ul-tab2  .ico.i6{
  background-image: url(../images/ico12.png);
}

.ul-tab2 .hover  .ico.i1{
  background-image: url(../images/ico7.png);
}
.ul-tab2 .hover  .ico.i2{
  background-image: url(../images/ico16.png);
}
.ul-tab2 .hover  .ico.i3{
  background-image: url(../images/ico17.png);
}
.ul-tab2 .hover  .ico.i4{
  background-image: url(../images/ico18.png);
}
.ul-tab2 .hover  .ico.i5{
  background-image: url(../images/ico19.png);
}
.ul-tab2 .hover  .ico.i6{
  background-image: url(../images/ico20.png);
}
.ul-tab2 li.hover{
  color:#FF9900;
}
.row5{
  overflow: hidden;
  padding: 37px 0 61px;
}
.g-img{
    overflow: hidden;
    background-repeat: no-repeat;
    height: 31.25vw;
    position: relative;
    background-size: 100% auto;
}
.g-img .txt{
  width: 500px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color:#fff;
  padding: 64px 54px 54px;
}
.g-img .num{
  width: 51px;
  height: 28px;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}
.g-img .num.i1{
  background-image: url(../images/ico21.png);
}
.g-img .num.i2{
  background-image: url(../images/yy2.png);
}
.g-img .num.i3{
  background-image: url(../images/yy3.png);
}
.g-img .num.i4{
  background-image: url(../images/yy4.png);
}
.g-img .num.i5{
  background-image: url(../images/yy5.png);
}
.g-img .num.i6{
  background-image: url(../images/yy6.png);
}

.g-img .tit{
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.g-img .tit span{
  color:#FF9900;
}
.g-img  .en{
  font-size: 14px;
  color:#EBEEF3;
  text-transform: uppercase;
}

.row6{
  overflow: hidden;
  background: url(../images/pic14.jpg) no-repeat;
  padding: 126px 0  92px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.g-about{
  overflow: hidden;
  width: 816px;
}
.g-about .g-tit{
  text-align: left;
  margin-bottom: 28px;
}
.g-about .g-tit .cn::after{
  left: 0;
  margin: 0;
}
.g-about .info{
  font-size: 16px;
  color:#666666; 
  line-height: 2.25; 
  margin-bottom: 120px;
}
.g-about .link{
  overflow: hidden;
}
.g-about .link a{
  display: block;
  float: left;
  width: 154px;
  height: 44px;
  text-align: center;
  line-height: 42px;
  border: 1px solid #F59315;
  border-radius: 22px;
  color:#FF9900;
}
.g-about .link a:last-child{
  color:#999999;
  border-color:#999999;
  margin-left: 28px;
}

.row7{
  overflow: hidden;
  padding: 50px 0 30px;
}

.row7 .title{
  overflow: hidden;
  margin-bottom: 30px;
   line-height: 41px;
}
.row7 .title .desc{
    float: left;
    font-size: 14px;
    color:#999;
}
.row7  .cn{
  color:#222;
  font-size: 32px;
  font-weight: bold;
}
.row7 .title a{
  display: block;
  float: right;
  width: 160px;
  height: 41px;
  text-align: center;
  line-height: 39px;
  font-size: 16px;
  display: block;
  border: 1px solid #eaeaea;
  border-radius: 20px;
  color: #212121;
  cursor: pointer;
}
.slider5{
  padding-left: 165px;
  position: relative;
  margin-top: -120px ;
  width: 1000px;
  height: 240px;
  background-color: #fff;
  float: right;
  padding: 20px 74px 20px 74px;
  overflow: hidden;
  border: 1px solid #E5E5E5;
}
.slider5 .tit{
  float: left;
  font-size: 12px;
  color:#666666;
  margin-right: 70px;
  text-transform: uppercase;
}
.slider5 .tit .cn{
    font-size: 24px;
    color:#222222;
    margin-bottom: 6px;
}
.slider5 a{
    display: block;
    position: relative;
    height: 0;
    padding-top: 143%;
    overflow: hidden;
}
.slider5 .swiper-button-prev{
    position: absolute;
    left: 74px;
    width: 23px;
    height: 23px;
    opacity: 1!important;
    z-index: 9;
    top: 126px;
    margin-top: 0;
    background: url(../images/ico14.png) no-repeat;
}
.slider5 .swiper-button-next{
    position: absolute;
    left: 114px;
    width: 23px;
    height: 23px;
    opacity: 1!important;
    z-index: 9;
    top: 126px;
    margin-top: 0;
    background: url(../images/ico13.png) no-repeat;
}

.g-news{
  overflow: hidden;
}
.g-news .item{
  width: 50%;
  float: left;
  padding-right: 53px;
}
.g-news .item .pic{
  height: 343px;
  overflow: hidden;
  margin-bottom: 18px;
}
.g-news .item .pic img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.g-news .item .tit{
  font-size: 18px;
  line-height: 18px;
  color:#333333;
  font-weight: bold;
  overflow: hidden;
  margin-bottom: 10px;
}

.g-news .item .tit span{
  font: 14px;
  color:#999999;
  float: right;
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.g-news .item .desc{
  font-size: 14px;
  color:#999999;
}
.slidernew .swiper-slide{
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 23px;
}
.slidernew .time{
  float: left;
  width: 74px;
  height: 74px;
  text-align: center;
  color:#fff;
  font-size: 14px;
  background: #F59315;
  padding: 0 3px;
  margin-right: 28px;
}
.slidernew .time .num{
  font-weight: bold;
  font-size: 44px;
  line-height: 1.1;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.slidernew .txt{
  overflow: hidden;
}
.slidernew .tit{
  font-size: 20px;
  color:#333;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew .info{
  font-size: 14px;
  color:#999;
  display: -webkit-box;  
  overflow: hidden;  
  text-overflow: ellipsis;  
  word-break: break-all;  
  -webkit-box-orient: vertical;  
  -webkit-line-clamp: 2;
}
.slidernew .info .desc{
  font-size: 14px;
  color:#999999;
  line-height: 1.71;
}
.footer{
    overflow: hidden;
    background: url(../images/pic12.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.footer .top{
    overflow: hidden;
    padding:28px 0 59px;
}
.copy{
  margin-top: 32px;
}
.copy,.copy a{
    font-size: 14px;
    color:#BCBCBC;
    line-height: 1.71;
}
.footer .txt{
    float: left;
    margin-right: 4vw;
}
.footer .txt .tit{
    font-size: 36px;
    color:#FFFFFF;
    font-weight: bold;
    margin-bottom: 9px;
}
.footer .txt .tit span{
    color:#FF9900;
}
.footer .add{
    float: left;
    margin-right: 4vw;
    padding-top: 24px;
}
.footer .add .tit{
    font-size: 18px;
    color:#FFFFFF;
    margin-bottom: 6px;
    line-height: 1.71;
}
.footer .add .desc{
    color:#999999;
    font-size: 14px;
    line-height: 2;
}
.footer .txt .desc{
    color: #FFFFFF;
    line-height: 24px;
    font-size: 16px; 
}
/*.footer .qr{
  overflow: hidden;
  width: 127px;
  height: 127px;
  margin-top: 3px;
  background: url(../images/qr.jpg) no-repeat;
}*/
.fd-form{
    overflow: hidden;
    margin-right: 60px;
}
.fd-form .w140{
    width: 189px;
}
.fd-form .w180{
    width: 189px;
}
.fd-form .w350{
    width: 360px;
}
.fd-form{
  overflow: hidden;
  margin-bottom: 22px;
}
.fd-form .info{
  overflow: hidden;
  color:#6f6f6f;
  font-size: 14px;
  line-height: 35px;
}
.fd-form .box{
    overflow: hidden;
    float: left;
}
.fd-form .item{
    overflow: hidden;
    float: left;
    margin-right: 26px;
}
.fd-form .item .inp-box{
    height: 37px;
    overflow: hidden;
}
.fd-form .item .inp{
    display: block;
    width: 100%;
    height: 32px;
    background: none;
    color:#fff;
    font-size: 14px;
    border-bottom: 1px solid #6f6f6f;
}
.fd-form .item .inp::placeholder{
    color:#6f6f6f;
}
.fd-form .item.tj input{
  width: 121px;
  height: 35px;
  border: 1px solid #6f6f6f;
  background: transparent;
  color:#6f6f6f;
}
.links{
    overflow: hidden;
    padding:31px 0;
    background: rgba(0, 0, 0, 0.1);
}
.links .name{
    float: left;
    width: 116px;
    height: 28px;
    background: url(../images/links.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-right: 30px;
}
.links .link{
    overflow: hidden;
}
.links .link a{
    display: inline-block;
    font-size: 14px;
    color:#ABABAB;
    margin-right: 15px;
}
#floatBottom{width:100%;height:53px;background:#333;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;}

.slidernew2 .swiper-slide{
  padding: 5px;
}
.slidernew2 .pic{
  position: relative;
  height: 0;
  padding-top: 59%;
  overflow: hidden;
}
.slidernew2 .txt{
  overflow: hidden;
  height: 216px;
  padding: 32px 32px 26px;
  box-shadow: 0px 0px 9px 1px rgba(4, 0, 0, 0.06);
  background-color: #fff;
}
.slidernew2 .time{
  overflow: hidden;
  font-size: 14px;
  line-height: 32px;
  color:#737373;
  margin-bottom:27px;
}
.slidernew2 .time .day{
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  color:#fff;
  font-size: 20px;
  font-weight: bold;
  background: #D79B33 ;
  float: left;
  margin-right: 8px;
}
.slidernew2 .time p{
  overflow: hidden;
}
.slidernew2 .tit{
  font-size: 16px;
  color:#313131;
  margin-bottom: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.slidernew2 .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;
}

.g-morevideo{
  display: block;
  width: 200px;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 14px;
  color:#fff;
  background-color: #f69314;
  margin:20px auto 0;
}

.g-form{
    overflow: hidden;
    background: url(../images/bgform.jpg) repeat right;
    -webkit-background-size: 50% 100%;
    background-size: 50% 100%;
    position: relative;
    padding: 34px 0 58px;
}
.g-form::after{
     content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.g-form .cn{
    font-size: 24px;
    color:#fff;
    font-weight: bold;
    margin-bottom: -2px;
}
.g-form .bom{
    overflow: hidden;
    margin-bottom: 17px;
}
.g-form .en{
    font-weight: bold;
    font-size: 12px;
    color:#fff;
    text-transform: uppercase;
    float: left;
}
.g-form .desc{
    float: right;
    font-size: 14px;
    color:#FFF;
}
.g-form::after {
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.form .w30{
    float: left;
    width: 260px;
    margin-right: 20px;
    height: 60px;
    padding:0 10px;
    background-color: #fff;
}
.form .w30.w35{
    width: 600px;
    margin-right: 0;
     background-color: #fff;
}
.form input::placeholder{
    color:#696969;
}
.form .w30 input{
    background: none;
    display: block;
    width: 100%;
    height: 100%;
    color:#333;
}
.form .sub{
    float: right;
}
.form .sub input{
    display: block;
    width: 219px;
    height: 60px;
    font-size: 16px;
    color:#000;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}
.g-qr{
  overflow: hidden;
}
.g-qr .item{
  float: left;
  width: 110px;
  text-align: center;
  color:#fff;
  font-size: 14px;
  line-height: 45px;
  margin-right: 10px;
}
.g-qr .img{
  width: 110px;
  height: 110px;
  overflow: hidden;
}
.g-qr .img img{
  display: block;
  width: 100%;
  height: 100%;
}
.menu{
  display: none;
}
@media only screen and (max-width: 1900px) {
  .wp-h {margin: 0 1%;}
}
@media only screen and (max-width: 1640px) {
.nav ul{width: 680px;}
 
}
@media only screen and (max-width: 1430px) {
    .wp{width: 1200px;}
    .g-iphone{display: none;}
    .nav ul{float: right;margin-right: 0;}
    .logo{line-height:100px;}
    .nav{padding-top: 24px;}
    /*body{padding-top: 100px;}*/
    .ul-tab{width: 800px;}
    .ul-tab li.hover .a{height: 80px;line-height: 80px;top: -7px;}
    .ul-tab li .a{line-height: 60px;}
    .ul-tab li {height: 60px;}
    .ul-list2 li{padding: 0 20px;}
    .ul-list2 .tit{font-size: 20px;}
    .row6{background-image: url(../images/pic10.jpg);}
    .g-about{width: auto;}
    .g-about .info,.g-about .link{margin-bottom: 30px;}
    .slider5 .swiper-button-prev{left:0;}
    .slider5 .swiper-button-next{left:45px;}
    .slider5{float: none;margin-top: 0;background: transparent;border:none;padding: 0;width: auto;height: auto;margin-bottom: 25px;}
    .g-img{height: 38vw;}
    .slider1.swiper-container{padding-bottom: 50px;}
    .fd-form .box{float: none;margin-right: 0;}
    .footer .txt .tit{font-size: 26px;}
    .footer .top{padding: 30px 0;}
    .form .w30.w35{width: 400px;}
    .nav li .sub a, .nav li .sub .v2{font-size: 13px;}
}
@media only screen and (max-width: 1350px) {
.row1{padding: 30px 0;}
.row1 .top{background: none;}

}
@media only screen and (max-width: 1230px) {
    .wp,.wp-h{width: auto;padding: 0 15px;margin:0;}

    .logo{line-height: 60px;height: 60px;width: 200px;margin-top: 0;}
    /*body{padding: 60px 0 53px;}*/
    .row2 .txt{width: auto;float: none;}
    .g-form1{width: 100%;font-weight: normal;}
    .ul-list2 li{width: 50%;border:none;height: auto;margin-bottom: 10px;}
    .ul-list2 li.on{width: 50%;height: auto;}
    .ul-list2 .pic{margin: 0;}
    .ul-list2 .en,.ul-list2 .num{display: none;}
    .ul-list2 li.on .pic{display: none;}
    .ul-list2 .tit{margin-bottom: 6px;}
    .ul-list2 .ico{display: none;}
    .ul-tab2 li{display: block;float: left;padding:0;margin: 0;width: 16.66%;}
    .row6{padding: 30px 0 0;}
    .row7{padding: 30px 0;}
    .row4,.row3{padding: 30px 0;}
    .g-tit{margin-bottom: 20px;}
    .g-tit .cn{font-size: 28px;line-height: 28px;padding-bottom: 16px;margin-bottom: 10px;}
    .g-news .item{display: none;}
    .ul-tab2{margin-bottom: 30px;}
    .ul-tab{width: auto;float: none;overflow: hidden;}
    .ul-tab li.hover .a{top: 0;position: static; background: #FF9900;height: 60px;line-height: 60px;}
    .footer .add{float: none;margin-right: 0;padding-top: 0;}
    .fd-form .w350{width: 300px;}
    #floatBottom{display: block;}
    .form .w30,.form .w30.w35{width: auto;float: none;margin-right: 0;height: 45px;margin-bottom: 15px;}
    .form .sub input{height: 45px;}
    .g-bom .add{float: none;margin-right: 0;margin-bottom: 0;}
    .g-form .desc{display: none;}
    .form .sub {position: static;float: none;margin-top: 30px;}
    .g-qr{float: none;clear:left;padding-top: 10px;}
}
@media only screen and (max-width: 1023px) {
.g-tab .item{display: none;}
.slider5 .tit{margin-right: 20px;}
.banner .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{bottom:5px;}
.banner.swiper-container .swiper-pagination-bullet{width: 8px;height: 8px;}
.g-tit .cn{font-size: 22px;line-height: 22px;padding-bottom: 17px;margin-bottom: 8px;margin-top: 0;}
.g-tit .en{display: none;}
.ul-tab2 li{font-size: 14px;}
.row5{padding:30px 0;}
.g-tit .desc{font-size: 14px;}
.ul-list2 li.on,.ul-list2 li{width: auto;float: none;border:1px solid rgba(255,255,255,.3);padding: 10px;}
.ul-list2 .tit{font-size: 16px;}
.ul-list2 .desc{line-height: 1.8;height: auto;}
.footer .txt{float: none;margin-right: 0;}
.footer .txt .tit{font-size: 22px;}
.copy{margin: 15px 0;}
.fd-form {margin-right: 0;}
.fd-form .item{float: none;margin-right: 0;margin-bottom: 15px;}
.fd-form .w140,.fd-form .w180,.fd-form .w350{width: auto;float: none;margin-right: 0;}
}

@media only screen and (max-width: 960px) {
.ul-list1 li{width: 50%;}
.slider1 .pic{padding-top: 90%;}
}


@media only screen and (max-width: 767px) {
.g-tit .cn{font-size: 22px;}
.g-tit .desc{font-size: 14px;}
.ul-tab li{width: 30%;border-bottom:1px solid #eee;border-right: 1px solid #eee;}
.ul-tab2 .ico{display: none;}
.ul-tab2 li{width: 33.33%;border:none;line-height: 45px;background-color: #eee;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
.g-img{height: 200px;-webkit-background-size: cover;
background-size: cover;}
.g-img .txt{width: 100%;padding: 15px;height: 100%;position: static;transform: translateY(0%);padding-top: 50px;}
.g-img .tit{font-size: 18px;}
.row2 .txt a{float: none;margin-bottom: 15px;width: auto;}
.g-form1 .sub input{float: none;margin: 20px auto 0;}
.row2 .txt .cn{font-size: 20px;}
.ul-list1 .tit{font-size: 14px;line-height: 30px;}
.g-about .info{font-size: 14px;line-height: 1.8;}
.slider5 .swiper-button-prev{top: auto;bottom:10px;}
.slider5 .swiper-button-next{top: auto;bottom:10px;}
.slidernew .tit{font-size: 18px;}
.links .name{float: none;margin: 0 auto 15px;}
.slider1 .txt .tit{font-size: 16px;}
.g-form{padding: 30px 0;}
.footer .add{padding-top: 10px;}
.row7 .cn{text-align: center;}
.row7 .title .desc{float: none;text-align: center;}
.row7 .title a{float: none;margin:0 auto;}
.g-qr .item{width: 90px;}
.g-qr .img{width: 90px;height: 90px;}
.footer .top{padding-bottom: 16px;}
}

@media only screen and (max-width: 500px) {
  .g-tit .cn{font-size: 20px;}
  .slider1 .txt{padding-left: 20px;}
  .ul-tab li{height: 45px;}
  .ul-tab li .a,.ul-tab li.hover .a{font-size: 14px;line-height: 45px;height: 45px;padding-top: 0;}
  .ul-tab{padding-bottom: 15px;}
  .g-about .info, .g-about .link{margin-bottom: 20px;}
  .g-about .link a{margin-right: 0;}
  .g-about .link a:last-child{margin-left: 5px;}
}

