@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 {
    bottom: 5%;
}

.banner .slick-dots li {
    width: 24px;
    height: 24px;
    border: solid 1px transparent;
    border-radius: 50%;
    margin: 0 10px;
    padding-top: 5px;
    padding-left: 5px;
    opacity: 0.7;
}

.banner .slick-dots li button {
    font-size: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
}

.banner .slick-dots li button::before {
    content: '0';
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    opacity: 1;
}

/* .banner .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/banner-zzc2.png) repeat-x;
    background-position: center bottom;
    z-index: 9;
} */


/* top-nav */
.top-link{
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f7fbff;
}
.top-nav {
    box-shadow: 0px 0px 23px 0px rgba(3, 0, 1, 0.11);
}

.top-nav ul li a {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 35px;
}

.top-nav ul li a .icon {
    height: 40px;
    margin-bottom: 15px;

}

.top-nav ul li a:hover .icon {
    animation: icon-yh 0.5s;
}

.top-nav ul li a:hover p {
    color: #003d87;
}

.top-nav ul li a .icon img {
    margin: 0 auto;
}

.top-nav ul li a p {
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
}



/* s1 */
.s12 {
    background: url(/images/s2-bj.png) no-repeat #f7fbff;
    background-position: right 69%;
}

.s1 {
    padding-bottom: 78px;
}

.tit {
    position: relative;
    padding-bottom: 13px;
    border-bottom: 1px solid #c5c5c5;
    margin-bottom: 40px;
}

.tit h3 {
    line-height: 50px;
    font-size: 30px;
    letter-spacing: 2px;
    color: #003d87;
}

.tit h3 img {
    vertical-align: bottom;
    margin-right: 20px;
    height: 50px;
}

.tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 18px;
    background: url(/images/more.png) no-repeat;
    background-position: right center;
    font-size: 14px;
    color: #999999;
}

.tit a:hover {
    color: #003d87;
}


.s1-banner {
    width: 50%;
    float: left;
    margin-right: 3%;
}

.s1-banner .pic {
    padding-top: 0;
    height: 430px;
}

.s1-banner .pic img {
    object-fit: cover;
}

.s1-banner ul li a {
    position: relative;
}


.s1-banner .slick-slide a .pic::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/images/s1-zzc.png) repeat-x;
    background-position: center bottom;
}

.s1-banner ul li a p {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 85%;
    font-size: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    padding-left: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-banner .slick-slide a:hover img {
    transform: scale(1.1);
}

.s1-banner .slick-slide a:hover p {
    text-decoration: underline;
}

.s1-list {
    overflow: hidden;
}

.s1-list ul li a {
    line-height: 46px;
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    background: url(/images/s1-list-dots.png) no-repeat;
    background-position: left center;
}

.s1-list ul li a span {
    font-size: 18px;
    color: #999999;
}

.s1-list ul li a:hover {
    color: #003d87;
    background: url(/images/s1-list-dots-h.png) no-repeat;
    background-position: left center;
}

.s1-list ul li span {
    float: right;
}

/* s2 */
.s2 {
    padding-bottom: 56px;
}

.s2-l {
    width: 50%;
    float: left;
    margin-right: 3%;
}

.s2-date {
    background-color: rgba(241, 249, 255, 0.9);
    padding: 12px 10px;
    float: left;
    margin-right: 20px;
    text-align: right;
}

.s2-date b {
    display: block;
    font-family: Georgia;
    font-size: 20px;
    color: #1a5296;
    font-weight: normal;
    margin-bottom: 5px;
}

.s2-date span {
    display: block;
    font-family: Georgia;
    font-size: 12px;
    color: #1a5296;
}

.s2-tx {
    overflow: hidden;
}

.s2-tx p {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #333333;
}

.s2-l ul li {
    margin-bottom: 20px;
}

.s2-l ul li:last-child {
    margin-bottom: 0;
}

.s2-r {
    float: left;
    width: 47%;
}

.s2-info {
    overflow: hidden;
}

.s2-r ul li a {
    padding: 25px 35px 25px 25px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 23px 0px rgba(3, 0, 1, 0.11);
}

.s2-r ul li {
    margin-bottom: 29px;

}

.s2-r ul li:last-child {
    margin-bottom: 0;
}

.s2-r .pic {
    width: 200px;
    height: 150px;
    padding-top: 0;
    float: right;
}

.s2-info h3 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    font-weight: normal;
}

