@charset "utf-8";
.home1 {
    background: url(../images/bjbjbj.png) no-repeat center bottom;
    background-size: cover;
}

.s1-l,
.s2-l,
.s3-l {
    width: 32%;
}

.s1-m,
.s2-m,
.s3-m {
    width: 32%;
    margin-left: 2%;
    margin-right: 2%;
}

.s1-r,
.s2-r,
.s3-r {
    width: 32%;
}

.section1 {
    padding-top: 85px;
}

.title {    position: relative;
    margin-bottom: 40px;
}

.title h2 {
    position: relative;
    font-size: 0;
    padding-left: 70px;
    background: url(../images/tit-icon.png) no-repeat left center;
}

.title::after {
    content: "";
    position: absolute;
    left: 80px;
    right: 0;
    bottom: 6px;
    height: 1px;
    background: #333;
}

.title::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 5px;
    height: 5px;
    border: 1px solid #333;
    border-radius: 50%;
    background: #FEFEFE;
    z-index: 9;
}

.title h2 p {
    font-size: 36px;
    color: #054D99;
    font-family: "sisong";
}

.title h2 span {
    position: relative;
    font-weight: normal;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
    font-family: Arial;
    background: #FEFEFE;
    padding-right: 5px;
    z-index: 9;
}

.title a {
    position: relative;
    right: 0;
    display: block;
    line-height: 33px;
    margin-top: 10px;
    padding-left: 65px;
    background: url(../images/more.png) no-repeat left center;
    font-size: 16px;
    color: #AC1B1D;
    transition: all .3s;
}

.title a:hover {
    right: 5px;
}

.s1-l ul li a {
    display: block;
    overflow: hidden;
    padding: 17px 6px;
    border-radius: 10px;
}

.s1-l ul li:hover a {
    background: linear-gradient(90deg, #054D99 0%, #1271D5 100%);
}

.s1-l ul li a .date {
    float: left;
    width: 71px;
    height: 71px;
    padding: 0 5px;
    border-radius: 15px 0px 15px 0px;
    background: #FFFFFF;
    border: 1px solid #0564c7;
    text-align: center;
}

.s1-l ul li a .date p {
    padding-top: 6px;
    font-size: 26px;
    color: #0564c7;
    font-family: Impact;
    border-bottom: 0.5px solid #0564c7;
}

.s1-l ul li .date span {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #A4A4A6;
}

.s1-l ul li:hover .date {
    border: 1px solid #418BDB;
}

.s1-l ul li:hover .date p {
    color: #054D99;
}

.s1-l ul li:hover .date span {
    color: #054D99;
}

.s1-l ul li a .text {
    overflow: hidden;
    padding-left: 20px;
}

.s1-l ul li a .text h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 32px;
}

.s1-l ul li a .text p {
    font-size: 20px;
    line-height: 26px;
    font-size: 15px;
    color: #666;
    height: 52px;
}

.s1-l ul li:hover a .text h2 {
    color: #fff;
}

.s1-l ul li:hover a .text p {
    color: #fff;
}

.s1-m ul {
    height: 420px;
    border-radius: 30px 0 30px 0;
    overflow: hidden;
}

.s1-m ul li {
    line-height: 90px;
    transition: all .3s;
}

.s1-m ul li:nth-child(1) {
    background: url(../images/s1-m-bg1.png) no-repeat center center;
    background-size: cover;
}

.s1-m ul li:nth-child(2) {
    background: url(../images/s1-m-bg2.png) no-repeat center center;
    background-size: cover;
}

.s1-m ul li:nth-child(3) {
    background: url(../images/s1-m-bg3.png) no-repeat center center;
    background-size: cover;
}

.s1-m ul li:nth-child(4) {
    background: url(../images/s1-m-bg4.png) no-repeat center center;
    background-size: cover;
}

.s1-m ul li a {
    display: block;
    text-align: center;
    background-position: center 68%;
}



.s1-m ul li.on {
    line-height: 143px;
}

.s1-m ul li a span {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding-right: 20px;
    background: url(../images/s1-m-more.png) no-repeat right center;
    transition: all .3s;
}

