
.inner {
    width: 90%;
    margin: 0 auto;
}

.innerN {
    width: 84%;
    margin: 0 auto;
}


.More {
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 80px;
    overflow: hidden;
}

.More a {
    font-size: 16px;
    color: #0e6552;
    border: 1px solid #0e6552;
    border-radius: 80px;
    padding: 15px 28px;
    position: relative;
    overflow: hidden;
}

.More a::after {
    content: '';
    width: 1px;
    height: 80%;
    border-left: 1px solid #0e6552;
    position: absolute;
    top: 0;
    left: 70%;
    transition: all .48s;
}

.More a::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0 151 177 / 20%);
    border-radius: 0 80px 80px 0;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateX(-70%);
    z-index: -1;
    transition: all .48s;
}

.More a img {
    width: 16px;
    margin-left: 70px;
}

.More:hover a::before {
    transform: translateX(70%);
}

.More:hover a::after {
    height: 0;
}

.More.white a {
    color: #fff;
    border-color: #fff;
}

.More.white a::before {
    background: rgba(255, 255, 255, 0.2);
}

.More.white a::after {
    border-color: #0e6552;
}

/*  */
/* .More {
    display: inline-block;
    max-width: 300px;
    position: relative;
    cursor: pointer;
}

.More a:hover .img1 {
    display: block;
}

.More a:hover .img2 {
    display: none;
}

.More.white a {
    color: #fff;
    border-color: #fff;
}

.More.white a:hover {
    background: none;
}

.More.white a:hover .img2 {
    display: block;
}

.More.white a:hover .img1 {
    display: none; 
}*/



/* =================================================================================index */

/* 手机导航 */

.headMenu {
    cursor: pointer;
    position: fixed;
    z-index: 99999;
    top: 20px;
    right: 0;
    display: none;
    margin-right: 24px;
}

.headMenu span {
    display: block;
    width: 26px;
    height: 2px;
    margin: 6px 0;
    background: #0e6552;
    -webkit-transition: all 0.48s ease-in-out;
    -moz-transition: all 0.48s ease-in-out;
    -ms-transition: all 0.48s ease-in-out;
    -o-transition: all 0.48s ease-in-out;
    transition: all 0.48s ease-in-out;
}

.headerMain-bg .headMenu span {
    background: #333;
}

.headerN.header .headMenu span {
    background: #333;
}

.headMenu.active span {
    background: #333;
}

.headMenu.active span.headMenu_span1 {
    transform: rotate(45deg) translate(6px, 7px);
}

.headMenu.active span.headMenu_span2 {
    opacity: 0;
}

.headMenu.active span.headMenu_span3 {
    transform: rotate(-45deg) translate(4px, -6px);
}

.moHead_mlb {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    background-color: #fff;
    /* background-image: url(.../images/bg3.jpg); */
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
    z-index: 99990;
    padding: 28px 0;
}

.moHead_mlb .moHead_ico {
    text-align: center;
}

.moHead_mlb .moHead_ico a:last-child {
    display: inline-block;
}

.moHead_mlb ul {
    padding: 68px 0;
}

.moHead_mlb li {
    font-size: 18px;
    line-height: 2;
    /* padding: 14px 28px; */
    border-bottom: 1px solid rgba(27, 47, 95, 0.18);
}

.moHead_mlb a {
    font-size: 18px;
    color: #242b3e;
    letter-spacing: 1px;
}

.moHead_mlb a svg {
    float: right;
    width: 18px;
    height: 32px;
    opacity: 0.8;
    transition: all .48s;
}

.moHead_mlb a svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico a {
    vertical-align: top;
    margin: 0 14px;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    border: 1px solid rgba(27, 47, 95, 0.23);
}

.moHead_mlb .moHead_ico svg {
    width: 24px;
    height: 24px;
}

.moHead_mlb .moHead_ico svg path {
    fill: #242b3e;
}

.moHead_mlb .moHead_ico img, .moHead_mlb .moHead_ico svg {
    margin-top: 10px;
}

/*  */

.moHead_mlb li.open a svg {
    transform: rotate(90deg);
}

.mlb_zk {
    display: none;
    padding: 10px 0 10px 30px;
}

.mlb_top {
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mlb_zk a {
    font-size: 16px !important;
    display: block;
    color: #666;
    font-weight: 300;
    padding: 5px 0;
}

.moHead_mlb li.open .mlb_top {
    background: #00a18c;
    color: #fff;
}

.moHead_mlb li.open a svg path {
    fill: #fff;
}

@media (max-width: 1024px) {
    .headerBox {
        padding: 0px 0;
    }

    .headMenu {
        display: block;
    }

    .hLogo {
        position: relative;
        z-index: 99999;
    }


    .header.white .hLogo .img2 {
        display: block;
    }

    .header.white .hLogo .img1 {
        display: none;
    }
}

@media (max-width: 680px) {
    .moHead_mlb a {
        font-size: 16px;
    }

    .moHead_mlb a svg {
        width: 16px;
        height: 34px;
    }
}




/* 公共 */

.header {
    position: fixed; background: #e6eef0; box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    left: 0;
    top: 0;
    width: 100%;
    transition: all .48s;
    z-index: 999;
}

.headerBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.hLogo img {
    width: 220px;
}

.hLogo .img2 {
    display: none;
}

/*  */
.hNav ul {
    display: flex;
    align-items: center;
}

.hNav ul li {
    padding: 20px 0;
}

.hNav ul li .nav_a {
    padding: 10px 20px;
    margin: 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: inline-block;
    transition: all .48s;
    position: relative;
}

.hNav ul li a i {
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    opacity: 0;
}

.hNav ul li a:hover {
color: #0e6552;
}



/* .hNav ul li.on a {
            background: #0197b1;
            border-radius: 80px;
            font-weight: 500;
        } */

.hNav ul li.on a {
    opacity: 1;
}

.hNav ul li.on a i {
    opacity: 1;
}

/*  */

.hR {
    display: flex;
    align-items: center;
    /* padding-right: 12%; */
}

.hNFl {
    display: inline-flex;
    align-items: center;
    margin-left: 30px;
}

.hNFl a {
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
}

.hNFl img {
    width: 30px;
    margin-right: 10px;
}

.hNFl svg {
    width: 16px;
    height: 16px;
}

.hNFl svg path {
    fill: #222;
}

/*  */

.hSs {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.28);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 30px;
}

