/*-----------------[åˆå§‹åŒ–]--------------*/
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: contain;
}
.img-contain {
  object-fit: cover;
  width: 100%;
  height: 100%;
  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;}*/
/*******************************
    -------[=å¤´éƒ¨]-------
********************************/
/*top*/
/*head*/
.head {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.clear {
  clear: both;
  height: 0;
  width: 0;
  overflow: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  zoom: 1;
}

.container {
  width: 1500px;
  margin: 0 auto;
  position: relative;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}

.logo_text {
  display: none;
}
#headbg {
  height: 40px;
  border-bottom: 1px solid #ececec;
}
/*top*/
.head-top {
  z-index: 9999;
  width: 100%;
  padding: 18px 0 10px;
  background: #ffffff;
}
.head-top .logo {
  width: 600px;
  float: left;
}
.head-top .logo img {
  width: 100%;
}
.head-top .line {
  width: 1px;
  height: 55px;
  background: #d8d8d8;
  display: block;
  float: left;
  margin-left: 12px;
  margin-top: 24px;
}
.head-top .top_txt {
  padding: 18px 0 16px 13px;
  line-height: 32px;
  float: left;
  font-size: 18px;
  color: #5f5f5e;
}
.head-top .top_right {
  padding: 0px 1px;
  float: right;
}
.head-top .top_right .top_phone {
  background: url(../images/topphone.jpg) no-repeat left center;
  margin: 24px 0 25px;
  padding: 0 20px 0 55px;
  float: left;
}
.head-top .top_right .top_phone p {
  margin: 0;
}
.head-top .top_right .top_phone p:first-child {
  height: 16px;
  line-height: 16px;
}
.head-top .top_right .top_phone p:last-child {
  font-size: 28px;
  font-family: Impact;
  height: 28px;
  line-height: 28px;
  color: #c21b1b;
  margin-top: 4px;
}
.head-top .top_right .top_erweima {
  width: 96px;
  height: 96px;
  float: right;
}
.head-top .top_right .top_erweima img {
  display: block;
  width: 100%;
  height: 100%;
}
/*nav*/
.headfix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
#navbg {
  background: #43a656;
}
#navbg .nav {
}
#navbg .nav ul {
  margin-bottom: 0;
}
#navbg .nav .firstfloor > li {
  display: inline-block;
  float: left;
  width: 12.5%;
  height: 67px;
  line-height: 67px;
  font-size: 16px;
  text-align: center;
  position: relative;
  color: #fff;
  cursor: pointer;
  position: relative;
}
#navbg .nav .firstfloor > li:before {
  content: "";
  width: 1px;
  height: 25px;
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#navbg .nav .firstfloor > li:last-child:before {
  content: none;
}
#navbg .nav .firstfloor > li > a {
  display: block;
  height: 67px;
  width: 100%;
  color: #fff;
}
#navbg .nav .firstfloor > li:hover {
  background: #444444;
}
#navbg .nav .firstfloor > li:hover:before {
  background: #444444;
}
#navbg .nav .firstfloor > li:hover > a {
  color: #fff;
}
#navbg .nav .secondfloor {
  position: absolute;
  left: 0;
  top: 67px;
  z-index: 9999;
  display: none;
  background: #fff;
  width: 100%;
  border-top: none;
  box-sizing: border-box;
}
#navbg .nav .secondfloor > li {
  border-bottom: 1px solid #e4eaec;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 13px;
  margin-left: 0;
}
#navbg .nav .secondfloor > li > a {
  width: 100%;
  height: 100%;
  display: block;
  color: #76838f;
}
#navbg .nav .secondfloor li a:hover {
  background: #444444;
  color: #fff;
}

