a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

input {
    outline: none;
}

.header {
    background-color: transparent;
    position: fixed;
    line-height: 1;
    transition: 0.3s;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header:hover {
    transition: 0.3s;
}

.header:hover .logo {
    transition: 0.3s;
}

.header a:hover {
    color: #000000;
    transition: 0.3s;

}

.header .logo {
    height: 2.5rem;
    position: relative;
    filter: brightness(100%)
}

.header .logok {
    overflow: hidden;
    padding: 0.5rem 2rem;
}

.header .nav-link {
    height: 100% !important;
    display: flex !important;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    box-sizing: border-box;
    padding-top: 6px;
    padding-bottom: 0;
}
.nav-item:hover .nav-link span {
    border-bottom: 2px solid rgb(0, 119, 255)!important;
}

.header .nav-link span {
    padding-bottom: 5px;
}

.head1 .nav-pills .show>.nav-link {
    background-color: transparent;
    color: #000000;
    transition: 0.3s;
}

.head1 .dropdown-menu {
    border: 0;
    border-radius: 0;
    margin: 0;
}

.head1 .dropdown-toggle:after {
    display: none;
}


.head2 {
    box-shadow: 0 0 12px -4px #eeeddd;
    background-color: #ffffff;
}

.head2 .head2_a {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
}
.dropdown-item:hover{
    background-color: #07f;
   color: #fff!important;
}

.head2 .head2_a img {
    width: 24px;
    height: 24px;
    border-radius: 5px;
    margin-right: 10px;
    filter: grayscale(100%)
}

.head2.dropdown-menu {
    padding: 0;
}

.head2 .dropdown-item {
    padding: 2rem;
}

.head2 .head2_a img.this {
    filter: grayscale(0) !important
}

.head2 .dropdown-item:hover .head2_a img {
    filter: grayscale(0)
}

.head2 .head2_b {
    font-size: 0.9rem;
    color: #111f2c;
    letter-spacing: 1px;
    opacity: .56;
    margin-top: 0.6rem;
}

.head3 {}

.head3 .head3_c {
    left: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 296px;
    padding: 0 2rem;
    box-sizing: border-box;
    box-shadow: 0 0 12px -4px #eeeddd;
    background-color: #ffffff;
    display: none;
}

.head3_c a {
    display: block;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    border-bottom: 1px solid #eeeeee;
}

.head3_c a {
    color: #000;
}

.head3_c a span {
    margin-right: 0px;
    transition: 0.3s;
}

.head3_c a:hover span {
    transition: 0.3s;
    margin-right: 10px;
    color: #0077FF;
}


/* 底部菜单 */

.footer {
    background-color: #10151f;
    color: #ccc;
    position: relative;
}

.footer>div {
    max-width: 89.66667%!important;
    margin: auto;
    font-size: 0.9rem;
}

.footbq {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    text-align: center;
    padding: 0.3rem 0;
    color: #ccc;
    border-top: .5px solid hsla(0,0%,100%,.2);
    padding-top: 19px;
}
.footbd-left {

}
.footbd-left a {
    text-decoration: none;
    color: inherit;
    margin-left: 0px!important;
}
.footbd-left   span{
    margin: 0 3px;
}

.footbq a {
    color: #ccc;
    margin-left: 10px;
}

.footxc {
    padding-bottom: 20px;
}

.footx .kfm {
    display: flex;
}

.footx .kfm img {
    padding: 4px;
    background-color: #fff;
    width: 80px;
    height: 80px;
    margin-bottom: 4px;
}

.footx .kfm>div {
    text-align: center;
    margin-right: 10px;
}

.footx .kfm>div:last-child {
    margin-right: 0;
}

.footx .bt {
    font-size: 1.1rem;
}

.footx .tel {
    font-size: 1.5rem;
    color: #fff;
}

.footx>div {
    margin-bottom: 20px;
}

.footer .yoq {

    font-size: 0.8rem;
    margin-bottom: 20px;
}

.footer .yoq a {
    color: #ccc;
}

.footer .lx {
    height: 140px;
    position: relative;
    top: -70px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}

.footer .lbt {
    font-size: 2rem;
    color: #fff;
}

.footer .stel {
    display: flex;
    border: 2px solid #fff;
}

.footer .stel input {
    border: 0;
    font-size: 0.95rem;
    height: 45px;
    padding: 0 1rem;
    width: 80%;
}

.footer .stel button{
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #3d98ff;
    width: 20%;
    cursor: pointer;
}


/* 轮播图 */

.banner img {
    width: 100%;
}

.banner .swiper-button-next,
.swiper-button-prev {
    display: none;
    font-weight: 800;
    color: #fff;
    opacity: 0.7;
}

.banner-pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    justify-content: center;
}

.banner-pagination .bts {
    height: 4px;
    width: 64px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    margin: 0 7px;
}

.banner-pagination .bts div {
    position: relative;
    height: 100%;
    width: 0%;
    background-color: rgba(255, 255, 255, 0.6);
}


/* 新闻列表 */

.news_time {
    justify-content: space-between;
    align-items: center;
}

.news_time span {
    font-size: 0.9rem;
}

.newSwiper img {
    width: 344px;
    height: 194px;
}

.clean-block.clean-blog-list .block-content {
    padding: 40px !important;
    background-color: #f6f6f6;
}

.news_zs {
    padding: 10px;
    background-color: #fff;
}

.newSwiper .swiper-pagination {
    line-height: 1;
}

.newSwiper .swiper-pagination .swiper-pagination-bullet {
    width: 35px;
    border-radius: 0;
    line-height: 1;
    height: 3px;
    background-color: #fff !important;

}

.newSwiper .swiper-pagination .swiper-pagination-bullet-active-main {
    background-color: #ffffff !important;
}

.news_zs {
    width: 344px;
    top: 60px;
}

.news_zs .gzh {
    border: 1px solid rgba(17, 31, 44, .08);
    width: 100%;
    margin-top: 15px;
}

.clean-blog-post {
    padding-bottom: 20px;
    margin-bottom:36px ;
    border-radius: 4px;
    border-bottom: 1px solid rgba(17, 31, 44, .08);
}


/* 新闻内容 */
.clean-block {
    margin: 0 auto;
    padding-bottom: 0px!important;
}

