@charset "utf-8";
/* CSS Document */

/*===========================header=============================*/
#n_main{
    padding-top: 6.25rem;
}

#header,
#nav ul li h3,
.top_menu {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#header {
    z-index: 999;
    height: 6.25rem;
    width: 100%;
    position: fixed;
    background: #fff;
    top: 0;
    z-index: 998;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

#header>.m {
    display: flex;
    height: 100%;
    max-width: 1800px;
    justify-content: space-between;
    align-items: center;
    position: static;
    padding-right: 0;
    margin-right: 0;
    padding-left: 0;
}

#header .fr {
    display: flex;
    flex-grow: 1;
    max-width: 1220px;
    margin-left: 11rem;
}

#header .line01 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, .3);
    z-index: -1;
}

#logo {
    flex-shrink: 0;
}

#logo a {
    display: flex;
    height: 100%;
    align-items: center;
}

#logo img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    width: 25.9375rem;
}

/* #logo .img01 {
    display: none;
}

#logo .img02 {
    display: block;
} */

#nav {
    flex-grow: 1;
    max-width: 980px;
}

#nav ul {
    display: flex;
    flex-grow: 1;
}

#nav ul li {
    float: left;
    position: relative;
    z-index: 0;
    flex-grow: 1;
    text-align: center;
    border-left: 1px solid rgba(229, 229, 229, .71);
}

#nav ul li a {
    display: block;
    text-transform: uppercase;
    font-size: 0;
}

#nav ul li h3 {
    font-size: 1rem;
    color: #424242;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 6.25rem;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 1;
}

#nav ul li.on h3 {
    color: #2957a4;
}

#nav ul li.on h3,
#nav ul li:hover h3 {}

#nav ul li h3:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transition: 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center;
    border-radius: 0 0 4px 4px;
}

#nav ul li.on h3:before,
#nav ul li:hover h3:before {
    transform: scaleX(1);
}

#nav li .sub {
    position: absolute;
    background: rgba(255, 255, 255, .95);
    min-width: 100%;
    max-width: auto;
    position: absolute;
    left: 50%;
    margin-left: 0;
    top: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 5px #3333334d;
    transform-origin: 0 0 0;
    transform: scaleY(0.2) translateX(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    opacity: 0;
    visibility: hidden;
    padding: 1rem 10px 1rem;
    border-radius: 0 0 .625rem .625rem;
}

#nav li .sub .box {
    padding: 0;
    text-align: center;
}

#nav li .sub a {
    padding: 0;
    line-height: 2.5rem;
    transition: .3s;
    font-size: .875rem;
    text-align: center;
    color: #505050;
    width: 100%;
    white-space: nowrap;
    display: block;
}

#nav li .sub a:hover {
    background: #3888e5;
    color: #fff;
}

#nav li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px) translateX(-50%);
}

#nav li .sub .img {
    width: calc(100% - 186px);
    height: 76px;
}

#nav li .sub .img img {
    width: 100%;
    object-fit: cover;
}

.top_menu_box {
    display: flex;
    position: relative;
    margin-left: 1rem;
}

.top_menu_box .top_menu {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
}

.top_menu_box .top_menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.875rem;
    height: 100%;
    flex-direction: column;
    gap: .5rem;
    font-size: .9375rem;
    line-height: 2rem;
}

.top_menu_box .top_menu svg {
    width: 1.25rem;
    height: 1.25rem;
}

.top_menu_box .top_menu.btn_language svg path {
    fill: #fff;
}

.top_menu_box .top_menu svg:nth-child(3) {
    width: 1rem;
    height: 1rem;
}

.top_menu_box .top_menu span {
    margin-left: .75rem;
    margin-right: .375rem;
    font-size: 1rem;
    color: #fff;
    transition: .5s;
}

.top_menu_box .top_menu.btn_mail {
    color: #fff;
}

.top_menu_box .top_menu.btn_phone {
    color: #696a6a;
}

.top_menu_box .top_menu.btn_mail svg,
.top_menu_box .top_menu.btn_phone svg {
    width: 1rem;
    height: 1rem;
}

.top_menu_box .top_menu.btn_mail {
    background: #2957a4;
}


.top_menu_box .top_menu.on svg path {
    fill: #fff;
}

.top_menu_box .top_menu a:hover svg {
    animation: jello 1.2s;

}


@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }

}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }

}



#header.xg {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}


#header.xg #nav ul li h3:before,
#nav ul li.on h3::before {
    background: #0062ad;
}




#header:hover {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}



#header:hover #nav ul li h3 svg path {
    fill: #999;
}

#header:hover #nav ul li h3:before {
    background: #0062ad;
}


/***********************/

/*手机导航开始*/
#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0s 1.5s;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .m {
    position: relative;
    height: 100%;
}

.m_user {
    height: 4.5rem;
    line-height: 4.5rem;
    margin-right: 4rem;
    color: #999;
}

.m_user a {
    display: inline-block;
    margin: 0 .625rem;
    color: #666;
}

.m_user a svg {
    width: 16px;
}

.m_user a:hover {
    color: #3888e5;
}

.m_user a:hover svg path {
    fill: #3888e5;
}

#m_logo {
    transition: 0s 1.5s;
    height: 100%;
    visibility: visible;
    float: left;
    display: flex;
    align-items: center;
}

#m_logo img {
    display: block;
    width: 180px;
}

.m_nav_list {
    /* flex-direction:column; */
    /* justify-content: flex-start; */
    width: 100%;
    /* overflow: auto; */
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav .top_search {
    display: flex;
    justify-content: center;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

#m_nav {
    z-index: -1;
    position: fixed;
    background: #eef2f6;
    width: 100%;
    height: 100vh;
    right: 0;
    top: 0;
    display: none;
    padding: 50px 0;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
}

#m_nav::-webkit-scrollbar {
    display: none;
}

#m_nav.act {
    pointer-events: auto;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 99999;
}

#m_nav>ul>li {
    width: 80%;
    overflow: hidden;
    padding: 0 1rem;
    margin: 0 auto;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgb(111 111 111 / 10%);
}

#m_nav li .a {}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #3d3d3d;
    padding: 0;
    font-size: 1.25rem;
    float: left;
    font-weight: bold;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav .title .a i {
    opacity: 1;
    filter: alpha(opacity=100);
    display: inline-block;
    width: 16px;
    height: 4.5rem;
    float: right;
    display: inline-block;
    background: url(../images/arrow_down.svg) center no-repeat;
    background-size: contain;
}

#m_nav li.on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav .on.title .a i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #014085;
}

#m_nav .title .list a {
    display: block;
    font-size: 1.125rem;
    color: #666;
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}



.search-dialog-box {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 70vh;
    z-index: 1000000;
    opacity: 0;
    visibility: hidden;
    transition: .6s;
    /* overflow: hidden; */
}

.search-dialog-box:before {
    content: "";
    position: absolute;
    top: 0;
    height: 0;
    transition: .6s;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(270deg, rgb(175, 30, 40) 30%, rgba(175, 30, 40, 0) 100%);
    background-image: -webkit-linear-gradient(270deg, rgba(56, 137, 229, 0.6), rgba(56, 137, 229, 0) 100%);
    background-image: -ms-linear-gradient(270deg, rgba(56, 137, 229, 0.6), rgba(56, 137, 229, 0) 100%);
}

.search-dialog-box.on:before {
    height: 100%
}

.search-dialog-box .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    display: none;
}

.search-dialog-box .search-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    margin: 0;
    background: rgba(0, 0, 0, .7);
    background-size: cover;
    background-repeat: no-repeat;
    /* z-index: 1; */
    transform-origin: center center;
    transition: height .8s cubic-bezier(.77, 0, .175, 1);
}

.search-dialog-box .wrap-inner {
    transform: translateY(100%);
    transition: .6s;
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s;
}

