/* banner */

@media (min-width: 768px) {
  .slideBox .bd li img {
    /* margin-top: 85px; */
    /* height: calc(100vh - 85px); */
    height: 100%;
  }
}

@media (max-width: 768px) {
  .banner-min li img {
    /* margin-top: 55px; */
    /* height: calc(100vh - 55px); */
    height: 100%;
  }

  /* 子站 */
  .sub-site {
    display: none;
  }
}

/* 内页 */
@media (max-width: 768px) {
  #container {
    /* margin-top: 60px; */
  }

  #container .left {
    margin-bottom: 10px;
  }

  .footer-1 {
    margin-bottom: 0;
  }
}

/* 内页主题色 */
h3.n_h3 {
  background: rgba(21, 98, 189, 0.8);
  padding: 10px;
  border-radius: 3px;
}

.right .right_title {
  background: rgba(21, 98, 189, 0.8);
  padding: 10px;
  border-radius: 3px;
}

/* 首页 */
.about_box strong {
  font-weight: normal;
}

.about_box font {
  color: #333 !important;
}

/* 新闻标题 */
.product-title .title-bottom {
  color: rgb(21, 98, 189);
}

.product-title .title-bottom span:first-child {
  background: rgb(21, 98, 189);
}

/* 关于我们页 */
.my-about-box font {
  color: #333;
}

.my-about-box strong {
  font-weight: normal !important;
}

.my-about-box img {
  width: 100%;
}

/* 关于我们页 */
.my-product-box font {
  color: #333;
}

.my-product-box strong {
  font-weight: normal !important;
}

.banner-min {
  display: none;
}

.banner {
  display: unset;
}

@media (max-width: 768px) {
  /* 优势小图标 */
  .team-1 .team-2 .team-con .tab_list1 li {
    background-position: 20px 6px !important;
  }

  .banner-min {
    display: unset;
  }

  .banner {
    display: none;
  }
}

.news_company h2,
.download h2,
#link {
  background: rgb(21, 98, 189);
}

/* 全屏 */

/* 右侧导航 */
@media (max-width: 1200px) {
  #fullPage-nav.right {
    width: auto;
  }
}

#fullPage-nav {
  _display: none;
  font-size: 12px;
}

#fullPage-nav li {
  width: 90px;
  margin: 10px 0 0;
  /* vertical-align: middle; */
}

#fullPage-nav li a {
  float: right;
  width: 21px;
  text-decoration: none;
  text-align: right;
}

#fullPage-nav li .active {
  /* background-position: 0 bottom; */
}

#fullPage-nav span {
  height: 8px;
  width: 8px;
  /* border: 1px solid rgba(21, 98, 189, 0.5); */
  border: none;
  background: rgba(21, 98, 189, 0.4);
}

#fullPage-nav li:hover span,
.fullPage-slidesNav span {
  transform: scale(1.8);
  background: rgba(21, 98, 189, 0.4);
}

#fullPage-nav li .active span,
.fullPage-slidesNav .active span {
  transform: scale(2.1);
  background: rgba(21, 98, 189, 0.4);
}

@media (max-width: 768px) {
  #fullPage-nav {
    left: 75%;
  }
}

.fullPage-tooltip {
  float: left;
  top: 0;
  margin-right: 5px;
  font: 12px;
  color: #8f9da4;
  line-height: 21px;
}

.section {
  position: relative;
  overflow: hidden;
}

.section .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.section .bg img {
  display: block;
  width: 100%;
  height: 100%;
}

.section-title {
  position: absolute;
  width: 554px;
  left: 50%;
  top: 3%;

  opacity: 0;
  transform: scale(0.5, 0.5) translateX(-50%);
  transition: all 1s;

  font-size: 30px;
  text-align: center;
  letter-spacing: 5px;
}

.section.section2 strong {
  top: 1%;
}

.section2 {
  margin-top: 85px;
}

.product img {
  position: absolute;
  width: 554px;

  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 1s;
}

.sub-product-box .left-box.min-box {
  display: none;
}

.main-product {
  background: url(../img/bg-product.jpg) no-repeat;
  background-position: -124px -387px;

  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 999;

  width: 554px;
  height: 554px;
  border-radius: 50%;

  display: flex;
  justify-content: center;
  align-items: center;

  opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 1s;

  z-index: 1;
}

