html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 1.5;
    background: #F7F7F7;
    color: #333;
}

h1,
h2,
h3,
h4,
ul,
li {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

p {
    margin-top: 0;
}

.banner {
    background: url(../images/webbg.png) center bottom no-repeat fixed;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/h5bg.png', sizingMethod='scale');
    color: #fff;
}


.banner .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1rem;
}

.banner .flex li {
    height: 3rem;
    margin-bottom: 1rem;
}

.banner .flex span {
    background: rgba(44, 115, 242, 0.26);
    border: 1px solid #F7F7F7;
    border-radius: 2px;
    padding: .5rem 2rem;
    height: 2.1rem;
    line-height: 2.1rem;
    font-size: 1.3rem;
}

.banner h1 {
    font-size: 1.8rem;
    font-weight: normal;
    padding: 2rem 0;
}

.banner-title {
    margin: 0 auto 2rem;
    width: 75%;
}

.banner-title .banner-title-img1 {
    width: calc(100% - 1.5rem);
    margin-right: 1.5rem;
}

.banner-btn .pure-button-primary {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    padding: .6em 3.2em;
}

.banner-tips {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.2rem;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    padding: 1rem 2rem;
    font-weight: bold;
}

.content {
    padding: 2rem;
    margin: 0 auto;
}

.center {
    text-align: center;
}

.content-title {
    text-align: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
}

.content-subtitle {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 2rem;
    color: #666;
}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

.banner-logo {
    width: 65%
}

.intro p {
    text-indent: 2em;
}

.interests {
    background: #fff;
}

.interests i {
    display: inline-block;
    width: 1.8rem;
    height: 1.8rem;
    vertical-align: middle;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    margin-right: 1rem;
}

.interests h3 {
    font-size: 1.5rem;
    font-weight: normal;
    margin-bottom: 1rem;
}

.interests .item1 i {
    background-image: url(../images/gpy.png);
}

.interests .item2 i {
    background-image: url(../images/gtm.png);
}

.interests .item3 i {
    background-image: url(../images/gdy.png);
}

.interests li {
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    margin-bottom: 2rem;
}

.interests li div {
    padding: 3rem;
}


.customer .content-title {
    display: flex;
}

.customer .content-title span {
    background: #fff;
    border: 1px solid #2C73F2;
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    width: 50%;
    padding: 1rem 2rem;
}

.customer .content-title span:first-child {
    margin-right: 2rem;
}

.customer .content-title strong {
    font-size: 3rem;
    color: #2C73F2;
}

.customer .content-title strong {
    font-size: 3rem;
    padding: 0 .75rem;
}

.process {
    background: #fff;
    font-size: 1.2rem;
}

.link-more {
    display: block;
    text-decoration: none;
    color: #2B62DA;
    font-size: 1.4rem;
}

.process h4 {
    font-weight: normal;
}

.footer {
    background: url(../images/webbg2.png) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
    padding: 4rem 2rem;
}

.footer-capital img {
    margin-bottom: 1.5rem;
}

.button-white {
    background: #fff;
    padding: .5em 3.2em;
    font-size: 1.6rem;
    color: #2B62DA;
}

.footer-icon,
.footer-code {
    display: none;
}

.copyright {
    display: none;
}

@media(min-width: 767px) {
    .content {
        padding: 4rem 2rem;
    }

    .banner-logo {
        width: 100%
    }

    .banner h1 {
        font-size: 3.6rem;
    }

    .banner .flex {
        flex-direction: row;
    }

    .banner .flex span {
        height: 3rem;
        line-height: 3rem;
        font-size: 1.5rem;
        margin: 0 1rem;
    }

    .banner-title .banner-title-img1 {
        width: calc(100% - 3.2rem);
        margin-right: 3.2rem;
        margin-bottom: 1rem;
    }

    .banner-tips {
        font-size: 1.4rem;
    }

    .content-title {
        font-size: 2.4rem;
    }

    .content-subtitle {
        font-size: 14px;
    }

    .intro-con {
        overflow: hidden;
    }

    .intro-img {
        float: left;
    }

    .intro-img img {
        margin-right: 3rem;
        width: calc(100% - 3rem);
    }

    .interests {
        background: url(../images/wsmjr.png) 0 0 no-repeat;
    }

    .interests h3 {
        font-size: 2.4rem;
    }

    .intro p:first-child {
        margin-top: 2.4rem;
    }

    .interests i {
        display: block;
        width: 3.6rem;
        height: 3.6rem;
        margin-bottom: 1rem;
    }

    .interests li {
        box-shadow: none;
        padding: 0;
        border-radius: 0;
    }

    .interests li:hover {
        background: #2C73F2;
        color: #FFFFFF;
    }

    .interests li:hover .item1 i {
        background-image: url(../images/gpy_h.png);
    }

    .interests li:hover .item2 i {
        background-image: url(../images/gtm_h.png);
    }

    .interests li:hover .item3 i {
        background-image: url(../images/gdy_h.png);
    }

    .customer .content-title {
        justify-content: center;
    }

    .customer .content-title span {
        width: auto;
        background: none;
        border: none;
        box-shadow: none;
        padding: 0;
    }

    .customer .content-title span:first-child::after {
        display: inline-block;
        content: '，';
        width: 1rem;
        height: 1rem;
    }

    .customer .content-title strong {
        font-size: 5rem;
    }

    .process {
        font-size: 1.4rem;
    }

    .process h4 {
        font-size: 1.6rem;
        font-weight: bold;
    }

    .footer-icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: 1rem;
    }

    .footer-icon:hover~.footer-code {
        display: block;
        position: absolute;
        left: 50%;
        transform: translate(8%, -120%);
    }

    .copyright {
        display: block;
        height: 4.8rem;
        line-height: 4.8rem;
        text-align: center;
        color: #666;
    }
}

@media(min-width: 1279px) {
    .content {
        width: 1200px;
        margin: 0 auto;
    }
}