.search-dialog-box .bubbles-bg .bubble {
    position: absolute;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.search-dialog-box .bubbles-bg .bubble1 {
    width: 6%;
    padding-top: 6%;
    left: 26.875%;
    top: -6.67%;
}

.search-dialog-box .bubbles-bg .bubble1 .circle {
    border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble2 {
    width: 12px;
    padding-top: 12px;
    left: 13.54%;
    top: 18%;
}

.search-dialog-box .bubbles-bg .bubble2 .circle {
    background-color: #3888e5;
}

.search-dialog-box .bubbles-bg .bubble3 {
    width: 36px;
    padding-top: 36px;
    left: 8.854%;
    top: 30.55%;
}

.search-dialog-box .bubbles-bg .bubble3 .circle {
    background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble4 {
    width: 56.875%;
    padding-top: 56.875%;
    left: -28.6458%;
    top: 51.85%;
}

.search-dialog-box .bubbles-bg .bubble4 .circle {
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .05) 100%);
}

.search-dialog-box .bubbles-bg .bubble5 {
    width: 54px;
    padding-top: 54px;
    left: 26.3%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble5 .circle {
    background-color: #fff;
    opacity: .1;
}

.search-dialog-box .bubbles-bg .bubble6 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 73.4375%;
    top: -52.77%;
}

.search-dialog-box .bubbles-bg .bubble6 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .1) 100%);
}

.search-dialog-box .bubbles-bg .bubble7 {
    width: 2rem;
    padding-top: 2rem;
    left: 60.9375%;
    top: 18.5%;
}

.search-dialog-box .bubbles-bg .bubble7 .circle {
    background-color: #3888e5;
}

.search-dialog-box .bubbles-bg .bubble8 {
    width: 1.35rem;
    padding-top: 1.35rem;
    left: 95.83%;
    top: 70.83%;
}

.search-dialog-box .bubbles-bg .bubble8 .circle {
    border: 1px solid #fff;
}

.search-dialog-box .bubbles-bg .bubble9 {
    width: 16px;
    padding-top: 16px;
    left: 76.5625%;
    top: 96.296%;
}

.search-dialog-box .bubbles-bg .bubble9 .circle {
    background-color: #fff;
}

.search-dialog-box .bubbles-bg .bubble10 {
    width: 56.875%;
    padding-top: 56.875%;
    left: 71.354%;
    top: 87%;
}

.search-dialog-box .bubbles-bg .bubble10 .circle {
    background: -webkit-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: -ms-linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, .05), rgba(255, 255, 255, .3) 100%);
}

.search-dialog-box .bubbles-bg .bubble {
    animation: spin 8s infinite linear;
    transform-origin: 50% 45%;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) {
    animation: spin2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble .circle {
    animation: spin-reverse 8s infinite linear;
}

.search-dialog-box .bubbles-bg .bubble:nth-child(2n) .circle {
    animation: spin-reverse2 8s infinite linear;
}

.search-dialog-box .bubbles-bg .sm-bubble {
    transform-origin: 30% 30px;
}

.search-dialog {
    position: absolute;
    left: 0;
    top: 50%;

    transform: translateY(-50%);
    width: 100%;
    z-index: 2;
}

.search-dialog .search-tit {
    font-size: 2.75rem;
    line-height: 3.5rem;
    color: #fff;
    text-align: center;
    overflow: hidden;
    display: none;
}

.search-dialog .search-inner {
    overflow: hidden;
    margin-top: 0;
}

.search-dialog .search-input {
    width: 50rem;
    margin: 0 auto;
    padding: 0 0.5rem 0 1.5rem;
    background-color: rgba(255, 255, 255, .1);
    box-sizing: border-box;
    transition: all .3s;
    max-width: 94%;
}

.search-dialog .search-input input[type=text] {
    float: left;
    height: 4.5rem;
    width: calc(100% - 3.5rem);
    background-color: transparent;
    font-size: 1.25rem;
    color: #fff;
    transition: all .3s;
}

.search-dialog .search-input input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.search-dialog .search-input input[type=submit],
.search-dialog .search-input .clear-btn {
    float: right;
    height: 4.5rem;
    width: 3.5rem;
}

.search-dialog .search-input input[type=submit] {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem;
    background-image: url('../images/search-btn.svg');
}

.search-dialog .search-input .clear-btn {
    background-color: rgba(0, 0, 0, .2);
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../images/close-btn.svg');
    background-size: 3.5rem;
    border-radius: 100%;
    margin-right: 1rem;
    display: none;
}

.search-dialog .search-input.on {
    background-color: #fff;
}

.search-dialog .search-input.on input[type=submit] {
    background-image: url('../images/search-btn2.svg')
}

.search-dialog .hot-search {
    font-size: 0;
    width: 19.5rem;
    margin: .6rem auto 0;
    box-sizing: border-box;
    padding: 0 .6rem;
    overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
    font-size: .375rem;
    line-height: .5rem;
    color: #fff;
    font-weight: bold;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .5rem;
    background-image: url(../images/hot-icon.png);
}

.search-dialog .hot-link {
    margin-left: 1rem;
}

.search-dialog .hot-link a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .375rem;
    line-height: .5rem;
    margin-right: .75rem;
    color: #fff;
    padding-bottom: 5px;
    position: relative;
}

.search-dialog .hot-link a:before {
    content: "";
    position: absolute;
    left: 0%;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .3s;
}

.search-dialog-box .bottom-box {
    position: absolute;
    left: 0;
    bottom: 5.1%;
    width: 100%;
}

.search-dialog-box .bottom-box .share-box {
    overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
    font-size: .35rem;
    line-height: .5rem;
    color: #fff;
    font-family: "gilroy-regular";
    margin-top: .5rem;
    overflow: hidden;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}

.search-dialog-box.on {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .search-bg {
    height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
    opacity: 1;
    visibility: visible;
}

.search-dialog-box.on .wrap-inner {
    transform: translateY(0)
}

.pub-close {
    position: absolute;
    width: 3rem;
    height: 3rem;
    z-index: 10;
    right: 1.5rem;
    top: 1.35rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: 100%;
}

.pub-close .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1c5ab7;
    transform: scale(0);
    border-radius: 100%;
    transition: transform .3s;
}

.pub-close i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: 0.75rem;
    background-repeat: no-repeat;
    background-image: url(../images/close-btn.svg);
    transition: .6s
}

.pub-close i:hover {
    transform: rotate(180deg)
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes spin2 {
    to {
        transform: rotate(-1turn);
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(1turn);
    }
}

@keyframes spin-reverse2 {
    from {
        transform: rotate(-1turn);
    }
}




/*首页banner*/
#banner {
    position: relative;
}

#banner .swiper-container {
    height: 100vh;
}

#banner .swiper-slide {
    overflow: hidden;
}

#banner .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat !important;
}

#banner .txt {
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 1rem;
}

#banner .txt {
    opacity: 0;
}
#banner .txt a {
    display: block;
    width: 9.375rem;
    height: 2.8125rem;
    border-radius: 20px;
    background: rgba(0, 98, 173, .9);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .875rem;
    line-height: 1.25rem;
    margin-top: 1.5rem;
}

#banner .swiper-button-white {
    width: 4rem;
    height: 4rem;
    z-index: 9;
}

#banner .swiper-button-white svg {
    transition: .5s;
}

#banner .swiper-button-prev {
    opacity: .8;
    left: 4%;
}

#banner .swiper-button-next {
    opacity: .8;
    right: 4%;
}

#banner .swiper-button-white:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: scale(.5);
}

#banner .swiper-slide.swiper-slide-active .txt {
    animation: enter 1.2s forwards .2s;
}

#banner .swiper-button-white:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#banner .swiper-button-white:hover svg {
    transform: scale(.5);
}

.dotbox {
    position: absolute;
    left: 0;
    bottom: 2rem;
    width: 100%;
    height: 20px;
    z-index: 111;
    display: none;
}

.dotbox .dots {
    width: 20px !important;
    height: 20px !important;
    display: inline-block;
    background: none;
    opacity: 1;
    margin-right: 7px;
}

.dotbox .dots:before {
    border: 0;
    background: #fff;
    transform: scale(.4);
}

.dotbox .dots svg.drawcircle circle {
    fill: none;
    box-sizing: border-box;
    stroke-width: 1.5;
    stroke-dasharray: 0, 62.8;
    stroke-dashoffset: 62.8;
}

.dots.swiper-pagination-bullet-active svg.drawcircle circle {
    animation: svgrotate 6.2s forwards;
}

