@charset "UTF-8";

html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}
.banner .slick-slide.slick-current a img {
    animation: img_scale linear 8s;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}




body {
    overflow-x: hidden;
}

.banner {
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
}


.banner .slick-dots {
    bottom: 3%;
}

.banner .slick-dots li {
    width: 83px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    opacity: 0.43;
}

.banner .slick-dots li button {
    display: none;
}


.banner .slick-dots li.slick-active {
    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 top;
    z-index: 9;
}



.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #f4f4f4;
    padding-top: 112px;
}
/* s1 */

.s1 {
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../images/s1-bj.jpg) no-repeat;
    background-size: cover;
}

.tit {
    position: relative;
    text-align: center;
    font-size: 0;
    margin-bottom: 60px;
}

.tit b {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #005d89;
    opacity: 0.5;
    cursor: pointer;
    padding: 0 20px;
    padding-bottom: 20px;
    display: inline-block;
}

.tit b.on {
    opacity: 1;
    background: url(../images/tit-bj.png) no-repeat;
    background-size: 198px;
    background-position: center bottom;
}

.tit b:first-child {
    margin-right: 6%;
}

.more a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    letter-spacing: 1px;
    color: #005d89;
    padding-right: 20px;
    padding-bottom: 6px;
    background: url(../images/more-bj.png) no-repeat;
    background-position: 95% top;
    transition: all 0.1s;
    display: none;
}

.more a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 66px;
    height: 1px;
    background-color: #005d89;
}

.more a:hover {
    background-position: right top;
    opacity: 0.7;
}

.more a.on {
    display: block;
}

.s1-banner {
    float: left;
    width: 51.4%;
    margin-right: 3%;
    position: relative;
    padding-right: 14px;
    padding-bottom: 17px;
}

.s1-banner .pic {
    height: 454px;
    padding-top: 0;
}

.s1-banner::after {
    content: '';
    background-color: #056fa1;
    border-radius: 50px 50px 0px 50px;
    width: 90%;
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.s1-banner>ul {
    position: relative;
    z-index: 2;
}

.s1-banner ul li a {
    position: relative;
}

.s1-banner ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 20px;
    color: #f4f4f4;
    padding: 20px 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}

.s1-banner ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-zzc.png) repeat-x;
    background-position: center bottom;
    z-index: 1;
}

.s1-banner ul li a:hover img {
    transform: scale(1.1);
}

.s1-r {
    overflow: hidden;
}

