.banner {
    border-bottom: 2px solid #D7AD5A;
}
.banner img{
    width: 100%;
}
.banner .slider {
    position: relative;
}

.banner .slick-dots {
    padding: 0;
    margin: 0;
    list-style-type: none;
    position: static;
    margin-top: 10px;
    text-align: center;
}

.banner .slick-dots li {
    display: inline-block;
}

.banner .slick-dots li button {
    white-space: nowrap;
    text-indent: 101%;
    overflow: hidden;
    padding: 0;
    border: 0;
    background: url('../../images/common/index/banner_dot.png') no-repeat;
    width: 30px;
    height: 30px;
}

.banner .slick-dots li.slick-active button {
    background-position: 100% 0;
}

/*-----------------------------------------*/

.site-main{
    padding: 80px 0 100px;
}

/*-----------------------------------------*/

.ad-sect .col {
    float: left;
    width: 50%;
}

.ad-sect .col a {
    position: relative;
    overflow: hidden;
    display: block;
}

.ad-sect .col a:before {
    content: "";
    background: url('../../images/common/index/bg01.png');
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    opacity: 1;
    transition: all .2s;
}

.ad-sect .col a:hover:before{
    opacity: .4;
}

.ad-sect .col a>img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s 0.3s ease;
    -moz-transition: all .5s 0.3s ease;
    -ms-transition: all .5s 0.3s ease;
    -o-transition: all .5s 0.3s ease;
    transition: all .5s 0.3s ease;
    margin: 0;
}

.ad-sect a:hover>img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.ad-sect a .logo {
    position: absolute;
    bottom: 140px;
    z-index: 10;
    left: 12%;
}

.ad-sect a .logo02 {
    left: 9%;
}

.ad-sect a .logo i {
    width: 39px;
    height: 13px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -30px;
    background: url('../../images/common/index/arrow.png');
    transition: all 0.2s ease-out;
    opacity: 0;
}

.ad-sect a:hover .logo i {
    left: 30px;
    opacity: 1;
}
/*
.ad-sect .col:nth-child(3){
    display: none;
}*/

.ad-sect .about-main{
    display: block;
    float: none;
    clear: both;
}

.about-main .about-sect .txt-box{
    padding: 80px 15px;
    display: block;
    float: none;
    width: auto;
    text-align: center;
}

.about-main .about-sect .txt-box:after{
    right: 3%;
    left: auto;
}

/*------------------------------------*/

.about-sect a{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.about-sect .row {
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    width: 100%;
}

.about-sect .col {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    position: relative;
    background: url('../../images/common/index/about-pic02.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.about-sect .txt-box {
    background: none;
    padding: 80px 0 110px 75px;
    position: relative;
}

.about-sect .txt-box:hover{
    background: url('../../images/common/index/about-pic03.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
}

.about-sect .txt-box:before{
    content: "";
    border: 2px solid #221E1F;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    display: block;
    position: absolute;
    opacity: 0;
    transition: all .2s;
}

.about-sect .txt-box:hover:before{
    opacity: 1;
}

.about-sect .txt-box:after{
    content: "";
    display: block;
    width: 104px;
    height: 12px;
    opacity: 0;
    position: absolute;
    left: 80%;
    bottom: 30px;
    transition: all .3s .2s ease-in-out;
    background: url('../../images/common/index/about_more.png');
}

.about-sect .txt-box:hover:after{
    opacity: 1;
}

.about-sect .title {
    font-size: 26px;
    font-weight: bold;
    color: #221E1F;
    line-height: 1.1;
    letter-spacing: 4px;
    margin: 0 0 35px;
    position: relative;
}

.about-sect .title span {
    display: block;
    color: #F0513F;
    font-size: 45px;
    font-weight: 500;
    font-family: 'Maven Pro', sans-serif;
    letter-spacing: 0px;
    position: relative;
}

.about-sect .title span:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 23px;
    right: 100%;
    top: 15px;
    margin: 0 15px 0 0;
    /*background: url('../../images/common/index/arrow02.png');*/
    z-index: 20;
}

.about-sect .txt .editor {
    letter-spacing: 2px;
}


/*------------------------------------*/

@media screen and (max-width: 1600px) {
    .about-sect .txt-box:before{
        top: 10px;
        left: 10px;
        bottom: 10px;
        right: 10px;
    }
}

@media screen and (max-width: 1440px) {
    .about-sect .txt-box{
        padding: 40px 35px 40px 50px;
    }
}

@media screen and (max-width: 1280px) {
    .ad-sect a .logo,
    .ad-sect a .logo02 {
        bottom: 50px;
        left: 6%;
    }
}

@media screen and (max-width: 1025px) {
    .site-main{
        padding: 40px 0;
    }
    .about-sect .col,
    .about-sect .row{
        display: block;
        width: 100%;
        min-height: 350px;
        text-align: center;
    }
    .about-sect .title span{
        font-size: 30px;
    }
    .about-sect .title span:before{
        right: 50%;
        margin: 0 150px 0 0;
        top: 6px;
    }
    .about-sect .txt-box{
        padding: 40px 25px;
    }
}

@media screen and (max-width: 900px) {
    .ad-sect .col {
        float: none;
        width: auto;
    }
    .ad-sect .col a > img{
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .site-main{
        padding: 15px 0;
    }
    .ad-sect a .logo01,
    .ad-sect a .logo02 {
        left: 50%;
        bottom: 50%;
        margin: 0 0 -48px -88px;
        text-align: center;
    }
    .ad-sect a .logo01 img {
        width: 60%;
    }
    .ad-sect a .logo02 img {
        width: 70%;
    }
    .ad-sect a .logo02 {
        margin: 0 0 -37px -152px;
    }
    .about-sect .col{
        min-height: 200px;
    }
    .about-sect .title span{
        font-size: 25px;
    }
    .about-sect .title span:before{
        position: static;
        margin: 10px auto;
        transform: rotate(270deg);
    }
    .about-main .about-sect .txt-box{
        padding: 40px 20px;
    }
}