@-webkit-keyframes svgrotate {
    0% {
        stroke: rgba(255, 255, 255, 1);
        stroke-dasharray: 0, 62.8;
        stroke-dashoffset: 62.8;
    }

    100% {
        stroke: rgba(255, 255, 255, 1);
        stroke-dasharray: 62.8, 0;
        stroke-dashoffset: 62.8;
    }
}

@keyframes enter {}

@-webkit-keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

@keyframes enter {
    0% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    20% {
        opacity: 0;
        transform: translateY(100px);
        -webkit-transform: translateY(100px);
        -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
        -o-transform: translateY(100px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
    }
}

#n_main {}

.n_banner {
    height: 25rem;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.n_banner .m {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.n_banner p {
    font-size: 3rem;
    color: #fff;
    font-family: BarlowCondensed-Medium;
    margin-bottom: 3px;
    text-transform: uppercase;
}

.n_banner h3 {
    color: #fff;
    font-size: 1.5rem;
}



.n_title .m {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.n_nav {
    position: relative;
    display: flex;
}


.n_nav a {
    display: flex;
    height: 5.5rem;
    font-size: 1.0625rem;
    line-height: 1.875rem;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    margin-left: 1.875rem;
    align-items: center;
}


.n_nav a:before {
    content: "";
    width: 0;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e6212a;
    transition: all .8s;
}

.n_nav .on:before,
.n_nav a:hover:before {
    width: 100%;
}

.n_title {
    padding: 0;
    position: absolute;
    height: 5.5rem;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, .2);
}

.n_title .m {
    display: flex;
    justify-content: space-between
}



.position {
    left: 0;
    bottom: 0;
    font-size: .9375rem;
    color: #747679;
    display: flex;
    align-items: center;
}

.position {
    height: 3.75rem;
    left: 0;
    bottom: 0;
    color: rgba(255, 255, 255, .6);
    font-size: .9375rem;
    display: flex;
    align-items: center;
}

.position span,
.position a,
.position i {
    -moz-transition: all 0.36s ease-in-out;
    -webkit-transition: all 0.36s ease-in-out;
    -o-transition: all 0.36s ease-in-out;
    -ms-transition: all 0.36s ease-in-out;
    transition: all 0.36s ease-in-out;
}

.position i {
    margin: 0 .75rem;
    font-style: normal;
}

.position i img {
    vertical-align: middle;
    margin-top: -2px;
}

.position span img {
    vertical-align: middle;
    margin-top: -2px;
    margin-right: .75rem;
}

.position em {
    font-style: normal;
}

.position a:hover {
    color: #e6222b;
}


/*====移动端导航====*/
#m_n_nav {
    display: none;
    line-height: 50px;
    position: relative;
    z-index: 9;
    width: 100%;
    background: #3888e5;
}

#m_n_nav .m {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#bnt_back {}

#bnt_back svg {
    fill: #fff;
    vertical-align: middle;
    max-width: 26px;
}

#m_n_nav i {}

#m_n_nav h1 {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 50px;
}

#bnt_sub_nav {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
}

#bnt_sub_nav svg {
    fill: #fff;
    height: 20px;
    vertical-align: middle;
    width: 20px;
}

#bnt_sub_nav img {
    display: block;
    height: 15px;
}

#bnt_sub_nav.on img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#sub_nav_content {
    background: #f0f3f5;
    display: none;
    box-shadow: 0 0 5px #999;
    z-index: 9;
}

#sub_nav_content ul {
    padding: 10px;
}

#sub_nav_content ul li {
    display: block;
    line-height: 28px;
    margin: 1rem 0;
}

#sub_nav_content ul li a {
    display: block;
    border-left: 2px solid #3888e5;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding-left: 10px;
    color: #535455;
}

#sub_nav_content ul li.on a {
    color: #3888e5;
}

#sub_nav_content dl {
    font-size: 0;
    overflow: hidden;
    background: #fff;
    padding: 10px 0;
}

#sub_nav_content dt {
    position: relative;
    background: #fff;
    z-index: 999;
    width: 33.333%;
    display: inline-block;
    margin-bottom: 0;
    float: left;
    text-align: center;
}

#sub_nav_content dt a {
    margin: 0 20px;
    display: block;
    color: #5b5349;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400;
    vertical-align: top;
}

#sub_nav_content dt a i {
    position: absolute;
    right: 15px;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
}

#sub_nav_content dt a {}

#sub_nav_content dt.title {
    background: #fafafb;
}

#sub_nav_content dt.title i {
    opacity: 1;
    filter: alpha(opacity=100);
}

#sub_nav_content dt.title_on {
    background: #fafafb;
}

#sub_nav_content dt.title_on a {
    color: #3888e5;
    border-top: 1px solid #fff;
}

#sub_nav_content dt.title_on a i {
    color: #3888e5;
}

#sub_nav_content dt.last a {
    border-top: 1px solid #f8f8f8;
}

#sub_nav_content dt.on a,
#sub_nav_content dt.title_on a {
    color: #3888e5;
}

#sub_nav_content dd {
    display: none;
}

#sub_nav_content dd .box {
    padding: 0px 0px 0px 0px;
}

#sub_nav_content dd a {
    padding: 0 25px;
    line-height: 30px;
    border-top: 1px solid #e7e7e7;
    font-size: 12px;
    color: #5b5349;
    display: block;
    height: 30px;
}

#sub_nav_content dd a.on {
    color: #3888e5;
}


.s_about {
    width: 100%;
    overflow: hidden;
    background: url(../images/s_about_bg.jpg) center bottom no-repeat #edf0f5;
    background-size: 100%;
    height: 600px;
}

.s_about .txt {
    margin-left: 50%;
    padding-top: 2rem;
}

.s_about .txt h3 {
    font-size: 2.0625rem;
    color: #0062ad;
    line-height: 2.8125rem;
}

.s_about .txt .con {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #7d7d7d;
    margin-top: 1.25rem;
    margin-bottom: 2.25rem;
}

.btn_xq {
    font-size: .9375rem;
    color: #494949;
    width: 8.4375rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .875rem;
    color: #7c7c7c;
    border-radius: 1.875rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    transition: all ease 600ms;
}

.btn_xq:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 1.25rem;
    box-sizing: border-box;
    border: 2px solid #cdcfd2;
    transition: all ease 600ms;
    z-index: -1;
}

.btn_xq:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 0;
    background: #3888e5;
    transition: all ease 600ms;
    z-index: -1;
}

.btn_xq:hover:before {
    border: 2px solid #3888e5;
}

.btn_xq:hover:after {
    width: 100%;
    left: 0;
    right: auto;
}

.btn_xq:hover {
    color: #fff;
}

.s_shuzi {
    margin-top: 3.25rem;
}

.s_shuzi ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.s_shuzi ul li {}

.s_shuzi ul li p {
    font-size: .875rem;
    color: #676767;
}

.s_shuzi ul li div {}

.s_shuzi ul li div span {
    font-size: 4rem;
    color: #e6212a;
    font-family: BarlowCondensed-Medium;
}

.s_shuzi ul li div i {
    font-size: .875rem;
    color: #676767;
}

.s_news {
    width: 100%;
    position: relative;
    background: url(../images/aboutbg.png)no-repeat;
    background-size: cover;
}

.s_news .m {
    display: grid;
    grid-template-columns: .473fr .527fr;
    gap: 4.375rem;
}

.s_news .hd {
    padding-bottom: 1.125rem;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.s_news .hd ul {
    display: flex;
    justify-content: space-between;
    max-width: 378px;
}

.s_news .hd ul li {
    position: relative;
}

.s_news .hd ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #3888e5;
    transition: 0.3s ease-in-out;
    transform: scaleX(0);
    transform-origin: center;
    border-radius: 1px;
}

.s_news .hd ul li a {
    font-size: 1.125rem;
    color: #4c4c4c;
    font-weight: bold;
    display: block;
    padding-bottom: 1.125rem;
}

.s_news .hd ul li.on a {}

.s_news .hd ul li.on:before {
    transform: scaleX(1);
}

.s_news .bd {}

.s_news .bd ul {}

.s_news .bd ul li {}

.s_news .bd ul li a {
    display: grid;
    grid-template-columns: 1fr 7rem;
    align-items: center;
}

