.banner {
  margin-top: 80px;
  width: 100%;
  height: 600px;
  position: relative;
  background: url(/themes/default/portal/img/banner_bg.png) no-repeat;
  background-size: 100% 100%;
}

.banner > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner .banner_content {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.banner .banner_content .banner_box {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.banner .banner_content h1 {
  text-align: left;
  color: #333;
  font-size: 64px;
  font-weight: 700;
}

.banner .banner_content .banner_text {
  text-align: left;
  width: 400px;
  margin-top: 16px;
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}

.banner .banner_content .banner_btn {
  border-radius: 6px;
  display: inline-block;
  margin-top: 46px;
  background: linear-gradient(90deg, #2665FF 0%, #8BADFF 100%), #FFF;
}

.banner .banner_content .banner_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 19px;
  flex-direction: row;
  align-items: center;
}

.banner .banner_content .banner_btn a p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 140px;
}

.banner .banner_content .banner_btn a img {
  width: 12px;
  height: 12px;
}

.company {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #ffffff;
}

.company .com_content {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.company .com_content .com_l {
  width: 448px;
  height: auto;
}

.company .com_content .com_l img {
  width: 100%;
  height: auto;
}

.company .com_content .com_r {
  width: 806px;
  height: auto;
}

.company .com_content .com_r .title, .company .com_content .com_r .etitle {
  text-align: left;
}

.company .com_content .com_r .com_text {
  text-align: left;
  margin-top: 60px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.company .com_content .com_r .com_tags {
  margin-top: 80px;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.company .com_content .com_r .com_tags .com_tag_item {
  width: 393px;
  height: 78px;
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.company .com_content .com_r .com_tags .com_tag_item img {
  width: 20px;
  height: 20px;
}

.company .com_content .com_r .com_tags .com_tag_item p {
  margin-left: 16px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.history {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #FAFBFC;
}

.history .his_pc .his_content {
  width: 100%;
  height: 500px;
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.history .his_pc .his_content .his_c_item {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  position: relative;
  height: 170px;
}

.history .his_pc .his_content .his_c_item:first-child .line {
  width: 369px;
}

.history .his_pc .his_content .his_c_item:first-child .his_c_b {
  right: -26%;
}

.history .his_pc .his_content .his_c_item:last-child {
  position: relative;
}

.history .his_pc .his_content .his_c_item:last-child::after {
  width: 369px;
  height: 1px;
  content: '';
  background: #E6E6E6;
  position: absolute;
  top: 0;
  right: -188%;
}

.history .his_pc .his_content .his_c_item .line {
  width: 197px;
  height: 1px;
  background: #E6E6E6;
}

.history .his_pc .his_content .his_c_item .his_c_b {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -5%;
  right: -49%;
}

.history .his_pc .his_content .his_c_item .his_c_b .his_c_img img {
  width: auto;
  height: 75px;
}

.history .his_pc .his_content .his_c_item .his_c_b .his_c_img img:first-child {
  display: block;
}

.history .his_pc .his_content .his_c_item .his_c_b .his_c_img img:last-child {
  display: none;
}

.history .his_pc .his_content .his_c_item .his_c_b .his_c_b_year {
  margin: 12px 0 16px;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.history .his_pc .his_content .his_c_item .his_c_b .his_c_b_desc {
  width: 216px;
  color: #999;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.history .his_pc .his_content .his_c_item.active .line {
  background: #0030A6;
}

.history .his_pc .his_content .his_c_item.active .his_c_b {
  top: -7%;
}

.history .his_pc .his_content .his_c_item.active .his_c_b .his_c_img img:first-child {
  display: none;
}

.history .his_pc .his_content .his_c_item.active .his_c_b .his_c_img img:last-child {
  display: block;
}

.history .his_pc .his_content .his_c_item.active .his_c_b .his_c_b_year {
  color: #0030A6;
}

.history .his_pc .his_content .his_c_item:nth-child(even) .his_c_b {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-direction: column-reverse;
  position: absolute;
  top: -84%;
  right: -49%;
}

.history .his_pc .his_content .his_c_item:nth-child(even) .his_c_b .his_c_img {
  transform: rotate(180deg);
}

.history .his_pc .his_content .his_c_item:nth-child(even).active .his_c_b {
  top: -81%;
  right: -51%;
}

.business {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #ffffff;
}

.business .bus_content {
  width: 100%;
  height: auto;
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.business .bus_content .bus_c_item {
  width: 334px;
  height: 342px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  position: relative;
}

.business .bus_content .bus_c_item:hover {
  box-shadow: 0px 4px 40px 0px rgba(46, 46, 58, 0.08);
}

.business .bus_content .bus_c_item:hover::after {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 4px;
  background: #E0382E;
}

.business .bus_content .bus_c_item:hover::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  left: 0%;
  width: 91%;
  height: 4px;
  background: #0030A6;
}

.business .bus_content .bus_c_item .bus_c_i_t {
  width: 100%;
  height: 75px;
  background: url(/themes/default/portal/img/about/bus_itembg.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 30px;
  padding-top: 30px;
}

.business .bus_content .bus_c_item .bus_c_i_t p {
  text-align: left;
  color: #233155;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.business .bus_content .bus_c_item .bus_c_i_b {
  text-align: left;
  width: 100%;
  height: 267px;
  padding: 10px 20px;
}

.business .bus_content .bus_c_item .bus_c_i_b span {
  display: inline-block;
  margin: 4px;
  text-align: center;
  line-height: 29px;
  width: 84px;
  height: 29px;
  background: #FAFBFD;
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.business .bus_content .bus_c_item img {
  width: 80px;
  height: 80px;
  position: absolute;
  right: 30px;
  bottom: 30px;
}

.environment {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #FAFBFC;
}

.environment .en_pc .en_content {
  padding-bottom: 86px;
  margin-top: 40px;
  width: 100%;
  height: auto;
}

.environment .en_pc .en_content .swiper-slide {
  margin-right: 20px;
  width: 456px !important;
  height: auto;
  display: flex;
  flex-direction: row;
}

.environment .en_pc .en_content .swiper-slide:last-child {
  margin-right: 0;
}

.environment .en_pc .en_content .swiper-slide .en_item {
  overflow: hidden;
  width: 455px;
  height: 254px;
}

.environment .en_pc .en_content .swiper-slide .en_item:hover img {
  transform: scale(1.2);
}

.environment .en_pc .en_content .swiper-slide .en_item img {
  transition: all 1s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.environment .en_pc .en_content .swiper-scrollbar {
  bottom: 19px;
  width: 90%;
  height: 1px;
  left: 0%;
}

.environment .en_pc .en_content .swiper-scrollbar .swiper-scrollbar-drag {
  height: 4px;
  background: #0030A6;
  top: -60%;
}

.environment .en_pc .en_content .swiper-button-prev:after, .environment .en_pc .en_content .swiper-button-next:after {
  content: '';
}

.environment .en_pc .en_content .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: url(/themes/default/portal/img/about/prev.png) no-repeat;
  background-size: 100% 100%;
  top: 96%;
  left: 94%;
}

.environment .en_pc .en_content .swiper-button-prev:hover {
  background: url(/themes/default/portal/img/about/prev1.png) no-repeat;
  background-size: 100% 100%;
}

.environment .en_pc .en_content .swiper-button-next {
  width: 32px;
  height: 32px;
  background: url(/themes/default/portal/img/about/next.png) no-repeat;
  background-size: 100% 100%;
  top: 96%;
  right: 0%;
}

.environment .en_pc .en_content .swiper-button-next:hover {
  background: url(/themes/default/portal/img/about/next1.png) no-repeat;
  background-size: 100% 100%;
}

.culture {
  width: 100%;
  height: auto;
  padding: 80px 0;
  background: #ffffff;
}

.culture .cul_content {
  width: 100%;
  height: auto;
  margin-top: 60px;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}

.culture .cul_content .cul_c_box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.culture .cul_content .cul_c_box .cul_c_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  height: 263px;
  border-right: 1px solid #E6E6E6;
  padding: 0 20px;
}

.culture .cul_content .cul_c_box .cul_c_item:last-child {
  border-right: none;
}

.culture .cul_content .cul_c_box .cul_c_item:hover {
  background: #FAFBFC;
}

.culture .cul_content .cul_c_box .cul_c_item:hover .cul_title {
  color: #0030A6;
}

.culture .cul_content .cul_c_box .cul_c_item img {
  width: 32px;
  height: 32px;
  margin-top: 46px;
}

.culture .cul_content .cul_c_box .cul_c_item .cul_title {
  text-align: left;
  margin-top: 8px;
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.culture .cul_content .cul_c_box .cul_c_item .cul_text {
  text-align: left;
  margin-top: 12px;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

@media screen and (max-width: 1600px) {
  .banner {
    margin-top: 4.25vw;
    width: 100%;
    height: 31.875vw;
    position: relative;
    background: url(/themes/default/portal/img/banner_bg.png) no-repeat;
    background-size: 100% 100%;
  }
  .banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .banner .banner_content {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .banner .banner_content .banner_box {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .banner .banner_content h1 {
    text-align: left;
    color: #333;
    font-size: 3.4vw;
    font-weight: 700;
  }
  .banner .banner_content .banner_text {
    text-align: left;
    width: 21.25vw;
    margin-top: 0.85vw;
    color: #666;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7vw;
  }
  .banner .banner_content .banner_btn {
    border-radius: 0.31875vw;
    display: inline-block;
    margin-top: 2.44375vw;
    background: linear-gradient(90deg, #2665FF 0%, #8BADFF 100%), #FFF;
  }
  .banner .banner_content .banner_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    padding: 1.00937vw;
    flex-direction: row;
    align-items: center;
  }
  .banner .banner_content .banner_btn a p {
    color: #FFF;
    font-size: 0.74375vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 7.4375vw;
  }
  .banner .banner_content .banner_btn a img {
    width: 0.6375vw;
    height: 0.6375vw;
  }
  .company {
    width: 100%;
    height: auto;
    padding: 4.25vw 0;
    background: #ffffff;
  }
  .company .com_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .company .com_content .com_l {
    width: 23.8vw;
    height: auto;
  }
  .company .com_content .com_l img {
    width: 100%;
    height: auto;
  }
  .company .com_content .com_r {
    width: 42.81875vw;
    height: auto;
  }
  .company .com_content .com_r .title, .company .com_content .com_r .etitle {
    text-align: left;
  }
  .company .com_content .com_r .com_text {
    text-align: left;
    margin-top: 3.1875vw;
    color: #666;
    font-size: 0.74375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16875vw;
  }
  .company .com_content .com_r .com_tags {
    margin-top: 4.25vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .company .com_content .com_r .com_tags .com_tag_item {
    width: 20.87813vw;
    height: 4.14375vw;
    border: 0.05312vw solid #E6E6E6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .company .com_content .com_r .com_tags .com_tag_item img {
    width: 1.0625vw;
    height: 1.0625vw;
  }
  .company .com_content .com_r .com_tags .com_tag_item p {
    margin-left: 0.85vw;
    color: #333;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16875vw;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 4.25vw 0;
    background: #FAFBFC;
  }
  .history .his_pc .his_content {
    width: 100%;
    height: 26.5625vw;
    margin-top: 3.1875vw;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .history .his_pc .his_content .his_c_item {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    position: relative;
    height: 9.03125vw;
  }
  .history .his_pc .his_content .his_c_item:first-child .line {
    width: 19.60312vw;
  }
  .history .his_pc .his_content .his_c_item:first-child .his_c_b {
    right: -26%;
  }
  .history .his_pc .his_content .his_c_item:last-child {
    position: relative;
  }
  .history .his_pc .his_content .his_c_item:last-child::after {
    width: 19.60312vw;
    height: 0.05312vw;
    content: '';
    background: #E6E6E6;
    position: absolute;
    top: 0;
    right: -188%;
  }
  .history .his_pc .his_content .his_c_item .line {
    width: 10.46562vw;
    height: 0.05312vw;
    background: #E6E6E6;
  }
  .history .his_pc .his_content .his_c_item .his_c_b {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -5%;
    right: -49%;
  }
  .history .his_pc .his_content .his_c_item .his_c_b .his_c_img img {
    width: auto;
    height: 3.98438vw;
  }
  .history .his_pc .his_content .his_c_item .his_c_b .his_c_img img:first-child {
    display: block;
  }
  .history .his_pc .his_content .his_c_item .his_c_b .his_c_img img:last-child {
    display: none;
  }
  .history .his_pc .his_content .his_c_item .his_c_b .his_c_b_year {
    margin: 0.6375vw 0 0.85vw;
    color: #333;
    font-size: 1.0625vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .his_pc .his_content .his_c_item .his_c_b .his_c_b_desc {
    width: 11.475vw;
    color: #999;
    text-align: center;
    font-size: 0.74375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16875vw;
  }
  .history .his_pc .his_content .his_c_item.active .line {
    background: #0030A6;
  }
  .history .his_pc .his_content .his_c_item.active .his_c_b {
    top: -7%;
  }
  .history .his_pc .his_content .his_c_item.active .his_c_b .his_c_img img:first-child {
    display: none;
  }
  .history .his_pc .his_content .his_c_item.active .his_c_b .his_c_img img:last-child {
    display: block;
  }
  .history .his_pc .his_content .his_c_item.active .his_c_b .his_c_b_year {
    color: #0030A6;
  }
  .history .his_pc .his_content .his_c_item:nth-child(even) .his_c_b {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-direction: column-reverse;
    position: absolute;
    top: -84%;
    right: -49%;
  }
  .history .his_pc .his_content .his_c_item:nth-child(even) .his_c_b .his_c_img {
    transform: rotate(180deg);
  }
  .history .his_pc .his_content .his_c_item:nth-child(even).active .his_c_b {
    top: -81%;
    right: -51%;
  }
  .business {
    width: 100%;
    height: auto;
    padding: 4.25vw 0;
    background: #ffffff;
  }
  .business .bus_content {
    width: 100%;
    height: auto;
    margin-top: 2.125vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .business .bus_content .bus_c_item {
    width: 17.74375vw;
    height: 18.16875vw;
    border: 0.05312vw solid #E6E6E6;
    background: #FFF;
    position: relative;
  }
  .business .bus_content .bus_c_item:hover {
    box-shadow: 0vw 0.2125vw 2.125vw 0vw rgba(46, 46, 58, 0.08);
  }
  .business .bus_content .bus_c_item:hover::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 0.2125vw;
    background: #E0382E;
  }
  .business .bus_content .bus_c_item:hover::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 91%;
    height: 0.2125vw;
    background: #0030A6;
  }
  .business .bus_content .bus_c_item .bus_c_i_t {
    width: 100%;
    height: 3.98438vw;
    background: url(/themes/default/portal/img/about/bus_itembg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 1.59375vw;
    padding-top: 1.59375vw;
  }
  .business .bus_content .bus_c_item .bus_c_i_t p {
    text-align: left;
    color: #233155;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .business .bus_content .bus_c_item .bus_c_i_b {
    text-align: left;
    width: 100%;
    height: 14.18437vw;
    padding: 0.53125vw 1.0625vw;
  }
  .business .bus_content .bus_c_item .bus_c_i_b span {
    display: inline-block;
    margin: 0.2125vw;
    text-align: center;
    line-height: 1.54062vw;
    width: 4.4625vw;
    height: 1.54062vw;
    background: #FAFBFD;
    color: #333;
    font-size: 0.74375vw;
    font-style: normal;
    font-weight: 400;
  }
  .business .bus_content .bus_c_item img {
    width: 4.25vw;
    height: 4.25vw;
    position: absolute;
    right: 1.59375vw;
    bottom: 1.59375vw;
  }
  .environment {
    width: 100%;
    height: auto;
    padding: 4.25vw 0;
    background: #FAFBFC;
  }
  .environment .en_pc .en_content {
    padding-bottom: 4.56875vw;
    margin-top: 2.125vw;
    width: 100%;
    height: auto;
  }
  .environment .en_pc .en_content .swiper-slide {
    margin-right: 1.0625vw;
    width: 24.225vw !important;
    height: auto;
    display: flex;
    flex-direction: row;
  }
  .environment .en_pc .en_content .swiper-slide:last-child {
    margin-right: 0;
  }
  .environment .en_pc .en_content .swiper-slide .en_item {
    overflow: hidden;
    width: 24.17188vw;
    height: 13.49375vw;
  }
  .environment .en_pc .en_content .swiper-slide .en_item:hover img {
    transform: scale(1.2);
  }
  .environment .en_pc .en_content .swiper-slide .en_item img {
    transition: all 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .environment .en_pc .en_content .swiper-scrollbar {
    bottom: 1.00937vw;
    width: 90%;
    height: 0.05312vw;
    left: 0%;
  }
  .environment .en_pc .en_content .swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.2125vw;
    background: #0030A6;
    top: -60%;
  }
  .environment .en_pc .en_content .swiper-button-prev:after, .environment .en_pc .en_content .swiper-button-next:after {
    content: '';
  }
  .environment .en_pc .en_content .swiper-button-prev {
    width: 1.7vw;
    height: 1.7vw;
    background: url(/themes/default/portal/img/about/prev.png) no-repeat;
    background-size: 100% 100%;
    top: 96%;
    left: 94%;
  }
  .environment .en_pc .en_content .swiper-button-prev:hover {
    background: url(/themes/default/portal/img/about/prev1.png) no-repeat;
    background-size: 100% 100%;
  }
  .environment .en_pc .en_content .swiper-button-next {
    width: 1.7vw;
    height: 1.7vw;
    background: url(/themes/default/portal/img/about/next.png) no-repeat;
    background-size: 100% 100%;
    top: 96%;
    right: 0%;
  }
  .environment .en_pc .en_content .swiper-button-next:hover {
    background: url(/themes/default/portal/img/about/next1.png) no-repeat;
    background-size: 100% 100%;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 4.25vw 0;
    background: #ffffff;
  }
  .culture .cul_content {
    width: 100%;
    height: auto;
    margin-top: 3.1875vw;
    border-top: 0.05312vw solid #E6E6E6;
    border-bottom: 0.05312vw solid #E6E6E6;
  }
  .culture .cul_content .cul_c_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
  }
  .culture .cul_content .cul_c_box .cul_c_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
    height: 13.97187vw;
    border-right: 0.05312vw solid #E6E6E6;
    padding: 0 1.0625vw;
  }
  .culture .cul_content .cul_c_box .cul_c_item:last-child {
    border-right: none;
  }
  .culture .cul_content .cul_c_box .cul_c_item:hover {
    background: #FAFBFC;
  }
  .culture .cul_content .cul_c_box .cul_c_item:hover .cul_title {
    color: #0030A6;
  }
  .culture .cul_content .cul_c_box .cul_c_item img {
    width: 1.7vw;
    height: 1.7vw;
    margin-top: 2.44375vw;
  }
  .culture .cul_content .cul_c_box .cul_c_item .cul_title {
    text-align: left;
    margin-top: 0.425vw;
    color: #333;
    font-size: 0.85vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .culture .cul_content .cul_c_box .cul_c_item .cul_text {
    text-align: left;
    margin-top: 0.6375vw;
    color: #666;
    font-size: 0.74375vw;
    font-style: normal;
    font-weight: 400;
    line-height: 1.16875vw;
  }
}

@media screen and (max-width: 1023px) {
  .banner {
    margin-top: 11.73333vw;
    width: 100%;
    height: 80vw;
    position: relative;
    background: none;
  }
  .banner > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .banner .banner_content {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .banner .banner_content .banner_box {
    width: 100%;
    position: absolute;
    top: 9.33333vw;
    left: 0;
    transform: translateY(0%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .banner .banner_content h1 {
    text-align: center;
    color: #333;
    font-size: 6.13333vw;
    font-weight: 700;
  }
  .banner .banner_content .banner_text {
    text-align: center;
    width: 53.33333vw;
    margin-top: 1.33333vw;
    color: #666;
    font-size: 3.73333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.26667vw;
  }
  .banner .banner_content .banner_btn {
    display: inline-block;
    margin-top: 43.6vw;
    width: 34.13333vw;
    height: 8vw;
    border-radius: 4vw;
    background: linear-gradient(90deg, #2665FF 0%, #8BADFF 100%), #FFF;
  }
  .banner .banner_content .banner_btn a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 2vw 9.33333vw;
  }
  .banner .banner_content .banner_btn a p {
    white-space: nowrap;
    color: #FFF;
    font-size: 3.2vw;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 1.06667vw;
  }
  .banner .banner_content .banner_btn a img {
    width: 1.6vw;
    height: 1.6vw;
  }
  .company {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0;
    background: #ffffff;
  }
  .company .com_content {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  .company .com_content .com_l {
    width: 72.8vw;
    height: auto;
  }
  .company .com_content .com_l img {
    width: 100%;
    height: auto;
  }
  .company .com_content .com_r {
    margin-top: 4vw;
    width: 100%;
    height: auto;
  }
  .company .com_content .com_r .title, .company .com_content .com_r .etitle {
    text-align: center;
  }
  .company .com_content .com_r .com_text {
    text-align: left;
    margin-top: 8vw;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.86667vw;
  }
  .company .com_content .com_r .com_tags {
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .company .com_content .com_r .com_tags .com_tag_item {
    width: 44.66667vw;
    height: 10.4vw;
    border: 0.13333vw solid #E6E6E6;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .company .com_content .com_r .com_tags .com_tag_item img {
    width: 2.66667vw;
    height: 2.66667vw;
  }
  .company .com_content .com_r .com_tags .com_tag_item p {
    margin-left: 2.13333vw;
    color: #333;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 2.93333vw;
  }
  .history {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0;
    background: #FAFBFC;
  }
  .history .his_mb .his_content {
    margin-top: 2.66667vw;
    width: 100%;
    height: 142.8vw;
    position: relative;
  }
  .history .his_mb .his_content::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 0.13333vw;
    height: 100%;
    background: #E6E6E6;
  }
  .history .his_mb .his_content .his_c_item {
    width: 53%;
    height: 20vw;
    position: relative;
  }
  .history .his_mb .his_content .his_c_item:first-child.active {
    width: 59%;
  }
  .history .his_mb .his_content .his_c_item:first-child.active::after {
    width: 0.13333vw;
    height: 6.66667vw;
    content: '';
    position: absolute;
    top: 0;
    right: 15%;
    background: #0030A6;
  }
  .history .his_mb .his_content .his_c_item:first-child.active .his_c_b {
    right: -16.5%;
  }
  .history .his_mb .his_content .his_c_item:first-child.active .his_c_b .his_c_img img:first-child {
    display: none;
  }
  .history .his_mb .his_content .his_c_item:first-child.active .his_c_b .his_c_img img:last-child {
    display: block;
  }
  .history .his_mb .his_content .his_c_item.active {
    width: 59%;
  }
  .history .his_mb .his_content .his_c_item.active::after {
    width: 0.13333vw;
    height: 20vw;
    content: '';
    position: absolute;
    top: -83%;
    right: 15%;
    background: #0030A6;
  }
  .history .his_mb .his_content .his_c_item.active .his_c_b {
    right: -16.5%;
  }
  .history .his_mb .his_content .his_c_item.active .his_c_b .his_c_img img:first-child {
    display: none;
  }
  .history .his_mb .his_content .his_c_item.active .his_c_b .his_c_img img:last-child {
    display: block;
  }
  .history .his_mb .his_content .his_c_item.active .his_c_b .his_c_c_b .his_c_b_year {
    color: #0030A6;
  }
  .history .his_mb .his_content .his_c_item .his_c_b {
    position: absolute;
    right: -23.5%;
    top: 8%;
    width: 100%;
    z-index: 2;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .history .his_mb .his_content .his_c_item .his_c_b .his_c_img {
    margin-top: 0.66667vw;
  }
  .history .his_mb .his_content .his_c_item .his_c_b .his_c_img img {
    width: 50%;
    height: auto;
  }
  .history .his_mb .his_content .his_c_item .his_c_b .his_c_img img:first-child {
    display: block;
  }
  .history .his_mb .his_content .his_c_item .his_c_b .his_c_img img:last-child {
    display: none;
  }
  .history .his_mb .his_content .his_c_item .his_c_b .his_c_c_b {
    margin-right: 1.33333vw;
    width: 34.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .history .his_mb .his_content .his_c_item .his_c_b .his_c_c_b .his_c_b_year {
    color: #333;
    text-align: right;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .his_mb .his_content .his_c_item .his_c_b .his_c_c_b .his_c_b_desc {
    margin-top: 1.33333vw;
    color: #999;
    text-align: right;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8vw;
  }
  .history .his_mb .his_content .his_c_item:nth-child(even).active::after {
    height: 20vw;
    top: -83%;
  }
  .history .his_mb .his_content .his_c_item:nth-child(even).active .his_c_b {
    right: -53.5%;
  }
  .history .his_mb .his_content .his_c_item:nth-child(even) .his_c_b {
    flex-direction: row;
    right: -65.5%;
  }
  .history .his_mb .his_content .his_c_item:nth-child(even) .his_c_b .his_c_img {
    transform: rotate(180deg);
  }
  .history .his_mb .his_content .his_c_item:nth-child(even) .his_c_b .his_c_c_b {
    margin-right: 0vw;
    margin-left: 1.33333vw;
    width: 34.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .history .his_mb .his_content .his_c_item:nth-child(even) .his_c_b .his_c_c_b .his_c_b_year {
    color: #333;
    text-align: left;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .history .his_mb .his_content .his_c_item:nth-child(even) .his_c_b .his_c_c_b .his_c_b_desc {
    margin-top: 1.33333vw;
    color: #999;
    text-align: left;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 4.8vw;
  }
  .business {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0;
    background: #ffffff;
  }
  .business .bus_content {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .business .bus_content .bus_c_item {
    width: 100%;
    margin-bottom: 2.66667vw;
    height: 77.6vw;
    border: 0.13333vw solid #E6E6E6;
    background: #FFF;
    position: relative;
  }
  .business .bus_content .bus_c_item:hover {
    box-shadow: 0vw 0.53333vw 5.33333vw 0vw rgba(46, 46, 58, 0.08);
  }
  .business .bus_content .bus_c_item:hover::after {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 0vw;
    background: #E0382E;
  }
  .business .bus_content .bus_c_item:hover::before {
    z-index: 2;
    content: '';
    position: absolute;
    top: 0;
    left: 0%;
    width: 91%;
    height: 0vw;
    background: #0030A6;
  }
  .business .bus_content .bus_c_item .bus_c_i_t {
    width: 100%;
    height: 20.66667vw;
    background: url(/themes/default/portal/img/about/bus_itembg.png) no-repeat;
    background-size: 100% 100%;
    padding-left: 5.33333vw;
    padding-top: 6.66667vw;
  }
  .business .bus_content .bus_c_item .bus_c_i_t p {
    text-align: left;
    color: #233155;
    font-size: 5.06667vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .business .bus_content .bus_c_item .bus_c_i_b {
    text-align: left;
    width: 100%;
    height: 56.93333vw;
    padding: 4vw 6.4vw;
  }
  .business .bus_content .bus_c_item .bus_c_i_b span {
    display: inline-block;
    margin: 1.06667vw;
    text-align: center;
    line-height: 8vw;
    width: 23.2vw;
    height: 8vw;
    background: #FAFBFD;
    color: #333;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
  }
  .business .bus_content .bus_c_item img {
    width: 22vw;
    height: 22vw;
    position: absolute;
    right: 5.46667vw;
    bottom: 0vw;
  }
  .environment {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0;
    background: #FAFBFC;
  }
  .environment .en_mb .en_content {
    padding-bottom: 8.8vw;
    margin-top: 5.33333vw;
    width: 100%;
    height: auto;
  }
  .environment .en_mb .en_content .en_item {
    overflow: hidden;
    width: 62vw !important;
    height: 33.86667vw;
    margin-right: 2.66667vw;
  }
  .environment .en_mb .en_content .en_item:first-child {
    margin-left: 4vw;
  }
  .environment .en_mb .en_content .en_item:hover img {
    transform: scale(1.2);
  }
  .environment .en_mb .en_content .en_item img {
    transition: all 1s;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .environment .en_mb .en_content .swiper-scrollbar {
    margin-left: 4vw;
    bottom: 2.53333vw;
    width: 78%;
    height: 0.13333vw;
    left: 0%;
  }
  .environment .en_mb .en_content .swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.53333vw;
    background: #0030A6;
    top: -60%;
  }
  .environment .en_mb .en_content .swiper-button-prev:after, .environment .en_mb .en_content .swiper-button-next:after {
    content: '';
  }
  .environment .en_mb .en_content .swiper-button-prev {
    width: 4.26667vw;
    height: 4.26667vw;
    background: url(/themes/default/portal/img/about/prev.png) no-repeat;
    background-size: 100% 100%;
    top: 103%;
    left: 85%;
  }
  .environment .en_mb .en_content .swiper-button-prev:hover {
    background: url(/themes/default/portal/img/about/prev1.png) no-repeat;
    background-size: 100% 100%;
  }
  .environment .en_mb .en_content .swiper-button-next {
    width: 4.26667vw;
    height: 4.26667vw;
    background: url(/themes/default/portal/img/about/next.png) no-repeat;
    background-size: 100% 100%;
    top: 103%;
    right: 4vw;
  }
  .environment .en_mb .en_content .swiper-button-next:hover {
    background: url(/themes/default/portal/img/about/next1.png) no-repeat;
    background-size: 100% 100%;
  }
  .culture {
    width: 100%;
    height: auto;
    padding: 5.33333vw 0;
    background: #ffffff;
  }
  .culture .cul_content {
    width: 100%;
    height: auto;
    margin-top: 5.33333vw;
    border-top: 0vw solid #E6E6E6;
    border-bottom: 0vw solid #E6E6E6;
  }
  .culture .cul_content .cul_c_box {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .culture .cul_content .cul_c_box .cul_c_item {
    margin-bottom: 2.66667vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 40.4vw;
    border: 0.13333vw solid #E6E6E6;
    padding: 0 2.66667vw;
  }
  .culture .cul_content .cul_c_box .cul_c_item:last-child {
    border-right: none;
  }
  .culture .cul_content .cul_c_box .cul_c_item:hover {
    background: #FAFBFC;
  }
  .culture .cul_content .cul_c_box .cul_c_item:hover .cul_title {
    color: #0030A6;
  }
  .culture .cul_content .cul_c_box .cul_c_item img {
    width: 6.13333vw;
    height: 6.13333vw;
    margin-top: 5.33333vw;
  }
  .culture .cul_content .cul_c_box .cul_c_item .cul_title {
    text-align: left;
    margin-top: 3.06667vw;
    color: #333;
    font-size: 4.8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .culture .cul_content .cul_c_box .cul_c_item .cul_text {
    text-align: left;
    margin-top: 2.13333vw;
    color: #666;
    font-size: 3.46667vw;
    font-style: normal;
    font-weight: 400;
    line-height: 5.86667vw;
  }
}
