<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.swiper-pagination-bullet-active {
    background: #3860f4;
}

.page_pc {
    padding-top: 0;
}

.section-bg {
    background: #F0F4FC !important;
}

.section-bg1 {
    background: linear-gradient(90deg,#ee7a69 0%,#f7caa6 100%);
}
.section-bg2 {
    background: linear-gradient(90deg,#252b56 0%,#535ea7 100%);
}

/*澶撮儴瀵艰埅*/
.header.header-top {
    background: none;
    border-bottom: 1px solid #ffffff4d;
}

.header.header-top .hd_extra .ebtn {
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.header.header-top .hd_extra.ys .ebtn {
    background: #fff;
    color: #3860f4;
    border: 0;
}

.header.header-top .hd_logo {
    background: url(../images/logo-white.png) no-repeat;
}

.header.header-top .hd_extra .bg:after {
    background: url("../images/nav-tel.png") no-repeat center;
}

.header.header-top .hd_nav .nav_item .nav-link {
    color: #FFFFFF;
}


/*骞垮憡杞挱*/
.index-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.index-slide .container {
    position: relative;
    height: 700px;
}

.index-slide .bd {
    position: absolute;
    width: 1920px;
    height: 700px;
    margin-left: -360px;
}

.index-slide .bd li {
    height: 700px;
}

.index-slide .bd li a {
    display: block;
    height: 700px;
}

.index-slide .hd {
    position: absolute;
    bottom: 120px;
    left: 0;
    right: 0;
    text-align: center;
}

.index-slide .hd li {
    width: 60px;
    height: 30px;
    display: inline-block;
    margin: 0 8px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-indent: -140px;
}

.index-slide .hd li:before,
.index-slide .hd li:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
    background: rgba(255, 255, 255, .5);
}

.index-slide .hd li:after {
    z-index: 2;
    background: #fff;
    width: 0;
    opacity: 0.8;
}

.index-slide .hd li.on:after {
    width: 100%;
    transition: width 3s ease-in-out;
}
.event{
    width:100%;
    height:100px;
    position: absolute;
    bottom: 0;
    background: hsla(0,0%,100%,.15);
    z-index: 10;
}

.event .container{
    height:auto;
}

.event ul{
    display: flex;
    height:100%;
}

.event ul li .event-icon{
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
    background-size:100% 100%;
}

.event ul li .event-content{
    display: flex;
    flex-flow:column;
    justify-content:center;
    padding-right:10px;
}

.event ul li .event-content .event-title{
    color: #fff;
    font-size:18px;
    height: 24px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom:4px;
}

.event ul li .event-content .event-desc{
    color: #fff;
    font-size:14px;
    height: 20px;
    line-height: 20px;
}

.section-1 .bg-div {
    background: url(../images/1f-img.png) no-repeat center top;
    width: 840px;
    height: 566px;
    position: relative;
    margin: 0 auto;
}

.section-1 .bg-div .div-img-float1 {
    background: url(../images/1f-float-1.png) no-repeat center top;
    width: 48px;
    height: 67px;
    position: absolute;
    left: 325px;
    top: 170px;
    animation: kf-s2t 1.2s linear 0.4s infinite alternate;
}

.section-1 .bg-div .div-img-float2 {
    background: url(../images/1f-float-2.png) no-repeat center top;
    width: 44px;
    height: 35px;
    position: absolute;
    right: 190px;
    top: -25px;
    animation: kf-s2t 1.2s linear 0.8s infinite alternate;
}

.section-1 .bg-div .div-img-float3 {
    position: absolute;
    left: -184px;
    top: 10px;
    width: 260px;
    animation: kf-s2b 1.2s linear 0.4s infinite alternate;
}

.section-1 .bg-div .div-img-float4 {
    position: absolute;
    right: -181px;
    top: 10px;
    width: 260px;
    animation: kf-s2b 1.2s linear 0.6s infinite alternate;
}

.section-1 .bg-div .div-img-float5 {
    position: absolute;
    left: -184px;
    bottom: 60px;
    width: 260px;
    animation: kf-s2t 1.2s linear 0.8s infinite alternate;
}

.section-1 .bg-div .div-img-float6 {
    position: absolute;
    right: -181px;
    bottom: 80px;
    width: 260px;
    animation: kf-s2t 1.2s linear 0.5s infinite alternate;
}

@keyframes kf-s2t {
    from {
        transform: translateY(10px);
    }
    to {
        transform: translateY(0px);
    }
}

@keyframes kf-s2b {
    from {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(0px);
    }
}

.section-1 .bg-div .desc-div {
    background: #ffffffb3;;
    border: 1px solid #C6D2EA;
    box-shadow: 0px 5px 15px 0px #7d88c11a;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}

.section-1 .bg-div .desc-div .content-div {
    margin: 20px 0px 20px 25px;
}

.section-1 .bg-div .desc-div .title {
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
}

.section-1 .bg-div .desc-div .desc {
    color: #888;
    font-size: 13px;
    line-height: 24px;
}

.section-1 .bg-div .desc-div table {
    margin-top: 15px;
}

.section-1 .bg-div .desc-div table tr td {
    color: #333333;
    font-size: 14px;
    position: relative;
    padding-left: 18px;
    line-height: 28px;
    display: inline-block;
}

.section-1 .bg-div .desc-div table tr td:nth-child(2) {
    margin-left: 40px;
}

.section-1 .bg-div .desc-div table tr td:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #DAE2F2;
    border-radius: 50%;
    left: 0;
    top: 11px;
}

.section-2 {
    height:;
    text-align: center;
}

.section-2 .items {
    display: inline-block;
}

.section-2 .items .item {
    position: relative;
    height: 425px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #131e341a;
    border-radius: 0px 0px 2px 2px;
    float: left;
    transition: all ease 300ms;
}

.section-2 .items .item:hover {
    height: 485px;
    transform: translateY(-20px);
}

@keyframes kf3-left {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.section-2 .items .item:hover .bot {
    display: block;
    background: linear-gradient(90deg, #3860f4, #5f87f8);
    border-radius: 0px 0px 2px 2px;
    animation: kf3-left 0.5s;
}

.section-2 .items .item:hover .bot:hover {
    opacity: 0.9;
}

.section-2 .items .item:hover .bot .text {
    color: #fff;
}

.section-2 .items .item:hover .bot .text:before {
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.section-2 .items .item:hover .bot:hover .text:before {
    right: -20px;
}

.section-2 .items .item:last-child {
    margin-right: 0;
}

.section-2 .items .item .product-min {
    text-align: left;
}

.section-2 .items .item .top {
    height: 82px;
    width: 100%;
}

.section-2 .items .item:nth-child(1) .top {
    background: url(../images/2f-bg1.jpg) no-repeat center top;
    background-size: cover;
}

.section-2 .items .item:nth-child(2) .top {
    background: url(../images/2f-bg2.jpg) no-repeat center top;
    background-size: cover;
}

.section-2 .items .item:nth-child(3) .top {
    background: url(../images/2f-bg3.jpg) no-repeat center top;
    background-size: cover;
}

.section-2 .items .item:nth-child(4) .top {
    background: url(../images/2f-bg4.jpg) no-repeat center top;
    background-size: cover;
}

.section-2 .items .item .top h3 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 25px 0 10px 25px;
}

/*.section-2 .items .item .top h3:after {
    content: '';
    position: absolute;
    width: 31px;
    height: 3px;
    background: linear-gradient(90deg, #3860f4, #24e1ee);
    bottom: -4px;
    left: 27px;
}*/

.section-2 .items .item .con {
    padding: 30px 0 0 25px;
}

.section-2 .items .item .con .dl {
    padding-bottom: 25px;
}


.section-2 .items .item .con .dt a {
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.section-2 .items .item .con .dl a:hover {
    color: #3860f4;
}

.section-2 .items .item .con .dt .tag {
    color: #3860f4;
    font-size: 12px;
    font-weight: bold;
    border-radius: 2px;
    padding: 2px;
    margin-left: 3px;
    background-color:#e7eeff;
}

.section-2 .items .item .con .dd {
    font-size: 14px;
    color: #888888;
    margin-top: 8px;
}

.section-2 .items .item .bot {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    animation: all 1s;
    display: none;
}

.section-2 .items .item .bot a {
    display: block;
    overflow: hidden;
    margin-left: 25px;
    position: relative;
}

.section-2 .items .item .bot .text {
    color: #3860f4;
    font-size: 14px;
    display: inline-block;
}

.section-2 .items .item .bot a:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    right: 22px;
    display: inline-block;
    transform: rotate(45deg);
    top: 21px;
    border: 1px solid #fff;
    border-left: 0;
    border-bottom: 0;
}

.section-2 .items .item .product-max {
    width: 307px;
    height: 488px;
    z-index: 2;
    position: relative;
    box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
    opacity: 0;
    background-color: #fff;
}

.section-2 .items .item:nth-child(1) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/2020/1f-bg-h100-01.png) no-repeat;
}

.section-2 .items .item:nth-child(2) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/2020/1f-bg-h100-02.png) no-repeat;
}