.s_news .bd ul li h5 {
    line-height: 2.625rem;
    font-size: 1rem;
    color: #454545;
    position: relative;
    padding-left: 21px;
    transition: .5s;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.s_news .bd ul li h5:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #a4a4a4;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.s_news .bd ul li span {
    justify-self: flex-end;
    font-size: 1rem;
    color: #909090;
    font-family: BarlowCondensed-Regular;
}

.s_news .bd ul li:hover h5 {
    color: #3888e5;
}

.s_news .bd2 {}

.s_news .bd2 ul {}

.s_news .bd2 ul li {}

.s_news .bd2 ul li a {
    display: block;
    position: relative;
    border-radius: .625rem;
    overflow: hidden;
}

.s_news .bd2 ul li .img {}

.s_news .bd2 ul li .img img {}

.s_news .bd2 ul li .img:after {
    padding-top: 25.9375rem;
}

.s_news .bd2 ul li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 6rem 1.875rem 1.5rem;
    background-image: -moz-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .9) 100%);
    background-image: -webkit-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .9) 100%);
    background-image: -ms-linear-gradient(270deg, transparent 0%, rgba(0, 0, 0, .9) 100%);
}

.s_news .bd2 ul li .txt h5 {
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
}

.s_tt {}

.s_tt span {
    font-size: 2.625rem;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-family: BarlowCondensed-Medium;
}

.s_tt h3 {
    font-size: 1.375rem;
    color: #fff;
    line-height: 1.5rem;
    margin-top: 1rem;
}

.s_layout {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.s_layout:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/s_buju_bg.jpg) center no-repeat;
    width: 100%;
    height: 33.3125rem;
}

.s_layout .hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.5rem;
}

.s_layout .hd ul {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.s_layout .hd ul li {
    position: relative;
}

.s_layout .hd ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s_layout .hd ul li svg {
    width: 2.625rem;
    height: 2.625rem;
}

.s_layout .hd ul li h3 {
    font-size: .9375rem;
    color: #fdfdfd;
    margin-top: 1.25rem;
}

.s_layout .hd ul li i {
    display: block;
    width: .75rem;
    height: .75rem;
    background: url(../images/arr_up.svg) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 50%;
    bottom: -1.25rem;
    transition: .5s;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
}

.s_layout .hd ul li.on i {
    opacity: 1;
    visibility: visible;
}

.s_layout .bd {
    position: relative;
}

.s_layout .bd .item {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.s_layout .bd .img {}

.s_layout .bd .img img {}

.s_layout .bd .img:after {
    padding-top: 27.75rem;
}

.s_layout .bd .txtslide {
    background: url(../images/s_buju_txt.jpg) center bottom no-repeat #fff;
}

.s_layout .bd .txt {
    height: 27.75rem;
    padding: 4.8125rem 3.75rem;
}

.s_layout .bd .txt h3 {
    font-size: 1.625rem;
    color: #4f4f4f;
    margin-bottom: 1.625rem;
}

.s_layout .bd .txt .con {
    font-size: .9375rem;
    color: #929292;
    line-height: 1.75rem;
    margin-bottom: 2.25rem;
}

.s_layout .bd .txt .btn_arr {}

.btn_arr {
    display: block;
    width: 50px !important;
    height: 50px !important;
    overflow: hidden;
    position: relative;
    border: 2px solid #e0e2e4;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.btn_arr font {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.btn_arr font:nth-child(1) {
    left: -50px;
}

.btn_arr font:nth-child(2) {
    left: 0;
}

.btn_arr font svg path {
    fill: #c5c8cb;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.btn_arr font svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    vertical-align: middle;
}

.btn_arr:hover {
    background: #3888e5;
    border: 2px solid #3888e5;
}

.btn_arr:hover font:nth-child(1) {
    left: 0;
}

.btn_arr:hover font:nth-child(2) {
    left: 50px;
}

.btn_arr:hover font svg path {
    fill: #fff;
}


.s_layout .swiper-button svg {
    width: 1rem;
    height: 1rem;
}

.s_layout .swiper-button path {
    fill: #c5c8cb;
}

.s_layout .swiper-button-prev {
    right: 43%;
    left: auto;
}

.s_layout .swiper-button-next {
    left: 58%;
    right: auto;
}

.s_layout .swiper-button-next,
.s_layout .swiper-button-prev {
    top: 70% !important;
}

.s_rukou {
    margin-top: 1.25rem;
}

.s_rukou ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.s_rukou ul li {}

.s_rukou ul li a {
    display: block;
    position: relative;
}

.s_rukou ul li .img {}

.s_rukou ul li .img img {}

.s_rukou ul li .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 3.25rem;
}

.s_rukou ul li .tt {}

.s_rukou ul li .tt h3 {
    font-size: 1.25rem;
    color: #576167;
    margin-bottom: .75rem;
    font-weight: bold;
}

.s_rukou ul li .tt span {
    font-size: 1.375rem;
    color: rgba(87, 97, 103, 0.3);
    font-family: Gill Sans MT;
    text-transform: uppercase;
}

.s_rukou ul li:nth-child(2) .tt h3 {
    font-size: 1.25rem;
    color: #9c714d;
}

.s_rukou ul li:nth-child(2) .tt span {
    color: rgba(156, 113, 77, 0.3);
}

.s_rukou ul li:nth-child(3) .tt h3 {
    font-size: 1.25rem;
    color: #ffffff;
}

.s_rukou ul li:nth-child(3) .tt span {
    color: rgba(255, 255, 255, 0.3);
}

#foot {
    background: #1f2024;
    width: 100%;
    padding-top: 5rem;
}

#foot .box1 {
    display: flex;
    padding-left: 2.25rem;
}


#foot .item a {
    display: inline-block;


}

#foot .m .box1s {
    display: flex;
    justify-content: space-between;
}

.f_address {
    margin: 1.875rem 0;
}

.phones {
    display: flex;
    align-items: flex-end;
    gap: 10px;

}

.phones p {
    color: rgba(255, 255, 255, .54);
    font-size: .875rem;
    margin-bottom: .5rem;
}

.phones h5 {
    font-family: Swis721 BlkCn BT;
    font-size: 1.375rem;
    color: #df4c3d;
}

.phones svg .quan {
    fill: rgba(255, 255, 255, 0.5);
}

.f_address>p {
    color: #9a9b9c;
    font-size: .875rem;
    line-height: 1.5rem;
    margin: .5rem 0 0 3rem;
}


.ewm {
    display: flex;
    align-items: center;
    margin-left: 3rem;
    gap: 1.25rem;
}

.ewm img {
    width: 95px;
    height: 95px;
}

.ewm p {
    color: rgba(255, 255, 255, .4);
    font-size: .875rem;
    line-height: 1.5rem;
}

.foot_nav {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 937px;
    width: 100%;
}



.foot_nav dl dt {
    font-size: 1rem;
    color: #fff;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
    z-index: 1;
    font-weight: bold;
    padding-bottom: 1rem;
}

.foot_nav dl dt::before {
    content: '';
    position: absolute;
    height: 2px;
    width: 26px;
    background: #157cca;
    bottom: 0;
    left: 0;
}

.foot_nav dl dd {
    font-size: .875rem;
    color: rgba(255, 255, 255, .5);
    line-height: 1.875rem;
    transition: .5s;
}
.bots {
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 1.5rem 0;
   
}
.bots .m {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}
.copyright {
   
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(255, 255, 255, .4);
    font-size: .8125rem;
    line-height: 1.5rem;


}
.foot_link {
    width: 270px;
    max-width: 100%;
    position: relative;
    z-index: 100;
}

.foot_link dl {
    position: relative;
}

.foot_link dt {
    height: 3.125rem;
    padding: 0 1.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.375rem;
}

.foot_link dt h3 {
    font-size: 1rem;
    line-height: 1.375rem;
    color: rgba(255, 255, 255, 0.7);
}

.foot_link dt i {
    width: 12px;
    height: 12px;
}

.foot_link dt.on i svg {
    transform: rotate(180deg);
}

.foot_link dd {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-bottom: 3.125rem;
}

.foot_link dt i svg {
    transition: 0.5s;
}

.foot_link dd .box {
    border-radius: 1.5rem;
    padding: 1rem 1.25rem 0;
    display: none;
}

