@charset "utf-8";

body {
    background: #eff5fb;
}

html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
    width: 100%;
    height: 100vh;
}

/* nav */

.banner {
    position: relative;
}

.banner a {
    display: block;
}

.banner>img {
    display: block;
    width: 100%;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}

.banner .slick-slide a img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 7;
    transition: all 8s;
    transform: scale(1.1);
}

.banner .slick-slide.slick-current a img {
    animation: img_scale ease 5s infinite;
}

.banner .slick-slide a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/banner-zzc.png) repeat-x;
    background-position: center top;
    z-index: 9;
}

@keyframes img_scale {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}

.banner .slick-slide a p {
    position: absolute;
    width: 100%;
    left: 50%;
    max-width: 1300px;
    transform: translateX(-50%);
    font-size: 30px;
    bottom: 40px;
    color: #fff;
    z-index: 9;
}

.banner .slick-dots {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 15px;
    font-size: 0;
    z-index: 9;
    padding-right: 25px;
}

.banner .slick-dots li {
    width: 28px;
    height: 28px;
    margin: 0 7px;
    transition: all 0.3s;
    vertical-align: middle;
    align-items: center;
    border-radius: 50%;
    border: 1px dashed transparent;
}

.banner .slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .5);
    border-radius: 50%;
    margin: 7px auto;
    padding: 0;
}


.banner .slick-dots li.slick-active {
    border-color: #fff;
    animation: circle 10s infinite linear;
}

@keyframes circle {
    from {
        transform: rotateZ(360deg);
    }
}

.banner .slick-dots li.slick-active button {
    background: #fff;
}

#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 70px;
    z-index: 9;
    cursor: pointer;
}

#downPage img {
    display: block;
    animation: bb 2s linear 0s infinite;
}

@keyframes bb {
    0% {
        transform: translate(-50%, 0);
        opacity: 0;
    }

    20% {
        transform: translate(-50%, 3px);
        opacity: 1;
    }

    80% {
        transform: translate(-50%, 10px);
        opacity: 1;
    }

    90% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }

    100% {
        transform: translate(-50%, 10px);
        opacity: 0;
    }
}


.index {
    font-size: 0;
    overflow: hidden;
    z-index: 99;
    background: #fff;
}

.section1 {
    position: relative;
    overflow: hidden;
}

@keyframes circle2 {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.title {
    position: relative;
    margin-bottom: 35px;
    line-height: 26px;

}

.tit-text {
    font-size: 0;
}

.tit-text h2 {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #1a4ea4;
    font-weight: 600;
    cursor: pointer;
    background: url(../images/tit-h2-bf.png) no-repeat;
    background-position: left center;
    font-size: 0;
}

.tit-text h2 b {
    display: inline-block;
    position: relative;
    z-index: 9;
    font-size: 26px;
    padding-left: 15px;
    vertical-align: middle;
    color: #333;
    font-weight: 600;
}

.tit-text h2 img {
    display: inline-block;
    vertical-align: middle;
}

.tit-text h2 p {
    position: absolute;
    left: 48px;
    bottom: 0;
    font-size: 16px;
    line-height: 22px;
    color: rgba(204, 204, 204, .5);
    text-transform: uppercase;
    font-weight: normal;
    white-space: nowrap;
    z-index: 2;
    font-weight: 600;
}

.tit-more {
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.tit-more a {
    display: none;
    float: left;
    padding-right: 25px;
    background: url(../images/more-icon.png) no-repeat;
    background-position: right center;
    font-size: 14px;
    color: #01569f;
    transition: all 0.5s;
}

.tit-more a:hover {
    padding-right: 40px;
}

.tit-more a:nth-child(1) {
    display: block;
}


.section1 {
    background: url(../images/s1-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 80px 0 90px 0;
}

.s1-c {
    display: flex;
    justify-content: space-between;
}

.s1-l {
    width: 65.7%;
}

.s1-r {
    width: 31%;

}

.s1-lslick .slick-dots {
    bottom: 10px;
    right: 30px;
}


.s1-lslick li a {
    display: flex;
    background: #fff;
    background-position: center center;
    background-size: cover;
}


.s1-lspic {
    width: 460px;
}

.s1-lspic .pic {
    padding-top: 68%;
}


.s1-lsinfo {
    flex: 1;
    padding: 30px 0 0 0;
    min-width: 0;
}



.info1 {
    padding: 0 30px;
}

.info1 span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #01569f;
}

.info1 span b {
    font-size: 28px;
}

.info1 h3 {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    overflow: hidden;
    color: #333333;
    margin: 15px 0;
    text-overflow: ellipsis;
    padding-bottom: 20px;
}

.info1 h3::before {
    background: #d1d1d1;
    height: 1px;
}

.info1 h3::after {
    background: #01569f;
    height: 1px;
}

.info1 p {
    font-size: 14px;
    line-height: 26px;
    height: 78px;
    overflow: hidden;
    color: #808080;
}

.info1 div {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: 0px;
    color: #01569f;
    margin-top: 25px;
    text-align: right;
}

.s1-lslick li a:hover .info1 h3 {
    color: #01569f;
}

.list1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.list1 ul li {
    width: 48%;
    margin-top: 25px;
}

.list1 ul li::before {
    height: 3px;
    background-color: #01569f;
}

.list1 ul li::after {
    height: 3px;
    background-color: #fba74e;
}

.list1 ul li a {
    display: block;
    padding: 25px 30px;
    background-color: #fff;
    transition: background-color 0.5s;
}

.list1 ul li a p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #01569f;
}

.list1 ul li a h3 {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    color: #333333;
    margin-top: 15px;
}

.list1 ul li:hover a {
    background: #01569f url(../images/list-item-bj.png) no-repeat;
    background-position: right bottom;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.15);
}

