* {
  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 {
  background: #fff6eb;
  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;
}
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;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.banner {
  height: 579px;
  width: 100%;
  background: url(../images/banner.jpg) center center no-repeat;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.wrap .searchBox {
  width: 740px;
  margin: 50px auto 0;
  position: relative;
}
.wrap .searchBox .searchTxt {
  width: 740px;
  border-radius: 30px;
  border: 1px solid #fd816c;
  height: 60px;
  padding: 0 170px 0 35px;
  font-size: 18px;
  color: #a4a4a4;
}
.wrap .searchBox .searchBtn {
  width: 160px;
  height: 60px;
  border-radius: 30px;
  background: #fc7154 url(../images/search.png) 34px center no-repeat;
  color: #fff;
  font-size: 24px;
  border: none;
  padding-left: 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.wrap .conBox {
  height: 1013px;
  border-radius: 20px;
  background: url(../images/bg.png) center center no-repeat;
  margin-top: 60px;
  padding: 48px 33px 0 33px;
}
.wrap .conBox .nav {
  float: left;
  width: 236px;
}
.wrap .conBox .nav li {
  height: 96px;
  border-radius: 10px;
  background: rgba(247, 209, 170, 0.7);
  margin-bottom: 32px;
}
.wrap .conBox .nav li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 96px;
  text-align: center;
}
.wrap .conBox .nav li a .icon {
  width: 32px;
  height: 32px;
  display: inline-block;
  background: url(../images/navicon1.png) center center no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
.wrap .conBox .nav li a span {
  font-size: 20px;
  color: #a33027;
  vertical-align: middle;
}
.wrap .conBox .nav li:nth-child(2) .icon {
  background: url(../images/navicon2.png) center center no-repeat;
}
.wrap .conBox .nav li:nth-child(3) .icon {
  background: url(../images/navicon3.png) center center no-repeat;
}
.wrap .conBox .nav li:nth-child(4) .icon {
  background: url(../images/navicon4.png) center center no-repeat;
}
.wrap .conBox .nav li:nth-child(5) .icon {
  background: url(../images/navicon5.png) center center no-repeat;
}
.wrap .conBox .nav .on {
  background-image: linear-gradient(-90deg, #ff877a 0%, #ff2828 100%), linear-gradient(#f7d1aa, #f7d1aa);
}
.wrap .conBox .nav .on a span {
  color: #fff;
  font-weight: bold;
}
.wrap .conBox .nav li:nth-child(1).on a .icon {
  background: url(../images/on_navicon1.png) center center no-repeat;
}
.wrap .conBox .nav li:nth-child(2).on a .icon {
  background: url(../images/on_navicon2.png) center center no-repeat;
}
.wrap .conBox .nav li:nth-child(3).on a .icon {
  background: url(../images/on_navicon3.png) center center no-repeat;
}
.wrap .conBox .nav li:nth-child(4).on a .icon {
  background: url(../images/on_navicon4.png) center center no-repeat;
}
.wrap .conBox .nav li:nth-child(5).on a .icon {
  background: url(../images/on_navicon5.png) center center no-repeat;
}
.wrap .conBox .swiper-container {
  width: 860px;
  height: 915px;
  float: right;
}
.wrap .conBox .swiper-container .swiper-slide {
  height: 915px;
}
.wrap .conBox .swiper-container .swiper-slide ul {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
.wrap .conBox .swiper-container .swiper-slide ul::-webkit-scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.wrap .conBox .swiper-container .swiper-slide ul::-webkit-scrollbar-track {
  background: #e7e7e7;
  border-radius: 2px;
}
.wrap .conBox .swiper-container .swiper-slide ul::-webkit-scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 10px;
}
.wrap .conBox .swiper-container .swiper-slide ul::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.wrap .conBox .swiper-container .swiper-slide ul::-webkit-scrollbar-corner {
  background: #204754;
}
.wrap .conBox .swiper-container .swiper-slide ul::scrollbar {
  width: 8px;
  height: 5px;
  /**/
}
.wrap .conBox .swiper-container .swiper-slide ul::scrollbar-track {
  background: #e7e7e7;
  border-radius: 2px;
}
.wrap .conBox .swiper-container .swiper-slide ul::scrollbar-thumb {
  background: #b7b7b7;
  border-radius: 10px;
}
.wrap .conBox .swiper-container .swiper-slide ul::scrollbar-thumb:hover {
  background: #999;
}
.wrap .conBox .swiper-container .swiper-slide ul::scrollbar-corner {
  background: #204754;
}
.wrap .conBox .swiper-container .swiper-slide ul li {
  width: 829px;
  margin-bottom: 64px;
}
.wrap .conBox .swiper-container .swiper-slide ul li:last-child {
  margin-bottom: 0;
}
.wrap .conBox .swiper-container .swiper-slide ul li .tit {
  padding-left: 14px;
  padding-right: 14px;
  text-align: justify;
}
.wrap .conBox .swiper-container .swiper-slide ul li .tit a {
  font-size: 20px;
  color: #383838;
  font-weight: bold;
}
.wrap .conBox .swiper-container .swiper-slide ul li .answer {
  margin-top: 16px;
  position: relative;
  overflow: hidden;
}
.wrap .conBox .swiper-container .swiper-slide ul li .answer::before {
  content: '';
  display: block;
  width: 30px;
  height: 17px;
  background: url(../images/text_sjx.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 40px;
  z-index: 3;
}
.wrap .conBox .swiper-container .swiper-slide ul li .answer .text {
  background: #fef3e7;
  padding: 34px 24px;
  border: 2px solid #ff9f93;
  margin-top: 15px;
  border-radius: 15px;
  font-size: 16px;
  color: #383838;
  line-height: 1.6;
  text-align: justify;
}
.wrap .zck {
  margin-top: 50px;
}
.wrap .zck .title {
  height: 69px;
  background: url(../images/title1.png) center center no-repeat;
}
.wrap .zck .con {
  margin-top: 41px;
}
.wrap .zck .con li {
  width: 580px;
  height: 110px;
  float: left;
}
.wrap .zck .con li:nth-child(2) {
  float: right;
}
.wrap .hqzcyzsfw {
  margin-top: 50px;
}
.wrap .hqzcyzsfw .title {
  height: 69px;
  background: url(../images/title2.png) center center no-repeat;
}
.wrap .hqzcyzsfw .con {
  margin-top: 41px;
}
.wrap .hqzcyzsfw .con li {
  width: 580px;
  height: 110px;
  float: left;
}
.wrap .hqzcyzsfw .con li:nth-child(2) {
  float: right;
}
.wrap .hdzx {
  margin: 50px 0 84px;
}
.wrap .hdzx .title {
  height: 69px;
  background: url(../images/title3.png) center center no-repeat;
}
.wrap .hdzx .con {
  margin-top: 41px;
}
.wrap .hdzx .con li {
  width: 580px;
  height: 110px;
  float: left;
}
.wrap .hdzx .con li:nth-child(2) {
  float: right;
}
.wrap .hdzx .dhzx {
  margin-top: 41px;
  height: 110px;
}
