h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}

ul,
ul li {
    font-weight: normal;
    list-style: none;
    margin: 0;
    padding: 0;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
}

.mainStyle {
    width: 1200px;
}

#boxscroll {
    height: 100%;
    width: 100%;
    overflow: auto;
}

@media screen and (min-width: 1440px) {
    .leapCloud-header {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 111;
    }
}

.icon {
    background-image: url("https://static.leapcloud.cn/web/website/common/images/sprite.png");
}

@media (-webkit-min-device-pixel-ratio: 2),
(-o-min-device-pixel-ratio: 2/1),
(min-resolution: 192dpi) {
    .icon {
        background-image: url("https://static.leapcloud.cn/web/website/common/images/sprite@2x.png");
        -moz-background-size: 523px 505px;
        -o-background-size: 523px 505px;
        background-size: 523px 505px;
    }
}

.close-btn {
    position: absolute;
    right: 40px;
    top: 0px;
    opacity: 0.6;
    line-height: 80px;
    font-size: 26px;
    font-weight: 600;
    cursor: pointer;
}



#righter .cube.dingzhi-cube {
    display: none;
}

.phone-number-dingzhi {
    display: none;
}

.clearfix {
    clear: both;
    display: block;
    height: 0;
}

#qiao-icon-wrap {
    display: none !important;
}

span[id*=cnzz_stat_icon] {
    display: none;
}

body>a:not(#QIAO_ICON_CONTAINER) {
    display: none !important;
}

.mask {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    opacity: 0.8;
    filter: alpha(opacity=80);
    background: #000;
    z-index: 8888;
    position: fixed;
    display: none;
}

.model {
    text-align: center;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 8889;
    position: absolute;
    display: none;
}

.clearmid {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}

.clearbtm {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: bottom;
}

.cleartop {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: top;
}

.divider {
    width: 1px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
}

.divider.gray {
    background: rgba(0, 0, 0, 0.1);
}

.moreSlution {
    text-align: center;
    cursor: pointer;
    text-decoration: underline;
    color: #333333;
    font-size: 18px;
}

.w430 {
    width: 430px;
}

.w480 {
    width: 480px;
}

.w490 {
    width: 490px;
}

.w515 {
    width: 515px;
}

.h5 {
    height: 5px;
    width: 100%;
}

.h10 {
    height: 10px;
    width: 100%;
}

.h20 {
    height: 20px;
    width: 100%;
}

.h30 {
    height: 30px;
    width: 100%;
}

.h40 {
    height: 40px;
    width: 100%;
}

.mainStyle {
    width: 1200px;
    margin: 0 auto;
}

@media screen and (max-width: 769px) {
    .mainStyle {
        width: 100%;
    }
}

input:focus,
textarea:focus {
    border-color: #cfcfcf;
    background: #fff;
    color: #444;
}

input[readonly],
textarea[readonly] {
    border-color: #e0e0e0;
    background: red;
    color: #bbb;
}

input {
    word-break: break-all;
}

label {
    vertical-align: middle;
}

textarea {
    resize: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    margin: 0 auto;
    border: none;
}

img {
    border: none;
}

.icon {
    background-image: url("https://static.leapcloud.cn/web/website/common/images/icon_1x_build/sprite.png");
}

body {
    background-color: #f5f7f9;
    font-size: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

ul,
ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.about-section {
    width: 100%;
}

.about-section .about-bgImg {
    background-image: url("../../../assets/images/new/about/about_bg.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    background-position: center center;
    height: 650px;
    background-color: #333;
}

.about-section .about-title {
    margin: -445px auto 0 auto;
    font-size: 80px;
    color: #fff;
}

.about-section .about-desc {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin: 46px auto 246px;
    position: relative;
}

.about-section .about-desc::after {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 160px;
    height: 3px;
    background: rgba(244, 245, 249, 1);
}

.about-section .about-content {
    margin-top: -2px;
    background: #fff;
}

.about-section .about-content #aboutus{
    overflow: hidden;
    margin-bottom: 24px;
}

.about-section .about-content #aboutus h2 {
    margin-top: 52px;
    margin-left: 65px;
    margin-right: 65px;
    font-size: 30px;
}

.about-section .about-content #aboutus .contactUS {
    display: inline-block;
    vertical-align: top;
    margin-top: 120px;
}

.about-section .about-content #aboutus .contactUS #title {
    font-size: 30px;
    margin-left: 65px;
    margin-right: 65px;
    margin-bottom: 20px;
}

.about-section .about-content #aboutus .contactUS .contactUS-title {
    margin-top: 0;
    font-size: 20px;
    color: #333;
}

