body {
  width: 100%;
  margin: 0;
  padding: 0;
}




.banner {
  width: 100%;
  height: 300px;
  background-image: url(../images/banner.png);
  margin-bottom: 50px;
}

.search {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  top: 45%;
}

.search_box {
  width: 423px;
  height: 48px;
  position: absolute;
  transform: skewX(-20deg);
  background: linear-gradient(281.95deg, #ffffff00 0%, #ffffff45 37.34%, #ffffff42 43.93%, #ffffff99 100%);
  border-radius: 10px;
  margin-left: 75px;
  z-index: 0;
}

.banner input {
  width: 344px;
  height: 48px;
  margin-left: 75px;
  background-color: transparent;
  outline: none;
  text-indent: 38px;
  border: none;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.banner input::placeholder {
  color: #fff;
  font-family: "Alibaba PuHuiTi 2.0 45 Light";
}

.banner button {
  width: 90px;
  height: 48px;
  position: absolute;
  transform: translateY(-50%) skewX(-20deg);
  top: 53%;
  right: 57%;
  border-radius: 10px;
  border: none;
  background: linear-gradient(270.00deg, #ffad2d 0%, #ff7912 100%);
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.banner button span {
  display: inline-block;
  transform: skewX(20deg);
}

.content {
  width: 1200px;
  margin: 0 auto;
}


.yjsfTitle {
  width: 768.75px;
  height: 45px;
  background-image: url(../images/yjsf.png);
  margin: 0 auto;
  margin-bottom: 40px;
}

.yjsfList{
  width: 100%;
  margin-bottom: 50px;
}

.yjsfList ul{
  display: flex;
  flex-wrap: wrap; 
  list-style-type: none;
  gap: 30px;
  
}

.yjsfList ul li {
  width: 216px;
  height: 92px;
  padding: 0;
  margin: 0;
}

.yjsfList ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px #99999966;
  border-radius: 8px;
}

.yjsfList ul li a img{
  padding: 0 20px 0 20px;
}

.active{
  background-image: url(../images/sfbg.png);
  background-size: cover;
  background-size: 120%;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.tsfw{
  width: 100%;
  background-image: url(../images/tsfwbg.png);
  padding-top: 50px;
  margin-bottom:40px;
}

.tsfwTitle{
  width: 920px;
  height: 45px;
  background-image: url(../images/tsfw.png);
  margin: 0 auto;
  margin-bottom: 40px;
}

.tsfw_content{
  width: 1200px;
  margin: 0 auto;
}

.tsfwList{
  width: 1200px;
  background-image: url(tsfwListbg.png);
}

.tsfwList ul{
  display: flex;
  flex-wrap: wrap; 
  list-style-type: none;
  gap: 30px;
  padding: 30px 30px 10px 30px;
}

.tsfwList ul li{
  width: 204px;
  height: 78px;
  display: block;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #579def;
  line-height: 78px;
  background: linear-gradient(180.00deg, #fff 0%, #f1faff 100%);
  cursor: pointer;
}

.button.active {
  background-image: url(shlistbg.png);
  color: #fff;
}


.qxList{
  width: 1140px;
  margin: 0 30px 0 30px;
  background: url(../images/qxListbg.png);
}

.qxList ul{
  display: flex;
  flex-wrap: wrap; 
  list-style-type: none;
  gap: 30px;
  padding: 44px 30px 30px 30px;
}

.qxList ul li{
  width: 247.5px;
  height: 60px;
}

.qxList ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 60px
}

.qxList{
  display: none;
}

.qxList.active{
  display: block;
}

.empty{
  background: no-repeat;
}