.w {
  margin: 0 auto;
  box-sizing: border-box;
  min-width: 980px;
  max-width: 1280px;
}

.header {
  background: #7D2929;
}

.header .w {
  display: flex;
}

.header .logo-img-wrap {
  display: inline-block;
  width: 200px;
  text-align: left;
 /* position: relative;
  left: -65px;*/
}

.header .logo-img-wrap .logo-img {
  width: 200px;
  margin: 18px 0;
}

.header .header-nav {
  flex: 1;
  text-align: right;
}

.header .header-nav .nav-item {
  display: inline-block;
  padding: 66px 18px 34px 18px;
  font-size: 16px;
  box-sizing: border-box;
  color: #fff;
  margin: 0;
  text-align: center;
  position: relative;
}

.nav-item .nav-next {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 124px;
  min-width: 100%;
  padding: 8px 0;
  background: #B12318;
  z-index: 9999;
}

.nav-item .nav-next .nav-next-item {
  display: block;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  padding: 8px 16px;
}

.nav-item .nav-next .nav-next-item:hover {
  background: rgba(255, 255, 255, 0.3);
}

.header .header-nav .nav-item.more::after {
  content: '';
  display: inline-block;
  border-left: 3px solid transparent;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  border-top: 3px solid transparent;
  transform: rotate(45deg);
  position: relative;
  top: -4px;
  margin-left: 3px;
}

.header .header-nav .nav-item.more::after:hover,
.header .header-nav .nav-item.more::after.hover {
  border-bottom: 3px solid #F8E4B0;
  border-right: 3px solid #F8E4B0;
}

.header .header-nav .nav-item:hover,
.header .header-nav .nav-item.hover {
  /*background: rgba(248, 228, 176, 0.1);*/
  position: relative;
  color: #F8E4B0;
  z-index: 99;
}

.header .header-nav .nav-item:hover .nav-next,
.header .header-nav .nav-item.hover:hover .nav-next {
  display: block;
}

.header .header-nav .nav-item.hover::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #F8E4B0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.index-banner {
  width: 100%;
}

.sub-nav {
  background-color: #fff;
  height: 56px;
  line-height: 56px;
}

.sub-nav .w {
  background: url(../image/nav_bg.png) no-repeat left center/contain;
}

.section {
  padding: 16px 0;
  background: url(../image/content_bg.png) no-repeat center top/100% 100%;
}

.section .w {
  display: flex;
}

.section .section-left {
  flex: 0 0 240px;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  margin-right: 16px;
  background-color: #fff;
  overflow: hidden;
}

.section .section-left .left-nav-item {
  display: block;
  height: 64px;
  line-height: 64px;
  font-size: 18px;
  color: #666666;
  padding-left: 55px;
  cursor: pointer;
}


.section .section-left .left-nav-item.hover {
  background: rgb(177, 35, 24, 1);
  color: #fff;
}

.icon {
  position: relative;
  top: 3px;
  margin-right: 8px;
}

.section .section-left .left-nav-item svg path {
  fill: #666;
}

.section .section-left .left-nav-item.hover svg path {
  fill: #fff;
}

.section .section-right {
  flex: 1;
  padding: 0 24px;
  background-color: #fff;
}

