* {
  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;
}
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: 563px;
}
.indexBox .page_content {
  background: url(../images/bg.jpg) center 147px repeat-x;
  padding-bottom: 65px;
}
.indexBox .page_content .gqyw {
  width: 1200px;
  margin: 0 auto;
}
.indexBox .page_content .gqyw .title {
  width: 109px;
  height: 357px;
  background: url(../images/title_yw.png) top center no-repeat;
  position: relative;
  float: left;
}
.indexBox .page_content .gqyw .title a {
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 31px;
}
.indexBox .page_content .gqyw .title a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/more.png) center center no-repeat;
  right: -18px;
  top: 3px;
}
.indexBox .page_content .gqyw .content {
  width: 1067px;
  float: right;
}
.indexBox .page_content .gqyw .content .picBox {
  width: 1067px;
  height: 600px;
  position: relative;
}
.indexBox .page_content .gqyw .content .picBox a {
  display: block;
  width: 100%;
  height: 100%;
}
.indexBox .page_content .gqyw .content .picBox a img {
  width: 100%;
  height: 100%;
}
.indexBox .page_content .gqyw .content .picBox a .textBox {
  position: absolute;
  height: 121px;
  width: 100%;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.3));
  padding: 16px 43px 0 31px;
  color: #fff;
}
.indexBox .page_content .gqyw .content .picBox a .textBox .tit {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .page_content .gqyw .content .picBox a .textBox .text {
  font-size: 16px;
  color: #fff;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  opacity: .6;
  margin-top: 11px;
  line-height: 28px;
}
.indexBox .page_content .gqyw .content .list {
  margin-top: 8px;
}
.indexBox .page_content .gqyw .content .list li {
  padding: 18px 0;
  border-bottom: 1px solid #db8a72;
  overflow: hidden;
}
.indexBox .page_content .gqyw .content .list li .tit {
  float: left;
  width: 75%;
}
.indexBox .page_content .gqyw .content .list li .tit a {
  color: #fff;
  font-size: 18px;
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .page_content .gqyw .content .list li .tit a:hover {
  color: #f8d4a7;
}
.indexBox .page_content .gqyw .content .list li .date {
  font-size: 18px;
  color: #fff;
  opacity: .5;
  float: right;
}
.indexBox .page_content .jchd {
  margin: 78px auto 0;
  width: 1200px;
}
.indexBox .page_content .jchd .left {
  width: 500px;
  height: 416px;
  padding: 45px 32px 0 24px;
  float: left;
  position: relative;
  background-image: linear-gradient(0deg, #fef397 0%, #fdf9d3 100%), linear-gradient(#fef7d4, #fef7d4);
}
.indexBox .page_content .jchd .left .swiper-container {
  width: 100%;
  height: 320px;
}
.indexBox .page_content .jchd .left .swiper-container .swiper-slide {
  width: 100%;
  height: 320px;
  background: #000;
}
.indexBox .page_content .jchd .left .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
}
.indexBox .page_content .jchd .left .swiper-pagination {
  margin-top: 22px;
  width: 100%;
  position: relative;
  font-size: 0;
  text-align: right;
}
.indexBox .page_content .jchd .left .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 6px;
  background: #dadada;
  transition: all .5s;
  margin: 0;
  margin-right: 6px;
  opacity: 1;
  border-radius: 0;
}
.indexBox .page_content .jchd .left .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.indexBox .page_content .jchd .left .swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background: #b42b2a;
}
.indexBox .page_content .jchd .left::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 0px 46px 39px;
  border-color: transparent #e2bc7b;
  right: -39px;
  bottom: 0;
}
.indexBox .page_content .jchd .left::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0px 39px 46px 0px;
  border-color: #e2bc7b transparent;
  right: -39px;
  top: 0;
}
.indexBox .page_content .jchd .right {
  float: right;
  width: 700px;
  height: 330px;
  background: url(../images/jchd_bg.png) center center no-repeat;
  margin-top: 42px;
  position: relative;
  z-index: 3;
  padding: 25px 41px 0 46px;
}
.indexBox .page_content .jchd .right .title {
  height: 44px;
  background: url(../images/jchd_title.png) center center no-repeat;
  position: relative;
}
.indexBox .page_content .jchd .right .title a {
  color: #fff;
  position: absolute;
  bottom: 3px;
  right: 16px;
}
.indexBox .page_content .jchd .right .title a::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/more.png) center center no-repeat;
  right: -18px;
  top: 3px;
}
.indexBox .page_content .jchd .right ul {
  margin-top: 4px;
}
.indexBox .page_content .jchd .right ul li {
  padding: 19px 0;
  border-bottom: 1px solid #db8a72;
}
.indexBox .page_content .jchd .right ul li .tit a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .page_content .jchd .right ul li .tit a:hover {
  color: #ffeac0;
  padding-left: 14px;
  background: url(../images/sanjiao.png) left center no-repeat;
}
.indexBox .page_content .jchd .right ul li .text {
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
  opacity: .6;
  text-align: justify;
  line-height: 28px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.indexBox .page_content .jchd .right ul li:last-child {
  border-bottom: none;
}
.indexBox .page_content .ykhxhsy {
  margin-top: 70px;
}
.indexBox .page_content .ykhxhsy .title {
  width: 556px;
  height: 150px;
  background: url(../images/title1.png) center center no-repeat;
  margin: 0 auto;
}
.indexBox .page_content .ykhxhsy .content {
  margin-top: 2px;
  background: url(../images/xlt.png) center top no-repeat;
  height: 1574px;
}
.indexBox .page_content .ykhxhsy .content .wrap {
  width: 1200px;
  margin: 0 auto;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li {
  padding-left: 140px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li::after {
  content: '';
  clear: both;
  display: block;
  visibility: hidden;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li .pic {
  width: 491px;
  height: 346px;
  background: url(../images/hsy_bg1.png) center center no-repeat;
  float: left;
  margin: 23px 0 0 21px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li .pic img {
  width: 417px;
  height: 179px;
  transform: rotate(-6.5deg) translate(28px, 76px);
}
.indexBox .page_content .ykhxhsy .content .wrap ul li .textBox {
  float: left;
  width: 503px;
  margin-left: 10px;
  margin-top: 53px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li .textBox .tit img {
  vertical-align: bottom;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li .textBox .tit span,
.indexBox .page_content .ykhxhsy .content .wrap ul li .textBox .tit a {
  font-size: 24px;
  font-weight: bold;
  color: #b31c1b;
  margin-left: 32px;
  vertical-align: bottom;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li .textBox .text {
  width: 467px;
  margin: 22px 0 0 36px;
  text-align: justify;
  line-height: 30px;
  text-indent: 2em;
  color: #222222;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(2n) {
  padding-right: 10px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(2n) .textBox {
  margin-left: 0;
  margin-top: 34px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(2n) .pic {
  width: 504px;
  height: 372px;
  margin: -77px 0 0 21px;
  float: right;
  background: url(../images/hsy_bg2.png) center center no-repeat;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(2n) .pic img {
  transform: rotate(10.5deg) translate(61px, 76px);
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(3) .pic {
  margin: -53px 0 0 21px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(3) .textBox {
  margin-top: 3px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(4) {
  margin-top: 29px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(5) .pic {
  margin: -53px 0 0 21px;
}
.indexBox .page_content .ykhxhsy .content .wrap ul li:nth-child(5) .textBox {
  margin-top: 3px;
  margin-left: 35px;
}
.indexBox .page_content .bmfw {
  width: 1200px;
  margin: 60px auto 0;
}
.indexBox .page_content .bmfw .title {
  height: 150px;
  width: 556px;
  background: url(../images/title2.png) center center no-repeat;
  margin: 0 auto;
}
.indexBox .page_content .bmfw .content {
  margin-top: 30px;
}
.indexBox .page_content .bmfw .content .left {
  width: 410px;
  height: 856px;
  float: left;
}
.indexBox .page_content .bmfw .content .right {
  width: 750px;
  float: right;
}
.indexBox .page_content .bmfw .content .right .cxts h3 {
  width: 108px;
  height: 28px;
  background: url(../images/cxts_title.png) center center no-repeat;
}
.indexBox .page_content .bmfw .content .right .cxts .list {
  margin-top: 25px;
}
.indexBox .page_content .bmfw .content .right .cxts .list li {
  overflow: hidden;
  margin-bottom: 12px;
}
.indexBox .page_content .bmfw .content .right .cxts .list li:last-child {
  margin-bottom: 0;
}
.indexBox .page_content .bmfw .content .right .cxts .list li .tit {
  width: 75%;
  float: left;
}
.indexBox .page_content .bmfw .content .right .cxts .list li .tit a {
  color: #222222;
  font-size: 18px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .page_content .bmfw .content .right .cxts .list li .tit a:hover {
  color: #b31c1b;
}
.indexBox .page_content .bmfw .content .right .cxts .list li span {
  font-size: 18px;
  opacity: .5;
  color: #999999;
  float: right;
  margin-top: 3px;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist {
  margin-top: 29px;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li {
  float: left;
  margin-right: 10px;
  width: 180px;
  height: 60px;
  background: #c72b2a;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  color: #fff;
  text-align: center;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li a img {
  vertical-align: middle;
  margin-right: 17px;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li a span {
  font-size: 18px;
  vertical-align: middle;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li a img:nth-child(2) {
  display: none;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li a:hover {
  color: #f8d4a7;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li a:hover img:nth-child(1) {
  display: none;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li a:hover img:nth-child(2) {
  display: inline;
}
.indexBox .page_content .bmfw .content .right .cxts .iconlist li:last-child {
  margin-right: 0;
}
.indexBox .page_content .bmfw .content .right .aqts {
  margin-top: 18px;
  background: #d2332f;
  height: 230px;
  padding: 27px 65px 0;
}
.indexBox .page_content .bmfw .content .right .aqts h3 {
  margin: 0 auto;
  width: 110px;
  height: 28px;
  background: url(../images/aqts_title.png) center center no-repeat;
}
.indexBox .page_content .bmfw .content .right .aqts ul {
  margin-top: 22px;
}
.indexBox .page_content .bmfw .content .right .aqts ul li {
  width: 88px;
  float: left;
  margin-right: 15px;
  margin-right: 89px;
}
.indexBox .page_content .bmfw .content .right .aqts ul li:last-child {
  margin-right: 0;
}
.indexBox .page_content .bmfw .content .right .aqts ul li a {
  display: block;
}
.indexBox .page_content .bmfw .content .right .aqts ul li a .icon {
  width: 88px;
  height: 78px;
}
.indexBox .page_content .bmfw .content .right .aqts ul li a p {
  font-size: 18px;
  color: #fff;
  margin-top: 16px;
  text-align: center;
}
.indexBox .page_content .bmfw .content .right .aqts ul li a:hover p {
  color: #f8d4a7;
}
.indexBox .page_content .bmfw .content .right .bombox {
  margin-top: 18px;
  height: 352px;
}
.indexBox .page_content .bmfw .content .right .bombox .jjjz {
  width: 318px;
  float: left;
  background: #d2332f;
  height: 100%;
  padding: 32px 63px;
}
.indexBox .page_content .bmfw .content .right .bombox .jjjz h3 {
  width: 110px;
  height: 28px;
  background: url(../images/jjzj_title.png) center center no-repeat;
  margin: 0 auto;
}
.indexBox .page_content .bmfw .content .right .bombox .jjjz ul {
  margin-top: 24px;
}
.indexBox .page_content .bmfw .content .right .bombox .jjjz ul li {
  margin-bottom: 15px;
  padding-left: 28px;
  color: #fff;
  font-size: 18px;
  background: url(../images/icon_phone.png) center left no-repeat;
}
.indexBox .page_content .bmfw .content .right .bombox .jjjz ul li:last-child {
  margin-bottom: 0;
}
.indexBox .page_content .bmfw .content .right .bombox .fwdh {
  width: 414px;
  height: 100%;
  float: right;
  background: #d2332f;
  padding: 32px 63px;
}
.indexBox .page_content .bmfw .content .right .bombox .fwdh h3 {
  width: 110px;
  height: 28px;
  background: url(../images/fwdh_title.png) center center no-repeat;
  margin: 0 auto;
}
.indexBox .page_content .bmfw .content .right .bombox .fwdh ul {
  margin-top: 24px;
}
.indexBox .page_content .bmfw .content .right .bombox .fwdh ul li {
  margin-bottom: 12px;
  padding-left: 28px;
  color: #fff;
  font-size: 18px;
  background: url(../images/icon_phone.png) center left no-repeat;
}
.indexBox .page_content .bmfw .content .right .bombox .fwdh ul li:last-child {
  margin-bottom: 0;
}
.indexBox .page_content .fjap {
  width: 1230px;
  height: 521px;
  background: url(../images/fjap_bg.png) center center no-repeat;
  margin: 70px auto 0;
  padding: 40px 57px 0 57px;
}
.indexBox .page_content .fjap .left {
  width: 526px;
  float: left;
}
.indexBox .page_content .fjap .left .title {
  height: 150px;
  background: url(../images/title3.png) center center no-repeat;
}
.indexBox .page_content .fjap .left .text {
  width: 499px;
  line-height: 1.6;
  margin-left: 29px;
  margin-top: 16px;
}
.indexBox .page_content .fjap .left .text p {
  color: #000000;
  text-indent: 2em;
}
.indexBox .page_content .fjap .left .text .bom {
  margin-top: 45px;
}
.indexBox .page_content .fjap .left .text .bom p {
  text-align: right;
}
.indexBox .page_content .fjap .right {
  float: right;
  padding-top: 44px;
}
.indexBox .page_content .xzs {
  width: 1200px;
  margin: 70px auto 0;
}
.indexBox .page_content .xzs .title {
  width: 556px;
  height: 150px;
  margin: 0 auto;
  background: url(../images/title4.png) center center no-repeat;
}
.indexBox .page_content .xzs ul {
  margin-top: 30px;
}
.indexBox .page_content .xzs ul li {
  width: 285px;
  float: left;
  margin-right: 20px;
}
.indexBox .page_content .xzs ul li .pic {
  width: 285px;
  height: 180px;
  background: #000000;
  overflow: hidden;
  border-radius: 20px;
}
.indexBox .page_content .xzs ul li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .page_content .xzs ul li .tit {
  margin-top: 16px;
  text-align: center;
}
.indexBox .page_content .xzs ul li .tit a {
  font-size: 18px;
  color: #fff;
}
.indexBox .page_content .xzs ul li .tit a:hover {
  color: #f8d4a7;
}
.indexBox .page_content .xzs ul li:last-child {
  margin-right: 0;
}
