@charset "UTF-8";
html,
body,
.banner,
.banner .slick,
.banner .slick div,
.banner .slick-slide a,
.banner .slick-slide a img {
    width: 100%;
    height: 100%;
}
body {
    overflow-x: hidden;
}

.banner {    width: 1800px;
    margin: 0 auto;
    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%;
}


@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}
.banner .slick-dots {
    bottom: 5%;
}
.banner .slick-dots li {
	width: 23px;
	height: 21px;
    background: url(../images/banner-dots.png) no-repeat;
    background-position: center center;
    margin: 0 6px;
}
.banner .slick-dots li button{
    display: none;
}
.banner .slick-dots .slick-active {

    background: url(../images/banner-dots-a.png) no-repeat;
}


.index {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99;
    background: #fff;
    padding-top: 170px;
    background: url(../images/index-bj.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: center bottom;
}


/* index */


.s1 {
    padding: 25px 0;
}

.tit {
    margin-bottom: 20px;
    position: relative;
}

.tit b {
    font-size: 30px;
    color: #333333;
}

.tit a {
    font-size: 16px;
    color: #333333;
    padding-right: 30px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: url(../images/s1-arrow.png) no-repeat;
    background-position: 90% center;
    transition: all 0.3s;
}

.tit a:hover {
    color: #ff8b00;
    background-position: 100% center;
}

.s1-l {
    width: 42%;
    float: left;
}

.s1-banner .pic {
    height: 400px;
    padding-top: 0;
}

.s1-banner ul li a {
    position: relative;
}

.s1-banner ul li a p {
    font-size: 18px;
    color: #ffffff;
    width: 100%;
    padding: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 2;
    padding-right: 107px;
}

.s1-banner ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/s1-zzc.png) no-repeat;
    background-position: center bottom;
    background-size: 100%;
    z-index: 1;
}

.s1-banner ul li a:hover img {
    transform: scale(1.1);
}

.news-list {
    /* border-left: 2px solid #ff8b00; */
    padding: 15px 0;
    background-color: #fff;
}


.news-list>ul li a {

    font-size: 16px;
    color: #111111;
    padding: 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/s1-list-bj.jpg) no-repeat;
    background-size: 0 100%;
    transition: all 0.5s;
}

.news-list>ul li {
    position: relative;
    padding: 0 10px;
    margin-bottom: 10px;
}

.news-list>ul li:last-child {
    margin-bottom: 0;
}

/* .news-list>ul li:before {
    content: '';
    position: absolute;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 17px;
    height: 2px;
    background-color: #fc9950;
} */
.news-list>ul li a span {
    font-size: 14px;
    color: #111111;
    opacity: 0.6;
    transition: all 0.6s;
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.news-list>ul li a p{
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 23px;
    height: 46px;
   
}

.s1-notice {
    background: url(../images/s1-midbj.jpg) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: relative;
}

.n-date b {
    font-family: Georgia;
    font-size: 36px;
    color: #111111;
    display: block;
    font-weight: normal;
}

.n-date span {
    font-family: Georgia;
    font-size: 14px;
    color: #111111;
    opacity: 0.59;
    display: block;
}

.n-date {
    text-align: center;
    padding-right: 12px;
    padding-bottom: 12px;
    float: left;
    background: url(../images/s1-date-bj.png) no-repeat;
    background-position: right bottom;
    margin-right: 15px;
}

.n-tx {
    overflow: hidden;
    padding-top: 10px;
}

.n-tx p {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111111;
}

.s1-notice ul li a {
    padding: 11px 0;
}

.s1-media {
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 10px #ddd;
}

.s1-media ul li a span {
    font-size: 14px;
    color: #111111;
    padding-left: 40px;
    background: url(../images/s1-media-date-bj.png) no-repeat;
    background-position: left center;
}

.s1-media ul li a b {
    font-size: 14px;
    color: #111111;
    opacity: 0.6;
    float: right;
}

.s1-media ul li a p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 26px;
    color: #111111;
    margin-top: 17px;
}

.s1-media ul li a:hover p {
    color: #1375b2;
}

.s1-media ul li a {
    padding: 20px 0;
    border-bottom: 1px solid #c7c7c7;
}

.s1-media ul li:first-child a {
    padding-top: 0;
}
/* 2023/07/17* 新闻板块修改样式*/


.news-list>ul li.active a {
    background-size: 100% 100%;
}

.news-list>ul li.active a {
    color: #fff;
}

.news-list>ul li.active a span {
    color: #fff;
    opacity: 1;
}


