body {
    background: #222;
}

.figure {
    overflow: hidden;
    position: relative;
}

.figure a {
    display: block;
    position: relative;
    overflow: hidden;
}

.figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .3s;
}

.figure:after {
    content: '';
}

.figure .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: all .3s;
}

/*Top003213 */
.Top003213 {
    color: #008351;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: 0.3s;
}
.Top003213 .logo {
    width: 4.32rem;
}

.Top003213 .logo a {
    display: block;
    padding-bottom: calc(44/432*100%);
    position: relative;
}

.Top003213 .logo img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}



.Top003213 .open-search {
    display: block;
    width: 0.22rem;
    height: 0.22rem;
    background: url(../images/Top003084-search.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.Top003213 .top-search {
    position: absolute;
    top: 100%;
    margin-top: 0.45rem;
    right: 0;
    width: 4rem;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 0.1rem 0.1rem;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.3rem);
    transition: 0.3s;
}

.Top003213 .top-search .text {
    flex: 1;
    border: 0;
    height: 0.5rem;
    line-height: 0.5rem;
    padding: 0 1em;
    font-size: 0.16rem;
}

.Top003213 .top-search .text:not(.focus) {
    color: rgba(var(--rgb-999), 1);
}

.Top003213 .top-search .btn {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    background: url(../images/Top003213-search.png) no-repeat center center;
    background-size: auto 0.22rem;
    cursor: pointer;
}

.search-show .Top003213 .top-search {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#button {
    position: relative;
}
@media (max-width:1024px) {
    .Top003213 {
        --top: 0.7rem;
        background-color: var(--white);
        box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
    }
    .Top003213 .top-search {
        margin-top: 0;
        width: 100%;
        border-radius:0;
    }
    .Top003213 .inner {
        padding: 0.2rem 0;
    }

    .Top003213 menu {
        position: fixed;
        left: -100%;
        opacity: 0;
        visibility: hidden;
        transition: left 0.5s ease-in-out;
        top: var(--top);
        width: 100%;
        bottom: 0;
    }

    .menu-show .Top003213 menu {
        left: 0;
        visibility: visible;
        opacity: 1;
    }

    .Top003213 .open-menu {
        margin-left: 0.3rem;
    }

    .Top003213 .open-menu i {
        background-color: #fff;
    }

    #button {
        margin-left: 0.3rem;
        position: static;
    }
}






/*Banner003172 */
.Banner003172 {
    color: #fff;
}

.Banner003172 .tit {
    font-size: 0.73rem;
    line-height: 1;
    letter-spacing: 0.05rem;
}

.Banner003172 .desc {
    font-size: 0.42rem;
    letter-spacing: 0.15em;
    margin-top: 0.22rem;
}

.Banner003172 li {
    position: relative;
}

.Banner003172 .txt {
    position: absolute;
    left: 0;
    top: 45%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}
.Banner003172 .video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;z-index: 5;}
.Banner003172 .video video{display: block;width: 100%;height: 100%;    object-fit: cover;}
.Banner003172 .tit,
.Banner003172 .desc {
    transform: translateY(30px);
    opacity: 0;
    transition: 1.2s 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.Banner003172 .desc {
    transition-delay: 1s;
}

.Banner003172 .ani-show .tit,
.Banner003172 .ani-show .desc {
    transform: translateY(0);
    opacity: 1;
}

.Banner003172 .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.5rem;
    z-index: 20;
}

.Banner003172 .slick-dots li {
    float: left;
    width: 0.2rem;
    height: 0.2rem;
    margin: 0 0.1rem;
}

.Banner003172 .slick-dots li.slick-active {
    background: url(../images/Banner003172-dots.svg) no-repeat;
    background-size: contain;
}

.Banner003172 .slick-dots li button {
    width: 0.05rem;
    height: 0.05rem;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    overflow: hidden;
    text-indent: -999em;
}

.Banner003172 .slick-dots li.slick-active button {
    opacity: 0;
}
.Banner003172 .figure {padding-bottom: 50%;}

@media only screen and (max-width:640px) {
    .Banner003172 .figure {padding-bottom: 100%;}
    .Banner003172 .tit {font-size: 0.48rem;}
    .Banner003172 .desc {font-size: 0.24rem;}
}


.h-title {
    position: relative;
    z-index: 1;
    margin-bottom: 0.5rem;
}

.h-title .cn {
    font-size: 0.46rem;
    color: #222;
    letter-spacing: 2px;
}

.h-title .en {
    font-size: 0.22rem;
    color: #b8b8b8;
    margin-top: 0.07rem;
    letter-spacing: 0.09em;
}

.h-title.center {
    text-align: center;
}

.h-title.white .cn {
    color: #fff;
}

.h-title.white .en {
    color: rgba(255, 255, 255, 0.7);
}




.h-more a {
    display: table;
}

.h-more span {
    display: inline-block;
    vertical-align: middle;
}

.h-more .icon {
    width: 0.52rem;
    height: 0.52rem;
    border: solid 0.02rem #008351;
    border-radius: 0.05rem;
    position: relative;
    margin-right: 0.2rem;
    transition: 0.3s ease-out;
    background: url(../images/Floor003183-next.svg) no-repeat center #008351;
    background-size: auto 28.846%;
}

.h-more .icon:before {
    position: absolute;
    content: '';
    width: 0.12rem;
    height:0.12rem;
    transform: rotate(45deg);
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
    left: 50%;
    top: 50%;
    margin: -0.06rem 0 0 -0.08rem;
    display: none;
}



.h-more .t {
    color: #333;
    font-size: 0.16rem;
}

.h-more .t:before {
    display: inline-block;
    content: '';
    vertical-align: middle;
    width: 0.23rem;
    height: 1px;
    margin-right: 0.07rem;
    background: #999;
}

.h-more a:hover .t {
    color: #008351;
}

.h-more a:hover .t:before {
    background: #008351;
}

.h-more.white .t {
    color: #fff;
}

.h-more.white .t:before {
    background: rgba(255, 255, 255, 0.2);
}

/*Floor003194 */
.Floor003194 {
    padding-top: 0.9rem;
    overflow: hidden;
    position: relative;
    background: #111;
}

.Floor003194:after {
    content: '';
    width: 100%;
    height: 2.35rem;
    background: url(../images/bg1.jpg) no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
}

.Floor003194_2:after {
    background: url(../images/bg4.jpg) no-repeat center;
}

.Floor003194 .intro {
    text-align: center;
    padding-bottom: calc(0 / 1920 * 100vw);
}

.Floor003194 .boxs-group {
    background-color: #000;
}

.Floor003194 .boxs-group .box {
    overflow: hidden;
}

.Floor003194 .boxs-group .inside {
    position: relative;
}

.Floor003194 .boxs-group .txt {
    position: absolute;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.Floor003194 .boxs-group picture {
    opacity: 0.9;
    transition: 0.5s;
    display: block;
}

.Floor003194 .box .tit {
    font-size: 0.32rem;
    margin-bottom: calc(30 / 40 * 1em);
}

.Floor003194 .box .desc {
    font-size: 0.18rem;
    padding: 0 0.1rem;
    line-height: 0.32rem
}

.Floor003194 .box .icon {
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 0.05rem;
    border: solid 1px rgba(255, 255, 255, 1);
    display: inline-block;
    margin-top:0.6rem;
    background: url(../images/Floor003183-next.svg) no-repeat center center;
}

@media (min-width:1025px) {
    .Floor003194 .boxs-group {
        margin: 0 0 0 -6%;
        display: flex;
        height: calc(750 / 16 * 1em);
        width: 112%;
    }

    .Floor003194 .boxs-group .box {
        width: 33.35%;
        
        transform: skewX(-15deg);
        transition: 0.5s width;
    }

    .Floor003194 .boxs-group .inside {
        height: 100%;
    }

    .Floor003194 .boxs-group .txt {
        transform: skewX(15deg);
        width: calc(375 / 530 * 100%);
        top: 15.883%;
        left: calc((100% - 375 / 530 * 100%) / 2);
    }

    .Floor003194 .boxs-group picture {
        position: absolute;
        left: calc(-58.334% / 2);
        width: calc(760 / 480 * 100%);
        transform: skewX(15deg);
        top: 0;
        height: 100%;
    }

    .Floor003194 .box.on {
        width: 60%;
    }

    .Floor003194 .box.on picture {
        width: 118%;
        left: -9%;
        opacity: 1;
    }

    .Floor003194 .box.short .txt {
        opacity: 0;
    }

    .Floor003194 .box.short {
        width: 20%;
    }

    .Floor003194 .box.short picture {
        opacity: 0.5;
        left: calc(-131.429% / 2);
        width: calc(405 / 175 * 100%);
    }

    .Floor003194 .box:first-child .txt {
        width: calc(420 / 530 * 100%);
    }

    .Floor003194 .box:not(.on):last-child .txt {
        left: 0;
    }

    .Floor003194 .box.on .txt {
        text-align: left;
    }

    .Floor003194 .box.on .desc {
        display: none;
    }

    .Floor003194 .box .info {
        visibility: hidden;
        max-width: calc(650 / 16 * 1em);
        font-size: 0.16rem;
        line-height: 0.32rem;
        transform: translateX(50px);
        opacity: 0;
        transition: transform 0.3s 0.5s, opacity 0.3s 0.5s;
        position: absolute;
        text-align: justify;
    }

    .Floor003194 .box.on .info {
        visibility: visible;
        transform: translateX(0);
        opacity: 1;
        position: relative;
    }
}

@media (max-width:1024px) {
    .Floor003194 .boxs-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .Floor003194 .box {
        width: 33.333%;
    }

    .Floor003194 .boxs-group picture {
        height: 5rem;
        opacity: 0.7;
    }

    .Floor003194 .box .info {
        display: none;
    }

    .Floor003194 .boxs-group .txt {
        left: 0;
        width: 100%;
        padding: 0 5%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
}
@media (max-width:640px) {
    .Floor003194 .box {
        width: 100%;
    }
}
/*Floor003183 */
.Floor003183 {
    overflow: hidden;
    background: url(../images/Floor003183-bg.jpg) no-repeat center/cover;
    padding: 1rem 0;
}

.Floor003183 .h-title {
    margin-bottom: 0;
}


.Floor003183 .controls {
    margin-bottom: calc(50 / 1920 * 100vw);
    position: relative;
    min-height: 1px;
    z-index: 5;
}

.Floor003183 .slick-arrow {
    position: absolute;
    bottom: 100%;
    background: no-repeat center;
    background-size: auto calc(15 / 16 * 1em);
    padding: 0;
    right: 0;
    width: calc(52 / 16 * 1em);
    height: calc(52 / 16 * 1em);
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1em;
    text-indent: -9999em;
    transition: 0.56s;
    border-radius: 0.05rem
}

.Floor003183 .slick-prev {
    margin-right: calc(74 / 16 * 1em);
    background-image: url(../images/Floor003183-prev.svg);
}

.Floor003183 .slick-arrow:hover {
    background-color: #008351;
}

.Floor003183 .slick-next {
    background-image: url(../images/Floor003183-next.svg);
}

.Floor003183 .slider a {
    display: block;
    position: relative;
    overflow: hidden;
}

@media (min-width:1025px) {
    .Floor003183 .slider {
        width: calc(100% + (100vw - 100%) / 2 + (65 / 1920 * 100vw));
        overflow: hidden;
    }

    .Floor003183 .slider a {
        margin-right: calc(65 / 1920 * 100vw);
    }
}

.Floor003183 .slider .Ispic {
    padding-bottom: 100%;
    transition: 0.3s ease-out;
}

.Floor003183 .slider .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: calc(25 / 16 * 1em) calc(30 / 16 * 1em);
    color: #fff;
    font-size: 0.24rem;
    transition: 0.5s;
    background-image: linear-gradient(transparent, rgba(0, 131, 81, 1));
}

.Floor003183 .slider .tit {
    line-height: calc(30 / 24 * 1em);
    margin-bottom: 0.1rem;
}

.Floor003183 .slider p {
    margin: 0;
    font-size: 0.16rem;
}

.Floor003183 .slider a:hover .Ispic {
    transform: scale(1.15);
}

.Floor003183 .slider a:hover .txt {
    background-color: rgba(0, 131, 81, 0.8);
}

/*Floor003210 */
.Floor003210 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 0.9rem 0 1rem;
    background: url(../images/Floor003210-bg.jpg) no-repeat center/cover;
}

.Floor003210 .h-title {
    float: left;
}

