/* 内页banner图 */
.page_banner {
	width: 100%;
	position: relative;
	padding-bottom: 2.52rem;
	margin: 0 auto;
	overflow: hidden;
}

.page_banner img {
	width: 100%;
}

.page_banner .banner_content_block {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0 auto;
}

.page_banner .item_wenz_block {
	width: 42%;
	height: 12.4rem;
	background: #164E61;
	color: #FFFFFF;
	position: relative;
	/* 动作 */
	/* visibility: visible; 
	animation-name: zoomInUp;
	animation-duration:2s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

.page_banner .item_wenz {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 2.5rem 2rem 0 2rem;
}

.page_banner .item_wenz .item_font1 {
	font-weight: 400;
	margin-bottom: 1.2rem;
}

.page_banner .item_wenz .item_font2 {
	line-height: 1.8rem;
}

@media screen and (max-width: 575px) {
	.page_banner {
		/* padding-bottom: 0; */
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		padding-top: 1.92rem;
	}

	.page_banner img {
		width: auto;
		height: 20rem;
	}

	.page_banner .item_wenz_block {
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_banner .item_wenz_block {
		height: 10rem;
	}

	.page_banner .item_wenz {
		padding: 1.6rem 1.8rem 0 1.8rem;
	}

	.page_banner .item_wenz .item_font1 {
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}

	.page_banner .item_wenz .item_font2 {
		font-size: 1rem;
	}
}


