﻿/* 关于我们公用部分 */

body {
    
    position: relative;
}

.about_header {
    width: 100%;
    height: 34px;
    background: #fbfbfb;
    line-height: 34px;
}

.about_header_body {
    width: 1038px;
    height: 100%;
    margin: 0px auto;
    font-size: 12px;
}

.about_login {
    float: left;
}

.about_login a {
    font-size: 12px;
    line-height: 35px;
    color: #27a6ee;
}

.about_header_body h5 {
    font-size: 12px;
    color: #666;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    font-weight: normal;
}

.about_header_body ul {
    float: right;
}

.about_header_body ul li {
    float: left;
    margin: 0 10px;
}

.about_header_body ul li a {
    color: #242424;
}

.back_index a {
    background: url(../images/back_index.png) 4px center no-repeat;
    padding-left: 24px;
}

.about_want {
    position: relative;
}

.about_want a:hover {
    text-decoration: underline;
}

.about_want ul {
    position: absolute;
    top: 34px;
    left: -10px;
    width: 100%;
    z-index: 10;
    display: none;
    padding: 0 0 0 10px;
    background: #fff;
}

.about_want ul li {
    margin: 0;
    width: 100%;
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.about_want:hover .glyphicon-menu-down:before {
    content: "\e260";
}

.wechat_shows:hover .glyphicon-menu-down::before {
    content: "\e260";
}

.about_logo_box {
    width: 100%;
    height: 62px;
    overflow: hidden;
    background: #fff;
    z-index: 9999;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.about_logo {
    width: 1038px;
    height: 62px;
    margin: 0 auto;
}

.about_logo ul a:hover {
    color: #27a6ee;
}

.logo {
    margin-top: 14px;
    display: block;
    float: left;
}

.about_logo ul {
    float: right;
    margin-top: 28px;
}

.about_logo li {
    float: left;
    padding: 0 40px;
    height: 12px;
    line-height: 12px;
    border-right: 1px solid #c3c3c3;
}

.about_logo li a {
    color: #8e8e8e;
    font-weight: bold;
}

.about_logo .border_none {
    border-right: none;
}

.about_logo .loading_now a {
    color: #27a6ee;
}


/* 关于我们主页面样式 */

.abUs_banner {
    width: 100%;
    height: 600px;
    overflow: hidden;
    background: url(../images/about_index_banner_202007.png) center center no-repeat;
    background-color: #333a8f;
}

.zyk_know {
 
    overflow: hidden;
    background: #f7fafe;
}

.same_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #434242;
    margin-top: 45px;
    margin-bottom: 17px;
}

.same_line {
    display: block;
    background: #27a5ec;
    width: 36px;
    height: 4px;
    margin: 0 auto;
}

.know_china {
    width: 1275px; 
    margin: 50px auto 0;
    position: relative;
    padding-bottom: 50px;

}

.know_china img {
    display: block;
}

.zyk_pro {
    width:100%; 
    margin: 20px auto; 
    padding: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    background-color: #fff;

}

.zyk_pro_title {
    font-size: 17px;
    color: #333333;
    margin-bottom: 28px;
    font-weight: bold;
}

.zyk_pro p {
    font-size: 15px;
    color: #999999;
    line-height: 26px;
    width: 100%;
}
.zyk_pro p>a{
    color: #3d96ff;
}

.zyk_company {
    position: absolute;
    bottom: 0;
    height: 100px;
    line-height: 100px;
}

.zyk_company li {
    float: left;
    padding: 0 65px;
}

.zyk_company span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 12px;
    display: inline-block;
}

.zyk_data {
    height: 210px;
    background: #3e7ef6;
}

.zyk_data li {
    float: left;
    /*width: 210px;*/
    height: 210px;
    text-align: center;
    overflow: hidden;
    color: #fff;
}

.zyk_data li h2 {
    font-size: 62px;
    line-height: 110px;
    margin-top: 20px;
}

