
.clear::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

.clear-float::after {
  content: "";
  display: block;
  overflow: hidden;
  clear: both;
}

html body {
  font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

.header,
.footer {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

.header .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.header .top-line {
  background-color: #F2F2F2;
  padding: 11px 0;
}
.header .top-line .content {
  font-size: 14px;
  color: #555555;
  display: flex;
  align-items: center;
}
.header .top-line .content img {
  vertical-align: middle;
}
.header .top-line .content span {
  vertical-align: top;
}
.header .top-line .content .text-1 {
}
.header .top-line .content .text-2 {
  margin-left: 20px;
  margin-right: auto;
}
.header .top-line .content .text-3,
.header .top-line .content .text-4 {
  margin-right: 20px;
}







.header .top-line .content .follow-us-wrap {
    position: relative;
}
.header .top-line .content .follow-us-wrap:hover .qrcode-wrap{
    /*transform: scale(1);*/
    height: 140px;
}
.header .top-line .content .follow-us-wrap .qrcode-wrap {
    position: absolute;
    z-index: 99;
    top:34px;
    left: -27px;
    width: 140px;
    height: 0;
    background-color: #fff;
    /*transform: scale(0);*/
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}

.header .top-line .content .follow-us-wrap .qrcode-wrap img {
    width:120px;
    height: 120px;
    margin: 10px auto;
    display: block;
}










.header .top-line .content .phone-wrap .label {
  font-size: 14px;
  color: #333;
  vertical-align: middle;
}
.header .top-line .content .phone-wrap .value {
  color: #FF6C00;
  font-size: 18px;
}
.header .search-wrap {
  background-color: #fff;
  padding: 25px 0;
}
.header .search-wrap .content .search-box {
  width: 690px;
  float: right;
}
.header .search-wrap .content .search-box .hot-search {
  font-size: 14px;
  /*line-height: 1;*/
  display: flex;
  align-items: center;
}
.header .search-wrap .content .search-box .hot-search .label {
  color: #555;
}
.header .search-wrap .content .search-box .hot-search a {
  color: #999;
  font-size: 14px;
  margin-right: 6px;
}
.header .search-wrap .content .search-box .hot-search a:hover {
  color: #219345;
}
.header .search-wrap .content .search-box .input-wrap {
  height: 40px;
  margin-top: 13px;
  display: flex;
  align-items: center;
}
.header .search-wrap .content .search-box .input-wrap form {
  font-size: 0;
  display: flex;
  align-items: center;
}
.header .search-wrap .content .search-box .input-wrap .input {
  width: 396px;
  height: 40px;
  padding: 0 30px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
  border-right: 0;
  background-color: #F7F7F7;
}
.header .search-wrap .content .search-box .input-wrap .input::placeholder {
  font-size: 14px;
  color: #999999;
}
.header .search-wrap .content .search-box .input-wrap .search-btn {
  width: 100px;
  height: 100%;
  box-sizing: border-box;
  background-color: #16B03E;
  font-size: 16px;
  color: #FEFEFE;
  line-height: 40px;
  text-align: center;
  border: none;
}
.header .search-wrap .content .search-box .input-wrap .search-btn .icon {
  width: 21px;
  height: 22px;
  vertical-align: sub;
  margin-right: 6px;
}
.header .search-wrap .content .search-box .input-wrap .btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 1.8rem;
  flex: 1;
}
.header .search-wrap .content .search-box .input-wrap .btns .btn {
  display: flex;
  align-items: center;
  position: relative;
}
.header .search-wrap .content .search-box .input-wrap .btns .btn:first-child .drop {
  padding: 1rem;
}
.header .search-wrap .content .search-box .input-wrap .btns .btn .drop {
  display: none;
  position: absolute;
  left: 0;
  top: 32px;
  background-color: #fff;
  text-align: center;
  z-index: 100;
  color: #16B03E;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  box-shadow: 0 1px 2px -2px rgba(0, 0, 0, 0.16), 0px 3px 6px 0px rgba(0, 0, 0, 0.12), 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
}
.header .search-wrap .content .search-box .input-wrap .btns .btn:hover .drop {
  display: block;
}
.header .search-wrap .content .search-box .input-wrap .btns .btn span {
  color: #555555;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.header .nav-wrap {
  height: 40px;
  background-color: #16B03E;
}
.header .nav-wrap .content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav-wrap .content .li {
  height: 100%;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 40px;
  display: inline-block;
  margin-right: 48px;
  flex: 1;
}
.header .nav-wrap .content .li:hover {
  color: #FFDE00;
}
.header .nav-wrap .content .li:nth-last-child(1) {
  margin-right: 0;
}
.header .nav-wrap .content .all-category {
  width: 220px;
  height: 100%;
  font-size: 15px;
  color: #FFFFFF;
  padding: 0 36px;
  margin-right: 60px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  background-color: #FF6C00;
  position: relative;
}
.header .nav-wrap .content .all-category:hover {
  background-color: #FF6C00;
}
.header .nav-wrap .content .all-category .icon,
.header .nav-wrap .content .all-category span {
  vertical-align: middle;
  margin-top: -2px;
  color: #fff;
}
.header .nav-wrap .content .all-category .icon {
  margin-right: 10px;
}
.header .nav-wrap .content .all-category .sub-nav-wrap {
  width: 220px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 99;
  line-height: initial;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav {
  height: 62px;
  box-sizing: border-box;
  padding: 12px 17px 18px 17px;
  background-color: #2BA64B;
  display: block;
  cursor: pointer;
   background-color: #16B03E;
   border-bottom: 1px solid rgba(255,255,255,.3);
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav:hover {
  color: #FFDE00;
}
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav:hover .third-nav-wrap {*/
/*  display: block;*/
/*}*/
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav:nth-child(odd) {
  /*background-color: #16B03E;*/
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .t-1 {
  font-size: 13px;
  color: #fff;
  position: relative;
  line-height: normal;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .t-1 a {
  color: #fff;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .t-1 a:hover {
  color: #FFDE00;
  text-decoration: underline;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .t-1::after {
  content: ">";
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .t-2 {
  font-size: 12px;
  color: #A5D6B2;
  margin-top: 8px;
  line-height: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .t-2 a {
  color: #fff;
  word-wrap: break-word;
  margin-right: 8px;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .t-2 a:hover {
  color: #FFDE00;
  text-decoration: underline;
}
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap {*/
  /*width: 514px;*/
/*  width: 460px;*/
  /*height: 415px;*/
  /*height: 380px;*/
/*  background: rgba(35, 148, 64, 1);*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 220px;*/
/*  box-sizing: border-box;*/
/*  padding: 30px 0;*/
/*  font-size: 0;*/
/*  display: none;*/
/*}*/
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap::before, .header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap::after {*/
/*  content: "";*/
/*  width: 0;*/
  /*height: 82%;*/
/*  border: 1px dashed rgba(255, 255, 255, 0.5);*/
/*  position: absolute;*/
/*  top: 40px;*/
/*  bottom:40px;*/
/*}*/
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap::before {*/
/*  left: 170px;*/
/*}*/
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap::after {*/
/*  right: 170px;*/
/*}*/
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap .t-n {*/
/*  width: calc(100% / 3);*/
/*  font-size: 12px;*/
/*  color: #FFFFFF;*/
/*  line-height: 40px;*/
/*  white-space: nowrap;*/
  /*float: left;*/
/*  overflow: hidden;*/
/*  text-overflow: ellipsis;*/
/*  box-sizing: border-box;*/
/*  text-align: center;*/
/*  display: inline-block;*/
/*  padding: 0 30px;*/
/*}*/
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap .t-n:nth-child(3n+3) {*/
/*  margin-right: 0;*/
/*}*/
/*.header .nav-wrap .content .all-category .sub-nav-wrap .sub-nav .third-nav-wrap .t-n:hover {*/
/*  color: #FFDE00;*/
/*  text-decoration: underline;*/
/*}*/



























.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap {
     width: 460px;
     height: 800px;
    position: absolute;
  top: 0;
  left: 220px;
  display: none;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap:hover {
    display: block;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box {
  /*width: 514px;*/
 
  /*height: 415px;*/
    /*height: 380px;*/
    display: block;
  background: rgba(35, 148, 64, 1);

  box-sizing: border-box;
  padding: 30px 0;
  font-size: 0;
  position: relative;
  /*display: none;*/
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box::before, .header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box::after {
  content: "";
  width: 0;
  /*height: 100%;*/
  border: 1px dashed rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 40px;
  bottom: 40px;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box::before {
  left: 170px;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box::after {
  right: 170px;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box .t-n {
  width: calc(100% / 3);
  font-size: 12px;
  color: #FFFFFF;
  line-height: 40px;
  white-space: nowrap;
  /*float: left;*/
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box .t-n:nth-child(3n+3) {
  margin-right: 0;
}
.header .nav-wrap .content .all-category .sub-nav-wrap .third-nav-wrap .third-nav-box .t-n:hover {
  color: #FFDE00;
  text-decoration: underline;
}



























.container {
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
.container .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.container .banner-wrap {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: url(../image/bg_1.jpg) top center no-repeat;
}
.container .banner-wrap .banner-swiper-container {
  width: 100%;
  height: 100%;
}
.container .banner-wrap .banner-swiper-container .swiper-slide {
  position: relative;
  text-align: right;
}
.container .banner-wrap .banner-swiper-container .swiper-slide .banner {
  /*width: 100%;*/
  /*height: 100%;*/
  width: 100%;
 height: 558px;
/*height: 496px;*/
}
.container .banner-wrap .banner-swiper-container .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #1C9B3D !important;
  opacity: 1 !important;
}
.container .banner-wrap .banner-swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #151515;
  opacity: 0.4;
  border-radius: 50%;
}
.container .title-wrap {
  height: 50px;
  background-color: #F7F7F7;
  box-sizing: border-box;
  position: relative;
  box-sizing: border-box;
  padding: 0 0 0 40px;
  line-height: 50px;
}
.container .title-wrap::before {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #16B03E;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.container .title-wrap .prefix {
  display: block;
  width: 20px;
  height: 100%;
  background: #16B03E;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.container .title-wrap .prefix::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #FFDE00;
  transform: skewX(-22deg);
  transform-origin: center bottom;
}
.container .title-wrap .zh {
  font-size: 22px;
  font-weight: bold;
  color: #16B03E;
  margin-right: 10px;
}
.container .title-wrap .en {
  font-size: 20px;
  color: #DEDEDE;
  text-transform: uppercase;
}
.container .title-wrap .more-btn {
  font-size: 12px;
  color: #999999;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.container .hot-product-wrap {
  margin-top: 10px;
}
.container .hot-product-wrap .content {
  border: 1px solid #E5E5E5;
}
.container .hot-product-wrap .content .title-wrap .tabs {
  font-size: 16px;
  color: #333333;
  display: inline-block;
  margin-left: 98px;
}
.container .hot-product-wrap .content .title-wrap .tabs .tab {
  display: inline-block;
  height: 100%;
  margin-right: 50px;
  position: relative;
  vertical-align: top;
}
.container .hot-product-wrap .content .title-wrap .tabs .tab::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #1C9B3D;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  display: none;
}
.container .hot-product-wrap .content .title-wrap .tabs .tab:nth-last-child(1) {
  margin-right: 0;
}
.container .hot-product-wrap .content .title-wrap .tabs .tab:hover {
  color: #1C9B3D;
}
.container .hot-product-wrap .content .title-wrap .tabs .tab-active {
  color: #1C9B3D;
}
.container .hot-product-wrap .content .title-wrap .tabs .tab-active::after {
  display: block;
}
.container .hot-product-wrap .content .list {
  padding: 32px 0 22px 25px;
  box-sizing: border-box;
  display: none;
}
.container .hot-product-wrap .content .list:nth-child(1) {
  display: block;
}
.container .hot-product-wrap .content .list .li {
  width: 216px;
  display: inline-block;
  margin-right: 15px;
}
.container .hot-product-wrap .content .list .li:nth-last-child(1) {
  margin-right: 0;
}
.container .hot-product-wrap .content .list .li .img-wrap {
  width: 216px;
  height: 156px;
  background-color: #E0E8ED;
  display: inline-block;
  position: relative;
  text-align: center;
  line-height: 156px;
}
.container .hot-product-wrap .content .list .li .img-wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 50px solid #FF6000;
  border-right: 50px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.container .hot-product-wrap .content .list .li .img-wrap::after {
  content: "优惠";
  font-size: 16px;
  color: #FFFFFF;
  position: absolute;
  top: 6px;
  left: -1px;
  transform: rotateZ(-47deg);
  transform-origin: center;
  line-height: 20px;
}
.container .hot-product-wrap .content .list:nth-child(2) .li .img-wrap::after {
    content: '推荐';
}
.container .hot-product-wrap .content .list:nth-child(3) .li .img-wrap::after {
    content: '热卖';
}
.container .hot-product-wrap .content .list .li .img-wrap .img {
  display: inline-block;
  max-width: 216px;
  max-height: 156px;
  vertical-align: middle;
}
.container .hot-product-wrap .content .list .li .name {
  font-size: 13px;
  color: #555555;
  margin-top: 10px;
  height: 38px;overflow: hidden;
  /*line-height: 24px;*/
  /*overflow: hidden;*/
  text-align: center;
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
}
.container .hot-product-wrap .content .list .li .more-btn {
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  width: 110px;
  height: 25px;
  background-color: #16B03E;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
}
.container .special-and-rank-wrap {
  margin-top: 10px;
}
.container .special-and-rank-wrap .content .special-wrap {
  width: 100%;
  box-sizing: border-box;
  float: left;
  border: 1px solid #E5E5E5;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap {
  padding: 32px 0 22px 16px;
  display: flex;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap {
  width: 140px;
  display: inline-block;
  vertical-align: top;
  margin-right: 28px;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap .tab {
  height: 40px;
  background-color: #16B03E;
  font-size: 16px;
  color: #FFFEFE;
  line-height: 40px;
  text-align: center;
  display: block;
  margin-top: 13px;
  position: relative;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap .tab::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #FFDE00;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  right: -7px;
  transform: translateY(-50%);
  display: none;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap .tab:nth-child(1) {
  margin-top: 0;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap .tab:hover {
  color: #008523;
  background-color: #FFDE00;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap .tab:hover::after {
  display: block;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap .tab-active {
  color: #008523;
  background-color: #FFDE00;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .tab-wrap .tab-active::after {
  display: block;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap {
  display: inline-block;
  flex: 1;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list {
  display: none;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list:nth-child(1) {
  display: block;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li {
  display: inline-block;
  width: 241px;
  margin-right: 10px;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li:nth-last-child(1) {
  margin-right: 0;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li .img-wrap {
  width: 100%;
  height: auto;
  background-color: #E0E8ED;
  display: block;
  position: relative;
  text-align: center;
}
/*.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li .img-wrap::before {*/
/*  content: "";*/
/*  width: 0;*/
/*  height: 0;*/
/*  border-top: 50px solid #FF6000;*/
/*  border-right: 50px solid transparent;*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*}*/
/*.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li .img-wrap::after {*/
/*  content: "优惠";*/
/*  font-size: 16px;*/
/*  color: #FFFFFF;*/
/*  position: absolute;*/
/*  top: 6px;*/
/*  left: -1px;*/
/*  transform: rotateZ(-47deg);*/
/*  transform-origin: center;*/
/*  line-height: 20px;*/
/*}*/
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li .img-wrap .img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li .name {
  font-size: 13px;
  color: #555555;
  margin-top: 10px;
  height: 40px;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
  text-align: center;
}
.container .special-and-rank-wrap .content .special-wrap .cont-wrap .block-wrap .list .li .more-btn {
  display: block;
  margin: 10px auto 0;
  font-size: 13px;
  width: 110px;
  height: 25px;
  background-color: #16B03E;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px;
}
.container .special-and-rank-wrap .content .hot-rank-wrap {
  width: 276px;
  box-sizing: border-box;
  float: right;
  border: 1px solid #E5E5E5;
}
.container .special-and-rank-wrap .content .hot-rank-wrap .list {
  padding: 9px 15px 9px 15px;
}
.container .special-and-rank-wrap .content .hot-rank-wrap .list .li {
  display: block;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  font-size: 14px;
  color: #555555;
  padding: 8px 0 8px 20px;
}
.container .special-and-rank-wrap .content .hot-rank-wrap .list .li:nth-last-child(1) {
  border: none;
}
.container .special-and-rank-wrap .content .hot-rank-wrap .list .li::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #16B03E;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.container .special-and-rank-wrap .content .hot-rank-wrap .list .li:hover {
  color: #1C9B3D;
}
.container .special-and-rank-wrap .content .hot-rank-wrap .list .li:hover::before {
  border-left-color: #FFDE00;
}
.container .ad-wrap {
  margin-top: 10px;
}
.container .ad-wrap .content .ad-img {
  max-width: 100%;
  display: block;
}
.container .experimental-services-wrap {
  margin-top: 10px;
}
.container .experimental-services-wrap .content {
  border: 1px solid #E5E5E5;
}
.container .experimental-services-wrap .content .card-wrap {
  display: flex;
  gap: 2rem;
  padding: 30px;
}
.container .experimental-services-wrap .content .card-wrap .card {
  flex: 1;
}
.container .experimental-services-wrap .content .card-wrap .card .pic {
  width: 100%;
  display: block;
  height: 266px;
}
.container .experimental-services-wrap .content .card-wrap .card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .experimental-services-wrap .content .card-wrap .card .tit {
  color: #333333;
  font-size: 1rem;
  display: block;
  line-height: 1.5;
  padding: 1rem 0;
}
.container .experimental-services-wrap .content .card-wrap .card .desc {
  color: #777777;
  font-size: 13px;
  line-height: 24px;
}
.container .experimental-services-wrap .content .carousel-wrap {
  padding: 30px 0 0 30px;
}
.container .experimental-services-wrap .content .carousel-wrap .img-swiper-container {
  width: 375px;
  height: 270px;
  display: inline-block;
}
.container .experimental-services-wrap .content .carousel-wrap .img-swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}
.container .experimental-services-wrap .content .carousel-wrap .img-swiper-container .swiper-slide .img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  line-height: 270px;
}
.container .experimental-services-wrap .content .carousel-wrap .img-swiper-container .swiper-pagination-bullet-active {
  background-color: #16B03E !important;
  opacity: 1 !important;
}
.container .experimental-services-wrap .content .carousel-wrap .img-swiper-container .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.5;
}
.container .experimental-services-wrap .content .carousel-wrap .text-wrap-swiper-container {
  width: 715px;
  display: inline-block;
  vertical-align: top;
  margin-left: 38px;
}
.container .experimental-services-wrap .content .carousel-wrap .text-wrap-swiper-container .swiper-slide {
    display: block;
  width: 100%;
}
.container .experimental-services-wrap .content .carousel-wrap .text-wrap-swiper-container .text-wrap {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  /*margin-left: 38px;*/
}
.container .experimental-services-wrap .content .carousel-wrap .text-wrap-swiper-container .text-wrap .title .icon {
  font-size: 16px;
  color: #16B03E;
  text-transform: uppercase;
  border-bottom: 4px solid #16B03E;
  margin-right: 24px;
  font-weight: bold;
  vertical-align: top;
}
.container .experimental-services-wrap .content .carousel-wrap .text-wrap-swiper-container .text-wrap .title .text {
  font-size: 20px;
  color: #333333;
}
.container .experimental-services-wrap .content .carousel-wrap .text-wrap-swiper-container .text-wrap .cont {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  margin-top: 30px;
  min-height: 155px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .experimental-services-wrap .content .carousel-wrap .text-wrap-swiper-container .more-btn {
  display: inline-block;
  width: 100%;
  height: 39px;
  background-color: #F3F3F3;
  font-size: 14px;
  color: #888888;
  line-height: 39px;
  text-align: center;
  margin-top: 20px;
}
.container .experimental-services-wrap .content .reference-wrap {
  margin-top: 30px;
  padding: 0 0 20px 30px;
  position: relative;
}
.container .experimental-services-wrap .content .reference-wrap .title {
  width: 40px;
  height: 114px;
  background-color: #16B03E;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 40px;
  writing-mode: vertical-lr;
  writing-mode: tb-rl;
  text-align: center;
  letter-spacing: 3px;
  display: inline-block;
}
.container .experimental-services-wrap .content .reference-wrap .title a {
   color: #FFFFFF; 
}
.container .experimental-services-wrap .content .reference-wrap .more-btn {
    font-size: 12px;
    color: #999999;
    position: absolute;
    right: 9px;
    bottom: 4px;
    /*transform: translateY(-50%);*/
}
.container .experimental-services-wrap .content .reference-wrap .list {
  display: inline-block;
  vertical-align: top;
  width: 1060px;
  margin-left: 20px;
}
.container .experimental-services-wrap .content .reference-wrap .list .li {
  width: 326px;
  display: inline-block;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  font-size: 14px;
  color: #555555;
  padding: 8px 0 8px 20px;
  box-sizing: border-box;
  margin-right: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .experimental-services-wrap .content .reference-wrap .list .li:nth-child(3n+3) {
  margin-right: 0;
}
.container .experimental-services-wrap .content .reference-wrap .list .li::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #16B03E;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.container .experimental-services-wrap .content .reference-wrap .list .li:hover {
  color: #1C9B3D;
}
.container .experimental-services-wrap .content .reference-wrap .list .li:hover::before {
  border-left-color: #FFDE00;
}
.container .news-wrap {
  margin-top: 10px;
}
.container .news-wrap .content {
  display: flex;
  gap: 2rem;
}
.container .news-wrap .content .news-list-wrap {
  flex: 1;
  display: inline-block;
  border: 1px solid #E5E5E5;
}
.container .news-wrap .content .news-list-wrap .title-wrap .tabs {
  font-size: 22px;
  color: #2F2F2F;
  display: inline-block;
  font-weight: bold;
}
.container .news-wrap .content .news-list-wrap .title-wrap .tabs .tab {
  display: inline-block;
  height: 100%;
  margin-right: 50px;
  position: relative;
  vertical-align: top;
}
.container .news-wrap .content .news-list-wrap .title-wrap .tabs .tab::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 11px solid #1C9B3D;
  position: absolute;
  left: 50%;
  bottom: 3px;
  transform: translateX(-50%);
  display: none;
}
.container .news-wrap .content .news-list-wrap .title-wrap .tabs .tab:nth-last-child(1) {
  margin-right: 0;
}
.container .news-wrap .content .news-list-wrap .title-wrap .tabs .tab:hover {
  color: #1C9B3D;
}
.container .news-wrap .content .news-list-wrap .title-wrap .tabs .tab-active {
  color: #1C9B3D;
}
.container .news-wrap .content .news-list-wrap .title-wrap .tabs .tab-active::after {
  display: block;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news {
  padding: 32px 30px 12px;
  display: none;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news:nth-child(1) {
  display: block;
}

.container .news-wrap .content .news-list-wrap .block-wrap .news .recommend-news .img-wrap {
    display: inline-block;
    width: 175px;
    height: 112px;
    margin-right: 15px;
    box-sizing: border-box;
    overflow: hidden;
}


.container .news-wrap .content .news-list-wrap .block-wrap .news .recommend-news .img {
  width: 100%;
  /*max-height: 112px;*/
  /*margin-right: 18px;*/
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .recommend-news .text-wrap {
  flex: 1;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .recommend-news .text-wrap .title {
  font-size: 18px;
  color: #2C2C2C;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}
.container .news-wrap .content .news-list-wrap .block-wrap .news .recommend-news .text-wrap .text {
  font-size: 14px;
  color: #555555;
  line-height: 24px;
  margin-top: 20px;word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .list {
  display: inline-block;
  vertical-align: top;
  /*margin-top: 26px;*/
  width:100%;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .list .li {
  width: 100%;
  display: block;
  position: relative;
  border-bottom: 1px dashed #E5E5E5;
  font-size: 14px;
  color: #555555;
  padding: 8px 80px 8px 20px;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;

}
.recommend-news{display: flex;align-items: center;}
.container .news-wrap .content .news-list-wrap .block-wrap .news .list .li .time{
    font-size: 12px;
      color: #555555;
    position: absolute;right: 0;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .list .li:nth-child(2n+2) {
  margin-right: 0;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .list .li::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 7px solid #16B03E;
  border-bottom: 4px solid transparent;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .list .li:hover {
  color: #1C9B3D;
}
.container .news-wrap .content .news-list-wrap .block-wrap .news .list .li:hover::before {
  border-left-color: #FFDE00;
}
.container .news-wrap .content .company-intro-wrap {
  width: 588px;
  height: 356px;
  /*display: inline-block;*/
  float: right;
  vertical-align: top;
  /*margin-left: 18px;*/
  position: relative;
  overflow: hidden;
}
.container .news-wrap .content .company-intro-wrap:hover .text-wrap {
  /*right: 0;*/
}
.container .news-wrap .content .company-intro-wrap .img {
  max-width: 588px;
  max-height: 356px;
}
.container .news-wrap .content .company-intro-wrap .text-wrap {
  width: 370px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(22, 176, 62, 0.85);
  transition: right 1s ease-in-out;
  box-sizing: border-box;
      padding: 30px 35px 10px;
}
.container .news-wrap .content .company-intro-wrap .text-wrap .name {
    line-height: 29px;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
}
.container .news-wrap .content .company-intro-wrap .text-wrap .text {
  /*width: 300px;*/
  height: 224px;
  color: #FFFFFF;
  line-height: 29px;
  /*margin: 15px auto 0;*/
  font-size: 13px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .news-wrap .content .company-intro-wrap .text-wrap .icon {
  display: block;
  margin: 20px auto 0;
}
.container .brand-wrap {
  margin: 10px 0;
}
.container .brand-wrap .content {
  border: 1px solid #E5E5E5;
}
.container .brand-wrap .content .list {
  /*padding: 32px 17px 30px;*/
    overflow: hidden;
    margin: 30px auto;
    width: calc(100% - 30px);
    box-sizing: border-box;
}
.container .brand-wrap .content .list .block {

    height: 88px;
    overflow: hidden;
    position: relative;
    left: 0;

    /*width: calc(182px * 9 + 3px * 18);*/
}
.container .brand-wrap .content .list .img-wrap {
  /*display: inline-block;*/
  width: 178px;
  height: 88px;
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  text-align: center;
  line-height: 88px;
  margin: 0 3px;
  box-sizing: border-box;
  float: left;
  font-size: 0;
}
.container .brand-wrap .content .list .img-wrap:nth-child(even) {
    /*border-color: red;*/
}
.container .brand-wrap .content .list .img-wrap:nth-last-child(1) {
  margin-right: 0;
}
.container .brand-wrap .content .list .img-wrap .img {
  max-width: 178px;
  max-height: 80px;
  vertical-align: middle;
}

/*.footer .nav-wrap {*/
/*  height: 50px;*/
/*  background-color: #16B03E;*/
/*}*/
/*.footer .nav-wrap .content {*/
/*  width: 1200px;*/
/*  margin: 0 auto;*/
/*  box-sizing: border-box;*/
/*  position: relative;*/
/*  height: 100%;*/
/*  padding: 0 0 0 85px;*/
/*}*/
/*.footer .nav-wrap .content a {*/
/*  height: 100%;*/
/*  font-size: 18px;*/
/*  color: #FFFFFF;*/
/*  line-height: 50px;*/
/*  display: inline-block;*/
/*  margin-right: 60px;*/
/*  text-align: center;*/
/*}*/
/*.footer .nav-wrap .content a:nth-last-child(1) {*/
/*  margin-right: 0;*/
/*}*/
/*.footer .nav-wrap .content a:hover {*/
/*  color: #FFDE00;*/
/*}*/
/*.footer .nav-wrap .content a:nth-last-child(1) {*/
/*  margin-right: 0;*/
/*}*/
/*.footer .nav-wrap .content .active {*/
/*  color: #FFDE00;*/
/*}*/
/*.footer .contact-wrap {*/
/*  background-color: #EEEEEE;*/
/*}*/
/*.footer .contact-wrap .content {*/
/*  width: 1200px;*/
/*  margin: 0 auto;*/
/*  box-sizing: border-box;*/
/*  position: relative;*/
/*  height: 233px;*/
/*}*/
/*.footer .contact-wrap .content .left {*/
/*  width: 350px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 0;*/
/*  transform: translateY(-50%);*/
/*}*/
/*.footer .contact-wrap .content .left .phone-wrap .icon {*/
/*  margin-right: 16px;*/
/*}*/
/*.footer .contact-wrap .content .left .phone-wrap .text-wrap {*/
/*  display: inline-block;*/
/*  width: 250px;*/
/*}*/
/*.footer .contact-wrap .content .left .phone-wrap .text-wrap .label {*/
/*  color: #333333;*/
/*  font-size: 15px;*/
/*}*/
/*.footer .contact-wrap .content .left .phone-wrap .text-wrap .value {*/
/*  font-size: 30px;*/
/*  color: #16B03E;*/
/*  font-weight: bold;*/
/*}*/
/*.footer .contact-wrap .content .left .addr-wrap {*/
/*  font-size: 13px;*/
/*  color: #555555;*/
/*  margin-top: 18px;*/
/*}*/



/*.footer .contact-wrap .content .middle {*/
/*  width: 695px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 355px;*/
/*  transform: translateY(-40%);*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list {*/
/*  width: 100%;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list .li {*/
/*  width: calc(100% / 5);*/
/*  float: left;*/
/*  position: relative;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list .li b {*/
/*  position: absolute;*/
/*  top: -10px;*/
/*  left: -10px;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list .li b img {*/
/*  width: 38px;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list .li .block {*/
/*  display: inline-block;*/
/*  width: 100%;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list .li .block h5 {*/
/*  text-align: center;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list .li .block p {*/
/*  text-align: center;*/
/*  margin-top: 5px;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list .li .block p a {*/
/*  font-size: 13px;*/
/*  color: #555555;*/
/*}*/
/*.footer .contact-wrap .content .middle .copyright {*/
/*  font-size: 13px;*/
/*  color: #878686;*/
/*  margin-top: 20px;*/
/*}*/
/*.footer .contact-wrap .content .middle .copyright a {*/
/*  color: #878686;*/
/*}*/



/*.footer .contact-wrap .content .middle {*/
/*  width: 360px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 450px;*/
/*  transform: translateY(-50%);*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list {*/
/*  width: 354px;*/
/*  line-height: 30px;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list a {*/
/*  font-size: 13px;*/
/*  color: #555555;*/
/*  margin-right: 10px;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list a:nth-last-child(1) {*/
/*  margin-right: 0;*/
/*}*/
/*.footer .contact-wrap .content .middle .copyright {*/
/*  font-size: 13px;*/
/*  color: #878686;*/
/*  margin-top: 20px;*/
/*}*/
/*.footer .contact-wrap .content .middle .copyright a {*/
/*  color: #878686;*/
/*}*/
/*.footer .contact-wrap .content .right {*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  right: 0;*/
/*  transform: translateY(-50%);*/
/*}*/
/*.footer .contact-wrap .content .right .msg-wrap {*/
/*  width: 144px;*/
/*  height: 132px;*/
/*  background-color: #16B03E;*/
/*  border-radius: 5px;*/
/*  display: inline-block;*/
/*  margin-right: 10px;*/
/*  text-align: center;*/
/*  vertical-align: top;*/
/*  box-sizing: border-box;*/
/*  padding-top: 20px;*/
/*}*/
/*.footer .contact-wrap .content .right .msg-wrap p {*/
/*  margin-top: 10px;*/
/*  color: #fff;*/
/*  font-size: 16px;*/
/*}*/
/*.footer .contact-wrap .content .right .qrcode-wrap {*/
/*  width: 144px;*/
/*  height: 132px;*/
/*  background-color: #FFFFFF;*/
/*  border: 1px solid #E5E5E5;*/
/*  border-radius: 5px;*/
/*  display: inline-block;*/
/*  text-align: center;*/
/*  box-sizing: border-box;*/
/*  padding-top: 10px;*/
/*}*/
/*.footer .contact-wrap .content .right .qrcode-wrap .img {*/
/*  width: 90px;*/
/*  height: 90px;*/
/*}*/
/*.footer .contact-wrap .content .right .qrcode-wrap p {*/
/*  font-size: 12px;*/
/*  color: #333333;*/
/*  margin-top: 6px;*/
/*}*/

/*   footer   */


.footer .nav-wrap {
  height: 50px;
  background-color: #16B03E;
}
.footer .nav-wrap .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  height: 100%;
  padding: 0 0 0 85px;
  text-align: center;
}
.footer .nav-wrap .content a {
  height: 100%;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 50px;
  display: inline-block;
  margin-right: 60px;
}
.footer .nav-wrap .content a:nth-last-child(1) {
  margin-right: 0;
}
.footer .nav-wrap .content a:hover {
  color: #FFDE00;
}
.footer .nav-wrap .content a:nth-last-child(1) {
  margin-right: 0;
}
.footer .nav-wrap .content .active {
  color: #FFDE00;
}
.footer .contact-wrap {
  background-color: #EEEEEE;
}
.footer .contact-wrap .content {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  /*height: 233px;*/
  padding-top: 40px;
}
.footer .contact-wrap .content .left {
  width: 350px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.footer .contact-wrap .content .left .phone-wrap .icon {
  margin-right: 16px;
}
.footer .contact-wrap .content .left .phone-wrap .text-wrap {
  display: inline-block;
  width: 250px;
}
.footer .contact-wrap .content .left .phone-wrap .text-wrap .label {
  color: #333333;
  font-size: 15px;
}
.footer .contact-wrap .content .left .phone-wrap .text-wrap .value {
  font-size: 30px;
  color: #16B03E;
  font-weight: bold;
}
.footer .contact-wrap .content .left .addr-wrap {
  font-size: 13px;
  color: #555555;
  margin-top: 18px;
}
/*.footer .contact-wrap .content .middle {*/
/*  width: 360px;*/
/*  position: absolute;*/
/*  top: 50%;*/
/*  left: 450px;*/
/*  transform: translateY(-50%);*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list {*/
/*  width: 354px;*/
/*  line-height: 30px;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list a {*/
/*  font-size: 13px;*/
/*  color: #555555;*/
/*  margin-right: 10px;*/
/*}*/
/*.footer .contact-wrap .content .middle .nav-list a:nth-last-child(1) {*/
/*  margin-right: 0;*/
/*}*/
/*.footer .contact-wrap .content .middle .copyright {*/
/*  font-size: 13px;*/
/*  color: #878686;*/
/*  margin-top: 20px;*/
/*}*/
/*.footer .contact-wrap .content .middle .copyright a {*/
/*  color: #878686;*/
/*}*/





.footer .contact-wrap .content .middle {
  width: 840px;
  display: inline-block;
  margin: 8px 25px 0;
  /*position: absolute;*/
  /*top: 50%;*/
  /*left: 355px;*/
  /*transform: translateY(-40%);*/
}
.footer .contact-wrap .content .middle .nav-list {
  width: 100%;
}
.footer .contact-wrap .content .middle .nav-list .li {
  width: calc(100% / 5);
  float: left;
  position: relative;
}
.footer .contact-wrap .content .middle .nav-list .li b {
  position: absolute;
  top: -3px;
  left: -4px;
}
.footer .contact-wrap .content .middle .nav-list .li b img {
  width: 38px;
}
.footer .contact-wrap .content .middle .nav-list .li .block {
  display: inline-block;
  width: 100%;
}
.footer .contact-wrap .content .middle .nav-list .li .block h5 {
  text-align: center;
}
.footer .contact-wrap .content .middle .nav-list .li .block p {
  text-align: center;
  margin-top: 5px;
}
.footer .contact-wrap .content .middle .nav-list .li .block p a {
  font-size: 13px;
  color: #555555;
}
.footer .contact-wrap .content .middle .copyright {
  font-size: 13px;
  color: #878686;
  margin-top: 20px;
}
.footer .contact-wrap .content .middle .copyright a {
  color: #878686;
}








.footer .contact-wrap .content .right {
  /*position: absolute;*/
  /*top: 50%;*/
  /*right: 0;*/
  /*transform: translateY(-50%);*/
  display: inline-block;
  vertical-align: top;
}
.footer .contact-wrap .content .right .msg-wrap {
  width: 144px;
  height: 170px;
  background-color: #16B03E;
  border-radius: 5px;
  display: inline-block;
  margin-right: 10px;
  text-align: center;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 44px;
}
.footer .contact-wrap .content .right .msg-wrap p {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}
.footer .contact-wrap .content .right .qrcode-wrap {
  width: 144px;
  /*height: 132px;*/
  background-color: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  padding: 5px 0;
  font-size: 0;
}
.footer .contact-wrap .content .right .qrcode-wrap .img {
  width: 100%;
  /*height: 90px;*/
}
.footer .contact-wrap .content .right .qrcode-wrap p {
  font-size: 12px;
  color: #333333;

}


/* friends link */
.footer .contact-wrap .content .friends-link{
    height:42px; text-align:center;
    font-size: 13px;
    line-height:42px;
    color: #484848;
     margin-top: 20px;
    
}
.footer .contact-wrap .content .friends-link a{
    color:#484848; padding:0px 5px;
    
}

/* footer nav */
.footer .contact-wrap .content .foot-nav{
    height:42px; text-align:center;
    font-size: 13px;
    line-height:42px;
    color: #484848;
     margin-top: 20px;
    
}
.footer .contact-wrap .content .foot-nav a{
    color:#484848; padding:0px 35px;
    
}



/*copyright*/

.footer .contact-wrap .content .copyright{
    font-size: 13px !important;
  
}
.footer .contact-wrap .content .copyrightbox{ text-align:center;/* margin-top:15px;*/ margin-bottom:8px;}
.footer .contact-wrap .content .copyrightbox p{height:30px;line-height:30px;}
.footer .contact-wrap .content .copyrightbox a{color: #666;}
.footer .contact-wrap .content .copyrightbox a:hover{color:#0e81e5;}






/*在线客服*/

.service-wrap {
  width: 220px;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
  color: #fff;
  z-index: 99;
  text-align: center;
}
.service-wrap .text-1 {
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #16B03E;
}
.service-wrap .text-2 {
  width: 60%;
  color: #16B03E;
  margin: 10px auto 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #16B03E;
}
.service-wrap .qq-wrap {
  padding-bottom: 20px;
}
.service-wrap .qq {
  margin-top: 10px;
}
.service-wrap .qq a img {
  vertical-align: middle;
}
.service-wrap .qq a span {
  vertical-align: initial;
}
.service-wrap .phone-wrap {
  background-color: #16B03E;
  padding: 10px 0 20px;
}
.service-wrap .phone-wrap .value {
  margin-top: 12px;
}
.service-wrap .qrcode-wrap .text-2 {
  margin-bottom: 10px;
}
.service-wrap .qrcode-wrap img {
  width: 120px;
  height: 120px;
}
.service-wrap .go-top {
  display: block;
  margin-top: 10px;
  color: #fff;
}


/* kefu */
.kefu{ position:fixed; top:30%; right:5px; width:145px;  _position:absolute; _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.bottom,10)||0)-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
 z-index:99999999;}
.kefu_tab{ width:160px;}
.icon_kefu{ width:26px; height:100px; float:left; background:url(../image/kefu.png) 0 0; position:relative; display:none; cursor:pointer;}
.kefu_box{ float:left; width:145px;}
.kefu_tab img{ display:block;}
.kefu_head{ width:145px; height:41px; background:url(../image/kefu.png); background-position: 0 -103px; font-size:0; line-height:0; position:relative;}
.kefu_close:link,.kefu_close:visited{ display:block; width:11px; height:11px; background:url(../image/kefu.png) -42px 0; position:absolute; top:5px; right:5px;}
.kefu_close:hover{ background-position:-60px 0;}
.kefu_con{
    border-left:7px solid #16B03E;
    border-right:7px solid #16B03E;
    padding-top:8px; background:#fbfbfb;
    overflow: hidden;
    padding-bottom: 10px;
}
.kefu_con li{
    overflow:hidden;
    padding-left:0px;
    /*width: 48%;*/
    /*margin: 0 1%;*/
    /*float: left;*/
    text-align: center;
    padding: 8px 0px;
}
.kefu_con li a{
    display: inline-block;
    height: 26px;
    width: 60px;
    background:url(../image/magqqico.png) no-repeat left center;padding-left:14px;
    color:#16B03E;
    font: 14px/1.5 "ËÎÌå";
    line-height:26px; 
}

.kefu_wx{
    border-left:7px solid #16B03E;
    border-right:7px solid #16B03E;
    text-align:center;
    width:131px;
    padding:10px 0;
    background:#fff;
}
.kefu_wx p{
    overflow:hidden; text-align:center; width:110px;padding-left:8px;padding-right:8px; margin: 0 auto; 
    
}
.kefu_wx p img{ max-width:110px;}
.kefu_bot{
    padding-top:6px;
    border-left: 7px solid #16B03E;
    border-right: 7px solid #16B03E;
    border-bottom: 7px solid #16B03E;
    padding-left:8px;
    padding-bottom:40px;
    background:#fff;
}
.kefu_bot h4{font-weight: bolder;font-family: Î¢ÈíÑÅºÚ; font-size:17px; color:#16B03E;font-style: italic;font-weight:bold;}
.kefu_bot p{
    line-height:20px;
    height:20px;
    overflow:hidden;
    font-size:16px;
    color:#f60;
    font-family: Î¢ÈíÑÅºÚ;
    font-weight:bold;
    margin-top: 10px;
}
