body,html {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: #333333;
}

div {
    box-sizing: border-box;
}

.header {
    width: 100%;
    height: 90px;
    position: fixed;
    top: 0;
    z-index: 999;
    background-color: #fff;
    padding: 0 5.417vw 0 9.323vw;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.3);
}

.header-pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.logo {
    width: 11.354vw;
    height: 3.281vw;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-pc {
    display: flex;
    align-items: center;
    height: 100%;
}

.nav-pc-item {
    height: 100%;
    margin-right: 2.5vw;
}
.nav-phone {
    font-size: 30px;
    font-weight: bold;
    color: #d92517;
    font-style: italic;
}

.npi-one {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 15px;
}

.npi-one::after {
    position: absolute;
    bottom: 24px;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #015196;
    transition: all .5s;
}

.npi-one:hover::after {
    width: 100%;
}

.npi-one-active {
    color: #015196;
    font-weight: bold;
}

.npi-one-active::after {
    width: 100%;
}

.npi-child {
    position: absolute;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /* justify-content: flex-end; */
    /* display: none; */
    /* height: 0; */
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s;
}

.npi-child-content {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.npi-two {
    font-size: 15px;
    color: #ffffff;
    margin-right: 2.656vw;
    white-space: nowrap;
}

.npi-two:last-child {
    margin-right: 0;
}

.npi-two:hover {
    color: #015196;
}

.nav-pc-item:hover .npi-one {
    color: #015196;
    font-weight: bold;
}
.nav-pc-item:hover .npi-one::after {
    width: 100%;
}
.nav-pc-item:hover .npi-child {
    /* display: flex; */
    max-height: 100%;
}

.npi-two-active {
    color: #015196;
}
.nav-search {
    cursor: pointer;
    margin-right: 2.448vw;
}
.mask-search {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
.mask-search .posi-close {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    
}
.mask-search-main {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
}
.mask-search-main input {
    width: 540px;
	height: 60px;
	background-color: #ffffff;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    padding-left: 20px;
}
.mask-search-main button {
    width: 60px;
	height: 60px;
	background-color: #015196;
    cursor: pointer;
    padding: 0;
    border: none;
}
.mask-search-main i {
    color: #fff;
    font-size: 20px;
}


body,
html {
    margin: 0;
    padding: 0;
}

/* body {
    font-family: 微软雅黑, 华文细黑, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif;
} */

a {
    text-decoration: none;
}

#header {}

.h-top {
    position: relative;
    z-index: 203;
    background-color: #f7f7f7;
    box-shadow: 0 1px 8px rgba(126, 0, 0, 0.36);
}

.h-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
}

.h-logo img {
    width: 333px;
    height: auto;
    display: block;
}

.h-nav {
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
}

.h-nav-1140 {
    width: 1140px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.h-list {
    display: flex;
}

.h-item {
    padding: 14px 25px;
    line-height: 23px;
    color: #015196;
    font-size: 15px;
    font-weight: 600;
    padding-right: 16px !important;
    padding-left: 16px !important;
    letter-spacing: 0px;
    text-decoration: none;
    cursor: pointer;
    display: block;

}

.h-item-flex {
    position: relative;
}

.h-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    transition: all .15s ease-out;
    opacity: 0;
}

.h-item-flex:hover .h-item::after {
    color: #015196;
    background-color: #015196;
    opacity: 1;
}

.h-item:hover {
    color: #015196;
}

.h-search-active::after {
    color: #015196;
    background-color: #015196;
    opacity: 1;
}

.h-item-ul {
    position: absolute;
    list-style: none;
    background-color: #fff;
    padding: 8px 0;
    margin: 0;
    box-shadow: 0 20px 50px 10px rgba(0, 0, 0, 0.15);
    width: 270px;
    display: none;
}

.h-item-ul::after {
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #015196;
}

.h-item-flex:hover .h-item-ul {
    display: block;
}

.h-item-li {
    padding: 0;
}

.h-item-a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: 1px;
    color: #565656;
    padding: 10px 20px;
    display: block;
}

.h-item-li:hover .h-item-a {
    color: #015196;
}

.h-search {
    color: #015196;
    cursor: pointer;
}

.mk-fullscreen-search-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, .9);
    text-align: center;
    transition: all ease-in-out .25s;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mk-fullscreen-search-overlay-show {
    visibility: visible;
    opacity: 1;
}