.section .section-right .content-title {
  height: 48px;
  line-height: 48px;
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.back {
  float: right;
  color: #666;
  font-size: 14px;
}

.back:hover {
  opacity: 0.7;
  cursor: pointer;
}

.back::after {
  content: '';
  width: 5px;
  height: 5px;
  display: inline-block;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  transform: rotate(-45deg);
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.section-wrap {
  display: flex;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
  box-sizing: border-box;
  overflow: hidden;
  min-width: 980px;
  max-width: 1280px;
  margin: 0 auto 16px;
  box-sizing: border-box;
}

.section-wrap.wrap {
  padding: 24px 24px 8px 24px;
}

.section-wrap .news-left {
  flex: 0 0 106px;
  background: rgba(185, 50, 39, 0.05);
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.section-wrap .news-left .news-nav {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: 500;
  font-size: 14px;
  padding: 0 32px 0 12px;
  position: relative;
}

.section-wrap .news-left .news-nav.hover {
  color: #fff;
  background: #B93227;
}

.section-wrap .news-left .news-nav .icon {
  position: absolute;
  right: 12px;
  top: 3px;
}

.section-wrap .news-left .news-nav svg path {
  fill: #666;
}

.section-wrap .news-left .news-nav.hover .icon svg path {
  fill: #fff;
}

.more-link {
  position: absolute;
  bottom: 16px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 12px;
  color: #666;
  cursor: pointer;
}

.more-link svg path {
  fill: #666;
}

.section-wrap .news-center {
  flex: 1;
}

.news-item {
  display: inline-block;
  width: 49%;
  height: 32px;
  line-height: 32px;
  border-right: 1px solid #F5F2F2;
  padding: 0 24px;
  box-sizing: border-box;
  cursor: pointer;
}

.news-100 .news-item {
  width: 100%;
  padding: 0 8px 0 2px;
  border-right: none;
}

.news-bg .news-item {
  height: 45px;
  line-height: 45px;
}

.news-bg .news-item::before {
  top: -19px;
}

.news-bg .news-item:nth-child(2n) {
  background: #F5F2F2;
}

.news-item:nth-child(2n) {
  border-right: none;
}

.new-icon {
  padding: 0 6px;
  height: 16px;
  line-height: 16px;
  background: rgb(185, 50, 39);
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  margin-right: 3px;
}

.news-item:hover {
  opacity: 0.7;
}

.news-item::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50%;
  margin-right: 3px;
  position: relative;
  top: -12px;
}

.news-item a {
  display: inline-block;
  width: calc(100% - 90px);
}

.section-wrap .news-right {
  flex: 0 0 260px;
}

.section-wrap .news-right .new-nav1 {
  display: block;
  height: 48px;
  line-height: 48px;
  font-weight: 900;
  font-size: 20px;
  color: #B93227;
  text-align: center;
  margin-bottom: 16px;
  background: url(../image/news_bg1.png) no-repeat center center/cover;
}

.section-wrap .news-right .new-nav1::before,
.section-wrap .news-right .new-nav1::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: url(../image/news_icon1.png) no-repeat center center/contain;
}

.section-wrap .news-right .new-nav2::before,
.section-wrap .news-right .new-nav3::before,
.section-wrap .news-right .new-nav4::before,
.section-wrap .news-right .new-nav5::before,
.section-wrap .news-right .new-nav6::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  margin: 13px auto 8px;
}

.section-wrap .news-right .flex1 {
  font-size: 16px;
  padding-bottom: 12px;
  text-align: center;
  margin-right: 16px;
  margin-bottom: 16px;
  border-radius: 8px;
  overflow: hidden;
}

.section-wrap .news-right .flex1:last-child {
  margin-right: 0;
}

.section-wrap .news-right .new-nav2::before {
  background: url(../image/news_icon2.png) no-repeat center center/contain;
}

.section-wrap .news-right .new-nav3::before {
  background: url(../image/news_icon3.png) no-repeat center center/contain;
}

.section-wrap .news-right .new-nav4::before {
  background: url(../image/news_icon4.png) no-repeat center center/contain;
}

.section-wrap .news-right .new-nav5::before {
  background: url(../image/news_icon5.png) no-repeat center center/contain;
}

.section-wrap .news-right .new-nav6::before {
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  width: 48px;
  height: 48px;
  top: 16px;
  background: url(../image/news_360.png) no-repeat center center/contain;
}

.section-wrap .news-right .new-nav2 {
  background: url(../image/news_bg2.png) no-repeat center center/cover;
}

.section-wrap .news-right .new-nav3 {
  background: url(../image/news_bg3.png) no-repeat center center/cover;
}

.section-wrap .news-right .new-nav4 {
  background: url(../image/news_bg4.png) no-repeat center center/cover;
}

.section-wrap .news-right .new-nav5 {
  background: url(../image/news_bg5.png) no-repeat center center/cover;
}

