.index_box {
	background-color: #fff;
	overflow: hidden;
}

/* banner */
.index_banner_swiper {
	width: 192rem;
	height: 93.4rem;
	position: relative;
}

.index_banner_swiper img {
	width: 100%;
	height: 100%;
}

.index_banner_swiper:hover img {
	transform: scale(1.01, 1.01);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}

.index_banner_swiper .swiper-pagination {
	width: 100%;
	bottom: 4.5rem !important;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s-ms-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
}

.index_banner_swiper .swiper-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: url(../img/index/dian.png) center center no-repeat;
	background-size: 100% 100%;
	opacity: 1;
	margin: 0 6px;
	border-radius: 0;
}

.index_banner_swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: url(../img/index/dian-on.png) center center no-repeat;
	background-size: 100% 100%;
}

/* 产品中心 */
.index_product {
	width: 192rem;
	height: 83rem;
	background: url(../img/index/product-bg.png) center center no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.index_product_title {
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: auto 6.1rem;
	background-position: center top;
	text-align: center;
	background-image: url(../img/index/product.png);
	margin-top: 4.1rem;
}

.index_product_title .h3 {
	height: 3.7rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 3.7rem;
	line-height: 1;
	color: #010101;
	margin-top: 3.3rem;
}

.index_product_title .p {
	height: 1.6rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.6rem;
	line-height: 1;
	color: #9fa0a0;
	margin-top: 1.8rem;
}

#index_product_tab {
	overflow: hidden;
	margin-top: 3.8rem;
	text-align: center;
}

#index_product_tab ul li {
	width: 16rem;
	height: 4.5rem;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin-left: 0.4rem;
	margin-right: 0.4rem;
	line-height: 4.5rem;
	border-radius: 30px;
	cursor: pointer;
	color: #595757;
	font-size: 1.5rem;
	font-family: SourceHanSansCN-Regular;
}

#index_product_tab ul li:hover {
	color: #d8271c;
}

#index_product_tab ul li.on {
	background: #d8271c;
	color: #fff;
}

.index_product_box {
	height: 47rem;
	width: 140rem;
	margin: 0 auto;
	margin-top: 5.7rem;
}


.index_product_swiper {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	width: 100%;
	top: 0;
	left: 0;
}

.index_product_swiper.active {
	position: relative;
	visibility: visible;
	opacity: 1;
	pointer-events: auto;
}

.index_product_item {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.index_product_item_swiper a {
	background-color: #fff;
	display: inline-block;
	width: 100%;
	height: 47rem;
	text-align: center;
	box-sizing: border-box;
}

.index_product_item_swiper_slide {
	padding: 2rem;
	height: 47rem;
	text-align: center;
}


.index_product_item_swiper_slide:after {
	content: "";
	position: absolute;
	border-left: 1px solid #d8271c;
	border-bottom: 1px solid #d8271c;
	transition: all 0.6s;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
}

.index_product_item_swiper_slide:before {
	content: "";
	position: absolute;
	border-right: 1px solid #d8271c;
	border-top: 1px solid #d8271c;
	transition: all 0.6s;
	right: 0;
	top: 0;
	width: 0;
	height: 0;
}

.index_product_item_swiper_slide:hover:after {
	width: 100%;
	height: 100%;
}

.index_product_item_swiper_slide:hover:before {
	width: 100%;
	height: 100%;
}

.index_product_item_swiper_slide:hover h3 {
	color: #d8271c;
}

.index_product_item_swiper_slide:hover .slide-imgs img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}


.index_product_item_swiper_slide h3 {
	height: 2rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 2rem;
	line-height: 1;
	color: #000000;
	margin-top: 3rem;
	font-weight: bold;
}

.index_product_item_swiper_slide p {
	text-align: center;
	width: 27rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.3rem;
	line-height: 1;
	color: #9fa0a0;
	margin-top: 2rem;
	margin-bottom: 3rem;
}

.slide-imgs {
	width: 100%;
	height: 31rem;
	position: relative;
}

.slide-imgs img {
	vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}


.index_product_swiper .swiper-button-prev {
	width: 4rem !important;
	height: 1rem !important;
	left: -7rem !important;
	background: url(../img/index/left.png) no-repeat !important;
	background-size: 100% auto;
}

