　.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {  -webkit-appearance: none;}

/*color: #757575;*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color:#757575;
}
input:-moz-placeholder, textarea:-moz-placeholder {
    color: #757575;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #757575;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color:#757575;
}
input,textarea{
    font-family: "Microsoft YaHei"!important;
}

.h_banner{
    height: 550px;
    /*background: #fff url("../images/banner.jpg") no-repeat center center;*/
    background-size: 100%;
    background: #000;
    /*background-color: #fff;*/
}
.h_banner .content{
    margin-top: 80px;
}

.box1200Me{
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    margin:0 auto;
}



.bannerContent p:nth-of-type(6){
    margin-top: 27px;
}



/*半透明的效果*/
#goodcover {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 133%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.50;
    filter: alpha(opacity=80);
}

#Ptitle{
    color: red;
    display: block;
}


.toast{
    width: 639px;
    height: 397px;
    background-color: #fff;
    position: fixed;
    padding: 36px 36px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: bold;
    z-index: 9999;
    display: none;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin:auto;

}
.toast h4{
    color: #0069FF;
    font-size: 22px;
    font-family: "Source Han Sans CN";
}
.toast>span{
    position: absolute;
    right: 32px;
    top: 29px;
    font-size: 14px;
    color: #FF6B05;
    font-weight: normal;
    cursor: pointer;
}

.toast>div{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: center;
    align-content: flex-start;
}
.toast>div ul.form{
    width: 40%;
}
.toast>div ul.soft{
    margin-right: 20px;
}

