.index {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.index .banner {
	margin-top: 110px;
}

/* 关于我们  开始 */
.ab_box {
	background: url(/assets/image/bg.png) no-repeat center;
	overflow: hidden;
}

.ab_left {
	float: left;
	width: 45%;
}

.ab_left_box {
	float: right;
	width: 69%;
	margin-right: 6%;
}

.ab_left_box h1 {
	font-size: 50px;
	color: #0f58d6;
	margin-top: 45px;
	margin-bottom: 0;
}

.ab_left_box h3 {
	font-size: 15px;
	color: #0f58d6;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 25px;
}

.ab_left_box p {
	font-size: 14px;
	color: #333;
	line-height: 25px;
	margin: 0;
}

.ab_left_box img {
	margin-bottom: 50px;
}

.ab_right {
	float: left;
	width: 55%;
	background: #ccc;
}

.ab_right_box {
	width: 100%;
	background-color: #0f58d6;
	/* padding: 40px 70px 40px 50px; */
	padding: 46px;
}

.ab_right_box h1 {
	font-size: 30px;
	color: #fff;
	margin: 0;
	line-height: 60px;
}

.ab_right_box p {
	text-indent: 2em;
	margin: 0;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
}

.more {
	display: block;
	width: 21%;
	padding: 9px 15px;
	color: #0f58d6;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
	margin-top: 22px;
	background: #fff;
}

.more:hover {
	display: block;
	width: 25%;
	padding: 9px 15px;
	color: #0f58d6;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
}

.ab_right_box_l {
	height: 242px;
	background: url(/assets/image/honor.png) no-repeat left top;
	background-size: contain;
	width: 50%;
	float: left;
	background-color: #dfe2e3;
}

.ab_right_box_b {
	width: 40%;
	float: right;
	margin: 6%;
}

.ab_right_box_l h2 {
	font-family: Teko;
	font-size: 28px;
	color: #333;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: right;
}

.ab_right_box_l p {
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	color: #333;
}

.ab_right_box_r {
    height: 242px;
    background: url(/assets/image/honor2.png) no-repeat left top;
    background-size: contain;
    width: 50%;
    float: left;
    background-color: #59676a;
}

.ab_right_box_r h2 {
	font-family: Teko;
	font-size: 28px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1.5em;
	text-align: right;
}

.ab_right_box_r p {
	font-size: 14px;
	line-height: 25px;
	margin: 0;
	color: #fff;
}

/* 关于我们   结束 */


/* 产品 开始 */
.index .zycp {
	width: 100%;
	background: #fff;
	padding-top: 60px;
	padding-bottom: 65px;
	overflow: hidden;
}

.index .zycp .cp_w {
	width: 90%;
	margin: 0 auto;
}

.zycp_pic {
	width: 80%;
	margin: 0 auto;
}

.zycp h1 {
	text-align: center;
	font-size: 36px;
	line-height: 59px;
	color: #333;
	font-weight: bold;
}

.zycp_fl {
	margin: 0 auto;
	text-align: center;
	max-width: 1300px;
	overflow: hidden;
}

.zycp_fl ul {
	padding: 0;
	margin: 0;
}

.zycp_fl ul li {
	/* width: 11%; */
	float: left;
	text-align: center;
}

.zycp_fl ul li a {
	color: #333;
	font-size: 14px;
	margin: 0px 16px;
	line-height: 32px;
}

.zycp_fl ul li a:hover {
	color: #0040c4;
	text-decoration: none;
}

.zycp_fl p {
	color: #333;
	font-size: 15px;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

.zycp_search {
	background: url(/assets/image/footsearch.jpg) center / cover no-repeat;
	padding: 40px 0 40px;
	margin: 20px 0 30px;
	overflow: hidden;
}

.searchpro {
	width: 585px;
	margin: auto;
}

.input-search {
	position: relative;
}

.input-text {
	width: 480px;
	height: 70px;
	color: #b7b7b7;
	font-size: 15px;
	padding: 0 20px;
	background: #fff;
	border-radius: 5px;
	outline: 0;
	border: 0;
	float: left;
}

.input-submit {
	width: 95px;
	height: 70px;
	font-size: 20px;
	background: #fff;
	border-radius: 5px;
	outline: 0;
	border: 0;
	float: left;
	margin-left: 6px;

}

.input-submit span {
	color: #9b9b9b;
	font-size: 23px;
	font-weight: bold;
}


#app {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.box {
	width: 25%;
	float: left;
	padding: 14px;
}

.box a {
	display: flex;
	flex-direction: column;
	align-items: left;
	color: #535353;
	text-decoration: none;
}

.box a:hover {
	color: #0040c4;
}

.imgBox {
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid #dedede;
}

.imgBox img {
	width: 100%;
	height: 100%;
	transition: all 0.6s linear;
	padding: 20px;
}

.source {
	border-radius: 33px;
	margin: 11px 0px 26px;
	background: #ff8201;
	color: #fff;
	width: 150px;
	text-align: center;
	line-height: 31px;
	font-size: 15px;
}

.title {
	font-size: 16px;
	margin: 0;
	line-height: 52px;
	color: #333;
	font-weight: bold;
}

.detail {
	text-align: justify;
	width: 70px;
	height: 2px;
	background-color: #0f58d6;
	margin-bottom: 9px;
}

/*鼠标hover效果*/

/* .box>a::after {
	content: '';
	width: 280px;
	position: absolute;
	background: #0040c4;
	bottom: 0;
	height: 0px;
	transition: height 0.3s linear; */
/*利用伪类高度，实现动画效果*/
}

