@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
}

.banner img {
    display: block;
    width: 100%;

}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick-dots li button {
    font-size: 0px;
    color: #ffffff;
}

.banner .slick-dots {
    bottom: 0;
    right: 14%;
    text-align: right;
}

.banner .slick-dots li {
    width: 54px;
    height: 130px;
    margin: 0 20px;
    background: url(../images/banner-dots.png) no-repeat;
    background-position: center top;
    transition: transform 0.3s;
    transform: translateY(20px);
}

.banner .slick-dots .slick-active {
    background: url(../images/banner-dots-h.png) no-repeat;
    background-position: center top;
    transform: translateY(0px);
}

.banner-tx {
    position: absolute;
    left: 14%;
    bottom: 8%;
    z-index: 9;
}

.banner-tx p {
    font-size: 34px;
    color: #ffffff;
    font-weight: normal;
}
.banner .slick-slide a{
    position: relative;
}
.banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
}


.banner .slick-slide.slick-current a img {
    animation: img_scale linear 6s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1.05);
    }

}
/* index */

.s1 {
    padding-top: 120px;
    padding-bottom: 90px;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
}

.s1-banner {
    width: 640px;
    margin-right: 4%;
    float: left;
    padding-top: 100px;
    padding-bottom: 70px;
    padding-right: 50px;
    background: url(../images/s1-banner-bj.png) no-repeat;
    background-position: top right;
    background-size: 50% 100%;
}

.s1-banner ul li a {
    position: relative;
}

.s1-banner ul li a p {
    font-size: 20px;
    color: #ffffff;
    line-height: 60px;
    background: url(../images/s1-banner-tx.png) no-repeat;
    padding-left: 20px;
    padding-right: 60px;
    background-position: left center;
    background-size: 100% 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 63.3%;
}
.s1-banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-banner-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}
.s1-banner ul li a:hover img{
    transform: scale(1.1);
}
.s1-banner .slick-prev {
    width: 56px;
    height: 56px;
    background: url(../images/s1-l.png) #c4b179 no-repeat;
    background-position: center center;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(-100%, -100%);
}

.s1-banner .slick-next {
    width: 56px;
    height: 56px;
    background: url(../images/s1-r.png) #00a0e9 no-repeat;
    background-position: center center;
    top: 0;
    left: auto;
    right: 0;
    transform: translate(0, -100%);
}

.s1-r {
    overflow: hidden;
}

.s1-tit {
    position: relative;
    margin-bottom: 40px;
    padding-left: 60px;
}

.s1-tit h3 {
    font-size: 36px;
    color: #ffffff;
    line-height: 40px;
}

.s1-tit span {
    font-family: 'Times New Roman';
    font-size: 24px;
    font-style: italic;
    color: #aaaaaa;
    line-height: 40px;
}

.s1-more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: url(../images/s1-more.png) no-repeat;
    background-position: right center;
    background-size: 60%;
}

.s1-more a {
    font-size: 19px;
    line-height: 80px;
    color: #ffffff;
    padding-right: 50px;
    background: url(../images/s1-arrow.png) no-repeat;
    background-position: 55px center;
    transition: all 0.3s;
}

.s1-more a:hover {
    background-position: 60px center;
}

.s1-r ul li a h3 {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-r ul li a span {
    font-size: 20px;
    line-height: 55px;
    color: #c4b179;
    display: block;
    background: url(../images/s1-line.png) no-repeat;
    background-position: right center;
    transition: all 0.3s;
}

.s1-r ul li a span img {
    margin-right: 8px;
    vertical-align: -1px;
}

.s1-r ul li a {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 60px;
    background: url(../images/s1-tx-bj.png) no-repeat;
    background-position: left center;
    background-size: 0 100%;
    transition: background-size 0.3s;
}

.s1-r ul li a:hover {

    background-size: 100% 100%;
}

.s1-r ul li a:hover span {
    background: url(../images/s1-line-h.png) no-repeat;
    background-position: right center;
}

/* s2 */
.s2 {
    padding: 100px 0;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: 100% 100%;
}

.s2-date {
    position: relative;
}

.s2-date::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 20%;
    width: 60%;
    height: 1px;
    background-color: #165aa0;
    opacity: 0.2;
}

