/* 轮播图 */
.index_nav .carousel-indicators li.active {
	background: none;
}

.index_nav .carousel-item {
	position: relative;
	height: 680px;
}

.index_nav .carousel-item img {
	position: relative;
	z-index: 1;
	width: 100%;
}

.index_nav .index_nav_info {
	height: 10.1rem;
	background: rgba(180,15,34,0.0);	
	/* position: absolute;
	bottom: 3.6rem;
	left: 50%; */
	z-index: 2;
	display: flex;
	align-items: flex-start;
	padding: 0 0 0 2.34rem;
	/* transform: translate(-50%, 0); */
	-webkit-perspective-origin: 50% 50%;
	-moz-perspective-origin: 50% 50%;
	perspective-origin: 50% 50%;
	margin: 0 auto;
}

.index_nav .index_nav_info .item_icon {
	width: 1.62rem;
	opacity: 1;
	margin-right: 1.68rem;
	margin-top: 2.22rem;
}

.index_nav .index_nav_info .item_wenz {
	flex: 1;
}

.index_nav .index_nav_info .item_wenz .itme_wenz_title {
	font-size: 1.5rem;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 0.6rem;
}

.index_nav .index_nav_info .item_wenz .itme_wenz_stitle {
	font-size: 1rem;
	font-weight: lighter;
	color: #ffffff;
	font-weight: 500;
}

.index_nav .index_nav_info .item_line {
	width: 0.06rem;
	height: 6.6rem;
	border-left: 0.06rem dotted #ffffff;
	margin-top: 0.75rem;
}

.index_nav .index_nav_info .item_pic {
	width: 9.72rem;
	height: 5.58rem;
	overflow: hidden;
	line-height: 5.58rem;
	text-align: center;
	margin: 1.22rem 2.04rem 2.04rem;
}

.index_nav .index_nav_info .item_pic img {
	width: 100%;
	height: 100%;
}
.index_nav .index_nav_icon{
	position: absolute;
		bottom: 2.6rem;
		width: 100%;
		height: 100%;
		z-index: 99;
		transform: translate3d(0, 0, 0);
}
.index_nav .index_nav_block{
	position: relative;
		width: 100%;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		transform-style: preserve-3d;
}
.index_nav .index_nav_block img{
	position: absolute;
	right: 0 !important;
	bottom: 30%;
}
.button-nav-prev,
.button-nav-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 1;
  transition: opacity 0.15s ease;
}
.index_nav .index_nav_block i{
	color: #B40F22;
	font-size: 2rem;
}
.button-nav-next:hover{
	background: #B40F22;
	color: #ffffff;
}
.button-nav-prev:hover{
	background: #B40F22;
	color: #ffffff;
}
.index_nav .index_nav_block .button-nav-prev{
	right: 10% !important;
	width:10%;
	    z-index: 100;
	    background: #FFFFFF;
	    opacity: 1;
}
.index_nav .index_nav_block .button-nav-next{
	right: 0 !important;
	width:10%;
	    z-index: 100;
	    background: #B40F22;		
	    opacity: 1;
}
.index_nav .index_nav_block .button-nav-next i{
	color: #ffffff;
}


