/* 2024å¹´3æœˆ14æ—¥16:15:23 */
@font-face {
    font-family: "sysong";
    src: url(/sy2023/style/fonts/SOURCEHANSERIFCN-HEAVY.OTF);
}

.fixed-djs {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(/sy2023/images/fixed-djs.png) no-repeat;
    background-size: 100% 100%;
    width: 260px;
    height: 283px;
    z-index: 99;
    text-align: center;
    padding-top: 26px;
}

.fixed-djs h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    color: #fffbb8;
}

.fixed-djs div {
    margin-top: 12px;
    text-align: center;
}

.fixed-djs div h4 {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    letter-spacing: 0px;
    color: #ffffff;
}

.fixed-djs div p {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-top: 10px;
}

.fixed-djs div p b {
    display: block;
    font-size: 74px;
    font-weight: normal;
    line-height: 90px;
    color: #fffbb8;
    font-family: "sysong";
}

.fixed-djs div p span {
    display: block;
    font-size: 26px;
    font-weight: normal;
    line-height: 26px;
    color: #ffffff;
}


.fixed-djs.hide{
    transform: translateY(-50%) translateX(100%);
    transition: all 0.5s;
    
}

.close_djs {
    position: absolute;
    right: 5px;
    bottom: 15px;
    border: 1px solid #e50014;
    width: 30px;
    height: 30px;
    z-index: 9;
    cursor: pointer;
}

.close_djs span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 20px;
    height: 2px;
    background: #e50014;
}
.close_djs span:nth-child(1){
    transform: translateX(-50%) translateY(-50%) rotateZ(45deg);
}
.close_djs span:nth-child(2){
    transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}

@media screen and (max-width:1400px) {
    .fixed-djs {
        transform: translateY(-50%) scale(.6);
        transform-origin: right center;
    }
}

@media screen and (max-width:1024px) {
    .fixed-djs {
        transform: translateY(-50%) scale(.4);
    }
}











.gg-tit {
    font-size: 0;
    margin-bottom: 50px;
    position: relative;
    padding-top: 20px;
    overflow: hidden;
}

.gg-tit h3 {
    position: absolute;
    top: 0;
    left: 45px;
    font-size: 70px;
    line-height: 55px;
    text-transform: uppercase;
    font-weight: normal;
    color: #1167d4;
    opacity: 0.15;
    z-index: 8;
}

.gg-tit h2 {
    float: left;
    font-size: 0;
    margin-left: 25px;
    cursor: pointer;
    position: relative;
    z-index: 9;
}

.gg-tit h2::before {
    content: "";
    position: absolute;
    left: -17px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: #333333;
    border-radius: 50%;
}

.gg-tit h2:first-child {
    margin-left: 0;
}

.gg-tit h2:first-child::before {
    content: none;
}

.gg-tit h2 span {
    display: inline-block;
    font-size: 26px;
    line-height: 34px;
    color: #333333;
    vertical-align: middle;
    font-weight: 600;
}

.gg-tit h2 span b {
    font-weight: 600;
    color: #333;
}

.gg-tit h2 img {
    vertical-align: middle;
    display: none;
}

.gg-tit h2.on img {
    display: inline-block;
    margin-right: 10px;
}

.gg-tit h2.on span {
    font-size: 34px;
    line-height: 34px;
    color: #000000;
}

.gg-tit h2.on span b {
    color: #1167d4;
    float: right;
}

.gg-tit-more {
    float: right;
    font-size: 14px;
    color: #808080;
    line-height: 34px;
}

.gg-tit-more a {
    display: none;
    color: #111111;
}

.gg-tit-more a:hover {
    color: #1167d4;
}

.gg-tit-more a img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.gg-tit-more a:first-child {
    display: block;
}

.switch-m {
    position: relative;
}

.switch-m>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    z-index: -9;
}

.switch-m>div.on {
    z-index: 9;
    opacity: 1;
    position: relative;
}

