@charset "UTF-8";

img {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  ease-in-out -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: 0;
  display: inline-block;
}

a {
  color: #333;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1680px) {}


@media screen and (max-width: 1500px) {}


@media screen and (max-width: 1440px) {
  .w1200 {
    width: 1100px;
  }

  header {
    .con {
      .nav {
        &>ul {
          &>li {
            margin-left: 30px;
          }
        }
      }

      .right {
        .tiyan {
          margin-left: 14px;
        }
      }
    }
  }


}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1280px) {}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
  .w1200 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (max-width:768px) {}

@keyframes water {
  0% {
    opacity: 0.5;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }

  100% {
    opacity: 0.1;
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}

a.bg {
  background-image: linear-gradient(90deg, #0071df 0%, #00a6ec 100%);
  border: 0;
  display: inline-block;
  text-align: center;
  width: 116px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}

a.bg:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

a.bg:hover:after {
  margin-left: 6px;
  opacity: 1;
}

.free .con .left h2 {
  font-weight: normal !important;
}

.question-alert {
  left: -200%;
}

@media screen and (max-width: 1200px) {
  .w1200 {
    width: 94%;
  }

  a.bg {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }

}

@media screen and (max-width: 1024px) {
  .w1200 {
    width: 100%;
  }
}

.zhang_banner {
  position: relative;
}

.zhang_banner>img {
  width: 100%;
}

.zhang_banner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 2;
}

.zhang_banner .text .h1 {
  font-weight: 700;
  line-height: 1.2;
}

.zhang_banner .text .p {
  max-width: 430px;
  margin-top: 10px;
  color: #f9f9f9;
}

.zhang_banner .text .btn {
  margin-top: 20px;
}

.zhang_banner .text .btn a {
  border: 1px solid #fff;
  margin-right: 10px;
  display: inline-block;
  text-align: center;
  width: 116px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
}

.zhang_banner .text .btn a:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #fff;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.zhang_banner .text .btn a:hover:after {
  margin-left: 6px;
  opacity: 1;
}

.zhang_banner .text .btn a.bg {
  border: 0px;
}

.zhang_banner .text .btn a.bg:hover {
  background-image: linear-gradient(90deg, #0071df 0%, #00a6ec 100%);
  color: #fff;
}

.zhang_banner .video_btn {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  position: absolute;
  left: 65%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: all .5s ease-in-out;
  z-index: 2;
  width: 60px;
  height: 60px;
}

.zhang_banner .video_btn:before {
  position: absolute;
  border-radius: 50%;
  content: "";
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);

  -webkit-animation: water 1.5s linear infinite;
  animation: water 1.5s linear infinite;
}

.zhang_banner .video_btn span {
  color: #0084f6;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.zhang_banner .video_btn:hover {
  background: #fff;
}

@media screen and (max-width: 1200px) {
  .zhang_banner .video_btn {
    transform: translate(0%, -50%) scale(0.8);
    left: auto;
    right: 20%;
  }

  .zhang_banner .text .btn a {
    width: 100px;
    height: 35px;
    line-height: 35px;
  }
}

@media screen and (max-width: 600px) {
  .zhang_banner {
    height: 200px;
    overflow: hidden;
  }

  .zhang_banner>img {
    height: 100%;
    width: auto;
    transform: translateX(-20%);
  }

  .zhang_banner .video_btn {
    top: auto;
    bottom: 0px;
    right: 0px;
    transform: translate(0%, 0%) scale(0.5);
  }
}

.zhang_nav {
  border-bottom: 1px solid #e3e3e6;
  background: #fff;
}

.zhang_nav li {
  width: 25%;
  text-align: center;
  height: 60px;
  line-height: 60px;
  float: left;
}

.zhang_nav li a {
  display: block;
}

.zhang_nav li a.active {
  color: #0074e0;
}

.zhang_nav.navFix {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 10;
}

@media screen and (max-width: 1200px) {
  .zhang_nav li {
    height: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 600px) {
  /*.zhang_nav.navFix{position: static;}*/
}

.zhang_title {
  text-align: center;
}

.zhang_title h3 {
  margin-bottom: 5px;
}

@media screen and (max-width: 1200px) {
  .zhang_title h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  .zhang_title h3 {
    font-size: 22px;
    margin-bottom: 0;
  }

  .cai_title p {
    padding: 0 10px;
  }
}

.zhang_chan .zhang_c_con:nth-of-type(2n) {
  background: #f3f6f8;
}

.zhang_chan .zhang_c_con dt {
  float: right;
  overflow: hidden;
  border-radius: 8px;
  width: 600px;
  position: relative;
}

.zhang_chan .zhang_c_con dt:after {
  content: '';
  width: 0%;
  height: 4px;
  background: #3fa081;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease-in-out;
}

.zhang_chan .zhang_c_con dt img {
  width: 100%;
}

.zhang_chan .zhang_c_con dl:hover dt:after {
  width: 100%;
}

.zhang_chan .zhang_c_con dd {
  float: left;
  width: 43%;
}

.zhang_chan .zhang_c_con dd h4 {
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 10px;
}

.zhang_chan .zhang_c_con dd h5 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}

