.title{
    width: 100%;
    text-align: center;
    margin: 80px 0 40px 0;
}
.title h1{
    margin-bottom: 15px;
    font-size: 26px;
    font-weight: 400;
    color: #363a3d;
    text-align: center;
   
}
.title .bd{
    width: 180px;
    margin: 0 auto;
    border-bottom: 4px solid #2196F3;
    border-radius: 2px;
}
header{
    width: 100%;
    background: rgba(17, 109, 171, 0.1);
    box-shadow: 0 8px 15px rgba(38, 130, 210, 0.27);
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#03C2F6),color-stop(100%,#007AE0));
    background: -webkit-linear-gradient(45deg,#03C2F6 0,#007AE0 100%);
    background: -o-linear-gradient(45deg,#03C2F6 0,#007AE0 100%);
    background: linear-gradient(45deg,#03C2F6 0,#007AE0 100%);
}
.warp{
   width: 1200px;
   margin: 0 auto;
}
header  .logo{
    line-height: 50px;
}
header  nav ul li{
    float: left;
    width: 120px;
    height: 64px;
    line-height: 64px;
    text-align: center;
}
header  nav ul li a{
    color: #d1ecff;
    font-size:16px;
}
header  nav ul li:hover a{
    color: #eee;
}
.headerFixed{
    position: fixed;
    top: 0;
    z-index: 9999;
    transition: all 0.3s;
}

.banner{
    width: 100%;
    height: 400px;
    background: #03C2F6;
    background: -webkit-gradient(linear,left bottom,right top,color-stop(0,#03C2F6),color-stop(100%,#007AE0));
    background: -webkit-linear-gradient(100deg,#03C2F6 0,#007AE0 100%);
    background: -o-linear-gradient(100deg,#03C2F6 0,#007AE0 100%);
    background: linear-gradient(100deg,#03C2F6 0,#007AE0 100%);
    position: relative;
    
}
.banner .warp{
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    margin-top: -100px;
    text-align: center;
    color: #fff;
    font-family: PingFang TC,Helvetica,Aria,sans-serif;
}
.banner .warp h2{
    font-size: 48px;
    margin-bottom: 15px;
}
.banner .warp h4{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 55px;
}
.banner .warp p a{
    display: inline-block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #FFF;
    border-radius: 2px;
}
.banner .warp p a:hover{
    background-color: #fff;
    color: #007AE0;
}

.pro{
    width: 100%;
    background-color: #f9f9f9;

}
.pro ul li{
    width: 25%;
    height: 120px;
}
.pro ul li a{
    height: 100px;
    position: relative;
    display: block;
    padding: 42px 0 0px 80px;
    transition: all .3s;
    box-sizing: border-box;
    border-left: 1px solid #727577;
    border-color: hsla(0,0%,100%,.06);
}
.pro ul li a img{
    position: absolute;
    left: 15px;
    top: 30px;
    width: 66px;
    box-sizing: border-box;
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
}
.pro ul li a h3{
    color: #474A4E;
    font-weight: bolder;
    height: 16px;
    font-size: 16px;
    margin-bottom: 4px;
    margin-left: 15px;
    box-sizing: border-box;
}
.pro ul li a p{
    color: #888;
    font-size: 14px;
    line-height: 24px;
    margin-left: 15px;
    box-sizing: border-box;
}
.pro ul li:hover{
    background-color: #fff;
}

.pro ul li:hover a img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    filter: grayscale(0%);
}
.pro ul li:hover h3{
    color: #2196F3;
}

.main{
    background: #fff;
    min-width: 1000px;
    overflow: hidden;
}

.main .palt-info{
    margin-top: 30px;
}
.main .palt-info>ul>li{
    width: 22%;
    height: 320px;
    padding: 15px 0;
    float: left;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0 1%;
    border: 1px solid #f0f4f7;
}
.main .palt-info>ul>li:hover{
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
     box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
}
.main .palt-info>ul>li a{
    display: inline-block;
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.main .palt-info>ul>li a img{
    width: 100%;
}
.main .palt-info>ul>li a .icon-hover{
    display: none;
}
.main .palt-info>ul>li:hover a .icon{
    display: none;
}
.main .palt-info>ul>li:hover a .icon-hover{
    display: block;
}
.main .palt-info>ul>li h3{
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #474A4E;
}
.main .palt-info>ul>li p{
    white-space: normal;
    width: 180px;
    margin: 15px auto;
    font-family: PingFangSC-Regular;
    color: #7a7e85;
    font-size: 14px;
    line-height: 1.4;
}
.main .palt-info>ul>li>ul{
    width: 126px;
    margin: 0 auto;
    list-style-type: disc;
}
.main .palt-info>ul>li>ul>li{
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    color: #96a0a9;
}
.main .palt-info>ul>li>ul>li .dian{
    font-size: 25px;
    margin-right: 15px;
}


.platform-int{
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}


.detail{
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    margin-top: 40px;
}
.addbck{
    background-color: #F7FBFE;
}

.detail .detail-content{
    height: auto;
    padding: 15px;
    overflow: hidden
}
.detail .detail-content .detail-text{
    width: 42%;
    padding: 4%;
}
.detail .detail-content .detail-text h3{
    margin-bottom: 15px;
    font-size: 22px;
    color: #474A4E;
    font-family: PingFangSC-Medium;
}
.detail .detail-content .detail-text p{
    font-family: PingFangSC-Regular;
    color: #7a7e85;
    font-size: 15px;
    line-height: 1.4;
}
.detail .detail-content .detail-text ul{
    margin-top: 15px;
    margin-left: 18px;
    list-style-type: disc;
}
.detail .detail-content .detail-text ul li{
    font-size: 14px;
    line-height: 1.5;
    color: #96a0a9;
    font-family: PingFangSC-Regular;
}


.detail .detail-content .detail-img{
    width: 50%;
    height: 240px;
    overflow: hidden;
}
/* .detail .detail-content .detail-img .detail-center{
    width: 294px;
    height: 169px;
} */
.detail .detail-content .fr .detail-center{
    margin-left: 160px;
}

.detail .detail-content .detail-img .detail-center img{
    width: 294px;
    height: 169px;
    margin: 50px;
    background-size: 100%;
}

.position .position-img{
    width: 100%;
    height: 400px;
    margin: 40px auto;
    border-radius: 3px;
    overflow: hidden;
}
.position .position-img img{
    width: 100%;
}
.footer{
    width: 100%;
}

.footer .coop{
    width: 100%;
    background-color: #F4F4F4;
    margin: 20px 0 0 0;
    padding: 15px 0;
}

.footer .coop ul{
    display: block;
    font-size: 0;
}
.footer .coop ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 230px;
    height: 126px;
    line-height: 126px;
    margin: 5px;
    text-align: center;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: all 0.3s;
    cursor: pointer;
}
.footer .coop ul li img{
    display: inline-block;
}
.footer .coop ul li:hover{
    background-color: #fff;
    -webkit-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 20px rgba(0,0,0,.1);
    	box-shadow: 0 3px 20px rgba(0,0,0,.1);
}

.footer footer{
    width: 100%;
    height: auto;
    padding: 10px 0;
    background-color: #212B3A;
}
.footer footer .text-center{
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #A9AFB8;
    font-family: PingFangSC-Regular;
}

.fanhui{
    position: fixed;
    bottom: 10px;
    right: 8px;
}
.tel{
    position: fixed;
    top: 40%;
    right: 8px;
}
.fanhui a.icon-huidingbu,.tel a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    margin-bottom: 15px;
    border-radius: 3px;
    color: #2196F3;
    font-size: 26px;
    text-align: center;
    cursor: pointer;
}


.fanhui a.icon-huidingbu:hover{
	background-color: #2196F3;
	color: #fff;
	border: 1px solid #2196F3;
}
.tel a>img{
    width: 60%;
}
.tel .tel-info{
    position: absolute;
    top: 0%;
    right: 60px;
    width: 200px;
    height: 100px;
     background-color: #fff;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
     box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
     display: none;
}
.tel .tel-info .tel-title{
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
}
.tel .tel-info .tel-title>h4{
    font-size: 18px;
    color: #2196f3;
    margin-bottom: 8px;
    font-weight: 600;
}
.tel .tel-info .tel-title>p{
    font-size: 16px;
    color: #666;
}







.cloud-product-ul{
    width: 100%;
    margin-top: 40px;
}
.cloud-product-ul li {
    position: relative;
    margin-left: 12px;
    width: 166px;
    height: 440px;
    float: left;
    background: #fff;
    -webkit-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    -moz-box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    box-shadow: 1px 1px 12px rgba(0,0,0,.08);
    -webkit-transition: width .25s linear;
    -o-transition: width .25s linear;
    -moz-transition: width .25s linear;
    transition: width .25s linear;
}
.cloud-product-ul .normal-inner{
   /*  display: none;
   -moz-opacity: 0;
   opacity: 0; */
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}
.cloud-product-ul .normal-inner .cloud-product-single-bottom{
    width: 100%;
    height: 340px;
}
.empty-space{
    width: 100%;
    height: 99px;
}
.bg-product-pic {
    margin: 48px auto 0;
    width: 100%;
    height: 82px;
}
.server-header-02 {
    position: relative;
    /* background: url(../images/product-icon_02.png) center no-repeat; */
}
.server-header-02>img{
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left:-40px;

}
.server-header-active-02 {
    position: relative;
    
    /* background: url(../images/product_header_active_icon_02.png) center no-repeat; */
}
.server-header-active-02>img{
    width: 80px;
    position: absolute;
    left: 50%;
    margin-left:-40px;
}
.product-introduce-title {
    margin-bottom: 14px;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    text-align: center;
}
.product-introduce-content {
    margin: 0 auto 26px;
    width: 180px;
    line-height: 14px;
    font-size: 14px;
    text-align: center;
    color: #999;
    display: none;
}
.product-introduce-list {
    margin: 0 auto;
    padding-top: 28px;
    height: 190px;
    width: 84%;
    border: 1px solid #f1f1f1;
    border-left: none;
    border-right: none;
}
.introduce-list-small {
    margin-bottom: 18px;
    line-height: 14px;
    font-size: 14px;
    color: #96a0a9;
    text-align: center;
}

.active-inner {
    position: relative;
    display: none;
    height: 100%;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
}

.cloud-product-ul li.active .active-inner {
    display: block;
    -moz-opacity: 1;
    opacity: 1
}

.cloud-product-ul li.active .normal-inner {
    display: none;
    -moz-opacity: 0;
    opacity: 0
}

.cloud-product-ul li.active {
    z-index: 9;
    width: 292px;
    background-color: #2196f3;
    -webkit-box-shadow: 0 4px 20px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 20px rgba(0,0,0,.2);
    box-shadow: 0 4px 20px rgba(0,0,0,.2)
}

.active .product-introduce-content {
    color: #eff6ff
}

.active-product-introduce-title {
    color: #fff
}

.active .product-introduce-list {
    padding-top: 22px;
    border-color: #3f9ff9;
}

.introduce-list-large {
    margin: 0 auto;
    width: 228px;
    line-height: 22px;
    color: #FFF;
    font-size: 14px
}

.active .product-introduce-price {
    margin-top: 32px;
    color: #fefeff
}
.solution {
    padding-top: 50px;
}
.solution-cont{
    width: 100%;
    height: 512px;
    
}
.solution-cont ul{
    width: 88%;
    margin: 0 auto;
    display: flex;
    justify-content:space-around;



}
.solution-cont ul li{
    width: 19%;
    height: 512px;
    background: #FFFFFF;
box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
position: relative;
    
    
}
.solution-cont ul li:hover{
    -webkit-box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.3);
}
.solution-cont ul li .bg{
    width: 100%;
    height: 294px;

    
    
}
.solution-cont ul li .logo{
    width: 80%; 
    height: 92px;
    position: absolute;
    top: 248px;
    z-index: 4;
    left: 10%;
    background: #fff;


}
.solution-cont ul li>div{
    width: 80%;
    margin: 0 auto;
    padding-top: 60px;

}
.solution-cont ul li>div>h3{
    line-height: 50px;
    font-size: 22px;
    text-align: center;

}
.solution-cont ul li>div>p{
    line-height: 20px;
    font-size: 14px;

}


