﻿@charset "utf-8";

body {
    overflow-x: hidden;
}

.nytbg {
    background: url(../../images/en/abbg.jpg?v=2020) no-repeat center top;
    background-size: cover;
    /*min-height: 506px;*/
}

/*.zy-top {
    position: relative;
}*/


.nav-panel-title {
    text-align: center;
    color: #fff;
    font-size: 48px;
    font-family: 'AvenirLTStd';
    line-height: 180px;
    padding-bottom: 20px;
}

.nav-path {
    color: #fff;
    padding-bottom: 25px;
}

    .nav-path img {
        vertical-align: -6px;
    }

    .nav-path a {
        color: #fff;
        font-size: 16px;
        padding: 0 3px;
    }

        .nav-path a:hover {
            text-decoration: none;
            color: #fff;
        }

/****导航*****/
/*sub-nav*/
.subNav-box {
    background: #e5e8db;
    height: 70px;
}

.sub-nav {
    text-align: center;
    overflow: hidden;
    position: relative;
}

    .sub-nav ul {
        display: inline-block;
        white-space: nowrap;
        height: 80px;
        text-align: center;
        font-size: 0;
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.ul_margin {
    margin-left: 40px !important;
}

.sub-nav li {
    display: inline-block;
    font-size: 18px;
    background: #a3c721;
    vertical-align: middle;
    border-right: 1px solid #fff;
    position: relative;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .sub-nav li a {
        padding: 22px 20px;
        display: inline-block;
        color: #fff;
    }

    .sub-nav li.active, .sub-nav li:hover {
        background: #346e95;
    }

        .sub-nav li.active a {
            /*pointer-events: none;*/
        }

        .sub-nav li.active:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            margin-left: -20px;
            border: 20px solid transparent;
            border-top: 10px solid #346e95;
        }

    .sub-nav li:last-child {
        border-right: 0;
    }

.previous_slider, .next_slider {
    position: absolute;
    width: 40px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    background: #7EA003;
    font-size: 24px;
    top: 0px;
}

.previous_slider {
    left: 0px;
}

.next_slider {
    right: 0px;
}


/*.ny-nav ul li a {
            float: left;
            color: #fff;
            padding: 0 20px;
            font-size: 18px;
            background: #a3c721;
            position: relative;
        }

            .ny-nav ul li a i {
                position: absolute;
                left: 40%;
                bottom: -11px;
                width: 0px;
                height: 0px;
                opacity: 0;
                border-top: 12px solid #346e95;
                border-right: 20px solid transparent;
                border-left: 20px solid transparent;
            }

            .ny-nav ul li a:hover, .ny-nav ul li a.active {
                background: #346e95;
            }

                .ny-nav ul li a:hover i, .ny-nav ul li a.active i {
                    opacity: 1;
                }*/

.nycon {
    padding-top: 40px;
    padding-bottom: 100px;
}

    /*.nycon .the {
        padding-top: 60px;
    }*/

    .nycon .the p {
        font-size: 18px;
        color: #333;
        line-height: 28px;
        font-weight: bold;
    }

    .nycon .the span {
        font-size: 42px;
        color: #a3c721;
        font-family: 'AvenirLTStd';
    }

.dimg img {
    display: inline-block;
}

.join-top {
    width: 50%;
    margin: auto;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    margin-bottom: 50px;
}

    .join-top h4 {
        font-size: 36px;
        color: #000;
        text-align: center;
        font-weight: bold;
        padding: 25px 0;
        line-height: 45px;
    }

.mar60 {
    margin-top: 60px;
}

.w15 {
    width: 12.5%;
}

.joinli img {
    border: 4px solid transparent;
    transition: all 1s;
    display: inline-block;
}

    .joinli img:hover {
        border: 4px solid #a3c721;
        box-shadow: 0px 1px 4px 3px #d4d4d4;
        transition: all 1s;
    }

.joinli p a {
    display: block;
    color: #000;
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0;
    transition: all 1s;
}

    .joinli p a:hover {
        color: #a3c721;
        transition: all 1s;
    }

.joinli span {
    display: block;
    font-size: 18px;
    color: #888;
    margin-bottom: 10px;
}
/*about 页面*/

/*people 页面*/
.mar3 {
    margin-bottom: 40px;
}

.peoul {
}

.peo-tt {
    padding-left: 7%;
}

    .peo-tt h4 {
        font-size: 20px;
        color: #000;
    }

.peo-tp {
    margin-top: 20px;
    margin-bottom: 30px;
}

    .peo-tp p {
        font-size: 14px;
        color: #000;
        line-height: 25px;
        word-break: break-all;
    }

.peo-tt a {
}
/*newlist 页面*/
.bgone {
    padding: 12px 15px;
    line-height: 26px;
    color: #333;
    font-size: 16px;
}

    .bgone:nth-child(2n+1) {
        background: #e8f4d6;
    }

.padding0 {
    padding: 0;
}

/*标题简介 页面*/
.newli-intro {
    margin-bottom: 18px;
    padding: 16px 5px;
    background: #f6f6f6;
}

    .newli-intro .new-a {
        font-size: 20px;
        color: #a3c721;
        display: block;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .newli-intro .new-a:hover {
            font-size: 1.3em;
        }

    .newli-intro .new-intro {
        font-size: 16px;
        line-height: 26px;
        color: #333;
        margin-top: 6px;
    }

    .newli-intro .new-time {
        margin-top: 6px;
        color: #666;
    }

/*图文列表*/
.mar3 {
    margin-bottom: 30px;
}

.piclist .border {
}

.piclist .pi-tt {
    border: 1px solid #ddd;
    padding: 20px 25px;
}

    .piclist .pi-tt span {
        font-size: 16px;
        color: #888;
        display: block;
        margin-bottom: 10px;
        font-style: italic;
    }

    .piclist .pi-tt p {
        font-size: 16px;
        color: #333;
        line-height: 25px;
    }

    .piclist .pi-tt a {
        margin-top: 10px;
        display: block;
    }
/*piclist 2*/
.pic-box {
    background: #f5f5f5;
    position: relative;
}

    .pic-box .pi-img::after {
        content: "";
        position: absolute;
        height: 5px;
        width: 0;
        left: 0;
        bottom: 0;
        background: #a3c721;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

    .pic-box:hover .pi-img::after {
        width: 100%;
    }

    .pic-box .pi-tt {
        padding: 20px 30px;
    }

        .pic-box .pi-tt .ul-desc {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            margin-bottom: 0;
            height: 94px;
            color: #666;
            padding-left: 18px;
        }

        .pic-box .pi-tt h4 {
            color: #333;
            margin-bottom: 10px;
            height: 27px;
            overflow: hidden;
            line-height: 140%;
        }

            .pic-box .pi-tt h4 a {
                color: #333;
                font-size: 18px;
                -webkit-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .pic-box .pi-tt h4 a:hover {
                    color: #a3c721;
                    font-size: 20px;
                }

        .pic-box .pi-tt .ul-desc li {
            list-style-type: disc;
            line-height: 30px;
        }

            .pic-box .pi-tt .ul-desc li a {
                color: #333;
            }

                .pic-box .pi-tt .ul-desc li a:hover {
                    color: #a3c721;
                }

        .pic-box .pi-tt a.more {
            font-size: 18px;
            color: #a3c721;
            margin-top: 15px;
            display: block;
        }

            .pic-box .pi-tt a.more img {
                padding-left: 10px;
            }

/*线的效果*/
.pic-box {
}

    .pic-box a.a1 {
        position: relative;
        display: block;
    }

        .pic-box a.a1 i {
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 6px;
            background: #a8ca2d;
            display: block;
            width: 100%;
            opacity: 0;
            z-index: 1;
        }

        .pic-box a.a1 i {
            width: 0px;
            height: 4px;
            background: #a8ca2d;
            margin-top: 100px;
            display: inline-block;
        }

    .pic-box:hover a.a1 i {
        opacity: 1;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

.view-title {
    text-align: center;
    margin-bottom: 16px;
}

.view-info {
    text-align: center;
    color: #999;
}

.view-cnt {
    margin-top: 10px;
}

    .view-cnt p {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0;
    }

        .view-cnt p img {
            max-width: 100%;
            height: auto !important;
        }

    .view-cnt a {
        color: #666;
    }

        .view-cnt a:hover {
            color: #1f466d;
            text-decoration: underline;
        }

    .view-cnt ol, .view-cnt ul {
        padding-left: 17px;
        margin-left: 10px;
    }

        .view-cnt ul li {
            list-style-type: disc;
            line-height: 26px;
            height: auto;
        }

        .view-cnt ol li {
            list-style: inherit;
            line-height: 26px;
        }


    /*table*/
    .view-cnt table {
        border-collapse: collapse;
        border-spacing: 0;
        border: medium none;
    }

        .view-cnt table td, .view-cnt table th {
            border-color: #333;
        }


.nn-top {
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
    border-left: 5px solid #609345;
    margin-bottom: 10px;
    margin-top: 20px;
    cursor: pointer;
    background: #efefef url(../../images/ahdown.png)no-repeat right 10px center;
}

    .nn-top.active {
        background: #efefef url(/Assets/images/aup.png)no-repeat right 10px center;
    }

.cnt-box .cnt-body {
    display: none;
}

.nn-top span {
    font-size: 18px;
}



/*左图右文*/
ul.picleft-list li {
    margin-bottom: 30px;
    /*border-bottom: 1px solid #ddd;*/
    background: #f6f6f6;
    padding: 20px;
    position: relative;
}



ul.picleft-list .pli-img, ul.picleft-list .pli-text {
    display: table-cell;
    vertical-align: top;
}

ul.picleft-list .pli-img {
    padding-right: 20px;
}


/*ul.picleft-list .pli-img {
    width: 30%;
}

ul.picleft-list .pli-text {
    width: 66%;
}
ul.picleft-list .pli-img img {
    max-width: 100%;
    height: auto;
    display: block;
}*/

ul.picleft-list .pli-text a, .divtitle {
    line-height: 23px;
    display: block;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 10px;
    color: #a3c721;
}

ul.picleft-list .pli-text p a {
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}


ul.picleft-list .pli-text span {
    display: block;
    margin: 10px 0;
}

ul.picleft-list .pli-text p {
    line-height: 26px;
}

ul.picleft-list .pli-tag {
    position: absolute;
    right: 20px;
    top: 26px;
}

    ul.picleft-list .pli-tag .tags, .view-cnt .tags {
        border: 1px solid #94c945;
        padding: 6px 12px;
        color: #94c945;
        font-size: 14px;
        margin-bottom: 10px;
    }

.view-cnt .tags {
    display: inline-block;
}


/*news页面*/
.nnews {
    border: 1px solid #ddd;
    /*margin: 0 -15px;*/
    position: relative;
    /*min-height: 375px;*/
    height: 375px;
    border-bottom: 5px solid #94c945;
    padding-bottom: 30px;
    transition: all 1s;
    margin-bottom: 30px;
}


    .nnews .nn-img {
        height: 50%;
        border-bottom: 1px solid #ddd;
        overflow: hidden;
        position: relative;
    }

        .nnews .nn-img img {
            width: 100%;
            height: 100%;
            -webkit-transition: all 2s;
            -moz-transition: all 2s;
            -ms-transition: all 2s;
            transition: all 2s;
        }

        .nnews .nn-img:hover img {
            -webkit-transform: scale(1.2);
            -moz-transform: scale(1.2);
            -ms-transform: scale(1.2);
            transform: scale(1.2);
        }

/*.nnews .nn-img .nn-ss {
            display: block;
            opacity: 0;            
            background: #000;
            position: absolute;
            left: 0px;
            bottom: 0;
            width: 100%;
            height: 100%;
        }

    .nnews:hover .nn-img .nn-ss {
        opacity: 0.5;
        transition: all 2s;
        -webkit-transition: all 2s;
        -o-transition: all 2s;
    }*/

.n-date {
    /*text-align: center;
    color: #fff;
    background: url(../../images/en/nfang.png?v=2020) no-repeat center center;
    background-size: auto;
    background-size: 70px 71px;
    width: 70px;
    height: 71px;
    position: absolute;
    left: 12px;
    top: 36%;*/
    height: 30px;
    line-height: 30px;
    padding-left: 18px;
    margin-top: 10px;
}

    .n-date p {
        font-size: 16px;
        color: #666;
    }

/*.n-date span {
        font-size: 16px;
        color: #fff;
        font-family: arial;
    }*/

.nnews .nn-tt {
    margin-top: 6%;
}

.nnews .p11 {
    padding: 0% 6%;
    /*margin-top: 18%;*/
    margin-bottom: 5%;
}

    .nnews .p11 a {
        font-size: 18px;
        color: #333;
        line-height: 25px;
    }

    .nnews .p11, .nnews .p11 .a1 {
        font-size: 16px;
        color: #777;
    }

        .nnews .p11 a:hover {
            color: #2c5d85;
        }

.nnews .p12 {
    padding: 8% 6% 0%;
    margin-bottom: 5%;
}

.nnews .ap1 {
    padding-left: 6%;
}

.nnews:hover {
    box-shadow: 0px 1px 4px 3px #d4d4d4;
    transition: all 1s;
    cursor: pointer;
}

/*没有图片的时候*/

.bortop {
    border-top: 5px solid #8b9ba2a1;
    border-bottom: 5px solid #94c945;
}

    .bortop p.p12 {
        padding-top: 10%;
    }
/**/


/****折叠页***/
/* 折叠 */
.wel-tab {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .wel-tab h4 {
        border-left: 5px solid #A3C621;
        background: #f2f7de;
        line-height: 28px;
        color: #A3C621;
        font-size: 16px;
        padding: 15px 20px;
        cursor: pointer;
        position: relative;
        font-weight: bold;
    }

        .wel-tab h4 i {
            position: absolute;
            right: 20px;
            top: 19px;
            color: #666;
        }

            .wel-tab h4 i img {
                width: 15px;
            }

        .wel-tab h4 .i2 {
            display: none;
        }

        .wel-tab h4.up .i1 {
            display: none;
        }

        .wel-tab h4.up .i2 {
            display: block;
        }

.tab-con {
    display: none;
    padding-right: 40px;
}

    .tab-con .view-cnt {
        margin: 15px 0 30px;
    }

/**/
@media only screen and ( min-width:1200px) and ( max-width:1299px ) {
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .dimg {
        padding-top: 3%;
    }

    /*左图右文*/

    .nav-panel-title {
        line-height: 40px;
        font-size: 36px;
        padding: 50px 0;
    }

    .view-cnt p img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and ( min-width:768px) and ( max-width:959px ) {
    /*.nycon {
        padding-top: 10px;
    }*/

    .dimg {
        padding-top: 10%;
    }

    .join-top h4 {
        font-size: 34px;
    }

    .mart4 {
        margin-top: 40px;
    }

    .piclist {
        margin-top: 40px;
    }

        /*.piclist2 {
        margin-top: 40px;
    }*/

        .piclist .border {
            text-align: center;
        }

            .piclist .border img {
                display: inline-block;
                text-align: center;
            }

    .peoul {
        margin-top: 30px;
    }

    .peo-tp {
        margin-bottom: 20px;
    }

    .nav-panel-title {
        line-height: 40px;
        font-size: 22px;
        padding: 40px 0;
    }

    /*左图右文*/
    /*ul.picleft-list li {
        text-align: center;
    }

    ul.picleft-list .pli-img {
        width: 100%;
        display: block;
        text-align: center;
        padding: 0px;
    }

        ul.picleft-list .pli-img img {
            display: inline-block;
        }

    ul.picleft-list .pli-text {
        width: 100%;
        margin: 20px 0 0;
        display: block;
    }

    ul.picleft-list .pli-tag {
        position: absolute;
        right: 20px;
        top: 26px;
    }*/

    .view-cnt p img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and ( min-width:375px) and ( max-width:767px ) {

    .dimg {
        margin-top: 3em;
    }

    .join-top h4 {
        font-size: 26px;
        line-height: 25px;
    }

    .joinli p a {
        font-size: 20px;
    }

    /*.nytbg {
        min-height: 300px;
        padding-bottom: 20px;
    }*/

    .nav-panel-title {
        line-height: 40px;
        font-size: 22px;
        padding: 40px 0;
    }

        .nav-panel-title img.ximg {
            display: inline-block !important;
        }

    .navbar-default .navbar-brand a {
        display: block;
        margin-top: 23px;
        color: #fff;
    }


    /*手机二级导航*/
    /*sub-nav*/
    .subNav-box {
        position: relative;
        height: 52px;
    }

    .sub-nav {
        text-align: center;
        overflow: hidden;
    }

        .sub-nav ul {
            display: inline-block;
            white-space: nowrap;
            height: 62px;
            text-align: center;
            font-size: 0;
            position: relative;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            margin-left: 40px;
        }

    .ul_margin {
        /*margin-left: 40px !important;*/
    }

    .sub-nav li {
        display: inline-block;
        font-size: 14px;
        background: #a3c721;
        vertical-align: middle;
        border-right: 1px solid #fff;
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .sub-nav li a {
            padding: 16px 32px;
            display: inline-block;
            color: #fff;
        }

        .sub-nav li.active:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            margin-left: -20px;
            border: 20px solid transparent;
            border-top: 10px solid #346e95;
        }

        .sub-nav li:last-child {
            border-right: 0;
        }

    .previous_slider, .next_slider {
        position: absolute;
        width: 40px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        z-index: 99;
        -webkit-user-select: none;
        -moz-user-select: none;
        background: #7EA003;
        font-size: 24px;
        top: 0px;
    }

    .previous_slider {
        left: 0px;
    }

    .next_slider {
        right: 0px;
    }

    .mart4 {
        margin-top: 40px;
    }

    /*人员列表*/
    .piclist {
        margin-top: 50px;
    }

        /*.piclist2 {
        margin-top: 50px;
    }*/

        .piclist .border {
            text-align: center;
        }

            .piclist .border img {
                display: inline-block;
            }

    .peoul {
        margin-top: 30px;
    }

    .peo-tp {
        margin-bottom: 20px;
    }

    /*左图右文*/

    /*左图右文*/
    ul.picleft-list .pli-tag {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 12px;
    }

    /*ul.picleft-list li {
        text-align: center;
    }

    ul.picleft-list .pli-img {
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
    }

        ul.picleft-list .pli-img img {
            display: inline-block;
        }

    ul.picleft-list .pli-text {
        width: 100%;
        margin: 20px 0 0;
        display: block;
    }*/

    .view-cnt p img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and ( min-width:500px) and ( max-width:767px ) {

    .navbar-default .navbar-brand a {
        display: none;
    }

    .peo-tp {
        margin-bottom: 20px;
    }


    /*左图右文*/
    ul.picleft-list .pli-tag {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 12px;
    }

    /*ul.picleft-list li {
        text-align: center;
    }

    ul.picleft-list .pli-img {
        width: 100%;
        display: block;
        padding: 0px;
        text-align: center;
    }

        ul.picleft-list .pli-img img {
            display: inline-block;
        }

    ul.picleft-list .pli-text {
        width: 100%;
        margin: 20px 0 0;
        display: block;
    }*/
    .view-cnt p img {
        max-width: 100%;
        height: auto;
    }
    /*news*/
    .nnews .nn-tt {
        margin-top: 0%;
    }

    .nnews p.p11 {
        padding-top: 8%;
    }
}

@media only screen and ( min-width:375px) and ( max-width:739px ) {
    .nnews .nn-tt {
        margin-top: 0%;
    }

    /*左图右文*/
    ul.picleft-list .pli-tag {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 12px;
    }

        ul.picleft-list .pli-tag .tags {
            display: inline-block;
        }

    .view-cnt p img {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and ( min-width:375px) and ( max-width:570px ) {
    .nnews {
        height: auto;
    }

        .nnews .nn-img {
            height: 100%;
        }

            .nnews .nn-img img {
                height: auto;
            }
}

@media only screen and ( max-width:374px) {

    .nav-panel-title {
        font-size: 1.1em;
        line-height: 40px;
        padding: 40px 0;
    }

        .nav-panel-title img.ximg {
            display: inline-block !important;
        }

    .navbar-default .navbar-brand a {
        display: block;
        margin-top: 23px;
        color: #fff;
    }

    /*.wc-toppos {
        padding-top: 10px;
        border-top: none;
        min-height: 130px;
        margin-bottom: 0px;
    }*/

    .dimg {
        margin-top: 3em;
    }

    .join-top h4 {
        font-size: 26px;
        line-height: 25px;
    }

    .joinli p a {
        font-size: 20px;
    }

    /*.nytbg {
        min-height: 300px;
    }*/

    .navbar-header {
        overflow: hidden;
    }

    .nav-path a {
        font-size: 14px;
    }

    .ny-ban {
    }

    /*手机二级导航*/
    /*sub-nav*/
    .subNav-box {
        position: relative;
        height: 52px;
    }

    .sub-nav {
        text-align: center;
        /*position: absolute;
        left: 0;
        width: 100%;
        top: -28px;*/
        overflow: hidden;
        /*background: #507bbd;*/
    }

        .sub-nav ul {
            display: inline-block;
            white-space: nowrap;
            height: 52px;
            text-align: center;
            font-size: 0;
            position: relative;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            margin-left: 40px;
        }

    .ul_margin {
        /*margin-left: 40px !important;*/
    }

    .sub-nav li {
        display: inline-block;
        font-size: 14px;
        background: #a3c721;
        vertical-align: middle;
        border-right: 1px solid #fff;
        position: relative;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .sub-nav li a {
            padding: 16px 32px;
            display: inline-block;
            color: #fff;
        }

        .sub-nav li.active a {
            pointer-events: none;
            background: #346e95;
        }

        .sub-nav li.active:after {
            content: "";
            position: absolute;
            left: 50%;
            top: 100%;
            margin-left: -20px;
            border: 20px solid transparent;
            border-top: 10px solid #346e95;
        }

        .sub-nav li:last-child {
            border-right: 0;
        }

    .previous_slider, .next_slider {
        position: absolute;
        width: 40px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        z-index: 99;
        -webkit-user-select: none;
        -moz-user-select: none;
        font-size: 24px;
        top: 0px;
    }

    .previous_slider {
        left: 0px;
    }

    .next_slider {
        right: 0px;
    }

    /*.nycon {
        padding-top: 0;
    }*/

    /*人员列表*/
    .piclist {
        margin-top: 50px;
    }

        /*.piclist2 {
        margin-top: 50px;
    }*/

        .piclist .border {
            text-align: center;
        }

            .piclist .border img {
                display: inline-block;
            }

    .peoul {
        margin-top: 30px;
    }


    /*左图右文*/
    ul.picleft-list li {
        text-align: center;
    }

    ul.picleft-list .pli-img {
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
    }

        ul.picleft-list .pli-img img {
            display: inline-block;
        }

    ul.picleft-list .pli-text {
        width: 100%;
        display: block;
        margin: 20px 0 0;
    }

    ul.picleft-list .pli-tag {
        position: relative;
        top: auto;
        right: auto;
        margin-top: 12px;
    }

    .view-cnt p img {
        max-width: 100%;
        display: block;
        height: auto;
    }

    .nnews {
        height: auto;
    }

        .nnews .nn-img {
            height: 100%;
        }

            .nnews .nn-img img {
                height: auto;
            }
}



/* 新加视频 */
.a-video {
    height: 320px;
    border-bottom: 2px solid #c5c591;
    transition: all 1s;
    margin-bottom: 40px;
}

    .a-video .vi-vi {
        height: 76%;
        overflow: hidden;
        position: relative;
    }

        .a-video .vi-vi span {
            position: absolute;
            top: 31%;
            left: 40%;
        }

.vi-text h4 {
    text-align: center;
    padding: 20px 0;
}

/*end*/

/* Getting Here 栏目样式 */

.wid110 {
}

    .wid110 p {
        font-size: 18px;
        color: #333;
        line-height: 28px;
        text-indent: 2em;
    }

.mart10 {
    margin-bottom: 10px;
}

.how1 {
    margin-bottom: 30px;
}

    .how1 h4 {
        text-align: center;
        color: #a3c721;
        font-size: 24px;
        margin: 40px 0;
        font-weight: bold;
        padding: 0 20px;
    }

.how-left {
    border: 2px solid #a3c721;
    background: #fff;
    padding: 30px 15px;
    min-height: 260px;
    background: url(../../images/a11.png?v=2020) no-repeat 90% center;
}

.how-right {
    border: 2px solid #a3c721;
    background: #fff;
    padding: 30px 15px;
    min-height: 260px;
    background: url(../../images/a12.png?v=2020) no-repeat 90% center;
}

    .how-left p, .how-right p {
        font-size: 16px;
        color: #333;
        line-height: 28px;
        margin: 0;
        /*font-family: 'AvenirLTStd';*/
    }

        .how-left p i, .how-right p i {
            font-style: normal;
            color: #c62222;
            font-weight: bold;
        }

.location {
    background: url(../../images/img1.jpg?v=2020) no-repeat center center;
    min-height: 590px;
    background-size: cover;
    margin-top: 50px;
    padding-top: 214px;
}

.locat {
    background: url(../../images/apbg.png?v=2020) no-repeat center center;
    width: 570px;
    height: 212px;
    padding: 25px 30px;
}

    .locat h4 {
        font-size: 24px;
        color: #333;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .locat p {
        font-size: 18px;
        color: #333;
        line-height: 26px;
        font-family: 'AvenirLTStd';
    }

/*分屏幕写*/




@media only screen and ( min-width:960px) and ( max-width:1100px ) {
}

@media only screen and ( min-width:768px) and ( max-width:959px ) {
    .how-right {
        margin-top: 30px;
    }
}

@media only screen and ( min-width:375px) and ( max-width:767px ) {
    .how-right {
        margin-top: 30px;
    }

    .location {
        padding-top: 150px;
    }

    .locat {
        width: 100%;
        height: 100%;
        background: url(../../images/abg1.png?v=2020) repeat left top;
        border: 1px solid #a3c721;
    }

        .locat p {
            font-size: 16px;
        }
}

@media only screen and ( max-width:374px) {
    .how-right {
        margin-top: 30px;
    }

    .location {
        padding-top: 150px;
    }

    .locat {
        width: 100%;
        height: 100%;
        background: url(../../images/abg1.png?v=2020) repeat left top;
        border: 1px solid #a3c721;
    }

        .locat p {
            font-size: 16px;
        }
}
/* Getting Here 栏目样式  end */
