@import url('reset.css');
@import url('animate.min.css');
@import url('public.css');
@import url('bootstrap.css');
@import url('bootstrap-icons.css');
@import url('common.css');
html,
body {
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 0.14rem;
}

.tel_phone {
    content: '';
    position: absolute;
    bottom: -.33rem;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    right: 3.8rem;
    width: 3.49rem;
    background: #e52018;
    height: .346rem;
    border-radius: 0px 0px .14rem .14rem;
}

.tel_phone_title,
.tel_phone_num {
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: .18rem;
    line-height: .2rem;
    color: #FFFFFF;
}

.nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    width: 15rem;
    display: flex;
    position: absolute;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0.21deg);
    -moz-transform: rotate(0.21deg);
    -ms-transform: rotate(0.21deg);
    -o-transform: rotate(0.21deg);
    transform: rotate(0.21deg);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 11px 11px rgba(93, 129, 163, 0.1);
    border-radius: 12px;
    height: 100%;
    z-index: 3;
    top: 50%;
    font-size: .14rem;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

ul.nav li {
    height: 100%;
    margin: 0 .17rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.19rem .17rem;
}

ul.nav li:hover a {
    color: #fff;
    background-color: #1a4aa7;
    border-radius: .092rem;
}

ul.nav li:nth-of-type(1) {
    margin-right: 0;
    padding: 0;
}

ul.nav li:nth-of-type(2) {
    padding: 0;
    margin: 0;
    margin-left: 0.17rem;
}

ul.nav li:nth-of-type(3) {
    margin-left: .9rem;
}

ul.nav li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: .18rem;
    line-height: .4rem;
    color: #1a4aa7;
    text-decoration: none;
}

.company_name {
    margin-left: .23rem;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.company_name a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
}

.company_name .top_title {
    font-family: Arial;
    font-style: normal;
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 0.24rem;
    color: #333333;
}

.company_name .bottom_title {
    font-family: Arial;
    font-style: italic;
    font-weight: normal;
    font-size: .161rem;
    line-height: .18rem;
    color: #97A0A9;
}

.frist_title {
    position: absolute;
    top: 4rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 3;
}

.frist_title #svg_text,
.second_title,
.thirdly_title {
    margin: auto;
    white-space: nowrap;
}

.frist_title .second_title {
    font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: .58rem;
    line-height: .82rem;
    color: #FFFFFF;
    margin-top: .8rem;
    text-align: center;
    text-shadow: 0 .05rem .05rem rgba(0, 0, 0, 0.25);
}

.frist_title .thirdly_title {
    font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: .58rem;
    line-height: .82rem;
    color: #FFFFFF;
    margin-top: .8rem;
    text-align: center;
    text-shadow: 0 .05rem .05rem rgba(0, 0, 0, 0.25);
}


/***重置BOOTSTRAP样式****/

p {
    margin-bottom: 1em;
}


/*============main ======================*/

a:hover {
    font-weight: bold;
    text-decoration: underline;
}

header {
    height: 80px;
    position: absolute;
    display: -webkit-flex;
    z-index: 99;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 65px auto 0;
}

.head-container {
    background: white;
    border-radius: 12px;
    box-shadow: 0px 11px 11px rgba(93, 129, 163, 0.1);
}

.logo-box {
    height: 60px;
    margin-top: -5px;
}

.head-container .navbar {
    position: relative;
    height: 80px;
}

.header-tel span {
    margin: 0 5px;
}

.header-tel h5 {
    font-size: 16px;
}

.head-container .navbar-light .navbar-nav .nav-link {
    color: #000;
    font-size: 15px;
    padding: 8px 15px;
    margin: 0 10px;
}

.head-container .navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}

.head-container .dropdown-menu {
    border: 0;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
}

.head-container .dropdown-menu .dropdown-item {
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
}

.head-container .dropdown-menu .dropdown-item:hover {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}

.head-container .open .dropdown-item {
    display: block!important;
}

