/*basic*/

* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Microsoft Yahei, "微软雅黑", Arial;
    /* font-size: 14px; */
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #333333;
    display: inline-block;
}

img {
    border: none;
    display: block;
    width: 100%;
}

li {
    list-style: none;
}

button,
input,
textarea {
    outline: none;
    border: none;
    resize: none;
}

.clear::before,
.clear::after {
    content: '';
    clear: both;
    display: block;
    zoom: 1;
}

.zm_wrap_1150 {
    width: 1150px;
    margin: 0 auto;
    position: relative;
}

.zm_wrap_1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.zm_wrap_1220 {
    width: 1220px;
    margin: 0 auto;
}

.zm_wrap_1225 {
    width: 1225px;
    margin: 0 auto;
}

.zm_wrap_1250 {
    width: 1250px;
    margin: 0 auto;
}

.public_swiper_button {
    margin: 0;
    display: block;
}

.public_swiper_button::after {
    display: none;
}

.public_swiper_button.swiper-button-next {
    transform: rotate(180deg);
}

.swiper_button {
    display: block;
}

.public_link {
    display: block;
    height: 5px;
    border-top: 1px solid #94070A;
    border-bottom: 1px solid #94070A;
    margin-top: 2px;
}

#public_footer {
    background-color: #003262;
    padding: 90px 0;
}

#public_footer .footer_top {
    display: flex;
    justify-content: space-between;
}

#public_footer .footer_top dl {
    width: 432px;
}

#public_footer .footer_top dt {
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #FFFFFF;
}

#public_footer .footer_top dd {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #CCCCCC;
    margin-top: 5px;
}

#public_footer .public_link {
    border-color: #fff;
    margin: 50px 0 60px;
}

#public_footer .footer_bottom {
    display: flex;
    margin-top: 4px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    justify-content: space-between;
}

#public_footer .footer_bottom>li {
    padding: 0 57px;
    position: relative;
}

#public_footer .footer_bottom>li::after {
    content: '';
    position: absolute;
    height: 18px;
    width: 2px;
    background-color: #E6E6E6;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#public_footer .footer_bottom>li:first-of-type {
    padding-left: 0;
}

#public_footer .footer_bottom>li:last-of-type {
    padding-right: 0;
}

#public_footer .footer_bottom>li:last-of-type::after {
    display: none;
}

#public_footer .footer_bottom a {
    color: #E6E6E6;
}

#public_footer .footer_bottom ol {
    display: flex;
}

#public_footer .footer_bottom ol li {
    margin-right: 40px;
}

#public_footer .footer_bottom ol li:last-of-type {
    margin-right: 0;
}

#public_footer .footer_bottom ol a {
    display: block;
    width: 32px;
    height: 32px;
    position: relative;
}

#public_footer .footer_bottom ol a div {
    position: absolute;
    width: 84px;
    height: 84px;
    left: -50%;
    transform: translateY(-50%);
    top: -50px;
    display: none;
}

#public_footer .footer_bottom ol li:hover div {
    display: block;
}

#public_sub_banner {
    height: 400px;
    position: relative;
}

#public_sub_banner>img {
    height: 100%;
    object-fit: cover;
}

#public_sub_banner .logo {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

#public_sub_banner .logo img {
    width: 188px;
}

#public_sub_banner .text {
    width: 1088px;
    margin: 0 auto;
    position: absolute;
    top: 124px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

#public_sub_banner .text h4 {
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    color: #E4EDFF;
    text-shadow: 3px 4px 5px #2B050085;
    width: 447px;
    margin: 0 auto;
}

#public_sub_banner .text .public_link {
    margin: 20px auto 25px;
    border-top-width: 5px;
    border-color: #fff;
}

#public_sub_banner .text h6 {
    font-size: 36px;
    font-weight: 500;
    line-height: 50px;
    color: #E4EDFF;
    text-shadow: 3px 4px 5px #2B050085;
}

#public_sub_banner .pos {
    position: absolute;
    width: 112px;
    border-top-width: 3px;
    border-color: #fff!important;
    top: 40px;
    right: 0;
}
.bg_white{
    background-color: #fff!important;
}