@charset "UTF-8";
.about-head-wrapper {
    min-height: 300px;
    background: url("../images/about-us/bg-header-wrapper.jpg") center center no-repeat;
}

.about-head-wrapper.join {
    background: url("../images/about-us/bg-header-wrapper-2.jpg") center center no-repeat;
}

.about-head-wrapper.news {
    background: url("../images/about-us/bg-header-wrapper-1.jpg") center center no-repeat;
}

.about-head-wrapper .head-content {
    width: 1200px;
    margin: 0 auto;
    padding: 120px 100px 80px;
}

.about-head-wrapper .about-title {
    font-size: 26px;
    color: #ffffff;
    text-align: center;
}

.about-head-wrapper .company-desc {
    font-size: 20px;
    color: #ffffff;
    line-height: 2;
    text-indent: 2em;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
}

.tab-link-box {
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0;
    box-shadow: 0 0 10px #eeeeee;
}

.tab-link-box .tab-link {
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
}

.tab-link-box .tab-link.active:after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background-color: #6b7ffe;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
}

.tab-content .tab-content-title {
    padding: 40px 0;
    font-size: 34px;
    font-weight: bold;
    background: url("../images/about-us/tab-content-title.png") center center no-repeat;
    text-align: center;
}

.tab-content .company-desc-small {
    font-size: 18px;
    padding: 0 120px;
    line-height: 2;
    text-indent: 2em;
}

.culture-item-box {
    width: 990px;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    margin-bottom: 20px;
}

.culture-item-box .culture-box {
    display: inline-block;
    vertical-align: top;
    width: 310px;
    height: 330px;
    text-align: center;
    padding: 150px 30px 0;
    border: 1px solid #eaedff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 10px;
}

.culture-item-box .culture-box.spirit {
    background: url("../images/about-us/icon-spirit.png") center 40px no-repeat;
    background-size: 120px;
}

.culture-item-box .culture-box.manage {
    background: url("../images/about-us/icon-manage.png") center 40px no-repeat;
    background-size: 120px;
}

.culture-item-box .culture-box.talent {
    background: url("../images/about-us/icon-talent.png") center 40px no-repeat;
    background-size: 120px;
}

.culture-item-box .culture-title {
    font-size: 36px;
    line-height: 1.5;
    font-family: 'LiSu';
}

.culture-item-box .culture-text {
    font-size: 22px;
    line-height:1.8;
}

.activity-rule {
    width: 970px;
    margin: 0 auto;
    border: 1px dashed #4d66ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 20px;
    padding: 20px 0;
}

.activity-rule .rule-title {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'LiSu';
    font-size: 36px;
}

.activity-rule .rule-text {
    font-size: 22px;
    line-height: 1.8;
    padding-left: 230px;
}

.activity-rule .rule-text span {
    display: inline-block;
    width: 110px;
}

.news-link-box {
    font-size: 0;
    position: relative;
}

.news-link-box .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    background-color: #fff;
    cursor: pointer;
    padding: 34px 20px;
    margin-bottom: 30px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, .14);
    border-radius: 4px;
}
.news-link-box .news-box {
    display: flex;
    flex: 1;
}
.news-link-box .news-title {
    width: 360px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    padding-right:20px;
    display: flex;
    align-items: center;
}

.news-link-box .news-date {
    display: inline-block;
    width: 100px;
    height: 100%;
    text-align: center;
}

.news-link-box .news-date .year {
    font-size: 30px;
    color: #4d66ff;
}

.news-link-box .news-date .month {
    font-size: 50px;
    color: #4d66ff;
}

.news-link-box .news-date .date {
    font-size: 24px;
    color: #fff;
    background-color: #4d66ff;
}



.news-link-box .news-detail-text {
    font-size: 14px;
    line-height: 1.5;
    max-height: 126px;
    color: #888;
    flex: 1;
    border-left:1px solid #e1e0e0;
    padding: 0 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    word-break: break-all;
    overflow: hidden;
}
.news-detail-text{
    text-indent: 2em;
}
.news-detail-box {
    padding: 10px 20px;
    background-color: #fff;
}

