/*清除默认样式*/
* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
    text-decoration: none;
}
/*header*/
header {
    width: 100%;
    height: 90px;
    background-image: url("../img/common/header.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.headerBox {
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}
.headerImg {
    width: 18%;
    margin-top: 21px;
    display: inline-block;
}
.headerBox img {
    width: 100%;
    height: 100%;
}
.slogan{
    width: 27%;
    float: right;
    margin-top: 30px;
}
.cn {
    font-size: 18px;
}
.eng {
    font-size: 10px;
}
/*nav*/
.nav {
    width: 100%;
    height: 50px;
    background-image: url("../img/common/nav.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.navBox {
    width: 1000px;
    height: 100%;
    margin: 0 auto;
}
.navAct {
    background-image: url("../img/common/navAct.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.navChild {
    margin-left: 126px;
}
.navBox a {
    width: 155px;
    color: #fff;
    line-height: 50px;
    float: left;
    text-align: center;
}
.navBox a span {
    font-size: 16px;
}
/*footer*/
footer {
    width: 100%;
    height: 190px;
    background-image: url("../img/common/footer.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.footerBox {
    height: 100%;
    width: 1000px;
    margin: 0 auto;
}
.footerContent{
    padding-top: 21px;
    color: #fff;
}
.footerContent div {
    display: inline-block;
}
.footerImg {
    width: 2%;
    display: inline-block;
}
.phone {
    margin-left: 100px;
}
.phoneImg {
    width: 6%;
}
.copyright {
    margin-left: 87px;
}
.copyrightImg {
    width: 4%;
}
.time {
    margin-left: 100px;
}
.timeImg {
    width: 5.7%;
}
.address {
    margin-left: 76px;
}
.addressImg {
    width: 3%;
}
.footerImg img {
    width: 100%;
    height: 100%;
}
.footerText {
    margin-left: 15px;
}
/*website*/
.website {
    width: 100%;
    height: 70px;
    background-image: url("../img/common/website.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}
.website {
    text-align: center;
    line-height: 70px;
    color: #fff;
}
