#header {
	background: none !important;
}
#contact {
	position: relative;
	height: 120px;
	background: #ba0912
}
#contact::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 16.04166vw;
	border-bottom: 2.08333vw solid #fff;
	border-right: 1.19791vw solid transparent;
	content: '';
	box-sizing: border-box
}
#contact::before {
	position: absolute;
	bottom: 0;
	right: 0;
	background: #fff;
	width: 16.04166vw;
	border-bottom: 2.08333vw solid #fff;
	border-left: 1.19791vw solid #ba0912;
	content: '';
	box-sizing: border-box
}
#contact .index_wrapper_1200 {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center
}
#contact .contact_title {
	display: inline-block;
	font-size: 22px;
	line-height: 36px;
	max-height: 72px;
	max-width: 75%;
	overflow: hidden;
	font-weight: 500;
	color: #fff
}
#contact .contact_btn {
	display: inline-block;
	height: 50px;
	width: 187px;
	box-sizing: border-box;
	border: solid 1px #ba0912;
	color: #ba0912;
	background: #fff;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	font-weight: 700;
	transition: .3s all;
	overflow: hidden;
}
#contact .contact_btn:hover {
	color: #fff;
	border: solid 1px #fff;
	background: unset
}
#professional {
	margin: 80px 0;
}
#professional .index_wrapper_1200 {
	display: flex;
	justify-content: space-between
}
#professional .profes_left {
	width: 45.8333%
}
#professional .profes_left img {
	display: block;
	transition: .3s all
}
#professional .profes_left img:hover {
	transform: scale(1.03, 1.03)
}
#professional .profes_left .profes_left_bot, 
#professional .profes_left .profes_left_top {
	display: block;
	width: 100%;
	overflow: hidden;
}
#professional .profes_left .profes_left_bot {
	margin-top: 26px
}
#professional .profes_right {
	width: 50%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between
}
#professional .profes_right .profes_right_top {
	width: 100%
}
#professional .profes_right .profes_right_top .small_title {
	font-size: 18px;
	line-height: 24px;
	width: 100%;
	color: #888;
	vertical-align: text-top;
	overflow: hidden
}
#professional .profes_right .profes_right_top .profes_right_title {
	font-size: 28px;
	line-height: 1.1;
	font-weight: 700;
	margin-bottom: 15px
}
#professional .profes_right .profes_right_top .profes_right_content {
	font-size: 16px;
	line-height: 1.7;
}
#professional .profes_right .profes_right_bot {
	width: 100%;
	height: 100px;
	margin-top: 20px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, .1)
}
#professional .profes_right .profes_items {
	display: flex;
	flex-wrap: nowrap
}
#professional .profes_right .profes_items .profes_item {
	width: 33.33333%;
	text-align: center;
	border-right: 1px solid #e3e3e3;
	padding-top: 20px;
}
#professional .profes_right .profes_items .profes_item span {
	display: block;
	padding: 0 10px;
	width: 100%;
	box-sizing: border-box;
}
#professional .profes_right .profes_items .profes_item:last-of-type {
	border-right: unset
}
#professional .profes_right .profes_items .profes_item .profes_item_number {
  font-family: 'Roboto Condensed';
	font-size: 32px;
	font-weight: 700;
	color: #ba0912;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
