﻿@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.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: 18px;
    color: #fff;
}

.banner .slick-dots {
    bottom: 30px;
    text-align: right;
}

.banner .slick-dots li {
    margin: 0 10px;
    transition: all 0.6s;
}

.banner .slick-dots .slick-active {

    margin-right: 70px;
}

.banner .slick-list {
    width: 86%;
}

.banner .slick-dots .slick-active::after {
    content: '';
    width: 44px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    left: 35px;
    top: 50%;
    transform: translateY(-50%);
}

/* index */
.banner {
    margin-bottom: 40px;
    /* background: url(../images/xiaoxun.png) no-repeat;
    background-position: 98% 100px; */
}

.motto img {
    width: auto;
    height: auto;

}

.motto {
    position: absolute;
    right: 50px;
    top: 100px;
    z-index: 99;
}

.s1 {
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
    padding-bottom: 40px;
}

.s1-tit {
    position: relative;
    margin-bottom: 10px;
}

.s1-tit h3 {
    font-size: 36px;
    color: #ffffff;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.s1-tit span {
    font-family: serif;
    font-weight: 600;
    font-size: 85px;
    color: #ffffff;
    opacity: 0.1;

}

.s1-more {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #ffffff;
}

.s1-more:hover {
    opacity: 0.7;
}


.s1-banner ul li a span {
    font-size: 14px;
    color: #4878d1;

}

