/* headMenu */
.header:hover .headMenu span {
    background: #333;
}

.headMenu {
    display: none;
    cursor: pointer;
    float: right;
    padding: 3px 0 0;
}

.headMenu span {
    display: block;
    width: 28px;
    height: 2px;
    background: #333;
    margin-top: 6px;
    border-radius: 6px;
    transition: all 0.48s;
}

.headMenu span:first-of-type {
    margin-top: 0;
}

.headMenuB {
    height: 5px !important;
}

.headMenu.on .headMenu_span1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
    opacity: 0;
}

.headMenu.on .headMenu_span3 {
    transform: rotate(-45deg) translate(5px, -7px);
}

.span-bg {
    background: #333 !important;
}

.header.on {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.hide {
    display: none;
}

.mainbox {
    width: 90%;
    margin: 0 auto;
}

.proheader {
    width: 100%;
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    position: fixed;
    top: 65px;
    left: 0;
    border-top: 1px solid #eee;
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.proheader .mainbox {
    width: 100%;
    padding: 0 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    color: #999;
}

.proheader .headl {
    max-width: 30%;
    font-size: 14px;
}

.proheader .headl * {
    display: inline-block;
    vertical-align: middle;
}

.headHome {
    width: 20px;
    height: 20px;
    background: url(/Public/file/images/home.png) no-repeat center;
    background-size: 20px;
}

.proheader .headl a,
.proheader .headl span {
    color: #666;
}

.proheader .headl a:hover {
    color: #00acef;
    /* border-bottom: 1px solid #333; */
}

.proheader .headl p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.proheader .headl em {
    width: 10px;
    height: 10px;
    background: url(/Public/file/images/more-icon4.png) no-repeat center;
    background-size: 10px;
    margin: 0 3px;
}

.proheader .headl p em {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    vertical-align: top;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.proheader .headr {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.proheader .headr .pronav {
    margin-right: -16px;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
}

.proheader .headr .pronav a {
    display: inline-block;
    float: left;
    vertical-align: middle;
    font-size: 14px;
    line-height: 36px;
    color: #333;
    margin-right: 50px;
}

.proheader .headr .pronav a.active,
.proheader .headr .pronav a:hover {
    color: #00acef;
}

.proheader .headr .pronav a:after {
    content: '';
    width: 12px;
    height: 12px;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    background: url(/Public/file/images/more-icon5.png) no-repeat center;
    background-size: 12px;
    color: #EC6303;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.proheader .headr .pronav a:hover:after {
    opacity: 1 !important;
}

.proheader .headr .pronav a.active:after {
    opacity: 0 !important;
}

.inner-nav1ex {
    /*height: 61px;*/
    top: 65px;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-top: 1px solid #eee;
}

.inner-nav1 {
    font-size: 14px;
    line-height: 60px;
}

.inner-nav1>div {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inner-nav1 .inner-nav-left,
.inner-nav1 .inner-nav-right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 13px;
}

.inner-nav1 .nav-left-a {
    color: #666;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: inline-block;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    position: relative;
    padding-right: 78px;
}

.inner-nav1 .nav-left-a:before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    left: 22px;
    background: #00acef;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.inner-nav1 .nav-left-a:hover:before,
.inner-nav1 .nav-left-a.cur:before {
    width: 44px;
    left: 5px;
}

.inner-nav1 .nav-left-a:after {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -7px;
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1px;
    height: 14px;
    background: #ccc;
}

.inner-nav1 .nav-left-a:last-child {
    padding-right: 0;
}

.inner-nav1 .nav-left-a:last-child:after {
    opacity: 0;
    display: none;
}

.inner-nav1 .nav-left-a:hover,
.inner-nav1 .nav-left-a.cur {
    color: #00acef;
}

.inner-nav1 .bread-s0 {
    display: inline-block;
    padding-left: 20px;
    background: url(/Public/file/images/map1.png) no-repeat left center;
}

.inner-nav1 .bread-a {
    color: #333;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.inner-nav1 .bread-a:hover,
.inner-nav1 .bread-a.cur {
    color: #00acef;
}

.inner-nav1 .bread-a1 {
    margin: 0 4px;
}

.inner-nav1 .bread-a2 {
    margin-left: 4px;
}

.h125 {
    height: 65px;
}

.ny-title-bt {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 60px;
}

.ny-title-bt h3 {
    font-size: 34px;
}

.ny-title-bt p {
    margin: 5px 0 30px;
    color: #666;
    font-size: 18px;
}

.ny-title-bt .title-line {
    width: 14px;
    height: 3px;
    background: #00acef;
    border-radius: 3px;
    margin: 0 auto;
}

.ny-title-bt.white h3,
.ny-title-bt.white p {
    color: #fff;
}

.ny-title-bt.white .title-line {
    background: #fff;
}

.paddb60 {
    padding-bottom: 60px;
}


.inner-nav-right .headl {
    font-size: 14px;
}

.inner-nav-right .headl * {
    display: inline-block;
    vertical-align: middle;
}

.inner-nav-right .headHome-nav {
    /* width: 20px; */
    /* height: 20px; */
    background: url(/Public/file/images/home.png) no-repeat left center;
    background-size: 20px;
    padding-left: 28px;
}

.inner-nav-right .headl a,
.inner-nav-right .headl span {
    color: #666;
}

.inner-nav-right .headl a:hover {
    color: #00acef;
    /* border-bottom: 1px solid #333; */
}

.inner-nav-right .headl p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.inner-nav-right .headl em {
    width: 10px;
    height: 10px;
    background: url(/Public/file/images/more-icon4.png) no-repeat center;
    background-size: 10px;
    margin: 0 3px;
}

.inner-nav-right .headl p em {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    vertical-align: top;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* project */

.news-box ul li {
    color: #000;
    padding-bottom: 48px;
    margin-bottom: 48px;
    border-bottom: 1px solid #eee;
}

.news-box ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-box ul li:nth-child(even) a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.news-box ul li a>div {
    width: calc(50% - 3vw);
    overflow: hidden;
}

.news-box ul li .tu div {
    width: 100%;
    height: 100%;
    padding-top: 65%;
    -webkit-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.news-box ul li .wen a {
    display: block;
}

.news-box ul li .wen {
    position: relative;
    padding-top: 2%;
}

.news-box ul li .wen .day {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.news-box ul li .wen .title-cn {
    margin-top: 20px;
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news-box ul li:hover .wen .title-cn {
    color: #00acef;
}

.news-box ul li .wen .day .xie {
    margin: 0 6px 0 12px;
}

.news-box ul li .wen .title-en {
    margin: 1.6vw 0 0.6vw 0;
}

.news-box ul li .wen .text-en,
.news-box ul li .wen .text-cn {
    color: #666;
}

.news-box ul li .wen .text-en {
    font-size: 15px;
    line-height: 2;
    padding: 3.2vw 0 0 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news-box ul li .wen .new-more {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.news-box ul li .wen .new-more i {
    display: block;
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
}

.news-box ul li .wen .new-more p {
    text-transform: uppercase;
}

.news-box ul li:hover .tu div {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news-box ul li:hover .wen .new-more {
    padding-left: 20px;
}

.project-more {
    left: 0;
    bottom: 0;
    font-size: 13px;
    background: url(/Public/file/images/more-icon2.png) no-repeat right center;
    background-size: 14px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
}

.news-box ul li:hover .project-more {
    padding-right: 19px;
}

.pageNum {
    height: 50px;
    text-align: center;
}

.pageNum a {
    margin: 10px 5px 0;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #7b7b7b;
    width: 36px;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.pageNum a:hover,
.pageNum .aNow {
    color: #fff;
    background: #00acef;
}

.pageNum .prev {
    font-family: "宋体";
}

.pageNum .next {
    font-family: "宋体";
}

/* project  end */

/* product */

.h_product {
    position: fixed;
    width: 100%;
    top: 65px;
    background: #fff;
    border-top: 1px solid #eee;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    font-size: 0;
    padding: 12px 0;
    z-index: 9;
}

.h_product.on {
    top: -1px;
}

.h_product .flex-table {
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.h_product li {
    width: 100%;
    display: inline-block;
    border-left: 1px dashed #e0e0e0;
}

.h_product li:first-child {
    border-left: none;
}

.h_product li img {
    position: relative;
    top: 0;
    display: block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* .h_product li:hover img{
    top: -4px;
} */

.h_product li .h_p_tit {
    position: relative;
    text-align: center;
    color: #3b3b3b;
    font-size: 13px;
    top: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.h_product li.cur .h_p_tit:after,
.h_product li:hover .h_p_tit:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -30px;
    width: 60px;
    height: 3px;
    background: #00acef;
}

.h_product li.cur .h_p_tit,
.h_product li:hover .h_p_tit {
    font-weight: bold;
    color: #00acef;
}

/* .h_product li:hover .h_p_tit{
    top: 8px;
} */

.h_product li.on .h_p_tit {
    color: #00a0e9;
}

.h_product li a:hover .h_p_tit {
    color: #00a0e9;
}

.cat_con_case {
    /*width: 25%;*/
	width: 33.33%;
    padding: 0 5px 10px;
    text-align: center;
}

.cat_con_case>div {
    position: relative;
    background-color: #fff;
    padding-bottom: 30px;
    padding-top: 1px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    /* box-shadow: 0 3px 4px -1px rgba(31, 58, 77, .1); */
}

.cat_img_box {
    display: block;
    margin: 0 auto;
    width: 46.666%;
    margin-top: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.cat_name_xh {
    font-size: 16px;
    margin-top: 50px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: rgba(0, 0, 0, .3);
}

.cat_name {
    color: #262626;
    line-height: 1.5;
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 16px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.cat_money {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 13px;
    color: #00acef;
    margin-bottom: 25px;
    font-weight: bold;
}

.cat_btn_box {
    overflow: hidden;
    margin: 30px auto 0 auto;
    width: 100%;
    text-align: center;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}

.cat_btn_box a {
    position: relative;
    display: inline-block;
    width: 105px;
    margin-right: 1%;
    border-radius: 3px;
    font-size: 12px;
    background-color: #f2f2f2;
    cursor: pointer;
    margin-top: 0;
    color: #2c2c2c;
    line-height: 2.73;
    padding: 0;
    opacity: 1;
    height: auto;
    overflow: hidden;
}

.cat_btn_box a:nth-child(2n) {
    margin-right: 0;
}

.btn_more_sty>span {
    position: relative;
    z-index: 1;
}

.cat_btn_box a:hover span {
    color: #fff;
}

.btn_more_sty::after {
    content: '';
    position: absolute;
    left: -10%;
    top: -50%;
    width: 0;
    height: 200%;
    background-color: #03acef;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.btn_more_sty:hover::after {
    width: 120%;
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}

.cat_con_case>div:hover {
    -webkit-box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.1);
}

.cat_con_case:hover .cat_btn_box {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.cat_con_case:hover .cat_name {
    color: #03acef;
    font-size: 17px; 
}

.cat_con_case:hover .cat_money {
    margin-bottom: 60px;
}

.cat_con_case:hover .cat_name_xh {
    font-size: 18px;
    color: #cdd6dc;
    margin-top: 30px;
}

.cat_con_case:hover .cat_img_box {
    margin-top: 40px;
}

.wel-advantage {
    background: #fff;
}

.trans {
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

#products-list {}

#products-list .pro {
    width: 50%;
    /* border: solid 3px #fff; */
    padding: 0 10px 20px;
    /* margin-bottom: 20px; */
}

.proA {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background: #fff;
    padding: 20px 30px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#products-list .pro .left {
    width: 50%;
    padding-left: 2%;
}

#products-list .pro .right {
    width: 50%;
    overflow: hidden;
}

#products-list .pro .left .pro-title {
    display: block;
    font-size: 23px;
    color: #383836;
    overflow: hidden;
    line-height: 25px;
}

#products-list .pro .left .brief {
    font-size: 15px;
    color: #999;
    margin-top: 15px;
    margin-bottom: 50px;
    line-height: 25px;
    overflow: hidden;
}

#products-list .pro .right img {
    max-width: 100%;
    height: auto;
}

#products-list .pro .left .more {
    display: block;
    width: 140px;
    height: 34px;
    line-height: 34px;
    border-radius: 20px;
    background: #a5c239;
    color: #fff;
    text-align: center;
    font-size: 14px;
    margin-top: 60px;
}

#products-list .pro .proA:hover {
    -webkit-box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.1);
}

#products-list .pro .title:hover {
    color: #a5c239;
}

#products-list .pro .more:hover {
    background: #48b5c3;
}

#products-list .pro:hover .right img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

#products-list .pro .cat_btn_box {
    position: static;
    opacity: 1;
    -webkit-transform: inherit;
    transform: inherit;
    text-align: left;
}

#products-list .pro .cat_btn_box a {
    text-align: center;
}

/* product end */

/* ideal */

.newsList li {
    overflow: hidden;
    background: #f8f8f8;
    margin-bottom: 60px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.newsList li .news_pic {
    position: relative;
    width: 66.815%;
    float: left;
    overflow: hidden;
}

.newsList li .news_pic .swiper-slide {
    padding-top: 58%;
}

.newsList li .news_pic img {
    width: 100%;
    /* height: 580px; */
    -o-object-fit: cover;
    object-fit: cover;
}

.newsList li .news_note {
    width: 33.185%;
    float: right;
    padding: 3%;
    position: relative;
}

.newsList li .news_note span.date {
    font-size: 14px;
    color: #666;
}

.newsList li .news_note h4 {
    font-size: 22px;
    color: #1a1a1a;
    margin-top: 10px;
    margin-bottom: 40px;
}

.newsList li .news_note h6 {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 40px;
}

.newsList li .news_note p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsList li .news_note .more {
    position: absolute;
    border-top: 1px solid #ddd;
    bottom: 0px;
    height: 72px;
    left: 9%;
    width: 82%;
}

.newsList li a.file {
    position: absolute;
    left: 0px;
    bottom: 23px;
    background: url(/Public/file/images/icon_nfile.png) no-repeat center;
    background-size: 20px;
    width: 25px;
    height: 26px;
}

.newsList li a.moreShow {
    position: absolute;
    right: 0px;
    bottom: 23px;
    background: url(/Public/file/images/icon_nmore.png) no-repeat center;
    background-size: 20px;
    width: 30px;
    height: 26px;
}

.newsList li:hover .com-img img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: right;
    bottom: 0;
    left: 0;
    padding: 20px 30px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    margin: 0 5px;
    opacity: 0.5;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #00acef;
    opacity: 1;
}

/* ideal  end */

/* about */

/* 11111 */

.about-one-top {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about-one-top-left {
    width: 40%;
    padding: 5% 4%;
}

.about-one-top-left>img {
    width: 40px;
    display: block;
    margin-bottom: 12px;
}

.about-one-top-left span {
    font-size: 26px;
}

.about-one-top-left h3 {
    font-size: 28px;
    line-height: 1.2;
}

.about-one-top-left p {
    margin-top: 28px;
    line-height: 2;
    color: #666;
    font-size: 14px;
}

.about-one-top-right {
    width: 60%;
    padding-top: 0;
}

.about-one-center {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about-one-center-left {
    width: 40%;
    padding: 15% 3% 8% 3%;
    /* background: #2170b2 url(../images/p-4-3.jpg) no-repeat bottom center; */
    /* background-size: contain; */
    color: #fff;
    line-height: 2;
    font-size: 15px;
}

.about-one-center-right {
    width: 60%;
    padding-top: 0;
}

.about-one-center-number {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 5% 10%;
    font-size: 15px;
    line-height: 2;
    text-align: center;
    color: #666;
}

.about-one-center-number em {
    display: inline-block;
    vertical-align: middle;
}

.about-one-center-number span {
    display: inline-block;
    vertical-align: middle;
    font-size: 55px;
    color: #2272b4;
    font-family: 'BEBAS';
    margin: 0 15px;
}

.about-number {
    padding: 70px 0 30px;
}

.about-number li {
    width: 20%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-number li+li {
    border-left: 1px solid #eee;
}

.about-number li span {
    font-size: 48px;
    color: #2170b2;
    font-family: 'bebas';
}

.about-number li i {
    color: #2170b2;
    /* opacity: 0.7; */
    font-size: 15px;
}

.about-number li i.fenxiao {
    font-size: 22px;
}

.about-number li em {
    position: relative;
    margin-left: 10px;
    padding-top: 30px;
    font-size: 14px;
    /* color: #666; */
    /* opacity: 0.7; */
}

/* 修改 */
.ind-about-box {
    position: relative;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.ind-about-left {
    width: 50%;
}

.ind-about-right {
    width: 50%;
}

.ind-about-right a {
    display: block;
    width: 100%;
    height: 100%;
}

.ind-about-text {
    position: relative;
    width: 100%;
    color: #fff;
    background-size: cover;
    background-position: center;
}

.ind-about-view {
    position: relative;
    padding: 14% 14% 22%;
}

.ind-about-box .ind-about-text::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #2170b2;
    opacity: 0.8;
}

.ind-about-text img {
    display: block;
    margin-bottom: 50px;
    width: 280px;
}

.ind-about-text h3 {
    font-size: 25px;
    margin-bottom: 40px;
}

.ind-about-text h5 {
    font-size: 29px;
}

.ind-about-text p {
    margin-top: 40px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 1px;
    opacity: 0.85;
    overflow: hidden;
}

/* .ind-more span {
	position: relative;
	display: inline-block;
	padding: 5px 40px 5px 15px;
	font-size: 14px;
	background: #1c6ab1;
	color: #fff;
	margin-top: 46px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ind-more span:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 10px;
	right: 15px;
	top: 13px;
	background: url(/Public/file/images/more-w.png) no-repeat right;
	background-size: 16px;
	-webkit-transition: all .3s;
	transition: all .3s;
} */
.ind-more span {
    position: relative;
    display: inline-block;
    margin-top: 66px;
    padding: 5px 40px 5px 15px;
    font-size: 14px;
    background: #f7cd0f;
    color: #333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ind-more span:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 10px;
    right: 15px;
    top: 13px;
    background: url(/Public/file/images/more.png) no-repeat right;
    background-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* .ind-about-box a:hover .ind-about-text span,
.ind-more:hover span {
	background: #f7cd0f;
	color: #333;
}

.ind-about-box a:hover .ind-about-text span:after,
.ind-more:hover span:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 10px;
	right: 15px;
	top: 13px;
	background: url(/Public/file/images/more.png) no-repeat right;
	background-size: 16px;
} */

.ind-about-img {
    width: 70%;
}

.ind-about-bg {
    position: relative;
    padding-top: 600px;
    overflow: hidden;
}

.ind-about-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.ind-about-box:hover .ind-about-bg img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.ind-about-top {
    width: 100%;
    height: 50%;
    overflow: hidden;
}

.ind-about-top .ind-a-t-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.ind-about-right:hover .ind-about-top .ind-a-t-bg {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.ind-about-bottom {
    position: relative;
    padding: 10% 9%;
    text-align: center;
}

/* .ind-about-bottom::before {
    position: absolute;
    content: '';
    width: 350px;
    height: 350px;
    left: auto;
    right: -5%;
    bottom: -10%;
    background: url(/Public/file/images/about-1.png) no-repeat center;
    background-size: cover;
    opacity: 0.05;
    z-index: 9;
} */
.ind-about-bottom h3 {
    position: relative;
    font-size: 27px;
    /* margin-bottom: 10px; */
}

.ind-about-bottom .about-line {
    display: inline-block;
    width: 25px;
    height: 3px;
    background: #2170b2;
    margin: 15px auto;
}

.ind-about-bottom p {
    font-size: 15px;
    line-height: 2;
    color: #666;
}

.ind-about-bottom .ind-more span {
    position: relative;
    display: inline-block;
    padding: 5px 40px 5px 15px;
    font-size: 14px;
    background: #1c6ab1;
    color: #fff;
    margin-top: 46px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.ind-about-bottom .ind-more span:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 10px;
    right: 15px;
    top: 13px;
    background: url(/Public/file/images/more-w.png) no-repeat right;
    background-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* .ind-about-right a:hover .ind-about-bottom span,
.ind-more:hover span {
	background: #f7cd0f;
	color: #333;
} */

.ind-about-right a:hover .ind-about-bottom span:after,
.ind-more:hover span:after {
    position: absolute;
    content: '';
    width: 16px;
    height: 10px;
    right: 15px;
    top: 13px;
    background: url(/Public/file/images/more.png) no-repeat right;
    background-size: 16px;
}

/* 修改  end */

/* 11111  end */

/* 22222 */

.about-two {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.about-two .num-box {
    font-size: 0;
    width: 50%;
}

.about-two .num-box .item {
    width: 50%;
    height: 50%;
    position: relative;
    vertical-align: top;
    text-align: center;
}

.about-two-num {
    position: relative;
    top: 0;
    width: 100%;
    transition: 0.5s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: 0.5s cubic-bezier(.77, 0, .175, 1);
}

.about-two .num-box .item:hover .about-two-num {
    top: -20px;
}

.about-two-line {
    width: 25px;
    height: 3px;
    background: #fff;
    margin: 40px auto 0;
}

.about-two .num-box-2 .about-two-line {
    background: #333;
}

.num-box-1 {
    background: #2170b2 no-repeat center;
    background-size: contain;
}

.num-box-4 {
    background: #f5f5f5 no-repeat center;
    background-size: cover;
}

.num-box-3 {
    position: relative;
    background: no-repeat center;
    background-size: cover;
}

.num-box-3:before,
.num-box-2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}

.num-box-2 {

    background: #7d7d7d no-repeat bottom center;
    background-size: cover;
}

/* .about-two .num-box .item:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 110px;
    background-color: #fff;
    opacity: .3;
    filter: alpha(opacity=30);
} */

.about-two .num-box .icon {
    width: 60px;
}

.about-two .num-wrap {
    margin-top: 12px;
    font-size: 0;
}

.about-two .num {
    font-size: 55px;
    color: #fff;
    font-family: 'bebas';
    line-height: 1;
}

.about-two .num-box-4 .num {
    color: #333;
}

.about-two .num,
.about-two .year {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: bottom;
}

.about-two .year {
    font-size: 12px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    color: #00acef;
    margin-left: 8px;
}

.about-two .num-box-4 .year {
    background: #333;
    color: #fff;
}

.about-two .txt {
    color: #fff;
    margin-top: 32px;
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 0.7;
}

.about-two .num-box-4 .txt {
    color: #333;
}

.about-two-pic {
    padding-top: 80vh;
}

.about-two-item:hover .about-two-pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.about-two-item {
    position: relative;
    width: 50%;
}

.about-two-item:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    filter: alpha(opacity=4);
    transition: 0.7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: 0.7s cubic-bezier(.77, 0, .175, 1);
    z-index: 9;
}

.about-two-item:hover:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.about-two-text {
    position: absolute;
    width: 100%;
    height: 274px;
    padding: 0 20%;
    text-align: center;
    color: #fff;
    top: 50%;
    left: 50%;
    transition: 0.7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: 0.7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 9;
}

.about-two-item:hover .about-two-text {
    height: 359px;
}

.about-two-text h3 {
    font-size: 38px;
    margin-bottom: 32px;
}

.about-two-text p {
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 0.9;
}

.about-two-logo {
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about-two-logo a {
    display: block;
    width: 120px;
    margin: 0 5%;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* 22222  end */

/* 33333 */

.his-timeRun-box {
    overflow: hidden;
}

.his-timeRun {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.his-time-numLine {
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #dedee1;
    top: 22px;
}

.his-time-num {
    width: 1440px;
    margin: 0 auto;
    padding: 0 100px;
    position: relative;
}

.his-time-numWords {
    width: 100%;
    position: relative;
    height: 208px;
    padding-bottom: 110px;
    cursor: pointer;
}

.his-time-numWords h6 {
    width: 44px;
    height: 44px;
    border: 1px solid #dedee1;
    position: relative;
    background-color: #fff;
    border-radius: 100%;
    z-index: 1;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.his-time-numWords i {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 100%;
    background-color: #00acef;
    position: absolute;
    left: 50%;
    top: 15px;
    margin-left: -7px;
    z-index: 2;
}

.his-time-numWords b {
    display: block;
    display: none;
    font-weight: normal;
    width: 1px;
    background-color: #dedee1;
    margin: 0 auto;
    height: 0;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.his-time-numWords h4 {
    font-size: 24px;
    color: #888;
    margin-top: 4px;
    text-align: center;
    font-family: 'BEBAS';
    -webkit-transition: all .6s;
    transition: all .6s;
}

.his-time-numWords:hover h4 {
    color: #000;
}

.his-time-numWords h4:hover {
    color: #000;
}

.his-time-numWords p {
    width: 800px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    height: 60px;
    position: absolute;
    bottom: 20px;
    left: -280px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0;
}

.his-time-numWords.cur b {
    height: 76px;
}

.his-time-numWords.cur h6 {
    opacity: 1;
}

.his-time-numWords.cur h4 {
    font-size: 39px;
    color: #000;
    margin-top: 10px;
}

.his-time-numWords.cur p {
    opacity: 1;
}

.swiper-numWords-prev,
.swiper-numWords-next {
    width: 44px;
    height: 44px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    z-index: 33;
    background-color: #00acef;
    text-align: center;
    cursor: pointer;
}

.swiper-numWords-prev:hover,
.swiper-numWords-next:hover {
    background-color: #94948e;
}

.swiper-numWords-prev {
    left: 0;
}

.swiper-numWords-next {
    right: 0;
}

.swiper-numWords-prev i,
.swiper-numWords-next i {
    width: 31px;
    height: 17px;
    display: inline-block;
    margin-top: 13.5px;
}

.swiper-numWords-prev i {
    background: url('/Public/file/images/his_l.png') no-repeat;
}

.swiper-numWords-next i {
    background: url('/Public/file/images/his_r.png') no-repeat;
}

.his-time-words {
    overflow: hidden;
    position: relative;
}

.his-time-words-box {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* .his-time-words-box::after {
    position: absolute;
    content: '';
    width: 14px;
    height: 1px;
    left: 50%;
    margin-left: -7px;
    bottom: 0;
    background: #d6d6d6;
} */
.his-time-down {
    width: 50px;
    height: 50px;
    margin: -10px auto 0;
    -webkit-animation: scale2 2s linear infinite;
    animation: scale2 2s linear infinite;
    cursor: pointer;
}

@-webkit-keyframes scale2 {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes scale2 {
    from {
        opacity: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    to {
        opacity: 0.5;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.his-time-down img {
    width: 26px;
    margin: 0 auto;
    display: block;
}

.his-time-wordsPic {
    width: 100%;
    overflow: hidden;
}

.his-time-wordsPic ul li {
    width: 50%;
    float: left;
    overflow: hidden;
    height: 425px;
    position: relative;
}

.his-time-wordsPic ul li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.his-time-wordsPic ul li:hover img {
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}

.his-time-wordsPic-shade {
    position: absolute;
    width: 80%;
    height: 50px;
    line-height: 50px;
    background-color: #fff;
    z-index: 9;
    overflow: hidden;
    padding: 0 20px;
    bottom: 0;
}

.his-time-wordsPic-shade p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #797979;
}

.his-time-wordsPic ul li:first-child .his-time-wordsPic-shade {
    right: 0;
    text-align: left;
}

.his-time-wordsPic ul li:last-child .his-time-wordsPic-shade {
    left: 0;
    text-align: right;
}

/* .his-time-wordsPic ul li:first-child .his-time-wordsPic-shade{
    border-right: .5px solid #d6d6d6;
} */

.his-time-wordsPic ul li:last-child .his-time-wordsPic-shade {
    border-left: .5px solid #d6d6d6;
}

.his-time-wordsEvent {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.his-time-wordsEvent-line {
    position: absolute;
}

.his-time-wordsEvent-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.his-time-wordsEvent-list>div {
    float: left;
    width: 50%;
    min-height: 180px;
    position: relative;
    padding: 0 22px 70px 22px;
}

.his-time-wordsEvent-list .his-time-wordsEvent-wzL .img_pic {
    right: 60px;
}

.his-time-wordsEvent-list .his-time-wordsEvent-wzR .img_pic {
    left: 60px;
}

.his-time-wordsEvent-wzR {
    border-left: 1px solid #d6d6d6;
}

/* .his-time-wordsEvent-wzL{
    border-right: 1px solid #d6d6d6;
} */

.his-time-wordsEvent-wzR h6,
.his-time-wordsEvent-wzL h6 {
    width: 44px;
    height: 44px;
    border: 1px solid #dedee1;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.his-time-wordsEvent-wzR h6 {
    left: -22px;
}

.his-time-wordsEvent-wzL h6 {
    right: -22px;
}

.his-time-wordsEvent-wzR i,
.his-time-wordsEvent-wzL i {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 100%;
    background-color: #00acef;
    position: absolute;
    top: 15px;
    z-index: 2;
}

.his-time-wordsEvent-wzR i {
    left: -7px;
}

.his-time-wordsEvent-wzL i {
    right: -7px;
}

.his-time-wordsEvent-wzR h4,
.his-time-wordsEvent-wzL h4 {
    font-size: 25px;
    color: #333;
    font-family: 'BEBAS';
}

.his-time-wordsEvent-wzR h4 {
    text-align: left;
}

.his-time-wordsEvent-wzL h4 {
    text-align: right;
}

.his-time-wordsEvent-wzR h4 b,
.his-time-wordsEvent-wzL h4 b {
    width: 58px;
    height: 1px;
    font-weight: normal;
    display: inline-block;
    background-color: #eee;
    vertical-align: middle;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.his-time-wordsEvent-wzR:hover h4 b,
.his-time-wordsEvent-wzL:hover h4 b {
    width: 78px;
}

.his-time-wordsEvent-wzR p,
.his-time-wordsEvent-wzL p {
    font-size: 15px;
    color: #666;
    line-height: 26px;
}

.his-time-wordsEvent-wzR .his-time-wordsText {
    text-align: left;
    margin: 14px 0 0 64px;
}

.his-time-wordsEvent-wzR .his-time-wordsText p {
    position: relative;
    margin: 10px 0;
    padding-left: 15px;
}

.his-time-wordsEvent-wzL .his-time-wordsText p {
    position: relative;
    margin: 10px 0;
    padding-right: 15px;
}

.his-time-wordsEvent-wzL .his-time-wordsText p::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 11px;
    right: 0;
    background: #999;
    border-radius: 50%;
}

.his-time-wordsEvent-wzR .his-time-wordsText p::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    top: 11px;
    left: 0;
    background: #999;
    border-radius: 50%;
}

.his-time-wordsEvent-wzL .his-time-wordsText {
    text-align: right;
    margin: 14px 70px 0 0;
}

/* 33333  end */

/* 44444 */

.cellreturner-talent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 75vh;
    -webkit-transition: background 0.4s;
    transition: background 0.4s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: url(/Public/file/images/cellreturner_talent_bg1.jpg);
}

@media all and (max-width: 1024px) {
    .cellreturner-talent {
        height: 40em;
    }
}

@media all and (max-width: 768px) {
    .cellreturner-talent {
        height: auto;
        display: block;
        /* background: none !important;*/
    }
}

.cellreturner-talent-list {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33.33%;
    flex: 1 0 33.33%;
    max-width: 33.33%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    cursor: pointer;
}

@media all and (max-width: 768px) {
    .cellreturner-talent-list {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
        max-width: 100%;
        height: 24em;
        margin: 10px 0;
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 0 15px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        background-image: url(/Public/file/images/cellreturner_talent_bg1.jpg);
    }
}

.cellreturner-talent-list:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media all and (max-width: 768px) {
    .cellreturner-talent-list:before {
        display: none;
    }
}

.cellreturner-talent-list:first-child {
    border: 0;
}

.cellreturner-talent-list.on:before {
    opacity: 0;
}

.cellreturner-talent-list.on .plus-i {
    display: none;
}

.cellreturner-talent-list.on .hide-txt {
    height: auto;
    padding-top: 120px;
}

@media all and (max-width: 1024px) {
    .cellreturner-talent-list.on .hide-txt {
        padding-top: 90px;
    }
}

.cellreturner-talent-list.on .hide-txt:before {
    opacity: 1;
    height: 70px;
}

@media all and (max-width: 1024px) {
    .cellreturner-talent-list.on .hide-txt:before {
        height: 50px;
    }
}

.cellreturner-talent-list .txt-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
}

.cellreturner-talent-list .icon {
    font-size: 45px;
    font-family: 'BEBAS';
}

.cellreturner-talent-list .tit {
    margin-top: 30px;
    font-size: 30px;
    line-height: 1;
}

@media all and (max-width: 1280px) {
    /*.cellreturner-talent-list .tit {
        font-size: 4.25em;
    }*/
}

@media all and (max-width: 1024px) {
    /*.cellreturner-talent-list .tit {
        font-size: 3.75em;
        font-weight: 300;
    }*/
}

@media all and (max-width: 768px) {
    /*.cellreturner-talent-list .tit {
        font-size: 3.125em;
        margin-top: 20px;
    }*/
}

.cellreturner-talent-list .plus-i {
    margin-top: 40px;
}

@media all and (max-width: 768px) {
    .cellreturner-talent-list .plus-i {
        display: none;
    }
}

.cellreturner-talent-list .plus-i img {
    opacity: 0.5;
    width: 30px;
}

.cellreturner-talent-list .hide-txt {
    height: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    position: relative;
}

@media all and (max-width: 768px) {
    .cellreturner-talent-list .hide-txt {
        height: auto !important;
        padding-top: 55px !important;
    }
}

.cellreturner-talent-list .hide-txt:before {
    content: "";
    width: 1px;
    position: absolute;
    left: 50%;
    top: 20px;
    background: #fff;
    height: 0;
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

@media all and (max-width: 768px) {
    .cellreturner-talent-list .hide-txt:before {
        top: 10px;
        height: 35px !important;
        opacity: 1 !important;
    }
}

.cellreturner-talent-list .txt {
    font-size: 16px;
}

@media all and (max-width: 1280px) {
    /*.cellreturner-talent-list .txt {
        font-size: 1.625em;
    }*/
}

@media all and (max-width: 1024px) {
    /*.cellreturner-talent-list .txt {
        font-size: 1.375em;
        font-weight: 300;
    }*/
}

.cellreturner-talent-list .txt .ff-maven {
    font-weight: 300;
    font-size: 2.125rem;
}

@media all and (max-width: 1280px) {
    .cellreturner-talent-list .txt .ff-maven {
        font-size: 1.875rem;
    }
}

@media all and (max-width: 1024px) {
    .cellreturner-talent-list .txt .ff-maven {
        font-size: 1.5rem;
    }
}

/* 44444  end */

/* 55555 */

.cer-main {
    background-position: 0 -500px;
    background-repeat: no-repeat;
    background-size: 1300px;
    position: relative;
}

.cer-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    /* opacity: 0; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* .swiper-slide-active .cer-text {
    opacity: 1;
} */

.cer-text .title {
    font-size: 18px;
    color: #000;
    /* font-weight: bold; */
    margin-bottom: 18px;
}

.cer-text>span {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.cer-text>text {
    font-size: 14px;
    color: #666;
}

.cer-main .swiper-slide img {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.honor-button {
    position: absolute;
    top: 16%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 9;
}

.honor-button .swiper-button-next,
.honor-button .swiper-button-prev {
    background-size: 18px 34px;
    width: 18px;
    height: 34px;
    border: none;
    background-color: transparent;
}

/* 55555  end */

/* about  end */

/* contact */

.ct1w1 {
    height: 820px;
    padding-top: 150px;
    background: url(/Public/file/images/pic32.jpg) center no-repeat;
    background-size: cover;
}

.ct1w2 {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.ct1con1,
.ct1con2 {
    width: 50%;
    float: left;
}

.ct1con1 {
    padding-right: 125px;
}

.ct1con1 h3 {
    font-size: 30px;
    line-height: 1;
}

.ct1con1 span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.ct1con1t1 {
    font-size: 14px;
    padding-bottom: 25px;
}

.ct1con1w1 {
    overflow: hidden;
    margin-bottom: 20px;
}

.ct1con1w1 input {
    float: left;
    width: calc(50% - 20px);
    height: 60px;
    line-height: 20px;
    padding: 20px;
    border: 0;
    margin-right: 20px;
    font-size: 14px;
    background: rgba(43, 44, 48, .2);
}

.ct1con1w1 input::-webkit-input-placeholder {
    color: #1f1f29;
}

.ct1con1w1 input:-moz-placeholder {
    color: #1f1f29;
}

.ct1con1w1 input::-moz-placeholder {
    color: #1f1f29;
}

.ct1con1w1 input:-ms-input-placeholder {
    color: #1f1f29;
}

.ct1con1w1 textarea::-webkit-input-placeholder {
    color: #1f1f29;
}

.ct1con1w1 textarea:-moz-placeholder {
    color: #1f1f29;
}

.ct1con1w1 textarea::-moz-placeholder {
    color: #1f1f29;
}

.ct1con1w1 textarea:-ms-input-placeholder {
    color: #1f1f29;
}

.ct1con1w1 input.wmr {
    margin-right: 0px;
}

.ct1con1w1 textarea {
    float: left;
    width: calc(100% - 20px);
    height: 130px;
    line-height: 30px;
    padding: 20px;
    font-size: 14px;
    border: 0;
    background: rgba(43, 44, 48, .2);
}

.ct1con1w1 .ct1btn1 {
    width: 210px;
    height: 50px;
    border: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #00acef;
    padding: 0;
    font-size: 15px;
}

.ct1con2 {
    padding-left: 125px;
}

.ct1con2 h3 {
    font-size: 30px;
    line-height: 1;
}

.ct1con2 span {
    display: block;
    font-size: 15px;
    margin-top: 10px;
}

.contactLine {
    display: inline-block;
    width: 14px;
    height: 3px;
    background: #00acef;
    border-radius: 3px;
    margin: 20px 0 20px;
}

.contact-ewm {
    padding-bottom: 30px;
}

.conEwmItem {
    width: 116px;
    margin-right: 20px;
}

.conEwmItem img {
    border-radius: 5px;
    overflow: hidden;
}

.conEwmItem p {
    font-size: 14px;
    margin-top: 6px;
    text-align: center;
}

.inlist1 li {
    padding-bottom: 10px;
    font-size: 14px;
}

.bdadd {
    margin-top: 25px;
    font-size: 14px;
}

.bdadd img {
    width: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 15px;
}

/* contact  end */

/* video */

.video-box li {
    margin-bottom: 60px;
    text-align: center;
}

.video-pic {
    position: relative;
}

.video-pic .img_pic {
    padding-top: 40%;
}

.video-box li:hover .video-pic .img_pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.filterbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    transition: all .5s;
    zoom: 1;
}

.video-box li:hover .filterbox {
    background: rgba(0, 0, 0, .2);
}

.filterbox img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    width: 20px;
}

.filterbox .player {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    border-radius: 50%;
    margin-top: -39px;
    margin-left: -39px;
    width: 78px;
    height: 78px;
    border: 6px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 0.35s linear;
    transition: all 0.35s linear;
}

.video-box li:hover .filterbox .player {
    border-color: #fff;
}

.video-box li p {
    font-weight: bold;
    width: 80%;
    margin: 25px auto 0;
    text-align: center;
    font-size: 16px;
}

.experience-box.video-box li p {
    font-size: 15px;
}

.video-box li span {
    position: relative;
    display: inline-block;
    margin: 30px auto 0;
    border-bottom: 1px solid #666;
    line-height: 1.4;
    /* padding-right: 20px; */
    /* padding: 4px 40px; */
    /* border: 2px solid  #00acef; */
    /* background: #00acef; */
    /* color: #fff; */
    font-size: 13px;
}

.video-box li span::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 18px;
    top: 0px;
    right: -18px;
    background: url(/Public/file/images/player-2.png) no-repeat center;
    background-size: 9px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* .video-box li:hover span::after {
    background: #00acef url(../images/more-icon1.png) no-repeat center;
    background-size: 10px;
} */

.experience-box li {
    width: 33.33%;
    padding: 0 15px 30px;
    margin-bottom: 25px;
}

.experience-box .video-pic .img_pic {
    padding-top: 65%;
}

.experience-box .filterbox .player {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border: 4px solid rgba(255, 255, 255, .2);
}

.experience-box .filterbox img {
    width: 15px;
    margin-left: -6px;
    margin-top: -9px;
}

/* video  end */

/* news */

.news-box {
    margin-bottom: 30px;
    padding: 0 15px;
}

.news-box a {
    width: 100%;
    height: 100%;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.news-box-left {
    width: 60%;
}

.news-box-pic {
    height: 100%;
    padding-top: 0;
}

.news-box-right {
    width: 40%;
}

.bannerLeft {
    -webkit-transition: all .6s;
    transition: all .6s;
    width: 100%;
    padding: 100px 50px;
    overflow: hidden;
    background-color: #f5f5f5;
    position: relative
}

.bannerLeft .leftText {
    overflow: hidden;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between
}

.bannerLeft .leftText .faBubox {
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -moz-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap
}

.bannerLeft .leftText .faBubox .faBu {
    margin-right: .133333rem;
    width: 76px;
    height: 25px;
    overflow: hidden;
    background-color: #e6e6e6;
    color: #999;
    line-height: 25px;
    font-size: 12px;
    font-weight: 400;
    text-align: center
}

.bannerLeft .leftText .leftBox {
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: flex-start;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -moz-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.bannerLeft .leftText .news-title {
    margin-top: 44px;
    color: #333;
    font-size: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.bannerLeft .leftText .content {
    margin-top: 34px;
    color: #666;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

.bannerTime {
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 68px;
}

.bannerTime span {
    color: #9b9b9b;
    line-height: 19px;
    font-size: 13px;
    font-weight: 400
}

.bannerTime span:nth-of-type(2) {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center
}

.bannerTime img {
    display: inline-block;
    height: 19px;
    width: 30px
}

.news-box:hover .news-box-pic img {
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news-box:hover .bannerLeft {
    -webkit-transition: all .6s;
    transition: all .6s;
    transform: translate(-20px);
    -ms-transform: translate(-20px);
    -moz-transform: translate(-20px);
    -webkit-transform: translate(-20px);
    -o-transform: translate(-20px);
    z-index: 999;
}

.news-box:hover .bannerLeft .leftText .news-title {
    color: #00acef;
}

.cases-box {
    overflow: hidden;
}

.cases-box .items {
    display: block;
    float: left;
    width: 33.33%;
    padding: 0 15px 30px;
}

.cases-box .items .img {
    padding-top: 66%;
    overflow: hidden;
}

.cases-box .items .img img {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.cases-box .items:hover img {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-transform: scale3d(1.05, 1.05, 1);
    transform: scale3d(1.05, 1.05, 1);
}

.cases-box .items:nth-child(4n+1) {
    margin-left: 0;
}

.cases-box .items .words {
    background: #f5f5f5;
    padding: 30px 30px 50px;
}

.cases-box .items .words .tit {
    font-size: 22px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.cases-box .items .words .txt {
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 35px;
}

.cases-box .items .words .more {
    font-size: 14px;
    line-height: 1;
    padding-right: 36px;
    position: relative;
    color: #999999;
    display: inline-block;
}

.cases-box .items .words .more:after {
    width: 20px;
    height: 8px;
    background: url(/Public/file/images/c4.png) no-repeat center;
    background-size: 100%;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* news  end */

/* jobs */

.kpserverlist {
    margin-top: 20px;
}

.kpserverlist .kpserveritem {
    float: left;
    width: 25%;
}

.kpserverlist .kpserveritem:nth-of-type(2n+1) {
    background: #f8f8f8;
}

.kpserverlist .thumb {
    padding-top: 0;
    overflow: hidden;
    height: 296px;
}

.kpserverlist .thumb img {
    width: 100%;
}

.kpserverlist {
    background: #fff;
}

.kpserverlist .kpserverinfo {
    padding: 25px 10% 0 10%;
    height: 296px;
}

.kpserverlist .kpserverinfo .tiit {
    margin-bottom: 20px;
    height: 60px;
    border-bottom: 1px solid #dedede;
    color: #343434;
    font-size: 22px;
    line-height: 60px;
}

.kpserverlist .kpserverinfo .text p {
    margin-bottom: 10px;
    padding-left: 24px;
    background: url(/Public/file/images/fd.png) no-repeat center left;
    color: #4e4e4e;
    font-size: 14px;
}


.recruits-search {
    position: relative;
    width: 760px;
    font-size: 16px;
    color: #333;
    padding-right: 70px;
    margin: 0 auto 44px;
}

.recruits-input0 {
    display: block;
    width: 100%;
    height: 60px;
    padding-left: 62px;
    line-height: 60px;
    font-size: 15px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url(/Public/file/images/ser3.png) no-repeat left 21px center;
}

.recruits-submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 150px;
    z-index: 2;
    color: #fff;
    text-align: center;
    padding: 0;
    border: none;
    background: #00acef;
}

.recruit-box {
    margin-top: 50px;
}

.recruit-box .item {
    display: block;
    margin-bottom: 40px;
    padding: 29px 40px;
    border: 1px solid #d8e5ec;
    background-color: #fff;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.recruit-box .item:nth-child(2n) {
    background-color: #f9f9f9;
}

.recruit-box .staff-box {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8e5ec;
    -webkit-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
}

.recruit-box .staff {
    float: left;
    font-size: 22px;
    line-height: 30px;
    color: #00acef;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 20px;
    background-image: url('/Public/file/images/staff.png');
    -webkit-transition: all .3s;
    transition: all .3s;
}

.recruit-box .detail {
    float: right;
    font-size: 15px;
    line-height: 30px;
    color: #999;
    padding-right: 37px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url('/Public/file/images/recruit-arrow.png');
    -webkit-transition: all .3s;
    transition: all .3s;
}

.recruit-box .require {
    margin-top: 27px;
    font-size: 0;
}

.recruit-box .require span {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    font-size: 14px;
    line-height: 30px;
    width: 19%;
    margin-bottom: 12px;
    color: #666;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.recruit-box .require span.require-span {
    width: 100%;
}

.recruit-box .require span:last-child {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
}

.recruit-box .item:hover,
.recruit-box .item.cur {
    background-color: #0094cd;
    border-color: #0094cd;
    -webkit-box-shadow: 0 10px 20px rgba(0, 148, 156, .2);
    box-shadow: 0 10px 20px rgba(0, 148, 156, .2);
}

.recruit-box .item:hover .staff-box,
.recruit-box .item.cur .staff-box {
    border-color: rgba(216, 229, 236, .3);
}

.recruit-box .item:hover .staff,
.recruit-box .item.cur .staff {
    color: #fff;
}

.recruit-box .item:hover .detail,
.recruit-box .item.cur .detail {
    color: #fff;
    background-image: url(/Public/file/images/recruit-arrow2.png);
}

.recruit-box .item:hover .require span,
.recruit-box .item.cur .require span {
    color: #fff;
}

.recruit-box .item .yin {
    background: #f5f9fc;
    padding: 36px 60px;
    padding-bottom: 65px;
    margin-top: 25px;
    display: none;
}

.recruit-box .item .yin.on {
    display: block;
}

.recruit-box .item .yin h5 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 50px;
    color: #0094cd;
}

.recruit-box .item .yin h5 span {
    border-bottom: 1px solid #0094cd;
}

.recruit-box .item .yin .p1 {
    margin-top: 20px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.recruit-box .item .yin .p {
    font-size: 15px;
    line-height: 28px;
}

.recruit-box .item .yin h3 {
    font-size: 18px;
    color: #333;
    line-height: 20px;
    padding-left: 16px;
    border-left: 4px solid #0094cd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.recruit-box .item .yin p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}


.recruit-list {
    margin-bottom: 35px;
    overflow: hidden;
}

.recruit-list li {
    border: 1px solid #e8e8e8;
    border-top: none;
}

.recruit-list li:first-child {
    border-top: 1px solid #e8e8e8;
}

.recruit-list .tit-box {
    position: relative;
    overflow: hidden;
}

.recruit-list .tit-box .position {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 2.6vw;
    font-size: 18px;
    line-height: 22px;
    color: #333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.recruit-list .tit-box .right {
    float: right;
    width: 80%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2vw 2.6vw;
    border-left: 1px solid #dcdcdc;
}

.recruit-list .list {
    font-size: 0;
    padding-right: 140px;
}

.recruit-list .list .item {
    width: 24%;
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 18px;
    color: #666;
    margin: 12px 0;
    vertical-align: top;
}

.recruit-list .list .item.requireW {
    width: 100%;
}

/* .recruit-list .list .item:nth-child(3n+1){
    width: 12.76vw;
}
.recruit-list .list .item:nth-child(3n+2){
    width: 10.9375vw;
}
.recruit-list .list .item:nth-child(3n){
    width: 10.9375vw;
} */
/* .recruit-list .list .item span{
    color: #333;
} */
.recruit-list .pos-btn {
    position: absolute;
    right: 2.6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 130px;
    height: 36px;
    line-height: 36px;
    background-color: #e8e8e8;
    padding: 0 20px;
    background-repeat: no-repeat;
    background-position: 96px center;
    background-image: url('/Public/file/images/recruit-arrow4.png');
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.recruit-list .sub {
    border-top: 1px solid #dcdcdc;
    padding: 2.6vw;
    display: none;
}

.recruit-list .sub .con {
    font-size: 14px;
    color: #666;
}

.recruit-list .sub .con>h5 {
    font-size: 15px;
    font-weight: 500;
    margin-top: 50px;
    color: #0094cd;
}

.recruit-list .sub .con .jobs-item {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 40px;
}

.recruit-list .sub .con .jobs-item h3 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333;
}

.recruit-list .sub .con .jobs-item p {
    font-size: 14px;
    color: #666;
    margin: 5px 0;
}

.recruit-list .sub .send {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #00acef;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 50px;
}

.recruit-list li.cur .pos-btn {
    background-color: #00acef;
    background-image: url('/Public/file/images/recruit-arrow3.png');
    color: #fff;
}

.recruit-list .page {
    margin-top: 50px;
}

/* jobs  end */

@media screen and (max-width: 1600px) {
    .mainbox {
        width: 85%;
    }

    /* .wel-about-left {
        padding: 120px 9.5% 150px;
    } */
}<!--耗时1762732014.897秒-->