.mk-fullscreen-close {
    position: absolute;
    right: 50px;
    top: 70px;
    height: 26px;
    cursor: pointer;
}

.mk-fullscreen-close i {
    color: #fff;
    font-size: 26px;
    transform: rotate(0);
    transition: all .5s;
}

.mk-fullscreen-close:hover .layui-icon {
    transform: rotate(90deg);
}

.mk-fullscreen-main {}

.mk-fullscreen-inp {
    position: relative;
}

.mk-fullscreen-main p {
    font-size: 14px;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mk-fullscreen-inp input {
    width: 800px;
    background-color: transparent;
    box-shadow: 0 3px 0 0 rgba(255, 255, 255, .1);
    border: 0;
    text-align: center;
    font-size: 35px;
    padding: 20px;
    color: #fff;
    transition: all .3s ease-out;
}

.mk-fullscreen-inp i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    color: rgba(255, 255, 255, .2);
    font-size: 26px;
    cursor: pointer;
}

.a-static {
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 203;
}

.f-top {
    background-color: #015196;
    padding: 50px 0;
}

.f-1140 {
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
}

.f-col-3 {
    width: calc(100% / 3);
}

.f-logo {
    width: 100%;
    height: auto;
}

.textwidget {
    text-align: left;
    margin-left: .625rem;
    margin-top: 20px;
    font-size: 12px;
    color: #fff;
}

.f-list {}

.f-item {
    display: flex;
    justify-content: center;
}

.f-item a {
    font-size: 16px;
    color: #fff;
    padding: 5px 15px 5px 5px;
}

.f-item i {
    color: #fff;
    font-size: 10px;
    margin-right: 7px;
}

.join-us img {
    display: block;
    margin: 0 auto;
    width: .625rem;
    max-width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
}

.textwidget2 {
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.textwidget2 p {
    line-height: 1.7em;
}

.h5-nav {
    display: none;
}

.a-display {
    display: none;
}

.mk-go-top.is-active {
    border-radius: 50%;
    box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.35), 0px 20px 70px 8px rgba(0, 0, 0, 0.25);
}

.mk-go-top.is-active {
    right: 15px;
    opacity: 1;
}

.mk-go-top {
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .2);
    display: block;
    position: fixed;
    bottom: 15px;
    width: 45px;
    height: 45px;
    text-align: center;
    backface-visibility: hidden;
    perspective: 1000;
    transform: translateZ(0);
    right: -60px;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.mk-go-top {
    z-index: 300;
}

.mk-go-top svg {
    position: absolute;
    top: 15px;
    left: 15px;
    fill: #fff;
    height: 16px;
    width: 16px;
}

.mk-quick-contact-wrapper.is-active {
    right: 70px;
}

.mk-quick-contact-wrapper {
    position: fixed;
    right: 10px;
    bottom: 15px;
    text-align: center;
    backface-visibility: hidden;
    perspective: 1000;
    transform: translateZ(0);
    transition: all .2s ease-in-out;
}

.mk-quick-contact-wrapper {
    z-index: 400;
}

.mk-quick-contact-link {
    border-radius: 50%;
    box-shadow: 0px 1px 8px 1.5px rgba(0, 0, 0, 0.35), 0px 20px 70px 8px rgba(0, 0, 0, 0.25);
}

.mk-quick-contact-link {
    display: block;
    width: 45px;
    height: 45px;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .4);
}

.mk-quick-contact-link svg {
    position: absolute;
    top: 12px;
    left: 12px;
    fill: #fff;
    height: 20px;
    width: 20px;
}

#mk-quick-contact {
    position: absolute;
    right: -3px;
    bottom: 60px;
    display: none;
    padding: 25px 12px;
    background-color: #e8e8e8;
    -webkit-transform: scale(.95);
    -ms-transform: scale(.95);
    transform: scale(.95);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}

#mk-quick-contact {
    z-index: 100;
}

.mk-quick-contact-wrapper .mk-quick-contact-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
}

.mk-quick-contact-wrapper p {
    color: #888;
}

.mk-quick-contact-wrapper .mk-contact-form {
    position: relative;
}

.mk-contact-form {
    position: relative;
    margin: 2px 0 20px;
}

#mk-quick-contact .bottom-arrow {
    position: absolute;
    right: 20px;
    bottom: -4px;
    display: block;
    width: 14px;
    height: 14px;
    border-top: none;
    border-left: none;
    background-color: #e8e8e8;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mk-quick-contact-wrapper .mk-contact-form .text-input,
