@media only screen and (max-width:1500px) {


    .nav li {
        margin: 0px 1vw;
    }
    .topc .companyphone {
        font-size: 18px;
    }
    .topc {
        width: 200px;
    }
    .logo a p {
        font-size: 18px;
    }
    .logo a p span {
        font-size: 13px;
    }
    .logo {
        width: 430px;
    }
    #menu {
        width: calc(100% - 630px);
        float: right;
    }

}


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


    /**top**/

    .logo {
        width: auto;
    }

    .topc,.izl-rmenu,.logo a p{
        display: none;
    }
    .index_top:before {
        content: '';
        width: 12%;
        background: #cfa951;
        position: absolute;
        right: 20px;
        height: 40px;
        z-index: -1;
        top: 15px;
        border-radius: 4px;
    }
    .logo a img {
        height: 70px;
        margin: 0px 0px;
    }

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

    .top_main {
        width: 200px;
        justify-content: flex-end;
        margin-right: 30px;
    }
    .nav li a.navyj:before
    {
        display: none;
    }


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

    .m_gb:before {
        content: '';
        width: 25px;
        height: 2px;
        background: #ddd;
        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: #ddd;
        position: relative;
        display: block;
        -moz-transform: rotate(-225deg);
        -webkit-transform: rotate(-225deg);
        -o-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
        transform: rotate(-225deg)
    }


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

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

    #navToggle {
        position: fixed;
        right: 33px;
        width: 20px;
        display: block;
        top: 10px;
    }

    #navToggle span {
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        display: block;
        background: #fff;
        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: #fff;
    }

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

    #menu .nav {
        position: fixed;
        height: 100vh;
        z-index: 9999;
        background: #fff;
        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;
    }

    #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 #eee solid;
        padding: 0 0;
        color: #333;
        font-size: 16px;
    }

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

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





    /**banner**/


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

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

    .banner_text p span {
        font-size: 30px;
        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;
    }




    /**.footer**/

    .footer_c_left
    {
        width: 100%;
        border-right: 0px rgba(255, 255, 255, 0.1) solid;
    }
    .footer_c_left img
    {
        max-width: 180px;
    }

    .footer_left
    {
        display: none;
    }
    .footer_main_center
    {
        padding: 40px 20px;
        border-top: 0px rgba(255, 255, 255, 0.1) solid;
    }
    .footer_c_left .title {
        font-size: 22px;
    }
    .footer_c_left .title span {
        font-size: 12px;
        margin-top: 5px;
    }
.footer_c_left .companyphone {
    color: #cfa951;
    font-size: 30px;
    display: block;
    font-family: bahnschrift;
    font-weight: 100;
}
.bq_c {
    padding: 15px 0px;

}
    .bq_left {
        width: 100%;
        text-align: center;
        font-size: 14px;
    }
    .bq a
    {
        display: block;
        margin-left: 0px
    }
    .bq_right {
        width: 100%;
        float: left;
        text-align: center;
        opacity: 1;
        font-size: 15px;
    }

    /**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: #cfa951;
    }

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

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


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

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



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

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

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


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

    .mfl {
        display: none;
    }


/**about***/

.about .center {
    max-width: 1440px;
    margin: auto;
    padding: 30px 20px 30px;
    line-height: 2em;
    font-size: 15px;
}
.activity .case_list_c .title {
    font-size: 14px;
    line-height: 40px;
}

.honor .center li {
    width: calc((100% - 10px) / 2);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.honor .center li .ico {
    display: flex;
    height: 140px;
    background: #f6f6f6f6;
    padding: 15px;
}
.honor .center li:nth-of-type(3n) {
    margin-right: 10px;
}
.honor .center li:nth-of-type(2n) {
    margin-right: 0px;
}
.honor .center li .title {
    font-size: 14px;
}

    /**contactn**/


    .ny-contact {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .fl-title {
        text-align: center;
        font-size: 30px;
        color: #333;
        margin-bottom: 20px;
    }

    .ny-contact .content {
        display: block;
    }


    .ny-contact .content .left {
        width: 100%;
        padding: 0px 0px;
        color: #666;
        float: left;
        line-height: 2em;
        font-size: 14px;
    }

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

    .ny-contact .content .left .title {
        font-size:22px;
        line-height: 1.5em;
        margin-bottom: 10px;
        margin-top:30px;
    }
    .ny-contact .content .right {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 0px;
        float: left;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }
    .ny-contact .content .left p {
        margin-bottom: 10px;
    }
    .messagestext {
        font-size: 22px;
        margin-bottom: 10px;
        color: #333;
    }

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

    .messages-list {
        display: block;
    }

    .messages input {
        line-height: 50px;
        padding: 0px 20px;
        width: 100%;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .messages textarea {
        font-size: 14px;
    }

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

    .messages .left .cn_title {
        font-size: 22px;
    }

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

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



    /**case**/

    .case_list {
        width: calc((100% - 10px)/2);
        padding: 0px 0px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
.case_list:nth-of-type(3n) {
    margin-right: 10px;
} 
.case_list:nth-of-type(2n) {
    margin-right: 0px !important;
}
    
    .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: 10px 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_c .title {
        font-size: 14px;
        line-height: 40px;
        position: relative;
        bottom: 0px;
        background: #cfa951;
        left: 0%;
        width: 100%;;
    }
    .case_center {
        padding: 0px 20px 20px;
    }
    /**products**/

    .indexpr_main li {
        width: 100% !important;
        float: left;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 10px 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 {
        padding-left: 0px;
        text-align: left;
        color: #333;
        font-size: 12px;
        width: 100%;
        padding-right: 0px;
    }

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

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

    .indexpr_main li .pr_main {
        background: #f2f2f2;
        padding: 20px 20px 30px;
        width: 100%;
    }
.indexpr_main li .text .ext_prgy {
    color: #999;
    margin-top: 10px;
    line-height: 2em;
    font-size:14px;
}
    
.indexpr_main li .text a.more {
    height: 36px;
    color: #fff;
    background: #cfa951;
    display: block;
    line-height: 36px;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    border-radius: 30px;
    max-width:100px;
}
    
    .indexpr_main li .pr_img {
        padding-top: 80%;
        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 20px;
    }

    .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: #cfa951;
        text-align: left;
    }

    .ext_Specification {
        font-size: 14px;
        color: #999;
        margin-top: 10px;
        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: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

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

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

    .zx a span {
        margin-left: 10px;
        font-size: 22px;
        font-weight: bold;
        font-family: bahnschrift;
    }

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

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

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

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

    .fa_tab_content {
        padding: 0px 0px;
        max-width: 1640px;
        margin: auto;
        margin-top: 0px;
    }

    .xz_list {
        padding: 10px 10px;
    }

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

    .content img {
        max-width: 58px;
    }

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

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

    .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;
    }

    .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: 14px;
        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 20px;
        width: 70%;
        float: left;
        display: block;
        height: 100%;
        border-left: 0px #ddd solid;
    }

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



    .nynews_list_c {
        display: flex;
        background: none;
        overflow: hidden;
        padding: 0px 0px 0px;
    }
    .nynews_list_c .time {
        margin-top:0px;
    }
    .nynews_center {
        max-width: 1440px;
        margin: auto;
        padding: 0px 20px 30px;
        overflow: hidden;
    }

    .nynews_list_ptitle a {
        font-size: 14px;
        color: #333333;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .nynews_list {
        width: 100%;
        float: left;
        margin-right: 0px;
        transition: all 0.5s;
        background: #fff;
        margin: 5px 0px;
    }

    .nynews_list_summary {
       display: none;
    }

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

    .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: 40px 20px;
        background: #fff;
        width: 100%;
    }

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

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

    .Details_pag .center {
        display: block;
    }

    .Details_pag {
        overflow: hidden;
        padding: 120px 0px 60px;
    }

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

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



    /**index**/

    .pagtitle .name {
        font-size: 26px;
    }
    .pagtitle .subname {
        font-size: 14px;
    }
    .pagtitle {
        margin-bottom: 20px;
    }

    .pag6 .mainlist {
        display: flex;
        width: 100%;
        background: #cfa951;
        position: relative;
        margin-top: 0px;
        flex-wrap: wrap;
    }

    .pag6 .mainlist li {
        width: calc(100% / 3);
        text-align: center;
        padding: 20px 0px;
        border-right: 1px rgba(255, 255, 255, 0.1) solid;
        transition: all 0.5s;
        cursor: pointer;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    }

    .pag6 .mainlist li .title {
        color: #fff;
        margin-top: 10px;
        font-size: 15px;
    }

    .pag6 .mainlist li img {
        display: block;
        margin: auto;
        max-width: 26px;
    }


    .pag4 {
        overflow: hidden;
        padding-top: 100px;
        position: relative;
        width: 100%;
        padding: 50px 20px;
    }
    .pag4  .case_center {
        padding: 0px 0px 0px;
    }
    .pag4fl .center {
        display: block;
        padding: 20px 40px;
        border: 1px #eee solid;
    }
    .pag4fl .center a {
        text-align: center;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin: 15px 0px;
    }
    .pag4fl .center a p {
        margin-top: 0px;
        color: #666;
        font-size: 14px;
    }
.pag4fl {
    margin-bottom: 20px;
}
    .pag4fl .center img {
        filter: brightness(0);
        opacity: 0.2;
        width: 26px;
        margin-right:10px;
    }



    .pag8 {
        background: url(../images/hzbg.jpg) no-repeat center;
        background-size: 100%;
        overflow: hidden;
        padding: 40px 0px;
    }
    .pag8 li {
        width: calc((100% - 20px) / 3);
        float: left;
        margin-right: 10px;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .pag8 li:nth-of-type(6n) {
        margin-right: 10px;
    }
    .pag8 li:nth-of-type(3n) {
        margin-right: 0px;
    }


    .pag7 {
        background: #f8f8f8;
        width: 100%;
        padding: 50px 0px;
    }
    .pag7 .center {
        display: block;
    }
    .pag7 .center .left {
        width: 100%;
        background: #fff;
        overflow: hidden;
        padding: 20px;
    }
    .pag7 .center .left li .text .title {
        font-size: 16px;
        font-weight: normal;
        -webkit-line-clamp: 2;
    }
    .pag7 .center .left li .text .ext_summary {
        font-size: 14px;
        color: #999;
        line-height: 1.8em;
        margin-top: 10px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1.8em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .pag7 .center .left li .text .time {
        margin-bottom: 5px;
    } 
    .pag7 .center .right {
        width: 100%;
        margin-top: 20px;
    }
    .pag7 .center .right li a .ext_summary
    {
        display: none;
    }
    .pag7 .center .right li a .title {
        font-size: 14px;
        color: #333;
        transition: all 0.5s;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 1.8em;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .pag7 .center .right li {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px #ececec solid;
    }

    .pag5 .center .text {
        width: 100%;
        float: left;
    }
    .pag5 .center .text .left {
        max-width: 100%;
        float: right;
        padding-right: 0px;
        font-size: 14px;
        padding: 0px 20px;
    }
    .pag5 .center .text .left .name {
        color: #cfa951;
        font-size: 22px;
        font-weight: bold;
    }
    .pag5 .center .right {
        width: 100%;
        float: left;
        padding: 20px 20px 0px;
    }
    .abicon .abicon-c ul {
        width: 100%;
        display: flex;
    }
    .abicon .abicon-c ul li {
        width: 25%;
        background: #cfa951;
        text-align: center;
        padding: 20px 0px;
    }
    .abicon {
        width: 100%;
        margin-top: 0px;
        position: relative;
        z-index: 2;
    }
    .abicon .abicon-c ul li p {
        color: #fff;
        margin-top: 10px;
        font-size: 14px;  
    }
    .abicon .abicon-c ul li img
    {
        height: 30px;
    }
    .pag5 .sz ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .pag5 .sz li {
        position: relative;
        width: 50%;
        margin: 10px 0px;
    }
    .pag5 .sz li .shuzi {
        font-size: 40px;
    }
    .pag5 .sz li em:nth-of-type(2) {
        font-style: initial;
        color: #fff;
        position: relative;
        font-size: 12px;
        width: 20px;
        line-height: 20px;
        background: #cfa951;
        text-align: center;
        border-radius: 100%;
        font-weight: bold;
        display: inline-block;
        height: 20px;
        top: -10px;
    }
    .pag5 .sz li p:nth-of-type(2) {
        color: #999;
        font-size: 14px;
    }
    .pag5 .sz {
        margin: 20px auto 0px;
    }
    .pag5 {
        padding: 50px 0px;
    }
    .pag5 .center .text .left a.more {
        display: block;
        width: 100px;
        line-height: 36px;
        background: #cfa951;
        text-align: center;
        color: #fff;
        margin-top: 10px;
    }

    .text-main {
        position: relative;
        top: 0px;
        width: 100%;
    }
    .text-main .text-c {
        max-width: 1400px;
        background: #cfa951;
        margin: auto;
        display: block;
        padding: 20px 20px 40px;
    }
    .text-main .text-c .tittle {
        width: 100%;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 20px;
    }
    .text-main .text-c .ext_summary {
        color: #fff;
        line-height: 2em;
        width: 100%;
    }
    .text-main .text-c .ext_summary {
        font-size: 14px;
        min-height: 200px;
    }
    .text-main .text-c a.more {
        width: 100px;
        line-height: 36px;
        background: #fff;
        text-align: center;
        color: #cfa951;
        height: 36px;
        display: block;
        font-size: 14px;
        margin-top: 20px;
    }
    .advantagefl li {
        padding: 20px 0px;
        border-top: 1px #eee solid;
    }
    .advantagefl li p span {
        display: none;
    }
    .advantagefl li p {
        font-size: 16px;
    }
    .advantagefl li .ico img
    {
        width:26px;
    }
    .pagtitle .name span em {
        display: none;
    }
    .pag3 .pagtitle .name span {
        display: block;
    }    
    .pag3 {
        width: 100%;
        padding-top:0px;
    }
    .advantagefl .swiper-wrapper {
        display: flex;
        justify-content: space-between;
        transform: translate3d(0px, 0px, 0px) !important;
        flex-wrap: wrap;
    }
    .advantagefl {
        border-top: 0px #eee solid;
    }
    .pag6 {
        padding-top:50px;
        width: 100%;
        overflow: hidden;
    }


#certify .swiper-slide {
    width: 350px;
    height: 210px;
    background: #fff;
    box-shadow: 0 0px 20px #ddd;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0px 80px;
}
.pag1 {
    background: #f1f1f1;
    width: 100%;
    padding: 60px 0px 60px;
}
#certify .swiper-slide .text {
    height: 50px;
    background: #cfa951;
    padding: 0px 20px;
    display: none;
    line-height: 50px;
    text-align: center;
}
#certify .swiper-slide .text .name {
    font-size: 18px;
}
#certify .swiper-slide .text .ext_prgy {
    display: none;
}

#certify .swiper-button-prev {
    bottom: 0;
    top: auto;
    left: 50%;
    margin-left: -60px;
}
#certify .swiper-button-next {
    top: auto;
    right: 50%;
    bottom: 0px;
    margin-right: -60px; 
}


}