body::-webkit-scrollbar {
    display: none;
}

.inner-main .case-box .case-ul .case-lihtml,
body {
    height: 100%;
    width: 100%;
}

.mobileWeb {
    display: none;
}

.page-box.swiper-wrapper {
    display: flex;
    flex-direction: column;
}

.page.swiper-container,
.page-list {
    /*height:100% !important;*/
    height: 100vh;
}

.page-list .section1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.top-box {
    width: 100%;
    height: 1.7rem;
    display: table;
    background-color: #002813;
}

.page-list .banner-box {
    flex: 1;
    height: 100vh;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    width: 100%;
    padding-left: 9%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #002813;
    position: relative;
}

.page-list .banner-box .banner-cursor {
    position: absolute;
    left: .63rem;
    bottom: 1.08rem;
    font-size: .12rem;
    color: #8e8e8e;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: .05rem;
}

.page-list .banner-box .banner-cursor .moveImg:hover {
    cursor: pointer;
}

.page-list .banner-box .banner-cursor img {
    width: .26rem;
    z-index: 999;
    height: .26rem;
    position: relative;
    animation: mymove 1s infinite ease;
    -webkit-animation: mymove 1s infinite ease;
    /*Safari and Chrome*/
}

@keyframes mymove {
    from {
        top: 0px;
    }

    to {
        top: 10px;
    }
}

@-webkit-keyframes mymove

/*Safari and Chrome*/
    {
    from {
        top: 0px;
    }

    to {
        top: 10px;
    }
}