.mk-quick-contact-wrapper .mk-contact-form .textarea {
    padding: 11px;
    width: 240px;
    border: 0;
    margin-bottom: 7px;
    font-size: 14px;
    border: 1px solid transparent;
    background-color: #f7f7f7;
}

input[type=email],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
textarea {
    font-size: 13px;
    color: #767676;
    padding: 10px 12px;
    background-color: #fdfdfd;
    border: 1px solid #e3e3e3;
    outline: 0;
    margin-bottom: 4px;
}

.mk-quick-contact-wrapper .mk-contact-form .textarea {
    height: 100px;
    margin-bottom: 10px;
}

.mk-quick-contact-wrapper .mk-contact-form .btn-cont {
    text-align: center;
}

.accent-bg-color,
.image-hover-overlay,
.newspaper-portfolio,
.similar-posts-wrapper .post-thumbnail:hover>.overlay-pattern,
.portfolio-logo-section,
.post-list-document .post-type-thumb:hover,
#cboxTitle,
#cboxPrevious,
#cboxNext,
#cboxClose,
.comment-form-button,
.mk-dropcaps.fancy-style,
.mk-image-overlay,
.pinterest-item-overlay,
.news-full-with-image .news-categories span,
.news-half-with-image .news-categories span,
.news-fourth-with-image .news-categories span,
.widget-portfolio-overlay,
.portfolio-carousel-overlay,
.blog-carousel-overlay,
.mk-blog-classic-item .blog-loop-comments span,
.mk-similiar-overlay,
.mk-skin-button,
.mk-flex-caption .flex-desc span,
.mk-icon-box .mk-icon-wrapper i:hover,
.mk-quick-contact-link:hover,
.quick-contact-active.mk-quick-contact-link,
.mk-fancy-table th,
.ui-slider-handle,
.widget_price_filter .ui-slider-range,
#review_form_wrapper input[type=submit],
#mk-nav-search-wrapper form .nav-side-search-icon:hover,
form.ajax-search-complete i,
.blog-modern-btn,
.showcase-blog-overlay,
.gform_button[type=submit],
.single_add_to_cart_button,
.button.checkout-button,
.woocommerce #payment #place_order,
#respond #submit,
.widget_price_filter .price_slider_amount .button,
.widget_shopping_cart .button.checkout {
    background-color: #015196 !important;
}

