@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1024px) {
  .wrap_box {
    font-size: 0.24rem;
  }
  img {
    width: 100%;
  }
  .mar_t10 {
    margin-top: 0.1rem;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .p_w100 {
    width: 100%;
  }
  .p_col {
    flex-direction: column;
  }
  .p_re_col {
    flex-direction: column-reverse;
  }
  .f22,
  .f24 {
    font-size: 0.28rem;
  }
  .f18,
  .f20 {
    font-size: 0.26rem;
  }
  .p_header {
    height: 1.1rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: #fff;
  }
  .p_header .content {
    height: 100%;
  }
  .srch {
    width: 100%;
    height: 0.88rem;
    margin: 0.5rem auto;
    -webkit-appearance: none;
    background: #fff;
    border-radius: 0.1rem;
    overflow: hidden;
    color: #fff;
    padding: 0 0.45rem;
  }
  .srch_txt {
    width: 4.15rem;
    border: none;
    color: #333;
    background: none;
    -webkit-appearance: none;
    padding: 0 0.1rem;
    line-height: 0.88rem;
  }
  .srch_txt::-webkit-input-placeholder {
    color: #8791a2;
  }
  .srch_sub {
    width: 0.34rem;
    height: 0.34rem;
    border: none;
    background: url(../images/ss1.png) no-repeat;
    background-size: 0.34rem;
  }
  .menu_btn {
    width: 0.6rem;
    height: 0.41rem;
  }
  .menu_box {
    background: #2c7cc5;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999;
    position: fixed;
    padding: 0.2rem 0.3rem 0;
    display: none;
  }
  .menu_list {
    color: #fff;
    height: 12rem;
    overflow-y: auto;
  }
  .menu_list li {
    font-size: 0.3rem;
    padding-left: 0.36rem;
    line-height: 3;
  }
  .menu_list li h3 {
    font-size: 0.3rem;
  }
  .menu_close {
    font-size: 0.6rem;
    color: #fff;
  }
  .sub_menu {
    font-size: 0.26rem;
    display: none;
  }
  .sub_menu a {
    display: block;
    position: relative;
    padding-left: 0.4rem;
  }
  .sub_menu a::after {
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .banner img {
    height: 6rem;
    object-fit: cover;
  }
  .tit p::after,
  .tit p::before {
    width: 0.8rem;
    margin: 0 0.3rem;
  }
  .room_list {
    justify-content: space-between;
  }
  .room_list li {
    width: 3.4rem;
    margin-right: 0;
    padding: 0 0.2rem;
  }
  .room_list li p {
    font-size: 0.2rem;
  }
  .room_list_pic {
    margin-right: 0.1rem;
  }
  .more {
    width: 2.4rem;
  }
  .about_box {
    height: auto;
    padding-bottom: 0.6rem;
  }
  .about_pic {
    position: static;
  }
  .expert_pic {
    height: 4.72rem;
  }
  .news_con {
    height: 2.5rem;
  }
  .news_con .f20 {
    height: 0.64rem;
  }
  .news_con .gray6 {
    line-height: 0.32rem;
    height: 0.64rem;
  }
  .service_list {
    flex-wrap: wrap;
  }
  .service_list li {
    width: 50%;
    height: 5.18rem;
  }
  .service_list li:hover .service_con {
    background: linear-gradient(transparent, rgba(0, 54, 106, 0.9));
    height: auto;
  }
  .service_list li:hover .service_con h2 {
    text-align: center;
  }
  .service_list li:hover .service_con h2::before,
  .service_list li:hover .service_con h2::after {
    display: inline-block;
  }
  .service_list li:hover .service_con > div,
  .service_list li:hover .service_con h3 {
    display: none;
  }
  .service_list li:hover .service_con span {
    display: none;
  }
  .message_box {
    padding: 0.3rem 0.3rem;
  }
  .message {
    margin: 0.3rem 0 0;
  }
  .footer_bg {
    background-size: auto;
  }
  .footer_bg > .content {
    align-items: center;
    text-align: center;
  }
  .footer_contact {
    margin: 0.5rem 0 0;
  }
  .code_list {
    width: 4rem;
  }
  .code_list li {
    width: 1.5rem;
  }
  .code_list li img {
    height: 1.5rem;
  }
  .m_banner img {
    height: 5rem;
    object-fit: cover;
  }
  .m_about_pic .swiper-button-prev {
    left: 0.2rem;
  }
  .m_about_pic .swiper-button-next {
    right: 0.2rem;
  }
  .leader .swiper {
    height: 12rem;
  }
  .leader li {
    height: 5.28rem;
  }
  .leader_pic img {
    height: 5.28rem;
  }
  .year .swiper {
    width: 5rem;
    height: auto;
  }
  .year li {
    font-size: 0.5rem;
    text-align: left;
  }
  .year .year_btn {
    height: auto;
    position: static;
  }
  .year .swiper-button-prev,
  .year .swiper-button-next {
    position: absolute;
    top: -26%;
  }
  .year .swiper-button-prev::after,
  .year .swiper-button-next::after {
    transform: rotate(0);
  }
  .year .swiper-button-prev {
    left: 0.1rem;
  }
  .year .swiper-button-next {
    right: 0.1rem;
  }
  .develop_list_box {
    margin: 0.5rem 0 0;
  }
  .develop_list {
    padding-right: 0.3rem;
  }
  .develop_list li {
    flex-direction: column;
  }
  .develop_pic {
    width: 100%;
    height: auto;
  }
  .develop_txt {
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .video_con {
    width: 100%;
    height: calc(7.5rem/16*9);
  }
  .video_close {
    right: 0.3rem;
    font-size: 0.5rem;
    top: 0.2rem;
  }
  .xuanchuan_right {
    margin: 0.3rem 0 0;
  }
  .xuanchuan_right li {
    flex-direction: column;
  }
  .xuanchuan_pic {
    width: 100%;
    height: 5.6rem;
  }
  .xuanchuan_con {
    width: 100%;
    padding: 0.3rem 0.3rem;
  }
  .m_news {
    justify-content: space-between;
  }
  .m_news li {
    width: 3.4rem;
    margin-right: 0;
  }
  .m_news li .news_pic {
    height: 2.6rem;
  }
  .m_room_xx_tit {
    background-size: 4rem 1rem;
  }
  .m_expert li {
    width: 100%;
  }
  .m_expert_con {
    width: 3.2rem;
    padding: 0.3rem 0.3rem 0 0;
  }
  .m_expert_list {
    justify-content: space-between;
  }
  .m_expert_list li {
    width: 3.4rem;
    margin-right: 0;
  }
  .traffic_box {
    padding: 0 0.3rem 0.5rem;
  }
  .m_map {
    margin: 0.5rem 0 0;
  }
  .m_service_list li {
    width: 33.33%;
    margin: 0 0 0.2rem;
  }
  .m_service_list li .service_con {
    padding: 1.5rem 0 0.4rem;
  }
  .m_service_list li .service_con .f34 {
    font-size: 0.3rem;
  }
  .cont_map {
    height: 12.5rem;
  }
  .m_contact {
    width: 6.5rem;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: auto;
    padding: 0.3rem 0.2rem;
    top: auto;
    bottom: 0.5rem;
  }
  .m_mes li {
    width: 100%;
    height: 1rem;
  }
  .yzm_input {
    width: 4.9rem !important;
  }
  .yzm {
    height: 1rem !important;
  }
  .box_con {
    margin: 0.4rem 0 0;
  }
  .xx_tit {
    font-size: 0.3rem;
  }
  .xx {
    width: 100%;
    padding: 0.4rem 0;
    min-height: 5rem;
  }
  .nextpage a {
    width: 100%;
  }
  .xx_time {
    padding: 0.3rem 0;
  }
}
@media only screen and (max-width: 750px) {
  .content,
  .main {
    width: 7.02rem;
  }
}