.zhang_chan .zhang_c_con dd p {
  line-height: 2.2;
  background: url(../images/zhang_02.png) no-repeat 0 9px;
  padding-left: 25px;
}

.zhang_chan .zhang_c_con dd em {
  font-weight: 700;
}

.zhang_chan .zhang_c_con dd a {
  margin-top: 15px;
}

.zhang_chan .zhang_c_con:nth-of-type(2n) dt {
  float: left;
}

.zhang_chan .zhang_c_con:nth-of-type(2n) dd {
  float: right;
}

/* .cai_chan .zhang_c_con:nth-of-type(2n){background:#fff;}
.cai_chan .zhang_c_con:nth-of-type(4){background:#f3f6f8;}
.cai_chan .zhang_c_con:nth-of-type(5){background:#f3f6f8;}
.cai_chan .zhang_c_con:nth-of-type(5) .w1200{padding-top: 0px;}
.cai_chan .zhang_c_con:nth-of-type(6){background:#f3f6f8;}
.cai_chan .zhang_c_con:nth-of-type(6) .w1200{padding-top: 0px;} */

.kuai_chan .zhang_c_con dt {
  float: left;
}

.kuai_chan .zhang_c_con dd {
  float: right;
  margin-top: 2%;
}

.kuai_chan .zhang_c_con:nth-of-type(2n) dt {
  float: right;
}

.kuai_chan .zhang_c_con:nth-of-type(2n) dd {
  float: left;
}

.kuai_chan .zhang_c_con dd h4 {
  margin-top: 15px;
  font-size: 24px;
  margin-bottom: 12px;
}

@media screen and (max-width: 1200px) {
  .zhang_chan .zhang_c_con dt {
    width: 50%;
  }

  .zhang_chan .zhang_c_con dd h4 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .zhang_chan .zhang_c_con dt {
    float: none;
    width: 100%;
  }

  .zhang_chan .zhang_c_con dd {
    float: none;
    margin-top: 20px;
    width: 100%;
  }

  .zhang_chan .zhang_c_con dd br {
    display: none;
  }

  .zhang_chan .zhang_c_con:nth-of-type(2n) dt {
    float: none;
  }
}

.zhang_pin .p {
  float: left;
  background-position: left top;
  width: 570px;
  height: 130px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
  color: #005fae;
  padding-left: 160px;
  background-repeat: no-repeat;
}

.zhang_pin .p h3 {
  margin-top: 28px;
}

.zhang_pin .p:nth-of-type(2n) {
  float: right;
}

.zhang_pin .p h3 {
  font-weight: 700;
}