@media screen and (min-width: 800px) and (max-width: 1000px) {
	.page_banner .item_wenz_block {
		height: 10rem;
	}

	.page_banner .item_wenz {
		padding: 1.6rem 1.8rem 0 1.8rem;
	}

	.page_banner .item_wenz .item_font1 {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.page_banner .item_wenz_block {
		height: 12rem;
	}

	.page_banner .item_wenz {
		padding: 2rem 2rem 0 2rem;
	}

	.page_banner .item_wenz .item_font1 {
		margin-bottom: 1rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {}

@media screen and (min-width: 1600px) and (max-width: 2000px) {}

@media screen and (min-width: 2000px) {
	.banner_content_block {
		width: 1530px;
		margin: 0 auto;
	}

	.page_nav_block {
		width: 1530px;
		margin: 0 auto;
	}
}



/* 导航栏 */
.page_location {
	height: 2.52rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #164E61;
	position: absolute;
	bottom: 0;
	left: 0;
}

.page_location .page_nav_block {
	display: flex;
	align-items: center;
	/* 	padding-left: 1.2rem; */
}

.page_banner .page_nav_block {
	position: absolute;
	bottom: 0;
	margin: 0 auto;
	width: 60.6rem;
}

.page_location i,
.page_location a {
	color: #164E61;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.page_location a:first-of-type {
	flex-shrink: 0;
}

.page_location .item_icon {
	font-size: 1.2rem;
}

.page_location .item_icon_jt {
	font-size: 1rem;
	margin: 0 0.8rem;
	flex-shrink: 0;
}

/* 内页文章 */
.page_wenzinfo .item_content {
	width: 60.6rem;
}

.page_wenzinfo .item_title {
	color: #262626;
	font-weight: 400;
	margin-bottom: 1.2rem;
}

.page_wenzinfo .item_stitle {
	color: #262626;
	font-weight: 400;
	margin-bottom: 1.2rem;
}

.page_wenzinfo .item_info {
	color: #262626;
	line-height: 2.16rem;
	font-weight: 300;
}

.page_wenzinfo .item_listbox .item_list_title {
	font-size: 1.08rem;
	color: #262626;
	font-weight: bold;
	margin-bottom: 1.2rem;
}

.page_wenzinfo .item_listbox .item_list li {
	font-size: 1.08rem;
	color: #262626;
	margin-bottom: 1.2rem;
}

@media screen and (max-width: 575px) {
	.page_wenzinfo .item_listbox .item_list_title {
		font-size: 1.4rem;
		margin-bottom: 1.8rem;
	}

	.page_wenzinfo .item_listbox .item_list li {
		font-size: 1.4rem;
		text-align: justify;
		margin-bottom: 1.8rem;
	}
}

/* Products index */
.page_product_list {}

.page_product_list .products_series_box .series_title {
	color: #3f424b;
	font-weight: 400;
	position: relative;
	margin-bottom: 1.68rem;
}

.page_product_list .products_series_box .item_content {
	margin-left: -0.9rem;
	margin-right: -0.9rem;
	padding-bottom: 2rem;
}

.page_product_list .item_area_block {
	padding: 0 0.9rem;
	margin-bottom: 1.8rem;
}

.page_product_list .item_area {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	padding: 2.4rem 1.2rem 1.44rem 1.2rem;
	transition: all .36s ease;
}

.page_product_list .item_area .item_pic {
	width: 100%;
	height: 10.5rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.8rem;
	overflow: hidden;
}

.page_product_list .item_area .item_pic img {
	max-width: 100%;
	max-height: 100%;
	transition: all .36s ease;
}

.pgae_product_list .item_area .item_infobox {
	padding: 1.56rem 1.2rem 0.6rem 1.2rem;
	border-bottom: 0.06rem solid #EDEDED;
}

.page_product_list .item_infobox .item_title {
	color: #262626;
	font-weight: 600;
	margin-bottom: 0.3rem;
	transition: all .36s ease;
}

.page_product_list .item_infobox .item_stitle {
	color: #666666;
	font-weight: lighter;
	height: 4.98rem;
	line-height: 1.66rem;
}

.page_product_list .item_area .item_tig {
	line-height: 2.28rem;
	text-align: right;
	color: #164E61;
	font-size: 0.87rem;
}

.page_product_list .item_area .item_tig i {
	font-size: 1rem;
	margin-left: 1rem;
}

.page_product_list .item_area:hover {

	box-shadow: 0 0 1.8rem rgb(0 0 0 / 16%);
}

.page_product_list .item_area:hover .item_title {
	color: #B40F22;
}

.page_product_list .item_area:hover .item_tig {
	color: #B40F22;
}

@media screen and (max-width: 575px) {
	.page_product_list {
		margin: 3rem 0;
	}

	.page_product_list .products_series_box .item_content {
		margin-left: 0rem;
		margin-right: 0rem;
	}

	.page_product_list .item_area .item_stitle {
		line-height: 2rem;
		height: 6rem;
	}

	.page_product_list .item_area_block {
		padding: 0;
		margin-bottom: 1.8rem;
	}

	.page_product_list .item_area .item_tig {
		line-height: 2.8rem;
	}
}

/* Products list */
.page_info_box {}

.page_info_box .item_leftbox .item_title {
	font-weight: 400;
	color: #262626;
	margin-bottom: 1rem;
}

.page_info_box .item_leftbox .item_stitle {
	color: #262626;
	margin-bottom: 1.2rem;
}

.page_info_box .item_leftbox .item_info {
	color: #262626;
	line-height: 2.16rem;
	font-weight: 300;
}

.page_info_box .item_leftbox .item_btnbox {
	display: flex;
	align-items: center;
	margin-top: 1.8rem;
}

.page_info_box .item_leftbox .item_btnbox .item_btn {
	/* background: #DC493A; */
	border: 0.06rem solid #B40F22;
	display: block;
	width: 16.8rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #B40F22;
	margin-right: 1.8rem;
	position: relative;
	z-index: 1;
	box-sizing: initial;
	transition: all .36s ease;
}

.page_info_box .item_leftbox .item_btnbox .item_btn i {
	font-size: 1.1rem;
	vertical-align: middle;
	margin-left: 0.5rem;
	transition: all .36s ease;
}

.page_info_box .item_leftbox .item_btnbox .item_btn:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: #B40F22;
	transition: all .36s ease;
	opacity: 0;
	box-sizing: initial;
}

.page_info_box .item_leftbox .item_btnbox .item_btn:hover {
	color: #fff;
}

.page_info_box .item_leftbox .item_btnbox .item_btn:hover:before {
	width: 100%;
	opacity: 1;
}

.page_info_box .item_leftbox .item_btnbox .item_btn:hover i {
	padding-left: 1rem;
}

.page_info_box .item_rightbox_area {
	width: 100%;
	height: 12rem;
	max-width: 21.6rem;
	display: flex;
	/* align-items: center; */
	margin-bottom: 1.68rem;
	transition: all .36s ease;
	position: relative;
}

.page_info_box .item_rightbox_area .item_pic {
	width: 100%;
}

.page_info_box .item_rightbox_area .item_pic img {
	width: 100%;
}

.page_info_box .item_rightbox_area .item_title {
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 1.44rem;
	margin-top: 1.8rem;
}

.page_info_box .item_rightbox_area .item_tig {
	color: #FFFFFF;
	/* margin-top: 1.44rem; */
	position: absolute;
	bottom: 1.8rem;
}

.page_info_box .item_rightbox_area .item_tig i {
	vertical-align: middle;
	font-size: 1.1rem;
	margin-left: 0.2rem;
	transition: all .36s ease;
}

.page_info_box .item_rightbox_area:hover .item_tig i {
	padding-left: 1rem;
}

@media screen and (max-width: 575px) {
	.page_info_box .item_rightbox_area .item_content {
		width: 90%;
	}

	.page_info_box .item_rightbox_area .item_title {
		line-height: 1.6rem;
	}

	.page_info_box .item_rightbox_area {
		max-width: 100%;
		height: auto;
		display: none;
	}
}

@media screen and (max-width: 1200px) {
	.page_info_box .item_leftbox {
		margin-bottom: 2rem;
	}

	.page_info_box .item_rightbox .item_area {
		padding: 0 1.2rem 0 0;
	}
}

/* Products Show */
.page_product_show .products_top_box {
	margin-top: 2.16rem;
	display: flex;
	display: -webkit-flex;
}

.products_top_box .products_imgbox {
	width: 40%;
}

.products_top_box .page_proshow_nav {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	overflow: hidden;
}

.page_proshow_nav .gallery_proshow_top {
	width: 100%;
	height: 21.6rem;
}

.products_top_box .item_pic {
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}

.products_top_box .item_pic img {
	max-width: 100%;
	max-height: 70%;
}

.products_top_box .item_bottomarea {
	position: relative;
	width: 100%;
	margin: 0 auto;
	color: #164E61;
	padding-top: 2rem;
}

.products_top_box .item_right_area {
	flex: 1;
	margin-left: 1.8rem;
}

.products_top_box .item_right_area h2 {
	color: #164E61;
	font-weight: bold;
	margin-bottom: 0.5rem;
}

.products_top_box .item_right_area .item_info {
	font-weight: 300;
	margin-bottom: 0.8rem;
}

.products_top_box .item_right_area .item_info p {
	line-height: 3.0rem;
	font-weight: 400;
	color: #262626;
}

.products_top_box .item_right_area .item_knowmore {
	width: 100%;
	border: 1px solid #E5E5E5;
	background: #FFFFFF;
	/*margin-top: 1.29rem;*/
	padding: 0.96rem 0.96rem 1.05rem 0.96rem;
}

.products_top_box .item_right_area .item_knowmore p {
	line-height: 1.2;
	height: 2.3rem;
	display: flex;
	align-items: center;
}

.products_top_box .item_right_area .item_knowmore .item_title {
	font-weight: 500;
	color: #333333;
}

.products_top_box .item_right_area .item_knowmore .item_stitle {
	font-weight: 400;
	color: #333333;
}

.products_top_box .item_right_area .item_knowmore .item_knowmore_content {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0.64rem;
}

.products_top_box .item_right_area .item_knowmore_content .item_knowmore_btn {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	background: #164E61;
	border-radius: 0.3rem;
	width: 32%;
	height: 3.84rem;
	color: #FFFFFF;
	font-weight: 400;
	padding: 0 0.5rem;
}

.products_top_box .item_right_area .item_knowmore_content .item_knowmore_btn i {
	color: #FFFFFF;
	font-size: 1.3rem;
	margin-right: 1.2rem;
	transition: all .36s ease;
}

.products_top_box .item_right_area .item_knowmore_content .item_knowmore_btn:hover i {
	margin-right: 1.6rem;
}

.page_product_content .item_menubox_block {
	position: relative;
	margin-top: 3.84rem;
}

.page_product_content .item_menubox_block::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #CCCCCC;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.page_product_content .item_menubox {
	display: flex;
	display: -webkit-flex;
	height: 3.84rem;
}

.page_product_content .item_menubox li {
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 13rem;
	text-align: center;
	line-height: 3.84rem;
	margin-right: 0.9rem;
	cursor: pointer;
	font-weight: 400;
}

.page_product_content .item_menubox li.active {
	background: #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	z-index: 10;
}

.page_product_content .item_bottomarea_block {
	background: #FFFFFF;
	padding-top: 2.88rem;
	padding-bottom: 8.2rem;
}

.page_product_content .item_bottomarea {
	display: none;
	background: linear-gradient(to left, rgb(255, 255, 255) -1px, rgb(255, 255, 255) 19px, rgba(255, 255, 255, 0) 20px) repeat local 0% 0%, rgba(0, 0, 0, 0) linear-gradient(to left, rgb(255, 255, 255) -1px, rgb(211, 211, 211) 0px, rgb(255, 255, 255) 9px) repeat scroll 0% 0%;

}

.page_product_content .item_bottomarea img {
	max-width: 100%;
}

.page_product_content .item_bottomarea .item_table {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
}

.page_product_content .item_bottomarea .item_table thead {
	border: 0;
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #B40F22;
}

.page_product_content .item_bottomarea .item_table thead tr th {
	font-size: 0.8rem;
	line-height: 1.88rem;
	font-weight: 400;
	text-align: center;
	color: #fff;
	padding: 12px 20px;
}

.page_product_content .item_bottomarea .item_table tbody tr td {
	font-size: 0.8rem;
	height: 1.88rem;
	padding: 12px 20px;
	font-weight: 300;
	text-align: center;
	border: none;
	border-spacing: 1px;
	border-right: 1px dotted #ccc;
}

.page_product_content .item_bottomarea .item_table tbody tr:nth-child(2n) {
	background-color: rgba(0, 0, 0, 0.024);
}

@media screen and (max-width: 575px) {
	.page_product_content .item_menubox {
		justify-content: space-between;
	}

	.page_product_content .item_menubox li {
		width: 32%;
		margin-right: 0;
	}

	.page_product_content .item_bottomarea_block {
		padding-bottom: 2.88rem;
	}

	.page_product_content .item_bottomarea .item_table td {
		padding: 0 0.2rem;
	}
}

@media screen and (max-width: 575px) {
	.page_product_show .products_top_box {
		flex-wrap: wrap;
		padding-left: 0;
		padding-right: 0;
	}

	.products_top_box .products_imgbox {
		width: 100%;
	}

	.page_proshow_nav {
		width: 100%;
		margin: 0 auto;
	}

	.page_proshow_nav .item_bottomarea {
		width: 100%;
		padding: 0 2rem;
	}

	.page_proshow_nav .item_bottomarea .swiper_proshow_button_prev {
		left: 0;
	}

	.page_proshow_nav .item_bottomarea .swiper_proshow_button_next {
		right: 0;
	}

	.page_product_show .item_right_area {
		flex: auto;
		margin-left: 0;
		width: 100%;
		margin-top: 3.6rem;
	}

	.page_product_show .item_right_area .item_sizebox_li {
		width: 3.4rem;
		height: 3.4rem;
		line-height: 3.4rem;
		font-size: 1.2rem;
	}

	.page_product_show .item_right_area .item_knowmore .item_knowmore_content {
		flex-wrap: wrap;
		margin-top: 1.2rem;
	}

	.page_product_show .item_right_area .item_knowmore_content .item_knowmore_btn {
		width: 100%;
		margin-bottom: 0.84rem;
	}

	.page_product_show .item_right_area .item_choosebox {
		width: 20rem;
		height: 4.2rem;
		font-size: 1rem;
	}

	.page_product_show .item_right_area .item_choosebox i {
		font-size: 1.4rem;
	}

	.page_product_show .item_right_area .item_knowmore .item_title {
		margin-bottom: 0.36rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_product_show .products_top_box {
		flex-wrap: wrap;
	}

	.products_top_box .products_imgbox {
		width: 100%;
	}

	.page_proshow_nav {
		width: 100%;
		margin: 0 auto;
	}

	.page_product_show .item_right_area {
		flex: auto;
		margin-left: 0;
		width: 100%;
		margin-top: 3.6rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.page_product_show .item_content {
		flex-wrap: wrap;
	}

	.products_top_box .products_imgbox {
		width: 100%;
	}

	.page_proshow_nav {
		width: 90%;
		margin: 0 auto;
	}

	.page_product_show .item_right_area {
		flex: auto;
		margin-left: 0;
		width: 100%;
		margin-top: 3.6rem;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
	.page_product_show .item_content {
		flex-wrap: wrap;
	}

	.products_top_box .products_imgbox {
		width: 100%;
	}

	.page_proshow_nav {
		width: 80%;
		margin: 0 auto;
	}

	.page_product_show .item_right_area {
		flex: auto;
		margin-left: 0;
		width: 100%;
		margin-top: 3.6rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
	.page_product_show .item_right_area .item_knowmore .item_knowmore_content {
		flex-wrap: wrap;
	}

	.page_product_show .item_right_area .item_knowmore_content .item_knowmore_btn {
		width: 48%;
		margin-bottom: 0.64rem;
	}
}


























/* 产品小类*/
.page_wenzinfo .item_leftbox .item_title {
	font-weight: bold;
	color: #262626;
	margin-bottom: 1rem;
}

.page_wenzinfo .item_leftbox .item_stitle {
	color: #262626;
	margin-bottom: 1.2rem;
}

.page_wenzinfo .item_leftbox .item_info {
	color: #262626;
	line-height: 2.16rem;
}

.page_wenzinfo .item_leftbox .item_btnbox {
	display: flex;
	align-items: center;
	margin-top: 1.8rem;
}

.page_wenzinfo .item_leftbox .item_btnbox .item_btn {
	/* background: #DC493A; */
	border: 0.06rem solid #B40F22;
	display: block;
	width: 16.8rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #B40F22;
	margin-right: 1.8rem;
	position: relative;
	z-index: 1;
	box-sizing: initial;
	transition: all .36s ease;
}

.page_wenzinfo .item_leftbox .item_btnbox .item_btn i {
	font-size: 1.1rem;
	vertical-align: middle;
	margin-left: 0.5rem;
	transition: all .36s ease;
}

.page_wenzinfo .item_leftbox .item_btnbox .item_btn:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: #B40F22;
	transition: all .36s ease;
	opacity: 0;
	box-sizing: initial;
}

.page_wenzinfo .item_leftbox .item_btnbox .item_btn:hover {
	color: #fff;
}

.page_wenzinfo .item_leftbox .item_btnbox .item_btn:hover:before {
	width: 100%;
	opacity: 1;
}

.page_wenzinfo .item_leftbox .item_btnbox .item_btn:hover i {
	padding-left: 1rem;
}

.page_wenzinfo .item_rightbox_area {
	width: 100%;
	height: 9rem;
	max-width: 21.6rem;
	background: #B40F22;
	display: flex;
	/* align-items: center; */
	margin-bottom: 1.68rem;
	transition: all .36s ease;
	position: relative;
}

.page_wenzinfo .item_rightbox_area .item_content {
	width: 60%;
	margin-left: 10%;
}

.page_wenzinfo .item_rightbox_area .item_title {
	color: #FFFFFF;
	font-weight: lighter;
	line-height: 1.44rem;
	margin-top: 1.8rem;
}

.page_wenzinfo .item_rightbox_area .item_tig {
	color: #FFFFFF;
	/* margin-top: 1.44rem; */
	position: absolute;
	bottom: 1.8rem;
}

.page_wenzinfo .item_rightbox_area .item_tig i {
	vertical-align: middle;
	font-size: 1.1rem;
	margin-left: 0.2rem;
	transition: all .36s ease;
}

.page_wenzinfo .item_rightbox_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
}

.page_wenzinfo .item_rightbox_area:hover .item_tig i {
	padding-left: 1rem;
}

@media screen and (max-width: 575px) {
	.page_wenzinfo .item_rightbox_area .item_content {
		width: 90%;
	}

	.page_wenzinfo .item_rightbox_area .item_title {
		line-height: 1.6rem;
	}
}

@media screen and (max-width: 1200px) {
	.page_wenzinfo .item_leftbox {
		margin-bottom: 2rem;
	}

	.page_wenzinfo .item_rightbox .item_area {
		padding: 0 1.2rem 0 0;
	}
}

.page_prolist_list {
	margin-top: 3.3rem;
	margin-bottom: 4.8rem;
}

.page_prolist_list .item_toptitle {
	color: #262626;
	margin-bottom: 4.68rem;
}

.page_prolist_list .item_area_block {
	padding-right: 1.2rem;
	margin-bottom: 3.6rem;
}

.page_prolist_list .item_area {
	background: #FFFFFF;
	padding: 2.22rem 1.92rem 3.12rem 1.92rem;
	border: 0.06rem solid #DEDEDE;
	transition: all .36s ease;
}

.page_prolist_list .item_area .item_pic {
	width: 100%;
	height: 18.24rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_prolist_list .item_area .item_pic img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.page_prolist_list .item_area .item_title {
	color: #262626;
	margin-bottom: 1.2rem;
}

.page_prolist_list .item_area .item_stitle {
	color: #262626;
	line-height: 1.44rem;
}

.page_prolist_list .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
}

.page_prolist_list .item_area:hover .item_title {
	color: #B40F22;
}

@media screen and (max-width: 575px) {
	.page_prolist_list .item_toptitle {
		margin-bottom: 3rem;
	}

	.page_prolist_list .item_area_block {
		padding: 0;
	}

	.page_prolist_wenzinfo .item_leftbox {
		padding: 0;
	}

	.page_prolist_wenzinfo .item_rightbox {
		padding: 0;
	}

	.page_prolist_list .item_area .item_stitle {
		line-height: 2rem;
	}
}

/* 产品列表页 */
.page_proseries_show .item_pic img {
	width: 100%;
}

.page_proseries_show .item_wenzinfo .item_title {
	color: #262626;
	margin-bottom: 1.8rem;
}

.page_proseries_show .item_wenzinfo .item_stitle {
	color: #262626;
	font-weight: lighter;
	line-height: 1.44rem;
	position: relative;
	padding-left: 2.04rem;
	margin-bottom: 0.8rem;
}

.page_proseries_show .item_wenzinfo .item_stitle::before {
	content: "";
	display: block;
	width: 0.84rem;
	height: 0.84rem;
	background: #262626;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.42rem;
}

.page_proseries_show .item_wenzinfo .item_font1 {
	line-height: 1.44rem;
	margin-bottom: 1rem;
	color: #262626;
}

@media screen and (max-width: 575px) {
	.page_proseries_show .item_pic {
		padding: 0;
	}

	.page_proseries_show .item_wenzinfo {
		padding: 0;
	}
}

/* 产品列表 产品 */
.page_proseries_list .item_toptitle {
	color: #262626;
}

.page_proseries_list .item_area_block {
	padding-right: 1.2rem;
	margin-bottom: 2.4rem;
}

.page_proseries_list .item_area {
	background: #FFFFFF;
	padding: 3.42rem 2.16rem 1.98rem 2.16rem;
	border: 0.06rem solid #DEDEDE;
	transition: all .36s ease;
}

.page_proseries_list .item_area .item_pic {
	width: 100%;
	height: 13rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 3.72rem;
}

.page_proseries_list .item_area .item_pic img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.page_proseries_list .item_area .item_title {
	color: #262626;
	margin-bottom: 1.2rem;

}

.page_proseries_list .item_area .item_stitle {
	margin-bottom: 1.38rem;
	color: #262626;
}

.page_proseries_list .item_area .item_btnmore {
	border: 0.12rem solid #4392F1;
	width: 2.64rem;
	height: 2.64rem;
	display: flex;
	align-items: center;
	justify-content: center;
	float: right;
	transition: all .36s ease;
}

.page_proseries_list .item_area .item_btnmore i {
	font-size: 1.2rem;
	color: #B40F22;
}

.page_proseries_list .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);

}

.page_proseries_list .item_area:hover .item_title {
	color: #B40F22;
}

.page_proseries_list .item_area:hover .item_btnmore {
	background: #B40F22;
	border-color: #B40F22;
}

.page_proseries_list .item_area:hover .item_btnmore i {
	color: #FFFFFF;
}







/* 产品筛选页 */
.page_prochoose {
	margin-bottom: 14.1rem;
}

.page_prochoose .item_topbox {
	display: flex;
	align-items: center;
	width: 100%;
	border-bottom: 0.06rem solid #D5D5D5;
}

.page_prochoose .item_topbox .item_title {
	color: #262626;
	font-weight: bold;
	width: 21.6rem;
}

.page_prochoose .item_topbox .item_choose_block {
	flex: 1;
	padding-left: 1.8rem;
}

.page_prochoose .item_topbox .item_choose_area {
	display: inline-block;
	background: #B40F22;
	color: #FFFFFF;
	padding: 0.4rem 0.6rem 0.4rem 0.9rem;
	line-height: 1.2rem;
	border-radius: 1.5rem;
	margin-right: 1.2rem;
	margin-bottom: 0.48rem;
}

.page_prochoose .item_topbox .item_choose_area i {
	font-size: 1.2rem;
	margin-left: 0.2rem;
	line-height: 1.2rem;
	vertical-align: middle;
	cursor: pointer;
}

.page_prochoose .item_showtypes {
	margin-right: 1.32rem;
}

.page_prochoose .item_showtypes i {
	color: #666666;
	vertical-align: middle;
	margin-left: 0.72rem;
	cursor: pointer;
}

.page_prochoose .item_showtypes i.on {
	color: #B40F22;
}

.page_prochoose .item_showtypes .item_icon_on {
	font-size: 1.2rem;
}

.page_prochoose .item_showtypes .item_icon_off {
	font-size: 1.5rem;
}

.page_prochoose .item_bottombox {
	width: 100%;
	display: flex;
	margin-top: 1.8rem;
}

.page_prochoose .item_bottombox .item_b_leftbox {
	width: 21.6rem;
}

.page_prochoose .item_b_leftbox .item_area {
	margin-bottom: 2.04rem;
}

.page_prochoose .item_b_leftbox .item_area .item_title {
	color: #FFFFFF;
	background: #B40F22;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 2.52rem;
	padding: 0 1.5rem 0 1.2rem;
	cursor: pointer;
	margin-bottom: 1.8rem;
}

.page_prochoose .item_b_leftbox .item_area .item_title i {
	font-size: 1.1rem;
}

.page_prochoose .item_b_leftbox .item_area .item_title .item_icon_down {
	display: none;
}

.page_prochoose .item_b_leftbox .item_area .item_title.on .item_icon_up {
	display: none;
}

.page_prochoose .item_b_leftbox .item_area .item_title.on .item_icon_down {
	display: block;
}

.page_prochoose .item_b_leftbox .item_area .item_content {
	display: none;
}

.page_prochoose .item_b_leftbox .item_area .item_content_search {
	width: 100%;
	height: 2.88rem;
	border: 0.06rem solid #B6B6B6;
	display: flex;
	background: #FFFFFF;
	align-items: center;
	margin-bottom: 1.8rem;
}

.page_prochoose .item_b_leftbox .item_area .item_content_search .item_input {
	flex: 1;
	font-size: 0.96rem;
	color: #333333;
	border: none;
	height: 100%;
	padding-left: 0.5rem;
}

.page_prochoose .item_b_leftbox .item_area .item_content_search .item_submit {
	padding: 0 1.2rem;
	cursor: pointer;
}

.page_prochoose .item_b_leftbox .item_area .item_content_search .item_submit i {
	color: #666666;
	font-size: 1.4rem;
}

.page_prochoose .item_b_leftbox .item_area .item_content_choosebox {
	overflow-y: auto;
	max-height: 16rem;
}

.page_prochoose .item_b_leftbox .item_area .item_content_choosebox .form-check {
	width: 100%;
	margin-right: 0;
	display: flex;
	align-items: center;
	margin-bottom: 1.56rem;
}

.page_prochoose .item_b_leftbox .item_area .item_content_choosebox .form-check-label {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 1.2rem;
	flex: 1;
	padding-right: 2.16rem;
	cursor: pointer;
}

.page_prochoose .item_b_leftbox .item_area .item_content_choosebox .form-check-label p:first-child {
	margin-right: 0.5rem;
}

.page_prochoose .item_b_rightbox {
	flex: 1;
	padding-left: 1.8rem;
}

.page_prochoose .item_b_rightbox .item_area_block {
	padding: 0 0.8rem;
	margin-bottom: 1.8rem;
}

.page_prochoose .item_b_rightbox .item_area {
	background: #FFFFFF;
	border: 0.06rem solid #DEDEDE;
	width: 100%;
	padding: 1.08rem 1.8rem 1.44rem 1.8rem;
}

.page_prochoose .item_b_rightbox .item_area:hover {
	box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.2);
}

