#menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 0.4rem;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
  text-align: right;
}
#menu li a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 22px;
}
#menu li a span {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #bfbfbf;
  transition: all .3s;
  vertical-align: middle;
}
#menu li a p {
  display: none;
  font-size: 14px;
  color: #4d4d4d;
}
#menu li.active a span {
  width: 30px;
  background: #ca1b2a;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
  color: #ca1b2a;
}
#menu.active {
  display: block;
}
html,
body {
  height: 100%;
}
#dowebok {
  height: 100%;
}
.top20{
	padding-top:20px;
}
.bm{
	background-color:#111;
}
h4.b{
	color:#fff;
}
.h{
	color:#666;
}
.section {
  height: 100%;
}
.public-title {
  text-align: center;
}
.public-title h3 {
  font-size: 40px; 
  color: #000000;
  line-height: 1;
  margin-bottom: 18px;
}
.public-title h3 span {
  display: inline-block;
  color: #ca1b2a; 
  font-size: 40px;
  margin-left: 12px;
  margin-right: 12px;
}
.public-title h4 {
  font-weight:lighter;
  font-size: 53px;
  color: #000000;
  line-height: 1;
  margin-bottom: 18px;
}
.public-title h4 span {
  display: inline-block;
  color: #ca1b2a;
  font-size: 40px;
  margin-left: 12px;
  margin-right: 12px;
}
.public-title p {
  font-size: 20px;
  color: #3c3c3c;
  padding-bottom: 0;
  padding-bottom: 44px;
  position: relative;
  line-height: 1;
}
  .public-title p span{
      color:#ca1b2a;
  }
