h1 {
  font-size: 24px;
}
main > .banner {
  width: 100%;
  background: black;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
main > .banner .main {
  width: calc(3600px);
  margin: 0 auto;
  position: relative;
}
main > .banner .main .swiper-slide a {
  display: block;
}
main > .banner .main .swiper-slide img {
  width: 100%;
}
main > .banner .main .mySwiper {
  background: white;
}
main > .banner .main .mySwiper::before,
main > .banner .main .mySwiper::after {
  content: "";
  pointer-events: none;
  z-index: 2;
  position: absolute;
  top: 0;
  width: 1200px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
main > .banner .main .mySwiper::before {
  left: 0;
}
main > .banner .main .mySwiper::after {
  right: 0;
}
main > .banner .main .mySwiper .swiper-button-next,
main > .banner .main .mySwiper .swiper-button-prev {
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.7);
  width: 76px;
  height: 76px;
  transition: all 0.3s;
}
main > .banner .main .mySwiper .swiper-button-next:hover,
main > .banner .main .mySwiper .swiper-button-prev:hover {
  background: #ffffff;
}
main > .banner .main .mySwiper .swiper-button-next::after,
main > .banner .main .mySwiper .swiper-button-prev::after {
  color: red;
  font-size: 30px;
  font-weight: bolder;
}
main > .banner .main .mySwiper .swiper-button-prev {
  left: 1160px;
}
main > .banner .main .mySwiper .swiper-button-next {
  right: 1160px;
}
main > .banner .main .mySwiper .swiper-wrapper {
  background: white;
}
main > .banner .main .mySwiper .swiper-wrapper .swiper-slide {
  transition: opacity 0.2s;
  background: white;
}
main > .banner .main .mySwiper .swiper-wrapper .swiper-slide:hover {
  opacity: .8;
}
main > .banner .main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #CCCCCC;
  margin: 0 7.5px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.8);
}
main > .banner .main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #5B86BB;
}
main > .banner-phone {
  height: 0;
}
main > .banner-phone .main .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}
main > .module1,.module2,.module3 {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
main > .module1 h1,.module2 h1,.module3 h1 {
  font-size: 40px;
  font-weight: 400;
  color: #e8505c;
  padding-left:20px;
  
}
main > .module1  {
  height: 400px;
  background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(../img/module1_bk.png) center / contain no-repeat fixed;
}
main > .module1 .search_title {
  display: flex;
  align-items: center;
  justify-content: center;
}
main > .module1 p,.module2 p,.module3 p {
  font-size: 18px;
}
main > .module1 .search-area {
  display: flex;
  gap: 10px; /* 元素之间的间距 */
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
main > .module1 .search-area select,
main > .module1 .search-area input {
  padding: 15px 30px;
  border: 2px solid #e02020;
  border-radius: 30px;
  font-size: 20px;
  margin-right: 20px;
  outline: none;
}
main > .module1 .search-area select {
    -webkit-appearance: none; /* 移除默认箭头 */
    -moz-appearance: none;
    appearance: none;
    background: url("../img/icon_03.png")  no-repeat right 15px center; /* 移除默认背景 */
	background-size: 20px; /* 箭头大小 */
    padding-right: 50px; /* 确保有空间显示自定义箭头 */
    position: relative;
}

main > .module1 .search-area input {
  width: 400px;
}

main > .module1 .search-area button {
  padding: 10px 30px;
  background-color: #e02020; /* 红色按钮 */
  color: white;
  border: none;
  border-radius: 30px;
  font-size: 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 200px;
  justify-content: center;
}
main > .module1 .search-area button:hover {
  background-color: #f50606; 
}
main > .module1 .search-area button svg {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  stroke: white;
}
main > .module2 .content,
main > .module3 .content {
  max-width: 1240px;	
  margin: 0 auto;
}	
main > .module2 {
  background-color: #eee;
}
main > .module2 p {
  color: #666;
}
main > .module2 ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  padding-left: 0;
}
main > .module2 ul li {
  width: 31%;
  margin: 50px 20px;
}
main > .module2 ul li img {
  width: 100%;
}
main > .module2 ul li a {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
}
main > .module2 ul li a:hover {
  transform: scale(1.04);
}
main > .module2 ul li p {
  background: url(../img/icon_02.png) no-repeat #FFF right 17px center;
  text-align: left;
  padding: 13px;
  border-top: #eee 1px solid;
}
main > .module3 {
  margin: 0 auto;
}
main > .module3 .module3_text {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
main > .module3 .module3_text .module3_text_left {
  width: 100%;
  float: left;
  margin: 78px 40px 0 50px;
}
main > .module3 .module3_text .module3_text_left img {
  max-width: 100%;
}
main > .module3 .module3_text .module3_text_right {
  float: left;
  padding-right: 20px;
}
main > .module3 .module3_text .module3_text_right h1 {
  text-align: left;
  padding-left: 0;
}
main > .module3 .module3_text .module3_text_right p {
  text-align: left;
  line-height: 35px;
}
main > .module3 ul {
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 50px;
  padding-left: 0;
}
main > .module3 ul li {
  width: 31%;
  float: left;
  margin: 50px 20px;
}
main > .module3 ul li img {
  width: 100%;
}
main > .module3 ul li a {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.5s ease;
}
main > .module3 ul li a:hover {
  transform: scale(1.04);
}


@media screen and (max-width: 1060px) {
  main > .banner-pc {
    height: 0;
  }
  main > .banner-phone {
    height: auto;
  }
  main > .banner .main {
    width: calc(1000px);
  }
  main > .module1 .search-area {
    flex-direction: column;
    align-items: center;
	margin-top: 30px;
  }	
  main > .module1 .search-area select,
  main > .module1 .search-area input {
    padding: 14px 16px;
    font-size: 14px;
	width: 50%;
	margin-right: 0;
  }
  main > .module1 .search-area button {	
	padding: 8px 13px;
	font-size: 16px;
	width: 150px;
	margin-top: 10px;
  }	
  main > .module1 .search-area button svg {	
    width: 20px;
    height: 20px;
  }
main > .module2 ul {
  width: 100%;
  list-style: none;
}
  main > .module2 ul li {	
    width: 48%;
    margin: 20px 10px;
  }		
  main > .module2 ul li p {
	background: url(../img/icon_02.png) no-repeat 140px 10px #FFF;
	background-size: auto 40%;
	padding: 7px 20px 0 10px;
    height: 40px;
    font-size: 14px;
  }		
  main > .module3 {
    width: 100%;
  }
  main > .module3 .module3_text {
	width: 100%;
    display: block;
  }	
  main > .module3 .module3_text .module3_text_left {
    float: none;
    margin: 0;
  }
  main > .module3 .module3_text .module3_text_left img {
    width: 30%;
    margin: 0 auto;
  }	
  main > .module3 .module3_text .module3_text_right {
	padding-right: 0;
  }
  main > .module3 .module3_text .module3_text_right h1 {
    text-align: center;
  }	
  main > .module3 .module3_text .module3_text_right p {
    line-height: 25px;
    font-size: 14px;
	padding: 0 280px;
  }	
  main > .module3 ul {	
    height: auto;
	display: block;
	padding-left: 0;
  }		
  main > .module3 ul li {	
    width: 100%;
    margin: 0;
	margin-top: 15px;
  }		

	
}






@media screen and (max-width: 640px) {
  main > .banner-pc {
    height: 0;
  }
  main > .banner-phone {
    height: auto;
  }
  main > .banner-phone .main {
    width: 100%;
  }
  main > .module1 .search_title img {
    width: 30px;
  }	  
  main > .module1 h1,.module2 h1,.module3 h1 {
  font-size: 24px;
  }	
  main > .module1 {
    padding: 30px 20px;
    height: auto;
    background: linear-gradient(rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.97)), url(../img/module1_bk.png) center / cover no-repeat fixed;	
  }
  main > .module3 {
    padding: 50px 20px 20px 20px;
    height: auto;
  }
  main > .module1 p {
    font-size: 16px;
	padding-top: 0;
  }
  main > .module2 p, .module3 p {
    font-size: 16px;
  }
  main > .module1 .search-area {
    flex-direction: column;
    align-items: center;
	margin-top: 30px;
  }	
  main > .module1 .search-area select,
  main > .module1 .search-area input {
    padding: 14px 16px;
    font-size: 14px;
	width: 90%;
	margin-right: 0;
  }
  main > .module1 .search-area button {	
	padding: 14px 16px;
	font-size: 16px;
	width: 150px;
	margin-top: 10px;
  }	
  main > .module1 .search-area button svg {	
    width: 20px;
    height: 20px;
  }
main > .module2 .content,
main > .module3 .content {
  width: 100%;	
}	
  main > .module2 {
    padding: 30px 10px;
  }
  main > .module2 p {
	padding: 0 10px;
  }
  main > .module2 ul {	
	display: flex;
    flex-wrap: wrap;
	padding-left: 0;
  }		
  main > .module2 ul li {	
    width: 100%;
    margin: 10px;
  }		
  main > .module2 ul li p {
	background: url(../img/icon_02.png) no-repeat 96% 10px #FFF;
	background-size: auto 40%;
	padding: 7px 20px 0 10px;
    height: 40px;
    font-size: 14px;
  }		
  main > .module3 {
    width: 100%;
  }
  main > .module3 .module3_text {
	width: 100%;
    display: block;
  }	
  main > .module3 .module3_text .module3_text_left {
    float: none;
    margin: 0;
  }
  main > .module3 .module3_text .module3_text_left img {
    width: 50%;
    margin: 0 auto;
  }	
  main > .module3 .module3_text .module3_text_right {
	padding-right: 0;
  }
  main > .module3 .module3_text .module3_text_right h1 {
    text-align: center;
  }	
  main > .module3 .module3_text .module3_text_right p {
    line-height: 25px;
    font-size: 14px;
	padding: 0;
  }	
  main > .module3 ul {	
    height: auto;
	display: block;
	padding-left: 0;
  }		
  main > .module3 ul li {	
    width: 100%;
    margin: 0;
	margin-top: 15px;
  }		
	
	
	
	
	
	
	
	
	
	
	
	
}
