@charset "utf-8";

* {
    outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%;
    font-size: 100px;
}

body {
    padding: 0;
    margin: 0 auto;
    font-size: 0.16rem;
    color: #333;
    background-color: #fff;
    font-family: "HarmonyOS_Sans_SC_Light", "Arial", "sans-serif";
    min-width: 320px;
    -webkit-text-size-adjust: none;
    /*取出点击出现半透明的灰色背景*/
    -webkit-tap-highlight: rgba(0, 0, 0, 0);
    /*控制内容的可选择性*/
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ol,
figure,
aside {
    padding: 0;
    margin: 0;
}

.ul,
.ul li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}

table td {
    border-collapse: collapse;
}

select,
input,
textarea {
    font-size: 16px;
    color: #333;
    border-radius: 0;
    -webkit-border-radius: 0;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* 去掉链接触摸高亮 */
}

a:hover {
    color: #d7000f;
    text-decoration: none;
}

a:focus {
    color: #333;
    outline: none;
    -moz-outline: none;
}

a:active {
    color: #333;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    margin: 0;
    text-align: inherit;
    text-justify: inherit;
}

img,
object {
    border: none;
    max-width: 100%;
    border: 0;
    overflow: hidden;
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
    zoom: 0;
}

.clearfix {
    *zoom: 1;
}

/*IE/7/6*/
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}

.dot {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*2行文本省略号*/
.dot2 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*3行文本省略号*/
.dot3 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/*4行文本省略号*/
.dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.ytable {
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}

.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}

.bg_cover {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg_contain {
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 去掉链接触摸高亮 */
a:focus {
    outline: none;
    -moz-outline: none;
}

.hide {
    display: none;
}

.auto-1600 {
    max-width: 1600px;
    margin: auto;
    width: 85%;
}

.auto-1200 {
    max-width: 1200px;
    margin: 0 auto;
    width: 85%;
}

@media(max-width:1200px) {

    .auto-1200,
    .auto-1600 {
        width: 100%;
        padding: 0 .3rem;
    }
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}
.f22 {
    font-size: 22px;
}
.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f36 {
    font-size: 36px;
}

.f44 {
    font-size: 44px;
}

.f48 {
    font-size: 48px;
}

@media(max-width:1200px) {
    .f48 {
        font-size: 40px;
    }
}

@media(max-width:1024px) {
    html {
        font-size: 80px;
    }

    body,
    .f16 {
        font-size: 15px;
    }

    .f18 {
        font-size: 17px;
    }

    .f20 {
        font-size: 18px;
    }
    
    .f22 {
        font-size: 19px;
    }

    .f24 {
        font-size: 20px;
    }

    .f26 {
        font-size: 22px;
    }

    .f28 {
        font-size: 24px;
    }

    .f30 {
        font-size: 24px;
    }

    .f36 {
        font-size: 28px;
    }

    .f44 {
        font-size: 34px;
    }

    .f48 {
        font-size: 36px;
    }
}

@media(max-width:640px) {
    html {
        font-size: 70px;
    }

    select,
    input,
    textarea,
    body,
    .f16 {
        font-size: 14px;
    }

    .f18 {
        font-size: 16px;
    }

    .f20 {
        font-size: 16px;
    }
    
    .f22 {
        font-size: 17px;
    }

    .f24 {
        font-size: 17px;
    }

    .f26 {
        font-size: 19px;
    }

    .f28 {
        font-size: 20px;
    }

    .f30 {
        font-size: 20px;
    }

    .f36 {
        font-size: 22px;
    }

    .f44 {
        font-size: 24px;
    }

    .f48 {
        font-size: 24px;
    }
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Light';
    src: url(../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Light.ttf);
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Medium';
    src: url(../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Medium.ttf);
}

@font-face {
    font-family: 'HarmonyOS_Sans_SC_Black';
    src: url(../fonts/HarmonyOS_Sans/HarmonyOS_Sans_Black.ttf);
}

@font-face {
    font-family: 'Oswald';
    src: url(../fonts/Oswald/Oswald.eot);
    src: url(../fonts/Oswald/Oswald.eot?#iefix) format('embedded-opentype'),
        url(../fonts/Oswald/Oswald.woff2) format('woff2'),
        url(../fonts/Oswald/Oswald.woff) format('woff'),
        url(../fonts/Oswald/Oswald.ttf) format('truetype'),
        url(../fonts/Oswald/Oswald.svg#Oswald) format('svg')
}

.header {
    position: fixed;
    width: 100%;
    z-index: 200;
    transition: 0.5s
}

.header.hover {
    background-color: #fff;
}

.header:not(.hover) .header-lan .box a {
    color: #fff
}

.header:not(.hover) .header-search .open-search {
    filter: grayscale(100%) brightness(500%);
}

.header.hover .header-left a img:nth-child(2) {
    display: none
}

.header.hover .header-left a img:nth-child(1) {
    display: block
}


.header .header-left a img:nth-child(1) {
    display: none
}

.header-left {
    float: left;
    padding: 24px 0;
}

.header-left img {
    max-height: 42px;
    display: block;
}


.header-nav {
    float: right;
}

.header-nav li {
    position: relative;
}

.header-nav li em {
    display: block;
    font-style: normal;
}

.header-nav li em a {
    display: inline-block;
    vertical-align: top;
}

.header-right {
    float: right;
    padding: 33px 0;
    margin-left: .3rem;
}

.header-right>div {
    float: left;
}

.header-search {
    margin-right: .47rem;
    position: relative;
}

.header-search .open-search {
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon_search.png);
    cursor: pointer;
}

.header-search .search-box {
    position: absolute;
    top: 100%;
    right: 0;
    padding-top: 10px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-5px);
    transition: .3s;
}

.header-search .input-box {
    position: relative;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    position: relative;
}

.header-search .input-box::before {
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    right: 6px;
    top: -10px;
}

.header-search .text {
    border: 1px solid #eee;
    width: 250px;
    height: 60px;
    line-height: 40px;
    height: 40px;
    padding-left: .15rem;
}

.header-search .btn {
    width: 40px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #eee;
    background: url(../images/icon_search.png) center no-repeat;
}

.header-search.active .search-box {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header-search.active .open-search {
    background-image: url(../images/icon_close.png);
}

.header-lan .box {
    width: 80px;
    border-radius: 12px;
    font-size: 0;
    position: relative;
}

.header-lan .box a {
    display: inline-block;
    font-size: .14rem;
    font-weight: bold;
    color: #999;
    font-family: "Arial";
    width: 40px;
    text-align: center;
    line-height: 20px;
    position: relative;
    z-index: 2;
    border: 2px solid #cccccc;
}

.header-lan .box a:nth-of-type(1) {
    border-right: 0;
    border-radius: 12px 0 0 12px;
}

.header-lan .box a:nth-of-type(2) {
    border-left: 0;
    border-radius: 0 12px 12px 0;
}

.header-lan .box a::before {
    content: '';
    width: 42px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #d7000f;
    transform: .3s;
    opacity: 0;
    border-radius: 12px;
}

.header-lan .box a.active::before {
    opacity: 1;
}

.header-lan .box a.active {
    color: #fff;
}

.header-lan .box a span {
    position: relative;
    z-index: 2;
}
.body_works_info .header{background: #fff}
.body_works_info .header .header-left a img:nth-child(1){display:block}
.body_works_info .header .header-left a img:nth-child(2){display: none}
.body_works_info .header .header-nav li em a,
.body_works_info .header .header-nav li .sub dd a:not(:hover),
.body_works_info .header .header-lan .box a:nth-child(2){color: #333!important}
.body_works_info .header .header-nav li .sub {  background: rgba(255, 255, 255, 0.8); box-shadow: 0 0 5px rgb(0 0 0 / 20%);}
.body_works_info .open-search { filter:none!important;}
@media(min-width:1025px) {
    .header-nav li {
        line-height: 40px;
        float: left;
        padding: 0 .1rem;
    }

    .header-nav li em {
        padding: 25px 0;
        position: relative;
    }

    .header-nav li em::before {
        content: '';
        width: 0;
        height: 5px;
        background-color: #d7000f;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        transition: .3s;
    }

    .header-nav li.active em::before {
        width: 100%;
    }

    .header-nav li .sub {
        position: absolute;
        min-width: 120px;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 100%;
        text-align: center;
        display: none;
    }

    .header-nav li .sub dd {
        padding: 0 10px;
    }

    .header-nav li .sub dd a {
        white-space: nowrap;
        color: #fff;
    }

    .header-nav li .sub dd:not(:last-of-type) {
        /*border-bottom: 1px solid #eee; */
        transition: .3s;
    }

    .header-nav li .sub dd:hover {
        /*background-color: #d7000f;*/
    }

    .header-nav li .sub dd:hover a {
        color: #d7000f;
    }

    .header-nav li#m5 .sub {
        width: 500%
    }

    .header-nav li#m5 .sub dd {
        width: 48%;
        display: inline-block
    }

    .header:not(.hover) .header-nav li em a {
        color: #fff
    }

    .header.hover .header-nav li .sub {
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
    }

    .header.hover .header-nav li .sub dd a:not(:hover) {
        color: #333
    }
}

@media(min-width:1360px) {
    .header-nav li {
        padding: 0 .2rem;
    }
}

@media(min-width:1500px) {
    .header-nav li {
        padding: 0 .27rem;
    }
}

@media(min-width:1921px) {
    .header-nav li {
        padding: 0 27px;
    }

    .header-search {
        margin-right: 47px;
    }
}

@media(max-width:1024px) {
    .header-nav {
        position: absolute;
        right: 1px;
        transform: translateZ(0);
        top: 100%;
        width: 100%;
        border-radius: 0 0 0 5px;
        transition: 0.5s;
        visibility: hidden;
        z-index: 999;
        overflow: hidden;
    }

    .header-nav ul {
        background-color: #fff;
        height: calc(100vh - 0.93rem);
        float: right;
        width: 6rem;
        max-width: 600px;
        overflow-y: auto;
    }

    .header-nav.active {
        visibility: visible;
    }

    .header-nav li em a {
        transform: translateX(-50px);
        opacity: 0;
        transition: 0.5s 0.1s;
    }

    .header-nav li:nth-child(2) em a {
        transition-delay: 0.2s;
    }

    .header-nav li:nth-child(3) em a {
        transition-delay: 0.3s;
    }

    .header-nav li:nth-child(4) em a {
        transition-delay: 0.4s;
    }

    .header-nav li:nth-child(5) em a {
        transition-delay: 0.5s;
    }

    .header-nav li:nth-child(6) em a {
        transition-delay: 0.6s;
    }

    .header-nav li:nth-child(7) em a {
        transition-delay: 0.7s;
    }

    .header-nav li:nth-child(8) em a {
        transition-delay: 0.8s;
    }

    .header-nav li:nth-child(9) em a {
        transition-delay: 0.9s;
    }

    .header-nav li:nth-child(10) em a {
        transition-delay: 1s;
    }

    .header-nav li em {
        line-height: 0.6rem;
        border-top: solid 1px #e0e0e0;
        display: block;
        font-style: normal;
        text-align: left;
        padding: 0 .4rem;
        padding-left: 0.8rem;
    }

    .header-nav li em a {
        color: #333;
        font-size: .24rem;
    }

    .header-nav li:first-of-type em {
        border-top: 0;
    }

    .header-nav li .sub {
        display: none;
        background-color: #f6f6f6;
    }

    .header-nav li .sub dd {
        line-height: .6rem;
        padding: 0 .7rem;
        padding-left: 1rem;
    }

    .header-nav li .sub dd a {
        color: #333;
        font-size: .20rem;
    }

    .header-nav li.has-sub em {
        position: relative;
    }

    .header-nav li.has-sub em i {
        position: absolute;
        width: .4rem;
        height: 100%;
        transition: 0.3s;
        right: .4rem;
        top: 0;
    }

    .header-nav li.has-sub em i::before {
        position: absolute;
        content: '';
        width: .24rem;
        height: 2px;
        background: #333;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header-nav li.has-sub em i::after {
        position: absolute;
        content: '';
        width: 2px;
        height: .24rem;
        background: #333;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .header-nav li.has-sub em.active i {
        transform: rotate(45deg);
    }

    .header-nav.active li em a {
        transform: translateX(0) !important;
        opacity: 1 !important;
    }

    #open-menu {
        position: relative;
        z-index: 9;
    }

    #open-menu i {
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #333;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: all 0.3s;
        border-radius: 2px;
    }

    #open-menu::before {
        content: '';
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #333;
        position: absolute;
        left: 0;
        right: 0;
        top: 5px;
        margin: auto;
        transition: all 0.3s;
        border-radius: 2px;
    }

    #open-menu::after {
        content: '';
        width: 100%;
        height: 3px;
        border-radius: 2px;
        background-color: #333;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5px;
        margin: auto;
        transition: all 0.3s;
        border-radius: 2px;
    }

    #open-menu.active i {
        opacity: 0;
    }

    #open-menu.active::before {
        bottom: 5px;
        transform: rotateZ(45deg);
    }

    #open-menu.active::after {
        top: 5px;
        transform: rotateZ(-45deg);
    }

    #open-menu {
        width: .4rem;
        height: .43rem;
        margin-left: .2rem;
    }

    #open-menu i {
        width: .24rem;
        height: .04rem;
        border-radius: .02rem;
    }

    #open-menu i,
    #open-menu::before,
    #open-menu::after {
        right: auto;
        height: .03rem;
    }

    #open-menu::before {
        top: .05rem;
    }

    #open-menu::after {
        bottom: .05rem;
    }

    #open-menu.active::after {
        top: .05rem;
        right: 0;
    }

    #open-menu.active::before {
        bottom: .05rem;
        right: 0;
    }

    .header-right {
        padding: 0;
    }

    .header-search {
        width: .43rem;
        height: .43rem;
    }

    .header-open-search {
        width: .43rem;
        height: .43rem;
        background: url(../images/iocn_search_phone.png) center center no-repeat;
        background-size: 80%;
    }

    .header-logo {
        max-width: none;
        width: 2.1rem;
        height: .43rem;
    }

    .header {
        padding-top: .3rem;
        padding-bottom: .2rem;
    }

    /* .header-nav li em{line-height: 1rem;} */


    .header-right,
    .header-left {
        float: none;
        padding: 0;
    }

    .header .auto-1600 {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header .auto-1600::after {
        display: none;
    }

    .header-right {
        justify-self: flex-end;
        display: flex;
        align-items: center;
    }

    .header-right>div {
        float: none;
    }

    .header-search {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: .15rem;
    }

    .header-search .open-search {
        margin-right: 0;
    }

    .header-search .text {
        width: 200px;
    }

    .header-search .input-box {
        padding: .2rem;
    }

    .header-search .btn {
        width: 30px;
    }


    body::before {
        content: '';
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, .8);
        overflow: hidden;
        visibility: hidden;
        transition: .3s;
        z-index: 5;
    }

    body.shadow::before {
        visibility: visible;
    }
}


