/*全局CSS*/
.serve .map-txt .block1::-webkit-scrollbar {
    width : 18px;
    height: 18px;
}

.serve .map-txt .block1::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border       : 5px solid transparent;
}

.serve .map-txt .block1::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}

.serve .map-txt .block1::-webkit-scrollbar-thumb {
    min-height     : 20px;
    background-clip: content-box;
    box-shadow     : 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}

.serve .map-txt .block1::-webkit-scrollbar-corner {
    background: transparent;
}

.n-banner img {
    display: block;
    width  : 100%;
}

.n-lr {
    padding: 0 5rem;
}

.contact {
    padding: 8rem 5rem 12rem 5rem;
}

.contact .block0 .title {
    font-size    : 1.9rem;
    margin-bottom: 1.25rem;
}

.contact .block0 .content p {
    font-size  : 1.2rem;
    line-height: 2.4rem;
}

.contact .block1 {
    margin-top: 8rem;
}

.contact .block1 .title {
    font-size    : 1.9rem;
    margin-bottom: 0.45rem;
}

.contact .block1 .desc {
    font-size: 1rem;
}

.contact .block1 .item {
    background: #efefef;
    padding   : 2.4rem 1.2rem;
    margin    : 1.5rem 0;
}

.contact .block1 .item-l {
    font-size: 1.9rem;
}

.contact .block1 .item-r .t {
    font-size    : 1.4rem;
    margin-top   : 0.4rem;
    margin-bottom: 1rem;
}

.contact .block1 .item-r select,
.contact .block1 .item-r .c-text {
    width        : 100%;
    height       : 2.5rem;
    color        : #666666;
    padding      : 0 0.5rem;
    border-radius: 0.35rem;
    border       : 1px solid #000000;
}

.contact .block1 .item-r .ra {
    display: flex;
    margin : 0 0 1.5rem 2px;
}

.contact .block1 .item-r .ra-list {
    display     : flex;
    align-items : center;
    margin-right: 2rem;
}



.contact .block1 .item-r .ra input {
    width           : 20px;
    height          : 20px;
    color           : #ff0000;
    display         : block;
    margin-right    : 0.5rem;
    background-color: #444;
    border-color    : #444;
}

.item2 .item-r-list {
    margin: 0.6rem 0 2rem 0;
}

.item2 .item-r-list:last-child {
    margin-bottom: 0.7rem;
}

.contact .block1 .item-r .ra-list-1 {}

.contact .block1 .f {
    font-size: 1rem;
}

.contact .block1 .item-sub input {
    background    : #18735a;
    border        : 0;
    color         : #ffffff;
    width         : 25rem;
    height        : 3rem;
    letter-spacing: 0.5rem;
    display       : block;
    float         : right;
    margin-right  : 4.3rem;
    margin-top    : 0.4rem;
}

.contact .block1 .item-sub {
    padding-top: 1.5rem;
}