.s1-m ul li.on a span {
    padding-right: 0;
    background: transparent no-repeat right center;
}
.s1-m ul li.on a span{font-size:22px;}
.s1-r-top a,
.s1-r-down a {
    position: relative;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}

.s1-r-top a .bf,
.s1-r-down a .bf {
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/sp.png) no-repeat center center;
}

.s1-r-top a .pic {
    padding-top: 43%;
}

.s1-r-top a .text,
.s1-r-down a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 15px;
    z-index: 9;
}

.s1-r-top a .text p,
.s1-r-down a .text p {
    padding-left: 30px;
    line-height: 20px;
    background: url(../images/sp-icon.png) no-repeat left center;
    font-size: 16px;
    color: #fff;
}

.s1-r-top a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 44.5%;
    background: linear-gradient(180deg, rgba(17, 60, 132, 0) 0%, #113C84 100%);
}

.s1-r-down {
    margin-top: 10px;
}

.s1-r-down ul li a {
    position: relative;
    border-radius: 20px;
}

.s1-r-down ul li:hover a .pic img {
    transform: scale(1.1);
}

.s1-r-down ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}

.s1-r-down ul li:nth-child(1) {
    float: left;
    width: 49%;
    border-radius: 30px;
}

.s1-r-down ul li:nth-child(1) .pic {
    padding-top: 76%;
}

.s1-r-down ul li:nth-child(2) {
    float: left;
    width: 49%;
}

.s1-r-down ul li:nth-child(2) .pic {
    padding-top: 76%;
}

.section2 {
    padding-top: 80px;
}

.sect2 ul {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 30px;
    padding-right: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    background: #fff;
}

.sect2 ul li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 15px 0;
    padding-right: 78px;
}

.sect2 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 65px;
    bottom: 0;
    border-bottom: 1px dashed #D8D8D8;
}

.sect2 ul li:hover a {
    background: url(../images/s2-more.png) no-repeat right center;
    background-size: auto 100%;
}

.sect2 ul li:last-child a::after {
    border-bottom: none;
}

.sect2 ul li a .date {
    float: left;
    padding-right: 25px;
    margin-top: 7px;
}

.sect2 ul li a .date p {
    font-size: 20px;
    color: #054D99;
    font-weight: bold;
}

.sect2 ul li .date span {
    display: block;
    font-size: 16px;
    color: #9E9E9E
}

.sect2 ul li:hover .date span {
    color: #054D99;
}

.sect2 ul li a .text {
    overflow: hidden;
    padding-left: 20px;
    border-left: 1px solid #D8D8D8;
}

.sect2 ul li:hover a .text {
    border-left: 1px solid #113C84;
}

.sect2 ul li a .text h2 {
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 5px;
    height: 56px;
}

.sect2 ul li a .text p {
    font-size: 20px;
    line-height: 26px;
    font-size: 15px;
    color: #9E9E9E;
}

.sect2 ul li:hover a .text h2 {
    color: #054D99;
    font-weight: bold;
}

.section3 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.sect3 .date-list li {
    margin-bottom: 35px;
}

.sect3 .date-list li a {
    display: block;
    overflow: hidden;
    background: #fff;
}

.sect3 .date-list li.on a {
    padding: 20px 40px;
    background: url(../images/date-list-bg.png) no-repeat center center;
    background-size: cover;
    border-radius: 0 20px 0 20px;
}

.sect3 .date-list li a .date {
    float: left;
    width: 89px;
    height: 92px;
    color: #054D99;
    text-align: center;
    padding-top: 15px;
    background: url(../images/date-bg.png) no-repeat center center;
    background-size: 100% 100%;
}

.sect3 .date-list li.on a .date {
    padding-top: 0;
    float: none;
    width: 100%;
    height: auto;
    color: #fff;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    background: none;
    text-align: left;
}

.sect3 .date-list li.on a .date p {
    display: inline-block;
}

.sect3 .date-list li a .date p {
    font-size: 30px;
    font-weight: bold;
}

.sect3 .date-list li a .date span {
    font-size: 14px;
}

.sect3 .date-list li a .text {
    overflow: hidden;
    padding: 15px 0;
    padding-left: 20px;
}

.sect3 .date-list li a .text p {
    line-height: 30px;
    height: 60px;
    font-size: 18px;
    color: #3D3D3D;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-right: 10px;
}