.s2-date b {
    font-size: 46px;
    color: #165aa0;
    font-family: serif;
}

.s2-date span {
    font-family: Arial;
    font-size: 16px;
    color: #165aa0;
}

.s2-date span::before {
    content: '/';
    margin: 0 3px;
}

.s2-tx h3 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin-top: 30px;
    margin-bottom: 20px;
}

.s2-tx p {
    font-size: 14px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}


.s2-list ul li a {
    padding: 35px 30px;
    background-color: #ffffff;
    box-shadow: 0px 3px 18px 2px rgba(17, 61, 114, 0.2);
    margin: 0 6%;
    transition: all 0.3s;
}

.list-box {
    font-size: 0;
}

.list-box>li {
    float: left;
    width: 33.3%;
    padding-bottom: 20px;
}

.list-box>li:nth-child(1) {
    padding-top: 220px;
}

.list-box>li:nth-child(2) {
    padding-top: 220px;
}

.list-box>li:nth-child(3) {
    padding-top: 220px;
}
.list-box>li a:hover{
    transform: translateY(-10px);
}
.s2>.px1400 {
    position: relative;
}

.s2-tit {

    position: absolute;
    top: 0;
    left: 9%;
    text-align: center;
    z-index: 2;
}

.s2-tit b {
    font-size: 36px;
    font-weight: normal;
    color: #165aa0;
    display: block;
}

.s2-tit span {
    font-family: Times;
    font-size: 24px;
    font-style: italic;
    color: #aaaaaa;
    display: block;
    margin: 15px 0;
}

.s2-tit a {
    width: 148px;
    background-color: #165aa0;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    margin: 0 auto;
    transition: all 0.3s;
}

.s2-tit a:hover {
    border-radius: 25px;
    letter-spacing: 1px;
}

.s2-l {
    width: 56px;
    height: 56px;
    background: url(../images/s2-l-blue.png) #fff no-repeat;
    background-position: center center;
    position: absolute;
    right: 66px;
    bottom: -48px;
    cursor: pointer;
}

.s2-l:hover {
    background: url(../images/s2-l-white.png) #165aa0 no-repeat;
    background-position: center center;
}

.s2-r {
    width: 56px;
    height: 56px;
    background: url(../images/s2-r-blue.png) #fff no-repeat;
    background-position: center center;
    position: absolute;
    right: 0;
    bottom: -47px;
    cursor: pointer;
}

.s2-r:hover {
    background: url(../images/s2-r-white.png) #165aa0 no-repeat;
    background-position: center center;
}


