/* 整体 */
.index_wrap {
	width: 75rem;
	padding-top: 8.5rem;
	padding-bottom: 9rem;
}

/* 小标题 */
.index_title_wrap{
	display: flex;
	justify-content: space-between;
}

.index_title{
	height: 3rem;
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	color: #202020;
	line-height: 1;
}

.index_title span {
	display: inline-block;
	font-family: ArialMT;
	font-size: 1.6rem;
	text-indent: 1.5em;
}

.index_title_wrap p{
	width: 8.1rem;
	height: 2.9rem;
	background-color: #0068b7;
	border-radius: 360px;
	font-family: SourceHanSansCN-Light;
	font-size: 1.6rem;
	line-height: 2.9rem;
	letter-spacing: 0.7rem;
	color: #fefefe;
	text-align: center;
}

.index_title_wrap p img{
	width: 0.7rem;
	height: 1.1rem;
	vertical-align: middle;
}


/* 宣传视频 */
.index_video {
	width: 75rem;
	height: 42.2rem;
}

.banner-video {
	width: 75rem;
	height: 42.2rem;
}

/* 企业简介 */
.index_company_profile {
	width: 75rem;
	padding: 3rem 4.5rem;
	overflow: hidden;
}

.profile{
	padding: 2rem 0;
	height: 100%;
	font-family: SourceHanSansCN-Normal;
	font-size: 2.2rem;
	line-height: 4.2rem;
	letter-spacing: 0rem;
	color: #353535;
	text-indent: 2em;
}

/* 统计信息 */
.page2_count {
	display: flex;
	justify-content: space-between;
	height: 6.4rem;
	/* display: none; */
}

/* 单个统计信息 */
.count_item>.count_item_top {
	display: flex;
	color: #236ab5;
	font-family: SourceHanSansCN-Normal;
	height: 5.2rem;
}

.count_item>.count_item_top>span {
	font-size: 2.2rem;;
	vertical-align: bottom;
	line-height: 5.8rem;
}

.count_item>.count_item_top>p {
	font-family: Bahnschrift;
	font-size: 3.8rem;
	line-height: 5rem;
}

.count_item>.count_item_top>h5 {
	height: 3.5rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	line-height: 1;
	font-size: 2.2rem;
	text-align: center;
}

.count_item>p {
	font-family: SourceHanSansCN-Normal;
	font-size: 1.2rem;
	color: #353535;
	font-weight: bold;
}

/* 切换选项 */
.page2_label {
	margin-top: 3.7rem;
	height: 5.5rem;
	display: flex;
	justify-content: space-between;
}

.label_item {
	width: 14.6rem;
	height: 5.5rem;
	background-color: #eeeeee;
	line-height: 5.5rem;
	border-radius: 0.8rem;
	text-align: center;
	cursor: pointer;
	font-family: SourceHanSansCN-Regular;
	font-size:2.2rem;
	color: #525252;
}

.label_item_active,
.label_item:hover {
	background-color: #0068b7;
	color: #fff;
}


/* 热销产品 */
.index_hot_product{
	width: 75rem;
/*	height: 127rem;*/
	background-color: rgba(238,238,238,.55);
	padding:4.5rem 5rem;
}

/* 分类 */
.hot_product_type_box{
	display: flex;
	flex-wrap: wrap;
	margin-top: 3rem;
}
/* 单个 */
.hot_product_type_item{
	width: 21rem;
	height: 12.2rem;
	background-color: #ffffff;
	border-radius: 1rem;
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 1;
	color: #717171;
	margin-right: 1rem;
	margin-bottom: 1.3rem;
	text-align: center;
	position: relative;
}
.hot_product_type_active{
	background-color: #0068b7;
	color: #fff;
}
.hot_product_type_box a:nth-child(3n) .hot_product_type_item{
	margin-right: 0;
}

.hot_product_type_item img{
	max-width: 5rem;
	max-height: 5rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 1.9rem));
}
.hot_product_type_item .ellipsis{
	position: absolute;
	bottom: 1.9rem;
	left: 50%;
	transform: translateX(-50%);
}

/* 产品大图 */
.hot_product_big{
	width: 64.8rem;
	height: 56.4rem;
	margin-bottom: 1.5rem;
}
.hot_product_big img{
	width: 64.8rem;
	height: 56.4rem;
}

/* 产品小图 */
.hot_product_small_box{
	display: flex;
	justify-content: space-between;
}

