* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
a {
    text-decoration: none
}
body {
    font-size: 16px;
    font-family: "微软雅黑";
    background: url(../images/bg_01.png) no-repeat right 5.5rem/12.78rem;
}
.container {
    min-width: 1200px;
    max-width: 15rem;
    margin: 0 auto;
    padding: 0 0.2rem
}
.header {
    width: 100%;
    height: 11rem;
    background: url(../images/banner.png) no-repeat center bottom/cover;
    padding: 1.5rem 0.2rem 0;
    text-align: center
}
.header .logo {
    width: 4.63rem;
    margin: 0 auto 0.2rem;
}
.header .title-zh {
    font-size: 0.50rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0.1rem
}
.header .title-en {
    font-size: 0.22rem;
    line-height: 0.3rem;
    color: #000000;
}
.header .form {
    padding-top: 1.8rem;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.header .form .form-group {
    margin: 0 0.08rem;
    position: relative;
}
.header .form .form-group label {
    position: absolute;
    left: 0.35rem;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-align: left;
    top: 0.1rem;
}
.header .form .form-group label span {
    display: block;
}
.header .form .form-group label span+span {
    font-size: 0.2rem
}
.header .form .form-group input {
    width: 100%;
    height: 0.88rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    background-color: rgba(48, 62, 144, 0.6);
    border-radius: 0.39rem;
    font-size: 0.22rem;
    color: #FFFFFF;
    padding: 0 0.2rem 0 1.9rem;
}
.header .form .name {
    flex: 0 0 3.65rem;
}
.header .form .demand {
    flex: 0 0 6.35rem;
}
.header .form .demand input {
    padding-left: 1.3rem;
}
.header .form .form-group input:focus {
    outline: none;
}
.header .form .btn {
    width: 1.74rem;
    height: 0.78rem;
    background: #303e90;
    border-radius: 0.39rem;
    border: 0;
    cursor: pointer;
    transition: all 0.3s linear;
    color: #FFFFFF;
    font-size: 0.2rem
}
.header .form .btn b {
    font-size: 0.26rem
}
.header .form .btn:focus {
    outline: none;
    border: 0;
}
.header .form .btn:hover {
    opacity: 0.8
}
.home-title {
    text-align: center;
}
.home-title .zh {
    font-size: 0.52rem;
    color: #303e90;
    font-weight: bold;
    margin-bottom: 0.15rem;
    line-height: 0.6rem;
    padding: 0 0.4rem
}
.home-title .en {
    font-size: 0.30rem;
    color: #515151;
    font-weight: lighter;
    line-height: 0.52rem;
    padding: 0 0.4rem;
    word-break: break-all;
}
.registration-type {
    padding: 1rem 0 0.7rem;
}
.registration-type .home-title {
    margin-bottom: 0.6rem
}
.registration-type .content {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}
.registration-type .content>div {
    max-width: 33.33%;
    flex: 1 1 33.33%;
    padding: 0 0.15rem;
    margin-bottom: 0.3rem
}
.registration-type .content a {
    display: block;
    width: 100%;
    height: 2.2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0.5rem;
    text-align: center
}
.registration-type .content .zh {
    font-size: 0.52rem;
    line-height: 0.6rem;
    margin-bottom: 0.1rem;
    color: #000000;
}
.registration-type .content .en {
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #000000;
}
.qualification {
    padding-bottom: 1rem;
}
.qualification .home-title {
    margin-bottom: 0.6rem
}
.qualification .content {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
    display: flex;
    display: -webkit-flex;
    text-align: center;
}
.qualification .content>div {
    max-width: 33.33%;
    flex: 1;
    padding: 0 0.15rem;
}
.qualification-list-item {
    width: 100%;
    height: 6.46rem;
    border-radius: 0.1rem;
    display: block;
    padding: 0.5rem 0.8rem;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
}
.qualification-list-item .icon {
    height: 1.3rem;
    text-align: center
}
.qualification-list-item .title1 {
    margin-top: 0.3rem
}
.qualification-list-item .title1 .zh {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem
}
.qualification-list-item .title1 .en {
    font-size: 0.22rem;
    line-height: 0.26rem;
}
.qualification-list-item .title2 {
    margin-top: 0.15rem;
    text-align: center;
}
.qualification-list-item .title2.first {
    margin-top: 0.4rem;
}
.qualification-list-item .title2 .zh {
    font-size: 0.4rem;
    line-height: 0.5rem;
    margin-bottom: 0.1rem
}
.qualification-list-item .title2 .en {
    font-size: 0.22rem;
    line-height: 0.26rem;
}
.qualification-list-item .bottom {
    width: 100%;
    height: 1.66rem;
    background: #303e90;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    padding: 0 0.6rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.qualification-list-item .bottom .zh {
    font-size: 0.3rem;
    line-height: 0.4rem;
}
.qualification-list-item .bottom .en {
    font-size: 0.22rem;
    line-height: 0.26rem;
}
.qualification .content>div:nth-child(1) .qualification-list-item {
    background: #405ef5 url('../images/bg_08.png') no-repeat right top/4.51rem;
}
.qualification .content>div:nth-child(2) .qualification-list-item {
    background: #405ef5 url('../images/bg_09.png') no-repeat right top/100%;
}
.qualification .content>div:nth-child(3) .qualification-list-item {
    background: #405ef5 url('../images/bg_10.png') no-repeat right top/100%;
}
.home-services {
    padding-bottom: 1.1rem;
}
.home-services .home-title {
    margin-bottom: 1rem
}
.home-services .content {
    max-width: 7.55rem;
    display: block;
    margin: 0 auto;
    position: relative;
}
.home-services .content .list-item {
    position: absolute;
}
.home-services .content .list-item .zh {
    font-size: 0.5rem;
    font-weight: bold;
    color: #000000;
    line-height: 0.6rem;
}
.home-services .content .list-item .zh-small {
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.26rem;
    margin-top: 0.1rem;
}
.home-services .content .list-item .en {
    font-size: 0.22rem;
    color: #000000;
    line-height: 0.26rem;
}
.home-services .content .list-item:nth-child(1) {
    top: 0;
    left: -0.8rem;
}
.home-services .content .list-item:nth-child(2) {
    top: 0.85rem;
    right: -2rem;
}
.home-services .content .list-item:nth-child(3) {
    top: 2.5rem;
    left: -2.25rem;
}
.home-services .content .list-item:nth-child(4) {
    top: 3.8rem;
    right: -2.5rem;
}
.home-services .content .list-item:nth-child(5) {
    top: 5.6rem;
    left: -3.8rem;
}
.home-services .content .list-item:nth-child(6) {
    bottom: 0.5rem;
    right: -1.5rem;
}
.cooperative-partner {
    padding-bottom: 1rem;
}
.cooperative-partner .home-title {
    margin-bottom: 0.4rem
}
.footer {
    width: 100%;
    height: 7.2rem;
    padding: 0.7rem 0 0;
    background: url('../images/footer_bg.png') no-repeat center top/cover;
    overflow: hidden
}
.backtop {
    width: 0.65rem;
    margin: 0 auto 1.7rem;
    cursor: pointer;
}
.footer-main .container {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 0.5rem;
}
.footer-main .address-list  .list-item {
    margin-bottom: 0.2rem;
    color: #FFFFFF
}
.footer-main .address-list  .list-item:last-child {
    margin-bottom: 0
}
.footer-main .address-list  .list-item .zh {
    font-size: 0.24rem
}
.footer-main .address-list  .list-item .en {
    font-size: 0.18rem
}
.footer-main .phone {
    position: relative
}
.footer-main .phone .img {
    width: 1.6rem;
    position: absolute;
    bottom: 1rem;
    left: -0.55rem;
}
.footer-main .phone a {
    font-size: 0.5rem;
    line-height: 0.7rem;
    font-weight: lighter;
    color: #FFFFFF
}
.footer-main .phone a:hover {
    text-decoration: underline
}
.footer-logo-list {
    text-align: center;
}
.footer-logo-list .container {
    padding: 0
}
.footer-logo-list a {
    display: inline-block;
    vertical-align: middle;
    width: 2.3rem;
    height: 0.96rem;
    background-color: #FFFFFF;
    line-height: 0.96rem;
    margin: 0 0.05rem 0.08rem;
}
.footer-logo-list a img {
    max-width: 100%;
    max-height: 100%
}

@media (max-width:769px) {
    .container {
        max-width: 100%;
        min-width: 100%;
    }
    .header {
        height: 8.2rem;
        padding-top: 0.3rem;
    }
    .header .logo {
        width: 3rem;
    }
    .header .form {
        padding-top: 0.2rem;
        display: block;
    }
    .header .form .form-group {
        margin-bottom: 0.2rem;
    }
    .registration-type {
        padding: 0.5rem 0;
    }
    .registration-type .content>div {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .registration-type .content a {
        height: 1.7rem;
        padding: 0 0.3rem;
    }
    .registration-type .content .zh {
        font-size: 0.4rem;
        line-height: 0.5rem;
    }
    .qualification {
        padding-bottom: 0.5rem;
    }
    .qualification .content {
        flex-direction: column;
    }
    .qualification .content>div {
        max-width: 100%;
    }
    .qualification-list-item {
        height: auto;
        padding-bottom: 2rem;
        margin-bottom: 0.4rem;
    }
    .qualification .content>div:last-child .qualification-list-item {
        padding-bottom: 0.5rem;
        margin-bottom: 0;
    }
    .qualification-list-item .title1 .zh {
        font-size: 0.4rem;
        line-height: 0.5rem;
    }
    .qualification-list-item .title2.first {
        margin-top: 0.15rem;
    }
    .qualification-list-item .title2 {
        width: 50%;
        float: left;
        padding: 0 0.2rem;
    }
    .home-services .content>img {
        display: none;
    }
    .home-services .home-title {
        margin-bottom: 0.5rem
    }
    .home-services .content .services-list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .home-services .content .list-item {
        position: static;
        padding: 0 0.5rem;
        margin-bottom: 0.3rem;
        display: block
    }
    .backtop {
        display: none;
    }
    .footer {
        height: auto;
    }
    .footer-main .container {
        padding-bottom: 0.5rem;
    }
    .footer-main .address-list .list-item .zh {
        font-size: 0.32rem;
    }
    .footer-main .address-list .list-item .en {
        font-size: 0.24rem;
    }
    .footer-main .container {
        display: block;
    }
    .footer-logo-list {
        padding: 0.5rem 0 0.3rem;
    }
    .footer-logo-list a {
        width: 1.6rem;
        height: 0.68rem;
        line-height: 0.68rem;
        margin-bottom: 0.2rem;
    }
    .footer-main .phone {
        margin-top: 0.3rem;
    }
    .footer-main .phone .img {
        display: none
    }
    .home-services .content .list-item .en {
        text-align: center;
    }
    .home-services .content .list-item .zh-small {
        text-align: center
    }
}