
@font-face {
  font-family: 'gbold';
  src: url('../font/glyphicons-halflings-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
* {
  box-sizing: border-box;
}
body {
  padding-top: 100px;
  overflow-x: hidden;
}
body,
html {
  font-size: 16px;
}
img {
  max-width: 100%;
}
.f0 {
  font-size: 0;
}
.flex-dn {
  display: flex;
  flex-wrap: wrap;
}
.flex-dn::before,
.flex-dn::after {
  display: none;
}
.ptb-60 {
  padding-top: 3%;
  padding-bottom: 3%;
}
.ptb-80 {
  padding-top: 4.2%;
  padding-bottom: 4.2%;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.bg-f3f6f9 {
  background: #f3f6f9;
}
.c-blue {
  color: #111647;
}
.c-bluelight {
  color: #294eef;
}
.c-pink {
  color: #fc25a1;
}
.c-pinklight {
  color: #ec86ec;
}
.c-orange {
  color: #fd8c25;
}
.c-black {
  color: #000;
}
.c-red {
  color: #ff0000;
}
.public-wauto {
  width: 100%;
  overflow: auto;
}
@media (min-width: 1280px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1366px) {
  .container.w1680 {
    width: 100%;
    padding-left: 6.25%;
    padding-right: 6.25%;
    min-width: 1375px;
  }
}
@media (min-width: 1400px) {
  .container.w1680 {
    width: 100%;
    padding-left: 6.25%;
    padding-right: 6.25%;
  }
}
@media (min-width: 1440px) {
  .container.w1440 {
    width: 1440px;
  }
}
@media (max-width: 1600px) {
  body,
  html {
    font-size: 14px;
  }
}
@media (max-width: 1365px) {
  body,
  html {
    font-size: 12px;
  }
}
/* ================= public ================== */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding-left: 2%;
  padding-right: 2.5%;
  background-color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  /* &>.flex-dn{
        align-items: center;
        justify-content: space-between;
    } */
}
.header.on{
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.header .nav-mc {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #F7F8FB;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .a-logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  /* max-width: 68px; */
}
.header .a-logo img {
  max-height: 68px;
}
.header .header-right {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.nav {
  display: flex;
  justify-content: center;
}
.nav-list li {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-list li .span-a1 a {
  position: relative;
  display: inline-block;
  line-height: 100px;
  font-size: 1.125rem;
  color: #2B2C2E;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-list li .span-a1 a::after {
  content: " ";
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translateY(1.1rem);
  height: 3px;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-list li .span-a1 bdo {
  display: none;
}
.nav-list li .span-a1.on a {
  color: #585A5E;
}
.nav-list li:first-child {
  margin-left: 0;
}
.nav-list li.on .span-a1 a {
  color: #2B2C2E;
}
.nav-list li.on .span-a1 a::after {
  left: 0;
  right: 0;
}
.nav-list li .div-down {
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.nav-list li .div-down a {
  position: relative;
  display: block;
  white-space: nowrap;
  font-size: 0.875rem;
  color: #29292B;
  line-height: 24px;
  padding: 8px;
  min-width: 120px;
}
.header-bream {
  width: 26px;
  height: 24px;
  position: relative;
  padding-top: 11px;
  cursor: pointer;
  margin-left: 20px;
  display: none;
}
.header-bream span {
  display: block;
  height: 2px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  background-color: #111647;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before,
.header-bream:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #111647;
  border-radius: 2px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.header-bream::before {
  top: 2px;
}
.header-bream::after {
  bottom: 2px;
}
.header-bream.on span {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.header-bream.on::before {
  top: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header-bream.on::after {
  bottom: 11px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header-search {
  width: 300px;
  height: 38px;
  background: #FFFFFF;
  border-radius: 28px;
  border: 1px solid #DEE1E6;
  overflow: hidden;
}
.header-search .put-01 {
  width: 100%;
  border: none;
  background: none;
  outline: none;
  line-height: 20px;
  padding: 9px 60px 9px 25px;
}
.header-search .btn-01 {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 55px;
}
.header-search .btn-01 img{
  max-height: 24px;
}
.header-search-open {
  display: none;
}
.header.on .nav-list li {
  height: 80px;
}
.header.on .nav-list li .span-a1 a {
  line-height: 80px;
}
.footer {
  padding-top: 4%;
  background: #26226f;
}
.footer-top {
  justify-content: space-between;
}
.footer-top li {
  max-width: 25%;
  color: #ffffff;
}
.footer-top li a {
  color: #ffffff;
}
.footer-top li a:hover {
  color: #ffffff;
}
.footer-top li .div-title {
  font-size: 1.125rem;
  line-height: 1;
}
.footer-top li .div-list {
  padding-top: 18px;
}
.footer-top li .div-list .div-01 {
  margin-top: 12px;
}
.footer-top li .div-list .div-01 a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1;
}
.footer-top li.li1 .div-list {
  margin-top: 18px;
}
.footer-top li .div-list2 {
  padding-top: 34px;
}
.footer-top li .div-list2 .div-02 {
  font-size: 0.875rem;
  margin-top: 16px;
}
.footer-top li .div-list2 .div-02:first-child {
  margin-top: 0;
}
.footer-copy {
  font-size: 1.125rem;
  color: #ffffff;
  line-height: 25px;
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #EBEDF2;
  margin-top: 5%;
}
.footer-copy span {
  padding: 0 10px;
}
.footer-copy a {
  color: #29292B;
}
/* 视频弹窗 */
.public-tc {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}
.public-tc .video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90vw;
  max-height: 100vh;
  text-align: center;
}
#video {
  width: 60vw;
  height: 80vh;
  margin-left: auto;
  margin-right: auto;
}
.public-tc-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.pages {
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 2%;
}
.pages a,
.pages strong {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: #EEEEEE;
  border-radius: 4px;
  font-size: 1rem;
  color: #5B5C5E;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 34px;
  margin-left: 5px;
  margin-right: 5px;
  font-weight: normal;
  border: 1px solid #EEEEEE;
}
.pages strong {
  color: #fff;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
  border-color: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
}
.pages a {
  /* &.ling{
            border: none;
            &:first-child{
                background-image: url('../images/p-left.png');
            }
            &:last-child{
                background-image: url('../images/p-right.png');
            }
        }
        &.ling2{
            min-width: 90px;
        } */
}
.pages a:hover {
  color: #18BEFC;
  background: #FFFFFF;
  border: 1px solid #18BEFC;
}
.pages .text-01 {
  width: 45px;
  height: 45px;
  line-height: 43px;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  text-align: center;
}
.bsBox .bsTop {
  width: 208px !important;
}
.bsBox .bsFrameDiv div {
  width: 208px !important;
  height: 208px !important;
}
.bsBox .bsFrameDiv img {
  width: 168px !important;
  height: 168px !important;
}
.public-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* ================= index ================== */
.banner-owl .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1.35%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.banner-owl .owl-dots .owl-dot {
  width: 16px;
  height: 1px;
  margin: 0 3px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.banner-owl .owl-dots .owl-dot.active {
  width: 19px;
  height: 2px;
  background: #FFFFFF;
}
.banner-a1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-a1 img.mg-pc {
  display: block;
}
.banner-a1 img.mg-phone {
  display: none;
}
.banner-a1 .div-word {
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.banner-a1 .div-word .div-cn {
  font-size: 3.5rem;
  line-height: 1.17;
  font-weight: bold;
}
.banner-a1 .div-word .div-en {
  font-size: 1.375rem;
  color: #fff;
  line-height: 1.17;
  text-transform: uppercase;
  margin-top: 2%;
}
.banner-a1 .div-word .div-more {
  width: 213px;
  height: 56px;
  border: 1px solid #FFFFFF;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  margin-top: 3.8%;
}
.banner-a1 .div-word .div-more img {
  width: auto;
  display: inline-block;
  margin-left: 17px;
  transition: all 0.5s linear 0s;
}
.banner-a1 .div-word .a-01 {
  width: 200px;
  height: 76px;
  background-color: #117da9;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 43px;
}
.banner-a1 .div-word .a-01 .span-icon {
  width: 29%;
  background-color: #0e6a8f;
  display: flex;
  align-items: center;
}
.banner-a1 .div-word .a-01 .span-icon img {
  width: auto;
}
.banner-a1 .div-word .a-01 .span-cn {
  width: 71%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
}
.index-title {
  position: relative;
}
.index-title .cn {
  font-size: 2.5rem;
  line-height: 1;
  color: #2B2C2E;
  font-weight: 600;
}
.index-title .en {
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #8F9299;
  letter-spacing: 8px;
  margin-top: 20px;
}
.index-title .more {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 245px;
  height: 56px;
  color: #fff;
  font-size: 1rem;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
}
.index-title .more img {
  margin-left: 17px;
  transition: all 0.5s linear 0s;
}
.index-title .more:hover img {
  transform: translateX(5px);
}
.index-title.c-fff .cn {
  color: #000;
}
.index-title.c-fff .en {
  color: #000;
}
.index-intro {
  padding-top: 6.5%;
  background-color: #fff;
  background-image: url('../image/i-bg1.png');
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 40.88%;
}
.index-intro-cont {
  justify-content: space-between;
  align-items: center;
}
.index-intro-cont .index-intro-left {
  width: 67.14%;
}
.index-intro-cont .index-intro-left .des {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2B2C2E;
  line-height: 30px;
  margin-top: 3.8%;
}
.index-intro-cont .div-more a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 245px;
  height: 56px;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
  font-size: 1rem;
  color: #fff;
}
.index-intro-cont .div-more a img {
  margin-left: 17px;
  transition: all 0.3s linear 0s;
}
.index-intro-cont .div-more a:hover img {
  transform: translateX(5px);
}
.index-intro-cont2 {
  margin-top: 4.3%;
}
.index-intro-a1 {
  flex: 1;
}
.index-intro-a1 > img {
  width: 100%;
}
.index-intro-a1 .span-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  transition: all 0.5s linear 0s;
}
.index-intro-a1 .span-bg1 {
  opacity: 1;
}
.index-intro-a1 .span-bg2 {
  opacity: 0;
}
.index-intro-a1 .span-num,
.index-intro-a1 .div-word {
  position: absolute;
  left: 8.33%;
  right: 8.33%;
  z-index: 2;
}
.index-intro-a1 .span-num {
  top: 10%;
}
.index-intro-a1 .span-num .num {
  font-size: 2rem;
  color: #29292B;
  line-height: 1;
  font-weight: 600;
}
.index-intro-a1 .span-num .en {
  font-size: 0.75rem;
  color: #C5C8CC;
}
.index-intro-a1 .div-word {
  bottom: 9.52%;
}
.index-intro-a1 .div-word .title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #29292B;
  line-height: 1;
}
.index-intro-a1 .div-word .des {
  font-size: 0.875rem;
  color: #949699;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8%;
}
.index-news {
  padding-top: 6%;
  padding-bottom: 6%;
}
.index-news-cont {
  justify-content: space-between;
  margin-top: 3.6%;
}
.index-news-left {
  width: 69.64%;
}
.index-news-left .index-news-a1 .cont::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 6px;
  background: #5B5C5E;
}
.index-news-right {
  width: 22.32%;
}
.index-news-a1 {
  justify-content: space-between;
  align-items: center;
}
.index-news-a1 .div-img {
  width: 58.8%;
}
.index-news-a1 .div-img .span-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.index-news-a1 .div-img .span-img img {
  width: 100%;
}
.index-news-a1 .cont {
  position: relative;
  width: 37.17%;
  padding-bottom: 11%;
}
.index-news-a1 .cont .title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #2B2C2E;
  line-height: 40px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-news-a1 .cont .date {
  font-size: 0.75rem;
  color: #949699;
  margin-top: 3.2%;
}
.index-news-a1 .cont .des {
  font-size: 0.875rem;
  font-weight: 400;
  color: #5B5C5E;
  line-height: 26px;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 12%;
}
.index-news-a2 {
  align-items: flex-start;
}
.index-news-a2 .div-img {
  width: 41.06%;
}
.index-news-a2 .cont {
  width: 52.3%;
  padding-bottom: 0;
}
.index-news-a2 .cont .title {
  font-size: 0.875rem;
  font-weight: 400;
  color: #2B2C2E;
  line-height: 22px;
  height: 44px;
}
.index-news-list li {
  padding-top: 9%;
  padding-bottom: 9%;
  border-bottom: 1px solid #EBEDF2;
}
.index-news-list li:first-child {
  padding-top: 0;
}
.index-news-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.index-core {
  padding-top: 6%;
  padding-bottom: 6%;
  background: #F7F8FB;
}
.index-core-title {
  align-items: center;
}
.index-core-title .des {
  width: 52.85%;
  font-size: 1.125rem;
  color: #2B2C2E;
  line-height: 30px;
  margin-left: 5.41%;
}
.index-core-cont {
  padding-left: 6.25%;
  margin-top: 4%;
}
.index-core-owl .item {
  width: 65.36vw;
}
.index-core-a1 .img {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.index-core-a1 .img::after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url('../image/i-mc3-1.png') center bottom no-repeat;
  background-size: 100%;
}
.index-core-a1 .img img {
  width: 100%;
}
.index-core-a1 .cont {
  position: absolute;
  left: 3.18%;
  right: 3.18%;
  bottom: 5.7%;
  z-index: 2;
  padding-right: 350px;
}
.index-core-a1 .cont .title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-core-a1 .cont .des {
  font-size: 0.875rem;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 1;
  margin-top: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-core-a1 .cont .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 213px;
  height: 56px;
  color: #fff;
  border: 1px solid #FFFFFF;
  transition: all 0.5s linear 0s;
}
.index-core-a1 .cont .more img {
  width: auto;
  margin-left: 17px;
}
.index-project {
  padding-top: 4%;
  padding-bottom: 4%;
}
.index-project-owl {
  margin-top: 3.5%;
}
.index-project-owl .owl-nav button.owl-prev,
.index-project-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  opacity: 0.5;
}
.index-project-owl .owl-nav button.owl-prev:hover,
.index-project-owl .owl-nav button.owl-next:hover {
  opacity: 1;
}
.index-project-owl .owl-nav button.owl-prev {
  right: 100%;
  margin-right: 2.3%;
  background-image: url('../image/icon-prev.png');
}
.index-project-owl .owl-nav button.owl-next {
  left: 100%;
  margin-left: 2.3%;
  background-image: url('../image/icon-next.png');
}
.index-project-a1 {
  background-color: #fff;
}
.index-project-a1 .cont {
  padding: 3.2% 4.81%;
}
.index-project-a1 .cont .title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2B2C2E;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-project-a1 .cont .des {
  font-size: 0.875rem;
  font-weight: 400;
  color: #949699;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 3%;
}
.index-project-a1 .img .div-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.index-project-a1 .img .div-more {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all 0.5s linear 0s;
}
.index-project-a1 .img .div-more span {
  width: 245px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
}
.index-project-a1 .img .div-more span img {
  width: auto;
  margin-left: 17px;
}
/* ================= 02-关于我们 ================== */
.banner-inside {
  min-height: 140px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner-inside img {
  width: 100%;
}
.banner-inside .div-word {
  position: absolute;
  left: 0;
  right: 0;
  top: 47%;
  color: #fff;
}
.banner-inside .div-word .cn {
  font-size: 3rem;
  line-height: 1;
}
.banner-inside .div-word .en {
  font-size: 1.375rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1.25%;
}
.about-intro {
  padding-top: 5.1%;
  padding-bottom: 5.1%;
  justify-content: space-between;
  align-items: center;
}
.about-intro .about-intro-left {
  width: 63.51%;
}
.about-intro .about-intro-left .des {
  font-size: 1.125rem;
  font-weight: 400;
  color: #2B2C2E;
  line-height: 30px;
  text-align: justify;
  margin-top: 7%;
}
.about-intro .about-intro-right {
  width: 31.72%;
}
.about-history {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-history-01 {
  position: absolute;
  left: 50%;
  width: 72.38%;
  padding: 25px 24px 28px;
  background-color: #fff;
}
.about-history-01 .date {
  font-size: 1.625rem;
  color: #2B2C2E;
  line-height: 1;
}
.about-history-01 .des {
  font-size: 1rem;
  color: #5B5C5E;
  line-height: 22px;
  margin-top: 20px;
}
.about-history-01::after {
  content: " ";
  position: absolute;
  left: 50%;
  width: 48px;
  height: 53px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-history-owl {
  padding-left: 6.25%;
  padding-right: 6.25%;
  background: url('../image/line-01.png') center no-repeat;
  background-size: 100%;
}
.about-history-owl .owl-nav button.owl-prev,
.about-history-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  opacity: 0.5;
}
.about-history-owl .owl-nav button.owl-prev:hover,
.about-history-owl .owl-nav button.owl-next:hover {
  opacity: 1;
}
.about-history-owl .owl-nav button.owl-prev {
  left: 2.18%;
  background-image: url('../image/icon-prev.png');
}
.about-history-owl .owl-nav button.owl-next {
  right: 2.18%;
  background-image: url('../image/icon-next.png');
}
.about-history-owl .item {
  position: relative;
  padding-top: 250px;
  padding-bottom: 250px;
}
.about-title {
  position: relative;
  line-height: 1;
  font-size: 2rem;
  color: #2B2C2E;
  padding-bottom: 18px;
}
.about-title::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 56px;
  height: 4px;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
}
.about-honor {
  padding-top: 5%;
  padding-bottom: 7.3%;
}
.about-honor-owl {
  padding-left: 6.25%;
  padding-right: 6.25%;
  margin-top: 2%;
}
.about-honor-owl .owl-nav button.owl-prev,
.about-honor-owl .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 43px;
  height: 43px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
}
.about-honor-owl .owl-nav button.owl-prev {
  left: 2.18%;
  background-image: url('../image/icon-prev2.png');
}
.about-honor-owl .owl-nav button.owl-prev:hover {
  background-image: url('../image/icon-prev2h.png');
}
.about-honor-owl .owl-nav button.owl-next {
  right: 2.18%;
  background-image: url('../image/icon-next2.png');
}
.about-honor-owl .owl-nav button.owl-next:hover {
  background-image: url('../image/icon-next2h.png');
}
.about-honor-a1 {
  padding: 20px 20px 30px;
  background: #F6F7FA;
  border-radius: 4px;
  border: 1px solid #E2E3E6;
  overflow: hidden;
}
.about-honor-a1 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s linear 0s;
}
.about-honor-a1 .img img {
  width: 100%;
}
.about-honor-a1 .title {
  font-size: 1.125rem;
  height: 30px;
  color: #2B2C2E;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 24px;
}
.about-contact {
  position: relative;
}
.about-contact .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.about-contact img {
  width: 100%;
}
.about-contact-word {
  position: absolute;
  left: 10.27%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  width: 496px;
  padding: 35px 50px;
  max-height: 80%;
  overflow: auto;
  color: #000;
	background: linear-gradient(270deg, #ffffff 0%, #ffffffa3 100%);
}
.about-contact-word .title {
  font-size: 1.375rem;
  line-height: 26px;
}
.about-contact-word .des {
  font-size: 1rem;
  line-height: 22px;
  margin-top: 10px;
}
.about-contact-word .des .div-01 {
  padding: 7px 0;
}
/* ================= 06-研发中心-技术平台 ================== */
.public-menu {
  justify-content: center;
  border-bottom: 1px solid #E2E3E6;
}
.public-menu a {
  display: inline-block;
  min-width: 170px;
  font-size: 1.125rem;
  color: #2B2C2E;
  line-height: 30px;
  padding: 17px;
  border-left: 1px solid #E2E3E6;
  border-right: 1px solid #E2E3E6;
  margin-left: -1px;
  text-align: center;
  transition: all 0.5s linear 0s;
}
.public-menu a:hover,
.public-menu a.on {
  color: #fff;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
}
.research-main {
  padding-top: 5%;
  padding-bottom: 5%;
}
.research-list {
  margin-left: -10px;
  margin-right: -10px;
}
.research-list li {
  width: 25%;
  padding: 0 10px;
}
.research-01 .img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.research-01 .img img {
  width: 100%;
}
.research-01 .title {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding-left: 3.125%;
  padding-right: 3.125%;
  opacity: 1;
  transition: all 0.3s linear 0s;
}
.research-01 .title span {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  padding: 15px;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
}
.research-01 .cont {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 6.9%;
  padding-right: 6.9%;
  color: #FFFFFF;
  overflow: auto;
  opacity: 0;
  transition: all 0.3s linear 0s;
}
.research-01 .cont .tit {
  font-size: 1.5rem;
  line-height: 29px;
}
.research-01 .cont .des {
  font-size: 0.875rem;
  line-height: 26px;
  justify-content: space-between;
  margin-top: 12%;
}
/* ================= 05-研发中心-核心技术 ================== */
.core-main {
  padding-top: 5%;
  padding-bottom: 5%;
}
.core-01 {
  background-color: #F7F8FB;
  margin-top: 3.5%;
  justify-content: space-between;
}
.core-01:first-child {
  margin-top: 0;
}
.core-01 .img {
  width: 57.14%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.core-01 .img img {
  width: 100%;
}
.core-01 .cont {
  width: 33%;
  margin-left: 3.33%;
  margin-right: 6.33%;
  padding: 25px 0;
}
.core-01 .cont .title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2B2C2E;
  line-height: 40px;
}
.core-01 .cont .des {
  font-size: 0.875rem;
  color: #5B5C5E;
  line-height: 26px;
  margin-top: 20px;
}
/* ================= 03-新闻中心-列表 ================== */
.news-main {
  padding-top: 1.6%;
  padding-bottom: 5%;
}
.news-list li {
  transition: all 0.5s linear 0s;
}
.news-list li:last-child .news-a1 {
  border-bottom: none;
}
.news-a1 {
  width: 920px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.1%;
  padding-bottom: 3.1%;
  padding-left: 265px;
  border-bottom: 1px solid #E2E3E6;
}
.news-a1 .img {
  float: left;
  margin-left: -265px;
  width: 218px;
}
.news-a1 .img .div-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.news-a1 .img img {
  width: 100%;
}
.news-a1 .cont {
  width: 100%;
  padding-top: 7px;
}
.news-a1 .cont .title {
  font-size: 1.375rem;
  color: #5B5C5E;
  line-height: 40px;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-a1 .cont .date {
  font-size: 1.125rem;
  color: #949699;
  line-height: 30px;
  margin-top: 12px;
}
/* ================= 04-新闻中心-详情 ================== */
.art-main {
  width: 1320px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #E2E3E6;
  border-right: 1px solid #E2E3E6;
  padding-top: 2.3%;
  padding-bottom: 5%;
}
.art-cont {
  padding-left: 4.8%;
  padding-right: 4.8%;
}
.art-cont .des {
  font-size: 0.875rem;
  color: #5B5C5E;
  line-height: 26px;
}
.art-title .title {
  font-size: 1.75rem;
  color: #2B2C2E;
  line-height: 40px;
}
.art-title .date {
  font-size: 1.125rem;
  color: #949699;
  line-height: 30px;
  margin-top: 15px;
}
.art-title + .des {
  margin-top: 3.5%;
}
/* ================= 07-产品介绍-产品管线 ================== */
.product-main {
  padding-top: 3%;
  padding-bottom: 5%;
  margin-left: 360px;
  border-left: 1px solid #E2E3E6;
  border-right: 1px solid #E2E3E6;
}
.product-menu {
  float: left;
  margin-left: -360px;
  width: 320px;
  background: #F7F8FB;
}
.product-menu a {
  display: block;
  font-size: 1.125rem;
  line-height: 30px;
  padding: 9px 32px;
  color: #2B2C2E;
}
.product-menu a.on {
  color: #fff;
  background: linear-gradient(270deg, #25216e 0%, #5597d3 100%);
}
.product-content {
  padding-left: 4.8%;
  padding-right: 4.8%;
}
.product-cont .div-01 {
  margin-top: 4%;
}
.product-cont .div-01:first-child {
  margin-top: 0;
}
.product-cont .div-01 .title {
  font-size: 1.75rem;
  color: #2B2C2E;
  line-height: 40px;
}
.product-cont .div-01 .des {
  font-size: 0.875rem;
  color: #5B5C5E;
  line-height: 26px;
  margin-top: 18px;
}
/* ================= 09-加入我们 ================== */
.join-art .div-nr-01 {
  display: none;
}
.join-art .div-nr-01:first-child {
  display: block;
}
.join-art .title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #2B2C2E;
  line-height: 40px;
}
.join-art .address {
  font-size: 1.125rem;
  color: #2B2C2E;
  line-height: 30px;
  margin-top: 13px;
}
.join-art .des {
  font-size: 0.875rem;
  color: #5B5C5E;
  line-height: 26px;
  margin-top: 30px;
}
.join-contact {
  display: flex;
  margin-top: 4.5%;
}
.join-contact .div-01 {
  align-items: center;
  margin-right: 195px;
}
.join-contact .div-01 .span-icon {
  margin-right: 20px;
}
.join-contact .div-01 .span-tit {
  font-size: 0.875rem;
  color: #5B5C5E;
  line-height: 1;
}
.join-contact .div-01 .span-num {
  font-size: 1.125rem;
  color: #29292B;
  line-height: 22px;
  margin-top: 5px;
}
.public-anchor {
  position: absolute;
}