@media screen and (max-width: 1440px) {
  .zhang_pin .p {
    width: 45%;
    height: 0px;
    padding-bottom: 8.3%;
    padding-top: 20px;
    padding-left: 130px;
  }

  .zhang_pin .p h3 {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1200px) {
  .zhang_pin .p {
    width: 430px;
    height: 98px;
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 1000px) {
  .zhang_pin .p {
    float: none;
    margin-bottom: 10px;
    margin-right: auto;
    margin-left: auto;
  }

  .zhang_pin .p:nth-of-type(2n) {
    float: none;
  }
}

@media screen and (max-width: 600px) {
  .zhang_pin .p {
    width: 300px;
    float: none;
    height: 68px;
    padding-bottom: 0px;
    padding-left: 80px;
    padding-right: 20px;
    padding-top: 10px;
  }

  .zhang_pin .p p {
    font-size: 12px;
  }
}

.cai_con01 li {
  float: left;
  margin-right: 20px;
  background: url(../images/cai18.jpg) no-repeat center top;
  text-align: center;
  color: #fff;
  width: 285px;
  height: 329px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 5px 5px 8px #e4e8eb;
}

.cai_con01 li:nth-of-type(4n) {
  margin-right: 0px;
}

.cai_con01 li h3 {
  font-weight: 700;
  margin-bottom: 10px
}

.cai_con01 li img {
  margin-top: 35px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .cai_con01 li {
    width: 23.5%;
    margin-right: 2%;
    height: 0px;
    padding-bottom: 26%;
  }

  .cai_con01 li img {
    width: 70px;
  }
}

@media screen and (max-width: 1200px) {
  .cai_con01 ul {
    display: flex;
    flex-wrap: wrap;
  }

  .cai_con01 li {
    padding: 20px;
    height: auto;
    padding-bottom: 40px;
  }

  .cai_con01 li img {
    margin-top: 20px;
    width: 50px;
  }

  .cai_con01 li .p br {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .cai_con01 li img {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 600px) {
  .cai_con01 li {
    width: 49.5%;
    margin-right: 1%;
    padding: 10px 10px 20px 10px;
    height: auto;
    margin-bottom: 1%;
  }

  .cai_con01 li:nth-of-type(2n) {
    margin-right: 0px;
  }

  .cai_con01 li h3 {
    font-size: 14px;
  }

  .cai_con01 li .p {
    font-size: 12px;
  }
}

.cai_con02 {
  background: url(../images/cai12.jpg) no-repeat center;
  height: 322px;
  position: relative;
}

.cai_con02 ul {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cai_con02 li {
  width: 25%;
  text-align: center;
  color: #fff;
  font-weight: 700;
  float: left;
}

.cai_con02 li p {
  font-weight: normal;
}

.kuai_con02 {
  background: none;
  height: 240px;
  position: relative;
  z-index: 9;
}

.kuai_con02 li {
  color: #0074e0;
}

.kuai_con02 li p {
  color: #333;
}

@media screen and (max-width: 1440px) {
  .cai_con02 {
    height: 270px;
  }

  .kuai_con02 {
    height: 200px;
  }
}

@media screen and (max-width: 1000px) {
  .cai_con02 {
    height: 200px;
  }
}

@media screen and (max-width: 600px) {
  .cai_con02 {
    height: auto;
  }

  .cai_con02 ul {
    position: static;
    transform: translate(0%, 0%);
    padding: 20px 0;
  }

  .cai_con02 li {
    width: 50%;
    margin: 20px 0;
  }
}

.kuai_yi {
  background: #f9f9f9 url(../images/hui17.jpg) no-repeat center bottom;
}

.kuai_con01 {
  position: relative;
  z-index: 5;
}

.kuai_con01 .con01 {
  position: absolute;
  left: 9%;
  top: 23%;
  width: 310px;
}

.kuai_con01 .con01 li {
  color: #8a8a8a;
  margin-bottom: 20px;
  cursor: pointer;
  font-size: 16px;
}

.kuai_con01 .con01 li.active {
  color: #3e9b7c;
  font-size: 22px;
  font-weight: 700;
}

.kuai_con01 .con02 {
  width: 38%;
  margin: 0 auto;
  background: url(../images/hui11.png) no-repeat;
  height: 0px;
  padding-bottom: 49.6%;
  overflow: hidden;
  background-size: cover;
  position: relative;
}

.kuai_con01 .con02 div {
  display: none;
  width: 52.8%;
  position: absolute;
  left: 14.5%;
  top: 4.5%;
  border-radius: 18px;
  overflow: hidden;
}

.kuai_con01 .con02 div:first-child {
  display: block;
}

.kuai_con01 .con02 img {
  width: 100%;
}

.kuai_con01 .con03 {
  position: absolute;
  right: 5%;
  top: 23%;
  width: 310px;
}

.kuai_con01 .con03 h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #3fa081;
}

.kuai_con01 .con03 p {
  color: #8a8a8a;
  margin-bottom: 25px;
  font-size: 15px;
}

.kuai_con01 .con03 .img {
  background: #fff;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  width: 200px;
}

.kuai_con01 .con03 .img img {
  width: 100%;
  margin-bottom: 10px;
}

.kuai_con01 .con03 .text {
  display: none;
  position: absolute;
  left: 0px;
  left: 0px;
}

.kuai_con01 .con03 .text:first-child {
  display: block;
}

@media screen and (max-width:1440px) {
  .kuai_con01 .con03 .img {
    width: 150px;
    font-size: 14px;
    margin: 1px auto;
  }
}

@media screen and (max-width:1000px) {
  .kuai_con01 .con01 {
    width: 250px;
    left: 30px;
    top: 30px;
  }

  .kuai_con01 .con01 li.active {
    font-size: 16px;
  }

  .kuai_con01 .con03 {
    width: 250px;
    right: 30px;
    top: 30px;
  }

  .kuai_con01 .con03 h3 {
    font-size: 24px;
  }

  .kuai_con01 .con02 div {
    border-radius: 10px;
    display: none;
    width: 60%;
    position: absolute;
    left: 17.7%;
    top: 4.5%;
    border-radius: 10px;
    overflow: hidden;
  }
}

@media screen and (max-width:700px) {
  .kuai_yi {
    background: #f9f9f9 url(../images/hui17.jpg) no-repeat center bottom;
    /* height: 630px; */
  }

  .kuai_con01 .con03 .text {
    display: none;
    position: sticky;
    left: 0%;
  }

  .kuai_con01 .con01 {
    position: inherit;
    margin-bottom: 20px;
    /* display: flex; */
    justify-content: flex-start;
    padding: 5% 0;
  }

  .kuai_con01 .con01 li {
    margin-bottom: 10px;
  }

  .kuai_con01 .con03 {
    position: static;
    width: 100%;
    /* display: flex; */
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: center;
    padding: 5%;
  }

  .kuai_con01 .con02 {
    position: absolute;
    right: 20px;
    bottom: 55%;
    width: 40%;
    padding-bottom: 62%;
  }
}

.zhang_ke {
  background: #f2f6fb;
}

.zhang_ke_con li {
  float: left;
  width: 31.7%;
  margin-right: 2.3%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 5px 8px 10px #dbe2ef;
  background: #fff;
  position: relative;
}

.zhang_ke_con li:nth-of-type(3n) {
  margin-right: 0px;
}

.zhang_ke_con .con01 .p {
  padding: 30px;
}

.zhang_ke_con .con01>img {
  width: 100%;
}

.zhang_ke_con .con01 h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}

.zhang_ke_con .con01 p {
  color: #666;
  display: inline-block;
  margin-right: 15px;
}

.zhang_ke_con .con01 p em {
  color: #999;
}

.zhang_ke_con .con02 {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 2;
  background: rgba(0, 116, 224, 0.9);
  color: #fff;
  padding: 30px;
  transition: all .3s ease-in-out;
}

.zhang_ke_con .con02 h3 {
  font-weight: 700;
  margin-bottom: 5px;
}

.zhang_ke_con .con02 p {
  display: inline-block;
  margin-right: 15px;
}

.zhang_ke_con .con02 .sum {
  margin-top: 25px;
  line-height: 1.8;
  height: 10.8em;
  overflow: hidden;
}

.zhang_ke_con li:hover .con02 {
  opacity: 1;
  top: 0px;
}

.cai_ke.zhang_ke {
  background: #fff;
}

.jin_x.zhang_ke {
  background: url(../images/jin14.jpg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1440px) {
  .zhang_ke_con .con02 .sum {
    margin-top: 10px;
  }
}

@media screen and (max-width: 800px) {
  .zhang_ke_con ul {
    display: flex;
    flex-wrap: wrap;
  }

  .zhang_ke_con .con01 .p {
    padding: 15px;
  }

  .zhang_ke_con .con02 {
    padding: 20px;
  }

  .zhang_ke_con .con02 .sum {
    height: 7.2em;
  }
}

@media screen and (max-width: 600px) {
  .zhang_ke_con li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .zhang_ke_con .con02 .sum {
    height: 10.8em;
  }
}

.zhang_jie ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zhang_jie li {
  float: left;
  width: 333px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ededed;
  padding: 35px 27px;
  background: #fff;
  transition: all 0.5s ease-in-out;
}

.zhang_jie li:nth-of-type(3n) {
  margin-right: 0px;
}

.zhang_jie li .p {
  padding-left: 80px;
  min-height: 64px;
}

.zhang_jie li .sum {
  color: #8a8a8a;
  margin-top: 10px;
}

.zhang_jie li h3 {
  font-weight: 700;
}

.zhang_jie li h3 em {
  font-size: 14px;
}

.zhang_jie li em {
  font-weight: 700;
}

.zhang_jie li i {
  font-weight: 700;
  color: #0072e0;
}

.zhang_jie li .bg_other {
  background: #fff;
  border: 1px solid #dfdfdf;
  display: inline-block;
  text-align: center;
  width: 116px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  color: #777;
}

.zhang_jie li .bg_other:after {
  display: inline-block;
  content: '\e683';
  font-family: iconfont;
  font-size: 14px;
  color: #777;
  width: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.zhang_jie li .bg_other:hover:after {
  margin-left: 6px;
  opacity: 1;
}

.zhang_jie li .bg {
  margin-top: 10px;
  margin-right: 20px;
}

.zhang_jie li .img {
  border-radius: 13px;
  overflow: hidden;
  width: 278px;
  margin-top: 20px;
  position: relative;
}

.zhang_jie li .img:after {
  content: '';
  width: 0%;
  height: 4px;
  background: #0071df;
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.5s ease-in-out;
}

.zhang_jie li .img img {
  width: 100%;
}

.zhang_jie li:hover .img:after {
  width: 100%;
}

.zhang_jie li:hover {
  box-shadow: 3px 4px 15px 0px rgb(0 42 82 / 15%);
}

.cai_jie {
  background: #f2f6fb;
}

.kuai_con {
  background: #f5fafc;
  position: relative;
  z-index: 9;
}

@media screen and (max-width: 1440px) {
  .zhang_jie li {
    width: 33%;
  }

  .zhang_jie li .img {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .zhang_jie li {
    padding: 20px;
  }

  .zhang_jie li .p {
    background-size: 45px !important;
    padding-left: 60px;
    min-height: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .zhang_jie li h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .zhang_jie li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.kuai_dl {
  margin-top: 10px;
}

.kuai_dl dl {
  border-bottom: 1px solid #e0e0e1;
  padding: 20px 0;
}

.kuai_dl dt {
  cursor: pointer;
  position: relative;
}

.kuai_dl dt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}

.kuai_dl dd {
  display: none;
  color: #8a8a8a;
  padding-top: 20px;
}

.kuai_dl dl:hover dt {
  font-size: 18px;
  font-weight: 700;
}

.kuai_dl dl:hover dt:after {
  transform: rotate(-45deg);
}

.kuai_dl dl:hover dd {
  display: block;
}

.cai_other.why-choose {
  background: none;
}

.cai_other.why-choose .con .choose-list ul li {
  border: 1px solid #ededed;
}

.cai_other.why-choose .con .c-title h2 {
  font-weight: normal;
}

.cai_other.why-choose .con .c-title p {
  margin-top: 5px;
}

@media screen and (max-width: 1366px) {
  .cai_other.why-choose {
    padding: 55px 0 60px;
  }

  .cai_other.why-choose .con .choose-list {
    margin-top: 20px;
  }

  .cai_other.why-choose .con .choose-list ul li {
    padding-top: 50px;
  }

  .cai_other.why-choose .con .choose-list ul li .box .icon {
    width: 80px;
    height: 52px;
  }
}

@media screen and (max-width: 1200px) {
  .cai_other.why-choose {
    padding: 35px 0 50px;
  }

  .cai_other.why-choose .con .c-title h2 {
    font-size: 26px;
  }
}

@media screen and (max-width: 1000px) {
  .cai_other.why-choose {
    padding: 20px 0 40px;
  }
}

@media screen and (max-width: 600px) {
  .cai_other.why-choose .con .c-title h2 {
    font-size: 22px;
  }

  .cai_other.why-choose .con .choose-list ul li {
    width: 49%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
}

/*store */
@media (max-width: 768px) {
  .store #toptitle {
    width: 640px;
    height: 164px;
    background: url(../images/toptitle_bg.png) no-repeat 418px 92px;
    overflow: hidden
  }

  .store #toptitle span {
    display: block;
    width: 234px;
    height: 84px;
    line-height: 84px;
    background: #a1bc45;
    border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    margin: 40px 0px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center
  }

  .store #part .list {
    width: 100%;
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }

  .store #part .list .box {
    width: 100%;
    margin-bottom: 30px;
  }

  .store #part .list .box .hiSlider-wrap {
    overflow: visible !important
  }

  .store #part .list .box .hiSlider-pages {
    /* bottom: 60px; */
    padding-left: 40%;
    position: relative;
  }

  .store #part .list .box .hiSlider-pages a {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #fff
  }

  .store #part .list .box .hiSlider-pages a.active {
    background: #a0bc45;
  }

  .box .boxA .titlebox {
    display: none;
  }

  .store #part .list .box .ji {
    width: 100%;
    height: auto;
    background: url(../images/store_bg01.jpg) no-repeat top;
    overflow: hidden
  }

  .txtbox .title {
    font-size: 20px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    padding: 30px 0 0px;
    font-weight: 600;
  }

  .store #part .list .box .ou {
    width: 100%;
    height: 402px;
    background: url(../images/store_bg02.jpg) no-repeat top;
    overflow: hidden
  }

  .store #part .list .box .ji .hiSlider-wrap {
    margin-top: 26px !important
  }

  .store #part .list .box .ou .hiSlider-wrap {
    margin-top: 26px !important;
    margin-left: 26px !important;
  }


  .store #part .list .box .star {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #545353;
  }

  .store #part .list .box .star img {
    display: inline-block;
    margin-top: 0px;
    height: auto;
    width: 100px;
  }

  .store #part .list .box .star span {
    display: inline-block;
    margin-left: 20px
  }

  .store #part .list .box .info {
    width: 100%;
    /*height:30px;*/
    line-height: 30px;
    font-size: 19px;
    color: #545353;
  }

  .store #part .list .box .info span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px;
    background: #eee;
    border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 2px 10px;
    font-size: 14px;
  }

  .store #part .list .box .address01 {
    width: 100%;
    /* height: 50px; */
    line-height: 40px;
    margin-top: 10px;
    font-size: 16px;
    color: #151515;
  }

  .store #part .list .box .address02 {
    width: 100%;
    height: 36px;
    line-height: 36px;
  }

  .box .boxB .txtbox .btn {
    background: #0081a5;
    font-size: 24px;
    color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 1px 20px;
    float: right;
    cursor: pointer;
    margin-top: -15%;
  }

  .box .boxB .txtbox .btn a {
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
  }

  .store #part .list .box .address02 span {
    display: inline-block;
    font-size: 14px;
    color: #969595;
  }

  .store #part .list .box .address02 .btn {
    background: #a1bc45;
    font-size: 24px;
    color: #fff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    padding: 6px 15px;
    float: right;
    cursor: pointer;
    margin-top: -20px
  }

  .store #part .list .box .address02 .btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }
}

