.public-header {
  position: fixed;
  z-index: 999999;
  background: transparent;
}
body {
  background: #f5f5f5;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  color: #1a1a1a;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 20px;
}
.public-title p {
  line-height: 1;
  font-size: 20px;
  color: #808080;
  padding-bottom: 30px;
  position: relative;
}
.public-title p:before {
  position: absolute;
  content: '';
  width: 80px;
  height: 1px;
  background: #000000;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
}
#menu {
  position: fixed;
  top: 50%;
  right: -100px;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
}
#menu li a {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 0;
}
#menu li a span {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d2d2d2;
  transition: all .3s;
  vertical-align: middle;
  border-radius: 100%;
}
#menu li a span:before {
  position: absolute;
  content: '';
  width: 1px;
  height: 0px;
  background: #808080;
  left: 50%;
  bottom: 14px;
}
#menu li.active a span {
  width: 15px;
  background: transparent;
  box-sizing: border-box;
  border: 1px solid #cc000e;
}
#menu li.active a span:before {
  height: 16px;
}
#menu.active {
  right: 20px;
}
.block {
  width: 1280px;
}
.session_1 {
  position: relative;
  background: #1a1a1a;
}
.session_1 .img-box {
  width: 100%;
  height: 100vh;
  background-size: cover;
}
.session_1 .swiper-pagination {
  bottom: 40px;
}
.session_1 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
}
.session_1 .swiper-pagination .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 10px;
  background: #cc000e;
}
.section_2 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_2 .centent-box .tab-box {
  margin-top: 50px;
  padding-left: 8%;
  padding-right: 8%;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_2 .centent-box .tab-box .col-md-3 {
  float: left;
  width: 25%;
}
.section_2 .centent-box .tab-box .item-box {
  position: relative;
  text-align: center;
  cursor: pointer;
}
.section_2 .centent-box .tab-box .item-box:before {
  position: absolute;
  right: 0;
  content: '';
  height: 45px;
  width: 1px;
  margin-top: 10px;
  background: #e9e9e9;
}
.section_2 .centent-box .tab-box .item-box .icon-box {
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
.section_2 .centent-box .tab-box .item-box .icon-box img {
  vertical-align: top;
  transition: all .3s;
}
.section_2 .centent-box .tab-box .item-box .title {
  display: inline-block;
  vertical-align: middle;
}
.section_2 .centent-box .tab-box .item-box .title span {
  font-size: 16px;
  color: #3a3a3a;
}
.section_2 .centent-box .tab-box .item-box .title p {
  font-size: 12px;
  color: #8b8b8b;
  margin-top: 10px;
}
.section_2 .centent-box .tab-box .item-box:hover .icon-box img {
  transform: rotateY(180deg);
}
.section_2 .all-box {
  margin-top: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .9s, opacity 0.4s .9s;
}
.section_2 .all-box .item-box {
  height: 56vh;
}
.section_2 .all-box .item-box .block {
  height: 100%;
  width: 1440px;
  margin: 0 auto;
  position: relative;
}
.section_2 .all-box .item-box .block .txt-box {
  position: absolute;
  right: 0;
  bottom: 65px;
  width: 600px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 70px;
  padding-right: 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}
.section_2 .all-box .item-box .block .txt-box .title {
  margin-bottom: 20px;
}
.section_2 .all-box .item-box .block .txt-box .title h3 {
  font-size: 23px;
  color: #fff;
  line-height: 1;
  margin-bottom: 10px;
}
.section_2 .all-box .item-box .block .txt-box .title p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.section_2 .all-box .item-box .block .txt-box .des-box p {
  color: #fff;
  line-height: 1.8;
}
.section_2 .all-box .item-box .block .txt-box .des-box a {
  position: absolute;
  bottom: -25px;
  width: 140px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  background: #cc000e;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.section_2 .all-box .item-box .block .txt-box .des-box a em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.section_2 .all-box .item-box .block .txt-box .des-box a em img {
  vertical-align: middle;
}
.section_2 .all-box .swiper-pagination {
  bottom: 40px;
}
.section_2 .all-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.section_2 .all-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 10px;
  background: #cc000e;
}
.section_2.active .public-title {
  transform: translateX(0px);
  opacity: 1;
}
.section_2.active .centent-box .tab-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_2.active .all-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_3 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_3 .block {
  width: 1440px;
  margin: 0 auto;
}
.section_3 .centent-box {
  position: relative;
  margin-top: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_3 .centent-box .item-box {
  height: 64vh;
  box-sizing: border-box;
  overflow: hidden;
}
.section_3 .centent-box .item-box .img-box {
  height: 47vh;
  transition: all .3s;
}
.section_3 .centent-box .item-box .img-box img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.section_3 .centent-box .item-box .txt-box {
  position: relative;
  z-index: 99;
  height: 17vh;
  padding-top: 35px;
  box-sizing: border-box;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s;
}
.section_3 .centent-box .item-box .txt-box h3 {
  position: relative;
  font-size: 24px;
  color: #000;
  line-height: 1;
  padding-bottom: 25px;
  margin-bottom: 15px;
}
.section_3 .centent-box .item-box .txt-box h3:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
}
.section_3 .centent-box .item-box .txt-box p {
  font-size: 14px;
  line-height: 1.8;
}
.section_3 .centent-box .item-box .txt-box a {
  width: 140px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.section_3 .centent-box .item-box .txt-box a em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.section_3 .centent-box .item-box .txt-box a em img {
  vertical-align: middle;
}
.section_3 .centent-box .item-box .txt-box a em img.active {
  display: none;
}
.section_3 .centent-box .item-box .txt-box a:hover {
  background: #fff;
  color: #cd000e;
}
.section_3 .centent-box .item-box .txt-box a:hover em img {
  display: none;
}
.section_3 .centent-box .item-box .txt-box a:hover em img.active {
  display: inline-block;
}
.section_3 .centent-box .item-box:hover {
  position: relative;
  background: #cc000e;
}
.section_3 .centent-box .item-box:hover:before {
  position: absolute;
  content: '';
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 4px solid #cc000e;
  z-index: 8;
}
.section_3 .centent-box .item-box:hover .img-box {
  transform: translateY(-100px);
}
.section_3 .centent-box .item-box:hover .txt-box {
  transform: translateY(-100px);
}
.section_3 .centent-box .item-box:hover .txt-box h3 {
  color: #fff;
}
.section_3 .centent-box .item-box:hover .txt-box h3:before {
  background: #fff;
}
.section_3 .centent-box .item-box:hover .txt-box p {
  color: #fff;
}
.section_3 .centent-box .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.section_3 .centent-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.section_3 .centent-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 10px;
  background: #cc000e;
}
.section_3 .centent-box .swiper-button-prev {
  left: -45px;
}
.section_3 .centent-box .swiper-button-next {
  right: -45px;
}
.section_3 .centent-box .swiper-button-next,
.section_3 .centent-box .swiper-button-prev {
  color: #808080;
  outline: none;
}
.section_3 .centent-box .swiper-button-next:after,
.section_3 .centent-box .swiper-button-prev:after {
  font-size: 30px;
}
.section_3.active .public-title,
.section_3.active .centent-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_4 {
  background-size: cover;
  background-image: url(/skin/images/img_5.jpg);
  background-position: center bottom;
}
.section_4 .fp-tableCell {
  display: block;
  padding-top: 15vh;
  box-sizing: border-box;
}
.section_4 .block {
  width: 1440px;
  margin: 0 auto;
  padding-left: 420px;
  box-sizing: border-box;
}
.section_4 .public-title {
  text-align: left;
  margin-bottom: 40px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_4 .public-title h3 {
  color: #fff;
}
.section_4 .public-title p {
  color: #e5e5e5;
  font-size: 16px;
}
.section_4 .public-title p:before {
  left: 0;
  background: #bfbfbf;
  margin-left: 0;
}
.section_4 .des-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .7s, opacity 0.4s .7s;
}
.section_4 .des-box p {
  font-size: 16px;
  color: #bfbfbf;
  line-height: 2;
}
.section_4 .list-box {
  margin-top: 55px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_4 .list-box .item-box {
  float: left;
  margin-right: 40px;
}
.section_4 .list-box .item-box .icon-box {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 95px;
  height: 115px;
  line-height: 115px;
  text-align: center;
  border-radius: 8px;
}
.section_4 .list-box .item-box .icon-box img {
  transition: all .3s;
}
.section_4 .list-box .item-box p {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
}
.section_4 .list-box .item-box:hover .icon-box {
  background: #cc000e;
  border-color: #cc000e;
}
.section_4 .list-box .item-box:hover .icon-box img {
  transform: rotateY(180deg);
}
.section_4 .bottom-box {
  position: absolute;
  bottom: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .9s, opacity 0.4s .9s;
}
.section_4 .bottom-box .public-title {
  margin-bottom: 30px;
  transform: translateX(0px);
  opacity: 1;
}
.section_4 .bottom-box .public-title h3 {
  color: #fff;
  font-size: 32px;
}
.section_4 .bottom-box .public-title p {
  padding-bottom: 20px;
}
.section_4 .bottom-box a {
  width: 140px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  text-align: center;
}
.section_4 .bottom-box a em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
  font-size: 0;
}
.section_4 .bottom-box a em:before {
  content: '';
  width: 0px;
  height: 1px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: -7px;
  transition: all .3s;
}
.section_4 .bottom-box a:hover em:before {
  width: 22px;
}
.section_4.active .public-title,
.section_4.active .des-box,
.section_4.active .list-box,
.section_4.active .bottom-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_5 {
  background-size: cover;
  background-image: url(/skin/images/img_6.jpg);
}
.section_5 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s, opacity 0.4s .6s;
}
.section_5 .centent-box {
  position: relative;
  width: 1440px;
  margin-top: 10px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s, opacity 0.4s .8s;
}
.section_5 .centent-box .row {
  margin-left: -35px;
  margin-right: -35px;
}
.section_5 .centent-box .col-md-4 {
  float: left;
  width: 33.33%;
  padding-left: 35px;
  padding-right: 35px;
  box-sizing: border-box;
}
.section_5 .centent-box .col-md-4:nth-child(1) {
  margin-top: 10vh;
}
.section_5 .centent-box .col-md-4:nth-child(2) {
  margin-top: 5vh;
}
.section_5 .centent-box .item-box {
  position: relative;
  overflow: hidden;
}
.section_5 .centent-box .item-box .img-box img {
  height: 38vh;
  width: 100%;
}
.section_5 .centent-box .item-box .txt-box {
  position: relative;
  height: 14vh;
  line-height: 14vh;
  text-align: center;
  background: #fff;
}
.section_5 .centent-box .item-box .txt-box .icon-box {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: -21px;
  line-height: 1;
}
.section_5 .centent-box .item-box .txt-box .icon-box img {
  position: relative;
  z-index: 2;
}
.section_5 .centent-box .item-box .txt-box .icon-box:before {
  position: absolute;
  content: '';
  width: 40px;
  height: 40px;
  background: #cc000e;
  transition: all .3s;
  border-radius: 100%;
}
.section_5 .centent-box .item-box .txt-box .center-box {
  display: inline-block;
  line-height: 1.6;
  vertical-align: middle;
}
.section_5 .centent-box .item-box .txt-box .center-box h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 400;
}
.section_5 .centent-box .item-box .txt-box .center-box p {
  font-size: 12px;
  color: #e5e5e5;
}
.section_5 .centent-box .item-box .info-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  right: 0;
  z-index: 99999;
  opacity: 0;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  padding-top: 10vh;
  transition: all .3s;
}
.section_5 .centent-box .item-box .info-box .title {
  margin-bottom: 30px;
}
.section_5 .centent-box .item-box .info-box .title .icon {
  margin-bottom: 15px;
}
.section_5 .centent-box .item-box .info-box .title h3 {
  font-size: 20px;
  color: #fff;
}
.section_5 .centent-box .item-box .info-box .des-box p {
  font-size: 14px;
  color: #e5e5e5;
  line-height: 2;
}
.section_5 .centent-box .item-box .info-box .des-box a {
  position: relative;
  color: #fff;
  display: inline-block;
  margin-top: 5vh;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
}
.section_5 .centent-box .item-box .info-box .des-box a img {
  margin-left: 5px;
}
.section_5 .centent-box .item-box .info-box .des-box a:before {
  position: absolute;
  content: '';
  height: 1px;
  background: #fff;
  left: 50%;
  margin-left: 0;
  width: 0px;
  bottom: 0px;
  transition: all 0.3s;
}
.section_5 .centent-box .item-box .info-box .des-box a:hover:before {
  width: 100%;
  margin-left: -50%;
}
.section_5 .centent-box .item-box:hover .info-box {
  opacity: 1;
}
.section_5 .centent-box .item-box:hover .txt-box .icon-box:before {
  transform: scale(25);
}
.section_5 .centent-box .item-box:hover .txt-box .icon-box img {
  opacity: 0;
}
.section_5 .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.section_5 .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.section_5 .swiper-pagination .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 10px;
  background: #cc000e;
}
.section_5 .swiper-button-prev {
  left: -45px;
}
.section_5 .swiper-button-next {
  right: -45px;
}
.section_5 .swiper-button-next,
.section_5 .swiper-button-prev {
  color: #808080;
  outline: none;
}
.section_5 .swiper-button-next:after,
.section_5 .swiper-button-prev:after {
  font-size: 30px;
}
.section_5.active .public-title,
.section_5.active .centent-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_6 {
  background: #1a1a1a;
}
.section_6 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s,
        opacity 0.4s .6s;
}
.section_6 .public-title h3 {
  color: #fff;
}
.section_6 .public-title p {
  color: #808080;
}
.section_6 .public-title p:before {
  background: #b3b3b3;
}
.section_6 .block {
  width: 1440px;
  margin-top: 50px;
}
.section_6 .tab-box {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s,
        opacity 0.4s .8s;
}
.section_6 .tab-box .item-box {
  float: left;
  width: 25%;
  height: 26vh;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
  text-align: center;
  line-height: 26vh;
  cursor: pointer;
}
.section_6 .tab-box .item-box .center-box {
  display: inline-block;
  line-height: 1.6;
  vertical-align: middle;
}
.section_6 .tab-box .item-box .center-box p {
  text-align: left;
  font-size: 16px;
  color: #808080;
  line-height: 1.4;
  font-weight: 700;
}
.section_6 .tab-box .item-box .center-box .icon-box {
  display: inline-block;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  text-align: center;
  line-height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 15px;
  margin-bottom: 15px;
}
.section_6 .tab-box .item-box .center-box .icon-box img.active {
  display: none;
}
.section_6 .tab-box .item-box .center-box h3 {
  color: #fff;
  font-size: 20px;
}
.section_6 .tab-box .item-box.active {
  background: #cc000e;
}
.section_6 .tab-box .item-box.active p {
  color: rgba(255, 255, 255, 0.4);
}
.section_6 .tab-box .item-box.active .icon-box {
  background: #fff;
}
.section_6 .tab-box .item-box.active .icon-box img {
  display: none;
}
.section_6 .tab-box .item-box.active .icon-box img.active {
  display: inline-block;
}
.section_6 .all-box {
  margin-top: 30px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .9s,
        opacity 0.4s .9s;
}
.section_6 .all-box .item-box {
  height: 40vh;
  border: 1px solid #4d4d4d;
  box-sizing: border-box;
}
.section_6 .all-box .img-box {
  float: left;
  margin-right: 40px;
}
.section_6 .all-box .img-box img {
  height: 40vh;
}
.section_6 .all-box .txt-box {
  padding-top: 70px;
  padding-right: 60px;
  box-sizing: border-box;
}
.section_6 .all-box .txt-box h3 {
  color: #cc000e;
  font-size: 24px;
  margin-bottom: 20px;
}
.section_6 .all-box .txt-box p {
  line-height: 1.8;
  font-size: 14px;
  color: #808080;
}
.section_6 .all-box .txt-box a {
  margin-top: 30px;
  width: 140px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  text-align: center;
  transition: all .3s;
}
.section_6 .all-box .txt-box a em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -1px;
}
.section_6 .all-box .txt-box a em img {
  vertical-align: middle;
}
.section_6 .all-box .txt-box a em img.active {
  display: none;
}
.section_6 .all-box .txt-box a:hover {
  background: #cc000e;
  border-color: #cc000e;
}
.section_6.active .public-title,
.section_6.active .all-box,
.section_6.active .tab-box {
  transform: translateX(0px);
  opacity: 1;
}
.section_7 .public-title {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .6s,
        opacity 0.4s .6s;
}
.section_7 .public-title a {
  margin-top: 30px;
  width: 140px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  color: #000000;
  border: 1px solid #bfbfbf;
  font-size: 14px;
  text-align: center;
}
.section_7 .public-title a em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.section_7 .public-title a em img {
  vertical-align: middle;
}
.section_7 .public-title a em img.active {
  display: none;
}
.section_7 .public-title a:hover {
  background: #cc000e;
  border-color: #cc000e;
  color: #fff;
}
.section_7 .public-title a:hover em img {
  display: none;
}
.section_7 .public-title a:hover em img.active {
  display: inline-block;
}
.section_7 .centent-box {
  width: 1440px;
  margin-top: 50px;
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.7s .8s,
        opacity 0.4s .8s;
}
.section_7 .centent-box .news-all .row {
  margin-left: -12px;
  margin-right: -12px;
}
.section_7 .centent-box .news-all .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
}
.section_7 .centent-box .news-all li {
  height: 150px;
  background: #fff;
  border: 1px solid #e6e6e6;
  margin-bottom: 15px;
  position: relative;
  padding-left: 180px;
  padding-top: 30px;
  padding-right: 30px;
  box-sizing: border-box;
}
.section_7 .centent-box .news-all li .time-box {
  width: 140px;
  position: absolute;
  left: 0;
  top: 30px;
  bottom: 30px;
  text-align: center;
  border-right: 1px solid #e6e6e6;
}
.section_7 .centent-box .news-all li .time-box span {
  font-size: 36px;
  color: #1a1a1a;
  line-height: 1;
}
.section_7 .centent-box .news-all li .time-box p {
  font-size: 14px;
  line-height: 1;
  margin-top: 18px;
  color: #808080;
}
.section_7 .centent-box .news-all li .txt-box h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1;
}
.section_7 .centent-box .news-all li .txt-box p {
  font-size: 14px;
  line-height: 1.8;
  color: #808080;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_7 .centent-box .news-all li:hover {
  background: #cc000e;
}
.section_7 .centent-box .news-all li:hover .time-box {
  border-color: rgba(255, 255, 255, 0.5);
}
.section_7 .centent-box .news-all li:hover .time-box span {
  color: #fff;
}
.section_7 .centent-box .news-all li:hover .time-box p {
  color: #bfbfbf;
}
.section_7 .centent-box .news-all li:hover .txt-box h3 {
  color: #fff;
}
.section_7 .centent-box .news-all li:hover .txt-box p {
  color: #e5e5e5;
}
.section_7 .centent-box .news-all li:last-child {
  margin-bottom: 0;
}
.section_7 .centent-box .news-all .des-box {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.section_7 .centent-box .news-all .des-box .img-box {
  position: relative;
}
.section_7 .centent-box .news-all .des-box .img-box img {
  width: 100%;
  height: 295px;
}
.section_7 .centent-box .news-all .des-box .img-box .time-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 120px;
  background: #1a1a1a;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
}
.section_7 .centent-box .news-all .des-box .img-box .time-box span {
  font-size: 36px;
  color: #cc000e;
}
.section_7 .centent-box .news-all .des-box .img-box .time-box p {
  font-size: 14px;
  margin-top: 10px;
}
.section_7 .centent-box .news-all .des-box .txt-box {
  height: 145px;
  box-sizing: border-box;
  padding-top: 30px;
}
.section_7 .centent-box .news-all .des-box .txt-box h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 10px;
}
.section_7 .centent-box .news-all .des-box .txt-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
}
.section_7 .centent-box .swiper-pagination {
  position: static;
  margin-top: 40px;
}
.section_7 .centent-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.section_7 .centent-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 10px;
  background: #cc000e;
}
.section_7.active .public-title,
.section_7.no .public-title,
.section_7.active .centent-box,
.section_7.no .centent-box {
  transform: translateX(0px);
  opacity: 1;
}
@media screen and (max-width: 1700px) {
  .section_3 .block {
    width: 1280px;
  }
  .section_3 .centent-box .item-box .img-box {
    height: 40vh;
  }
  .section_3 .centent-box .item-box .txt-box {
    height: 24vh;
  }
  .section_4 .block {
    width: 1280px;
  }
  .section_4 .fp-tableCell {
    padding-top: 12vh;
  }
  .section_5 .block {
    width: 1280px;
  }
  .section_5 .centent-box .item-box .info-box {
    padding-top: 8vh;
  }
  .section_6 .block {
    width: 1280px;
  }
  .section_7 .block {
    width: 1280px;
  }
  .public-footer .body-box {
    width: 1200px;
  }
}
/*# sourceMappingURL=index.css.map */