.section-2 .items .item:nth-child(3) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/2020/1f-bg-h100-03.png) no-repeat;
}

.section-2 .items .item:nth-child(4) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/2020/1f-bg-h100-04.png) no-repeat;
}

.section-2 .items .item .product-max .con {
    padding-top: 20px;
}

.section-2 .items .item .product-max .con .hover {
    background: url(../images/2020/1f-hover-big.png) no-repeat;
}

.section-2 .items .item .product-max .bot {
    margin-top: 20px;
}

.section-3 .vs .item-1 {
    height: 600px;
    width: 160px;
    float: left;
    color: #fff;
    font-size: 16px;
    background:#ee7a69;
    transition: all ease 300ms;
}

.section-3 .vs .item-1 dl {
    padding-top: 104px;
}

.section-3 .vs .item-1 dl dd {
    padding: 31px 0 32px 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.section-3 .vs .item-1 dl dd.dd-6 {
    border-bottom: 0 none;
}

.section-3 .vs .item-1 dl dd i {
    background: url(../images/2-icon.png) no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    vertical-align: -6px;
    margin-right: 11px;
}

.section-3 .vs .item-1 dl dd.dd-1 i {
    background-position: 0 0;
}

.section-3 .vs .item-1 dl dd.dd-2 i {
    background-position: -24px 0;
}

.section-3 .vs .item-1 dl dd.dd-3 i {
    background-position: -48px 0;
}

.section-3 .vs .item-1 dl dd.dd-4 i {
    background-position: -72px 0;
}

.section-3 .vs .item-1 dl dd.dd-5 i {
    background-position: -96px 0;
}

.section-3 .vs .item-1 dl dd.dd-6 i {
    background-position: -120px 0;
}

.section-3 .vs .item-2 {
    float: left;
    height: 600px;
    border-left: 0 none;
}
.section-3 .vs .item-2 .i-hd{
    text-align: center;
    padding-top:20px;
}
.section-3 .vs .item-2 .i-hd .simg{
    display: inline-block;
    vertical-align:middle;
}
.section-3 .vs .item-2 .i-hd .simg img{
    width:80px;
    height: 80px
}
.section-3 .vs .item-2 .i-hd h3 {
    display: inline-block;
}

.section-3 .vs .item-2 .i-hd h3 {
    font-weight: 700;
    display: inline-block;
    color: #fff
}

.section-3 .vs .item-2 .i-bd .bd-item {
    font-size: 14px;
    color: #888;
    height: 75px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
}

.section-3 .vs .item-2 .i-bd.i-bd-shadow .bd-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1)
}

.section-3 .vs .item-2 .i-bd .i-star {
    background-image: url(../images/1-img03.png);
    height: 11px;
    width: 74px;
}

.section-3 .vs .item-2 .i-bd .i-star.star-5 {
    background-position: 0 0;
}

.section-3 .vs .item-2 .i-bd .i-star.star-4 {
    background-position: 0 -11px;
}

.section-3 .vs .item-2 .i-bd .i-star.star-3 {
    background-position: 0 -22px;
}