.section1 {
    background: url(/sy2023/images/s1-text.png) no-repeat;
    background-position: 98% center;
    background-size: 100px auto;
    position: relative;
    z-index: 2;
    padding-top: 50px;
}

.s1-l {
    float: left;
    width: 45%;
}

.s1-lc {
    position: relative;
}

.s1-lc::before {
    content: "";
    position: absolute;
    left: -32px;
    bottom: -32px;
    right: 0;
    top: 0;
    background: url(/sy2023/images/s1-lbj.png) no-repeat;
    background-position: right bottom;
}

.s1-lc ul li a {
    display: block;
    position: relative;
    background: #fff;
}

.s1-lc ul li a:hover .s1-linfo>h3 {
    color: #0c64d5;
}

.s1-lc ul li a .pic {
    padding-top: 55%;
}




.s1-lc ul .slick-prev,
.s1-lc ul .slick-next {
    width: 40px;
    height: 70px;
    z-index: 9;
}

.s1-lc ul .slick-prev {
    left: 0px;
   
    z-index: 2;
    top: 35%;
}

.s1-lc ul .slick-next {
    right: 0px;
  
    z-index: 2;
    top: 35%;
}

.s1-linfo {
    position: relative;
    padding: 30px 35px 35px 25px;
    border: 1px solid #c8c8c8;
    border-top: none;
}

.s1-ldata {
    position: absolute;
    right: 35px;
    top: -60px;
    background: rgba(7, 80, 173, .77);
    width: 92px;
    height: 92px;
    padding-top: 20px;
    text-align: center;
    color: #ffffff;
}

.s1-ldata span {
    display: block;
    font-size: 24px;
    line-height: 30px;
}

.s1-ldata i {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
}

.s1-linfo>h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s1-linfo>p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    height: 72px;
    overflow: hidden;
    margin-top: 15px;
}

.s1-r {
    float: right;
    width: 52%;
}

.s1-r ul {
    overflow: hidden;
}

.s1-r ul li {
    float: left;
    width: 46%;
    margin-left: 4%;
    margin-top: 30px;
}

.s1-r ul li:nth-child(-n+2) {}

.s1-r ul li a {
    display: block;
}

.s1-r ul li a .pic {
    padding-top: 56%;
}

.s1-rinfo {
    position: relative;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-top: none;
    padding: 30px 25px;
}

.s1-rinfo h3 {
    font-size: 16px;
    line-height: 26px;
    color: #111111;
    /* font-weight: 600; */
    height: 52px;
    overflow: hidden;
}

.s1-rinfo p {
    position: absolute;
    left: -1px;
    top: 0;
    transform: translateY(-50%);
    width: 125px;
    height: 30px;
    background-color: #0c64d5;
    border-radius: 0px 15px 15px 0px;
    border-radius: 0 15px 15px 0;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}

.s1-r ul li a:hover .s1-rinfo {
    background: #0750ad;
}

.s1-r ul li a:hover .s1-rinfo h3 {
    color: #fff;
}

