/* 父元素-竖直居中（主轴是横向才生效） */
.border-line {
  border: 1px solid #DCDCDC;
}
.indexMian {
  margin-top: 400px !important;
}
@font-face {
  font-family: FZZYJT;
  src: url(../../font/方正综艺简体.ttf);
}
@font-face {
  font-family: FZYanSJ_Cu;
  src: url(../../font/FZYanSJ_Cu.OTF), url(../../font/FZYanSJW_Cu.TTF);
}
.top-header {
  width: 100%;
  height: 400px;
  background-color: #D80D10;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
}
.top-header:before {
  content: '';
  width: 100%;
  background-color: #D80D10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
}
.top-header .container,
.top-header .container-fluid {
  padding: 0;
}
.top-header .container .title-text,
.top-header .container-fluid .title-text {
  position: absolute;
  top: 42%;
  left: 0px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.top-header .container .title-text img,
.top-header .container-fluid .title-text img {
  width: 80px;
  margin-right: 20px;
}
.top-header .container .title-text h2,
.top-header .container-fluid .title-text h2 {
  display: inline-block;
  text-shadow: 0px 3px 6px #33090A;
  -webkit-text-stroke: 2px #ffffff;
  text-stroke: 2px #ffffff;
  color: #D80D10;
  margin: 0;
  font-family: FZYanSJ_Cu;
  font-weight: 600;
}
.top-header .weblink {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#D80D10), to(#d80d1075));
  background: -o-linear-gradient(top, #D80D10, #d80d1075);
  background: linear-gradient(to bottom, #D80D10, #d80d1075);
}
.top-header .weblink,
.top-header .weblink a {
  color: #ffffff;
}
.navbar {
  background-color: #D80D10;
  border-radius: 0;
  border: none;
  margin-top: 350px;
}
.navbar .container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.navbar .container-fluid .navbar-collapse {
  background-color: #D80D10;
  overflow: hidden;
}
.navbar .container-fluid .navbar-collapse ul li a {
  color: #ffffff;
  font-size: 20px;
}
.navbar .container-fluid .navbar-collapse ul li a:hover,
.navbar .container-fluid .navbar-collapse ul li a:focus {
  background-color: #BA0609;
}
.navbar .container-fluid .navbar-collapse ul .active a {
  background-color: #BA0609;
}
.navbar .container-fluid .navbar-collapse ul .dropdown .dropdown-menu {
  background-color: #D80D10;
}
.navbar .container-fluid .navbar-collapse ul .dropdown .caret {
  border-width: 7px;
  margin-left: 5px;
}
.navbar .container-fluid .navbar-collapse .navbar-form .input-group {
  width: 280px;
}
.navbar .container-fluid .navbar-collapse .navbar-form .input-group input {
  box-shadow: none;
  border-right: 0;
}
.navbar .container-fluid .navbar-collapse .navbar-form .input-group-addon {
  border-left-color: #ffffff;
  width: 40px;
  background-color: #ffffff;
  cursor: pointer;
  color: #D80D10;
  font-size: 16px;
}
.navbar .dropdown:hover .dropdown-menu {
  display: block;
}
@media (min-width: 1200px) {
  .title-text h2 {
    font-size: 86px;
  }
  .navbar-collapse {
    padding: 0;
  }
  .navbar-collapse ul.nav.navbar-nav li a {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .title-text h2 {
    font-size: 86px;
  }
}
@media (max-width: 768px) {
  .container,
  .container-fluid {
    padding: 0;
  }
  .container .title-text,
  .container-fluid .title-text {
    left: 0px !important;
    width: 100% !important;
  }
  .container .title-text img,
  .container-fluid .title-text img {
    width: 75px !important;
    height: 79px !important;
  }
  .container .title-text h2,
  .container-fluid .title-text h2 {
    font-size: 64px;
    margin-top: 25px !important;
  }
}
#footerBar {
  background-color: #ffffff;
  border-top: 5px solid #D80D10;
  padding: 30px 0;
}
#footerBar .footer-logo img {
  height: 67px;
}
#footerBar .message ul,
#footerBar .message li {
  width: 100%;
  line-height: 1.7;
}
#footerBar .message ul a,
#footerBar .message li a {
  font-size: 14px;
  color: #444444;
}
#footerBar .message ul a:hover,
#footerBar .message li a:hover {
  text-decoration: none;
}
main .row {
  background-color: #ffffff;
  padding: 20px 0px 0px 0px;
}
main .row > div {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 20px;
}
main .row .banner {
  overflow: hidden;
  position: relative;
  min-height: 112px;
}
main .row .banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  height: 112px;
}
main .row:first-child {
  margin-top: 24px;
}
main .row:first-child > div {
  height: 100%;
  margin-bottom: 10px;
}
main .row:first-child > div:first-child .swiper-container {
  margin-left: 0;
  height: 334px;
}
main .row:first-child > div:first-child .swiper-slide {
  color: red;
  text-align: center;
  font-size: 18px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
main .row:first-child > div:first-child .swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
main .row:first-child > div:first-child .swiper-slide:before {
  content: attr(title);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  height: 36px;
  line-height: 36px;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  text-indent: 2em;
  text-align: left;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
main .row:first-child > div:first-child .swiper-pagination {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  bottom: 18px;
  transform: translateY(50%);
  padding-right: 20px;
}
main .row:first-child > div:first-child .swiper-pagination .swiper-pagination-bullet {
  background: #ffffff;
  opacity: 0.8;
}
main .row:first-child > div:first-child .swiper-pagination .swiper-pagination-bullet-active {
  width: 12px;
  background-color: #FF9422;
  opacity: 1;
  border-radius: 5px;
}
.banner-bar {
  padding: 0 !important;
  background-color: transparent !important;
  background: none !important;
  margin-bottom: 20px;
  margin-top: 20px;
  position: relative;
  height: 116px;
}
.banner-bar .style-one,
.banner-bar .style-two,
.banner-bar img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.banner-bar h2 {
  font-size: 32px;
  font-weight: 700;
  color: #FA6D39;
  font-family: '微软雅黑';
  position: absolute;
  white-space: nowrap;
}
.banner-bar h2::after {
  content: attr(data-text);
  position: absolute;
  left: 0;
  z-index: 2;
  color: #DE1002;
  -webkit-mask: -webkit-gradient(linear, right top, left top, from(#DE1002), to(transparent));
  -webkit-mask: linear-gradient(to left, #DE1002, transparent);
}
.banner-bar .style-one h2:first-child {
  top: 20px;
}
.banner-bar .style-one h2:last-child {
  bottom: 20px;
}
.banner-bar .style-two h2 {
  top: 50%;
  transform: translateY(-50%);
}
.card-item {
  border: 1px solid #DCDCDC;
}
.card-item .card-header {
  width: 100%;
  height: 36px;
  line-height: 36px;
  box-sizing: content-box;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 5px;
  background: #f5f5f5;
}
.card-item .card-header span {
  width: 86px;
  display: inline-block;
  background-color: #FD3D21;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  margin-top: -1px;
  height: calc(100% + 1px);
}
.card-item .card-header a {
  font-size: 14px;
  float: right;
  color: #999999;
  margin-right: 5px;
}
.card-item .card-list {
  height: 290px;
  overflow-y: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.card-item .card-list ul,
.card-item .card-list ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 0;
  position: relative;
  line-height: 35px;
  height: 35px;
}
.card-item .card-list ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 1px solid #D80D10;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.card-item .card-list a {
  color: #444444;
  font-size: 14px;
}
.card-item .card-list a:hover span:first-child {
  text-decoration: underline;
  text-decoration-color: #666666;
}
.card-item .card-list a span {
  display: inline-block;
}
.card-item .card-list a span:first-child {
  width: calc(100% - 6em);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 12px;
}
.card-item .card-list a span:last-child {
  width: 6em;
  float: right;
  color: #999999;
}
.card-item .card-fast {
  text-align: center;
  height: 290px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.card-item .card-fast .btn {
  width: 280px;
  height: 64px;
  font-size: 16px;
  background-image: url("../../images/index/btn-bg-3.png");
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
}
.card-item .card-fast .btn:nth-child(even) {
  background-image: url("../../images/index/btn-bg-4.png");
}
.card-item .card-fast .btn:last-child {
  margin-top: 40px;
}
.card-item .member {
  height: 290px;
  padding-top: 10px;
}
.card-item .member,
.card-item .member li,
.card-item .member a,
.card-item .member p {
  font-size: 16px;
  color: #000000;
  line-height: 2;
}
.card-item .member .member-msg p {
  line-height: 3;
}
.card-item .member .member-list ul li {
  line-height: 1.5;
}
.card-item .member .member-list ul li label {
  cursor: pointer;
  margin-left: 55px;
}
.card-item .member .member-list ul li label:hover {
  text-decoration: underline;
}
.card-item .member .member-list ul li input[type=radio] {
  display: none;
  position: absolute;
}
.card-item .member .member-list ul li p {
  width: 70px;
  text-align: left;
  margin-bottom: 5px;
}
.card-item .survey-bar ul {
  border-radius: 5px;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
}
.card-item .survey-bar ul li {
  width: 90%;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  border-bottom: 2px solid #fff;
  /*&:first-of-type {
          a img {
            width: 16px;
            margin-left: 2px;
          }
        }*/
}
.card-item .survey-bar ul li:last-of-type {
  border-bottom: none;
}
.card-item .survey-bar ul li a {
  color: #fff;
  margin: 0 auto;
  margin-top: 0 !important;
  letter-spacing: 2px;
  font-size: 20px !important;
  height: 56px !important;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.card-item .survey-bar ul li a:hover {
  text-decoration: none;
}
.card-item .survey-bar ul li a img {
  width: 26px;
  height: 30px;
  margin-right: 10px;
}
.Marquee {
  padding: 40px 20px;
}
.Marquee .Marquee-banner {
  height: 134px;
}
.Marquee .Marquee-banner img {
  width: 198px;
  height: 100%;
  margin-right: 15px;
  float: left;
}
.Marquee .Marquee-banner img:last-child {
  margin-right: 0px;
}
.Marquee:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: 50% 50%;
  transform: translate(-50%, -50%);
  width: 98%;
  height: 80%;
  /*border-bottom: 8px dotted #ffffff;
    border-top: 8px dotted #ffffff;*/
}
.Marquee .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  /*之前是ease-out*/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;
}
.Website-links a {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  margin-bottom: 40px;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .row > div div.card-item,
  .row > div .swiper-container {
    width: 90% !important;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .Website-links a {
    width: calc(100% / 2);
  }
}
@media (min-width: 768px) {
  .row > div div.card-item,
  .row > div .swiper-container {
    width: calc(100%);
    margin-right: auto;
    margin-left: auto;
  }
  .Website-links a {
    width: calc(100% / 3);
  }
}
@media (min-width: 992px) {
  .row > div div.card-item,
  .row > div .swiper-container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .Website-links a {
    width: calc(100% / 6);
  }
}
@media (min-width: 1200px) {
  .row > div div.card-item,
  .row > div .swiper-container {
    width: calc(100% - 15px);
  }
  .Website-links a {
    width: calc(100% / 7);
  }
}
.row > div:nth-of-type(3) .card-item {
  margin-right: 0;
  margin-left: auto;
}
.row > div:nth-of-type(2) .card-item {
  margin-right: auto;
  margin-left: auto;
}
.row > div:nth-of-type(1) .card-item {
  margin-right: auto;
  margin-left: 0;
}
.item-bg {
  background-image: url("../../images/index/item-icon.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
}
/*# sourceMappingURL=index.css.map */