@charset "utf-8";

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.title h2 p {
    display: flex;
    align-items: center;
    font-size: 30px;
    color: #A93118;

}

.title h2 p span {
    color: #2C2C2C;
}

.title h2 p img {
    display: inline-block;

    padding-right: 10px;
}


.title .more {
    position: relative;
    background: url(/images/more.png) no-repeat right bottom;
    line-height: 35px;
    text-align: center;
    transition: all .3s;
}

.title .more a {
    display: block;
    font-size: 18px;
    color: #A93118;
    padding: 0 15px;
    text-transform: capitalize;
    transition: all .6s;

}

.title .more a:hover {
    letter-spacing: 1px;
}

.section2 {
    padding: 45px 0 55px;
    background: url(/images/s2-bg.jpg) no-repeat center center/cover;
}

.sect2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sect2-l {
    width: 47.5%;
}

.list {
    margin-top: 15px;
}

.list li {
    position: relative;
    padding-left: 30px;
    padding-right: 130px;
    line-height: 71px;

}

.s2-list li::before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: -10px;
    bottom: -10px;
    background: url(/images/h2rl-txtbg.png) no-repeat center center/100% 100%;
    transition: all .6s;
}

.s2-list li:hover::before {
    left: -35px;
    right: -35px;
}

.list li::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 8px;
    background: url(/images/s2l-list.png) no-repeat left center/100% 100%;
    transition: all .6s;
}

.list li:hover:after {
    background: url(/images/s2l-list-other.png) no-repeat left center;
}

.list li a {
    position: relative;
    display: block;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .6s;
}

.s2-list li:hover a {
    font-weight: normal;
    color: #fff;
}

.list li span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    color: #9E9E9E;
    transition: all .6s;
}

.s2-list li:hover span {
    color: #F4A392;
}

.sect2-r {
    width: 47.0625%;
}

.sect2-r ul {
    display: flex;
    flex-wrap: wrap;
}

.sect2-r ul li {
    transition: all .6s;
}

.sect2-r ul li a {
    padding: 15px;
    display: block;
    height: 182px;
    background: url(/images/s2r-bg1.png) no-repeat center center/100% 100%;
    text-align: center;
    transition: all .6s;
}


.sect2-r ul li a .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 102px;

}

.sect2-r ul li a .icon img {
    max-height: 100%;
}

.sect2-r ul.s2-icon li {
    width: 20%;
    margin: 15px 0;
}

.sect2-r ul.s2-icon {
    margin: 0 -17px;
}

.sect2-r ul.s2-icon li a {
    margin: 0 17px;
}

.sect2-r ul li a .txt {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -15px;
}

.sect2-r ul li a .txt p {
    font-size: 18px;
    line-height: 27px;
    color: #333;
    max-height: 54px;
}

.sect2-r ul li:hover a .txt p {
    color: #fff;
}

.sect2-r ul li:nth-child(2n) a {
    background: url(/images/s2r-bg2.png) no-repeat center center/100% 100%;
}

.sect2-r ul.s2-icn li {
    width: 25%;
}

.sect2-r ul.s2-icn {
    margin: 0 -13px;
}

.sect2-r ul.s2-icn li a {
    margin: 0 13px;
}

.sect2-r ul li:hover {
    margin-top: -10px;
}

.sect2-r ul li:hover a {

    background: url(/images/s3r-bg3.png) no-repeat center center/100% 100%;
}

.sect2-r ul li:hover:nth-child(2n) a {
    background: url(/images/s3r-bg4.png) no-repeat center center/100% 100%;
}

.section3 {
    padding: 55px 0;
    background: #F7FAFD;
}

.sect3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sect3-l {
    width: 49%;
    background: url(/images/h2l-bg.png) no-repeat center 65%/auto;
}

.sect3-l .bt {
    display: flex;
    align-items: center;
}

.sect3-l .bt h2 {
    margin-right: 50px;
    opacity: .55;
    cursor: pointer;
}

.sect3-l .bt h2.on {
    opacity: 1;
}

