.page_padd {
	padding: 0px 0 100px;
}

@media (max-width: 1199px) {
	.page_padd {
		padding: 30px 0 0 0;
	}
}

.page_tit p {
	font-size: 36px;
	line-height: 1;
	color: #222;
}

@media (max-width: 1469px) {
	.page_tit p {
		font-size: 32px;
	}
}

@media (max-width: 1366px) {
	.page_tit p {
		font-size: 30px;
	}
}

@media (max-width: 1199px) {
	.page_tit p {
		font-size: 26px;
	}
}

@media (max-width: 991px) {
	.page_tit p {
		font-size: 24px;
	}
}

@media (max-width: 767px) {
	.page_tit p {
		font-size: 22px;
	}
}

@media (max-width: 480px) {
	.page_tit p {
		font-size: 20px;
	}
}

.about_company .info {
	margin-top: 15px;
}

@media (max-width: 767px) {
	.about_company .info {
		margin-top: 10px;
	}
}

.about_company .info p {
	font-size: 15px;
	line-height: 2;
	color: #666;
}

@media (max-width: 767px) {
	.about_company .info p {
		font-size: 14px;
	}
}

.about_company .info p img {
	max-width: 100%;
	height: auto !important;
}

.about_company .pic_box .item {
	margin-top: 30px;
}

@media (max-width: 991px) {
	.about_company .pic_box .item {
		margin-top: 20px;
	}
}

.about_company .pic_box .item .pic .img-box {
	padding-bottom: 60%;
}

.about_company .pic_box .item p {
	font-size: 16px;
	line-height: 1.2;
	overflow: hidden;
	margin-top: 20px;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #222;
}

@media (max-width: 1199px) {
	.about_company .pic_box .item p {
		margin-top: 15px;
	}
}

@media (max-width: 991px) {
	.about_company .pic_box .item p {
		font-size: 15px;
		margin-top: 10px;
	}
}

.about_company .info_box .pic_list ul {
	margin: 0 -7.5px;
}

.about_company .info_box .pic_list ul li {
	padding: 0 7.5px;
}

.about_company .info_box .pic_list .pic {
	margin-top: 15px;
}

.about_company .info_box .pic_list .pic .img-box {
	padding-bottom: 62.85714286%;
}

.about_company .ab_vvv,
.about_company .ab_vv {
	position: relative;
	margin-top: 40px;
}

@media (max-width: 991px) {
	.about_company .ab_vvv,
	.about_company .ab_vv {
		margin-top: 30px;
	}
}

.about_company .ab_vvv .video,
.about_company .ab_vv .video {
	position: relative;
	cursor: pointer;
}

.about_company .ab_vvv .video:before,
.about_company .ab_vv .video:before {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: all ease .4s;
	transition: all ease .4s;
	opacity: 1;
	background-color: rgba(0, 0, 0, .2);
}

.about_company .ab_vvv .video:hover:before,
.about_company .ab_vv .video:hover:before {
	opacity: 0;
}

.about_company .ab_vv .video .img-box {
	padding-bottom: 42.12962963%;
	background-color: #000;
}

.about_company .ab_vvv .video .img-box {
	padding-bottom: 66.66666666666667%;
	background-color: #000;
}

.about_company .ab_vvv .video .img-box img,
.about_company .ab_vv .video .img-box img {
	-webkit-transition: all .6s ease;
	transition: all .6s ease;
	opacity: 1;
}

.about_company .ab_vvv .video .video-box,
.about_company .ab_vv .video .video-box {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	text-align: center;
}

.about_company .ab_vvv .video .video-box:before,
.about_company .ab_vv .video .video-box:before {
	font-family: 'iconfont' !important;
	font-size: 70px;
	font-style: normal;
	line-height: 1;
	position: absolute;
	z-index: 1;
	top: 50%;
	right: 0;
	left: 0;
	display: block;
	margin: auto;
	content: '\e630';
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1366px) {
	.about_company .ab_vvv .video .video-box:before,
	.about_company .ab_vv .video .video-box:before {
		font-size: 60px;
	}
}

