@charset "utf-8";
/* CSS Document */
.swiper-button-next,
.swiper-button-prev {
  width: 49px;
  height: 49px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #707070;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 16px;
  color: #999;
  transition: all 0.5s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: #00A0E9;
  background-color: #00A0E9;
}
.swiper-button-next:hover::after,
.swiper-button-prev:hover::after {
  color: #fff;
}
.more-btn {
  position: relative;
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  border: 1px solid #00A0E9;
  color: #00A0E9;
  margin: 0 auto;
}
.more-btn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #00A0E9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}
.more-btn:hover {
  color: #fff;
  letter-spacing: 2px;
}
.more-btn:hover::after {
  left: 0;
  right: auto;
  width: 100%;
}
.ad-link {
  position: relative;
  top: -103px;
}
/*
.banner {
  position: relative;
}
.banner .cursor {
  position: absolute;
  left: 4%;
  bottom: 0;
  z-index: 2;
}
.banner .mouse {
  transform: translateY(-10px);
  animation: cursor 2.5s infinite linear forwards 0.2s alternate;
}
.banner .line {
  position: relative;
  width: 6px;
  height: 56px;
  background-color: #fff;
  margin: 20px auto 0;
  overflow: hidden;
}
.banner .line::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #00A0E9;
  animation: roll 3s ease-out infinite;
  z-index: 2;
}
.banner-swiper .swiper-slide {
  position: relative;
  overflow: hidden;
}
.banner-swiper .txt * {
  line-height: 1;
}
.banner-swiper .txt h4 {
  font-size: 70px;
  font-weight: 500;
  margin-bottom: 43px;
}
.banner-swiper .txt p {
  font-size: 32px;
  color: #999;
}
.banner-swiper .slide1 .more-video {
  display: block;
  width: 146px;
  height: 50px;
  line-height: 50px;
  color: #999;
  border: 1px solid #999;
  box-sizing: border-box;
  margin: 67px auto 0;
  cursor: pointer;
}
.banner-swiper .slide3 h4 {
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.4);
  color: #fff;
}
.banner-swiper .slide3 p {
  color: #fff;
}
.banner-swiper .swiper-pagination {
  right: 2.3%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  left: auto;
  width: auto;
}
.banner-swiper .swiper-pagination-bullet {
  display: block;
  width: 14px;
  height: 14px;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.banner-swiper .swiper-pagination-bullet:not(:last-of-type) {
  margin-bottom: 20px;
}
.banner-swiper .swiper-pagination-bullet-active {
  background-color: #00A0E9;
}
.banner-swiper .lines {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5.7%;
  height: 1px;
}
.banner-swiper .line1 {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}
.banner-swiper .line2 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 1px;
  background-color: #00A0E9;
}
.banner-swiper .main-cur img {
  animation: bannerScale 4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
}
.banner-swiper .main-cur .line2 {
  animation: line1 6s ease both ;
}
.mask-video {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.mask-video .mvbot {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  max-width: 1000px;
  background-color: #000;
}
.mask-video .video-sp {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.mask-video .closed {
  position: absolute;
  right: -67px;
  top: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #00A0E9;
  cursor: pointer;
}
.mask-video .closed i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
}
.mask-video .closed:hover {
  transform: rotate(360deg);
  transition: 0.35s;
}
.mask-video.active {
  opacity: 1;
  visibility: visible;
}
.mask-video.active .video-sp,
.mask-video.active .other-Video {
  opacity: 1;
  visibility: visible;
}
*/
.main1 {
  margin-top: 75px;
  margin-bottom: 113px;
  overflow: hidden;
}
.main1 .top-c {
  margin-bottom: 36px;
}
.main1 .top-c .line {
  position: relative;
  width: 1px;
  height: 30px;
  background-color: rgba(112, 112, 112, 0.2);
  margin: 0 auto;
  overflow: hidden;
}
.main1 .top-c .line::after {
  content: '';
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #00A0E9;
  animation: roll 3.5s ease-out infinite;
  z-index: 2;
}
.main1 .top-c p {
  font-family: Helvetica-Regular, Helvetica;
  font-size: 12px;
  color: #AAAAAA;
  text-transform: uppercase;
  line-height: 1.5;
  margin: 19px auto 16px;
}
.main1 .top-c .logo2 {
  width: auto;
  margin: 0 auto;
}
.main1 .inAbout-l {
  width: 50%;
  border-right: 1px solid rgba(112, 112, 112, 0.2);
}
.main1 .inAbout-l .date {
  font-family: Helvetica-Regular, Helvetica;
  color: #AAAAAA;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.main1 .inAbout-l h3 {
  font-weight: normal;
  margin-bottom: 40px;
  line-height: 1;
}
.main1 .inAbout-l p {
  width: 83.3%;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  margin: 0 auto;
}
.main1 .inAbout-l .more-btn {
  margin-top: 136px;
}
.main1 .inAbout-r {
  width: 50%;
}
.main1 .inAbout-r .pic {
  width: 82.2%;
  margin-left: auto;
}
.main1 .inAbout-r .inAbout-items {
  width: 82.2%;
  margin-left: auto;
  margin-top: 47px;
}
.main1 .inAbout-r .inAbout-item {
  position: relative;
  width: 202px;
}
.main1 .inAbout-r .inAbout-item::before,
.main1 .inAbout-r .inAbout-item::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 79px;
  height: 79px;
}
.main1 .inAbout-r .inAbout-item::before {
  left: -19px;
  background: url(../images/msl.png) no-repeat center;
  background-size: contain;
}
.main1 .inAbout-r .inAbout-item::after {
  content: '';
  position: absolute;
  right: -19px;
  bottom: 0;
  background: url(../images/msr.png) no-repeat center;
  background-size: contain;
}
.main2 {
  padding: 74px 0 79px;
  background: url(../img/gy-bg.jpg) no-repeat center;
  background-size: cover;
}
.main2-wrap {
  position: relative;
}
.main2-wrap .bg {
  position: absolute;
  left: 37%;
  top: 55%;
  transform: translate(-50%, -50%);
  width: 30%;
}
.main2-wrap .c_btn {
  position: absolute;
  top: 50%;
  display: block;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10;
}
.main2-wrap .c_btn .jt {
  color: #00A0E9;
  font-size: 36px;
}
.main2-wrap .c_btn .cir_bg circle {
  stroke: #00A0E9 !important;
}
.main2-wrap .c_btn:hover .cir_bg {
  animation: rotate 2.5s linear infinite;
}
.main2-wrap .iconprev {
  left: -3%;
}
.main2-wrap .iconprev .jt {
  transform: translate(-50%, -50%) rotate(180deg);
}
.main2-wrap .iconprev:hover .jt {
  animation: jt1 1s linear forwards;
}
.main2-wrap .iconnext {
  right: -3%;
}
.main2-wrap .iconnext:hover .jt {
  animation: jt2 1s linear forwards;
}
.main2T {
  padding-top: 57px;
}
.main2T .swiper-slide {
  position: relative;
  opacity: 0 !important;
}
.main2T .img {
  max-width: 64.4%;
  margin: 0 auto;
  transform: translateY(-20px);
}
.main2T .img > img {
  width: auto;
  margin: 0 auto 0;
  object-fit: contain;
}
.main2T .txt {
  position: absolute;
  right: 5%;
  top: 60%;
  transform: translateY(-50%);
  width: 26.2%;
  height: 407px;
  background: linear-gradient(180deg, #00A0E9 0%, rgba(248, 248, 248, 0) 100%);
  padding: 58px 2.67% 0 3.45%;
}
.main2T .txt * {
  color: #fff;
}
.main2T .txt p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.main2T .lines {
  position: absolute;
  top: 58px;
  left: -377px;
}
.main2T .lines .cir {
  position: relative;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #00A0E9;
}
.main2T .lines .cir::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 245%;
  height: 245%;
  border-radius: 50%;
  border: 1px solid #00A0E9;
  box-sizing: border-box;
}
.main2T .lines i {
  left: 5px;
  display: block;
  width: 391px;
  height: 1px;
  background-color: #00A0E9;
}
.main2T .swiper-slide-active {
  opacity: 1!important;
}
.main2T .swiper-slide-active .img {
  transform: translateY(0);
}
.main2T .swiper-slide-active .txt {
  top: 54%;
}
.main2B .swiper-slide {
  position: relative;
  padding-top: 17px;
  cursor: pointer;
}
.main2B .swiper-slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D9D9D9;
}
.main2B .swiper-slide::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #00A0E9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.main2B * {
  line-height: 1;
  color: #AEAEAE;
}
.main2B .num {
  margin-bottom: 16px;
}
.main2B .swiper-slide-thumb-active::after {
  left: 0;
  right: auto;
  width: 100%;
}
.main2B .swiper-slide-thumb-active * {
  color: #00A0E9;
}
.main3 {
  position: relative;
  height: 700px;
  overflow: hidden;
}
.main3 #particles-js {
  width: 100%;
  height: 100%;
}
.main3 canvas {
  display: block;
  vertical-align: bottom;
}
.main3 .main3-wrap {
  top: 35%;
  z-index: 2;
}
.main3 .main3-wrap .bg-cir {
  z-index: -1;
  display: none;
}
.main3 .main3-wrap .p1 {
  margin-bottom: 13px;
}
.main3 .main3-wrap .p2 {
  width: 57.3%;
  margin: 0 auto;
  font-weight: 200;
}
.main3 .main3-wrap .more-btn {
  margin-top: 61px;
}
.main3 .main3-item {
  position: absolute;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  z-index: 1;
}
.main3 .main3-item::before {
  content: '';
  position: absolute;
  height: 1px;
  border-radius: 0px 0px 0px 0px;
  background: linear-gradient(53deg, #E8E8E8 0%, rgba(255, 255, 255, 0) 100%);
}
.main3 .main3-item i {
  font-size: 32px;
}
.main3 .main3-item p {
  margin-top: 10px;
  line-height: 1;
}
.main3 .main3-item:hover {
  background-color: #00A0E9;
}
.main3 .main3-item:hover * {
  color: #fff;
}
.main3 .main3-item:hover::before {
  background: linear-gradient(53deg, #00A0E9 0%, rgba(255, 255, 255, 0) 100%);
}
.main3 .future1 {
  top: 0;
  left: 2.2%;
}
.main3 .future1::before {
  top: 50%;
  left: 100%;
  width: 365px;
  transform: translateY(-50%);
}
.main3 .future2 {
  left: 11.98%;
}
.main3 .future2::before {
  width: 230px;
  transform: rotate(-30deg);
  left: 82%;
  top: -22%;
}
.main3 .future3 {
  left: 30.32%;
  top: calc(100% + 116px);
}
.main3 .future3::before {
  width: 164px;
  transform: rotate(-60deg);
  left: 26%;
  top: -60%;
}
.main3 .future4 {
  right: 30.32%;
  top: calc(100% + 116px);
}
.main3 .future4::before {
  width: 164px;
  transform: rotate(250deg);
  right: 3%;
  top: -69%;
}
.main3 .future5 {
  right: 11.98%;
}
.main3 .future5::before {
  width: 230px;
  transform: rotate(210deg);
  right: 82%;
  top: -22%;
}
.main3 .future6 {
  top: 0;
  right: 2.7%;
}
.main3 .future6::before {
  top: 50%;
  right: 100%;
  width: 365px;
  transform: translateY(-50%);
  background: linear-gradient(53deg, rgba(0, 160, 233, 0) 0%, #E8E8E8 100%);
}
.main3 .future6:hover::before {
  background: linear-gradient(53deg, rgba(0, 160, 233, 0) 0%, #00A0E9 100%);
}
.main4 {
  background-color: #F5F5F5;
  padding: 82px 0 115px;
}
.main4 .tit-t {
  margin-bottom: 42px;
}
.main4 .tit-t .more {
  color: #999;
}
.main4 .tit-t .more:hover {
  color: #00A0E9;
}
.main4 .img {
  width: 44.4%;
  overflow: hidden;
}
.main4 .img:hover img {
  transform: scale(1.04);
}
.main4 .innews-items {
  width: 52.6%;
  margin-left: 3%;
}
.main4 .innews-item {
  position: relative;
  display: block;
  padding: 24px 0 25px;
}
.main4 .innews-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  transform: scaleY(0.5);
}
.main4 .innews-item:first-of-type::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #D1D1D1;
  transform: scaleY(0.5);
}
.main4 .innews-item .item-t .date {
  display: block;
  font-size: 12px;
  color: #B1B1B1;
  margin-bottom: 8px;
}
.main4 .innews-item .item-t p {
  line-height: 1.1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main4 .innews-item .item-b {
  margin-top: 11px;
  display: none;
}
.main4 .innews-item .item-b .des {
  color: #999;
  font-weight: 200;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main4 .innews-item.cur {
  padding-top: 38px;
}
.main5 {
  position: relative;
  background: url(../img/demand-bg.jpg) no-repeat top center;
  background-size: cover;
  background-attachment: fixed;
  padding: 111px 0 136px;
}
.main5::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.72);
  z-index: 1;
}
.main5 .txt {
  position: relative;
  z-index: 2;
}
.main5 .p1,
.main5 .p2 {
  color: #010101;
}
.main5 .p1 {
  line-height: 1;
  margin-bottom: 19px;
}
.main5 .p2 {
  line-height: 1.2;
}
.main5 .more-btn {
  margin-top: 53px;
}
.pro-banner .txt h3 {
  color: #333;
}
.pro-banner .txt p {
  color: #999;
}
.pro-gs {
  margin-top: 83px;
}
.pro-gs .pro-tit {
  margin-bottom: 119px;
}
.pro-gs .pro-tit .p2 {
  width: 71.2%;
  color: #666;
  line-height: 2;
}
.pro-style {
  background: url(../img/style-bg.png) no-repeat center;
  background-size: cover;
  padding-top: 112px;
  padding-bottom: 88px;
}
.style-wrap {
  position: relative;
  overflow: hidden;
}
.style-wrap .swiper-button-prev {
  left: 0;
}
.style-wrap .swiper-button-next {
  right: 0;
}
.style-wrap .style-swiper {
  width: 90.4%;
  padding-top: 91px;
  padding-bottom: 91px;
}
.style-wrap .swiper-slide {
  position: relative;
  padding: 47px 3.53% 55px;
  background-color: #fff;
  cursor: pointer;
}
.style-wrap .swiper-slide::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 8px;
  background-color: #00A0E9;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.style-wrap .swiper-slide .img {
  overflow: hidden;
}
.style-wrap .swiper-slide p {
  margin-top: 41px;
}
.style-wrap .swiper-slide:hover {
  background-color: #fff;
  box-shadow: 0px 6px 24px 1px rgba(0, 0, 0, 0.36);
}
.style-wrap .swiper-slide:hover::before {
  width: 100%;
}
.style-wrap .swiper-slide:hover img {
  transform: scale(1.04);
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.mask .mask-wrap {
  width: 1052px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 35px 2.6% 35px 1.78%;
}
.mask .img {
  width: 60.43%;
}
.mask .txt {
  width: 36.4%;
  margin-left: 3.17%;
}
.mask .name {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 37px;
  padding-bottom: 31px;
  border-bottom: 1px solid #D6D6D6;
}
.mask .info {
  height: 229px;
  margin-bottom: 30px;
  padding-right: 1%;
  overflow-y: scroll;
}
.mask .info::-webkit-scrollbar {
  width: 4px;
}
.mask .info::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 0;
  background: #00A0E9;
}
.mask .info * {
  font-size: 16px;
  color: #666;
}
.mask .online {
  display: block;
  width: 182px;
  height: 63px;
  line-height: 63px;
  background-color: #00A0E9;
  color: #fff;
}
.mask .online i {
  font-size: 27px;
  color: #fff;
  margin-right: 10px;
}
.mask .online:hover {
  letter-spacing: 2px;
}
.mask .closed {
  position: absolute;
  right: -67px;
  top: 0;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #00A0E9;
  cursor: pointer;
}
.mask .closed i {
  font-size: 22px;
  color: #fff;
}
.mask .closed:hover {
  transform: rotate(360deg);
  transition: 0.35s;
}
.mask.active {
  opacity: 1;
  visibility: visible;
}
.pro-gs2 .txt {
  width: 34.17%;
  margin-left: 9.975%;
}
.pro-gs2 .txt .p1 {
  margin-bottom: 17px;
}
.pro-gs2 .txt .p2 {
  line-height: 2;
  color: #666;
}
.pro-gs2 .img {
  width: 50%;
  overflow: hidden;
}
.pro-gs2 .img:hover img {
  transform: scale(1.04);
}
.apply {
  margin-top: 84px;
  margin-bottom: 166px;
}
.apply .apply-tit .p1 {
  font-weight: normal;
  margin-bottom: 40px;
}
.apply .apply-tit .p2 {
  width: 71.24%;
  margin: 0 auto;
}
.apply .apply-tit .p2 * {
  line-height: 2;
  color: #666;
}
.apply .apply-top {
  position: relative;
  margin-bottom: 24px;
  margin-top: 78px;
}
.apply .apply-top .apply-t {
  width: 83.6%;
}
.apply .apply-b {
  width: 49.9%;
}
.apply .apply-b .swiper-slide {
  box-sizing: border-box;
}
.apply .apply-b .swiper-slide-thumb-active {
  border: 2px solid #00A0E9;
}
.culture {
  padding: 128px 0;
  background: url(../img/culture.png) no-repeat right bottom;
  background-size: cover;
  background-attachment: fixed;
}
.culture .cul-tit {
  margin-bottom: 82px;
}
.culture .cul-tit * {
  line-height: 1.1;
}
.culture .tit1 {
  margin-bottom: 15px;
}
.culture .tit2 {
  color: #666;
}
.culture .cul-item:not(:last-of-type) {
  margin-bottom: 54px;
}
.culture .cul-item .icon {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin-right: 32px;
  border: 1px solid #999;
}
.culture .cul-item .icon i {
  font-size: 32px;
  color: #999;
}
.culture .cul-item .p2 {
  color: #666;
}
.culture .cul-item .txt {
  width: calc(100% - 100px);
}
.gsjj {
  margin-top: 100px;
  margin-bottom: 105px;
}
.gsjj .gs-intro {
  width: 34.95%;
  margin-left: 9.975%;
}
.gsjj h3 {
  font-weight: normal;
  margin-bottom: 59px;
}
.gsjj .p1 {
  line-height: 1.9;
  margin-bottom: 30px;
}
.gsjj .p2 {
  line-height: 2.2;
  color: #666;
}
.gsjj .img {
  width: 50%;
}
.history {
  margin-top: 93px;
}
.history h3 {
  line-height: 1.2;
  font-weight: normal;
  margin-bottom: 45px;
}
.history .time {
  margin-bottom: 24px;
}
.history .time i {
  font-size: 42px;
  color: #B5B5B5;
}
.history .history-wrap {
  margin-bottom: 49px;
}
.history .history-items {
  position: relative;
  width: 1047px;
  margin: 0 auto 50px;
  padding-top: 60px;
}
.history .history-items::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 5px;
  height: 100%;
  background-color: #B5B5B5;
}
.history .history-item {
  position: relative;
  padding-bottom: 63px;
}
.history .history-item::before {
  content: '';
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 10px;
  height: 100%;
  background: url(../images/his-line.png) repeat-y center;
  background-size: contain;
}
.history .history-item .txt {
  position: relative;
  width: 50%;
  box-sizing: border-box;
}
.history .history-item .txt .year {
  display: inline-block;
  font-family: 'Gilroy';
  color: #00A0E9;
  margin-bottom: 17px;
}
.history .history-item .txt .info * {
  color: #777;
  line-height: 1.7;
  font-size: inherit;
}
.history .history-item .txt::before {
  content: '';
  position: absolute;
  top: 10px;
  width: 33.8%;
  height: 2px;
  background-color: #B5B5B5;
}
.history .history-item .txt::after {
  content: '';
  position: absolute;
  top: 0;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #B5B5B5;
  border: 5px solid #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
.history .history-item .img {
  position: relative;
  width: 31.7%;
  overflow: hidden;
}
.history .history-item:nth-of-type(odd)::before {
  left: 50.2%;
}
.history .history-item:nth-of-type(odd) .txt {
  text-align: right;
  padding-right: 9.56%;
}
.history .history-item:nth-of-type(odd) .txt::before {
  left: 100%;
}
.history .history-item:nth-of-type(odd) .txt::after {
  right: -11px;
}
.history .history-item:nth-of-type(odd) .img {
  margin-left: 18.3%;
}
.history .history-item:nth-of-type(even) {
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -o-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.history .history-item:nth-of-type(even)::before {
  left: 49.2%;
  transform: rotateY(180deg);
}
.history .history-item:nth-of-type(even) .txt {
  padding-left: 9.56%;
}
.history .history-item:nth-of-type(even) .txt::before {
  left: -33.8%;
}
.history .history-item:nth-of-type(even) .txt::after {
  left: -11px;
}
.history .history-item:nth-of-type(even) .img {
  margin-right: 18.3%;
}
.history .history-item:nth-of-type(even) .img::before {
  right: -53.3%;
}
.history .history-item:hover .img img {
  transform: scale(1.04);
}
.history .arrow i {
  font-size: 30px;
  color: #D3D3D3;
}
.bj {
  margin-top: 98px;
}
.bj-item {
  width: 48%;
  margin-right: 4%;
  background-color: #F5F5F5;
  margin-top: 55px;
}
.bj-item:nth-of-type(2n) {
  margin-right: 0;
}
.bj-item .img {
  overflow: hidden;
}
.bj-item .txt {
  padding: 25px 5.4% 10px;
  min-height: 205px;
}
.bj-item .name {
  font-weight: 500;
}
.bj-item .intro {
  margin-top: 25px;
}
.bj-item .intro * {
  font-size: inherit;
  font-weight: 300;
}
.bj-item:hover .img img {
  transform: scale(1.04);
}
#cursorCir {
  will-change: transform;
  pointer-events: none;
  z-index: 99999;
}
#cursorCir i {
  font-size: 60px;
  opacity: 0;
  visibility: hidden;
}
#cursorCir.isLink i {
  opacity: 1;
  visibility: visible;
}
.honor {
  overflow: hidden;
}
.honor-top {
  cursor: none !important;
}
.honor-t {
  width: 37.666%;
  overflow: visible;
  margin-top: 117px;
}
.honor-t .swiper-slide p {
  color: #00A0E9;
  opacity: 0;
  visibility: hidden;
  margin-top: 38px;
}
.honor-t .honor-item {
  transform: scale(0.8);
  transition: all 0.35s;
}
.honor-t .honor-item .img img {
  width: auto;
  max-width: 100%;
  max-height: 291px;
  margin: 0 auto;
  object-fit: contain;
}
.honor-t .active .honor-item {
  transform: scale(1);
}
.honor-t .active img {
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
}
.honor-t .active p {
  opacity: 1;
  visibility: visible;
}
.honor-bot {
  position: relative;
  width: 82.2%;
  margin: 75px auto 150px;
}
.honor-bot .swiper-button-next {
  right: 0;
}
.honor-bot .swiper-button-prev {
  left: 0;
}
.honor-b .swiper-slide {
  width: auto;
  margin-right: 90px;
  cursor: pointer;
}
.honor-b .swiper-slide-thumb-active {
  color: #00A0E9;
}
.region {
  margin-bottom: 133px;
  margin-top: 90px;
}
.region .p1 {
  margin-bottom: 46px;
}
.region .p2 {
  width: 71.2%;
  color: #666;
  line-height: 2;
  margin: 0 auto;
}
.photos {
  background: url(../img/gc-bg.png) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}