.index_product_swiper .swiper-button-next {
	width: 4rem !important;
	height: 1rem !important;
	right: -9rem !important;
	background: url(../img/index/right.png) no-repeat !important;
	background-size: 100% auto;
}

.index_product_swiper .swiper-button-prev:hover {
	background-image: url(../img/index/left-on.png) !important;
}

.index_product_swiper .swiper-button-next:hover {
	background-image: url(../img/index/right-on.png) !important;
}

/* 关于优倍安 */
.index_about {
	width: 140rem;
	height: 92.7rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 10rem;
	padding-bottom: 5.3rem;
}

.index_about .index_about_img {
	width: 68.6rem;
	position: relative;
}

.index_about .index_about_img img {
	width: 100%;
}

.index_about .index_about_des {
	width: calc(140rem - 68.6rem - 6.1rem);
	overflow: hidden;
	background: url(../img/index/about-des-bg.png) bottom no-repeat;
	background-size: 45.2rem auto;
}

.index_about_des_title {
	background-image: url(../img/index/about-t-bg.png);
	overflow: hidden;
	margin-top: 1.6rem;
	background-repeat: no-repeat;
	background-size: auto 6.1rem;
	background-position: left top;
	text-align: left;
}

.index_about_des_title .h3 {
	margin-top: 3rem;
	height: 4rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 4rem;
	line-height: 4rem;
	color: #000000;
	display: flex;
	align-items: center;
}

.index_about_des_title .h3 span {
	display: inline-block;
	font-size: 2rem;
	line-height: 4rem;
	margin-left: 2%;
	margin-right: 2%;
}

.index_about_des_title .p {
	overflow: hidden;
	margin-top: 4.2rem;
	padding-top: 5.5rem;
	position: relative;
	font-family: SourceHanSansCN-Regular;
	font-size: 3.6rem;
	line-height: 3.6rem;
	color: #000000;
}

.index_about_des_title .p:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 6.6rem;
	height: 0.3rem;
	background: #d8271c;
}

.index_about .cons {
	margin-top: 8rem;
}

.index_about .cons p {
	text-indent: 2em;
	font-size: 1.6rem;
	color: #898989;
	line-height: 3.6rem;
	font-family: SourceHanSansCN-Regular;
}

.index_about .counter {
	overflow: hidden;
	text-align: left;
	margin-top: 8rem;
}

.index_about .counter ul li {
	display: inline-block;
	vertical-align: top;
	padding-right: 5.5%;
	margin-right: 3.5%;
	transition: all 0.3s;
	position: relative;
	text-align: center;
}

.index_about .counter ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2.5rem;
	height: 5rem;
	width: 1px;
	background: #bfbfbf;
}

.index_about .counter ul li:last-child:after {
	width: 0;
}

.index_about .counter ul li:last-child {
	margin-right: 0;
	padding-right: 0;
}


.index_about .counter ul li .nums {
	overflow: hidden;
	color: #333;
	line-height: 1;
}

.index_about .counter span {
	font-family: Arial-BoldMT;
	font-size: 5.565rem;
	line-height: 5.009rem;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	color: #d8271c;
	font-weight: bold;
}

.index_about .counter label {
	display: inline-block;
	vertical-align: top;
	height: 1.4rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.4rem;
	color: #9fa0a0;
}

.index_about .counter .h6 {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.4rem;
	color: #9fa0a0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-top: 1.6rem;
}

.index_about .counter ul li:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
}

/* 解决方案 */
.index_solution {
	width: 192rem;
	height: 80.6rem;
	overflow: hidden;
	background: url(../img/index/solution-bg.jpg) center center no-repeat;
	background-size: cover;
}

.index_solution .wrap {
	position: relative;
	padding: 0 26rem;
	height: 100%;
	display: flex;
	justify-content: space-between;
}

.index_solution .index_solution_l {
	width: 44rem;
	margin-top: 13.2rem;
	margin-bottom: 30.7rem;
}

.index_solution_title {
	background-image: url(../img/index/solution-t-bg.png);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: auto 6.1rem;
	background-position: left top;
	text-align: left;
}

.index_solution_title .h3 {
	height: 3.9rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 4rem;
	line-height: 4rem;
	color: #ffffff;
	font-weight: bold;
	margin-top: 3.2rem;
	display: flex;
}

.index_solution_title .h3 span {
	display: inline-block;
	font-size: 2rem;
	margin-left: 2%;
	margin-right: 2%;
}

