﻿.section1 {
    padding: 35px 0;
}

#main {
    background: url(../images/main-bg.png) no-repeat center bottom;
    background-size: cover;
}

.ewm.bz {
    background: #339c9e;
    padding: 35px;
}

.title {
    overflow: hidden;
    line-height: 60px;
}

.title h2 {
    float: left;
    font-size: 36px;
    line-height: 36px;
    color: #00777a;
    font-weight: normal;
}

.title h2 p {
    font-size: 22px;
    color: #b1b1b1;
    font-family: "Times New Roman";
    text-transform: capitalize;
    line-height: 22px;
    margin-top: 5px;
}

.title a {
    float: right;
    font-size: 20px;
    color: #898989;
}

.title a:hover {
    color: #00777a;
}

.news {
    padding-top: 25px;
}

.news-l {
    position: relative;
    float: left;
    padding: 25px;
    width: 53%;
    box-sizing: border-box;
    background: url(../images/sect1-l-bg.png) no-repeat left top;
}

.news-r {
    float: right;
    width: 43.75%;
}

.news-l:after {
    content: '';
    position: absolute;
    left: 115px;
    top: 77px;
    right: 0;
    bottom: 25px;
    background-color: #006aae;
}

.sl {
    position: relative;
    z-index: 2;
}

.sl a {
    display: block;
}

.pic {
    position: relative;
    overflow: hidden;
}

.pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
    width: 100%;
    transition: all .3s;
}

.pic:hover img {
    transform: translate(-50%, -50%) scale(1.2);
}

.sl a .pic {
    padding-top: 55.3%;
}

.sl a .text {
    margin-left: 90px;
    padding: 20px 30px;
    overflow: hidden;
}

.sl a .text p {
    float: left;
    width: 80%;
    font-size: 22px;
    color: #fff;
}

.sl a .text .date {
    float: right;
    width: 20%;
}

.sl a .text .date span {
    font-size: 26px;
    color: #fff;
    font-family: "Times New Roman";
    margin-right: 5px;
}

.sl a .text .date i {
    font-size: 16px;
    color: #fff;
    font-family: "Times New Roman";
}

.sl .slick-dots {
    bottom: 100px;
    width: auto;
    right: 20px;
}

.sl .slick-dots li {
    width: 25px;
    height: 6px;
    background-color: #fff;
}

.sl .slick-dots li.slick-active {
    background-color: #00777a;
}

.news-r .nr-top {
    border-bottom: 1px solid #ddd;
    padding-bottom: 22px;
    margin-top: 25px;
}

.news-r .nr-top a {
    display: block;
}