.news-detail-box .news-head {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

.news-detail-box .news-title {
    font-size: 24px;
}

.news-detail-box .btn-close-detail {
    display: inline-block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: right;
}

.news-detail-box .news-info {
    padding-top: 10px;
    font-size: 14px;
    line-height: 20px;
}

.news-detail-box .news-date {
    display: inline-block;
    float: right;
}

.news-detail-box .news-detail {
    padding: 15px 0;
    font-size: 16px;
    line-height: 24px;
    text-indent: 2em;
}

.news-detail-box .news-detail img {
    display: block;
    max-width: 800px;
    margin: 0 auto;
}

.certification-box {
    width: 1050px;
    font-size: 0;
    margin: 0 auto;
}

.certification-item {
    display: inline-block;
    vertical-align: top;
    width: 330px;
    height: 300px;
    margin: 15px 10px;
    border: 1px solid #eee;
    padding: 10px;
    padding-bottom: 70px;
    position: relative;
    text-align: center;
    cursor: pointer;
}

.certification-item .certification-img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.certification-item .certification-name {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.pagination_main {
    padding: 20px 0;
    font-size: 0;
    text-align: center;
}

.pagination_main a, .pagination_main span {
    display: inline-block;
    vertical-align: top;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 5px;
    margin: 0 5px;
}

.pagination_main .layui-laypage-curr {
    color: #ffffff;
    background-color: #4d66ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.pagination_main em {
    font-style: normal;
}

.pagination_main .layui-laypage-prev {
    display: inline-block;
    background: url("../images/about-us/arrow-left.png") center center no-repeat #ffffff;
}

.pagination_main .layui-laypage-next {
    display: inline-block;
    background: url("../images/about-us/arrow-right.png") center center no-repeat #ffffff;
}

.pagination_main .layui-disabled {
    cursor: not-allowed !important;
}

.sli-wrapper {
    position: relative;
}

.sli-wrapper .case-sli-ctrl {
    display: inline-block;
    width: 66px;
    height: 124px;
    position: absolute;
    top: 80px;
    z-index: 10;
}

.sli-wrapper .case-sli-ctrl.prev {
    left: 10px;
    background: url("../images/about-us/sli-ctrl-left.png") no-repeat;
}

.sli-wrapper .case-sli-ctrl.next {
    right: 10px;
    background: url("../images/about-us/sli-ctrl-right.png") no-repeat;
}

.swiper-container {
    width: 1050px;
    height: 270px;
    color: #fff;
    text-align: center;
}

.swiper-container .pagination {
    position: absolute;
    z-index: 20;
    left: 10px;
    bottom: 10px;
}

.swiper-container .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-container .swiper-visible-switch {
    background: #aaa;
}

.swiper-container .swiper-active-switch {
    background: #fff;
}

.swiper-container .swiper-slide {
    padding: 0 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.swiper-container .certify-img-box img {
    width: 100%;
}

.join-tab-box {
    display: inline-block;
    width: 300px;
    height: 700px;
    float: left;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px #eeeeee;
}

.join-tab-box .join-tab-link {
    display: inline-block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    color: #333;
}

.join-tab-box .join-tab-link.active {
    color: #ffffff;
    background-color: #4d66ff;
}

.join-content {
    width: 880px;
    height: 700px;
    float: right;
    padding: 50px 40px;
    background-color: #fff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #eeeeee;
    display: none;
}

.join-content.active {
    display: block;
}

.join-content .job-name {
    font-size: 24px;
    font-weight: bold;
    color: #4d66ff;
    padding-bottom: 20px;
}

.join-content .job-desc {
    font-size: 16px;
    line-height: 2;
    font-family: 宋体;
}

.join-content .job-desc.blank {
    padding: 20px 0;
}

.map-wrapper {
    padding-left: 400px;
    position: relative;
}

.map-box {
    display: block;
}

.form-wrapper {
    display: block;
    width: 370px;
    height: 520px;
    background-color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px #eeeeee;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
}

.form-wrapper .form-title {
    font-size: 28px;
    text-align: center;
    padding: 20px 0;
}

.form-wrapper p {
    padding-left: 10px;
    line-height: 40px;
    font-size: 16px;
    color: #888;
    margin: 10px 0;
}

.form-wrapper p img {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}

.form-wrapper p span {
    color: #000;
}

.right-form {
    width: 700px;
    float: right;
    font-size: 0;
    text-align: center;
}

.right-form .contact-input {
    display: inline-block;
    padding-left: 10px;
    width: 330px;
    margin: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #dddddd;
}

.right-form textarea {
    display: inline-block;
    width: 670px;
    line-height: 30px;
    font-size: 14px;
    margin: 5px;
    border: 1px solid #dddddd;
    padding: 5px 10px;
}

.submit-btn-box {
    width: 100%;
    float: left;
    padding: 20px 0;
    text-align: center;
}

.submit-btn-box .submit-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #ffffff;
    background-color: #ffd224;
}

.back-top-box {
    text-align: center;
    padding: 80px 0;
}

.back-top-box .back-top-btn {
    display: inline-block;
    width: 150px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    color: #ffffff;
    background-color: #4d66ff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.foot-wrapper {
    background-color: #222222;
}

.foot-wrapper .foot-content {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    color: #ffffff;
    position: relative;
}

.share-box {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
}

.share-box .share-btn {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: center center no-repeat #1b1b1b;
}

.share-box .share-btn:hover {
    background-color: #4356cc;
}

.share-box .share-btn.weibo {
    background-image: url("../images/about-us/icon-weibo.png");
}

.share-box .share-btn.weixin {
    background-image: url("../images/about-us/icon-weixin.png");
}

.share-box .share-btn.tx-weibo {
    background-image: url("../images/about-us/icon-tx-weibo.png");
}

.share-box .share-btn.qq {
    background-image: url("../images/about-us/icon-qq.png");
}

/*公司历程*/
.events-list {
    background: url(../images/about-us/time-border.png) repeat-y center;
}
.events-list:after {
    content: '\20';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.events-list .events-item {
    text-align: left;
    position: relative;
    width: 100%;
    float: left;
    padding-bottom: 8px;
}
.events-box {
    width: 45%;
    position: relative;
}
.events-box h4,.events-begin h4 {
    font-size: 58px;
    font-weight: bold;
    padding-bottom: 4px;
    position: relative;
}
.events-box h4,.events-begin h4{
    text-transform: uppercase;
}
.events-box:hover h4 {
    color: #F8F8F8;
    transition: all 1s;
    transform: translateY(-15px);
}
.events-box h4::after,.events-begin h4::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: #3498db;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
}
.events-box:hover h4::after,.events-begin:hover h4::after {
    transform: scaleX(1);
    transform-origin: left;
}
.events-box:before {
    top: 12px;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
}
.events-item:nth-child(odd) h4{
    color: #6ecbfb;
}
.events-item:nth-child(odd) .events-box:before {
    background: url(../images/about-us/time-1.png) no-repeat center center;
}
.events-item:nth-child(even) h4,.events-begin h4{
    color: #6ccac9;
}
.events-item:nth-child(even) .events-box:before {
    background: url(../images/about-us/time-2.png) no-repeat center center;
}
.events-detail p{
    color: #333;
    font-size: 16px;
    line-height: 1.6;
    position: relative;
}
.events-detail b{
    position: absolute;
    top: 0;
    color: #898989;
}

.events-item:nth-child(even) .events-box {
    float: left;
    text-align: right;
}
.events-item:nth-child(odd) .events-box {
    float: right;
    text-align: left;
}
.events-item:nth-child(even) .events-box:before {
    right: -68px;
}
.events-item:nth-child(odd) .events-box:before {
    left: -68px;
}
.events-item:nth-child(odd) .events-detail p {
    padding-left: 50px;
}
.events-item:nth-child(even) .events-detail p  {
    padding-right: 50px;
}
.events-item:nth-child(odd) .events-detail b {
    left: 0;
}
.events-item:nth-child(even) .events-detail b  {
   right:0;
}
.events-begin{
    text-align: center;
    position: relative;
    padding-top: 30px;
}
.events-begin:before{
    top: 0;
    left: 50%;
    transform: translate(-50%);
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/about-us/time-2.png) no-repeat center center;
}
.events-begin .events-detail{
    display: flex;
    justify-content: center;
}
.events-begin .events-detail p{
    padding-left: 50px;
}
.events-begin .events-detail b{
    left: 0;
}