/* header */

.abus-header {
    width: 100%;
    height: 79px;
    background: #000000;
    opacity: 0.7;
    display: flex;
    justify-content: space-between;
    padding: 0 20%;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
}

.abus-header-logo {
    width: 308px;
    height: 43px;
    /* background-image: url(/assets/logo.png) no-repeat; */
}

.abus-header-cate {
    color: white;
    display: flex;
}

.abus-header-cate dl {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    height: 79px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
}

/* 新增功能 */

.abus-header-cate>a:nth-of-type(3)>dl {
    background-color: #5974E8;
}

.abus-header-cate>a:nth-of-type(3)>dl dt:nth-of-type(2) {
    visibility: visible;
}

.abus-header-cate dl:hover {
    background: #5974E8;
}

.abus-header-cate a dl dt:nth-of-type(2) {
    visibility: hidden;
}

.abus-header-cate dl:hover dt:nth-of-type(2) {
    visibility: visible;
}


/* banner */

.abus-banner {
    width: 100%;
    height: 780px;
    /* background: red; */
    background-image: url(../assets/core/core-banner1.gif);
    background-size: 100% 100%;
}


/* 公司介绍 */

.abus-con {
    width: 1188px;
    height: 657px;
    /* background: red; */
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.abus-con-left {
    width: 729px;
    margin-top: 80px;
}

.abus-con-left>p:nth-of-type(1) {
    text-align: left;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.abus-con-left>p:nth-of-type(2) {
    text-align: left;
    margin-top: -26px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    /* line-height: 30px; */
    opacity: 0.3;
}

.abus-con-left>p:nth-of-type(3) {
    margin-top: 33px;
    text-indent: 2em;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
}

.abus-con-left>p:nth-of-type(4) {
    text-indent: 2em;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
}

.abus-con-right {
    width: 430px;
    height: 515px;
    /* background: saddlebrown; */
    background: url(../assets/core/hexin.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 29px;
    margin-top: 60px;
}


/* 分支机构 */

.abus-bra {
    width: 100%;
    /* height: 613px; */
    /* background-color: red; */
    overflow: hidden;
}

.abus-bra-header {
    width: 1188px;
    display: flex;
    /* margin-top: 34px; */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.abus-bra-header span {
    /* background: #5974E8; */
    display: inline-block;
}

.abus-bra-header-left {
    width: 50%;
    height: 73px;
    display: flex;
    align-items: center;
}

.abus-bra-header-left span:nth-of-type(1) {
    display: inline-block;
    width: 97%;
    height: 100%;
    line-height: 73px;
    text-align: right;
    background-color: #5974E8;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FEFEFE;
    box-sizing: border-box;
    padding-right: 20px;
}

.abus-bra-header-left span:nth-of-type(2) {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 73px solid #5974E8;
    border-right: 40px solid transparent;
}

.abus-bra-header-right {
    width: 50%;
    height: 73px;
    margin-top: 30px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
    display: flex;
}

.abus-bra-header-right span:nth-of-type(1) {
    width: 0;
    height: 0;
    border-bottom: 73px solid #5986E8;
    border-left: 40px solid transparent;
}

.abus-bra-header-right span:nth-of-type(2) {
    width: 97%;
    height: 100%;
    background-color: #5986E8;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
}

.abus-bra-content {
    width: 1188px;
    height: 700px;
    /* background: lemonchiffon; */
    /* background-size: 100% 100%; */
    /* background: url(../assets/abus/fenzhi.png); */
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}


/* 企业文化 */

.abus-cul {
    width: 100%;
    /* height: 728px; */
    /* background-color: thistle; */
    overflow: hidden;
}

.abus-cul-headher {
    display: flex;
    /* margin-top: 34px; */
}

.abus-cul-headher span {
    /* background: #5974E8; */
    display: inline-block;
}

.abus-cul-headher-left {
    width: 50%;
    height: 73px;
    display: flex;
    align-items: center;
}

.abus-cul-headher-left span:nth-of-type(1) {
    display: inline-block;
    width: 97%;
    height: 100%;
    line-height: 73px;
    text-align: right;
    background-color: #5974E8;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FEFEFE;
    box-sizing: border-box;
    padding-right: 20px;
}

.abus-cul-headher-left span:nth-of-type(2) {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 73px solid #5974E8;
    border-right: 40px solid transparent;
}

.abus-cul-headher-right {
    width: 50%;
    height: 73px;
    margin-top: 30px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
    display: flex;
}

.abus-cul-headher-right span:nth-of-type(1) {
    width: 0;
    height: 0;
    border-bottom: 73px solid #5986E8;
    border-left: 40px solid transparent;
}

.abus-cul-headher-right span:nth-of-type(2) {
    width: 97%;
    height: 100%;
    background-color: #5986E8;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
}

.abus-cul-four {
    width: 62.5%;
    height: 923px;
    /* background: red; */
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abus-cul-four div {
    width: 46%;
    height: 321px;
}

.abus-cul-four div>span:nth-of-type(1) {
    font-size: 67px;
    font-family: MStiffHei PRC;
    font-weight: 800;
    color: #494949;
    display: inline-block;
    margin-top: 15px;
    margin-left: 15px;
}

.abus-cul-four div>p:nth-of-type(1) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #5974E8;
    margin-top: -10px;
}

.abus-cul-four div>p:nth-of-type(2) {
    margin-top: 24px;
}

.abus-cul-four div>p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #494949;
    text-align: center;
}

.abus-cul-four-one {
    background: #F5F8FF;
    border: 0px solid #070001;
    box-shadow: 0px 0px 2px 0px rgba(8, 24, 90, 0.39);
    border-radius: 0px 80px 0px 80px;
    /* margin-right: 69px; */
    margin-top: 99px;
}

.abus-cul-four-two {
    background: #FFFFFF;
    border: 0px solid #070001;
    box-shadow: 0px 0px 2px 0px rgba(8, 24, 90, 0.39);
    border-radius: 80px 0px 80px 0px;
    margin-top: 99px;
}

.abus-cul-four-three {
    background: #FFFFFF;
    border: 0px solid #070001;
    box-shadow: 0px 0px 2px 0px rgba(8, 24, 90, 0.39);
    border-radius: 80px 0px 80px 0px;
    /* margin-right: 69px; */
}

.abus-cul-four-four {
    background: #F5F8FF;
    border: 0px solid #070001;
    box-shadow: 0px 0px 2px 0px rgba(8, 24, 90, 0.39);
    border-radius: 0px 80px 0px 80px;
}


/* 发展历程 */

.abus-his {
    width: 100%;
    /* height: 613px; */
    /* background-color: cyan; */
    background: url(../assets/abus/fazhan.png);
    background-size: 100% 100%;
    height: 939px;
    overflow: hidden;
}

.abus-his-header {
    width: 1188px;
    display: flex;
    /* margin-top: 34px; */
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.abus-his-header span {
    /* background: #5974E8; */
    display: inline-block;
}

.abus-his-header-left {
    width: 50%;
    height: 73px;
    display: flex;
    align-items: center;
}

.abus-his-header-left span:nth-of-type(1) {
    display: inline-block;
    width: 97%;
    height: 100%;
    line-height: 73px;
    text-align: right;
    background-color: #5974E8;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FEFEFE;
    box-sizing: border-box;
    padding-right: 20px;
}

.abus-his-header-left span:nth-of-type(2) {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 73px solid #5974E8;
    border-right: 40px solid transparent;
}

.abus-his-header-right {
    width: 50%;
    height: 73px;
    margin-top: 30px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
    display: flex;
}

.abus-his-header-right span:nth-of-type(1) {
    width: 0;
    height: 0;
    border-bottom: 73px solid #5986E8;
    border-left: 40px solid transparent;
}

.abus-his-header-right span:nth-of-type(2) {
    width: 97%;
    height: 100%;
    background-color: #5986E8;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
}


/* 资质荣誉 */

.abus-qua {
    width: 100%;
    overflow: hidden;
    margin-top: 15px;
}

.abus-qua-headher {
    display: flex;
}

.abus-qua-headher span {
    /* background: #5974E8; */
    display: inline-block;
}

.abus-qua-headher-left {
    width: 50%;
    height: 73px;
    display: flex;
    align-items: center;
}

.abus-qua-headher-left span:nth-of-type(1) {
    display: inline-block;
    width: 97%;
    height: 100%;
    line-height: 73px;
    text-align: right;
    background-color: #5974E8;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FEFEFE;
    box-sizing: border-box;
    padding-right: 20px;
}

.abus-qua-headher-left span:nth-of-type(2) {
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 73px solid #5974E8;
    border-right: 40px solid transparent;
}

.abus-qua-headher-right {
    width: 50%;
    height: 73px;
    margin-top: 30px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
    display: flex;
}

.abus-qua-headher-right span:nth-of-type(1) {
    width: 0;
    height: 0;
    border-bottom: 73px solid #5986E8;
    border-left: 40px solid transparent;
}

.abus-qua-headher-right span:nth-of-type(2) {
    width: 97%;
    height: 100%;
    background-color: #5986E8;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
}

.abus-qua-content {
    /* height: 540px; */
    width: 1200px;
    /* display: flex; */
    margin: 0 auto;
    /* justify-content: space-between; */
    /* flex-direction: column; */
    margin-bottom: 110px;
}

.abus-qua-content-header {
    height: 21px;
    width: 100%;
    margin-top: 39px;
    box-sizing: border-box;
    padding: 0 44px;
}

.abus-qua-content-header ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.abus-qua-content-header ul li {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #4D4D4D;
    cursor: pointer;
}

.abus-qua-content-content {
    width: 1200px;
    margin-top: 25px;
}

.abus-qua-content-content>div {}

.abus-qua-content-content img {
    height: 350px;
}

.abus-qua-content-content-1 {
    width: 1200px;
    display: block;
    display: flex;
    justify-content: center;
}

.abus-qua-content-content-2 {
    width: 1200px;
    display: none;
}

.abus-qua-content-content-3 {
    width: 1200px;
    display: none;
}

.abus-qua-content-content-4 {
    width: 1200px;
    display: none;
}


/* footer */

.abus-footer {
    width: 100%;
    height: 351px;
    background: #5974E8;
}

.abus-footer-main {
    display: flex;
    width: 1120px;
    margin: 0 auto;
}

.abus-footer-main-left {
    margin-left: 60px;
}

.abus-footer-main-left-header {
    margin-top: 21px;
}

.abus-footer-main-left-header>p:nth-of-type(1) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FEFEFE;
}

.abus-footer-main-left-header>p:nth-of-type(2) {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
    opacity: 0.2;
    margin-top: -28px;
}

.abus-footer-main-left-main {}

.abus-footer-main-left-main ul {
    margin-top: 70px;
}

.abus-footer-main-left-main ul li {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FEFEFE;
    margin-bottom: 11px;
}

.abus-footer-main-right {
    width: 494px;
    height: 225px;
    /* background: white; */
    background: url(../assets/abus/map.png);
    background-size: 100% 100%;
    margin-top: 42px;
    margin-left: 85px;
}
.abus-footer-main-right a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.abus-footer-footer {
    width: 100%;
    height: 120px;
    background: #5974E8;
    border: 0px solid #070001;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    flex-direction: column;
}

.abus-footer-footer ul {
    display: flex;
    color: white;
}

.abus-footer-footer ul li {
    padding: 0 25px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FEFEFE;
    border-right: 1px solid white;
    cursor: pointer;
}

.abus-footer-footer ul li:nth-of-type(4) {
    border: none;
}

.abus-footer-footer>p {
    font-size: 12px;
    color: white;
    margin-top: 20px;
}

.abus-footer-footer>a {
    font-size: 12px;
    color: white;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
}

.abus-footer ul>li:nth-of-type(3) {
    border: none;
}