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

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

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

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

.sun-nav {
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.6);
    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: #2c7eba;
    color: #fff !important;
}

.sun-nav ul li a { color:#fff; }

.sun-nav ul li:hover {
    background-color: #2c7eba;
    color: #fff;
}
.p50 { padding:50px 0; }
/* --------------------------------matter-list--------------------------------- */

.matter-box {
    width: 100%;
}

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

.relation {
    width: 100%;
    overflow: hidden;
	margin-bottom: 44px;
}

.relation ul li {
    float: left;
    overflow: hidden;
}

.relation ul li:nth-child(1) {
    width: 60.8%;
    border-right: 1px solid #eeeeee;
}

.relation ul li:nth-child(1) h2 {
    width: 90%;
    padding: 6px 0 20px 0;
    font-size: 24px;
    color: #000;
}

.relation ul li:nth-child(1) h5 {
    margin-top: 6px;
}

.relation ul li:nth-child(1) h5 img {
    float: left;
    vertical-align: middle;
    margin: 3px 16px 0 0;
}

.relation ul li:nth-child(1) h5 p {
    width: 90%;
    font-size: 14px;
    color: #aeaeae;
    line-height: 24px;
    /*height: 44px;*/
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    -moz-user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
    -khtml-user-select: text !important;
     user-select: text !important;
}

.relation ul li:nth-child(1) h5:hover p {
    color: #01aaa0;
}


.relation ul li:nth-child(2) {
    width: 39.2%;
}
.relation ul li:nth-child(2) h1{
    border: 1px solid #e5e5e5;
    width: 136px;
    height: 158px;
    float: left;
    text-align: center;
   margin-top: 5%;
   margin-left: 16%;
}
.relation ul li:nth-child(2) h1 img{
    width: 106px;
    height: 105px;
    /* margin: 16px 0 10px 0;
     */
     display: inline-block;
     margin-top: 20px;
}
.relation ul li:nth-child(2) h1 p{
    font-size: 14px;
    color: #aeaeae;
}

.map{
    width: 100%;
    height: 330px;
    overflow: hidden;
    margin: 16px 0 20px 0;
}

.address{
    width: 100%;
    padding-bottom: 10px;
    overflow: hidden;
}
.address-title{
    width: 100%;
    overflow: hidden;
    padding: 10px 0 10px 0;
}
.address-title h2{
    font-size: 24px;
    color: #16b0a7;
}

.address-list{
    width: 100%;
    padding: 0px 3px 0px 3px;
}

.address-list ul{
    margin-left: -1.6666666666666666666666666666666%;
}
.address-list ul li{
    float: left;
    width: 31.666666666666666666666666666666666666%;
    height: 220px;
    margin-left: 1.6666666666666666666666666666666%;
    position: relative;
    -moz-box-shadow: 0 5px 10px 1px rgba(0,0,0,1);
    -webkit-box-shadow: 0 5px 10px 1px rgba(0,0,0,1);
    box-shadow:  0 5px 10px 1px #f4f4f4;
    margin-top: 24px;
    cursor: pointer;
}

.address-list ul li h1{
    width: 100%;
    height: 130px;
    position: relative;
}
.address-list ul li h1>img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.floor{
    width: 73px;
    height: 73px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%,0);
    text-align: center;
}
.floor img{
    width: 38px;
    height: 33px;
    margin-top: 20px;
}

.address-list ul li h2{
    width: 100%;
    height: 90px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    word-wrap: break-word;
    margin-top: 35px;
}

.address-shade{
    width: 100%;
    height: 0%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #16b0a7;
    z-index: 99;
    overflow: hidden;
    transition: all .4s ease-in-out;
}

.address-shade h5{
    width: 80%;
    margin-left: 10%;
    margin-top: 12px;
}
.address-shade h5 img{
    float: left;
    margin-top: 3px;
}
.address-shade h5 p{
    font-size: 14px;
    color: #fefefe;
    width: 90%;
    line-height: 20px;
    margin-left: 10%;
    word-wrap: break-word;
}
.address-shade h5:hover p{
    color: #005853;
}
.address-list ul li:hover .address-shade{
    height: 100%;
}



.down-list{
    width: 100%;
    overflow: hidden;
    margin: 40px 0 60px 0;
}
.down-list ul{
    margin-left: -3.3333333333333333333%;
}
.down-list ul li{
    float: left;
    width: 30%;
    height: 161px;
    overflow: hidden;
    position: relative;
    margin-left: 3.3333333333333333333%;
    margin-top: 20px;
}
.down-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}
.down-list ul li:hover .down-bg{
    transform: scale(1.1);
}

.down-shade{
    width: 100%;
    left: 0;
    top: 24%;
    position: absolute;
    z-index: 99;
    text-align: center;
}
.down-shade h3{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 100%;
}
.down-shade h3 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.down-shade h6{
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 6px;
}


.down-shade:hover h3{
    background-color: rgba(7, 167, 132, 0.25);
}
.down-shade:hover h6{
    color: #1ab2a9;
}




/* -------------------------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: 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 {
        width: 96%;
        margin-left: 2%;
        padding: 28px 0 16px 0;
    }
    .relation ul li:nth-child(1) {
        width: 100%;
        border-right: none;
    }
    .relation ul li:nth-child(1) h2 {
        width: 90%;
        padding: 6px 0 14px 0;
        font-size: 18px;
    }
    .relation ul li:nth-child(1) h5 p {
        width: 86%;
    }
    .relation ul li:nth-child(2) {
        width: 100%;
    }
    .relation ul li:nth-child(2) h1 {
        width: 40%;
        height: 158px;
        float: left;
        margin-top: 10%;
        margin-left: 6.8%;
    }
    .address-list ul li {
        width: 100%;
        height: 260px;
        margin-left: 0%;
        margin-top: 24px;
    }
    .down-list ul li {
        width: 100%;
        height: 161px;
        margin-left: 0%;
        margin-top: 20px;
    }
    .down-list {
        margin: 10px 0 30px 0;
    }
}





.qyx { background:#f8f8f8; padding:20px; line-height:30px; font-size:14px; margin-bottom:30px }
.qybt { font-size:21px; color:#fff; background:#2c7eba; padding-left:30px; line-height:40px; text-align:left; margin-bottom:30px }