.zyk_data li p {
    font-size: 19px;
    background: url(../images/video_line.png) center center no-repeat;
}

.zyk_data li span {
    font-size: 15px;
    line-height: 40px;
}

.zyk_data ul {
    width: 1275px;
    height: 210px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.zyk_video {
    height: 411px;
    background: url(../images/video_main.png) center center no-repeat;
    overflow: hidden;
    position: relative;
}

.zyk_video img {
    display: block;
    margin: 115px auto 0;
}

.zyk_video p {
    font-size: 44px;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    color: #fff;
}

.zyk_run_box {
    overflow: hidden;
    height: 940px;
    background-color: #fff;
    background-image: url(../images/zyk_course.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #ebf0f7;
}

.zyk_run {
    width: 1023px;
    height: 660px;
    margin: 0 auto;
    background: url(../images/zyk_runbg.png) left top no-repeat;
    position: relative;
    padding: 30px 0 0 57px;
    background-size: 34px 660px;
}

.zyk_run img {
    width: 1920px;
    height: 662px;
    display: block;
    margin: 0 auto;
}

.color_bule {
    color: #44a4ff;
}

.color_black {
    font-size: 14px;
    color: #333333;
}

.zyk_run .same_line {
    display: block;
    background: #27a5ec;
    width: 36px;
    height: 4px;
    margin: 0 auto;
    position: relative;
}

.zyk_adv {
    height: 640px;
    overflow: hidden;
    background: #fdfdfd;
}

.clearfix {
    content: "";
    display: table;
}

.con {
    width: 1182px;
    height: 412px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15px;
}

.conli {
    float: left;
    width: 25%;
    padding-top: 120px;
    position: relative;
    overflow: hidden;
}

.pic {
    width: 298px;
    height: 166px;
    transition: .3s all;
    position: relative;
    z-index: 8;
}

.on .pic {
    transform: translateY(-110px);
}

.on .pic .pic2 {
    display: block;
}

.con .on .tbox .txt {
    transform: translateY(0);
}

.on .pic .pic1 {
    display: none;
}

.pic1,
pic2 {
    width: 298px;
    height: 166px;
}

.pic2 {
    display: none;
}

.name {
    width: 298px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 56px;
    font-weight: 700;
    position: absolute;
    top: 202px;
    z-index: 10;
    transition: .3s all;
}

.tbox {
    width: 298px;
    height: 279px;
    transform: translateY(-135px);
    overflow: hidden;
}

.txt span {
    display: block;
    padding-top: 122px;
    width: 240px;
    height: 110px;
    overflow: hidden;
    margin: 0 auto;
    font-size: 14px;
    color: #fff;
    text-align: left;
    line-height: 24px;
}

.conli .tbox .txt {
    background: url(../images/zyk_txt.png) center top no-repeat;
    background-size: 300px 276px;
    width: 300px;
    height: 276px;
    overflow: hidden;
    transform: translateY(-276px);
    transition: .3s all;
}

.zyk_easy_box {
    height: 655px;
    background: #ffffff;
    overflow: hidden;
}

.zyk_easy {
    width: 1182px;
    height: 520px;
    margin: 18px auto 0;
    position: relative;
    background: url(../images/zyk_arrows.png) 230px 140px no-repeat;
}

.zyk_linght {
    width: 242px;
    height: 335px;
    position: absolute;
    color: #5592ed;
}

.zyk_linght img {
    display: block;
    margin: 0 auto;
}

.zyk_linght p {
    border: 1px solid #bdd5ff;
    font-size: 27px;
    text-align: center;
    display: block;
    width: 186px;
    height: 52px;
    line-height: 52px;
    margin: 20px auto 0;
    border-radius: 5px;
}

.zyk_linght span {
    width: 140px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 17px;
    letter-spacing: 1px;
    line-height: 30px;
}

.zyk_select_box {
    height: 504px;
    overflow: hidden;
    background: #fafafa;
}

.zyk_select_box a:hover {
    box-shadow: 0 0.7rem 1.4rem #e0e2e8, 0 0.3rem 0.6rem rgba(12, 14, 27, .065);
    transform: translateY(-.2rem);
    transition-duration: .45s;
    background-color: #3f80ff;
}

.zyk_select {
    width: 1198px;
    height: 208px;
    margin: 60px auto 0;
}

.zyk_select li {
    width: 280px;
    height: 204px;
    float: left;
    border: 1px solid #e6e6e6;
    margin-right: 23px;
    position: relative;
    background: #ffffff;
}
.zyk_select li:last-child {
    margin-right: 0;
}

.zyk_select li:hover {
    border: 1px solid #f8f8f8;
}

.zyk_select li img {
    display: block;
    margin: 30px auto 0;
    width: 230px;
    height: 144px;
    object-fit: contain;
}

.zyk_select p {
    text-align: center;
    font-size: 15px;
    position: absolute;
    bottom: 42px;
    color: #201e20;
    width: 100%;
}

.zyk_select_box>a {
    width: 212px;
    height: 45px;
    display: block;
    margin: 35px auto 0;
    background: #3f80ff;
    text-align: center;
    line-height: 45px;
    color: #fff;
    border-radius: 4px;
}

.point_area {
    position: absolute;
    width: 100px;
    height: 100px;
    transition: opacity .5s ease-out;
}

.point_area .point_10,
.point_40,
.point_80 {
    width: 100%;
    height: 100%;
}

.point_area .point {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    border-radius: 50%;
    background-clip: padding-box;
    background: transparent;
}

.point_area .point_40:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd2f30;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out .9s infinite;
    animation: ripple 4.5s ease-out .9s infinite;
}

.point_area .point_10:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd2f30;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 225ms infinite;
    animation: ripple 4.5s ease-out 225ms infinite;
}

