    .fixr{position: fixed;top:50%;right: 0;width: 30px;}
    .fixr a{
   display: block;
   width: 18px;
   height: 10px;
   margin: 15px;
   border-radius: 10px;
   z-index: 9999;
   cursor: pointer;
   margin: 15px auto 0;
   transition: all .3s;
}
    .dian1{background: #c5776c;}
     .dian2{background: #76a08c;}
      .dian3{background: #bcbf7b;}

    .fixr a:hover{width:30px;}

.sect1 {
    padding-top: 50px;
    padding-bottom: 30px;
    overflow: hidden;
}

.sect1-l {
    float: left;
    width: 27%;
}
.sect1-right{
 float: right;
 width: 70%;
}
.sect1-r {
    float: left;
    width: 57%;
}
.sect1-r2{
float: right;
 width:38.57%;
}
.title {
    overflow: hidden;
    line-height: 29px;
    padding-bottom: 20px;
}

.title h2 {
    float: left;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.title a {
    float: right;
    font-size: 14px;
    color: #666;
}

.sect1-l>ul>li {
    padding: 10px 0;
    border-bottom: 1px solid #cccccc;
}

.sect1-l>ul>li>a {
    display: block;
}

.sect1-l>ul>li>a>span {
    font-size: 16px;
    color: #999999;
}

.sect1-l>ul>li>a>p {
    padding-top: 4px;
    height: 60px;
    line-height: 22px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: -20px;
}

.sect1-l>ul>li:hover>a>p {
    color: #10673d;
}

.news-pic {
    overflow: hidden;
}
.s1-banner>button{
    width:36px;
    height:64px;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:36px auto;
}
.s1-banner .slick-prev{
    background-image:url(../images/left.png)
}
.s1-banner .slick-next{
    background-image:url(../images/right.png)
}
.news-pic a {
    display: block;
}

.np-l {
    float: left;
    width: 63%;
}

.np-l .pic {
    position: relative;
    padding-top: 63%;
    overflow: hidden;
}

.np-l .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.np-l .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.np-l .text {
    padding-right: 30px;
}

.np-l .text h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.np-l .text p {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.np-l .text:hover h2 {
    color: #10673d;
}

.np-r {
    float: right;
    width: 34%;
}

.np-r>ul>li>a {
    display: block;
}

.np-r>ul>li>a .pic {
    position: relative;
    padding-top: 64%;
    overflow: hidden;
}

.np-r>ul>li>a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.np-r>ul>li>a .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.np-r>ul>li>a p {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 18px;
    color: #435363;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section2 {
    padding-top: 50px;
    background: url(../images/sect2-bg.png) no-repeat top center;
    background-size: cover;
}

.sect2 .title {
    position: relative;
    text-align: center;
}

.sect2 .title h2 {
    position: relative;
    float: none;
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.sect2 .title h2::before {
    position: absolute;
    content: '';
    width: 140px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    left: 18%;
    top: 15px;
}

.sect2 .title h2::after {
    position: absolute;
    content: '';
    width: 140px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    right: 18%;
    top: 15px;
}

.sect2 .title a {
    position: absolute;
    font-size: 16px;
    color: #fff;
    right: 0;
    top: 0;
}

.sect2>ul {
    padding-top: 35px;
    overflow: hidden;
}

.sect2>ul>li {
    float: left;
    width: 48%;
    margin-left: 4%;
    padding-bottom: 30px;
    height: 148px;
}

.sect2>ul>li:nth-child(2n-1) {
    margin-left: 0;
}

.sect2>ul>li>a {
    display: block;
    overflow: hidden;
}

.sect2>ul>li>a .pic {
    position: relative;
    float: left;
    width: 210px;
}

.sect2>ul>li>a .pic>div {
    position: relative;
    padding-top: 67%;
    overflow: hidden;
}

.sect2>ul>li>a .pic>div img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
    object-fit: cover;
}

.sect2>ul>li>a .pic>div:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.sect2>ul>li>a .text {
    padding-left: 25px;
    overflow: hidden;
}

.sect2>ul>li>a .pic .date {
    position: absolute;
    padding-top: 0;
    left: 0;
    bottom: 0;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #1e837b;
    font-size: 16px;
    color: #fff;
}

.sect2>ul>li>a .text h2 {
    line-height: 29px;
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect2>ul>li>a .text p {
    line-height: 20px;
    font-size: 14px;
    color: #bdd2c8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.section3 {
    padding-top: 40px;
    padding-bottom: 30px;
    background: url(../images/sect3-bg.png) no-repeat center center;overflow: hidden;
}

.sect3 .title {
    padding-bottom: 0;
}

.sect3 .title h2 {
    font-size: 30px;
    color: #333;
}

.sect3 .title h2::before {
    background-color: #999999;
}

.sect3 .title h2:after {
    background-color: #999999;
}

.sect3 .title a {
    font-size: 16px;
    color: #333;
}

.sect3>ul {
    padding-top: 0;
}

.sect3>ul>li {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #ecede8;
    box-sizing: border-box;
    margin-top: 20px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.sect3>ul>li>a {
    display: block;
}

.sect3>ul>li>a h2 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3>ul>li>a .date {
    padding-left: 23px;
    background: url(../images/date.png) no-repeat left center;
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.sect3>ul>li>a p {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect3>ul>li:hover {
    background-color: #1e837b;
    box-shadow: 5px 5px 5px #e8fffd;
}

.sect3>ul>li:hover h2 {
    color: #fff;
}

.sect3>ul>li:hover .date {
    background: url(../images/date-other.png) no-repeat left center;
    color: #fff;
}

.sect3>ul>li:hover p {
    color: #fff;
}

.section4 {
    background: url(../images/sect4.png) no-repeat center top;
    padding-top: 55px;
    padding-bottom: 40px;
}

.sect4 {
    overflow: hidden;
}

.sect4-l {
    float: left;
    width: 25%;
    padding-left: 30px;
    box-sizing: border-box;
}

.sect4-l .title {
    padding-bottom: 40px;
}

.sect4-l .title h2 {
    font-size: 30px;
    color: #fff;
    font-weight: normal;
}

.sect4-l ul>li {
    border-bottom: 1px solid #51826a;
    line-height: 78px;
    padding-left: 50px;
    background: url(../images/sect4-l-jt.png) no-repeat 20px center;
    transition: all .3s;
}

.sect4-l ul>li:first-child {
    border-top: 1px solid #51826a;
}

.sect4-l ul>li>a {
    display: block;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect4-l ul>li:hover {
    background: url(../images/sect4-l-jt.png) no-repeat 10px center;
}

.sect4-r {
    float: right;
    width: 73%;
    background-image: -webkit-linear-gradient(to right, #fff, #edf1ee);
    background-image: linear-gradient(to right, #fff, #edf1ee);
    background-color: #fff;
    padding: 35px 0 15px 45px;
    box-sizing: border-box;
}

.sect4-r .topic {
    overflow: hidden;
    line-height: 30px;
}

.sect4-r .topic h2 {
    float: left;
    font-weight: normal;
}

.sect4-r .topic h2 span {
    font-size: 24px;
    color: #666;
    padding-right: 40px;
    cursor: pointer;
}

.sect4-r .topic h2 span.on {
    font-size: 30px;
}

.sect4-r .topic .more {
    position: relative;
    float: right;
    right: 20px;
}

.sect4-r .topic .more a,
.sect5 .topic .more a {
    display: block;
    width: 85px;
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #333;
    z-index: 1;
    transition: all .3s;
}

.sect4-r .topic .more a.on,
.sect5 .topic .more a.on {
    z-index: 2;
}

.sect4-r ul {
    margin-top: 35px;
}

.sect4-r ul>li {
    float: left;
    width: 47%;
    margin-bottom: 30px;
    margin-right: 26px;
}

.sect4-r ul>li>a {
    display: block;
    overflow: hidden;
}

.sect4-r ul>li>a .date {
    float: left;
    width: 70px;
    text-align: center;
    border: 1px solid #10673d;
}

.sect4-r ul>li>a .date p {
    line-height: 34px;
    background-color: #fff;
    font-size: 26px;
    color: #10673d;
}

.sect4-r ul>li>a .date span {
    display: block;
    background-color: #10673d;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
}

.sect4-r ul>li>a .text {
    overflow: hidden;
    padding-left: 20px;
    line-height: 65px;
}

.sect4-r ul>li>a .text p {
    font-size: 16px;
   
    color: #333;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-inline-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.sect4-r ul>li:hover>a .text p {
    color: #10673d;
}

.box>ul {
    display: none;
    overflow: hidden;
}

.box>ul:first-child {
    display: block;
}

.section5 {
    padding: 45px 0;
}

.sect5 .topic h2 {
    text-align: center;
}

.sect5 .topic h2 span {
    display: inline-block;
    font-size: 24px;
    color: #333;
    padding: 0 40px;
    margin: 0 35px;
    cursor: pointer;
    background-color: #ededed;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    font-weight: normal;
    color: #333333;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}

.sect5 .topic {
    position: relative;
}

.sect5 .topic h2 span.on {
    background-color: #10673d;
    color: #fff;
}

.sect5 .topic .more {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 60px;
    line-height: 60px;
}

.activity {
    position: relative;
    margin-top: 35px;
}

.activity .act-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 1;
    transition: all .3s;
}

.activity .act-box.on {
    position: relative;
    opacity: 1;
    z-index: 2;
}

.activity .act-box>ul {
    margin: 0 -28px;
    padding-bottom: 5px;
    overflow: hidden;
}

.activity .act-box>ul li {
    margin: 0 28px;
}

.activity .act-box a {
    display: block;
}

.activity .act-box .slick-list {
    overflow: visible;
}

.activity .act-box a .pic5 {
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.activity .act-box a .pic5 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.activity .act-box a .pic5:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.activity .act-box a .text5 {
    background-color: #fff;
    box-shadow: 0 0 5px #cabdbd;
    padding: 20px 40px 30px 25px;
}

.activity .act-box a .text5 p {
    height: 56px;
    line-height: 26px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity .act-box a .text5 .date {
    padding-left: 25px;
    background: url(../images/date.png) no-repeat left center;
    margin-top: 15px;
    font-family: Georgia;
    font-size: 16px;
    color: #666666;
}

.activity .act-box a:hover .text5 {
    background-color: #10673d;
}

.activity .act-box a:hover .text5 p {
    color: #fff;
}

.activity .act-box a:hover .text5 .date {
    background: url(../images/date-other.png) no-repeat left center;
    color: #fff;
}

.service {
    padding-top: 40px;
}

.service>ul {
    margin: 0 -28px;
}

.service>ul li {
    margin: 0 28px;
}

.service>ul li a {
    position: relative;
    display: block;
}

.service>ul li a .pic {
    position: relative;
    padding-top: 42%;
    overflow: hidden;
}

.service>ul li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    transition: all .3s;
}

.service>ul li a .pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.service>ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgba(0, 0, 0, .5);
}

.link {
    padding: 40px 40px 40px 30px;
    box-sizing: border-box;
}

.link h2 {
    font-size: 18px;
    color: #10673d;
    font-weight: normal;
}

.link ul {
    overflow: hidden;
    margin-top: 10px;
}

.link ul>li {
    float: left;
    min-width: 220px;
    margin-top: 30px;
}

.link ul>li>a {
    font-size: 16px;
    color: #333;
}

@media screen and (max-width: 1460px) {
    .activity .act-box>ul {
        margin: 0;
    }
    .service>ul {
        margin: 0;
    }
    .header {
        padding-left: 15px;
    }
    .search-tb {
        top: 15px;
    }
}

@media screen and (max-width: 1400px) {
    .sect1-l>ul>li {
        padding: 10px 0;
    }
    .sect2 .title h2::before {
        left: 18%;
    }
    .sect2 .title h2::after {
        right: 18%;
    }
    .link ul>li {
        margin-top: 10px;
        min-width: 190px;
    }
    .link {
        padding: 15px;
    }
    .service>ul li {
        margin: 0 15px;
    }
    .activity .act-box>ul li {
        margin: 0 15px;
    }
    .sect5,
    .sect6 {
        padding-left: 0;
        padding-right: 0;
    }
    .sect4-l {
        padding-left: 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: 1024px) {
    .fixr{display:none;}
    .sect1 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect1-l {
        float: none;
        width: auto;
    }
    .sect1-,.sect1-right,.sect1-r{
        float: none;
        width: auto;
        margin-top: 20px;
    }
    .sect1-r2{
        margin-top:25px;
    }
    .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;
    }
}