.bottom {
    padding-top: 4%;
    background: #f8f8f8
}

.bottom .part1 {
    padding-bottom: 4%;
    border-bottom: 1px solid #eee;
}

.bottom .part1 .left {
    width: 48%;
    float: left;
    max-width: 636px
}

.bottom .part1 .right {
    width: 50%;
    float: right;
}

.bottom .part1 .right #map {
    padding-top: 37.2%;
    background-color: #eee;
}

.bottom .part1 .fl_box {
    float: left;
    width: 60%
}

.bottom .part1 .fr_box {
    float: right;
    width: 38%;
    max-width: 184px;
}

.bottom .logo {
    margin-bottom: .3rem;
    position: relative
}

.bottom .logo:before {
    content: '';
    position: absolute;
    left: 65%;
    width: 1px;
    height: 100%;
    background: #eee
}

.bottom .contact {
    display: inline-block;
    border-top: 1px solid #ddd;
    padding-top: .3rem;
}

.bottom .tel {
    padding-left: .5rem;
    font-size: .2rem;
    color: rgb(215, 0, 15);
    line-height: 40px;
    font-weight: bold;
    background: url(../images/icon_tel.png) left center no-repeat;
    margin-bottom: .1rem;
    background-size: .4rem;
}

.bottom .address,
.bottom .mail {
    font-size: .15rem;
    color: #999;
    line-height: 1.2;
    padding-left: .5rem;
    margin-bottom: .1rem;
}

.bottom .btn {
    padding-left: .5rem;
    padding-top: .2rem;
}

.bottom .btn a {
    width: 1.88rem;
    height: .5rem;
    line-height: .5rem;
    font-size: .16rem;
    padding-left: .35rem;
    color: #fff;
    position: relative;
    background-color: #555;
    display: inline-block;
}

.bottom .btn a:before {
    content: '';
    width: 0;
    height: 0;
    border: .06rem solid transparent;
    border-left-color: #fff;
    position: absolute;
    right: .18rem;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.bottom .btn a:hover::before {
    opacity: 0.9;
}

.bottom .qrcode {
    max-width: 184px;
    padding: .14rem;
    border: 1px solid #eee;
    margin-bottom: .22rem;
}

.bottom .shares {
    font-size: 0;
    text-align: right;
    position: relative;
}

.bottom .shares .item {
    display: inline-block;
    vertical-align: top;
    margin-left: .12rem;
}

.bottom .shares .item:first-of-type {
    margin-left: 0;
}

.bottom .shares a {
    display: inline-block;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background-color: #eeeeee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s;
}

.bottom .shares a.icon_wechat {
    background-image: url(../images/icon_wechat.png);
}

.bottom .shares a.icon_weibo {
    background-image: url(../images/icon_weibo.png);
}

.bottom .shares a.icon_qq {
    background-image: url(../images/icon_qq.png);
}

.bottom .shares a.gettop {
    background-image: url(../images/icon_gettop.png );
}

.bottom .shares .item:hover a,
.bottom .shares .item.active a {
    background-color: #555;
}

.bottom .shares .item img {
    position: absolute;
    bottom: 100%;
    left: 0;
    padding: 10px;
    background: aliceblue;
    max-width: 120px;
    display: none;
}


.bottom .part2 {
    padding: 2% 0;
}

.bottom .part2 .left {
    float: left;
}

.bottom .part2 .right {
    float: right;
    text-align: right
}

.bottom .bot-nav a {
    line-height: 1.2;
    display: inline-block;
}

.bottom .bot-nav a:not(:last-of-type) {
    margin-right: .55rem;
}

.bottom .links {
    margin-bottom: 5px;
}

.bottom .links a {
    font-size: .14rem;
    color: rgb(153, 153, 153);
    line-height: 1.2;
    padding: 0 .2rem;
    position: relative;
}

.bottom .links a::before {
    content: '';
    width: 1px;
    height: 11px;
    background-color: #eee;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.bottom .links a:last-of-type {
    padding-right: 0;
}

.bottom .links a:first-of-type::before {
    display: none;
}

.bottom a:hover {
    color: #d7000f !important;
}

.bottom .cppyright {
    font-size: .14rem;
    color: rgb(153, 153, 153);
    line-height: 1.2;
}

.bottom .cppyright a {
    font-size: .14rem;
    color: rgb(153, 153, 153);
    line-height: 1.2;
}


@media(max-width:1024px) {

    .bottom .part1 .left,
    .bottom .part1 .right {
        float: none;
        width: 100%
    }

    .bottom .part1 .left {
        padding-top: 3%
    }

    .bottom .tel {
        font-size: .3rem;
        background-size: .3rem;
    }

    .bottom .part2 .left,
    .bottom .part2 .right {
        float: none;
    }

    .bottom .part2 .left {
        padding-bottom: 3%
    }
}

@media(max-width:768px) {
    .bottom .shares {
        text-align: center;
    }

    .bottom .qrcode {
        margin: 0 auto .4rem;
    }

    .bottom .qrcode img {
        display: block;
        margin: auto;
    }

    .bottom .bot {
        display: block;
    }

    .bottom .bot-nav {
        margin-bottom: .15rem;
        display: none
    }

    .bottom .bot-nav a:not(:last-of-type) {
        margin-right: .1rem !important;
    }

    .bottom .bot-nav a:last-of-type {
        margin-right: 0;
    }

    .bottom .links a:first-of-type {
        padding-left: 0;
    }

    .bottom .shares a {
        width: 24px;
        height: 24px;
    }
}


.banner .ban_pc {
    width: 100%;
    display: block;
}

.banner .ban_phone {
    display: none;
}

@media(max-width:1024px) {
    .banner .ban_pc {
        display: none;
    }

    .banner .ban_phone {
        display: block;
    }
}

.menu {
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 20
}

.menu .column {
    display: none;
}

.menu .ul li {
    display: inline-block;
    vertical-align: top;    
    line-height: .65rem;
    position: relative
}
.menu .ul li:not(:last-child){margin-right: .30rem;}

.menu .ul li>a {
    font-size: 16px;
    display: block;
    padding: 0 .35rem;
    transition: background .3s;
    position: relative;
}

.menu .ul li>a::before {
    content: '';
    width: .04rem;
    height: 0;
    background-color: #d7000f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.menu .ul li>a:hover,
.menu .ul li.active>a {
    color: #fff;
    background-color: #333;
}

.menu .ul li>a:hover::before,
.menu .ul li.active>a::before {
    height: .2rem;
}

.menu .ul li .sub {
    position: absolute;
    min-width: 100%;
    background: #444;
    display: none
}

.menu .ul li .sub span {
    display: block
}

.menu .ul li .sub a {
    line-height: 0.6rem;
    padding: 0 .3rem;
    display: block;
    color: #fff
}

.menu .ul li .sub a:hover {
    background: #3c3c3c
}


#column_Works {
    padding: 1% 0;
    background: #fcfcfc
}

#column_Works .ul li {
    padding: 0.6% 0;
    line-height: .4rem;
    width: 16%;
    margin-right: 0
}

#column_Works .ul li>a {
    display: inline-block
}

@media(min-width:768px) {
    .menu .ul {
        display: block !important
    }

    .menu .ul li#menu13>a {
        padding-left: 0.6rem;
        padding-right: 0.8rem
    }
}
@media(max-width:1400px) {
.menu .ul li:not(:last-child){margin-right: .20rem;}
.menu .ul li>a{padding: 0 0.25rem;}
}
@media(max-width:1024px) {
    .menu .ul li {
        margin: 0 .08rem;
        line-height: .55rem;
    }

    .menu .ul li>a {
        padding: 0 .15rem;
    }

    #column_Works .ul li {
        margin: 0
    }
}

@media(max-width:768px) {
    .menu {
        margin-top: .15rem;
    }

    .menu .column {
        font-size: 18px;
        display: block;
        padding: 0 .3rem;
        line-height: .6rem;
        position: relative;
    }

    .menu .ul {
        text-align: left;
        display: none;
    }

    .menu .ul li {
        display: block;
        background-color: #eee;
        margin: 0;
    }

    .menu .ul li>a {
        padding: 0 .3rem;
        line-height: 34px;
    }

    .menu i {
        width: .3rem;
        height: .3rem;
        position: absolute;
        right: .3rem;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .menu i::before,
    .menu i::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #333;
        transition: .3s;
    }

    .menu i::before {
        width: 100%;
        height: 2px;
    }

    .menu i::after {
        width: 2px;
        height: 100%;
    }

    .menu .column.active i::after,
    .menu .ul li.onsub i::after {
        height: 0;
    }

    #column_Works .ul li {
        width: 100%
    }

    #column_Works .ul li>a {
        display: block
    }

    .menu .ul li.has-sub:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 34px;
        z-index: 5;
    }

    .menu .ul li .sub {
        position: relative
    }

    .menu .ul li a i::before,
    .menu .ul li a i::after {
        background-color: #fff
    }

}

.about_item {
    float: left;
    width: 44.3%;
    margin-bottom: .3rem;
    line-height: 2.143;
}

.about_item:nth-child(2n+1) {
    clear: both
}

.about_item:nth-child(2n+2) {
    margin-left: 11.4%;
}

.about_item .tit {
    font-size: 18px;
    line-height: 1.5;
    padding: .165rem 0;
    border-bottom: 1px solid #eee;
}

.about_item .des {
    font-size: .14rem;
    padding: .2rem 0;
}

.about_item .txt {
    padding: .2rem 0;
}



