@charset "utf-8";
h1, h2, h3, h4, h5 {
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 100%;
}
.wrapper {
	width: 960px;
	margin: 0 auto;
}
.content-right {
	width: 884px;
	margin: 0;
}
.content-right p{
	margin: 1.2rem 0;
    line-height: 2rem;
	text-align: justify;
}
.content-right p a{
	color: #0b3873;
}
.content-right a {
	color: #333;
}
.content-right-top {
	background: #fff url("../images/products.png") repeat-x scroll 0 0;
	border: 1px solid #d9d9d9;
	border-radius: 3px;
}
.content-right-top h2 {
	float: left;
	padding: 14px 0px 20px 15px;
}
.content-right h2 {
	font-size: 14px;
	color: #0b3873; font-weight:bold
}
.pull-right {
	float: right;
	padding: 7px 8px 0px 0px;
}
.clear {
	clear: both;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-inner >.active {
	left: 0;
}
.products {
	width: 286px;
	padding: 0 18px 0 18px;
	border-right: 1px solid #d9d9d9;
	margin: 20px 0px 0 0;
	float: left;
	text-align:center;
}
.last {
	border: none;
}
.content-right h3 {
	padding: 10px 0px 10px 0px;
	line-height: 20px;
}
.content-right h3 a {
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	line-height: 20px;
	color: #0b3873;
	font-size: 14px;
	text-decoration: none; font-weight:bold
}
.products p {
	max-height: 80px;
	overflow: hidden;
}
.view-more {
	padding: 3px 0 4px 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-left: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
	border-right: 1px solid #b9b9b9;
	border-bottom: 1px solid #b9b9b9;
	background: url(../images/view-more-bg.png) repeat-x;
	margin: 20px 0px 0px 0px;
	display: table;
}
.view-more a {
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #0b3873; font-weight:bold
}
.view-more a:hover {
	color: #e51f1b;
}
.view-more img {
	margin: 0px 10px 0px 10px;
}
.find-more {
	width: 100%;
	background: url(../images/find-more-bg.png) repeat-x;
	text-align: center;
	padding: 10px 0px 10px 0px;
	margin: 19px 0px 0px 0px;
	border-top: #d9d9d9;
}
.find-more a:hover {
	color: #e51f1b;
}
.find-more a {
	font-family: 'OpenSansSemibold', Arial, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #0b3873;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
}
.carousel-inner >.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}
.carousel-arrow a.right {
	right: 0;
}
.carousel-control {
	color: #fff;
	border: none;
	margin-top: 0;
	border-radius: 2px;
}
.carousel-control:hover {
	opacity: 1;
	color: #72c02c;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}
.carousel-inner >.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-moz-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}
.carousel-inner >.item >img, .carousel-inner >.item >a >img {
	display: block;
	line-height: 1
}
.carousel-inner >.active, .carousel-inner >.next, .carousel-inner >.prev {
	display: block
}
.carousel-inner >.active {
	left: 0
}
.carousel-inner >.next, .carousel-inner >.prev {
	position: absolute;
	top: 0;
	width: 100%
}
.carousel-inner >.next {
	left: 100%
}
.carousel-inner >.prev {
	left: -100%
}
.carousel-inner >.next.left, .carousel-inner >.prev.right {
	left: 0
}
.carousel-inner >.active.left {
	left: -100%
}
.carousel-inner >.active.right {
	left: 100%
}