.main-product img {
  position: unset;
}
.active .main-product {
  opacity: 1;
  transform: scale(0.8);
  transition-delay: 0.4s;
}

.sub-product {
  position: absolute;
  display: flex;
  align-items: center;
}

.sub-product .text-box .title {
  color: rgb(0, 163, 233);
  font-size: 18px;
  font-weight: bold;
  background: rgb(251, 251, 251);
  display: inline-block;
  padding-right: 5px;
  padding: 2px;
  padding-right: 5px;
}
.sub-product .text-box .row {
  font-size: 12px;
}

.sub-product img {
  position: unset;
  transform: scale(0.2, 0.2);
}

.sub-product-1 {
  top: 10%;
  right: 14%;
}

.sub-product-2 {
  top: 25%;
  right: 11%;
}

.sub-product-3 {
  top: 45%;
  right: 10%;
}

.sub-product-4 {
  top: 60%;
  right: 13%;
}

.sub-product-5 {
  bottom: 14%;
  left: 25%;
  z-index: 10;
}

.sub-product-6 {
  top: 60%;
  left: 14%;
}

.sub-product-7 {
  top: 45%;
  left: 9%;
}

.sub-product-8 {
  top: 25%;
  left: 10%;
}

.sub-product-9 {
  top: 10%;
  left: 15%;
}

.active .product img {
  opacity: 1;
  transform: scale(0.8);
  transition-delay: 0.4s;
}

.active .sub-product img {
  transform: scale(0.9);
  width: 200px;
}

.active .product.sub-product:hover {
  cursor: pointer;
}

.active .product.sub-product:hover img {
  transform: scale(1.05) !important;
  cursor: pointer;
  transition-delay: 0s;
  transition: all 0.5s;
}

@media (max-width: 1660px) {
  .active .product.main-product {
    transform: scale(0.7);
  }
}

@media (max-width: 1600px) {
  .active .product.main-product {
    transform: scale(0.6);
  }

  .active .product.sub-product img {
    transform: scale(0.8);
  }
  .active .product.sub-product img:hover {
    transform: scale(0.9);
  }
}

@media (max-width: 1500px) {
  .active .product.main-product {
    transform: scale(0.6);
  }

  .active .product.sub-product img {
    transform: scale(0.7);
  }
  .active .product.sub-product img:hover {
    transform: scale(0.8);
  }

  .sub-product-1 {
    right: 11%;
  }

  .sub-product-2 {
    right: 8%;
  }

  .sub-product-3 {
    right: 7%;
  }

  .sub-product-4 {
    right: 10%;
  }

  .sub-product-6 {
    left: 11%;
  }

  .sub-product-7 {
    left: 6%;
  }

  .sub-product-8 {
    left: 7%;
  }

  .sub-product-9 {
    left: 12%;
  }
}

@media (max-width: 1400px) {
  .sub-product-1 {
    top: 10%;
    right: 2%;
  }

  .sub-product-2 {
    top: 25%;
    right: 0%;
  }

  .sub-product-3 {
    top: 45%;
    right: 0%;
  }

  .sub-product-4 {
    top: 60%;
    right: 2%;
  }

  .sub-product-5 {
    bottom: 10%;
    left: 28%;
  }

  .sub-product-6 {
    top: 60%;
    left: 5%;
  }

  .sub-product-7 {
    top: 45%;
    left: 2%;
  }

  .sub-product-8 {
    top: 25%;
    left: 2%;
  }

  .sub-product-9 {
    top: 10%;
    left: 5%;
  }
}

@media (max-width: 1300px) {
  .active .product.main-product {
    transform: scale(0.6);
  }

  .active .product.sub-product img {
    transform: scale(0.6) !important;
  }

  .active .product.sub-product img:hover {
    transform: scale(0.7) !important;
  }

  .active .sub-product img {
    transform: scale(0.9);
    width: 150px;
  }
}

@media (max-width: 1200px) {
  .sub-product-1,
  .sub-product-2,
  .sub-product-3,
  .sub-product-4 {
    right: 0%;
  }

  .sub-product-5,
  .sub-product-6,
  .sub-product-7,
  .sub-product-8,
  .sub-product-9 {
    left: 0%;
  }
  .active .product.main-product {
    transform: scale(0.45);
  }
}

