
/*------------ banner ------------*/

.banner {
    border: 0;
}

.banner .container {
    max-width: 1470px;
}

.banner-arrow {
    position: absolute;
    bottom: 15px;
    right: 20px;
}

.slick-arrow {
    width: 50px;
    height: 50px;
    border: 0;
    color: #EFEFEF;
    font-size: 40px;
    text-align: center;
    line-height: 40px;
    background: url('../images/bg/bg17.png');
    margin: 0 0 0 1px;
    cursor: pointer;
    transition: all .2s;
}

.slick-arrow:hover {
    transition: all .2s;
    background: url('../images/bg/bg18.png');
}


/*------------ more ------------*/

.more {
    transition: all .2s ease-in-out;
    background: url(../images/bg/bg04.jpg);
    color: #fff;
    line-height: 22px;
    width: 72px;
    border-radius: 22px;
    text-align: center;
    font-size: 13px;
    font-family: 'Cabin Condensed', sans-serif;
    display: inline-block;
    vertical-align: middle;
}

.more:hover {
    background: url(../images/bg/bg09.png);
    transition: all .2s ease-in-out;
}


/*------------ sect1 ------------*/

.sect1 {
    position: relative;
    z-index: 2;
}

.sect1 .container {
    max-width: 1920px;
    padding: 0;
}


/*------------ service ------------*/

.service-pic {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: 100% 50% / cover no-repeat;
    width: 34%;
    box-shadow: 6px 0px 12px rgba(0, 0, 0, 0.15);
}

.service-sect {
    margin-left: 34%;
    padding: 40px 0 45px 55px;
    max-width: 1080px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.service-sect .title {
    font-size: 23px;
    color: #201F1D;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 20px 15px;
}

.service-sect .title i {
    width: 27px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/ic_text.png');
    margin: 0 15px 13px 0;
}

.service-sect .title span {
    color: #494742;
    font-size: 21px;
    padding: 0 0 0 15px;
    border-left: 4px double rgba(204, 196, 190, .6);
}

.service-sect .title .more {
    font-weight: normal;
    margin: 0 15px 5px;
}

.service-list {
    margin: 0 -24px;
}

.service-list li {
    width: 25%;
    padding: 0 24px;
}

.service-list .pic {
    max-width: 200px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    position: relative;
    z-index: 0;
    box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
}

.service-list a .pic:before,
.service-list a .pic i {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.service-list a .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
}

.service-list a .pic i {
    font-size: 18px;
    color: #A491AE;
    background: #fff;
    border-radius: 50%;
    padding: 3px 5px;
    top: 0%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.service-list a .pic i:after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px;
}

.service-list a:hover .pic:before,
.service-list a:hover .pic i {
    opacity: 1;
    transition: all .2s;
}

.service-list a:hover .pic i {
    top: 50%;
}

.service-list .name {
    background: #9F71BB;
    color: #fff;
    max-width: 158px;
    margin: 20px auto 0;
    padding: 1px 0;
    text-align: center;
    border-radius: 32px;
}


/*------------ sect2 ------------*/

.sect2 {
    background: url('../images/index/bg.jpg') no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 -80px;
    overflow: hidden;
}

.sect2 .container {
    max-width: 1920px;
    padding: 0;
}

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

.sect2 .col1 {
    width: 53.5%;
}

.sect2 .col {
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding: 70px 25px 140px;
    z-index: 100;
    z-index: 1;
}

.sect2 .title {
    line-height: 1.2;
    color: #1F1F1D;
    font-size: 23px;
    border-bottom: 3px double #AA866D;
    font-weight: bold;
    margin: 0 0 15px;
}

.sect2 .title i {
    font-size: 35px;
    color: #855C41;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 15px 0;
}

.sect2 .title .more {
    float: right;
    font-weight: normal;
    margin: 15px 0 0;
}


/*------------ about ------------*/

.about-sect {
    max-width: 680px;
    float: right;
    position: relative;
    z-index: 10;
}

.about-sect .editor {
    padding: 35px 35px 42px;
    border-radius: 5px;
    background: rgba(255, 255, 255, .7);
}

.about-deco-pic {
    position: absolute;
    z-index: 0;
    left: 0;
    top: -26%;
    width: 401px;
}


/*------------ news ------------*/

.news-sect {
    max-width: 515px;
    min-height: 290px;
    position: relative;
    z-index: 1;
}

.news-sect .title {
    border: 0;
    margin: 0;
}

.news-deco-pic {
    position: absolute;
    z-index: 0;
    right: 0;
    top: -66%;
    max-width: 377px;
}

.news-list {
    margin: 0 -10px;
}

.news-list .item:nth-child(2n+1) {
    clear: left;
}

.news-list .item {
    width: 50%;
    padding: 0 10px;
}

.news-list .box {
    background: rgba(255, 255, 255, 0.8);
    max-width: 240px;
    margin: 0 auto;
    padding: 34px 20px 0;
}

.news-list .date {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #946748;
    font-size: 13px;
    line-height: 37px;
    font-weight: bold;
    padding: 0 30px;
}

.news-list .date span {
    display: inline-block;
    vertical-align: top;
    background: url('../images/bg/bg04.jpg');
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    margin-left: 8px;
    color: #fff;
}

.news-list li .pic {
    position: relative;
    box-sizing: border-box;
    max-width: 200px;
    max-height: 150px;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 auto 15px;
}

.news-list a .pic:before,
.news-list a .pic i {
    content: "";
    position: absolute;
    display: block;
    transition: all .2s;
    opacity: 0;
}

.news-list a .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    border-radius: 15px;
}

