.banner {
    position: relative;
    width: 100%;
}

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

.swiper1 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.swiper1 img {
    width: 100%;
    height: 200px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 128px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 14px;
}

.swiper-pagination-bullet {
    background-color: #53586e;
}

.swiper-pagination-bullet {
    width: 54px;
    height: 5px;
    border-radius: 8.5px;
}

.swiper-pagination-bullet-active {
    background-color: #fff;
}

.nav_bar {
    z-index: 99999;
    position: absolute;
    top: 20px;
    left: 0;
    height: 120px;
    right: 0;
    box-sizing: border-box;
    /* padding: 0 70px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav_bar>div:nth-child(1) {
    width: 215px;
    height: 100%;
}

.nav_bar>div:nth-child(1)>img {
    width: 200px;
    height: 100%;
}

.nav_bar_r {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.nav_bar_r>div:nth-child(1) {
    flex: 1;
}

.nav_bar_r>div:nth-child(2) {
    flex: 0 0 200px;
    height: 34px;
    box-sizing: border-box;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    /* font-size: 24px;
color: #fff; */
}

.nav_bar_r>div:nth-child(2)>div:nth-child(1) {
    font-size: 16px;
    color: #a7adc3;
    margin-right: 10px;
    margin-top: 2px;
}

.nav_bar_r>div:nth-child(2)>div:nth-child(2) {
    width: 160px;
    font-size: 16px;
    color: #a7adc3;
}

.nav_bar_r>div:nth-child(1) {
    display: flex;
    justify-content: space-between;
}

.nav_bar_r>div:nth-child(1) div {
    font-size: 16px;
    color: #a7adc3;
    position: relative;
    cursor: pointer;
}

.di {
    width: 30px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 3px;
}

.nav_bar_r>div:nth-child(1) .yanse {
    color: #fff;
}

.fotter {
    width: 100%;
    height: auto;
    background: url("../image/dibu.png") no-repeat 100%;
}

.fotter>div>div:nth-child(1) {
    flex: 1;
    display: flex;
    align-items: center;
}

.fotter>div>div:nth-child(2) {
    width: 66%;
    box-sizing: border-box;
    padding: 85px 0px;
}

.fotter>div {
    width: 1200px;
    margin: 0 auto;
    background-size: cover;
    display: flex;
}