.photo-1 {
  padding: 90px 0 114px;
}
.photo-1 .com-tit {
  margin-bottom: 102px;
}
.photo-1 .p1 {
  margin-bottom: 46px;
}
.photo-1 .img {
  overflow: hidden;
}
.photo-1 .img:hover img {
  transform: scale(1.04);
}
.photo-1 .photo-l {
  width: 36.7%;
}
.photo-1 .photo-r {
  width: 61.81%;
  margin-left: 1.49%;
}
.photo-2 {
  margin-top: 84px;
  margin-bottom: 107px;
}
.photo-2 .com-tit {
  margin-bottom: 79px;
}
.advantage {
  background: url(../img/ad-bg.png) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}
.ad-1 {
  padding-top: 94px;
  padding-bottom: 115px;
}
.ad-1 .com-tit {
  margin-bottom: 72px;
}
.ad-1 .ad-wrap {
  position: relative;
}
.ad-1 .ad-wrap .swiper-button-next {
  right: 0;
}
.ad-1 .ad-wrap .swiper-button-prev {
  left: 0;
}
.ad-1 .ad {
  width: 89.66%;
}
.ad-1 .ad .swiper-slide {
  background-color: #fff;
}
.ad-1 .ad .swiper-slide .txt {
  padding: 10px 6.1% 40px;
}
.ad-1 .ad p {
  line-height: 2;
}
.ad-2 {
  margin-top: 116px;
  margin-bottom: 158px;
}
.ad-2 .com-tit {
  margin-bottom: 79px;
}
.ad-2 .ad-item {
  background-color: #F5F5F5;
}
.ad-2 .ad-item:not(:last-of-type) {
  margin-bottom: 21px;
}
.ad-2 .ad-item .txt {
  width: 36.2%;
  padding: 59px 3.58% 20px;
}
.ad-2 .ad-item .txt * {
  line-height: 1;
}
.ad-2 .ad-item .img {
  width: 63.8%;
  overflow: hidden;
}
.ad-2 .ad-item .img img {
  height: 100%;
  object-fit: cover;
}
.ad-2 .ad-item .num {
  font-family: 'Gilroy';
  color: #00A0E9;
}
.ad-2 .ad-item .ad-c {
  padding-bottom: 26px;
  border-bottom: 1.5px solid #00A0E9;
  margin-bottom: 51px;
}
.ad-2 .ad-item .ad-c i {
  font-size: 50px;
  color: #DEDEDE;
}
.ad-2 .ad-item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.ad-2 .ad-item:hover .img img {
  transform: scale(1.04);
}
.contactUs {
  background: url(../img/contact-bg.png) no-repeat bottom center;
  background-size: cover;
  background-attachment: fixed;
}
.contact {
  padding-top: 132px;
  padding-bottom: 111px;
}
.contact .main-center {
  background-color: #00A0E9;
}
.contact #map {
  width: 68.84%;
  height: 537px;
}
.contact .contact-wrap {
  width: 31.16%;
  padding-left: 3%;
  padding-right: 1%;
  box-sizing: border-box;
}
.contact .contact-wrap * {
  color: #fff;
}
.contact .contact-wrap h4 {
  margin-bottom: 69px;
}
.contact .contact-wrap .item:not(:last-of-type) {
  margin-bottom: 30px;
}
.application {
  margin-top: 126px;
  margin-bottom: 152px;
}
.application .com-tit {
  margin-bottom: 64px;
}
.application .form-item h4 {
  font-weight: normal;
  margin-bottom: 32px;
}
.application .form-item .item > input {
  width: 100%;
  height: 52px;
  box-sizing: border-box;
  padding: 0 19px;
  font-size: 16px;
  border: 1px solid #E8E8E8;
  color: #999;
}
.application .form-item .item > input::placeholder {
  font-size: 16px;
  color: #999;
}
.application .form-item .item > input::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}
.application .form-item .item > input:-moz-placeholder {
  font-size: 16px;
  color: #999;
}
.application .form-item .item > input:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.application .form-item select {
  width: 100%;
  height: 52px;
  padding: 0 21px 0 19px;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #E8E8E8;
  color: #999;
}
.application .form-item .item1 {
  width: 20.56%;
}
.application .form-item .item2 {
  width: 34.42%;
}
.application .form-item .item3 {
  width: 16.9%;
}
.application .form-item .item-select {
  position: relative;
}
.application .form-item .item-select::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #E60012 transparent transparent transparent;
}
.application .form-item .item-after {
  position: relative;
}
.application .form-item .item-after::before {
  content: "*";
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #E60012;
}
.application .form-item1 {
  margin-bottom: 66px;
}
.application .form-item1 .item:not(:last-of-type) {
  margin-right: 2.52%;
}
.application .form-item2 {
  margin-bottom: 66px;
}
.application .form-item2 .item2-t {
  margin-bottom: 32px;
}
.application .form-item2 .item2-t em {
  display: inline-block;
  color: #E60012;
  margin-left: 10px;
}
.application .form-item2 .dxk .radio-item:not(:last-of-type) {
  margin-right: 36px;
}
.application .form-item2 .dxk input {
  position: relative;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  margin-right: 8px;
}
.application .form-item2 .dxk input::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.application .form-item2 .dxk input:checked::after {
  background-color: #00A0E9;
}
.application .form-item2 .dxk label {
  cursor: pointer;
}
.application .form-item2 .item1 {
  margin-right: 2.52%;
}
.application .form-item2 .item2-b:not(:last-of-type) {
  margin-right: 2.52%;
}
.application .form-item2 .radio-1 {
  margin-right: 5.47%;
}
.application .form-item2 .radio-1 em {
  margin-right: 35px;
}
.application .form-item2 .radio-2 em {
  margin-right: 64px;
}
.application .form-item3 {
  margin-bottom: 46px;
}
.application .form-item3 textarea {
  width: 100%;
  height: 163px;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  resize: none;
  padding: 10px 19px;
  font-size: 16px;
  color: #999;
}
.application .form-item3 textarea::placeholder {
  font-size: 16px;
  color: #999;
}
.application .form-item3 textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}
.application .form-item3 textarea:-moz-placeholder {
  font-size: 16px;
  color: #999;
}
.application .form-item3 textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.application .btn {
  display: block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  background: #00A0E9;
  color: #fff;
}
.list {
  margin-top: 66px;
  margin-bottom: 213px;
}
.list img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.list .list-b {
  display: flex;
  align-items: center;
  justify-content: center;
}
.list .downLoad {
  margin-right: 3%;
}
.list .downLoad .pdf {
  width: 20px;
  height: auto;
  margin-right: 5px;
}
.list .downLoad .pdf path {
  fill: #00A0E9;
  transition: 0.4s;
}
.list .downLoad:hover .pdf path {
  fill: #fff;
}
.list .more-btn {
  display: inline-block;
  margin-top: 50px;
}
.list .more {
  margin-left: 0;
}
.faq {
  margin-top: 136px;
  margin-bottom: 114px;
}
.faq .faq-item {
  padding: 36px 3.45% 0 1.37%;
  border: 1px solid #DDDDDD;
  margin-bottom: 31px;
  cursor: pointer;
}
.faq .faq-item .ques,
.faq .faq-item .answer {
  display: inline-block;
  font-family: 'Gilroy';
  width: 25px;
  height: 25px;
  line-height: 25px;
  border-radius: 50%;
  background: #00A0E9;
  color: #fff;
}
.faq .faq-item .faq-q {
  position: relative;
  color: #3B3B3B;
  padding-right: 34px;
  padding-bottom: 26px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.faq .faq-item .faq-q * {
  font-size: inherit;
}
.faq .faq-item .faq-q .faq-l {
  display: inline-block;
  padding: 11px 45px 11px 20px;
  border-radius: 26px;
  color: #999;
  max-width: 95%;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.faq .faq-item .faq-q span {
  margin-right: 32px;
}
.faq .faq-item .faq-q i {
  position: absolute;
  right: 0;
  top: 14px;
  display: inline-block;
  width: 34px;
  height: 22px;
  border-radius: 20px;
  background: #00A0E9;
}
.faq .faq-item .faq-q i::before,
.faq .faq-item .faq-q i::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
}
.faq .faq-item .faq-q i::before {
  width: 11px;
  height: 2px;
}
.faq .faq-item .faq-q i::after {
  width: 2px;
  height: 11px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.faq .faq-item .faq-a {
  position: relative;
  padding-bottom: 63px;
  padding-left: 72px;
  display: none;
}
.faq .faq-item .faq-a .answer {
  position: absolute;
  left: 15px;
  top: 0;
}
.faq .faq-item .faq-a .info {
  width: 70.3%;
}
.faq .faq-item .faq-a .info * {
  color: #999;
  line-height: 2;
}
.faq .faq-item.cur {
  box-shadow: 0px 0px 12px 1px rgba(0, 0, 0, 0.16);
}
.faq .faq-item.cur .faq-q i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq .faq-item.cur .faq-l {
  background-color: #00A0E9;
  color: #fff;
}
.equip {
  background: url(../img/duty-bg.jpg) no-repeat center;
  background-size: cover;
}
.equip-wrap {
  padding-top: 90px;
  padding-bottom: 76px;
}
.process {
  margin-top: 105px;
  margin-bottom: 182px;
}
.process .com-tit {
  margin-bottom: 94px;
}
.process-item {
  position: relative;
  margin-bottom: 54px;
}
.process-item .pic {
  position: relative;
  width: 242px;
  height: 242px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #D6D6D6;
  margin: 0 auto;
}
.process-item .img {
  width: 84.4%;
  height: 84.4%;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #fff;
  border: 2px solid #EFEFEF;
  overflow: hidden;
}
.process-item .img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  object-fit: contain;
}
.process-item .cir-svg {
  position: absolute;
  top: -1px;
  left: -1px;
  transform: scaleX(-1) rotate(-90deg);
  transform-origin: center;
  width: 242px;
  height: 242px;
  z-index: 1;
}
.process-item .cir-svg circle {
  stroke: #00A0E9;
  stroke-dasharray: 1000px;
  stroke-dashoffset: 1000px;
  transition: stroke-dashoffset 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.process-item .line {
  position: absolute;
  top: 0;
  width: 42.3%;
  z-index: -1;
}
.process-item .line .line2 {
  position: absolute;
  left: 0;
  top: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.5s;
}
.process-item .line .num {
  position: absolute;
  top: -32%;
  font-family: 'Gilroy';
  width: 55px;
  height: 55px;
  line-height: 55px;
  background: #fff;
  border-radius: 50%;
  color: #999;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
}
.process-item .txt {
  position: absolute;
  top: 0;
  width: 28.3%;
}
.process-item .txt h4 {
  font-weight: normal;
  color: #999;
  margin-bottom: 14px;
}
.process-item .txt .info * {
  font-size: inherit;
  color: #999;
}
.process-item .icon {
  margin-top: 52px;
  animation: cursor 1.5s infinite linear forwards 0.2s alternate;
}
.process-item .icon i {
  font-size: 25px;
  color: #D6D6D6;
}
.process-item:nth-of-type(odd) .line {
  right: 0.5%;
}
.process-item:nth-of-type(odd) .line .num {
  left: 5%;
}
.process-item:nth-of-type(odd) .txt {
  top: 45px;
  right: 3.84%;
}
.process-item:nth-of-type(even) .line {
  left: 0.5%;
}
.process-item:nth-of-type(even) .line img {
  transform: rotateY(180deg);
}
.process-item:nth-of-type(even) .line .num {
  right: 5%;
}
.process-item:nth-of-type(even) .txt {
  top: 26px;
  left: 3.84%;
}
.process-item:last-of-type .icon {
  display: none;
}
.process-item .process-box:hover .img img {
  transform: translate(-50%, -50%) scale(1.04);
}
.process-item .process-box:hover .cir-svg circle {
  stroke-dashoffset: 0px;
}
.process-item .process-box:hover .line .line2 {
  clip-path: inset(0 0 0 0);
}
.process-item .process-box:hover .line .num {
  color: #00A0E9;
}
.process-item .process-box:hover .txt * {
  color: #00A0E9;
}
.demand {
  margin-top: 96px;
  margin-bottom: 147px;
}
.demand .txt {
  width: 36.2%;
  margin-left: 9.975%;
  margin-right: 3.825%;
}
.demand .txt h3 {
  font-weight: normal;
  margin-bottom: 34px;
}
.demand .txt .info {
  margin-bottom: 37px;
}
.demand .txt .info * {
  font-size: inherit;
  line-height: 2;
  color: #666;
}
.demand .txt .de-cont {
  color: #00A0E9;
  line-height: 2;
  text-decoration: underline;
}
.demand .img {
  width: 50%;
}
.computer {
  margin-bottom: 263px;
}
.compu-1 {
  margin-top: 60px;
  margin-bottom: 108px;
}
.compu-1 h4 {
  font-weight: normal;
  margin-bottom: 39px;
}
.compu-1 .info {
  padding-left: 1.9%;
}
.compu-1 .info * {
  font-size: inherit;
  line-height: 2;
  color: #666;
}
.compu-1 .info p {
  position: relative;
}
.compu-1 .info p::before {
  content: '';
  position: absolute;
  top: 15px;
  left: -1.9%;
  width: 7px;
  height: 7px;
  background: #999999;
}
.compu-2 .compu-wrap1 {
  margin-bottom: 130px;
}
.compu-2 .jsq-t {
  position: relative;
}
.compu-2 .jsq-t h4 {
  position: relative;
  display: inline-block;
  font-size: 32px;
  font-weight: normal;
  background-color: #fff;
  padding-right: 26px;
  z-index: 2;
}
.compu-2 .jsq-t::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #C9C9C9;
}
.compu-2 .compu-items .img {
  width: 40.1%;
}
.compu-2 .compu-rbox {
  width: 46.8%;
  padding-top: 43px;
}
.compu-2 .compu-rbox .half .compu-item {
  width: 48.3%;
  margin-right: 3.4%;
}
.compu-2 .compu-rbox .half .compu-item:last-of-type {
  margin-right: 0;
}
.compu-2 .compu-rbox span {
  display: block;
  color: #999;
  margin-bottom: 16px;
}
.compu-2 .compu-rbox input {
  width: 100%;
  height: 64px;
  box-sizing: border-box;
  background: #F7F7F7;
  padding: 0 10px;
  font-size: 16px;
}
.compu-2 .compu-rbox .jsq1 {
  margin-bottom: 45px;
}
.compu-2 .compu-rbox .jsq2 {
  padding-bottom: 65px;
  margin-bottom: 62px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
}
.compu-2 .compu-rbox .jsq3 {
  padding-bottom: 40px;
  margin-bottom: 63px;
  border-bottom: 1px dashed rgba(112, 112, 112, 0.3);
}
.news {
  margin-top: 84px;
  margin-bottom: 154px;
}
.news-items {
  margin-bottom: 76px;
}
.news-item {
  position: relative;
  padding-bottom: 44px;
  border-bottom: 1px solid #ccc;
}
.news-item:not(:first-of-type) {
  padding-top: 45px;
}
.news-item:not(:first-of-type) .date {
  top: 45px;
}
.news-item .date {
  position: absolute;
  left: 0;
  top: 0;
}
.news-item .date * {
  font-family: 'Gilroy';
  line-height: 1;
  color: #999;
}
.news-item .date .year {
  font-weight: lighter;
}
.news-item .img {
  width: 22.9%;
  margin-left: 10.6%;
  overflow: hidden;
}
.news-item .txt {
  width: 62.4%;
  margin-left: 4.1%;
}
.news-item .txt h3 {
  font-size: 28px;
  font-weight: normal;
  line-height: 1.1;
  margin-bottom: 25px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-item .txt p {
  width: 87.6%;
  color: #848484;
  line-height: 2;
  margin-bottom: 81px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-item .more {
  position: relative;
  color: #848484;
  display: block;
}
.news-item .more i {
  font-size: 22px;
  margin-left: 26px;
  color: #C7C7C7;
}
.news-item:hover .date * {
  color: #00A0E9;
}
.news-item:hover .txt h3 {
  color: #00A0E9;
}
.news-item:hover img {
  transform: scale(1.04);
}
.infoList {
  margin-top: 195px;
  margin-bottom: 128px;
}
.infoList .title {
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
  margin-bottom: 72px;
}
.infoList .bot {
  margin-bottom: 45px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.infoList .bot .date {
  color: #777;
}
.infoList .bot .share {
  color: #777;
}
.infoList .bot .fx-icon {
  font-size: 20px;
  color: #C7C7C7;
}
.infoList .bot .share-content {
  position: absolute;
  right: 0;
  top: 160%;
  width: 200px;
  padding: 20px 10px;
  background-color: #F5F5F5;
  border-radius: 10px 0 10px 10px;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.infoList .bot .share-content::before {
  content: '';
  position: absolute;
  right: 0;
  top: -12px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #F5F5F5 transparent;
}
.infoList .bot .share-content #share-3 {
  display: flex;
  justify-content: space-between;
}
.infoList .bot .share-content .social-share a {
  position: relative;
  text-decoration: none;
  display: inline-block;
  outline: none;
}
.infoList .bot .share-content .social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 40px;
  border: 1px solid #ABABAB;
  color: #ABABAB;
  text-align: center;
  vertical-align: middle;
}
.infoList .bot .share-content .social-share .social-share-icon::before {
  font-family: "iconfont" !important;
  font-size: 22px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.infoList .bot .share-content .social-share .icon-qq:hover {
  color: #56b6e7;
  border-color: #56b6e7;
}
.infoList .bot .share-content .social-share .icon-wechat {
  position: relative;
}
.infoList .bot .share-content .social-share .icon-wechat:before {
  content: "\e660";
}
.infoList .bot .share-content .social-share .icon-wechat .wechat-qrcode {
  opacity: 0;
  visibility: hidden;
  position: relative;
  position: absolute;
  z-index: 9;
  top: 160%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  padding-bottom: 10px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #e7e7e7;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.infoList .bot .share-content .social-share .icon-wechat .wechat-qrcode::before {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #f7f7f7 transparent;
}
.infoList .bot .share-content .social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f7f7f7;
  margin: 0;
  padding: 0;
  color: #777;
}
.infoList .bot .share-content .social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.infoList .bot .share-content .social-share .icon-wechat:hover {
  color: #7bc549;
  border-color: #7bc549;
}
.infoList .bot .share-content .social-share .icon-wechat:hover .wechat-qrcode {
  opacity: 1;
  visibility: visible;
  top: 140%;
}
.infoList .bot .share-content .social-share .icon-weibo:hover {
  color: #ff763b;
  border-color: #ff763b;
}
.infoList .bot .share {
  position: relative;
}
.infoList .bot .share:hover .share-content {
  opacity: 1;
  top: 140%;
}
.infoList .info {
  padding-bottom: 147px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}
.infoList .info * {
  font-size: 18px;
  line-height: 2;
  color: #777;
}
.infoList .info img {
  width: auto;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
.infoList .page {
  position: relative;
  margin-top: 66px;
}
.infoList .page * {
  font-size: 15px;
  color: #848484;
}
.infoList .page .chapter {
  position: relative;
  width: 41%;
}
.infoList .page .chapter span {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.infoList .page .chapter i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

  font-size: 18px;
  color: #C7C7C7;
}
.infoList .page .chapter:hover i,
.infoList .page .chapter:hover span {
  color: #00A0E9;
}
.infoList .page .prev {
  padding-left: 29px;
}
.infoList .page .prev i {
  left: 0;
}
.infoList .page .next {
  padding-right: 29px;
  text-align: right;
}
.infoList .page .next i {
  right: 0;
}
.infoList .page .back {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  color: #848484;
}
.infoList .page .back:hover {
  color: #00A0E9;
}
.duty {
  background: url(../img/duty-bg.jpg) no-repeat center;
  background-size: cover;
  padding-top: 111px;
  padding-bottom: 114px;
}
.duty-swiper {
  margin-top: 87px;
}
.duty-swiper .swiper-slide {
  width: 48%;
  padding: 0 1.85%;
  opacity: 0.18;
}
.duty-swiper .swiper-slide .info {
  margin-top: 40px;
  opacity: 0;
  visibility: hidden;
}
.duty-swiper .swiper-slide .info * {
  font-size: inherit;
}
.duty-swiper .swiper-slide-active {
  opacity: 1;
}
.duty-swiper .swiper-slide-active .info {
  opacity: 1;
  visibility: visible;
}
.duty-swiper .swiper-button-next {
  right: 15.26%;
}
.duty-swiper .swiper-button-prev {
  left: 15.26%;
}

