ol,
ul,
li {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: #666;
}

.header {
  padding: 0 0;
  margin: 0 0;
  position: relative;
  background: #fff;
  box-shadow: -1px 0 6px rgba(0 0 0 0.3);
  height: 100px;
  min-width: 1200px;
}

.wrap {
  width: 1200px;
  margin: auto;
}

.no-gutters {
  margin: 0 !important;
  padding: 0 !important;
}

.logo {
  float: left;
  line-height: 1;
  overflow: hidden;
  width: 277px;
  margin-top: 15px;
}

.navMenu {
  float: right;
}

.nav > li {
  float: left;
  position: relative;
  cursor: pointer;
  line-height: 100px;
}

.nav li.hover a.tit {
  color: #fff;
  background: #e62129;
  font-weight: bold;
}

.nav > li > a {
  display: block;
  padding: 0 25px;
  color: #000;
  font-size: 15px;
  position: relative;
}

.nav > li > a:hover {
  color: #fff;
  background: #e62129;
  font-weight: bold;
  transition-duration: 300ms;
}

.menu-down {
  background: #fff;
  position: absolute;
  width: 100%;
  padding: 15px 0 10px;
  margin-top: 0;
  left: 50%;
  margin-left: -50%;
  top: 100px;
  visibility: hidden;
  z-index: 999;
  box-shadow: -1px 0 6px rgba(0 0 0 0.3);
  border-radius: 0 0 10px 10px;
}

.menu-down li a {
  display: block;
  text-align: center;
  line-height: 50px;
  color: #000;
  font-size: 15px;
  position: relative;
}

.menu-down li > a:hover {
  color: #fff;
  background: #e62129;
  font-weight: bold;
  transition-duration: 300ms;
}

.nav li:hover > .menu-down {
  opacity: 100;
  visibility: visible;
}

#swiper {
  margin-top: 100px;
  min-width: 1200px;
}

#carousel {
  height: 650px;
}

#banner-container {
  min-width: 1200px;
  width: 1200px;
}

#banner {
  height: 80px;
}

#banner-container {
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}

#news-container {
  min-width: 1200px;
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.news-item {
  width: 600px;
  height: 255px;
}

.news-pic {
  width: 300px;
  height: 255px;
  float: left;
}

.news-list-container {
  width: 300px;
  height: 255px;
  float: left;
  padding: 20px 10px;
  position: relative;
}

.index-news-box {
  /*border: #D8D8D8 1px solid;*/
  position: relative;
  background: #ffffff;
}

.index-news-box:hover {
  background: #e62129;
  color: #ffffff;
  transition-duration: 1000ms;
}

.index-news-box:hover li {
  color: #ffffff;
}

.index-news-box:hover h4 {
  color: #ffffff;
}

.index-news-box:hover a {
  color: #ffffff;
}

.index-news-box:hover a > span {
  color: #ffffff;
}

.index-news-box:hover a:hover {
  color: #ffffff;
}

.index-news-box:hover #news_0:after {
  border-right-color: #e62129;
  transition-duration: 1000ms;
}

.index-news-box:hover #news_1:after {
  border-right-color: #e62129;
  transition-duration: 1000ms;
}

.index-news-box:hover #news_2:after {
  border-left-color: #e62129;
  transition-duration: 1000ms;
}

.index-news-box:hover #news_3:after {
  border-left-color: #e62129;
  transition-duration: 1000ms;
}

.news-category-title {
  font-size: 24px;
  color: #e62129;
  line-height: 28px;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-list-container > ul {
  list-style-type: disc;
  padding-inline-start: 0;
}

.news-list li {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 277px;
  list-style-position: inside;
  color: #333333;
}

.news-list a {
  color: #333333;
}

.news-list a > span {
  color: #e62129;
}

.news-list a:hover {
  color: #e62129;
}

.news-more {
  margin-top: 20px;
  font-size: 14px;
  text-align: right;
  line-height: 28px;
  font-weight: normal;
}

.news-more a {
  color: #333333;
}

.news-more a:hover {
  color: #e62129;
}

#intro-container {
  min-width: 1200px;
  width: 1200px;
  padding-left: 0;
  padding-right: 0;
  margin-top: 20px;
}

.intro-item-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.intro-item {
  flex-basis: 33.33%;
  height: 120px;
  background: #d8d8d8;
  overflow: hidden;
  border-right: #ffffff 1px solid;
}

.intro-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.intro-item-active {
  background-image: linear-gradient(136deg, #f70010 0%, #af1e2e 100%);
}

.intro-item:last-child {
  border-right: none;
}

.intro-item-box {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.intro-icon {
  width: 66px;
  height: 66px;
  margin: 10px auto;
}

.intro-title {
  font-size: 18px;
  color: #ffffff;
}

.carousel-item.fade {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

footer {
  min-width: 1200px;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  background: #555555;
}

.footer-container {
  padding: 60px 20px 20px 20px;
}

.col-r {
  width: 60%;
  float: left;
  overflow: hidden;
}

.menu {
  width: 100%;
  float: left;
}

.col-r dl {
  float: left;
  width: 20%;
}

.col-r dt {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding-left: 0;
}

.col-r dt a {
  color: #ffffff;
}

.col-r dd a {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-align: left;
}

.col-l {
  width: 40%;
  float: left;
  overflow: hidden;
}

.col-l dt {
  font-size: 18px;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  padding-left: 0;
}

.col-l dd {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #ffffff;
  text-align: left;
}

.col-l .ewm {
  width: 190px;
  float: right;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}

.menu-l {
  width: 55%;
  float: left;
}

.ft-b {
  padding: 20px 20px;
  font-size: 14px;
  color: #fff;
  text-align: left;
  border-top: 1px solid #8e8e8e;
}

.ft-b a {
  color: #fff;
}

#news_0:after,
#news_0:before {
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}

#news_0:after {
  border-width: 10px;
  border-right-color: #fff;
  top: 20px;
  left: -20px;
}

#news_1:after,
#news_1:before {
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}