.page_prochoose .item_b_rightbox .item_area .item_pic {
	width: 100%;
	height: 13.18rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_prochoose .item_b_rightbox .item_area .item_pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.page_prochoose .item_b_rightbox .item_area .item_title {
	color: #262626;
	margin-bottom: 0.6rem;
}

.page_prochoose .item_b_rightbox .item_area .item_stitle {
	color: #666666;
	line-height: 1.44rem;
	margin-bottom: 0.6rem;
}

.page_prochoose .item_b_rightbox .item_area .item_tig {
	font-weight: bold;
	color: #262626;
	line-height: 1.44rem;
	height: 2.88rem;
	margin-top: 0.72rem;
}

.page_prochoose .item_b_rightbox .item_area .item_btnbox .item_btn {
	display: block;
	width: 4.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	border-radius: 0.9rem;
	background: #DC493A;
	color: #FFFFFF;
	float: right;
}

.page_prochoose .item_b_rightbox .item_prolist_off {
	display: none;
}

.page_prochoose .item_b_rightbox .item_off_area_block {
	margin-bottom: 1.8rem;
}

.page_prochoose .item_b_rightbox .item_off_area:hover {
	box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.2);
}

.page_prochoose .item_b_rightbox .item_off_area {
	display: flex;
	background: #FFFFFF;
	border: 0.06rem solid #DEDEDE;
	padding: 0.96rem 3.6rem 0 1.08rem;
}

.page_prochoose .item_b_rightbox .item_off_area .item_pic {
	width: 17.5rem;
	height: 17.5rem;
}

.page_prochoose .item_b_rightbox .item_off_area .item_pic img {
	width: 100%;
}

.page_prochoose .item_b_rightbox .item_off_area .item_wenzinfo {
	flex: 1;
	padding-left: 2.4rem;
}

.page_prochoose .item_b_rightbox .item_off_area .item_title {
	font-family: "Gotham Pro";
	color: #262626;
	margin-bottom: 0.72rem;
}

.page_prochoose .item_b_rightbox .item_off_area .item_stitle {
	color: #262626;
	line-height: 1.44rem;
	height: 4.32rem;
	margin-bottom: 3.3rem;
}

.page_prochoose .item_b_rightbox .item_off_area .item_tig {
	display: flex;
	justify-content: space-between;
}

.page_prochoose .item_b_rightbox .item_off_area .itme_font1 {
	color: #262626;
	font-weight: bold;
}

.page_prochoose .item_b_rightbox .item_off_area .item_btn {
	display: block;
	width: 4.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	border-radius: 0.9rem;
	background: #DC493A;
	color: #FFFFFF;
}

@media screen and (max-width: 575px) {
	.page_prochoose {
		margin-bottom: 3rem;
	}
}

@media screen and (max-width: 900px) {
	.page_prochoose .item_bottombox {
		flex-wrap: wrap;
	}

	.page_prochoose .item_bottombox .item_b_leftbox {
		width: 100%;
	}

	.page_prochoose .item_b_leftbox .item_area .item_title {
		height: 3.52rem;
	}

	.page_prochoose .item_topbox {
		flex-wrap: wrap;
	}

	.page_prochoose .item_topbox .item_title {
		width: 100%;
		margin-bottom: 1rem;
	}

	.page_prochoose .item_topbox .item_choose_block {
		padding-left: 0;
	}

	.page_prochoose .item_b_rightbox {
		padding-left: 0;
	}

	.page_prochoose .item_b_rightbox .item_area {
		padding: 1.08rem 0.6rem;
	}

	.page_prochoose .item_b_rightbox .item_area_block {
		padding: 0 0.4rem;
		margin-bottom: 0.4rem;
	}

	.page_prochoose .item_b_rightbox .item_off_area {
		padding: 1.2rem;
		flex-wrap: wrap;
	}

	.page_prochoose .item_b_rightbox .item_off_area .item_pic {
		margin: 0 auto;
	}

	.page_prochoose .item_b_rightbox .item_off_area .item_wenzinfo {
		padding-left: 0;
		width: 100%;
		flex: auto;
	}

	.page_prochoose .item_b_rightbox .item_off_area .item_stitle {
		line-height: 2rem;
		-webkit-line-clamp: 2;
	}

}

@media screen and (min-width: 900px) and (max-width: 1200px) {
	.page_prochoose .item_topbox .item_title {
		width: 16rem;
	}

	.page_prochoose .item_bottombox .item_b_leftbox {
		width: 16rem;
	}

	.page_prochoose .item_b_rightbox .item_off_area {
		padding: 0.96rem 1.08rem 0.96rem 1.08rem;
	}

	.page_prochoose .item_b_rightbox .item_off_area .item_pic {
		width: 12rem;
		height: 12rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1700px) {
	.page_prochoose .item_topbox .item_title {
		width: 17.28rem;
	}

	.page_prochoose .item_bottombox .item_b_leftbox {
		width: 17.28rem;
	}

	.page_prochoose .item_b_rightbox .item_off_area {
		padding: 0.96rem 1.6rem 0 1.08rem;
	}

	.page_prochoose .item_b_rightbox .item_off_area .item_pic {
		width: 15rem;
		height: 15rem;
	}

	.page_prochoose .item_b_rightbox .item_area_block {
		padding: 0 0.4rem;
	}

	.page_prochoose .item_b_rightbox .item_area {
		padding: 1.08rem 1rem 1.44rem 1rem;
	}
}

/* 页码 */
.page_fenye {
	text-align: right;
}

.page_fenye a {
	display: inline-block;
	border: 0.06rem solid #DFDFDF;
	background: #FFFFFF;
	width: 1.92rem;
	height: 1.92rem;
	text-align: center;
	line-height: 1.92rem;
	font-size: 0.84rem;
	margin: 0.25rem;
}

.page_fenye .on {
	background: #B40F22;
	color: #FFFFFF;
	border-color: #B40F22;
}

.page_fenye i {
	font-size: 1.1rem;
	color: #777777;
	vertical-align: middle;
}

@media screen and (max-width: 575px) {
	.page_fenye {
		text-align: center;
		margin-top: 1rem;
	}

	.page_fenye a {
		width: 2.6rem;
		height: 2.6rem;
		line-height: 2.6rem;
		font-size: 1.2rem;
		margin: 0.2rem;
	}
}

/* 产品详情页 */
.page_product_show {
	margin-top: 4.08rem;
	margin-bottom: 4.8rem;
}

.page_product_show .page_content_block {
	display: flex;
}

/* 产品轮播图 */
.page_product_show .picFocus {
	width: 32.4rem;
	height: 25.8rem;
	position: relative;
	overflow: hidden;
	zoom: 1;
}

.page_product_show .picFocus .prodcut-pic {
	width: 25.8rem;
	height: 25.8rem;
	position: relative;
	border: 0.06rem solid #E2E2E2;
	background-color: #fff;
	overflow: hidden;
	float: right;
	margin-right: 0;
}

.page_product_show .picFocus .prodcut-pic li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
}

.page_product_show .picFocus .prodcut-pic img {
	width: 25.8rem;
	height: 25.8rem;
	vertical-align: bottom;
}

.page_product_show .hd {
	position: absolute;
	top: 0;
	left: 0;
	width: 4.88rem;
	height: 25.8rem;
	overflow: hidden;
	padding: 0 0.1rem;
}

.page_product_show .hd ul li:first-child {
	margin-top: 0px;
}

.page_product_show .hd ul li {
	width: 4.68rem;
	height: 4.68rem;
	border: 0.06rem solid #E2E2E2;
	background-color: #fff;
	text-align: center;
	margin-top: 0.5rem;
	margin-bottom: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_product_show .hd ul li>img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.page_product_show .hd ul li:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
}

/* 产品轮播图 */


/*商品缩略图样式*/
.page_product_show .pic-box {
	position: relative;
	width: 100%;
}

.page_product_show .pic-preview {
	width: 80%;
	height: 24rem;
	box-shadow: 0.03rem 0.06rem 0.24rem 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	text-align: center;
	margin: 0 auto;
}

.page_product_show .pic-scroll {
	width: 100%;
	margin: 0.6rem auto;
	display: flex;
	justify-content: center;
}

.page_product_show .pic-scroll .prev {
	margin-right: 0.6rem;
}

.page_product_show .pic-scroll .next {
	margin-left: 0.6rem;
}

.page_product_show .pic-scroll .prev,
.page_product_show .pic-scroll .next {
	display: block;
	text-align: center;
	width: 0.6rem;
	height: 3.6rem;
	line-height: 3.6rem;
	cursor: pointer;
	text-decoration: none;
}

.page_product_show .pic-scroll .prev img,
.page_product_show .pic-scroll .next img {
	width: 1rem;
}

/* .pic-scroll .prev i,
.pic-scroll .next i {
	line-height: 60px;
} */

.page_product_show .pic-scroll .items {
	position: relative;
	float: left;
	width: 24rem;
	height: 3.72rem;
	overflow: hidden;
}

.page_product_show .pic-scroll .items ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 999999px;
	height: 100%;
}

.page_product_show .pic-scroll .items ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 4.02rem;
	text-align: center;
}

.page_product_show .pic-scroll .items ul li img {
	padding: 0.12rem;
	box-shadow: 0.03rem 0.06rem 0.24rem 0 rgba(0, 0, 0, 0.08);
	background-color: #fff;
	width: 3.36rem;
	height: 3.36rem;
}

.page_product_show .pic-scroll .items ul li img:hover {
	padding: 0.06rem;
	border: 0.06rem solid #134c86;
}

.page_product_show .item_t_rightbox {
	flex: 1;
	padding-left: 1.68rem;
	position: relative;
	padding-bottom: 3rem;
}

.page_product_show .item_t_rightbox .item_title {
	font-family: "Gotham Pro";
	color: #262626;
	margin-bottom: 1.08rem;
}

.page_product_show .item_t_rightbox .item_stitle {
	color: #666666;
	margin-bottom: 1.08rem;
}

.page_product_show .item_t_rightbox .item_info {
	color: #262626;
	line-height: 2.16rem;
}

.page_product_show .item_t_rightbox .item_btnbox {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-left: 1.68rem;
}

.page_product_show .item_t_rightbox .item_btnbox .item_btn {
	width: 48%;
	height: 3rem;
	/* background: #DC493A; */
	border: 0.06rem solid #DC493A;
	line-height: 3rem;
	text-align: center;
	color: #DC493A;
	max-width: 21.6rem;
	position: relative;
	z-index: 1;
	box-sizing: initial;
	transition: all .36s ease;
}

.page_product_show .item_t_rightbox .item_btnbox .item_btn i {
	font-size: 1.1rem;
	color: #DC493A;
	vertical-align: middle;
	margin-left: 0.2rem;
	transition: all .36s ease;
}

.page_product_show .item_t_rightbox .item_btnbox .item_btn:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: #DC493A;
	transition: all .36s ease;
	opacity: 0;
	box-sizing: initial;
	border: 0.06rem solid #DC493A;
}

.page_product_show .item_t_rightbox .item_btnbox .item_btn:hover {
	color: #fff
}

.page_product_show .item_t_rightbox .item_btnbox .item_btn:hover i {
	color: #fff;
	padding-left: 1rem;
}

.page_product_show .item_t_rightbox .item_btnbox .item_btn:hover:before {
	width: 100%;
	opacity: 1;
}