@media screen and (max-width: 575px) {
	.index_nav .carousel-item {
		height: 30rem;
		text-align: center;
	}

	.index_nav .carousel-item>div {
		display: flex;
		justify-content: center;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.index_nav .carousel-item img {
		width: auto;
		height: 100%;
	}

	.index_nav .carousel-indicators {
		position: absolute;
		bottom: 1.6rem;
	}

	.index_nav .carousel-indicators li {
		width: 0.7rem;
		height: 0.7rem;
		border: 0.06rem solid #FFFFFF;
		border-radius: 50%;
		opacity: 1;
		margin-bottom: 0.3rem;
		margin: 0 0.4rem;
	}
}

@media screen and (min-width: 576px) {
	.index_nav .carousel-indicators {
		position: absolute;
		top: 50%;
		right: 2rem;
		width: 1.2rem;
		height: auto;
		margin: 0;
		left: auto;
		display: block;
	}

	.index_nav .carousel-indicators li {
		width: 0.6rem;
		height: 0.6rem;
		border: 0.06rem solid #FFFFFF;
		border-radius: 50%;
		opacity: 1;
		padding: 0;
		margin: 0;
		text-indent: 0;
		line-height: 0.6rem;
		flex: initial;
		box-sizing: initial;
		margin-bottom: 0.3rem;
	}
}

/* css3翻轉效果 */
.index_nav .index_nav_fzbox {
	position: absolute;
	bottom: 15%;
	left: 0;
	width: 100%;
	height: 10.1rem;
	z-index: 10;
	transform: translate3d(0, 0, 0);
}

.index_nav .index_nav_info_block {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	transform-style: preserve-3d;
	display: none;
}

.index_nav .index_nav_info_block.active {
	display: block;
}

/* 測試 */

.index_nav .index_nav_info_block.active .zm_block {
	-webkit-animation: flipInX 0.8s ease both;
	-moz-animation: flipInX 0.8s ease both;
	animation: flipInX 0.8s ease both;
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(800px) rotateX(0deg) scale(1);
	}

	100% {
		-webkit-transform: perspective(800px) rotateX(-90deg) scale(0.86);
	}
}

@-moz-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(800px) rotateX(0deg) scale(1);
	}

	100% {
		-webkit-transform: perspective(800px) rotateX(-90deg) scale(0.86);
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(800px) rotateX(0deg) scale(1);
	}

	100% {
		-webkit-transform: perspective(800px) rotateX(-90deg) scale(0.86);
	}
}


@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(800px) rotateX(90deg) scale(0.86);
	}

	40% {
		-webkit-transform: perspective(800px) rotateX(-10deg);
	}

	70% {
		-webkit-transform: perspective(800px) rotateX(10deg);
	}

	100% {
		-webkit-transform: perspective(800px) rotateX(0deg) scale(1);
	}
}

@-moz-keyframes flipInX {
	0% {
		-moz-transform: perspective(800px) rotateX(90deg) scale(0.86);
	}

	40% {
		-moz-transform: perspective(800px) rotateX(-10deg);
	}

	70% {
		-moz-transform: perspective(800px) rotateX(10deg);
	}

	100% {
		-moz-transform: perspective(800px) rotateX(0deg) scale(1);
	}
}

@keyframes flipInX {
	0% {
		transform: perspective(800px) rotateX(90deg) scale(0.86);
	}

	40% {
		transform: perspective(800px) rotateX(-10deg);
	}

	70% {
		transform: perspective(800px) rotateX(10deg);
	}

	100% {
		transform: perspective(800px) rotateX(0deg) scale(1);
	}
}