@media screen and (min-width:1200px) {

  /*store*/
  .pagetitle {
    height: 518px;
    background: url(../images/img_title.jpg) no-repeat center
  }

  .partA {
    width: 100%;
    background: #f6f6f6
  }

  .partAbox {
    padding-top: 52px
  }

  .box {
    height: 600px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #d2d2d2
  }

  .box .boxA {
    width: 50%;
    height: 564px;
    float: left;
    /* overflow: hidden; */
  }

  .box .boxA .titlebox {
    width: 448px;
    height: 86px;
    background: #fff;
    box-shadow: -2px 2px 4px #eae4e4;
    -moz-box-shadow: -2px 2px 4px #ccc;
    margin-top: 10px;
    float: right;
    text-align: right;
    color: #494949;
    font-size: 18px;
    padding-right: 30px;
    padding-top: 20px;
    line-height: 1.6em;
    /*! overflow: visible !important; */
  }

  .box .boxA .titlebox span {
    font-size: 22px;
  }

  .box .boxB {
    width: 49%;
    height: 564px;
    float: right;
    position: relative;
  }

  .box .boxB .colorbox {
    width: 325px;
    height: 177px;
    background: #dcdcdc;
    position: absolute;
    left: 219px;
    top: 15%;
    z-index: 1
  }

  .box .boxB .txtbox {
    width: 499px;
    height: 366px;
    background: #0081a5;
    position: absolute;
    left: 0px;
    top: 24%;
    z-index: 2
  }

  .box .boxB .txtbox .title {
    width: 459px;
    /* height:35px; */
    line-height: 35px;
    margin-top: 8px;
    margin-left: 9%;
    font-size: 25px;
    color: #fff;
    padding: 0.6rem 0 0rem;
    display: flex;
    align-items: flex-start;
  }

  .box .boxB .txtbox .star {
    width: 459px;
    height: 60px;
    line-height: 60px;
    margin-left: 40px;
    font-size: 16px;
    color: #fff;
  }

  .box .boxB .txtbox .star img {
    display: inline-block;
    margin-top: 6px;
  }

  .box .boxB .txtbox .star span {
    display: inline-block;
    margin-left: 20px
  }

  .box .boxB .txtbox .info {
    width: 459px;
    font-size: 16px;
    margin-left: 40px;
  }

  .box .boxB .txtbox .info span {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
    background: #eee;
    color: #0081a5;
    border-radius: 15px;
    -moz-border-radius: 15px;
    padding: 2px 10px
  }

  .box .boxB .txtbox .address01 {
    width: 459px;
    /* height: 30px; */
    line-height: 35px;
    font-size: 16px;
    color: #fff;
    margin-left: 40px;
  }

  .box .boxB .txtbox .address02 {
    width: 459px;
    height: 30px;
    line-height: 30px;
    margin-left: 40px;
    display: flex;
  }

  .box .boxB .txtbox .address02 span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
  }

  .box .boxB .txtbox .btn {
    background: #fff;
    color: #0081a5;
    border-radius: 50px;
    padding: 8px 35px;
    margin-left: 40px;
    margin-top: 10px;
    display: inline-block;
  }

  .box .boxB .txtbox .btn a {
    background: #fff;
    font-size: 16px;
    color: #0081a5;
  }

  .box .boxB .txtbox .btn:hover {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
  }

  .store #toptitle {
    width: 640px;
    height: 164px;
    background: url(../images/toptitle_bg.png) no-repeat 418px 92px;
    overflow: hidden
  }

  .store #toptitle span {
    display: block;
    width: 234px;
    height: 84px;
    line-height: 84px;
    background: #a1bc45;
    border-radius: 0px 15px 15px 0px;
    -moz-border-radius: 0px 15px 15px 0px;
    margin: 40px 0px;
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center
  }

  .store #part .list {
    margin: auto;
    margin-bottom: 50px;
    padding-bottom: 40px;
  }

  .store #part .list .box {
    width: 1200px;
    margin-bottom: 10px;
  }

  .store #part .list .box .hiSlider-wrap {
    overflow: visible !important;
    overflow: hidden;
  }

  .store #part .list .box .hiSlider-pages {
    bottom: 10px;
    padding-left: 40%;
    /*! position: relative; */
    display: none;
  }

  .hiSlider-btn-prev,
  .hiSlider-btn-next {
    display: none;
  }

  .store #part .list .box .hiSlider-pages a {
    height: 12px;
    width: 12px;
    margin: 0 6px;
    display: inline-block;
    overflow: hidden;
    text-indent: -100px;
    font-size: 0;
    border-radius: 50%;
    background: #fff
  }

  .store #part .list .box .hiSlider-pages a.active {
    background: #a0bc45;
  }

  .store #part .list .box .ji {
    width: 50%;
    height: 600px;
    background: url(../images/store_bg01.jpg) no-repeat top;
    overflow: hidden;
  }

  .store #part .list .box .ou {
    width: 600px;
    height: 402px;
    background: url(../images/store_bg02.jpg) no-repeat top;
    overflow: hidden
  }

  .store #part .list .box .ji .hiSlider-wrap {
    /*! margin-top: 20px !important; */
  }

  .store #part .list .box .ou .hiSlider-wrap {
    margin-top: 26px !important;
    margin-left: 26px !important;
  }



  .store #part .list .box .star img {
    display: inline-block;
    margin-top: -8px;
    height: auto;
    width: auto;
  }

  .store #part .list .box .star span {
    display: inline-block;
    margin-left: 20px
  }
}