.list1 ul li:hover a p {
    color: #fff;
}

.list1 ul li:hover a h3 {
    color: #fff;
}



.s1-rc {
    background: url(../images/s1-rbj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 10px 20px 20px 20px;
}

.list2 li::before {
    border-bottom: 1px dashed rgba(204, 204, 204, .5);
}

.list2 li::after {
    height: 1px;
    background: #fba74e;
}

.list2 li:last-child::before {
    content: none;
}

.list2 li:last-child::after {
    content: none;
}

.list2 li a {
    display: flex;
    justify-content: space-between;
    align-content: center;
    padding: 23px 0;
    align-items: center;
}

.l2-data {
    position: relative;
    margin-right: 10px;
}


.l2-data p {
    font-size: 14px;
    line-height: 20px;
    color: #fba74e;
    text-align: center;
    width: 66px;
    font-weight: 600;
}

.l2-data p:nth-child(1) {
    padding-bottom: 6px;
    padding-top: 0;
    font-size: 28px;
    line-height: 30px;
}

.l2-info {
    flex: 1;
}

.l2-info p {
    font-size: 17px;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    color: #f7f7f7;
}


.list2 li a:hover .l2-info p {
    color: #fba74e;
}


.section2 {
    margin-top: 75px;
}

.section2 .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.set-qhtit ul {
    display: flex;
}

.set-qhtit ul li {
    line-height: 58px;
    background-color: #f3f3f3;
    overflow: hidden;
    width: 180px;
    position: relative;
    margin-left: 30px;
    cursor: pointer;
}

.set-qhtit ul li:nth-child(1) {
    margin-left: 0;
}

.set-qhtit ul li a {
    display: block;
    text-align: center;
    padding-right: 28px;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

.set-qhtit ul li span {
    position: absolute;
    right: -28px;
    bottom: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    text-align: left;
    background-color: #f6c189;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 58px;
    letter-spacing: 1px;
    color: #333333;
    padding-left: 10px;
}

.set-qhtit ul li.on {
    background: #01569f;
}

.set-qhtit ul li.on a {
    color: #fff;
}

.s2-c {
    position: relative;
}

.s2-c>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
}

.s2-c>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.s2-slick ul {
    margin: 0 -18px;
}

.s2-slick ul li a {
    display: block;
    margin: 0 18px;
    padding-bottom: 20px;
}

.s2-slick ul li a .pic {
    padding-top: 60%;
}

.s2-info {
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.12);
    position: relative;
    display: flex;
    height: 88px;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.s2-slick ul li a p {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    letter-spacing: 1px;
    color: #333333;
    flex: 1;
    min-width: 0;
    padding-right: 20px;
}

.s2-more {
    width: 38px;
    height: 38px;
    border: solid 1px #cccccc;
    line-height: 36px;
    text-align: center;
    color: #d0d0d0;
    font-size: 20px;
    border-radius: 50%;
    font-family: 宋体;
    position: relative;
}

.s2-more::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fba74e;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
}

