﻿.layout5 .maxtit {
    max-width: 1600px;
    margin: 0 auto;
    padding-right: 100px
}

.layout5 .maxtit .tleft {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    float: left;
    letter-spacing: 1px;
}

.layout5 .maxtit .tleft i {
    font-size: 24px;
    line-height: 26px;
    margin-left: 10px;
}

.layout5 .maxtit .tright {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    display: block;
    float: right
}

.layout5 .casel {
    width: 30%;
    float: left;
    padding-right: 80px;
}

.layout5 .caser {
    width: 70%;
    float: left;
}

.layout5 .casel .line {
    background: #fff;
    height: 4px;
    width: 100%;
    position: relative;
    margin: 72px 0 32px 0;
}

.layout5 .casel .line::after {
    content: "";
    width: 50%;
    right: 0;
    top: 0;
    background: #55A5A4;
    height: 4px;
    position: absolute;
}

.layout5 .casel h6 {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 38px;
}

.layout5 .casel img {
    max-width: 100%;
}

.layout5 .casecon {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.layout5 {
    padding-left: 50px;
}

.layout5 .caser .img {
    height: 600px;
}

.layout5 .caser li {
    position: relative;
}

.layout5 .caser li .text1 {
    position: absolute;
    bottom: 40px;
    width: calc(100% - 90px);
    left: 45px;
}

.layout5 .caser li .t1 {
    font-size: 30px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 13px;
}

.layout5 .caser li .t2 {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layout5 .caser li .text2 {
    position: absolute;
    bottom: 135px;
    width: calc(100% - 90px);
    left: 45px;
    z-index: 1;
}

.layout5 .caser li .text2 img {
    margin-bottom: 20px;
}

.layout5 .caser li .text2 .more {
    height: 46px;
    width: 46px;
    background: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 46px;
    color: #55A5A4;
    margin-top: 60px;
}

.layout5 .caser li .text2 .t2 {
    overflow: inherit;
    white-space: inherit;
    text-overflow: inherit;
}

.layout5 .caser li .img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.layout5 .caser li .text2 {
    display: none;
}

.layout5 .caser li:hover .text1 {
    display: none;
}

.layout5 .caser li:hover .text2 {
    display: block;
}

.layout5 .caser li:hover:after {
    content: "";
    background: rgba(85, 165, 164, 0.9);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}

.layout5 .caser li:hover::before {
    content: "";
    height: calc(100% - 24px);
    width: calc(100% - 24px);
    left: 12px;
    top: 12px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 1;
}

.layout5 .caser .slick-arrow {
    height: 48px;
    width: 48px;
    background: #fff;
    bottom: 80px;
    top: auto;
    transform: translate(0);
}

.layout5 .caser .slick-prev {
    background: url(../img/arrow1.png)#fff center no-repeat;
}

.layout5 .caser .slick-prev:hover {
    background: url(../img/arrow2.png)#55A5A4 center no-repeat;
}

.layout5 .caser .slick-next {
    background: url(../img/arrow3.png)#fff center no-repeat;
}

.layout5 .caser .slick-next:hover {
    background: url(../img/arrow4.png)#55A5A4 center no-repeat;
}

._imgtext1-1 {
    position: relative
}

._imgtext1-1 .slick {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
}

._imgtext1-1 .slick.on {
    position: relative;
    opacity: 1;
    z-index: 1;
}


.layout7 {
    position: absolute;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease;
}

.layout7.on {
    position: relative;
    opacity: 1;
    z-index: 1;
}

._imglist1-1 .pic2 {
    display: none
}

@media screen and (max-width:1024px) {
    ._imglist1-1 .pic1 {
        display: none
    }

    ._imglist1-1 .pic2 {
        display: block
    }

    .layout5 {
        padding-left: 15px;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px
    }

    .layout5 .maxtit {
        padding-right: 15px
    }

    .layout5 .maxtit .tleft {
        font-size: 22px;
        letter-spacing: 0px;
        line-height: 18px;
    }

    .layout5 .maxtit .tleft i {
        font-size: 16px;
        letter-spacing: 0px;
        line-height: 22px;
    }

    .layout5 .casecon {
        margin-top: 20px
    }

    .layout5 .casel {
        width: 100%;
        padding-right: 0px
    }

    .layout5 .caser {
        width: 100%
    }

    .layout5 .casel .line {
        margin: 5px 0px 15px 0px
    }

    .layout5 .casel h6 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .layout5 .caser .img {
        height: 300px;
    }

    .layout5 .caser li .text1 {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 30px);
        left: 15px;
    }

    .layout5 .caser li .t1 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 8px;
    }

    .layout5 .caser li .t2 {
        font-size: 14px;
        line-height: 24px;
    }

    .layout5 .caser li .text2 {
        bottom: 20px;
        width: calc(100% - 30px);
        left: 15px;
        z-index: 1;
    }

    .layout5 .caser li .text2 img {
        margin-bottom: 10px;
    }

    .layout5 .caser li .text2 .more {
        height: 30px;
        width: 30px;
        font-size: 18px;
        line-height: 30px;
        margin-top: 15px;
    }

    .layout5 .caser li .text2 .t2 {
        overflow: inherit;
        white-space: inherit;
        text-overflow: inherit;
    }

    ._nav3 .ctext .dh {
        display: none
    }

    .layout5 .caser li:hover::before {
        height: calc(100% - 10px);
        width: calc(100% - 10px);
        left: 5px;
        top: 5px;
    }

    ._location2-2 .ctext ul {
        margin-left: -5px
    }
}