.section-3 .vs .item-2 .i-bd .i-star.star-2 {
    background-position: 0 -33px;
}

.section-3 .vs .item-2 .i-bd .i-star.star-1-5 {
    background-position: 0 -44px;
}

.section-3 .vs .item-2 .i-bd .i-star.star-1 {
    background-position: 0 -55px;
}

.section-bg-pic{
    background: url(../images/bg.jpg) no-repeat center top;
    background-size: cover;
}
.section-4 .item-list {
    text-align: center;
}

.section-4 .item-list .item {
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(19, 30, 52, 0.1);
    position: relative;
}

.section-4 .item-list .item:nth-child(1) {
    margin-right: 50px;
}

.section-4 .item-list .item:nth-child(1) .top-img {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/5f-img1.png) no-repeat center top;
    width: 350px;
    height: 166px;
    background-size: cover;
}

.section-4 .item-list .item:nth-child(2) .top-img {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/5f-img2.png) no-repeat center top;
    width: 350px;
    height: 166px;
    background-size: cover;
}

.section-4 .item-list .title-div {
    color: #000000;
    font-size: 24px;
    line-height: 60px;
    height: 120px;
    background: url(../images/5f-bg1.jpg) no-repeat center left;
    font-weight: bold;
    text-align: left;
}

.section-4 .item-list .title-div span {
    margin: 20px 0 0 45px;
    display: inline-block;
    position: relative;
}

.section-4 .item-list .title-div span:after {
    content: '';
    position: absolute;
    width: 38px;
    height: 4px;
    background: linear-gradient(90deg, #3860f4, #5f87f8);
    display: inline-block;
    bottom: -8px;
    left: 0;
}

.section-4 .item-list .content-div {
    margin: 35px 0 0 45px;
}

.section-4 .item-list .content-div .citem {
    padding-left: 51px;
    position: relative;
    margin-bottom: 30px;
    text-align: left;
}

.section-4 .item-list .content-div .citem:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    background: url(../images/5f-icon.png) no-repeat center top;
    background-size: 600%;
    left: 0;
    top: 0;
}

.section-4 .item-list .item:nth-child(1) .content-div .citem:nth-child(1):after {
    background-position: 0 0;
}

.section-4 .item-list .item:nth-child(1) .content-div .citem:nth-child(2)::after {
    background-position: -30px 0;
}

.section-4 .item-list .item:nth-child(1) .content-div .citem:nth-child(3)::after {
    background-position: -60px 0;
}

.section-4 .item-list .item:nth-child(1) .content-div .citem:nth-child(4)::after {
    background-position: -90px 0;
}

.section-4 .item-list .item:nth-child(1) .content-div .citem:nth-child(5)::after {
    background-position: -120px 0;
}

.section-4 .item-list .item:nth-child(1) .content-div .citem:nth-child(6)::after {
    background-position: -150px 0;
}

.section-4 .item-list .item:nth-child(2) .content-div .citem:nth-child(1)::after {
    background-position: 0 -30px;
}

.section-4 .item-list .item:nth-child(2) .content-div .citem:nth-child(2)::after {
    background-position: -30px -30px;
}

.section-4 .item-list .item:nth-child(2) .content-div .citem:nth-child(3)::after {
    background-position: -60px -30px;
}

.section-4 .item-list .item:nth-child(2) .content-div .citem:nth-child(4)::after {
    background-position: -90px -30px;
}

.section-4 .item-list .item:nth-child(2) .content-div .citem:nth-child(5)::after {
    background-position: -120px -30px;
}

.section-4 .item-list .item:nth-child(2) .content-div .citem:nth-child(6)::after {
    background-position: -150px -30px;
}

.section-4 .item-list .content-div .title {
    color: #333333;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: bold;
}

.section-4 .item-list .content-div .desc {
    color: #888;
    font-size: 14px;
}

.section-5 .container {
    position: relative;
}

.section-5 .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    box-shadow: 0px 10px 40px 0px #131e3426;
    background: #FFFFFF;
    overflow: hidden;
}

.section-5 .swiper-slide .div-img {
    display: inline-block;
    float: left;
    margin-top: 24px;
}


.section-5 .swiper-slide .produce-info {
    display: inline-block;
    margin-top: 15px;
}

