body {
  background: #F6F9FB;
}
#about .common-title {
  position: relative;
  padding-bottom: 13px;
}
#about .common-title h3 {
  color: #343434;
  font-size: 35px;
  font-weight: bold;
}
#about .common-title p {
  color: #7E7E7E;
  font-size: 20px;
}
#about .common-title::after {
  content: '';
  background: #EC302F;
  width: 29px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
#about .main .introduce {
  position: relative;
  background: #fff;
  background: url(../images/about/jj_bg1.png) no-repeat;
  background-size: 100% 100%;
}
#about .main .introduce .bg {
  width: 100%;
}
#about .main .introduce .introduce-width {
  width: 91.667%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 8.443%;
}
#about .main .introduce .introduce-width img {
  width: 42%;
}
#about .main .introduce .itd-content {
  width: 54%;
}
#about .main .introduce .itd-content .content {
  margin: 30px 0 11px;
}
#about .main .introduce .itd-content .content p {
  color: #606060;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 30px;
  text-indent:2em;
}
#about .main .introduce .itd-content .left-numbers {
  display: flex;
  align-items: center;
  padding-right: 60px;
  margin-bottom: 30px;
}
#about .main .introduce .itd-content .left-numbers li {
  margin-right: 12%;
}
#about .main .introduce .itd-content .left-numbers li .number {
  color: #060606;
  font-size: 56px;
  line-height: 56px;
  font-weight: bold;
  position: relative;
}
#about .main .introduce .itd-content .left-numbers li .number::after {
  font-size: 16px;
  line-height: 16px;
  color: #060606;
  position: absolute;
  top: 8px;
}
#about .main .introduce .itd-content .left-numbers li:nth-child(1) .number::after {
  content: '年';
  right: -8px;
}
#about .main .introduce .itd-content .left-numbers li:nth-child(2) .number::after {
  content: '万㎡';
  right: -20px;
}
#about .main .introduce .itd-content .left-numbers li:nth-child(3) .number::after {
  content: '人';
  right: -24px;
}
#about .main .introduce .itd-content .left-numbers li p {
  color: #606060;
  margin-top: 10px;
  font-size: 14px;
}
#about .main .honor {
  padding: 74px 0 70px;
}
#about .main .honor .cpSwiper {
  height: max-content;
  padding-bottom: 110px;
  margin-top: 55px;
}
#about .main .honor .cpSwiper .swiper-slide {
  position: relative;
  pointer-events: auto;
  background: #fff;
}
#about .main .honor .cpSwiper .swiper-slide a {
  display: block;
  padding: 18px;
}
#about .main .honor .cpSwiper .swiper-slide:hover .more {
  opacity: 1;
  transform: rotate(360deg);
}
#about .main .honor .cpSwiper .swiper-slide img.good {
  width: 100%;
}
#about .main .honor .cpSwiper .swiper-slide .more {
  width: 80px;
  height: 80px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 40px);
  opacity: 0;
  z-index: 3;
  transition: all 0.3s;
  transform: rotate(90deg);
}
#about .main .honor .cpSwiper .swiper-slide p {
  color: #343434;
  font-size: 14px;
  text-align: center;
  margin-top: 22px;
}
#about .main .honor .cpSwiper .swiper-scrollbar {
  bottom: 6px;
  top: auto;
  width: 78px;
  height: 2px;
  left: calc(50% - 39px);
  background: #DEDEDE;
}
#about .main .honor .cpSwiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #EC302F;
}
#about .main .honor .cpSwiper .swiper-button-next,
#about .main .honor .cpSwiper .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 9px;
  height: 16px;
  color: #3D3D3D;
}
#about .main .honor .cpSwiper .swiper-button-next::after,
#about .main .honor .cpSwiper .swiper-button-prev::after {
  font-size: inherit;
}
#about .main .honor .cpSwiper .swiper-button-next {
  right: calc(50% - 68px);
}
#about .main .honor .cpSwiper .swiper-button-prev {
  left: calc(50% - 68px);
}
#about .main .culture {
  display: flex;
  position: relative;
  justify-content: space-between;
}
#about .main .culture .left-img {
  width: 44.947%;
}
#about .main .culture .left-img.mbimg {
  display: none;
}
#about .main .culture .left-img.pcimg {
  display: block;
}
#about .main .culture .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#about .main .culture .bg.mbimg {
  display: none;
}
#about .main .culture .bg.pcimg {
  display: block;
}
#about .main .culture > div {
  width: 51.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