.common-subclass,
.common-postion {
    
    line-height  : 4rem;
    overflow-x   : auto;
    border-bottom: 2px solid;
    border-image: linear-gradient(to right,#fff 0%,#c29964 15%,#c29964 85%,#fff);
    border-image-slice: 1;
}

.common-postion a {
    margin: 0 5px;
}

.common-subclass a {
    
    margin-right: 2.5rem;
}

.common-subclass a.active {
    color: #237357;
}

.common-postion span {
    color: #237357;
}

.common-postion span.jg {
    padding: 0 0.5rem;
    color  : #000000;
}

.productlist1 {
    padding-top   : 3rem;
    padding-bottom: 8rem;
}

.productlist1 a {
    display: block;
}

.productlist1 .item-list {
    margin: 1rem 0;
}

.productlist1 img {
    display: block;
    width  : 100%;
}

.productlist1 .txt {
    text-align : center;
    font-size  : 1.1rem;
    line-height: 2rem;
    padding    : 0.5rem;
}

.serve {
    padding-top   : 8rem;
    padding-bottom: 20rem;
}

.serve .title {
    text-align: center;
    font-size : 2rem;
}

.serve .subclass {
    display        : flex;
    text-align     : center;
    justify-content: center;
    margin         : 2.5rem 0 9rem 0;
}

.serve .subclass a {
    display      : block;
    font-size    : 1.1rem;
    border       : 1px solid #e7e7e7;
    padding      : 0 1.5rem;
    height       : 2.8rem;
    text-align   : center;
    line-height  : 2.7rem;
    box-sizing   : border-box;
    border-radius: 1.4rem;
    margin       : 0 1.2rem;
}

.serve .subclass a.active {
    background: #237357;color: #fff;
    border    : 1px solid #f1f2f6;
}

.serve .ct-img {
    text-align   : center;
    margin-bottom: 5rem;
}

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

.serve .txt {
    font-size  : 1.2rem;
    line-height: 3rem;
}

.serve .txt p {
    text-indent: 2em;
}

.newslist {
    padding: 2rem 5rem;
}

.newslist .item-list {
    display        : flex;
    justify-content: space-between;
    padding        : 3.5em 0;
    border-bottom  : 1px solid #e7e7e7;
}

.newslist .item-list .img {}

.newslist .item-list .img img {
    display: block;
    width  : 100%;
}

.newslist .item-list .title {
    font-size     : 1.5rem;
    /* font-weight: 530; */
}

.newslist .item-list .desc {
    font-size  : 1rem;
    line-height: 2rem;
    padding    : 1rem 0 2rem 0;
    color      : #666666;
}

.newslist .item-list .other {
    display: flex;
}

.newslist .item-list .icon-list {
    color       : #888888;
    margin-right: 2em;
    display     : flex;
    height      : 3rem;
    align-items : center;
}

.newslist .item-list .icon-list .icon {
    margin-right: 0.15rem;
}

.newslist .item-list .icon-list .icon0 img {
    height : 1.4rem;
    display: block;
}

.newslist .item-list .icon-list .icon1 img {
    display: block;
    height : 1.55rem;
}

.news {
    padding-top   : 8rem;
    padding-bottom: 20rem;
}

.news .title {
    text-align : center;
    font-size  : 2rem;
    line-height: 4rem;
    ;
    border-bottom : 1px solid #f0f0f0;
    padding-bottom: 2rem;
}

.news .other {
    display        : flex;
    justify-content: center;
    margin         : 1.5rem 0 7rem 0;
    color          : #808080;

}

.news .other .other-list {
    margin: 0 0.5rem;
}

.news .ct-img {
    text-align   : center;
    margin-bottom: 3rem;
}

.news .txt {
    font-size  : 1.2rem;
    line-height: 3rem;
}

.news .txt p {
    text-indent: 2em;
}

.serve .map-list .block0 {
    display      : flex;
    align-items  : center;
    margin-bottom: 20px;
}

.serve .map-list .block0 .input {
    width       : calc(100% - 25rem);
    margin-right: 0.8rem;
}

.serve .map-list .block0 .input input {
    width : 100%;
    height: 3.4rem;
    border: 1px solid #000000;
}

.serve .map-list .block0 .input-sub {
    display: flex;
}

.serve .map-list .block0 .input-sub div {
    width         : 9rem;
    height        : 3.4rem;
    text-align    : center;
    line-height   : 3.4rem;
    background    : #18735a;
    color         : #ffffff;
    font-size     : 1.1rem;
    letter-spacing: 0.3rem;
    margin        : 0 0.3rem;
    cursor        : pointer;
}

.serve .map-list .block1 .input-sub div {
    width         : 9rem;
    height        : 3.4rem;
    text-align    : center;
    line-height   : 3.4rem;
    background    : #18735a;
    color         : #ffffff;
    font-size     : 1.2rem;
    letter-spacing: 0.3rem;
    margin        : 0 0.4rem;
}

.serve .map-list .block1 {
    width   : 100%;
    height  : 40rem;
    position: relative;
}

.serve .map-list .block1 #map-container {
    width : 100%;
    height: 100%;
}

.serve .map-list .block1 .info {
    position: absolute;
}

