@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1680px) {
  .develop .swiper-button-prev {
    left: 0;
  }
  .develop .swiper-button-next {
    right: 0;
  }
}
@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% !important;
  }
  .p_col {
    flex-direction: column;
  }
  .p_re_col {
    flex-direction: column-reverse;
  }
  .f22,
  .f24 {
    font-size: 0.28rem;
  }
  .f18,
  .f20,
  .f21 {
    font-size: 0.26rem;
  }
  .f14 {
    font-size: 0.24rem;
  }
  .p_header {
    height: 1.1rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .p_header .content {
    height: 100%;
  }
  .p_header.ding {
    top: 1rem;
  }
  .p_header.on {
    background: #fff;
  }
  .p_header.on .logo img:first-child,
  .p_header.on .menu_btn img:first-child,
  .p_header.on .ss_btn img:first-child {
    opacity: 0;
  }
  .p_header.on .logo img:last-child,
  .p_header.on .menu_btn img:last-child,
  .p_header.on .ss_btn img:last-child {
    opacity: 1;
  }
  .top_bg {
    height: 1rem;
  }
  .link a {
    margin-left: 0.3rem;
  }
  .logo {
    width: 2rem;
    height: 0.65rem;
  }
  .ss_btn {
    width: 0.5rem;
    height: 0.51rem;
    margin-right: 0.4rem;
  }
  .menu_btn {
    width: 0.6rem;
    height: 0.41rem;
  }
  .menu_btn img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .menu_btn img:last-child {
    opacity: 0;
  }
  .menu_box {
    background: rgba(0, 0, 0, 0.8);
    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: 10rem;
    overflow-y: auto;
  }
  .menu_list li {
    font-size: 0.3rem;
    padding-left: 0.36rem;
    line-height: 3;
  }
  .menu_list li h3 {
    font-size: 0.36rem;
  }
  .menu_close {
    font-size: 0.6rem;
    color: #fff;
  }
  .sub_menu {
    font-size: 0.3rem;
    color: #aaa;
    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 {
    object-fit: cover;
  }
  .pro_bg {
    background: url(../images/pro_bg.jpg) no-repeat center top;
    background-size: auto;
  }
  .pro_con_txt {
    line-height: 0.4rem;
    height: auto;
    margin-bottom: 0.2rem;
    overflow: hidden;
  }
  .pro_pic {
    margin: 0.2rem 0 0;
  }
  .pro_pic li {
    width: 2.73rem !important;
    height: 4.1rem;
  }
  .pro_pic li.on {
    width: 2.87rem !important;
    height: 4.3rem;
  }
  .pro_btn .swiper-pagination {
    width: 3.6rem;
  }
  .health_bg {
    background: url(../images/health_bg.jpg) no-repeat center top;
    background-size: auto;
  }
  .jiazhi_bg {
    background: url(../images/jiazhi_bg.jpg) no-repeat center top;
    background-size: auto;
  }
  .jiazhi_box {
    justify-content: center;
    flex-direction: column-reverse;
  }
  .jiazhi_list li {
    width: 3.4rem;
    height: 3rem;
    padding: 0.3rem 0.35rem 0;
  }
  .jiazhi_list li:nth-child(2),
  .jiazhi_list li:nth-child(3) {
    width: 3.4rem;
    height: 3rem;
  }
  .jiazhi_con {
    text-align: left;
    margin: 0 0 0.5rem;
  }
  .jiazhi_con h2::before {
    margin-right: auto;
    margin-left: 0;
  }
  .service_bg {
    background: url(../images/service_bg.jpg) no-repeat center top;
    background-size: auto;
  }
  .service_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .service_list li {
    width: 3.4rem;
    margin-right: 0;
  }
  .service_list li.current {
    width: 3.4rem;
  }
  .service_con2 {
    height: 2.5rem;
    padding: 0 0.2rem;
  }
  .message_bg {
    background: url(../images/message_bg.jpg) no-repeat center top;
    background-size: auto;
  }
  .mes_box {
    flex-wrap: wrap;
  }
  .mes_txt {
    width: 100%;
    padding-top: 0.5rem;
  }
  .footer_bg {
    height: 9rem !important;
  }
  .footer {
    height: 6rem;
  }
  .code_list {
    margin: 0.5rem 0 0;
    justify-content: center;
  }
  .code_list li {
    margin: 0 0.2rem;
  }
  .copyright .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .share_list {
    position: static;
    margin: 0.2rem 0 0;
  }
  .m_banner img {
    height: 5rem;
    object-fit: cover;
  }
  .fangan1_txt {
    padding: 20px 0;
  }
  .fangan1_list {
    justify-content: space-between;
  }
  .fangan1_list li {
    width: 3.4rem;
    margin-right: 0;
    padding: 0.2rem 0.3rem;
  }
  .fangan2_list {
    justify-content: space-between;
  }
  .fangan2_list li {
    width: 3.4rem;
    margin-right: 0;
    min-height: 5rem;
  }
  .fangan3_con {
    padding: 0.3rem;
  }
  .fangan4_box {
    margin: 0;
    position: static;
  }
  .fangan4_list {
    justify-content: space-between;
    margin-top: -1rem;
  }
  .fangan4_list li {
    width: 3.4rem;
    margin: 0 0 0.3rem 0;
  }
  .fangan4_list li:nth-child(2) {
    margin-top: 0;
  }
  .fangan4_list li:nth-child(5) {
    margin-top: 0;
  }
  .fangan4_pic {
    position: static;
    width: 100%;
    height: auto;
    margin-top: -1rem;
  }
  .fangan5_list li {
    width: 50%;
    padding: 0.5rem 0.3rem;
  }
  .fangan6_list {
    justify-content: space-between;
  }
  .fangan6_list li {
    width: 3.4rem;
    min-height: 4.5rem;
    margin-right: 0;
    padding: 0.3rem;
  }
  .fangan6_list li img {
    height: 2.8rem;
  }
  .fangan7 {
    padding: 0.5rem 0.3rem;
  }
  .fangan8_list {
    justify-content: space-between;
  }
  .fangan8_list li {
    width: 3.4rem;
    margin-right: 0;
    padding: 0.2rem 0.35rem 0.4rem;
  }
  .fangan9_medie {
    margin: 0.5rem 0 0;
  }
  .fangan11_list {
    justify-content: space-between;
  }
  .fangan11_list li {
    width: 3.4rem;
    min-height: 4rem;
    margin-right: 0;
    padding: 0.25rem;
  }
  .fangan12_list {
    justify-content: space-between;
  }
  .fangan12_list li {
    width: 3.4rem;
    margin-right: 0;
    min-height: 4rem;
  }
  .fangan14_tit img {
    width: 35%;
  }
  .fangan14_list li {
    width: 33.33333333%;
    height: 2.34rem;
  }
  .m_about_num li {
    width: 50%;
    margin-bottom: 0.2rem;
  }
  .m_brand_bg {
    background-size: auto;
    padding: 0.3rem 0 1rem;
  }
  .m_brand {
    padding: 0.6rem 0 0;
    justify-content: space-between;
  }
  .m_brand li {
    width: 3.4rem;
    margin-right: 0;
    min-height: 3.4rem;
  }
  .cuture li {
    width: 100%;
  }
  .develop_bg {
    padding-bottom: 1rem;
  }
  .develop_box {
    padding: 0;
  }
  .develop_box::after {
    top: 0.4rem;
    height: 1px;
  }
  .develop li {
    text-align: center;
    background: url(../images/deve1.png) no-repeat center top;
    background-size: 0.16rem 0.31rem;
  }
  .develop li.swiper-slide-active {
    background: url(../images/deve2.png) no-repeat center top;
    background-size: 0.16rem 0.31rem;
  }
  .develop li.swiper-slide-active h3 {
    color: #035db4;
  }
  .develop .swiper-button-prev,
  .develop .swiper-button-next {
    width: 0.6rem;
    height: 0.6rem;
  }
  .develop .swiper-button-prev::after,
  .develop .swiper-button-next::after {
    font-size: 0.2rem;
  }
  .honor_list_pic {
    height: 4.7rem;
  }
  .contribution_bg {
    padding-bottom: 1.2rem;
  }
  .contribution_list li {
    height: 4.62rem;
  }
  .contribution_con {
    padding: 0.3rem 0;
  }
  .m_case {
    justify-content: space-between;
  }
  .m_case li {
    width: 3.4rem;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  .m_news li {
    padding: 0.3rem 0.2rem;
  }
  .m_news_pic {
    width: 2.1rem;
    height: 1.73rem;
  }
  .m_news_con {
    width: 3rem;
  }
  .m_news_more {
    width: 2rem;
    height: 0.5rem;
    margin: 0.2rem 0 0;
  }
  .m_pro {
    justify-content: space-between;
    padding: 0.3rem 0;
  }
  .m_pro li {
    width: 3.4rem;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .m_pro_pic {
    height: 3.4rem;
  }
  .m_pro_con {
    height: 0.9rem;
  }
  .big_pro li img {
    height: 7.02rem;
  }
  .small_pro {
    width: 5.6rem;
  }
  .small_pro li img {
    height: 2.7rem;
  }
  .m_pro_show_left .swiper-button-prev,
  .m_pro_show_left .swiper-button-next {
    width: 0.5rem;
    height: 2rem;
  }
  .m_pro_show_tit {
    line-height: 1rem;
    margin: 0.5rem 0;
  }
  .nextpage > div img {
    width: 0.22rem;
    height: 0.22rem;
  }
  .news_show_box {
    padding: 0.7rem 0.3rem;
  }
  .five_list li:nth-child(even) {
    flex-direction: column;
  }
  .five_list_con {
    margin: 0.3rem 0 0;
  }
  .five_list_con h2 {
    font-size: 0.74rem;
    margin: 0;
  }
  .five_list_con h4 {
    margin-top: -0.5rem;
  }
  .youshi_pic {
    margin-bottom: 0.5rem;
  }
  .youshi_pic::after {
    display: none;
  }
  .join_list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .join_list li {
    width: 3.4rem;
    margin-right: 0;
  }
  .four_bg {
    background-size: auto 100%;
  }
  .liucheng_list li:nth-child(even) .content {
    flex-direction: column;
  }
  .tips {
    padding: 0.2rem 0;
  }
  .liucheng_pic {
    margin: 0.5rem 0 0;
  }
  .liucheng_con h2 {
    font-size: 0.84rem;
  }
  .liucheng_con h4 {
    margin-top: -0.6rem;
  }
  .fangan_type {
    justify-content: space-between;
  }
  .fangan_type li {
    width: 3.4rem;
    margin-right: 0;
  }
  .fangan_type li img {
    height: 4.26rem;
  }
  .dingzhi_type li img {
    height: 3rem;
  }
}
@media only screen and (max-width: 768px) {
  .content {
    width: 7.02rem;
  }
}
