@charset "utf-8";
body {
    overflow-x: hidden
}

.banner {
    position: relative;
    overflow: hidden
}

.banner a {
    position: relative;
    display: block
}

.banner a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 142px;
    background: url(../images/banner-tc.png) no-repeat center bottom;
    background-size: 100% 100%
}

.banner img {
    display: block;
    width: 100%
}

.banner .slick-dots {
    bottom: .3rem;
    z-index: 9
}

.banner .slick-dots li {
    width: 0.5rem;
    height: 0.4rem;
    text-align: center;
    line-height: 0.32rem;
    transition: all .6s
}

.banner .slick-dots li span {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 0.18rem;
    color: #fff;
    font-family: "ss-normal"
}

.banner .slick-dots li.slick-active span {
    background: url(../images/ban-slick.png) no-repeat center center;
    background-size: 100% 100%
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.title h2 {
    position: relative;
    display: flex;
    align-items: center
}

.title h2 span {
    position: relative;
    display: inline-block;
    padding: 0 1.3rem;
    font-size: 0.34rem;
    font-weight: bold;
    color: #333
}

.title h2 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(../images/s1-l-tit.png) no-repeat center center;
    background-size: 100% 100%;
    width: 1.15rem;
    height: 0.09rem
}

.title h2 span::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background: url(../images/s1-r-tit.png) no-repeat center center;
    background-size: 100% 100%;
    width: 1.15rem;
    height: 0.09rem
}

.title a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.14rem;
    color: #666666;
    transition: all .6s
}

.title a:hover {
    right: 5px;
    color: #0064CB
}

.section1 {
    padding-top: 0.6rem;
    padding-bottom: 0.65rem;
    background: url(../images/s1-bg.png) no-repeat center top;
    background-size: cover
}

.s1 {
    margin-top: 0.65rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.s1-l {
    width: 6.32rem;
    margin-right: .3rem
}

.s1-l a {
    position: relative;
    display: block
}

.s1-l a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2.34rem;
    background: url(../images/s1-l-tc.png) no-repeat center bottom;
    background-size: 100% 100%
}

.s1-l a .pic {
    padding-top: 74.68%
}

.s1-l a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.25rem;
    font-size: 0.2rem;
    color: #fff;
    z-index: 9
}

.s1-r {
    flex: 1;
    min-width: 0
}

.s1-r ul li {
    position: relative;
    line-height: 0.52rem;
    border-bottom: 0.01rem solid #D8D8D8;
    transition: all .6s
}

.s1-r ul li::after {
    content: "";
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0;
    height: 2px;
    background: #173C91;
    transition: all .6s
}

.s1-r ul li.on::after {
    width: 100%
}

.s1-r ul li.on {
    background: #fff;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1)
}

.s1-r ul li a {
    display: block;
    position: relative;
    padding-left: 1rem;
    padding-right: .5rem;
    font-size: 0.18rem;
    color: #333;
    background: url(../images/s1-r-more.png) no-repeat 98% center;
    background-size: .23rem auto;
    transition: all .6s
}

.s1-r ul li.on a {
    background: url(../images/s1-r-more-other.png) no-repeat 98% center;
    background-size: .23rem auto
}

.s1-r ul li a span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.79rem;
    line-height: 0.14rem;
    font-size: 0.18rem;
    color: #3A3A3A;
    text-align: center;
    border-right: 0.01rem solid #0064CB
}

.s1-r ul li.on a span {
    color: #0759AD
}

.s1-r ul li.on a {
    color: #0759AD;
    font-weight: bold
}

.section2 {
    position: relative;
    padding-top: 0.65rem;
    padding-bottom: 1.15rem;
    background: url(../images/s2-bg.jpg) no-repeat center center;
    background-size: cover;overflow: hidden;
}

.sect2 .title h2 span {
    color: #fff
}

.s2 {
    position: relative;
    margin-top: .85rem;
    justify-content: space-between;
    flex-wrap: wrap
}

.s2-l {
    width: 60.28%
}

.s2-l h2 {
    font-size: 0.26rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 0.35rem
}

.s2-l p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #FFFFFF;
    height: 1.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.s2-r {
    width: 37.35%;
    margin-top: 0.35rem
}

.s2-r .pic {
    padding-top: 74.569%
}

.s2-d {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 62%;
}

