@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%;
    right: 14%;
    text-align: right;
}

.banner .slick-dots li {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 6px;
    transition: all 0.3s;
}

.banner .slick-dots li.slick-active {
    width: 120px;
}

.banner .slick-dots li button {
    display: none;
}




.banner .slick-prev {
    width: 55px;
    height: 55px;
    background: url(../images/banner-l.png) no-repeat;
    background-size: cover;
    left: 4%;
}

.banner .slick-next {
    width: 55px;
    height: 55px;
    background: url(../images/banner-r.png) no-repeat;
    background-size: cover;
    right: 4%;
}


/* s1 */

.s1 {
    padding-top: 80px;
    padding-bottom: 56px;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
}

.tit {
    font-size: 0;
    position: relative;
    margin-bottom: 40px;
    padding-left: 15px;
    background: url(../images/tit-line.png) no-repeat;
    background-position: left center;
}

.tit b {
    font-size: 30px;
    color: #000000;
}

.tit b:nth-child(2) {
    color: #0755a6;
}

.tit a {
    font-size: 16px;
    color: #898989;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding-right: 20px;
    background: url(../images/more.png) no-repeat;
    background-position: right center;
    transition: all 0.3s;
}

.tit a:hover {
    color: #0755a6;
    background: url(../images/more-blue.png) no-repeat;
    background-position: right center;
}

.s1-l {
    width: 65%;
    float: left;
    margin-right: 3.9%;
}

.s1-lc {
    background-color: #0f58a4;
    border-radius: 0px 0px 0px 40px;
}

.s1-banner {
    width: 64%;
    float: left;
}

.s1-banner .pic {
    width: 100%;
    height: 468px;
    padding-top: 0;
    border-radius: 0px 0px 0px 40px;
}

.s1-info {
    overflow: hidden;
}

.s1-banner a {
    position: relative;
}

.s1-time {
    background-color: #eeaf2b;
    position: absolute;
    top: 0;
    left: 34px;
    text-align: center;
    padding: 15px 10px;
}

.s1-time b {
    font-size: 41px;
    line-height: 33px;
    display: block;
    color: #ffffff;
    margin-bottom: 14px;
}

.s1-time span {
    line-height: 15px;
    font-size: 17px;
    color: #ffffff;
    display: block;
}

.s1-banner .slick-prev {
    width: 33px;
    height: 66px;
    background: url(../images/s1-l.png) no-repeat;
    background-size: 100% 100%;
}

.s1-banner .slick-next {
    width: 33px;
    height: 66px;
    background: url(../images/s1-r.png) no-repeat;
    background-size: 100% 100%;
}

.s1-info {
    padding: 42px 25px;
}

.s1-info>ul {
    border: solid 2px #ffffff;
    padding: 0 20px;
    height: 384px;
}

.s1-info h3 {
    position: relative;
    text-align: center;
    padding-bottom: 40px;
    margin-top: 60px;
    margin-bottom: 40px;
}

.s1-info h3 b {
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 2px;
    color: #ffffff;
    display: block;
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}

.s1-info h3::after {
    content: '';
    width: 151px;
    height: 1px;
    background-color: #eee;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.s1-info p {
    font-size: 15px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    color: #ffffff;
}


.s1-info .slick-dots {
    bottom: 30px;
    left: 0;
}

.s1-info .slick-dots li {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 9px;
    transition: all 0.3s;
}

.s1-info .slick-dots li.slick-active {
    width: 35px;
}


.s1-r {
    overflow: hidden;
}

.s1-date b {
    font-size: 28px;
    line-height: 23px;
    color: #2775b7;
    margin-bottom: 8px;
    display: block;
}

.s1-date span {
    font-size: 12px;
    line-height: 12px;
    color: #929292;
    display: block;
}


.s1-date {
    text-align: center;
    float: left;
    padding: 10px 7px;
    background-color: #e5e5e5;
    margin-right: 20px;
}