.hot_product_small_item{
	width: 21rem;
	height: 27.5rem;
	background-color: #ffffff;
	position: relative;
}

.hot_product_small_item img{
	max-width: 18rem;
	max-height: 18rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,calc(-50% - 2.2rem));
}

.hot_product_small_item .ellipsis{
	width: 17rem;
	font-family: MicrosoftYaHei;
	font-size: 1.8rem;
	line-height: 1;
	color: #252525;
	opacity: 0.7;
	position: absolute;
	bottom: 2.2rem;
	left: 50%;
	transform: translateX(-50%);
}

/* 解决方案 */
.index_solution{
	padding:3rem 5rem;
}
/* 解决方案分类 */
.solution_type{
	margin-top: 4rem;
}

.solution_type_item{
	margin-bottom: 1.5rem;
	width: 65rem;
	height: 19.5rem;
	background: #0068b7;
	border-radius: 1rem;
	color: #fff;
	padding: 2.3rem 3.7rem;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}
.solution_type_item h5{
	text-align: center;
	font-family: SourceHanSansCN-Bold;
	font-size: 3rem;
	line-height: 5rem;
}
.solution_type_item p{
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 3.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.solution_type_item img{
	width: 6.7rem;
	height: 0.8rem;
	float: right;
}

.solution_type a:nth-child(1) .solution_type_item{
	background: url('/mobile/image/index/plan1.png') no-repeat;
	background-size: 100% 100%;
}

.solution_type a:nth-child(2) .solution_type_item{
	background: url('/mobile/image/index/plan2.png') no-repeat;
	background-size: 100% 100%;
}

.solution_type a:nth-child(3) .solution_type_item{
	background: url('/mobile/image/index/plan3.png') no-repeat;
	background-size: 100% 100%;
}

.solution_type a:nth-child(4) .solution_type_item{
	background: url('/mobile/image/index/plan4.png') no-repeat;
	background-size: 100% 100%;
}

/* 企业愿景 */
.index_vision{
	width: 75rem;
	height: 10.2rem;
	background: url("/mobile/image/index/plan_b.png") no-repeat;
	background-size: 100% 80%;
	background-position: bottom;
}

.vision_text{
	width: 42.8rem;
	height: 10.2rem;
	background: url("/mobile/image/index/plan_b_l.png") no-repeat;
	background-size: 100% 100%;
	color: #fff;
	padding-left: 5rem;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
}
.vision_text_CN{
	display: flex;
	padding-top: 0.5rem;
}

.vision_text_CN > p{
	font-family: Impact;
	font-size: 7.28rem;
	letter-spacing: 0.36rem;
	color: #ff7c1c;
	line-height: 1;
}
.vision_text_CN_r{
	font-size: 2.37rem;
	line-height: 3.6rem;
	letter-spacing: 0.12rem;
}

.vision_text_CN_r p{
	font-family: SourceHanSansCN-Light;
	color: #ff7c1c;
}
.vision_text_CN_r h5{
	font-family: SourceHanSansCN-Medium;
	color: #ffffff;
}

.vision_text_EN{
	width: 28rem;
	font-family: SourceHanSansCN-Light;
	font-size: 0.52rem;
	line-height: 1.7rem;
	letter-spacing: 0.15rem;
	color: #8d8e90;
}

/* 新闻中心 */
.index_news_center{
	padding:4.5rem 5rem;
}

.news_center_box{
	padding-top: 4rem; 
}
.news_center_item{
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.3rem; 
}

.news_center_item img{
	width: 24rem;
	height: 15rem;
}

.news_center_text{
	width: 38rem;
	padding-top: 1rem;
}

.news_center_text div{
	display: flex;
	justify-content: space-between;
}
.news_center_text div span{
	font-family: Avanti;
	font-size: 1.8rem;
	line-height: 5rem;
	letter-spacing: 0rem;
	color: #222222;
}

.news_center_text div p{
	width: 26rem;
	height: 2.5rem;
	border-bottom: dotted 1px #bfbfbf;
}

.news_center_text h5{
	font-family: SourceHanSansCN-Regular;
	font-size: 2.2rem;
	line-height: 5rem;
	color: #222222;
}

.news_center_text p{
	font-family: SourceHanSansCN-Normal;
	font-size: 1.8rem;
	/* line-height: rem; */
	color: #9e9e9e;
}

