﻿.z_header .z_logo.on .logo-1, .z_header .z_logo .logo-1, .z_header.on .z_logo .logo-2 {
  display: none;
}

.z_header .z_logo.on .logo-2, .z_header .z_logo .logo-2, .z_header.on .z_logo .logo-1 {
  display: block;
}

body {
  font-size: 16px;
}

.tqInner {
  z-index: 3;
  position: relative;
  width: 100%;
  height: 100vh;
}

.tqInner .iboxT .en {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 118px;
}

.tqInner .iboxT .zh {
  font-size: 48px;
  letter-spacing: 0.5px;
}

.tqInner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1e5c8f;
  opacity: 0.38;
}

.tqInner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.tqInner .iboxT {
  position: absolute;
  left: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.iboxT.white .en, .iboxT.white .zh {
  color: #fff;
  text-transform: capitalize;
}

.innerWrap {
  padding: 7.3vw 5.2vw;
  overflow: hidden;
}

.z_index_tit.center {
  text-align: center;
}

.z_index_tit {
  margin-bottom: 3.125vw;
}

/* jobs */

.join-idea-three {
  width: 31%;
  float: left;
  margin: 1%;
  text-align: center;
}

.join-idea-three img {
  width: 78px;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* .join-idea-three:hover img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
} */

.join-idea-three p {
  line-height: 38px;
  letter-spacing: 0.2px;
}

.recIdea {
  background: #f5f5f5;
  color: #666;
  overflow: hidden;
}

.recIdea_tit {
  float: left;
  width: 34%;
}

.recIdea_tit .recIdea_en {
  font-size: 33px;
  line-height: 38px;
  margin-bottom: 8px;
}

.recIdea_tit .recIdea_cn {
  font-size: 30px;
  color: #333;
}

.recIdea .recIdea_p {
  float: left;
  width: 60%;
  margin-right: 6%;
}

.recIdea .recIdea_p p {
  line-height: 30px;
}

@media (max-width: 1024px) {
  .recIdea_tit .recIdea_en {
    font-size: 30px;
    line-height: 1.4;
  }
  .recIdea_tit .recIdea_cn {
    font-size: 26px;
  }
  .recIdea .recIdea_p {
    width: 100%;
    font-size: 14px;
    margin-right: 0;
  }
  .recIdea_tit {
    width: 100%;
    margin-top: 20px;
  }
  .join-idea-three img {
    width: 48px;
  }
}

@media (max-width: 900px) {
  .recIdea_tit {
    float: none;
    margin-bottom: 16px;
  }
  .recIdea_tit .recIdea_en {
    margin: 0;
    font-size: 28px;
  }
  .recIdea_tit .recIdea_cn {
    font-size: 24px;
  }
  .recIdea .recIdea_p {
    float: none;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .recIdea_tit {
    margin-bottom: 12px;
  }
  .recIdea_tit .recIdea_en {
    font-size: 26px;
  }
  .recIdea_tit .recIdea_cn {
    font-size: 22px;
  }
  .recIdea .recIdea_p p {
    line-height: 26px;
    color: #666;
    font-size: 13px;
    letter-spacing: 0.5px;
  }
  .join-idea-three p {
    font-size: 14px;
  }
}

.recJob {
  /* background: #f5f5f5; */
  color: #666;
}

/* search */

.recJob .recJob_sech {
  position: relative;
  z-index: 3;
}

.recJob_sel {
  position: relative;
  float: left;
  width: 18.59%;
  margin-right: 0.82%;
  margin-bottom: 15px;
}

.recJob_sel .recJob_a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #fff;
  color: #666666;
  font-size: 12px;
  background-position: 95% center;
  background-image: url(../images/recruit-arrow.png);
  background-repeat: no-repeat;
  border: 1px solid transparent;
}

.recJob_sel .recJob_opt {
  position: absolute;
  left: 0;
  top: 40px;
  background: #fff;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: none;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%);
  box-shadow: 0 2px 2px rgba(1, 1, 1, 0.13);
  padding: 10px 0;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.recJob_sel .recJob_opt a {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 12px;
}

.recSec_job {
  float: left;
  width: 23.14%;
}

.recSec_job input {
  display: block;
  border: none;
  padding: 10px;
  height: 40px;
  line-height: 20px;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  color: #666666;
  font-size: 12px;
}

.recJob_sech .recJob_btn {
  display: block;
  float: right;
  width: 17.6%;
  margin: 0;
  height: 40px;
  border: none;
  padding: 0;
  text-align: center;
  background: #c31f2c;
  font-size: 14px;
  color: #fff;
}

.recJob_sel.on {
  z-index: 3;
}

.recJob_sel.on .recJob_a {
  background-color: #1e1b20;
  color: #fff;
  background-image: url(../images/recruit-arrow2.png);
  border: 1px solid #1e1b20;
}

.recJob_sel.on .recJob_opt {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  visibility: visible;
}

/* job */

.recJob_box {
  margin: 20px 0 0;
}

/* job-tit */

.recJob_tit {
  line-height: 20px;
  background: #437ebf;
  padding: 10px 2%;
  overflow: hidden;
}

.recJob_tit span {
  float: left;
  width: 22%;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 10px;
}

.recJob_tit span:nth-child(5) {
  width: 10%;
}

/* job-list  */

.recJob_list {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 75px;
  padding: 0 2% 30px;
  background: #fff;
}

.recruit li {
  border-bottom: 1px solid #e5e5e5;
  background: #fdfdfd;
}

.recJob_name {
  display: block;
  font-size: 0;
  padding: 25px 0;
  position: relative;
  overflow: hidden;
}

.recJob_name::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  width: 12px;
  height: 8px;
  margin-top: -4px;
  background-image: url(../images/recruit-down.png);
  background-position: center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  z-index: 99;
}

.recJob_name span {
  float: left;
  width: 22%;
  line-height: 20px;
  font-size: 14px;
  padding: 5px 10px;
}

.recJob_name span:last-of-type {
  width: 10%;
}

.recJob_info {
  display: none;
  position: relative;
  border-top: 1px solid #efefef;
  padding: 0 30px;
  background: #f5f5f5;
}

.recJob_top {
  padding: 20px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #dcdcdc;
}

.recJob_top span {
  display: inline-block;
  width: 24%;
  font-size: 14px;
  line-height: 36px;
  color: #666;
}

.recJob_btm {
  overflow: hidden;
  padding: 40px 10px;
  border-bottom: 1px solid #dcdcdc;
}

.recJob_btm h4 {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-bottom: 12px;
}

.recJob_btm p {
  line-height: 26px;
  color: #666;
}

.recJob_btm .recJob_l {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 80px;
  margin-bottom: 15px;
}

.recJob_btm .recJob_r {
  width: 50%;
  float: right;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 60px;
}

.recJob_info .tips {
  padding: 20px 0;
  color: #0d56a7;
  line-height: 20px;
  font-size: 14px;
}

.recJob_info .tips a {
  display: inline-block;
  color: #0d56a7;
}

.recJob_list li.cur {
  border-color: transparent;
  background: #fff;
}

.recJob_list li.cur .recJob_name::after {
  background-image: url(../images/recruit-up.png);
}

@media (max-width: 900px) {
  .recJob {
    padding: 48px 0;
  }
  .recJob_sel {
    width: 32%;
    margin: 0 0 2% 2%;
  }
  .recJob_sel:first-of-type {
    margin: 0 0 2% 0;
  }
  .recSec_job {
    width: 78%;
  }
  .recJob_sech .recJob_btn {
    width: 20%;
  }
  .recJob_name {
    padding: 20px 0;
  }
  .recJob_info {
    padding: 0 28px 10px;
  }
  .recJob_top {
    padding: 16px 0;
  }
  .recJob_top span {
    width: auto;
    margin-right: 24px;
    font-size: 13px;
    line-height: 2.4;
  }
  .recJob_tit {
    padding: 10px 28px;
  }
  .recJob_list {
    padding: 0 28px 30px;
  }
  .recJob_btm {
    padding: 28px 10px;
  }
  .recJob_btm .recJob_l {
    padding-right: 60px;
  }
  .recJob_btm .recJob_r {
    padding-left: 32px;
  }
  .recJob_btm h4 {
    font-size: 17px;
    margin-bottom: 8px;
  }
}

@media (max-width: 680px) {
  .recJob_info .tips {
    padding: 0 14px;
  }
  .recJob_list {
    padding: 0 14px 20px;
  }
  .recJob_btm {
    padding: 20px 10px;
  }
  .recJob_btm .recJob_l {
    padding: 0;
    float: none;
    width: 100%;
  }
  .recJob_btm .recJob_r {
    float: none;
    padding: 0;
    width: 100%;
  }
  .recJob_btm h4 {
    font-size: 16px;
  }
  .recJob_btm p {
    font-size: 13px;
  }
  .recJob_info {
    padding: 0 22px 6px;
  }
  .recJob_info .tips {
    padding: 14px 0;
  }
  .recJob_sel {
    width: 100%;
    margin: 0 0 10px !important;
  }
  .recJob_tit {
    padding: 10px 14px;
  }
  .recJob_tit span {
    width: 24%;
    font-size: 13px;
    padding: 6px 0;
  }
  .recJob_tit span:nth-child(3) {
    width: 28%;
  }
  .recJob_tit span:nth-child(5) {
    display: none;
  }
  .recJob_name {
    padding: 10px 0;
  }
  .recJob_name span {
    width: 24%;
    font-size: 13px;
    padding: 6px 0;
    text-align: center;
  }
  .recJob_name span:nth-child(3) {
    width: 28%;
  }
  .recJob_name span:last-of-type {
    display: none;
  }
  .recJob_name::after {
    display: none;
  }
}

@media (max-width: 480px) {
  .recJob {
    padding: 32px 0;
  }
  .recJob_tit {
    padding: 10px;
  }
  .recSec_job input {
    line-height: 36px;
    height: 36px;
    padding: 0 10px;
  }
  .recJob_sech .recJob_btn {
    font-size: 13px;
    line-height: 36px;
    height: 36px;
  }
  .recJob_list {
    padding: 0 10px 12px;
  }
  .recJob_info {
    padding: 0 14px 6px;
  }
  .recJob_top {
    padding: 12px 0;
  }
  .recJob_top span {
    margin-right: 18px;
    line-height: 2;
  }
  .recJob_btm {
    padding: 12px 6px;
  }
  .recJob_btm h4 {
    font-size: 15px;
    margin-bottom: 0;
  }
  .recJob_btm p {
    line-height: 24px;
  }
  .recJob_info .tips {
    font-size: 13px;
  }
}

.ind-campus {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ind-campus::before {
  content: '';
  position: absolute;
  width: 80%;
  height: 500px;
  right: 0;
  bottom: 0;
  background: #f5f5f5;
}

.ind-campus-view {
  width: 89%;
  margin: 0 auto;
}

.ind-campus-list .slick-list {
  padding: 0 140px 98px !important;
}

.ind-campus-list .slick-arrow {
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  background: rgba(0, 0, 0, .4);
  color: #ffffff;
  top: 50%;
  margin: -33px 0 0;
  display: block;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 5;
}

@media(min-width:1681px) {
  .ind-campus-list .slick-arrow:hover {
    background: #0d56a7;
  }
}

.ind-campus-list .slick-prev {
  left: -95px;
}

.ind-campus-list .slick-prev i {
  display: inline-block;
  width: 66px;
  height: 66px;
  background: url(../images/grade-prev.png) no-repeat center;
}

.ind-campus-list .slick-next {
  right: -95px;
}

.ind-campus-list .slick-next i {
  display: inline-block;
  width: 63px;
  height: 63px;
  background: url(../images/grade-next.png) no-repeat center;
}

.ind-campus-li {
  position: relative;
  margin: 0 20px;
}

.ind-campus-li:before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 1;
}

.ind-campus-img {
  position: relative;
  padding-top: 50%;
  overflow: hidden;
  background: #000
}

.ind-campus-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.ind-campus-li:hover .ind-campus-img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.ind-campus-text {
  position: absolute;
  width: 40%;
  min-width: 380px;
  /* height: 300px; */
  padding: 3% 3% 74px;
  background: rgba(255, 255, 255, 0.7);
  left: 100px;
  bottom: -90px;
  box-shadow: 0 0 30px rgba(0, 0, 0, .4);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  opacity: 0;
  z-index: 5;
}

.ind-campus-li.slick-active .ind-campus-text {
  opacity: 1;
  bottom: -60px;
}

.ind-campus-text h3 {
  position: relative;
  font-size: 22px;
  /* margin-bottom: 34px; */
}

.ind-campus-text h3:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 2px;
  left: -37px;
  top: 17px;
  background: #0456a3;
}