.news-r .nr-top h2 {
    font-size: 24px;
    color: #000;
    margin-bottom: 20px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r .nr-top:hover h2 {
    color: #00777a;
}

.news-r .nr-top p {
    line-height: 30px;
    font-size: 16px;
    color: #757575;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-r ul {
    padding-left: 15px;
    padding-right: 20px;
    margin-top: 15px;
}

.news-r ul li {
    position: relative;
    padding-left: 20px;
    padding-right: 80px;
    line-height: 47px;
    background: url(../images/icon.png) no-repeat left center;
}

.news-r ul li:hover {
    background: url(../images/icon-other.png) no-repeat left center;
}

.news-r ul li a {
    display: block;
    font-size: 16px;
    color: #1d1d1d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r ul li:hover a {
    color: #009ca0;
}



.section2 {
    min-height: 129px;
    position: relative;
}

.section2 .title {
    position: relative;
    z-index: 2;
}

.section2 .title h2 {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.section2 .title a {
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
}

.notice {
    position: absolute;
    top: 0;
    left: 70px;
    right: 70px;
    z-index: 3;
}

.notice ul {
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.notice .slick-list {
    overflow: visible;
}

.notice ul li {
    margin: 0 23px;
}

.notice ul li .a {
    display: block;
    padding: 20px 30px 20px 30px;
    box-shadow: 0 0 10px #ece1e1;
    background-color: #fff;
    overflow: hidden;
    width: 288px;
}

.notice ul li .a .text {
       float: left;
    width: 75%;
    z-index: 2;
    position: relative;
}

.notice ul li .a .date {
        float: right;
    width: 70px;
    position: relative;
    z-index: 1;
}

.date {
    text-align: center;
    color: #777777;
}

.date p {
    font-size: 36px;
    color: #009ca0;
    line-height: 36px;
}

.date span {
    display: block;
    font-size: 16px;
}

.date i {
    display: block;
    font-size: 14px;
}

.notice ul li .a .text span {
        line-height: 40px;
    font-size: 20px;
    color: #222222;
    display: block;
    width: 216px;
    word-break: break-all;
    white-space: normal;
}

.notice ul li .a .date p {
    font-size: 36px;
    color: #009ca0;
    line-height: 48px;
    position: absolute;
    left: -147px;
}

.notice ul li .a .date span {
        display: block;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 64px;
    overflow: hidden;
    margin: 45px auto 0; 
}

.notice ul li .a .date i {
    display: block;
    font-size: 14px;
}

.notice ul li:hover .a {
    background-color: #00777a;
}

.notice ul li:hover .a .text span {
    color: rgba(255, 255, 255, .8);
}

.notice ul li:hover .a .date {
    color: #fff;
}

.section3 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.section3 .topic {
    text-align: center;
}

.section3 .topic h2 {
    float: none;
    display: inline-block;
    margin: 0 20px;
    text-align: left;
    color: #222222;
    cursor: pointer;
}

.section3 .topic h2.on {
    color: #00777a;
}

.box {
    position: relative;
}

.box .l-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
    transition: all .3s;
}

.box .l-box.on {
    position: relative;
    opacity: 10;
    z-index: 8;
}

.l-box ul {
    padding-top: 25px;
}

.l-box ul li {
    margin: 0 30px;
}

.l-box ul li .a {
    display: block;
    overflow: hidden;
    width: 371px;
}

.l-box ul li .a .date {
    float: left;
    width: 75px;
    height: 100px;
    background-color: #009ca0;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
}

.l-box ul li .a .date p {
    padding-top: 15px;
    color: #ffa800;
}

.l-box ul li .a .date span {
    display: block;
    padding: 7px 0;
}

.l-box ul li .a .text {
    overflow: hidden;
    padding-left: 30px;
}

.l-box ul li .a .text h2 {
        line-height: 32px;
    font-size: 20px;
    color: #222;
    font-weight: normal;
    width: 265px;
    word-break: break-all;
    white-space: normal;
}

.l-box ul li:hover .a .text h2 {
    color: #00777a;
}

.l-box ul li .a .text span {
            line-height: 25px;
    font-size: 16px;
    color: #747474;
    margin-top: 10px;
    display: block;
}

.l-box .more {
    margin-top: 25px;
    text-align: center;
}

.l-box .more a {
    font-size: 20px;
    color: #898989;
}

.l-box .more:hover a {
    color: #fbd708;
}

.section4 {
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px #d9d5d5;
    padding-left: 270px;
}

.s4-topic {
    position: absolute;
    left: 25px;
    top: 40px;
    width: 230px;
    background: url(../images/xx.png) no-repeat right center;
}

.s4-topic a {
    display: block;
    background: url(../images/more.png) no-repeat center 60%;
}

.s4-topic h2 {
    font-size: 36px;
    color: #00777a;
    line-height: 32px;
    font-weight: normal;
}

.s4-topic p {
    margin-top: 25px;
    font-size: 22px;
    color: #b1b1b1;
    text-transform: capitalize;
    font-family: "Times New Roman";
    text-align: right;
}

.service ul {
    padding: 40px 0;
}

.service ul li {
    margin: 0 40px;
}

.service ul li a {
    display: block;
    text-align: center;
}

.service ul li .icon {
    position: relative;
    height: 73px;
    line-height: 73px;
    top: 0;
    transition: all .3s;
}

.service ul li .icon img {
    vertical-align: middle;
    margin-left: auto;
    margin-right: auto;
}

.service ul li .text {
    margin-top: 14px;
}

.service ul li .text p {
    font-size: 18px;
    color: #000;
}

.service ul li:hover .icon {
    top: 5px;
}

.service ul li:hover .text p {
    color: #00777a;
}

.section5 {
    padding-top: 45px;
    padding-bottom: 35px;
}

.zt ul {
    padding-top: 35px;
    overflow: hidden;
}

.zt ul li {
    padding: 0 10px;
    width: 25%;
    float: left;
    box-sizing: border-box;
}

.zt ul li a {
    display: block;
}

.zt ul li a .pic {
    height: 135px;
}

@media screen and (max-width: 1700px) {
    .l-box ul {
        margin-left: 0;
        margin-right: 0;
    }

    .zt ul {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1600px) {
    .news-r ul li {
        line-height: 40px;
    }
}

@media screen and (max-width: 1300px) {
    .nav ul li a {
        font-size: 18px;
    }

    .section4 {
        padding-left: 220px;
    }

    .service ul li .text p {
        font-size: 14px;
    }

    .notice ul li .a {
        padding: 15px;
    }

    .notice ul li .a .text {
        width: 60%;
    }

    .notice ul li .a .text span {
        font-size: 16px;
    }

    .sl a .text p {
        font-size: 18px;
    }

    .news-r .nr-top h2 {
        margin-bottom: 10px;
    }

    .news-r ul li {
        line-height: 32px;
    }

    .l-box ul li {
        margin: 0 20px;
    }

    .l-box ul li .a .text h2 {
        line-height: 26px;
        font-size: 16px;
        height: 48px;
    }

    .l-box ul li .a .text span {
        line-height: 26px;
    }

    .l-box ul li .a .text {
        padding-left: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .notice ul li .a .date {
        width: 68px;
    }

    .news-l {
        float: none;
        width: auto;
    }

    .news-r {
        float: none;
        width: auto;
    }
}

@media screen and (max-width:600px) {
    .section1 {
        padding: 15px 0;
    }

    .title h2 {
        font-size: 22px;
        line-height: 22px;
    }

    .title h2 p {
        font-size: 16px;
    }

    .title {
        line-height: 30px;
    }

    .title a {
        font-size: 14px;
    }

    .news {
        padding-top: 15px;
    }

    .news-l:after {
        left: 35px;
        top: 45px;
    }

    .sl a .text {
        margin-left: 20px;
        padding: 15px;
    }

    .sl a .text p {
        font-size: 14px;
    }

    .sl a .text .date span {
        font-size: 20px;
    }

    .sl .slick-dots {
        bottom: 80px;
    }

    .news-r .nr-top {
        padding-bottom: 15px;
        margin-top: 15px;
    }

    .news-r .nr-top h2 {
        font-size: 20px;
    }

    .news-r .nr-top p {
        line-height: 24px;
        font-size: 14px;
    }

    .news-r ul {
        padding-left: 0;
        padding-right: 0;
    }

    .news-r ul li a {
        font-size: 14px;
    }

    .news-r ul li span {
        font-size: 14px;
    }

    .notice ul li {
        margin: 0;
    }

    .notice ul li {
        padding: 10px 5px;
    }

    .notice ul li .a .date p {
        font-size: 20px;
        line-height: 20px;
    }

    .notice {
        left: 40px;
        top: -20px;
    }

    .notice ul li .a .text span {
        line-height: 22px;
        height: 41px;
    }

    .notice ul li .a .date span {
        font-size: 12px;
        padding: 0;
    }

    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .l-box .more a {
        font-size: 16px;
    }

    .section4 {
        padding-left: 150px;
    }

    .s4-topic {
        width: 150px;
    }

    .s4-topic h2 {
        font-size: 22px;
    }

    .s4-topic a {
        background-position: 35% 55%;
    }

    .zt ul {
        padding-top: 15px;
    }

    .section5 {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 360px) {
    .sl .slick-dots {
        bottom: 97px;
    }
}


@media screen and (max-width: 420px) {
    .section2 {
        min-height: auto !important;

    }
}