/* ---------- */
.mbheader {
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    background: #fff;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 95%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #008a56;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #008a56;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

.mbbanner {
    width: 100%;
    position: relative;
}

.mbbanner .swiper-slide img {
    width: 100%;
}

.mbbanner .swiper-pagination {
    position: absolute;
    bottom: 5%;
}

.mbbanner .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    line-height: 40px;
    text-align: center;
    background: url(/en/images/pagination-bullet.png) center no-repeat;
    opacity: 1;
    background-size: 10px;
    margin: 0 !important;
}

.mbbanner .swiper-pagination-bullet-active {
    background: url(/en/images/pagination-bullet-on.png) center no-repeat;
    box-sizing: border-box;
    border: 1px solid #00985f;
    border-radius: 50%;
    background-size: 10px;
}

.content1 {
    width: 100%;
    background: #008a56;
    box-sizing: border-box;
    padding: 30px 0;
}

.count {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}

.count .item1,
.count .item2 {
    width: 50%;
}

.count .item3 {
    width: 100%;
    margin-top: 30px;
}


.count .item p {
    font-size: 13px;
}

.count .item p span {
    font-weight: bold;
    font-size: 22px;
    margin-right: 5px;
}

.content2 {
    width: 100%;
    background: url(/en/images/content2Bg.jpg) center no-repeat;
    box-sizing: border-box;
    padding: 30px 0 90px 0;
    background-size: cover;
    position: relative;
}

.content2 .count .name {
    width: 100%;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.content2 .count .desc {
    font-size: 13px;
    color: #fff;
    line-height: 22px;
    margin: 20px 0;
    text-align: justify;
}

.content2 .btn {
    display: flex;
    flex-wrap: wrap;
}

.content2 .btn .box {
    width: 50%;
    margin-bottom: 20px;
}

.content2 .btn .box .ico {
    max-width: 32px;
}

.content2 .btn .box .ico img {
    width: 100%;
}

.content2 .btn .box p {
    color: #fff;
}

.more {
    width: 110px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    background: #008a56;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 30px;
}

.more a {
    display: flex;
    justify-content: space-between;
    color: #fff;
}


.content2 #wave2_mb {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
}