.foot_link dd:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #161a21;
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: -1;
}

.foot_link dd .box a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
    line-height: 2;
    transition: 0.3s;
}

.foot_nav dl dd:hover ,
.foot_link dd .box a:hover {
    color: #fff;
}

.copyright p {
    text-align: center;

}

.copyright a {
    transition: all .5s;
}

.copyright a:hover {
    color: #fff;
}

#gotop {
    position: fixed;
    right: 1rem;
    bottom: 5rem;
    z-index: 996;
    cursor: pointer;
    overflow: hidden;
    height: 3.125rem;
    transition: .5s;
}

#gotop span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 5px;
    background: #0c63d0;
}

#gotop span svg {
    width: 2.375rem;
    height: 2.375rem;
}

#gotop.hide {
    height: 0;
}

/*翻页*/
.pages {
    text-align: center;
    margin: 4.375rem auto 0;
}

.pages .box {
    display: flex;
    align-items: center;
    justify-content: center
}

.pages .box a {
    margin: 0 .375rem;
    border: #e0e0e0 1px solid;
    transition: .5s;
    font-size: .875rem;
    color: #3a3a3a;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    min-width: 40px;
    padding: 0 .5rem;
    white-space: nowrap;
    border-radius: 4px;
    transition: all .5s;
}

.pages .box a span {
    padding: 0 .875rem;
   
}

.pages .box a.on {
    color: #fff;
    border: #0062ad 1px solid;
    background: #0062ad;
}

.pages a:hover {
    background: #0062ad;
    border: 1px solid #0062ad;
    color: #fff;
    text-decoration: none;
}

/* 项目风采 */

.fengcai,
.education {
    width: 100%;
    background: #f0f3f6;
}

.fengcai ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
}

.fengcai .fctit {
    display: flex;
    height: 3.75rem;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #616366;
    font-size: .9375rem;
    line-height: 1.25;
    padding:  0 1.5rem;
}

.fengcai .img {
    position: relative;
}

.fengcai .img::before {
    content: '';
    position: absolute;
    width: 5rem;
    height: 2px;
    left: 50%;
    top: 50%;
    transition: all .8s;
    transform: translate(0, -50%);
    background: #fff;
    opacity: 0;
    z-index: 10;
}

.fengcai .img::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 5rem;
    left: 50%;
    top: 50%;
    transition: all .8s;
    transform: translate(-50%, 0);
    background: #fff;
    opacity: 0;
    z-index: 10;
}




.fengcai .img .mb {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 98, 173, .9);
    opacity: 0;
    transition: all .8s;
    top: 0;
    z-index: 0;
}

.fengcai ul li:hover .mb {
    opacity: 1;
}

.fengcai ul li:hover .img::before,
.fengcai ul li:hover .img::after {
    transform: translate(-50%, -50%);
    opacity: 1;
    background: #fff;
}

/* 员工风采详情 */
#dsex {
    max-width: 62.5rem;
}

#dsex a {
    position: relative;
}

#dsex a .sexcon {
    position: absolute;
    bottom: 0;
    height: 3.5rem;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    padding: 0 1rem;
    background: #0062ad;
    color: #fff;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.dxsex .dangxing {
    margin-bottom: 2rem;
    position: relative;
}

.dxsex p {
    color: #141414;
    font-size: .9375rem;
    line-height: 1.875rem;
}

.dxsex .btn_arr font svg {
    width: 1rem;
    height: 1rem;
}

.dxsex .swiper-button-prev {
    left: 5rem;
}

.dxsex .swiper-button-next {
    right: 5rem;
}

.dxsex .swiper-button-prev,
.dxsex .swiper-button-next {
    transform: translate(0, -50%);

}

/* 业务领域 */

.yewuly {
    width: 100%;
    position: relative;
    background: url(../images/yewuly.png)no-repeat;
    background-size: 100%;
}

.yewuly .m>h5 {
    text-transform: uppercase;
    color: #0062ad;
    font-family: BarlowCondensed-Medium;
    font-size: 2.625rem;
    line-height: 1.5;
}

.yewuly .m>h6 {
    color: #141414;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2rem;
}


.yewuly .ar_article p {
    color: #141414;
    font-size: .9375rem;
    line-height: 1.875rem;
}



/* 新闻详情 */

.content {
    display: grid;
    grid-template-columns: 1fr 25rem;
    gap: 5rem;
}




.newxq .n_left .box {
    padding: 0;
}

.newxq .n_left .box .ar_title {
    margin-bottom: 2.125rem;
    border-bottom: #e4e4e4 3px solid;
    padding-bottom: 0.75rem;
}

.newxq .n_left .box .ar_title h3 {
    font-size: 1.875rem;
    color: #141414;
    line-height: 2.5rem;
    margin-bottom: 0.375rem;
    font-weight: bold;
}

.newxq .n_left .box .ar_title h6 {
    position: relative;
    padding: 0 0.5rem;
}

.newxq .n_left .box .ar_title h6 span {
    display: none;
    font-size: 13px;
    color: #888;
    margin-right: 1rem;
}


.newxq .n_right .content01 {
    padding: 2.625rem 2.375rem;
    background: #f0f3f6;
}

.newxq .n_right .content01 .time {
    width: 100%;
    margin-bottom: 2rem;
}

.newxq .n_right .content01 .time h3 {
    font-size: 4rem;
    color: #e6212a;
    font-family: BarlowCondensed-Medium;
    position: relative;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.newxq .n_right .content01 .time h3:before {
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 3px;
    background: #e6212a;
    bottom: 0;
    left: 4px;
}

.newxq .n_right .content01 .time h5 {
    font-size: 1.125rem;
    color: #181818;
    margin-bottom: 1rem;
    padding-left: 0;
    font-family: BarlowCondensed-SemiBold;
}

.newxq .n_right .content01 .time h6 {
    font-size: .875rem;
    line-height: 1.875rem;
    color: rgba(93, 93, 93, .7);
}

.newxq .n_right .content01 .tuijian h3 {
    font-size: 1.25rem;
    color: #393838;
    line-height: 1.875rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
    border-bottom: #d3d3d3 1px solid;
    margin-bottom: 1.75rem;
    margin-top: 3.75rem;
}

.newxq .n_right .content01 .tuijian ul li {
    margin-bottom: 1.75rem;
}

.newxq .n_right .content01 .tuijian ul li a h5 {
    font-size: 1rem;
    line-height: 1.375rem;
    max-height: 2.75rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    color: #5d5d5d;
    margin-bottom: 10px;
    transition: all .8s;
    white-space: normal;
}

.newxq .n_right .content01 .tuijian ul li a h6 {
    font-size: .875rem;
    color: #929293;
}

.newxq .n_right .content01 .tuijian ul li:hover h5 {
    color: #e6212a;
}

.n_right .sticky {
    position: sticky;
    top: 114px;
    padding: 0;
}

#font_set_box {
    display: inline-block;
    background: url(../images/icon_font.png) left center no-repeat;
    padding-left: 24px;
}

.font_box {
    display: inherit;
    position: relative;
}

.font_box a {
    display: inline-block;
    width: 14px;
    line-height: 36px;
    font-size: 13px;
    color: #a1a2a4;
    text-align: center;
}

.font_box a.on {
    color: #ca0e2a;
}

.font_box a:hover {
    color: #ca0e2a;
}

.font_size_lg {
    font-size: 18px !important;
    line-height: 40px !important;
}

.font_size_lg p {
    font-size: 1.125rem;
    color: #64646e;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.font_size_md {
    font-size: 16px !important;
    line-height: 36px !important;
}

.font_size_md p {
    font-size: 1rem;
    color: #64646e;
    line-height: 2rem;
    margin-bottom: 2rem;
}

.font_size_sm {
    font-size: 14px !important;
}

.font_size_sm p {
    font-size: .875rem;
}

#ar_fot {
    margin-top: 2rem;
    position: relative;
    text-align: center;
}

#ar_fot h5 {
    width: 69%;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #6e6e6e;
    font-weight: normal;
    float: left;
}

#ar_fot h5 span {
    float: left
}

#ar_fot h5 a {
    float: left;
    font-size: 16px;
    color: #3e3e3e;
    font-weight: normal;
    width: calc(100% - 72px);
}