.s2-more::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fba74e;
    border-radius: 50%;
    z-index: 1;
    opacity: 0;
}

.s2-slick ul li a:hover .s2-more::after {
    animation: circle2 3s 1.5s linear infinite;
}

.s2-slick ul li a:hover .s2-more::before {
    animation: circle2 3s linear infinite;
}

.s2-slick ul li a:hover .s2-info {
    background-color: #01569f;
}

.s2-slick ul li a:hover .s2-info p {
    color: #fff;
}

.s2-slick ul li a:hover .s2-info .s2-more {
    color: #fba74e;
    border-color: #fba74e;
}

@keyframes circle2 {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: 0.6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.s2-slick-btn {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.s2-slick-btn::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-bottom: solid 3px #e5e5e5;
}

.s2-slick-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-bottom: solid 3px #0966b5;
    width: 33%;
    width: calc(33% - 18px);
}

.s2-slick-btn>div {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    display: flex;
    background-color: #01569f;
    border-radius: 50%;
    position: relative;
    z-index: 9;
    justify-content: center;
}

.s2-slick-btn>div div {
    display: block;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 15px;
    cursor: pointer;
}

.section3 {
    margin-top: 85px;
    padding: 70px 0;
    background: url(../images/s3-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.section3 .tit-text h2 b {
    color: #fff;
}

.section3 .tit-more a {
    color: #fff;
    background: url(../images/more-icon-w.png) no-repeat;
    background-position: right center;
}

.section3 .tit-text h2 {
    background: url(../images/tit-h2-bf2.png) no-repeat;
    background-position: left center;
}

.s3-c ul {
    margin: 0 -12px;
}

.s3-c ul li a {
    display: block;
    margin: 0 12px;
    background-color: rgba(248, 249, 253, .7);
    border-radius: 8px;
    padding: 38px 25px 40px 25px;
    transition: all 0.5s;
}

.s3-c ul li a .pics {
    max-width: 184px;
    border-radius: 50%;
    border: 8px solid #cbd7df;
    margin: 0 auto;
    transition: all 0.5s;
    overflow:hidden;
}

.s3-c ul li a .pics .pic {
    padding-top: 100%;
}

.s3-info {
    text-align: center;
}

.s3-info h3 {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #333333;
    margin: 30px 0 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s3-info p {
    font-size: 17px;
    font-weight: normal;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    letter-spacing: 1px;
    color: #01569f;
}

.s3-info b {
    display: block;
    width: 104px;
    height: 32px;
    border-radius: 16px;
    border: solid 1px #0966b5;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 1px;
    color: #01569f;
    margin: 0 auto;
    margin-top: 25px;
    transition: all 0.5s;
}

.s3-c ul li a:hover {
    background: #f8f9fd;
}

.s3-c ul li a:hover .pics {
    border-color: #01569f;
}

.s3-c ul li a:hover b {
    background-color: #01569f;
    color: #fff;
}


.s3-c .slick-dots {
    position: static;
    font-size: 0;
    margin-top: 65px;
    margin-left: 0;
    margin-right: 0;
}

.s3-c .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    opacity: .5;
}

.s3-c .slick-dots li.slick-active {
    opacity: 1;
}


.s3-c .slick-prev, .s3-c .slick-next {
    width: 34px;
    height: 34px;
    cursor: pointer;
    bottom: -10px;
    top: auto;
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%);
    border-radius: 50%;
    left: auto;
}

.s3-c .slick-prev {
    background: url(../images/s3-prev.png) no-repeat;
    background-position: center center;
    right: 50%;
    margin-right: 50px;
}

.s3-c .slick-next {
    background: url(../images/s3-next.png) no-repeat;
    background-position: center center;
    left: 50%;
    margin-left: 50px;
}

.section4 {
    padding: 85px 0 75px 0;
    background: url(../images/s4-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
}

.section4 .title {
    display: flex;
    justify-content: center;
}

.section4 .set-qhtit ul li {
    background: #fff;
}

.section4 .set-qhtit ul li.on {
    background: #01569f;
}

.s4-c {
    margin-top: 60px;
    position: relative;

}

.s4-c>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    z-index: -9;
    transition: all 0.5s;
}

.s4-c>div.on {
    position: relative;
    z-index: 9;
    opacity: 1;
}

.section4 .set-qhtit {
    display: flex;
    justify-content: center;
}


.slideHd {
}

.slideHd .swiper-slide {
    width: 6.59rem;
    /* height: 3.7rem */
}

.slideHd .swiper-slide a {
    display: block;
    position: relative;
}

.slideHd .swiper-slide a .pic {
    padding-top: 67%;
}


.slideHd .swiper-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 50px;
    padding: 0 15px;
    font-size: 17px;
    font-weight: normal;
    color: #ffffff;
    opacity: 0;
    background: rgba(0, 0, 0, .4);
}

