/* ------------------------banner--------------------------- */

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    object-fit: cover;
}

/* ------------------------sun-nav--------------------------- */

.sun-nav {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    margin-top: -60px;
}

.sun-nav ul {
    text-align: center;
    font-size: 0;
}

.sun-nav ul li {
    display: inline-block;
    width: 600px;
    text-align: center;
    font-size: 16px;
    color: #171717;
    line-height: 60px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.sun-nav-active {
    background-color: #1ab2a9;
    color: #fff !important;
}

.sun-nav ul li:hover {
    background-color: #1ab2a9;
    color: #fff;
}

/* --------------------------------matter-list--------------------------------- */

.matter-box {
    width: 100%;
}

.matter-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 60px 0 30px 0;
}

.list-left {
    float: left;
    width: 12.5%;
    height: 270px;
    border-right: 1px solid #e6e6e6;
    position: relative;
}

.list-l-words {
    width: 88px;
    height: 75px;
    background-color: #f7f7ff;
    color: #479d9c;
    text-align: center;
    margin: 20px 0 0 24px;
}

.list-l-words p {
    font-size: 14px;
    font-weight: 600;
    font-family: "Trueno Light";
    padding-top: 10px;
}

.list-l-words h1 {
    font-size: 24px;
    font-weight: 900;
    font-family: "Trueno Light";
    margin-top: 6px;
}

.list-l-dd {
    position: absolute;
    width: 12px;
    height: 12px;
    right: -6px;
    top: 20px;
}

.list-right {
    width: 87.5%;
    height: 270px;
    overflow: hidden;
}

.list-r-box {
    width: 95.2%;
    margin-left: 4.8%;
    margin-top: 6px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}

.list-r-box ul li {
    float: left;
    height: 230px;
    overflow: hidden;
}

.list-r-box ul li:nth-child(1) {
    width: 42%;
}
.list-r-box ul li:nth-child(1) img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.list-r-box ul li:nth-child(1) img:hover{
    transform: scale(1.1);
}

.list-r-box ul li:nth-child(2) {
    width: 56%;
}

.list-r-box ul li:nth-child(2) h4 {
    width: 92%;
    margin-left: 4%;
    font-size: 22px;
    color: #6e829c;
    margin-top: 30px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-r-box ul li:nth-child(2) h4:hover{
    color: #1ab2a9;
}

.list-r-box ul li:nth-child(2) h5 {
    width: 92%;
    margin-left: 4%;
    line-height: 22px;
    height: 44px;
    font-size: 14px;
    color: #919497;
    margin-top: 10px;
    margin-bottom: 30px;
    word-wrap: break-word;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.list-r-box ul li:nth-child(2) h6 {
    margin-left: 4%;
    margin-top: 8px;
}

.list-r-box ul li:nth-child(2) h6 img {
    float: left;
    margin-top: 4px;
}

.list-r-box ul li:nth-child(2) h6 p {
    font-size: 14px;
    color: #919497;
    width: 90%;
    margin-left: 5%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list-r-box ul li:nth-child(2) h6 p:hover{
    color: #479d9c;
}

/* --------page------ */

.paging {
    width: 100%;
    height: 26px;
    margin: 26px 0 30px 0;
    text-align: center;
}

.paging a {
    display: inline-block;
    background-color: #cdcdcd;
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0 2px 0 2px;
}

.paging a:hover {
    background-color: #01aaa0;
}

.page-ud {
    width: 50px;
    height: 26px;
    line-height: 26px;
}

.page-num {
    width: 26px;
    height: 26px;
    line-height: 26px;
}

.page-active {
    background-color: #01aaa0 !important;
}

/* --------page------ */

/* ----------------------------------events-box-------------------------------- */
.events-box{
    width: 100%;
    overflow: hidden;
    margin: 10px 0 20px 0;
    position: relative;
}

.events-title{
    width: 1200px;
    margin: 0 auto;
    height: 50px;
    border-bottom: 1px solid #eeeeee;
}
.events-title h4{
    font-size: 24px;
    width: 50%;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    color: #111111;
    line-height: 50px;
    float: left;
}

.events-list{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 26px 0 40px 0;
}
.events-list>.swiper-wrapper{
    width: 100%;
}
.events-list h1{
    width: 218px;
    height: 170px;
    margin: 0 auto;
    overflow: hidden;
}

.events-list h1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.events-list h1 img:hover{
    transform: scale(1.1);
}


.LR-box{
    height: 50px;
    position: relative;
}
.swiper-button-leftT{
    position: absolute;
    top: 14px;
    right: 3%;
    width: 24px;
    height: 24px;
    border: 1px solid #d2d2d2;
    border-radius: 24px;
    cursor: pointer;
}
.swiper-button-leftT i{
    width: 8px;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    transform: rotate(180deg);
    background-image: url('../images/products/arrow.png');
}
.swiper-button-leftT:hover{
    border: 1px solid #01aaa0;
}
.swiper-button-leftT:hover .leftT-l{
    width: 7px;
    height: 11px;
    background-image: url('../images/products/arrowH.png');
}

.swiper-button-rightT{
    position: absolute;
    top: 14px;
    right: 0%;
    width: 24px;
    height: 24px;
    border: 1px solid #d2d2d2;
    border-radius: 24px;
    cursor: pointer;
}
.swiper-button-rightT i{
    width: 8px;
    height: 10px;
    display: block;
    margin: 0 auto;
    margin-top: 6px;
    background-image: url('../images/products/arrow.png');
}
.swiper-button-rightT:hover{
    border: 1px solid #01aaa0;
}
.swiper-button-rightT:hover .leftT-r{
    width: 7px;
    height: 11px;
    background-image: url('../images/products/arrowH.png');
}



/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1240px) {
    .sun-nav ul li {
        width: 400px;
    }
    .matter-list {
        width: 100%;
    }
    .events-list {
        width: 100%;
    }
    .events-title {
        width: 100%;
    }
}



/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .sun-nav {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 0px;
    }
    .sun-nav ul li {
        display: block;
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 50px;
        border-bottom: 1px solid #f3f3f3;
    }
    .matter-list {
        width: 96%;
        margin-left: 2%;
        padding: 20px 0 14px 0;
    }
    .events-list {
        width: 96%;
        margin-left: 2%;
    }
    .events-title {
        width: 96%;
        margin-left: 2%;
    }
    .list-left {
        display: none;
    }
    .list-right {
        width: 100%;
        height: auto;
    }
    .list-r-box {
        width:100%;
        margin-left: 0%;
    }
    .list-r-box ul li:nth-child(2) h4 {
        font-size: 18px;
    }
    .list-r-box ul li:nth-child(2) h6 p {
        font-size: 12px;
        width: 84%;
        margin-left: 14%;
    }
    .list-r-box ul li {
        height: 200px;
    }
    .events-title h4 {
        font-size: 18px;
    }
    .swiper-button-leftT {
        right: 16%;
    }
    .swiper-button-rightT {
        right: 3%;
    }
}



