.main_all {
	width: 1333px;
	float: left;
	margin-left: calc((100% - 1333px)/2);
}
.about {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.about_video {
	width: 563px;
	height: 274px;
	float: left;
}

.about_video video {
	width: 100%;
	height: 274px;
	position: relative;
	z-index: 88;
}

.about_video_top {
	width: 563px;
	height: 274px;
	float: left;
	z-index: 999;
	position: absolute;
}

.about_video_top img {
	width: 563px;
	height: 274px;
	float: left;
}

.about_video_top span {
	display: inline-block;
	width: 563px;
	height: 274px;
	float: left;
	background-color: rgba(0, 0, 0, .61);
	position: absolute;
}

.about_video_top span img {
	width: 135px;
	height: 135px;
	margin-left: calc((563px - 135px)/2);
	margin-top: calc((274px - 135px)/2);
}

.about_text {
	width: 745px;
	float: right;
}

.about_text_top {
	width: 100%;
	float: left;
	height: 60px;
}

.about_text_top span {
	display: inline-block;
	float: left;
}

.about_text_top span:nth-child(1) {
	font-size: 34px;
	color: #ce000d;
	line-height: 60px;
	font-weight: bold;
	width: 156px;
}

.about_text_top span:nth-child(2) {
	font-size: 16px;
	line-height: 30px;
	width: calc(100% - 156px);
	color: #010101;
}
.about_text_top span:nth-child(3) {
	font-size: 16px;
	line-height: 30px;
	width: calc(100% - 156px);
	color: #010101;
	display: none;
}

.about_text_neir {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #010101;
	height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.about_text_neir1 {
	width: 100%;
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #010101;
	display: none;
	height: 120px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}

.about_text_more {
	width: 128px;
	text-align: center;
	border-radius: 30px;
	height: 32px;
	line-height: 32px;
	margin-left: calc(100% - 128px);
	float: left;
	margin-top: 50px;
	font-size: 14px;
	color: #fff;
	display: inline-block;
	background-color: #ce000d;
}

.product {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.apply-record {
	width: 100%;
	float: left;
}

.apply-record_product {
	font-size: 34px;
	font-weight: bold;
	color: #ce000d;
	display: inline-block;
	float: left;
	width: 136px;
}

.apply-record .tab {
	width: calc(100% - 160px);
	margin-left: 24px;
	height: 37px;
	background-color: #f7f7f7;
	float: left;
}

.apply-record .tab .tab-item {
	float: left;
	height: 37px;
	width: 105px;
	line-height: 37px;
	font-size: 16px;
	color: #000000;
	text-align: center;
}

.apply-record .tab .tab-item.active {
	color: #fff;
	height: 47px !important;
	background-image: url(../img/xuanz.png);

}

.apply-record_more {
	width: 47px;
	height: 10px;
	position: relative;
	float: left;
	top: calc((57px - 10px)/2);
	margin-left: calc(100% - 77px);
	display: inline-block;
}
.new_more{
	width: 47px;
	height: 10px;
	float: left;
	position: absolute;
	margin-left: calc(335px - 62px);
	display: inline-block;
	margin-top: 320px;
}
.new_more img{
	width: 47px;
	height: 10px;
	float: left;
}
.apply-record_more img {
	width: 47px;
	height: 10px;
	float: left;
}

.products .mainCont {
	display: none;
	width: 100%;
	float: left;
}

.products .mainCont ul {
	width: 100%;
}

.products .mainCont ul li {
	float: left;
	height: 167px;
	overflow: hidden;
	width: calc((100% - 81px)/4);
	margin-top: 25px;
}

.products .mainCont ul li:nth-child(4n - 2) {
	margin-left: 27px;
}

.products .mainCont ul li:nth-child(4n - 1) {
	margin-left: 27px;
}

.products .mainCont ul li:nth-child(4n) {
	margin-left: 27px;
}

.products .mainCont ul li img {
	width: 100%;
	height: 167px;
	float: left;
	-webkit-transition: all 3s;
	-o-transition: all 3s;
	-ms-transition: all 3s;
	transition: all 3s;
}

.products .mainCont ul li:hover img {
	transform: scale(1.1);
}

.products .mainCont ul li span {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	margin-top: -32px;
	text-align: center;
	height: 32px;
	line-height: 32px;
	color: #fff;
	background-color: rgba(0, 0, 0, .48);
	font-size: 14px;
}

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


.new{
	width: 100%;
	float: left;
	margin-bottom: 24px;
	margin-top: 30px;
}
.new_left{
	width: 335px;
	float: left;
	height: 353px;
	border: 1px solid #dcdcdc;
	background-image: url(../img/title.png);
	background-repeat: no-repeat;
}
.new_left span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	height: 48px;
	letter-spacing: 4px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 29px;
}
.new_left_rady{
	width: calc(100% - 56px);
	float: left;
	margin-left: 28px;
}
.new_left_rady a{
	display: inline-block;
	float: left;
	color: #343434;
	margin-top: 17px;
	font-size: 14px;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new_left_img{
	width: calc(100% - 30px);
	margin-top: 30px;
	float: left;
	margin-left: 15px;
}
.new_left_img img{
	width: 88px;
	height: 45px;
	float: left;
	margin-bottom: 19px;
}
.new_left_img a:nth-child(3n - 1) img{
	margin: 0 19px;
}

.apply-record1 {
	width: 615px;
	float: left;
	margin: 0 24px;
}
.abput_news1{
	display: none;
}

.apply-record1 .tab1 {
	width: 100%;
	height: 37px;
	background-color: #f7f7f7;
	float: left;
}

.apply-record1 .tab1 .tab-item1 {
	float: left;
	height: 37px;
	line-height: 37px;
	font-size: 16px;
	width: 105px;
	color: #000000;
	text-align: center;
}

.apply-record1 .tab1 .tab-item1.active1 {
	color: #fff;
	background-image: url(../img/xuanz.png);
	height: 47px !important;
}

.products1 .mainCont1 {
	display: none;
	width: 100%;
	margin-top: 20px;
	float: left;
}
.products1 .mainCont1 ul{
	width: 100%;
	float: left;
}
.products1 .mainCont1 ul li{
	width: 100%;
	height: 34px;
	border-bottom: 1px dashed #e4e4e4;
	float: left;
	line-height: 34px;
}
.products1 .mainCont1 ul li span{
	display: inline-block;
	float: left;
}
.products1 .mainCont1 ul li:hover span:nth-child(2){
	color: #ff0000 !important;
}
.products1 .mainCont1 ul li span:nth-child(1){
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #4e4e4e;
	margin-left: calc((20px - 6px)/2);
	margin-top: calc((34px - 6px)/2);
}
.products1 .mainCont1 ul li span:nth-child(2){
	float: left;
	font-size: 14px;
	margin-left: calc((20px - 6px)/2);
	color: #343434;
	width: calc(100% - 135px);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.products1 .mainCont1 ul li span:nth-child(3){
	float: right;
	font-size: 14px;
	color: #787777;
	overflow: hidden;
	text-overflow:ellipsis;
	width: 98px;
	text-align: left;
	white-space: nowrap;
}
.products1 .mainCont1.selected1 {
	display: block;
}
.new_right{
	width: 335px;
	float: left;
	border: 1px solid #dcdcdc;
	background-image: url(../img/title.png);
	height: 353px;
	background-repeat: no-repeat;
}
.new_right span{
	display: inline-block;
	width: 100%;
	text-align: center;
	color: #ffffff;
	height: 48px;
	letter-spacing: 4px;
	line-height: 48px;
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 29px;
}
.new_right ul{
	width: calc(100% - 40px);
	margin-left: 20px;
	float: left;
}
.new_right ul li{
	width: 100%;
	font-size: 14px;
	color: #343434;
	margin-top: 18px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	float: left;
}
@media screen and (max-width: 1360px) {
	.main_all {
		width: 860px;
		float: left;
		margin-left: calc((100% - 860px)/2);
	}
	.about {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	
	.about_video {
		width: 300px;
		height: 146px;
		float: left;
	}
	
	.about_video video {
		width: 100%;
		height: 146px;
		position: relative;
		z-index: 88;
	}
	
	.about_video_top {
		width: 300px;
		height: 146px;
		float: left;
		z-index: 999;
		position: absolute;
	}
	
	.about_video_top img {
		width: 300px;
		height: 146px;
		float: left;
	}
	
	.about_video_top span {
		display: inline-block;
		width: 300px;
		height: 146px;
		float: left;
		background-color: rgba(0, 0, 0, .61);
		position: absolute;
	}
	
	.about_video_top span img {
		width: 135px;
		height: 135px;
		margin-left: calc((300px - 135px)/2);
		margin-top: calc((146px - 135px)/2);
	}
	
	.about_text {
		width: 540px;
		float: right;
	}
	
	.about_text_top {
		width: 100%;
		float: left;
		height: 60px;
	}
	
	.about_text_top span {
		display: inline-block;
		float: left;
	}
	
	.about_text_top span:nth-child(1) {
		font-size: 26px;
		color: #ce000d;
		line-height: 60px;
		font-weight: bold;
		width: 114px;
	}
	
	.about_text_top span:nth-child(2) {
		font-size: 16px;
		line-height: 30px;
		width: calc(100% - 114px);
		color: #010101;
		display: none;
	}
	.about_text_top span:nth-child(3) {
		font-size: 16px;
		line-height: 30px;
		width: calc(100% - 114px);
		color: #010101;
		display: block;
	}
	
	.about_text_neir {
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 30px;
		color: #010101;
		height: 120px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		display: none;
	}
	.about_text_neir1 {
		width: 100%;
		float: left;
		font-size: 16px;
		line-height: 30px;
		color: #010101;
		height: 120px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		display: block;
		overflow: hidden;
	}
	
	.about_text_more {
		width: 128px;
		text-align: center;
		border-radius: 30px;
		height: 32px;
		line-height: 32px;
		margin-left: calc(100% - 128px);
		float: left;
		margin-top: 20px;
		font-size: 14px;
		color: #fff;
		display: inline-block;
		background-color: #ce000d;
	}
	
	.product {
		width: 100%;
		float: left;
		margin-top: 20px;
	}
	
	.apply-record {
		width: 100%;
		float: left;
	}
	
	.apply-record_product {
		font-size: 34px;
		font-weight: bold;
		color: #ce000d;
		display: inline-block;
		float: left;
		width: 136px;
	}
	
	.apply-record .tab {
		width: calc(100% - 160px);
		margin-left: 24px;
		height: 37px;
		background-color: #f7f7f7;
		float: left;
	}
	
	.apply-record .tab .tab-item {
		float: left;
		height: 37px;
		width: 105px;
		line-height: 37px;
		font-size: 16px;
		color: #000000;
		text-align: center;
	}
	
	.apply-record .tab .tab-item.active {
		color: #fff;
		height: 47px !important;
		background-image: url(../img/xuanz.png);
	
	}
	
	.apply-record_more {
		width: 47px;
		height: 10px;
		position: relative;
		float: left;
		top: calc((57px - 10px)/2);
		margin-left: calc(100% - 77px);
		display: inline-block;
	}
	
	.apply-record_more img {
		width: 47px;
		height: 10px;
		float: left;
	}
	
	.products .mainCont {
		display: none;
		width: 100%;
		float: left;
	}
	
	.products .mainCont ul {
		width: 100%;
	}
	
	.products .mainCont ul li {
		float: left;
		height: 104px;
		overflow: hidden;
		width: calc((100% - 81px)/4);
		margin-top: 25px;
	}
	
	.products .mainCont ul li:nth-child(4n - 2) {
		margin-left: 27px;
	}
	
	.products .mainCont ul li:nth-child(4n - 1) {
		margin-left: 27px;
	}
	
	.products .mainCont ul li:nth-child(4n) {
		margin-left: 27px;
	}
	
	.products .mainCont ul li img {
		width: 100%;
		height: 104px;
		float: left;
		-webkit-transition: all 3s;
		-o-transition: all 3s;
		-ms-transition: all 3s;
		transition: all 3s;
	}
	
	.products .mainCont ul li:hover img {
		transform: scale(1.1);
	}
	
	.products .mainCont ul li span {
		display: inline-block;
		width: 100%;
		padding: 0 10px;
		float: left;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		position: relative;
		margin-top: -32px;
		text-align: center;
		height: 32px;
		line-height: 32px;
		color: #fff;
		background-color: rgba(0, 0, 0, .48);
		font-size: 14px;
	}
	
	.products .mainCont.selected {
		display: block;
	}
	
	
	.new{
		width: 100%;
		float: left;
		margin-bottom: 24px;
		margin-top: 30px;
	}
	.new_left{
		width: 335px;
		float: left;
		height: 353px;
		border: 1px solid #dcdcdc;
		background-image: url(../img/title.png);
		background-repeat: no-repeat;
	}
	.new_left span{
		display: inline-block;
		width: 100%;
		text-align: center;
		color: #ffffff;
		height: 48px;
		letter-spacing: 4px;
		line-height: 48px;
		font-weight: bold;
		margin-bottom: 12px;
		font-size: 29px;
	}
	.new_left_rady{
		width: calc(100% - 56px);
		float: left;
		margin-left: 28px;
	}
	.new_left_rady a{
		display: inline-block;
		float: left;
		color: #343434;
		margin-top: 17px;
		font-size: 14px;
		width: 100%;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.new_left_img{
		width: calc(100% - 30px);
		margin-top: 30px;
		float: left;
		margin-left: 15px;
	}
	.new_left_img img{
		width: 88px;
		height: 45px;
		float: left;
		margin-bottom: 19px;
	}
	.new_left_img a:nth-child(3n - 1) img{
		margin: 0 19px;
	}
	.abput_news{
		display: none;
	}
	.abput_news1{
		display: block;
		margin-top: 20px !important;
	}
	
	.apply-record1 {
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.apply-record1 .tab1 {
		width: 100%;
		height: 37px;
		background-color: #f7f7f7;
		float: left;
	}
	
	.apply-record1 .tab1 .tab-item1 {
		float: left;
		height: 37px;
		line-height: 37px;
		font-size: 16px;
		width: 105px;
		color: #000000;
		text-align: center;
	}
	
	.apply-record1 .tab1 .tab-item1.active1 {
		color: #fff;
		background-image: url(../img/xuanz.png);
		height: 47px !important;
	}
	
	.products1 .mainCont1 {
		display: none;
		width: 100%;
		margin-top: 20px;
		float: left;
	}
	.products1 .mainCont1 ul{
		width: 100%;
		float: left;
	}
	.products1 .mainCont1 ul li{
		width: 100%;
		height: 34px;
		border-bottom: 1px dashed #e4e4e4;
		float: left;
		line-height: 34px;
	}
	.products1 .mainCont1 ul li span{
		display: inline-block;
		float: left;
	}
	.products1 .mainCont1 ul li:hover span:nth-child(2){
		color: #ff0000 !important;
	}
	.products1 .mainCont1 ul li span:nth-child(1){
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #4e4e4e;
		margin-left: calc((20px - 6px)/2);
		margin-top: calc((34px - 6px)/2);
	}
	.products1 .mainCont1 ul li span:nth-child(2){
		float: left;
		font-size: 14px;
		margin-left: calc((20px - 6px)/2);
		color: #343434;
		width: calc(100% - 135px);
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.products1 .mainCont1 ul li span:nth-child(3){
		float: right;
		font-size: 14px;
		color: #787777;
		overflow: hidden;
		text-overflow:ellipsis;
		width: 98px;
		text-align: left;
		white-space: nowrap;
	}
	.products1 .mainCont1.selected1 {
		display: block;
	}
	
	
	.apply-record2 {
		width: 100%;
		float: left;
		margin: 0;
	}
	
	.apply-record2 .tab2 {
		width: 100%;
		height: 37px;
		background-color: #f7f7f7;
		float: left;
	}
	
	.apply-record2 .tab2 .tab-item2 {
		float: left;
		height: 37px;
		line-height: 37px;
		font-size: 16px;
		width: 105px;
		color: #000000;
		text-align: center;
	}
	
	.apply-record2 .tab2 .tab-item2.active2 {
		color: #fff;
		background-image: url(../img/xuanz.png);
		height: 47px !important;
	}
	
	.products2 .mainCont2 {
		display: none;
		width: 100%;
		margin-top: 20px;
		float: left;
	}
	.products2 .mainCont2 ul{
		width: 100%;
		float: left;
	}
	.products2 .mainCont2 ul li{
		width: 100%;
		height: 34px;
		border-bottom: 1px dashed #e4e4e4;
		float: left;
		line-height: 34px;
	}
	.products2 .mainCont2 ul li span{
		display: inline-block;
		float: left;
	}
	.products2 .mainCont2 ul li:hover span:nth-child(2){
		color: #ff0000 !important;
	}
	.products2 .mainCont2 ul li span:nth-child(1){
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #4e4e4e;
		margin-left: calc((20px - 6px)/2);
		margin-top: calc((34px - 6px)/2);
	}
	.products2 .mainCont2 ul li span:nth-child(2){
		float: left;
		font-size: 14px;
		margin-left: calc((20px - 6px)/2);
		color: #343434;
		width: calc(100% - 135px);
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.products2 .mainCont2 ul li span:nth-child(3){
		float: right;
		font-size: 14px;
		color: #787777;
		overflow: hidden;
		text-overflow:ellipsis;
		width: 98px;
		text-align: left;
		white-space: nowrap;
	}
	.products2 .mainCont2.selected2 {
		display: block;
	}
	.new_right{
		width: 335px;
		float: right;
		border: 1px solid #dcdcdc;
		background-image: url(../img/title.png);
		height: 353px;
		background-repeat: no-repeat;
	}
	.new_right span{
		display: inline-block;
		width: 100%;
		text-align: center;
		color: #ffffff;
		height: 48px;
		letter-spacing: 4px;
		line-height: 48px;
		font-weight: bold;
		margin-bottom: 12px;
		font-size: 29px;
	}
	.new_right ul{
		width: calc(100% - 40px);
		margin-left: 20px;
		float: left;
	}
	.new_right ul li{
		width: 100%;
		font-size: 14px;
		color: #343434;
		margin-top: 18px;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
		float: left;
	}
}