.point_area .point_20:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd814f;
    opacity: 0;
    -webkit-animation: ripple 2s ease-out 225ms infinite;
    animation: ripple 2s ease-out 225ms infinite;
}

.point_area .point_30:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd814f;
    opacity: 0;
    -webkit-animation: ripple 2s ease-out .9s infinite;
    animation: ripple 2s ease-out .9s infinite;
}

.point_area .point_50:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd814f;
    opacity: 0;
    -webkit-animation: ripple 2s ease-out 1.8s infinite;
    animation: ripple 2s ease-out 1.8s infinite;
}

.point_area .point_80:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #fd2f30;
    opacity: 0;
    -webkit-animation: ripple 4.5s ease-out 1.8s infinite;
    animation: ripple 4.5s ease-out 1.8s infinite;
}

.point_area .point-dot {
    z-index: 1;
    display: inline-block;
    width: 12px;
    height: 12px;
}

.point_area .point_60:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #348ef9;
    opacity: 0;
    -webkit-animation: ripple 5.5s ease-out 225ms infinite;
    animation: ripple 5.5s ease-out 225ms infinite;
}

.point_area .point_70:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #348ef9;
    opacity: 0;
    -webkit-animation: ripple 5.5s ease-out .9s infinite;
    animation: ripple 5.5s ease-out .9s infinite;
}

.point_area .point_90:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #348ef9;
    opacity: 0;
    -webkit-animation: ripple 5.5s ease-out 1.8s infinite;
    animation: ripple 5.5s ease-out 1.8s infinite;
}

@keyframes ripple {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1);
        transform: scale(.1)
    }
    5% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.point-name {
    position: absolute;
}

.color_297 {
    color: #277bed;
}

.pad_20 {
    padding-left: 20px;
    font-weight: bold;
    background: url(../images/oval_blue.png) left center no-repeat;
}

.zyk_run p {
    font-size: 16px;
    color: #000;
    line-height: 36px;
}

.same_subt {
    margin-bottom: 17px;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #343434;
}

.run_btn {
    width: 81px;
    height: 150px;
    position: absolute;
    right: 10px;
    top: 41px;
}