.slideHd .swiper-slide a img {
    display: block;

}

.slideHd .swiper-slide a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .3);
}

.slideHd .swiper-slide-active a:before {
    display: none;
}

.slideHd .swiper-slide-active a p {
    opacity: 1;
}

.ssbtn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 55px;
}

.ssbtn a {
    color: #01569f;
    font-size: .26rem;
    z-index: 6;
    opacity: .6;
}

.ssbtn a:hover {
    opacity: 1;
}

.ssbtn .swiper-pagination {
    position: static;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #01569f;
    opacity: 0.6;
    border-radius: 50%;
    margin: 0 10px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.section5 {}

.section5 .title {
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 10px;
}

.section5 .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 34px;
    height: 2px;
    background-color: #fba74e;
}

.section5 .title::after {
    content: "";
    position: absolute;
    left: 34px;
    bottom: 0;
    width: 65px;
    height: 2px;
    background-color: #01569f;
}

.section5 .title .tit-text h2 {
    background: none;
}

.section5 .title .tit-text h2 b {
    padding-left: 0;
    font-size: 24px;
    font-weight: normal;
}

.s5-c {
    display: flex;
    margin: 75px 0;
    justify-content: space-between;
}

.s5-l {
    width: 70.9%;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 30px 30px 10px 30px;

}

.s5-lc {
    display: flex;
    justify-content: space-between;
}

.s5-lc>div {
    width: 48%;
}

.s5-l>div table {
    width: 100%;
    border-collapse: collapse;
}

.s5-l>div table tr {
    border-top: 1px solid #cccccc;
    justify-content: space-between;
    text-align: center;
}

.s5-l>div table thead {
   border-bottom: 1px solid #cccccc;
}
.s5-l>div table tr:nth-child(1) {
   border-top: none;
}
/*
.s5-l>div table tr:nth-child(2) {
    border-top: none;
}
*/
.s5-l>div table tr th {
    font-size: 16px;
    font-weight: normal;
    line-height: 48px;
    letter-spacing: 1px;
    color: #333333;
    text-align: center;font-weight: bold;
}

.s5-l>div table tr td {
    font-size: 15px;
    font-weight: normal;
    line-height: 48px;
    color: #666666;
    text-align: center;
    min-width: 90px;
}

.s5-r {
    width: 26.7%;
}