.s1-tx {
    overflow: hidden;
    padding-top: 6px;
}

.s1-tx p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}


.s1-r ul li a {
    border-bottom: 1px solid #d0d0d0;
    padding: 15px 0;
}

.s1-r ul li a:hover b,
.s1-r ul li a:hover span {
    color: #fff;
}

.s1-r ul li a:hover .s1-date {
    background-color: #eeaf2b;
}

.s1-r ul li a:hover p {
    color: #0f58a4;
    font-weight: 600;
}

.s1-link {
    padding-top: 60px;
}

.s1-link ul {
    display: flex;
    justify-content: space-between;
}

.s1-link ul li {
    width: 30%;
    text-align: center;
}

.s1-link ul li a {
    padding: 40px 0;
}

.s1-link ul li:nth-child(1) {
    background: url(../images/s2-pic1.jpg) no-repeat;
    background-size: cover;
}

.s1-link ul li:nth-child(1) a {
    background-color: rgba(65, 80, 196, 0.92);
    height: 100%;
}

.s1-link ul li:nth-child(2) {
    background: url(../images/s2-pic2.jpg) no-repeat;
    background-size: cover;
    border-radius: 0px 0px 0px 40px;
    overflow: hidden;
}

.s1-link ul li:nth-child(2) a {
    background-color: rgba(238, 175, 43, 0.92);
    height: 100%;
}

.s1-link ul li:nth-child(3) {
    background: url(../images/s2-pic3.jpg) no-repeat;
    background-size: cover;
}

.s1-link ul li:nth-child(3) a {
    background-color: rgba(43, 198, 226, 0.92);
    height: 100%;
}

.s1-link ul li a .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
}

.s1-link ul li a p {
    display: inline-block;
    vertical-align: middle;
    font-size: 29px;
    color: #fff;
    letter-spacing: 1px;
}

.s1-link ul li a:hover .icon {
    animation: jello 1s;
}


/* s2 */
.s2 {
    padding-top: 66px;
    padding-bottom: 80px;
    background: url(../images/s3-bj.jpg) no-repeat;
    background-size: cover;
}

.s2-tit h3 span {
    font-size: 22px;
    color: #99b8d9;
    margin-right: 25px;
    cursor: pointer;
}

.s2-tit h3 span.on {
    color: #ffffff;
    font-size: 30px;
}

.s2-tit {
    position: relative;
    margin-bottom: 25px;
    padding-right: 60px;
}

.s2-tit a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #999;
    padding-right: 20px;
    background: url(../images/more.png) no-repeat;
    background-position: right center;
    transition: all 0.3s;
   
    display:none;
}
.s2-tit a.on{
  display:block;
}

.s2-tit a:hover {
    color: #eeaf2b;
    background: url(../images/more-yellow.png) no-repeat;
    background-position: right center;
}

.s2-l {
    width: 65%;
    float: left;
    margin-right: 4%;
}