@media screen and (max-width: 575px) {
	.index_nav_fzbox {
		display: none;
	}
	.index_nav_block{
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 800px) {
	.index_nav .index_nav_fzbox {
		bottom: 1.6rem;
	}

	.index_nav .index_nav_info_block {
		width: 80%;
	}
	.index_nav .index_nav_block{
		width: 80%;
	}
	.index_nav .index_nav_block img {
		width: 260px;
	}
	
	.index_nav .carousel-item {
		height: 100%;
	}

}

@media screen and (min-width: 800px) and (max-width: 1200px) {
	.index_nav .index_nav {
		bottom: 2rem;
	}
	.index_nav .carousel-item {
		height: 100%;
	}

	.index_nav .index_nav_info_block {
		width: 588px;
	}
	.index_nav .index_nav_block{
		width: 80%
	}
	.index_nav .index_nav_block img {
		width: 400px;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.index_nav .index_nav_info_block {
		width: 784px;
	}
	.index_nav .index_nav_block{
		width: 960px;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
	.index_nav .index_nav_info_block {
		width: 1080px;
	}
	.index_nav .index_nav_block{
		width: 1080px;
	}
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
	.index_nav .index_nav_info_block {
		width: 1200px;
	}
	.index_nav .index_nav_block{
		width: 1200px;
	}
}

@media screen and (min-width: 2000px) {
	.index_nav .index_nav_info_block {
		width: 1200px;
	}
	.index_nav .index_nav_block{
		width: 1200px;
	}
}

/* 核心优势 */
.index-advantage{
	background: #FFFFFF;	
}
.index-advantage .item_toptitle {
	color: #B40F22;
	text-align: center;
	font-weight: 400;
	margin-bottom: 5.1rem;
}
.index-advantage .item_content {
    width: 100%;
    margin: 0;
    margin-top: 1rem;
}
.index-advantage .item_area {
    padding: 2rem 4%;
    transition: all .36s ease;   
    width: 100%;
    position: relative;
}
.index-advantage .item_area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.03rem;
    height: 100%;
    background: #E1E1E1;
}
.index-advantage .item_area:last-child::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0.03rem;
    height: 100%;
    background: #E1E1E1;
}
.index-advantage .item_area:hover {
    box-shadow: 0 0 1.8rem 0 rgb(0 0 0 / 16%);
}

.index-advantage .item_content .item_icon {
    width: 7.8rem;
    height: 5.76rem;
    margin: 0 auto;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.index-advantage .item_content .item_icon i {
    font-size: 3rem;
    color: #B40F22;
    transition: all .36s ease;
}
.index-advantage .item_content .item_title {
    text-align: center;
    color: #293033;
    font-weight: 500;
    transition: all .36s ease;
	font-size: 0.87rem;
}








/* 了解行业解决方案和案例 */
.index_understand {
	width: 100%;
	background: #FFFFFF;
	padding: 6rem 0;
	text-align: center;
}

.index_understand_block {
	max-width: 58.5rem;
}

.index_understand .item_title {
	color: #262626;
	margin-bottom: 1rem;
}

.index_understand .item_stitle {
	color: #666666;
	font-weight: 300;
}

.index_understand .item_btnmore {
	width: 23.4rem;
	height: 3rem;
	line-height: 3rem;
	/* background: #B40F22; */
	border: 0.06rem solid #B40F22;
	display: block;
	color: #B40F22;
	margin: 1.8rem auto 0 auto;
	position: relative;
	transition: all .46s ease;
	z-index: 1;
}

.index_understand .item_btnmore:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: #B40F22;
	transition: all .36s ease;
	opacity: 0;
}

.index_understand .item_btnmore:hover {
	color: #fff;
}

.index_understand .item_btnmore:hover:before {
	width: 100%;
	opacity: 1;
}

@media screen and (max-width: 575px) {
	.index_understand {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.index_understand_block {
		padding: 0;
	}

	.index_understand .item_btnmore {
		width: 90%;
		font-size: 1.3rem;
	}
}

/* 我们的业务 */
.index_products_box{
	position: relative;
	width: 100%;
	z-index: 2;	
}
.index_products_box .swiper_container_pro{
	width: 100%;
	margin: 0 auto;
	padding: 15px 10px;
	position: relative;
	overflow: hidden;
}
.index_products_box .swiper_container_pro .item_area {
	border: 1px solid #E2E4E8;
	box-shadow: 0 0 3px rgba(178, 178, 178, 0.3);
	transition: all .36s ease;
}

.index_products_content{
	/* padding: 0.5rem; */
	margin-bottom: 0;
}
.index_products_box .index_products_content .hyperlink_txt {
	display: block;
	transition: background .3s ease-in-out;
	text-align: center;
	background: #FFFFFF;
	transition: all .36s ease;
}
.index_products_box .index_products_content .hyperlink_txt .item_pic {
	width: 100%;
	/* height: 19.2rem;
	overflow: hidden; */
}
.index_products_box .index_products_content .hyperlink_txt .item_pic img {
	width: 100%;
}
.index_products_box .index_products_content .hyperlink_txt .item_wenz {
	padding: 1.56rem 1.8rem 0.3rem 1.8rem;
	border-bottom: 0.06rem solid #EDEDED;
	text-align: left;
}

.index_products_box .index_products_content .hyperlink_txt .item_title {
	color: #262626;
	font-weight: bold;
	margin-bottom: 0.3rem;
}

.index_products_box .index_products_content .hyperlink_txt .item_stitle {
	color: #666666;
	font-weight: lighter;
	height: 4.98rem;
	line-height: 1.66rem;
}

.index_products_box .index_products_content .hyperlink_txt .item_tig {
	line-height: 2.28rem;
	text-align: right;
	padding-right: 1.2rem;
	color: #666666;
}

.index_products_box .index_products_content .hyperlink_txt .item_tig i {
	font-size: 1rem;
}

.index_products_box .index_products_content .hyperlink_txt:hover {
	box-shadow: 0 0.18rem 0.36rem 0.12rem rgb(0 0 0 / 16%);
}

.index_products_box .index_products_content .hyperlink_txt:hover .item_title {
	color: #B40F22;
}

.index_products_box .index_products_content .hyperlink_txt:hover .item_tig {
	color: #B40F22;
}
.index_products_box .swiper_button_pro {
	cursor: pointer;
	position: absolute;
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	width: 2.9rem;
	height: 3.6rem;
	border: 0.1rem solid #B40F22;
	background-size: 100%;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s ease;
}
.index_products_box .swiper_buttonbox{
	position: absolute;
	top: 42%;
	/* width: calc(100% - 100px); */
	width: 100%;
	}
	
.index_products_box .swiper_button_pro i{
	font-size: 1.8rem;
	color: #B40F22;
}

.index_products_box .swiper_button_pro_prev {
	left: -4.2rem;
}

.index_products_box .swiper_button_pro_next {
	right: -4.2rem;
}

.index_products_box .swiper_button_pro:hover {
	background: #B40F22;
}

.index_products_box .swiper_button_pro:hover i{
	color: #fff;
}
.index_products_box .swiper-pagination{
	bottom: -1rem;
}

.index_business .item_toptitle {
	text-align: left;
	color: #B40F22;
	font-weight: 400;
	padding-top: 6rem;
}

.index_business .weui_vse_block {
	margin-top: 3.6rem;
}

.index_products {
	/* padding: 0 50px 0 50px; */
	overflow: visible;
	position: relative
}

.index_products .ce_hyperlink {
	margin-bottom: 0
}

.index_products .ce_hyperlink h2:after {
	padding: 15px 0
}

.index_products .ce_hyperlink.active a {
	background: #e4003a
}

.index_business .lSSlideOuter .lSPager.lSpg {
	margin-top: 1.2rem !important;
	display: none;
}

@media screen and (max-width: 575px) {
	.index_business .item_toptitle {
		padding-top: 3rem;
	}
	.index_products_box .swiper_buttonbox {
		display: none;
	}
	.index_products_box .swiper-slide{
		display: flex;
		display: -webkit-flex;
		justify-content: center;
		overflow: hidden;
	}
	.index_products_box .swiper_container_pro {
		padding: 15px 0px;
	}	
}

/* 我们的价值观 */
.index_sense {
	width: 100%;
	height: 21.6rem;
	position: relative;
}

.index_sense .item_bgbox {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.index_sense .item_bgbox .item_leftbox {
	background: #B40F22;
	width: 50%;
	height: 100%;
}

.index_sense .item_bgbox .item_rightbox {
	width: 50%;
	height: 100%;
}

.index_sense .page_content_block {
	height: 100%;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
}

.index_sense .item_wenzbox {
	width: 46%;
	margin-left: 2%;
}

.index_sense .item_wenzbox .item_title {
	color: #FFFFFF;
	margin-bottom: 1.8rem;
}

.index_sense .item_wenzbox .item_btnmore {
	width: 9rem;
	height: 2.4rem;
	/* background: rgba(255, 255, 255, 0.8); */
	border-radius: 0.3rem;
	display: block;
	text-align: center;
	line-height: 2.4rem;
	/* color: #B40F22; */
	color: #fff;
	border: 0.06rem solid rgba(255, 255, 255, 0.8);
	transition: all .36s ease;
	position: relative;
	z-index: 1;
	box-sizing: initial;
}

.index_sense .item_wenzbox .item_btnmore:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 0;
	left: 0;
	top: 0;
	z-index: -1;
	background: rgba(255, 255, 255, 0.8);
	transition: all .36s ease;
	border-radius: 0.3rem;
	opacity: 0;
	box-sizing: initial;
}

.index_sense .item_wenzbox .item_btnmore:hover {
	color: #B40F22;
}


.index_sense .item_wenzbox .item_btnmore:hover:before {
	width: 100%;
	opacity: 1;
}

@media screen and (max-width: 575px) {
	.index_sense .item_bgbox .item_leftbox {
		width: 100%;
	}

	.index_sense .item_bgbox .item_rightbox {
		display: none;
	}

	.index_sense .item_wenzbox {
		margin-left: 0;
		width: 100%;
		padding-left: 1.2rem;
	}
}

/* 我们的市场 */
.index_market {
	width: 100%;
	background: #ffffff;
	position: relative;
}

.index_market .item_toptitle {
	color: #B40F22;
	font-weight: 400;
	margin-bottom: 2.8rem;
}

.index_market .item_topstitle {
	color: #666666;
	width: 38.58rem;
	font-weight: 300;
}

.index_market .picScroll-left {
	/* width: 1560px; */
	/* overflow: hidden; */
	position: relative;
	margin: 0 auto;
}

.index_market .picScroll-left .hd {}

.index_market .picScroll-left .hd a {
	display: flex;
	width: 2.4rem;
	height: 2.4rem;
	border: 0.1rem solid #B40F22;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all .36s ease;
}

.index_market .picScroll-left .hd .prev {
	left: -2.8rem;
}

.index_market .picScroll-left .hd .next {
	right: -2.8rem;
}

.index_market .picScroll-left .hd .item_icon {
	font-size: 1.4rem;
	color: #B40F22;
}

.index_market .picScroll-left .hd a:hover {
	background: #B40F22;
}

.index_market .picScroll-left .hd a:hover .item_icon {
	color: #FFFFFF;
}

.index_market .picScroll-left .bd {
	display: flex;
	justify-content: center;
}

.index_market .picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
	padding-top: 3.36rem !important;
}

.index_market .picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
/* 	padding-bottom: 8.5rem; */
	transition: all ease .4s;
}

