/*index*/
.body_index{
	width: 100%;
	min-width: 1000px;
	/*background-color: tan;*/
	
}
.index_banner{
	width: 90%;
	margin: 0 auto;
	/*background-color: aqua;*/
	
}
.index_header {
	display: flex;
	justify-content: center;
    align-items: center;
    padding-top: 18px;
	margin: 0 auto;
	/*width: 1220px;*/
	width: 100%;
	margin-top: 18px;
	/*background-color: red;*/
}

.pigeon_left {
	
	width: 219px;
	/*height: 248px;*/
}

.pigeon_right {
	width: 219px;
	/*height: 248px;*/
	margin-left: 690px;
	transform: scaleX(-1);
}
/*banner*/

.border{
	/*width: 740px;*/
	width: 680px;
	height: 250px;
	border: 10px solid #E7E7E7;
	position: absolute;
	z-index: 10000000;
}	

.focus {
	/*width: 750px;*/
	width: 690px;
	height: 260px;
	overflow: hidden;
	position: absolute;
	margin: 0 auto;
	z-index: 1000000;
	/*border: 10px solid #E7E7E7;*/
}

.focus ul {
	height: 260px;
	position: absolute;
}

.focus ul li {
	float: left;
	/*width: 750px;*/
	width: 690px;
	height: 260px;
	overflow: hidden;
	position: relative;
	background: #000;
}

.focus ul li div {
	position: absolute;
	overflow: hidden;
}

.focus .btnBg {
	position: absolute;
	height: 20px;
	left: 0px;
	bottom: 0;
	background: #000;
	display: none;
}

.focus .btn {
	position: absolute;
	
	height: 12px;
	padding: 0px 10px 0px 10px;
	/*right: 530px;*/
	right:120px;
	bottom: -80px;
	margin-bottom: 100px;
	
	text-align: right;
}

.focus .btn span {
	display: inline-block;
	-display: inline;
	-zoom: 1;
	width: 12px;
	height: 12px;
	background: #434343;
	border-radius: 12px;
	line-height: 11px;
	text-align: center;
	-font-size: 0;
	margin-left: 5px;
	cursor: pointer;
	margin: 0px 5px 0px 5px;
	/*background: #fff;*/
}

.focus .btn span.on {
	background: #434343;
}

.focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 250px;
	background: url(../../sprite.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 999;
	opacity: 0;
	transition: 0.7s;
}

.focus:hover .preNext {
	opacity: 0.3;
}

.focus .preNext:hover {
	opacity: 0.5;
}

.focus .pre {
	left: 0;
}

.focus .next {
	right: 0;
	background-position: right top;
}
    

/*banner End*/

.index_content{
	margin: 0 auto;
	width: 772px;
	color: #E7E7E7;
	margin-top: 50px;
	/*background-color: rosybrown;*/
}
.welcome{
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.line{
	width: 150px;
	height: 1px;
	background-color: #E7E7E7;
}
.wel{
	font-size: 36px;
}
.introduction{
	margin-top: 25px;
	margin-bottom: 21px;
	font-size: 24px;
	line-height: 42px;
}
.slogans{
	width: 480px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	
}
.title{
	font-size: 36px;
}
.line2{
	width: 762px;
	height: 2px;
	background-color: #E7E7E7;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.index_content_other{
	display: flex;
	justify-content: space-between;
}
.meetings{
	width: 340px;
}
h5{
	font-size: 36px;
	margin-bottom: 40px;
}
.meetings_detail{
	font-size: 18px;
	line-height: 32px;
	margin-bottom: 25px;
}
.line3{
	width: 1px;
	height: 370px;
	background-color: #E7E7E7;
}
.verse{
	width: 340px;
	margin-bottom: 45px;
}
.verse_detail{
	font-size: 18px;
	line-height: 32px;
}
