﻿@import url(style.css);
@import url(pscroll.css);

/*轮显*/
.banner .swiper-pagination {
  width: 100%;
  bottom: 0px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  padding-top: 8px;
  padding-bottom: 6px;
  background: url(../image/i_pic2.png) center bottom no-repeat;
}

.banner .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 50%;
  position: relative;
  z-index: 0;
  overflow: hidden;
  background: none;
  opacity: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #eeeeee;
  opacity: 1;
}

/* .banner .swiper-pagination .swiper-pagination-bullet-active{ background:none; width:40px;border-radius:20px; } */
.banner .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #1a7abe;
  z-index: 1;
}

.banner .swiper-pagination .swiper-pagination-bullet-active:after {
  width: 100%;
  transition: all 5s;
}

@media screen and (max-width: 1200px) {

  /*轮显*/
  .main .banner .swiper-slide .rbtn {
    width: 56px;
    height: 56px;
  }

  .main .banner .swiper-slide .rbtn span {
    width: 51px;
    height: 51px;
  }
}




@media screen and (max-width: 640px) {

  /*轮显*/
  .main .banner .swiper-slide .rbtn span {
    width: 42px;
    height: 42px;
    line-height: 42px;
    background-size: 18px 18px;
  }

  .main .banner .swiper-slide .rbtn {
    font-size: 14px;
    width: 46px;
    height: 46px;
    margin-left: 22px;
  }

  .main .banner .swiper-slide .txt {
    padding-left: 22px;
  }

  .main .banner .swiper-slide .txt::after {
    width: 6px;
  }



}

@media screen and (max-width: 480px) {

  /*轮显*/
  .main .banner .swiper-slide .rbtn {
    margin-left: 18px;
    width: 40px;
    height: 40px;
  }

  .main .banner .swiper-slide .rbtn span {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-size: 16px 16px;
  }

  /* .main .banner .swiper-slide .txt { font-size:30px;} */
  .main .banner .swiper-slide .txt {
    padding-left: 18px;
  }

  .main .banner .swiper-slide .txt::after {
    width: 5px;
  }


}

@media screen and (max-width: 420px) {

  /*轮显*/
  .main .banner .swiper-slide .rbtn {
    font-size: 12px;
  }

  /* .main .banner .swiper-slide .txt { font-size:26px;} */
  .main .banner .swiper-slide .desc {
    font-size: 15px;
  }


}

/*关于我们*/
.i_title {
  text-align: center;
  margin-top: 0;
  overflow: hidden;
}

.i_title .h3 {
  font-weight: normal;
  color: #333333;
  overflow: hidden;
  line-height: 1.3;
}

.i_title .h3 em {
  font-style: normal;
  color: #008acf;
  display: block;
  text-transform: uppercase;
  margin-top: 1%;
}

.i_title .p {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  color: #666666;
  line-height: 1.75;
  margin-top: 2%;
  max-width: 560px;
}

.i_one_bg {
  background: url(../image/i_img1.png) no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-top: -50px;
  overflow: hidden;
}

.i_one_bg .i_one {
  overflow: hidden;
  margin-top: 12.813%;
}

.i_one_bg .i_one .boxs {
  max-width: 526px;
  width: 96%;
  margin: 0 auto;
}