.Floor003210 .h-more {
    float: right;
    margin-top: 2%;
}

.Floor003210 .swiper-wrapper {
    height: auto;
}

.Floor003210 .inner {
    position: relative;
    z-index: 3;
    margin-top: 0rem;
    align-items: stretch;
}

.Floor003210 .left {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.Floor003210 .item a {
    align-items: stretch;
}

.Floor003210 .item+.item {
    margin-top: 0.65rem;
}

.Floor003210 .item .pic {
    width: calc(220 / 760 * 100%);
    flex-shrink: 0;
    overflow: hidden;
}

.Floor003210 .item .Ispic {
    padding-bottom: calc(140 / 220 * 100%);
    transition: 0.3s;
}

.Floor003210 .item a:hover .Ispic {
    transform: scale(1.15);
}

.Floor003210 .item .txt {
    flex: 1;
    margin-right: 0rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-right: 0.6rem;
}

.Floor003210 .item time {
    font-size: 0.16rem;
    color: #fff;
}

.Floor003210 .item .txt p {
    margin: 0.1rem 0 0 0;
    line-height: 0.32rem;
    font-size: 0.22rem;
    color: #fff;
}

.Floor003210 .swiper-img {
    position: relative;
    z-index: 2;
}

.Floor003210 .swiper-img .pages {
    position: absolute;
    right: 0;
    height: 0.5rem;
    width: 1.2rem;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    bottom: 0;
    z-index: 10;
    left: auto;
    padding-bottom: 0.1rem;
    padding-right: 0.1rem;
}

.Floor003210 .swiper-img .pages span {
    display: block;
    width: 0.16rem;
    height: 0.16rem;
    border: solid 2px transparent;
    position: relative;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
}

.Floor003210 .swiper-img .pages span+span {
    margin-left: 0.05rem;
}

.Floor003210 .swiper-img .pages span:after {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 0.08rem;
    height: 0.08rem;
    transform: translate(-50%, -50%);
    opacity: 0.5;
    background-color: #fff;
    transition: 0.3s;
}

.Floor003210 .swiper-img .pages span.active {
    border-color: #008351;
}

.Floor003210 .swiper-img .pages span.active:after {
    opacity: 1;
    background-color: #008351;
}

.Floor003210 .swiper-img .Ispic {
    padding-bottom: calc(360 / 600 * 100%);
}

.Floor003210 .swiper-txt .txt time {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    height: 0.48rem;
    font-size: 0.16rem;
    color: #fff;
}

.Floor003210 .swiper-txt h4 {
    margin: 0.1rem 0 0.1rem 0;
    font-size: 0.24rem;
    font-weight: normal;
    line-height: calc(30 / 18);
    color: #fff;
}

.Floor003210 .swiper-txt p {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: calc(26 / 16);
    margin: 0;
}

@media (min-width:1025px) {
    .Floor003210 .left {
        width: calc(600 / 1440 * 100%);
    }

    .Floor003210 .right {
        width: calc(760 / 1440 * 100%);
    }
}

@media (max-width:1024px) {
    .Floor003210 {
        padding-bottom: 0.8rem;
    }

    .Floor003210 .left {
        padding-bottom: 0.3rem;
        margin-bottom: 0.5rem;
    }

    .Floor003210 .item .txt {
        margin-right: 0.2rem;
        padding-right: 0.1rem;
    }

    .Floor003210 .item time {
        font-size: var(--font-size18);
    }

    .Floor003210 .item .txt p {
        font-size: var(--font-size16);
    }

    .Floor003210 .item .pic {
        width: 45%;
    }
}

/*Floor003170 */
.Floor003170 {
    position: relative;
    z-index: 1;
}

.Floor003170::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 84.363%;
    width: 49.011%;
    background: url(../images/Floor003170-bg.png) no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.Floor003170 .more a {
    position: relative;
    display: block;
    width: 9.875em;
    line-height: 3.125;
    padding-left: 3.75em;
    background: url(../images/Floor003170-more.svg) no-repeat left center;
    background-size: 2.5em auto;
    transition: 0.3s;
}

.Floor003170 .more a i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 0.125em solid #af1d30;
    opacity: 0;
    transition: 0.3s;
}

.Floor003170 .more a i:before,
.Floor003170 .more a i:after {
    position: absolute;
    content: '';
    width: 1.375em;
    height: 1.375em;
    background: url(../images/Floor003170-more-hover.svg) no-repeat;
    background-size: contain;
}

.Floor003170 .more a i:after {
    right: -0.6875em;
    top: 50%;
    margin-top: -0.6875em;
}

.Floor003170 .more a i:before {
    left: -0.6875em;
    top: -0.6875em;
}

.Floor003170 .more a:hover {
    color: #af1d30;
    background-position: -100% center;
    padding-left: 1.125em;
}

.Floor003170 .more a:hover i {
    opacity: 1;
}

.Floor003170 .en-title {
    font-size: 10em;
    color: #f3f3f3;
    line-height: 0.725;
    padding: 0.825em 0 0.43125em 0;
    letter-spacing: 0.01875em;
}

.Floor003170 .right-con {
    padding-top: 4.6875em;
    color: #333;
}

.Floor003170 .right-con .cate-name {
    font-size: 2.625em;
    line-height: 1;
}

.Floor003170 .right-con h3 {
    font-size: 4em;
    margin: 0 0 0.8em 0;
}

.Floor003170 .right-con pre {
    line-height: 2;
    color: #666;
}

@media (min-width:1025px) {
    .Floor003170 .pic {
        width: 53.75%;
    }

    .Floor003170 .right-con {
        width: 31.625%;
    }

    .Floor003170 .right-con pre {
        margin-bottom: 6.875em;
    }
}

@media (max-width:1024px) {
    .Floor003170 {
        padding-bottom: 8vw;
    }

    .Floor003170 .en-title {
        font-size: 3em;
    }

    .Floor003170::before {
        height: 40%;
        width: 51%;
    }

    .Floor003170 .right-con pre {
        margin-bottom: 4em;
    }

    .Floor003170 .more {
        overflow: hidden;
    }

    .Floor003170 .more a {
        float: right;
    }
}

@media (max-width:640px) {
    .Floor003170 .right-con .cate-name {
        font-size: 1.5em;
    }

    .Floor003170 .right-con h3 {
        font-size: 3em;
    }
}

/*Floor001867 */
.Floor001867 {
    padding: 0.9rem 0 0.7rem;
    background: url(../images/Floor001867-bg.jpg) no-repeat center top;
    background-size: cover;
}

.Floor001867 .h-title {
    width: 20%;
    float: left;
    margin-top: -0.1rem;
}

.Floor001867 .form {
    width: 75%;
    float: right;
}

.Floor001867 .form td {
    padding-bottom: 2%;
}

.Floor001867 .form td.tdbtn {}

.Floor001867 .form td div {
    position: relative;
}

.Floor001867 .form td.zero {
    width: 3%;
}

.Floor001867 .form td label {
    position: absolute;
    left: 15px;
    top: 0;
    line-height: 0.5rem;
    color: #fff;
    font-size: 0.16rem;
}

.Floor001867 .form td .text {
    height: 0.5rem;
    line-height: 0.5rem;
    border: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 0 10px;
    border-radius: 0.05rem;
    width: 100%;
}

.Floor001867 .form td textarea.text {
    height: 130px;
    line-height: 30px;
}

.Floor001867 .form td .btn {
    width: 60%;
    height: 0.5rem;
    cursor: pointer;
    background: #008351;
    color: #fff;
    font-size: 0.16rem;
    border: none;
    max-width: 190px;
    border-radius: 0.05rem;
    margin: 0 auto;
}

@media(max-width:768px) {

    .Floor001867 ul,
    .Floor001867 .form {
        float: none;
        width: auto;
    }
}


/*Floor003175 */
.Floor003175 {
    position: relative;
    z-index: 4;
    overflow: hidden;
    margin: 1rem 0;
}


.Floor003175 .pic-1 {
    text-align: right;
}

.Floor003175 .h-title {
    margin-top: -1.2rem;
    margin-bottom: 0.6rem;
}

.Floor003175 .sub-tit {
    font-size: 2.625em;
    line-height: 1;
    color: rgba(255, 255, 255, 0.5);
}

.Floor003175 .title {
    margin-bottom: 6em;
}

.Floor003175 .title .cn {
    font-size: 0.36rem;
    color: #222;
}

.Floor003175 .title .en {}

.Floor003175 .txt {
    position: relative;
}

.Floor003175 .desc {
    font-size: 0.16rem;
    line-height: 2;
    color: #666;
}