.index_solution_title .p {
	padding-top: 5.3rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 3.467rem;
	line-height: 4.5rem;
	color: #ffffff;
}


.index_solution .index_solution_l .a {
	width: 19rem;
	height: 5rem;
	background-color: #d8271c;
	border-radius: 2.5rem;
	line-height: 5rem;
	text-align: center;
	color: #fff;
	display: block;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.867rem;
	letter-spacing: 0.09rem;
	transition: all 0.3s;
	margin-top: 9.4rem;
}

.index_solution .index_solution_l .a span {
	width: 2.5rem;
	height: 0.7rem;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/index/more.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-left: 1.4rem;
	transition: all 0.3s;
	margin-bottom: 0.5rem;
}

.index_solution .index_solution_l .a:hover {
	opacity: 0.9;
	filter: Alpha(opacity=90);
	text-indent: 0.5rem;
}

.index_solution .index_solution_r {
	width: 65.2rem;
	height: 100%;
	overflow: hidden;
}

.index_solution .index_solution_r ul {
	height: 100%;
}

.index_solution .index_solution_r ul li {
	width: 65.2rem;
	height: 27rem;
	overflow: hidden;
	display: block;
	display: flex;
	align-items: center;
	justify-content: left;
	background: rgba(0, 0, 0, 0.2);
}

.index_solution .index_solution_r ul li .index_solution_des {
	width: 52.1rem;
	margin: 0 auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 7rem 7rem;
	background-image: url(../img/index/add.png);
	padding-right: 7rem;
	transition: all 0.6s;
}

.index_solution .index_solution_r ul li:hover .index_solution_des {
	background-image: url(../img/index/solution-active.png);
}

.index_solution .index_solution_r ul li:hover {
	background-color: rgba(255, 255, 255, 0.6);
}

.index_solution .index_solution_r ul li .index_solution_des .h3 {
	line-height: 7rem;
	transition: all 0.3s;
	font-family: SourceHanSansCN-Medium;
	font-size: 2.4rem;
	color: #f5f5f5;
}

.index_solution .index_solution_r ul li:hover .index_solution_des .h3 {
	font-weight: bold;
	color: #d8271c;
}

.index_solution .index_solution_r ul li .index_solution_des .p {
	width: 33rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.333rem;
	line-height: 3.2rem;
	color: #5d5a59;
	height: 0;
	transition: all 0.6s;
	transition-delay: 0.3s;
}

.index_solution .index_solution_r ul li:hover .index_solution_des .p {
	height: auto;
	margin-top: 2.3rem;
}

/* 新闻中心 */
.index_news {
	overflow: hidden;
	background: url(../img/index/news_bg.png) center center no-repeat;
	background-size: cover;
}

.index_news .wrap {
	margin: 0 26rem;
}

.index_news_title {
	background-image: url(../img/index/news-t-bg.png);
	overflow: hidden;
	margin-top: 7.6rem;
	background-repeat: no-repeat;
	background-size: auto 6rem;
	background-position: center top;
	text-align: center;
}

.index_news_title .h3 {
	height: 4rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 4rem;
	color: #000000;
	overflow: hidden;
	margin-top: 2.9rem;
	line-height: 1;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.index_news_title .h3 span {
	font-size: 2rem;
	display: inline-block;
	vertical-align: middle;
	margin-left: 1%;
	margin-right: 1%;

}

.index_news_title .p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.6rem;
	color: #9c9c9c;
	overflow: hidden;
	margin-top: 2.2rem;
}

#index_news_tab {
	overflow: hidden;
	margin-top: 3.7rem;
	text-align: center;
	font-weight: bold;
}

#index_news_tab ul li {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 0 0.4rem;
	width: 16.3rem;
	height: 4.5rem;
	border-radius: 2.25rem;
	line-height: 4.5rem;
	cursor: pointer;
	color: #676767;
	font-family: SourceHanSansCN-Bold;
	font-size: 1.6rem;
}

#index_news_tab ul li:hover {
	color: #d8271c;
}

#index_news_tab ul li.on {
	background: #d8271c;
	color: #fff;
}

.index_news .index_news_box {
	margin-top: 5.9rem;
	overflow: hidden;
	margin-bottom: 6rem;
}

.index_news_box .index_news_item {
	display: none;
}

.index_news .index_news_l {
	float: left;
	width: 60.1rem;
	overflow: hidden;
	margin-right: 7rem;
}