@media (max-width: 1100px) {
  .sub-product .text-box .row {
    display: none;
  }

  .product img {
    position: initial;
  }

  .main-product {
    /* margin-top: -5%; */
  }

  .sub-product-box {
    margin-top: -74%;
    display: flex;
  }

  .main-product {
    /* width: 50%; */
    margin: 0 auto;
    display: block;
    margin-top: 25px;
  }

  .active .section-title {
    position: initial;
    transform: scale(0.7) !important;
    width: 100%;
  }

  .sub-product-box .left-box,
  .sub-product-box .right-box {
    display: inline-block;
    width: 48%;
  }

  .sub-product-box .sub-product img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .section2 {
    margin-top: 55px;
  }

  .sub-product {
    position: unset;
    width: 100%;
    justify-content: space-between;

    flex-direction: column;
  }

  .sub-product .text-box .title {
    font-size: 12px;
  }

  .sub-product .text-box {
    margin-top: -10px;
  }

  .sub-product .text-box .row {
    display: none;
  }
  .sub-product .img-box img {
    width: 100px;
  }

  .active .product.main-product img {
    transform: scale(0.7);
  }

  .active .product.main-product {
    position: relative;
    top: -120px;
    background: none;
    transform: scale(0.45);
    width: 100%;
    height: auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
  }
  .product.main-product {
    background: none;
  }

  .main-product img {
    margin-top: 0;
  }

  .main-product {
    margin-top: 0;
  }

  .sub-product-box {
    padding: 20px 20px 0;
    flex-wrap: wrap;
  }

  .active .section-title {
    letter-spacing: 2px;
    font-size: 18px;
    transform: scale(1) !important;
    margin-top: 10px;
  }

  .sub-product-box .right-box,
  .sub-product-box .left-box {
    display: inline-block;
    width: 49%;
  }

  .sub-product-box .left-box {
    display: none;
  }
  .sub-product-box .left-box.min-box {
    display: block;
  }
}

.p11 {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 600px;
  margin: 0 0 0 -280px;
  font-size: 14px;
  color: #94a7c6;
  opacity: 0;
  transition: all 0.5s;
}

.mail {
  float: left;
  height: 26px;
  text-indent: -9999px;
}

.mail-163 {
  float: left;
  width: 107px;
}

.mail-126 {
  float: left;
  width: 108px;
  margin-left: 23px;
}

.mail-yeah {
  float: right;
  width: 115px;
}

.section strong {
  position: absolute;
  left: 0;
  top: 15%;
  z-index: 10;

  /* background: rgb(0, 104, 183); */
  background: url(../img/news-img.jpg);
  color: #fff;
  padding: 30px 20px;
  padding-left: 30px;
  width: 512px;

  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  /* font-style: italic; */
  /* text-align: center; */
  box-sizing: border-box;

  opacity: 0;
  transform: translateX(-100%);
  transition: all 1s;
}

.active strong {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}

.p1 {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 510px;
  margin-left: -255px;
  margin-top: 130px;
  font-size: 16px;
  color: #727f8c;
  opacity: 0;
  transition: all 1s;
}

/* .section3 h3 {
  background-image: url(../img/case-title.png);
}

.section4 h3 {
  background-image: url(../img/desc-title.png);
}

.section5 h3 {
  background-image: url(../img/case-title.png);
} */

.p3 {
  position: absolute;
  width: 430px;
  left: 50%;
  top: 15%;
  margin-top: 250px;
  margin-left: -100%;
  font-size: 16px;
  color: #fffde1;
  opacity: 0;
  transition: all 1s;
}

.section-router .slides {
  width: 70%;
  margin: 0 auto;
  top: 25%;
  text-align: center;
}

.section-router .slides .img-box img {
  width: 60%;
}

.section-router .controlArrow {
  border-color: transparent rgba(21, 98, 189, 0.7) transparent !important;
}

.section-router .prev {
  left: 20%;
}
.section-router .next {
  right: 20%;
}

@media (max-width: 768px) {
  .section-router .slides {
    width: 100%;
  }
  .section-router .slides .img-box img {
    width: 100%;
  }

  .section-router .prev {
    left: 5%;
    top: 70%;
    transform: scale(0.6);
  }

  .section-router .next {
    right: 5%;
    top: 70%;
    transform: scale(0.6);
  }
}