@media (max-width: 991px) {
	.about_company .ab_vvv .video .video-box:before,
	.about_company .ab_vv .video .video-box:before {
		font-size: 50px;
	}
}

@media (max-width: 767px) {
	.about_company .ab_vvv .video .video-box:before,
	.about_company .ab_vv .video .video-box:before {
		font-size: 45px;
	}
}

.about_company .ab_vvv .video .video-box .iframe,
.about_company .ab_vv .video .video-box .iframe {
	display: none;
	width: 100% !important;
	height: 100% !important;
}




.about_history .timeline {
	position: relative;
	margin: auto;
	padding: 40px 0 60px 0;
}

@media (max-width: 1199px) {
	.about_history .timeline {
		width: 100%;
		margin-top: 30px;
		padding: 40px 0 10px;
	}
}

@media (max-width: 991px) {
	.about_history .timeline {
		padding: 30px 0 10px;
	}
}

@media (max-width: 767px) {
	.about_history .timeline {
		margin-top: 20px;
		padding: 20px 0 5px;
	}
}

.about_history .timeline:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	margin-left: -2px;
	content: '';
	background-color: #d4d4d4;
}

@media (max-width: 1199px) {
	.about_history .timeline:before {
		left: 0;
	}
}

.about_history .item {
	position: relative;
	margin-top: -160px;
}

@media (max-width: 1199px) {
	.about_history .item {
		margin-top: 0;
		margin-bottom: 30px;
	}
}

.about_history .item:hover .item_content .item_date span {
	color: #fff;
	background-color: #166198;
}

.about_history .item:hover .item_content .pic {
	background-color: #166198;
}

.about_history .item:first-child {
	margin-top: 0;
}

.about_history .item:nth-child(2n) .item_dot:after {
	left: 100%;
}

.about_history .item:nth-child(2n) .item_content {
	float: right;
	padding: 0 0 0 35px;
}

@media (max-width: 1199px) {
	.about_history .item:nth-child(2n) .item_content {
		float: none;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.about_history .item:nth-child(2n) .item_content {
		padding: 4px 0 0 20px;
	}
}

.about_history .item:nth-child(2n) .item_content .item_date span {
	float: left;
}

.about_history .item:nth-child(2n) .item_content .item_description {
	text-align: left;
}

.about_history .item .item_dot {
	position: absolute;
	z-index: 5;
	top: 14px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -11px;
	-webkit-transition: all .35s;
	transition: all .35s;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .3);
}

@media (max-width: 1199px) {
	.about_history .item .item_dot {
		left: 0;
	}
}

@media (max-width: 991px) {}

.about_history .item .item_dot:before {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin: auto;
	content: '';
	-webkit-transition: all .35s;
	transition: all .35s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	border-radius: 50%;
	background-color: #166198;
}

.about_history .item .item_content {
	position: relative;
	z-index: 3;
	float: left;
	width: 50%;
	padding: 0 35px 0 0;
	-webkit-transition: all .35s;
	transition: all .35s;
}

@media (max-width: 1199px) {
	.about_history .item .item_content {
		position: static;
		float: none;
		width: 100%;
		padding: 0 30px;
	}
}

@media (max-width: 767px) {
	.about_history .item .item_content {
		padding: 4px 0 0 20px;
	}
}

.about_history .item .item_content .item_date span {
	font-family: 'Roboto-Bold';
	font-size: 20px;
	line-height: 45px;
	display: block;
	float: right;
	width: 130px;
	height: 45px;
	-webkit-transition: all .4s;
	transition: all .4s;
	text-align: center;
	color: #222;
	background-color: #f3f3f3;
}

@media (max-width: 1199px) {
	.about_history .item .item_content .item_date span {
		float: none;
	}
}

@media (max-width: 991px) {
	.about_history .item .item_content .item_date span {
		font-size: 18px;
	}
}

@media (max-width: 767px) {
	.about_history .item .item_content .item_date span {
		font-size: 16px;
		line-height: 2.5;
		width: 120px;
		height: 40px;
	}
}