.s2-list ul li a h3 {
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.s2-list ul li a p {
    font-size: 13px;
    color: #b7b7b7;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s2-list ul li a p img {
    vertical-align: 0;
    margin-right: 8px;
}

.s2-list ul li a {
    background-color: #fff;
    padding: 20px 15px;
}

.s2-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-list ul li {
    width: 32%;
    margin-top: 15px;
}

.s2-list ul li a {
    position: relative;
}

.s2-list ul li a::after {
    content: '';
    position: absolute;
    bottom: 11px;
    right: 21px;
    width: 15px;
    height: 15px;
    background: url(../images/s3-arrow.png) no-repeat;
    background-size: cover;
}

.s2-list ul li:nth-child(3n+2) {
    margin: 0 2%;
    margin-top: 15px;
}

.s2-list ul li a img:nth-child(2) {
    display: none;
}

.s2-list ul li a:hover img:first-child {
    display: none;
}

.s2-list ul li a:hover img:nth-child(2) {
    display: inline-block;
}

.s2-list ul li a:hover {
    background-color: #eeaf2b;
}

.s2-list ul li a:hover::after {
    background: url(../images/s3-arrow-h.png) no-repeat;
    background-size: cover;
}

.s2-list ul li a:hover h3,
.s2-list ul li a:hover p {
    color: #fff;
}

.s2-r {
    overflow: hidden;
}

.s2-r img {
    display: block;
    width: 100%;
    height: 548px;
}

/* s3 */
.s3 {
    padding-top: 80px;
    padding-bottom: 86px;
    background: url(../images/s4-bj.png) no-repeat;
    background-size: cover;
    background-position: center 200px;
}

.s3-l {
    width: 49%;
    float: left;
    margin-right: 3%;
}

.s3-list {
    font-size: 0;
}

.s3-list ul li a p {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3-list ul li a span {
    font-size: 13px;
    line-height: 14px;
    color: #999999;
    display: block;
    text-align: right;
}

.s3-list ul li a {
    padding-top: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
    background: url(../images/s4-dots.png) no-repeat;
    background-position: left 24px;
    position: relative;

}

.s3-list ul li {
    background: url(../images/s4-listbj.jpg) no-repeat;
    background-size: 0 100%;
    transition: all 0.3s;
    padding-left: 15px;
    padding-right: 20px;
    border-bottom: 1px solid #d0d0d0;
}

.s3-list ul li a i {
    width: 18px;
    line-height: 18px;
    background-color: #eeaf2b;
    border-radius: 3px;
    display: block;
    text-align: center;
    float: left;
    font-size: 13px;
    color: #ffffff;
    font-style: normal;
    margin: 0 10px;
}

.s3-list ul li:hover a {
    background: url(../images/s4-dots-h.png) no-repeat;
    background-position: left 24px;
}

.s3-list ul li:hover {
    background-size: 100% 100%;
    border-color: transparent;
}

.s3-list ul li:hover p {
    color: #0755a6;
}


.s3-r {
    overflow: hidden;
}

.s3-r .tit h3 {
    display: inline-block;
    position: relative;
    cursor: pointer;
    opacity: 0.5;
}

.s3-r .tit h3:first-child {
    padding-right: 25px;
    margin-right: 25px;
}

.s3-r .tit h3:first-child::after {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 2px;
    height: 32px;
    /* background-color: #000; */
}

.s3-r .tit h3.on {
    opacity: 1;
}

.s3-link {
   /*    background: url(../images/s5-bj.jpg)center no-repeat;
    background-size: 100%;
    padding-top: 13.2%;   */
    position: relative;
    margin-top: 94px;
}

.s3-link img{width:100%}

.s3-btn {
    position: absolute;
    position: absolute;
    top: 60%;
    right: 3.7%;
    transform: translateY(-50%);
    font-size: 0;
}

.s3-btn a {
    line-height: 45px;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    transition: all 0.3s;
    text-align: center;
}

.s3-btn a:first-child {
    background-color: #29b6df;
    border-radius: 5px;
    margin-right: 10px;
    width: 147px;
}

.s3-btn a:nth-child(2) {
    background-color: #eeaf2b;
    border-radius: 5px;
    width: 168px;
}

.s3-btn a:hover {
    letter-spacing: 2px;
}














@media screen and (max-width:1200px) {
    .s1,.s2,.s3{
        padding: 50px 0;
    }

    .s1-link ul li {
        width: 31%;
    }

    .s1-link ul li a p {
        font-size: 26px;
    }
    .s3-link{
        margin-top: 50px;
    }
}

@media screen and (max-width:1024px) {
    .s1,.s2,.s3{
        padding: 40px 0;
    }
    .s3-link{
        margin-top: 40px;
    }
    .banner .slick-arrow {
        width: 35px;
        height: 35px;
    }

    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .tit {
        margin-bottom: 30px;
    }

    .tit b {
        font-size: 26px;
    }

    .s1-time b {
        font-size: 36px;
    }

    .s1-link ul li {
        width: 40%;
        margin: 20px;
    }

    .s1-link ul li a p {
        font-size: 24px;
    }

    .s1-link ul li a .icon img {
        transform: scale(0.7);
        margin-right: 0;
    }

    .s1-link ul {
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .s1-link{
        padding-top: 30px;
    }
    .s2-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s2-r img{
        height: auto;
    }
    .s3-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s3-btn a{
        font-size: 16px;
        line-height: 36px;
    }
}

@media screen and (max-width:768px) {
    .s3-btn{
    right: auto;
    display: flex;
    justify-content: center;
    width: 100%;
    position: unset;
    margin-top: 30px;
}


    .s1,.s2,.s3{
        padding: 30px 0;
    }
    .s3-link{
        margin-top: 30px;
    }
    .banner .slick-arrow {
        width: 20px;
        height: 20px;
    }

    .banner .slick-dots {
        text-align: center;
        right: auto;
    }

    .banner .slick-dots li.slick-active {
        width: 50px;
    }

    .banner .slick-dots li {
        width: 6px;
        height: 6px;
    }

    .tit {
        margin-bottom: 20px;
    }

    .tit b {
        font-size: 24px;
    }

    .tit a {
        font-size: 14px;
    }

    .s1-banner {
        float: none;
        width: auto;
        margin-right: 0;

    }

    .s1-banner .pic {
        padding-top: 80%;
        height: auto;
    }

    .s1-time b {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .s1-info {
        padding: 30px 20px;
    }

    .s1-info>ul {
        height: 260px;
    }

    .s1-info h3 b {
        font-size: 20px;
    }

    .s1-info h3 {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }

    .s1-date b {
        font-size: 24px;
    }
    .s1-link{
        padding-top: 10px;
    }
    .s1-link ul li {
        width: 85%;
        margin: 20px;
    }
    .s1-link ul li a{
        padding: 30px 0;
    }
    .s2-tit h3 span.on{
        font-size: 26px;
    }
    .s2-tit h3 span{
        font-size: 20px;
    }
    .s2-tit a{
        font-size: 14px;
    }
    .s2-tit h3 span{
        margin-right: 15px;
        display: inline-block;
    }
    .s2-list ul li{
        width: 48%;
    }
    .s2-list ul li:nth-child(3n+2){
        margin: 0;
        margin-top: 15px;
    }
    .s2-list ul li a h3{
        font-size: 16px;
    }
    .s3-list ul li a{
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .s3-list ul li a{
        background-position: left 18px;
    }

    .s3-btn a{
        font-size: 14px;
        line-height: 30px;
    }
    .s3-btn a:first-child{
        width: 120px;
    }
    .s3-btn a:nth-child(2){
        width: 130px;
    }
}

@media screen and (max-width:480px) {
    .s1,.s2,.s3 {
        padding: 20px 0;
    }
    .s3-link{
        margin-top: 20px;
    }
    .s2-tit h3 span.on{
        font-size: 22px;
    }
    .s2-tit a{
        font-size: 12px;
    }
    .s2-tit h3 span{
        margin-right: 10px;
    }
    .s2-tit h3 span{
        font-size: 18px;
    }
    .tit b {
        font-size: 22px;
    }

    .tit a {
        font-size: 12px;
    }

    .s1-time {
        padding: 10px 5px;
    }
    .s1-link ul li a{
        padding: 10px 0;
    }
    .s1-link ul li a p{
        font-size: 20px;
    }
    .s1-link ul li{
        margin: 10px;
        text-align-last: left;
    }
    .s1-link ul li a .icon{
        margin-left: 5%;
    }
    .s2-list ul li{
        width: 100%;
    }
    .s2-tit{
        margin-bottom: 10px;
    }
    .s1-time {
        padding: 6px 3px;
        left: 0;
    }
    .s1-time b{
        font-size: 20px;
        margin-bottom: 0;
    }
    .s1-time span{
        font-size: 14px;
    }
}