@charset "utf-8";

/* 内页新闻列表 */

.nyxwlb {
    margin-top: 40px;
}

.nyxwlb .nyxwlbbox_item {
    padding: 30px 40px;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    align-items: center;
}

.nyxwlb .nyxwlbbox_item:last-of-type {
    border-bottom: 0;
}

.nyxwlbbox_item_sj {
    text-align: center;
    margin-top: -30px;
}

.nyxwlbbox_item_sj span {
    font-size: 78px;
    color: #666666;
    font-family: 'BEBAS';
}

.nyxwlbbox_item_sj p {
    font-size: 24px;
    color: #666666;
    font-family: 'BEBAS';
}

.nyxwlbbox_item_img {
    width: 200px;
    overflow: hidden;
    margin-left: 60px;
}

.nyxwlbbox_item_img img {
    width: 100%;
    transition: all .3s;
}

.nyxwlb .nyxwlbbox_item:hover img {
    transform: scale(1.1)
}

.nyxwlbbox_item_txt {
    flex: 1;
    margin-left: 60px;
}

.nyxwlbbox_item_txth {
    font-size: 22px;
    color: #222333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.nyxwlbbox_item_txtp {
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px;
    color: #999;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .5s
}

.nyxwlbbox_item_i {
    width: 40px;
    margin-left: 30px;
}

.nyxwlbbox_item_i i {
    font-size: 38px;
    color: #434343;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_txth {
    color: #f7931d;
    transform: translateX(2px)
}

.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_txtp {
    color: #222;
}

.nyxwlb .nyxwlbbox_item:hover {
    border-bottom: 1px solid #f7931d;
    color: #000;
}

.nyxwlb .nyxwlbbox_item:hover .nyxwlbbox_item_i i {
    display: block;
}

