.index_01 .swiper {
  height: 100vh;
  position: relative;
}
.index_01 .swiper .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_01 .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 40px;
}
.index_01 .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
  margin-right: 10px;
}
.index_01 .swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 16px;
  height: 16px;
  border: solid 1px #ffffff;
  background: transparent;
  position: relative;
}
.index_01 .swiper .swiper-pagination .swiper-pagination-bullet-active:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}
.index_01 .container {
  position: absolute;
  top: 35vh;
  z-index: 9;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.index_01 .title1 {
  color: #fff;
  font-size: 52px;
  font-weight: bold;
  margin-bottom: 20px;
}
.index_01 .title2 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.index_02 {
  display: flex;
}
.index_02 .left {
  width: 52%;
  /* height:100vh; */
  background: url("/static/web/images/index01.png") no-repeat center center / contain;
  padding: 0 8% 0 15.5%;
  position: relative;
}
.index_02 .left .title {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #eee, 4px 4px 0 #ccc;
  padding: 80px 0 35px;
}
.index_02 .left .line {
  width: 20px;
  height: 3px;
  background-color: #050001;
  margin-bottom: 15%;
}
.index_02 .left .title2 {
  font-size: 28px;
  margin-bottom: 60px;
}
.index_02 .left .content {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box !important;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index_02 .left .btn {
  width: 122px;
  height: 40px;
  background-color: #ce1627;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 8%;
}
.index_02 .right {
  flex: 1;
  background: url("/static/web/images/index02.png") no-repeat center center / cover;
  position: relative;
}
.index_02 .right .logo_wrap {
  width: 59%;
  margin: 0 auto;
  padding-top: 25%;
}
.index_02 .right .logo_wrap img {
  width: 100%;
}
.index_02 .right .list {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 5%;
  right: 0;
  bottom: 80px;
}
.index_02 .right .list .item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
.index_02 .right .list .item .img_wrap {
  height: 118px;
}
.index_02 .right .list .item .img_wrap img {
  width: auto;
  height: auto;
}
.index_02 .right .list .item .count_wrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
}
.index_02 .right .list .item .count_wrap .count {
  font-size: 50px;
  line-height: 1;
  transform: translateY(2px);
}
.index_02 .right .list .item .count_wrap .unit {
  font-size: 20px;
  font-weight: bold;
}
.index_02 .right .list .item .label {
  font-size: 18px;
  font-weight: bold;
}
.index_03 {
  display: flex;
}
.index_03 .row {
  flex: 1;
  position: relative;
  padding: 0 4.6%;
  background: #fff;
  transition: opacity 0.5s;
}
.index_03 .row .bg_img{
  position:absolute;
  top:0;
  left:0;
  transition: all .5s;
  opacity:0;
  width:100%;
  height:100%;
}
.index_03 .row:hover{
  color:#fff;
}
.index_03 .row:hover .bg_img{
  opacity:1;
}
.index_03 .row:hover .content{
  text-shadow: 0 0 10px #000;
}
.index_03 .row2 {
  background: #fafafa;
  color: #333;
}
.index_03 .row .title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20%;
  height: 120px;
  position:relative;
}
.index_03 .row .content {
  position:relative;
  line-height: 2;
  font-size: 14px;
  transition: all .5s;
  /* padding:20px 20px 5px; */
  display: -webkit-box !important;
  white-space: normal!important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.index_03 .row .content p, .index_03 .row .content span{
  font-size:18px!important;
}
.index_03 .row .btn {
  position:relative;
  width: 114px;
  height: 38px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 20%;
  background-color: #ce1627;
  color: #fff;
  transition: all 0.5s;
}
.index_03 .row:hover .btn {
  background-color: #ffffff;
  color: #ce1627;
}
/* .index_03 .row:hover .content{
  background-color:rgba(0,0,0,0.5);
  color:#fff;
} */
.index_03 .row .img_wrap {
  width: 83px;
  height: 83px;
  border: solid 1px #666;
  border-radius: 50%;
  position: absolute;
  right: 48px;
  bottom: 54px;
  transition: all 0.5s;
}
.index_03 .row .img_wrap img {
  width: auto;
  height: auto;
}
.index_03 .row .img_wrap img.img2 {
  display: none;
}
.index_03 .row:hover .img_wrap {
  border-color: #fff;
}
.index_03 .row:hover img.img1 {
  display: none;
}
.index_03 .row:hover img.img2 {
  display: block;
}
.index_04 {
  background: url("/static/web/images/index11.png") no-repeat center center / cover;
  position: relative;
}
.index_04 .top {
  display: flex;
  justify-content: space-between;
}
.index_04 .top .left .title {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 0 #eee, 4px 4px 0 #ccc;
  padding: 80px 0 35px;
}
.index_04 .top .left .line {
  width: 20px;
  height: 3px;
  background-color: #050001;
  margin-bottom: 45%;
}
.index_04 .top .tab_list {
  display: flex;
  padding-top: 100px;
}
.index_04 .top .tab_list .tab_item {
  width: 100px;
  height: 36px;
  border-radius: 18px;
  color: #666;
  cursor: pointer;
}
.index_04 .top .tab_list .tab_item.active {
  background-color: #ce1627;
  color: #fff;
}
.index_04 .box_wrap {
  display: none;
}
.index_04 .box_wrap.active {
  display: block;
}
.index_04 .box {
  display: flex;
}
.index_04 .box .news_list {
  flex: 1;
  padding-right: 110px;
}
.index_04 .box .news_list .news_item {
  display: flex;
  align-items: center;
  height: 180px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.index_04 .box .news_list .news_item:hover {
  color: #ce1627;
  border-color: #ce1627;
}
.index_04 .box .news_list .news_item.active {
  color: #ce1627;
  border-color: #ce1627;
}
.index_04 .box .news_list .news_item.active .info .title span {
  color: #ce1627;
}
.index_04 .box .news_list .news_item:hover .info .title span {
  color: #ce1627;
}
.index_04 .box .news_list .news_item .date_wrap .date1 {
  font-weight: bold;
  margin-bottom: 10px;
}
.index_04 .box .news_list .news_item .date_wrap .date2 {
  font-size: 14px;
}
.index_04 .box .news_list .news_item .info {
  flex: 1;
  padding-left: 30px;
}
.index_04 .box .news_list .news_item .info .title {
  display: flex;
  align-items: center;
}
.index_04 .box .news_list .news_item .info .title .name {
  padding-right: 20px;
  font-size: 18px;
}
.index_04 .box .news_list .news_item .info .title span {
  color: #999;
  font-size: 24px;
}
.index_04 .box .news_wrap {
  width: 55%;
  height: 550px;
  overflow: hidden;
}
.index_04 .box .news_wrap:hover img {
  transform: scale(1.1);
}
.index_04 .box .news_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.index_05 {
  background: url("/static/web/images/index13.png") no-repeat center center / cover;
  position: relative;
  display: flex;
}
.index_05 .container {
  display: flex;
}
.index_05 .left {
  width: 50%;
}
.index_05 .left .title {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 4px 4px 0 #666;
  padding: 80px 0 35px;
  color: #fff;
}
.index_05 .left .line {
  width: 20px;
  height: 3px;
  background-color: #fff;
  margin-bottom: 45%;
}
.index_05 .right {
  flex: 1;
  padding-left: 11%;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_05 .right .title {
  font-size: 28px;
  position: relative;
}
.index_05 .right .title span {
  position: relative;
  z-index: 2;
}
.index_05 .right .title::before {
  content: "";
  width: 75px;
  height: 75px;
  background-color: #ce1627;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.index_05 .right .list {
  display: flex;
  margin: 80px 0 120px;
}
.index_05 .right .list .item {
  width: 119px;
  height: 42px;
  border: solid 1px #ffffff;
  color: #fff;
  margin-right: 32px;
  transition: all 0.5s;
}
.index_05 .right .list .item:hover {
  background-color: #ce1627;
  color: #fff;
  border-color: transparent;
}
.index_05 .right .content {
  width: 306px;
  line-height: 2;
}
.news_01 {
  height: 644px;
}
.news_01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news_02 {
  background-color: #e9e9e9;
}
.news_02 .list {
  display: flex;
}
.news_02 .list .item {
  height: 68px;
  padding: 0 20px;
  margin-right: 50px;
}
.news_02 .list .item.active {
  background-color: #ca1526;
  color: #fff;
}
.news_03 {
  margin-top: 65px;
  background: url("/static/web/images/news03.png") no-repeat 0 0 / cover;
  padding: 55px 0;
}
.news_03 .container {
  display: flex;
}
.news_03 .container .left {
  width: 50%;
  height: 425px;
  overflow: hidden;
}
.news_03 .container .left:hover img {
  transform: scale(1.1);
}
.news_03 .container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.news_03 .container .right {
  flex: 1;
  background-color: #fff;
  padding: 60px 60px;
  position: relative;
}
.news_03 .container .right .title {
  font-weight: bold;
  font-size: 18px;
}
.news_03 .container .right .date {
  font-size: 14px;
  color: #999999;
  margin: 20px 0 50px;
}
.news_03 .container .right .content {
  text-indent: 2em;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box !important;
  white-space: normal!important;
  text-overflow: ellipsis;
  /*  允许长单词或数字换行到下一行（默认情况下，当该行是以英文或者数字结尾时，则不换行即会溢出文本）*/
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  /*表示允许长单词或者数字 之间的换行。默认是不换行（即若一行只能容纳10个字符，文本是两个中文字加一串大于6字符
  的英文，则会被自动分成两行，第一行是2个中文字，第二行是长英文；若英文小于6字符则全部在第一行显示）比如“650/盒 3900/箱”,加上后 “3900”会被分割进行了换行 */
  word-break: break-all;
}
.news_03 .container .right .btn {
  width: 82px;
  height: 32px;
  background-color: #ca1526;
  font-size: 14px;
  color: #fff;
  position: absolute;
  bottom: 50px;
}
.news_04 {
  margin: 90px 0;
}
.news_04 .list {
  border-top: 1px solid #efefef;
}
.news_04 .list .item {
  display: flex;
  border-bottom: 1px solid #efefef;
  height: 200px;
  padding: 30px 0;
}
.news_04 .list .item:hover {
  border-bottom-color: #ce1627;
}
.news_04 .list .item:hover .right .arrow {
  color: #ce1627;
}
.news_04 .list .item .date_wrap {
  padding-top: 20px;
}
.news_04 .list .item .date_wrap .date1 {
  font-size: 18px;
}
.news_04 .list .item .date_wrap .line {
  width: 10px;
  height: 1px;
  background-color: #cdcdcd;
  margin: 15px 0;
}
.news_04 .list .item .date_wrap .date2 {
  font-size: 16px;
}
.news_04 .list .item .title {
  flex: 1;
  padding: 30px 70px;
}
.news_04 .list .item .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news_04 .list .item .right .img_wrap {
  width: 284px;
  height: 135px;
  overflow: hidden;
}
.news_04 .list .item .right .img_wrap:hover img {
  transform: scale(1.1);
}
.news_04 .list .item .right .img_wrap img {
  transition: all 0.5s;
}
.news_04 .list .item .right .arrow {
  font-size: 20px;
  color: #333;
  margin-left: 160px;
}
.news_05 {
  background: url("/static/web/images/news06.png") no-repeat 0 0 / contain;
  padding: 100px 0 120px;
}
.news_05 .title {
  width: 85%;
  margin: 0 auto;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.news_05 .row {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #999;
  margin: 30px 0 50px;
}
.news_05 .row .date {
  margin-right: 50px;
}
.news_05 .richText img {
  display: block;
  width: 100%;
}
.business_01 {
  background-color: #f9f9f9;
  padding: 144px 0 26px;
}
.business_01 .container {
  display: flex;
}
.business_01 .container .left {
  width: 60%;
  background-color: #fff;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 50px;
}
.business_01 .container .left .line {
  width: 58px;
  height: 3px;
  background-color: #ca1526;
  margin-bottom: 25px;
}
.business_01 .container .left .content {
  font-size: 14px;
  line-height: 2;
  display: -webkit-box !important;
  white-space: normal!important;
  text-overflow: ellipsis;
  /*  允许长单词或数字换行到下一行（默认情况下，当该行是以英文或者数字结尾时，则不换行即会溢出文本）*/
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  /*表示允许长单词或者数字 之间的换行。默认是不换行（即若一行只能容纳10个字符，文本是两个中文字加一串大于6字符
  的英文，则会被自动分成两行，第一行是2个中文字，第二行是长英文；若英文小于6字符则全部在第一行显示）比如“650/盒 3900/箱”,加上后 “3900”会被分割进行了换行 */
  word-break: break-all;
}
.business_01 .container .right {
  flex: 1;
  height: 454px;
  transform: translateY(-78px);
  overflow: hidden;
}
.business_01 .container .right:hover img {
  transform: scale(1.1);
}
.business_01 .container .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business_02 {
  background-color: #fff;
  position: relative;
  padding: 70px 0 0 15.5%;
  display: flex;
}
.business_02 .item {
  display: flex;
}
.business_02 .left {
  width: 34.5%;
  height: 377px;
  overflow: hidden;
}
.business_02 .left:hover img {
  transform: scale(1.1);
}
.business_02 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business_02 .middle {
  flex: 1;
  padding: 40px 10% 0 50px;
}
.business_02 .middle .title {
  font-size: 26px;
}
.business_02 .middle .content {
  width: 343px;
  margin: 50px 0 120px;
  font-size: 14px;
  line-height: 2;
  display: -webkit-box !important;
  white-space: normal!important;
  text-overflow: ellipsis;
  /*  允许长单词或数字换行到下一行（默认情况下，当该行是以英文或者数字结尾时，则不换行即会溢出文本）*/
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  /*表示允许长单词或者数字 之间的换行。默认是不换行（即若一行只能容纳10个字符，文本是两个中文字加一串大于6字符
  的英文，则会被自动分成两行，第一行是2个中文字，第二行是长英文；若英文小于6字符则全部在第一行显示）比如“650/盒 3900/箱”,加上后 “3900”会被分割进行了换行 */
  word-break: break-all;
}
.business_02 .middle .row {
  display: flex;
  align-items: center;
}
.business_02 .middle .row .line {
  width: 332px;
  height: 1px;
  background-color: #ca1526;
  margin-right: 5px;
}
.business_02 .middle .row .layui-icon {
  color: #ca1526;
  font-size: 14px;
  width: 8px;
}
.business_02 .right_img {
  width: 26.5%;
  height: 377px;
  overflow: hidden;
}
.business_02 .right_img:hover img {
  transform: scale(1.1);
}
.business_02 .right_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business_03 {
  padding-top: 50px;
  margin-bottom: 100px;
}
.business_03 .title1 {
  font-size: 24px;
  text-align: center;
}
.business_03 .line {
  width: 39px;
  height: 2px;
  background-color: #ca1526;
  margin: 5px auto 10px;
}
.business_03 .title2 {
  font-size: 14px;
  margin: 0 auto;
  text-align: center;
  color: #666;
  margin-bottom: 45px;
}
.business_03 .list {
  display: flex;
  flex-wrap: wrap;
}
.business_03 .list .item {
  width: calc((100% - 32px * 4) / 5);
  margin: 0 32px 32px 0;
  height: 96px;
  background-color: #ffffff;
  box-shadow: 4px 5px 19px 2px rgba(6, 0, 1, 0.06);
}
.business_03 .list .item:nth-child(5n) {
  margin-right: 0;
}
.business_03 .list .item img {
  max-width: 90%;
  max-height: 90%;
  display: block;
}
.business_04 {
  background: url("/static/web/images/business10.png") no-repeat 0 0 / cover;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.business_04 .box {
  display: flex;
  justify-content: space-between;
}
.business_04 .box .left {
  /* width: 450px;
  padding-top: 30px; */
  display: flex;
  flex:1;
}
.business_04 .box .left .tab_list {
  /* display: flex;
  flex-wrap: wrap; */
}
.business_04 .box .left .tab_list .tab_item {
  /* min-width:140px;
  text-align:center; */
  margin-right: 50px;
  cursor: pointer;
  margin-bottom: 15px;
  padding:5px 8px;
}
.business_04 .box .left .tab_list .tab_item:last-child {
  /* margin-right: 0; */
}
.business_04 .box .left .tab_list .tab_item.active {
  color: #ca1526;
  border: 1px solid #ca1526;
}
.business_04 .box .left .tab_content {
  display: none;
}
.business_04 .box .left .tab_content .img_wrap img{
  width:50px;
  margin:20px 0 30px;
}
.business_04 .box .left .tab_content.active {
  display: block;
}
.business_04 .box .left .tab_content .quot,
.business_04 .box .left .tab_content .quot2 {
  font-size: 200px;
  opacity: 0.11;
  line-height: 1;
  height: 110px;
}
.business_04 .box .left .tab_content .quot {
  transform: translateX(-13px);
}
.business_04 .box .left .tab_content .quot2 {
  display: flex;
  justify-content: flex-end;
}
.business_04 .box .left .tab_content .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.business_04 .box .left .tab_content .content {
  font-size: 16px;
  width: 293px;
  line-height:2;
}
.business_04 .box .right {
  width: 52%;
  height: 384px;
  overflow: hidden;
}
.business_04 .box .right:hover img {
  transform: scale(1.1);
}
.business_04 .box .right a {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  display: none;
}
.business_04 .box .right a.active {
  display: block;
}

.business_04 .box .right a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}


.business_05 {
  margin-bottom: 80px;
}
.business_12 .container{
  max-width:1080px;
  position: relative;
}
.business_12 .swiper-button-next, .business_12 .swiper-button-prev {
  transform: translateY(50%);
  margin: 0;
}
.business_12 .swiper-button-next {
  right:-20px;
}
.business_12 .swiper-button-prev {
  left:-20px;
}
.business_05 .swiper .swiper_item {
  /* width: 45%; */
  height:300px;
  position: relative;
  overflow: hidden;
}
.business_05 .swiper .swiper_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business_05 .swiper .swiper_item .box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.1);
  height: 122px;
  color: #fff;
  transform: translateY(100%);
  transition: all 0.5s;
}
.business_05 .swiper .swiper_item:hover img {
  transform: scale(1.1);
}
.business_05 .swiper .swiper_item:hover .box {
  transform: none;
}
.business_05 .swiper .swiper_item .box .name {
  position: absolute;
  left: 30px;
  bottom: 30px;
  font-size: 20px;
}
.business_06 {
  margin-bottom: 100px;
}
.business_06 video {
  width: 100%;
  height: 600px;
  object-fit: cover;
  display: block;
}
.business_13 video{
  max-width:375px;
  margin:0 auto;
}
.business_07 {
  display: flex;
  padding: 66px 0 88px;
}
.business_07 .container {
  position: relative;
}
.business_07 .left {
  width: 63.4%;
  min-height: 400px;
  background-color: #ca1526;
  color: #fff;
  padding: 60px 20% 20px 60px;
}
.business_07 .left .title {
  font-size: 22px;
}
.business_07 .left .line {
  width: 58px;
  height: 3px;
  background-color: #fff;
  margin: 30px 0;
}
.business_07 .right {
  width: 51.8%;
  height: 400px;
  position: absolute;
  top: 88px;
  right: 40px;
  overflow: hidden;
}
.business_07 .right:hover img {
  transform: scale(1.1);
}
.business_07 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.business_08 {
  margin-bottom: 0;
}
.business_08 .list2 {
  display: flex;
}
.business_08 .list2 .item2 {
  height: 596px;
  width: 24%;
  overflow: hidden;
  position: relative;
}
.business_08 .list2 .item2:first-child {
  width: 52%;
}
.business_08 .list2 .item2 img {
  background-color: #000;
}
.business_08 .list2 .item2 .box {
  position: absolute;
  top: 164px;
  left: 50%;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  display: none;
  transform: translateX(-50%);
}
.business_08 .list2 .item2:first-child .box {
  display: block;
}
.business_08 .list2 .item2 .box .title3 {
  font-size: 30px;
  text-shadow: 0 0 10px #000;
}
.business_08 .list2 .item2 .box .title4 {
  text-shadow: 0 0 10px #000;
  font-size: 18px;
  margin: 35px 0 55px;
  line-height: 2;
  display: -webkit-box !important;
  white-space: normal!important;
  text-overflow: ellipsis;
  /*  允许长单词或数字换行到下一行（默认情况下，当该行是以英文或者数字结尾时，则不换行即会溢出文本）*/
  word-wrap: break-word;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /*表示允许长单词或者数字 之间的换行。默认是不换行（即若一行只能容纳10个字符，文本是两个中文字加一串大于6字符
  的英文，则会被自动分成两行，第一行是2个中文字，第二行是长英文；若英文小于6字符则全部在第一行显示）比如“650/盒 3900/箱”,加上后 “3900”会被分割进行了换行 */
  word-break: break-all;
}
.business_08 .list2 .item2 .box a {
  text-decoration: underline;
  color: #fff;
}
.business_08 .list2 .item2 .box a:hover {
  color: #ca1526;
}
.business_09 {
  margin-top: 48px;
}
.business_09 .list {
  display: flex;
  flex-wrap: wrap;
}
.business_09 .list .item {
  margin: 0 44px 0 0;
  width: calc((100% - 44px * 3) / 4);
  height: 260px;
}
.business_09 .list .item:nth-child(4n) {
  margin-right: 0;
}
.business_09 .list .item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.business_10 {
  margin: 50px 0 0;
}
.business_11 {
  margin-bottom: 50px;
}
.business_11 img {
  width: 100%;
}
.contact_01 .list {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 50px;
}
.contact_01 .list .item {
  width: calc((100% - 2 * 150px) / 3);
  margin-right: 150px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ca1526;
  padding-bottom: 10px;
  font-size: 18px;
}
.contact_01 .list .item .img_wrap {
  width: 40px;
}
.contact_01 .list .item .img1 {
  width: 28px;
  height: 22px;
}
.contact_01 .list .item .img2 {
  width: 20px;
  height: 26px;
}
.contact_01 .list .item .img3 {
  width: 25px;
  height: 24px;
}
.contact_01 .list .item:nth-child(3) {
  margin-right: 0;
}
.contact_01 .list .item .text {
  flex: 1;
}
.contact_01 #map_container {
  height: 556px;
  width: 100%;
  margin-bottom: 70px;
}
.contact_01 #map_container .content-window-card {
  width: 500px;
  padding: 0;
}
.contact_01 #map_container .content-window-card p {
  height: 2rem;
}
.contact_01 #map_container .custom-info {
  border: solid 1px silver;
}
.contact_01 #map_container .info-top {
  position: relative;
  background: none repeat scroll 0 0 #F9F9F9;
  border-radius: 5px 5px 0 0;
  border-bottom: 1px solid #CCC;
  font-size: 22px;
  padding: 15px 0;
}
.contact_01 #map_container .info-top div {
  display: inline-block;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  line-height: 31px;
  padding: 0 40px 0 10px;
}
.contact_01 #map_container .info-top h3 {
  font-size: 22px;
}
.contact_01 #map_container .info-top img {
  width: 25px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition-duration: 0.25s;
  padding: 4px;
  box-sizing: border-box;
}
.contact_01 #map_container .info-middle {
  font-size: 16px;
  padding: 20px 10px;
  line-height: 2;
}
.contact_01 #map_container .info-bottom {
  height: 0px;
  width: 100%;
  clear: both;
  text-align: center;
}
.contact_01 #map_container .info-bottom img {
  position: relative;
  z-index: 104;
}
.contact_01 #map_container span {
  margin-left: 5px;
  font-size: 11px;
}
.contact_01 #map_container .info-middle img {
  float: left;
  margin-right: 6px;
}
.contact_02 {
  background: url("/static/web/images/contact06.png") no-repeat 0 0 / cover;
  height: 374px;
}
.contact_02 .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.contact_02 .title {
  font-size: 38px;
  font-weight: bold;
}
.contact_02 .middle .label {
  display: flex;
  align-items: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact_02 .middle .label img {
  width: 40px;
  height: 35px;
  margin-right: 5px;
}
.contact_02 .middle .tel {
  font-size: 34px;
}
.contact_02 .right img {
  width: 180px;
  height: 180px;
}
.contact_03 form .input_list {
  display: flex;
  flex-wrap: wrap;
}
.contact_03 form .input_list input {
  background-color: #f3f5f9;
  border: none;
  outline: none;
  height: 60px;
  margin-right: 25px;
  flex: 1;
  margin-bottom: 30px;
  padding: 0 20px;
  font-size: 20px;
}
.contact_03 form .input_list input:nth-child(3n) {
  margin-right: 0;
}
.contact_03 form .textarea textarea {
  width: 100%;
  resize: none;
  background-color: #f3f5f9;
  outline: none;
  border: none;
  padding: 20px;
  height: 250px;
  font-size: 20px;
}
.contact_03 form .btn_group {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.contact_03 form .btn_group .btn {
  text-align: center;
  border: none;
  width: 210px;
  height: 60px;
  line-height: 60px;
  margin-right: 42px;
  font-size: 20px;
  cursor: pointer;
}
.contact_03 form .btn_group .reset {
  background-color: #f3f5f9;
}
.contact_03 form .btn_group .submit {
  background-color: #ca1526;
  color: #fff;
}
.join_01{
  margin-bottom:40px;
}
.join_01 .container {
  padding: 0 7%;
  position: relative;
}
.join_01 .container:before {
  content: "";
  width: 100%;
  height: 65px;
  background-color: #ca1526;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.join_01 .title_list {
  display: flex;
}
.join_01 .title_list .title_item {
  color: #fff;
  font-size: 18px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.join_01 .list .item .list2 {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  position: relative;
  cursor: pointer;
}
.join_01 .list .item .list2 .layui-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
}
.join_01 .list .item .list2 .item2 {
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  color: #666;
}
.join_01 .list .item .content {
  padding: 50px 82px 70px;
  display: none;
}
.join_01 .list .item .content .desc {
  width: 322px;
  height: 41px;
  background-color: #ca1526;
  color: #fff;
  font-size: 14px;
  margin-top: 50px;
}
.resource_01 {
  background: url("/static/web/images/resource02.png") no-repeat center / cover;
  height: 540px;
}
.resource_01 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.resource_01 .title {
  font-size: 30px;
  font-weight: bold;
}
.resource_01 .line {
  width: 89px;
  height: 2px;
  background-color: #ca1526;
  margin: 30px 0 40px;
}
.resource_01 .content {
  line-height: 2;
  font-size: 14px;
  font-weight: bold;
  color: #666;
  width: 622px;
}
.resource_02 {
  position: relative;
  background: url("/static/web/images/resource03.png") no-repeat 0 0 / cover;
}
.resource_02 .container,
.resource_02 .container .swiper1 {
  height: 348px;
}
.resource_02 .container .swiper1 .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.resource_02 .container .swiper1 .item .num {
  font-size: 46px;
  font-weight: bold;
  color: #ca1526;
  margin-bottom: 30px;
}
.resource_02 .container .swiper1 .item .title {
  font-size: 22px;
}
.resource_02 .container .swiper1 .swiper-button-next:after,
.resource_02 .container .swiper1 .swiper-button-prev:after {
  color: #cc2031;
  font-size: 18px;
}
.resource_02 .container .swiper1 .swiper-button-next,
.resource_02 .container .swiper1 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: solid 1px #ca1526;
  border-radius: 50%;
  transform: translateY(-50%);
  margin: 0;
  transition: 0.5s;
}
.resource_02 .container .swiper1 .swiper-button-next {
  right: 0;
}
.resource_02 .container .swiper1 .swiper-button-prev {
  left: 0;
}
.resource_02 .container .swiper1 .swiper-button-next:hover,
.resource_02 .container .swiper1 .swiper-button-prev:hover {
  background-color: #ca1526;
  border-color: transparent;
}
.resource_02 .container .swiper1 .swiper-button-next:hover:after,
.resource_02 .container .swiper1 .swiper-button-prev:hover:after {
  color: #fff;
}
.resource_03 {
  position: relative;
  height: 113px;
  margin-bottom: 30px;
}
.resource_03 .bg {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.28) 0%, #7c9ab6 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.resource_03 .swiper2 {
  height: calc(100% + 30px);
}
.resource_03 .swiper2 .list .item {
  width: 1px;
}
.resource_03 .swiper2 .list .item .line {
  width: 1px;
  height: 47px;
  background-color: #989898;
  position: absolute;
  bottom: 30px;
}
.resource_03 .swiper2 .list .item.swiper-slide-active .line {
  height: 68px;
}
.resource_03 .swiper2 .list .item .line:before {
  content: "";
  position: absolute;
  bottom: 100%;
  width: 5px;
  height: 5px;
  background-color: #989898;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.resource_03 .swiper2 .list .item .number {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  width: 90px;
}
.resource_04 {
  margin-bottom: 140px;
}
.resource_04 .culture_list {
  display: flex;
  flex-wrap: wrap;
}
.resource_04 .culture_list .culture_item {
  flex: 1;
  height: 686px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 68px 10px 50px 50px;
}
.resource_04 .culture_list .culture_item:nth-child(1) {
  background-image: url("/static/web/images/resource04.png");
}
.resource_04 .culture_list .culture_item:nth-child(2) {
  background-image: url("/static/web/images/resource05.png");
}
.resource_04 .culture_list .culture_item:nth-child(3) {
  background-image: url("/static/web/images/resource06.png");
}
.resource_04 .culture_list .culture_item .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.resource_04 .culture_list .culture_item .content p {
  line-height: 2;
  font-size: 16px;
}



