.swiper-pagination-bullet-active {
    background: #f20d23;
}

.page_pc {
    padding-top: 0;
}

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

.header-2020.header-top {
    background: none;
    border-bottom: 1px solid #ffffff4d;
}

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

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

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

.header-2020.header-top .hd_extra .bg:after {
    background: url("../images/common/00-icon.png") no-repeat center;
}

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

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

.index-slide {
    position: relative;
    width: 100%;
    overflow: hidden;
}

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

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

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

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

.index-slide .bd .item-1212 {
    background: url(../images/index/00-banner-1212.jpg) no-repeat center top;
}

.index-slide .bd .item-ecjia {
    background: url(../images/index/00-banner-ecjia.jpg) no-repeat center top;
}

.index-slide .bd .item-ecjiaapp {
    background: url(../images/index/00-banner-ecjiaapp.jpg) no-repeat center top;
}

.index-slide .bd .item-51 {
    background: url(../images/index/00-banner-51.jpg) no-repeat center top;
}

.index-slide .bd .item-1 {
    background: url(../images/index/00-banner-1.jpg) no-repeat center top;
}

.index-slide .bd .item-2 {
    background: url(../images/index/00-banner-2.jpg) no-repeat center top;
}

.index-slide .bd .item-3 {
    background: url(../images/index/00-banner-3.jpg) no-repeat center top;
}

.index-slide .bd .item-4 {
    background: url(../images/index/00-banner-4.jpg) no-repeat center top;
}

.index-slide .bd .item-5 {
    background: url(../images/index/00-banner-5.jpg) no-repeat center top;
}

.index-slide .bd .item-618 {
    background: url(../images/index/00-banner-618.jpg) no-repeat center top;
}

.index-slide .bd .item-light {
    background: url(../images/index/00-banner-light.jpg) no-repeat center top;
}

.index-slide .hd {
    position: absolute;
    bottom: 60px;
    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;
}
.index-slide .bg{position:absolute; left: 0; bottom: 0; width: 100%; height: 60px; background: #000; opacity: .5;}
.index-slide .icon{position:absolute;left: 0;bottom: 19px;z-index: 2;width: 100%;font-size: 16px;color: #fff;line-height: 22px;}
.index-slide .icon ul{display: flex;justify-content: space-around;align-items: center;}
.index-slide .icon li{}
.index-slide .icon img{vertical-align: bottom;padding: 0 10px 0 0;}

.section-1 {
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 5px 10px 0px #6c6c6c1a;
}

.section-1 .div-img {
    background: url("../images/index/00-update.png") no-repeat center top;
    width: 114px;
    height: 28px;
    display: inline-block;
    margin-top: 17px;
    float: left;
}

.section-1 .items-list {
    display: inline-block;
}

.section-1 .items-list li {
    display: inline-block;
    margin-left: 93px;
}

.section-1 .items-list li:first-child {
    position: relative;
    margin-left: 120px;
}

.section-1 .items-list li:first-child:after {
    content: '';
    position: absolute;
    background: url("../images/index/00-new.png") no-repeat center top;
    width: 20px;
    height: 20px;
    display: inline-block;
    left: -30px;
    top: 20px;
}

.section-1 .items-list li .data-time {
    color: #bbb;
    font-size: 16px;
    line-height: 60px;
    float: left;
    letter-spacing: 1px;
}

.section-1 .items-list li .title {
    color: #333333;
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    margin-left: 5px;
    width: 315px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    cursor: pointer;
}

.section-1 .items-list li .title:hover {
    color: #f20d23;
}

.section-1 .look-more {
    display: inline-block;
    color: #888888;
    font-size: 16px;
    float: right;
    padding: 0 15px;
    margin-top: 18px;
    position: relative;
    cursor: pointer;
}

.section-1 .look-more:after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border: 1px solid #959595;
    transform: rotate(45deg);
    right: 0;
    border-left: 0;
    border-bottom: 0;
    top: 7px;
}

.section-1 .look-more:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 20px;
    background: #E5E5E5;
    display: inline-block;
    left: 0;
    top: 1px;
}

.section-1 .look-more:hover {
    color: #f20d23;
}

.section-2 {
    padding: 100px 0 90px 0;
}

.section-2 .section-title {
    margin-bottom: 110px;
}

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

