@charset "utf-8";
* {
    padding: 0;
    margin: 0;
}
@media screen and (max-width: 1360px) {
    .head-l a img {
        /* height: 40px; */
    }
    .nav>ul>li {
        padding: 0 5px;
        padding-top: 10px;
    }
    .header {
        padding-right: 60px;
    }
    .search-tb {
        background-size: 60px auto;
        width: 60px;
        top: 5px;
    }
    .search-tb img {
        height: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .sect1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect1-l {
        float: none;
        width: auto;
    }
    .sect1-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .title {
        padding-bottom: 10px;
    }
    .np-r>ul>li>a p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sect2 .title h2::before {
        width: 160px;
    }
    .sect2 .title h2::after {
        width: 160px;
    }
    .sect2>ul>li>a .pic {
        width: 140px;
    }
    .sect2>ul {
        padding-top: 15px;
    }
    .sect2>ul>li {
        padding-bottom: 25px;
    }
    .sect2>ul>li>a .text {
        padding-left: 10px;
    }
    .sect2>ul>li>a .text h2 {
        margin-bottom: 5px;
        line-height: 24px;
    }
    .sect3>ul>li {
        margin-top: 15px;
        padding: 15px;
    }
    .section3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section4 {
        padding-bottom: 0;
    }
    .sect4-r {
        padding: 15px 0 15px 15px;
    }
    .sect4-r ul {
        margin-top: 10px;
    }
    .sect4-r ul>li {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    .section5 {
        padding: 15px 0;
    }
    .activity .act-box a .text5 {
        padding: 15px;
    }
    .link ul>li {
        min-width: 180px;
    }
}

@media screen and (max-width:750px) {
    .np-l {
        float: none;
        width: auto;
    }
    .np-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .np-r>ul>li {
        float: left;
        width: 48%;
    }
    .np-r>ul>li:first-child {
        margin-right: 2%;
    }
    .np-r>ul>li>a p {
        font-size: 14px;
    }
    .sect2 .title h2 {
        font-size: 22px;
    }
    .sect2 .title h2::before {
        width: 40px;
        left: 24%;
    }
    .sect2 .title h2::after {
        width: 40px;
        right: 24%;
    }
    .sect2 .title a {
        font-size: 12px;
    }
    .sect2>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .section2 {
        padding-top: 20px;
    }
    .sect4-l {
        float: none;
        width: auto;
    }
    .sect4-r {
        float: none;
        width: auto;
    }
    .section4 {
        padding-top: 20px;
        background-position: left top;
    }
    .sect4-l ul>li {
        line-height: 50px;
    }
    .sect2>ul>li>a .text h2 {
        font-size: 16px;
    }
    .sect4-l .title {
        padding-bottom: 20px;
    }
    .sect4-r .topic h2 span {
        font-size: 14px;
        padding-right: 20px;
    }
    .sect4-r .topic h2 span.on {
        font-size: 18px;
    }
    .sect5 .topic h2 {
        text-align: left;
    }
    .sect5 .topic h2 span {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin: 0 10px;
        font-size: 16px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .sect5 .topic .more {
        height: 40px;
        line-height: 40px;
    }
    .activity {
        margin-top: 15px;
    }
    .service {
        padding-top: 15px;
    }
    .service>ul li a p {
        line-height: 40px;
        font-size: 16px;
    }
    .link ul>li {
        width: 50%;
        min-width: auto;
    }
    .sect4-l .title h2 {
        font-size: 22px;
    }
}
li {
    list-style: none;
}

a {
    text-decoration: none;
}

h2,
h3,
i,
em {
    font-style: normal;
}

html,
body {
    font-family: 微软雅黑;
}

input,
img,
a {
    outline: none;
    border: 0;
}

.clear {
    clear: both;
}

.px1400 {
    max-width: 1400px;
    margin: 0 auto;
}

.main-top {
    position: relative;
    border-top: 11px solid #10673d;
}

.header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    padding-top: 15px;
    padding-left: 50px;
    padding-right: 110px;
    z-index: 999;
}

.head-l {
    float: left;
}

.head-l a {
    display: block;
}

.head-l a img {
    display: block;
    width: 100%;
}

.head-r {
    float: right;
}

.search-tb {
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 24px;
    background: url(../images/search-bg.png) no-repeat center center;
    width: 109px;
    height: 62px;
    line-height: 62px;
    text-align: center;
}

.search-tb img {
    vertical-align: middle;
}

.nav>ul>li {
    position: relative;
    float: left;
    padding: 0 20px;
    padding-top: 35px;
}

.nav>ul>li>a {
    font-size: 22px;
    color: #fff;
}

.nav>ul>li>ul {
    position: absolute;
    width: 120px;
    left: 50%;
    margin-left: -60px;
    text-align: center;
    background-color: rgba(255, 255, 255, .4);
    display: none;
}

.nav>ul>li>ul>li {
    line-height: 35px;
    text-align: center;
}

.nav>ul>li>ul>li>a {
    font-size: 13px;
    color: #333;
}

.nav>ul>li>ul>li:hover {
    background-color: rgba(17, 100, 60, .6);
}

.nav>ul>li>ul>li:hover>a {
    color: #fff;
}

.wave {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}

.wave.on {
    display: block;
}

.layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1000;
}

.search {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #4f616d;
    background-color: #15683e;
    padding: 0 15px;
    font-size: 0;
    z-index: 1001;
}

.search input[type="text"] {
    padding-right: 20px;
    width: 750px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    background-color: transparent;
    color: #fff;
}

.search input[type="image"] {
    vertical-align: middle;
}

.search input::placeholder {
    color: #fff;
}

.banner a {
    display: block;
}

.banner a img {
    display: block;
    width: 100%;
}

.banner .slick-dots {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
}

.banner .slick-dots li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 10px;
}