.i_one_bg .i_one .h3 {
  font-weight: 300;
  overflow: hidden;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.i_one_bg .i_one .p {
  font-weight: 300;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
  color: #fff;
}

.i_one_bg .i_one .a {
  display: block;
  margin: 0 auto;
  width: 160px;
  background: #008ACF;
  border: 1px solid #1A7ABE;
  border-radius: 23px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  transition: all 0.3s;
  font-weight: 300;
  margin-top: 35px;
}

.i_one_bg .i_one .a:hover {
  background: #1A7ABE;
}

.i_one_bg .i_one .i_one_l {
  float: left;
  width: 49%;
  overflow: hidden;
  max-width: 674px;
}

.i_one_bg .i_one .i_one_r {
  float: right;
  width: 49%;
  overflow: hidden;
  max-width: 636px;
}

@media screen and (max-width: 1200px) {

  /*关于我们*/
  .i_one_bg .i_one .a {
    width: 150px;
    line-height: 40px;
    border-radius: 21px;
  }
}

@media screen and (max-width: 640px) {

  /*关于我们*/
  .i_one_bg {
    margin-top: -40px;
  }

  .i_one_bg .i_one {
    margin-top: 15%;
  }

  .i_one_bg .i_one .p {
    max-height: 156px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }

  .i_one_bg .i_one .a {
    margin-top: 20px;
  }
}

@media screen and (max-width: 480px) {

  /*关于我们*/
  .i_one_bg {
    margin-top: -30px;
  }

  .i_one_bg .i_one {
    margin-top: 18%;
  }

  .i_one_bg .i_one .p {
    line-height: 22px;
    max-height: 132px;
  }

  .i_one_bg .i_one .a {
    margin-top: 15px;
    width: 130px;
    line-height: 36px;
    border-radius: 19px;
  }
}

@media screen and (max-width: 420px) {

  /*关于我们*/
  .i_one_bg .i_one .p {
    line-height: 20px;
    max-height: 100px;
    -webkit-line-clamp: 5;
  }

  .i_one_bg .i_one .a {
    width: 110px;
    line-height: 30px;
  }
}

.wrapper .main{
  background-image: url(../picture/e132a201-4f8b-4f64-a0fd-9ae84309aab9.png);

}


/*产品*/
.i_two_bg {
  position: relative;
  margin-top: -0%;
  width: 100%;
}

.i_two_bg .boxs {
  position: relative;
  height: 46px;
  margin-top: 2.2%;
}

.i_two_bg .boxs::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  background: #e5e5e5;
  height: 1px;
}

.i_two_bg .boxs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  background: #e5e5e5;
  height: 1px;
}

.i_two_bg .boxs .scroller {
  position: absolute;
  z-index: 3;
}

.i_two_bg .boxs .scroller li {
  float: left;
}

.i_two_bg .boxs .scroller li:nth-child(1) {
  margin-right: 0%;
}

.i_two_bg .boxs .scroller li dd {
  overflow: hidden;
  position: relative;
  display: block;
  padding-right: 25px;
  padding-left: 25px;
  min-width: 160px;
  text-align: center;
}

.i_two_bg .boxs .scroller li dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  background: #008acf;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.i_two_bg .boxs .scroller li dd a {
  color: #666666;
  line-height: 46px;
  height: 46px;
  display: block;
  overflow: hidden;
}

/* .i_two_bg .boxs .scroller li:last-child dd{min-width: 0;padding: 0;} */
.i_two_bg .boxs .scroller li.cur dd a {
  color: #fff;
}

.i_two_bg .boxs .scroller li.cur dd::after {
  width: 100%;
  left: 0;
  right: 0;
}

.i_two_bg .boxs .cons {
  overflow: hidden;
}

.i_two_bg .boxs .dl {
  overflow: hidden;
  text-align: center;
  width: 100%;
}

.i_two_bg .boxs .dl dd {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  padding-right: 25px;
  padding-left: 25px;
  min-width: 160px;
  text-align: center;
}

.i_two_bg .boxs .dl dd::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  right: 50%;
  width: 0;
  background: #008acf;
  height: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.i_two_bg .boxs .dl dd a {
  color: #666666;
  line-height: 46px;
  height: 46px;
  display: block;
  overflow: hidden;
}

.i_two_bg .boxs .dl dd.on a {
  color: #fff;
}

.i_two_bg .boxs .dl dd.on::after {
  width: 100%;
  left: 0;
  right: 0;
}

.i_two {
  margin-top: 6%;
  overflow: hidden;
  margin-bottom: 5%;
}

.i_two .divhidden {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 0.6s;
  /* height: 0; */
  display: none;
  /* overflow: hidden; */
}

.i_two .divhidden.on {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  /* height: auto; */
  display: block;
}

.i_two .i_two_l {
  float: left;
  width: 344px;
  position: relative;
}

.i_two .i_two_l::after {
  content: "";
  position: absolute;
  right: -67px;
  top: 0;
  height: 100%;
  top: 0;
  width: 67px;
  background: url(../image/i_bg1.png) center center no-repeat;
  background-size: 100% auto;
}

.i_two .i_two_l .cons {
  width: 180px;
  margin: 0 auto;
  overflow: hidden;
}

.i_two .i_two_l .h3 {
  color: #008ACF;
  font-weight: normal;
  overflow: hidden;
  height: 84px;
  position: relative;
}

.i_two .i_two_l .h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 40px;
  background: #008acf;
  height: 7px;
}

.i_two .i_two_l .i_two_a {
  overflow: hidden;
  margin-top: 59px;
}

