@charset "UTF-8";
:root {
  --theme-primary-color: #062b5f;
}

#pageBoxDom .page-item.active {
  color: #fff !important;
  background-color: var(--theme-primary-color) !important;
  border-color: transparent !important;
}

.nav-box {
  font-size: 18px;
}
.nav-box .nav-list {
  color: #5b5b5b;
  font-weight: 400;
}
.nav-box .nav-list .active {
  font-weight: 500;
  color: #083a84;
}
.nav-box .nav-list .nav-item {
  padding-bottom: 14px;
}
.nav-box .nav-list .nav-item:hover {
  font-weight: 500;
  color: #083a84;
}
.nav-box .nav-list .dropdown-menu .dropdown-item {
  margin-bottom: 10px;
  color: #fff;
}
.nav-box .nav-list .dropdown-menu .dropdown-item:hover {
  background: #fff;
  color: #0d3979;
}
.nav-box .nav-list .dropdown-menu .hot::after {
  content: "HOT";
  color: #ca0005;
  font-size: 12px;
  font-weight: bold;
  margin-left: 5px;
}
.nav-box .nav-list #otherMenu h3 {
  margin-bottom: 10px;
}
.nav-box .nav-list #otherMenu .dropdown-item {
  margin-bottom: 0;
}
.nav-box .nav-list > div:hover .dropdown-menu {
  display: block;
}

.common-style .heading-section {
  color: var(--theme-primary-color);
}
.common-style .heading-section .title-e {
  font-size: 22px;
  font-family: NotoSansHans;
  font-weight: 300;
  color: var(--theme-primary-color);
}
.common-style .heading-section .title {
  margin-top: 13px;
  font-size: 49px;
  font-family: NotoSansHans;
  font-weight: 300;
  color: var(--theme-primary-color);
  line-height: 41px;
}
.common-style .listing-wrap .icon {
  background: var(--theme-primary-color);
  border: 0;
}
.common-style .listing-wrap .subheading {
  color: var(--theme-primary-color);
  padding-bottom: 10px;
}
.common-style .look-more {
  text-align: center;
}
.common-style .look-more button {
  width: 176px;
  height: 43px;
  border: 1px solid var(--theme-primary-color);
  opacity: 0.38;
  border-radius: 10px;
  font-size: 20px;
  font-family: NotoSansHans;
  font-weight: normal;
  color: var(--theme-primary-color);
  opacity: 0.71;
}

.news-box .content .context-nav > div {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.news-box .content .context-nav .active {
  position: relative;
  color: var(--theme-primary-color);
}
.news-box .content .context-nav .active::after {
  position: absolute;
  display: inline-block;
  left: 0;
  bottom: -2px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--theme-primary-color);
}

