body { word-wrap:break-word; word-break:break-all;background: #fff;margin: 0 auto;width: 100%;font-family: "siyuanNormal";}
* {box-sizing: border-box;margin:0; padding:0;font-weight: normal;}
.section2 {
    padding-bottom: 40px;
    width: 1400px;
    margin: auto;
    position: absolute;
    top: 20px;
    left: 0px;
    right: 0px;
}
.index_title2 {
    padding: 30px 0 30px 0;
    text-align: center;
}
.index_title2 > * {
    display: inline-block;
    vertical-align: middle;
}
.index_title2 img {
    margin-right: 4px;
}
.index_st2 {
    text-align: left;
}
.index_st2 h1 {
    font-size: 25px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
}
.index_st2 h2 {
    color: #fff;
    font-size: 18px;
    font-family: arial
}
.industry_swiper1 {
    position: relative;
}
.industry_swiper1 .swiper-slide{
    width: 10.625% !important;
    margin-right: 0.8% !important;
    transition: width 0.5s ease 0s;
}
.industry_swiper1 .swiper-slide-active{
    width: 42.075% !important;
}
.industry_swiper1 .swiper-slide:hover .industry_img1 img {
    height: 460px;
}
.industry_swiper1 .swiper-container{
    width: 92%;
    margin: 0 auto;
}
.industry_swiper1 .swiper-button-next,.industry_swiper1 .swiper-button-prev{
    width: 18px;
    height: 34px;
    background: none;
    cursor: pointer;
    z-index: 1;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}
.industry_h1 {
    height: 460px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.industry_h1 .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.5);
}
.industry_info1 {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.industry_h1 h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 25px;
}
.industry_img1 {
    overflow: hidden;
}
.industry_img1 img {
    transition: all .4s;
    object-fit: cover;
}
.industry_info2 {
    padding: 25px 30px;
    background: rgb(0 0 0 / 70%);
    position: absolute;
    width: 100%;
    top: 0px;
}
.industry_info2 h2 {
    color: #e3e6ea;
    font-size: 20px;
    margin-bottom: 8px;
}
.industry_info2 p {
    color: #e3e6ea;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.industry_h2 {
    display: none;
}
.industry_swiper1 .swiper-slide-active .industry_h1 {
    display: none;
}
.industry_swiper1 .swiper-slide-active .industry_h2 {
    display: block;
}
.industry_swiper1 .swiper-slide-active .industry_img1 img {
    height: 460px;
}
.index_industry_w {
    height: 574px;
}