.s1-r ul li a:hover .s1-rinfo p {
    background: #2bbd99;
    background-image: linear-gradient(90deg,
            #2bbd99 0%,
            #18ab8a 100%);
    border-radius: 0px 15px 15px 0px;
}

.section2 {
    background: url(/sy2023/images/s2-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 70px;
    padding-top: 40px
}

.s2-c {
    background: rgba(255, 255, 255, .85);
    box-shadow: 0px 0px 31px 18px rgba(0, 0, 0, 0.13);

}

.s2-c>div {
    padding: 45px 40px;
}

.s2-l {
    float: left;
    width: 640px;
}

.s2-l ul li a {
    display: block;
}

.s2-l ul li a .pic {
    padding-top: 56%;
}

.s2-l ul li a:hover .s2-ltext h3 {
    color: #0750ad;
}

.s2-l ul li a:hover .s2-ldata {
    background: url(/sy2023/images/s2-ldata-hover.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    color: #0750ad;
}

.s2-l ul li a:hover .s2-ldata p {
    color: #0750ad;
}

.s2-linfo {
    margin-top: 35px;
    overflow: hidden;
}

.s2-ldata {
    float: left;
    width: 91px;
    height: 95px;
    background: url(/sy2023/images/s2-ldata.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    position: relative;
    text-align: center;
    font-size: 0;
    line-height: 50px;
    color: #333;
    margin-right: 20px;
    transition: all 0.3s;
}

.s2-ldata p {
    font-size: 18px;
    line-height: 22px;
    color: #333333;
}

.s2-ldata span {
    font-size: 22px;
    line-height: 25px;
    vertical-align: text-bottom;
    display: inline-block;
}

.s2-ldata i {
    display: inline-block;
    font-size: 32px;
    font-style: normal;
    vertical-align: bottom;
    line-height: 35px;
    margin-left: 8px;
}

.s2-ldata b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
}

.s2-ltext {
    overflow: hidden;
}

.s2-ltext h3 {
    font-size: 20px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #000000;
}

.s2-ltext p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #666666;
    margin-top: 15px;
}

.s2-l .slick-prev, .s2-l .slick-next {
    width: 39px;
    height: 39px;
    background-color: #ffffff;
    text-align: center;
    line-height: 39px;
    bottom: 130px;
    top: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

.s2-l .slick-prev {
    left: auto;
    right: 0;
}

.s2-l .slick-next {
    right: -39px;
}

.s2-l .slick-prev::after {
    content: "<";
    color: #2e3b80;
    font-size: 17px;
    font-family: "???|???ï¿¥???Â·???Â¤?????ï¿ a???â€œ";

}

.s2-l .slick-next::after {
    content: ">";
    color: #2e3b80;
    font-size: 17px;
    font-family: "???|???ï¿¥???Â·???Â¤?????ï¿ a???â€œ";

}

.s2-l .slick-prev:hover {
    background: #0750ad;
}

.s2-l .slick-prev:hover::after {
    color: #fff;
}

.s2-l .slick-next:hover {
    background: #0750ad;
}

.s2-l .slick-next:hover::after {
    color: #fff;
}

.s2-r {
    overflow: hidden;
    padding-left: 80px;
}

.s2-r ul li a {
    display: block;
    border-top: 1px solid rgba(190, 190, 190, .5);
    line-height: 100px;
    font-size: 0;
}

.s2-r ul li:first-child a {
    border: none;
}

.s2-r ul li a div {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.s2-r ul li a div h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    color: #111111;
    padding-right: 80px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
}

.s2-r ul li a div h3 span {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 20px;
    background: url(/sy2023/images/s2-time.png) no-repeat;
    background-position: left center;
    font-size: 16px;
}

.s2-r ul li a div p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}

.s2-r ul li a:hover div h3 {
    color: #0750ad;
}

.s2-r ul li a:hover div h3 span {
    background: url(/sy2023/images/s2-time2.png) no-repeat;
    background-position: left center;
}

.s2-r ul li a:hover div p {
    color: #0750ad;
}


.section3 {
    background: url(/sy2023/images/s3-bj.png) no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    padding: 25px 0 50px 0;
}

.s3-c ul li {
    float: left;
    width: 32%;
    background-color: #f3f8ff;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.18);
    padding: 25px;
    margin-top: 30px;
    position: relative;
    top: 0;
    transition: all .3s;
}

.s3-c ul li:nth-child(3n+2) {
    margin-left: 2%;
    margin-right: 2%;
}

.s3-c ul li:nth-child(-n+3) {
    margin-top: 0;
}

.s3-c ul li a {
    display: block;
    overflow: hidden;
}

.s3-data {
    float: left;
    background: #fff;
    width: 57px;
    height: 107px;
    border-radius: 29px;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}

.s3-data div {
    background: #fff;
    padding: 10px 0;
}

.s3-data h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 24px;
    color: #0750ad;
}

.s3-data p {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    color: #0750ad;
}

.s3-data h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #ffffff;
    height: 47px;
    padding: 5px 10px 0 10px;
    background: #1167d4;
}