.about-section .about-content #aboutus .aboutus_detail {
    text-indent: 2em;
    font-size: 15px;
    margin-top: 10px;
    color: #6b6b6b;
    line-height: 28px;
    margin-left: 65px;
    margin-right: 65px;
}

.about-section .about-content #aboutus .aboutus_detail:nth-of-type(1) {
    margin-top: 20px;
}

.about-section .about-content #aboutus .aboutusperson_detail {
    font-size: 15px;
    margin-top: 20px;
    color: #6b6b6b;
    line-height: 28px;
    margin-left: 65px;
    margin-right: 65px;
    display: inline-block;
}

.about-section .about-content .about-img {
    margin-top: 100px;
    margin-bottom: 50px;
}

.about-section .about-content .contactUS {
    width: 47%;
}

.about-section .about-content .about-text {
    width: 303px;
    height: 315px;
    background: #f9fbfd;
    position: relative;
    z-index: 999;
    border: 1px solid transparent;
}

.about-section .about-content .about-text .about-h {
    width: 80%;
    font-size: 30px;
    text-align: left;
}

.about-section .about-content .about-text span {
    margin: 24px 60px 0 60px;
    color: #6b6b6b;
    display: block;
    font-size: 15px;
    width: 80%;
}

.about-section .about-content .about-text .span-mobile {
    display: none;
}

.about-section .about-content .about-huanjing {
    margin-top: -315px;
}

.about-section .about-content .about-huanjing-mobile {
    display: none;
}

.about-section .about-history-bgImg {
    background-image: url("https://static.leapcloud.cn/web/website/common/images/website/abouts/fzlc_banner.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 650px;
}

.about-section .about-history-content {
    border: 1px solid transparent;
    margin-top: -2px;
    padding-bottom: 200px;
    padding-left: 60px;
    background-color: #fff;
    position: relative;
}

.about-section .about-history-content .splitLine {
    border-left: 1px solid #e8ecee;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 197.4px;
}

.about-section .about-history-content .timezone {
    position: relative;
    margin-top: 176px;
}

.about-section .about-history-content .timezone .time {
    margin-bottom: 100px;
}

.about-section .about-history-content .timezone .time .year {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    color: #333;
    font-weight: 600;
    font-size: 32px;
}

.about-section .about-history-content .timezone .time .month {
    display: inline-block;
    vertical-align: top;
}

.about-section .about-history-content .timezone .time .month .month-info {
    margin-bottom: 20px;
}

.about-section .about-history-content .timezone .time .month .month-info .time-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #00cc33;
    position: relative;
    left: -1px;
    z-index: 999;
}

.about-section .about-history-content .timezone .time .month .month-info .time-triangle {
    font-size: 0;
    line-height: 0;
    border-width: 6px;
    border-color: #3399ff;
    border-left-width: 0;
    border-style: dashed;
    border-right-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    vertical-align: middle;
    margin-left: 12px;
}

.about-section .about-history-content .timezone .time .month .month-info .month-time {
    display: inline-block;
    margin-left: -2px;
    margin-right: 30px;
    width: 50px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #3399ff;
    color: #fff;
    font-size: 14px;
    vertical-align: middle;
}

.about-section .about-history-content .timezone .time .month .month-info .month-event {
    display: inline-block;
    color: #6b6b6b;
    font-size: 15px;
}

.about-section .about-employee-bgImg {
    background-image: url("https://static.leapcloud.cn/web/website/common/images/website/abouts/yghj_banner_new.png");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 650px;
}

.about-section .about-employee-content {
    border: 1px solid transparent;
    margin-top: -2px;
    background: #fff;
}

.about-section .about-employee-content #employee {
    margin-bottom: 140px;
    padding-left: 60px;
    padding-right: 60px;
}

.about-section .about-employee-content #employee h2 {
    margin-top: 120px;
    margin-left: 65px;
    margin-right: 65px;
    font-size: 30px;
}

.about-section .about-employee-content #employee .aboutus_detail {
    font-size: 15px;
    margin-top: 30px;
    color: #6b6b6b;
    line-height: 28px;
    margin-left: 65px;
    margin-right: 65px;
}

.about-section .about-employee-content #employee .aboutus_detail:nth-of-type(1) {
    margin-top: 20px;
}

.about-section .about-employee-content .office-text {
    width: 425px;
    height: 340px;
    background: #f9fbfd;
    padding-top: 65px;
    position: relative;
    z-index: 999;
    padding-left: 60px;
}

.about-section .about-employee-content .office-text .office-h {
    margin-left: 65px;
    width: 80%;
    font-size: 30px;
    text-align: left;
}

