/* 字体 */

@font-face {
    font-family: fangzhenglanting-cuhei;
    src: url('../fonts/fangzhenglanting-cuhei.ttf');
}

@font-face {
    font-family: fangzhenglanting-xihei;
    src: url('../fonts/fangzhenglanting-xihei.ttf');
}

@font-face {
    font-family: FuturaBT-Medium;
    src: url('../fonts/futurabt-medium.ttf');
}

.font-en {
    font-family: FuturaBT-Medium;
}

.font-cn-bold {
    font-family: fangzhenglanting-cuhei;
}

.font-cn-lighter {
    font-family: fangzhenglanting-xihei;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 5.125% 0;
    padding-right: 10px;
    padding-top: 50px
}

.box_aa_wap {
    position: relative;
   
  
    display: flex;
    /* justify-content: space-between; */
   
}

.box_aa_wap::before{
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/a1_bg.png) no-repeat left 20px;  background-size: 90%;
  z-index: -1
}


.box_aaleft {
    width: 50%;
    position: relative;
    text-align: right;
    border-right: 4px solid #5e5d5d;
    padding-bottom: 30px;z-index: 99;
}

.o-image_wrapper {
    position: relative;
}

.is-show {
    margin-right: 15px;
    margin-bottom: 20px;
    margin-top: -40px;
}

.is-show::before {
    position: absolute;
    bottom: 0px;
    right: -20px;
    content: "";
    width: 20px;
    height: 1px;
    background: #151515;
}

.vision-title-en {
    display: inline-block;
    position: relative;
    top: 31px;
    left: 0;
    color: #383838;
    font-size: 4rem;
    vertical-align: bottom;
    line-height: 1.5;
}

.vision-title-cn {
    display: inline-block;
    position: relative;
    top: 15px;
    left: 0px;
    font-size: 1.2rem;
    font-weight: 400;
    vertical-align: bottom;
    line-height: 1;
    padding-right: 0px;
}

.vision-title-bottom-line {
    position: relative;
    bottom: 0;
    left: 40px;
    right: 0;
    border-bottom: 2px solid #111111;
    margin-top: 22px;
    width: 72%;
}

.abb_bottom {
    width: 100%;
    position: relative;
}

.abb_bottom::before {
    position: absolute;
    bottom: 0px;
    right: -25px;
    content: "";
    width: 22px;
    height: 2px;
    background: #afafaf;
    z-index: -1;
}

.abb_bottom .neo {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    border-bottom: 2px solid #b3b3b3;
   /* padding-bottom: 10px;*/
    margin-top: 20px;
}

.abb_bottom .abbimg {
    width: 45%;
        margin-bottom: -4px;
            z-index: -1;
}

.abb_bottom .abbimg img {
    max-width: 100%;
}

.abb_bottom .abbtxt {
    width: 45%;
    font-size: 12px;
    color: #6d6c6c;
    line-height: 1.1;
    text-align: left;
    padding: 5px;
    font-family: "Microsoft Yahei";
}




.box_aaright {
    width: 50%;
    position: relative;
    z-index: 999;
}

.box_aaright .video {
    margin-top:72.125%;
    position: relative;
    display: block;
    z-index: 3;
    width: 75%;
}
.box_aaright .video::before{
    position: absolute;
    content: "";
    background: #b3b3b3;
    height: 1px;
    width: 50%;
    right: -50%;
    bottom: 2px;
    z-index: -1;
}



.box_aaright .video img {
    max-width: 100%;
}

.box_aaright .abbimg2 {
    position: absolute;
    right: 0px;
    top: 15.125%;
    overflow: hidden;
    width: 50%;
}

.box_aaright .abbimg2 img {
    display: block;
    cursor: pointer;
    max-width: 100%;
}


/* READ MORE 按钮 */

.read-more {
    display: block;
    position: absolute;
    vertical-align: bottom;
    text-align: right;
    z-index: 2;
    right: 0px;
    bottom: 0px;
    line-height: 20px;
    
}

.read-more a {
    display: block;
    background: rgba(88, 88, 88, 0.8);
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding-top: 0;
    padding-right: 8px;
    width: 100%;
    height: 100%;
}