/*tab*/

@media screen and (max-width: 767px) {
  .tabs .content .title h1 {
    padding: 0.45rem 0 0.35rem;
    font-size: 20px;
  }

  .tabs ul li {
    box-sizing: border-box;
    /* -webkit-box-flex: 1; */
    /* -webkit-flex: 1; */
    -ms-flex: 1;
    /* flex: 1; */
    width: 100% ! important;
    padding: 5px 10px ! important;
    text-align: center;
    font-weight: 600;
    /* border: 1px #d1cfcf solid; */
  }

  .tabs ul li label svg {
    fill: #7d7d7d;
    height: 1.2em;
    vertical-align: bottom;
    margin-right: 0.3em ! important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .con-ggh .zcinfo2 ul li {
    padding-top: 20px;
    /*! margin-right: 10px; */
    float: left;
    width: 33% ! important;
    padding: 0;
  }

  .con-ggh ul li {
    padding-top: 20px;
    float: left;
    width: 25% ! important;
    padding: 0;
  }

  .tabs ul {
    width: 95% ! important;
  }

  .tabs {
    left: 50% ! important;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    background: white;
    padding: 0px ! important;
    padding-bottom: 50px ! important;
    margin-top: 50px ! important;
    width: 100% ! important;
    /*height: 250px;*/
    /*! box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
    border-radius: 5px;
    min-width: 100% ! important;
  }

  .zcinfo.fl {
    width: 100% ! important;
  }

  .b-intro span {
    font-size: 22px ! important;
    margin-bottom: 12px;
    color: #3e3b3b;
    letter-spacing: 0px ! important;
    margin: 10px !important;
  }

  .tabs .content .b-intro p {
    width: 100%;
    height: auto;
    line-height: 24px;
    /*! overflow: hidden; */
    color: #636a73;
    font-size: 14px;
    margin: 20px 10px !important;
    text-align: justify !important;
  }

  .zcinfo2.fl {
    width: 100% ! important;
  }

  .ptpic-dl.fr {
    width: 60% ! important;
    margin-top: -20px ! important;
  }

  .ptpic-dl2.fr {
    width: 100% ! important;
    margin-top: 10px ! important;
  }

  .b-intro .h_b_txt_a {
    display: none;
  }

  .b-intro {
    margin: 20px auto;
    padding-bottom: 5px;
  }

  .list-pic {
    margin: 1px 5px ! important;
    width: 150px;
    width: 100%;
    text-align: center;
  }

  .tabs .content p {
    color: #4a4a4ab8;
    FONT-WEIGHT: 400;
    line-height: 1.6;
    font-size: 14px ! important;
    text-align: center;
    height: auto;
    width: 95% ! important;
  }
}

.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  background: white;
  padding: 50px;
  padding-bottom: 80px;
  margin-top: 50px;
  width: 80%;
  /*height: 250px;*/
  /*! box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); */
  border-radius: 5px;
  min-width: 240px;
}

