@keyframes move {
  to {
    opacity: 0;
    top: 50px;
  }
}
@keyframes topten {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.scroll-scenes::-webkit-scrollbar {
  width: 8px;
  height: 62;
  border: 1px solid #d4dcdf;
  border-radius: 4px;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  border-radius: 4px;
  border: 2px solid rgba(255, 255, 255, 0);
  background: #308fb0;
  background-clip: content-box;
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 4px;
  background: transparent;
}

.index-banner .imgbox {
  display: block;
  width: 100%;
}
.scrollbottom{display: none; position:absolute; width:101px; text-align:center; left:0; right:0; margin:0 auto; top:90%; z-index:10;}
.scrollbottom a{ color:#fff; font-weight:bold; font-size:4rem; display:block; text-align:center; position:relative; line-height:2rem; height:72px;}
.scrollbottom .batn{ position: absolute; bottom:30px; width: 32px; height: 72px; left: 0; right: 0; margin: 0 auto; z-index: 10; cursor: pointer;display: block;}
.scrollbottom .batn img{width: 32px; height: 72px;display: block; margin-top: 10px; animation: ascroll 1.5s infinite;}
@keyframes ascroll{
  0%{transform: translate3d(0,0,0);}
  50%{transform: translate3d(0,32px,0);}
  100%{transform: translate3d(0,0,0);}
}
.arrs {
  cursor: pointer;
  z-index: 99;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  opacity: 0;
  font-size: 36px;
  line-height: 60px;
  width: 48px;
  height: 60px;
  background-color: rgba(0,0,0,.2);
  color: #fff;
  cursor: pointer;
  position: absolute;
  text-align: center;
}
.arr_next {
    right: 20px; z-index:1000;
}
.arr_prev {
    left: 20px; z-index:1000;
}
.arrs:before{
    font-family:"iconfont" !important;
    font-style:normal;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke-width: 0.2px;
}
.arrs.arr_next:before{content: ">";}
.arrs.arr_prev:before{content: "<";}




.index-title {
  text-align: center;
}
.index-title .cn {
  position: relative;
  display: inline-block;
  padding: 0 0.28rem;
  font-family: "sourceMedium";
  font-size: 0.36rem;
  line-height: 1;
  color: #080202;
}
.index-title .cn .line1 {
  position: absolute;
  left: -0.45rem;
  top: 0.14rem;
  width: 0.45rem;
  height: 0.02rem;
  background: #2f63a4;
}
.index-title .cn .line2 {
  position: absolute;
  right: -0.45rem;
  top: 0.14rem;
  width: 0.45rem;
  height: 0.02rem;
  background: #2f63a4;
}
.index-title .cn .line3 {
  position: absolute;
  left: -0.72rem;
  top: 0.29rem;
  width: 0.72rem;
  height: 0.03rem;
  background: #72a22e;
}
.index-title .cn .line4 {
  position: absolute;
  right: -0.72rem;
  top: 0.29rem;
  width: 0.72rem;
  height: 0.03rem;
  background: #72a22e;
}
.index-title .en {
  margin-top: 0.15rem;
  text-transform: uppercase;
  font-family: "sourceMedium";
  font-size: 0.24rem;
  line-height: 1;
  color: #666;
}

.productbox {
  padding: 0.8rem 0;
}
.productbox .title-top {
  overflow: hidden;
}
.productbox .title-top .title {
  float: left;
}
.productbox .title-top .title .tit {
  font-family: "sourceMedium";
  font-size: 0.36rem;
  line-height: 1;
  color: #080202;
}
.productbox .title-top .title .line {
  overflow: hidden;
  margin-top: 0.29rem;
}
.productbox .title-top .title .line .line1 {
  float: left;
  width: 0.74rem;
  height: 0.03rem;
  background: #72a22e;
}
.productbox .title-top .title .line .line2 {
  float: left;
  margin-left: 0.2rem;
  width: 0.46rem;
  height: 0.02rem;
  background: #2f63a4;
}
.productbox .title-top .more {
  float: right;
  margin-top: 0.15rem;
}
.productbox .title-top .more span {
  float: left;
  margin-top: 0.13rem;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #080202;
}
.productbox .title-top .more a {
  float: left;
  text-transform: uppercase;
  font-family: "sourceMedium";
  margin-left: 0.2rem;
  font-size: 0.36rem;
  line-height: 1;
  color: #080202;
}
.productbox .switch-list {
  margin-top: 0.8rem;
  overflow: hidden;
}
.productbox .switch-list .item {
  float: left;
  width: 50%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-top: none;
  border-right: none;
  overflow: hidden;
}
.productbox .switch-list .item:nth-child(2n) {
  border-right: 1px solid #ccc;
}
.productbox .switch-list .item:last-child {
  border-right: 1px solid #ccc;
}
.productbox .switch-list .item:nth-child(1),
.productbox .switch-list .item:nth-child(2){
  border-top: 1px solid #ccc;
}
.productbox .switch-list .item a {
  display: flex;
  align-items: center;
  height: 1.48rem;
  overflow: hidden;
}
.productbox .switch-list .item a .text {
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  padding: 0 0.4rem 0 0.6rem;
  font-family: "sourceRegular";
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #111;
}
.productbox .switch-list .item a .imgs {
  float: right;
  transform-origin: right center;
  transform: scale(0);
  transition: all 0.4s ease;
  width: 0%;
  text-align: center;
  height: 1.48rem;
  line-height: 1.48rem;
  background: #c8ec99;
}
.productbox .switch-list .item a .imgs img {
  display: inline-block;
  vertical-align: middle;
  max-width: 82.5%;
  max-height: 100%;
}
.productbox .list li {
  display: none;
}
.productbox .list li.active {
  display: block;
}
.productbox .list li .swpbox {
  position: relative;
}
.productbox .list li .swpbox .swiper {
  overflow: hidden;
  padding: 0.78rem 0 0.6rem;
}
.productbox .list li .swpbox .swiper .swiper-slide a {
  position: relative;
  display: block;
  border: 1px solid #e1e1e1;
  height: 3.94rem;
  color: #111;
  overflow: hidden;
}
.productbox .list li .swpbox .swiper .swiper-slide a .imgbox {
  margin: 0.35rem auto 0;
  width: 72.4%;
  height: 2.74rem;
  line-height: 2.74rem;
  transition: all 0.4s ease;
  position: relative;
}
.productbox .list li .swpbox .swiper .swiper-slide a .imgbox img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
}
.productbox .list li .swpbox .swiper .swiper-slide a .bgcolor {
  position: absolute;
  z-index: 10;
  top: 0.6rem;
  left: 14.21%;
  width: 71.58%;
  height: 2.74rem;
  background: #c8ec99;
  opacity: 0.82;
  transform: scale(0);
  transition: all 0.4s ease;
}
.productbox .list li .swpbox .swiper .swiper-slide a span {
  position: absolute;
  width: 0.22rem;
  height: 0.22rem;
  background: url(../images/line.png) no-repeat center;
  background-size: 0.22rem;
  transition: all 0.3s;
}
.productbox .list li .swpbox .swiper .swiper-slide a .line1 {
  left: -80px;
  top: -80px;
  transform: rotate(90deg);
}
.productbox .list li .swpbox .swiper .swiper-slide a .line2 {
  right: -80px;
  top: -80px;
  transform: rotate(180deg);
}
.productbox .list li .swpbox .swiper .swiper-slide a .line3 {
  right: -80px;
  bottom: -80px;
  transform: rotate(270deg);
}
.productbox .list li .swpbox .swiper .swiper-slide a .line4 {
  left: -80px;
  bottom: -80px;
  transform: rotate(360deg);
}
.productbox .list li .swpbox .swiper .swiper-slide a .text {
  position: absolute;
  z-index: 15;
  left: 15%;
  bottom: 0.3rem;
  width: 70%;
  font-size: 14px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  transition: all 0.4s ease;
}
/* .productbox .list li .swpbox .swiper .swiper-slide a:hover .bgcolor {
  transform: scale(1);
}
.productbox .list li .swpbox .swiper .swiper-slide a:hover .line1 {
  left: 0;
  top: 0;
}
.productbox .list li .swpbox .swiper .swiper-slide a:hover .line2 {
  right: 0;
  top: 0;
}
.productbox .list li .swpbox .swiper .swiper-slide a:hover .line3 {
  right: 0;
  bottom: 0;
}
.productbox .list li .swpbox .swiper .swiper-slide a:hover .line4 {
  left: 0;
  bottom: 0;
} */
.productbox .list li .swpbox .swiperbtn {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 41px;
  margin-top: -20px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.productbox .list li .swpbox .swiperbtn.swiper-next {
  right: 0;
  background: url(../images/next.png) no-repeat center;
  background-size: 30px auto;
}
.productbox .list li .swpbox .swiperbtn.swiper-prev {
  left: 0;
  background: url(../images/prev.png) no-repeat center;
  background-size: 30px auto;
}
.productbox .list li .more {
  display: block;
  width: 2.08rem;
  line-height: 0.64rem;
  border: 1px solid #666;
  margin: 0 auto;
  text-align: center;
}
.productbox .list li .more span {
  display: inline-block;
  font-size: 0.24rem;
  line-height: 0.64rem;
  color: #666;
}
.productbox .list li .more .iconfont {
  margin-left: 0.04rem;
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.64rem;
  color: #000;
}
/* .productbox .list li .more:hover {
  background: #cd0102;
  border: 1px solid #cd0102;
}
.productbox .list li .more:hover span {
  color: #fff;
}
.productbox .list li .more:hover .iconfont {
  color: #fff;
} */

.solution .list {
  margin-top: 0.56rem;
  overflow: hidden;
}
.solution .list li {
  float: left;
  width: calc((100% - 0.34rem)/2);
  height: 3.35rem;
  margin-right: 0.34rem;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.solution .list li:nth-child(2n){
  margin-right: 0;
}
.solution .list li:last-child a:before {
  border-right: 1px solid #939090;
}
.solution .list li a {
  position: relative;
  display: block;
  height: 3.35rem;
}
.solution .list li a:before {
  content: "";
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #939090;
  box-sizing: border-box;
  border-right: none;
}
/* .solution .list li a:hover .bgcolor {
  opacity: 0;
}
.solution .list li a:hover .txtbox .redcolor {
  opacity: 0.5;
} */
.solution .list li a .imgbox {
  height: 3.35rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.solution .list li a .bgcolor {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
  transition: all 0.35s ease;
}
.solution .list li a .txtbox {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0.4rem;
}
.solution .list li a .txtbox .text {
  position: relative;
  z-index: 10;
  margin-top: 0.4rem;
  display: inline-block;
  text-align: left;
}
.solution .list li a .txtbox .text .en {
  font-family: "sourceRegular";
  font-size: 0.24rem;
  line-height: 1;
  color: #fff;
}
.solution .list li a .txtbox .text .line {
  margin-top: 0.29rem;
  width: 0.48rem;
  height: 0.02rem;
  background: #fff;
}
.solution .list li a .txtbox .text .tit {
  margin-top: 0.28rem;
  font-size: 0.36rem;
  line-height: 0.42rem;
  color: #fff;
}
.solution .list li a .txtbox .text .det {
  font-size: 0.26rem;
  line-height: 0.42rem;
  color: #fff;
}
.solution .list li a .txtbox .redcolor {
  transition: all 0.35s ease;
  position: absolute;
  left: 15%;
  top: 0;
  width: 70%;
  height: 100%;
  background: #72a22e ;
  opacity: 0;
}

.service {
  padding: 0.66rem 0 0.37rem;
  background: url(../images/index_service_bg.jpg) no-repeat bottom center;
  background-size: cover;
}
.service .switch-list {
  margin-top: 0.55rem;
  overflow: hidden;
}
.service .switch-list .item {
  float: left;
  width: 50%;
}
.service .switch-list .item a {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #aaa;
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.94rem;
}
.service .switch-list .item a .iconfont {
  font-size: 0.3rem;
}
.service .switch-list .item.active a{
  color: #72a22e ;
  border: 1px solid #72a22e ;
}
.service .list {
  margin-top: 0.5rem;
}
.service .list li {
  display: none;
}
.service .list li.active {
  display: block;
}
.service .list li.xfzs .swiper-slide {
  overflow: hidden;
}
.service .list li.xfzs .swiper-slide .item {
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 0.3rem;
  background: #c8ec99;
}
.service .list li.xfzs .swiper-slide .item:nth-child(2n) {
  float: right;
}
.service .list li.xfzs .swiper-slide .item:last-child{
  margin-bottom: 0;
}
/* .service .list li.xfzs .swiper-slide .item:hover {
  color: #fff;
}
.service .list li.xfzs .swiper-slide .item:hover .imgbg {
  opacity: 1;
}
.service .list li.xfzs .swiper-slide .item:hover .tit {
  color: #fff;
}
.service .list li.xfzs .swiper-slide .item:hover .iconfont {
  color: #fff;
} */
.service .list li.xfzs .swiper-slide .item .imgbg {
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
}
.service .list li.xfzs .swiper-slide .item .tit {
  position: absolute;
  left: 0.3rem;
  top: 0.55rem;
  width: 75%;
  font-size: 0.3rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.service .list li.xfzs .swiper-slide .item .iconfont {
  position: absolute;
  right: 0.3rem;
  top: 0.45rem;
  font-size: 0.6rem;
  line-height: 1;
}
.service .list li.xfzs .swiper-page {
  text-align: center;
  margin-top: 0.46rem;
}
.service .list li.xfzs .swiper-page .swiper-pagination-bullet {
  display: inline-block;
  width: 0.56rem;
  height: 0.56rem;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  margin-right: 0.18rem;
  cursor: pointer;
}
.service .list li.xfzs .swiper-page .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.service .list li.xfzs .swiper-page .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 0.15rem;
  left: 0.15rem;
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background: #c8ec99;
}
.service .list li.xfzs .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #72a22e ;
}
.service .list li.xfzs .swiper-page .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background: #72a22e ;
}
.service .list li.shkf .list2 {
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.service .list li.shkf .item {
  float: left;
  /* margin-right: 0.18rem;
  width: calc((100% - 0.36rem)/3); */
}
.service .list li.shkf .item:last-child,
.service .list li.shkf .item:nth-child(3n) {
  margin-right: 0;
}
.service .list li.shkf .item .txtbox {
  border: 1px solid #cdcdcd;
  padding: 0.54rem 0.4rem;
  min-height: 1.64rem;
}
.service .list li.shkf .item .txtbox .tit {
  font-size: 0.18rem;
  line-height: 0.26rem;
  margin-bottom: 0.22rem;
}
.service .list li.shkf .item .txtbox .det {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #666;
}

.news {
  padding: 0.8rem 0 4px;
}
.news .list {
  margin-top: 0.57rem;
  position: relative;
}
.news .list .swiper {
  overflow: hidden;
  padding-bottom: 0.6rem;
}
.news .list .swiperbtn {
  position: absolute;
  bottom: 0.1rem;
  left: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
}
.news .list .swiperbtn.swiper-next {
  left: 0.5rem;
  background: url(../images/next.png) no-repeat center;
  background-size: 0.4rem;
}
.news .list .swiperbtn.swiper-prev {
  left: 0;
  background: url(../images/prev.png) no-repeat center;
  background-size: 0.4rem;
}
.news .list .swiper-slide {
  float: left;
  width: calc(100% - 1.58rem);
  margin-right: 0.5rem;
}
.news .list .swiper-slide:last-child {
  margin-right: 0;
}
.news .list .swiper-slide a {
  display: block;
  height: 6.64rem;
  border: 1px solid #cdcdcd;
}
/* .news .list .swiper-slide a:hover .imgbox .imgs {
  transform: scale(1.1);
}
.news .list .swiper-slide a:hover .txtbox .tit {
  color: #cd0102;
}
.news .list .swiper-slide a:hover .txtbox .bot .lf {
  color: #cd0102;
}
.news .list .swiper-slide a:hover .txtbox .bot .iconfont {
  color: #cd0102;
} */
.news .list .swiper-slide a .imgbox {
  overflow: hidden;
}
.news .list .swiper-slide a .imgbox .imgs {
  height: 3.35rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: all 0.35s ease;
}
.news .list .swiper-slide a .txtbox {
  padding: 0.18rem 0.35rem 0 0.33rem;
}
.news .list .swiper-slide a .txtbox .date {
  font-size: 0.26rem;
  line-height: 1;
  color: #999;
}
.news .list .swiper-slide a .txtbox .tit {
  margin-top: 0.2rem;
  font-size: 0.3rem;
  line-height: 0.4rem;
  height: 0.4rem;
}
.news .list .swiper-slide a .txtbox .det {
  margin-top: 0.28rem;
  font-size: 0.28rem;
  line-height: 0.3rem;
  height: 0.9rem;
  color: #999;
}
.news .list .swiper-slide a .txtbox .bot {
  overflow: hidden;
  margin-top: 0.18rem;
  padding-top: 0.3rem;
  border-top: 1px solid #d5d5d5;
}
.news .list .swiper-slide a .txtbox .bot .lf {
  float: left;
  font-size: 0.32rem;
  line-height: 1;
  color: #999;
}
.news .list .swiper-slide a .txtbox .bot .iconfont {
  float: right;
  font-size: 0.55rem;
  line-height: 0.32rem;
  color: #999;
}
.news .more {
  display: block;
  width: 2.8rem;
  line-height: 0.88rem;
  border: 1px solid #666;
  margin: 0 auto;
  text-align: center;
}
.news .more span {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.88rem;
  color: #666;
}
.news .more .iconfont {
  margin-left: 0.12rem;
  display: inline-block;
  font-size: 0.32rem;
  line-height: 0.88rem;
  color: #000;
}
/* .news .more:hover {
  background: #cd0102;
  border: 1px solid #cd0102;
}
.news .more:hover span {
  color: #fff;
}
.news .more:hover .iconfont {
  color: #fff;
} */

.about {
  padding: 0.76rem 0 0.92rem;
  position: relative;
  background: url(../images/about_bg1.jpg) no-repeat center;
  background-size: cover;
}
.about .bot {
  margin-top: 0.55rem;
  overflow: hidden;
}
.about .bot .txtbox {
  float: left;
  width: 100%;
}
.about .bot .txtbox .tit {
  font-size: 0.36rem;
  line-height: 0.46rem;
}
.about .bot .txtbox .en {
  margin-top: 0.2rem;
  text-transform: uppercase;
  font-size: 0.28rem;
  line-height: 1;
  color: #a4a4a4;
}
.about .bot .txtbox .det {
  text-align: justify;
  margin-top: 0.25rem;
  font-size: 0.32rem;
  line-height: 0.52rem;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 20;
}
.about .bot .txtbox .more {
  display: block;
  width: 2.8rem;
  line-height: 0.88rem;
  border: 1px solid #666;
  margin: 0.5rem 0 0;
  text-align: center;
}
.about .bot .txtbox .more span {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.88rem;
  color: #666;
}
.about .bot .txtbox .more .iconfont {
  margin-left: 0.12rem;
  display: inline-block;
  font-size: 0.32rem;
  line-height: 0.88rem;
  color: #000;
}
/* .about .bot .txtbox .more:hover {
  background: #cd0102;
  border: 1px solid #cd0102;
}
.about .bot .txtbox .more:hover span {
  color: #fff;
}
.about .bot .txtbox .more:hover .iconfont {
  color: #fff;
} */
.about .bot .imgbox {
  margin-top: 0.45rem;
  float: right;
  width: 100%;
  height: 4.85rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.about .bot .bgtit {
  position: absolute;
  right: 0;
  top: 1.3rem;
  z-index: 10;
  opacity: 0.08;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "sourceBold";
  font-size: 1.1rem;
  line-height: 0.88rem;
  color: #8d5759;
  display: none;
}

.contact {
  padding: 0.8rem 0 0;
}
.contact .bot {
  margin-top: 0.55rem;
  padding-bottom: 2rem;
  position: relative;
}
.contact .bot .txtbox {
  padding: 0.5rem 0 3.85rem;
  background: url(../images/index_contact_bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
}
.contact .bot .txtbox img {
  max-width: 100%;
}
.contact .bot .txtbox .det {
  margin-top: 0.45rem;
}
.contact .bot .messagebox {
  position: absolute;
  z-index: 10;
  background: #fff;
  width: 7rem;
  left: 0.25rem;
  bottom: 0.2rem;
  box-sizing: border-box;
  padding: 0.35rem 0.44rem 0.58rem 0.4rem;
  box-shadow: 1px 3px 0.32rem rgba(0, 0, 0, 0.13);
}
.contact .bot .messagebox .tit-cn {
  font-size: 0.32rem;
  line-height: 0.42rem;
}
.contact .bot .messagebox .tit-en {
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #666;
}
.contact .bot .messagebox .global-form-box {
  overflow: hidden;
  padding-top: 0.35rem;
}
.contact .bot .messagebox .global-form-box .form-group {
  float: left;
  width: 100%;
  margin-bottom: 0.18rem;
}
.contact .bot .messagebox .global-form-box .form-group .form-group-bd {
  border: 1px solid #eaeaea;
  padding: 0 0.28rem;
}
.contact .bot .messagebox .global-form-box .form-group .form-group-bd input {
  padding: 0.1rem 0;
  width: 100%;
  background: none;
  font-size: 0.26rem;
  line-height: 0.34rem;
}
.contact .bot .messagebox .global-form-box .frm-btn-group {
  float: left;
  width: 100%;
  padding-top: 0.32rem;
}
.contact .bot .messagebox .global-form-box .frm-btn-group .btn {
  display: block;
  width: 100%;
  background: #72a22e;
  text-align: center;
  border-radius: 2px;
  font-size: 0.32rem;
  line-height: 0.7rem;
  color: #fff;
}



.productbox .switch-list .item a{
  height: 0.8rem;
}
.productbox .switch-list .item.active a{
  background: #72a22e;
}
.productbox .switch-list .item.active a .text{
  width: 100%;
  text-align: center;
  color: #fff;
}
.productbox .switch-list .item.active a .imgs{
  width: 20%;
  transform: scale(1);
}
.productbox .list li .swpbox .swiper{
  padding: 0.3rem 0 0.5rem;
}








.contact .bot .txtbox .det{
  overflow: hidden;
}
.contact .bot .txtbox .det .item{
  float: left;
  width: 100%;
}
.contact .bot .txtbox .det .item .it{
  position: relative;
  overflow: hidden;
  margin-bottom: 0.18rem;
}
.contact .bot .txtbox .det .item:nth-child(2) .it:last-child{
  margin-bottom: 0;
}
.contact .bot .txtbox .det .item .it .set{
  float: left;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #fff;
}
.contact .bot .txtbox .det .item .it .set .i{
  float: left;
  width: 0.65rem;
}
.contact .bot .txtbox .det .item .it .set .i img{
  display: inline-block;
  vertical-align: middle;
  width: 0.28rem;
}
.contact .bot .txtbox .det .item .it .set .t{
  float: left;
}
.contact .bot .txtbox .det .item .it .txt{
  float: left;
  font-size: 0.32rem;
  line-height: 0.4rem;
  color: #fff;
}
.contact .bot .txtbox .det .item:nth-child(2) .it:last-child .txt{
  font-size: 0.28rem;
}