.index {
	width: 1200px;
	min-height: 500px;
	margin: 10px auto;
}

#carousel {
	position: relative;
	overflow: hidden;
	width: 720px;
	height: 300px;
	margin: 0 auto;
}

.slide {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s;
}

.active {
	opacity: 1;
}

.jieshao {
	display: flex;
	justify-content: space-between;
	width: 720px;
	margin: 30px auto;
}

.jieshaoitem p {
	margin-bottom: 20px;
	color: #333;
	font-size: 14px;
}

.indexcon {
	display: flex;
	padding-left: 242px;
}

.zhuc {
	margin-left: 15px;
}

.wztit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 222px;
	height: 40px;
	border: 1px solid #eee;
	padding: 0 5px;
	border-top: 0;
}

.wzcon {
	width: 222px;
	height: 192px;
	border: 1px solid #eee;
}

.huiyuan {
	width: 222px;
	height: 217px;
	border: 1px solid #eee;
	padding: 15px 13px;
	position: relative;
}

.mi,
.login {
	margin-top: 15px;
}

.hao>input,
.mi>input {
	width: 193px;
	height: 34px;
	padding-left: 30px;
	border: 1px solid #e9e9e9;
	outline: none;
}

.hao>img,
.mi>img {
	position: absolute;
}

.hao>img {
	top: 23px;
	left: 20px;
}

.mi>img {
	top: 74px;
	left: 18px;
}

.login {
	width: 193px;
	height: 44px;
	background-color: #f54f4f;
	line-height: 44px;
	text-align: center;
}

.login>a {
	color: #fff;
	font: 14px 微软雅黑;
}

.iplogin>a {
	font-size: 12px;
	color: #666666;
}

.fenge {
	width: 193px;
	height: 1px;
	background: #e9e9e9;
	margin-top: 8px;
}

.ftit {
	font-size: 18px;
	font-weight: bold;
	font-family: 微软雅黑;
	color: rgba(235, 65, 101, 1);
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 10px;
}
.f_list{
	margin-top: 8px;
}
.f_item{
	width: 267px;
}
.f_item>img{
	width: 267px;
}
.more{
	width: 146px;
	height: 45px;
	border-radius: 5px;
	background-color: #d9a17c;
	line-height: 45px;
	text-align: center;
	margin:20px auto;
}
.more>a{
	font-size:15px;
	color: #fff;
}
.centerimg{
	margin-top: 160px;
	margin-bottom: 40px;
}