@charset "utf-8";
@import url(/css/animate.css);
@font-face {
    font-family: "pingfang";
    src: url('/iconfont/PingFangSC.ttf');
}

@font-face {
    font-family: "pingfang";
    src: url('/iconfont/PingFangSC.eot');
}


/* 本css主要控制公共头、公共底的css样式 */

body {
    font-family: "pingfang" !important;
    overflow-x: auto;
    font-size: 0;
    background-color: #f3f7fd;
    min-width: 1300px;
}

a {
    font-family: "pingfang";
    transition: all .3s;
    -webkit-transition: all .3s;
    cursor: pointer;
}

a * {
    transition: all .3s;
    -webkit-transition: all .3s;
}

@media screen and (min-width: 769px) {
    .layui-container {
        width: 1200px;
        padding: 0 !important;
    }
}

@media screen and (min-width: 992px) {
    body {
        min-width: auto;
        width: 100%;
    }
    .layui-container {
        width: 95%;
        padding: 0 !important;
    }
}

@media screen and (min-width: 1230px) {
    .layui-container {
        width: 1230px;
    }
}

@media screen and (min-width: 1630px) {
    .layui-container {
        width: 1380px;
    }
}

.top {
    background: #fff;
    overflow: hidden;
}

.top>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top .top-left {
    width: 350px;
}

.top .top-left img {
    display: block;
    margin: 30px 0;
    width: 100%;
}

.top .top-right h1 {
    font-size: 18px;
    color: #142841;
}


/* 导航栏样式 */

.top_dh {
    position: relative;
}

.top_dhSide {
    position: absolute;
    height: 70px;
    width: calc((100% - 800px)/2);
    z-index: -1;
}

.top_dhSide.top_dh_left {
    left: 0;
    top: 0;
    background-color: #142841;
}

.top_dhSide.top_dh_right {
    right: 0;
    top: 0;
    background-color: #ced8e4;
}

.top_dh>.layui-container {
    position: unset;
}

.dh_menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-left: -2.3%;
    display: inline-block;
    background-color: #142841;
    width: 74%;
}

.dh_item {
    display: inline-block;
    height: 70px;
    padding-left: 3%;
    padding-right: 3%;
    box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dh_button {
    background-color: #142841;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 18px;
    line-height: 70px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.dh_item:hover {
    background-color: #3467c2;
}

.dh_item:hover .dh_button {
    background-color: #3467c2;
}

.sub_menu {
    overflow: hidden;
    height: 0;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000000;
    text-align: left;
}

.sub_menu>div {
    display: flex;
    padding-bottom: 15px;
}

.sub_menu>div>div {
    display: inline-block;
    margin-top: 20px;
    margin-right: 50px;
    margin-bottom: 15px;
    vertical-align: top;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.sub_menu>div>div:last-of-type {
    margin-right: 0;
}

.sub_menu>div>div>a {
    font-size: 18px;
    color: #142841;
    line-height: 33px;
    box-sizing: border-box;
    padding: 0px;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    font-weight: bold;
    margin-bottom: 10px;
}

.sub_menu>div>div:first-of-type>a {
    padding-left: 0;
}

.sub_menu>div>div>ul {
    padding-top: 10px;
    padding-bottom: 15px;
    box-sizing: border-box;
    z-index: 100;
    width: calc(100% - 30px);
    position: absolute;
    display: none;
    left: 15px;
}

.sub_menu>div>div>ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
}

.sub_menu>div>div>ul li a {
    font-size: 18px;
    line-height: 33px;
    display: block;
    padding: 5px 0;
    color: #162943;
    margin-bottom: 10px;
    font-weight: bold;
    flex-wrap: wrap;
}

.sub_menu>div>div>ul li a img {
    width: 100px;
    margin-top: 4px;
}

.sub_menu>div>div>ul li a:hover,
.sub_menu>div>div>ul li a.hover {
    color: #3467c1;
    font-weight: bold;
}

.sub_menu>div>div>ul div {
    padding-left: 2px;
    box-sizing: border-box;
}

.sub_menu>div>div>ul div a {
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    color: rgba(20, 40, 66, 0.8);
    margin-bottom: 15px;
    font-weight: normal;
    position: relative;
}

.sub_menu>div>div>ul div a div.fourthNavBox {
    position: absolute;
    left: 80%;
    min-width: 100%;
    top: -8px;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    display: flex;
    padding: 10px;
    box-sizing: border-box;
    display: none;
    background-color: #FFF;
    z-index: 1;
}

.sub_menu>div>div>ul div a div.fourthNavBox span {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 20px;
    white-space: nowrap;
    margin-bottom: 10px;
    font-weight: normal;
    color: #162943;
}

.sub_menu>div>div>ul div a div.fourthNavBox span:hover,
.sub_menu>div>div>ul div a div.fourthNavBox span.hover {
    color: #4a78ca;
}

.sub_menu>div>div>ul div a div.fourthNavBox span:last-of-type {
    margin-bottom: 0;
}

.sub_menu>div>div>ul div a:hover {
    color: #4a78ca;
    text-decoration: underline;
}

.sub_menu>div>div>ul div a:hover div.fourthNavBox {
    display: block;
}

.sub_menu>div>div>ul div a.hover {
    color: #4a78ca;
}

.sub_menu>div>div hr {
    top: 62px;
}

.sub_menu>div>div hr {
    position: absolute;
    left: 0;
    background-color: #d4dce7;
    width: calc(100% - 30px);
    height: 2px;
    margin: 0;
    z-index: 1;
}

.sub_menu>div>div:hover>a,
.sub_menu>div>div.hover>a {
    color: #3467c3;
    font-weight: bold;
}

.sub_menu>div>div:hover>a::after,
.sub_menu>div>div.hover>a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #3467c3;
    bottom: -10px;
    left: 0;
    z-index: 2;
}

.sub_menu>div>div:first-of-type>a::after {
    left: 0;
}

.sub_menu.overWidth>div {
    justify-content: space-between
}

.sub_menu.overWidth>div .sub_menuChild {
    margin-right: 0;
}

.sub_menu.overWidth2>div {
    flex-wrap: wrap;
}

.sub_menu.overWidth2>div>div {
    width: 25%;
    margin-right: 0;
    margin-top: 35px;
}

.sub_menu.overWidth2>div>div a {
    margin-bottom: 15px;
}

.contact {
    width: 28.3%;
    display: inline-block;
    height: 70px;
    background-color: #ced8e4;
    vertical-align: top;
    padding-left: 24px;
    box-sizing: border-box;
    position: relative;
}

.contact .search_control {
    font-size: 25px;
    color: #142841;
    line-height: 70px;
}

.contact .search {
    width: 10px;
    position: absolute;
    background-color: #FFF;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    opacity: 0;
    z-index: -1;
    top: 22px;
    left: 24px;
}

.contact .search input {
    display: block;
    width: 85%;
    height: 100%;
    color: #333;
    font-size: 16px;
    border: 0;
}

.contact .search i {
    font-size: 24px;
    color: #142841;
}

.contact .search.active {
    opacity: 1;
    z-index: 1;
    transition: 0.3s ease all;
    width: calc(100% - 200px);
}

.contact>a {
    font-size: 18px;
    line-height: 70px;
    color: #142841;
    vertical-align: top;
    margin-left: 12px;
}

.contact>a:hover {
    color: rgba(20, 40, 65, 0.7);
}

.contact>div:last-of-type {
    position: absolute;
    font-size: 16px;
    line-height: 22px;
    right: 0;
    top: calc((100% - 22px)/2);
    z-index: 100;
    height: 28px;
}

.contact>div:last-of-type a {
    color: #142841;
    display: inline-block;
    margin: 0 7px;
    height: 84px;
}

.contact>div:last-of-type a:hover {
    color: rgba(20, 40, 65, 0.7);
}

.contact>div:last-of-type a i {
    margin-left: 5px;
}

.contact>div:last-of-type a i:first-of-type {
    margin-right: 5px;
    color: #142841;
    font-size: 20px;
}

.contact>div:last-of-type a i:last-of-type {
    font-size: 10px;
}

.contact>div:last-of-type div {
    position: absolute;
    top: 40px;
    right: 0;
    text-align: center;
    background-color: #FFF;
    padding: 5px 10px;
    display: none;
    border-radius: 5px;
}

.contact>div:last-of-type div a {
    color: #142841;
    line-height: 20px;
    height: auto;
    display: flex;
    white-space: nowrap;
    padding: 15px 0;
    box-sizing: border-box;
    border-bottom: 1px #ddd solid;
    align-items: center;
    justify-content: flex-start;
}

.contact>div:last-of-type div a img {
    width: 25px;
    margin-right: 10px;
}

.contact>div:last-of-type div a:hover {
    color: #3467c2;
}

.contact>div:last-of-type div a:last-of-type {
    border-bottom: 0;
}

.contact>div:last-of-type:hover div {
    display: block;
}

.bottom {
    background: url(/images/bottomBg.jpg);
    background-size: 100% auto;
    background-position: top center;
    overflow: hidden;
    padding-top: 80px;
}

.bottom h1 {
    display: block;
    font-size: 48px;
    color: #FFF;
    text-align: center;
    line-height: 70px;
    margin-top: 96px;
}

.bottom h2 {
    display: block;
    font-size: 36px;
    color: #FFF;
    text-align: center;
    line-height: 46px;
    margin-top: 23px;
    margin-bottom: 138px;
}

.bottomContent {
    display: flex;
    justify-content: space-between;
}

.bottomContent>div {
    padding-right: 2%;
    box-sizing: border-box;
    width: calc(92% / 4);
}

.bottomContent>div:last-of-type {
    padding-right: 0;
    width: 14%;
}

.bottomContent h3 {
    font-size: 18px;
    color: #FFF;
    line-height: 30px;
    font-weight: bold;
}

.bottomContent p {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
}

.bottomContent p font {
    white-space: nowrap;
}

.bottomContent .bottomEwm {
    display: flex;
    justify-content: space-between;
}

.bottomContent .bottomEwm div {
    width: 45%;
}

.bottomContent .bottomEwm img {
    width: 100%;
}

.bottomContent .bottomEwm font {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    display: block;
    line-height: 20px;
    margin-top: 14px;
    white-space: nowrap;
}

.bottomContent2 {
    display: flex;
    align-items: center;
    margin: 20px auto 55px;
}

.bottomContent2 p:first-of-type {
    width: auto;
}

.bottomContent2 p:first-of-type img {
    height: 30px;
    display: inline-block;
    margin-left: 12px;
}

.bottomContent2 p:first-of-type a:first-of-type img {
    height: 30px;
}

.bottomContent2 p:first-of-type a:nth-of-type(2) img {
    height: 26px;
}

.bottomContent2 p:first-of-type a:last-of-type img {
    height: 20px;
}

.bottomContent2 p {
    font-size: 14px;
    line-height: 22px;
    color: #FFF;
    margin-right: 25px;
}

.bottomContent2 p:last-of-type {
    margin-right: 0;
}

.bottomContent2 p:last-of-type img {
    width: 15px;
}

.location {
    display: block;
    text-align: right;
    font-size: 17px;
    margin: 36px 0 0;
}

.location a {
    font-size: 17px;
    color: #052b5e;
}

.location a:last-of-type {
    color: #3467c2;
}

.pageTitle {
    line-height: 75px;
    display: inline-block;
    font-size: 28px;
    color: #041b4c;
    position: relative;
    font-weight: bold;
    box-sizing: border-box;
    width: 100%;
    margin: 20px auto 37px;
}

.pageTitle::before {
    width: 80px;
    height: 4px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-color: #3467c2;
    content: '';
}

.backtop {
    position: fixed;
    right: 15px;
    bottom: 25%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    background-color: #FFF;
    color: #142842;
    text-align: center;
    border-radius: 50px;
    z-index: 100000;
    font-size: 14px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
    -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
}

.backtop i {
    color: #142842;
    font-size: 24px;
}

.backtop span {
    display: none;
    line-height: normal;
    margin-top: 7px;
}

.backtop:hover {
    background-color: #142842;
    color: #FFF;
}

.backtop:hover i {
    display: none;
}

.backtop:hover span {
    display: block;
}

@media screen and (max-width: 1024px) {
    .dh_menu {
        width: 70%;
    }
    .contact {
        width: 32.3%;
    }
    .bottomContent>div {
        padding-right: 1%;
    }
    .bottomContent h3 {
        font-size: 16px;
    }
    .bottomContent p,
    .bottomContent .bottomEwm font {
        font-size: 12px;
    }
    .bottomContent2 p {
        font-size: 12px;
        margin-right: 12px;
    }
    .bottomContent2 p:first-of-type a:first-of-type img {
        height: 23px;
    }
    .bottomContent2 p:first-of-type a:nth-of-type(2) img {
        height: 18px;
    }
    .bottomContent2 p:first-of-type a:last-of-type img {
        height: 15px;
    }
}

@media screen and (max-width: 850px) {
    body {
        min-width: unset;
    }
    .top {
        overflow: unset;
    }
    .top .top-left {
        width: 70%;
    }
    .top .top-right {
        width: auto;
    }
    .top .top-right>div {
        display: block !important;
    }
    .top .top-right i {
        font-size: 1.5rem;
        margin-left: 10px;
    }
    .top .top-right>div>div {
        position: relative;
    }
    .top .top-right>div>div>div {
        position: absolute;
        top: 40px;
        right: 34px;
        text-align: center;
        background-color: #FFF;
        padding: 5px 10px;
        border-radius: 5px;
        z-index: 100;
        font-size: 0.875rem;
        box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -moz-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        -webkit-box-shadow: 2px 2px 16px rgba(20, 40, 75, 0.2);
        display: none;
    }
    .top .top-right>div>div>div a {
        color: #142841;
        line-height: 20px;
        height: auto;
        display: flex;
        white-space: nowrap;
        padding: 15px 0;
        box-sizing: border-box;
        border-bottom: 1px #ddd solid;
        align-items: center;
        justify-content: flex-start;
    }
    .top .top-right>div>div>div a img {
        width: 25px;
        margin-right: 10px;
    }
    .top .top-right>div>div>div a:last-of-type {
        border-bottom: 0;
    }
    .contact {
        display: none;
    }
    .top_dhSide.top_dh_right {
        display: none;
    }
    .top_dhSide.top_dh_left {
        display: none;
    }
    .top_dh>.layui-container {
        padding: 0;
        width: calc(100% - 30px);
        margin: 0 15px;
        box-sizing: border-box;
    }
    .top_dh {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: #142841;
        display: none;
        z-index: 100;
        overflow-y: auto;
    }
    .dh_button {
        font-size: 1.125rem;
        line-height: 50px;
        width: 100%;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }
    .dh_button i {
        transform: rotate(270deg);
        transition: transform 0.4s ease, opacity 0.4s ease;
        font-size: 13px;
    }
    .mobile_dhClose {
        border-bottom: 1px rgba(255, 255, 255, 0.6) dashed;
        display: flex !important;
        height: 50px;
        padding: 0;
        align-items: center;
        justify-content: flex-end;
    }
    .mobile_dhClose i {
        font-size: 20px;
        color: #FFF;
    }
    .dh_menu {
        width: 100%;
        margin-left: 0;
    }
    .dh_item {
        width: 100%;
        height: auto;
        border-bottom: 1px rgba(255, 255, 255, 0.6) dashed;
        padding: 0;
        box-sizing: border-box;
    }
    .dh_item:hover,
    .dh_item:hover .dh_button {
        background-color: transparent;
    }
    .sub_menu {
        position: relative;
        height: auto;
        top: 0;
        left: 0;
        box-shadow: none;
        background-color: transparent;
        display: none;
    }
    .sub_menu>div {
        flex-wrap: wrap;
        padding: 0;
        margin-bottom: 15px;
    }
    .sub_menu>div>div {
        width: 100%;
        margin: 0;
    }
    .sub_menu>div>div hr {
        display: none;
    }
    .sub_menu>div>div>a {
        margin-bottom: 0;
        font-size: 1rem;
        padding-left: 0.5rem !important;
        color: #FFF;
        font-weight: normal;
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .sub_menu>div>div>a i {
        transform: rotate(270deg);
        transition: transform 0.4s ease, opacity 0.4s ease;
        font-size: 13px;
    }
    .sub_menu>div>div:first-of-type>a::after {
        display: none;
    }
    .sub_menu>div>div:hover>a::after,
    .sub_menu>div>div.hover>a::after {
        display: none;
    }
    .sub_menu>div>div>ul {
        display: none;
        position: relative;
        width: 100%;
        padding: 0;
        left: 0;
    }
    .sub_menu>div>div>ul li {
        width: 100%;
        padding-left: 1rem;
        box-sizing: border-box;
    }
    .sub_menu>div>div>ul li a {
        padding: 0;
        margin-bottom: 0;
        font-size: 1rem;
        color: #FFF;
        font-weight: normal;
        display: flex;
        justify-content: space-between;
    }
    .sub_menu>div>div>ul div {
        padding-left: 1.5rem;
        display: none;
    }
    .sub_menu>div>div>ul div a {
        line-height: 30px;
    }
    .sub_menu>div>div>ul div a div.fourthNavBox {
        display: block !important;
        position: relative;
        left: 0;
        width: 100%;
        top: 0;
        padding: 0;
        box-shadow: unset;
        background-color: transparent;
    }
    .sub_menu>div>div>ul div a div.fourthNavBox div {
        display: block !important;
        padding-left: 2rem;
        margin: 8px 0px;
    }
    .sub_menu>div>div>ul div a div.fourthNavBox div span {
        color: #FFF;
    }
    .bottom {
        background-size: cover;
        padding-top: 20px;
    }
    .bottomContent {
        flex-wrap: wrap;
    }
    .bottomContent>div {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
        display: none;
    }
    .bottomContent>div:last-of-type {
        width: 100%;
        display: block;
    }
    .bottomContent .bottomEwm {
        display: flex;
        justify-content: space-between;
        width: 65%;
        margin: 15px auto 0;
    }
    .bottomContent2 {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .bottomContent2 p:first-of-type {
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 15px;
    }
    .bottomContent2 p:first-of-type font {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .bottomContent2 p:first-of-type a {
        width: calc((100% - 20px)/3);
        text-align: center;
    }
    .bottomContent2 p:first-of-type img {
        max-width: 100% !important;
        max-height: 24px !important;
        margin: 0 auto;
    }
    .bottomContent2 p {
        margin-bottom: 10px;
        margin-right: 15px;
    }
    .backtop {
        bottom: 15%;
    }
}<!--0.00010800361633301-->