/*** 
	首页样式表
	color: #214c9e;
	color: #213251;
	color: #f87604;

 ***/

/* 首页标题 */
.index-title-box {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	height: 79px;
	background: url(../img/tittle-box-bg1.png) no-repeat bottom center;
}

.index-title-box .title {
	font-size: 30px;
	font-weight: bold;
	color: #213251;
	position: relative;
	z-index: 3;
	letter-spacing: 2px;
	margin-bottom: 7px;
	line-height: 1em;
}


.index-title-box .info {
	color: #666;
	font-size: 18px;
	letter-spacing: 1px;
	z-index: 2;
	line-height: 1.5em;
}

.index-zx-btn {
	display: block;
	margin: 0 auto;
	width: 120px;
	font-size: 12px;
	line-height: 2.6em;
	color: #213251;
	border: solid 1px #213251;
	text-align: center;
}

.index-zx-btn:hover {
	background: #213251;
	color: #fff;
}

/* 轮播图 */
.index-banner {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.index-banner .swiper-slide {}

.swiper-button-next,
.swiper-button-prev {
	background-color: #000;
	border-radius: 3px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	left: 0px;
	right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E");
	right: 0px;
	left: auto;
}

.swiper-pagination-bullet {
	background: #fff;
}

.swiper-pagination-bullet-active {
	background: #213251;
	padding: 0 12px;
	transition: 0.5s;
	box-shadow: 0 0 0px 2px #fff;
}


.index-banner .swiper-button-next,
.index-banner .swiper-button-prev {
	opacity: 0.3;
	border-radius: 3px;
}


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

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

.banner {
	width: 100%;
}

.banner video {
	display: block;
	width: 100%;
}

/* 产品 */
.index-cp-box {
	padding: 60px 0;
	background: url(../img/cp_bg.jpg) no-repeat top center / 1920px 100%;
}

.index-cp-nav {
	font-size: 0;
	text-align: center;
	margin-bottom: 30px;
}

.index-cp-nav a:first-child {
	margin-left: 0;
}

.index-cp-nav a {
	display: inline-block;
	vertical-align: top;
	padding: 0 1.5em;
	color: #333;
	line-height: 3em;
	font-size: 16px;
	transition: 0.5s;
	margin-left: 15px;
	background: #fff;
}

.index-cp-nav a:hover {
	background: #214c9e;
	color: #fff;
}

.index-cp {}

.index-cp .item {
	float: left;
}

.index-cp .item .box {
	display: block;
	transition: 0.5s;
	background: #fff;
	padding: 5px;
}

.index-cp .item:hover .box {
	background: #214c9e;
}

.index-cp .item .box .pic {
	padding-bottom: 80%;
}

.index-cp .item .box .text {
	text-align: center;
	margin-top: 2px;
	transition: 0.5s;
	padding: 25px 15px;

}

.index-cp .item:hover .box .text {
	background: #214c9e;
}

.index-cp .item .box .text .title {
	font-size: 18px;
	transition: 0.5s;
	color: #333;
	line-height: 1em;
	margin-bottom: 15px;
}

.index-cp .item .box .text .info {
	font-size: 14px;
	transition: 0.5s;
	color: #666;
	line-height: 1em;
	margin-bottom: 25px;
}

.index-cp .item .box .text .btn-box {
	font-size: 0;
	text-align: center;
}

.index-cp .item .box .text .btn-box a:first-child {
	margin-right: 10px;
	background: #214c9e;
	border: solid 1px #214c9e;
}

.index-cp .item .box .text .btn-box a {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	background: #213251;
	border: solid 1px #213251;
	line-height: 2em;
	padding: 0 1em;
}

.index-cp .item:hover .box .text>* {
	color: #fff;
}

.index-cp .item:hover .box .text .btn-box a {
	background: inherit;
	border-color: #fff;
}

.index-cp .item:hover .box .text .btn-box a:hover {
	background: #fff;
	color: #214C9E;
}

/* 案例 */
.index-case-box {
	padding: 60px 0;
	background: url(../img/case-bg.jpg) no-repeat top center /1920px 100%;
}

.index-case-list {
	position: relative;
}

.index-case-list .item {
	float: left;
	width: 20%;
}

.index-case-list .item:first-child {
	width: 40%;
}

.index-case-list .item .box {
	display: block;
	transition: 0.5s ease;
	position: relative;
	overflow: hidden;
}

.index-case-list .item .box .pic {
	padding-bottom: 100%;
	width: 100%;
	position: relative;
	z-index: 1;
}

.index-case-list .item .box .pic img {
	position: absolute;
	margin: 10px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.index-case-list .item .box .text {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: 0.5s;
	opacity: 0;
	background: #214C9E;
}

.index-case-list .item:hover .box .text {
	opacity: 0.9;
}

.index-case-list .item .box .title {
	font-size: 16px;
	color: #fff;
	line-height: 3em;
	padding: 20% 10% 2%;
	text-align: center;
	transition: 0.5s ease;
}

.index-case-list .item .box .info {
	font-size: 14px;
	line-height: 2em;
	height: 4em;
	overflow: hidden;
	padding: 0 10%;
	color: #f5f5f5;
}

/* 荣誉证书 */
.index-zhengshu-box {
	padding: 60px 0;
	background: #fafafa;
}

.index-zhengshu {
	height: 228px;
	width: auto;
	margin: 0 10%;
}

.index-zhengshu .item {
	float: left;
	width: 300px;
	margin-right: 15px;
}

.index-zhengshu .item .box {
	display: block;
	background: #214C9E;
	padding: 5px;
}

.index-zhengshu .item .box .pic {
	padding-bottom: 75%;
}


/* 优势 */
.index-youshi-box {
	padding: 60px 0;
}


.index-youshi {
	position: relative;
	padding-top: 30px;
}

.index-youshi .item {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}

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

.index-youshi .item .box {
	background: #f5f5f5;
	position: relative;
	transition: 0.5s;
}

.index-youshi .item:hover .box {
	background: #214C9E;
}

.index-youshi .item .box .pic {
	position: relative;
	z-index: 1;
}

.index-youshi .item .box .pic img {
	display: block;
	width: 100%;
}

.index-youshi .item .box .text {
	position: relative;
	text-align: left;
	box-sizing: border-box;
	padding: 40px 30px;
}

.index-youshi .item .box .text::before {
	display: block;
	width: 30px;
	height: 30px;
	content: '';
	background: #f5f5f5;
	position: absolute;
	transform: rotate(45deg);
	left: 50%;
	top: -10px;
	z-index: 3;
	transition: 0.5s;
	margin-left: -21px;
}

.index-youshi .item:hover .box .text::before {
	background: #214C9E;
}

.index-youshi .item .box .text .title {
	color: #333;
	font-size: 24px;
	line-height: 1em;
	transition: 0.5s;
	margin-bottom: 15px;
}

.index-youshi .item .box .text .title span {
	font-family: num2;
	color: #214C9E;
	display: inline-block;
	vertical-align: bottom;
	font-size: 46px;
	margin-right: 10px;
}

.index-youshi .item .box .text .info {
	line-height: 2em;
	font-size: 16px;
	color: #666;
	transition: 0.5s;
	overflow: hidden;
	height: 4em;
}

.index-youshi .item:hover .box .text * {
	color: #fff !important;
}

/* 公司简介 */
.index-about-box {
	padding: 60px 0;
	background: url(../img/about-bg.jpg) no-repeat top center;
}

.index-about {}

.about-pic {
	float: left;
	width: 600px;
}

.about-pic img {
	display: block;
	width: 100%;
}

.index-about-text {
	color: #fff;
	float: right;
	width: 550px;
	padding-left: 50px;
}

.index-about-text .title {
	font-size: 24px;
	line-height: 1.5em;
	margin-bottom: 20px;
}


.index-about-text .info {
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}

.index-about-text .info *+* {
	margin-top: 10px;
}

.index-about-text .btn {
	display: inline-block;
	vertical-align: top;
	padding: 0 50px 0 30px;
	line-height: 2.7em;
	color: #fff;
	border: solid 1px #fff;
	font-size: 14px;
	margin-top: 30px;
	transition: 0.5s;
	background: url(../img/icon/icon19.png) no-repeat 85% center / 10px auto;
}

.index-about-text .btn:hover {
	color: #213251;
	background: #fff url(../img/icon/icon18.png) no-repeat 89% center / 10px auto;
}




/* 新闻资讯 */
.index-news-box {
	padding: 80px 0;
}

.index-news-nav {
	font-size: 0;
	margin-bottom: 40px;
	text-align: center;
}

.index-news-nav a {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	text-align: center;
	color: #333;
	line-height: 3em;
	font-size: 16px;
	transition: 0.5s;
	margin: 0 7px;
	background: #f5f5f5;
}

.index-news-nav a.focus {
	background: #213251;
	color: #fff;
}

.index-news-left {}

.hot-news {}

.hot-news .item {
	float: left;
	width: 580px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.hot-news .item:nth-child(2n) {
	margin-right: 0;
}

.hot-news .box {
	border: solid 1px #ccc;
}

.hot-news .box .pic {
	width: 45%;
	padding-bottom: 36%;
	float: right;
}

.hot-news .box .text {
	width: 55%;
	float: left;

}

.hot-news .box .text .title {
	font-size: 16px;
	color: #333;
	padding: 25px 25px 0 25px;
	line-height: 1em;
	margin-bottom: 15px;
	transition: 0.5s;
}

.hot-news .box .text .time {
	font-size: 14px;
	color: #999;
	padding: 0 25px;
	line-height: 1em;
	margin-bottom: 10px;
}

.hot-news .box .text .info {
	padding: 0 25px;
	font-size: 14px;
	color: #888;
	line-height: 2em;
	transition: 0.5s;
}

.hot-news .box .text .btn {
	display: inline-block;
	padding: 0 1.5em;
	font-size: 14px;
	line-height: 2.2em;
	border: solid 1px #ccc;
	margin-left: 25px;
	margin-top: 10px;
	color: #999;
	transition: 0.5s;
}

.hot-news .box .text .btn:hover {
	border-color: #214C9E;
	background: #214C9E;
	color: #fff;
}

.hot-news .box:hover .text .title {
	color: #214C9E;
}

.news-list {
	float: right;
	width: 435px;
}

.news-list .item:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

.news-list .item {
	padding-top: 12px;
	margin-top: 13px;
	border-top: dashed 1px #ccc;
}

.news-list .item .box {}

.news-list .item .box .text {}


.news-list .item .box .text .title {
	font-size: 16px;
	color: #333;
	line-height: 1em;
	margin-bottom: 7px;
	transition: 0.5s;
	position: relative;
	display: block;
	padding-right: 30%;
}

.news-list .item .box .time {
	color: #ccc;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	right: 0;
	top: 0;
}

.news-list .item .box .text .info {
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
	transition: 0.5s;
}

.news-list .item:hover .box .text .title {
	color: #213251;
}


.index-news-right {
	background: #f5f5f5;
	padding: 40px 70px;
}

.index-news-right-bt {
	float: left;
	margin-right: 60px;
	padding-right: 60px;
	border-right: solid 1px #ccc;
	padding-bottom: 5px;
}

.index-news-right-bt a {
	font-size: 24px;
	color: #333;
	line-height: 1em;
}

.index-news-right-bt a p {
	font-size: 14px;
	text-transform: uppercase;
	line-height: 1em;
	color: #999;
	padding-top: 15px;
}

.index-news-right-bt a p span {
	background: #214C9E;
	display: block;
	margin-top: 10px;
	width: 4em;
	height: 3px;
}

.index-faq {
	position: relative;
	overflow: hidden;
	height: 73px;
}

.index-faq .item {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 3%;
	float: left !important;

}

.index-faq .item:nth-child(2n) {
	margin-right: 0;
}

.index-faq .item .box {}

.index-faq .item .box .title {
	padding-left: 30px;
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	line-height: 28px;
	margin-bottom: 5px;
	background: url(../img/icon/icon53.png) no-repeat 0 5px / 20px;
}

.index-faq .item .box .info {
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	line-height: 1.7em;
	background: url(../img/icon/icon54.png) no-repeat 0 2px / 20px;
}

.index-faq .item:hover .box .text .title {
	color: #213251;
}


/* 首页留言 */
.index-liuyan-box {
	padding: 80px 0;
}

.index-liuyan-box .message-box {
	font-size: 0;
	text-align: center;
}

.index-liuyan-box .message-box .item {
	display: inline-block;
	vertical-align: top;
	border: solid 1px #ccc;
	border-radius: 3px;
	width: 358px;
	margin-bottom: 20px;
	background: #f8f8f8;
	font-size: 0;
}

.index-liuyan-box .message-box .item .bt {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 0;
	height: 30px;
}

.index-liuyan-box .message-box .item .bt img {
	display: block;
	height: 100%;
}

.index-liuyan-box .message-box .item .input-text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	border: none !important;
	height: 50px;
	line-height: 50px;
	background: inherit;
	color: #999;
	padding: 0 10px;
	margin-left: 10px;
	width: 280px;
}

.index-liuyan-box .message-box .item:nth-child(2) {
	margin: 0 60px;
}

.index-liuyan-box .message-box .tijiao {
	display: inline-block;
	vertical-align: top;
	padding: 0 2em;
	line-height: 50px;
	background: #B32925;
	border: none;
	border-radius: 5px;
	height: 50px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	transition: 0.5s;
	margin-top: 40px;
	cursor: pointer;
}