.run_btn a {
    display: block;
    width: 64px;
    height: 30px;
    border: 1px solid #277bed;
    margin-bottom: 14px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #277bed;
    cursor: pointer;
}

.run_btn .run_active {
    background: #277bed;
    width: 67px;
    height: 32px;
    border: none;
    color: #fff;
}

.abUs_font {
    width: 1108px;
    height: 132px;
    margin: 145px auto 0;
}

.abUs_font .font_title {
    color: #fff;
    font-size: 50px;
    letter-spacing: 4px;
    line-height: 100px;
}

.abUs_font .font_title span {
    color: #f1ad33;
}

.abUs_font p {
    color: #fff;
    font-size: 16px;
}


/* 加入我们样式 */

.joinwe_banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url(../images/joinwe_banner.png) center center no-repeat;
}

.join_font {
    width: 1200px;
    height: 174px;
    color: #fff;
    margin: 108px auto 0;
}

.join_font .join_we {
    font-size: 50px;
    line-height: 84px;
}

.zyk_together {
    font-size: 32px;
    margin-bottom: 15px;
}

.font_normal {
    font-size: 12px;
}

.joinwe_next {
    height: 324px;
    overflow: hidden;
    background: #fff;
}

.joinwe_next_ul {
    width: 1146px;
    height: 324px;
    display: flex;
    margin: 0 auto;
    overflow: hidden;
    justify-content: space-between;
}

.joinwe_next_ul li {
    width: 180px;
    height: 214px;
    margin-top: 62px;
}

.joinwe_next_ul li img {
    display: block;
    margin: 0 auto;
}

.li_title {
    font-weight: bold;
    font-size: 20px;
    margin-top: 25px;
    color: #383838;
    line-height: 25px;
    text-align: center;
}

.li_index {
    text-align: center;
    color: #a6a8ae;
    line-height: 20px;
    margin-top: 22px;
    font-size: 14px;
}

.bg_color {
    background: #2c67ff;
    height: 236px;
}

.joinwe_index {
    height: 875px;
    width: 760px;
    background: #fff;
    padding: 0 110px;
    position: relative;
    margin: -176px auto 0;
}

.index_titles {
    width: 795px;
    height: 86px;
    margin: 0 auto;
    padding-top: 50px;
}

.index_title {
    float: left;
    position: relative;
    /* padding: 0 42px 17px; */
    cursor: pointer;
    /* border-bottom: 1px solid #d8d9dc; */
}

.title_tab {
    position: absolute;
    width: 76px;
    height: 24px;
    top: -50px;
    margin: 0 auto;
}

.title_tab1 {
    left: 78px;
}

.title_tab2 {
    left: 70px;
}

.title_tab3 {
    left: 45px;
}

.title_tab4 {
    left: 35px;
}

.index_title .is_active:before {
    border-top: 23px solid #2c67ff;
}

.title_tab:before {
    top: 0;
    left: 0;
    height: 0;
    content: " ";
    display: block;
    transition: border .3s ease-in-out;
    border-top: 0px solid #2c67ff;
    border-left: 39px solid transparent;
    border-right: 39px solid transparent;
    border-bottom: 10px solid transparent;
}

.title_txt {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    position: relative;
    max-width: 100%;
    padding: 0 42px 17px;
    display: inline-block;
    color: #a6a8ae;
    border-bottom: 1px solid #d8d9dc;
}

.title_diff .title_txt {
    color: #000;
    border-bottom: 2px solid #2c67ff;
}

.index_font p {
    font-size: 14px;
    color: #333333;
    line-height: 29px;
    text-indent: -23px;
    padding-left: 23px;
}

.index_font .joinwe_pay {
    font-size: 18px;
}

.index_font .joinwe_pay span {
    color: #f73349;
}

.joinwe_btn {
    display: block;
    color: #fff;
    width: 164px;
    height: 46px;
    background: #3f80ff;
    text-align: center;
    line-height: 46px;
    margin: 64px auto 0;
    border-radius: 4px;
    position: relative;
    top: 0;
}