.about_part1 {
    padding-top: 4%;
    overflow: hidden;
    position: relative;
    padding-bottom: 1.2rem;
}

.about_part1 .left {
    width: 33.33%;
    float: left;
}

.about_part1 .right {
    width: 66.66%;
    float: left;
}

.about_part1 .left .title {
    font-size: .48rem;
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-weight: normal;
}

.about_part1 .left .sub_title {
    font-size: .24rem;
    color: rgb(215, 0, 15);
    font-family: "HarmonyOS_Sans_SC_Medium";
    font-weight: normal;
}

.about_part1 .about_intro {
    font-size: .16rem;
    line-height: 2.25;
    text-align: justify;
    margin-bottom: .66rem;
}



.about_part1 .bg {
    font-size: 2.90rem;
    color: rgba(236, 236, 236, 0.302);
    font-family: "HarmonyOS_Sans_SC_Black";
    line-height: 0.75;
    position: absolute;
    left: -0.8rem;
    bottom: 1.2rem;
}

/*
.about_part2 .list{ display: table; width: 100%}
.about_part2 .item{ display: table-cell; padding: 10% 0;  width:16.666%; text-align: center;color: #fff; font-size: 0; border-right: 1px solid rgba(255, 255, 255 ,0.102); position: relative;}
.about_part2 .item:first-of-type{border-left: 1px solid rgba(255, 255, 255 ,0.102);}

.about_part2 .item .count_item{position: relative;}
.about_part2 .item .count_item::before{content: ''; width: 1px; height: 100%; background-color: rgba(255, 255, 255 ,0.102 ); left: -1px; top: 0; position: absolute; background-color: #d7000f;}
.about_part2 .count_item .count{font-size: .56rem;font-family: "Oswald";}
.about_part2 .count_item sup{font-size: .36rem; font-weight: lighter; font-family: "Oswald"; vertical-align: top; line-height: 1; margin-left: .05rem;}
.about_part2  .des{font-size: .16rem; line-height: 2.25;}
 .about_part2 .item:nth-child(odd){ padding-bottom: 30%}
.about_part2 .item:nth-child(even){ padding-top: 30%; vertical-align: bottom} 

.about_part2 .item .count_item{position: relative;overflow: hidden;height: 0.83rem;}
.about_part2 .item:nth-child(2n-1){ padding-top: 30%; }
.about_part2 .item:nth-child(2n){ padding-bottom: 30%;vertical-align: bottom}

*/


.about_part2 .list {
    display: table;
    width: 100%;
    table-layout: fixed;
    height: 61.817vh;
}

.about_part2 .item {
    display: table-cell;
    width: calc(100% / 6);
    text-align: center;
    color: #fff;
    font-size: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.102);
    position: relative;
}

.about_part2 .item:first-of-type {
    border-left: 1px solid rgba(255, 255, 255, 0.102);
}

.about_part2 .item .count_item {
    position: relative;
    /*! padding-top: 30%; */
}

.about_part2 .item .count_item::before {
    content: '';
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.102);
    left: -1px;
    top: 0;
    position: absolute;
    /* background-color: #d7000f; */
}

.about_part2 .count_item .count {
    font-size: .56rem;
    font-family: "Oswald";
}

.about_part2 .count_item sup {
    font-size: .36rem;
    font-weight: lighter;
    font-family: "Oswald";
    vertical-align: top;
    line-height: 1;
    margin-left: .05rem;
}

.about_part2 .des {
    font-size: .16rem;
    line-height: 2.25;
}

.about_part2 .item:nth-child(2n-1) {
    padding-top: 37.1517vh;
}

.about_part2 .item:nth-child(2n) {
    vertical-align: bottom;
    padding-bottom: 37.1517vh;
}


.about_box {
    padding-top: 4%;
    background: linear-gradient(to right, #fff 10%, #f9f9f9 10%)
}

.about_box.box2 {
    padding-top: 1%;
    padding-bottom: 2%
}

.about_box.box2 .about_item,
.about_box.box3 .about_item {
    float: right
}

.about_box.box3 {
    background: #fff;
    padding-bottom: 5%
}

.about_photo {
    width: 47%;
    position: relative;
    margin-bottom: 7%
}

.about_photo img {
    width: 100%;
    position: absolute;
    bottom: 0
}

@media(max-width:1024px) {
    .about_part2 .count_item .count {
        font-size: 5vw
    }

}

@media(max-width:768px) {

    .about_part1 .left,
    .about_part1 .right {
        width: 100%;
        float: none;
    }

    .about_item {
        width: 100%;
        float: none;
        margin: 0 !important
    }

    .about_photo {
        width: 100%
    }

    .about_photo img {
        position: inherit
    }

    .about_part2 .item {
        height: auto
    }
}


.organizational ul {
    padding: 0px 50px
}

.organizational .list_two .list {
    width: 50%;
    float: left
}

.organizational .ul_num2 li {
    float: left;
    width: 50%
}

.organizational .ul_num3 li {
    float: left;
    width: 33.333%
}

.organizational .title {
    margin: 20px 0;
    background: #fafafa;
    border: solid 1px #eeeeee;
    text-align: center;
    padding: 11px 0
}

.organizational .subtitle {
    padding: 0 50px;
}

.organizational .sub_three .sub_box {
    float: left;
    width: 33.333%
}

.organizational .sub_three .sub_box ul {
    padding-bottom: 5%
}

@media(max-width:1024px) {
    .organizational .ul_num3 li {
        width: 50%
    }

    .organizational ul,
    .organizational .subtitle {
        padding: 0px 10px
    }
}

@media(max-width:768px) {
    .organizational .sub_three .sub_box {
        width: 100%;
        float: none
    }
}

@media(max-width:640px) {
    .organizational .list_two .list {
        width: 100%;
        float: none
    }

    .organizational .title {
        padding: 5px 0
    }
}

.ispic {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.zoomimg .pic {
    overflow: hidden;
    position: relative
}

.zoomimg .pic .ispic {
    -webkit-transition: -webkit-transform 1.2s ease;
    transition: -webkit-transform 1.2s ease;
    transition: transform 1.2s ease;
    transition: transform 1.2s ease, -webkit-transform 1.2s ease;
}

.zoomimg:hover .pic .ispic {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.c_red {
    color: #d7000f
}

.load_more {
    text-align: center;
    padding: 5% 0;
    font-size: 18px;
}

.load_more a {
    cursor: pointer;
    display: inline-block;
    line-height: 40px;
    padding-left: 42px;
    background: url("../images/loading.gif") no-repeat -50px center;
    background-size: 130px;
}

.load_more a.on {
    background: url("../images/top.png") no-repeat left center;
}

@media(max-width:640px) {
    .load_more {
        font-size: 15px;
    }
}

.mp {
    padding: 0;
    margin: 0;
    font-weight: normal
}

.icon_title {
    text-align: center;
    padding: 3% 0;
    font-size: .36rem
}

.icon_title span {
    padding: 0px 61px;
    display: inline-block;
    position: relative
}

.icon_title span:before,
.icon_title span:after {
    content: '';
    width: 31px;
    height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    background: url("../images/font_icon.png") no-repeat;
}

.icon_title span:before {
    left: 0
}

.icon_title span:after {
    right: 0
}

.line1 {
    margin: 4% 0;
    border-top: solid 1px #eeeeee
}

.bg_GZDI {
    font-size: 5rem;
    color: rgba(236, 236, 236, 0.3);
    font-family: "HarmonyOS_Sans_SC_Black";
    line-height: 0.75;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media(max-width:1024px) {
    .bg_GZDI {
        font-size: 2.5rem;
    }
}

.honor_intro {
    padding-top: 4%;
    padding-bottom: 2%;
    position: relative
}
.honor_intro .item_info{position: relative}
.honor_intro .intro {
    position: relative;
    z-index: 5
}

.history_year {
    padding: 5% 0
}

.history_year .slick-list {
    padding: 40px 0;
    position: relative;
    text-align: center;
}

.history_year .slick-list:before {
    content: '';
    left: 0;
    bottom: 8px;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #bbb
}

.history_year .slick-slide a {
    display: inline-block;
    line-height: 30px;
    position: relative;
}

.history_year .slick-slide a:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -3px;
    bottom: -36px;
    width: 6px;
    height: 6px;
    border: solid 1px #fff;
    transform: rotate(45deg);
    background: #bbb;
    box-shadow: 0 0 0 1px #fff
}

.history_year .slick-current a {
    color: #d7000f
}

.history_year .slick-current a:after {
    background: #d7000f;
    box-shadow: 0 0 0 1px #d7000f
}

.history_year .slick-arrow {
    background-color: #eee
}

.history_year .slick-prev {
    left: -0.2rem
}

.history_year .slick-next {
    right: -0.2rem
}

.history_list {
    position: relative;
    line-height: 2
}

.history_list:before {
    content: '';
    position: absolute;
    left: 50%;
    width: 15px;
    height: 100%;
    background: #d7000f;
    margin-left: -7.5px;
}
.history_list .list:first-child{top: -25px; position: relative}
.history_list h2 {
    position: relative;
    line-height: 50px;
}

.history_list h2:before {
    content: '';
    position: absolute;
    width: 50%;
    top: 50%;
    border-bottom: dashed 1px #a5a5a5
}

.history_list h2 b {
    display: inline-block;
    position: relative
}

.history_list h2 b:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    margin-top: -5px;
    background: #fff;
    border: solid 2px #d80817;
    transform: rotate(45deg)
}

.history_list .list:first-child h2 {
    color: #d7000f
}

.history_list .list:first-child h2:before {
    display: none
}

.history_list .list:first-child h2 b:before {
    border-color: #d80817
}

.history_list .list:nth-child(odd) h2 {
    padding-left: 50%
}

.history_list .list:nth-child(odd) h2:before {
    left: 0
}

.history_list .list:nth-child(odd) h2 b {
    padding-left: 60px;
}

.history_list .list:nth-child(odd) h2 b:before {
    left: -6px;
}

.history_list .list:nth-child(even) h2 {
    padding-right: 50%;
    text-align: right
}

.history_list .list:nth-child(even) h2:before {
    right: 0
}

.history_list .list:nth-child(even) h2 b {
    padding-right: 60px;
}

.history_list .list:nth-child(even) h2 b:before {
    right: -7px;
}

.history_list li {
    padding-top: 4%;
    padding-bottom: 4%
}

.history_list li:nth-child(even) {
    text-align: right;
    padding-right: 50%
}

.history_list li:nth-child(even) .box {
    padding-right: 60px;
}

.history_list li:nth-child(odd) {
    text-align: left;
    padding-left: 50%;
    /* margin-top: -12% */
}

.history_list li:nth-child(odd) .box {
    padding-left: 60px;
}

.history_list li.hot_no#year2013 {
    margin-top: -32%
}

.history_list li.hot_no#year2011 {
    margin-top: 0%
}

.history_list li.hot_no#year2010 {
    margin-top: -37%
}

.history_list .list:first-child li:first-child {
    padding: 0;
    margin-top: 0
}

.history_list .list:first-child li:first-child .box {
    padding: 0
}

.history_list .list:first-child li:first-child .pic,
.history_list .list:first-child li:first-child .txt {
    width: 50%
}

.history_list .list:first-child li:first-child .pic {
    float: left;
    text-align: right;
    padding-top: 10%;
    padding-right: 60px;
}

.history_list .list:first-child li:first-child .txt {
    float: right;
    text-align: left;
    padding-left: 60px;
}

