.slideBox-1 {
    position: relative;
}

.slideContent-1 a {
    position: relative;
}

.slideC-1 {
    font-size: 50px;
    color: #007ac7;
    font-weight: 600;
    line-height: 75px;
    font-style: italic;
    -webkit-text-stroke: 0.5px #ffffff;
    text-shadow: 0px 0px 20px #ffffff;
    position: absolute;
    top: 175px;
    z-index: 999;
    left: 50%;
    transform: translateX(-50%);
}

.slideC-2 {
    width: 420px;
    height: 46px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    line-height: 46px;
    background: url(../images/swiperContent-BG1.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 72px;
}

.slideBtn-1 {
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 33px;
}

.slideBtn-1 div {
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-radius: 50%;
}

.slideBtn-1 div:not(:last-of-type) {
    margin-right: 30px;
}

.slideBtn-1 div.on {
    background: #007ac7;
}

.prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
}

.news {
    background: #f7f7f7;
    padding: 80px 0px 60px;
    box-sizing: border-box;
}

.contentTitle-1 {
    display: block !important;
    color: #1f1f1f;
    text-align: center;
    margin-bottom: 60px;
}

.newsItem {
    background: #ffffff;
    box-shadow: 1px 3px 5px 3px #efefef;
    padding: 30px;
    box-sizing: border-box;
}

.newsItem-1 {
    width: 430px;
}

.newsType {
    display: inline-block;
    font-size: 12px;
    color: #007ac7;
    line-height: 22px;
    background: #dbf1ff;
    padding: 0px 8px;
    margin-right: 5px;
}

.newsItem-1 .newsDate {
    font-size: 12px;
    color: #231f19;
}

.newsTitle {
    font-size: 18px;
    color: #231f19;
    font-weight: 600;
    line-height: 28px;
}

.newsItem-1 .newsTitle {
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px 0px 15px;
}

.newsContent {
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    margin-top: 10px;
}

.newsItem-1 .newsContent {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.newsReadMore {
    display: inline-block;
    font-size: 12px;
    color: #007ac7;
    border: 1px solid #007ac7;
    padding: 6px;
    box-sizing: border-box;

}

.newsItem-1 .newsReadMore {
    margin-top: 20px;
}

.newsItem-2 {
    width: 100%;
    margin-top: 34px;
}

.newsItem-2 .newsDate {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    margin-top: 15px;
}

.newsItemR {
    width: calc(100% - 150px);
}

.newsItemR .newsContent {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsItem-I {
    border-bottom: 1px solid #ededed;
    padding-bottom: 20px;
}

.newsItem-I:not(:last-of-type) {
    margin-bottom: 20px;
}

.mainBusiness {
    min-height: 460px;
    background: url(../images/HomeContent-BG1.png) no-repeat;
    background-size: 100% 460px;
    padding-top: 76px;
    box-sizing: border-box;
}

.contentTitle-1,
.contentTitle-2,
.contentTitle-3 {
    display: inline-block;
    font-size: 52px;
    font-weight: 600;
    position: relative;
}

.contentTitle-2 {
    color: #ffffff;
    margin-bottom: 76px;
}

.contentTitle-2::after,
.contentTitle-3::after {
    content: "";
    width: 80px;
    height: 6px;
    position: absolute;
    top: 98px;
    left: 0px;
}

.contentTitle-2::after {
    background: #ffffff;
}

.contentTitle-3 {
    color: #333333;
    margin: 140px 0px 70px;
}

.contentTitle-3::after {
    background: #2495dd;
}

.businessItem {
    width: 240px;
    height: 574px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all 0.5s;
}

.businessTitle {
    height: 76px;
    font-size: 23px;
    color: #ffffff;
    line-height: 38px;
    font-weight: 600;
    margin-top: 25px;
}

.businessMore {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    bottom: 45px;
    display: none;
}

.businessInactive {
    position: relative;
}

.businessInactive::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(91, 102, 116, 0.4);
    position: absolute;
    top: 0px;
    left: 0px;
}

.businessItemTop {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.company {
    min-height: 1000px;
    background: url(../images/Home-BG1.png) no-repeat;
    background-size: 100% 1000px;
}

.companyL {
    width: 670px;
}

.companyL p {
    font-size: 14px;
    line-height: 30px;
    text-indent: 2em;
}

.companyL p:not(:first-of-type) {
    margin-top: 10px;
}

.companyNum {
    width: 210px;
    height: 120px;
    background: #ebf7ff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.companyNum div span {
    color: #007ac7;
}

.companyNum .num {
    font-size: 32px;
    font-weight: 600;
}

.companyNum div:nth-of-type(2) {
    margin-top: 10px;
}

.company video {
    position: relative;
    top: -100px;
}

.swiper {
    width:1400px;
    height: 570px;
    margin: 0 auto;
    position: unset;
}

.swiper-slide {
    text-align: center;
    font-size: 13px;
    height: calc((100% - 20px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiperContent {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #ffffff;
    margin-top: 16px;
    padding: 0px 10px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 110px;
}

.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 110px;
    z-index: 999;
}

.swiper-button-next:after,.swiper-button-prev:after {
   display: none;
}

.newsItem:hover {
    box-shadow: 0px 0px 20px #d9d9d9;
}