.banner .slick-dots li.slick-active {
    background-color: #e99e39;
}

.footer {
    background-color: #10673d;
}

.foot-top {
    padding: 20px 0;
    border-bottom: 1px solid #609d80;
    overflow: hidden;
}

.ft-l {
    float: left;
    width: 20%;
}

.ft-l a {
    display: block;
}

.ft-l a img {
    display: block;
}

.ft-r {
    float: right;
    width: 70%;
    margin-top: 10px;
}

.ft-r>p {
    display: inline-block;
    width: 48%;
    font-size: 16px;
    color: #fff;
    margin: 9px 0;
}

.foot-down {
    text-align: center;
    line-height: 58px;
}

.foot-down>p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    padding: 24px;
}


/* 移动端头部 */

.top {
    max-width: 1920px;
    margin: 0 auto;
    position: fixed;
    right: 10px;
    top: 18px;
    width: 25px;
    height: 25px;
    z-index: 9999;
}

.wap {
    display: none;
}

.top>img {
    display: block;
    width: 100%;
}

.wap-menu {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99999;
    font-size: 0;
}

.close-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
}

.wap-menu img {
    height: 25px;
}

@media screen and (max-width: 1870px) {
    .head-l a img {
        /* height: 60px; */
    }
    .nav>ul>li {
        padding: 0 10px;
        padding-top: 25px;
    }
    .nav>ul>li>a {
        font-size: 20px;
    }
}
@media screen and (max-width: 1500px){
    .nav>ul>li>a {
        font-size: 18px;
    }
}
@media screen and (max-width: 1230px){
    .nav>ul>li>a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1060px){
    .nav>ul>li>a {
        font-size: 12px;
    }
}
@media screen and (max-width: 1400px) {
    .px1400 {
        padding: 0 15px;
    }
}

