@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;
    }
    .top_main {
        display: none;
    }

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

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

    .top_tel a {
        width: 180px;
        height: 46px;
        line-height: 46px;
        background: url(../images/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: #bdd81b;
        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: #bdd81b;
    }

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

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





    /**banner**/


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

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

    .banner_text p span {
        font-size: 36px;
        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**/

    .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_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: 4px;
    }

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

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

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


    .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**/
    .fl-title {
        text-align: center;
        font-size: 30px;
        color: #333;
        margin-bottom: 20px;
        font-family: HarmonyOS_Sans_SC_Bold;
    }

    .contact-center {
        padding: 0px 20px 60px;
    }

    .ny-contact {
        padding-top: 60px;
    }

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

    .ny-contact .content .left li {
        background: #fff;
        width: 100%;
        color: #333;
        text-align: center;
        padding: 40px 20px;
        line-height: 2em;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    .ny-contact .content .left li .contact_tel:before {
        content: '';
        display: block;
        width: 60px;
        position: relative;
        height: 60px;
        border: 1px #a0a0a0 solid;
        border-radius: 100%;
        margin: 0px auto 10px;
        background: url(../images/contact_icon_03.png) no-repeat center;
        transition: all 0.5s;
        background-size: 60px;
    }

    .ny-contact .content .left li .contact_email:before {
        content: '';
        display: block;
        width: 60px;
        position: relative;
        height: 60px;
        border: 1px #a0a0a0 solid;
        border-radius: 100%;
        margin: 0px auto 10px;
        background: url(../images/contact_icon_05.png) no-repeat center;
        transition: all 0.5s;
        background-size: 60px;
    }

    .ny-contact .content .left li .contact_add:before {
        content: '';
        display: block;
        width: 60px;
        position: relative;
        height: 60px;
        border: 1px #a0a0a0 solid;
        border-radius: 100%;
        margin: 0px auto 10px;
        background: url(../images/contact_icon_09.png) no-repeat center;
        transition: all 0.5s;
        background-size: 60px;
    }

    .ny-contact .content .left {
        margin-bottom: 0px;
    }

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

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

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

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

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

    /**about**/

.Profile .center
    {
        display:block;
    }
.Profile .center .title {
    font-size: 30px;
    font-weight: bold;
    width: 100%;
    color: #333;
    margin-bottom: 10px;
}
.Profile .center .content {
    padding-top: 0px;
    width: 100%;
    padding-bottom: 0px;
}
.Profile {
    padding: 60px 0px;
    width: 100%;
    overflow: hidden;
    background-size: 100%;
}
.culture {
    overflow: hidden;
    background: #bdd81b;
    background-size: cover;
    width: 100%;
}
    
.culture .center {
    max-width: 1340px;
    margin: auto;
    padding: 40px 20px 40px;
}
.culture .center .text {
    color: #fff;
    font-size: 16px;
    max-width: 100%;
    line-height: 2em;
}
.culture .title {
    font-size: 24px;
    line-height: 1.8em;
    margin-top: 30px;
    font-family: HarmonyOS_Sans_SC_Bold;
}
.pag4 ul {
    display: block;
    width: 100%;
    overflow: hidden;
}
.pag4 ul li {
    text-align: center;
    width: calc(100% / 2);
    float: left;
    padding: 20px 20px;
}
.pag4 ul li .shuzi {
    font-style: inherit;
    font-size: 30px;
    color: #353940;
    font-family: Bebas;
    display: block;
    margin: 10px 0px;
}
.pag4 .center .content {
    padding: 50px 20px;
}  
.pag4 .center {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.05);
    margin-top: 0px;
}  
.pag4 ul li p:nth-of-type(3) {
    color: #999999;
    font-size:14px;
    line-height: 1.5em;
} 
.pag4 {
    width: 100%;
    position: relative;
    padding-bottom:0px;
}
    
/**case**/

.case_list {
    width: 100%;
    padding: 20px;
    margin-right:0px;
    margin-bottom: 20px;
}
.case {
    padding: 60px 0px 60px;
}

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

/**honor**/

.honor_img {
    width: calc((100% - 10px)/2);
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.honor_center img {
    padding: 30px;
}
.honor_center .title {
    font-size: 14px;
    text-align: left;
    padding: 10px 10px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    text-align: center;
    transition: all 0.5s;
}
.honor_img:nth-of-type(3n) {
	margin-right:10px;
}

.honor_img:nth-of-type(2n) {
	margin-right:0px;
}
.honor {
    padding: 60px 0px;
}
.honor_center {
    padding: 0px 20px 20px;
}


    /**products**/

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

    .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: 20px;
        color: #333;
    }

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

    .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;
        background: #f6f6f6;
    }


    .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: #333;
        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: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 10px;
    }

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

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

    .zx a span {
        margin-left: 10px;
        font-size: 18px;
        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: 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;
    }

    .content img {
        max-width: 100%;
    }

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

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

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

    .nynews_list_c .time {
        font-size: 14px;
        color: #999;
        width: auto;
        text-align: center;
        height: auto;
        padding-right: 0px;
        text-align: left;
        padding: 0px;
        position: relative;
        width: 100px;
        text-align: center;
        padding: 0px 0px;
        left: 0px;
        top: 0px;
    }

    .nynews_list_c {
        display: block;
        background: none;
        overflow: hidden;
        padding: 20px;
    }

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

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

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

    .nynews_list_summary {
        margin-top: 10px;
        font-size: 14px;
        color: #999;
    }

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

    .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: 16px;
        color: #666;
        line-height: 2em;
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

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

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