.s2-d ul li {
    margin: 0 0.05rem
}

.s2-d ul li a {
    position: relative;
    display: block;
    border: 3px solid transparent;
    transition: all .6s
}

.s2-d ul li a .pic {
    padding-top: 74.846%
}

.s2-d ul li:hover a {
    border: 3px solid #fff
}

.s2-d ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(9, 9, 9, 0.5)
}

.s2-d ul li:hover a::after {
    background: none
}

.s2-d ul li a p {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.32rem;
    text-align: center;
    z-index: 9
}

.s2-d ul li:hover a p {
    display: none
}

.s2-d .slick-prev {
    left: 0;
    top: -0.5rem;
    transform: none;
    width: 0.35rem;
    height: 0.35rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.3);
    background: url(../images/s2-l.png) no-repeat center center;
    background-size: .09rem auto
}

.s2-d .slick-next {
    left: 150px;
    top: -0.5rem;
    transform: none;
    width: 0.35rem;
    height: 0.35rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.3);
    background: url(../images/s2-r.png) no-repeat center center;
    background-size: .09rem auto
}

.s2-d .slick-dots {
    bottom: 118%;
    width: auto;
    left: 0.5rem
}

.s2-d .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 0.06rem
}

.s2-d .slick-dots li.slick-active {
    background-color: #fff
}

.s2-d .slick-dots li button {
    display: none
}

.section3 {
    padding-top: 0.65rem;
    padding-bottom: .95rem;
    background: url(../images/s3-bg.png) no-repeat center top;
    background-size: cover
}

.s3 {
    margin-top: .65rem
}

.s3 ul li {
    transition: all .6s
}

.s3 ul li a {
    position: relative;
    display: block;
    padding: .28rem .23rem;
    padding-bottom: .7rem;
    background-position: center bottom;
    transition: all .6s
}

.s3 ul li.slick-center a:hover {
    background: url(../images/s3-txt-bg.jpg) no-repeat center bottom;
    background-size: cover;
    border-radius:10px;
}

.s3 ul li a:hover {
    background: url(../images/s3-txt-bg.jpg) no-repeat center bottom;
    background-size: cover;
border-radius:5px;
}

.s3 ul li a .more {
    position: absolute;
    bottom: .2rem;
    left: -0.16rem;
    width: 0.32rem;
    height: 0.32rem;
    background: url(../images/s3-more.png) no-repeat center center;
    background-size: .32rem auto;
    opacity: 0;
    z-index: -1
}

.s3 ul li a::after {
    content: "";
    position: absolute;
    left: .23rem;
    right: .23rem;
    height: 1px;
    border-top: 1px dashed rgba(27, 115, 204, 0.6);
    bottom: .5rem
}



.s3 ul li.slick-current.slick-active.slick-center a .more {
    left: 0
}

.s3 ul li a .pic {
    padding-top: 64.94%
}

.s3 ul li a .text h2 {
    text-align: center;
    margin-top: .1rem;
    margin-bottom: .1rem;
    line-height: 0.33rem;
    font-size: .18rem;
    color: #393939;
    font-weight: normal
}

.s3 ul li.slick-center a:hover .text h2 {
    color: #fff
}
.s3 ul li a:hover .text h2 {
    color: #fff
}

.s3 ul li a .text p {
    text-align: center;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #999999;
    height: 0.84rem
}

.s3 ul li.slick-center a:hover .text p {
    color: #fff
}
.s3 ul li a:hover .text p {
    color: #fff
}

.s3 .slick-dots {
    position: relative;
    margin-top: .3rem
}

.s3 .slick-dots li {
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    border: 1px solid #0160B0;
    margin: 0 .1rem;
    transition: all .6s
}

.s3 .slick-dots li.slick-active {
    width: .4rem;
    height: .12rem;
    background: #0160B0;
    border-radius: .2rem
}

.section4 {
    position: relative;
    padding-bottom: 0.95rem;
    z-index: 9
}

.section4 .wid {
    position: relative
}

.section4 .title {
    position: absolute;
    left: 0;
    top: 0.3rem
}

.section4 .title h2 span {
    color: #fff
}

.section4 .title h2 b {
    left: 0;
    transform: none;
    color: rgba(255, 240, 240, .1)
}

.section4 .title h2::after {
    background-color: #F09437;
    left: 0;
    transform: none
}