#professional .profes_right .profes_items .profes_item .profes_item_number em {
  font-family: 'Roboto Condensed';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 5px;
	overflow: hidden;
}
#professional .profes_right .profes_items .profes_item .profes_content {
	width: 100%;
	font-size: 15px;
	line-height: 36px;
	color: #333;
	max-height: 60px;
	overflow: hidden;
}
#recommend {
	width: 100%;
	margin-top: 80px
}
#recommend .recommend_list {
	width: 100%
}
#recommend .recommend_list .recommend_item_bot, 
#recommend .recommend_list .recommend_item_center, 
#recommend .recommend_list .recommend_item_top {
	width: 100%;
	display: flex;
	flex-wrap: wrap
}
#recommend .recommend_list .recommend_item a img {
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	transition: .3s all
}
#recommend .recommend_list .recommend_item a img:hover {
	transform: scale(1.03, 1.03)
}
#recommend .recommend_list .recommend_item {
	width: 50%;
	box-sizing: border-box;
	padding-top: 3vw;
	padding-left: 4vw;
	padding-right: 0;
}
#recommend .recommend_list .recommend_item:nth-child(odd) {
	padding-left: 0;
}
#recommend .recommend_list .recommend_item:nth-child(odd) .recommend_item_content {
    padding-right: 3vw; 
}
#recommend .recommend_list .recommend_item_top .recommend_item {
	padding-top: 0;
}
#recommend .recommend_list .recommend_item .recommend_item_small_title {
	font-size: 16px;
	line-height: 24px
}
#recommend .recommend_list .recommend_item .recommend_item_title {
	font-family: 'Roboto Condensed';
	padding-top: .52083vw;
	padding-bottom: 1.04166vw;
	line-height: 50px;
	font-size: 32px;
	font-weight: 600;
	letter-spacing: 1px;
}
#recommend .recommend_list .recommend_item .recommend_item_content {
	font-size: 16px;
	line-height: 1.6;
	color: #555;
	transition: .3s all
}
#recommend .recommend_list .recommend_item .recommend_item_title a:hover {
	color: #ba0912;
}
#recommend .recommend_list .recommend_item .recommend_item_btn {
	display: inline-block;
	width: 143px;
	height: 50px;
	box-sizing: border-box;
	border: solid 1px #333;
	color: #333;
	line-height: 50px;
	margin-top: 1.82291vw;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	transition: .3s all
}
#recommend .recommend_list .recommend_item .recommend_item_btn:hover {
	background: #ba0912;
	border: solid 1px #ba0912;
	color: #fff
}
#recommend .recommend_list .recommend_item_img {
	padding: 0 0;
	overflow: hidden;
	display: flex;
	align-items: center
}
#recommend .recommend_list .recommend_item_img a {
	font-size: 0;
}
#recommend .recommend_list {
	padding-bottom: 90px
}
#recommend .recommend_list h2 {
	font-size: 36px;
	text-align: center;
	padding: 0 0 50px;
}
#product {
	background: #f6f6f6
}
#product .index_wrapper_1200 {
	padding-top: 70px
}
#product .product_title {
	font-size: 40px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: bold;
}
#product .product_content {
	padding: 0 165px;
	font-size: 16px;
	line-height: 1.8;
	text-align: center;
	color: #555;
}
#product .product_list {
	padding-top: 35px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#product .product_list .product_item {
	margin-top: 40px;
	width: 23%;
	text-align: center;
	overflow: hidden;
	background: #fff;
}
#product .product_list .product_item:nth-child(-n+4){
	margin-top: 10px;
}
#product .product_list .product_item .img {
	display: block;
	width: 80%;
	position: relative;
	padding-top: 100%;
    margin: 0 auto;
}
#product .product_list .product_item .img img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto
}
#product .product_list .product_item .product_item_img img {
	display: block;
	transition: .3s all
}
#product .product_list .product_item .product_item_text {
	padding: 15px 25px;
	background: #fff
}
#product .product_list .product_item .product_item_title {
    font-family: 'Roboto Condensed';
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	font-weight: 500;
	height: 24px;
	overflow: hidden;
}
#product .product_list .product_item .price {
	font-size: 16px;
	margin-bottom: 10px;
}
#product .product_list .product_item .product_item_content {
	font-size: 14px;
	text-align: left;
	color: #555;
	background: #f8f8f8;
	height: 58px;
    line-height: 1.4;
	border: 1px solid #eee;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding: 10px;
    margin: 10px 0;
}