.s2-info p {
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}

.s2-info p img {
    margin-right: 12px;
    vertical-align: 0;
}

.s2-r ul li a:hover h3 {
    color: #003d87;
}


/* s3 */
.s3 {
    padding-top: 70px;
    padding-bottom: 60px;
    background: url(/images/s3-bj.jpg) no-repeat;
    background-size: cover;
}

.s3-l {
    float: left;
    width: 50%;
    margin-right: 3%;
}

.s3-l .pic {
    width: 220px;
    height: 150px;
    padding-top: 0;
    float: left;
    margin-right: 20px;
    display: none;
}

.s3-tx {
    overflow: hidden;
}

.s3-tx h3 {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.s3-tx h3 span {
    font-size: 18px;
    color: #333;
    float: right;
    display: block;
}

.s3-tx p {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
    display: none;
}

.s3-tx>span {
    font-size: 14px;
    line-height: 26px;
    color: #999;
    display: block;
    padding-left: 23px;
    background: url(/images/icon-time2.png) no-repeat;
    background-position: left center;
    display: none;
}

.s3-l ul li.on .pic {
    display: block;
}

.s3-l ul li.on .s3-tx h3 {
    height: 60px;
    white-space: normal;
}

.s3-l ul li.on .s3-tx h3 span {
    display: none;
}

.s3-l ul li.on .s3-tx p {
    display: block;
}

.s3-l ul li.on .s3-tx>span {
    display: block;
}

.s3-l ul li a {
    line-height: 18px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 22px;
    transition: all 0.3s;
}

.s3-l ul li.on a {
    padding-left: 25px;
}

.s3-l ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 11px;
    height: 11px;
    background: url(/images/s3-list-dots.png) no-repeat #e7eef8;
    z-index: 1;

}

.s3-l ul li.on a::after {
    left: -3px;
    top: 10px;
    width: 17px;
    height: 17px;
    background: url(/images/s3-list-dots-h.png) no-repeat;
}

