@charset "utf-8";
/* CSS Document */
@import url("layout.css");

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft Yahei", sans-serif;
}
html{
}

body {
	background-color: #fff;
	color: #333;

}

.wrapfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
}

.clearfix {
	zoom: 1;
	display: block !important
}

.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}

#wrapper {

	width: 1200px;
	margin: 0 auto;
}

/* 头部样式 */
#header {
	width: 100%;
	border-bottom: 1px solid #eee;
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: 15px 0;
}

#header .logo {
	display: flex;
	align-items: center;
	gap: 10px;
}

#header .logo img {
	height: 40px;
}

#header .logo-text {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
}


#header #nav {
	margin-left: auto;
}

#nav ul {
	display: flex;
	list-style: none;
}


#header #nav ul li {
	width: 90px;
	height: 45px;
	margin-left: 6px;
	max-resolution: 6px;
	list-style: none;
	text-align: center;
}
#header #nav ul li.hover{


}

#header #nav li a {
	width: 90px;
	height: 45px;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	padding: 8px 0;
	display: block;
}



#header #nav ul li.hover a {
	color: #c10000;
	border-bottom: 3px solid #c10000;
}

#header #nav li a:hover {
	color: #c10000;
}

#header .logo{
	width: 500px;
	height: 80px;
	overflow: hidden;
	float: left;
}

#header .logo a {
	width: 60px;
	height: 60px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.png) center center no-repeat;
	_background: url(../images/logo.gif) 60rpx no-repeat;
	text-decoration: none;
}

#header .other,
#header .other {
	width: 630px;
	height: 128px;
	line-height: 33px;
	/*text-align:center;*/
	overflow: hidden;
	padding: 0;
	float: right;
	margin-top: 25px;
	background: url(../images/1292832168.jpg) no-repeat right bottom;
}

#header .other,
#header .other form {
	width: 100%;
	height: 58px;
	display: block;
}

#header .other,
#header .other .inptxt {
	width: 146px;
	height: 33px;
	background: url(../images/input.gif) no-repeat;
	border: none;
	text-indent: 10px;
}

#header .other,
#header .other .regfind {
	width: 118px;
	height: 58px;
	line-height: 1;
	display: block;
	float: right;
	margin-top: -3px
}

#header .other,
#header .other .inpsubmit {
	width: 120px;
	height: 33px;
	background: url(../images/submit.jpg) no-repeat;
	border: none;
	text-indent: -999910px;
}

#header .other .telphone {
	width: 630px;
	float: right;
	background: url(../images/telphone.png) no-repeat left center;
	font-family: '微软雅黑';
	font-size: 24px;
	color: #F25F9D;
	text-indent: 48px;
	font-weight: 500
}

#header .other,
#header .other a {
	color: #acafaf;
	padding-right: 4px;
	font: 12px/22px Simsun;
	text-decoration: none;
}

#header .nav{
	background: #F369A3;
	height: 42px;
	line-height: 42px;
	width: 100%;
	margin: 0 auto;
}


/* 轮播图区域 */
#banner {
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

#banner .banner{
	width: 100%;
	height: 400px;
	position: relative;
	overflow: hidden;
}

#banner .banner ul{
	height: 400px;

}


#banner .banner li{
	width: 100%;
	height: 400px;
}
#banner .banner-item {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}


#banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#banner .banner-text {
	position: absolute;
	top: 50px;
	left: 120px;
	color: #fff;
}

#banner .banner-text .line {
	width: 40px;
	height: 4px;
	background-color: #c10000;
	margin-bottom: 15px;
}

#banner .banner-text h2 {
	font-size: 32px;
	margin-bottom: 15px;
}

#banner .banner-text p {
	font-size: 16px;
	line-height: 1.6;
	max-width: 800px;
	margin-bottom: 25px;
}

#banner .btn-detail {
	display: inline-block;
	padding: 10px 20px;
	background-color: #c10000;
	color: #fff;
	text-decoration: none;
	font-size: 14px;

}

#banner  a.btn-detail:link,
#banner a.btn-detail:visited {

	color: #fff;
}

#banner .banner-indicator {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 10px;
}

#banner .banner-indicator span {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.5);
}

#banner .banner-indicator span.active {
	background-color: #fff;
	width: 24px;
	border-radius: 4px;
}



/* 主体内容区域 */
#main .main-container {
	max-width: 1200px;
	margin: 10px auto;
	display: flex;
	gap: 20px;
}


#footer .footer{
	min-height: 320px;
	_height: 320px;
	padding-top: 10px;
	text-align: center;
	color: #FFF
}

#footer .footer a:link{
	color: #FFF
}

#footer .footer .copyright {
	text-align: left;
	height: 100px;
	padding-top: 50px;
	overflow: hidden;
	padding-left: 300px;
	background: url(../images/foot_logo.png) left center no-repeat;
}


/* 页脚样式 */
#footer {
	background-color: #e0e0e0;
	padding: 15px 0;
	margin-top: 30px;
}

#footer .footer-container {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	font-size: 14px;
	color: #666;
}

#footer .footer-container .qrcode {
	width: 80px;
	height: 80px;
}

#footer .footer-info {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

#footer .footer-info a{
	text-decoration: none;
	color: #333333;
}