/* ------------------------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: 400px;
    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: 40px 0 60px 0;
}


.matter-list ul{
    margin-left: -3.5%;
}
.matter-list ul li{
    float: left;
    width: 32%;
    margin-left: 1.333333333333333333333333333333%;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

.matter-list ul li h6{
    width: 100%;
    height: 358px;
    overflow: hidden;
}
.matter-list ul li h6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.matter-list ul li h6 img:hover{
    /*transform: scale(1.1);*/
}
.matter-list ul li h5{
    width: 100%;
    height: 64px;
    text-align: center;
    overflow: hidden;
}
.matter-list ul li h5 span{
    font-size: 18px;
    color: #727272;
    display: block;
    float: left;
    width: 80%;
    margin-left: 10%;
    overflow: hidden;
    display: -webkit-box;
text-overflow: ellipsis;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.matter-list ul li h5 span:hover{
    color: #1ab2a9;
}
.matter-list ul li h5 img{
    width: 19px;
    height: 17px;
    vertical-align: middle;
    margin: 44px 0 0 -10px;
}


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

.paging {
    width: 100%;
    height: 26px;
    margin: 16px 0 100px 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------ */




/* -------------------------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: 280px;
    }
    .matter-list {
        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 24px 0;
    }
    .matter-list ul li h6 {
        height: 170px;
    }
	.matter-list ul li h5{
		line-height: 20px;
		height:64px;
	}
    .matter-list ul li h5 span {
        font-size: 14px;
    }
    .paging {
        margin: 16px 0 58px 0;
    }

    .matter-list ul {
        margin-left: 0%;
    }
    .matter-list ul li {
        width: 49%;
        margin-left: 1%;
    }
}
































