.history_list .list:first-child li:first-child .txt pre {
    font-size: 18px;
}
.history_list .txt .sub{display: inline-block; line-height:1.5}
.history_list .txt h3 {position: relative;}
.history_list .txt h3 i { position: absolute; width: 30px; height: 1px;  top: 50%;  background: #bbb}

.history_list .txt h3 i:before { content: ''; top: -3px; position: absolute; width: 7px; height: 7px; border-radius:100px; background: #bbb; box-shadow: 0 0 0 3px #fff}
.history_list .txt h4 { padding: 3% 0;}
.history_list .hot .title{padding-top: 20px; padding-bottom: 30px;}
.history_list .hot .sub{ background: #9c9da0; color: #fff; text-align: center;position: relative;}
.history_list .hot h4{padding-left: 20px; padding-right: 20px;}
.history_list .hot h3 i{display: none}
.history_list .hot.odd .sub{left: -60px}
.history_list .hot.even .sub{right: -60px}

.history_list li:nth-child(odd) .txt h3 i { left: -61px;}

.history_list li:nth-child(even) .txt h3 i { right: -61px;}

.history_list li:nth-child(odd) .txt h3 i:before { left: -3px;}

.history_list li:nth-child(even) .txt h3 i:before {  right: -3px;}



.history_list .pic { padding-top: 4%}
.history_list .pic dl {
    text-align: left;
    display: inline-block;
    max-width: 46%;
    vertical-align: text-top;
}

.history_list .pic dl:nth-child(odd) {
    clear: both;
}

.history_list .pic dl:nth-child(even) {
    margin-left: 5%;
}

.history_list .pic dd {
    padding-top: 10px;
    line-height: 1.5
}

.history_list .list_hide {
    display: none
}

@media(max-width:640px) {

    .history_list .list:nth-child(odd) h2 b,
    .history_list .list:first-child li:first-child .txt,
    .history_list li:nth-child(odd) .box { padding-left: 20px;}

    .history_list .list:nth-child(even) h2 b,
    .history_list .list:first-child li:first-child .pic,
    .history_list li:nth-child(even) .box {  padding-right: 26px}
    .history_list li:nth-child(odd) .txt h3 i {left: -24px;}
    .history_list li:nth-child(even) .txt h3 i {right: -24px; }
    .history_list .list:nth-child(odd) h2 b:before { left: -9px;}
    .history_list .list:nth-child(even) h2 b:before{right: -3px;}
    .history_list .list:first-child li:first-child .pic {padding-top: 20%}
    .history_list:before{width: 8px;}
    .history_list .hot.odd .sub{left: -20px}
    .history_list .hot.even .sub{right: -20px}
}

.editor_num_intro .mid_txt dl,
.editor_num_intro table td {
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.editor_num_intro table td:nth-child(1) {
    width: 50%;
    text-align: right
}

.editor_num_intro table td:nth-child(2) {
    width: 50px;
    text-align: center
}

.editor_num_intro table td:nth-child(3) {
    text-align: left
}

.editor_num_intro .mid_txt {
    padding: 2% 0
}

.editor_num_intro .mid_txt dl {
    text-align: right;
    padding-right: 40%;
}

.editor_num_intro .mid_txt dl:nth-child(2) {
    padding-left: 20%;
    padding-right: 0;
    text-align: center
}

@media(max-width:640px) {

    .editor_num_intro .mid_txt dl,
    .editor_num_intro table td {
        font-size: 14px;
    }
}

.photo_intro {
    padding-bottom: 5%
}

.photo_intro .sub_title {
    float: left;
    width: 24%
}

.photo_intro .article {
    float: right;
    width: 75%;
    line-height: 1.8
}

.photo_list {
    padding-bottom: 4%;
}

.photo_list .sub_title {
    padding-bottom: 4%;
    text-align: center
}

.photo_list .list {
    margin-left: -1px;
    margin-right: -1px;
}

.photo_list li {
    float: left;
    width: 50%;
    padding: 1.5% 0.5px;
}

.photo_list li a {
    display: block;
    position: relative
}

.photo_list .pic:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: 0.3s;
    z-index: 2
}

.photo_list .pic .ispic {
    padding-bottom: 66.667%;
}

.photo_list .txt {
    color: #fff;
    padding: 30px;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    z-index: 3;
}

.photo_list .txt span:after {
    content: '';
    margin-left: 10px;
    width: 0;
    height: 0;
    display: inline-block;
    border: solid 6px transparent;
    border-left-color: #d7000f
}

.photo_list .txt span {
    display: none
}

.photo_list .txt h3 {
    text-align: left
}

.photo_list .txt h3 .num {
    padding-right: 5px;
}

.photo_list li a:hover .pic:before {
    opacity: 0
}

.photo_list li a:hover .txt {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8))
}

.photo_list li a:hover .txt h4 {
    display: none
}

.photo_list li a:hover .txt span {
    display: inline-block
}

.business_title{border-bottom: 1px solid #eee; padding-bottom: 2%}
.business_title span{ color: #999}
.business_title span:not(:last-child){ color: #333;}

.business_intro {
    padding-top: 4%;
    line-height: 2
}

.business_intro .fl_txt {
    float: left;
    width: 50%
}

.business_intro .fl_txt .title {
    padding: 2% 0;
    line-height: 1.5
}

.business_intro .fl_txt .title span {
    display: block
}

.business_intro .fr_txt {
    float: right;
    width: 50%;
}

@media(max-width:640px) {

    .business_intro .fl_txt,
    .business_intro .fr_txt {
        float: none;
        width: 100%
    }
}

.business_item {
    padding-top: 8%;
    margin-bottom: 20px;
}

.business_item .info,
.business_item .pic {
    width: 50%
}

.business_item .info {
    background: #f9f9f9;
    padding: 4% 0
}

.business_item .txt .title {
    padding: 0px 14%;
    border-left: solid 4px #d7000f;
    margin-bottom: 5%;
}

.business_item .txt .title span {
    display: block
}

.business_item .txt .title em {
    font-style: normal;
    color: #d7000f
}

.business_item .txt p {
    padding: 0px 14%;
    font-size: 14px;
    line-height: 28px;
}

.business_item .pic span {
    padding-bottom: 66.667%
}

@media(max-width:1200px) {

    .business_item .txt .title,
    .business_item .txt p {
        padding: 0 6%
    }
}

@media(max-width:640px) {
    .business_item li {
        padding-bottom: 5%
    }

    .business_item .info,
    .business_item .pic {
        display: block;
        width: 100%
    }

    .business_item .info {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1)
    }
}

.business_list {
    padding-top: 8%
}

.business_list li {
    float: left;
    width: 32.5%;
    margin-left: 1.25%;
    padding-top: 4%
}

.business_list .pic span {
    padding-bottom: 66.67%;
}

.business_list .txt {
    padding: 5% 0;
    line-height: 1.6
}

.business_list .txt p {
    font-size: 14px;
    color: #999999
}

@media(min-width:640px) {
    .business_list li:nth-child(3n+1) {
        margin-left: 0;
        clear: both
    }

    .business_list li:nth-child(1),
    .business_list li:nth-child(2),
    .business_list li:nth-child(3) {
        padding-top: 0
    }
}

@media(max-width:640px) {
    .business_list li {
        width: 49%;
        margin-left: 2%;
    }

    .business_list li:nth-child(2n+1) {
        margin-left: 0;
        clear: both
    }

    .business_list li:nth-child(1),
    .business_list li:nth-child(2) {
        padding-top: 0
    }
}

.link_list {
    padding-top: 5%
}

.link_list .list {
    padding: 3% 0;
}

.link_list h3 {
    padding: 1.5% 0;
    margin-bottom: 1.5%;
    border-bottom: solid 1px #eeeeee
}

.link_list ul {
    margin-left: -0.515%;
    margin-right: -0.515%
}

.link_list li {
    width: 20%;
    float: left;
    padding: 0.515%
}

.link_list li a {
    display: block;
    position: relative
}

.link_list li.li_hide {
    display: none
}

.link_list .pic:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.5s;
    opacity: 0
}
.link_list .pic  {
    background: #FCFCFC;
}
.link_list .pic span {
    padding-bottom: 43.48%
}

.link_list .txt {
    padding: 10px;
    color: #fff;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 0;
    transition: 0.5s
}

.link_list li a:hover .txt {
    opacity: 1;
}

.link_list li a:hover .pic:before {
    opacity: 1;
}

@media(max-width:960px) {
    .link_list li {
        width: 33.333%;
    }
}

@media(max-width:640px) {
    .link_list li {
        width: 50%;
    }
}

.sitemap {
    padding: 3% 0
}

.sitemap li {
    line-height: 2;
    border-bottom: solid 1px #eee;
    padding: 2%;
}

.sitemap em {
    font-style: normal
}

.sitemap dd {
    font-size: 14px;
    display: inline-block;
    padding-right: 5%;
    opacity: 0.7
}

.partners_list {
    padding-top: 5%
}

.partners_list .list {
    padding: 2% 0
}

.partners_list ul {
    margin-left: -0.515%;
    margin-right: -0.515%
}

.partners_list li {
    width: 20%;
    float: left;
    padding: 2% 0.515%
}

.partners_list li a {
    display: block;
    position: relative;
    transition: 0.5s
}

.partners_list .pic {
    margin-bottom: 7%;
    background: #FCFCFC;
}

.partners_list .pic span {
    padding-bottom: 65.22%
}

.partners_list .txt {
    padding: 0px 10px;
    max-width: 200px;
    margin: auto;
    line-height: 24px;
    height: 72px;
}

.partners_list a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
}

@media(max-width:960px) {
    .partners_list li {
        width: 33.333%;
    }
}

@media(max-width:640px) {
    .partners_list li {
        width: 50%;
    }
}

.works_list {
    padding-top: 4%
}

.works_list li {
    padding: 2% 0;
    float: left;
    width: 48.334%;
}

.works_list .pic span {
    padding-bottom: 67.243%;
}

.works_list .txt {
    position: relative;
    padding: 4% 70px 4% 0;
    border-bottom: solid 1px #eeeeee;
    line-height: 2;
    transition: 0.5s
}

.works_list .txt i {
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -20px;
    background: #d7000f;
    transition: 0.5s
}

.works_list .txt i:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: -6px;
    top: 0;
    bottom: 0;
    border: solid 6px transparent;
    border-left-color: #fff
}

.works_list p {
    color: #666;
    line-height: 30px;
    height: 30px;
}

.works_list li:nth-child(odd) {
    clear: both;
    margin-right: 3.332%
}

.works_list li a:hover .txt {
    padding-left: 20px;
    background: #333333
}

.works_list li a:hover .txt h4 {
    color: #fff
}

.works_list li a:hover .txt p {
    color: #999999
}

.works_list li a:hover i {
    opacity: 1
}

@media(max-width:640px) {
    .works_list .txt {
        line-height: 1.6;
        padding-right: 0px;
    }

    .works_list .txt i {
        right: 10px;
        width: 30px;
        height: 30px;
        margin-top: -40px;
        top: 0
    }
}

.works_banner {
    border-bottom: solid 1px #eeeeee
}

.works_banner .photo {
    padding: 0 80px;
}

.works_banner .photo .Ispic {
    display: block;
    width: 100%;
    padding-bottom: 40%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.works_banner .photo .Ispic img {
    display: none;
}

.works_banner .slick-arrow:not(:hover) {
    box-shadow: 0 0 0 1px #d7000f;
}

/*.works_banner .slick-prev:not(:hover){left:0;background-image:url(../js/slick/slick-prev-1.png);}
.works_banner .slick-next:not(:hover){ right:0; background-image:url(../js/slick/slick-next-1.png)}*/
.works_banner .slick-prev:not(:hover):before {
    border-right-color: #d7000f;
}

.works_banner .slick-next:not(:hover):before {
    border-left-color: #d7000f;
}

.works_title {
    padding: 2% 0
}

.works_title h1 {
    position: relative;
    padding-left: 15px;
}

.works_title h1:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 20px;
    height: 20px;
    border-left: solid 2px #eeeeee;
    border-top: solid 2px #eeeeee;
}

.works_title .dots_num {
    font-size: 18px;
    float: right;
    color: #999999
}

.works_title .slick-dots li:not(.slick-active) {
    display: none
}

.works_title .slick-dots .slick-active em {
    font-style: normal;
    font-size: 24px;
    color: #333333
}

.works_info {
    min-height: 350px;
    position: relative;
    padding: 4% 0
}

.works_info .tab_title {
    width: 85px;
    height: 180px;
    position: absolute;
    border-right: solid 1px #eeeeee
}

.works_info .tab_title ul {
    padding-top: 30%
}

.works_info .tab_title li {
    margin-right: -1px;
    margin-bottom: 20%;
    line-height: 20px;
    cursor: pointer
}

.works_info .tab_title li a {
    display: block;
}

.works_info .tab_title li:nth-child(1) {
    margin-bottom: 40%;
}

.works_info .tab_title .show {
    color: #d7000f;
    border-right: solid 2px #d7000f
}

.works_info .tab_info {
    padding-left: 18%
}