.s1-banner{
    float: left;
    width: 60%;
}
.s1-l{
    width: 70%;
}
.news-list{
    overflow: hidden;
}
.news-list>ul li a{
    padding: 10px;
}
.s1-banner .slick-dots {
    text-align: right;
    padding-bottom: 35px;
    padding-right: 20px;
}
.s1-banner .slick-dots li{
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.s1-banner .slick-dots li.slick-active{
    opacity: 1;
}
.s1-banner ul li a p{
    text-align: left;
}

.s1-r .tit b{
    font-size: 24px;
    opacity: 0.6;
    cursor: pointer;
}
.s1-r .tit b.on{
    font-size: 24px;
    opacity: 1;
}

.s1-c>div{
    display: none;
}

.s1-c>div.on{
    display: block;
}


.s1-r {
    width: 30%;
    float: left;
}

.s1-notice,
.s1-media {
    padding: 18px 25px;
}
.s1-notice ul li a {
    padding: 11px 0;
}
.s1-media ul li a{
    padding: 15px 0;
}
.s1-banner .slick-prev{
    width: 19px;
    height: 34px;
    background: url(../images/s2-l.png) no-repeat;
    background-size: cover;
    left: 15px;
}
.s1-banner .slick-next{
    width: 19px;
    height: 34px;
    background: url(../images/s2-r.png) no-repeat;
    background-size: cover;
    right: 15px;
}
.s1-more a{
    display: none;
}
.s1-more a.on{
    display: block;
}
/* 2023/0717 结束*/

/* s2 */
.px1500 {
    max-width: 1500px;
    margin: 0 auto;
}

.s2-list {
    font-size: 0;
}

.s2-list .icon {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
}

.s2-tx {
    overflow: hidden;
    padding-top: 20px;
}

.s2-list ul li a {
    margin: 1px;
    padding: 25px 20px;
    background-color: rgba(255, 255, 255, 0.5);
}
.s2-list ul li a:hover {
    background: url(../images/s2-txbj.jpg) no-repeat;
    background-size: cover;
}
.s2-list .icon{
    position: relative;
}
.s2-list .icon::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80px;
    height: 80px;
    border: 1px dashed #ff8b00;
    border-radius: 50%;

}
.s2-list ul li a:hover .icon::after{
    border-color: #fff;
}
.s2-list .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s2-list .icon img:first-child {
    display: block;
}

.s2-list .icon .img_hover {
    display: none;
}

.s2-tx p {
    font-size: 22px;
    line-height: 24px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
}



.s2-list ul li a:hover .icon {
    background-color: #fff;
}


.s2-list ul li a:hover p{
    color: #fff;
}

.s2-list .slick-slider {
    padding: 0 25px;
}

.s2-list .slick-prev {
    width: 19px;
    height: 34px;
    left: -20px;
    background: url(../images/s2-l.png) no-repeat;
    background-size: cover;
}

.s2-list .slick-next {
    width: 19px;
    height: 34px;
    right: -20px;
    background: url(../images/s2-r.png) no-repeat;
    background-size: cover;
}


.s3 {
    padding: 25px 0;
}

.s3-l {
    width: 47%;
    float: left;
}

.s3-l .pic {
    height: 314px;
    padding-top: 0;
}

.s3-r {
    overflow: hidden;
}

.s3-r ul li {
    width: 33.3%;
    float: left;
}

.s3-r ul li a {
    height: 158px;
    padding-top: 30px;
    text-align: center;
}

.s3-r ul li a .icon {
    height: 55px;
    position: relative;
}

.s3-r ul li a .icon img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s3-r ul li a .icon img:first-child {
    display: block;
}




.s3-r ul li a:hover img:first-child {
    display: none;
}

.s3-r ul li a:hover img:last-child {
    display: block;
}


.s3-r ul li a p {
    font-size: 22px;
    color: #ffffff;
    margin-top: 10px;
}

.s3-r ul li a:hover p {
    color: #166da6;
}

.s3-r ul li:nth-child(1) {
    background: url(../images/s3-pic1.jpg) no-repeat;
    background-size: cover;
}

.s3-r ul li:nth-child(2) {
    background: url(../images/s3-pic3.jpg) no-repeat;
    background-size: cover;
}

.s3-r ul li:nth-child(3) {
    background: url(../images/s3-pic2.png) no-repeat;
    background-size: cover;
}

.s3-r ul li:nth-child(4) {
    background: url(../images/s3-pic4.png) no-repeat;
    background-size: cover;
}

.s3-r ul li:nth-child(5) {
    background: url(../images/s3-pic6.png) no-repeat;
    background-size: cover;
}

.s3-r ul li:nth-child(6) {
    background: url(../images/s3-pic5.jpg) no-repeat;
    background-size: cover;
}


.s4-banner .pic {
    padding-top: 38%;

}

.s4-banner ul li a {
    margin: 0 9px;
}

.s4-banner {
    padding-bottom: 25px;
}


.link {
    background-color: #ebecec;

    font-size: 0;
}

.link b {

    font-size: 20px;
    color: #333333;
    margin-right: 40px;
    vertical-align: middle;
    line-height: 55px;
}

.link ul {
    display: inline-block;
    vertical-align: middle;
    text-align: justify;
}

.link ul li {
    display: inline-block;
    margin-right: 90px;
    position: relative;

}

.link ul li:last-child {
    margin-right: 0;
}

.link ul li a {
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    line-height: 55px;
}
.link ul li a:hover{
    color: #1375b2;
}

