html {
    font-size: 14px;
    color: #414141;
}

a {
    color: #585858;
    text-decoration: none;
}

a:hover {
    color: #1978da;
    text-decoration: underline;
}

a:active {
    color: #2dc8fb;
    text-decoration: none;
}

.container {
    width: 950px;
    margin: 0 auto;
}

.header, .main {
    background: #fff;
}

.header {
    margin-bottom: 350px;
}

.header .logo {
    margin-top: 15px;
}

.header .back-home {
    line-height: 60px;
    font-size: 18px;
    color: #959595;
}

.banner {
    position: absolute;
    top: 60px;
    z-index: -1;
}

.banner img {
    width: 100%;
    height: auto;
}

.breadcrumb {
    padding-top: 38px;
    font-size: 16px;
}

.breadcrumb li {
    position: relative;
    margin-right: 30px;
    font-size: 16px;
}


.breadcrumb li:after {
    position: absolute;
    top: 0;
    right: -20px;
    display: block;
    content: '>';
    color: #c2c2c2;
}

.breadcrumb li:last-child {
    color: #1978da;
}

.breadcrumb li:last-child:after {
    display: none;
}

.article .title {
    border-bottom: 1px solid #ddd;
}

.article .title h2 {
    margin-top: 26px;
    line-height: 44px;
    text-align: center;
}

.article .title p {
    padding: 6px 0;
}

.article .title span {
    margin: 0 6px;
}

.article .content {
    padding: 10px 0;
}

.article .content p {
    margin: 20px 0;
    text-indent: 28px;
}

.article .content img {
    display: block;
    width: 100%;
    height: auto;
    margin: 20px 0;
}

.footer {
    padding-top: 70px;
    padding-bottom: 70px;
    background: #22282c;
    color: #fff;
}

.footer .info {
    display: table;
    margin: 0 auto;
}

.footer .qr-code {
    margin-right: 100px;
}

.footer .qr-code img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 12px;
}

.footer .qr-code p {
    text-align: center;
}

.footer .contact-info li {
    margin-bottom: 20px;
}

.footer .contact-info li:last-child {
    margin-bottom: 0;
}

.footer .contact-info li img {
    margin-right: 28px;
}