.works_info .tab_info .info {
    line-height: 1.5
}

.works_relation {
    padding-top: 2%;
    padding-bottom: 5%;
    border-top: solid 1px #eeeeee
}

.works_relation .pic span {
    padding-bottom: 67.243%;
}

.works_relation .txt {
    position: relative;
    padding: 21px 40px 21px 0;
    line-height: 18px;
    transition: 0.5s
}

.works_relation .txt h4 {
    transition: 0.5s
}

.works_relation .txt i {
    opacity: 0;
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    transition: 0.5s
}

.works_relation .txt i:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: -6px;
    top: 0;
    bottom: 0;
    border: solid 6px transparent;
    border-left-color: #fff
}

.works_relation .slick-slide {
    padding: 0 5px;
}

.works_relation .slick-slide a:hover .txt {
    background: #333333
}

.works_relation .slick-slide a:hover .txt h4 {
    padding-left: 20px;
    color: #fff;
    border-left: solid 3px #d7000f
}

.works_relation .slick-slide a:hover i {
    opacity: 1
}

.works_relation .slick-list {
    margin-left: -5px;
    margin-right: -5px;
}

.works_relation h2 {
    padding: 20px 0;
    position: relative;
    line-height: 30px;
}

.works_relation .slick-arrow {
    border: solid 1px #999999;
    width: 30px;
    height: 30px;
    background: none
}

.works_relation .slick-arrow:before {
    content: '';
    border: solid 6px transparent;
}

.works_relation .slick-prev {
    left: auto;
    right: 40px;
}

.works_relation .slick-prev:before {
    border-right-color: #333;
    margin-left: 5px;
}

.works_relation .slick-next:before {
    border-left-color: #333;
    margin-right: 5px;
}

.works_relation .slick-disabled {
    opacity: 0.3
}

@media(max-width:640px) {
    .works_info .tab_title {
        margin-bottom: 4%;
        position: relative;
        width: 100%;
        height: auto;
        border: solid 1px #eeeeee
    }

    .works_info .tab_title ul {
        padding-top: 0;
        text-align: center;
    }

    .works_info .tab_title li {
        line-height: 40px;
        float: left;
        width: 50%;
        margin-bottom: 0 !important;
        background-color: #f9f9f9
    }

    .works_info .tab_title .show {
        color: #fff;
        background: #d7000f
    }

    .works_info .tab_info {
        padding-left: 0
    }

    .works_relation .txt {
        padding: 10px 40px 10px 0;
    }
}

.edit_works {
    line-height: 2
}

.edit_works .ul_txt li {
    padding-bottom: 8%;
    float: left;
    width: 30%
}

.edit_works .ul_txt li .f36 {
    font-weight: bold
}

.edit_works .ul_txt li:nth-child(3n+2) {
    width: 40%;
}

.edit_works .tit {
    color: #999999
}

.edit_works .txt {
    padding-bottom: 8%;
    max-width: 860px
}

@media(max-width:640px) {
    .edit_works .ul_txt li {
        width: 50%
    }

    .edit_works .ul_txt li:nth-child(5) {
        width: 100%;
    }
}

.sub_column {
    padding-top: 5%;
}

.news_hot {
    color: #999999;
    line-height: 30px;
    padding-top: 5%;
    padding-bottom: 1%;
}

.news_hot .list {
    margin-left: -30px;
    margin-right: -30px;
}

.news_hot .item {
    padding: 0 30px;
}

.news_hot .pic {
    margin-top: 5%;
}

.news_hot .pic span {
    padding-bottom: 66.671%
}

.news_hot .txt dl {
    height: 30px;
}

.news_hot .txt h2 {
    height: 60px;
    margin-top: 4%;
}

.news_hot .txt p {
    margin: 5% 0;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
}

@media(max-width:1024px) {
    .news_hot .list {
        margin-left: -20px;
        margin-right: -20px;
    }

    .news_hot .item {
        padding: 0 30px;
    }
}

@media(max-width:640px) {
    .news_hot .list {
        margin-left: 0px;
        margin-right: 0px;
    }

    .news_hot .item {
        padding: 0;
    }

    .news_hot .txt p {
        margin: 2% 0;
    }

    .news_hot .txt h2 {
        margin-top: 2%
    }

    .news_hot .pic {
        margin-top: 1%
    }
}

.party_hot {
    color: #555555;
    line-height: 30px;
    padding-top: 3%;
    padding-bottom: 1%;
}

.party_hot .list {
    margin-left: -50px;
    margin-right: -50px;
}

.party_hot .item {
    padding: 50px;
}

.party_hot .pic {
    width: 55%
}

.party_hot .pic span {
    padding-bottom: 66.668%
}

.party_hot .txt {
    padding: 5%;
    width: 45%;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}

.party_hot .txt h2 {
    margin: 5% 0;
    line-height: 1.6
}

.party_hot.other_hot .pic {
    width: 45%
}

.party_hot.other_hot .txt {
    width: 55%;
}

@media(min-width:640px) {
    .party_hot.other_hot .slick-dots {
        left: 49%;
    }

    .party_hot .slick-dots {
        position: absolute;
        left: 59%;
        width: auto;
        bottom: 70px
    }
}

@media(max-width:1024px) {
    .party_hot .list {
        margin-left: -20px;
        margin-right: -20px;
    }

    .party_hot .item {
        padding: 20px;
    }

    .party_hot .txt {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
    }
}

@media(max-width:640px) {
    .party_hot {
        line-height: 24px;
        padding-bottom: 5%
    }

    .party_hot .list {
        margin-left: -10px;
        margin-right: -10px;
    }

    .party_hot .item {
        padding: 10px;
    }

    .party_hot .pic,
    .party_hot .txt,
    .party_hot.other_hot .pic,
    .party_hot.other_hot .txt {
        display: block;
        width: 100%
    }

    .party_hot .txt h2 {
        margin: 2% 0;
    }
}


.title_txt_list {
    min-height: 200px;
}

.title_txt_list .list {
    padding: 0 2%
}

.title_txt_list .list .auto-1200 {
    padding: 2% 0;
    position: relative
}

.title_txt_list .list:nth-child(even) {
    background: #f8f8f8
}

.title_txt_list .list .auto-1200:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #d7000f;
    transition: 0.5s
}

.title_txt_list .txt {
    line-height: 24px;
    max-width: 940px;
    width: 80%
}

.title_txt_list .txt h4 {
    padding-left: 30px;
    position: relative;
    margin-bottom: 1.8%;
}

.title_txt_list .txt h4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
    width: 12px;
    height: 3px;
    background: #d7000f
}

.title_txt_list .txt p {
    padding-left: 30px;
    color: #999999;
    height: 48px;
}

.title_txt_list time {
    float: right;
    padding-left: 24px;
    color: #999999;
    text-align: center;
    border-left: solid 1px #eeeeee;
    transition: 0.5s
}

.title_txt_list time b {
    display: block;
    color: #333333
}

.title_txt_list .list i {
    width: 6px;
    height: 6px;
    padding: 2.1%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #d7000f;
    transition: 0.5s;
    opacity: 0;
    border-radius: 100px;
}

.title_txt_list .list i:before {
    content: '';
    position: absolute;
    margin-top: -6px;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left-color: #fff
}

.title_txt_list .list:hover i {
    opacity: 1
}

.title_txt_list .list:hover .auto-1200:before {
    left: 0;
    width: 100%;
}

.title_txt_list .list:hover time {
    opacity: 0
}

@media(max-width:640px) {
    .title_txt_list time {
        padding-left: 10px;
    }

    .title_txt_list .txt p {
        line-height: 1.6;
    }
}

.staff_style {
    padding-top: 5%
}

.staff_style ul {
    left: -1.955%;
    margin-right: -1.955%
}

.staff_style li {
    padding: 1.955%;
    float: left;
    width: 33.333%;
    transition: 0.5s;
    position: relative
}

.staff_style li:after {
    content: '';
    position: absolute;
    width: 90%;
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 5%;
    background: #eeeeee;
    transition: 0.5s;
}

.staff_style .pic span {
    padding-bottom: 66.668%
}

.staff_style .txt {
    padding: 6% 0 13% 0
}

.staff_style .txt h2 {
    line-height: 30px;
    height: 60px;
}

.staff_style .txt p {
    margin: 4% 0;
    line-height: 24px;
    height: 48px;
    font-size: 14px;
    color: #999999
}

.staff_style li:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05)
}

.staff_style li:hover:after {
    width: 100%;
    height: 2px;
    bottom: 0;
    background: #d7000f;
}

@media(max-width:1024px) {
    .staff_style li {
        width: 50%
    }
}

@media(max-width:640px) {
    .staff_style li {
        width: 100%
    }

    .staff_style .txt h2,
    .staff_style .txt p {
        height: auto
    }
}

.article_info {
    padding: 5% 0
}

.article_info .title h1 {
    padding-bottom: 4%;
    line-height: 1.6
}

.article_info .title dl {
    color: #999999;
    padding: 2% 0;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee;
    overflow: hidden;
}

.article_info .title dl time {
    float: right
}

.article_info .title dl span {
    display: inline-block;
}

.article_info .title dl span:last-child {
    padding-left: 10%
}

.article_info .article {
    padding: 5% 0;
    line-height: 2
}

.article_info .article img {
    width: 100% !important;
    height: auto !important;
    display: block !important
}

.article_info .article p {
    text-indent: 3em !important
}

.article_info .fl_box {
    width: 68.334%;
    float: left
}

.article_info .fr_box {
    width: 25%;
    float: right;
    background: #f8f8f8
}

.article_info .fr_box .ShareTo {
    padding: 0 7% 10% 7%;
    background: #fff;
    color: #999999
}

.article_info .fr_box .ShareTo span {
    display: inline-block
}

.article_info .fr_box .ShareTo a:last-child {
    margin-right: 0
}

.article_info .fr_box .list {
    padding: 7%;
    border-bottom: solid 2px #fff
}

.article_info .fr_box li {
    padding: 5px 0;
    line-height: 24px;
}

.article_info .fr_box li:not(:last-child) {
    border-bottom: dashed 1px #d7d7d7
}

.article_info .fr_box .sub {
    padding-bottom: 10px;
    color: #999999
}

.article_info .fr_box .back {
    text-align: center;
    padding: 10px 0
}

.article_info .fr_box .back a {
    padding: 10px 0;
    display: inline-block
}

.article_info .fr_box .back a:before {
    content: '';
    display: inline-block;
    margin-right: 15px;
    width: 0;
    height: 0;
    border: solid 7px transparent;
    border-right-color: #333333
}

@media(max-width:640px) {
    .article_info .title dl time {
        display: block;
        float: none;
        text-align: right
    }

    .article_info .fl_box,
    .article_info .fr_box {
        width: 100%;
        float: none
    }

    .article_info .fr_box .ShareTo,
    .article_info .fr_box .list {
        padding: 2%
    }
}

.talent_intro {
    padding-top: 8%;
    padding-bottom: 8%;
    line-height: 2
}

.talent_intro .box {
    background: no-repeat left bottom;
    background-size: 23.333%
}

.talent_intro .fl_txt {
    float: left;
    width: 45%
}

.talent_intro .fl_txt .title {
    padding: 2% 0;
    line-height: 1.5
}

.talent_intro .fl_txt .title span {
    display: block
}

.talent_intro .fl_txt .title .en {
    font-weight: bold
}

.talent_intro .fl_txt .title i {
    font-style: normal;
    color: #d7000f
}

.talent_intro .fr_txt {
    float: right;
    width: 55%;
}

.talent_intro .fr_txt .sub {
    padding-bottom: 1%;
    margin-bottom: 3%;
    border-bottom: solid 1px #eeeeee
}

.talent_intro .fr_txt .sub i {
    font-style: normal;
    color: #d7000f
}

.talent_intro .fr_txt .info {
    font-size: 14px;
}

@media(max-width:640px) {

    .talent_intro .fl_txt,
    .talent_intro .fr_txt {
        float: none;
        width: 100%
    }
}

.pic_txt li:not(:last-child) {
    margin-bottom: .5rem;
}

.pic_txt a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
}

.pic_txt .pic {
    width: 30%;
    float: left;
}

