    @charset "utf-8";
    /* CSS Document */
    
    ul,
    li {
        margin: 0;
        padding: 0;
    }
    
    .main1ul .col-sm-3 {
        *width: 24%;
        *padding: 2px
    }
    
    .main2 .col-md-8 {
        *width: 61%
    }
    
    .main4 .col-md-3 {
        *width: 22%
    }
    
    .main5 .col-sm-4 {
        *width: 30%
    }
    
    .main6 .col-sm-4 {
        *width: 30%
    }
    
    .main8 .col-sm-4 {
        *width: 30%
    }
    
    .main11 .col-sm-4 {
        *width: 30%
    }
    
    .main10 .col-sm-6 {
        *width: 47%
    }
    
    .main10 .col-sm-6 .col-sm-9 {
        *width: 70%
    }
    
    .content .tit_t {
        padding-bottom: 30px;
        overflow: hidden;
    }
    
    .content .tit_t h2 {
        text-align: center;
        color: #333333;
    }
    
    .content .tit_t h2 span {
        color: #114088;
    }
    
    .content .tit_t p {
        color: #575757;
        font-size: 16px;
        text-align: center;
    }
    
    .page1 {
        overflow: hidden;
        padding: 4% 0 0;
    }
    
    .slideBox {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 6%;
    }
    
    .slideBox .layer {
        width: 100%;
        height: 54px;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: rgb(87, 49, 24, .5);
    }
    
    .slideBox .hd {
        overflow: hidden;
        position: absolute;
        right: 5px;
        bottom: 10px;
        z-index: 10;
    }
    
    .slideBox .hd ul {
        overflow: hidden;
        zoom: 1;
        float: left;
    }
    
    .slideBox .hd ul li {
        float: left;
        margin-right: 2px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
        cursor: pointer;
        color: #FFF;
    }
    
    .slideBox .hd ul li.on {
        background: #b48266;
        color: #fff;
    }
    
    .slideBox .bd {
        position: relative;
        height: 100%;
        z-index: 3;
    }
    
    .slideBox .bd ul {
        margin: 0;
        padding: 0;
    }
    
    .slideBox .bd li {
        zoom: 1;
        vertical-align: middle;
        position: relative;
    }
    
    .slideBox .bd img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .slideBox .bd li p {
        position: absolute;
        left: 10px;
        bottom: 0;
        line-height: 56px;
        color: #FFF;
        z-index: 3;
        margin: 0;
        font-size: 16px;
        width: 70%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    /* 下面是前/后按钮代码，如果不需要删除即可 */
    
    .slideBox .prev,
    .slideBox .next {
        position: absolute;
        left: 3%;
        top: 50%;
        margin-top: -25px;
        display: block;
        width: 32px;
        height: 40px;
        background: url(../images/slider-arrow.png) -110px 5px no-repeat;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }
    
    .slideBox .next {
        left: auto;
        right: 3%;
        background-position: 8px 5px;
    }
    
    .slideBox .prev:hover,
    .slideBox .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }
    
    .slideBox .prevStop {
        display: none;
    }
    
    .slideBox .nextStop {
        display: none;
    }
    
    .tabTop {
        text-align: center;
        font-size: 0;
        margin: 2% auto;
    }
    
    .tabTop li {
        display: inline-block;
        font-size: 16px;
        line-height: 40px;
        border: 1px solid #d7d7d7;
        cursor: pointer;
        padding: 0 20px;
        margin: 2% 0 0 -1px;
    }
    
    .tabTop li a {
        color: #444444;
    }
    
    .tabTop li:last-child {
        border-right: 1px solid #d7d7d7;
    }
    
    .tabTop li.on,
    .tabTop li:hover {
        background: #0086d1;
        border: 1px solid #0086d1;
        border-right: none;
    }
    
    .tabTop li.on a,
    .tabTop li:hover a {
        color: #FFF;
    }
    
    .tabBottom {
        overflow: hidden;
        display: none;
        padding-top: 10px;
    }
    
    .tabBottom.on {
        display: block;
    }
    
    .tabBottom .tabBottomli a img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
        transition: .3s;
    }
    
    .section {
        overflow: hidden;
    }
    
    .section .title {
        margin: 4% 0 2%;
        text-align: center;
        position: relative;
    }
    
    .section .title h1 {
        color: #444444;
        position: relative;
    }
    
    .section .title h1 b {
        background: #FFF;
        display: inline-block;
        position: relative;
        z-index: 10;
        padding: 0 20px;
        font-weight: normal;
    }
    
    .section .title h1::after {
        width: 400px;
        height: 2px;
        position: absolute;
        left: 50%;
        bottom: 20px;
        content: "";
        background: #0ba29b;
        margin-left: -200px;
        z-index: 9;
    }
    
    .section .title h1 span {
        color: #0ba29b;
    }
    
    .section01 {
        background: url(../img/section01bg.png) no-repeat top center;
        position: relative;
        margin-top: -189px;
        padding-top: 280px;
    }
    
    .section01 a {
        color: #fff;
    }
    
    .section01 .title h1::after {
        content: none;
    }
    
    .section01 .row {
        position: relative;
    }
    
    .section01 .aboutfl .title {
        text-align: left;
    }
    
    .section01 .aboutfl .title h4 {
        color: #999999;
        position: relative;
        padding-bottom: 5px;
    }
    
    .section01 .aboutfl .title h4::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 60px;
        content: "";
        height: 2px;
        background: #0ba29b;
    }
    
    .section01 .aboutfl .text {
        color: #4a4a4a;
        font-size: 16px;
        line-height: 30px;
        padding: 5% 0 10%;
        height: 600px;
        overflow: hidden;
    }
    
    .section01 ul {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        overflow: hidden;
    }
    
    .section01 ul li aside {
        background: #444444;
        color: #FFF;
        font-size: 19px;
        text-align: center;
        overflow: hidden;
        cursor: pointer;
        padding-bottom: 20px;
    }
    
    .section01 ul li:hover aside {
        background: #0ba29b;
    }
    
    .section01 ul li aside img {
        display: block;
        margin: 20px auto 10px;
    }
    
    .section01 .aboutfr {
        float: right;
        padding-top: 5%;
    }
    
    .section01 .aboutfr img {
        float: right;
        display: block;
        max-width: 100%;
    }
    
    .section02 .top {
        padding-bottom: 2%;
    }
    
    .section02 .section2Bottom {
        padding: 5% 0;
        background: url(../img/section02bg.jpg) no-repeat center center;
    }
    
    .section02 .section2Bottom .textfr {
        float: right;
        color: #FFF;
    }
    
    .section02 .section2Bottom .textfr h3 {
        text-indent: 20px;
        position: relative;
    }
    
    .section02 .section2Bottom .textfr h3::before {
        width: 5px;
        height: 20px;
        position: absolute;
        left: 0;
        top: 5px;
        background: #FFF;
        content: "";
    }
    
    .section02 .section2Bottom .textfr h3 span {
        opacity: .5;
    }
    
    .section02 .section2Bottom .textfr .ul {
        padding-left: 30px;
        background: url(../img/ico05.png) no-repeat left 5px;
    }
    
    .section02 .section2Bottom .textfr h5 {
        font-size: 16px;
        margin: 10px 0;
        line-height: 30px;
    }
    
    .section03 {
        padding-bottom: 5%;
        overflow: hidden;
    }
    
    .section03 .tabTop {
        background: #e9e9e9;
        overflow: hidden;
        position: relative;
    }
    
    .section03 .tabTop a {
        position: absolute;
        right: 0;
        top: 0;
        color: #0ba29b;
        width: 100px;
        line-height: 50px;
        font-size: 15px;
    }
    
    .section03 .tabTop li {
        float: left;
        margin: 0;
        line-height: 50px;
        color: #666666;
        font-size: 20PX;
        border: none;
    }
    
    .section03 .tabTop li.on {
        background: #8ec43e;
        color: #FFF;
    }
    
    .section03 .tabBottom ul li {
        position: relative;
        padding-left: 60px;
        margin-bottom: 20px;
        overflow: hidden;
    }
    
    .section03 .tabBottom ul li i {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background: #dcdcdc;
        line-height: 50px;
        text-align: center;
        color: #FFF;
        font-size: 35px;
        display: inline-block;
        font-style: normal;
        position: absolute;
        left: 0;
        top: 5px;
    }
    
    .section03 .tabBottom ul li a h4 {
        color: #333333;
        line-height: 25px;
        height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 5px 0 10px;
    }
    
    .section03 .tabBottom ul li a h5 {
        color: #999999;
        line-height: 20px;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0 0 10px;
    }
    
    .section03 .tabBottom ul li:hover i {
        background: #0ba29b;
    }
    
    .section03 .newsfr {
        float: right;
    }
    
    .section03 .newsfr aside {
        position: relative;
    }
    
    .section03 .newsfr a img {
        max-width: 100%;
        display: block;
    }
    
    .section03 .newsfr aside h4 {
        background: #0ba29b;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        line-height: 45px;
        text-align: center;
        color: #FFF;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        height: 45px;
    }
    
    .section04 {
        background: #e9e9e9;
    }
    
    .section04 form a {
        color: #fff;
    }
    
    .section04 .title h1::after {
        content: none;
    }
    
    .section04 .title span {
        background: url(../img/messageTel.png) no-repeat;
        width: 500px;
        display: block;
        margin: 0 auto;
        line-height: 45px;
        background-size: 100% 100%;
        text-indent: 50%;
        color: #0ba29b;
        font-size: 24px;
        font-weight: bold;
    }
    
    .section04 form {
        width: 90%;
        margin: 3% auto;
    }
    
    .section04 form input.textinput {
        width: 31%;
        line-height: 40px;
        border: 1px solid #ced3d9;
        float: left;
        margin: 1%;
        text-indent: 20px;
        background: #e9e9e9;
    }
    
    .section04 form .textar {
        width: 97%;
        margin: 0 1% 1%;
        height: 80px;
        line-height: 40px;
        border: 1px solid #ced3d9;
        text-indent: 20px;
        background: #e9e9e9;
    }
    
    .section04 form .btn {
        width: 150px;
        background: #8ec43e;
        color: #FFF;
        margin: 0 auto;
        display: block;
        border-radius: 30px;
    }
    
    @media(max-width:1100px) {
        .section01 {
            padding-top: 200px;
        }
        .section01 .aboutfr {
            padding-top: 5%;
        }
        .section02 ul li .liTop {
            padding: 10% 0;
        }
        .section05 .tabBottom ul li,
        .section05 .tabBottom ul.fl li .bottom {
            padding-left: 25%;
        }
        .section05 .tabBottom ul li .time {
            width: 20%;
        }
        .section05 .tabBottom li .time b {
            font-size: 30px;
        }
    }
    
    @media(max-width:1000px) {
        .content {
            padding-bottom: 60px;
        }
        .section01 ul {
            position: relative;
            width: 100%;
        }
        .section01 ul li aside img {
            width: 50px;
        }
        .section06 {
            margin-bottom: 60px;
        }
    }
    
    @media(max-width:767px) {
        .section .title {
            margin: 0;
        }
        .section01 {
            margin-top: -19%;
            padding: 0 0 10px;
            background: url(../img/section01bg02.png) no-repeat;
            background-size: 100% 100%;
        }
        .section01 .aboutfl {
            padding-top: 26%;
        }
        .section01 .aboutfl .text {
            padding: 0 0 5%;
            font-size: 14px;
            line-height: 25px;
            height: auto;
        }
        .section01 .aboutfr {
            display: none;
        }
        .section01 ul li {
            margin-top: 4%;
        }
        .section01 ul li aside img {
            width: 30px;
        }
        .section02 .section2Bottom .textfr h3::before {
            top: 0;
        }
        .section02 .section2Bottom .textfr h3 {
            font-size: 15px;
        }
        .section02 .section2Bottom .textfr h5 {
            font-size: 13px;
        }
        .section04 .title span {
            width: 360px;
            line-height: 40px;
        }
    }
    /* .ny */
    
    .ny {
        overflow: hidden;
    }
    
    .postion {
        box-shadow: 0 4px 4px rgb(0 0 0 / 7%);
        padding: 10px 0;
        background: #FFF;
        line-height: 30px;
    }
    
    .postion .fl {
        float: left;
    }
    
    .postion .fl a {
        color: #8ec43e;
    }
    
    .postion .fr {
        float: right;
    }
    
    .postion .fr ul li {
        float: left;
        position: relative;
        padding: 5px 0;
    }
    
    .postion .fr ul li a {
        color: #333;
        line-height: 20px;
        display: block;
        border-right: 1px solid #ccc;
        padding: 0 20px;
    }
    
    @media (max-width:767px) {
        .postion .fr ul li a {
            padding: 0 10px;
        }
    }
    
    .postion .fr ul li a::after {
        position: absolute;
        content: '';
        left: 50%;
        bottom: -10px;
        width: 0%;
        height: 3px;
        background-color: none;
        transition: all .3s;
    }
    
    .postion .fr ul li:hover a {
        color: #8ec43e;
    }
    
    .postion .fr ul li:hover a::after {
        width: 80%;
        left: 10%;
        background-color: #8ec43e;
    }
    
    .postion .fr ul li:last-child a {
        border: none;
    }
    
    .nycontact {
        padding: 2% 0 0;
    }
    
    .nycontact dl {
        color: #333;
        font-size: 16px;
        display: flex;
        margin: 0;
    }
    
    .nycontact dl dt:nth-child(n) {
        width: 100px;
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }
    
    .nycontact dl dt:nth-child(2n) {
        flex: 1 1;
        display: inline-block;
        line-height: 40px;
        height: auto;
    }
    
    .nycontact .wx {
        text-align: center;
    }
    
    .nycontact .mc_nc1ft {
        padding: 70px 0;
        width: 50%;
        float: left;
    }
    
    .nycontact .mc_nc1ft a {
        display: block;
        color: #8ec43e;
        font-size: 30px;
        cursor: pointer;
    }
    
    .nycontact .mc_nc1ft a img {
        display: inline-block;
        vertical-align: middle;
        width: 80px;
    }
    
    .nycontact .mc_nc1ft.fl {
        text-align: right;
        background: #f4f5f5;
        padding-right: 5%;
    }
    
    .nycontact .mc_nc1ft.fr {
        text-align: left;
        background: #ebeff2;
        padding-left: 5%;
    }
    
    .nycontact .mc_nc1ft a span {
        padding: 0 30px;
    }
    
    .nycontact .mc_nc1ft:hover {
        background: #8ec43e;
    }
    
    .nycontact .mc_nc1ft:hover a {
        color: #fff;
    }
    
    .nycontact .mc_nc1ft a img:nth-child(1) {
        display: inline-block;
    }
    
    .nycontact .mc_nc1ft a img:nth-child(2) {
        display: none;
    }
    
    .nycontact .mc_nc1ft:hover a img:nth-child(1) {
        display: none;
    }
    
    .nycontact .mc_nc1ft:hover a img:nth-child(2) {
        display: inline-block;
    }
    
    .about2 ul {
        margin: 5% 0;
        background: url(../img/sy51.png) repeat-y center;
    }
    
    .f30 {
        font-size: 30px;
    }
    
    .f14 {
        font-size: 14px;
    }
    
    .about2 li:nth-child(2n):before {
        background: url(../img/sy50.png) no-repeat center center;
        right: -12.5%;
        top: 12px;
        left: auto;
        content: "";
        display: block;
        position: absolute;
        width: 17px;
        height: 17px;
    }
    
    .about2 li h4 {
        color: #333;
        transition: all 1s;
    }
    
    .about2 li p {
        background: #efefef;
        border-radius: 12px;
        font-size: 16px;
        color: #666;
        margin-top: 10px;
        padding: 20px 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*display: -webkit-box;*/
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        transition: 0.5s;
        margin-bottom: 0;
    }
    
    .about2 li:hover p {
        background: #8ec43e;
        color: #fff;
        transform: translateY(-12px);
    }
    
    .about2 li {
        float: right;
        width: 45%;
        text-align: left;
        position: relative;
        margin-top: 80px;
    }
    
    .about2 li:nth-child(2n) {
        float: left;
        text-align: right;
        margin-top: 80px;
    }
    
    .about2 li:nth-child(1) {
        margin-top: 0;
    }
    /*  */
    
    .nyzpweb {
        margin: 5% 0;
        border-left: 15px solid #8ec43e;
        min-height: 180px;
        background: #FFF;
        box-shadow: 0 0 8px 2px rgb(243 243 245 / 85%);
        border-radius: 6px;
    }
    
    .nyzpweb ul {
        padding: 3% 0 0;
    }
    
    .nyzpweb ul li {
        cursor: pointer;
        color: #40434b;
        line-height: 30px;
        padding: 20px 2%;
    }
    
    .nyzpweb ul li a h4 {
        float: left;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: calc(100% - 20%);
        color: #40434b;
    }
    
    .nyzpweb ul li a h4 label {
        background: url(../img/NEW@2x.png) no-repeat;
        background-size: 100% 100%;
        width: 3rem;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }
    
    .nyzpweb ul li a h5 {
        width: 20%;
        float: right;
        margin: 0;
        text-align: right;
        color: #40434b;
    }
    
    .page {
        margin: 20px auto;
        text-align: center;
    }
    
    .nypage {
        margin: 20px auto;
    }
    
    .nypage span {
        width: 48%;
        display: inline-block;
        text-align: left;
        font-size: 15px;
        color: #575757;
    }
    
    .nypage span:nth-child(2) {
        text-align: right;
    }
    
    .newlist {
        margin: 5% 0;
    }
    
    .newlist li {
        margin-bottom: 2%;
    }
    
    .newlist li .porTbox {
        position: relative;
        height: 230px;
        overflow: hidden;
    }
    
    .newlist li .js_thumb {
        width: 100%;
        display: block;
        margin: 0 auto 10px;
        transition: all 0.5s ease;
    }
    
    .newlist li .showBox {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        background: rgba(0, 0, 0, .6);
        transition: all 0.5s ease;
    }
    
    .newlist li .showBox .showBoxLink {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 60%;
        color: #fff;
        text-align: center;
        padding: 0.5rem 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 16px;
        line-height: 30px;
    }
    
    .newlist li .showBox .showBoxLink::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 1px;
        background: #fff;
        transition: all .5s ease;
    }
    
    .newlist li .showBox .showBoxLink::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 50%;
        transform: translateX(-50%);
        width: 60%;
        height: 1px;
        background: #fff;
        transition: all .5s ease;
    }
    
    .newlist li .porTbox:hover .showBox {
        opacity: 1;
    }
    
    .newlist li .porTbox:hover .js_thumb {
        transform: scale(1.1);
    }
    
    .newlist li .porTbox:hover .showBoxLink::before {
        width: 20px;
    }
    
    .newlist li .porTbox:hover .showBoxLink::after {
        width: 20px;
    }
    
    .newlist li .porBbox {
        position: relative;
        overflow: hidden;
        width: 100%;
        padding: 0 20px 0;
        margin-top: 10px;
        border: 1px solid #f2f2f2;
    }
    
    .newlist li .porBbox .p_title {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: left;
        cursor: pointer;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 50px;
        line-height: 50px;
    }
    
    .newlist li .porBbox .p_title a {
        color: #333;
    }
    
    .newlist li .porBbox .lookDetail {
        position: relative;
        display: block;
        color: #777;
        height: 38px;
        line-height: 38px;
        border-top: 1px solid #e5e5e5;
    }
    
    .newlist li .porBbox .lookDetail span img {
        float: right;
        margin: 20px;
    }
    
    .newstext {
        margin: 6% 0;
    }
    
    .newstext h1.title {
        text-align: center;
        color: #333;
    }
    
    .newstext h4.tips {
        border-top: 1px solid #d9d9d9;
        color: #595959;
    }
    
    .newstext h4.tips a {
        color: #595959;
    }
    
    .newstext h4.tips p {
        display: inline-block;
        margin: 20px 0;
        font-size: 15px;
    }
    
    .newstext h4.tips p:last-child {
        float: right;
    }
    
    .newstext .text img {
        display: block;
        margin: 0 auto;
    }
    
    .prolist {
        margin: 3% 0 6%;
    }
    
    .prolist h3.title {
        position: relative;
        line-height: 80px;
    }
    
    .prolist h3.title::after {
        position: absolute;
        content: '';
        left: 0;
        bottom: 0px;
        width: 50px;
        height: 3px;
        background-color: #8ec43e;
        transition: all .3s;
    }
    
    .prolist li {
        margin: 20px 0 0;
    }
    
    .prolist li .proBox {
        transition: transform .3s, -webkit-transform .3s;
    }
    
    .prolist li a aside {
        height: 250px;
        overflow: hidden;
    }
    
    .prolist li a img {
        width: 100%;
        display: block;
        margin: 0 auto 10px;
        transition: all 0.5s ease;
    }
    
    .prolist li .proBox:hover {
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    
    .prolist li a h5 {
        text-align: center;
        color: #333;
        line-height: 50px;
    }
    
    .aboutys {
        margin: 6% 0;
    }
    
    .aboutys h2 {
        margin-bottom: 2%;
    }
    
    .aboutys img {
        max-width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .aboutys ul li {
        margin-bottom: 20px;
    }
    
    .aboutys ul li .aboutysli {
        border: 1px solid #f3f2f2;
        background: #f3f2f2;
        overflow: hidden;
        padding: 30px 40px;
    }
    
    .aboutys ul li .aboutysli img {
        width: 50px;
    }
    
    .aboutys ul li .aboutysli h3 {
        line-height: 60px;
        position: relative;
    }
    
    .aboutys ul li .aboutysli h3::after {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 200px;
        height: 1px;
        background: #ccc;
        content: "";
    }
    
    .aboutys ul li .aboutysli h5 {
        line-height: 30px;
    }
    
    @media(max-width: 1000px) {
        .ny {
            padding-bottom: 60px;
        }
        .postion .fl {
            display: none;
        }
        .nycontact .mc_nc1ft {
            padding: 10px 0;
        }
        .nycontact .mc_nc1ft a {
            font-size: 18px;
        }
        .nycontact .mc_nc1ft a img {
            width: 50px;
        }
        .f30 {
            font-size: 18px;
        }
        .about2 li:nth-child(2n):before {
            right: -13%;
        }
        .nyzpweb ul li a h4 label {
            display: none;
        }
        .newstext h4.tips p {
            display: block;
        }
        .newstext h4.tips p:last-child {
            float: none;
        }
        .nypage span {
            width: 100%;
        }
    }
    
    @media(max-width:500px) {
        .nycontact .mc_nc1ft a {
            font-size: 14px;
        }
        .nycontact .mc_nc1ft a img {
            width: 30px;
        }
        .about2 li:nth-child(2n):before {
            right: -16%;
        }
        .nyzpweb ul li a h4 {
            width: 75%;
        }
        .nyzpweb ul li a h5 {
            width: 25%;
        }
    }
    
    @media (max-width:767px) {
        .aboutys img {
            width: 100%;
        }
    }
    
    .aboutys row {
        margin：0；
    }