@media screen and (max-width: 1200px) {
	.page_product_show .page_content_block {
		flex-wrap: wrap;
	}

	.page_product_show .item_t_rightbox {
		width: 100%;
		padding-left: 0;
		flex: auto;
		height: 25.8rem;
		margin-top: 1.6rem;
	}

	.page_product_show .item_t_rightbox .item_btnbox {
		padding-left: 0;
	}
}

/* 手机端轮播图 */
.phone_proshow_nav {
	width: 100%;
	display: none;
}

.phone_proshow_nav .carousel-indicators {
	bottom: 3rem;
}

.phone_proshow_nav .carousel-indicators li {
	border: none;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	background: #FFFFFF;
	opacity: 1;
	border: 0.06rem solid #FFFFFF;
	margin: 0 0.4rem;
}

.phone_proshow_nav .carousel-indicators li.active {
	background: none;
}

/* 产品属性 */
.page_proshow_info {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 0 0.9rem 0 rgba(0, 0, 0, 0.2);
	padding: 3.3rem 2rem 2.04rem 4.62rem;
	margin-bottom: 4.8rem;
}

.page_proshow_info .item_toptitle {
	color: #262626;
	margin-bottom: 1.8rem;
}

.page_proshow_info .item_list li {
	display: flex;
	margin-bottom: 0.9rem;
}

.page_proshow_info .item_list .item_label {
	width: 4.5rem;
	color: #262626;
	font-weight: bold;
	text-align: right;
}

.page_proshow_info .item_list .item_font1 {
	color: #262626;
	margin-left: 1.5rem;
	flex: 1;
}

.page_proshow_info2 .item_list .item_font1 {
	margin-left: 0;
}

@media screen and (max-width: 575px) {
	.phone_proshow_nav {
		display: block;
	}
}

@media screen and (max-width: 1000px) {
	.page_proshow_info {
		padding: 3.3rem 2rem 2.04rem 2rem;
		margin-bottom: 2rem;
	}

	.page_proshow_info .item_list .item_label {
		width: 6rem;
	}
}

/* Products Show Download */
.page_loading_box {
	padding-bottom: 1.92rem;
}

.page_loading_box .item_toptitle {
	color: #134C86;
	font-weight: 400;
	margin-bottom: 1.92rem;
}

