@charset "utf-8";

/* 快速入口 */
.ks-lk {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

    border-radius: 0px 40px 0px 40px;
    opacity: 1;
    background: linear-gradient(180deg, #FEFFFF 0%, #F0F9FF 100%);
    box-shadow: 0px 4px 20px 0px rgba(141, 141, 141, 0.3);

    margin-top: -45px;
    position: relative;
    z-index: 10;
    padding: 15px 25px;
    padding-right: 0;
}

.ks-lk>ul {
    flex: 1;
    min-width: 0;
}


.ks-lk h3 b {
    display: block;
    color: #333333;
    font-size: 24px;
    font-weight: normal;
    line-height: 1;
}

.ks-lk h3 span {
    color: #333333;
    font-weight: normal;
    font-size: 14px;
}

.ks-lk>ul li a {
    text-align: center;
    display: block;
}

.ks-lk>ul li a .ico {
    height: 42px;
    display: flex;
    flex-direction: column;
    justify-content: center;
align-items: center;

}

.ks-lk>ul li a img {
    margin: 0 auto;
    transition: all 0.5s;
}

.ks-lk>ul li a p {
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
}
.ks-lk>ul li a:hover p {
    color: #00477F;
}
.ks-lk>ul li a:hover img {
    transform: rotateY(180deg);
}
@media screen and (max-width: 1024px) {
    .ks-lk>ul li a p {
        font-size: 14px;
    }
    .ks-lk h3 b {
        font-size: 20px;
    }
    .ks-lk {
        transform: none;
        margin-top: 20px;
    }
}
/* 快速入口end */




/* s2-lr */
.s2-ban {
    width: 100%;
    /* margin-bottom: 10px; */
    /* height: 528px; */
}
.s2-ban .slick-dots{
    text-align:center;
    bottom:.5rem !important;
}
.s2-ban .slick-dots li.slick-active{
    background:#fff !important;
}
.s2-ban .pic {
    /* height: 532px; */
    padding-top: 80%;
}

.s2-ban a {
    position: relative;
}

.s2-ban a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.s2-tx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
}

.s2-tx p {
    font-size: 18px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #FFFFFF;
}

.s2-lt a {
    display: block;
    margin: 0 3px;
}
.s2-lt>ul {
    margin-left: -3px;
    margin-right: -3px;
}
.s2-lt .pic {
    height: 2px;
    padding-top: 0;
}
@media screen and (max-width: 1024px) {

    .s2-lr .pic {
        padding-top: 64% !important;
        height: auto !important;
    }
}
/* s2-lr */












.section1 {
    padding: 45px 0 69px;
}

.sect1 {
    position: relative;
}

.title {
    position: relative;
    line-height: 49px;
}

.title h2 {
    position: relative;
    float: left;
}

.title h2 p {
    position: relative;
    padding-left: 35px;
    background: url(../images/tit-icon.png) no-repeat left center;
    font-size: 34px;
    color: #222;
    font-family: "sisong";
    z-index: 9;
}

.title h2 span {
    position: absolute;
    left: 0;
    top: -10px;
    font-size: 70px;
    color: transparent;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #F2F5F8;
    text-transform: uppercase;
    line-height: 1;
    font-style: normal;
    font-weight: bold;
    color: #F2F5F8;
    white-space: nowrap;
}

.title a {
    float: right;
    font-size: 16px;
    color: #666;
}

.title a:hover {
    color: #00477F;
    text-decoration: underline;
}

.sect1 .title {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 1005px);
}

.s1-l {
    float: left;
    width: 940px;
}

.s1-l a {
    position: relative;
    display: block;
}

.s1-l a .pic {
    padding-top: 65.957%;
}

.s1-l a .text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 28px 90px 28px 28px;
    z-index: 9;
}