.pic_txt .ispic {
    padding-top: 66.666%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.pic_txt .content {
    padding: .6rem 2.2rem 0 .6rem;
    width: 70%;
    float: left;
    position: relative
}

.pic_txt .tit {
    font-size: .18rem;
    color: #333;
    font-family: 'HarmonyOS_Sans_Regular';
    margin-bottom: 1%;
}

.pic_txt .txt {
    font-size: .16rem;
    color: #999;
    font-family: 'HarmonyOS_Sans_Light';
    line-height: 1.8;
}

.pic_txt .date {
    position: absolute;
    padding-left: 2%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-left: 1px solid #eee;
}

.pic_txt .day {
    font-size: .48rem;
    font-family: 'HarmonyOS_Sans_Regular';
    color: #333;
}

.pic_txt .ym {
    font-size: .16rem;
    color: #999;
}

.pic_txt li:hover .tit,
.pic_txt li:hover .day {
    color: #d7000f
}

@media(max-width: 1024px) {
    .pic_txt .content {
        padding: .2rem 1rem 0 .3rem;
    }
}

@media(max-width: 640px) {
    .pic_txt .img {
        width: 100%;
        float: none;
    }

    .pic_txt .content {
        width: 100%;
        float: none;
    }
}

/* anniversary */
.anniversary {
    padding: 3.125% 0 7.55%;
}

.anniversary h1 {
    font-size: .3rem;
    font-family: 'HarmonyOS_Sans_Medium';
    color: #333;
    position: relative;
    text-align: center;
    margin-bottom: 5.83%;
}

.anniversary h1::before {
    content: '';
    background-color: #d7000f;
    width: 20px;
    height: 4px;
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.anniversary .left {
    width: 45%;
    float: left;
}

.anniversary .list {
    margin-bottom: .5rem;
}

.anniversary .list li {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .05);
}

.anniversary .list .slick-list {
    overflow: visible;
}

.anniversary .list a {
    position: relative;
    display: block;
}

.anniversary .list .pic {
    padding-top: 66.666%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.anniversary .list .content {
    width: 55%;
    float: left;
    padding: 4.16% 9.2% 0 4.16%;
}

.anniversary .list .date {
    font-size: .18rem;
    font-family: 'HarmonyOS_Sans_Bold';
    color: #000;
}

.anniversary .list .tit {
    font-size: .24rem;
    font-family: 'HarmonyOS_Sans_Regular';
    line-height: 1.5;
    color: #333;
    margin: 4% 0;
}

.anniversary .list .txt {
    font-size: .16rem;
    color: #555;
    line-height: 1.8;
}

.anniversary .list .icon {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/next-icon02.png) no-repeat center #f8f8f8;
    right: 20px;
    bottom: 20px;
}

.anniversary .list1 li {
    margin-bottom: .5rem;
}

.anniversary .list1 a {
    display: block;
    position: relative;
    border-bottom: 1px solid #eee;
}

.anniversary .list1 .img {
    width: 30%;
    float: left;
}

.anniversary .list1 .pic {
    padding-top: 66.666%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.anniversary .list1 .content {
    padding: .6rem 2.2rem 0 .6rem;
    width: 70%;
    float: left;
}

.anniversary .list1 .tit {
    font-size: .18rem;
    color: #333;
    font-family: 'HarmonyOS_Sans_Regular';
    margin-bottom: 1%;
}

.anniversary .list1 .txt {
    font-size: .16rem;
    color: #999;
    font-family: 'HarmonyOS_Sans_Light';
    line-height: 1.8;
}

.anniversary .list1 .date {
    position: absolute;
    width: 9.58%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    border-left: 1px solid #eee;
}

.anniversary .list1 .day {
    font-size: .48rem;
    font-family: 'HarmonyOS_Sans_Regular';
    color: #333;
}

.anniversary .list1 .ym {
    font-size: .16rem;
    color: #999;
}

@media(max-width: 1024px) {
    .anniversary .left {
        width: 100%;
        float: none;
    }

    .anniversary .list .content {
        width: 100%;
        float: none;
        padding-bottom: 4.16%;
    }

    .anniversary .list1 .content {
        padding: .2rem 1rem 0 .3rem;
    }
}

@media(max-width: 640px) {
    .anniversary .list1 .img {
        width: 100%;
        float: none;
    }

    .anniversary .list1 .content {
        width: 100%;
        float: none;
    }
}


.contactus .sub_column {
    padding-bottom: 2%;
}

.contactus .sub {
    padding: 3% 0;
    border-top: dotted 1px #eeeeee;
}

.contactus .info {
    line-height: 2.3;
}

.contactus dl {
    margin-bottom: 6%;
}

.contactus dl em {
    font-style: normal;
    display: inline-block;
    vertical-align: text-top;
    margin-top: -8px;
    position: relative;
}

.contactus .ewm .pic {
    max-width: 150px;
    text-align: center;
}

.contactus .ewm .pic span {
    display: block;
    border: dotted 1px #eeeeee;
    padding: 9px;
    ;
}

.contactus .ewm .pic b {
    display: block;
    font-weight: normal;
}

@media(min-width:768px) {
    .contactus dl {
        float: left;
    }

    .contactus dl:nth-child(2n+1) {
        clear: both;
    }

    .contactus dl:nth-child(2) {
        border-left: #eee 1px dotted;
    }

    .contactus dl:nth-child(odd) {
        width: 45%;
    }

    .contactus dl:nth-child(even) {
        width: 55%;
        ;
        padding-left: 5%;
    }
}

.job_type {
    text-align: center;
    padding: 4% 0
}

.job_type span {
    padding: 0 5%
}

.job_type span a {
    color: #adadad
}

.job_type span.on a {
    color: #333333;
    border-bottom: solid 3px #d7000f
}

.filter_search {}

.filter_search dl {
    float: left;
    width: 22.5%;
    margin-right: 3.3333%;
    position: relative;
    z-index: 100;
    border-bottom: solid 1px #eeeeee
}

.filter_search dt:before {
    content: '';
    position: absolute;
    right: 0;
    top: 45%;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-top-color: #999999;
    transition: 0.5s
}

.filter_search dt {
    color: #888888;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    transition: 0.3s;
}

.filter_search dd {
    font-size: 14px;
    background: #fff;
    position: absolute;
    width: 100%;
    display: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05)
}

.filter_search dd span {
    display: block;
    border-top: solid 1px #e9e9e9
}

.filter_search dd span a {
    display: block;
    padding: 10px 5%;
}

.filter_search dl.on {
    z-index: 101
}

.filter_search dl.on dt {
    padding: 0 5%
}

.filter_search dl.on dt:before {
    transform: rotate(-180deg);
}

.filter_search dl.search {
    margin-right: 0;
    padding-right: 25px;
}

.filter_search dl.search .text {
    width: 100%;
    border: none;
    height: 40px;
    color: #888888;
}

.filter_search dl.search a {
    position: absolute;
    cursor: pointer;
    width: 20px;
    right: 0;
    top: 0;
    height: 100%;
    background: url("../images/icon_search2.png") no-repeat center center
}

.jobs_list {
    padding-bottom: 2%
}

.jobs_list .list {
    cursor: pointer;
    width: 30%;
    padding: 4% 0;
    float: left;
    background: #fafafa;
    margin-top: 5%;
    transition: 0.5s;
    position: relative;
}

.jobs_list .list:before {
    content: '';
    position: absolute;
    bottom: 0;
    width: 0;
    height: 2px;
    left: 50%;
    transition: 0.5s
}

.jobs_list .title h2 {
    padding: 0 10%;
    margin-bottom: 5%;
    border-left: solid 3px #d7000f;
}

.jobs_list .title ul {
    padding: 0 10%;
    color: #999999
}

.jobs_list .title ul li {
    padding: 10px 0 10px 80px;
    position: relative;
}

.jobs_list .title ul li span {
    position: absolute;
    left: 0
}

.jobs_list .title i {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 100px;
}

.jobs_list .title i:before {
    content: '';
    position: absolute;
    right: 5px;
    top: 10px;
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left-color: #d7000f
}

.jobs_list .list:hover {
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.jobs_list .list:hover:before {
    width: 100%;
    left: 0;
    background: #d7000f
}

.jobs_list .list:hover .title h2 {
    border-left-color: #fff
}

.jobs_list .list:hover i {
    background: #d7000f;
}

.jobs_list .list:hover i:before {
    border-left-color: #fff
}

.jobs_list .info {
    display: none;
    padding: 0 3.2%;
    position: fixed;
    cursor: default;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 102
}

.jobs_list .info .box {
    padding: 8%;
    position: relative;
    background: #fff;
    max-width: 1200px;
    width: 96%;
    margin: auto;
}

.jobs_list .info .job {
    padding-bottom: 3%
}

.jobs_list .info .txt {
    color: #555;
    padding: 2% 0;
    line-height: 2
}

.jobs_list .info .ultxt {
    margin-bottom: 6%;
    padding: 12px 0;
    border-top: solid 1px #eeeeee;
    border-bottom: solid 1px #eeeeee
}

.jobs_list .info .ultxt li {
    padding: 8px 0;
    float: left;
    width: 33%;
    color: #999999
}

.jobs_list .info .txtbox {}

.jobs_list .info .apply {
    float: right;
}

.jobs_list .info .apply a {
    background: #d7000f;
    text-align: center;
    color: #fff;
    line-height: 50px;
    width: 160px;
    display: inline-block;
    cursor: pointer;
}

.jobs_list .info .apply a:hover {
    background: #ea4d06
}

@media (min-width:960px) {
    .jobs_list .list {
        width: 30%;
        margin-left: 5%;
    }

    .jobs_list .list:nth-child(3n+1) {
        clear: both;
        margin-left: 0
    }
}

@media (max-width:960px) {
    .jobs_list .list {
        width: 48%;
        margin-left: 4%;
    }

    .jobs_list .list:nth-child(2n+1) {
        clear: both;
        margin-left: 0
    }

    .jobs_list .info .apply a {
        line-height: 40px;
        width: 120px;
    }
}

@media(max-width: 640px) {
    .filter_search dl {
        width: 48%;
        margin-right: 4%
    }

    .filter_search dl:nth-child(even) {
        margin-right: 0
    }

    .jobs_list .list {
        margin-left: 0;
        width: 100%
    }

    .jobs_list .title h2,
    .jobs_list .title ul {
        padding: 0 5%;
    }

    .jobs_list .title ul li {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .jobs_list .info .ultxt li {
        float: none;
        width: 100%
    }

    .jobs_list .info .apply {
        float: none;
        ;
        padding-bottom: 3%
    }
}

.form_item .close,
.jobs_list .close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 10
}

.jobs_list .close:before,
.jobs_list .close:after,
.form_item .close:before,
.form_item .close:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 100%;
    height: 3px;
    background: #dddddd
}

.jobs_list .close:before,
.form_item .close:before {
    transform: rotate(45deg)
}

.jobs_list .close:after,
.form_item .close:after {
    transform: rotate(-45deg)
}

.PopUpForm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 101;
    display: none
}

.PopUpForm .ytable {
    height: 100%
}

.PopUpForm .form_item {
    padding: 5%;
    position: relative;
    max-width: 1200px;
    margin: auto;
    width: 96%;
    background: #f8f9fa;
}

.PopUpForm {
    overflow: auto;
}

.form_item .item_box {
    position: relative;
    padding: 10px 0
}

.form_item .form_err {
    color: #da3924
}

.form_item .name {
    padding: 3px 0px;
    display: inline-block
}

.form_item .tips {
    position: absolute;
    line-height: 50px;
    padding: 0px 10px;
    color: #666666;
    font-size: 14px;
    opacity: 0.5;
}

.form_item .text {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    padding: 0px 10px;
    border: solid 1px #eee
}

.form_item textarea.text {
    height: 100px;
}

.form_item .item_btn {
    text-align: center;
    padding-top: 3%
}

.form_item .item_btn .btn {
    display: inline-block;
    line-height: 50px;
    max-width: 180px;
    width: 40%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #d7000f;
    border: none
}

.form_item .item_btn .btn:hover {
    background: #ea4d06
}

.form_item .queueList {
    margin: 0;
    border: none
}

.form_item .fonttip {
    position: absolute;
    text-align: left;
    top: 0;
    color: #999;
    padding: 0px 22px;
    font-size: 14px;
    line-height: 50px;
    width: 70%;
    background: #fff;
}