/**index**/
.pag2 {
    padding: 60px 0px;
}

.pag2 .center ul li {
    width: 100%;
    padding: 20px;
    border: 1px #eee solid;
    margin-bottom: 20px;
}
.pag2 .center ul {
    display: block;
    max-width: 1340px;
    margin: auto;
    justify-content: space-between;
    padding: 0px 20px;
    margin-top: 20px;
}
.pag2 .center ul li .text .ext_summary {
    color: #999999;
    line-height: 1.8em;
    min-height: auto;
    margin-bottom:20px;
    font-size: 14px;
}

.pag3 .center .name {
    font-size:30px;
}
.pag3 .content {
    margin: auto;
    margin-top: 40px;
    opacity: 0.9;
    padding: 0px 20px;
    font-size: 15px;
}
.pag3 .content a {
    margin-top: 40px;
}
.pag3 {
    background: url(../images/bg.jpg) no-repeat center;
    padding: 60px 0px 60px;
    background-size: cover;
}


/**pag5**/
.pag5 {
    width: 100%;
    overflow: hidden;
    padding: 60px 0px;
}
.pagtitle .name {
    font-weight: bold;
    font-size: 30px;
}
.pagtitle .subname {
    margin-top: 10px;
    padding: 0px 50px;
    font-size: 16px;
    color: #999;
}
.pag5 .main-l,.pag5 .main-l li{
    width: 100%;
}
.pag5 .main {
    margin-top: 30px;
    display: block;
}
.pag5 .main-l {
    display: block;
}
.pag5 .main-l .text {
    padding: 20px 0px 20px;
}

.pag5 .main-r {
    width: 100%;
    padding-left: 0px;
}

.pag5 .main-r li:nth-last-of-type(1)
    {
        border-bottom: 0px #eee solid;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }


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

.nypag6
{
    padding: 60px 0px 0px;
}

.pag6 .top .advantagmain li {
    display: block;
}
.pag6 .top .advantagmain li .text-c {
    max-width: 100%;
    margin-left: auto;
    margin-right: 0px;
    padding-right: 0px;
}
.pag6 .top .advantagmain li .text {
    width: 100%;
    padding: 50px 20px;
}
.pag6 .top .advantagmain li .title {
    font-size: 24px;
}

.pag6 .top .advantagmain li .ext_aboutgy {
    font-size: 14px;
    line-height: 2em;
    color: #666666;
    margin-top: 20px;
    min-height: 140px;
}
.pag6 .top .advantagmain li a.contact {
    margin-top: 20px;
    line-height: 40px;
}
.pag6 .bottom .advantagefl li .text {
    display: block;
}
.pag6 .bottom .advantagefl li .title {
    font-size: 16px;
    margin-left: 0px;
    display: block;
    text-align: center;
}
.pag6 .bottom .advantagefl li .text img {
    height: 31px;
    margin: 0px auto 10px;
    display: block;
}
.pag6 .bottom .advantagefl li {
    width: calc(100% / 4);
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    padding: 30px 10px;
    cursor: pointer;
}
.pag6 .center {
    margin-top: 30px;
}

.pag1 {
    background: #f4f5f0;
    overflow: hidden;
    padding: 60px 0px;
}
.pag1 .center {
    max-width: 1340px;
    margin: auto;
    padding: 0px 20px;
    display: block;
    margin-top: 20px;
}
.pag1 .right {
    margin-left: 0px;
}

.pag1 .bottom {
    display: block;

}
.pag1 .bottom li {
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}
.pag1 .bottom li {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.pag1 .left li .text {
    position: absolute;
    bottom: 0px;
    color: #333;
    width: 100%;
    padding: 20px;
}
.pag1 .left li .text .name {
    font-size: 20px;
    color: #353940;
    font-weight: 700;
}
.pag1 .left li .text .def {
    color: #999999;
    line-height: 2em;
    margin-top: 5px;
    font-size: 14px;
}
.pag1 .top .text {
    position: relative;
    top: 0%;
    padding: 20px;
    transform: translateY(0%);
    background: #fff;
}
.pag1 .top .text .name {
    font-size: 20px;
    color: #333;
}
.pag1 .top .text .def {
    color: #666;
    opacity: 0.8;
    margin-top: 5px;
    line-height: 2em;
}

.pag1 .left li,.pag1 .top {
    margin-bottom: 20px;
}


}