.biao {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 37px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.biao>div {
    font-size: 16px;
    color: #fff;
}

.hengshu {
    width: 100%;
    border-top: 1px solid #fff;
    margin-bottom: 54px;
}

.fotter_main {
    width: 100%;
    box-sizing: border-box;
    padding: 0 55px;
    height: 140px;
    display: flex;
    justify-content: space-between;
}

.fotter_main>div:nth-child(1) {
    width: 517px;
    box-sizing: border-box;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.fotter_main>div:nth-child(1) div:nth-child(1),
.fotter_main>div:nth-child(3) div:nth-child(1) {
    font-size: 18px;
    color: #fff;
}

.fotter_main>div:nth-child(1) div:nth-child(2),
.fotter_main>div:nth-child(3) div:nth-child(2),
.fotter_main>div:nth-child(1) div:nth-child(3) {
    font-size: 14px;
    color: #7d8db2;
}

.fotter_main>div:nth-child(2) {
    border-left: 1px solid #fff;
}

.fotter_main>div:nth-child(3) {
    width: 517px;
    box-sizing: border-box;
    padding: 20px 0 0 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 20px;
}

.fotter>div>div:nth-child(1) img {
    width: auto;
    height: auto;
}

.fotters {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0a1c57;
    margin-top: -50px;
}

.fotters>div {
    font-size: 14px;
    color: #fff;
    margin: 0 10px;
}


/*body {*/


/*    width: 100%;*/


/*    height: 100%;*/


/*}*/


/*头*/

.header {
    width: 1400px;
    height: 100px;
    margin: 0 auto;
    -webkit-user-select: none;
    position: relative;
}

.header-logo {
    width: 300px;
    height: 130px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    border: 5px solid orange;
    border-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: white;
    text-align: center;
}

.header-logo img {
    width: 80%;
    margin-top: 17px;
}

.header .bianju {
    float: left;
    padding: 0 30px 0 350px;
}

.header .bianju>li {
    float: left;
    height: 100%;
    width: 64px;
    text-align: center;
    margin: 0 25px;
    cursor: pointer;
    position: relative;
}

.header .bianju>li>a {
    line-height: 100px;
    display: block;
    width: 100%;
    height: 100%;
}

.header .bianju>li .yanse {
    width: 64px;
    height: 3px;
    background-color: rgb(255, 182, 0);
    margin-top: -2px;
    display: none;
}

.header .bianju>li .jiao {
    width: 0;
    height: 0;
    border: 15px solid;
    margin-left: 16px;
    margin-top: -15px;
    border-color: transparent transparent rgba(44, 52, 54, .3);
    position: absolute;
    z-index: 2;
    display: none;
}

.xiala1,
.xiala2,
.xiala3 {
    width: 112px;
    margin-left: -25px;
    background-color: rgba(44, 52, 54, .3);
    border-radius: 10px;
    position: absolute;
    z-index: 2;
    display: none;
}

.xiala1 {
    bottom: -173.5px;
}

.xiala2 {
    bottom: -94px;
}

.xiala3 {
    bottom: -135px;
}

.xiala1 li a,
.xiala2 li a,
.xiala3 li a {
    line-height: 40px;
    color: white;
    font-size: 14px;
}

.icon-logo {
    width: 65px;
    height: 120px;
    box-sizing: border-box;
    position: absolute;
    right: 155px;
    top: 0;
    z-index: 1;
}

.icon-logo img {
    width: 90%;
}

.header i {
    display: inline-block;
    font-size: 30px;
    margin-top: 35px;
    margin-left: 80px;
    color: rgb(255, 182, 0);
}

.plane {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 100px;
    color: rgb(255, 182, 0);
    font-weight: 600;
    cursor: context-menu;
    overflow: hidden;
}


/*轮播图*/

.banner1 {
    margin-top: 0.5px;
    width: 100%;
    height: 730px;
    box-sizing: border-box;
    -webkit-user-select: none;
    overflow: hidden;
    position: relative;
}

.banners {
    margin-top: 0.5px;
    width: 100%;
    /* height: 780px; */
    box-sizing: border-box;
    -webkit-user-select: none;
    overflow: hidden;
}

.banners img {
    width: 100%;
    height: auto;
}

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

.swiper-container ul {
    width: 100%;
    position: absolute;
}

.swiper-container ul li {
    float: left;
}

.swiper-container img {
    display: block;
    width: 100%;
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    font-weight: 700;
    font-size: 50px;
    width: 50px;
    height: 100px;
    background-color: rgba(172, 172, 172, .4);
    line-height: 100px;
    text-align: center;
    position: absolute;
    display: none;
    cursor: pointer;
}

.swiper-button-next {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.swiper-button-prev {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.ols {
    position: absolute;
    bottom: 50px;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
}

.ols li {
    width: 54px;
    height: 5px;
    border-radius: 8px;
    float: left;
    margin: 0 10px;
    float: left;
    cursor: pointer;
    background-color: #6666;
}

.spot {
    background-color: white !important;
}

.swiper-wrapper>li:nth-child(1) {
    background: url('../image/ben.jpg') no-repeat 100% 100%;
    overflow: hidden;
    background-size: 100% 100%;
}

.swiper-wrapper>li:nth-child(2) {
    background: url('../image/ggjj.jpg') no-repeat 100% 100%;
    overflow: hidden;
    background-size: 100% 100%;
}

.swiper-wrapper>li:nth-child(3) {
    background: url('../image/ban2.jpg') no-repeat 100% 100%;
    overflow: hidden;
    background-size: 100% 100%;
}

.swiper-wrapper>li:nth-child(4) {
    background: url('../image/ban4.jpg') no-repeat 100% 100%;
    overflow: hidden;
    background-size: 100% 100%;
}

.swiper-wrapper>li:nth-child(5) {
    background: url('../image/ben.jpg') no-repeat 100% 100%;
    overflow: hidden;
    background-size: 100% 100%;
}

.fotter_dibu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fotter_dibu>div {
    color: #f4f5f8;
    font-size: 18px;
    margin-top: 10px;
}