/*mobilehead*/
#mobilehead {
  height: 70px;
  width: 100%;
  display: none;
  background: #fff;
}
#mobilehead .logo {
  width: calc(100% - 120px);
  height: 70px;
  display: block;
  float: left;
}
/*#mobilehead .logo img{height:50px;}*/
#mobilehead .nav {
  float: right;
}
#mobilehead .nav_bg {
  display: none;
  position: fixed;
  top: 105px;
  left: 0;
  z-index: 989;
  width: 100%;
  height: calc(100% - 70px);
  background: rgba(0, 0, 0, 0.6);
  animation: fade-in 0.43s ease 0s;
  -webkit-animation: fade-in 0.43s ease 0s;
}
#mobilehead .nav .nav_box {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 991;
  width: 100%;
  overflow: auto;
  border-top: 1px solid #eee;
  background: #fff;
  box-sizing: border-box;
}
#mobilehead .nav .nav_one > li {
  border-bottom: 1px solid #eee;
  padding: 0 10px;
}
#mobilehead .nav .nav_one > li > span > a {
  display: block;
  position: relative;
  width: calc(100% - 150px);
  height: 42px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666;
  line-height: 42px;
  float: left;
}
#mobilehead .nav .nav_one > li > span > i {
  float: right;
  display: block;
  width: 150px;
  height: 42px;
}
#mobilehead .nav .nav_one > li > span > i > em {
  float: right;
  width: 42px;
  height: 42px;
  background: url(../images/+.png) no-repeat center center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  display: block;
}
#mobilehead .nav .nav_one > li > span > i > em.on {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobilehead .nav .nav_one > li > ul {
  display: none;
}
#mobilehead .nav .nav_one > li > ul > li {
  height: 36px;
  line-height: 36px;
  text-indent: 20px;
}
#mobilehead .nav .nav_one > li > ul > li > a {
  font-size: 15px;
  color: #666;
  width: 100%;
  height: 100%;
  display: block;
}
#mobilehead .nav .push-nav {
  display: block;
  position: relative;
  z-index: 998;
  width: 54px;
  height: 50px;
  font-size: 0;
  margin-right: 8px;
  background: rgba(138, 138, 138, 0.5);
  margin-top: 10px;
  border-radius: 5px;
}
#mobilehead .nav .push-nav .nav-toggle {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border: 0;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#mobilehead .nav .push-nav.on .nav-toggle {
  margin-left: -4px;
}
#mobilehead .nav .push-nav .nav-toggle span {
  display: block;
  position: relative;
  z-index: 1;
  width: 37px;
  height: 2px;
  margin: 0 0 10px auto;
  background: #8a8a93;
  border-radius: 3px;
  -webkit-transform-origin: 35px;
  transform-origin: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#mobilehead .nav .push-nav .nav-toggle span.two {
  width: 30px;
}
#mobilehead .nav .push-nav .nav-toggle span:last-child {
  margin-bottom: 0;
}
#mobilehead .nav .push-nav.on .nav-toggle span {
  opacity: 1;
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(2) {
  -webkit-transform: scale(0);
  transform: scale(0);
}
#mobilehead .nav .push-nav.on .nav-toggle span:nth-child(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobilehead .nav .nav_contact {
  position: relative;
  border-top: 1px solid #eee;
  color: #666;
}
#mobilehead .nav .nav_contact .nav_txt {
  width: 100%;
}
#mobilehead .nav .nav_contact .nav_txt span {
  height: 42px;
  line-height: 42px;
  display: block;
  float: left;
  position: relative;
  text-indent: 15px;
  margin-left: 10px;
  font-size: 15px;
}
#mobilehead .nav .nav_contact .nav_txt span a {
  color: #666;
}
#mobilehead .nav .nav_contact .nav_txt span.sitemapicon {
  background: url(../images/mobilesitemap.png) no-repeat left center;
  background-size: auto 15px;
}
#mobilehead .nav .nav_contact .nav_txt span.topphoneicon {
  background: url(../images/mobilephone.png) no-repeat left center;
  background-size: auto 15px;
}
#mobilehead .nav .nav_contact .nav_txt span.topemailicon {
  background: url(../images/mobileemail.png) no-repeat left center;
  background-size: auto 15px;
  text-indent: 25px;
}