.s4-c a {
    display: block;
    position: relative
}

.s4-c a:hover .pic img {
    transform: scale(1.1)
}

.s4-c .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.s4-t {
    justify-content: space-between;
    align-items: flex-end
}

.s4t-l {
    width: 47.7%
}

.s4t-l ul {
    display: flex;
    justify-content: space-between
}

.s4t-l ul li:nth-child(1) {
    width: 48.8%
}

.s4t-l ul li:nth-child(1) .pic {
    padding-top: 123.3%
}

.s4t-l ul li:nth-child(2) {
    width: 48.8%
}

.s4t-l ul li:nth-child(2) .pic {
    padding-top: 123.3%
}

.s4t-l ul li a {
    position: relative;
    display: block
}

.s4t-l ul li:nth-child(1) a::after {
    content: "";
    position: absolute;
    left: 0.15rem;
    right: 0.15rem;
    top: 0.15rem;
    bottom: 0.15rem;
    background: rgba(1, 96, 176, .5)
}

.s4t-l ul li a .pic {
    padding-top: 64.36%
}

.s4t-l .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.s4t-l .text p {
    font-size: 0.36rem;
    color: #fff;
    font-weight: bold;
    margin-top: .15rem
}

.s4t-l .text .icon img {
    max-height: .79rem
}

.s4t-r {
    width: 51.14%
}

.s4t-r .pic {
    padding-top: 56.14%
}

.s4t-r .sp-pic {
    position: relative
}

.s4t-r .sp-pic::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

.s4t-r .sp-pic .bf {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/bf.png) no-repeat center center;
    width: 0.53rem;
    height: 0.56rem;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 9
}

.s4t-r .sp-pic p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.1rem 0.4rem;
    font-size: 0.2rem;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 9
}

.s4-d {
    margin-top: 0.15rem
}

.s4-d>ul {
    justify-content: space-between
}

.s4-d>ul>li:nth-child(1) {
    width: 47.7%
}

.s4-d>ul>li:nth-child(2) {
    width: 51.14%
}

.s4-d>ul>li:nth-child(1) a .pic {
    padding-top: 29.19%
}

.s4-d>ul>li:nth-child(2) a .pic {
    padding-top: 56%
}

.s4-d>ul>li:nth-child(2) ul {
    display: flex;
    justify-content: space-between
}

.s4-d>ul>li:nth-child(2) ul li {
    width: 48.5%
}

.s4-d .text {
    display: flex;
    justify-content: center;
    align-items: center
}

.s4-d .text p {
    font-size: 0.28rem;
    color: #fff;
    font-weight: normal;
    padding-left: 0.15rem
}

.section5 {
    position: relative;
    margin-top: -1rem;
    padding-top: 0.85rem;
    padding-bottom: 1.04rem;
    background: url(../images/s5-bg.png) no-repeat center bottom;
    background-size: cover;
    z-index: 9
}

.s5 {
    display: flex;
    justify-content: space-between;
    padding-top: 0.15rem
}

.s5>div {
    width: 100%;
}

.s5 ul li {
    float: left;
    width: 49%;
    position: relative;
    height: 1.05rem;
    display: flex;
    padding-left: .4rem;
    padding-right: 1rem;
    align-items: center;
    background: url(../images/s5-list.png)no-repeat left 30px;
    border-bottom: 1px dashed #D8D8D8
}

.s5 ul li:nth-child(2n) {
    margin-left: 2%;
}

.s5 ul li h2 {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    color: #3D3D3D;
    max-height: 0.6rem
}