.top-box .top {
    width: 100%;
    padding: 0 .8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.top-box .top .logo-a {
    height: 1.7rem;
    line-height: 1.7rem;
    display: block;
    position: absolute;
    left: 0.8rem;
}

.top-box .top .logo-a img {
    /*max-width:100%;*/
    /*max-height:100%;*/
    width: 2.15rem;
    /*height:.46rem;*/
    vertical-align: middle;
}

.top-box .top .top-right {
    position: absolute;
    right: 0.8rem;
}

.top-box .top .right-ul {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    float: left;
    white-space: nowrap;
    height: 1.7rem;
}

.childMenu {
    position: relative;
    top: -1.3rem;
    opacity: 0;
    display: flex;
    flex-direction: column;
}

.childMenu a {
    color: #fff;
}

.childMenu a:hover {

    padding: 0.1rem;

}

.top-box .top .right-ul .top-ul {
    display: flex;
    position: absolute;
    right: 0.8rem;
    top: 0.85rem;


}

.top-box .top .right-ul .top-ul li {
    width: 1.2rem;
    overflow: hidden;
    text-align: center;
    z-index: 999;
}

.top-box .top .right-ul .top-ul li .toa {
    color: #fff;
    display: block;
    margin-bottom: 0.1rem;
}

.top-box .top .right-ul .top-ul li:hover .child {
    display: block;
}

.top-box .top .right-ul .top-ul li .child {
    display: none;
    background-color: #002813;
    padding: .05rem;
}

.top-box .top .right-ul .top-ul li .child a {
    display: block;
    margin-bottom: .1rem;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.top-box .top .right-ul .top-ul li .child a:hover {
    color: #018741;

}

.top-box .top .right-ul .top-ul .top-li {
    display: inline-block;
    text-align: center;
    /*line-height: 1.7rem;
    height: 1.7rem;*/
    padding: 0 .15rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-box .top .right-ul .top-ul .top-li:hover .childMenu {
    opacity: 1;
}

.top-box .top .right-ul .top-ul .top-li .top-a {

    display: inline;
    text-align: center;
    color: #fff;
    padding: .1rem;
    position: relative;
    font-size: .16rem;
}

.top-box .top .right-ul .top-ul .top-li .top-a:after {
    content: "";
    position: absolute;
    width: 0;
    border-bottom: 1px solid #0e9a50;
    bottom: 0;
    left: 0;
}

.top-box .top .right-ul .top-ul li a:hover,
.top-box .top .right-ul .top-ul li .active {
    color: #0e9a50;
}

.top-box .top .right-ul .top-ul .top-li .top-a:hover:after,
.top-box .top .right-ul .top-ul .top-li.active .top-a:after {
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.top-box .top .search-box {
    float: right;
    position: relative;
    height: 1.7rem;
    line-height: 1.7rem;
    margin-left: .6rem;
}

.top-box .top .search-box .sea-icon {
    display: inline-block;
}

.top-box .top .search-box .sea-icon img {
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
}

.top-box .top .search-box .sea-input {
    position: absolute;
    bottom: -.35rem;
    right: 0;
    height: .35rem;
    text-align: left;
    padding: 0 .15rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    background-color: #fff;
    outline: none;
    font-size: .16rem;
    overflow: hidden;
    display: none;
}

.swiper-pagination {
    width: .2rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: .7rem !important;
    width: auto !important;
}

.swiper-pagination-bullet {
    width: .15rem;
    height: .15rem;
    border: 2px solid #fff;
    background-color: #222222;
    margin-bottom: .25rem !important;
    opacity: 1;
}

.swiper-pagination-bullet:after {
    width: 0;
    border-bottom: 1px solid #fff;
    position: absolute;
    content: "";
    left: .18rem;
    margin-top: .06rem;
}

.swiper-pagination-bullet-active:after {
    width: .5rem;
    border-bottom: 1px solid #fff;
    position: absolute;
    content: "";
    left: .15rem;
    margin-top: .05rem;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.banner-box .banner-right {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.banner-box .banner-right:before {
    position: absolute;
    content: "";
    width: 100%;
    height: .03rem;
    /*background-color:#018741;*/
    background-color: #0e9a50;
    left: 0;
    top: 0;
    z-index: 99;
}

.banner-box .banner-right .banner-ul,
.banner-box .banner-right .banner-ul .banner-li {
    width: 100%;
    height: 100%;
}

.banner-box .banner-right .banner-ul .banner-li img {
    width: 100%;
    height: 100%;
}

.section2 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.section2 .ptwo-left {
    width: 50%;
    background-color: #f5f5f5;
    position: relative;
    float: left;
    flex: 1;
    padding-left: 1.7rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section2 .ptwo-left .ptwo-left-title {
    position: absolute;
    top: 13%;
}

.section2 .ptwo-left .ptwo-left-title img {
    width: 4.91rem;
    height: .91rem;
}

.section2 .ptwo-left .about-title {
    font-size: .36rem;
    font-weight: bold;
    position: absolute;
    top: 25%;
}

.section2 .ptwo-left .about-con {
    font-size: .14rem;
    color: #666666;
    line-height: .28rem;
    position: absolute;
    top: 35%;
}

.section2 .about-btn {
    height: 2.05rem;
    position: absolute;
    top: 51%;
    left: 1.62rem;
    z-index: 99;
    width: 16rem;
}

.section2 .about-btn .about-a {
    width: 3.95rem;
    height: 2.05rem;
    display: inline-block;
    float: left;
    background-color: #fff;
    opacity: 0.8;
    position: relative;
}

.section2 .about-btn .about-a:before {
    position: absolute;
    content: "";
    height: 2.05rem;
    width: 0;
    left: 0;
    top: 0;
    background-color: #018741;
    z-index: -1;
}

.section2 .about-btn .about-img {
    width: .8rem;
    height: .65rem;
    margin: .7rem 0 0 .8rem;
    float: left;
    background: url(../images/icons.png) -.74rem -0.64rem/4rem 4rem no-repeat;
}

.section2 .about-btn .about-img1 {
    background: url(../images/icons.png) -.05rem -0.64rem/4rem 4rem no-repeat;
}

.section2 .about-btn .about-img2 {
    background: url(../images/icons.png) -.74rem -0.64rem/4rem 4rem no-repeat;
}

.section2 .about-btn .about-img3 {
    background: url(../images/icons.png) -1.32rem -0.64rem/4rem 4rem no-repeat;
}


.section2 .about-btn .about-a .about-txt {
    margin-top: .78rem;
}

.section2 .about-btn .about-a .about-txt .about-p {
    line-height: .25rem;
    height: .25rem;
    font-size: .18rem;
    color: #999999;
}

.section2 .about-btn .about-a:hover:before,
.section2 .about-btn .about-a.active:before {
    width: 100%;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section2 .about-btn .about-a.active .about-p,
.section2 .about-btn .about-a:hover .about-p {
    color: #fff;
}

.section2 .about-btn .about-a:hover .about-img1,
.section2 .about-btn .about-a.active .about-img1 {
    background: url(../images/icons.png) -.05rem -0.1rem/4rem 4rem no-repeat;
}

.section2 .about-btn .about-a:hover .about-img2,
.section2 .about-btn .about-a.active .about-img2 {
    background: url(../images/icons.png) -.74rem -0.08rem/4rem 4rem no-repeat;
}

.section2 .about-btn .about-a:hover .about-img3,
.section2 .about-btn .about-a.active .about-img3 {
    background: url(../images/icons.png) -1.32rem -0.1rem/4rem 4rem no-repeat;
}

.section2 .about-btn .about-a:hover .about-img4,
.section2 .about-btn .about-a.active .about-img4 {
    background: url(../images/icons.png) -.74rem -0.1rem/4rem 4rem no-repeat;
}

.section2 .more-btn {
    width: 1.43rem;
    height: .4rem;
    border: 1px solid #c1c0c0;
    display: block;
    font-size: .14rem;
    color: #b6b6b6;
    line-height: .4rem;
    text-align: center;
    position: absolute;
    bottom: 14%;
    left: 1.7rem;
}

.section2 .more-btn:hover {
    color: #018741;
    border-color: #018741;
}

.section2 .ptwo-righ img {
    width: 100%;
    height: 100%;
}

.section2 .ptwo-right {
    width: 50%;
    background-color: #f5f5f5;
    float: left;
}

.section3 .sec-ul {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrp: wrap;
}

.section3 .sec-ul .sec-li {
    width: 25%;
    position: relative;
}

.section3 .sec-ul .sec-li .sec3-tit {
    width: 100%;
    margin-top: 22%;
    text-align: center;
}

.section3 .sec-ul .sec-li .sec3-tit img {
    width: 2.58rem;
    height: .89rem;
}

.section3 .sec-ul .sec-li img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.ovrly23 {
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.ovrly23 .ovrly {
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateZ(180deg);
    -moz-transform: scale(0.5) rotateZ(180deg);
    -ms-transform: scale(0.5) rotateZ(180deg);
    -o-transform: scale(0.5) rotateZ(180deg);
    transform: scale(0.5) rotateZ(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.ovrly23 .buttons {
    /*position: absolute;
    top: 50%;
    left: 50%;*/
    height: 100%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.ovrly23 .buttons .fa {
    background-color: rgba(1, 135, 65, .8);
    height: 100%;
    /*-webkit-box-shadow: 0 0 1px rgba(1,135,65,.8);
    -moz-box-shadow: 0 0 1px rgba(1,135,65,.8);
    box-shadow: 0 0 1px rgba(1,135,65,.8);
    color: rgba(1,135,65,.9);*/
    display: inline-block;
    margin: 0 1px;
    text-decoration: none;
    -webkit-transition: all 0.1s 0.3s;
    -moz-transition: all 0.1s 0.3s;
    -o-transition: all 0.1s 0.3s;
    transition: all 0.1s 0.3s;
    opacity: 0;
}

.ovrly23:hover .ovrly {
    opacity: 1;
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
}

.ovrly23:hover .buttons .fa {
    opacity: 1;
}

.section3 .sec-ul .sec-li .sec3-title {
    margin-top: 8%;
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.section3 .sec-ul .sec-li .sec-more {
    width: 1.43rem;
    height: .4rem;
    border: 1px solid #c1c0c0;
    display: block;
    text-align: center;
    line-height: .4rem;
    margin: 16% auto 0;
    font-size: .14rem;
    color: #b6b6b6;
}

.section3 .sec-ul .sec-li .sec-more:hover {
    color: #018741;
    border-color: #018741;
}

.section3 .sec-ul .sec-li .case-a {
    width: 100%;
    height: 100%;
    /*border:1px solid #fff;*/
    color: #fff;

}

.section3 .sec-ul .sec-li .case-a .case-div {
    /*border:1px solid #fff;*/
    color: #fff;
    width: 100%;
    height: 100%;
    margin-left: -1px;

}

/*.section3 .sec-ul .sec-li .case-a .case-div .case-div-border
{
    border:1px solid #fff;
    width: 160px;
    height: 100px;
}*/
.section3 .sec-ul .sec-li .case-a .case-div .case-tit {
    text-align: center;
    font-size: .24rem;
    color: #fff;
    margin-top: 31%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding: 0 0.4rem;
}

.section3 .sec-ul .sec-li .case-a .case-div .case-con {
    margin-top: 7%;
    font-size: .14rem;
    padding: 0 .4rem;
    line-height: .3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.section3 .sec-ul .sec-li .case-a .case-div .case-btn {
    margin: 16% auto 0;
    width: 1.15rem;
    height: 0.35rem;
    text-align: center;
    line-height: .35rem;
    border: 1px solid #fff;
}

/*.section3 .sec-ul .sec-li:hover .case-a
{
    display:block;
    -webkit-transition: all .4s;
    -moz-transition: all  .4s;
    -ms-transition: all  .4s;
    -o-transition: all  .4s;
    transition: all  .4s;
}*/


.section4 {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section4 .sec4-top {
    width: 100%;
    display: table;
    padding-top: .4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section4 .sec4-bot {
    padding: .4rem .8rem 0.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section4 .sec4-top .sec4-left {
    width: 63%;
    float: left;
}

.section4 .sec4-top .sec4-left img {
    width: 100%;
}

.section4 .sec4-top .sec4-right {
    width: 37%;
    padding: 0 4% 0 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
}

.section4 .sec4-top .sec4-right .sec4-tit {
    margin-top: .68rem;
}

.section4 .sec4-top .sec4-right .sec4-tit img {
    width: 2.92rem;
    height: .88rem;
}

.section4 .sec4-top .sec4-right .sec4-title {
    font-size: .36rem;
    color: #333;
    font-weight: bold;
}

.section4 .sec4-top .sec4-right .sec4-con-div {
    display: none;
}

.section4 .sec4-top .sec4-right .sec4-con-div:first-child {
    display: block;
}

.section4 .sec4-top .sec4-right .sec4-a {
    margin: .6rem 0 .4rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

.section4 .sec4-top .sec4-right .sec4-a:first-child {
    display: block;
}

.section4 .sec4-top .sec4-right .sec4-a .sec4-txt {
    font-size: .18rem;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.section4 .sec4-top .sec4-right .sec4-a .sec4-content {
    margin-top: .5rem;
    font-size: .14rem;
    color: #666666;
    line-height: .3rem;
}

.section4 .sec4-top .sec4-right .sec4-a .sec4-more {
    color: #b6b6b6;
    font-size: .14rem;
    text-align: center;
    line-height: .4rem;
    width: 1.43rem;
    height: .4rem;
    border: 1px solid #c1c0c0;
    margin-top: .76rem;
}

.section4 .sec4-top .sec4-right .sec4-a .sec4-more:hover {
    color: #018741;
    border-color: #018741;
}

.section4 .sec4-bot .sec4-ul {
    width: 100%;
    height: 1.6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;

}

.section4 .sec4-bot .sec4-ul .sec4-li {
    width: 33% !important;
    ;
    height: 1.6rem;
    background-color: #fff;
    padding: .25rem .3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    margin-right: .1rem;
}

.section4 .sec4-bot .sec4-ul .sec4-li:nth-child(3) {
    margin-right: 0;
}

.section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-left {
    float: left;
    width: 16%;
}

.section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-left .sec4-year {
    color: #666666;
    font-size: .16rem;
    text-align: right;
}

.section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-left .sec4-month {
    font-size: .24rem;
    color: #333333;
    text-align: right;
    font-weight: bold;
}

.section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-right {
    float: right;
    width: 84%;
    padding-left: .33rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-right .sec4-li-tit {
    font-size: .18rem;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-right .sec4-li-con {
    font-size: .14rem;
    color: #666666;
    line-height: .3rem;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section4 .sec4-bot .sec4-ul .sec4-li:hover,
.section4 .sec4-bot .sec4-ul .sec4-li.active {
    background-color: #018741;
}

.section4 .sec4-bot .sec4-ul .sec4-li:hover .sec4-li-tit,
.section4 .sec4-bot .sec4-ul .sec4-li:hover .sec4-li-con,
.section4 .sec4-bot .sec4-ul .sec4-li:hover .sec4-year,
.section4 .sec4-bot .sec4-ul .sec4-li:hover .sec4-month,
.section4 .sec4-bot .sec4-ul .sec4-li.active .sec4-li-tit,
.section4 .sec4-bot .sec4-ul .sec4-li.active .sec4-li-con,
.section4 .sec4-bot .sec4-ul .sec4-li.active .sec4-year,
.section4 .sec4-bot .sec4-ul .sec4-li.active .sec4-month {
    color: #fff;
}

.section5 {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.section5 .sec5-top {
    width: 100%;
    padding: .5rem 0 .6rem .8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section5 .sec5-top .sec5-tit img {
    width: 3.99rem;
    height: .9rem;
}

.section5 .sec5-top .sec5-txt {
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
}

.section5 .sec5-mid {
    width: 100%;
}

.section5 .sec5-mid .sec5-middle {
    width: 100%;
    height: 4.8rem;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li {
    width: 5.25rem;
    height: 4.8rem;
    margin-right: .1rem;
    position: relative;
    z-index: 10;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a {
    display: block;
    width: 100%;
    /*background:rgba(1,135,65,.8);*/
    background: rgba(0, 0, 0, .6);
    height: 4.8rem;
    padding: 0 .6rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-title,
.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-con,
.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-more {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-icon {
    width: .6rem;
    height: .6rem;
    margin-top: 3rem;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-icon1 {
    background: url(../images/icons.png) -.65rem -1.37rem/4rem 4rem no-repeat;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-icon2 {
    background: url(../images/icons.png) -.05rem -1.37rem/4rem 4rem no-repeat;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-icon3 {
    background: url(../images/icons.png) -1.2rem -1.37rem/4rem 4rem no-repeat;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-icon4 {
    background: url(../images/icons.png) -1.82rem -1.37rem/4rem 4rem no-repeat;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-icon5 {
    background: url(../images/icons.png) -.05rem -1.37rem/4rem 4rem no-repeat;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-title {
    margin-top: .1rem;
    font-size: .24rem;
    font-weight: bold;

}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-con {
    font-size: .12rem;
    line-height: .3rem;
    margin-top: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transform: translateY(200px);
    display: none;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a .sec5-more {
    margin-top: .55rem;
    border: 1px solid #fff;
    width: 1.12rem;
    height: .35rem;
    text-align: center;
    line-height: .35rem;
    font-size: .24rem;
    display: none;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a:hover .sec5-icon {
    margin-top: 1rem;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;

}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a:hover {
    background: rgba(1, 135, 65, .8);

}

.section5 .sec5-bot {
    width: 100%;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li:hover .sec5-con {
    display: block;
    transform: translateY(0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li:hover .sec5-more {
    display: block;

}

.section5 .sec5-bot .sec5-more {
    display: block;
    text-align: center;
    line-height: .4rem;
    width: 1.43rem;
    height: .4rem;
    border: 1px solid #c1c0c0;
    color: #b6b6b6;
    font-size: .14rem;
    margin: .45rem auto;
}

.section5 .sec5-bot .sec5-more:hover {
    color: #018741;
    border-color: #018741;
}

.section6 {
    width: 100%;
    height: 100%;
    /*padding:1.1rem .8rem 0;*/
    padding: 0 .8rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/footer-bg.jpg) center left/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sec6-meadie {
    font-size: 16px;
    margin-top: 1rem;
}

.section6 .sec6-top {
    display: table;
}

.section6 .sec6-left {
    width: 40%;
    background-color: #018741;
    color: #fff;
    padding: .85rem .5rem 0.5rem .6rem;
    float: left;
}

.section6 .sec6-left .sec6-txt {
    font-size: .36rem;
    font-weight: bold;
    margin-bottom: .7rem;
}

.section6 .sec6-left .sec6-info .sec6-text {
    font-size: .16rem;
    line-height: .35rem;
}

.section6 .sec6-left .sec6-vcode {
    margin-top: .15rem;
    display: flex;
    justify-content: space-between;
}

.section6 .sec6-left .sec6-vcode .qrcode {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.section6 .sec6-left .sec6-vcode .sec6-img {
    width: 1.37rem;
    height: 1.44rem;
    float: left;
}

.section6 .sec6-left .sec6-vcode .sec6-img img {
    width: 100%;
    height: 100%;
}

.section6 .sec6-left .sec6-vcode .sec6-code {
    /*  line-height: 1.44rem;
    margin-left: 1.82rem;*/
    margin-top: .1rem;
}

.section6 .sec6-right {
    width: 60%;
    float: left;
    height: 5.97rem;
    background: rgba(75, 76, 78, .8);
    margin-top: 1.1rem;
}

.section6 .sec6-right .sec6-form {
    width: 100%;
    height: 100%;
    padding: 1.2rem .75rem 1rem;
}

.section6 .sec6-right .sec6-form img {
    width: nomal;
}

.section6 .sec6-right .sec6-form input {
    background: rgba(200, 200, 200, .2);
    outline: none;
    border: none;
    color: #fff;
    font-size: .16rem;
    height: 0.5rem;
    padding: 0 0.3rem;
    margin-right: 0.1rem;
}

.section6 .sec6-right .sec6-form .inputName,
.section6 .sec6-right .sec6-form .inputTel {
    width: 40%;
    height: .5rem;
    padding: 0 .3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-right: .5rem;
}

.section6 .sec6-right .sec6-form .code {
    display: flex;
    align-items: center;
}

.section6 .sec6-right .sec6-form .text-area {
    width: 100%;
    background: rgba(200, 200, 200, .2);
    height: 1.88rem;
    border: none;
    outline: none;
    margin-top: .4rem;
    font-size: .16rem;
    color: #fff;
    padding: .2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section6 .sec6-right .sec6-form .text-area .text-span {
    color: #fff;
    font-size: .16rem;
}

.section6 .sec6-right .sec6-form .inputBtn {
    width: 1.2rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    font-size: .14rem;
    color: #018741;
    margin-top: .6rem;
    letter-spacing: .02rem;
    border: 1px solid #018741;
}

.section6 .sec6-right .sec6-form .inputBtn:hover {
    cursor: pointer;
}

.section6 .sec6-footer {
    font-size: .14rem;
    color: #999;
    text-align: right;
    margin-top: .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section6 .sec6-footer a {
    color: #999;
}

.sec6-form input::-webkit-input-placeholder,
.sec6-form textarea::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: .02rem;
}

.sec6-form input:-moz-placeholder,
.sec6-form textarea:-moz-placeholder {
    color: #fff;
    letter-spacing: .02rem;
}

.sec6-form input::-moz-placeholder,
.sec6-form textarea::-moz-placeholder {
    color: #fff;
    letter-spacing: .02rem;
}

.sec6-form input:-ms-input-placeholder,
.sec6-form textarea:-ms-input-placeholder {
    color: #fff;
    letter-spacing: .02rem;
}

.section10 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 .8rem;
    padding-top: 1rem;
}

.section10 .gdflex {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.section10 .gdflexl {
    font-size: 0.16rem;
}

.section10 .gdflexl .gdbox {
    width: 32%;
}

.section10 .gdflexl ul li {
    background: #841c19;
    color: #fff;
    border: 1px solid #a75848;
    padding: .1rem;
    margin-bottom: .1rem;
    width: 2.6rem;
}

.section10 .gdflexl ul li i {
    margin-left: .05rem
}

.section10 .gdflexl ul li span {
    height: .4rem;
    display: inline-block;
    border-left: 1px solid #a9615e;
    line-height: .4rem;
    padding-left: .15rem;
    margin-left: .15rem;
    color: #fff;
}

.section10 .gdflexc {
    margin-top: .4rem;
    font-size: 0.18rem;
}

.section10 .gdflexc p {
    margin-top: .1rem;
    font-size: 0.15rem
}

.section10 .gdflexc p span:first-child {
    width: 4.4rem;
    display: inline-block;
    margin-left: .1rem;
}

.section10 .gdflexr {
    text-align: center;
    display: flex;
    margin-top: .4rem;
    font-size: 0.16rem;
}


.gdtitle {
    border-top: 1px solid #e5e5e5;
}

.gdtitle h3 {
    padding: .2rem;
    display: inline-block;
    position: relative;
    top: -1px;
    font-size: .24rem;
}

.gdtitle h3.active {
    border-top: 2px solid #03582B;
    color: #03582B;
    font-weight: bold;
}

.gdtitle a {
    padding: .2rem 0;
    font-size: .16rem;
}

.gdtitle::after {
    content: "";
    display: block;
    clear: both;
}

.gdtitle a {
    float: right;
}

.gdbox {
    width: 32%;
}

.gdbox li:first-child {
    font-weight: bold;
}

.gdbox li:first-child {
    font-size: .18rem;
    line-height: .4rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 0.15rem;
    overflow: hidden;
}
.gdbox li a{
    white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        padding-left: 0.15rem;
        overflow: hidden;
}
.gdbox li a:hover ,.gdbox .gdtitle a:hover{
    color: #03582B;
}

.gdbox li::before {
    content: "";
    background: #ccc;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: 0;
    top: .18rem;
}

.gdbox li {
    font-size: .18rem;
    line-height: .46rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 0.15rem;
    overflow: hidden;
}

.gdboxlc .Recommend {
    display: flex;
    flex-direction: column;
}

.gdboxlc .Recommend img {
    width: 100%;
    height: 2.5rem;
    object-fit: cover;
}

.gdboxlc .Recommend::before,
.gdboxlc .RecommendThree li::before {
    display: none;
}

.gdboxlc .RecommendThree {
    display: flex;
    justify-content: space-between;
}

.gdboxlc .RecommendThree li {
    display: flex;
    flex-direction: column;
    width: 49%;
}

.gdboxlc .RecommendThree li img {
    width: 100%;
    height: 2.5rem;
    object-fit: cover;
}

.gdboxlc .RecommendThree li a {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.gdboxlc .RecommendThree li:first-child {
    font-weight: 400;
}

.gdboxlc .RecommendThree li:nth-of-type(3) {
    font-weight: 700;
}


/*新闻列表页*/
.inner-main {
    width: 100%;
}

.inner-main .inner-main-top {
    width: 100%;
    height: 2.48rem;
    background-color: #fff;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-main:after {
    width: 100%;
    height: 0.03rem;
    background-color: #018741;
    position: absolute;
    content: "";
    left: 0;
    top: 1.69rem;
}

.inner-main .inner-main-top .inner-news-title {
    font-size: .36rem;
    color: #333333;
    font-weight: bold;
}

.inner-news-title-EN {
    font-size: .4rem;
    color: #333333;
    font-weight: bold;
    opacity: .2;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 4rem;*/
}

.inner-main .inner-main-top .news-left-img {
    padding-top: 1rem;
}

.inner-main .inner-main-top .news-left {
    float: left;
}

.inner-main .inner-main-top .news-left-img img {
    width: 2.92rem;
    height: .88rem;

}

.inner-main .inner-main-top .news-right {
    float: right;
    height: 2.45rem;
}

.news-right-ul {
    display: inline-block;
    margin-top: 1.4rem;
    float: right;
}

.news-right-ul .news-right-li {
    display: inline-block;
    float: left;
    font-size: .14rem;
    color: #999;
}

.news-right-ul .news-right-li a {
    font-size: .14rem;
    color: #999;
    display: inline-block;
}

.news-right-ul .news-right-li a:hover {
    color: #018741;
}

.inner-main .inner-main-top .news-right .news-right-bot {
    display: block;
}

.inner-main .inner-main-top .news-right .news-right-div {
    margin-top: .35rem;
    display: inline-block;
    float: right;
}

.inner-main .inner-main-top .news-right .news-right-div .news-abtn {
    display: inline-block;
    float: left;
    /* width:1.4rem;*/
    height: .4rem;
    border: 1px solid #c1c0c0;
    font-size: .16rem;
    color: #666;
    text-align: center;
    line-height: .4rem;
    margin-left: .3rem;
    padding: 0 0.1rem;
}

.inner-main .inner-main-top .news-right .news-right-div .news-abtn:hover,
.inner-main .inner-main-top .news-right .news-right-div .news-abtn.active {
    border: 1px solid #018741;
    background-color: #018741;
    color: #fff;
}

.inner-main .inner-content {
    width: 100%;
    padding: .22rem 2rem 1.45rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    display: table;
    overflow: hidden;
}

.pager {
    text-align: center;
    margin-top: 1rem;
}

.pager a {
    padding: 5px 10px;
    background: #f5f5f5;
    color: #666;
}

.pager .Ahover {
    background: #0e9a50;
    color: #fff;
}

.pager a:hover {
    background: #0e9a50;
    color: #fff;
}

.inner-content .inner-news-ul .inner-news-li {
    margin-top: .9rem;
    width: 100%;
    display: inline-block;
}

.inner-content .inner-news-ul .inner-news-li .news-list-left {
    width: 29%;
    height: 2.75rem;
    float: left;
    overflow: hidden;
}

.inner-content .inner-news-ul .inner-news-li .news-list-left img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    object-fit: cover;
}

.inner-content .inner-news-ul .inner-news-li .news-list-left:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.inner-content .inner-news-ul .inner-news-li .news-list-right {
    float: right;
    width: 71%;
    padding-left: .74rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.inner-content .inner-news-ul .inner-news-li .news-list-right .news-list-tit {
    font-size: .28rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}

.inner-content .inner-news-ul .inner-news-li .news-list-right .news-list-tit:hover {
    color: #018741;
}

.inner-content .inner-news-ul .inner-news-li .news-list-right .news-time {
    margin-top: .42rem;
    font-size: .14rem;
    color: #999999;
}

.inner-content .inner-news-ul .inner-news-li .news-list-right .news-time img {
    width: .19rem;
    height: .19rem;
    vertical-align: middle;
    margin-right: .14rem;
}

.inner-content .inner-news-ul .inner-news-li .news-list-right .news-list-cont {
    margin-top: .2rem;
    font-size: .14rem;
    color: #666;
    line-height: .35rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.inner-content .inner-news-ul .inner-news-li .news-list-right .news-list-a {
    margin-top: .45rem;
    display: block;
    width: 1.43rem;
    height: .4rem;
    text-align: center;
    line-height: .4rem;
    border: 1px solid #c1c0c0;
    color: #b6b6b6;
    font-size: .14rem;
}

.inner-content .inner-news-ul .inner-news-li .news-list-right .news-list-a:hover {
    background-color: #018741;
    color: #fff;
    border-color: #018741;
}

/*内页底部*/
.footer-box {
    width: 100%;
    /*height:3.06rem;*/
    background-color: #222222;
    padding: .5rem.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.footer-box .footer-left {
    width: 55%;
    float: left;
}

.footer-box .footer-left .footer-infos {
    margin-top: .4rem;
    font-size: .16rem;
    color: #757575;
    line-height: .35rem;
}

.footer-box .footer-left .footer-infos .footer-p {
    line-height: .35rem;
}

.footer-box .footer-right {
    width: 45%;
    float: right;
    display: flex;
    flex-direction: column;
}

.footer-box .footer-right .sec6-meadies {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0.1rem;
}

.footer-box .footer-right .footer-qr {
    display: flex;
}

.footer-box .footer-left .footer-img {
    width: 2.15rem;
    height: .46rem;
}

.footer-box .footer-right .footer-right-weicode {
    text-align: right;
    margin-right: .1rem;
}

.footer-box .footer-right .footer-right-weicode img {
    width: 1.4rem;
    height: 1.43rem;
}

.footer-box .footer-content {
    display: table;
    width: 100%;
}

.footer-box .footer-txt {
    text-align: right;
    font-size: .14rem;
    color: #656565;
    line-height: .4rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-box .footer-txt a {
    font-size: .14rem;
    color: #656565;
}

/*详情页*/
.inner-main .inner-detail {

    height: 1.46rem;
    border-bottom: 1px solid #eaeaea;
    margin: 0 .8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.inner-main .inner-detail .news-right-ul {
    margin-top: .74rem;
    float: left;
}

.inner-main .innner-del-con {
    padding: .5rem 2rem 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.inner-main .innner-del-con .detail-tit {
    font-size: .36rem;
    color: #333;
    margin-bottom: .4rem;
}

.inner-main .innner-del-con .detail-time {
    font-size: .14rem;
    color: #999999;
    margin-bottom: .7rem;
}

.inner-main .innner-del-con .detail-time img {
    width: .19rem;
    height: .19rem;
    vertical-align: middle;
    margin-right: .15rem;
}

.inner-main .innner-del-con .detail-contxt .detail-img {
    margin-bottom: .52rem;
    display: none;
}

.inner-main .innner-del-con .detail-contxt .del-text {
    font-size: .14rem;
    color: #8e8d8d;
    margin-bottom: .25rem;
    line-height: .35rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    /*align-items: center;
    justify-content: center;*/
}

.inner-main .innner-del-con .detail-contxt .detail-page {
    width: 100%;

}

.inner-main .innner-del-con .detail-contxt .detail-page .page-text {
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.inner-main .innner-del-con .detail-contxt .detail-page .page-text a:hover {
    color: #0e9a50;
}

.inner-main .innner-del-con .detail-contxt .detail-page .left {
    text-align: left;
}

.inner-main .innner-del-con .detail-contxt .detail-page .right {
    text-align: right;
}

.inner-main .innner-del-con .detail-contxt .del-text p img {
    width: auto;
    height: 100%;
}

/*列表页*/
.inner-main .case-box {
    width: 100%;
    height: 100%;
    padding: 1rem 2rem 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
}

.inner-main .case-box .case-ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.inner-main .case-box .case-ul .case-li {
    width: 4.8rem;
    height: 5.4rem;
    margin-bottom: .4rem;
    position: relative;
    margin-right: .2rem;
}

.inner-main .case-box .case-ul .case-linth-of-type(3n) {
    margin-right: 0;
}

.inner-main .case-box .case-ul .case-li a {
    width: 100%;
    height: 100%;
    margin-left: 2.41rem;
    margin-top: 2.7rem;
    background: rgba(1,
            135,
            65, .8);
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    padding: .3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

.inner-main .case-box .case-ul .case-li:hover .case-a1 {
    display: block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.inner-main .case-box .case-ul .case-li a .case-div1 {
    border: 1px solid #fff;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    -ms-flex-align: center;
    justify-content: center;
}

.inner-main .case-box .case-ul .case-li a .case-div1 .case-tit1 {
    font-size: .24rem;
    text-align: center;
    width: 100%;

}

.inner-main .case-box .case-ul .case-li a .case-div1 .case-con1 {
    /*position:absolute;*/
    font-size: .14rem;
    text-align: center;
    /*top:2.1rem;*/
    line-height: .35rem;
    padding: 0 .45rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: .38rem;
}

.inner-main .case-box .case-ul .case-li a .case-div1 .case-btn1 {
    width: 1.1rem;
    height: .36rem;
    border: 1px solid #fff;
    text-align: center;
    line-height: .32rem;
    font-size: .16rem;
    margin: .7rem auto 0;
}

/*移动端代码*/
@media screen and (max-width: 768px) {
    .mobileWeb {
        display: block;
    }

    .banner-box .banner-right .banner-ul {
        width: 100%;
    }

    .banner-box .banner-right .banner-ul li {
        background-size: 100%;
        height: 27vh !important;
    }

    .footer-content {
        display: flex !important;
        flex-direction: column;
    }

    .footer-box .footer-right {
        width: 100% !important;
    }

    .inner-main .innner-del-con .detail-contxt .del-text p img {
        height: 100%;
        width: 100%;
    }

    .pcWeb {
        display: none !important;
    }

    .section1,
    .section2,
    .section3,
    .section4,
    .section5,
    .section10,
    .section6 {
        height: auto !important;
    }

    .section10 .gdflex {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .section10 .gdflex .gdbox {
        width: 100%;
        margin-bottom: .1rem;
    }

    .gdbox li::before {
        top: 0.15rem;
    }


    .top-box,
    .inner-top {
        height: 1.25rem !important;
    }

    .top-box .top {
        padding: 0 .3rem;
    }

    .top-box .top .nav-btn {
        height: 1.25rem;
        line-height: 1.25rem;
        position: absolute;
        left: .3rem;
    }

    .top-box .top .nav-btn img {
        vertical-align: middle;
        /*max-width:100%;*/
        /*max-height:100%;*/
        width: .4rem;
        height: .38rem;
    }

    .top-box .top .logo-a {
        height: 1.25rem;
        line-height: 1.25rem;
        text-align: center;
        width: 100%;
        left: 0;
        position: absolute;
    }

    .top-box .top .search-box {
        height: 1.25rem;
        line-height: 1.25rem;
    }

    .top-box .top .top-right {
        right: .3rem;
    }

    .page.swiper-container,
    .page-list {
        height: auto !important;
        overflow: hidden;
    }

    .page-list .banner-box {
        height: auto;
        padding-left: 0;
    }

    .banner-box .banner-right {
        width: 100%;
    }

    .inner-main:after {
        top: 1.24rem;
    }

    /*关于我们*/
    .section2 .ptwo-left {
        width: 100%;
        position: static;
        padding: 1rem .3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section2 .ptwo-left .ptwo-left-title,
    .section2 .ptwo-left .about-title,
    .section2 .ptwo-left .about-con,
    .section2 .more-btn,
    .section2 .about-btn {
        position: static;
    }

    .section2 .ptwo-left .ab-img {
        width: 100%;
        height: 5.3rem;
    }

    .section2 .ptwo-left .about-title {
        margin: .1rem 0 .69rem;
    }

    .section2 .about-btn {
        width: 6.9rem;
        margin-top: -5.62rem;
        height: 1.76rem;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        overflow: hidden;
        overflow-x: scroll;
    }

    .section2 .about-btn::-webkit-scrollbar {
        display: none;
    }

    .section2 .about-con {
        margin-top: 3.16rem;
        height: auto;
        line-height: .45rem !important;
        color: #666666 !important;
        font-size: .24rem !important;
        padding-bottom: .95rem;
    }

    .section2 .about-btn .about-a {
        height: 1.76rem;
        width: 2.1rem;
    }

    .section2 .about-btn .about-a:before {
        height: 1.76rem;
    }

    .section2 .ptwo-left .more-btn {
        margin: 3.5rem auto 0;
    }

    .section2 .about-btn .about-img {
        margin: .4rem .65rem 0;
        float: none;
    }

    .section2 .about-btn .about-a .about-txt {
        margin-top: 0;
        text-align: center;
    }

    .section3 .sec-ul .sec-li {
        width: 50%;
        height: 4.25rem !important;
        background-position: center left;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .section3 .sec-ul .sec-li .case-a .case-div .case-con {
        padding: 0 .2rem;
    }

    .section3 .sec-top {
        background-color: #fff;
        padding: 1rem .3rem .8rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section3 .sec-top .sec-img img {
        width: 2.58rem;
        height: .89rem;
    }

    .section3 .sec-top .sec-txt {
        font-size: .36rem;
        color: #333333;
        font-weight: bold;
        margin-top: .2rem;
    }

    .section3 .sec-buttom {
        display: block;
        width: 2.14rem;
        height: .5rem;
        border: 1px solid #c1c0c0;
        color: #b6b6b6;
        font-size: .24rem;
        text-align: center;
        line-height: .5rem;
        margin: 1rem auto;
    }

    .section4 .sec4-right {
        width: 100% !important;
        padding: 0 .3rem !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section4 .sec4-right .sec4-img {
        width: 6.9rem;
        height: 3.63rem;
        margin-top: .63rem;
    }

    .section4 .sec4-top .sec4-right .sec4-a .sec4-txt {
        font-size: .28rem;
        color: #333333;
        white-space: normal;
    }

    .section4 .sec4-top .sec4-right .sec4-a .sec4-content {
        font-size: .24rem;
        color: #666;
        line-height: .5rem;
        margin-top: .35rem;
    }

    .section4 .sec4-bot {
        padding: .5rem 0 1rem .3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section4 .sec4-bot .sec4-ul {
        height: 2.2rem !important;
    }

    .section4 .sec4-bot .sec4-ul .sec4-li {
        width: 6.35rem !important;
        height: 2.2rem !important;
        margin-right: .3rem;
    }

    .section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-left .sec4-year {
        font-size: .24rem;
    }

    .section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-left .sec4-month {
        font-size: .36rem;
        font-weight: bold;
    }

    .section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-right .sec4-li-tit {
        font-size: .28rem;
    }

    .section4 .sec4-bot .sec4-ul .sec4-li .sec4-li-right .sec4-li-con {
        font-size: .24rem;
        line-height: .4rem;
    }

    .section5 .sec5-mid {
        padding-left: .3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .section5 .sec5-mid .sec5-middle,
    .section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li,
    .section5 .sec5-mid .sec5-middle .sec5-ul .sec5-li .sec5-a {
        height: 6rem;
    }

    .section5 .sec5-bot .sec5-more {
        margin: 1rem auto;
    }

    .section6 {
        padding: 0;
        width: 100%;
        height: auto !important;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .section6 .sec6-left {
        width: 100%;
        padding: .85rem .3rem .67rem;
        background-color: transparent;
    }

    .section6 .sec6-left .sec6-txt {
        margin-top: .1rem;
    }

    .section6 .sec6-left .sec6-info .sec6-text {
        font-size: .24rem;
        line-height: .45rem;
    }

    .section6 .sec6-footer {
        width: 100%;
        text-align: left;
        font-size: .18rem;
        margin-top: 0;
        display: flex;
        flex-direction: column;
        /* width: 100%; */
        align-items: flex-start;
        padding-left: 0.3rem;
    }

    .page-box.swiper-wrapper {
        position: relative;
    }

    .inner-main .case-box .case-ul .case-li a {
        top: -.88rem;
        left: -.8rem;
    }

    .nav-list {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 1.25rem;
        left: 0;
        padding: 0 .3rem;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-color: #fff;
        display: none;
        z-index: 9999;
    }

    .nav-list.active {
        display: block;
    }

    .nav-list .index-nav-ul {

        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .nav-list .index-nav-ul .index-li {
        width: 100%;
        height: .6rem;
        border-bottom: 1px solid #eee;
        text-align: left;
        line-height: .6rem;
        font-size: .24rem;
    }

    .nav-list .index-nav-ul .index-li .index-a {
        display: block;
    }

    .nav-list .index-nav-ul .index-li .index-a:hover {
        color: #018741;
        font-weight: bold;
    }

    .inner-main .inner-main-top .inner-news-title {
        text-align: center;
        margin-top: .3rem;
    }

    .inner-main .inner-main-top .news-left {
        float: none;
    }

    /*新闻列表*/

    .inner-main .inner-main-top {
        padding: 0 .3rem;
    }

    .inner-main .inner-main-top,
    .inner-main .inner-main-top .news-right {
        width: 100%;
        height: auto;
        display: table;
    }

    .inner-main .inner-main-top .news-right .news-right-bot {
        width: 100%;
        height: .4rem;
        display: block;
        margin-top: .3rem;
    }

    .inner-main .inner-main-top .news-right .news-right-div {
        margin-top: 0;
        /*height:.4rem;*/
        display: block;
        width: 100%;
        text-align: center;
        display: flex;
        flex-wrap: wrap;
        /*height: 2rem;*/
    }

    .inner-main .inner-main-top .news-right .news-right-div .news-abtn {
        float: none;
    }

    .inner-main .inner-content {
        padding: .22rem .3rem 1.45rem;
        display: block;
    }

    .inner-content .inner-news-ul .inner-news-li {
        margin-top: .5rem;
    }

    .inner-content .inner-news-ul .inner-news-li .news-list-left {
        float: none;
        width: 100%;
    }

    .inner-content .inner-news-ul .inner-news-li .news-list-right {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: .25rem;
    }

    .inner-content .inner-news-ul .inner-news-li .news-list-right .news-time {
        margin-top: .22rem;
    }

    .inner-content .inner-news-ul .inner-news-li .news-list-right .news-list-cont {
        font-size: .16rem;
    }

    .inner-content .inner-news-ul .inner-news-li .news-list-right .news-list-a {
        margin-top: .25rem;
    }

    .footer-box {
        padding: .5rem .3rem;
    }

    .inner-main .innner-del-con {
        padding: .5rem .3rem 1rem;
    }

    .inner-main .innner-del-con .detail-contxt .detail-page {
        display: flex;
        flex-direction: column;
    }

    .inner-main .innner-del-con .detail-contxt .detail-page .page-text {
        width: 100%;
        font-size: 16px;
    }

    .inner-main .innner-del-con .detail-contxt .detail-page .right {
        text-align: left;
    }

    .inner-main .inner-main-top .news-right .news-right-div .news-abtn {
        width: 27%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-bottom: 0.2rem;
    }

    .inner-main .case-box {
        padding: 0.6rem .3rem 1rem;

    }

    .inner-main .case-box .case-ul .case-li {
        width: 3.2rem;
        height: 3.6rem;
        margin-bottom: .25rem;
    }

    .section2 .more-btn,
    .section5 .sec5-bot .sec5-more {
        width: 2.14rem;
        height: .5rem;
        line-height: .5rem;
    }

    .sec-buttom:hover {
        color: #018741;
        border-color: #018741;
    }

    .inner-main .innner-del-con .detail-contxt .del-text {
        align-items: start;
        text-align: left;
    }


}