.banner-img {
    width: 100%;
}

.company-intro {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1160px;
    margin: 40px auto;
}

.company-intro h1 {
    font-size: 18px;
    color: #020202;
    font-weight: bold;
    margin: 0;
}

.company-intro h2 {
    font-size: 16px;
    color: #020202;
    margin: 15px 0;
    margin-bottom: 30px;
    font-weight: normal;
}

.company-intro span:nth-child(3) {
    font-size: 14px;
    color: #020202;
    line-height: 26px;
    width: 100%;
}

/* 滚动的图片 */
.company-img-loop {
    padding-top: 30px;
}

.logo-img {
    width: 302px;
    height: 45px;
    margin-bottom: 45px;
}

.company-loop-box .swiper-button-prev-intro {
    width: 34px;
    height: 18px;
    background-image: url(../../img/aboutUs/ljt.png) !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 450px;
    left: 53%;
}

.company-loop-box .swiper-button-next-intro {
    width: 34px;
    height: 18px;
    background-image: url('../../img/aboutUs/rjt.png') !important;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 467px;
    left: 57%;
}

#intro {
    width: 100%;
    position: relative;
}

#intro .swiper-wrapper {
    width: 100%;
    height: 100%;
}

#intro .swiper-slide {
    width: 465px !important;
    height: 100%;
}

.img-explain {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.img-explain span:nth-child(1) {
    width: 30px;
    height: 1px;
    background: #FFFFFF;
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
}

.img-explain span:nth-child(2) {
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
}

/* 视频 */
.video-box {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
    padding: 0 30px;
}

.right-video-intro-box {
    width: 446px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.video-box video {
    width: 646px;
    height: 363px;
    object-fit: fill;
}

.video-title {
    display: flex;
    flex-direction: column;
}

.video-title h2 {
    font-size: 18px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 8px;
    margin-top: 0;
}

.video-title span:nth-child(2) {
    font-size: 14px;
    font-weight: bold;
    color: #666666;
}

.right-video-intro-box p {
    font-size: 11px;
    font-weight: bold;
    color: #999999;
    line-height: 20px;
    opacity: 0.8;
}

.video-button {
    width: 134px;
    height: 28px;
    background: #F22F31;
    line-height: 28px;
    text-align: center;
    font-size: 9px;
    font-weight: 400;
    color: #FFFFFF;
}

.myline {
    margin-top: 60px;
}

.myline span {
    width: 1195px;
    height: 2px;
    opacity: 0.1;
    background: #000;
    display: block;
}

/* 合作伙伴 */
.partner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    margin-bottom: 40px;
}
li{
    list-style: none;
}
.partner-list {
    width: 300px;
    box-sizing: border-box;
    height: 170px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-right: -1px;
    margin-bottom: -1px;
}

.partner-list:hover {
    position: relative;
    z-index: 2;
}

.partner-box{
    position: relative;
    overflow: visible;
}
.partner-box:hover .swiper-button-prev {
    opacity: 1;
}

.partner-box:hover .swiper-button-next {
    opacity: 1;
}

.partner-box .swiper-button-prev,
.partner-box .swiper-button-next {
    opacity: 0;
    transition: all 0.5s;
}

.partner-box .swiper-button-prev {
    left: -15px !important;
    width: 28px;
    height: 37px;
    background-image: url(../../img/newindex/newl.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.partner-box .swiper-button-next {
    right: -15px !important;
    width: 28px;
    height: 37px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../../img/newindex/newr.png);
}
#Marquee_x { overflow:hidden;width: 1280px; } 
#Marquee_x ul li ,#Marquee_x ul li div{ float:left;} /* 横向滚动必须让所有li左浮动 */
#Marquee_-x { overflow:hidden; width: 1280px; } 
#Marquee_-x ul li ,#Marquee_-x ul li div{ float:left;} /* 横向滚动必须让所有li左浮动 */