.s3-list {
    position: relative;
    background-position: 5px 10px;
    background-image: linear-gradient(#a4a4a4, #a4a4a4);
    background-size: 1px 100%;
    background-repeat: no-repeat;
}

.s3-r .pic {
    width: 100%;
    height: 230px;
    padding-top: 0;
}

.s3-r {
    overflow: hidden;
}

.s3-r ul li {
    width: 48%;
    float: left;
}

.s3-r ul li:nth-child(odd) {
    margin-right: 4%;
}

.s3-r ul li:nth-child(-n+2) {
    margin-bottom: 40px;
}

.s3-r ul li a {
    position: relative;
}

.s3-r ul li a p {
    position: absolute;
    width: 100%;
    font-size: 18px;
    padding: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.s3-r ul li a span {
    display: block;
    font-family: Georgia;
    font-size: 18px;
    line-height: 30px;
    padding: 0 12px;
    background: url(/images/s3-date-bj.png) no-repeat;
    background-size: cover;
    letter-spacing: 1px;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 15px;
}

.s3 .tit h3 {
    color: #333;
}

.s3 .tit {
    border-color: #ccc;
    margin-bottom: 60px;
}

.s3 .tit a {
    color: #999;
    background: url(/images/more2.png) no-repeat;
    background-position: right center;
}

.s3 .tit a:hover {
    opacity: 0.7;
}

.s3-r .pic::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("/images/s1-zzc.png") center bottom repeat-x;
}

.s3-r ul li a:hover img {
    transform: scale(1.1);
}

/* s4 */
.s4 {
    padding-top: 65px;
    padding-bottom: 45px;
    background-color: #f7fbff;
}

.s4-banner ul li a {
    margin: 0 20px;
    border: solid 1px #f3f3f3;
    position: relative;
}

.s4-tx {
    padding: 20px;
}

.s4-banner ul li a p {
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #333333;
}

.s4-banner ul li a:hover p {
    color: #003d87;
}

.s4-date {
    position: absolute;
    right: 12px;
    top: 0;
    background: url(/images/s4-date-bj.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 6px 6px 20px 6px;
}

.s4-date b {
    font-size: 30px;
    letter-spacing: 2px;
    color: #ffffff;
    display: block;
}


.s4-date span {
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffffff;
}

.s4-banner .pic {
    padding-top: 68%;
}

.px1440 {
    max-width: 1440px;
    margin: 0 auto;
}


.s4-banner .slick-dots li {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    padding-top: 6px;
}

.s4-banner .slick-dots li button {
    background-color: #b5cce7;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    margin: 0 auto;
}

.s4-banner .slick-dots li.slick-active {
    background-color: #e6eef7;
}

.s4-banner .slick-dots li.slick-active button {
    background-color: #0956b0;
}

.s4-banner .slick-slider {
    padding-bottom: 86px;
}


.s4-banner .slick-prev {
    width: 36px;
    height: 36px;
    background: url(/images/s4-l.png) no-repeat;
    background-size: cover;
    top: 97%;
    left: auto;
    right: 58%;
}

.s4-banner .slick-next {
    width: 36px;
    height: 36px;
    background: url(/images/s4-l.png) no-repeat;
    transform: rotate(180deg) translate(0, 50%);
    background-size: cover;
    top: 97%;
    right: auto;
    left: 58%;
}

.s4-banner .slick-arrow:hover {
    opacity: 0.65;
}

/* s5 */
.s56 {
    background: url(/images/s5-bj.jpg) no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 70px;
}

.s5-banner ul li a {
    margin: 0 20px;
    background-color: #ffffff;
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}

.s5-banner ul li a:hover {
    border-color: #116dd5;
}

.s5-tx p {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 20px;
}

.s5-tx {
    padding: 20px 15px 25px;
}

.s5-tx span {
    font-family: Georgia;
    font-size: 18px;
    color: #999999;
    padding-left: 20px;
    display: block;
    background: url(/images/s5-time.png) no-repeat;
    background-position: left center;
}

.s5-banner ul li a:hover p {
    color: #003d87;
}

.s5-banner ul li a:hover img {
    transform: scale(1.1);
}

.s5-banner .pic::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url("/images/s1-zzc.png") center bottom repeat-x;
}

/* s6 */

.s6 {
    padding-top: 70px;
}

.s6-l {
    float: left;
    width: 50%;
    margin-right: 3%;
}

.s6-r {
    overflow: hidden;
}

.s6-l ul li .pic {
    width: 260px;
    height: 180px;
    padding-top: 0;
    float: left;
    margin-right: 25px;
    display: none;
    
}

.s6-tx {
    overflow: hidden;
}

.s6-tx h3 {
    font-size: 18px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-weight: normal;
    transition: all 0.3s;
}
.s6-tx h3 span{
    float: right;
    font-size: 18px;
	line-height: 50px;
	color: #333333;
    
}
.s6-tx p {
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999999;
    margin: 20px 0;
    display: none;
}


.s6-tx>span {
    font-size: 14px;
    line-height: 28px;
    display: block;
    padding-left: 20px;
    background: url(/images/icon-time.png) no-repeat;
    background-position: left center;
    color: #999999;
    display: none;
}

.s6-l ul li.on .pic {
    display: block;
}
.s6-l ul li.on h3{
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    transition: all 0.3s;
}
.s6-l ul li.on h3::before{
    content: '';
}
.s6-l ul li h3::before{
    content: '›';
}
.s6-l ul li.on p {
    display: block;
    
}

.s6-l ul li.on h3>span {
    display: none;
}

.s6-l ul li.on .s6-tx>span {
    display: block;
}

.s6-l ul li.on a {
    padding: 20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 23px 0px rgba(3, 0, 1, 0.11);
    border-radius: 4px;
}

.s6-l ul li a:hover h3{
    color: #003d87;
    
}



.s6-book .pic{
    padding-top: 146%;
}

.s6-book ul li a{
    position: relative;
    margin: 0 27px;
}

.s6-book ul li a p{
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    line-height: 40px;
    font-size: 18px;
	color: #ffffff;
    background-color: rgba(0, 61, 135, 0.9);
}








@media screen and (max-width:1024px) {
    .banner .slick-dots li{
        margin: 0 5px;
        transform: scale(0.7);
    }
    .tit h3{
        font-size: 26px;
    }
    .top-nav ul li a p,.s1-banner ul li a p{
        font-size: 18px;
    }
    .s1-banner{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .s1-banner .pic{
        padding-top: 62%;
        height: auto;
    }
    .s1{
        padding-bottom: 40px;
    }
    .tit{
        margin-bottom: 30px;
    }
    .s2-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 40px;
    }
    .s2-r{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s2{
        padding-bottom: 40px;
    }
    .s3-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s3-r .pic{
        height: auto;
        padding-top: 68%;
    }
    .s3 .tit{
        margin-bottom: 30px;
    }
    .s3,.s56,.s4{
        padding: 40px 0;
    }
    .s4-banner .slick-slider{
        padding-bottom: 60px;
    }
    .s4-date b{
        font-size: 26px;
    }
    .s4-banner ul li a{
        margin: 0 10px;
    }
    .s6-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s6{
        padding-top: 40px;
    }
    
    .top-link{
        padding: 20px 0;
    }
}

@media screen and (max-width:768px) {
    .s6-l ul li .pic{
        width: 200px;
        height: 130px;
    }
    .s6-l ul li.on h3{
        line-height: 24px;
        height: 48px;
        font-size: 18px;
    }
    .s6-l ul li.on p{
        line-height: 24px;
        height: 48px;
        font-size: 14px;
        margin: 6px 0;
    }
    .tit h3{
        font-size: 23px;
    }
    .top-nav ul li a p,.s1-banner ul li a p{
        font-size: 18px;
    }
    .tit h3 img{
        transform: scale(0.7);
        margin-right: 10px;
    }
    .s1-list ul li a{
        font-size: 15px;
        line-height: 40px;
    }
    .s1{
        padding-bottom: 30px;
    }
    .tit{
        margin-bottom: 20px;
    }
    .s2-l ul li{
        margin-bottom: 15px;
    }
    .s2-tx p{
        font-size: 15px;
    }
    .s2-date b{
        font-size: 18px;
    }
    .s2-r .pic{
        width: 150px;
        height: 100px;
    }
    .s2-info h3{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .s2-info p{
        line-height: 24px;
    }
    .s3-tx h3{
        font-size: 18px;
    }
    .s3-l ul li a{
        margin-bottom: 15px;
    }
    .s3-tx h3 span{
        font-size: 14px;
    }
    .s3-tx p{
        margin: 10px 0;
    }
    .s3-r ul li a p{
        font-size: 15px;
        padding: 10px;
    }
    .s3-r ul li:nth-child(-n+2){
        margin-bottom: 20px;   
    }
    .s3,.s56,.s4{
        padding: 30px 0;
    }
    .s4-tx{
        padding: 10px;
    }
    .s6-book ul li a{
        margin: 0 20px;
    }
    .s6{
        padding-top: 30px;
    }
}

@media screen and (max-width:480px) {
    .s6{
        padding-top: 20px;
    }
    .s2{
        padding-bottom: 20px;
    }
    .s1{
        padding-bottom: 20px;
    }
    .tit h3{
        font-size: 20px;
    }
    .s2-r .pic{
        float: none;
        height: 150px;
        width: 200px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .s3-l .pic{
        width: 180px;
        height: 130px;
    }
    .s3-r ul li a span{
        font-size: 12px;
        line-height: 24px;
    }
    .s3-r ul li a p{
        font-size: 14px;
        padding: 5px;
    }
    .s3,.s56,.s4{
        padding: 20px 0;
    }
    .s6-l ul li .pic{
        float: none;
        margin: 0 auto;
        width: 100%;
        padding-top: 70%;
        height: auto;
        margin-bottom: 20px;
    }
    .s6-tx h3{
        line-height: 42px;
    }
    .s6-book ul li a p{
        line-height: 32px;
        font-size: 14px;
    }
    .s6-book ul li a{
        margin: 0 15px;
    }
    .s4-banner ul li a p{
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}