/**{
    font-family: OPPOSans;
}*/
.pc-block {
    display: block;
}
.mb-block {
    display: none;
}
.w1500 {
    width: calc(100% - 5.25rem * 2);
    margin: 0 auto;
}
.w1200 {
    width: calc(100% - 9rem * 2);
    margin: 0 auto;
}
.F59 {
    color: #2f59a4;
}
.ellipsis {
    text-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}
.ellipsis_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ellipsis_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 1.1rem;
    border-radius: 2.5rem;
    border: .025rem solid #fff;
    transition: all .6s;
}
.more:hover {
    /*border-color: transparent;
    background: #2F59A4;*/
    background: #0078c2;
    border-color: #0078c2;
}

.f300 {
    font-weight: 300;
}
.f350 {
    font-weight: 350;
}
.f500 {
    font-weight: 500;
}
.f600 {
    font-weight: 600;
}
.f700 {
    font-weight: 700;
}
.f900 {
    font-weight: 900;
}
.line-5 {
    line-height: 1.5;
}
.imgcover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fix-header {
    height: auto;
}
.pc-header {
    width: 100%;
    display: block;
}
header {
    position: fixed;
    width: 100%;
    z-index: 5;
    transition: all .3s;
}
header .header_top {
    width: 100%;
    padding: 0 9rem;
    height: .75rem;
    /*background: #231f20;*/
    background: #000;
}
header .header_top_nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
header .header_top_nav a {
    height: 100%;
    margin-left: .925rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .header_top_nav a .span {
    margin-top: 0.04rem;
    transition: all .3s linear;
}
header .header_top_nav a:hover .span {
    color: #0078c2;
}
header .header_top_nav a:hover .icon svg path {
    fill: #0078c2;
}
header .header_top_nav a .icon {
    width: 0.4rem;
    height: 0.4rem;
    margin-right: .125rem;
}
header .header_top_nav a svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
header .header_top_nav a svg path {
    transition: all .3s linear;
}
.header_list {
    display: flex;
    align-items: center;
    padding: 0 9rem;
    height: 1.7rem;
    background-color: #fff;
    justify-content: space-between;
}

.header_list .header-logo a {
    display: flex;
    width: 4.975rem;
}

.header_list .header-logo a img {
    width: 100%;
}
.header-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 6rem;
}

.header-nav .ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-start;
    transition: all .3s;
    transition-delay: .1s;
    margin-right: 1.4rem;
}

.header-nav .ul .li {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 1rem;
}
@media (min-width: 768px) {
    .header-nav .ul .li.cur::after{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        content: '';
        background-color: #0078c2;
    }
}
.header-nav .ul .li.cur p > a{
    color: #0078c2;
}
.header-nav .ul .li:last-child {
    margin-right: 0;
}

.header-nav .ul a {
    font-weight: 500;
    transition: all .3s linear;
}
.header-nav .ul a:hover{
    color: #0078c2;
}
a {
    transition: all .3s linear;
}
.header-nav .ul .li .li-nav {
    position: absolute;
    left: 50%;
    top: 1.5rem;
    width: 6rem;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all .3s;
    transform: translateX(-50%) translateY(-20px);
}