.sect3 .date-list li.on a .text {
    padding-left: 0;
    padding-bottom: 0;
}

.sect3 .date-list li.on a .text p {
    color: #fff;
}

.sz-list {
    position: relative;
    padding-left: 80px;
    box-shadow: 0px 4px 14px 0px rgba(42, 79, 165, 0.2);
    border-radius: 30px 0 0 30px;
    overflow: hidden;
    margin-top: 20px;
    background: #fff;
}

.sz-list .tit {
    position: absolute;
    left: 0;
    width: 80px;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #054D99 0%, #1271D4 100%);
    padding: 40px 25px;
    border-radius: 30px 0 0 30px;
}

.sz-list .tit span {
    display: block;
    width: 35px;
    text-align:center;
    font-size: 24px;
    color: #fff;

}

.s3-qh {
    padding: 20px 30px;
}
.s3-qh1 {
    padding:30px;
}
.s3-qh ul li {
    margin: 10px;
    transition: all .3s;
}

.s3-qh ul li a {
    display: block;
}

.s3-qh ul li a .pic {
    padding-top: 100%;
    border-radius: 50%;
}

.s3-qh ul li.slick-center a .pic {
    border: 5px solid #BBD3F1;
}

.s3-qh ul li.slick-center a .pic {
    transform: scale(1.1);
}

.s3-qh ul li a p {
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.s3-qh ul li.slick-center a p {
    color: #054D99;
}

.s3-qh .slick-prev {
    top: 43%;
    left: -20px;
    width: 18px;
    height: 30px;
    background: #999999 url(../images/s3-r-l.png) no-repeat center center;
}

.s3-qh .slick-prev:hover {
    background: #054D99 url(../images/s3-r-l.png) no-repeat center center;
}

.s3-qh .slick-next {
    top: 43%;
    right: -20px;
    width: 18px;
    height: 30px;
    background: #999999 url(../images/s3-r-r.png) no-repeat center center;
}

.s3-qh .slick-next:hover {
    background: #054D99 url(../images/s3-r-r.png) no-repeat center center;
}

.section4 {
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(../images/s2-bg.png) no-repeat center bottom;
    background-size: cover;
}

.sect4-top ul li {
    width: 25%;
}

.sect4-top ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sect4-top ul li a .icon {
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #054D99;
    background: #fff;
}

.sect4-top ul li a .icon::after {
    content: "";
    position: absolute;
    left: -10px;
    right: -10px;
    top: -10px;
    bottom: -10px;
    border-radius: 50%;
    border: 1px dashed #054D99;
    animation: xz 20s linear infinite;
}

@keyframes xz {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

.sect4-top ul li a .icon::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #054D99;
    right: 20px;
    top: 8px;
    z-index: 9;
}

.sect4-top ul li a .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
}

.sect4-top ul li a .text {
    width: calc(100% - 130px);
    padding-left: 10px;
}

.sect4-top ul li a .text h2 {
    font-weight: normal;
    font-size: 24px;
    color: #AC1B1D;
}

.sect4-top ul li:hover a .text h2 {
    color: #054D99;
    font-weight: bold;
}

.sect4-top ul li a .text p {
    padding-top: 5px;
    font-size: 18px;
    color: #666;
    line-height: 28px;
}

.sect4-down .bt {
    padding-top: 80px;
    padding-bottom: 40px;
    text-align: center;
}

.sect4-down .bt h2 span {
    position: relative;
    padding: 0 70px;
    font-size: 36px;
    color: #054D99;
    font-family: "sisong";
}

.sect4-down .bt h2 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 56px;
    height: 12px;
    transform: translateY(-50%);
    background: url(../images/s4-tit-l.png) no-repeat left center;
}

.sect4-down .bt h2 span::after {
    content: "";
    position: absolute;
    width: 56px;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/s4-tit-r.png) no-repeat left center;
}

.sect4-down .bt h2 p {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    font-family: Arial;
}

.s4-d ul li {
    margin: 0 20px;
    border-radius: 20px;
    overflow: hidden;
}

.s4-d ul li a {
    display: block;
}

.s4-d ul li a .pic {
    padding-top: 34.59%;
}