.read-more-ripple {
    position: relative;
    background: -webkit-linear-gradient(left, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -o-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -moz-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: linear-gradient(to right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select: none;
    -ms-user-select: none;
}

.read-more-ripple span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    animation: ripple .6s 0s linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: scale(0);
    width: 100%;
    height: 100%;
}

@keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@media (min-width:992px) {
    .vision-more {
        bottom: 0;
        right: 0;
        z-index: 3;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
}


/* c2_index */
.c2_index {
    position: relative;
    padding-top: 3.125%;
    background: url(../images/c2_bg.png) no-repeat right bottom;
     background: url(../images/bjj1.png) no-repeat left 60px;
    margin-bottom: 30px;
    background-size: 60% 66%;
    padding-left: 10px;
    /*padding-bottom: 50px;*/
}

.c2_ttt {
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
}

.c2_ttt h1 {
    display: block;
    position: relative;
    color: #383838;
    font-size: 4rem;
    vertical-align: bottom;
    line-height: 1.3;
    padding: 3.125% 0;
    border-right: 4px solid #424242;
    padding-right: 13px;
    margin: 0px 0 -5px 0;
    font-family: "FuturaBT-Medium";
    font-weight: 400;
}

.c2_ttt span {
    display: block;
    width: 20px;
    font-size: 13px;
    color: #383838;
    margin-left: 10px;
    padding-top: 10px;
}

.c2_wap {
    position: relative;
    margin-bottom: -30px;
    margin-top: -18px;
    background: url(../images/bjj2.png) no-repeat right 144px;
    background-size: 30% 16%;
}


.slideBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pro_zuo {
    position: relative;
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
    background: #2d2d2d;
}

.pro_zuo .pro_tu {
    width: 60%!important;
    position: relative;
    height: 100%;
}

.pro_zuo .pro_tu li {
    width: 100%!important;
}

.pro_zuo .pro_tu li a{
    display: block;
}

.pro_zuo .pro_tu li img {
    width: 100%;
    height: 22vh;
}

.pro_zuo .pro_txt {
    width: 40%;
    position: relative;
    background: #2d2d2d;
    padding: 3.125%;
    display: flex;
    align-items: center;
    line-height: 1.3;
    color: #fff;
    font-size: 12px;
    text-indent: 15px;
    padding-bottom: 50px;
}


/*  */

.sort_aa {
    position: relative;
    width: 100px;
    margin-left: 5px;
}

.sort_aa li {
    width: 100%;
    margin-bottom: 3px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
}

.sort_aa li a {
    display: block;
    font-size: 12px;
    color: #5e5d5d;
    line-height: 1.7;
    padding: 5px;
}
.sort_aa li a span {
    display: block;
    line-height: 1.1;
   font-size: 12px;
}


/* .sort_aa li:hover a, */

/*.sort_aa li.active a,*/
.sort_aa li.on a{
    background: #5e5d5d;
    color: #fff;
}


/*  */

.tab-con {
    position: relative;
}

/*.tab-con .tab-main {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    z-index: 9;*/
/*    right: 0;*/
/*}*/

/*.tab-con .tab-main {*/
/*    opacity: 0;*/
/*    visibility: hidden;*/
/*    transition: all .5s ease;*/
/*}*/

/*.tab-con .tab-main.active {*/
/*    position: static;*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/


/*  */

.read-more2 {
    width: 80px;
    line-height: 22px;
    background: #505050;
    z-index: 3;
    bottom: 10px;
    right: 0px;
    display: block;
    position: absolute;
    vertical-align: bottom;
    text-align: right;
    right: 15px;
}

.read-more2 a {
    display: block;
    background: rgba(88, 88, 88, 0.8);
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding-top: 0;
    padding-right: 8px;
    width: 100%;
    height: 100%;
}

.read-more-ripple2 {
    position: relative;
    background: -webkit-linear-gradient(left, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -o-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -moz-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: #505050!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select: none;
    -ms-user-select: none;
}

.read-more-ripple2 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    animation: ripple .6s 0s linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: scale(0);
    width: 100%;
    height: 100%;
}




/* c3_index */

.c3_index {
    position: relative;
    padding: 50px 0;
    overflow: hidden;
}

.c3_wap {
    display: flex;
    justify-content: space-between;
}
.c3left {
    position: relative;
    width: 55%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.c3_ttt {
    text-align: right;
    margin-bottom: 30px;
}
.c3_ttt img{
    max-width: 105%;
    margin-left: -5px;
    
}





.c3_cont {
    position: relative;
    width: 100%;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 8px;
}

.case_tu {
    width: 45%;
}

.case_tu li img {
    width: 100%;
}

.sort_bb {
    position: relative;
    width: 60%;
    margin-bottom: 5.125%;
    margin-left: 5px;
}

.sort_bb li {
    width: 100%;
    margin-bottom: 10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-align: left;
}

.sort_bb li a {
    display: block;
    font-size: 12px;
    color: #383838;
    line-height: 22px;
    padding: 0 5px;
    text-align: center;
}

.sort_bb li:hover a,
/*.sort_bb li.active2 a,*/
.sort_bb li.on a{
    background: #cccccc;
}


/*  */

.tab-con2 {
    position: relative;
}

.tab-con2 .tab-main2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.tab-con2 .tab-main2 {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.tab-con2 .tab-main2.active2 {
    position: static;
    opacity: 1;
    visibility: visible;
}

/*  */
.c3_right {
    position: relative;
    width: 45%;
    border-left: 4px solid #383838;
    background: url(../images/c3_bg2.png) no-repeat right 10px;
    padding-top: 30px;
    padding-bottom: 5.125%;
    background-size: 80% 70%;
}
.c3_list {
    position: relative;
}
.c3_list li a {
    display: block;
}
.c3_list li a img {
    max-width: 100%;
}




/* c4_index */

.wd1200 {
    max-width: 100%;
    margin: 0 auto;
}

.c4_index {
    position: relative;
    padding: 3.125% 0;
    padding-bottom: 50px;
}

.c4_wap {
    position: relative;
    background: url(../images/c4_bg.png) no-repeat left top;
    background-size: 60%;
}

.c4_wap>div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.new_left {
    width: 42%;
    margin-top: 7.125%;
    border-right: 1px solid #292929;
    padding-left: 10px;
}

.new_left ul li {
    position: relative;
}

.new_left ul li a {
    display: block;
}

.new_left ul li img {
    width: 100%;
}

.new_left ul li h3 {
    padding: 8px 10px 0;
    line-height: 1.5;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.new_left ul li span {
    display: block;
    padding: 0px 15px;
    font-family: "Arial";
    font-size: .85rem;
    color: #d0d0d0;
}

.new_right {
    position: relative;
    width: 60%;
    text-align: right;
    padding-top: 8.125%;
}

.is-show2 {
    margin-right: 20px;
    display: inline-block;
    position: absolute;
    top: -55px;
    left: -35px;
    z-index: 2;
}

.is-show2 .vision-title-en{
    font-size: 4rem;
}

.is-show2 .vision-title-cn {
    font-size: .85rem;
    font-size: 12px;
    top: 20px;
    color: #888888;
}

.is-show2::before {
    position: absolute;
    bottom: 0px;
    right: -20px;
    content: "";
    width: 20px;
    height: 2px;
    background: #fff;
}

.news_bb_list {
    position: relative;
    width: 78%;
    display: inline-block;
    margin-bottom: 10px;
}

.news_bb_list li a {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.news_bb_list li .nzuo {
    width: 52%;
    padding-left: 29%;
    background: url(../images/news_bgg.png) no-repeat left bottom;
    padding-bottom: 5px;
}

.news_bb_list li .nzuo img {
    width: 66px;
    margin-top: -20px;
}

.news_bb_list li .nyou {
    position: relative;
    text-align: left;
    width: 40%;
    margin-bottom: 10px;
}

.news_bb_list li .nyou h3 {
    padding: 5px 10px 0;
    line-height: 1.3;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    letter-spacing: -1px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_bb_list li .nyou span {
    display: block;
    padding: 0px 15px;
    font-family: "Arial";
    font-size: 14px;
    color: #d0d0d0;
}


/*  */

.news_cc_list {
    position: relative;
    width: 100%;
    text-align: left;
    margin-left: 2px;
}

.news_cc_list li {
    position: relative;
}

.news_cc_list li .img22 {
    display: block;
}

.news_cc_top {
    display: flex;
    justify-content: left;
    align-items: flex-end;
}

.news_cc_top .nimg2 {
    width: 114px;
    margin: 0;
}

.news_cc_top .nimg2 a{
    display: block;
}

.news_cc_top .nimg2 img {
    width: 100%;
}

.news_cc_list li .img22 h3 {
    padding: 10px 15px 0;
    line-height: 1.7;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

.news_cc_list li .img22 span {
    display: block;
    padding: 0px 15px;
    font-family: "Arial";
    font-size: 14px;
    color: #d0d0d0;
}


/*  */

.read-more3 {
    width: 56px;
    line-height: 25px;
    background: #a1a1a1;
    z-index: 3;
    margin-bottom: 20px;
    margin-left: 5.125%;
    display: block;
    vertical-align: bottom;
    text-align: right;
}

.read-more3 a {
    display: block;
    background: #a1a1a1;
    color: #fff;
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    text-decoration: none;
    padding-top: 0;
    padding-right: 16px;
    width: 100%;
    height: 100%;
}

.read-more-ripple3 {
    position: relative;
    background: -webkit-linear-gradient(left, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -o-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: -moz-linear-gradient(right, rgba(175, 175, 175, 0.7), rgba(88, 88, 88, 0.8)) !important;
    background: #a1a1a1!important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-webkit-user-select: none;
    -ms-user-select: none;
}

.read-more-ripple3 span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51, 0.8);
    border-radius: 100%;
    filter: alpha(opacity=60);
    opacity: 0.6;
    animation: ripple .6s 0s linear;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    transform: scale(0);
    width: 100%;
    height: 100%;
}


@media (max-width:640px) and (min-width:320px){
    .abb_bottom .abbtxt{
       padding:0;
       text-overflow: -o-ellipsis-lastline;
       overflow: hidden;
       text-overflow: ellipsis;
       display: -webkit-box;
       -webkit-line-clamp: 4;
       line-clamp: 6;
       -webkit-box-orient: vertical;
       line-height:1.3;
    }
    
    .pro_zuo .pro_txt .nei_pro{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    
}




/* 首页banner样式 */

.x-banner {
    position: relative;
    z-index: 999;
}

/*  */

.banner .slick-arrow {
    position: absolute;
    z-index: 9999;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 0;
    outline: none;
    border: none;
    top: 50%;
    height: 30px;
    width: 40px;
    margin-top: -15px;
}

.banner .slick-prev {
    left: 2%;
    background: url(../images/prev.png) no-repeat center;
    background-size: 100%;
}

.banner .slick-next {
    right: 2%;
    background: url(../images/next.png) no-repeat center;
    background-size: 100%;
}



/*  */

@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        transform: scale(1.08)
    }
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

.banner .banner-item img {
    width: 100%;
    /*-moz-transform: scale(1,1);*/
    /*-ms-transform: scale(1,1);*/
    /*-o-transform: scale(1,1);*/
    /*-webkit-transform: scale(1,1);*/
    /*transform: scale(1,1);*/
    /*-webkit-transition: all 10s ease;*/
    /*transition: all 10s ease;*/
}

.banner .banner-item.slick-active img,
.banner .banner-item.slick-current img{
    -webkit-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
    -moz-animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94);
    animation: scaleUpDown 5s forwards cubic-bezier(.25, .46, .45, .94)
    
    /*-moz-transform:scale(1.2,1.2);*/
    /*-ms-transform:scale(1.2,1.2);*/
    /*-o-transform:scale(1.2,1.2);*/
    /*-webkit-transform:scale(1.2,1.2); */
    /*transform:scale(1.2,1.2);*/
}








