@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;
    background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;
}

.banner img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.banner a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 26.56%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-dots {
    bottom: 8%;
}

.banner .slick-dots li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 15px;
    position: relative;
}

.banner .slick-dots .slick-active {
    background-color: #fff;


}

.banner .slick-dots li:first-child::after {
    content: '';
    width: 84px;
    height: 1px;
    position: absolute;
    top: 4px;
    left: -84px;
    background: linear-gradient(270deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.banner .slick-dots li:last-child::after {
    content: '';
    width: 84px;
    height: 1px;
    position: absolute;
    top: 4px;
    right: -84px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.banner .slick-dots {
    display: none !important; /* 默认隐藏导航点 */
    transition: normal 1 ease 0 opacity; 
}
.banner .slick-slider:hover .slick-dots {
    display: block !important; /* 鼠标悬停时显示导航点 */
     transition: normal 1 ease 0 opacity;  
}


/* index */

.s1 {
    padding: 60px 0;
}

.tit {
    margin-bottom: 45px;
    position: relative;
}

.tit h3 {
    line-height: 32px;
    background: url(../images/tit.png) no-repeat left center;
    padding-left: 10px;
    padding-bottom: 10px;
}

.tit h3 b {
    font-size: 32px;
    color: #3D3D3D;
}

.tit h3 img {
    vertical-align: 8px;
}

.tit h3 b:last-child {
    color: #3B41AE;
}

.s1-l {
    width: 70%;
    float: left;
}

.tit a {
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #9B9B9B;
    padding-right: 40px;
    background: url(../images/more.png) no-repeat right 2px center;
}

.tit a:hover {
    color: #3B41AE;
}


.s1-banner {
    width: 57%;
    position: relative;
    float: left;
}

.s1-banner::after {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/s1-after.png) no-repeat;
    left: -20px;
    bottom: -30px;
}

.s1-banner .pic {
    padding-top: 0;
    height: 396px;
}

.s1-list {
    overflow: hidden;
}

.s1-list ul li a p {
    font-size: 18px;
    color: #323232;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-list ul li a p span {
    float: right;
    color: #C4C4C4;
    font-size: 18px;
}

.s1-list ul li {
    background: url(../images/s1-txbj.jpg) no-repeat;
    background-size: 0% 100%;
    transition: all 0.8s;
}

.s1-list ul li.on {
    background: url(../images/s1-txbj.jpg) no-repeat;
    background-size: 100% 100%;
}

.s1-list ul li.on p {
    color: #fff;
    font-weight: 600;
    padding-bottom: 20px;
    background: url(../images/s1-arrow.png) no-repeat left bottom;
}

.s1-list ul li.on .s1-time {
    padding-left: 10px;
    padding-bottom: 20px;
    background: url(../images/s1-line.png) no-repeat left bottom;
    display: block;
}

.s1-list ul li.on p span {
    display: none;
}

.s1-list ul li a {
    padding-left: 22px;
    background: url(../images/s1-dots.png) no-repeat 10px center;
}

.s1-list ul li.on a {
    padding-left: 0;
    background-size: 0;
}

.s1-time {
    float: left;
    margin-right: 26px;
    font-size: 18px;
    color: #FFFFFF;
    display: none;
}

.s1-list ul li {
    padding: 15px 0;
}


.s1-r {
    width: 27%;
    float: right;
}

.s1-date b {
    color: #323232;
    font-size: 18px;
    display: block;
}

.s1-date span {
    font-size: 14px;
    color: #BBBBBB;
    display: block;
}

.s1-date {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #DEDEDE;
}

.s1-tx {
    overflow: hidden;
}


.s1-tx p {
    font-size: 18px;
    line-height: 26px;
    color: #323232;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.s1-r ul {
    border-top: 3px solid #3B41AE;
    background: #FFFFFF;
    box-shadow: 0px 6px 14px 0px rgba(0, 91, 198, 0.06);
    padding: 10px 20px;
}

.s1-r ul li {
    border-bottom: 1px solid #E6E6E6;
    padding: 20px 0;
}

.s1-r ul li:hover {
    border-color: #3B41AE;
}

.s1-r ul li:hover p {
    color: #3B41AE;
}

.s1-r ul li:last-child {
    border: none;

}

/* s2 */
.s2 {
    background: url(../images/s2-bj.jpg) no-repeat;
    background-size: cover;
    padding-top: 46px;
    padding-bottom: 112px;
}

.s2-l {
    width: 49%;
    float: left;
}

.s2-l ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2-l ul li {
    width: 46%;
    padding: 25px;
    margin-bottom: 40px;
    background: url(../images/s2-txbj.jpg) no-repeat center top #fff;
    background-size: 0 100%;
    transition: all 0.5s;
}

.s2-l ul li a h3 {
    font-size: 18px;
    line-height: 27px;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #3D3D3D;
    margin-bottom: 50px;
}

.s2-l ul li a div {
    display: flex;
    align-items: center;
    line-height: 20px;
    position: relative;

}

.s2-l ul li a div::after {
    content: '';
    position: absolute;
    left: 0;
    top: -35px;
    width: 25px;
    height: 2px;
    background: linear-gradient(270deg, #3B41AE 0%, #186BB9 100%);
}

.s2-l ul li a div b {
    padding-left: 18px;
    background: url(../images/s2-dateh.png) no-repeat left center;
    color: #3B41AE;
    font-size: 16px;
    width: 120px;
}

.s2-l ul li a div .s2-line {
    width: calc(100% - 200px);
    height: 20px;
    background: url(../images/s2-line.png) no-repeat left center;
    background-size: 100%;
}

.s2-l ul li a div span {
    font-size: 16px;
    color: #C5C5C5;
    width: 70px;
}

.s2-l ul li:hover {
    background-size: 100% 100%;
}

.s2-l ul li:hover h3 {
    color: #fff;
}

.s2-l ul li:hover b {
    color: #fff;
    background: url(../images/s2-date.png) no-repeat left center;
}


.s2-l ul li:hover .s2-line {
    background: url(../images/s2-lineh.png) no-repeat left center;
    background-size: 100%;
}

.s2-l ul li:hover div::after {
    background: #fff;
}

.s2-r {
    width: 49%;
    float: right;
}

.s1-r .tit,
.s2-r .tit {
    text-align: center;
}

.s1-r .tit h3,
.s2-r .tit h3 {
    display: inline-block;
}


.s2-rl h3 {
    font-size: 18px;
    font-weight: bold;
    color: #E56A3A;

    border-radius: 10px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFF8F6 100%);
    box-shadow: 0px 6px 14px 0px rgba(0, 91, 198, 0.1);
    line-height: 57px;
    text-align: center;
    margin-bottom: 15px;
}

.s2-box {
    text-align: center;
    background: url(../images/s2-rili.png) no-repeat center bottom;
    background-size: cover;
    padding-top: 35px;
    padding-bottom: 40px;
    box-shadow: 0px 6px 14px 0px rgba(0, 91, 198, 0.1);
    border-radius: 5px;
    position: relative;
}

.s2-box::after {
    content: '';
    position: absolute;
    left: 20%;
    top: -25px;
    width: 12px;
    height: 34px;
    background: url(../images/rili.png) no-repeat;
    background-size: 100% 100%;
}

.s2-box::before {
    content: '';
    position: absolute;
    right: 20%;
    top: -25px;
    width: 12px;
    height: 34px;
    background: url(../images/rili.png) no-repeat;
    background-size: 100% 100%;
}

.s2-box .pic {
    padding-top: 0;
    border: 3px solid #F7DFA5;
    width: 210px;
    height: 133px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.s2-box p {
    font-size: 20px;
    font-weight: bold;
    color: #323232;
    line-height: 40px;
}

.s2-box p span {
    font-size: 26px;
    color: #E56A3A;
    margin: 0 10px;
}

/* s3 */
.s3 .tit {
    text-align: center;
}

.s3 .tit h3 {
    display: inline-block;
}

.s3 .px1400 {
    background-color: #fff;
    margin-top: -56px;
    padding: 30px;
    padding-bottom: 80px;
    max-width: 1460px;
}

.s3-list ul li a {
    margin: 14px;
    transition: all 0.5s;
}

.s3-tx {
    padding: 25px;
    padding-bottom: 30px;
    background: url(../images/s3-txbj.png) no-repeat;
    background-size: cover;
}

.s3-tx h3 {
    color: #323232;
    line-height: 30px;
    font-size: 18px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}

.s3-tx>div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: url(../images/s3-line.png) no-repeat 110px center;

}

.s3-tx>div b {
    color: #3B41AE;
    font-size: 20px;
}

.s3-tx>div span {
    color: #3B41AE;
    font-size: 14px;
}

.s3-tx>div>div {
    color: #C5C5C5;
    font-size: 14px;
    background-color: #fff;
}



.s3-list ul li a:hover h3 {
    color: #3B41AE;
}

.s3-list ul li a:hover {
    box-shadow: 0px 6px 14px 0px rgba(0, 91, 198, 0.1);
}


/* s4 */
.s4 .meeting {
    height: 160px;
    width: 100%;
    background: url(../images/meeting.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.s4 .meeting h3 {
    line-height: 95px;
    font-size: 32px;
    font-weight: bold;
    color: #FFFFFF;
    background: url(../images/meeting-tit.png) no-repeat;
    background-position: center center;
    transition: all 0.5s;
}

.s4 .meeting h3:hover {
    letter-spacing: 2px;
}
.foot{
   position:relative
}
div#qrcode{
   position:absolute;
   top:25px;
   right:8%;
}
div#qrcode img{
   width:100px;
   height:100px
}
@media screen and (max-width:1400px) {

}

@media screen and (max-width:1200px) {
    div#qrcode{
       right:8px;
     }
    div#qrcode img{
       width:80px;
       height:auto;
     }
}