.s3-info {
    overflow: hidden;
}

.s3-info h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #111111;
}

.s3-info div {
    overflow: hidden;
    margin-top: 15px;
}

.s3-info span {
    float: right;
    width: 80px;
    line-height: 31px;
    background-color: #ffffff;
    border-radius: 16px;
    text-align: center;
    font-size: 14px;
    color: #0750ad;
}

.s3-info p {
    overflow: hidden;
    height: 31px;
    background: url(/sy2023/images/s3-li-more.png) no-repeat;
    background-position: right center;
}

.s3-c ul li:hover {
    background-color: #0750ad;
    top: -18px;
    box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.18);
}

.s3-c ul li:hover .s3-data h4 {
    background: #118ad5;
}

.s3-c ul li:hover .s3-info h3 {
    color: #fff;
}

.s3-c ul li:hover .s3-info p {
    background: url(/sy2023/images/s3-li-more2.png) no-repeat;
    background-position: right center;
}

.section4 {
    background: url(/sy2023/images/s4-bj.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.s4-c {
    font-size: 0;
    padding: 35px 0 30px 0;
}

.s4-c li:nth-child(1) {
    float: left;
}

.s4-c li:nth-child(2) {
    /* float: right; */
}

.s4-c li {
    min-width: 33.333%;
    float: left;
}

.s4-c li a {
    display: block;
    text-align: center;
    font-size: 0;
}

.s4-icon {
    display: inline-block;
    vertical-align: middle;
    width: 78px;
    height: 78px;
    box-shadow: 0px 3px 15px 1px rgba(0, 0, 0, 0.48);
    border: solid 2px #ffffff;
    line-height: 74px;
    font-size: 0;
    vertical-align: middle;
    margin-right: 25px;
    border-radius: 50%;
}

.s4-icon img {
    display: inline-block;
    vertical-align: middle;
    transition: all .3s;
}

.s4-info {
    display: inline-block;
    vertical-align: middle;
    color: #ffffff;
    text-align: left;
}

.s4-info h3 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
}

.s4-info p {
    font-size: 16px;
    line-height: 30px;
}

.s4-c li a:hover .s4-icon img {
    transform: rotateY(180deg);
}

.section5 {
    background: url(/sy2023/images/s5-bj.png) no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    padding: 25px 0 50px 0;
}

.s5-l {
    float: left;
    width: 52%;
}

.s5-r {
    float: right;
    width: 46.4%;
}

.s5-l ul li {
    float: left;
    width: 48%;
}

.s5-l ul li:nth-child(1) {
    margin-right: 4%;
}

.s5-l ul li a {
    display: block;
}

.s5-l ul li a .pic {
    padding-top: 56%;
}

.s5-l ul li a .pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) ;
    background-position: center center;
}

.s5-l ul li a p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 20px;
    line-height: 56px;
    background-color: #e6ecf5;
    color: #111111;
    font-size: 16px;
    transition: all 0.3s;
}

.s5-l ul li a:hover p {
    background: #0750ad;
    color: #fff;
}

.s5-r ul li {
    float: left;
    width: 48%;
}

.s5-r ul li:nth-child(1) {
    margin-right: 4%;
}

.s5-r ul li a {
    display: block;
    position: relative;
}

.s5-r ul li a:hover p {
    text-decoration: underline;
}

.s5-r ul li a .pic {
    padding-top: 80.5%;
}

