* {
  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;
  background: #f8f8f8;
  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;
}
.left {
  float: left;
}
.right {
  float: right;
}
.indexBox {
  width: 100%;
  background: url(../images/banner.png) top center no-repeat;
}
.indexBox .banner {
  height: 568px;
}
.indexBox .banner .cont {
  width: 1350px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.indexBox .banner a {
  display: block;
  width: 179px;
  height: 51px;
  border-radius: 4px;
  background: rgba(149, 169, 255, 0.2);
  position: absolute;
  right: 37px;
  top: 40px;
  line-height: 51px;
  color: #fff;
  text-align: center;
}
.indexBox .banner a img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 5px;
}
.indexBox .banner a span {
  color: #aabbff;
  font-size: 22px;
  font-weight: bold;
  vertical-align: middle;
}
.indexBox .wrap {
  width: 1350px;
  margin: 0 auto;
  background: #fff;
  border-radius: 15px 15px 0 0;
}
.indexBox .wrap .nav {
  padding: 30px 0px 0;
  overflow: hidden;
}
.indexBox .wrap .nav li {
  height: 36px;
  width: 220px;
  float: left;
  border-right: 1px solid #e8e8e8;
  text-align: center;
}
.indexBox .wrap .nav li a {
  font-size: 24px;
  color: #181818;
  text-align: center;
  line-height: 36px;
}
.indexBox .wrap .nav li a:hover {
  color: #2a56f7;
  font-weight: bold;
}
.indexBox .wrap .nav li:last-child {
  border-right: none;
}
.indexBox .wrap .ysdt {
  margin: 36px auto 0;
  width: 1200px;
}
.indexBox .wrap .ysdt .left {
  width: 600px;
}
.indexBox .wrap .ysdt .left li {
  padding-bottom: 15px;
  border-bottom: 2px dashed #e9e9e9;
  margin-bottom: 13px;
}
.indexBox .wrap .ysdt .left li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.indexBox .wrap .ysdt .left li .tit {
  line-height: 33px;
  font-size: 20px;
  color: #303030;
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: justify;
}
.indexBox .wrap .ysdt .left li .tit a {
  font-size: 20px;
  color: #303030;
  font-weight: bold;
}
.indexBox .wrap .ysdt .left li .tit a:hover {
  color: #2a56f7;
}
.indexBox .wrap .ysdt .left li .text {
  margin-top: 10px;
  color: #999999;
  line-height: 26px;
  text-align: justify;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexBox .wrap .ysdt .right {
  width: 552px;
  height: 335px;
}
.indexBox .wrap .ysdt .right .ysdt-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.indexBox .wrap .ysdt .right .ysdt-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.indexBox .wrap .ysdt .right .ysdt-swiper .swiper-slide .pic {
  height: 100%;
}
.indexBox .wrap .ysdt .right .ysdt-swiper .ysdt-pagination {
  z-index: 11;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.indexBox .wrap .ysdt .right .ysdt-swiper .ysdt-pagination .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0;
  background: #2550f5;
  margin: 0 7px;
}
.indexBox .wrap .ysdt .bom {
  margin-top: 15px;
}
.indexBox .wrap .ysdt .bom .more {
  padding-bottom: 8px;
  border-bottom: 2px dashed #e9e9e9;
  text-align: right;
  padding-right: 5px;
}
.indexBox .wrap .ysdt .bom .more a {
  color: #808080;
}
.indexBox .wrap .ysdt .bom .list {
  margin-top: 22px;
}
.indexBox .wrap .ysdt .bom .list li {
  width: 578px;
  float: left;
  margin-bottom: 18px;
}
.indexBox .wrap .ysdt .bom .list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../images/arrow.png) center center no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.indexBox .wrap .ysdt .bom .list li a {
  color: #4f4f4f;
  display: inline-block;
  width: 388px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.indexBox .wrap .ysdt .bom .list li a:hover {
  color: #2a56f7;
}
.indexBox .wrap .ysdt .bom .list li span {
  float: right;
  margin-top: 3px;
  color: #808080;
}
.indexBox .wrap .ysdt .bom .list li:nth-child(2n) {
  float: right;
  width: 573px;
}
.indexBox .wrap .banner2 {
  width: 1200px;
  margin: 20px auto 38px;
}
.indexBox .wrap .middle {
  width: 1200px;
  margin: 0 auto;
}
.indexBox .wrap .middle .left {
  width: 578px;
}
.indexBox .wrap .middle .right {
  width: 573px;
}
.indexBox .wrap .middle .bjszc li {
  width: 282px;
  height: 115px;
  float: left;
  margin-bottom: 12px;
}
.indexBox .wrap .middle .bjszc li img {
  width: auto;
  height: auto;
  vertical-align: middle;
}
.indexBox .wrap .middle .bjszc li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.indexBox .wrap .middle .bjszc li a span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.indexBox .wrap .middle .bjszc li a img {
  position: absolute;
  right: 12px;
  top: 58%;
  transform: translateY(-50%);
}
.indexBox .wrap .middle .bjszc li:nth-child(2n) {
  float: right;
}
.indexBox .wrap .middle .bjszc li:nth-child(1) {
  background: url(../images/bg1.png) center center no-repeat;
}
.indexBox .wrap .middle .bjszc li:nth-child(2) {
  background: url(../images/bg2.png) center center no-repeat;
}
.indexBox .wrap .middle .bjszc li:nth-child(2) a span {
  color: #6763d9;
}
.indexBox .wrap .middle .bjszc li:nth-child(3) {
  background: url(../images/bg3.png) center center no-repeat;
  margin-bottom: 0;
}
.indexBox .wrap .middle .bjszc li:nth-child(4) {
  background: url(../images/bg4.png) center center no-repeat;
  margin-bottom: 0;
}
.indexBox .wrap .middle .bjszc li:nth-child(4) a span {
  color: #d0772d;
}
.indexBox .wrap .middle .zcjd .title {
  height: 47px;
  width: 572px;
  background: url(../images/zcjd_tit.png) center center no-repeat;
  position: relative;
}
.indexBox .wrap .middle .zcjd .title a {
  position: absolute;
  color: #808080;
  right: 5px;
  top: 5px;
}
.indexBox .wrap .middle .zcjd .list {
  margin-top: 18px;
}
.indexBox .wrap .middle .zcjd .list li {
  margin-bottom: 18px;
}
.indexBox .wrap .middle .zcjd .list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../images/arrow.png) center center no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.indexBox .wrap .middle .zcjd .list li a {
  color: #4f4f4f;
  display: inline-block;
  width: 388px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.indexBox .wrap .middle .zcjd .list li a:hover {
  color: #2a56f7;
}
.indexBox .wrap .middle .zcjd .list li span {
  float: right;
  margin-top: 3px;
  color: #808080;
}
.indexBox .wrap .middle .zcjd .list li:last-child {
  margin-bottom: 0;
}
.indexBox .wrap .middle .zcwj {
  margin-top: 38px;
}
.indexBox .wrap .middle .zcwj .title {
  height: 47px;
  width: 569px;
  background: url(../images/zcwj_tit.png) center center no-repeat;
  position: relative;
}
.indexBox .wrap .middle .zcwj .title a {
  position: absolute;
  color: #808080;
  right: 5px;
  top: 5px;
}
.indexBox .wrap .middle .zcwj .form {
  margin-top: 42px;
}
.indexBox .wrap .middle .zcwj .form .txtInput {
  width: 498px;
  height: 40px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #dbdbdb;
  padding-left: 48px;
  background: url(../images/search.png) 21px center no-repeat;
  font-size: 16px;
}
.indexBox .wrap .middle .zcwj .form .btn_submit {
  font-size: 16px;
  width: 80px;
  height: 40px;
  border-radius: 0 4px 4px 0;
  border: none;
  margin-left: -5px;
  background: #dbdbdb;
  color: #8a8a8a;
  cursor: pointer;
}
.indexBox .wrap .middle .zcwj .list {
  margin-top: 33px;
}
.indexBox .wrap .middle .zcwj .list li {
  margin-bottom: 18px;
}
.indexBox .wrap .middle .zcwj .list li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../images/arrow.png) center center no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
.indexBox .wrap .middle .zcwj .list li a {
  color: #4f4f4f;
  display: inline-block;
  width: 388px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
.indexBox .wrap .middle .zcwj .list li a:hover {
  color: #2a56f7;
}
.indexBox .wrap .middle .zcwj .list li span {
  float: right;
  margin-top: 3px;
  color: #808080;
}
.indexBox .wrap .middle .zcwj .list li:last-child {
  margin-bottom: 0;
}
.indexBox .wrap .middle .tj {
  margin-top: 38px;
}
.indexBox .wrap .middle .tj .title {
  height: 47px;
  width: 569px;
  background: url(../images/tj_tit.png) center center no-repeat;
  position: relative;
}
.indexBox .wrap .middle .tj .title a {
  position: absolute;
  color: #808080;
  right: 5px;
  top: 5px;
}
.indexBox .wrap .middle .tj .tj-swiper {
  width: 520px;
  margin: 17px auto 0;
}
.indexBox .wrap .middle .tj .tj-swiper .swiper-slide {
  width: 290px;
  height: 310px;
  position: relative;
}
.indexBox .wrap .middle .tj .tj-swiper .swiper-slide .mask {
  width: 290px;
  height: 310px;
  position: absolute;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
.indexBox .wrap .middle .tj .tj-swiper .swiper-slide-active .mask {
  display: none;
}
.indexBox .wrap .middle .tj .tj-pagination {
  text-align: center;
  margin-top: 5px;
}
.indexBox .wrap .middle .tj .tj-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #a4a4a4;
  opacity: 1;
  margin-right: 6px;
  border-radius: 4.5px;
  transition: all .5s;
}
.indexBox .wrap .middle .tj .tj-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.indexBox .wrap .middle .tj .tj-pagination .swiper-pagination-bullet-active {
  width: 20px;
  background: #0065f8;
}
.indexBox .wrap .bszd {
  width: 1200px;
  margin: 0 auto;
}
.indexBox .wrap .bszd .title {
  height: 47px;
  background: url(../images/bszd_tit.png) center center no-repeat;
  position: relative;
}
.indexBox .wrap .bszd .title a {
  position: absolute;
  color: #808080;
  right: 5px;
  top: 5px;
}
.indexBox .wrap .bszd ul {
  margin-top: 28px;
}
.indexBox .wrap .bszd ul li {
  width: 224px;
  height: 86px;
  background: #f3f5fc;
  position: relative;
  padding-left: 39px;
  float: left;
  margin: 0 20px 20px 0;
}
.indexBox .wrap .bszd ul li:nth-child(5n) {
  margin: 0 0 20px 0;
}
.indexBox .wrap .bszd ul li img {
  width: auto;
  height: auto;
  float: left;
  margin-top: 18px;
  margin-right: 12px;
}
.indexBox .wrap .bszd ul li h3 {
  display: table-cell;
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  width: 110px;
  vertical-align: middle;
  height: 86px;
}
.indexBox .wrap .bszd ul li .xs {
  position: absolute;
  background: #357cf0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  vertical-align: middle;
  text-align: center;
  display: none;
}
.indexBox .wrap .bszd ul li .xs a {
  color: #fff;
  display: block;
}
.indexBox .wrap .bszd ul li .xs a:hover {
  text-decoration: underline;
}
.indexBox .wrap .bszd ul li:hover .xs {
  display: table-cell;
}
.indexBox .wrap .hdzx {
  width: 1200px;
  margin: 18px auto 65px;
}
.indexBox .wrap .hdzx .title {
  height: 47px;
  background: url(../images/hdzx_tit.png) center center no-repeat;
  position: relative;
}
.indexBox .wrap .hdzx ul {
  margin-top: 38px;
}
.indexBox .wrap .hdzx ul li {
  width: 380px;
  height: 135px;
  float: left;
  margin-right: 27px;
}
.indexBox .wrap .hdzx ul li:nth-child(1) {
  background: linear-gradient(to right, #f86d6c, #f5626a);
}
.indexBox .wrap .hdzx ul li:nth-child(2) {
  background: linear-gradient(to right, #5258f4, #7c8df6);
}
.indexBox .wrap .hdzx ul li:last-child {
  margin-right: 0;
  background: linear-gradient(to right, #fed563, #fcb638);
}
.indexBox .wrap .hdzx ul li img {
  width: auto;
  height: auto;
  vertical-align: middle;
  margin-right: 22px;
}
.indexBox .wrap .hdzx ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 135px;
}
.indexBox .wrap .hdzx ul li a span {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}