.s4-d .slick-prev {
    left: -20px;
    width: 18px;
    height: 48px;
    background: #999999 url(../images/s3-r-l.png) no-repeat center center;
}

.s4-d .slick-prev:hover {
    background: #054D99 url(../images/s3-r-l.png) no-repeat center center;
}

.s4-d .slick-next {
    right: -20px;
    width: 18px;
    height: 48px;
    background: #999999 url(../images/s3-r-r.png) no-repeat center center;
}

.s4-d .slick-next:hover {
    background: #054D99 url(../images/s3-r-r.png) no-repeat center center;
}

@media screen and (max-width: 1700px) {
    .s1-m ul li.on {
        line-height: 100px;
    }
}

@media screen and (max-width: 1400px) {
    .s1-l ul li a {
        padding: 5px 15px;
    }
    .s1-m ul li {
        line-height: 80px;
    }
    .sz-list .tit span {
        font-size: 18px;
    }
    .s3-qh ul li a p {
        font-size: 12px;
    }
    .sz-list {
        margin-top: 50px;
    }
    .sz-list .tit {
        padding: 15px 25px;
    }
    .title h2 p {
        font-size: 30px;
    }
    .sect4-top ul li a .icon {
        width: 90px;
        height: 90px;
    }
    .sect4-top ul li a .text {
        width: calc(100% - 99px);
    }
}

@media screen and (max-width: 1200px) {
    .s4-d .slick-prev {
        left:-10px;
    }
    .s4-d .slick-next {
        right: -10px;
    }
    .s1-r-top a .text,
    .s1-r-down a .text {
        padding: 15px 10px;
    }
    .sect4-top ul li a .text h2 {
        font-size: 20px;
    }
    .s1-l,
    .s2-l,
    .s3-l {
        width: 100%;
    }
    .s1-m,
    .s2-m,
    .s3-m {
        width: 100%;
        margin: 15px 0;
    }
    .s1-r,
    .s2-r,
    .s3-r {
        width: 100%;
    }
    .s3-qh ul li {
        margin: 30px;
    }
    .sect4-top ul li {
        width: 50%;
        margin-bottom: 25px;
    }
    .sect4-top ul li a .icon::before {
        right: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .s3-qh ul li a p {
        font-size: 20px;
    }
    .s4-d ul li {
        margin: 0 10px;
    }
}

@media screen and (max-width: 700px) {
    .section1,
    .section2,
    .section3 {
        padding-top: 15px;
    }
    .title h2 p {
        font-size: 20px;
    }
    .title h2 {
        background-size: 30px auto;
        padding-left: 35px;
    }
    .title a {
        margin-top: 0;
        font-size: 14px;
    }
    .s1-l ul li a {
        padding: 5px 0;
    }
    .title {
        margin-bottom: 15px;
    }
    .s1-l ul li a .date p {
        font-size: 20px;
    }
    .s1-m ul {
        height: auto;
    }
    .s1-r-top a .text p,
    .s1-r-down a .text p {
        font-size: 14px;
        background-size: 15px auto;
        padding-left: 20px;
    }
    .sect2 ul {
        padding: 15px;
    }
    .sect2 ul li a {
        padding-right: 0;
    }
    .sect2 ul li a .date {
        padding-right: 10px;
    }
    .sect2 ul li a .text h2 {
        font-size: 18px;
    }
    .sect3 .date-list li a .date p {
        font-size: 24px;
    }
    .sect3 .date-list li.on a {
        padding: 15px;
    }
    .s3-qh ul li a p {
        font-size: 14px;
    }
    .s3-qh ul li {
        margin: 15px 5px;
    }
    .sz-list {
        margin-top: 15px;
    }
    .section3 {
        padding-bottom: 15px;
    }
    .section4 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect4-top ul li {
        width: 100%;
    }
    .sect4-top ul li a .icon {
        width: 60px;
        height: 60px;
    }
    .sect4-top ul li a .icon img {
        height: 30px;
    }
    .sect4-top ul li a .text {
        width: calc(100% - 80px);
    }
    .sect4-top ul li a .icon::before {
        right: 1px;
    }
    .sect4-down .bt {
        padding-top: 0;
        padding-bottom: 15px;
    }
    .sect4-down .bt h2 span {
        font-size: 24px;
    }
}