/*
*  author: AUI
*  home.css
*  http://azenui.com/
*  http://a-ui.cn/
*/
.container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.container:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.color-white {
    color: white!important;
}

.red {
    color: #fc8080!important;
}

.fz12 {
    font-size: 12px;
}

.fz14 {
    font-size: 14px;
}

.wfs {
    width: 100%;
    position: relative;
}

.index-page .index-title {
    font-size: 16px;
    text-align: center;
    padding: 50px 0;
}

.index-page .index-title h2 {
    font-size: 36px;
}

.index-page .index-title a {
    width: 100px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #DBDCE0;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 25px auto 0;
    transition: all .2s;
}

.index-page .index-title a:hover {
    background: #F96A69;
    border-color: #F96A69;
    color: #fff;
}

.index-page .banner {
    height: 425px;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.index-page .banner-slide {
    width: 1920px;
    margin-left: -360px;
}

.index-page .banner-slide .solutionhd {
    position: relative;
    z-index: 10;
    width: 1200px;
    margin: 0 auto;
    height: 0;
    font-size: 0;
}

.index-page .banner-slide .solutionhd ul {
    position: absolute;
    bottom: 22px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    transform: translate(-50%);
}

.index-page .banner-slide .solutionhd li {
    float: left;
    height: 2px;
    width: 60px;
    margin: 0 3px;
    padding: 5px 0;
    position: relative;
    cursor: pointer;
    opacity: .5;
    transition: all .2s;
    overflow: hidden;
    text-indent: 100px;
}

.index-page .banner-slide .solutionhd li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    border-bottom: 2px solid #fff;
}

.index-page .banner-slide .solutionhd li.on {
    opacity: 1;
}

.index-page .banner-slide .btn-wrap {
    position: relative;
    z-index: 11;
}

.index-page .banner-slide .btn-wrap a {
    width: 44px;
    height: 80px;
    position: absolute;
    bottom: 172px;
    outline: none;
    transition: all .5s;
    opacity: 0;
    border-radius: 5px;
}

.index-page .banner-slide .btn-wrap .prev {
    left: 0;
    background-position: 12px center;
}

.index-page .banner-slide .btn-wrap .next {
    right: 0;
    background-position: -49px center;
}

.index-page .banner-slide:hover .btn-wrap a {
    opacity: .3;
}

.index-page .banner-slide .btn-wrap a:hover {
    opacity: 1;
}

.index-page .banner-under {
    height: 48px;
    background: rgba(0,0,0,.5);
    position: relative;
    z-index: 10;
    top: -48px;
    overflow: hidden;
}

.index-page .banner-under-text li {
    float: left;
    color: #fff;
    font-size: 16px;
    line-height: 48px;
    margin: 0 58px 0 23px;
}

.index-page .banner-under-text li:before {
    content: "";
    width: 28px;
    height: 48px;
    float: left;
    margin-right: 6px;
}

.index-page .banner-under-text li.item-1:before {
    background-position: -28px center;
}

.index-page .banner-under-text li.item-2:before {
    background-position: -85px center;
}

.index-page .banner-under-text li.item-3:before {
    background-position: -55px center;
}

.index-page .banner-under-text li.item-4:before {
    background-position: 0px center;
}

.index-page .banner-under-text li .num {
    font-size: 24px;
    margin-right: 10px;
    float: left;
}

.index-page .banner-under-text li .plus {
    font-size: 24px;
    margin-right: 10px;
    float: left;
}

.index-page .main-category {
    padding: 0 0 25px 0;
    background: #fff;
}

.index-page .main-category .container-list {
    background-color: #F5F6FA
}

.index-page .main-category .list {
    display: block;
    height: 110px;
    width: 1210px;
    margin: 0 auto;
}

.index-page .main-category .list li {
    float: left;
    padding: 18px 0 20px;
    width: 25%;
}

.index-page .main-category .list li.item-1 {
    border-left: 0 none;
}