.news .news_title{ width: 100%; height: 50px; line-height: 50px; font-size: 30px;}
.news .item{ margin-bottom: 20px; padding: 20px; width: 100%; height: 150px; background: #f9f9f9; -webkit-box-sizing: border-box; box-sizing: border-box;}
.news .item .date{ position: relative; width: 15%; height: 100%; text-align: center; float:left;}
.news .item .date:before{ display: block; content: ''; position: absolute; top: 50%; right: 0; width: 1px; height: 90%; background: #ccc; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.news .item .date .date_table{ display: table; width: 100%; height: 100%;}
.news .item .date .date_table .date_table_cell{ display: table-cell; vertical-align: middle;}
.news .item .date .day{ width: 100%; font-size: 50px; color: #383838;}
.news .item .date .year{ width: 100%; font-size: 20px; color: #979797;}
.news .item .text{ width: calc(100% - 20%); height: 100%; float:right;}
.news .item .text h3{ display: block; width: 100%; line-height: 30px; font-size: 20px; color: #000; text-decoration: none; font-weight: bold; overflow: hidden;}
.news .item .text .brief{ margin-top: 15px; width: 100%; max-height: 90px; line-height: 30px; font-size: 16px; color: #333; overflow: hidden;}
.news .news_btn{ display: block; width: 100%; height: 50px; line-height: 50px; background: #313437; font-size: 30px; color: #fff; text-align: center; text-decoration: none; -webkit-border-radius: 5px; border-radius: 5px;}

 @media (min-width: 992px) {
.col-md-8.goods_border {
	width: 580px;
	padding:0;
}
.container {
	width: 1200px;
}
.slider_link_image img {
  width: 250px;
  height: auto;
}

.news .news_title{ width: 100%; height: 50px; line-height: 50px; font-size: 30px;}
.news .item .date{width:20%;}
.news .item .date .day{ font-size: 24px;}
.news .item .date .year{font-size: 15px;}
.news .item .text{width:75%;}
.news .item .text h3{ line-height:20px; font-size: 16px; margin-bottom:0; margin-top:10px;}
.news .item .text .brief{ margin-top:10px; line-height: 23px; font-size: 13px;}
}
@media (max-width: 767px) {
.content-right {
	width: 100%;
}
.content-right p{
	margin-top: 1.8rem;
    line-height: 2.8rem;
}
.content-right-top, .content-middle, .content-right-bottom {
	width: 100%!important;
}
.slider_link_image img {
	width:80%;
	margin: 0 auto;
	display: block;
}
.products .view-more {
	display: inline-block!important;
}
.products {
	width: 100%!important;
	text-align: center!important;
	border-right: 0 none!important;
	display: block;
	clear: both;
}
.news .news_title{ width: 100%;font-size: 20px;}

.news .item .date .day{ font-size: 18px;}
.news .item .date .year{font-size: 12px;}
.news .item .text h3{ line-height:20px; font-size: 11px; margin-bottom:0; margin-top:3px;}
.news .item .text .brief{ margin-top:3px; line-height: 23px; font-size: 10px;}
}
/*xinzeng*/
.section_1 {
    margin-bottom: 40px;
}
section_title {
    position: relative;
    text-align: center;
}.section_title span {
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 6px;
}
.section_title>h2 {
    position: relative;
    font-size: 26px;
    padding-top: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 30px;
}
.section_title>h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 5px;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background-color: #274b92;
}
.border_box {
    position: relative;
    box-shadow: 2px 2px 20px rgba(0,0,0,.05);
    background-color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
}
.news .news_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
}

.news .item {
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	height: 187px;
	background: #f9f9f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news .item .date {
	position: relative;
	width: 15%;
	height: 100%;
	text-align: center;
	float: left;
}

.news .item .date:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news .item .date .date_table {
	display: table;
	width: 100%;
	height: 100%;
}

.news .item .date .date_table .date_table_cell {
	display: table-cell;
	vertical-align: middle;
}

.news .item .date .day {
	width: 100%;
	font-size: 50px;
	color: #383838;
}

.news .item .date .year {
	width: 100%;
	font-size: 20px;
	color: #979797;
}

.news .item .text {
	width: calc(100% - 20%);
	height: 100%;
	float: right;
}

.news .item .text h3 {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

.news .item .text .brief {
	margin-top: 15px;
	width: 100%;
	max-height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.news .news_btn {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #313437;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.news_box {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.news_second {
	margin-top: 12px;
}

.home_news .news_box {
	width: 21%;
	margin-bottom: 0;
}

.news_box img {
	width: 100%;
	height: auto;
	transition: 0.2s;
	opacity: 1;
}

.news_img {
	position: relative;
	overflow: hidden; 
	background-color: #000;
	-webkit-transform: translateZ(0);
}
@media screen and (min-width: 1024px){
.pic_box_img:hover:before, .news_img:hover a:before {
    top: 50%;
    opacity: 1;
    filter: alpha(opacity=100);
}
}
.news_box .time {
	display: none;
}

.news_list .news_box .time {
	display: block;
}

.news_img .time {
	position: absolute;
	font-size: 14px;
	left: 4px;
	bottom: 0;
	color: #fff;
	padding: 4px 10px;
	background-color: rgba(255,255,255,.0);
	transition: 0.4s;
	opacity: 0.6;
}

.news_box h4 a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #222;
	margin-top: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}

.news_box h4 {
	margin-bottom: 16px;
}

.news_box p {
	font-size: 13px;
	color: #777;
	height: 68px;
	overflow: hidden;
}

.more a {
	position: relative;
	top: 20px;
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	color: #ccc;
	border-top: 1px solid #f1f1f1;
	padding: 16px 0 4px 0;
	margin: 0 16px;
	box-sizing: border-box;
	transition: 0.3s;
}

@media screen and (min-width: 960px) {
	.home_news .news_box:nth-child(1), .news_second .home_news .news_box:nth-child(1) {
		width: 37%;
	}

	.home_news .news_box:nth-child(1) p, .news_second .home_news .news_box:nth-child(1) p {
		display: none;
	}

	.home_news .news_box:nth-child(1) h4 a, .news_second .home_news .news_box:nth-child(1) h4 a {
		position: absolute;
		bottom: 3px;
		left: 16px;
		padding: 10px;
		color: #fff;
		background-color: #000;
		background-color: rgba(0,0,0,.5);
		width: 92%;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 1024px) {
	.news_box:hover h4 a {
		color: #274b92;
	}

	.home_news .news_box:nth-child(1):hover h4 a, .news_second .home_news .news_box:nth-child(1):hover h4 a {
		background-color: #274b92;
		color: #fff;
	}

	.news_img:hover img {
		transform: scale(1.1);
		opacity: 0.7;
	}

	.more a:hover {
		color: #274b92;
		letter-spacing: 5px;
	}

	.news_box:hover .time {
		opacity: 1;
		color: #555;
		background-color: rgba(255,255,255,1);
		left: 10px;
	}
}

.pro_bearings {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.pro_bearings .hd {
	position: absolute;
	bottom: 3%;
	height: 6px;
	left: 45%;
	overflow: hidden;
	z-index: 1;
}

.pro_bearings .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.pro_bearings .hd ul li {
	display: inline-block;
	margin: 0 3px;
	width: 14px;
	height: 6px;
	line-height: 12;
	background: #fff;
	border-radius: 3px;
	float: left;
	cursor: pointer;
	overflow: hidden;
}

.pro_bearings .hd ul li.on {
	background: red;
}

.pro_bearings .bd li {
	zoom: 1;
	vertical-align: middle;
}

.pro_bearings .bd img {
	display: block;
	margin: 0 auto;
}

.pro_bearings .pageState {
	position: absolute;
	bottom: 7.5%;
	right: 6%;
	background: #b2b2b2;
	width: 40px;
	border-radius: 16px;
	z-index: 99;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.right .txt {
	color: #666;
	margin: 10px 8px;
}

.right .txt2 {
	color: #666;
	margin-top: 1.2rem;
}

.txt .left {
	float: left;
	width: 50%;
	margin-bottom: 0.6rem;
}

.txt .right {
	float: left;
	width: 50%;
}

.txt p {
	line-height: 2rem;
	text-indent: 20px;
	text-align: justify!important;
	margin: 0.6rem 0;
}

.Des_title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 2rem;
	height: 2rem;
	background-color: #274B92;
}

.Des_title h2 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 2rem;
	margin: 0px 8px;
	height: 2rem;
}

.Des_title h3 {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 2rem;
	margin: 0px 8px;
	height: 2rem;
}

.des ul, .cj_des {
	margin: 0.5rem 8px;
}

.des li {
	list-style: none;
	line-height: 2rem;
	padding-left: 15px;
}

.pctop {
	width: 100%;
	height: 60px;
	line-height: 20px;
}

.pctop_titl {
	width: 100%;
	height: 56px;
	line-height: 18px;
	border-right: 1px dashed #666;
}

.pctop_titl .canshu {
	float: left;
	width: 33.333%;
	height: 56px;
}

.pctop_titl .canshu .canju {
	margin: auto;
	height: 27px;
	text-align: center;
	line-height: 27px;
	color: #000;
	border-bottom: 1px dashed #666;
	border-top: 1px dashed #666;
	border-left: 1px dashed #666;
}

.pctop_canshu {
	width: 100%;
	height: 120px;
}

.wwcontent2 {
	padding: 0px;
	margin: 0px;
}

.wwbar2 {
	height: 1px;
	overflow: hidden;
}

.bearing_canshu {
	width: 100%;
	min-height: 20px;
	line-height: 27px;
	border-bottom: 1px dashed #747474;
	border-right: 1px dashed #666;
}

.bearing_canshu .fag_skf {
	float: left;
	width: 33.2%;
	min-height: 27px;
	line-height: 27px;
	text-align: center;
	color: #000;
	border-left: 1px dashed #666;
	border-right: 1px dashed #666;
}

.bearing_canshu .timken_ntn {
	height: 27px;
	min-height: 20px;
	line-height: 27px;
	text-align: left;
	color: #000;
	text-align: center;
	overflow: hidden;
}

.clearfloat {
	height: 1px;
	width: 0px;
	overflow: hidden;
	clear: both;
}
.section_title {
    position: relative;
    text-align: center;
}
.border_box {
    position: relative;
    box-shadow: 2px 2px 20px rgba(0,0,0,.05);
    background-color: #fff;
    padding: 40px 20px;
    box-sizing: border-box;
}
.section_1 {
    margin-bottom: 40px;
}
.section_title span {
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    margin-bottom: 6px;
}
.news_box p {
    font-size: 13px;
    color: #777;
    height: 68px;
    overflow: hidden;
}
.section_title>h2 {
    position: relative;
    font-size: 26px;
    padding-top: 18px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 30px;
}
.section_title>h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 5px;
    top: 0;
    left: 50%;
    margin-left: -20px;
    background-color: #274b92;
}

.news .news_title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 30px;
}
.home_news .news_box {
    width: 21%;
    margin-bottom: 0;
}
.news .item {
	margin-bottom: 20px;
	padding: 20px;
	width: 100%;
	height: 187px;
	background: #f9f9f9;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.news .item .date {
	position: relative;
	width: 15%;
	height: 100%;
	text-align: center;
	float: left;
}

.news .item .date:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 90%;
	background: #ccc;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.news .item .date .date_table {
	display: table;
	width: 100%;
	height: 100%;
}

.news .item .date .date_table .date_table_cell {
	display: table-cell;
	vertical-align: middle;
}

.news .item .date .day {
	width: 100%;
	font-size: 50px;
	color: #383838;
}
@media screen and (min-width: 960px){
.home_news .news_box:nth-child(1) p, .news_second .home_news .news_box:nth-child(1) p {
    display: none;
}
}
.news .item .date .year {
	width: 100%;
	font-size: 20px;
	color: #979797;
}
@media screen and (max-width: 1279px){
.news_box {
    padding: 0 10px;
}
}
.news .item .text {
	width: calc(100% - 20%);
	height: 100%;
	float: right;
}

.news .item .text h3 {
	display: block;
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	overflow: hidden;
}

.news .item .text .brief {
	margin-top: 15px;
	width: 100%;
	max-height: 90px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}

.news .news_btn {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #313437;
	font-size: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.news_box {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.news_second {
	margin-top: 12px;
}
.news_box .time {
     display: block; 
   
}
.home_news .news_box {
	width: 21%;
	margin-bottom: 0;
}

.news_box img {
	width: 100%;
	height: auto;
	transition: 0.2s;
	opacity: 1;
}

.news_img {
	position: relative;
	overflow: hidden;
	background-color: #000;
	-webkit-transform: translateZ(0);
}

.news_box .time {
	display: none;
}

.news_list .news_box .time {
	display: block;
}

.news_img .time {
	position: absolute;
	font-size: 14px;
	left: 4px;
	bottom: 0;
	color: #fff;
	padding: 4px 10px;
	background-color: rgba(255,255,255,.0);
	transition: 0.4s;
	opacity: 0.6;
}

.news_box h4 a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #222;
	margin-top: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}

.news_box h4 {
	margin-bottom:2px;
}
.time1{margin-bottom:8px;}
.news_img {
    position: relative;
    overflow: hidden;
    background-color: #000;
    -webkit-transform: translateZ(0);
}
.news_img a {
    position: relative;
}
.news_img .time {
    position: absolute;
    font-size: 14px;
    left: 4px;
    bottom: 0;
    color: #fff;
    padding: 4px 10px;
    background-color: rgba(255,255,255,.0);
    transition: 0.4s;
    opacity: 0.6;
}
.news_img {
    position: relative;
    overflow: hidden;
    background-color: #000;
    -webkit-transform: translateZ(0);
}
.news_box img {
    width: 100%;
    height: auto;
    transition: 0.2s;
    opacity: 1;
}
.news_box p {
	font-size: 13px;
	color: #777;
	height: 68px;
	overflow: hidden;
}
.news_box h4 a {
    display: block;
    font-weight: 700;
    font-size: 16px;
    color: #222;
    margin-top: 16px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s;
}

.more a {
	position: relative;
	top: 20px;
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	color: #ccc;
	border-top: 1px solid #f1f1f1;
	padding: 16px 0 4px 0;
	margin: 0 16px;
	box-sizing: border-box;
	transition: 0.3s;
}
.border_box:after, .more:before, .mix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}
@media screen and (min-width: 1024px){
.news_img:hover img {
    transform: scale(1.1);
    opacity: 0.7;
}}
@media screen and (min-width: 960px){
.home_news .news_box:nth-child(1), .news_second .home_news .news_box:nth-child(1) {
    width: 37%;
}
}
@media screen and (max-width: 960px){
 .news_box {
    margin-bottom: 30px;
}
.news_box {
		width: 50% !important;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	
	.news_box {
		width: 100%;
	}

	.news_box {
		width: 100% !important;
		margin-bottom: 30px;
	}
}
.pic_box_img:before, .news_img a:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    background-image: url(../images/icon-zoom.png);
    z-index: 3;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.2s;
}

.clearfloat {
	height: 1px;
	width: 0px;
	overflow: hidden;
	clear: both;
}