﻿@charset "utf-8";

.tit001{
    position: relative;
    margin-bottom: 30px;
}
.tit001 div{
    display: block;
    width: 100%;
    height: 132px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
}
.tit001 a{
    position: absolute;
    right: 0;
    bottom: 43px;
    font-size: 16px;
    line-height: 1;
    color: #111111;
}
.contain01 .content .ll{
    width:50%;
}
.list1w a{
    display: block;
    position: relative;
}
.list1w a .pic{
    height: 428px;
}
.list1w a h5{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    padding-left: 23px;
    padding-right: 170px;
    z-index: 3;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img02.png") no-repeat bottom center;
background-size: 100%;
}
.list1w .slick-dots{
    font-size: 0;
    width: auto;
    right: 28px;
    bottom: 22px;
}
.list1w .slick-dots button{
    display: none;
}
.list1w .slick-dots li{
    width: 15px;
    height: 5px;
    background: #a5a6a4;
    border-radius: 10px;
    margin: 0 4px;
}
.list1w .slick-dots li.slick-active{
    width: 40px;
    background: #fff;
}
.list1w{
    margin-bottom: 20px;
}
.contain01 .list01 li{
    float: left;
    width: 200px;
    height: 113px;
    margin-left: 25px;
}
.contain01 .list01 li:first-child{
    margin-left: 0;
}
.contain01 .list01 li a{
    display: block;
}
.contain01 .list01 li a .pic{
    height: 113px;
}
.contain01 .content .rr{
    width: 48.08%;
}
.contain01 .content .c1-block{
    position: relative;
    padding: 70px 45px 34px 50px;
    background: url("../images/s1-img03.jpg") no-repeat 50%;
    height: 214px;

}
.contain01 .content .c1-block p{
    font-size: 16px;
    line-height: 35px;
    color: #111111;
    -webkit-line-clamp: 4;
   /* height: 140px;*/
}
.contain01 .content .list02 li{
    position: relative;
    background: #fbf5f9;
    line-height: 52px;
    margin-top: 19px;
}
.contain01 .content .list02 li a{
    font-size: 18px;

    color: #111111;
    padding-left: 36px;
    padding-right: 125px;
}
.contain01 .content .list02 li span{
    position: absolute;
    right: 28px;
    top: 0;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.6);
}
.contain01 .content .list02{
    margin-top: 24px;
}
.contain01 .content .list02 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    background: url("../images/s1-img04.png") no-repeat 50%;
}
.contain01 .content .list02 li:hover{
    background: #c00000;
}
.contain01 .content .list02 li:hover a{
    color: #fff;
    font-weight: 600;
}
.contain01 .content .list02 li:hover span{
    color: rgba(255, 255, 255, 0.6);
}
.contain01 .content .list02 li:hover:before{
    background-image: url("../images/s1-img05.png");
}
.contain01{
    margin-bottom: 30px;
}
.contain02 .ll{
    width: 46.92%;
}
.contain02 .c2_block a{
    display: block;
    overflow: hidden;
    font-size: 0;
}
.contain02 .c2_block .pic{
    width: 294px;
    height: 184px;
    display: inline-block;
    vertical-align: middle;
}
.contain02 .c2_block .txt{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 294px);
    background: #fbf5f9;
    padding: 30px 23px;
}
.contain02 .c2_block .txt h2{
    font-size: 18px;
    color: #111111;
    line-height: 20px;
    margin-bottom: 16px;
}
.contain02 .c2_block .txt i{
    display: block;
    width: 35px;
    height: 2px;
    background: #c00000;
    margin-bottom: 38px;
}
.contain02 .c2_block .txt p{
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.6);
    height: 48px;
}
.contain02 .list03 li{
    position: relative;
    border-bottom: 1px dashed #dddddd;
}
.contain02 .list03 li a{
    font-size: 18px;
    color: #111;
    line-height: 58px;
    padding: 0 50px;
    position: relative;
    z-index: 3;
}
.contain02 .list03 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -1px;
    bottom: -1px;
    background: #fbf5f9;
    opacity: 0;
    visibility: hidden;
}
.contain02 .list03 li:before{
    position: absolute;
    content: '';
    left: 12px;
    top: 0;
    bottom: 0;
    background: url("../images/s2-img01.png") no-repeat 50%;
    width: 17px;
    z-index: 3;
}
.contain02 .list03 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.contain02 .list03 li:hover a{
    color: #c00000;
    font-weight: 600;
}
.contain02 .list03{
    margin-top: 17px;
}
.contain02 .rr{
    width: 48.08%;
}
.contain02 .rr .c2_block .txt h2{
    line-height: 24px;
    height: 48px;
    margin-bottom: 12px;
}
.contain02 .rr .c2_block .txt i{
    margin-bottom: 20px;
}
.contain02 .rr .c2_block .txt{
    padding: 27px 23px;
}
.contain02{
    margin-bottom: 48px;
}

.contain03 .content .ll{
    width:46.92%;
}
.list2w a{
    display: block;
    position: relative;
}
.list2w a .pic{
    height: 404px;
}
.list2w a h3{
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    padding: 0 10px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
    z-index: 3;
}
.list2w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s3-img02.png") no-repeat bottom;
background-size: 100%;
}
.list2w .slick-dots{
    font-size: 0;
    bottom: 10px;
}
.list2w .slick-dots button{
    display: none;
}
.list2w .slick-dots li{
    width: 15px;
    height: 5px;
    background: #a5a6a4;
    border-radius: 10px;
    margin: 0 4px;
}
.list2w .slick-dots li.slick-active{
    width: 40px;
    background: #fff;
}