#ar_fot h5 a:hover {
    color: #c5262c;
}

#ar_fot .bnt_back {
    position: absolute;
    top: 28px;
    right: 0;
    color: #fff;
    background: #063579;
    padding: 0 25px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}

#ar_fot .bnt_back:hover {
    border-radius: 3px;
}

#ar_fot .fanhui {
    display: inline-block;
}

#ar_fot .fanhui a {
    display: inline-block;
    width: 9.6875rem;
    height: 2.5rem;
    line-height: 2.5rem;
    background: #e6212a;
    border-radius: 1.25rem;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transition: all .5s;
}

#ar_fot .fanhui a img {
    margin: -3px 0.5rem 0 0
}

#ar_fot .fanhui a:hover {
    background: #0048a9;
}


#share-21.social-share {
    margin: 2.5rem 0 0
}

#share-21.social-share .social-share-icon {
    display: inline-block;
    border: #c0c0c0 1px solid;
    margin: 0 .75rem 0 0;
}

#share-21.social-share .social-share-icon:hover {
    border: #e6212a 1px solid !important;
    background: #e6212a !important;
    color: #fff !important;
}

.social-share {
    font-family: "socialshare" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    position: relative;
    vertical-align: top;
    margin: 0 auto;
    transition: .5s;
}

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    display: inline-block;
    outline: none;
}

.social-share .social-share-icon {
    position: relative;
    display: block;
    width: 3.125rem !important;
    height: 3.125rem !important;
    border-radius: 50%;
    border: none;
    color: #c0c0c0 !important;
    text-align: center;
    vertical-align: top;
    transition: background 0.6s ease-out 0s;
    transition: all .8s !important;
    font-size: 1.25rem;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.sxpage {
    display: flex;
    flex-direction: column;
}

.sxpage a {
    color: #141414;
    font-size: .9375rem;
    line-height: 2.5rem;
    transition: all .5s;
}

.sxpage i {
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e8ea;
}

.sxpage a:hover {
    color: #e6222a;
}

/* 投诉建议 */

.tstit .byg {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    justify-content: center;
}

.tstit h5 {
    text-transform: uppercase;
    color: #e6212a;
    line-height: 1;
    font-size: 3rem;
    font-family: BarlowCondensed-Medium;
}


.tstit h6 {
    color: #141414;
    font-size: 1.875rem;
    font-weight: bold;
    line-height: 1.25;
}

.tstit p {
    text-align: center;
    color: #141414;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-top: .5rem;
}

.biaodan {
    max-width: 75rem;
    margin: auto;
}


.biaodan form>ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .875rem 1.5625rem;
}

.biaodan form>ul li:nth-child(5) {
    grid-column-start: 1;
    grid-column-end: 3;
}

.biaodan form>ul>li {
    background: #e3e5ea;
    display: flex;
    align-items: center;
    min-height: 3.75rem;
    padding: 1px;
    position: relative;
}

.biaodan form>ul>li .yzm {
    position: absolute;
    right: .5rem;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
    width: 8.125rem;
}

.biaodan form>ul>li .qianzhi {
    max-width: 9.375rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    color: #373737;
    font-size: 1rem;
    flex-shrink: 0;
}

.biaodan form>ul>li .qianzhi i {
    color: #ff000c;
    display: block;
}

.biaodan form>ul>li input {
    width: 100%;
    background: #fff;
    height: 100%;
    padding-left: 1rem;
    font-size: 1rem;
}

.biaodan form>ul>li button {
    background: #0062ad;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.125rem;
    width: 100%;
    height: 100%;
}



.biaodan textarea {
    width: 100%;
    height: 8.625rem;
    padding: 1rem;
    font-size: 1rem;
}

/* 联系方式 */

.contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.contact .maps {
    position: relative;
    width: 100%;
    background: url(../images/map.jpg)no-repeat;
    background-size: cover;
    flex-shrink: 0;
}

.contact .maps .bz {
    background: url(../images/biaozhu.png)no-repeat;
    background-size: cover;
    width: 30.4375rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 12.0625rem;
    position: absolute;
    top: 50%;
    left: 57%;
    gap: 1rem;
    transform: translate(-50%, -50%);
}

.contact .maps .bz img {
    display: block;
    width: 20rem;
}

.contact .maps .bz p {
    color: #141414;
    font-size: .9375rem;
    line-height: 1.25rem;
}

.contact .maps .bz a {
    color: #e6212a;
    font-size: 1rem;
    line-height: 1.25rem;
}

.mapxinxi {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
}


.mapcon {
    max-width: 40rem;
    width: 100%;
}

.titlemap {
    border-bottom: #0062ad 2px solid;
    padding: 0 0 1.5rem;
    margin-bottom: 2.25rem;
}

.titlemap h2 {
    color: #141414;
    font-size: 1.875rem;
    line-height: 2.8125rem;
}

.titlemap h3 {
    color: #0062ad;
    text-transform: uppercase;
    font-size: 1.25rem;
    line-height: 2rem;
    font-family: BarlowCondensed-Medium;
}


.mapcon .flex {
    display: flex;
    align-items: center;
}

.mapcon .ll {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #2c2c2c;
    border-radius: 50%;
}

.mapcon .rr {
    padding: 0 0 0 0.75rem;
}

.mapcon .rr h6 {
    font-size: .875rem;
    line-height: 1.5rem;
    color: #141414;
}

.mapcon .rr h5 {
    font-size: .9375rem;
    color: #141414;
    font-weight: bold;
    line-height: 1.5rem;
}

.kakao {
    border-top: 1px solid #e2e2e4;
    border-bottom: 1px solid #e2e2e4;
    padding: 1.875rem 3.125rem 1.875rem 0;
    margin-top: 2.5rem;
    display: flex;
    align-items: center;

}

.kakao i {
    display: block;
    width: 1px;
    height: 2.8125rem;
    background: #e2e2e4;
    margin: auto;
}

.wxcs {
    margin-top: 2.8125rem;
    display: inline-block;
}

.wxc {
    padding: 10px;
    border: 1px solid #e2e2e4;
    width: 8.4375rem;
    height: 8.4375rem;

}

.wxcs p {
    color: #878787;
    font-size: 12px;
    line-height: 1.5rem;
    text-align: center;
    margin-top: .25rem;
}

.fushe {
    width: 16px;
    height: 6px;
    border-radius: 50%;
    background-color: #d82129;
    position: absolute;
    left: 49%;
    top: 100%;
    transform: translate(-50%, -50%);
}

.fushe:after {
    content: '';
    display: block;
    left: 8px;
    top: 3px;
    width: 43px;
    height: 15px;
    border-radius: 50%;
    animation: wave 2s ease-out infinite;
    background: #d82129;
    position: absolute;
}

@-webkit-keyframes wave {
    0% {

        transform: translateX(-50%) translateY(-50%) scale(0)
    }

    to {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1)
    }
}


/* 教育培训 */


.n_news_tuijian ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.9875rem 5.375rem;
}

.n_news_tuijian ul li {}

.n_news_tuijian ul li a {}

.n_news_tuijian ul li .img {}

.n_news_tuijian ul li .img img {}

.n_news_tuijian ul li .txt {
    background: #fff;
    padding: 2.5rem;
    transition: all .5s;
}

.n_news_tuijian ul li .txt h4 {
    font-size: 1.125rem;
    line-height: 1.875rem;
    color: #141414;
    font-weight: bold;
    margin-bottom: .625rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all .5s;
}

.n_news_tuijian ul li .txt p {
    font-size: .875rem;
    line-height: 1.625rem;
    color: #141414;
    margin-bottom: 1rem;
    transition: all .5s;
}

.n_news_tuijian ul li .txt span {
    font-size: 1.25rem;
    line-height: 1.625rem;
    color: #db0018;
    font-family: BarlowCondensed-Medium;
    transition: all .5s;
}


.n_news_tuijian ul li .img_db:after {
    padding-top: 56.6%;
}

.n_news_tuijian ul li:hover .txt {
    background: #0065ae;
}


.n_news_tuijian ul li:hover h4,
.n_news_tuijian ul li:hover span {
    color: #fff;
}


.n_news_tuijian ul li:hover p {
    color: rgba(255, 255, 255, .5);
}