.section-5 .swiper-slide .produce-info .title {
    color: #333333;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}

.section-5 .swiper-slide .produce-info .title img{
    height:50px;
    vertical-align: middle;
    margin-right:20px;
}

.section-5 .swiper-slide .produce-info .address {
    color: #888888;
    font-size: 16px;
    margin-bottom: 20px;
}

.section-5 .swiper-slide .produce-info .desc1 {
    color: #888888;
    font-size: 16px;
}
.section-5 .swiper-slide .produce-info .desc2 {
    margin-top:20px;
}
.section-5 .swiper-slide .produce-info .desc2 img {
    width: 150px;
    height: 150px;
}
.section-5 .swiper-slide .produce-info .desc2 p {
    margin-left:30px;
    margin-top:10px;
}
.section-5 .swiper-slide .produce-info .btn-div {
    margin: 40px 0;
    text-align: left;
}

.section-5 .swiper-slide .produce-info .remind {
    color: #333333;
    font-size: 16px;
}

.section-5 .swiper-pagination {
    position: absolute;
    text-align: center;
    right: 60px;
    left: auto;
    width: auto;
}

.section-5 .swiper-pagination .sum-div {
    margin-top: 11px;
    float: right;
    width: 40px;
}

.section-5 .swiper-pagination .sum-div .icon {
    font-size: 25px;
    font-family: DIN Condensed, Arial;
    color: #CCCCCC;
    float: left;
    margin-right: 3px;
    font-style: italic;
}

.section-5 .swiper-pagination .swiper-pagination-current {
    font-size: 36px;
    font-family: DIN Condensed, Arial;
    font-weight: bold;
    font-style: italic;
    color: #3860f4;
    margin-right: 6px;
}

.section-5 .swiper-pagination .swiper-pagination-total {
    font-size: 24px;
    font-family: DIN Condensed, Arial;
    font-weight: bold;
    font-style: italic;
    color: #CCCCCC;
    float: left;
}

.section-5 .swiper-button {
    top: 400px;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    box-shadow: 0px 15px 40px 0px #11113d1a;
}

.section-5 .swiper-button div {
    width: 10px;
    height: 10px;
    border: 2px solid #3860f4;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    display: inline-block;
}

.section-5 .swiper-button-prev {
    left: auto;
}

.section-5 .swiper-button-prev div {
    margin-top: 25px;
}

.section-5 .swiper-button-next {
    transform: rotate(180deg);
}

.section-5 .swiper-button-next div {
    margin-top: 17px;
    margin-right: 5px;
}

.section-5 .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.section-5 .swiper-button-disabled div {
    border: 2px solid #666;
    border-left: 0;
    border-bottom: 0;
}

.section-6 {
    padding-bottom: 50px;
}

.section-6 .container {
    position: relative;
}

.section-6 .img-list {
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #131e3426;
    /*position: absolute;*/
}

.section-6 .img-list div {
    display: inline-block;
    background-size:100% 100%;
}

.section-6 .img-list div:nth-child(1) {
    background-image: url(../images/10f-logo1.jpg);
}

.section-6 .img-list div:nth-child(2) {
    background-image: url(../images/10f-logo2.jpg);
}

.section-6 .img-list div:nth-child(3) {
    background-image: url(../images/10f-logo3.jpg);
}

.section-6 .img-list div:nth-child(4) {
    background-image: url(../images/10f-logo4.jpg);
}

.section-6 .img-list div:nth-child(5) {
    background-image: url(../images/10f-logo5.jpg);
}

.section-6 .img-list div:nth-child(6) {
    background-image: url(../images/10f-logo6.jpg);
}

.section-6 .img-list div:nth-child(7) {
    background-image: url(../images/10f-logo7.jpg);
}

.section-6 .img-list div:nth-child(8) {
    background-image: url(../images/10f-logo8.jpg);
}

.section-6 .img-list div:nth-child(9) {
    background-image: url(../images/10f-logo9.jpg);
}

.section-6 .img-list div:nth-child(10) {
    background-image: url(../images/10f-logo10.jpg);
}

.section-7 {
     background-size: cover;
     background-position:50%;
}
.section-7 .information-main{ 
    position:relative;
    z-index:1;
}

.section-7 .information-main .information-title{
    width:424px;
    font-size:24px;
    line-height:30px;
    color:#252b3a;
    margin-bottom:12px
}
.section-7 .information-main .information-desc{
    font-size:14px;
    line-height:22px;
    color:#575d6c;
    margin-bottom:16px
} 
.information-more{ 
    margin-top:30px;
}
.por-btn-dark{
    padding:10px 50px;   
    color: #fff;
    border:1px solid #3860f4;
    background:linear-gradient(to right,#5f87f8,#3860f4);

}
.por-btn-dark:hover{
    background: none;
    color:#3860f4;

 }
.information-frontground{
    position:absolute;background-size:cover;background-position:50%;background-repeat:no-repeat;-webkit-transition:right .2s;transition:right .2s;
    background-image: url(../images/frontground.png);
}
.information-news{
    background-color: #fff;
    position: relative;
    z-index:9;
}
.news-column{
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
}
.news-column+.news-column{
    border-left: 1px solid #eee;
}
.news-card{
    padding:30px;
    background-color: #fff;
    text-align: left;
}
.news-card-title{
    display: flex;
    align-items:center;
}
.news-card-title img{
    width:30px;
    height:30px;
    margin-right:10px;
    vertical-align: middle;
}
.news-card-title span{
    font-size:18px;
    font-weight: 600;
    line-height: 28px;
    transition:.2s;

}
.news-card-list{
    margin-top:20px;
}
.news-card-list li a{
    font-size:14px;
    display:block;
    line-height:22px;
    transition:.2s;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-card-list&gt;li+li{
    margin-top:15px;
}

.section-12 {
    background: url(../images/11f-bg.jpg) no-repeat center top;
    height: 435px;
}

.section-12 .container {
    padding-top: 67px;
}

.section-12 .item-list {
    text-align: center;
}

.section-12 .item-list .item {
    display: inline-block;
    margin-right: 180px;
    text-align: left;
}

.section-12 .item-list .item:last-child {
    margin-right: 0;
}

.section-12 .item-list .item p {
    float: left;
}

.section-12 .item-list .item .kf-div {
    overflow: hidden;
    margin-bottom: 28px;
    margin-left: -7px;
}

.section-12 .item-list .item p.wj {
    background: url(../images/W+.png) no-repeat center top;
    width: 67px;
    height: 35px;
    display: inline-block;
    margin-top: 3px;
}

.section-12 .item-list .item p.j {
    background: url(../images/+.png) no-repeat center top;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-top: 5px;
}

.section-12 .item-list .item p.xh {
    background: url(../images/xh.png) no-repeat center top;
    width: 15px;
    height: 15px;
    margin-top: 5px;
    display: inline-block;
}

.section-12 .item-list .item p.h {
    background: url(../images/h.png) no-repeat center top;
    width: 20px;
    height: 35px;
    display: inline-block;
    margin-top: 3px;
}

.section-12 .item-list .item p.index-num {
    width: 28px;
    height: 36px;
    transition: all 2.5s;
    opacity: 1;
    display: inline-block;
    background: url(../images/09-number.png) no-repeat center top;
    filter: alpha(opacity=100);
}

.section-12 .item-list .item p.index-num-0 {
    background-position: 2px 1px
}

.section-12 .item-list .item p.index-num-1 {
    background-position: 2px -41px
}

.section-12 .item-list .item p.index-num-2 {
    background-position: 2px -83px
}

.section-12 .item-list .item p.index-num-3 {
    background-position: 3px -125px
}

.section-12 .item-list .item p.index-num-4 {
    background-position: 2px -167px
}

.section-12 .item-list .item p.index-num-5 {
    background-position: 2px -210px
}

.section-12 .item-list .item p.index-num-6 {
    background-position: 2px -253px
}

.section-12 .item-list .item p.index-num-7 {
    background-position: 2px -295px
}

.section-12 .item-list .item p.index-num-8 {
    background-position: 2px -337px
}

.section-12 .item-list .item p.index-num-9 {
    background-position: 2px -380px
}

.section-12 .item-list .item p.active {
    background-position: 2px -660px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.section-12 .item-list .item span {
    color: #333333;
    font-size: 16px;
}


@media screen and (max-width: 768px) {
    .el-head-content {
        margin-bottom: 0;
    }

    .mob-s1 .swiper-container .swiper-pagination {
        width: 100%;
        height: 2rem;
        bottom: rem;
    }

    .mob-s1 .swiper-container .swiper-pagination li {
        width: 0.6rem;
        height: 0.6rem;
        background: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
        display: inline-block;
        margin: 0 0.3rem;
    }

    .mob-s1 .swiper-container .swiper-pagination li.on {
        background: #fff;
    }

    .mob-s1 .swiper-slide a .text {
        color: #fff;
        font-size: 1.4rem;
        bottom: 2rem;
        left: 1.3rem;
    }

    .mob-s1 .swiper-slide a .mask {
        bottom: 0;
        top: 50%;
        background: -moz-linear-gradient(top, rgba(255, 50, 50, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 50, 50, 0)), color-stop(100%, rgba(0, 0, 0, 0.57)));
        background: -webkit-linear-gradient(top, rgba(255, 50, 50, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
        background: -o-linear-gradient(top, rgba(255, 50, 50, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
        background: -ms-linear-gradient(top, rgba(255, 50, 50, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
        background: linear-gradient(to bottom, rgba(255, 50, 50, 0) 0%, rgba(0, 0, 0, 0.57) 100%);
    }

    .mob-s1 .swiper-pagination-bullet-active {
        background: #fff;
    }

    /*index*/
    .mob-header {
        border: 0;
        background: rgba(0, 0, 0, 0.2);
    }

    .mob-header.active {
        background: #fff;
    }

    .mob-header .hd-logo {
        background-position: bottom left;
    }

    .mob-header.header-top .hd-logo {
        background-position: top left;
    }

    .mob-header.header-top {
        background: #fff;
        border-bottom: 1px solid #efefef;
    }

    .mob-header-padding {
        display: none;
    }

    .mob-header.header_down .hd-logo,
    .mob-header.active .hd-logo {
        background-position: top left;
    }

    .mob-s1 {
        position: relative;
    }

    .dis-div {
        position: relative;
    }

    .mob-s2 {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .mob-s2 .swiper-container {
        height: 4rem;
        background: rgba(0, 0, 0, 0.5);
    }

    .mob-s2 .swiper-slide {
        line-height: 4rem;
        margin-left: 2rem;
    }

    .mob-s2 .swiper-slide:nth-child(1) .data-time {
        position: relative;
    }

    .mob-s2 .swiper-slide:nth-child(1) .data-time:after {
        content: '';
        position: absolute;
        background: url(../images/mobile/00-new.png) no-repeat center top;
        background-size: cover;
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        left: -2rem;
        top: 1.3rem;
    }

    .mob-s2 .swiper-slide .data-time {
        color: #FFFFFF;
        font-size: 1.3rem;
        float: left;
        margin-right: 0.5rem;
    }

    .mob-s2 .swiper-slide .title {
        color: #FFFFFF;
        font-size: 1.4rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 18rem;
        display: inline-block;
        margin-top: 0.1rem;
    }

    .mob-s2 .look-more {
        position: absolute;
        right: 0.5rem;
        top: 0;
        color: #FFFFFF;
        font-size: 1.4rem;
        padding: 1rem;
    }

    .mob-s2 .look-more:after {
        content: '';
        position: absolute;
        width: 2px;
        height: 1.5rem;
        background: #FFFFFF;
        opacity: 0.5;
        top: 1.3rem;
        left: 0;
    }

    .mob-s4 .swiper-container {
        padding-bottom: 4rem;
    }

    .mob-s4 .items .item {
        position: relative;
        width: 285px;
        height: 440px;
        background: #FFFFFF;
        box-shadow: 0px 10px 30px 0px #131e341a;
        border-radius: 0px 0px 2px 2px;
        display: inline-block;
        margin-right: 16px;
        transition: all ease 300ms;
    }

    .mob-s4 .items .item:last-child {
        margin-right: 0;
    }

    .mob-s4 .items .item .product-min {
        text-align: left;
    }

    .mob-s4 .items .item .top {
        height: 90px;
        width: 100%;
    }

    .mob-s4 .items .item:nth-child(1) .top {
        background: url(../images/2f-bg1.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s4 .items .item:nth-child(2) .top {
        background: url(../images/2f-bg2.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s4 .items .item:nth-child(3) .top {
        background: url(../images/2f-bg3.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s4 .items .item:nth-child(4) .top {
        background: url(../images/2f-bg4.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s4 .items .item .top h3 {
        color: #4F5573;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        padding: 22px 0 10px 25px;
    }

    .mob-s4 .items .item .top h3:after {
        content: '';
        position: absolute;
        width: 31px;
        height: 3px;
        background: linear-gradient(90deg, #D80C20, #FB5912);
        bottom: 0;
        left: 27px;
    }

    .mob-s4 .items .item .con {
        padding: 30px 0 0 25px;
    }

    .mob-s4 .items .item .con .dl {
        padding-bottom: 25px;
    }

    .mob-s4 .items .item .con .dl:last-child {
        padding-bottom: 0;
    }

    .mob-s4 .items .item .con .dt a {
        font-size: 16px;
        font-weight: bold;
        color: #333;
    }

    .mob-s4 .items .item .con .dt .tag {
        color: #D80C20;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #D80C20;
        border-radius: 2px;
        padding: 2px;
        margin-left: 3px;
    }

    .mob-s4 .items .item .con .dd {
        font-size: 14px;
        color: #888888;
    }

    .mob-s4 .items .item .bot {
        text-align: center;
        position: absolute;
        width: 100%;
        bottom: 8px;
        height: 50px;
        line-height: 50px;
    }

    .mob-s4 .items .item .bot a {
        display: block;
        overflow: hidden;
    }

    .mob-s4 .items .item .bot .text {
        color: #3860f4;
        font-size: 16px;
        display: inline-block;
        position: relative;
    }

    .mob-s4 .items .item .bot .text:before {
        content: '';
        position: absolute;
        width: 8px;
        height: 8px;
        right: -10px;
        border: 1px solid #D80C20;
        display: inline-block;
        transform: rotate(45deg);
        border-left: 0;
        border-bottom: 0;
        top: 20px;
    }

    .mob-s4 .items .item .product-max {
        width: 307px;
        height: 488px;
        z-index: 2;
        position: relative;
        box-shadow: 0px 20px 49px 0px rgba(0, 0, 0, 0.1);
        opacity: 0;
        background-color: #fff;
    }

    .mob-s4 .items .item:nth-child(1) .product-max .top {
        width: 100%;
        height: 100px;
        background: url(../images/2020/1f-bg-h100-01.png) no-repeat;
    }

    .mob-s4 .items .item:nth-child(2) .product-max .top {
        width: 100%;
        height: 100px;
        background: url(../images/2020/1f-bg-h100-02.png) no-repeat;
    }

    .mob-s4 .items .item:nth-child(3) .product-max .top {
        width: 100%;
        height: 100px;
        background: url(../images/2020/1f-bg-h100-03.png) no-repeat;
    }

    .mob-s4 .items .item:nth-child(4) .product-max .top {
        width: 100%;
        height: 100px;
        background: url(../images/2020/1f-bg-h100-04.png) no-repeat;
    }

    .mob-s4 .items .item .product-max .con {
        padding-top: 20px;
    }

    .mob-s4 .items .item .product-max .con .hover {
        background: url(../images/2020/1f-hover-big.png) no-repeat;
    }

    .mob-s4 .items .item .product-max .bot {
        margin-top: 20px;
    }

    .mob-s3 .img {
        background: url(../images/mobile/1f-img.png) no-repeat center top;
        background-size: contain;
        height: 43rem;
    }

    .mob-s5 {
        background: url(../images/5f-bg.jpg) no-repeat center bottom;
        background-size: cover;
        padding-bottom: 3rem;
    }

    .mob-s5 .swiper-container {
        padding-top: 2rem;
    }

    .mob-s5 .gallery-top .swiper-slide {
        background: #FFFFFF;
        border: 1px solid #C6D2EA;
        box-shadow: 0px 15px 30px 0px #4a4a651a;
        border-radius: 10px;
    }

    .mob-s5 .gallery-top .swiper-slide .content-div {
        margin: 2rem;
    }

    .mob-s5 .gallery-top .swiper-slide .img {
        width: 100%;
        height: 10rem;
        margin-bottom: 1rem;
    }

    .mob-s5 .gallery-top .swiper-slide .div-img {
        text-align: center;
        margin-bottom: 1rem;
    }

    .mob-s5 .gallery-top .swiper-slide .div-img div {
        width: 30%;
        height: 2rem;
        display: inline-block;
    }

    .mob-s5 .gallery-top .swiper-slide .info .mob-btn-div {
        padding: 0;
    }

    .mob-s5 .gallery-top .swiper-slide .info .mob-btn-div a {
        width: 40%;
        height: auto;
        padding: 1rem 0;
        display: inline-block;
        line-height: normal;
        border-radius: 0;
        box-sizing: border-box;
    }

    .mob-s5 .gallery-top .swiper-slide .info .mob-btn-div a:nth-child(2) {
        margin-left: 1rem;
    }

    .mob-s5 .gallery-top .swiper-slide .info {
        text-align: center;
    }

    .mob-s5 .gallery-top .swiper-slide .info h3 {
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 1rem;
    }

    .mob-s5 .gallery-top .swiper-slide .info p {
        font-size: 14px;
        color: #888888;
        line-height: 25px;
        margin-bottom: 1.9rem;
        height: 12rem;
    }

    .mob-s5 .gallery-top .swiper-slide .info .btn-red {
        font-size: 16px;
        width: 150px;
        height: 44px;
        line-height: 44px;
        background: linear-gradient(90deg, rgba(249, 31, 40, 1), rgba(254, 77, 45, 1));
    }

    .mob-s5 .gallery-top .swiper-slide .info .btn-red:hover {
        opacity: .85;
    }

    .mob-s5 .swiper-list {
        white-space: nowrap;
        overflow-x: scroll;
        height: 3.2rem;
        overflow-y: hidden;
        border-bottom: 2px solid #E8ECF4;
    }

    .mob-s5 .swiper-list::-webkit-scrollbar {
        display: none
    }

    .mob-s5 .swiper-list div {
        display: inline-block;
        color: #333333;
        font-size: 1.4rem;
        font-weight: bold;
        margin-right: 3.5rem;
        padding-bottom: 1rem;
    }

    .mob-s5 .swiper-list div.active {
        position: relative;
    }

    .mob-s5 .swiper-list div.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #3860f4, #24e1ee);
        width: 100%;
        height: 3px;
        display: inline-block;
    }

    .mob-s6 .img {
        background: url(../images/mobile/4f-img.png) no-repeat center top;
        background-size: contain;
        height: 46rem;
    }

    .mob-s7 {
        padding-bottom: 5rem;
    }

    .mob-s7 .swiper-pagination {
        bottom: -3rem;
    }

    .mob-s7 .swiper-container {
        overflow: inherit;
    }

    .mob-s7 .swiper-list {
        white-space: nowrap;
        overflow-x: scroll;
        height: 3.2rem;
        overflow-y: hidden;
        text-align: center;
        margin-bottom: 2rem;
    }

    .mob-s7 .swiper-list::-webkit-scrollbar {
        display: none
    }

    .mob-s7 .swiper-list div {
        display: inline-block;
        color: #333333;
        font-size: 1.4rem;
        font-weight: bold;
        margin-right: 3.5rem;
        padding-bottom: 1rem;
    }

    .mob-s7 .swiper-list div:nth-child(2) {
        margin-right: 0;
    }

    .mob-s7 .swiper-list div.active {
        position: relative;
    }

    .mob-s7 .swiper-list div.active:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        background: linear-gradient(90deg, #3860f4, #24e1ee);
        width: 100%;
        height: 3px;
        display: inline-block;
    }

    .mob-s7 .list {
        text-align: center;
    }

    .mob-s7 .list li {
        display: inline-table;
        width: 48%;
        height: 20rem;
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px 15px 30px 0px #4a4a651a;
        margin-bottom: 1rem;
    }

    .mob-s7 .list li:nth-child(odd) {
        margin-right: 1%;
    }

    .mob-s7 .list li .img {
        width: 4rem;
        height: 50px;
        margin: 30px auto 25px;
        background: url(../images/mobile/5f-icon.png) no-repeat center top;
        background-size: 600%;
    }

    .mob-s7 .item-1 .list li.item-1 .img {
        background-position: 0 0;
    }

    .mob-s7 .item-1 .list li.item-2 .img {
        background-position: -50px 0;
    }

    .mob-s7 .item-1 .list li.item-3 .img {
        background-position: -96px 0;
    }

    .mob-s7 .item-1 .list li.item-4 .img {
        background-position: -145px 0;
    }

    .mob-s7 .item-1 .list li.item-5 .img {
        background-position: -193px 0;
    }

    .mob-s7 .item-1 .list li.item-6 .img {
        background-position: -239px 0;
    }

    .mob-s7 .item-2 .list li.item-1 .img {
        background-position: 0 -45px;
    }

    .mob-s7 .item-2 .list li.item-2 .img {
        background-position: -50px -45px;
    }

    .mob-s7 .item-2 .list li.item-3 .img {
        background-position: -96px -45px;
    }

    .mob-s7 .item-2 .list li.item-4 .img {
        background-position: -145px -45px;
    }

    .mob-s7 .item-2 .list li.item-5 .img {
        background-position: -193px -45px;
    }

    .mob-s7 .item-2 .list li.item-6 .img {
        background-position: -239px -45px;
    }

    .mob-s7 .list li h3 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .mob-s7 .list li p {
        font-size: 14px;
        color: #888;
        margin: 0 19px;
        line-height: 24px;
    }

    .mob-s8 .img {
        background: url(../images/mobile/6f-img.png) no-repeat center top;
        background-size: contain;
        height: 32rem;
    }

    .mob-s9 {
        position: relative;
        padding-bottom: 4rem;
    }

    .mob-s9 .swiper-slide .div-img {
        height: 14rem;
        margin-bottom: 2rem;
    }

    .mob-s9 .swiper-slide:nth-child(1) .div-img {
        background: url(../images/7f-img1.png) no-repeat center top;
        background-size: contain;
    }

    .mob-s9 .swiper-slide:nth-child(2) .div-img {
        background: url(../images/7f-img2.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(3) .div-img {
        background: url(../images/7f-img3.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(4) .div-img {
        background: url(../images/7f-img4.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(5) .div-img {
        background: url(../images/7f-img5.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(6) .div-img {
        background: url(../images/7f-img6.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(7) .div-img {
        background: url(../images/7f-img7.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(8) .div-img {
        background: url(../images/7f-img8.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(9) .div-img {
        background: url(../images/7f-img9.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }

    .mob-s9 .swiper-slide:nth-child(10) .div-img {
        background: url(../images/7f-img10.png) no-repeat center top;
        background-size: contain;
        height: 14rem;
    }


    .mob-s9 .swiper-slide .content-info {
        display: inline-block;
    }

    .mob-s9 .swiper-slide .content-info .margin-div {
        background: #FFFFFF;
        border: 3px solid #FFFFFF;
        box-shadow: 0px 15px 30px 0px #4a4a651a;
        margin: 1rem;
        padding: 2rem 2rem 5rem 2rem;
        text-align: center;
    }

    .mob-s9 .swiper-slide .content-info .title {
        color: #333333;
        font-size: 1.7rem;
        font-weight: bold;
        padding-bottom: 15px;
        position: relative;
    }

    .mob-s9 .swiper-slide .content-info .title:after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 32px;
        height: 3px;
        background: linear-gradient(90deg, #24e1ee, #FF2424);
        left: 0;
        bottom: 0;
        right: 0;
        margin: 0 auto;
    }

    .mob-s9 .swiper-slide .content-info .desc {
        color: #333333;
        font-size: 1.4rem;
        font-weight: bold;
        margin: 23px 0;
    }

    .mob-s9 .swiper-slide .content-info .address {
        color: #888888;
        font-size: 16px;
        margin-bottom: 20px;
        text-align: left;
    }

    .mob-s9 .swiper-slide .content-info .desc1 {
        color: #888888;
        font-size: 16px;
        text-align: left;
        height: 5rem;
    }

    .mob-s9 .swiper-slide .content-info .mob-btn-div {
        margin: 2rem 0;
        padding: 0;
    }

    .mob-s9 .swiper-slide .content-info .remind {
        color: #333333;
        font-size: 16px;
    }

    .mob-s9 .swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
        box-shadow: none;
        background: none;
        overflow: initial;
    }

    .mob-s9 .swiper-pagination {
        bottom: 1rem;
    }

    .mob-s9 .swiper-pagination .content-div {
        display: inline-block;
    }

    .mob-s9 .swiper-pagination .sum-div {
        display: inline-block;
        margin-top: 13px;
        float: right;
    }

    .mob-s9 .swiper-pagination .sum-div .icon {
        font-size: 20px;
        font-family: DIN Condensed;
        color: #CCCCCC;
        float: left;
        margin-right: -3px;
    }

    .mob-s9 .swiper-pagination .swiper-pagination-current {
        font-size: 36px;
        font-family: DIN Condensed;
        font-weight: bold;
        font-style: italic;
        color: #888888;
        margin-right: 6px;
    }

    .mob-s9 .swiper-pagination .swiper-pagination-total {
        font-size: 24px;
        font-family: DIN Condensed;
        font-weight: bold;
        font-style: italic;
        color: #CCCCCC;
        float: left;
    }

    .mob-s9 .swiper-button {
        top: 22rem;
        width: 48px;
        height: 48px;
        background: #fff;
        border-radius: 50%;
        text-align: center;
        line-height: 48px;
        box-shadow: 0px 15px 40px 0px #11113d1a;
    }

    .mob-s9 .swiper-button div {
        width: 10px;
        height: 10px;
        border: 2px solid #3860f4;
        transform: rotate(45deg);
        border-left: 0;
        border-bottom: 0;
        display: inline-block;
    }

    .mob-s9 .swiper-button-disabled div {
        border: 2px solid #999;
        border-left: 0;
        border-bottom: 0;
    }

    .mob-s9 .swiper-button-prev {
        left: auto;
        right: 0rem;
    }

    .mob-s9 .swiper-button-prev div {
        margin-top: 20px;
        margin-left: -4px;
    }

    .mob-s9 .swiper-button-next {
        transform: rotate(180deg);
        left: 0;
        opacity: 1;
    }

    .mob-s9 .swiper-button-next div {
        margin-top: 17px;
        margin-right: 5px;
    }

    .mob-s10 {
        background: url(../images/8f-bg.jpg) #fff no-repeat center bottom;
    }

    .mob-s10 .list {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .mob-s10 .list .item {
        width: 33%;
        height: 13rem;
        text-align: center;
        margin-bottom: 1rem;
    }

    .mob-s10 .list .item span {
        font-size: 1.3rem;
        color: #000000;
        font-weight: bold;
    }

    .mob-s10 .list .item p {
        margin-top: 0.5rem;
        font-size: 1.2rem;
        color: #888888;
    }

    .mob-s10 .list .item div {
        width: 6.5rem;
        height: 6.5rem;
        margin: 1rem auto;
    }

    .mob-s10 .list .item-1 div {
        background: url(../images/8f-icon1.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s10 .list .item-2 div {
        background: url(../images/8f-icon2.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s10 .list .item-3 div {
        background: url(../images/8f-icon3.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s10 .list .item-4 div {
        background: url(../images/8f-icon4.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s10 .list .item-5 div {
        background: url(../images/8f-icon5.png) no-repeat center top;
        background-size: cover;
    }

    .mob-s11 .list {
        text-align: center;
    }


    .mob-s11 .list .title-div .margin-div {
        padding: 30px 0 0 20px;
        text-align: left;
    }

    .mob-s11 .list .item-1 .title-div {
        height: 123px;
        background: url(../images/9f-img1.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s11 .list .item-2 .title-div {
        height: 123px;
        background: url(../images/9f-img2.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s11 .list .item-3 .title-div {
        height: 123px;
        background: url(../images/9f-img3.jpg) no-repeat center top;
        background-size: cover;
    }

    .mob-s11 .list li {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0px 10px 40px 0px #131e3426;
        margin-bottom: 3rem;
        display: inline-block;
    }

    .mob-s11 .list li:last-child {
        margin-bottom: 0;
    }

    .mob-s11 .list li h3 {
        font-size: 24px;
        color: #FFFFFF;
    }

    .mob-s11 .list li span {
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 3px;
        display: inline-block;
    }


    .mob-s11 .list li dl {
        margin: 30px 10px 20px 22px;
    }

    .mob-s11 .list li dl dd {
        text-align: left;
        font-size: 15px;
        color: #333333;
        padding-left: 20px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        position: relative;
        margin-bottom: 10px;
    }

    .mob-s11 .list li dl dd:after {
        content: '';
        position: absolute;
        width: 7px;
        height: 7px;
        background: #DAE2F2;
        left: 0;
        top: 7px;
        border-radius: 50%;
    }

    .mob-s11 .list li .l-btn {
        width: 150px;
        height: 44px;
        background: linear-gradient(90deg, #24e1ee, #3860f4);
        color: #FFFFFF;
        font-size: 16px;
        display: inline-block;
        text-align: center;
        line-height: 44px;
        margin: 10px 0 35px;
    }

    .mob-s12 {
        padding-bottom: 26rem;
    }

    .mob-s12 .container {
        position: relative;
    }

    .mob-s12 .img-list {
        text-align: center;
        height: 31rem;
        background: #FFFFFF;
        box-shadow: 0px 10px 40px 0px #131e3426;
        position: absolute;
        top: 8rem;
        margin-right: 1rem;
    }

    .mob-s12 .img-list div {
        display: inline-block;
        width: 11rem;
        height: 4rem;
        margin-top: 1.5rem;
    }

    .mob-s12 .img-list div:nth-child(1) {
        background: url(../images/10f-logo1.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(2) {
        background: url(../images/10f-logo2.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(3) {
        background: url(../images/10f-logo3.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(4) {
        background: url(../images/10f-logo4.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(5) {
        background: url(../images/10f-logo5.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(6) {
        background: url(../images/10f-logo6.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(7) {
        background: url(../images/10f-logo7.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(8) {
        background: url(../images/10f-logo8.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(9) {
        background: url(../images/10f-logo9.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s12 .img-list div:nth-child(10) {
        background: url(../images/10f-logo10.jpg) no-repeat center top;
        background-size: 90%;
    }

    .mob-s13 {
        background: url(../images/11f-bg.jpg) no-repeat center bottom;
        height: 24rem;
    }

    .mob-s13 .container {
        padding-top: 67px;
    }

    .mob-s13 .item-list {
        text-align: center;
    }

    .mob-s13 .item-list .item {
        display: inline-block;
        margin-right: 3rem;
        text-align: left;
    }

    .mob-s13 .item-list .item:last-child {
        margin-right: 0;
    }

    .mob-s13 .item-list .item p {
        color: #3860f4;
        font-size: 30px;
        margin-bottom: 2px;
        font-weight: bold;
    }

    .mob-s13 .item-list .item span {
        color: #333333;
        font-size: 16px;
    }
}
</pre></body></html>