.i_two .i_two_l .i_two_a li {
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
}

.i_two .i_two_l .i_two_a li a {
  display: block;
  padding-left: 20px;
  overflow: hidden;
  position: relative;
  line-height: 24px;
  color: #666666;
  
}

.i_two .i_two_l .i_two_a li a::after {
  content: "";
  left: 0;
  top: 0;
  height: 24px;
  width: 16px;
  position: absolute;
  background: url(../image/i_pic3.png) left center no-repeat;
  background-size: 7px 12px;
  transition: all 0.3s;
  opacity: 0;
  filter: Alpha(opacity=0);
}

.i_two .i_two_l .i_two_a li.on a::after {
  opacity: 1.0;
  filter: Alpha(opacity=100);
}

.i_two .i_two_l .i_two_a li.on a {
  color: #008acf;
}

.i_two .i_two_l .i_more {
  width: 100px;
  background: #008ACF;
  border: 1px solid #1A7ABE;
  border-radius: 19px;
  line-height: 38px;
  transition: all 0.3s;
  color: #fff;
  text-align: center;
  display: block;
  margin-left: 15px;
  box-sizing: border-box;
}

.i_two .i_two_l .i_more:hover {
  background: #1A7ABE;
}

.i_two .i_two_r {
  float: right;
  max-width: 1063px;
  width: calc(98% - 344px);
  width: -webkit-calc(98% - 344px);
  width: -moz-calc(98% - 344px);
  line-height: 28px;
  overflow: hidden;
  color: #666666;
  padding-top: 19px;
}

.i_two .i_two_r img {
  max-width: 70%;
}

.i_two .i_two_r .a {
  color: #008ACF;
}

.i_two .i_two_r .a:hover {
  text-decoration: underline;
}

.i_two .i_two_r .divhidden2 {
  opacity: 0;
  filter: Alpha(opacity=0);
  transition: all 0.6s;
  /* height: 0; */
  display: none;
  /* overflow: hidden; */
}

.i_two .i_two_r .divhidden2.on {
  opacity: 1.0;
  filter: Alpha(opacity=100);
  /* height: auto; */
  display: block;
}

@media screen and (min-width: 320px) {

  /*产品*/
  .i_two_bg .boxs.bgs1 .scroller.w1 {
    left: 50%;
    transform: translate(-50%, 0%) !important;
  }
}

@media screen and (max-width: 1550px) {

  /*产品*/
  .i_two .i_two_l {
    width: 300px;
  }

  .i_two .i_two_r {
    width: calc(98% - 300px);
    width: -webkit-calc(98% - 300px);
    width: -moz-calc(98% - 300px);
  }

}

@media screen and (max-width: 1440px) {

  /*产品*/
  .i_two .i_two_l .i_two_a {
    margin-top: 40px;
  }

  .i_two .i_two_l .i_more {
    margin-top: 40px;
  }

  .i_two .i_two_l .i_two_a li {
    margin-bottom: 20px;
  }

}

@media screen and (max-width: 1200px) {

  /*产品*/
  .i_two_bg .boxs {
    margin-top: 3%;
  }

  .i_two .i_two_l {
    width: 240px;
  }

  .i_two .i_two_l .h3 {
    height: 76px;
    line-height: 76px;
  }

  .i_two .i_two_r {
    width: calc(98% - 240px);
    width: -webkit-calc(98% - 240px);
    width: -moz-calc(98% - 240px);
  }

}

@media screen and (max-width: 992px) {

  /*产品*/
  .i_two {
    margin-top: 4%;
  }

  .i_two .i_two_l {
    width: 210px;
  }

  .i_two .i_two_l .i_two_a {
    margin-top: 30px;
  }

  .i_two .i_two_l .i_two_a li {
    margin-bottom: 15px;
  }

  .i_two .i_two_l .i_more {
    margin-top: 30px;
  }

  .i_two .i_two_r {
    width: calc(98% - 210px);
    width: -webkit-calc(98% - 210px);
    width: -moz-calc(98% - 210px);
  }
}

@media screen and (max-width: 850px) {

  /*产品*/
  .i_two_bg .boxs#wrapper2 {
    height: 46px;
    overflow: hidden;
    user-select: none
  }

  .i_two_bg .boxs#wrapper2 .cons {
    overflow-x: scroll;
  }

  .i_two_bg .boxs .cons .dl {
    width: max-content;
  }
}