/* 公司要闻 */

.companynew {
    display: grid;
    grid-template-columns: 30.625rem 1fr;
    gap: 2.5rem;
}


.companynew .com_left .sticky {
    position: sticky;
    top: 7rem;
    padding: 0;
    border-radius: 10px 10px 0 0;
    background: #f0f3f6;
}

.companynew .com_left .img {
    border-radius: 10px;
}

.companynew .com_left .con {
    padding: 2.75rem;
}

.companynew .com_left .con h3 {
    font-size: 1.75rem;
    color: #e6212a;
    font-family: BarlowCondensed-Regular;
}

.companynew .com_left .con h4 {
    font-size: 1.25rem;
    line-height: 1.875rem;
    color: #141414;
    font-weight: bold;
    margin: 1rem 0;
    transition: 0.6s;
}

.companynew .com_left .con p {
    font-size: .875rem;
    line-height: 1.5rem;
    overflow: hidden;
    color: #4f4f4f;
    margin-bottom: 2rem;
}

.companynew .com_left .con span {
    display: inline-block;
    width: 95px;
    line-height: 29px;
    background: #0062ad;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    transition: .5s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.companynew .com_right ul li a .img {
    max-width: 18.4375rem;
    width: 100%;
    flex-shrink: 0;
}

.companynew .com_right ul li a {
    display: flex;
    padding: 1.25rem;
    padding-right: 0;
    background: #f0f3f6;
    transition: 0.6s;
    position: relative;
    align-items: center;
}

.companynew .com_right ul li a .yanjing {
    width: 3.4375rem;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #bdbec0;
    transition: .6s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.companynew .com_right ul li a .con {
    padding: 0 2.5rem;
    width: calc(100% - 18.4375rem - 3.4375rem);
    position: relative;
}

.companynew .com_right ul li a .con h5 {
    font-size: 1.25rem;
    line-height: 2rem;
    color: #141414;
    font-weight: bold;
    transition: .6s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.companynew .com_right ul li a .con h6 {
    font-size: 1.125rem;
    color: #e6212a;
    font-family: BarlowCondensed-Medium;
    font-weight: bold;
    margin: 0.75rem 0 1rem;
    transition: .6s;
}

.companynew .com_right ul li a .con p {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #8c8b8b;
    transition: .6s;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.companynew .com_right ul li {
    margin-bottom: 1.25rem;
}

.companynew .com_right ul li:last-child {
    margin-bottom: 0;
}

.com_new .pages .box {
    justify-content: flex-end;
}

.companynew .com_right ul li a:before {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    transition: .6s;
    top: 0;
    bottom: 0;
    z-index: 0;
}

.companynew .com_right ul li a:hover:before {
    width: 100%;
    background: #0062ad;
    left: 0;
}

.companynew .com_right ul li a:hover .con h5,
.companynew .com_right ul li a:hover .con h6,
.companynew .com_right ul li a:hover .con p {
    color: #fff;
}

.companynew .com_right ul li a:hover .yanjing {
    background: #e6212a;
}


/* 公司宣传片 */

.videos ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem 4.75rem;
}


.videos ul li a {
    border: 1px solid #e5e5e5;
    padding: 12px;
    display: block;
}

.videos ul li .img {
    border-radius: 5px;
}

.videos .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    z-index: 1;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .35);
    transition: all .8s;
    opacity: 1;
}

.videos ul li:hover .mask {
    opacity: 0;
}

.btn_play {
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}

.btn_play span {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .6);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-animation: circleScale 4s linear infinite;
    -moz-animation: circleScale 4s linear infinite;
    -ms-animation: circleScale 4s linear infinite;
    animation: circleScale 4s linear infinite;
}

.btn_play span:nth-of-type(2) {
    animation-delay: 1s;
}

.btn_play span:nth-of-type(3) {
    animation-delay: 2s;
}

.btn_play span:nth-of-type(4) {
    animation-delay: 3s;
}

@keyframes circleScale {
    0% {
        opacity: 1;
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);

    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.8);
        -moz-transform: scale(1.8);
        -ms-transform: scale(1.8);
        transform: scale(1.8);
    }
}

.videos ul li h5 {
    color: #141414;
    font-size: 1.0625rem;
    line-height: 2.25rem;
    text-align: center;
    margin-top: .5rem;
    transition: all .8s;
}

.videos ul li:hover h5 {
    color: #2957a4;
}

/* 公司荣誉 */

.honor ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.25rem 4.125rem;
}

.honor ul li a {
    background: #f0f3f6;
    padding: 4rem 1.625rem 2.625rem;
    display: block;
}

.honor ul li a hr {
    width: 1rem;
    height: 4px;
    background: #0062ad;
    margin: 0;
}

.honor ul li a h5 {
    font-size: 1.0625rem;
    color: #64646e;
    line-height: 1.875rem;
    margin: 0.875rem 0 1.875rem;
}
.honor ul li a .img  {
    position: relative;
}
.honor ul li a .img .top {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 98, 173, .95);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(101%);
    transition: all .8s;
}

.honor ul li a:hover .img .top {
    transform: translateY(0);
}


/* 公司概况 */

.gaik .m>h5 {
    color: #0062ad;
    font-size: 2.125rem;
    line-height: 2.8125rem;
}
.gaik .m>h6 {
    font-size: 1.125rem;
    color: #cacfd3;
    text-transform: uppercase;
    font-family: Gill Sans MT;
    margin-bottom: 2rem;
}

.gaik .ar_article {
    font-size: 1rem;
    line-height: 2.125rem;
    color: #141414;
}

.gaik .nz {
    display: grid;
    grid-template-columns: 35.625rem 1fr;
    gap: 9px;
    margin-top: 3rem;
}
.gaik .nz>div {
    border-radius: 20px;
}

.gaik .nz .newb {
    background: url(../images/newb.jpg)no-repeat;
    background-size: cover;
    padding: 5.625rem 5.625rem 5.625rem 5rem;
}

.gaik .nz .newb h5 {
    color: #394c6a;
    font-size: 1.5rem;
    line-height: 2.25rem;
}

.gaik .nz .newb h6 {
    color: #394c6a;
    font-size: 1.25rem;
    line-height: 1.5rem;
    font-weight: bold;
}

.gaik .nz .newb h4 {
    color: #455ddb;
    font-size: 1.875rem;
    line-height: 1.5;
    font-family: BarlowCondensed-Medium;
    text-transform: uppercase;
    margin-top: 2rem;
}

.gaik .nz .newb p {
    color: rgba(124, 121, 146, 0.7);
    font-size: .875rem;
    line-height: 1.625rem;
    margin: 3rem 0;
}

.gaik .nz .gkvideo {
    overflow: hidden;
    position: relative;
}
.gaik .nz .gkvideo a {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 20px;
    background: url(../images/gkvideo.jpg)no-repeat;
    background-size: cover;
    transition: all .8s;
}
.gaik .nz .gkvideo a:hover {
    transform: scale(1.05);
}

.gaik .nz .gkvideo .s_shuzi {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 80%;
    z-index: 10;
}
.gaik .nz .gkvideo .s_shuzi div {
    margin-top: 1.5rem;
}
.gaik .nz .gkvideo .s_shuzi ul li p , 
.gaik .nz .gkvideo .s_shuzi ul li div i {
    color: #fff;
}

.gaik .nz .gkvideo .s_shuzi ul li {
    text-align: center;
}

.gaik .nz .gkvideo .gkb {
    position: absolute;
    width: 3.625rem;
    height: 3.625rem;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: all .8s;
    z-index: 10;
}

/* 公告公示 */


.list_box_gg li {
	margin-bottom: 1.25rem;
   
}

.list_box_gg li * {
	transition: .5s
}

.list_box_gg li a {
    background: #f0f3f6;
	display: flex;
	height: 8.75rem;
	width: 100%;
	align-items: center;
	padding: 0 3.125rem;
	position: relative;
	z-index: 1;
}

.list_box_gg li a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0;
	transition: .5s;
	z-index: -1;
}

.list_box_gg li a .time {
	width: 12.5rem;
	font-size: 1.875rem;
	color: #e6212a;
	font-family: BarlowCondensed-Medium;
}