/* s3 */
.s3 {
    background: url(../images/31.jpg) no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.s3-top {
    background: url(../images/s3-l-bj.jpg) no-repeat;
    background-position: left top;
    background-size: 50% 100%;
}
.s3-link .slick-dots {
    width: auto;
    height: auto;
    position: absolute;
    top: 35%;
    right: -20px;
}
.s3-link .slick-dots li{
    width: 23px;
    height: 27px;
    background: url(../images/s3-dots.png) no-repeat;
    background-position: center center;
    display: block;
    margin: 12px 0;

}
.s3-link .slick-dots li.slick-active{
    width: 23px;
    height: 27px;
    background: url(../images/s3-dots-h.png) no-repeat;
    background-position: center center;
}
.s3-link {
    width: 50%;
    padding: 70px 0;
    padding-right: 6%;
    display: none;
}

.s3-link ul li a {
    float: left;
    width: 33.33%;
    padding: 40px 0;
    text-align: center;
    background-image: linear-gradient(#c4b179, #c4b179);
    background-repeat: no-repeat;
    background-size: 100% 0;
    transition: all 0.3s;
}

.s3-link ul li a .icon {
    width: 80px;
    height: 62px;
    position: relative;
    margin: 0 auto;
}

.s3-link ul li a .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s3-link ul li a p {
    font-size: 18px;
    color: #ffffff;
    margin-top: 20px;
}

.s3-link ul li a:hover {
    background-size: 100% 100%;
}

.s3-link ul li a:hover .icon {
    animation: jello 0.8s;
}

.s3-bot {
    background-image: linear-gradient(#f5f5f5, #f5f5f5);
    background-repeat: no-repeat;
    background-size: 76% 100%;
    position: relative;
    height: 412px;
}

.s3-list {
    width: 76%;

}

.s3-date b {
    font-weight: normal;
    font-size: 40px;
    font-family: serif;
    color: #165aa0;

}

.s3-date span {
    font-weight: 600;
    font-size: 18px;
    color: #165aa0;
    opacity: 0.5;
}

.s3-date span::before {
    content: '/';
    margin: 0 5px;
}


.s3-tx h3 {
    font-size: 20px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 30px 0;
    line-height: 25px;
    height: 50px;
}

.s3-tx p {
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    opacity: 0.7;
}

.s3-list ul li a {
    padding: 100px 25px 60px 25px;
}


.s3-more {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 76%;
    top: 0;
    width: 198px;
    height: 198px;
    background: url(../images/s3-tit.png) no-repeat;
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 78px;
    z-index: 999999;
}

.s3-more p {
    font-size: 26px;
    margin-bottom: 5px;
}

.s3-more span {
    font-size: 16px;
    transition: all 0.3s;
}

.s3-more:hover span {
    letter-spacing: 2px;
}


/* s4 */
.s4 {
    padding-top: 80px;
    padding-bottom: 100px;
    font-size: 0;
    background: url(../images/s4-bj.jpg) no-repeat;
    background-size: cover;
}

.s4-info .icon {
    width: 75px;
    height: 65px;
    margin: 0 auto;
}

.s4 a {
    background: url(../images/s4-pic1.jpg) no-repeat;
    background-size: cover;
    padding-top: 70%;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.s4 a:hover .icon{
    animation: jello 0.8s;
} 
.s4 a::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: url(../images/s4-jj.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    transition: all 0.3s;
}
.s4 a:hover::after{
    background-size: 102% 102%;
}
.s4-l {
    width: 60%;
    display: inline-block;
    vertical-align: bottom;
}

.s4-top>.pic {
    padding-top: 60%;
}

.s4-r{
    display: inline-block;
    width: 40%;
    vertical-align: bottom;
    padding-right: 5%;
}

.s4-info{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.s4-info p{
    font-size: 26px;
	color: #fffefe;
    margin-top: 30px;
}

.s4-bot ul li{
    width: 33.3%;
    display: inline-block;
}

.s4-bot{
    padding-left: 10%;
}




















@media screen and (max-width:1400px) {
    .banner-tx{
        left: 10px;
    }
    .banner-tx p{
        font-size: 26px;
    }
    .banner .slick-dots{
        right: 10px;
    }
    .banner .slick-dots li{
        height: 100px;
        background-size: 30px;
        margin: 0 10px;
    }
    .banner .slick-dots .slick-active{
        background-size: 40px;
    }
    .s2-date::after{
        bottom: -10px;
        width: 100%;
    }
    .s3-link ul li a{
        padding: 30px 0;

    }
    .s3-link ul li a p{
        font-size: 16px;
    }
}

@media screen and (max-width:1200px) {
    .s1-banner{
        margin-right: 2%;
        width: 620px;
    }
    .s1-r ul li a,.s1-tit{
        padding-left: 40px;
    }
}


@media screen and (max-width:1024px) {
    .banner-tx{
        display: none;
    }
    .s1-banner{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
        padding: 30px 10px;
        padding-right: 20px;
    }
    .s1,.s2{
        padding: 50px 0;
    }
    .s1-banner ul li a p{
        font-size: 18px;
        line-height: 50px;
        padding: 0 20px;
    }
    .s1-tit h3,.s2-tit b{
        font-size: 26px;
    }
    .s1-tit span,.s2-tit span{
        font-size: 20px;
    }
    .s1-tit{
        margin-bottom: 30px;
    }
    .s1-r ul li a, .s1-tit{
        padding-left: 25px;
    }
    .s2-tit a{
        width: 120px;
        line-height: 45px;
    }
    .s2-list ul li a{
        padding: 20px;
        margin: 0 4%;
    }
    .s2-date b{
        font-size: 30px;
    }
    .s2-tx h3{
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .s3-link{
        padding: 30px 5% 30px 0;
    }
    .s3-list ul li a{
        padding: 50px 15px;
    }
    .s3-link ul li a .icon img{
        width: 45px;
    }
    .s3-link ul li a p{
        margin-top: 10px;
    }
    .s3-date b{
        font-size: 30px;
    }
    .s3-tx h3{
        font-size: 18px;
        margin: 20px 0;
    }
    .s3-tx p{
        line-height: 26px;
    }
    .s3-more p{
        font-size: 22px;
    }
    .s4{
        padding: 50px 0;
    }
    .s4-info .icon img{
        width: 55px;
    }
    .s4-info p{
        margin-top: 10px;
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    .s4-info .icon img{
        width: 35px;
    }
    .s4-info .icon{
        height: 40px;
    }
    .s4-info p{
        margin-top: 0px;
        font-size: 16px;
    }
    .s4{
        padding: 30px 0;
    }
    .s2-tit a{
        width: 100px;
        font-size: 14px;
        line-height: 40px;
    }
    .banner .slick-dots li{
        height: 60px;
        background-size: 20px;
        margin: 0 5px;
        width: 30px;
    }
    .banner .slick-dots .slick-active{
        background-size: 30px;
    }

    .s1-banner .slick-arrow{
        width: 40px;
        height: 40px;
    }
    .s1-banner ul li a p{
        font-size: 16px;
        line-height: 40px;
        padding: 0 10px;
    }
    .s1,.s2{
        padding: 30px 0;
    }
    .s1-tit h3,.s2-tit b{
        font-size: 22px;
    }
    .s1-tit span,.s2-tit span{
        font-size: 18px;
    }
    .s1-tit{
        margin-bottom: 20px;
    }
    .s1-r ul li a h3{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .s1-r ul li a span{
        font-size: 16px;
        line-height: 35px;
    }
    .s1-r ul li a span img{
        width: 14px;
    }
    .s1-r ul li a:hover span{
        background-size: auto 35px;
    }
    .s1-more a{
        line-height: 50px;
        font-size: 16px;
        padding-right: 40px;
        background-position: 45px center;
    }
    .s1-more{
        background-size: auto 50px;
    }
    .list-box>li{
        float: none;
        width: auto;
        padding: 0px !important;
    }
    .s2-list ul li a{
        margin: 20px;
    }
    .list-box{
        padding-top: 120px;
    }
    .s2-tit{
        left: 30px;
    }

    .s2-l{
        top: 50px;
        right: 96px;
    }
    .s2-r{
        top: 50px;
        right: 30px;
    }
    .s3-link{
        width: 80%;
    }
    .s3-top{
        background-size: 80% 100%;
    }
    .s3-list{
        width: 100%;
    }
    .s3-bot{
        background-size: 100% 100%;
        height: auto;
    }
    .s3-more{
        width: 150px;
        height: 150px;
        padding-top: 60px;
        transform: translate(0, -50%);
        right: 0px;
        left: auto;
        top: 0;
    }
    .s3-more p{
        font-size: 18px;
        margin-bottom: 0;
    }
}

@media screen and (max-width:480px) {

    .s1,.s2,.s4{
        padding: 20px 0;
    }
    .s1-tit h3,.s2-tit b{
        font-size: 20px;
    }
    .s1-tit span,.s2-tit span{
        font-size: 16px;
    }
    .s2-r,.s2-l{
        width: 40px;
        height: 40px;
    }
    .s2-l{
        right: 80px;
    }
    .s3-top{
        background-size: 100% 100%;
    }
    .s3-link{
        width: 100%;
    }
    .s3-more{
        width: 100px;
        height: 100px;
        padding-top: 35px;
    }
    .s3-more p{
        font-size: 14px;
    }
    .s3-more span{
        font-size: 12px;
    }
    .s3-list ul li a{
        padding: 30px 10px;
    }
    .s4-info .icon img{
        width: 25px;
    }
    .s4-info .icon{
        height: 30px;
    }
    .s4-info p{
        font-size: 14px;
    }
}