@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');

* {
    padding:0;
    margin:0;
    list-style:none;
    text-decoration:none;
}
.clearfix {
    display:block;
    clear:both;
}
.background {
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
#main {
    width:100%;
    overflow:hidden;
}

.sec {
    width:100%;
    position:relative;
}
.sec .inner {
    width:1240px;
    padding:0 20px;
    margin:0 auto;
    position:relative;
}

@keyframes ani01 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1);
    }
}
.main_visual {
    animation-name:ani01;
    animation-delay:1s;
    animation-duration:0.6s;
}
#main .visual {
    width:100%;
    height:100vh;
}
#main .visual .bg {
    width:90%;
    height:100vh;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
#main .visual .bg01{
    background-image:url(../img/main_visual_01.jpg);
}
#main .visual .bg02{
    background-image:url(../img/main_visual_02.jpg);
}
#main .visual .slick-dots {
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    left:10%;
}
#main .visual .slick-dots li {
    width:100%;
    height:100%;
    margin-bottom:5px;
}
#main .visual .slick-dots li {
    width:20px;
    height:20px;
    position:relative;
}

#main .visual .slick-dots li.slick-active button {
    background: transparent;
    width:15px;
    height:15px;
    opacity: 1;
    box-sizing: border-box;
    border:2px solid #fff;
    background-color:#ccc;
    margin-left:-1px;
}
#main .visual .slick-dots li button {
    width:10px;
    height:10px;
    background: #fff;
    opacity: 0.5;
    font-size: 0;
    cursor: pointer;
    border: 0;
    border-radius: 100%;
    padding: 0;
    margin:0 2px;
}
#main .visual .text_box {
    position:absolute;
    right:10%;
    bottom:20%;
}

#main .visual .top_box p {
    font-size:4em;
    font-weight:300;
    color:#fff;
}
#main .visual .top_box h2 {
    font-size:4em;
    font-weight:bold;
    color:#fff;
    padding-left:100px;
}
#main .visual .bottom_box {
    padding-left:100px;
    padding-top:40px;
}

#main .visual .bottom_box p {
    font-size:1.1em;
    font-weight:300;
    color:#f6f6f6;
}

#main .mainBtn {
    display: block;
    padding-top:30px;
}
#main .mainBtn p {
    display:inline-block;
    font-size:1.3em;
    font-weight:bold;
}
#main .mainBtn span{
    display:inline-block;
    padding-left:20px;
}
#main .mainBtn:hover p {
    color:#ed1b23;
}
#main .mainBtn:hover i {
    transform:translateX(-10px);
    color:#ed1b23;
    transition-duration:0.3s;
}

/* s:sec1 */
.slick-arrow{
    cursor: pointer;
}
.slick-list,
.slick-track{
    width:100%;height: 100%;
}
.slick-slide{
    position: relative;
}
.sec{
    width:100%;
    position: relative;
    overflow: hidden;
}

.sec1{
    height: 100vh;
    display: flex;align-items: center;
    justify-content: center;
    font-size: 4.5rem;
    color:#ddd;
    background-color: #666;
    font-weight: 900;
}