.sect3-l .bt h2 img {
    display: none;
}

.sect3-l .bt h2.on img {
    display: block;
}

.sect3-l .title .more a {
    display: none;
}

.sect3-l .title .more a.on {
    display: block;
}

.sect3-l ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sect3-l ul::before {
    content: "";
    position: absolute;
    left: 30px;
    width: 38%;
    top: 45px;
    bottom: 45px;
    background: url(/images/s3l-xx.png) no-repeat center center/100% 100%;
}

.sect3-l ul::after {
    content: "";
    position: absolute;
    right: 30px;
    width: 38%;
    top: 45px;
    bottom: 45px;
    background: url(/images/s3r-xx.png) no-repeat center center/100% 100%;
}

.sect3-l ul li {
    position: relative;
    width: 46%;
    margin: 10px 0;
    z-index: 9;
}

.sect3-l ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    transition: all .6s;
}

.sect3-l ul li a .icon {
    position: relative;
    display: flex;
    width: 71px;
    height: 71px;
    align-items: center;
    justify-content: center;
    border: 1px dashed #A41010;
    border-radius: 50%;
    padding: 10px;
}

.sect3-l ul li a .icon:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: 5px;
    bottom: 5px;
    background: #EEE7E8;
    border-radius: 50%;
    transition: all .6s;
}

.sect3-l ul li:hover a .icon:before {
    background: #A52F17;
}

.sect3-l ul li a .icon:after {
    content: "";
    position: absolute;
    left: -22px;
    right: -22px;
    top: -22px;
    bottom: -22px;
    background: url(/images/s3-qq.png) no-repeat center center;
    border-radius: 50%;
}

.sect3-l ul li a .icon svg {
    position: relative;
    z-index: 9;
}

.sect3-l ul li a .icon svg path {
    fill: #A93118;
}

.sect3-l ul li:hover a .icon svg path {
    fill: #fff;
}

.sect3-l ul li a .txt {
    flex: 1;
    min-width: 0;
    margin-left: 25px;
    margin-right: 25px;
}

.sect3-l ul li:nth-child(2n) a .txt {
    order: -1;
    text-align: right;
}

.sect3-l ul li:nth-child(3) a .txt {
    order: -1;
    text-align: right;
}

.sect3-l ul li:nth-child(4) a .txt {
    order: 0;
    text-align: left;
}

.sect3-l ul li a .txt p {
    font-size: 18px;
    color: #333;
    overflow: hidden;
}

.sect3-l ul li:hover a .txt p {
    color: #A93118;
}

.s3-icon {
    position: relative;
}

.s3-icon ul {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    transition: all .6s;
}

.s3-icon ul.on {
    position: relative;
    opacity: 1;
    z-index: 9;
}

.sect3-r {
    width: 45.625%;
}

.s3 ul li a:hover .icon img {
    animation: icon-yh 0.6s linear;
}

.s3-list li {
    border-bottom: none;
    line-height: 56px;
    padding-left: 10px;
}

.s3-list li:hover a {
    color: #AA361E;
}

.s3-list li::after {
    background: url(/images/infolist16_4_icon5.png) no-repeat;
    background-position: left center;
}

.s3-list li:hover::after {
    background: url(/images/infolist16_4_icon6.png) no-repeat;
    background-position: left center;
}

@keyframes icon-yh {
    0% {
        transform: translate(-50%, -50%) rotateZ(0);
    }

    10% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }

    20% {
        transform: translate(-50%, -50%) rotateZ(0);
    }

    30% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }

    40% {
        transform: translate(-50%, -50%) rotateZ(0);
    }

    50% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }

    60% {
        transform: translate(-50%, -50%) rotateZ(0);
    }

    70% {
        transform: translate(-50%, -50%) rotateZ(-10deg);
    }

    80% {
        transform: translate(-50%, -50%) rotateZ(0);
    }

    90% {
        transform: translate(-50%, -50%) rotateZ(10deg);
    }

    100% {
        transform: translate(-50%, -50%) rotateZ(0);
    }
}