.ind-campus-text p {
  font-size: 16px;
  color: #5d5d5d;
  margin-top: 16px;
}

.pagination1 {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 5px;
  font-family: 'Georgia';
  font-size: 20px;
  transform-origin: bottom center;
}

.pagination1 span {
  font-size: 35px;
  margin: 0 9px;
}

@media (max-width: 1680px) {
  .about .ind-campus-list .slick-prev, .about .ind-campus-list .slick-next {
    top: 0;
    margin: 0;
    height: 84%;
    width: 9%;
  }
  .about .ind-campus-list .slick-arrow {
    background: transparent;
  }
  .about .ind-campus-list .slick-prev i, .about .ind-campus-list .slick-next i {
    height: 100%;
    width: 100%;
  }
  .about .ind-campus-list .slick-prev {
    left: 0;
  }
  .about .ind-campus-list .slick-next {
    right: 0;
  }
  .about .ind-campus-img img {
    opacity: .8;
  }
  .about .slick-active .ind-campus-img img {
    opacity: 1;
  }
}

@media (max-width: 1368px) {
  .about .ind-campus-list .slick-prev, .about .ind-campus-list .slick-next {
    height: 82%;
    width: 10%;
  }
  .about .ind-campus-text h3 {
    font-size: 20px;
  }
  .about .ind-campus-text p {
    font-size: 15px;
  }
  .about .ind-campus::before {
    height: 50%;
  }
}