@media (min-width:1025px) {
    .Floor003175 .auto:before {
        position: absolute;
        left: 0;
        top: 5em;
        width: 100%;
        bottom: 5em;
        z-index: -1;
        background: url(../images/Floor003175-bg.jpg) no-repeat center;
        background-size: cover;
        content: '';
    }

    .Floor003175 .pic img {
        width: 21em;
    }

    .Floor003175 .txt {
        width: 72%;
    }

    .Floor003175 .txt .h-more {
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .Floor003175 .desc {
        width: 75%;
    }

    .Floor003175 .sub-tit {
        margin-top: -2.7619em;
        margin-bottom: 1.6666em;
    }
}

@media (max-width:1024px) {
    .Floor003175 {
        background: url(../images/Floor003175-bg.jpg) no-repeat center;
        background-size: cover;
        padding: 3em 0;
    }

    .Floor003175 .sub-tit {
        font-size: 1.2em;
        margin-top: -1.2em;
        margin-bottom: 1em;
    }

    .Floor003175 .title {
        font-size: 1.5em;
    }

    .Floor003175 .pic img {
        width: 35%;
    }

    .Floor003175 .box {
        text-align: center;
    }

    .Floor003175 .more a {
        margin: 1em auto 0;
    }

    .Floor003175 .desc {
        margin-top: 1em;
    }
}



/*Floor003229 */
.Floor003229 {
    --ff-hm-l: 100 var(--font-size16);
    --hover-color: rgb(255, 205, 85);
    color: #fff;
    padding: 0.8rem 0 0.8rem;
    background: url(../images/bg1.jpg) no-repeat center/cover;
    background: #fff;
}

.Floor003229 .h-title.white .cn {
    color: #000;
}

.Floor003229 .h-title.white .en {
    color: #b8b8b8;
}

.Floor003229_2 {
    background: #3e3e3e;
}

.Floor003229 .autoCon-1400 {
    position: relative;
    z-index: 1;
}

.Floor003229 .h-title {
    margin-bottom: 0.3rem;
}


.Floor003229 .swiper-wrapper {
    height: auto;
}

.Floor003229 .controls a {
    position: absolute;
    top: 66%;
    margin-top: -0.3rem;
    z-index: 10;
    display: block;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: no-repeat center center;
    background-size: auto 0.15rem;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.Floor003229 .controls a.prev {
    left: -0.7rem;
    background-image: url(../images/Floor003183-prev.svg);
}

.Floor003229 .controls a.next {
    right: -0.7rem;
    background-image: url(../images/Floor003183-next.svg);
}

.Floor003229 .controls a:not(.swiper-button-disabled):hover {
    border: 0;
    background-color: #008351;
}

.Floor003229 .controls a.prev:not(.swiper-button-disabled):hover {}

.Floor003229 .controls a.next:not(.swiper-button-disabled):hover {}

.Floor003229 .controls a.swiper-button-lock {
    visibility: hidden;
}

.Floor003229 .controls a.swiper-button-disabled {
    cursor: default;
    opacity: 1;
}

.Floor003229 .pic {
    padding: 0.16rem;
}

.Floor003229 .pic figure {
    
    background: url(../images/Floor003229-60_2.png) repeat 0 0;
    border: 1px solid transparent;
    transition: 0.3s;
    padding-bottom: calc(100/288*100%);
    position: relative;
}

.Floor003229_2 .pic figure {
    background: rgba(0, 0, 0, 0.15)
}

.Floor003229 .pic img {
    max-width: 65%;
    max-height: 65%;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    display: block;
}

.Floor003229 .swiper-slide:hover .pic figure {
    border-color: rgba(0, 131, 81, 0.5);
}

@media (max-width:1024px) {
    .Floor003229 .controls a.prev {
        left: 0;
    }

    .Floor003229 .controls a.next {
        right: 0;
    }

    .Floor003229 .pic {
        padding: 0.1rem;
    }
}






/*Bottom003222 */
.Bottom003222 {
    background-color: #151515;
    padding-top: 0.6rem;
    border-top: 5px solid #008351;
}

.Bottom003222_2 {
    background: #323232;
}

.Bottom003222,
.Bottom003222 a:not(:hover) {
    color: #fff
}

.Bottom003222 .f-top {
    margin-bottom: 0.2rem;
}



.Bottom003222 .f-top .share li+li {
    margin-left: 0.1rem
}

.Bottom003222 .f-top .share li a {
    border-radius: 50%;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.12);
    transition: 0.3s
}
.Bottom003222 .f-top .share li {
    position: relative;
}
.Bottom003222 .f-top .share li a:hover {
    background-color: #2fc774
}

.Bottom003222 .f-top .share li.wx a {
    background-image: url(../images/Bottom003222-share-wx.svg);
    background-size: auto 0.22rem
}

.Bottom003222 .f-top .share li.wb a {
    background-image: url(../images/Bottom003222-share-wb.svg);
    background-size: auto 0.2rem
}

.Bottom003222 .f-top .share li.dy a {
    background-image: url(../images/Bottom003222-share-dy.svg);
    background-size: auto 0.2rem
}

.Bottom003222 .f-top .share li.in a {
    background-image: url(../images/Bottom003222-share-in.svg);
    background-size: auto 0.16rem
}

.Bottom003222 .f-top .share li.fb a {
    background-image: url(../images/Bottom003222-share-fb.svg);
    background-size: auto 0.19rem
}

.Bottom003222 .f-top .share li.ytb a {
    background-image: url(../images/Bottom003222-share-ytb.svg);
    background-size: auto 0.13rem
}

.Bottom003222 .f-top .share li.ing a {
    background-image: url(../images/Bottom003222-share-ing.svg);
    background-size: auto 0.18rem
}
.Bottom003222 .f-top .share .qr{position:absolute;left:50%;bottom:100%;transform:translateX(-50%);box-shadow:0px 0px 0.3rem 0px rgba(0,0,0,0.1);border-radius:0.1rem;background-color:#fff;margin-bottom:0.15rem;padding:0.05rem;width:1.5rem;display: none;}
.Bottom003222 .f-top .share .qr:after{display:block;content:'';position:absolute;left:50%;top:100%;transform:translateX(-50%);border-top:0.06rem solid #fff;border-left:0.06rem solid transparent;border-right:0.06rem solid transparent;}
.Bottom003222 .f-top .share .qr img{display:block;width:100%;height:auto;}


.Bottom003222 .f-mid dd {
    padding-left: 0.28rem;
    line-height: calc(34 / 18);
    font-size: 0.16rem;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 0.17rem auto;
    background-position: left 0.4em
}

.Bottom003222 .f-mid dd+dd {
    margin-top: 0.05rem;
}

.Bottom003222 .f-mid dd.tel {
    background-image: url(../images/Bottom003222-tel.svg);
    background-position: left 0.4em;
    background-size: 0.18rem auto;
}

.Bottom003222 .f-mid dd.tel a {}

.Bottom003222 .f-mid dd.add {
    background-image: url(../images/Bottom003222-add.svg);
    background-position: left 0.2em;
}

.Bottom003222 .f-mid dd.email {
    background-image: url(../images/Bottom003222-email.svg);
    background-size: 0.18rem auto;
    background-position: left 0.5em;
}

.Bottom003222 .f-mid dd.web {
    background-image: url(../images/Bottom003222-web.svg);
    background-size: 0.18rem auto;
    background-position: left 0.5em;
}

.Bottom003222 .f-mid dd.postcode {
    background-image: url(../images/Bottom003222-postcode.svg);
    background-position: left 0.2em;
}

.Bottom003222 .f-mid nav ul {
    font-size: 0.18rem;
}

.Bottom003222 .f-mid nav ul ol li+li {
    margin-top: 0.25rem
}

.Bottom003222 .f-bottom {
    padding: 0.2rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0.4rem;
}

.Bottom003222 .f-bottom,
.Bottom003222 .f-bottom a:not(:hover) {
    color: rgba(255, 255, 255, 0.5)
}

.Bottom003222 .f-bottom .other a:not(:last-child):after {
    content: "·";
    margin: 0 1em
}

@media (min-width:1025px) {
    .Bottom003222 .f-mid .contact {
        max-width: 7.4rem;
    }

    .Bottom003222 .f-mid nav ul {
        width: 3.5rem;
    }

}

@media (max-width:1024px) {
    .Bottom003222 .f-top {
        flex-direction: column;
        align-items: center;
    }

    .Bottom003222 .f-top .logo {
        margin-bottom: 0.2rem;
    }

    .Bottom003222 .f-mid .contact {
        margin-bottom: 0.5rem;
    }
    .Bottom003222 .f-mid nav {
        display: none;
    }
    .Bottom003222 .f-bottom {
        text-align: center;
    }

    .Bottom003222 .copyright {
        margin-bottom: 0.1rem;
    }
}

/*Floor003204 */
.Floor003204 {
    background: url(../images/bg3.jpg) no-repeat center/cover;
    padding: 0.9rem 0 1rem;
}

.Floor003204_2 {
    background: url(../images/bg5.jpg) no-repeat center/cover;
}



.Floor003204 .left,
.Floor003204 .right {
    position: relative;
    z-index: 1;
    vertical-align: top;
}

.Floor003204 .h-more {
    position: absolute;
    z-index: 5;
}

.Floor003204 .right .slick-slide>div:nth-child(1) .item .pic {
    display: none;
}

.Floor003204 .right .item .pic {
    width: calc(220 / 752 * 100%);
}

.Floor003204 .right .item .pic .Ispic {
    padding-bottom: calc(138 / 220 * 100%);
    border-radius: 0rem;
}

.Floor003204 .right .slick-slide>div:not(:nth-child(1)) .item .txt {
    padding-left: calc(40 / 16 * 1em);
}

.Floor003204 .right .item .tit {
    font-size: 0.22rem;
    line-height: 0.32rem;
}

.Floor003204 .right .slick-slide>div:nth-child(1) .item .tit {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.1rem;
    margin-bottom: 0.7em;
}

.Floor003204 .right .item .txt p {
    font-size: 0.16rem;
    margin: calc(20 / 16 * 1em) 0 0 0;
    line-height: calc(28 / 16 * 1em);
    color: rgba(255, 255, 255, 0.6);
}

.Floor003204 .right .item a:hover .tit {
    color: #008351;
}

.Floor003204 .slick-arrow {
    bottom: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 1em;
    text-indent: 999em;
    overflow: hidden;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    background: url(../images/Floor003183-prev.svg) no-repeat center center;
    background-size: auto 0.15rem;
    transition: 0.3s;
}

.Floor003204 .slick-arrow:hover {
    background-color: #008351;
    border-color: #008351;
}

.Floor003204 .slick-next {
    background-image: url(../images/Floor003183-next.svg);
}

@media (min-width:1025px) {
    .Floor003204 .left {
        width: calc(291 / 1600 * 100%);
    }

    .Floor003204 .h-more {
        left: 0;
        bottom: 0;
    }

    .Floor003204 .right .slick-slide>div {
        width: calc(752 / 1309 * 100%);
        float: right;
    }

    .Floor003204 .right .slick-slide>div:nth-child(1) {
        float: left;
        width: calc(475 / 1309 * 100%);
    }

    .Floor003204 .right .slick-slide>div:nth-child(2) {
        margin-bottom: calc(54 / 16 * 1em);
    }

    .Floor003204 .right .slick-slide>div:not(:nth-child(1)) .item .tit {
        padding-right: calc(53 / 24 * 1em);
    }

    .Floor003204 .slick-arrow {
        left: 0;
    }

    .Floor003204 .slick-next {
        left: calc(80 / 16 * 1em);
    }
}

@media (max-width:1024px) {
    .Floor003204 .root-100 {
        padding: 10vw 0;
    }
    .Floor003204 .h-more {
        right: 0;
        top:0.05rem;
    }

    .Floor003204 .right .slick-slide>div:not(:last-child) {
        margin-bottom: 5vw;
    }

    .Floor003204 .right .slider {
        padding-bottom: 4em;
    }

    .Floor003204 .right .slick-slide>div:not(:nth-child(1)) .item .txt {
        padding-left: 1em;
    }

    .Floor003204 .right .item .pic {
        width: 45%;
    }

    .Floor003204 .slick-arrow {
        right: 0;
    }

    .Floor003204 .slick-prev {
        right: 0.8rem;
    }
}


/*Floor002530 */
.Floor002530 {
    padding: 0.9rem 0;
    background: #333;
    background: url(../images/bg2.jpg) no-repeat center/cover;
}

.Floor002530_2 {
    background: url(../images/bg4.jpg) no-repeat center/cover;
}

.Floor002530 ul {
    position: relative;
}

.Floor002530 li {
    float: left;
    width: 32.34375%;
    margin-bottom: 1.484375%;
}

.Floor002530 li figure.Ispic {
    padding-bottom: 100%;
}

.Floor002530 li:nth-child(2) figure.Ispic,
.Floor002530 li:nth-child(4) figure.Ispic,
.Floor002530 li:nth-child(6) figure.Ispic {
    padding-bottom: 64%;
}

@media(min-width:641px) {

    .Floor002530 li:nth-child(2),
    .Floor002530 li:nth-child(5) {
        position: absolute;
        left: 33.828125%;
    }

    .Floor002530 li:nth-child(2) {
        top: 0;
    }

    .Floor002530 li:nth-child(5) {
        bottom: 0;
    }
}

.Floor002530 li:nth-child(3),
.Floor002530 li:nth-child(6) {
    float: right;
}

.Floor002530 li:nth-child(4) {
    clear: left;
}

.Floor002530 li a {
    display: block;
    position: relative;
}

.Floor002530 li .hover,
.Floor002530 li .hover>* {
    position: absolute;
    left: 0;
    width: 100%;
}

.Floor002530 li .hover,
.Floor002530 li .hover .Ispic {
    top: 0;
    height: 100%;
}

.Floor002530 li .hover {
    z-index: 10;
    opacity: 1;
}

.Floor002530 li a:hover .hover {
    opacity: 1;
    transition: 0.3s;
}

.Floor002530 li .hover .Ispic {
    z-index: 1;
    box-shadow: 5px 0 10px rgba(0, 0, 0, 0.33);
    transition: transform 0.3s;
}

.Floor002530 li a:hover .hover .Ispic {
    transform: scale(1.03);
}

.Floor002530 li .txt {
    color: #fff;
    bottom: 0;
    padding: 0.35rem;
    z-index: 3;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.Floor002530 li:hover .txt {
    background-image: linear-gradient(transparent, rgba(0, 131, 81, 1));
}

.Floor002530 li .txt p {
    font-size: 0.24rem;
    margin: 0;
    margin-bottom: 0.1rem;
}

.Floor002530 li .txt span {
    font-size: 0.16rem;
}

@media(max-width:1024px) and (min-width:641px) {
    .Floor002530 li .txt p {
        font-size: 18px;
    }
}

@media(max-width:640px) {
    .Floor002530 li:nth-child(n+1) {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}







/* Page002623 */
.Page002623 {
    padding-top: 0.32rem;
    text-align: center;
    font-family: Arial;
}

.Page002623 .Pages a.a_first,
.Page002623 .Pages a.a_end,
.Page002623 .Pages>span:not(.p_page) {
    display: none;
}

.Page002623 .Pages em {
    float: left;
    margin: 0 5px;
    font-style: normal;
    font-size: 0.16rem;
}

.Page002623 .Pages .p_page {
    display: table;
    margin: 0 auto;
}

.Page002623 .Pages a {
    float: left;
    line-height: 0.52rem;
    width: 0.52rem;
    margin: 0 1px;
    border: 1px solid #fff;
    margin: 0 0.1rem;
    border-radius: 5px;
}

.Page002623 .Pages a.a_cur,
.Page002623 .Pages a:hover {
    color: #fff;
    background: #008351;
    border: 1px solid #008351;
}

.Page002623 .Pages .p_page>a {
    font-size: 0;
    height: 0.54rem;
    position: relative;
}

.Page002623 .Pages .p_page>a:before {
    position: absolute;
    content: '';
    border: 0.05rem solid transparent;
    left: 50%;
    top: 50%;
    width: 0.3rem;
    margin: -0.05rem 0 0 -0.1rem;
    background: url(../images/Floor003183-next.svg) no-repeat center center;
}

.Page002623 .Pages .p_page>a.a_prev:before {
    background-image: url(../images/Floor003183-prev.svg);
    margin-left: -0.15rem;
}

.Page002623 .Pages .p_page>a.a_next:before {
    margin-left: -0.15rem;
}

.Page002623 .Pages .p_page .icon:before {
    position: absolute;
    content: '';
    width: 0.12rem;
    height: 0.12rem;
    transform: rotate(45deg);
    border-top: 0.02rem solid #fff;
    border-right: 0.02rem solid #fff;
    left: 50%;
    top: 50%;
    margin: -0.06rem 0 0 -0.08rem;
    display: none;
}

@media(max-width:640px) {
   

    .Page002623 .Pages em {
        display: none;
    }
}




/* News */
.News {
    padding: 0.8rem 0 0.8rem;
    background: #000;
}

.News .news-top {
    margin-bottom: calc(70 / 16* 1em);
}

.News .news-top .inner {
    background: #f2f2f2;
    overflow: hidden;
}

.News .news-top .text time {
    display: block;
    font-size: calc(18 / 16* 1em);
    color: #999;
}

.News .news-top .text .tit {
    font-size: calc(26 / 16* 1em);
    color: #2d3144;
    line-height: 1.66;
    margin: calc(22 / 26* 1em) 0;
    overflow: hidden
}

.News .news-top .text .more {
    color: #008351;
    padding-right: calc(32 / 16* 1em);
    background: url(../images/icon-jt3.svg)no-repeat center right;
    background-size: calc(16 / 16* 1em) auto;
}

.News .news-top p {
    line-height: 1.75;
    margin-bottom: 2.5em;
    color: #2d3144;
}
.News .news-list {overflow: hidden;}
.News .news-list ul {display: flex;flex-wrap: wrap;width: 102%;}
.News .news-list li {
    width: 33.333%;
    padding-right: 1.96078%;
    padding-bottom: 1.96078%;
    overflow: hidden;
    
}
.News .news-list li a {display: block; overflow: hidden;transition: background-color 0.3s, padding 0.3s;}
.News .news-list li .pic {
    overflow: hidden;
}

.News .news-list li .pic figure {
    padding-bottom: 62%;
}

.News .news-list li .text {
    padding: 0.35rem 0;
    transition: color 0.3s;
}

.News .news-list li .text time {
    display: block;
    font-size: 0.16rem;
    color: #fff;
}

.News .news-list li .text .tit {
    font-size: 0.22rem;
    color: #fff;
    height: calc(70 / 22* 1em);
    line-height: 1.66;
    margin: 0.35rem 0 0.5rem 0;
    overflow: hidden
}

.News .news-list li .text .more {
    color: #008351;
    padding-right: calc(28 / 16* 1em);
    background: url(../images/Floor003197-more.svg)no-repeat center right;
    background-size: calc(12 / 16* 1em) auto;
    font-size: 0.16rem;
}

.News .news-list li:hover a {
    background: url(../images/bg1.jpg) no-repeat center;
}

.News .news-list li:hover .text {
    padding: 0.35rem;
}

.News .news-list li:hover .text time {
    color: #999;
}

.News .news-list li:hover .text .tit {
    color: #fff;
}

.News .news-list li:hover .text .more {
    color: #008351;
}

@media (min-width:1025px) {
    .News .news-top .img {
        width: 50%;
    }

    .News .news-top .text {
        padding: calc(50 / 16* 1em) calc(70 / 16* 1em);
    }
}

@media (max-width:1024px) {
    .News .news-top .img {
        margin-bottom: 2em;
    }
    .News .news-list li {width: 50%;}
    .News .news-list li .text .tit {margin:0.2rem 0 0.25rem;}
}

@media (max-width:640px) {
    .News .news-list li {width:100%; margin-bottom: 0.2rem;}
}

.NewsInfo {
    padding: 0.8rem 0 0.8rem;
    background: #000;
}

.NewsInfo .Info .InfoTit {
    margin-bottom: 0.5rem;
    text-align: center;
}

.NewsInfo .Info .InfoTit h2 {
    font-size: 0.36rem;
    line-height: 0.52rem;
    color: #fff;
    margin: 0;
}

.NewsInfo .Info .InfoTit .date {
    font-weight: lighter;
    margin: 0.3rem 0;
}

.NewsInfo .Info .InfoTit .date span {
    display: inline-block;
    margin-right: 0.3rem;
    font-size: 0.16rem;
    color: #666;
}

.NewsInfo .Info .InfoTit .line {
    height: 3px;
    border-top: 1px solid #333;
    border-bottom: 0.03rem solid #333;
    box-sizing: content-box;
}

.NewsInfo .Info .InfoCon {
    font-size: 0.18rem;
    line-height: calc(28 / 16 * 1em);
    color: #fff;
}

.NewsInfo .Info .InfoCon img {
    margin: 0.1rem 0;
}

.NewsInfo .Info .InfoPage {
    margin-top: 0.5rem;
    padding: 0.3rem 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-right: 2rem;
    position: relative;
}

.NewsInfo .Info .InfoPage .goback {
    position: absolute;
    right: 0;
    top: 0.42rem;
}

.NewsInfo .Info .InfoPage .goback a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1.7rem;
    font-size: 0.18rem;
    line-height: 0.5rem;
    font-weight: lighter;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0.35rem;
    background: #008351;
}

.NewsInfo .Info .InfoPage dl dd {
    line-height: 0.36rem;
    color: #eee;
}

.NewsInfo .Info .InfoPage dl dd a {
    color: #fff;
    margin-left: 0.1rem;
    font-size: 0.18rem;
}

.NewsInfo .Info .InfoPage dl dd:hover a {
    color: #008351;
}

@media(max-width:1024px) {
    .noBanbody {
        margin-top: 0;
    }
}

@media(max-width:640px) {
    .NewsInfo .Info {
        width: 100%;
    }
    .NewsInfo .Info .InfoPage {
        padding-right: 0;
    }
    .NewsInfo .Info .InfoPage .goback {
        position: relative;
        display: flex;
        justify-content: center;
        margin-bottom: 0.2rem;
        top:auto;
    }
}


/* 联系我们 */
.ContactBox {
    padding: 0.8rem 0 0.8rem;
    background: #000;
    overflow: hidden;
}

.ContactBox .ContactTxt .desc {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 0.6rem;
}

.ContactBox .ContactTxt .desc h3 {
    font-size: 0.24rem;
    margin: 0;
    font-weight: normal;
    margin-top: 0.3rem;
}

.ContactBox .ContactTxt .desc h4 {
    color: #008351;
    margin: 0;
    font-weight: normal;
    margin-top: 0.3rem;
}

.ContactBox .ContactTxt .desc p {
    margin: 0;
}

.ContactBox .ContactTxt .desc ul {
    overflow: hidden;
}



.ContactBox .contact {
    background: url(../images/bg1.jpg) no-repeat center;
    display: flex;
    align-items: center;
}

.ContactBox .contact .fl,
.ContactBox .contact .fr {
    width: 50%;
}

.ContactBox .contact .fr {
    font-size: 0.18rem;
    color: #fff;
    padding: 3% 4%;
}



@media(min-width:1025px) {
    .ContactBox .ContactTxt .desc li {
        float: left;
        width: 33.3%;
        padding-right: 0.2rem;
    }
}
@media(max-width:1024px) {
    
    .ContactBox .contact {
        display: block;
    }
    .ContactBox .contact .fl,
    .ContactBox .contact .fr {
        width: 100%;

    }
}
.n_HomeTit .cn {
    font-size: 0.32rem;
    color: #111;
    text-align: center;
}

.n_HomeTit .dec {
    margin: calc(20 / 40* 1em) 0 calc(80 / 40* 1em);
    font-size: 0.18rem;
    text-align: center;
    color: #999;
}

.MessageBox {
    margin-top: 0.2rem;
    background: #fff;
    padding: 4%;
}

.MessageBox ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
}

.MessageBox ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 1px solid #ccc;
    border-radius: 2px;
    overflow: hidden;
}

.MessageBox ul li:nth-child(2n) {
    margin-right: 0;
}

.MessageBox ul li input {
    height: 0.6rem;
    box-sizing: border-box;
    padding: 0 2%;
    width: 100%;
    border: none;
}

.MessageBox ul li.col100 {
    width: 98%;
}

.MessageBox ul li textarea {
    display: block;
    width: 100%;
    height: 2rem;
    padding: 1.4% 2%;
    border: none;
}

.MessageBox .formbtn {
    text-align: center;
    margin-top: 2%;
}

.MessageBox .formbtn button {
    width: 3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    background: #008351;
    color: #fff;
    font-size: 0.16rem;
    border: none;
}

@media(max-width:1024px) {
    .MessageBox ul li input {
        height: 36px;
        padding: 0 15px;
    }

    .MessageBox ul li textarea {
        height: 120px;
        padding: 10px 15px;
    }

    .MessageBox .formbtn {
        margin-top: 20px;
    }

    .MessageBox .formbtn button {
        width: 120px;
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }

}



/*Floor003065 */
.Floor003065 {
    padding: 0.8rem 0 0.8rem;
    font-size: 0.16rem;
    background: #000;
}

.Floor003065 .auto {
    max-width: 1400px;
}

.Floor003065 .txt-info {
    position: relative;
}

.Floor003065 .about {
    margin-bottom: 0.8rem;
}

.Floor003065 .about .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
}

.Floor003065 .about .pic img {
    opacity: 0.84;
}

.Floor003065 .about .pic video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
}

