.xiangqing {
    width: 100%;
    height: 900px;
    background-color: #f2f6ff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xiangqing_main {
    width: 1200px;
    height: 748px;
    background: url('../image/tus.png') no-repeat 100%;
    background-size: cover;
    position: relative;
}

.xiangqing_main>div:nth-child(1) {
    /* width: 66%;
  height: 100%;
  background-color: pink; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 70px;
}

.xiangqing_main>div:nth-child(1)>div:nth-child(1) {
    font-size: 32px;
    color: #333333;
    margin-bottom: 20px;
}

.xiangqing_main>div:nth-child(1)>div:nth-child(2) {
    font-size: 24px;
    color: #333333;
    margin-bottom: 88px;
}

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

.xiangqing_main>div:nth-child(2)>div:nth-child(2) {
    width: 48%;
    box-sizing: border-box;
    padding-right: 48px;
}

.xiangqing_main>div:nth-child(2)>div:nth-child(2)>div:nth-child(1) {
    font-size: 30px;
    color: #333333;
    margin-bottom: 24px;
}

.xiangqing_main>div:nth-child(2)>div:nth-child(2)>div:nth-child(2) {
    font-size: 20px;
    color: #333333;
    line-height: 35px;
    margin-bottom: 44px;
}

.xiangqing_main>div:nth-child(2)>div:nth-child(2)>div:nth-child(3) {
    width: 35%;
    height: 68px;
    background-color: #1580f7;
    color: #fff;
    border-radius: 6px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xiangqing_main>div:nth-child(3) {
    position: absolute;
    width: 634px;
    height: 400px;
    top: 248px;
}

.xiangqing_main>div:nth-child(3) img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.liangdan {
    width: 100%;
    height: 910px;
    background: url('../image/liangdian.png') no-repeat 100%;
    background-size: cover;
    overflow: hidden;
}

.liangdan_title {
    font-size: 32px;
    margin-top: 80px;
    margin-bottom: 39px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.liangdan_text {
    font-size: 24px;
    margin-bottom: 60px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.liangdan_main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.liangdan_main>div:nth-child(1) {
    width: 669px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.liangdan_main>div:nth-child(1)>div:nth-child(1) {
    width: 100%;
    height: 540px;
    overflow: hidden;
}

.liangdan_main>div:nth-child(1)>div:nth-child(1)>div {
    width: 100%;
    height: auto;
    position: relative;
}

.liangdan_main>div:nth-child(1)>div:nth-child(1)>div>div {
    position: relative;
}

.liangdan_main>div:nth-child(2) {
    width: 602px;
    height: 420px;
}

.liangdan_main>div:nth-child(2) img {
    width: 100%;
    height: 100%;
}

.item {
    width: 100%;
    height: 160px;
    margin-bottom: 21px;
    background: url('../image/bbj.png') no-repeat 100%;
    background-size: cover;
    box-sizing: border-box;
    padding: 26px 34px;
    cursor: pointer;
}

.item>div:nth-child(1) {
    display: flex;
    margin-bottom: 17px;
    font-size: 18px;
    color: #fff;
}

.item>div:nth-child(3) {
    display: flex;
    height: 82px;
    font-size: 14px;
    color: #fff;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}

.item_img {
    width: 25px;
    height: 28px;
    margin-right: 25px;
}

.item_img img {
    width: 25px;
    height: 28px;
}

.hengs {
    display: flex;
    align-items: center;
}

.heng_1 {
    width: 4px;
    height: 57px;
    border-radius: 2px;
    background-color: #2F76F2;
}

.ziti {
    font-size: 50px !important;
    color: #4060b5;
    cursor: pointer;
}

.changjing {
    width: 100%;
    height: 1527px;
    background: url('../image/cangsuo.png') no-repeat 100%;
    overflow: hidden;
}

.changjing_title {
    font-size: 32px;
    color: #333333;
    margin-top: 80px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.changjing_text {
    font-size: 24px;
    color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}

.lunbo {
    width: 100%;
    height: 852px;
    background: url('../image/liangdian.png') no-repeat 100%;
    overflow: hidden;
    background-size: cover;
}

.lunbo>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 38px;
    color: #fff;
    margin-top: 161px;
    margin-bottom: 11px;
}

.lunbo>div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    color: #fff;
    margin-bottom: 118px;
}

.lunbo>div:nth-child(3) {
    width: 83%;
    height: 348px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zitis {
    font-size: 50px !important;
    color: #4060b5;
    cursor: pointer;
}

.zitis:hover {
    color: #fff;
}

.lunbo_main {
    width: 89%;
    height: 100%;
    overflow: hidden;
}

.lunbo_main>div {
    width: 2000px;
    height: 100%;
}

.lunbo_main>div>div {
    width: 286px;
    height: 100%;
    background-color: #fff;
    float: left;
    margin-right: 98px;
}

.lunbo_main_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lunbo_main_item>div:nth-child(1) {
    width: 123px;
    height: 106px;
    margin-top: 83px;
    margin-bottom: 35px;
}

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

.zhanshi {
    width: 100%;
    height: 820px;
    background: url('../image/dabj.png') no-repeat 100%;
    background-size: cover;
    overflow: hidden;
}

.zhanshi>div:nth-child(3) {
    width: 1200px;
    height: 394px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zhanshi>div:nth-child(3)>div {
    width: 370px;
    background-color: #fff;
    height: 100%;
}

.zhanshi>div:nth-child(3)>div:nth-child(1)>div:nth-child(1) {
    background: url('../image/an.png') no-repeat 100%;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 50px;
}

.zhanshi>div:nth-child(3)>div:nth-child(2)>div:nth-child(1) {
    background: url('../image/an1.png') no-repeat 100%;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 50px;
}

.zhanshi>div:nth-child(3)>div:nth-child(3)>div:nth-child(1) {
    background: url('../image/an2.png') no-repeat 100%;
    background-size: cover;
    overflow: hidden;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 50px;
}

.zhanshi_item>div:nth-child(1) {
    width: 100%;
    height: 164px;
    margin-bottom: 40px;
}

.zhanshi_item>div:nth-child(1) {
    width: 103%;
    height: 164px;
}

.zhanshi_item>div:nth-child(2) {
    width: 100%;
    box-sizing: border-box;
    padding: 0 27px;
    font-size: 18px;
    color: #333333;
    line-height: 25px;
    height: 156px;
    margin-bottom: 10px;
}

.zhanshi_item>div:nth-child(3) {
    width: 100%;
    box-sizing: border-box;
    padding: 0 27px;
    cursor: pointer;
}

.zhanshi_item>div:nth-child(3)img {
    width: 40px;
    height: 40px;
}

.changjing_main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper2 {
    width: 100%;
    height: 595px;
    background: url('../image/buane.png') no-repeat;
    background-size: cover;
}

.swiper2 .swiper-slide {
    box-sizing: border-box;
}

.san {
    padding: 35px 53px;
}

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

.ban_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ban_item>div:nth-child(2) {
    width: 725px;
    height: 482px;
}

.ban_item>div:nth-child(2) img {
    width: 725px;
    height: 482px;
}

.ban_zuo>div:nth-child(1) {
    font-size: 30px;
    color: #333333;
    margin-bottom: 27px;
}

.ban_zuo>div:nth-child(2) {
    width: 58px;
    height: 8px;
    border-radius: 5.5px;
    margin-bottom: 31px;
    background-color: #3A7DFF;
}

.ban_zuo>div:nth-child(3) {
    font-size: 20px;
    color: #333333;
    margin-bottom: 28px;
}

.ban_zuo>div:nth-child(4) {
    font-size: 16px;
    color: #333333;
    height: 146px;
}

.ban_zuo>div:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 188px;
    height: 54px;
    background-color: #368dfd;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.chengjing_di {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chengjing_di>div {
    width: 16%;
}

.di_item img {
    width: 100%;
    height: auto;
    margin-bottom: 41px;
}

.di_item>div:nth-child(2) {
    font-size: 24px;
    color: #4F5573;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
}

.di_items {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* .di_items>div {
    width: 58px;
    height: 8px;
    border-radius: 5.5px;
    background-color: #3A7DFF;
} */

.zhanshi>div:nth-child(1) {
    margin-top: 102px;
    margin-bottom: 20px;
    font-size: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.zhanshi>div:nth-child(2) {
    margin-bottom: 82px;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.image {
    width: 100%;
    height: 1380px;
    overflow: hidden;
}

.image>div:nth-child(1) {
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 108px;
    margin-bottom: 57px;
}

.image_item {
    width: 93%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
}

.image_item img {
    width: 15%;
    height: auto;
    margin-bottom: 22px;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.1);
}

.tiao {
    width: 100%;
    height: 190px;
    display: flex;
    background: url('../image/tiaos.png') no-repeat 100%;
    background-size: cover;
    justify-content: space-around;
    align-items: center;
}

.tiao>div {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tiao>div>div:nth-child(1) {
    height: 102px;
    width: 303px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.tiao>div>div:nth-child(1)>div:nth-child(1) {
    font-size: 38px;
    color: #4b72be;
}

.tiao>div>div:nth-child(1)>div:nth-child(2) {
    font-size: 24px;
    color: #4b72be;
}

.tiao>div>div:nth-child(2) {
    width: 242px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color: #fff;
    border-radius: 8px;
    background-image: linear-gradient(to right, #1f5ed4, #1a418c);
    cursor: pointer;
}