@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 1200px) {
  .content,
  .main {
    width: 92%;
  }
}
@media only screen and (max-width: 1024px) {
  .wrap_box {
    font-size: 0.24rem;
  }
  img {
    width: 100%;
  }
  .mar_t10 {
    margin-top: 0.1rem;
  }
  .content,
  .main {
    width: 6.9rem;
  }
  .pc {
    display: none;
  }
  .phone {
    display: block;
  }
  .p_w100 {
    width: 100%;
  }
  .p_col {
    flex-direction: column;
  }
  .p_header {
    height: 1.1rem;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.2);
    z-index: 99;
  }
  .p_header .content {
    height: 100%;
  }
  .m_p_header {
    position: fixed;
    background: #fff;
  }
  .p_logo {
    width: 2.2rem;
  }
  .srch {
    width: 100%;
    height: 0.88rem;
    margin: 0.5rem auto;
    -webkit-appearance: none;
    background: #f4f4f4;
    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/ss.png) no-repeat;
    background-size: 0.34rem;
    margin: 0.3rem 0 0;
  }
  .menu_btn {
    width: 0.48rem;
    height: 0.36rem;
  }
  .menu_box {
    background: #fff;
    background-size: 100%;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 999999;
    position: fixed;
    padding: 0.2rem 0.5rem 0;
    display: none;
  }
  .menu_list {
    height: 6.7rem;
    overflow-y: auto;
  }
  .menu_list li {
    font-size: 0.26rem;
    padding-left: 0.3rem;
    line-height: 3;
    border-bottom: solid 1px #ccc;
  }
  .menu_close {
    font-size: 0.6rem;
  }
  .sub_menu {
    font-size: 0.24rem;
    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: #da251d;
    border-radius: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .mouse img {
    width: 0.29rem;
  }
  .m_banner {
    margin: 1.1rem 0 0;
  }
  .about_bg {
    padding: 0.4rem 0 0.5rem;
  }
  .about_list{
    width: 100%;
  }
  .about_list li{
    float: left;
    width: 50%;
    font-size: 0.26rem;
    line-height: 0.38rem;
  }
  .about_img{
    width: 100%;
    height: 8rem;
    margin-bottom: 0.5rem;
  }
  .about_txt {
    font-size: 0.26rem;
    margin: 0.5rem 0 0.3rem;
    line-height: 0.46rem;
  }
  .about_pic {
    margin-bottom: 0.4rem;
  }
  .about_more {
    width: 2rem;
    height: 0.64rem;
    border-radius: 0.32rem;
    font-size: 0.28rem;
  }
  .pro_bg {
    background: none;
  }
  .pro {
    height: 7.9rem;
    margin: 0.4rem 0 0;
  }
  .pro li {
    height: 3.7rem;
  }
  .pro_con p {
    font-size: 0.18rem;
  }
  .pro_more {
    width: 1.5rem;
    font-size: 0.18rem;
    margin: 0.4rem 0 0;
  }
  .pro_line::after {
    display: none;
  }
  .pro_line .swiper-button-prev {
    left: 2.5rem;
  }
  .pro_line .swiper-button-next {
    right: 2.5rem;
  }
  .news_box {
    padding: 0 0 0.4rem;
  }
  .p_news_list {
    padding-bottom: 0.5rem;
  }
  .p_news_list li {
    border-bottom: dashed 1px #d6d6d7;
    padding: 0.3rem 0;
  }
  .p_news_list li:last-child {
    border-bottom: none;
  }
  .p_news_list_date {
    line-height: 1.4;
    margin: 0.2rem 0 0;
  }
  .p_news_list_date h3 {
    font-size: 0.36rem;
  }
  .p_news_list_date p {
    font-size: 0.24rem;
  }
  .p_news_list_tit {
    font-size: 0.3rem;
  }
  .p_news_list_txt {
    font-size: 0.26rem;
  }
  .p_footer_bg {
    background: #f1f1f1;
    padding: 0.5rem 0 1.1rem;
  }
  .backtop {
    z-index: 1;
  }
  .backtop::after {
    width: 100%;
    height: 1px;
    background: #d6d6d6;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
  }
  .backtop span {
    width: 2.5rem;
    background: #f1f1f1;
    font-size: 0.32rem;
  }
  .backtop span img {
    width: 0.31rem;
    height: 0.18rem;
    margin-left: 0.2rem;
  }
  .p_contact {
    padding: 0.2rem;
    border-bottom: solid 1px #d8d8d8;
  }
  .p_contact ul li {
    width: 3.55rem;
    float: left;
  }
  .p_contact ul li img {
    width: 0.2rem;
    height: 0.21rem;
    margin-right: 0.2rem;
    margin-top: 0.1rem;
  }
  .p_contact ul li:first-child {
    width: 2.05rem;
    display: flex;
    font-size: 0.24rem;
    margin-right: 1rem;
  }
  .p_copyright {
    padding: 0.25rem 0;
  }
  .p_footer {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #336ac4;
    color: #fff;
    height: 1.1rem;
    z-index: 91;
  }
  .p_footer li {
    width: 25%;
    text-align: center;
  }
  .p_footer li img {
    width: 0.42rem;
    height: 0.38rem;
  }
  .wechat_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    z-index: 92;
    display: none;
  }
  .wechat {
    width: 5.8rem;
    height: 5.8rem;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0.1rem;
  }
  .wechat a {
    background: #0484f7;
    color: #fff;
    padding: 0.1rem 0.3rem;
    margin: 0.2rem 0 0;
    border-radius: 0.05rem;
    display: inline-block;
  }
  .wechat a img {
    width: 0.3rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  .wechat_close {
    padding: 0.1rem 0.3rem 0 0;
    font-size: 0.5rem;
  }
  .wechat_code {
    width: 2.6rem;
    height: 2.6rem;
  }
  .path {
    line-height: 1rem;
    font-size: 0.26rem;
  }
  .main_bg {
    background: #fff;
    padding: 0 0 0.5rem;
  }
  .type_list {
    display: flex;
    flex-wrap: wrap;
    border: none;
    padding: 0;
  }
  .type_list li {
    width: 32%;
    background: #555;
    color: #fff;
    padding: 0 0.2rem;
    margin: 0 2% 0.1rem 0;
    text-align: center;
  }
  .type_list li:nth-child(3n+3) {
    margin-right: 0;
  }
  .type_list li:hover {
    background: #0484f7;
    color: #fff;
  }
  .type_list li.on {
    background: #0484f7;
    color: #fff;
  }
  .right {
    border: none;
  }
  .right_con {
    padding: 0;
  }
  .fengcai_list {
    justify-content: space-between;
  }
  .fengcai_list li {
    width: 3.3rem;
    margin: 0 0 0.3rem;
    font-size: 0.26rem;
  }
  .fengcai_list li img {
    height: 1.94rem;
  }
  .page a {
    line-height: 0.6rem;
    font-size: 0.24rem;
    padding: 0 0.2rem;
  }
  .show_tit h3 {
    font-size: 0.36rem;
  }
  .show_tit p {
    font-size: 0.26rem;
  }
  .nextpage {
    font-size: 0.24rem;
  }
  .pro_list li img {
    height: 2.4rem;
  }
  .show_pic img {
    max-width: 100%;
  }
  .m_news_pic {
    width: 2.3rem;
    height: 1.35rem;
  }
  .m_news_con {
    width: 4rem;
  }
  .m_news_tit {
    font-size: 0.28rem;
  }
  .m_news_txt {
    margin: 0;
    -webkit-line-clamp: 2;
  }
  .m_contact {
    flex-wrap: wrap;
  }
  .m_contact li {
    width: 100%;
    background: none;
    margin-bottom: 0.5rem;
  }
  .m_contact li:nth-child(2) {
    width: 100%;
  }
}