.joinwe_index .index_font .fontw_bold {
    font-weight: bold;
}

.joinwe_btn:hover {
    box-shadow: 0 0.7rem 1.4rem #e0e2e8, 0 0.3rem 0.6rem rgba(12, 14, 27, .065);
    transform: translateY(-.2rem);
    transition-duration: .45s;
    background-color: #3f80ff;
}

.index_font .joinwe_qq {
    display: block;
    margin-top: 16px;
    width: 100%;
    text-align: center;
    color: #000;
}

.index_font {
    display: none;
}


/* 商务合作样式 */

.cooper_banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url(../images/cooper_banner.png) center center no-repeat;
}

.cooper_font {
    width: 996px;
    height: 180px;
    margin: 136px auto 0;
    color: #fff;
}

.cooperation {
    font-size: 60px;
    font-weight: bold;
    line-height: 108px;
    letter-spacing: 5px;
}

.zyk_with {
    font-size: 26px;
    letter-spacing: 4px;
}

.cooper_pro_box {
    width: 100%;
    height: 376px;
    overflow: hidden;
    background: url(../images/cooper_pro.png) center center no-repeat;
}

.cooper_pro {
    width: 1210px;
    height: 290px;
    margin: 80px auto 0;
    display: flex;
    justify-content: space-between;
}

.cooper_pro li {
    width: 150px;
    height: 100%;
    text-align: center;
}

.cooper_pro li img {
    display: block;
    margin: 0 auto 20px;
}

.cooper_title {
    color: #000;
    font-size: 22px;
    line-height: 50px;
}

.cooper_pro_font {
    font-size: 14px;
    color: #666;
    line-height: 22px;
}

.cooper_index_box {
    width: 100%;
    height: 529px;
    overflow: hidden;
    background: url(../images/cooper_index.png) center center no-repeat;
}

.cooper_index {
    width: 1210px;
    height: 529px;
    margin: 40px auto 0;
    display: flex;
    justify-content: space-around;
}

.cooper_index li {
    width: 374px;
    height: 442px;
}

.cooper_index_title {
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    line-height: 36px;
    padding-left: 10px;
}

.cooper_index_subtitle {
    display: block;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.cooper_index li .subtitle_title_box {
    width: 372px;
    height: 377px;
    overflow: hidden;
    margin-top: 6px;
    background: url(../images/cooper_indexbg.png) center center no-repeat;
}

.subtitle_title {
    font-size: 14px;
    color: #000;
    padding-left: 72px;
    margin-top: 46px;
    font-weight: bold;
}

.subtitle_index {
    height: 58px;
    width: 235px;
    line-height: 58px;
    margin-left: 72px;
}

.subtitle_num {
    width: 26px;
    height: 21px;
    background: #2c67ff;
    color: #fff;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
    margin: 19px 12px 0 0;
}

.subtitle_index p {
    float: left;
}

.subtitle_content {
    width: 195px;
    height: 57px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #f5f5f5;
}

.cooper_foot {
    height: 180px;
    background: #fff;
    overflow: hidden;
}

.cooper_foot a {
    display: block;
    width: 217px;
    height: 47px;
    margin: 54px auto 16px;
    background: #3f80ff;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 47px;
    font-size: 20px;
}

.cooper_foot a:hover {
    box-shadow: 0 0.7rem 1.4rem #e0e2e8, 0 0.3rem 0.6rem rgba(12, 14, 27, .065);
    transform: translateY(-.2rem);
    transition-duration: .45s;
    background-color: #3f80ff;
}

.cooper_foot p {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #333;
    line-height: 29px;
}


/* 联系我们样式 */

.contact_banner {
    width: 100%;
    height: 403px;
    background: url(../images/contact_banner.png) center center no-repeat;
    background-size: cover;
}

.round_box {
    width: 1200px;
    height: 403px;
    margin: 0 auto;
    position: relative;
}

.round {
    width: 122px;
    height: 122px;
    background: url('../images/round.png') no-repeat;
    position: absolute;
    top: 70px;
    right: 25%;
    animation: show 1.4s infinite;
}

@keyframes show {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opaicty: .6;
        transform: scale(1.6);
    }
    100% {
        opacity: .1;
        transform: scale(2);
    }
}

