@charset "utf-8";
/*** 
	首页样式表
	color: #125aac;
	color: #0b407d ;
	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-youshi-box {
	background: url(../img/youshi-bg.jpg) no-repeat center center /cover;
}

.index-youshi {
	display: flex;
	flex-wrap: wrap;
	color: #fff;
	font-size: 14px;
	line-height: 1.7em;
	padding: 0 100px;
}

.index-youshi .item {
	width: 46%;
	display: flex;
	align-items: center;
}

.index-youshi .item:nth-child(2n) {
	margin-left: 4%;
}

.index-youshi .item:nth-child(2)~.item {
	margin-top: 4%;
}

.index-youshi .item .pic {
	width: 70px;
	margin-right: 20px;
}

.index-youshi .item .pic img {
	display: block;
	height: 70px;
}

.index-youshi .item .text {
	width: calc(100% - 100px);
}

.index-youshi .item .title {
	font-size: 18px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: solid 1px #fff;
}

/* 关于我们 */
.index-about-box {
	background: #e9e9e9;
}

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

.index-about .pic {
	width: 600px;
	position: relative;
	overflow: hidden;
}

.index-about .pic img {
	display: block;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.index-about .text {
	width: 505px;
}

.index-about .text .bt {
	text-align: right;
	color: #125aac;
	font-size: 20px;
	font-weight: bold;
}

.index-about .text .bt p {
	padding-right: 8em;
}

.index-about .text .bt p+p {
	padding-right: 4em;
}

.index-about .text .title {
	font-size: 22px;
	font-weight: bolder;
	color: #5a5a5a;
}

.index-about .text .titleen {
	font-size: 14px;
	margin-bottom: 20px;
	color: #434343;
}

.index-about .text .info {
	font-size: 14px;
	line-height: 2.5em;
	color: #666;
	text-indent: 2em;
}

.index-about .text .btn {
	color: #666;
	font-size: 14px;
	line-height: 2.7em;
	width: 10em;
	text-align: center;
	border: solid 2px #ccc;
	display: block;
	margin-top: 40px;
	transition: 0.5s; font-weight: bold; border-radius: 3px;
}

.index-about .text .btn:hover {
	color: #fff;
	background: #125aac;
	border-color: #125aac;
}

/* 新闻资讯 */
.index-news-box {
}

.index-news {
	display: flex;
	justify-content: space-between; padding-top: 20px; padding-bottom: 50px;
}

.c-news {}

.c-news .item {
	display: block;
	width: 570px;
}

.c-news .item .box {
	font-size: 18px;
	color: #000;
	display: block;
}

.c-news .box:hover .text .title {
	color: #125aac;
}

.c-news .item .box .pic {
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 260px;
	border: solid 1px #ccc;
}

.c-news .item .box .pic img {
	display: block;
	width: 100%;
}

.c-news .item .box .text {
	margin-top: 20px;
}

.c-news .item .box .text .info {
	font-size: 14px;
	font-weight: normal;
	opacity: 0.5;
	margin-top: 5px;
	line-height: 1.75em;
}

.c-news .item .box .text .time {
	font-size: 14px;
	font-weight: normal;
	opacity: 0.7;
	display: flex;
	margin-top: 10px;
	justify-content: space-between;
}


.news-list {
	width: 560px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.news-list .item-line {
	width: 100%;
	height: 1px;
	background: #f5f5f5;
}

.news-list .box {
	display: block;
	font-size: 16px;
	color: #000;
	display: flex;
	justify-content: space-between;
}

.news-list .box .time {
	color: #666;
	font-size: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 30px;
	color: #125aac;
	font-weight: bold;
}
.news-list .box .text{width: 470px;}
.news-list .box .time p+p {
	font-size: 14px;
	font-weight: normal;
}


.news-list .box .text .info {
	font-size: 14px;
	line-height: 1.7em;
	margin-top: 5px;
	opacity: 0.5;
}

.news-list .box:hover .title {
	color: #125aac;
}


/* 产品中心 */
.index-cp-box {
	background: #ededed;
}
.index-cp {
	z-index: 2;
	width: 1200px; margin: 0 auto;
}
.index-cp .index-more1 {
	margin-top: 15px;
}
.cp-type-title {
	position: relative;
	color: #125aac;
	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: #125aac;
}
.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: 1200px;
	position: relative;
	padding: 0;
}
.index-jjfa-left {
	width: 10%;
	min-width: 160px;
}
.index-jjfa-left .bt {
	color: #125aac;
	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: #125aac;
	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%;
}