﻿/* 头部 */
.container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
}

.header-top {
  height: 40px;
  background: #eaf6fb;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.sub-company {
  left: 0;
  top: 40px;
}

.sub-company a {
  display: block;
}

.li40 {
  line-height: 40px;
}

.all-company span {
  background: url(../images/icon.png) no-repeat right center;
  padding-right: 14px;
  color: #009adc;
  cursor: pointer;
}

.header-bottom {
  clear: both\9 !important;
}

.stock-num,
.header-bottom .logo {
  float: left\9;
}

.header-bottom .navbar {
  float: right\9;
}

.stock li,
.sub-nav-list a,
.footer-nav,
.footer-contact,
.footer-nav li,
.navs li {
  display: inline-block\9 !important;
}

.stock-num,
.container2 img,
.all-company {
  float: left\9;
}

.sub-nav {
  background: #00a3ee\9 !important;
}

.container2 {
  position: relative\9;
}

.header-bottom .logo {
  height: auto\9 !important;
  position: relative\9;
  top: 50%\9;

}

/* .sub-nav-list {
  width: 60%\9;
  height: auto\9 !important;
  position: absolute;
  top: 50%\9;
  right: 0\9;
} */

.stock-statistics,
.footer-contact,
.sub-nav-list,
.contact-laung {
  float: right\9;
}

.contact-link,
.laung {
  display: inline-block\9;
}

.footer-nav li {
  float: left\9 !important;
  margin-right: 3.1%\9;
}

.contact-link {
  margin: 0 3%\9;
}

.navs li>a {
  margin: 0 0.6vw\9 !important;
}



.sub-company {
  background: #eaf6fb;
  width: 320px;
  padding: 0 18px;
  display: none;
}

.sub-company a {
  border-bottom: 1px solid #f8f8f8;
  color: #009adc;
}

.contact-laung {
  width: 234px;
}

.contact-laung a {
  color: #009adc;
}

.laung i {
  height: 10px;
  width: 1px;
  margin: 0 10px;
  background: #009adc;
}