.Floor003065 .col-title {
    font-size: 0.46rem;
    padding-bottom: 0.1rem;
}

.Floor003065 .col-title .cn {
    font-size: 0.46rem;
    color: #008351;
}
.Floor003065 .txt-info {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
    padding:4%;
}
.Floor003065 .txt-info .inner {
    position: relative;
    z-index: 3;
}

.Floor003065 .txt-info .info .desc {
    line-height: 1.8;
    color: #fff;
    margin-bottom: 0.15rem;
    overflow: hidden;
}

.Floor003065 .txt-info .info p {
    line-height: 1.8;
    font-size: 0.18rem;
}

.Floor003065 .txt-info .year {
    z-index: 1;
    padding: 2em 7em 2em 3em;
    border-radius: 0.2rem;
    background-color: #008351;
    max-width: 3.67rem;
    position: relative;
}

.Floor003065 .txt-info .year b {
    font-family: 'Arial';
    font-weight: 800;
    font-size: 0.6rem;
    color: #fff;
    position: relative;
    z-index: 3;
    line-height: 1em;
}

.Floor003065 .txt-info .year:after,
.Floor003065 .txt-info .year:before {
    position: absolute;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
}

.Floor003065 .txt-info .year:before {
    width: 0.35rem;
    height: 0.35rem;
    background-image: url("../images/Floor003065_bg1.png");
    right: 0.37rem;
    bottom: 0.37rem;
}