#product .product_list .product_item .product_item_content span {
	font-size: 14px;
	font-weight: normal;
}
#product .product_btn {
	display: flex;
	padding: 60px 0 70px;
	box-sizing: border-box;
	justify-content: center
}
#product .product_btn a {
	display: block;
	width: 192px;
	height: 50px;
	line-height: 50px;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	border: solid 1px #101010;
	border-radius: 100px;
	transition: .3s all;
	overflow: hidden;
}
#product .product_btn a:hover {
	color: #fff;
	background: #ba0912;
	border: solid 1px #ba0912
}
#product .product_list .product_item:hover .product_item_img img {
	transform: scale(1.05, 1.05)
}
#news {
	background: #f6f6f6;
}
#news .index_wrapper_1200 {
	padding-top: 3.5vw;
	text-align: center;
}
#news .news_title {
	font-size: 40px;
	font-weight: 700;
	line-height: 48px
}
#news .news_content {
	font-size: 16px;
	line-height: 30px
}
#news .news_list {
    width: 1200px;
    padding: 2vw 2.75vw;
    margin: 0 auto;
}
#news .news_list .news_item {
    float: left;
    width: 48.5%;
	margin-right: 3%;
	margin-bottom: 3.2%;
	position: relative;
    overflow: hidden;
}
#news .news_list .news_item:nth-child(2n) {
	margin-right: 0;
}
#news .news_list .news_item .news_item_img img {
	display: block;
	width: 100%;
	max-height: 100%;
	transition: .3s all;
	font-size: 0;
}
#news .news_list .news_item:hover img {
	transform: scale(1.05, 1.05)
}
#news .news_item_text {
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    color: #fff;
    background: rgba(0,0,0,0.6);
    width: 100%;
	padding: 15px;
}
#news .news_item_text .news_item_title {
	font-size: 15px;
	line-height: 1.4;
    text-align: left;
	padding-bottom: 6px;
	overflow: hidden;
}
#news .news_item_text .news_item_title a {
	color: #fff
}
#news .news_item_text .news_item_date {
	background: url("../images/time.png") no-repeat no-repeat center left;
    background-size: 4%;
	text-indent: 30px;
	font-size: 13px;
    text-align: left;
	line-height: 32px;
}
#news .news_item_text .news_item_content {
	font-size: 16px;
	line-height: 1.4;
	overflow: hidden;
}
@media screen and (max-width:991px) {
    #news {
        display: none;
    }
	#contact {
		height: auto
	}
	#contact::after, #contact::before {
		display: none
	}
	#contact .index_wrapper_1200 {
		flex-wrap: wrap;
		padding-top: 5.6vw;
		padding-bottom: 7.46666vw;
		box-sizing: border-box;
		flex-direction: column;
		height: unset
	}
	#contact .contact_title {
		font-size: 14px;
		line-height: 20px;
		max-height: unset;
		max-width: unset;
		height: auto;
		text-align: center;
	}
	#contact .contact_btn {
		width: 117px;
		height: 32px;
		font-size: 12px;
		line-height: 32px;
		margin-top: 3.73333vw;
	}
	#contact .contact_btn:hover {
		color: #ba0912;
		border: solid 1px #ba0912;
		background: #fff
	}
	#professional {
		margin: 5vw 0 6vw;
	}
	#professional .index_wrapper_1200 {
		flex-wrap: wrap
	}
	#professional .profes_left {
		width: 100%
	}
	#professional .profes_left img {
		width: 100%
	}
	#professional .profes_right {
		width: 100%
	}
	#professional .profes_left .profes_left_bot {
		margin-top: 4vw
	}
	#professional .profes_right .profes_right_top .small_title {
		padding-top: 14px;
		font-size: 15px;
		line-height: 26px;
		max-height: unset
	}
	#professional .profes_right .profes_right_top .profes_right_title {
		font-size: 18px;
		line-height: 23px;
		max-height: 46px;
		margin-top: 15px;
		margin-bottom: 8px;
		overflow: hidden;
	}
	#professional .profes_right .profes_right_top .profes_right_content {
		font-size: 14px;
		line-height: 1.5;
		color: #101010;
		padding-bottom: 3px;
	}
	#professional .profes_right .profes_items {
		margin-left: 0;
		margin-top: 16px;
		height: auto;
		max-height: unset
	}
	#professional .profes_right .profes_items .profes_item {
		padding: 5.5vw 2.5vw;
		height: 25vw;
		box-sizing: border-box;
		display: flex;
		flex-direction: row-reverse;
		justify-content: center;
		align-items: center;
	}
	#professional .profes_right .profes_items .profes_item .profes_item_number {
		width: 100%;
		font-size: 19px;
		height: 36px;
	}
	#professional .profes_right .profes_items .profes_item .profes_item_number em {	
		font-size: 12px;
		padding-left: 2px;
	}
	#professional .profes_right .profes_items .profes_item .profes_content {
		font-size: 12px;
		line-height: 1.2;
		height: 40px;
		color: #333;
	}
	#professional .profes_left img:hover {
		transform: scale(1, 1)
	}
	#recommend {
		margin-top: 2vw
	}
	#recommend .recommend_list {
		padding-bottom: 6vw
	}
	#recommend .recommend_list h2 {
		font-size: 22px;
		line-height: 1.2;
		padding: 20px 0 0;
	}
	#recommend .recommend_list .recommend_item {
		width: 100%;
		padding: 0 0
	}
	#recommend .recommend_list .recommend_item .recommend_item_small_title {
		font-size: 14px;
		line-height: 1.5;
		color: #888;
		display: none;
	}
	#recommend .recommend_list .recommend_item .recommend_item_title {
		font-size: 18px;
		line-height: 26px;
		padding: 0 0;
		margin-bottom: 6px
	}
	#recommend .recommend_list .recommend_item .recommend_item_content {
		font-size: 14px;
		line-height: 1.5;
		color: #101010;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		overflow: hidden;
	}
	#recommend .recommend_list .recommend_item .recommend_item_content:hover {
		color: #101010;
	}
	#recommend .recommend_list .recommend_item .recommend_item_btn {
		width: 109px;
		height: 38px;
		line-height: 38px;
		background: #ba0912;
		color: #fff;
		border-color: #ba0912
	}
	#recommend .recommend_list .recommend_item .recommend_item_btn {
		margin-top: 3vw
	}
	#recommend .recommend_list .recommend_item {
		margin-top: 5vw
	}
	#recommend .recommend_list .recommend_item_img:nth-last-of-type(2n) {
		margin-top: 4vw
	}
	#recommend .recommend_list .recommend_item_center, 
	#recommend .recommend_list .recommend_item_top {
		padding-bottom: 1vw
	}
	#recommend .recommend_list .recommend_item a img:hover {
		transform: scale(1, 1)
	}
	#product .index_wrapper_1200 {
		padding-top: 6vw
	}
	#product .product_title {
		font-size: 22px;
		line-height: 28px;
		margin-bottom: 3.2vw
	}
	#product .product_content {
		font-size: 13px;
		line-height: 1.4;
		padding: 0 0
	}
	#product .product_list {
		padding-top: 3vw
	}
	#product .product_list .product_item {
		margin-top: 0;
		width: 48%;
		box-sizing: border-box;
		margin-bottom: 4vw
	}
	#product .product_list .product_item .product_item_text {
		padding: 1px;
	}
	#product .product_list .product_item .product_item_title {
		font-size: 15px;
		font-weight: 500;
		line-height: 20px;
		margin-bottom: 7px;
		height: 20px;
	}
	#product .product_list .product_item .product_item_content {
		font-size: 13px;
        line-height: 1.3;
        border: 1px solid #fff;
        height: 50px;
        padding: 8px;
        margin: 0;
	}
	#product .product_list .product_item .product_item_content span {
		display: none;
	}
	#product .product_btn {
		padding-top: 2.5vw;
		padding-bottom: 6vw
	}
	#product .product_btn a {
		width: 140px;
        height: 35px;
        font-size: 13px;
        line-height: 35px;
	}
	#product .product_list .product_item:hover .product_item_img img {
		transform: scale(1, 1)
	}
	#product .product_btn a:hover {
		color: #333;
		border: solid 1px #333;
		background: unset
	}
	#news .index_wrapper_1200 {
		padding-top: 4vw;
		padding-bottom: 2vw;
	}
	#news .news_title {
		font-size: 22px;
		line-height: 28px;
		padding: 10px 0;
	}
	#news .news_content {
		font-size: 14px;
		line-height: 1.4
	}
    #news .news_list {
        width: 92%;
		flex-wrap: wrap;
        padding: 2vw 0;
    }
	#news .news_item_text .news_item_title {
		font-size: 15px;
		line-height: 1.2;
		margin-bottom: 2.13333vw;
		max-height: 40px;
		height: auto;
	}
	#news .news_item_text .news_item_date {
		font-size: 12px;
		line-height: 1.2;
		background-size: 16px 16px;
		text-indent: 20px;
		margin-bottom: 2.66666vw;
	}
	#news .news_item_text .news_item_content {
		font-size: 14px;
		line-height: 20px;
		height: 80px;
	}
	#news .news_item_text {
		background: none;
	}
	#news .news_list .news_item:hover img {
		transform: scale(1, 1)
	}
}