.serve .map-txt .block0 {
    display        : flex;
    justify-content: space-between;
    height         : 3.4rem;
    margin-bottom  : 20px;
}

.serve .map-txt .block0 .t {
    font-size: 1.8rem;
}

.serve .map-txt .block0 .m {
    font-size: 1.1rem;
}

.serve .map-txt .block1 {
    background: #fbfbfb;
    overflow  : auto;
    height    : 40rem;
    padding   : 1rem 0.8rem;
}

.serve .map-txt .block1 .item-list {
    border-bottom: 1px solid #f1f1f1;
    padding      : 1rem 1.5rem;
}

.serve .map-txt .block1 .item-list:last-child {
    border: 0px;
}

.serve .map-txt .block1 .t {
    font-size     : 1.35rem;
    padding-bottom: 5px;
}

.serve .map-txt .block1 .icon {
    margin-right: 0.3rem;
}

.serve .map-txt .block1 .other {
    display: flex;
}

.serve .map-txt .block1 .other .list {
    border       : 1px solid #333333;
    height       : 1.8rem;
    line-height  : 1.7rem;
    padding      : 0 5px;
    border-radius: 0.4rem;
    margin-right : 0.5rem;
    margin-top   : 5px;
}

.culture {}

.culture-n {
    background: url('../image/qywh-n-bg.jpg') bottom right no-repeat;
    height    : 564px;
    margin    : 12rem 0 15rem 0;
}

.culture-n .item-list {
    margin-bottom: 4rem;
}

.culture-n .item-list:last-child {
    margin-bottom: 0px;
}

.culture-n .item-list .t {
    color      : #237357;
    font-size  : 2.1rem;
    font-weight: 600;
}

.culture-n .item-list .n {
    font-size: 1.2rem;
    padding  : 1rem 0 0 0;
    color    : #666666;
}

.honor-n {
    margin: 5rem 0 8rem 0;
}

.honor-n .item-list a {
    display        : flex;
    justify-content: space-between;
    align-items    : center;
    padding        : 1.3rem 1.5rem 1.3rem 2rem;
}

.honor-n .item-list a .t {
    width      : calc(100% - 4rem);
    line-height: 2.3rem;
}

.honor-n .item-list:nth-child(2n-1) {
    background: #f5f5f5;
}

.honor-n .item-list:hover {
    background: #237358;
    color     : #ffffff;
}

.honor-n .item-list:hover a {
    color: #ffffff;
}

.introduce-n {
    margin         : 5rem 0 8rem 0;
    display        : flex;
    justify-content: space-between;
}

.introduce-n .introduce-n-left {
    width: 260px;
}

.introduce-n .introduce-n-left .introduce-n-left-list {
    margin: 10rem 0;
}

.introduce-n .introduce-n-left .introduce-n-left-list:first-child {
    margin-top: 16rem;
}

.introduce-n .introduce-n-left img {
    display: block;
    width  : 100%;
}

.introduce-n .introduce-n-right {
    width: calc(100% - 260px - 9rem);
}

.introduce-n .introduce-n-right .introduce-n-right-img {
    display        : flex;
    justify-content: center;
    margin-bottom  : 3.5rem;
}

.introduce-n .introduce-n-right .introduce-n-right-n {
    font-size  : 1.2rem;
    line-height: 3.2rem;
    color      : #666666;
}

.introduce-n .introduce-n-right .introduce-n-right-n p {
    text-indent: 2em;
}


.team {
    padding-top   : 8rem;
    padding-bottom: 20rem;
}

.team .title {
    text-align: center;
    font-size : 2rem;
}

.team .subclass {
    display        : flex;
    text-align     : center;
    justify-content: center;
    margin         : 2.5rem 0 9rem 0;
}

.team .subclass a {
    display      : block;
    font-size    : 1.1rem;
    border       : 1px solid #e7e7e7;
    width        : 9rem;
    height       : 2.8rem;
    text-align   : center;
    line-height  : 2.7rem;
    box-sizing   : border-box;
    border-radius: 1.4rem;
    margin       : 0 1.2rem;
}