.index-page .main-category .list li:before {
    float: left;
    width: 60px;
    height: 60px;
    margin-top: 12px;
    content: "";
    margin-right: 6px;
    margin-left: 26px;
}

.index-page .main-category .list li.item-1:before {
    background-position: 0 0;
}

.index-page .main-category .list li.item-1.on:before {
    background-position: -60px 0;
}

.index-page .main-category .list li.item-2:before {
    background-position: -120px 0;
}

.index-page .main-category .list li.item-2.on:before {
    background-position: -180px 0;
}

.index-page .main-category .list li.item-3:before {
    background-position: -240px 0;
}

.index-page .main-category .list li.item-3.on:before {
    background-position: -300px 0;
}

.index-page .main-category .list li.item-4:before {
    background-position: -360px 0;
}

.index-page .main-category .list li.item-4.on:before {
    background-position: -420px 0;
}

.index-page .main-category .list li .text {
    float: left;
    padding-top: 24px;
    padding-bottom: 15px;
    margin-right: -10px;
}

.index-page .main-category .list li h3 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3px;
}

.index-page .main-category .list li.on a h3 {
    color: #fe4d59;
}

.index-page .main-category .list li p {
    font-size: 14px;
    color: #888;
}

.index-page .main-category .solutionbd>li {
    height: 391px;
    padding: 30px 0;
    position: relative
}

.index-page .main-category .solutionbd .col {
    float: left;
    height: 360px;
}

.index-page .main-category .solutionbd h3 {
    font-size: 16px;
    margin: 10px 0;
    height: 20px;
    line-height: 20px;
    font-weight: bold;
}

.index-page .main-category .solutionbd .col li h3 {
    font-weight: normal;
}

.index-page .main-category .solutionbd a:hover h3 {
    color: #333;
}

.index-page .main-category .solutionbd .col-1 h3 {
    font-size: 18px;
    height: 24px;
    line-height: 24px;
    margin-top: 18px;
}

.index-page .main-category .solutionbd .item-4 .col-1 h3 {
    margin-top: 10px;
}

.index-page .main-category .solutionbd p {
    margin: 10px 0;
    color: #888
}

.index-page .main-category .solutionbd .download {
    width: 130px;
    height: 40px;
    border: 1px solid #E5E5E5;
    color: #333;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    display: block;
    margin-right: 15px;
    margin-top: 15px;
    transition: all .2s;
}