.business_04 .right a{
  width:100%;
  height:100%;
  display: block;
}
.businessInfo_01{
  margin-bottom:164px;
}
.businessInfo_01 .title{
  padding:100px 0 40px;
  border-bottom:1px solid rgba(0,0,0,0.3);
  font-weight: 500;
  font-size: 28px;
  color: #000000;
}
.businessInfo_01 .content{
  display:flex;
  padding:48px 0 104px;
}
.businessInfo_01 .content .img_wrap{
  width:240px;
}
.businessInfo_01 .content .img_wrap img{
  height:auto;
  max-height:190px;
  object-fit: initial;
}
.businessInfo_01 .content .richText{
  flex:1;
  padding:25px 0 0 60px;
}
.businessInfo_01 .box{
  display:flex;
}
.businessInfo_01 .box .left{
  width:23.5%;
  height:570px;
  position:relative;
}
.businessInfo_01 .box .left .swiper{
  height:100%;
}
.businessInfo_01 .box .left .swiper .item.active{
  border: 4px solid #CE0018;
}
.businessInfo_01 .box .left .swiper .item .img_wrap{
  width:100%;
  height:100%;
  cursor: pointer;
}
.businessInfo_01 .swiper-button-next:after, .businessInfo_01 .swiper-button-prev:after {
  color:#fff;
  font-size: 16px;
  transform:rotate(90deg);
}
.businessInfo_01 .swiper-button-next, .businessInfo_01 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius:50%;
  margin: 0;
  transition: .5s;
  background-color: #ca1526;
  left:50%;
  transform: translateX(-50%);
  opacity: .5;
}
.businessInfo_01 .swiper-button-next {
  top:calc(100% + 24px);
}
.businessInfo_01 .swiper-button-prev {
  bottom:calc(100% + 24px);
  top:auto;
}
.businessInfo_01 .swiper-button-next:hover, .businessInfo_01 .swiper-button-prev:hover{
  opacity: 1;
}
.businessInfo_01 .swiper-button-next:hover:after, .businessInfo_01 .swiper-button-prev:hover:after{
}
.businessInfo_01 .right{
  flex:1;
  margin-left: 24px;
}
.businessInfo_01 .right .img_wrap{
  width: 100%;
  height: 570px;
  display: none;
}
.businessInfo_01 .right .img_wrap:first-child{
  display: block;
}
<!--0.00019288063049316-->