: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_project_detail {
  background: url("../images/projectDetail/banner.png") no-repeat;
  background-color: #eeebeb;
  display: flex;
  justify-content: center;
  background-size: 100% 406px;
}
.congra_project_detail .project_nav_text {
  font-size: 47px;
  line-height: 47px;
  font-weight: 500;
  color: #1c1c1c;
}
.congra_project_detail .project_nav_text .project_nav_btn_box {
  display: flex;
}
.congra_project_detail .project_nav_text .project_nav_btn_box .project_nav_btn {
  padding: 0 29px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #233c69;
  border-radius: 10px;
  font-size: 16px;
  font-weight: normal;
  color: #233c69;
  margin-right: 46px;
}
.congra_project_detail .pc_content_box {
  width: 1247px;
  margin-top: 313px;
  background: #ffffff;
  border-radius: 10px;
  padding: 65px 71px 89px 133px;
  margin-bottom: 50px;
}
.congra_project_detail .pc_content_box .project_info_box {
  display: flex;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box {
  width: 550px;
  margin-right: 57px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .info_title {
  font-size: 28px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 40px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .info_des {
  font-size: 18px;
  font-weight: normal;
  color: #565656;
  text-align: justify;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail {
  display: flex;
  margin: 28px auto 50px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail
  .project_detail_item {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail
  .project_detail_item
  > img {
  margin-right: 4px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail
  .project_detail_item
  .time_icon {
  width: 22px;
  height: 26px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail
  .project_detail_item
  .plateform_icon {
  width: 29px;
  height: 31px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail
  .project_detail_item
  .home_icon {
  width: 28px;
  height: 27px;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail
  .project_detail_item
  .detail_item_value {
  font-size: 20px;
  line-height: 23px;
  font-weight: normal;
  color: #353535;
}
.congra_project_detail
  .pc_content_box
  .project_info_box
  .project_info_text_box
  .project_detail
  .project_detail_item
  .detail_item_label {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  color: #c8c9ca;
}
.congra_project_detail .pc_content_box .project_info_box .project_info_pic {
  width: 378px;
  height: 314px;
}
.congra_project_detail .pc_content_box .project_advantage {
  margin-top: 69px;
}
.congra_project_detail
  .pc_content_box
  .project_advantage
  .project_advantage_title {
  font-size: 28px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 26px;
}
.congra_project_detail
  .pc_content_box
  .project_advantage
  .project_advantage_list
  .project_advantage_item {
  margin-bottom: 24px;
}
.congra_project_detail
  .pc_content_box
  .project_advantage
  .project_advantage_list
  .project_advantage_item:last-child {
  margin-bottom: 0;
}
.congra_project_detail
  .pc_content_box
  .project_advantage
  .project_advantage_list
  .project_advantage_item
  .project_advantage_item_title {
  font-size: 20px;
  font-weight: 500;
  color: #d72828;
}
.congra_project_detail
  .pc_content_box
  .project_advantage
  .project_advantage_list
  .project_advantage_item
  .project_advantage_item_des {
  font-size: 20px;
  font-weight: normal;
  color: #303030;
}
.congra_project_detail .pc_content_box .pro_applica_condition {
  margin-top: 122px;
}
.congra_project_detail
  .pc_content_box
  .pro_applica_condition
  .pro_applica_condition_title {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: bold;
  color: #1c1c1c;
}
.congra_project_detail
  .pc_content_box
  .pro_applica_condition
  .pro_applica_condition_list
  .pro_applica_condition_item {
  margin-bottom: 24px;
}
.congra_project_detail
  .pc_content_box
  .pro_applica_condition
  .pro_applica_condition_list
  .pro_applica_condition_item
  .pro_applica_condition_item_des {
  font-size: 20px;
  font-weight: 500;
  color: #303030;
}
.congra_project_detail
  .pc_content_box
  .pro_applica_condition
  .pro_applica_condition_tip {
  font-size: 14px;
  font-weight: normal;
  color: #bebebe;
}
.congra_project_detail .pc_content_box .pro_proccess {
  margin: 92px 0 0;
}
.congra_project_detail .pc_content_box .pro_proccess .pro_proccess_title {
  font-size: 28px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 45px;
}
.congra_project_detail .pc_content_box .pro_proccess .pro_proccess_list {
  display: flex;
  flex-wrap: wrap;
}
.congra_project_detail
  .pc_content_box
  .pro_proccess
  .pro_proccess_list
  .pro_proccess_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 141px;
  border: 2px solid rgba(35, 60, 105, 0.35);
  border-radius: 50%;
  position: relative;
  margin-right: 13px;
  margin-bottom: 11px;
}
.congra_project_detail
  .pc_content_box
  .pro_proccess
  .pro_proccess_list
  .pro_proccess_item::after {
  position: absolute;
  right: -13px;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  content: " ";
  background: url("../images/projectDetail/right_arrow.png") no-repeat;
  width: 8px;
  height: 15px;
}
.congra_project_detail
  .pc_content_box
  .pro_proccess
  .pro_proccess_list
  .pro_proccess_item:last-child::after {
  display: none;
}
.congra_project_detail
  .pc_content_box
  .pro_proccess
  .pro_proccess_list
  .pro_proccess_item
  .pro_proccess_icon {
  width: 41px;
  height: 41px;
  margin: 18px 0 5px;
}
.congra_project_detail
  .pc_content_box
  .pro_proccess
  .pro_proccess_list
  .pro_proccess_item
  .pro_proccess_label {
  font-size: 16px;
  font-weight: bold;
  color: #232323;
}
.congra_project_detail
  .pc_content_box
  .pro_proccess
  .pro_proccess_list
  .pro_proccess_item
  .pro_proccess_time {
  font-size: 12px;
  font-weight: normal;
  color: #6a6a6a;
}

.main .process-item .process-circle {
  width: 0.8rem;
  height: 0.8rem;
}

/* 移动端样式 */
@media (max-width: 768px) {
  .main {
    margin-top: 0 !important;
  }
  .banner {
    height: 3.26rem;
  }
  .banner .title-box {
    width: 100% !important;
    padding: 0 4vw;
  }
  .banner h2 {
    font-size: 6.4vw !important;
  }
  .banner button {
    width: auto !important;
    height: auto !important;
    font-size: 3.73vw !important;
    line-height: 1.8;
    padding: 0 2.67vw;
  }
  .overview-wrapper {
    flex-direction: column;
  }
  .overview-wrapper .overview-left {
    width: 100%;
  }
  .overview-wrapper .overview-left > div:nth-child(1) {
    font-size: 4.27vw !important;
    font-weight: bold;
  }
  .overview-wrapper .overview-left > div:nth-child(2) {
    font-size: 3.2vw !important;
    line-height: 1.6 !important;
  }
  .overview-wrapper .right {
    display: flex;
    margin-top: 2vw;
  }
  .overview-wrapper .pic {
    width: 3.98rem !important;
    height: auto !important;
  }
  .overview-wrapper .info {
    margin-left: 4vw;
    margin-top: 0 !important;
    flex-direction: column;
    gap: 3vw;
  }
  .overview-wrapper .info img {
    height: 4vw !important;
    width: auto !important;
    margin-right: 1.5vw;
  }
  .overview-wrapper .info .label {
    font-size: 2.67vw !important;
    line-height: 1.3 !important;
  }
  .overview-wrapper .info .text {
    font-size: 3.2vw !important;
    line-height: 1.3 !important;
  }
  .main {
    width: 100% !important;
    padding: 15px !important;
  }
  .main div {
    font-size: 3.73vw !important;
  }
  .main h3 {
    font-size: 4.27vw !important;
  }
  .main .process-list {
    padding: 0 !important;
  }
  .main .process-item > img {
    height: 2.67vw !important;
    width: auto !important;
  }
  .main .process-item .process-circle {
    width: 28vw !important;
    height: 28vw !important;
  }
  .main .process-item .process-circle div {
    font-size: 2.67vw !important;
    white-space: nowrap !important;
  }
  .main .process-item .process-circle img {
    height: 6.4vw !important;
    width: auto !important;
  }
  .main .bottom-button {
    margin: 0.3rem 0 !important;
  }
  .main .bottom-button a {
    font-size: 3.73vw !important;
    width: auto !important;
    height: auto !important;
    line-height: 8vw !important;
    padding: 0 2.67vw;
  }
  .test-modal-container {
    width: 90% !important;
    height: 100vw !important;
    top: 50% !important;
    transform: translate3d(-50%, -50%, 0) !important;
  }
  .test-modal-container .title {
    font-size: 4.2vw !important;
    line-height: 20vw !important;
  }
  .test-modal-container .form {
    padding: 20vw 4vw 4vw !important;
  }
  .form-item .label {
    width: 20vw !important;
    white-space: nowrap !important;
  }
  .form-item input {
    flex: 1 !important;
    height: 10vw !important;
  }
  .test-modal-container .submit-button {
    width: 80% !important;
    height: 10vw !important;
    line-height: 10vw !important;
    margin: 0 auto !important;
  }
  .test-modal-container .close-button {
    width: 6vw !important;
    height: 6vw !important;
    top: 6vw !important;
  }
}

/*# sourceMappingURL=projectDetail.css.map */