@media (max-width: 1024px) {
  .about .ind-campus-li {
    margin: 0 10px;
  }
  .about .ind-campus-list .slick-list {
    padding: 0 80px 89px !important;
  }
  .about .ind-campus-list .slick-prev, .about .ind-campus-list .slick-next {
    height: 80%;
    width: 8%;
  }
  .about .ind-campus-text {
    left: 63px;
    height: 258px;
  }
  .about .ind-campus-text p {
    font-size: 14px;
  }
  .about .pagination1 {
    transform: scale(0.8);
  }
}

@media (max-width: 768px) {
  .about .ind-campus-list .slick-list {
    padding: 0 0 168px !important;
  }
  .about .ind-campus-li.slick-active .ind-campus-text {
    bottom: -90px;
  }
  .about .ind-campus-list .slick-prev, .about .ind-campus-list .slick-next {
    height: 62%;
  }
}

@media (max-width: 680px) {
  .about .ind-campus-li.slick-active .ind-campus-text {
    bottom: 0;
  }
  .about .ind-campus-text {
    position: relative;
    bottom: 0;
    left: 0;
    background: #fff;
    box-shadow: none;
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 28px;
    opacity: 1;
  }
  .about .ind-campus-list .slick-list {
    padding: 0 !important;
  }
  .about .ind-campus::before {
    width: 100%;
  }
  .about .pagination1 {
    position: relative;
    bottom: -12px;
  }
}

@media (max-width: 480px) {
  .about .ind-campus-list .slick-prev, .about .ind-campus-list .slick-next {
    width: 50%;
    height: 38%;
  }
  .about .ind-campus-list .slick-prev i {
    background-position: left center;
  }
  .about .ind-campus-list .slick-next i {
    background-position: right center;
  }
  .about .ind-campus-text {
    padding: 20px;
  }
  .about .ind-campus-text h3 {
    font-size: 18px;
  }
  .about .ind-campus-text p {
    margin-top: 10px;
  }
  .about .pagination1 {
    bottom: 0;
    transform: scale(0.6);
  }
  .about .ind-campus-text h3:before {
    left: -28px;
    top: 15px;
  }
}

/* jobs  end */

/* contact */

.flex-table {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-view {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
}

.contact-map {
  width: 50%;
  overflow: hidden;
}

.contact-map * {
  width: auto;
}

/* #allmap {
  width: 100%;
  height: 110%;
  margin: 0 auto;
} */

.contact-text {
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px);
  padding: 2% 6%;
  background: #0d56a7;
  color: #fff;
  margin-left: 10px;
}

.contact-text li {
  margin: 4% 0;
}

.contact-text-item {
  padding-left: 40px;
  background-position: left 7px;
  -o-background-size: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.contact-text-1 {
  background-image: url(../images/Phone.svg);
}

.contact-text-2 {
  background-image: url(../images/Mail-closed.svg);
}

.contact-text-3 {
  background-image: url(../images/Pin.svg);
}

.contact-text-item h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}

.contact-text-item p {
  line-height: 1.5;
}

.contact-text-item span {
  color: #fff;
  font-size: 15px;
  opacity: 0.5;
}

.contact-text-item p.cn {
  font-size: 14px;
}

.contact-text-item p+p {
  margin-top: 10px;
}

.qrcode-item {
  width: 50%;
  padding: 0 10px;
  height: 100%;
}