.contact_title {
    width: 100%;
    line-height: 94px;
    text-align: center;
    color: #333;
    font-size: 24px;
    background: url(../images/font_line.png) bottom center no-repeat;
}

.contact_server {
    width: 1028px;
    height: 84px;
    margin: 34px auto 0;
    display: flex;
    justify-content: space-between;
}

.contact_server li {
    width: 158px;
    height: 81px;
    padding-left: 82px;
    overflow: hidden;
    border-radius: 8px;
}

.contact_subserver1 {
    background: url(../images/phone.png) 18px center no-repeat #2ca8ff;
}

.contact_subserver2 {
    background: url(../images/service.png) 18px center no-repeat #2ca8ff;
}

.contact_subserver3 {
    background: url(../images/tencent.png) 18px center no-repeat #2ca8ff;
}

.contact_subserver1 .sub_contact {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    background: url(../images/unblock.png) 105px center no-repeat;
}

.contact_subserver2 .sub_contact {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    background: url(../images/topspeed.png) 105px center no-repeat;
}

.contact_subserver3 .sub_contact {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
    background: url(../images/online.png) 100px center no-repeat;
}

.next_contact {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}

.contact_server a {
    display: block;
    width: 78px;
    height: 24px;
    margin: 5px 0 0 12px;
    background: #fff;
    color: #333;
    line-height: 24px;
    border-radius: 4px;
    font-size: 12px;
    text-align: center;
}

.contact_server a:hover {
    background: #00dfff;
    color: #fff;
}

.contact_index {
    width: 1214px;
    margin: 0 auto 60px;
    overflow: hidden;
}

.con_index_title {
    text-align: center;
    width: 100%;
    font-size: 35px;
    font-weight: bolder;
    line-height: 120px;
}

.contact_index_box {
    width: 1214px;
    height: 372px;
    overflow: hidden;
    margin-bottom: 14px;
    background: url(../images/contact_indexbg.png) center center no-repeat;
}

.contact_index_box img {
    display: block;
    float: left;
    margin: 38px 76px 0 105px;
}

.con_subindex_box {
    float: left;
}

.contact_index_box .con_subindex_title {
    font-size: 26px;
    color: #333;
    font-weight: bolder;
    margin-top: 65px;
    line-height: 52px;
}

.con_subindex_box p {
    color: #000;
    font-size: 20px;
    line-height: 34px;
}

.con_subindex_box p span {
    color: #b0b0b0;
}


/* 专业服务样式 */

.services_banner {
    width: 100%;
    height: 450px;
    overflow: hidden;
    background: url(../images/services_banner_202007.png) center center no-repeat;
}

.services_font {
    width: 510px;
    height: 112px;
    text-align: center;
    margin: 118px auto 0;
}

.services {
    font-size: 50px;
    color: #fff;
    line-height: 90px;
}

.zyk_services {
    font-size: 14px;
    color: #fff;
}

.services_plat {
    height: 518px;
    overflow: hidden;
}

.platform {
    width: 1100px;
    height: 317px;
    margin: 90px auto 0;
    -webkit-animation: fadeInUp 1s ease-in-out forwards;
    -moz-animation: fadeInUp 1s ease-in-out forwards;
    -o-animation: fadeInUp 1s ease-in-out forwards;
    animation: fadeInUp 1s ease-in-out forwards
}

.platform img {
    display: block;
    float: left;
}

.platform .platform_font {
    float: right;
    margin-right: 92px;
    margin-top: 55px;
}

.platform_font h4 {
    font-size: 30px;
    color: #333;
    font-weight: normal;
    margin-bottom: 30px;
}