.news-list a .pic i {
    font-size: 18px;
    color: #855C41;
    background: #F7EDDE;
    border-radius: 50%;
    padding: 3px 5px;
    top: 0%;
    left: 50%;
    margin: -12px 0 0 -12px;
}

.news-list a .pic i:after {
    content: "";
    width: 38px;
    height: 38px;
    display: block;
    position: absolute;
    border: 2px solid #F7EDDE;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin: -21px 0 0 -21px;
}

.news-list a:hover .pic:before,
.news-list a:hover .pic i {
    opacity: 1;
    transition: all .2s;
}

.news-list a:hover .pic i {
    top: 50%;
}

.news-list .name {
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 0 5px 14px;
}

.news-list .news-more {
    display: block;
    text-align: center;
    background: #9F71BB;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2em;
    line-height: 33px;
    margin: 0 -20px;
}

.news-list a:hover .news-more {
    background: #956849;
}

.sect3{
	background: #FCFAF2 url(../images/bg/footer_bg.png) repeat-x top;
    padding: 100px 0;
}

/*------------ banner ------------*/

@media screen and (max-width: 1650px) {
    .service-sect {
        padding: 40px 15px 45px 55px;
    }
}

@media screen and (max-width: 1400px) {
    .service-pic {
        width: 25%;
    }
    .service-sect {
        padding: 40px 15px;
        margin-left: 25%;
    }
    .service-list {
        margin: 0 -10px;
    }
    .service-list li {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1300px) {
    .sect2 .row,
    .sect2 .col {
        display: block;
        width: auto;
    }
    .sect2 .col {
        padding: 30px 0;
    }
    .sect2 .col1 {
        z-index: 5;
    }
    .sect2 .col2 {
        padding: 30px 0 150px;
    }
    .about-sect {
        float: none;
        margin: 0 auto;
        max-width: 1030px;
        padding: 0 15px;
    }
    .about-sect .editor {
        background: rgba(255, 255, 255, .9);
    }
    .news-sect {
        margin: 0 auto;
        padding: 0 15px;
        max-width: 545px;
    }
}

@media screen and (max-width: 1100px) {
    .service-pic {
        display: none;
    }
    .service-sect {
        margin-left: 0%;
    }
    .service-sect .title {
        margin: 0 0 20px 0;
    }
    .about-deco-pic {
        width: 27%;
        top: 15%;
        left: -5%;
    }
    .news-deco-pic {
        width: 20%;
        top: auto;
        bottom: 15%;
    }
	.sect3{
		padding: 60px 0 40px;
	}
}

@media screen and (max-width: 767px) {
    .banner-arrow {
        bottom: 0;
        right: 5px;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
        font-size: 20px;
        line-height: 20px;
    }
    .service-sect .title span {
        display: block;
        margin-left: 40px;
    }
    .service-list li {
        width: 50%;
        padding: 0 10px 40px;
    }
    .about-sect .editor {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 480px) {
    .service-list,
    .news-list {
        margin: 0;
    }
    .service-list li,
    .news-list .item {
        width: 100%;
        padding: 0 0 40px;
    }
    .about-deco-pic {
        width: 50%;
    }
    .news-deco-pic {
        width: 50%;
    }
}
