/* ------------------------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: 240px;
    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%;
    background-color: #f6f6f6;
    margin-bottom: 140px;
}

.matter-list {
    width: 1200px;
    height: 620px;
    margin: 0 auto;
    padding: 80px 0 30px 0;
}

.matter-list ul li {
    float: left;
    position: relative;
}

.matter-list ul li:nth-child(1) {
    width: 42.5%;
}

.matter-list ul li:nth-child(1) h1 {
    width: 100%;
    height: 604px;
    overflow: hidden;
}

.matter-list ul li:nth-child(1) h1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.matter-list ul li:nth-child(1) h1 img:hover {
    transform: scale(1.1);
}

.matter-list ul li:nth-child(2) {
    width: 53%;
    margin-left: 4.5%;
}

.matter-list ul li:nth-child(2) h4 {
    font-size: 30px;
    color: #282828;
    font-weight: 900;
    margin-top: 70px;
}

.matter-list ul li:nth-child(2) p {
    width: 100%;
    height: 144px;
    font-size: 16px;
    color: #363636;
    line-height: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.matter-list ul li:nth-child(2) h2 {
    width: 148px;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    background-color: #16b0a7;
    text-align: center;
    line-height: 40px;
    margin-top: 60px;
    display: inline-block;
}

.matter-list ul li:nth-child(2) h2:hover {
    background-color: #148a82;
}

/* ----------------------------bene-box------------------------------------ */

.bene-box {
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.bene-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 30px;
}

.bene-title h4 {
    font-size: 36px;
    color: #282828;
}

.bene-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 16px 0 6px 0;
}

.bene-list ul li {
    width: 20%;
    height: auto;
    float: left;
    overflow: hidden;
    margin-top: 50px;
    text-align: center;
}

.bene-list ul li h3 {
    width: 95px;
    height: 95px;
    margin: 0 auto;
    background-color: #f6f6f6;
    border-radius: 100%;
    text-align: center;
    transition: all .5s ease-in-out;
}

.bene-list ul li h3 i {
    display: inline-block;
    transition: all .7s ease-in-out;
}

.bene-list ul li h3:hover {
    background-color: #01aaa0;
}

.bene-list ul li h4 {
    font-size: 14px;
    width: 90%;
    margin-left: 5%;
    color: #aeaeae;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 8px;
}

.bene-list ul li h4:hover {
    color: #01aaa0;
}

.list-1 {
    width: 39px;
    height: 45px;
    margin: 0 auto;
    margin-top: 25px;
    background-image: url('../images/company/car_list1.png');
}

.bene-list ul li h3:hover .list-1 {
    background-image: url('../images/company/car_list1H.png');
}

.list-2 {
    width: 40px;
    height: 44px;
    margin: 0 auto;
    margin-top: 25.5px;
    background-image: url('../images/company/car_list2.png');
}

.bene-list ul li h3:hover .list-2 {
    background-image: url('../images/company/car_list2H.png');
}

.list-3 {
    width: 48px;
    height: 42px;
    margin: 0 auto;
    margin-top: 26.5px;
    background-image: url('../images/company/car_list3.png');
}

.bene-list ul li h3:hover .list-3 {
    background-image: url('../images/company/car_list3H.png');
}

.list-4 {
    width: 42px;
    height: 43px;
    margin: 0 auto;
    margin-top: 26.5px;
    background-image: url('../images/company/car_list4.png');
}

.bene-list ul li h3:hover .list-4 {
    background-image: url('../images/company/car_list4H.png');
}

.list-5 {
    width: 33px;
    height: 44px;
    margin: 0 auto;
    margin-top: 25.5px;
    background-image: url('../images/company/car_list5.png');
}

.bene-list ul li h3:hover .list-5 {
    background-image: url('../images/company/car_list5H.png');
}

.list-6 {
    width: 50px;
    height: 42px;
    margin: 0 auto;
    margin-top: 26.5px;
    background-image: url('../images/company/car_list6.png');
}

.bene-list ul li h3:hover .list-6 {
    background-image: url('../images/company/car_list6H.png');
}

