.Home-banner {
  position: relative;
}
.Home-banner .swiper-slide {
  height: 650px;
}
.Home-banner .item {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}
.Home-banner .item img {
  width: 100%;
  vertical-align: middle;
}
.Home-banner .item h3 {
  font-size: 90px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.Home-banner .item p {
  margin-bottom: 20px;
  font-size: 60px;
}
.Home-banner .item .en {
  margin-top: 25px;
  font-size: 12px;
  transform: scale(0.8);
  text-transform: uppercase;
  line-height: 32px;
}
.Home-banner .item .slogn {
  padding-left: 15px;
  display: inline-block;
  font-size: 36px ;
  letter-spacing: 18px;
}
/*.Home-banner .item .white_bg {
  display: inline-block;
  background-color: #c30d23;
  color: #fff;
}*/
.Home-banner .pagination-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.Home-banner .pagination-banner .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.section {
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #fff;
}
.sec-title {
  margin-bottom: 30px;
}
.sec-title h2 {
  font-size: 36px;
  text-transform: uppercase;
}
.sec-title h2 span {
  color: #c30d23;
}
.btn-box {
  width: 200px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  color: #666666;
  font-size: 18px;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.btn-box:hover {
  background-color: #c30d23;
  border-color: #c30d23;
  color: #fff;
}
.btn-box a {
  display: block;
  color: inherit;
}
.small-btn {
  width: 138px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.about-section {
  padding-top: 124px;
}
#content_block_1 {
  padding-right: 150px;
}
#content_block_1 .content-box .bold-text {
  margin-bottom: 50px;
}
#content_block_1 .content-box .bold-text p {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 36px;
  font-weight: 400;
  color: #333333;
}
.about-data {
  margin-top: 52px;
  background-color: #f2f2f2;
}
.about-data .data-num li {
  width: 50%;
  padding: 20px 0;
  float: left;
  position: relative;
}
.about-data .data-num h3 {
  display: inline-block;
  vertical-align: middle;
  font-size: 86px;
  color: #c30d23;
}
.about-data .data-num .r {
  position: relative;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.about-data .data-num i {
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
}
.about-data .data-num p {
  margin-top: 14px;
  font-size: 14px;
  color: #666666;
}
.about-data .inner-box {
  position: relative;
  padding: 40px 0;
}
.about-data .image-column {
  position: absolute;
  right: 30px;
  bottom: 0;
}
.about-data .image-column .image-box {
  position: relative;
  width: 90%;
  float: right;
}
.about-data .image-column .image-box::after {
  content: "";
  display: block;
  width: 90%;
  height: 90%;
  background-color: #c30d23;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 1;
}
.about-data .image-column img {
  position: relative;
  z-index: 2;
  max-width: 100%;
}
.services-section .services_imgList li {
  width: 33.333%;
  float: left;
  padding: 0 12px;
  margin-top: 24px;
  box-sizing: border-box;
}
.services-section .services_imgList li:nth-child(1) {
  width: 58.5%;
}
.services-section .services_imgList li:nth-child(1) .pic {
  height: 394px;
}
.services-section .services_imgList li:nth-child(2) {
  width: 41.5%;
}
.services-section .services_imgList li:nth-child(2) .pic {
  height: 394px;
}
.services-section .services_imgList li .pic {
  position: relative;
  height: 320px;
}
.services-section .services_imgList li .pic .services-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  line-height: 50px;
  padding: 0 15px;
  font-size: 16px;
}
.services-section .services_imgList li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.services-section .services_imgList li .item {
  display: block;
  position: relative;
  overflow: hidden;
}
.services-section .services_imgList li .bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: table;
  padding: 0 45px;
}
.services-section .services_imgList li .bg .info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.services-section .services_imgList li .bg .ico {
  width: 34px;
}
.services-section .services_imgList li .bg .en {
  margin-bottom: 4px;
  font-size: 20px;
  text-transform: uppercase;
}
.services-section .services_imgList li .bg p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 36px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.services-section .services_imgList .more_s_box {
  height: 320px;
  background-color: #c30d23;
  color: #fff;
  padding: 40px;
  padding-top: 80px;
  box-sizing: border-box;
}
.services-section .services_imgList .more_s_box_left {
  display: inline-block;
  vertical-align: top;
}
.services-section .services_imgList .more_s_box_left .en {
  font-size: 18px;
  text-transform: uppercase;
  color:#fff;
}
.services-section .services_imgList .more_s_box_left p {
  font-size: 24px;
  color:#fff;
}
.services-section .services_imgList .more_s_box_left .line {
  margin-top: 36px;
  width: 38px;
  height: 4px;
  background-color: #fff;
}
.services-section .services_imgList .more_s_box_right {
  width: 212px;
  margin-left: 68px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 30px;
}
.serve-section {
  padding-top: 110px;
  padding-bottom: 90px;
  background: url(/static/images/bgsd.png) no-repeat center top;
}
.serve-section .swiper-partner {
  margin: -10px;
}
.serve-section .swiper-partner .box {
  width: 20%;
  float: left;
  padding: 10px;
}
.serve-section .swiper-partner .item {
  box-sizing: border-box;
  transition: all 0.25s ease-in;
}
.serve-section .swiper-partner .item img {
  width: 100%;
}
.serve-section .swiper-partner .item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.serve-section .swiper-partner .pagination-partner {
  position: relative;
  bottom: 0;
}
.serve-section .swiper-partner .pagination-partner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
}
.serve-section .swiper-partner .pagination-partner .swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1;
}
.case-section {
  background-color: #f2f2f2;
}
.case-section .three_item_wrapper .item_box {
  width: 33.3333%;
  float: left;
}
.case-section .three_item_wrapper .item_box .img_box {
  overflow: hidden;
}
.case-section .three_item_wrapper .item_box .img_box img {
  max-width: 100%;
}
.case-section .three_item_wrapper .item_box .img_box a {
  position: relative;
  display: block;
}
.case-section .three_item_wrapper .item_box .img_box .bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.55);
  display: table;
  text-align: center;
}
.case-section .three_item_wrapper .item_box .img_box .bg .info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.case-section .three_item_wrapper .item_box .img_box .bg .ico {
  width: 90px;
}
.case-section .three_item_wrapper .item_box .inner_text {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 24px;
}
.case-section .three_item_wrapper .item_box .inner_text.hover h4 {
  color: #c30d23;
  background-image: url(/static/images/case_arr_hover.png);
}
.case-section .three_item_wrapper .item_box .inner_text h4 {
  margin-top: 24px;
  position: relative;
  padding-right: 70px;
  font-size: 24px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(/static/images/case_arr.png) no-repeat center right;
}
.case-section .three_item_wrapper .pagination-case {
  margin-top: 10px;
  position: relative;
  bottom: 0;
}
.case-section .three_item_wrapper .pagination-case .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #ddd;
}
.case-section .three_item_wrapper .pagination-case .swiper-pagination-bullet-active {
  background-color: #c30d23;
}
.news-section .sec-title {
  position: relative;
}
.news-section .sec-title .more_news {
  position: absolute;
  right: 4px;
  bottom: 0;
  font-size: 16px;
  color: #666;
}
.news-section .sec-title .more_news img {
  vertical-align: middle;
  margin-left: 2px;
}
.news-section .item {
  margin-bottom: 20px;
  padding: 40px 28px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.09);
  border-bottom: 2px solid #c30d23;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.news-section .item:hover {
  background-color: #c30d23;
}
.news-section .item:hover .time {
  color: #fff;
}
.news-section .item:hover .content h3 {
  color: #fff;
}
.news-section .item:hover .content p {
  color: #fff;
}
.news-section .item .time {
  float: left;
  font-size: 18px;
  color: #333;
  line-height: 28px;
}
.news-section .item .time span {
  display: block;
  font-size: 36px;
}
.news-section .item .content {
  margin-left: 120px;
}
.news-section .item .content h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.news-section .item .content p {
  height: 56px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.swiper-slide-active .h3 {
  -webkit-animation: fadeInLeft 0.5s;
  animation: fadeInLeft 0.5s;
}
.swiper-slide-active .p {
  -webkit-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
}
.swiper-slide-active .div {
  -webkit-animation: fadeInLeft 1.5s;
  animation: fadeInLeft 1.5s;
}
.swiper-slide-active .en {
  -webkit-animation: fadeInLeft 1.8s;
  animation: fadeInLeft 1.8s;
}