.section4 {
    padding: 50px 0 55px;
    background: url(/images/sect4-bg.jpg) no-repeat center center/cover;
}

.s4 ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -29px;
}

.s4 ul li {
    width: 33.333%;
    padding: 0 29px;
}

.s4 ul li a {
    display: block;

}

.s4 ul li .pic {
    padding-top: 46.55%;
    position: relative;
}
.s4 ul li .pic>span{
    position: absolute;
    z-index: 9999;
    left: 40px;
    bottom: 22px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.s4 ul li .s4-txt {
    padding: 15px 20px;
    display: flex;
    align-items: center;

    flex-wrap: wrap;
    background: #FFFFFF;
    height: 86px;
    overflow-y: auto;
}

.s4 ul li .s4-txt a {
    font-size: 18px;
    color: #333;
    margin: 0 10px;
}

.s4 ul li .s4-txt a:hover {
    color: #A93118;
}

.section5 {
    padding: 30px 0 60px;
    background: #F7FAFD;
}

.s5 ul {
    margin: 0 -26px;
}

.s5 ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 26px;
    height: 117px;
    padding: 15px;
    transition: all .6s;
}

.s5 ul li:hover a {
    box-shadow: 0 0 10px #c4a4a4;
}

.s5 ul li.slick-current a {
    background: url(/images/s4-bg1.jpg) no-repeat center center/100% 100%;
}

.s5 ul li.slick-current+li a {
    background: url(/images/s4-bg2.jpg) no-repeat center center/100% 100%;
}

.s5 ul li.slick-current+li+li a {
    background: url(/images/s4-bg3.jpg) no-repeat center center/100% 100%;
}

.s5 ul li.slick-current+li+li+li a {
    background: url(/images/s4-bg4.jpg) no-repeat center center/100% 100%;
}

.s5 ul li.slick-current+li+li+li+li a {
    background: url(/images/s4-bg5.jpg) no-repeat center center/100% 100%;
}

.s5 ul li.slick-current+li+li+li+li+li a {
    background: url(/images/s4-bg6.jpg) no-repeat center center/100% 100%;
}

.s5 ul li a .txt {
    height: 60px;
    display: flex;
    align-items: center;
}

.s5 ul li a .txt p {
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    color: #fff;
}

.s5 .slick-prev,
.s6 .slick-prev {
    left: -15px;
    width: 30px;
    height: 30px;
    background: url(/images/s5-l.png) no-repeat center center/100% 100%;
}

.s5 .slick-prev:hover,
.s6 .slick-prev:hover {
    background: url(/images/s5l-other.png) no-repeat center center/100% 100%;
}

.s5 .slick-next,
.s6 .slick-next {
    right: -15px;
    width: 30px;
    height: 30px;
    background: url(/images/s5-r.png) no-repeat center center/100% 100%;
}

.s5 .slick-next:hover,
.s6 .slick-next:hover {
    background: url(/images/s5r-other.png) no-repeat center center/100% 100%;
}

.section6 {
    padding: 45px 0 60px;
    background: url(/images/s6-bg.jpg) no-repeat center center/cover;
}

.s6 ul {
    margin: 0 -40px;
}

.s6 ul li {
    margin: 30px 40px;
    transition: all .6s;
}



.s6 ul li a {
    display: block;
}

.s6 ul li .pic {
    padding-top: 121.93%;
    transition: all .6s;
}

.s6 ul li .pic:hover img {
    transform: scale(1);
}

.s6 ul li:hover .pic {
    transform: scale(1.1);
    transform-origin: center bottom;
}

.s6 ul li a .txt {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5px;
    padding-left: 10px;
}

.s6 ul li a .txt:after {
    content: "";
    position: absolute;
    width: 2px;
    height: 18px;
    background: #AF381A;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s6 ul li a .txt h2 {
    font-size: 20px;
    color: #262626;

}

.s6 ul li a .txt p {
    font-size: 16px;
    color: #999;
    margin-left: 15px;
}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 700px) {}