@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{
}

.main{
	height: 608px;
	width: 100%;
	background:url(../img/hyb_img_bj.png) no-repeat center center;
	background-size: 100% 100%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main .box {
	width:800px;
	height: 350px;
	display: grid;
  	grid-template-columns: 450px auto;
}
.main .box .bigpic{
	padding: 30px 0;
}
.main .box .bigpic img{
	width:450px;
}

.main .box .intro{
	padding-left: 65px;
	padding-top: 30px;
}

.main .box .intro .introtext
{

}
.main .box .intro .introtext .title
{
	font-size: 32px;
	color: #ffffff;
}
.main .box .intro .introtext .slo
{
	font-size: 16px;
	color: #ffffff;
	line-height: 200%;
	font-weight: bold;
}

.main .box .intro .download{

}

.main .box .intro .download .downbt{
	display:block;
	margin-top:30px;
	width: 229px;
	height: 79px;
	cursor: pointer;
	background: url(../img/hyb_btn_xz.png) ;
}
	.main .box .intro .download .downbt a{
		text-decoration:none;
	}
	.main .box .intro .download .downbt:hover {
		background-position: 686px 0;
	}
 

.foot{
	text-align: center;
	font-size: 14px;
	line-height: 150%;
	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;
}