.list-7 {
    width: 32px;
    height: 37px;
    margin: 0 auto;
    margin-top: 29px;
    background-image: url('../images/company/car_list7.png');
}

.bene-list ul li h3:hover .list-7 {
    background-image: url('../images/company/car_list7H.png');
}

.list-8 {
    width: 38px;
    height: 39px;
    margin: 0 auto;
    margin-top: 28px;
    background-image: url('../images/company/car_list8.png');
}

.bene-list ul li h3:hover .list-8 {
    background-image: url('../images/company/car_list8H.png');
}

.list-9 {
    width: 41px;
    height: 41px;
    margin: 0 auto;
    margin-top: 27px;
    background-image: url('../images/company/car_list9.png');
}

.bene-list ul li h3:hover .list-9 {
    background-image: url('../images/company/car_list9H.png');
}

.list-10 {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    margin-top: 25.5px;
    background-image: url('../images/company/car_list10.png');
}

.bene-list ul li h3:hover .list-10 {
    background-image: url('../images/company/car_list10H.png');
}

/* ------------------------------------------------------- */

.emplo-box {
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 0px;
}

.emplo-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-bottom: 50px;
}

.emplo-title h4 {
    font-size: 36px;
    color: #282828;
}

.emplo-list {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.emplo-list .swiper-container {
    width: 100%;
    overflow: hidden;
}

.emplo-list .swiper-slide {
    position: relative;
}

.emplo-list .swiper-slide h2 {
    width: 100%;
    height: 406px;
    overflow: hidden;
}

.emplo-list .swiper-slide h2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.emplo-list .swiper-slide h2 img:hover {
    transform: scale(1.1);
}

.swiper-button-left {
    width: 44px;
    height: 96px;
    background-color: rgba(190, 190, 190, 0.38);
    text-align: center;
    line-height: 96px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 30%;
    transform: translate(0, -50%);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.swiper-button-right {
    width: 44px;
    height: 96px;
    background-color: rgba(190, 190, 190, 0.38);
    text-align: center;
    line-height: 96px;
    cursor: pointer;
    position: absolute;
    z-index: 999;
    top: 50%;
    right: 30%;
    transform: translate(0, -50%);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.swiper-button-left img {
    width: 15px;
    height: 26px;
}

.swiper-button-right img {
    width: 15px;
    height: 26px;
}

.swiper-button-left:hover {
    background-color: rgba(31, 207, 163, 0.5);
}

.swiper-button-right:hover {
    background-color: rgba(31, 207, 163, 0.5);
}

.shade-left {
    width: 33.33333333333333%;
    height: 406px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}

.shade-right {
    width: 33.33333333333333%;
    height: 406px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1;
}












/* --------------------------------------------- */


@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: 160px;
    }
    .matter-list {
        width: 100%;
    }
    .bene-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 ul li:nth-child(1) {
       display: none;
    }
    .matter-list {
        width: 96%;
        margin-left: 2%;
        padding: 0 0 0 0;
        height: auto;
    }
    .matter-list ul li:nth-child(2) {
        width: 100%;
        margin-left: 0%;
        padding-bottom: 16px;
        background-color: #f6f6f6;
    }
    .matter-box {
        width: 100%;
        background-color: #fff;
        margin-bottom: 50px;
    }
    .matter-list ul li:nth-child(2) h4 {
        font-size: 24px;
        margin-top: 30px;
        margin-left: 3%;
    }
    .matter-list ul li:nth-child(2) p {
        width: 94%;
        margin-left: 3%;
    }
    .matter-list ul li:nth-child(2) h2 {
        margin-left: 3%;
        margin-top: 20px;
    }
    .bene-title {
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .bene-title h4 {
        font-size: 24px;
    }
    .bene-list ul li {
        width: 50%;
        margin-top:20px;
    }
    .emplo-title h4 {
        font-size: 24px;
    }
    .emplo-box {
        margin-top: 40px;
    }
    .emplo-title {
        margin-bottom: 20px;
    }
    .shade-left{
        display: none;
    }
    .shade-right{
        display: none;
    }
    .swiper-button-left {
        left: 0%;
    }
    .swiper-button-right {
        right: 0%;
    }
}