.sec2{
    padding:10em 0;
}
.sec2-inner{
    width:1240px;height:590px;
    margin:0 auto;
    position: relative;
}
.sec2-contents{
    width:100%;height: 100%;
    position: absolute;top:0;left:0;
    display: flex;align-items: center;justify-content: space-between;
    opacity: 0;
}
.sec2-inner .active{
    opacity: 1;
    z-index: 99;
}
.sec2-lt{
    width:40%;
    height: 100%;
}
.sec2-lt h3{
    font-size: 2rem;
    color: #D2691E	;
    padding-top: 20px;
}
.sec2-lt dl{
    padding:8% 0 0 5%;
}
.sec2-lt dt{
    font-size: 1.7rem;
    font-weight: 600;
    position: relative;
}
.sec2-lt dt::after{
    content:"";
    width:35px;
    height: 3px;
    background-color: #333;
    position: absolute;
    left: 0;top:-2px;
}
.sec2-lt dd{
    font-size: 16px;
    color:#666;
    line-height: 1.4;
    margin-top:1rem;
    word-break: keep-all;
    width:95%;
}
.sec2-lt dd br{
    display: none;
}
.sec2-controll{
    display: flex;align-items: center;
    padding-left:5%;
    margin-top:20px;
}
.sec2-controll .arrow{
    width:35px;height: 35px;
    display: flex;align-items: center;justify-content: center;
    font-size: 16px;
    color:#D2691E;
    border:1px solid #D2691E;
    cursor: pointer;
}
.sec2-controll .arrow:nth-of-type(2){
    margin-left: 5px;
}
.sec2-tab{
    width:90%;height: 250px;
    position: absolute;
    left:1px;bottom: -5%;
    display: flex;align-items: center;justify-content: space-between;
}
.tab{
    width:23%;height: 100%;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    display: flex;align-items: center;justify-content: center;
    position: relative;
    z-index: 9999;
}
.tab p{
    font-size: 1.44rem;
    color:#fff;
    font-weight: 600;
    z-index: 999;
}
.tab .bg{
    width:100%;height: 100%;
    position: absolute;
    top:0;left:0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.on .bg{
    opacity: 1;
    transition: .5s ease;
}
.bg::after{
    width:0;
    content:"";
    height: 5px;
    position: absolute;bottom: 0;
    left:0;
    background-color: #D2691E;
}
.on .bg::after{
    width:100%;
    transition: .5s ease;
}
.bg a{
    display: inline-flex;
    position: absolute;left:50%;bottom: 15%;
    transform: translateX(-50%);
    background-color: #D2691E;
    font-size: 1.2rem;
    color:#fff;
    align-items: center;
    justify-content: space-between;
    width:90%;
    padding:5%;
    opacity: 0;
}
.tab:hover .bg a{
    opacity: 1;
}

.bg a span{
    transform: translateX(200%);
    opacity: 0;
}
.bg a i{
    transform: translateX(-200%);
    opacity: 0;
}
.on .bg a span,
.on .bg a i{
    transform: translateX(0);
    opacity: 1;
    transition: .5s ease;
}

.sec2-rt{
    width:60%;
    height: 100%;
    position: relative;
}
.tab-slick{
    width:100%;height: 100%;
}
.tab-slick .slick-slide{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tab-dots{
    position: absolute;
    right: 5%;top:5%;
}
.tab-dot{
    display: flex;
}
.tab-dot button{
    font-size: 0;
    width:11px;height: 11px;
    border-radius: 100%;
    border:none;
    margin-left:10px;
}
.tab-dot .slick-active button{
    background-color: #666;
    transition: .5s ease;
}
.sec3{
    padding:10em 0;
    background-image: url("../img/bg_d.jpg");
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec3::after{
    content: "";
    width:100%;height: 100%;
    position: absolute;top:0;left:0;
    background-color: rgba(0, 0, 0, 0.3);
}
.sec3-inner{
    width:1240px;margin:0 auto;
    display: flex;align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    align-content: center;
}
.sec3-inner dl{
    text-align: center;
    width:100%;
    color:#fff;
    z-index: 9999;
}
.sec3-inner dt{
    font-size: 1.44rem;
    font-weight: 500;
    color: #D2691E;
}
.sec3-inner dd{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.6;
    margin-top:1rem;
}
.sec3-inner dd span{
    position: relative;
}
.sec3-inner dd span::after{
    width:100%;height: 10px;
    background-color: #d2691ea9;
    content:"";
    filter: blur(1px);
    position: absolute;bottom: 2px;left:0;
    z-index: -1;
}
.sec3-inner a{
    padding:14px 30px;
    display: inline-block;
    border-radius: 35px;
    /* background-color: #000; */
    color:#fff;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    margin-top:40px;
    z-index: 99;
    font-weight: 500;
    border:2px solid #fff;
}
.sec3-inner a i{
    margin-left:20px;
    color: #ffffff;
}

.sec4{
    padding: 6em 0;
}
.sec4-inner{
    width:1240px;
    margin:0 auto;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    justify-content: center;
}
.sec4-title{
    width:100%;
}

.sec4-title dt{
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
}
.sec4-title dd{
    font-size: 1.1rem;
    color:#666;
    font-weight: 500;
    margin-top:.5rem
}

.sec4-contents{
    width:100%;
    display: flex;justify-content: space-between;
    margin-top:50px;
}
.sec4-con{
    width:31%;
    border:1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;;
    height: 430px;
    overflow: hidden;
    position: relative;
}
.sec4-contents li:nth-of-type(2){
    /* margin-top:70px; */
}

.sec4-img{
    width:100%;height: 70%;
    background-color: #ddd;
    background-image: url("../img/size380.jpg");
    background-size: cover;
    background-position: center;
}
.sec4-info{
    width:100%;height: 30%;
    position: absolute;
    bottom:0;left:0;
    background-color: #fff;
}
.sec4-info dl{
    width:90%;
    margin:0 auto;
    padding-top:5%;
}
.sec4-info dl dt{
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    max-height: 2.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: keep-all
}
.sec4-info dd{
    font-size: 1rem;
    color:#666;
    margin-top:.5rem
}
.sec4-info dl dd:nth-of-type(2){
    display: none;
    line-height: 1.4;
    max-height: 4.2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: keep-all;
}

.sec4-con:hover .sec4-info{
    height: 45%;
    transition: .5s ease;
}
.sec4-con:hover .sec4-info dd{
    display: -webkit-box;
}
.sec5{
    padding:10em 0;
    padding-top: 80px;
}
.sec5::after{
    content:"";
    width:100%;height: 50%;
    position: absolute;bottom: 0;
    left:0;
    background-color: #fbfbfb;
    z-index: -1;
}
.sec5-inner{
    width:100%;
    display: flex;flex-flow: row wrap;
    align-content: center;
    margin: 0 auto;
    justify-content: center;
}
.sec5-title{
    width:1440px;
    display: flex;align-items: center;justify-content: space-between;
    position: relative;
    padding-left: 20px;
}
.sec5-title dt{
    font-weight: 900;
    font-size: 3rem;
}
.sec5-title dd{
    font-size: 1.2rem;
    font-weight: 500;
    color:#666;
}
.sec5-controll{
    display: flex;align-items: center;
    position: absolute;
    bottom: 0;right: -22px;
}
.sec5-controll .slick-arrow{
    width:35px;height: 35px;
    font-size: 17px;
    border:1px solid #D2691E;
    color:#D2691E;
    display: flex;align-items: center;justify-content: center;
}
.sec5-controll .slick-arrow:nth-of-type(1){
    margin-right: 5px;
}
.sec5-controll .slick-arrow:hover{
    background-color: #D2691E;
    color:#fff;
    transition: .5s ease;
}
.sec5-contents{
    width:100%;height: 460px;
    margin-top:60px;
    z-index: 999;
}
.sec5-contents .slick-slide{
    background-color: #fff;
    margin:0 20px;
    position: relative;
    border:1px solid #e9e8e882;
}
.sec5-contents .slick-list{
    margin:0 -20px;
}
.sec5-contents .slick-list{
    overflow: visible;
}
.sec5-con{
    width:85%;height: 85%;
    position: absolute;top:50%;left:50%;
    transform: translate(-50%,-50%);
}
.date dt{
    font-size: 1rem;
    font-weight: 500;
}
.date dd{
    font-size: 2.2rem;
    color:#D2691E;
    font-weight: 600;
    line-height: 2rem;
    width:100%;
}
.sec5-img{
    width:100%;height: 60%;
    background-color: #ddd;
    margin:1rem 0;
}
.sec5-img img{
    width:100%;height: 100%;
}
.sec5-con p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    max-height: 3.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-btn{
    display: none;
}

@media screen and (max-width:1420px) {
    .sec5-title dt{
        font-size: 45px;
    }
    .sec5-title.sec5-title{
        width:95%;
        padding-left: 0;
    }
    .sec5-controll{
        right: 0;
    }
    .controll_box{
        width:95%
    }
}

@media screen and (max-width:1240px) {
    .sec2-inner{
        width:90%;
    }
    .sec2-lt dd br{
        display: none;
    }
    .sec2-lt dd{
        word-break: keep-all;
    }
    .sec2-tab{
        width:95%;
        height: 220px;
    }
    .sec2-lt dl{
        padding-left:0;
    }
    .sec2-controll{
        padding-left: 0;
    }
    .tab{
        width:24%;
    }
    .sec3{
        padding:5em 0;
    }
    .sec3-inner{
        width:90%;
    }
    .sec3-inner dd{
        font-size: 23px;
    }
    .sec3-inner dt{
        font-size: 18px;
    }
    .sec3-inner a{
        font-size: 18px;
        border:1px solid #fff
    }
    .sec4-inner{
        width:95%
    }
    .sec4-con{
        width:32%;
    }
    .sec5{
        padding-top: 40px;
    }
    .sec5-inner{
        width:95%;
    }
    .sec5-contents{
        height: 400px;
    }
    .sec5-contents .slick-slide{
        margin:0 10px;
    }
    .sec5-contents .slick-list{
        margin: 0;
    }
}

@media screen and (max-width:900px) {
    .sec2-inner{
        height: 660px;
        width:95%;
    }
    .sec2-contents{
        height: 450px;
    }
    .sec2-tab{
        height: 190px;
        width:100%;
        bottom: 0;
    }
    .sec2-lt dd{
        width:95%;
    }
    .bg a{
        display: none;
    }
    .sec2-controll{
        margin-top:20px;
    }
    .mobile-btn{
        display: inline-block;
        background-color: #D2691E;
        font-size: 1.2rem;
        color:#fff;
        margin-top:20px;
        padding:8px 30px;
    }
    .mobile-btn i{
        margin-left:20px;
    }
    .sec3{
        padding:5em 0
    }
    .sec3-inner dd{
        font-size: 20px;
        
    }
    .sec5-title dt{
        font-size: 2.5rem;
    }
    .sec5-contents{
        height: 360px;
    }
    .sec5-con{
        width:90%;height: 90%;
    }
    .sec5-con p{
        font-size: 1.1rem;
    }
    .date dd{
        font-size: 1.7rem;
        line-height: 1;
    }
    .sec5-img{
        margin:0.5rem 0;
    }
    .sec5::after{
        height: 65%;
    }
    .sec4-info dl dd:nth-of-type(2){
        max-height: 2.8;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }
    .sec4-info dl{
        padding-top:10%;
    }
    .sec4-con{
        height: 400px;
    }
    .sec4-info{
        height: 45%;
    }

    .sec5-con{
        transform: translate(0);
        position: sticky;
        width:100%;height: auto;
        padding:30px 15px
    }
    .sec5-contents{
        height: auto;
    }
    .sec5-img{
        height: auto;
    }

}
@media screen and (max-width:600px) {
    .sec5-contents .slick-slide{
        margin:0px 15px;
    }
    .sec5-contents .slick-list{
        margin:0px;
    }
    .sec4-contents li:nth-of-type(1){
        margin-top:0;
    }
    .sec4-contents{
        flex-flow: row wrap;
        align-content: center;
    }
    .sec4-con{
        width:100%;
        margin-top:40px;
    }
    .sec4-info dl{
        padding-top:5%;
    }

    .sec2-contents{
        flex-flow: row wrap-reverse;
        align-content: flex-end;

    }
    .sec2-lt{
        width:100%;
        height: auto;
        margin-top:5%;
        position: relative;
    }
    .mobile-btn{
        position: absolute;
        bottom: 0;right: 0;
    }
    .sec2-lt h3{
        display: none;
    }
    .sec2-rt{
        width:100%;
        height: 45%;
    }
    .sec2-contents{
        height: 700px;
    }
    .sec2-inner{
        height: 700px;
    }
    .sec2-lt dl{
        padding-top:5%;
    }
    .sec2-lt dd{
        width:100%;
    }
    .sec2-tab{
        height: 100px;
        position: absolute;
        bottom: inherit;
        top: -15%;
    }
    .tab p{
        font-size: 1.1rem;
    }
    .sec2{
        padding-bottom: 5em;
        padding-top:15em
    }
    .sec2-lt dt{
        font-size: 1.5rem;
    }

    .sec4-title dt{
        font-size: 1.5rem;
    }
    .sec4-title dd{
        word-break: keep-all;
        font-size: 15px;
        font-weight: normal;
    }
    .sec4-inner{
        width:90%
    }
    .sec5-title dt{
        font-size: 2rem;
    }
    .sec5-title{
        display: block;
    }
    .sec5-controll{
        margin-top:10px;
        position: inherit;
    }
    .sec5-controll .slick-arrow{
        width:40px;height: 40px;
        font-size: 1.44rem;

    }
    .sec5-contents{
        margin-top: 27px;
        height: auto;
    }
    .sec5-img{
        margin:1rem 0;
    }
    .date dd{
        font-size: 2.2rem;
    }

    .sec3-inner dt{
        font-size: 1rem;
        word-break: keep-all;
    }
    .sec3-inner dd br{
        display: none;
    }
    .sec3-inner dd{
        word-break: keep-all;
        font-size: 1.1rem;
    }
    .sec3-inner a{
        font-size: 1.1rem;
    }
}