.clean-block .col-lg-6{
    flex: 1!important;
    max-width: 74%!important;
}
.clean-block.dark {
    background-color: #fff ;
}
.clean-blog-post h3 {
    line-height: 28px;
    font-size: 20px;
    color: #111f2c;
    letter-spacing: 0;
    font-weight: 500;
    margin-bottom: 12px;
}
.clean-blog-post h3:hover {
    color: #07f;
}
.clean-blog-post p {
    font-size: 14px;
    color: rgba(17,31,44,.56);
    letter-spacing: 0;
    line-height: 22px;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


}
.newsbook .time {
    color: #bbb !important;
}

.newsbook .post-body img {
    max-width: 100%;
}

.newsbook .clean-block.clean-post .post-body .post-info {
    border-bottom: 1px solid rgba(17, 31, 44, .12);
    margin-bottom: 40px;
}

.newsbook .bd {
    position: sticky;
    top: 60px;
}

.newsbook .bda {
    padding: 16px 24px 24px;
    margin-bottom: 16px;
    border: 1px solid rgba(17, 31, 44, .12);
    background-color: #fff;
}

.newsbook .bdb {
    border: 1px solid rgba(17, 31, 44, .12);
    width: 100%;
}

.newsbook .bda .bt {
    font-size: 1.2rem;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(17, 31, 44, .12);
    margin-bottom: 16px;
}

.newsbook .bda img {
    width: 100%;
    border-radius: 5px;
}

.newsbook .bda .three {
    margin-top: 16px;
}
.customer-story_bottom {
    padding-bottom: 150px;
}
.newsbook .bda .three div {
    font-size: 16px;

    margin-top: 10px;
    color: rgba(17, 31, 44, .85);
}


/* 案例列表 */
.container-header{
    font-size: 40px;
    color: #111f2c;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    padding: 80px 0 40px;
    user-select: none;
}
.container-header span{
    color: #07f;
}

.anli .clean-blog-post h3 {
    padding: 28px 24px 16px;
    line-height: 28px;
    font-size: 20px;
    color: #111f2c;
    letter-spacing: 0;
    font-weight: 600;
}
.anli .clean-blog-post p {
    line-height: 22px;
    font-size: 16px;
    color: rgba(17,31,44,.7);
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    padding: 0 24px;

    height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient:vertical ;
    -webkit-line-clamp: 3;
}

.anli .clean-blog-post {
    border: 0;

    border-radius: 4px;
    padding-bottom: 0px!important;
}



.anli .clean-blog-post:hover{
transform: translateY(-8px);
}

.anli .clean-blog-post .anlix {
border-radius:4px ;
box-shadow: 0 0 5px 0 #ddd;
background-color: #fff;
}
.anli .clean-blog-post .anlix .rounded {
border-radius: 4px 4px 0 0 !important;
   height: 212px!important;
}
.clean-block.clean-blog-list .block-content{
background: #fff;
    padding: 40px 0 100px 0!important;
box-shadow: none!important;
}
.anlikh {
margin-bottom: 15px;
}

.anli .post-body img {
max-width: 100%;
}
.customer-story_bottom-img {
    margin: 0 auto;
    width: 1200px;
    height: 380px;
}
.customer-story_bottom-img img  {
    width: 100%;
}

/* 企业介绍 */

.jshao .caid {

    height: 72px;
    border-bottom: 0.5px solid #e0e2e5;
    color: rgba(17, 31, 44, .85);
}
.jshao .cai2 {
   position: fixed;
    background-color: #fff;
    z-index: 99;
    top: 56px;
    width: 100%;
    color: #ccc;
    background: url(../img/beijingdao.png) no-repeat 100% 100%;
    background-size: 100%;
}
.jshao .btnz {
    display: flex;
    align-items: center;
}

.jshao .btnz div {
    box-sizing: border-box;
    cursor: pointer;
    line-height: 72px;
    height: 72px;
    margin-right: 70px;
    /*color: rgba(17, 31, 44, .85);*/
}

.jshao .nbody img {
    max-width: 100%;
}

.jshaoSwiper .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

.jshao .xix {}

.jshao .xix_c {
    padding-top: 80px;
    padding-bottom: 150px;
}

.jshao .xix_b {
    flex: 1;
}

.jshao .xix_a {
    height: 55px;
    margin-bottom: 30px;
    margin-right: 30px;
}

.jshao .xix_d {
    position: absolute;
    bottom: 0;
    left: -20px;
}

.jshao .wenh {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #f6f7fa;
}

.jshao .wenh .title {
    margin-bottom: 64px;
}

.jshao .bt {
    font-size: 32px;
    color: #111f2c;
    margin-bottom: 5px;
}

.jshao .ms {
    font-size: 16px;
    color: #111f2c;
    opacity: .85;
}

.jshao .sanx_a>div {
    padding: 50px 0;
    background-color: #fff;
    max-width: 42%;
    flex: 1;
    margin-right: 15px;
}

.jshao .sanx_img {
    height: 90px;
}

.jshao .sanx_zs {
    background: url(../img/cultureRightBg.svg) 50% 50% no-repeat;
    background-size: cover;
}

.jshao .sanx {
    line-height: 1;
}

.jshao .sanx .sanx_a {
    display: flex;
}

.jshao .sanx .sanx_bt {
    margin-top: 20px;
    display: flex;
    margin-bottom: 15px;
    font-size: 26px;
    color: #111f2c;
    margin-left: 85px;
}

.jshao .sanx .sanx_ms {
    font-size: 20px;
    color: rgba(17, 31, 44, .85);
    margin-left: 85px;
}

.jshao .sanx .sanx_b {
    padding: 50px 0;
    background-color: #fff;
    margin-top: 15px;
}

.jshao .lic {
    padding: 50px 0;
}

.jshao .lic img {
    width: 100%;
}