@media screen and (max-width: 1600px) {
    .nyxwlbbox_item_txt {
        padding-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .nyxwlb .nyxwlbbox_item {
        padding: 20px 30px;
    }
    .nyxwlbbox_item_img {
        margin: 0 30px;
    }
    .nyxwlbbox_item_sj span {
        font-size: 70px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 20px;
    }
    .nyxwlbbox_item_txth {
        font-size: 20px;
    }
    .nyxwlbbox_item_txtp {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    .nyxwlb .nyxwlbbox_item {
        padding: 20px 10px;
    }
    .nyxwlbbox_item_txth {
        font-size: 18px;
    }
    .nyxwlbbox_item_txtp {
        font-size: 14px;
        line-height: 23px;
    }
    .nyxwlbbox_item_sj span {
        font-size: 60px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 18px;
    }
    .nyxwlbbox_item_img {
        width: 160px;
    }
    .nyxwlb {
        margin-top: 30px;
    }
    .nyxwlb .nyxwlbbox_item {
        padding: 15px 0;
    }
    .nyxwlbbox_item_sj {
        display: none;
    }
    .nyxwlbbox_item_txt {
        width: calc(100% - 155px);
        margin-left: 0;
        padding: 0;
    }
    .nyxwlbbox_item_sj span {
        font-size: 28px;
    }
    .nyxwlbbox_item_sj p {
        font-size: 14px;
    }
    .nyxwlbbox_item_img {
        margin: 0;
        margin-right: 15px;
        width: 120px;
        flex: none;
    }
    .nyxwlbbox_item_txth {
        font-size: 15px;
    }
    .nyxwlbbox_item_txtp {
        margin-top: 0;
        font-size: 12px;
        line-height: 20px;
    }
    .nyxwlbbox_item_i {
        width: 28px;
        display: none;
    }
    .nyxwlbbox_item_i i {
        font-size: 26px;
    }
}

@media screen and (max-width: 768px) {}



/* 方案内容区 */

.fanrq {
    margin-top: 60px;
}

.fanrqbox {
    display: flex;
}

.fanrqbox_l {
    width: 28%;
}

.fanrqbox_ltitle {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 55px;
    background-color: #f7931d;
    cursor: pointer;
}

.fanrqbox_ltitle span {
    font-size: 24px;
    color: #ffffff;
}

.fanrqbox_ltitle i {
    font-size: 26px;
    color: #ffffff;
    cursor: pointer;
}

.fanrqbox_lbox {
    padding: 35px 0;
    background-color: #f5f5f5;
}

.fanrqbox_lbox .fanrqbox_lbox_item {
    position: relative;
    display: flex;
    align-items: center;
    height: 72px;
    padding-left: 40px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox_item i {
    font-size: 30px;
    color: #c1c1c1;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox_item span {
    margin-left: 12px;
    font-size: 18px;
    color: #222333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #f7931d;
    display: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover {
    background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover i {
    color: #f7931d;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover span {
    color: #f7931d;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover::before {
    display: block;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on {
    background-color: #fff;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on i {
    color: #f7931d;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on span {
    color: #f7931d;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on::before {
    display: block;
}

.fanrqbox_r {
    width: 72%;
    padding-left: 80px;
}

.fanrqbox_rtitle {
    font-size: 30px;
    color: #222333;
}

.fanrqbox_rsm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
}

.fanrqbox_rsm_l {
    display: flex;
	margin-top: 10px;
}

.fanrqbox_rsm_litem {
    margin-right: 40px;
}

.fanrqbox_rsm_litem span {
    font-size: 15px;
    color: #999999;
}

.fanrqbox_rsm_litem b {
    margin-left: 8px;
    font-size: 15px;
    color: #999999;
}

.fanrqbox_rbox {
    margin-top: 20px;
}

.fanrqbox_rbox .content p {
    font-size: 15px;
    line-height: 28px;
    color: #666;
}

.fanrqbox_rbox .pic {
    margin-bottom: 15px;
}

.fanrqbox_rbox .content img {
    max-width: 100% !important;
    margin: 10px 5px;
    display: inline-block;
}

.fanrqbox_rbox .content table {
    width: 100%;
}

.fanrqbox_rbox .content table td {
    padding: 5px 10px !important;
    border: 1px solid #e1e1e1 !important;
}

.fanrqbox_sxy {
    margin-top: 20px;
    display: flex;
}

.fanrqbox_sxy .fanrqbox_sxyitem {
    width: 50%;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    background-color: #f5f5f5;
    border-right: 1px solid #d9d9d9;
}

.fanrqbox_sxy .fanrqbox_sxyitem:last-child {
    border-right: 0;
}

.fanrqbox_sxyitem span {
    font-size: 18px;
    color: #f7931d;
    text-transform: uppercase;
    font-family: 'BEBAS';
}

.fanrqbox_sxyitem b {
    font-size: 15px;
    color: #222333;
    margin: 0 10px;
}

.fanrqbox_sxyitem em {
    font-size: 15px;
    color: #222333;
    flex: 1;
}

.fanrqbox_sxyitem:hover em {
    color: #f7931d;
}


/*推荐轴承*/

.tjian {
    margin-top: 40px !important;
    margin-bottom: 30px;
}

.tjian_conts {
    display: flex;
    flex-wrap: wrap;
}

.cplb_box_item {
    width: 49%;
    border: 1px solid #d8d8d8;
    margin-bottom: 35px;
}

.tjian_conts .cplb_box_item:nth-of-type(2n+1) {
    margin-right: 2%;
}

.cplb_box_itemimg {
    overflow: hidden;
}

.cplb_box_itemtxt {
    height: 91px;
    border-top: 1px solid #d8d8d8;
    display: flex;
    justify-content: space-between;
    padding: 0 25px;
    align-items: center;
    transition: all .3s;
}

.cplb_box_itemtxtl {
    width: calc(100% - 130px);
}

.cplb_box_itemtxtr {
    width: 130px;
    height: 45px;
    background-color: #e9e9e9;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    color: #999999;
    font-family: 'BEBAS';
    text-transform: uppercase;
    transition: all .3s;
}

.cplb_box_itemimg img {
    width: 100%;
    padding: 10%;
    transition: all .3s;
}

.cplb_box .cplb_box_item:hover img {
    transform: scale(1.1);
}


/* 相关行业合作案例 */

.xghyal {
    margin-top: 70px;
}

.xghyal_t {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxt {
    background-color: #f7931d;
    border-top: 1px solid #f7931d;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtr {
    background-color: #222333;
    color: #fff;
}

.cplb_box .cplb_box_item:hover .cplb_box_itemtxtlh {
    color: #fff;
}

.xghyal_t::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 26px;
    background-color: #f7931d;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.xghyal_tl {
    padding-left: 25px;
    font-size: 24px;
    color: #222333;
}

.xghyal_tmore {
    display: flex;
    align-items: center;
}

.xghyal_tmore span {
    font-size: 18px;
    color: #222;
    text-transform: uppercase;
    font-family: 'BEBAS';
}

.xghyal_tmore i {
    margin-left: 10px;
    margin-top: 2px;
    color: #222;
}

.xghyal_b {
    margin-top: 25px;
}

.xghyal_slide .xghyal_slide_item {
    display: block;
    overflow: hidden;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.xghyal_slide .xghyal_slide_item img {
    width: 100%;
    padding: 0 10%;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.xghyal_slide .xghyal_slide_item:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

@media screen and (max-width: 1600px) {
    .fanrqbox_r {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1200px) {
    .fanrqbox_lbox .fanrqbox_lbox_item {
        padding-left: 20px;
    }
    .fanrqbox_r {
        padding-left: 30px;
    }
}

@media screen and (max-width: 992px) {
    .fanrq {
        margin-top: 50px;
    }
    .fanrqbox_rbox {
        margin-top: 30px;
    }
    .fanrqbox_rbox .content p {
        font-size: 14px;
        line-height: 26px;
    }
    .fanrqbox {
        flex-wrap: wrap;
    }
    .fanrqbox_l {
        /* display: none; */
        width: 100%;
        margin-bottom: 50px;
    }
    .fanrqbox_ltitle {
        height: 50px;
        padding: 0 32px;
    }
    .fanrqbox_ltitle span {
        font-size: 20px;
    }
    .fanrqbox_ltitle i {
        font-size: 22px;
    }
    .fanrqbox_lbox {
        padding: 0;
        display: none;
    }
    .fanrqbox_lbox .fanrqbox_lbox_item {
        height: auto;
        line-height: 1.5;
        padding: 10px 0;
        padding-left: 20px;
    }
    .fanrqbox_lbox_item span {
        font-size: 15px;
    }
    .fanrqbox_r {
        width: 100%;
        padding-left: 0;
    }
    .fanrqbox_rtitle {
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .fanrqbox_rsm_litem span {
        font-size: 13px;
    }
    .fanrqbox_rsm_litem b {
        font-size: 13px;
    }
    .fanrqbox_rsm_r {
        display: none;
    }
    .xghyal {
        margin-top: 60px;
    }
    .xghyal_tl {
        font-size: 20px;
    }
    .xghyal_tmore span {
        font-size: 14px;
    }
    .xghyal_tmore i {
        font-size: 12px;
    }
    .fanrqbox_sxyitem b,
    .fanrqbox_sxyitem em {
        font-size: 14px;
    }
    .fanrqbox_sxyitem span {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .fanrqbox_sxy {
        flex-wrap: wrap;
    }
    .fanrqbox_sxy .fanrqbox_sxyitem {
        width: 100%;
        margin-bottom: 5px;
        border-right: 0;
        padding: 10px;
    }
    .xghyal_tl {
        padding-left: 15px;
    }
    .cplb_box_itemtxtr {
        display: none;
    }
    .cplb_box_itemtxtl {
        width: 100%;
    }
}


/*新增 */

.tjcpxz .cplb_box_item {
    width: 32%;
    margin-right: 2%;
}

.tjcpxz .cplb_box_item:nth-child(3n) {
    margin-right: 0;
}

.cplb_box_itemtxtr {
    display: none;
}

.tjcpxz .cplb_box_itemtxtl {
    width: 100%;
}

.tjcpxz .cplb_box_itemtxt {
    height: 50px;
}

@media screen and (max-width: 768px) {
    .tjcpxz .cplb_box_item {
        width: 49%;
    }
    .tjcpxz .cplb_box_item:nth-child(3n) {
        margin-right: 2%;
    }
    .tjcpxz .cplb_box_item:nth-child(2n) {
        margin-right: 0;
    }
}

/* 方案列表 */

.falb {
    margin-top: 110px;
}

.falbbox {
    display: flex;
    flex-wrap: wrap;
}

.falbbox .falbbox_item {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 45px;
}

.falbbox .falbbox_item:nth-child(3n) {
    margin-right: 0;
}

.falbbox_item_img {
    height: 230px;
    overflow: hidden;
}

.falbbox_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.falbbox_item_txt {
    padding: 50px 60px 65px 60px;
    background-color: #f9f9f9;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.falbbox_item_txth {
    font-size: 30px;
    color: #222333;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.falbbox_item_txtp {
    margin-top: 20px;
    font-size: 15px;
    color: #999999;
    line-height: 25px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}

.falbbox_item_more {
    margin-top: 45px;
}

.falbbox_item_more span {
    font-size: 18px;
    color: #222;
    font-family: 'BEBAS';
    text-transform: uppercase;
    vertical-align: middle;
}

.falbbox_item_more i {
    font-size: 14px;
    color: #222;
    vertical-align: middle;
    margin-left: 8px;
}

.falbbox .falbbox_item:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.falbbox .falbbox_item:hover .falbbox_item_txt {
    background-color: #fff;
}

.falbbox .falbbox_item:hover .falbbox_item_txth {
    color: #f7931d;
}

.falbbox .falbbox_item:hover .falbbox_item_txtp {
    color: #222333;
}

@media screen and (max-width: 1200px) {
    .falbbox_item_txt {
        padding: 35px 30px;
    }
}

@media screen and (max-width: 992px) {
    .falb {
        margin-top: 60px;
    }
    .falbbox_item_txt {
        padding: 25px 20px;
    }
    .falbbox_item_txth {
        font-size: 26px;
    }
    .falbbox_item_txtp {
        margin-top: 10px;
        font-size: 14px;
        line-height: 23px;
    }
    .falbbox_item_more {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .falbbox .falbbox_item {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .falbbox_item_txth {
        font-size: 22px;
    }
    .falbbox_item_txt {
        padding: 20px 10px;
    }
    .falbbox_item_txtp {
        font-size: 12px;
        line-height: 20px;
    }
    .falbbox_item_more {
        margin-top: 20px;
    }
}
/*方案*/
.san_nav{ padding-bottom:20px;}
.san_nav .san_map{ line-height: 60px; border-bottom: 1px solid #dedede;}
.san_nav .san_t{ background: #f1f1f1; padding: 50px 0;}
.san_nav .san_t h4{ line-height: 60px; font-size: 30px; text-align: center;}
.san_nav .san_t p{ font-size: 18px; color: #666; line-height: 36px; padding: 0 10%;}
.san_nav .langmu_yiji ul .nlist ul .show_li li{ position: relative; margin-top: 30px; overflow: hidden;}
.san_nav .langmu_yiji ul .nlist ul .show_li li img{transition:all 1s;}
.san_nav .langmu_yiji ul .nlist ul .show_li li:hover img{transform:scale(1.1);}
.san_nav .langmu_yiji ul .nlist ul .show_li li h3{ position: absolute; bottom: 0; width: 100%; height: 60px; line-height: 60px; color: #fff; background:linear-gradient(to top, rgba(0,0,0,.9) , rgba(255,255,255,.005)); width: 100%; padding-left: 15px; font-size: 22px;}
.san_nav .san_li ul li{ margin-top: 30px;}
.san_nav .san_li ul li .li_img{ position: relative; overflow: hidden;}
.san_nav .san_li ul li .li_img img{transition:all 1s;}
.san_nav .san_li ul li:hover .li_img img{transform:scale(1.2);}
.san_nav .san_li ul li .li_img h3{ position: absolute; bottom: 0; width: 100%; height: 60px; line-height: 60px; color: #fff; background:linear-gradient(to top, rgba(0,0,0,.9) , rgba(255,255,255,.005)); width: 100%; padding-left: 15px; font-size: 22px;}
.san_nav .san_li ul li .img_li { position: relative; border:1px solid #dedede; padding: 10px; }
.san_nav .san_li ul li .img_li .img_list{overflow: hidden;}
.san_nav .san_li ul li .img_li:hover{border:1px solid #0061ae;}
.san_nav .san_li ul li .img_li .img_list img{transition:all 1s;}
.san_nav .san_li ul li .img_li:hover .img_list img{transform:scale(1.1);}
.san_nav .san_li ul li .img_li h3{ height: 60px; line-height: 60px; color: #fff;  border-top: 1px solid #dedede; font-size: 18px; color: #333; text-align: center;}
.san_nav .san_li ul li .img_li:hover h3{border-top: 1px solid #0061ae;}
.showplan .showplan_t{ background: #f1f1f1; padding: 50px 0;}
.showplan .showplan_t h1{ font-size: 30px; line-height: 60px; text-align: center;}
.showplan .showplan_t p{ font-size: 18px; color: #999; line-height: 36px; padding: 0 10%;}
.showplan .showplan_li{ padding: 30px 0 10px;}
.showplan .showplan_li .img_txt p{ line-height: 40px; font-size: 22px; color: #0061ae;}
.showplan .showplan_li .img_zixun{ padding-bottom: 20px;}
.showplan .showplan_li .img_zixun p{width: 160px; height: 40px; background: #0061ae; color: #fff; text-align: center; line-height: 40px; font-size: 16px;}
.img_introduce_t h4{ border-bottom:1px solid #dedede; line-height: 40px;}
.img_introduce_t h4 em{ width: 200px; background: #f1f1f1; text-align: center; display: block;}
.img_introduce img{ max-width: 100%;}

.introduce_txt{ line-height: 32px; padding: 15px;}

@media(max-width:767px){
	.showplan .showplan_t{ background: #f1f1f1; padding: 15px 0;}
	.showplan .showplan_li>div{ padding: 0;}
	.img_introduce_t{ padding: 0;}
	.img_introduce_t h4 em{ width: 160px; background: #f1f1f1; text-align: center; display: block;}
}






.showplan .showplan_li h2{ line-height: 60px;}
.showplan .showplan_li ul li{ font-size: 16px; line-height: 32px; padding: 10px 0;}
.showplan .showplan_li ul li .showplan_list{ position: relative; border:1px solid #dedede; padding: 5px;}
.showplan .showplan_li ul li .showplan_list h3{ height: 50px; line-height: 50px; color: #fff; text-align: center; font-size: 16px; color: #333; border-top:1px solid #dedede;}
.showplan .showplan_li ul li:hover .showplan_list{ border:1px solid #0061ae;}
.showplan .showplan_li ul li:hover .showplan_list h3{ border-top:1px solid #0061ae; }

@media(max-width:767px){
	.showplan .showplan_li h2{ line-height: 40px; font-size: 20px;}
	.showplan .showplan_li ul li{ font-size: 14px; line-height: 28px; padding: 20px 0;}
	.san_nav .san_t p{ font-size: 14px; color: #666; line-height: 28px; padding: 0;}
	.san_nav .langmu_yiji .nlist ul .show_li{ padding: 0;}
	.san_nav .san_li ul li{ padding: 0;}
	.showplan .showplan_li ul li{ padding-top: 0; padding-top: 0px;}
	.showplan .showplan_t p{ font-size: 14px; color: #999; line-height: 36px; padding: 0;}
}

.fajs {
    margin-top: 20px;
}

.fajsct {
    display: flex;
}

.fajsct_l {
    width: 34%;
}

.fajsct_l img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.fajsct_r {
    width: 66%;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}

.fajsct_h {
    font-size: 48px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eeeeee;
}

.fajsct_fw {
    margin-top: 25px;
}

.fajsct_fwh {
    font-size: 20px;
    font-weight: 700;
}

.fajsct_fwp {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #999999;
}

.fajsct_lx {
    margin-top: 60px;
    display: flex;
}

.fajsct_lx {
    display: flex;
}

.fajsct_lxs {
    display: flex;
    background-color: #333333;
    border-radius: 32.5px;
    -webkit-border-radius: 32.5px;
    -moz-border-radius: 32.5px;
    -ms-border-radius: 32.5px;
    -o-border-radius: 32.5px;
    overflow: hidden;
}

.fajsct_lx .fajsct_lxa {
    height: 60px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fajsct_lxa i {
    color: #fff;
    font-size: 20px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.fajsct_lxa:hover i {
    animation: rotates 1s linear infinite;
    -webkit-animation: rotates 1s linear infinite;
}

.fajsct_lxa span {
    margin-left: 10px;
    font-size: 16px;
    color: #fff;
}

.fajsct_lxa:last-child {
    background-color: #f98904;
}


/* 方案推荐 */

.fatj {
    margin-top: 90px;
    padding: 90px 0;
    background-color: #f3f3f3;
}

.tjcps {
    padding: 0;
}

.kpqy {
    margin-top: 90px;
}

@media screen and (max-width:1600px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 10px;
    }
    .fajsct_h {
        font-size: 40px;
        padding-bottom: 20px;
    }
    .fajsct_fw {
        margin-top: 20px;
    }
    .fajsct_fwh {
        font-size: 20px;
    }
    .fajsct_fwp {
        font-size: 14px;
        line-height: 24px;
    }
    .fajsct_r {
        padding-left: 60px;
    }
    .fajsct_lx {
        margin-top: 45px;
    }
    .fajsct_lx .fajsct_lxa {
        height: 55px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 75px;
    }
    .fatj {
        padding: 75px 0;
    }
    .kpqy {
        margin-top: 75px;
    }
}

@media screen and (max-width:1400px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 15px;
    }
    .fajsct_h {
        font-size: 36px;
        padding-bottom: 15px;
    }
    .fajsct_fw {
        margin-top: 15px;
    }
    .fajsct_fwp {
        font-size: 14px;
        line-height: 24px;
    }
    .fajsct_r {
        padding-left: 50px;
    }
    .fajsct_lx {
        margin-top: 35px;
    }
    .fajsct_lx .fajsct_lxa {
        height: 50px;
    }
    .fajsct_lxa i {
        font-size: 22px;
    }
    .fajsct_lxa span {
        font-size: 16px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 65px;
        padding: 65px 0;
    }
    .kpqy {
        margin-top: 65px;
    }
}

@media screen and (max-width:1200px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 15px;
    }
    .fajsct_h {
        padding-bottom: 15px;
        font-size: 32px;
    }
    .fajsct_fwp {
        margin-top: 15px;
        font-size: 13px;
        line-height: 23px;
    }
    .fajsct_lx .fajsct_lxa {
        height: 40px;
    }
    .fajsct_lxa span {
        font-size: 14px;
    }
    .fajsct_lxa i {
        font-size: 18px;
    }
    .fajsct_fw {
        margin-top: 15px;
    }
    .fajsct_r {
        padding-left: 50px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 60px;
        padding: 60px 0;
    }
    .kpqy {
        margin-top: 60px;
    }
}

@media screen and (max-width:992px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 5px;
    }
    .fajsct_h {
        padding-bottom: 10px;
        font-size: 30px;
    }
    .fajsct_fw {
        margin-top: 10px;
    }
    .fajsct_r {
        padding-left: 40px;
    }
    .fajsct_lx {
        margin-top: 30px;
    }
    /* 方案推荐 */
    .fatj {
        margin-top: 55px;
        padding: 55px 0;
    }
    .fajsct_lx .fajsct_lxa {
        width: 180px;
    }
    .kpqy {
        margin-top: 55px;
    }
}

@media screen and (max-width:768px) {
    /* 方案介绍 */
    .fajs {
        margin-top: 50px;
    }
    .fajsct {
        flex-wrap: wrap;
    }
    .fajsct>div {
        width: 100%;
    }
    .fajsct_r {
        margin-top: 20px;
        padding-left: 0;
    }
    .fajsct_fw {
        margin-top: 20px;
    }
    .fajsct_h {
        font-size: 24px;
    }
    .fajsct_fwh {
        font-size: 18px;
    }
    .fajsct_fwp {
        margin-top: 5px;
        font-size: 12px;
        line-height: 20px;
    }
    .fajsct_l {
        height: 180px;
    }
    .fajsct_lx {
        margin-top: 25px;
    }
    .fajsct_lx,
    .fajsct_lxs {
        width: 100%;
    }
    .fajsct_lx .fajsct_lxa {
        width: 50%;
    }
    .fajsct_lxa i {
        font-size: 16px;
    }
    .fajsct_lxa span {
        font-size: 13px;
    }
    .fatj {
        margin-top: 50px;
        padding: 50px 0;
    }
    .kpqybox {
        margin-top: 50px;
    }
    .kpqy {
        margin-top: 50px;
    }
}
/* 案例中心 */

.caseList{ padding-top: 0px;}
.caseList ul{ overflow: hidden; margin: 0 -20px;}
.caseList ul li{ float: left; width:  22.3%; margin: 0 20px 45px 20px; }
.caseList ul li:nth-child(4n){margin-right:0px;}
.caseList ul li .img{ width: 100%; line-height: 0; overflow: hidden;-webkit-transition: 0.5s ease;border: 10px solid #eaeaea;
  -moz-transition: 0.5s ease;
 -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
   transition: 0.5s ease;}
.caseList ul li .img img{
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;transition: -webkit-transform 2s;vertical-align:middle;-ms-interpolation-mode:bicubic;}
.caseList ul li:hover .img img{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1);transform: scale(1.1);}
.caseList ul li .text{ background: #eaeaea; padding: 15px 30px 20px 30px;}
.caseList ul li .text h6{ font-size: 17px;  height: 20px; overflow: hidden;text-align: center;}
.caseList ul li .text .info{ font-size: 16px; line-height: 24px; height: 48px; margin-bottom: 15px;margin-top: 15px; overflow: hidden; color: #565656;}
.caseList ul li .text .more{ font-size: 12px; font-weight: bold; color: #f98904;}
.caseList ul li .text .more::before{ content: ""; display: inline-block; margin: 3px 20px 3px 0; width: 57px; height: 1px; background: #d6d6d6;}
.caseList ul li:hover .text{ background: #f98904;}
.caseList ul li:hover h6{ color: #fff;}
.caseList ul li:hover .text a{ color: #fff;}
.caseList ul li:hover .info{ color: #fff;}
.caseList ul li:hover .more{ color: #fff;}
.caseList ul li:hover .text .more::before{ background: #fff;}
@media (max-width:1400px ) {
.caseList{ padding-top: 00px;}
.caseList ul li{ width: 22%;}
	.caseList ul li .text h6{ font-size: 14px; height: 20px;}
}
@media (max-width:1023px ) {
.caseList{ padding-top: 0px;}
.caseList ul{ margin: 0;}
.caseList ul li{ width: 31.3%; margin: 0 1% 15px 1%;}
.caseList ul li .text{ padding: 5px 10px 8px 10px;}
.caseList ul li .text h6{ font-size: 16px; margin: 5px 0 0 0; height: 22px;}
.caseList ul li .text .info{ font-size: 14px; line-height: 20px; height: 40px; margin-bottom: 5px;}
.caseList ul li .text .more{ font-size: 12px;}
.caseList ul li .text .more::before{ margin: 3px 10px 3px 0; width: 27px;}
}
@media (max-width:768px ) {
.caseList ul li{ width: 48%; margin: 0 1% 15px 1%;}
}
@media (max-width:640px ) {
.caseList ul li{ width: 100%; margin: 0 0 15px 0;}
}