/*-------------------------banner--------------------------------*/

#bannerBox {
	width: 100%;
	height: 400px;
	background: url('/public/images/webshow/solution/bg_banner6.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);
}


/*---------------------------介绍-----------------------*/

#yygl_contBox {
	width: 100%;
	overflow: hidden;
}

#yygl_cont {
	width: 1190px;
	overflow: hidden;
	margin: 0 auto;
	padding: 60px 0 40px;
}

#yygl_cont h2 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 22px;
}

#yygl_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);
}

#yygl_cont p {
	padding: 0 130px;
	font-size: 16px;
	color: #555;
	line-height: 28px;
}

#yygl_cont img {
	display: block;
	margin: 25px auto 0;
}

#yygl_cont ul {
	padding: 60px 235px 0;
}

#yygl_cont ul li {
	float: left;
	width: 150px;
	height: 150px;
	line-height: 150px;
	margin: 0 45px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}

#yygl_cont ul li.yygl_li1 {
	background: url('/public/images/webshow/solution/yygl_img5.png') no-repeat center;
}

#yygl_cont ul li.yygl_li2 {
	background: url('/public/images/webshow/solution/yygl_img6.png') no-repeat center;
}

#yygl_cont ul li.yygl_li3 {
	background: url('/public/images/webshow/solution/yygl_img7.png') no-repeat center;
}


/*---------------------------价值点-----------------------*/

#yygl_cont1Box {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
}

#yygl_cont1 {
	width: 1190px;
	height: 445px;
	margin: 0 auto;
	padding: 50px 0;
	background: url('/public/images/webshow/solution/yygl_img8.png') no-repeat center 137px;
	position: relative;
}

#yygl_cont1 h2 {
	font-size: 22px;
	font-weight: 500;
	color: #333;
	text-align: center;
	line-height: 22px;
}

#yygl_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);
}


/*#yygl_cont1 ul{overflow: hidden;margin:0 auto;width: 1120px;height: 400px;}
#yygl_cont1 ul li{float: left;width: 550px;height: 130px;margin:4px;background-color: #fff;padding:30px 0;box-shadow: 0 0 2px 2px #ededed;}
.yygl_liLeft{float: left;width: 115px;}
.yygl_liLeft img{display: block;margin:45px auto;}
.gradient_border{float: left;width: 2px;height:130px;background: linear-gradient(to bottom, #13d07e 0%,#13c9f1 100%);background: -webkit-gradient(linear, top, bottom, color-stop(0%,#13d07e), color-stop(100%,#13c9f1));background: -moz-linear-gradient(top, #13d07e 0%, #13c9f1 100%);background: -webkit-linear-gradient(top, #13d07e 0%,#13c9f1 100%);background: -o-linear-gradient(top, #13d07e 0%,#13c9f1 100%);background: -ms-linear-gradient(top, #13d07e 0%,#13c9f1 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#13d07e', endColorstr='#13c9f1',GradientType=0 );}
.yygl_liRight{float: left;width: 400px;padding-left:25px;}
.yygl_liRight h3{color: #333;font-size: 18px;line-height: 18px;padding-bottom:17px;}
.yygl_liRight p{color: #333;font-size: 16px;line-height: 26px;width: 355px;}
*/

.yygl_text {
	position: absolute;
}

.yygl_text h3 {
	color: #f75e60;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 15px;
	font-weight: 500;
}

.yygl_text p {
	color: #666;
	font-size: 15px;
	line-height: 26px;
}

.yygl_text1 {
	width: 444px;
	left: 0;
	top: 215px;
}

.yygl_text1 h3 {
	text-align: right;
}

.yygl_text1 p {
	text-align: right;
}

.yygl_text2 {
	width: 380px;
	left: 110px;
	top: 410px;
}

.yygl_text2 h3 {
	text-align: right;
}

.yygl_text2 p {
	text-align: right;
}

.yygl_text3 {
	width: 340px;
	left: 700px;
	top: 410px;
}

.yygl_text4 {
	width: 400px;
	left: 750px;
	top: 215px;
}