.team .subclass a.active{
    background: #237357;color: #fff;
    border    : 1px solid #f1f2f6;
}

.team .block0 {
    background     : #f5f6f8;
    padding        : 2rem 0 1rem 2.5rem;
    display        : flex;
    justify-content: space-between;
}

.team .block0-0 {
    margin-right: 3rem;
}

.team .block0-0 .d {
    font-size : 1.2rem;
    color     : #777775;
    margin-top: 1rem;
}

.team .block0-0 .t span {
    color         : #237358;
    font-size     : 1.8rem;
    font-weight   : 600;
    letter-spacing: 0.2rem;
    border-bottom : 2px solid #237358;
    padding-bottom: 0.4rem;
}

.team .block0-0 .c {
    border-top : 1px solid #e1e1e1;
    padding    : 1rem 0 0 0;
    font-size  : 1.15rem;
    line-height: 2.3rem;
    color      : #666666;
    margin-top : 1.5rem;
}


.team .block0-0 .c p:nth-child(2) {
    padding: 1rem 0;
}

.team .block0-1 {
    margin-top: -4em;
    max-width : 48%;
}

.team .block0-1 img {}

.team .block1 {
    margin: 2.5em 0 0 0;
}

.team .block1 .item-list {
    width        : 32%;
    height       : 10rem;
    background   : #ffffff;
    box-shadow   : 5px 5px 14px #dfe6f1;
    margin-bottom: 2rem;
    display      : flex;
}

.team .block1 .item-list .l::after {
    display   : block;
    content   : "";
    width     : 1rem;
    height    : 2rem;
    background: #237358;
    margin-top: 1.8rem;
}

.team .block1 .block1-0 .item-list .l::after {
    width: 1.8rem;
}

.team .block1 .block1-1 .item-list {
    float: left;
}



.team .block1 .item-list .r {
    margin: 1.8rem 0 0 1.8rem;
}

.team .block1 .item-list .r .t {
    margin-bottom: 1.5rem;
}

.team .block1 .item-list .r .t {
    margin-bottom: 1.5rem;
}

.team .block1 .item-list .r .t span {
    font-size     : 1.2rem;
    border-bottom : 2px solid;
    padding-bottom: 0.5rem;
}

.team .block1 .item-list .r .d {
    font-size     : 1.2rem;
    color         : #666666;
    padding-bottom: 2rem;
}

.hostory {
    padding-top   : 8rem;
    padding-bottom: 20rem;
}

.n-hostory {
    display: flex;
    padding: 0 8rem;
}

.n-hostory .l {
    margin-right: 10rem;
}

.n-hostory .r {
    display: flex;
}

.n-hostory .r .s-line {
    width     : 2px;
    height    : 100%;
    background: #cccccc;
}

.n-hostory .r .item {
    margin-top: 2rem;
}

.n-hostory .r .item-list {
    display      : flex;
    margin-bottom: 4rem;
}

.n-hostory .r .dot {
    border         : 1px solid #cccccc;
    border-radius  : 50%;
    margin-left    : -1.4rem;
    width          : 2.8rem;
    height         : 2.8rem;
    display        : flex;
    justify-content: center;
    align-items    : center;
    margin-right   : 1rem;
    background     : #ffffff;
}

.n-hostory .r .dot .h {
    width        : 1.4rem;
    height       : 1.4rem;
    background   : #c19864;
    border-radius: 50%;
    padding      : 0.2rem;
}

.n-hostory .r .cont {
    margin-left: 2rem;
}

.n-hostory .r .d {
    font-size  : 2.3rem;
    font-weight: 600;
    color      : #666666;
    margin-top : -0.6rem;
}

.n-hostory .r .t {
    font-size: 1.4rem;
    color    : #666666;
}

.pages {
    display        : flex;
    justify-content: center;
    align-items    : center;
    width          : 100%;
    color          : #333333;
    margin-top     : 5rem;
}

.pages .page-num {
    display        : flex;
    justify-content: center;
    margin         : 0 1rem;
}