.about_history .item .item_content .item_description {
	font-size: 15px;
	line-height: 2;
	margin-top: 15px;
	text-align: right;
	color: #666;
}

@media (max-width: 1199px) {
	.about_history .item .item_content .item_description {
		line-height: 1.73333333;
		text-align: left;
	}
}

@media (max-width: 991px) {
	.about_history .item .item_content .item_description {
		margin-top: 10px;
	}
}

.about_history .item .item_content .pic {
	margin-top: 20px;
	padding: 10px;
	-webkit-transition: all .4s;
	transition: all .4s;
	background-color: #fff;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .26);
}

@media (max-width: 1199px) {
	.about_history .item .item_content .pic {
		width: 60%;
	}
}

@media (max-width: 600px) {
	.about_history .item .item_content .pic {
		width: 90%;
	}
}

.about_history .item .item_content .pic .img-box {
	padding-bottom: 53.33333333%;
}





.about_capacity .info_box {
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}

@media (max-width: 991px) {
	.about_capacity .info_box {
		margin-bottom: 20px;
	}
}

@media (max-width: 767px) {
	.about_capacity .info_box {
		margin-top: 0;
	}
}

.about_capacity .info_box .tit p {
	font-size: 26px;
	line-height: 1.15384615;
	color: #222;
}