#about .main .culture > div .common-title h3,
#about .main .culture > div .common-title p {
  color: #fff;
}
#about .main .culture > div .common-title::after {
  background: #fff;
}
#about .main .culture > div h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 70px 0 16px;
}
#about .main .culture > div > p {
  font-size: 16px;
  line-height: 30px;
  width: 64%;
}
#contact .tabs {
  background: #EFF1F5;
}
#contact .tabs .sub-tabs {
  max-width: 1552px;
  width: 78%;
  margin: auto;
}
#contact .m2lxCon1 {
  max-width: 1400px;
  margin: auto;
  padding-top: 95px;
}
#contact .m2lxCon1 .m2lxCon3 {
  padding: 4.2vw 0 0;
  background: white;
}
#contact .m2lxCon1 .m2pub_tbox {
  position: relative;
  text-align: center;
  padding-bottom: 24px;
}
#contact .m2lxCon1 .m2pub_tbox::after {
  content: "";
  background: #102B80;
  height: 4px;
  width: 50px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
#contact .m2lxCon1 .m2pub_tbox strong {
  font-size: 44px;
  line-height: 60px;
  font-weight: normal;
  letter-spacing: 3px;
  display: block;
}
#contact .m2lxCon1 .m2pub_tbox p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 10px;
  letter-spacing: 1px;
}
#contact .m2lxCon1 .m2lxTop {
  margin-top: 2.6vw;
  box-shadow: 0 5px 22px rgba(17, 41, 128, 0.08);
  background: #fff;
  border-radius: 0.3em;
  padding: 2.61vw 1.06vw 2.39vw 2.06vw;
  position: relative;
  z-index: 2;
  align-items: center;
}
#contact .m2lxCon1 .m2lxTlx {
  float: left;
  width: 860px;
}
#contact .m2lxCon1 .m2lxTx strong {
  font-size: 30px;
  line-height: 42px;
  font-weight: normal;
  letter-spacing: 2px;
  display: block;
  padding-top: 16px;
}
#contact .m2lxCon1 .m2lxTx p {
  font-size: 14px;
  line-height: 40px;
  color: #555555;
  height: 40px;
  margin-bottom: 15px;
}
#contact .m2lxCon1 .m2lxTlx ul {
  width: 90%;
  display: flex;
  justify-content: space-between;
}
#contact .m2lxCon1 .m2lxTlx ul li {
  position: relative;
  height: 52px;
  line-height: 36px;
  padding-left: 50px;
  font-size: 16px;
}
#contact .m2lxCon1 .m2lxTlx ul li span {
  display: inline-block;
  height: 36px;
  width: 36px;
  position: absolute;
  left: 0px;
  top: 0px;
}
#contact .m2lxCon1 .m2lxTlx ul li span img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#contact .m2lxCon1 .m2lxTrx {
  float: right;
}
#contact .m2lxCon1 .m2lxTrx li {
  float: left;
  margin-right: 18px;
  text-align: center;
  width: 42%;
}
#contact .m2lxCon1 .m2lxTrx li img {
  width: 95%;
}
#contact .m2lxCon1 .m2lxTrx li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
  margin-top: 12px;
}
#contact .m2lxMap {
  height: 36.45vw;
  position: relative;
  z-index: 0;
  margin-top: -8.2vw;
  width: 100%;
}
#contact .amap-info-close {
  top: 47px;
  right: 50px!important;
}
#contact .mapLink {
  background: url(../images/about/m2lx_mp.png) no-repeat center center;
  display: block;
  height: 159px;
  width: 408px;
  padding: 48px 0 0 210px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #333;
}
#contact .amap-info-content {
  background: none;
}
#contact .amap-info-outer,
#contact .amap-menu-outer {
  box-shadow: none!important;
}
#contact .amap-info-content {
  transform: translate(140px, 110px);
}
#contact .bottom-center .amap-info-sharp {
  display: none;
}
#contact .message-box {
  max-width: 1420px;
  margin: auto;
}
#contact .liuYan {
  background: #F8F8F8;
  padding: 4% 2.42% 5%;
}
#contact .liuYan form {
  text-align: center;
}
#contact .liuYan .inputs {
  display: flex;
}
#contact .liuYan .inputs input {
  width: 18.87%;
  height: 52px;
  padding: 0 1%;
  margin-right: 1.4%;
  border: 1px solid #E4E3E2;
  background-color: #fff;
  border-radius: 3px;
  outline: none;
}
#contact .liuYan .inputs input:last-child {
  margin-right: 0;
}
#contact .liuYan textarea {
  width: 100%;
  min-height: 250px;
  padding: 23px 1%;
  background-color: #fff;
  margin-top: 26px;
  margin-bottom: 35px;
  border-radius: 3px;
  border: 1px solid #E4E3E2;
  outline: none;
}
#contact .liuYan button {
  width: 268px;
  height: 60px;
  background: #AC1617;
  color: #fff;
  border: none;
  font-size: 20px;
}
@media only screen and (max-width: 1500px) {
  #about .main .culture > div h2 {
    margin: 40px 0 16px;
  }
  #about .common-title h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 768px) {
  #about .main .main-bg .introduce {
    background: url(../images/about/jj_bg_m1.png) no-repeat;
    background-size: 100% 100%;
  }
  #about .main .main-bg .introduce .introduce-width {
    width: 92%;
    margin-left: 4%;
    display: block;
    height: max-content;
    padding-bottom: 50px;
  }
  #about .main .main-bg .introduce .introduce-width img {
    width: 100%;
  }
  #about .main .main-bg .introduce .itd-content {
    width: 100%;
    padding-top: 23px;
  }
  #about .main .main-bg .introduce .itd-content .content {
    margin: 21px 0 10px;
  }
  #about .main .main-bg .introduce .itd-content .content p {
    font-size: 13px;
    margin-bottom: 20px;
    line-height: 25px;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers {
    justify-content: space-between;
    padding-right: 0;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers li {
    margin-right: 0;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers li .number {
    font-size: 37px;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers li .number::after {
    font-size: 12px;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers li:nth-child(1) .number::after {
    right: auto;
    left: 50px;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers li:nth-child(2) .number::after {
    right: auto;
    left: 62px;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers li:nth-child(3) {
    text-align: right;
    padding-right: 10px;
  }
  #about .main .main-bg .introduce .itd-content .left-numbers li:nth-child(3) .number::after {
    right: -15px;
  }
  #about .main .main-bg .honor {
    padding: 40px 0;
  }
  #about .main .main-bg .honor .cpSwiper {
    padding-bottom: 70px;
  }
  #about .main .main-bg .culture {
    display: block;
    position: relative;
  }
  #about .main .main-bg .culture .left-img {
    width: 100%;
  }
  #about .main .main-bg .culture .left-img.mbimg {
    display: block;
  }
  #about .main .main-bg .culture .left-img.pcimg {
    display: none;
  }
  #about .main .main-bg .culture .bg {
    position: relative;
    height: auto;
  }
  #about .main .main-bg .culture .bg.mbimg {
    display: block;
  }
  #about .main .main-bg .culture .bg.pcimg {
    display: none;
  }
  #about .main .main-bg .culture > div {
    width: 92%;
    padding-top: 32px;
    position: absolute;
    bottom: 0;
    left: 4%;
    justify-content: flex-start;
  }
  #about .main .main-bg .culture > div h2 {
    margin: 29px 0 10px;
    font-size: 18px;
  }
  #about .main .main-bg .culture > div p {
    width: 100%;
    font-size: 13px;
    line-height: 22px;
  }
  #about .main .common-title {
    padding-bottom: 6px;
  }
  #about .main .common-title h3 {
    font-size: 20px;
  }
  #about .main .common-title p {
    font-size: 12px;
    margin-top: 2px;
  }
  #about .main .common-title::after {
    width: 15px;
    height: 1.5px;
  }
  #contact .sub-banner .sub-banner-desc {
    height: 96px;
  }
  #contact .tabs .sub-tabs {
    width: 92%;
    justify-content: flex-start;
  }
  #contact .tabs .sub-tabs a {
    margin-right: 16px;
  }
  #contact .m2lxCon1 {
    max-width: 100%;
    padding-top: 35px;
  }
  #contact .m2lxCon1 .m2pub_tbox {
    padding-bottom: 7px;
  }
  #contact .m2lxCon1 .m2pub_tbox strong {
    font-size: 25px;
    line-height: 27px;
  }
  #contact .m2lxCon1 .m2pub_tbox::after {
    width: 25px;
    height: 1.5px;
  }
  #contact .m2lxCon1 .m2lxTop {
    display: block!important;
  }
  #contact .m2lxCon1 .m2lxTop .m2lxTlx {
    float: none;
    width: calc(100% - 5.02vw);
  }
  #contact .m2lxCon1 .m2lxTop .m2lxTrx {
    float: none;
  }
  #contact .m2lxCon1 .m2lxTop .m2lxTrx ul {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
  }
  #contact .m2lxCon1 .m2lxTop .m2lxTrx ul li {
    float: none;
    margin-right: 0;
    width: 49%;
  }
  #contact .m2lxCon1 .m2lxTop .m2lxTrx ul li:first-child {
    margin-right: 2%;
  }
  #contact .m2lxCon1 .m2lxTop .m2lxTrx ul li p {
    font-size: 12px;
    margin-top: 0;
    line-height: 26px;
  }
  #contact .m2lxCon1 .m2lxTx strong {
    font-size: 17px;
    line-height: 20px;
    padding-top: 20px;
    letter-spacing: 1px;
  }
  #contact .m2lxCon1 .m2lxTlx {
    padding: 2.61vw 2.56vw 2.39vw;
  }
  #contact .m2lxCon1 .m2lxTlx ul {
    width: 100%;
    display: block;
    margin-top: 12px!important;
  }
  #contact .m2lxCon1 .m2lxTlx ul li {
    height: 25px;
    line-height: 25px;
    padding-left: 30px;
    font-size: 13px;
    margin-bottom: 10px;
  }
  #contact .m2lxCon1 .m2lxTlx ul li span {
    width: 22px;
    height: 22px;
  }
  #contact .m2lxCon1 .m2lxTlx ul li span img {
    width: 22px;
  }
  #contact .m2lxCon1 .m2pub_tbox p {
    letter-spacing: 0;
    font-size: 13px;
    line-height: 20px;
  }
  #contact .m2lxCon1 .m2pub_tbox p span {
    display: block;
  }
  #contact .m2lxMap {
    height: 500px;
  }
  #contact .amap-info-content {
    transform: translate(0, 40px);
  }
  #contact .mapLink {
    background: url(../images/about/m2lx_mp_m.png) no-repeat;
    background-size: 100% 100%;
    width: 260px;
    height: 100px;
    padding: 80px 30px 70px;
  }
  #contact .amap-info-close {
    top: 20px;
  }
  #contact .liuYan {
    padding: 4% 4% 70px;
  }
  #contact .liuYan .inputs {
    flex-wrap: wrap;
  }
  #contact .liuYan .inputs input {
    width: 100%;
    flex: none;
    margin-bottom: 10px;
    height: 39px;
    padding: 0 4%;
    margin-right: 0;
  }
  #contact .liuYan textarea {
    min-height: 220px;
    padding: 10px 4%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #contact .liuYan button {
    width: 100%;
    height: 46px;
    line-height: 46px;
    font-size: 15px;
  }
}
