* {
  margin: 0;
  padding: 0;
}
a{
	text-decoration: none;
	 color: inherit;
}
body {
  width: 100%;
  margin: 0 auto;
  line-height: 30px;
  background-color: #FAF5F5;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}

.logo img {
  width: 150px;
  height: auto;
}

.nav-links {
  list-style: none;
  display: flex;
}

.nav-links li {
  margin-left: 40px;
}

.nav-links a {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s ease;
  font-family: "宋体";
  font-weight: bold;
}

.nav-links a:hover {
  color: #f39c12;
}

#carousel {
  height: 600px;
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

#carousel img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

#prev,
#next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  cursor: pointer;
  color: #fff;
  background-color: #333;
  padding: 10px;
  border: none;
  outline: none;
}

#prev {
  left: 0;
}

#next {
  right: 0;
}

main {
  width: 1200px;
  margin: 0 auto;
  padding: 50px;
}

.content {
  background: url(../images/1.jpg);
  background-size: 100% 100%;
}

.introduction-section {
  display: flex;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.image-container {
  width: 25%;
}

.image-container img {
  width: 100%;
  height: auto;
  display: block;
}

.text-container {
  width: 75%;
  padding: 40px;
  text-align: left;
}

.text-container h1 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "宋体";
}

.text-container p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.image {
  display: flex;
  justify-content: space-between;
  margin: 50px auto;
}

.image-box {
  width: 30%;
}

.image-box img {
  width: 100%;
  height: 250px;
  display: block;
  transition: transform 0.3s ease;
}

.image-box img:hover {
  transform: scale(1.2);
}

.image-box p {
  font-size: 16px;
  color: #333;
  background-color: #FFE8D0;
  padding: 30px;
  line-height: 30px;
}
h1 {
  text-align: center;
  font-family: "宋体";
  margin-top: 50px;
  color: #444242;
}
h2 {
  text-align: center;
  font-family: "宋体";
  margin-top: 50px;
}

.image-containers {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.image-containers img {
  width: 100%;
}
.image-containers h1 {
  text-align: center;
  font-family: "宋体";
  margin: 35px 0;
  color: #FAF5F5;
}
.image-containers p{
	padding-top: 20px;
	text-indent: 2em;
	text-align: justify;
	font-size: 20px;
	color: #FAF5F5;
	line-height: 150%;
	width: 85%;
	margin: 5px auto;
}
.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 30px;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  background-color: rgba(40, 40, 40, 0.5);
}

footer {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
footer p{
	text-align: center;
	padding: 5px 0;
	margin: 0 auto;
}
.text {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  padding: 30px;
  line-height: 40px;
  margin-top: 20px;
}
.text h2{
	text-align: center;
	font-size: 35px;
	color: #ff3217;
}
.text h3{
	padding-left: 20px;
	padding-top: 15px;
	font-size: 25px;
	color: #161616;
}
.text p{
	text-align: justify;
	text-indent: 2em;
	line-height: 280%;
}

.tp {
  float: left;
  margin-right: 20px;
}

.main1 {
  display: flex;
  width: 80%;
  margin: 0 auto;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  margin-top: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.main1 img {
  width: 300px;
  height: auto;
  transition: all 0.5s;
}

.main1 img:hover{
	transform: scale(1.1);
}


.main1 p {
  padding: 20px;
}

.tp1 {
  float: right;
  margin-left: 20px;
}

.tp2 img {
  width: 290px;
  height: 220px;
  margin: 20px;
  border: 2px #996633 solid;
  padding: 20px;
}

.tp2 img {
	transition: all 0.5s;
}

.tp2 img:hover{
	transform: scale(1.1);
}

.zm {
  display: flex;
}

.zm1 {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 20px;
  padding: 30px;
}

.zm1 img {
  width: 500px;
  height: 340px;
}
.zm1 h3 {
	text-align: center;
	font-size: 25px;
	padding: 10px 0;
}
.zm1 p {
	text-align: justify;
	font-size: 16px;
	text-indent: 2em;
}
.zm1 a {
    color: #ff3217;
}

.contact-form-container {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}

.form-group input,
.form-group textarea {
  width: 98%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.form-group textarea {
  resize: none;
}

.contact-form-container button {
  width: 100%;
  padding: 10px;
  background-color: #960;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form-container button:hover {
  background-color: #45a049;
}

.h2 {
  text-align: left;
  font-size: 30px;
  color: #960;
  padding-bottom: 10px;
}

.tp3 img {
  width: 260px;
  height: 340px;
  margin: 10px;
  border-radius: 10px;
  transition: all 0.5s;
}

.tp3 img:hover{
	transform: scale(1.1);
}

.image-container1{
	position: relative;
	display: inline-block;
}
	
.text1{
	position: absolute;
	left:0;
	visibility: hidden;
	opacity: 0;
	background-color: rgba(255, 255, 255, 0.5);
	color: #000;
    width: 260px;
    height: 340px;
	margin: 10px;
	border-radius: 10px;
	transition: opacity 0.3s ease-in-out;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 350px;
}

.image-container1:hover .text1{
	visibility: visible;
	opacity: 1;
}