* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
  width: 100%;
  height: 100%;
}
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;
}
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 {
  width: 100%;
  background: url(../images/banner.jpg) top center no-repeat;
}
.indexBox .banner {
  height: 529px;
}
.indexBox .wrap {
  width: 1200px;
  margin: 0 auto;
}
.indexBox .wrap .yjnav {
  margin-bottom: 85px;
}
.indexBox .wrap .yjnav ul li {
  display: inline-block;
  padding: 0 42px;
}
.indexBox .wrap .yjnav ul li a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.indexBox .wrap .yjnav ul li a:hover {
  color: #ffd48c;
}
.indexBox .wrap .yjnav ul li a:hover::before {
  content: '';
  position: absolute;
  width: 46px;
  height: 3px;
  background: #ffd48c;
  border-radius: 1.5px;
  bottom: -12px;
  left: 50%;
  margin-left: -23px;
}
.indexBox .wrap .box {
  margin-top: 57px;
}
.indexBox .wrap .box .title {
  height: 126px;
  position: relative;
  background: url(../images/title1.png) center center no-repeat;
}
.indexBox .wrap .box .title a {
  color: #d30717;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 56px;
}
.indexBox .wrap .box .contentBox {
  margin-top: 20px;
  border-radius: 6px;
  border: 1px solid #cd5d3b;
}
.indexBox .wrap .box .contentBox .nav {
  height: 62px;
  background: linear-gradient(0deg, #d0623b 0%, #ba3e3b 100%), linear-gradient(#ffffff, #ffffff);
}
.indexBox .wrap .box .contentBox .nav li {
  display: inline-block;
  padding: 0 28px;
  line-height: 62px;
}
.indexBox .wrap .box .contentBox .nav li a {
  color: #fff;
  font-size: 16px;
}
.indexBox .wrap .box .contentBox .nav li.on {
  position: relative;
}
.indexBox .wrap .box .contentBox .nav li.on a {
  color: #ffe080;
}
.indexBox .wrap .box .contentBox .nav li.on::before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin-left: -14px;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: #ffe080;
}
.indexBox .wrap .box .contentBox .content {
  padding: 30px 40px;
}
.indexBox .wrap .box .contentBox .content .item {
  display: none;
}
.indexBox .wrap .box .contentBox .content .item:nth-child(1) {
  display: block;
}
.indexBox .wrap .box .contentBox .content .item li {
  margin-bottom: 24px;
}
.indexBox .wrap .box .contentBox .content .item li::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 16px;
  background: url(../images/list_icon.png) center center no-repeat;
  vertical-align: middle;
  margin-top: 3px;
  transition: all .5s;
}
.indexBox .wrap .box .contentBox .content .item li:last-child {
  margin-bottom: 0;
}
.indexBox .wrap .box .contentBox .content .item li a {
  font-size: 16px;
  color: #222222;
  vertical-align: middle;
}
.indexBox .wrap .box .contentBox .content .item li:hover::before {
  background: url(../images/on_list_icon.png) center center no-repeat;
}
.indexBox .wrap .box .contentBox .content .item li:hover a {
  color: #a5282d;
}
.indexBox .wrap .tjjczxgk .title {
  background: url(../images/title2.png) center center no-repeat;
}
.indexBox .wrap .tgzcgkzl .title {
  background: url(../images/title3.png) center center no-repeat;
}
.indexBox .wrap .szzwptjs .title {
  background: url(../images/title4.png) center center no-repeat;
}
.indexBox .wrap .wsgkzdgf {
  margin-bottom: 60px;
}
.indexBox .wrap .wsgkzdgf .title {
  background: url(../images/title5.png) center center no-repeat;
}