.section3 .info-box,
.section4 .info-box {
  position: absolute;
  top: 30%;
  width: 100%;
  margin: 0 auto;

  transform: scale(0.5, 0.5);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.7s;

  color: #fff;
  font-size: 16px;
}

.section3 .info-box {
  top: 35%;
}

.section4 .row .text-box {
  width: 80%;
  margin: 0 auto;
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 1.7em;
  letter-spacing: 1px;
  color: #333;
}

.section4 .row .text-box p {
  color: #fff;
  text-align: center;
}

.section4 .row .other {
  width: 74%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.section4 .row .other .other-item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px dashed #fff;
  margin: 67px auto 0 auto;
  text-align: center;
}

.section4 .row .other .other-item img{
  width: 50px;
}

.section4 .row .other .other-item .title{
  color: #fff;
  font-size: 14px;
}

.section4 .row .other .other-item .subtitle{
  color: #999;
  font-size: 10px;
}

.section4 .row .other .other-item:hover {
  border: 1px dashed #fea800;
}

.section4 .row .other .other-item:hover .title,
.section4 .row .other .other-item:hover .subtitle {
  color: #fea800;
}


.section3 .row .text-box {
  width: 30%;
  margin-right: 30px;
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 1.7em;
  letter-spacing: 1px;
  color: #333;
}

.section3 .row .text-box p {
  margin-bottom: 50px;
}

.section3 .info-box .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.section3 .info-box .img-box {
  width: 30%;
}
.section3 .info-box .img-box img {
  width: 100%;
}

.section4 .row .img-box {
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.section4 .row .img-box img:nth-child(1) {
  width: 33%;
}

.section4 .row .img-box img:nth-child(2) {
  width: 67%;
}

.active .info-box {
  opacity: 1;
  transform: scale(1, 1);
}

@media (max-width: 1200px) {
  .section3 .info-box .text-box {
    width: 70%;
  }

  .section3 .info-box .img-box {
    width: 45%;
  }

  .section3 .row .text-box p {
    margin-bottom: 20px;
  }
  .section3 .row .text-box p:nth-child(2) {
    margin-bottom: 0;
  }
}

.case1,
.case2,
.case3,
.case4 {
  position: absolute;
  z-index: 1;
  width: 260px;
  left: 50%;
  bottom: 20%;
  padding-top: 210px;
  color: #fff;
  cursor: pointer;
  transition: margin 2s, padding 0.5s;
}

.case:hover {
  padding-top: 260px;
  transition-delay: 0s;
}

.case .text-box {
  background: rgb(0, 0, 0, 0.4);
  padding: 10px;
}

.case h4 {
  font-size: 20px;
  margin-bottom: 15px;
}

.case p {
  font-size: 14px;
}

.case1 {
  margin-left: -851px;
  background: url(../img/case1.jpg) 50% 0 no-repeat;
  opacity: 0;
}

.case2 {
  margin-left: -403px;
  background: url(../img/case2.jpg) 50% 0 no-repeat;
  opacity: 0;
}

.case3 {
  margin-left: 195px;
  background: url(../img/case3.jpg) 50% 50% no-repeat;
  opacity: 0;
}

.case4 {
  margin-left: 645px;
  background: url(../img/case4.jpg) 50% 0 no-repeat;
  opacity: 0;
}

.active .case1 {
  margin-left: -551px;
  opacity: 1;
  transition-delay: 0.1s;
}

.active .case2 {
  margin-left: -253px;
  opacity: 1;
  transition-delay: 0.1s;
}

.active .case3 {
  margin-left: 45px;
  opacity: 1;
  transition-delay: 0.1s;
}

.active .case4 {
  margin-left: 345px;
  opacity: 1;
  transition-delay: 0.1s;
}

@media (max-width: 768px) {
  /* 标题 */
  .section strong {
    position: inherit;
    top: 10%;
    margin: 0;
    margin-bottom: 40px;
    font-size: 18px;
    padding: 10px 10px;
  }

  .active.section h3 {
    display: none;
  }

  /* 图文排版 */
  .section3 .info-box {
    position: inherit;
    top: 12%;
  }

  .section3 .info-box .text-box {
    width: 80%;
    margin-top: 20px;
    font-size: 14px;
  }

  .section3 .info-box .img-box {
    width: 70%;
  }
  .section4 .info-box .img-box {
    width: 80%;
  }
  .section3 .info-box .img-box img {
    width: 100%;
  }

  .section4 .info-box {
    position: inherit;
    top: 12%;
  }

  .section.section4 .info-box .text-box {
    width: 80%;
    margin-top: 20px;
    font-size: 14px;
  }

  .section4 .row .img-box {
    flex-wrap: wrap;
  }

  .section4 .row .img-box img:nth-child(1),
  .section4 .row .img-box img:nth-child(2) {
    width: 100%;
  }

  .case-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    top: 50%;
    transform: translateY(-50%);
    position: inherit;
  }

  .active .case {
    position: inherit;
    width: 48%;
    margin-left: 0;
    margin: 20px auto;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding-top: 0;
  }

  .case .text-box {
    height: 140px;
  }

  .case:hover {
    padding-top: 0;
  }
}