.sub-title {
  border-bottom: 1px solid #B93227;
  font-weight: bold;
  font-size: 16px;
  color: #B93227;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 16px;
  position: relative;
}

.sub-title::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  position: relative;
  top: 3px;
}

.sub-title::after {
  content: '';
  display: inline-block;
  width: 88px;
  height: 3px;
  background-color: #B93227;
  position: absolute;
  left: 0;
  bottom: 0;
}

.sub-title.icon1::before {
  background: url(../image/icon1.png) no-repeat center center/100%;
}

.sub-title.icon2::before {
  background: url(../image/video_icon.png) no-repeat center center/100%;
}

.sub-title.icon3::before {
  background: url(../image/icon3.png) no-repeat center center/100%;
}

.sub-title.icon4::before {
  background: url(../image/icon2.png) no-repeat center center/100%;
}

.sub-title.icon5::before {
  width: 0;
  height: 0;
  margin-right: 0;
}

.sub-title.icon5 .icon {
  margin-right: 0;
}

.sub-title .more-link {
  left: inherit;
  right: 0;
  bottom: inherit;
  text-align: right;
}

.section-wrap .news-right .new-nav6 {
  display: block;
  font-weight: 500;
  font-size: 24px;
  line-height: 102px;
  overflow: hidden;
  height: 102px;
  border-radius: 8px 8px 8px 8px;
  color: #F8E4B0;
  text-align: center;
  background: url(../image/news_bg6.jpg) no-repeat center center/cover;
}

.video-content .video-item {
  display: inline-block;
  width: calc(25% - 16px);
  margin-right: 16px;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  cursor: pointer;
  position: relative;
}

.news-right.video-content .video-item {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}

.video-content .video-item:nth-child(4n) {
  margin-right: 0;
}

.video-content .video-item .video-img {
  width: 100%;
  border-radius: 8px;
  min-height: 300px;
}

.video-content .video-item .video-name.bottom {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  font-size: 17px;
  color: #C8C289;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
}

.video-content .video-item .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  width: 100%;
  line-height: 1;
  padding: 12px 20px;
  background: rgba(194, 173, 141, 0.3);
}

.video-content .video-item.item1:hover .bottom {
  background: #C2AD8D;
}

.video-content .video-item .bottom .tips,
.video-content .video-item .bottom .more-icon {
  display: none;
}

.video-content .video-item.item1:hover .bottom .video-name {
  color: #F8E4B0 !important;
}

.video-content .video-item.item1:hover .bottom .tips,
.video-content .video-item.item1:hover .bottom .more-icon {
  display: block;
}

.video-content .video-item .bottom .tips {
  font-size: 14px;
  color: #F8E4B0;
  line-height: 20px;
  margin-top: 8px;
}

.video-content .video-item .bottom .more-icon {
  text-align: center;
  margin-top: 8px;
  position: relative;
}

.video-content .video-item .bottom .more-icon::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  margin-left: -19px;
  bottom: -2px;
}

.video-content .video-item .bottom .more-icon svg {
  width: 28px;
  height: 28px;
}

.video-content .video-item .bottom .video-name {
  font-size: 17px;
  color: #F8E4B0;
}

.video-content .video-item:hover .video-tips,
.video-content .video-item:hover .video-name {
  color: #7D2929;
  font-weight: bold;
}

