#main {
	width: 100%;
	height: 100%;
	background-image: url('../img/main/main_bg.jpg');
	padding: 50px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}

#main #main_img {
	position: absolute;
	top: 0;
	height: 100%;
	padding: 70px 0;
	box-sizing: border-box;
	right: 10%
}

#main_img img {
	height: 100%;
}

.type-wrap {
	margin-left: 100px;
	height: 484px;
	position: absolute;
	left: 50px;
	top: 50%;
	margin-top: -242px;
}

.type-wrap #typed strong {
	font-size: 55px;
	color: white;
	line-height: 90px
}

.type-wrap #typed span {
	font-size: 25px;
	;
	color: #333;
	line-height: 45px;
	padding: 50px 0;
}

.type-wrap #typed a {
	font-size: 20px;
	padding: 10px 30px;
	border: 1px solid white;
	display: inline-block;
}

#wrap {
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 50px;
}

#wrap .main_con {
	text-align: center;
}

#wrap .main01 {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 3%;
}

.main_title h3 {
	line-height: 90px;
	position: relative;
	font-size: 60px;
	color: #ff4747;
}

.main_title h3::after {
	width: 84px;
	height: 2px;
	background: #ff4747;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -42px;
	content: '';
}

.main_title h5 {
	font-size: 25px;
	line-height: 60px;
	color: #555;
	font-weight: normal;
	margin-top: 20px;
}

.main_title h4 {
	font-size: 35px;
	line-height: 60px;
	color: #555;
}

.main_title p {
	line-height: 35px;
	color: #777;
	margin-top: 20px;
}

.main01 ul {
	width: 100%;
	overflow: hidden;
	margin: 50px 0;
}

.main01 li {
	float: left;
	width: 33.33333%;
}

.main01 li h3 {
	font-size: 20px;
	color: #333;
	margin: 20px 0;
}

.main01 li p {
	color: #777;
	line-height: 30px;
}

.main_btn {
	width: 310px;
	height: 60px;
	border: 1px solid #555;
	box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	line-height: 58px;
	margin: 100px auto;
}

.main_btn a {
	color: #555;
	display: block;
}

.main_btn:hover {
	background: #ff4747;
	border: none;
}

.main_btn:hover a {
	color: white;
}

.main02 {
	width: 100%;
	overflow: hidden;
	height: 500px;
	background-image: url('../img/main/main02_img.jpg');
	background-size: 100% auto;
	background-attachment: fixed;
	position: relative;
}

.main02 img {
	width: 100%;
	height: 100%;
}

.main02 h3 {
	font-size: 45px;
	line-height: 90px;
	color: #333;
	position: absolute;
	top: 50%;
	margin-top: -90px;
	width: 100%;
	left: 0;
	text-align: center;
	font-weight: 900;
}

.main03 {
	margin: 100px 0;
}

.main_project ul {
	margin: 50px auto;
	width: 85%;
	overflow: hidden;
	padding: 20px 0;
}

.main_project li {
	width: 33.33333%;
	float: left;
	text-align: left;
	margin-bottom: 30px;
}

.main_project li a {
	display: block;
	width: 93%;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	padding: 30px 0;
	overflow: hidden;
	border:1px solid #f2f2f2;
	box-sizing: border-box;
}

.project_img {
	overflow: hidden;
}

.project_img img {
	width: 100%;
	transition: 0.2s;
}
.main_project li:hover .project_img img{transform: scale(1.2)}

.main_project li h3 {
	padding: 0 3.5%;
	box-sizing: border-box;
	margin-top: 20px;
	line-height: 50px;
	font-size: 20px;
	height: 50px;
	position: relative;
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
}

.main_project li h3::after {
	width: 35px;
	height: 2px;
	position: absolute;
	left: 3.5%;
	bottom: 0;
	content: '';
	background: #333
}

.main_project li p {
	line-height: 30px;
	width: 100%;
	padding: 0 3.5%;
	box-sizing: border-box;
	font-size: 16px;
	color: #777;
	font-weight: normal;
	margin-top: 10px;
	height: 30px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
}