.section.section6 strong {
  top: 12%;
}

.section6 .info-box {
  position: absolute;
  top: 25%;
  width: 100%;
  margin: 0 auto;

  transform: scale(0.5, 0.5);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.7s;

  display: flex;
  justify-content: space-around;

  color: #333;
  font-size: 16px;
}

.section6 .left {
  width: 60%;
}

.section6 .left .text-box {
  margin: 0 auto;
  text-indent: 2em;
  margin-bottom: 20px;
  line-height: 1.7em;
  color: #333;
}

.section6 .left .img-box {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.section6 .left .img-box .row {
  width: 50%;
}

.section6 .left .img-box img {
  width: 80%;
}

.active.section6 .info-box {
  opacity: 1;
  transform: scale(1, 1);
}
@media (max-width: 1200px) {
  .section6 .left .img-box img {
    width: 80%;
  }
  .section6 .right .img-box img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .section.section6 strong {
    top: 10%;
  }

  .section6 .left {
    width: 100%;
  }

  .section6 .left .img-box {
    flex-wrap: wrap;
  }

  .section6 .left .img-box .row {
    width: 80%;
  }

  .section6 .left .img-box .row:nth-child(2) {
    display: none;
  }

  .section6 .info-box {
    top: 18%;
    flex-wrap: wrap;
  }

  .section6 .info-box .text-box {
    width: 90%;
  }

  .section6 .info-box .img-box img {
    width: 92%;
  }
}

/* 左右 */
.section65 .slidesContainer {
  margin-top: 300px;
}
.section65 .slides {
  width: 70%;
  margin: 0 auto;
  transform: translateY(-10%) scale(0.5, 0.5);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.7s;
}

.section65 .controlArrow {
  border-color: transparent rgba(21, 98, 189, 0.7) transparent !important;
  top: 70%;
  transform: scale(0.7);
  transition: all 0.3s;
}

.section65 .next {
  right: 20%;
}
.section65 .prev {
  left: 20%;
}

.section65 .next:hover {
  right: 19.5%;
}
.section65 .prev:hover {
  left: 19.5%;
}

.section.section65 strong {
  top: 12%;
}

.section65 .info-box {
  position: absolute;
  top: 24%;
  width: 100%;
  margin: 0 auto;

  transform: scale(0.5, 0.5);
  opacity: 0;
  transition: all 1s;
  transition-delay: 0.7s;

  display: flex;
  justify-content: space-around;

  color: #333;
  font-size: 16px;
}

.section65 .slide-item {
  transition: all 1s;
  transition-delay: 0.7s;

  color: #333;
  font-size: 16px;
}

.section65 .item {
  display: flex;
  width: 72%;
  margin: 20px auto;
  justify-content: center;
  height: 288px;
}

.section65 .item .left-box,
.section65 .item .right-box {
  height: 100%;
}

.section65 .item .left-box {
  height: 100%;
}

.section65 .item .right-box {
  width: 70%;
  border: 2px solid rgb(230, 230, 230);
  padding: 15px 10px;
  box-sizing: border-box;
  margin-left: 10px;

  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.section65 .item .right-box .title {
  font-size: 20px;
  color: rgb(0, 109, 183);
  font-weight: bold;
  margin-bottom: 10px;
}
.section65 .item .right-box .info-row .info-title {
  font-size: 16px;
  color: rgb(0, 109, 183);
  font-weight: bold;
}

.section65 .item .right-box .info-row {
  margin-bottom: 10px;
}
.section65 .item .left-box img,
.section65 .item .right-box img {
  height: 100%;
}

.active.section65 .info-box {
  opacity: 1;
  transform: scale(1, 1);
}

.active.section65 .slides {
  opacity: 1;
  transform: translateY(25%) scale(1, 1);
}

@media (max-width: 1200px) {
  .section65 .item {
    height: 340px;
  }
  .section65 .slides {
    width: 90%;
  }
}
@media (max-width: 1000px) {
  .section65 .item .right-box .info-row .info-content {
    display: none;
  }
  .section65 .item {
    height: 200px;
  }

  .section65 .info-box img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section65 .slidesContainer {
    margin-top: 160px;
  }

  .section65 .info-box {
    top: 22%;
  }
  .section65 .item {
    width: 90%;
  }

  .section65 .slides {
    width: 100%;
  }
  .section65 .item {
    font-size: 14px;
  }
  .section65 .item .right-box .title {
    font-size: 14px;
  }
  .section65 .item .right-box .info-row .info-title {
    font-size: 12px;
  }

  .section65 .next {
    right: 2%;
  }
  .section65 .prev {
    left: 2%;
  }

  .section65 .next:hover {
    right: 2%;
  }
  .section65 .prev:hover {
    left: 2%;
  }
}

/* 新闻 */
.section7 {
  background: url(../img/bg-news.jpg) no-repeat;
  background-size: cover;
  /* background-position: 0 220px; */
}

.news-box {
  width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
}

.news-box h2 {
  color: #fff;
  padding: 20px;
  border-radius: 5px;
  font-size: 18px;

  background: url(../img/news-img.jpg);
}

.news-box .listsort {
  padding: 10px;
}

.news-box .listsort li {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border-bottom: 1px solid #ccc;
  padding: 10px 0;

  font-size: 16px;
}

.news-box .listsort li a,.news-box .listsort li span {
  font-size: 14px;
  color: #fff;
}
.news-box .listsort li a:hover{
  color: #e87518;
}

@media (max-width: 992px) {
  .news-box .industry {
    display: none;
  }
  .news-box .download {
    width: 49%;
  }
}
@media (max-width: 768px) {
  .news-box .download {
    width: 100%;
  }

  .news-box {
    top: 18%;
    font-size: 14px;
    width: 95%;
  }

  .news-box h2 {
    padding: 10px;
    font-size: 14px;
  }

  .news-box .listsort li {
    flex-direction: row;
  }

  .news-box ul.listsort li a {
    font-size: 12px;
  }

  .news-box .listsort li span {
    font-size: 12px;
  }
}

.section8 {
  background: url(../img/bg-contact.jpg) no-repeat;
  background-size: cover;
  /* background-position: 0 220px; */
}

.section8 strong {
  top: 12%;
  padding: 10px;
}
.section8 .contact-wrapper {
  height: 100%;
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  flex-direction: column;

  padding-top: 85px;
  box-sizing: border-box;
}

.contact-box {
  width: 65%;
  height: calc(92% - 85px);
  /* display: flex; */
  position: relative;
  background: #fff;
  padding: 20px 40px;
  box-sizing: border-box;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;

  transform: scale(0.2) translateY(500px);
  opacity: 0;
  transition: all 1s;
  border-radius: 10px;
}

.section8 .footer-copyright {
  font-size: 14px;
  text-align: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
}

.active .contact-box {
  transform: scale(1) translateY(80px);
  opacity: 1;
  transition-delay: 0.4s;
}

.contact-box .contact-info-box {
  flex: 1;
}

.contact-box #map-box {
  flex: 2.5;
}

.contact-box .contact-info-box .item {
  padding: 10px 0;
  border-bottom: 1px solid #ccc;

  width: 80%;

  display: flex;
}

.contact-box .contact-info-box .item .img-box img {
  width: 30px;
}

.contact-box .contact-info-box .item .text-box {
  font-size: 16px;

  margin-left: 20px;
}

.contact-box .contact-info-box .item .text-box p:nth-child(2) {
  font-size: 14px;
  color: #a2a2a2;
  margin-top: 10px;
}



@media (max-width: 768px) {
  
  .section8 {
    background-position: -640px 0;
  }

  .contact-box {
    display: block;
    width: 85%;
    padding: 20px 10px;
    /* height: auto; */
  }

  .contact-box .contact-info-box {
    width: 100%;
    margin-bottom: 25px;
  }

  .contact-box #map-box {
    width: 90%;
    /* height: 180px; */
    margin: 0 auto;
  }
 

  .contact-box .contact-info-box .item {
    width: 90%;
    margin: 0 auto;
    padding: 5px 0;
  }

  .contact-box .contact-info-box .item .text-box {
    font-size: 14px;
  }

  .contact-box .contact-info-box .item .text-box p:nth-child(2) {
    margin-top: 0;
  }

  .contact-box .contact-info-box .item .img-box img {
    width: 20px;
  }

  .section8 .footer-copyright {
    font-size: 12px;
    bottom: 2%;
    padding: 0 20px;
  }
}