@media (min-width: 320px) and (max-width: 991px) {
    /****************************************************移动端******************************************************/
    .container,
    .container-sm {
        width: 100%;
    }
    body {
        font-size: 13px;
    }
    .logo-box {
        height: 4.4rem;
        width: 60%;
    }
    .logo-box img {
        height: 100%;
    }
    header {
        background: #fff;
        position: fixed;
        margin: 0;
        height: 4.8rem;
        z-index: 999;
    }
    .head-container {
        border-radius: 0;
    }
    .head-container .navbar {
        height: .88rem;
    }
    .navbar-collapse {
        background: rgba(255, 255, 255, 0.95);
        position: fixed;
        padding-top: 1rem;
        border-top: 2px solid #0E69BD;
        left: 0;
        top: 4.8rem;
        right: 0;
        bottom: 0;
        z-index: 900;
        overflow-y: auto;
    }
    .header-tel {
        width: 90%;
        border-top: 1px solid #C0D4E7;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #e52018;
        font-size: 14px;
        text-align: center;
        padding: 1rem 0;
        margin: 0 auto;
    }
    .head-container .dropdown-menu {
        border-radius: 0;
        box-shadow: none;
        padding: .5rem 1.5rem;
        background: none
    }
    .head-container .dropdown-menu .dropdown-item {
        background: #EFF7FF;
        text-align: left;
        padding-left: 2em;
    }
    .dropdown-toggle::after {
        float: right;
        margin-top: 10px;
    }
    .navbar-light .navbar-toggler {
        border: 0
    }
    .navbar-toggler-icon {
        width: 2.2rem;
        height: 2.2rem;
        background: none !important;
    }
    /**banner***/
    .banner-container {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banner-container * {
        margin: 4% auto;
    }
    .banner-text {
        width: 90%;
    }
    .banner-text img {
        width: 100%
    }
    .banner-p {
        font-size: 1.5rem;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-weight: 900;
        margin-left: 0px;
        line-height: 0px;
    }
    /***公告栏****/
    .notice-container {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 4.8rem;
        border-bottom: 1px solid #DFDEDE;
        font-size: 16px;
    }
    .notice-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        overflow: hidden;
    }
    .notice-box h4 {
        font-size: 1.1em;
        font-weight: bolder;
        color: #0C3E8D
    }
    .notice-box i {
        display: block;
        width: 0.2rem;
        height: 1.5rem;
        background: #1a4aa7;
        margin: 0 1rem;
    }
    .notice-t {
        color: #888;
        margin-right: 1rem;
    }
    .sys-time {
        display: none;
    }
    .notice-box a {
        display: block;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1
    }
    /*****ABOUT*****/
    .about-box {
        background: url(../images/about-bg.png);
        margin: 2.5rem auto;
        padding: 2rem 1.5rem;
    }
    .glob-h1 {
        text-align: center;
        font-size: 1.8rem;
        font-weight: bold;
    }
    .about-box ul {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 1.5%;
    }
    .about-box ul>li {
        width: 100%;
    }
    .about-box ul>li img {
        width: 100%;
        margin: 2rem auto 1.5rem
    }
    .about-box ul>li h2 {
        font-size: 1.5rem;
        font-weight: bold
    }
    .about-box ul>li p {
        padding: 2.5% 0
    }
    .about-box ul>li a {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        margin: 2.5% auto 0;
        border-radius: 0.3rem;
    }
    /*********service***********/
    .glob-title {
        text-align: center;
    }
    .glob-title p {
        color: #aaa;
        font-size: 12px;
        text-transform: uppercase
    }
    .service-box ul {
        padding-bottom: 2rem;
    }
    .service-box ul>li {
        padding-bottom: 1rem;
    }
    .service-box ul>li .img-box {
        width: 23.5rem;
        height: 15rem;
        margin: 1.5rem auto .5rem;
    }
    .service-box ul>li .img-box div {
        width: 100%;
        height: 100%;
    }
    .service-h2 {
        padding: 1.5rem 0;
        text-align: center;
    }
    .service-h2 h3 {
        font-size: 1.1rem;
        color: #555;
        font-weight: normal;
        line-height: 1.5;
        text-transform: capitalize
    }
    .service-h2 h2 {
        color: #e52018;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .more {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        margin: 2.5% auto 0;
        background: #e52018;
        border-radius: 0.3rem;
    }
    /*******招聘********/
    .recruit-box {
        background: url(../images/recruit-bg-m.png) center center;
        -o-background-size: 100% 100%;
           background-size: 100% 100%;
        padding: 2rem 1.5rem 4rem;
        margin: 0 -1.5rem;
        margin-top: 2rem;
    }
    .recruit-box .glob-title p {
        color: #e52018
    }
    .recruit-info {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 2rem;
        position: relative;
    }
    .recruit-bg {
        background: #438bcd;
        mix-blend-mode: multiply;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .recruit-text {
        position: relative;
        z-index: 2;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 2rem 0 1rem;
    }
    .recruit-text p {
        color: #fff;
        font-size: 16px;
    }
    .recruit-link a {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        margin: 2.5% auto;
        border-radius: 4px;
    }
    /**********news*******/
    .news-box {
        padding: 3rem 0 1rem;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
    }
    .news-box .mob-more {
        margin: 1.5rem auto 0
    }
    .news-box .glob-title .pc-more {
        display: none;
    }
    .news-info {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .news-info ul li {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .news-t {
        width: 8rem;
        height: 2.8rem;
        line-height: 2.8rem;
        text-align: center;
        border: 1px solid #e52018;
        margin-right: 2rem;
        color: #e52018;
        font-family: arial;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 1.1rem;
    }
    .news-t>b {
        font-size: 1.8rem;
        font-weight: normal;
        margin-left: .2rem;
    }
    .news-info ul li:hover .news-t {
        background: #e52018;
        color: #fff;
    }
    .news-title {
        padding: 1rem 0;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-bottom: 1px solid #DADADA;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .news-title>a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 16px;
        color: #505050;
        line-height: 1.2;
    }
    .news-title i {
        display: none
    }
    /*****************footer********************/
    footer {
        background: #e52018;
        margin-top: 20px;
    }
    .footer-nav {
        background: #0c3e8d;
        height: 5px;
    }
    .footer-nav a {
        display: none;
    }
    .footer-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .footer-left {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 25px 0;
    }
    .footer-logo {
        display: none
    }
    .footer-left p {
        margin-bottom: .2rem;
        color: #fff;
        font-size: 16px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer-left p b {
        font-size: 1.5rem;
        font-family: arial;
        margin-left: 8px;
    }
    .footer-left p i {
        margin-right: 5px;
    }
    .code-box {
        display: none;
    }
    .pagetop {
        width: 4.5rem;
        height: 4.5rem;
        background: #e52018;
        color: #fff;
        text-align: center;
        line-height: 4.5rem;
        position: fixed;
        right: 1.5rem;
        bottom: 12rem;
        z-index: 1000;
        font-size: 1.8rem;
    }
    /***policy***/
    .ny-banner {
        width: 100%;
        height: 20rem;
        margin-top: 4.8rem;
    }
    .ny-banner .container {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .ny-banner h1 {
        font-size: 2.8rem;
        color: #e52018;
        text-align: center;
        font-weight: bolder;
    }
    .ny-banner p {
        color: #e52018;
        font-size: 1.8rem;
        text-align: center;
    }
    .position-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .position-box h4 {
        font-size: 1.2em;
        font-weight: bolder;
        color: #0C3E8D;
        display: none;
    }
    .position-box i {
        display: block;
        width: 2px;
        height: 15px;
        background: #1a4aa7;
        margin: 0 12px;
        display: none;
    }
    .policy-banner {
        background: url(../images/about-banner.png) no-repeat 0 center;
        -o-background-size: cover;
           background-size: cover;
    }
    .policy-body {
        padding: 1rem 0 .5rem
    }
    .policy-body>li {
        margin: 2rem auto;
        border: 3px solid rgba(45, 134, 216, 0.15);
        padding: 2.5rem 4%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: url(../images/wenli-bg.png) no-repeat center center;
        -o-background-size: cover;
           background-size: cover;
    }
    .policy-body>li>div {}
    .policy-body>li h1 {
        font-size: 1.6rem;
        line-height: 1.6;
    }
    .policy-body>li>div img {
        width: 100%;
    }
    .policy-body>li:nth-child(1) {
        border-radius: 0 5rem 0 0
    }
    .policy-body>li:nth-child(2) {
        border-radius: 0 0 0 5rem
    }
    /****technique****/
    .technique-banner {
        background: url(../images/zhaopin-banner.png) no-repeat center center;
        -o-background-size: cover;
           background-size: cover;
    }
    .ny-title {
        text-align: center;
        font-size: 2rem;
        color: #e52018;
        padding: 2.5rem;
    }
    .technique-list {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .technique-list>li {
        padding: 2.5rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 1rem #AECEED;
        border-radius: 1rem;
        margin-bottom: 1.5rem;
    }
    .technique-list>li img {
        width: 100%;
        margin: 2rem 0
    }
    .technique-list>li h5 {
        font-size: 1.6rem;
        text-align: center;
    }
    .technique-text {
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px 0px 1rem #AECEED;
        border-radius: 1rem;
        margin: 1rem auto 2rem;
        padding: 1rem 0.5rem
    }
    /****welfare*****/
    .welfare-list>li>h5 {
        height: 4rem;
        line-height: 4rem;
        font-size: 1.7rem;
        padding: 0 3rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 1.2rem #AECEED;
        border-radius: .5rem;
        position: relative;
    }
    .welfare-list>li>h5::after {
        content: '';
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        position: absolute;
        left: 1.2rem;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #e52018;
    }
    .welfare-list>li>div {
        padding: 1.5rem 0 1rem 3rem;
    }
    /****interview*****/
    .tab-title {
        text-align: center;
        padding-bottom: 2rem;
    }
    .tab-title>a {
        display: block;
        height: 5rem;
        line-height: 5rem;
        padding: 0 2em;
        font-size: 1.7rem;
        border: 1px solid #DDD8D8;
        border-radius: .8rem;
        margin: 1rem;
        color: #555;
    }
    .tab-title>a.active {
        background: #e52018;
        border-color: #e52018;
        color: #fff;
    }
    .tab-title>a:hover {
        font-weight: normal;
        text-decoration: none;
    }
    .tab-content {}
    .interview-content {
        display: none;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
    }
    .name-box {
        width: 100%;
        text-align: center;
        font-size: 1.7rem;
    }
    .name-box img {
        max-width: 16rem;
    }
    .name-box p {
        padding-top: 1rem;
    }
    .interview-list {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 1rem;
    }
    .interview-list>li>h5 {
        background: #EAF2FB;
        border: 1px solid #D6E0E9;
        height: 4.8rem;
        line-height: 4.8rem;
        font-size: 1.5rem;
        color: #01488A;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .interview-list>li>h5 i {
        display: block;
        width: 8%;
        text-align: center;
        font-style: normal;
    }
    .interview-list>li>h5 span {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .interview-list>li>div {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .interview-list>li>div i {
        display: block;
        width: 8%;
        text-align: center;
        font-style: normal;
        font-size: 1.5rem;
        color: #01488A
    }
    .interview-list>li>div p {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 1.5rem 0 .5rem;
    }
    /****applications****/
    .applications-p {
        padding: 2rem 0;
    }
    .app-title {
        height: 4.8rem;
        line-height: 4.8rem;
        background: #ADCFF6;
        font-size: 1.8rem;
        color: #01488A;
        text-indent: 2em;
    }
    .applications-content {
        display: none;
    }
    .app-list {
        padding: 0 1%;
    }
    .app-list>li {
        padding: 2rem 0 0;
    }
    .app-list>li>h5 {
        height: 4.8rem;
        background: #FFFFFF;
        box-shadow: 0px 0px 1rem #AECEED;
        border-radius: .8rem;
        line-height: 4.8rem;
        text-indent: 1rem;
    }
    .app-list>li>div {
        padding: 1.5rem 0 0 1.5rem;
    }
    .app-table-box {
        padding: 2rem 0;
    }
    .app-table {
        border: 1px solid #D6E0E9;
        width: 100%;
    }
    .app-table td {
        padding: 1rem 1rem;
        border: 1px solid #D6E0E9;
    }
    .app-table tr td:first-child {
        text-align: right;
        min-width: 8rem
    }
    .app-table tr:nth-child(even) {
        background: #EFF7FF
    }
    /****services*****/
    .service-banner {
        background: url(../images/service-banner.png) no-repeat 0 center;
        -o-background-size: cover;
           background-size: cover;
    }
    .service-p {
        padding: 2.5rem 0 .5rem;
    }
    .service-nyBox ul li,
    .service-nyBox ul>li:nth-child(even) {
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .service-nyBox ul>li:nth-child(even) .more {
        float: none;
    }
    .service-nyBox ul>li .img-box {
        width: 80%;
    }
    .service-box ul>li .img-box div {
        padding-top: 65%;
    }
    .service-nyBox ul>li .service-h2 {
        padding-top: 3.5rem;
    }
    .service-nyBox ul>li .text-box {
        width: 100%;
        text-align: center;
    }
    .service-nyBox ul>li .text-box p {
        text-align: left;
    }
    .service-tableBox {
        margin-top: -2rem;
        padding-bottom: 1rem;
    }
    .service-h5 {
        color: #e52018;
        font-size: 22px;
        font-weight: bold;
        margin: 1rem auto 2rem
    }
    .service-tableBox table {
        border: 1px solid #D6E0E9;
        width: 100%;
    }
    .service-tableBox table th {
        background: #EAF2FB;
        padding: 1rem .5rem;
        text-align: center;
        border: 1px solid #D6E0E9;
    }
    .service-tableBox table td {
        padding: .8rem .5rem;
        text-align: center;
        border: 1px solid #D6E0E9;
        line-height: 1.4
    }
    /*****news*****/
    .news-banner {
        background: url(../images/news-banner.png) no-repeat 0 center;
        -o-background-size: cover;
           background-size: cover;
    }
    .news-nyBox {
        padding: 2rem 0;
    }
    .news-nyBox ul li:nth-child(6) {
        margin-top: 4rem;
    }
    .page-box {
        text-align: center;
        padding: 1.5rem 0 3rem;
    }
    .page-box ul.pagination {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    /*****details*****/
    .details-box {
        padding: 2rem 0;
    }
    .details-box h1 {
        font-size: 2rem;
        line-height: 1.3;
        text-align: center;
        color: #e52018;
    }
    .fb-t {
        text-align: center;
        padding: 15px 0;
    }
    .ck-editor {
        padding: 1.5rem 0 0;
    }
    /*******organization******/
    .organization-body {
        text-align: center;
        padding: 2rem 0;
    }
    .organization-body img.img-mob {
        width: 100%;
        display: block
    }
    .organization-body img.img-pc {
        display: none
    }
    /*******evolution********/
    .evolution-body {
        padding: 2.5rem 0;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .evolution-body ul {
        position: relative;
        z-index: 1;
    }
    .evolution-body ul::after {
        content: '';
        display: block;
        width: 1px;
        top: 2rem;
        bottom: 3rem;
        background: #e52018;
        left: 10px;
        position: absolute;
    }
    .evolution-body ul li {
        padding: 1rem 0 1rem 4rem;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        position: relative;
        z-index: 2;
    }
    .evolution-body ul li::after {
        content: '';
        display: block;
        width: 1.7rem;
        height: 1.7rem;
        border-radius: 50%;
        border: 2px solid #e52018;
        position: absolute;
        left: 0;
        top: 1.8rem;
        background: #fff;
    }
    .evolution-body ul li span {
        display: block;
        width: 80px;
        margin-right: 2rem;
    }
    .evolution-body ul li h1 {
        font-size: 1.8rem;
        color: #e52018
    }
    /*******company******/
    .company-first ul {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 2rem 0;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .company-first ul li {
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 2.5;
        margin: .5rem 0;
    }
    .company-first ul li div {
        background: #EAF2FB;
        padding: 1rem 1rem;
    }
    .company-first ul li div:first-child {
        text-align: center;
        margin-right: 1rem;
        min-width: 9rem;
    }
    .company-first ul li div.company_frist_en {
        width: auto;
        flex: 1;
    }
    
    .company-first ul li div:last-child {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .company-content {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .company-content dl {
        display: inline;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 2rem 0
    }
    .company-content dl dt {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 18px;
        color: #e52018;
        font-weight: bold;
        text-align: center;
    }
    .company-content dl dd {
        background: #EAF2FB;
        height: 100%;
        padding: 1rem 1.5rem;
    }
    .company-content dl dd h5 {
        height: 3.6rem;
        background: -webkit-linear-gradient(left, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        background: -moz-linear-gradient(left, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        background: -o-linear-gradient(left, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        background: linear-gradient(90deg, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        border-radius: 4px;
        line-height: 3.6rem;
        text-indent: 2em;
        color: #fff;
        font-weight: bold;
        margin-bottom: 1.5rem;
    }
    .company-content dl dd p {
        padding-left: 2em;
    }
    .company-h3 {
        font-size: 18px;
        color: #e52018;
        font-weight: bold;
        text-align: center;
    }
    .company-list {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin: 1.5rem auto;
    }
    .company-list>li {
        background: #EAF2FB;
        padding: 1.5rem 2rem;
        line-height: 2.2;
        margin: 1rem 0;
    }
    /******behalf*****/
    .behalf-body {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column-reverse;
           -moz-box-orient: vertical;
           -moz-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        padding: 3rem 0 0;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .behalf-box {
        max-width: 22rem;
        text-align: center;
        margin: 0 auto
    }
    .behalf-box p {
        line-height: 2.4;
    }
    .behalf-box img {
        width: 100%;
    }
    .behalf-content {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .behalf-content p {
        margin-bottom: 2.5rem;
    }
    .line-box {
        width: 70%;
        margin: 1.5rem auto;
    }
    .line-box hr {
        border-color: #C3DAEF
    }
    /****contact*****/
    .contact-banner {
        background: url(../images/contact-banner.png) no-repeat 35% center;
        -o-background-size: cover;
           background-size: cover;
    }
    .contact-body {
        padding: 1.5rem 0 0;
    }
    .contact-body h5 {
        font-size: 1.6rem;
        color: #e52018;
        text-align: center;
        font-weight: bold;
    }
    .contact-body ul {
        width: 100%;
        margin: 2rem auto;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
    .contact-body ul li {
        width: 100%;
        padding: 1rem .5rem;
    }
    .contact-body ul li>div {
        background: #EAF2FB;
        padding: 2rem;
    }
    .contact-body ul li>div h1 {
        font-size: 2rem;
        color: #e52018;
        text-align: center;
        padding-bottom: 2rem;
    }
    .contact-body ul li>div .img-box img {
        width: 100%;
    }
    .contact-body ul li>div p {
        padding: 2rem 2rem 0;
        color: #e52018
    }
    .contact-body ul li>div a {
        height: 5rem;
        line-height: 5rem;
        text-align: center;
        margin: 2rem 2rem 0;
        background: #e52018;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        border-radius: 6px;
        vertical-align: middle;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
    .contact-body ul li>div a i {
        margin-right: 8px;
    }
    .contact-body ul li>div a:hover {
        text-decoration: none;
        background: #1F7BCF
    }
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 100%;
    }
}

@media (min-width: 751px) {
    body {
        font-size: 13px;
    }
    .header-tel {
        position: absolute;
        right: 10px;
        bottom: 0;
        -webkit-transform: translateY(100%);
           -moz-transform: translateY(100%);
            -ms-transform: translateY(100%);
             -o-transform: translateY(100%);
                transform: translateY(100%);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff;
        background: #e52018;
        height: 30px;
        border-radius: 0 0 12px 12px;
        width: 300px;
    }
    /**banner***/
    .banner-container {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banner-container * {
        margin: 2% auto;
    }
    .banner-text {
        width: 90%;
        text-align: center;
        margin-top: 3%
    }
    .banner-text img {
        width: 40%
    }
    .banner-p {
        font-size: 25px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-weight: 900;
        margin-left: 0px;
        line-height: 0px;
    }
}

@media (min-width: 992px) {
    /********************************pc端**********************************************/
    .head-container .navbar-light .navbar-nav .active > .nav-link {
        background: #e52018;
        color: #fff;
        border-radius: 6px;
    }
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
    header {
        height: 65px;
        margin: 50px auto 0;
        background: none;
        -webkit-transition: all 0.2s;
        -o-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
    }
    header.fixed-header {
        background: #fff;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        margin: 0;
        border-bottom: 2px solid #e52018
    }
    header.fixed-header .head-container {
        box-shadow: none;
    }
    .logo-box {
        width: 280px;
        height: 64px;
        margin-top: 5px;
    }
    .logo-box img {
        width: 100%;
    }
    .head-container .navbar {
        height: 65px;
    }
    .head-container .navbar-light .navbar-nav .nav-link {
        font-size: 13px;
        padding: 5px 7px;
        margin: 0 6px;
    }
    .head-container .dropdown-menu {
        top: 95%;
    }
    /**banner***/
    .banner-container {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banner-container * {
        margin: 2% auto;
    }
    .banner-text {
        width: 90%;
        text-align: center;
        margin-top: 3%
    }
    .banner-text img {
        width: 40%;
    }
    .banner-p {
        font-size: 25px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-weight: 900;
        margin-left: 0px;
        line-height: 0px;
    }
    /***公告栏****/
    .notice-container {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 64px;
        border-bottom: 1px solid #DFDEDE;
        font-size: 14px;
    }
    .notice-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .notice-box h4 {
        font-size: 1.2em;
        font-weight: bolder;
        color: #0C3E8D
    }
    .notice-box i {
        display: block;
        width: 2px;
        height: 15px;
        background: #1a4aa7;
        margin: 0 12px;
    }
    .notice-t {
        color: #888;
        margin-right: 12px;
    }
    .sys-time {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #e52018
    }
    .sys-time i {
        margin-right: 10px;
    }
    /*****ABOUT*****/
    .about-box {
        background: url(../images/about-bg.png);
        -o-background-size: cover;
        background-size: cover;
        color: #000;
        padding: 50px;
    }
    .about-box-div {
        width:1200px;
        margin:auto;
    }
    .glob-h1 {
        text-align: center;
        font-size: 32px;
        font-weight: bold;
    }
    .glob-h {
        text-align: center;
        font-weight: bold;
    }
    .about-box ul {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around;
        -webkit-align-items: top;
           -moz-box-align: top;
            -ms-flex-align: top;
                align-items: top;
        padding: 1.5%;
    }
    .about-box ul>li {
        width: 30%;
    }

    .about-box ul > li h2 {
        font-size: 20px;
        font-weight: bold;
        text-align:center;
    }
    .about-box ul>li p {
        padding: 2.5% 0
    }
    .about-box ul > li a {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #000;
        color: #000;
        text-align: center;
        margin: 2.5% auto 0;
        border-radius: 4px;
    }
    .about-box ul > li a:hover {
        background: #e52018;
        border: 1px solid #e52018;
        color: #fff;
        text-decoration: none;
    }
    /*****HYYY*****/
    .hyyy-box {
        -o-background-size: cover;
        background-size: cover;
        margin: 30px auto;
        color: #fff;
        padding: 50px;
    }
    .hyyy-box .glob-h1 {
        color: #000;
    }
    .hyyy-box ul {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: top;
        -moz-box-align: top;
        -ms-flex-align: top;
        align-items: top;
        padding: 1.5%;
    }

    .hyyy-box ul > li {
        width: 30%;
    }

    .hyyy-box ul > li img {
        width: 100%;
        margin: 10px auto 15px
    }

    .hyyy-box ul > li h2 {
        font-size: 22px;
    }

    .hyyy-box ul > li p {
        padding: 2.5% 0
    }

    .hyyy-box ul > li a {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        margin: 2.5% auto 0;
        border-radius: 4px;
    }

    .hyyy-box ul > li a:hover {
        background: #fff;
        color: #0C3E8D;
        text-decoration: none;
    }
    /*********service***********/
    .glob-title {
        text-align: center;
    }
    .glob-title p {
        color: #aaa;
        font-size: 12px;
        text-transform: uppercase
    }
    .service-box ul {
        padding: 1% 2.5%;
    }
    .service-box ul>li {
        padding: 1rem 0;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .service-box ul>li:nth-child(even) {
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .service-box ul>li .img-box {
        width: 50%;
    }
    .service-box ul>li .text-box {
        width: 45%;
    }
    .service-box ul>li:nth-child(even) .service-h2 {
        text-align: right;
    }
    .service-box ul>li:nth-child(even) p {
        text-align: right;
    }
    .service-box ul>li .img-box div {
        width: 100%;
        padding-top: 100%;
        background-position: center center;
    }
    .service-h2 {
        padding: 1.5rem 0;
        text-align: left;
    }
    .service-h2 h3 {
        font-size: 1rem;
        color: #555;
        font-weight: normal;
        line-height: 1.5;
        text-transform: capitalize
    }
    .service-h2 h2 {
        color: #e52018;
        font-size: 22px;
        font-weight: bold;
    }
    .more {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        color: #fff;
        text-align: center;
        margin-top: 2.5%;
        background: #e52018;
        border-radius: 4px;
        border: 1px solid #e52018
    }
    .more:hover {
        background: #fff;
        color: #e52018;
        text-decoration: none;
    }
    .service-box ul>li:nth-child(even) .more {
        float: right;
    }
    /*******招聘********/
    .recruit-box {
        background: url(../images/recruit-bg.png) center center;
        -o-background-size: cover;
           background-size: cover;
        padding: 40px 80px;
        margin-top: 20px;
    }
    .recruit-box .glob-title p {
        color: #e52018
    }
    .recruit-info {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 20px 50px;
        position: relative;
    }
    .recruit-bg {
        background: #438bcd;
        mix-blend-mode: multiply;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }
    .recruit-text {
        position: relative;
        z-index: 2;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 30px 0 20px;
    }
    .recruit-text p {
        color: #fff;
        font-size: 16px;
    }
    .recruit-link a {
        display: block;
        width: 100px;
        height: 32px;
        line-height: 32px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        margin: 2.5% auto 0;
        border-radius: 4px;
    }
    .recruit-link a:hover {
        background: #fff;
        color: #0C3E8D;
        text-decoration: none;
    }
    /**********news*******/
    .news-box {
        padding: 30px 8%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .news-box .glob-title {
        width: 20%;
        margin-right: 4%;
    }
    .news-box .glob-title .pc-more {
        margin: 20px auto 0;
    }
    .news-box .mob-more {
        display: none;
    }
    .news-info {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .news-info ul li {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .news-t {
        width: 150px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #e52018;
        margin-right: 40px;
        color: #e52018;
        font-family: arial;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .news-t>b {
        font-size: 22px;
        font-weight: normal;
        margin-left: 6px;
    }
    .news-info ul li:hover .news-t {
        background: #e52018;
        color: #fff;
    }
    .news-title {
        padding: 12px 0;
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        border-bottom: 1px solid #DADADA;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .news-title>a {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        overflow: hidden;
        font-size: 15px;
        color: #505050
    }
    .news-info ul li:hover .news-title>a,
    .news-info ul li:hover .news-title i {
        color: #e52018;
        font-weight: bold;
        cursor: pointer;
    }
    .news-title i {
        font-size: 18px;
    }
    /*****************footer********************/
    footer {
        background: #ececec;
        margin-top: 20px;
    }
    .footer-nav {
        text-align: center;
        font-size: 15px;
        line-height: 60px;
    }
    .footer-nav a {
        padding: 0 20px;
        color: #000;
    }
    .footer-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .footer-left {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: left;
           -moz-box-pack: left;
            -ms-flex-pack: left;
                justify-content: left;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 25px 0;
    }
    .footer-logo {
        margin-right: 40px;
    }
    .footer-logo img {
        width: 90%;
    }
    .footer-left p {
        margin-bottom: 5px;
        color: #000;
    }
    .footer-left p b {
        font-size: 18px;
        font-family: arial;
        margin-left: 8px;
    }
    .footer-left p i {
        margin-right: 5px;
    }
    .code-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #fff;
    }
    .code-box .code-img {
        margin-left: 12px;
        cursor: pointer;
    }
    .pagetop {
        width: 60px;
        height: 60px;
        background: #e52018;
        color: #fff;
        text-align: center;
        line-height: 60px;
        position: fixed;
        right: 50px;
        bottom: 150px;
        z-index: 1000;
        font-size: 18px;
        cursor: pointer;
    }
    .pageother {
        width: 60px;
        height: 60px;
        background: #e52018;
        color: #fff;
        text-align: center;
        line-height: 60px;
        position: fixed;
        right: 50px;
        bottom: 90px;
        z-index: 1000;
        font-size: 18px;
        cursor: pointer;
    }
    /***policy***/
    .ny-banner {
        width: 100%;
        height: 310px;
        margin-top: 65px;
    }
    .ny-banner .container {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .ny-banner h1 {
        font-size: 46px;
        color: #e52018;
        text-indent: 60px;
        font-weight: bolder;
    }
    .ny-banner p {
        color: #e52018;
        padding-left: 60px;
        text-transform: uppercase;
    }
    .position-box {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .position-box h4 {
        font-size: 1.2em;
        font-weight: bolder;
        color: #0C3E8D
    }
    .position-box i {
        display: block;
        width: 2px;
        height: 15px;
        background: #1a4aa7;
        margin: 0 12px;
    }
    .policy-banner {
        background: url(../images/about-banner.png) no-repeat center center;
        -o-background-size: cover;
           background-size: cover;
    }
    .policy-body {
        padding: 25px 0
    }
    .policy-body > li {
        margin: 25px auto;
        border: 3px solid rgb(255 0 0 / 15%);
        padding: 40px 3%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: url(../images/wenli-bg.png) no-repeat center center;
        -o-background-size: cover;
        background-size: cover;
    }
    .policy-body>li>div {
        width: 38%;
    }
    .policy-body>li h1 {
        width: 55%;
        font-size: 20px;
        line-height: 1.6;
    }
    .policy-body>li>div img {
        width: 100%;
    }
    .policy-body>li:nth-child(1) {
        border-radius: 0 150px 0 0
    }
    .policy-body>li:nth-child(2) {
        border-radius: 0 0 0 150px;
        -webkit-flex-direction: row-reverse;
           -moz-box-orient: horizontal;
           -moz-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    /****technique****/
    .technique-banner {
        background: url(../images/zhaopin-banner.png) no-repeat center center;
        -o-background-size: cover;
           background-size: cover;
    }
    .ny-title {
        text-align: center;
        font-size: 26px;
        color: #e52018;
        padding: 35px;
    }
    .technique-list {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .technique-list>li {
        width: 31.3333%;
        margin: 0 1%;
        padding: 25px;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px #AECEED;
        border-radius: 20px;
    }
    .technique-list>li img {
        width: 100%;
        margin: 20px 0
    }
    .technique-list>li h5 {
        font-size: 16px;
        text-align: center;
    }
    .technique-text {
        text-align: center;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px #AECEED;
        border-radius: 12px;
        width: 75%;
        margin: 35px auto;
        padding: 15px 0
    }
    /****welfare*****/
    .welfare-list>li>h5 {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        padding: 0 60px;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px #AECEED;
        border-radius: 10px;
        position: relative;
    }
    .welfare-list>li>h5::after {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: absolute;
        left: 35px;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #e52018;
    }
    .welfare-list>li>div {
        padding: 15px 60px 10px;
    }
    /****interview*****/
    .tab-title {
        text-align: center;
        padding-bottom: 45px;
    }
    .tab-title>a {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0 2em;
        font-size: 18px;
        border: 1px solid #DDD8D8;
        border-radius: 10px;
        margin: 0 10px;
        color: #555;
    }
    .tab-title>a.active {
        background: #e52018;
        border-color: #e52018;
        color: #fff;
    }
    .tab-title>a:hover {
        font-weight: normal;
        text-decoration: none;
    }
    .tab-content {}
    .interview-content {
        display: none;
    }
    .name-box {
        width: 160px;
        margin-left: 60px;
        text-align: center;
        font-size: 18px;
    }
    .name-box p {
        padding-top: 10px;
    }
    .interview-list {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-bottom: 25px;
    }
    .interview-list>li>h5 {
        background: #EAF2FB;
        border: 1px solid #D6E0E9;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        color: #01488A;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }
    .interview-list>li>h5 i {
        display: block;
        width: 8%;
        text-align: center;
        font-style: normal;
    }
    .interview-list>li>h5 span {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .interview-list>li>div {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .interview-list>li>div i {
        display: block;
        width: 8%;
        text-align: center;
        font-style: normal;
        font-size: 15px;
        color: #01488A
    }
    .interview-list>li>div p {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 15px 0 5px;
    }
    /****applications****/
    .applications-p {
        padding: 25px 10%;
    }
    .app-title {
        height: 50px;
        line-height: 50px;
        background: #ADCFF6;
        font-size: 20px;
        color: #01488A;
        text-indent: 3em;
    }
    .applications-content {
        display: none;
    }
    .app-list {
        padding: 0 3%;
    }
    .app-list>li {
        padding: 20px 0 0;
    }
    .app-list>li>h5 {
        height: 50px;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px #AECEED;
        border-radius: 10px;
        line-height: 50px;
        text-indent: 20px;
    }
    .app-list>li>div {
        padding: 20px 0 0 20px;
    }
    .app-table-box {
        padding: 25px 50px;
    }
    .app-table {
        border: 1px solid #D6E0E9;
        width: 100%;
    }
    .app-table td {
        padding: 12px 20px;
        border: 1px solid #D6E0E9;
    }
    .app-table tr td:first-child {
        text-align: right;
    }
    .app-table tr:nth-child(even) {
        background: #EFF7FF
    }
    /****services*****/
    .service-banner {
        background: url(../images/service-banner.png) no-repeat center center;
        -o-background-size: cover;
           background-size: cover;
    }
    .service-p {
        padding: 35px 30px 20px;
    }
    .service-nyBox ul li,
    .service-nyBox ul>li:nth-child(even) {
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .service-nyBox ul>li:nth-child(even) .service-h2,
    .service-nyBox ul>li:nth-child(even) p {
        text-align: left;
    }
    .service-nyBox ul>li:nth-child(even) .more {
        float: none;
    }
    .service-nyBox ul>li .img-box {
        width: 28%;
    }
    .service-box ul>li .img-box div {
        padding-top: 65%;
    }
    .service-nyBox ul>li .service-h2 {
        padding-top: 0;
    }
    .service-nyBox ul>li .text-box {
        width: 66%;
    }
    .service-tableBox {
        padding: 15px 30px;
    }
    .service-h5 {
        color: #e52018;
        font-size: 22px;
        font-weight: bold;
        margin: 10px auto 20px
    }
    .service-tableBox table {
        border: 1px solid #D6E0E9;
        width: 100%;
    }
    .service-tableBox table th {
        background: #EAF2FB;
        padding: 12px 15px;
        text-align: center;
        border: 1px solid #D6E0E9;
    }
    .service-tableBox table td {
        padding: 8px 15px;
        text-align: center;
        border: 1px solid #D6E0E9;
        line-height: 1.4
    }
    /*****news*****/
    .news-banner {
        background: url(../images/news-banner.png) no-repeat 0 center;
        -o-background-size: cover;
           background-size: cover;
    }
    .news-nyBox {
        padding: 30px 0;
    }
    .news-nyBox ul li:nth-child(6) {
        margin-top: 50px;
    }
    .page-box {
        text-align: center;
        padding: 15px 0 30px;
    }
    .page-box ul.pagination {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    /*****details*****/
    .details-box {
        padding: 30px 0;
    }
    .details-box h1 {
        font-size: 26px;
        line-height: 1.3;
        text-align: center;
        color: #e52018;
    }
    .fb-t {
        text-align: center;
        padding: 15px 0;
    }
    .ck-editor {
        padding: 15px 0;
    }
    /*******organization******/
    .organization-body {
        text-align: center;
        padding: 50px 0;
    }
    .organization-body img.img-mob {
        display: none
    }
    /*******evolution********/
    .evolution-body {
        padding: 35px 0;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .evolution-body ul {
        position: relative;
        z-index: 1;
    }
    .evolution-body ul::after {
        content: '';
        display: block;
        width: 1px;
        top: 20px;
        bottom: 20px;
        background: #e52018;
        left: 10px;
        position: absolute;
    }
    .evolution-body ul li {
        padding: 10px 0 10px 60px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        z-index: 2;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .evolution-body ul li::after {
        content: '';
        display: block;
        width: 21px;
        height: 21px;
        border-radius: 50%;
        border: 3px solid #e52018;
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
             -o-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #fff;
    }
    .evolution-body ul li span {
        display: block;
        width: 80px;
        margin-right: 50px;
    }
    .evolution-body ul li h1 {
        font-size: 24px;
        color: #e52018
    }
    /*******company******/
    .company-first ul {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 30px 0;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .company-first ul li {
        width: 49%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        line-height: 2.5;
    }
    .company-first ul li div {
        background: #EAF2FB;
        padding: 15px 25px;
    }
    .company-first ul li div:first-child {
        text-align: center;
        margin-right: 10px;
        min-width: 106px;
    }
    .company-first ul li div:last-child {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .company-content {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .company-content dl {
        display: inline;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 80%;
        padding: 25px 0
    }
    .company-content dl dt {
        background: #EAF2FB;
        height: 100%;
        width: 25%;
        margin-right: 10px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .company-content dl dd {
        background: #EAF2FB;
        height: 100%;
        padding: 25px 30px;
    }
    .company-content dl dd h5 {
        height: 36px;
        background: -webkit-linear-gradient(left, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        background: -moz-linear-gradient(left, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        background: -o-linear-gradient(left, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        background: linear-gradient(90deg, #e52018 0%, rgba(45, 134, 216, 0.47) 82.76%);
        border-radius: 4px;
        line-height: 36px;
        text-indent: 2em;
        font-size: 14px;
        color: #fff;
        font-weight: bold;
        margin-bottom: 15px;
    }
    .company-content dl dd p {
        padding-left: 2em;
    }
    .company-h3 {
        font-size: 18px;
        color: #e52018;
        font-weight: bold;
        text-align: center;
    }
    .company-list {
        width: 80%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 15px auto 30px;
    }
    .company-list>li {
        width: 49%;
        background: #EAF2FB;
        padding: 15px 30px;
        line-height: 2.2;
    }
    /******behalf*****/
    .behalf-body {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 35px 0;
    }
    .behalf-box {
        width: 220px;
        margin-left: 50px;
        text-align: center;
        padding-top: 15px;
    }
    .behalf-box p {
        line-height: 2.4;
    }
    .behalf-box img {
        width: 100%;
    }
    .behalf-content {
        -webkit-flex: 1;
           -moz-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
    }
    .behalf-content p {
        margin: 15px 0 35px;
    }
    .line-box {
        width: 70%;
        margin: 20px auto;
    }
    .line-box hr {
        border-color: #C3DAEF
    }
    /****contact*****/
    .contact-banner {
        background: url(../images/contact-banner.png) no-repeat 0 center;
        -o-background-size: cover;
           background-size: cover;
    }
    .contact-body {
        padding: 35px;
    }
    .contact-body h5 {
        font-size: 16px;
        color: #e52018;
        text-align: center;
        font-weight: bold;
    }
    .contact-body ul {
        width: 100%;
        margin: 35px auto 20px;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .contact-body ul li {
        width: 49%;
        height: 280px;
    }
    .contact-body ul li>div {
        background: #EAF2FB;
        padding: 25px;
        height: 100%;
    }
    .contact-body ul li>div h1 {
        font-size: 22px;
        color: #e52018;
        text-align: center;
        padding-bottom: 20px;
    }
    .contact-body ul li>div .img-box img {
        width: 100%;
    }
    .contact-body ul li>div p {
        padding: 20px 50px 0;
        color: #e52018
    }
    .contact-body ul li>div a {
        height: 56px;
        line-height: 56px;
        text-align: center;
        margin: 20px 50px 0;
        background: #e52018;
        color: #fff;
        font-size: 17px;
        font-weight: bold;
        border-radius: 6px;
        vertical-align: middle;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
    .contact-body ul li>div a i {
        margin-right: 8px;
    }
    .contact-body ul li>div a:hover {
        text-decoration: none;
        background: #1F7BCF
    }
}

@media (min-width: 1140px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1120px;
    }
    header {
        height: 70px;
        margin: 50px auto 0;
    }
    .logo-box {
        height: 60px;
        margin-top: -5px;
    }
    .logo-box img {
        width: 100%;
    }
    .head-container .navbar {
        height: 70px;
    }
    .head-container .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 6px 12px;
        margin: 0 7px;
    }
    /**banner***/
    .banner-container {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banner-container * {
        margin: 2% auto;
    }
    .banner-text {
        width: 90%;
        text-align: center;
        margin-top: 3%
    }
    .banner-text img {
        width: 50%;
    }
    .banner-p {
        font-size: 30px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-weight: 900;
        margin-left: 0px;
        line-height: 0px;
    }
    .contact-body ul {
        width: 85%;
    }
}

@media (min-width: 1440px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1280px;
    }
    header {
        height: 80px;
        margin: 55px auto 0;
    }
    .logo-box {
        height: 60px;
        margin-top: -10px;
    }
    .logo-box img {
        width: 100%
    }
    .head-container .navbar {
        height: 80px;
    }
    .head-container .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
        padding: 8px 15px;
        margin: 0 10px;
    }
    /**banner***/
    .banner-container {
        height: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .banner-container * {
        margin: 2% auto;
    }
    .banner-text {
        width: 90%;
        text-align: center;
        margin-top: 3%
    }
    .banner-text img {
        width: 60%;
    }
    .banner-p {
        font-size: 35px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        color: #fff;
        font-weight: 900;
        margin-left: 0px;
        line-height: 0px;
    }
    /***policy***/
    .policy-body>li h1 {
        font-size: 26px;
    }
    /*****technique*****/
    .technique-list>li h5 {
        font-size: 18px;
    }
}

@media (min-width: 1920px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        
    }
}