* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  overflow-x: hidden;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
.indexBox {
  background: #fff9f8;
  overflow: hidden;
}
.indexBox .banner {
  height: 601px;
  background: url(../images/banner.jpg) top center no-repeat;
}
.indexBox .listBox {
  margin: 25px auto 0;
  width: 1200px;
}
.indexBox .listBox ul::after {
  content: '';
  display: block;
  clear: both;
}
.indexBox .listBox ul li {
  float: left;
  width: 380px;
  margin: 0 30px 35px 0;
}
.indexBox .listBox ul li .pic {
  height: 254px;
  box-shadow: 0px 0px 16px 0px rgba(44, 44, 44, 0.18);
  border: solid 5px #ffffff;
}
.indexBox .listBox ul li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .listBox ul li .tit {
  text-align: center;
  margin-top: 24px;
}
.indexBox .listBox ul li .tit a {
  color: #222;
  font-size: 18px;
}
.indexBox .listBox ul li:nth-child(3n) {
  margin: 0 0 35px 0;
}
.indexBox .page {
  margin-bottom: 50px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #404040;
  padding-bottom: 36px;
}
.indexBox .page span {
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  border-radius: 5px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  background: #fff;
}
.indexBox .page span.on {
  border: 1px solid #bd1a2d;
  background: #bd1a2d;
  color: #fff;
}
.indexBox .page a {
  background: #fff;
  padding: 0px 15px;
  border: 1px solid #EDEDED;
  margin-right: 6px;
  color: #404040;
  line-height: 38px;
  height: 38px;
  display: inline-block;
}
.indexBox .title {
  display: flex;
  height: 107px;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.indexBox .title::before {
  content: '';
  width: calc(50% - 144px);
  height: 6px;
  background: url(../images/title_line.png) repeat-x;
}
.indexBox .title .bt {
  height: 107px;
  width: 252px;
}
.indexBox .title::after {
  content: '';
  width: calc(50% - 144px);
  height: 6px;
  background: url(../images/title_line.png) repeat-x;
}
.indexBox .title a {
  position: absolute;
  width: 45px;
  height: 19px;
  background: url(../images/more.png) center center no-repeat;
  right: 50%;
  margin-right: -600px;
  top: 27px;
}
.indexBox .syzp {
  margin-top: 65px;
}
.indexBox .syzp .title .bt {
  background: url(../images/title1.png) center center no-repeat;
}
.indexBox .syzp .content {
  margin-top: 25px;
  height: 718px;
  padding-top: 38px;
  background: url(../images/bg.jpg) center center no-repeat;
}
.indexBox .syzp .content .swiper-container {
  width: 1200px;
  padding-top: 16px;
}
.indexBox .syzp .content .swiper-container .swiper-slide {
  width: 844px;
}
.indexBox .syzp .content .swiper-container .swiper-slide .pic {
  width: 844px;
  height: 562px;
  box-shadow: 0px 0px 16px 0px rgba(44, 44, 44, 0.52);
  border: solid 5px #ffffff;
  background: #ccc;
}
.indexBox .syzp .content .swiper-container .swiper-slide .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .syzp .content .swiper-container .swiper-slide .pic a img {
  width: 100%;
  height: 100%;
}
.indexBox .syzp .content .swiper-container .swiper-slide .tit {
  opacity: 0;
  margin-top: 35px;
  text-align: center;
  transition: 0.5s all;
}
.indexBox .syzp .content .swiper-container .swiper-slide .tit a {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.indexBox .syzp .content .swiper-container .swiper-slide.swiper-slide-active .tit {
  opacity: 1;
}
.indexBox .shzp {
  margin-top: 65px;
}
.indexBox .shzp .title .bt {
  background: url(../images/title2.png) center center no-repeat;
}
.indexBox .shzp .content {
  margin-top: 25px;
  height: 656px;
  padding-top: 49px;
  background: url(../images/bg2.png) center center no-repeat;
}
.indexBox .shzp .content .wrap {
  width: 1200px;
  height: 556px;
  background: #fff;
  margin: 0 auto;
  padding: 14px 13px;
}
.indexBox .shzp .content .wrap ul {
  display: flex;
  height: 100%;
}
.indexBox .shzp .content .wrap ul li {
  width: 130px;
  height: 100%;
  transition: 0.5s all ease-in;
}
.indexBox .shzp .content .wrap ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .shzp .content .wrap ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.indexBox .shzp .content .wrap ul li.on {
  width: 262px;
}
