﻿@media screen and (max-width: 768px){
    .product {
        width: 100%;
        height: auto;
        position: initial;
        bottom: auto;
    }
    .product li {
        float: left;
        width: 50%;
        height: 69px;
    }
    .product .index {
        width: 100%;
        margin: 0 auto;
    }
    .pr-left {
        float: left;
        width: 82%;
        padding-top: 24px;
        padding-left: 16px;
    }
    .pr-left p{
        display: none;
    }
    .pr-right {
        float: right;
        padding-right: 12px;
        padding-top: 0px;
        margin-top: -26px;
        text-align: right;
    }
    .pr-right img{
        width: 57%;
    }
    .about {
        width: 100%;
        height: auto;
        margin-top: 22px;
    }
    .abo-left {
        float: left;
        width: 100%;
    }
    .index {
        width: 91%;
        margin: 0 auto;
    }
    .abo-right {
        float: right;
        width: 100%;
        margin-top: 15px;
    }
    .abo-right h2 {
        font-size: 27px;
    }
    .abo-right h4 {
        color: #10142d;
        font-size: 20px;
        padding-top: 6px;
        padding-bottom: 13px;
    }
    .abo-right p {
        font-size: 14px;
        line-height: 24px;
    }
    .abo-right li span {
        font-size: 14px;
        float: left;
        display: block;
        margin-left: 10px;
        width: 90%;
    }
    .nume {
        float: left;
        width: 100%;
    }
    .c_more {
        color: #fff;
        background: #91c501;
        border: 0px;
        margin-top: -55px;
        float: right;
        width: 61px;
    }
    .pr-left h3{
        color: white;
        font-size: 15px;
        font-weight: normal;
    }
    .channel_word {
        float: right;
        width: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 32px;
    }
    .branch li {
        float: left;
        text-align: center;
        margin-bottom: 35px;
        width: 100%;
    }
    .branch li h3 {
        font-size: 18px;
        padding-top: 16px;
        padding-bottom: 10px;
        color: black;
    }
    .branch li p {
        font-size: 14px;
        color: black;
        line-height: 20px;
        padding-bottom: 14px;
    }
    .new-right {
        width: 48%;
        float: right;
        margin-top: 17px;
        display: none;
    }
    .new-left {
        width: 100%;
        float: left;
    }
    .newl-left {
        float: left;
        width: 60px;
        height: 60px;
        border: 1px #808080 solid;
        margin-right: 5%;
    }
    .newl-left h4 {
        font-weight: bold;
        font-size: 22px;
        line-height: 22px;
        margin-top: 12px;
        text-align: center;
        color: black;
        padding-bottom: 3px;
    }
    .newl-right p {
        font-size: 14px;
        line-height: 21px;
        height: 44px;
        overflow: hidden;
        margin-top: 4px;
        color: #666;
    }
    .title {
        float: left;
        width: 100%;
        padding: 20px 5% 0 0;
        text-align: left;
    }
    .article {
        float: left;
        padding: 20px 0 30px 5%;
        width: 56%;
        border-left: 0px #d7d7d8 solid;
    }
    .detail {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        height: 50px;
        overflow: hidden;
        display: none;
    }
    .newl-right {
        width: 75%;
        float: left;
    }
    .advertisement {
        display: none;
    }
    .footer {
        width: 100%;
        height: auto;
        display: inline-block;
        margin-bottom: 20px;
        margin-top: 30px;
        border-top: 1px solid#858585;
    }
    .fo-top li {
        float: left;
        width: 31.6%;
        text-align: center;
    }
    .fob-left {
        float: inherit;
        margin-top: -11px;
        text-align: center;
        margin-bottom: 21px;
    }
    .fob-right p {
        float: inherit;
        font-size: 15px;
        line-height: 26px;
        text-align: center;
    }
    .fob-right p {
        float: inherit;
        font-size: 13px;
        line-height: 26px;
        text-align: center;
    }
    .branch li img {
        width: 70%;
        height: auto;
        text-align: center;
        border-radius: 12px;
    }
}