.toast>div ul.form li:nth-of-type(1){
    font-size: 14px;
    color: #555;
    font-weight: normal;
}
.toast>div ul.form li:nth-of-type(2){
    margin-top: 11px;
}
.toast>div ul.form li:nth-of-type(5) p{
    color: #F60000;
    font-size: 12px;
    visibility: visible;
}
.toast>div ul.form li:nth-of-type(5){
    margin-top: 10px;
}
.toast>div ul.form li input{
    width: 257px;
    height: 40px;
    padding-left: 22px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #E3E1E0;
    outline: none;
}
.toast>div ul.form li:nth-of-type(5) input{
    padding-left: 0;
}
.toast>div ul.form li{
    margin-top: 30px;
}
.toast>div ul.form li:nth-of-type(1){
    margin-right: 0;
}
.toast>div ul.form li input[type="button"]{
    background-color: #0069FF;
    border: 1px solid #0069FF;
    color: #fff;
    cursor: pointer;
}
.toast>div ul.form li:last-child{
    margin-top: 15px;
}
.toast>div ul.form li:last-child p{
    margin: 4px;
    font-size: 14px;
    color: #F60000;
    display: none;
    /*-moz-animation-direction: ;*/
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*右边部分*/
.toast>div ul.soft{
    padding-top: 20px;

    margin-top: 18px;
    border-left: 1px dashed #E3E1E0;
    width: 250px;
    padding-left: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.toast>div ul.soft li h6{
    font-size: 18px;
    color: #2B2B2B;
    font-weight: normal;
}
.toast>div ul.soft li{
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: center;
    align-items: center;
}
.toast>div ul.soft li p{
    font-weight: normal;
    margin-top: 8px;
    font-size: 12px;
    color: #919191;
    line-height: 16px;
}
.toast>div ul.soft li{
    margin-top: 38px;
}
.toast>div ul.soft li:nth-of-type(1){
    margin-top: 0;
}
.toast>div ul.soft div:nth-of-type(1){

    display: inline; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    justify-content: center;
    align-items: center;
}
.toast>div ul.soft div:nth-of-type(1) img{
    width: 57px;
    height: 57px;
}
.toast>div ul.soft div:nth-of-type(2){
    margin-left: 12px;
}


/*=================================================================*/

.showImg{
    background: url("../image/banner.png") no-repeat center center;
    background-size: 100% 100%;
    height: 550px;
    overflow: hidden;

}

.showImg .banner img:nth-of-type(2){
    display: none;
}
.showImg .img-content .bannerContent h2{
    font-size: 45px;
    color: #fff;
    font-weight: normal;
    font-family: "Source Han Sans CN";
    margin-top: 56px;
}

.bannerContent p:nth-of-type(1){
    font-size: 22px;
    color: #FF6B05;
    margin-top: 20px;
    margin-bottom: 0;
}
.bannerContent p.company{
    font-size: 16px;
    color: #fff;
    width: 100%;
    text-align: left;
    background: none!important;
    margin-top: 17px;
    line-height: 30px;
}
.bannerContent p.company span{
    display: block;
}
.bannerContent p.number{
    font-size: 16px;
    color: #fff;
}
.bannerContent p.number span{
    color: #FF6B05;
    font-size: 36px;
    margin:  0 10px;
}
.bannerContent p.button{
    margin-top: 10px;
}
.bannerContent p.button button{
    width: 223px;
    height: 56px;
    border-radius: 4px;
    color: #fff;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    font-weight: normal;
}
.bannerContent p.button  button:nth-of-type(1){

    background-color: #0069FF;
    border: none;
}
.bannerContent p.button  button:nth-of-type(2){
    background-color: transparent;
    border: 1px solid #fff;
    margin-left: 25px;
    width: 143px;
}

@media screen and (min-width: 1025px){
    .outerBox{
        padding-left: 40px;

    }

}



/*中心主要共同部分*/
.main-common div:nth-of-type(1) h3{
    text-align: center;
    color: #000000;
    font-size: 38px;
}
.main-common div:nth-of-type(1) h3 span{
    color: #0069FF;
}
.main-common div:nth-of-type(1) p{
    font-size: 16px;
    color: #000;
    margin-top: 2.5%;
    text-align: center;
}
.main-common div:nth-of-type(1) p span{
    color: #0069FF;
}

/*=================================================================*/
/*困惑部分*/
.question{
    margin-top: 70px;
}
.question .question_list ul{
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
    justify-content: center;
    align-items: center;
}

.question .question_list{
    margin-top: 6.25%;
}
.question .question_list ul li{
    width: 25%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 4.1%;
}
.question .question_list ul li p.img{
    text-align: center;
}
.question .question_list ul li p.img img{
    width: 100px;
    height: 100px;
}
.question .question_list ul li p.title{
    margin-top: 14.6%;
    font-size: 28px;
    color: #000;
    text-align: center;
}
.question .question_list ul li p.content{
    text-align: center;
    margin-top: 8%;
    line-height: 30px;
    font-size: 18px;
    color: #313131;
}
/*困惑部分*/


/*=====================================================================*/
/*我们能为你提供的服务*/
.provide{
    margin-top: 72px;
}
.provide .provide_tab{
    position: relative;
    margin-top: 55px;
}
/*选项卡的修改，*/
.provide .provide_tab>ul{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}
.provide .provide_tab>ul li{
    width: 132px;
    height: 43px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #0069FF;
    border-radius: 2px;
    margin: 0 12px;
    cursor: pointer;
    transition: all .4s linear;
    color: #0069FF;
}
.provide .provide_tab>ul li p.title{
    color: #0069FF;
}
.provide .provide_tab>ul li.active{
    background-color: #0069FF;
}
.provide .provide_tab>ul li.active p.title{
    color: #fff;
}

/*内容主要部分*/

.provide .provide_tab>div div.provide_content{
    display: flex;

    justify-content: space-between;
    align-items: center;
    margin-top: 58px;
    position: relative;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(1){
    width: 585px;
    height: 426px;
    box-sizing: border-box;
    padding: 110px 0 114px 62px;
}
div.provide_content_total div:nth-of-type(1) div.provide_content div{
    border-radius: 6px;
}
div.provide_content_total div:nth-of-type(1) div.provide_content div:nth-of-type(1){
    background-color: #3587FC;
}
div.provide_content_total div:nth-of-type(2) div.provide_content div:nth-of-type(1){
    background-color: #1FB3E4;
    border-radius: 6px;
}
div.provide_content_total div:nth-of-type(3) div.provide_content div:nth-of-type(1){
    background-color: #1BC9C7;
    border-radius: 6px;
}

.provide .provide_tab>div div.provide_content div:nth-of-type(1) h5{
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(1) p.title{
    margin-top: 30px;
    font-size: 20px;
    color: #fff;
    text-align: left;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(1) p.link{
    margin-top: 74px;
    text-align: left;


}
.provide .provide_tab>div div.provide_content div:nth-of-type(1) p.link a{
    color: #fff;
    font-size: 24px;
    display: block;
    transition: all .2s linear;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(1) p.link a span{
    color: #fff;
    font-size: 24px;
    margin-left: 18px;

}
.provide .provide_tab>div div.provide_content div:nth-of-type(1) p.link:hover a{
    margin-left: 30px;
}


/*右边的部分*/
.provide .provide_tab>div div.provide_content div:nth-of-type(2){
    width: 456px;
    height: 445px;
    background-color: #F2F3F5;
    box-sizing: border-box;
    padding: 56px 65px;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(2) li{
    margin-top: 22px;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(2) li:first-child{
    margin-top: 0;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(2) li h3{
    text-align: left;
    font-size: 22px;
    color: #262626;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(2) li h3 span{
    color: #C1C5CB;
    font-size: 18px;
    margin-right : 7px;
}
.provide .provide_tab>div div.provide_content div:nth-of-type(2) p.import{
    color: #979799;
    font-size: 16px;
    text-align: left;
    margin-top: 12px;
    padding-left: 20px;
    box-sizing: border-box;

}

.provide .provide_tab>div.img{
    position: absolute;
    left: 50%;
    margin-left: -170px;
    bottom: -226px;
    z-index: 1;
}

.provide .provide_tab> div.img img{
    width: 264px;
    height: 540px;
}

.provide .provide_tab  .provide_content_total>div{
    display: none;
}
.provide .provide_tab  .provide_content_total>div.active{
    display: block;
}

/*pc端隐藏的东西*/
@media screen and (min-width: 1025px){
    /*隐藏选项卡菜单栏上面的图标*/
    .provide .provide_tab ul li p.img{
        display: none;
    }
    /*隐藏选项卡菜单栏上面的文字*/
    .provide .provide_tab ul li p.content{
        display: none;
    }
    .provide .provide_tab>ul>li>span{
        display: none;
    }
    /*隐藏移入的小三角*/
    /*隐藏移动端的按钮*/
    .provide .provide_tab p.button{
        display: none;
    }


}
/*移动端的样式*/
@media screen and (max-width:1024px) {
    .box1200{
        width: 100%;
    }

    /*大图隐藏*/
    .provide .provide_tab div.img{
        display: none;
    }
    /*右边的隐藏*/
    .provide .provide_tab .provide_content_total>div>.provide_content>div:nth-of-type(1){
        display: none;
    }
    /*标题部分*/
    .provide>div:nth-of-type(1) h3{
        font-size: 21px;
    }
    .provide>div:nth-of-type(1) p{
        margin-top: 24px;
        font-size: 14px;
        padding: 0 13%;
        box-sizing: border-box;
    }

    /*内容部分*/
    .provide .provide_tab{
        margin-top: 24px;
        position: relative;
    }
    .provide .provide_tab>ul{
        margin-top: 0;
    }
    /*选项卡按钮部分*/

    .provide .provide_tab>ul li{
        width: calc(100%/3);
        margin: 0;
        height: 140px;
        display: block;
        border: none;
        border-radius: 0;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        position: relative;
    }
    .provide .provide_tab>ul li:nth-of-type(1){
        background-color: #7374EB;
    }
    .provide .provide_tab>ul li:nth-of-type(1) span{
        color:#7374EB ;
    }
    .provide .provide_tab>ul li:nth-of-type(2){
        background-color: #FF4058;
    }
    .provide .provide_tab>ul li:nth-of-type(2) span{
        color: #FF4058;
    }
    .provide .provide_tab>ul li:nth-of-type(3){
        background-color: #F5891C;
    }
    .provide .provide_tab>ul li:nth-of-type(3) span{
        color: #F5891C;
    }
    .provide .provide_tab>ul li p.img{
        text-align: center;
        margin-top: 15px;
    }
    .provide .provide_tab>ul li p.img img{
        width: 40px;
    }
    .provide .provide_tab>ul li p.title{
        margin-top: 10px;
        color: #fff;
        font-size: 16px;
        text-align: center;
    }
    .provide .provide_tab>ul li p.content{
        margin-top: 10px;
        color: #fff;
        -webkit-transform:scale(0.9);
        font-size: 10px;
        text-align: center;
    }
    .provide .provide_tab>ul li span{
        position: absolute;
        font-size: 30px;
        z-index: 1;
        transform: rotate(180deg);
        left: 50%;
        margin-left: -15px;
        display: none;
        bottom: -24px;
        z-index: 1;
    }

    .provide .provide_tab ul li.active span{
        display: block;
    }
    /*列表项中的内容*/
    .provide .provide_tab>div div.provide_content{
        margin-top: 0;
    }

    .provide .provide_tab>div div.provide_content div:nth-of-type(2){
        width: 100%;
        padding: 30px 0 30px 30px;
        border-radius: 0;
    }
    .provide .provide_tab>div div.provide_content div:nth-of-type(2) li{
        margin-top: 18px;
    }

    /*立即资讯的按钮*/
    .provide .provide_tab p.button{
        text-align: left;
        padding: 0;
        width: 100%;

    }
    .provide .provide_tab>div div.provide_content div:nth-of-type(2){
        height: auto;
    }
    .provide .provide_tab p.button button{
        border-radius: 4px;
        background-color: #0069FF;
        height: 45px;
        border: none;
        outline: none;
        color: #fff;
        font-size: 14px;
        width: 83%;
    }

}

/*===================================================================*/

/*服务的优势=================================*/

.advantage{
    margin-top: 220px;
}
.advantage .advantage-content{
    margin-top: 40px;
}
.advantage .advantage-content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.advantage .advantage-content ul li{
    height: 223px;
    padding: 56px 26px 25px;
    box-sizing: border-box;
    outline: 1px solid #EEEEEE;
    width: 18.58%;
}
.advantage .advantage-content ul li:nth-of-type(1){
    background: url("../image/ad1.png") no-repeat 26px 26px;
    background-size: 44px 89px;
}
.advantage .advantage-content ul li:nth-of-type(2){
    background: url("../image/ad2.png") no-repeat 26px 26px;
    background-size: 44px 89px;
}
.advantage .advantage-content ul li:nth-of-type(3){
    background: url("../image/ad3.png") no-repeat 26px 26px;
    background-size: 44px 89px;
}
.advantage .advantage-content ul li:nth-of-type(4){
    background: url("../image/ad4.png") no-repeat 26px 26px;
    background-size: 44px 89px;
}
.advantage .advantage-content ul li:nth-of-type(5){
    background: url("../image/ad5.png") no-repeat 26px 26px;
    background-size: 44px 89px;
}
.advantage .advantage-content ul li div:nth-of-type(2) h5{
    font-size: 22px;
    color: #000;
}
.advantage .advantage-content ul li div:nth-of-type(2) p{
    color: #676767;
    margin-top: 40px;
    font-size: 16px;
}

@media screen and (min-width: 1025px){
    .advantage .advantage-content ul li div.img{
        display: none;

    }
}

@media screen and (max-width:1024px ){
    .advantage{
        margin-top: 24px;
    }

    .advantage div:nth-of-type(1) p{
        padding: 0 11%;
    }

    .advantage .advantage-content{
        margin-top: 24px;
    }
    .advantage .advantage-content ul{
        width: 90%;
        margin: 0 auto;
        display: block;
    }
    .advantage .advantage-content ul li{
        box-sizing: border-box;
        padding: 0;
        padding-left: 15px;
        width: 100%;
        background: none!important;
        height: 87px;
        margin-top: 15px;
        border-radius: 5px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    .advantage .advantage-content ul li:nth-of-type(1){
        margin-top: 0;
        background-color: #FF4A4A!important;
    }
    .advantage .advantage-content ul li:nth-of-type(2){
        background-color: #2A95FA!important;
    }
    .advantage .advantage-content ul li:nth-of-type(3){
        background-color: #FF8F18!important;
    }
    .advantage .advantage-content ul li:nth-of-type(4){
        background-color: #32D987!important;
    }
    .advantage .advantage-content ul li:nth-of-type(5){
        background-color: #8B3BDF!important;
    }
    .advantage .advantage-content ul li div.img img{
        width: 45px;
    }
    .advantage .advantage-content ul li div:nth-of-type(2){
        margin-left: 10px;
    }
    .advantage .advantage-content ul li div:nth-of-type(2) h5{
        font-size: 16px;
        color: #fff;
    }
    .advantage .advantage-content ul li div:nth-of-type(2) p{
        margin-top: 10px;
        font-size: 12px;
        color: #fff;
    }
}



/*服务的优势=================================*/



/*服务过的行业=============================================*/

.vocation{
    margin-top: 58px;
}
.vocation .gallery-top{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*左边内容部分的内容*/
.vocation .gallery-top .vocation_swiper{
    width: 79.25%;
    height: 100%;
}
.vocation .gallery-top .vocation_swiper .swiper-slide{
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    display: flex;
    padding: 75px 50px;
    max-height:500px;
    height: 100%;

}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(1){
    background-color: #F2684C;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(2){
    background-color: #F2684C;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(3){
    background-color: #3ec6ae;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(4){
    background-color: #ffb329;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(5){
    background-color: #e3493d;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(6){
    background-color: #01b760;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(7){
    background-color: #fda73a;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(8){
    background-color: #4987d2;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(9){
    background-color: #fdd13d;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(10){
    background-color: #7e5fe8;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(11){
    background-color: #F2684C;
}
.vocation .gallery-top .vocation_swiper .swiper-slide:nth-of-type(12){
    background-color: #F2684C;
}

.vocation .gallery-top .vocation_swiper .swiper-slide>div{
    width: 50%;
    order: 0;
}
.vocation .gallery-top .vocation_swiper .swiper-slide p.img{
    width: 50%;
    order: 1;
}
.vocation .gallery-top .vocation_swiper .swiper-slide p.img img{
    width: 70%;
}
.vocation_swiper div h5{
    font-size: 34px;
    color: #fff;
}
.vocation_swiper div p.des{
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
    text-align: left;
}
.vocation_swiper div p.p{
    color: #fff;
    font-size: 16px;
    line-height: 27px;
    text-align: left;
}
.vocation_swiper div h6{
    margin-top: 22px;
    font-size: 22px;
    color: #Fff;
}
.vocation_swiper div p.function{
    color: #fff;
    font-size: 16px;
    margin-top: 31px;
    text-align: left;
}
.vocation_swiper div p.function span{
    color: #fff;
    margin: 0 10px;
}
.vocation .vocation-pagination{
    display: none;
}

/*标题部分的内容*/
.vocation .gallery-top .gallery-thumbs{
    width: 21.75%;
    display: block!important;
}
.vocation .gallery-top .gallery-thumbs  .swiper-wrapper{
    flex-wrap: wrap;
}
.vocation .gallery-top .gallery-thumbs .swiper-slide{
    cursor: pointer;
    outline: 1px solid #2e2e2e;
    height: 100px;
    width: 50%;
    box-sizing: border-box;
    display: inline-block!important;
    flex-shrink: 1;
    position: static;
    background-color: #24232C;
    transition: all .3s linear;
}
.vocation .gallery-top .gallery-thumbs .swiper-slide.active{
    background-color: #3C3A4B;
}
.vocation .gallery-top .gallery-thumbs .swiper-slide p.img{
    margin-top: 20px;
}
.vocation .gallery-top .gallery-thumbs .swiper-slide p.img img{
    width: 34px;
}
.vocation .gallery-top .gallery-thumbs .swiper-slide p.title{
    font-size: 14px;
    color: #fff;
}

@media screen and (min-width: 1025px){
    .vocation-swiperButton{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    .vocation{
        margin-top: 24px;
    }
    .box1200{
        width: 100%;
    }
    .vocation div:nth-of-type(1) h3{
        font-size: 21px;
    }
    .vocation div:nth-of-type(1) p{
        margin-top: 17px;
        font-size: 14px;
        padding:0 11%;
        box-sizing: border-box;
    }
    /*菜单栏的调试*/
    .vocation .gallery-top{
        flex-wrap: wrap;
        margin-top: 24px;
    }
    /*图片隐藏*/
    .vocation .gallery-top .gallery-thumbs .swiper-slide p.img{
        display: none;
    }
    .vocation .gallery-top .vocation_swiper{
        order: 1;
        width: 100%;
        margin-top: 17px;
    }
    .vocation .gallery-top .gallery-thumbs{
        width: 100%;
    }
    .vocation .gallery-top .gallery-thumbs .swiper-wrapper{
        display: block!important;
        width: 100%;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
        padding-left: 23px;
        box-sizing: border-box;
    }

    .vocation .gallery-top .gallery-thumbs .swiper-slide{
        height: 34px;
        padding: 0 0;
        width: auto;
        margin: 0 0;
        display: inline-block;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        background: none;
        outline: none;
        border-radius: 24px;
    }
    .vocation div:nth-of-type(1) p{
        margin-top: 0;
    }
    .vocation .gallery-top .gallery-thumbs .swiper-slide p.title{
        line-height: 34px;
        width: 100%;
        font-size: 12px;
        color: #000;
        padding: 0 24px;
        margin-top: 0;
    }
    .vocation .gallery-top .gallery-thumbs .swiper-slide.active{
        background-color: #F2684C;
    }
    .vocation .gallery-top .gallery-thumbs .swiper-slide.active p.title{
        color: #fff;

    }

    /*内容样式*/
    .vocation .gallery-top .vocation_swiper .swiper-slide{
        padding: 0 0;
        flex-wrap: wrap;
        max-height: 550px;
        height: 550px;

    }
    .vocation .gallery-top .vocation_swiper .swiper-slide p.img{
        margin-top: 8px;
        width: 100%;
    }
    .vocation .gallery-top .vocation_swiper .swiper-slide>div{
        width: 100%;
        order: 1;
    }
    .vocation_swiper div h5{
        margin-top: 0;
        text-align: center;
        font-size: 21px;
    }
    .vocation_swiper div p.des,
    .vocation_swiper div p.p,
    .vocation_swiper div p.function{
        padding: 0 13%;
        font-size: 12px;
        margin-top: 8px;
    }
    .vocation_swiper div p.p{
        line-height: 20px;
    }
    .vocation_swiper div h6{
        padding: 0 13%;
        margin-top: 12px;
    }



    /*按钮样式*/
    .vocation .vocation-swiperButton{
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        width: 45px;
        height: 85px;
        background-color: rgba(0,0,0,.3);
    }
    .vocation .swiper-button-prev{
        left: 0;
    }
    .vocation .swiper-button-next{
        right: 0;
    }

}


/*服务过的行业=============================================*/



























/*APP开发流程*/
.app{
    margin-top: 72px;
}
.app .app_list{
    margin-top: 48px;
}
.app .app_list ul{
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: space-between;
    align-items: center;
}
.app .app_list ul li{
    position: relative;
    width: 144px;
    height:169px;
    cursor: pointer;
    transition: all .4s linear;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*=======================================*/
.app .app_list ul li div.img{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.app .app_list ul li div.img img{
    width: 144px;
    height:169px;
}


.app .app_list ul li p.order{
    color: #363636;
    font-size: 14px;
    text-align: center;
    padding-top: 11px;
}
.app .app_list ul li p.china{
    color: #363636;
    font-size: 22px;
    text-align: center;
    margin-top: 22px;
}
.app .app_list ul li p.english{
    font-size: 16px;
    color: #363636;
    margin-top: 16px;
    text-align: center;
}

.app .app_list ul li.active p.order{

    color: #fff;
}
.app .app_list ul li.active p.china{
    color: #0069FF;
}
.app .app_list ul li.active p.english{
    color: #0069FF;
}

@media screen and (min-width: 1025px) {
    .app{
        padding: 0 30px;
    }
}
@media screen and (min-width: 1250px) {
    .app{
        padding: 0 0;
    }
}

/*资质实力*/
.ability{
    padding-bottom: 86px;
    padding-top: 73px;
    height: 628px;
    background:url("../image/bgg.png") no-repeat left center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background-size: auto 100%;
}
.ability ul{
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.ability ul li{
    width:20.83%;
    margin-top: 48px;
}
.ability .ability_list ul li p:nth-of-type(2){
    font-size: 25px;
    color: #333;
    margin-top: 33px;
}

.ability ul li p.img img{
    width: 80px;
}






/*经典案例=============================================================================*/

/*动画*/
@keyframes move {
    from{
        transform: translateX(0);
    }
    to{
        transform: translateX(-150%);
    }
}

.case{
    margin-top: 72px;
}

/*菜单栏部分*/
.case .case_list ul.case_tab{
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: center;
    align-items: center;
}
.case .case_list{
    margin-top: 24px;
}
.case .case_list ul.case_tab li{
    cursor: pointer;
    width: 132px;
    height: 43px;
    border: 1px solid #0069FF;
    color: #0069FF;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: center;
    align-items: center;
    margin: 0 12px;
    transition: all .4s linear;
}
.case .case_list ul.case_tab li a{
    cursor: pointer;
    color: #0069FF;
}
.case .case_list ul.case_tab li:hover{
    background-color: #0069FF;
}
.case .case_list ul.case_tab li:hover a{
    color: #fff;
}
.case .case_list ul.case_tab li.active a{
    color: #fff;
}

@media screen and (max-width: 1024px){
    .case .case_list ul.case_tab li.active{
        background-color: #0069FF;
    }


}
@media screen and (min-width: 1025px){
    .case .case_list ul.case_tab li.active{
        background-color: #0069FF;
        color: #fff;
    }

}

/*查看更多的超链接*/
.case .case_list p.more{
    margin-top: 23px;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: center;
}
.case .case_list p.more a{
    font-size: 14px;
    border: 1px solid #0069FF;
    width: 157px;
    height: 45px;
    display: flex;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

    justify-content: center;
    align-items: center;
    color: #0069FF;
}
.case .case_list p.more a span{
    margin-left: 10px;
    font-size: 20px;
}
.case .tab_list{
    margin-top: 53px;
}
.case .swiper-slide img{
    width: 300px;
}
.case .swiper-pagination{
    visibility: hidden!important;
}


/*经典案例==============================================================================*/


/*合作伙伴==============================*/

.friends{
    margin-top: 40px;
}
.friends .friends-content{
    margin-top: 50px;
}

.friends .friends-content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.friends .friends-content ul li {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.friends .friends-content ul li img{
    width: 85%;
}

@media screen and (max-width: 1024px){
    .box1200{
        width: 100%;
    }

    .friends>div:nth-of-type(1) h3{
        text-align: center;
        font-size: 21px;
    }
    .friends>div:nth-of-type(1) p{
        font-size: 14px;
        padding: 0 11%;
        margin-top: 22px;
    }
    .friends>div:nth-of-type(1) p span{
        color: #000;
    }
    .friends .friends-content{
        padding: 0 20px;
        margin-top: 24px;
    }
    .friends .friends-content ul li{
        width: 30%;
        border: 1px solid #CBCBCB;
        margin-top: 10px;
    }

}

/*合作伙伴==============================*/

/*新闻资讯=================================*/


.information{
    margin-top: 52px;
}
.information .information-content{
    margin-top: 20px;
}
.information .information-content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.information .information-content ul li{
    width: 285px;
    background-color: #F2F3F5;
    border-radius: 4px;
    padding: 24px 30px;
    box-sizing: border-box;
    max-height: 130px;
    margin-top: 20px;
}
.information .information-content ul li a div.right p.title{
    color: #838383;
    font-size: 16px;
}
.information .information-content ul li a div.right p.title span{
    margin: 0 10px;
}
.information .information-content ul li a div.right p.content{
    color: #393939;
    font-size: 16px;
    margin-top: 17px;
    font-weight: bold;
    line-height: 26px;
}
.information .information-content p.button{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.information .information-content p.button a{
    display: inline-block;
    width: 157px;
    height: 45px;
    outline: 1px solid #0069FF;
    background-color: transparent;
    border: none;
    color: #0069FF;
    line-height: 45px;
    text-align: center;
}
.information .information-content p.button a span{
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

@media screen and (min-width: 1025px){
    .information .information-content ul li div.left{
        display: none;
    }
}

@media screen and (max-width: 1024px){
    .information{
        margin-top: 30px;
    }
    .information .information-content  p.button{
        display: none;
    }
    .information>div:nth-of-type(1) h3{
        font-size: 21px;
    }
    .information>div:nth-of-type(1) p{
        margin-top: 15px;
        font-size: 14px;
    }
    .information .information-content{
        margin-top: 4px;
    }
    .information .information-content ul{
        padding: 0 20px;
        display: block;
    }
    .information .information-content ul li{
        width: 100%;
        padding: 0;
        box-shadow: 0 1px 10px rgba(46,46,46,.15);
        border-radius: 2px;
    }
    .information .information-content ul li a{
        display: flex;
        justify-content: flex-start;
        align-items: center;


    }
    .information .information-content ul li a div.left{
        width: 100%;
        height: 100%;
    }
    .information .information-content ul li a div.left img{
        width: 157px;
        margin-top: 7px ;
    }
    .information .information-content ul li a div.right{
        /*padding: 0 18px;*/
        padding-left: 18px;
        box-sizing: border-box;
    }
    .information .information-content ul li a div.right p.title{
        font-size: 12px;
    }
    .information .information-content ul li a div.right p.content{
        padding-right: 18px;
        box-sizing: border-box;
        margin-top: 8px;
        font-size: 16px;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .information .information-content ul li a div.right p.title span{
        margin: 0 5px;
    }
}


/*新闻资讯=================================*/


/*在线留言==================================*/
.feedback{
    padding-top: 70px;
    margin-top: 50px;
    background: #fff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, .15);
}
.feedback .feedback-content{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feedback .feedback-content ul{
    width: 79.16%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.feedback .feedback-content ul li p{
    display: none;
}
.feedback .feedback-content ul li input{
    padding-left: 22px;
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    border: 1px solid #e3e1e0;
    outline: none;
}
.feedback .feedback-content ul li{
    width: 32%;
}
.feedback .feedback-content ul li:nth-of-type(4){
    margin-top: 15px;
    width: 100%;
}
.feedback .feedback-content ul li:nth-of-type(4) textarea{
    outline: none;
    width: 100%;
    height: 104px;
    resize: none;
    border: 1px solid #e3e1e0;
    padding-left: 22px;
    padding-top: 10px;
    box-sizing: border-box;

}
.feedback .feedback-content ul li:nth-of-type(5){
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 31px;
    width: 100%;
    flex-wrap: wrap;
    position: relative;
}
.feedback .feedback-content ul li:nth-of-type(5)  button{
    background-color: #3587FC;
    border-radius: 4px;
    width: 180px;
    height: 58px;
    font-size: 22px;
    color: #fff;
    outline: none;
    border: none;
    cursor: pointer;
    margin-bottom: 70px;
}
.feedback .feedback-content ul li:nth-of-type(5)  p{
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 46px;
    font-size: 16px;
    color: red;
}

@media screen and (max-width: 1024px){
    .feedback{
        margin-top: 40px;
        position: relative;
        height: 200px;
        z-index: -1;
        padding-top: 27px;
        background-color: #0069FF;
        z-index: 99;
    }
    .feedback>div:nth-of-type(1) h3{
        font-size: 21px;
        color: #fff;
    }
    .feedback>div:nth-of-type(1) p{
        padding: 0 11%;
        color: #fff;
        margin-top: 24px;
    }
    .feedback>div:nth-of-type(1) p span{
        color: #fff;

    }
    .feedback .feedback-content{
        margin-top: 32px;
        width: 100%;
        position: absolute;
        box-sizing: border-box;
        padding: 0 20px;
        padding-bottom: 0;
    }
    .feedback .feedback-content ul{
        padding: 23px 20px;
        box-sizing: border-box;
        background-color: #fff;
        padding-bottom: 0;
        width: 100%;
        display: block;
    }
    .feedback .feedback-content ul li{
        margin-top: 13px;
        width: 100%;
    }
    .feedback .feedback-content ul li:first-child{
        margin-top: 0;
    }

    .feedback .feedback-content ul li p{
        display: block;
        color: #3E3E3E;
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 9px;
    }
    .feedback .feedback-content ul li:nth-of-type(5){
        margin-top: 13px;
    }
    .feedback .feedback-content ul li:nth-of-type(5) button{
        width: 100%;
        height: 45px;
        font-size: 16px;
        margin-bottom: 35px;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .feedback .feedback-content ul li:nth-of-type(5) p{
        bottom: 0;
        font-size: 14px;
        display: none;

    }
}
/*在线留言==================================*/

input::-webkit-input-placeholder{
    color:#B2B2B2;
    font-size: 14px;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#B2B2B2;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#B2B2B2;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#B2B2B2;
}

textarea::-webkit-input-placeholder{
    color:#B2B2B2;
    font-size: 14px;
}
textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#B2B2B2;
}
textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#B2B2B2;
}
textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#B2B2B2;
}

/*注意，不能删除*/
@media screen and (min-width: 1025px){
    .bottom-right{
        width: 810px;
    }
    footer .companysInfo>li{
        width: 27.5%;
    }
}

/*网页端隐藏的服务端页面*/
@media screen and (min-width: 1025px){
    .mobile_tell{
        display: none;
    }
}
footer.new_footer{
    margin-top: -213px;
    padding-top: 265px;
}

@media screen and (max-width: 1024px){
    footer.new_footer{
        margin-top: 433px;
        padding-top: 35px;
    }
}

@media screen and (max-width:320px) {
    .app .app_list ul li:nth-of-type(3){
        margin-right: 0;
    }
    .app .app_list ul li:nth-of-type(6){
        margin-right: 0;
    }
}

/*移动端*/
@media screen and (max-width: 1024px){

    .toast>div ul.form li:nth-of-type(5) p{
        margin-top: 4px;
        font-size: 12px;
    }
    /*弹框的修改*/
    .toast{
        /*width: 306px;*/
        /*margin: 60px auto;*/
        width: 77.6%;
        padding-top: 36px;
        /*height:auto;*/
        height: 470px;
        padding-bottom: 143px;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:auto;
    }
    .toast>span{
        top: 16px;
        right: 16px;
    }
    .toast h4{
        font-size: 20px;
        text-align: center;
    }
    .toast>div{
        flex-wrap: wrap;
    }
    .toast>div ul.form{
        width: 100%;
    }
    .toast>div ul.form li:nth-of-type(1){
        margin-top: 0;
    }
    .toast>div ul.form li:nth-of-type(1) p{
        font-size: 12px;
        text-align: center;
        color: #838383;
        margin-top: 11px;
    }
    .toast>div ul.form li:nth-of-type(5){
        margin-top: 20px;
    }
    .toast>div ul.form li input{
        line-height: 40px;
        width: 100%;
        height: 40px;
    }
    .toast>div ul.form li:nth-of-type(2){
        margin-top: 23px;
    }
    .toast>div ul.form li:nth-of-type(4) p{
        visibility: visible;
    }


    .toast>div ul.soft{
        z-index: -1;
        padding: 0;
        padding-top: 14px;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 23px;
        margin-right: 0;
        border: none;
        border-top: 1px dashed #E3E1E0;
        display: flex;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

        justify-content: space-around;
        align-items: center;
    }
    .toast>div ul.soft li h6{
        font-size: 14px;
        color: #2B2B2B;
        font-weight: normal;
        margin-top: 16px;
    }

    .toast>div ul.soft li{
        display: block;
    }
    .toast>div ul.soft div:nth-of-type(2){
        margin-left: 0;
    }

    .toast>div ul.soft li div:nth-of-type(2) p{
        display: none;

    }

    .toast>div ul.soft li{
        margin-top: 0;
    }

    .bannerContent p:nth-of-type(6){
        text-align: center;
        display: flex;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

        justify-content: center;
        align-items: center;
    }
    .bannerContent p:nth-of-type(6) button{
        height: 40px;
        width: 122px;

    }
    .bannerContent p:nth-of-type(6) button:nth-of-type(1){
        width: 194px;
        height: 45px;
        font-size: 16px;
    }
    .bannerContent p:nth-of-type(6) button:nth-of-type(2){
        display: none;
    }
    .bannerContent p:nth-of-type(4){
        font-size: 14px;
        line-height: 20px;
    }


    /*困惑*/
    .question{
        margin-top: 24px;
    }

    .main-common div:nth-of-type(1) h3{
        font-size: 21px;
        font-weight: normal;
        font-weight: bold;
    }
    .main-common div:nth-of-type(1) p{
        margin-top: 19px;
        padding: 0 50px;
        line-height: 22px;
        font-size: 14px;
    }
    .question .question_list{
        margin-top: 20px;
    }
    .question .question_list ul{
        flex-wrap: wrap;
        width: 90%;
        margin: 0 auto;
    }
    .question .question_list ul li{
        width: 50%;

    }
    .question .question_list ul li p.title{
        font-size: 16px;
        margin-top: 0;
    }
    .question .question_list ul li p.content{
        font-size: 12px;
        line-height: 22px;
    }

    /*APP开发流程================================================*/
    .app{
        margin-top: 25px;
    }
    .app .app_list{
        width: 90%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .app .app_list ul li{
        padding-top: 0;
        outline: none;
        height: 122px;
        width: 29.5%;
        margin-top: 20px;
    }
    .app .app_list ul{
        flex-wrap: wrap;
    }
    .app .app_list ul li p.order{
        padding-top: 6px;
    }
    .app .app_list ul li div.img img{
        width: 100%;
        height: auto;
    }

    .app .app_list ul li p{
        padding: 0;
    }
    .app .app_list ul li p.order{
        font-size: 12px;
        margin-top: 0;
    }
    .app .app_list ul li p.china{
        font-size: 12px;
        margin-top: 12px;
    }
    .app .app_list ul li p.english{
        margin-top: 6px;
        font-size: 12px;
    }

    /*经典案例等会做================================*/
    .case{
        margin-top: 24px;
        background: rgba(0,0,0,.4) url("../image/bggWX.png") no-repeat center center;
        background-size: auto 100%;
        /*background-size: 100%;*/
        /*height: 660px;*/
        padding-bottom: 30px;
    }
    .case div:nth-of-type(1) h3{
        padding-top: 40px;
        color: #fff;
        font-size: 21px;
    }
    .case div:nth-of-type(1)  p{
        font-size: 14px;
        color: #fff;
        margin-top: 30px;
    }
    .case div:nth-of-type(1)  p span{
        color: #fff;
    }
    .case .swiper-container{
        width: 95%;
    }
    .case .swiper-slide{
        width: 60%;
    }
    .case .swiper-slide img{
        width: 180px;
    }
    .case .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .case .case_list ul.case_tab{
        /*height: 50px;*/
        display: block;
        white-space: nowrap;
        overflow: scroll;
        margin-top: 19px;
    }
    .case  ul.case_tab li{
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        box-sizing: border-box;
        display: inline-block!important;
        height: 35px;
        padding: 0 8px;
        width: auto;
        max-width: 85px;
        text-align: center;
        line-height: 35px;
        border: none!important;
        border-radius: 35px;
    }
    .case  ul.case_tab li p {
        height: 35px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
    }
    .case .case_list p.more a{
        border: 1px solid #fff;
        color: #fff;
    }

    .phoneShow{
        position: absolute;
        width: 100%;
        background: #FFF;
        height: 370px;
        bottom: 0px;
    }

    footer{
        padding-top: 24px;
        margin-top: 470px;
        padding-bottom: 70px;
    }

    /*资质实力*/
    .ability{
        background: url("../image/bggAPP.png") no-repeat center center;
        background-size: 100%;
        padding-top: 32px;
        height: 671px;
        margin-top: 0;
    }
    .ability div:nth-of-type(1) h3{
        font-weight: bold;
        color: #000;
        font-size: 21px;
    }
    .ability ul li{
        margin-top: 0;
    }
    .ability ul li p.img{
        width: 40px;
        height: 52px;
    }
    /*.ability ul li p:nth-of-type(2)*/
    .ability ul{
        width: 90%;
        margin: 0 auto;
    }
    .ability .ability_list{
        margin-top: 20px;
    }
    .ability .ability_list ul li{
        width: 50%;
        margin-top: 15px;

    }
    .ability .ability_list ul li p{
        padding: 0;
        margin: 0;
    }
    .ability .ability_list ul li:nth-of-type(1), .ability .ability_list ul li:nth-of-type(2){
        margin-top: 0;
    }
    .ability ul li p.img{
        width: 100%;
        height: 100%;
    }
    .ability .ability_list ul li p.img img{
        text-align: center;
    }
    .ability .ability_list ul li p:nth-of-type(2){
        margin-top: 0;
        color: #333333;
        font-size: 16px;
    }
    /*移动端显示的底部按钮*/
    .mobile_tell{
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 50px;
        display: flex;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
        justify-content: flex-start;
        align-items: center;
        z-index: 999;
    }
    .mobile_tell div:nth-of-type(1){
        height: 100%;
        width: 37.33%;
    }
    .mobile_tell div button,.mobile_tell div a{
        width: 100%;
        height: 100%;
        border: none;
        color: #fff;
        font-size: 16px;
        outline: none;
        display: flex;
        display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
        display: -moz-box; /* Firefox 17- */
        display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
        display: -moz-flex; /* Firefox 18+ */
        display: -ms-flexbox; /* IE 10 */
        display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */

        justify-content: center;
        align-items: center;
    }
    .mobile_tell div button img,.mobile_tell div a img{
        width: 24px;
        /*height: 24px;*/
    }
    .mobile_tell div:nth-of-type(1) button{
        background-color: #F2684C;
    }
    .mobile_tell div:nth-of-type(2) a{
        background-color: #0069FF;
    }
    .mobile_tell div:nth-of-type(2){
        height: 100%;
        width: 62.67%;
    }
    .toast>div ul.form li{
        margin-top: 16px;
    }
    .toast>div ul.soft div:nth-of-type(1){
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .showImg{
        background: url("../image/bgpc.jpg") no-repeat center center ;
        background-size: 100% auto;
    }

}
@media screen and (min-width: 1025px) {

    .case{
        /*background-color: green;*/
        padding-bottom: 100px;
    }

}

@media screen and (max-width: 1024px){
    .breadcrumb{
        display: none!important;
    }
    /*banner部分的代码*/
    .showImg{
        height: 375px;
        background: url("../image/bgpc.jpg") no-repeat center center;
        background-size: 100%;
    }

    .showImg .banner img:nth-of-type(1){
        display: none;
    }
    .showImg .img-content .bannerContent h2{
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        margin-top: -40px;
    }
    .bannerContent p:nth-of-type(1){
        display: none;
    }
    .bannerContent p.company{
        text-align: center;
        padding: 0 29px;
        box-sizing: border-box;
    }
    .bannerContent p.company span{
        display: inline;
        margin: 0;
    }
    .bannerContent p.number{
        text-align: center;
    }
    .bannerContent p.button button:nth-of-type(2){
        display: none;
    }
    .bannerContent p.button{
        text-align: center;
    }
    .bannerContent p.button button{
        width: 194px;
        height: 45px;
        font-size: 16px;
    }
    .case .case_list ul.case_tab li{
        height: 34px;
    }
    .case .case_list ul.case_tab li a{
        color: #fff;
        font-size: 12px;
    }
    .case .tab_list{
        margin-top: 20px;
    }
    .case .case_list ul.case_tab li{
        margin-top: 0;
    }

}

