@charset "utf-8";
/*** 
	首页样式表
	color: #ea3d3d;
	color: #ca0008 ;
	color: #376ae6;

 ***/

body {}

/* 首页板块 */
.index-column-box {
	padding: 30px 0;
}


/* 轮播图 */
.index-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.index-banner .swiper-button-prev,
.index-banner .swiper-container-rtl .swiper-button-next {
	left: 1%;
	right: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-container-rtl .swiper-button-prev {
	right: 1%;
	left: auto;
}

.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	border-radius: 3px;
	background-size: 24px auto;
	background-color: inherit;
}

.index-banner .swiper-pagination-bullet {
	margin: 0 10px;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 5%;
}

.swiper-container-horizontal>.swiper-pagination-bullets>* {
	background: #fff;
}



/* 产品中心 */
.index-cp-box {
	background: #ededed;
}

.index-cp {
	z-index: 2;
	padding: 0 12%;
}

.index-cp .index-more1 {
	margin-top: 15px;
}

.cp-type-title {
	position: relative;
	color: #ca0008;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}

.cp-type-title a {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
	vertical-align: bottom;
	margin-right: -4em;
}

.cp-type-item+.cp-type-item {
	margin-top: 20px;
}

.cp-list {
	display: flex;
	justify-content: space-between;
}

.cp-list .item {
	width: 19%;
}

.cp-list .item .box {
	display: block;
	font-size: 16px;
	transition: 0.5s;
}

.cp-list .item .box:hover .title {
	color: #ca0008;
}

.cp-list .item .box .pic {
	padding-bottom: 190px;
	width: 190px;
	background-color: #fff;
	margin: 15px 0;
}

.cp-list .item .info {
	font-size: 14px;
	line-height: 1.7em;
	opacity: 0.7;
	font-weight: normal;
	color: #333;
}

/* 解决方案 */
.index-jjfa-box {
	padding: 40px 50px;
	padding: 40px 12%;
}

.index-jjfa {
	display: flex;
	justify-content: space-between;
}

.index-jjfa {
	width: 100%;
	max-width: 1920px;
	position: relative;
	padding: 0;
}

.index-jjfa-left {
	width: 10%;
	min-width: 160px;
}

.index-jjfa-left .bt {
	color: #ca0008;
	font-size: 26px;
	text-align: center;
	margin-bottom: 30px;
}

.index-jjfa-nav {}

.index-jjfa-nav a {
	color: #333;
	text-align: center;
	font-size: 16px;
	display: block;
	background: #ededed;
	display: block;
	padding: 0 20px;
	margin-top: 25px;
	line-height: 3em;
	transition: 0.5s;
}

.index-jjfa-nav a.focus {
	background: #ca0008;
	color: #fff;
}


.index-jjfa-text {
	position: relative;
	z-index: 1;
	width: 85%;
}

.index-jjfa-text .info {
	font-size: 14px;
	line-height: 2em;
	color: #666;
	margin-bottom: 15px;
}

.index-jjfa-text .btn {
	display: block;
	width: 8em;
	font-size: 14px;
	line-height: 2.5em;
	text-align: center;
	border: solid 1px #ccc;
	margin-bottom: 15px;
}

.index-jjfa-text .pics {
	display: flex;
	align-items: flex-start;
}

.index-jjfa-text img {
	display: block;
	width: 23%;
	/*! height: 220px; */
}

.index-jjfa-text img~img {
	margin-left: 2%;
}
