

/**
about
 */
 .about{
    width: 100%;
    height: 282px;
    background: #F1F2F5;
}

.about-list{
    border-top: 1px solid #eee;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.about-slide{
    height: 45px;
    width: 100%;
    margin: 0 auto;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
}

.about-img{
    height: 55%;
    width: 36px;
    float: left;
    margin-left: 10px;
    margin-top: 10px;
}

.about-item-title{
    font-size: 16px;
    margin-left: 10px;
    float: left;
    color: #63636b;
}

.about-slide svg{
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}

.about-list2-box{
    margin: 0 auto;
    padding: 20px 5%;
    border-bottom: 1px solid #ddd;
    background: #f6f7f9;
}

.about-list2{
    width: 100%;
}

.about-list2 li{
    width: 100%;
    height: 50px;
}

.li-bg{
    margin-bottom: 20px;
}

.about-a{
    display: block;
    width: 100%;
    height: 50px;
    position: absolute;
}

.about-title-sm{
    font-size: 14px;
    color: #686868;
}

.about-list2-content{
    margin-top: 5px;
    font-size: 13px;
    color: #999;
}

.about1{
    background-image: url('/public/home/images/index/fl1.png');
    background-size: 100% 100%;
}

.about1_blue{
    background-image: url("/public/home/images/index/fl01.png") !important;
    background-size: 100% 100%;
}

.about2{
    background-image: url('/public/home/images/index/fl2.png');
    background-size: 100% 100%;
}

.about2_blue{
    background-image: url("/public/home/images/index/fl02.png") !important;
    background-size: 100% 100%;
}

.about3{
    background-image: url('/public/home/images/index/fl3.png');
    background-size: 100% 100%;
}

.about3_blue{
    background-image: url("/public/home/images/index/fl03.png") !important;
    background-size: 100% 100%;
}

.about4{
    background-image: url('/public/home/images/index/fl4.png');
    background-size: 100% 100%;
}

.about4_blue{
    background-image: url("/public/home/images/index/fl04.png") !important;
    background-size: 100% 100%;
}

.about-content{
    width: 94%;
    height: 150px;
    margin: 0 auto;
    
}

.about-one{
    background: #fff;
    text-align: center;
    /* border: 1px solid; */
    width: 30%;
    height: 150px;
    float: left;
    background: #fff;
}

.about-two{
    text-align: center;
    /* border: 1px solid; */
    width: 31%;
    height: 150px;
    float: left;
    margin-left: 4%;
    background: #fff;
}

.about-one-img{
    position: relative;
    top: 16px;
}
.about-one-font{
    font-size: 18px;
    position: relative;
    top: 30px;
}
/**
scene
 */
.scene{
    width: 100%;
    background: url("../images/scene_bg.png") center no-repeat ;
    background-size:cover;
}

.scene-p{
    text-align: center;
    font-size: 20px;
    padding-top: 25px;
    margin-bottom: 10px;
}

.scene-p-sm{
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}

.scene-box{
    width: 100%;


}

.slide2{
    height: 150px;
    width: 80%;
    background: #fff;
}

.swiper-container{
    /*height:200px;*/
}

.scene .swiper-pagination-bullet {
    width: 15px;
    height: 5px;
    border-radius: 0px;
    background-color: #fff;
}

.scene .swiper-pagination-bullet-active {
    background-color: #fff;
}

.scene-title{
    line-height: 25px;
    height: 25px;
    /* margin-left: 3%; */
    width: 89%;
    margin: 0 auto;
    margin-top: 3%;
}

.scene-icon{
    width: 25px;
    height: 25px;
    float: left;
}

.scene-title p{
    float: left;
    margin-left: 5px;
    font-size: 14px;
}

.scene-conten{
    width: 89%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    line-height: 19px;
}

.scene-bottom{
    width: 89%;
    /* margin-top: 10px; */
    margin: 0 auto;
}

.scene-bottom p{
    font-size: 12px;
    color: #999;
}

.scene-exp-box{
    width: 70%;
    /* display: -webkit-box; */
    margin-top: 5px;
}

.scene-exp{
    width: 50%;
    height: 30px;
    float: left;
    margin-top: 0px;
}

/**
server
 */
.server{
    background: #f1f2f5;
    padding-bottom: 20px;
}

.server-box{
    padding: 0 10px;
}

.server-item{
    width: 100%;
    margin-bottom: 10px;
}

.server-list{
    padding: 10px;
    background: #fff;
}

.server-img{
    width: 35px;
    height: 35px;
    float: left;
}

.server-list p{
    float: left;
    font-size: 18px;
    line-height: 35px;
    margin-left: 10px;
}

.server-icon{
    float: right;
    width: 20px;
    margin-top: 7px;
    height: 20px;
}

.server-down{
    background-image: url("../images/rad_down.png");
    background-size: 100% 100%;
}

.server-up{
    background-image: url("../images/rad_up.png") !important;
    background-size: 100% 100%;
}

.server-content{
    background: #fff;
    border-top: 1px solid #ddd;
    padding: 15px 10px;
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

/**
advantage
 */
.advantage{
    border-bottom: 5px solid #ddd;
}

.adv-box{
    display: flex;
    width: 75%;
    margin: 0 auto;
    margin-bottom: 25px;
}

.adv-item{
    width: 85px;
}

.adv-img{
    width: 45px;
    height: 45px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.adv-title{
    text-align: center;
    font-size: 14px;
    margin-bottom: 5px;
    color: #666;
}

.adv-title-sm{
    text-align: center;
    font-size: 12px;
    color: #87878d;
}

.adv-empty{
    flex:1;
    min-width: 20px;
}

/**
news
 */
.news{
    width: 100%;
}

.news-box{
    width: 91%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.news-item{
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    width: 100%;
    line-height: 30px;
}

.news-time{
    margin-right: 5px;
    color: #87878d;
}

.news-line{
    margin-right: 5px;
    color: #87878d;
}

.news-item a{
    color: #666;
}