.qrcode-box {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e8eef3;
  letter-spacing: .5px;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 40px 20px;
  background: #fff;
  color: #333;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.qrcode-box:hover {
  background: #0d56a7;
}

.qrcode-box h3 {
  font-size: 25px;
  line-height: 38px;
  font-weight: 500;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.qrcode-box img {
  width: 152px;
  margin: 30px auto 20px;
  display: block;
}

.qrcode-box span {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}

.qrcode-box:hover h3, .qrcode-box:hover span {
  color: #fff;
}

.cooperation-list {
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  align-items: stretch;
  margin-top: 10px;
}

.cooperation-list li {
  width: 25%;
  padding: 10px;
}

.cooperation-item {
  height: 100%;
  background: #fff;
  padding: 60px 40px;
  position: relative;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  text-align: left;
}

.cooperation-item:hover {
  box-shadow: 0 7px 15px 0 rgba(22, 64, 135, .1);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}

.cooperation-item h3 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 15px;
}

.cooperation-item p {
  font-size: 16px;
  line-height: 32px;
  color: #888;
}

.cooperation-item p a {
  color: #000;
  font-weight: bold;
}

.message-left {
  width: 100%;
}

.message-left-input {
  width: 50%;
  padding: 6px;
}

.message-right .message-left-input {
  width: 100%;
}

.message-left-input input {
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  color: #737373;
  background: #f1f1f1;
  padding: 10px 20px;
  border: none;
  height: 57px;
}

.message-left-input textarea {
  width: 100%;
  font-size: 14px;
  line-height: 38px;
  color: #737373;
  background: #f1f1f1;
  padding: 10px 20px;
  border: none;
  height: 146px;
}

.message-right {
  width: 100%;
}

.message-button {
  width: 200px;
  font-size: 11px;
  font-weight: 400;
  line-height: 20px;
  height: 50px;
  margin: 10px 0 0 7px;
  cursor: pointer;
  position: relative;
}

.message-button button {
  display: block;
  background: none;
  border: none;
  font-size: 15px;
  width: 100%;
  padding: 15px 30px;
  background: #0d56a7;
  border: 1px solid #0d56a7;
  color: #fff;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  cursor: pointer;
}

.message-button button:hover {
  border: 1px solid #e2e2e2;
  background: #fff;
  color: #333;
}

.message-main {
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fbfbfb;
}

.message-main-left {
  width: 50%;
}

.message-pic {
  position: relative;
  height: 100%;
  padding-top: 0;
}

.message-pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -o-object-fit: cover;
  object-fit: cover;
}

.message-main-right {
  width: 50%;
  padding: 60px;
}

.message-main-right>h2 {
  font-weight: 500;
  margin: 0 0 30px;
  font-size: 14px;
  color: #666;
}

.con_online {
  /* background: #f5f5f5; */
}

#allmap {
  height: 500px;
  width: 100%;
  margin: 0 auto;
}

#allmap * {
  max-width: inherit;
}

/* contact end */

/* product */

.product {
  overflow: hidden;
  height: 100vh;
}

.proUl a:link, .proUl a:visited {
  color: #fff;
}

.proUl a:active, .proUl a:hover {
  color: #fff;
}

.proUl li {
  width: 33.333%;
  float: left;
  overflow: hidden;
  position: relative;
  -webkit-transition: width 455ms;
  -o-transition: width 455ms;
  -moz-transition: width 455ms;
  transition: width 455ms;
}

.proUl li::before {
  content: "";
  content: none\0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.05;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  -moz-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: skew(-24deg) scaleY(1) translate(0, 0);
  -ms-transform: skew(-24deg) scaleY(1) translate(0, 0);
  -moz-transform: skew(-24deg) scaleY(1) translate(0, 0);
  -o-transform: skew(-24deg) scaleY(1) translate(0, 0);
  transform: skew(-24deg) scaleY(1) translate(0, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.proUl li:hover::before {
  -webkit-transform: skew(-30deg) scale(3) translate(0, 0);
  -ms-transform: skew(-30deg) scale(3) translate(0, 0);
  -moz-transform: skew(-30deg) scale(3) translate(0, 0);
  -o-transform: skew(-30deg) scale(3) translate(0, 0);
  transform: skew(-30deg) scale(3) translate(0, 0);
  opacity: 0.1;
}

.proUl li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #8FCCE3;
  opacity: 0.38;
  z-index: 1;
  background: #1e5c8f;
  opacity: 0.28;
}

.proUl li figure {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  height: 100vh;
}

.proUl li figure img {
  display: none;
  height: 790px;
}

.proUl li .black-40 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.proTxt {
  width: 358px;
  padding: 20px;
  position: absolute;
  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%);
  text-align: center;
  z-index: 2;
}

.proTxt:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -moz-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -o-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -webkit-transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
  transition: -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
  -o-transition: -o-transform .52s cubic-bezier(.4, 0, .2, 1);
  -moz-transition: transform .52s cubic-bezier(.4, 0, .2, 1), -moz-transform .52s cubic-bezier(.4, 0, .2, 1);
  transition: transform .52s cubic-bezier(.4, 0, .2, 1);
  transition: transform .52s cubic-bezier(.4, 0, .2, 1), -webkit-transform .52s cubic-bezier(.4, 0, .2, 1), -moz-transform .52s cubic-bezier(.4, 0, .2, 1), -o-transform .52s cubic-bezier(.4, 0, .2, 1);
  transition: transform .52s cubic-bezier(.4, 0, .2, 1), -webkit-transform .52s cubic-bezier(.4, 0, .2, 1);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  visibility: hidden\9;
  z-index: -1;
  opacity: 0.7;
}