.index_news .index_news_l .cons {
	overflow: hidden;
	text-align: left;

}

.index_news .index_news_l .cons .imgs {
	width: 60.1rem;
	height: 38.5rem;
}

.index_news .index_news_l .imgs img {
	width: 100%;
	height: 100%;
}

.index_news .index_news_l .imgs img {
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.7s;
}

.index_news .index_news_l:hover .imgs img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.index_news .index_news_l .cons .h3 {
	font-family: SourceHanSansCN-Bold;
	font-size: 2rem;
	color: #000000;
	font-weight: bold;
	line-height: 2.8rem;
	overflow: hidden;
	margin-top: 2.2rem;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.index_news .index_news_l .cons .h3 em {
	font-family: ArialMT;
	font-size: 1.6rem;
	color: #898989;
	font-weight: normal;
	float: right;
	margin-left: 5.6rem;
	overflow: hidden;
	font-style: normal;
}

.index_news .index_news_l .cons .p {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.5rem;
	line-height: 2.8rem;
	letter-spacing: 0rem;
	color: #898989;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 1.2rem;
}

.index_news .index_news_l:hover .cons .h3 {
	color: #d8271c;
}

.index_news .index_news_r {
	width: calc(100% - 60.1rem - 7rem);
	overflow: hidden;
}

.index_news .index_news_r .index_news_ul {
	overflow: hidden;
}

.index_news .index_news_r .index_news_ul .inr-list {
	display: block;
	margin-bottom: 3.1rem;
	overflow: hidden;
	text-align: left;
	display: flex;
}

.index_news .index_news_r .index_news_ul .inr-list .inr-l {
	width: 8rem;
	text-align: center;
	overflow: hidden;
	margin-right: 2rem;
	padding-right: 2rem;
	position: relative;
	border-right: 1px solid #d2d2d2;
}

.index_news .index_news_r .index_news_ul .inr-list .inr-l .h4 {
	font-family: ArialMT;
	font-size: 4.8rem;
	color: #000000;
	font-family: Arial;
	line-height: 4.8rem;
	height: 4.8rem;
	font-weight: normal;
	overflow: hidden;
}

.index_news .index_news_r .index_news_ul .inr-list .inr-l .h5 {
	font-family: ArialMT;
	font-size: 1.467rem;
	color: #898989;
	font-family: Arial;
	margin-top: 0.8rem;
	height: 2.5rem;
	overflow: hidden;
	border-top: 1px solid #e1e1e1;
	padding-top: 0.6rem;
}

.index_news .index_news_r .index_news_ul .inr-list .inr-r {
	overflow: hidden;
	width: calc(100% - 8rem - 2rem);
}

.index_news .index_news_r .index_news_ul .inr-list .inr-r .h3 {
	padding: 1rem 0;
	font-family: SourceHanSansCN-Bold;
	font-size: 2rem;
	color: #000000;
	line-height: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: all 0.3s;
	font-weight: bold;
}

.index_news .index_news_r .index_news_ul .inr-list:hover .inr-r .h3 {
	margin-left: 3px;
}

.index_news .index_news_r .index_news_ul .inr-list .inr-r .p {
		line-height: 2.6rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 1.467rem;
	color: #898989;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0.5rem 0;
}

.index_news .index_news_r .index_news_ul .inr-list:hover .inr-r .h3 {
	color: #d8271c;
}

/* 合作伙伴 */
.index_partner {
	overflow: hidden;
	background: url(../img/index/index-partner.png) center center no-repeat;
	background-size: 100% 100%;
	position: relative;
	display: flex;
	width: 192rem;
	height: 60.9rem;
}

.index_partner .index_partner_l {
	overflow: hidden;
	width: 64.5rem;
	margin-top: 8.3rem;
	margin-right: 5.7rem;
	margin-left: 25.8rem;
}

.index_partner_title {
	background-image: url(../img/index/index-partner-t-bg.png);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: auto 6.1rem;
	background-position: left top;
	text-align: left;
}

.index_partner_title .h3 {
	display: flex;
	font-weight: bold;
	overflow: hidden;
	height: 4rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 4rem;
	line-height: 4rem;
	color: #000000;
	margin-top: 2.8rem;
}

.index_partner_title .h3 span {
	font-size: 2rem;
	display: inline-block;
	margin-left: 2%;
	margin-right: 2%;
}

.index_partner_title .p {
	overflow: hidden;
	margin-top: 3.7rem;
	padding-top: 5rem;
	position: relative;
}

.index_partner_title .p:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 9.5rem;
	height: 0.3rem;
	background: #d8271c;
}