.Floor003065 .other-com h3 {
    font-size: 0.24rem;
    font-weight: normal;
    margin: 0;
    margin-bottom: 0.2rem;
    color: #008351;
}
.Floor003065 .other-com h3 a {color: #008351;}
.Floor003065 .other-com h3 img {
    width: 0.24rem;
    margin-right: 0.1rem;
}

.Floor003065 .other-com .desc {
    margin-bottom: 0.35rem;
    color: #fff;
    font-size: 0.18rem;
}

.Floor003065 .other-com .desc p {
    line-height: 2;
    margin: 0;
}

@media(min-width:1025px) {

    .Floor003065 .ytable-cell {
        width: 50%;
        vertical-align: top;
    }
}

@media(max-width:1024px) {

    .Floor003065 .ytable,
    .Floor003065 .ytable-cell {
        display: block;
    }

    .Floor003065 .txt-info .year br {
        display: none;
    }
}



/*RighInfo000623 */
.RighInfo000623 {
    padding: 0.8rem 0 0.8rem;
    background: #000;
}

.RighInfo000623 .auto {
    max-width: 1400px;
}

.RighInfo000623 .title {
    margin-bottom: 2vw;
}

.RighInfo000623 .title .cn {
    font-size: 0.46rem;
    color: #008351;
    padding-bottom: 0.1rem;
}

.RighInfo000623 .pic .inner {
    position: relative;
}

.RighInfo000623 .pic .slick-dots{position: absolute; left: 50%;transform: translateX(-50%);z-index: 30; bottom:calc(165 / 980 * 100%);}
.RighInfo000623 .pic .slick-dots li{float: left; width: 12px;height: 12px;border: solid 2px #ffffff; margin: 0 8px;border-radius: 50%;}
.RighInfo000623 .pic .slick-dots li button{display: none;}
.RighInfo000623 .pic .slick-dots li.slick-active{border: 0;background-color: #fff;}
@media (max-width:1024px) {
    .RighInfo000623 .pic .slick-dots li{width: 10px;height: 10px; margin: 0 5px; border-width: 2px;}
}

.RighInfo000623 .pic time {
    bottom: 0;
    text-align: right;
    position: absolute;
    right: 0;
    background: rgba(0, 131, 81, 0.64);
    text-transform: uppercase;
    color: #fff;
    padding: 0.2rem 0.35rem 0.2rem 0.2rem;
    font-size: 0.18rem;
    z-index: 10;
}

.RighInfo000623 .pic time span {
    display: block;
    margin-bottom: 0.05rem;
    font-size: 0.46rem;
    line-height: 0.8em;
}

.RighInfo000623 .info {
    background: url("../images/RighInfo000623_bg.png") no-repeat right top;
    background-size: contain;
}

.RighInfo000623 .p-info {
    font-size: 0.18rem;
    line-height: 1.8;
    color: #fff;
}

@media(min-width:1025px) {
    .RighInfo000623 .pic {
        width: 16.429%;
    }

    .RighInfo000623 .pic .inner {
        width: 208.696%;
    }

    .RighInfo000623 .info .inner {
        padding-left: 30%;
    }
}

@media(max-width:1024px) {

    .RighInfo000623 .ytable,
    .RighInfo000623 .ytable-cell {
        display: block;
    }

    .RighInfo000623 .info {
        padding: 6vw;
    }
}



/*RighInfo002810 */
.RighInfo002810 {
    padding: 0.8rem 0 0.8rem;
    background: #000;
}

.RighInfo002810 .txt-list .box {
    background: url(../images/bg1.jpg) no-repeat center;
    padding: 3%;
}

.RighInfo002810 .txt-list .box:not(:last-child) {
    margin-bottom: 3%;
}

.RighInfo002810 .txt-list .info {
    line-height: 1.8;
    font-size: 0.18rem;
    color: #fff;
}

.RighInfo002810 .txt-list .pic .slick-dots{position: absolute; left: 50%;transform: translateX(-50%);z-index: 30; bottom:calc(80 / 980 * 100%);}
.RighInfo002810 .txt-list .pic .slick-dots li{float: left; width: 12px;height: 12px;border: solid 2px #ffffff; margin: 0 8px;border-radius: 50%;}
.RighInfo002810 .txt-list .pic .slick-dots li button{display: none;}
.RighInfo002810 .txt-list .pic .slick-dots li.slick-active{border: 0;background-color: #fff;}
@media (max-width:1024px) {
    .RighInfo002810 .txt-list .pic .slick-dots li{width: 10px;height: 10px; margin: 0 5px; border-width: 2px;}
}

@media(min-width:1025px) {
    .RighInfo002810 .txt-list .pic {
        width: 46.667%;
        float:left;
    }

    .RighInfo002810 .txt-list .pic img {
        max-width: 92.858%;
    }
    .RighInfo002810 .txt-list .info{
        width:50%;
        float:right;
    }
    .RighInfo002810 .txt-list .box:nth-child(2n) .pic {
        text-align: right;
        float:right;
    }
    .RighInfo002810 .txt-list .box:nth-child(2n) .info {
        float:left;
    }
}

@media(max-width:1024px) {

    .RighInfo002810 .ytable,
    .RighInfo002810 .ytable-cell {
        display: block;
    }

    .RighInfo002810 .txt-list .pic img {
        display: block;
        width: 100%;
    }
}




/*Floor002994 */
.Floor002994 {
    padding: 0.8rem 0 0.8rem;
}

.Floor002994 .txt-area {
    color: #fff;
    text-align: center;
}

.Floor002994 .txt-area .tit .cn {
    font-size: 40px;
}

.Floor002994 .txt-area p {
    line-height: 2em;
    font-size: 16px;
    margin: 1.25em 0 1.875em 0;
}

.Floor002994 .img {
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 2%;
}

@media(max-width:1024px) {
    .Floor002994 .txt-area:before {
        width: 8vw;
        height: 7vw;
    }

    .Floor002994 .txt-area .tit .cn {
        font-size: 3.5vw;
    }
}





/*RighInfo002542 */
.RighInfo002542 {
    padding: 0.8rem 0;
    background: #000;
}

.ab-title {
    font-size: 0.32rem;
    text-align: center;
    color: #000;
    margin-bottom: 0.3rem;
}

.Product .h1_tab {
    margin: 0;
    font-size: 0.46rem;
    font-weight: normal;
    color: #008351;
    margin-bottom: 0.35rem;
}

.RighInfo002542 .intro {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.6rem;    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url(../images/bg1.jpg) no-repeat center;
}
.RighInfo002542 .intro:nth-child(2n){
    flex-direction: row-reverse;
}
.RighInfo002542 .info_main .info {
    color: #fff;
    font-size: 0.18rem;
    line-height: 1.8;
}
.RighInfo002542 .intro ul.slider{width:44%;}
.RighInfo002542 .intro .figure {
    width: 100%;
    background: no-repeat center center;
    background-size: cover;
}
.RighInfo002542 .intro .figure:after {
    padding-bottom: 66.49%;
    display: block;;
}
.RighInfo002542 .intro .info_main {
    width: 53%;
    padding:0 4%;
}

.RighInfo002542 .slick-dots{position: absolute; left: 50%;transform: translateX(-50%);z-index: 30; bottom:calc(80 / 980 * 100%);}
.RighInfo002542 .slick-dots li{float: left; width: 12px;height: 12px;border: solid 2px #ffffff; margin: 0 8px;border-radius: 50%;}
.RighInfo002542 .slick-dots li button{display: none;}
.RighInfo002542 .slick-dots li.slick-active{border: 0;background-color: #fff;}
@media (max-width:1024px) {
    .RighInfo002542 .slick-dots li{width: 10px;height: 10px; margin: 0 5px; border-width: 2px;}
}

@media(max-width:1024px) {
    .RighInfo002542 .intro ul.slider{width:100%;}
    .RighInfo002542 .intro .figure {
        width: 100%;
    }
    .RighInfo002542 .intro .info_main {
        padding: 5%;
        width: 100%;
    }
}



.Product {
    padding: 0.8rem 0 0.4rem;
    background: #fff;
}

.Product p {
    font-size: 0.18rem;
    color: #000;
    margin: 0.3rem 0;
}

.Product .pord-info .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #000;
}

.Product .pord-info .pic img {
    opacity: 0.84;
}

.Product .pord-info .pic video {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    background: #000;
}

.Product .desc {
    line-height: 1.8;
    font-size: 0.16rem;
    color: #000;
}

.Product .desc h3 {
    font-weight: normal;
    margin: 0;
    margin-bottom: 0.3rem;
}

.Product .desc h3 img {
    width: 2.5%;
    margin-right: 0.1rem;
}

.Product .desc ul {
    overflow: hidden;
}

.Product .desc li {
    font-size: 0.16rem;
    float: left;
    width: 49%;
    list-style: none;
    margin: 0 2% 2% 0;
    background: #333;
    padding: 0 2%;
    line-height: 4;
}

.Product .desc li:nth-child(2n) {
    margin-right: 0%;
}

.Product .desc li::before {
    content: '';
    margin-right: 1%;
    display: inline-block;
    width: 0.1rem;
    height: 0.1rem;
}

.Product .desc p img {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.Product .desc p img:nth-child(2n) {
    margin-right: 0%;
}

.Product .info {
    background: #f7f7f7;
    padding: 3%;
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.Product .info .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding:0.2rem 0;
}
.Product .info .tab1 {
    width: 16%;
}
.Product .info .tab1:after {
    padding-bottom: 100%;
    display: block;
}

.Product .info .tab2 {
    width: calc(84% - 0.6rem);
    padding:0 0.3rem;
}

.Product .info .tab2 h3 {
    font-size: 0.24rem;
    font-weight: normal;
    margin: 0;
    color: #008351;
    margin-bottom: 0.1rem;
}

.Product .info .tab2 h3 img {
    margin-right: 0.1rem;
    width: 0.34rem;
    display: inline-block;
}

.Product .info .tab2 .desc {
    font-size: 0.18rem;
    line-height: 1.8;
    color: #000;
}

.Product .info .tab2 .desc h4 {
    font-size: 0.18rem;
    font-weight: normal;
    margin: 0;
    color: #008351;
    margin: 0.1rem 0;
}

.Product .info .tab2 .desc p {
    margin: 0;
    margin-bottom: 0.05rem;
}

.Product .info .tab2 .desc p::before {
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background: #008351;
    margin-right: 1.5%;
}
.Product .info .tab3  {
    width: 0.6rem;
}
.Product .info li {
    list-style: none;
}
.Product .info li img {display: block; width: 100%;}

@media only screen and (max-width:640px) {
    .Product .info .item {padding:0.3rem;}
    .Product .info .tab1 {width: 80%; margin:0 auto;}
    .Product .info .tab2 {width: 100%; padding:0.2rem 0;}
    .Product .info .tab3 {width: 100%;}
    .Product .info .tab3 ul {display: flex; flex-wrap: wrap;}
    .Product .info .tab3 li {width: 25%;}
}

.Product2 {
    background: #000;
    padding: 0.8rem 0;
}

.Product2 .desc {
    color: #fff;
    line-height: 1.8;
}

.Product2 .desc h3 {
    font-weight: normal;
    margin: 0;
    margin-bottom: 0.3rem;
}

.Product2 .desc ul {
    overflow: hidden;
}

.Product2 .desc li {
    font-size: 0.16rem;
    float: left;
    width: 49%;
    list-style: none;
    margin: 0 2% 2% 0;
    background: #333;
    padding: 1% 2%;
    line-height: 1.8;
    min-height: 0.8rem;
}

.Product2 .desc li:nth-child(2n) {
    margin-right: 0%;
}

.Product2 .desc li::before {
    content: '';
    margin-right: 1%;
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background: #fff;
}

.Product2 .desc p img {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 0.35rem;
}

.Product2 .desc p img:nth-child(2n) {
    margin-right: 0%;
}


.Product3 {
    background: #fff;
    padding: 0.8rem 0 0.2rem;
}

.Product3 .info table {
    width: 100%;
    border-collapse: collapse;
    color: #000;
    margin-bottom: 0.6rem;
}

.Product3 .info ul {
    background: #f7f7f7;
    display: flex;
    margin-bottom: 0.4rem;
}

.Product3 .info li {
    padding: 3% 3% 2%;
    color: #000;
    list-style: none;
}

.Product3 .info .tab1 {
    width: 50%;
}

.Product3 .info .tab11 {
    width: 70% !important;
}

.Product3 .info .tab22 {
    width: 30% !important;
}

.Product3 .info .tab1 dd {
    margin-bottom: 0.2rem;
    list-style: none;
    font-size: 0.18rem;
    background: #eee;
}

.Product3 .info .tab1 dd span {
    display: inline-block;
    background: #109bc5;
    line-height: 3;
    padding: 0 0.15rem;
    position: relative;
    color: #fff;
}

.Product3 .info .tab1 dd .schedule1 {
    width: 95%;
}

.Product3 .info .tab1 dd .schedule2 {
    width: 80%;
}

.Product3 .info .tab1 dd .schedule3 {
    width: 80%;
}

.Product3 .info .tab1 dd .schedule4 {
    width: 80%;
}

.Product3 .info .tab1 dd .schedule5 {
    width: 100%;
}

.Product3 .info .tab1 dd .schedule6 {
    width: 90%;
}

.Product3 .info .tab1 dd .schedule7 {
    width: 90%;
}

.Product3 .info .tab1 dd .schedule8 {
    width: 90%;
}

.Product3 .info .tab1 dd .schedule9 {
    width: 100%;
}

.Product3 .info .tab1 dd span img {
    position: absolute;
    right: -3%;
    top: 0.1rem;
}

.Product3 .info .desc {
    font-size: 0.18rem;
    line-height: 1.8;
    color: #000;
}

.Product3 .info .desc h3 {
    font-size: 0.24rem;
    font-weight: 600;
    margin: 0;
    color: #000;
    margin-bottom: 0.15rem;
    margin-top: 0.45rem;
}

.Product3 .info .desc p {
    margin: 0;
    margin-bottom: 0.05rem;
}

.Product3 .info .desc p::before {
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background: #109bc5;
    margin-right: 1.5%;
}

.Product3 .info .tab2 {
    width: 50%;
}

.Product3 .info .tab2 dd {
    width: 22%;
    float: left;
    color: #000;
    text-align: center;
    margin: 0 4% 4% 0;
}

.Product3 .info .tab2 dd h3 {
    font-weight: normal;
    margin: 0;
}

.Product3 .info .tab2 dd:nth-child(4n) {
    margin-right: 0;
}

.Product3 .info .tab2 dd p {
    height: 0.45rem;
    margin: 0;
    margin-bottom: 0.1rem;
}

.Product3 .info .tab2 dd p img {
    width: 50%;
}

.Product3 .info .tab2 dd:nth-child(1n) p {
    background: #185e39;
}

.Product3 .info .tab2 dd:nth-child(2n) p {
    background: #0c5051;
}

.Product3 .info .tab2 dd:nth-child(3n) p {
    background: #1c5522;
}

.Product3 .info .tab2 dd:nth-child(4n) p {
    background: #47433a;
}

.Product3 .info .tab2 dd:nth-child(5n) p {
    background: #1b7013;
}

.Product3 .info .tab2 dd:nth-child(6n) p {
    background: #11221a;
}

.Product3 .info .tab2 dd:nth-child(7n) p {
    background: #0c3e37;
}

.Product3 .info .tab2 dd:nth-child(8n) p {
    background: #11455a;
}

.Product3 .info .tab2 dd:nth-child(9n) p {
    background: #042977;
}

.Product3 .info .tab2 dd:nth-child(10n) p {
    background: #151e2d;
}

.Product3 .info .tab2 dd:nth-child(11n) p {
    background: #1c70ad;
}

.Product3 .info .tab2 dd:nth-child(12n) p {
    background: #134f8e;
}

.Product3 .info .tab2 dd:nth-child(13n) p {
    background: #507588;
}

.Product3 .info .tab2 dd:nth-child(14n) p {
    background: #365b6e;
}

.Product3 .info .tab2 dd:nth-child(15n) p {
    background: #483429;
}

.Product3 .info .tab2 dd:nth-child(16n) p {
    background: #94181f;
}

.Product3 .info .tab2 dd:nth-child(17n) p {
    background: #542a38;
}

.Product3 .info .tab2 dd:nth-child(18n) p {
    background: #8d305e;
}

.Product3 .info .tab2 dd:nth-child(19n) p {
    background: #e63f08;
}

.Product3 .info .tab2 dd:nth-child(20n) p {
    background: #a69465;
}

.Product3 .info .tab4 {
    width: 100%;
}

@media(min-width:769px) {
    .Product .txt-info {
        padding-left: 0.8rem;
    }

    .Product .ytable-cell {
        width: 50%;
        vertical-align: top;
    }

    .Product .txt-info .year {
        position: absolute;
        right: 0;
        bottom: 0;
    }
}

@media(max-width:1024px) {

    .Product .ytable,
    .Product .ytable-cell {
        display: block;
    }

    .Product .txt-info {
        margin-bottom: 5vw;
    }

    .Product .txt-info .year {
        position: relative;
        margin-top: 4vw;
    }

    .Product .txt-info .year br {
        display: none;
    }

    .Product .txt-info .year b {
        font-size: 6vw;
    }

    .Product .txt-info .year:after {
        width: 50vw;
        height: 50vw;
    }

    .Product .txt-info .year:before {
        width: 7vw;
        height: 7vw;
    }
}

@media(min-width:1025px) {}


.Product-detail {
    padding: 0.8rem 0 0.8rem;
}

.Product-detail .Info .InfoTit {
    margin-bottom: 0.5rem;
    text-align: center;
}

.Product-detail .Info .InfoTit h2 {
    font-size: 0.36rem;
    line-height: 0.52rem;
    color: #fff;
    margin: 0;
    margin-bottom: 0.35rem;
}

.Product-detail .Info .InfoTit .date {
    font-weight: lighter;
    margin: 0.3rem 0;
}

.Product-detail .Info .InfoTit .date span {
    display: inline-block;
    margin-right: 0.3rem;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.6);
}

.Product-detail .Info .InfoTit .line {
    height: 3px;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 0.03rem solid rgba(255, 255, 255, 0.6);
    box-sizing: content-box;
}

.Product-detail .Info .InfoCon {
    font-size: 0.16rem;
    line-height: calc(28 / 16 * 1em);
    color: #fff;
}

.Product-detail .Info .InfoCon img {
    margin: 0.1rem 0;
}

.Product-detail .Info .InfoPage {
    margin-top: 0.5rem;
    padding: 0.3rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-right: 2rem;
}

.Product-detail .Info .InfoPage a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1.7rem;
    line-height: 0.5rem;
    font-weight: lighter;
    color: #fff;
    box-sizing: border-box;
    padding: 0 0.35rem;
    background: #008351;
}

.Product-detail .Info .InfoCon img {
    width: 48%;
    float: left;
    margin-right: 2%;
}

@media(max-width:1024px) {
    .noBanbody {
        margin-top: 0;
    }

    .Product-detail .Info .InfoTit h2 {
        font-size: 18px;
        line-height: 1.6;
    }

    .Product-detail .Info .InfoTit .date {
        margin: 10px 0;
    }

    .Product-detail .Info .InfoCon {
        font-size: 14px;
    }

    .Product-detail .Info .InfoPage {
        padding: 20px 0;
    }

    .Product-detail .Info .InfoPage .goback {
        position: static;
        margin-bottom: 15px;
    }

    .Product-detail .Info .InfoPage dl dd {
        line-height: 30px;
    }
}

@media(max-width:640px) {
    .Product-detail .Info {
        width: 100%;
    }

    .Product-detail .Info .InfoTit h2 {
        font-size: 16px;
    }
}


.Product4 {
    padding: 0.8rem 0 0.8rem;
    background: #fff;
}

.Product4 .item {
    background: #f7f7f7;
    overflow: hidden;
    margin-bottom: 0.4rem;
    padding: 3%;
}

.Product4 .tab1 {
    width: 33%;
}

.Product4 .tab2 {
    width: 34.3%;
}

.Product4 .tab3 {
    width: 32.7%;
}

.Product4 .fl {
    width: 70%;
}

.Product4 .title {
    width: 70%;
}

.Product4 .title li {
    font-size: 0.24rem;
    float: left;
    background: #008351;
    list-style: none;
    padding: 1% 2%;
    color: #fff;
}

.Product4 .title li:last-child {
    margin-right: 0;
}

.Product4 .fl dd {
    color: #000;
    font-size: 0.16rem;
}

.Product4 .fl li {
    float: left;
    font-weight: normal;
    font-size: 0.18rem;
    text-align: left;
    padding: 1% 2%;
    height: 0.75rem;
    color: #008351;
    list-style: none;
    background: #eeee;
    margin-bottom: 0.2rem;
}

.Product4 .fl table {
    width: 100%;
    border-collapse: collapse;
    color: #000;
    margin-bottom: 0.6rem;
}

.Product4 .fl dd {
    padding: 2%;
    color: #000;
    font-size: 0.18rem;
}

.Product4 .fl .desc {
    font-size: 0.18rem;
    color: #000;
    padding: 2%;
    line-height: 1.8;
}

.Product4 .fl .desc p::before {
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background: #008351;
    margin-right: 0.5%;
}

.Product4 .fr {
    width: 30%;
    padding-left: 4%;
}

.Product4 .fr dd {
    width: 32%;
    float: left;
    color: #000;
    text-align: center;
    margin: 0 2% 2% 0;
}

.Product4 .fr dd h3 {
    font-weight: normal;
    margin: 0;
}

.Product4 .fr dd:nth-child(3n) {
    margin-right: 0;
}

.Product4 .fr dd p {
    height: 0.3rem;
    margin: 0;
    margin-bottom: 0.1rem;
}

.Product4 .fr dd p img {
    width: 50%;
}

.Product4 .fr dd:nth-child(1n) p {
    background: #185e39;
}

.Product4 .fr dd:nth-child(2n) p {
    background: #0c5051;
}

.Product4 .fr dd:nth-child(3n) p {
    background: #1c5522;
}

.Product4 .fr dd:nth-child(4n) p {
    background: #47433a;
}

.Product4 .fr dd:nth-child(5n) p {
    background: #1b7013;
}

.Product4 .fr dd:nth-child(6n) p {
    background: #11221a;
}

.Product4 .fr dd:nth-child(7n) p {
    background: #0c3e37;
}

.Product4 .fr dd:nth-child(8n) p {
    background: #11455a;
}

.Product4 .fr dd:nth-child(9n) p {
    background: #042977;
}

.Product4 .fr dd:nth-child(10n) p {
    background: #151e2d;
}

.Product4 .fr dd:nth-child(11n) p {
    background: #1c70ad;
}

.Product4 .fr dd:nth-child(12n) p {
    background: #134f8e;
}

.Product4 .fr dd:nth-child(13n) p {
    background: #507588;
}

.Product4 .fr dd:nth-child(14n) p {
    background: #365b6e;
}

.Product4 .fr dd:nth-child(15n) p {
    background: #483429;
}

.Product4 .fr dd:nth-child(16n) p {
    background: #94181f;
}

.Product4 .fr dd:nth-child(17n) p {
    background: #542a38;
}

.Product4 .fr dd:nth-child(18n) p {
    background: #8d305e;
}

.Product4 .fr dd:nth-child(19n) p {
    background: #e63f08;
}

.Product4 .fr dd:nth-child(20n) p {
    background: #a69465;
}



.PicList0023231 {
    background: #f7f7f7;
    border-bottom: 1px solid #dddddd;
    padding:0.6rem 0;
}

.PicList0023231 .list {
    padding-top: 0.15rem;
}

.PicList0023231 .slider {
    padding: 0;
}

.PicList0023231 ul li {
    text-align: center;
    padding: 0;
    border-radius: 0;
    padding:0 0.2rem;
}

.PicList0023231 ul li div {
    padding-bottom: 76%;
    position: relative;
    overflow: hidden;
}

.PicList0023231 ul li figure {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s;
}

.PicList0023231 ul li h3 {
    color: #222;
    margin: 0.2rem 0 0;
    font-weight: normal;
    font-size: 0.2rem;
}

.PicList0023231 ul li a:hover figure {
    transform: scale(1.3);
}

.PicList0023231 ul li a:hover h3 {
    color: #008351;
}

@media screen and (min-width:768px) {
    .PicList0023231 {
        padding: 4% 0;
    }
}

.PicList0023231 .slick-arrow {
    bottom: 0;
    border: solid 2px #ddd;
    font-size: 1em;
    text-indent: 999em;
    overflow: hidden;
    width: calc(60 / 16 * 1em);
    height: calc(60 / 16 * 1em);
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    background: url(../images/btn-prev-gray.svg) no-repeat center center;
    background-size: auto 30%;
    transition: 0.3s;
    top: 50%;
    transform: translateY(-50%);
}

.PicList0023231 .slick-arrow:hover {
    background-color: #008351;
    border-color: #008351;
}

.PicList0023231 .slick-next {
    background-image: url(../images/btn-next-gray.svg);
    right: -5%;
}

.PicList0023231 .slick-prev {
    left: -5%;
}

.PicList0023231 .slick-prev:hover {
    background-image: url(../images/btn-prev.svg);
}

.PicList0023231 .slick-next:hover {
    background-image: url(../images/btn-next.svg);
}
.PicList0023231 .slick-dots {display: flex; justify-content: center; flex-wrap: wrap; margin-top: 0.3rem;}
.PicList0023231 .slick-dots li {display: block; padding:0.05rem;}
.PicList0023231 .slick-dots button {display: block; text-indent: -9999em; overflow: hidden; width: 0.12rem; height: 0.12rem; border-radius: 50%; border:none;}
.PicList0023231 .slick-dots .slick-active button {background-color: #008351;}
@media screen and (max-width:1024px) {
    .PicList0023231 .slick-arrow {
        visibility: hidden;
        opacity: 0;
    }
}
.prowrap {padding:3% 0; background-color: #fff;}
.prowrap:nth-child(2n){background-color: #f7f7f7;}
.prowrap:nth-child(2n) .prometa {background-color: #fff;}
/*Floor003224 */
.Floor003224 {
    padding: 3% 0;
    overflow: hidden;
    --hover-color: #fe904d;
    --white: #fff;
    font-size: var(--font-size16);
    color: #000;
    line-height: 1.5;
    background: #fff;
}

.Floor003224 .wap {
    display: flex;
    border: 1px solid #eee;
    align-items: center;
    margin-bottom: 0;
    flex-wrap: wrap;
    /* background: #f9f9f9; */
}

.pb6 {
    padding-bottom: 6%;
}

.Floor003224 .index-sub-tit span {
    display: inline-block;
    font-size: 0.24rem;
    background: url(../images/Floor003224-mask.png) no-repeat right top;
    padding-top: 0.09rem;
    padding-right: 0.11rem;
    background-size: auto 1em;
    color: #ff904c;
    line-height: 0.66666667
}

.Floor003224 .index-title {
    color: #008351;
    font-weight: 600;
    font-size: 0.24rem;
    line-height: 1.6;
    padding: 0 0 0.3rem 0;
}

@media (max-width:640px) {
   
}

.Floor003224 .main .txt {
    font-size: 0.18rem;
    line-height: 2;
    color: #666;
}

.Floor003224 .main .txt p {
    margin-bottom: 0.15rem;
}

.Floor003224 .index-more {
    margin-top: 0.7rem
}

.Floor003224 .index-more a {
    display: inline-flex;
    align-items: center;
    background-color: var(--white);
    border-radius: 3em;
    border: solid 1px var(--hover-color);
    line-height: 4.4375;
    padding-left: 2em;
    padding-right: 0.04rem;
    position: relative;
    font-size: var(--font-size16);
}

.Floor003224 .index-more a span {
    position: relative;
    display: block;
    z-index: 2
}

.Floor003224 .index-more a:after,
.Floor003224 .index-more a::before {
    width: 0.63rem;
    height: 0.63rem
}

.Floor003224 .index-more a:after {
    display: block;
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/Floor003224-more.svg);
    background-size: auto 0.2rem;
    margin-left: 0.7rem;
    position: relative;
    z-index: 2
}

.Floor003224 .index-more a::before {
    position: absolute;
    content: '';
    right: 0.04rem;
    border-radius: 0.63rem;
    top: 0.04rem;
    background-color: var(--hover-color);
    z-index: 1;
    transition: width 0.3s
}

.Floor003224 .index-more a:hover {
    color: var(--white)
}

.Floor003224 .index-more a:hover:before {
    width: calc(100% - 0.08rem)
}

@media (max-width:640px) {
    .prowrap {padding:0.3rem 0;}
    .Floor003224 .index-more a:after {
        margin-left: 0.35rem;
    }
}

.Floor003224 .pic {
    width: 38%;
    padding: 3% 5%;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: var(--radius);
    background: #fff;
}

.Floor003224 .pic img {
    border-radius: 0;
}

.Floor003224 .details-top {
    flex: 1;
}

.Floor003224 .details-top .ind-desc {
    max-width: 5.1rem;
    text-align: justify;
    margin-bottom: 0.4rem
}

.Floor003224 .details-top aside {
    font-weight: 600;
    font-size: 0.18rem;
    color: #333;
    margin-top: 0.3rem;
}

.Floor003224 .box {
    margin-top: 0.5rem
}

.Floor003224 .box ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.Floor003224 .box li {
    width: 48%;
    list-style-type: none;
    float: left;
    border: 1px solid #ddd;
    padding: 0;
    margin-bottom: 4%;
}

.Floor003224 .box li:not(:nth-child(2n)) {
    margin-right: 4%
}

.Floor003224 .box li .item a {
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Floor003224 .box li .item .Ispic {
    width: 40%;
    padding: 2% 0 2% 4%;
}

.Floor003224 .box li .item .txt {
    padding: 4%;
    width: 62%;
    ;
}

.Floor003224 .box li .item .txt .inner {
    color: #999;
    max-width: 264px;
    width: 80%;
    margin: 0 auto;
    padding: 3vw 0;
}

.Floor003224 .box li .item .txt .tit {
    color: #333;
    font-size: 0.2rem;
    line-height: 1.8;
    margin-bottom: 0.15rem;
    font-weight: 600;
}

.Floor003224 .box li .item .txt p {
    line-height: 1.875;
    margin: 0;
    font-size: 0.16rem;
    color: #666;
}

.Floor003224 .box li .item .txt time {
    display: block;
    border-top: 1px solid #eee;
    font-size: 0.16rem;
    padding-top: 1.35vw;
}

.Floor003224 .box li .item .txt .p {
    padding-left: .18rem;
    position: relative;
}

.Floor003224 .box li .item .txt .p::before {
    position: absolute;
    left: 0;
    top: .1rem;
    content: '';
    /* background: #3fbb01; */
    width: .08rem;
    height: 0.08rem;
    border: 1px solid #3fbb01;
    border-radius: 0.1rem;
}


@media (min-width:1025px) {
    .Floor003224 .details {
        flex: 1;
        padding-left: 0.6rem;
        border-left: 1px solid #eee;
    }

    .Floor003224 .details-bottom ul {
        width: 151.74506829%;
        float: right
    }
}

@media (max-width:1024px) {

    .Floor003224 .details-bottom li .ind-desc {
        display: none;
    }

    .Floor003224 .details-bottom li:not(:nth-child(3n)) {
        margin-right: 0.1rem
    }

    .Floor003224 .details-bottom li {
        width: calc((100% - 0.1rem * 2) / 3);
    }

    .Floor003224 .pic {width: 100%;}
    .Floor003224 .box li .item .txt {width: 100%;}
}

@media (max-width:640px) {
    .Floor003224 .details-bottom li h4 {
        font-size: var(--font-size16);
    }
    .Floor003224 .box li {width: 100%;}
    .Floor003224 .box li:nth-child(n+1){margin-right: 0;}
}


.Floor003224 .main p {
    font-size: 0.18rem;
    color: #666;
    line-height: 2.2;
    position: relative;
    padding-left: 0;
    margin: 0;
    padding-right: 4%;
}

.Floor003224 .main .p:before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    background: #008351;
    display: inline-block;
    margin-right: 0.1rem;
    /* position: absolute; */
    left: 0;
    /* top: 29%; */
}

@media screen and (min-width:1025px) {
    .Floor003224 .main {
        width: 100%;
        padding: 6% 0;
    }
}

@media screen and (max-width:1024px) {
    .Floor003224 .main {
        width: 100%;
    }
    .Floor003224 .details {
        padding:0.3rem;
        width: 100%;
    }
}

.bg_f7 {
    background: #f7f7f7;
}

.bg_fff {
    background: #fff;
}

.color-green {
    color: #008351 !important;
}



/*PicList002953 */
.listtit {
    font-size: .24rem;
    color: #000;
    font-weight: bold;
    line-height: 1;
    margin-bottom: .4rem;
}

.PicList002953 {
    background: #f7f7f7;
    padding-bottom: 3%;
}

.PicList002953 li {
    padding: 3% 0 0 0;
    /* background: #fff; */
}

.PicList002953 li:nth-child(2n) {
    background: #f8f8f8;
}

.PicList002953 a {
    position: relative;
}

.PicList002953 li .pic {
    overflow: hidden;
    border-radius: var(--radius);
}

.PicList002953 li .pic img {
    max-height: 4.8rem;
}

.PicList002953 li .Ispic {
    display: block;
    padding-bottom: 70%;
    transition: .3s;
}

.PicList002953 li .txt {
    position: relative;
}

.PicList002953 li p {
    color: #666;
    line-height: 2;
    font-size: 0.16rem;
}

.PicList002953 li .p {
    padding-left: .2rem;
    position: relative;
}

.PicList002953 li .p::before {
    position: absolute;
    left: 0;
    top: .1rem;
    content: '';
    /* background: #3fbb01; */
    width: .1rem;
    height: 0.1rem;
    border: 1px solid #3fbb01;
    border-radius: 0.1rem;
}

.PicList002953 a:hover .Ispic {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.PicList002953 .num {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22vw;
    color: var(--hover-color);
    opacity: 0.04;
    font-weight: bold;
}

@media (min-width:1025px) {
    .PicList002953 li a {
        display: flex;
        align-items: center;
        background: #fff;
    }

    .PicList002953 .pic {
        width: 32%;
    }

    .PicList002953 .txt {
        width: 68%;
    }

    .PicList002953 .txt {
        padding-left: 6vw;
    }

    .PicList002953 li:nth-child(2n) .txt {
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .PicList002953 li:nth-child(2n) .pic {
        order: 2;
    }

    .PicList002953 li:nth-child(2n) .num {
        right: 2vw;
    }
}




/*navi*/
#navi {
    font-size: var(--font-size18);
    line-height: 1.1rem;
    width: calc(100% - 4.54rem);
    padding: 0 0.48rem;
}

#navi a {
    display: block;
    position: relative;
    color: #fff;
}

#navi .drop {
    display: none;
}

@media only screen and (min-width: 1025px) {

    #navi .parent {
        margin: 0 0.48rem;
        position: relative;
    }

    #navi .full {
        position: static;
    }

    #navi .parent>a:after {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -0.01rem;
        width: 0;
        height: 0.02rem;
        background-color: #fff;
        content: '';
        transition: all 0.3s;
    }

    #navi .parent.cur>a:after {
        width: 100%;
    }

    #navi .drop {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
        background-color: rgba(0, 0, 0, 0.9);
    }

    #navi .drop a {
        color: rgba(255, 255, 255, 0.7);
    }

    #navi .drop a:hover {
        color: #fff;
    }

    #navi .sub {
        min-width: 100%;
        text-align: center;
        padding: 0.5em 1.5em;

    }

    #navi .sub a {
        white-space: nowrap;
        line-height: 2em;
        padding: 0.5em 0;

        font-size: 0.875em;
    }

    #navi .pro {
        width: 100%;
        background-color: rgba(0, 0, 0, 0.9);
    }

    #navi .tab {
        background-color: rgba(255, 255, 255, 0.1);
    }

    #navi .tab .box {
        position: relative;
    }

    #navi .tab .box:before {
        width: 1px;
        height: 1.5em;
        background-color: rgba(255, 255, 255, 0.1);
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
    }

    #navi .tab span {
        display: block;
        width: 33.333%;
        text-align: center;
        font-size: var(--font-size20);
        padding: 0 0.26rem;
        line-height: 4em;
        position: relative;
    }

    #navi .tab span:after {
        width: 1px;
        height: 1.5em;
        background-color: rgba(255, 255, 255, 0.1);
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        content: '';
    }

    #navi .tab a {
        color: #fff;
        transition: all 0.2s;
    }

    #navi .tab .cur a {
        background-color: rgba(0, 131, 81, 0.17);
    }

    #navi .info {
        padding: 0.46rem 0;
    }

    #navi .list {
        display: none;
    }

    #navi .list:first-child {
        display: block;
    }

    #navi dl {
        width: 25%;
        padding: 0 0.3rem;
        margin-bottom: 0.12rem;
    }

    #navi dt {
        font-size: var(--font-size18);
        line-height: 2em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0.1rem 0;
        position: relative;
        padding-right: 0.3rem;
        margin-bottom: 0.2rem;
    }

    #navi dt:after {
        width: 0.14rem;
        height: 0.09rem;
        background: url(../images/drop_arrow_01.png) no-repeat center center;
        background-size: contain;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        content: '';
    }

    #navi dt a {
        color: rgba(255, 255, 255, 0.85);
    }

    #navi dt a:hover {
        color: #fff;
    }

    #navi dd {
        font-size: var(--font-size16);
        line-height: 0.4rem;
    }

    #navi .nodd .dt:after {
        transform: translateY(-50%) rotate(-90deg);
    }
}