.congra_about_box .intr_box {
  position: relative;
  width: 1200px;
  margin: 120px auto;
}
.congra_about_box .intr_box .title_des {
  font-size: 60px;
  font-weight: bold;
  color: #000000;
  line-height: 60px;
  opacity: 0.06;
  margin: 0 0 27px;
  padding-top: 36px;
}
.congra_about_box .intr_box .title_des_text {
  font-size: 40px;
  font-weight: bold;
  color: #121212;
  line-height: 1.2;
}
.congra_about_box .intr_box .red_line {
  width: 36px;
  height: 3px;
  border: 2px solid #ff0000;
  margin: 36px 0;
}
.congra_about_box .intr_box .content_des {
  width: 592px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 36px;
  margin-bottom: 47px;
  text-align: justify;
}
.congra_about_box .intr_box .intr_pic {
  position: absolute;
  right: 0;
  top: 0;
  width: 490px;
  z-index: -1;
}
.congra_about_box .intr_box .intr_list {
  width: 840px;
  height: 168px;
  background: #ffffff;
  box-shadow: 2px 2px 20px 0px rgba(14, 14, 14, 0.12);
  border-radius: 4px;
  cursor: pointer;
  transition: transform 0.5s;
  display: flex;
  align-items: center;
  padding: 30px 40px;
}
.congra_about_box .intr_box .intr_list:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}
.congra_about_box .intr_box .intr_list .list {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid #f0f0f0;
}
.congra_about_box .intr_box .intr_list .list:last-of-type {
  border: none;
}
.congra_about_box .intr_box .intr_list .list .list1_label {
  font-size: 36px;
  font-weight: bold;
  color: #d72828;
}
.congra_about_box .intr_box .intr_list .list .list2_label {
  font-size: 20px;
  font-weight: 400;
  color: #121212;
  position: relative;
  line-height: 1.5;
}
.congra_about_box .intr_box .intr_list .list .list3_label {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 1.5;
}
.congra_about_box .choice_reason {
  margin-top: 120px;
}
.congra_about_box .choice_reason .title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #121212;
}
.congra_about_box .choice_reason .title_des {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin: 29px 0 56px;
}
.congra_about_box .choice_reason .reason_list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.congra_about_box .choice_reason .reason_list .reason_item {
  width: 570px;
  position: relative;
  margin-bottom: 50px;
}
.congra_about_box .choice_reason .reason_list .reason_item:nth-of-type(odd) {
  margin-right: 60px;
}
.congra_about_box .choice_reason .reason_list .reason_item .reason_pic {
  width: 300px;
  height: 300px;
}
.congra_about_box .choice_reason .reason_list .reason_item .res_content {
  position: absolute;
  top: 109px;
  left: 190px;
  width: 380px;
  min-height: 170px;
  cursor: pointer;
  padding: 15px 20px;
  background: var(--theme-primary-color);
  transition: transform 0.5s;
}
.congra_about_box .choice_reason .reason_list .reason_item .res_content:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.03);
  transform: scale3d(1.03, 1.03, 1.03);
}
.congra_about_box
  .choice_reason
  .reason_list
  .reason_item
  .res_content
  .cont_title {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.congra_about_box
  .choice_reason
  .reason_list
  .reason_item
  .res_content
  .res_content_line {
  width: 20px;
  height: 1px;
  background: #ffffff;
  opacity: 0.7;
  margin: 17px 0;
}
.congra_about_box
  .choice_reason
  .reason_list
  .reason_item
  .res_content
  .cont_des {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}
.congra_about_box .dev_history {
  height: 800px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../images/about/dev_history_bg.png") no-repeat center;
  margin-top: 120px;
}
.congra_about_box .dev_history .dev_history_box {
  width: 1200px;
  margin: 0 auto;
}
.congra_about_box .dev_history .dev_history_box .dev_history_title {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  margin: 60px 0 40px;
  text-align: center;
}
.congra_about_box .dev_history .dev_history_box .dev_spirit {
  width: 350px;
  height: 50px;
  background: var(--theme-primary-color);
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  line-height: 50px;
  padding-left: 22px;
  margin-left: 75px;
}
.congra_about_box .dev_history .dev_history_box .core_value {
  display: flex;
  justify-content: center;
  margin: 20px 0 87px;
}
.congra_about_box .dev_history .dev_history_box .core_value .core_value_item {
  width: 350px;
  height: 120px;
  background: linear-gradient(
    90deg,
    rgba(54, 166, 198, 0.5),
    rgba(54, 166, 198, 0)
  );
  padding: 24px 30px;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .core_value
  .core_value_item
  .core_value_title {
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .core_value
  .core_value_item
  .core_value_des {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}
.congra_about_box .dev_history .dev_history_box .history_box {
  position: relative;
}
.congra_about_box .dev_history .dev_history_box .history_box .history_line {
  position: absolute;
  top: 28px;
  width: 1200px;
  height: 1px;
  background-color: #ffffff;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .history_line
  .left_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translate(20px, -50%);
  background: url("../images/about/history/d_left.png") no-repeat;
  background-position-x: 12px;
  background-position-y: 11px;
  background-color: #133d5f;
  cursor: pointer;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .history_line
  .left_box:hover {
  background-image: url("../images/about/history/a_left.png");
  border: 1px solid #d72828;
  background-color: #ffffff;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .history_line
  .right_box {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  transform: translate(-20px, -50%);
  cursor: pointer;
  background: url("../images/about/history/d_right.png") no-repeat;
  background-position-x: 15px;
  background-position-y: 11px;
  background-color: #133d5f;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .history_line
  .right_box:hover {
  background-image: url("../images/about/history/a_right.png");
  border: 1px solid #d72828;
  background-color: #ffffff;
}
.congra_about_box .dev_history .dev_history_box .history_box .swiper {
  width: 960px;
  margin: 0 auto;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide {
  display: flex;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .curcle-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 12px;
  margin-left: 20px;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .curcle-box
  .curcle {
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .curcle-box
  .act-curcle {
  background: #ffffff;
  border: 1px solid #d72828;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .curcle-box
  .curcle-icon {
  width: 9px;
  height: 5px;
  margin: 4px auto 8px;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .swiper-box {
  width: 240px;
  background: transparent;
  cursor: pointer;
  padding: 41px 20px 24px;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .swiper-box
  .swiper-item-title {
  font-size: 26px;
  font-weight: 400;
  color: #ffffff;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .swiper-box
  .act-swiper-item-title {
  font-weight: bold;
  color: #d72828;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .swiper-box
  .swiper-item-des {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin: 4px 0 28px;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .swiper-box
  .swiper-item-pic {
  width: 200px;
  height: 130px;
}
.congra_about_box
  .dev_history
  .dev_history_box
  .history_box
  .swiper
  .swiper-wrapper
  .swiper-slide
  .swiper-item
  .act-swiper-box {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 768px) {
  .congra_about_box .intr_box {
    width: 100%;
    margin: 16vw 0;
    padding: 0 4vw;
  }
  .congra_about_box .intr_box .title_des {
    display: none;
  }
  .congra_about_box .intr_box .title_des_text {
    font-size: 7.47vw;
    text-align: center;
    margin-bottom: 6.67vw;
  }
  .congra_about_box .intr_box .red_line {
    display: none;
  }
  .congra_about_box .intr_box .content_des {
    line-height: 1.5;
    width: 100%;
    font-size: 4vw;
  }
  .congra_about_box .intr_box .intr_content_pic_box {
    position: relative;
    padding-top: 2.6666666667vw;
  }
  .congra_about_box .intr_box .intr_content_pic_box .intr_pic {
    width: 73.3333333333vw;
    height: auto;
  }
  .congra_about_box .intr_box .intr_list {
    flex-direction: column;
    width: 50vw;
    height: auto;
    align-items: flex-start;
    padding: 5.333vw;
  }
  .congra_about_box .intr_box .intr_list .list {
    border-right: none;
    border-bottom: 0.27vw solid #f0f0f0;
    width: 100%;
    align-items: flex-start;
    padding-bottom: 2.6666666667vw;
  }
  .congra_about_box .intr_box .intr_list .list .list1_label {
    font-size: 6.4vw;
  }
  .congra_about_box .intr_box .intr_list .list .list2_label {
    font-size: 4.8vw;
  }
  .congra_about_box .intr_box .intr_list .list .list3_label {
    font-size: 3.4666666667vw;
  }
  .congra_about_box .choice_reason {
    margin-top: 14.6666666667vw;
  }
  .congra_about_box .choice_reason .title {
    font-size: 7.4666666667vw;
  }
  .congra_about_box .choice_reason .title_des {
    padding: 0 4vw;
    font-size: 4vw;
  }
  .congra_about_box .choice_reason .reason_list {
    width: 100%;
    justify-content: center;
  }
  .congra_about_box .choice_reason .reason_list .reason_item {
    width: 92vw;
    height: 54vw;
    margin: 0 auto 5.3333333333vw !important;
  }
  .congra_about_box .choice_reason .reason_list .reason_item .reason_pic {
    width: 47.7333333333vw;
    height: auto;
  }
  .congra_about_box .choice_reason .reason_list .reason_item .res_content {
    width: 53.3333333333vw;
    height: 43.3333333333vw;
    padding: 3.2vw 5.3333333333vw;
    top: auto;
    left: auto;
    right: 0;
    bottom: 3.2vw;
  }
  .congra_about_box
    .choice_reason
    .reason_list
    .reason_item
    .res_content
    .res_content_line {
    display: none;
  }
  .congra_about_box
    .choice_reason
    .reason_list
    .reason_item
    .res_content
    .cont_title {
    font-size: 4.8vw;
  }
  .congra_about_box
    .choice_reason
    .reason_list
    .reason_item
    .res_content
    .cont_des {
    font-size: 3.7333333333vw;
  }
  .congra_about_box .dev_history {
    height: auto !important;
    background-size: auto 100% !important;
    margin-top: 14.6666666667vw;
  }
  .congra_about_box .dev_history .dev_history_box .dev_history_title {
    font-size: 7.4666666667vw;
    margin: 4.2666666667vw 0 5.3333333333vw;
  }
  .congra_about_box .dev_history .dev_history_box,
  .congra_about_box .dev_history .dev_history_box .history_box .history_line {
    width: 100% !important;
    max-width: 100% !important;
  }
  .congra_about_box .dev_history .dev_history_box .history_box .swiper {
    width: 100vw;
  }
  .congra_about_box .dev_history .dev_history_box .core_value {
    flex-wrap: wrap;
    padding: 0 4vw;
    margin-bottom: 8vw;
  }
  .congra_about_box .dev_history .dev_history_box .core_value .core_value_item {
    width: 100%;
    height: 29.3333333333vw;
    padding: 5.333vw;
    margin-bottom: 2.6667vw;
  }
  .congra_about_box
    .dev_history
    .dev_history_box
    .core_value
    .core_value_item
    .core_value_title {
    font-size: 4.8vw;
  }
  .congra_about_box
    .dev_history
    .dev_history_box
    .core_value
    .core_value_item
    .core_value_des {
    font-size: 3.7333333333vw;
  }
  .congra_about_box .dev_history .dev_history_box .dev_spirit {
    width: 100%;
    margin: 0;
    font-size: 4.8vw;
  }
}

/* 联系我们模块样式 */
.contact-us-section {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.contact-title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}

.contact-title-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: 23px 0 19px;
}

.contact-title-en {
  font-size: 31px;
  line-height: 24px;
  font-weight: 700;
  color: transparent;
  text-transform: uppercase;
  background-image: linear-gradient(0deg, #ff232314 0%, #ff303006 100%);
  -webkit-background-clip: text;
  margin-top: -15px;
}

.contact-title-zh {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-size: 36px;
  font-family: Microsoft YaHei;
  line-height: 36px;
  font-weight: 700;
  color: #161616;
  white-space: nowrap;
}

.contact-divider {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #dcdcdc;
  border-radius: 0.5px;
  width: 400px;
}

.title-line {
  border-radius: 0.5px;
  width: 50px;
  height: 2px;
  background-color: #d72828;
}

.contact-content-wrapper {
  display: flex;
  justify-content: space-between;
  height: 654px;
  color: #fff;
}

.contact-form-section {
  height: 100%;
  background: #d72828;
  width: 390px;
  padding: 33px 30px;
  box-sizing: border-box;
}

.contact-form-title {
  font-size: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #ffffff;
}

.contact-form-subtitle {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 18px;
  opacity: 0.39;
  margin-top: 14px;
  color: #ffffff;
}

.contact-form-divider {
  background: #fff;
  height: 1px;
  width: 100%;
  margin-top: 27px;
}

.contact-phone {
  font-size: 20px;
  line-height: 20px;
  margin-top: 31px;
  margin-bottom: 21px;
  color: #ffffff;
}

.contact-email {
  font-size: 20px;
  line-height: 20px;
  color: #ffffff;
}

.contact-input-group {
  display: flex;
  align-items: center;
  height: 51px;
  background: #fff;
  width: 100%;
  padding: 0 16px;
  margin-top: 29px;
  margin-bottom: 20px;
  color: #333;
  box-sizing: border-box;
}

.contact-input-group:last-of-type {
  margin-bottom: 20px;
}

.contact-input-label {
  color: #333333;
  font-size: 16px;
  white-space: nowrap;
}

.contact-input {
  flex: 1;
  border: none;
  outline: none;
  font-size: 16px;
  color: #333333;
}

.contact-input::placeholder {
  color: #999999;
}

.contact-textarea-group {
  background: #fff;
  width: 100%;
  height: 179px;
  color: #333;
  display: flex;
  align-items: flex-start;
  margin-top: 20px;
  padding: 16px;
  box-sizing: border-box;
}

.contact-textarea-label {
  color: #333333;
  font-size: 16px;
}

.contact-textarea {
  flex: 1;
  outline: none;
  border: none;
  resize: none;
  font-size: 16px;
  color: #333333;
}

.contact-textarea::placeholder {
  color: #999999;
}

.contact-submit-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}

.contact-submit-btn {
  width: 140px;
  height: 41px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #fff 1px solid;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.contact-submit-btn:hover {
  background: #fff;
  color: #d72828;
}

.contact-map-section {
  flex: 1;
  height: 100%;
  background-image: url("../images/about/map_bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f0f0f0;
  margin-left: 20px;
  position: relative;
}

.contact-address-info {
  position: absolute;
  left: 231px;
  bottom: 227px;
  width: 350px;
  height: 82px;
  background: #fff;
  box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.31);
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-address-text {
  width: 311px;
  font-size: 18px;
  line-height: 25px;
  color: #032740;
  font-weight: bold;
}

/* 移动端样式 */
@media (max-width: 768px) {
  .contact-us-section {
    width: 100%;
    padding: 0 4vw;
    margin-top: 16vw;
    padding-bottom: 16vw;
  }

  .contact-title-zh {
    font-size: 7.4666666667vw;
  }

  .contact-title-en {
    font-size: 4vw;
  }

  .contact-divider {
    width: 100%;
  }

  .contact-content-wrapper {
    flex-direction: column;
    height: auto;
  }

  .contact-form-section {
    width: 100%;
  }

  .contact-form-title {
    font-size: 6.4vw;
  }

  .contact-form-subtitle {
    font-size: 3.7333333333vw;
  }

  .contact-phone,
  .contact-email {
    font-size: 4vw;
  }

  .contact-input-group,
  .contact-textarea-group {
    margin-top: 4vw;
  }

  .contact-input-label,
  .contact-textarea-label {
    font-size: 3.7333333333vw;
  }

  .contact-map-section {
    display: none;
  }

  .contact-address-info {
    position: static;
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
    margin-top: 4vw;
    box-sizing: border-box;
  }

  .contact-address-text {
    width: 100%;
    font-size: 3.7333333333vw;
    text-align: center;
  }
}

/*# sourceMappingURL=about.css.map */
