.swiper-container {
    margin-top: 90px;
    width: 100%;
    height: 600px;
}

.swiper1 {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    background: url(../img/index_bg1.jpg) no-repeat;
}



.swiper1-left {
    margin-left: 15%;
}

.swiper1-right {
    margin-left: 5%;
}

.swiper2 {
    width: 100%;
    height: 600px;
    display: flex;
    align-items: center;
    background: url(../img/index_bg2.jpg) no-repeat;
}

.swiper2-left {
    margin-left: 10%; 
}

.swiper2-right {
    margin-left: 5%;
}

.company-content1 {
    width: 60%;
    height: 400px;
    margin: 80px 20%;
    text-align: center;
}

.company-content-box {
    margin: 40px 0;
    font-size: 20px;
    line-height: 35px;
}

.company-content2 {
    width: 100%;
    height: 588px;
    text-align: center;
    color: #fff;
    background: url(../img/company-content2.jpg) no-repeat;
}

.company-content2-title {
    font-size: 45px;
    font-weight: bold;
    padding-top: 50px;
}

.company-content2-line {
    width: 4%;
    height: 2px;
    background-color: #4bb4f8;
    margin-left: 48%;
    margin-top: 15px;
}

.company-content2-box {
    font-size: 20px;
    line-height: 35px;
    width: 60%;
    margin-left: 20%;
    margin-top: 15px;
}

.company-content2-btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin-left: 20%;
    margin-top: 30px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}

.moreDetail {
    width: 10%;
    border: 1px solid #fff;
    border-radius: 5px;
}

.video {
    width: 10%;
    margin-left: 15%;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
}

.company-contnet2-list {
    display: flex;
    align-items: center;
    width: 70%;
    margin: 70px 15%;
}

.company-contnet2-list li {
    width: 20%;
    margin: 0 2%;
}

.company-contnet2-cell-top {
    padding-bottom: 30px;
}

.company-contnet2-cell-top:hover img {
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transition: 460ms
}

.company-new-title-box {
    display: flex;
    align-items: center;
}

.company-new-list {
    width: 1200px;
    margin: 0 18%;
    height: 1100px;
}

.company-new-list-title {
    font-size: 30px;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: 30px;
    width: 95%;
    margin-bottom: 20px;
}

.company-new-list-title .line {
    display: inline-block;
    width: 38%;
    border-top: 1px solid #ccc;
}

.company-new-list-title .txt {
    color: #686868;
    margin: 0 40px;
    vertical-align: -9px;
}

.company-more {
    font-size: 16px;
    color: #686868;
    margin-top: 30px;
}

.company-news-list-box {
    margin-top: 30px;
}

.company-news-list-box li {
    display: flex;
    align-items: center;
    color: #333;
    width: 100%;
    height: 200px;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

.news-data {
    width: 15%;
    height: 200px;
}

.new-data-mouth {
    font-size: 45px;
    margin-top: 55px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #e60012;
}

.new-data-year {
    font-size: 25px;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.date-line {
    display: inline-block;
    width: 20px;
    border-top: 1px solid #ccc;
}

.date-txt {
    color: #888;
    margin: 0 5px;
    vertical-align: -9px;
}

.news-content {
    width: 61%;
    height: 140px;
    margin: 30px 0;
    padding: 0 10px 0 20px;
    border-left: 1px solid #ccc;
}

.new-content-title {
    font-size: 22px;
    font-weight: bold;
    height: 50px;
    line-height: 30px;
}

.new-content-detail {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
}

.news-img {
    width: 24%;
    height: 200px;
}

.news-img-box {
    width: 244px;
    height: 170px;
    margin-top: 15px;
    margin-left: 10px;
    text-align: center;
}

.news-img-box img {
    width: 244px;
    height: 170px;
}