.head_line {
  height: 193px;
}
@media screen and (max-width: 1299px) {
  .head-top .line {
    display: none;
  }
  .head-top .top_txt {
    display: none;
  }
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .head_line {
    height: 0 !important;
  }
  #mobilehead {
    display: block;
  }
  .head-top {
    display: none !important;
  }
  #navbg {
    display: none;
  }
  #mobilehead.mhead {
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    top: 0;
  }
  #mobilehead .nav_bg.nav_bg1 {
    top: 70px;
    height: calc(100% - 70px);
  }
  #mobilehead .nav .nav_box.nav_box1 {
    top: 70px;
  }
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .head_line {
    height: 70px !important;
  }

  .container {
    width: 100%;
  }
  #mobilehead .nav_bg {
    top: 70px;
    height: calc(100% - 70px);
  }
  #mobilehead .nav .nav_box {
    top: 70px;
  }
  #mobilehead {
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    top: 0;
  }
}
/*top*/
/*.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: #43a656;*/
/*}*/
/*.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: #43a656;*/
/*}*/
/*.nav li .sub a{*/
/*    display: block;*/
/*    font-size: 14px;*/
/*    color:#fff;*/
/*    line-height: 35px;*/
/*}*/
/*.nav li .sub a:hover{*/
/*    background-color: #fff;*/
/*    color:#43a656;*/
/*}*/
/*.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:#43a656;*/
/*  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: #43a656;
}
.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: #43a656 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, 0.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: #43a656;
  border-color: #43a656;
}
.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 30px;

  border-top: none;
}
.swiper-1 .linka {
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  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: 1.5em;
  margin-bottom: 12px;
}

.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: #43a656;
  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: #43a656 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: 328px;
  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 .ico.i5 i {
  background-image: url(../images/num10.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 .ico.i5 i {
  background-image: url(../images/num9.png);
}
.sliderlc .swiper-slide:hover {
  background: #43a656;
  border-color: #43a656;
}
.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, 0.34);
  text-transform: uppercase;
  font-family: Impact;
  font-size: 22px;
  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, 0.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, 0.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: #43a656;
  border-color: #43a656;
}
.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: #43a656;
  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, 0.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 0.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: #43a656;
  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, 0.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: #43a656;
  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: 46.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: #43a656;
  display: inline-block;
}
.m-num li .tit em {
  font-style: normal;
  display: inline-block;
  font-size: 30px;
  font-family: Impact;
  color: #43a656;
}

.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-l1 {
  float: left;
}
.info-l1 .top1 {
  overflow: hidden;
}
.info-l1 dl {
  float: left;
  margin-right: 6vw;
}
.info-l1 dl:last-child {
  margin-right: 0;
}
.info-l1 dt,
.info-l dt a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 27px;
}
.info-l1 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-l1 .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;
  color: #999999;
}
.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:0;}*/
  .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-l1 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-l1 dl {
    display: none;
  }
  .info-l1 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: 220px;
    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: 260px;
    margin-top: 20px;
  }
  .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: #43a656;
    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;
  }
}

/*首页设备*/
.probox {
  overflow: hidden;
  /*background: #e4e6e7;*/
  padding-top: 42px;
  position: relative;
}
.probox .swiper-button-prev {
  width: 24px;
  height: 45px;
  background: url(../images/ico03.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  left: 8.33vw;
  top: 240px;
}
.probox .swiper-button-next {
  width: 24px;
  height: 45px;
  background: url(../images/ico04.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  right: 8.33vw;
  top: 240px;
}
.slider1 .pic {
  position: relative;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
  background-color: #fff;
}
.slider1 .tit {
  font-size: 18px;
  color: #333333;
  line-height: 3.85vw;
  background: #f1f1f1;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.probox .link {
  overflow: hidden;
  padding: 2.81vw 0 3.65vw;
  text-align: center;
}
.probox .link a {
  width: 210px;
  height: 55px;
  border-radius: 30px;
  display: inline-block;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  margin: 0 10px;
}
.probox .link a:nth-child(1) {
  background: #757575;
  color: #fff;
}
.probox .link a:nth-child(2) {
  background: #43a656;
  color: #ffffff;
}
@media only screen and (max-width: 1230px) {
  .probox {
    padding-top: 10px;
  }
  .probox .link a {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .m-wh {
    padding: 40px 0 30px;
  }
  .m-wh .txt .title {
    font-size: 28px;
    margin-bottom: 10px;
  }
  /* .ul-tab .ico{display: none;} */
  /* .ul-tab li{height: auto;padding-top: 0;line-height: 60px;} */
  /* .ul-tab li::after{display: none;} */
  .probox .link {
    padding: 30px 0;
  }
}
@media only screen and (max-width: 1023px) {
  .ul-list1 li {
    width: 50%;
    float: left;
  }
  .ul-list1 li.on {
    width: 50%;
  }
  .ul-list1 li {
    height: 200px;
    padding-top: 25px;
  }
  .ul-list1 li::after {
    display: none;
  }
  .ul-list1 li.on {
    background-image: none;
  }
  .probox .swiper-button-prev,
  .probox .swiper-button-next {
    width: 0;
    height: 0;
  }
  .slider1 .tit {
    font-size: 16px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .g-tit .tit {
    font-size: 24px;
  }
  .slider2 .tit {
    font-size: 22px;
  }
  .ul-list1 li .tit {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .ul-list1 li.on,
  .ul-list1 li {
    width: auto;
  }
  .ul-list1 li {
    float: none;
    height: 140px;
    padding: 15px;
  }
  .ul-list1 li .desc {
    font-size: 14px;
  }
  .probox .link a {
    margin: 0 5px;
  }
  .m-num {
    display: none;
  }
}
/*首页设备*/
