@charset "UTF-8";
.div {
    width: 100%;
    min-width: 1200px;
}


/* 顶部区域 */

.header {
    width: 100%;
    background: #ffffff;
    padding: 20px 0;
}

.header .web ul li {
    display: inline-block;
    float: left;
}

.header .web ul li a {
    display: block;
    font-size: 16px;
    color: #383f51;
    line-height: 42px;
    padding: 0 22px;
    background: url(../img/a.png) no-repeat 10px center;
    position: relative;
}

.header .web ul li a:hover {
    color: #eb0000;
}

.header .web ul li a:hover::before {
    content: "";
    position: absolute;
    width: 84px;
    height: 2px;
    background: #eb0000;
    left: 50%;
    top: 60px;
    margin-left: -42px;
}


/* 底部区域 */

.footer {
    width: 100%;
    background: #303030;
    padding: 30px 0;
}

.footer .lj {
    width: 600px;
    margin-right: 200px;
}

.footer .lj ul {
    width: 300px;
    margin-top: 20px;
}

.footer .lj h2 {
    width: 100%;
    font-size: 16px;
    line-height: 60px;
    color: #b0b0b0;
    border-bottom: 1px solid #41474a;
}

.footer .lj ul li a {
    display: block;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 34px;
}

.footer .lj ul li a:hover {
    color: #ffffff;
}

.footer .contact h2 {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #41474a;
}

.footer .contact h2 img {
    display: block;
}

.footer .contact div {
    margin-top: 20px;
}

.footer .contact div p {
    font-size: 14px;
    color: #6b6b6b;
    line-height: 34px;
}

.footerB {
    width: 100%;
    height: 70px;
    background: #151515;
}

.footerB p {
    color: #aab2b7;
    font-size: 12px;
    line-height: 70px;
    text-align: center;
}


/* 背景图 */

.back {
    width: 100%;
    height: 170px;
    background: url(../img/About.jpg) no-repeat center;
    padding: 165px 0;
}

.back div p.cn {
    color: #fff;
    font-size: 60px;
    line-height: 100px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 20px;
    margin-bottom: 20px;
}

.back div p.en {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 10px;
}