/*index*/

.wrap1 {
	background: url(../imgs/1.jpg) no-repeat center;
	background-size: cover;
	height: 1180px;
	position: relative;
	background-position: bottom center;
}

.modBox li>div {
	margin-left: 0px !important;
	padding-left: 10px !important;
}

.home1 {
	float: left;
	justify-content: center;
	color: #fff;
}

.home1 h1{
	font-size: 50px;
}

.logoMin {
	width: 450px;
	height: auto;
	margin: 100px auto 0;
}

.home1 h3 {
	padding: 5px 0px;
	color: #052571;
	font-size: 18px;
}

.home1 .msg {
	font-size: 17px;
	color: #555;
	font-weight: 600;
}

.home1 img.logoTitle {
	width: 600px;
	height: auto;
}

.home1 .box1 {
	width: 450px;
	margin: 32px auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #555;
	font-weight: bold;
}

.home1 .box2 {
	width: 340px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	color: #052571;
	font-size: 16px;
}

.box1 img {
	padding: 0 10px;
	width: 120px;
	height: 50px;
	background-color: #fff;
	margin-left: 10px;
	border-radius: 4px;
}

.box1 p {
	font-size: 14px;
	color: #555;
}

.home1 .logo {
	width: 120px;
	align-items: center;
}

.kuang {
	position: relative;
	width: 320px;
	height: 120px;
	margin: 0 auto;
}

.kuang>img {
	width: 320px;
	height: 130px;
}

.kuang h2 {
	color: #fff;
	font-size: 26px;
	letter-spacing: 4px;
	width: 320px;
	text-align: center;
	line-height: 130px;
	position: absolute;
	top: 0;
}


.desc {
	width: 600px;
	background: rgba(0, 0, 0, 0.4);
	padding: 32px;
	border-radius: 4px;
}

.desc p {
	line-height: 26px;
	letter-spacing: 1px;
	color: #fff;
}

.desc p:first-child {
	margin-bottom: 32px;
}


.h2-t {
	font-size: 48px;
	color: #078271;
	margin-top: 16px;
	margin-bottom: 32px;
	letter-spacing: 2px;
	font-weight: bold;
	text-align: center;
}

.h6-t {
	font-size: 17px;
	color: #5b5a5b;
	margin-top: 16px;
	letter-spacing: 2px;
	text-align: center;
	font-weight: bold;
}

.title_center{
	font-size: 50px;
	text-align: center;
}

.years{
	font-size: 100px;
}

.title_en{
	font-size: 20px;
	text-align: center;
}

.btn_block{
	margin-top: 50px;
}


@media screen and (max-width:768px) {
	.wrap1 {
		background: url(../imgs/m1.png) no-repeat center;
		background-size: cover;
		width: 100%;
		height: 780px;
		padding: 0;
	}
	
	.home1 h1{
		font-size: 25px;
	}

	.logoMin {
		width: 350px;
		height: auto;
		margin: 0 auto;
	}

	.home1 {
		width: 100%;
		margin: 0;
		margin-top: 120px;
	}

	.home1 img.logoTitle {
		width: 100%;
	}

	.home1 .btn_block {
		width: 100%;
		margin: 40px auto;
		display: block;
	}

	.home1 .btn_block a {
		width: 160px;
		height: 42px;
		line-height: 40px;
		margin: 10px auto;
	}

	.kuang {
		width: 300px;
		height: 120px;
	}

	.kuang>img {
		width: 300px;
		height: 120px;
	}

	.kuang h2 {
		width: 300px;
		height: 120px;
		font-size: 22px;
		letter-spacing: 2px;
		line-height: 120px;
	}

	.desc {
		width: 100%;
		background: rgba(0, 0, 0, 0.6);
	}

	.wrap3 {
		background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/aistrom/imgs/phone/14.jpg) no-repeat center;
		background-position: bottom;
		height: 1080px;
		background-size: cover;
		width: 100%;
	}
}