p, .section h3 {
    line-height: 140%;
    letter-spacing: 3px;
}

.wrapper {
    max-width: 100%;
    margin: 0;
}

.section-5 .wrapper {
    text-align: center;
}

.banner {
    width: 100%;
}

.border {
    display: block;
    position: relative;
    margin: 0 auto;
    width: 46%;
    height: 15px;
    border: 1px solid #fff;
}

.border span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -5px;
    width: 59%;
    height: 140%;
    line-height: 150%;
    background: #6a9ee6;
    padding: 0 5px;
}

.important {
    color: #f2273b;
}

.bg-title .important {
    color: #ffec17;
}

.section h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto;
    text-align: center;
}

.section h3.bg-title {
    position: relative;
    background: #4581c9;
    border-radius: 30px;
    font-style: italic;
    color: #fff;
    font-size: 14px;
    width: 120px;
    padding: 1px 0;
    overflow: hidden;
    margin: 5% auto 8%;
}

.section h3.bg-title span {
    position: relative;
    z-index: 1;
}

.section h3.bg-title:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 50%;
    width: 100%;
    background: #084eae;
    z-index: 0;
}

.section p {
    font-size: 12px;
}

.section-2, .section-4, .section-6 {
    padding: 29px 0;
}

.section-1 {
    position: relative;
    background: #649ce9 url("../images/cutprice/activity-banner.jpg") bottom center no-repeat;
    background-size: 100% auto;
    width: 100%;
    padding: 20% 10px;
    color: #fff;
    box-sizing: border-box;
}

.section-1 .text {
    position: absolute;
    top: 17.7%;
    left: 0;
    right: 0;
    margin: 0 10px;
}

.section-1 p, .section-1 .section h3, .section .section-1 h3 {
    margin-top: 3.75%;
    text-align: center;
}

.section-2 {
    color: #2870d3;
}

.section-2 .line {
    display: block;
    width: 1px;
    height: 34px;
    margin: 3% auto;
    background: #2870d3;
}

.section-2 img {
    display: block;
    width: 23%;
    margin: 0 auto;
}

.section-2 p, .section-2 .section h3, .section .section-2 h3 {
    text-align: center;
}

.section-2 p {
    margin: 13px 10px 0;
}

.section-3 img {
    width: 100%;
}

.section-4 {
    position: relative;
    background: #eaedf1;
    padding-bottom: 0;
}

.section-4 img {
    width: 63%;
    display: block;
    margin: 0 auto;
}

.section-4 .text {
    color: #084eae;
    text-align: left;
    background: #fff;
    padding: 10px 20px;
    margin: 10px 0 0;
}

.section-4 p {
    margin-bottom: 20px;
}

.section-5 {
    padding: 0 0 3% 0;
}

.section-5 img {
    width: 100%;
}

.section-6 .wrapper {
    width: 1000px;
}

.section-6 li {
    width: 50%;
    margin-bottom: 12%;
    text-align: center;
}

.section-6 li img {
    width: 80%;
}

.relate-news {
    color: #12579d;
    padding-bottom: 10px;
}

.relate-news h3 {
    text-align: left;
    margin-bottom: 20px;
    font-weight: normal;
}

.relate-news .wrapper {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.relate-news li {
    margin-bottom: 20px;
    padding-left: 10px;
    border-left: 2px solid #649c1f;
}

.relate-news li a h4 {
    font-size: 13px;
    font-weight: bold;
}

.relate-news p {
    color: #888;
}