.mk-progress-button[data-style=move-up] {
    overflow: visible;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#respond input#submit,
#review_form_wrapper input[type=submit],
.post-password-form input[type=submit],
.woocommerce-product-search input[type=submit],
a.button,
button.button,
input.button {
    margin: 0;
    border: none;
    outline: 0 !important;
    font-size: 13px;
    line-height: 13px !important;
    padding: 12px 15px;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: 1px;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    font-weight: 700;
    left: auto;
    white-space: nowrap;
    display: inline-block;
    background-color: #252525;
    color: #fff;
}
.mk-quick-contact-wrapper p {
    font-size: 16px;
    color: #888;
    margin-bottom: 20px;
}
.mk-go-top.is-active {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.mk-go-top.is-active i {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.mk-quick-contact-link {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
}
.mk-quick-contact-link  i {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.mk-quick-contact-link-ac {
    background-color: #015196 !important;
}
#sub-footer {
    background-color: #43474d;
    display: flex;
    
}
.mk-grid {
    width: 1140px;
    display: flex;
    margin: 0 auto;
}
.mk-footer-copyright, #mk-footer-navigation li a {
    color: #8c8e91;
}
.mk-footer-copyright {
    font-size: 11px;
    letter-spacing: 1px;
}
.mk-footer-copyright {
    line-height: 16px;
    float: left;
    padding: 25px 0 20px;
    
    font-size: bold;
    opacity: .8;
}
@media (max-width:1260px) {
    .header {
        padding: 0 5%;
    }
}
@media (max-width:1140px) {
    .mk-grid {
        width: 100%;
    }
    .nav-pc {
        display: none !important;
    }
    .header {
        padding: 0;
    }
    
    .a-display {
        display: block;
    }

    .logo {
        display: none;
    }

    .h-logo img {
        width: 160px;
    }

    .banner-index {
        top: 90px !important;
    }
    .header-pc {
        width: 100%;
    }
    .a-static {
        /* box-shadow: 0 1px 8px rgba(126, 0, 0, 0.36); */
        /* background-color: #f7f7f7; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 8%;
        box-sizing: border-box;
    }

    .a-static .h-logo {
        display: flex;
    }

    .mk-css-icon-close div,
    .mk-css-icon-menu div {
        background-color: #015196;
    }

    .mk-css-icon-close div,
    .mk-css-icon-menu div {
        height: 3px;
        margin-bottom: 3px;
        border-radius: 3px;
        display: block;
        position: relative;
    }

    .mk-css-icon-menu-line-1,
    .mk-css-icon-menu-line-3 {
        transition: all .2s ease;
    }

    .mk-css-icon-menu-line-2 {
        transition: opacity .1s ease;
    }

    .mk-css-icon-close,
    .mk-css-icon-menu {
        width: 18px;
        height: 18px;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }

    .mk-nav-responsive-link {
        cursor: pointer;
        padding: 10px;
        transition: all .15s ease-in-out;
        -webkit-perspective: 1000;
    }

    .dashboard-active .mk-css-icon-menu-line-1,
    .is-active .mk-css-icon-menu-line-1 {
        transform: rotate3d(0, 0, 1, 45deg);
        top: 6px;
    }

    .dashboard-active .mk-css-icon-menu-line-2,
    .is-active .mk-css-icon-menu-line-2 {
        opacity: 0;
    }

    .dashboard-active .mk-css-icon-menu-line-3,
    .is-active .mk-css-icon-menu-line-3 {
        transform: rotate3d(0, 0, 1, -45deg);
        top: -6px;
    }

    .h5-nav {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        z-index: 201;
        padding-top: 90px;
        box-sizing: border-box;
    }

    .h5-nav .layui-nav {
        background-color: #fff;
    }

    .h5-nav .layui-nav.layui-nav-tree {
        width: 100%;
    }

    .h5-nav .layui-nav-tree .layui-nav-item {
        background-color: #fff;

    }

    .h5-nav .layui-nav-tree .layui-nav-item a {
        color: #444;
        font-weight: bold;
        font-size: 13px;
        background-color: #fff;
        border-bottom: 1px solid rgba(128, 128, 128, .2);
    }

    .h5-nav .layui-nav-itemed>a,
    .h5-nav .layui-nav-tree .layui-nav-title a,
    .h5-nav .layui-nav-tree .layui-nav-title a:hover {
        color: #444 !important;
    }

    .h5-nav .layui-nav-tree .layui-nav-child {
        background-color: #fff;
        padding: 0;
    }

    .h5-nav .layui-nav .layui-nav-child a:hover {
        color: #444 !important;
        background-color: rgba(0, 0, 0, .03);
    }

    .h5-nav .layui-nav .layui-nav-item a:hover,
    .h5-nav .layui-nav .layui-this a {
        color: #444 !important;
        background-color: rgba(0, 0, 0, .03);
    }

    .h5-nav .layui-nav-tree .layui-nav-bar {
        display: none;
    }

    .h5-nav .layui-nav-tree .layui-nav-child a {
        border-bottom: none;
        font-size: 12px;
        font-weight: normal;
    }

    .h5-nav .search_from {
        padding: 10px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .h5-nav .search_from form {
        position: relative;
    }

    .h5-nav .search_from_tips {
        font-size: 16px;
        margin-bottom: 20px;
        font-size: 16px;
        color: #666666;
        text-align: center;
    }

    .h5-nav .text-input {
        font-size: 13px;
        color: #767676;
        margin: 0;
        padding: 12px 28px 12px 15px;
        width: 100%;
        border: 2px solid rgba(0, 0, 0, .12);
        background-color: #fdfdfd;
        box-sizing: border-box;
    }

    .h5-nav .search_from form i {
        position: absolute;
        top: 13px;
        right: 14px;
        opacity: .4;
    }

    .h5-nav .search_from form i .search-button {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        outline: 0;
        border: none;
        background-color: transparent;
        cursor: pointer;
    }
}

@media (max-width:1000px) {
    
}

@media (max-width:600px) {
    

    .f-1140 {
        display: block;
    }

    .f-col-3 {
        width: 100%;
        box-sizing: border-box;
    }

    .join-us img {
        width: 120px;
    }

    .f-lise {
        margin: 20px 0;
    }
    .a-static {
        padding: 0 5%;
    }
}














