﻿* {
    transition: color 300ms, background-color 300ms;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    padding: 0;
    margin: 0;
}

body,
input,
button,
select,
textarea {
    font: 14px/1.5 Arial Verdana, Microsoft yahei, sans-serif;
    color: #000;
}

body {
    color: #fff;
    background-color: #000;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: none;
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
em,
i {
    font-weight: normal;
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

list {
    vertical-align: middle;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none !important;
    color: #c00;
}

input {
    vertical-align: middle;
}

button {
    overflow: visible;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    display: inline-block;
}

*html .clearfix {
    height: 1%
}

.clearfix {
    display: block;
}

.zoom {
    zoom: 1
}

.left {
    float: left;
    display: inline;
}

.right {
    float: right;
    display: inline;
}

.pointer {
    cursor: pointer;
}

.clr {
    clear: both;
    height: 0px;
    line-height: 0;
    font-size: 0
}

.text-center {
    text-align: center;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    overflow: hidden;
}

.banner_pc {
    width: 100%;
}

.banner_wap {
    display: none
}

.nav {
    height: 80px;
    line-height: 80px;
    background: #1C304C;
    text-align: center;
    display: block !important;
    opacity: 1 !important
}

.nav a {
    font-size: 20px;
    color: #fff;
    margin: 0 20px;
    padding: 0 40px;
    display: inline-block
}

.nav a.active {
    background-color: #0764D2;
}

.nav a:hover {
    background-color: #0764D2;
}

.nav-fx {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999999;
}

.tit {  
    text-align: left;
    color: #fff;
    margin: 50px 0;
}

.tit::before {
    content: '';
    display: block;
    width: 16px;
    height: 89px;
    background: url(images/tip.png) no-repeat center center;
    float: left;
    margin-right: 20px;
    margin-top: 9px;
}

.tit h3 {
    font-size: 36px;
    font-weight: 600;
}

.tit h4 {
    font-size: 25px;
    text-transform: Uppercase;
    margin-top: 5px;
}

.titBox {
    padding: 0px;
}

.title {
    background: linear-gradient(0deg, #F1B4F4 0%, #78FFF4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
    font-size: 32px;
    font-weight: 600;
    margin: 30px 0 20px 0;
}

.content {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
}

.content p {
    margin-bottom: 30px;
    text-align: justify;
}

.content-box { border-radius:10px; background:#152243; padding:20px;}

.content-box p { font-size:16px; padding:5px 0}

.blockBox .cBox {
    text-align: center;
    float: left;
}

.oneBox {
    width: 650px;
}

.twoBox {
    width: 250px;
    margin-left: 20px;
}

.one {
    height: 51px;
    line-height: 51px;
    font-size: 24px;
    font-weight: 600;
    background-color: #8F002C;
    border-radius: 10px 10px 0 0;
}

.two {
    height: 57px;
    text-align: center;
    padding: 30px 34px;
    font-size: 18px;
    background-color: #590720;
    border-radius: 0 0 10px 10px;
}

.two.twoHeight {
    line-height: 57px;
}


.imgBox {
    height: 1241px;
    background: url(images/person_pc.png) no-repeat top center;
    position: relative;
    text-align: center;
    font-size: 28px;
}

.partTitle {
    color: #20C3FF;
    font-size: 36px;
    font-weight: 600;
}

.oneBlock {
    position: absolute;
    left: 320px;
    top: 100px;
}

.twoBlock {
    position: absolute;
    right: 300px;
    top: 400px;
}

.threeBlock {
    position: absolute;
    left: 180px;
    top: 700px;
}

.fourBlock {
    position: absolute;
    right: 200px;
    top: 1040px;
}

.tips {
    color: #999;
    font-size: 16px;
    margin: 20px 0 24px 0;
}

.md_list li {
    font-size: 18px;
    padding: 2px 0;
    float: none;
    width: auto;
    line-height: 36px;
    float: left;
    width: 50%;
}

.md_list li img {
    width: 20px;
    height: 24px;
    margin-right: 15px;
}

.partnersBox {
    margin-top: 40px;
    background-color: #152243;
    border-radius: 10px;
    font-size: 22px;
}

.partnerLeft {
    color: #000;
    font-size: 28px;
    font-weight: 600;
    width: 232px;
    height: 60px;
    line-height: 60px;
    background: linear-gradient(90deg, #60BFFF, #D6B4E9);
    border-radius: 20px 0 20px 0;
    text-align: center;
}

.partnerContent {
    padding: 20px 20px 40px 28px;
    line-height: 30px;
    font-size: 20px;
}

.partnerP {
    padding: 20px 20px 40px 28px;
    font-size: 20px;
}

.partnerP p {
    margin-top: 20px;
}

.partnerP h4 { font-size:22px; font-weight:700}

.partnerItem {
    float: left;
    margin-right: 20px;
}

.partnerItem p {
    margin: 20px 10px 0;
    float: left;
}

.partnerItem .logoBox {
    float: left;
}

.logoBox div {
    float: left;
    background-color: #152243;
    width: 130px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 10px 20px 0px 0px;
    overflow: hidden;
    font-weight: 700;
    font-size: 24px;
}

.logoBox img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.videoBox {
    height: 573px;
    background: url(images/video_pc.png) no-repeat top center;
    text-align: center;
    font-size: 20px;
}

.videoBox video {
    width: 50%;
    height: 70%;
    object-fit: fill;
    margin-top: 120px;
}


.tit_b {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-top: 60px;
}

.tit_t {
    text-align: center;
    font-size: 20px;
    margin: 28px auto;
}

.form {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px;
}

.form .item {
    position: relative;
    margin: 30px 200px;
    height: 70px;
    background-color: #fff;
    border-radius: 50px;
}

.form .item label {
    width: 100px;
    height: 70px;
    line-height: 70px;
    display: block;
    color: #000;
    font-size: 20px;
    float: left;
    background-color: #D6E6F4;
    border-radius: 50px 0 0 50px;
    text-align: left;
    padding-left: 40px;
}

.form .item input {
    width: 420px;
    height: 70px;
    font-size: 20px;
    color: #000;
    background: #fff;
    border: 0;
    margin-left: 20px;
}

.form .item .error {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: auto;
    color: #c00;
    font-weight: 400;
    font-size: 22px;
}

.btn_part {
    height: 70px;
    line-height: 70px;
    color: #fff;
    border-radius: 40px;
    margin: 30px 200px;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    background: #0787FF;
}

.btn_part:hover {
    color: #fff;
}

.contact {
    padding: 50px 0;
}

.contact_tit {
    float: left;
    padding: 20px 80px 50px;
    margin: 0 50px 0 0
}

.contact_tit h3 {
    font-size: 50px;
    line-height: 50px;

}

.contact_tit h4 {
    font-size: 32px;
    color: #fff;
    opacity: .5;
    text-align: right;
    text-transform: Uppercase;
}

.contact_cnt {
    text-align: center;
}

.contact_cnt dl {
    text-align: left;
    padding: 0 50px 0 20px;
    font-size: 24px;
    color: #fff;
    float: left;
}
.contact_cnt img { float:left; display:block}

.contact_cnt dl:first-child {
    border-left: 0;
}
.contact_cnt dl dt {
    padding: 2px 0;
    margin-bottom:20px;
    font-size: 20px;
    color:#60bfff
}
.contact_cnt dl dd {
    padding: 2px 0;
    font-size: 16px;
}

.contact_cnt dl dd img {
    margin-right: 10px;
    vertical-align: middle
}

.footer-copy {
    text-align: center;
    font-size: 14px;
    padding: 80px 0 40px;
    clear: both;
    color: #fff;
}

.footer-copy a {
    color: #fff;
}


@media screen and (max-width:767px) {
    .banner_pc {
        width: 100%;
        display: none
    }

    .banner_wap {
        display: block;
        width: 100%
    }

    .nav {
        display: none !important;
    }

    .container {
        position: absolute;
        top: 500px;
    }

    .wrapper {
        width: auto;
        padding: 0 20px 40px;
    }

    .tit {
        text-align: left;
        color: #fff;
        margin: 0 0 20px!important;
    }

    .tit::before {
        content: '';
        display: block;
        width: 8px;
        height: 50px;
        background: url(images/tip.png) no-repeat center center;
        background-size: cover;
        float: left;
        margin-right: 10px;
        margin-top: 6px;
    }

    .tit h3 {
        font-size: 24px;
        font-weight: 600;
    }

    .tit h4 {
        font-size: 15px;
        text-transform: Uppercase;
        margin-top: 2px;
    }

    .titBox {
        padding: 0 25px;
    }

    .title {
        background: linear-gradient(0deg, #F1B4F4 0%, #78FFF4 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-style: italic;
        font-size: 18px;
        font-weight: 600;
        margin: 31px 0 17px 0;
    }

    .content {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }

    .content p {
        margin-bottom: 20px;
        text-indent:28px;
        text-align: justify;
    }

    .blockBox .cBox {
        text-align: center;
        float: none;
    }

    .oneBox {
        width: auto;
    }

    .twoBox {
        width: 48%;
        margin-left: 0px;
        margin-top: 10px;
        margin-right: 10px;
        float: left !important;
    }

    .one {
        height: 25px;
        line-height: 25px;
        font-size: 12px;
        font-weight: 600;
        background-color: #8F002C;
        border-radius: 5px 5px 0 0;
    }

    .two {
        height: auto;
        text-align: center;
        padding: 15px 17px;
        font-size: 11px;
        background-color: #590720;
        border-radius: 0 0 5px 5px;
    }

    .two.twoHeight {
        line-height: 28px;
    }

    .carnivalBox {
        padding: 0 0 20px;
    }

    .imgBox {
        height: 650px;
        background: url(images/person.png) no-repeat top center;
        background-size: cover;
        padding-bottom: 140px;
        position: relative;
        text-align: center;
        font-size: 14px;
    }

    .partTitle {
        color: #20C3FF;
        font-size: 18px;
        font-weight: 600;
    }

    .oneBlock {
        position: absolute;
        left: 50px;
        top: 50px;
    }

    .twoBlock {
        position: absolute;
        right: 50px;
        top: 250px;
    }

    .threeBlock {
        position: absolute;
        left: 10px;
        top: 450px;
    }

    .fourBlock {
        position: absolute;
        right: 20px;
        top: 670px;
    }

    .content-box p { font-size:14px; padding:5px 0}

    .tips {
        color: #999;
        font-size: 11px;
        margin: 10px 0 12px 0;
    }

    .md_list li {
        font-size: 12px;
        padding: 1px 0;
        float: none;
        width: auto;
        line-height: 24px;
        float: none;
        width: auto;
    }

    .md_list li img {
        width: 10px;
        height: 12px;
        margin-right: 6px;
    }

    .partnersBox {
        margin-top: 25px;
        background-color: #152243;
        border-radius: 10px;
        font-size: 11px;
    }

    .partnerLeft {
        color: #000;
        font-size: 14px;
        font-weight: 600;
        width: 116px;
        height: 30px;
        line-height: 30px;
        background: linear-gradient(90deg, #60BFFF, #D6B4E9);
        border-radius: 10px 0 10px 0;
        text-align: center;
    }

    .partnerContent {
        padding: 0px 10px 20px 14px;
        font-size: 12px;
        line-height: 24px;
    }

    .partnerP {
        padding: 10px 10px 20px 14px;
        font-size: 12px;
    }

    .partnerP h4 { font-size:16px; font-weight:700}

    .partnerP p {
        margin: 10px 0;
    }


    .partnerItem {
        float: left;
        margin-right: 10px;
        margin-top: 10px;
    }

    .partnerItem p {
        margin: 10px 5px 0;
        float: left;
    }

    .partnerItem .logoBox {
        float: left;
    }

    .logoBox div {
        float: left;
        background-color: #152243;
        width: 90px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        margin: 5px 10px 0px 0px;
        overflow: hidden;
        font-weight: 700;
        font-size: 12px;
    }

    .logoBox img {
        max-width: 100%;
        max-height: 100%;
        display: block;
    }

    .logoBox div:nth-child(3n) {
        margin-right: 0;
    }

    .videoBox {
        height: 340px;
        background: url(images/video.png) no-repeat top center;
        background-size: cover;
        text-align: center;
        font-size: 14px;
    }

    .videoBox video {
        width: 95%;
        height: 60%;
        object-fit: fill;
        margin-top: 90px;
    }

    .tit_b {
        text-align: center;
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
    }

    .tit_t {
        text-align: center;
        font-size: 11px;
        margin: 14px auto;
    }

    .form {
        width: 100%;
        margin: 0 auto;
        padding: 0px;
    }

    .form .item {
        position: relative;
        margin: 15px 0;
        height: 35px;
        background-color: #fff;
        border-radius: 20px;
    }

    .form .item label {
        width: 63px;
        height: 35px;
        line-height: 35px;
        display: block;
        color: #000;
        font-size: 12px;
        float: left;
        background-color: #D6E6F4;
        border-radius: 20px 0 0 20px;
        text-align: left;
        padding-left: 12px;
    }

    .form .item input {
        width: 210px;
        height: 35px;
        font-size: 12px;
        color: #000;
        background: #fff;
        border: 0;
        margin-left: 10px;
    }

    .form .item .error {
        position: absolute;
        bottom: 10px;
        right: 20px;
        width: auto;
        color: #c00;
        font-weight: 400;
        font-size: 11px;
    }

    .btn_part {
        height: 35px;
        line-height: 35px;
        color: #fff;
        border-radius: 20px;
        margin: 5px auto;
        display: block;
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        background: #0787FF;
    }

    .btn_part:hover {
        color: #fff;
    }

    .contact {
        padding: 20px 0;
    }

    .contact_tit {
        float: none;
        border-right: 0;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .contact_tit h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .contact_tit h4 {
        font-size: 14px;
        color: #fff;
        opacity: .5;
        text-align: center;
        margin-top: 10px;
    }
    .contact_cnt img { width:120px}

    .contact_cnt {
        text-align: center;
        margin-top: 10px;
    }
    .contact_cnt dt { margin-bottom:5px!important; font-size:16px!important;}
    .contact_cnt dl {
        display: inline-block;
        text-align: left;
        padding: 0;
        font-size: 16px;
        color: #fff;
        float: none;
        width: 49%; margin-bottom:10px;
    }

    .contact_cnt dl dd {
        padding: 5px 0;
        font-size: 14px;
    }

    .contact_cnt dl dd img {
        margin-right: 5px;
        vertical-align: middle;
        width: 20px;
    }

    .footer-copy {
        text-align: center;
        font-size: 12px;
        padding: 20px 0;
        clear: both;
        color: #fff;
    }

    .footer-copy a {
        color: #fff;
    }


}