* {
  padding: 0;
  margin: 0;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
h3 {
  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;
}
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;
}
.indexBox {
  background: #faf5e8 url(../images/banner.jpg) top center no-repeat;
  overflow: hidden;
}
.indexBox .banner {
  height: 643px;
}
.indexBox .wrap {
  width: 1200px;
  margin: 0 auto;
}
.indexBox .wrap .nav {
  height: 72px;
  border-radius: 36px;
  background: #ae060b;
  padding: 0 30px;
}
.indexBox .wrap .nav li {
  width: 228px;
  float: left;
  line-height: 72px;
}
.indexBox .wrap .nav li a {
  display: inline-block;
  width: 227px;
  height: 72px;
  line-height: 72px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
.indexBox .wrap .nav li i {
  display: inline-block;
  width: 1px;
  height: 36px;
  vertical-align: middle;
  background: url(../images/line.png) center center no-repeat;
}
.indexBox .wrap .nav li:hover {
  position: relative;
}
.indexBox .wrap .nav li:hover a {
  font-weight: bold;
  color: #ffd800;
}
.indexBox .wrap .nav li:hover::after {
  content: '';
  display: block;
  width: 37px;
  height: 6px;
  background: url(../images/sjx.png) center center no-repeat;
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -18.5px;
}
.indexBox .wrap .xxgk {
  margin-top: 70px;
}
.indexBox .wrap .xxgk .title {
  height: 48px;
  position: relative;
  background: url(../images/title1.png) left center no-repeat;
}
.indexBox .wrap .xxgk .title a {
  font-size: 16px;
  color: #ae060b;
  position: absolute;
  right: 0;
  top: 12px;
  font-weight: bold;
}
.indexBox .wrap .xxgk .title1 {
  background: url(../images/title2.png) left center no-repeat;
}
.indexBox .wrap .xxgk .title2 {
  background: url(../images/title3.png) left center no-repeat;
}
.indexBox .wrap .xxgk .title3 {
  background: url(../images/title4.png) left center no-repeat;
}
.indexBox .wrap .xxgk .title5 {
  background: url(../images/title6.png) left center no-repeat;
}
.indexBox .wrap .xxgk .xxgk_content {
  margin-top: 20px;
  padding: 0 0px 35px;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
}
.indexBox .wrap .xxgk .xxgk_content .tab {
  height: 58px;
  background: #bd252a;
}
.indexBox .wrap .xxgk .xxgk_content .tab li {
  display: inline-block;
  padding: 0 32px;
  height: 100%;
  line-height: 58px;
  cursor: pointer;
}
.indexBox .wrap .xxgk .xxgk_content .tab li a {
  color: #faf5e8;
  font-size: 18px;
}
.indexBox .wrap .xxgk .xxgk_content .tab .on {
  position: relative;
}
.indexBox .wrap .xxgk .xxgk_content .tab .on a {
  color: #ffd800;
  font-weight: bold;
}
.indexBox .wrap .xxgk .xxgk_content .tab .on::after {
  content: '';
  display: block;
  width: 42px;
  height: 23px;
  background: url(../images/bs_sjx.png) center center no-repeat;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -21px;
}
.indexBox .wrap .xxgk .xxgk_content .content {
  padding: 0 38px;
}
.indexBox .wrap .xxgk .xxgk_content .content li {
  margin-top: 30px;
}
.indexBox .wrap .xxgk .xxgk_content .content li::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/icon.png) center center no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}
.indexBox .wrap .xxgk .xxgk_content .content li a {
  color: #303030;
  vertical-align: middle;
}
.indexBox .wrap .xxgk .xxgk_content .content li:hover a {
  color: #bd252a;
  font-weight: bold;
}
.indexBox .wrap .xxgk .xxgk_content .content li:hover::before {
  background: url(../images/red_icon.png) center center no-repeat;
}
