﻿@charset "utf-8";
/* CSS Document */
.index_about{
	width:50%;
	box-sizing: border-box;
	padding:0 25px 40px 25px;
}
.index_about > h2{
	height:69px;
	background:url(../images/about_03.jpg) no-repeat left top;
}
.index_about > h3{
	height:69px;
	background:url(../images/about_05.jpg) no-repeat left top;
}
.index_about > div{
	padding-top:26px;
	line-height:24px;
	font-size:14px;
	color:#054f2b;
	text-indent:2em;
}
.index_about > p{
	padding-top:26px;
	line-height:16px;
	font-size:12px;
	color:#054f2b;
	text-indent:2em;
	word-break:break-all;
}
.index_about_iii{
	height:334px;
	background:url(../images/about_02.jpg) no-repeat center top;
}
.index_biaotia{
	height:196px;
	background:url(../images/big_tit.jpg) no-repeat center top;
	text-align:center;
}
.index_biaotia > a{
	display:block;
	font-size:60px;
	line-height:170px;
	color:#797979;
	font-weight:bold;
}
.index_tuijian a{
	display:block;
	height:100%;
}
.index_tuijian1{
	height:630px;
	background:url(../images/tuijian_01.jpg) no-repeat center top;
	margin-bottom:0px;
}
.index_tuijian2{
	height:624px;
	background:url(../images/tuijian_02.jpg) no-repeat center top;
	margin-bottom:0px;
}
.index_tuijian3{
	height:610px;
	background:url(../images/tuijian_03.jpg) no-repeat center top;
	margin-bottom:50px;
}
.index_tuijian4{
	height:650px;
	background:url(../images/tuijian_05.jpg) no-repeat center top;
	margin-bottom:50px;
}
.index_zizhi11{
	height:939px;
	background:url(../images/tuijian_07.jpg) no-repeat center top;
}
/*banner开始*/
.index_banner_wrap{
	width:100%;
	position:relative;
	height:516px;
}
.index_banner_wrap > div{
	position:absolute;
	left:0;
	top:0;
	height:516px;
	width:100%;
	display:none;
}
.index_banner_one{
/*	z-index:1;*/
	background:url(../images/zizhi02.png) no-repeat center top;
}
.index_banner_two{
	background:url(../images/zizhi01.png) no-repeat center top;
}
.index_banner_three{
	background:url(../images/zizhi03.png) no-repeat center top;
}
