@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;

}

.banner img {
    display: block;
    width: 100%;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-prev {
    width: 30px;
    height: 41px;
    background: url(../images/banner-prev.png) no-repeat;
    background-size: cover;
    left: 120px;
}

.banner .slick-next {
    width: 30px;
    height: 41px;
    background: url(../images/banner-next.png) no-repeat;
    background-size: cover;
    right: 120px;
}


/* index */
.index {
    background: url(../images/watermark.jpg) no-repeat;
    background-size: cover;
}

.tit h2 {
    font-size: 30px;
    line-height: 35px;
    color: #000000;
    text-align: center;
}

.tit {
    position: relative;
}

.more {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 48px;
    background: url(../images/more1.png) no-repeat;
    background-position: left center;
    font-size: 16px;
    line-height: 35px;
    color: #333333;
}

.more:hover {
    color: #0d6755;
}

.s1 {
    padding-top: 45px;
    padding-bottom: 50px;
}

.s1-c {
    margin-top: 30px;
}

.s1-banner {
    float: left;
    width: 665px;
    margin-right: 40px;
}

.s1-banner .pic {
    padding-top: 61%;
}

.banner-tx {
    box-shadow: 0px 4px 12px 0px rgba(10, 11, 24, 0.1);
    padding: 30px;
    padding-right: 150px;
}

.banner-tx P {
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-banner ul li a {
    padding: 8px;
}

.s1-banner ul li a:hover p {
    color: #0d6755;
}

.s1-banner .slick-dots li {
    width: 10px;
    height: 10px;
    border: solid 1px #027a71;
    border-radius: 50%;
    margin: 0 15px;
}

.s1-banner .slick-dots {
    text-align: right;
    padding-right: 40px;
    bottom: 40px;
}

.s1-banner .slick-dots .slick-active {
    background-color: #027a71;
}

.s1-r {
    overflow: hidden;
}

.s1-r ul li a p {
    font-size: 16px;
    line-height: 62px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.s1-r ul li a span {
    float: right;
    font-size: 16px;
    line-height: 62px;
    color: #999999;
}

.s1-r ul li {
    border-top: 1px solid #e5e5e5;
}

.s1-r ul li:first-child {
    border: none;
}

.s1-r ul li a:hover p {
    text-decoration: underline;
    color: #027a71;
}

.s1-r ul li a:hover span {

    color: #027a71;
}

.s2 {
    background-color: #0d6755;
    padding: 40px 0;
}

.s2-l {
    width: 47%;
    float: left;
    margin-right: 6%;
}

.s2-r {
    width: 47%;
    float: right;
}

.s2 .tit h2 {
    text-align: left;
    color: #ffffff;
}

.s2 .more {
    color: #fff;
    background: url(../images/more2.png) left center no-repeat;
}

.s2 .more:hover {
    opacity: 0.7;
}

.s2 ul {
    margin-top: 10px;
}

.s2 ul li {
    border-top: 1px solid rgba(220, 220, 220, 0.2);
}

.s2 ul li:first-child {
    border: none;
}

.s2 ul li a p {
    font-size: 16px;
    line-height: 60px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2 ul li a span {
    float: right;
    font-size: 17px;
    line-height: 60px;
    color: #ffffff;
    opacity: 0.68;
}

.s2 ul li a:hover p {
    text-decoration: underline;
    font-weight: 600;
}

.work-mes {
    position: absolute;
    left: 188px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ffffff;
}
/* 局部修改 */
.s2-contact {
    position: absolute;
    left: 330px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #ffffff;
    padding-left: 70px;
    background: url(../img/icon-phone.png) no-repeat;
    background-position: 15px center;
    border-left: 1px solid #569588;
}
.s2-contact span{
    font-size: 14px;
    display: block;
    color: #fff;
}
.s2-contact b{
    font-size: 18px;
    display: block;
    color: #fff;
}
/* ---end---- */
.work-mes:hover {
    opacity: 0.7;
}

.s2 {
    position: relative;
}
.s2>.px1400{
    position: relative;
}
.s2-lx span {
    display: block;
    width: 116px;
    height: 129px;
    background: url(../images/phone.png) no-repeat;
    padding-top: 65px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    margin: 0 auto;
}

.s2-lx p {
    font-size: 20px;
    line-height: 18px;
    color: #ffffff;

}

.s2-lx {
    text-align: center;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.s3 {
    padding: 45px 0;
}

.s3-banner {
    margin-top: 30px;
    
}

.s3-banner ul li a {
    padding: 0 23px;
    padding-bottom: 10px;
display: block;
}

.s3-tx h3 {
    font-size: 17px;
    color: #333333;
    margin-bottom: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.s3-tx p {
    font-size: 16px;
    line-height: 25px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999999;
}

.s3-tx {
    padding: 30px 30px 40px 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.18);
}

.s3-banner ul li a:hover h3 {
    color: #027a71;
}

.px1446 {
    max-width: 1446px;
    margin: 0 auto;
}

.s3-banner .slick-prev {
    width: 61px;
    height: 61px;
    background: url(../images/s3-prev.png) no-repeat;
    background-size: cover;
    left: -70px;
}

.s3-banner .slick-next {
    width: 61px;
    height: 61px;
    background: url(../images/s3-next.png) no-repeat;
    background-size: cover;
    right: -70px;
}

.s3-banner .pic {
    padding-top: 65%;
}

#s4 {
    background-color: #f5f5f5;
}

#s4 .s3-tx {
    padding: 20px 35px 25px 30px;
}

#s4 .s3-tx p {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333333;
}

#s4 .s3-banner ul li a:hover p {
    color: #027a71;
}

.s5 {
    padding: 45px 0;
   
}

.px1440 {
    margin: 0 auto;
    max-width: 1440px;
}

.s5-banner {
    margin-top: 30px;
}

.s5-banner .pic {
    border-radius: 10px 10px 0px 0px;
    padding-top: 66%;
}

.s5-banner ul li a {
    padding: 0 20px;
    padding-bottom: 10px;
display: block;
}

.s5-banner .slick-prev {
    width: 61px;
    height: 61px;
    background: url(../images/s3-prev.png) no-repeat;
    background-size: cover;
    left: -70px;
}

.s5-banner .slick-next {
    width: 61px;
    height: 61px;
    background: url(../images/s3-next.png) no-repeat;
    background-size: cover;
    right: -70px;
}

.s5-tx h2 {
    font-size: 17px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}

.s5-tx p {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
}

.s5-tx {
    box-shadow: 0px 2px 10px 0px rgba(10, 11, 24, 0.1);
    padding: 18px 20px 40px 20px;
}

.s5-banner ul li a:hover p{
    text-decoration: underline;
}
.s5-banner ul li a:hover h2{
    color: #027a71;
}

@media screen and (max-width: 1600px){
    .s3-banner,.s5-banner{
        padding: 0 30px;
    }
    .s3-banner .slick-arrow,.s5-banner .slick-arrow{
        height: 40px;
        width: 40px;
    }
    .s3-banner .slick-prev,.s5-banner .slick-prev{
        left: -23px;
    }
    .s3-banner .slick-next,.s5-banner .slick-next{
        right: -23px;
    }
    .s2{
        padding-left: 30px;
        padding-right: 30px;
    }
    .s1{
        padding-left: 20px;
        padding-right: 20px;
    }

    .logo{
        padding-left: 10px;
    }
    .ser{
        padding-right: 10px;
    }
    .foot{
        padding-left: 10px;
        padding-right: 10px;
    }
    .s3 .more{
        right: 50px;
    }
    .s4 .more{
        right: 50px;
    }
    .s5 .more{
        right: 50px;
    }
}