.proTxt p {
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.proTxt .ico {
  width: 42px;
  height: 42px;
  display: block;
  margin: 78px auto 28px;
  position: relative;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.proTxt .ico i {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.proTxt .ico .i1 {
  display: block;
}

.proTxt .ico .i2 {
  display: none;
}

.proTxt .t {
  font-size: 28px;
  line-height: 1.2;
  margin-top: 10px;
  letter-spacing: 1px;
}

.proTxt .en {
  text-transform: uppercase;
  line-height: 0.8;
  font-family: "Gasalt";
  font-size: 38px;
  letter-spacing: 1px;
  margin: 0 auto;
}

.proTxt .by {
  color: #666666;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  width: 90%;
  line-height: 1.5;
  height: 45px;
  overflow: hidden;
  letter-spacing: 1px;
  margin: 0 auto;
  text-align: center;
  color: #787878;
}

.proTxt .addico {
  background: url(picture/add_ico.png) no-repeat scroll center center;
  -o-background-size: cover;
  background-size: cover;
  width: 10px;
  height: 10px;
  display: block;
  margin: 42px auto;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.proTxt .moreBtn {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 30px;
}

.wel-more {
  display: block;
  font-size: 16px;
  color: #999999;
  height: 60px;
  line-height: 60px;
  width: 230px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  padding-left: 10px;
  padding-right: 60px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  position: relative;
  z-index: 0;
}

.wel-products .products-more {
  position: absolute;
  right: 2.5rem;
  top: 2.5rem;
  z-index: 3;
}

.wel-more:after, .wel-more:before {
  position: absolute;
  content: "";
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.wel-more:before {
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background: #999999;
  -webkit-transform: scale3d(0, 1, 1);
  -moz-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
}

.wel-more:after {
  right: 10px;
  top: 0;
  bottom: 0;
  width: 50px;
  height: 15px;
  background: url(../images/m4.png) no-repeat center;
  -o-background-size: 100%;
  background-size: 100%;
  margin: auto;
}

.wel-more span {
  position: relative;
  z-index: 3;
  text-transform: capitalize;
}

.wel-more.active {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

.wel-more.active.hover, .wel-more.active:hover {
  border-top: 1px solid #0d56a7;
  border-bottom: 1px solid #0d56a7;
}

.wel-more.hover, .wel-more:hover {
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  color: #fff;
}

.wel-more.hover span, .wel-more:hover span {
  color: #fff;
}

.wel-more.hover:before, .wel-more:hover:before {
  width: 100%;
  -webkit-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  background: #0d56a7;
}

.wel-more.hover:after, .wel-more:hover:after {
  background: url(../images/m5.png) no-repeat center;
  -o-background-size: 100%;
  background-size: 100%;
}

.wel-more.active:before {
  background: #0d56a7;
}

.wel-more.sm {
  margin: 0 auto;
  width: 168px;
  height: 45px;
  line-height: 45px;
  font-size: 13px;
  padding-left: 0;
  padding-right: 40px;
}

.wel-more.sm:after {
  right: 8px;
  top: 3px;
  width: 31px;
  height: 10px;
}

@media screen and (min-width:1025px) {
  .proUl li:hover, .proUl li.now {
    width: 40%;
  }
  .proUl li.sible {
    width: 30%;
    height: 50%;
  }
  .proUl li:hover .proTxt:before {
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -o-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform-origin: left top;
    visibility: visible\9;
  }
  .proUl li:hover .proTxt .ico {
    margin-top: 54px;
  }
  .proUl li:hover .proTxt .ico .i1 {
    display: none;
  }
  .proUl li:hover .proTxt .ico .i2 {
    display: block;
  }
  .proUl li:hover .proTxt .ico i {
    -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -moz-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -o-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
    -webkit-animation: gelatine 0.5s 1;
    -moz-animation: gelatine 0.5s 1;
    -o-animation: gelatine 0.5s 1;
    animation: gelatine 0.5s 1;
  }
  .proUl li:hover .proTxt .t {
    font-size: 24px;
    margin-top: 30px;
    color: #333;
    margin-bottom: 32px;
  }
  .proUl li:hover .proTxt .en {
    opacity: 0;
    visibility: hidden;
  }
  .proUl li:hover .proTxt .by, .proUl li:hover .proTxt .moreBtn {
    opacity: 1;
    visibility: visible;
    -moz-transition-delay: 200ms;
    -o-transition-delay: 200ms;
    transition-delay: 200ms;
    -webkit-transition-delay: 200ms;
  }
}

@media screen and (max-width:1024px) {
  .product, .proUl li figure, .proUl li figure img {
    height: auto;
  }
  .proUl li {
    width: 50%;
  }
  .proUl li figure img {
    width: 100%;
    display: block;
  }
  .proTxt .ico, .proUl li:hover .proTxt .ico {
    margin-top: 0;
  }
  .proTxt {
    width: 90%;
    left: 5%;
    height: auto;
    margin: 0;
    padding: 0;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .proTxt .by, .proTxt .moreBtn {
    display: none;
  }
  .proTxt .en {
    margin-bottom: 10px;
  }
  .proTxt .addico {
    margin-bottom: 0;
  }
  .proTxt .ico {
    width: 50px;
    height: 50px;
  }
  .proTxt .ico, .proUl li:hover .proTxt .ico {
    margin-top: 0;
  }
}

@media screen and (max-width:641px) {
  .proUl li {
    width: 50%;
  }
}

/* product  end */

/* product-list */

.proList .innerWrap {
  padding-left: 0;
  padding-right: 0;
}

.index_part2 {
  width: 50%;
  border: 1px solid #f5f5f5;
  float: left;
  height: 550px;
  display: flex;
  align-items: center;
  /* background: url(../picture/index_part2bg.jpeg) no-repeat center; */
  background-size: 100% 100%;
  justify-content: center;
}

.index_part2 .info {
  width: 32%;
  text-align: left;
  margin-left: 8%;
}

.index_part2 .img {
  max-width: 38%;
}

.index_part2 .img img {
  height: 368px;
  width: 100%;
  object-fit: contain;
}

.index_part2 .wel-more.sm {
  margin: 48px 0 0;
}

.index_tit .en {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.4;
  font-weight: 500;
}

.index_tit .cn {
  font-weight: 500;
  font-size: 24px;
}

.index_tit .line {
  display: inline-block;
  width: 12px;
  height: 4px;
  background: #0d56a7;
  margin: 20px 0;
  z-index: 2;
}

.index_text {
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* product-list  end */

/* proDet */

.detail-content .go-back {
  width: calc(100% - 1.4rem);
  color: rgba(129, 129, 165, 1);
  background: #ffffff;
  /* font-family: Compasse-Light; */
  font-weight: lighter;
  font-size: 16px;
  top: 0;
  z-index: 99;
}

.detail-content .go-back .wrapper {
  width: 200px;
  height: 60px;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 8px;
}

.detail-content .go-back .wrapper span:first-child {
  width: 13px;
  height: 13px;
  background-image: url('../images/left.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-right: 8px;
  position: relative;
}

#template {
  width: 1365px;
  margin: 0rem auto;
}

#template .title {
  width: 1300px;
  font-family: Compasse;
  font-size: 50px;
  line-height: 90px;
  text-align: center;
  margin: 106px auto;
}

#template .sub-tit {
  text-align: center;
  color: #3B4C62;
  line-height: 30px;
  font-size: 30px;
  display: none;
}

#template>p {
  font-size: 24px;
  line-height: 36px;
  /* font-family: Compasse-Light; */
  font-weight: lighter;
  color: #3B4C62;
}

#template img {
  margin: 40px auto;
  max-width: 1008px;
  display: block;
}

#template .prod-table {
  width: 1320px;
  margin: 30px auto;
}

#template .prod-table .item {
  min-height: 76px;
  line-height: 360px;
  /* font-family: Compasse; */
  font-size: 24px;
  display: flex;
}

#template .prod-table>.item>div {
  border: 1px solid #ffffff;
  padding: 20px;
}

#template .prod-table .item .label {
  width: 260px;
  background: #F5F5FA;
  color: #0d56a7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 36px;
}