.hSs svg {
    width: 24px;
    height: 24px;
}

/*  */

.hTel {
    display: inline-flex;
    align-items: center;
    margin-left: 30px;
}

.hTel svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.hTel svg path {
    fill: #000;
}

.hTel a {
    font-size: 16px;
    font-family: "YSoppo";
    color: #000;
    text-transform: uppercase;
}


/*  */

.hCon {
    width: 12%;
    height: 100%;
    padding: 0 30px;
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    background: #0e6552;
}

.hCon span {
    font-size: 16px;
    color: #000;
}

.hCon img {
    width: 16px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

/*  */


.headerMain-bg.header {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.headerMain-bg.header .img2 {
    display: block;
}

.headerMain-bg.header .img1 {
    display: none;
}

.headerMain-bg.header .hNav ul li a {
    color: #000;
}

.headerMain-bg.header .hNav ul li.on a i {
    color: #000;
    border-color: #333;
}

/* .headerMain-bg.header .hNav ul li.on a {
            color: #fff;
        } */

.headerMain-bg.header .hNFl,
.headerMain-bg.header .hTel,
.headerMain-bg.header .hSs {
    border-color: rgba(0, 0, 0, 0.28);
}

.headerMain-bg.header .hNFl a,
.headerMain-bg.header .hTel a,
.headerMain-bg.header .hSs {
    color: #333;
}

.headerMain-bg.header .hNFl svg path,
.headerMain-bg.header .hTel svg path,
.headerMain-bg.header .hSs svg path {
    fill: #333;
}


.white.header {
    background: #fff;
}

.white.header .img2 {
    display: block;
}

.white.header .img1 {
    display: none;
}

.white.header .hNav ul li a {
    color: #333;
}

.white.header .hNav ul li.on a i {
    color: #333;
    border-color: #333;
}


.white.header .hNFl,
.white.header .hTel,
.white.header .hSs {
    border-color: rgba(0, 0, 0, 0.28);
}

.white.header .hNFl a,
.white.header .hTel a {
    color: #000;
}

.white.header .hNFl svg path,
.white.header .hTel svg path,
.white.header .hSs svg path {
    fill: #000;
}

/*  */
@media (min-width: 480x) {
.hLogo img {
    width: 120px;
}	
}	
@media (min-width: 1024px) {

    .header:hover {
        background: #fff;
    }


    .header:hover .hLogo .img2 {
        display: block;
    }

    .header:hover .hLogo .img1 {
        display: none;
    }

    .header:hover .hNav ul li .nav_a {
        color: #000;
    }

    .header:hover .hNav ul li a i {
        color: #000;
        border-color: #333;
    }

    .header:hover .hNFl a {
        color: #000;
    }

    .header:hover .hNFl svg path,
    .header:hover .hSs svg path {
        fill: #333;
    }

}

/* 二级导航 */

.nav_zk {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(100%);
    padding: 75px 105px;
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    display: none;
}

.nav_zkBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.navZkL {
    width: 25%;
    border-right: 1px solid #eee;
}

.navZkL span {
	padding-left:20px;
    font-size: 36px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px;
}

.navZkR {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
}

.navZkR a {
    width: calc(33.33% - 35px);
    padding-bottom: 15px;
    margin: 10px 32px 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    position: relative;
}

.navZkR a::after {
    content: '';
    width: 20px;
    height: 1px;
    background: #0e6552;
    position: absolute;
    right: 0;
    bottom: -1px;
}

.navZkR a small {
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #333;
    color: #000;
    margin-right: 5px;
}

.navZkR a:nth-child(3n) {
    margin-right: 0;
}

.navZkR a:hover {
    color: #0e6552;
}


@media(max-width: 1680px) {
	  .hNav ul li .nav_a {
        padding: 10px 18px;
        margin: 0px 10px;}
	   }
	

@media(max-width: 1480px) {
	 .hNav ul li .nav_a {
        padding: 10px 15px;
        font-size: 16px;}
	   }
	   
@media(max-width: 1368px) {
 .hNav ul li .nav_a {
        padding: 10px 18px;
        margin: 0px 0px;}
    }
	
	@media(max-width: 1200px) {

    .hNav ul li .nav_a {
        font-size: 14px;}
	 }

@media(max-width: 1024px) {
    .hNav {
        display: none;
    }
	    .hR {
        display: none;
    }
 }