.jshao .ryu {
    background: url(../img/honorBg.png) 50% 50% no-repeat;
    background-size: cover;
    padding: 50px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.jshao .ryu .title {
    margin-bottom: 50px;
}

.jshaoSwiper {
    padding-bottom: 15px;
}

.jshaoSwiper .item_slide {
    width: 210px;
    height: 400px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgb(17 31 44 / 10%);
    position: relative;
    display: flex;
    flex-direction: column;
}

.jshaoSwiper .item_slide .img {
    max-width: 210px;
    /*height: 297px;*/
}

.jshaoSwiper .item_slide .js {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.jshaoSwiper .item_slide .xq {
    text-align: center;
    width: 100%;
    height: 51px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 20px;
    font-size: 16px;
    color: rgba(17, 31, 44, .85);
    line-height: 28px;
    white-space: normal;
}

.jshaoSwiper .item_slide .lj {
    font-size: 15px;
    color: #111f2c;
    display: flex;
    align-items: center;
    line-height: 1;
    padding: 15px 0;
}

.jshaoSwiper .item_slide .lj span {
    cursor: pointer;
    transition: 0.3s;
}

.jshaoSwiper .item_slide:hover .lj span {
    color: #0785D1;
}

.jshaoSwiper .item_slide .lj img {
    margin-left: 5px;
}

.jshao .lax {
    padding: 50px 0 100px 0;
    background-color: #fff;
}

.jshao .lax .lbx {
    margin-top: 34px;
}

.jshao .lax .lbx>div {
    background-color: #f6f7fa;
    margin: 1%;
    padding: 35px 45px;
}

@media (min-width: 768px) {
    .jshao .lx.col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .jshao .lx.col-lg-5 {
        max-width: 48%;
        flex: 48%;
    }
}

.jshao .lax .btu {
    font-size: 20px;
    color: #111f2c;
    line-height: 1;
    display: flex;
    align-items: center;
    margin-bottom: 27px;
}

.jshao .lax .btu img {
    height: 29px;
    width: 29px;
    margin-right: 10px;
}

.jshao .lax .xq {
    font-size: 16px;
    color: rgba(17, 31, 44, .85);
    line-height: 28px;
}

.jshao .lax .xq_a {
    margin-bottom: 39px;
}


/* 加入我们 */

.jiaru .xix {
    padding: 90px 0;
    background-color: #f6f7fa;
}

.jiaru .xix_c {
    align-items: flex-end;
}

.jiaru .xix_b {
    display: flex;
    align-items: flex-start;
    line-height: 36px;
    font-size: 20px;
    width: 814px;
    font-weight: 300;
    color: rgba(17, 31, 44, .85);
    letter-spacing: 2px;
}

.jiaru .xix_b img {
    width: 35px;
    height: 35px;
    margin-right: 40px;
}

.jiaru .xix_a {
    color: rgba(17, 31, 44, .85);
    font-size: 24px;
}

.jiaru .zhaop .tuz {
    display: flex;
    top: 85px;
}
.jiaru .zhaop .tuz .one-new {
    width: 2184px;
    margin-right: 1%;
}
.jiaru .zhaop .tuz .one {
    width: 100%;

}

.jiaru .zhaop .tuz .two1 {
    margin-right: 2%;
}

.jiaru .zhaop .tuz .two {
    width: 49%;

}

.jiaru .zhaop .tuz .three {
    width: 100%;
}

.jiaru .zhaop .tuxz {
    display: flex;
    align-items: center;
    margin-bottom: 2%;
}

.jiaru .join {
    background: #f6f7fa;
}

.jiaru .join_nk {
    padding-top: 170px;
    padding-bottom: 200px;
}

.jiaru .bt {
    color: #111f2c;
    font-size: 32px;
}

.jiaru .ms {
    margin-top: 12px;
    font-size: 16px;
    line-height: 28px;
    color: rgba(17, 31, 44, .85);
}

.jiaru .join_xq {
    display: flex;
    margin-top: 55px;
}
.join_xq div {
    max-width: 92%;
    color: rgba(17,31,44,.85);

}
/*福利待遇*/

.xiaojiang-welfare{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xiaojiang-welfare .xiaojiang-welfare-txt{
    margin-top: 49px;
    width: 280px;
}
.xiaojiang-welfare-txt h3{
    font-weight: 500;
    font-size: 20px;
    color: black;
}
.xiaojiang-welfare-txt p {
    margin-top: 12px;
    color: rgba(17,31,44,.85);
}

.jiaru .join_xq .bti {
    height: 82px;
    margin-bottom: 20px;
}

.jiaru .join .zy {
    position: absolute;
    left: 0;
    bottom: 0;
}

.jiaru .jon {
    padding: 80px 0;
}

.jiaru .jon .title {
    margin-bottom: 55px;
}

.jiaru .jon .zw {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
}

.jiaru .jon .zwa {
    color: #07f;
}

.jiaru .jon .zwa,
.jiaru .jon .zwb {
    font-size: 18px;
}

.jiaru .jon .zw img {
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    transition: 0.3s;
}
.jiaru .jon .ziw {
    margin-bottom: 15px;
    background-color: #f6f7fa;
}

.jiaru .jon .zwxq .xux {
    width: 100%;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, from(#d5e8ff), color-stop(50%, #d5e8ff), color-stop(50%, transparent));
    background-image: -webkit-linear-gradient(left, #d5e8ff, #d5e8ff 50%, transparent 0);
    background-image: -moz-linear-gradient(left, #d5e8ff 0, #d5e8ff 50%, transparent 50%);
    background-image: linear-gradient(90deg, #d5e8ff 0, #d5e8ff 50%, transparent 0);
    background-size: 15px 1px;
    background-repeat: repeat-x;
}

.jiaru .jon .ziw .zwxq {
    height: 0;
    overflow: hidden;
    transition: 0.3s;
}

.jiaru .jon .zwxq_x {
    padding: 24px 40px;
}

.clue-components-form-wrapper {
    position: fixed;
    bottom: 64px;
    right: 22px;
    z-index: 6666;
}

.clue-components-form-wrapper .clue-components-form-avatar {}

.clue-components-form-avatar img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    border: 2px solid #155bd4;
}

.clue-components-form-avatar .clue-components-form-avatar__text {
    min-width: inherit;
    font-size: 13px;
    width: 68px;
    height: 26px;
    border-radius: 2px;
    line-height: 26px;
    color: #155bd4;
    background: #f2f5fc;
    position: relative;
    text-align: center;
    margin-top: -12px;
}

.clue-components-form-wrapper .clue-components-form-list {
    margin: 0;
    padding: 0;
}

.clue-components-form-wrapper .clue-components-form-list li {
    list-style: none;
    display: block;
    cursor: pointer;
    margin-top: 4px;
    width: 68px;
    height: 68px;
    overflow: hidden;
    border-radius: 8px;
    font-size: 13px;
    color: #155bd4;
    text-align: center;
    position: relative;
    padding-top: 36px;
}

.clue-components-form-wrapper .clue-components-form-list li:hover {
    border: 1px solid #155bd4;
}

.clue-components-form-list li:nth-child(1) {
    background: url(../img/FtrWGVj94TdAREHGCo-C5h4wJZcd.png);
    background-color: #f2f5fc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.clue-components-form-list li:nth-child(2) {
    background: url(../img/Fu3Gunjrvd6Ww21XkQQJMa-5d6OK.png);
    background-color: #f2f5fc;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.clue-components-form-list li:nth-child(3) {
    background: url(../img/shang.png);
    background-color: #f2f5fc;
    background-repeat: no-repeat;
    background-position: 50% 20%;
    background-size: 40px;
}

.clue-components-form-card {
    position: absolute;
    bottom: 0;
    right: 85px;
}

.clue-components-form-card .clue-components-form-card-content {
    width: 293px;
    height: 395px;
    background: url("../img/right_bj.png");
    background-size: 100% 100%;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 2px;
    display: none;

}
.clue-components-form-card-content .clue-components-form-card-content__title{
    font-size: 24px;
    line-height: 33px;
    color: #323233;
    font-weight: 600;
}
.clue-components-form-card-content__title .clue-components-form-card-content__description{
    font-size: 16px;
    line-height: 22px;
    color: #323233;
}
.clue-components-form-card-content .clue-components-form-card-content__description {
    font-size: 16px;
    line-height: 22px;
    color: #323233;
}
.clue-components-form-card-content img {
    display: block;
    width: 196px;
    margin: 37px auto 0;
}
.clue-components-form-card-content .clue-components-form-card-content__extra {
    font-size: 16px;
    line-height: 22px;
    color: #323233;
    text-align: center;
    margin-top: 16px;
}
.clue-components-form-card-content__title span{
    font-size: 16px;
    line-height: 22px;
    color: #323233;
    font-weight: 400;

}
.clue-components-form-card-content__title-extra a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    color: #323233;
}
.clue-components-form-input {
    margin-top: 40px;
}
.clue-components-form-input h3 {
    font-weight: 500;
    font-size: 16px;
    color: #323233;
    line-height: 24px;
    margin-bottom: 4px;
}
.clue-components-form-input p {
    font-size: 14px;
    color: #323233;
    line-height: 20px;
    margin-bottom: 4px;
}
.clue-components-form-input input {
    outline: none;
    border: 1px solid #dcdee0;
    border-radius: 2px;
    font-size: 14px;
    line-height: 36px;
    padding: 0 8px;
    height: 36px;
    display: block;
    width: 100%;
    margin: 8px 0 4px;
}
.clue-components-form-input button {
    margin-top: 8px;
    background-color: #155bd4;
    border: solid 1px #155bd4;
    border-radius: 2px;
    outline: none;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    height: 36px;
    width: 80px;
    text-align: center;
    cursor: pointer;
    display: block;
}
.clue-components-form-input button:hover {

border-color: #356fd4;
background-color: #356fd4;
color: #fff;
}


@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*帮助中心*/
.body{
    width: 100%;
    margin-bottom: 100px;
}
.help-home {
    height: 420px;
    width: 100%;
    background: #07f;
    display: flex;
    justify-content: center;
    background-image: url(../img/banner-pc@2x.324821f6.png);
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: 1440px 420px;
}
.help-home-left {
    padding-top: 90px;
    width: 1200px;
    margin: 0 auto;
}
.help-home-left  .help-home-title{
    font-size: 36px;
    margin-top: 36px;
    color: #333;
    line-height: 72px;
    font-weight: 700;
}
.help-banner-search {
    width: 720px;
    border-radius: 4px;
    position: relative;
    box-shadow: 0 6px 12px 0 rgb(0 0 0 / 6%);
    background: #fff;
    margin-top: 16px;
    height: 64px;
}
.help-banner-search .t-input__prefix{

    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 16px;
    left: 8px;
    left: 24px;
}
.t-input__prefix img {

}

.form-control-lg{
    width: 730px;

    border: none;
    color: rgba(0,0,0,.9);
    height: 64px;
    font-size: 16px;
    line-height: 24px;
    padding-left: 56px;
}
.help-home-left .help-search-box{
    margin-top: 24px;
}
.help-search-box a{
    color: rgba(0,0,0,.9);
    margin-left: 1em;
    font-size: 16px;
    line-height: 24px;
    width: 720px;
}
.help-cards {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 48px 0 0;
}
.help-cards .help-cards-container{
    display: flex;
    width: 1224px;
    flex-wrap: wrap;
}
.help-cards-container .help-card {
    width: 282px;
    background: #fff;
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 6%);
    position: relative;
    height: 282px;
    margin: 12px;
    padding: 16px 24px;
    border-radius: 4px;
}
.help-card .help-card__title{
    display: inline-flex;
    align-items: center;
    height: 48px;
    width: 100%;
    position: relative;
}

.help-card .help-card__title img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.help-card .help-card__title a {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 42px;
    max-width: 180px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.help-card .help-card__item {
    display: flex;
    flex-direction: column;
    margin-top: 8px;
}
.help-card__item p{
    display: flex;
    display: block;
    align-items: center;
    color: rgba(0,0,0,.9);
    padding-bottom:10px;
    font-size: 16px;
    line-height: 36px;
    max-width: 270px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;

}
.help-card__item p:hover{
    color: #126bff;
}
.help-card__more{
    font-size: 16px;
    font-weight: 500;
    line-height: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 16px;
}
.help-card__more span {
    margin-right: 10px;
    color: rgba(0,0,0,.9);
}
.pagination{
    justify-content: center;
}
.form-row {
    display:block !important;
}
/*产品*/
.banner{
    display: flex;
    margin: 0px 0px 6px;
    background: url(../img/home-bg1.png) center no-repeat #e9eff7;
    background-size: cover;
}
.swiper-slide img{
    /*height: 340px;*/
}

.banner-main{
    width: 1180px;
    margin: 0 auto;
}
.banner-main-flx{
    margin: 0px -10px;
    display: flex;
    flex-wrap: wrap;
}
.banner-main-flx-left{
    width: 220px;
    padding: 0px 10px;
    box-sizing: border-box;
    display: block;
}
.banner-main-flx{
    margin: -6px 0px 6px;
    display: flex;
    flex-wrap: wrap;
}

.banner-main-flxe{
    padding: 6px 0px;
    width: 100%;
    box-sizing: border-box;
    display: block;
}

.banner-main-flxe-a{
    height: 150px;
    display: flex;
    flex-direction: column;
    transition: box-shadow .35s;
}
.banner-main-flxe-a:hover {
    box-shadow: 0 10px 40px 0 rgb(18 38 64 / 15%);
}
.banner-main-flxe-img{

    flex: 1;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-main-flxe-p{
    margin-bottom: 0px;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.banner-main-flx-conter{
    width: 730px;
    padding: 0px 10px;
    box-sizing: border-box;
    display: block;
}
.banner-main-flx-right{
    width:220px;
    padding: 0px 10px;
    box-sizing: border-box;
    display: block;
}
.banner-main-flx-conter-ret{
    margin: -6px -6px 6px;
    display: flex;
    flex-wrap: wrap;
    margin-top:0;
}
.banner-main-flx-conter-ret-img{
    padding: 6px;
    box-sizing: border-box;
    display: block;
    width: 50%;


}
.banner-main-flx-conter-ret-img-a{
    display: flex;
    align-items: center;
    background-color: #ddd;

    transition: box-shadow .35s;
    height: 128px;

}

.tryout {
    background-color: #f2f7fc;
    display: flex;
}
.tryout-main{
    width: 1180px;
    margin: 0 auto;
}
.tryout-main-box{
    padding: 40px 0 80px;
}

.tryout-main-tit{
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
}
.tryout-main-tit-left{
    flex: 1;
}

.tryout-main-tit-left span{
    font-size: 24px;
    color: #000;
    display: block;
    line-height: 32px;
    height: 32px;
    font-weight: 500;
}
.tryout-main-tit-right{
    width: 250px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ced4da;
}
.tryout-main-tit-right-icon{
    margin: 0 10px;

}
.tryout-main-tit-right-input{
    width: 211px;
}
.form-control-try{
border-radius: 0;
    border: 0;
}
.form-control:focus{
    box-shadow:none;
}
.tryout-main-bgs{
    margin-top: 20px;

}
.tryout-main-bgs-cs{
    margin: -6px -6px 6px;
    display: flex;
    flex-wrap: wrap;
}
.tryout-main-bgs-main{
    width: 25%;
    padding: 6px;
}
.tryout-main-bgs-main-productCard{
    display: block;
    background-color: #fff;
    padding: 24px 20px;
    position: relative;
    box-sizing: border-box;
    transition: box-shadow .25s ease-in-out;
}
.tryout-main-bgs-main-productCard:hover {
    z-index: 1;
    border-right: none;
    box-shadow: 0 10px 40px 0 rgb(18 38 64 / 15%) !important;
}
.tryout-main-bgs-text{
    font-size: 16px;
    color: #000;
    line-height: 26px;
    height: 26px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    max-width: 100%;
}
.tryout-main-bgs-text-span{
    height: 26px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tryout-main-bgs-descriptions{
    min-height: 68px;
    margin-top: 12px;
}
.tryout-main-bgs-description{
    font-size: 14px;
    color: #959cad;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    padding-left: 20px;
    margin-top: 4px;
    margin-bottom: 0px;
}
.tryout-main-bgs-description img{
position: absolute;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.tryout-main-bgs-tags{
    height: 20px;
    margin-top: 12px;
    font-size: 0;
   
}
.tryout-main-bgs-tags span{
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    border: 1px solid #2cb86a;
    color: #2cb86a;
    font-size: 12px;
    transition: all .25s;
    max-width: 156px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tryout-main-bgs-price{
    margin-top: 20px;
    line-height: 32px;
    height: 32px;
}
.tryout-main-bgs-price-text{
    margin-bottom: 0px;
}
.color-text-price{
    color: #ff791f;
}
.font-text-price{
    font-size: 24px;
    font-weight: 500;

}
.color-text-weak{
    color: #959cad;
}
.tryout-main-bgs-tools  {
    display: flex;
    margin-top: 12px !important;
}
.tryout-main-bgs-tool {
    height: 36px;
    line-height: 36px;
    flex: 1;
    color: #ffa219;
    background-color: transparent;
    border-color: #ffa219;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid ;
    text-align: center;
    transition: all .25s;
    box-sizing: border-box;
}
.tryout-main-bgs-tool:hover{
    background-color: #f6e8d4;
    border-color: #f6e8d4;
}
.tryout-main-bgs-toola{
    display: inline-block;
    height: 36px;
    line-height: 36px;
    flex: 1;
    margin-left: 12px !important;
    color: #fff;
    border-color: #ffa219;
    background-color: #ffa219;
    padding: 0 16px;
    font-size: 16px;
    border: 1px solid;
    text-align: center;
    transition: all .25s;
    box-sizing: border-box;
}
.tryout-main-bgs-toola:hover{
    background-color: #e08f16;
    border-color: #e08f16;
}
/*产品0元栏目底部*/
.tryout-bottom{
    margin-top: 20px;

    display: flex;
    flex-wrap: wrap;

}
.tryout-bottom-box{
    width: 100%;
    box-sizing: border-box;
    display: block;
}
.tryout-bottom-box a{
    background-image: url("../img/8f4a1173d926f22a2be0e191a5d561c4.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: flex;
    align-items: center;
    height: 100px;
    transition: background-size .35s ease-out;
}
.tryout-bottom-box a:hover{
    background-size: auto 102%;
}
.tryout-bottom-box-mian{
    width: 1180px;
    margin: 0 auto;
    text-align: center;
}

.tryout-bottom-box-mian p:nth-child(1){
    font-size: 20px;
    color: #000;
    line-height: 26px;
    margin-bottom: 8px;
    font-weight: 500;
}
.tryout-bottom-box-mian p:nth-child(1) span{
    position: relative;
    display: inline-block;
    margin-left: 8px;
    vertical-align: -2px;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #fff;
}
.tryout-bottom-box-mian p:nth-child(1) span img{
    position: absolute;
    left: 1px;
    top: 1px;

}
.tryout-bottom-box-mian p:nth-child(2){
    font-size: 14px;
    color: #000;
    line-height: 20px;
}
/*产品隔断*/
.digitization{
    height: 222px;
    line-height: 222px;
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    text-shadow: 0 3px 24px rgb(0 41 112 / 50%);
    background-image: -webkit-linear-gradient(
            225deg
            ,#00afff,#07f);
    background-image: -moz-linear-gradient(225deg,#00afff 0,#07f 100%);
    background-image: linear-gradient(
            225deg
            ,#00afff,#07f);
}
.digitization span{
    display: inline-block;
    padding: 0 4px;
    line-height: 222px;
    vertical-align: bottom;
    font-size: 56px;
    font-weight: 500;
}
/*产品实例*/
.optimum-practice{
    margin: 0 auto;
    padding: 80px 0 62px;
    background-image: url("../img/practice_bg@2x.png");
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
}
.optimum-practice-title{
    margin-bottom: 40px;
    line-height: 56px;
    font-size: 40px;
    color: #303133;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.optimum-practice-body{
    display: flex;
    width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-evenly;

}


.optimum-practice-body-box{
    display: inline-block;
    vertical-align: top;
    width: 372px;
    height: 389px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px 0 rgb(48 49 51 / 8%);
    box-shadow: 0 4px 12px 0 rgb(48 49 51 / 8%);
    border-radius: 4px;

    margin-bottom: 36px;
    overflow: hidden;
    position: relative;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -moz-transition: transform .2s,-moz-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s,-moz-transform .2s;
}
.optimum-practice-body-box:hover{
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    transform: translateY(-8px);
}
.optimum-practice-body .optimum-practice-body-box:last-child{
    margin-right: 0px;
}
.optimum-practice-body-box-img{
    width: 100%;
    height: 212px;
    position: relative;
}
.optimum-practice-body-box-img img{
    object-fit: cover;
}
.optimum-practice-body-box p:nth-child(2){
    padding: 28px 24px 16px;
    line-height: 28px;
    font-size: 20px;
    color: #111f2c;
    letter-spacing: 0;
    font-weight: 500;
}
.optimum-practice-body-box p:nth-child(3){
    line-height: 22px;
    font-size: 16px;
    color: rgba(17,31,44,.7);
    letter-spacing: 0;
    text-align: justify;
    font-weight: 400;
    padding: 0 24px;
}
.optimum-practice-dog{
    width: 160px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #07f;
    border-radius: 2px;
    margin: 40px auto 0;
    font-size: 16px;
    color: #07f;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.optimum-practice-dog:hover{
    background-color: #07f;
    border-color: #07f;
    color: #fff;
}
/*产品搜索*/
.search-input{
    padding-top: 20px;
    background-color: #f2f7fc;
}
.search-inputs{
    display: flex;
    justify-content: center;
}
.search-inputs-img{
    width: 50px;
    height: 48px;
    background-image: url("../img/icon-searchsss.svg");
    background-color: #00A4FF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    border: 0;

    z-index: 1;
    transition: all .25s;
}
.search-inputs-img:focus{
outline: 0;
}
.search-inputs-pt{
    width: 560px;
}

.search-inputs-pt input{
    width: 100%;
    display: block;
    border: 2px solid #34A4FC;
    border-right: 0;
    height: 48px;
    padding: 9px 0;
    text-indent: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    outline: 0;
    -webkit-appearance: none;
}
/*底部链接内容页*/
.agreement-body{
    padding: 100px 0;
    width: 1200px;
    margin: 0 auto;
}
.agreement-body-magin{

}
/*底部链接导航*/
  .footer-nav{
      display: flex;
  }
  .footer-nav-one{
      width: 280px;
      padding: 0;
      margin: 0;
  }
.footer-nav-one li{
   list-style: none;
}
.footer-nav-one-box{
    position: relative;
    opacity: .87;
    font-size: 18px;
    color: #fafafa;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 25px;
}
.footer-nav-one-box a{

    color: #fafafa;

}
.footer-nav-one-box .footer-nav-one-box-a{
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 12px;
    line-height: 20px;
    color: hsla(0,0%,100%,.6);
}
/*产品详情页*/
.product-details{
    display: inline-block;
    padding-top: 70px;
    background-color: #F4F5F9;
    width: 100%;
}
.product-details-magin{
    margin: 0 auto;
    max-width: 1180px;
}
.product-details-box{

}
.product-details-box-lift{
    width: 70%;
    float: left;


}
.product-details-box-lift-top{
    background-color: #fff;
}
.product-details-box-lift-top-box{
    padding: 20px;
    background-color: #fff;
    display: flex;

}
.product-details-box-lift-top-indemnity{
    display: flex;
    margin: 10px 20px 0;
    border-top: 1px solid #efefef;
    max-width: 100%;

    background-color: #fff;
    padding: 22px 0;
}
.product-details-box-lift-top-indemnity-item{
    width: 25%;
    float: left;
    text-align: center;
    font-size: 0;
}
.product-details-box-lift-top-indemnity .product-details-box-lift-top-indemnity-item:nth-child(1) p{
    background-image: url("../img/indemnity-1.png");
}
.product-details-box-lift-top-indemnity .product-details-box-lift-top-indemnity-item:nth-child(2) p{
    background-image: url("../img/indemnity-2.png");
}.product-details-box-lift-top-indemnity .product-details-box-lift-top-indemnity-item:nth-child(3) p{
     background-image: url("../img/indemnity-3.png");
 }.product-details-box-lift-top-indemnity .product-details-box-lift-top-indemnity-item:nth-child(4) p{
       background-image: url("../img/indemnity-4.png");
  }



.product-details-box-lift-top-indemnity-item p{
    display: inline-block;
    height: 46px;
    padding-left: 53px;
    line-height: 46px;
    font-size: 14px;
    color: #0878D0;
    background-repeat: no-repeat;
    background-size: 46px auto;
    background-position: left center;
  margin-bottom: 0;
}
.product-details-box-right{
    width: 28.3%;
    float: left;
    margin-left: 20px;

}
.contact-card-block{
    position: relative;
    background-color: #fff;
    padding: 24px 24px 21px;
    margin-bottom: 16px;
}

.contact-card-block-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 285px;
    height: 100%;
}
.contact-card{
    width: 285px;
    position: relative;
    padding: 20px 0;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}

.contact-card img{
    display: block;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    margin: 0 auto 12px;
    cursor: pointer;
}
.contact-card p{
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
}
.contact-card h4{
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
 }
.contact-card-a1 {
    color: #155bd4;
    background-color: #fff;
    margin: 24px 20px 0;
    font-size: 14px;
    line-height: 36px;
    display: block;
    border-radius: 2px;
  }
.contact-card-a2 {
    font-size: 14px;
    line-height: 36px;
    display: block;
    border-radius: 2px;
    color: #fff;
    border: 1px solid #fff;
    margin: 12px 20px 0;
}
.contact-card-a2:hover{
-webkit-box-shadow: 0 4px 10px 0 rgb(13 57 118 / 40%);
box-shadow: 0 4px 10px 0 rgb(13 57 118 / 40%);
}
.contact-card-recommend{
    padding: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    margin-top: 20px;
    background-color: #fff;
}
.contact-card-recommend-bd{

}
.contact-card-recommend-bd-ti{
    height: 24px;
    line-height: 24px;
    display: inline-block;
}
.contact-card-recommend-bd-ti span{
     font-size: 16px;
    color: #383838;
}
.contact-card-recommend-bd-ti .contact-card-recommend-bd-span{
    font-size: 24px;
    line-height: 28px;
    font-weight: bolder;
    color: #F2A056;
    background-image: -webkit-linear-gradient(left,#F2A056,#F16863);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.contact-card-recommend-hd-list{
    display: block;
    width: 100%;
    padding: 0;
}
.contact-card-recommend-hd-list li{
    display: block;
    margin-top: 20px;
    list-style: none;
}

.card-recommend-box-list{
    width: 100%;
    position: relative;
    overflow: hidden;

}
.card-recommend-hd-list{
    border: 1px solid #eee;
    /*height: 160px;*/
}
.card-recommend-hd-list a{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 0;
}
.card-recommend-hd-list a img{
    display: inline-block;
    vertical-align: middle;
    height: auto;
    width: 100%;
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    transition: transform .55s;
}
.card-recommend-bd-list{
    border: none;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.card-recommend-bd-list a{
    font-size: 20px;
    line-height: 18px;
    color: #000;
    margin-top: 10px;
    height: 20px;
    display: block;
    transition: color .15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.card-recommend-box-list:hover .card-recommend-hd-list img{
    transform: scale(1.05);
}
.product-details-box-lift-top-box-img{
    width: 64%;

}
.product-details-box-lift-top-box-img-picture  {
    width: 100%;
    border: 1px solid #eee;
}
.product-details-box-lift-top-box-img-picture img {
    width: 100%;
    display: block;
}
.product-details-box-lift-top-box-img-pictures{
    margin-top: 9px;
}
.product-details-box-lift-top-box-img-picture-small{
    border: 2px solid #FF9D00;
    width: 91px;
    height: 62px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    transition: border .15s;
    overflow: hidden;
    cursor: pointer;
    margin-left: 8px;
}
.product-details-box-lift-top-box-img-picture-small:first-child{
    margin-left: 0px;
}
.product-details-box-lift-top-box-img-picture-small img {
    width: 100%;
}

.product-details-box-lift-top-box-price{
    width: 35%;
    margin-left: 12px;
}
.product-details-box-lift-top-box-title{
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}
.product-details-box-lift-top-box-description{
    font-size: 12px;
    color: #000;
    line-height: 18px;
    margin-bottom: 20px;
    height: 220px;
}
.product-details-box-lift-top-box-prices{
    display: flex;
    background-color: #FFF3ED;
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    margin-top: 100px;
    padding-right: 0px;
    padding-left: 4px;
}
.product-details-box-lift-top-box-prices-left{
    float: left;
    width: 50%;
    border-right: 1px solid #E9D9D1;
    min-height: 44px;
    line-height: 44px;
}
.product-details-box-lift-top-box-prices-left-hd{
    display: table-cell;
    padding-right: 20px;

    vertical-align: baseline;
    word-break: keep-all;
    min-width: 44px;
    padding-top: 5px;
}
.product-details-box-lift-top-box-prices-left-hd span{
    font-size: 12px;
    color: #8c8c8c;
    line-height: 18px;
}
.product-details-box-lift-top-box-prices-left-bd{
    display: table-cell;
    padding-top: 5px;
    vertical-align: baseline;
}
.product-details-box-lift-top-box-prices-left-bd span{
    font-size: 24px;
    color: #F43F2D;
    font-family: DINNextLTPro;
    line-height: 18px;
}
.product-details-box-lift-top-box-prices-right{
    width:50%;
}
.product-details-box-lift-top-box-prices-msmsms{
    margin: 0;
    position: static;
    height: auto;
    top: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.product-details-box-lift-top-box-prices-hd{
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin: 0;
}
.product-details-box-lift-top-box-prices-bd{
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    margin: 0;
}
.product-details-box-lift-top-box-prices-bd span{
    display: inline-block;
    vertical-align: text-top;
    font-size: 0;
    height: 14px;
}
.mp__star-score-item{
    display: inline-block;
    background-image: url("../img/icon-star-actived.svg");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: center;
    width: 14px;
    height: 14px;
}
.consult_immediately{

}
.consult_immediately-magin{
     margin-top: 10px;
    text-align: center;
}
.consult_immediately-magin span{
    ext-align: center;
    background-color: #FF9D00;
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    font-size: 25px;
    border: 1px solid #FF9D00;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 5px;

}
.product-details-body{
    background-color: #fff;
    margin-top: 20px;
}
.product-details-body-hd{
    height: 51px;
}
.product-details-body-tabs{
    margin: 0 10px;
    border-bottom: 1px solid #ddd;
    height: 50px;
    font-size: 0;
}
.product-details-body-tab{
    display: inline-block;
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 0;
    margin-right: 10px;
}
.product-details-body-tab a{
    display: inline-block;
    font-size: 14px;
    color: #444;
    padding: 0 10px;
    border-bottom: 2px solid transparent;
}
.product-details-body-bd{
    margin-top: 50px;
    padding: 0 20px;

}
.product-details-body-bd img {
    width: 100%;
}
/*首页内容1*/
.top-capital{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    background-image: url(../img/investors_bg.jpg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-capital-top{
    margin: 60px 0 40px;
    font-size: 40px;
    color: #303133;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
}
.top-capital-top span{
    color: #07f;
}
.top-capital-bottom{
    width: 1200px;
    height: 496px;
    margin: 0 auto;
}
.top-capital-bottom-left{
    padding-top: 6px;
    float: left;
}
.top-capital-bottom-left-progressItem{
    padding-left: 44px;
    position: relative;
    width: 280px;
    height: 141px;
}

.top-capital-bottom-left-progressItem-div1{
    position: absolute;
    left: 0;
    top: 5px;
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    padding: 4px;
    background-color: rgba(0,119,255,.2);
}
.top-capital-bottom-left-progressItem-div1 div{
    background-color: #07f;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.top-capital-bottom-left-progressItem-div2{
    position: absolute;
    top: 31px;
    left: 9px;
    height: -moz-calc(100% - 32px);
    height: calc(100% - 32px);
    width: 1px;
    background-color: rgba(17,31,44,.08);
}
.top-capital-bottom-left-progressItem-p1{
    line-height: 32px;
    font-size: 30px;
    color: #111f2c;
    font-weight: 500;
    margin-bottom: 10px;
}
.top-capital-bottom-left-progressItem-p1 span{
    font-size: 16px;
    line-height: 1;
    color: #111f2c;
    font-weight: 200;
 }

.top-capital-bottom-left-progressItem-p2{
    font-size: 18px;
    color: #111f2c;
    line-height: 25px;
    font-weight: 500;
margin: 0;
}
.top-capital-bottom-right{
    float: right;
    width: 894px;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    padding: 60px 102px 0;
}
/*做开发*/
.find-xiaojiang{
    margin: 16px auto 0;
    width: 1200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    background: #fff;
}
.find-xiaojiang h2{
    font-weight: 500;
    font-size: 26px;
    color: #323233;
    text-align: center;
    line-height: 36px;
    margin-bottom: 8px;
    margin-top: 50px;
}
.find-xiaojiang p{
    font-size: 18px;
    color: #646566;
    text-align: center;
    line-height: 24px;
}
.find-xiaojiang-up{
    padding: 0;
    font-size: 0;
    margin: 48px auto 0;
    margin-bottom: 48px;
}
.find-xiaojiang-up-item{
    text-align: center;
    display: inline-block;
    width: 200px;
    margin-right: 48px;
}
.find-xiaojiang-up-item:nth-child(n+5){
    margin-top: 46px;
}

.find-xiaojiang-up-item:nth-child(5){

    margin-right: 0px;
}
.find-xiaojiang-up-item:nth-child(10){

    margin-right: 0px;
}
.find-xiaojiang-up-item a:nth-child(1){
    display: block;
}
.find-xiaojiang-up-item a:nth-child(1) div{
    display: inline-block;
    width: 56px;
    height: 56px;
    margin: 0 auto 8px;
    background-image: url("../img/FtydKNDaXV5dYomdlb5QO0CiZIIo.png");
    background-size: 455px 56px;
}
.find-xiaojiang-up-item a:nth-child(2){
    display: block;
    font-weight: 500;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #323233;
}
.find-xiaojiang-up-item a:nth-child(3){
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #969799;
}
.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(1) a div{
    background-image: url("../img/FrCdnN2uO8epS62x0qw83Y4PBLGC.png");
    background-size: 113px 56px;
    background-position: 0 0;
}
.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(2) a div{
    background-position: -399px 0;
}
.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(3) a div{
    background-position: -342px 0;
}.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(4) a div{
     background-position: -228px 0;
 }.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(5) a div{
       background-position: -114px 0;
  }.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(6) a div{
          background-position: -171px 0;
   }.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(7) a div{
              background-image: url("../img/FrCdnN2uO8epS62x0qw83Y4PBLGC.png");
              background-size: 113px 56px;
              background-position: -56px 0;
    }
.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(8) a div{
    background-image: url("../img/FsnKArQNy81gGPKiO0f832GOnBHk.png");
    background-size: 56px 56px;
    background-position: 50%;
}
.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(9) a div{
    background-position: 0 0;
}
.find-xiaojiang-up .find-xiaojiang-up-item:nth-child(10) a div{
    background-position: -57px 0;
}
/*首页产品推荐*/
.container-header1 {
    font-size: 26px;
}
.container-header2s {
    color: #5c5d5f;
    font-size: 14px;
    flex-wrap: 400;
}

/*渐变*/
.tryout-main-bgs-tags span:nth-child(2){
    margin-left: 5px;
    color: rgb(240, 152, 22);
    border-color: rgb(240, 152, 22);
}
.tryout-main-bgs-tags span:nth-child(3){
    margin-left: 5px;
    border: 1px solid red;
    color: red;
}
.newsbook .post-body video {
    width: 100%;
}
.newsbook .post-body p  {
    width: 100%!important;
}
.newsbook .post-body span {
    width: 100%;
}
/*轮播图视频播放按钮*/
.play-button{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 36px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: hsla(0,0%,100%,.3);
    z-index: 9;
    background-image: url(../img/btn_play_nor.svg);
    background-size: cover;
}
.play-button:hover{
    background-image: url(../img/btn_play_hov.svg);
}
.banner{
    margin-bottom:0 ;
}
.swiper-slide video{
    display: block;
}
.negative{
    display: none;
    z-index: 1000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.7);
}
.negative-video{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 70%;
    max-width: 1200px;
    max-height: 80%;
}
.delete-negative{
    right: 60px;
    top: 60px;
    z-index: 1003;
    margin-top: -6px;
    position: absolute;
    display: inline-block;
    width: 56px;
    height: 56px;
    overflow: hidden;
    background: rgba(0,0,0,.5);
    border-radius: 50%;
    cursor: pointer;
}
.delete-negative:after{
    content: "";
    position: absolute;
    height: 4px;
    width: 60%;
    top: 50%;
    left: 11.5px;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: rotate(
            45deg
    );
    -moz-transform: rotate(45deg);
    transform: rotate(
            45deg
    );
}
.delete-negative:before{
    content: "";
    position: absolute;
    height: 4px;
    width: 60%;
    top: 50%;
    left: 11.5px;
    margin-top: -1px;
    background: #fff;
    -webkit-transform: rotate(
            -45deg
    );
    -moz-transform: rotate(-45deg);
    transform: rotate(
            -45deg
    );
}
/*帮助中心*/
.help-card__item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.help-card__item a span{
    color: rgba(0,0,0,.9);
    height: 36px;
    font-size: 16px;
    line-height: 36px;
    max-width: 270px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}