#template .prod-table .item .value {
  flex: 1;
  background: rgba(245, 245, 250, 0.4);
  opacity: 0.9;
  color: #3B4C62;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  line-height: 36px;
}

/* proDet  end */

/* team */

.indMore .more {
  cursor: pointer;
  line-height: 1;
  box-shadow: 0 0 50px 5px rgba(132, 142, 157, .15);
  display: inline-block;
  position: relative;
  padding: 15px 40px;
  border-radius: 23px;
  overflow: hidden;
  transition: opacity 0.68s cubic-bezier(.77, 0, .175, 1) .3s;
}

.indMore .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
  border-radius: 23px;
  z-index: 0;
  transition: all .3s cubic-bezier(.455, .03, .515, .955) 0s;
  pointer-events: none;
}

.indMore .more span {
  position: relative;
  display: inline-block;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1) .1s, opacity .4s cubic-bezier(.23, 1, .32, 1) .1s;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.indMore .more span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.1);
  color: #f95a25;
  opacity: 0;
  transition: transform .4s cubic-bezier(.23, 1, .32, 1) 0s, opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
}

@media(min-width: 1025px) {
  .indMore .more:hover:before {
    background-color: #fff;
  }
  .indMore .more:hover span {
    transform: scale(.9);
    opacity: 0;
    transition: transform .4s cubic-bezier(.23, 1, .32, 1) 0s, opacity .4s cubic-bezier(.23, 1, .32, 1) 0s;
  }
  .indMore .more:hover span:last-child {
    transition: transform .2s cubic-bezier(.23, 1, .32, 1) .2s, opacity .2s cubic-bezier(.23, 1, .32, 1) .2s;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}

.indMore.whiteBg .more {
  background: #fff;
}

.indMore.center {
  text-align: center;
}

.indMore.whiteBg .more span {
  color: #0d56a7;
}

.indMore.whiteBg .more:hover:before {
  border-color: #0d56a7;
  background-color: #0d56a7;
}

.indMore.whiteBg .more:hover span {
  color: #fff;
}

.indMore.color .more:before {
  border-color: #0d56a7;
  background-color: #0d56a7;
}

.indMore.color .more span {
  color: #fff;
}

.leaderBox {
  overflow: hidden;
}

.leaderDemo {
  position: relative;
  margin-bottom: 48px;
  margin-top: 28px;
  text-align: left;
  padding: 0 5px;
}

.leaderDemo:first-child {
  display: block;
}

.leader_a {
  min-height: 266px;
  display: block;
  float: left;
  width: calc(33.33% - 20px);
  cursor: pointer;
  background: #f8f8f8;
  border-radius: 12px;
  margin: 10px;
  transition: all 0.48s;
  padding: 48px 32px;
}

.leader_a:hover {
  transform: scale(1.02);
  box-shadow: 5px 5px 10px #ddd;
}

.leader_img {
  vertical-align: top;
  display: inline-block;
  border-radius: 100%;
  width: 180px;
  height: 180px;
  overflow: hidden;
}

.leader_img img {
  width: 100%;
}

.leader_txt {
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding: 12px 0 0 28px;
  text-align: left;
  width: calc(100% - 190px);
}

.leader_txt h2 {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  font-weight: bold;
  letter-spacing: normal;
  /* margin-bottom: 14px; */
}

.leader_txt em {
  font-style: inherit;
  color: #0d56a7;
  line-height: 2;
  font-weight: bold;
  display: inline-block;
  /* text-transform: uppercase; */
  margin-left: 6px;
  font-size: 17px;
  min-height: 32px;
}

.leader_txt p {
  font-size: 15px;
  line-height: 1.4;
  min-height: 46px;
  margin-top: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.leader_txt .indMore {
  margin-top: 10px;
}

.leader_txt .indMore .more {
  padding: 8px 30px;
}

.leaderDemo.slick-slider {
  position: relative;
  display: block;
  margin-top: 20px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.leaderDemo .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding-bottom: 28px;
}

.leaderDemo .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}

.leaderDemo .slick-prev, .leaderDemo .slick-next {
  position: absolute;
  z-index: 99;
  cursor: pointer;
}

.leaderDemo .slick-dots {
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.leaderDemo .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background: #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.leaderDemo .slick-dots li.slick-active {
  background: #0d56a7;
}

.team.pad {
  padding-bottom: 108px;
}

.team .leaderBox {
  margin-bottom: 48px;
}

.team .leader_a {
  display: block;
  width: 23%;
  margin: 2.5% 1%;
  float: left;
}

.teamDet {
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}

.teamDet .inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 48px;
  cursor: default;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  overflow: hidden;
}