.box>a:hover::after {
	height: 10px;
}

.box:hover img {
	transform: scale(1.1);
}

.box:hover .source {
	background: #0040c4;
	border-color: #0040c4;
	color: #ffffff;
	transition: 0.3s linear;
}

.cpsub_btn {
	text-align: center;
}

.cpsub_btn button {
	width: 26%;
	height: 48px;
	line-height: 48px;
	display: block;
	margin: 0 auto;
	-webkit-transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	text-align: center;
	position: relative;
	background: #0040c4;
	z-index: 1;
	border: 0;
	color: #fff;
}

.cpsub_btn button:before {
	width: 10px;
	height: 48px;
	line-height: 48px;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: -24px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	border-width: 0 0 48px 24px;
	border-color: transparent transparent #0040c4 transparent;
	border-style: solid;
}

.cpsub_btn button:after {
	width: 10px;
	height: 48px;
	line-height: 48px;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	right: -24px;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	border-width: 48px 24px 0 0;
	border-color: #0040c4 transparent transparent transparent;
	border-style: solid;
}

/* .cpsub_btn button:hover {
	font-size: 16px;
	width: 23%;
	height: 43px;
	background: #0040c4;
	border-radius: 30px;
	outline: none;
	color: #fff;
	font-weight: bold;
	margin-top: 3%;
	border: 0;
	transition: 0.3s linear;
} */

/* 产品 结束 */

/* 行业应用 开始 */
.hy_box {
	background: url(/assets/image/bg1.png) no-repeat center;
	overflow: hidden;
}

.hy_box_l {
	width: 23%;
	float: left;
	margin-top: 75px;
}

.hy_box_l h1 {
	color: #fff;
	font-size: 34px;
}

.hy_box_l p {
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	margin-top: 40px;
	margin-bottom: 30px;
}

.hy_more {
	display: block;
	width: 50%;
	padding: 9px 15px;
	color: #0f58d6;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
	margin-top: 50px;
	background: #fff;
}

.hy_more:hover {
	display: block;
	width: 55%;
	padding: 9px 15px;
	color: #0f58d6;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease-in-out 0s;
	border-radius: 50px;
}

.hy_box_r {
	width: 76%;
	float: right;
	padding: 40px 0px;
}

.hy_box_r ul li {
	width: 26%;
	margin: 35px;
	float: left;
}

.hy_box_r ul li img {
	width: 100%;
	float: left;
	height: 257px;
	border-radius: 50%;
	border: 4px solid #fff;
	transition: all 0.5s ease-in-out 0s;
}

.hy_box_r ul li img:hover {
	transform: scale(1.08);
}

.cn {
	display: block;
}

.en {
	display: none;
}

/* 行业应用 结束 */

/* 新闻 开始 */
.news {
	width: 100%;
	margin: 60px 0px;
	overflow: hidden;
}

.news h1 {
	font-size: 34px;
	color: #333333;
}

.news ul li {
	width: 50%;
	float: left;
}

.news ul li h3 {
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
}

.news ul li p {
	line-height: 30px;
	padding: 0;
	color: #333333;
	width: 92%;
	height: 66px;
	overflow: hidden;
}

.news ul li span {
	width: 100%;
	float: left;
	color: #999;
	line-height: 45px;
}

.news ul li a {
	width: 100%;
	float: left;
	color: #0f58d6;
	line-height: 40px;
}

/* 新闻 结束 */


@media (min-width: 980px) {

	.zycp_pic {
		padding: 20px 0px !important;
	}

	.zycp_pic ul li {
		margin: 25px;
		width: 28%;
	}

	.outside-dots .dots>.dot {
		width: 30px;
		margin: 4px 13px;
		height: 5px;
	}

	.outside-dots .dots>.dot.active {
		background-color: #819ab1 !important;
		width: 35px;

	}

}

