.xiangqing {
    width: 100%;
    height: 1612px;
    background-color: #f2f6ff;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-direction: column;
}

.xiangqing_main {
    margin-top: 112px;
    margin-bottom: 101px;
    width: 1200px;
    height: 750px;
    box-sizing: border-box;
    padding: 0 30px;
    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: 79px;
}

.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: 26px;
}

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

.xiangqing_main>div:nth-child(2)>div:nth-child(1) {
    height: 480px;
    width: 358px;
    margin-left: 40px;
}

.xiangqing_main>div:nth-child(2)>div:nth-child(1) img {
    height: 480px;
    width: 358px;
}

.xiangqing_main>div:nth-child(2)>div:nth-child(2) {
    width: 658px;
}

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

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

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

.xiangqing_main>div:nth-child(3) {
    position: absolute;
    width: 227px;
    height: 480px;
    left: -60px;
    bottom: 91px;
}

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

.xiangqing_di {
    width: 1200px;
}

.xiangqing_di>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #333333;
    margin-bottom: 80px;
}

.xiangqing_di>div:nth-child(2) {
    width: 100%;
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.lunbo_main_ul {
    position: relative;
}

.xiangqing_di>div:nth-child(2)>div {
    width: 370px;
    height: 100%;
    background-color: #fff;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.xiangqing_di>div:nth-child(2)>div:hover {
    box-shadow: 0px 1px 11px rgba(0, 0, 0, 0.2);
}

.xiangqing_di>div:nth-child(2)>div>div:nth-child(1) {
    width: 215px;
    height: 174px;
    margin-top: 66px;
    margin-bottom: 37px;
}

.xiangqing_di>div:nth-child(2)>div>div:nth-child(2) {
    font-size: 20px;
    color: #4F5573;
    margin-bottom: 24px;
}

.xiangqing_di>div:nth-child(2)>div>div:nth-child(3) {
    width: 58px;
    height: 8px;
    margin-bottom: 30px;
    border-radius: 5.5px;
    background-image: linear-gradient(to right, #3A7DFF, #6EAFFB);
}

.xiangqing_di>div:nth-child(2)>div>div:nth-child(4) {
    font-size: 16px;
    color: #333333;
    width: 100%;
    box-sizing: border-box;
    padding: 0 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xiangqing_di>div:nth-child(2)>div>div:nth-child(1) img {
    width: 215px;
    height: 174px;
}

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

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

.liangdan_text {
    font-size: 24px;
    margin-bottom: 50px;
    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: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.liangdan_main>div:nth-child(1)>div:nth-child(1) {
    width: 100%;
    height: 534px;
    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;
}

.liangdan_main>div:nth-child(2) img {
    width: 570px;
    height: auto;
}

.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;
    font-size: 14px;
    height: 82px;
    color: #fff;
    align-items: center;
}

.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;
}

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

.lunbo>div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
    color: #333333;
    margin-top: 70px;
    margin-bottom: 50px;
}

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

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

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

.zitis:hover {
    color: #0E3097;
}

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

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

.lunbo_main>div>div {
    width: 192px;
    height: 100%;
    background-image: linear-gradient(#54A4F7, #0B2C93);
    float: left;
    border-radius: 8px;
    margin-right: 30px;
}

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

.lunbo_main_item>div:nth-child(1) {
    width: 110px;
    height: 110px;
    margin-top: 50px;
    margin-bottom: 22px;
}

.lunbo_main_item>div:nth-child(2) {
    width: 100%;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

.zhanshi_item>div:nth-child(2)>div {
    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;
}

.zhanshi_item>div:nth-child(1) {
    background: url('../image/bjs.png') no-repeat;
    background-size: 115% 100%;
    display: flex;
    align-items: center;
    font-size: 26px;
    color: #fff;
}

.zhanshi_item>div:nth-child(1) div {
    margin-left: 30px;
}