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

    .logo img {
        max-width: 240px;
    }


    .nav {
        padding: 0px 10px;
    }
    .nav li {
    margin: 0px 1.5vw;
    }



}

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

    .swiper-bn-list span {
        width: 8px;
        height: 8px;
        border: 1px #fff solid;
    }

    /**top**/

    a.mlanguage
     {
        font-size: 14px;
        color: #fff;
        display: flex;
        position: absolute;
        right: 70px;
        align-items: center;
     }
    a.mlanguage img
    {
        height: 20px;
        filter: brightness(0%) invert(100%);
        margin-right: 5px;
    }
     

    .logo {
        width: auto;
    }

    .topc,
    .izl-rmenu,
    .logo a p,
    .index_top .right {
        display: none;
    }

    .logo a img {
        height: 20px;
        margin: 18px 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: 56px;
        overflow: hidden;
        background: #D8232A;
    }

    #navToggle {
        position: fixed;
        right: 20px;
        width: 26px;
        display: block;
        top: 4px;
    }

    #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: 14px;
    }

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

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

    #menu {
        width: 30%;
        float: right;
    }

    .search {
        display: none;
    }

    /**banner**/
.swiper_mbn
{
    display:block;
}
.swiper_pcbn
{
    display:none;
}
    .n_banner {
        margin-top: 56px;
        height: 180px;
    }

    .n_banner img {
        width: 100%;
        margin: 0 auto;
        object-fit: cover;
        height: 100%;
    }
    .n_banner .name {
        font-size:30px;
    }
    .pc-bn {
        display: none;
    }

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

    .banner_text {
        margin-top: 0px;
    }

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


    /**.footer**/
    .footer_right,.footer_center{
        display: none;
    }
.footer_left {
    width: 100%;

}
.footer_left p
    {
    font-size: 14px; 
    }
    
    .footer_c_left {
        width: 100%;
        float: left;
        text-align: left;
        display: block;
    }

    .footer_contact p {
        font-size: 13px;
    }

    .footer_main_center {
        padding: 40px 20px;
    }

    .bq_left,.bq_right{
        font-size: 14px;
        width: 100%;
        text-align: center;
    }
.bq_c
    {
        padding: 10px 0px;
    }
    .bq_left span {
        display: block;
    }

    .bq a {
        margin-left: 0px;
        font-size: 13px;
    }

    .footer_c_left .companyphone {
        font-size: 26px;
    }

    /**about***/

.profile .text .left img {
    display: block;
    margin-bottom: 20px;
    height: 30px;
}
.profile .text
{
    display: block;
    margin-bottom: 0px;
}
.profile .text .left {
    width: 100%;
    max-width: 100%;
    color: #666;
    font-size: 14px;
}
.profile .text .right {
    font-size: 16px;
    margin-top: 20px;
}
.profile .text .right span {
    font-size: 40px;
}
.nyabout {
    padding: 40px 0px;
}
.profile .content strong {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
}

    /**honor**/



    /**contactn**/

    .prompt {
        font-size: 14px;
    }

    .contact_main {
        width: 100%;
        float: left;
        padding: 20px;
        color: #333;
        line-height: 1.8em;
        font-size: 14px;
    }

    .contact {
        display: block;
        overflow: hidden;
        padding: 20px;
        font-size: 14px;
    }

    .contact_main .title {
        font-size: 18px;
    }

    .contact .dt {
        width: 100%;
        float: left;
    }

    .cn_title {
        line-height: 1.5em;
        font-size: 22px;
        color: #D8232A;
    }

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


    .messagestext {
        font-size: 22px;
        margin-bottom: 10px;
        color: #333;
    }

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

    .messages-list {
        display: block;
    }

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

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

    .messages button {
        width: 100%;
        line-height: 48px;
        max-width: 100%;
        border-radius: 4px;
        margin: 20px auto 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;
    }


/***prflinndex**/
.prflinndex li {
    min-height:10px;
    background-image:none !important;
    background-size: cover;
}
.prflinndex li a img
{
    display:block;
}
.prflinndex li a
{
    padding:20px;
}



