.banner{
    margin-top: 65px;
}
.pro_imgs{
    padding-top: 60px;
    display: flex;
    justify-content: space-around;
}
.app_case{
    margin-top: 60px;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background:#F5F5F5;
    padding-bottom: 10px;
}
.app_case .mobile_sever_title{
    width: 960px;
}
.app_case>div{
    padding-top: 40px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.list-inline li a{
    color: #000;
}
.app_case>div>div{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}
.btns{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
.btns .consult_btn:first-child{
    margin-right: 117px;
}
.slide_imgs a div{
    /*width: 300px;*/
    /*height: 400px;*/
    /*max-width: 300px;*/
    /*max-height: 400px;*/
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    color: #fff;
}
/*@media screen and (max-width: 1264px){*/
    /*.slide_imgs a div {*/
        /*!*width: 240px;*!*/
        /*!*height: 320px;*!*/
        /*!*max-width: 300px;*!*/
        /*!*max-height: 400px;*!*/
    /*}*/
    /*.carousel-inner {*/
        /*position: relative;*/
        /*left: 12.7%!important;*/
    /*}*/
    /*.carousel-control.right {*/
        /*justify-content: flex-start!important;*/
    /*}*/
/*}*/
.slide{
    height: 400px;
}
.item{
    width: 80%;
    /*height: 100%;*/
}
.slide_imgs a{
    width: 100%;
}
.slide_imgs a div{
    width: 100%;
    height: 100%;
}
/*.slide_imgs a div>img{*/
    /*width: 100%;*/
    /*height: 100%;*/
/*}*/
.slide_imgs a div>p{
  padding-top: 20px;
    font-size: 16px;
}
.slide_imgs a:first-child div{
    background: url("../images/case_blue.png")no-repeat;
}
.slide_imgs a:nth-child(2) div{
    background: url("../images/case_green.png")no-repeat;
}
.slide_imgs a:nth-child(3) div{
    background: url("../images/case_p.png")no-repeat;
}
.slide_imgs a:last-child div{
    background: url("../images/case_red.png")no-repeat;
}
.slide_imgs {
    width: 100%;
    height: 400px;
    background: #F5F5F5;
    display: flex;
}
.slider_box {
    width: 100%;
}
.fontstyle li p {
   text-align: center;
    padding: 20px 0 0 0!important;
    margin-bottom: 0;
    font-size: 14px;
    color:#343434;
}
.sever_content li {
    width: 255px;
}
.paddintop40 {
    padding: 40px 20% 65px;
}
.advantage_imgs img:not(:last-child){
    margin-right: 24px;
}

.mobile_sever_title2{
    width: 960px;
    font-size: 28px;
    color: #C65552;
    text-align: center;
    padding-bottom: 14px;
    margin: 0 auto;
}
.corpration_company>ul{
    width: 1200px;
    padding-left: 5%;
    padding-top: 60px;
}
.corpration_company>ul li{
    display: flex;
    justify-content: space-around;
}
.corpration_company>ul li img{
    margin-right: 68px;
}
.slide_imgs>a:not(:last-child) {
    margin-right: 0;
}
.carousel-control.left{
    justify-content: flex-end;
}
.carousel-control.right{
    justify-content: flex-start;
}
.carousel-inner {
    position: relative;
    width: 78%;
    left: 15%;
    overflow: hidden;
}
.consult_btn{
    padding: 0!important;
}
.navlist{
    margin-right: 20px;
}