@media screen and (max-width: 1024px) {
    .main-top {
        border-top: none;
    }
    .header {
        display: none;
    }
    body {
        padding-top: 60px;
    }
    .wap {
        display: block;
    }
    .m-logo {
        font-size: 0;
    }
    .m-head {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        padding: 10px;
        z-index: 999;
        box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
        background: #10673d;
    }
    .m-logo {
        font-size: 0;
    }
    .m-logo a {
        font-size: 0;
        line-height: 40px;
    }
    .m-logo img {
        max-height: 40px;
        max-width: 80%;
        vertical-align: middle;
    }
    .m-tlink {
        padding: 10px 15px 0 15px;
    }
    .m-tlink a {
        font-size: 14px;
        margin-right: 15px;
        margin: 5px 0;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        background: #fff;
        color: #333;
        line-height: 30px;
        padding: 0 15px;
        border-radius: 5px;
    }
    .m-search {
        margin: 0 15px;
        padding-right: 50px;
        padding-left: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
        line-height: 35px;
        margin-top: 15px;
        border: 1px solid #fff;
    }
    .m-search input[type="text"] {
        display: block;
        width: 100%;
        line-height: 25px;
        background: none;
        color: #fff;
    }
    .m-search input[type="text"]::placeholder {
        color: #fff;
    }
    .m-search input[type="image"] {
        position: absolute;
        right: 10px;
        top: 10px;
        height: 15px;
    }
    .m-nav {
        position: fixed;
        top: 60px;
        left: 100%;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: #177246;
        overflow-y: scroll;
    }
    .m-nav ul {
        padding: 0 15px;
    }
    .m-nav ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }
    .m-nav ul li>span.on {
        transform: rotateZ(90deg);
    }
    .m-nav ul li ul {
        display: none;
    }
    .m-nav ul li ul li {
        border: none;
    }
    .m-nav>ul>li a {
        display: block;
        font-size: 14px;
        line-height: 20px;
        padding: 15px 0;
        position: relative;
        color: #fff;
    }
    .m-nav>ul>li ul li a {
        padding: 10px 0;
    }
    .m-nav>ul>li>span {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../images/m-nav_down.png) no-repeat;
        background-size: 14px 14px;
        background-position: center center;
        right: 0;
        top: 15px;
        cursor: pointer;
        display: block;
        color: #fff;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 1020px) {
    .ft-l {
        float: none;
        width: auto;
    }
    .ft-r {
        float: none;
        width: auto;
    }
    .ft-l a img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 730px) {
    .ft-r {
        text-align: center;
    }
    .ft-r>p {
        display: block;
        width: 100%;
    }
}


.m-tab2 {
    overflow: hidden;
    padding: 1px 1px 0;
    background-color: #f5f5f5;
    margin-top:35px;

}

.m-tab2 li {
    position: relative;
    float: left;
    width: 25%;
}

.m-tab2 li a {
    display: block;
    height: 45px;
    font-size: 16px;
    text-align: center;
    line-height: 45px;
    color: #000;
}

.m-tab2 li a:hover {
    color: #10673d;
}

.m-tab2 li.on a {
    color: #fff;
    background-color: #10673d;
}

.m-tab2 li:after {
    /*  content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 20px;
    margin-top: -10px;
    background-color: #fff; */
}

.m-tit2 {
    overflow: hidden;
    margin-bottom: 20px;
    margin-top: 40px;
}

.m-tab2 li:last-child:after {
    display: none;
}

.m-tab2.tab1 li {
    width: 50%;
}

.m-tab2.tab2 li {
    width: 16.6666%;
}

.m-slick1 {
    margin-top: 30px;
}

.m-slick1 .item {
    position: relative;
}

.m-slick1 .item img {
    display: block;
    width: 100%;
}

.m-slick1 .txt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    font-size: 16px;
    line-height: 58px;
    color: #fff;
    background: url(../images/ybg1.png) 0 0 repeat;
}
.m-tab2.tab1 li {
    width: 50%;
}
.m-list8 {margin-top: 10px;}
.m-list8 li{ display: inline-block;
    margin-top: 10px;
        margin-left: 10px;}