.main04 {
	width: 100%;
	height: 500px;
	background: url('../img/main/main04_bg.jpg');
	background-size: 100% auto;
	background-attachment: fixed;
	display: table;
	background-repeat: no-repeat;
	background-position: center;
}

.main04 > div {
	;
	overflow: hidden;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

.main04 h3 {
	font-size: 45px;
	line-height: 70px;
	color: #333;
	max-width: 1240px;
	padding: 0 3%;
	margin: 0 auto;
}

.main04 p {
	font-size: 30px;
	color: #555;
	max-width: 1240px;
	padding: 0 3%;
	margin: 30px auto;
}

.main04 p:last-child {
	text-align: right;
	font-size: 25px;
}

.main05 {
	margin: 50px 0;
	overflow: hidden;
	margin-top: 100px;
}

.main_news ul {
	max-width: 1140px;
	margin: 50px auto;
	padding: 0 3%;
	overflow: hidden;
	padding: 20px 0;
}

.main_news li {
	float: left;
	width: 33.333333%;
}

.main_news li a {
	display: block;
	width: 90%;
	margin: 0 auto;
	border-radius: 5px;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	padding: 30px 0;
	overflow: hidden;
		border:1px solid #f2f2f2;
	box-sizing: border-box;
}

.main_news_img {
	width: 100%;
	overflow: hidden;
}

.main_news_img img {
	width: 100%;
	transition: 0.2s;
}
.main_news li:hover .news_img img{transform: scale(1.2)}
.main_news li h3 {
	font-size: 15px;
	color: #333;
	line-height: 30px;
	margin: 10px 0;
	padding: 0 20px;
	box-sizing: border-box;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal !important;
	width: 100%;
	font-weight: 600;
}

.main_news .main_news_date {
	text-align: center;
}

.main_news_date p {
	display: inline-block;
	line-height: 20px;
	color: #777;
	font-size: 13px;
}

.main_news_date img {
	vertical-align: middle;
	padding-right: 5px;
}

.main06_logo{max-width:1140px;margin: 60px auto;}
.main06_logo img{width:100%;}
@media screen and (max-width:640px) {
	#main {
		padding: 3%;
		background-size: 100% 100%
	}
	.type-wrap {
		margin-left: 0;
		left: 3%;
		width: 94%;
	}
	.type-wrap #typed strong {
		font-size: 35px;
		line-height: 50px;
	}

	.type-wrap #typed span {
		font-size: 20px;
		width: 100%;
		line-height: 30px;
		padding: 10px 0;
	}
	.type-wrap #typed i.mobile {
		display: block;
		height: 0;
		overflow: hidden;
	}
	.type-wrap #typed a {
		font-size: 18px;
		padding: 10px 20px;
	}
	
	.main_title h3{font-size: 35px;line-height:60px;}
	.main_title h5{font-size: 20px;line-height: 40px;margin-top: 10px;}
	.main_title h4{font-size: 25px;line-height: 40px;}
	.main_title p{line-height: 25px;width:94%;padding: 0 3%;}
	.main_title p br{display: none;}
	.main01 ul{margin: 20px 0;}
	.main01 li{width:100%;padding:0 5%;box-sizing: border-box;margin-bottom: 20px;}
	.main01 li img{width:35%;}
	.main01 li h3{font-size: 18px;margin:10px 0;}
	.main01 li p{line-height: 25px;}
	.main01 li p br{display: none;}
	.main_btn{width:90%;margin:20px auto;height: 45px;line-height:43px;}
	.main02{height: 200px;background-size: auto 100%;background-attachment: inherit;background-position: center;}
	.main02 h3{font-size:18px;line-height:30px;padding:0 3%;width:94%;margin-top:-60px;}
	.main03{margin:30px 0;overflow: hidden;}
	.main04{padding:10px 0;background-size: auto 100%;background-position: center;background-attachment: inherit;height: auto;}
	.main04 p{display: none;}
	.main04>div{display: block;}
	.main04 h3{font-size: 20px;line-height: 30px;}
	.main05{margin: 20px 0;}
    .main06_logo{max-width:1140px;margin: 30px auto;padding: 0 3%;box-sizing: border-box;}
.main06_logo img{width:100%;}
}