.index-page .main-category .solutionbd .download:hover {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.index-page .main-category .solutionbd .col li a {
    width: 360px;
    height: 88px;
    display: inline-block;
    padding: 10px 0 0 25px;
}

.index-page .main-category .solutionbd .col li a:hover {
    background-color: #f5f5f5;
}

.index-page .main-category .solutionbd .col li a:before {
    float: left;
    width: 25px;
    height: 25px;
    margin: 8px 10px 30px 0;
    content: "";
}

.index-page .main-category .solutionbd i {
    margin-top: 2px;
}

.index-page .main-category .solutionbd .col-1 i {
    margin-top: 4px;
}

.index-page .main-category .solutionbd .col-1 {
    width: 30%
}

.index-page .main-category .solutionbd .col-2 {
    width: 40%
}

.index-page .main-category .solutionbd .col-3 {
    width: 30%
}

.index-page .main-category .solutionbd>li:before {
    position: absolute;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #fff;
    top: -18px;
}

.index-page .main-category .solutionbd .item-1:before {
    left: 130px;
}

.index-page .main-category .solutionbd .item-2:before {
    left: 434px;
}

.index-page .main-category .solutionbd .item-3:before {
    left: 726px;
}

.index-page .main-category .solutionbd .item-4:before {
    left: 1036px;
}

.index-page .main-category .solutionbd .item-1 .col-1 h3:nth-child(4) {
    margin-top: 60px
}

.index-page .main-category .solutionbd .col-2 li:nth-child(1) a:before {
    background-position: -183px -63px;
}

.index-page .main-category .solutionbd .col-2 li:nth-child(1) a:hover:before {
    background-position: -213px -63px;
}

.index-page .main-category .solutionbd .col-2 li:nth-child(2) a:before {
    background-position: -3px -93px;
}

.index-page .main-category .solutionbd .col-2 li:nth-child(2) a:hover:before {
    background-position: -33px -93px;
}

.index-page .main-category .solutionbd .col-2 li:nth-child(3) a:before {
    background-position: -3px -123px;
}

.index-page .main-category .solutionbd .col-2 li:nth-child(3) a:hover:before {
    background-position: -33px -123px;
}

.index-page .main-category .solutionbd .col-2 li:nth-child(4) a:before {
    background-position: -3px -153px;
}

.index-page .main-category .solutionbd .col-2 li:nth-child(4) a:hover:before {
    background-position: -33px -153px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(1) a:before {
    background-position: -63px -63px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(1) a:hover:before {
    background-position: -93px -63px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(2) a:before {
    background-position: -63px -93px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(2) a:hover:before {
    background-position: -93px -93px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(3) a:before {
    background-position: -63px -123px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(3) a:hover:before {
    background-position: -93px -123px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(4) a:before {
    background-position: -63px -153px;
}

.index-page .main-category .solutionbd .col-3 li:nth-child(4) a:hover:before {
    background-position: -93px -153px;
}

.index-page .main-category .jq-div {
    margin-top: 70px;
}

.index-page .main-category .jq-div:before {
    float: left;
    width: 18px;
    height: 16px;
    margin: 1px 3px 0 0;
    content: "";
}

.index-page .main-category .jq-div .jq-qq {
    color: #f75a5a;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(1) a:before {
    background-position: -123px -63px;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(1) a:hover:before {
    background-position: -153px -63px;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(2) a:before {
    background-position: -123px -93px;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(2) a:hover:before {
    background-position: -153px -93px;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(3) a:before {
    background-position: -123px -123px;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(3) a:hover:before {
    background-position: -153px -123px;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(4) a:before {
    background-position: -123px -153px;
}

.index-page .main-category .solutionbd .item-2 .col-2 li:nth-child(4) a:hover:before {
    background-position: -153px -153px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(1) a:before {
    background-position: -183px -63px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(1) a:hover:before {
    background-position: -213px -63px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(2) a:before {
    background-position: -183px -93px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(2) a:hover:before {
    background-position: -213px -93px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(3) a:before {
    background-position: -183px -123px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(3) a:hover:before {
    background-position: -213px -123px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(4) a:before {
    background-position: -183px -153px;
}

.index-page .main-category .solutionbd .item-2 .col-3 li:nth-child(4) a:hover:before {
    background-position: -213px -153px;
}

.index-page .main-category .solutionbd .item-3 .col-1 h3:nth-child(4) {
    margin-top: 35px
}

.index-page .main-category .solutionbd .item-3 .jq-div {
    margin-top: 23px;
}

.index-page .main-category .solutionbd .item-3 .jq-div p {
    margin: 0;
    margin-top: 4px;
    font-size: 12px;
    color: #999;
}

.index-page .main-category .item-3 .jq-div:before {
    margin-bottom: 12px;
}

.index-page .main-category .solutionbd .item-3 .btn-2 a {
    width: 100px;
    height: 38px;
    line-height: 37px;
    display: inline-block;
    margin-top: 5px;
}

.index-page .main-category .solutionbd .item-3 .btn-2 a:nth-child(1) {
    background: #ff5f5f;
    color: #fff;
    border-color: #ff5f5f;
    opacity: .9;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(1) a:before {
    background-position: -243px -63px;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(1) a:hover:before {
    background-position: -273px -63px;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(2) a:before {
    background-position: -243px -93px;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(2) a:hover:before {
    background-position: -273px -93px;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(3) a:before {
    background-position: -243px -123px;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(3) a:hover:before {
    background-position: -273px -123px;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(4) a:before {
    background-position: -243px -153px;
}

.index-page .main-category .solutionbd .item-3 .col-2 li:nth-child(4) a:hover:before {
    background-position: -273px -153px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(1) a:before {
    background-position: -303px -62px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(1) a:hover:before {
    background-position: -333px -63px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(2) a:before {
    background-position: -303px -93px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(2) a:hover:before {
    background-position: -333px -93px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(3) a:before {
    background-position: -303px -123px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(3) a:hover:before {
    background-position: -333px -123px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(4) a:before {
    background-position: -303px -153px;
}

.index-page .main-category .solutionbd .item-3 .col-3 li:nth-child(4) a:hover:before {
    background-position: -333px -153px;
}

.index-page .main-category .solutionbd .item-4 .col-1 {
    width: 35%
}

.index-page .main-category .solutionbd .item-4 .col-2 {
    width: 34%
}

.index-page .main-category .solutionbd .item-4 .col-3 {
    width: 31%
}

.index-page .main-category .solutionbd .item-4 .col-1 li:nth-child(1) a:before {
    background-position: -363px -61px;
}

.index-page .main-category .solutionbd .item-4 .col-1 li:nth-child(1) a:hover:before {
    background-position: -393px -63px;
}

.index-page .main-category .solutionbd .item-4 .col-1 li:nth-child(2) a:before {
    background-position: -363px -91px;
}

.index-page .main-category .solutionbd .item-4 .col-1 li:nth-child(2) a:hover:before {
    background-position: -393px -93px;
}

.index-page .main-category .solutionbd .item-4 .col-2 li:nth-child(1) a:before {
    background-position: -363px -123px;
}

.index-page .main-category .solutionbd .item-4 .col-2 li:nth-child(1) a:hover:before {
    background-position: -393px -123px;
}

.index-page .main-category .solutionbd .item-4 .col-2 li:nth-child(2) a:before {
    background-position: -363px -153px;
}

.index-page .main-category .solutionbd .item-4 .col-2 li:nth-child(2) a:hover:before {
    background-position: -393px -153px;
}

.index-page .main-category .solutionbd .item-4 .col-3 li:nth-child(1) a:before {
    background-position: -423px -63px;
}

.index-page .main-category .solutionbd .item-4 .col-3 li:nth-child(1) a:hover:before {
    background-position: -453px -63px;
}

.index-page .main-category .solutionbd .item-4 .col-3 li:nth-child(2) a:before {
    background-position: -423px -95px;
}

.index-page .main-category .solutionbd .item-4 .col-3 li:nth-child(2) a:hover:before {
    background-position: -453px -93px;
}

.index-page .solution {
    width: 100%;
    overflow: hidden;
    padding-bottom: 63px;
}

.index-page .solution .swiper-container {
    width: 1730px;
    margin-left: -265px;
}

.index-page .solution .swiper-slide {
    width: 330px;
    height: 420px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.index-page .solution .swiper-slide .img img {
    width: 330px;
    height: 420px;
    transition: all .4s;
}

.index-page .solution .swiper-slide:hover .img img {
    transform: scale(1.05);
}

.index-page .solution .swiper-slide .text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    padding: 0 21px;
}

.index-page .solution .swiper-slide-active .text, .index-page .solution .swiper-slide-duplicate-active .text {
    display: none;
}

.index-page .solution .swiper-slide .text h3 {
    font-size: 24px;
    margin-top: 350px;
}

.index-page .solution .swiper-slide .text p {
    font-size: 14px;
    margin-top: 6px;
}

.index-page .solution .swiper-slide .extra {
    position: absolute;
    z-index: 2;
    background: rgba(0,0,0,.8);
    top: 204px;
    bottom: 0;
    padding: 0 20px;
    text-align: center;
    -webkit-transform: translate(0,420px);
    -moz-transform: translate(0,420px);
    transform: translate(0,420px);
    transition: all .2s;
}

.index-page .solution .swiper-slide .extra h3 {
    font-size: 24px;
    margin: 30px 0 20px;
    color: #fff;
}

.index-page .solution .swiper-slide .extra p {
    font-size: 14px;
    color: #888;
    margin-bottom: 22px;
    line-height: 25px;
    color: #fff;
}

.index-page .solution .swiper-slide .extra .btn-wrap {
    overflow: hidden;
    padding-left: 6px;
}

.index-page .solution .swiper-slide .extra .btn-wrap a {
    float: left;
    width: 130px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 16px;
    transition: all .2s;
    font-size: 14px;
}

.index-page .solution .swiper-slide .extra .btn-wrap a:hover {
    background: #F96A69;
    color: #fff;
    border-color: #F96A69
}

.index-page .solution .swiper-slide .extra .btn-wrap a.btn-2 {
    background: #fff;
    color: #000;
    margin-right: 0;
}

.index-page .solution .swiper-slide .extra .btn-wrap a.btn-2:hover {
    background: #F96A69;
    color: #fff;
}

.index-page .solution .swiper-slide-active .extra, .index-page .solution .swiper-slide-duplicate-active .extra {
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
}

.index-page .solution-more {
    height: 550px;
    background: #202848;
    width: 100%;
    overflow: hidden;
}

.index-page .solution-more-slide .container {
    height: 550px;
    position: relative;
}

.index-page .solution-more-slide .solutionhd {
    width: 255px;
    position: absolute;
    z-index: 2;
    background: rgba(255,255,255,.2);
    height: 440px;
    left: 0;
    top: 50px;
    color: #fff;
}

.index-page .solution-more-slide .solutionhd ul {
    margin-top: 0px;
}

.index-page .solution-more-slide .solutionhd li {
    height: 80px;
    padding-top: 30px;
    position: relative;
    cursor: default;
    transition: all .5s;
    cursor: pointer
}

.index-page .solution-more-slide .solutionhd li:after {
    content: "";
    width: 80%;
    border-bottom: 1px solid rgba(0,0,0,.2);
    position: absolute;
    left: 10%;
    bottom: 0;
}
.index-page .solution-more-slide .solutionhd li:last-child:after {
    content: "";
    width: 80%;
    border-bottom: 0;
    position: absolute;
    left: 10%;
    bottom: 0;
}


.index-page .solution-more-slide .solutionhd li i {
    margin-left: 30px;
    margin-right: 20px;
    float: left;
    background: url("../images/solution/icon-logo.png") no-repeat;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 2;
    transition: all .2s;
}

.index-page .solution-more-slide .solutionhd li.item-1 i {
    background-position: 1px 1px;
}

.index-page .solution-more-slide .solutionhd li.item-2 i {
    background-position: 2px -40px;
}

.index-page .solution-more-slide .solutionhd li.item-3 i {
    background-position: 0px -87px;
}

.index-page .solution-more-slide .solutionhd li.item-4 i {
    background-position: 2px -127px;
}

.index-page .solution-more-slide .solutionhd li.item-1.on i {
    background-position: -44px 0px;
}

.index-page .solution-more-slide .solutionhd li.item-2.on i {
    background-position: -44px -40px;
}

.index-page .solution-more-slide .solutionhd li.item-3.on i {
    background-position: -44px -87px;
}

.index-page .solution-more-slide .solutionhd li.item-4.on i {
    background-position: -44px -127px;
}


.index-page .solution-more-slide .solutionhd li:before {
    background: #FC5537;
    /* Old browsers */
    background: -moz-linear-gradient(left, #FC5537 0%, #EF2831 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #FC5537 0%,#EF2831 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #FC5537 0%,#EF2831 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FC5537', endColorstr='#EF2831',GradientType=1 );
    /* IE6-9 */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 0;
    transition: all .2s;
}

.index-page .solution-more-slide .solutionhd li.on:before {
    width: 100%;
}

.index-page .solution-more-slide .solutionhd li.on:after {
    display: none;
}

.index-page .solution-more-slide .solutionhd .text {
    position: relative;
    z-index: 2;
}

.index-page .solution-more-slide .solutionhd .text h3 {
    font-size: 18px;
    margin-bottom: 5px;
}

.index-page .solution-more-slide .solutionhd .text p {
    font-size: 14px;
    color: #fff;
    color: rgba(255,255,255,.7);
}

.index-page .solution-more-slide .solutionbd {
    width: 1920px;
    margin-left: -360px;
}

.index-page .solution-more-slide .solutionbd li.item-1 {
    background: url("../images/solution/banner1.jpg") no-repeat center top;
}

.index-page .solution-more-slide .solutionbd li.item-2 {
    background: url("../images/solution/banner2.jpg") no-repeat center top;
}

.index-page .solution-more-slide .solutionbd li.item-3 {
    background: url("../images/solution/banner3.jpg") no-repeat center top;
}

.index-page .solution-more-slide .solutionbd li.item-4 {
    background: url("../images/solution/banner4.jpg") no-repeat center top;
}


.index-page .solution-more-slide .solutionbd .inner {
    padding-left: 330px;
    padding-top: 50px;
    color: #fff;
}

.index-page .solution-more-slide .solutionbd h2 {
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.index-page .solution-more-slide .solutionbd .intro {
    font-size: 14px;
    margin-bottom: 20px;
}

.index-page .solution-more-slide .solutionbd .intro dt {
    font-size: 14px;
    margin-bottom: 10px;
}

.index-page .solution-more-slide .solutionbd .intro dd {
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.8;
}

.index-page .solution-more-slide .solutionbd .btn-wrap {
    overflow: hidden;
    margin-bottom: 40px;
}

.index-page .solution-more-slide .solutionbd .btn-wrap a {
    width: 130px;
    height: 40px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    float: left;
    margin-right: 15px;
    transition: all .2s;
}

.index-page .solution-more-slide .solutionbd .btn-wrap a.btn-2 {
    background: #fff;
    color: #000;
}

.index-page .solution-more-slide .solutionbd .btn-wrap a:hover {
    background: linear-gradient(to right, #FC5537 0%,#EF2831 100%);
    color: #fff;
    border-color: #FC5537;
    opacity: .9;
}

.index-page .solution-more-slide .solutionbd .btn-wrap a.btn-2:hover {
    background: linear-gradient(to right, #FC5537 0%,#EF2831 100%);
    color: #fff;
    border-color: #FC5537;
    opacity: .9;
}

.index-page .solution-more-slide .solutionbd .example h3 {
    margin-bottom: 15px;
}

.index-page .solution-more-slide .solutionbd .example li {
    float: left;
    margin-right: 10px;
    height: 48px;
    width: auto;
}

.index-page .solution-more-slide .solutionbd .example li img {
    width: auto;
    height: 45px;
    display: block;
    border: none;
}

.index-page .video .inner {
    display: block;
    cursor: pointer;
}


.l-container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.why {
  background: #fff;
}
.why .l-body {
  display: flex;
  align-items: center;
  /*垂直居中*/
  padding-top: 20px;
}
.why .info-box {
  width: 100%;
}
.why .info-box .card {
  width: 18.2%;
  float: left;
  padding: 20px 30px;
  background: #fff;
  margin: 0 10px 30px 10px;
  border-radius: 8px;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.08);
}
.why .info-box .card h3 {
  font-size: 28px;
  color: #111;
  letter-spacing: 0;
  line-height: 48px;
  font-weight: 500;
  margin-bottom: 10px;
}
.why .info-box .card p {
  font-size: 16px;
  color: #111;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 7px;
  position: relative;
  padding-left: 18px;
}
.why .info-box .card p span {
  font-size: 16px;
  color: #EF2831;
  letter-spacing: 0;
  line-height: 24px;
  font-weight: 400;
}
.why .info-box .card p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #EF2831;
}
.why .info-box .card:nth-child(3),
.why .info-box .card:nth-child(4) {
  margin-bottom: 0;
}
.why .img-box {
  width: 50%;
  font-size: 0;
}
.why .img-box img {
  width: 100%;
}
@media (max-width: 978px) {
  .why {
    background: #f8f9fa;
  }
  .why .l-body {
    display: block;
    align-items: center;
    /*垂直居中*/
    padding-top: 0px;
  }
  .why .info-box {
    width: 100%;
  }
  .why .info-box .card {
    width: 50%;
    float: left;
    margin-bottom: 20px;
  }
  .why .info-box .card h3 {
    font-size: 20px;
    color: #111;
    letter-spacing: 0;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .why .info-box .card p {
    font-size: 13px;
    color: #111;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 7px;
    position: relative;
    padding-left: 14px;
  }
  .why .info-box .card p span {
    font-size: 13px;
    color: #29bece;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
  }
  .why .info-box .card p::after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #29bece;
  }
  .why .info-box .card:nth-child(3),
  .why .info-box .card:nth-child(4) {
    margin-bottom: 0;
  }
  .why .img-box {
    width: 100%;
    font-size: 0;
    overflow: hidden;
  }
  .why .img-box img {
    width: 100%;
    transform: scale(1.2);
  }
  .why .info-box .card:nth-child(1),
  .why .info-box .card:nth-child(3) {
    width: 45%;
  }
  .why .info-box .card:nth-child(2),
  .why .info-box .card:nth-child(4) {
    width: 55%;
  }
}


.approve {
  /* background: #f3f3f3; */
  background: #f6f6f6;
  padding-top: 0;
}
.approve .l-title h2 {
  font-size: 28px;
  line-height: 36px;
}
.approve .approve-box .content-t {
  font-size: 0;
  display: none;
}
.approve .approve-box .content-t li {
  float: left;
  width: 20%;
  text-align: center;
}
.approve .approve-box .content-t li img {
  display: inline-block;
  height: 180px;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.approve .approve-box .content-t li img:hover {
  transform: scale(1.3);
}
.approve .approve-box .content-t li .info-box {
  display: inline-block;
  width: 169px;
  height: 46px;
  background: url(../images/approve-top-bg.html) center no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.approve .approve-box .content-t li .info-box p {
  font-size: 13px;
  color: #8f6d3c;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 500;
  max-width: 118px;
  display: inline-block;
}
.approve .approve-box .content-t li .info-box p span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.approve .approve-box .content-b {
  /* padding-top: 70px; */
  overflow-x: hidden;
  position: relative;
}
.approve .approve-box .content-b:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 136px;
  height: 196px;
  background-image: linear-gradient(
    270deg,
    rgba(248, 249, 250, 0) 0%,
    #f8f9fa 100%
  );
}
.approve .approve-box .content-b:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 136px;
  height: 196px;
  background-image: linear-gradient(
    90deg,
    rgba(248, 249, 250, 0) 0%,
    #f8f9fa 100%
  );
  z-index: 9;
}
.approve .approve-box .content-b::-webkit-scrollbar {
  display: none;
}
.approve .approve-box .content-b > div {
  width: 2155px;
  margin-bottom: 0;
  -webkit-animation: scroll 50s linear infinite;
  -moz-animation: scroll 50s linear infinite;
  animation: scroll 50s linear infinite;
}
.approve .approve-box .content-b > div:hover {
  animation-play-state: paused;
}
.approve .approve-box .content-b > div .upgrade-box {
  width: 50%;
}
.approve .approve-box .content-b > div .upgrade-box div {
  width: auto;
}
.approve .approve-box .content-b .upgrade-box {
  width: 100%;
  margin-bottom: 0 !important;
}
.approve .approve-box .content-b .upgrade-box div {
  padding: 0 15px;
}
.approve .approve-box .content-b .upgrade-box div:hover img {
  /* box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1); */
  /* border-radius: 6px; */
  transform: scale(1.2);
}
.approve .content-b div {
  float: left;
  width: 16.66%;
  font-size: 0;
  text-align: center;
  /* margin-bottom: 40px; */
  transition: all 0.3s;
}
.approve .content-b div img {
  height: 136px;
  display: inline-block;
  transition: all 0.3s;
}

@media (max-width: 978px) {
  .approve {
    /* background: #f8f9fa; */
  }
  .approve .l-title h2 {
    font-size: 20px;
    line-height: 30px;
  }
  .approve .l-container {
    padding: 0;
  }

  .approve .approve-box .content-t {
    font-size: 0;
    overflow-x: auto;
    padding-left: 15px;
  }
  .approve .approve-box .content-t::-webkit-scrollbar {
    display: none;
  }
  .approve .approve-box .content-t ul {
    width: 1260px;
  }
  .approve .approve-box .content-t li {
    float: left;
    width: auto;
    max-width: 247px;
    margin-right: 0px;
    text-align: center;
  }
  .approve .approve-box .content-t li img {
    display: inline-block;
    height: 180px;
    margin-bottom: 15px;
    transition: all 0.3s;
  }
  .approve .approve-box .content-t li img:hover {
    transform: scale(1.3);
  }
  .approve .approve-box .content-t li .info-box {
    display: inline-block;
    width: 169px;
    height: 46px;
    background: url(../images/approve-top-bg.html) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
  }
  .approve .approve-box .content-t li .info-box p {
    font-size: 14px;
    color: #8f6d3c;
    letter-spacing: 0;
    text-align: center;
    line-height: 20px;
    font-weight: 500;
    max-width: 118px;
    display: inline-block;
  }

  .approve .approve-box .content-b {
    /* padding-top: 70px; */
    overflow-x: auto;
    position: relative;
  }
  .approve .approve-box .content-b:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 136px;
    height: 196px;
    background-image: linear-gradient(
      270deg,
      rgba(248, 249, 250, 0) 0%,
      #f8f9fa 100%
    );
  }
  .approve .approve-box .content-b:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 136px;
    height: 196px;
    background-image: linear-gradient(
      90deg,
      rgba(248, 249, 250, 0) 0%,
      #f8f9fa 100%
    );
    z-index: 9;
  }
  .approve .approve-box .content-b::-webkit-scrollbar {
    display: none;
  }
  .approve .approve-box .content-b > div {
    width: 1860px;
    margin-bottom: 0;
    -webkit-animation: scroll 100s linear infinite;
    -moz-animation: scroll 100s linear infinite;
    animation: scroll 100s linear infinite;
  }
  .approve .approve-box .content-b > div:hover {
    animation-play-state: paused;
  }
  .approve .approve-box .content-b > div .upgrade-box {
    width: 50%;
  }
  .approve .approve-box .content-b > div .upgrade-box div {
    width: auto;
  }
  .approve .approve-box .content-b .upgrade-box {
    width: 100%;
    margin-bottom: 0 !important;
  }
  .approve .approve-box .content-b .upgrade-box div {
    padding: 0 15px;
  }
  .approve .approve-box .content-b .upgrade-box div:hover img {
    /* box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1); */
    /* border-radius: 6px; */
    transform: scale(1);
  }
  .approve .content-b div {
    float: left;
    width: 16.66%;
    font-size: 0;
    text-align: center;
    /* margin-bottom: 40px; */
    transition: all 0.3s;
  }
  .approve .content-b div img {
    height: 112px;
    display: inline-block;
    transition: all 0.3s;
  }
}

@keyframes arrow {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-o-keyframes arrow {
  /* Opera */
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@-moz-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}






