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

.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 .ebtn a {
    color: #fff;
}

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

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

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

.header-2020.header-top .hd_extra .login_bg:after {
    background: url("../images/nav-tel1.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/00-banner-1212.jpg) no-repeat center top;
}

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

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

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

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

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

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

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

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

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

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

.index-slide .hd {
    position: absolute;
    bottom: 25px;
    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;
}

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

.section-1 .div-img {
    background: url("../images/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/00-new1.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: #246FDC;
}

.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: #246FDC;
}

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

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

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

.section-2 .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-2 .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-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: 35px;
    width: 260px;
    animation: kf-s2t 1.2s linear 0.8s infinite alternate;
}

.section-2 .bg-div .div-img-float6 {
    position: absolute;
    right: -181px;
    bottom: 40px;
    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 24px;
}

.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: 16px;
    line-height: 28px;
    display: inline-block;
}

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

.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 {
    /*background: url("../images/5f-bg4.jpg") no-repeat center top;
    background-size: cover;*/
    padding: 70px 0 0 0;
    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, #246FDC, #71aaff);
    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/2f-bg1.jpg) no-repeat center top;
    background-size: cover;
}

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

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

.section-3 .items .item:nth-child(4) .top {
    background: url(../images/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, #0037CF, #579afd);
    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: #246FDC;
}

.section-3 .items .item .con .dt .tag {
    color: #0037CF;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #0037CF;
    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: #246FDC;
    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/1f-bg-h100-01.png) no-repeat;
}

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

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

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

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

.section-4 {
    background: url("../images/5f-bg4.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, #71aaff, #246FDC);
}

.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, #267af3, #82B4FF);
    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: #246FDC;
}

.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/5f-part01-icon.png") no-repeat center top;
}

.section-4 .bottom-div .items-1 .item .div-img {
    background: url("../images/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/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/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/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/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/4f-img111.png) no-repeat center top;
    width: 281px;
    height: 641px;
    background-size: contain;
}

.section-5 .img-list div:nth-child(2) {
    background: url(../images/4f-img23.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/4f-img33.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/4f-img44.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/4f-img52.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/4f-img62.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/5f-img11.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/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/5f-bg11.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, #247dff, #71aaff);
    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/5f-icon19.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/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/7f-img13.png") no-repeat right center;
}

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

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

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

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

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

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

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

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

.section-8 .swiper-slide:nth-child(10) .div-img {
    background: url("../images/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, #71aaff, #247dff);
    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: #246FDC;
    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 #246FDC;
    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/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/8f-icon1.png") no-repeat center top;
}

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

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

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

.section-9 .info .img_div:nth-child(5) .div-img {
    background: url("../images/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/9f-img1.jpg") no-repeat center top;
}

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

.section-10 .list .item-3 .title-div {
    width: 340px;
    height: 123px;
    background: url("../images/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: #246FDC;
}

.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, #71aaff, #246FDC);
    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/10f-logo1.jpg") no-repeat center top;
}

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

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

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

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

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

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

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

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

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

.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/fd64a74f416b.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;
}

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