.m-list8 a {
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 17px;
    
    border: 1px solid #dcdada;
}
.m-list8 li.on{ color: #fff;
    background-color: #10673d;
    }
     .m-list8 li.on{    border: 0;}
    .m-list8 li.on a{    margin: 0;
    border: 1px solid #10673d;color: #fff;}

@media screen and (max-width: 1360px) {
    .head-l a img {
        /* height: 40px; */
    }
    .nav>ul>li {
        padding: 0 5px;
        padding-top: 10px;
    }
    .header {
        padding-right: 60px;
    }
    .search-tb {
        background-size: 60px auto;
        width: 60px;
        top: 5px;
    }
    .search-tb img {
        height: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .sect1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect1-l {
        float: none;
        width: auto;
    }
    .sect1-r {
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .title {
        padding-bottom: 10px;
    }
    .np-r>ul>li>a p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .sect2 .title h2::before {
        width: 160px;
    }
    .sect2 .title h2::after {
        width: 160px;
    }
    .sect2>ul>li>a .pic {
        width: 140px;
    }
    .sect2>ul {
        padding-top: 15px;
    }
    .sect2>ul>li {
        padding-bottom: 25px;
    }
    .sect2>ul>li>a .text {
        padding-left: 10px;
    }
    .sect2>ul>li>a .text h2 {
        margin-bottom: 5px;
        line-height: 24px;
    }
    .sect3>ul>li {
        margin-top: 15px;
        padding: 15px;
    }
    .section3 {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .section4 {
        padding-bottom: 0;
    }
    .sect4-r {
        padding: 15px 0 15px 15px;
    }
    .sect4-r ul {
        margin-top: 10px;
    }
    .sect4-r ul>li {
        float: none;
        width: auto;
        margin-bottom: 10px;
    }
    .section5 {
        padding: 15px 0;
    }
    .activity .act-box a .text5 {
        padding: 15px;
    }
    .link ul>li {
        min-width: 180px;
    }
}

@media screen and (max-width:750px) {
    .np-l {
        float: none;
        width: auto;
    }
    .np-r {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    .np-r>ul>li {
        float: left;
        width: 48%;
    }
    .np-r>ul>li:first-child {
        margin-right: 2%;
    }
    .np-r>ul>li>a p {
        font-size: 14px;
    }
    .sect2 .title h2 {
        font-size: 22px;
    }
    .sect2 .title h2::before {
        width: 40px;
        left: 24%;
    }
    .sect2 .title h2::after {
        width: 40px;
        right: 24%;
    }
    .sect2 .title a {
        font-size: 12px;
    }
    .sect2>ul>li {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .section2 {
        padding-top: 20px;
    }
    .sect4-l {
        float: none;
        width: auto;
    }
    .sect4-r {
        float: none;
        width: auto;
    }
    .section4 {
        padding-top: 20px;
        background-position: left top;
    }
    .sect4-l ul>li {
        line-height: 50px;
    }
    .sect2>ul>li>a .text h2 {
        font-size: 16px;
    }
    .sect4-l .title {
        padding-bottom: 20px;
    }
    .sect4-r .topic h2 span {
        font-size: 14px;
        padding-right: 20px;
    }
    .sect4-r .topic h2 span.on {
        font-size: 18px;
    }
    .sect5 .topic h2 {
        text-align: left;
    }
    .sect5 .topic h2 span {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        margin: 0 10px;
        font-size: 16px;
        border-top-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }
    .sect5 .topic .more {
        height: 40px;
        line-height: 40px;
    }
    .activity {
        margin-top: 15px;
    }
    .service {
        padding-top: 15px;
    }
    .service>ul li a p {
        line-height: 40px;
        font-size: 16px;
    }
    .link ul>li {
        width: 50%;
        min-width: auto;
    }
    .sect4-l .title h2 {
        font-size: 22px;
    }
}