.index_partner .index_partner_l .cons {
	font-family: SourceHanSansCN-Regular;
	font-size: 1.8rem;
	line-height: 3.6rem;
	color: #525252;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;

}

.index_partner .index_partner_l .a {
	width: 19rem;
	height: 5rem;
	background-color: #d8271c;
	border-radius: 2.5rem;
	line-height: 5rem;
	text-align: center;
	font-family: SourceHanSansCN-Normal;
	font-size: 1.867rem;
	letter-spacing: 0.09rem;
	color: #ffffff;
	background: #d8271c;
	display: block;
	margin-top: 7.6rem;
	transition: all 0.3s;
}

.index_partner .index_partner_l .a span {
	width: 2.5rem;
	height: 0.7rem;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/index/more.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-left: 1.4rem;
	transition: all 0.3s;
	margin-bottom: 0.3rem;
}

.index_partner .index_partner_l .a:hover {
	opacity: 0.9;
	filter: Alpha(opacity=90);
	text-indent: 0.5rem;
}

.index_partner_r {
	background: url(../img/index/index-partner_r.jpg) no-repeat;
	width: 96rem;
	height: 60.9rem;
	overflow: hidden;
	background-position: center center;
	background-size: cover;
	position: relative;
	display: block;
}

.partner_swiper {
	width: 100%;
	height: 100%;
}

.partner_swiper-wrapper {
	display: flex;
	flex-direction: row !important;
	width: 100%;
	height: 100%;
}

.partner_swiper-slide {
	height: 100%;
	flex-shrink: 0;
}

.grid-wrap {
	width: 94%;
	height: 52rem;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 4.5rem auto;
}

.grid-item {
	height: 17rem;
	line-height: 21rem;
	background: transparent;
	text-align: center;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.4rem;
	letter-spacing: 0.12rem;
	color: #ffffff;
	opacity: 0.5;
	color: #ffffff;
	position: relative;
}

.grid-item:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: rgba(255, 255, 255, 0.5);
}

.grid-item:after {
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
}

.grid-item:nth-child(3n+0):after {
	display: none;
}

.grid-item:nth-child(7):before,
.grid-item:nth-child(8):before,
.grid-item:nth-child(9):before {
	display: none;
}