.s5-r ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    background: #1167d4;
 background: rgba(17, 103, 212,.6);
    color: #fff;
    line-height: 55px;
    font-size: 16px;
    bottom: 0;
    padding-left: 10px;
    margin-right: 40px;
 margin-right: 0;
    max-width: 330px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s5-r ul li a p::after {
    content: "";
    position: absolute;
    left: 100%;
    border-bottom: 55px solid #1167d4;
    border-right: 40px solid transparent;
}

.s5-r .slick-dots {
    font-size: 0;
    max-width: 330px;
    text-align: right;
    bottom: 24px;
}

.s5-r .slick-dots li {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #5d87bd;
    margin: 0 3px;
}

.s5-r .slick-dots li.slick-active {
    background: #fff;
}


@media screen and (max-width:1700px) {
    .section3, .section5 {
        background: none
    }
}

@media screen and (max-width:1400px) {
    .s2-l {
        width: 500px;
    }

    .s2-r {
        padding-left: 50px;
    }

    .s2-r ul li a {
        line-height: 85px;
    }

    .s2-c>div {
        padding: 25px 20px;
    }
}

@media screen and (max-width:1300px) {

    .s4-info h3 {
        font-size: 24px;
    }

    .s4-icon {
        margin-right: 15px;
    }
}

@media screen and (max-width:1024px) {
    .s1-l, .s1-r, .s2-l, .s5-l, .s5-r {
        float: none;
        width: auto;
    }

    .s1-linfo {
        padding: 20px 15px 15px 15px;
    }

    .s1-ldata {
        width: 70px;
        right: 15px;
        height: 70px;
        padding-top: 5px;
    }

    .s1-ldata span {
        font-size: 20px;
    }

    .s1-ldata si {
        font-size: 14px;
    }

    .s1-r {
        margin-top: 25px;
    }

    .s1-r ul li {
        margin-left: 0;
        width: 48%;
    }

    .s1-r ul li:nth-child(2n) {
        margin-left: 4%;
    }

    .s1-rinfo {
        padding: 20px 10px 10px 10px;
    }

    .s1-rinfo p {
        font-size: 16px;
    }

    .s2-l .slick-next {
        right: 0;
    }

    .s2-l .slick-prev {
        right: 39px;
    }

    .s2-r {
        padding-left: 0;
    }

    .s2-r ul li a {
        line-height: 75px;
    }

    .s3-c ul li {
        width: 48%;
        margin-top: 20px;
        padding: 15px 10px;
    }

    .s3-c ul li:nth-child(-n+3) {
        margin-top: 20px;
    }

    .s3-c ul li:nth-child(-n+2) {
        margin-top: 0;
    }

    .s3-c ul li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .s3-c ul li:nth-child(2n) {
        margin-left: 4%;
    }

    .s4-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        margin-right: 15px;
    }

    .s4-icon img {
        max-width: 70%;
    }

    .s4-info h3 {
        font-size: 20px;
    }

    .s4-info p {
        font-size: 14px;
    }

    .s5-r ul li a p {
        margin-right: 0;
        padding-right: 40px;
        max-width: none;
    }

    .s5-r ul li a p::after {
        content: none;
    }

    .s5-r .slick-dots {
        max-width: none;
    }

    .gg-tit h3 {
        font-size: 50px;
    }

    .gg-tit h2.on span {}

    .s2-ltext h3 {
        font-size: 18px;
    }

    .s2-ldata {
        margin-right: 10px;
    }

    .s4-c li:nth-child(1) {
        float: none;
        margin: 0 auto;
        width: auto;
    }

    .s4-c li {
        width: 50%;
    }


}

@media screen and (max-width:768px) {
    .section1 {
        padding-top: 20px;
    }

    .section2, .section3, .section5 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .gg-tit {
        margin-bottom: 20px;
    }

    .gg-tit h2 span {
        font-size: 18px;
    }

    .gg-tit h2.on span {
        font-size: 20px;
    }

    .gg-tit h2 img {
        height: 24px;
    }

    .gg-tit img {
        display: none;
    }

    .gg-tit h3 {
        font-size: 34px;
    }

}

