* {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
}
#app{
    overflow: hidden;
    width: 100%;
}
.BMapLabel {
    border: none;
}

.about_content {
    width: 100%;
    overflow: hidden;
}
.container{
    width: 100%;
}

.a_c_img {
    width: 100%;
    height: 500px;
}
.a_c_img img{
    width: 100%;
    height: 100%;
}

.nav {
    width: 100%;
    height: 70px;
    background-color: #0A0E2C;
    display: flex;
    justify-content: center;
}

.item {
    width: 250px;
    height: 70px;
    float: left;
    list-style: none;
    text-align: center;
    line-height: 70px;
    color: #fff;
    text-decoration: none;
}

.active1 {
    background-color: #ffffff;
    color: #11A3DC;
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}

section {
    width: 100%;
}

section:nth-child(1) {
/*    height: 700px; */
}

section:nth-child(2) {
    /* height: 1600px; */
}

section:nth-child(3) {
    /* height: 600px; */
    /* background-color: blue; */
}

section:nth-child(4) {
    /* height: 600px; */
    /* background-color: red; */
}

section:nth-child(5) {
    /* height: 600px; */
    /* background-color: gold; */
}

.c_i_content {
    padding-top: 40px;
    width: 100%;
    background-color: rgb(247, 248, 252);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.c_i_box {
    padding-top: 16px;
    width: 55%;
    display: flex;
    flex-direction: column;
}

.c_i_b_introduce {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.c_i_b_introduce span {
    padding-top: 15px;
    text-indent:2em;
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    line-height: 28px;
}
/* .c_i_b_introduce:hover span{
    color: #68BCE8;
} */
.partners_content {
    background-color: #FFFFFF;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.p_c_text {
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p_c_text span {
    font-weight: bold;
    font-style: normal;
    font-family: "微软雅黑";
    font-size: 26px;
    color: #444444;
    line-height: 30px;
}

/* .p_c_text:hover span{
    color: #68BCE8;
} */
.qualification_certificate {
    width: 100%;
    height: 500px;
    background-color: rgb(247, 248, 252);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.q_c_content {
    width: 60%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.q_c_title {
    /* text-indent:2em; */
    display: flex;
    justify-content: center;
    align-items: center;
}

.q_c_title span {
    font-weight: bold;
    font-style: normal;
    font-family: "微软雅黑";
    font-size: 26px;
    color: #444444;
    line-height: 30px;
}

/* .q_c_title:hover span{
    color: #68BCE8;
} */

.q_c_certificate {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.q_c_text {
    width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.q_c_text img{
    width: 100%; 
	max-height: 235px;
}

.q_c_text span {
    padding-top: 15px;
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #999999;
}

/* .q_c_text:hover span{
    color: #68BCE8;
} */

.q_c_book {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.q_c_book span {
    padding-top: 15px;
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666666;
}

.q_c_book img {
    width: 100%;
	max-height: 240px;
}

/* .q_c_book:hover span{
    color: #68BCE8;
} */

.contact_us {
    width: 100%;
    padding-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_u_content {
    width: 60%;
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.c_u_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.c_u_title span {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    color: #444444;
    line-height: 30px;
    font-size: 26px;
    font-family: "微软雅黑";
    font-weight: bold;
}

/* .c_u_title:hover span{
    color: #68BCE8;
} */

.c_u_contact {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.c_u_text {
    width: 25%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    position: relative;
}

.c_u_text p {
    font-family: '';
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    color: #11A3DE;
    line-height: 36px;
}

.c_u_txt {
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.c_u_txt span {
    cursor: pointer;
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #999999;
}

.c_u_icon {
    width: 100px;
    height: 100px;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_u_icon:hover{
    background-color: #4FCD95;
    border: 1px solid #4FCD95;
}
.c_u_bottom{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.contact_map {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.c_m_box{
    box-shadow: 5px 5px 5px rgba(174, 174, 174, 0.349019607843137);
    width: 60%;
}

.contact_map img {
    width: 100%;
    height: 421px;
}

.leave_message {
    width: 100%;
    height: 800px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.l_m_content {
    width: 60%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.l_m_c_top {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.l_m_c_top span {
    padding-bottom: 10px;
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #666666;
}

.send_us_message {
    width: 45%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.send_us_message span {
    font-size: 16px;
    color: #999999;
}
.l_m_c_form{
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: center;
}

.l_m_c_middle {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.l_m_c_m_left {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.l_m_c_text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 105px;
}

.l_m_c_text span {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #999999;
}

.l_m_c_text input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.l_m_c_m_right {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.l_m_c_m_right span {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #999999;
    padding-bottom: 20px;
}

.l_m_c_m_right textarea {
    padding: 10px;
    height: 370px;
    resize: none
}

.l_m_c_submit {
    width: 15%;
    height: 50px;
    background-color: rgba(22, 155, 213, 1);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.l_m_c_submit span {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
}

.l_m_c_submit:hover{
    background-color: #58D498;
}
.submit_content{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.s_c_box{
    border-radius: 4px;
    width: 300px;
    margin: 0 auto;
    background-color: #fff;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub_txt{
    font-size: 22px;
    line-height: 1;
    color: #303133;
    padding-bottom: 40px;
}
.sub_confirm{
    width: 30%;
    height: 35px;
    border-radius: 5px;
    background-color: #169BD5;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.sub_confirm span{
    color: #FFFFFF;
}
.login-mark {
    /* position: fixed;
    top: 0;
    left: 0; */
    /* z-index: 9999; */
    /* background-color: rgba(0, 0, 0, 0.5); */
    /* width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    top: -100px;
}
.login-mark img {
    width: 100px;
    height: 100px;
}
.main-code {
    width: 172px;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.5);;
    padding: 60px;
}
.public-code, .wx-code {
    width: 172px;
    height: 172px;
}
.public-code img {
    width: 100%;
    height: 100%;
}
.wx-title {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #3d3d3d;
    text-align: center;
    font-size: 14px;
}
.main-code .wx-title .scan-code-info {
    width: 200px;
    position: absolute;
    left: -12px;
    bottom: -25px;
    font-style: normal;
}
.scroll {
    position: fixed;
    right: 10px;
    bottom: 60px;
    width: 45px;
    height: 90px;
    cursor: pointer;
    display: none;
}

.scroll>div {
    width: 45px;
    height: 45px;
    transform: rotate(90deg);
    line-height: 45px;
    text-align: center;
    font-size: 35px;
    font-family: "黑体";
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
}

.scroll>div:hover {
    background-color: rgba(0, 0, 0, .5);
}

.show {
    display: block;
}

.d_c_timeline {
    width: 100%;
    height: 1600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline_content {
    width: 80%;
    height: 1400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline_middle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.jungoo_time_point {
    width: 25px;
    height: 25px;
}

.jungoo_line {
    border: 1px solid #797979;
    width: 0px;
    height: 32px;
}

.time_point {
    width: 25px;
    height: 25px;
}

.jungoo_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 5px solid #11A3DC;
    border-radius: 50%;
    height: 85px;
    width: 85px;
}

.timeline_jungoo {
    width: 56px;
    height: 19px;
}

.bounced_content {
    z-index: 77;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.left_bounced {
    padding-right: 10px;
}

.right_bounced {
    padding-left: 10px;
}

.b_c_text {
    position: absolute;
    z-index: 99;
    top: 10px;
    left: 28px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    height: 70px;
    width: 570px;
}

.b_c_t_title {
    width: 95%;
}

.b_c_t_title span {
    font-family: '';
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    color: #11A3DC;
    text-align: left;
}

.b_c_t_text {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.b_c_t_text img {
    padding-right: 5px;
}

.b_c_t_text span {
    font-family: '';
    font-weight: 400;
    font-style: normal;
    line-height: 22px;
    font-size: 14px;
}

/* .b_c_t_text:hover span{
    color: #68BCE8;
} */


