@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

*:not(input, textarea) {
    -webkit-touch-callout: inherit;
    -webkit-user-select: auto;
}

body {
    width: 100%;
    font: normal 12px '微软雅黑', 'SimSun', '宋体', 'Heiti', '黑体', 'sans-serif';
    color: #40424D;
    background: #fff;
}

.wrapper {
    width: 1260px;
    height: auto;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 88px;
}

header .wrapper {
    height: 88px;
}

header .logo {
    width: 296px;
    height: 40px;
    margin-top: 24px;
    margin-left: 29px;
    float: left;
}

header .logo a {
    border: none;
    outline: none;
}

header .logo a img {
    border: 0 none;
}

header .nav {
    float: right;
}

header .nav ul {
    display: inline-block;
    vertical-align: middle;

}

header .nav ul li {
    display: inline-block;
    vertical-align: middle;
}

ul li>a {
    display: block;
    color: #B6B6BE;
    font-size: 18px;
    line-height: 30px;
    margin: 29px 29px 0 29px;
    text-decoration: none;
}

ul li>a:hover, ul li>a.active {
    color: #40424D;
}

.banner {
    width: 100%;
    height: 241px;
    min-width: 1260px;
    background-size: cover;
    background-image: url("../imgs/bg-3.png");
}

.banner-content {
    width: 100vw;
    height: 241px;
    min-width: 1260px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.banner-content p {
    font-size: 48px;
    color: #fff;
    text-align: center;
    margin: auto;
}

.about-wrapper {
    width: 1260px;
    min-height: calc(100vh - 426px);
    padding: 80px 30px 40px 30px;
    margin: 0 auto;
}

.about-wrapper p {
    margin: 24px 0;
    font-size: 16px;
    line-height: 27px;
}

.about-wrapper .title {
    font-size: 20px;
    font-weight: bold;
    padding-top: 0;
    padding-bottom: 24px;
    border-bottom: 1px solid #D2D2D7;
}

footer {
    width: 100vw;
    min-width: 1260px;
    height: 97px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background-color: #F4F7F7;
}

footer p {
    font-size: 16px;
    text-align: center;
    margin: auto;
}