@media all and (min-width: 1430px) {
    .layui-container {
        width: 1430px;
    }
}

@media all and (min-width: 0px) and (max-width: 1024px) {
    p {
        margin: 0;
        padding: 0;
    }

    @keyframes shadow {

        0%,
        100% {
            transform: scaleX(1);
        }

        50% {
            transform: scaleX(1.2);
        }
    }

    @keyframes rotate {
        0% {
            transform: translateY(0);
        }

        25% {
            transform: translateY(10px);
        }

        50% {
            transform: translateY(20px) scale(1.1, 0.9);

        }

        75% {
            ransform: translateY(10px);
        }

        100% {
            transform: translateY(0);
        }
    }

    .mobile {
        display: block;
        height: 50px;
        position: relative;
        z-index: 999999999;
    }

    .mobile h1 {
        margin: 0;
        float: left;
        /* width: 21%; */
        margin-top: 0px;
        width: calc(100% - 100px);
    }

    .mobile h1 img {
        width: auto;
        padding-left: 20px;
        height: 35px;
        margin-top: -10px;
    }

    .mobile-inner {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #fafafa;
        position: relative;
    }

    .mobile-inner img {
        width: 100%;
        /* margin-bottom: 30px; */
    }

    .mobile-inner p {
        color: #676767;
        line-height: 25px;
        font-size: 16px;
        padding-bottom: 30px;
        padding-right: 30px;
        padding-left: 30px;
        margin: 0px;
    }

    .mobile-inner-header {
        background-color: #4b662f;
        width: 100%;
        height: 50px;
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .mobile-inner-header-icon {
        color: #ffffff;
        height: 50px;
        font-size: 25px;
        text-align: center;
        float: right;
        width: 50px;
        position: relative;
        -webkit-transition: background 0.5s;
        -moz-transition: background 0.5s;
        -o-transition: background 0.5s;
        transition: background 0.5s;
    }

    .mobile-inner-header-icon:hover {
        background-color: rgba(255, 255, 255, 0.2);
        cursor: pointer;
    }

    .mobile-inner-header-icon span {
        position: absolute;
        left: calc((100% - 25px) / 2);
        top: calc((100% - 1px) / 2);
        width: 25px;
        height: 1px;
        background-color: rgba(255, 255, 255, 1);
    }

    .mobile-inner-header-icon span:nth-child(1) {
        transform: translateY(4px) rotate(0deg);
    }

    .mobile-inner-header-icon span:nth-child(2) {
        transform: translateY(-4px) rotate(0deg);
    }

    .mobile-inner-header-icon-click span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clickfirst;
    }

    .mobile-inner-header-icon-click span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: clicksecond;
    }

    .mobile-inner-header-icon-click span:nth-child(3) {
        display: none;
    }

    @keyframes clickfirst {
        0% {
            transform: translateY(4px) rotate(0deg);

        }

        100% {
            transform: translateY(0) rotate(45deg);
        }
    }



    @keyframes clicksecond {
        0% {
            transform: translateY(-4px) rotate(0deg);
        }

        100% {
            transform: translateY(0) rotate(-45deg);
        }
    }

    .mobile-inner-header-icon-out span:nth-child(1) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outfirst;
    }

    .mobile-inner-header-icon-out span:nth-child(2) {
        animation-duration: 0.5s;
        animation-fill-mode: both;
        animation-name: outsecond;
    }

    @keyframes outfirst {
        0% {
            transform: translateY(0) rotate(-45deg);
        }

        100% {
            transform: translateY(-4px) rotate(0deg);
        }
    }



    @keyframes outsecond {
        0% {
            transform: translateY(0) rotate(45deg);
        }

        100% {
            transform: translateY(4px) rotate(0deg);
        }
    }

    .mobile-inner-nav {
        background-color: rgba(0, 0, 0, 0.9);
        width: 100%;
        position: absolute;
        top: 50px;
        left: 0px;
        padding-top: 30px;
        padding-bottom: 80px;
        display: none;
    }

    .mobile-inner-nav a {
        display: inline-block;
        line-height: 50px;
        text-decoration: none;
        width: 80%;
        margin-left: 10%;
        color: #FFFFFF;
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        font-weight: 300;
    }

    .mobile-inner-nav a:hover {
        color: rgba(255, 255, 255, 0.4);
        border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    }

    #header {
        display: none;
    }

    .banner {
        width: 100%;
        height: auto;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .mobile {
        display: block;
    }


    .title_main {
        width: 100%;
        position: relative;
        height: 80px;
        background: url(../3.png) no-repeat top;
        margin-top: 30px;
        float: left;
    }

    .title_main h2 {
        color: #0f0f0f;
        font-size: 4vh;
        height: 4vh;
        line-height: 4vh;
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 3;
        bottom: 0;
    }

    .title_main h3 {
        color: #ebf1ee;
        font-size: 3.5vh;
        height: 3.5vh;
        line-height: 3.5vh;
        width: 100%;
        text-align: center;
        position: absolute;
        z-index: 2;
        bottom: 0;
    }

    .content1 {
        width: 100%;
        height: auto;
        background: url(../4.jpg) no-repeat center;
        background-size: cover;
        float: left;
    }

    .content1 .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
    }

    .content1 .position .main {
        width: 100%;
        float: left;
    }

    .content1 .position .left {
        width: 100%;
        float: left;
        margin-top: 15px;

    }

    .content1 .position .left .title {
        font-size: 4vh;
        /* color: #4b662f; */
        display: block;
        padding-bottom: 20px;
        /* background: url(../5.png) no-repeat bottom left; */
        /* font-family: 宋体; */
        font-weight: bold;
        text-align: center;
        line-height: 6vh;
    }

    .content1 .position .left .title span {
        /* color: #078f91; */
        /* font-family: 宋体; */
        font-weight: bold;
    }

    .content1 .position .left p {
        color: #373737;
        line-height: 36px;
        font-size: 2vh;
        text-indent: 2em;
        margin-top: 25px;
        text-align: justify;
        width: 100%;
        float: left;
        padding-right: 0px;
    }

    .content1 .position .right {
        width: 100%;
        height: auto;
        float: right;
        background: #4b662f;
        margin-top: 30px;
        position: relative;
    }

    .content1 .position .right video {
        width: 100%;
        height: auto;
        right: 0px;
        top: 0px;
        background: #000;
        position: unset;
        float: left;
    }



    .content2 {
        width: 100%;
        height: auto;
        background: url(../6.jpg) no-repeat center;
        float: left;
    }

    .content2 .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
        float: left;
    }

    .content2 .position .left {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 20px;
        box-shadow: 0 0 10px #f0f0f0;
    }

    .content2 .position .left .img {
        width: 100%;
        height: auto;
    }

    .content2 .position .left .img img {
        width: 100%;
        height: auto;
    }

    .content2 .position .left .text {
        width: 100%;
        float: left;
        height: auto;
        background: #fff;
        padding: 20px 30px;

    }

    .content2 .position .left .text .topic {
        display: block;
        font-size: 16px;
        line-height: 32px;
        color: #4c4c4c;
        width: 100%;
        float: left;
    }

    .content2 .position .left .text .des {
        color: #a2a2a2;
        line-height: 28px;
        width: 100%;
        float: left;
    }

    .content2 .position .left .text .down {
        width: 100%;
        float: left;
    }

    .content2 .position .left .text .down .date {
        line-height: 36px;
        float: left;
        color: #4b662f;
    }

    .content2 .position .left .text .down .lanmu {
        color: #9e9e9e;
        text-decoration: underline;
        float: left;
        line-height: 36px;
        margin-left: 10px;
    }

    .content2 .position .left .text .down .more {
        width: 90px;
        height: 30px;
        border: 1px solid #539373;
        line-height: 28px;
        text-align: center;
        color: #9e9e9e;
        display: block;
        float: right;
        margin-top: 10px;
        display: none;
    }

    .content2 .position .right {
        width: 100%;
        height: auto;
        float: right;
        margin-top: 10px;
    }

    .content2 .position .right .box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        box-shadow: 0 0 10px #f0f0f0;
        width: 100%;
        float: left;
    }

    .content2 .position .right .text {
        height: auto;
        background: #fff;
        padding: 20px 30px;
        width: 100%;
        float: left;
    }

    .content2 .position .right .text .topic {
        display: block;
        font-size: 16px;
        line-height: 32px;
        color: #4c4c4c;
        width: 100%;
        float: left;
    }

    .content2 .position .right .text:hover .topic {
        color: #4b662f;
    }

    .content2 .position .right .text .des {
        color: #a2a2a2;
        line-height: 28px;
        width: 100%;
        float: left;
    }

    .content2 .position .right .text .down {
        width: 100%;
        float: left;
    }

    .content2 .position .right .text .down .date {
        line-height: 36px;
        float: left;
        color: #4b662f;
    }

    .content2 .position .right .text .down .lanmu {
        color: #9e9e9e;
        text-decoration: underline;
        float: left;
        line-height: 36px;
        margin-left: 10px;
    }

    .content2 .position .right .text .down .more {
        width: 90px;
        height: 30px;
        border: 1px solid #539373;
        line-height: 28px;
        text-align: center;
        color: #9e9e9e;
        display: block;
        float: right;
        margin-top: 10px;
        display: none;
    }

    .content2 .position .right .text:hover .down .more {
        display: none;
    }

    .content3 {
        width: 100%;
        height: auto;
        float: left;
        background: url(../7.jpg) no-repeat bottom;
    }

    .content3 .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        float: left;
        position: relative;
    }

    .content3 .position .box {
        width: 100%;
        height: auto;
        background: #fff;
    }

    .content3 .position .box .img {
        width: 100%;
        height: auto;
        position: relative;
    }

    .content3 .position .box .img img {
        width: 100%;
        height: auto;
    }

    .content3 .position .box .img a {
        width: 100%;
        height: 100%;
        background: url(../8.png) no-repeat center rgba(83, 148, 115, 0.45);
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
    }

    .content3 .position .box:hover .img a {
        opacity: 1;
    }

    .content3 .position .box .topic {
        width: 100%;
        height: 70px;
        background: #fff;
        text-align: center;
        line-height: 70px;
        color: #0f0f0f;
        display: block;
        font-size: 16px;
    }

    .content3 .position .box:hover .topic {
        color: #539373;
    }

    .content3 .swiper-slide {
        height: auto;
    }

    .content3 .swiper-container {
        height: auto;
        margin-top: 30px;
        float: left;
        padding-bottom: 40px;
    }

    .content3 .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
        opacity: 1 !important;
        background: rgba(255, 255, 255, 0) !important;
        filter: alpha(opacity=1) !important;
        -webkit-border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        border-radius: 10px !important;
        border: 1px solid #fff;
    }

    .content3 .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 1) !important;
    }



    .content4 {
        width: 100%;
        height: auto;
        background: #f7f7f7;
        float: left;
    }

    .content4 .position {
        width: 95%;
        height: auto;
        float: left;
        margin: 0 2.5%;
        position: relative;
        margin-bottom: 35px;

    }

    .content4 .slideTxtBox {
        width: 100%;
        height: auto;
        float: left;
    }

    .content4 .slideTxtBox .hd {
        width: 100%;
        height: auto;
        float: left;
        margin-top: 40px;
    }

    .content4 .slideTxtBox .hd ul {
        width: 100%;
        height: auto;
        float: left;
        margin-left: 1%;
    }

    .content4 .slideTxtBox .hd ul li {
        width: 31.8%;
        height: auto;
        float: left;
        background: #fff;
        margin: 0 1.5% 1.5% 0;
        padding: 15px 0;
        height: 17vh;
    }

    .content4 .slideTxtBox .hd ul li .img {
        width: 50%;
        height: auto;
        float: left;
        margin: 15px;
        position: relative;
        margin: 0 25%;
    }

    .content4 .slideTxtBox .hd ul li .img img {
        width: 100%;
        height: auto;
    }

    .content4 .slideTxtBox .hd ul li .img .up {
        position: absolute;
        left: 0;
        top: 0;
    }

    .content4 .slideTxtBox .hd ul li.on {
        background: #4b662f;
    }

    .content4 .slideTxtBox .hd ul li.on .img .up {
        display: none;
    }

    .content4 .slideTxtBox .hd ul li.on .topic_ch {
        color: #fff;
    }

    .content4 .slideTxtBox .hd ul li.on .topic_en {
        color: #fff;
    }

    .content4 .slideTxtBox .hd ul li .topic_ch {
        width: 100%;
        color: #0f0f0f;
        font-size: 14px;
        text-align: center;
        line-height: 14px;
        margin-top: 10px;
        float: left;
    }

    .content4 .slideTxtBox .hd ul li .topic_en {
        width: 100%;
        color: #ababab;
        font-size: 12px;
        text-align: center;
        line-height: 12px;
        margin-top: 7px;
        float: left;
        display: none;
    }

    .content4 .slideTxtBox .bd {
        width: 560px;
        height: 500px;
        float: right;
        margin-top: 40px;
        display: none;
    }


    .foot {
        width: 100%;
        height: auto;
        background: #4b662f;
        float: left;
        padding-bottom: 30px;
    }

    .foot .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
        float: left;
    }

    .foot .position .b_ul {
        float: left;
        margin-top: 50px;
        display: none;
    }

    .foot .position .b_ul .b_li {
        float: left;
        width: 135px;
        font-size: 16px;

    }

    .foot .position .b_ul .b_li .b_a {
        color: #fff;
    }

    .foot .position .b_ul .b_li ul {
        width: 100%;
        line-height: 30px;
        margin-top: 10px;
    }

    .foot .position .b_ul .b_li ul li {
        color: #fff;
        font-size: 14px;
    }

    .foot .position .b_ul .b_li ul li a {
        color: #fff;
    }

    .foot .position .right {
        float: right;
        height: 270px;
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .foot .position .right .b_logo {
        width: 100%;
        height: 60px;
        float: right;
        text-align: center;
    }

    .foot .position .right .b_logo img {
        width: 140px;
        height: 60px;

        width: 80%;
        height: auto;
    }

    .foot .position .right .icon {
        width: 100%;
        height: 40px;
        float: right;
        margin-top: 17px;
        text-align: center;
    }

    .foot .position .right .icon .box {
        width: 40px;
        height: 40px;
        margin-left: 20px;
        position: relative;
        display: inline-block;
        float: none;
    }

    .foot .position .right .icon .box a {
        width: 40px;
        height: 40px;
        position: absolute;
        left: 0;
        /* margin-left: -50px; */
        top: 0px;
        /* display: none; */
    }

    .foot .position .right .icon .box img {
        display: block;
        display: none;
        width: 40px;
        height: 40px;
    }

    .foot .position .right .icon .box1 {
        background: url(../11.png) no-repeat center;
    }

    .foot .position .right .icon .box2 {
        background: url(../12.png) no-repeat center;
    }

    .foot .position .right .icon .box3 {
        background: url(../13.png) no-repeat center;
    }

    .foot .position .right .icon .box4 {
        /* background: url(../14.png) no-repeat center; */
    }

    .foot .position .right .icon .box5 {
        background: url(../15.png) no-repeat center;
    }

    .foot .position .right .icon .box1:hover {
        background: url(../11on.png) no-repeat center;
    }

    .foot .position .right .icon .box2:hover {
        background: url(../12on.png) no-repeat center;
    }

    .foot .position .right .icon .box3:hover {
        background: url(../13on.png) no-repeat center;
    }

    .foot .position .right .icon .box4:hover {
        /* background: url(../14on.png) no-repeat center; */
    }

    .foot .position .right .icon .box5:hover {
        background: url(../15on.png) no-repeat center;
    }

    .foot .position .right .add {
        color: #fff;
        font-size: 16px;
        margin-top: 23px;
        width: 100%;
        text-align: right;
        float: right;
        text-align: center;
    }

    .foot .position .right .tel {
        color: #fff;
        font-size: 16px;
        margin-top: 15px;
        width: 100%;
        float: right;
        text-align: center;
    }

    .foot .position .right .feedback {
        width: 120px;
        height: 30px;
        border: 1px solid #fff;
        border-radius: 5px;
        float: none;
        display: inline-block;
        text-align: center;
        line-height: 28px;
        font-size: 14px;
        margin-top: 20px;
        color: #fff;
    }

    .foot .position .right .feedback:hover {
        background: #fff;
        color: #4b662f;
    }

    .foot1 {
        width: 100%;
        height: auto;
        background: #3f5d1f;
        float: left;
    }

    .foot1 .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
        position: relative;
        color: #b0cabc;
        line-height: 40px;
        float: left;
        text-align: center;
    }

    .foot1 .position a {
        color: #b0cabc;
    }

    .foot1 .position div {
        width: 100%;
    }


    .n_adv {
        width: 100%;
        height: 13.5vh;
        position: relative;
        float: left;
    }

    .n_adv img {
        width: 100%;
        height: 13.5vh;
        position: absolute;
        left: 0;
        top: 0;
    }

    .n_adv .position {
        width: 100%;
        height: auto;
        margin: auto;
        position: relative;
        z-index: 2;
    }

    .n_adv .position .weizhi {
        margin-top: 3vh;
        float: left;
        text-align: center;
        width: 100%;
    }

    .n_adv .position .weizhi h2 {
        color: #fff;
        font-size: 4vh;
        width: 100%;
        text-align: center;
        display: block;
    }

    .n_adv .position .weizhi p {
        color: #fff;
        opacity: 0.5;
        display: none;
    }

    .n_adv .position .weizhi p a {
        color: #fff;
    }

    .nei_guide {
        width: 100%;
        height: 40px;
        position: relative;
        top: 0;
        z-index: 99999999;
        float: left;
        overflow-x: scroll;
    }

    .nei_guide .position {
        width: 100%;
        height: 40px;
        position: relative;
        margin: 0 2.5%;
        background: none;
        display: flex;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }

    .nei_guide .position li {
        display: block;
        float: left;
        padding: 0 5px;
        line-height: 40px;
        font-size: 14px;
        background: url(../9.jpg) no-repeat right;
    }

    .nei_guide .position li a {
        color: #373737;
        display: block;
    }

    .nei_guide .position li.layui-this {
        color: #4b662f;

    }

    .nei_guide .position li.layui-this a {
        border-bottom: 1px solid #4b662f;
        color: #4b662f;
        font-weight: bold;
    }

    .nei_guide .position li a:hover {
        border-bottom: 1px solid #4b662f;
        color: #4b662f;
    }



    .content {
        width: 100%;
        float: left;
        background: #f7f7f7;
    }

    .content .position {
        width: 95%;
        margin: 0 2.5%;
        overflow-x: hidden;
        position: relative;
        z-index: 99999;
        float: left;
    }

    .content .position .bg_fix {
        width: 100%;
        float: left;
        background: #f7f7f7;
    }

    .content .position .d_page {
        width: 100%;
        float: left;
    }

    .content .position .d_page .up {
        width: 100%;
        height: 160px;
        text-align: center;
        float: left;
    }

    .content .position .d_page .up h2 {
        color: #373737;
        font-size: 26px;
        font-weight: bold;
        float: left;
        margin-top: 50px;
        width: 100%;
        display: block;
    }

    .content .position .d_page .up p {
        color: #b1b1b1;
        float: left;
        display: block;
        width: 100%;
        margin-top: 20px;
    }

    .content .position .d_page .down {
        float: left;
        width: 100%;
        background: #fff;
        padding: 30px;
        margin-bottom: 40px;
        font-size: 16px;
        color: #3a3a3a;
        line-height: 2.25em;
        margin-top: 20px !important;
    }

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

    .content .position .n_list {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .content .position .n_list .boxt {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        margin: 0 10px 10px 0;
    }

    .content .position .n_list .boxt .img {
        width: 100%;
        float: left;
        height: auto;
    }

    .content .position .n_list .boxt .img img {
        width: 100%;
        float: left;
        height: auto;
    }

    .content .position .n_list .boxt .text {
        width: 100%;
        float: left;
        padding: 20px;
        height: auto;
    }

    .content .position .n_list .boxt .text .topic {
        width: 100%;
        font-size: 16px;
        color: #373737;
        line-height: 32px;
        margin-top: 0px;
    }

    .content .position .n_list .boxt .text .des {
        color: #9e9e9e;
        font-size: 14px;
        line-height: 28px;
        margin-top: 5px;
    }

    .content .position .n_list .boxt .text .date {
        width: 100%;
        margin-top: 10px;
    }

    .content .position .n_list .boxt .text .date .l {
        float: left;
        color: #4b662f;
        font-size: 14px;
        line-height: 14px;
    }

    .content .position .n_list .boxt .text .date .r {
        float: right;
        width: 90px;
        height: 30px;
        text-align: center;
        line-height: 28px;
        display: block;
        border: 1px solid #539373;
        color: #9e9e9e;
        margin-top: -5px;
        display: none;
    }

    .clear {
        clear: both;
    }

    .content .position .n_list .box {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        margin: 0 0px 10px 0;
        padding: 10px;
    }

    .content .position .n_list .box .date {
        width: auto;
        height: auto;
        margin-top: 0px;
        float: left;
        text-align: center;
    }

    .content .position .n_list .box .date .dd {
        float: right;
        color: #9e9e9e;
        font-size: 16px;
        width: auto;
        line-height: 16px;
        margin-top: 0px;
    }

    .content .position .n_list .box .date .line {
        width: 6px;
        height: 1px;
        background: #9e9e9e;
        float: right;
        margin: 9px 0 0 0;
    }

    .content .position .n_list .box .date .yy {
        float: left;
        color: #9e9e9e;
        font-size: 16px;
        width: auto;
        line-height: 16px;
        margin-top: 0px;
    }

    .content .position .n_list .box .text {
        width: 100%;
        height: auto;
        float: right;
    }

    .content .position .n_list .box .text a {
        color: #393939;
        font-size: 16px;
        margin-top: 15px;
        float: left;
        display: block;
    }

    .content .position .n_list .box:hover .text a {
        color: #4b662f;
    }

    .content .position .n_list .box .text p {

        color: #9e9e9e;
        font-size: 14px;
        line-height: 22px;
        margin-top: 17px;
        float: left;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: block;
    }

    .swiper-containerpic {
        margin-top: 50px;
        height: 575px;
        width: 100%;
        display: none;
    }

    .swiper-containerpic .swiper-slide {
        background-position: center;
        background-size: cover;
        width: 685px;
        height: 515px;
        position: relative;
    }

    .swiper-containerpic .swiper-slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .swiper-containerpic .swiper-slide .topic {
        width: 100%;
        height: 70px;
        line-height: 70px;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;

    }

    .swiper-containerpic .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
        border-radius: 15px !important;
        background: #f7f7f7 !important;
        opacity: 1 !important;
        filter: alpha(opacity=1) !important;
        border: 1px solid #4b662f;
        text-align: center !important;

    }

    .swiper-containerpic .swiper-pagination-bullet-active {
        background: #4b662f !important;
    }

    .content .position .pic {
        width: 100%;
        float: left;
        margin-top: 25px;
    }

    .content .position .d_page .addmain {
        width: 100%;
        padding: 10px;
    }

    .content .position .d_page .addmain .link_in {
        width: 100%;
    }

    .content .position .d_page .addmain .link_in .box {
        width: 100%;
        height: auto;
    }

    .content .position .d_page .addmain .link_in .box img {
        width: 100%;
        height: auto;
    }

    .content .position .pic .box {
        width: 100%;
        height: auto;
        float: left;
        background: #fff;
        margin: 0 10px 0 0;
    }

    .content .position .pic .box .img {
        width: 90%;
        height: auto;
        margin: 5% 5% 0 5%;
    }

    .content .position .pic .box .img img {
        width: 100%;
        height: auto;
    }

    .content .position .pic .box .topic {
        width: 100%;
        line-height: 45px;
        text-align: center;
        color: #434343;
        font-size: 16px;
    }

    .content .position .pic .box .topic a {
        color: #434343;
    }

    .content .position .xinxi {
        width: 100%;
        height: auto;
        background: #fff;
        display: none;

    }

    .content .map {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    .content .map img {
        width: 100%;
        height: auto;
    }

    .content .map .xinxi {
        width: 100%;
        height: 225px;
    }

    .content .xinxi .img {
        width: 50px;
        height: 50px;
        display: inline-block;
        margin-top: 50px;
    }

    .content .xinxi .img img {
        width: 50px;
        height: 50px;
    }

    .content .xinxi .box {
        float: left;
        height: 225px;
        background: url(../10.jpg) no-repeat left;
        text-align: center;
    }

    .content .xinxi .box1 {
        width: 370px;
    }

    .content .xinxi .box2 {
        width: 660px;
    }

    .content .xinxi .box .topic {
        margin-top: 13px;
        font-size: 16px;
        color: #373737;
    }

    .content .xinxi .box .des {
        margin-top: 13px;
        font-size: 14px;
        color: #7f7f7f;
    }

    .content .layui-btn {
        width: 100%;
        height: 50px;
        background: #4b662f;
    }

    .layui-input,
    .layui-select,
    .layui-textarea {
        height: 50px;
    }

    .btn-group {
        display: none;
        margin-top: 20px;
    }

    .cx {
        width: 100%;
        height: 50px;
        margin-top: 50px;
    }

    .cx select {
        height: 50px;
        background: #f2f2f2;
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        border: none;
        background: url(../18.png) no-repeat 520px center #f2f2f2;
        border-radius: 0;
        width: 100%;
        margin-right: 17px;
        color: #2c2c2c;
    }

    .cx .b {
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        background: #4b662f;
        float: right;
        border: 0;
    }

    .content .position .mainx .mapx {
        width: 100%;
        height: auto;
        margin: 0 auto;
        border: 1px solid rgba(0, 0, 0, 0.1)
    }

    .content .position .mainx .mapx img {
        width: 100%;
        height: auto;
    }

    .margin-top-60 {
        margin-top: 20px !important;
    }

    .dsjbox {
        display: none;
    }

    .n_list_mbi {
        display: block;
    }

    .contentmap {
        width: 100%;
        height: auto;
        margin-top: 25px;
    }

    .contentmap .position {
        width: 95%;
        height: auto;
        margin: 0 2.5%;
    }

    .contentmap .position .mleft {
        width: 100%;
        height: auto;
        float: left;
        background: silver;
    }

    .contentmap .position .mright {
        width: 100%;
        height: auto;
        float: right;
    }

    .contentmap .position .mright .box {
        width: 100%;
        height: 100px;
        border-bottom: 1px solid #b1b1b1;
        padding: 25px 0;
    }

    .contentmap .position .mright .box .img {
        float: left;
        width: 50px;
        height: 50px;
        margin-top: 0;
    }

    .contentmap .position .mright .box .img img {
        width: 50px;
        height: 50px;
    }

    .contentmap .position .mright .box .text {
        margin-top: 0;
        height: 50px;
        float: right;
        width: 250px;
    }

    .contentmap .position .mright .box .text .topic {
        font-size: 16px;
        line-height: 16px;
        color: #3a3a3a;
    }

    .contentmap .position .mright .box .text .des {
        font-size: 14px;
        color: #4c4c4c;
        margin-top: 5px;
    }

    .m_link {
        width: 100%;
        height: auto;
        margin-top: 30px;
        float: left;
    }

    .m_link .addmain {
        width: 95%;
        height: auto;
        background: #fff;
        padding: 0px;
        margin: 0 2.5%;
    }

    .m_link .addmain .box {
        float: left;
        margin-left: 0px;
    }

    .m_link .addmain .box img {
        border: 1px solid #f2f2f2;
        display: block;
        width: 100%;
        height: auto;
        border-radius: 5px;
    }
}