@charset "utf-8";
/* CSS Document */
body {
	line-height: 1.5;font-family: arial,"微软雅黑";background: #ffffff; color:#3c4043;font-size:16px; font-weight:300; padding: 0;margin: 0;
}

.wrap {
	min-width: 1200px;
}

.nav {
	background-color: #1ec66d;
	height: 50px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	display: flex;
}
	.nav ul {
		width: 1200px;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.nav li {
		padding: 0 10px;
		line-height: 50px;
	}
		.nav li a{
			color:#ffffff;
			text-decoration:none;
		}
			.nav li a:hover {
				color: #ffd800;
				text-decoration: none;
			}
		.prime {
			text-align: left;
			padding: 0;
			font-size:24px;
			width: 130px;
		}
.slog{
	width:600px;
	font-weight:normal;
	text-align:left;
	font-size:14px;
}
.logo {
	padding: 0;
	margin: 0;
	width: 30px;
}
	.logo img{
		width:30px;
	}
.main {
	height: 608px;
	width: 100%;
	background: url(/img/hyb_img_bj.jpg) no-repeat center center;
	background-size: 100% 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main .box {
	width:1200px;
	height: 450px;
	display: grid;
  	grid-template-columns: 50% 50%;
}
.main .box .bigpic{
	padding-top: 20px 0;
}
.main .box .bigpic img{
	width:600px;
}

.main .box .intro{
	padding-left: 80px;
}

.main .box .intro .introtext
{

}
.main .box .intro .introtext .title
{
	font-size: 32px;
	color: #000000;
}
	.main .box .intro .introtext .subtitle {
		font-size: 16px;
		line-height:30px;
		color: #000000;
	}
.main .box .intro .introtext .slo
{
	font-size: 50px;
	color: #000000;
	line-height: 150%;
	font-weight: bold;
}
	.main .box .intro .introtext .slo im {
		color: #0aa94b;
	}

	.main .box .intro .download a {
		font-family: Arial, "微软雅黑";
		text-decoration: none;
		color: #ffffff;
		border-radius: 4px;
		margin: 0px 30px 0 0;
		width: 240px;
		height: 80px;
		line-height: 60px;
		text-align: center;
		background: #1ec66d;
		font-size: 22px;
		box-shadow: 5px 5px 15px rgba(32, 182, 97, 0.3);
		font-weight:bold;
	}
	.main .box .intro .download a p {
		font-size: 14px;
		margin-top: -10px;
		line-height: 20px;
		font-weight:normal;
	}
		
	.main .box .intro .download .downbt {
	display: block;
	margin-top: 30px;
}
	.main .box .intro .download .downbt p {
		font-size:14px;
	}
 

.foot{
	text-align: center;
	font-size: 14px;
	line-height: 200%;
	color: #000000;
	padding: 10px 0;
}
.foot a {
	color: #000000;
	text-decoration: none;
}
.nav{
	width:100%;
}
.nav ul {
	width: 100%;
	list-style: none;
	display: flex;
	padding: 15px;
	margin: 0;
}
.nav ul li {
	height: 30px;
	line-height: 30px;
}