@charset "utf-8";
.banner {
    position: relative;
    z-index: 9;
}

.banner::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    transform: translateY(-2px);
    height: .54rem;
    background: url() no-repeat;
    background-position: center center;
    background-size: auto 100%;
}


.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick .slick-slide a {
    display: block;
    position: relative;
}


.banner .slick .slick-slide a img {
    display: block;
    width: 100%;
}


.banner .slick-dots {
    font-size: 0;
    text-align: right;
    bottom: 0.6rem;
    left: 0;
    right: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 0.15rem;
}

.banner .slick-dots li {
    display: flex;
    border-radius: 50%;
    margin: 0 0.12rem;
    transition: all 0.3s;
    vertical-align: middle;
    width: 0.3rem;
    height: 0.3rem;
    justify-content: center;
    align-items: center;

}

@keyframes cilcle {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li button {
    border-radius: 50%;
    margin: 0;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #ffffff;
}

.banner .slick-dots li.slick-active {
    border-color: #fff;
    background: url(../images/baanner-dot-bor.png) no-repeat;
    background-size: 100% 100%;
    animation: cilcle 2s infinite linear;
}

.banner img {
    width: 100%
}

.banner {
    position: relative;
    /* background: #3f52f4; */
    padding-top: 8%;
}

.banner .slick-slide a {
    display: block;
    position: relative
}



.banner .slick-prev {
    width: 2.45rem;
    height: 2.44rem;
    left: 0.64rem;
    background-image: url(../images/prev.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2.45rem;
    /* opacity: .4; */
}

.banner .slick-next {
    width: 2.45rem;
    height: 2.44rem;
    right: 0.9rem;
    background-image: url(../images/next.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 2.45rem;
    /* opacity: .4; */
}


.section1 {
    padding: 50px 0;
    background-color: rgb(244 244 244);
}

.sect1 {
    overflow: hidden;
    background: #ffff
}

.sect1-l {
    width: 66.28%;
    float: left
}

.sect1-lk {
    position: relative;
    z-index: 1;
    background: white;
    padding-right: 10px
}

.sect1-lk:after {
    content: "";
    position: absolute;
    left: 0;
    right: 100px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: -1
}

.sect1-r {
    float: right;
    width: 31.06%
}

.title {
    position: relative;
    z-index: 2
}

.title::after {
    content: "";
    display: block;
    height: 0;
    clear: both
}

.title>a {
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #333333;
    float: right
}

.title>p {
    float: left;
    padding: 31.5px 28px;
    font-size: 28px;
    color: #ffffff;
    background-color: #0e5ea3
}

.lb-text {
    float: left;
    box-sizing: border-box;
    margin-right: 0px;
    min-height: 246px;
    padding: 0 10px;
    padding-top: 10px
}

.sect1-m div a {
    display: block;
    overflow: hidden;
    position: relative
}

.sect1-m div a .lb img {
    transition: all 0.6s;
    width: 100%;
    height: 100%
}

.sect1-m div a:hover .lb img {
    transform: scale(1.1)
}

.sect1-m>div>a>div:last-child {
    overflow: hidden
}

.lb-text>h2 {
    font-size: 18px;
    font-weight: normal;
    height: 72px;
    color: #0e5ea3;
    line-height: 36px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.lb-text>p {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #666666;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.lb-text>span {
    font-size: 14px;
    padding-left: 50px;
    color: #666666;
    display: inline-block;
    background: url("../image/icon-look.png") no-repeat left center
}

.sect1-m {
    position: relative;
    overflow: hidden;
    min-height: 250px
}

.sect1-m>.slick-prev {
    top: inherit;
    left: inherit;
    right: 560px;
    bottom: 40px;
    width: 60px;
    height: 30px;
    border: solid 1px #bfbfbf;
    background: url("../image/left.png") no-repeat center center;
    z-index: 888;
    transform: translateX(0) translateY(0)
}

.sect1-m>.slick-next {
    top: inherit;
    bottom: 40px;
    width: 60px;
    right: 490px;
    height: 30px;
    border: solid 1px #bfbfbf;
    background: url("../image/right.png") no-repeat center center;
    z-index: 888;
    transform: translateX(0) translateY(0)
}

.sect1-b>ul {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px
}

.sect1-b>ul>li {
    float: left;
    width: 50%
}

.sect1-b>ul>li>a {
    display: block;
    position: relative;
    margin: 0 15px;
    background: url("../image/li-dot.png") no-repeat left center;
    border-bottom: 1px dashed #dddddd
}

.sect1-b>ul>li>a>span:first-child {
    font-size: 14px;
    line-height: 50px;
    color: #333333;
    margin-left: 15px;
    margin-right: 85px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block
}

.sect1-b>ul>li>a>span:last-child {
    position: absolute;
    right: 0;
    line-height: 50px;
    font-size: 14px;
    color: #999999;
    top: 50%;
    transform: translateY(-50%)
}

.sect1-r>ul>li>a {
    display: block;
    position: relative;
    overflow: hidden
}

.sect1-r>ul>li>a::after {
    content: '';
    position: absolute;
    left: 100px;
    height: 32px;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #cccccc
}

.sect1-r>ul>li {
    overflow: hidden;
    margin-top: 20px
}

.tz-time {
    float: left;
    width: 55px;
    padding-left: 30px;
    margin-top: 7.5px
}

.tz-text {
    overflow: hidden;
    padding-left: 50px;
    padding-right: 35px
}

.tz-time>p {
    font-size: 17px;
    color: #666666
}

.tz-time>span {
    font-size: 20px;
    color: #666666
}

.tz-text>p {
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333
}

.sect1-r>ul>li:last-child {
    padding-bottom: 40px
}

.sect1-r>ul {
    background-color: #ffffff;
    padding-top: 64px;
    margin-top: -50px;
    z-index: 1
}

.sectino2 {
    padding: 50px 0 20px;
    overflow: hidden;
}

.sect2 {
    overflow: hidden;
    position: relative
}

.sect2-l {
    /* margin-right: 0; */
    width: calc(100% - 250px);
    float: left;
}

.title1 {
    float: left;
    width: 168px
}

.title1>p {
    font-size: 24px;
    color: #ffffff;
    padding: 9.5px 36px;
    background-color: #0e5ea3;
    margin-bottom: 40px;
}

.title1>a {
    display: block
}

.title1>a>span {
    padding: 12px 80px 12px 20px;
    display: block;
    font-size: 14px;
    color: #666666;
    border: solid 1px #cccccc;
    margin-left: 19px;
    margin-right: 19px;
    background: url("../image/right.png") no-repeat 80% center;
    margin-bottom: 10px
}

.sect2-t {
    overflow: hidden
}

.sect2-t>ul {
    float: left;
    width: calc(100% - 168px);
    overflow: hidden;
    margin-top: -20px
}

.sect2-t>ul>li {
    width: 33.333%;
    float: left;
    margin-top: 20px;
    overflow: hidden;
}

.sect2-t>ul>li>a {
    display: block;
    /* border: solid 1px #e5e5e5; */
    box-sizing: border-box;
    margin-left: 30px;
    /* padding: 25px 20px; */
}
.sect2-b>ul>li>a img{
    width:100%;
    height:auto;
}
.sect2-t>ul>li>a img{
    width:100%;
    height:auto;
}
.sect2-t>ul>li>a>p {
    font-size: 16px;
    color: #333333;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.sect2-b {
    overflow: hidden;
    margin-top: 30px
}

.sect2-b>ul {
    float: left;
    width: calc(100% - 168px);
    overflow: hidden;
    margin-top: -20px
}

.sect2-b>ul>li {
    width: 33.333%;
    float: left;
    margin-top: 20px
}

.sect2-b>ul>li>a {
    display: block;
    /* padding: 25px 20px; */
    margin-left: 30px;
    /* border: solid 1px #e5e5e5; */
    box-sizing: border-box
}

.sect2-b>ul>li>a>p {
    font-size: 14px;
    letter-spacing: 0px;
    color: #666666;
    background: url("../image/time.png") no-repeat left center;
    padding-left: 20px;
    margin-bottom: 8px
}

.sect2-b>ul>li>a>span {
    height: 21px;
    font-size: 16px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.sect2-r {
    position: absolute;
    right: 0;
    top: 0;
    width: 232px;
    /* display: none; */
}

.sect2-r>ul>li {
    text-align: center;
    transition: all 0.3s;
    margin-bottom: 14px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
}
.sect2-r ul li

.sect2-r>ul>li>a {
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    /* padding: 57.5px 14px; */
    overflow: hidden;
}
.sect2-r>ul>li>a img{
    width:100%;
    height:auto;
}


.sect2-r>ul>li>a>p {
    margin-top: 15px;
    font-size: 18px;
    color: #ffffff
}

.section3 {
    padding: 50px 0;
    background-color: #f4f4f4
}

.sect3-l {
    float: left;
    width: 65.9%
}

.title2 {
    overflow: hidden
}

.title2>p {
    font-size: 24px;
    padding: 9.5px 36px;
    float: left;
    color: #ffffff;
    background-color: #0e5ea3
}

.title2>a {
    font-size: 14px;
    line-height: 50px;
    float: right;
    color: #333333
}

.sect3 {
    overflow: hidden
}

.sect3-l>ul {
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px
}

.sect3-l>ul>li {
    position: relative;
    float: left;
    width: 50%;
    overflow: hidden;
    margin-top: 30px
}

.sect3-l>ul>li>a {
    display: block;
    margin: 0 15px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ffffff
}

.sect3-l>ul>li>a::after {
    content: '';
    left: 50px;
    top: 0;
    position: absolute;
    width: 80px;
    height: 3px;
    background-color: #006db8
}

.xq-img {
    float: left
}

.xq-img img {
    width: 140px;
    height: auto
}

.xq-text {
    overflow: hidden;
    padding-left: 20px
}

.xq-text>p {
    height: 60px;
    font-size: 16px;
    line-height: 30px;
    color: #303030;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.xq-text>span {
    font-size: 14px;
    background: url("../image/rl.png") no-repeat left center;
    padding-left: 25px;
    line-height: 30px;
    color: #999999
}

.sect3-r {
    width: 31.06%;
    float: right
}

.sect3-r>ul {
    margin-top: 15px
}

.sect3-r>ul>li {
    line-height: 50px;
    position: relative;
    background: url("../image/news_d1.png") no-repeat left center;
    border-bottom: 1px dashed #dddddd
}

.sect3-r>ul>li>a>p {
    margin-left: 15px;
    margin-right: 90px;
    font-size: 16px;
    line-height: 50px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.sect3-r>ul>li>a>span {
    position: absolute;
    right: 0;
    font-size: 14px;
    color: #999999;
    top: 50%;
    transform: translateY(-50%)
}

.section4 {
    padding: 50px 0 90px 0
}

.sect4>ul {
    margin-top: 50px
}

.sect4>ul>li {
    width: 23.48%;
    padding: 4px;
    position: relative
}

.sect4>ul>li>a {
    position: relative;
    display: block
}

.fc-text {
    width: 80%;
    z-index: 99999;
    position: absolute;
    bottom: 20px;
    left: 4px;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 5px
}

.fc-lb>a>div:first-child {
    padding-top: 70.46%;
    position: relative;
    overflow: hidden
}

.fc-text>p {
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
    padding-left: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.sect4 .slick-dots {
    bottom: -40px
}

.sect4 .slick-dots>li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: solid 1px #0e5ea3
}

.sect4 .slick-dots>.slick-active {
    background-color: #0e5ea3
}

.sect4 .slick-list {
    margin-left: -15px;
    margin-right: -15px
}

.section5 {
    padding: 50px 0;
    /* background-color: #f4f4f4; */
}

.sect5>ul {
    margin-top: 40px;
}

.sect5 ul li {
    text-align: center;
    width: 13.2%;
    display: inline-block;
}

.sect5 ul li a {
    display: block
}
.section5 {
    padding: 40px 0;
    /* background-color: #eff6fb; */
}

.sect51>ul {
    margin-top: 40px;
    display: inline-block;
    position: relative;
    width: 100%;
}

.sect51 ul li {
    text-align: center;
    display: block;
    padding: 0 25px;
    float: left;
}

.sect51 ul li a {
    display: block
}

.yqlj {
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #ddf0fd;
    position: relative;
    text-align: center;
    margin: 10px auto;
}

.yq_pic img {
    width: 100%ï¼› height:auto
}

.yqlj>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}

.sect5 ul li a:hover .yqlj>img {
    animation: icon-yh 0.6s linear
}

.links {
    width: 100% !important;
    padding: 0 4px
}

.sect5 ul li a p {
    /* width: 120px; */
    font-size: 16px;
    color: #333333;
    margin: 0px auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sect51 ul li a p {
    width: 120px;
    font-size: 18px;
    color: #333333;
    margin: 15px auto
}
.fc-lb {
    width: 25%
}

.fc-lb>a {
    display: block;
    margin: 0 15px;
    position: relative;
    padding: 4px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.fc-lb>a div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all 0.5s
}

.fc-lb>a:hover div img {
    transform: scale(1.1)
}

.lb {
    overflow: hidden;
    position: absolute;
    right: 0;
    width: 450px;
    height: 300px
}

.sect1-b {
    overflow: hidden;
    padding: 0 10px
}

.sect2-r>ul {
    /* overflow: hidden; */
}

.sect1-b>ul>li:hover a>span {
    color: #0e5ea3
}

.sect1-r>ul>li:hover p {
    color: #0e5ea3
}

.sect1-r>ul>li:hover span {
    color: #0e5ea3
}

.sect1-m>.slick-prev:hover {
    background: #207ca3 url("../image/right-ho.png") no-repeat center center
}

.sect1-m>.slick-next:hover {
    background: #207ca3 url("../image/left-ho.png") no-repeat center center
}

.sect2-t>ul>li>a:hover {
    background-color: #0e5ea3
}

.sect2-t>ul>li>a:hover p {
    color: white
}

.sect2-b>ul>li>a:hover {
    background-color: #0e5ea3
}

.sect2-b>ul>li>a:hover p {
    color: white;
    background: url("../image/time-ho.png") no-repeat left center
}

.sect2-b>ul>li>a:hover span {
    color: white
}

.title>a:hover {
    color: #0e5ea3
}

.title1>a>span:hover {
    color: #ffffff;
    background: #0e5ea3 url("../image/left-ho.png") no-repeat 80% center
}

.title2>a:hover {
    color: #0e5ea3
}

.sect3-l>ul>li>a:hover {
    background-color: #0e5ea3
}

.sect3-l>ul>li:hover a p {
    color: #ffffff
}

.sect3-l>ul>li:hover a span {
    color: #ffffff;
    background: url("../image/rl-ho.png") no-repeat left center
}

.sect3-r>ul>li:hover a p {
    color: #0e5ea3
}

.sect5 ul li:hover .yqlj {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1)
}

.sect5 ul li:hover a p {
    color: #0e5ea3
}

.sect1-m>div:hover a>.lb-text>h2 {
    text-decoration: underline
}

.sect1-m>div:hover a>.lb-text>span {
    color: #0e5ea3
}

@media screen and (max-width: 1320px) {
    .title1>a>span {
        padding: 12px 35px 12px 20px
    }

    .sect1 {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0 !important;
        margin-right: 0 !important
    }
}

@media screen and (max-width: 1200px) {
.sect5 ul li{    width: 12%;}

    .sect1-m>.slick-prev {
        right: 510px
    }

    .sect1-m>.slick-next {
        right: 440px
    }

    .lb {
        width: 400px;
        height: 266px
    }

    .sect1-m,.lb-text {
        min-height: 266px;
    }

    .lb-text {
        padding: 25px;
        margin-right: 0;
        width: 100%;
    }

    .lb-text>h2 {
        line-height: 30px;
        height: 60px
    }

    .lb-text>p {
        line-height: 26px;
        height: 52px;
        margin: 10px 0
    }

    .sect1-r>ul>li {
        margin-top: 14px
    }
}

@media screen and (max-width: 1024px) {
    .banner .slick-dots {
        bottom: 0.1rem;
    }

    .banner .slick-prev {
        left: .1rem;
    }

    .banner .slick-next {
        right: 0.1rem;
    }
    .sect1-b>ul {
        margin-top: 15px
    }
 .banner::after{
        height: 0.3rem;
    }
    .sect2-b>ul {
        float: none;
        width: auto;
        margin-left: -30px;
        margin-top: 0
    }

    .sect2-t>ul {
        float: none;
        width: auto;
        margin-left: -30px;
        margin-top: 0
    }

    .title1>a>span {
        margin-right: 0;
        padding: 5px 35px 5px 20px
    }

    .yqlj {
        width: 90px;
        height: 90px
    }

    .sect5 ul li a p {
        font-size: 15px;
        width: 90px
    }

    .section1 {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .sectino2 {
        padding: 20px 0
    }

    .section3 {
        padding: 20px 0
    }

    .section4 {
        padding-top: 20px;
        padding-bottom: 50px
    }

    .section5 {
        padding: 20px 0
    }

    .sect1-l {
        float: none;
        width: auto
    }

    .sect1-r {
        float: none;
        width: auto;
        margin-top: 15px;
        position: relative;
        z-index: 1
    }

    .sect1-r::after {
        content: '';
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
        bottom: 0;
        background: #fff;
        z-index: -1
    }

    .sect1-r>ul {
        padding-top: 55px
    }

    .sect1-r>ul>li:last-child {
        padding-bottom: 15px
    }

    .tz-time {
        padding-left: 0
    }

    .tz-text {
        padding-left: 35px;
        padding-right: 0
    }

    .sect1-r>ul>li>a::after {
        left: 68px
    }

    .sect2-l {
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
    }

    .sect2-r {
        position: static;
        width: auto;
        clear: both;
    }

    .sect2-r>ul {
        margin-left: -1.5%;
        margin-right: -1.5%;
        margin-top: 20px
    }

    .sect2-r>ul>li {
        float: left;
        width: 30.333%;
        margin: 0 1.5% !important
    }

    .sect4 .slick-dots>li {
        width: 8px;
        height: 8px
    }

    .lb-text>p {
        margin: 10px 0
    }

    .lb-text>h2 {
        line-height: 30px
    }

    .title1 {
        float: none;
        width: auto;
        overflow: hidden
    }

    .title>p {
        padding: 12px 20px;
        font-size: 26px
    }

    .title1>p {
        font-size: 26px;
        float: left;
        padding: 12px 20px;
        margin-bottom: 0
    }

    .title1>a {
        float: right;
        margin-top: 14px
    }

    .sect3-l {
        float: none;
        width: auto
    }

    .sect3-r {
        padding-top: 30px;
        float: none;
        width: auto
    }

    .sect4 .slick-dots {
        bottom: -20px
    }

    .sect2-r>ul>li>a {
        padding: 25px 14px
    }

    .sect2-r>ul>li>a>p {
        margin-top: 10px
    }

    .sect1-b>ul>li>a>span:first-child {
        line-height: 45px
    }

    .fc-lb>a {
        display: block;
        margin: 0 20px
    }
}
@media screen and (max-width: 990px) {
    .banner .slick-dots {
        bottom: 0.1rem;
    }

    .banner .slick-prev {
        left: .1rem;
    }

    .banner .slick-next {
        right: 0.1rem;
    }
    .sect1-b>ul {
        margin-top: 15px
    }
 .banner::after{
        height: 0.3rem;
    }
    .sect2-b>ul {
        float: none;
        width: auto;
        margin-left: -30px;
        margin-top: 0
    }

    .sect2-t>ul {
        float: none;
        width: auto;
        margin-left: -30px;
        margin-top: 0
    }

    .title1>a>span {
        margin-right: 0;
        padding: 5px 35px 5px 20px
    }

    .yqlj {
        width: 90px;
        height: 90px;
    }

    .sect5 ul li a p {
        font-size: 15px;
        width: 90px
    }

    .section1 {
        padding-top: 20px;
        padding-bottom: 30px
    }

    .sectino2 {
        padding: 20px 0
    }

    .section3 {
        padding: 20px 0
    }

    .section4 {
        padding-top: 20px;
        padding-bottom: 50px
    }

    .section5 {
        padding: 20px 0
    }

    .sect1-l {
        float: none;
        width: auto
    }

    .sect1-r {
        float: none;
        width: auto;
        margin-top: 15px;
        position: relative;
        z-index: 1
    }

    .sect1-r::after {
        content: '';
        position: absolute;
        top: 0;
        left: -15px;
        right: -15px;
        bottom: 0;
        background: #fff;
        z-index: -1
    }

    .sect1-r>ul {
        padding-top: 55px
    }

    .sect1-r>ul>li:last-child {
        padding-bottom: 15px
    }

    .tz-time {
        padding-left: 0
    }

    .tz-text {
        padding-left: 35px;
        padding-right: 0
    }

    .sect1-r>ul>li>a::after {
        left: 68px
    }

    .sect2-l {
        margin-right: 0;
        width: 100%;
        margin-top: 10px;
    }

    .sect2-r {
        position: static;
        width: auto;
        clear: both;
    }

    .sect2-r>ul {
        margin-left: -1.5%;
        margin-right: -1.5%;
        margin-top: 20px
    }

    .sect2-r>ul>li {
        float: left;
        width: 30.333%;
        margin: 0 1.5% !important
    }

    .sect4 .slick-dots>li {
        width: 8px;
        height: 8px
    }

    .lb-text>p {
        margin: 10px 0
    }

    .lb-text>h2 {
        line-height: 30px
    }

    .title1 {
        float: none;
        width: auto;
        overflow: hidden
    }

    .title>p {
        padding: 12px 20px;
        font-size: 26px
    }

    .title1>p {
        font-size: 26px;
        float: left;
        padding: 12px 20px;
        margin-bottom: 0
    }

    .title1>a {
        float: right;
        margin-top: 14px
    }

    .sect3-l {
        float: none;
        width: auto
    }

    .sect3-r {
        padding-top: 30px;
        float: none;
        width: auto
    }

    .sect4 .slick-dots {
        bottom: -20px
    }

    .sect2-r>ul>li>a {
        padding: 25px 14px
    }

    .sect2-r>ul>li>a>p {
        margin-top: 10px
    }

    .sect1-b>ul>li>a>span:first-child {
        line-height: 45px
    }

    .fc-lb>a {
        display: block;
        margin: 0 20px
    }
    
.foot-r {
    float: none;
    overflow: hidden
}

.vx {
    text-align: center;
    float: left;
    margin-left: 10px
}

.vx>div {
    background: rgba(255, 255, 255, .4);
    margin-top: -4px
}

.vx>div>h2 {
    font-size: 12px;
    line-height: 30px;
    color: #ffffff
}

.vx>img {
    width: 120px;
    height: 120px;
}

.vx>p {
    font-size: 16px;
    line-height: 30px;
    color: #ffffff
}
}

@media screen and (max-width: 768px) {
.sect5 ul li{width: 16%;min-height: 167px;}
    .sect3-l>ul>li:nth-child(odd) {
        margin-right: 0
    }

    .sect1-b>ul:first-child {
        float: none;
        width: auto
    }

    .sect1-b>ul:last-child {
        float: none;
        width: auto
    }

    .lb {
        width: 100%;
        position: relative;
        height: auto
    }

    .lb>img {
        width: 100%
    }

    .sect1-lk {
        padding-bottom: 5px
    }

    .sect1-lk:after {
        left: -15px;
        right: -15px
    }

    .lb-text>h2 {
        height: auto
    }

    .lb-text {
        float: none;
        width: auto;
        margin-right: 0;
        padding: 20px
    }

    .lb-text>p {
        height: auto;
        max-height: 52px
    }

    .sect1-m,.lb-text {
        min-height: auto;
        padding: 20px 0;
        padding-bottom: 30px
    }

    .sect1-m>.slick-prev {
        top: inherit;
        bottom: 10px;
        right: inherit;
        left: 0
    }

    .sect1-m>.slick-next {
        top: inherit;
        bottom: 10px;
        right: inherit;
        left: 80px
    }

    .sect2-t>ul,.sect2-b>ul {
        margin-left: -20px
    }

    .sect2-t>ul>li>a,.sect2-b>ul>li>a {
        margin-left: 20px;
        padding: 20px
    }

    .sect2-t>ul>li,.sect2-b>ul>li {
        width: 50%
    }

    .sect3-l>ul>li {
        width: 100%
    }

    .sect2-r>ul>li>a>img {
        max-height: max-content;
    }

    .sect2-r>ul>li>a>p {
        font-size: 16px
    }
}

@media screen and (max-width: 640px) {
.sect5 ul li{width: 30%;}
    .sect2-r>ul>li {
        float: none;
        width: auto
    }

    .sect1-b>ul>li {
        float: none;
        width: auto
    }
}

@media screen and (max-width: 480px) {
    .sect2-t>ul>li {
        width: 100%
    }

    .sect2-b>ul>li {
        width: 100%
    }

    .sect2-r>ul>li {
        width: 100% !important
    }

    .sect2-r>ul>li>a {
        padding: 15px
    }

    .sect2-t>ul>li>a>p {
        height: auto;
        max-height: 50px
    }
}