.s5-rt {
    background: url(../images/s5-rt-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    text-align: center;
    padding: 65px 10px 35px 10px;
}

.s5-rt p {
    font-size: 15px;
    font-weight: normal;
    line-height: 27px;
    letter-spacing: 2px;
    color: #ffffff;
}

.s5-rt a {
    display: block;
    width: 139px;
    height: 39px;
    background-color: #ffffff;
    border-radius: 20px;
    border: solid 1px #ffffff;
    font-size: 15px;
    line-height: 37px;
    color: #ba2921;
    margin: 0 auto;
    font-weight: 600;
    margin-top: 25px;
}

.s5-rb {
    background: url(../images/s5-rb-bj.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 15px;
    padding: 20px 30px 30px 30px;
}

.section5 .s5-rb .tit-text h2 b {
    color: #fff;
    font-size: 20px;
}

.section5 .s5-rb .title::after {
    background-color: #fff;
}

.s5-rb-ewm {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.s5-rb-ewm div {
    width: 48%;
    text-align: center;
}

.s5-rb-ewm div img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.s5-rb-ewm div p {
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-top: 10px;
    opacity: 0.8;
}

@media screen and (max-width:1800px) {}

@media screen and (max-width:1650px) {}

@media screen and (max-width:1520px) {}

@media screen and (max-width:1400px) {
    .s1-lspic {
        width: 405px;
    }

    .list2 li a {
        padding: 20px 0;
    }
}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {

    #downPage {
        display: none;
    }

    html, body, .banner, .banner .slick, .banner .slick div, .banner .slick-slide a, .banner .slick-slide a img {
        height: auto !important;
    }

    .index {
        position: static;
    }

    .banner .slick-dots {
        bottom: 5px;
    }

    .banner .slick-dots li {
        width: 16px;
        height: 16px;
    }

    .banner .slick-dots li button {
        width: 6px;
        height: 6px;
        margin: 4px auto;
    }

    .s1-c {
        display: block;
    }

    .s1-l {
        width: auto;
    }

    .s1-r {
        width: auto;
        margin-top: 25px;
    }

    .list1 ul li a h3, .info1 h3, .l2-info p, .s2-slick ul li a p, .s3-info p {
        font-size: 16px;
    }

    .info1 h3 {
        padding-bottom: 10px;
        margin: 10px 0;
    }

    .tit-text h2 b {
        font-size: 22px;
    }

    .s2-slick ul {
        margin: 0 -10px;
    }

    .s2-slick ul li a {
        margin: 0 10px;
    }

    .s3-c ul li a {
        padding: 25px 15px 25px 15px;
    }

    .s3-info h3 {
        margin: 20px 0 10px 0;
    }

    .s5-c {
        display: block;
    }

    .s5-l {
        width: auto;
    }

    .s5-r {
        width: auto;
        margin-top: 25px;
    }

    .s5-rt {
        padding: 25px 10px;
    }

    .s5-rb {
        padding: 20px 15px;
    }

    .section1 {
        padding: 30px 0;
    }

    .title {
        margin-bottom: 20px;
    }

    .section2, .section3 {
        margin-top: 30px;
    }

    .section3 {
        padding: 30px 0;
    }

    .section4 {
        padding: 30px 0;
    }

    .s5-c {
        margin: 30px 0;
    }

    .slideHd .swiper-slide a p {
        line-height: 36px;
        font-size: 16px;
    }

    .slideHd .swiper-slide {
        width: 50vw;
        height: auto
    }
    .ssbtn{
        margin-top: 25px;
    }
}

@media screen and (max-width:768px) {
    .s1-lslick li a {
        display: block;
    }

    .s1-lspic {
        width: auto;
    }

    .s1-lsinfo {
        padding: 0 0 0 0;
    }

    .info1 {
        padding: 15px 15px;
    }

    .info1 div {
        margin-top: 15px;
    }

    .list1 ul li a {
        padding: 15px;
    }

    .s1-rc {
        padding: 10px;
    }

    .l2-data p {
        font-size: 24px;
    }

    .section2 .title {
        flex-wrap: wrap;
        justify-content: center;
    }

    .set-qhtit {
        width: 100%;
        margin-top: 20px;
    }

    .set-qhtit ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .set-qhtit ul li {
        width: 33%;
        margin-left: 0;
        line-height: 40px;
    }

    .set-qhtit ul li a {
        font-size: 16px;
    }

    .s2-slick ul {
        margin: 0 -5px;
    }

    .s2-slick ul li a {
        margin: 0 5px;
    }

    .s2-slick-btn::after {
        width: 100%;
    }

    .s5-l {
        padding: 20px 10px;
    }

    .s5-lc {
        display: block;
    }

    .s5-lc>div {
        width: auto;
    }

    .s5-l>div table tr td {
        line-height: 40px;
    }

    .slideHd .swiper-slide {
        width: 74vw;
        height: auto
    }
}

@media screen and (max-width:480px) {}

