@charset "utf-8";

/* CSS Document */
ul,
li,
h1,
h2,
h3,
p {
	padding: 0;
	margin: 0;
}

a { text-decoration:none}

body {
	background: #fff;
	margin: 0;
	line-height: 21px;
}

.head img {
	height: 80px;
}

.clear {
	clear: both
}

.menu li {
	list-style: none
}

.banner {
	position: relative;
	clear: both
}

img {
	max-width: 100%;
}

.div1 img {}

.head {
	padding: 30px 0;
	background: #fff;
	position: relative;
}

.head h2 {
	color: #105ae1;
	font-size: 36px
}

.menu {
	width: 100%;
	border-bottom:#CC0000 solid 3px;
	margin-bottom: 10px;
	float: left;
	text-align: center;
	background: #000
}

.menu ul {
	width: 1000px;
	margin: 0 auto
}

.menu li a {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.menu li {
	float: left;
	width: 12%;
	text-align: center;
	margin: 10px 0
}

.right {
	float: right;
	width: 260px;
	background: #fff;
	border:#ccc solid 1px;
	padding: 10px;
	margin-top: 10px;
}
.right ul a{ color:#333;}
.left {
	min-height: 300px;
	float: left;
	width: 680px;
	padding: 20px 0
}

.content {
	background: #fff;
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
}

.div1 {
	width: 730px;
	float: left
}

.div2 {
	width: 252px;
	float: right
}

.div2 .m2 {
	margin-top: 19px
}

.end {
	clear: both;
	border-top: #CC0000 solid 2px;
	margin-top: 20px;
	padding: 30px 0;
	text-align: center;
}

.produce img {
	float: left;
	margin: 0 20px 20px 0
}

.produce {
	width: 33.3%;
	float: left
}

.pad {
	padding: 20px;
	display: block
}

.pics li {
	float: left;
	width: 312px;
	margin: 15px;
	list-style: none
}

.pics li h3 {
	padding: 10px 0
}

.pics ul {
	margin: 0 -15px
}

.pics li h3 a {
	color: #333;
	font-size: 18px;
}

.pics li h3 a:hover{ color:#990000}
.imglist li {
	list-style: none;
	float: left;
	width: 220px;
	margin: 10px;
	text-align: center
}

.news li p {
	font-size: 12px;
	color: #999
}

.news li {
	padding: 5px;
}

.div2 .m2 {
	margin-top: 19px;
	height: 361px;
}

.title {
	text-align: center;
	color: #F00;
	padding: 10px
}

.fl {
	float: left
}

.msg {
	background: #eee;
	height: 300px
}

.msg>div {
	padding: 10px
}

.il b {
	float: left;
	margin-right: 20px;
}

.il li {
	float: left;
	width: 100%;
	border-bottom: #ccc dashed 1px;
	padding: 13px 0;
	list-style: none;
}

.bar {
	clear: both;
	border-bottom: #000 solid 1px;
	padding: 5px 0px;
	margin-bottom: 15px
}

.bar strong {
	font-size: 24px;
	color: #000;
	position: relative;
	top: 15px;
	background: #fff;
	padding-right: 15px
}

.msg input {
	padding: 10px;
}

.bar2 {
	padding: 10px
}

.bar2 strong {
	font-size: 18px;
}

.pics li img {
	height: 220px;
	width: 100%;
	object-fit: cover;
}

.pics li {
	min-height: 350px;
}

.right ul {
	margin-left: 20px;
	line-height: 30px
}

.ff1 {
	float: left;
	width: 50%
}

.ss {
	margin: 30px 20px
}

.head-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}

.login-box {
  display: flex;
  gap: 15px;
}

.login-btn {
  text-decoration: none;
  color: #333;
  padding: 6px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.3s;
}

.login-btn:hover {
  background-color: #f5f5f5;
  color: #000;
}

/* 表单相关样式 */
.login-wrapper,
.register-wrapper,
.contact-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.submit-btn {
  background-color: #000;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
}

.submit-btn:hover {
  background-color: #333;
}

.form-links {
  text-align: center;
  margin-top: 15px;
}

.form-links a {
  color: #666;
  text-decoration: none;
}

.form-links a:hover {
  color: #000;
}

.remember {
  display: flex;
  align-items: center;
  gap: 5px;
}

.remember input {
  width: auto;
}

.contact-info {
  margin-bottom: 30px;
  line-height: 2;
}

.msg-form textarea {
  resize: vertical;
}