@media only screen and (max-width: 1024px) {

    /*1024px*/
    #navi {
        position: fixed;
        width: 80%;
        max-width: 25em;
        margin: 0;
        height: calc(100% - 0.85rem);
        background-color: #fff;
        z-index: 9;
        right: 0;
        top: 0.85rem;
        box-shadow: 0 0.05rem 0.15rem rgba(0, 0, 0, 0.1);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0.5rem;
        transform: translateX(100%);
        opacity: 0;
        transition: all 0.2s;
        display: block;
    }

    #navi .menu {
        display: block;
    }

    #navi .parent {
        padding: 0.75em 0;
        line-height: 2em;
        position: relative;
    }

    #navi .parent a {
        color: #333;
    }

    #navi em {
        display: block;
        position: absolute;
        right: -0.4rem;
        width: 3.5em;
        height: 3.5em;
        z-index: 2;
        top: 0;
        cursor: pointer;
    }

    #navi em:after {
        width: 0.55555556em;
        height: 0.55555556em;
        border-right: 0.05555556em solid #333;
        border-bottom: 0.05555556em solid #333;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: rotate(-45deg);
        background-color: transparent;
        margin: -0.38888889em 0 0 -0.38888889em;
        transition: all 0.3s;
    }

    #navi .on>em:after {
        transform: rotate(45deg);
    }

    #navi .drop {
        position: static;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
        margin: 1em 0 0 2em;
    }

    #navi .drop a {
        line-height: 2em;
        padding: 0.5em 0;
    }

    #navi .info {
        display: none;
    }

    #navi .tab .box {
        display: block;
        width: auto;
    }

    #navi .tab span {
        display: block;
    }

    .menu-show #navi {
        transform: translateX(0);
        opacity: 1;
    }

}