@media screen and (max-width: 1140px) {
	
	/* 产品中心 */
	.index_product {
		width: 192rem;
		height: 107.621rem;
	}

	.index_product_title {
		background-size: auto 8.1rem;
		margin-top: 5rem;
	}

	.index_product_title .h3 {
		height: 5.389rem;
		font-size: 5.389rem;
		margin-top: 4.38rem;
	}

	.index_product_title .p {
		height: 2.526rem;
		font-size: 2.471rem;
		margin-top: 1.85rem;
	}

	#index_product_tab {
		margin-top: 4.55rem;
	}

	#index_product_tab ul li {
		width: 20.884rem;
		height: 6.063rem;
		border-radius: 2.919rem;
		margin-left: 1rem;
		margin-right: 1rem;
		line-height: 6.063rem;
		font-size: 2.695rem;
	}

	.index_product_box {
		height: 61.137rem !important;
		width: 182rem;
		margin-top: 7.4rem;
	}

	.index_product_item_swiper_slide {
		padding: 3rem;
		height: 61.137rem !important;
	}

	.index_product_item_swiper a {
		height: 61.137rem !important;
	}

	.index_product_item_swiper_slide h3 {
		height: 3rem;
		font-size: 3rem;
	}

	.index_product_item_swiper_slide p {
		width: 36.379rem;
		height: 2.526rem;
		font-size: 2.245rem;
		line-height: 1;
		margin-top: 2.2rem;
		margin-bottom: 3.7rem;
	}

	.slide-imgs {
		height: 40.926rem;
	}

	.index_product_swiper .swiper-button-prev {
		width: 4.547rem !important;
		height: 1.347rem !important;
		left: -4.547rem !important;
	}

	.index_product_swiper .swiper-button-next {
		width: 4.547rem !important;
		height: 1.347rem !important;
		right: -4.547rem !important;
	}

	/* 关于优倍安 */
	.index_about {
		width: 181rem;
		height: 120.4rem;
		padding-top: 13.14rem;
		padding-bottom: 6.9rem;
	}

	.index_about .index_about_img {
		width: 88.926rem;
		height: 87.242rem;
	}

	.index_about .index_about_des {
		width: calc(181rem - 88.926rem - 7.74rem);
		background-size: 58.611rem auto;
	}

	.index_about_des_title {
		margin-top: 1.85rem;
		background-size: auto 8.1rem;
	}

	.index_about_des_title .h3 {
		height: 5.389rem;
		font-size: 5.389rem;
		margin-top: 3.87rem;
		line-height: 5.389rem;
	}

	.index_about_des_title .h3 span {
		line-height: 5.38rem;
	}

	.index_about_des_title .p {
		margin-top: 5.39rem;
		padding-top: 7.4rem;
		font-size: 4.716rem;
		line-height: 4.716rem;
	}

	.index_about_des_title .p:after {
		width: 8.421rem;
	}

	.index_about .cons {
		margin-top: 5.9rem;
	}

	.index_about .cons p {
		font-size: 2.6rem;
		line-height: 5rem;
	}

	.index_about .counter ul li {
		padding-right: 5.2rem;
		margin-right: 4rem;
	}

	.index_about .counter ul li:after {
		transform: translateX(-50%);
		height: 6.232rem;
	}

	.index_about .counter span {
		font-size: 7.22rem;
		line-height: 7.22rem;
	}

	.index_about .counter label {
		height: 2.189rem;
		font-size: 2.245rem;
	}

	.index_about .counter .h6 {
		font-size: 2.245rem;
		margin-top: 1.68rem;
	}

	/* 解决方案 */
	.index_solution {
		height: 104.589rem;
	}

	.index_solution .wrap {
		padding: 0 5.2rem;
	}

	.index_solution .index_solution_l {
		width: 56.758rem;
		margin-top: 17rem;
		margin-bottom: 40rem;
	}

	.index_solution_title {
		background-size: auto 8.1rem;
	}

	.index_solution_title .h3 {
		height: 5.389rem;
		font-size: 5.389rem;
		line-height: 5.389rem;
		margin-top: 4rem;
	}

	.index_solution_title .h3 span {
		display: inline-block;
		font-size: 2rem;
		margin: 0 2rem;
	}

	.index_solution_title .p {
		padding-top: 6.7rem;
		font-size: 4.492rem;
		line-height: 6rem;
	}


	.index_solution .index_solution_l .a {
		width: 24.589rem;
		height: 6.568rem;
		border-radius: 3.243rem;
		line-height: 6.568rem;
		font-size: 1.867rem;
		margin-top: 13.3rem;
		font-size: 2.73rem;
		letter-spacing: 0.135rem;
	}

	.index_solution .index_solution_l .a span {
		width: 3.368rem;
		height: 1.011rem;
		margin-left: 0.67rem;
		margin-bottom: 0.8rem;
	}

	.index_solution .index_solution_r {
		width: 84.884rem;
	}

	.index_solution .index_solution_r ul li {
		width: 84.884rem;
		height: 35.032rem;
	}

	.index_solution .index_solution_r ul li .index_solution_des {
		width: 67.705rem;
		background-size: 9.263rem 9.263rem;
		padding-right: 9.263rem;
	}

	.index_solution .index_solution_r ul li .index_solution_des .h3 {
		line-height: 9.263rem;
		font-size: 3.2rem;
	}

	.index_solution .index_solution_r ul li .index_solution_des .p {
		width: 44.8rem;
		font-size: 2.245rem;
		line-height: 4.5rem;
	}

	.index_solution .index_solution_r ul li:hover .index_solution_des .p {
		margin-top: 2.7rem;
	}

	/* 新闻中心 */
	.index_news .wrap {
		margin-left: 5rem;
		margin-right: 13.6rem;
	}


	.index_news_title {
		margin-top: 9.76rem;
		background-size: auto 8.1rem;
	}

	.index_news_title .h3 {
		height: 5.221rem;
		font-size: 5.389rem;
		margin-top: 3.7rem;
	}

	.index_news_title .h3 span {
		font-size: 2rem;
		margin-left: 2rem;
		margin-right: 2rem;

	}

	.index_news_title .p {
		height: 2.358rem;
		font-size: 2.245rem;
		line-height: 1;
		margin-top: 2.6rem;
	}

	#index_news_tab {
		margin-top: 4.2rem;
	}

	#index_news_tab ul li {
		margin: 0 1rem;
		width: 21.221rem;
		height: 6.063rem;
		border-radius: 2.919rem;
		line-height: 6.063rem;
		font-size: 3.144rem;
	}


	.index_news .index_news_box {
		margin-top: 7.7rem;
		margin-bottom: 10rem;
	}

	.index_news .index_news_l {
		width: 78.147rem;
		margin-right: 9rem;
	}

	.index_news .index_news_l .cons .imgs {
		width: 78.147rem;
		height: 50.189rem;
	}

	.index_news .index_news_l .cons .h3 {
		height: 3.2rem;
		font-size: 2.695rem;
		line-height: 3.2rem;
		margin-top: 2.6rem;
	}

	.index_news .index_news_l .cons .h3 em {
		font-size: 2.422rem;
		margin-left: 4.9rem;
	}

	.index_news .index_news_l .cons .p {
		font-size: 2.245rem;
		line-height: 3.2rem;
	}

	.index_news .index_news_r {
		width: calc(100% - 78.5rem - 9rem);
	}

	.index_news .index_news_r .index_news_ul .inr-list {
		margin-bottom: 4.7rem;
	}

	.index_news .index_news_r .index_news_ul .inr-list .inr-l {
		width: 10.5rem;
		margin-right: 2.5rem;
		padding-right: 2.2rem;
	}

	.index_news .index_news_r .index_news_ul .inr-list .inr-l .h4 {
		font-size: 6.213rem;
		line-height: 6.213rem;
		height: 6.213rem;
	}

	.index_news .index_news_r .index_news_ul .inr-list .inr-l .h5 {
		font-size: 2rem;
		margin-top: 0.8rem;
		height: 3.1rem;
		overflow: hidden;
		border-top: 1px solid #e1e1e1;
		padding-top: 0.6rem;
	}

	.index_news .index_news_r .index_news_ul .inr-list .inr-r {
		width: calc(100% - 10rem - 3rem);
	}

	.index_news .index_news_r .index_news_ul .inr-list .inr-r .h3 {
		font-size: 2.693rem;
		line-height: 1;
	}

	.index_news .index_news_r .index_news_ul .inr-list .inr-r .p {
		font-size: 2.248rem;
		line-height: 4.9rem;
		padding: 0;
	}

	/* 合作伙伴 */
	.index_partner {
		height: 78.989rem;
	}

	.index_partner .index_partner_l {
		width: 81.5rem;
		margin-top: 10.6rem;
		margin-right: 9.6rem;
		margin-left: 4.8rem;
	}

	.index_partner_title {
		background-size: auto 8.1rem;
	}

	.index_partner_title .h3 {
		height: 5.389rem;
		font-size: 5.389rem;
		line-height: 5.389rem;
		margin-top: 3.7rem;
	}

	.index_partner_title .h3 span {
		font-size: 2rem;
		margin-left: 2rem;
		margin-right: 2rem;
	}

	.index_partner_title .p {
		margin-top: 4rem;
		padding-top: 6.9rem;
	}

	.index_partner_title .p:after {
		width: 12.126rem;
	}

	.index_partner .index_partner_l .cons {
		font-size: 2.695rem;
		line-height: 5rem;
	}

	.index_partner .index_partner_l .a {
		width: 24.926rem;
		height: 6.568rem;
		border-radius: 3.243rem;
		line-height: 6.568rem;
		font-size: 2.695rem;
		letter-spacing: 0.135rem;
		margin-top: 9.9rem;
	}

	.index_partner .index_partner_l .a span {
		width: 3.368rem;
		height: 1.011rem;
		margin-left: 0.6rem;
		margin-bottom: 0.8rem;
	}

	.index_partner .index_partner_l .a:hover {
		text-indent: 1rem;
	}

	.index_partner_r {
		width: 96rem;
		height: 78.989rem;
	}

	.grid-wrap {
		width: 94%;
		height: 67.368rem;
		margin: 5.5rem auto;
	}

	.grid-item {
		height: 24.5rem;
		line-height: 31rem;
		font-size: 3.114rem;
		letter-spacing: 0.152rem;
	}

}