.index_market .picScroll-left .item_areabox {
	width: 29.4rem;
	/* height: 13.8rem; */
	padding-top: 47%;
	border-radius: 0.48rem;
	/* overflow: hidden; */
	position: relative;
}

.index_market .item_areabox_link {
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 91, 172, 0.5);
	border-radius: 0.48rem;
}

.index_market .picScroll-left .item_title {
	color: #FFFFFF;
	position: absolute;
	bottom: 1.44rem;
	left: 1.62rem;
}

.index_market .item_areabox .item_line {
	width: 0.06rem;
	height: 4.8rem;
	background: #000000;
	position: absolute;
	left: 1.62rem;
	bottom: -5.2rem;
	z-index: 3;
	transition: all ease .5s;
}

.index_market .item_areabox .item_block {
	background: #B40F22;
	width: 0.9rem;
	height: 0.9rem;
	position: absolute;
	left: 1.62rem;
	bottom: -6.1rem;
	z-index: 3;
	transition: all ease .5s;
}

.index_market .item_bottomline {
	width: 100%;
	height: 1.8rem;
	background: url(../img/index_8.png);
	background-size: auto 100%;
	position: absolute;
	left: 0;
	bottom: 1.8rem;

}

.index_market .picScroll-left .bd ul li:hover .item_areabox_link {
	background: none;
}