@media only screen and (max-width: 640px) {
    #navi {
        top: 0.76rem;
        height: calc(100% - 0.76rem);

    }
}
#banner {
    padding-bottom: calc(660/1920*100%);
    background: no-repeat center center;
    background-size: cover;
}
@media only screen and (max-width: 640px) {
    #banner {
        padding-bottom: 75%;
    }
}
.wrapper {background-color: #fff;padding:0.8rem 0; overflow: hidden;}
.wrapper.npd {
    padding:0;
}
.wrapper.npd .prowrap {
    padding:0.8rem 0;
}
@media only screen and (max-width: 640px) {
    .wrapper {
        padding:0.6rem 0;
    }
}
.propost .item {
    background:
    #f7f7f7;
      display: flex;
      margin-bottom: 0.4rem;
      flex-wrap: wrap;
      align-items: center;
}
.propost .item .box{display: flex;margin-bottom: 0rem;flex-wrap: wrap;align-items: center;}
.propost .item .box:last-child {margin-bottom: 0;}
.propost .figure {
    width: 30%;
    padding:3%;
}
.propost .text {
    width: 70%;
    padding:3% 3% 0 3%;
}
.propost  .title {
    font-size: 0.24rem;
    font-weight: 600;
    margin:0;
  color: #000;
}
.propost .desc {
    font-size: 0.18rem;
  line-height: 1.8;
  color: #000;
}
.propost .desc p:before {
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background:
    #109bc5;
    margin-right: 1.5%;
}
@media only screen and (max-width: 640px) {
    
    .propost .item {
        padding:0.3rem;
    }
    .propost .text {
        width: 100%;
        padding:0;
        margin-bottom: 0.3rem;
    }
    .propost .figure {
        width: 100%;
    }
}
/*tablecloth*/
.tablecloth .item {
    background:
#f7f7f7;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.4rem;
  padding:3% 3% 2%;
  justify-content: space-between;
}
.tablecloth .item:last-child {
    margin-bottom: 0;
}
.tablecloth .desc {
    width: calc(704/1504*100%);
}
.tablecloth .color {
    width: calc(704/1504*100%);
}
.tablecloth .color ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(734/704*100%);
}
.tablecloth .color li {
    width: 25%;
    padding:0 calc(30/734*100%) calc(30/734*100%) 0;
    text-align: center;
}
.tablecloth .color p {
    padding-bottom:calc(45/155*100%);
    margin:0 0 0.1rem;
}
.tablecloth .color h3 {margin:0; color:#000; font-weight: normal; line-height: 1.15em;}
.tablecloth .intro {
    font-size: 0.18rem;
  line-height: 1.8;
  color: #000;
}
.tablecloth .intro p {
    margin:0 0 0.05rem;
}
.tablecloth .intro p:before {
    content: '';
  display: inline-block;
  width: 0.08rem;
  height: 0.08rem;
  background:
#109bc5;
  margin-right: 1.5%;
}
.tablecloth  .title {
    font-size: 0.24rem;
  font-weight: 600;
  margin:0 0 0.15rem;
  color: #000;
}
.tablecloth .meta {margin-bottom: 0.45rem;}
.tablecloth .meta li {
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    background-color:  #eee;
}
.tablecloth .meta li span {
    display: inline-block;
    background:
  #109bc5;
    line-height: 3;
    padding:  0 0.15rem;
    position: relative;
    color: #fff;
}
.tablecloth .meta li  img {
    position: absolute;
  right: 0;
  top: 0.1rem;
  display: block;
  width: 0.34rem;
  transform: translateX(50%);
}

@media only screen and (max-width: 1024px) {
    .tablecloth .item {
        padding:0.3rem;
    }
    .tablecloth .desc {
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .tablecloth .meta {
        margin-bottom:0.2rem;
    }
    .tablecloth .color {
        width: 100%;
    }
}
/*txtimg*/
.txtimg a{
    border-radius:0.06rem;
    background:#fff;
    padding:3% 5%;
    border: 1px solid #ddd;
}
.txtimg  .figure {
    width: 2.14rem;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
    overflow:hidden;
}
.txtimg .text {
    width: calc(100% - 2.14rem);
    padding-left: 0.7rem;
}
.txtimg .title {
    color: #333;
  font-size: 0.2rem;
  line-height: 1.8;
  margin:0 0 0.15rem;
  font-weight: 600;
}
.txtimg .intro {
    line-height: 1.875;
  font-size: 0.16rem;
  color: #666;
}
.txtimg .intro p {margin:0}
.txtimg .intro.dot3 {max-height: 5.625em;}
@media only screen and (max-width: 640px) {
    .txtimg a {
        padding:0.25rem;
    }
    .txtimg  .figure {
        width: 1.35rem;
    }
    .txtimg .text {
        width: calc(100% - 1.35rem);
        padding-left: 0.25rem;
    }
}
/*kailun*/
.kailun {
    margin-top: 0.5rem;
}
.kailun .item {
    width: 48%;
    margin-bottom: 4%;
}
@media only screen and (max-width: 1024px) {
    .kailun .item {
        width: 100%;
    }
}
/*prometa*/
.prometa {
    margin-bottom: 1rem;
}
.prometa:last-child {
    margin-bottom: 0;
}
.prometa .info {
    display: flex;
    flex-wrap: wrap;
    border:  1px solid #eee;
    align-items: center;
    padding:3% 5%;
    justify-content: space-between;
}
.prometa  .figure {
    width: 4.48rem;
}
.prometa .text {
    width: calc(100% - 5.3rem);
    padding-left: 0.6rem;
    border-left:1px solid #eee;
}
.prometa .title {
    color: #008351;
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 1.6;
  margin:0 0 0.3rem;
}
.prometa .intro {
font-size: 0.18rem;
  color: #666;
  line-height: 2.2;
  position: relative;
}
.prometa .intro p {
    margin:0;
}
.prometa .intro ul li {
    position: relative;
    list-style: none;
}
.prometa .intro ul li:before {
    content: "";
    width: 0.08rem;
    height: 0.08rem;
    background:
  #008351;
    display: inline-block;
    margin-right: 0.1rem;
}
@media only screen and (max-width: 1024px) {
    .prometa  .figure {
        width: 3rem;
    }
    .prometa .text {
        width: calc(100% - 3rem);
        padding-left: 0.6rem;
    }
}
@media only screen and (max-width: 640px) {
    .prometa {
        margin-bottom: 0.5rem;
        
    }
    .prometa .info {
        padding:0.3rem;
    }
    .prometa  .figure {
        width: 100%;
        margin-bottom: 0.25rem;
    }
    .prometa .text {
        width:100%;
        padding-left: 0;
        border-left: none;
    }
}
/*descbox*/
.descbox {
    background-color: #f7f7f7;
    padding:0.5rem 0;
    overflow: hidden;
}

.descbox .item {
    margin-bottom: 0.5rem;
}

.descbox a {
    position: relative;
    display: block;
    background-color: #fff;
}

.descbox .figure {
    overflow: hidden;
    border-radius: var(--radius);
}




.descbox .text {
    position: relative;
}

.descbox .intro {
    color: #666;
    line-height: 2;
    font-size: 0.16rem;
}

.descbox .intro ul li {
    padding-left: .2rem;
    position: relative;
    list-style: none;
}

.descbox .intro ul li:before {
    position: absolute;
    left: 0;
    top: .1rem;
    content: '';
    width: .1rem;
    height: 0.1rem;
    border: 1px solid #3fbb01;
    border-radius: 0.1rem;
}

@media (min-width:1025px) {
    .descbox .item a {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .descbox .figure {
        width: 30%;
    }
    .descbox .figure img{
        max-height: 6rem;
        object-fit: contain;
    }

    .descbox .text {
        width: 68%;
        padding: 0 6vw;
    }

    .descbox .item:nth-child(2n) .figure {
        order: 2;
    }
}
@media (max-width:1024px) {
    .descbox .text {
        padding:0.3rem;
    }
}


.descbtm {
    width: 100%;
    background: #fff;
    padding: 3%;
}

.descbtm .top {
    text-align: center;
    margin-bottom: 0.15rem;
}

.descbtm .top aside {
    font-size: 0.24rem;
    font-weight: 600;
    color: #000;
}

.descbtm .top p {
    color: #666;
    line-height: 2;
    font-size: 0.16rem;
}

.descbtm .pic-1 {
    text-align: center;
}

@media (max-width:1024px) {
    .descbtm {
        padding:0.3rem;
    }
}

.proinfo {
    padding: 0.8rem 0;
    background: #fff;
    overflow: hidden;
}
.proinfo .box {
    padding:0.48rem;
    background: #f7f7f7;
    overflow: hidden;
}
.proinfo .top {
    width: 70%;
    background: #008351;
    color: #fff;
    font-size: 0.24rem;
}
.proinfo .top ul {
    display: flex;
}
.proinfo .top li {
    overflow-wrap: break-word;
    width: 33.333%;
    list-style: none;
    padding: 0.1rem 0.25rem;
    font-weight: bold;
}
.proinfo .item {display: flex; justify-content: space-between; flex-wrap: wrap; margin-bottom: 0.2rem;}
.proinfo .info .top {background: #eeee; color:#008351;font-size: 0.18rem;width: 100%;min-height: 0.68rem;}
.proinfo .intro {
    width: 70%;
}
.proinfo .desc {
    font-size: 0.18rem;
  color: #000;
  padding:
2%;
  line-height: 1.8;
  
}
.proinfo .desc li {
    list-style: none;
    margin-bottom: 1em;
}
.proinfo .desc li:before {
    content: '';
    display: inline-block;
    width: 0.08rem;
    height: 0.08rem;
    background:
  #008351;
    margin-right: 0.5%;
}
.proinfo .color {
    width: 26%;
}
.proinfo .color ul {
    display: flex;
    flex-wrap: wrap;
    width: calc(416/408*100%);
}
.proinfo .color li {
    width: 33.333%;
    padding:0 calc(8/416*100%) calc(8/416*100%) 0;
    text-align: center;
    
}
.proinfo .color p {
    padding-bottom:calc(45/155*100%);
    margin:0 0 0.1rem;
}
.proinfo .color h3 {margin:0; color:#000; font-weight: normal; line-height: 1.15em;}

@media (max-width:1024px) {
    .proinfo .top {
        width: 100%;
    }
    .proinfo .intro {
        width: 100%;
    }
    .proinfo .color {
        width: 100%;
    }
}
@media (max-width:640px) {
    .proinfo .box {
        padding:0.25rem;
    }
    .proinfo .top {
        width: 100%;
        font-size: 0.2rem;
    }
    .proinfo .top li {
        padding-left:0.1rem;
        padding-right: 0.1rem;
    }
    .proinfo .intro .top {
        margin-bottom: 0.2rem;
    }
    .proinfo .color {
        width: 100%;
    }
}

/*loading*/
#loading {
    position: fixed;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background: no-repeat center center;
    background-size: cover;
    z-index: 10000;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    
}
#loading .top ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
#loading .top li {
    padding:0 0.4rem;
}
#loading .top  img {
    width: auto;
    height: 0.77rem;
    display: block;
}
#loading .btm {
    width: 1.5rem;
    height: 1.5rem;
    background: url(../images/line_arc.png) no-repeat center bottom;
    background-size: 100% auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color:#008351;
    font-weight:bold;
    line-height: 1.35em;
    position: relative;
}
#loading .line {
    height: 1px;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    background: no-repeat;
    background-size: 100% 100%;
}
#loading .left {
    background-position: right center;
    right: 100%;
    background-image: url(../images/line_left.png);
}
#loading .right {
    background-position: left center;
    left: 100%;
    background-image: url(../images/line_right.png);
}
@media (max-width:640px) {
    #loading .top ul {
        flex-direction: column;
    }
    #loading .top li {
        padding:0.15rem 0;
    }
}
body.ishidden {
    overflow: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
}
body.complete {
    overflow: auto;
    position: relative;
    height: auto;
}