.uw-width-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
    height: calc(100% - 100px);
}

.uw-about-honor {position: relative;width: 100%;height: 100vh;overflow: hidden;}
.uw-honor-content {position: relative;width: 100%;height: 100%;overflow: hidden;}
.uw-honor-content .uw-title {top: 15%;position: absolute;left: 5%;z-index: 22;width: auto;}
.uw-honor-content .img {background: #4e4e4e;}
.uw-honor-type  {position: absolute;width: 100%;height: 100%;overflow: hidden;left: 0;top: 0;}
.uw-honor-type-swiper {position: relative;width: 100%;height: 100%;overflow: hidden;}
.uw-honor-list {width:70%;height: 90%;overflow: hidden;position: absolute;right:5%;top:25%;z-index: 22;text-align: center;}
.uw-honor-swiper {position: relative;overflow: visible;}
.uw-honor-swiper .swiper-slide::after {content: '';width: 388px;height: 214px;position: absolute;left:0px;bottom: -110px;background: url('../images/honorb1.png') left top no-repeat;}
.uw-honor-item {position: relative;width: 90%;margin-left: 1%;}
.uw-honor-item a {display: block;overflow: hidden;}
.uw-honor-item .honor-1{overflow: hidden;font-size: 0;position: relative;}
.uw-honor-item .honor-1 img {display: inline-block;max-width: 90%;max-height: 300px;}
.uw-honor-item .bottom-2{padding: 30px 0;}
.uw-honor-item .title-1 {padding: 10px 0;}
.uw-honor-item .zoom {width: 60px;height: 60px;position: absolute;left: 50%;top: 50%;transform:translate(-50%,-50%);background: url('../images/ss.png') center no-repeat rgba(0, 145, 219, 0.4);opacity: 0;}
.uw-honor-item a:hover .zoom{opacity: 1;border-radius: 100%;}
.uw-honor-item.uhi1 {margin-top: 70%;}
.uw-honor-item.uhi3 {margin-top: 70%;}
.uw-honor-nav {width: 60%;margin-top:10%;}
.uw-honor-nav a{display: block;margin-bottom: 10px;border: 1px solid #fff;color: #fff;text-align: center;padding:5% 3%;overflow: hidden;opacity: .5;font-size:16px;}
.uw-honor-nav a.cur{background: #df5b11;border: 1px solid #df5b11;opacity: 1;}
.uw-honor-content .swiper-button-prev,.uw-honor-content .swiper-button-next {z-index: 99;top: 60%;}
.uw-honor-content .swiper-button-next {right: 3%;}
.uw-honor-content .swiper-button-prev {left: 5%;}
.uw-about-honor .swiper-slide {
    height: 100% !important;
}
.uw-about-honor .uw-width-content {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: auto;
    height: 100%;
}
.uw-about-honor  .img {
    width:100%;
    height:100%;
}
.uw-about-honor  img.img-block {
    width:100%;
    height:100%;
}

.uw-title .uw-line-x{width: 100%;height: 3px;position: relative;margin:10px 0;}
.uw-title.baise {
    color: #fff;
}
.uw-title .uw-title-cn{font-size: 26px;line-height: 30px;}
.uw-title .uw-title-en{font-size: 52px;line-height: 60px;}
.uw-honor-item .title-1 {color:#fff}


.galleryOverlay {width: 100%;height: 100%;position: fixed;top: 0;left: 0;opacity: 0;z-index: 100000;background-color: rgba(0,0,0,.7);overflow: hidden;display: none;-moz-transition: opacity 0.5s ease;-webkit-transition: opacity 0.5s ease;transition: opacity 0.5s ease;}
.galleryOverlay.visible {opacity: 1;}
.gallerySlider { height: 100%; left: 0; top: 0; width: 100%; white-space: nowrap; position: absolute; }
.gallerySlider .placeholder { background: url("../images/loading.gif") no-repeat center center; height: 100%; line-height: 1px; text-align: center; width: 100%; display: inline-block; }
.gallerySlider .placeholder:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }
.gallerySlider .placeholder img { display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle; }
.prevArrow, .nextArrow { border: none; text-decoration: none;opacity: 0.5; cursor: pointer; position: absolute; width:50%;height:100%; top:0; margin-top:0px; }
.prevArrow:hover, .nextArrow:hover { opacity: 1; }
.prevArrow { background-position: left top; left:0; }
.nextArrow { background-position: right top; right:0; }
.pagelimit { position: absolute; bottom: 20px; left: 50%; margin-left: -18px; color: #fff; font-size: 18px; }
.closed {cursor: pointer; position: absolute; width: 40px; height: 40px;right:2%; top: 3%;background: url(../images/xxx.png) center no-repeat #fff; transition-duration: 0.5s;}
.closed:hover {opacity: 0.5;}



.section3{
    width: 100%;
    height: 100vh;
    background-size: cover!important;
    position: relative;
    /*padding-right: 117px;*/
}
.section3 .circle_outside{
    width: 1123px;
    height: 1123px;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section3 .circle_outside .center{
    width: 774px;
    height: 774px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.section3 .circle_outside .center .interior {
    width: 473px;
    height: 473px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    position: relative;
}

.section3 .circle_outside .center .interior svg {
    width: 100%;
    height: 100%;
    transform: scale(1.23);
    position: absolute;
    top: 0;
    left: 0;
}
.section3 .circle_outside .center .interior .path-loop-bg{
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.section3 .circle_outside .center .interior .path-loop{
    stroke-dashoffset: 157px;
    fill: none;
    stroke: #fff;
    stroke-miterlimit: 1;
    stroke-width: 0.2px;
    transition: 0.6s;
}
.section3 .circle_outside .center .interior .index_solution .active .path-loop{
    animation: rotateIn 7s linear forwards;
}
.section3 .circle_outside .center .interior .text{
    text-align: center;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 1s;
}
.section3 .circle_outside .center .interior .index_solution .active .text{
    opacity: 1;
    top: 50%;
    transition-delay: 1s;
}
.section3 .circle_outside .center .interior .active{
    opacity: 1;
    top: 50%;
}
.section3 .circle_outside .center .interior .text span{
    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 38px;
    display: block;
}
.section3 .circle_outside .center .interior .text p{
    width: 350px;
    font-size: 15px;
    font-weight: normal;
    color: #FFFFFF;
    line-height: 28px;
    margin: auto;
}

@keyframes rotateIn {
    0% {
        stroke-dashoffset: 157px;
    }
    100% {
        stroke-dashoffset: 18px;
    }
}

.section3 .circle_outside .location{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.section3 .circle_outside .location .circle{
    width: 126px;
    height: 126px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.6s;
    cursor: pointer;
    border: 5px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.section3 .circle_outside .location .active{
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border: 5px solid #26903A;
}
.section3 .circle_outside .location .circle p{
    font-size: 18px;
    font-weight: normal;
    color: #000000;
    transition: 0.6s;
}
.section3 .circle_outside .location .active p{
    color: #000000;
    font-size: 21px;
}
.section3 .circle_outside .location .circle_1{
    top: 21%;
    left: 69%;
}
.section3 .circle_outside .location .circle_2{
    top: 68%;
    left: 70%;
}
.section3 .circle_outside .location .circle_3{
    top: 58%;
    left: -4%;
}

.background_fixed{
    width: 100%;
    height: 100vh;
}
.background_fixed .index_products {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    transition: 1s;
    z-index: 0;
}

.background_fixed .index_products .swiper-slide img{
    width: 100%;
    height: 100vh;
    transition: cubic-bezier(.77,0,.175,1) 1.6s transform;
    transform: scale(1.2);
}
.background_fixed .index_products .swiper-slide-active img{
    transform: scale(1);
}

.background_fixed .solve{
    width: 100%;
    height: 100%;
}
.background_fixed .solve .slide-inner{
    width: 100%;
    height: 100%;
}
.index_products_active{
    height: 0!important;
}
.background_fixed .solve .swiper{
    width: 100%;
    height: 100%;
}
.background_fixed .solve .swiper .swiper-slide{
    overflow: hidden;
}
.background_fixed .solve .swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 1700px) {
    .section1 .warp .content .right,.section1 .warp .content .right .images img{
        width: 560px;
        height: 560px;
    }
    .section1 .warp .content .text{
        margin-right: 200px;
    }
    .section1 .warp .content .figure{
        margin-top: 60px;
        width: 100%;
    }
    .section1 .warp .content .figure .item .number p{
        margin-left: 22px;
    }
    .section1 .warp .content .figure .item:nth-child(1) .number p,.section1 .warp .content .figure .item:nth-child(4) .number p{
        margin-left: 7px;
    }

}

@media screen and (max-width: 1600px) {
    .section1 .warp .content .text .pick{
        width: 553px;
    }
}
@media screen and (max-width: 1440px) {
    .section1 .warp .content .right, .section1 .warp .content .right .images img{
        width: 445px;
        height: 445px;
    }
    .section1 .warp .content .text{
        margin-right: 130px;
    }
    .section1 .warp .content .text .pick{
        font-size: 12px;
    }
    .section1 .warp .content .right .more{
        width: 100px;
        height: 100px;
        text-align: center;
        left: -50px;
    }
    .section1 .warp .content .right .active{
        width: 99%;
        height: 99%;
    }
    .section1 .warp .content .right .more .iconfont{
        font-size: 26px;
    }
    .section1 .warp .content .right .more p{
        font-size: 13px;
    }
    .section1 .warp .content .text .pick{
        font-size: 12px;
        line-height: 30px;
    }
    .section1 .warp .content .text span{
        font-size: 24px;
        line-height: 36px;
    }
    .section1 .warp .content .text .pick{
        margin: 36px 0 0 0;
    }
    .section1 .warp .content .figure{
        margin-top: 43px;
    }
    .section1 .warp .brand .border a{
        width: 162px;
        height: 64px;
    }
    .section1 .warp .content{
        position: relative;
        /*top: 30px;*/
    }
    .section1 .warp .brand{
        margin-top: 30px;
    }
    .section3 .circle_outside{
        transform: translate(-50%,-50%) scale(0.8);
    }
}

@media screen and (max-width: 1366px) {
    .section1 .warp .content .text span{
        font-size: 19px;
        line-height: 29px;
    }
    .section1 .warp .content .text .pick{
        line-height: 26px;
    }
    .section1 .warp .content .figure .item .number span{
        font-size: 26px;
    }
    .section1 .warp .content .figure .item .number span:after{
        right: -8px;
    }
    .section1 .warp .content .figure .item .number p{
        margin-left: 0;
    }
    .section1 .warp .content .text{
        margin-right: 70px;
    }
    .section1 .warp .brand{
        margin: 54px 0 0 0;
    }
    .section1 .warp .brand .border{
        margin-top: 15px;
    }
    .section1 .warp .content .figure .item > h1{
        font-size: 12px;
    }
    .section1 .warp .content .right, .section1 .warp .content .right .images img{
        width: 400px;
        height: 400px;
    }
}

.container {
    width:90%;
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
@media (max-width: 1280px) {
    .container {
        width: 1240px;
    }
}

.My-index-news {
    background: #fafcff;
}

.items-news .ft-item {
    background: #f7f9fc;
    border: 1px solid #e6edfa;
    border-top: 4px solid #fafcff;
    box-shadow: 0px 8px 8px 0px rgba(239, 242, 249, 0.5);
}

.items-news .ft-item:hover {
    border-top: 4px solid #df5b11;
}

.items-news .ft-item:hover > .title-l4 {
    color: #df5b11;
}

.items-news .ft-item > .title-l4 {
    height: 60px;
    margin-bottom: 20px;
    line-height: 32px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.items-news .ft-item {
    padding-top: 45px;
}

.items-news .date {
    padding-bottom: 30px;
}

.items-news .ft-item > p {
    height: 80px;
    margin-bottom: 20px;
    display: -webkit-box;
    line-height: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.My-index-news .My-more-btn {
    margin: 100px;
}

.My-footer-btn {
    text-align: center;
}

.items-news a {
    color: #777;
}

.items-news .img-box {
    height: 240px;
    overflow: hidden;
}
.items-news .img-box img {
    width: 100%;
    /*height: 100%;*/
    object-fit: cover;
}
.title-l1 {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 36px;
}

.ft-cards .ft-item {
    padding: 50px 40px;
    transition: all 0.3s;
}
.title-l4 {
    font-size:20px;
    font-weight: 500;
    color: #323b4d;
}
.My-more-btn {
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    background: #df5b11;
    border-radius: 4px;
}

.ft-cards .ft-item:hover {
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}



.uw-index-techtnical {position: relative;width: 100%;height: 100%;overflow: hidden;}
.uw-index-techtnical .uw-width-content .img  {height: 80%;}
.uw-index-techtnical-content {width: 90%;margin: 5% auto auto auto;}
.uw-index-techtnical-list {overflow: hidden;position: absolute;left: 5%;bottom: 5%;z-index: 20;width:90%;}
.uw-index-techtnical-item {float: left;width: 15%;margin: 0;border-left: 1px solid #cbcbcb;}
.uw-index-techtnical-item:first-child {border: none;}
.uw-index-techtnical-item a {background-color: #e2e2e2;display: block;overflow: hidden;padding:5%;}
.uw-index-techtnical-item .pic {position: relative;background-color: #000;}
.uw-index-techtnical-item .text {position: relative;}
.uw-index-techtnical-item .title-1 {position: relative;margin: 20px 0;font-weight: bold;color: #000000;}
.uw-index-techtnical-item .title-1 i{display: block;width: 14px;height: 2px;position: absolute;right:0;top: 50%;margin-top: -1px;display: none;}
.uw-index-techtnical-item .title-1 i::before {content: '';width: 2px;height: 14px;position: absolute;left: 50%;margin-left: -1px;top: -6px;z-index: 11}
.uw-index-techtnical-item .line-2{position: relative;height: 2px;width: 100%;}
.uw-index-techtnical-item .line-2::before {content: '';width: 0;height: 2px;position: absolute;left: 0;top: 0;z-index: 11;transition:all .4s ease;}
.uw-index-techtnical-item a.cur .line-2::before {width: 30%;}
.uw-index-techtnical-img-swiper {position: relative;}
.uw-index-techtnical-item .line-2 {background: #cbcbcb;}
.uw-title {
    margin: auto;
    display: inline-block;
}
.uw-title .uw-title-cn {
    font-size: 26px;
    line-height: 30px;
}
.uw-title .uw-title-en {
    font-size: 52px;
    line-height: 60px;
    text-transform: uppercase;
}
.uw-index-techtnical-item a.cur {
    background: #0091db;
}
.pic {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.uw-width-content .uw-content {width: 100%;position: absolute;left: 0;top: 0px;height: 100%;z-index: 11;}
.viewmore a {
    color: #fff;
    background: #0091db;
    display: inline-block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.uw-index-techtnical-img-swiper .uw-title .uw-text {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
}
.uw-index-techtnical-item a.cur .line-2::before {
    width: 30%;
    background: #fff;
}
.uw-title .uw-line-x {
    background: rgba(255,255,255,.5);
}
.uw-title .uw-line-x::before {
    content: '';
    width: 30%;
    height: 3px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #0054a4;
}

.uw-index-techtnical-img-swiper .swiper-slide .uw-title .uw-title-cn, .uw-index-techtnical-img-swiper .swiper-slide .uw-title .uw-title-cn {
    transform: translateX(-200px);
    opacity: 0;
    transition: all 1s 0.2s;
}
.uw-index-techtnical-img-swiper .swiper-slide .uw-text {
    transform: translateY(-200px);
    opacity: 0;
    transition: all 1s 0.2s;
}
.uw-index-techtnical-img-swiper .swiper-slide-active .uw-title .uw-title-cn,.uw-index-techtnical-img-swiper .swiper-slide-active .uw-title .uw-title-cn,.uw-index-techtnical-img-swiper .swiper-slide-active .uw-text {
    transform: translateX(0px);
    opacity: 1;
}




.rotate-product-wrapper {
    background-image: url(../images/probg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.rotate-product {
    margin-left:auto;
    margin-right: auto;
    text-align: center;
    padding-bottom: 125px;
    padding-top: 120px;
    position: relative
}


.rotate-product .mouse-icon {
    width: 72px;
    height: 72px;
    position: absolute;
    z-index: 19;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.rotate-product .show-mouse {
    opacity: 1;
    width: 72px
}

.rotate-product .show-mouse,.rotate-product .unshow-mouse {
    -webkit-transition: width .3s,opacity .3s;
    transition: width .3s,opacity .3s
}

.rotate-product .unshow-mouse {
    opacity: 0;
    width: 0;
}

.rotate-product .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rotate-product .rotate-page {
    position: relative;
    width: 1200px;
}

.rotate-product .rotate-page .car-icon {
    position: absolute;
    width: 100%;
    transform: translateX(-50%);
    bottom:0;
    z-index: -1;
    cursor: none
}


.rotate-product .rotate-page .product-pic {
    width: 900px;
    height: 505px;
    margin-left: auto;
    margin-right: auto;
    cursor: none
}

.rotate-product .rotate-page .mouse_modal {
    position: absolute;
    width: 900px;
    height: 505px;
    z-index: 9;
    cursor: none;
    left:150px;
}


.rotate-product .swiper-container .swiper-button-next,.rotate-product .swiper-container .swiper-button-prev {
    opacity: .6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    z-index: 99;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rotate-product .swiper-container .swiper-button-next:after,.rotate-product .swiper-container .swiper-button-prev:after {
    display: block;
    content: "";
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMzYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMiAwTDQuNCAxOCAyMiAzNmgtNC40TDAgMTggMTcuNiAwSDIyeiIgZmlsbD0iIzY2NiIvPjwvc3ZnPg==);
    background-size: contain;
    width: 40px;
    height: 64px;
}

.rotate-product .swiper-container .swiper-button-next:hover,.rotate-product .swiper-container .swiper-button-prev:hover {
    opacity: 1
}

.rotate-product .swiper-container .swiper-button-prev {
    left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.rotate-product .swiper-container .swiper-button-next {
    right: 10%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.rotate-product .swiper-pagination-bullets {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 10px;
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet {
    font-size: 24px;
    color: #df5b11;
    opacity: .2;
    padding-left: 45px;
    padding-right: 45px;
    cursor: pointer
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet:hover {
    opacity: .6
}

.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active,.rotate-product .swiper-pagination-bullets .swiper-pagination-bullet-active:hover {
    opacity: 1
}

.swiper-pagination {
    position: static;
    margin-bottom: 100px;
}
.swiper-pagination-bullet {
    background: none;
    width:auto
}


.rotate-product .content-wrapper {
    width:60%;
    margin: 0 auto;
    display: none;
}
.rotate-product .content-wrapper h4 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 16px;
    margin-bottom: 24px;
    letter-spacing: 10px;
}

.rotate-product .button-container button{
    width:120px;
    height:35px;
    position: relative;
    border: 0;
    background-color: rgb(169, 170, 168);
    margin-right: 20px;
}

.rotate-product .button-container button::before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
    height: 100%;
    width: 0;
    transition:  0.3s;
    background-color: #df5b11;
}
.rotate-product .button-container button:hover {
    z-index: 1;
}
.rotate-product .button-container button:hover a{
    color: #fff;
}
.rotate-product .button-container button:hover::before {
    width: 100%;
    border: 1px solid #df5b11;
}



.sfq {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.sfq .common_tit h4 {
    font-size: 36px;
}

.sfq .content {
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-top: 72px;*/
}

.sfq .content .item {
    width: 25%;
    height: 650px;
    color: #fff;
    border-right: 1px solid rgba(255, 255, 255, .2);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 4% 2%;
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sfq .content .item.active {
    width: 50%;
    padding: 4% 3%;
}

.sfq .content .item.unactive {
    width: 16.66%;
    padding: 4% 1%;
}

.sfq .content .item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sfq .content .item.active .bg {
    opacity: 1;
}

.sfq .content .item .img_h {
    position: relative;
}

.sfq .content .item h4 {
    position: relative;
    z-index: 3;
    font-size: 22px;
    line-height: 32px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.sfq .content .item.active h4 {
    font-size: 24px;
    font-weight: bold;
}

.sfq .content .item h4::before {
    content: '';
    display: block;
    margin: 20px 0;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
}

.sfq .content .item h6 {
    position: relative;
    z-index: 3;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    height: 60px;
    margin-top: 10px;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all .3s ease .3s;
    -moz-transition: all .3s ease .3s;
    -ms-transition: all .3s ease .3s;
    -o-transition: all .3s ease .3s;
    transition: all .3s ease .3s;
}

.sfq .content .item.active h6 {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    background-color: #df5b1178;
}

.sfq .content .item.active .img_h.img_ha img {
    opacity: 0;
}

.sfq .content .item.active .img_h.img_ha img:nth-child(2) {
    opacity: 1;
}

.sfq .bottom .right span {
    width: 0%;
    height: 3px;
    background-color: #36bdea;
    display: block;
    position: relative;
    top: -1px;
}
.sfq .bottom .right.active span {
    width: 100%;
    -webkit-transition: all 4.8s linear .2s;
    -moz-transition: all 4.8s linear .2s;
    -ms-transition: all 4.8s linear .2s;
    -o-transition: all 4.8s linear .2s;
    transition: all 4.8s linear .2s;
}

.sfq .bottom a {
    text-decoration: underline;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.sfq .bottom a:hover {
    color: #044eb5;
}



.index-about {
    position: relative;
    margin-bottom: 100px;
}
.flex-direction-nav li a{
    display:block;
    width:52px;
    height:52px;
    overflow:hidden;
    cursor:pointer;
    position:absolute;
    top:40%;
    z-index: 9;
}
.flex-direction-nav li a.flex-prev{
    left:10%;
    background-image: url(../images/jt_z.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
}
.flex-direction-nav li a.flex-prev:hover{
    left:10%;
    background-image: url(../images/jt_zb.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(360deg);
}
.flex-direction-nav li a.flex-next{
    right:10%;
    background-image: url(../images/jt_z.png);
    background-position: center;
    background-repeat: no-repeat;
}
.flex-direction-nav li a.flex-next:hover{
    right:10%;
    background-image: url(../images/jt_zb.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
}

.index-about .company_data {
    position: absolute;background: #f5f5f5;bottom:-80px;left:50%;transform:translateX(-50%);height:160px;width:1200px;z-index:9
}
.index-about .company_data ul li {
    width:25%;height:160px;display:flex;align-items: center;justify-content: center;flex-direction:column;float:left;color:#898989
}
.index-about .company_data ul li .ab {
    margin-bottom: 10px
}
.index-about .company_data ul li .ab .count{
    font-size: 60px;color:#df5b11;padding-right: 5px;
}
.index-about .company_data ul li .ab .dw{
    font-size: 20px;
}
.index-about .company_data ul li .mc{
    font-size: 20px;
}

.index-about .company_data2 {
    position: absolute;background: #f5f5f5;bottom:-240px;left:50%;transform:translateX(-50%);height:160px;width:1200px;z-index:9
}
.index-about .company_data2 ul li{
    width:33%;
    height:160px;
    background: #df5b11;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    color:#fff;
    position: relative;
    float: left;
    margin-right: 0.5%;
}
.index-about .company_data2 ul li:nth-child(2){
    background: #df5b11;
}
.index-about .company_data2 ul li:last-child{
    background: #df5b11;
    margin-right: 0;
}
.index-about .company_data2 ul li .az{
    position: absolute;
    left:10%;
    top:35%;
    font-size: 16px;
}
.index-about .company_data2 ul li .az i{
    font-size: 28px;
    position: relative;
    margin-right: 10px;
}
.index-about .company_data2 ul li .az i:after{
    content: '';
    background-color: #df5b11;
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -15px;
}
.index-about .company_data2 ul li .mz{
    position: absolute;
    left:10%;
    bottom:10%;
    font-size: 18px;
}


.index-anli {
    width:100%;
    height:80vh;
    position: relative;
    background-color: #0d50be;
}

.index-anli .al_row {
    width:100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.index-anli .al-pl {
    width: 30%;
    padding-left:10%;
}
.index-anli .al-title {
    font-size: 40px;
    padding-top: 50px;
    margin-bottom: 50px;
    position: relative;
    color: #fff;
}
.al-title-icon {
    border-radius: 50%;
    height: 10px;
    width: 10px;
    background-color: #d9a78b;
    display: block;
    position: absolute;
    top: 50px;
    bottom: 0;
    right: 100%;
    left: auto;
    margin: auto 0;
    transform: translateX(-20px);
}
.al-title-icon:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 100%;
    margin: auto 2px auto 0;
    width: 300px;
    height: 1px;
    background-color: #d9a78b;
}
.al-title-icon:after {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border: 1px solid #d9a78b;
}
.index-anli .al-list {
    color: #d9a78b;
    border-bottom: 1px solid #174797;
}
.al-item {
    display: block;
    padding: 25px 0 25px 25px;
    border-top: 1px solid #174797;
    position: relative;
    z-index: 60;
    transition: background-color .3s;
}
.al-item.hover {
    color: #fff;
}
.al-block {
    display: inline-block;
    vertical-align: middle;
}
.al-feature {
    font-size: 22px;
    color: #fff;
}
.al-arrow {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    margin: auto 0;
    transform: translateX(50%) rotate(45deg);
    visibility: hidden;
    opacity: 0;
    transition: all .1s;
    width:50px;
    height:50px;
}
.al-item.hover .al-arrow {
    opacity: 1;
    visibility: visible;
    transition-delay: .3s;
}
.al-arrow>i {
    display: block;
    height: 100%;
    width: 100%;
    background-color: #df5b11;
}
.al-item:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #df5b11;
    transition: all .3s;
    opacity: 0;
    z-index: -1;
}
.al-item.hover:after {
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
    opacity: 1
}
.al-swiper {
    position: absolute;
    right: 0;
    top: 0;
    width: 70%;
    height: 100%;
    overflow: hidden;
}
.al-swiper .swiper-slide{
    width:100%;
    height:100%;
}
.al-swiper .swiper-slide img{
    width:100%;
    height:100%;
}