#news_1:after {
  border-width: 10px;
  border-right-color: #fff;
  top: 20px;
  left: -20px;
}

#news_2:after,
#news_2:before {
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}

#news_2:after {
  border-width: 10px;
  border-left-color: #fff;
  top: 20px;
  right: -20px;
}

#news_2:after,
#news_2:before {
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}

#news_2:after {
  border-width: 10px;
  border-left-color: #fff;
  top: 20px;
  right: -20px;
}

#news_3:after {
  border-width: 10px;
  border-left-color: #fff;
  top: 20px;
  right: -20px;
}

#news_3:after,
#news_3:before {
  border: solid transparent;
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
}

#news_3:after {
  border-width: 10px;
  border-left-color: #fff;
  top: 20px;
  right: -20px;
}

#sub-nav-container {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.center-btn-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
}

.center-btn-wrap a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #000;
  padding: 0 10px;
}

.center-btn-wrap a.active {
  color: #e6202a;
  font-weight: bold;
  border-bottom: 2px #e6202a solid;
}

#article-list-container {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.center-list-wrap {
  background-color: #fff;
  padding: 35px;
  margin-bottom: 100px;
}

.center-list-wrap .data-list li:nth-child(4n + 1) {
  background-color: #f4f4f4;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0;
}

.page_nav {
  text-align: center;
  width: 100%;
  padding: 0 0 0 0;
  margin-top: 40px;
}

.pages {
  display: inline-block;
  margin: auto;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
}

.pages span.rows {
  float: left;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #7b7b7b;
  margin: 0 10px;
  padding: 0 10px;
}

.pages a.act {
  color: #fff;
  background: #e6202a;
}

.pages a.number {
  width: 28px;
  margin-right: 1px;
}

.pages a {
  display: inline-block;
  float: left;
  text-align: center;
  height: 25px;
  line-height: 25px;
  color: #7b7b7b;
}

.pages a.last {
  margin-left: 8px;
}

.pages a.prev {
  width: 45px;
}

#article-content-container {
  min-width: 1200px;
  width: 1200px;
  margin: 0 auto;
  clear: both;
}

.news-wrap {
  background-color: #fff;
  padding: 35px;
  overflow: auto;
  margin-bottom: 100px;
}

.news-wrap .news-box .news-content .title {
  color: #333;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
  margin-top: 40px;
  line-height: 30px;
  text-align: center;
  padding: 0 100px;
}

.news-wrap .news-box .news-content .sub-title {
  text-align: center;
  color: #777;
  font-size: 16px;
  line-height: 30px;
}

.sub-title {
  padding-bottom: 10px;
  border-bottom: 2px solid #e6202a;
}

.news-wrap .news-box .news-content .content {
  padding: 40px 0 40px;
  border-bottom: 2px solid #e6202a;
  margin-bottom: 40px;
}

#full-bar {
  padding: 0;
  min-width: 1200px;
}

.center-list-wrap .data-list.img li {
  height: 160px;
  padding-left: 240px;
}

.center-list-wrap .data-list li:nth-child(4n + 1) {
  background-color: #f4f4f4;
}

.center-list-wrap .data-list li {
  height: 50px;
  line-height: 50px;
  position: relative;
}

.center-list-wrap .data-list.img li .img {
  width: 210px;
  height: 140px;
  position: absolute;
  left: 10px;
  top: 10px;
  background-position: center;
  background-size: cover;
}

.center-list-wrap .data-list.img li .name {
  padding: 0;
  height: 60px;
  line-height: 40px;
  font-size: 20px;
  color: #000;
  display: block;
  padding-top: 20px;
  font-weight: bolder;
  width: 720px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.center-list-wrap .data-list li .name {
  padding-left: 25px;
  padding-right: 100px;
  display: inline-block;
  /* white-space: nowrap; */
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.center-list-wrap .data-list.img li .time {
  position: absolute;
  line-height: 40px;
  display: block;
  color: #999;
  right: 15px;
  top: 20px;
}

.center-list-wrap .data-list li .time {
  position: absolute;
  top: 0;
  right: 20px;
}

.center-list-wrap .data-list.img li .subtitle {
  margin-top: 10px;
  line-height: 30px;
  height: 60px;
  font-size: 15px;
  color: #666;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  color: #646464;
  margin-bottom: 5px;
}

.form-group input {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #646464;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 0;
}

.form-group select {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #646464;
  font-size: 14px;
  height: 34px;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 0;
}

.form-group textarea {
  background: #ffffff;
  border: 1px solid #ced4da;
  color: #646464;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 12px;
  border-radius: 0;
}

.form-group input:focus {
  border-color: #e6202a;
  background-color: #fcfcfc;
  box-shadow: none;
}

.form-group select:focus {
  border-color: #e6202a;
  background-color: #fcfcfc;
  box-shadow: none;
}

.form-group textarea:focus {
  border-color: #e6202a;
  background-color: #fcfcfc;
  box-shadow: none;
}

.btn {
  border-radius: 0;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
}

.btn-default {
  width: 100%;
  color: #fff;
  background-color: #ff6b6b;
  border-color: #e6202a;
}

.btn-default:focus,
.btn-default:hover {
  color: #fff;
  background-color: #ff4242;
  border-color: #fa0000;
}

.btn-default:active {
  color: #fff;
  background-color: #ff0f0f;
  border-color: #c70000;
}