.list_box_gg li a .con {
	width: calc(100% - 12.5rem - 3rem);
	padding: 0 1rem 0 0;
}

.list_box_gg li a .con h5 {
	font-size: 1.125rem;
	color: #333333;
	line-height: 1.25;
	font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.list_box_gg li a .con p {
	font-size: .9375rem;
	color: #141414;
	line-height: 1.5;
	margin: .5rem 0 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.list_box_gg li a .rr {
	width: 3rem;
	height: 2.125rem;
	background: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 1.25rem;
}

.list_box_gg li a .rr svg {
	width: .875rem;
	height: .875rem;
	fill: #765d33;
}

.list_box_gg li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: .5s;
    z-index: -1;
}

.list_box_gg li a:hover:before {
    height: 100%;
    top: 0;
    background: #e6212a;
}

.list_box_gg li a:hover .con h5 ,
.list_box_gg li a:hover .time{
    color: #fff !important;
}
.list_box_gg li a:hover .con p {
    color: rgba(255, 255, 255, 0.7);

}
.list_box_gg li a:hover .rr svg {
    fill: #000;
}


/* 法人治理 */

.faren {
    width: 100%;
    position: relative;
    background: url(../images/faren.jpg)no-repeat;
    background-size: cover;
}

.faren  ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 12.25rem;
}
.faren  ul li:hover .manage::before {
    background: #e6212a;
}
.faren  ul li:hover .manage .bgs {
    background: url(../images/redwall.png) no-repeat;
    color: #fff;
    background-size: 100% 100%;
}

.faren  ul li .manage {
    padding-left: 1.25rem;
    height: 3.75rem;
    position: relative;
    margin-bottom: 1.25rem;
}
.faren  ul li .manage::before {
    content: '';
    position: absolute;
    left: 0;
    height: 100%;
    width: 14px;
    background: #0062ad;
    transition:  .5s;
}
.faren  ul li .manage .bgs {
    display: flex;
    max-width: 11.875rem;
    align-items: center;
    justify-content: center;
    color: #404040;
    font-size: 1.375rem;
    line-height: 1.875rem;
    font-weight: bold;
    background: url(../images/frzl.png)no-repeat;
    background-size:100% 100%;
    height: 100%;
    transition: .5s;
}

.faren  ul li p {
    color: #141414;
    font-size: 1rem;
    line-height: 2rem;
    padding-left: 1.25rem;
}

/* 发展历程 */
.licheng {
    width: 100%;
    position: relative;
    background: url(../images/lichengbg.png)no-repeat bottom;
    background-size: 100%;
}
.licheng .item {
    position: relative;
}
.licheng  ul li span {
    font-size: 2.625rem;
    line-height: 9rem;
    position: relative;
    text-align: center;
    cursor: pointer;
    display: block;
    color: rgba(255, 255, 255, .4);
    font-family: BarlowCondensed-Medium;
}

.licheng  ul li.slick-current span {
    color: #fff;
}

.licheng  ul li span:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: scale(0) translateX(-50%) translateY(1.5rem);
    top: 50%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.licheng  ul li.slick-current span:after {
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateX(-50%) translateY(2.25rem);
}
.licheng  ul li.slick-current span {
    line-height: 8rem;
}
.licheng .slider-nav {
    background: #0062ad;
    margin-bottom: 5rem !important; 
    height: 9rem;
}


.licheng .box {
    display: flex;
    padding-left: 44px;
}
.licheng .box .imgbox {
    margin-right: 5.625rem;
    /* padding-left: 3.5625rem; */
    /* padding-bottom: 3rem; */
    position: relative;
    z-index: 1;
}

/* .licheng .box  .imgbox:before {
    content: "";
    width: 400px;
    height: 335px;
    max-width: 70%;
    max-height: 80%;
    display: block;
    background: #0062ad;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
} */

.licheng .box .txt {
    padding-top: 3.75rem;
    padding-right: 4rem;
}

.licheng .box .txt i {
    display: block;
    width: 10px;
    height: 10px;
    margin-bottom: 1.625rem;
    border-radius: 50%;
    border: 2px solid #0062ad;
}

.licheng .box .txt h3 {
    display: flex;
    align-items: flex-start;
    margin-bottom: 2.5rem;
}

.licheng .box .txt h3 span {
    font-size: 4.5rem;
    line-height: 3.75rem;
    color: #0062ad;
    font-family: BarlowCondensed-Medium;
}

.licheng .box .txt h3 font {
    font-size: 1.5rem;
    line-height: 1.875rem;
    color: #515355;
    font-weight: bold;
    margin-top: 5px;
    margin-left: 1.125rem;
}

.licheng .box .txt .con {
    font-size: 1.125rem;
    color: #5f6064;
    line-height: 1.875rem;
}
.licheng .box .txt .con p {
    text-indent: 2em;
}
.licheng .bd {
    background: url(../images/tiao.png) left top no-repeat;
    position: relative;
}
.licheng .bd:after {
    content: "";
    display: block;
    width: 14px;
    height: 59px;
    background: url(../images/history.png) center no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 1.875rem;
}
.slick-dots {
    display: none !important;
}
.slick-prev:before, .slick-next:before {
    color: #0062ad !important;
}

.licheng .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 6.5px !important;
    border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #0062ad;
    background: none;
    opacity: 1;
}

.licheng .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #0062ad;
}
.licheng .swiper-pagination {
    display: inline-flex;
    /* padding-right: 25%; */
    justify-content: center;
    bottom: 0rem !important;

}
.swiper2 {
    padding-bottom: 4rem !important;
}
.licheng .arr_left {
    width: 3.75rem;
    height: 3.75rem;
    display: block;
    border: 2px solid #0062ad;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    bottom: 5rem;
    z-index: 99;
    transition: all .5s;
}
.licheng .arr_left .slick-prev {
    display: none !important;
}
.licheng .arr_left .slick-next {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    transform: none;
}

.licheng .arr_left:hover {
    background: #0062ad;
}


.licheng .arr_left svg path {
    fill: #000;
}

.licheng .arr_left:hover svg path {
    fill: #fff;
}
.slick-next:before {
    display: none;
}


/* 党建动态 */

.dang .zuixin {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1.875rem;
}
.dang .zuixin li:hover h5 {
    color: #e6212a;
}

.dang .zuixin .zxcon {
    background: #f0f3f6;
    padding: 3rem 2.5rem 3rem 2.75rem;
    position: relative;
}

.dang .zuixin .zxcon h5 {
    color: #141414;
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: all .5s;
}

.dang .zuixin .img img {
    max-height: 16.25rem;
    object-fit: cover;
}
.dang .zuixin .zxcon p {
    color: #141414;
    font-size: 13px;
    line-height: 1.375rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: .5rem 0 1rem;
}


.dang .zuixin .zxcon span {
    color: #e6212a;
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-family: BarlowCondensed-Regular;
}

.dang .zuixin .zxcon .eye {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7f7f7f;
    font-family: BarlowCondensed-Medium;
    font-size: 1.125rem;
    line-height: 1.375rem;
    right: 2.5rem;
}

.dang .loud {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 3.75rem;
}

.dang .loud li a {
    border: 1px solid #e6e6e6;
    padding: 2.25rem 3.125rem;
    display: block;
    position: relative;
    transition: .5s;
}

.dang .loud li a span {
    color: #e6212a;
    font-size: 1.25rem;
    line-height: 2.1875rem;
    font-family: BarlowCondensed-Medium;
    transition: .5s;
}

.dang .loud li a h5 {
    color: #202020;
    font-size: 1.125rem;
    line-height: 1.875rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 1rem 0 1.25rem;
    transition: .5s;
}

.dang .loud li a p {
    font-size: .875rem;
    line-height: 1.5rem;
    color: rgba(53, 53, 55, .8);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    transition: .5s;
}

.dang .loud li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    transition: .5s;
    z-index: -1;
}
.dang .loud li a:hover {
    border: 1px solid #e6212a;
}
.dang .loud li a:hover:before {
    height: 100%;
    top: 0;
    background: #e6212a;
}

.dang .loud li a:hover span , 
.dang .loud li a:hover h5 {
    color: #fff;
}

.dang .loud li a:hover p {
    color: rgba(255, 255, 255, .8);
}