@media screen and (max-width: 640px) {

  /*产品*/
  .i_two_bg {
    font-size: 14px;
  }

  .i_two_bg .boxs {
    height: 40px;
  }

  .i_two_bg .boxs .scroller li dd {
    padding-left: 20px;
    padding-right: 20px;
    min-width: inherit;
    min-width: 120px;
  }

  .i_two_bg .boxs .scroller li dd a {
    line-height: 40px;
    height: 40px;
  }

  .i_two_bg .boxs#wrapper2 {
    height: 40px;
  }

  .i_two_bg .boxs .dl dd {
    padding-left: 20px;
    padding-right: 20px;
    min-width: inherit;
    min-width: 120px;
  }

  .i_two_bg .boxs .dl dd a {
    line-height: 40px;
    height: 40px;
  }

  .i_two .i_two_l {
    width: 100%;
  }

  .i_two .i_two_l::after {
    display: none;
  }

  .i_two .i_two_l .h3 {
    line-height: 60px;
    height: 60px;
  }

  .i_two .i_two_l .cons {
    width: 100%;
  }

  .i_two .i_two_l .i_two_a {
    margin-top: 20px;
  }

  .i_two .i_two_l .i_two_a li {
    width: 24.25%;
    margin-right: 1%;
    float: left;
    margin-bottom: 1%;
  }

  .i_two .i_two_l .i_two_a li:nth-child(4n) {
    margin-right: 0;
  }

  .i_two .i_two_l .i_two_a li a {
    padding-left: 12px;
  }

  .i_two .i_two_l .i_more {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 14px;
    line-height: 32px;
  }

  .i_two .i_two_r {
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
  }

}

@media screen and (max-width: 480px) {

  /*产品*/
  .i_two_bg {
    font-size: 13px;
  }

  .i_two_bg .boxs {
    margin-top: 4%;
  }

  .i_two_bg .boxs .scroller li dd {
    padding-left: 12px;
    padding-right: 12px;
    min-width: 100px;
  }

  .i_two_bg .boxs .dl dd {
    padding-left: 12px;
    padding-right: 12px;
    min-width: 100px;
  }

  .i_two .i_two_l .h3 {
    height: 50px;
    line-height: 50px;
  }

  .i_two .i_two_l .h3::after {
    height: 5px;
  }

  .i_two .i_two_l .i_more {
    margin-top: 9px;
    width: 90px;
  }

  .i_two .i_two_r {
    padding-top: 12px;
    line-height: 24px;
  }
}

@media screen and (max-width: 420px) {

  /*产品*/
  .i_two_bg .boxs {
    height: 36px;
  }

  .i_two_bg .boxs .scroller li dd {
    min-width: 90px;
  }

  /* .i_two_bg .boxs .scroller li:last-child dd{min-width: 90px;} */
  .i_two_bg .boxs#wrapper2 {
    height: 36px;
  }

  .i_two_bg .boxs .scroller li dd a {
    line-height: 36px;
    height: 36px;
  }

  .i_two_bg .boxs .dl dd {
    min-width: 90px;
  }

  .i_two_bg .boxs .dl dd a {
    line-height: 36px;
    height: 36px;
  }

  .i_two .i_two_r {
    padding-top: 10px;
    line-height: 22px;
  }
}

/*最新资讯*/
.i_three_bg {
  background: url(http://www.jiexiao.com/statics/jiexiao/img/i_img5.png) no-repeat;
  background-size: cover;
  background-position: center center;
  overflow: hidden;
}

.i_more2 {
  display: block;
  margin: 0 auto;
  margin-top: 5%;
  line-height: 46px;
  width: 325px;
  border: 1px solid #008acf;
  border-radius: 23px;
  color: #fff;
  text-align: center;
  margin-bottom: 6%;
  transition: all 0.3s;
  background: #008ACF;
}

.i_more2:hover {
  background: #1A7ABE;
  color: #fff;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {}

@keyframes ani-rotate {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate1 {
  0% {
    transform: translate(-50%, 0%);
  }

  50% {
    transform: translate(-50%, 50%);
  }

  100% {
    transform: translate(-50%, 0%);
  }
}

@keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 10px;
  }
}

@-o-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 10px;
  }
}

@-moz-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 10px;
  }
}

@-webkit-keyframes banner-down {
  0% {
    margin-top: 0;
  }

  100% {
    margin-top: 10px;
  }
}