.contain03 .content .rr{
    width: 50%;
}
.contain03 .content .c3_block a{
    display: block;
    padding-bottom: 30px;
}
.contain03 .content .c3_block h2{
    font-size: 20px;
    color: #111;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 25px;
}
.contain03 .content .c3_block p{
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.6);
    -webkit-line-clamp: 3;
    height: 72px;
}
.contain03 .content .c3_block{
    border-bottom: 1px dashed #dddddd;
    margin-bottom: 14px;
}
.list04 ul li a{
    font-size: 18px;
    color: #111;
    line-height: 48px;
    padding-left: 25px;
    position: relative;
}
.list04 ul li a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 18px;
    background: url("../images/s3-img03.png") no-repeat 50%;
}
.list04 ul li:hover a{
    color: #c00000;
    font-weight: 600;
}
.contain03{
    margin-bottom: 45px;
}
.list05 li{
    float: left;
    width: 31.15%;
    padding: 35px 46px 30px 36px;
    background: #fbf5f9;
    margin-bottom: 35px;
}
.list05 li:nth-child(3n+2){
    margin-left: 3.275%;
    margin-right: 3.275%;
}
.list05 li a{
    display: block;
}
.list05 li a h3{
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    height: 60px;
    color: #111111;
    margin-bottom: 18px;
}
.list05 li a i{
    display: block;
    width: 87px;
    height: 1px;
    background: #c00000;
    margin-bottom: 25px;
}
.list05 li a p{
    font-size: 14px;
    line-height: 24px;
    color: rgba(17, 17, 17, 0.6);
    -webkit-line-clamp: 3;
    height: 72px;
}
.list05 li:hover{
    background: url("../images/s4-img01.jpg") no-repeat 50%;
}
.list05 li:hover a h3{
    color: #fff;
}
.list05 li:hover a p{
    color: rgba(255, 255, 255, 0.6);
}
.list05 li:hover a i{
    background: #fff;
}

.container{
    padding-top: 40px;
    padding-bottom: 23px;
}
@media screen and (max-width: 1024px){
    .head{
        margin-top: 75px;
    }
    .container{
    padding-top: 30px;
    padding-bottom: 20px;
}
.contain01 .content .list02 li a{
    font-size:16px;
    padding-left: 26px;
    padding-right: 120px;
}
.contain01 .content .list02 li span{
    right:15px;
}
.contain02 .list03 li a,
.list04 ul li a{
     font-size:16px;
}
.contain03 .content .c3_block h2{
    font-size:18px
}
.list05 li a h3{
    font-size:16px;
}
.list05 li{
    padding:20px 15px; 
    margin-bottom:20px
}
.contain01,
.contain03,
.contain02{
    margin-bottom:20px;
}
}
@media screen and (max-width: 900px){
    .tit001 div{
        height:100px
    }

    .tit001 a{
        font-size:12px;
bottom:25px;
    }
    .contain01 .content .ll,
    .contain02 .ll,
    .contain03 .content .ll{
        float:none;
        width:auto;
        margin-bottom:20px;
    }
    .list1w a .pic{
        height:auto;
        padding-top:60%
    }
    .contain01 .content .rr,
    .contain02 .rr,
    .contain03 .content .rr{
        width:auto;
        float:none;
    }
    .list01 li{
        height:auto !important;
    }
    .list01 li .pic{
        height:auto !important;
        padding-top:60%;
    }
    .list2w a .pic{
        height:auto;
        padding-top:69%;
    }
}

@media screen and (max-width: 768px){
    .list1w a h5{
        font-size:16px;
        bottom:15px;
        padding-right: 120px;
        padding-left: 10px;
    }
    .list1w .slick-dots li.slick-active{
        width:30px;
    }
    .list2w a h3{
        font-size:16px;
    }
    .contain03 .content .c3_block h2{
        font-size:16px;
        margin-bottom:12px;
    }
    .contain03 .content .c3_block a{
        padding-bottom:15px;
    }
}

@media screen and (max-width: 640px){
.contain02 .c2_block .pic{
    width:100%;
    height:auto;
    padding-top:62.58%;
}
.contain02 .c2_block .txt{
    width:100%;
    padding:15px;
}
.list05 li{
    width:48%;
}
.list05 li:nth-child(3n+2){
    margin-left:0;
    margin-right:0
}
.list05 li:nth-child(2n){
    margin-left:4%
}
.contain02 .list03 li a{
    padding-right:0
}
.contain02 .c2_block .txt i{
    margin-bottom:15px
}
.tit001 div{
    height:55px;
}
.contain01 .content .list02 li a{
    padding-right:95px
}
.tit001{
    margin-bottom:15px
}
.container{
    padding-top:15px;
}
.list1w .slick-dots{
    right:0;
}
.list1w a h5{
    padding-right:85px;
}
}
@media screen and (max-width: 480px){
    .list05 li{
        float:none;
    width:100%;
}
.list05 li:nth-child(2n){
    margin-left:0
}
.list2w a h3{
    bottom:25px;
}
.list2w .slick-dots{
    bottom:10px;
}
.contain01 .content .list02 li a{
    font-size:14px;
}
.contain01 .content .list02 li span{
    font-size:12px;
    right:5px
}
.contain01 .content .list02 li{
    line-height:42px;
    margin-top:15px
}
.contain02 .c2_block .txt h2,
.contain03 .content .c3_block h2{
    font-size:16px;
}
.contain02 .list03 li a, .list04 ul li a{
    font-size:14px;
     line-height:44px;
     padding-left:35px
}
.contain02 .c2_block .txt p,
.contain03 .content .c3_block p{
    font-size:12px;
}
.list05 li a i{
    margin-bottom:15px
}
.list05 li a h3{
    font-size:15px;
    line-height:25px;
    height:50px;
}
.list05 li a p{
    font-size:13px;
}
}