@media (max-width: 400px) {
  .contact-box {
    padding: 10px;
  }

  .active .contact-box {
    transform: scale(1) translateY(0);
  }
}

.section5 h4 {
  margin-bottom: 12px;
  font-size: 23px;
  font-weight: 500;
}

.section5 p {
  font-size: 14px;
}

@media (max-width: 768px) {
  .section5 h4 {
    font-size: 18px;
  }
  .section5 p {
    font-size: 12px;
  }
}

.bg61 {
  position: absolute;
  top: -454px;
  width: 100%;
  height: 545px;
  background: url(images/bg61.png) 50% 0 no-repeat;
  transition: all 1s;
}

.bg62 {
  position: absolute;
  left: 10%;
  bottom: 20%;
  width: 597px;
  height: 284px;
  margin-left: -507px;
  background-image: url(images/bg62.png);
  transition: all 1s;
}

.txt6 {
  position: absolute;
  left: 90%;
  bottom: 20%;
  width: 447px;
  margin-left: 90px;
  opacity: 0;
  transition: all 1s;
}

.txt6 p {
  margin-bottom: 17px;
  color: #5c7970;
}

.bg74 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg74 img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 251px;
}

.txt7 {
  position: absolute;
  left: 50%;
  bottom: -150px;
  width: 420px;
  margin-left: 100px;
  opacity: 0;
  transition: all 1s;
}