.form_item .filetip {
    display: none
}

.form_item .placeholder {
    padding-top: 0px;
    min-height: inherit
}

.form_item .webuploader-container {
    margin: auto;
    width: 168px;
    z-index: 5;
    float: right;
}

.form_item .placeholder .webuploader-pick {
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    background: #d7000f;
    margin: 0;
    font-size: 14px;
}

.form_item .statusBar .btns .uploadBtn {
    background: #d7000f;
}

.form_item.job {
    max-width: 800px;
}

.form_item #JobName {
    color: #d7000f;
    font-weight: bold
}

@media(max-width:768px) {
    .form_item .item_box {
        padding: 5px 0
    }

    .form_item .name {
        padding: 0px 6px
    }

    .form_item .tips {
        line-height: 40px;
        padding: 0 6px;
    }

    .form_item .text {
        height: 40px;
    }

    .form_item .fonttip,
    .form_item .placeholder .webuploader-pick {
        line-height: 40px;
    }
}

.message_form {
    padding: 4% 0;
    max-width: 800px;
    margin: auto
}

.font_list {
    background: #fff;
    padding: 4%;
    border-radius: 10px;
}

.font_list li {
    padding: 1% 0;
    border-bottom: dashed 1px #eee
}

.font_list li time {
    float: right
}

.title_txt_list .norecord {
    display: block;
    text-align: center;
    padding: 2% 0
}

.Pages {
    padding: 4% 0;
    text-align: center;
}

.Pages a {
    line-height: 40px;
    color: #666;
    font-style: normal;
    display: inline-block;
    transition: all .3s;
    background-color: #eeeeee;
    vertical-align: top;
    border-radius: 50%;
}

.Pages a.a_cur,
.Pages a:hover {
    background-color: #d7000f;
    color: #fff;
}

.Pages .a_prev,
.Pages .a_next {
    width: 40px;
    height: 40px;
    font-size: 0;
    background: #eeeeee no-repeat center center
}

.Pages .a_prev {
    margin-right: 30px;
    background-image: url(../images/page-prev.png);
}

.Pages .a_next {
    margin-left: 30px;
    background-image: url(../images/page-next.png);
}

.Pages .num a {
    width: 40px;
    text-align: center;
    margin-right: 12px;
}

.Pages .num a:last-child {
    margin-right: 0;
}

.Pages .a_prev:hover， .Pages .a_next:hover {
    background-color: #d7000f
}

.Pages .a_prev:hover {
    background-image: url(../images/page-prev-on.png);
}

.Pages .a_next:hover {
    background-image: url(../images/page-next-on.png);
}

.Pages .p_cur,
.Pages .p_count,
.Pages .p_total,
.Pages .a_first,
.Pages .a_end,
.Pages .p_jump {
    display: none;
}

@media(max-width: 640px) {
    .Pages .num {
        display: none;
    }

    .Pages .a_prev {
        margin-right: 15px;
    }

    .Pages .a_next {
        margin-left: 15px;
    }
}


.team_info .list {
    padding-bottom: 4%
}

.team_info .title {
    color: #144166;
    border-bottom: solid 1px #dddddd;
    text-align: center;
}

.team_info .title b {
    font-weight: bold;
    display: inline-block;
    background: #d7000f;
    margin-bottom: -1px;
    color: #fff;
    padding: 0 30px;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
}

.team_info .list:nth-child(2) .title b {
    width: 33%;
   /* max-width: 250px; */
    display: inline-block;
    background: none;
    text-align: center;
}
.team_info .list.list0 .title b:nth-child(2){ width: 30%;}

/* .team_info .list:nth-child(2) .title b:first-child {
    padding: 0;
    margin-left: 255px;
} */

.team_info .list:nth-child(2) .title b span {
    background: #d7000f;
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    border-radius: 10px;
}

.team_info .list:last-child .sub_box3 .txt {
    max-width: 800px;
    margin: auto
}

.team_info .list:last-child .sub_box3 .txt span {
    width: 50%
}

.team_info .sub {
    font-weight: bold;
    color: #d7000f;
    margin-top: 20px;
    position: relative;
    /* padding-left: 20px; */
}

.team_info .sub::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 18px;
    background: #d7000f;
    left: 0;
    top: 10px;
    display: none;
}

.team_info .sub_box,
.team_info .txt {
    padding: 1% 0
}

.team_info .txt span {
    float: left;
    width: 33.3%;
    line-height: 30px;
    color: #666
}

.team_info .line {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 20px
}

.team_info .bd_box .line {
    width: 33.33%;
    float: left;
    border-bottom: 0;
}

.team_info .bd_box .txt span {
    display: block;
    width: 100%;
    float: none;
}

.team_info .list_c .title {
    position: relative;
}

/* 
.team_info .list_c .title b{position: absolute;margin-top: -25px;}
 */
.team_info .bd_box2 .line:nth-child(1) {
    width: 25%;
}

.team_info .bd_box2 .line:nth-child(2) {
    width: 46%;
}

.team_info .bd_box2 .line:nth-child(3) {
    width: 29%;
}

.team_info .bd_box .line2 .sub {
    text-align: center;
}

.team_info .bd_box .line2 .txt span {
    width: 50%;
    display: inline-block;
    float: left;
}

.team_info .sub_box3 .txt span {
    width: 30%;
}

.team_info .sub_box3 .txt span:nth-child(2n-1) {
    width: 70%;
}

.team_info h4 {
    font-size: 18px;
    color: #000;
    margin: 10px 0 0;
    font-weight: normal;
}

.team_info .name {
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    padding-right: 10px;
}

.team_info .post {
    color: #999999;
    font-size: 14px;
    font-style: oblique
}

.team_info .tips a {
    color: #316a98
}

@media(max-width:1024px) {
    .team_info .txt span {
        float: none;
        width: 100%;
        display: block
    }

    .team_info .bd_box2 .line:nth-child(1),
    .team_info .bd_box2 .line:nth-child(2),
    .team_info .bd_box2 .line:nth-child(3),
    .team_info .sub_box3 .txt span,
    .team_info .sub_box3 .txt span:nth-child(2n-1),
    .team_info .bd_box .line {
        width: 50%;
        display: inline-block;
        float: left;
    }
}

@media(max-width:640px) {

    .team_info .bd_box2 .line:nth-child(1),
    .team_info .bd_box2 .line:nth-child(2),
    .team_info .bd_box2 .line:nth-child(3),
    .team_info .sub_box3 .txt span,
    .team_info .sub_box3 .txt span:nth-child(2n-1),
    .team_info .bd_box .line,
    .team_info .bd_box .line2 .txt span {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .team_info .bd_box .line2 .sub {
        text-align: left;
    }
}

@media(max-width:480px) {
    .team_info .list {
        padding-bottom: 10%
    }

    .team_info .list:nth-child(2) .title b {
        width: 80%;
        float: none;
    }

    .team_info .list:nth-child(2) .title b+b {
        margin-top: 4%;
    }
    .team_info .list:nth-child(2) .title b:first-child {
        margin-left: 0;
    }
}



.Career {
    padding: 5% 0;
    line-height: 2;
    background: #f8f8f8;
}

.Career .tit {
    padding-bottom: 4%;
}

.Career .fl_txt .title {
    padding-top: 2%;
    line-height: 1.5
}

.Career .fl_txt .title span {
    display: block
}

.Career .fr_txt {
    padding-top: 3%
}

.Career .img {
    padding: 30px;
    border: 1px solid #fff;
    max-width: 900px;
    margin: auto
}

@media(min-width:960px) {
    .Career .fr_txt {
        padding-left: 40%;
        padding-top: 0
    }
}

.Training {
    padding: 5% 0;
}

.Academic {
    padding-bottom: 4%;
    line-height: 2;
    text-align: center;
}

.Academic .txt {
    color: #333;
    padding: 4% 0;
    font-weight: bold;
}

.Academic .txt .red {
    color: #d7000f;
}

.Academic .ul li {
    margin-bottom: 2%;
}

@media(min-width:768px) {
    .Academic .ul li {
        float: left;
        width: 49%;
    }

    .Academic .ul li:not(:nth-child(2n)) {
        margin-right: 2%;
    }
}


.Nourish {
    padding-bottom: 4%;
}

.Nourish .icon_title {
    font-size: 0.24rem;
    font-weight: bold;
}

.Nourish .word {
    position: relative;
    padding-left: 2vw;
    line-height: 2;
}

.Nourish .word:after {
    content: '';
    width: 3px;
    height: calc(80% - 20px);
    position: absolute;
    top: 10px;
    left: 0;
    background: #555;
}

.Nourish .word::before {
    content: '';
    width: 3px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #d7000f;
    z-index: 2;
}

.Nourish .word p+p {
    margin-top: 0.16rem;
}

.Nourish .box {
    margin-top: 4%;
    position: relative;
}

.Nourish .box li .Ispic {
    display: block;
    transition: all 0.5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@media(min-width:769px) {
    .Nourish .box {
        padding-bottom: 26%;
    }

    .Nourish .box li {
        position: absolute;
        overflow: hidden;
    }

    .Nourish .box li:nth-child(1) {
        width: 34%;
        height: 100%;
        left: 0;
        top: 0;
    }

    .Nourish .box li:nth-child(2),
    .Nourish .box li:nth-child(3),
    .Nourish .box li:nth-child(6),
    .Nourish .box li:nth-child(7),
    .Nourish .box li:nth-child(8),
    .Nourish .box li:nth-child(9) {
        width: 10%;
        height: 30.13%;
    }

    .Nourish .box li:nth-child(4),
    .Nourish .box li:nth-child(5),
    .Nourish .box li:nth-child(10) {
        width: 21%;
        height: 66.03%;
    }

    .Nourish .box li:nth-child(2) {
        left: 35%;
        top: 0;
    }

    .Nourish .box li:nth-child(3) {
        left: 46%;
        top: 0;
    }

    .Nourish .box li:nth-child(4) {
        left: 35%;
        bottom: 0;
    }

    .Nourish .box li:nth-child(5) {
        left: 57%;
        top: 0;
    }

    .Nourish .box li:nth-child(6) {
        left: 57%;
        bottom: 0;
    }

    .Nourish .box li:nth-child(7) {
        left: 68%;
        bottom: 0;
    }

    .Nourish .box li:nth-child(8) {
        right: 11%;
        top: 0;
    }

    .Nourish .box li:nth-child(9) {
        right: 0;
        top: 0;
    }

    .Nourish .box li:nth-child(10) {
        right: 0;
        bottom: 0;
    }

    .Nourish .box li .Ispic {
        height: 100%;
    }

    .Nourish .box li:hover .Ispic {
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

@media(max-width:768px) {
    .Nourish .box li {
        width: 48%;
        margin-right: 3%;
        display: inline-block;
        margin-bottom: 3%;
    }

    .Nourish .box li:nth-child(2n) {
        margin-right: 0;
    }

    .Nourish .box li .Ispic {
        padding-bottom: 50%;
    }
}


.Project {
    overflow: hidden;
}

.Project .icon_title {
    font-size: 0.24rem;
    font-weight: bold;
}

.Project .word {
    position: relative;
    padding-left: 2vw;
    line-height: 2;
    margin-bottom: 4.5%;
}

.Project .word:after {
    content: '';
    width: 3px;
    height: calc(80% - 20px);
    position: absolute;
    top: 10px;
    left: 0;
    background: #555;
}

.Project .word::before {
    content: '';
    width: 3px;
    height: 10px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #d7000f;
    z-index: 2;
}

.Project .word p+p {
    margin-top: 0.16rem;
}

.Project .box {
    position: relative;
}

.Project .ul li {
    margin-bottom: 4%;
}

.Project .ul li .Ispic {
    display: block;
    transition: all 0.5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.Project .ul li .Ispic img {
    display: block;
    width: 100%;
}

@media(min-width:1025px) {
    .Project .word {
        width: 45%;
    }

    .Project .box:after {
        content: '';
        width: 100vw;
        height: 50%;
        position: absolute;
        top: 20%;
        left: -19vw;
        background: #f8f8f8;
        z-index: 1;
    }

    .Project .ul {
        float: left;
        width: 48.5%;
        position: relative;
        z-index: 2;
    }

    .Project .ul:nth-of-type(2n) {
        margin-left: 3%;
        margin-top: -8%;
    }

    .Project .ul li {
        margin-bottom: 6.188%;
    }

    .Project .ul li .Ispic {
        padding-bottom: 61.17%;
    }

    .Project .ul li .Ispic img {
        display: none;
    }
}





.Qualification {
    padding: 5% 0;
}

.Qualification .icon_title {
    padding-top: 0;
}

.Qualification .txt {
    line-height: 2;
    text-align: center;
}

.Qualification .ul {
    margin: 5% auto;
    position: relative;
    padding: 0.3rem;
}

.Qualification .ul:before,
.Qualification .ul:after {
    position: absolute;
    content: '';
    border: 5px solid #d7000f;
    ;
    width: 30px;
    height: 30px;
}

.Qualification .ul:before {
    left: 0;
    top: 0;
    border-right: 0;
    border-bottom: 0;
}

.Qualification .ul:after {
    right: 0;
    bottom: 0;
    border-top: 0;
    border-left: 0;
}

.Qualification li {
    text-align: center;
}

.Qualification li aside {
    overflow: hidden;
    line-height: 1;
    padding-bottom: 15px;
}

.Qualification li .counter {
    font-size: .6rem;
    font-family: "Oswald";
    color: #d7000f;
}

.Qualification li i {
    font-size: 0.2rem;
    color: #333;
    font-style: normal;
    padding-left: 10px;
}

.Qualification li i sup {
    font-size: 0.18rem;
    padding-left: 5px;
}

.Qualification li p {
    color: #666;
}

@media(min-width:769px) {
    .Qualification .ul {
        display: flex;
    }

    .Qualification li {
        width: 33.3%;
        text-align: center;
        padding: 0 2%;
    }

    .Qualification li:not(:last-child) {
        border-right: 1px solid #eaeaea;
    }
}

@media(max-width:768px) {
    .Qualification li {
        width: 31.3%;
        display: inline-block;
        vertical-align: middle;
        padding: 3%;
    }
}

@media(max-width:480px) {
    .Qualification li {
        width: 49%;
    }
}

.column_title {
    padding: 20px 0;
    line-height: 1.8;
    background: url(../images/title_bg.png) no-repeat left top
}

.column_title i {
    font-style: normal;
    color: #d7000f
}

.career_item {
    padding: 1% 0;
    position: relative
}

.career_item .career_info {
    padding: 5% 0
}

.career_item .txt {
    padding: 2% 0;
    font-size: 14px;
    line-height: 2.1;
}

.career_item .photo {
    padding-top: 0
}



.career_item#item1 .career_info {
    border-bottom: solid 1px #ebebeb
}

.career_item#item1 .fl_txt .font {
    max-width: 80%
}

.career_item#item1 .fr_txt ul {
    text-align: center;
    line-height: 50px;
}

.career_item#item1 .fr_txt li {
    float: left;
    width: 30%;
    color: #fff;
    margin-left: 5%;
    margin-bottom: 10%;
    position: relative
}

.career_item#item1 .fr_txt li:not(:last-child):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -62%;
    margin-left: -6px;
    width: 10px;
    height: 10px;
    background: url(../images/up_jt.png) no-repeat
}

