.home-section-1 {
  padding: 100px 0 0 0;
}
.head_pc .nav_drop_box{
  width: 100%;
  position: absolute;
  top: 68%;
  left: 0;
  margin-top: 20px;
  overflow: hidden;
  visibility: hidden;
  background-color: #fff;
  box-shadow:  0 0 10px  2px rgba(242, 242, 242, 0.55);
  transition: all .5s;
  opacity: 0;
  z-index: 12;
  /* padding: 15px 0; */
}
.btn-box-swiper{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255,47,47,.6);
  cursor: pointer;
}
.head_pc .nav_drop_box a{
  display: block;
  font-size: 12px !important;
  line-height: 30px;
  text-align: center;
}
.head_pc .nav_drop_box a:hover{
  color: #ff2f2f;
}
.head_pc .nav .nav-item:hover .nav_drop_box{
  margin-top: 0;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 5px 15px 0 rgba(49, 49, 49, 0.05);
}
.head_pc .nav .nav-item > a{position: relative;}
.head_pc .nav .nav-item .hot {
  position: absolute;
  top: -25%;
  right: -22px;
}
.head_pc .nav .nav-item  .line {

  height: 3px;
  position: absolute;
  top: 66%;
  left: 0;
  /* background: #ff2f2f; */
  background: linear-gradient(to right, #a9cfff, #eaa6ff);

  width: 100%;
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.head_pc .nav .nav-item:hover .line{
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.head_pc .nav .nav-item .iconfont{transition: all .5s;}
.head_pc .nav_drop_box a:hover{
  color: #fff;
  /* background-color:#ff2f2f ; */
  background: linear-gradient(to right, #a9cfff, #eaa6ff);
}

.head_pc .nav .nav-item:hover .iconfont{
  transform: rotate(180deg);
}
.home-section-1 .main_wrap {
  margin-top: 0 !important;
  padding-bottom: 170px;
  position: relative;
  z-index: 2;
}
.home-section-1 .main_wrap .content .poster {
  width: 670px;
  height: 670px;
  border-radius: 45px;
  background-color: #fff;
  border: 1px solid #eeeeee;
}
.home-section-1 .main_wrap .content .text {
  margin-top: 50px;
}
.home-section-1 .main_wrap .content .text p {
  color: #5c5c5c;
}
.home-section-1 .main_wrap .content .info {
  padding-left: 130px;
  /* padding-top: 60px; */
  padding-top: 200px;
}
.home-section-1 .main_wrap .swiper-next {
  width: 355px;
  height: 355px;
  background: url(../images/bg1.png) center center no-repeat;
  right: 0;
  z-index: 3;
}
.home-section-1 .bg-2 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.home-section-1 .more {
  position: absolute;
  bottom: 150px;
  right: 0;
  z-index: 2;
}

.more {
  width: 210px;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #fff;
}

.home-section-2 {
  height: 900px;
  background: url(../images/bg3.jpg) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
}
.home-section-2 .mask-box {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/bg3.png) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  cursor: pointer;
}
.home-section-2 .mask-box .title {
  font-size: 40px;
  line-height: 60px;
  max-width: 750px;
}
.home-section-2 .mask-box img {
  margin: 70px auto 0;
}

.home-section-3 {
  padding: 100px 0 0;
}
.home-section-3 .content {
  /* margin-top: 96px; */
  position: relative;
  z-index: 3;
}
.home-section-3 .content .poster {
  width: 48%;
}
.home-section-3 .content .info {
  padding-top: 30px;
  padding-left: 3%;
}
.home-section-3 .content .info .title-t {
  text-transform: uppercase;
  margin-bottom: 50px;
}
.home-section-3 .content .info .title {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.home-section-3 .content .info .title span {
  color: #ff2f2f;
}
.home-section-3 .content .info .text {
  color: #5c5c5c;
}
.home-section-3 .bg-wrap {
  background: url(../images/bg4.jpg) 0 0 no-repeat;
  -o-background-size: cover;
     background-size: cover;
     padding-bottom: 100px;
}
.home-section-3 .more {
  margin-top: 40px;
}
.home-section-3 .feature {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 780px;
  background-color: #fff;
  border-radius: 10px;
  padding: 108px 70px 60px;
  z-index: 2;
}
.home-section-3 .feature-swiper {
  margin-top: 70px;
}
.home-section-3 .feature-swiper a {
  height: 90px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home-section-3 .feature-swiper .span {
  margin-top: 60px;
}
.home-section-3 .feature-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #e5e5e5;
  margin: 0 6px;
}
.home-section-3 .feature-swiper .swiper-pagination-bullet-active {
  background-color: #ea5518;
}

.home-section-4 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}
.home-section-4 .news-wrap {
  margin-top: 50px;
  background-color: #fff;
  padding: 30px 0;
}
.home-section-4 .news-wrap ul {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.home-section-4 .news-wrap li {
  padding: 0 30px;
  border-right: 1px solid #eeeeee;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-section-4 .news-wrap li:last-child {
  border-right: 0;
}
.home-section-4 .news-wrap li .title {
  height: 85px;
  transition: all .5s;
}
.home-section-4 .news-wrap li .poster{overflow: hidden;}
.home-section-4 .news-wrap li img{
  transition: all .5s;
}
.home-section-4 .news-wrap li:hover img{
  transform: scale(1.1);
}
.home-section-4 .news-wrap li:hover .title{ color: #ff2f2f;}
.home-section-4 .news-wrap li .date {
  margin-bottom: 35px;
}
.home-section-4 .more {
  border: 1px solid #ff2f2f;
  color: #ff2f2f;
  margin: 80px auto 0;
}

.home-section-5 {
  background: url(../images/bg5.png) center no-repeat;
  -o-background-size: cover;
     background-size: cover;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.home-section-5 .item {
  padding: 76px 0 90px;
  border-right: 1px solid #dcd8ff;
}
.home-section-5 .item:last-child {
  border-right: 0;
}
.home-section-5 .item .icon {
  margin: auto;
}
.home-section-5 .item .title {
  margin-top: 40px;
}
.home-section-5 .more-more {
  color: #ff2f2f;
  margin-top: 40px;
}

footer {
  background-color: #1f1f25;
  padding: 100px 0 60px;
}
footer .foot-wrap .text {
  max-width: 330px;
}
footer .foot-wrap .input {
  margin-top: 40px;
}
footer .foot-wrap .input input {
  width: 390px;
  height: 50px;
  background: transparent;
  padding-left: 20px;
  border: 1px solid #434343;
}
footer .foot-wrap .input input::-webkit-input-placeholder {
  color: #6d6d75;
}
footer .foot-wrap .input input:-moz-placeholder {
  color: #6d6d75;
}
footer .foot-wrap .input input::-moz-placeholder {
  color: #6d6d75;
}
footer .foot-wrap .input input:-ms-input-placeholder {
  color: #6d6d75;
}
footer .foot-wrap .input input::placeholder {
  color: #6d6d75;
}
footer .foot-wrap .input button {
  width: 120px;
  height: 50px;
  background-color: #ff2f2f;
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
footer .foot-wrap .c-title {
  margin-bottom: 50px;
  text-transform: uppercase;
}
footer .foot-wrap .link {
  line-height: 48px;
}
footer .foot-wrap .link a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
footer .foot-wrap .link a:hover {
  opacity: 0.8;
}
footer .copyright {
  color: #63636c;
  padding-top: 80px;
}

.bimo-wrap {
  padding-top: 25px;
  padding-bottom: 104px;
}

.col-wrap-title {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* .newTab{
  position: absolute;
  top: 65%;
}
.newTab a {
  cursor: pointer;
  color: #fff;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.newTab a:nth-child(1),.newTab a:nth-child(2) {
  margin-right: 20px;
}
.newTab a.active {
  border-bottom-color: #fff;
  color: #fff;
  font-weight: bold;
} */
.col-wrap-title .tab a {
  cursor: pointer;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
  margin-left: 50px;
}
.col-wrap-title .tab a:nth-child(1) {
  margin-left:0;
}
.col-wrap-title .tab a.active {
  border-bottom-color: #ff2f2f;
  color: #ff2f2f;
}
.col-wrap-title .title {
  position: absolute;
  left: 0;
  top: 0;
}

.list {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
.list li {
  width: 32.5%;
  padding-bottom: 55px;
  margin-right: 1.2%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.list li:nth-child(3n) {
  margin-right: 0;
}
.list li .poster {
  height: 390px;
  overflow: hidden;
  margin-bottom: 56px;
  position: relative;
}
.list li .poster a{
  width: 70%;
}
.list li .span {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
.list li .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #ececeb;
  margin: 0 5px;
}
.list li .swiper-pagination-bullet-active {
  background-color: #ea5518;
  border-color: transparent;
}
.list li .text {
  margin-top: 30px;
}
.list li:hover {
  border-color: #ea5518;
  box-shadow: 0 5px 15px 2px rgba(0, 0, 0, 0.15);
}

.loadmore {
  color: #a1a1a1;
  text-decoration: underline;
}

.bimo-details-banner .count {
  font-size: 180px;
}
.bimo-details-banner .text {
  font-size: 100px;
}

.bio-section-1 {
  padding: 130px 0 210px;
}
.bio-section-1 .content {
  margin-top: 46px;
  vertical-align: bottom;
}
.bio-section-1 .content .item {
  width: 28%;
  display: inline-block;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-right: 7.5%;
}
.bio-section-1 .content .item img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
.bio-section-1 .content .item:last-child {
  margin-right: 0;
}
.bio-section-1 .content .item-1 {
  height: 550px;
  background: -webkit-linear-gradient(bottom, #fefffe 2%, #30a64e);
  background: -moz-linear-gradient(bottom, #fefffe 2%, #30a64e);
  background: -o-linear-gradient(bottom, #fefffe 2%, #30a64e);
  background: linear-gradient(to top, #fefffe 2%, #30a64e);
}
.bio-section-1 .content .item-2 {
  height: 620px;
  background: -webkit-linear-gradient(bottom, #fefffe 2%, #8ccf41);
  background: -moz-linear-gradient(bottom, #fefffe 2%, #8ccf41);
  background: -o-linear-gradient(bottom, #fefffe 2%, #8ccf41);
  background: linear-gradient(to top, #fefffe 2%, #8ccf41);
}
.bio-section-1 .content .item-3 {
  height: 680px;
  background: -webkit-linear-gradient(bottom, #fefffe 2%, #bdd34a);
  background: -moz-linear-gradient(bottom, #fefffe 2%, #bdd34a);
  background: -o-linear-gradient(bottom, #fefffe 2%, #bdd34a);
  background: linear-gradient(to top, #fefffe 2%, #bdd34a);
}
.bio-section-1 .content .info {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 3%;
  vertical-align: bottom;
}
.bio-section-1 .content .info .count {
  font-size: 148px;
}
.bio-section-1 .content .info .unit {
  font-size: 35px;
}

.pro-item {
  height: 900px;
  background-position: center;
  -o-background-size: cover;
     background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.pro-item .text {
  position: absolute;
  top: 138px;
}
.pro-item .text p {
  font-size: 48px;
  line-height: 72px;
}
.pro-item .text-left1 {
  left: 0;
}
.pro-item .box {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pro-item .text-right1 {
  right: 5%;
}

.flavo {
  padding: 150px 0;
}
.flavo .left-box {
  max-width: 670px;
}
.flavo .left-box .title {
  font-size: 48px;
  line-height: 60px;
  max-width: 500px;
}
.flavo .left-box .entry {
  background-color: #ff2f2f;
  width: 160px;
  height: 56px;
  border-radius: 28px;
  margin-top: 45px;
}
.flavo .ul {
  margin-top: 80px;
}
.flavo .ul li {
  width: 25%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  cursor: pointer;
  transition: .4s;
}

.flavo .ul li:hover{
  transform: translateY(-10px);
}

.flavo .ul li img {
  width: 138px;
  height: 138px;
}
.flavo .ul li .mask1 {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flavo .ul li.active .mask1 {
  opacity: 0;
}
.flavo .right-poster {
  max-width: 668px;
}

.bimo-swiper .info {
  font-size: 48px;
  position: absolute;
  left: 160px;
  top: 195px;
  line-height: 72px;
}
.bimo-swiper .span {
  bottom: 30px;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 3;
}
.bimo-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #ececeb;
  margin: 0 5px;
}
.bimo-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}

.whole-wrap-boxs {
  padding: 25px 0 110px;
}
.whole-wrap-boxs .tab {
  margin-top: 54px;
}
.whole-wrap-boxs .tab a {
  cursor: pointer;
  margin-right: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.whole-wrap-boxs .tab a:last-child {
  margin-right: 0;
}
.whole-wrap-boxs .tab a.active {
  border-bottom-color: #ff2f2f;
  color: #ff2f2f;
}
.whole-wrap-boxs .t-wrap {
  margin-top: 64px;
}
.whole-wrap-boxs .form-wrap {
  margin: 66px auto 0;
  width: 1000px;
}
.whole-wrap-boxs .form-wrap .label span {
  color: #ff2f2f;
}
.whole-wrap-boxs .form-wrap input {
  width: 100%;
  height: 50px;
  padding-left: 15px;
  border: 1px solid #e5e5e4;
  background-color: transparent;
}
.whole-wrap-boxs .form-wrap .tips {
  color: #878787;
}
.whole-wrap-boxs .form-wrap .upload {
  height: 100px;
  background-color: #f7f7f7;
  border: 1px solid #e5e5e4;
}
.whole-wrap-boxs .textarea {
  border: 1px solid #e5e5e4;
  padding: 15px;
  height: 110px;
  background-color: transparent;
}
.whole-wrap-boxs .submit {
  border-radius: 5px;
  width: 160px;
  height: 56px;
  text-transform: uppercase;
  margin: 60px auto 0;
  background: -webkit-linear-gradient(left, #a9cfff, #eea4ff);
  background: -moz-linear-gradient(left, #a9cfff, #eea4ff);
  background: -o-linear-gradient(left, #a9cfff, #eea4ff);
  background: linear-gradient(to right, #a9cfff, #eea4ff);
}
.whole-wrap-boxs .file {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.layui-form-select dl dd.layui-this {
  background-color: #ff2f2f;
}

.w-1000 {
  width: 1000px;
  margin: auto;
}

.reseller-nav {
  margin-top: 30px;
  background-color: #f7f7f7;
  text-align: center;
  white-space: nowrap;
}
.reseller-nav a {
  display: inline-block;
  padding: 16px 10px;
  cursor: pointer;
  margin-right: 50px;
  border-bottom: 2px solid transparent;
}
.reseller-nav a.active {
  border-color: #ff2f2f;
  color: #ff2f2f;
}

.sliding-floor-header {
  text-align: center;
  white-space: nowrap;
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.sliding-floor-header a {
  display: inline-block;
  width: 130px;
  height: 40px;
  border: 1px solid #eeeeee;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  margin-right: 20px;
  color: #878787;
  cursor: pointer;
}
.sliding-floor-header s.active {
  color: #fff;
  border-color: transparent;
  background: -webkit-linear-gradient(left, #a9cfff, #eea4ff);
  background: -moz-linear-gradient(left, #a9cfff, #eea4ff);
  background: -o-linear-gradient(left, #a9cfff, #eea4ff);
  background: linear-gradient(to right, #a9cfff, #eea4ff);
}

.lists {
  margin-top: 50px;
}
.lists li {
  width: 32%;
  background-color: #f7f7f7;
  padding: 36px 20px;
  margin-right: 2%;
  margin-bottom: 20px;
}
.lists li:nth-child(3n) {
  margin-right: 0;
}
.lists li .poster {
  /* height: 110px; */
  height: 250px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.lists li .url {
  color: #878787;
  line-height: 18px;
}

.map {
  margin-top: 70px;
}

.download-list {
  margin-top: 66px;
}
.download-list li {
  border: 1px solid #eeeeee;
  width: 23%;
  margin-right: 2.44%;
  margin-bottom: 50px;
}
.download-list li:nth-child(4n) {
  margin-right: 0;
}
.download-list li .poster {
  height: 270px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #eeeeee;
}
.download-list li .down-item-wrap {
  padding: 20px 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.download-list li .down-item {
  padding: 20px 0;
  border-bottom: 1px solid #eeeeee;
}
.download-list li .down-item:last-child {
  border: 0;
}
.download-list li .down-item:hover .name {
  color: #ff2f2f;
}
.download-list li .icon-download {
  width: 20px;
  height: 16px;
  background: url(../images/down.png) no-repeat;
}
.download-list li .disabled .icon-download {
  background-image: url(../images/down1.png);
}
.download-list li .disabled .name {
  color: #b1b1b1 !important;
}
.download-list li:hover .down-item-wrap {
  box-shadow: 0 10px 15px 8px rgba(242, 242, 242, 0.55);
}

.loadmore {
  text-transform: uppercase;
}
.loadmore:hover {
  color: #ff2f2f;
}

.faq-list-box {
  margin-top: 60px;
}
.faq-list-box ul {
  margin-bottom: 70px;
}
.faq-list-box ul li {
  padding: 34px 0;
  border-bottom: 1px solid #000;
}
.faq-list-box ul .c-header {
  padding-right: 35px;
}
.faq-list-box ul .c-header.active .open {
  color: #ff2f2f;
}
.faq-list-box ul .more-content {
  margin-top: 30px;
  padding-left: 60px;
}
.faq-list-box ul .more-content p {
  font-size: 16px;
  line-height: 30px;
  color: #222222;
}

.tt {
  text-transform: uppercase;
}

.ad-banner {
  margin-top: 110px;
}

.contact-w {
  padding: 34px 0 0;
}
.contact-w .c-meth {
  margin-top: 80px;
}
.contact-w .c-meth .info {
  margin-top: 60px;
}
.contact-w .c-meth img {
  margin: auto;
}
.contact-w .share {
  margin-top: 90px;
}

.form_box {
  margin-top: 100px;
  padding-top: 88px;
  border-top: 1px solid #eeeeee;
}
.form_box .form_item {
  width: 48%;
  margin-bottom: 20px;
}
.form_box .form_item input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border: 1px solid #e5e5e4;
  background-color: transparent;
}
.form_box .form_item .label {
  margin-bottom: 20px;
}
.form_box .form_item .label span {
  color: #ff2f2f;
}
.form_box .submit {
  border-radius: 5px;
  width: 160px;
  height: 56px;
  text-transform: uppercase;
  margin: 40px 0 0 0;
  background: -webkit-linear-gradient(left, #a9cfff, #eea4ff);
  background: -moz-linear-gradient(left, #a9cfff, #eea4ff);
  background: -o-linear-gradient(left, #a9cfff, #eea4ff);
  background: linear-gradient(to right, #a9cfff, #eea4ff);
}
.form_box textarea {
  border: 1px solid #e5e5e4;
  padding: 15px;
  height: 100px;
  background-color: transparent;
}

.news-wrap1 {
  margin-top: 60px;
}
.news-wrap1 .info {
  padding-left: 5%;
  padding-top: 40px;
}
.news-wrap1 .info .date {
  color: #ff2f2f;
}
.news-wrap1 .info .sub {
  margin-top: 50px;
}
.news-wrap1 .info .more {
  width: 170px;
  height: 50px;
  border: 1px solid #ff2f2f;
  color: #ff2f2f;
  margin: 80px 0 0;
}

.news-list-w {
  padding: 0 !important;
  background-color: transparent;
}
.news-list-w .news-wrap {
  padding-top: 0;
  margin-top: 75px;
  padding-bottom: 0;
}
.news-list-w .news-wrap ul li {
  border: 0 !important;
  -webkit-flex: none;
     -moz-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 33.3333%;
  padding: 56px 35px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-list-w .news-wrap ul li:hover {
  box-shadow: 0 0 20px 2px rgba(244, 244, 244, 0.65);
}

.page a {
  width: 50px;
  height: 50px;
  border: 1px solid #e5e5e4;
  border-radius: 50%;
  margin: 0 5px;
  color: #878787;
}
.page a.active, .page a:hover {
  color: #fff;
  background: #ff2f2f;
  border-color: #ff2f2f;
}

.article-wrap {
  padding-top: 30px;
  padding-bottom: 120px;
}
.article-wrap .main {
  margin-top: 100px;
}
.article-wrap .main .il {
  width: 66%;
}
.article-wrap .main .il .ar-title {
  font-size: 36px;
  line-height: 1.2;
}
.article-wrap .main .il .date {
  color: #ff2f2f;
  margin-top: 24px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.article-wrap .main .il .con {
  padding-top: 60px;
}
.article-wrap .main .il .con p {
  color: #1f1f25;
  margin-bottom: 30px;
}
.article-wrap .main .il .ot-info {
  padding-top: 30px;
}
.article-wrap .main .il .ot-info a {
  color: #aeaeae;
  display: block;
}
.article-wrap .main .il .ot-info a:hover {
  color: #ff2f2f;
}
.article-wrap .main .ir-box {
  width: 25%;
}
.article-wrap .main .ir-box li {
  margin-bottom: 40px;
}
.article-wrap .main .ir-box li:last-child {
  margin-bottom: 0;
}
.article-wrap .main .ir-box li:hover .title {
  color: #ff2f2f;
}

.about-company {
  padding-bottom: 30px;
}
.about-company .info .title span {
  color: #ff2f2f;
}
.about-company .info {
  padding-left: 5%;
}
.about-company .info .text {
  color: #5c5c5c;
  margin-bottom: 70px;
  margin-top: 50px;
}

@media (max-width: 1620px) {
  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-section-1 .more {
    width: 180px;
    right: 5%;
    background: #ff2f2f;
    border-color: #ff2f2f;
  }
  .home-section-3 .feature {
    width: 96% !important;
  }
  .home-section-3 .feature {
    top: 630px;
  }
  .home-section-4 {
  }
  .home-section-4 .news-wrap li {
    padding: 0 36px;
  }
  .home-section-4 .more {
    margin: 80px auto 0;
  }
  .pro-item .text p {
    font-size: 35px;
    line-height: 50px;
  }
  .pro-item .text-left1 {
    left: 5%;
  }
  .bimo-swiper .info {
    font-size: 30px;
    left: 5%;
    top: 155px;
    line-height: 42px;
  }
  .about-company .info {
    padding-left: 3%;
  }
  .about-company .info .text {
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 15px;
    line-height: 30px;
  }
  .article-wrap .main .ir-box {
    width: 30%;
  }
  .news-wrap1 .info {
    padding-left: 3%;
    padding-top: 20px;
  }
  .news-wrap1 .info .sub {
    margin-top: 20px;
    font-size: 14px;
    line-height: 22px;
  }
  .news-wrap1 .info .more {
    width: 140px;
    height: 40px;
    margin: 20px 0 0;
  }
}
@media (max-width: 1560px) {
  .home-section-1 .main_wrap .content .poster {
    width: 43%;
    height: 580px;
    border-radius: 25px;
    overflow: hidden;
  }
  .home-section-1 .main_wrap .content .info {
    padding-left: 5%;
    padding-top: 50px;
  }
  .home-section-1 .main_wrap .swiper-next {
    width: 220px;
    height: 220px;
    -o-background-size: cover;
       background-size: cover;
  }
  .btn-box-swiper {
    width: 50px !important;
    height: 50px !important;
  }
  .news-list-w .news-wrap ul li {
    padding: 36px 20px;
  }
}
@media (max-width: 1420px) {
  .head_pc .nav .nav-item a {
    font-size: 16px;
  }
  .head_pc .nav .nav-item {
    padding: 50px 15px !important;
  }
  .bio-section-1 .content .info .count {
    font-size: 90px;
  }
  .bio-section-1 .content .info .unit {
    font-size: 26px;
  }
  .bio-section-1 .content .item {
    width: 30%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-right: 4.5%;
  }
  .bio-section-1 {
    padding: 100px 0 180px;
  }
}
@media (max-width: 1230px) {
  .scbox input {
    width: 160px;
  }
  .scbox button {
    right: 15px;
  }
  .head_pc .logo {
    width: 180px;
  }
  .banner .span {
    bottom: 20px;
  }
  .banner .banner-info .s-logo {
    margin-bottom: 20px;
  }
  .banner .banner-info .title {
    font-size: 40px;
  }
  .banner .banner-info .text {
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
  }
  .banner .banner-info .brand {
    margin-top: 25px;
  }
  .home-section-1 {
    padding: 68px 0 0 0;
  }
  .head_pc .nav .nav-item a {
    font-size: 14px;
  }
  .home-section-3 .content .info {
    padding-top: 30px;
    padding-left: 2%;
  }
  .home-section-3 .content .info .title {
    margin-bottom: 30px;
  }
  .home-section-3 .content .info .text {
    font-size: 14px;
    line-height: 24px;
  }
  .home-section-3 .more {
    margin-top: 40px;
  }
  .more {
    width: 170px;
    height: 50px;
    font-size: 15px;
  }
  footer .foot-wrap .input input {
    width: 284px;
    height: 40px;
    padding-left: 10px;
  }
  footer .foot-wrap .input button {
    width: 90px;
    height: 40px;
    font-size: 13px;
  }
  footer .foot-wrap .link a {
    font-size: 14px;
  }
  .a-font-size20 {
    font-size: 16px;
  }
  .a-font-size16 {
    font-size: 14px;
  }
  footer .foot-wrap .c-title {
    margin-bottom: 20px;
  }
  .home-section-4 .news-wrap li {
    padding: 0 16px;
}
}
@media only screen and (max-width: 1170px) {
  .whole-wrap-boxs .form-wrap, .w-1000 {
    width: 100%;
  }
  .whole-wrap-boxs .form-wrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .home-section-4 .news-wrap li {
    padding: 0 16px;
  }
  .foot-item {
    width: 50%;
    margin-bottom: 30px;
  }
  .foot-item:nth-child(2) {
    text-align: center;
  }
  .foot-item:nth-child(2) a {
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .foot-wrap {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .copyright {
    padding-top: 10px;
  }
  footer {
    padding: 30px 0;
  }
  .sliding-floor-header {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .banner .banner-info .title {
    font-size: 20px;
  }
  .banner img.w100 {
    height: 300px;
  }
  .banner .banner-info .s-logo {
    margin-bottom: 15px;
    width: 110px;
  }
  .banner .banner-info .text {
    margin-top: 9px;
    font-size: 14px;
    line-height: 20px;
  }
  .banner .banner-info .brand {
    margin-top: 15px;
    width: 120px;
  }
  .home-section-1 {
    padding: 30px 0;
  }
  .title-wrap .title {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .home-section-1 .main_wrap {
    margin-top: 26px;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .home-section-1 .main_wrap .content {
    display: block;
  }
  .home-section-1 .main_wrap .content .poster {
    width: 100%;
    height: auto;
    border-radius: 12px;
  }
  .home-section-1 .bg-2, .home-section-1 .main_wrap .swiper-next {
    display: none;
  }
  .home-section-1 .main_wrap .content .info {
    padding-left: 0%;
    padding-top: 30px;
  }
  .a-font-size30 {
    font-size: 20px;
  }
  .home-section-1 .main_wrap .content .text {
    margin-top: 20px;
  }
  .lh-36 {
    line-height: 30px;
  }
  .a-font-size18 {
    font-size: 16px;
  }
  .home-section-1 .more {
    position: static;
    z-index: 2;
    margin: auto;
    width: 170px;
    height: 45px;
  }
  .home-section-2 {
    height: 400px;
  }
  .home-section-2 .mask-box .title {
    font-size: 25px;
    line-height: 30px;
    max-width: 100%;
  }
  .home-section-2 .mask-box img {
    margin: 30px auto 0;
    width: 45px;
  }
  .home-section-3 {
    padding: 30px 0 0;
  }
  .home-section-3 .content {
    /* margin-top: 26px; */
    display: block;
  }
  .home-section-3 .content .poster {
    width: 100%;
  }
  .home-section-3 .bg-wrap {
    height: auto;
    background: #fff;
    padding-bottom: 30px;
  }
  .home-section-3 .content .info {
    padding-top: 20px;
    padding-left: 0%;
  }
  .a-font-size36 {
    font-size: 24px;
  }
  .home-section-3 .content .info .title {
    margin-bottom: 20px;
  }
  .home-section-3 .more {
    margin: 30px auto 0;
    border: 1px solid #ff2f2f;
    color: #ff2f2f;
    height: 40px;
  }
  .home-section-3 .more img {
    display: none;
  }
  .home-section-3 .feature {
    position: static;
    padding: 30px 20px;
    width: 100% !important;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
  .home-section-3 .feature-swiper a {
    height: 50px;
  }
  .home-section-3 .feature-swiper .span {
    margin-top: 20px;
  }
  .home-section-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-section-4 .news-wrap {
    margin-top: 30px;
    padding: 20px 0;
  }
  .home-section-4 .news-wrap ul {
    display: block;
  }
  .home-section-4 .news-wrap ul li {
    margin-bottom: 30px;
  }
  .home .home-section-4 .news-wrap ul li{
    padding: 0 16px;
  }
  .home-section-4 .news-wrap li .title {
    height: auto;
  }
  .home-section-4 .news-wrap li .date {
    margin-bottom: 15px;
  }
  .more {
    width: 150px;
    height: 40px;
    font-size: 14px;
  }
  .home-section-4 .more {
    margin: 30px auto 0;
  }
  .home-section-5 {
    display: block;
  }
  .home-section-5 .item {
    padding: 26px 15px;
    border-right: 0;
  }
  .home-section-5 .item .title {
    margin-top: 20px;
  }
  .a-mt20 {
    margin-top: 15px;
  }
  footer .foot-wrap .input input {
    width: 100%;
    padding-left: 5px;
  }
  footer .foot-wrap .input button {
    width: 70px;
  }
  .foot-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .foot-item:nth-child(2) {
    text-align: left;
  }
  .foot-item:nth-child(2) a {
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  footer .foot-wrap .input {
    display: block;
  }
  footer .foot-wrap .c-title {
    margin-bottom: 10px;
  }
  footer .foot-wrap .link {
    line-height: 30px;
  }
  .list-banner .title {
    font-size: 30px;
  }
  .list-banner img {
    height: 190px;
  }
  .col-wrap-title {
    margin-top: 30px;
    margin-bottom: 26px;
    display: block;
    text-align: center;
  }
  .col-wrap-title .title {
    position: static;
    margin-bottom: 30px;
  }
  .list li {
    width: 100%;
    margin-right: 0 !important;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .list li .poster {
    height: auto;
    margin-bottom: 26px;
    padding-bottom: 30px;
  }
  .list li .text {
    margin-top: 20px;
  }
  .bimo-wrap {
    padding-bottom: 34px;
  }
  .list {
    margin-bottom: 20px;
  }
  .bimo-details-banner .count {
    font-size: 50px;
  }
  .banner .banner-info {
    padding-right: 0px;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .a-mt30 {
    margin-top: 20px;
  }
  .bio-section-1 {
    padding: 30px 15px;
  }
  .title-wrap .title {
    line-height: 1.3;
  }
  .title-wrap .sub {
    font-size: 18px;
    line-height: 30px;
  }
  .bio-section-1 .content {
    margin-top: 26px;
  }
  .bio-section-1 .content .item {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-right: 0;
    height: 400px;
    margin-bottom: 30px;
  }
  .bio-section-1 .content .item img {
    width: 100px;
  }
  .pro-item {
    height: 400px;
  }
  .pro-item .text p {
    font-size: 25px;
    line-height: 30px;
  }
  .flavo {
    padding: 30px 15px;
    display: block;
  }
  .flavo .left-box .title {
    font-size: 32px;
    line-height: 40px;
    max-width: 100%;
    text-align: center;
  }
  .flavo .left-box {
    max-width: 100%;
  }
  .flavo .left-box .entry {
    width: 140px;
    height: 46px;
    border-radius: 28px;
    margin: 25px auto;
  }
  .flavo .ul {
    margin-top: 10px;
  }
  .flavo .ul li {
    width: 33.333%;
    margin-bottom: 10px;
  }
  .bimo-swiper img {
    height: 300px;
  }
  .bimo-swiper .info {
    font-size: 18px;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 22px;
  }
  .whole-wrap-boxs {
    padding: 30px 15px;
  }
  .whole-wrap-boxs .about-company {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
  }
  .whole-wrap-boxs .about-company .content {
    display: block;
  }
  .whole-wrap-boxs .about-company .content .w50 {
    width: 100%;
  }
  .about-company .info {
    padding-left: 0%;
    margin-top: 30px;
  }
  .whole-wrap-boxs .t-wrap {
    margin-top: 34px;
  }
  .a-mb30 {
    margin-bottom: 20px;
  }
  .article-wrap .main {
    margin-top: 30px;
    display: block;
  }
  .article-wrap .main .ir-box, .article-wrap .main .il {
    width: 100%;
  }
  .article-wrap .main .ir-box {
    margin-top: 30px;
  }
  .article-wrap .main .il .date {
    margin-top: 18px;
    padding-bottom: 20px;
  }
  .article-wrap .main .il .con {
    padding-top: 20px;
  }
  .article-wrap .main .il .con p {
    color: #1f1f25;
    margin-bottom: 15px;
  }
  .article-wrap .main .ir-box li {
    margin-bottom: 20px;
  }
  .article-wrap {
    padding-bottom: 30px;
  }
  .article-wrap .main .il .ar-title {
    font-size: 30px;
  }
  .whole-wrap-boxs .tab {
    margin-top: 34px;
  }
  .whole-wrap-boxs .tab a {
    margin-right: 12px;
    font-size: 13px;
  }
  .reseller-nav {
    overflow-x: scroll;
  }
  .reseller-nav span {
    margin-right: 15px;
  }
  .lists {
    margin-top: 30px;
    display: block;
  }
  .lists li {
    width: 100%;
  }
  .sliding-floor-header {
    padding: 20px 0;
    padding-top: 0;
  }
  .download-list {
    margin-top: 36px;
  }
  .download-list li {
    width: 49%;
    margin-right: 2% !important;
    margin-bottom: 15px;
  }
  .download-list li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .download-list li .down-item-wrap {
    padding: 10px 15px;
  }
  .download-list li .down-item {
    padding: 10px 0;
  }
  .download-list li .poster {
    height: 190px;
  }
  .news-wrap1 {
    margin-top: 30px;
    padding: 0;
  }
  .news-wrap1 .news-top {
    display: block;
  }
  .news-wrap1 .news-top .w50 {
    width: 100%;
  }
  .news-wrap1 .info {
    padding-left: 0;
  }
  .news-list-w .news-wrap {
    margin-top: 0;
  }
  .home-section-4 .news-wrap ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .page a {
    width: 30px;
    height: 30px;
  }
  .form_box .submit {
    height: 46px;
    margin: 20px auto 0;
  }
  .form_box {
    margin-top: 20px;
    padding-top: 20px;
  }
  .contact-w .share {
    margin-top: 20px;
  }
  .contact-w .c-meth {
    margin-top: 30px;
    display: block;
  }
  .contact-w .c-meth .item {
    margin-bottom: 30px;
  }
  .contact-w .c-meth .info {
    margin-top: 20px;
  }
  .contact-w {
    padding: 1px 0 0;
  }
  .faq-list-box ul {
    margin-bottom: 20px;
  }
  .ad-banner {
    display: none;
  }
  .faq-list-box ul .c-header {
    padding-right: 5px;
  }
  .faq-list-box ul li {
    padding: 14px 0;
  }
  .faq-list-box ul li .il {
    padding-right: 20px;
    line-height: 1.3;
  }
  .a-mr30 {
    margin-right: 20px;
  }
  .faq-list-box {
    margin-top: 30px;
  }
  .whole-wrap-boxs .submit {
    width: 140px;
    height: 46px;
    margin: 30px auto 0;
  }
  .a-mb20 {
    margin-bottom: 15px;
  }
  .newTab{
    top: 70%;
  }
  .newTab a{margin-right: 15px !important;}
}
footer .foot-wrap .input {
  display: inline-block;
}

.agent-mask{
  position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fa_agebox .fa_wrapbox {
  width: 90%;
  background: #fff;
  padding: 2vw;
  border-radius: 5px;
  max-height: 80%;
  max-width: 500px;
  text-align: center;
}

.fa_agebox .ti{
  font-size: 20px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
}

.fa_agebox .fa_sum {
  margin: 32px 0;
  text-align: left;
  font-size: 14px;
  color: #000;
  font-weight:700;
  line-height: 1.6;
}

.fa_agebox .fa_btnbox a {
  font-size: 14px;
  width: calc((100% - 30px) /2);
  display: block;
  color: #000;
  border: #000 solid 1px;
  line-height: 50px;
  border-radius: 5px;
  text-align: center;
  padding: 0 10px;
  transition: all 0.5s;
  cursor: pointer;
}

#ageOkay,#ageBad:hover {
  color: #fff;
  background: linear-gradient(to right, #a9cfff, #eaa6ff);
  border: none;
}

@media (max-width: 1180px){
  #chart-container {
    height: 70vh !important;
}
}
@media (max-width: 767px){
  #chart-container {
    height: 50vh !important;
}
}


.pic-list-wrap{
  padding: 96px 0 86px;
  background-color: #f4f4f4;
}

.pic-list-wrap .tab-panel{
  margin-bottom: 56px;
}

.pic-list-wrap .tab-item{
  width: 220px;
  height: 70px;
  border-radius: 8px;
  background-color: #fff;
  border:1px solid #e5e5e5;
  margin-right: 20px;
  cursor: pointer;
}

.pic-list-wrap .tab-item.active{
  color: #fff;
  background:linear-gradient(to right,#a9cfff,#efa4ff);
}

.pic-list-wrap-wrap{
  width: 95%;
  margin: auto;
}

.pic-list-wrap-wrap .swiper-wrap-wrap{
  width: 89%;
}

.pic-list-wrap-wrap .swiper-wrap-wrap .title{
  padding: 40px 0;
  background-color: #fff;
}

.pic-list-wrap-wrap .swiper-next-bn,.pic-list-wrap-wrap .swiper-prev-bn{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: pointer;
}

.pic-list-wrap-wrap .swiper-next-bn:hover,.pic-list-wrap-wrap .swiper-prev-bn:hover{
  color: #fff;
  background:linear-gradient(to right,#a9cfff,#efa4ff);
  border-color: transparent;
}

.pic-list-wrap-wrap i{
  color: #a7a7a7;
}

.pic-list-wrap-wrap .swiper-next-bn:hover i,.pic-list-wrap-wrap .swiper-prev-bn:hover i{
  color: #fff;
  
}

.pic-list-wrap-wrap .swiper-wrap-wrap .swiper-slide:hover .title{
  color: #fff;
  background:linear-gradient(to right,#a9cfff,#efa4ff);
}

.cert-list-wrap{
  padding: 80px 0 50px;
}

.cert-list-main{
  width: 95%;
  margin: auto;
}

.swiper-cert-wrap{
  width: 89%;
  padding-bottom: 30px;
}
.cert-list-main .swiper-next-bn,.cert-list-main .swiper-prev-bn{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  cursor: pointer;
}

.cert-list-main .swiper-next-bn:hover,.cert-list-main .swiper-prev-bn:hover{
  color: #fff;
  background:linear-gradient(to right,#a9cfff,#efa4ff);
  border-color: transparent;
}
.cert-list-main .swiper-slide{
  border: 1px solid #eeeeee;
  padding: 50px 0 40px;
  transition: all .5s;
}
.cert-list-main .swiper-slide:hover{
  box-shadow: 0 0 20px 2px #efefef;
}

@media (max-width: 1620px){
  .cert-list-main .swiper-next-bn,.cert-list-main .swiper-prev-bn,.pic-list-wrap-wrap .swiper-next-bn,.pic-list-wrap-wrap .swiper-prev-bn{
    width: 40px;
    height: 40px;
  }
  .pic-list-wrap-wrap .swiper-wrap-wrap .title{
    padding: 20px 0;
    font-size: 15px;
  }
  .pic-list-wrap-wrap {
    width:100%;
    padding-left: 15px;
    padding-right: 15px;
}
.pic-list-wrap {
  padding: 40px 0;
}
.pic-list-wrap .tab-panel{
  margin-bottom: 40px;
}
.cert-list-main .title{margin-top: 20px;padding-top: 20px;}
.pic-list-wrap .tab-item{
  width: 180px;
  height: 50px;
  margin-right: 15px;
  font-size: 15px;
}
.cert-list-main .swiper-slide {
  padding: 30px 0;
}
}

@media (max-width: 640px){
  .pic-list-wrap {
    padding: 30px 0;
}
  .pic-list-wrap .tab-panel {
    margin-bottom: 20px;
}
  .pic-list-wrap-wrap .swiper-wrap-wrap {
    width: 100%;
}
.cert-list-main .title {
  margin-top: 10px;
  padding: 10px 5px;
  line-height: 1.3;
}
.cert-list-main .swiper-slide {
  padding: 15px 0;
}
.swiper-cert-wrap{width: 100%;margin-bottom: 0;padding-bottom: 0;}
.pic-list-wrap-wrap .swiper-wrap-wrap .title {
  padding: 15px 5px;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}
.pic-list-wrap .tab-item {
  width: 190px;
  height: 40px;
  margin-right: 10px;
  font-size: 13px;
}
.cert-list-wrap .swiper-next-bn, .cert-list-wrap .swiper-prev-bn,.pic-list-wrap-wrap .swiper-next-bn, .pic-list-wrap-wrap .swiper-prev-bn{display: none;}
.cert-list-wrap {
  padding: 30px 0;
}
.cert-list-wrap .c-title{
  font-size: 26px;
  padding-bottom: 10px;
}
}

.pic-list-wrap .tab-item:last-child{margin-right: 0;}

.whatsapp{margin-top: 35px;}
.whatsapp a{flex-basis: calc(100% / 5);text-align: center;margin-bottom: 50px;}
.whatsapp a img{max-width: 40px;display: inline-block;margin-bottom: 5px;}