.video-content .video-item .video-name {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.activity-wrap .activity-item {
  display: inline-block;
  background: #F5F2F2;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  width: calc(50% - 16px);
  margin-right: 16px;
  margin-bottom: 16px;
  position: relative;
}

.activity-wrap .activity-item:hover {
  cursor: pointer;
  opacity: 0.7;
}

.activity-wrap .activity-item:nth-child(2n) {
  margin-right: 0;
}

.activity-wrap .activity-item img {
  width: 96px;
  height: 96px;
}

.activity-wrap .activity-item .activity-right {
  width: 100%;
  position: absolute;
  display: inline-block;
  padding: 8px 12px 8px 104px;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}

.activity-wrap .activity-item .activity-right .ove2 {
  margin-bottom: 5px;
}

.footer {
  background-color: #7D2929;
  padding: 20px 0;
  color: #fff;
  font-size: 12px;
  line-height: 2;
}

.footer .w {
  align-items: center;
}

.footer .qrc-img {
  width: 72px;
  height: 72px;
}

.footer .xl-img {
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #EAE7A9 0%, #D6D369 100%);
  border-radius: 8px 8px 8px 8px;
}







/*轮播start*/
.slide-wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.slide-wrap>.img-wrap {
  overflow: hidden;
}

.slide-wrap>.img-wrap>li {
  float: left;
  position: relative;
}

.slide-wrap>.img-wrap>li .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  line-height: 44px;
  padding-left: 20px;
  padding-right: 40%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
}

.slide-wrap>.img-wrap>li>a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.slide-wrap>.img-wrap>li img {
  width: 100%;
}

.slide-wrap>.circle-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 40%;
  box-sizing: border-box;
  height: 44px;
  padding-right: 30px;
}

.index-banner .slide-wrap>.circle-wrap {
  width: inherit;
  right: inherit;
  left: 50%;
  transform: translate(-50%, 0);
}

.slide-wrap>.circle-wrap>li {
  float: right;
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  margin: 16px 5px;
}

.slide-wrap>.circle-wrap>li.hover {
  width: 40px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 4px 4px 4px 4px;
}

/*轮播end*/

/******************分页start*****************/
.page_div {
  margin: 20px 0;
  text-align: right;
}

.page_div.bottom {
  position: absolute;
  right: 0;
  bottom: 0;
}

.page_div a {
  display: inline-block;
  box-sizing: border-box;
  min-width: 24px;
  padding: 0 4px;
  height: 24px;
  line-height: 22px;
  border-radius: 2px;
  border: 1px solid #DDDDDD !important;
  text-align: center;
  margin: 0 4px;
  color: #666;
}

.page_div a:hover {
  opacity: 0.7;
  cursor: pointer;
}

.page_div a.disabled {
  background: #ECDDDD;
  color: #999;
}

.page_div .current {
  background-color: #7D2929;
  border-color: #7D2929 !important;
  color: #FFFFFF;
}

.page_div .page-jump,
.page_div .page-text {
  margin-left: 6px;
  font-size: 14px;
  color: #6F777E;
}

.page_div .page-jump input {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9DFEA;
  box-sizing: border-box;
}

.page_div .page-jump .jump-btn {
  width: 40px;
  height: 24px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #D9DFEA;
}

/******************分页end*****************/
.nav-wrap {
  padding-top: 16px;
}

.nav-wrap .nav-btn {
  display: inline-block;
  padding: 8px 16px;
  margin-right: 5px;
  margin-bottom: 16px;
}

.nav-wrap .nav-btn.hover,
.nav-wrap .nav-btn:hover {
  background: #B93227;
  border-radius: 4px;
  font-weight: bold;
  color: #FFFFFF;
}

.detail-title {
  padding: 12px 24px;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}

.submit-wrap {
  padding-left: 120px;
}

.contact-warp {
  background: #F7F7F7;
  border-radius: 8px 8px 8px 8px;
  padding: 48px 100px 148px 200px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  line-height: 48px;
}

.tracfic-content {
  padding-bottom: 30px;
}

.tracfic-content .trac-item {
  padding: 16px 32px;
  background: #F5F2F2;
  border-radius: 4px;
  margin-top: 16px;
  box-sizing: border-box;
}

.tracfic-content .trac-item .trac-label {
  font-size: 18px;
  color: #666;
  text-align: left;
}

.tracfic-content .trac-value {
  display: inline-block;
  width: 80%;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
}

.no-data {
  font-size: 14px;
  color: #999;
  text-align: center;
  padding: 32px;
  box-sizing: border-box;
}

.no-data::before {
  content: '';
  display: block;
  width: 100%;
  min-width: 200px;
  height: 200px;
  background: url(../image/image_no.png) no-repeat center center/contain;
}