.index_market .picScroll-left .bd ul li:hover {
	position: relative;
	margin-top: -2.16rem;
}

.index_market .picScroll-left .bd ul li:hover .item_line {
	height: 6.96rem;
	bottom: -7.36rem;
}

.index_market .picScroll-left .bd ul li:hover .item_block {
	bottom: -8.26rem;
}

/* 手机端我们的市场 */
.phone_index_market {
	display: none;
}

.phone_index_market .carousel-caption {
	font-size: 1.6rem;
	text-align: left;
	width: 100%;
	left: 0;
	right: 0;
	padding-left: 1.2rem;
}

.phone_index_market .carousel-indicators {
	bottom: 1rem;
}

.phone_index_market .carousel-indicators li {
	border: none;
	border: 0.06rem solid #FFFFFF;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 50%;
	margin: 0 0.4rem;
	opacity: 1;
}

.phone_index_market .carousel-indicators li.active {
	background: none;
}

@media screen and (max-width: 575px) {
	.index_market {
		padding-bottom: 3rem;
		background: #FFFFFF;
	}

	.index_market .item_toptitle {
		margin-bottom: 1.8rem;
	}

	.index_market .item_topstitle {
		width: 100%;
	}

	.phone_index_market {
		display: block;
	}

	/* .index_market .picScroll-left {
		display: none;
	} */

	.index_market .item_bottomline {
		display: none;
	}
}