.header-nav .ul .li .li-nav a {
    margin: .375rem 0;
    display: block;
    text-align: center;
    padding: 0 .5rem;
    padding-bottom: .375rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav .ul .li .li-nav a path {
    transition: all .3s;
}
.header-nav .ul .li .li-nav > a:last-child {
    margin-bottom: 0;
}
.header-nav .ul .li .li-nav a:last-child {
    margin-bottom: 0;
}
.header-nav .ul .li .li-nav .lib {
    margin-bottom: 0;
}
.header-nav .ul .li .li-nav .libbox {
    opacity: 0;
    visibility: hidden;
    left: 6rem;
    bottom: 0;
    width: 5rem;
    background: #fff;
    transform: translateY(.5rem);
    transition: all .3s;
}
.header-nav .ul .li.cur .li-nav  .libbox {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.form_search {
    display: flex;
    align-items: center;
    flex: 1;
    height: 1rem;
    justify-content: end;
    position: relative;
    overflow: hidden;
}
.search_icon {
    height: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_icon .black,
.search_icon .blue {
    margin-right: .125rem;
    width: .4rem;
    height: .4rem;
    transition: all 0.3s linear;
}
.search_icon .blue {
    display: none;
}
.search_icon:hover {
    color: #0078c2;
}
.search_icon:hover .blue {
    display: block;
}
.search_icon:hover .black {
    display: none;
}
.search_icon svg {
    width: .4rem;
    height: .4rem;
}
.form_search  input {
    width: 80%;
    padding: 0 .25rem;
    background-color: transparent;
}
.form_search form {
    border: .025rem solid rgba(0, 0, 0, .5);
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 0;
    opacity: 0;
    border-radius:1.25rem;
    transition: all .1s 0;
}
.form_search  span {
    font-size: 0;
}
.form_search  button {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    padding: 0 .25rem 0 0;
}

.form_search form button .blue {
    display: none;
}
.form_search form button:hover .blue {
    display: block;
}
.form_search form button:hover .black {
    display: none;
}
.form_search.cur > .search_icon {
    opacity: 0;
}
.form_search.cur form {
    transition: all .6s;
    opacity: 1;
    width: 100%;
    transform: translateX(0%) translateY(-50%);
}
.form_search.cur button {
    opacity: 1;
}
@media (min-width: 1024px) {
    .header-nav .ul .li:hover .li-nav {
        transform: translateX(-50%) translateY(0rem);
        opacity: 1;
        visibility: visible;
    }

    .header-nav .ul .li.cur::after,
    .header-nav .ul .li:hover::after {
        opacity: 1;
        visibility: visible;
    }

    .header-nav .ul .li.cur > a,
    .header-nav .ul .li:hover > a {
        /*color: #c40e24;*/
        color: #0078c2;
    }

    .header-nav .ul .li .li-nav a:hover {
        /*color: #c40e24;*/
        color: #0078c2;
    }
    .header-nav .ul .li .li-nav a:hover svg path {
        fill: #c40e24;
    }
    .header-nav {
        width: calc(100% - 5rem);
    }
}

.m-header .nume {
    width: 25px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    position: relative;
    margin-top: 0px;
}

.m-header .nume .line {
    width: 100%;
    height: 3px;
    background-color: #333;
    position: absolute;
    border-radius: .25rem;
    left: 0;
    transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1),
        background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}

.m-header .nume .line1 {
    top: 0;
}

.m-header .nume .line2 {
    top: 8px;
}

.m-header .nume .line3 {
    top: 16px;
}

.m-header .nume.cur {
    transform: rotateY(-180deg);
}

.m-header .nume.cur .line1 {
    transform: rotate(45deg);
    transform: translate3d(0, 7px, 0) rotate(45deg);
}

.m-header .nume.cur .line2 {
    opacity: 0;
}

.wrapheader {
    display: none;
}

.m-header .nume.cur .line3 {
    transform: rotate(-45deg);
    transform: translate3d(0, -9px, 0) rotate(-45deg);
}

.m-header {
    display: none;
}

.wrapheader {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.wrapheader .header-nav {
    display: none;
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.fixed-header {
    height: 2.45rem;
}

footer {
    width: 100%;
    overflow: hidden;
    background: #000;
}

footer .w1200 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding: 0 9rem 0;
    border-bottom: .025rem solid rgba(255, 255, 255, .3);
}
footer .w1200:nth-child(1) {
    padding-bottom: 2rem;
    padding-top: 2.2rem;
}
footer .w1200:nth-child(2) {
    padding-top: .65rem;
    padding-bottom: 1.25rem;
}

.footer_left {
    margin-right: 3.5rem;
}
.footer_left .footer_logo {
    width: 4.975rem;
    margin-bottom: .875rem;
}
.footer_left .footer_logo svg,
.footer_left .footer_logo img {
    width: 100%;
}
footer .w1200 .ulnav {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: 3.825rem;
}
footer .w1200 .ulnav .li {
    width: auto;
    margin-right: 2rem;
}

footer .w1200 .ulnav a {
    display: block;
    line-height: .85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
}
footer .w1200 .ulnav a:hover {
    color: #0078c2 !important;
}
footer .w1200 .ulnav .li > .tit-22 {
    margin-bottom: .5rem;
    color: #fff;
}
footer .w1200 .ulnav .li:last-child {
    margin-right: 0;
}
footer .w1200 .ulnav a:last-child {
    margin-bottom: 0;
}
footer .w1200:nth-child(2) {
    justify-content: space-between;
}

footer .w1200:nth-child(2) p:nth-child(1) p,
footer .w1200:nth-child(2) p:nth-child(1) span,
footer .w1200:nth-child(2) p:nth-child(1) span a {
    color: rgba(255, 255, 255, .5);
}
footer .w1200:nth-child(2) p:nth-child(1) span a {
    /*text-decoration-line: underline;
    text-decoration-style: solid;*/
    transition: all 0.3s linear;
}
footer .w1200:nth-child(2) p:nth-child(1) span a:hover {
    color: #0078c2;
}
footer .w1200:nth-child(2) p:nth-child(2) a {
    color: rgba(255, 255, 255, 0.7);
    font-family: OPPOSans;
    transition: all 0.5s linear;
}
footer .w1200:nth-child(2) p:nth-child(2) a:hover {
    color: #0078c2;
}
footer .follow_box {
    width: 2.175rem;
}
footer .follow_box .tit-18 {
    margin-bottom: .325rem;
    line-height: normal;
}
footer .follow_box .qrcode {
    width: 100%;
    height: 2.175rem;
    margin-bottom: .3rem;
    /* background: #fff; */
}
footer .follow_box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer .follow_box .tit-14 {
    line-height: normal;
    opacity: .9;
}

.lunage_hide {
    display: none;
}
.header-nav .ul .li  p svg {
    display: none;
}
@media (max-width: 996px) {
    .m-header {
        display: flex;
        align-items: center;
    }

    .m-header .search {
        width: .55rem;
        height: .55rem;
        margin: 0 .55rem;
    }
    .m-header .svg_icon {
        font-size: 0;
        margin-right: .5rem;
    }
    .m-header .svg_icon svg {
        width: .65rem;
        height: .65rem;
    }

    .pc-header {
        display: none;
    }

    .pc-block {
        display: none;
    }

    .mb-block {
        display: block;
    }

    .header_list > .header-nav {
        display: none;
    }

    .header_list {
        height: 1.5rem;
        padding: 0 6%;
    }

    .header_list .header-logo a {
        width: 4.5rem;
    }

    .fix-header {
        height: 1.5rem;
    }

    .header-nav.cur {
        display: flex;
    }

    .sub-banner {
        height: 7rem;
    }

    .sub-banner .banner_nav {
        display: none;
    }

    .wrapheader .header-nav {
        display: block;
        background-color: #fff;
    }

    .wrapheader {
        display: none;
        display: none;
        position: absolute;
        left: 0;
        flex-direction: column-reverse;
        top: 1.475rem;
        width: 100%;
        opacity: 1;
        visibility: visible;
        height: calc(100vh - 1.5rem);
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    .header-nav {
        position: relative;
        left: auto;
        flex-direction: column-reverse;
        top: auto;
        height: 100%;
        width: 100%;
        padding: 0 0%;
        padding-top: 1rem;
    }

    .header-nav .ul {
        flex-direction: column;
        width: 100%;
        margin-right: 0;
    }
    .header-nav .ul .lis,
    .header-nav .ul .li {
        width: 100%;
        height: auto;
        margin-right: 0;
        display: block;
        padding: 0;
        margin: 0;
        justify-content: flex-start;
    }
    .header-nav .ul .li.cur p > a{
        color: #fff;
    }
    .header-nav .ul .lis > a {
        position: relative;
        padding: .5rem 6%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header-nav .ul .lis > a.cur svg {
        transform: rotate(90deg);
    }
    .header-nav .ul .lis > a.cur path {
        fill: rgb(196, 14, 36);
    }
    .header-nav .ul .lis svg {
        width: .5rem;
        height: .5rem;
        transition: all .6s;
    }
    .wrapheader .header-nav .ul .li > a {
        position: relative;
        padding: .5rem 6%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .wrapheader .header-nav .ul .li > a svg {
        width: .5rem;
        height: .5rem;
    }
    .header-nav .ul .li  p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid rgba(225, 225, 225);
        padding: .5rem 0;
    }
    .header-nav .ul .li  p svg {
        display: block;
    }
    .header-nav .ul .li a {
        display: inline-block;
    }

    .header-nav .ul .li::after {
        display: none;
    }
    .header-nav .ul .li a {
        color: #fff;
    }
    .header-nav .ul .li .li-nav {
        background-color: #fff;
    }
    .header-nav .ul .li .li-nav a {
        color: #000;
    }
    .header-nav .ul .lis .li-nav,
    .header-nav .ul .li .li-nav {
        left: 0;
        transform: translateX(0);
        padding: 0;
        position: relative;
        display: none;
        opacity: 1;
        width: 100%;
        top: auto;
        visibility: visible;
        transform: translateY(0);
        transition: none;
    }
    .header-nav .ul .lis .li-nav a,
    .header-nav .ul .li .li-nav a {
        text-align: left;
        border-bottom: none;
        display: flex;
        align-items: center;
    }

    .header-nav .ul .li.cur {
        position: relative;
        width: 100%;
    }
    .w1700 {
        width: 92%;
        margin: 0 auto;
    }
    .w1200 {
        width: 88%;
        margin: 0 auto;
    }
}
.header-nav .ul .li .li-nav {
    display: none;
}
@media (max-width: 996px) {
    .fixed-header {
        height: 1.5rem;
    }

    .header-nav .search form {
        top: auto;
    }

    .header-nav .search {
        height: auto;
        width: auto;
    }
    footer .follow_box {
        width: 3.5rem;
    }
    .header-nav {
        position: fixed;
        left: 0;
        top: 1.5rem;
        background-color: #000;
    }
    .form_search {
        display: none;
    }

    .header-nav .ul {
        padding: 0 6%;
    }
    .header-nav .ul .li .li-nav {
        display: none;
    }
    .header-nav .ul .li p.cur svg{
        transform: rotate(90deg);
    }
    .footer_left > img{
        margin: 0  auto;
    }
    footer .follow_box .tit-14,
    footer .follow_box .tit-18{
        text-align: center;
    }
    
}

.slide_search {
    position: fixed;
    left: 0;
    top: 2.25rem;
    width: 100%;
    height: auto;
    background: #f6f7f9;
    border-top: 1px solid #e9e9e9;
    display: none;
}
.slide_search .form {
    width: 100%;
    background-color: #fff;
    padding: 1.5rem 12.75rem;
}
.slide_search .form .input_search {
    width: 100%;
    height: 1.25rem;
    border-radius: .15rem;
    border: 1px solid rgba(229, 229, 229, 0.80);
    background: #f6f7f9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .125rem 0 .75rem;
}
.slide_search .form input {
    width: 80%;
    background-color: transparent;
    height: 100%;
}
.slide_search .form input::placeholder {
    color: rgba(153, 153, 153, 0.6);
}
.slide_search .form button {
    width: 1rem;
    height: 1rem;
    border-radius: .15rem;
    background: #c40e24;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide_search .form button  svg {
    width: .5rem;
    height: .5rem;
}
.slide_search  .tit-30 {
    margin-bottom: 1rem;
}
.slide_search label {
    display: block;
    margin-bottom: .5rem;
}
.slide_search .freq {
    width: 100%;
    height: auto;
    padding: 1.2rem 12.75rem 1.05rem;
    margin: 0 auto;
}
.slide_search .freq  .tit-24 {
    margin-bottom: .5rem;
}
.slide_search .freq  .li {
    display: flex;
    align-items: center;
    line-height: 1.25rem;
}
.slide_search .freq  .li svg {
    margin-top: .1rem;
    width: .3rem;
    height: .3rem;
    margin-left: .125rem;
}

header.cur {
    transition: all .6s;
    transform: translateY(-.75rem);
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.swiper-pagination .swiper-pagination-bullet {
    width: .35rem;
    height: .35rem;
    margin: 1.5rem .3rem 0 !important;
    position: relative;
    border-radius: 50%;
    opacity: 1;
    background-color: transparent;
    border: .025rem solid transparent;
}
.swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: .2rem;
    height: .2rem;
    background-color: #fff;
    content: '';
    border-radius: 50%;
}
.swiper-pagination .swiper-pagination-bullet-active {
    border-color: rgba(255, 255, 255);
}