.txt7 p {
  margin-bottom: 17px;
  color: #eaeff2;
}

.p8 {
  position: absolute;
  left: 50%;
  top: 15%;
  width: 565px;
  margin-left: -282px;
  margin-top: 130px;
  font-size: 16px;
  color: #727f8c;
  opacity: 0;
  transition: all 1s;
}

.bg91,
.bg92,
.bg93 {
  padding-top: 350px;
  font-size: 16px;
  color: #fff;
}

.bg91 p {
  position: relative;
  left: 20px;
  margin-left: 40px;
  border-right: 1px solid #13ab86;
}

.bg92 p {
  position: relative;
  left: 40px;
  margin-left: 30px;
}

.bg93 p {
  position: relative;
  left: -20px;
  padding-left: 100px;
  border-left: 1px solid #13ab86;
}

.copyright {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.copyright a,
.copyright span {
  margin: 0 7px;
  font-size: 12px;
  color: #a0a0a0;
}

/* 动画 */
.active strong {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.active .p1 {
  opacity: 1;
  transition-delay: 1.7s;
}

.active .bg12 {
  bottom: 90px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg13 {
  bottom: 0;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .hgroup {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.active .section-title {
  opacity: 1;
  transform: scale(1, 1) translateX(-50%);
  transition-delay: 0.7s;
}

.active .mail {
  top: 25px;
  transition-delay: 0.7s;
}

.active .p11 {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 2s;
}

.active .bg21 {
  opacity: 1;
  margin-left: -608px;
  transition-delay: 0.7s;
}

.active .bg23 {
  bottom: 15%;
  transition-delay: 0.7s;
}

.active .bg22 {
  margin-left: -280px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .p3 {
  margin-left: -480px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg31,
.active .bg32 {
  opacity: 1;
  transition-delay: 1s;
}

.active .bg33 {
  margin-left: -120px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg41 {
  bottom: 15%;
  transition-delay: 0.7s;
}

.active .bg42 {
  bottom: 15%;
  transition-delay: 1.1s;
}

.active .bg43 {
  bottom: 15%;
  transition-delay: 0.9s;
}

.active .bg61 {
  top: 0;
  transition-delay: 0.7s;
}

.active .bg62 {
  left: 50%;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .txt6 {
  left: 50%;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg71 {
  bottom: 250px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg72 {
  bottom: 350px;
  opacity: 1;
  transition-delay: 0.9s;
}

.active .txt7 {
  bottom: 420px;
  opacity: 1;
  transition-delay: 1.1s;
}

.active .bg82 {
  bottom: 260px;
  margin-left: -280px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg83 {
  bottom: 380px;
  margin-left: -430px;
  opacity: 1;
  transition-delay: 1s;
}

.active .bg84 {
  bottom: 420px;
  margin-left: -510px;
  opacity: 1;
  transition-delay: 1.2s;
}

.active .p8 {
  opacity: 1;
  transition-delay: 1.7s;
}

.active .bg91 {
  margin-left: -570px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg92 {
  opacity: 1;
  transition-delay: 0.8s;
}

.active .bg93 {
  margin-left: 230px;
  opacity: 1;
  transition-delay: 0.7s;
}

.active .bg102,
.active .bg103 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.active .go {
  top: 25%;
  opacity: 1;
  transition-delay: 1.2s;
}

/* for lt ie 10 */
.ltie10 strong,
.ltie10 h3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.ltie10 .p1 {
  opacity: 1;
  transition-delay: 1.7s;
}

.ltie10 .bg12 {
  bottom: 90px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg13 {
  bottom: 0;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .hgroup {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.ltie10 .mail {
  top: 25px;
  transition-delay: 0.7s;
}

.ltie10 .p11 {
  opacity: 1;
  transition-duration: 1s;
  transition-delay: 2s;
}

.ltie10 .bg21 {
  opacity: 1;
  margin-left: -608px;
  transition-delay: 0.7s;
}

.ltie10 .bg23 {
  bottom: 15%;
  transition-delay: 0.7s;
}

.ltie10 .bg22 {
  margin-left: -280px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .p3 {
  margin-left: -480px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg31,
.ltie10 .bg32 {
  opacity: 1;
  transition-delay: 1s;
}

.ltie10 .bg33 {
  margin-left: -120px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg41 {
  bottom: 15%;
  transition-delay: 0.7s;
}

.ltie10 .bg42 {
  bottom: 15%;
  transition-delay: 1.1s;
}

.ltie10 .bg43 {
  bottom: 15%;
  transition-delay: 0.9s;
}

.ltie10 .case1 {
  margin-left: -551px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .case2 {
  margin-left: -253px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .case3 {
  margin-left: 45px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .case4 {
  margin-left: 345px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg61 {
  top: 0;
  transition-delay: 0.7s;
}

.ltie10 .bg62 {
  left: 50%;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .txt6 {
  left: 50%;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg71 {
  bottom: 250px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg72 {
  bottom: 350px;
  opacity: 1;
  transition-delay: 0.9s;
}

.ltie10 .txt7 {
  bottom: 420px;
  opacity: 1;
  transition-delay: 1.1s;
}

.ltie10 .bg82 {
  bottom: 260px;
  margin-left: -280px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg83 {
  bottom: 380px;
  margin-left: -430px;
  opacity: 1;
  transition-delay: 1s;
}

.ltie10 .bg84 {
  bottom: 420px;
  margin-left: -510px;
  opacity: 1;
  transition-delay: 1.2s;
}

.ltie10 .p8 {
  opacity: 1;
  transition-delay: 1.7s;
}

.ltie10 .bg91 {
  margin-left: -570px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg92 {
  opacity: 1;
  transition-delay: 0.8s;
}

.ltie10 .bg93 {
  margin-left: 230px;
  opacity: 1;
  transition-delay: 0.7s;
}

.ltie10 .bg102,
.ltie10 .bg103 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}

.ltie10 .go {
  top: 25%;
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
