@media only screen and (max-width:1080px) {
    .pageController ul li a {
        padding: 0px 10px;
        height: 30px;
        line-height: 30px;
    }


    /**top**/

    .nav li.en {
        display: block;
    }

    .logo {
        width: auto;
    }

    .top_main,.top-text{
        display: none;
    }

    .logo a img {
        height: 70px;
        margin: 0px 0px;
    }

    .logo a p {
        display: none;
    }

    .top_main .top_contact li .icon {
        height: 70px;
    }

    .top_main {
        width: 200px;
        justify-content: flex-end;
        margin-right: 30px;
    }

    .m_gb {
        right: 9px;
        width: 30px;
        height: 50px;
        position: absolute;
        top: 30px
    }

    .m_gb:before {
        content: '';
        width: 25px;
        height: 2px;
        background: #fff;
        position: relative;
        display: block;
        -moz-transform: rotate(225deg);
        -webkit-transform: rotate(225deg);
        -o-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
        transform: rotate(225deg);
        position: relative;
        top: 2px;
        left: .5px
    }

    .m_gb:after {
        content: '';
        width: 25px;
        height: 2px;
        background: #fff;
        position: relative;
        display: block;
        -moz-transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg)
    }

    .top_tel a {
        width: 180px;
        height: 46px;
        line-height: 46px;
        background: url(../image/index_05.jpg) #01a8ec no-repeat 20px center;
        border-radius: 30px;
        color: #fff;
        float: right;
        font-size: 16px;
        padding-left: 46px;
        margin-top: 27px
    }

    .logo img {
        height: 60px;
        float: left
    }

    .index_top {
        height: 70px;
        overflow: hidden;
    }

    #navToggle {
        position: fixed;
        right: 20px;
        width: 25px;
        display: block;
        top: 11px
    }

    #navToggle span {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block;
        background: #069144;
        height: 2px;
        position: relative;
        width: 100%;
        margin-top: 24px;
    }

    #navToggle span:before {
        content: '';
        position: relative;
        width: 100%;
        height: 2px;
        left: 0;
        top: 8px;
        display: block;
        background: #069144;
    }

    #navToggle span:after {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block;
        background: #069144;
        content: '';
        bottom: 10px;
        width: 100%;
        height: 2px;
        position: relative
    }

    #menu .nav {
        position: fixed;
        height: 100vh;
        z-index: 9999;
        background: #069144;
        left: 0;
        top: 0;
        padding-top: 80px;
        transform: translateX(100%);
        transition: all .6s cubic-bezier(.77, 0, .175, 1) 0s;
        -webkit-transition: all ease .5s;
        width: 100%;
        padding: 80px 20px 0px;
        display: block;
    }

    #menu .open {
        transform: translateX(0);
    }

    #menu .nav li {
        width: 100%;
        line-height: 50px;
        padding: 0px;
        position: relative;
        margin: 0px 0px 0px;
    }


    #menu .nav li a {
        line-height: 60px;
        text-align: left;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
        padding: 0 0;
        color: #fff;
        font-size: 16px;
    }

    #menu .nav li a:hover {
        background: 0 0;
        color: #fff;
    }

    .nav li .nav_ej {
        display: none !important;
    }





    /**banner**/


    .n_banner {
        margin-top: 70px;
        height: 160px;
    }

    .banner_text p {
        font-size: 16px;
    }

    .banner_text p span {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .n_banner img {
        width: 100%;
        margin: 0 auto;
        object-fit: cover;
        height: 100%;
    }

    .pc-bn {
        display: none;
    }

    .m-bm {
        display: block;
        margin-top: 70px;
    }

    .banner_text {
        margin-top: 0px;
    }

    .swiper-bn-list {
        bottom: 10px !important;
    }



/**partners**/


.pag8 li {
    width: calc((100% - 0px) / 2);
    float: left;
    margin-right: 0px;
    border-radius: 8px;
    overflow: hidden;
}



    /**.footer**/

    .bq_left {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }

    .bq a {
        margin-left: 0px;
        display: block;
        font-size: 14px;
    }

    .bq_right {
        width: 100%;
        text-align: center;
    }

    .bq_c {
        padding: 20px 0px;
    }

    .footer_main_ce {
        padding: 0px 0px;
    }

    .footer_main_center,
    .footer_main_ce .tel {
        display: none;
    }

    /**fl*/

    .fl_list p {
        display: none;
    }

    .fl_list {
        width: 100%;
        float: left;
        box-shadow: 0px 0px 0px #ddd;
    }

    .fl_title {
        padding: 0px 0px 0px;
        overflow: hidden;
        width: 100%;
        display: block;
    }

    .fl_list a {
        line-height: 40px;
        width: calc((100% - 5px)/2);
        font-size: 14px;
        color: #666;
        float: left;
        border-bottom: 0px #e5e5e5 solid;
        position: relative;
        background: #f6f6f6;
        text-align: center;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 0px;
        padding: 0px 8px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-left: 0px;
        border-radius: 0px;
    }

    .fl_list .on {
        color: #fff;
        background: #069144;
    }

    .fl_title a:hover {
        color: #fff;
        background: #069144;
    }

    .fl_title .on {
        color: #fff;
        background:#069144;
    }


    .fl_list a:nth-of-type(2n) {
        margin-right: 0px;
    }

    .mfl_title a {
        width: calc((100% - 10px)/3);
    }


    .mfl_title a:nth-of-type(3n) {
        margin-right: 0px;
    }

    .mfl_title a:nth-of-type(2n) {
        margin-right: 5px;
    }

    .mbx {
        display: none;
    }

    .fl {
        margin-top: 0px;
        padding: 0px;
        position: relative;
        top: 0;
    }


    .fl_center {
        padding: 20px 20px 15px;
    }

    .mfl {
        display: none;
    }


    /**contactn**/
    .ny-contact {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .ny-contact .content {
        display: block;
    }
    .ny-contact .content .left {
        width: 100%;
        padding: 20px;
        background: #fff
    }
    .ny-contact .content .right {
        display: block;
        background: #fff;
        overflow: hidden;
        width: 100%;
    }
    .ny-contact .content .left .title {
        font-size:24px;
    }




    .my-map {
        margin: 0px auto 0px;
        width: 100%;
        height: 300px !important;
    }

    .messages {
        padding: 50px 20px;
        margin-top: 0px;
    }

    .messages-list {
        display: block;
    }

    .messages input {
        line-height: 50px;
        padding: 0px 10px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
        border: 1px #eee solid;
        border-radius: 0px;
    }

    .messages textarea {
        font-size: 14px;
        border: 1px #ddd solid;
        padding: 10px 10px;
    }

    .messages button {
        width: 100%;
        line-height: 50px;
        max-width: 100%;
        border-radius: 4px;
    }

    .messages .left .cn_title {
        font-size: 24px;
        margin-bottom: 0px;
    }

    .messages .left p {
        font-size: 14px;
        color: #999;
        line-height: 1.6em;
    }

    .messages .left {
        margin-bottom: 20px;
    }

    /**about**/



    /**case**/

    .case_list {
        width: calc((100% - 10px)/2);
        padding: 0px 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .case_list_text a p {
        font-size: 14px;
        line-height: 40px;
        background: #fff;
    }

    .case {
        padding: 40px 0px 40px;
    }

    .case_list_summary {
        font-size: 14px;
        min-height: auto;
    }

    .case_list_ptitle a {
        font-size: 20px;
    }

    .case_list_text a {
        font-size: 16px;
    }

    .case_list_text {
        width: 100%;
        overflow: hidden;
        padding: 0px 0px;
    }

    .case_list_text a span {
        width: 30px;
        height: 30px;
        background: #eee;
        text-align: center;
        line-height: 30px;
        font-size: 16px;
        font-family: CenturyGothic !important;
        color: #fdfdfd;
        transition: all 0.5s;
    }

    .case_list:nth-of-type(3n) {
        margin-right: 10px;
    }

    .case_list:nth-of-type(2n) {
        margin-right: 0px;
    }

    
    .case_center {
        max-width: 1340px;
        padding: 0px 20px 20px;
        margin: auto;
        overflow: hidden;
    }
.pag4 {
    overflow: hidden;
    width: 100%;
    padding: 40px 0px 40px;
    background: #eff3f1;
}
    /**products**/

    .indexpr_main li {
        width: 100% !important;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
        position: relative;
        overflow: hidden;
        display: block;
        padding: 0px;
    }

    .indexpr_main li .text .pics {
        width: 80px;
        height: 0px;
        position: relative;
        overflow: hidden;
        padding-top: 26%;
    }

    .indexpr_main li:nth-of-type(3n) {
        margin-right: 10px !important;
    }

    .indexpr_main li:nth-of-type(2n) {
        margin-right: 0px !important;
    }

    .indexpr_main li .title {
        text-align: left;
        color: #333;
        font-size: 18px;
        width: 100%;
        padding: 20px;
    }

    .indexpr_main li .title span {
        font-size: 14px;
        margin-top: 0px;
    }

    .indexpr_main li .text .title a {
        display: block;
        font-size: 20px;
        color: #333;
        margin-bottom: 10px;
    }

    .indexpr_main li .pr_main {
        background: #fff;
        padding: 15px 0px;
        width: 100%;
    }

    .indexpr_main li .pr_img {
        padding-top: 90%;
        width: 100%;
    }

    .indexpr_main li .link .more,
    .indexpr_main li .link .przx {
        line-height: 40px;
        font-size: 14px;
    }

    .indexpr_main li .link {
        margin-top: 20px;
    }


    .products {
        padding: 40px 0px;
        width: 100%;
        overflow: hidden;
    }

    .indexpr_main {
        margin: 0px auto 0px;
    }

    .fa_top {
        display: block;
    }

    .fa_top_l {
        width: 100%;
        border-right: 0px #f9f9f9f9 solid;
    }

    .fa_dt_r {
        width: 100%;
        float: left;
        padding-left: 0px;
        margin-top: 20px;
        padding: 40px 20px 40px;
        background: #fff;
    }

    .fa_pro_tit {
        font-size: 22px;
        color: #069144;
        text-align: left;
    }

    .ext_Specification {
        font-size: 14px;
        color: #999;
        margin-top: 15px;
        line-height: 2em;
        text-align: left;
    }

    .zx {
        display: block;
        margin-top: 10px;
        text-align: left;
    }

    .zx a {
        padding-left: 0px;
        margin-right: 0px;
        font-size: 18px;
        display: block;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

    .zx .zxzx {
        background: #069144;
        color: #fff;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        margin-top: 30px;
        border: 2px #069144 solid;
        transition: all 0.5s;
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .pr_pages {
        display: flex;
        margin-top: 20px;
        width: 100%;
    }

    .zx a span {
        font-size: 24px;
        font-family: arial !important;
        font-weight: bold;
    }

    .zx a i {
        color: #222;
        margin-bottom: 3px;
    }

    .fa_content {
        width: 100%;
        overflow: hidden;
        max-width: 1640px;
        margin: 20px auto 0px;
        border: 0px #f6f6f6 solid;
        padding: 0px 20px 20px;
        background: #fff;
    }

    .fa_dt_r .pr_pages a {
        background: #f6f6f6;
        line-height: 40px;
    }

    .fa_active i {
        font-size: 20px;
    }

    .xz_list {
        padding: 10px 10px;
    }

    .xz_list a {
        font-size: 14px;
    }


    .fa_Imgmax {
        border: 0px #eee solid;
        height: 350px;
        padding: 0px;
        background: #fff;
        width: 100%;
    }

    .fa_big_swp .swiper-slide img {
        object-fit: cover;
    }

    .pr_pages a {
        line-height: 40px;
        font-size: 14px;
    }

    .fa_mohide .fa_Img {
        height: 40px;
    }

    .fa-angle-left:before {
        width: 30px;
        height: 40px;
        line-height: 40px;
    }

    .fa_btn_l {
        left: 0px;
    }

    .fa_btn_r {
        right: 0px;
    }

    .fa-angle-right:before {
        content: "\f105";
        width: 30px;
        height: 40px;
        display: block;
        font-size: 20px;
        color: #999;
        text-align: center;
        line-height: 40px;
        background: none;
        cursor: pointer;
    }

    .fa_mohide {
        position: relative;
        bottom: 0px;
        z-index: 9;
        padding: 20px 30px;
        background: #eee;
    }

    .fa_Prodt {
        margin: 0px auto 0px;
        padding: 0px 0px;
        max-width: 1440px;
    }

    .Details {
        padding: 40px 20px;
        margin-top: 20px;
    }

    .Details_mbxc {
        display: block;
    }

    .Details_mbxc .mbx_list {
        font-size: 12px;
    }

    .Details_mbx {
        overflow: hidden;
        margin-top: 70px;
    }

    .fa_tab_content p {
        line-height: 2em;
        font-size: 13px;
        color: #222;
    }

    .fa_tab_content table {
        overflow: scroll;
        display: flex;

    }

    .fa_tab_content table td {
        color: #222;
        min-width: 150px;
    }

    .fa_tab_content table tbody {

        width: auto;
        display: inline-block;

    }



    /**news**/

    .nynews_list_text {
        padding: 0px 0px 0px 15px;
        width: 70%;
        float: left;
        display: block;
        height: 100%;
        border-left: 0px #ddd solid;
    }

    .nynews_list_img {
        overflow: hidden;
        position: relative;
        float: right;
        width: 30%;
        height: 0px;
        padding-top: 25%;
        margin-top: 0px;
    }

    .nynews_list_c .time span {
        font-size: 24px;
        color: #fff;
        display: block;
        font-weight: normal;
        margin-right: 0px;
        line-height: 1em;
        display: block;
    }

    .nynews_list_c .time {
        font-size: 14px;
        color: #fff;
        width: auto;
        text-align: center;
        height: auto;
        padding-right: 0px;
        text-align: left;
        padding: 0px;
        width: 80px;
        text-align: center;
        padding: 18px 0px;
        left: 0px;
        top: 0px;
        height: 80px;
        background: #0d4da1;
        position: absolute;
        border: 0px #eee solid;
    }

    .nynews_list_c {
        display: flex;
        background: none;
        overflow: hidden;
        padding: 0px 0px 0px;
    }

    .nynews_center {
        max-width: 1440px;
        margin: auto;
        padding: 0px 20px 0px;
        overflow: hidden;
    }

    .nynews_list_ptitle a {
        font-size: 16px;
        color: #333333;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 5px;
    }

    .nynews_list {
        width: 100%;
        float: left;
        margin-right: 0px;
        margin-bottom: 20px;
        transition: all 0.5s;
        background: #fff;
        border: 2px #eee solid;
    }
.nynews_list:hover {
    border: 2px #069144 solid;
}
    .nynews_list_summary {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
        display: none;
    }

    .news_detail h1.title {
        font-size: 18px;
        line-height: 1.5em;
        font-weight: normal;
    }

    .precontent {
        width: 100%;
        float: left;
        line-height: 30px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .nextcontent {
        width: 100%;
        float: right;
        text-align: left;
        line-height: 30px;
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .detailpage {
        margin-top: 0px;
        display: block;
    }

    .detailpage .page_left {
        width: 100%;
        padding-right: 0px;
        display: block;
        overflow: hidden;
    }

    .news_detail {
        overflow: hidden;
        max-width: 1440px;
        margin: auto;
        padding: 0px 0px;
        background: #fff;
        width: 100%;
    }

    .content {
        font-size: 14px;
        color: #666;
        line-height: 2em;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nynews {
        padding-bottom: 50px;
        padding-top: 50px;
    }

    .Details_pag .center {
        display: block;
    }

    .Details_pag {
        overflow: hidden;
        padding: 30px 0px 40px;
    }

    .Details_pag .right {
        width: 100%;
        padding: 20px;
        background: #fff;
        margin-top: 20px;
    }

    .detailpage .page_right {
        width: 100%;
        margin-top: 20px;
    }

    ul.solutionlist li {
        width: calc((100% - 0px)/1);
        float: left;
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .jzx {
        overflow: hidden;
        display: block;
        align-items: center;
        margin-bottom: 20px;
        justify-content: space-between;

    }

    .jzx li {
        width: calc((100% - 0px)/1);
        float: left;
        margin-bottom: 20px;

    }

    .jzx li img {
        border: 1px #eee solid;
    }


    .jzx li strong {
        color: #24a5d5;
        font-size: 18px;
        display: block;
    }


    /**about**/
    
.inabout
{
    width: 100%;
    padding:40px 0px;
}
    
    .honor .center .list {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .honor_list_img a {
        height: 140px;
        display: block;
    }

    .honor_list_img a img {
        height: 100%;
        display: block;
        transition: all 0.5s;
        margin: auto;
        width: 100%;
        object-fit: contain;
    }

    .honor .center .list p {
        text-align: center;
        line-height: 60px;
        font-size: 14px;
    }

    .honor {
        width: 100%;
        padding: 40px 10px;
        overflow: hidden;
    }

    /**index**/

    .searchCnter {
        display: block;
    }

    .searchCnter_L {
        width: 100%;
        float: left;
    }

    .searchCnter_R {
        height: 50px;
        width: 100%;
        float: right;
        max-width: 100%;
        background: #eee;
        margin: 25px 0;
        border-radius: 40px;
        overflow: hidden;
    }

    .searchCnter_L p {
        line-height: 1.5em;
        color: #00824a;
        font-size: 14px;
    }

    .searchCnter_L p a {
        font-size: 12px;
        margin-right: 10px;
        color: #999;
    }

    .searchCnter_R {
        height: 50px;
        width: 100%;
        float: right;
        max-width: 100%;
        background: #fff;
        margin: 10px 0px 0px;
        border-radius: 40px;
        overflow: hidden;
    }

    .searchCnter {
        max-width: 1340px;
        padding: 20px 20px;
    }

    .pagtitle .name {
        font-weight: normal;
        font-size: 28px;
        color: #333;
        text-align: center;
    }
.pag3 .name {
    color: #fff;
}
    .pagtitle .subname {
        font-size: 14px;
        padding: 0px 20px;
    }

    .pagtitle {
        margin-bottom: 20px;
    }

    .pag1 .indexpr_main {
        margin: 0px auto 0px;
        max-width: 1500px;
        padding: 0px 0px;
    }

    .pag1 {
        background: #fff;
        overflow: hidden;
        padding: 60px 20px;
    }

    .pag1 .indexpr_main li {
        margin-right: 20px !important;
    }

    .swiper-honor-prev,
    .swiper-honor-next {
        width: 50px;
        height: 50px;
        background-size: 18px !important;
    }

.pr-features {
    margin: 20px auto 0px;
}

    .pr-features ul li {
        width: calc((100% - 20px) / 2);
        float: left;
        text-align: center;
        padding: 20px 5px;
        background: #fff;
        transition: all 0.5s;
        cursor: pointer;
        border: 1px #eee solid;
        margin: 5px 5px;
    }
    .pr-features ul li img
    {
        height: 30px;
    }
    
.pag6 {
    overflow: hidden;
    width: 100%;
    padding-bottom: 50px;
}
.pr-features ul li p {
    margin-top: 10px;
    color: #333333;
    font-size: 18px;
}
.pr-features ul li p.ext_indexsummary {
    font-size: 12px;
    color: #999999;
}


.pag2 ul {
    overflow: hidden;
    padding: 0px 20px;
}

.pag2 {
    padding-bottom: 0px;
    width: 100%;
    overflow: hidden;
    padding-top:60px;
}
.pag2 ul li {
    width: 100%;
    float: left;
    padding: 0px 0px 20px;
}
.pag2 ul li p {
    text-align: center;
    background: #00824a;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
}

.pag3 {
    padding: 60px 20px;
}
.advantage li {
    display: block;
    justify-content: center;
    align-items: center;
}
.advantage .text-c {
    width: 100%;
    padding: 0;
}
.advantage .ico {
    width: 100%;
    margin-top: 20px;
}
.advantage .ico img
{
    width: 100%;
}
.advantage .tittle {
    font-size: 20px;
}
.advantage .ext_summary {
    font-size: 14px;
    margin-top: 5px;
}
.advantagefl .swiper-wrapper
{
    transform: translate3d(0px, 0px, 0px) !important;
    display: block;
    overflow: hidden;
}
.advantagefl li .ico img {
    height: 30px;
}
.advantagefl li span
    {
        display:none;
    }
.advantagefl li {
    width: calc((100% - 8px)/2) !important;
    float: left;
    padding: 15px 10px;
    margin: 2px;
}
.advantagefl li .ico {
    width: auto;
}
.advantagefl li p {
    font-size: 14px;
    margin-top: 0px;
    font-weight: normal;
}
.advantage .more {
    margin-top: 20px;
    font-size: 18px;
    max-width: 200px;
}
.advantage {
    position: relative;
    max-width: 1300px;
    margin: auto;
    overflow: hidden;
    padding: 0px 20px 20px;
    background: #fff;
}
.advantagefl {
    max-width: 1300px;
    margin: auto;
    background: #fff;
    padding: 20px 18px;
}
    

    .pag5 .center {
        display: block;
    }

    .pag5 .center {
        margin: auto 20px;
    }

    .pag5 .right {
        width: 100%;
        overflow: hidden;
    }

    .pag5 .left {
        width: 100%;
        color: #666;
        line-height: 2em;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 15px;
        padding-top: 20px;
        padding-bottom: 30px;
    }
.pag5 .left .name {
    font-size: 24px;
    color: #00824a;
    font-weight: bold;
    margin-bottom: 10px;
}
    .pag5 {
        background-size: cover;
        padding: 0px 0px 60px;
    }

    .pag5 .sz ul {
        display: block;
        justify-content: space-between;
    }

    .pag5 .sz ul li {
        width: 50%;
        float: left;
    }

    .pag5 .sz ul {
        display: block;
        justify-content: space-between;
        overflow: hidden;
        padding: 0px 0px;
    }

    .pag5 .sz ul li p:nth-of-type(1) {
        position: relative;
        line-height: 60px;
        display: inline-block;
    }

    .pag5 .sz ul li .shuzi {
        font-size: 40px;
        margin-right: 10px;
    }

    .pag5 .sz ul li em:nth-of-type(3) {
        font-size: 12px;
    }

    .pag5 .sz ul li em:nth-of-type(2) {
        font-size: 16px;
    }

    .pag5 .sz ul li p:nth-of-type(1) {
        position: relative;
        line-height: 40px;
        display: inline-block;
    }

    .pag5 .sz ul li {
        width: 50%;
        float: left;
        padding: 15px 0px;
    }

    .pag5 .sz ul li p:nth-of-type(2) {
        color: #666;
        font-size: 14px;
    }

    .pag5 .sz {
        max-width: 1340px;
        margin: auto;
        padding: 20px 20px;
        margin-bottom: 20px;
        margin: 0px 20px;
    }

    .pag7 .right li {
        width: 100%;
        margin-right: 0px;
        float: left;
        margin-bottom: 20px;
    }

    .pag7 .right li .text {
        width: 70%;
        padding: 0px 0px 0px 20px;
    }
.pag7 .right li .text .ext_summary
    {
        display:none
    }
    .pag7 .right li .text .title {
        font-size: 16px;
        -webkit-line-clamp: 2;
    }
.pag7 .right li .text .time {
    color: #999;
    margin-top: 5px;
    font-size: 12px;
}
    .pag7 {
        width: 100%;
        overflow: hidden;
        padding-bottom: 40px;
        padding-top: 60px;
    }


    .pag8 .center {
        display: block;
    }
    .pag8 .center .mainl {
        width: 100%;
    }
    .pag8 .center .mainl img
    {
        max-width: 180px;
    }

    .pag8 .center .mainc {
        width: 100%;
        margin-top: 30px;
    }
    .pag8 .center .mainr {
    display:none;
    }
    .pag8 .center .mainc {
        width: 100%;
        margin-top: 30px;
    }
    .pag8 .center .mainc li img
    {
        height:30px;
    }
    .pag8 .center .mainc li p {
        font-size:16px;
    }
    .pag8 .center .mainc li {
        width: calc(100% / 2);
        padding:25px 5px;
    }
    .pag8 .center .mainc li p span {
        font-size: 10px;
    }
    .pag8 .center .mainl .title {
        font-size:22px;
    }
    .pag8 .center .mainl .summary {
        font-size: 22px;
    }
    .pag8 .center .mainl .summary span {
        font-size: 14px;
    }
    .pag8 {
        padding: 100px 0px 60px;
        background-size: cover;
    }


    .pag9 {
        padding: 50px 20px 50px;
        overflow: hidden;
        background: url(http://www.fshhb.com/template/default/images/bg4.jpg) no-repeat left center;
    }
    .pag9 .center .left {
        color: #fff;
        width: 100%;
        float: left;
        margin-left: 0;
    }
    .pag9 .center .left p:nth-of-type(1) {
        font-size: 28px;
        font-weight: bold;
    }
    .pag9 .center {
        display: block;

    }
    .pag9 .center .right {
        width: 100%;
        float: right;
        color: #fff;
        text-align: left;
    }
    .pag9 .center .right p {
        background-size: 38px;
    }

    .search-result {
        padding: 70px 0px 0px;
        width: 100%;
        overflow: hidden;
        background: #f9f9f9;
    }


    .service .main {
        display:block;
    }

    .service .left {
        width: 100%;
        margin-bottom: 20px;

    }
    .service .right {
        width: 100%;
        padding-left: 0px;
        font-size: 16px;
        line-height: 2em;
    }
    .service .title3,.service .right .title {
        font-size:22px;
    }
    .service .right .title2 {
        font-size:22px;
    }
    .service td 
    {
        font-size: 12px;
        line-height: 1.5em;
    }
    .pag8 li p {
        text-align: center;
        font-size: 12px;
    }
    .index_search
    {
        display:none;
    }
    

}