.ej-link {

    background-color: #1375b2;
    position: absolute;
    left: 0;
    bottom: 55px;
    min-width: 150px;
    padding: 10px;
    white-space: nowrap;
    display: none;
}

.link ul li .ej-link a {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    padding: 0 5px;
}

.link ul li .ej-link a:hover {
    background-color: #fff;
    color: #1375b2;
}

.link ul li:hover .ej-link {
    display: block;
}

.link ul li img {
    position: absolute;
    top: 50%;
    right: -30px;
    transform: translateY(-50%);

}



@media screen and (max-width:1600px){

.banner {    width: 100%;
    margin: 0 auto;
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}



    .s2-list .slick-arrow{
        display: none !important;
    }
}
@media screen and (max-width:1500px){

.banner {    width: 100%;
    margin: 0 auto;
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}
    .s2-list .slick-slider{
        padding: 0 10px;
    }
}



@media screen and (max-width:1200px) {





.banner {    width: 100%;
    margin: 0 auto;
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}





    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;
    }



    .s1-l{
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }


    /* .s1-banner .pic{
        height: auto;
        padding-top: 66%;
    } */


    .s1-r{
        float: none;
        width: auto;
        margin-right: 0;

    }
    .n-date b{
        font-size: 32px;
        line-height: 40px;
    }


    

}


@media screen and (max-width:1024px) {
.banner {    width: 100%;
    margin: 0 auto;
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}

    .s1-banner .pic{
        height: auto;
        padding-top: 66%;
    }

    .s1-banner{
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s1-r .tit b.on{
        font-size: 26px;
    }
    .s1-r .tit b{
        font-size: 26px;
    }
    .tit b{
        font-size: 26px;
    }
    .s1{
        padding: 30px 0;
    }
    .s2-list ul li a{
        padding: 20px;
    }
    .s2-list .icon{
        width: 60px;
        height: 60px;
    }
    .s2-tx{
        padding-top: 10px;
    }
    .s2-list .icon::after{
        width: 70px;
        height: 70px;
    }
    .s2-tx p{
        font-size: 18px;
        line-height: 24px;
        height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .n-date b{
        font-size: 30px;
    }
    .s3-l{
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s3-l .pic{
        padding-top: 45.8%;
        height: auto;
    }
    .s1,.s3{
        padding: 40px 0;
    }
    .s3-r ul li a p{
        font-size: 18px;
    }
    .s3-r ul li a{
        height: auto;
        padding: 30px 0;
    }
    .link ul li a{
        font-size: 16px;
    }
    .link ul li{
        margin-right: 50px;
    }
    .link ul li img{
        right: -18px;
    }
    .news-list>ul li{
        padding: 0;
    }

}


@media screen and (max-width:768px) {
.banner {    width: 100%;
    margin: 0 auto;
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}
    .s1-r .tit b.on{
        font-size: 20px;
    }
    .s1-r .tit b{
        font-size: 20px;
    }
    .s1-banner .slick-dots{
        padding-bottom: 15px;
    }
    .link ul li{
        margin-right: 30px;
    }
    .s1,.s3{
        padding: 30px 0;
    }
    .n-date b{
        font-size: 26px;
    }
    .s2-tx p{
        font-size: 16px;
    }
    .tit b{
        font-size: 20px;
    }
    .s1-notice, .s1-media{
        float: none;
        width: auto;
        margin-right: 0;
        padding: 20px;
    }
    .s1-notice{
        margin-bottom: 20px;
    }
    .s1-banner ul li a p{
        font-size: 16px;
    }


    .s1-notice ul li a{
        padding: 10px 0;
    }
    .s1-media ul li a{
        padding: 15px 0;
    }
    .s1-media ul li a p{
        margin-top: 10px;
    }
    .s3-r ul li a .icon{
        transform: scale(0.8);
    }
    .s3-r ul li a p{
        font-size: 16px;
    }
    .link b{
        font-size: 18px;
        line-height: 30px;
        
    }
    .link ul li a{
        line-height: 36px;
    }
}


@media screen and (max-width:480px) {.banner {    width: 100%;
    margin: 0 auto;
    position: relative;
    /* z-index: 9; */
    overflow: hidden;
}
    .s1,.s3{
        padding: 20px 0;
    }
    .s3-r ul li a{
        height: auto;
        padding: 20px 0;
    }
    .link ul li{
        margin-right: 20px;
    }

}







.ej-link{
    white-space: normal;
    min-width: 206px;
    position: absolute;
    left: 50%;
    bottom: 55px;
    transform: translateX(-50%);
}

@media screen and (max-width:1024px) {
    .news-list>ul li a p{
        line-height: 36px;
        height: 36px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .news-list>ul li a span{
        line-height: 36px;
        position: static;
        float: right;
    }
}

@media screen and (max-width:768px) {
    .ej-link{
        bottom: 36px;
    }
}




































































@media screen and (max-width:1200px) {}



@media screen and (max-width:1024px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:480px) {}