@import url(ph-main.css);

.i_tit {
    text-align: center;
    padding-top: 1rem;
}

.i_tit h3 {
    padding: 0 1rem;
    line-height: 2rem !important;
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    display: inline-block;
}

.i_tit h3:before,
.i_tit h3:after {
    top: 0.8rem;
    height: 0.2rem;
    border-bottom-style: solid;
    content: ' ';
    width: 40%;
    position: absolute;
    border-width: 2px;
    border-color: #f0f0f0;
}

.i_tit h3:before {
    left: 100%;
}

.i_tit h3:after {
    right: 100%;
}

.i_tit h3 a {
    color: #eb6800;
}

.i_tit p {
    font-size: 1.4rem;
    color: #f0f0f0;
    text-align: center;
}

.i_pro_sub{width:96%;padding:1rem 2% 0;}
.i_pro_tit{display:flex;justify-content:flex-start;}
.i_pro_tit h3{font-size:2rem;line-height:3rem;margin-right:3%;font-weight:500;}
.i_pro_tit h3 a{color:#eb6800;}
.i_pro_tit p{font-size:1.4rem;line-height:3rem;color:#000;}
.i_pro_list{display:flex;justify-content:space-between;flex-wrap:wrap;}
.i_pro_list li{width:48%;margin-top:1rem;}
.i_pro_list li span{display:block;width:100%;border:1px solid #e1e1e1;overflow:hidden;height:46vw;display:flex;justify-content:center;align-items:center;}
.i_pro_list li span img{width:100%;height:auto;}
.i_pro_list li p{width:100%;text-align:center;border:1px solid #e1e1e1;border-top:none;line-height:3rem;}
.i_pro{padding:2rem 0;margin-top:-21px;}
.i_sidebar{width:100%;background:#eb6800;padding:2rem 2%;}
.i_sidebar_tit{text-align:center;}
.i_sidebar_tit p{color:#FFF;font-size:2rem;line-height:2rem;margin-bottom:0.5rem;font-weight:500;}
.i_sidebar_tit h3{font-size:3rem;line-height:3rem;font-weight:500;}
.i_sidebar_tit h3 a{color:#FFF;}
.i_sidebar_list{margin-top:1rem;background:#FFF;border-radius:1rem;padding:1rem;}
.i_sidebar_list li{background:#f1f1f1;margin-bottom:1rem;height:4rem;line-height:4rem;padding:0 2%;border-radius:1rem;}
.i_sidebar_list li:last-child{margin-bottom:0;}
.i_sidebar_list li a{display:flex;justify-content:flex-start;align-items:center;}
.i_sidebar_list li span{width:30%;}
.i_sidebar_list li span img{margin:0 auto;max-height:4rem;}
.i_sidebar_list li p{font-size:1.4rem;}

.i_brand{background:#eb6800;padding:3rem 0;}
.i_brand ul{width:96%;padding:0 2%;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;}
.i_brand ul li{width:48%;height:auto;position:relative;border-radius:50%;overflow:hidden;margin-bottom:2rem;}
.i_brand ul li span{display:block;width:100%;}
.i_brand ul li span img{width:100%;}
.i_brand ul li p{width:100%;height:14%;background:rgba(235,104,0,.3);position:absolute;left:0;right:0;top:43%;display:flex;justify-content:center;align-items:center;color:#FFF;font-size:1.6rem;}


.foot_type{
	color:#fff;
}
.foot_type>div:first-child p{
	margin-top:10px !important;
}
.foot_type>div:last-child img{
	width:50px;
	float:left;
	margin-top:50px;
}
.foot_type>div:last-child>div{
	float:left;
	width:calc(100% - 100px);
	margin-left:30px;
}
.foot_type>div:last-child>div>div{
	overflow:hidden;
}
.foot_type>div:last-child>div>div:first-child{
	margin-top:0 !important;
}
.foot_type>div:last-child>div>div p{
	float:left;
}
.foot_type>div:last-child>div>div>div{
	float:left;
	width:calc(100% - 20px);
}
.foot_type>div:last-child>div>div i{
	display:block;
}


.txt{
	position:initial !important;
	opacity:1 !important;
	background:none !important;
}



.i_pro_sub ul li {
    width: 46%;
    float: left;
    margin: 0 2%;
    margin-top: 1.5rem;
}

.i_pro_sub ul li img {
    width: 100%;
    height: auto;
}

.i_pro_txt {
    margin-top: 1rem;
    border-top: 3px solid #f0f0f0;
    padding-top: 0.5rem;
    font-size: 1rem;
    line-height: 2rem;
}

.i_pro_txt h4 {
    width: 100%;
    height: 2rem;
    overflow: hidden;
}

.i_pro_txt h4 a {
    color: #005ca1;
}



.i_area {
    max-width: 750px;
    width: 96%;
    margin: 1rem auto 0;
}
.i_area .i_area_box {
    overflow-x: hidden;
}
.i_area ul {
    margin-top: 1rem;
    padding-top: 0.5rem;
}

.i_area ul li {
    width: 31%;
    float:left;
    height: auto;
    padding: 0.5rem 1%;
     /** [description] */
    position: relative;
}

.i_area ul li img {
    width: 100%;
    height: 103%;
}
.ddd{
	background:#212b5a;
}
.i_area ul li p {
    display: none;
    color: #FFF;
    font-size: 1.2rem;
    text-align: center;
}

.txt {
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    text-align:center;
}

.i_area ul li:hover .txt {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.i_area ul li:hover .txt p {
    display: block;
}

.i_area ul li:nth-child(5) {
    display: none;
}

.i_news {
    margin: 1rem auto 0;
}

.i_news_first {
    width: 100%;
    margin-top: 1rem;
}

.i_news_img {
    margin-top: 1rem;
}

.i_news_img span {
    background:#212b5a;
    display: block;
    width: 100%;
    text-align: center;
    color: #ffdfd1;
    font-size: 1.2rem;
    padding: 1rem 0;
}

.i_news_img span font {
    color: #FFF;
    font-size: 1.8rem;
}

.i_news_img p {
    color: #ffa47d;
    display: inline-block;
    margin: 0 0.2rem;
}

.i_news_img img {
    width: 100%;
}

.i_news_sub {
    width: 96%;
    padding: 1rem 2% 0;
}

.i_news_sub h3 {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 3rem;
    text-align: center;
}

.i_news_sub p {
    color: #CCC;
    font-size: 1.2rem;
    line-height: 2rem;
}

.i_news_sub b {
    display: block;
    width: 50%;
    height: 3rem;
    border: 1px solid #ddd;
    border-radius: 1.5rem;
    text-align: center;
    line-height: 3rem;
    font-size: 1.4rem;
    margin: 1rem auto 0;
}

.i_news_sub b a {
    color: #666;
}

.i_news_list {
    width: 96%;
    margin: 2rem 2% 0;
}
.i_news_list img{
	width:30% !important;
	float:left;
}
.i_news_list>div{
	margin-top:30px;
	overflow:hidden;
}
.i_news_list>div>div{
	float:left;
	width:65%;
	margin-left:5%;
	font-size:16px;
}
.i_news_list>div>div>div{
	font-size:13px;
	color:#666;
	overflow : hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
}
.i_new_list i{
	font-style: normal;
}
.i_news_list li {
    width: 100%;
    height: 4rem;
    line-height: 4rem;
    border-bottom: 1px solid #ddd;
    font-size: 1.2rem;
    overflow:hidden;
}

.i_news_list li:last-child {
    border-bottom: 0;
}

.i_news_list li h3 {
    float: left;
    font-weight: 500;
}

.i_news_list li h3 a:hover {
    color: #212b5a;
}

.i_news_list li span {
    float: right;
}


.search_in img{display:none;}

a.more_in {display:block;width:9rem;height:3rem;line-height:3rem;background-color:#00893e;color:#f6f6f6;margin-bottom:1.5rem;text-indent:0.8rem;transition:all 0.3s;margin-left:60px; border-radius:50px;}
a.more_in i {font-size:0.7rem;text-indent:-0.5rem;opacity:0;transition:all 0.3s}
a.more_in:hover {text-indent:1.3rem}
a.more_in:hover i {text-indent:0.5rem;opacity:1}
.i_about{background:#f1f1f1;max-width:750px;width:100%;padding:3rem 2% 0;}
.i_about_tit{text-align:center;margin-bottom:3rem;}
.i_about_tit h3{font-size:2.4rem;line-height:4.8rem;}
.i_about_tit h3 font{color:#eb6800;margin-right:1rem;}
.i_about_tit p{font-size:1.2rem;}

.i_about_sub{width:100%;margin:0 auto;display:flex;flex-wrap:wrap-reverse;}
.i_about_con{width:100%;}
.i_about_con h2{margin-bottom:1rem;color:#eb6800;font-size:2rem;font-weight:600;}
.i_about_con p{font-size:1.2rem;line-height:2.4rem;}
.i_about_con span{display:block;width:50%;height:3rem;line-height:3rem;background:#eb6800;border-radius:1rem;margin:1rem auto 2rem;text-align:center;}
.i_about_con span a{color:#FFF;}
.i_about_img{width:100%;height:auto;overflow:hidden;margin-bottom:2rem;}
.i_about_img img{width:100%;}

.i_about_list{width:100%;margin:0 auto;display:flex;justify-content:space-between;flex-wrap: wrap;}
.i_about_list li{width:48%;overflow:hidden;margin-bottom:1rem;}
.i_about_list li img{width:100%;height:auto;}

.i_why{
    display:none;
}

.c2{
    display:none;
}

.row-a6-1{
    width:100%;
}
.row-a6-1 h3{margin-bottom:1rem;color:#eb6800;font-size:1.5rem;font-weight:600;}
.row-a6-1 p{color:#eb6800;font-size:1rem;font-weight:600}
.row-a6-1 li{width:33%;float:left;margin-left:1px;}

.ph_pinp_show {
    display: block;
    overflow-x: hidden;
    position: relative;
}
.ph_pinp_show .ph_pinp_item {
    text-align: -webkit-center;
}
.ph_pinp_show .ph_pinp_item .pplogo {
    width: 60%;
}
    /*手机版时 电脑版的轴承品牌隐藏*/
.pinp-show {
    display: none;
}

.foot_type>div:nth-child(1){float:left;width:50px;} .foot_type>div>p{writing-mode:horizontal-tb;word-wrap:break-word;width:10px;float:left;} .foot_type>div p:last-child{margin-top:70px !important;} .foot_type>div:last-child{float:right;width.calc(100% - 50px;}

.w1200{width:1280px;margin:0 auto;}

.row-a6-1{
  display:none;
}
.c2{
  display:none;
}

.tong1{display: none;}