.tabs input[name="tab-control"] {
  display: none;
}

.tabs .content section h2,
.tabs ul li label {
  font-family: "Montserrat";
  font-weight: bold;
  font-size: 16px;
  color: #0081a5;
}

.tabs ul {
  list-style-type: none;
  padding-top: 10px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  margin: 1px auto;
  -webkit-box-pack: justify;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
}

.tabs ul::before {
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 1px solid #f0f0f0;
  content: "";

  box-shadow: 8px 8px 20px rgba(55, 99, 170, 0.15), -8px -8px 20px #fff;
  border: 2px solid #fff;
}

.tabs ul li {
  box-sizing: border-box;
  -ms-flex: 1;
  width: 20%;
  padding: 0 10px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 20px;
}

.tabs ul li label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #4a4a4a;
  padding: 5px auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tabs ul li label br {
  display: none;
}

.tabs ul li label svg {
  fill: #7d7d7d;
  height: 1.2em;
  vertical-align: bottom;
  margin-right: 0.2em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #bec5cf;
}

.tabs ul li label:hover svg,
.tabs ul li label:focus svg,
.tabs ul li label:active svg {
  fill: #bec5cf;
}

.tabs .slider {
  position: relative;
  width: 50%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
}

.tabs .slider .indicator {
  position: relative;
  width: 50px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #0081a5;
  border-radius: 1px;
}