.public-title p:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 80px;
  height: 1px;
  background: #555555;
  left: 50%;
  margin-left: -40px;
}
.section_1 {
  position: relative;
  overflow: hidden;
  background: #282828;
  z-index: 1;
}
.section_1 .centent-box {
  box-sizing: border-box;
  height: 100%;
}
.section_1 .centent-box .swiper-container,
.section_1 .centent-box .swiper-wrapper,
.section_1 .centent-box .swiper-slide {
  height: 100%;
}
.section_1 .centent-box .img-box {
  height: 100%;
  background-size: cover;
  background-position: 50%;
}
.section_1 .centent-box .swiper-button-prev {
  left: 2vw;
}
.section_1 .centent-box .swiper-button-next {
  right: 2vw;
}
.section_1 .centent-box .swiper-button-next,
.section_1 .centent-box .swiper-button-prev {
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 100%;
  transition: all .3s;
}
.section_1 .centent-box .swiper-button-next img.active,
.section_1 .centent-box .swiper-button-prev img.active {
  display: none;
}
.section_1 .centent-box .swiper-button-next:after,
.section_1 .centent-box .swiper-button-prev:after {
  display: none;
}
.section_1 .centent-box .swiper-button-next:hover img,
.section_1 .centent-box .swiper-button-prev:hover img {
  display: none;
}
.section_1 .centent-box .swiper-button-next:hover img.active,
.section_1 .centent-box .swiper-button-prev:hover img.active {
  display: block;
}
.section_1 .centent-box .swiper-pagination {
  bottom: 0.72rem;
}
.section_1 .centent-box .swiper-pagination-bullet {
  position: relative;
  background: transparent;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 1;
  margin: 0;
  font-size: 16px;
}
.section_1 .centent-box .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin-right: 140px;
  color: #ca1b2a;
}
.section_1 .centent-box .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  position: absolute;
  content: '';
  width: 130px;
  height: 1px;
  background-color: #ca1b2a;
  left: 40px;
  top: 15px;
}
.section_2 .centent-box {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section_2 .centent-box .left-box {
  position: relative;
  padding-top: 1.6rem;
  width: 10.5rem;
}
.section_2 .centent-box .left-box h3 {
  position: absolute;
  top: 0;
  left: -1.1rem;
}
.section_2 .centent-box .left-box h3 img {
  height: 1.1rem;
}
.section_2 .centent-box .left-box .des-box p {
  line-height: 2;
  font-size: 16px;
  color: #333333;
}
.section_2 .centent-box .list-box {
  margin-top: 0.25rem;
}
.section_2 .centent-box .list-box .item-box {
  float: left;
  width: 25%;
  text-align: left;
  margin-top: 0.5rem;
}
.section_2 .centent-box .list-box .item-box p {
  font-size: 22px;
  color: #656565;
  margin-bottom: 5px;
}
.section_2 .centent-box .list-box .item-box span {
  position: relative;
  font-size: 36px;
  color: #ca1b2a;
  font-weight: 400;
}
.section_2 .centent-box .list-box .item-box span em,
.section_2 .centent-box .list-box .item-box span i {
  font-style: normal;
}
.section_2 .centent-box .list-box .item-box span em {
  position: relative;
  top: -20px;
  margin-left: 5px;
  font-size: 16px;
  margin-right: 8px;
}
.section_2 .centent-box .right-box {
  text-align: center;
  font-size: 20px;
  color: #333333;
}
.section_2 .centent-box .right-box .img-box img {
  width: 4.65rem;
}
.section_2 .centent-box .right-box p {
  padding-left: 50px;
}
.section_3 {
  position: relative;
  overflow: hidden;
}
.section_3 .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section_3 .bg img {
  width: 100%;
}
.section_3 .centent-box {
  width: 1400px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.section_3 .centent-box .left-box {
  position: relative;
  width: 6.05rem;
  background: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box;
  padding-top: 38px;
  padding-bottom: 80px;
  margin-right: 1.7rem;
}
.section_3 .centent-box .left-box .item-box .title {
  font-size: 26px;
  color: #ca1b2a;
  padding-left: 18px;
  box-sizing: border-box;
  position: relative;
  line-height: 1;
  margin-bottom: 20px;
}
.section_3 .centent-box .left-box .item-box .title span {
  position: relative;
  z-index: 2;
}
/* .section_3 .centent-box .left-box .item-box .title:before {
  width: 80px;
  content: '';
  height: 7px;
  background: #0e6879;
  position: absolute;
  left: 0;
  bottom: 10px;
} */
.section_3 .centent-box .left-box .item-box .img-box img {
  width: 100%;
}
.section_3 .centent-box .left-box .arr-box {
  position: absolute;
  right: 20px;
  bottom: 15px;
  z-index: 9;
}
.section_3 .centent-box .left-box .arr-box .swiper-button-next,
.section_3 .centent-box .left-box .arr-box .swiper-button-prev {
  display: inline-block;
  position: static;
  vertical-align: middle;
  margin: 0;
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.section_3 .centent-box .left-box .arr-box .swiper-button-next:after,
.section_3 .centent-box .left-box .arr-box .swiper-button-prev:after {
  font-size: 20px;
  color: #bfbfbf;
}
.section_3 .centent-box .left-box .arr-box .swiper-button-next:hover:after,
.section_3 .centent-box .left-box .arr-box .swiper-button-prev:hover:after {
  color: #ca1b2a;
}
.section_3 .centent-box .left-box .arr-box .swiper-pagination {
  display: inline-block;
  position: static;
  vertical-align: middle;
  width: auto;
  font-size: 20px;
  color: #bfbfbf;
}
.section_3 .centent-box .left-box .arr-box .swiper-pagination .swiper-pagination-current {
  color: #ca1b2a;
}
.section_3 .centent-box .right-box {
  width: 5.0rem;
  padding-bottom: 0.9rem;
}
.section_3 .centent-box .right-box .item-box .top-box span {
  font-size: 22px;
  color: #ca1b2a;
  display: block;
  margin-bottom: 15px;
}
.section_3 .centent-box .right-box .item-box .top-box p {
  font-size: 14px;
  color: #333333;
  line-height: 1.8;
}
.section_3 .centent-box .right-box .item-box .list-box {
  margin-top: 35px;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 45px;
  margin-bottom: 50px;
}
.section_3 .centent-box .right-box .item-box .list-box .item-box {
  text-align: center;
  float: left;
  margin-right: 45px;
}
.section_3 .centent-box .right-box .item-box .list-box .item-box:last-child {
  margin-right: 0;
}
.section_3 .centent-box .right-box .item-box .list-box .item-box p {
  font-size: 16px;
  color: #bfbfbf;
  line-height: 1;
  margin-top: 15px;
}
.section_4 .public-title {
  position: absolute;
  left: 0;
  right: 0;
  /* top: -160px; */
  top: -260px;
  text-align: center;
  background: url(../images/icon_11.png) center center no-repeat;
}
.section_4 .centent-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 7.0rem;
  background: #000;
}
.section_4 .centent-box .all-box {
  height: 100%;
  display: flex;
}
.section_4 .centent-box .item-box {
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.section_4 .centent-box .item-box .img-box {
  height: 100%;
  overflow: hidden;
}
.section_4 .centent-box .item-box .img-box .img {
  height: 100%;
  transition: all .3s;
  background-size: cover;
  background-position: center center;
}
.section_4 .centent-box .item-box .title {
  position: absolute;
  bottom: 60px;
  left: 30px;
  color: #fff;
  transition: all .3s;
}
.section_4 .centent-box .item-box .title h3 {
  font-size: 22px;
  line-height: 1.6;
}
.section_4 .centent-box .item-box .title p {
  font-size: 14px;
}
.section_4 .centent-box .item-box .txt-box {
  position: absolute;
  bottom: -200px;
  left: 0;
  right: 0;
  z-index: 2;
  color: #fff;
  background: #ca1b2a;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: all .3s;
}
.section_4 .centent-box .item-box .txt-box h3 {
  line-height: 1.6;
  color: #fff;
  font-size: 22px;
  margin-bottom: 10px;
}
.section_4 .centent-box .item-box .txt-box p {
  color: #fff;
  line-height: 1.8;
  font-size: 14px;
}
.section_4 .centent-box .item-box:hover .title {
  opacity: 0;
  bottom: 0;
}
.section_4 .centent-box .item-box:hover .txt-box {
  bottom: 0;
}
.section_4 .centent-box .left-box {
  width: 32%;
  height: 100%;
}
.section_4 .centent-box .lefts-box {
  width: 100%;
  height: 100%;
}
.section_4 .centent-box .left-box .item-box .title {
  right: 60px;
  left: auto;
}
.section_4 .centent-box .right-box {
  width: 68%;
  height: 100%;
}
.section_4 .centent-box .right-box .top-box {
  height: 50%;
}
.section_4 .centent-box .right-box .top-box .item-box {
  float: left;
  width: 50%;
}
.section_4 .centent-box .right-box .bottom-box {
  height: 50%;
}
.section_4 .centent-box .right-box .bottom-box .item-box {
  float: left;
  width: 60%;
}
.section_4 .centent-box .right-box .bottom-box .item-box:nth-child(1) {
  width: 40%;
}
.section_5 {
  background: url(../images/img_10.jpg) center center no-repeat;
  background-size: cover;
}
.section_5 .centent-box {
  width: 1400px;
  display: flex;
  justify-content: space-between;
}
.section_5 .centent-box .left-box {
  width: 49%;
  padding-right: 0.8rem;
  box-sizing: border-box;
}
.section_5 .centent-box .left-box .top-box {
  margin-bottom: 0.8rem;
}
.section_5 .centent-box .left-box .top-box p {
  font-size: 36px;
  color: #000000;
}
.section_5 .centent-box .left-box .top-box h3 {
  font-size: 36px;
  color: #ca1b2a;
}
.section_5 .centent-box .left-box .des-box h3 {
  font-weight: 400;
  font-size: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.section_5 .centent-box .left-box .des-box p {
  font-size: 16px;
  color: #454545;
  line-height: 1.6;
}
.section_5 .centent-box .left-box .des-box .more-box {
  margin-top: 55px;
}
.section_5 .centent-box .right-box {
  width: 51%;
}
.section_5 .centent-box .right-box .all-box {
  display: flex;
  background: #ca1b2a;
}
.section_5 .centent-box .right-box .all-box .item-box {
  position: relative;
  height: 5.0rem;
  width: 20%;
  transition: all .3s;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.section_5 .centent-box .right-box .all-box .item-box:nth-child(1) {
  background: url(../images/img_11.jpg) left center no-repeat;
  background-size: cover;
}
.section_5 .centent-box .right-box .all-box .item-box:nth-child(2) {
  background: url(../images/img_12.jpg) left center no-repeat;
  background-size: cover;
}
.section_5 .centent-box .right-box .all-box .item-box:nth-child(3) {
  background: url(../images/img_13.jpg) left center no-repeat;
  background-size: cover;
}
.section_5 .centent-box .right-box .all-box .item-box.active {
  width: 60%;
}
.section_5 .centent-box .right-box .all-box .item-box.active .title {
  opacity: 0;
}
.section_5 .centent-box .right-box .all-box .item-box.active .des-box {
  opacity: 1;
}
.section_5 .centent-box .right-box .all-box .item-box .title {
  position: absolute;
  top: 1.6rem;
  left: 0;
  right: 0;
  text-align: center;
}
.section_5 .centent-box .right-box .all-box .item-box .title .icon-box {
  margin-bottom: 15px;
}
.section_5 .centent-box .right-box .all-box .item-box .title p {
  width: 20px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
}
.section_5 .centent-box .right-box .all-box .item-box .des-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateY(-50%);
  width: 300px;
  margin-left: -150px;
}
.section_5 .centent-box .right-box .all-box .item-box .des-box h3 {
  color: #fff;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.section_5 .centent-box .right-box .all-box .item-box .des-box p {
  color: #fff;
}
.section_6 {
  background: #f3f3f3;
}
.section_6 .centent-box:hover .swiper-button-prev {
  left: -80px;
}
.section_6 .centent-box:hover .swiper-button-next {
  right: -80px;
}
.section_6 .all-box {
  width: 1200px;
}
.section_6 .public-title {
  margin-bottom: 0.6rem;
}
.section_6 .all-box {
  position: relative;
}
.section_6 .all-box .swiper-button-next,
.section_6 .all-box .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 50px;
  transition: all .3s;
  z-index: 1;
  margin: 0;
  top: 180px;
}
.section_6 .all-box .swiper-button-next:after,
.section_6 .all-box .swiper-button-prev:after {
  font-size: 24px;
  color: #fff;
}
.section_6 .all-box .swiper-button-next:hover,
.section_6 .all-box .swiper-button-prev:hover {
  background: #ca1b2a;
}
.section_6 .all-box .swiper-button-prev {
  left: 0px;
}
.section_6 .all-box .swiper-button-next {
  right: 0px;
}
.section_6 .item-box {
  overflow: hidden;
}
.section_6 .item-box .img-box {
  overflow: hidden;
}
.section_6 .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.section_6 .item-box .txt-box {
  position: relative;
  height: 2.0rem;
  border-bottom: 1px solid #d3d3d3;
}
.section_6 .item-box .txt-box .txt_1 {
  padding-top: 0.4rem;
  text-align: center;
  transition: all .3s;
}
.section_6 .item-box .txt-box .txt_1 .title {
  margin-bottom: 0.25rem;
}
.section_6 .item-box .txt-box .txt_1 .title h3 {
  font-size: 22px;
  color: #333333;
  margin-bottom: 5px;
}
.section_6 .item-box .txt-box .txt_1 .title p {
  font-size: 12px;
  color: #808080;
}
.section_6 .item-box .txt-box .txt_2 {
  position: absolute;
  bottom: -200px;
  background: #ca1b2a;
  padding-left: 24px;
  padding-right: 24px;
  text-align: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  opacity: 0;
  transition: all .3s;
}
.section_6 .item-box .txt-box .txt_2 .title {
  color: #fff;
  margin-bottom: 0.3rem;
}
.section_6 .item-box .txt-box .txt_2 .title h3 {
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.section_6 .item-box .txt-box .txt_2 .title p {
  font-size: 12px;
  color: #e5e5e5;
}
.section_6 .item-box .txt-box .txt_2 .des-box p {
  line-height: 1.6;
  font-size: 16px;
  color: #ffffff;
}
.section_6 .item-box:hover .img-box img {
  transform: scale(1.1);
}
.section_6 .item-box:hover .txt_1 {
  opacity: 0;
}
.section_6 .item-box:hover .txt_2 {
  opacity: 1;
  bottom: 0;
}
.section_7 .public-title {
  text-align: center;
  margin-bottom: 0.6rem;
}
.section_7 .all-box {
  position: relative;
}
.section_7 .all-box .top-box .item-box {
  height: 6rem;
  box-sizing: border-box;
  background: url(../images/img_15.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section_7 .all-box .top-box .item-box .all-des {
  width: 800px;
  margin: 0 auto;
  margin-top: 1.8rem;
  color: #fff;
}
.section_7 .all-box .top-box .item-box .all-des .title {
  margin-bottom: 25px;
}
.section_7 .all-box .top-box .item-box .all-des .title h3 {
  line-height: 1;
  border-left: 3px solid #fff;
  padding-left: 10px;
  color: #fff;
  font-size: 36px;
  margin-bottom: 8px;
}
.section_7 .all-box .top-box .item-box .all-des .title p {
  font-size: 22px;
}
.section_7 .all-box .top-box .item-box .all-des .des-box p {
  font-size: 16px;
  line-height: 1.6;
}
.section_7 .all-box .bottom-box {
  position: absolute;
  bottom: -64px;
  background: #fff;
  left: 100px;
  right: 100px;
  height: 126px;
  z-index: 99;
}
.section_7 .all-box .bottom-box .item-box {
  float: left;
  width: 20%;
  text-align: center;
  height: 100%;
  padding-top: 28px;
  box-sizing: border-box;
}
.section_7 .all-box .bottom-box .item-box span {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}
.section_7 .all-box .bottom-box .item-box p {
  color: #808080;
  font-size: 14px;
  margin-top: 15px;
}
.section_7 .all-box .bottom-box .item-box.active span {
  position: relative;
  color: #ca1b2a;
}
.section_7 .all-box .bottom-box .item-box.active span:before {
  position: absolute;
  right: -8px;
  top: -2px;
  width: 7px;
  height: 7px;
  border: 1px solid #ca1b2a;
  box-sizing: border-box;
  border-radius: 100%;
  content: '';
}
.section_7 .all-box .bottom-box .item-box.active p {
  color: #ca1b2a;
}
/*新加*/
.section_70 .public-title {
  text-align: center;
  margin-bottom: 0.2rem;
}
.section_70 .public-title p {
  font-size: 14px;
  color: #3c3c3c;
  padding-bottom: 0;
  padding-bottom: 44px;
  position: relative;
  line-height: 1.5;
}
.section_70 .top06{
  margin-top: 0.4rem;
  font-weight:900;
}

.section_70 .all-box {
  position: relative;
}
.section_70 .all-box .top-box .item-box {
  height: 6rem;
  box-sizing: border-box;
  background: url(../images/img_15.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
}
.section_70 .all-box .top-box .item-box .all-des {
  width: 800px;
  margin: 0 auto;
  margin-top: 1.8rem;
  color: #fff;
}
.section_70 .all-box .top-box .item-box .all-des .title {
  margin-bottom: 25px;
}
.section_70 .all-box .top-box .item-box .all-des .title h3 {
  line-height: 1;
  border-left: 3px solid #fff;
  padding-left: 10px;
  color: #fff;
  font-size: 36px;
  margin-bottom: 8px;
}
.section_70 .all-box .top-box .item-box .all-des .title p {
  font-size: 22px;
}
.section_70 .all-box .top-box .item-box .all-des .des-box p {
  font-size: 16px;
  line-height: 1.6;
}
.section_70 .all-box .bottom-box {
  position: absolute;
  bottom: -64px;
  background: #fff;
  left: 100px;
  right: 100px;
  height: 126px;
  z-index: 99;
}
.section_70 .all-box .bottom-box .item-box {
  float: left;
  width: 20%;
  text-align: center;
  height: 100%;
  padding-top: 28px;
  box-sizing: border-box;
}
.section_70 .all-box .bottom-box .item-box span {
  font-size: 22px;
  color: #333333;
  font-weight: 700;
  line-height: 1;
}
.section_70 .all-box .bottom-box .item-box p {
  color: #808080;
  font-size: 14px;
  margin-top: 15px;
}
.section_70 .all-box .bottom-box .item-box.active span {
  position: relative;
  color: #ca1b2a;
}
.section_70 .all-box .bottom-box .item-box.active span:before {
  position: absolute;
  right: -8px;
  top: -2px;
  width: 7px;
  height: 7px;
  border: 1px solid #ca1b2a;
  box-sizing: border-box;
  border-radius: 100%;
  content: '';
}
.section_70 .all-box .bottom-box .item-box.active p {
  color: #ca1b2a;
}
.section_8 .more-box {
  margin-top: 0.4rem;
  margin-bottom: 0.5rem;
}
.section_8 .more-box a {
  margin: 0 auto;
}
.section_8 .centent-box {
  width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.section_8 .centent-box .left-box {
  width: 51%;
}
.section_8 .centent-box .left-box .list-box .item-box {
  padding-left: 178px;
  position: relative;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 0.28rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 0.44rem;
  background: #fff;
  transition: all .3s;
}
.section_8 .centent-box .left-box .list-box .item-box:last-child {
  margin-bottom: 0;
}
.section_8 .centent-box .left-box .list-box .item-box .time-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 140px;
  text-align: center;
  height: 80px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.section_8 .centent-box .left-box .list-box .item-box .time-box span {
  font-size: 36px;
  color: #1a1a1a;
  line-height: 1;
}
.section_8 .centent-box .left-box .list-box .item-box .time-box p {
  font-size: 14px;
  color: #808080;
  margin-top: 18px;
}
.section_8 .centent-box .left-box .list-box .item-box .des-box h3 {
  font-size: 20px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 0.15rem;
}
.section_8 .centent-box .left-box .list-box .item-box .des-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_8 .centent-box .left-box .list-box .item-box:hover {
  background: #ca1b2a;
}
.section_8 .centent-box .left-box .list-box .item-box:hover .time-box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.section_8 .centent-box .left-box .list-box .item-box:hover .time-box span {
  color: #fff;
}
.section_8 .centent-box .left-box .list-box .item-box:hover .time-box p {
  color: #fff;
}
.section_8 .centent-box .left-box .list-box .item-box:hover .des-box h3 {
  color: #fff;
}
.section_8 .centent-box .left-box .list-box .item-box:hover .des-box p {
  color: #e5e5e5;
}
.section_8 .centent-box .right-box {
  width: 49%;
  padding-left: 40px;
  box-sizing: border-box;
}
.section_8 .centent-box .right-box .item-box .img-box {
  position: relative;
  overflow: hidden;
}
.section_8 .centent-box .right-box .item-box .img-box img {
  width: 100%;
  transition: all .3s;
}
.section_8 .centent-box .right-box .item-box .img-box .time-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.4rem;
  height: 1.4rem;
  background: #ca1b2a;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.section_8 .centent-box .right-box .item-box .img-box .time-box .center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}
.section_8 .centent-box .right-box .item-box .img-box .time-box span {
  font-size: 36px;
  line-height: 1;
}
.section_8 .centent-box .right-box .item-box .img-box .time-box p {
  font-size: 14px;
  line-height: 1;
  margin-top: 0.2rem;
}
.section_8 .centent-box .right-box .item-box .txt-box {
  margin-top: 0.34rem;
}
.section_8 .centent-box .right-box .item-box .txt-box h3 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
  margin-bottom: 0.15rem;
}
.section_8 .centent-box .right-box .item-box .txt-box p {
  font-size: 14px;
  color: #808080;
  line-height: 1.8;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section_8 .centent-box .right-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.section_8 .centent-box .right-box .item-box:hover .txt-box h3 {
  color: #ca1b2a;
}
@media screen and (max-width: 1680px) {
  .public-title h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .public-title p {
    font-size: 16px;
    padding-bottom: 25px;
  }
  .public-title p span{
      color:#ca1b2a;
  }
  .public-title p:before {
    width: 60px;
    margin-left: -30px;
  }
  .section_2 .centent-box {
    width: 1300px;
    padding-left: 0.6rem;
    box-sizing: border-box;
  }
  .section_3 .centent-box {
    width: 1300px;
    box-sizing: border-box;
  }
  .section_5 .centent-box {
    width: 1300px;
    box-sizing: border-box;
  }
  .section_8 .centent-box {
    width: 1300px;
    box-sizing: border-box;
  }
}
/*# sourceMappingURL=index.css.map */