﻿@charset "utf-8";

.banner {
    position: relative;
    padding-top: 100px;
}

.banner img {
    display: block;
    width: 100%;
}

.banner a 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-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
    color: #fff;
    z-index: 9;
    font-size: 24px;
}

.banner .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;



}

.banner .slick-dots li {
    margin: 0 1%;
    padding: 10px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-left: 1px solid transparent;


}

.banner .slick-dots .slick-active {

    border-left: 1px solid #fff;

}

.banner .slick-dots {
    bottom: 6%;
}

.news-box {
    background-image: linear-gradient(#fafafa,
            #fafafa),
        linear-gradient(#eeeeee,
            #eeeeee);
    background-blend-mode: normal,
        normal;
}

.news {
    padding-top: 59px;
    padding-bottom: 54px;
}

.news-tit {
    position: relative;
    height: 45px;
}

.news-tit b {
    font-size: 32px;
    color: #000000;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.news-tit span {
    font-size: 20px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #999999;
    margin-left: 17px;
}

.news-tit .more {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    background: url(../images/more-bj.png) no-repeat;
    padding: 10px 21px 12px 37px;
    transition: all 0.6s;
}

.news-tit .more:hover {
    background: url(../images/more-bj2.png) no-repeat;
    color: #005d89;
}

.news-c {
    padding-top: 68px;
}

.news-c ul li {
    padding: 0 0.3%;
}

.news-c ul li a {
    display: block;
    transition: all 0.6s;
}

.news-c ul li a:hover {
    transform: translateY(-30px);
}

.news-c .slick-list {
    padding-top: 30px;
}

.news-c ul li a:hover h2 {
    color: #005d89;
}

.news-c ul li a .pic {
    padding-top: 64%;
}

.n-txt {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 10px #eee;
}

.n-txt h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    height: 64px;
    letter-spacing: 0px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 12px;
}

.n-txt p {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;

}

.n-txt span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #005d89;

}


.notice-box {
    background: url(../images/notice-bj.png) no-repeat;
    background-size: cover;
    padding-top: 64px;
    padding-bottom: 80px;
}

.notice .news-tit b,
.notice .news-tit span {
    color: #fff;
}


.notice .news-tit .more {
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #0069a5;
    background: url(../images/more-bj-w.png) no-repeat;
    padding: 10px 21px 12px 37px;
    transition: all 0.6s;
}

.notice .news-tit .more:hover {
    background: url(../images/more-bj.png) no-repeat;
    color: #fff;
}

.notice-c {
    padding-top: 60px;
}


.notice-c .slick {
    border-right: 1px solid rgba(229, 229, 229, 0.48);
    border-left: 1px solid rgba(229, 229, 229, 0.48);
}

.notice-c .slick-list {
    padding-top: 10px;
}

.notice-c .slick .slick-list li {
    transition: all 0.6s;
}

.notice-c .slick .slick-list li:hover {
    transform: translateY(-10px);
}


.notice-c .slick .slick-list li a {
    display: block;
    padding: 29px 25px;


}

.notice-c ul li a:hover {
    background: #fff;
}

.notice-c ul li a:hover h2 {
    color: #333;
}

.notice-c ul li a:hover p {
    color: #999;
}

.notice-c ul li a:hover b {
    color: #056ea4;
}

.notice-c ul li a:hover span {
    color: #056ea4;
}