@media screen and (min-width: 576px) and (max-width: 650px) {
	.index_market .picScroll-left {
		width: 450px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 10rem;
		/* height: 6rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 30%;
	}
}

@media screen and (min-width: 650px) and (max-width: 800px) {

	/* 首页 我们的市场 */
	.index_market {
		padding-left: 1.2rem;
		padding-right: 1.2rem;
	}

	.index_market .picScroll-left {
		width: 500px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 11.5rem;
		/* height: 6rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 30%;
	}
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
	.index_market .picScroll-left {
		width: 650px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 14.2rem;
		/* height: 8rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 50%;
	}
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {

	/* 首页我们的市场 */
	.index_market .picScroll-left {
		width: 800px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 16.5rem;
		/* height: 10rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 50%;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
	.index_market .picScroll-left {
		width: 960px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 18.8rem;
		/* height: 10rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 50%;
	}
}

@media screen and (min-width: 1600px) and (max-width: 1800px) {
	.index_market .picScroll-left {
		width: 1080px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 21rem;
		/* height: 10rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 50%;
	}
}

@media screen and (min-width: 1800px) and (max-width: 2000px) {
	.index_market .picScroll-left {
		width: 1200px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 22.5rem;
		/* height: 10rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 50%;
	}

}

@media screen and (min-width: 2000px) {
	.index_market .picScroll-left {
		width: 1530px;
	}

	.index_market .picScroll-left .item_areabox {
		width: 27.2rem;
		/* height: 10rem; */
	}

	.index_market .picScroll-left .hd a {
		top: 50%;
	}
}




/* 新闻与动态 */
.index_news{
	background: #FFFFFF;
	margin-top: 6rem;
}
.index_news .item_toptitle {
	color: #B40F22;
	text-align: left;
	font-weight: 400;
	margin-bottom: 5.1rem;
}

.index_news .item_area_block {
	padding: 0 1rem;
	margin-bottom: 1.8rem;
	
}

.index_news .item_area {
	background: #FFFFFF;
	border-radius: 0.3rem;
	transition: all .4s ease;
	border: 0.06rem solid #eeeeee;	
}

.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: #B40F22;
	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 #B40F22;
	box-sizing: initial;
	transition: all .4s ease;
	/* display: flex;
	align-items: center;
	justify-content: center; */
}

.index_news .item_area .item_tigbox .item_btnmore i {
	color: #B40F22;
}

.index_news .item_area:hover {
	box-shadow: 0 0 1.8rem rgb(0 0 0 / 16%);
}

.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 {
		margin-bottom: 3rem;
	}

	.index_news .item_area_block {
		padding: 0;
	}
}

/* 展会 */
.index_exhibition {
	background: #FFFFFF;
	margin-top: 6rem;
}

.index_exhibition .item_toptitle {
	color: #B40F22;
	margin-bottom: 4rem;
	text-align: center;
}

.index_exhibition .item_content {
	margin-bottom: 4.56rem;
}

.index_exhibition .item_area_block {
	padding: 0 1.2rem;
	margin-bottom: 1.8rem;
}

.index_exhibition .item_area {
	border: 0.06rem solid #D5D5D5;
	background: #FFFFFF;
	padding: 2.64rem 1.68rem 2.16rem 1.68rem;
	transition: all .36s ease;
}

.index_exhibition .item_area .item_pic {
	width: 100%;
	height: 9.4rem;
	text-align: center;
}

