@charset "utf-8";

a:focus,a:active,a:hover{
    outline: none;
}
.aboutUs {
    position: relative;
    width: 100%;
    height: 340px;
}
#mainBody{
    font-family: "microsoft yahei";

}


.aboutPosition {
    position: absolute;
    left: 18%;
    top: 120px;
}
.clear{
    clear: both;

}


.aboutChinese {
    font-size: 54px !important;
    color: #fff;
    font-family: "Microsoft Yahei";
    opacity: 0.7;
}


.aboutEnglish {
    color: #fff;
    font-size: 24px;
    opacity: 0.7;
}
#aboutUs .content{
    width: 1267px;
    margin: 0 auto;
}
#aboutUs h1{
    font-size: 54px;
    color: #0b0b0b;
}
#aboutUs h5{
    font-size: 30px;
    color: #6c6c6c;
    font-family: "Microsoft Yahei";
}

.aboutMiddle {
    width: 100%;
    height: 547px;
    border-bottom: 3px solid #37bec4;
    text-align: center;
}
#AboutUsDetail{
    padding-top: 60px;
    border-bottom:8px solid #37bec4;

}


.aboutImg {
    height: 343px;
    width: 100%;
}
#AboutUsDetail .content{
    width: 1267px;
    margin: 0 auto;
    background: url("../../../../images/index/web/about-computer.png") no-repeat right bottom;

}


.aboutCp {
    width: 465px;
    float: left;
}
#AboutUsDetail .detail{
    width: 467px;
    height: 485px;

}


.aboutCpDetail {
    font-size: 28px;
    color: #37bec4;
    font-family: "Microsoft Yahei";
    margin-top: 62px;
    text-align: left;
    font-weight: 800;
}
#AboutUsDetail h1{
    margin-bottom: 34px;
    color: #37bec4;
    font-size: 28px;

}


.aboutCpOne ,.aboutCpTwo {
    font-size: 16px;
    color: #5e5e5e;
    text-align: left;
    line-height: 28px;
}
#AboutUsDetail p{
    line-height: 1.8;
    font-size: 16px;
    color: #5e5e5e;

}


.aboutImgDetail {
    width: 750px;
    float: left;
    height: 430px;
    margin-left: 20px;
    margin-top: 115px;
}
#servers{
    padding: 112px 0;
    overflow: hidden;
    background: #F5FFFF;

}


.aboutSomeThing {
    width: 100%;
    height: auto;
    background: #f5ffff;
    text-align: center;
}
#servers .marginTop{
    margin-top: 140px;

}

.aboutOne {
    margin-top: 80px;
    width: 550px;
    height: 180px;
    float: left;
    text-align: left;
}

.aboutTwo {
    margin-top: 80px;
    width: 550px;
    height: 180px;
    float: left;
    margin-left: 135px;
    text-align: left;
}

.aboutThr {
    margin-top: 50px;
    width: 550px;
    height: 180px;
    float: left;
    text-align: left;
}

.aboutFor {
    margin-top: 50px;
    width: 550px;
    height: 180px;
    float: left;
    margin-left: 135px;
    text-align: left;
}

.aboutImg_01 {
    float: left;
    width: 258px;
    height: 72px;
}

.aboutImg_ {
    width: 100%;
    height: 85px;
}

.aboutText_01 {
    font-size: 16px;
    color: #5e5e5e;
}

.aboutThing {
    margin-left: 20%;
    width: 60%;
    margin-top: 60px;
    margin-bottom: 60px;
}
#servers .content{
    width: 1267px;
    margin: 0 auto;
}

#servers .content .boxs{
    margin-top: 147px;
    overflow: hidden;
}
#servers .content .boxs:first-child{
    margin-top: 0;
}
#servers .content .box{
    width: 50%;
    padding-left: 8.5%;
    box-sizing: border-box;
    float: left;
}
#servers .content .box h2{
    font-size: 28px;
    color: #37bec4;
}
#servers .content .box h5{
    font-size: 16px;
    color: #37bec4;
}
#servers .content .box p{
    line-height: 2;
    color: #808080;
    font-size: 16px;
}
#servers .content .box img{
    margin-top: 10px;
    width: 68px;
    height: 68px;
}

#toUp{
    position: fixed;
    z-index: 10;
    display: none;
    width: 64px;
    height: 64px;
    bottom: 42px;
    right: 42px;
    -webkit-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    -moz-box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    box-shadow: 0 3px 12px  rgba(0,0,0,.24);
    background: #FFF url("../../../../images/index/web/arrowUp.png") no-repeat center;
    border-radius: 50%;
    cursor: pointer;
}