.box {
    width: 1366px;
    padding: 50px 0;
}

.xw_s_1 {
    width: calc(50% - 10px);
    height: 388px;
    position: relative;
}

.xw_s_2 {
    width: 20px;
    height: 388px;
}

.xw_s_3 {
    width: 100%;
    height: 207px;
}

.xw_s_4 {
    padding: 15px 20px 32px 20px;
}

.xw_s_5 {
    line-height: 26px;
    font-size: 16px;
}

.xw_s_6 {
    padding-top: 47px;
}

.xw_s_7 {
    font-weight: bold;
    padding-bottom: 60px;
    font-size: 26px;
    text-align: center;
}

.xw_s_8 {
    color: #777777;
    font-size: 14px;
}

.xw_s_9 {
    line-height: 40px;
    background-color: #00000060;
    position: absolute;
    bottom: 0;
    /* padding: 0 12px; */
    color: #FFFFFF;
    font-size: 18px;
    padding-left: 12px;
    /* text-align: center; */
}

.tz_s_1 {
    color: #FFFFFF;
    /* font-weight: bold; */
    padding-bottom: 20px;
    font-size: 40px;
    text-align: center;
}

.tz_s_3 {
    line-height: 25px;
    margin: 60px 20px 35px;
    font-size: 16px;
    color: #333333;
}

.tz_s_4 {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    border: 4px solid #FFFFFF;
    left: calc(50% - 50px);
}

.tz_s_5 {
    text-align: center;
    padding-top: 6px;
    font-size: 30px;
}

.tz_s_6 {
    text-align: center;
    padding-top: 6px;
    font-size: 18px;
}

.zt_s_1 {
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
    font-size: 22px;
    text-align: center;
}

.zt_s_2 {
    width: calc(33.333% - 13.33334px);
    position: relative;
    height: 180px;
}

.f_s_1 {
    padding: 20px 0;
    background-color: #363b97;
    width: 1366px;
    color: #FFFFFF;
    font-size: 16px;
}

.f_s_2 {
    text-align: center;
    padding-top: 14px;
}

.nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 160px;
    width: 100%;
    z-index: 999999;
}

.navigation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #6083F9;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
    z-index: 999999;
    animation: fadenum 1s 1;
}

@keyframes fadenum {
    0% {
        opacity: 0
    }

    20% {
        opacity: 0.2
    }

    40% {
        opacity: 0.4
    }

    60% {
        opacity: 0.6
    }

    80% {
        opacity: 0.8
    }

    100% {
        opacity: 1
    }
}

.nav_s_1 {
    height: 587px;width: 100%;position: relative;
}
.nav_s_2 {
    position: absolute;
    /* width: 458px; */
    /* height: auto; */
    top: 21%;
    left: 80px;
}
.nav_s_3 {
    position: absolute;width: auto;top: 19%;right: 140px; /** 85px */
}
.nav_s_4 {
    width: 130px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.nav_s_5 {
    position: absolute;top: 30px;right: 140px; /** 85px */
}
.nav_s_6 {
    width: 1366px;justify-content: space-between;
}
.nav_s_7{
    width: auto;height: 52px;
}

.more1 {
    border: 1px solid #0c3191;color: #333333;
}
.more2 {
    border: 1px solid #FFFFFF;color: #FFFFFF;
}

.zt_s_1_1{
    border-bottom: 1px solid #333333;padding: 0 10px 6px 10px;
}
.xw_s_7_1{
    border-bottom: 1px solid #333333;padding: 0 10px 10px 10px;
}

/* 每个菜单的样式(宽度这里调,子菜单宽度都听这个) */
.items {
    width: 130px;
    color: #fff;
}

/* 菜单与鼠标移入 */
.menu{
    width: 130px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    line-height: 55px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.menu:hover{
    overflow: visible;
    background: #6083F9;
    color: white;
    z-index: 999;
    cursor: pointer;
}

/* 下拉菜单与鼠标移入 */
.drop{
    background: #6083F9;
    text-align: center;
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    position: relative;
}
.drop:hover{
    overflow: visible;
    background: #FFFFFF;
    color: #6083F9;
    z-index: 999;
    cursor: pointer;
}


/* 下拉菜单与鼠标移入 */
.drop_item{
    position: absolute;
    left: 130px;
    top: -55px;
    background: #6083F9;
    color: #FFFFFF;
    text-align: center;
    width: 100%;
    height: 55px;
    line-height: 55px;
    overflow: hidden;
    position: relative;
}
.drop_item:hover{
    overflow: visible;
    background: #FFFFFF;
    color: #6083F9;
    z-index: 999;
    cursor: pointer;
}