.content3 {
    width: 100%;
    background: url(/en/images/content3Bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px 0 90px 0;
    position: relative;
}

.pastures .swiper-slide {
    flex-direction: column;
}

.pastures .swiper-slide .img {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.pastures .swiper-slide .img .btn {
    position: absolute;
    left: calc((100% - 25px) / 2);
    z-index: 99;
    top: calc((100% - 25px) / 2);
    width: 25px;
    height: 25px;
    background: url(/en/images/videoBtn.png) center no-repeat;
    background-size: cover;
}

.pastures .swiper-slide .img img {
    width: 100%;
    height: 200px;
}


.pastures .swiper-slide .text {
    box-sizing: border-box;
    border: 3px solid #008a56;
    border-top: none;
    padding: 60px 15px 25px 15px;
}

.pastures .swiper-slide .text .name {
    color: #00985f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pastures .swiper-slide .text .desc {
    font-size: 13px;
    color: #232224;
    line-height: 25px;
    height: 150px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.pastures .swiper-slide .text .desc p {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.content3 .container {
    position: relative;
}

.content3 .column {
    position: absolute;
    left: 15px;
    top: 220px;
}

.content3 .column a {
    font-size: 22px;
    color: #303030;
    font-weight: bold;
}

.content3 .more {
    background: none;
    border: 1px solid #00985f;
    margin: 30px 0 0 0;
}

.content3 .more a {
    color: #00985f;
    text-transform: uppercase;
}

.pastures .pasbtn {
    display: flex;
    position: absolute;
    top: 168px;
    z-index: 9;
    width: 100%;
    justify-content: center;
}

.pastures .swiper-next,
.pastures .swiper-prev {
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .5);
    margin: 0 5px;
    border-bottom: none;
}

.content3 .btnBg {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.content3 .btnBg img {
    width: 100%;
}


/* ---- */

.footer {
    width: 100%;
    background: url(/en/images/footerBg.jpg) center no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 30px 0;
}

.footer .ftlogo img {
    width: 100%;
}

.footer .email {
    display: flex;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
}

.footer .email .name {
    margin-right: 10px;
}

.footer .banq {
    margin-top: 30px;
}

.footer .banq,
.footer .contact {
    font-size: 12px;
    line-height: 20px;
    word-break: break-all;
    color: rgba(255, 255, 255, .7);
}

.footer .banq a,
.footer .contact a {
    color: rgba(255, 255, 255, .7);
}

.footer .contact p {
    margin: 10px 0;
}

.footlink {
    width: 272px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #81c6ab;
    position: relative;
    margin: 25px auto 0 auto;
}

.footlink h3 {
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 20px;
    background: url(/en/images/ftjt.png) right center no-repeat;
    color: rgba(255, 255, 255, .5);
    font-weight: normal;
    background-position-x: calc(100% - 20px);
}

.footlink ul {
    position: absolute;
    display: none;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    max-height: 240px;
    bottom: 40px;
}

.footlink ul li {
    line-height: 30px;
    border-bottom: 1px dashed rgba(2, 140, 87, .5);
}

.footlink ul li a {
    color: #00985f;
    font-size: 12px;
}

.footlink:hover ul {
    display: block;
    overflow-y: scroll;
}

/* --- */

.content6 {
    width: 100%;
    background: url(/en/images/content6Bg.png) center no-repeat;
    background-size: 100%;
    box-sizing: border-box;
    padding: 30px 0 60px 0;
    position: relative;
}

.channel .swiper-slide {
    flex-direction: column;
}

.channel .swiper-slide .img {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.channel .swiper-slide .img .btn {
    position: absolute;
    left: calc((100% - 25px) / 2);
    z-index: 99;
    top: calc((100% - 25px) / 2);
    width: 25px;
    height: 25px;
    background: url(/en/images/videoBtn.png) center no-repeat;
    background-size: cover;
}

.channel .swiper-slide .img img {
    width: 100%;
    height: 200px;
}


.channel .swiper-slide .text {
    box-sizing: border-box;
    border: 3px solid #d6b61d;
    border-top: none;
    padding: 60px 15px 25px 15px;
}

.channel .swiper-slide .text .name {
    color: #00985f;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
}

.channel .swiper-slide .text .desc {
    font-size: 13px;
    color: #232224;
    line-height: 25px;
}

.channel .swiper-slide .text .desc img {
    display: none;
}

.content6 .container {
    position: relative;
}

.content6 .column {
    position: absolute;
    left: 15px;
    top: 220px;
}

.content6 .column a {
    font-size: 22px;
    color: #303030;
    font-weight: bold;
}

.content6 .more {
    background: none;
    border: 1px solid #00985f;
    margin: 30px 0 0 0;
}

.content6 .more a {
    color: #00985f;
    text-transform: uppercase;
}

.channel .pasbtn {
    display: flex;
    position: absolute;
    top: 168px;
    z-index: 9;
    width: 100%;
    justify-content: center;
}

.channel .swiper-next,
.channel .swiper-prev {
    width: 28px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #fff;
    background: rgba(0, 0, 0, .5);
    margin: 0 5px;
    border-bottom: none;
}

/* - */

.content5 {
    width: 100%;
    background: url(/en/images/content5Bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 30px 0 70px 0;
    position: relative;
}

.content5 .column {
    text-align: center;
    margin-bottom: 30px;
}

.content5 .column a {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.newSlide .swiper-slide a {
    width: 100%;
}

.newSlide .swiper-slide .img img {
    width: 100%;
}

.newSlide .swiper-slide .text {
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
}

.newSlide .swiper-slide .text .title {
    font-size: 14px;
    color: #00985f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-weight: bold;
    line-height: 20px;
    height: 40px;
}

.newSlide .swiper-slide .text .desc {
    color: #b7b7b7;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    line-height: 22px;
    height: 66px;
    margin: 5px 0 10px 0;
}

.newSlide .swiper-slide .text .dete {
    display: flex;
    align-items: flex-end;
    font-size: 12px;
    color: #545454;
}

.newSlide .swiper-slide .text .d span {
    color: #008a56;
}

.newSlide .swiper-pagination-news {
    margin: 15px 0 25px 0;
    text-align: center;
}

.newSlide .swiper-pagination-bullet {
    width: 24px;
    height: 24px;
    line-height: 40px;
    text-align: center;
    background: url(/en/images/pagination-bullet-w.png) center no-repeat;
    opacity: .7;
    background-size: 10px;
    margin: 0 !important;
}

.newSlide .swiper-pagination-bullet-active {
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 10px;
    opacity: 1;
}

.newList {
    display: flex;
    justify-content: space-between;
}

.newList .box {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 25px 15px;
}

.newList .box .title {
    font-size: 14px;
    color: #151515;
    line-height: 21px;
    height: 42px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newList .box .desc {
    font-size: 12px;
    color: #151515;
    opacity: .7;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.newList .box .dete {
    display: flex;
    align-items: flex-end;
    margin: 5px 0 10px 0;
    color: #545454;
    font-size: 12px;
}

.newList .box .dete .d span {
    color: #00985f;
}

.content5 .more {
    width: 110px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #fff;
    background: #008a56;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 0 auto;
    margin-top: 30px;
}

.content5 .more a {
    display: flex;
    justify-content: space-between;
    color: #fff;
}

.content5 #wave3_mb {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
}

/* --- */

.content4 {
    width: 100%;
    padding-bottom: 90px;
    position: relative;
}

.content4 #wave4_mb {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
}

.brand .tab-head {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    margin-bottom: 25px;
}

.brand .tab-head a {
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    color: #00985f;
    box-sizing: border-box;
    padding: 0 10px 0 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    display: inline-block;
    background: url(/en/images/icon2.png) left center no-repeat #fff;
    background-position-x: 10px;
    background-size: 15px;
}

.brand .tab-head a.active {
    background: url(/en/images/icon2-w.png) left center no-repeat #00985f;
    color: #fff;
    background-size: 15px;
    background-position-x: 10px;
}

.content4 .column {
    text-align: center;
    padding: 35px 0 25px 0;
}

.content4 .column a {
    font-size: 22px;
    color: #303030;
    font-weight: bold;
}

.proSlide {
    display: none;
}

.proSlide.active {
    display: block;
}

.proSlide .swiper-slide {
    width: 100%;
    flex-direction: column;
}

.proSlide .swiper-slide .p-text {
    width: 95%;
    height: 430px;
    box-sizing: border-box;
    border: 1px solid #00975f;
    border-radius: 10px;
    padding: 3px;
    background: #fff;
    margin: 0 auto;
}

.proSlide .swiper-slide .p-text .crotext {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 1px dashed rgb(0 152 95 / .2);
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
}

.proSlide .swiper-slide .img {
    width: 100%;
    background: url(/en/images/p-img-bg.png) center no-repeat;
    background-size: 100% 100%;
    height: 420px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 85px;
}

.proSlide .swiper-slide .img a {
    display: inline-block;
}

.proSlide .swiper-slide .img img {
    width: 50%;
}

.proSlide .swiper-slide .p-text .dtl {
    height: calc(100% - 65px);
    overflow-y: auto;
}

.proSlide .swiper-slide .p-text .dtl p {
    font-size: 13px;
    line-height: 20px;
}

.proSlide .swiper-slide .more {
    background: none;
    border: 1px solid #00985f;
    margin: 30px 0 0 0;
}

.proSlide .swiper-slide .more a {
    color: #008a56;
}

/* -- */

.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    height: 60px;
    color: #fff;
    background: url(/en/images/crumbsBg.png) center center no-repeat;
    position: absolute;
    top: calc((100% - 60px) / 2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-size: cover;
}

.crumbs .crumbs-name {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

.crumbs .crumbs-list {
    font-size: 12px;
}

.crumbs .crumbs-list a {
    color: #fff;
}

.conent_box {
    width: 100%;
    background: url(/en/images/content-box-bg.png) center no-repeat;
    background-size: cover;
    /* margin-top: 30px; */
}

.tab-news-content .item {
    width: 100%;
    background: #fff;
    border: 1px solid #f0f0f0;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding: 15px;
}

.tab-news-content .item .img img {
    width: 100%;
}

.tab-news-content .item .title {
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tab-news-content .item .dete {
    display: flex;
    align-items: flex-end;
    font-size: 12px;
    color: #454545;
    opacity: .7;
    margin-top: 15px;
}

.top_xg2 {
    width: 100%;
    margin-top: -28px;
    z-index: 9;
    position: relative;
}

.top_xg2 img {
    width: 100%;
}

/* -- */

.weui-article {
    margin-bottom: 20px;
}

.weui-article .detail p {
    color: #4d4d4d;
    line-height: 25px;
    margin-bottom: 10px;
}

.weui-article .detail p img {
    max-width: 100%;
    height: auto !important;
}

.weui-article .detail video {
    max-width: 90%;
    height: auto !important;
    margin: 0 auto;
}

.weui-loadmore {
    width: 65%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center
}

.weui-loadmore__tips {
    display: inline-block;
    vertical-align: middle
}

.weui-loadmore_line {
    border-top: 1px solid #e5e5e5;
    margin-top: 2.4em
}

.weui-loadmore_line .weui-loadmore__tips {
    position: relative;
    top: -.9em;
    padding: 0 .55em;
    background-color: #fff;
    color: #999
}

.weui-loadmore_dot .weui-loadmore__tips {
    padding: 0 .16em
}

.weui-loadmore_dot .weui-loadmore__tips:before {
    content: " ";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #e5e5e5;
    display: inline-block;
    position: relative;
    vertical-align: 0;
    top: -.16em
}

/* -- */

.tab-news-piclist .item {
    padding: 0;
}

.tab-news-piclist .text {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
}

.tab-news-piclist .text .title {
    color: #454545;
    font-size: 16px;
    line-height: 24px;
    height: auto;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.tab-news-piclist .text .desc {
    font-size: 12px;
    color: #3b3b3b;
    opacity: .5;
    line-height: 21px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin: 15px 0;
}

/* -- */

.detail .title {
    text-align: center;
    font-size: 20px;
    color: #4d4d4d;
    font-weight: bold;
}

.detail .timer {
    text-align: center;
    color: #4d4d4d;
    opacity: .5;
    font-size: 12px;
    margin: 15px 0 10px 0;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 15px 0;
    border-top: 1px solid #e2e2e2;
}

.detail-page .pager {
    display: flex;
    flex-wrap: wrap;
}

.detail-page .pager li {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 10px 0;
    box-shadow: 0px 0px 5px 5px rgb(57 147 57 / 5%);
}

.detail-page .pager li p {
    color: #454545;
    font-size: 14px;
}

.detail-page .pager li .p2 {
    line-height: 30px;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

/* - */

.landingen {
    margin-bottom: 60px;
}

.landingen .item {
    width: 100%;
    background: #fff;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 15px;
    box-shadow: 0px 0px 5px 5px rgb(57 147 57 / 5%);
}

.landingen .item2 {
    margin: 30px 0;
}

.landingen .item .ico {
    width: 82px;
    height: 120px;
    background: url(/en/images/land-ico-on.png) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 30px;
    padding-right: 10px;
    background-size: cover;
}

.landingen .item .ico .ico1 {
    width: 36px;
    height: 27px;
    background: url(/en/images/email-ico.png) no-repeat;
    background-size: cover;
}

.landingen .item2 .ico .ico1,
.landingen .item3 .ico .ico1 {
    width: 32px;
    height: 32px;
    background: url(/en/images/place-ico.png) no-repeat;
    background-size: cover;
}

.landingen .item .name {
    font-size: 20px;
    color: #393939;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 10px 0;
}

.landingen .item .desc {
    font-size: 14px;
    color: #393939;
    line-height: 25px;
    word-break: break-all;
}

.landingen .item .desc p {
    text-align: center;
}

/* -- */

.subNav {
    margin-top: 30px;
}

.subNav .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.subNav .list a {
    width: 48%;
    font-size: 16px;
    color: #00975f;
    box-sizing: border-box;
    padding: 5px 10px;
    border: 1px solid #dfdfdf;
    transition: all 0.5s ease-in-out;
    margin-bottom: 15px;
    text-align: center;
}

.subNav .list a.on {
    background: url(/en/images/icon2-w.png) left center no-repeat #00975f;
    color: #fff;
    box-sizing: border-box;
    padding-left: 22px;
    background-position-x: 10px;
    transition: all 0.5s ease-in-out;
    background-size: 16px;
}

/* -- */

.tab-news-cplist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-news-cplist .item {
    width: 48%;
}

.tab-news-picture {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tab-news-picture .item {
    width: 48%;
}

.tab-news-picture .item .title {
    font-size: 14px;
    margin-top: 10px;
    text-align: center;
}

/* --- */

.mbheader .header-con {
    width: 95%;
}

.mbheader .header-con .logo img {
    width: 25%;
}

.header-con .logo a {
    display: flex;
    align-items: center;
}

.header-con .logo span {
    color: #3d3d3d;
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    font-weight: bold;
}

.ftlogo {
    display: flex;
    align-items: center;
}

.ftlogo span {
    color: #fff;
    font-family: "Times New Roman", Times, serif;
    font-size: 16px;
}

.footer .ftlogo img {
    width: 25%;
}


.mbheader {
    height: 90px;
}

.mbheader .top {
    background: #008a56;
    box-sizing: border-box;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mbheader .top .text {
    color: #fff;
    font-size: 10px;
}

.mbheader .top a {
    font-size: 12px;
    background: #fff;
    border-radius: 5px;
    height: 25px;
    line-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #008a56;
    padding: 0 5px;
}

.mbheader .top a img {
    width: 14px;
    margin-right: 3px;
}<!--0.00027585029602051-->