.s5 ul li h2 span {
    position: absolute;
    right: .1rem;
    top: 0.25rem;
    width: 0.93rem;
    height: 0.31rem;
    background: url(../images/s5-icon.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    z-index: 6
}

.s5 ul li .nr {
    position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 0.35rem 0.55rem;
    background: linear-gradient(180deg, #F0F8FF 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 10px 0px rgba(38, 38, 38, 0.3);
    opacity: 0;
    z-index: -1;
    border-radius: .1rem;
    transition: all .6s
}

.s5 ul li .nr::after {
    content: "";
    position: absolute;
    top: 0.4rem;
    left: .2rem;
    background: url(../images/s5-list.png) no-repeat center center;
    width: 0.26rem;
    height: 0.31rem;
    background-size: 100% 100%
}

.s5 ul li.on .nr {
    opacity: 1;
    z-index: 9
}

.s5 ul li.on .nr h2 {
    padding-right: .6rem;
    color: #0160B0;
    margin-bottom: .15rem
}

.s5 ul li.on h2 span {
    top: .35rem;
    right: .2rem;
    background: url(../images/s5-icon-other.png) no-repeat center center;
    background-size: 100% 100%;
    z-index: 99
}

.s5 ul li .nr p {
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.28rem;
    color: #828282
}

.vwrap {
    display: none;
    z-index: 1040000;
    width: 100%;
    position: fixed
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden
}

.vwrap .videobox {
    z-index: 1200;
    width: 1400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -700px;
    object-fit: cover;
    transform: translateY(-50%)
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    background: #000
}

.vwrap .videobox #videobox .img_hezi {
    padding-bottom: 60% !important
}

.vwrap .videobox #videobox video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

#videobox_wrapper {
    height: 100%!important
}

.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
    text-align: center
}

.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    -webkit-transition: 400ms;
    transition: 400ms
}

.vwrap .close i svg {
    transition: .6s
}

.vwrap .close:hover i svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 992px) {
    .vwrap .videobox {
        max-height: 74%;
        width: 94%;
        left: 3%;
        margin-left: 0
    }
    .vwrap .close {
        right: 0;
        top: -35px
    }
}

@media screen and (max-width: 1200px) {
    .s5 ul li.on .nr h2 {
        padding-right: .8rem
    }
    .s2-d .slick-dots {
        left: .6rem
    }
}

@media screen and (max-width: 1000px) {
    .s1 {
        display: block
    }
    .s1-l {
        width: 100%;
        margin-right: 0
    }
    .s2-d {
        position: static;
        width: 100%;
        margin-top: .15rem
    }
    .s4t-l ul li:nth-child(1) a::after {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0
    }
    .s4t-l .text p {
        font-size: .2rem
    }
    .s5 ul li {
        float: none;
        width: 100%;
    }
    .s5 ul li:nth-child(2n) {
        margin-left: 0;
    }
}

@media screen and (max-width: 700px) {
    .banner .slick-dots {
        bottom: .15rem
    }
    .section1 {
        padding: .15rem 0
    }
    .title h2 span {
        padding: 0;
        font-size: .26rem
    }
    .title h2 span::before,
    .title h2 span::after {
        display: none
    }
    .title {
        justify-content: space-between
    }
    .s1 {
        margin-top: .15rem
    }
    .section2 {
        padding-top: .15rem;
        padding-bottom: .15rem
    }
    .s2 {
        display: block;
        margin-top: .15rem
    }
    .s2-l {
        width: 100%
    }
    .s2-l h2 {
        font-size: .2rem;
        margin-bottom: .15rem
    }
    .s2-r {
        width: 100%
    }
    .s2-d .slick-dots {
        left: .4rem
    }
    .section3 {
        padding: .15rem 0
    }
    .s3 {
        margin-top: .15rem
    }
    .s3 ul li {
        margin: 0 .2rem
    }
    .s3 ul li a {
        background: url(../images/s3-txt-bg.jpg) no-repeat center bottom;
        background-size: cover
    }
    .s3 ul li a .more {
        opacity: 1;
        z-index: 9
    }
    .s3 ul li.slick-current.slick-active a .more {
        left: 0
    }
    .s3 ul li a .text h2 {
        color: #fff
    }
    .s3 ul li a .text p {
        color: #fff
    }
    .s3 .slick-dots {
        margin-top: .15rem
    }
    .s4-t {
        display: block
    }
    .s4t-l {
        width: 100%
    }
    .s4t-r {
        width: 100%;
        margin-top: .15rem
    }
    .s4-d>ul {
        display: block
    }
    .s4-d>ul>li:nth-child(1) {
        width: 100%
    }
    .s4-d>ul>li:nth-child(2) {
        width: 100%;
        margin-top: .15rem
    }
    .s4-c .icon img {
        max-height: .4rem
    }
    .section4 {
        padding-bottom: .4rem
    }
    .s5 {
        display: block
    }
    .s5>div {
        width: 100%
    }
    .s5 ul li h2 {
        font-size: .18rem
    }
    .section5 {
        margin: 0;
        padding-top: 0;
        padding-bottom: .15rem
    }
}