*{
    margin: 0;
    padding: 0;
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*-o-box-sizing: border-box;*/
    /*-ms-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
}
a{
    color: #000;
    text-decoration: none;
}
.clearfix{
    content: "";
    clear: both;
    overflow: hidden;
    /*visibility:hidden;*/
}
ul{
    list-style: none;
}

body{
    min-width: 1200px;
}





.footer{
    width: 100%;
    padding: 30px 0 10px 0;
    background-color: #535768;
}
.footer p{
    margin-bottom: 20px;
    /*color: #b8b8b8;*/
    text-align: center;
    font-size: 12px;
}
.footer p a{
    color: #b8b8b8;
}


.doorLink{
    background-color: #535768;
}
.doorLink .linkNav{
    width: 1200px;
    margin: 0 auto;

}
.doorLink .linkNav .linkNav_left{
    float: left;
    margin-top: 20px;
}
.doorLink .linkNav .linkNav_left .box{
    float: left;
    width: 160px;
    box-sizing: border-box;
}
.doorLink .linkNav .linkNav_left .box .top{
    padding: 20px 0;
    font-weight: 700;
    color: #fff;
    /*box-sizing: border-box;*/
}
.doorLink .linkNav .linkNav_left .box .down div{
    padding: 4px 0;
    font-size: 12px;
}
.doorLink .linkNav .linkNav_left .box .down div a{
    color: #b8b8b8;
}
.doorLink .linkNav .linkNav_center{
    float: left;
}
.doorLink .linkNav .linkNav_center .box{
    float: left;
    padding: 40px 10px 10px 20px;
}
.doorLink .linkNav .linkNav_center .box .down{
    text-align: center;
    color: #b8b8b8;
    font-size: 12px;
    padding: 10px 0;
}
.doorLink .linkNav .linkNav_right{
    float: right;
    margin-top: 30px;
}
.doorLink .linkNav .linkNav_right .box{
    padding: 14px 0;
    width: 310px;
}
.doorLink .linkNav .linkNav_right .box .icons{
    float: left;
    width: 50px;
    height: 50px;
}
.doorLink .linkNav .linkNav_right .box .icons img{
    position: relative;
    top: 16px;
    left: 8px;
}
.doorLink .linkNav .linkNav_right .box .details{
    padding-left: 64px;
    height: 50px;
}
.doorLink .linkNav .linkNav_right .box .details .details_each{
    color: #b8b8b8;
    font-size: 14px;
}
.doorLink .linkNav .linkNav_right .box .details .details_each span{
    font-size: 22px;
    color: #d0d0d0;
}