.pages .page-num a,
.pages .page-num span {
    font-size: 1.4rem;
    margin   : 0 1rem;
}

.pages .page-next a,
.pages .page-pre a {
    padding    : 0.8rem 1.3rem;
    background : #f1f1f1;
    font-weight: 600;
}

.pages .page-next:hover a,
.pages .page-pre:hover a {
    background: #18735a;
    color     : #ffffff;
}

.pages .page-num a.page-num-current {
    color: #18735a;
}

@media only screen and (min-width: 601px) {
    .team .block1 .block1-1 .item-list:nth-child(3n-1) {
        margin: 0 2%;
    }
}

@media only screen and (max-width: 990px) {
    .contact .block0 {
        margin-top: 4rem;
    }

    .contact .block1 {
        margin-bottom: 4rem;
    }

    .contact .block1 .item-l {
        margin-bottom: 1rem;
    }

    .contact .block1 .item-r .t {
        display: none;
    }

    .contact .block1 .item-sub input {
        background    : #18735a;
        border        : 0;
        color         : #ffffff;
        width         : 100%;
        height        : 4rem;
        letter-spacing: 0.5rem;
        display       : block;
        float         : inherit;
        margin-right  : 0rem;
        margin-top    : 0.4rem;
        margin-top    : 2rem;
    }
}

@media only screen and (max-width: 800px) {
    .team .block0-1 {
        margin-top  : 1em;
        margin-right: 2rem;
        width       : 70rem;
    }

    .team .block0-1 img {
        max-width: 100%;
        display  : block;
    }

    .introduce-n .introduce-n-left {
        width: 15rem;
    }

    .introduce-n .introduce-n-left img {
        width  : 100%;
        display: block;
    }

    .introduce-n .introduce-n-right {
        width: calc(100% - 18rem);
    }

    .introduce-n .introduce-n-right .introduce-n-right-img img {
        max-width: 100%;
        display  : block;
    }

    .honor-n .item-list a .t {
        font-size   : 1.4rem;
        margin-right: 1rem;
        line-height : 3rem;
    }

    .honor-n .item-list a .n .icon {
        font-size: 1rem;
    }

    .culture-n {
        background     : url(../image/qywh-n-bg.jpg) bottom right no-repeat;
        background-size: 100% 100%;
        height         : 342px;
    }

    .serve .map-list {
        width    : 100%;
        max-width: 100%;
        flex     : 0 0 100%;
    }

    .serve .map-list .block0 .input {
        width       : calc(100% - 20rem);
        margin-right: 0.8rem;
    }

    .serve .map-txt {
        margin   : 3rem 0 0 0;
        width    : 100%;
        max-width: 100%;
        flex     : 0 0 100%;
    }
}

@media only screen and (max-width: 600px) {
    .common-subclass {
        height: 4.2rem;
    }

    .common-subclass .n-lr {
        height     : 4rem;
        white-space: nowrap;
    }

    .n-lr {
        padding: 0 15px !important;
    }

    .n-hostory {
        display: flex;
        padding: 0 1rem;
    }

    .n-hostory {
        flex-wrap: wrap;
        padding  : 5em 0;
    }

    .n-hostory .l {
        margin-right: 0rem;
        width       : 100%;
        padding-left: 4rem;
    }

    .n-hostory .r {
        padding        : 4rem 0 0 4rem;
        display        : flex;
        justify-content: center;
    }

    .serve,
    .team,
    .honor-n,
    .culture-n,
    .news {
        margin: 4rem 0 6rem 0;
    }

    .serve .subclass {
        margin: 2.5rem 0 4rem 0;
    }

    .team .block1 .item-list {
        width: 48%;
    }

    .team .block1 .block1-1 .item-list:nth-child(2n) {
        margin: 0 0 2rem 4%;
    }

    .introduce-n .introduce-n-left {
        width: 10rem;
    }



    .introduce-n .introduce-n-right {
        width: calc(100% - 12rem);
    }

    .news .other {
        margin: 1.5rem 0 4rem 0;
    }


}