.header-bottom {
  height: 80px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.header.on .header-bottom {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.navs li>a {
  display: block;
  margin: 0 1vw;
  color: #575757;
  line-height: 80px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.container2 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.search {
  padding-left: 1.5vw;
  margin-top: 27px;
}

.sub-nav {
  width: 100%;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  left: 0;
  top: 120px;
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
  padding: 30px 0 32px 0;
  min-height: 278px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.sub-nav-list {
  width: -webkit-calc(100% - 420px);
  width: -moz-calc(100% - 420px);
  width: calc(100% - 420px);
}

.sub-nav-list a {
  display: block;
  color: #fff;
  margin-right: 5%;
  line-height: 48px;
}

.sub-nav-list a:hover {
  color: #aeecff;
}

.sub-nav-list1 a {
  width: 42%;
}

.sub-nav .img {
  width: 327px;
}

/* 搜索弹窗 */
.search-flx {
  left: 0;
  top: 0px;
  width: 100%;
  height: 120px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 51px 0px rgba(0, 0, 0, 0.06);
  display: none;
}

.ht {
  height: 120px;
}

.cancel {
  width: 20px;
  height: 50px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.cancel::before,
.cancel::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 1px;
  height: 35%;
  margin-top: -35%;
  background: #000;
}

.cancel::before {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.cancel::after {
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.cancel:hover {
  opacity: 0.5;
}

.search-input {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
}

.search-input input {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  border-bottom: 1px solid #e1e1e1 !important;
  height: 40px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.search-input a {
  width: 30px;
  height: 50px;
  line-height: 50px;
  font-size: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAilBMVEUAAABmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZmZmZmZmZlZWVmZmZlZWVlZWVlZWVmZmZmZmZmZmZmZmZmZmZiYmJmZmZmZmZmZmZlZWVmZmZmZmZmZmZmZmZmZmZkZGRmZmZmZmZmZmZlZWVmZmZlZWVnZ2dmZmZmZmZnZ2dmZmZqampnZ2dmZmbkjhFbAAAALXRSTlMAr5hB9NSAem7q5YxpRjcw+thfVSsU38zHwLq2k3NkIqmhhlpRGhDuSjwKJB5esRyhAAACPElEQVRIx8WW2XaDIBCGcY9b3Go0ajQ2exre//XKclqKIpDkov8dM/NxZBhmBALFn2Pj+OmmNrroAZ5QeRgv8K+2u0QTPXsBnMuIddhV9gvYWR0wfFyr0HVFI9MmSkpiGazwZ7tQzh5pVJuX/JauT89+l7AeDSnmniFMsevyscg25KC92JnsIdYSTbyb5UsxCX0S+j6xq5ZeBI5wzgJPTzxAKovc+Nz+CBiruA1X+NHOoC4hnPKvifHDRtYrUMsQFEuHbHu2lB875W9kgEg3oKMRRXacJUIWE2hpjYuBs7TIEgM9NZPslGw3tXaTr4xYCtU6oWB/kmsL6GqLokv+8hJt2OAfV42WgzY88tndkA9Rix0yZ0vcJVQI/ww8tsQd6q4Nhyg6YktH1CGkHeXIlo24OUna1ZrLH1nq1+eJT0GvDft8ei3WmvRedDPZLC2fSLY3TeBBE66mCSrwgFJRLDTjZ3KgnbJ63nw9NgvUrSCYFNQ5IxsqNQQ4TjiHdlpvOTgJkwgtjbKGkeDubexQP0bYiTwHCBXdqOWH5PzYMF9Cv2oyhJden0toU+zOHUiULdE34rbDx7yutvBHWbL0aTTGNwvOumrprpEr/W25m5DK3nvR4Wod85VbQarKAsAj9GLjuO2hULZZ/v6qBcttJzbmaOYNrLgRLZnlD3xIpjosaGNmtC/9E7jHudcZren2MX1sU1o9GCXVdIn/hY5I/q8v0v37dHp8kc7fp2GhD8y7RwXeoB3wqopq634DOx1tNyykjbUAAAAASUVORK5CYII=) no-repeat center / 60% auto;
}

/* 搜索end */

img {
  display: block;
  max-width: 100%;
}

@media (min-width: 1200px) {

  .navs li.cur>a,
  .navs li>a:hover {
    color: #04438d;
    font-weight: bold;
  }

  .sub-nav {
    display: none;
  }

  .navs li:hover .sub-nav {
    display: block;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .hot-news a:hover .know-more {
    background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
    background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
    background: -moz-linear-gradient(right, #006aaa, #00a3ee);
    background: -o-linear-gradient(right, #006aaa, #00a3ee);
    background: linear-gradient(270deg, #006aaa, #00a3ee);
    color: #fff;
  }
}

/* 头部end */
.font16 {
  font-size: 16px;
}

.font18 {
  font-size: 18px;
}

.font20 {
  font-size: 20px;
}

.font24 {
  font-size: 24px;
}

.font30 {
  font-size: 30px;
}

.font36 {
  font-size: 36px;
}

.font40 {
  font-size: 40px;
}

.li30 {
  line-height: 30px;
}

.li36 {
  line-height: 36px;
}

.font-bold {
  font-weight: bold;
}

.banner {
  padding-top: 120px;
}

/* .bannerSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  transition: 2s linear;
  transform: scale(1.1, 1.1);
  display: block;
}

.bannerSwiper a {
  display: block;
}
.bannerSwiper .swiper-slide-active img,
.bannerSwiper .swiper-slide-duplicate-active img {
  transition: 5s linear;
  transform: scale(1, 1);
} */
.bannerSwiper img {
  width: 100%;
}

.bannerSwiper .swiper-pagination-bullet {
  border: 2px solid transparent;
  background: #fff;
  height: 14px;
  width: 14px;
  margin-right: 22px !important;
}

.bannerSwiper .swiper-pagination-bullet-active {
  background: #009adc;
  border: 2px solid #fff;
  height: 15px;
  width: 15px;
}

.bannerSwiper .swiper-pagination {
  bottom: 20px !important;
}

.index-about {
  padding-top: 54px;
}

.index-about .content {
  width: -webkit-calc(100% - 730px);
  width: -moz-calc(100% - 730px);
  width: calc(100% - 730px);
}

.index-about .content .title {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -moz-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -o-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: linear-gradient(270deg, #006aaa 0%, #00a3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
  -ms-background-clip: text;
  -ms-text-fill-color: transparent;
  color: #3c3c3c;
  padding: 37px 0 36px 0;

}

.index-about .content .title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 69px;
  background: #009adc;
  content: "";
}

.index-about .content .text {
  color: #676767;
  margin: 26px 0;
}

.index-about .img {
  width: 620px;
}

.index-about .imgbox a {
  display: block;
}

.index-about .imgbox .img img {
  height: 342px;
  -o-object-fit: cover;
  object-fit: cover;
}

.flx-btn {
  right: 33px;
  height: 56px;
  width: 56px;
  bottom: 33px;
}

.numScroll {
  margin-top: 40px;
  background: url(../images/dongyue.png) no-repeat right center;
  height: 99px;
}

.numScroll ul li {
  color: #676767;
  margin-right: 1.8vw;
}

.numScroll ul li .num {
  font-size: 36px;
  color: #009adc;
  font-family: Montserrat;
}

.numScroll ul li:nth-child(1) .num {
  width: 90px;
}

.numScroll ul li:nth-child(2) .num {
  width: 75px;
}

.numScroll ul li:nth-child(3) .num {
  width: 95px;
}

.numScroll ul li:nth-child(4) .num {
  width: 52px;
}

.numScroll ul li:nth-child(5) .num {
  width: 72px;
}

.index-news {
  margin-top: 61px;
  padding-top: 61px;
}

.index-news::after {
  position: absolute;
  content: "";
  height: 415px;
  width: 100%;
  background: #eaf6fb;
  left: 0;
  top: 0;
  z-index: -1;
}

.column {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -moz-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -o-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: linear-gradient(270deg, #006aaa 0%, #00a3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2d2d2d;
  padding-bottom: 9px;
}

.column::after {
  position: absolute;
  left: 50%;
  width: 64px;
  height: 2px;
  content: "";
  background: #009adc;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

.newsSwiper {
  margin-top: 47px;
}

.swiperBox {
  padding: 12px;
}

.swiperBox a {
  display: block;
  background: #fff;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
}

.swiperBox .img img {
  height: 234px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.swiperBox .content {
  height: 165px;
  border-bottom: 2px solid #f3f4f6;
  padding: 20px 40px 0 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.swiperBox .content::after {
  width: 0;
  background: #009adc;
  left: 0;
  bottom: -2px;
  content: "";
  height: 2px;
  position: absolute;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.newsSwiper a:hover {
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.swiperBox .content .time {
  color: #676767;
}

.swiperBox .content .tit {
  height: 60px;
  color: #525252;
}

.newsSwiper a:hover .content {
  padding-left: 27px;
}

.detailed {
  color: #969696;
}

.newsSwiper a:hover .detailed {
  color: #009adc;
}

.newsSwiper a:hover .content::after {
  width: 100%;
}

.newsSwiper .swiper-button-next,
.newsSwiper .swiper-button-prev {
  height: 40px;
  width: 40px;
  background: rgba(0, 0, 0, 0.8);
  visibility: hidden;
}

.newsSwiper .swiper-button-next::after,
.newsSwiper .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.newsSwiper:hover .swiper-button-next,
.newsSwiper:hover .swiper-button-prev {
  visibility: visible;
}

.more a {
  display: block;
  height: 53px;
  width: 195px;
  line-height: 53px;
  text-align: center;
  color: #009adc;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #009adc;
  background: url(../images/buttonBg.jpg) no-repeat -195px top;
  transition: 0.5s;
}

.more a i {
  padding-left: 10px;
}

.more a:hover {
  background-position: 100%;
  color: #fff;
}

.index-news .more a {
  margin: 56px auto 47px auto;
}

.index-product {
  padding-top: 6.85%;
  cursor: url(../images/sbjg.png), default;
}

.productSwiper {
  margin-top: 50px;
  width: 100%;
  position: relative;
}

.productSwiper a {
  display: block;
  cursor: url(../images/sbjg.png), default;
}

.productSwiper img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 353px;
}

.productSwiper .tit {
  font-weight: bold;
  text-align: center;
  padding: 25px 0 15px 0;
  opacity: 0;
}

.productSwiper .sub-tit {
  color: #2d2d2d;
  font-size: 16px;
  text-align: center;
  height: 60px;
  line-height: 30px;
  opacity: 0;
}

.productSwiper .swiper-slide-active .tit {
  opacity: 1;
}

.productSwiper .swiper-slide-active .sub-tit {
  opacity: 1;
}

.innovation {
  padding-top: 6.1%;
  background: url(../images/bg.jpg) no-repeat center bottom;
  padding-bottom: 102px;
}

.swiper-img {
  width: -webkit-calc(100% - 413px);
  width: -moz-calc(100% - 413px);
  width: calc(100% - 413px);
}

.swiper-img img {
  width: 100%;
}

.innovationSwiper {
  margin-top: 57px;
}

.swiper-con {
  width: 413px;
}

.swiper-abs {
  width: 528px;
  right: 0;
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
  padding: 64px 40px 0px 41px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 429px;
}

.swiper-abs .txt {
  color: #676767;
  padding-top: 5.5%;
  height: 150px;
}

.more2 {
  margin-top: 37px;
}

.swiper-btn {
  width: 200px;
  left: 40px;
  bottom: 53px;
  z-index: 3;
  height: 80px;
  z-index: 3;
  background: #fff;
  margin-bottom: 2px;
}

.swiper-btn .swiper-button-prev,
.swiper-btn .swiper-button-next {
  height: 51px;
  width: 51px;
  border-radius: 50%;
  background: #e2e2e2;
}

.swiper-btn .swiper-button-prev:hover,
.swiper-btn .swiper-button-next {
  right: 60px;
}

.swiper-btn .swiper-button-prev:hover,
.swiper-btn .swiper-button-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
}

.swiper-btn .swiper-button-prev::after,
.swiper-btn .swiper-button-next::after {
  font-size: 18px;
  color: #fff;
}

.develop {
  height: 594px;
  background: no-repeat center center;
  -o-background-size: cover;
  background-size: cover;
}

.develop .title {
  border-radius: 0px 26px 0px 26px;
  background: #18a791;
  height: 43px;
  width: 138px;
  line-height: 43px;
  color: #fff;
}

.more3 a {
  border-color: #fff;
  color: #fff;
}

.more3 a:hover {
  border-color: transparent;
}

.develop .text {
  padding: 40px 0 49px 0;
  color: #fff;
  line-height: 58px;
}

.indmh-sticky {
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  height: 100%;
  background-image: url(../images/fz.jpg);
  background-attachment: fixed;
  -o-background-size: 100%;
  background-size: 100%;
}

.stock {
  height: 240px;
  background: url(../images/stockBg.jpg) no-repeat center bottom;
}

.stock-statistics {
  padding-top: 5px;
}

.stock ul {
  width: 100%;
}

.stock-statistics {
  padding-top: 10px;
}

.stock-num {
  padding-left: 24px;
}

.stock .num1 {
  color: #ff0000;
  font-size: 50px;
}

.stock .num1 span {
  background: url(../images/up.png) no-repeat right center;
  padding-right: 25px;
}

.stock .name {
  font-size: 24px;
  color: #2d2d2d;
  line-height: 48px;
}

.stock p {
  font-size: 18px;
  color: #2d2d2d;
  line-height: 48px;
}

.stock li {
  width: 42%;
}

.stock-statistics {
  padding-left: 15%;
}

.stock li.cur .num1 span {
  color: #087564;
  background: url(../images/down.png) no-repeat right center;
}

.footer {
  background: #173152;
}

.footer .container {
  padding-top: 4%;
}

.footer-nav {
  width: -webkit-calc(100% - 256px);
  width: -moz-calc(100% - 256px);
  width: calc(100% - 256px);
}

.footer-contact p,
.footer-nav p {
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 18px;
}

.footer-contact p span,
.footer-nav p span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 28px;
}

.footer-nav a {
  display: block;
  color: #fff;
  line-height: 40px;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-nav li:last-child {
  margin-right: 0;
}

.footer-contact {
  width: 229px;
}

.footer-contact .tel,
.footer-contact .address {
  line-height: 40px;
  color: #fff;
  padding-left: 25px;
}

.footer-contact .tel {
  background: url(../images/footer-wx.png) no-repeat left center;
}

.footer-contact .address {
  background: url(../images/footer-address.png) no-repeat left center;
}

.wx {
  padding-top: 40px;
}

.copy {
  margin-top: 3%;
  background: rgba(0, 0, 55, 0.11);
  text-align: center;
  color: #fff;
  line-height: 30px;
  padding: 15px;
}

.index-product-img {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.index-product-img img {
  -webkit-filter: blur(1px);
  filter: blur(1px);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: middle;
  border: 0;
}

.m-video,
.m-laung {
  display: none;
}

.banner1 img {
  width: 100%;
}

.circle {
  height: 250px;
  width: 250px;
  border: 50px solid rgba(0, 154, 220, 0.13);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  z-index: 3;
  top: -100px;
  left: -100px;
}

/* 产品列表 */
.product {
  padding-top: 72px;
}

.product .tabs {
  background: #f6f6f6;
  color: #202020;
}

.product .tabs a {
  display: block;
  width: 33.333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 41px;
  line-height: 89px;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

.product .tabs a:nth-child(3n) {
  border-right: none;
}

.product .tabs a.cur {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
  color: #fff;
}

.product .tab-content .img img {
  width: 100%;
  height: 584px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product .tab-content .img::after {
  background: rgba(0, 0, 0, 0.28);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-list {
  padding: 0 35px 0 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-list-link {
  height: 440px;
  padding-top: 5px;
  overflow: hidden;
  overflow-y: auto;
  margin-top: 70px;
  margin-bottom: 68px;
  padding-left: 3%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.product-list ul li {
  width: 33.333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.product-list ul li a {
  line-height: 47px;
  color: #fff;
  padding-left: 30px;
  padding-right: 25px;
  display: block;
}

/* 下拉条样式修改 */
/* 宽度 */
.scrollbar::-webkit-scrollbar {
  width: 3px;
  background-color: rgba(255, 255, 255, 0.28);
}

.scrollbar1::-webkit-scrollbar {
  width: 3px;
  background-color: #e0e0e0;
}

/* 定义轨道两端的按钮 */
.scrollbar::-webkit-scrollbar-button {
  display: none;
}

/* 修改滚动条中的小滑块 */
.scrollbar::-webkit-scrollbar-thumb {
  width: 2px;
  border-radius: 5px;
  background-color: #00b8f0;
}

.company-us {
  padding-top: 90px;
}

.company-us .sales,
.company-us .img-box {
  width: 50%;
}

.company-us .sales {
  background: url(../images/bg1.jpg) no-repeat left top;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.company-us img {
  height: 459px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.company-us .img-abs {
  right: -1px;
  top: 0;
  height: 459px;
}

.company-us .content {
  padding-left: 14%;
}

.hot-line,
.company-name {
  color: #fff;
}

.hot-line {
  padding: 10px 0 15px 0;
}

.hot-line p:first-child {
  background: url(../images/tel.png) no-repeat left 10px;
  padding-left: 32px;
}

.hot-line p:last-child {
  background: url(../images/mailbox.png) no-repeat left 9px;
  padding-left: 32px;
}

.main {
  padding-top: 120px;
}

/*组织架构 */
.framework {
  padding-top: 5.5%;
}

.sub-column {
  height: 70px;
}

.sub-column .cn {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -moz-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -o-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: linear-gradient(270deg, #006aaa 0%, #00a3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-bottom: -44px;
}

.sub-column .en {
  text-align: center;
  color: rgba(48, 48, 48, 0.08);
  font-size: 62px;
  font-family: Montserrat;
  text-transform: uppercase;
}

.framework .img {
  padding: 3.5% 0 100px 0;
}

.framework .img img {
  margin: 0 auto;
}

/* 招聘 */
.column-box {
  padding: 56px 0 0px 0;
}

.recruitment {
  padding-bottom: 100px;
}

.job-nav {
  height: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
  margin-top: 27px;
  color: #fff;
  font-weight: bold;
}

.position {
  background: none;
  margin-top: 0;
  font-size: 18px;
  height: 123px;
  border-bottom: 1px solid #d3e0e6;
  font-weight: 500;
  cursor: pointer;
  color: #676767;
  text-align: center;
}

.position .img {
  background: url(../images/show.png) no-repeat center center;
  width: 8%;
  height: 60px;
}

.job-nav li {
  width: 10%;
  text-align: center;
}

.job-nav li:nth-child(1),
.job-nav li:nth-child(4) {
  width: 25%;
}

.job-us {
  background: #f6f6f6;
  padding: 50px 65px 75px 65px;
}

.job-us .content {
  font-size: 18px;
  line-height: 30px;
}

.job-us h3 {
  font-weight: bold;
  font-size: 18px;
}

.job-btn {
  height: 53px;
  width: 195px;
  background: url(../images/job-btn-bg.jpg) no-repeat left top;
  margin-top: 40px;
}

.job-btn .a {
  display: block;
  background: url(../images/job-btn.png) no-repeat 54px center;
  text-align: center;
  color: #fff;
  height: 53px;
  line-height: 53px;
  padding-left: 25px;
  font-size: 16px;
}

.job-btn .a:hover {
  color: #fff;
}

.job-btn .abs {
  left: 0;
  top: 0;
}

.job-btn input {
  height: 53px;
  opacity: 0;
}

.job.cur .position {
  height: 80px;
  border: none;
}

.job.cur .position .img {
  background: url(../images/hide.png) no-repeat center center;
}

/* 员工天地 */
.container1 {
  width: 100%;
  max-width: 1156px;
  margin: 0 auto;
}

.team {
  padding-bottom: 50px;
}

.team .content {
  padding-top: 30px;
}

.team .img img {
  width: 100%;
  height: auto;
}

.team img {
  margin: 0 auto;
}

.team .text {
  font-size: 22px;
  color: #616365;
  line-height: 36px;
  padding: 45px 0 15px 0;
}

/* 新闻详情 */
.details-tilte {
  padding: 45px 0;
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
  text-align: center;
  color: #fff;
}

.details-tilte .time {
  padding: 15px 0;
}

.share a {
  margin: 0 5px;
}

.details-center {
  padding: 5% 3% 69px 3%;
}

.details-center .text,
.details-center .text span,
.details-center .text p {
  font-size: 18px !important;
  line-height: 36px !important;


}

.details-center .text img {
  margin: 0 auto;
}

.detalis-btn {
  padding-top: 60px;
}

.next {
  width: 49%;
  height: 90px;
  line-height: 90px;
  background: #f5f5f5;
  padding: 0 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  color: #7d7d7d;
}

.next span {
  width: 70px;
}

.next a {
  font-weight: 400;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
}

.return {
  margin-top: 35px;
}

.return a {
  width: 166px;
  height: 48px;
  margin: 0 auto;
  display: block;
  line-height: 48px;
  color: #fff;
  background: url(../images/return.png) no-repeat 29px center #1c3c97;
  font-size: 16px;
  text-align: center;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.return a:hover {
  color: #fff;
}

/* 新闻列表 */

.position {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.news-column .img img {
  height: 304px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.hot-news {
  padding: 43px 0 26px 0;
  border-bottom: 1px solid #e6e6e6;
}

.hot-news .img {
  width: 492px;
}

.hot-news .img img {
  height: 284px;
  width: 100%;
}

.hot-news .content {
  width: -webkit-calc(100% - 562px);
  width: -moz-calc(100% - 562px);
  width: calc(100% - 562px);
}

.hot-news .title {
  color: #3d3d3d;
  padding-top: 38px;
  line-height: 38px;
}

.hot-news .time {
  color: #999999;
  line-height: 30px;
}

.hot-news .text {
  color: #676767;
  line-height: 30px;
}

.hot-news .know-more {
  width: 195px;
  height: 53px;
  border: 1px solid #009adc;
  line-height: 53px;
  text-align: center;
  margin-top: 25px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: #009adc;
}

.hot-news .know-more i {
  margin: 0 10px;
}

.hot-news a:hover .title {
  color: #009adc;
}

.news-list li {
  padding: 25px 0 21px 0;
  border-bottom: 1px solid #e6e6e6;
}

.news-list li .data {
  width: 66px;
  height: 72px;
  background: #ebf7fc;
  text-align: center;
  color: #009adc;
  padding-top: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-family: Montserrat;
}

.news-list .content {
  width: -webkit-calc(100% - 91px);
  width: -moz-calc(100% - 91px);
  width: calc(100% - 91px);
}

.news-list .time {
  color: #999;
  font-family: Montserrat;
}

.list-content {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
}

.news-list .know-more {
  width: 120px;
  text-align: center;
  color: #009adc;
}

.news-list .know-more i {
  margin: 0 5px;
}

.news-list li a:hover .data {
  background: #009adc;
  color: #fff;
}

.news-list li a:hover .title {
  color: #009adc;
}

.page {
  padding: 55px 0 51px 0;
}

.page a {
  display: block;
  height: 40px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #c9d9e0;
  line-height: 40px;
  margin-right: 21px;
  color: #999;
}

.page a.cur {
  border: 1px solid #0084c9;
  background: #0084c9;
  color: #fff;
}

/* 投资者关系 */
.investment-column .cn {
  background: -webkit-gradient(linear, right top, left top, from(#fff), to(#fff));
  background: -webkit-linear-gradient(right, #fff 0%, #fff 100%);
  background: -moz-linear-gradient(right, #fff 0%, #fff 100%);
  background: -o-linear-gradient(right, #fff 0%, #fff 100%);
  background: linear-gradient(270deg, #fff 0%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.investment-column .img img {
  height: 188px;
  width: 100%;
}

.investment-link {
  height: 89px;
  border-bottom: 1px solid #ededed;
}

.investment-link a {
  display: inline-block;
  margin-right: 2.5%;
  padding-top: 30px;
  border-bottom: 2px solid transparent;
  height: 58px;
}

.investment-link a:last-child {
  margin-right: 0;
}

.investment-link a:hover,
.investment-link a.cur {
  border-bottom: 2px solid #009adc;
  color: #009adc;
}

.dowload {
  width: 120px;
  background: url(../images/dowload.png) no-repeat 10px center;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #009adc;
}

.investment-list {
  width: -webkit-calc(100% - 430px);
  width: -moz-calc(100% - 430px);
  width: calc(100% - 430px);
  padding-top: 10px;
}

.investment-contant {
  width: 393px;
  height: 347px;
  background: #f6f6f6;
  margin-top: 30px;
  padding: 39px 0 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
}

.investment-contant .title p:first-child {
  font-weight: bold;
}

.investment-contant .title {
  padding-bottom: 30px;
}

.investment-contant::after {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
  position: absolute;
  content: "";
  height: 4px;
  left: 0;
  top: 0;
  width: 100%;
}

/* 企业展示 */
.enterprise {
  background: url(../images/enterprise-bg.png) no-repeat bottom center;
  padding-bottom: 99px;
}

.wrap {
  max-width: 832px;
  width: 100%;
  margin: 0 auto;
  padding-top: 47px;
  margin-top: 30px;
  height: 605px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.enterprise-logo {
  left: 50%;
  top: -20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.enterprise-box {
  height: 509px;
  left: 0;
  top: 97px;
  width: 100%;
}

.enterprise-box .name {
  position: absolute;
  height: 336px;
  width: 75px;
  background: #00b8f0;
  border-radius: 50px;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  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-top: 28px;
  color: #fff;
}

/*.abs1 {
  left: 76px;
  top: 0;
}

.abs2 {
  left: 221px;
  bottom: 69px;
}

.abs3 {
  bottom: 0;
  left: 378px;
}

.abs4 {
  right: 228px;
  bottom: 69px;
}

.abs5 {
  right: 76px;
  top: 0;
}*/


/* .abs1 {
	left: 0;
	top: 0;
} */

.abs1 {
	left: 150px;
	bottom: 69px;
}

.abs2 {
	left: 300px;
	bottom: 0;
}

.abs3 {
	left: 450px;
	bottom: 0;
}

.abs4 {
	right: 150px;
	top: 69px;
}

.abs5 {
	right: 0;
	top: 0;
}
					

.video video {
  width: 100%;
  height: -webkit-calc(100vh - 120px);
  height: -moz-calc(100vh - 120px);
  height: calc(100vh - 120px);
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  background: #000;
}

.video-btn {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}

.video-btn .con {
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-family: Impact;
  color: #ffffff;
  text-transform: uppercase;
}

.video-btn .con img {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.video-list {
  height: 117px;
  margin: 55px 2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 6%;
}

.video-list .img {
  position: relative;
}

.video-list .img img {
  height: 117px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.video-list .swiper-slide.cur .img::after {
  border: 3px solid #00adee;
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.video-list .swiper-button-prev,
.video-list .swiper-button-next {
  height: 51px;
  width: 51px;
  background: #d1dbdf;
  border-radius: 50px;
}

.video-list .swiper-button-prev:hover,
.video-list .swiper-button-next:hover {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
}

.video-list .swiper-button-next:after,
.video-list .swiper-button-prev:after {
  font-size: 18px;
  color: #fff;
}

/* 联系我们 */
#map {
  width: 50%;
  height: 508px;
}

.contact {
  padding-left: 7.5%;
  padding-top: 4%;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.contact .en {
  color: #3c3c3c;
  line-height: 26px;
  text-transform: uppercase;
}

.contact .cn {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -moz-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -o-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: linear-gradient(270deg, #006aaa 0%, #00a3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-tel {
  padding-top: 25px;
}

.contact-tel p {
  line-height: 30px;
}

.message {
  background: #f6f6f6;
  padding-bottom: 61px;
}

.message-title {
  padding: 31px 0 24px 0;
  height: 84px;
  line-height: 84px;
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -moz-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -o-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: linear-gradient(270deg, #006aaa 0%, #00a3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

.form-group {
  width: 32%;
  background: #fff;
  padding-left: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 28px;
}

.form-group label {
  color: #ff0000;
  height: 61px;
  width: 18px;
  text-align: center;
  line-height: 61px;
  display: block;
}

.form-control {
  height: 61px;
  width: -webkit-calc(100% - 18px);
  width: -moz-calc(100% - 18px);
  width: calc(100% - 18px);
}

.form-group:nth-child(7) {
  width: 100%;
}

.form-group:last-child {
  margin-bottom: 0;
}

.form-group textarea {
  height: 222px;
  padding: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.message button {
  background: url(../images/buttonBg.jpg) no-repeat left center;
  width: 195px;
  height: 53px;
  margin: 0 auto;
  margin-top: 55px;
  display: block;
  color: #fff;
  font-size: 16px;
}

.construction {
  background: url(../images/construction-bg.png) no-repeat top center;
  padding: 76px 0 84px 0;
}

.construction .left {
  width: -webkit-calc(100% - 740px);
  width: -moz-calc(100% - 740px);
  width: calc(100% - 740px);
  color: #ffffff;
}

.construction .left .title {
  padding: 15px 0 20px 0;
}

.construction .left p {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}

.construction .right {
  width: 692px;
}

.construction .right img {
  height: 394px;
  -o-object-fit: cover;
  object-fit: cover;
}

.talent {
  background: #f6f6f6;
  padding: 88px 0 109px 0;
}

.talent .img {
  width: 698px;
}

.talent img {
  height: 464px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.talent-us {
  width: -webkit-calc(100% - 700px);
  width: -moz-calc(100% - 700px);
  width: calc(100% - 700px);
  padding-right: 3.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.talent-us span {
  color: #009adc;
  font-size: 18px;
  font-weight: bold;
}

.talent-us .title {
  padding: 30px 0;
}

.talent-us p {
  line-height: 30px;
  color: #4d4d4d;
  margin-top: 20px;
  font-size: 16px;
}

.font-color {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -moz-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: -o-linear-gradient(right, #006aaa 0%, #00a3ee 100%);
  background: linear-gradient(270deg, #006aaa 0%, #00a3ee 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.patent .abs {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  color: #fff;
}

.patent .abs .centent {
  width: 46%;
  line-height: 30px;
}

.patent .abs .centent .title {
  padding-bottom: 25px;
}

.patent .abs .centent p {
  margin-top: 18px;
}

.patent img {
  height: 683px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lab-us {
  padding: 81px 0 75px 0;
}

.lab-us .title {
  color: #3c3c3c;
  text-align: center;
  margin-bottom: 8px;
}

.lab-us .text {
  line-height: 40px;
  color: #4d4d4d;
  padding: 0 10.5%;
  text-align: justify;
  height: 80px;
  overflow: hidden;
}

.lab-us .text.cur {
  height: auto;
}

.lab-us .show {
  width: 195px;
  height: 53px;
  background: url(../images/buttonBg.jpg) no-repeat left top;
  text-align: center;
  line-height: 53px;
  color: #ffffff;
  margin: 43px auto 105px auto;
  cursor: pointer;
}

.lab-us .show span {
  background: url(../images/arrow-down.png) no-repeat right center;
  padding-right: 20px;
}

.lab-us .show.cur span {
  background: url(../images/arrow-up.png) no-repeat right center;
}

.image-text .img-box {
  width: 49%;
  overflow: hidden;
}

.image-text img {
  height: 457px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-text .abs {
  left: 0;
  bottom: -370px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  padding: 10px 90px 20px 53px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.image-text .abs .tit {
  margin-bottom: 15px;
  line-height: 63px;
}

.image-text .txt {
  font-weight: 500;
  opacity: 0;
  height: 300px;
  padding-right: 20px;
  overflow-y: auto;
}

.image-text .img-box:hover .abs {
  padding-top: 49px;
  bottom: 0;
}

.image-text .img-box:hover .txt {
  opacity: 1;
}

.innovate-banner {
  background: url(../images/t3.png) no-repeat top center;
  padding: 93px 0 130px 0;
  color: #fff;
}

.map {
  width: 927px;
}

.map img {
  height: 539px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.innovate-banner .abs {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.innovate-us {
  background: #f6f6f6;
  padding: 76px 0 72px 0;
}

.innovate-us .img {
  width: 666px;
}

.innovate-us img {
  height: 436px;
}

.innovate-us .text {
  width: -webkit-calc(100% - 791px);
  width: -moz-calc(100% - 791px);
  width: calc(100% - 791px);
  color: #4d4d4d;
  font-size: 16px;
  line-height: 48px;
}

.innovate-us .text span {
  color: #009adc;
  font-size: 24px;
  font-weight: bold;
}

.about .container {
  padding-top: 12px;
}

.about .content {
  color: #676767;
  padding: 20px 1% 87px 1%;
}

.about .content p {
  margin-top: 16px;
}

.num-roll {
  background: url(../images/about1.png) no-repeat top center;
  height: 247px;
}

.roll {
  padding: 0 1%;
  color: #fff;
  font-size: 16px;
}

.roll li {
  margin-right: 5vw;
}

.roll li span {
  font-size: 36px;
  font-weight: bold;
  font-family: Montserrat;
}

.roll li:nth-child(1) span {
  width: 95px;
}

.roll li:nth-child(2) span {
  width: 70px;
}

.roll li:nth-child(3) span {
  width: 95px;
}

.roll li:nth-child(4) span {
  width: 55px;
}

.roll li:nth-child(5) span {
  width: 70px;
}

.roll li:last-child {
  margin-right: 0;
}

.develop-us {
  padding: 75px 0 84px 0;
  background: url(../images/aboutbg.png) no-repeat bottom center;
}

.develop-us .img {
  width: 714px;
}

.develop-us .img img {
  height: 438px;
}

.develop-us .tit {
  padding-bottom: 50px;
}

.develop-us .text {
  width: -webkit-calc(100% - 783px);
  width: -moz-calc(100% - 783px);
  width: calc(100% - 783px);
  color: #676767;
}

.develop-us .text span {
  font-size: 26px;
  font-weight: bold;
  color: #009fe9;
}

.core {
  padding-bottom: 7px;
}

.core .abs {
  left: 50%;
  top: 18%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #1e1f89;
}

.core .title {
  padding-bottom: 25px;
}

.core p {
  line-height: 48px;
}

.core1 .abs {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16.8%;
  color: #fff;
}

.core1 .tit {
  padding-bottom: 10px;
}

.core1 .content {
  margin-bottom: 40px;
}

.core img {
  height: 705px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.core1 img {
  height: 781px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.director {
  background: url(../images/director-bg.png) no-repeat bottom center;
  padding-bottom: 10%;
}

.director-us {
  padding-top: 20px;
}

.director-us p {
  padding-bottom: 22px;
  color: #676767;
}

.talent-view {
  padding: 61px 0 100px 0;
}

.talent-view .img img {
  width: 100%;
  height: 638px;
  -o-object-fit: cover;
  object-fit: cover;
}

.talent-list {
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}

.talent-list li {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.talent-list .content {
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: -317px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-align: start !important;
  -webkit-align-items: flex-start !important;
  -moz-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
  padding-top: 210px;
}

.talent-list .content .icon {
  height: 50px;
  margin-bottom: 14px;
}

.talent-list .content img {
  margin: 0 auto;
}

.talent-list .content .text {
  line-height: 26px;
  padding-top: 20px;
}

.talent-list li:hover .content {
  bottom: 0;
  background: rgba(0, 154, 220, 0.73);
}

.public-benefit {
  padding: 81px 0 74px 0;
}

.public-benefit .img-box {
  width: 943px;
}

.public-benefit .img-box .img {
  width: 49%;
}

.public-benefit img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.public-benefit .conternt {
  width: -webkit-calc(100% - 986px);
  width: -moz-calc(100% - 986px);
  width: calc(100% - 986px);
}

.public-benefit .conternt .title {
  line-height: 50px;
  padding: 10px 0;
}

.public-benefit .conternt .txt {
  color: #676767;
}

.fund-swiper {
  width: 698px;
}

.fundSwiper img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 471px;
  width: 100%;
}

.fund .centent {
  width: -webkit-calc(100% - 760px);
  width: -moz-calc(100% - 760px);
  width: calc(100% - 760px);
}

.fund .centent .title {
  padding: 44px 0 34px 0;
}

.fund .centent .fund-tabs {
  height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #d2d2d2;
  line-height: 63px;
}

.fundTabs .swiper-slide {
  cursor: pointer;
}

.fundTabs .swiper-slide-thumb-active span {
  border-bottom: 2px solid #009adc;
  color: #009adc;
  display: inline-block;
}

.fund-swiper .swiper-button-next,
.fund-swiper .swiper-button-prev {
  height: 51px;
  width: 51px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
}

.fund-swiper .swiper-button-next::after,
.fund-swiper .swiper-button-prev::after {
  color: #fff;
  font-size: 18px;
}

.fund-swiper .swiper-button-next:hover,
.fund-swiper .swiper-button-prev:hover {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
}

.fund-content .text {
  padding: 6% 0 0 0;
  color: #676767;
  font-size: 16px;
  line-height: 30px;
  min-height: 50px;
}

.poverty-relief {
  padding-top: 87px;
}

.poverty-relief-left {
  width: 506px;
  color: #676767;
}

.poverty-relief-left .txt {
  padding: 38px 0 25px 0;
}

.poverty-relief-left img {
  height: 305px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.poverty-relief-right {
  width: -webkit-calc(100% - 560px);
  width: -moz-calc(100% - 560px);
  width: calc(100% - 560px);
}

.poverty-relief-right img {
  height: 580px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.public-benefit1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 128px;
}

/* .sub-develop {min-height: calc(100vh - 120px)} */
.sub-develop .abs {
  height: 100%;
  width: 193px;
  background: #f6f6f6;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0;
}

.swiperYear .swiper-slide {
  line-height: 48px;
  font-size: 20px;
  color: #888;
  font-family: Montserrat;
  text-align: center;
  cursor: pointer;
}

.swiperYear .swiper-slide::after {
  position: absolute;
  height: 7px;
  width: 7px;
  background: #cecece;
  left: 48px;
  top: 43%;
  border-radius: 50%;
  content: "";
}

.swiperYear {
  height: 100%;
}

.develop-box {
  padding: 40px 160px 80px 100px;
  margin-left: 193px;
}

.developContent {
  height: 490px;
}

.developContent .img {
  width: 828px;
}

.developContent .img img {
  height: 490px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.developContent ul {
  width: -webkit-calc(100% - 865px);
  width: -moz-calc(100% - 865px);
  width: calc(100% - 865px);
  overflow: hidden;
  height: 470px;
  overflow-y: auto;
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.developContent ul li {
  padding-bottom: 28px;
  border-bottom: 1px dashed #c9c9c9;
  margin-bottom: 20px;
}

.developContent ul li .data {
  color: #009adc;
  font-weight: bold;
}

.mobile-video {
  display: none;
  min-height: 82vh;
}

.mobile-list {
  padding: 3% 0;
}

.mobile-list li {
  width: 33.333%;
}

.mobile-list a {
  display: block;
  margin: 0 10px 20px 10px;
}

.mobile-list .img img {
  height: 300px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.mobile-btn {
  left: 0;
  top: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.mobile-btn img {
  height: 40px;
}

.swiperYear .swiper-slide {
  padding-left: 15px;
}

.swiperYear .swiper-slide-thumb-active {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
  background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
  background: -moz-linear-gradient(right, #006aaa, #00a3ee);
  background: -o-linear-gradient(right, #006aaa, #00a3ee);
  background: linear-gradient(270deg, #006aaa, #00a3ee);
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}

.swiperYear .swiper-slide-thumb-active::after {
  background: #fff;
}

.investment-box {
  padding-bottom: 2%;
}

.product-list-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 215px;
  background: -webkit-gradient(linear, right top, left top, from(#40b6ec), to(#00a3ee));
  background: -webkit-linear-gradient(right, #40b6ec, #00a3ee);
  background: -moz-linear-gradient(right, #40b6ec, #00a3ee);
  background: -o-linear-gradient(right, #40b6ec, #00a3ee);
  background: linear-gradient(270deg, #40b6ec, #00a3ee);
  overflow-y: auto;
  display: none;
}

.product-list-nav a {
  display: block;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
}

.product-list-nav a.cur,
.product-list-nav a:hover {
  background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#006aac));
  background: -webkit-linear-gradient(right, #006aaa, #006aac);
  background: -moz-linear-gradient(right, #006aaa, #006aac);
  background: -o-linear-gradient(right, #006aaa, #006aac);
  background: linear-gradient(270deg, #006aaa, #006aac);
  color: #fff;
}

.more2 a {
  margin: 1px 0px 2px 0;
}

.product-list.on .product-list-nav {
  display: block;
}

/* 媒介查询 */

@media (max-width: 1730px) {
  .develop-box {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 1600px) {

  .developContent .img {
    width: 50%;
  }

  .developContent ul {
    width: 45%
  }

}

@media (max-width: 1430px) {
  .product-list ul li {
    width: 50%;
  }

  .container {
    max-width: 94%;
  }

  .investment-link a {
    margin-right: 3.5%;
  }

  .construction {
    padding-top: 46px;
  }

  .construction .left p {
    margin-top: 10px;
  }

  .image-text .abs {
    padding-right: 40px;
    padding-left: 40px;
  }

  .fund .centent .fund-tabs {
    padding-right: 0;
  }

  .public-benefit .img-box {
    width: 770px;
  }

  .public-benefit .conternt {
    width: -webkit-calc(100% - 800px);
    width: -moz-calc(100% - 800px);
    width: calc(100% - 800px);
  }

  .fund-swiper {
    width: 600px;
  }

  .fund .centent {
    width: -webkit-calc(100% - 670px);
    width: -moz-calc(100% - 670px);
    width: calc(100% - 670px);
  }

  .fundTabs {
    font-size: 14px !important;
  }

  .container {
    max-width: 94%;
  }

  .talent-list .content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .talent-list .content .tit {
    font-size: 18px !important;
  }

  .develop-box {
    padding-left: 40px;
    padding-right: 40px;
  }

}

@media (min-width: 1201px) {
  .product .tabs a:hover {
    background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
    background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
    background: -moz-linear-gradient(right, #006aaa, #00a3ee);
    background: -o-linear-gradient(right, #006aaa, #00a3ee);
    background: linear-gradient(270deg, #006aaa, #00a3ee);
    color: #fff;
  }

  .product-list ul li a:hover {
    background: rgba(0, 0, 0, 0.28);
  }
}

@media (max-width: 1600px) {
  .circle {
    height: 200px;
    width: 200px;
    left: -80px;
    top: -80px;
    border: 40px solid rgba(0, 154, 220, 0.13);
  }
}

@media (max-width: 1280px) {
  .navs li>a {
    margin: 0 0.8vw;
    font-size: 16px;
  }
}

/* 头部 */
@media (max-width: 1200px) {
  .circle {
    display: none;
  }

  .logo img {
    height: 40px;
  }

  .navs,
  .m-laung,
  .mob-nav {
    display: block !important;
  }

  .search-box .logo,
  .colse,
  .header-top,
  .search {
    display: none;
  }

  .navbar {
    position: absolute;
    top: 60px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    height: -webkit-calc(100vh - 60px);
    height: -moz-calc(100vh - 60px);
    height: calc(100vh - 60px);
    left: -100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  .navbar.on {
    left: 0;
  }

  .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header-bottom {
    height: 60px;
  }

  .m-box {
    max-width: 400px;
    background: #4a4a4a;
    width: 100%;
    height: 100%;
    overflow-y: auto;
  }

  .navs {
    width: 100%;
  }

  .navs li>a {
    color: #fff;
    background: #04438d;
    margin: 0;
    padding: 0 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 50px;
    -webkit-transition: none;
    -o-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .navs li>a.on {
    background: url(../images/xl2.png) no-repeat 96% center #04438d;
  }

  .search-flx {
    display: block !important;
    width: 100%;
    height: 60px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: none;
  }

  .ht {
    height: 40px;
  }

  .sub-nav,
  .search-flx,
  .search-box {
    position: static !important;
  }

  .search-flx .container {
    max-width: 100%;
  }

  .cancel {
    display: none;
  }

  .search-input {
    width: 100%;
  }

  .sub-nav {
    padding: 0;
    background: none;
    min-height: auto;
  }

  .container2 {
    max-width: 100%;
  }

  .sub-nav .img {
    display: none;
  }

  .sub-nav-list1 a,
  .sub-nav-list a,
  .sub-nav-list {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
  }

  .sub-nav-list {
    padding: 0 25px;
  }

  .sub-nav-list a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .sub-nav-list a:last-child {
    border-bottom: none;
  }

  .search-box {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .search-input a,
  .search-input input {
    height: 40px;
  }

  .font24 {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .product-list-nav {
    display: none !important;
  }

  .product-list ul li a {
    color: #3b3b3b;
  }

  .product-list-link {
    margin: 0;
    padding-left: 0;
  }

  .product-list ul li {
    padding-left: 0;
  }

  .product-list ul li a {
    padding: 0 20px 0 0;
  }

  .sub-column {
    height: auto !important;
    padding-top: 30px;
  }

  .copy {
    margin-top: 0;
  }

  .indmh-sticky {
    -o-background-size: auto !important;
    background-size: auto !important;
  }

  .innovation {
    background: none;
  }

  .container1 {
    max-width: 94%;
  }

  .banner {
    padding-top: 60px;
  }

  .font40 {
    font-size: 20px;
  }

  .footer {
    padding: 0;
  }

  .index-news::after,
  .column::after,
  .imgbox,
  .footer-nav {
    display: none !important;
  }

  .index-about .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .wx {
    padding-top: 15px;
  }

  .footer-contact {
    padding: 5% 0;
    width: 100%;
    text-align: center;
  }

  .footer-contact .tel,
  .footer-contact .address {
    padding-left: 0;
    background: none;
  }

  .ewm img {
    margin: 0 auto;
  }

  .footer-contact p span,
  .footer-nav p span {
    padding-bottom: 10px;
  }

  .footer .container {
    padding-top: 0;
  }

  .innovation,
  .index-product,
  .index-news,
  .m-video,
  .index-about {
    padding-top: 4%;
  }

  .innovation {
    padding-bottom: 2%;
  }

  .swiper-abs .txt,
  .swiper-img,
  .index-product {
    height: auto;
  }

  .index-product {
    padding-bottom: 4%;
  }

  .swiper-con,
  .swiper-img,
  .index-about .content {
    width: 100%;
  }

  .index-about .content .title {
    padding: 2% 0;
  }

  .m-video {
    display: block;
  }

  .m-video video {
    width: 100%;
    background: #000;
  }

  .numScroll {
    height: 33px;
    background: none;
  }

  .numScroll ul li {
    margin-right: 4vw;
  }

  .numScroll ul li .num {
    font-size: 24px;
  }

  .numScroll ul li:nth-child(1) .num {
    width: 63px;
  }

  .numScroll ul li:nth-child(2) .num {
    width: 50px;
  }

  .numScroll ul li:nth-child(3) .num {
    width: 65px;
  }

  .numScroll ul li:nth-child(4) .num {
    width: 32px;
  }

  .numScroll ul li:nth-child(5) .num {
    width: 48px;
  }

  .index-news {
    background: #eaf6fb;
    padding-bottom: 4%;
  }

  .swiperBox .content {
    padding-left: 27px;
  }

  .font18 {
    font-size: 16px;
  }

  .newsSwiper a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .productSwiper {
    width: 100%;
    max-width: 96%;
    margin: 0 auto;
    padding-top: 3% !important;
  }

  .productSwiper .tit,
  .productSwiper .sub-tit {
    opacity: 1;
  }

  .productSwiper .tit {
    padding: 10px 0;
    font-size: 18px !important;
  }

  .innovationSwiper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .swiper-abs {
    position: static !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    width: 100%;
    padding: 4%;
  }

  .swiper-abs .txt {
    padding-top: 3%;
  }

  .index-news .more a {
    margin: 4% auto;
  }

  .develop,
  .newsSwiper,
  .innovationSwiper {
    margin-top: 2%;
  }

  .stock li {
    width: 40%;
  }

  .stock li .num1 {
    font-size: 24px;
  }

  .stock .name {
    font-size: 18px;
  }

  .stock-statistics {
    padding-left: 10%;
    padding-top: 0;
  }

  .stock p {
    line-height: 30px;
    font-size: 16px;
  }

  .main {
    padding-top: 60px;
  }

  .sub-column .cn {
    margin-bottom: 0;
  }

  .sub-column .en {
    font-size: 18px;
  }

  .team .text,
  .team .content,
  .column-box,
  .recruitment,
  .framework {
    padding-top: 0;
  }

  .sub-column {
    padding-top: 40px;
    height: 65px;
  }

  .job-nav li {
    font-size: 16px;
  }

  .job-nav {
    margin-top: 0;
  }

  .job.cur .position {
    height: 60px;
  }

  .job-us {
    padding: 15px;
  }

  .team .text {
    font-size: 18px;
    text-align: justify;
  }

  .font36 {
    font-size: 20px;
  }

  .details-tilte {
    padding: 5% 0;
  }

  .news-column .img img {
    height: 150px;
    width: 100%;
  }

  .position .sub-column {
    padding-top: 0;
  }

  .position {
    line-height: 30px;
  }

  .hot-news .content {
    width: -webkit-calc(100% - 520px);
    width: -moz-calc(100% - 520px);
    width: calc(100% - 520px);
  }

  .investment-link {
    display: none !important;
  }

  .main-nav-m {
    display: block !important;
  }

  .investment-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .develop-us .text,
  .develop-us .img,
  .innovate-us .text,
  .innovate-us .img,
  .image-text .img-box,
  .patent .abs .centent,
  .talent-us,
  .talent .img,
  .construction .right,
  .construction .left,
  .dowload,
  .investment-contant,
  .investment-list {
    width: 100%;
  }

  .dowload {
    margin-top: 10px;
  }

  .investment-contant {
    height: auto;
    margin-top: 4%;
    padding: 15px;
  }

  .page {
    padding: 10% 0;
  }

  .pc-video {
    display: none;
  }

  .mobile-video {
    display: block;
  }

  .image-text,
  .construction .flex,
  .contact-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #map {
    width: 100%;
    height: 300px;
  }

  .contact {
    padding: 4%;
    width: 100%;
  }

  .talent,
  .construction {
    background: none;
    padding: 4% 0;
  }

  .construction .left {
    color: #3b3b3b;
    padding-bottom: 20px;
  }

  .construction .right img {
    height: auto;
    margin: 0 auto;
  }

  .talent {
    background: none;
    padding-top: 0;
  }

  .talent .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .talent-us .title {
    padding: 15px 0 20px 0;
    background: none;
    color: #3b3b3b;
    -webkit-text-fill-color: #3b3b3b;
  }

  .talent img {
    margin: 0 auto;
    width: auto;
  }

  .talent .img {
    padding-top: 40px;
  }

  .patent .abs {
    position: static !important;
    color: #3b3b3b;
    padding-bottom: 4%;
  }

  .patent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .patent .abs .centent .title {
    padding: 0;
  }

  .talent img,
  .patent img {
    height: auto;
  }

  .lab-us .text {
    padding: 0;
  }

  .lab-us .show {
    margin: 4% auto 6% auto;
  }

  .image-text .abs {
    position: static !important;
    background: none;
    color: #3b3b3b;
    padding: 15px 0;
  }

  .innovate-us img,
  .image-text img {
    height: auto;
    width: auto;
    margin: 0 auto;
  }

  .image-text .txt {
    opacity: 1;
    color: #3b3b3b;
    height: auto;
  }

  .image-text .abs .tit {
    line-height: 36px;
  }

  .lab-us .title {
    font-size: 20px;
    text-align: center;
  }

  .lab-us {
    padding-top: 9%;
  }

  .develop-us .text,
  .develop-us,
  .innovate-us,
  .innovate-banner {
    padding: 5% 0;
  }

  .innovate-banner .abs {
    position: static !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .develop-us .flex,
  .innovate-us .flex,
  .innovate-banner .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .innovate-us .text,
  .map {
    width: 100%;
    padding: 5% 0;
  }

  .talent-view .img img,
  .develop-us .img img,
  .map img {
    height: auto;
  }

  .about .content {
    padding-bottom: 5%;
  }

  .develop-us .tit {
    padding-bottom: 10px;
  }

  .develop-us .text span {
    font-size: 18px;
  }

  .about .content,
  .about .container {
    padding-top: 0;
  }

  .director-us img {
    width: 100%;
    height: auto;
    margin: 0 auto 20px auto;
    padding: 0 !important;
  }

  .pd {
    padding: 20px 0;
  }

  .talent-list .content,
  .talent-list {
    position: static !important;
  }

  .talent-list,
  .talent-view {
    padding: 5% 0;
  }

  .talent-list li {
    color: #3b3b3b;
    margin-bottom: 40px;
  }

  .public-benefit .conternt .title br,
  .talent-list .content .icon {
    display: none;
  }

  .talent-list .content .text,
  .talent-list .content {
    padding: 0;
  }

  .talent-list .content,
  .talent-list li {
    width: 100%;
    display: block !important;
    text-align: left;
  }

  .public-benefit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 5% 0;
  }

  .public-benefit .img-box .img,
  .poverty-relief-left,
  .poverty-relief-right,
  .fund .centent,
  .fund-swiper,
  .public-benefit .conternt,
  .public-benefit .img-box {
    width: 100%;
  }

  .public-benefit .conternt {
    padding: 10px 0;
  }

  .public-benefit .img-box,
  .fund .centent,
  .fund {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fundTabs {
    font-size: 18px !important;
  }

  .poverty-relief-left,
  .poverty-relief {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .poverty-relief-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
  }

  .public-benefit .img-box .img {
    margin-bottom: 10px;
  }

  .poverty-relief-left img,
  .poverty-relief-right img,
  .fundSwiper img,
  .public-benefit img {
    height: auto;
  }

  .fund .centent .title {
    padding: 15px 0;
  }

  .poverty-relief {
    padding-top: 5%;
  }

  .m-txt {
    padding: 5% 0;
  }

  .poverty-relief-left .txt {
    padding: 10px 0 0 0;
    font-size: 14px;
  }

  .product {
    padding-top: 3%;
  }

  .product-list {
    position: static !important;
    padding: 15px 0;
  }

  .company-us img,
  .product .tab-content .img img {
    height: auto;
    width: 100%;
  }

  .product .tabs,
  .img-abs {
    display: none;
  }

  .company-us {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .company-us .sales,
  .company-us .img-box {
    width: 100%;
  }

  .company-us .sales {
    background: -webkit-gradient(linear, right top, left top, from(#006aaa), to(#00a3ee));
    background: -webkit-linear-gradient(right, #006aaa, #00a3ee);
    background: -moz-linear-gradient(right, #006aaa, #00a3ee);
    background: -o-linear-gradient(right, #006aaa, #00a3ee);
    background: linear-gradient(270deg, #006aaa, #00a3ee);
    padding: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .company-us .content {
    padding-left: 0;
  }

  .company-name {
    font-size: 24px;
  }

  .company-us {
    padding-top: 5%;
  }
}

@media (max-width: 1000px) {
  .mov {
    display: none !important;
  }

  .numScroll {
    margin: 0 auto 0 auto;
    background: none;
    height: auto;
  }

  .numScroll ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }

  .numScroll ul li {
    width: 33.333%;
    margin: 0;
    padding: 15px 0;
  }

  .stock ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stock li {
    width: 100%;
  }

  .job.cur .position,
  .job-nav {
    height: 45px;
  }

  .job-nav li:nth-child(1) {
    width: 60%;
  }

  .job-nav li:last-child {
    width: 20%
  }

  .job-nav li:nth-child(n + 2) {
    display: none;
  }

  .job-nav li:nth-child(6) {
    display: block;
  }

  .recruitment {
    padding-bottom: 10%;
    min-height: 600px;
  }

  .job-nav li {
    font-size: 14px;
    line-height: 45px;
  }

  .team {
    padding-bottom: 10%;
  }

  .detalis-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 10px;
  }

  .next {
    width: 100%;
    margin-top: 15px;
    line-height: 60px;
    height: 60px;
  }

  .mobile-list .img img {
    height: 200px;
  }
}

@media (max-width: 900px) {
  .product-list ul li {
    width: 50%;
  }

  .hot-news {
    padding: 4% 0;
  }

  .news-list li a,
  .hot-news a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .news-list .know-more,
  .list-content,
  .news-list .content,
  .hot-news .img,
  .hot-news .content {
    width: 100%;
  }

  .enterprise-box,
  .hot-news .img img {
    height: auto;
  }

  .hot-news .title {
    padding-top: 4%;
  }

  .news-list li .data {
    display: none;
  }

  .news-list .know-more {
    text-align: left;
    margin-top: 10px;
  }

  .font20 {
    font-size: 16px;
  }

  .news-list li {
    padding: 15px 0;
  }

  .wrap {
    max-width: 94%;
    margin-top: 0;
  }

  .round {
    display: none;
  }

  .enterprise-box .name,
  .enterprise-box,
  .enterprise-logo {
    position: static !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .enterprise-logo img {
    margin: 0 auto;
  }

  .enterprise-box {
    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;
    padding-top: 4%;
  }

  .enterprise-box .name {
    margin-right: 5vw;
  }

  .enterprise-box .name:last-child {
    margin: 0;
  }

  .form-group {
    width: 100%;
  }

  .message-title {
    height: 50px;
    line-height: 50px;
  }

  .num-roll {
    padding: 5%;
    height: auto;
    -o-background-size: cover;
    background-size: cover;
  }

  .roll li {
    width: 33.333%;
    margin-right: 0;
    margin-bottom: 15px;
  }

  .roll li span {
    font-size: 24px;
  }

  .roll li:nth-child(1) span {
    width: 63px;
  }

  .roll li:nth-child(2) span {
    width: 50px;
  }

  .roll li:nth-child(3) span {
    width: 65px;
  }

  .roll li:nth-child(4) span {
    width: 37px;
  }

  .roll li:nth-child(5) span {
    width: 56px;
  }

  .core .abs {
    position: static !important;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    padding: 5% 0;
    color: #3b3b3b;
  }

  .core img {
    height: auto;
  }

  .core1 {
    text-align: center;
  }

  .hot-news .know-more {
    width: auto;
    height: auto;
    text-align: left;
    border: none;
    margin-top: 0;
  }

  .hot-news {
    padding-bottom: 0;
  }

  .core .abs {
    padding: 3%;
    text-align: left !important;
  }

  .core1 .tit,
  .core .title {
    padding-bottom: 0;
    line-height: 48px;
  }

  .core1 .content {
    margin-bottom: 0;
  }

  .core p {
    font-size: 18px !important;
  }
}

@media (max-width: 768px) {
  .product-list ul li {
    width: 100%;
  }

  .product-list-link {
    height: auto;
  }

  .framework .img {
    width: 100%;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
  }

  .framework .img-roll {
    height: 600px;
    display: inline-block;
    width: 967px;
  }

  .framework img {
    height: 500px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mobile-list li {
    width: 50%;
  }

  .roll li {
    width: 50%;
  }
}

@media (max-width: 680px) {
  .numScroll ul li {
    width: 50%;
  }

  .newsSwiper .swiper-button-next,
  .newsSwiper .swiper-button-prev {
    visibility: visible;
  }

  .index-about .content .title {
    text-align: center;
  }

  .index-about .content .title::after {
    display: none;
  }

  .index-about .content .text {
    margin: 2% 0;
  }

  .more a {
    margin: 6% auto 4% auto;
    height: 40px;
    line-height: 40px;
    width: 170px;
  }

  .swiper-btn,
  .more a i {
    display: none;
  }

  .more2 {
    float: none !important;
  }

  .swiper-abs {
    height: auto;
  }

  .column {
    padding: 20px 0;
  }
}

@media (max-width: 480px) {
  .company-name {
    font-size: 18px;
  }

  .numScroll ul li {
    width: 100%;
    padding: 10px 0;
  }

  .productSwiper img {
    height: 237px;
  }

  .develop {
    height: 454px;
  }

  .develop .text {
    padding: 2% 0;
  }

  .stock-statistics,
  .stock-num {
    padding-left: 0;
  }

  .stock li {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .banner_img img {
    height: 200px !important;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .mobile-list .img img {
    height: 140px;
  }

  .mobile-list a {
    display: block;
    margin: 0 5px 10px 5px;
  }

  .roll li {
    width: 100%;
    margin-bottom: 20px;
  }

  .fund-swiper .swiper-button-next,
  .fund-swiper .swiper-button-prev {
    height: 30px;
    width: 30px;
  }

  .fund-swiper .swiper-button-next::after,
  .fund-swiper .swiper-button-prev::after {
    font-size: 14px !important;
  }

  .font18 {
    font-size: 15px;
  }
}

@media (min-width: 2200px) {
  .container {
    max-width: 1600px;
  }
}

.details-center .text table {
  width: 100% !important;
  font-size: 16px !important;
}

@media (max-width: 1200px) {
  .sub-develop .abs {
    position: static !important;
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .swiperYear .swiper-slide {
    padding-left: 0px;
  }

  .swiperYear .swiper-slide::after {
    display: none;
  }

  .swiperYear .swiper-slide-thumb-active {
    font-size: 20px;
  }

  .develop-box {
    width: 100%;
    max-width: 94%;
    margin: 0 auto;
    padding: 3% 0;
  }

  .developContent .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .developContent {
    height: auto;
  }

  .developContent ul,
  .developContent .img {
    width: 100%;
  }

  .developContent .img img {
    height: auto;
    width: auto;
    margin: 0 auto;
  }

  .developContent ul {
    margin-top: 15px;
  }
}

.videoList .swiper-wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.m-sec {
  padding: 0 15px;
}

.m-sec a {
  display: block;
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.main-nav-m ul>li>a {
  font-size: 16px !important;
}

.swiperYear .swiper-scrollbar {
  right: -3px !important;
}

.bannerSwiper a {
  display: block;
}


.online {
  margin: 0 auto;
  max-width: 960px;
  width: 100%;
  padding-top: 40px
}

.form-group1 {
  margin-bottom: 28px
}

.form-group1 label {
  width: 70px;
  text-align: right;
  font-size: 16px;
  color: #7c7c7c;
  line-height: 60px;
  font-weight: bold;
}

.form-group1 .input {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}

.form-group1 .input input {
  height: 60px;
  border: 1px solid #e5e5e5;
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px
}

.form-group1 .input i {
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: red;
  line-height: 60px;
}

.form-group1 .input textarea {
  width: -webkit-calc(100% - 70px);
  width: -moz-calc(100% - 70px);
  width: calc(100% - 70px);
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  height: 150px;
  font-size: 16px
}

.online .tit {
  padding: 40px 0 80px 20px;
  color: #353535;
  font-weight: bold;
  font-size: 20px
}

.form-group2 {
  width: 50%
}

.submit1 {
  height: 53px;
  width: 193px;
  margin: 30px auto;
  background: url(../images/buttonBg.jpg) no-repeat left center;
  font-size: 16px;
  color: #fff;
  display: block;
}

@media(max-width:1000px) {
  .form-group1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .form-group1 label {
    text-align: left;
  }

  .form-group2,
  .form-group1 .input,
  .form-group1 label {
    width: 100%
  }

  .form-group1 .input i {
    width: 10px
  }

  .form-group1 .input textarea,
  .form-group1 .input input {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
  }

  .online {
    padding-top: 3%
  }

  .form-group1 .input input {
    height: 48px
  }

  .online .tit {
    padding: 4% 0;
  }
}

.company-us .content a {
  line-height: 40px;
  border: 1px solid #fff;
  width: 120px;
  height: 40px;
  text-align: center;
  color: #fff
}

.form-group1 .input {
  position: relative
}

.form-group1 a {
  position: absolute;
  right: 3%;
  height: 50px;
  width: 160px;
  top: 5px
}

.form-group1 a img {
  height: 50px;
}

.dangjian {
  position: absolute;
  width: 469px;
  z-index: 9999;
  padding: 0
}

.dangjian img {
  width: 100%;
  height: auto
}

.dangjian-close {
  background: rgba(0, 0, 0, .4) url("../images/icon-close-white.png") no-repeat center center;
  background-size: contain;
  opacity: .4;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 18px;
  line-height: 18px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  z-index: 10;
  margin: 0 auto;
  margin-top: 5px;
  position: relative;
}

@media screen and (max-width: 1680px) {
  .dangjian {
    width: 380px
  }
}

@media screen and (max-width: 1366px) {
  .dangjian {
    width: 300px
  }
}

@media screen and (max-width: 1024px) {
  .dangjian {
    width: 230px
  }
}

.dangjian-zhuanlan{
	display:none;
}