.page_loading_content {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.page_loading_content .item_area_block {
	width: 25%;
	padding: 0 0.9rem;
	margin-bottom: 1.92rem;
}

.page_loading_content .item_area {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	padding: 1.44rem 0.96rem;
}

.page_loading_content .item_area .item_icon_pdf i {
	font-size: 2.2rem;
}

.page_loading_content .item_area .item_wenzinfo {
	flex: 1;
	padding: 0 0 0 0.86rem;
}

.page_loading_content .item_area .item_wenzinfo .item_font1 {
	color: #333333;
	font-weight: 400;
}

.page_loading_content .item_area .item_wenzinfo .item_font2 {
	color: #666666;
	font-weight: 400;
	margin-top: 0.3rem;
}

.page_loading_content .item_area .item_icon_load {
	width: 2.1rem;
	height: 2.1rem;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	background: #333333;
	border-radius: 50%;
}

.page_loading_content .item_area .item_icon_load i {
	font-size: 1rem;
	color: #FFF;
}

.page_downloads .item_selectlink_box {
	display: flex;
	display: -webkit-flex;
	margin-bottom: 1.92rem;
}

.page_downloads .item_selectlink_box .item_area {
	width: 33.33%;
	margin-right: 1.8rem;
}

.page_downloads .item_selectlink_box .item_area .page_parts_select {
	height: 3.4rem;
}

@media screen and (max-width: 575px) {
	.page_loading_content .item_area_block {
		width: 100%;
	}

	.page_downloads .item_selectlink_box {
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.page_downloads .item_selectlink_box .item_area {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.2rem;
	}

	.page_downloads .item_selectlink_box .item_area .page_parts_select {
		height: 4rem;
	}
}

@media screen and (min-width: 576px) and (max-width: 1000px) {
	.page_loading_content .item_area_block {
		width: 50%;
	}

	.page_downloads .item_selectlink_box {
		justify-content: space-between;
	}

	.page_downloads .item_selectlink_box .item_area {
		width: 48%;
		margin-right: 0;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1600px) {
	.page_loading_content .item_area_block {
		width: 33.33%;
	}

	.page_downloads .item_selectlink_box .item_area {
		width: 40%;
	}
}

.page_register_content .item_content_list .item_area_block .layui-input-inline {
	width: 100%;

}

.page_register_content .item_content_list .item_area_block .layui-form-select .layui-input {
	height: 2.88rem;
	font-size: 0.96rem;
	font-weight: 400;
	color: #333333;
}

@media screen and (max-width: 575px) {
	.page_register_content .item_content_list .item_area_block .layui-form-select .layui-input {
		height: 3.4rem;
		font-size: 1.2rem;
	}
}

/* Products Show Form */
.page_contact_form_product{
	margin-left: 0;
}

.page_contact_form_product .item_form_content{
	margin-top: 0;
}
.page_contact_form .item_area_block {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 1.8rem;
}

.page_contact_form .item_area {
	width: 48.6%;
}

.page_contact_form .item_area .item_form_title {
	color: #262626;
	margin-bottom: 0.52rem;
	font-weight: 400;
}

.page_contact_form .item_area .item_input_area {
	width: 100%;
	background: #E6ECF0;
	height: 3rem;
	position: relative;
	border-radius: 0.3rem;
	/* overflow: hidden; */
}

.page_contact_form .item_area .item_input_area .item_select {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	color: #293033;
	padding: 0 0.72rem;
	-webkit-appearance: none;
	cursor: pointer;
	font-size: 0.9rem;
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_select option {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.page_contact_form .item_area .item_input_area .item_icon_under {
	font-size: 0.96rem;
	color: #000000;
	position: absolute;
	top: 0;
	right: 0.72rem;
	width: auto;
	height: 3rem;
	line-height: 3rem;
}

.page_contact_form .item_area .item_input_area .item_input {
	width: 100%;
	height: 100%;
	padding-left: 0.72rem;
	border: none;
	background: none;
	font-size: 0.9rem;
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input::-webkit-input-placeholder {
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input:-moz-placeholder {
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input::-moz-placeholder {
	color: #293033;
}

.page_contact_form .item_area .item_input_area .item_input:-ms-input-placeholder {
	color: #293033;
}

.page_contact_form .item_area_textarea {
	width: 100%;
	padding: 0;
}

.page_contact_form .item_area_textarea .item_input_area {
	height: 7.2rem;
}

.page_contact_form .item_area_textarea .item_textarea {
	background: none;
	resize: none;
	border: none;
	color: #293033;
	font-size: 0.9rem;
	padding: 0.5rem 0.72rem;
	width: 100%;
	height: 100%;
}

.page_contact_form .item_area_block_submit {
	justify-content: flex-end;
	margin-bottom: 0;
}

.page_contact_form .item_submit {
	width: 15rem;
	height: 2.88rem;
	background: #B40F22;
	color: #FFFFFF;
	border: none;
	border-radius: 0.3rem;
	font-size: 1.08rem;
}

@media screen and (max-width: 575px) {
	.page_serviceshow_contact {
		padding-bottom: 4.8rem;
	}

	.page_serviceshow_contact .item_content {
		flex-wrap: wrap;
	}

	.page_serviceshow_contact .item_content .item_leftarea {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.page_serviceshow_contact .item_inform_block {
		width: 100%;
	}

	.page_serviceshow_contact .item_content .item_leftarea .item_inform_block_first {
		margin-bottom: 1.8rem;
	}

	.page_serviceshow_contact .page_contact_form {
		width: 100%;
		flex: auto;
		margin-left: 0;
		margin-top: 4.8rem;
	}
	
	.page_serviceshow_contact2 .page_contact_form{
		margin-top: 0;
	}

	.page_contact_form .item_area_block {
		display: flex;
		display: -webkit-flex;
		align-items: center;
		flex-wrap: wrap;
		margin-bottom: 0;
	}

	.page_contact_form .item_area {
		width: 100%;
		margin-bottom: 1.8rem;
	}

	.page_contact_form .item_area .item_form_title {
		font-size: 1.2rem;
	}

	.page_contact_form .item_area .item_input_area {
		height: 4rem;
	}

	.page_contact_form .item_area .item_input_area .item_icon_under {
		line-height: 4rem;
	}

	.page_contact_form .item_area .item_input_area .item_select {
		font-size: 1.08rem;
	}

	.page_contact_form .item_area .item_input_area .item_input {
		font-size: 1.08rem;
	}

	.page_contact_form .item_area_textarea .item_input_area {
		height: 7.2rem;
	}

	.page_contact_form .item_area_block_submit {
		padding-top: 1rem;
	}

	.page_contact_form .item_submit {
		height: 3.5rem;
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_serviceshow_contact .item_content {
		flex-wrap: wrap;
	}

	.page_serviceshow_contact .item_content .item_leftarea {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		flex-wrap: wrap;
		align-items: stretch;
	}

	.page_serviceshow_contact .item_content .item_leftarea .item_inform_block_first {
		margin-bottom: 1.8rem;
	}

	.page_serviceshow_contact .page_contact_form {
		width: 100%;
		flex: auto;
		margin-left: 0;
		margin-top: 4.8rem;
	}
}

@media screen and (min-width: 800px) and (max-width: 1500px) {
	.page_serviceshow_contact .item_content {
		flex-wrap: wrap;
	}

	.page_serviceshow_contact .item_content .item_leftarea {
		width: 100%;
		display: flex;
		display: -webkit-flex;
		align-items: stretch;
	}

	.page_serviceshow_contact .item_content .item_leftarea .item_inform_block_first {
		margin-bottom: 0;
		margin-right: 1.8rem;
	}

	.page_serviceshow_contact .page_contact_form {
		width: 100%;
		flex: auto;
		margin-left: 0;
		margin-top: 4.8rem;
	}
}


/* 下载 */
.page_proseries_load{
	margin-bottom: 4.8rem;
}


.page_phone_load {
	margin-bottom: 4.8rem;
}

.page_phone_load .item_toptitle {
	padding-left: 0;
}

.page_phone_load .item_content {
	padding-left: 0;
}

@media screen and (max-width: 575px) {
	.page_phone_load .item_area_block {
		padding: 0;
	}
}
.page_loading_show .item_area_block {
	margin-bottom: 4.5rem;
}

@media screen and (max-width: 575px) {
	.page_loading_show .item_area_block {
		margin-bottom: 1.8rem;
	}
}
.page_proseries_load .item_area {
	background: #FFFFFF;
	padding: 1.5rem 1.44rem 1.08rem 1.2rem;
	transition: all .36s ease;
}

.page_proseries_load .item_area .item_title {
	color: #262626;
	font-weight: bold;
	margin-bottom: 1.32rem;
}

.page_proseries_load .item_area .item_stitle {
	color: #666666;
	line-height: 1.44rem;
	height: 2.88rem;
}

.page_proseries_load .item_area .item_bottombox {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 1.56rem;
}

.page_proseries_load .item_area .item_b_leftbox {
	display: flex;
	align-items: center;
}

.page_proseries_load .item_area .item_b_leftbox p {
	color: #666666;
}

.page_proseries_load .item_area .item_b_leftbox i {
	font-size: 1.2rem;
	margin-right: 0.5rem;
	vertical-align: middle;
	align-self: flex-end;
}

.page_proseries_load .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0 rgba(0, 0, 0, 0.2);
}

.page_proseries_load .item_b_rightbox {
	display: flex;
	align-items: center;
}

.page_proseries_load .item_b_rightbox i {
	font-size: 1.2rem;
}

.page_wenzinfo2 .item_title {
	font-weight: normal;
}

@media screen and (max-width: 575px) {
	.page_proseries_load .item_content {
		padding-left: 0;
	}

	.page_proseries_load .item_area_block {
		padding-right: 0;
	}
	
	.page_proseries_load .item_area .item_b_leftbox i{
		font-size: 1.6rem;
	}
	
	.page_proseries_load .item_b_rightbox i{
		font-size: 1.6rem;
	}
}


/* 附件 */
.page_proshow_enclosure {
	background: #FFFFFF;
}

.page_proshow_enclosure .item_toptitle {
	color: #262626;
	margin-bottom: 3.6rem;
}

.page_proshow_enclosure .picScroll-left2 {
	width: 100%;
	position: relative;
}

.page_proshow_enclosure .picScroll-left2 .hd {
	overflow: hidden;
	margin-top: 4.8rem;
}

.page_proshow_enclosure .picScroll-left2 .hd .next {
	position: absolute;
	top: 38%;
	right: -4rem;
	color: #B40F22;
	cursor: pointer;
}

.page_proshow_enclosure .picScroll-left2 .hd .next i {
	font-size: 2.2rem;
}

.page_proshow_enclosure .picScroll-left2 .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.page_proshow_enclosure .picScroll-left2 .hd ul li {
	display: inline-block;
	width: 0.6rem;
	height: 0.6rem;
	overflow: hidden;
	margin-right: 0.84rem;
	cursor: pointer;
	background: #666666;
	border-radius: 50%;
}

.page_proshow_enclosure .picScroll-left2 .hd ul li.on {
	background: #B40F22;
}

.page_proshow_enclosure .picScroll-left2 .bd ul {
	overflow: hidden;
	zoom: 1;
	padding: 1rem 0;
}

.page_proshow_enclosure .picScroll-left2 .bd ul li {
	padding: 1rem 0.9rem;
	box-sizing: initial;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.page_proshow_enclosure .item_area {
	border: 0.06rem solid #DEDEDE;
	padding: 1.08rem 1.5rem 0.96rem 1.5rem;
	transition: all .36s ease;
}

.page_proshow_enclosure .item_area:hover {
	box-shadow: 0 0 0.78rem 0 rgba(0, 0, 0, 0.2);
}

.page_proshow_enclosure .item_area .item_pic {
	width: 13.38rem;
	height: 13.38rem;
	max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.page_proshow_enclosure .item_area .item_pic img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.page_proshow_enclosure .item_area .item_title {
	color: #262626;
	margin-top: 0.54rem;
	margin-bottom: 1.32rem;
}

.page_proshow_enclosure .item_area .item_btn {
	width: 4.8rem;
	height: 1.8rem;
	line-height: 1.8rem;
	text-align: center;
	/* background: #DC493A; */
	border: 0.06rem solid #DC493A;
	color: #DC493A;
	border-radius: 0.9rem;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	box-sizing: initial;
	transition: all .36s ease;
}

.page_proshow_enclosure .item_area:hover .item_btn {
	color: #fff;
	background: #DC493A;
}

@media screen and (max-width: 575px) {
	.page_proshow_enclosure .picScroll-left2 .bd ul li {
		width: 100%;
		padding: 0;
	}

	.page_proshow_enclosure .picScroll-left2 .hd .next {
		display: none;
	}

	.page_proshow_enclosure .picScroll-left2 .hd ul li {
		width: 0.76rem;
		height: 0.76rem;
	}
}



/* 产品系列 */
@media screen and (max-width: 575px) {
	.page_proseries_list .item_toptitle {
		padding-left: 0;
	}

	.page_proseries_list .item_area_block {
		padding: 0;
	}
}


/* 案例 */
.page_proshow_nav {
	background: none;
}


/* 应用页面 */
.page_app_list {
	padding-bottom: 4.2rem;
}

.page_app_list .item_area_block {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.page_app_list .item_area {
	width: 100%;
	background: #FFFFFF;
	/* border: 0.06rem solid #DADADA; */
	position: relative;
	transition: all .36s ease;
	overflow: hidden;
}

.page_app_list .item_area .item_area_show {
	width: 100%;
	height: 100%;
}

.page_app_list .item_area .item_area_show .item_pic {
	width: 100%;
	overflow: hidden;
}

.page_app_list .item_area .item_area_show .item_pic img {
	width: 100%;
}

.page_app_list .item_area .item_area_show .item_wenz {
	padding: 1.6rem 2rem 1.6rem 2.04rem;
}

.page_app_list .item_area .item_area_show .item_title {
	color: #B40F22;
	margin-bottom: 0;
}

.page_app_list .item_area_hide {
	display: none;
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: #164E61;
	padding: 0 1.56rem;
}

.page_app_list .item_area_hide .item_title {
	color: #ffffff;
	margin-top: 18%;
	margin-bottom: 7.5%;
}

.page_app_list .item_area_hide .item_stitle {
	color: #dddddd;
}

.page_app_list .item_area_hide .item_tig {
	color: #ffffff;
	text-align: right;
	position: absolute;
	right: 1.56rem;
	bottom: 12.5%;
	margin-top: 1rem;
}

.page_app_list .item_area_hide .item_tig i {
	font-size: 1rem;
	font-weight: 300;
	vertical-align: middle;
}

@-webkit-keyframes moveup {
	0% {
		bottom: -100%;
		opacity: 0.5;
	}

	100% {
		bottom: 0;
		opacity: 1;
	}
}

.page_app_list .item_area:hover .item_area_hide {
	display: block;
	-webkit-animation: moveup 0.8s ease both;
	-moz-animation: moveup 0.8s ease both;
	animation: moveup 0.8s ease both;
}

.page_app_list .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0 0 0 / 16%);
}

@media screen and (max-width: 575px) {
	.page_app_list {
		padding-bottom: 2rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.page_app_list .item_area_hide .item_tig {
		bottom: 8%;
	}
}

/* appliction_list */
.page_application_quickbox {
	background: #B40F22;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.page_application_quickbox .item_btnmore {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	width: 25%;
	color: #FFFFFF;
	font-weight: 300;
	border-radius: 5rem;
	line-height: 2.4rem;
	border: 0.06rem solid rgba(255, 255, 255, 0.8);
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.5s;
	transition: all ease-out .3s;
}

.page_application_quickbox .item_title {
	color: #FFFFFF;
	margin-bottom: 1.44rem;
}

.page_application_quickbox .item_btnmore .item_icon1 {
	margin-left: 1.5rem;
	font-size: 1.4rem;
	font-weight: 300;
	margin-right: 0.76rem;
}

.page_application_quickbox .item_btnmore .item_icon2 {
	font-size: 0.84rem;
	margin-left: 1rem;
	transform: scale(0.7);
	transition: all .36s ease;
}

.page_application_quickbox .item_btnmore:hover .item_icon2 {
	margin-left: 5rem;
}

.page_application_quickbox .item_btnmore:hover {
	background-color: rgba(9, 60, 113, 0.28);
	color: #fff;
	border: 1px solid #093C71;
}

/* 成功客户案例 */
.page_app_case {
	background: #FFFFFF;
}

.page_app_case .item_toptitle {
	color: #262626;
	margin-bottom: 2.88rem;
}

.page_app_case .item_nav {
	width: 100%;
}

.page_app_case .item_nav .carousel-item {
	padding: 1rem 0;
}

.page_app_case .item_nav .carousel-indicators li {
	width: 0.6rem;
	height: 0.6rem;
	background: #666666;
	border: 0;
	border-radius: 50%;
	margin: 0 0.48rem;
}

.page_app_case .item_nav .carousel-indicators .active {
	background: #B40F22;
}

.page_app_case .item_nav .carousel-indicators {
	bottom: -1.6rem;
}

.page_app_case .item_nav .carousel-control-prev {
	left: -2rem;
	opacity: 1;
}

.page_app_case .item_nav .carousel-control-next {
	right: -2rem;
	opacity: 1;
}

.page_app_case .item_nav .item_icon_jt {
	font-size: 2rem;
	color: #B40F22;
}

.page_app_case .item_nav .item_area {
	width: 83%;
	margin: 0 auto;
	box-shadow: 0 0 0.6rem 0 rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
	padding: 2.4rem 2.4rem 2.04rem 2.4rem;
}

.page_app_case .item_nav .item_area .item_title {
	color: #262626;
	margin-bottom: 1.2rem;
}

.page_app_case .item_nav .item_area .item_bottombox {
	display: flex;

}

.page_app_case .item_nav .item_area .item_pic {
	width: 27rem;
}

.page_app_case .item_nav .item_area .item_pic img {
	width: 100%;
}

.page_app_case .item_nav .item_area .item_wenz {
	flex: 1;
	padding-left: 1.8rem;
}

.page_app_case .item_nav .item_area .item_stitle {
	color: #666666;
	line-height: 2.16rem;
}

.page_app_case .item_nav .item_area .item_btn {
	/* background: #DC493A; */
	border: 0.06rem solid #DC493A;
	width: 21.6rem;
	height: 3rem;
	text-align: center;
	line-height: 3rem;
	color: #DC493A;
	margin-top: 3rem;
	position: relative;
	z-index: 1;
	box-sizing: initial;
}

.page_app_case .item_nav .item_area .item_btn span {
	font-weight: bold;
}

.page_app_case .item_nav .item_area .item_btn i {
	vertical-align: middle;
	font-size: 1.1rem;
	margin-left: 0.6rem;
	transition: all .36s ease;
}

.page_app_case .item_nav .item_area .item_btn:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: #DC493A;
	transition: all .36s ease;
	opacity: 0;
	box-sizing: initial;
	border: 0.06rem solid #DC493A;
}

.page_app_case .item_nav .item_area .item_btn:hover {
	color: #fff
}

.page_app_case .item_nav .item_area .item_btn:hover:before {
	width: 100%;
	opacity: 1;
}

.page_app_case .item_nav .item_area .item_btn:hover i {
	padding-left: 1rem;
}

@media screen and (max-width: 575px) {
	.page_app_case .item_nav .carousel-indicators {
		bottom: -0.6rem;
	}

	.page_app_case .item_nav .item_area {
		padding: 2rem 1.2rem 2rem 1.2rem;
	}

	.page_app_case .item_nav .item_area .item_bottombox {
		flex-wrap: wrap;
	}

	.page_app_case .item_nav .item_area .item_pic {
		width: 100%;
		margin-bottom: 1rem;
	}

	.page_app_case .item_nav .item_area .item_wenz {
		width: 100%;
		padding-left: 0;
		flex: auto;
	}

	.page_app_case .item_nav .item_area .item_btn {
		width: 100%;
	}

	.page_app_case .item_nav .carousel-control-prev {
		left: -1.2rem;
	}

	.page_app_case .item_nav .carousel-control-next {
		right: -1.2rem;
	}
}

@media screen and (min-width: 575px) and (max-width: 1200px) {
	.page_app_case .item_nav .item_area .item_pic {
		width: 50%;
	}

	.page_app_case .item_nav .item_area .item_btn {
		width: 10rem;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.page_app_case .item_nav .item_area .item_pic {
		width: 50%;
	}

	.page_app_case .item_nav .item_area .item_btn {
		width: 14rem;
	}
}

/* 新闻动态 */
.index_news {
	padding-bottom: 6rem;
}

.index_news .item_toptitle {
	color: #262626;
}

.index_news .item_area_block {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.index_news .item_area {
	background: #FFFFFF;
	border-radius: 0.3rem;
	transition: all .36s ease;
}

.index_news .item_area .item_pic {
	width: 100%;
	overflow: hidden;
}

.index_news .item_area .item_pic img {
	width: 100%;
}

.index_news .item_area .item_wenz {
	padding: 1.92rem 3.36rem 1.8rem 2.04rem;
}

.index_news .item_area .item_title {
	color: #262626;
	margin-bottom: 0.9rem;
}

.index_news .item_area .item_stitle {
	color: #666666;
}

.index_news .item_area .item_tigbox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 2.64rem;
	margin-top: 2.16rem;
}

.index_news .item_area .item_tigbox .item_data {
	color: #666666;
}

.index_news .item_area .item_tigbox .item_data i {
	color: #B40F22;
}

.index_news .item_area .item_tigbox .item_btnmore {
	width: 2.64rem;
	height: 2.64rem;
	text-align: center;
	line-height: 2.64rem;
	border: 0.12rem solid #4392F1;
	box-sizing: initial;
	transition: all .36s ease;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.index_news .item_area .item_tigbox .item_btnmore i {
	color: #4392F1;
}

.index_news .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0 rgba(0, 0, 0, 0.16);
}

.index_news .item_area:hover .item_title {
	color: #B40F22;
}

.index_news .item_area:hover .item_btnmore {
	background: #B40F22;
	border: 0.12rem solid #B40F22;
}

.index_news .item_area:hover .item_btnmore i {
	color: #FFFFFF;
}


@media screen and (max-width: 575px) {
	.index_news .item_toptitle {
		padding-left: 0;
	}

	.index_news .item_area_block {
		padding: 0;
	}
}


/* 应用列表页 */
.page_applist_list .item_area {
	margin-bottom: 4.8rem;
}

.page_applist_list .item_area_linkarea {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_applist_list .item_wenzinfo {
	flex: 1;
	margin-right: 2rem;
}

.page_applist_list .item_wenzinfo .item_title {
	font-weight: 400;
	margin-bottom: 1.2rem;
	transition: all .36s ease;
}

.page_applist_list .item_wenzinfo .item_wenz {
	color: #707070;
	font-weight: 300;
}

.page_applist_list .item_wenzinfo .item_wenz p {
	margin-bottom: 1.2rem;
}

.page_applist_list .item_pic_block {
	width: 40.6%;
	padding-top: 24.24%;
	overflow: hidden;
	position: relative;
	/* 动作 */
	/* visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

.page_applist_list .item_pic_block .item_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all .36s ease;
}

.page_applist_list .item_btnmore {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	color: #B40F22;
}

.page_applist_list .item_btnmore p {
	font-weight: 400;
}

.page_applist_list .item_btnmore i {
	font-size: 1.2rem;
	transform: scale(0.8);
	margin-left: 0.67rem;
	transition: all .36s ease;
}

.page_applist_list .item_area:hover .item_wenzinfo .item_title {
	color: #B40F22;
}

.page_applist_list .item_area:hover .item_pic {
	transform: scale(1.1);
}

.page_applist_list .item_area:hover .item_btnmore i {
	margin-left: 1.2rem;
}

@media screen and (max-width: 575px) {
	.page_applist_list {
		padding-top: 3.6rem;
		padding-bottom: 1rem;
	}

	.page_application_quickbox .item_btnmore {
		width: 100%;
		margin: 0 auto;
		line-height: 3rem;
	}

	.page_applist_list .item_area_linkarea {
		flex-wrap: wrap;
	}

	.page_applist_list .item_wenzinfo {
		width: 100%;
		flex: auto;
		margin-right: 0;
		margin-bottom: 1.8rem;
	}

	.page_applist_list .item_pic_block {
		width: 100%;
		padding-top: 59.7%;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_application_quickbox .item_btnmore {
		width: 60%;
		line-height: 3rem;
	}
}

@media screen and (min-width: 801px) and (max-width: 1400px) {
	.page_application_quickbox .item_btnmore {
		width: 40%;
		line-height: 3rem;
	}
}

@media screen and (min-width: 1400px) and (max-width: 2000px) {
	.page_application_quickbox .item_btnmore {
		width: 25%;
		line-height: 3rem;
	}
}

/* 应用详情页 */
.page_application_details {
	padding-top: 6.4rem;
	padding-bottom: 6rem;
}

.page_application_details .item_title {
	/* 	display: flex;
	display: -webkit-flex; */
	align-items: center;
	flex-wrap: wrap;
}

.page_application_details .item_title .item_font1 {
	color: #262626;
	font-weight: 400;
	margin-bottom: 1.2rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0s; */
}

.page_application_details .item_title .item_font2 {
	color: #262626;
	font-weight: 400;
	margin-bottom: 1.2rem;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeInRight;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.1s; */
}

/* .page_application_details .item_title .item_font2.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_content_block {
	color: #262626;
	line-height: 2.16rem;
	font-weight: 300;
	/* 动作 */
	/* position: relative;
	visibility: visible; 
	animation-name: fadeIn;
	animation-duration:2.5s;
	animation-play-state:paused;
	-webkit-animation-play-state:paused;
	animation-delay: 0.2s; */
}

/* .page_application_details .item_content_block.wow{
	animation-play-state:running;
	-webkit-animation-play-state:running;
} */

.page_application_details .item_content_block p {
	margin-bottom: 1rem;
	text-align: justify;
}

.page_application_details .item_content_block img {
	max-width: 100%;
	margin: 2rem 0;
}

.page_application_details .item_tiglist {
	border-top: 1px solid #C1C1C1;
	margin-top: 3.3rem;
	padding-top: 0.6rem;
}

.page_application_details .item_tiglist ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 0.48rem;
}

.page_application_details .item_tiglist ul li {
	margin-right: 0.8rem;
	margin-bottom: 0.4rem;
}

.page_application_details .item_tiglist ul li a {
	font-size: 0.96rem;
	color: #262626;
}

.page_application_details .item_tiglist ul .item_firsticon {
	margin-right: 1.06rem;
}

.page_application_details .item_tiglist ul .item_firsticon i {
	font-size: 1.2rem;
	color: #164E61;
}

@media screen and (max-width: 575px) {
	.page_application_details {
		padding-top: 3.6rem;
		padding-bottom: 3.6rem;
	}

	.page_application_details .item_title .item_font2 {
		font-size: 1.3rem;
	}

	.page_application_details .item_content_block {
		font-size: 1.2rem;
	}

	.page_application_details .item_tiglist ul .item_firsticon i {
		font-size: 1.4rem;
	}

	.page_application_details .item_tiglist ul li a {
		font-size: 1.08rem;
	}

}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_application_details {
		padding-top: 5.4rem;
		padding-bottom: 5rem;
	}

	.page_application_details .item_tiglist ul .item_firsticon i {
		font-size: 1.4rem;
	}

	.page_application_details .item_tiglist ul li a {
		font-size: 1.08rem;
	}

}

.page_application_details .page_content_block {
	display: flex;
	display: -webkit-flex;
}

.page_application_details .item_leftarea {
	flex: 1;
}

.page_application_details .item_rightarea {
	width: 30%;
	margin-left: 2rem;
	min-width: 20rem;
}

.page_application_details .item_rightarea .item_pro_search {
	width: 100%;
	padding-top: 50%;
	/*background: #B40F22;*/
	background: url(../img/002.jpg) no-repeat center;
	background-size: 100% 100%;
	position: relative;
	transition: all .36s ease;
}

.page_application_details .item_pro_search .item_linkblock {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(128, 127, 130, 0.6); */
	color: #FFFFFF;
	padding: 0 1.44rem;
}

.page_application_details .item_pro_search .item_linkblock .item_title {
	margin-bottom: 0.64rem;
	padding-top: 1.34rem;
	font-weight: bold;
}

.page_application_details .item_pro_search .item_linkblock .item_stitle {
	margin-bottom: 3rem;
	font-weight: 300;
}

.page_application_details .item_pro_search .item_linkblock .item_btnmore {
	display: flex;
	display: -webkit-flex;
	align-items: center;

}

.page_application_details .item_pro_search .item_linkblock .item_btnmore i {
	font-size: 0.8rem;
	transform: scale(0.9);
}

.page_application_details .item_rightarea .item_pro_search:hover {
	background-size: 110% 110%;
}

.page_application_details .item_consult_block {
	width: 100%;
	padding-top: 52.3%;
	position: relative;
	margin-top: 1.92rem;
}

.page_application_details .item_consult_block .item_area_block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #B40F22;
	color: #FFFFFF;
	padding: 0 1.44rem;
}

.page_application_details .item_consult_block .item_title {
	margin-bottom: 1.2rem;
	padding-top: 1.44rem;
	font-weight: bold;
}

.page_application_details .item_consult_block .item_consult_btn {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	width: 66.66%;
	height: 3rem;
	border-radius: 3rem;
	background: #164E61;
	position: absolute;
	left: 1.44rem;
	bottom: 2rem;
}

.page_application_details .item_consult_block .item_consult_btn i {
	font-size: 0.96rem;
	margin-left: 0.6rem;
	transition: all .36s ease;
}

.page_application_details .item_consult_block .item_consult_btn:hover i {
	margin-left: 1.2rem;
}

@media screen and (max-width: 575px) {
	.page_application_details .item_rightarea {
		min-width: auto;
		width: 100%;
	}
}


@media screen and (min-width: 576px) and (max-width: 800px) {
	.page_application_details .item_rightarea {
		min-width: 25rem;
	}
}

@media screen and (max-width: 1300px) {
	.page_application_details .page_content_block {
		flex-wrap: wrap;
	}

	.page_application_details .item_leftarea {
		flex: auto;
		width: 100%;
	}

	.page_application_details .item_rightarea {
		margin-top: 4.8rem;
		margin-left: 0;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
	.page_application_details .item_rightarea {
		margin-left: 4rem;
	}
}

/* service index */
.page_wenzinfo .page_contect_topbox {
	display: flex;
	display: -webkit-flex;
	align-items: center;
}

.page_contect_topbox .item_content {
	margin-right: 2.5rem;
	width: 70%;
}

.page_contect_topbox .item_btnbox {
	margin: 3rem 0;
}

.page_contect_topbox .item_btnbox .text_title {
	margin: 1.5rem 0;
	font-weight: bold;
	color: #B40F22;
}

.page_contect_topbox .item_btnbox .item_talking {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 9.6rem;
	height: 2.3rem;
	border-radius: 1.25rem;
	background: #B40F22;
	text-align: center;
	color: #ffffff;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #B40F22;
	font-weight: 400;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	text-indent: 0px;
	transition: all ease-out .3s;
}

.page_contect_topbox .item_btnbox .item_talking i {
	margin-left: 0.48rem;
	font-size: 0.96rem;
}

.page_contect_topbox .item_btnbox .item_talking:hover {
	background-color: rgba(255, 255, 255, 0.28);
	color: #B40F22;
	border: 1px solid #B40F22;
}
.page_contect_topbox .item_pic{
	width:30%;
}

.page_contect_topbox .item_pic img {
	width: 100%;
}

/* service_show */


/* 需求和咨询 */
.page_service_consulting {
	margin-bottom: 11rem;
}

.page_service_consulting .item_toptitle {
	color: #262626;
}

.page_service_consulting .item_area {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.page_service_consulting .item_area_nomargin {
	margin-bottom: 0;
}

.page_service_consulting .item_area .item_title {
	color: #262626;
	margin-bottom: 1.2rem;
}

.page_service_consulting .item_area .item_input {
	width: 100%;
	height: 3.36rem;
	border: 0.06rem solid #B7B7B7;
	padding-left: 0.5rem;
}

.page_service_consulting .item_area .item_textarea {
	width: 100%;
	height: 14rem;
	padding: 0.5rem;
	resize: none;
	border: 0.06rem solid #B7B7B7;
}

.page_service_consulting .item_tig {
	color: #666666;
	margin-top: 1.1rem;
}

.page_service_consulting .item_submit {
	background: #B40F22;
	width: 21.6rem;
	height: 3rem;
	color: #fff;
	margin-top: 2.1rem;
	border: 0.06rem solid #B40F22;
	position: relative;
	z-index: 1;
	box-sizing: initial;
}

@media screen and (max-width: 575px) {
	.page_service_consulting {
		margin-bottom: 6rem;
	}

	.page_service_consulting .item_area {
		margin-bottom: 1.2rem;
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.page_service_consulting .item_area .item_input {
		height: 2.688rem;
	}
}

/* company index */
/* .page_appshow_pro {
	margin-bottom: 6rem;
} */

.page_appshow_pro .item_toptitle {
	color: #262626;
	margin-bottom: 4.5rem;
}

.page_appshow_pro .item_area_block {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.page_appshow_pro .item_area {
	width: 100%;
	/* border: 0.06rem solid #DADADA; */
	background: #FFFFFF;
	transition: all .36s ease;
}

.page_appshow_pro .item_area .item_pic {
	width: 100%;
}

.page_appshow_pro .item_area .item_pic img {
	width: 100%;
}

.page_appshow_pro .item_area .item_wenz {
	padding: 2.1rem 1.8rem 2.22rem 1.8rem;
	color: #262626;
}

.page_appshow_pro .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
}

.page_appshow_pro .item_area:hover .item_wenz {
	color: #B40F22;
}

@media screen and (max-width: 575px) {
	.page_appshow_pro .item_toptitle {
		padding-left: 0;
		margin-bottom: 1.6rem;
	}

	.page_appshow_pro .item_area_block {
		padding: 0;
	}

	.page_app_list .item_area {
		/* padding-top: 70%; */
	}
}

/* 相关案例 */
.page_appshow_other .item_toptitle {
	border-bottom: 0;
	padding-bottom: 0;
}

.page_appshow_other .item_toptitle::after {
	content: none;
}

@media screen and (max-width: 575px) {
	.page_appshow_other .item_toptitle {
		border-bottom: 0;
		padding-left: 0;
	}
}

/* 其它行业 */
.page_appshow_another .item_toptitle {
	color: #262626;
}

@media screen and (max-width: 575px) {
	.page_appshow_another .item_toptitle {
		padding-left: 0;
	}

	.page_app_list .item_area_block {
		padding: 0;
	}
}

/* 解决方案列表页 */
.page_solution_wenzinfo .item_info {
	margin-bottom: 2.16rem;
	font-weight: lighter;
}

.page_solution_wenzinfo .item_info2 p {
	margin-bottom: 2.16rem;
	line-height: 2.16rem;
}

/* 服务详情页 */
.page_service_wenzinfo {
	margin-top: 4.8rem;
}

.page_service_wenzinfo .item_toptitle {
	color: #262626;
	margin-bottom: 3rem;
}

.page_service_wenzinfo .item_area_block {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.page_service_wenzinfo .item_area {
	background: #DFDFDF;
	padding: 2.64rem 3.12rem 2.4rem 2.34rem;
}

.page_service_wenzinfo .item_area .item_title {
	color: #262626;
	text-align: center;
	margin-bottom: 2.64rem;
}

.page_service_wenzinfo .item_area .item_info {
	color: #262626;
	font-weight: lighter;
	line-height: 2.16rem;
}

@media screen and (max-width: 575px) {
	.page_service_wenzinfo .item_area_block {
		padding: 0;
	}
}

/* 我们提供的服务 */
.page_service_list .item_toptitle {
	color: #262626;
}

.page_service_list .item_area_block {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.page_service_list .item_area {
	background: #FFFFFF;
	border: 0.06rem solid #DADADA;
	transition: all .36s ease;
}

.page_service_list .item_area .item_pic {
	width: 100%;
}

.page_service_list .item_area .item_pic img {
	width: 100%;
}

.page_service_list .item_area .item_wenz {
	padding: 2.22rem 3rem 1.8rem 1.8rem;
}

.page_service_list .item_area .item_title {
	color: #B40F22;
	margin-bottom: 0.9rem;
}

.page_service_list .item_area .item_stitle {
	color: #262626;
	line-height: 2.16rem;
}

.page_service_list .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
}

@media screen and (max-width: 575px) {
	.page_service_list .item_area_block {
		padding: 0;
	}
}



/* 联系 */
.page_contact {}

.page_contact_menu {
	background: #FFFFFF;
}

.page_contact .item_topbox {
	padding-bottom: 1rem;
}

.page_contact .item_topbox .item_area {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.page_contact .item_topbox .item_area .item_title {
	margin-bottom: 0.5rem;
	color: #009ee0;
	line-height: 1.44rem;
}

.page_contact .item_topbox .item_area .btn_submit {
	height: calc(1.5em + .75rem + 2px);
	line-height: calc(1.5em + .75rem + 2px);
	max-width: 100px;
	background: #009ee0;
	text-align: center;
	color: #FFFFFF;
	border-radius: 0.3rem;
	margin-top: 1.94rem;
	cursor: pointer;
}

.page_contact .item_bottombox .item_b_menu {
	display: flex;
	border-top: 0.06rem solid rgba(94, 126, 155, .2);
	border-bottom: 0.06rem solid rgba(94, 126, 155, .2);
}

.page_contact .item_bottombox .item_b_menu li {
	padding: 0.9rem 1.2rem;
	position: relative;
	color: #666666;
	margin-right: 1.8rem;
	cursor: pointer;
	border-bottom: 0.18rem solid #FFFFFF;
}

.page_contact .item_bottombox .item_b_menu li.active {
	border-bottom: 0.18rem solid #009ee0;
}

.page_contact .item_bottombox .item_b_menu li:hover {
	border-bottom: 0.18rem solid #009ee0;
}

.page_contact .item_bottombox .item_b_menu li::before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: #009ee0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.4rem;
}

.page_contact_content .item_toptitle {
	color: #262626;
	position: relative;
	padding-left: 1.2rem;
}

.page_contact_content .item_toptitle::before {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: #009ee0;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -0.4rem;
}

.page_contact_content .item_area_block {
	padding-right: 1.8rem;
	margin-bottom: 1.8rem;
}

.page_contact_content .item_area {
	background: #FFFFFF;
	/* padding: 2rem 3rem; */
	transition: all .36s ease;
}

.page_contact_content .item_area .item_wenz {
	padding: 2rem 3rem 1rem 3rem;
}

.page_contact_content .item_area .item_types {
	color: #009ee0;
}

.page_contact_content .item_area .item_title {
	color: #164E61;
	margin-bottom: 0.5rem;
}

.page_contact_content .item_area .item_address {
	color: #444;
	font-weight: 300;
	margin-bottom: 1.2rem;
}

.page_contact_content .item_area .item_info {
	color: #444;
	font-weight: 300;
}

.page_contact_content .item_area .item_info span {
	color: #164E61;
	font-weight: 500;
	vertical-align: inherit;
}

.page_contact_content .item_area .item_wenz2 {
	padding: 1rem 3rem 2rem 3rem;
	border-top: 0.06rem solid #ddd;
	color: #164E61;
}

.page_contact_content .item_area .item_wenz2 i {
	font-size: 1.2rem;
	margin-right: 0.5rem;
}

.page_contact_content .item_area .item_wenz2 a {
	color: #009ee0;
	text-decoration: underline;
}

.page_contact_content .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0, 0, 0, 0.16);
}

@media screen and (max-width: 575px) {
	.page_contact .item_topbox .item_area .item_title {
		line-height: 2.16rem;
		font-size: 1.4rem;
	}

	.page_contact .item_topbox .item_area .btn_submit {
		margin-top: 2.66rem;
	}

	.page_contact .item_bottombox .item_b_menu {
		justify-content: space-between;
	}

	.page_contact .item_bottombox .item_b_menu li {
		margin-right: 0;
		font-size: 1.4rem;
	}

	.page_contact_content .item_area_block {
		padding-right: 0;
	}
}

@media screen and (min-width: 1200px) and (max-width: 2000px) {
	.page_contact_content .item_area_block {
		padding-right: 1rem;
	}

	.page_contact_content .item_area .item_wenz {
		padding: 1.5rem 1rem 1rem 1rem;
	}

	.page_contact_content .item_area .item_wenz2 {
		padding: 1rem 1rem 1.5rem 1rem;
	}
}


/* 联系表单 */
.page_content_series .item_leftbox {
	margin-bottom: 1.8rem;
}

.page_content_series .item_leftbox .item_title {
	color: #009ee0;
	margin-bottom: 1rem;
	font-weight: 600;
}

.page_content_series .item_leftbox .item_select_box {
	position: relative;
}

.page_content_series .item_leftbox .item_select {
	width: 100%;
	font-weight: 300;
	height: 2.5rem;
	font-size: 1rem;
	color: #555;
	letter-spacing: 0;
	padding: 0 2rem 0 1rem;
	border: 1px solid #ddd;
	background: #efefef;
	border-radius: 5px;
}

.page_content_series .item_leftbox .item_select_box i {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	line-height: 1.44rem;
	font-size: 1.4rem;
	color: #009ee0;
	margin-top: -0.72rem;
}

.page_content_series .item_rightbox .item_toptitle {
	color: #164E61;
	margin: 0 0 2rem 0;
	font-weight: 700;
}

.page_content_series .item_rightbox form {
	border-top: 0.06rem solid rgba(94, 126, 155, .2);
	padding-top: 2rem;
}

.page_content_series .item_rightbox .item_area_block {
	margin-bottom: 1.8rem;
}

.page_content_series .item_rightbox .item_area {
	padding-right: 1.8rem;
}

.page_content_series .item_rightbox .item_area .item_title {
	color: #aaa;
	line-height: 2.16rem;
	margin-bottom: 0.2rem;
}

.page_content_series .item_rightbox .item_area .item_title span {
	color: #f9593a;
	font-size: 1.8rem;
	line-height: 1rem;
	margin-left: 0.8rem;
}

.page_content_series .item_rightbox .item_area .item_input {
	width: 100%;
	font-weight: 300;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	color: #555;
	letter-spacing: 0;
	padding: 0 1rem;
	border: 1px solid #ddd;
	background: #efefef;
	border-radius: 5px;
}

.page_content_series .item_rightbox .item_area .item_select_box {
	position: relative;
}

.page_content_series .item_rightbox .item_area .item_select {
	width: 100%;
	font-weight: 300;
	height: 2.5rem;
	font-size: 1rem;
	color: #555;
	letter-spacing: 0;
	padding: 0 2rem 0 1rem;
	border: 1px solid #ddd;
	background: #efefef;
	border-radius: 5px;
}

.page_content_series .item_rightbox .item_area .item_select_box i {
	position: absolute;
	top: 50%;
	right: 0.5rem;
	line-height: 1.44rem;
	font-size: 1.4rem;
	color: #009ee0;
	margin-top: -0.72rem;
}

.page_content_series .item_rightbox .item_area .form-check {
	width: 100%;
	height: 100%;
	font-size: 1.2rem;
	font-weight: 500;
	color: #164E61;
	background: #eee;
	border-radius: 0.3rem;
	padding: 1.5rem;
	padding-left: 2.4rem;
}

.page_content_series .item_rightbox .form-check.on {
	background: linear-gradient(135deg, #164E61 0, #009ee0 100%);
	color: #FFFFFF;
}

.page_content_series .item_rightbox .item_area_title {
	color: #009ee0;
	font-weight: 600;
	line-height: 2.16rem;
	margin-bottom: 1rem;
}

.page_content_series .item_rightbox .item_area_title span {
	color: #f9593a;
	font-size: 1.8rem;
	line-height: 1rem;
	margin-left: 0.8rem;
}

.page_content_series .item_rightbox .item_area_block_single {
	border-top: 1px solid #eee;
	padding: 3rem 0;
	margin-bottom: 0 !important;
}

.page_content_series .item_rightbox .item_area .form-control {
	background: #EEEEEE;
}

.page_content_series .item_rightbox .item_tig {
	color: #444;
	font-weight: 300;
	margin-bottom: 1rem;
}

.page_content_series .item_rightbox .item_submit {
	opacity: .4;
	background: #111;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	height: 2.5rem;
	line-height: 2.5rem;
	letter-spacing: 0.12rem;
	display: inline-block;
	cursor: pointer;
	border-radius: 0.24rem;
	border: none;
	padding: 0 1.5rem;
	float: right;
}

@media screen and (max-width: 575px) {
	.page_content_series .item_leftbox {
		padding: 0;
	}

	.page_content_series .item_rightbox {
		padding: 0;
	}

	.page_content_series .item_rightbox .item_area {
		padding-right: 1rem;
	}
}

@media screen and (max-width: 991px) {
	.page_content_series .item_leftbox .item_select_box {
		width: 60%;
	}
}

@media screen and (max-width: 1199px) {
	.page_content_series .item_rightbox .item_area {
		margin-bottom: 1.8rem;
	}
}

/* News List */
.page_news_content .page_content_box {
	flex-wrap: wrap;
	margin-left: -0.9rem;
	margin-right: -0.9rem;
}

.page_news_content .item_area_block {
	margin-bottom: 1.8rem;
	padding: 0 0.9rem;
}

.page_news_content .item_area {
	background: #FFFFFF;
	border-radius: 0.3rem;
	transition: all .4s ease;
}

.page_news_content .item_area .item_pic {
	width: 100%;
	overflow: hidden;
}

.page_news_content .item_area .item_pic img {
	width: 100%;
}

.page_news_content .item_area .item_wenz {
	padding: 1.92rem 2.04rem 1.8rem 2.04rem;
}

.page_news_content .item_area .item_title {
	color: #B40F22;
	margin-bottom: 0.9rem;
}

.page_news_content .item_area .item_stitle {
	color: #666666;
}

.page_news_content .item_area .item_tigbox {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	height: 2.64rem;
	margin-top: 2.16rem;
}

.page_news_content .item_area .item_tigbox .item_data {
	color: #666666;
}

.page_news_content .item_area .item_tigbox .item_data i {
	color: #B40F22;
}

.page_news_content .item_area .item_tigbox .item_btnmore {
	width: 2rem;
	height: 2rem;
	text-align: center;
	line-height: 2rem;
	border: 0.12rem solid #B40F22;
	box-sizing: initial;
	transition: all .4s ease;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.page_news_content .item_area .item_tigbox .item_btnmore i {
	color: #B40F22;
}

.page_news_content .item_area:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgba(0, 0, 0, 0.16);
}

.page_news_content .item_area:hover .item_btnmore {
	background: #B40F22;
	border: 0.12rem solid #B40F22;
}

.page_news_content .item_area:hover .item_btnmore i {
	color: #FFFFFF;
}

.page_content_block .page_fenye {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
}

.page_content_block .page_fenye a {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 1rem;
	color: #B40F22;
	border: 1px solid #B40F22;
	font-weight: 400;
	margin: 0 0.38rem;
	box-shadow: 0 0.18rem 0.36rem rgba(0, 0, 0, 0.16);
}

.page_content_block .page_fenye a.active {
	background: #B40F22;
	color: #FFFFFF;
}


@media screen and (max-width: 575px) {
	.page_news_content .item_toptitle {
		margin-bottom: 3rem;
	}

	.page_news_content .page_content_box {
		flex-wrap: wrap;
		margin-left: 0rem;
		margin-right: 0rem;
	}

	.page_news_content .item_area_block {
		padding: 0;
	}
}

/* News Show */
.page_news_details .item_toptite {
	color: #B40F22;
	text-align: center;
	font-weight: 400;
}

.page_news_details .item_topstitle {
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 0.96rem;
}

.page_news_details .item_topstitle .item_topstitle_area {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	margin: 0.3rem 0.8rem;
}

.page_news_details .item_topstitle .item_topstitle_area p {
	color: #333333;
	font-weight: 400;
	margin-right: 0.42rem;
}

.page_news_details .item_topstitle .item_topstitle_area i {
	color: #000000;
	margin-right: 0.38rem;
}

.swiper_newsshow_container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin-top: 1.92rem;
}

.swiper_newsshow_container .item_pic {
	position: relative;
	overflow: hidden;
}

.swiper_newsshow_container .item_pic img {
	width: 100%;
}

.swiper_newsshow_container .item_pic .item_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #F5F5F5;
	opacity: 0.5;
	transition: all .36s ease;
}

.swiper_newsshow_container .item_pic:hover .item_bg {
	opacity: 0;
}

.swiper_newsshow_pagination {
	text-align: center;
	margin-top: 1.2rem;
	margin-bottom: 3.7rem;
}

.swiper_newsshow_pagination .swiper-pagination-bullet {
	background: #999999;
	opacity: 1;
	width: 8px;
	height: 8px;
	margin: 0 0.48rem !important;
}

.swiper_newsshow_pagination .swiper-pagination-bullet-active {
	background: #B40F22;
}

.page_news_details .news_box {
	font-size: 1rem;
	color: #000000;
	font-weight: 300;
}

.page_news_details .news_box p {
	font-size: 1rem;
	line-height: 1.8rem;
	margin-bottom: 1rem;

}

.page_news_details .news_box ul li {
	font-weight: bold;
	margin-bottom: 0.6rem;
	font-size: 1rem;
	line-height: 1.42857143rem;
	color: #2d373c;
}

.page_news_details .news_box img {
	max-width: 100%;
}

@media screen and (max-width: 575px) {
	.page_news_details .news_box ul li {
		font-size: 1.4rem;
		line-height: 2.16rem;
		margin-bottom: 1.2rem;
	}

	.page_news_details .news_box p {
		font-size: 1.3rem;
		line-height: 2.16rem;
		margin-bottom: 1.2rem;
	}
}













/* 新闻 */
/* .page_news_newslist {
	background: #FFFFFF;
}

.page_news_newslist .item_toptitle {
	color: #262626;
}

.page_news_newslist .item_content .item_pic {
	position: relative;
	width: 100%;
	padding-top: 56.2%;
	background: #f9f9f9;
	margin-bottom: 1.8rem;
}

.page_news_newslist .item_content .item_pic img {
	object-fit: contain;
	display: block;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.page_news_newslist .item_content .item_datatime {
	color: #697882;
}

.page_news_newslist .item_content .item_title {
	color: #2d373c;
	margin: 1.2rem 0;
}

.page_news_newslist .item_content .item_stitle {
	color: #2d373c;
}

.page_news_newslist .item_content .item_btn {
	margin-top: 1.2rem;
	background-color: #2387aa;
	padding: 0 1.5rem 0 0.9rem;
	color: #fff;
	line-height: 2.4rem;
	display: inline-block;
	transition: all .36s ease;
}

.page_news_newslist .item_content .item_btn i {
	transition: all .36s ease;
}

.page_news_newslist .item_content .item_btn:hover {
	background: #005578;
}

.page_news_newslist .item_content .item_btn:hover i {
	padding-right: 1rem;
} */





/* 新闻详情页 */

.page_news_details .item_datatime {
	margin-bottom: 0.6rem;
}

.page_news_details .item_title {
	font-weight: bold;
	margin-bottom: 1.8rem;
	line-height: 2.57142857rem;
	color: #2d373c;
	padding-bottom: 0.6rem;
}

.page_news_details .item_content p {
	font-size: 1rem;
	line-height: 1.42857143rem;
	color: #2d373c;
	margin-bottom: 0.6rem;
}

.page_news_details .item_content ul li {
	font-weight: bold;
	margin-bottom: 0.6rem;
	font-size: 1rem;
	line-height: 1.42857143rem;
	color: #2d373c;
}

.page_news_details .item_content img {
	max-width: 100%;
}

@media screen and (max-width: 575px) {
	.page_news_details .item_content ul li {
		font-size: 1.4rem;
		line-height: 2.16rem;
		margin-bottom: 1.2rem;
	}

	.page_news_details .item_content p {
		font-size: 1.3rem;
		line-height: 2.16rem;
		margin-bottom: 1.2rem;
	}
}

/* 公司 */
.page_company_list .item_area .item_wenz {
	padding: 1.8rem 2rem 1.8rem 2.04rem;
	/* color: #B40F22; */
}

/* 公司详情页 */
.page_company_content {}

.page_company_content .page_content_block {
	display: flex;
	display: -webkit-flex;
}

.page_company_content .item_leftarea {
	flex: 1;
}

.page_company_content .item_titlebox {
	/* 	display: flex;
	display: -webkit-flex; */
	align-items: center;
	flex-wrap: wrap;
}

.page_company_content .item_titlebox .item_title {
	color: #262626;
	font-weight: 400;
	margin-bottom: 1.2rem;
}

.page_company_content .item_titlebox .item_stitle {
	color: #262626;
	font-weight: 400;
	margin-bottom: 1.2rem;
}

.page_company_content .item_contentbox {
	color: #262626;
	line-height: 2.16rem;
	font-weight: 300;
}

.page_company_content .item_contentbox p {
	margin-bottom: 1rem;
	text-align: justify;
}

.page_company_content .item_contentbox img {
	max-width: 100%;
	margin: 2rem 0;
}

.page_company_content .item_rightarea {
	margin-left: 2rem;
	min-width: 20rem;
	padding-top: 8rem;
}

.page_company_content .item_rightarea .item_pic {
	width: 100%;
	margin-bottom: 2rem;
}

.page_company_content .item_rightarea .item_pic img {
	width: 100%;
	height: 80%;
}

@media screen and (max-width: 575px) {
	.page_company_content .item_rightarea {
		min-width: auto;
		width: 100%;
	}

	.page_company_content .item_leftarea {
		flex: auto;
		width: 100%;
	}
}

@media screen and (max-width: 1300px) {
	.page_company_content .page_content_block {
		flex-wrap: wrap;
	}

	.page_company_content .item_leftarea {
		flex: auto;
		width: 100%;
	}

	.page_company_content .item_rightarea {
		margin-top: 3rem;
		padding-top: 0;
		margin-left: 0;
	}
}

@media screen and (min-width: 1300px) and (max-width: 1400px) {
	.page_company_content .item_rightarea {
		margin-left: 4rem;
	}
}



.page_company_show {
	margin-top: 4.2rem;
}

.page_company_show .item_toptitle {
	color: #262626;
	margin-bottom: 3rem;
}

.page_company_show .item_wenzinfo {
	margin-bottom: 2.16rem;
}

.page_company_show .item_title {
	font-weight: 400;
	color: #262626;
}

.page_company_show .item_info {
	color: #262626;
	font-weight: lighter;
	line-height: 2.16rem;
}

/* 下载 */
.page_loading_show .item_area_block {
	margin-bottom: 4.5rem;
}

@media screen and (max-width: 575px) {
	.page_loading_show .item_area_block {
		margin-bottom: 1.8rem;
	}
}

/* 页码 */
.page_development_fenye {
	text-align: left;
}

@media screen and (max-width: 575px) {
	.page_development_series .item_area {
		width: 100%;
		padding-right: 0;
	}

	.page_development_series .custom-select {
		width: 100%;
		height: 4rem;
		font-size: 1.4rem;
	}

	.page_development_list .item_table .t_font3 {
		color: #B40F22;
	}

	.page_development_fenye {
		text-align: center;
	}
}


/* 快速联系我们 */
.page_qcontactus {
	background: #FFFFFF;
	padding-top: 3.6rem;
	padding-bottom: 3.6rem;
	overflow: hidden;
}

.page_qcontactus .item_toptitle {
	display: flex;
	align-items: center;
	margin-bottom: 2.4rem;
}

.page_qcontactus .item_toptitle .item_font1 {
	font-size: 1.32rem;
	color: #444;
	line-height: 1.98rem;
}

.page_qcontactus .item_toptitle .item_font2 {
	font-size: 0.84rem;
	color: #444;
	display: inline-block;
	margin-left: 0.9rem;
	line-height: 1.98rem;
	flex: 1;
}

/* 表单 */
.page_qcontactus .item_formcontent .message_form {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	align-items: center;
}

.page_qcontactus .item_formcontent input {
	border: 0.06rem solid #ccc;
	background-color: #fff;
	padding: 1.2rem 0;
	color: #6e6e6e;
	padding-left: 0.8rem;
	font-size: 0.84rem;
	font-family: 'Microsoft YaHei';
	width: 100%;
	margin-bottom: 1rem;
}

.page_qcontactus .item_formcontent .item_formarea {
	padding-right: 0.9rem;
	position: relative;
}

.page_qcontactus .item_formcontent .item_formarea .Validform_wrong,
.page_qcontactus .item_formcontent .item_formarea .Validform_checktip {
	position: absolute;
	left: 0;
	bottom: -0.1rem;
}

.page_qcontactus .item_formcontent .submit {
	background-color: #B40F22;
	color: #fff;
	text-align: center;
	cursor: pointer;
	margin-right: 0;
	font-size: 0.84rem;
}

.page_qcontactus .item_formcontent .item_formarea_first {
	width: 21%;
}

.page_qcontactus .item_formcontent .item_formarea_second {
	width: 40%;
}

.page_qcontactus .item_formcontent .item_formarea_third {
	width: 18%;
	padding-right: 0;
}

.page_qcontactus .item_formcontent .item_tig {
	color: #8f8f8f;
	font-style: italic;
	font-size: 0.84rem;
	margin-top: 0.92rem;
}

@media screen and (max-width: 575px) {
	.page_qcontactus .item_toptitle {
		flex-wrap: wrap;
		margin-bottom: 1.2rem;
	}

	.page_qcontactus .item_toptitle .item_font2 {
		margin-left: 0;
		flex: auto;
		width: 100%;
		margin-top: 0.32rem;
	}

	.page_qcontactus .item_formcontent .message_form {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.page_qcontactus .item_formcontent .item_formarea {
		padding-right: 0;
	}

	.page_qcontactus .item_formcontent .item_formarea_first {
		width: 49%;
	}

	.page_qcontactus .item_formcontent .item_formarea_second {
		width: 100%;
	}

	.page_qcontactus .item_formcontent .item_formarea_third {
		width: 44%;
	}
}

@media screen and (min-width: 576px) and (max-width: 1000px) {
	.page_qcontactus .item_formcontent .message_form {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.page_qcontactus .item_formcontent .item_formarea {
		padding-right: 0;
	}

	.page_qcontactus .item_formcontent .item_formarea_first {
		width: 49%;
	}

	.page_qcontactus .item_formcontent .item_formarea_second {
		width: 70%;
	}

	.page_qcontactus .item_formcontent .item_formarea_third {
		width: 28%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1400px) {
	.page_qcontactus .item_formcontent .message_form {
		flex-wrap: wrap;
	}

	.page_qcontactus .item_formcontent .item_formarea_first {
		width: 40%;
	}

	.page_qcontactus .item_formcontent .item_formarea_second {
		width: 60%;
	}
}

/* Contact Us */
.page_contact_content .item_content_block {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.page_contact_content .item_leftarea {
	width: 100%;
	padding-top: 36.36%;
	background-size: cover;
	position: relative;
	transition: all .36s ease;
}

.page_contact_content .item_leftarea .item_leftarea_wenz {
	width: 37.57%;
}

.page_contact_content .item_leftarea .item_leftarea_wenz {
	position: absolute;
	bottom: 0;
	left: 2.4rem;
	background: rgba(255, 255, 255, 0.9);
	width: 62.25%;
	padding: 1.1rem 1.63rem 1.2rem 1.63rem;
}

.page_contact_content .item_leftarea_wenz .item_title {
	color: #293033;
	font-weight: 400;
	margin-bottom: 0.57rem;
}

.page_contact_content .item_leftarea_wenz .item_stitle {
	color: #707070;
	margin-bottom: 1.44rem;
}

.page_contact_content .item_title {
	color: #293033;
	font-weight: 400;
	margin-bottom: 1.63rem;

}

.page_contact_content .item_area {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 2.4rem;
}

.page_contact_content .item_area:last-child {
	margin-bottom: 0;
}

.page_contact_content .item_area .item_pic {
	width: 66.06%;
}

.page_contact_content .item_area .item_wenzinfo {
	width: 32.12%;
	background: #ffffff;
	padding: 1.82rem 1.68rem;
	min-height: 5rem;
}

.page_contact_content .item_area .item_wenzinfo .item_title {
	color: #000000;
	font-weight: 400;
	margin-bottom: 0.96rem;
}

.page_contact_content .item_area .item_wenzinfo .item_list li {
	color: #293033;
	font-weight: 300;
	margin-bottom: 0.48rem;
}

@media screen and (max-width: 575px) {
	.page_contact_content {
		padding-top: 3.6rem;
	}

	.page_contact_content .item_area {
		flex-wrap: wrap;
	}

	.page_contact_content .item_area .item_pic {
		width: 100%;
		padding-top: 28.25%;
		margin-bottom: 1.8rem;
	}

	.page_contact_content .item_area .item_wenzinfo {
		width: 100%;
	}
}

@media screen and (min-width: 576px) and (max-width: 1200px) {
	.page_contact_content {
		padding-top: 4.8rem;
	}

	.page_contact_content .item_area {
		flex-wrap: wrap;
	}

	.page_contact_content .item_area .item_pic {
		width: 100%;
		padding-top: 28.25%;
		margin-bottom: 1.8rem;
	}

	.page_contact_content .item_area .item_wenzinfo {
		width: 30rem;
	}
}

/* 搜索页面 */
.page_search_toparea {
	width: 100%;
	background: #C21C23;
	border-bottom: 1px solid #707070;
	height: 19.2rem;
}

.page_search_toparea .page_content_block {
	position: relative;
	height: 100%;
}

.page_search_toparea .item_content {
	position: absolute;
	bottom: -6rem;
	left: 0;
	width: 100%;
}

.page_search_toparea .item_title {
	color: #FFFFFF;
	margin-bottom: 1.63rem;
	font-weight: 400;
}

.page_search_toparea .item_search_box {
	background: #FFFFFF;
	width: 100%;
	padding: 1.68rem 1.44rem 0 1.44rem;
	border-radius: 0.3rem;
	box-shadow: 0 0.18rem 0.36rem rgba(0, 0, 0, 0.16);
	padding-bottom: 2.88rem;
}

.page_search_toparea .item_search_box .item_font1 {
	color: #C21C23;
	font-weight: 400;
	margin-top: 1.34rem;
}

.page_search_toparea .item_search {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border: 1px solid #CCCCCC;
	border-radius: 0.3rem;
	height: 3rem;
}

.page_search_toparea .item_search .item_search_input {
	flex: 1;
	height: 100%;
	border: none;
	background: none;
	padding-left: 0.67rem;
	margin-right: 0.67rem;
	font-size: 1rem;
	color: #707070;
}

.page_search_toparea .item_search .item_search_btn {
	display: block;
	width: 13.5rem;
	height: 2.76rem;
	line-height: 2.76rem;
	text-align: center;
	background: #C21C23;
	font-size: 1rem;
	color: #FFFFFF;
	border-radius: 0.3rem;
	margin-right: 0.08rem;
}

.page_search_content {
	width: 100%;
	margin-top: 9.93rem;
	padding-bottom: 7.2rem;
}

.page_search_content .item_content {
	max-width: 1370px;
	margin: 0 auto;
	padding-bottom: 2.04rem;
}

.page_search_content .item_area {
	background: #FFFFFF;
	box-shadow: 0 0.18rem 0.36rem rgba(0, 0, 0, 0.16);
	padding: 1.44rem 1.68rem 0.96rem 1.68rem;
	margin-bottom: 1.8rem;
}

.page_search_content .item_area .item_title {
	color: #C21C23;
	font-weight: 400;
	margin-bottom: 0.67rem;
}

.page_search_content .item_area .item_stitle {
	color: #707070;
	font-weight: 400;
}

.page_search_content .item_area .item_btn {
	width: 2.16rem;
	height: 2.16rem;
	border-radius: 50%;
	border: 2px solid #C21C23;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	margin-top: 0.57rem;
	transition: all .36s ease;
}

.page_search_content .item_area .item_btn i {
	color: #293033;
	font-size: 1rem;
	transition: all .36s ease;
}

.page_search_content .item_area:hover .item_btn {
	background: #C21C23;
}

.page_search_content .item_area:hover .item_btn i {
	color: #FFFFFF;
}

@media screen and (max-width: 575px) {
	.page_search_content {
		margin-top: 8.6rem;
		padding-bottom: 6rem;
	}

	.page_search_toparea .item_search .item_search_btn {
		width: 6.5rem;
	}
}