@media screen and (max-width:1024px) {


    .s1-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s1-r {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s1-banner {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .s1-banner .pic {
        padding-top: 75%;
        height: auto;
    }

    .tit h3 b {
        font-size: 26px;
    }

    .s1 {
        padding: 50px 0;
    }

    .tit {
        margin-bottom: 30px;
    }

    .s2-l {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .s2-r {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .s3 .px1400 {
        margin: 0;
    }

    .s3 .px1400 {
        padding: 20px;
    }

    .s4 .meeting h3 {
        font-size: 26px;
    }
    div#qrcode{
       position:relative;
     }
}

@media screen and (max-width:768px) {
    .tit h3 b {
        font-size: 22px;
    }

    .tit a {
        font-size: 14px;
    }

    .s1 {
        padding: 30px 0;
    }

    .tit {
        margin-bottom: 20px;
    }

    .s3-tx h3,
    .s2-l ul li a h3,
    .s1-tx p,
    .s1-list ul li a p {
        font-size: 16px;
    }

    .s2 {
        padding-bottom: 60px;
    }

    .s3 .px1400 {
        padding: 20px 10px;
    }

    .s4 .meeting h3 {
        font-size: 24px;
    }
    div#qrcode{
       margin-bottom:10px;
     }

}

@media screen and (max-width:640px) {
    .s2-l ul li {
        width: 100%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {}