﻿@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'PingFangSC';
    src: url('../fonts/PingFang.ttf') format('truetype');
    font-display: swap;
}

@font-face {
    font-family: "DINMedium";
    src: url("../fonts/DIN-Medium.ttf") format("truetype"), url("../fonts/DIN-Medium.eot") format("embedded-opentype"), url("../fonts/DIN-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
}

body {
    padding: 100px 0 0 0;
    margin: 0px auto;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    width: 100%;
    zoom: 1;
    font-family: 'PingFangSC';
    background: #fff;
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}

select,
input,
textarea,
button {
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #545454;
    font-family: 'PingFangSC';
}

input:focus {
    outline: none;
}

input,
button,
select,
textarea {
    border: 0px;
    outline: none;
    /*-webkit-appearance:none;*/
    /*强制去除表单自带的样式*/
}

button {
    cursor: pointer;
}

textarea {
    resize: none;
    /*-webkit-appearance:none;*/
    /*强制去除textarea自带的样式*/
}

textarea,
input,
select {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
    display: block;
}


/*html5设置*/

figure,
figcaption {
    margin: 0px;
    padding: 0px;
}

img {
    max-width: 100%;
    border: none;
    border: 0;
    vertical-align: top;
}

a {
    color: #333333;
    text-decoration: none;
    noline: -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: all ease 0.3s;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none;
    color: #00437c;
}


/**:hover{transition: all ease 0.3s;}*/


/*input字体*/

:-moz-placeholder {
    color: #999999;
}

::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9;
    text-indent: 1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}


/*清除ie的默认选择框样式清除，隐藏下拉箭头*/

select::-ms-expand {
    display: none;
}


/*网页滚动条*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    -webkit-overflow-scrolling: touch;
    background-color: #e6e6e6;
}

::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #58504a;
}

::-webkit-scrollbar-button {
    height: 0px;
    background-color: #e6e6e6;
}


/*公用样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right;
}

.tc {
    text-align: center !important;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.clear {
    clear: both;
}

.clearfix {
    overflow: hidden;
    _zoom: 1;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.relative {
    position: relative;
}

.bodyon {
    overflow: hidden;
}

.w1500 {
    z-index: 1;
    position: relative;
    clear: both;
    max-width: 1500px;
    margin: 0px auto;
}

.w1400 {
    z-index: 1;
    position: relative;
    clear: both;
    max-width: 1400px;
    margin: 0px auto;
}

.nones {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
}

.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.table-tr {
    display: table-row;
}

.table-th {
    display: table-cell;
    height: 100%;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
}

.table .cell {
    display: table-cell;
    vertical-align: middle;
}


/*font*/

.f_green {
    color: #16ccbb;
}

.iconfont {
    font-size: 24px;
    vertical-align: middle;
}

.tit {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.p,
.dot {
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.dot2 {
    -webkit-line-clamp: 2;
}

.dot3 {
    -webkit-line-clamp: 3;
}

@media ( max-width:1600px) {
    .w1500,
    .w1400 {
        max-width: 92%;
    }
}

@media(max-width:1366px) {
    body {
        font-size: 14px;
        line-height: 24px;
    }
    select,
    input,
    textarea,
    button {
        font-size: 14px;
    }
}

@media ( max-width:1024px) {
    .iconfont {
        font-size: 18px;
    }
    body {
        min-width: 300px;
        padding-top: 45px;
    }
    .w1500,
    .w1400 {
        max-width: none;
        margin: 0 15px;
    }
}


/*effict*/

.Scale-img {
    overflow: hidden;
    cursor: pointer;
    zoom: 1;
    overflow: hidden;
}

.Scale-img img,
.Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    top: 0px;
    left: 0px;
}

.effict {
    transition: all ease 0.3s;
}

.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imgbox img {
    width: auto !important;
    max-height: 100%;
}


/*pages*/

.Pages.none {
    display: none;
}

.Pages {
    clear: both;
    text-align: center;
    line-height: 60px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 5%;
    position: relative;
}

.Pages a {
    display: inline-block;
    vertical-align: middle;
}

.Pages .num a {
    width: 64px;
    border: 2px solid rgba(255.255.255, 0);
    color: #333333;
}

.Pages .num a:hover,
.Pages .num a.a_cur {
    border: 2px solid #00437c;
    color: #00437c;
}

.Pages .arr {
    position: absolute;
    background: #f5f5f5;
    padding: 0 20px;
}

.Pages .arr:hover {
    color: #fff;
    background: #00437c !important;
}

.Pages .a_prev {
    left: 0;
}

.Pages .a_prev i {
    margin-right: 70px;
}

.Pages .a_next {
    right: 0;
}

.Pages .a_next i {
    margin-left: 70px;
}

.Pages.white .arr {
    background: #fff;
}

.Pages .p_jump input {
    width: 60px;
    height: 64px;
    border: 1px solid #00437c;
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

@media ( max-width:1024px) {
    .Pages {
        line-height: 25px;
        font-size: 14px;
    }
    .Pages .a_prev {
        padding: 0 10px 0 5px;
    }
    .Pages .a_next {
        padding: 0 5px 0 10px;
    }
    .Pages .a_prev i {
        margin-right: 0px;
    }
    .Pages .a_next i {
        margin-left: 0px;
    }
    .Pages .p_page .num a {
        width: 25px;
    }
    .Pages .p_jump {
        display: block;
    }
    .Pages .p_jump input{width: 54px !important;height: 24px !important;margin-top: 10px;}
}


/*pages end*/


/*Top*/

.Header {
    height: 100px;
    line-height: 100px;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 900;
    transition: all ease 0.3s;
}

.Header .auto {
    margin: 0px auto;
    width: 96%;
}

.Header .Logo {
    float: left;
    transition: all ease 0.3s;
}

.Header .Logo img {
    display: inline-block;
    vertical-align: middle;
}

.ewm {
    cursor: pointer;
    position: fixed;
    top: 50%;
    margin-top: -25px;
    right: 5px;
    z-index: 999;
}

.ewm i img {
    width: 80px;
    height: 80px;
}

.ewm .big {
    position: absolute;
    right: 100%;
    top: 50%;
    margin-top: 0;
    padding: 0;
    width: 0;
    height: 0;
    transition: all 0.3s;
    max-width: none;
}

.ewm:hover .big {
    width: 180px;
    height: 180px;
    padding: 10px;
    margin-top: -90px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.Search {
    float: right;
    position: relative;
    padding: 0 20px 0 20px;
}

.Search .Searchico {
    cursor: pointer;
    color: #00437c;
    font-weight: bold;
}

.Search .Searchico .icongb {
    display: none;
}

.Search .Searchico.on .icongb {
    display: block;
}

.Search .Searchico.on .iconso {
    display: none;
}

.Search .Searchico .iconfont {
    font-size: 22px;
}

.Search .searchbox {
    width: 350px;
    line-height: 34px;
    position: absolute;
    display: none;
    right: 0;
    top: 100px;
}

.Search .searchbox .input {
    background: #fff;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-indent: 1em;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}

.Search .searchbox .input::-webkit-input-placeholder {
    color: #959595;
}

.Search .searchbox .btn {
    position: absolute;
    right: -2px;
    top: 0;
    width: 60px;
    height: 36px;
    color: #fff;
    background: #00437c;
    border-radius: 0 4px 4px 0;
}

.Search .searchbox .btn:hover {
    background: #00a6ff;
}

.Ver {
    float: right;
    position: relative;
    font-family: "DINMedium";
    color: #9e7b55;
}

.Ver dt {
    cursor: pointer;
}

.Ver i {
    font-size: 15px;
    margin-left: 8px;
    color: #585858;
}

.Ver dd {
    position: absolute;
    left: -26px;
    top: 100px;
    line-height: 36px;
    width: 88px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition: all 0.3s;
    visibility: hidden;
    opacity: 0;
}

.Ver dd a {
    display: block;
}

.Ver.on dd {
    top: 68px;
    opacity: 1;
    visibility: visible;
}

.MainNav {
    float: right;
    margin-right: 0%;
}

.MainNav ul {
    position: relative;
}

.MainNav li {
    float: left;
    z-index: 100;
}

.MainNav span {
    display: flex;
    height: 100px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.MainNav li span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #00437c;
    transition: all ease 0.3s;
}

.MainNav span a {
    position: relative;
    z-index: 1;
    display: block;
    color: #222222;
    word-break: break-word;
    line-height: 20px;
    max-width:140px;
    text-align: center;
    transition: all ease 0.3s;
    margin: 0 5px;
}

.MainNav .arr {
    display: none;
}

.MainNav li:hover span:after,
.MainNav li.onnav span:after {
    height: 100%;
}

.MainNav li:hover span a,
.MainNav li.onnav span a {
    color: #fff;
}

.NavPull {
    z-index: 99;
    display: none;
    position: absolute;
    text-align: left;
    top: 100px;
    left: 0;
    width: 100%;
    line-height: 60px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 40px 68px rgba(0, 0, 0, 0.5);
    padding-left: 20px;
    box-sizing: border-box;
}

.NavPull.null {
    background: none;
    padding: 0;
}

.NavPull dd {
    margin: 0;
    position: relative;
    display: inline-block;
    margin: 0 20px;
}

.NavPull a {
    color: #333;
    padding: 0;
    display: block;
    font-size: 16px;
    margin: 0;
    padding: 2px 0;
}

.NavPull a:hover,
.NavPull dd:hover a {
    color: #00437c;
    font-weight: bold;
}

.Header.fixed2,
.Header.fixed3 {
    transition: transform .3s;
    transform-origin: top center;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.Header.fixed3 {
    transform: translateY(-100px);
}

.bodyon .Header.fixed3 {
    transform: translateY(0px);
}

.openbtn {
    cursor: pointer;
    width: 45px;
    height: 45px;
    padding-top: 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    background: #00437c;
    display: none;
}

.closebtn {
    position: fixed;
    left: 0px;
    top: 45px;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.openbtn span {}

.openbtn i {
    display: block;
    background: #fff;
    margin: 10px auto;
    transition: all ease 0.3s;
    margin: 5px auto;
    width: 30px;
    height: 2px;
    border-radius: 3px;
}

.openbtn i.sp2 {
    border-left: 6px solid #00437c;
}

.openbtn.on .sp1 {
    -webkit-transform: translate(0, 11px) rotate(45deg) !important;
    -moz-transform: translate(0, 11px) rotate(45deg) !important;
    -ms-transform: translate(0, 11px) rotate(45deg) !important;
    -o-transform: translate(0, 11px) rotate(45deg) !important;
    transform: translate(0, 11px) rotate(45deg) !important;
}

.openbtn.on .sp2 {
    border-left: 0;
    -webkit-transform: translate(0, 4px) rotate(-45deg) !important;
    -moz-transform: translate(0, 4px) rotate(-45deg) !important;
    -ms-transform: translate(0, 4px) rotate(-45deg) !important;
    -o-transform: translate(0, 4px) rotate(-45deg) !important;
    transform: translate(0, 4px) rotate(-45deg) !important;
}

.openbtn.on .sp3 {
    display: none;
}

@media ( max-width:1660px) {
.MainNav span a {
    max-width:120px;
}
}
@media ( max-width:1560px) {
.MainNav span a {
    max-width:100px;font-size: 14px;
}
}

@media ( max-width:1400) {
    .NavPull dd {
        margin: 0 15px;
    }
}
@media ( max-width:1380px) {
.Header .Logo {max-width: 140px;}
.MainNav span a {
    max-width:74px;
}
}
@media ( max-width:1280px) {
.Header .Logo {max-width: 124px;}
.Search{  padding: 0 15px 0 15px;}
.MainNav span a{margin:0 3px;}
}

@media ( max-width:1024px) {
    .Header.fixed3 {
        transform: translateY(0);
    }
    .Header {
        height: 45px;
        line-height: 45px;
    }
    .Header .auto {
        width: auto;
        margin: 0 12px;
        min-width: 300px;
    }
    .Header .Logo img {
        height: 26px;
    }
    .Header .ewm {
        margin-left: 20px;
    }
    .Header .ewm .iconfont {
        font-size: 28px;
    }
    .Ver {
        margin-right: 44px;
    }
    .Ver.on dd {
        top: 45px;
    }
    .Header .openbtn {
        width: 45px;
        height: 45px;
        display: block;
    }
    .Header .openbtn i {
        margin: 5px auto;
        width: 30px;
        height: 2px;
    }
    .Search {
        position: static;
        padding: 0 10px 0 0;
    }
    .Search .searchbox {
        width: 94%;
        left: 3%;
        top: 50px !important;
        display: none;
        position: absolute;
    }
    .Search .Searchico .iconfont {
        font-size: 18px;
    }
    .MainNav {
        position: fixed;
        height: 100%;
        overflow-y: auto;
        z-index: 999;
        width: 220px;
        padding: 0;
        right: -220px;
        background: #fff;
        top: 45px;
        visibility: hidden;
        opacity: 0;
        filter: alpha(opacity=0);
        transition: all ease 0.3s;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        height: calc(100vh - 45px);
        overflow: auto;
    }
    .MainNav ul {
        padding-top: 30px;
    }
    .MainNav li {
        display: block;
        position: relative;
        float: none;
        border-bottom: 1px solid #e9e9e9;
        border-top: 1px solid #f9f8f6;
        width: auto;
        margin: 0;
        background: none;
    }
    .MainNav li .nav a {
        text-align: left;
        display: block;
        line-height: 28px !important;
        padding: 8px 0 8px 20px;
    }
    .MainNav li a {
        line-height: 38px;
        padding: 0 15px;
    }
    .MainNav li:hover span a,
    .MainNav li.onnav span a,
    .MainNav li span a.sele {
        color: #fff;
    }
    .MainNav .arr {
        display: inline-block;
        position: absolute;
        z-index: 10;
        width: 100px;
        line-height: 38px;
        height: 38px;
        right: 0px;
        top: -1px;
    }
    .MainNav .arr i {
        position: absolute;
        height: auto;
        background: none;
        right: 15px;
        top: 5px;
        transition: all ease 0.3s;
    }
    .MainNav li.onnav .arr i {
        dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
        color: #fff;
        -ms-transform: translate(0, -3px) rotate(-180deg) !important;
        -o-transform: translate(0, -3px) rotate(-180deg) !important;
        transform: translate(0, -3px) rotate(-180deg) !important;
    }
    .MainNav.on {
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        right: 0;
    }
    .MainNav li:after {
        display: none;
    }
    .NavPull {
        position: static;
        width: auto;
        text-align: left;
        padding-left: 0;
        line-height: 35px;
        box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
    }
    .NavPull dd {
        margin: 0;
        display: block;
    }
    .NavPull dd a {
        padding-left: 25px;
        font-size: 14px;
    }
}


/*Top*/


/*Bottom*/

.Footer {
    border-top: 1px solid #00437c;
    padding-top: 60px;
    position: relative;
}

.Footer .Copyright {
    border-top: 1px solid #e6e6e6;
    padding: 18px 0 17px;
    color: #000000;
    font-size: 14px;
}

.Footer .Copyright .bei {
    display: inline-block;
    margin-left: 25px;
}

.Footer .Copyright a {
    color: #000000;
}

.Footer .Copyright a:hover {
    color: #00437c;
}

.Footer .contact {
    margin: 0 0 30px 0%;
    font-size: 0;
    color: #000000;
    line-height: 24px;
    display: block;
}

.Footer .contact .item {
    width: 11.11%;
    float: left;
    padding-left: 2.5%;
}

.Footer .contact .tits {
    line-height: 47px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 10px;
    color: #00437c;
    font-size: 20px;
    position: relative;
    width: 11.11%;
    float: left;
    ;
}

.Footer .contact .tits:after {
    width: 20px;
    height: 1px;
    content: "";
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #00437c;
}

.Footer .contact dl {
    margin-bottom: 10px;
    width: 11.11%;
    float: left;
    ;
    font-size: 14px;
}


/* .Footer .contact dt{font-weight: bold;} */

.Footer .contact dd {
    color: #666666;
}

.Footer .contactbtn {
    position: absolute;
    right: 0;
    top: -1px;
    text-align: center;
    width: 6vw;
    line-height: 6vw;
    background: #00437c;
    color: #fff;
    cursor: pointer;
    z-index: 99;
}

.Footer .contactbtn:hover {
    background: #9e7b55;
    z-index: 100;
}

.Footer .contactbtn i {
    display: block;
    font-size: 42px;
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
    transition: all 0.3s;
}

.Footer .contactbtn.on i {
    dis-moz-transform: translate(0, -3px) rotate(0deg) !important;
    -ms-transform: translate(0, -3px) rotate(0deg) !important;
    -o-transform: translate(0, -3px) rotate(0deg) !important;
    transform: translate(0, -3px) rotate(0deg) !important;
}

.Footer .con {
    display: none;
}

.totop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: #9e7b55;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 210;
}

.totop.cd-is-visible {
    visibility: visible;
    opacity: 1;
    cursor: pointer;
}

.totop:hover {
    color: #fff;
    background: #00437c;
}

@media ( max-width:1024px) {
	.Footer .contactbtn i {font-size: 20px;}
    .Footer {
        padding: 0;
    }
    .Footer .contact,
    .Footer .contactbtn {
        display: none;
    }
    .Footer.footIndex .contact,
    .Footer.footIndex .contactbtn {
        display: block;
    }
    .Footer .Copyright dd {
        float: none !important;
        text-align: center;
        font-size: 12px;
        line-height: 20px;
    }
    .totop {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}


/*Bottom*/


/*首页 s*/

.itemhover {
    transition: all ease 0.3s;
    display: block;
}

.activehover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.itemhover2 {
    transition: all ease 0.3s;
    display: block;
}

.activehover2 {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}


/*第一屏 s*/

.HomeBan {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(../images/loading.gif) center center no-repeat;
}

.HomeBan .item {
    position: relative;
}

.HomeBan .item .txt {
    z-index: 10;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: 思源黑体 cn, SourceHanSansCN, Microsoft YaHei, arial, sans-serif;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
}

.HomeBan .item .txt .t1 {
    margin-bottom: 18px;
    opacity: 0;
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
    -webkit-transition: all 300ms 0.1s;
    transition: all 300ms 0.1s;
}

.HomeBan .item .txt .t2 {
    opacity: 0;
    transform: translateY(130px);
    -webkit-transform: translateY(130px);
    -webkit-transition: all 600ms 0.1s;
    transition: all 600ms 0.1s;
}

.HomeBan .item .imgbox {
    padding-top: 600px;
}

.HomeBan .slick-dots {
    /*background:url(../images/banbg.png) 0px bottom repeat-x;*/
    padding-top: 216px;
    line-height: 76px;
    bottom: 50px;
}

.HomeBan .slick-dots li {
    margin: 0 8px 0;
    position: relative;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.HomeBan .slick-dots li button {
    width: 3px;
    height: 3px;
    background: #fff;
    border-radius: 0;
}

.HomeBan .slick-dots li.slick-active button {
    border-radius: 50%;
    width: 16px;
    height: 16px;
}

.HomeBan .slick-arrow {
    background-color: rgba(0, 0, 0, 0.1);
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: -100px;
    border: 0;
}

.HomeBan .slick-prev {
    left: -100px;
    background-image: url(../images/arrright002.png);
}

.HomeBan .slick-next {
    right: -100px;
    background-image: url(../images/arrright02.png);
}

.HomeBan:hover .slick-prev {
    left: 5%;
}

.HomeBan:hover .slick-prev:hover,
.HomeBan:hover .slick-next:hover {
    background-color: #00437c;
}

.HomeBan:hover .slick-next {
    right: 5%;
}

.HomeBan .item .txt a:hover {
    transform: scale(1.05);
}

.HomeBan .item.active .txt .t1,
.HomeBan .item.active .txt .t2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.RecNews {
    position: absolute;
    z-index: 10;
    left: 0;
    padding: 0 5%;
    line-height: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    top: 0;
    overflow: hidden;
}

.RecNews ul {
    overflow: hidden;
}

.RecNews a,
.RecNews span {
    line-height: 50px;
    color: #f00;
    font-size: 26px;
    padding-right: 300px;
}

.RecNews a:hover {
    color: #fff;
}

@media ( max-width:1440px) {
    .RecNews .newli {
        font-size: 22px;
    }
}

@media ( max-width:1024px) {
    .RecNews .newli {
        font-size: 20px;
    }
    .HomeBan .item .imgbox {
        padding-top: 50%;
    }
    .HomeBan .slick-arrow {
        display: none !important;
    }
    .RecNews .slider {
        width: auto;
    }
}

@media ( max-width:640px) {
    .RecNews .newli {
        font-size: 17px;
    }
    .HomeBan .item .txt {
        font-size: 18px;
    }
    .HomeBan .item .txt .t1 {
        margin-bottom: 8px;
    }
    .HomeBan .slick-dots {
        line-height: 45px;
        background: none;
        padding-top: 0;
        display: none !important;
    }
}

.HomeTit {
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}

.HomeTit .en {
    display: inline-block;
    font-size: 50px;
    color: #00437c;
    font-family: "DINMedium";
    line-height: 86px;
    border-bottom: 2px solid #00437c;
    text-transform: uppercase;
}

.HomeTit .cn {
    line-height: 97px;
    /*display: none;*/
    font-size: 40px;
    color: #000000;
    /*font-weight: bold;*/
}

.HomeTit .more {
    width: 60px;
    height: 60px;
    background: #00437c url(../images/more2.gif) center center no-repeat;
    position: absolute;
    top: 12%;
    left: 25%;
    color: #fff;
}

.HomeTit .more:hover {
    background-color: #9e7b55;
}

.HomeTit2 {
    padding-bottom: 40px;
}

.HomeTit2 .en {
    font-size: 150px;
    color: rgba(255, 255, 255, 0.2);
    ;
    font-family: "DINMedium";
    line-height: 109px;
    text-transform: uppercase;
}

.HomeTit2 .cn {
    display: inline-block;
    line-height: 97px;
    font-size: 40px;
    color: #fff;
    /*font-weight: bold;*/
    border-bottom: 2px solid #fff;
}

.HomeSer {
    position: relative;
    overflow: hidden;
    background: url(../images/home_businessbg.jpg) center bottom no-repeat;
    overflow: hidden;
}

.HomeSer .slider-nav {
    text-align: center;
    position: relative;
    margin-bottom: 4%;
}

.HomeSer .slider-nav:before {
    content: "";
    width: 100%;
    left: 0;
    top: 9px;
    background: #e6e6e6;
    position: absolute;
    height: 1px;
}

.HomeSer .slider-nav .slick-list {
    max-width: 1000px;
    margin: 0px auto;
}

.HomeSer .slider-nav .item {
    cursor: pointer;
    padding-top: 19px;
    line-height: 51px;
    font-size: 18px;
    position: relative;
    color: #000000;
    transition: all 0.3s;
}

.HomeSer .slider-nav .item i {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #fff;
    top: 3px;
    left: 50%;
    margin-left: -4px;
    position: absolute;
}

.HomeSer .slider-nav .item i:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #00437c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: all 0.3s;
}

.HomeSer .slider-nav .item.slick-current {
    font-size: 20px;
    padding-top: 47px;
    line-height: 23px;
}

.HomeSer .slider-nav .item.slick-current i {
    width: 19px;
    height: 19px;
    top: 0;
    margin-left: -10px;
    background: #9e7b55;
}

.HomeSer .slider-nav .item.slick-current i:after {
    background: #fff;
}

.HomeSer .slider-for .item {
    transition: all 0.3s;
}

.HomeSer .slider-for .item a {
    position: relative;
    display: block;
}

.HomeSer .slider-for .item a:after {
    content: "";
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
    position: absolute;
    transition: all 0.3s;
}

.HomeSer .slider-for .imgbox {
    padding-top: 500px;
}

.HomeSer .slider-for .info {
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 0.8);
    width: 399px;
    padding: 32px 50px 57px;
    opacity: 0;
    transition: all 0.3s 0.6s;
}

.HomeSer .slider-for .info:before {
    content: "";
    width: 4px;
    height: 100%;
    left: -4px;
    top: 0;
    background: #00437c;
    position: absolute;
}

.HomeSer .slider-for .info h2 {
    display: inline-block;
    line-height: 68px;
    border-bottom: 1px solid #00437c;
    margin-bottom: 21px;
    font-size: 30px;
    color: #000000;
    font-weight: normal;
}

.HomeSer .slider-for .info .p {
    line-height: 30px;
    color: #797a7a;
    -webkit-line-clamp: 2;
    height: 60px;
}

.HomeSer .slider-for .info:after {
    content: "";
    bottom: -24px;
    left: 50px;
    position: absolute;
    width: 48px;
    height: 48px;
    background: #9e7b55 url(../images/more.gif) center center no-repeat;
}

.HomeSer .slider-for .item.slick-current a {
    margin: 0 10%;
}

.HomeSer .slider-for .item.slick-current a:after {
    opacity: 0;
}

.HomeSer .slider-for .item.slick-current .info {
    opacity: 1;
    left: 0;
}

.HomeSer .slider-for .slick-arrow {
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: transparent;
    background-repeat: no-repeat;
    background-position: center center;
}

.HomeSer .slider-for .slick-arrow:hover {
    background-color: #9e7b55;
    border: 1px solid #9e7b55;
}

.HomeSer .slider-for .slick-prev {
    left: 10%;
    background-image: url(../images/leftarr.png);
}

.HomeSer .slider-for .slick-next {
    right: 10%;
    background-image: url(../images/rightarr.png);
}

@media(max-width:1600px) {
    /*.HomeTit .more{right: 0;}*/
}

@media(max-width:1440px) {
    .HomeTit {
        padding-bottom: 30px;
    }
    .HomeTit .more {
        left: 30%;
    }
}

@media(max-width:1366px) {}

@media(max-width:1024px) {
    .HomeTit {
        padding-bottom: 20px;
    }
    .HomeTit2 .en {
        font-size: 40px;
        line-height: 50px;
    }
    .HomeTit .en {
        font-size: 30px;
        line-height: 48px;
    }
    .HomeTit .cn,
    .HomeTit2 .cn {
        font-size: 20px;
        line-height: 40px;
    }
    .HomeTit .more {
        right: 0;
        width: 45px;
        height: 45px;
        left: unset;
    }
}

@media(max-width:767px) {
    .HomeTit2 .en {
        font-size: 30px;
    }
    .HomeTit .en {
        font-size: 22px;
        line-height: 38px;
    }
    .HomeTit .cn,
    .HomeTit2 .cn {
        font-size: 18px;
    }
    .HomeSer .slider-nav .item {
        font-size: 16px !important;
        padding-top: 10px !important;
        line-height: 51px !important;
    }
    .HomeSer .slider-for .imgbox {
        padding-top: 74%;
    }
    .HomeSer .slider-for .item.slick-current a {
        margin: 0;
    }
    .HomeSer .slider-for .info {
        padding: 18px 18px 35px;
        width: 80%;
        transform: translate(12%, -50%);
    }
    .HomeSer .slider-for .info h2 {
        font-size: 18px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .HomeSer .slider-for .info:after {
        left: 18px;
    }
}

.HomeNews {
    background: #f5f5f5 url(../images/newsbg.jpg) right top no-repeat;
    overflow: hidden;
}

.HomeNews .News {
    padding-right: 2.2%;
}

.HomeNews .News .item a {
    display: block;
    margin-right: 13%;
}

.HomeNews .News .info {
    background: #fff;
    padding: 38px 50px 50px;
}

.HomeNews .News .date {
    font-family: "DINMedium";
    max-width: 78px;
    text-align: center;
    font-size: 18px;
    color: #00437c;
    margin-bottom: 60px;
    font-weight: bold;
}

.HomeNews .News .date i {
    display: block;
    line-height: 78px;
    border-bottom: 2px solid #d9d9d9;
    font-size: 72px;
}

.HomeNews .News .tits {
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    /*font-weight: bold;*/
}

.HomeNews .News .line {
    height: 2px;
    background: #9e7b55;
    margin: 22px 0;
}

.HomeNews .News .p {
    margin: 22px 0 75px;
    color: #666666;
    height:60px;
}

.HomeNews .News .more {
    text-align: right;
    border-bottom: 1px solid #00437c;
    color: #000000;
}

.HomeNews .News .more i {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #00437c url(../images/more.gif) center center no-repeat;
    margin-left: 20px;
    vertical-align: middle;
}

.HomeNews .News .item:hover .more {
    border-bottom: 1px solid #9e7b55;
}

.HomeNews .News .item:hover .more i {
    background-color: #9e7b55;
}

.HomeNews .News .item:hover .tits {
    color: #9e7b55;
}
@media(max-width:1366px){
    .HomeNews .News .p {height:48px;}
}

@media(max-width:1024px) {
    .HomeNews .News {
        padding-right: 0;
    }
    .HomeNews .slick-list {
        margin-left: -15px;
    }
    .HomeNews .News .item a {
        margin: 0 0 0 15px;
    }
    .HomeNews .News .info {
        padding: 20px;
    }
    .HomeNews .News .date {
        margin-bottom: 15px;
    }
    .HomeNews .News .date i {
        font-size: 36px;
        line-height: 40px;
    }
    .HomeNews .News .tits {
        font-size: 18px;
        line-height: 26px;
    }
    .HomeNews .News .p {
        margin: 10px 0;
    }
    .HomeNews .News .line {
        margin: 8px 0;
    }
    .HomeNews .News .more i {
        width: 24px;
        height: 24px;
    }
    .HomeNews .slick-prev {
        left: -15px !important;
    }
    .HomeNews .slick-next {
        right: -15px !important;
    }
}

.HomeParty {
    background: url(../images/partybg.jpg) center center no-repeat;
    overflow: hidden;
}

.HomeParty .w1450 {
    padding: 0 25px;
}

.HomeParty .Listbox {
    position: relative;
    margin-bottom: 20px;
}

.HomeParty .imgtit {
    height: 280px;
    width: 35%;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 20px;
    background-size: cover;
}

.HomeParty .imgtit h2 {
    width: 190px;
    line-height: 63px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    background: #00437c url(../images/ico/ico_t1.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: normal;
    z-index: 10;
}

.HomeParty .imgtit:hover h2 {
    background-color: #9e7b55;
}

.HomeParty .imgtit .slider a {
    display: block;
    padding-top: 280px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.HomeParty .slick-dots {
    bottom: 10px;
    left: auto;
    right: 10px;
    width: 150px;
    text-align: right;
}

.HomeParty .slick-dots li {
    margin: 0 0 0 10px;
    position: relative;
    cursor: pointer;
}

.HomeParty .slick-dots li button {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 50%;
}

.HomeParty .slick-dots li.slick-active button {
    background: #9e7b55;
}

.HomeParty .slick-arrow {
    display: none !important;
}

.HomeParty .Info {
    background: #fff;
    padding: 8px 80px 0 140px;
    height: 320px;
    margin-left: 30%;
}

.HomeParty .Info li {
    height: 94px;
    line-height: 94px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 80px 0 112px;
    position: relative;
    font-size: 16px;
}

.HomeParty .Info li:hover {
    border-bottom: 1px solid #d5d5d5;
}

.HomeParty .Info li:after {
    position: absolute;
    right: 30px;
    width: 19px;
    height: 19px;
    content: "";
    background: url(../images/more3.gif);
    top: 50%;
    margin-top: -9px;
    transition: all;
    transition: all 0.3s;
}

.HomeParty .Info .date {
    position: absolute;
    left: 0;
    top: 20px;
    width: 82px;
    padding-right: 29px;
    line-height: 10px;
    font-family: "DINMedium";
    font-size: 14px;
    text-align: center;
    color: #00437c;
    font-weight: bold;
}

.HomeParty .Info .date i {
    display: block;
    line-height: 23px;
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 9px;
    border-bottom: 2px solid #d9d9d9;
}

.HomeParty .Info li:hover:after {
    animation: turn 3s alternate forwards;
}

.HomeParty .li2 {
    margin-bottom: 0;
}

.HomeParty .li2 .imgtit {
    left: auto;
    right: 0;
}

.HomeParty .li2 .imgtit h2 {
    background-image: url(../images/ico/ico_t2.png);
}

.HomeParty .li2 .Info {
    margin-left: 0;
    margin-right: 30%;
    padding: 8px 140px 0 80px;
}

@media(max-width:1024px) {
    .HomeParty .w1450 {
        padding: 0;
    }
    .HomeParty .Info {
        padding: 8px 10px 0 70px;
    }
    .HomeParty .li2 .Info {
        padding: 8px 70px 0 10px;
    }
}

@media(max-width:767px) {
    .HomeParty .Info {
        padding: 15px !important;
        margin: 0 !important;
        height: auto;
    }
    .HomeParty .imgtit {
        position: relative;
        top: auto;
        width: auto;
        height: 200px;
    }
    .HomeParty .imgtit h2 {
        line-height: 40px;
        width: 120px;
        font-size: 18px;
    }
    .HomeParty .imgtit .slider a {
        padding-top: 200px;
    }
    .HomeParty .slick-arrow {
        display: block !important;
    }
    .HomeParty .Info li {
        height: 55px;
        line-height: 55px;
        padding: 0 50px 0 70px;
    }
    .HomeParty .Info .date {
        font-size: 12px;
        top: 7px;
    }
    .HomeParty .Info .date i {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 0;
    }
    .HomeParty .Info li:after {
        right: 10px;
    }
}

.HomeAbout {
    position: relative;
    overflow: hidden;
    background: url(../images/aboutbg.jpg) center center no-repeat;
}

.HomeAbout:after {
    width: 70%;
    right: 0;
    bottom: 0;
    height: 360px;
    content: "";
    background: #f5f5f5;
    position: absolute;
}

.HomeAbout .imgbox {
    width: 800px;
    padding-top: 780px;
    margin-left: -260px;
    float: left;
}

.HomeAbout .info {
    width: 53%;
    float: right;
    padding: 11% 0 325px;
    position: relative;
}

.HomeAbout .numlist {
    position: absolute;
    left: 0;
    bottom: 10%;
    width: 100%;
}

.numlist {}

.numlist li {
    float: left;
    line-height: 16px;
}

.numlist li:last-child {
    float: right;
}

.numlist .ico {
    width: 71px;
    border-right: 1px solid #e6e6e6;
}

.numlist .nr {
    padding-left: 30px;
}

.numlist .num {
    display: inline-block;
    line-height: 50px;
    margin-bottom: 19px;
    font-size: 70px;
    padding-right: 20px;
    background: url(../images/more4.gif) right center no-repeat;
    font-family: "DINMedium";
    color: #00437c;
}

.HomeAbout .txt {
    font-size: 14px;
    color: #666666;
}

@media(max-width:1024px) {
    .HomeAbout .imgbox {
        display: none;
    }
    .HomeAbout .info {
        width: auto;
        float: none;
        padding: 0;
    }
    .HomeAbout:after {
        width: 100%;
        height: 40%;
    }
    .HomeAbout .txt {
        margin-bottom: 6%;
    }
    .HomeAbout .numlist {
        position: static;
    }
    .numlist .num {
        font-size: 42px;
    }
}

@media(max-width:767px) {
    .numlist .nr {
        padding-left: 10px;
    }
    .numlist .num {
        font-size: 30px;
    }
    .numlist .ico {
        width: 53px;
    }
}

@media(max-width:480px) {
    .numlist .table,
    .numlist .cell {
        display: block;
    }
    .numlist .ico {
        width: 35px;
        margin-bottom: -39px;
    }
    .numlist .ico img {
        height: 25px;
    }
    .numlist .num {
        margin: 0 0 10px 40px;
    }
    .numlist .nr {
        padding-left: 0;
    }
}

.HomeJob {
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}

.HomeJob .auto {
    max-width: 1200px;
    margin: 0px auto;
    height: 100%;
}

.HomeJob .txt {
    min-height: 24vh;
    color: #fff;
    font-size: 14px;
}

.HomeJob .enter {
    float: right;
    padding-right: 29px;
}

.HomeJob .enter a {
    display: block;
    position: relative;
    text-align: center;
    color: #fff;
    width: 320px;
    line-height: 100px;
    font-size: 24px;
    background: #9e7b55;
}

.HomeJob .enter a:hover {
    background: #7c5c38;
}

.HomeJob .enter a:after {
    position: absolute;
    width: 59px;
    height: 19px;
    content: "";
    background: url(../images/enter.png) right center no-repeat;
    right: -29px;
    top: 50%;
    margin-top: -9px;
    transition: all 0.3s;
}

.HomeJob .enter a:hover:after {
    right: -10px;
}

@media(max-width:1024px) {
    .HomeJob {
        height: auto;
        padding: 10% 0;
        background-size: cover;
    }
    .HomeJob .auto {
        margin: 0px 15px;
    }
    .HomeJob .enter a {
        width: 150px;
        line-height: 50px;
        font-size: 16px;
    }
    .HomeJob .enter a:after {
        width: 30px;
        right: -5px;
    }
}


/*首页 end*/


/*栏目页公用样式 s*/

.SubPage {
    height: auto !important;
    height: 400px;
    min-height: 400px;
    padding-top: 5%;
    padding-bottom: 4%;
}

.SubBan {
    position: relative;
    overflow: hidden;
    padding-top: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ColumnName {
    font-weight: normal;
    background: #00437c;
    color: #fff;
    display: none;
    position: relative;
    z-index: 100;
    line-height: 36px;
}

.ColumnName h2 {
    font-weight: normal;
    font-size: 15px;
}

.ColumnName .arr {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: right;
    right: 0;
    top: 0;
    transition: all ease 0.3s;
}

.ColumnName .iconfont {
    font-size: 24px;
    display: inline-block;
    margin: 0px 10px 0 0;
}

.SubMenu {
    background: #fff;
    line-height: 60px;
    height: 60px;
    text-align: center;
    background: #f5f5f5;
    font-size: 0;
}

.SubMenu li {
    display: inline-block;
    position: relative;
}

.SubMenu li a {
    position: relative;
    z-index: 1;
    font-size: 16px;
    display: block;
    padding: 0 40px;
    color: #000000;
}

.SubMenu li:after {
    content: "";
    position: absolute;
    width: 0;
    bottom: 0;
    height: 100%;
    left: 50%;
    background: #00437c;
    transition: all ease 0.3s;
}

.SubMenu li:hover:after,
.SubMenu li.onli:after {
    width: 100%;
    left: 0;
}

.SubMenu li a:hover,
.SubMenu li.onli a {
    color: #fff;
}

.SinglePage {
    position: relative;
    word-wrap: break-word;
    word-break: normal;
    text-align: justify;
    line-height: 36px;
    color: #333333;
}

.SinglePage video {
    margin: 0px auto;
    height: auto;
    ;
    max-width: 100%
}

.pd5 {
    padding-top: 4.5%;
    padding-bottom: 4.5%;
    overflow: hidden;
    clear: both;
}

.SubTit {
    margin-bottom: 30px;
    text-align: center;
}

.SubTit h2 {
    line-height: 39px;
    font-size: 40px;
    color: #333333;
    line-height: 38px;
    font-weight: normal;
}

.SubTit .p {
    line-height: 50px;
    color: #ced4d9;
    font-size: 16px;
    text-transform: uppercase;
}

.SubTit.tl {
    text-align: left;
}

.VideoInfo {
    width: 840px;
    margin: 25px auto;
    position: relative;
}

.VideoInfo video {
    object-fit: fill;
}

.VideoInfo iframe {
    width: 100%;
    height: 580px;
}

.VideoInfo .title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-top: 10px;
}

@media ( max-width:1024px) {
    .SubBan {
        padding-top: 25%;
    }
    .ColumnName {
        display: block;
        padding-left: 28px;
    }
    .SubMenu {
        line-height: 34px;
        height: auto;
        text-align: left;
    }
    .SubMenu ul {
        display: none;
    }
    .SubMenu li {
        width: 50%;
        float: left;
        text-align: center;
    }
    .SubMenu li:after {
        display: none;
    }
    .SubMenu li a:hover,
    .SubMenu li.onli a {
        color: #00437c;
        border-bottom: 1px solid #00437c;
    }
    .SubMenu li a {
        padding-left: 16px;
        border-bottom: 1px solid #fff;
        font-size: 14px;
    }
    .SubPage {
        padding-bottom: 25px;
        height: 200px;
        min-height: 200px;
    }
    .SinglePage {
        line-height: 24px;
        font-size: 14px;
    }
    .SinglePage table{width: 100% !important;height: auto;}
    .SinglePage video {
        width: 100% !important;
    }
    .SinglePage img {
        width: auto !important;
        height: auto !important;
    }
    .VideoInfo {
        width: 95%;
    }
    .VideoInfo .title {
        font-size: 15px;
    }
    .VideoInfo iframe {
        width: 100%;
        height: 100%;
    }
    .SubTit {
        margin-bottom: 12px;
    }
    .SubTit h2 {
        line-height: 30px;
        font-size: 18px;
    }
    .SubTit .p {
        line-height: 24px;
        font-size: 14px;
    }
}


/*栏目页公用样式 end*/


/*关于我们 s*/

.Aboutbg {
    background: url(../images/aboutbg2.jpg) center top no-repeat;
}

.AboutInfo {
    padding-bottom: 6%;
}

.AboutInfo .imgbox {
    width: 44.5%;
    float: left;
}
.AboutInfo .imgbox img{width: 100%;}

.AboutInfo .Info {
    width: 50%;
    float: right;
    padding-top: 3%;
}

.AboutInfo .txt {
    padding-top: 10%;
}

.AboutInfo .ser {
    line-height: 36px;
    margin-top: -2.5%;
}

.AboutInfo .ser p {
    position: relative;
    padding-left: 26px;
}

.AboutInfo .ser p:after {
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #00437c;
    content: "";
    top: 15px;
}

.AboutHornor .slick-list {
    margin-left: -20px;
}

.AboutHornor .item a {
    display: block;
    margin-left: 20px;
    text-align: center;
}

.AboutHornor .box {
    border: 1px solid #9e7b55;
    padding: 4%;
    margin-bottom: 21px;
}

.AboutHornor .imgbox {
    padding-top: 65%;
}

.VluesItem {
    margin-bottom: 2.6%;
    background: #f5f5f5;
    overflow: hidden;
}

.VluesItem .imgbox {
    width: 50%;
}

.VluesItem .Info {
    padding: 1% 6%;
    line-height: 36px;
    width: 50%;
}

.VluesItem .tits {
    font-size: 36px;
    color: #00437c;
    margin: 58px 0 35px;
}

.VluesItem .imgbox {
    width: 50%;
}

.VluesItem:last-child {
    margin-bottom: 0;
}

.FixMenu {
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.FixMenu li {
    position: relative;
    font-size: 18px；
}

.FixMenu li:after {
    left: 0;
    top: 50%;
    width: 3px;
    transform: translateY(-50%);
    height: 0px;
    background-color: #00437c;
    content: "";
    position: absolute;
    background: #00437c;
    transition: all 0.3s;
}

.FixMenu i {
    position: absolute;
    font-size: 18px;
    right: 0;
    color: #fff;
    opacity: 0;
    transition: all 0.3s;
}

.FixMenu a {
    display: block;
    padding-left: 11px;
    position: relative;
    z-index: 1;
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 0px;
    color: #333333;
}

.FixMenu li:hover a,
.FixMenu li.on a {
    color: #00437c;
}

.FixMenu li:hover i,
.FixMenu li.on i {
    right: 22px;
    opacity: 1;
}

.FixMenu li:hover:after,
.FixMenu li.on:after {
    height: 20px;
}

.FixMenu.fix {
    left: 50%;
    margin-left: -750px;
    position: fixed;
    top: 90px;
}

.FixTit {
    width: 240px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.RightCon {
    padding-left: 260px;
    height: auto !important;
    height: 300px;
    min-height: 300px;
}

.TeamList {
    margin-left: -5%;
}

.TeamList li {
    width: 25%;
    padding: 0 0 4.5% 5%;
    text-align: center;
    float: left;
}

.TeamList li:nth-child(4n+1) {
    clear: both;
}

.TeamList .imgbox {
    padding-top: 120%;
    margin-bottom: 23px;
}

.TeamList .tit {
    font-size: 22px;
    line-height: 34px;
}

.TeamList .p {
    font-size: 14px;
    color: #666666;
}

.TeamList1 {}

.TeamList1 ul {
    overflow: hidden;
    margin-left: -3.33%;
}

.TeamList1 li {
    width: 30%;
    float: left;
    margin-left: 3.33%;
    overflow: hidden;
    background-color: #f7f7f7;
    margin-bottom: 3.33%;
    position: relative;
}

.TeamList1 li a {
    display: block;
}

.TeamList1 .imgbox {
    padding-top: 80%;
    width: 48%;
    float: left;
}

.TeamList1 .txtbox {
    width: 52%;
    float: left;
    padding: 5%;
    box-sizing: border-box;
}

.TeamList1 .txtbox p {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
}

.TeamList1 .txtbox .txt {
    font-family: PingFang-SC-Regular;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    overflow: hidden;
    word-break: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}

.TeamList1 .tit {
    font-size: 24px;
    margin-bottom: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
}

.TeamList1 .txtbox .pro {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #00437c;
}

.TeamList1 .txtbox .more_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #00437c;
    right: 0;
    bottom: 0;
    color: #fff;
    text-align: center;
}

.HornorInfo {
    background: url(../images/rybg.jpg) center center no-repeat;
    background-size: cover;
    padding: 6% 5% 9%;
    margin-bottom: 8%;
}

.HornorInfo .point {
    text-align: center;
    margin-bottom: 3%;
}

.HornorInfo .item {
    text-align: center;
    font-size: 18px;
    padding: 13px 0 14px;
}

.HornorInfo .item a {
    color: #00437c;
}

.HornorInfo .item a:hover {
    color: #9e7b55;
}

.HornorInfo .slick-dots {
    bottom: -20%;
}

.HornorInfo .slick-dots li {
    width: 16px;
    height: 16px;
}

.HornorInfo .slick-dots li button {
    width: 3px;
    height: 3px;
    background: #00437c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 0;
}

.HornorInfo .slick-dots li.slick-active button {
    width: 100%;
    height: 100%;
    background: #9e7b55;
    border-radius: 50%;
}

.HornorInfo .slick-prev {
    margin: 0 0 0 -200px !important;
    left: 50% !important;
    top: auto;
    bottom: -23.5%;
}

.HornorInfo .slick-next {
    margin: 0 0 0 125px !important;
    left: 50% !important;
    right: auto;
    top: auto;
    bottom: -23.5%;
}

.HornorInfo .slick-arrow {
    border: 0;
    z-index: 100;
}

.HornorList {
    margin-left: -30px;
}

.HornorList li {
    width: 33.333%;
    float: left;
    padding: 0 0 35px 30px;
}

.HornorList li a {
    display: block;
    text-align: center;
}

.HornorList .box {
    border: 1px solid #9e7b55;
    padding: 4%;
    margin-bottom: 21px;
}

.HornorList .imgbox {
    padding-top: 65%;
}

.ContactAll .table {
    border: 1px solid #ebebeb;
}

.ContactAll .thead {
    background: #00437c;
    color: #fff;
}

.ContactAll .cell {
    height: 70px;
    padding: 15px 0 15px 49px;
    line-height: 26px;
}

.ContactAll .td1 {
    width: 15%;
}

.ContactAll .td2 {
    width: 40%;
}

.ContactAll .td3 {
    width: 15%;
}

.ContactAll .td4 {
    width: 15%;
}

.ContactAll .td5 {
    width: 15%;
}

.ContactAll .tbody:nth-child(even) {
    background: #f5f5f5;
}

.ContactAll .tbody {
    display: table-row !important;
    background: #fff;
    color: #000000;
}

.Globaltxt {
    line-height: 36px;
    background: url(../images/mapbg.gif) right bottom no-repeat;
    background-size: contain
}

.graybg {
    background: #f0f0f0;
    padding: 3.2% 0 5%;
}

.Globaltit {
    color: #000000;
    font-size: 24px;
    margin-bottom: 2.8%;
}

@media(max-width:1440px) {
    .FixMenu.fix {
        margin-left: 0;
        left: 4%;
    }
    .AboutInfo .Info {
        padding-top: 0;
    }
    .TeamList1 .txtbox .txt {
        -webkit-line-clamp: 7;
    }
}

@media(max-width:998px) {
    .TeamList1 li{width: 48%;margin-left: 2%;}
    .TeamList1 ul {
        margin-left: 0
    }
    .AboutInfo .imgbox {
        width: auto;
        float: none;
        /* padding-top: 100%; */
    }
    .AboutInfo .Info {
        width: auto;
        float: none;
    }
    .AboutInfo .ser {
        line-height: 24px;
        margin-top: 0;
    }
    .AboutHornor .box {
        margin-bottom: 5px;
    }
    .VluesItem .Info {
        line-height: 24px;
    }
    .VluesItem .tits {
        font-size: 20px;
        margin: 20px 0;
    }
    .FixMenu.fix {
        top: 45px;
        background: #fff;
    }
    .FixMenu {
        position: relative;
        width: 100%;
        margin-bottom: 20px;
    }
    .FixMenu li {
        width: 33.333%;
        float: left;
        font-size: 14px;
        line-height: 25px;
    }
    .FixMenu li a {
        text-align: left;
        padding: 0;
        padding: 10px 0 10px 20px;
        font-size: 16px;
    }
    .FixMenu i {
        display: none;
    }
    .FixTit {
        position: static;
        width: auto;
    }
    .FixTit .HomeTit {
        text-align: center !important;
    }
    .RightCon {
        padding-left: 0;
        height: 150px;
        min-height: 150px;
    }
}

@media(max-width:768px) {
    .TeamList1 ul li {
        width: auto;float: none;
    }
    .VluesItem,
    .VluesItem .cell {
        display: block !important;
        width: 100%;
    }
    .VluesItem .Info {
        padding: 20px;
    }
    .VluesItem .tits {
        margin-top: 0;
    }
    .VluesItem .ico img {
        height: 25px;
        float: left;
        margin-right: 10px;
    }
    .TeamList li {
        width: 50%;
    }
    .HornorInfo {
        padding-bottom: 60px;
    }
    .HornorInfo .item {
        font-size: 14px;
        padding: 5px 0;
    }
    .HornorInfo .slick-prev {
        bottom: -35px;
        margin-left: -160px !important;
    }
    .HornorInfo .slick-next {
        bottom: -35px;
    }
    .HornorInfo .slick-dots {
        bottom: -35px;
    }
    .HornorList {
        margin-left: -10px;
    }
    .HornorList li {
        padding-left: 10px;
    }
    .HornorList .box {
        margin-bottom: 10px;
    }
    .ContactAll {
        width: 100%;
        overflow-x: auto;
    }
    .ContactAll .cell {
        min-width: 150px;
        padding: 5px 0 5px 12px;
        word-wrap: break-word;
    }
    .ContactAll .cell.td1 {
        min-width: 100px;
    }
    .ContactAll .cell.td2 {
        min-width: 250px;
    }
    .graybg {
        padding: 25px 0;
    }
    .Globaltit {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .Globaltxt {
        line-height: 24px;
    }
    .FixMenu li a{background: #f5f5f5;margin-bottom: 12px;}
}

@media(max-width:480px) {
    .FixMenu li {
        float: none;
        width: 100%;
    }
    .TeamList1 ul {}
    .TeamList1 ul li {
        width: 100%;
        margin-left: 0;
        float: none;
    }
}


/*新闻中心 s*/

.NewsTec {
    background: #f5f5f5;
    margin-bottom: 5.5%;
}

.NewsTec .item {
    position: relative;
}

.NewsTec .imgbox {
    padding-top: 490px;
    width: 50%;
    float: left;
}

.NewsTec .info {
    padding: 4% 5% 0;
    width: 50%;
    float: left;
}

.NewsTec .date {
    width: 77px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "DINMedium";
    color: #00437c;
}

.NewsTec .date i {
    display: block;
    margin-bottom: 6px;
    border-bottom: 2px solid #d9d9d9;
    line-height: 47px;
    padding-bottom: 8px;
    font-size: 60px;
}

.NewsTec .tits {
    margin: 25px 0 22px;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
}

.NewsTec .p {
    color: #707070;
    font-size: 14px;
    margin-bottom: 50px;
}

.NewsTec .more {
    width: 48px;
    height: 48px;
    background: #00437c url(../images/more.gif) center center no-repeat;
    display: block;
}

.NewsTec .item:hover .more {
    background-color: #9e7b55;
}

.NewsList li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 3%;
    margin-bottom: 3%;
    transition: all 0.3s;
    position: relative;
}

.NewsList .date {
    width: 147px;
    position: relative;
    padding-right: 79px;
    text-align: center;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "DINMedium";
    color: #00437c;
}

.NewsList .date i {
    display: block;
    margin-bottom: 6px;
    border-bottom: 2px solid #d9d9d9;
    line-height: 47px;
    padding-bottom: 8px;
    font-size: 60px;
}

.NewsList .date:After {
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 78px;
    background: #9e7b55;
    content: "";
    transform: translateY(-50%);
}

.NewsList .info {
    padding: 0 6%;
}

.NewsList .imgbox {
    padding-top: 210px;
    width: 320px;
}

.NewsList .tits {
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
}

.NewsList .p {
    color: #707070;
    font-size: 14px;
}

.NewsList li:hover {
    border-bottom: 1px solid #d7d5d5;
}

.TitleInfo {
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 1px solid #ededed;
    margin-bottom: 4%;
}

.TitleInfo .ti {
    padding-bottom: 19px;
    color: #000000;
    font-size: 40px;
    line-height: 42px;
    font-weight: normal;
}

.TitleInfo .date {
    color: #a7a7a7;
    font-size: 14px;
}

.TitleInfo .date span {
    width: 65px;
    display: inline-block;
}

.TitleInfo .iconfont {
    font-size: 17px;
    margin-right: 6px;
}

.PrevNextBox {
    border-top: 1px solid #ececec;
    margin-top: 5.5%;
    padding-top: 5%;
    position: relative;
}

.PrevNextBox dl {
    width: 55%;
    line-height: 38px;
}

.PrevNextBox dl dd {
    border-bottom: 1px dotted #e9e9e9;
    padding: 0 95px 27px 0;
    margin-bottom: 35px;
    position: relative;
}

.PrevNextBox dl dd:nth-child(2) {
    border-bottom: 0px;
    margin-bottom: 0;
}

.PrevNextBox dl dd .date {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #cccccc;
    font-family: "DINMedium";
    font-weight: bold;
}

.PrevNextBox dl dd a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    *white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.PrevNextBox .back {display: none;
    position: absolute;
    right: 0;
    display: none
    top: 50%;
    width: 220px;
    line-height: 64px;
    color: #fff;
    background: #00437c;
    text-align: center;
    font-size: 18px;
}

.PrevNextBox .iconfont {
    margin-right: 15px;
    transition: all 0.3s;
}

.PrevNextBox .back:hover {
    background: #9e7b55;
}

.PrevNextBox .back:hover .iconfont {
    margin-right: 10px;
}

.PrevNextBox dl a.none {
    color: #999;
}

.InfoList {
    margin: 0 0 0 -4%;
}

.InfoList li {
    width: 33.333%;
    float: left;
    padding: 0 0 4% 4%;
}

.InfoList a {
    display: block;
    border: 1px solid #ccd9e5;
    padding: 5vw 15% 3vw;
    font-size: 1.6vw;
    font-weight: bold;
    line-height: 2.4vw;
    position: relative;
    background: url(../images/logobg1.gif) right bottom no-repeat;
}

.InfoList .tits {
    height: 12vw;
    position: relative;
    z-index: 1;
}

.InfoList a:After {
    position: absolute;
    right: -1px;
    top: -1px;
    content: "";
    width: 5vw;
    height: 5vw;
    background: url(../images/point1.gif);
    background-size: contain;
}

.InfoList .ico {
    position: relative;
    width: 5vw;
    height: 5vw;
    margin-bottom: 10%;
}

.InfoList .ico .i1,
.InfoList .ico .i2 {
    display: block;
    width: 5vw;
    height: 5vw;
    position: absolute;
    left: 0;
    top: 0px;
}

.InfoList .ico .i1 {
    transition: 400ms;
}

.InfoList .ico .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 500ms;
}

.InfoList li:hover .ico .i2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.InfoList li:hover .ico .i1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.InfoList .line {
    height: 11px;
    border-top: 1px solid #00437c;
    border-bottom: 1px solid #00437c;
    position: relative;
    z-index: 1;
}

.InfoList li:hover a {
    background: #00437c url(../images/logobg2.gif) right bottom no-repeat;
    border: 1px solid #00437c;
    color: #fff;
}

.InfoList a:hover:After {
    background: url(../images/point2.gif);
    background-size: contain;
}

.InfoList a:hover .line {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media(max-width:1024px) {
    .NewsTec .slick-arrow {
        margin-top: -43px;
        background-color: #00437c;
    }
    .NewsTec .slick-prev {
        background-image: url(../images/leftarr.png);
    }
    .NewsTec .slick-next {
        background-image: url(../images/rightarr.png);
    }
    .NewsTec .p {
        margin-bottom: 20px;
    }
    .NewsTec .imgbox {
        padding-top: 380px;
    }
    .NewsList .tits,
    .NewsTec .tits {
        margin-bottom: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    .NewsList .date {
        padding-right: 20px;
        width: 120px;
    }
    .NewsList .date i,
    .NewsTec .date i {
        font-size: 30px;
        line-height: 38px;
    }
    .NewsList .info {
        padding: 0 3%;
    }
    .TitleInfo .ti {
        font-size: 28px;
    }
    .PrevNextBox {
        margin-top: 70px;
    }
    .PrevNextBox dl {
        width: auto;
    }
    .PrevNextBox .back {
        top: -40px;
        width: 120px;
        line-height: 40px;
        font-size: 14px;
    }
    .PrevNextBox dl dd {
        padding-bottom: 5px;
        margin-bottom: 5px;
        padding-right: 0;
    }
    .PrevNextBox dl dd .date {
        display: none;
    }
}

@media(max-width:768px) {
    .NewsTec .imgbox {
        width: auto;
        padding-top: 64%;
        float: none;
    }
    .NewsTec .info {
        width: auto;
        padding: 15px;
        float: none;
    }
    .NewsList li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .NewsList .table,
    .NewsList .cell {
        display: block;
    }
    .NewsList .imgbox {
        width: auto;
        padding-top: 64%;
    }
    .NewsList .info {
        padding: 18px 0 0;
    }
    .NewsList .date,
    .NewsTec .date {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        background: rgba(0, 67, 124, 0.6);
        color: #fff;
        padding: 0px 10px;
        width: auto;
        font-size: 12px;
    }
    .NewsList .date:after {
        display: none;
    }
    .NewsList .tits,
    .NewsTec .tits {
        font-size: 16px;
        margin-top: 0;
    }
    .TitleInfo {
        padding-bottom: 12px;
    }
    .TitleInfo .ti {
        font-size: 20px;
        line-height: 28px;
        padding-bottom: 10px;
    }
    .TitleInfo .date span {
        width: 20px;
    }
    .InfoList li {
        width: 50%;
    }
    .InfoList a {
        padding-left: 10%;
        padding-right: 6%;
        padding-bottom: 6%;
        background-size: contain;
    }
    .InfoList li:hover a {
        background-size: contain;
    }
    .InfoList .tits {
        font-size: 16px;
        height: 100px;
        line-height: 26px;
    }
}


/* 洞察 */

.NoticeList li a {
    display: block;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 18% 3% 0;
    margin-bottom: 3%;
    transition: all 0.3s;
    position: relative;
}

.NoticeList li a:after {
    content: "";
    position: absolute;
    top: 28%;
    right: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #00437c;
    background: url(../images/more01.gif) center center no-repeat;
}

.NoticeList .date {
    font-size: 14px;
    font-weight: bold;
    color: #9e7b55;
    margin: 8px 0 9px;
}

.NoticeList .tits {
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
    color: #000000;
}

.NoticeList .p {
    color: #707070;
    font-size: 14px;
}

.NoticeList li:hover a {
    border-bottom: 1px solid #d7d5d5;
}

.NoticeList li:hover .tits {
    color: #00437c;
}

.NoticeList li:hover a:after {
    background: #00437c url(../images/more.gif) center center no-repeat;
}

.Listwz {
    border: 1px solid #ebebeb;
    padding: 3%;
}

.Listwz .table {
    border-bottom: 1px solid #f0f0f0;
    height: 97px;
    font-weight: bold;
}

.Listwz li:last-child .table {
    border-bottom: 0px;
}

.Listwz .date {
    width: 90px;
    text-align: right;
    color: #00437c;
    font-size: 14px;
    font-family: "DINMedium";
}

.Listwz a {
    font-size: 18px;
    display: block;
    margin-left: 26px;
    position: relative;
}

.Listwz a:after {
    content: "";
    position: absolute;
    left: -26px;
    width: 5px;
    height: 5px;
    background: #00437c;
    top: 50%;
    margin-top: -2px;
}

.VideoList {
    margin: 0 0 0 -3.6%;
}

.VideoList li {
    width: 33.333%;
    float: left;
    padding: 0 0 3.4% 3.6%;
    text-align: center;
    font-size: 18px;
}

.VideoList .imgbox {
    padding-top: 64%;
    margin-bottom: 23px;
}

.VideoList .imgbox:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.VideoList .btn {
    width: 54px;
    height: 54px;
    line-height: 54px;
    left: 50%;
    top: 50%;
    text-align: center;
    margin: -27px 0 0 -27px;
    background: rgba(158, 123, 85, 0.9);
    color: #fff;
    position: absolute;
    z-index: 2;
    transition: all 0.3s;
}

.VideoList a {
    padding-bottom: 15px;
}

.VideoList a:hover .imgbox:after {
    opacity: 0;
}

.VideoList a:hover .btn {
    transform: scale(1.2);
}

.videoinfo {
    width: 1000px;
    margin: 25px auto;
    position: relative;
}

.VideoInfo .video {
    width: auto;
    float: none;
    height: 600px;
}

.mfp-close {
    border-radius: 50%;
    background: #0080af;
    font-size: 40px !important;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    width: 39px;
    height: 39px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important;
}

@media(max-width:1024px) {
    .NoticeList .tits {
        font-size: 18px;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .NoticeList li a {
        padding-right: 0;
    }
    .NoticeList .tits {
        font-size: 16px;
    }
    .NoticeList li a:after {
        display: none;
    }
    .Listwz a {
        font-size: 16px;
        margin-left: 10px;
    }
    .Listwz a:after {
        left: -10px;
        width: 3px;
        height: 3px;
        top: 10px;
        margin: 0;
    }
    .Listwz .table {
        height: auto;
        margin-bottom: 18px;
    }
    .VideoList li {
        width: 50%;
        font-size: 14px;
    }
    .VideoList .btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: -15px 0 0 -15px;
    }
    .VideoList .imgbox {
        margin-bottom: 5px;
    }
}


/* 专业服务 */

.TabNav {
    text-align: center;
    line-height: 54px;
    margin-bottom: 5%;
    font-size: 0;
}

.TabNav li {
    display: inline-block;
    color: #00437c;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.TabNav li:after {
    content: "";
    left: 50%;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #00437c;
    border-radius: 27px;
    position: absolute;
    transition: all 0.3s;
}

.TabNav li a {
    position: relative;
    z-index: 1;
    display: block;
    color: #00437c;
    padding: 0 51px;
}

.TabNav li a:hover,
.TabNav li.on a {
    color: #fff;
}

.TabNav li:hover:after,
.TabNav li.on:after {
    width: 100%;
    left: 0;
}

.TabNav li:hover:after,
.TabNav li.on:after {
    width: 100%;
    left: 0;
}

.TabNav2 {
    text-align: center;
    line-height: 70px;
    font-size: 0;
    font-weight: bold;
}

.TabNav2 li {
    display: inline-block;
    color: #00437c;
    cursor: pointer;
    font-size: 24px;
    position: relative;
    background: #f5f5f5;
    vertical-align: top;
    padding:0 20px;
    text-align: center;
}

.TabNav2 li:after {
    content: "";
    left: 50%;
    bottom: 0;
    height: 100%;
    width: 0;
    background: #00437c;
    position: absolute;
    transition: all 0.3s;
}

.TabNav2 li a {
    position: relative;
    z-index: 1;
    display: block;
    color: #00437c;
    padding: 0 60px;
}

.TabNav2 li a:hover,
.TabNav2 li.on a {
    color: #fff;
}

.TabNav2 li:hover:after,
.TabNav2 li.on:after {
    width: 100%;
    left: 0;
}

.TabNav2 li:hover:after,
.TabNav2 li.on:after {
    width: 100%;
    left: 0;
}

.CustomerList {
    margin: 0 0 0 -20px;
}

.CustomerList li {
    width: 25%;
    float: left;
    padding: 0 0 13px 20px;
    text-align: center;
    margin-bottom: 7px;
}

.CustomerList .imgbox {
    padding-top: 40%;
    margin-bottom: 0;
    background: #fff;
}

.CustomerList .imgbox span {
    background-size: contain;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    z-index: 12;
}

.CustomerList .imgbox em {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    font-size: 20px;
    background: #fff;
}

.CustomerList li .tit {
    display: none;
}

.BusinessInfo {
    padding: 2.2% 0 5.2% 0;
}

.BusinessInfo .imgbox {
    width: 50%;
}

.BusinessInfo .info {
    width: 50%;
    padding: 0 7%;
    line-height: 36px;
}

.BusinessInfo .tits {
    font-size: 30px;
    color: #000000;
    margin-bottom: 7.5%;
}

.BusinessInfo p {
    position: relative;
    padding-left: 26px;
}

.BusinessInfo p:after {
    position: absolute;
    left: 0;
    width: 5px;
    height: 5px;
    background: #00437c;
    content: "";
    top: 15px;
}

.BusinessItem {
    margin-left: -4%;
}

.BusinessItem .item {
    width: 33.333%;
    float: left;
    padding-left: 4%;
}

.BusinessItem .box {
    background: #f5f5f5;
    padding: 0 10%;
    background: #f5f5f5;
    height: 550px;
}

.BusinessItem .ico img {
    background: #00437c;
    width: 110px;
}

.BusinessItem .tit {
    line-height: 66px;
    font-size: 30px;
    color: #000000;
    border-bottom: 2px solid #9e7b55;
    margin: 41px 0 54px;
    font-weight: bold;
}

.BusinessItem dt {
    margin-bottom: 6px;
    font-size: 18px;
    color: #000000;
    padding-left: 15px;
    position: relative;
}

.BusinessItem dt:after {
    width: 5px;
    height: 5px;
    background: #00437c;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -3px;
}

.BusinessItem dd {
    color: #666666;
    font-size: 14px;
    min-height: 86px;
}

.BusinessItem .item:hover .ico img {
    background: #9e7b55;
}

@media(max-width:1024px) {
    .BusinessItem .ico img {
        width: 50px;
    }
    .BusinessItem .tit {
        font-size: 18px;
        line-height: 34px;
        margin: 20px 0;
    }
    .BusinessItem .box {
        height: 450px;
    }
}

@media(max-width:768px) {
    .TabNav,
    .TabNav2 {
        line-height: 35px;
    }
    .TabNav2 {
        text-align: left;
    }
    .TabNav li a,
    .TabNav2 li a {
        font-size: 14px;
        padding: 0 12px;
    }
    .TabNav2 li{width: 50%;}
    .CustomerList li {
        width: 50%;
        margin-bottom: 10px;
    }
    .BusinessInfo .table,
    .BusinessInfo .cell {
        display: block;
        width: 100%;
    }
    .BusinessInfo .info {
        padding: 18px;
        line-height: 24px;
    }
    .BusinessInfo p {
        padding-left: 15px;
    }
    .BusinessInfo p:after {
        top: 10px;
    }
    .BusinessInfo .tits {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .BusinessItem .item {
        width: auto;
        float: none;
        margin-bottom: 15px;
    }
    .BusinessItem .box {
        padding: 18px;
        height: auto;
    }
    .BusinessItem dd {
        min-height: auto;
        padding-bottom: 15px;
    }
    .BusinessItem dt {
        font-size: 16px;
    }
}


/* 工作机会 */

.JobItem {
    margin: 0 0 0 -1vw;
}

.JobItem .item {
    float: left;
}

.JobItem .item a {
    display: block;
    margin: 0 0 1vw 1vw;
    position: relative;
}

.JobItem .item .imgbox:after {
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    content: "";
    position: absolute;
    transition: all 0.3s;
}

.JobItem .item_left {
    float: left;
    width: 55%;
}

.JobItem .item.i1 {
    width: 100%;
}

.JobItem .item.i1 .imgbox {
    height: 22vw;
}

.JobItem .item.i2 {
    width: 100%;
}

.JobItem .item.i2 .imgbox {
    height: 22vw;
}

.JobItem .item.i3 {
    width: 45%;
    float: right
}

.JobItem .item.i3 .imgbox {
    height: 32vw;
}

.JobItem .item:hover .imgbox:after {
    opacity: 0;
}

.JobItem .JobTit {
    position: absolute;
    top: 4vw;
    left: 4vw;
    z-index: 3;
    color: #fff;
    line-height: 3vw;
}

.JobItem .JobTit .en {
    display: inline-block;
    font-size: 2.5vw;
    font-family: "DINMedium";
    /*border-bottom: 2px solid #fff;*/
    text-transform: uppercase;
    padding-bottom: 16px;
    margin-bottom: 14px;
}

.JobItem .JobTit .cn {
    font-size: 2vw;
    display:none;
    font-weight: bold;
}

.JobStit {
    margin-bottom: 40px;
    margin-top: -2%;
}

.JobStit h2 {
    font-size: 30px;
    color: #00437c;
    display: inline-block;
    border-bottom: 2px solid #00437c;
    line-height: 48px;
}

.JobSearch .item {
    margin-bottom: 32px;
    padding-left: 109px;
    position: relative;
    line-height: 32px;
}

.JobSearch .item dt {
    position: absolute;
    left: 0;
    top: 0;
    color: #9e7b55;
}

.JobSearch .item dd a {
    display: inline-block;
    padding: 0 12px;
    margin-bottom: 4px;
    position: relative;
}

.JobSearch .item dd a.on {
    background: #00437c;
    color: #fff;
}

.JobSearch .item dd a.on:After {
    display: none;
}

.JobSearch .item dd a:after {
    position: absolute;
    right: 0;
    top: 10px;
    content: "";
    width: 1px;
    height: 14px;
    background: #d9d9d9;
}

.JobSearch .item dd a:last-child:after {
    display: none;
}

.JobSearchForm {
    max-width: 960px;
    margin: 0px auto;
    padding: 3.4% 0;
}

.JobSearchForm .box {
    border: 1px solid #00437c;
    position: relative;
}

.JobSearchForm .input {
    width: 100%;
    text-indent: 2em;
    font-size: 20px;
    height: 62px;
    line-height: 62px;
}

.JobSearchForm button {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    height: 62px;
    width: 149px;
    font-size: 26px;
    background: #00437c;
}

.JobSearchForm button:hover {
    background: #9e7b55;
}

.JobList .item {
    background: #f5f5f5;
    margin-bottom: 10px;
    line-height: 36px;
}

.JobList .top {
    border-bottom: 1px solid #f0f0f0;
    padding: 34px 82px 31px;
    position: relative;
    cursor: pointer;
}

.JobList .arrbtn {
    position: absolute;
    right: 82px;
    top: 45px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    transition: all 0.3s;
}

.JobList .tit {
    color: #000000;
    font-size: 22px;
    margin-bottom: 13px;
    font-weight: bold;
}

.JobList .list li {
    float: left;
    padding-right: 80px;
    position: relative;
    color: #666666;
    ;
}

.JobList .list li:after {
    content: "";
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 15px;
    background: #d9d9d9;
}

.JobList .list li:last-child {
    padding-right: 0;
}

.JobList .list li:last-child:after {
    display: none;
}

.JobList .txtCont {
    padding: 29px 82px 50px;
    display: none;
}

.JobList .txt {
    margin-bottom: 50px;
    font-size: 14px;
}

.JobList .nrtit {
    font-size: 16px;
    color: #00437c;
}

.JobList .apply {
    text-align: right;
    border-top: 1px solid #f0f0f0;
    padding-top: 40px;
}

.JobList .apply a {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    width: 160px;
    line-height: 48px;
    border-radius: 25px;
    background: #00437c;
}

.JobList .apply a:hover {
    background: #9e7b55;
}

.JobList .item.current .arrbtn {
    background: #00437c;
    color: #fff;
    dis-moz-transform: translate(0, -3px) rotate(-180deg) !important;
    -ms-transform: translate(0, -3px) rotate(-180deg) !important;
    -o-transform: translate(0, -3px) rotate(-180deg) !important;
    transform: translate(0, -3px) rotate(-180deg) !important;
}

.JobList .item.current {
    background: #fff;
    box-shadow: 0 0 30px rgba(13, 30, 68, 0.1);
}

.formbox {
    max-width: 68%;
    margin: 0px auto;
    position: relative;
}

.formbox .mfp-close {
    color: #666 !important;
}

.Jobbox {
    line-height: 38px;
    position: relative;
    padding: 4%;
    border-radius: 10px;
    margin: 20px auto;
    background: #fff;
}

.Jobtit {
    text-align: center;
    color: #333;
    padding-bottom: 3%;
    font-size: 24px;
}

.Jobitem {
    color: #222222;
}

.Jobitem dd {
    margin-bottom: 8px;
    width: 33.333%;
    float: left;
}

.Jobtit2 {
    font-size: 18px;
    color: #0080af;
}

.jobbtn {
    display: block;
    margin-top: 5%;
    color: #fff;
    font-size: 18px;
    width: 140px;
    line-height: 45px;
    text-align: center;
    background: #d7b36f;
    border-radius: 20px;
}

.Jobbox .mfp-close {
    border-radius: 50%;
    background: #333;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    opacity: 1;
    width: 39px;
    height: 39px;
    position: absolute;
    right: -15px;
    top: -15px;
}

.JobForm {
    color: #666666;
    margin: 0px 0px 0px -2%;
}

.JobForm dl {
    width: 48%;
    float: left;
    margin-left: 2%;
    line-height: 28px;
    position: relative;
}

.JobForm dl dt {
    position: absolute;
    left: 0;
    top: 0;
    text-align: right;
    width: 90px;
}

.JobForm dl dd {
    margin-left: 100px;
}

.JobForm dl.other {
    width: 100%;
    float: none;
}

.JobForm dd {
    padding: 5px 0px;
}

.JobForm .input {
    background: #fff;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 34px;
    line-height: 34px;
}

.JobForm .input2 {
    background: #fff;
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 120px;
    line-height: 34px;
}

.JobForm select {
    border: 1px solid #dbdbdb;
    width: 100%;
    height: 34px;
    line-height: 34px;
    background: url(../images/arrb.png) right 15px center no-repeat;
}

.sendbtn {
    cursor: pointer;
    color: #fff;
    width: 120px;
    height: 40px;
    font-size: 16px;
    background: #333;
    margin-right: 8px;
}

.resetbtn {
    cursor: pointer;
    color: #fff;
    width: 120px;
    height: 40px;
    font-size: 16px;
    background: #999;
}

.outweb {
    display: inline-block;
    color: #fff;
    padding: 0 15px;
    line-height: 40px;
    font-size: 16px;
    background: #9e7b55;
    margin-left: 7px;
}

.outweb:hover {
    color: #fff;
}

@media(max-width:1024px) {
    .JobStit h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .JobStit {
        margin: 0 0 20px;
    }
    .JobSearch .item {
        line-height: 24px;
    }
}

@media(max-width:640px) {
    .JobItem .item {
        width: auto !important;
        float: none;
        margin-top: 0 !important;
    }
    .JobItem .item .imgbox {
        padding-top: 50%;
        height: auto !important;
    }
    .JobItem .item a {
        margin-bottom: 15px;
    }
    .JobItem .JobTit .cn {
        font-size: 18px;
    }
    .JobItem .JobTit .en {
        font-size: 20px;
        line-height: 24px;
    }
    .JobTit {
        font-size: 20px;
    }
    .JobForm dl {
        width: auto;
        float: none;
    }
    .JobForm dl.btn dd {
        margin-left: 0;
        text-align: center;
    }
    .sendbtn,
    .resetbtn {
        width: 92px;
        height: 35px;
    }
    .outweb {
        line-height: 35px;
        padding: 0 10px;
    }
    .formbox {
        width: 92%;
        max-width: none;
    }
    .Jobbox .mfp-close {
        right: 0;
        top: 0;
        width: 28px;
        height: 28px;
        line-height: 28px;
        font-size: 30px;
    }
    .JobSearch .item {
        padding-left: 0;
        border-bottom: 1px solid #eee;
        margin-bottom: 15px;
    }
    .JobSearch .item dt {
        position: relative;
        top: auto;
        line-height: 30px;
    }
    .JobSearch .item dd {
        display: none;
        padding-top: 10px;
    }
    .JobSearch .item .more {
        position: absolute;
        right: 0;
        width: 100%;
        top: 0;
        height: 100%;
        z-index: 2;
        cursor: pointer;
    }
    .JobSearch .item .more:after {
        width: 30px;
        height: 30px;
        position: absolute;
        right: 0;
        top: 0;
        content: "";
        background: #00437c url(../images/more.gif) center center no-repeat;
    }
    .JobSearchForm .input {
        text-indent: 1em;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
    }
    .JobSearchForm button {
        font-size: 14px;
        width: 60px;
        height: 45px;
    }
    .JobList .item {
        line-height: 24px;
    }
    .JobList .top,
    .JobList .txtCont {
        padding: 20px;
    }
    .JobList .tit {
        font-size: 18px;
        margin-bottom: 0;
    }
    .JobList .list li {
        padding-right: 20px;
    }
    .JobList .list li:after {
        right: 10px;
    }
    .JobList .arrbtn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        right: 20px;
        top: 20px;
    }
    .JobList .txt {
        margin-bottom: 20px;
    }
    .JobList .apply {
        padding-top: 20px;
    }
    .JobList .apply a {
        width: 100px;
        line-height: 40px;
        font-size: 14px;
    }
}


/* 海外中国业务部 */

.BusinessInfo2 .imgbox {
    width: 45.5%;
}

.BusinessInfo2 .info {
    width: 54.4%;
    padding-left: 6%;
    line-height: 30px;
}

.BusinessInfo2 .t1 {
    font-size: 1.8vw;
    color: #00437c;
    line-height: 2vw;
    margin-top: 0%;
    font-weight: bold;
}

.BusinessInfo2 .t1 img {
    margin-bottom: 5px;
}

.BusinessInfo2 .numlist2 {
    margin: 35px 0;
}

.BusinessInfo2 .numlist2 li {
    width: 50%;
    float: left;
    color: #9e7b55;
}

.BusinessInfo2 .numlist2 .num span {
    display: inline-block;
    line-height: 61px;
    font-size: 60px;
    font-family: "DINMedium";
    font-weight: bold;
    padding-right: 20px;
    background: url(../images/more5.gif) right center no-repeat;
}

.BusinessInfo3 {
    padding: 5.5% 0;
}

.BusinessInfo3 .info {
    width: 35%;
    float: left;
    padding-right: 2%;
    font-size: 18px;
}

.BusinessInfo3 .imgbox {
    width: 64%;
    float: right;
}

.BusinessInfo3 .t1 {
    font-size: 1.8vw;
    color: #00437c;
    line-height: 2.2vw;
    font-weight: bold;
    margin-bottom: 2.6vw;
}

.BusinessInfo3 .t2 {
    font-size: 24px;
    color: #00437c;
    margin-bottom: 18px;
}

.BusinessInfo3 .p {
    margin: 0 8% 24px 0;
}

.BusinessInfo3 .item {
    border-bottom: 1px solid #f0f0f0;
    height: 120px;
    color: #000;
}

.BusinessInfo3 .item:last-child {
    border-bottom: 0
}

.BusinessInfo3 .item .num {
    display: inline-block;
    line-height: 61px;
    font-size: 60px;
    font-family: "DINMedium";
    font-weight: bold;
    padding-right: 20px;
    background: url(../images/more5.gif) right center no-repeat;
    vertical-align: middle;
    margin-right: 10px;
    color: #9e7b55;
}

.BusinessInfo3 .item .ico {
    width: 95px;
}

.BusinessInfo3 .item .fz {
    font-size: 24px;
    color: #9e7b55;
}

.BusinessInfo4 {
    margin: 0 0 7% -5%
}

.BusinessInfo4 .item {
    float: left;
    padding-left: 5%;
}

.BusinessInfo4 .item dd {
    width: 50%;
    float: left;
    font-size: 14px;
}

.BusinessInfo4 .item dd:hover {
    color: #9e7b55;
}

.BusinessInfo4 .item.i1 {
    width: 40%;
}

.BusinessInfo4 .item.i1 dd {
    width: 25%;
}

.BusinessInfo4 .item.i2 {
    width: 17%;
}

.BusinessInfo4 .item.i3 {
    width: 20%;
}

.BusinessInfo4 .item.i4 {
    width: 23%;
}

.BusinessInfo4 .item.i4 dd {
    width: 33.333%;
}

.BusinessInfo4 .tits {
    line-height: 49px;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 22px;
    color: #00437c;
    font-size: 20px;
    position: relative;
}

.BusinessInfo4 .tits span {
    display: inline-block;
}

.BusinessInfo4 .tits span:after {
    width: 20px;
    height: 1px;
    content: "";
    left: 0;
    bottom: -1px;
    position: absolute;
    background: #00437c;
}

.BusinessInfo5 {
    text-align: center;
}

@media(max-width:1440px) {
    .BusinessInfo2 .numlist2 {
        margin: 28px 0 24px;
    }
}

@media(max-width:1024px) {
    .BusinessInfo2,
    .BusinessInfo2 .cell {
        display: block;
    }
    .BusinessInfo2 .imgbox {
        width: auto;
        text-align: center;
    }
    .BusinessInfo2 .info {
        line-height: 24px;
        width: auto;
        padding: 18px 0;
    }
    .BusinessInfo2 .t1,
    .BusinessInfo3 .t1 {
        margin-top: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .BusinessInfo2 .numlist2 .num span {
        font-size: 40px;
    }
    .BusinessInfo2 .numlist2 {
        margin: 15px 0;
    }
    .BusinessInfo3 .info {
        width: auto;
        float: none;
        font-size: 14px;
    }
    .BusinessInfo3 .t2 {
        font-size: 16px;
    }
    .BusinessInfo3 .imgbox {
        width: auto;
        float: none;
    }
    .BusinessInfo3 .item .num {
        font-size: 40px;
    }
    .BusinessInfo3 .item .fz {
        font-size: 18px;
    }
    .BusinessInfo4 .item {
        width: auto !important;
        clear: both;
        float: none;
    }
}

@media(max-width:768px) {
    .BusinessInfo4 .item.i1 dd {
        width: 50%;
    }
}

.txtlist {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #fff;
    padding: 40px;
}

.txtlist li {
    width: 32%;
    float: left;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-right: 2%;
}

.txtlist li:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 1px;
    background: #dedede;
    content: "";
}

.txtlist li:nth-child(3n) {
    margin-right: 0;
}

.txtlist li:nth-child(3n):after,
.txtlist li:last-child:after {
    display: none
}

.txtlist li a {
    color: #333
}

@media(max-width:768px) {
    .txtlist li {
        width: 100%;
    }
    .txtlist li {
        height: 30px;
        line-height: 30px;
    }
    .txtlist li:nth-child(3n):after,
    .txtlist li:last-child:after,
    .txtlist li:after {
        display: none
    }
    .txtlist:after {
        bottom: -10px;
        right: -10px;
        background-size: 100% auto
    }
}


/* 20220429  教育培训栏目 */


/* 院校简介 */

.Schoolbg {
    background: url(../images/yuanxiaobg.png) no-repeat center center #fff;
    background-size: 100% auto;
}

.SchoolInfo .imgbox {
    width: 38.6%;
    float: left;
}

.SchoolInfo .imgbox img {
    width: 100%;
}

.SchoolInfo .Info {
    width: 54.6%;
    float: right;
}

.SchoolInfo .btns {
    overflow: hidden;
    margin-top: 3%;
}

.SchoolInfo .btns a {
    float: left;
    width: 40%;
    line-height: 60px;
    text-align: center;
    background: #9e7b55;
    color: #fff;
    font-size: 18px;
    margin-right: 5%;
}

.coopSchool {
    margin-bottom: 6%;
}

.coopSchool:nth-child(2n) .imgbox {
    float: right;
}

.coopSchool:nth-child(2n) .Info {
    float: left;
}

.SchoolNum {
    margin: 5% 0;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}

.SchoolNum ul {}

.SchoolNum ul li {
    width: 25%;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #f5f5f5;
    border-right: 1px solid #f5f5f5;
    padding: 50px 40px;
    position: relative;
}

.SchoolNum ul li::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: #00437c;
    position: absolute;
    left: -1px;
    top: 48px;
}

.SchoolNum ul li h1 {
    font-weight: normal;
}

.SchoolNum ul li h1 span {
    font-family: "DINMedium";
    font-size: 50px;
    color: #9c7a55;
    letter-spacing: -2px;
}

.SchoolNum ul li h1 i {
    font-family: "DINMedium";
    font-size: 25px;
    color: #9c7a55;
    position: relative;
    margin-left: 10px;
    top: -8px;
}

.SchoolNum ul li p {
    line-height: 26px;
    height: 26px;
    margin-top: 10px;
}

.SchoolContact {
    padding-left: 580px;
    position: relative;
}

.SchoolContact .SchoolContactCon {
    width: 580px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: url(../images/1.jpg) no-repeat center;
    background-size: cover;
    box-sizing: border-box;
    padding: 90px 40px;
}

.SchoolContact .SchoolContactCon ul li {
    padding-left: 90px;
    position: relative;
    line-height: 60px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
}

.SchoolContact .SchoolContactCon ul li:first-child {
    border-top: none;
}

.SchoolContact .SchoolContactCon ul li .ico {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -30px;
}

.SchoolContact .SchoolContactCon ul li .ico img {
    vertical-align: middle;
}

/*
 .Map002364 为demo编号
 */
 .Map002364{width:900px;margin-left: 20px;}
 .Map002364 .columnName{ font-size:32px; font-family:'sans-serif';   color:#333; margin:0; padding-bottom:2%; text-align:center;}
 .Map002364 .columnName:after{ display:block; margin:0 auto; width:68px; height:1px; background-color:#bbb; margin-top:16px; content:'';}
 .Map002364 dl{display: flex;justify-content: space-between;flex-wrap: wrap;}
 .Map002364 dd{position:relative;height: 500px;width:49%;}
 .Map002364 .map *{ max-width:none;}
 .Map002364 dd figure{ padding:3%;}
 .Map002364 dd ul{ padding-bottom:3%; }
 .Map002364 dd li{line-height:24px; padding:30px 0; padding-left:50px; border-bottom:1px dashed #dbdbdb; background:url(../images/Map002364-icon_name.gif) no-repeat center left; font-size:16px; color:#767676;}

 @media(min-width:641px){
 .Map002364 .map{ position:absolute !important; width:100%; left:0; height:100%; top:0;}
 }
 @media(max-width:640px){
 .Map002364 .map{ height:300px; position:relative !important;}
 .Map002364 dd figure{ padding:0;}
 .Map002364{width: 100%;margin-left: 0;}
 .Map002364 dd{width: 100%;height: auto;margin-top: 20px;}
 
 }
 @media(max-width:480px){
 .Map002364 dd figure h1{ font-size:20px;}
 }
 









.SchoolContact .map #map {
    height: 500px;
    width: 100%;
}

.BMap_shadow img {
    display: none;
}

.Aboutbg .SchoolContact .map #map {
    height: 401px;
    width: 100%;
}

.Aboutbg .SchoolContact .SchoolContactCon ul li {
    line-height: 30px;
}

.Aboutbg .SchoolContact .SchoolContactCon ul li .txt {
    overflow: hidden;
}

.Aboutbg .SchoolContact .SchoolContactCon ul li .txt span {
    float: left;
}

.Aboutbg .SchoolContact .SchoolContactCon ul li .txt span.adds {width: 310px;}
.Aboutbg .SchoolContact {
    margin-top: 5%;
}

@media(max-width:1024px) {
    .SchoolInfo .imgbox {
        width: 100%;
    }
    .SchoolInfo .Info {
        width: 100%;
        margin-top: 20px;
    }
    .SchoolNum ul li {
        padding: 30px;
    }
    .SchoolNum ul li h1 span {
        font-size: 30px;
    }
    .SchoolNum ul li p {
        line-height: 20px;
        height: 20px;
        height: 40px;
    }
    .SchoolContact {
        padding-left: 400px;
    }
    .SchoolContact .SchoolContactCon {
        width: 400px;
        padding: 50px 30px;
        width: 400px;
    }
    .SchoolContact .map #map {
        height: 420px;
    }
}

@media(max-width:768px) {
    .SchoolNum ul li {
        width: 50%;
        padding: 15px 15px 25px;
    }
    .SchoolNum ul li::before {
        top: 20px;
    }
    .SchoolContact {
        padding-left: 0;
    }
    .SchoolContact .SchoolContactCon {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        position: static;
    }
    .SchoolContact .map #map {
        height: 300px;
    }
    .SchoolContact .SchoolContactCon ul li {
        padding-left: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 45px;
    }
    .SchoolContact .SchoolContactCon ul li .ico {
        width: 45px;
        height: 45px;
        line-height: 45px;
        margin-top: -22.5px;
    }
    .SchoolContact .SchoolContactCon ul li .ico img {
        max-height: 25px;
    }
}


/* 院校资讯 */

.SchoolNews ul {
    margin-left: -3.5%;
}

.SchoolNews ul li {
    width: 29.83%;
    margin-left: 3.5%;
    margin-bottom: 4%;
    float: left;
    border-bottom: 1px solid #00437c;
}

.SchoolNews ul li .img {
    padding-top: 65%;
}

.SchoolNews ul li .img span {
    transition: all .5s;
    -webkit-transition: all .5s;
}

.SchoolNews ul li .txt {
    padding-left: 100px;
    position: relative;
    margin-top: 30px;
}

.SchoolNews ul li .txt .date {
    width: 65px;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    color: #9c7a55;
    font-family: "DINMedium";
}

.SchoolNews ul li .txt .date i {
    display: block;
    font-size: 50px;
    line-height: 50px;
    font-weight: bold;
    padding-bottom: 6px;
    border-bottom: 2px solid #d9d9d9;
}

.SchoolNews ul li .txt h1 {
    font-size: 24px;
    line-height: 38px;
    height: 76px;
    font-weight: normal;
}

.SchoolNews ul li .txt .dec {
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    margin: 5% 0 8% 0;
    height: 60px;
}

.SchoolNews ul li .txt .more {
    text-align: right;
    font-size: 14px;
    padding-right: 68px;
    position: relative;
    line-height: 50px;
    color: #000;
}

.SchoolNews ul li .txt .more i {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/jia.png) no-repeat center #00437c;
    position: absolute;
    right: 0;
    top: 0;
}

.SchoolNews ul li:hover {
    border-bottom: 1px solid #9c7a55;
}

.SchoolNews ul li:hover .img span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}

.SchoolNews ul li:hover .txt h1 {
    color: #9c7a55;
}

.SchoolNews ul li:hover .txt .more i {
    background: url(../images/jia.png) no-repeat center #9c7a55;
}

@media(max-width:1366px) {
    .SchoolNews ul li .txt {
        padding-left: 85px;
    }
    .SchoolNews ul li .txt .date {
        width: 60px;
    }
    .SchoolNews ul li .txt .date i {
        font-size: 40px;
        line-height: 40px;
    }
    .SchoolNews ul li .txt h1 {
        font-size: 20px;
        line-height: 30px;
        height: 60px;
    }
    .SchoolNews ul li .txt .more {
        line-height: 40px;
        padding-right: 60px;
    }
    .SchoolNews ul li .txt .more i {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
}

@media(max-width:1024px) {
    .SchoolNews ul li {
        width: 46.5%;
    }
    .SchoolNews ul li .txt h1 {
        font-size: 16px;
        line-height: 28px;
        height: 56px;
    }
    .SchoolNews ul li .txt .dec {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

@media(max-width:640px) {
    .SchoolNews ul li {
        width: 96.5%;
        margin-bottom: 30px;
        position: relative;
    }
    .SchoolNews ul li .txt {
        margin-top: 15px;
        padding-left: 0;
        position: static;
    }
    .SchoolNews ul li .txt .date {
        width: 72px;
        padding: 8px;
        background: rgba(0, 67, 124, 0.6);
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }
    .SchoolNews ul li .txt .date i {
        font-size: 35px;
        line-height: 35px;
    }
    .SchoolNews ul li .txt h1 {
        height: auto;
    }
    .SchoolNews ul li .txt .dec {
        height: auto;
        margin: 10px 0 18px 0;
    }
    .SchoolNews ul li .txt .more {
        line-height: 35px;
        padding-right: 50px;
    }
    .SchoolNews ul li .txt .more i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
}


/* 服务产品 */

.SchoolProBg {
    padding-bottom: 0;
}

.SchoolPro .SchoolPro_1 .item {
    margin-bottom: 5%;
    background: #f5f5f5;
    padding-left: 450px;
    position: relative;
}

.SchoolPro .SchoolPro_1 .item .img {
    width: 450px;
    position: absolute;
    left: 0;
    top: 0;
}

.SchoolPro .SchoolPro_1 .item .img .imgbox {
    width: 100%;
    padding-top: 350px;
}

.SchoolPro .SchoolPro_1 .item .img .title {
    width: 370px;
    height: 65px;
    line-height: 60px;
    box-sizing: border-box;
    padding: 0 20px;
    background: url(../images/titbg.png) repeat;
    color: #fff;
    font-size: 28px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.SchoolPro .SchoolPro_1 .item .img .title span {
    font-family: "DINMedium";
}

.SchoolPro .SchoolPro_1 .item .img .title i {
    display: inline-block;
    margin: 0 15px;
}

.SchoolPro .SchoolPro_1 .item .txt {
    padding: 30px 50px;
    box-sizing: border-box;
    height: 350px;
}

.SchoolPro .SchoolPro_1 .item .txt .tit {
    font-size: 22px;
    color: #000;
    margin-bottom: 10px;
}

.SchoolPro .SchoolPro_1 .item .txt .con {
    font-size: 14px;
    color: #333;
    line-height: 28px;
}

.SchoolPro .SchoolPro_1 .item .txt .goal {
    border-bottom: 1px solid #e9ecef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd {
    margin-bottom: 10px;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li {
    display: inline-block;
    margin-right: 30px;
    line-height: 30px;
    position: relative;
    margin-bottom: 5px;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li a {
    display: block;
    padding-left: 13px;
    position: relative;
    color: #00437c;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background: #00437c;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li::before {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #9c7a55;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li::after {
    content: '';
    display: block;
    border-top: 5px solid #9c7a55;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li.on::before {
    opacity: 1;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li.on::after {
    opacity: 1;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li.on a {
    color: #9c7a55;
}

.SchoolPro .SchoolPro_1 .item .txt .course .hd ul li.on a::before {
    background: #9c7a55;
}

.SchoolProBg_1 {
    padding: 5% 0;
    background: #f5f5f5;
}

.SchoolProBg_1 .SchoolPro_2 ul {
    margin-left: -1%;
}

.SchoolProBg_1 .SchoolPro_2 ul li {
    width: 24%;
    margin-left: 1%;
    float: left;
    background: url(../images/addbg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;
    margin-bottom: 1%;
    text-align: center;
    ;
}

.SchoolProBg_1 .SchoolPro_2 ul li .bg {
    position: absolute;
    top: 25%;
    left: -20%;
}

.SchoolProBg_1 .SchoolPro_2 ul li .ico {
    width: 100px;
    height: 100px;
    background: #9c7a55;
    line-height: 100px;
    margin: 0 auto;
}

.SchoolProBg_1 .SchoolPro_2 ul li .ico img {
    vertical-align: middle;
}

.SchoolProBg_1 .SchoolPro_2 ul li .txt h1 {
    position: relative;
    font-weight: normal;
    margin: 40px 0 30px 0;
}

.SchoolProBg_1 .SchoolPro_2 ul li .txt h1::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #9c7a55;
    position: absolute;
    left: 0;
    top: 50%;
}

.SchoolProBg_1 .SchoolPro_2 ul li .txt h1 span {
    display: inline-block;
    font-size: 28px;
    padding: 0 20px;
    background: #fff;
    position: relative
}

.SchoolProBg_1 .SchoolPro_2 ul li .txt .con {
    line-height: 40px;
    color: #555;
    height: 240px;
    overflow-y: auto;
    text-align: left;
    display: inline-block;
}

@media(max-width:1024px) {
    .SchoolPro .SchoolPro_1 .item {
        padding-left: 400px;
    }
    .SchoolPro .SchoolPro_1 .item .txt {
        padding: 30px;
    }
    .SchoolPro .SchoolPro_1 .item .img .title {
        font-size: 20px;
        width: 320px;
    }
    .SchoolPro .SchoolPro_1 .item .txt .con {
        line-height: 22px;
        font-size: 13px;
    }
    .SchoolPro .SchoolPro_1 .item .img {
        width: 400px;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li {
        padding: 30px 20px;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li .ico {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li .ico img {
        max-height: 35px;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li .txt h1 {
        margin: 20px 0;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li .txt h1 span {
        font-size: 20px;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li .txt .con {
        line-height: 30px;
        height: 180px;
        font-size: 13px;
    }
}

@media(max-width:768px) {
    .SchoolPro .SchoolPro_1 .item {
        padding-left: 0;
    }
    .SchoolPro .SchoolPro_1 .item .img {
        width: 100%;
        position: relative;
    }
    .SchoolPro .SchoolPro_1 .item .img .imgbox {
        padding-top: 65%;
    }
    .SchoolPro .SchoolPro_1 .item .txt {
        height: auto;
        padding: 20px;
    }
    .SchoolPro .SchoolPro_1 .item .txt .tit {
        font-size: 18px;
        font-weight: bold;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li {
        width: 49%;
    }
}

@media(max-width:640px) {
    .SchoolPro .SchoolPro_1 .item .img .title {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
        width: 80%;
    }
    .SchoolPro .SchoolPro_1 .item .txt .goal {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .SchoolPro .SchoolPro_1 .item .txt .course .hd ul li {
        margin-right: 15px;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li {
        width: 99%;
    }
    .SchoolProBg_1 .SchoolPro_2 ul li .txt .con {
        height: auto;
    }
}

.global_map {
    text-align: center
}

.global_map .photo {
    padding: 2% 0
}

@media(max-width:1440px) {
    .AboutHornor .slick-arrow {
        margin-top: -50px;
    }
    .AboutHornor .slick-prev {
        left: 0;
    }
    .AboutHornor .slick-next {
        right: 0;
    }
}


/*.JobItem .item.i2 .imgbox {
    height: 30vw;
}*/

.contactBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 12vw;
    background-color: #00437c;
    color: #fff;
    font-family: PingFang-SC-Medium;
    font-size: 20px;
    line-height: 32px;
    box-sizing: border-box;
    float: right;
    width: 43.73%;
    margin-left: 1vw;
}

.contactBox .qrBox {
    float: left;
    margin-right: 2vw;
}

.contactBox .qrBox img {
    max-width: 153px;
    width: 75%;
}

.contactBox .txtbox {
    float: left;
}

.contactBox dl {
    overflow: hidden;
    display: flex;
    align-items: center;
}

.contactBox dl dd {
    width: 50px;
    height: 50px;
    border: solid 1px #265f90;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contactBox dl dt {
    float: left;
    margin-left: 16px;
}

.contactBox dl dt p {}

.videoBox {
    margin-bottom: 2%;
}

.videoBox video {
    width: 100%;
    height: auto;
}

@media(max-width:1024px) {
    .contactBox {
        font-size: 16px;
        line-height: 28px;
    }
}

@media(max-width:768px) {
    .JobItem .item_left {
        width: 100%;
        float: none;
    }
    .JobItem .item.i3 {
        width: 100% !important;
    }
    .JobItem .item.i3 a {}
    .contactBox {
        width: 99%;
        height: auto;
        padding: 2vw 0;
    }
    .contactBox .qrBox {
        margin-right: 0;
    }
}


/*22-07-28*/

.w1170 {
    max-width: 1170px;
    margin: 0 auto;
    width: 90%;
}

.subTitle {
    font-family: PingFang-SC-Medium;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #333333;
    float: left;
}

.subProduce {
    width: 74%;
    float: right;
    padding-bottom: 3%;
}

.subProduce ul {
    margin-left: -3%;
}

.subProduce ul li {
    width: 30.33%;
    margin-left: 3%;
    position: relative;
    margin-bottom: 3%;
    float: left;
}

.subProduce ul li .imgbox {
    padding-top: 44.5%;
}

.subProduce ul li .txtbox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: PingFang-SC-Heavy;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ffffff;
    width: 100%;
    text-align: center;
}

@media(max-width:1024px) {
    .subTitle {
        font-size: 30px;
    }
    .subProduce ul li .txtbox {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .subTitle {
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 36px;
    }
    .subProduce {
        width: 100%;
    }
}

@media(max-width:480px) {
    .subTitle {
        font-size: 24px;
    }
    .subProduce ul li {
        width: 47%;
    }
    .subProduce ul li .txtbox {
        font-size: 16px;
    }
}

.office-header {
    margin-bottom: 40px;
    padding-bottom: 0;
    border-bottom: 1px solid #01447d;
}

.office-header h1 {
    display: block;
    line-height: 60px;
    height: 60px;
    font-size: 28px;
    font-weight: bold;
    color: #01447d;
}

.office-content {
    color: #666;
    line-height: 1.8;
    margin-bottom: 100px;
    text-align: justify;
}

.office-contact {
    position: relative;
    margin-bottom: 60px;
}

.office-contact:before,
.office-contact:after {
    display: table;
    content: "";
    line-height: 0;
    clear: both;
}

.office-contact h2 {
    background-color: #01447d;
    color: #fff;
    padding: 25px 60px 25px 30px;
    font-size: 26px;
    display: inline-block;
    position: absolute;
    top: -43px;
    left: 0;
}

.office-contact ul {
    float: left;
    width: 47.5%;
    border: 1px solid #E5E5E5;
    padding: 70px 30px 24px;
    height: 260px;
}

.office-contact ul li {
    padding: 5px 0;
    color: #666;
}

.office-contact ul li .fa {
    color: #01447d;
    font-size: 16px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.office-contact ul li .fa img {
    position: relative;
    top: 6px;
}

.office-contact ul li label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.office-contact .-focus {
    float: right;
    width: 50%;
}

.office-contact .-focus .imgbox {
    padding-top: 260px;
}

.office-map {
    position: relative;
    height: 400px;
}

.SingleInfo{margin-bottom: 1%;}
.SingleInfo .img{width: 45%;padding-left: 4%;}
.SingleInfo .img img{width: 100%;}

@media(max-width:1024px) {

}

@media(max-width:768px) {
    .SingleInfo .cell{display: block;width: auto;}
    .SingleInfo .img{padding:20px 0 0 0;}
    .office-contact ul,
    .office-contact .-focus {
        width: 100%;
        float: none;
    }
    .office-content {
        margin-bottom: 50px;
    }
    .office-header h1 {
        display: block;
        line-height: 50px;
        height: 50px;
        font-size: 18px;
        font-weight: bold;
        color: #01447d;
    }
    .office-contact h2 {
        background-color: #01447d;
        color: #fff;
        padding: 10px 20px;
        font-size: 18px;
        display: inline-block;
        position: absolute;
        top: -20px;
        left: 0;
    }
    .office-contact ul {
        padding-top: 40px;
    }
}

.AboutTeam {
    margin-bottom: 5%;
}