* {
	margin: 0;
	padding: 0;
	font-family: "Microsoft YaHei";
}
li {
	list-style: none;
}
a, i {
	font-style: normal;
	text-decoration: none;
}
.container {
	width: 1000px; 
	margin: 0 auto;
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

.index_banner {
	background: url('../images/banner1.jpg') no-repeat;
	background-size:contain ;
	width: 100%;
	height: 415px;
	background-attachment: fixed;
}
.index_banner_text {
	width: 1100px;
	padding-top: 88px;
}
.index_banner_text h3 {
	margin-bottom: 46px;
	font-weight: bold;
	font-size: 60px;
	line-height: 1;
	text-shadow: 2px 2px 4px rgba(0,0,0,.3);
	transform: translateY(10px);
	opacity: 0;
	animation: action 1s 0.3s cubic-bezier(0.19, 1, 0.22, 1) both;
	color: #fff;
}
.index_banner_text p {
	font-size: 18px;
	color: #fff;
	line-height: 1.5;
	font-size: 18px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.15);
	transform: translateY(10px);
	opacity: 0;
	animation: action 1s 0.5s cubic-bezier(0.19, 1, 0.22, 1) both;
} 
.index_list {
	padding: 80px 0 92px;
}
.index_list .title {
	color: #0d8555;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 17px;
	/*font-weight: 200;*/
	height: 110px;
	position: relative;
}
.index_list .list_item {
	position: relative;
	/*margin-left: 27px;*/
    width: 433px;
	z-index: 0;
}
.index_list .list_item i {
	position: absolute;
	top: -25px;
	left: -40px;
	font-size: 80px;
	color: #eaeaea;
	z-index: -1;
}
.index_list .list_item i img{
	position: absolute;
	display: block;
}
.index_list .list_item h4 {
	color: #0d8555;
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 17px;
	/*font-weight: 200;*/
	/*height: 50px;*/
	/*font-size: 20px;*/
	/*color: #0d8555;*/
}
.index_list .list_item p {
	font-size: 14px;
	color: #666;
	width: 428px;
	/*line-height: 24px;*/
}
.index_list .list_img {
	position: absolute;
	top: 0;
	right: 0px;
	width: 309px;
	height: 189px;
	background-color: #f3f3f3;
}
.index_list .list_img .img2 {
	position: absolute;
	top: -24px;
	right: 17px;
	z-index: 2;
}
.index_content {
	width: 100%;
	height: 666px;
	background: url(../images/bg.jpg) no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 335px;
	margin-bottom: 670px;
}
.index_content_item {
	display: flex;
	flex-wrap: wrap;
	background: url('../images/index_item.jpg') no-repeat;
}
.index_content .item .txt1{
	line-height: 58px;
	padding-right: 60px;
}
.index_content .item .txt2{display: none;font-size: 18px;}
.index_content .item {
	width: 50%;
	height: 333px;
	padding: 82px 0px 0 60px;
	font-size: 42px;
	line-height: 48px;
	color: #0d8555;
	box-sizing: border-box;
	transition: background .6s;
}
.index_content .item:hover{
	background: #0d8555;
	color: #fff;
	padding:40px;
	display: flex;
	align-items: center;

}
.index_content .item:hover .txt1{
	display: none;
}
.index_content .item:hover .txt2{
	display: block;
	font-size: 18px;
	line-height: 36px;
}