﻿@charset "UTF-8";
html {
    overflow: hidden;
    overflow-y: scroll;
}

* {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

.view2 {
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.m-block {
    display: none;
}

.job_content .list .span5 {
    position: relative;
    overflow: visible!important;
    display: block;
}

.job_content .list .span5 img {
    position: absolute;
    left: 0;
    right: 0;
    top: 86px;
    width: 90px;
    margin: auto;
    display: none;
}

.pc-block {
    display: block;
}

.sub-bottom {
    display: none;
    position: absolute;
    width: 180px;
    /*left: 50%;*/
    left: 0;
    /*transform:translateX(-50%);*/
    top: 2.5rem;
    background: #fff;
    padding: 5px 0;
}

.sub-bottom.on {
    display: none!important;
}

.sub-bottom a {
    display: block;
    color: #666;
    font-size: 15px;
    line-height: 2;
    /*text-align: center;*/
    padding: 0 10px;
}

.fl1 {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.fl2 {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.fl3 {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
}

.pc {
    display: block;
}

.mb {
    display: none;
}

@media (min-width: 768px) {
    html {
        font-size: 28px!important;
    }
}

@media (max-width: 1024px) {
    .job_content .list .span5 img {
        display: none!important;
    }
}

@media (min-width: 1025px) {
     ::-webkit-scrollbar {
        width: 8px;
        height: 8px;
    }
     ::-webkit-scrollbar-track {
        background: #fff;
    }
     ::-webkit-scrollbar-thumb {
        background: #ccc;
        /*border-radius: 4px;*/
    }
     ::-webkit-scrollbar-thumb:window-inactive {
        background: #e60012;
    }
     ::-webkit-scrollbar-thumb:vertical:hover {
        background: #e60012;
    }
    html {
        font-size: 30px!important;
    }
    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px!important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px!important;
    }
}


/* 重置表单样式 */

select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}


/* 更改placeholder颜色 */

input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}


/*头部*/

header {
    height: 2.5rem;
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 999;
}

.view {
    padding: 0 10.98%
}

.template-item {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.bocweb-header3 {
    width: 100%;
}

.w1720 {
    max-width: 1720px;
    width: 93.75%;
    margin: 0 auto;
}

.pc-bocweb-header3 {
    height: 2.5rem;
    position: absolute;
    z-index: 99;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    transition: all .3s ease-in-out;
}

.pc-bocweb-header3 .n-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
    height: 100%;
}

.pc-bocweb-header3 .logo {
    width: 9.0rem;
    height: 1.05rem;
    position: relative;
    display: block;
}

.pc-bocweb-header3 .logo img {
    width: 100%;
}

.head_right {
    width: auto;
    height: 100%;
}

.pc-bocweb-header3 .right-btn {
    position: relative;
}

.pc-bocweb-header3 .line {
    background: rgba(255, 255, 255, 0.3);
    margin: 0 .5rem;
    width: 1px;
    height: 16px;
}

.pc-bocweb-header3 .search-btn {
    cursor: pointer;
    height: 1.125rem;
    width: 1.125rem;
    cursor: pointer;
}

.pc-bocweb-header3 .search-btn svg {
    width: 18px;
    height: 18px;
    fill: #fff;
}

.pc-bocweb-header3 .nav {
    font-size: 18px;
    margin-right: .75rem;
}

.pc-bocweb-header3 .nav .li {
    margin: 0 .65rem;
    position: relative;
}

.pc-bocweb-header3 .nav .warp-btn {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    display: block;
    height: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    color: #222;
    cursor: pointer;
    transition: all .3s ease;
    font-family: "pf-cu";
}

.pc-bocweb-header3 .nav .nav-item {
    position: absolute;
    top: 2.25rem;
    width: 4.5rem;
    left: 50%;
    margin-left: -90px;
    background: #fff;
    font-size: 16px;
    display: none;
}

.pc-bocweb-header3 .nav .nav-item p {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    display: inline-block;
    border-bottom: 1px solid #f7f7f7;
}

.pc-bocweb-header3 .nav .nav-item p:last-child {
    border-bottom: none;
}

.pc-bocweb-header3 .nav .nav-item a {
    line-height: 1.8;
    padding: .5rem 0;
    display: block;
    color: #222222;
    text-align: center;
    transition: all .3s ease;
}

.pc-bocweb-header3 .nav .nav-item a:hover {
    color: #f23a78;
}

.warp-search-form {
    display: none;
    position: fixed;
    top: 2.5rem;
    left: 0;
    width: 100%;
    background-color: #f9f9f9;
    height: 95px;
    border-bottom: 1px solid #e3e3e3;
    z-index: 99;
}

.warp-search-form .search-form .dxnav-search-icon {
    height: 24px;
    width: 24px;
    display: flex;
    margin: 0 33px;
    align-self: center;
    align-items: center;
    justify-content: center;
}

.warp-search-form .search-form .dxnav-icon {
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.warp-search-form .search-form .input2 {
    width: calc(100% - 320px - 0.5rem);
    margin-right: .5em;
    font-size: 2.4em;
    background-color: transparent;
    border: none;
}

.warp-search-form .search-form .search-close {
    width: 44px;
    height: 44px;
    margin: 0 10px 0 32px;
    cursor: pointer;
    background-color: transparent;
}

.warp-search-form .search-form .search-close svg {
    width: 20px;
    height: 20px;
}

.warp-search-form .search-form .submit-button {
    width: 125px;
    height: 45px;
    margin: 0;
    padding: 0 12px;
    font-size: 12px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #0c121c;
    background-color: #0c121c;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border: none;
    letter-spacing: .12em;
    transition: color .4s ease, background-color .4s ease;
}

.warp-search-form .search-form .submit-button:hover {
    background-color: #fff;
    color: #0c121c;
    box-shadow: inset 0 0 0 1px #0c121c;
}

.warp-search-form .search-form .submit-button:disabled {
    cursor: not-allowed;
    color: #fff;
    background-color: #e4e4e4;
    box-shadow: none;
    border: none;
}

.warp-search-form .search-form.active {
    transform: translateY(0%);
}

.warp-search-form .search-form {
    height: 95px;
}

.dxnav__dropdown-overlay {
    background: rgba(250, 250, 250, 0.85);
    height: 100vh;
    left: 0;
    max-width: 100vw;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    width: 0;
    height: 0;
    opacity: 0;
}

.overlay--open {
    animation: overlayOpen .4s ease-out forwards;
}

.sub-bottom a {
    transition: .5s ease-in-out;
}

.sub-bottom a:hover {
    color: #0d5ba3;
    transition: .5s ease-in-out;
}

.lang {
    float: left;
    /*width: 3.25rem;*/
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.lang a {
    display: block;
    height: 1.25rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.25rem;
    font-size: 16px;
    color: #222222;
    border: 1px solid #ccc;
    margin: 0.062rem
}

.lang a.on {
    background-color: #0d5ba3;
    color: #fff;
}

.seach {
    float: left;
    width: 1.562rem;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: 0;
}

.seach a {
    display: block;
    height: 1.25rem;
    width: 1.5rem;
    text-align: center;
    line-height: 1.25rem;
    font-size: 0.45rem;
    color: #222222;
    background-image: url(../images/serch2.png);
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    margin: 0.062rem
}

.headerh {
    width: 100%;
    height: 2.5rem;
    position: relative;
}


/*首页*/

.banner {
    width: 100%;
    position: relative;
    height: 22.5rem;
    overflow: hidden;
}

.banner .swiper-wrapper {
    width: 100%;
    height: 100%
}

.banner .swiper-slide {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.bg {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1.2s;
}

.banner .swiper-slide .txt {
    width: 8.875rem;
    display: block;
    height: 8.875rem;
    background-color: rgba(19, 119, 212, 0.9);
    color: #fff;
    position: absolute;
    z-index: 2;
    top: 1.8rem;
    right: 10.98%;
    border-radius: 50%;
    text-align: center;
}

.banner .swiper-slide .txt .con {
    width: 100%;
    height: 100%;
    position: relative;
}

.banner .swiper-slide .txt .con .ent {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.banner .swiper-slide .tit {
    font-size: 1.5rem;
    line-height: 1.2;
}

.banner .swiper-slide .txt.big .p {
    font-size: 0.45rem;
    display: inline-block;
    margin-top: 0.5rem;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
}

.banner .swiper-slide .txt.medium .tit {
    font-size: 1.05rem;
    line-height: 1.2;
}

.banner .swiper-slide .txt.medium .p {
    font-size: 0.45rem;
    display: inline-block;
    margin-top: 0.5rem;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
}

.banner .swiper-slide .txt.small .tit {
    font-size: 0.9rem;
    line-height: 1.2;
}

.banner .swiper-slide .txt.small .p {
    font-size: 0.45rem;
    display: inline-block;
    margin-top: 0.5rem;
    line-height: 1.2;
    border-bottom: 1px solid #fff;
}

.home_a {
    width: 100%;
    position: relative;
    background-image: url(../images/homea.png);
    -webkit-background-size: cover;
    background-size: cover;
    height: 20.65rem;
    background-color: #fff;
}

.home_a_nav {
    width: 100%;
    /* height: 4.4rem; */
    background-color: #fff;
    position: relative;
    margin-top: -2.2rem;
    z-index: 2;
}

.home_a_nav .first {
    width: 100%;
    height: 100%;
    position: relative;
}

.home_a_nav .first li {
    width: 20%;
    height: 100%;
    background-color: #fff;
    float: left;
    text-align: center;
    line-height: 2.2rem;
    color: #fff;
    font-size: 0.45rem;
    cursor: pointer;
    font-weight: 600;
}

.home_a_nav .first li .tit {
    height: 50%;
    display: block;
    width: 100%;
    color: #fff;
    background-color: #0d5ba3;
}

.home_a_nav .first li.on a {
    color: #05164d;
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
}

.home_a_nav .two {
    width: 100%;
    height: 50%;
    position: relative;
    display: none;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}

.home_a_nav .two li {
    width: 20%;
    height: 100%;
    background-color: #fff;
    float: left;
    text-align: center;
    line-height: 2.2rem;
    color: #05164d;
    font-size: 0.45rem;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    font-weight: 600;
}

.home_a_nav .two li a {
    color: #05164d;
}

.home_a .content {
    width: 100%;
    margin-top: 3.125rem;
}

.home_a .content .item {
    width: 100%;
    display: none;
}

.home_a .content .left {
    max-width: 61.48%;
    float: left;
    max-height: 20rem;
    margin-top: -80px;
}

.home_a .content .left img {
    width: 100%;
}

.home_a .content .right {
    width: 38.5%;
    float: right;
    padding-left: 2.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.p-tit {
    font-size: 0.6rem;
    color: #05164d;
}

.s-tit {
    font-size: 1.2rem;
    color: #05164d;
    margin-top: 1rem;
}

.home_a .content .right .txt {
    font-size: 0.4rem;
    color: #888888;
    margin-top: 1rem;
    line-height: .75rem;
}

.more {
    display: block;
    margin-top: 1.2rem;
    width: 3.95rem;
    height: 50px;
    background-color: #0070d1;
    color: #fff;
    font-size: 16px;
    line-height: 1.2rem;
    text-align: center;
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
    position: relative;
}

.more:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    /* border-radius: 50%; */
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    position: absolute;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(0, 112, 209, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.home_b {
    width: 100%;
    position: relative;
    height: 27.0rem;
}

.home_c {
    width: 95%;
    position: relative;
    padding: 3.625rem 0 3.625rem 10.98%;
}

.home_content {
    width: 100%;
    margin-top: 2rem;
}

.home_c .news-container .swiper-slide {
    width: 10.875rem;
    margin-right: 2.0rem;
    background-color: #fff;
    display: block;
}

.home_c .news-container .swiper-slide .img {
    width: 100%;
    height: 7.63rem;
    overflow: hidden;
}

.home_c .news-container .swiper-slide .txt {
    width: 100%;
    padding: 1.25rem;
}

.home_c .news-container .swiper-slide .txt .p1 {
    font-size: 0.5rem;
    color: #222222;
    font-weight: 500;
    line-height: 0.65rem;
    height: 1.3rem;
    overflow: hidden;
}

.home_c .news-container .swiper-slide .txt .p2 {
    font-size: 0.4rem;
    color: #222222;
    line-height: 0.6rem;
    height: 1.2rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

.more2 {
    width: 3.625rem;
    height: 1.5rem;
    display: block;
    font-size: 0.5rem;
    text-align: center;
    line-height: 1.5rem;
    color: #111111;
    font-family: "dinengschrift";
    margin-top: 1rem;
    border: 1px solid #ccc;
    position: relative;
    transition: all .3s;
}

.more2:after {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-right: 2px solid #111;
    border-bottom: 2px solid #111;
    right: 0;
    bottom: 0;
    transition: all .3s;
}

.more2:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-left: 2px solid #111;
    border-top: 2px solid #111;
    left: 0;
    top: 0;
    transition: all .3s;
}

.hq-pagination {
    width: 100%;
    text-align: center;
    margin-top: 1.5rem;
}

.hq-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #0d5ba3;
}

.hq-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0d5ba3;
}

.partner-container {
    width: 100%;
    overflow: hidden;
}

.partner-container li {
    width: 18.4%;
    height: 4.25rem;
    border: 1px solid #eee;
    float: left;
    margin-right: 2%;
    margin-bottom: .5rem;
    position: relative;
}

.partner-container li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.partner-container li:nth-child(5n) {
    margin-right: 0;
}

footer {
    width: 100%;
    position: relative;
    background-color: #111111;
}

footer .content {
    width: 100%;
    position: relative;
}

.footer_nav {
    padding-top: 2rem;
    padding-bottom: 3.0rem;
    /*width: 70%;*/
    /*float: left;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.footer_con {
    /*display: none;*/
}

.footer_nav li {
    /*width: 18.4%;*/
    /*margin-right: 2%;*/
    width: 12.5%;
    padding-right: 2px;
    float: left;
    text-align: left;
}

.footer_nav li .tit {
    color: #fff;
    font-size: 0.55rem;
    font-weight: 500;
}

.footer_nav li:last-child {
    margin-right: 0;
}

.footer_nav li .sub {
    margin-top: 0.45rem;
    width: 100%;
}

.footer_nav li .sub a {
    display: block;
    font-size: 0.4rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: .8rem;
}

.footer_con {
    padding-top: 2rem;
    width: 80%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2rem;
}

.footer_con .tit {
    color: #fff;
    font-size: 0.55rem;
    font-weight: 500;
}

.footer_con .txt {
    margin-top: 0.45rem;
    font-size: 0.4rem;
    color: #fff;
}

.footer_con .txt div {
    margin-top: 0.4rem;
    line-height: 0.7rem;
}

.footer_con .fx {
    margin-top: 2rem;
}

footer .bot {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .bot a {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    font-size: 0.35rem;
    line-height: 1.5rem;
    display: inline-block;
    margin-right: .5rem;
}

.footer_con .fx .item {
    float: left;
    position: relative;
}

.footer_con .fx .item a {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 0.3rem;
}

.footer_con .fx .item .qq {
    background-image: url(../images/qq.png);
}

.footer_con .fx .item .wx {
    background-image: url(../images/wx.png);
}

.footer_con .fx .item .wb {
    background-image: url(../images/wb.png);
}

.footer_con .fx .item.on .qq {
    background-image: url(../images/qq1.png);
}

.footer_con .fx .item.on .wx {
    background-image: url(../images/wx1.png);
}

.footer_con .fx .item.on .wb {
    background-image: url(../images/wb1.png);
}

.footer_con .fx .item.on a {
    background-color: #fff;
}

.footer_con .fx .item .ewm {
    width: 4rem;
    position: absolute;
    left: -50%;
    display: none;
    top: 1.3rem;
    padding: 0.2rem 0.2rem;
    background-color: #fff;
    text-align: center;
}

.footer_con .fx .item .ewm img {
    width: auto;
    margin: auto;
}

.home_b .table {
    position: absolute;
    top: 38%;
    z-index: 9;
}

.home_b .table a {
    display: block;
    width: 5rem;
    height: 1.25rem;
    border-radius: 25px;
    margin-top: 0.4rem;
    text-align: center;
    line-height: 1.25rem;
    border: 1px solid #ccc;
    color: #111111;
    font-size: 0.4rem;
    background-color: #fff;
}

.home_b .table a.on {
    color: #fff;
    background-color: #0d5ba3;
}

.home_b .ajax_con {
    width: 89.2%;
    position: absolute;
    top: 3.625rem;
    left: 10.8%;
}

.home_b .ajax_con .txt {
    font-size: 0.4rem;
    color: #888;
    line-height: .6rem;
    height: 1.2rem;
    overflow: hidden;
    width: 34%;
    margin-top: 0.8rem;
}

.home_b .ajax_con .mover {
    width: calc(100% - 8rem);
    margin-left: 8rem;
    background-repeat: no-repeat;
    background-position: 0;
    background-position: 0 90%;
}

.home_b .ajax_con .mover img {
    max-width: 100%;
}

.home_b .ajax_con .mover .move_swiper {
    overflow: hidden;
    box-shadow: inset 20px 0px 8px 2px #eee;
}

.home_b .ajax_con .mover .move_swiper .swiper-wrapper {
    transition-timing-function: linear;
}

.home_b .ajax_con .mover .move_swiper .swiper-slide {
    width: 23.475rem;
    margin-right: 6rem;
}

.home_b .ajax_con .mover .move_swiper .swiper-slide img {
    width: 100%;
}

.home_e {
    width: 100%;
    position: relative;
    padding: 3.6rem 0;
}

.home_b .ajax_con .tip {
    position: absolute;
    width: 9.175rem;
    background-color: #fff;
    box-shadow: #f2f2f2 0px 0px 20px;
    right: 22%;
    top: 0;
    z-index: 22;
    border-radius: 5px;
    display: none;
}

.home_b .ajax_con .tip .img {
    width: 100%;
    height: 5.25rem;
    text-align: center;
    margin-top: 0.4rem;
}

.home_b .ajax_con .tip .img img {
    width: 90%;
    height: 5.175rem;
}

.home_b .ajax_con .tip .txt2 {
    width: 90%;
    font-size: 0.45rem;
    line-height: 2.225rem;
    color: #000000;
    margin: auto;
}

.home_b .ajax_con .tip .txt2 .s2 {
    width: 1.0rem;
    height: 1.0rem;
    background-color: #0070d1;
    border-radius: 50%;
    margin-top: 0.6rem;
    background-image: url(../images/jt.png);
    background-repeat: no-repeat;
    background-position: center;
}

.sub_banner {
    width: 100%;
    height: 17.5rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.sub_tit {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    font-size: 1.375rem;
    color: #ffffff;
    transform: translateY(-50%);
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
}

.pro_fiz {
    width: 100%;
    height: 5.85rem;
    z-index: 99;
}

.addss {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    color: #111111;
    line-height: 2.925rem;
    z-index: 5;
    background-color: #fff;
    padding: 0 2rem;
}

.addss a {
    color: #111111;
    margin-right: 0.5rem;
}

.addss span {
    margin-right: 0.5rem;
}

.addss .addss_nav a {
    display: inline-block;
    /*width:18%;*/
    margin: 0;
    vertical-align: top;
    font-size: 0.5rem;
    margin-left: 2rem;
    position: relative;
    font-family: "PF-CU";
}

.addss .addss_nav a:nth-child(1) {
    margin-left: 0;
}

.addss .addss_nav .swiper-button-next {
    right: 1rem;
}

.addss .addss_nav .swiper-button-prev {
    left: 1rem;
}

.addss .addss_nav a:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #0d5ba3;
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
    position: absolute;
    transition: all 0.4s;
}

.addss .addss_nav a.on {
    color: #0d5ba3;
}

.addss .addss_nav a.on:after {
    width: 100%;
}

.about {
    width: 100%;
    position: relative;
    padding: 1.5rem 0;
}

.about .left {
    float: left;
    width: 52%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10.8%;
}

.about .left .tit {
    font-size: 1.2rem;
    color: #333333;
    margin-bottom: 1rem;
}

.about .left .txt {
    font-size: 0.55rem;
    color: #111;
    line-height: 0.85rem;
    font-family: "Pf";
}

.about .left .list {
    width: 100%;
    margin-top: 2.25rem;
}

.about .left .list li {
    width: 32%;
    margin-right: 2%;
    float: left;
    margin-bottom: 1.5rem;
}

.about .left .list li:nth-child(5n) {
    white-space: nowrap;
}

.about .left .list li:nth-child(3n) {
    margin-right: 0;
}

.about .left .list li .num {
    font-size: 1.25rem;
    color: #e80000;
    font-family: "DINPro-Regular";
}

.about .left .list li .p {
    font-size: 0.45rem;
    color: #111;
    margin-top: 0.2rem;
}

.about .left .list li .num .dw {
    font-size: 0.9rem;
}

.com_tit {
    text-align: center;
    font-size: 1.2rem;
    color: #111111;
}

.about .right {
    width: 46%;
    float: right;
    height: 15.55rem;
    overflow: hidden;
}

.his_list {
    width: 100%;
    height: 10.75rem;
    overflow: hidden;
}

.his_list .item {
    width: 100%;
    height: 100%;
    position: relative;
    float: left;
}

.his_list .item .item_left {
    width: 50%;
    float: left;
    height: 100%;
}

.his_list .item .item_right {
    width: 50%;
    float: right;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.875rem 2.0rem 0;
    color: #111111;
}

.his_list .item .item_right .tit {
    font-size: 1.2rem;
    font-family: "DINPro-Regular";
}

.his_list .item .item_right ul {
    margin-top: 0.75rem;
    height: 6rem;
    overflow: auto;
}

.his_list .item .item_right ul li {
    font-size: 0.5rem;
    margin-top: 0.25rem;
    line-height: .75rem;
}

.his_year {
    width: 100%;
    margin-top: 1.125rem;
    height: 2rem;
    overflow: hidden;
    padding: 10px;
}

.his_year .swiper-wrapper {
    display: flex;
    justify-content: center;
}

.his_year .swiper-slide {
    width: 3.375rem;
    height: 0.75rem;
    border-bottom: 1px dashed #0d5ba3;
    position: relative;
}

.his_year .swiper-slide:last-child {
    border-bottom: 0;
    width: 0;
}

.his_year .swiper-slide:after {
    content: "";
    position: absolute;
    left: 0;
    width: 10px;
    height: 10px;
    bottom: -5px;
    border-radius: 50%;
    background-color: #0d5ba3;
    cursor: pointer;
}

.his_year .swiper-slide:before {
    content: "";
    position: absolute;
    left: -5px;
    width: 20px;
    height: 20px;
    bottom: -10px;
    border-radius: 50%;
    background-color: rgba(13, 91, 163, 0.2);
    cursor: pointer;
}

.his_year .swiper-slide .year {
    font-size: 0.4rem;
    color: #333333;
    font-family: "DINPro-Regular";
    position: absolute;
    bottom: -30px;
    margin-left: -10px;
    opacity: 0;
}

.his_year .swiper-slide.on:before {
    background-color: rgba(232, 0, 0, 0.2)
}

.his_year .swiper-slide.on:after {
    background-color: rgb(232, 0, 0)
}

.his_year .swiper-slide.on .year {
    opacity: 1;
}

.sm_list {
    width: 100%;
}

.sm_list li {
    width: 32.6%;
    margin-right: 1%;
    height: 18.5rem;
    float: left;
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}

.sm_list li:last-child {
    margin-right: 0;
}

.sm_list li .tit {
    margin-top: 5.0rem;
    font-size: 0.6rem;
    font-weight: 700;
    padding-bottom: 0.7rem;
    position: relative;
}

.sm_list li .tit:after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 2px;
    background-color: #fff;
    left: 50%;
    margin-left: -.5rem;
    bottom: 0;
}

.sm_list li .txt {
    margin-top: 0.7rem;
    font-size: 0.75rem;
}

.sm_list li .box {
    width: 6rem;
    height: 6rem;
    border: 1px dashed #fff;
    border-radius: 50%;
    margin: auto;
    margin-top: 4rem;
    position: relative;
}

.sm_list li .box2 {
    width: 100%;
    height: 100%;
    line-height: 6rem;
    text-align: center;
    font-size: 0.75rem;
}

.sm_list li .box3 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sm_list li .item {
    font-size: 0.5rem;
    color: #fff;
    font-weight: 700;
    position: absolute;
}

.sm_list li .item .dian {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

.sm_list li .box3 .item:nth-child(1) {
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}

.sm_list li .box3 .item:nth-child(1) .dian {
    bottom: -.6rem;
    left: 50%;
    margin-left: -4px;
}

.sm_list li .box3 .item:nth-child(2) {
    top: 30%;
    left: -2.5rem;
}

.sm_list li .box3 .item:nth-child(2) .dian {
    bottom: 0;
    left: 2.5rem;
}

.sm_list li .box3 .item:nth-child(3) {
    top: 30%;
    right: -2.5rem;
}

.sm_list li .box3 .item:nth-child(3) .dian {
    bottom: 0;
    right: 2.5rem;
}

.sm_list li .box3 .item:nth-child(4) {
    top: 80%;
    left: -2rem;
}

.sm_list li .box3 .item:nth-child(4) .dian {
    bottom: 0;
    left: 2.8rem;
}

.sm_list li .box3 .item:nth-child(5) {
    top: 80%;
    right: -2rem;
}

.sm_list li .box3 .item:nth-child(5) .dian {
    bottom: 0;
    right: 2.8rem;
}

.ab_table {
    margin-top: 1.5rem;
    text-align: center;
}

.ab_table a {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 5.5rem;
    text-align: center;
    height: 1.375rem;
    line-height: 1.375rem;
    background-color: #fff;
    color: #111;
    font-size: 0.4rem;
    border-radius: 26px;
    border: 1px solid #ccc;
    margin: 0.2rem;
}

.ab_table a.on {
    color: #fff;
    background-color: #0d5ba3;
}

.yw_swiper {
    width: 100%;
    overflow: hidden;
}

.yw_swiper .swiper-slide {
    width: 18.4%;
    height: 4.25rem;
    background-color: #fff;
    float: left;
    margin-right: 2%;
    margin-bottom: .5rem;
    position: relative;
}

.yw_swiper .swiper-slide img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
}

.ajax_about {
    width: 100%;
    position: relative;
    margin-top: 1.5rem;
}

.map {
    width: 100%;
    height: 16.325rem;
    position: relative;
    text-align: center;
}

.map .mapimg {
    max-width: 80%;
    height: 16.325rem;
    position: relative;
    margin-left: 10%;
}

.map .box {
    width: 100%;
    height: 16.325rem;
    position: absolute;
    top: 0;
    left: 0;
}

.map .box .item {
    width: 3.875rem;
    position: absolute;
}

.map .box .item .img {
    width: 3.875rem;
    height: 3.875rem;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    border: 4px solid #fff;
    box-shadow: #efefef 0px 0px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.map .box .item .txt {
    font-size: 0.4rem;
    text-align: center;
    color: #111;
    margin-top: 0.5rem;
    font-weight: 500;
}

.map .box .item:nth-child(1) {
    top: 5%;
    left: 8%;
}

.map .box .item:nth-child(2) {
    top: 5%;
    right: 9%;
}

.map .box .item:nth-child(3) {
    top: 34%;
    right: 0;
}

.map .box .item:nth-child(4) {
    top: 56%;
    right: 8%;
}

.hon_swiper {
    width: 100%;
    overflow: hidden;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.hon_swiper .swiper-slide {
    width: 16.7%;
    margin-right: 2%;
}

.hon_swiper .swiper-slide.swiper-slide-active {
    /* transform: scale(1.3); */
    margin-right: 3.6%;
    margin-left: 1.6%;
}

.hon_swiper .swiper-slide .img {}

.hon_swiper .swiper-slide img {
    object-fit: contain;
    /* max-width: 100%; */
    width: 250px;
    height: 300px;
}

.ry-pagination {
    margin-top: 2.5rem;
}

.hon_swiper .swiper-slide .txt {
    font-size: 0.5rem;
    color: #001113;
    text-align: center;
    line-height: 0.75rem;
    margin: 0.5rem 0;
}

.job_left {
    width: 15%;
    float: left;
}

.job_left .tit {
    font-size: 1.2rem;
    color: #111111;
}

.job_left .table {
    width: 100%;
    margin-top: 1.25rem;
}

.job_left .table a {
    display: block;
    font-size: 0.6rem;
    color: #111;
    line-height: 1rem;
}

.job_left .table a.on {
    color: #0d5ba3;
}

.job_right {
    width: 82%;
    float: right;
}

.job_search {
    width: 100%;
    height: 1.95rem;
    border: 1px solid #ccc;
}

.job_search input {
    height: 100%;
    background-color: transparent;
}

.job_search .text {
    width: 92%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.45rem;
    font-size: 15px;
}

.job_search .submit {
    width: 8%;
    float: left;
    background-color: #0d5ba3;
    background-image: url(../images/seach3.png);
    background-position: center;
    background-repeat: no-repeat;
}

.scor {
    width: 100%;
    margin-top: 0.875rem;
}

.scor a {
    font-size: 0.45rem;
    color: #111111;
    margin-right: 0.4rem;
}

.scor a.on {
    color: #0d5ba3;
}

.job_content {
    width: 100%;
    position: relative;
    margin-top: 1.75rem;
}

.job_content .listajax .list {
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 0.5rem;
}

.job_content .list .list-top {
    display: flex;
    flex-flow: row wrap;
    font-size: 0.5rem;
    color: #0f0f0f;
    height: 86px;
    line-height: 86px;
    background-color: #fff;
}

.job_content .list .span2,
.job_content .list .span3,
.job_content .list .span4,
.job_content .list .span5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job_content .list .list-top .span1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.job_content .list .span1 {
    width: 27%;
    text-indent: 1.5rem;
}

.toa {
    position: absolute;
    top: -2.5rem;
    width: 10%;
    height: 1px;
}

.toa2 {
    position: absolute;
    top: -5.85rem;
    width: 10%;
    height: 1px;
}

.job_content .list .span2,
.job_content .list .span3,
.job_content .list .span4,
.job_content .list .span5 {
    width: 70%;
    text-align: right;
    position: relative;
}

.job_content .list .item {
    font-size: 16px;
    color: #0f0f0f;
    line-height: 2;
    margin-bottom: .75rem;
    width: 100%;
    float: left;
}

.job_content .list .list-hide {
    padding: .5rem 1.5rem 1.5rem;
    display: none;
    background-color: #fff;
}

.job_content .list .tit2 {
    margin-bottom: 10px;
}

.job_content .list .morebox {
    width: 140px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: #b82b2c;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    border: 2px solid transparent;
    transition: all .5s ease;
    box-sizing: content-box;
}

.job_content .list .morebox:hover {
    background: transparent;
    color: #b82b2c;
    border: 2px solid #b82b2c;
}

.job_content .list.on .list-top {
    background-color: #0d5ba3;
    color: #fff;
}

.showmore {
    display: inline-block;
    width: 11.25rem;
    height: 1.5rem;
    background-color: #d6e2ee;
    border-radius: 15px;
    text-align: center;
    line-height: 1.5rem;
    text-align: center;
    font-size: 14px;
    color: #245d96;
    cursor: pointer;
}

.shm {
    width: 100%;
    text-align: center;
    margin-top: 1rem;
}

.job_content .list .span4 .s1 {
    position: absolute;
    opacity: 0;
    width: 100%;
}

.job_content .list .span4 .s2 {
    position: absolute;
    opacity: 1;
    width: 100%;
}

.job_content .list.on .span4 .s1 {
    position: absolute;
    opacity: 1;
    width: 100%;
}

.job_content .list.on .span4 .s2 {
    position: absolute;
    opacity: 0;
    width: 100%;
}

.span5 .jl {
    display: inline-block;
    width: 3.0rem;
    height: 1.075rem;
    line-height: 1.075rem;
    text-align: center;
    border-radius: 25px;
    background-color: #e6e6e6;
    font-size: 15px;
}

.job_content .list.on .span5 .jl {
    background-color: #fff;
    color: #111;
}

.con_content {
    width: 100%;
    height: 15.0rem;
    border: 1px solid #ccc;
    background-color: #fff;
}

.con_left {
    width: 40%;
    float: left;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
    height: 100%;
    padding: 2.2rem 1.75rem;
}

.con_left .tit {
    font-size: 0.6rem;
    color: #264562;
    margin-bottom: 0.3rem;
    font-weight: 700;
}

.con_left .txt {
    font-size: 0.4rem;
    line-height: 0.6rem;
    color: #264562;
}

.con_left .item {
    margin-bottom: 1rem;
}

.con_right {
    width: 60%;
    float: left;
    box-sizing: border-box;
    height: 100%;
}

.con_map {
    height: 77%;
    width: 100%;
}

.amap-logo {
    opacity: 0;
}

.amap-copyright {
    opacity: 0;
}

.con_right .item {
    height: 1.75rem;
    width: 100%;
    border-top: 1px solid #ccc;
    box-sizing: border-box;
    line-height: 1.55rem;
    font-size: 0.45rem;
    text-align: center;
    color: #1d354b;
}

.con_right .item.i1 {
    font-weight: 700;
}

.news {
    padding: 0 1.25rem;
}

.news li {
    float: left;
    width: 31%;
    margin-right: 3.5%;
}

.news li:nth-child(3n+3) {
    margin-right: 0;
}

.news .news_a {
    width: 100%;
    background-color: #fff;
    display: block;
}

.news .news_a .img {
    width: 100%;
    height: 7.63rem;
    overflow: hidden;
}

.news .news_a .txt {
    width: 100%;
    padding: 1.25rem;
}

.news .news_a .txt .p1 {
    font-size: 0.5rem;
    color: #222222;
    font-weight: 500;
    line-height: 0.65rem;
    height: 1.3rem;
    overflow: hidden;
}

.news .news_a .txt .p2 {
    font-size: 0.4rem;
    color: #222222;
    line-height: 0.6rem;
    height: 1.2rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

.news-b {
    width: 100%;
    padding: 1.375rem 1.25rem 1rem;
}

.news-b .tit {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 1rem;
}

.news-b .box {
    width: 100%;
    padding: 0.4rem;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.6rem;
    position: relative;
    height: 7rem;
    box-sizing: border-box;
}

.news-b .box .img {
    width: 8.5rem;
    height: 6.0rem;
    display: inline-block;
    vertical-align: top;
}

.news-b .box .img img {
    width: 100%;
    height: 100%;
}

.news-b .box {
    display: block;
}

.news-b .box .txt {
    text-align: left;
    display: inline-block;
    height: 100%;
    width: 70%;
    padding-left: 0.8rem;
    vertical-align: top;
    line-height: 1.5;
}

.news-b .box .txt .p3 {
    padding-top: 0.4rem;
    font-size: 0.35rem;
    color: #222222;
    line-height: 1.5;
}

.news-b .box .txt .p1 {
    font-size: 0.55rem;
    color: #111;
    font-weight: 500;
    padding-bottom: 0.2rem;
}

.page {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 1.2rem 0;
}

.pagenrgth {
    width: 100%;
    font-size: 0px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.pagenrgth a {
    text-align: center;
    display: inline-block;
    width: 1.05rem;
    height: 1.05rem;
    line-height: 1.05rem;
    font-size: 0.4rem;
    vertical-align: top;
    margin-right: 0.2rem;
    color: #333;
    transition: all 0.3s;
    border-radius: 50%;
}

.pagenrgth a.active {
    background-color: #0d5ba3;
    color: #fff;
}

.pagenrgth a.pev,
.pagenrgth a.next {
    background-image: url(../images/l1.png);
    background-position: center;
    background-repeat: no-repeat;
}

.pagenrgth a.next {
    transform: rotate(180deg);
}

.pagenrgth a.on {
    background-color: #0d5ba3;
    color: #fff;
}

.pagenrgth a.on.pev,
.pagenrgth a.on.next {
    background-image: url(../images/l2.png);
    background-position: center;
    background-repeat: no-repeat;
}

.ry_next {
    right: 4%;
    top: 35%;
    position: absolute;
    z-index: 22;
}

.ry_next .more {
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
    cursor: pointer;
    background-color: transparent;
    color: #0070d1;
}

.ry_pre {
    left: 4%;
    top: 35%;
    position: absolute;
    z-index: 22;
}

.ry_pre .more {
    width: 3.25rem;
    height: 3.25rem;
    line-height: 3.25rem;
    cursor: pointer;
    background-color: transparent;
    color: #0070d1;
}

.s_img {
    width: 100%;
    text-align: center;
}

.s_img img {
    max-width: 100%;
}

.s_con {
    width: 100%;
    margin-top: 1rem;
    position: relative;
}

.s_con .list {
    width: 100%;
    border: 1px solid #ccc;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 0.5rem;
}

.s_con .list .list-top {
    display: flex;
    flex-flow: row wrap;
    font-size: 0.5rem;
    color: #fff;
    height: 86px;
    line-height: 86px;
    background-color: #0d5ba3;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s_con .list .span1 {
    width: 50%;
    float: left;
    text-align: left;
    font-family: "DINPro-Regular";
    font-weight: 700;
}

.s_con .list .span4 {
    width: 50%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: right;
    position: relative;
    font-family: "DINPro-Regular";
    font-weight: 500;
}

.s_con .list .item {
    font-size: 16px;
    color: #0f0f0f;
    line-height: 2;
    margin-bottom: .75rem;
    width: 100%;
    float: left;
}

.s_con .list .list-hide {
    padding: .5rem 1.5rem 1.5rem;
    display: none;
    background-color: #fff;
}

.s_con .list .tit2 {
    margin-bottom: 10px;
}

.s_con .list .morebox {
    width: 140px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    background: #b82b2c;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    border: 2px solid transparent;
    transition: all .5s ease;
    box-sizing: content-box;
}

.s_con .list .morebox:hover {
    background: transparent;
    color: #b82b2c;
    border: 2px solid #b82b2c;
}

.s_con .list.on .list-top {
    background-color: #fff;
    color: #111;
    border-top: 6px solid #0d5ba3;
    border-bottom: 1px solid #ccc;
}

.s_con .list .span4 .s1 {
    position: absolute;
    opacity: 1;
    width: 100%;
}

.s_con .list .span4 .s2 {
    position: absolute;
    opacity: 0;
    width: 100%;
}

.s_con .list.on .span4 .s1 {
    position: absolute;
    opacity: 0;
    width: 100%;
}

.s_con .list {
    margin-bottom: .4rem;
}

.s_con .list.on .span4 .s2 {
    position: absolute;
    opacity: 1;
    width: 100%;
}

.s_con .list .item div {
    height: 2.6rem;
    line-height: 2.6rem;
    ;
    position: relative;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

.s_con .list .item div .lis {
    height: 1.375rem;
    width: 1.375rem;
    line-height: 1.35rem;
    text-align: center;
    border-radius: 5px;
    border: 2px solid #ccc;
    display: inline-block;
    margin-right: 0.5rem;
    font-family: "DINPro-Regular";
    font-size: 0.45rem;
    color: #333333;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 0.5rem;
}

.s_con .list .item div .item_txt {
    position: absolute;
    line-height: 0.8rem;
    top: 50%;
    transform: translateY(-50%);
}

.phone {
    width: 1.875rem;
    position: fixed;
    top: 7.0rem;
    z-index: 88;
    background-color: #fff;
    right: 5%;
    /*right: 10.8%;*/
    border-radius: 40px;
}

.phone .img {
    width: 1.875rem;
    height: 1.875rem;
    line-height: 1.875rem;
    background-color: #0d5ba3;
    border-radius: 50%;
    text-align: center;
}

.phone .txt {
    width: 16px;
    font-size: 16px;
    color: #111111;
    font-weight: 700;
    margin: auto;
    margin-top: 0.4rem;
    padding-bottom: 1rem;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    line-height: 1.5;
}

.pro_tit {
    position: absolute;
    left: 10.8%;
    top: 50%;
    transform: translateY(-50%);
    color: #111111;
}

.pro_tit .p1 {
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
    color:#fff;
}

.pro_tit .p2 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 2.0rem;
    color:#fff;
}

.pro_tit .icn {
    animation: trackBallSlide 5s linear infinite;
    cursor: pointer;
}

@keyframes trackBallSlide {
    0% {
        opacity: 1;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    6% {
        opacity: 1;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    14% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    15%,
    19% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    28%,
    29.99% {
        opacity: 1;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    30% {
        opacity: 1;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    36% {
        opacity: 1;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    44% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    45%,
    49% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    58%,
    59.99% {
        opacity: 1;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    66% {
        opacity: 1;
        -webkit-transform: translateY(3px);
        transform: translateY(3px);
    }
    74% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
    75%,
    79% {
        opacity: 0;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    88%,
    100% {
        opacity: 1;
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.pro_seach {
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.pro_seach .input {
    width: 100%;
    height: 2.75rem;
}

.pro_seach .input .lab {
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 2.75rem;
    margin-right: 0.5rem;
    float: left;
}

.pro_seach .input input {
    height: 100%;
    line-height: 2.75rem;
    font-size: 0.4rem;
    color: #b5b5b5;
    background-color: #fff;
    float: left;
}

.pro_seach .input input.text {
    width: 80%;
}

.pro_seach .input input.submit {
    float: right;
    width: 1.1rem;
    height: 1.1rem;
    background-color: #0071d1;
    background-image: url(../images/seach3.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px;
    background-size: 20px;
    border-radius: 50%;
    margin-top: .85rem;
}

.pro_table {
    margin-top: 1rem;
    text-align: center;
    width: 100%;
}

.pro_table a {
    font-size: 16px;
    color: #111111;
}

.pro_table a span {
    margin: 0 0.5rem;
}

.pro_table a.on {
    color: #0d5ba3;
}

.pro_list {
    margin-top: 1.5rem;
    width: 100%;
}

.pro_list a {
    width: 32%;
    margin-right: 2%;
    float: left;
    background-color: #fff;
    margin-bottom: .8rem;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.pro_list a:nth-child(3n) {
    margin-right: 0;
}

.pro_list a .tit {
    font-size: 15px;
    margin: 0.8rem 0;
    padding: 0 0.875rem;
}

.pro_list a .img {
    width: 100%;
    padding: 0.8rem;
    height: 8.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.pro_list a .img img {
    max-height: 100%;
    margin: auto;
    max-width: 100%;
}

.pro_list a .txt {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.875rem;
    font-size: 0.5rem;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro_list a .more {
    position: absolute;
    right: 10%;
    top: 35%;
    opacity: 0;
}

.pro_a {
    width: 100%;
    padding: 0 1.25rem;
    position: relative;
}

.pro_a .pro_a_left {
    width: 50%;
    float: left;
    height: 12.5rem;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.pro_a .pro_a_left .nav {
    display: none;
    position: absolute;
    left: 8%;
    top: 50%;
    transform: translateY(-50%);
    width: 1.775rem;
}

.pro_a .pro_a_left .bg {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background-size: 100%;
    width: 100%;
}

.pbg {
    width: 90%;
    height: 90%;
    position: relative;
}

.pro_a .pro_a_left .nav a {
    display: block;
    width: 1.775rem;
    height: 1.775rem;
    background-position: 100% 100%;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 22;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #eee;
    background-color: #fff;
    margin-bottom: 0.2rem;
}

.pro_a .pro_a_right {
    width: 50%;
    float: right;
    height: 12.5rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0 1.75rem;
}

.pro_a_right .p {
    margin-top: 0.775rem;
}

.pro_a_right .p a {
    display: inline-block;
    vertical-align: top;
    width: 2.825rem;
    height: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.375rem;
    color: #111111;
    text-align: center;
    border-radius: 15px;
}

.pro_a_right .p a.on {
    background-color: #0d5ba3;
    color: #fff;
}

.pro_a_right .tit {
    font-size: 0.9rem;
    color: #111;
    margin: 0.85rem 0;
}

.pro_a_right .txt {
    font-size: 15px;
    color: #555555;
    margin-bottom: 2rem;
    line-height: 0.65rem;
}

.pro_a .table {
    width: 100%;
    position: relative;
    margin-top: 1rem;
    border-bottom: 1px solid #eee;
}

.pro_a .table a {
    display: inline-block;
    width: 3.15rem;
    height: 2.5rem;
    margin-right: 5.0rem;
    line-height: 2.5rem;
    font-size: 0.75rem;
    color: #111111;
    position: relative;
}

.pro_a .table a:after {
    content: "";
    width: 0;
    height: 3px;
    background-color: #0071d1;
    left: 0;
    bottom: 0;
    position: absolute;
    transition: all 0.4s;
}

.pro_a .table a.on {
    color: #0071d1;
}

.pro_a .table a.on:after {
    width: 100%;
}

.pro_a .content {
    width: 100%;
    position: relative;
}

.pro_a .content .item {
    width: 100%;
    margin-bottom: 2rem;
}

.pro_a .hot .h_tit,
.pro_a .content .item .tit {
    font-size: 0.6rem;
    color: #0d5ba3;
    margin-bottom: .6rem;
    font-weight: 500;
}

.pro_a .content .item ul {
    width: 100%;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.pro_a .content .item ul li {
    /* list-style: disc ;
    width: 33%;
    float: left; */
    font-size: 0.4rem;
    line-height: .8rem;
}

.pro_a .content .item ul p {
    font-size: 0.4rem;
    line-height: .8rem;
}

.pro_a .content .item2 ul li {
    list-style: disc;
    width: 100%;
    float: left;
    font-size: 0.4rem;
    line-height: .8rem;
}

.pro_a .content .item3 ul li {
    width: auto;
    float: left;
    font-size: 0.4rem;
    line-height: .8rem;
    list-style: none;
    height: 6.8rem;
    margin-right: 1.333%;
    margin-bottom: 0.5rem;
}

.pro_a .content .item3 ul li:nth-child(4n) {
    margin-right: 0;
}

.pro_a .content .item3 ul li img {
    max-height: 100%;
}

.hot {
    width: 100%;
    position: relative;
}

.hot a {
    display: block;
    width: 32%;
    margin-right: 2%;
    float: left;
    background-color: #fff;
    margin-bottom: .8rem;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ccc;
    position: relative;
}

.hot a:last-child {
    margin-right: 0;
}

.hot a .tit {
    display: inline-block;
    font-size: 15px;
    margin: 0.8rem 0.8rem;
    padding: 0 0.3rem;
    background-color: #0d5ba3;
    line-height: 1rem;
    color: #fff;
}

.hot a .img {
    width: 100%;
    padding: 0.2rem;
    height: 6.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.hot a .img img {
    max-height: 100%;
    margin: auto;
}

.hot a .txt {
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    border-top: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.875rem;
    font-size: 0.5rem;
    font-weight: 700;
}

.pro_a .content .item4 {
    border: 1px solid #eee;
}

.pro_a .content .item .top {
    width: 100%;
    font-size: 0.5rem;
    color: #111;
    font-weight: 500;
    line-height: 2.0rem;
}

.pro_a .content .item .top div {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pro_a .content .item.item5 .top div {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pro_a .content .item.item5 .top div:nth-child(2) {
    width: 50%;
}

.pro_a .content .item .top div:last-child {
    border-right: 0;
}

.pro_a .content .item5 {
    border: 1px solid #eee;
}

.pro_a .content .item .list {
    width: 100%;
    font-size: 0.4rem;
    color: #111;
    font-weight: 500;
    line-height: 1.25rem;
}

.pro_a .content .item .list div {
    float: left;
    width: 50%;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pro_a .content .item.item5 .list div {
    float: left;
    width: 25%;
    text-align: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.pro_a .content .item.item5 .list div:nth-child(2n) {
    width: 50%;
}

.pro_a .content .item .list div:last-child {
    border-right: 0;
}

.so_nav {
    width: 100%;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    line-height: 2.925rem;
    z-index: 5;
    background-color: #fff;
}

.so_nav a {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    color: #111111;
    font-size: 16px;
    position: relative;
}

.so_nav a span {
    margin: 0.6rem;
}

.s_a {
    width: 100%;
    position: relative;
    padding: 2.5rem 0;
}

.s_tit {
    text-align: left;
    font-size: 1.2rem;
    color: #111111;
}

.s_a .s_swiper {
    width: 100%;
    margin-top: 1.5rem;
    overflow: hidden;
}

.s_a .s_swiper .swiper-slide {
    width: 23.5%;
    float: left;
    margin-right: 2%;
    display: block;
    color: #111111;
}

.s_a .s_swiper .swiper-slide:last-child {
    margin-right: 0;
}

.s_a .s_swiper .swiper-slide .img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.s_a .s_swiper .swiper-slide .img img {
    width: 100%;
}

.s_a .s_swiper .swiper-slide .tit {
    font-size: 0.5rem;
    font-weight: 500;
    margin: 0.95rem 0 0.675rem;
}

.s_a .s_swiper .swiper-slide .txt {
    font-size: 0.375rem;
    line-height: 0.7rem;
    height: 2.1rem;
    overflow: hidden;
}

.s_tabe {
    width: 100%;
    text-align: center;
    margin-top: 1.25rem;
}

.s_tabe a {
    display: inline-block;
    font-size: 0.4rem;
    width: 7.25rem;
    height: 1.25rem;
    line-height: 1.25rem;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    margin: 0 0.3rem;
    color: #111111;
    margin-bottom: 0.5rem;
}

.s_tabe a.on {
    background-color: #0d5ba3;
    color: #fff;
}

.s_content {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.s_content .item {
    width: 100%;
    display: none;
}

.s_content .item img {
    width: 100%;
}

.s_a .sbg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.h800 {
    height: 20.0rem;
    position: relative;
}

.s_content .item ul {
    width: 100%;
}

.s_content .item ul li {
    width: 28%;
    float: left;
    margin-right: 8%;
    color: #fff;
}

.s_content .item ul li:last-child {
    margin-right: 0;
}

.s_content .item ul li .txt {
    font-size: 0.375rem;
    line-height: 0.75rem;
}

.s_content .item ul li .tit {
    font-size: 0.65rem;
    font-weight: 700;
}

.s_content .item ul li img {
    width: 2.3rem;
    height: 2.3rem;
    margin: 1rem 0;
}

.s_a.on .sbg {
    display: block;
}

.s_a.on .s_tit {
    color: #fff;
}

.s_content .item .left,
.s_content .item .right {
    width: 50%;
    float: left;
    height: 17.25rem;
    overflow: hidden;
}

.s_content .item .left img {
    max-width: 90%;
    margin: auto;
}

.item1 {
    border: 1px solid #ccc;
}

.s_content .item .right {
    padding: 1.25rem 0.75rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.s_content .item .right .tit {
    font-size: 0.9rem;
    color: #222836;
    font-weight: 700;
    text-align: left;
    position: relative;
}

.s_content .item .right .tit:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 77%;
    background-color: #222836;
    right: 0;
    top: 50%;
}

.s_content .item .right .txt {
    margin-top: 0.5rem;
    width: 100%;
}

.s_content .item .right .txt div {
    height: 1.1rem;
    line-height: 1.1rem;
    width: 100%;
    border-top: 1px solid #ccc;
    text-align: left;
    font-size: 0.4rem;
    color: #111111;
    cursor: pointer;
}

.s_content .item .right .txt div span:first-child {
    font-weight: 700;
    margin-right: 0.5rem;
}

.s_a .se_swiper {
    width: 100%;
    margin-top: 1.5rem;
    overflow: hidden;
    position: relative;
}

.s_a .se_swiper .swiper-slide {
    width: 100%;
    margin-right: 2%;
    display: block;
    color: #111111;
}

.s_a .se_swiper .swiper-slide .img {
    width: 50%;
    height: 10.8rem;
    overflow: hidden;
    float: left;
}

.s_a .se_swiper .swiper-slide .img .bg {
    background-size: auto!important;
}

.s_a .se_swiper .swiper-slide .sw_right {
    width: 50%;
    height: 10.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    border: 1px solid #ccc;
    border-left: 0;
    padding: 2.4rem 2.2rem;
    color: #111111;
}

.s_a .se_swiper .swiper-slide .tit {
    font-size: 0.75rem;
    margin-bottom: 1rem;
}

.s_a .se_swiper .swiper-slide .txt {
    font-size: 0.375rem;
    line-height: 0.5rem;
    color: #555555;
}

.hq-pagination2 {
    position: absolute;
    z-index: 22;
}

.hq-pagination2 {
    width: 50%;
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    padding-left: 2.2rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
}

.hq-pagination2 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #0d5ba3;
}

.hq-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0d5ba3;
}

.job_content .list .list-top br {
    display: none;
}

.honor_diog {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    cursor: pointer;
    z-index: 999;
}

.honor_diog .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
}

.honor_diog .box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    position: absolute;
}

.honor_diog .box .close {
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    background-image: url('../images/ccc1.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all .3s;
}

.honor_diog .box .img {
    width: 100%;
    text-align: center;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.honor_diog .box .img img {
    max-width: 60%;
}

.honor_diog .box .txt {
    font-size: 14px;
    line-height: 1.5;
    padding-top: 0.6rem;
    font-size: #333;
    padding: 0.6rem;
    text-align: center;
}

.honor_diog .box .txt .p1 {
    font-size: 0.6rem;
}

@media (max-width: 1680px) {
    .s_content .item .right .tit:after {
        width: 63%;
    }
}

@media (max-width: 1366px) {
    .phone {
        right: 0;
    }
}

.server-downbox {
    padding-top: 1.1rem;
    padding-bottom: 2rem;
}

.server-downbox .list {
    padding-bottom: 1.1rem;
    margin-top: 1.25rem;
}

.down-list .items {
    display: block;
    color: #666666;
    border: 1px solid #e3e3e3;
    background: #fff;
    padding-left: .6rem;
    padding-right: 1.35rem;
    font-size: .5rem;
}

.down-list .items:nth-child(n+2) {
    margin-top: .25rem;
}

.down-list .items .tits {
    width: calc(100% - 100px);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    /*padding-left: .8rem;*/
    position: relative;
}

.down-list .items .tits:before {
    position: absolute;
    content: "";
    width: .5rem;
    height: .5rem;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*background: url(../images/i35.png) no-repeat center;*/
    /*background-size: 100%;*/
}

.down-list .items .txts {
    position: relative;
    /*padding-right: .6rem;*/
    font-size: .35rem;
}

.down-list .items .txts:before {
    position: absolute;
    content: "";
    width: .5rem;
    height: .5rem;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*background: url(../images/i37.png) no-repeat center;*/
    /*background-size: 100%;*/
}

.down-list .items .tits,
.down-list .items .txts {
    line-height: 1.5rem;
    height: 1.5rem;
}

.down-list .items .txts {
    width: 100px;
    text-align: right;
}

@media (min-width: 1025px) {
    .down-list .items {
        transition: .5s ease-in-out;
    }
    .down-list .items:hover {
        background-color: #0d5ba3;
        color: #fff;
    }
}

@media (max-width: 767px) {
    .down-list .items .tits,
    .down-list .items .txts {
        line-height: .6rem;
        height: 0.6rem;
    }
    .down-list .items {
        font-size: .24rem;
    }
    .down-list .items .txts {
        font-size: .2rem;
    }
    .down-list .items {
        padding-left: .2rem;
        padding-right: .3rem;
    }
}

.pro_a .content .item4 p {
    line-height: 2;
}

.img_doil {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    left: 0;
    z-index: 999;
}

.img_doil .mak {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.img_doil .box {
    background-color: #fff;
    position: absolute;
    top: 50%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img_doil .box img {
    width: 100%;
}

.img_doil .box .colse {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -1rem;
    right: -1rem;
    background-image: url(../images/close-vid2.png);
    background-size: 14px 14px;
    cursor: pointer;
}

.banner .txt2 {
    position: absolute;
    top: 38%;
    left: 10.98%;
    z-index: 3;
    text-align: left;
}

.banner .txt2 .tit {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
}

.banner .txt2 .stits {
    font-size: 1rem;
    color: #fff;
    margin-top: .6rem;
    letter-spacing: 1px;
}