@media screen and (max-width:640px) {
    .s3-c ul li {
        float: none;
        width: auto;
        margin-top: 20px;
        padding: 15px 10px;
    }


    .section3, .section5 {
        background: #fff;
    }

    .s3-c ul li:nth-child(-n+2) {
        margin-top: 20px;
    }

    .s3-c ul li:nth-child(-n+1) {
        margin-top: 0;
    }

    .s3-c ul li:nth-child(3n+2) {
        margin-left: 0;
        margin-right: 0;
    }

    .s3-c ul li:nth-child(2n) {
        margin-left: 0;
    }

    .s4-icon {
        float: none;
        margin: 0 auto;
        display: block;
    }

    .s4-info {
        display: block;
        text-align: center;
    }

    .s4-c li {
        width: 50%;
    }

}

@media screen and (max-width:375px) {
    .s2-t ul li {
        float: none;
        width: auto;
    }
}




.banner .slick-slide a::before {
    content: none;
}

.banner .slick-slide a::after {
    content: none;
}

.dsj {
    /* max-width: 1500px; */
    margin: 0 auto;
    margin-top: -63px;
    position: relative;
    z-index: 9;
}

.dsj-tit {
    /* padding: 0 0 0 50px; */
    position: relative;
    float: left;
    width: 265px;
}

.dsj-tit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-width: 63px 50px 0 0;
    border-style: solid;
    border-color: transparent #2bbc99 transparent transparent;
}

.dsj-tit::after {
    content: "";
    position: absolute;
    right: -50px;
    top: 0;
    border-width: 63px 0 0 50px;
    border-style: solid;
    border-color: transparent transparent transparent #2bbc99;
}

.dsj-tit span {
    display: block;
    background: #2bbc99;
    line-height: 63px;
    text-align: center;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
}

.dsj-list {
    overflow: hidden;
    padding-right: 50px;
    /* padding-left: 50px; */
    position: relative;
}

.dsj-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-width: 0 50px 63px 0;
    border-style: solid;
    border-color: transparent #0c64d5 transparent transparent;
}

.dsj-list::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-width: 63px 0 0 50px;
    border-style: solid;
    border-color: transparent transparent transparent #0c64d5;
}

.dsj-list ul {
    background: #0c64d5;
    padding: 15px 0 15px 0;
}

.dsj-list ul li {
    padding: 0 45px 0 45px;
    float: none;
    width: 100% !important;
}

.dsj-list ul li a {
    display: block;
    position: relative;
    padding-left: 145px;
    line-height: 33px;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dsj-list ul li a:hover {
    text-decoration: underline;
}

.dsj-list ul li a span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .28);
    border-radius: 15px;
    width: 125px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    height: 30px;
}

.slick-vertical .slick-slide {
    border: none;
}

