.product {
	width: 100%;
	float: left;
}

.product_top {
	width: 100%;
	float: left;
	background: #f5f5f5;
}

.all_title {
	width: 100%;
	float: left;
}

.all_title span {
	display: inline-block;
	text-align: center;
	width: 100%;
	color: #008cd6;
	float: left;
}

.all_title span:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	margin-top: 60px;
}

.all_title span:nth-child(2) {
	font-size: 12px;
	margin-top: 5px;
}

.all_title img {
	width: 228px;
	height: 10px;
	float: left;
	margin-top: 5px;
	margin-left: calc((100% - 228px)/2);
}

.product_list {
	width: 100%;
	float: left;
}

.apply-record {
	width: 100%;
	float: left;
	background: #f5f5f5;
	padding-top: 40px;
}

.apply-record .tab {
	width: 1200px;
	margin-left: calc((100% - 1200px)/2);
	height: 60px;
	display: flex;
	float: left;
	justify-content: center;
	align-items: center;
}

.apply-record .tab .tab-item {
	max-width: 113px;
	min-width: 113px;
	flex: 1;
	float: left;
	height: 60px;
	line-height: 60px;
	background-image: url(../img/kuang.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	font-size: 16px;
	color: #434343;
	margin: 0 25px;
	text-align: center;
}

.apply-record .tab .tab-item.active {
	color: #fff !important;
	background-image: url(../img/xkuang.png) !important;
}

.products {
	width: 100%;
	float: left;
	background: #fff;
	margin-top: 50px;
	background-image: url(../img/8.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.products .mainCont {
	display: none;
	width: 1200px;
	margin-left: calc((100% - 1200px)/2);
	float: left;
	padding-bottom: 50px;
}

.products .mainCont.selected {
	display: block;
}

.mainCont_list {
	width: 368px;
	float: left;
	margin-top: 30px;
	border: 1px solid #e1e3e6;
}

.mainCont_list:nth-child(3n-1) {
	margin: 30px 45px 0px 45px;
}

.mainCont_list img {
	width: 368px;
	height: 261px;
	float: left;
}

.mainCont_list span {
	display: inline-block;
	width: calc(100% - 20px);
	float: left;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
	background: rgba(0, 140, 214, .55);
	color: #fff;
	text-align: center;
	margin-top: -40px;
}

.mainCont_more {
	width: 100%;
	float: left;
}

.mainCont_more a {
	display: inline-block;
	background-image: url(../img/kiuang2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 183px;
	height: 41px;
	text-align: center;
	line-height: 41px;
	float: left;
	margin-top: 50px;
	color: #3e3e3e;
	font-size: 14px;
	margin-left: calc((100% - 183px)/2);
}

.about {
	width: 100%;
	height: 610px;
	float: left;
	background-image: url(../img/9.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.abouts {
	width: 1200px;
	float: left;
	margin-top: 40px;
	margin-left: calc((100% - 1200px)/2);
}

.abouts_left {
	width: 512px;
	float: left;
	height: 323px;
}

.abouts_right {
	width: calc(100% - 530px);
	float: right;
}

.abouts_right_top {
	width: 100%;
	color: #323232;
	font-size: 14px;
	line-height: 25px;
	float: left;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 10;
	overflow: hidden;
}

.abouts_right_in {
	width: 100%;
	float: left;
	margin-top: 28px;
}

.abouts_right_in ul {
	width: 100%;
}

.abouts_right_in ul li {
	float: left;
	background-image: url(../img/kuang3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 195px;
	height: 38px;
	text-align: center;
	color: #4e4e4e;
	font-size: 14px;
	font-weight: bold;
	line-height: 38px;
}

.abouts_right_in ul li:nth-child(2) {
	margin: 0 42px;
}

.abouts_right_bot {
	width: 110px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-left: calc(100% - 110px);
	margin-top: 40px;
	border: 1px solid #0e99de;
	color: #323232;
	font-size: 12px;
}

.new {
	width: 100%;
	float: left;
	background-image: url(../img/10.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 50px;
}

.news {
	width: 1200px;
	float: left;
	margin-top: 40px;
	margin-left: calc((100% - 1200px)/2);
}

.news_left {
	width: 600px;
	float: right;
}

.news_left_top {
	width: 167px;
	height: 46px;
	float: left;
	background-image: url(../img/kuang4.png);
	text-align: center;
	color: #fff;
	line-height: 40px;
	font-size: 18px;
}

.news_left_text {
	width: calc(100% - 2px);
	float: left;
	border: 1px dotted #4cbdf9;
	margin-top: -6px;
	padding: 25px 0;
}

.news_left_texts {
	width: calc(100% - 28px);
	margin-left: 14px;
	float: left;
	margin-bottom: 10px;
}

.onimg img {
	display: block !important;
}

.onimg span {
	font-weight: bold;
	color: #008cd6 !important;
}

.news_left_texts img {
	width: 100%;
	height: 354px;
	display: none;
}

.news_left_texts a {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	float: left;
}

.news_left_texts a span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
}

.news_left_texts a span:nth-child(1) {
	width: calc(100% - 125px);
	float: left;
	text-align: left;
}

.news_left_texts a span:nth-child(2) {
	width: 115px;
	float: right;
	text-align: right;
}

.news_left_texts_more {
	width: 110px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-left: calc(100% - 140px);
	margin-top: 20px;
	border: 1px solid #0e99de;
	color: #323232;
	font-size: 12px;
}

.news_right {
	width: calc(100% - 630px);
	float: left;
}

.news_right_list {
	width: 100%;
	float: left;
	padding: 18px 0;
	border-bottom: 1px solid #efefef;
}

.news_right_list img {
	width: 147px;
	height: 105px;
	float: left;
}

.news_right_list_right {
	width: calc(100% - 167px);
	float: right;
}

.news_right_list_right span {
	display: inline-block;
	width: 100%;
	float: left;
}

.news_right_list_right span:nth-child(1) {
	font-size: 16px;
	color: #333333;
	display: -webkit-box;
	line-height: 20px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news_right_list_right span:nth-child(2) {
	font-size: 14px;
	margin-top: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999999;
}

.news_right_list_right a {
	display: inline-block;
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: right;
	color: #008cd6;
	font-size: 14px;
}

.news_right_list_more {
	width: 110px;
	text-align: center;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-left: calc(100% - 110px);
	margin-top: 20px;
	border: 1px solid #0e99de;
	color: #323232;
	font-size: 12px;
}

@media screen and (min-width: 0px) and (max-width: 1240px) {
	.product {
		width: 100%;
		float: left;
	}

	.product_top {
		width: 100%;
		float: left;
		background: #f5f5f5;
	}

	.all_title {
		width: 100%;
		float: left;
	}

	.all_title span {
		display: inline-block;
		text-align: center;
		width: 100%;
		color: #008cd6;
		float: left;
	}

	.all_title span:nth-child(1) {
		font-size: 28px;
		font-weight: bold;
		margin-top: 60px;
	}

	.all_title span:nth-child(2) {
		font-size: 12px;
		margin-top: 5px;
	}

	.all_title img {
		width: 228px;
		height: 10px;
		float: left;
		margin-top: 5px;
		margin-left: calc((100% - 228px)/2);
	}

	.product_list {
		width: 100%;
		float: left;
	}

	.apply-record {
		width: 100%;
		float: left;
		background: #f5f5f5;
		padding-top: 40px;
	}

	.apply-record .tab {
		width: 860px;
		margin-left: calc((100% - 860px)/2);
		height: 60px;
		display: flex;
		float: left;
		justify-content: center;
		align-items: center;
	}

	.apply-record .tab .tab-item {
		max-width: 113px;
		min-width: 113px;
		flex: 1;
		float: left;
		height: 60px;
		line-height: 60px;
		background-image: url(../img/kuang.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		font-size: 14px;
		color: #434343;
		margin: 0 5px;
		text-align: center;
	}

	.apply-record .tab .tab-item.active {
		color: #fff !important;
		background-image: url(../img/xkuang.png) !important;
	}

	.products {
		width: 100%;
		float: left;
		background: #fff;
		margin-top: 50px;
		background-image: url(../img/8.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.products .mainCont {
		display: none;
		width: 860px;
		margin-left: calc((100% - 860px)/2);
		float: left;
		padding-bottom: 50px;
	}

	.products .mainCont.selected {
		display: block;
	}

	.mainCont_list {
		width: 268px;
		float: left;
		margin-top: 30px;
		border: 1px solid #e1e3e6;
	}

	.mainCont_list:nth-child(3n-1) {
		margin: 30px 25px 0px 25px;
	}

	.mainCont_list img {
		width: 268px;
		height: 191px;
		float: left;
	}

	.mainCont_list span {
		display: inline-block;
		width: calc(100% - 20px);
		float: left;
		height: 40px;
		line-height: 40px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 10px;
		background: rgba(0, 140, 214, .55);
		color: #fff;
		text-align: center;
		margin-top: -40px;
	}

	.mainCont_more {
		width: 100%;
		float: left;
	}

	.mainCont_more a {
		display: inline-block;
		background-image: url(../img/kiuang2.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 183px;
		height: 41px;
		text-align: center;
		line-height: 41px;
		float: left;
		margin-top: 50px;
		color: #3e3e3e;
		font-size: 14px;
		margin-left: calc((100% - 183px)/2);
	}

	.about {
		width: 100%;
		height: 610px;
		float: left;
		background-image: url(../img/9.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.abouts {
		width: 860px;
		float: left;
		margin-top: 40px;
		margin-left: calc((100% - 860px)/2);
	}

	.abouts_left {
		width: 380px;
		float: left;
		height: 240px;
	}

	.abouts_right {
		width: calc(100% - 400px);
		float: right;
	}

	.abouts_right_top {
		width: 100%;
		color: #323232;
		font-size: 14px;
		line-height: 25px;
		float: left;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 10;
		overflow: hidden;
	}

	.abouts_right_in {
		width: 100%;
		float: left;
		margin-top: 28px;
	}

	.abouts_right_in ul {
		width: 100%;
	}

	.abouts_right_in ul li {
		float: left;
		background-image: url(../img/kuang5.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		width: 150px;
		height: 38px;
		text-align: center;
		color: #4e4e4e;
		font-size: 14px;
		font-weight: bold;
		line-height: 38px;
	}

	.abouts_right_in ul li:nth-child(2) {
		margin: 0 5px;
	}

	.abouts_right_bot {
		width: 110px;
		text-align: center;
		height: 34px;
		line-height: 34px;
		float: left;
		margin-left: calc(100% - 110px);
		margin-top: 40px;
		border: 1px solid #0e99de;
		color: #323232;
		font-size: 12px;
	}

	.new {
		width: 100%;
		float: left;
		background-image: url(../img/10.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		padding-bottom: 50px;
	}

	.news {
		width: 860px;
		float: left;
		margin-top: 40px;
		margin-left: calc((100% - 860px)/2);
	}

	.news_left {
		width: 430px;
		float: right;
	}

	.news_left_top {
		width: 167px;
		height: 46px;
		float: left;
		background-image: url(../img/kuang4.png);
		text-align: center;
		color: #fff;
		line-height: 40px;
		font-size: 16px;
	}

	.news_left_text {
		width: calc(100% - 2px);
		float: left;
		border: 1px dotted #4cbdf9;
		margin-top: -6px;
		padding: 25px 0;
	}

	.news_left_texts {
		width: calc(100% - 28px);
		margin-left: 14px;
		float: left;
		margin-bottom: 10px;
	}

	.onimg img {
		display: block !important;
	}

	.onimg span {
		font-weight: bold;
		color: #008cd6 !important;
	}

	.news_left_texts img {
		width: 100%;
		height: 248px;
		display: none;
	}

	.news_left_texts a {
		display: inline-block;
		width: 100%;
		margin-top: 10px;
		float: left;
	}

	.news_left_texts a span {
		display: inline-block;
		font-size: 14px;
		color: #333333;
	}

	.news_left_texts a span:nth-child(1) {
		width: calc(100% - 125px);
		float: left;
		text-align: left;
	}

	.news_left_texts a span:nth-child(2) {
		width: 115px;
		float: right;
		text-align: right;
	}

	.news_left_texts_more {
		width: 110px;
		text-align: center;
		height: 34px;
		line-height: 34px;
		float: left;
		margin-left: calc(100% - 140px);
		margin-top: 20px;
		border: 1px solid #0e99de;
		color: #323232;
		font-size: 12px;
	}

	.news_right {
		width: calc(100% - 440px);
		float: left;
	}

	.news_right_list {
		width: 100%;
		float: left;
		padding: 18px 0;
		border-bottom: 1px solid #efefef;
	}

	.news_right_list img {
		width: 127px;
		height: 91px;
		float: left;
	}

	.news_right_list_right {
		width: calc(100% - 167px);
		float: right;
	}

	.news_right_list_right span {
		display: inline-block;
		width: 100%;
		float: left;
	}

	.news_right_list_right span:nth-child(1) {
		font-size: 14px;
		color: #333333;
		display: -webkit-box;
		line-height: 20px;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.news_right_list_right span:nth-child(2) {
		font-size: 14px;
		margin-top: 5px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		color: #999999;
	}

	.news_right_list_right a {
		display: inline-block;
		width: 100%;
		float: left;
		margin-top: 20px;
		text-align: right;
		color: #008cd6;
		font-size: 14px;
	}

	.news_right_list_more {
		width: 110px;
		text-align: center;
		height: 34px;
		line-height: 34px;
		float: left;
		margin-left: calc(100% - 110px);
		margin-top: 20px;
		border: 1px solid #0e99de;
		color: #323232;
		font-size: 12px;
	}
}