.career_item#item1 .fr_txt li:nth-child(3n+1) {
    clear: both;
    margin-left: 0
}

.career_item#item1 .fr_txt li:nth-child(1) {
    background-color: #ff8a00
}

.career_item#item1 .fr_txt li:nth-child(2) {
    background-color: #006ad7
}

.career_item#item1 .fr_txt li:nth-child(3) {
    background-color: #00bdec
}

.career_item#item1 .fr_txt li:nth-child(4) {
    background-color: #ffb761
}

.career_item#item1 .fr_txt li:nth-child(5) {
    background-color: #46a2ff
}

.career_item#item1 .fr_txt li:nth-child(6) {
    background-color: #69e0ff
}

.career_item#item1 .fr_txt li:nth-child(7) {
    background-color: #ffcf96
}

.career_item#item1 .fr_txt li:nth-child(8) {
    background-color: #96dbff
}

.career_item#item1 .fr_txt li:nth-child(9) {
    background-color: #93e9ff
}

.career_item#item1 .fr_txt li:nth-child(10) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    clear: both;
    background-color: #d7000f
}

.career_item#item2 {
    background: linear-gradient(to bottom, #fff 50%, #f9f9f9 50%)
}

.career_item#item3 .career_info {
    border-bottom: solid 1px #ebebeb
}

.career_item#item4 {
    padding-bottom: 0;
    margin-bottom: 4%
}

.career_item#item4 .career_info {
    padding-bottom: 0
}

@media(min-width:1200px) {
    .career_item#item2 .color_icon {
        right: 5%;
    }

    .career_item#item3 .color_icon {
        left: 5%;
    }

    .career_item#item4 .color_icon {
        right: 5%;
    }
}

@media(min-width:960px) {
    .career_item .color_icon {
        position: absolute;
        width: 7.813%;
        padding-bottom: 6.9275%;
    }

    .career_item .color_icon i {
        position: absolute;
        background: #d7000f
    }

    .career_item .color_icon i:nth-child(1) {
        width: 66.66666666666667%;
        height: 75.19%;
        background: #333333
    }

    .career_item .color_icon i:nth-child(2) {
        width: 55%;
        height: 62.03%
    }

    .career_item .color_icon i:nth-child(3) {
        width: 26%;
        height: 29.32%
    }

    .career_item#item2 .color_icon {
        right: 1%;
        top: 47%;
    }

    .career_item#item2 .color_icon i:nth-child(2) {
        right: 0;
        bottom: 0
    }

    .career_item#item2 .color_icon i:nth-child(3) {
        right: 0;
        top: 0
    }

    .career_item#item3 .color_icon {
        left: 1%;
        top: 60%;
    }

    .career_item#item3 .color_icon i:nth-child(1) {
        right: 0;
        top: 0
    }

    .career_item#item3 .color_icon i:nth-child(2) {
        left: 12%;
        bottom: 0
    }

    .career_item#item3 .color_icon i:nth-child(3) {
        left: 17%;
        top: 0;
        width: 6.6%
    }


    .career_item#item4 .color_icon {
        right: 1%;
        bottom: 0;
    }

    .career_item#item4 .color_icon i:nth-child(1) {
        left: 0;
        bottom: 0
    }

    .career_item#item4 .color_icon i:nth-child(2) {
        right: 0;
        top: 0
    }

    .career_item#item4 .color_icon i:nth-child(3) {
        right: 0;
        bottom: 0;
    }
}

@media(min-width:768px) {
    .career_item#item1 .career_info {
        padding-bottom: 8%
    }

    .career_item#item1 .fl_txt {
        float: left;
        width: 45%;
    }

    .career_item#item1 .fl_txt .txt {
        padding-top: 0;
        padding-bottom: 6%
    }

    .career_item#item1 .fr_txt {
        float: right;
        width: 52%;
        max-width: 540px;
    }

    .career_item .img_n2 .pic {
        width: 48.5%
    }

    .career_item .img_n2 .pic:nth-child(1) {
        float: left
    }

    .career_item .img_n2 .pic:nth-child(2) {
        float: right
    }

    .career_item .img_n3 .pic {
        float: left
    }

    .career_item .img_n3 .pic:nth-child(1),
    .career_item .img_n3 .pic:nth-child(3) {
        width: 36.66666666666667%
    }

    .career_item .img_n3 .pic:nth-child(2) {
        width: 22.5%;
        margin-left: 2%;
        margin-right: 2%;
    }
}

@media(max-width:768px) {
    .career_item .pic {
        padding: 3% 0
    }

    .career_item .pic img {
        width: 100%
    }

    .career_item#item1 .fl_txt .font {
        padding-bottom: 4%
    }

    .career_item#item1 .fr_txt ul {
        line-height: 40px
    }

    .career_item#item1 .fr_txt li:not(:last-child):after {
        bottom: -48%
    }
}

.culture_main{line-height: 1.8; overflow: hidden}
.culture_main .line{border-bottom: solid 1px #e9e9e9; margin-bottom:4%; margin-top:4%}
.culture_main .tit{font-weight: bold}
.culture_main .txt{text-align: justify}
.culture_main .txt:not(:last-child){padding-bottom:6%}
.culture_main .tit_sub_line{position: relative; padding-left: 26px; margin-bottom:2%}
.culture_main .tit_sub_line:before{ content: ''; position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 16px; height: 4px; background: #d7000f}
.culture_main .auto-1200{position: relative; z-index: 5}

.culture_main .part{ padding-top: 5%; padding-bottom: 5%; position: relative}
.culture_main .info_box:not(:last-child){padding-bottom:6%}

.culture_part1 .left{position: relative; z-index: 5}
.culture_part1 .title{line-height: 1.3;  font-size: .36rem;font-family: "HarmonyOS_Sans_SC_Medium";  font-weight: normal;}
.culture_part1 .sub_title { font-size: .24rem; color: rgb(215, 0, 15); font-family: "HarmonyOS_Sans_SC_Medium"; font-weight: normal;}
.culture_part1 .info_box{position: relative}
.culture_part1 .info_box:before{content: ''; position: absolute; width:190%; height: 100%; right: 0; background: no-repeat right 12%; background-size: contain}
.culture_part1 .info_box:nth-child(1):before{background-image: url(../images/culture_font_bg1.png)}
.culture_part1 .info_box:nth-child(2):before{background-image: url(../images/culture_font_bg2.png)}
.culture_part1 .info_box *{position: relative; z-index: 5}


.culture_part2{ background: #f9f9f9;}
.culture_part2:before{content: ''; position: absolute; left: 23%; top: 10%;width: 50.52083333333333%; height: 100%; background: url(../images/culture_font_bg3.png) no-repeat center top; background-size: contain}

.culture_part2 .pic img{ width: 100%;}

.culture_part3:before,
.culture_part3:after{content: ''; position: absolute; top: 5%;width: 47.23958333333333%; height: 100%; background: no-repeat left 10%; background-size: contain}
.culture_part3:before{right: 52.5%; background-image: url(../images/culture_font_bg4.png)}
.culture_part3:after{left: 52.5%; background-image: url(../images/culture_font_bg5.png)}

@media(min-width:960px) {
.culture_main .left{float: left; width: 46%}
.culture_main .right{float: right; width: 46%}
.culture_part2 .pic{width: 165%}
}
@media(max-width:960px) {
.culture_main .line{margin-bottom:2%; margin-top:2%}

.culture_part1 .pic{padding-bottom: 3%}

.culture_part2 .pic{padding-top: 3%}
}

.sub_menu{line-height:50px; padding-top: 4%;}
.sub_menu li{display: inline-block; padding: 5px 25px 5px 0;}
.sub_menu li a{display: inline-block; border: solid 1px #eeeeee; background: #f8f8f8; border-radius:10px; min-width: 170px; text-align: center}
.sub_menu li.on a{border-color: #d7000f; background: #d7000f; color: #fff;}
@media(max-width:1024px) {
.sub_menu li{padding-right: 5px}
.sub_menu li a{min-width:150px; }
}
@media(max-width:640px) {
.sub_menu{line-height:40px;}
.sub_menu li a{min-width:130px;}
}



.horner{ padding:4% 0;}
.horner .name{color: #333;text-align: center;padding: 1.5% 0;}
/* .horner .table_1 table{table-layout: auto;} */
.horner .table_1 th,
.horner .table_1 td{ text-align:center; border:1px solid #eee; border-collapse:collapse; line-height:22px; padding:12px 10px;}
.horner .table_1 th{ font-size:16px; font-weight:bold;}
.horner .table_1 .th{ background:#d7000f;color:#fff;}
/* .horner .table_1 th.th_1,
.horner .table_1 th.th_2{width: 10%;} */
/* .horner .table_1 tr:nth-child(2n-1){background: #f8f8f8;} */
@media(max-width:640px){
.horner .table_1{ overflow:auto;}
.horner .table_1 th,
.horner .table_1 td{ padding:8px 5px;}
.horner .table_1 th{ font-size:14px;}
.horner .table_1 td{font-size:14px;}
.horner .table_1 table{ width:100%;}
}


.horner tr.li_hide {
    display: none;
}