﻿@charset "utf-8";

/* 方案内容区 */

.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: #005dab;
    cursor: pointer;
}
.aboutmb{
	    color: rgba(0, 0, 0, 1);
    border-bottom: 1px #008cd7 solid;    font-size: 14px;
    color: #666;
    height: 30px;
    line-height: 30px;
}
.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: #005dab;
    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: #005dab;
}

.fanrqbox_lbox .fanrqbox_lbox_item:hover span {
    color: #005dab;
}

.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: #005dab;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on span {
    color: #005dab;
}

.fanrqbox_lbox .fanrqbox_lbox_item.on::before {
    display: block;
}

.fanrqbox_r {
    width: 100%;
    padding-left: 80px;
}

.fanrqbox_rtitle {
    font-size: 20px;
    color: #222333;
	margin: 20px 0;
	text-align:center;
}

.fanrqbox_rsm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    padding: 20px 0;
}

.fanrqbox_rsm_l {
    display: flex;
}

.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;
    margin-bottom: 20px;
}

.fanrqbox_sxy .fanrqbox_sxyitem {
    width: 50%;
    display: flex;
    align-items: center; 
}

.fanrqbox_sxy .fanrqbox_sxyitem:last-child {
    border-right: 0;
}

.fanrqbox_sxyitem span {
    font-size: 18px;
    color: #005dab;
    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: #005dab;
}


/*推荐轴承*/

.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: #005dab;
    border-top: 1px solid #005dab;
}

.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: #005dab;
    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;
}
.xgzx-01-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.p14-product-2-tit {
	height: 46px;
	line-height: 44px;
	border-bottom: 2px solid #dfdfdf;
	margin-bottom: 30px;
}
.p14-product-2-tit b {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: #464646;
	/* padding-left: 40px; */
	border-bottom: 2px solid #333333;
	background: url(../images/p14-icon11.png) no-repeat 6px center;
}
.p14-product-2-tit span {
	margin-left: 10px;
	font-size: 15px;
	font-family: Arial;
	color: #c2c2c1;
	text-transform: uppercase;
}
.xgzx-01-list li {
	height: 46px;
	font-size: 14px;
	line-height: 46px;
	color: #4b4a4a;
	border-bottom: 1px dashed #dbdbdb;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 49%;
}
.xgzx-01-list li a {
	color: #4b4a4a;
}
.xgzx-01-list li span {
	float: right;
}
.cplb-3n-ts-03-list dl {
	width: 24%;
	border: 1px solid #dedede;
	margin-bottom: 15px;
	background: #fff;
	float: left;
	margin-right: 1.2%;
	text-align: center;
}
.cplb-3n-ts-03-list dl:nth-child(3n) {
	margin-right: 0;
}
.cplb-3n-ts-03-list dt img {
	width: 100%;
	margin: 0 auto;
	display: block;
}
.cplb-3n-ts-03-list dd {
	padding: 6px 20px 5px 20px;
}
.cplb-3n-ts-03-list dd h4 {
	height: 45px;
	font-weight: normal;
	font-size: 18px;
	color: #154c64;
	line-height: 45px;
	overflow: hidden;
}
.cplb-3n-ts-03-list h4 a {
	display: block;
	height: 45px;
	color: #727272;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cplb-3n-ts-03-list dl:hover h4 a {
	color:  #EF4F01;
}
.cplb-3n-ts-03-list-desc {
	height: 40px;
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-bottom: 12px;
	overflow: hidden;
}
.cplb-3n-ts-03-list-deta {
	width: 100px;
	height: 40px;
	display: inline-block;
	border: 1px solid #aaa;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}
.cplb-3n-ts-03-list dl:hover {
	border-color:  #EF4F01;
}
.cplb-3n-ts-03-list dl:hover a {
	color:  #EF4F01;
}

  .xgzx-pagin-01-key {
	min-height: 40px;
	border-top: 1px solid #333333;
	font-size: 14px;
	line-height: 40px;
	color:  #575556;
    margin-top:20px;
}
.xgzx-pagin-01-key a {
	color:  #575556;
}
.xgzx-pagin-01-key span {
	display: inline-block;
	margin: 0 4px;
}
@media screen and (max-width: 768px) {
    .xgzx-01{
        display: none;
    }
    .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;
    }
}