.platform_font p {
    font-size: 18px;
    color: #333;
    line-height: 38px;
}

.services_staff {
    height: 167px;
    background: url(../images/staffbg.png) center center no-repeat;
    overflow: hidden;
}

.staff {
    margin: 0 auto;
}

.staff h4 {
    font-size: 30px;
    color: #fff;
    text-align: center;
    width: 100%;
    margin-top: 36px;
    line-height: 76px;
    font-weight: normal;
    padding-left: 90px;
}

.staff p {
    font-size: 14px;
    color: #fff;
    width: 100%;
    text-align: center;
    padding-left: 90px;
}

.services_foot_box {
    height: 520px;
    overflow: hidden;
    opacity: 0;
}

.position_one {
    position: relative;
    top: 1px;
}

.services_foot {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
}

.services_foot img {
    display: block;
    float: right;
    margin-top: 90px;
    margin-right: 14px;
}

.services_foot_font {
    margin-top: 132px;
    float: left;
}

.services_foot_font h4 {
    font-weight: normal;
    font-size: 30px;
    color: #333;
    line-height: 98px;
}

.services_foot_font p {
    font-size: 18px;
    line-height: 38px;
    color: #333;
}


/* 遮罩层样式 */

.mask {
    position: absolute;
    top: 0px;
    filter: alpha(opacity=75);
    background-color: #000;
    z-index: 1000000;
    left: 0px;
    opacity: 0.75;
    -moz-opacity: 0.75;
    display: none;
    width: 100%;
    height: 100%;
}

.input_form,
.input_form1,
.input_form2 {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 522px;
    height: 456px;
    margin-top: -228px;
    margin-left: -261px;
    background: #fff;
    z-index: 1000001;
    overflow: hidden;
    display: none;
}

.input_form1 img {
    display: block;
    margin: 44px auto 24px;
}

.input_form2 img {
    display: block;
    margin: 44px auto 24px;
}

.success_sub {
    font-size: 22px;
    color: #333;
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.input_form1 a {
    display: block;
    width: 203px;
    height: 44px;
    margin: 30px auto 0;
    background: #3f80ff;
    color: #fff;
    line-height: 44px;
    text-align: center;
}

.relation {
    font-size: 14px;
    color: #999;
    width: 100%;
    text-align: center;
    line-height: 20px;
}

.relation span {
    color: #3f80ff;
}

.form_close {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/close.png) center center no-repeat;
    cursor: pointer;
    float: right;
    margin: 14px 14px 0 0;
}

.input_form h4,
.input_form1 h4,
.input_form2 h4 {
    font-size: 30px;
    margin: 46px auto 44px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    color: #333;
}

.input_form2 a {
    display: block;
    width: 203px;
    height: 44px;
    margin: 40px auto 0;
    background: #3f80ff;
    color: #fff;
    line-height: 44px;
    text-align: center;
}

.input_form label {
    margin: 16px 0 16px 50px;
    height: 56px;
    display: block;
    line-height: 56px;
}

.input_form label span {
    display: inline-block;
    width: 80px;
    margin-right: 20px;
    text-align: right;
}

.input_form span i {
    float: left;
    font-style: normal;
    color: #ff2424;
    margin: 4px 0 0 0;
}

.input_form .font_diff i {
    margin-left: 30px;
}

.input_form input {
    height: 52px;
    width: 295px;
    display: inline-block;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    padding-left: 25px;
}

.input_form a {
    display: block;
    width: 203px;
    height: 44px;
    background: #a4c5ff;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    color: #eaf1ff;
    margin: 38px auto 0;
    font-size: 16px;
}

.input_form input:focus {
    border: 1px solid #4c8aff;
}

.name_lay,
.phone_lay {
    margin: -15px 0 -15px 180px;
    font-size: 12px;
    color: red;
    display: none;
}

.cooper_inp,
.cooper_inp1,
.cooper_inp2 {
    width: 520px;
    height: 610px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -305px;
    margin-left: -260px;
    background: #fff;
    overflow: hidden;
    z-index: 1000001;
    display: none;
}

