/*-------------------------banner--------------------------------*/

#bannerBox {
	width: 100%;
	height: 400px;
	background: url('/public/images/webshow/solution/bg_banner2.png') no-repeat center;
	position: relative;
}

#bannerBox img {
	position: absolute;
	top: 115px;
	left: 50%;
	height: 100px;
	width: 100px;
	margin-left: -50px;
}

#bannerBox h1 {
	width: 100%;
	color: #fff;
	font-size: 36px;
	text-align: center;
	line-height: 36px;
	top: 235px;
	left: 0;
	position: absolute;
	font-weight: 500;
}


/*-------------------------tabs---------------------------------*/

#tabsBox {
	width: 100%;
	height: 50px;
}

.gradient {
	/* border-radius: 5px;*/
	color: #fff;
	background: -moz-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: -webkit-gradient(linear, left, right, color-stop(0%, #13d07e), color-stop(100%, #13c9f1));
	background: -webkit-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: -o-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: -ms-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: linear-gradient(to right, #13d07e 0%, #13c9f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13d07e', endColorstr='#13c9f1', GradientType=0);
}

:root .nav_hover {
	filter: none;
}

#tabs {
	width: 1190px;
	height: 50px;
	margin: 0 auto;
}

#tabs ul {
	overflow: hidden;
	height: 50px;
	padding: 0 235px;
}

#tabs ul li {
	float: left;
	height: 50px;
	padding: 0 30px;
	line-height: 50px;
	text-align: center;
}

#tabs ul li a {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	height: 50px;
}

#tabs ul li:hover {
	background: rgba(0, 0, 0, 0.1);
}

#tabs ul li.hover1 {
	background: rgba(0, 0, 0, 0.2);
}


/*---------------------------介绍-----------------------*/

#kygl_contBox {
	width: 100%;
	overflow: hidden;
}

#kygl_cont {
	width: 1190px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0;
}

#kygl_cont h2 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 22px;
}

#kygl_cont span.border1 {
	display: block;
	width: 50px;
	height: 2px;
	background: -moz-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	margin: 20px auto;
	background: -webkit-gradient(linear, left, right, color-stop(0%, #13d07e), color-stop(100%, #13c9f1));
	background: -webkit-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: -o-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: -ms-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: linear-gradient(to right, #13d07e 0%, #13c9f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13d07e', endColorstr='#13c9f1', GradientType=0);
}

#kygl_cont p {
	padding: 0 45px;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}

#kygl_cont img {
	display: block;
	margin: 25px auto 0;
}


/*---------------------------价值点-----------------------*/

#kygl_cont1Box {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
}

#kygl_cont1 {
	width: 1190px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0 50px;
}

#kygl_cont1 h2 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 22px;
}

#kygl_cont1 span.border1 {
	display: block;
	width: 50px;
	height: 2px;
	background: -moz-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	margin: 20px auto;
	background: -webkit-gradient(linear, left, right, color-stop(0%, #13d07e), color-stop(100%, #13c9f1));
	background: -webkit-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: -o-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: -ms-linear-gradient(left, #13d07e 0%, #13c9f1 100%);
	background: linear-gradient(to right, #13d07e 0%, #13c9f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13d07e', endColorstr='#13c9f1', GradientType=0);
}

#kygl_cont1 ul {
	padding-left: 22px;
	overflow: hidden;
}

#kygl_cont1 ul li {
	float: left;
	width: 267px;
	height: 312px;
	margin-right: 25px;
	color: #fff;
}

#kygl_cont1 ul li h3 {
	font-size: 18px;
	font-weight: 500;
	padding: 125px 0 25px;
	text-align: center;
}

#kygl_cont1 ul li p {
	font-size: 14px;
	line-height: 24px;
	padding: 0 12px;
}

#kygl_cont1 ul li:nth-of-type(1) {
	background: url('/public/images/webshow/solution/kygl_img2.png') no-repeat center;
}

#kygl_cont1 ul li:nth-of-type(2) {
	background: url('/public/images/webshow/solution/kygl_img3.png') no-repeat center;
}

#kygl_cont1 ul li:nth-of-type(3) {
	background: url('/public/images/webshow/solution/kygl_img4.png') no-repeat center;
}

#kygl_cont1 ul li:nth-of-type(4) {
	background: url('/public/images/webshow/solution/kygl_img5.png') no-repeat center;
}