.s1-date {
    text-align: center;
    border-radius: 6px;
    border: solid 1px #cfdde3;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}

.s1-date b {
    font-size: 30px;
    color: #005d89;
    display: block;
    font-weight: normal;
    background-color: #fff;
    line-height: 40px;
}

.s1-date span {
    font-size: 14px;
    display: block;
    color: #005d89;
    background-color: #e3e3e3;
    padding: 0 8px;
    line-height: 25px;
    transition: all 0.6s;
}

.s1-tx {
    overflow: hidden;
    padding-top: 10px;
}

.s1-tx p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s1-r ul li {
    padding: 14px 0;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.s1-r ul li:first-child::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.s1-r ul li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #005d89;
    transition: all 0.6s;
}

.s1-r ul li:hover:after {
    width: 100%;
}

.s1-r ul li:hover {
    border-color: transparent;
}

.s1-r ul li:hover p {
    color: #005d89;
}

.s1-r ul li:hover span {
    background-color: #005d89;
    color: #fff;
}

.s1-box {
    position: relative;
}

.s1-c {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s;
}

.s1-c.on {
    position: relative;
    z-index: 1;
    opacity: 1;
}

.s1-banner .slick-dots {
    bottom: 60px;
}

.s1-banner .slick-dots li {
    width: 11px;
    height: 11px;
    background-color: #ffffff;
    opacity: 0.49;
    border-radius: 50%;
}

.s1-banner .slick-dots li.slick-active {
    opacity: 1;
}

/* s2 */
.s2 {
    padding-top: 50px;
    padding-bottom: 70px;
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
}

.s2-date {
    border: solid 1px #005d89;
    float: left;
    margin-right: 17px;
}

.s2-date span {
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    width: 30px;
    background-color: #005d89;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
    vertical-align: top;
}

.s2-date b {
    display: inline-block;
    font-size: 26px;
    font-weight: normal;
    color: #286658;
    line-height: 57px;
    vertical-align: top;
    padding: 0 10px;
    background-color: #fff;
}

.s2-tx p {
    font-size: 16px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000000;
}

.s2-list ul li {
    width: 50%;
    float: left;
}

.s2-list ul li:nth-child(odd) {
    padding: 0px 5% 0px 10%;
}

.s2-list ul li:nth-child(even) {
    padding: 0 10% 0 5%;
}

.s2-list ul li a {
    border-bottom: 1px dashed #b4b4b4;
    padding: 25px 0;
}

.s2-list ul {
    display: none;
}

.s2-list ul.on {
    display: block;
}

/* s3 */
.s3 {
    padding-top: 80px;
    padding-bottom: 140px;
    background: url(../images/s3-bj.jpg) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.s3 .tit b:first-child {
    margin-right: 0;
}


.s3-banner {
    width: 68%;
    float: left;
    overflow: hidden;
}


.s3-banner .pic {
    padding-top: 0;
    height: 580px;
}

.s3-c {
    background: url(../images/s3-tx-bj.jpg) no-repeat;
    background-position: right center;
    background-size: 32% 100%;
    border-radius: 50px 0 50px 0;
    overflow: hidden;
    position: relative;
    box-shadow: 5px 10px 31px 0px rgba(38, 141, 196, 0.3);
}

.s3-list {
    width: 33.5%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.s3-list ul li {
    padding: 0 32px;
    position: relative;
}

.s3-list ul li a {
    line-height: 33px;
    font-size: 24px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
    padding: 41px 0;
    border-top: solid 1px #276f92;
}

.s3-list ul li a img {
    margin-right: 8px;
    vertical-align: text-bottom;
}

.s3-list ul li.on::after {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-100%, -50%);
    border-top: 15px solid transparent;
    border-right: 15px solid #1e77e4;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}

.s3-list ul li.on::before {
    content: '';
    position: absolute;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    border-top: 7px solid #054868;
    border-right: 11px solid #054868;
    border-bottom: 7px solid transparent;
    border-left: 11px solid transparent;
}


.s3-list ul li:hover a {
    font-weight: 600;
}

.s3-banner ul li {
    display: none;
}

.s3-banner ul li.on {
    display: block;
}

.s3-list ul li.on {
    background-color: #1e77e4;
}

/* s4 */
.s4 {
    padding: 50px 0;
    background: url(../images/s4-bj.jpg) no-repeat;
    background-size: 100% 300px;
    background-position: center top;
}

.s4 .tit b.on {
    margin-right: 0;
    color: #fff;
    background: url(../images/tit-bj2.png) no-repeat;
    background-size: 198px;
    background-position: center bottom;
}

.s4 .more a {
    color: rgba(255, 255, 255, 0.43);
    background: url(../images/more-bj2.png) no-repeat;
    background-position: 95% top;
}

.s4 .more a::after {
    background-color: #6ea3bc;
}

.s4 .more a:hover {
    background-position: right top;
}

.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}



.s4-tx {
    border-top: none;
    border: 1px solid #abd2e4;
    padding: 30px 20px;
    background-color: #fff;
}

.s4-tx p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.s4-tx span {
    font-size: 16px;
    color: #005d89;
    display: block;
}

.s4-banner .pic {
    padding-top: 66.8%;

}

.s4-banner ul li a,
.s4-list ul li a {
    margin: 0 3%;
    position: relative;
}

.s4-banner .slick-slider,
.s4-list .slick-slider {
    padding: 0 50px;
}

.s4-banner .slick-prev {
    width: 29px;
    height: 43px;
    background: url(../images/s4-l.png) no-repeat;
    background-size: cover;
    top: 120px;

}

.s4-banner .slick-next {
    width: 29px;
    height: 43px;
    background: url(../images/s4-r.png) no-repeat;
    background-size: cover;
    top: 120px;
}

.s4-banner {
    margin-bottom: 80px;
}

.s4-list .pic {
    padding-top: 55%;
    background-color: #fb7254;
    border-radius: 10px;
}

.s4-list ul li a p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #ffffff;
    transition: all 0.3s;
}

.s4-list ul li a:hover p {
    letter-spacing: 3px;
}

/* s5 */
.s5 {
    padding-top: 50px;
    padding-bottom: 150px;
}

.s5-banner {
    width: 74%;
    float: left;
}

.s5-banner .pic {
    padding-top: 0;
    height: 465px;
}

.s5-banner .pic::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.s5-banner ul li a {
    position: relative;
    margin: 0 18px;
}

.s5-banner ul li a p {
    writing-mode: vertical-lr;
    writing-mode: tb-lr; /* IE浏览器下的属性 */
    position: absolute;
    height: 360px;
    left: 30px;
    top: 20px;
    font-size: 22px;
    color: #ffffff;
    line-height: 40px;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 2px;
}

.s5-more {
    writing-mode: vertical-lr;
    padding-bottom: 52px;
    position: absolute;
    right: 40px;
    bottom: 0;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s;
}

.s5-more::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: #fff;
    transition: all 0.3s;
}

.s5-banner ul li a:hover .s5-more {
    padding-bottom: 80px;

}

.s5-banner ul li a:hover .s5-more::after {
    height: 80px;
}

.s5-r {
    overflow: hidden;
}

.s5-r ul li a {
    background: url(../images/s5-list-bj.jpg) no-repeat;
    background-size: cover;
    padding: 15px 0;
    text-align: center;
    border-radius: 10px;
}

.s5-r ul li a p {
    font-size: 16px;
    letter-spacing: 1px;
    color: #ffffff;
}

.s5-r ul li {
    margin-top: 34px;
}

.s5-r ul li:first-child {
    margin-top: 0;
}

