@charset "utf-8";
/**
 * Created by chenxiaoyi on 2017/12/27.
 */
*{
    padding: 0;
    margin: 0;
}
html,body{
    width: 100%;
    font-family: "微软雅黑", serif;
    min-width: 1200px;
}
.homepage{
    width: 100%;
    height: auto;
    min-width: 1200px;
}
.pageBox{
    width: 100%;
    margin: 0 auto;
}
.pageBone{
    float: right;
    margin-top: 25px;
    margin-bottom: 70px;
}
.pageBthree{
    height: 390px;
    margin-top: 20px;
    background: url("../img/contentBG.png");
    overflow: hidden;
}
.pageBthree ul{
    margin: 23px 24px;
    list-style: none;
}
.pageBthree ul li{
    float: left;
}
.pageBthree ul li:nth-child(1),.pageBthree ul li:nth-child(2){
    margin-right: 21px;
    margin-bottom: 24px;
}
.pageBthree ul li:nth-child(4){
    margin-right: 22px;
}
.pageBfour{
    height: 230px;
}
footer{
    background: #424242;
    height: 50px;
}
.footer{
    width: 1170px;
    margin: 0 auto;
    text-align: center;
}
.footer a{
    line-height: 50px;
    font-size: 14px;
    padding: 0 10px;
    color: #E0E0E0;
    text-decoration: none;
    font-family: "黑体简体"
}
.footer a:hover{
    color: #fff;
}