.s1-banner ul li a h3 {
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 35px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s1-banner ul li a p {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #6e6e6e;
}

.s1-banner ul li a {
    background-color: #fff;
    background: url(../images/notice-bj.jpg) no-repeat;
    background-size: cover;
    padding: 60px 30px;
    box-shadow: 0px 12px 21px 0px rgba(8, 91, 168, 0.15);
    border-radius: 10px;
    margin: 0 20px;
}

.s1-banner ul li a:hover h3 {
    color: #4878d1;
}

.s1-banner {
    max-width: 1660px;
    float: right;
    margin-bottom: 30px;
}

.s1-banner .slick-list {
    padding: 0 220px 0 0 !important;
}

.s1-banner>ul {
    padding-bottom: 45px;
}

.s1-banner .slick-dots {
    max-width: 1400px;
    height: 1px;
    background-color: #d6e0ec;
    text-align-last: left;
}

.s1-banner .slick-dots .slick-active {

    background-color: #f8935a;
}

.s1-banner .slick-dots li {
    width: 230px;
    height: 3px;
}

.s1-l {
    float: left;
    width: 48%;
    margin-right: 4%;
}


.list-l h3 {
    font-size: 16px;
    color: #ffffff;
    overflow: hidden;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-l span {
    float: left;
    display: block;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    line-height: 24px;
    border-radius: 3px;
    color: #fff;
    margin-right: 20px;
}

.list-l ul li a {
    padding: 22px 0;
}


.list-l ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.list-l ul li:last-child {
    border: none;
}

.list-l p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.6;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 20px 0;
    display: none;
}


.list-l b {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    opacity: 0.6;
    display: block;
    padding-left: 20px;
    background: url(../images/icon-date.png) no-repeat;
    background-position: left center;
    display: none;
}

.list-l ul li.on span {
    display: none;
}

.list-l ul li.on {
    padding: 10px 30px;
    background: url(../images/zsjh-bj.jpg) no-repeat;
    background-size: cover;
    border-color: transparent;
    margin-bottom: 20px;

}

.list-l ul li.on h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.list-l ul li.on b {
    display: block;
}

.list-l ul li.on p {
    display: block;
}



.s1-r {
    float: right;
    width: 48%;
}

.r-date {
    text-align: center;
    float: left;
    margin-right: 20px;
    padding-right: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.r-date b {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 8px;
    display: block;
    line-height: 18px;
}

.r-date span {
    line-height: 9px;
    display: block;
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
}

.r-tx {
    overflow: hidden;
    padding-right: 18px;
    background: url(../images/s1-arrow.png) no-repeat;
    background-position: right center;
}

.r-tx p {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;

}

.list-r ul li a {
    padding: 22px 0;
}

.list-r ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.list-r ul li:hover p {
    padding-left: 5px;
}

.s2 {
    padding: 60px 0;
    max-width: 1430px;
    margin: 0 auto;
}

.s2-banner ul li a {
    background-color: #f3f3f3;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-align: center;
    margin: 0 15px;
    padding: 40px 0;
}
.s2-banner ul li a:hover img{
    animation: icon-yh 0.6s linear 1;
}
.s2-banner ul li a p{
    font-size: 24px;
	color: #54bdaf;
    font-weight: 600;
    margin-top: 20px;
}
.icon{

    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: 0 auto;

    
}

.icon img{
    margin: 0 auto;
}



.s3{
    margin-bottom: 40px;
}

.s3-l{
    float: left;
    width: 48.5%;
    margin-right: 3%;
}
.s3-l img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}

.s3-l>div:hover img{
    transform: scale(1.05);
}
.s3-vr{
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.s3-vr p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 48px;
	letter-spacing: 5px;
	color: #ffffff;
    font-weight: 600;
}
.s3-vr .pic{
    padding-top: 0;
    height: 220px;
}
.s3-video{
    position: relative;
    overflow: hidden;
}
.s3-video .pic{
    padding-top: 0;
    height: 400px;
}
.s3-video p{
    width: 70px;
	height: 70px;
    background: url(../images/icon-play.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}

.s3-video b{
    font-size: 24px;
	line-height: 60px;
	color: #ffffff;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}


.s3-r{
    overflow: hidden;
    background-color: #f3f3f3;
    padding: 20px 40px 60px 40px;
}
.s3 .s1-tit{
    margin-bottom: 0;
}
.s3 .s1-tit h3,.s4 .s1-tit h3{
    color: #000;
}
.s3 .s1-more,.s4 .s1-more{
    color: #666;
}
.s3 .s1-tit span,.s4 .s1-tit span{
    color: #4878d1;
	opacity: 0.05;
}


.s3-list ul li a span{
    float: right;
    font-size: 14px;
    line-height: 24px;
	color: #999999;
}
.s3-list ul li a{
    padding: 17px 0;
    border-bottom: 1px solid #ddd;
}
.s3-list ul li a:hover p{
    padding-left: 20px;
    color: #4878d1;

}
.s3-list ul li a p{
	font-size: 16px;
	line-height: 24px;
	color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-left: 2px solid #4878d1;
    padding-left: 15px;
    transition: all 0.3s;
}


/* s4 */
.s4-r{
    float: right;
    width: 671px;
    margin-left: 4%;
}
.s4-r .pic{
    padding-top: 0;
    width: 671px;
	height: 501px;
}
.s4-r ul li a{
    position: relative;
}
.s4-info{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 25% 20px 5%;
}
.s4-info span{
    font-size: 14px;
	color: #ffffff;
}
.s4-r ul li a .pic::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/s4-zzc.png) no-repeat;
    background-position: left bottom;
}
.s4-r ul li a:hover img{
    transform: scale(1.05);
}
.s4-r ul li a:hover p{
    text-decoration: underline;
}
.s4-banner .slick-dots{
    text-align: right;
    bottom: 25px;
    right: 4%;
}
.s4-banner .slick-dots li{
    width: 10px;
	height: 10px;
	background-color: #ffffff;
	opacity: 0.6;
    border-radius: 50%;
}
.s4-banner .slick-dots li.slick-active{
    background-color: #e9722f;
}

.s4-info p{
	font-size: 20px;
	color: #ffffff;
    margin-top: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.s4-l ul li h3{
    font-size: 16px;
	color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 60px;
}

.s4-l ul li p{
    font-size: 14px;
	line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #666666;
	opacity: 0.7;
    display: none;
    margin-bottom: 10px;
}

.s4-l{
    overflow: hidden;
}

.s4-l ul li b{
    font-size: 14px;
    font-weight: normal;
	color: #4878d1;
    display: none;
    margin-bottom: 18px;
}
.s4-l ul li span{
	font-size: 14px;
	color: #4878d1;
    float: right;
    line-height: 60px;
}
.s4-l ul li{
    border-top: 1px dashed #ddd;
}
.s4-l ul li:first-child{
    border: none;
}
.s4-l ul li.on b{
    display: block;
}
.s4-l ul li.on p{
    display: block;
}
.s4-l ul li.on span{
    display: none;
}
.s4-l ul li.on h3{
    font-size: 20px;
}

.s4{
    margin-bottom: 40px;
}




@media screen and (max-width:1660px) {
    .s1-banner{
        float: none;
    }

}
@media screen and (max-width:1400px) {
    .banner .slick-list{
        width: 100%;
    }
    
    .motto{
        display: none;
    }
    .s1-banner .slick-dots li{
        width: 200px;
    }
    .s1-banner>ul{
       padding-bottom: 0;
    }
}

@media screen and (max-width:1024px) {
    .s1-banner .slick-list{
        padding: 0 !important;
    }
    .s1-tit span{
        font-size: 60px;
    }
    .s1-tit h3{
        font-size: 30px;
    }
    .s1{
        background: url(../images/s1-bj1.jpg) no-repeat;
        background-size: cover;
    }
    .banner{
        margin-bottom: 20px;
    }
    .s1-banner ul li a{
        padding: 40px 20px;
    }
    .s1-banner .slick-dots li{
        width: 150px;
    }
    .s1-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s1-r{
        float: none;
        width: auto;

    }
    .s2-banner ul li a p{
        font-size: 20px;
    }
    .s2{
        padding: 30px 0;
    }
    .s3-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s3-vr .pic{
        height: auto;
        padding-top: 32%;
    }
    .s3-video .pic{
        padding-top: 58%;
        height: auto;
    }
    .s3-vr p{
        font-size: 38px;
    }
    .s3{
        margin-bottom: 20px;
    }
    .s4-r{
        float: none;
        width: auto;
        margin-left: 0;
    }
    .s4-r .pic{
        width: auto;
        height: auto;
        padding-top: 74%;
    }
}
@media screen and (max-width:768px) {
    .s4-l ul li.on h3{
        font-size: 18px;
    }
    .s4-l ul li h3{
        font-size: 15px;
    }
    .s3{
        margin-bottom: 15px;
    }
    .s1-tit span{
        font-size: 50px;
    }
    .s1-tit h3{
        font-size: 26px;
    }
    .banner .slick-dots{
        bottom: 5%;
    }
    .s2-banner ul li a p{
        font-size: 18px;
    }
    .s2{
        padding: 20px 0;
    }
    .s1-more{
        font-size: 14px;
    }
    .s3-vr p{
        font-size: 30px;
    }
    .s3-video b{
        font-size: 22px;
    }
    .s3-video p{
        width: 60px;
        height: 60px;
    }
    .s3-r{
        padding: 10px 30px 50px 30px;
    }
    .s4-info p{
        font-size: 18px;
        margin-top: 15px;
    }
    .list-l ul li.on{
        margin-bottom: 0;
    }
}
@media screen and (max-width:480px) {
    .s4-l ul li h3,.s4-l ul li span{
        line-height: 52px;
    }
    .s4-info p{
        font-size: 16px;
        margin-top: 10px;
    }
    .s4-l ul li span,.s4-l ul li.on b{
        font-size: 13px;
    }
    .s3{
        margin-bottom: 15px;
    }
    .s3-list ul li a p{
        font-size: 15px;
    }
    .s3-list ul li a{
        padding: 14px 0;
    }
    .s3-r{
        padding: 10px 20px 20px 20px;
    }
    .s3-vr{
        margin-bottom: 20px;
    }
    .s3-video p{
        width: 50px;
        height: 50px;
    }
    .s3-vr p{
        font-size: 24px;
    }
    .s3-video b{
        font-size: 20px;
    }
    .s1-more{
        font-size: 13px;
    }
    .s1-tit{
        margin-bottom: 0;
    }
    .s1-tit span{
        font-size: 40px;
    }
    .s1-tit h3{
        font-size: 24px;
    }
    .s2-banner ul li a p{
        font-size: 16px;
    }
    .list-l ul li a{
        padding: 15px 0;
    }
    .list-l h3{
        font-size: 15px;
    }
    .list-l ul li.on h3{
        font-size: 16px;
    }
    .list-l p{
        margin: 15px 0;
    }
    .list-l ul li.on{
        padding: 10px 20px;
        margin-bottom: 0;
    }
    .list-r ul li a{
        padding: 15px 0;
    }
    .r-tx p{
        font-size: 15px;
    }
    .r-date b{
        font-size: 18px;
    }
    .s1-banner ul li a h3{
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 15px;
    }
}