.s5-r ul li a .icon {
    height: 30px;
    margin-bottom: 10px;
}

.s5-r ul li a:hover .icon {
    animation: icon-yh 0.6s;
}









@media screen and (max-width:1200px){

    #downPage {
        display: none;
    }

    html,
    body,
    .banner,
    .banner .slick,
    .banner .slick div,
    .banner .slick-slide a,
    .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
        padding-top: 0;
    }

    
    .s3-banner .pic{
        height: 480px;
    }
    .s3-list ul li a{
        padding: 31px 0;
        font-size: 22px;
    }

    
}




@media screen and (max-width:1024px) {
   


    .s1,.s2,.s3,.s4{
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .s5{
        padding-top: 0;
        padding-bottom: 80px;
    }
    .s1-banner{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .s1-banner .pic{
        height: auto;
        padding-top: 64.4%;
    }
    .tit b{
        font-size: 26px;
    }
    .more a{
        font-size: 14px;
        background-size: 10px;
    }
    .tit{
        margin-bottom: 40px;
    }
    .s1-banner ul li a p{
        font-size: 18px;
    }
    .s2-list ul li:nth-child(even){
        padding: 0 8% 0 4%;
    }
    .s2-list ul li:nth-child(odd){
        padding: 0 4% 0 8%;
    }
    .s2-list ul li a{
        padding: 20px 0;
    }


    .s3-banner .pic{
        height: 450px;
    }
    .s3-list ul li a{
        padding: 28px 0;
        font-size: 20px;
    }
    .s3-banner{
        float: none;
        width: auto;
    }
    .s3-list{
        width: auto;
        position: static;
        transform: none;
        font-size: 0;
    }
    .s3-list ul li.on::before,.s3-list ul li.on::after{
        content: none;
    }
    .s3-list ul li{
        display: inline-block;
        width: 50%;
        padding: 0;
    }
    .s3-list ul li a{
        border: none;
        padding: 20px 0;
        font-size: 18px;
    }
    .s3-c{
        background-size: cover;
        border-radius: 50px 0;
    }
    .s3-banner .pic{
        height: auto;
        padding-top: 60%;
    }
    .s4-banner .slick-slider, .s4-list .slick-slider{
        padding: 0;
    }
    .s4-banner{
        margin-bottom: 50px;
    }
    .s4-list ul li a p{
        font-size: 20px;
    }
    .s5-banner{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s5-r{
        font-size: 0;
    }
    .s5-r ul li{
        display: inline-block;
        width: 25%;
        padding: 0 10px;
    }
    .s5-banner ul li a p{
        font-size: 20px;
    }
    .s4 .more a{
        background-size: 10px;
    }
}

@media screen and (max-width:768px) {
    .s1,.s2,.s3,.s4{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .s5{
        padding-bottom: 60px;
    }
    .banner .slick-dots li{
        width: 60px;
    }
    .tit b{
        font-size: 22px;
        padding: 0 10px;
        padding-bottom: 15px;
    }
    .tit b:first-child{
        margin-right: 3%;
    }
    .tit b.on{
        background-size: 120px;
    }
    .more a{
        font-size: 13px;
    }
    .tit{
        margin-bottom: 30px;
    }
    .s1-banner ul li a p{
        font-size: 16px;
    }
    .s1-date b{
        font-size: 26px;
    }
    .s2-list ul li:nth-child(even){
        padding: 0 4%;
    }
    .s2-list ul li:nth-child(odd){
        padding: 0 4%;
    }
    .s2-list ul li a{
        padding: 20px 0;
    }
    .s2-date b{
        font-size: 24px;
    }
    .s3-list ul li a img{
        width: 24px;
    }
    .s3-list ul li a{
        padding: 15px 0;
        font-size: 16px;
    }
    .s4-tx{
        padding: 20px 15px;
    }
    .s4-tx p{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .s4-tx span{
        font-size: 14px;
    }
    .s4-banner{
        margin-bottom: 30px;
    }
    .s4-list ul li a p{
        font-size: 18px;
    }
    .s5-r ul li{
        width: 50%;
        margin-top: 15px;
    }
    .s5-banner ul li a p{
        font-size: 18px;
    }
    .s5-more{
        font-size: 16px;
    }
}

@media screen and (max-width:480px) {
    .s1,.s2,.s3,.s4{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .s5{
        padding-bottom: 40px;
    }
    .tit b{
        font-size: 20px;
    }
    .tit{
        text-align: left;
    }
    .more a{
        font-size: 12px;
    }
    .tit{
        margin-bottom: 20px;
    }
    .s2-list ul li {
        float: none;
        width: auto;
    }
    .s4-banner{
        margin-bottom: 20px;
    }
    .s4-list ul li a p{
        font-size: 16px;
    }
    .s5-r ul li a p{
        font-size: 14px;
    }
    .s5-banner ul li a p{
        font-size: 16px;
    }
    .s5-more{
        font-size: 14px;
    }
    .s5-banner ul li a{
        margin: 0 10px;
    }
}