@media (max-width: 980px) {
	.index .zycp {
		width: 100%;
		background: #ffffff;
		padding-top: 15px;
		padding-bottom: 26px;
		overflow: hidden;
	}

	.bnerimg {
		overflow: hidden;
		padding: 20px 10px;
	}

	.ab_left {
		float: left;
		width: 100%;
	}

	.ab_left_box {
		float: right;
		width: 96%;
		margin-right: 1%;
	}

	.ab_box {
		/* background: url(/assets/image/bg.png) no-repeat center; */
		overflow: hidden;
		background: #f9f9f9;
	}

	.index .banner {
	    margin-top: 11px;
	}

	.ab_left_box img {
		margin-bottom: 50px;
		width: 100%;
	}

	.ab_right {
		float: left;
		width: 100%;
		background: #ccc;
	}

	.ab_right_box {
		width: 100%;
		background-color: #0f58d6;
		/* padding: 40px 70px 40px 50px; */
		padding: 10px;
	}

	.more {
		display: block;
		width: 35%;
		padding: 9px 15px;
		color: #0f58d6;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		transition: all 0.5s ease-in-out 0s;
		border-radius: 50px;
		margin-top: 22px;
		background: #fff;
		margin-bottom: 20px;
	}

	.more:hover {
		display: block;
		width: 38%;
		padding: 9px 15px;
		color: #0f58d6;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		transition: all 0.5s ease-in-out 0s;
		border-radius: 50px;
	}

	.ab_right_box_l {
		height: 242px;
		background: url(/assets/image/honor.png) no-repeat left top;
		background-size: contain;
		width: 100%;
		float: left;
		background-color: #dfe2e3;
	}

	.ab_right_box_r {
		height: 242px;
		background: url(/assets/image/honor2.png) no-repeat left top;
		background-size: contain;
		width: 100%;
		float: left;
		background-color: #09080a;
	}

	.ab_right_box_b {
		width: 49%;
		float: right;
		margin: 6%;
	}

	.zycp h1 {
		text-align: center;
		font-size: 30px;
		line-height: 50px;
		color: #333;
		font-weight: bold;
	}

	.index .zycp .cp_w {
		width: 96%;
		margin: 0 auto;
	}

	.zycp_fl {
		margin: 0 auto;
		text-align: left;
		width: 1005;
		overflow: hidden;
	}

	.zycp_fl ul li a {
		color: #333;
		font-size: 14px;
		margin: 0px 18px 0px 0px;
		line-height: 32px;
	}

	.input-text {
		width: 220px;
		height: 70px;
		color: #b7b7b7;
		font-size: 15px;
		padding: 0 20px;
		background: #fff;
		border-radius: 5px;
		outline: 0;
		border: 0;
		float: left;
		margin-left: 25px;
	}

	.title {
		font-size: 14px;
		margin: 0;
		line-height: 52px;
		color: #333;
		font-weight: bold;
		height: 52px;
	}

	.box {
		width: 50%;
		float: left;
		padding: 2px;
	}

	.cpsub_btn {
		text-align: center;
	}

	.cpsub_btn button {
		width: 60%;
		height: 48px;
		line-height: 48px;
		display: block;
		margin: 0 auto;
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		-moz-transform: translateX(0);
		transition: .3s;
		-ms-transition: .3s;
		-moz-transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
		text-align: center;
		position: relative;
		background: #0040c4;
		z-index: 1;
		border: 0;
		color: #fff;
	}

	.hy_box {
		background: url(/assets/image/bg1.png) no-repeat center;
		overflow: hidden;
		float: left;
		padding: 10px;
	}

	.hy_box_l {
		width: 100%;
		float: left;
		margin-top: 15px;
	}

	.hy_box_l p {
		color: #fff;
		font-size: 14px;
		line-height: 25px;
		padding: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.hy_more {
		display: block;
		width: 50%;
		padding: 9px 15px;
		color: #0f58d6;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		transition: all 0.5s ease-in-out 0s;
		border-radius: 50px;
		margin-top: 0px;
		background: #fff;
		margin-bottom: 20px;
	}

	.hy_more:hover {
		display: block;
		width: 55%;
		padding: 9px 15px;
		color: #0f58d6;
		font-weight: normal;
		text-decoration: none;
		text-align: center;
		font-size: 14px;
		transition: all 0.5s ease-in-out 0s;
		border-radius: 50px;
	}

	.hy_box_r {
		width: 100%;
		float: right;
		padding: 0px;
	}

	.hy_box_r ul li {
		width: 31%;
		margin: 4px;
		float: left;
	}

	.hy_box_r ul li img {
		width: 115px;
		float: left;
		height: 115px;
		border-radius: 50%;
		border: 2px solid #fff;
		transition: all 0.5s ease-in-out 0s;
	}

	.news h1 {
    font-size: 30px;
    color: #333333;
    padding: 8px;
	}

	.news ul li {
		width: 100%;
		float: left;
		padding: 5px;
	}

	.news ul li h3 {
font-size: 15px;
    line-height: 22px;
    font-weight: bold;
	}

	.news ul li p {
		line-height: 23px;
		padding: 0;
		color: #333333;
		width: 99%;
		height: 100px;
		overflow: hidden;
	}
}
