/* 1.section1 */
.section1 {
  color: #fff;
}
.section1 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section1 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only all and (max-width: 768px) {
  .section1 {
    height: 60vh;
  }
}
@media only all and (max-width: 414px) {
  .section1 {
    height: 50vh;
  }
}
.section1 a {
  color: #fff;
}
.section1 .swiper1 {
  width: 100%;
  height: 100%;
}
.section1 .swiper1 .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.section1 .swiper1 .swiper-slide video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section1 .swiper1 .swiper-slide .text-tit {
  font-size: 80px;
  font-weight: bold;
  font-style: italic;
  padding-left: 8.3%;
  position: relative;
  z-index: 1;
  width: 40%;
}
@media only all and (max-width: 1600px) {
  .section1 .swiper1 .swiper-slide .text-tit {
    font-size: 60px;
  }
}
@media only all and (max-width: 768px) {
  .section1 .swiper1 .swiper-slide .text-tit {
    padding-left: 10px;
    width: 50%;
  }
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .swiper-slide .text-tit {
    font-size: 20px;
  }
}
.section1 .swiper1 .swiper-slide .text-con .product {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section1 .swiper1 .swiper-slide .text-con .product.product1 {
  right: 8.3%;
  bottom: 18%;
}
@media only all and (max-width: 768px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product1 {
    right: 10px;
  }
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product1 {
    bottom: auto;
    top: 5%;
  }
}

.section1 .swiper1 .swiper-slide .text-con .product.product1 .product-tit {
  font-size: 40px;
  margin-right: 25px;
  margin-top: -20%;
}
@media only all and (max-width: 1600px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product1 .product-tit {
    font-size: 30px;
  }
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product1 .product-tit {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 0;
  }
}

.section1 .swiper1 .swiper-slide .text-con .product.product1 .product-img {
  width: 20vw;
  height: 26.5vw;
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product1 .product-img {
    width: 30vw;
    height: 30vw;
  }
}

.section1 .swiper1 .swiper-slide .text-con .product.product1 .product-img img {
  max-width: 100%;
  max-height: 100%;
}
.section1 .swiper1 .swiper-slide .text-con .product.product2 {
  right: 30%;
  bottom: 6%;
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product2 {
    right: 10px;
    bottom: 5%;
  }
}

.section1 .swiper1 .swiper-slide .text-con .product.product2 .product-tit {
  font-size: 30px;
  margin-right: 40px;
}
@media only all and (max-width: 1600px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product2 .product-tit {
    font-size: 24px;
  }
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product2 .product-tit {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 0;
  }
}

.section1 .swiper1 .swiper-slide .text-con .product.product2 .product-img {
  width: 14.4vw;
  height: 12.8vw;
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .swiper-slide .text-con .product.product2 .product-img {
    width: 30vw;
    height: 30vw;
  }
}

.section1 .swiper1 .swiper-slide .text-con .product.product2 .product-img img {
  max-width: 100%;
  max-height: 100%;
}
.section1 .swiper1 .control-wrap {
  position: absolute;
  z-index: 2;
  left: 8.3%;
  bottom: 75px;
  width: 310px;
  height: 66px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media only all and (max-width: 768px) {
  .section1 .swiper1 .control-wrap {
    left: 10px;
  }
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .control-wrap {
    width: auto;
    bottom: 40px;
  }
}
.section1 .swiper1 .control-wrap::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 3px;
  background-color: #fff;
  left: 0;
  bottom: -1px;
}
.section1 .swiper1 .control-wrap .swiper-button-next1 {
  width: 25px;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .control-wrap .swiper-button-next1 {
    display: none;
  }
}
.section1 .swiper1 .control-wrap .swiper-button-next1:hover {
  opacity: 0.7;
}
.section1 .swiper1 .control-wrap .swiper-button-prev1 {
  width: 25px;
  height: 19px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 75px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .control-wrap .swiper-button-prev1 {
    display: none;
  }
}
.section1 .swiper1 .control-wrap .swiper-button-prev1:hover {
  opacity: 0.7;
}
.section1 .swiper1 .control-wrap .number-now {
  position: absolute;
  left: 0px;
  bottom: 15px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media only all and (max-width: 1600px) {
  .section1 .swiper1 .control-wrap .number-now {
    font-size: 24px;
  }
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .control-wrap .number-now {
    font-size: 14px;
  }
}
.section1 .swiper1 .control-wrap .number-all {
  position: absolute;
  left: 0px;
  bottom: -30px;
  font-size: 16px;
  font-weight: bold;
}
@media only all and (max-width: 414px) {
  .section1 .swiper1 .control-wrap .number-all {
    font-size: 14px;
  }
}

/* 2.section2 */
.section2 {
  padding-left: 8.3%;
  padding-right: 8.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: url(./../images/fullpage2.jpg) no-repeat center/cover;
}
@media only all and (max-width: 768px) {
  .section2 {
    padding: 50px 10px;
  }
}
.section2 .tab {
  width: 100%;
}
.section2 .tab .tab-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e9e9e9;
  font-size: 30px;
  line-height: 100px;
  font-weight: bold;
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-tit {
    font-size: 20px;
    line-height: 80px;
  }
}
.section2 .tab .tab-tit .item {
  margin-right: 80px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.section2 .tab .tab-tit .item:last-child {
  margin-right: 0;
}
@media only all and (max-width: 414px) {
  .section2 .tab .tab-tit .item {
    margin-right: 30px;
  }
}
.section2 .tab .tab-tit .item:hover,
.section2 .tab .tab-tit .item.active {
  font-size: 40px;
  color: #0061a6;
  border-color: #0061a6;
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-tit .item:hover,
  .section2 .tab .tab-tit .item.active {
    font-size: 30px;
  }
}
.section2 .tab .tab-con {
  padding-top: 100px;
}
@media only all and (max-width: 1280px) {
  .section2 .tab .tab-con {
    padding-top: 0;
  }
}
.section2 .tab .tab-con .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  height: 376px;
  display: none;
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-con .item {
    height: 250px;
  }
}
@media only all and (max-width: 1280px) {
  .section2 .tab .tab-con .item {
    margin-top: 30px;
  }
}
@media only all and (max-width: 768px) {
  .section2 .tab .tab-con .item {
    height: auto;
  }
}
.section2 .tab .tab-con .item .swiper-wrapper {
  height: auto;
}
@media only all and (max-width: 768px) {
  .section2 .tab .tab-con .item {
    margin-top: 0;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -moz-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
}
.section2 .tab .tab-con .item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.section2 .tab .tab-con .item .link {
  position: relative;
  display: block;
}
@media only all and (max-width: 768px) {
  .section2 .tab .tab-con .item .link {
    width: 49%;
    margin-right: 1%;
  }
  .section2 .tab .tab-con .item .link:nth-child(2n) {
    margin-right: 0;
  }
}
.section2 .tab .tab-con .item .link .text {
  height: 165px;
  background-image: linear-gradient(to right, #056ab6, #1194d4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: center;
  align-content: center;
  padding-right: 20%;
  padding-left: 40px;
  width: 80%;
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-con .item .link .text {
    padding-left: 20px;
  }
}
@media only all and (max-width: 768px) {
  .section2 .tab .tab-con .item .link .text {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.section2 .tab .tab-con .item .link .text .en {
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
  font-style: italic;
  font-weight: bold;
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-con .item .link .text .en {
    font-size: 18px;
    line-height: 30px;
  }
}
.section2 .tab .tab-con .item .link .text .cn {
  width: 100%;
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-con .item .link .text .cn {
    font-size: 18px;
    line-height: 30px;
  }
}
.section2 .tab .tab-con .item .link .img-wrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-con .item .link .img-wrap {
    -webkit-transform: translateY(-48%);
    -moz-transform: translateY(-48%);
    -o-transform: translateY(-48%);
    -ms-transform: translateY(-48%);
    transform: translateY(-48%);
  }
}
@media only all and (max-width: 768px) {
  .section2 .tab .tab-con .item .link .img-wrap {
    position: static;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 10px;
  }
}
.section2 .tab .tab-con .item .link .img-wrap .img {
  max-width: 376px;
  max-height: 376px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .section2 .tab .tab-con .item .link .img-wrap .img {
    max-width: 250px;
    max-height: 250px;
  }
}
@media only all and (max-width: 414px) {
  .section2 .tab .tab-con .item .link .img-wrap .img {
    max-width: 100%;
  }
}
.section2 .tab .tab-con .item .link .img-wrap .img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* 3.section3 */
.section3 {
  background: url(./../images/fullpage3.jpg) no-repeat center/cover;
}
.section3 .fp-tableCell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  padding-bottom: 40px;
}
@media only all and (max-width: 1280px) {
  .section3 .fp-tableCell {
    padding-bottom: 20px;
  }
}
.section3 .section-con {
  width: 100%;
}
.section3 .section-con .introduct {
  padding-left: 8.3%;
  padding-right: 8.3%;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .introduct {
    padding-bottom: 40px;
  }
}
@media only all and (max-width: 1280px) {
  .section3 .section-con .introduct {
    padding-bottom: 20px;
  }
}
@media only all and (max-width: 768px) {
  .section3 .section-con .introduct {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section3 .section-con .introduct .video-parent {
  cursor: pointer;
  width: 40.6%;
  position: relative;
}
@media only all and (max-width: 768px) {
  .section3 .section-con .introduct .video-parent {
    width: 100%;
  }
}
.section3 .section-con .introduct .video-parent::before {
  position: absolute;
  content: "";
  width: 56px;
  height: 56px;
  background-color: #1eb9ee;
  left: -58px;
  top: -56px;
  display: none;
}
@media only all and (max-width: 1280px) {
  .section3 .section-con .introduct .video-parent::before {
    width: 40px;
    height: 40px;
    left: -42px;
    top: -42px;
  }
}
.section3 .section-con .introduct .video-parent::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background-color: #1eb9ee;
  right: -21px;
  bottom: -21px;
  display: none;
}
.section3 .section-con .introduct .video-parent .img {
  width: 100%;
}
.section3 .section-con .introduct .video-parent .closes {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
  display: none;
}
@media only all and (max-width: 414px) {
  .section3 .section-con .introduct .video-parent .closes {
    width: 50px;
  }
}
.section3 .section-con .introduct .company {
  width: 45%;
}
@media only all and (max-width: 1280px) {
  .section3 .section-con .introduct .company {
    width: 55%;
  }
}
@media only all and (max-width: 768px) {
  .section3 .section-con .introduct .company {
    width: 100%;
    padding-top: 20px;
  }
}
.section3 .section-con .introduct .company .company-tit {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .introduct .company .company-tit {
    font-size: 30px;
  }
}
.section3 .section-con .introduct .company .company-con {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 40px;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .introduct .company .company-con {
    font-size: 14px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only all and (max-width: 1280px) {
  .section3 .section-con .introduct .company .company-con {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section3 .section-con .introduct .company .more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  background-image: linear-gradient(to right, #0469b5, #1499d8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.section3 .section-con .introduct .company .more:hover {
  background-image: none;
  background-color: #1c2858;
}
.section3 .section-con .news {
  padding-left: 8.3%;
  padding-right: 8.3%;
}
@media only all and (max-width: 768px) {
  .section3 .section-con .news {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section3 .section-con .news .news-tit {
  padding-top: 40px;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .news .news-tit {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media only all and (max-width: 1280px) {
  .section3 .section-con .news .news-tit {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.section3 .section-con .news .news-tit .text {
  font-size: 30px;
  line-height: 1;
  color: #fff;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .news .news-tit .text {
    font-size: 24px;
  }
}
.section3 .section-con .news .news-tit .more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
  background-image: linear-gradient(to right, #0469b5, #1499d8);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  margin-right: 20px;
}
@media only all and (max-width: 414px) {
  .section3 .section-con .news .news-tit .more {
    margin-right: 0;
  }
}
.section3 .section-con .news .news-tit .more:hover {
  background-image: none;
  background-color: #1c2858;
}
.section3 .section-con .news .swiper2 .swiper-slide {
  padding: 30px;
  padding-right: 0;
  background-color: rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .news .swiper2 .swiper-slide {
    padding: 20px;
  }
}
@media only all and (max-width: 414px) {
  .section3 .section-con .news .swiper2 .swiper-slide {
    padding: 10px;
  }
}
.section3 .section-con .news .swiper2 .swiper-slide .img-wrap {
  width: 90px;
}
.section3 .section-con .news .swiper2 .swiper-slide .text {
  margin-left: 30px;
  width: 80%;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .news .swiper2 .swiper-slide .text {
    margin-left: 20px;
    width: 75%;
  }
}
@media only all and (max-width: 414px) {
  .section3 .section-con .news .swiper2 .swiper-slide .text {
    margin-left: 10px;
    width: 63%;
  }
}
.section3 .section-con .news .swiper2 .swiper-slide .text .text-tit {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.section3 .section-con .news .swiper2 .swiper-slide .text .text-tit a {
  color: #fff;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .news .swiper2 .swiper-slide .text .text-tit {
    font-size: 14px;
    line-height: 24px;
  }
}
.section3 .section-con .news .swiper2 .swiper-slide .text .text-con {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only all and (max-width: 1600px) {
  .section3 .section-con .news .swiper2 .swiper-slide .text .text-con {
    font-size: 16px;
    line-height: 26px;
  }
}
.section3 .section-con .news .swiper2 .swiper-slide:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.section3 .section-con .video-play-wrap000 {
  display: none;
}
.section3 .section-con .video-play-wrap000 .shadows {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.section3 .section-con .video-play-wrap000 .videos {
  width: 800px;
  max-height: 400px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section3 .section-con .video-play-wrap000 .videos video {
  width: 100%;
}
@media only all and (max-width: 1024px) {
  .section3 .section-con .video-play-wrap000 .videos video {
    width: 80%;
    height: 300px;
  }
}
.section3 .section-con .video-play-wrap000 .close-video {
  position: absolute;
  top: 0;
  right: -23px;
  z-index: 10;
  top: -25px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.section3 .section-con .video-play-wrap000 .close-video:hover {
  color: #029ee8;
}

/* 4.section4 */
.section4 {
  padding-left: 8.3%;
  padding-right: 8.3%;
  background: url(./../images/fullpage4.jpg) no-repeat center/cover;
}
@media only all and (max-width: 768px) {
  .section4 {
    padding: 50px 10px;
  }
}
.section4 .pro-tit {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
}
@media only all and (max-width: 1600px) {
  .section4 .pro-tit {
    font-size: 30px;
  }
}
.section4 .pro-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-top: 60px;
}
@media only all and (max-width: 1280px) {
  .section4 .pro-con {
    margin-top: 20px;
  }
}
.section4 .pro-con .item {
  width: 23%;
  height: 440px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-content: space-between;
  align-content: space-between;
  position: relative;
}
.section4 .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.section4 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only all and (max-width: 1600px) {
  .section4 .pro-con .item {
    height: 350px;
  }
}
@media only all and (max-width: 768px) {
  .section4 .pro-con .item {
    width: 49%;
    margin-bottom: 10px;
  }
}
@media only all and (max-width: 414px) {
  .section4 .pro-con .item {
    width: 100%;
    height: 300px;
  }
}
.section4 .pro-con .item .shadows {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.section4 .pro-con .item .text-introduct {
  width: 100%;
  padding: 30px;
  padding-bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media only all and (max-width: 1600px) {
  .section4 .pro-con .item .text-introduct {
    padding: 15px;
  }
}
@media only all and (max-width: 414px) {
  .section4 .pro-con .item .text-introduct {
    padding: 10px;
  }
}
.section4 .pro-con .item .text-introduct .text-tit {
  font-size: 20px;
  line-height: 1;
  color: #fff;
}
@media only all and (max-width: 1600px) {
  .section4 .pro-con .item .text-introduct .text-tit {
    font-size: 16px;
  }
}
@media only all and (max-width: 414px) {
  .section4 .pro-con .item .text-introduct .text-tit {
    font-size: 17px;
  }
}
.section4 .pro-con .item .text-introduct .text-tit a {
  color: #fff;
}
.section4 .pro-con .item .text-introduct .text-con {
  margin-top: 15px;
}
.section4 .pro-con .item .text-introduct .text-con .list {
  font-size: 17px;
  line-height: 30px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.section4 .pro-con .item .text-introduct .text-con .list a {
  color: #fff;
}
@media only all and (max-width: 1600px) {
  .section4 .pro-con .item .text-introduct .text-con .list {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only all and (max-width: 414px) {
  .section4 .pro-con .item .text-introduct .text-con .list {
    font-size: 15px;
  }
}
.section4 .pro-con .item .text-introduct .text-con .list .en {
  width: 50%;
  padding-right: 5px;
}
.section4 .pro-con .item .text-introduct .text-con .list .cn {
  width: 50%;
}
.section4 .pro-con .item .operation {
  background-color: #fff;
  padding: 30px;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
@media only all and (max-width: 1600px) {
  .section4 .pro-con .item .operation {
    padding: 15px;
  }
}
@media only all and (max-width: 414px) {
  .section4 .pro-con .item .operation {
    padding: 10px;
  }
}
.section4 .pro-con .item .operation .text-tit {
  font-size: 20px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .section4 .pro-con .item .operation .text-tit {
    font-size: 16px;
  }
}
.section4 .pro-con .item .operation .operation-con {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media only all and (max-width: 1024px) {
  .section4 .pro-con .item .operation .operation-con {
    margin-top: 10px;
  }
}
.section4 .pro-con .item .operation .operation-con .more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #d6d6d6;
  display: block;
}
.section4 .pro-con .item .operation .operation-con .more-img {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
}
.section4 .pro-con .item .operation .operation-con .more-img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.section4 .pro-con .item .operation .operation-con .more-img img.img-hover {
  opacity: 0;
}
.section4 .pro-con .item:hover .shadows {
  opacity: 1;
}
.section4 .pro-con .item:hover .text-introduct {
  opacity: 1;
}
.section4 .pro-con .item:hover .operation {
  background-color: transparent;
}
.section4 .pro-con .item:hover .operation .operation-con .more {
  background-image: linear-gradient(to right, #026cb8, #1298d5);
  color: #fff;
  border-color: transparent;
}

.section4 .pro-con .item:hover .operation .operation-con .more-img img.img {
  opacity: 0;
}

.section4
  .pro-con
  .item:hover
  .operation
  .operation-con
  .more-img
  img.img-hover {
  opacity: 1;
}
.section4 .pro-con .item:hover .operation .text-tit {
  opacity: 0;
}

/* 5.section5 */
@media only all and (max-width: 768px) {
  .section5 {
    height: 50vh;
  }
}
.section5 .swiper3 {
  width: 100%;
  height: 100%;
  position: relative;
}
.section5 .swiper3 .swiper-slide {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}
.section5 .swiper3 .swiper-slide .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none !important;
}
.section5 .swiper3 .swiper-slide .text {
  position: relative;
  z-index: 2;
  padding-right: 12.5%;
  color: #fff;
  text-align: right;
  width: 50%;
}
@media only all and (max-width: 768px) {
  .section5 .swiper3 .swiper-slide .text {
    padding-right: 5%;
    width: 80%;
  }
}
@media only all and (max-width: 414px) {
  .section5 .swiper3 .swiper-slide .text {
    padding-right: 10px;
  }
}
.section5 .swiper3 .swiper-slide .text .tit {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  padding-bottom: 62px;
  position: relative;
}
@media only all and (max-width: 1600px) {
  .section5 .swiper3 .swiper-slide .text .tit {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media only all and (max-width: 414px) {
  .section5 .swiper3 .swiper-slide .text .tit {
    padding-bottom: 10px;
  }
}
.section5 .swiper3 .swiper-slide .text .tit::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #fff;
  right: 0;
  bottom: 0;
}
.section5 .swiper3 .swiper-slide .text .introduct {
  font-size: 30px;
  margin-top: 50px;
  margin-bottom: 34px;
}
@media only all and (max-width: 1600px) {
  .section5 .swiper3 .swiper-slide .text .introduct {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media only all and (max-width: 414px) {
  .section5 .swiper3 .swiper-slide .text .introduct {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.section5 .swiper3 .swiper-slide .text .more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  border: 1px solid #fff;
}
.section5 .swiper3 .swiper-slide .text .more:hover {
  border-color: transparent;
  background-image: linear-gradient(to right, #0469b5, #1499d8);
}
.section5 .swiper3 .control-wrap {
  width: 78%;
  position: absolute;
  bottom: 120px;
  left: 8.3%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media only all and (max-width: 1280px) {
  .section5 .swiper3 .control-wrap {
    bottom: 50px;
  }
}
@media only all and (max-width: 768px) {
  .section5 .swiper3 .control-wrap {
    width: 100%;
    bottom: 10px;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.section5 .swiper3 .control-wrap::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.section5 .swiper3 .control-wrap .navigation {
  width: 110px;
  position: relative;
}
@media only all and (max-width: 414px) {
  .section5 .swiper3 .control-wrap .navigation {
    width: 80px;
  }
}
.section5 .swiper3 .control-wrap .navigation .cut {
  width: 100%;
}
.section5 .swiper3 .control-wrap .navigation .number-now3 {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 20%;
  top: 20%;
}
.section5 .swiper3 .control-wrap .navigation .number-all3 {
  font-size: 16px;
  color: #b9d8ef;
  font-weight: bold;
  position: absolute;
  right: 25%;
  bottom: 25%;
}
.section5 .swiper3 .control-wrap .swiper-button-prev3 {
  width: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.section5 .swiper3 .control-wrap .swiper-button-prev3:hover {
  opacity: 0.7;
}
.section5 .swiper3 .control-wrap .swiper-button-next3 {
  width: 14px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.section5 .swiper3 .control-wrap .swiper-button-next3:hover {
  opacity: 0.7;
}

/* 6.section6 */
canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.section6 .friend {
  padding: 50px 8.3%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background: url(./../images/fullpage6.jpg) no-repeat center/cover;
}
@media only all and (max-width: 1280px) {
  .section6 .friend {
    padding: 30px 8.3%;
  }
}
@media only all and (max-width: 768px) {
  .section6 .friend {
    padding: 50px 10px;
  }
}
.section6 .friend .tit {
  font-size: 40px;
  font-weight: bold;
  position: relative;
}
@media only all and (max-width: 1600px) {
  .section6 .friend .tit {
    font-size: 30px;
  }
}
.section6 .friend .tit .swiper-button-next4 {
  position: absolute;
  top: 15px;
  right: 0;
  width: 14px;
  height: 26px;
  cursor: pointer;
}
.section6 .friend .tit .swiper-button-next4 img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.section6 .friend .tit .swiper-button-next4 img.img-hover {
  opacity: 0;
}
.section6 .friend .tit .swiper-button-next4:hover img.img {
  opacity: 0;
}
.section6 .friend .tit .swiper-button-next4:hover img.img-hover {
  opacity: 1;
}
.section6 .friend .tit .swiper-button-prev4 {
  position: absolute;
  top: 15px;
  right: 62px;
  width: 14px;
  height: 26px;
  cursor: pointer;
}
.section6 .friend .tit .swiper-button-prev4 img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.section6 .friend .tit .swiper-button-prev4 img.img-hover {
  opacity: 0;
}
.section6 .friend .tit .swiper-button-prev4:hover img.img {
  opacity: 0;
}
.section6 .friend .tit .swiper-button-prev4:hover img.img-hover {
  opacity: 1;
}
@media only all and (max-width: 414px) {
  .section6 .friend .swiper4 {
    margin-top: 20px;
  }
}
.section6 .friend .swiper4 .swiper-slide {
  
  line-height: 120px;
}
@media only all and (max-width: 414px) {
  .section6 .friend .swiper4 .swiper-slide {
    height: 80px;
    line-height: 80px;
  }
}
.section6 .friend .swiper4 .swiper-slide img {
  max-width: 90%;
}

/* 7.about1 */
.about1 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
}
@media only all and (max-width: 414px) {
  .about1 {
    padding-top: 50px;
  }
}
.about1 .about-introduct {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 110px;
  padding-left: 8.3%;
  padding-right: 8.3%;
}
@media only all and (max-width: 768px) {
  .about1 .about-introduct {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 414px) {
  .about1 .about-introduct {
    padding-bottom: 50px;
  }
}
.about1 .about-introduct .text {
  width: 75%;
}
@media only all and (max-width: 768px) {
  .about1 .about-introduct .text {
    width: 100%;
  }
}
.about1 .about-introduct .text .text-tit {
  font-size: 40px;
  line-height: 1;
  position: relative;
  padding-bottom: 40px;
  text-align: justify;
}
@media only all and (max-width: 1600px) {
  .about1 .about-introduct .text .text-tit {
    font-size: 30px;
    padding-bottom: 30px;
  }
}
@media only all and (max-width: 414px) {
  .about1 .about-introduct .text .text-tit {
    font-size: 20px;
  }
}
.about1 .about-introduct .text .text-tit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #000;
}
.about1 .about-introduct .text .text-con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 40px;
  text-align: justify;
}
@media only all and (max-width: 1280px) {
  .about1 .about-introduct .text .text-con {
    font-size: 14px;
    line-height: 26px;
  }
}
.about1 .about-introduct .text .text-con .introduct {
  font-size: 19px;
  color: #333;
  margin-bottom: 30px;
}
@media only all and (max-width: 1280px) {
  .about1 .about-introduct .text .text-con .introduct {
    font-size: 16px;
  }
}
.about1 .about-introduct .logos {
  width: auto;
  border-bottom: 1px solid #80a8c5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-left: 10%;
  padding-bottom: 10px;
}
@media only all and (max-width: 1600px) {
  .about1 .about-introduct .logos {
    margin-left: 5%;
  }
}
@media only all and (max-width: 768px) {
  .about1 .about-introduct .logos {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.about1 .about-introduct .logos .logos-items {
  padding-right: 30px;
}
@media only all and (max-width: 414px) {
  .about1 .about-introduct .logos .logos-items {
    width: 45%;
    padding-right: 0;
  }
}
.about1 .about-introduct .logos .logos-items .link {
  display: inline-block;
  margin-bottom: 30px;
}
.about1 .about-introduct .logos .logos-items .date-wrap {
  font-size: 16px;
}
.about1 .about-introduct .logos .logos-items .date-wrap .date {
  font-size: 46px;
  color: #01528c;
}
@media only all and (max-width: 1600px) {
  .about1 .about-introduct .logos .logos-items .date-wrap .date {
    font-size: 40px;
  }
}
@media only all and (max-width: 414px) {
  .about1 .about-introduct .logos .logos-items .date-wrap .date {
    font-size: 20px;
  }
}
.about1 .about-introduct .logos .logos-items .date-wrap .year {
  color: #01528c;
}
.about1 .advantage {
  padding-left: 8.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only all and (max-width: 768px) {
  .about1 .advantage {
    padding-left: 0;
  }
}
.about1 .advantage .video-parent {
  cursor: pointer;
  width: 50%;
  position: relative;
}
@media only all and (max-width: 768px) {
  .about1 .advantage .video-parent {
    width: 100%;
  }
}
.about1 .advantage .video-parent .img {
  width: 100%;
}
.about1 .advantage .video-parent .closes {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 64px;
}
.about1 .advantage .advantage-detail {
  width: 81%;
  margin-left: -31%;
  padding-top: 124px;
  padding-bottom: 124px;
  padding-left: 38%;
  padding-right: 14.5%;
  background: url(./../images/about1-4.jpg) no-repeat center/cover;
}
@media only all and (max-width: 1280px) {
  .about1 .advantage .advantage-detail {
    padding-left: 33%;
    padding-right: 5.5%;
  }
}
@media only all and (max-width: 768px) {
  .about1 .advantage .advantage-detail {
    width: 100%;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
    .phoneHeader .header-top a {
        display:block !important;
        padding:10px;
        height:100%;
    }
    .phoneHeader .header-top a img {
        max-height:100%;
        display:block;
    }
}
@media only all and (max-width: 414px) {
  .about1 .advantage .advantage-detail {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about1 .advantage .advantage-detail .tit {
  position: relative;
  width: 410px;
}
@media only all and (max-width: 414px) {
  .about1 .advantage .advantage-detail .tit {
    width: 100%;
  }
}
.about1 .advantage .advantage-detail .tit .tit-text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 90%;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.about1 .advantage .advantage-detail .advantage-con {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  margin-top: 30px;
  text-align: justify;
}
@media only all and (max-width: 1280px) {
  .about1 .advantage .advantage-detail .advantage-con {
    font-size: 14px;
    line-height: 24px;
  }
}

/* 8.about2 */
.about2 {
  padding-top: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
@media only all and (max-width: 414px) {
  .about2 {
    padding-top: 50px;
  }
}
.about2 .about-introduct {
  width: 67.7%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  padding-left: 8%;
  padding-right: 26%;
  background: url(./../images/about2-bg.jpg) no-repeat center/cover;
}
@media only all and (max-width: 1280px) {
  .about2 .about-introduct {
    padding-top: 40px;
    padding-left: 2%;
    padding-right: 22%;
  }
}
@media only all and (max-width: 768px) {
  .about2 .about-introduct {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only all and (max-width: 414px) {
  .about2 .about-introduct {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.about2 .about-introduct .text-tit {
  font-size: 40px;
  line-height: 1;
  position: relative;
  padding-bottom: 40px;
}
@media only all and (max-width: 1600px) {
  .about2 .about-introduct .text-tit {
    font-size: 30px;
  }
}
@media only all and (max-width: 1280px) {
  .about2 .about-introduct .text-tit {
    font-size: 20px;
  }
}
.about2 .about-introduct .text-tit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #01528c;
}
.about2 .about-introduct .text-con {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 30px;
  text-align: justify;
}
@media only all and (max-width: 1280px) {
  .about2 .about-introduct .text-con {
    font-size: 14px;
    line-height: 24px;
  }
}
.about2 .about-introduct .text-con .introduct {
  font-size: 16px;
  color: #333;
}
@media only all and (max-width: 1280px) {
  .about2 .about-introduct .text-con .introduct {
    font-size: 14px;
  }
}
.about2 .about-introduct .praise {
  position: relative;
  width: 622px;
  margin-top: 43px;
}
@media only all and (max-width: 768px) {
  .about2 .about-introduct .praise {
    width: 100%;
  }
}
@media only all and (max-width: 768px) {
  .about2 .about-introduct .praise .tit-bg {
    width: 100%;
  }
}
.about2 .about-introduct .praise .tit-text {
  font-size: 16px;
  line-height: 30px;
  width: 60%;
  color: #0371bd;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only all and (max-width: 414px) {
  .about2 .about-introduct .praise .tit-text {
    font-size: 12px;
    line-height: 24px;
  }
}
.about2 .img-introduct {
  margin-left: -20%;
  margin-top: -120px;
  width: 43%;
  position: relative;
}
@media only all and (max-width: 768px) {
  .about2 .img-introduct {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
  }
}
.about2 .img-introduct .introduct-img {
  width: 100%;
}
.about2 .img-introduct .link-wrap {
  width: 260px;
  height: 260px;
  background-color: #f2f6f9;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: -240px;
}
@media only all and (max-width: 1600px) {
  .about2 .img-introduct .link-wrap {
    right: 30px;
  }
}
@media only all and (max-width: 1280px) {
  .about2 .img-introduct .link-wrap {
    width: 240px;
    height: 240px;
  }
}
@media only all and (max-width: 768px) {
  .about2 .img-introduct .link-wrap {
    position: static;
    margin-top: 20px;
  }
}
@media only all and (max-width: 414px) {
  .about2 .img-introduct .link-wrap {
    right: auto;
  }
}
.about2 .img-introduct .link-wrap .logo {
  width: 155px;
  margin-bottom: 18px;
}
.about2 .img-introduct .link-wrap a {
  display: block;
  width: 160px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: #01528c;
  border: 1px solid #01528c;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.about2 .img-introduct .link-wrap a:hover {
  color: #fff;
  background-color: #01528c;
}

/* 9.certificate */
.certificate {
  padding-top: 120px;
  padding-left: 8.3%;
  padding-right: 8.3%;
}
@media only all and (max-width: 768px) {
  .certificate {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only all and (max-width: 414px) {
  .certificate {
    padding-top: 50px;
  }
}
.certificate .certificate-tit {
  text-align: center;
  font-size: 40px;
}
@media only all and (max-width: 1600px) {
  .certificate .certificate-tit {
    font-size: 30px;
  }
}
@media only all and (max-width: 414px) {
  .certificate .certificate-tit {
    font-size: 20px;
  }
}
.certificate .swiper1 {
  margin-top: 60px;
  padding-bottom: 73px;
  position: relative;
}
@media only all and (max-width: 414px) {
  .certificate .swiper1 {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.certificate .swiper1 .swiper-slide .img-wrap {
  font-size: 0;
  text-align: center;
  border: 1px solid #cccccc;
  width: 100%;
  padding: 4px;
  overflow: hidden;
}
.certificate .swiper1 .swiper-slide .img-wrap .img {
  border: 1px solid #e5e5e5;
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.certificate .swiper1 .swiper-slide .text {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  padding-top: 23px;
}
.certificate .swiper1 .swiper-slide:hover .img-wrap .img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.certificate .swiper1 .swiper-button-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.certificate .swiper1 .swiper-button-wrap::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #cccccc;
  z-index: -1;
}
.certificate .swiper1 .swiper-button-wrap .wrap {
  background-color: #fff;
  display: inline-block;
  padding-right: 10px;
}
.certificate .swiper1 .swiper-button-wrap .wrap .swiper-button-next1 {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}
.certificate .swiper1 .swiper-button-wrap .wrap .swiper-button-next1 img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.certificate
  .swiper1
  .swiper-button-wrap
  .wrap
  .swiper-button-next1
  img.img-hover {
  opacity: 0;
}
.certificate
  .swiper1
  .swiper-button-wrap
  .wrap
  .swiper-button-next1:hover
  img.img {
  opacity: 0;
}
.certificate
  .swiper1
  .swiper-button-wrap
  .wrap
  .swiper-button-next1:hover
  img.img-hover {
  opacity: 1;
}
.certificate .swiper1 .swiper-button-wrap .wrap .swiper-button-prev1 {
  width: 40px;
  height: 40px;
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.certificate .swiper1 .swiper-button-wrap .wrap .swiper-button-prev1 img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.certificate
  .swiper1
  .swiper-button-wrap
  .wrap
  .swiper-button-prev1
  img.img-hover {
  opacity: 0;
}
.certificate
  .swiper1
  .swiper-button-wrap
  .wrap
  .swiper-button-prev1:hover
  img.img {
  opacity: 0;
}
.certificate
  .swiper1
  .swiper-button-wrap
  .wrap
  .swiper-button-prev1:hover
  img.img-hover {
  opacity: 1;
}

/* 10.contact-message */
.contact-message {
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  position: relative;
  background: url(./../images/contact-bg.png) no-repeat center/cover;
}
.contact-message .contact {
  position: relative;
  z-index: 1;
  margin-top: 47px;
  overflow: hidden;
}
@media only all and (max-width: 414px) {
  .contact-message .contact {
    margin-top: 20px;
  }
}
.contact-message .contact .map-parent {
  position: relative;
}
.contact-message .contact .map-parent .map {
  width: 100%;
}
.contact-message .contact .map-parent .location {
  position: absolute;
  width: 110px;
  top: 32.7%;
  left: 32%;
  display: none;
}
@media only all and (max-width: 1600px) {
  .contact-message .contact .map-parent .location {
    width: 60px;
  }
}
@media only all and (max-width: 414px) {
  .contact-message .contact .map-parent .location {
    width: 40px;
  }
}
.contact-message .contact .detail {
  position: absolute;
  width: 570px;
  background-image: linear-gradient(
    to right,
    rgba(27, 121, 189, 0.9),
    rgba(19, 152, 215, 0.9)
  );
  right: 14.8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  padding: 52px 50px 50px 58px;
}
@media only all and (max-width: 1600px) {
  .contact-message .contact .detail {
    width: 550px;
    padding: 20px;
  }
}
@media only all and (max-width: 1024px) {
  .contact-message .contact .detail {
    left: 3%;
  }
}
@media only all and (max-width: 768px) {
  .contact-message .contact .detail {
    position: static;
    margin-top: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only all and (max-width: 414px) {
  .contact-message .contact .detail {
    padding: 20px 10px;
  }
}
@media only all and (max-width: 414px) {
  .contact-message .contact .detail .text {
    width: 100%;
  }
}
.contact-message .contact .detail .text .tit {
  font-size: 40px;
  line-height: 1;
  color: #fff;
  position: relative;
  padding-bottom: 29px;
}
@media only all and (max-width: 1600px) {
  .contact-message .contact .detail .text .tit {
    font-size: 30px;
  }
}
@media only all and (max-width: 414px) {
  .contact-message .contact .detail .text .tit {
    font-size: 20px;
  }
}
.contact-message .contact .detail .text .tit::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #fff;
}
.contact-message .contact .detail .text .info {
  margin-top: 25px;
}
.contact-message .contact .detail .text .info .info-item {
  font-size: 0;
}
.contact-message .contact .detail .text .info .info-item .item-tit {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  max-width: 70px;
}
@media only all and (max-width: 1600px) {
  .contact-message .contact .detail .text .info .info-item .item-tit {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .contact .detail .text .info .info-item .item-con {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  max-width: 80%;
}
@media only all and (max-width: 1600px) {
  .contact-message .contact .detail .text .info .info-item .item-con {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .contact .detail .text .info .info-item a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .contact-message .contact .detail .text .info .info-item a {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .contact .detail .text .info .info-item a:hover {
  text-decoration: underline;
}
.contact-message .message {
  padding-left: 8.3%;
  padding-right: 8.3%;
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media only all and (max-width: 768px) {
  .contact-message .message {
    padding-top: 100px;
  }
}
.contact-message .message .message-tit {
  text-align: center;
  font-size: 40px;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .message-tit {
    font-size: 30px;
  }
}
@media only all and (max-width: 414px) {
  .contact-message .message .message-tit {
    font-size: 20px;
  }
}
@media only all and (max-width: 768px) {
  .contact-message .message {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 414px) {
  .contact-message .message {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.contact-message .message .form {
  position: relative;
  margin-top: 50px;
}
.contact-message .message .form .inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-message .message .form .inputs .input-wrap {
  width: 24%;
}
@media only all and (max-width: 414px) {
  .contact-message .message .form .inputs .input-wrap {
    width: 100%;
  }
}
.contact-message .message .form .inputs .input-wrap .inputs-tit {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .inputs .input-wrap .inputs-tit {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .message .form .inputs .input-wrap input {
  width: 100%;
  height: 60px;
  background-color: #ececec;
  margin-bottom: 10px;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .inputs .input-wrap input {
    height: 40px;
    font-size: 14px;
  }
}
.contact-message .message .form .identity {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact-message .message .form .identity .identity-tit {
  font-size: 16px;
  line-height: 30px;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .identity .identity-tit {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .message .form .identity .identity-con {
  display: inline-block;
  vertical-align: middle;
}
.contact-message .message .form .identity .identity-con label {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 27px;
}
.contact-message .message .form .identity .identity-con input[type="radio"] {
  display: none;
}
.contact-message .message .form .identity .identity-con span {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  width: 110px;
  height: 60px;
  font-weight: normal;
  border: 1px solid #999999;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-message
  .message
  .form
  .identity
  .identity-con
  input[type="radio"]:checked
  + span {
  background-color: #0061a6;
  border-color: #0061a6;
  color: #fff;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .identity .identity-con span {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only all and (max-width: 414px) {
  .contact-message .message .form .identity .identity-con span {
    margin-bottom: 10px;
  }
}
.contact-message .message .form .consult-info {
  padding-top: 7px;
}
.contact-message .message .form .consult-info .consult-info-tit {
  font-size: 16px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 10px;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .consult-info .consult-info-tit {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .message .form .consult-info .consult-info-con .item {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.contact-message
  .message
  .form
  .consult-info
  .consult-info-con
  .item
  input[type="checkbox"] {
  width: 20px;
  height: 20px;
  background-color: #fff;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
  vertical-align: middle;
  margin-bottom: 3px;
}
.contact-message
  .message
  .form
  .consult-info
  .consult-info-con
  .item
  input[type="checkbox"]:checked {
  background: url(./../images/gou.png) no-repeat center;
  background-size: 15px 15px;
}
@media only all and (max-width: 1600px) {
  .contact-message
    .message
    .form
    .consult-info
    .consult-info-con
    .item
    input[type="checkbox"] {
    width: 14px;
    height: 14px;
  }
}
.contact-message .message .form .consult-info .consult-info-con .item label {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
  font-weight: normal;
  cursor: pointer;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .consult-info .consult-info-con .item label {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .message .form .consult-info textarea {
  width: 100%;
  height: 230px;
  border: none;
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  padding-top: 10px;
  padding-left: 20px;
  background-color: #ececec;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .consult-info textarea {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .message .form .verify {
  padding-top: 8px;
}
.contact-message .message .form .verify .verify-tit {
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  vertical-align: middle;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .verify .verify-tit {
    font-size: 14px;
    line-height: 24px;
  }
}
.contact-message .message .form .verify .mpanel3 {
  display: inline-block;
  vertical-align: middle;
}
.contact-message
  .message
  .form
  .verify
  .mpanel3
  .cerify-code-panel
  .verify-code-area {
  width: auto !important;
}
.contact-message
  .message
  .form
  .verify
  .mpanel3
  .cerify-code-panel
  .verify-code-area
  .verify-input-area {
  display: inline-block;
  vertical-align: middle;
}
@media only all and (max-width: 375px) {
  .contact-message
    .message
    .form
    .verify
    .mpanel3
    .cerify-code-panel
    .verify-code-area
    .verify-input-area {
    margin-bottom: 10px;
  }
}
.contact-message
  .message
  .form
  .verify
  .mpanel3
  .cerify-code-panel
  .verify-code-area
  .verify-input-area
  .varify-input-code {
  width: 220px;
  height: 60px;
  border: 1px solid #ccc;
  padding-left: 15px;
  font-size: 16px;
  color: #333;
}
@media only all and (max-width: 1600px) {
  .contact-message
    .message
    .form
    .verify
    .mpanel3
    .cerify-code-panel
    .verify-code-area
    .verify-input-area
    .varify-input-code {
    font-size: 14px;
    line-height: 24px;
    height: 40px;
  }
}
.contact-message
  .message
  .form
  .verify
  .mpanel3
  .cerify-code-panel
  .verify-code-area
  .verify-code {
  display: inline-block;
  vertical-align: middle;
  width: 135px !important;
  height: 40px !important;
  line-height: 40px !important;
  border: 1px solid #d5d5d5;
  font-weight: bold;
  padding-left: 10px;
  margin-left: 5px;
  margin-right: 10px;
  font-size: 34px;
  color: #2406c0;
}
@media only all and (max-width: 414px) {
  .contact-message
    .message
    .form
    .verify
    .mpanel3
    .cerify-code-panel
    .verify-code-area
    .verify-code {
    font-size: 26px;
  }
}
.contact-message
  .message
  .form
  .verify
  .mpanel3
  .cerify-code-panel
  .verify-code-area
  .verify-change-area {
  display: inline-block;
  vertical-align: middle;
}
.contact-message
  .message
  .form
  .verify
  .mpanel3
  .cerify-code-panel
  .verify-code-area
  .verify-change-area
  .verify-change-code {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 30px;
  color: #07ade7;
  cursor: pointer;
}
.contact-message .message .form .check-btn2 {
  width: 180px;
  height: 50px;
  border-radius: 25px;
  color: #fff;
  background-image: linear-gradient(to right, #0469b5, #1499d8);
  margin-top: 20px;
  text-align:center;
  line-height:50px;
     
}
.banner img {
    width:100%;
    display:block;
}
@media only all and (max-width: 1600px) {
  .contact-message .message .form .check-btn2 {
    height: 40px;
    line-height:40px;
  }
}
.contact-message .message .form .check-btn2:hover {
  background-image: none;
  background-color: #1c2858;
}

.bx-Search-title {
    overflow:hidden;
}
/* 11.lab */
.lab {
    padding-left: 8.3%;
    padding-right: 8.3%;
    padding-top: 140px;
}
@media only all and (max-width: 768px) {
  .lab {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
  }
}
.lab .swiper-wrap {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
}
@media only all and (max-width: 414px) {
  .lab .swiper-wrap {
    padding-bottom: 20px;
  }
}
.lab .swiper-wrap .swiper1 {
  width: 50%;
  position: relative;
}
@media only all and (max-width: 414px) {
  .lab .swiper-wrap .swiper1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lab .swiper-wrap .swiper1 .swiper-button-next1 {
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.lab .swiper-wrap .swiper1 .swiper-button-next1 img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lab .swiper-wrap .swiper1 .swiper-button-next1 img.img-hover {
  opacity: 0;
}
.lab .swiper-wrap .swiper1 .swiper-button-next1:hover img.img {
  opacity: 0;
}
.lab .swiper-wrap .swiper1 .swiper-button-next1:hover img.img-hover {
  opacity: 1;
}
.lab .swiper-wrap .swiper1 .swiper-button-prev1 {
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.lab .swiper-wrap .swiper1 .swiper-button-prev1 img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.lab .swiper-wrap .swiper1 .swiper-button-prev1 img.img-hover {
  opacity: 0;
}
.lab .swiper-wrap .swiper1 .swiper-button-prev1:hover img.img {
  opacity: 0;
}
.lab .swiper-wrap .swiper1 .swiper-button-prev1:hover img.img-hover {
  opacity: 1;
}
.lab .swiper-wrap .text-introduct {
  width: 50%;
  padding-left: 5%;
  padding-right: 5%;
}
@media only all and (max-width: 1600px) {
  .lab .swiper-wrap .text-introduct {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media only all and (max-width: 414px) {
  .lab .swiper-wrap .text-introduct {
    width: 100%;
  }
}
.lab .swiper-wrap .text-introduct .item {
  display: none;
}
.lab .swiper-wrap .text-introduct .item.active {
  display: block;
}
.lab .swiper-wrap .text-introduct .item .tit {
  font-size: 30px;
}
@media only all and (max-width: 1600px) {
  .lab .swiper-wrap .text-introduct .item .tit {
    font-size: 20px;
  }
}
.lab .swiper-wrap .text-introduct .item .intro {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media only all and (max-width: 414px) {
  .lab .swiper-wrap .text-introduct .item .intro {
    font-size: 14px;
    line-height: 24px;
  }
}
.lab .swiper-wrap .text-introduct .item .intro-other {
  font-size: 16px;
  line-height: 30px;
  color: #01528c;
  margin-bottom: 22px;
}
@media only all and (max-width: 414px) {
  .lab .swiper-wrap .text-introduct .item .intro-other {
    font-size: 14px;
    line-height: 24px;
  }
}
.lab .swiper-wrap .text-introduct .item .more {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  color: #333;
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #d6d6d6;
  display: block;
}
.lab .swiper-wrap .text-introduct .item .more:hover {
  background-image: linear-gradient(to right, #026cb8, #1298d5);
  color: #fff;
  border-color: transparent;
}

/* 12.after-sale */
.after-sale {
  padding-left: 8.3%;
  padding-right: 8.3%;
  padding-top: 140px;
  padding-bottom: 120px;
}
@media only all and (max-width: 768px) {
  .after-sale {
    padding-top: 70px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 414px) {
  .after-sale {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.after-sale .after-sale-con {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.after-sale .after-sale-con .item {
  width: 66%;
}
@media only all and (max-width: 414px) {
  .after-sale .after-sale-con .item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.after-sale .after-sale-con .item .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
}
.after-sale .after-sale-con .item .tit .text {
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  border-bottom: 2px solid #01528c;
  margin-bottom: -2px;
  padding-bottom: 14px;
}
@media only all and (max-width: 1280px) {
  .after-sale .after-sale-con .item .tit .text {
    font-size: 16px;
    padding-bottom: 5px;
  }
}
.after-sale .after-sale-con .item .tit .link {
  width: 40px;
  height: 40px;
  position: relative;
  margin-bottom: 8px;
}
@media only all and (max-width: 1280px) {
  .after-sale .after-sale-con .item .tit .link {
    width: 31px;
    height: 31px;
  }
}
.after-sale .after-sale-con .item .tit .link img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.after-sale .after-sale-con .item .tit .link img.img-hover {
  opacity: 0;
}
.after-sale .after-sale-con .item .tit .link:hover img.img {
  opacity: 0;
}
.after-sale .after-sale-con .item .tit .link:hover img.img-hover {
  opacity: 1;
}
.after-sale .after-sale-con .item .con {
  background-color: #f1f1f1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}
.after-sale .after-sale-con .item .con .text {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  padding-left: 40px;
  width: 48.9%;
}
@media only all and (max-width: 1600px) {
  .after-sale .after-sale-con .item .con .text {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only all and (max-width: 414px) {
  .after-sale .after-sale-con .item .con .text {
    width: 100%;
    padding: 10px;
  }
}
.after-sale .after-sale-con .item .con .img-wrap {
  width: 51.1%;
}
@media only all and (max-width: 414px) {
  .after-sale .after-sale-con .item .con .img-wrap {
    width: 100%;
  }
}
.after-sale .after-sale-con .item.item2 {
  width: 31.8%;
}
@media only all and (max-width: 414px) {
  .after-sale .after-sale-con .item.item2 {
    width: 100%;
  }
}
.after-sale .after-sale-con .item.item2 .con {
  position: relative;
}
.after-sale .after-sale-con .item.item2 .con .img-wrap1 {
  width: 100%;
}
.after-sale .after-sale-con .item.item2 .con .text1 {
  position: absolute;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  left: 30px;
  bottom: 15px;
}
@media only all and (max-width: 1600px) {
  .after-sale .after-sale-con .item.item2 .con .text1 {
    font-size: 16px;
    line-height: 30px;
  }
}
@media only all and (max-width: 414px) {
  .after-sale .after-sale-con .item.item2 .con .text1 {
    left: 10px;
    font-size: 14px;
    line-height: 24px;
  }
}

/* 13.adhibition */
.adhibition {
  padding-left: 8.3%;
  padding-right: 8.3%;
  background-color: #f1f1f1;
  padding-top: 140px;
  padding-bottom: 90px;
}
@media only all and (max-width: 768px) {
  .adhibition {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 90px;
  }
}
@media only all and (max-width: 414px) {
  .adhibition {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.adhibition .tit {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.adhibition .tit .text {
  font-size: 30px;
}
@media only all and (max-width: 1600px) {
  .adhibition .tit .text {
    font-size: 20px;
  }
}
@media only all and (max-width: 414px) {
  .adhibition .tit .tab-tit {
    margin-top: 20px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.adhibition .tit .tab-tit .item {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}
@media only all and (max-width: 414px) {
  .adhibition .tit .tab-tit .item {
    width: 30%;
    flex: 1;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
  }
}
.adhibition .tit .tab-tit .item:hover,
.adhibition .tit .tab-tit .item.active {
  background-image: linear-gradient(to right, #0469b5, #1499d8);
  color: #fff;
}
.adhibition .tab-con {
  padding-top: 30px;
}
.adhibition .tab-con .item {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  display: none;
}
.adhibition .tab-con .item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.adhibition .tab-con .item.swiper-container-item {
  overflow: hidden;
}
.adhibition .tab-con .item.swiper-container-item .swiper-slide .list {
  width: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 0;
  padding: 0;
  cursor: pointer;
}
@media only all and (max-width: 414px) {
  .adhibition .tab-con .item.swiper-container-item .swiper-slide .list {
    width: 100%;
    margin-bottom: 10px;
  }
}
.adhibition .tab-con .item.swiper-container-item .swiper-slide .list .img-wrap {
  width: 28%;
}
@media only all and (max-width: 414px) {
  .adhibition
    .tab-con
    .item.swiper-container-item
    .swiper-slide
    .list
    .img-wrap {
    width: 100%;
  }
}
.adhibition
  .tab-con
  .item.swiper-container-item
  .swiper-slide
  .list
  .img-wrap
  .img {
  width: 100%;
}
.adhibition .tab-con .item.swiper-container-item .swiper-slide .list .texts {
  width: 72%;
  padding-left: 50px;
  padding-right: 10px;
}
@media only all and (max-width: 414px) {
  .adhibition .tab-con .item.swiper-container-item .swiper-slide .list .texts {
    width: 100%;
    padding: 20px 10px;
  }
}
.adhibition
  .tab-con
  .item.swiper-container-item
  .swiper-slide
  .list
  .texts
  .introduct {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only all and (max-width: 1600px) {
  .adhibition
    .tab-con
    .item.swiper-container-item
    .swiper-slide
    .list
    .texts
    .introduct {
    font-size: 16px;
  }
}
.adhibition
  .tab-con
  .item.swiper-container-item
  .swiper-slide
  .list
  .texts
  .more {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #666666;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
@media only all and (max-width: 1280px) {
  .adhibition
    .tab-con
    .item.swiper-container-item
    .swiper-slide
    .list
    .texts
    .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
}
.adhibition .tab-con .item.swiper-container-item .swiper-slide .list:hover {
  background-image: linear-gradient(to right, #046bb7, #1398d6);
}
.adhibition
  .tab-con
  .item.swiper-container-item
  .swiper-slide
  .list:hover
  .texts
  .introduct {
  color: #fff;
}
.adhibition
  .tab-con
  .item.swiper-container-item
  .swiper-slide
  .list:hover
  .texts
  .more {
  border-color: #fff;
  color: #fff;
}

/* 14.train */
.train {
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 150px;
  padding-left: 8.3%;
  padding-right: 8.3%;
  position: relative;
}
@media only all and (max-width: 768px) {
  .train {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only all and (max-width: 414px) {
  .train {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.train .comnmit-tit {
  position: relative;
  z-index: 1;
}
.train .train-con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 1;
}
.train .train-con .item {
  height: 300px;
  width: 48.7%;
  background-color: #f2f6f9;
  padding-top: 50px;
  text-align: center;
}
@media only all and (max-width: 414px) {
  .train .train-con .item {
    width: 100%;
    margin-bottom: 10px;
  }
}
.train .train-con .item .img-wrap {
  width: 103px;
  height: 90px;
  margin: 0 auto;
}
.train .train-con .item .img-wrap img.img-hover {
  display: none;
}
.train .train-con .item .text {
  font-size: 24px;
  line-height: 30px;
  color: #01528c;
  padding: 16px 0;
}
@media only all and (max-width: 1600px) {
  .train .train-con .item .text {
    font-size: 20px;
  }
}
.train .train-con .item .more {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 25px;
  text-align: center;
  border: 1px solid #666666;
  color: #666;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
}
@media only all and (max-width: 1280px) {
  .train .train-con .item .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
  }
}
.train .train-con .item:hover {
  background-image: linear-gradient(to right, #046bb7, #1398d6);
}
.train .train-con .item:hover .img-wrap img.img {
  display: none;
}
.train .train-con .item:hover .img-wrap img.img-hover {
  display: inline-block;
}
.train .train-con .item:hover .text {
  color: #fff;
}
.train .train-con .item:hover .more {
  border-color: #fff;
  color: #fff;
}

/* 15.product */
.product-wrap {
  padding-left: 8.3%;
  padding-right: 8.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-repeat: repeat;
  background-position: 0 0;
  background-color: #f1f1f1;
  position: relative;
  background: url(./../images/product-bg.jpg) no-repeat center/cover;
}
@media only all and (max-width: 768px) {
  .product-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.product-wrap .left-nav {
  width: 22.5%;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media only all and (max-width: 768px) {
  .product-wrap .left-nav {
    width: 100%;
    margin-top: 20px;
  }
}
.product-wrap .left-nav .nav-tit {
  height: 110px;
  background-image: linear-gradient(to right, #0469b5, #1499d8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media only all and (max-width: 414px) {
  .product-wrap .left-nav .nav-tit {
    height: 80px;
  }
}
.product-wrap .left-nav .nav-tit .img {
  width: 58px;
  margin-right: 20px;
}
@media only all and (max-width: 1440px) {
  .product-wrap .left-nav .nav-tit .img {
    width: 50px;
  }
}
.product-wrap .left-nav .nav-tit .text {
  font-size: 26px;
  color: #fff;
}
@media only all and (max-width: 1440px) {
  .product-wrap .left-nav .nav-tit .text {
    font-size: 20px;
  }
}
.product-wrap .left-nav .nav-tit .pulldown-wrap {
  position: absolute;
  z-index: 2;
  display: none;
  width: 26px;
  bottom: -10px;
  left: 50%;
  margin-left: -13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-wrap .left-nav .nav-tit .pulldown-wrap .pulldown {
  -webkit-animation-name: tds-keyframe-bounce;
  animation-name: tds-keyframe-bounce;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.product-wrap .left-nav .nav-tit .pulldown-wrap.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media only all and (max-width: 768px) {
  .product-wrap .left-nav .nav-tit .pulldown-wrap {
    display: block;
  }
}
.product-wrap .left-nav .nav {
  padding: 35px 0;
}
@media only all and (max-width: 768px) {
  .product-wrap .left-nav .nav {
    display: none;
  }
}
.product-wrap .left-nav .nav .item .item-stair {
  padding: 0 10%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 768px) {
  .product-wrap .left-nav .nav .item .item-stair {
    padding: 0 10px;
  }
}
.product-wrap .left-nav .nav .item .item-stair .item-stair-con {
  border-bottom: 1px dashed #e5e5e5;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-wrap .left-nav .nav .item .item-stair .item-stair-con a {
  line-height: 55px;
  font-size: 16px;
  color: #333;
  width: 90%;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1440px) {
  .product-wrap .left-nav .nav .item .item-stair .item-stair-con a {
    font-size: 14px;
  }
}
.product-wrap .left-nav .nav .item .item-stair .item-stair-con .iconfont {
  font-size: 16px;
  color: #999999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.product-wrap .left-nav .nav .item .item-stair:hover {
  background-color: #01528c;
}
.product-wrap .left-nav .nav .item .item-stair:hover .item-stair-con {
  border-color: transparent;
}
.product-wrap .left-nav .nav .item .item-stair:hover .item-stair-con a {
  color: #fff;
}
.product-wrap .left-nav .nav .item .item-stair:hover .item-stair-con .iconfont {
  color: #fff;
}
.product-wrap .left-nav .nav .item .item-stair.active {
  background-color: #01528c;
}
.product-wrap .left-nav .nav .item .item-stair.active .item-stair-con {
  border-color: transparent;
}
.product-wrap .left-nav .nav .item .item-stair.active .item-stair-con a {
  color: #fff;
}
.product-wrap
  .left-nav
  .nav
  .item
  .item-stair.active
  .item-stair-con
  .iconfont {
  color: #fff;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.product-wrap .left-nav .nav .item .item-second {
  display: none;
}
.product-wrap .left-nav .nav .item .item-second a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #999;
  padding-left: 60px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 768px) {
  .product-wrap .left-nav .nav .item .item-second a {
    padding-left: 20px;
  }
}
.product-wrap .left-nav .nav .item .item-second a::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 3px;
  background-color: #999;
  left: 44px;
  top: 22px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 768px) {
  .product-wrap .left-nav .nav .item .item-second a::before {
    left: 10px;
  }
}
.product-wrap .left-nav .nav .item .item-second a:hover,
.product-wrap .left-nav .nav .item .item-second a.active {
  background-color: #e5edf3;
  color: #01528c;
}
.product-wrap .left-nav .nav .item .item-second a:hover::before,
.product-wrap .left-nav .nav .item .item-second a.active::before {
  background-color: #01528c;
}
.product-wrap .product {
  width: 73.7%;
  padding-top: 60px;
  padding-bottom: 120px;
  position: relative;
  z-index: 1;
}
@media only all and (max-width: 768px) {
  .product-wrap .product {
    width: 100%;
  }
}
@media only all and (max-width: 414px) {
  .product-wrap .product {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.product-wrap .product nav {
  text-align: center;
}
.product-wrap .product nav .pagination {
  text-align: center;
  margin: 0 auto;
  overflow: auto;
}
.product-wrap .product .anchor a {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #999;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 414px) {
  .product-wrap .product .anchor a {
    font-size: 14px;
    line-height: 24px;
  }
}
.product-wrap .product .anchor a img {
  width: 24px;
  margin-right: 8px;
}
.product-wrap .product .anchor a:hover {
  color: #01528c;
}
.product-wrap .product .anchor i {
  display: inline-block;
  color: #999;
  margin-left: 7px;
  margin-right: 7px;
}
.product-wrap .product .anchor span {
  display: inline-block;
  color: #01528c;
}
.product-wrap .product .product-tit {
  font-size: 30px;
  color: #01528c;
  padding-top: 40px;
  padding-bottom: 35px;
}
@media only all and (max-width: 1600px) {
  .product-wrap .product .product-tit {
    font-size: 20px;
  }
}
@media only all and (max-width: 414px) {
  .product-wrap .product .product-tit {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.product-wrap .product .product-con {
  padding-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #c2c2c2;
}
.product-wrap .product .product-con .item {
  width: 31.7%;
  background-color: #ffffff;
  height: 420px;
  position: relative;
  display: inline-block;
  margin-right: 2.45%;
  margin-bottom: 2.45%;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 17px;
}
@media only all and (max-width: 1600px) {
  .product-wrap .product .product-con .item {
    height: 370px;
  }
}
@media only all and (max-width: 414px) {
  .product-wrap .product .product-con .item {
    height: auto;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.product-wrap .product .product-con .item:nth-child(3n) {
  margin-right: 0;
}
.product-wrap .product .product-con .item .logos {
  width: 106px;
}
@media only all and (max-width: 1440px) {
  .product-wrap .product .product-con .item .logos {
    width: 80px;
  }
}
.product-wrap .product .product-con .item .img-wrap {
  text-align: center;
  margin-top: 25px;
  height: 200px;
}
@media only all and (max-width: 1600px) {
  .product-wrap .product .product-con .item .img-wrap {
    height: 150px;
  }
}
.product-wrap .product .product-con .item .img-wrap .img {
  max-width: 80%;
  max-height: 200px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .product-wrap .product .product-con .item .img-wrap .img {
    max-height: 150px;
  }
}
.product-wrap .product .product-con .item .names {
  font-size: 20px;
  line-height: 30px;
  margin-top: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only all and (max-width: 1600px) {
  .product-wrap .product .product-con .item .names {
    font-size: 18px;
  }
}
@media only all and (max-width: 1440px) {
  .product-wrap .product .product-con .item .names {
    margin-top: 20px;
  }
}
@media only all and (max-width: 414px) {
  .product-wrap .product .product-con .item .names {
    font-size: 16px;
  }
}
.product-wrap .product .product-con .item .introduct {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-wrap .product .product-con .item:hover .img-wrap .img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* 16.news */
.news-wrap {
  padding-top: 60px;
  background-color: #f2f2f2;
  padding-left: 8%;
  padding-right: 8%;
  padding-bottom: 120px;
}
@media only all and (max-width: 1024px) {
  .news-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only all and (max-width: 414px) {
  .news-wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.news-wrap .news-big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.news-wrap .news-big .img {
  width: 49.3%;
  overflow: hidden;
  display: inline-block;
}
@media only all and (max-width: 414px) {
  .news-wrap .news-big .img {
    width: 100%;
  }
}
.news-wrap .news-big .img .img-con {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .news-big .img:hover .img-con {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-wrap .news-big .text {
  background-color: #fff;
  width: 50.7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 50px;
}
@media only all and (max-width: 1600px) {
  .news-wrap .news-big .text {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only all and (max-width: 414px) {
  .news-wrap .news-big .text {
    width: 100%;
    padding: 20px 10px;
  }
}
.news-wrap .news-big .text .text-con .date {
  font-size: 18px;
  line-height: 30px;
  color: #999;
}
@media only all and (max-width: 1600px) {
  .news-wrap .news-big .text .text-con .date {
    font-size: 14px;
    line-height: 24px;
  }
}
.news-wrap .news-big .text .text-con .news-tit {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 7px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media only all and (max-width: 1600px) {
  .news-wrap .news-big .text .text-con .news-tit {
    font-size: 18px;
    margin-top: 10px;
  }
}
.news-wrap .news-big .text .text-con .news-tit:hover {
  color: #07a4db;
}
.news-wrap .news-big .text .text-con .introduct {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 72px;
}
@media only all and (max-width: 1600px) {
  .news-wrap .news-big .text .text-con .introduct {
    font-size: 14px;
  }
}
.news-wrap .news-big .text .text-con .more {
  text-align: center;
  width: 120px;
  height: 33px;
  border-bottom: 1px solid #000;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 65px;
}
@media only all and (max-width: 1600px) {
  .news-wrap .news-big .text .text-con .more {
    margin-top: 20px;
  }
}
.news-wrap .news-big .text .text-con .more span {
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .news-big .text .text-con .more .iconfont {
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .news-big .text .text-con .more:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.news-wrap .news-big .text .text-con .more:hover .iconfont {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}
.news-wrap .news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.news-wrap .news-list .item {
  padding: 20px;
  background-color: #fff;
  width: 49.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media only all and (max-width: 414px) {
  .news-wrap .news-list .item {
    width: 100%;
    padding: 20px 10px;
  }
}
.news-wrap .news-list .item .img {
  width: 48%;
  overflow: hidden;
}
.news-wrap .news-list .item .img .img-con {
  width: 100%;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .news-list .item .img:hover .img-con {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.news-wrap .news-list .item .text {
  width: 49%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-wrap .news-list .item .text .text-con .date {
  font-size: 18px;
  line-height: 30px;
  color: #999;
}
@media only all and (max-width: 1600px) {
  .news-wrap .news-list .item .text .text-con .date {
    font-size: 14px;
    line-height: 24px;
  }
}
.news-wrap .news-list .item .text .text-con .news-tit {
  font-size: 22px;
  line-height: 30px;
  color: #333;
  margin-top: 20px;
  margin-top: 6px;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}
@media only all and (max-width: 1600px) {
  .news-wrap .news-list .item .text .text-con .news-tit {
    font-size: 18px;
  }
}
.news-wrap .news-list .item .text .text-con .news-tit:hover {
  color: #07a4db;
}
.news-wrap .more-news {
  text-align: center;
  width: 180px;
  height: 50px;
  border: 1px solid #cccccc;
  border-radius: 25px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -moz-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 28px;
  padding-right: 26px;
  margin: 0 auto;
  margin-top: 20px;
}
@media only all and (max-width: 1600px) {
  .news-wrap .more-news {
    width: 120px;
    height: 40px;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 15px;
  }
}
.news-wrap .more-news span {
  font-size: 14px;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.news-wrap .more-news .iconfont {
  font-size: 13px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
.news-wrap .more-news:hover span {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -o-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.news-wrap .more-news:hover .iconfont {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

/* 18.job */
.job {
    padding-left:8%;
    padding-right:8%;
    margin-top:75px;
    padding-bottom:120px
}
@media only all and (max-width: 768px) {
    .content .job {
        padding-left:10px;
        padding-right:10px;
        margin-top:50px;
        padding-bottom:50px
    }
}
.content .job .job-item:last-child .job-tit {
    border-bottom:1px solid #ccc
}
.content .job .job-item.active .job-tit .tit-con .iconfont {
    -webkit-transform:rotateX(180deg);
    -moz-transform:rotateX(180deg);
    -o-transform:rotateX(180deg);
    -ms-transform:rotateX(180deg);
    transform:rotateX(180deg);
    background-color:#0c1244;
    color:#fff
}
.content .job .job-item.active .job-tit .tit-con .text {
    color:#0c1244
}
.content .job .job-item.active .job-con {
    display:block
}
.content .job .job-item .job-tit {
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:space-between;
    -webkit-justify-content:space-between;
    -moz-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    padding-top:19px;
    padding-bottom:19px;
    border-top:1px solid #ccc;
    cursor:pointer
}
@media only all and (max-width: 414px) {
    .content .job .job-item .job-tit {
        padding-top:10px;
        padding-bottom:10px
    }
}
.content .job .job-item .job-tit .tit-con .iconfont {
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border:1px solid #0c1244;
    border-radius:50%;
    display:inline-block;
    vertical-align:middle;
    margin-right:5px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s
}
.content .job .job-item .job-tit .tit-con .text {
    display:inline-block;
    vertical-align:middle;
    font-size:20px;
    line-height:30px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-tit .tit-con .text {
        font-size:16px
    }
}
.content .job .job-item .job-tit .location {
    font-size:16px;
    line-height:30px
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-tit .location {
        font-size:14px
    }
}
.content .job .job-item .job-con {
    display:none;
    padding-bottom:30px
}
.content .job .job-item .job-con .tit {
    font-size:18px;
    line-height:30px
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-con .tit {
        font-size:16px
    }
}
.content .job .job-item .job-con .ul {
    font-size:16px;
    line-height:30px;
    color:#666
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-con .ul {
        font-size:14px;
        line-height:24px
    }
}
.content .job .job-item .job-con .ul li {
    position:relative;
    padding-left:22px
}
.content .job .job-item .job-con .ul li .line {
    font-weight:bold;
    position:absolute;
    left:0;
    top:0
}
.content .job .job-item .job-con .ul .list {
    font-size:16px;
    line-height:30px;
    color:#666
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-con .ul .list {
        font-size:14px;
        line-height:24px
    }
}
.content .job .job-item .job-con .ul .email {
    display:inline-block;
    background-color:#07ade7;
    padding-left:55px;
    padding-right:55px;
    border-radius:30px;
    margin-top:10px
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-con .ul .email {
        padding-left:20px;
        padding-right:20px
    }
}
.content .job .job-item .job-con .ul .email .iconfont {
    color:#fff;
    font-size:26px;
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-con .ul .email .iconfont {
        font-size:20px
    }
}
.content .job .job-item .job-con .ul .email .email-detail {
    font-size:16px;
    line-height:60px;
    height:60px;
    font-weight:bold;
    display:inline-block;
    vertical-align:middle;
    color:#fff;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s
}
@media only all and (max-width: 1600px) {
    .content .job .job-item .job-con .ul .email .email-detail {
        font-size:14px;
        line-height:50px;
        height:50px
    }
}
.content .job .job-item .job-con .ul .email:hover .iconfont {
    -webkit-transform:translateX(-5px);
    -moz-transform:translateX(-5px);
    -o-transform:translateX(-5px);
    -ms-transform:translateX(-5px);
    transform:translateX(-5px)
}
.content .job .job-item .job-con .ul .email:hover .email-detail {
    -webkit-transform:translateX(5px);
    -moz-transform:translateX(5px);
    -o-transform:translateX(5px);
    -ms-transform:translateX(5px);
    transform:translateX(5px)
}
.content .job .job-item .job-con .duty {
    width:39%
}
@media only all and (max-width: 414px) {
    .content .job .job-item .job-con .duty {
        width:100%;
        padding-top:10px;
        padding-bottom:10px
    }
}
.content .job .job-item .job-con .phone {
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    -o-transition:all 0.3s;
    -ms-transition:all 0.3s;
    transition:all 0.3s;
    font-weight:bold
}
.content .job .job-item .job-con .phone:hover {
    color:#07ade7
}
.content .job .job-item .job-con .con-top {
    border-bottom:1px solid #d9d9d9;
    padding:54px 100px 30px 60px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:space-between;
    -webkit-justify-content:space-between;
    -moz-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    background-color:#f2f2f2
}
@media only all and (max-width: 414px) {
    .content .job .job-item .job-con .con-top {
        padding:20px 10px
    }
}
.content .job .job-item .job-con .con-bottom {
    padding:54px 100px 30px 60px;
    display:-webkit-box;
    display:-webkit-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:space-between;
    -webkit-justify-content:space-between;
    -moz-box-pack:space-between;
    -ms-flex-pack:space-between;
    justify-content:space-between;
    background-color:#f2f2f2;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap
}
@media only all and (max-width: 414px) {
    .content .job .job-item .job-con .con-bottom {
        padding:20px 10px
    }
}