.cooper_inp1 a,
.cooper_inp2 a {
    display: block;
    width: 204px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #3f80ff;
    border-radius: 4px;
    color: #fff;
    margin: 106px auto 0;
}

.cooper_inp1 img,
.cooper_inp2 img {
    display: block;
    margin: 84px auto 24px;
}

.cooper_inp_sub {
    width: 100%;
    font-size: 22px;
    text-align: center;
    line-height: 44px;
    color: #333;
}

.cooper_inp_title {
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 100px;
    font-weight: normal;
}

.cooper_inp_link {
    line-height: 22px;
    color: #999;
    font-size: 14px;
    text-align: center;
    width: 100%;
}

.cooper_inp_link span {
    color: #3f80ff;
}

.cooper_inp label {
    height: 56px;
    width: 425px;
    line-height: 56px;
    display: block;
    margin: 15px 0 0 35px;
}

.cooper_inp .label_diff {
    height: 162px;
}

.label_diff p {
    width: 223px;
    height: 144px;
    border: 1px solid #e5e5e5;
    padding-left: 26px;
    padding-right: 26px;
    border-radius: 6px;
    float: right;
    line-height: 20px;
    padding-top: 16px;
    font-size: 14px;
    color: #afafaf;
}

.cooper_inp label input {
    width: 275px;
    height: 52px;
    border: 1px solid #e5e5e5;
    padding-left: 26px;
    padding-right: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: 6px;
}

.cooper_inp i {
    font-style: normal;
    float: left;
    font-style: normal;
    color: #ff2424;
    margin: 4px 0 0 0;
}

.cooper_inp .form_close {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/close.png) center center no-repeat;
    cursor: pointer;
    float: right;
    margin: 14px 14px 0 0;
}

.cooper_inp span {
    width: 125px;
    display: inline-block;
    text-align: right;
    margin-right: 15px;
}

.cooper_inp .label_i2 {
    margin-left: 58px;
}

.cooper_inp .label_i3 {
    margin-left: 40px;
}

.cooper_inp a {
    display: block;
    width: 203px;
    height: 44px;
    background: #a4c5ff;
    border-radius: 4px;
    line-height: 44px;
    text-align: center;
    color: #eaf1ff;
    margin: 25px auto 0;
    font-size: 16px;
}

.company_lay,
.linkname_lay,
.number_lay {
    margin: 6px 0 -6px 206px;
    font-size: 12px;
    color: red;
    display: none;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(267px);
        -moz-transform: translateY(267px);
        -ms-transform: translateY(267px);
        -o-transform: translateY(267px);
        transform: translateY(267px)
    }
    50% {
        opacity: .2
    }
    100% {
        opacity: 1
    }
}

.posi_abso {
    position: absolute;
    bottom: 36px;
    width: 795px;
}

.authenticate_process {
    width: 100%;
    background-color: #fafafa;
    overflow: hidden;
}

.authenticate_process>ul {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
    padding: 40px 0 55px 0;
}

.authenticate_process>ul>li {
    display: inline-block;
    width: 261px;
    height: 420px;
    background-color: #fff;
    margin-right: 45px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

.authenticate_process>ul>li:hover {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, .1);
    -webkit-transform: translate3d(0, -5px, 0);
    -moz-transform: translate3d(0, -5px, 0);
    -ms-transform: translate3d(0, -5px, 0);
    -o-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}

.authenticate_process>ul>li>a>div {
    width: 261px;
    height: 320px;
    text-align: center;
}

.process_tltle_emphasis {
    margin-top: 12px;
    text-align: center;
    font-size: 24px;
    color: #000;
    height: 40px;
    line-height: 40px;
    letter-spacing: 3px;
}

.process_des {
    text-align: center;
    font-size: 18px;
    color: #666;
    height: 30px;
    line-height: 30px;
    letter-spacing: 2px;
}