* {
  margin: 0;
  padding: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.swiper-pagination-bullet {
  background: #afaaaa;
}

.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-button-prev {
  left: -40px;
  color: #d33c3d;
}

.swiper-button-next {
  right: -37px;
  color: #d33c3d;
}

.index-header {
  width: 100%;
  font-size: 0;
}

.index-header img {
  width: 100%;
}

.index-header-nav {
  width: 100%;
  height: 80px;
  background: linear-gradient(to right, #ec6448, #be1820);
}

.index-header-nav .wrap {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
}

.index-header-nav .index-header-item {
  display: flex;
  justify-content: center;
}

.index-header-nav .index-header-list {
  padding: 0 80px;
  box-sizing: border-box;
  height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index-header-nav .index-header-list > a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  line-height: 80px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.index-header-nav .index-header-list > a::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 24px;
  width: 1px;
  height: 32px;
  background: url("/static/index/temp11/images/line.png") no-repeat;
  background-size: 100% 100%;
}

.index-header-nav .index-header-list:last-child a::after {
  background: unset;
}

.index-header-nav .index-header-slide {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 99;
  width: 100%;
  background: #008564;
}

.index-header-nav .index-header-slide a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #ec6448, #be1820);
}

.index-news {
  width: 100%;
  height: 525px;
  padding-top: 44px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #fff;
}

.index-news .wrap {
  display: flex;
  justify-content: space-between;
}

.index-news .left {
  flex: 0 0 681px;
  overflow: hidden;
}

.index-news .left .swiper .swiper-slide {
  width: 681px;
  height: 440px;
}

.index-news .left .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-news .left .swiper .swiper-slide-msk {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
}

.index-news .left .swiper .swiper-slide-msk-text {
  width: 75%;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 44px;
}

.index-news .left .swiper .swiper-pagination {
  text-align: right;
  bottom: 13px;
  left: unset;
  right: 18px;
}

.index-news .right {
  flex: 0 0 470px;
  overflow: hidden;
}

.index-news .right .caption {
  width: 470px;
  height: 32px;
  background: url("/static/index/temp11/images/index-news-img1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index-news .right .caption-text {
  position: absolute;
  right: 0;
  top: 0px;
  color: #7a7777;
}

.index-news .right .recommend {
  padding-bottom: 20px;
  border-bottom: 1px dashed #bfbfbf;
}

.index-news .right .recommend-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0;
}

.index-news .right .recommend-desc {
  color: #787878;
  font-size: 16px;
  line-height: 1.6;
  height: 52px;
}

.index-news .right .item {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
}

.index-news .right .item .list {
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 13px;
}

.index-news .right .item .list:hover {
  font-weight: 700;
  color: #de0034;
}

.index-notice {
  width: 100%;
  height: 550px;
  padding-top: 44px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #f4f4f4;
}

.index-notice .wrap {
  display: flex;
  justify-content: space-between;
}

.index-notice .wrap .left,
.index-notice .wrap .right {
  flex: 0 0 571px;
  overflow: hidden;
}

.index-notice .wrap .left .caption,
.index-notice .wrap .right .caption {
  width: 571px;
  height: 32px;
  background: url("/static/index/temp11/images/index-notice-img1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.index-notice .wrap .left .caption-text,
.index-notice .wrap .right .caption-text {
  position: absolute;
  right: 0;
  top: 0px;
  color: #7a7777;
}

.index-notice .wrap .left .recommend,
.index-notice .wrap .right .recommend {
  margin-top: 40px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #bfbfbf;
  display: flex;
  justify-content: space-between;
}

.index-notice .wrap .left .recommend-left,
.index-notice .wrap .right .recommend-left {
  flex: 0 0 270px;
  width: 270px;
  height: 152px;
}

.index-notice .wrap .left .recommend-left img,
.index-notice .wrap .right .recommend-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-notice .wrap .left .recommend-right,
.index-notice .wrap .right .recommend-right {
  margin-left: 20px;
}

.index-notice .wrap .left .recommend-title,
.index-notice .wrap .right .recommend-title {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.index-notice .wrap .left .recommend-desc,
.index-notice .wrap .right .recommend-desc {
  margin-top: 15px;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}

.index-notice .wrap .left .item,
.index-notice .wrap .right .item {
  padding-top: 30px;
}

.index-notice .wrap .left .item .list,
.index-notice .wrap .right .item .list {
  margin-bottom: 22px;
  display: flex;
  align-items: center;
}

.index-notice .wrap .left .item .list .icon,
.index-notice .wrap .right .item .list .icon {
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
}

.index-notice .wrap .left .item .list .text,
.index-notice .wrap .right .item .list .text {
  margin-left: 10px;
  font-size: 16px;
  color: #333333;
}

.index-notice .wrap .left .item .list:hover .icon,
.index-notice .wrap .right .item .list:hover .icon {
  background: #de0034;
}

.index-notice .wrap .left .item .list:hover .text,
.index-notice .wrap .right .item .list:hover .text {
  font-weight: 700;
  color: #de0034;
}

.index-notice .wrap .right .caption {
  background: url("/static/index/temp11/images/index-notice-img2.png") no-repeat;
}

.index-journey {
  width: 100%;
  height: 584px;
  background: #fff;
  overflow: hidden;
}

.index-journey .title {
  width: 1200px;
  height: 87px;
  background: url("/static/index/temp11/images/index-journey-img1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 40px auto 0;
}

.index-journey .title a {
  width: 164px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  margin: 0 auto;
}

.index-journey .container {
  margin-top: 20px;
}

.index-charm {
  width: 100%;
  height: 848px;
  background: #f4f4f4;
  overflow: hidden;
}

.index-charm .title {
  width: 1200px;
  height: 87px;
  background: url("/static/index/temp11/images/index-charm-img1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 40px auto 0;
}

.index-charm .title a {
  width: 164px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  margin: 0 auto;
}

.index-charm .container {
  margin-top: 30px;
}

.index-charm .container .top {
  width: 100%;
  height: 450px;
  display: flex;
}

.index-charm .container .top .left {
  width: 800px;
}

.index-charm .container .top .left .video {
  width: 100%;
  height: 450px;
  object-fit: cover;
}

.index-charm .container .top .right {
  width: 400px;
  height: 450px;
}

.index-charm .container .top .right .index-charm-item {
  width: 100%;
  height: 90px;
  background: #e5e5e5;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  cursor: pointer;
  color: #333;
  display: flex;
  align-items: center;
}

.index-charm .container .top .right .index-charm-item.active {
  color: #fff;
  background: linear-gradient(to right, #ec6448, #be1820);
}

.index-charm .container .bottom {
  width: 1200px;
  height: 200px;
  margin-top: 26px;
  position: relative;
}

.index-charm .container .bottom .swiper-slide {
  overflow: hidden;
}

.index-charm .container .bottom .swiper img {
  width: 290px;
  height: 160px;
}

.index-charm .container .bottom .swiper .text {
  padding: 0 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: 10px;
  font-size: 14px;
  color: #333333;
  text-align: center;
}

.index-mien {
  width: 100%;
  height: 630px;
  background: #fff;
}

.index-mien .title {
  width: 1200px;
  height: 87px;
  background: url("/static/index/temp11/images/index-mien-img1.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin: 40px auto 0;
}

.index-mien .title a {
  width: 164px;
  height: 30px;
  line-height: 28px;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 57px;
  margin: 0 auto;
}

.index-mien .container {
  width: 100%;
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
}

.index-mien .container .left {
  flex: 0 0 681px;
  overflow: hidden;
}

.index-mien .container .left .swiper-slide {
  width: 681px;
  height: 440px;
}

.index-mien .container .left .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-mien .container .left .swiper-slide-msk {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  background: rgba(0, 0, 0, 0.6);
}

.index-mien .container .left .swiper-slide-msk-text {
  width: 75%;
  color: #fff;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 44px;
}

.index-mien .container .left .swiper-pagination {
  text-align: right;
  bottom: 13px;
  left: unset;
  right: 18px;
}

.index-mien .container .right {
  flex: 0 0 470px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.index-mien .container .right a {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
}

.index-mien .container .right a:hover {
  color: #d33c3d;
  font-weight: 700;
}

.index-mien .container .right a:last-child {
  margin-bottom: unset;
}

.index-footer {
  width: 100%;
  height: 228px;
  background: #de0034;
}

.index-footer-title {
  width: 100%;
  height: 64px;
  border-bottom: 1px solid #f9004c;
  position: relative;
}

.index-footer-title-item {
  width: 100%;
  height: 64px;
  text-align: center;
  font-size: 0;
}

.index-footer-title-check {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  width: 80px;
}

.index-footer-title-check:nth-child(2) {
  margin: 0 50px;
}

.index-footer-title-friend {
  width: 1200px;
  font-size: 0;
  position: absolute;
  bottom: 62px;
  left: -75px;
  background: #de0034;
  padding: 15px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  z-index: 999;
}

.index-footer-title-friend .icon-dsj {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 536px;
  bottom: -10px;
}

.index-footer-title-friend a {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  border-right: 2px solid #fff;
  padding: 0 10px;
}

.index-footer-title-phone {
  width: 335px;
  position: absolute;
  bottom: 62px;
  left: 420px;
  background: #de0034;
  padding: 15px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.index-footer-title-phone .icon-dsj {
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #fff;
  position: absolute;
  left: 170px;
  bottom: -10px;
}

.index-footer-content {
  margin-top: 8px;
  display: flex;
}

.index-footer-content .left {
  margin-left: 76px;
  margin-top: 36px;
  width: 463px;
  height: 74px;
}

.index-footer-content .left img {
  width: 100%;
  height: 100%;
}

.index-footer-content .middle {
  width: 2px;
  height: 80px;
  background: #f9004c;
  margin-left: 57px;
  margin-top: 38px;
  margin-right: 57px;
}

.index-footer-content .right {
  font-size: 16px;
  color: #fff;
  line-height: 180%;
  padding-top: 16px;
}

.index-footer-content .right p img {
  width: 13px;
  height: 14px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}

.index-footer-content .right p {
  font-size: 16px;
  color: #fff;
  line-height: 180%;
}

/* news */
.news-info {
  padding-top: 60px;
  padding-bottom: 100px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.news-info .left {
  width: 259px;
  margin-left: 70px;
}

.news-info-left-title {
  background: url('/static/index/temp11/images/news-img1.png') no-repeat;
  width: 259px;
  height: 44px;
  line-height: 44px;
  background-size: 100% 100%;
  text-align: center;
  font-size: 24px;
  color: #fff;
}

.news-info-list {
  width: 96%;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #f2f2f2;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  font-size: 0;
}

.news-info-list .icon {
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.news-info-list .text {
  display: inline-block;
  vertical-align: middle;
  width: 238px;
  height: 100%;
  font-size: 14px;
  color: #333;
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-info-list:last-child {
  border-bottom: none;
}

.news-info-list:hover .icon {
  background: #de0034;
}

.news-info-list:hover .text {
  color: #de0034;
  font-weight: 700;
}

.news-info .right {
  width: 757px;
  margin-right: 70px;
}

.news-info-right-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-top: -15px;
}

.news-info-right-title .text {
  font-size: 22px;
  color: #de0034;
  font-weight: bold;
  margin-left: 6px;
}

.news-info-right-title .icon {
  background: url(/static/index/temp11/images/index-info-icon2.png) no-repeat;
  width: 101px;
  height: 6px;
  background-size: 100% 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
}

.news-info-right-content {
  padding: 30px 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.index-info-list .time {
  color: #333;
  font-size: 16px;
}

.news-info-right-content .index-info-list .text {
  width: 600px;
}
/* detail */
.detail-info {
  width: 900px;
  margin: 0 auto;
  padding: 40px 0 240px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  overflow: hidden;

}

.detail-info-title {
  height: 44px;
  line-height: 44px;
  border-bottom: 1px solid #dcdcdc;
  width: 900px;
  overflow: hidden;
}

.detail-info-title .left {
  display: inline-block;
  height: 44px;
  line-height: 44px;
}

.detail-info-title .now {
  font-size: 16px;
  color: #333;
}

.detail-info-title .now-active {
  font-size: 16px;
  color: #888;
}

.detail-info-title .now-active a {
  color: #de0034;
  font-size: 16px;
}

.share-component {
  display: inline-block;
}

.share-wrap .text {
  color: #666;
  font-size: 14px;
  font-weight: 400;
}

.detail-article-title {
  font-size: 26px;
  text-align: center;
  padding: 10px 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  color: #de0034;
  margin: 0 auto;
  font-weight: 700;
  margin: 20px 0;
}

.detail-article-content img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}

.detail-article-content p {
  font-size: 18px;
  color: #000;
  line-height: 2.2;
  text-align: justify;
  text-indent: 2em;
  margin-bottom: 20px;
  font-weight: 400;
}

.news-info-right-content {
  display: flex;
  flex-direction: column;
}

a.index-info-list {
  margin-bottom: 20px;
  color: #333;
}

a.index-info-list:hover {
  color: rgb(255, 0, 0)
}

.news-content-page {
  width: 100%;
  text-align: center;
  font-size: 0;
}

.news-content-page li {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid#f2f2f2;
  font-size: 12px;
  color: #000;
  text-align: center;
}

.news-content-page li.active {
  border: none;
  color: #fff;
  background: #de0034;
}

.index-footer-title-phone {
  left: 460px;
}

.index-footer-title-friend {
  left: -35px;
}