.s1-l a .text p {
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1-l a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(../images/s1-l-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.s1-l .slick-dots {
    width: auto;
    left: auto;
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.s1-l .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 9px;
    transition: all .3s;
}

.s1-l .slick-dots li.slick-active {
    background: #fff;
}

.s1-r {
    float: right;
    width: calc(100% - 1005px);
    margin-top: 80px;
}

.s1-r ul {
    position: relative;
}

.s1-r ul::after {
    content: "";
    position: absolute;
    top: 18px;
    bottom: -20px;
    left: 0;
    width: 1px;
    border-left: 1px solid #D6D6D6;
}

.s1-r ul li {
    position: relative;
    margin-bottom: 25px;
    padding-left: 25px;
}

.s1-r ul li::after {
    content: "";
    position: absolute;
    left: -10px;
    top: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url(../images/list.png) no-repeat center center;
    z-index: 9;
}

.s1-r ul li:hover::after {
    background: url(../images/list-other.png) no-repeat center center;
}

.s1-r ul li a {
    display: block;
}

.s1-r ul li a span {
    display: inline-block;
    width: 115px;
    height: 32px;
    line-height: 32px;
    padding-left: 15px;
    background: url(../images/s1-r-bg.png) no-repeat center center;
    background-size: 100% 100%;
    font-size: 16px;
    color: #00477F;
    transition: all .3s;
}

.s1-r ul li:hover a span {
    background: url(../images/s1-r-bg-other.png) no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.s1-r ul li a p {
    font-size: 18px;
    margin-top: 15px;
    line-height: 32px;
    color: #333333;
}

.s1-r ul li:hover a p {
    font-weight: bold;
    text-decoration: underline;
    color: #00477F;
}

.section2 {
    background: #F4FAFF;
    padding-bottom: 55px;
    background: linear-gradient(180deg, rgba(244, 250, 255, 0) 0%, #F4FAFF 100%);
}
.section2 .sect2{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sect2-l {
    /* float: left; */
    width: 940px;
}

.sect2-r {
    /* float: right; */
    /* width: 35.5%; */
    background: url(../images/s2-r-bg.jpg) no-repeat center center;
    /* background-size: cover; */
    padding: 20px 50px 24px;
    flex: 1;
    min-width: 0;
    margin-left: 70px;
    background-size: cover;
    position: relative;
}

.sect2 .title h2 p {
    background: url(../images/tit2-icon.png) no-repeat left center;
}

.s2-l {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.s2-ll {
    float: right;
    flex: 1;
    margin-left: 20px;
}

.s2-lr {
    float: left;
    width: 660px;
}

.s2-ll ul li {
    margin-top: 25px;
}

.s2-ll ul li:first-child {
    margin-top: 0;
}

.s2-ll ul li a {
    display: block;
}

.s2-ll ul li a .pic {
    padding-top: 58%;
    /* height:171px; */
}

.s2-ll ul li a .text {
    margin-top: 20px;
    padding-left: 15px;
    border-left: 3px solid #00477F;
}

.s2-ll ul li a .text p {
    font-size: 18px;
    line-height: 29px;
    color: #333333;
    max-height: 58px;
}

.s2-ll ul li:hover a .text p {
    color: #00477F;
}

.s2-lr a {
    display: block;
}
.s2-lr {
    /* margin-bottom: 20px; */
}

.s2-lr img {
    object-fit: cover;
}


.s2-lr a .text {
    padding: 30px 15px 60px 15px;
}

.s2-lr a .text h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: 32px;
    color: #333333;
    max-height: 64px;
    margin-bottom: 15px;
}

.s2-lr a:hover .text h2 {
    color: #00477F;
}

.s2-lr a .text p {
    font-size: 14px;
    line-height: 30px;
    color: #9E9E9E;
    max-height: 90px;
}

.s2-lr .slick-dots {
    bottom: 0;
}

.s2-lr .slick-dots li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #A1A1A1;
    margin: 0 5px;
    transition: all .3s;
}

.s2-lr .slick-dots li.slick-active {
    background: #00477F;
    border: 1px solid #00477F;
}

.sect2-r .title h2 p {
    color: #fff;
}

.sect2-r .title h2 span {
    -webkit-text-stroke: 1px #337CB6;
}

.date-list {
    margin-top: 25px;
}

.date-list>li {
    transition: all .3s;
}

.date-list>li:last-child {
    border-bottom: none;
}

.date-list>li a {
    display: block;
    padding: 10px 0;
    overflow: hidden;
}

.date-list>li a .date {
    float: left;
    width: 66px;
    height: 66px;
    background: rgba(10, 77, 141, 0.5);
    text-align: center;
    color: #fff;
}

.date-list>li a .date p {
    font-size: 26px;
    line-height: 30px;
    padding-top: 8px;
}

.date-list>li a .date span {
    display: block;
    font-size: 12px;
}

.date-list>li a .text {
    overflow: hidden;
    padding-left: 30px;
    height: 65px;
    line-height: 65px;
}

.date-list>li a .text p {
    display: inline-block;
    line-height: 30px;
    height: 60px;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
    vertical-align: middle;
}

.date-list>li:hover .date {
    background: #B42520;
}

.date-list>li:hover .text p {
    font-weight: bold;
    text-decoration: underline;
}

.sect2-r .more {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(216, 216, 216, 0.1);
}

.sect2-r .more a {
    position: relative;
    left: 0;
    font-size: 18px;
    color: #fff;
    padding-right: 35px;
    background: url(../images/s2-r-more.png) no-repeat right 2px;
    transition: all .3s;
}

.sect2-r .more a:hover {
    left: 5px;
}

.section3 {
    padding-top: 50px;
    padding-bottom: 55px;
    background: url(../images/s3-bg.png) no-repeat center bottom;
    height: 655px;
    background-size: cover;
    overflow: hidden;
}
  .section3 .sect3{display:flex;justify-content: space-between;align-items: flex-end;}

.sect3-l {
    /* float: left; */
    width: 940px;
}

.sect3-l .title h2 span {
    -webkit-text-stroke: 1px #D8E5F1;
}

.sect3-l ul {
    position: relative;
    margin-top: 40px;
   
}

.sect3-l ul::after {
    content: "";
    position: absolute;
    left: -190px;
    width: calc(100% + 190px);
    top: 0;
    bottom: 0;
    background: #fff;
}

.sect3-l ul li {
    position: relative;
    padding: 15px 0;
    z-index: 9;
}

.sect3-l ul li a {
    display: block;
    transition: all .3s;
}

.sect3-l ul li.on a {
    padding: 39px 0;
}

.sect3-l ul li a .bt {
    position: relative;
    padding-left: 15px;
    padding-right: 140px;
    background: url(../images/s3-l-list.png) no-repeat left center;
}

.sect3-l ul li a .bt p {
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3-l ul li a .bt span {
    position: absolute;
    right: 35px;
    top: 0;
    font-size: 18px;
    color: #999;
}

.sect3-l ul li a .text {
    position: relative;
    padding-left: 20px;
    padding-right: 15px;
    display: none;
    transform-origin: center center;
    transition: all .3s;
}

.sect3-l ul li.on a .text {
    display: block;
}

.sect3-l ul li.on a .bt {
    display: none;
}

/*.sect3-l ul li a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -190px;
    width: calc(100% + 190px);
    background: url(../images/s3-l-bg.jpg) no-repeat center center;
    background-size: cover;
    display: none;
}

.sect3-l ul li.on a::after {
    display: block;
}*/

.sect3-l ul li a .tit {
    position: relative;
    z-index: 9;
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: underline;
    margin-bottom: 25px;
}

.sect3-l ul li a .text p {
    position: relative;
    z-index: 9;
    font-size: 14px;
    line-height: 32px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect3-l ul li a p img {
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.sect3-r {
    flex: 1;
    min-width: 0;
    margin-left: 70px;
}

.sect3-r ul li {
    margin-top: 37px;
}

.sect3-r ul li:first-child {
    margin-top: 0;
}

.sect3-r ul li a {
    display: block;
}

.sect3-r ul li a .pic {
    padding-top: 27%;
}

.section4 {
    padding-top: 100px;
}

.sect4 .title h2 {
    float: none;
    text-align: center;
}

.sect4 .title h2 span {
    left: 50%;
    transform: translateX(-50%);
}

.sect4 .title h2 p {
    display: inline-block;
}

.sect4 ul {
    margin: 0 -23px;
}

.sect4 ul li a {
    display: block;
    margin: 30px 23px;
}

.sect4 ul li a .pic {
    padding-top: 61.224%;
}

.sect4 ul li a .text {
    padding: 15px 35px 55px 35px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.302);
    background: #fff;
    transition: all .3s;
}

.sect4 ul li:hover a .text {
    background: #00477F;
}

.sect4 ul li a .text span {
    font-size: 14px;
    color: #0A4D8D;
}

.sect4 ul li:hover a .text span {
    color: #fff;
    opacity: .8;
}

.sect4 ul li a .text h2 {
    font-size: 20px;
    line-height: 30px;
    color: #282828;
    height: 60px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.sect4 ul li:hover a .text h2 {
    color: #fff;
}

.sect4 ul li a .text p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 48px;
}

.sect4 ul li:hover a .text p {
    color: #fff;
    opacity: .8;
}

.s4 .more a {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #666666;
}

.s4 .more a:hover {
    color: #00477F;
}

.sect5 .title h2 p {
    display: inline-block;
    width: 294px;
    height: 60px;
    line-height: 60px;
    padding-left: 28px;
    font-size: 34px;
    color: #fff;
    font-family: "sisong";
    background: url(../images/s5-tit.png) no-repeat center right;
    background-size: 100% 100%;
}

.s5 ul {
    margin-top: 30px;
}

.s5 ul li {
    margin: 0 65px;
}

.s5 ul li a {
    display: block;
}

.s5 ul li a .pic {
    padding-top: 19.1%;
}

.s5 .slick-prev {
    width: 30px;
    height: 40px;
    background: #eee url(../images/s5-l.png) no-repeat center center;
}

.s5 .slick-prev:hover {
    background: #00477F url(../images/s5-l-other.png) no-repeat center center;
}

.s5 .slick-next {
    width: 30px;
    height: 40px;
    background: #eee url(../images/s5-r.png) no-repeat center center;
}

.s5 .slick-next:hover {
    background: #00477F url(../images/s5-r-other.png) no-repeat center center;
}

.section5 {
    padding-bottom: 45px;
}

.section6 {
    padding-top: 95px;
    padding-bottom: 25px;
    background: url(../images/section6-bg.jpg) no-repeat center center;
    background-size: cover;
}

.sect6 .title h2 {
    float: none;
    text-align: center;
}

.sect6 .title h2 span {
    left: 50%;
    transform: translateX(-50%);
    -webkit-text-stroke: 1px #346DAF;
opacity: 0.1\0;
}

.sect6 .title h2 p {
    display: inline-block;
    color: #fff;
}

.s6 {}

.s6 .slick-prev {
    left: -20px;
    width: 50px;
    height: 50px;
    background: #fff url(../images/s6-l.png) no-repeat center center;
}

.s6 .slick-prev:hover {
    background: rgba(255, 255, 255, .4) url(../images/s6-l.png) no-repeat center center;
}

.s6 .slick-next {
    right: -20px;
    width: 50px;
    height: 50px;
    background: #fff url(../images/s6-r.png) no-repeat center center;
}

.s6 .slick-next:hover {
    background: rgba(255, 255, 255, .4) url(../images/s6-r.png) no-repeat center center;
}

.s6 ul {
    margin: 0 -38.5px;
}

.s6 ul li a {
    display: block;
    margin: 50px 38.5px;
    padding: 20px 39px;
    padding-bottom: 45px;
    background: url(../images/s6-bg.jpg) no-repeat center top;
    background-size: 100% 100%;
    transform-origin: center center;
    transition: all .3s;
}

.s6 ul li:hover a {
    transform: scale(1.1);
}

.s6 ul li:hover a {
    background: url(../images/s6-bg-other.png) no-repeat center top;
    background-size: 100% 100%;
}

.s6 ul li a .icon {
    width: 160px;
    height: 160px;
    padding: 10px;
    border: 1px dashed #B6D6F1;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
}

.s6 ul li:hover a .icon {
    border: 10px solid #ECF4FA;
    padding: 0;
}

.s6 ul li a .pic {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    padding-top: 100%;
    padding-top: 1%;
}

.s6 ul li a .text {
    text-align: center;
}

.s6 ul li a .text span {
    display: inline-block;
    margin: 10px 0;
height: 80px;
    overflow: hidden;

    font-size: 22px;
    color: #222;
    font-size: 22px;
    font-weight: bold;
}

.s6 ul li a .text p.zw {
    position: relative;
    display: block;
    padding: 0 35px;
    font-size: 14px;
    color: #404040;
    padding-bottom: 15px;
    border-bottom: 1px solid #00477F;
}

.s6 ul li a .text p.zw::after {
    content: "";
    position: absolute;
    width: 32px;
    height: 8px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -4px;
    background: #00477F;
}

.s6 ul li a .text p.nr {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    max-height: 78px;
}

.s6 ul li:hover a .text p.nr {
    color: #7E7E7E;
}

.section7 {
    padding: 60px 0;
}

.sect7 .title h2 {
    float: none;
    text-align: center;
}

.sect7 .title h2 p {
    display: inline-block;
}

.sect7 .title h2 span {
    left: 50%;
    transform: translateX(-50%);
}

.sect7 .title a {
    position: absolute;
    right: 0;
    top: 0;
}

.s7 {
    margin-top: 30px;
}

.s7 ul {
    margin: 0 -13px;
}

.s7 ul li {
    margin: 0 13px;
}

.s7 ul li a {
    position: relative;
    display: block;
}

.s7 ul li a .pic {
    padding-top: 68.68%;
}

.s7 ul li a .text {
    position: absolute;
    padding: 5px 20px;
    bottom: 0;
    z-index: 9;
}

.s7 ul li a .text p {
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    height: 60px;
    overflow: hidden;
}

.s7 ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/s7-txt-tc.png) no-repeat center bottom;
    background-size: 100% auto;
}

.s7 .slick-dots {
    position: static;
    margin-top: 40px;
}

.s7 .slick-dots li {
    width: 16px;
    height: 16px;
    background: #D8D8D8;
    border-radius: 50%;
    margin: 0 10px;
}

.s7 .slick-dots li.slick-active {
    background: #00477F;
}
.s2-lt{display:none}
@media screen and (max-width: 1700px) {
    .s6 .slick-prev {
        left: 0;
    }
    .s6 .slick-next {
        right: 0;
    }
}

@media screen and (max-width: 1650px) {
    .s1-l {
        width: 950px;
    }
    .s1-r {
        width: calc(100% - 990px);
    }
    .sect1 .title {
        width: calc(100% - 990px);
    }
    .s1-r ul li {
        margin-bottom: 10px;
    }
    .s1-r ul li a p {
        margin-top: 5px;
    }
    .sect2-l{
        width: 950px;
    }
    .s2-lr{width: 665px;}
    .sect2-r{margin-left: 40px;/* height: 520px; */}
    .sect2-r .date-list{
    margin-top: 10px;
}
    .sect2-r .more{
    /* position: absolute; */
    /* right: 30px; */
    top: 0;
}
    .date-list>li a {
        padding: 9px 0;
    }
    .sect3-l{
        width: 900px;
    }
    .sect3-r{    margin-left: 40px;}
    .sect3-l ul li {
        /* padding: 10px 0; */
    }
    .sect3-l ul li.on a {
        padding: 20px 0;
    }
    .section3 {
      height: 605px;
    }
}

@media screen and (max-width: 1440px) {
     .s1-l {
        width: 800px;
    }
    .s1-r {
        width: calc(100% - 840px);
    }
    .sect1 .title {
        width: calc(100% - 840px);
    }
     .sect2-l{
        width: 800px;
    }
    .s2-lr{width: 575px;}
        .sect3-l{
        width: 800px;
    }
    .date-list>li:last-child{display:none}
    .date-list>li a{
    padding: 10px 0;
}
    .s6 ul {
        margin: 0 -15px;
    }
    .s6 ul li a {
        margin: 50px 15px;
    }
    .s6 ul li a .text p.zw {
        padding: 0;
        padding-bottom: 15px;
    }
    .s2-ll ul li a .text p{font-size:16px}
}

@media screen and (max-width: 1300px) {
    .section1{
    padding: 45px 0 20px 0;
}
      .s1-l {
        width: 700px;
    }
    .s1-r {
        width: calc(100% - 740px);
    }
    .sect1 .title {
        width: calc(100% - 740px);
    }
     .sect2-l{
        width: 700px;
    }
    .s2-lr{width: 515px;}
        .sect3-l{
        width: 700px;
    }
    .title h2 span {
        font-size: 36px;
    }

    .s1-r ul li a p {
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }
    .title h2 span {
        top: -10px;
    }
}

@media screen and (max-width: 1200px) {
    .section3 .sect3{display: block;margin: 0 auto;}
    .section2 .sect2{
    display: block;
}
    .s2-ll {
        float: none;
        width: 100%;
    }
    .s2-lr {
        float: none;
        width: 100%;
        margin-top: 15px;
    }
    .s2-l {
        margin-top: 10px;
    }
 .sect1 .title {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .s1-l {
        float: none;
        width: 100%;
    }
    .s1-r {
        float: none;
        width: 100%;
        margin-top: 30px;
        padding-left: 15px;
    }
.s2-ll ul li a .pic{
   padding-top:60%;
    height:auto;
}
    .section3 {
        height: auto;
    }
    .sect3-l {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .sect3-r {
        float: none;
        width: 100%;
        margin-top: 15px;
        margin: 0 auto;
    }
    .sect3-r ul {
        overflow: hidden;
    }
    .sect3-r ul li {
        float: left;
        width: 32%;
        margin-left: 2%;
    }
    .sect3-r ul li:nth-child(3n-2) {
        margin-left: 0;
    }
    .sect3-r ul li:first-child {
        margin-top: 37px;
    }
    .sect2-l {
        float: none;
        width: 100%;
    }
    .sect2-r {
        float: none;
        width: 100%;
        margin-top: 15px;
        margin: 15px auto 0 auto;
    }
    .sect4 ul {
        margin: 0;
    }
    .s7 ul {
        margin: 0;
    }
    .s6 ul {
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
   
    .sect3-l ul li a::after {
        left: 0;
        width: 100%;
    }
    .sect4 ul li a {
        margin: 15px;
    }
    .s5 ul li {
        margin: 0 15px;
    }
    .s6 ul li a {
        padding: 15px;
    }
}

@media screen and (max-width: 700px) {
    .title h2 p {
        font-size: 20px;
    }
    .title h2 span {
        top: 0;
        font-size: 24px;
    }
    .section1 {
        padding: 15px 0 15px;
    }
    .s1-l a .text {
        padding: 15px;
        padding-right: 90px;
    }
    .s1-l a .text p {
        font-size: 16px;
    }
    .s1-l .slick-dots {
        bottom: 18px;
    }
    .s1-l .slick-dots li {
        margin: 0 5px;
    }

    .s2-ll ul li a .text p {
        font-size: 14px;
    }
    .s2-ll ul li a .text {
        margin-top: 10px;
    }
    .s2-ll ul li a .text p {
        line-height: 22px;
        max-height: 44px;
    }
    .s2-lr a .text {
        padding: 15px;
    }
    .sect2-r {
        padding: 15px;
    }
    .date-list {
        margin-top: 0;
    }
    .date-list>li a .text {
        padding-left: 15px;
    }
    .date-list>li a .text p {
        font-size: 16px;
    }
    .date-list>li a .date p {
        font-size: 20px;
    }
    .sect2-r .more a {
        font-size: 16px;
        background-size: 20px auto;
    }
    .sect2-r .more {
        margin-top: 10px;
        padding-top: 15px;
    }
    .section2 {
        padding-bottom: 15px;
    }
    .section3 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect3-l ul {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    .sect3-l ul::after {
        left: 0;
    }
    .sect3-l ul li {
        padding: 10px;
    }
    .sect3-l ul li a .tit {
        margin-bottom: 10px;
    }
    .sect3-l ul li a .text {
        padding-left: 0;
        padding-right: 0;
    }
    .sect3-l ul li.on a {
        padding: 0;
    }
    .sect3-l ul li a .bt span {
        right: 0;
        font-size: 14px;
    }
    .sect3-l ul li a .bt {
        padding-right: 80px;
    }
    .sect3-l ul li a .bt p {
        font-size: 16px;
    }
    .sect3-r ul li {
        margin-top: 0!important;
    }
    .section4 {
        padding-top: 15px;
    }
    .sect4 ul li a {
        margin: 15px;
    }
    .sect4 ul li a .text {
        padding: 15px;
    }
    .sect4 ul li a .text h2 {
        font-size: 18px;
    }
    .section5 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .sect5 .title h2 p {
        width: 215px;
        height: 45px;
        line-height: 45px;
        font-size: 24px;
    }
    .section6 {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .s6 ul li a {
        margin: 15px;
    }
    .s6 .slick-prev {
        width: 30px;
        background-size: 30px auto;
    }
    .s6 .slick-next {
        width: 30px;
        background-size: 30px auto;
    }
    .section7 {
        padding: 15px 0;
    }
    .sect7 .title h2 {
        text-align: left;
    }
    .s7 ul li a .text p {
        font-size: 14px;
    }
    .s7 {
        margin-top: 15px;
    }
    .s7 .slick-dots {
        margin-top: 15px;
    }
    .s6 ul li a .text span {
        font-size: 18px;
    }
}

.img-fit-cover{object-fit: cover; font-family: 'object-fit: cover;';}