@media (max-width: 1360px) {
  .tabs {
    left: 50%;
    padding: 50px;
    padding-bottom: 50px;
    padding-bottom: 80px;
    margin-top: 50px;
    width: 100% ! important;

  }

  .con-ggh {
    width: 100%;
    padding: 3% 2% ! important;
  }

  .b-intro {
    margin-top: -10px ! important;
  }

}

.con-ggh {
  width: 100%;
  /* height: 500px; */
  padding: 5% 5%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
}

.zcinfo.fl {
  width: 55%;
}

.zcinfo2.fl {
  width: 50%;
}

.ptpic-dl.fr {
  width: 25%;
  margin-top: -50px;
}

.ptpic-dl2.fr {
  width: 38%;
  margin-top: -35px;
}

.con-ggh ul {
  padding-top: 20px;
  display: block;
  width: 100%;
}

.con-ggh .zcinfo2 ul li {
  padding-top: 20px;
  /*! margin-right: 10px; */
  float: left;
  width: 30%;
  padding: 0;
}

.con-ggh ul li {
  padding-top: 20px;
  /*! margin-right: 10px; */
  float: left;
  width: 25%;
  padding: 0;
}

.list-pic {
  /*! background-color: rgba(242, 238, 238, 0.41); */
  margin: 1px 15px;
  width: 150px;
  /*! height: 150px; */
  /*! border: 1px solid #b9babe; */
  width: 100%;
  text-align: center;
}