.teamDet .teamFix_cls {
  position: absolute;
  right: 38px;
  top: 30px;
  cursor: pointer;
  z-index: 111;
}

.teamDet .teamFix_cls svg {
  width: 19px;
  height: 19px;
}

.teamDet .indMore .more {
  padding: 10px 40px;
}

.teamDet .adsTop {
  position: relative;
  padding-top: 42px;
  color: #999;
  margin-bottom: 68px;
}

.teamDet .adsTop span {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  color: #999;
  font-size: 14px;
  text-transform: capitalize;
}

.teamDet_box {
  position: relative;
  text-align: right;
}

.teamDet_box::before {
  content: "";
  position: absolute;
  left: -428px;
  top: -380px;
  width: 680px;
  height: 680px;
  border-radius: 50%;
  background-color: rgba(210, 210, 210, 0.15);
  visibility: inherit;
}

.teamDet_box>div {
  vertical-align: top;
}

.teamDet_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 360px;
  width: 268px;
  display: inline-block;
  text-align: center;
  box-shadow: 4px 6px 38px #999;
  /*max-height: 528px;*/
}

.teamDet_img div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.teamDet_img img {
  display: none;
  width: 100%;
  margin: 0 auto;
}

.teamDet_info {
  display: inline-block;
  width: calc(100% - 348px);
  text-align: left;
  /*padding-left: 6%;*/
}

.teamDet_tit {
  margin-bottom: 40px;
}

.teamDet_tit em {
  font-style: inherit;
  color: #0d56a7;
  line-height: 2;
  font-weight: bold;
  font-size: 20px;
  margin-left: 8px;
}

.teamDet_tit h2 {
  font-size: 30px;
  line-height: 1;
  color: #000;
  font-weight: bold;
  letter-spacing: normal;
}

.teamDet_tit p {
  font-size: 17px;
  line-height: 1.4;
  text-transform: capitalize;
  color: #999;
}

.teamDet_p {
  height: 238px;
  overflow: hidden;
  padding-right: 30px;
  /*margin-bottom: 46px;*/
}

.teamDet_p p {
  line-height: 2.1;
}

.teamDet_p p strong {
  font-weight: bold;
}

.teamDet_p .mCSB_scrollTools {
  width: 3px;
}

.teamDet_p .mCSB_scrollTools .mCSB_draggerContainer {
  background: #F2F7FB;
}

.teamDet_p .mCSB_scrollTools .mCSB_dragger {
  background: #0d56a7;
}

.teamDet_p .mCSB_inside>.mCSB_container {
  padding-right: 30px;
}

.scroll {
  overflow: auto !important;
  /*padding-right: 14px;*/
}

.scroll::-webkit-scrollbar {
  width: 3px;
  height: 100%;
  border-radius: 16px;
}

.scroll::-webkit-scrollbar-track {
  background: #fafafa;
}

.scroll::-webkit-scrollbar-thumb {
  background: #0d56a7;
}

/* team  end */

@media screen and (max-width:1500px) {
  .tqInner .iboxT .en {
    font-size: 90px;
  }
  .tqInner .iboxT .zh {
    font-size: 40px;
  }
  .abCul_txt {
    font-size: 36px;
  }
  .qrcode-box h3 {
    font-size: 19px;
  }
  #template .title {
    width: 80%;
  }
  #template {
    width: 80%;
  }
  #template img {
    max-width: 100%;
  }
  #template .title {
    font-size: 40px;
    line-height: 1;
    margin: 66px auto;
  }
  #template .prod-table {
    width: 100%;
  }
  #template .prod-table .item {
    font-size: 20px;
  }
  .index_tit .en {
    font-size: 24px;
  }
  .index_tit .cn {
    font-size: 21px;
  }
}

@media screen and (max-width:1440px) {
  .leader_a {
    width: calc(50% - 20px)
  }
}

@media screen and (max-width:1200px) {
  .abCul {
    height: 430px;
  }
  .z_about_warp .warp {
    width: 37.6vw;
  }
  .z_home_swiper li .img {
    font-size: 20px;
  }
  .z_home_swiper li .desc {
    font-size: 14px;
  }
  .tqInner .iboxT .en {
    font-size: 80px;
  }
  .tqInner .iboxT .zh {
    font-size: 34px;
  }
  .z_index_desc {
    font-size: 15px;
  }
  .abCul_txt {
    font-size: 30px;
  }
  .qrcode-box h3 {
    font-size: 16px;
    line-height: 1.5;
  }
  .qrcode-box span {
    font-size: 14px;
  }
  .proTxt .t {
    font-size: 22px;
  }
  .index_part2 {
    height: 360px;
  }
  .teamDet_tit h2 {
    font-size: 25px;
  }
  .teamDet_tit em {
    font-size: 17px;
  }
  .teamDet_tit p {
    font-size: 16px;
  }
  .teamDet_p {
    font-size: 14px;
  }
}