.section-2 .bg-div .div-img-float1 {
    background: url("../images/index/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-2 .bg-div .div-img-float2 {
    background: url("../images/index/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-2 .bg-div .div-img-float3 {
    position: absolute;
    left: -184px;
    top: 10px;
    width: 260px;
    animation: kf-s2b 1.2s linear 0.4s infinite alternate;
}

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

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

.section-2 .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-2 .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-2 .bg-div .desc-div .content-div {
    margin: 20px 0px 20px 25px;
}

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

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

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

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

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

.section-2 .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-3 {
    padding-bottom: 0;
    padding-top: 100px;
    height: 756px;
    text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

.section-3 .items .item .top {
    height: 90px;
    width: 100%;
}

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

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

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

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

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

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

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

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


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

.section-3 .items .item .con .dl a:hover {
    color: #f20d23;
}

.section-3 .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;
}

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

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

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

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

.section-3 .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-3 .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-3 .items .item:nth-child(1) .product-max .top {
    width: 100%;
    height: 100px;
    background: url(../images/2020/1f-bg-h100-01.png) no-repeat;
}

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

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

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

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

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

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

.section-4 {
    background: url("../images/index/5f-bg.jpg") no-repeat center top;
    height: 689px;
    background-size: cover;
    padding: 48px 0 38px 0;
}

.section-4 .el-tab-pane {
    display: block;
}

.section-4 .el-tab-pane.active .top-div {
    animation: op 1s;
}

.section-4 .el-tab-pane.active .bottom-div {
    animation: op 1s;
}

.section-4 .el-tab-pane.active .item-list {
    animation: op 1s;
}


.section-4 .el-tabs__header {
    margin: 0 0 30px;
}

.section-4 .el-tabs__content {
    overflow: inherit;
}

.section-4 .container {
    position: relative;
    padding-top: 80px;
}

.section-4 .title-div {
    color: #1A1A1A;
    font-size: 36px;
    font-weight: bold;
    position: absolute;
    top: 50px;
}

.section-4 .el-tabs__nav {
    float: right;
}

.section-4 .el-tabs__item {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding: 0 34px;
}

.section-4 .el-tabs__nav-wrap:after {
    height: 1px;
}

.section-4 .el-tabs__active-bar {
    height: 3px;
    background: linear-gradient(90deg, #FF5723, #F20D23);
}

.section-4 .btn-div {
    text-align: left;
    margin-top: 37px;
}

.section-4 .btn-div a {
    width: 130px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
}

.section-4 .btn-div .btn-border-while {
    border: 1px solid #333333;
    color: #333333;
    margin-left: 0;
    margin-right: 10px;
}

.section-4 .btn-div .btn-border-while:hover {
    background: linear-gradient(90deg, #f91f28, #f85e2b);
    border: 0;
    color: #fff;
}

.section-4 .content-div {
    font-size: 0;
}

.section-4 .right-div {
    width: 245px;
    height: 470px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px #2a34641a;
    float: right;
}

.section-4 .right-div .item-list {
    margin-top: 40px;
}

.section-4 .right-div .item-list .item {
    text-align: center;
    position: relative;
    height: 98px;
}

.section-4 .right-div .item-list .item .text-desc {
    color: #DC141E;
    font-size: 16px;
    position: absolute;
    line-height: 98px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #F2F4F8;
    opacity: 0;
    transition: opacity 0.5s;
}

.section-4 .right-div .item-list .item .text-desc:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 1px solid #D00E21;
    right: 70px;
    top: 45px;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
}

.section-4 .right-div .item-list .item:hover .text-desc {
    opacity: 1;
}

.section-4 .right-div .item-list .item .div-img {
    width: 185px;
    height: 70px;
    display: inline-block;
    margin-top: 14px;
}

.section-4 .left-div {
    width: 955px;
    height: 470px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #555a761f;
    display: inline-block;
}

.section-4 .left-div .top-div {
    padding: 40px 40px 32px 40px;
    overflow: hidden;
}

.section-4 .info-div {
    width: 580px;
    display: inline-block;
    margin-top: 20px;
}

.section-4 .about-div {
    width: 220px;
    display: inline-block;
    margin-left: 70px;
    float: right;
}

.section-4 .info-div .title {
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}

.section-4 .info-div .desc {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.section-4 .about-div .div-img {
    width: 220px;
    height: 130px;
}

.section-4 .about-div .about-title {
    color: #333333;
    font-size: 16px;
    margin: 26px 0 6px;
}

.section-4 .about-div .article-title {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.section-4 .about-div .article-title:hover {
    color: #f20d23;
}

.section-4 .bottom-div {
    border-top: 1px solid #EDEDED;
}

.section-4 .left-div .item-list {
    margin: 40px;
}

.section-4 .left-div .item-list .item {
    width: 115px;
    text-align: center;
    display: inline-block;
    margin-right: 33px;
}

.section-4 .left-div .item-list .item:last-child {
    margin-right: 0;
}

.section-4 .left-div .item-list .item p {
    color: #333333;
    font-size: 14px;
}

.section-4 .bottom-div .items-0 .item .div-img {
    background: url("../images/index/5f-part01-icon.png") no-repeat center top;
}

.section-4 .bottom-div .items-1 .item .div-img {
    background: url("../images/index/5f-part02-icon.png") no-repeat center top;
}

.section-4 .bottom-div .items-1 .item:nth-child(1) .div-img {
    background-position: 3px 0 !important;
}

.section-4 .bottom-div .items-1 .item:nth-child(2) .div-img {
    background-position: -51px 0 !important;
}

.section-4 .bottom-div .items-1 .item:nth-child(3) .div-img {
    background-position: -102px 0 !important;
}

.section-4 .bottom-div .items-1 .item:nth-child(4) .div-img {
    background-position: -153px 0 !important;
}

.section-4 .bottom-div .items-1 .item:nth-child(5) .div-img {
    background-position: -204px 0 !important;
}

.section-4 .bottom-div .items-1 .item:nth-child(6) .div-img {
    background-position: -254px 0 !important;
}

.section-4 .bottom-div .items-2 .item .div-img {
    background: url("../images/index/5f-part03-icon.png") no-repeat center top;
}

.section-4 .bottom-div .items-2 .item:nth-child(1) .div-img {
    background-position: 5px 0 !important;
}

.section-4 .bottom-div .items-2 .item:nth-child(3) .div-img {
    background-position: -102px 0 !important;
}

.section-4 .bottom-div .items-2 .item:nth-child(4) .div-img {
    background-position: -156px 0 !important;
}

.section-4 .bottom-div .items-2 .item:nth-child(5) .div-img {
    background-position: -209px 0 !important;
}

.section-4 .bottom-div .items-3 .item .div-img {
    background: url("../images/index/5f-part04-icon.png") no-repeat center top;
}

.section-4 .bottom-div .items-3 .item:nth-child(1) .div-img {
    background-position: 7px 0 !important;
}

.section-4 .bottom-div .items-3 .item:nth-child(3) .div-img {
    background-position: -99px 0 !important;
}

.section-4 .bottom-div .items-3 .item:nth-child(4) .div-img {
    background-position: -148px 0 !important;
}

.section-4 .bottom-div .items-3 .item:nth-child(5) .div-img {
    background-position: -200px 0 !important;
}

.section-4 .bottom-div .items-3 .item:nth-child(6) .div-img {
    background-position: -254px 0 !important;
}

.section-4 .bottom-div .items-4 .item .div-img {
    background: url("../images/index/5f-part05-icon.png") no-repeat center top;
}

.section-4 .bottom-div .items-4 .item:nth-child(1) .div-img {
    background-position: 7px 0 !important;
}

.section-4 .bottom-div .items-4 .item:nth-child(3) .div-img {
    background-position: -98px 0 !important;
}

.section-4 .bottom-div .items-4 .item:nth-child(4) .div-img {
    background-position: -147px 0 !important;
}

.section-4 .bottom-div .items-4 .item:nth-child(5) .div-img {
    background-position: -200px 0 !important;
}

.section-4 .bottom-div .items-5 .item .div-img {
    background: url("../images/index/5f-part06-icon.png") no-repeat center top;
}

.section-4 .bottom-div .items-5 .item:nth-child(1) .div-img {
    background-position: 2px 0 !important;
}

.section-4 .bottom-div .items-5 .item:nth-child(2) .div-img {
    background-position: -57px 0 !important;
}

.section-4 .bottom-div .items-5 .item:nth-child(3) .div-img {
    background-position: -114px 0 !important;
}

.section-4 .bottom-div .items-5 .item:nth-child(4) .div-img {
    background-position: -164px 0 !important;
}

.section-4 .bottom-div .items-5 .item:nth-child(5) .div-img {
    background-position: -217px 0 !important;
}

.section-4 .bottom-div .items-5 .item:nth-child(6) .div-img {
    background-position: -273px 0 !important;
}

.section-4 .left-div .item-list .item .div-img {
    margin-bottom: 15px;
    width: 48px;
    height: 42px;
    display: inline-block;
}

.section-4 .left-div .item-list .item:nth-child(1) .div-img {
    background-position: 0 0;
}

.section-4 .left-div .item-list .item:nth-child(2) .div-img {
    background-position: -47px 0;
}

.section-4 .left-div .item-list .item:nth-child(3) .div-img {
    background-position: -106px 0;
}

.section-4 .left-div .item-list .item:nth-child(4) .div-img {
    background-position: -160px 0;
}

.section-4 .left-div .item-list .item:nth-child(5) .div-img {
    background-position: -213px 0;
}

.section-4 .left-div .item-list .item:nth-child(6) .div-img {
    background-position: -259px 0;
}

.section-5 .btn-div {
    margin-top: 30px;
}

.section-5 .img-list div {
    display: inline-block;
}

.section-5 .img-list div:nth-child(1) {
    background: url(../images/index/4f-img1.png) no-repeat center top;
    width: 281px;
    height: 641px;
    background-size: contain;
}

.section-5 .img-list div:nth-child(2) {
    background: url(../images/index/4f-img2.png) no-repeat center top;
    width: 280px;
    height: 641px;
    background-size: contain;
    margin-left: -80px;
}

.section-5 .img-list div:nth-child(3) {
    background: url(../images/index/4f-img3.png) no-repeat center top;
    width: 326px;
    height: 641px;
    background-size: contain;
    margin-left: -85px;
}

.section-5 .img-list div:nth-child(4) {
    background: url(../images/index/4f-img4.png) no-repeat center top;
    width: 326px;
    height: 641px;
    background-size: contain;
    margin-left: -135px;
}

.section-5 .img-list div:nth-child(5) {
    background: url(../images/index/4f-img5.png) no-repeat center top;
    width: 280px;
    height: 641px;
    background-size: contain;
    margin-left: -64px;
}

.section-5 .img-list div:nth-child(6) {
    background: url(../images/index/4f-img6.png) no-repeat center top;
    width: 281px;
    height: 641px;
    background-size: contain;
    margin-left: -80px;
}

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

.section-6 .item-list .item {
    width: 570px;
    height: 677px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(19, 30, 52, 0.1);
    display: inline-block;
    position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-7 .div-img {
    background: url("../images/index/6f-img.jpg") no-repeat center top;
    width: 1200px;
    height: 387px;
    background-size: cover;
    margin: 0 auto;
}

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

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

.section-8 .swiper-slide .content-info {
    margin: 60px 25px;
}

.section-8 .swiper-slide .div-img {
    width: 530px;
    height: 310px;
    display: inline-block;
    float: left;
    margin-top: 24px;
}

.section-8 .swiper-slide:nth-child(1) .div-img {
    background: url("../images/index/7f-img1.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(2) .div-img {
    background: url("../images/index/7f-img2.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(3) .div-img {
    background: url("../images/index/7f-img3.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(4) .div-img {
    background: url("../images/index/7f-img4.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(5) .div-img {
    background: url("../images/index/7f-img5.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(6) .div-img {
    background: url("../images/index/7f-img6.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(7) .div-img {
    background: url("../images/index/7f-img7.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(8) .div-img {
    background: url("../images/index/7f-img8.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(9) .div-img {
    background: url("../images/index/7f-img9.png") no-repeat right center;
}

.section-8 .swiper-slide:nth-child(10) .div-img {
    background: url("../images/index/7f-img10.png") no-repeat right center;
}

.section-8 .swiper-slide .produce-info {
    width: 540px;
    display: inline-block;
    margin-left: 80px;
    margin-top: 15px;
}

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

.section-8 .swiper-slide .produce-info .title:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 32px;
    height: 3px;
    background: linear-gradient(90deg, #FF5723, #FF2424);
    left: 0;
    bottom: 0;
}

.section-8 .swiper-slide .produce-info .desc {
    color: #333333;
    font-size: 22px;
    font-weight: bold;
    margin: 23px 0;
}

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

.section-8 .swiper-slide .produce-info .desc1 {
    color: #888888;
    font-size: 16px;
}

.section-8 .swiper-slide .produce-info .btn-div {
    margin: 40px 0;
    text-align: left;
}

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

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

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

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

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

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

.section-8 .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-8 .swiper-button div {
    width: 10px;
    height: 10px;
    border: 2px solid #f20d23;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    display: inline-block;
}

.section-8 .swiper-button-prev {
    left: auto;
    right: -29px;
}

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

.section-8 .swiper-button-next {
    transform: rotate(180deg);
    left: -29px;
}

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

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

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

.section-9 {
    background: url("../images/index/8f-bg.jpg") no-repeat center bottom;
    padding: 100px 0 150px 0;
}

.section-9 .info {
    text-align: center;
}

.section-9 .info .img_div {
    display: inline-block;
    text-align: center;
    margin-right: 70px;
}

.section-9 .info .img_div:last-child {
    margin-right: 0;
}

.section-9 .info .img_div .div-img {
    width: 175px;
    height: 107px;
    margin-bottom: 30px;
}

.section-9 .info .img_div:nth-child(1) .div-img {
    background: url("../images/index/8f-icon1.png") no-repeat center top;
}

.section-9 .info .img_div:nth-child(2) .div-img {
    background: url("../images/index/8f-icon2.png") no-repeat center top;
}

.section-9 .info .img_div:nth-child(3) .div-img {
    background: url("../images/index/8f-icon3.png") no-repeat center top;
}

.section-9 .info .img_div:nth-child(4) .div-img {
    background: url("../images/index/8f-icon4.png") no-repeat center top;
}

.section-9 .info .img_div:nth-child(5) .div-img {
    background: url("../images/index/8f-icon5.png") no-repeat center top;
}

.section-9 .info .img_div h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.section-9 .info .img_div span {
    font-size: 15px;
    color: #888888;
    display: block;
}

.section-10 .list {
    text-align: center;
}

.section-10 .section-title h2 {
    font-size: 36px;
    color: #333;
    margin-bottom: 25px;
}

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

.section-10 .list .item-1 .title-div {
    width: 340px;
    height: 123px;
    background: url("../images/index/9f-img1.jpg") no-repeat center top;
}

.section-10 .list .item-2 .title-div {
    width: 340px;
    height: 123px;
    background: url("../images/index/9f-img2.jpg") no-repeat center top;
}

.section-10 .list .item-3 .title-div {
    width: 340px;
    height: 123px;
    background: url("../images/index/9f-img3.jpg") no-repeat center top;
}

.section-10 .list li {
    width: 340px;
    height: 387px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #131e3426;
    margin-right: 35px;
    display: inline-block;
    transition: all ease 300ms;
}

.section-10 .list li:hover {
    transform: translateY(-20px);
}

.section-10 .list li:last-child {
    margin-right: 0;
}

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

.section-10 .list li span {
    font-size: 15px;
    color: #FFFFFF;
    margin-top: 6px;
    display: inline-block;
}


.section-10 .list li dl {
    margin: 25px 10px 20px 22px;
    height: 133px;
}

.section-10 .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: 15px;
}

.section-10 .list li dl dd:hover a {
    color: #f20d23;
}

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

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

.section-11 {
    padding-bottom: 265px;
}

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

.section-11 .img-list {
    text-align: center;
    height: 325px;
    background: #FFFFFF;
    box-shadow: 0px 10px 40px 0px #131e3426;
    position: absolute;
    top: 205px;
}

.section-11 .img-list div {
    display: inline-block;
    width: 175px;
    height: 65px;
    margin-right: 40px;
}

.section-11 .img-list div:nth-child(-n+5) {
    margin-top: 80px;
}

.section-11 .img-list div:nth-child(n+6) {
    margin-top: 40px;
}

.section-11 .img-list div:nth-child(1) {
    background: url("../images/index/10f-logo1.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(2) {
    background: url("../images/index/10f-logo2.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(3) {
    background: url("../images/index/10f-logo3.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(4) {
    background: url("../images/index/10f-logo4.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(5) {
    background: url("../images/index/10f-logo5.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(6) {
    background: url("../images/index/10f-logo6.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(7) {
    background: url("../images/index/10f-logo7.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(8) {
    background: url("../images/index/10f-logo8.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(9) {
    background: url("../images/index/10f-logo9.jpg") no-repeat center top;
}

.section-11 .img-list div:nth-child(10) {
    background: url("../images/index/10f-logo10.jpg") no-repeat center top;
}

.section-12 {
    background: url("../images/index/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/index/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/index/+.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/index/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/index/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/index/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;
}

.section-13,.section-13 *{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.section-13 .section-title{margin-bottom:50px}
.section-13 { padding:100px 0 90px; background: #f0f4fc;}
.section-13 img{max-width: 100%; vertical-align: middle;}
.section-13 ul{margin: 0 -10px;}
.section-13 li{float: left;width: 25%;padding: 20px 10px 0;}
.section-13 li a{background: #fff;border-radius: 5px;display: block;padding: 20px;box-shadow: 0px 5px 5px 0px rgb(108 108 108 / 30%);transition: all ease 300ms;}
.section-13 li a .hd{position: relative;padding: 0 0 0 55px;min-height: 62px;border-bottom: 1px solid #ededed;margin-bottom: 20px;line-height: 1;font-size: 12px;color: #888;}
.section-13 li a .hd span{}
.section-13 li a .hd img{position: absolute;left: 0;top: 0;}
.section-13 li a .tit{font-size: 16px;color: #333;line-height: 18px;margin-bottom: 10px;}
.section-13 li a .tit em{font-size: 12px;border: 1px solid #f20d23;color: #f20d23;display: inline-block;padding: 0 3px;vertical-align: bottom;margin-left: 4px;border-radius: 2px;}
.section-13 li a:hover{transform: translateY(-10px);}



.section-2 .container {
    opacity: 0;
}

.section-3 .container {
    opacity: 0;
}

.section-4 .container {
    opacity: 0;
}

.section-5 .container {
    width: 1400px;
    text-align: center;
    opacity: 0;
}

.section-6 .container {
    opacity: 0;
}

.section-7 .container {
    opacity: 0;
}

.section-8 .container {
    opacity: 0;
}

.section-9 .container {
    opacity: 0;
}

.section-10 .container {
    opacity: 0;
}

.section-11 .container {
    opacity: 0;
}

.section-12 .container {
    opacity: 0;
}
.section-13 .container {
    opacity: 0;
}


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

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

    .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/index/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/index/2f-bg1.jpg) no-repeat center top;
        background-size: cover;
    }

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

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

    .mob-s4 .items .item:nth-child(4) .top {
        background: url(../images/index/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: #F20D23;
        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/index/1f-img.png) no-repeat center top;
        background-size: contain;
        height: 43rem;
    }

    .mob-s5 {
        background: url(../images/index/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, #F20D23, #FF5723);
        width: 100%;
        height: 3px;
        display: inline-block;
    }

    .mob-s6 .img {
        background: url(../images/mobile/index/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, #F20D23, #FF5723);
        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/index/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/index/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/index/7f-img1.png) no-repeat center top;
        background-size: contain;
    }

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

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

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

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

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

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

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

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

    .mob-s9 .swiper-slide:nth-child(10) .div-img {
        background: url(../images/index/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, #FF5723, #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 #f20d23;
        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/index/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/index/8f-icon1.png") no-repeat center top;
        background-size: cover;
    }

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

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

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

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

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

    .mob-s11 .section-title h2 {
        font-size: 36px;
        color: #333;
        margin-bottom: 25px;
    }

    .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/index/9f-img1.jpg) no-repeat center top;
        background-size: cover;
    }

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

    .mob-s11 .list .item-3 .title-div {
        height: 123px;
        background: url("../images/index/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, #FF5723, #F20D23);
        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/index/10f-logo1.jpg") no-repeat center top;
        background-size: 90%;
    }

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

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

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

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

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

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

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

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

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

    .mob-s13 {
        background: url(../images/index/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: #F20D23;
        font-size: 30px;
        margin-bottom: 2px;
        font-weight: bold;
    }

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

   .mob-s14 {background: #f0f4fc;}
   .mob-s14 img{max-width: 100%;vertical-align: middle;}
   .mob-s14 ul{margin: 0 -10px;display: flex;justify-content: space-around;align-items: center;flex-wrap: wrap;}
   .mob-s14 li{/* float: left; */width: 50%;padding: 10px 5px 0;}
   .mob-s14 li a{background: #fff;border-radius: 5px;display: block;padding: 10px;box-shadow: 0px 5px 5px 0px rgb(108 108 108 / 30%);transition: all ease 300ms;}
   .mob-s14 li a .hd{position: relative;padding: 0 0 10px;min-height: 62px;border-bottom: 1px solid #ededed;margin-bottom: 10px;line-height: 1;font-size: 12px;color: #888;}
   .mob-s14 li a .hd span{}
   .mob-s14 li a .hd img{position: absolute;left: 0;top: 0;width: 40px;}
   .mob-s14 li a .tit{font-size: 14px;color: #333;line-height: 20px;margin-bottom: 10px;padding: 0 0 0 50px;font-weight: bold;min-height: 40px;}
   .mob-s14 li a .tit em{font-size: 12px;border: 1px solid #f20d23;color: #f20d23;display: inline-block;padding: 0 3px;vertical-align: bottom;margin-left: 0;border-radius: 2px;line-height: 16px;}

}
