/*app*/
.section-1 {
    height: 425px;
    background: url(../images/xs-banner.jpg) no-repeat center top;
    background-size: cover;
}

.section-1 .btn_div2 {
    text-align: left;
}

.section-1 .container {
    position: relative;
    height: 390px;
}

.section-1 .btn-wrap {
    padding-top: 71px;
    width: 600px;
}

.section-1 .btn-div {
    text-align: left;
    margin-top: 35px;
}

.section-1 .btn-wrap .btn-line:hover {
    background: linear-gradient(90deg, #fe203a, #fe7f66);
    color: #FFFFFF;
}

.section-1 .btn-wrap .desc {
    color: #FFFFFF;
    margin-bottom: 35px;
}

.section-1 .btn-wrap .desc p {
    font-size: 44px;
    font-weight: 600;
}

.section-1 .btn-wrap .desc span {
    font-size: 22px;
    display: inline-block;
    line-height: 48px;
}

.section-1 .android:after {
    content: '';
    background: url("../images/00-icon2.png") no-repeat center right;
    position: absolute;
    width: 20px;
    height: 24px;
    margin-left: -147px;
    margin-top: 17px;
}

.section-1 .android {
    text-indent: 20px;
}

.section-1 .android:hover:after {
    background: url(../images/00-icon2-hover.png) no-repeat center right;
}

.section-1 .iso:after {
    content: '';
    background: url("../images/00-icon1.png") no-repeat center right;
    position: absolute;
    width: 20px;
    height: 24px;
    margin-left: -118px;
    margin-top: 17px;
}

.section-1 .iso {
    /*! text-indent: 20px; */
    margin-right: 10px;
}

.section-1 .iso:hover:after {
    background: url(../images/00-icon1-hover.png) no-repeat center right;
}
.s-row2 {
  padding: 40px 0;
  background-color: #f8f8f8;
  /*! margin-top:50px; */
}
.ul-menu2 {
	text-align: center;
	width: 100%;
}
.ul-menu2 li {
	display: inline-block;
*display:inline;
	zoom: 1;
	font-size: 14px;
	padding: 0 9px;
}
.ul-menu2 li a {
	display: inline-block;
	width: 140px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	line-height: 40px;
	background-color: #f8f8f8;
	transition: 400ms;
}
.ul-menu2 li.on a, .ul-menu2 li a:hover {
	background-color: #3399ff;
	color: #fff;
}

.section-5 {
    padding-bottom: 55px;
	background-color: #F5F8FC;
}

.section-5 .container .info {
    width: 50%;
    float: right
}

.section-5 .container .info .div-img {
    height: 600px;
    background: url(../images/xs8f-img.png) no-repeat center;
}

.section-5 .container .form {
    width: 40%;
    float: left;
    /*! margin-top: 130px;*/ 
}

.section-5 .container .form span {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 54px;
}

.section-5 .container .form p {
    font-size: 16px;
    color: #95989d;
    display: inline-block;
    line-height: 34px;
    margin: 10px 0px;
    width: 433px;
}
.section-6 {
    background-color: #FFF;
}

.section-6 .img {
    height: 630px;
    width: 648px;
    background: url(../images/xs5f-img.png) no-repeat center top;
}

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

.section-6 .content .item-div {
    display: inline-block;
    right: 145px;
    position: absolute;
    top: 60px;
}

.section-6 .content .item-div .item {
    padding: 23px;
}

.section-6 .content .item-div .item span {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 7px;
    margin-top: -5px;
}

.section-6 .content .item-div .item p {
    font-size: 14px;
    color: #888888;
    width: 336px;
}

.section-6 .content .item-div .item:hover {
    border-radius: 10px;
    background-image: -webkit-linear-gradient(0deg, #2d44f2, #2aa7ff);
}

.section-6 .content .item-div .item:hover span {
    color: #fff;
}

.section-6 .content .item-div .item:hover p {
    color: #fff;
}

.section-6 .content .item-div .item-1 {
    position: relative;
    left: -66px;
}

.section-6 .content .item-div .item-2 {
    position: relative;
    top: 25px;
}

.section-6 .content .item-div .item-3 {
    position: relative;
    top: 55px;
}

.section-6 .content .item-div .item-4 {
    position: relative;
    top: 75px;
    left: -110px;
}
.section-7 {
	background-color: #F5F8FC;
}
.section-7 .ul_marking li {
    width: 239px;
    height: 199px;
    float: left;
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #f3f5f7;
    border-bottom: 1px solid #f3f5f7;
}

.section-7 .ul_marking li:hover {
    box-shadow: 0 0px 50px 0 rgba(178, 201, 255, .39);
}

.section-7 .ul_marking li .marking_img .img-div {
    background: url("../images/xs6f-icon.png") no-repeat center;
    background-position-x: center;
    background-position-y: center;
    margin: 45px 0 20px 0;
    width: 50px;
    height: 50px;
    display: inline-block;
}

.section-7 .ul_marking li:nth-child(1) .img-div {
    background-position-x: 1px;
    background-position-y: 2px;
}

.section-7 .ul_marking li:nth-child(2) .img-div {
    background-position-x: -47px;
    background-position-y: 2px;
}

.section-7 .ul_marking li:nth-child(3) .img-div {
    background-position-x: -96px;
    background-position-y: 1px;
}

.section-7 .ul_marking li:nth-child(4) .img-div {
    background-position-x: -144px;
    background-position-y: 2px;
}

.section-7 .ul_marking li:nth-child(5) .img-div {
    background-position-x: -192px;
    background-position-y: 2px;
}

.section-7 .ul_marking li:nth-child(6) .img-div {
    background-position-x: 1px;
    background-position-y: -47px;
}

.section-7 .ul_marking li:nth-child(7) .img-div {
    background-position-x: -47px;
    background-position-y: -47px;
}

.section-7 .ul_marking li:nth-child(8) .img-div {
    background-position-x: -96px;
    background-position-y: -49px;
}

.section-7 .ul_marking li:nth-child(9) .img-div {
    background-position-x: -142px;
    background-position-y: -47px;
}

.section-7 .ul_marking li:nth-child(10) .img-div {
    background-position-x: -191px;
    background-position-y: -47px;
}

.section-7 .ul_marking li .dl_marking dd {
    font-size: 16px;
    color: #333;
    letter-spacing: 1px;
    font-weight: bold;
}

.section-8 {
    background-color: #F5F8FC;
}

.section-8 .img {
    height: 520px;
    background: url(../images/xs7f-img.png) no-repeat center top;
}

.section-9 {
    padding-bottom: 55px;
	
}

.section-9 .container .info {
    width: 50%;
    float: left;
}

.section-9 .container .info .div-img {
    height: 600px;
    background: url(../images/xs8f-img.png) no-repeat center;
}

.section-9 .container .form {
    width: 40%;
	float: right;
    /*! margin-top: 130px;*/ 
}

.section-9 .container .form span {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
    display: inline-block;
    line-height: 54px;
}

.section-9 .container .form p {
    font-size: 16px;
    color: #95989d;
    display: inline-block;
    line-height: 34px;
    margin: 10px 0px;
    width: 433px;
}


.section-11 .img {
    height: 110px;
    background: url(../images/xs10f-img.png) no-repeat center top;
}

 .section-12 {
    padding: 1px 0 1px 0;
}

 .section-12 .about-cases {
    position: relative;
    height: 600px
    overflow: hidden;
}

 .section-12 .about-cases .about-case {
    width: 3680px;
    white-space: nowrap;
    height: 70px;
    margin: 50px 0;
    -webkit-animation: 60s rowleft linear infinite normal;
    animation: 60s rowleft linear infinite normal;
}

 .section-12 .about-cases .about-case .about-case-logo {
    width: 230px;
}

 .section-12 .about-cases .about-case .about-case-logo:nth-child(even) {
    left: 100%;
}

 .section-12 .about-cases .about-case:first-child {
    margin-top: 25px;
}

 .section-12 .about-cases .about-case:nth-child(even) {
    -webkit-animation: 80s rowleft linear infinite normal;
    animation: 80s rowleft linear infinite normal;
}

 .section-12 .about-cases .about-case:nth-child(even) .about-case-logo {
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    filter: blur(1px);
}

 .section-12 .about-cases  .section-12 .about-cases-title {
    position: absolute;
    top: 265px;
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #293E63;
    line-height: 1;
    font-weight: 300;
}

 .section-12 .about-cases  .section-12 .about-cases-title  .section-12 .about-cases-title-mask {
    display: inline-block;
    width: 600px;
    height: 60px;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 0px 30px 30px rgba(255, 255, 255, 0.8);
    font-weight: bold;
}

 .section-12 .about-cases  .section-12 .about-cases-title  .section-12 .about-cases-title-number {
    width: 100px;
    margin-top: -5px;
}

 .section-12 .about-cases  .section-12 .about-cases-title text {
    color: #FC3D34;
    margin: 0 10px;
}





.section-recommend {
    height: 200px;
    background: url(../images/xs11f-bottom.jpg) no-repeat center;
    padding: 0;
}

.section-recommend .btn-div {
    margin-top: 20px;
}

.section-recommend .section-title {
    padding: 0;
    margin-top: 32px;
    margin-bottom: 0;
    letter-spacing: 5px;
}

.section-recommend .section-title span {
    font-size: 29px;
    margin-bottom: 0;
}

.btn-div .btn-border-while:hover {
    color: #2C5AF5;
}

@media screen and (max-width: 768px) {
    .list p {
        font-size: 1.25rem;
    }

    .mob-banner {
        position: relative;
    }

    .mob-banner .mob-btn-div {
        position: absolute;
        padding: 0;
        bottom: 2rem;
        width: 96%;
        text-align: left;
        margin-left: 4%;
    }

    .mob-banner .mob-btn-div a {
        position: relative;
    }

    .mob-banner .mob-btn-div a:first-child {
        margin-right: 0.2rem;
        text-indent: 1rem;
    }

    .mob-banner .mob-btn-div a:last-child {
       /*! text-indent: 1.8rem; */
    }

    .mob-banner .mob-btn-div a:first-child:after {
        content: '';
        background: url(../images/00-icon1.png) no-repeat center;
        position: absolute;
        left: 1rem;
        width: 2rem;
        height: 3.9rem;
        background-size: 50%;
    }

    .mob-banner .mob-btn-div a:last-child:after {
        content: '';
        background: url(../images/00-icon2.png) no-repeat center;
        position: absolute;
        left: 0.5rem;
        width: 2rem;
        height: 3.9rem;
        background-size: 50%;
    }

    .mob-s1 {
        background: #F5F8FC;
    }

    .mob-s2 .list {
        margin: 0 -.5rem;
    }

    .mob-s2 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
    }

    .mob-s2 .list li .img {
        width: 3rem;
        height: 3rem;
        background: url(../images/sales-icon1.png) no-repeat center;
        background-position-x: center;
        background-position-y: center;
        margin: 0.5rem auto;
        background-size: 386%;
    }

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

    .mob-s2 .list li.item-2 .img {
        background-position: -2.9rem;
    }

    .mob-s2 .list li.item-3 .img {
        background-position: -5.8rem;
    }

    .mob-s2 .list li.item-4 .img {
        background-position: -8.6rem;
    }

    .mob-s2 .list li h3 {
        line-height: 3rem;
    }

    .mob-s2 .list li p {
        margin: 0 1rem;
    }

    .mob-s3 {
        background: #F5F8FC;
    }

    .mob-s3 .s-title {
        margin-bottom: 0;
    }

    .mob-s4 .s-title {
        margin-bottom: 5rem;
    }

    .mob-s4 .swiper-slide {
        padding: 0 0.5rem;
    }

    .mob-s5 {
        background: #F5F8FC;
    }

    .mob-s5 .list {
        margin: 0 -.5rem;
    }

    .mob-s5 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        padding: 1.5rem 0;
        width: 47%;
        margin: 1.5%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
    }

    .mob-s5 .list li .img {
        width: 3rem;
        height: 3rem;
        background: url(../images/3f-icon.png) no-repeat center;
        background-position-x: center;
        background-position-y: center;
        margin: 0.5rem auto;
        background-size: 390%;
    }

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

    .mob-s5 .list li.item-2 .img {
        background-position: -3rem 0;
    }

    .mob-s5 .list li.item-3 .img {
        background-position: -5.8rem 0;
    }

    .mob-s5 .list li.item-4 .img {
        background-position: -8.8rem 0;
    }

    .mob-s5 .list li h3 {
        line-height: 3rem;
    }

    .mob-s5 .list li p {
        margin: 0 1rem;
    }


    .mob-s6 .list {
        margin: 0 -.5rem;
    }

    .mob-s6 .list li {
        border: 1px solid #eaeaea;
        background: #fff;
        float: left;
        width: 48%;
        margin: 1% 1%;
        cursor: pointer;
        overflow: hidden;
        text-align: center;
        padding: 1.5rem 0 2rem 0;
    }

    .mob-s6 .list li .img {
        width: 3rem;
        height: 3rem;
        background: url(../images/sales-icon3.png) no-repeat center;
        background-position-x: center;
        background-position-y: center;
        margin: 0px auto 10px auto;
        background-size: 490%;
    }

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

    .mob-s6 .list li.item-2 .img {
        background-position: -2.9rem 0;
    }

    .mob-s6 .list li.item-3 .img {
        background-position: -5.9rem 0;
    }

    .mob-s6 .list li.item-4 .img {
        background-position: -8.9rem 0;
    }

    .mob-s6 .list li.item-5 .img {
        background-position: -11.9rem 0;
    }

    .mob-s6 .list li.item-6 .img {
        background-position: 0 -3rem;
    }

    .mob-s6 .list li.item-7 .img {
        background-position: -3rem -3rem;
    }

    .mob-s6 .list li.item-8 .img {
        background-position: -6rem -3rem;
    }

    .mob-s6 .list li.item-9 .img {
        background-position: -9rem -3rem;
    }

    .mob-s6 .list li.item-10 .img {
        background-position: -12rem -3rem;
    }

    .mob-s6 .list li h3 {
        margin-bottom: 0;
        margin-top: 0.5rem;
    }

    .mob-s7 {
        background: #F5F8FC;
    }

    .mob-s9 {
        background: #F5F8FC;
    }

    .mob-s10 {
        background: url(../images/bottom.jpg) no-repeat center top;
        background-size: cover;
        padding-bottom: 2rem;
    }

    .mob-s10 .s-title {
        padding-top: 2rem;
        text-align: center;
        margin-bottom: 2rem;
    }

    .mob-s10 p {
        font-size: 1.6rem;
        letter-spacing: 2px;
    }

    .mob-s10 .mob-btn-div {
        padding: 0;
    }
}