@media screen and (max-width:1024px) {
  .tqInner {
    height: 60vh;
  }
  .tqInner .iboxT .en {
    font-size: 50px;
  }
  .tqInner .iboxT .zh {
    font-size: 26px;
  }
  .z_about_warp .warp {
    width: 100%;
  }
  .z_index_desc {
    font-size: 14px;
  }
  .abCul_txt {
    font-size: 24px;
  }
  .abCul {
    height: 330px;
  }
  .abCul_ico {
    margin-bottom: 12px;
  }
  .contact-map {
    width: 100%;
  }
  .qrcode-item {
    padding: 0 5px;
  }
  .contact-text {
    width: calc(100% - 10px);
    margin: 10px 5px 0;
  }
  #allmap {
    height: 400px;
  }
  .message-main-left {
    width: 100%;
    height: 400px;
  }
  .message-main-right {
    width: 100%;
  }
  #template .title {
    font-size: 30px;
    margin: 46px auto;
  }
  #template .prod-table .item {
    font-size: 18px;
  }
  .product {
    margin-top: 48px;
  }
  .leader_img {
    width: 120px;
    height: 120px;
  }
  .leader_txt {
    width: calc(100% - 130px);
  }
  .leader_a {
    padding: 30px;
  }
  .teamDet .inner {
    width: 80%;
  }
}

@media screen and (max-width:768px) {
  .tqInner {
    height: 310px;
    margin-top: 48px;
  }
  .z_home_swiper li .img {
    font-size: 16px;
  }
  .z_home_swiper li .desc {
    font-size: 12px;
  }
  .abCul {
    background-attachment: inherit;
  }
  .abCul {
    height: 210px;
  }
  .abCul_txt {
    font-size: 18px;
  }
  .tqInner .iboxT .en {
    font-size: 34px;
  }
  .tqInner .iboxT .zh {
    font-size: 20px;
  }
  .qrcode-box {
    padding: 20px 10px;
  }
  .qrcode-box img {
    width: 80%;
    margin: 10px auto 5px;
  }
  .qrcode-box h3 {
    font-size: 13px;
  }
  .qrcode-box span {
    font-size: 12px;
    line-height: 1;
  }
  .contact-text-item h3 {
    font-size: 16px;
  }
  .contact-text-item span {
    font-size: 14px;
  }
  .contact-text-item p {
    font-size: 14px;
  }
  .contact-text-item {
    padding-left: 30px;
    background-size: 15px;
  }
  #allmap {
    height: 240px;
  }
  .message-main-left {
    height: 220px;
  }
  .message-main-right {
    padding: 20px;
  }
  .message-left-input input {
    font-size: 13px;
    height: 39px;
  }
  .message-main-right>h2 {
    margin: 0 0 12px;
    font-size: 13px;
  }
  .message-left-input textarea {
    font-size: 13px;
    height: 116px;
  }
  .message-button button {
    font-size: 12px;
    padding: 9px 10px;
  }
  .message-button {
    width: 130px;
    height: auto;
  }
  .message-left-input {
    padding: 1px;
  }
  .z_news_lists li p {
    font-size: 13px;
    margin-top: 0;
  }
  .page {
    margin: 30px 0 0;
  }
  .page_box a, .page_box span {
    padding: 6px 11px;
    margin: 0 1px;
    font-size: 13px;
  }
  #template {
    width: 100%;
  }
  #template .title {
    font-size: 20px;
    margin: 16px auto;
  }
  #template .prod-table .item {
    font-size: 12px;
  }
  #template .prod-table .item .label {
    width: 100px;
    line-height: 1.5;
    padding: 10px;
  }
  #template .prod-table .item .value {
    line-height: 1.5;
    padding: 10px;
  }
  #template .prod-table {
    margin: 10px 0;
  }
  .detail-content .go-back {
    font-size: 14px;
  }
  .detail-content .go-back .wrapper {
    height: 40px;
  }
  .proTxt .t {
    font-size: 15px;
  }
  .index_part2 {
    width: 100%;
    height: auto;
    padding: 30px 0;
  }
  .index_part2 .img img {
    height: auto;
  }
  .index_tit .en {
    font-size: 18px;
  }
  .index_tit .cn {
    font-size: 16px;
  }
  .index_part2 .wel-more.sm {
    margin: 0;
    width: 80%;
    height: 35px;
    line-height: 35px;
  }
  .index_part2 .info {
    width: 42%;
  }
  .leader_a {
    width: 100%;
    min-height: inherit;
    margin: 7px 0;
    padding: 20px;
  }
  .leaderBox {
    padding: 0 15px;
  }
  .leader_img {
    width: 88px;
    height: 88px;
  }
  .leader_txt {
    width: calc(100% - 98px);
    padding-left: 10px;
    padding-top: 0;
  }
  .leader_txt h2 {
    font-size: 16px;
  }
  .leader_txt em {
    margin-left: 2px;
    font-size: 14px;
  }
  .leader_txt p {
    font-size: 14px;
    margin-top: -3px;
    min-height: inherit;
  }
  .leader_txt .indMore .more {
    padding: 8px 20px;
  }
  .teamDet .inner {
    padding: 20px;
  }
  .teamDet_img {
    position: static;
  }
  .teamDet_info {
    width: 100%;
  }
  .teamDet_p {
    height: 25vh;
    overflow-y: auto;
    padding-right: 10px;
  }
  .teamDet_img {
    position: relative;
    width: 180px;
    height: 180px;
    overflow: hidden;
    margin: 0 auto;
  }
  .teamDet_img div {
    display: none;
  }
  .teamDet_img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
  .teamDet_box {
    text-align: center;
  }
  .teamDet_tit {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
  }
  .teamDet_tit h2 {
    font-size: 20px;
  }
  .teamDet_tit em {
    font-size: 14px;
  }
  .teamDet_tit p {
    font-size: 15px;
  }
  .teamDet_p {
    font-size: 13px;
  }
  .teamDet_p p {
    line-height: 1.8;
  }
  .teamDet .teamFix_cls svg {
    width: 12px;
    height: 12px;
  }
  .teamDet .teamFix_cls {
    right: 13px;
    top: 14px;
  }
  .leaderDemo {
    margin-top: 9px;
  }
}