.notice-c ul li a h2 {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-top: 15px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notice-c ul li a p {
    font-size: 16px;
    line-height: 28px;
    height: 56px;
    color: #ffffff;
    opacity: 0.68;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.notice-d b {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-right: 9px;
}

.notice-d span {
    font-size: 14px;
    line-height: 25px;
    color: #ffffff;
}

.line {
    width: 100%;
    height: 1px;
    background-color: rgba(229, 229, 229, 0.4);
    margin-top: 60px;
}


.notice-c .slick-dots li{
    width: 20px;
    height: 20px;
    border: solid 1px #ffffff;
    padding: 4px;
    border-radius: 50%;
    margin: 0 15%;
}




.notice-c .slick-dots .slick-active {
    background-color: #fff;  
}
.notice-c .slick-dots{
    bottom: -70px;
}
.notice-c .slick-dots .slick-active button {
    background-image: linear-gradient(#006fae,
            #006fae),
        linear-gradient(#005d89,
            #005d89);
    background-blend-mode: normal,
        normal;
        width: 8px;
        height: 8px;
        border-radius: 50%;
}
.notice-c .slick-dots li button {
	width: 8px;
	height: 8px;
	background-color: #ffffff;
    border-radius: 50%;
}

.line ul li:nth-child(3) {

    left: 72%;
}

.line ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;

}

.study-box {
    background: url(../images/s-bj.png) no-repeat;
    background-size: cover;
    padding-top: 60px;

}

.study {
    padding-bottom: 80px;
}

.study .news-tit b {
    left: 0;
    transform: translateX(0);
}

.study-c {
    padding-top: 50px;
}

.study-c a {
    display: block;
}

.study-l {
    float: left;
    width: 40%;
    margin-right: 4.5%;
}

.study-l {
    display: block;
    position: relative;
    padding-top: 248px;
}

.s-txt1 {
    padding: 40px 0;
    position: absolute;
    top: 0;
}

.s-txt1 h2 {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 24px;
    
}

.s-txt1 h2:hover {
    color: #005d89;
}

.s-txt1 p {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;

}

.s-more {
    width: 48px;
    height: 48px;
    background: url(../images/s-more.png) no-repeat;
    margin-top: 20px;
    transition: all 0.5s;
    margin-left: 3px;
}

.s-more:hover {
    transform: scale(1.1);
}

.study-r {
    overflow: hidden;
}

.study-t {
    padding-right: 44.6%;
    min-height: 255px;
    position: relative;
    margin-bottom: 45px;
}

.study-b {
    padding-left: 40%;
    min-height: 274px;
    position: relative;
}

.s-txt2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 38%;

}

.s-txt3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 38%;

}

.study-r h2 {
    font-size: 18px;
    line-height: 32px;
    height: 96px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.study-r h2:hover {
    color: #005d89;
}

.study-r p {
    font-size: 16px;
    line-height: 30px;
    height: 90px;
    letter-spacing: 0px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
}




















@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {

    .study-l {
        float: none;
        padding-top: 0;
        width: auto;
        margin-right: 0;
    }

    .s-txt1,
    .s-txt2,
    .s-txt3 {
        position: relative;
        min-height: auto;
        width: auto;
    }

    .study-t {
        padding-right: 0;
    }

    .study-b {
        padding-left: 0;
    }

    .news {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .news-c {
        padding-top: 15px;
    }

    .news-tit b {
        font-size: 28px;
    }

    .news-tit span {
        font-size: 16px;
    }

    .news-c .slick-list {
        padding-top: 0;
    }

    .notice-box {
        padding-top: 20px;
    }

    .notice-c {
        padding-top: 0;
    }

    .notice-c .slick-list {
        padding-top: 0;
    }

    .study-box {
        padding-top: 20px;
    }

    .study-c {
        padding-top: 20px;
    }

    .s-more {
        margin: 0 auto;
    }

    .s-txt1 h2,
    .s-txt2 h2,
    .s-txt3 h2 {
        margin-bottom: 10px;
    }

    .s-txt1 p,
    .s-txt2 p,
    .s-txt3 p {
     
        margin-bottom: 10px;
    }

    .s-txt1,
    .s-txt2,
    .s-txt3 {
        padding: 20px 10px;
    }

    .study-t {
        margin-bottom: 0;
    }

    .study {
        padding-bottom: 0;
    }
    .notice-c .slick-dots li{
        margin: 0 8%;
        transform: scale(0.8);
    }
    .banner{
        padding-top: 0;
    }
    .study-r{
        display: none;
    }
    .f-nav{
        height: 40px;
        padding: 9px;
        margin-top: 10px;
    }
    .f-nav ul{
        bottom: 38px;
    }
}

@media screen and (max-width:768px) {
    .news-tit b {
        font-size: 26px;
    }

    .news-tit span {
        font-size: 14px;
    }

    .news-tit .more {
        font-size: 12px;
        padding: 6px 6px 6px 30px;
    }

    .notice .news-tit .more {
        font-size: 12px;
        padding: 6px 6px 6px 30px;
    }

    .n-txt h2 {
        font-size: 16px;
    }

    .n-txt {
        padding: 10px;
    }

    .n-txt p {
        font-size: 14px;
    }

    .n-txt span {
        font-size: 12px;
    }

    .notice-c ul li a h2 {
        font-size: 16px;
        margin-top: 10px;
    }

    .notice-c ul li a p {
        font-size: 14px;
        margin-top: 10px;
    }

    .line {
        margin-top: 30px;
    }

    .notice-box {
        padding-bottom: 40px;
    }



    .s-more {
        margin-top: 10px;
    }
    .notice-c .slick-dots li{
        margin: 0 2%;
        transform: scale(0.6);
    }
    .notice-c .slick-dots{
        bottom: -41px;
    }

}

@media screen and (max-width:568px) {
    .news-tit b {
        font-size: 18px;
    }

    .news-tit span {
        font-size: 12px;
        margin-left: 5px;
    }
    .banner .slick-dots li {
        margin: 0 1%;
        padding: 6px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border-left: 1px solid transparent;
        transform: scale(0.8);
    }
    .s-txt1 h2{
        font-size: 16px;
    }
    .s-txt1 p{
        font-size: 14px;
    }
    .study-r h2{
        font-size: 16px;
    }
    .study-r p{
        font-size: 14px;
    }
    .s-more{
        transform: scale(0.8);
    }
    .study-box {
        padding-top: 15px;
    }

    .study-c {
        padding-top: 15px;
    }
    .news-c{
        padding-top: 10px;
    }
    .news{
        padding-top: 15px;
    }
}