.list-pic img {
  width: 60px;
  height: 60px;
  display: block
}

.con-ggh .item-name {
  padding: 20px 0;
  height: 20px;
  width: 150px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.b-intro {
  margin-top: 20px;
}

.b-intro span {
  font-size: 26px;
  margin-bottom: 12px;
  color: #3e3b3b;
  letter-spacing: 1px;
}

.tabs .content .b-intro p {
  width: 100%;
  /*! height: 45px; */
  /*! line-height: 24px; */
  /*! overflow: revert-layer; */
  color: #636a73;
  font-size: 14px;
  margin: 20px 0;
  text-align: left;
}

.tabs .content {
  margin-top: 30px;
}

.tabs .content .title {
  /*! margin-top: 0px; */
  padding: 0.45rem 0 0.35rem;
}

.tabs .content .container {
  margin: 0 auto;
  width: 90%;
}

.con-ggh .item-name {
  padding: 20px 0;
  height: 20px;
  width: 150px;
  font-size: 16px;
  text-align: center;
  color: #666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tabs .content p {
  /*! margin-top: 60px; */
  color: #3e3f42;
  /*! width: 100%; */
  FONT-WEIGHT: 400;
  line-height: 1.6;
  /*! font-size: 16px; */
  text-align: center;
  height: auto;
  width: 100%;
  margin: 13px auto 18px auto;
}

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4;
}

.tabs .content section h2 {
  color: #0081a5;
  display: none;
}

.tabs .content section h2::after {
  content: "";
  position: relative;
  display: block;
  width: 30px;
  height: 3px;
  background: #0081a5;
  margin-top: 5px;
  left: 1px;
}

.anliTab span:after {
  /*  content: '';
  width: 1px;
  height: 14px;
  background-color: #cccccc;
  position: absolute;*/

}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
  cursor: default;
  color: #0095ad;
  font-weight: 600;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
  fill: #0095ad;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    background: #0095ad;
  }

  .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label {
    cursor: default;
    color: #ffffff;
    font-weight: 600;
  }
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.slider {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~.content>section:nth-child(1) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
  cursor: default;
  color: #0095ad;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
  fill: #0095ad;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    background: #0095ad;
  }

  .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label {
    cursor: default;
    color: #ffffff;
  }

  .tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
    fill: #ffffff;
  }

}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.slider {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~.content>section:nth-child(2) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
  cursor: default;
  color: #0095ad;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
  fill: #ffffff;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    background: #0095ad;
  }

  .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label {
    cursor: default;
    color: #ffffff;
  }

  .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #ffffff;
  }
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.slider {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~.content>section:nth-child(3) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
  cursor: default;
  color: #0095ad;
}

.tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
  fill: #0095ad;
}

.tabs input[name="tab-control"]:nth-of-type(2):checked~ul>li:nth-child(2)>label svg {
  fill: #0095ad;
}

.tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
  fill: #0095ad;
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
  fill: #0095ad;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    background: #0095ad;
  }

  .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #0095ad;
  }

  .tabs input[name="tab-control"]:nth-of-type(1):checked~ul>li:nth-child(1)>label svg {
    fill: #ffffff;
  }

  .tabs input[name="tab-control"]:nth-of-type(3):checked~ul>li:nth-child(3)>label svg {
    fill: #ffffff;
  }

  .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label svg {
    fill: #ffffff;
  }

  .tabs input[name="tab-control"]:nth-of-type(4):checked~ul>li:nth-child(4)>label {
    cursor: default;
    color: #ffffff;
  }
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.slider {
  -webkit-transform: translateX(300%);
  transform: translateX(300%);
}

.tabs input[name="tab-control"]:nth-of-type(4):checked~.content>section:nth-child(4) {
  display: block;
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
  cursor: default;
  color: #0095ad;
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {
  fill: #0095ad;
}

@media (max-width: 600px) {
  .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    background: #0095ad;
  }

  .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label {
    cursor: default;
    color: #ffffff;
  }

  .tabs input[name="tab-control"]:nth-of-type(5):checked~ul>li:nth-child(5)>label svg {
    fill: #ffffff;
  }
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~.slider {
  -webkit-transform: translateX(200%);
  transform: translateX(200%);
}

.tabs input[name="tab-control"]:nth-of-type(5):checked~.content>section:nth-child(5) {
  display: block;
}

@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@media (max-width: 1000px) {
  .tabs ul li label {
    white-space: initial;
  }

  .tabs ul li label br {
    display: initial;
  }

  .tabs ul li label svg {
    height: 1.2em;
  }
}

@media (max-width: 600px) {
  .tabs ul li label {
    padding: 5px;
    border-radius: 5px;
    display: flex;
    border: 1px #d1cfcf solid;
    justify-content: center;
    align-items: center;
  }

  .tabs ul li label span {
    /* display: none; */
    font-size: 15px;
  }

  .tabs .slider {
    display: none;
  }

  .tabs .content {
    margin-top: 20px;
  }

  .tabs .content section h2 {
    display: block;
  }

}