.dsj-list .slick-prev, .dsj-list .slick-next {
    width: 20px;
    height: 20px;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.dsj-list .slick-prev {
    background: url(/sy2023/images/dsj-top.png) no-repeat;
    background-position: center center;
    bottom: 50%;
    right: 0;
}

.dsj-list .slick-next {
    top: 50%;
    background: url(/sy2023/images/dsj-down.png) no-repeat;
    background-position: center center;
    right: 0;
}
.xqbg .dsj-tit::before{border-color: #c91738;}
.xqbg .dsj-tit span{background:#c91738}
.xqbg .dsj-tit::after{border-color: #c91738;}
.xqbg .dsj-list ul{background:#c91738;}
.xqbg .dsj-list::before{border-color:  #c91738 ;}
.xqbg .dsj-list::after{border-color: #c91738;}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    .dsj-tit {
        width: 160px;
        padding-left: 30px;
    }

    .dsj-tit span {
        line-height: 45px;
        font-size: 18px;
    }

    .dsj-tit::before {
        border-width: 45px 30px 0 0;
    }

    .dsj-tit::after {
        border-width: 45px 0 0 30px;
        right: -30px;
    }

    .dsj-list ul {
        padding: 6px 0;
    }

    .dsj-list {
        padding-left: 30px;
        padding-right: 30px;
    }

    .dsj-list::before {
        border-width: 0 30px 45px 0;
    }

    .dsj-list::after {
        border-width: 45px 0 0 30px;
    }

    .dsj-list ul li {
        padding: 0 40px 0 20px;
    }

    .dsj-list ul li a {
        font-size: 16px;
    }

    .dsj-list ul li a span {
        font-size: 16px;
    }

    .dsj {
        margin-top: -45px;
    }
}

@media screen and (max-width:768px) {
    .dsj {
        margin-top: 0px;
        padding-right: 0px;
    }

    .dsj-tit {
        float: none;
        width: auto;
        padding-right: 15px;
        padding-left: 15px;
    }

    .dsj-tit::after {
        right: 0;
        border-width: 45px 0 0 15px;
    }

    .dsj-list::after {
        border-width: 0 0 45px 15px;
    }

    .dsj-list ul li {
        padding-left: 0;
        padding-right: 20px;
    }

    .dsj-list ul li a span {
        line-height: 24px;
        height: 24px;
        font-size: 14px;
        width: 100px;
    }

    .dsj-list ul li a {
        padding-left: 110px;
    }

    .dsj-tit::before {
        border-width: 45px 15px 0 0;
    }

    .dsj-list::before {
        border-width: 0 15px 45px 0;
    }

    .dsj-list {
        padding-left: 15px;
        padding-right: 15px;
    }
}




/* 2023å¹´5æœˆ9æ—¥17:09:47  start*/

.adbck1-l {
    float: left;
    width: 895px;
    margin-right: 30px;
}

.adbck1-r {
    overflow: hidden;
}

.adbck1-ll {
    float: left;
    width: 505px;
    margin-right: 20px;
    position: relative;
    padding-bottom: 30px;
}.adbck1-ll::before{
  content: "";
  position: absolute;
  left: -32px;
  bottom: 0;
  right: 0;
  top: 0;
  background: url(/sy2023/images/s1-lbj.png) no-repeat;
  background-position: right bottom;
  background-size: 100% 100%;
}

.adbck1-ll ul li a {
    display: block;
    position: relative;
}

.adbck1-ll ul li a .pic {
    padding-top: 65%;
}
.adbck1-ll ul li a .pic::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 50%,rgba(0,0,0,.7));
    z-index: 9;
}
.adbck1-ll ul li a p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 43px;
    color: #fff;
    /* margin-top: 15px; */
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0 15px;
    z-index: 9;
}

.adbck1-ll .slick-dots {
    right: 15px;
    width: auto;
    bottom: 50px;
    font-size: 0;
    text-align: right;
}

.adbck1-ll .slick-dots li {
    width: 24px;
    height: 24px;
    background-color: rgba(38, 38, 38, .6);
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    padding: 0;
    margin: 0 0 0 10px;
}

.adbck1-ll .slick-dots li button {
    font-size: 14px;
    display: block;
    color: #fff;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
}

.adbck1-ll .slick-dots li.slick-active {
    background-color: #e50014;
}

.adbck1-lr {
    overflow: hidden;
}

.adbck1-lr ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    padding: 14px 0;
    color: #333333;
    border-top: 1px dashed #cccccc;
}

.adbck1-lr ul li:nth-child(1) a {
    border: none;
    padding-top: 0;
}

.adbck1-lr ul li a b {
    float: left;
    width: 32px;
    font-style: italic;
    background: url(/sy2023/images/ph-bj.png) no-repeat;
    background-position: center center;
    text-align: center;
    color: #666666;
    margin-right: 5px;
}

.adbck1-lr ul li:hover a {
    color: #1167d4;
}

.adbck1-lr ul li:hover a b {
    background: url(/sy2023/images/ph-bj-h.png) no-repeat;
    background-position: center center;
    color: #fff;
}




.text-list2 {
    overflow: hidden;
}

.text-list2 li {}

.text-list2 li:nth-child(2n) {}

.text-list2 li a {
    color: #333;
    display: block;
    overflow: hidden;
    line-height: 80px;
    transition: all 0.3s;
    padding: 40px 0 0 0;
}

.text-list2 li:first-child a {
    padding-top: 0;
}

.text-list2 li a .date2 {
    min-width: 60px;
    transition: all 0.3s;
    float: left;
    color: #1167d4;
    margin-right: 15px;
    text-align: right;
    background: #f1f6ff;
    position: relative;
    padding: 0 10px;
}

.text-list2 li a .date2 p {
    font-size: 24px;
    font-weight: normal;
    line-height: 25px;
    padding-top: 5px;
    text-align: left;
}

.text-list2 li a .date2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%) rotateZ(-35deg);
    width: 50px;
    height: 1px;
    background: #1167d4;
}