.prflinndex li a .name {
    font-size:22px;
    color: #333;
    margin-top: 20px;
}
.prflinndex li a .more {
    display: inline-block;
    width: 110px;
    line-height: 38px;
    background: #C10116;
    text-align: center;
    border: 1px #C10116 solid;
    border-radius: 6px;
    margin-top: 20px;
    transition: all 0.5s;
    font-size: 14px;
}
.prflinndex {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
}

    /**products**/

    .products-title {
        margin-bottom: 20px;
        padding: 0px 20px;
    }

    .products-title p span {
        font-size: 24px;
        margin-bottom: 5px;
    }

    .products-title p {
        font-size: 14px;
    }

    .indexpr_main li {
        float: left;
        position: relative;
        overflow: hidden;
        display: block;
        margin: 0px 0px 10px;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        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 {
        padding-left: 0px;
        text-align: center;
        color: #333;
        font-size: 12px;
        width: 100%;
        padding-right: 0px;
        line-height: 40px;
        padding: 0px 10px;
    }

    .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: 100%;
        width: 100%;
        border-radius: 4px;
    }

    .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 20px;
        width: 100%;
        overflow: hidden;
    }

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

    .fa_top {
        display: block;
    }

    .fa_tab_tit {
        font-size: 22px;
        color: #D8232A;
        line-height: 60px;
        border-bottom: 1px #eee solid;
        margin-top: 30px;
    }

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

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

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

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

    .parameter {
        font-size: 14px;
        color: #999;
    }

    .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: #0955B1;
        color: #fff;
        line-height: 40px;
        font-size: 14px;
        text-align: center;
        margin-top: 10px;
        border: 2px #0955B1 solid;
        transition: all 0.5s;
        display: block;
        max-width: 100%;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .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: 0px auto 0px;
        border: 0px #f6f6f6 solid;
        padding: 0px 0px 0px;
    }

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

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

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


    .fa_Imgmax {
        border: 0px #eee solid;
        height:300px;
        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: 120px 20px 0px;
        margin: 0px 0px 0px;
    }

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

    }
    