.about-section .about-employee-content .office-text span {
    margin: 24px 65px 0 65px;
    color: #6b6b6b;
    display: block;
    font-size: 15px;
    width: 80%;
}

.about-section .about-employee-content .office-text .span-mobile {
    display: none;
}

.about-section .about-employee-content .company-huanjing {
    margin-top: -340px;
}

.about-section .about-certificate-bgImg {
    background-image: url("https://static.leapcloud.cn/web/website/common/images/website/abouts/zzzs_banner.jpg");
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 650px;
}

.about-section .about-certificate-content {
    border: 1px solid transparent;
    margin-top: -2px;
    padding-bottom: 200px;
    background: #fff;
}

.about-section .about-certificate-content .certificate {
    margin-top: 70px;
    padding: 0 100px;
}

.about-section .about-certificate-content .certificate .certificate-title {
    margin-bottom: 90px;
    font-size: 30px;
}

.about-section .about-certificate-content .certificate .certificate-lists li {
    display: inline-block;
    margin-right: 35px;
    margin-top: 30px;
    vertical-align: top;
}

.about-section .about-certificate-content .certificate .certificate-lists li img {
    width: 460px;
}

.about-certificate-mobile-bgImg,
.certificate-lists-mobile,
.about-employee-mobile-bgImg,
.company-huanjing-mobile,
.span-mobile,
.about-history-mobile-bgImg,
.about-mobile-bgImg,
.about-img-mobile {
    display: none;
}


@media screen and (width: 1200px) {
    .about-section .about-history-content .timezone .time .month {
        margin-left: -1.25%;
    }
}


/* 公司文化 */
.qywh_bg {
    margin-top: 52px;
    background-position: center center;
}

.qywh_width {
    width: 1200px;
    padding: 0 60px;
    position: relative;
    min-height: 570px;
}

.qywh_width.culture {
    background: url(../../images/about/compony_culture.png) no-repeat;
}

.qywh_width .team .team-left {
    width: 535px;
    margin-right: 10px;
}

.qywh_width .team .team-right {
    width: 535px;
}

.qywh_width .team .team-left img,
.qywh_width .team .team-right img {
    margin-bottom: 10px;
}

.qywh_width .team .team-right .img-title {
    flex-grow: 1;
    background-color: #F4F5F9;
    height: 270px;
}

.qywh_width .team .team-right .img-title span {
    font-size: 18px;
    position: relative;
}

.qywh_width .team .team-right .img-title span::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 20px;
    height: 1px;
    background: rgba(51, 51, 51, 1);
}

.qywh_width.contact{
    background: url(../../images/about/contact_bg.png) no-repeat center 64px;
    background-size: 647px 468px;
    min-height: 524px;
}

.qywh_width .contact-row {
    font-size: 16px;
    display: flex;
    margin-bottom: 32px;
    font-family: Microsoft YaHei;
}

.qywh_width .contact-row .left {
    color: #999;
    width: 4em;
    white-space: nowrap;
    margin-right: 30px;
    text-align-last: justify;
}

.qywh_width .contact-row .right {
    color: #333;
}

.page_title_2 {
    width: 200px;
    background-position: 0px 72px !important;
    padding-left: 35px;
    padding-top: 60px;
    padding-bottom: 20px;
}

.page_title_2 p {
    font-size: 30px;
    color: #333;
}

.page_title_2 span {
    font-weight: 200;
    font-size: 13px;
    color: #333;
    margin-top: 3px;
    display: block;
}

.title_common {
    background: url(../../images/about/about_title.png) no-repeat;
    margin: 0 auto;
    text-align: center;
}

.title_common span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 28px;
}

.qywh_ul li {
    width: 339px;
    float: left;
    box-shadow: 0px 5px 50px rgba(0, 0, 0, 0.1);
    transition: all .8s;
}

.qywh_ul li:hover {
    transform: translateY(-15px);
    transition: all .8s;
}

.qywh_ul li:not(:last-child) {
    margin-right: 30px;
}

.br_text_common {
    width: 339px;
    background-position: right top;
    background-color: #fff;
    padding-top: 20px;
}

.qywh_span {
    font-size: 23px;
    font-weight: 200;
    padding: 0px 20px 0;
    display: block;
    color: #333;
    border-left: 3px solid #0092ff;
    height: 23px;
    line-height: 23px;
    margin-top: 00px;
}

.qywh_p {
    font-size: 14px;
    color: #555;
    padding: 15px 20px 25px;
}



.clearfix {
    zoom: 1;
}