.index_exhibition .item_area .item_pic img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.index_exhibition .item_area .item_title {
	color: #262626;
	height: 3.78rem;
	line-height: 1.89rem;
	margin-top: 3.48rem;
	margin-bottom: 2.04rem;
}

.index_exhibition .item_area .item_title i {
	font-size: 1.4rem;
	margin-left: 0.3rem;
}

.index_exhibition .item_area .item_stitle {
	color: #666666;
	margin-bottom: 0.2rem;
}

.index_exhibition .item_area .item_stitle i {
	font-size: 1.2rem;
	margin-right: 0.3rem;
}

.index_exhibition .item_area:hover {
	/* box-shadow: 0 0.18rem 0.36rem 0.12rem rgba(0, 0, 0, 0.16); */
	box-shadow: 0 0 1.8rem rgb(0 0 0 / 16%);
}

.index_exhibition .item_area:hover .item_title {
	color: #B40F22;
}

.index_btnmore .item_btn {
	/* background: #DC493A; */
	border: 0.06rem solid #B40F22;
	display: block;
	width: 11.88rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	color: #DC493A;
	margin: 0 auto;
	position: relative;
	transition: all .36s ease;
	z-index: 1;
	box-sizing: border-box;
}

.index_btnmore .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;
	border: 0.06rem solid #B40F22;
	box-sizing: initial;
}

.index_btnmore .item_btn:hover {
	color: #fff;
}

.index_btnmore .item_btn:hover:before {
	width: 100%;
	opacity: 1;
}

@media screen and (max-width: 575px) {
	.index_exhibition {
		margin-top: 3rem;
	}

	.index_exhibition .item_toptitle {
		margin-bottom: 3rem;
	}

	.index_exhibition .item_content {
		margin-bottom: 2rem;
	}

	.index_exhibition .item_area_block {
		padding: 0;
	}
}

/* 销售网络 */
.index_sale {
	padding-bottom: 5rem;
}

.index_sale .item_toptitle {
	color: #B40F22;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.8rem;
}

.index_sale .item_topstitle {
	color: #666666;
	text-align: center;
	font-weight: 300;
	width: 75%;
	margin: 0 auto;
}

.index_sale .item_showbox {
	margin-top: 2.82rem;
	margin-bottom: 2.76rem;
}

.index_sale .item_showbox .item_area {
	text-align: center;
}

.index_sale .item_showbox .item_area .item_num {
	color: #B40F22;
	font-weight: bold;
}

.index_sale .item_showbox .item_area .item_font1 {
	color: #B40F22;
	position: relative;
	margin-top: -1rem;
}

.index_btnmore2 .item_btn {
	width: 6rem;
}

@media screen and (max-width: 575px) {
	.index_sale {
		padding-bottom: 6rem;
	}
}


/* Customer */
.customer_box{
padding-bottom: 6.2rem;
}
.customer_box .item_area {
	padding: 0;
	transition: all 0.36s ease;
	height: auto;
	margin-bottom: 1.2rem;
	position: relative;
	box-shadow: 0 0 0px rgba(0, 0, 0, 0.15);
}
.customer_item{
	padding: 0 0.5rem;
}
.index_customer .item_toptitle {
	color: #B40F22;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1.8rem;
}
.index_customer .item_topstitle {
	color: #666666;
	text-align: center;
	font-weight: 300;
	margin-bottom: 2.82rem;
}
.customer_box .item_area .item_pic {
	position: relative;
	transition: all 0.36s ease;
}

.customer_box .item_area .item_pic::after {
	content: "";
	border: 0.06rem solid rgba(170, 170, 170, 0.2);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.customer_box .item_area .item_pic img {
	width: 100%;
	height: auto;
	transition: all ease-out .3s .1s;
	float: none;
	box-sizing: border-box;
	opacity: .8;
	background: #ffffff;
}

.customer_box .item_area .item_title {
	font-size: 0.78rem;
	line-height: 2.16rem;
	color: #999;
	text-align: center;
}

.customer_box .item_area .item_pic:hover {
	box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.1);
}
/* 快速联系我们 */
.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%;
	}
}



