@media screen and (max-width: 1200px) {
  span,
  p,
  h2,
  h3,
  h4,
  a,
  h5 {
    line-height: 1.6 !important;
  }
  #topBut {
    position: fixed;
    bottom: 2.8125vw;
    right: 3.125vw;
    width: 3.864583vw;
    height: 3.864583vw;
  }
  #topBut img {
    width: 1.602083vw;
    height: 1.602083vw;
  }
  .home_banner,
  .banner {
    margin-top: 10vw;
  }
  .mf_button_one {
    padding: 1.3333333vw 2.839583vw;
    border-radius: 2.5625vw;
    font-size: 1.333333vw;
    line-height: 1.4;
  }
  .mf_button_two {
    padding: 1.3333333vw 2.839583vw;
    border-radius: 2.5625vw;
    font-size: 1.333333vw;
    line-height: 1.4;
  }
  .w_swiper_button_prev,
  .w_swiper_button_next {
    width: 3.864583vw;
    height: 3.864583vw;
  }
  .w_swiper_button_next {
    background-size: 0.816666vw;
  }
  .w_swiper_button_prev {
    background-size: 0.816666vw;
  }
  .swiper-pagination.mf-pagination .swiper-pagination-bullet {
    width: 2.13vw;
    height: 2.13vw;
  }
  #customerService {
    height: 5.28125vw;
    width: 5.381147vw;
  }
  #customerService img {
    width: 2.770833vw;
    height: 2.770833vw;
  }
  header {
    position: fixed;
    transition: all 1s;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9999;
    height: 10vw;
    overflow: hidden;
  }
  header .header_content {
    max-width: 100%;
    margin: 0 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10vw;
  }
  header .header_content .logo {
    flex: 0 0 16.666667vw;
  }
  header .header_content .nav {
    display: none;
    align-items: center;
  }
  header .header_content .nav .nav_list {
    display: flex;
    align-items: center;
  }
  header .header_content .nav .nav_list .nav_list_box .nav_one_a {
    display: inline-block;
    margin: 0 2.083333vw;
    font-weight: 400;
    font-size: 1.04166vw;
    line-height: 1.6;
    text-align: center;
    color: #1A5D9F;
  }
  header .header_content .nav .nav_list .nav_list_box .nav_secondLevel {
    position: absolute;
    left: 0;
    right: 0;
    top: 6.25vw;
    border-top: 1px solid #DEDEDE;
    display: none;
  }
  header .header_content .nav .nav_list .nav_list_box .nav_secondLevel .ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 7.291666vw;
  }
  header .header_content .nav .nav_list .nav_list_box .nav_secondLevel .ul .nav_secondLevel_box {
    flex: 0 0 13.020833vw;
    margin: 0 0.520833vw;
    display: flex;
    align-items: center;
    padding: 0.78125vw 0 0.78125vw 0.78125vw;
    background: #FFFFFF;
    box-shadow: 0px 0px 0.520833vw rgba(0, 0, 0, 0.06);
    border-radius: 0.260417vw;
  }
  header .header_content .nav .nav_list .nav_list_box .nav_secondLevel .ul .nav_secondLevel_box .left {
    flex: 0 0 2.604167vw;
    margin-right: 1.04166vw;
  }
  header .header_content .nav .nav_list .nav_list_box .nav_secondLevel .ul .nav_secondLevel_box .right h4 {
    font-weight: 600;
    font-size: 1.04166vw;
    line-height: 1.041666vw;
    color: #181A1B;
    margin-bottom: 2px;
  }
  header .header_content .nav .nav_list .nav_list_box .nav_secondLevel .ul .nav_secondLevel_box .right p {
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.041666vw;
    text-transform: capitalize;
    color: #DEDEDE;
  }
  header .header_content .nav .nav_right {
    display: flex;
    align-items: center;
    margin-left: 3.645833vw;
  }
  header .header_content .nav .nav_right .language {
    display: flex;
    align-items: center;
    margin-right: 1.458333vw;
  }
  header .header_content .nav .nav_right .language span {
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.197917vw;
    color: #1A5D9F;
    margin: 0 0.364583vw;
  }
  header .header_content .nav .nav_right .language img {
    width: 1.1666667vw;
    height: 1.1666667vw;
  }
  header .header_content .nav .nav_right .language .language_select {
    position: absolute;
    left: 0;
    right: 0;
    top: 6.25vw;
    border-top: 1px solid #DEDEDE;
    padding-top: 1.5625vw;
    padding-right: 15.78125vw;
    text-align: right;
    display: none;
  }
  header .header_content .nav .nav_right .language .language_select span {
    display: inline-block;
    margin: 0 0.520833vw;
    background: #FFFFFF;
    box-shadow: 0px 0.208333vw 0.520833vw rgba(0, 0, 0, 0.04);
    border-radius: 0.260417vw;
    width: 2.604167vw;
    height: 2.604167vw;
    line-height: 2.604167vw;
    text-align: center;
    transition: all 0.4s;
  }
  header .header_content .nav .nav_right .language .language_select span:hover,
  header .header_content .nav .nav_right .language .language_select span.on {
    background-color: #1A5D9F;
    color: #ffffff;
  }
  header .header_content .nav .nav_right .search {
    display: flex;
    width: 10.15625vw;
    height: 2.604167vw;
    border: 1px solid #1A5D9F;
    border-radius: 1.302083vw;
    overflow: hidden;
  }
  header .header_content .nav .nav_right .search input {
    flex: auto;
    width: 100%;
    padding: 0 1.04166vw;
    font-size: 1.333333vw;
    border: none;
    background-color: transparent;
  }
  header .header_content .nav .nav_right .search input::-webkit-input-placeholder {
    color: rgba(26, 93, 159, 0.3);
    font-weight: 400;
    font-size: 1.333333vw;
  }
  header .header_content .nav .nav_right .search .but {
    flex: 0 0 3.958333vw;
    background-color: #1A5D9F;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.302083vw;
    border: 1px solid #1A5D9F;
    cursor: pointer;
  }
  header .header_content .nav .nav_right .search .but img {
    width: 1.458333vw;
    height: 1.458333vw;
  }
  header .header_content .nav-icon {
    display: block;
  }
  header .header_content .nav-icon span {
    display: block;
    width: 40px;
    height: 4px;
    background: #1A5D9F;
    border-radius: 2px;
    transition: all .3s linear;
  }
  header .header_content .nav-icon span:not(:first-child) {
    margin-top: 6px;
  }
  header .header_content .nav-icon.on span:nth-of-type(1) {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 12) rotate(45deg);
    transform: matrix(1, 0, 0, 1, 0, 12) rotate(45deg);
  }
  header .header_content .nav-icon.on span:nth-of-type(3) {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
    transform: matrix(1, 0, 0, 1, 0, -8) rotate(-45deg);
  }
  header .header_content .nav-icon.on span:nth-of-type(2) {
    width: 0;
  }
  footer {
    font-size: 0;
  }
  footer .consultingService {
    width: 100%;
    height: 21.614583vw;
    background: #96B862;
    padding: 0 6.333333vw;
    overflow: hidden;
    position: relative;
  }
  footer .consultingService .title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 1.666667vw;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 1.04166vw;
    margin-top: 5.677083vw;
  }
  footer .consultingService .text {
    margin-bottom: 2.395833vw;
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.041666vw;
    max-width: 55%;
    color: #FFFFFF;
  }
  footer .consultingService .mf_button {
    display: inline-block;
    padding: 0.78125vw 5.520833vw;
    background: #8CBA54;
    border-radius: 4.5625vw;
    font-weight: 400;
    line-height: 2.041666vw;
    font-size: 1.333333vw;
    text-align: center;
    color: #1A5D9F;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    transition: all 0.4s;
  }
  footer .consultingService .mf_button:hover {
    background-color: #1A5D9F;
    color: #ffffff;
    border-color: #1A5D9F;
  }
  footer .consultingService .consultingService_bg {
    position: absolute;
    width: 44.635417vw;
    bottom: 0;
    right: 5.3125vw;
  }
  footer .footer_content {
    display: flex;
    background-color: #224F92;
    padding: 4.427083vw 6.333333vw 4.427083vw;
  }
  footer .footer_content .footer_content_nav {
    flex: 0 0 42.708333vw;
    display: flex;
  }
  footer .footer_content .footer_content_nav .footer_content_nav_box {
    flex: 1;
  }
  footer .footer_content .footer_content_nav .footer_content_nav_box .title {
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
    margin-bottom: 1.197917vw;
  }
  footer .footer_content .footer_content_nav .footer_content_nav_box .icon i {
    display: inline-block;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background-color: #ffffff;
    margin-right: 0.260417vw;
  }
  footer .footer_content .footer_content_nav .footer_content_nav_box .icon i:nth-child(1) {
    opacity: 0.3;
  }
  footer .footer_content .footer_content_nav .footer_content_nav_box .icon i:nth-child(2) {
    opacity: 0.3;
  }
  footer .footer_content .footer_content_nav .footer_content_nav_box .footer_content_nav_box_a {
    margin-top: 1.822916vw;
  }
  footer .footer_content .footer_content_nav .footer_content_nav_box .footer_content_nav_box_a a {
    display: block;
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 1.333333vw;
  }
  footer .footer_content .footer_content_businessCard {
    flex: auto;
  }
  footer .footer_content .footer_content_businessCard p {
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
  }
  footer .footer_content .footer_content_businessCard h2 {
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
    margin-bottom: 0.572917vw;
  }
  footer .footer_content .footer_content_businessCard ul li {
    display: flex;
    align-items: center;
    margin-bottom: 0.885416vw;
  }
  footer .footer_content .footer_content_businessCard ul li img {
    width: 1.666667vw;
    height: 1.666667vw;
    margin-right: 0.989583vw;
  }
  footer .footer_content .footer_content_businessCard ul li span {
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
  }
  footer .footer_content .footer_content_ewm {
    flex: 0 0 7.58333vw;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .footer_content .footer_content_ewm .ewm_box {
    flex: 1;
    margin-bottom: 0.666667vw;
  }
  footer .footer_content .footer_content_ewm .ewm_box h4 {
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
    margin-bottom: 0.3125vw;
  }
  footer .footer_bottom {
    display: flex;
    align-items: center;
    background-color: #224F92;
    padding: 2.708333vw 6.333333vw;
  }
  footer .footer_bottom .ba {
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
    margin-right: 5.989583vw;
  }
  footer .footer_bottom a {
    font-weight: 400;
    font-size: 1.333333vw;
    color: #FFFFFF;
    margin-right: 1.770833vw;
  }
  footer .footer_bottom .yqlj {
    font-size: 1.333333vw;
    line-height: 100% !important;
  }
  #menu_m {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9998;
    padding-top: 10vw;
  }
  #menu_m .menu_m_nav_list {
    border-bottom: 1px solid #efefef;
  }
  #menu_m .menu_m_nav_list .menu_m_nav_list_box .menu_m_nav_one_a {
    padding: 1vw 2vw;
    display: block;
    border-top: 1px solid #efefef;
    font-size: 2vw;
    position: relative;
  }
  #menu_m .menu_m_nav_list .menu_m_nav_list_box .menu_m_nav_one_a.on::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 2.6vw;
    transform: translateY(-50%);
    width: 2px;
    height: 1.6vw;
    background-color: #333333;
    opacity: 1;
    transition: all 0.4s;
  }
  #menu_m .menu_m_nav_list .menu_m_nav_list_box .menu_m_nav_one_a.on::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 2vw;
    transform: translateY(-50%);
    height: 2px;
    width: 1.6vw;
    background-color: #333333;
  }
  #menu_m .menu_m_nav_list .menu_m_nav_list_box .menu_m_nav_one_a.on.in::after {
    top: 70%;
    opacity: 0;
  }
  #menu_m .menu_m_nav_list .menu_m_nav_list_box .menu_m_nav_secondLevel {
    display: none;
  }
  #menu_m .menu_m_nav_list .menu_m_nav_list_box .menu_m_nav_secondLevel a {
    display: block;
    font-size: 1.666667vw;
    padding: 0.8vw 6vw;
    border-top: 1px solid #efefef;
  }
  #home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box .label span {
    font-size: 1.5vw;
  }
  #home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box .label i {
    font-size: 2.083333vw;
  }
  #home_swiper1 .swiper-wrapper .swiper-slide .home_swiper1_box p {
    font-size: 1.5vw;
  }
  .home_title .text {
    font-size: 1.333333vw;
  }
  .home_title .PlaceHopesOn span {
    font-size: 2.5vw;
  }
  .home_title .PlaceHopesOn::after {
    width: 6.25vw;
    height: 0.260416vw;
  }
  .home_about .center p {
    font-size: 1.333333vw;
  }
  .home_about .home_about_list {
    max-width: 100%;
    width: 100%;
    padding: 0 6.333333vw;
  }
  .home_about .home_about_list .home_about_list_box h2 {
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 3.333333vw;
    line-height: 150%;
    text-transform: uppercase;
    margin-bottom: 0.78125vw;
    color: #A0A0A0;
    transition: all 0.4s;
  }
  .home_about .home_about_list .home_about_list_box p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.25vw;
    color: #A0A0A0;
    transition: all 0.4s;
  }
  .home_about .home_about_list .home_about_list_box:hover h2,
  .home_about .home_about_list .home_about_list_box.on h2,
  .home_about .home_about_list .home_about_list_box:hover p,
  .home_about .home_about_list .home_about_list_box.on p {
    color: #1A5D9F;
  }
  .home_about .button {
    text-align: center;
    margin-bottom: 6.25vw;
  }
  .home_service .home_service_content .home_service_content_left {
    flex: 0 0 36.458333vw;
    padding-left: 5.5vw;
    position: relative;
  }
  .home_service .home_service_content .home_service_content_left .home_service_list {
    display: flex;
    flex-direction: column;
  }
  .home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .title {
    padding: 0.885417vw 0 1.041667vw;
    cursor: pointer;
  }
  .home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .title h4 {
    font-size: 1.666667vw;
  }
  .home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .title h5 {
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 1.5625vw;
    display: flex;
    align-items: center;
    color: #646464;
  }
  .home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .text p {
    font-size: 1.333333vw;
  }
  .home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .more a {
    font-size: 1.333333vw;
  }
  .home_service .home_service_content .home_service_content_left .home_service_list .home_service_list_box .box .more img {
    flex: 0 0 1.458333vw;
    width: 1.458333vw;
  }
  .home_service .home_service_content .home_service_content_left #home_service_title_bg {
    border-top: 7vw solid #1A5D9F;
  }
  .home_service .home_service_content .home_service_content_right {
    flex: auto;
  }
  .home_service .home_service_content .home_service_content_right .home_service_list_img {
    display: none;
  }
  .home_service .home_service_content .home_service_content_right .home_service_list_img.on {
    display: block;
  }
  .home_service .dashed_box li:nth-child(1) {
    top: 11.583333vw;
  }
  .home_service .dashed_box li:nth-child(2) {
    top: 21.479167vw;
  }
  .home_service .dashed_box li:nth-child(3) {
    top: 31.375vw;
  }
  .home_service .dashed_box li:nth-child(4) {
    top: 41.270833vw;
  }
  .home_service .dashed_box li:nth-child(5) {
    top: 51.166667vw;
  }
  .home_advantage .home_advantage_list .home_advantage_list_box:hover .box p {
    height: 5.333333vw;
  }
  .home_advantage .home_advantage_list .home_advantage_list_box .box h2 {
    font-size: 1.833333vw;
  }
  .home_advantage .home_advantage_list .home_advantage_list_box .box p {
    font-size: 1.5vw;
  }
  .home_service2 .home_service_content {
    max-width: 75vw;
    width: 100%;
    display: flex;
    margin: auto;
  }
  .home_service2 .home_service_content .home_service_content_left {
    flex: 0 46.354166vw;
  }
  .home_service2 .home_service_content .home_service_content_right .box h4 {
    font-size: 3.333333vw;
  }
  .home_service2 .home_service_content .home_service_content_right .box p {
    font-size: 1.333333vw;
  }
  .home_service2 .dashed_box li {
    opacity: 0.2;
    border-top: 1px dashed #181A1B;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  .home_service2 .dashed_box li:nth-child(1) {
    top: 6.479167vw;
  }
  .home_service2 .dashed_box li:nth-child(2) {
    top: 17.416667vw;
  }
  .home_service2 .dashed_box li:nth-child(3) {
    top: 28.354167vw;
  }
  .home_service2 .dashed_box li:nth-child(4) {
    top: 39.291667vw;
  }
  .home_service2 .dashed_box li:nth-child(5) {
    top: 50.229167vw;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide {
    position: relative;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #1BA5CB;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide:hover::after {
    opacity: 1;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide:hover .title {
    bottom: 12.333333vw;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide:hover .text {
    opacity: 1;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide .label {
    position: absolute;
    top: 1.041667vw;
    left: 0;
    padding: 0.260416vw 0.625vw 0.260416vw 1.458333vw;
    background: #8CBA54;
    z-index: 10;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide .label span {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.25vw;
    color: #FFFFFF;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide .title p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.25vw;
    color: #FFFFFF;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide .title h2 {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 1.666667vw;
    line-height: 1.5625vw;
    color: #FFFFFF;
    margin-top: 1.041667vw;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide .text p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.25vw;
    color: #FFFFFF;
    margin-bottom: 2.083333vw;
  }
  .home_information .home_information_content #home_swiper2 .swiper-slide .text .aa {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.25vw;
    color: #FFFFFF;
  }
  .home_information .button {
    text-align: center;
    margin: 3.125vw 0 6.25vw;
  }
  .about_nav {
    top: 10vw;
  }
  .about_nav a {
    font-size: 1.5vw;
    line-height: 5.125vw !important;
  }
  .ablut_title {
    font-size: 2.5vw;
  }
  .briefIntroduction .briefIntroduction_text {
    max-width: 65.958333vw;
    margin: 0 auto;
  }
  .briefIntroduction .briefIntroduction_text p {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.25vw;
    text-align: center;
    color: #646464;
    margin-bottom: 1.5625vw;
  }
  .briefIntroduction .briefIntroduction_text p:nth-last-child(1) {
    margin-bottom: 0.78125vw;
  }
  .culture {
    overflow: hidden;
  }
  .culture .culture_content {
    max-width: 75vw;
    margin: 0 auto 6.25vw;
    position: relative;
  }
  .culture .culture_content #about_swiper1 .swiper-slide {
    position: relative;
  }
  .culture .culture_content #about_swiper1 .swiper-slide:hover::after {
    height: 100%;
  }
  .culture .culture_content #about_swiper1 .swiper-slide:hover .box {
    top: 8.239583vw;
  }
  .culture .culture_content #about_swiper1 .swiper-slide:hover .box ul {
    opacity: 1;
  }
  .culture .culture_content #about_swiper1 .swiper-slide .box {
    top: 11.604166vw;
  }
  .culture .culture_content #about_swiper1 .swiper-slide .box h2 {
    font-size: 1.833333vw;
  }
  .culture .culture_content #about_swiper1 .swiper-slide .box .text {
    font-size: 1.5vw;
  }
  .culture .culture_content #about_swiper1 .swiper-slide .box ul li {
    font-size: 1.5vw;
    line-height: 2 !important;
  }
  .trajectory .trajectory_content {
    max-width: 100%;
    width: 100%;
    padding: 0 6.333333vw;
  }
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box img {
    width: 2.083333vw;
    height: 2.083333vw;
  }
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box {
    margin-top: 1.041667vw;
    padding: 1.041667vw 1.197916vw;
    background: #FAFAFA;
    border-radius: 0.3125vw;
    height: 19.020833vw;
    width: 100%;
    transition: all 0.4s;
  }
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box .time {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 1.5vw;
    line-height: 1.5625vw;
    color: #181A1B;
    margin-bottom: 0.520833vw;
  }
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box .title {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 600;
    font-size: 1.833333vw;
    line-height: 140%;
    color: #181A1B;
    margin-bottom: 0.78125vw;
  }
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box .box .text {
    font-family: 'PingFang SC';
    font-style: normal;
    font-weight: 400;
    font-size: 1.333333vw;
    line-height: 1.25vw;
    color: #646464;
  }
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box {
    background: linear-gradient(91.96deg, #1a5d9f 0.5%, #0961b7 30.27%, #489aea 99.21%);
    box-shadow: 0px 1.041667vw 1.5625vw rgba(15, 36, 57, 0.24);
    border-radius: 0.3125vw;
  }
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box .time,
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box .title,
  .trajectory .trajectory_content .rajectory_ul .rajectory_li .rajectory_list_box:hover .box .text {
    color: #ffffff;
  }
  .trajectory .dashed_box li {
    opacity: 0.2;
    border-top: 1px dashed #181A1B;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
  }
  .trajectory .dashed_box li:nth-child(1) {
    top: 4.479166vw;
  }
  .trajectory .dashed_box li:nth-child(2) {
    top: 15.254166vw;
  }
  .trajectory .dashed_box li:nth-child(3) {
    top: 28.229167vw;
  }
  .trajectory .dashed_box li:nth-child(4) {
    top: 40.104166vw;
  }
  .trajectory .dashed_box li:nth-child(5) {
    top: 52.104166vw;
  }
  .trajectory .dashed_box li:nth-child(6) {
    top: 51.354166vw;
  }
  .service .service_content h2 {
    font-size: 2.5vw;
  }
  .service .service_content h4 {
    font-size: 1.5vw;
  }
  .service .service_content p {
    max-width: 75vw;
    font-size: 1.333333vw;
  }
  .information .information_content .information_list .information_list_box .box h2 {
    font-size: 1.5vw;
    color: #333;
    font-family: 'Arial';
    position: relative;
    padding-bottom: 0.625vw;
    margin-bottom: 1.333333vw;
  }
  .information .information_content .information_list .information_list_box .box h2::after {
    content: '';
    width: 2.9166667vw;
    height: 1px;
    background: #699cff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease;
  }
  .information .information_content .information_list .information_list_box .box p {
    font-size: 1.333333vw;
    color: #666;
    line-height: 1.458333vw;
    font-weight: 100;
  }
  .feedback .form_content {
    max-width: 52.666667vw;
    margin: 0 auto 6.25vw;
  }
  .feedback .form_content p {
    font-size: 0.833333vw;
    color: #111111;
    margin-bottom: 1.770833vw;
  }
  .feedback .form_content form {
    margin: 0 -0.520833vw;
    overflow: hidden;
  }
  .feedback .form_content form .form_item12,
  .feedback .form_content form .form_item6 {
    float: left;
    padding: 0 0.520833vw;
    margin-bottom: 1.041667vw;
  }
  .feedback .form_content form .form_item12 input,
  .feedback .form_content form .form_item6 input {
    width: 100%;
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 0.104166vw;
    height: 4.291666vw;
    background: #fff;
    padding: 0 1.333333vw;
    font-size: 1.333333vw;
    color: #333;
  }
  .feedback .form_content form .form_item12 textarea,
  .feedback .form_content form .form_item6 textarea {
    width: 100%;
    display: block;
    border: 1px solid #d0d0d0;
    border-radius: 0.104166vw;
    height: 10.15625vw;
    background: #fff;
    padding: 1.333333vw;
    font-size: 1.333333vw;
    color: #333;
  }
  .feedback .form_content form .form_item6 {
    width: 50%;
  }
  .feedback .form_content form .form_item12 {
    width: 100%;
  }
  .news_content .p1 {
    max-width: 75vw;
    margin: 0 auto;
    display: flex;
    padding: 3.645833vw 0 3.385417vw;
  }
  .news_content .p1 .p1_1 {
    flex: 0 0 42.8%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
  }
  .news_content .p1 .p1_1:hover img {
    transform: scale(1.1, 1.1);
  }
  .news_content .p1 .p1_1::after {
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #003a5d, transparent);
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .news_content .p1 .p1_1 img {
    transition: all .8s ease 0s;
  }
  .news_content .p1 .p1_1 h2 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    right: 5%;
    font-size: 1.354166vw;
    max-height: 4.166667vw;
    overflow: hidden;
    z-index: 10;
    line-height: 2.083333vw;
    color: #ffffff;
  }
  .news_content .p1 .p1_2 {
    flex: 0 0 23.9%;
    margin-right: 2%;
    border: 0.104166vw solid #62B0E3;
    padding: 1.822916vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news_content .p1 .p1_2 .time {
    font-size: 1.1666667vw;
    margin-bottom: 0.520833vw;
  }
  .news_content .p1 .p1_2 .t {
    font-size: 1.333333vw;
    line-height: 1.354166vw;
    overflow-y: hidden;
  }
  .news_content .p1 .p1_3 {
    flex: auto;
    display: flex;
    flex-direction: column;
  }
  .news_content .p1 .p1_3 .p1_3_1 {
    flex: 1;
    border: 0.104166vw solid #62B0E3;
    padding: 1.822916vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news_content .p1 .p1_3 .p1_3_1:nth-child(1) {
    margin-bottom: 0.520833vw;
  }
  .news_content .p1 .p1_3 .p1_3_1 .time {
    font-size: 1.1666667vw;
    margin-bottom: 0.520833vw;
  }
  .news_content .p1 .p1_3 .p1_3_1 .t {
    font-size: 1.333333vw;
    line-height: 1.354166vw;
    overflow-y: hidden;
  }
  .news_content .p1 .p1_3 .p1_3_1 .list_tool {
    display: flex;
    align-items: center;
    font-size: 1.1666667vw;
    color: #c9c9c9;
    padding: 0.520833vw 0px;
  }
  .news_content .p2 {
    max-width: 75vw;
    margin: 0 auto;
    padding: 3.645833vw 0 3.385417vw;
  }
  .news_content .p2 .news_list .news_list_box {
    display: flex;
    align-items: flex-start;
  }
  .news_content .p2 .news_list .news_list_box .list_time {
    flex: 0 0 4.6875vw;
    height: 4.6875vw;
    background: #003a5d;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.833333vw;
    line-height: 1.6;
    margin-right: 2.604166vw;
    margin-top: 2.083333vw;
    transition: all .8s ease 0s;
  }
  .news_content .p2 .news_list .news_list_box .list_time .list_time_year {
    font-size: 1.25vw;
    line-height: 1;
  }
  .news_content .p2 .news_list .news_list_box .list_time .list_time_day {
    display: block;
    font-size: 1.041667vw;
    font-family: helvetica;
  }
  .news_content .p2 .news_list .news_list_box .right {
    flex: auto;
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding: 2.083333vw 0;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_c {
    flex: auto;
    margin-right: 2.083333vw;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_c .list_title {
    font-size: 1.666667vw;
    color: #333333;
    font-weight: normal;
    display: block;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_c .list_tool {
    font-size: 1.1666667vw;
    color: #c9c9c9;
    padding: 0.520833vw 0px;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_c .list_tool span {
    display: inline-block;
    vertical-align: middle;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_c .list_tool a {
    cursor: pointer;
    margin: 0 1.041667vw;
    font-size: 1.1666667vw;
    color: #c9c9c9;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_c .list_p {
    font-size: 1.1666667vw;
    color: #464646;
    line-height: 1.6;
    height: 2.916666vw;
    overflow: hidden;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_r {
    flex: 0 0 10.416667vw;
  }
  .news_content .p2 .news_list .news_list_box .right .bd_r img {
    height: auto;
    transition: all .8s ease 0s;
  }
  .news_content .p2 .news_list .news_list_box:hover .list_time {
    background: #62B0E3;
  }
  .news_content .p2 .news_list .news_list_box:hover .right .bd_r img {
    transform: scale(1.1, 1.1);
  }
  .news_content .fix {
    display: flex;
    justify-content: space-between;
  }
  .news_content .pt_page {
    font-size: 0;
    margin-top: 2.604166vw;
  }
  .news_content .pt_page a,
  .news_content .pt_page span {
    line-height: 3.020833vw !important;
    color: #666;
    background-color: #dde3e8;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0 1.5625vw;
    font-size: 1.1666667vw;
    margin: 0;
  }
  .news_content .pt_page a:hover,
  .news_content .pt_page span.current {
    color: #fff;
    background-color: #003a5d;
  }
  .news_content .list_tool {
    display: flex;
    align-items: center;
    padding: 0.520833vw 0px;
  }
  .news_content .list_tool a,
  .news_content .list_tool span {
    font-size: 1.1666667vw;
    color: #c9c9c9;
    display: inline-block;
  }
  .news_content .list_tool .list_tool_box {
    display: flex;
    align-items: center;
    margin-right: 0.520833vw;
  }
  .news_content .list_tool img {
    display: inline-block;
    width: 1.18125vw;
    margin-right: 0.260416vw;
  }
  .news_detail {
    background: #f0f0f0;
    padding: 1.5625vw 0px;
  }
  .news_detail .wrap {
    width: 75vw;
    margin-right: auto;
    margin-left: auto;
    display: flex;
  }
  .news_detail .wrap .detail_l {
    flex: 0 0 70%;
    margin-right: 1.041667vw;
    background: #fff;
    padding: 8% 6%;
  }
  .news_detail .wrap .detail_l .news_title {
    font-size: 1.5vw;
    color: #000;
    margin-bottom: 0.520833vw;
  }
  .news_detail .wrap .detail_l .l_tools {
    margin-bottom: 2.083333vw;
    line-height: 1.041667vw;
  }
  .news_detail .wrap .detail_l .l_tools span {
    display: inline-block;
    font-size: 1.1666667vw;
    color: #5a5a5a;
    margin-right: 1.041667vw;
  }
  .news_detail .wrap .detail_r {
    flex: auto;
  }
  .news_detail .wrap .detail_r .arr_box {
    background: #fff;
    padding: 8%;
    margin-bottom: 1.1666667vw;
    color: #666;
    display: block;
  }
  .news_detail .wrap .detail_r .arr_box:hover {
    color: #fff;
    background: #003a5d;
  }
  .news_detail .wrap .detail_r .arr_box:hover .arr_title {
    color: #ffffff;
  }
  .news_detail .wrap .detail_r .arr_box .arr_title {
    font-size: 1.1666667vw;
    color: #000;
    margin-bottom: 0.520833vw;
  }
  .news_detail .wrap .detail_r .arr_box .arr_news_title {
    font-size: 1.1666667vw;
    font-weight: normal;
  }
  .news_detail .wrap .detail_r .arr_box .arr_time {
    font-size: 1.1666667vw;
    padding-top: 0.3125vw;
    display: block;
  }
  .news_detail .wrap .detail_r .share_box {
    background: #fff;
    padding: 8%;
  }
  .news_detail .wrap .detail_r .share_title {
    font-size: 1.1666667vw;
    color: #000;
    margin-bottom: 0.520833vw;
  }
  .news_detail .wrap .detail_r .black_list {
    width: 100%;
    height: 3.1875vw;
    line-height: 3.1875vw;
    background: #003a5d;
    text-align: center;
    font-size: 1.1666667vw;
    color: #fff;
    display: block;
  }
  .news_detail .wrap .detail_r .newdetail_share {
    padding: 0.520833vw 0px;
    position: relative;
  }
  .news_detail .wrap .detail_r .newdetail_share a {
    width: 2.083333vw;
    height: 2.083333vw;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border: 1px solid #999;
    line-height: 2.083333vw;
    border-radius: 50%;
    background: none;
    padding: 0;
    margin: 0;
    margin-right: 0.520833vw;
    font-size: 1.041667vw;
    color: #999;
    position: relative;
  }
  .news_detail .wrap .detail_r .newdetail_share a img {
    width: 70%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .news_detail .wrap .detail_r .newdetail_share a:nth-child(1):hover ~ .ewm {
    display: block;
  }
  .news_detail .wrap .detail_r .newdetail_share .ewm {
    position: absolute;
    top: -5.208333vw;
    left: -1.5625vw;
    width: 5.208333vw;
    height: 5.208333vw;
    display: none;
  }
  .application .application_list {
    max-width: 75vw;
    margin: 0 auto 4.947916vw;
  }
  .application .application_list .application_list_box {
    display: flex;
    background-color: #ffffff;
    margin-bottom: 1.302083vw;
    box-shadow: 0px 0px 2.083333vw rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }
  .application .application_list .application_list_box .left {
    padding: 3.125vw 6.510417vw 3.125vw 3.125vw;
    flex: 0 0 39.0625vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .application .application_list .application_list_box .left h2 {
    font-weight: 600;
    font-size: 1.666667vw;
    line-height: 140%;
    color: #181A1B;
    padding-bottom: 0.885417vw;
    margin-bottom: 1.041667vw;
    position: relative;
  }
  .application .application_list .application_list_box .left h2::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.208333vw;
    width: 4.166667vw;
    background-color: #8CBA54;
  }
  .application .application_list .application_list_box .left .text p {
    font-weight: 400;
    font-size: 1.1666667vw;
    line-height: 1.25vw;
    color: #646464;
  }
  .application .application_list .application_list_box .left .zx {
    width: max-content;
    height: auto;
    padding: 0.78125vw 2.239583vw;
    display: flex;
    font-weight: 400;
    font-size: 1.1666667vw;
    color: #FFFFFF;
    background: #1A5D9F;
    border-radius: 6.5625vw;
    transition: all 0.4s;
    text-align: center;
    margin-top: 1vw;
  }
  .application .application_list .application_list_box .left .zx:hover {
    background-color: #8CBA54;
  }
  .application .application_list .application_list_box .right {
    flex: auto;
    padding: 1.041667vw;
  }
  .application .application_list .application_list_box .right img {
    transition: all 2s;
  }
  .application .application_list .application_list_box:hover .right img {
    transform: scale(1.1);
  }
  .programme_service .programme_service_content {
    max-width: 75vw;
    margin: 0 auto 5.208333vw;
  }
  .programme_service .programme_service_content .programme_service_list {
    overflow: hidden;
    margin: 0 -1.25vw;
  }
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box {
    width: 33.333%;
    padding: 0 1.25vw;
    float: left;
    margin-bottom: 1.822916vw;
  }
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box .box {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 9.114583vw;
    box-shadow: 0px 1.041667vw 2.083333vw rgba(0, 0, 0, 0.08);
    border-radius: 0.3125vw;
    position: relative;
  }
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box .box::after {
    content: '';
    position: absolute;
    background: linear-gradient(91.28deg, #7fad47 0.41%, #98cc59 39.48%, #abec5c 99.61%);
    opacity: 0;
    transition: all 0.4s;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box .box:hover::after {
    opacity: 1;
  }
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box .box:hover h2,
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box .box:hover p {
    color: #ffffff;
  }
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box .box h2 {
    margin-bottom: 0.78125vw;
    font-family: 'Gotham';
    font-style: normal;
    font-weight: 700;
    font-size: 2.5vw;
    line-height: 120%;
    color: #1A5D9F;
    z-index: 10;
    transition: all 0.4s;
  }
  .programme_service .programme_service_content .programme_service_list .programme_service_list_box .box p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.041667vw;
    line-height: 1.5625vw;
    text-align: center;
    color: #1A5D9F;
    z-index: 10;
    transition: all 0.4s;
  }
}