.text-list2 li a .date2 span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
}

.text-list2-p {
    overflow: hidden;
    font-size: 0;
    line-height: 60px;
}

.text-list2-p div {
    font-size: 0;
    overflow: hidden;
    max-height: 60px;
    line-height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.text-list2-p p {
    font-size: 16px;
    color: #333333;
}

.text-list2 li a:hover .date2 {
    border-color: #be9b60;
    background: #1167d4;
    color: #fff;
}

.text-list2 li a:hover .date2::before {
    background: #fff;
}

.text-list2 li a:hover .text-list2-p p {
    color: #004098;
}

.section6 {
    background: url(/sy2023/images/s6-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding-bottom: 80px;
    padding-top: 40px;
}

.s6-l {
    float: left;
    width: 300px;
}

.s6-r {
    float: left;
    width: 450px;
}

.s6-l a, .s6-r a {
    display: block;
}

.s6-l a img, .s6-r a img {
    display: block;
    width: 100%;
}

.s6-m {
    padding: 0 30px;
    float: left;
    width: calc(100% - 750px);
    font-size: 16px;
    line-height: 30px;
    max-height: 210px;
    overflow-y: scroll;
    color: #333333;
}
.s6-m::-webkit-scrollbar {
    width: 2px;
    height: 2px;}

.s6-m::-webkit-scrollbar-thumb {
     border-radius: 5px;
     -webkit-box-shadow: inset 0 0 5px rgb(0 0 0 / 20%); 
    background: rgba(0,0,0,0.2); 
}
@media screen and (max-width:1400px) {
    .gg-tit h2.on span {
        font-size: 24px;
    }

    .gg-tit h3 {
        font-size: 42px;
    }

    .gg-tit>img {
        height: 25px;
    }

    .adbck1-l {
        width: 680px;
        margin-right: 20px;
    }

    .adbck1-ll {
        width: 410px;
    }

    .adbck1-lr ul li a {
        padding: 9px 0;
    }

    .text-list2 li a {
        padding: 20px 0 0 0;
    }
}

@media screen and (max-width:1024px) {
    .adbck1-l {
        float: none;
        width: auto;
        margin-right: 0;
    }
    .s6-l,.s6-m,.s6-r{
        float: none;
        width: auto;
    }
    .s6-m{
        margin: 15px 0;
        padding: 0;
    }
}

@media screen and (max-width:768px) {
    .adbck1-ll {
        float: none;
        width: auto;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .s5-r ul li ,.s5-l ul li{
        float: none;
        width: auto;
    }

    .s5-r ul li:nth-child(1) ,.s5-l ul li:nth-child(1){
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/* 2023å¹´5æœˆ9æ—¥17:09:47  end*/