@media (max-width: 1469px) {
	.about_capacity .info_box .tit p {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.about_capacity .info_box .tit p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.about_capacity .info_box .tit p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.about_capacity .info_box .tit p {
		font-size: 18px;
	}
}

.about_capacity .info_box .txt {
	margin-top: 10px;
}

@media (max-width: 1469px) {
	.about_capacity .info_box .txt {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.about_capacity .info_box .txt {
		margin-top: 10px;
	}
}

.about_capacity .info_box .txt p {
	font-size: 15px;
	line-height: 2;
	color: #666;
}

@media (max-width: 767px) {
	.about_capacity .info_box .txt p {
		font-size: 14px;
		line-height: 1.85714286;
	}
}

.about_capacity .info_box .txt p img {
	max-width: 100%;
	height: auto !important;
}

.about_capacity .info_box .pic_list ul {
	margin: 0 -7.5px;
}

.about_capacity .info_box .pic_list ul li {
	padding: 0 7.5px;
}

.about_capacity .info_box .pic_list .pic {
	margin-top: 15px;
}

.about_capacity .info_box .pic_list .pic .img-box {
	padding-bottom: 62.85714286%;
}

.about_capacity .note_box {
	margin-bottom: 50px;
}

@media (max-width: 1469px) {
	.about_capacity .note_box {
		margin-bottom: 40px;
	}
}

@media (max-width: 1199px) {
	.about_capacity .note_box {
		margin-bottom: 40px;
	}
}

@media (max-width: 991px) {
	.about_capacity .note_box {
		margin-bottom: 40px;
	}
}

.about_capacity .note_box .tit p {
	font-size: 26px;
	line-height: 1.15384615;
	color: #222;
}

@media (max-width: 1469px) {
	.about_capacity .note_box .tit p {
		font-size: 24px;
	}
}

@media (max-width: 1199px) {
	.about_capacity .note_box .tit p {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.about_capacity .note_box .tit p {
		font-size: 20px;
	}
}

@media (max-width: 767px) {
	.about_capacity .note_box .tit p {
		font-size: 18px;
	}
}

.about_capacity .note_box .txt {
	margin-top: 00px;
}

@media (max-width: 1469px) {
	.about_capacity .note_box .txt {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.about_capacity .note_box .txt {
		margin-top: 10px;
	}
}

.about_capacity .note_box .txt p {
	font-size: 15px;
	line-height: 2;
	color: #666;
}

@media (max-width: 767px) {
	.about_capacity .note_box .txt p {
		font-size: 14px;
		line-height: 1.85714286;
	}
}

.about_capacity .note_box .txt p img {
	max-width: 100%;
	height: auto !important;
}

.about_capacity .note_box .pic_list ul {
	margin: 0 -7.5px;
}

.about_capacity .note_box .pic_list ul li {
	padding: 0 7.5px;
}

.about_capacity .note_box .pic_list .pic {
	margin-top: 15px;
}

.about_capacity .note_box .pic_list .pic .img-box {
	padding-bottom: 62.85714286%;
}






.about_culture .list .pic {
	width: 44.653%;
}

@media (max-width: 767px) {
	.about_culture .list .pic {
		float: none;
		width: 100%;
	}
}

.about_culture .list .pic .img-box {
	padding-bottom: 122.91666667%;
}

.about_culture .list .info {
	width: 55.347%;
	padding-top: 0;
	padding-left: 30px;
}

@media (max-width: 1469px) {
	.about_culture .list .info {
		padding-top: 0;
	}
}

@media (max-width: 991px) {
	.about_culture .list .info {
		padding-top: 0;
		padding-left: 20px;
	}
}

@media (max-width: 767px) {
	.about_culture .list .info {
		float: none;
		width: 100%;
		padding-top: 20px;
		padding-left: 0;
	}
}

.about_culture .list .info .note .item {
	margin-top: 45px;
}

@media (max-width: 1469px) {
	.about_culture .list .info .note .item {
		margin-top: 17px;
	}
}

@media (max-width: 991px) {
	.about_culture .list .info .note .item {
		margin-top: 20px;
	}
}

.about_culture .list .info .note .item b {
	font-family: 'Roboto-Bold';
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	display: block;
	color: #166198;
}

@media (max-width: 991px) {
	.about_culture .list .info .note .item b {
		font-size: 18px;
	}
}

.about_culture .list .info .note .item p {
	font-size: 15px;
	line-height: 1.73333333;
	color: #666;
}

@media (max-width: 991px) {
	.about_culture .list .info .note .item p {
		font-size: 14px;
	}
}

.about_oem .sale_tab .sale_map {
	position: relative;
	margin-top: 40px;
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map {
		margin-top: 30px;
	}
}

.about_oem .sale_tab .sale_map .pic img {
	max-width: 100%;
	height: auto !important;
}

.about_oem .sale_tab .sale_map .dots ul li {
	position: absolute;
}

@media (max-width: 767px) {
	.about_oem .sale_tab .sale_map .dots ul li {
		position: static;
		float: left;
		width: 33.333%;
		margin-top: 20px;
	}
}

.about_oem .sale_tab .sale_map .dots ul li:first-child {
	top: 125px;
	left: 100px;
}

@media (max-width: 1469px) {
	.about_oem .sale_tab .sale_map .dots ul li:first-child {
		top: 105px;
		left: 75px;
	}
}

@media (max-width: 1199px) {
	.about_oem .sale_tab .sale_map .dots ul li:first-child {
		top: 115px;
		left: 85px;
	}
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots ul li:first-child {
		top: 85px;
		left: 62px;
	}
}

.about_oem .sale_tab .sale_map .dots ul li:nth-child(2) {
	top: 115px;
	left: 370px;
}

@media (max-width: 1469px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(2) {
		top: 90px;
		left: 305px;
	}
}

@media (max-width: 1199px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(2) {
		top: 100px;
		left: 335px;
	}
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(2) {
		top: 75px;
		left: 260px;
	}
}

.about_oem .sale_tab .sale_map .dots ul li:nth-child(3) {
	top: 155px;
	left: 730px;
}

@media (max-width: 1469px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(3) {
		top: 125px;
		left: 586px;
	}
}

@media (max-width: 1199px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(3) {
		top: 145px;
		left: 655px;
	}
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(3) {
		top: 110px;
		left: 490px;
	}
}

.about_oem .sale_tab .sale_map .dots ul li:nth-child(4) {
	top: 260px;
	left: 100px;
}

@media (max-width: 1469px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(4) {
		top: 215px;
		left: 80px;
	}
}

@media (max-width: 1199px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(4) {
		top: 240px;
		left: 90px;
	}
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(4) {
		top: 180px;
		left: 60px;
	}
}

.about_oem .sale_tab .sale_map .dots ul li:nth-child(5) {
	top: auto;
	bottom: 75px;
	left: 410px;
}

@media (max-width: 1469px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(5) {
		bottom: 60px;
		left: 335px;
	}
}

@media (max-width: 1199px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(5) {
		bottom: 70px;
		left: 370px;
	}
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(5) {
		bottom: 45px;
		left: 275px;
	}
}

.about_oem .sale_tab .sale_map .dots ul li:nth-child(6) {
	top: auto;
	right: 110px;
	bottom: 100px;
	left: auto;
}

@media (max-width: 1469px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(6) {
		right: 50px;
		bottom: 80px;
	}
}

@media (max-width: 1199px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(6) {
		right: 65px;
		bottom: 95px;
	}
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots ul li:nth-child(6) {
		right: 40px;
		bottom: 68px;
	}
}

.about_oem .sale_tab .sale_map .dots ul .active .note p {
	color: #166198;
}

.about_oem .sale_tab .sale_map .dots ul .active .note p:before {
	background: url(/static/pic/icon_dingwei1.png) no-repeat center;
	background-size: cover;
}

.about_oem .sale_tab .sale_map .dots .note:hover p {
	color: #166198;
}

.about_oem .sale_tab .sale_map .dots .note:hover p:before {
	background: url(/static/pic/icon_dingwei1.png) no-repeat center;
	background-size: cover;
}

.about_oem .sale_tab .sale_map .dots .note p {
	font-family: 'Roboto-Bold';
	font-size: 16px;
	line-height: 1.2;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: all .4s;
	transition: all .4s;
	color: #222;
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots .note p {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.about_oem .sale_tab .sale_map .dots .note p {
		display: block;
		text-align: center;
	}
}

.about_oem .sale_tab .sale_map .dots .note p:before {
	display: block;
	width: 30px;
	height: 30px;
	margin: auto;
	margin-bottom: 8px;
	content: '';
	-webkit-transition: all .4s;
	transition: all .4s;
	background: url(/static/pic/icon_dingwei.png) no-repeat center;
	background-size: cover;
}

@media (max-width: 991px) {
	.about_oem .sale_tab .sale_map .dots .note p:before {
		width: 25px;
		height: 25px;
	}
}

.about_oem .sale_tab .content {
	display: none;
	margin-top: 20px;
}

@media (max-width: 767px) {
	.about_oem .sale_tab .content {
		margin-top: 30px;
	}
}

.about_oem .sale_tab .content .sale_item .tit p {
	font-size: 24px;
	line-height: 1.2;
	color: #222;
}

@media (max-width: 991px) {
	.about_oem .sale_tab .content .sale_item .tit p {
		font-size: 22px;
	}
}

@media (max-width: 767px) {
	.about_oem .sale_tab .content .sale_item .tit p {
		font-size: 20px;
	}
}

@media (max-width: 480px) {
	.about_oem .sale_tab .content .sale_item .tit p {
		font-size: 18px;
	}
}

.about_oem .sale_tab .content .sale_item .list ul {
	margin: 0 -10px;
}

.about_oem .sale_tab .content .sale_item .list ul li {
	float: left;
	width: 20%;
	padding: 0 10px;
}

@media (max-width: 991px) {
	.about_oem .sale_tab .content .sale_item .list ul li {
		width: 25%;
	}
}

@media (max-width: 767px) {
	.about_oem .sale_tab .content .sale_item .list ul li {
		width: 33.333%;
	}
}

@media (max-width: 480px) {
	.about_oem .sale_tab .content .sale_item .list ul li {
		width: 50%;
	}
}

.about_oem .sale_tab .content .sale_item .list ul li .pic {
	margin-top: 20px;
	border: solid 1px #cecece;
}

.about_oem .sale_tab .content .sale_item .list ul li .pic .img-box {
	padding-bottom: 55%;
}
.fl{
	float:left;
}
.fr{float: right;}