.Details_mdc .md a {
    line-height: 40px;
    margin-left: 0vw;
    display: block;
    color: #333;
    font-size: 12px;
    margin-right: 3vw;
}
.Details_mdc .mctitle
{
    display:none;
}
.Details_md {
    height: 40px;
    top:56px;
}
.fa_comm_r .title {
    font-size: 24px;
}
.fa_content h1 {
    font-size: 24px;
    font-family: Frizon;
    color: #333;
    line-height: 1.5em;
    margin-top:30px;
    font-weight:700;
    margin-bottom:30px;
}
.fa_comm_cnt {
    overflow: hidden;
    max-width: 1200px;
    margin: 0px auto 30px;
}
.fa_content img {
    margin:30px 0px;
    display: block;
}

    /**news**/
    .nymian
    {
     padding: 40px 20px;   
    }


    .nynews_list_text {
        padding: 20px 0px !important;
        width: 100% !important;
        float: left;
        display: block;
        height: 100%;
        border-left: 0px #ddd solid;
        background: #f6f6f6;
    }

    .nynews_list_img {
        overflow: hidden;
        position: relative;
        float: right;
        width: 100% !important;
        height: 0px;
        padding-top: 65% !important;
        margin-top: 0px;
    }



    .nynews_list_c {
        display: block !important;
        background: none;
        overflow: hidden;
        padding: 0px 0px 0px;
    }


    .nynews_list_c .time {
        margin-top: 0px;
    }

    .nynews_center {
        max-width: 1440px;
        margin: auto;
        padding:20px;
        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: 3;
    }

    .nynews_list {
        width: 100%;
        float: left;
        margin-right: 0px;
        transition: all 0.5s;
        background: #fff;
        display: block;
        margin: 10px 0px;
        padding: 0px !important;
        box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1) !important;
        border-bottom: 0px #eee solid;
    }

    .support .nynews_list {
        margin: 0px 0px 20px;
    }

    .nynews_list_summary {
        display: block;
        -webkit-line-clamp: 3 !important;
        font-size: 14px !important;
    }


    .news_detail h1.title {
        font-size:20px;
        line-height: 1.5em;
        margin-bottom: 0px;
    }

    .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;
        padding: 10px;
    }

    .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: none;
        width: 100%;
    }

    .news_detail h3.title_bar {
        line-height: 24px;
        text-align: left;
        font-weight: normal;
        color: #999;
        font-size: 12px;
        overflow: hidden;
        width: auto;
        margin: 0px 10px 0px 0px;
    }

    .info_title {
        flex-wrap: wrap;
        padding: 20px 20px;
        border-radius: 0px;
    }

    .content {
        font-size: 14px;
        color: #333;
        line-height: 2em;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
.content iframe
{
    width:100% !important;
    height:240px !important;
}
    

.news_detail .content h1
{
    font-size:18px;
    font-weight: bold;  
}

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

    .Details_pag .center {
        display: block;
        padding: 60px 20px 40px;
    }

    .Details_pag {
        overflow: hidden;
        padding: 0px 0px 0px;
    }
.news_detail .content strong {
        font-family: Comfortaa-Bold;
        font-size: 16px;
        margin-bottom: 10px;
        display: block;
        color: #333;
}



    /**fl**/
    .fltitle,
    .mbx {
        display: none;
    }

    .nymian .center .left {
        width: 100%;
        transform: translateY(0px);
        border-radius: 0px 0px 0px 0px;
    }

    .fl {
        padding: 0px 0px 0px;
        width: 100%;
        display: flex;
        overflow: scroll;
        justify-content: flex-start;
        display: -webkit-box;
        overflow: scroll;
        background: #fff;
    }

    .nymian .center {
        padding: 0px 0px;
    }

    .fl a:hover,
    .fl a.on {
        background: #D8232A;
        color: #fff;
        border-radius: 0px !important;
        !i;
        !;
    }

    .fl a {
        display: block;
        line-height: 50px;
        text-align: center;
        border-bottom: 0px #fff solid;
        padding: 0px 20px;
        font-size: 14px;
        margin-bottom: 0px;
        border-radius: 0px;
    }

    .nymian .center .right {
        width: 100%;
        padding: 20px 20px 0px;
        border-left: 0px #E0E0E0 solid;
    }

    .sort_name {
        font-size: 18px;
        color: #313131;
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px #eee solid;
    }

    /**support**/
    .support {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .nynews_list_text .more {
        width: 100px;
        line-height: 40px;
    }

.pag1 .center .pr01 li .text {
    width: 100%;
    padding: 20px;
}
.pag1 .center .pr02 li .title {
    font-size: 12px;
}


/**caselist**/
.caselist {
    overflow: hidden;
    width: 100%;
    padding: 20px;
}
.caselist li
{
    display: block;
    padding-bottom: 0px;
    margin-bottom: 20px;
}
.caselist li .ico {
    position: relative;
    overflow: hidden;
    padding-top: 50%;
    width: 100%;
    background: #fff;
}
.caselist li:before
{
    display:none;
}
.caselist li .text {
    padding: 0px;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-left: 0px;
}

.caselist li .text .tags {
    width: 100%;
    font-size:14px;
    color: #ddd;
    text-align: left;
    position: relative;
    right: 0px;
    bottom: 0px;
    line-height: 1.2em;
    margin-top: 10px;
}
.caselist li .title {
    font-size: 16px;
    padding-right: 0px;
    margin-top: 10px;
}
.caselist li .ext_casegy {
    font-size: 14px;
    color: #313131;
    padding-right: 0px;
}
.caselist li .more {
    margin-top: 10px;
    font-size: 14px;
}


.artist .center .left .title
{
    font-size: 20px;
    padding-bottom: 0px;
}
.artist .center .left {
    width: 100%;
    padding-right: 0px;
}
.artist .center
{
    display:block;
}
.artist .center .left .summary {
    font-size: 14px;
    padding-bottom:30px;
    margin-bottom:0px;
}
.artist .content strong {
    font-size:18px;
    color:#333;
}
.artist .center .right {
    width: 100%;
    margin-top: 20px;
}
.artist .center .right ul li .title span {
    display: block;
    font-family: Frizon;
    font-size:14px;
    line-height: 1.2em;
    color: #333;
    margin-bottom: 10px;
}
.artist {
    width: 100%;
    overflow: hidden;
    padding: 80px 0px 20px;
}

/***support**/

.nymian
{
    padding: 0px 0px 40px; 
}
.support strong,.contact h3
{
    font-size:16px;
}
.nyfaq
{
    display:block;
}
.nyfaq .faqleft {
    width: 100%;
}
.nyfaq .faqright {
    width: 100%;
    padding-left: 0px;
}
.faqmain
    {
        margin-bottom: 10px;
        overflow: hidden;
    }
    
.nyfaq .faqright .Select {
    font-size:18px;
}
.columnfl {
        top: 0px;
        margin-top: 0px;
        position: fixed;
        width: 100%;
        height: 100ch;
        background: #fff;
        right: 0px;
        z-index: 9;
        padding-left: 60px;
        padding-top: 80px;
        transform: translateX(100%);
        transition:all 0.5s;
}
.columnfl.open
{
        transform: translateX(0%);  
}

.flclose
{
        background: url(../images/gb.png) #eee no-repeat center 90px;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 60px;
        height: 100%;
        background-size: 18px;
}

.faqleft .Select {
        margin-bottom: 20px;
        background: url(../images/more.png) no-repeat right center;
        background-size: 20px;
}
.faqlist {
    background: #fff;
    padding: 0px 20px;
}
.faq .title {
    color: #333;
    font-size: 14px;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-height: 1.5em;
    padding: 10px 0px;
}
.columnfl li {
    border-bottom: 1px #eee solid;
    margin-bottom: 0px;
}

.download_c
{
    padding:20px;
}
.downloadmain li .en
{
    display:none;
}
.downloadmain li .title {
    font-size: 14px;
    color: #333;
    width: calc(100% - 40px);
}
.downloadLink a:nth-of-type(1)
{
    display:none;
}
.downloadmain li {
    display: flex;
    padding: 10px 10px;
    border-radius: 4px;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.downloadLink {
    width: 40px;
}

    /**index**/
.pag1 {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding-top:40px;
}
    
    
    .index_bn {
        margin-top: 56px;
    }
.pag1 .center .pr01 li a
{
    display:block;
}
.pag1 .center .pr01 li a .ico {
    width: 100%;
    padding-top: 48%;
    height: 0px;
    position: relative;
    overflow: hidden;
}
.pag1 .center .pr01 li .text .title
{
    font-size:18px;
}
.pag1 .center .pr01 li .text .def1 {
    font-size: 14px;
    color: #fff;
    line-height: 1.7em;
    margin-top: 15px;
}
.pag1 .center .pr01 li .text .more {
    font-size: 14px;
}


.pag2
{
    padding-top:40px;
}

.pag2 .news1 li a
{
    display:block;
}
.pag2 .news1 li a .text {
    width: 100%;
    padding: 20px;
}
.pag2 li a .text .title
{
    font-size:16px;
    -webkit-line-clamp: 2;
}
.pag2 li a .ico {
    width: 100%;
    padding-top: 50%;
    height: 0px;
    position: relative;
    overflow: hidden;
}
.pag2 .news1 li a .text .ext_summary {
    -webkit-line-clamp: 4;
    font-size: 14px;
}
.pag2 li a .text .more {
    font-size: 14px;
}
.pag2 .news2 li {
    width: 100%;
    float: left;
    padding: 20px;
}
.pag2 li a .text .ext_summary {
    font-size: 14px;
}
.pag3 .center ul li:nth-of-type(1) {
    width: 100%;
}
.pag3 .center ul li {
    padding:5px;
    width: 50%;
    float: left;
}
.pag3 {
    overflow: hidden;
    width: 100%;
    padding: 20px 0px 40px;
    background: #fff;
}
.intitle a
{
    font-size: 14px;  
}
.intitle p {
    font-size: 26px;
}
.pag3 .center ul {
    padding: 0px 15px;
    overflow: hidden;
    margin-top:10px;
}


}