@charset "UTF-8";

/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
    font-family: "pRegular";
    src: url('../font/PingFang-Regular.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Atami";
    src: url('../font/Atami-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "AdobeHeitiStd";
    src: url('../font/AdobeHeitiStd-Regular.woff.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "pBold";
    src: url('../font/PingFang-Bold.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* @font-face{
    font-family: "pMedium";
    src: url('../font/PingFangSC-Medium.ttf') format('opentype');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: "pMedium";
    src: url('../font/PingFang\ Medium_downcc.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

/* header */
header {
    width: 100%;
    background: #fff;
    overflow: hidden;
}

.header-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    padding: 0 50px;
}

.logo {
    display: block;
    width: 148px;
    overflow: hidden;
}

.logo img {
    width: 100%;
}

.hotline-wrap {
    display: flex;
    align-items: center;
}

.hotline-wrap p {
    font-size: 24px;
    color: #333;
    line-height: 24px;
    margin-left: 16px;
}

.nav-ul {
    display: flex;
    justify-content: space-between;
    height: 100px;
    align-items: flex-end;
}

.nav-ul li {
    margin-right: 64px;
}

.nav-ul li:last-child {
    margin-right: 0px;
}

.nav-ul li>a {
    display: block;
    font-size: 18px;
    line-height: 100px;
    text-align: center;
    color: #333;
    position: relative;
    transition: all .3s;
}

.nav-ul li>a::after {
    position: absolute;
    width: 47px;
    height: 4px;
    border-radius: 2px;
    background-color: #e60012;
    content: "";
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .3s;
}

.nav-ul li:hover>a,
.nav-ul li.nav-active a {
    color: #003399;
}

/* .nav-ul li:hover>a::after {
    opacity: 1;
}

.nav-ul li.nav-active a::after {
    opacity: 1;
} */

@media(max-width: 1400px) {
    .nav-ul li {
        margin-right: 40px;
    }
}

@media(max-width: 1200px) {
    .nav-ul li>a {
        font-size: 16px;
    }

    .nav-ul li {
        margin-right: 20px;
    }

    .hotline-wrap p {
        margin-left: 8px;
    }

    .header-main {
        padding-left: 32px;
    }
}

@media(max-width: 991px) {
    .nav-ul {
        display: none;
    }

    .hotline-wrap {
        display: none;
    }

    header {
        height: 70px;
    }

    .header-main {
        height: 70px;
    }
}

/* banner */



/* 底部 */
#footer {
    width: 100%;
    background: #003498;
    padding-top: 70px;
    padding-bottom: 30px;
}

.footer-main {
    display: flex;
    justify-content: space-between;
}

.footer-tel span {
    color: #fff;
}

.footer-tel {
    padding: 26px 0 14px;
}

.footer-left {
    width: 34%;
}

.footer-left ul {
    display: flex;
    margin-bottom: 30px;
}

.footer-left ul li {
    margin-right: 60px;
}

.footer-left ul li:last-child {
    margin-right: 0px;
}

.footer-left ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
}

.footer-code {
    margin-top: 10px;
    position: absolute;
}

.footer-copy {
    text-align: center;
    color: #ffffff;
    padding-top: 100px;
}

.footer-wximg {
    cursor: pointer;
}

.footer-code {
    display: none;
}

.footer-left h4 {
    font-size: 32px;
    color: #fff;
    padding-bottom: 20px;
}

.copy {
    font-size: 14px;
    color: #d8d8d8;
    line-height: 22px;
    font-weight: 300;
}

.footer-copy span {
    padding: 0 5px;
}

.footer-right {
    width: 66%;
}

.footer-nav {
    display: flex;
    justify-content: space-between;
}

.footer-nav li>a {
    color: #fff;
    font-size: 18px;
}

.footer-nav li dl dd a {
    color: #bacce5;
}

.footer-nav li dl {
    padding-top: 30px;
}

.footer-nav li dl dd {
    line-height: 30px;
}

.footer-hotline {
    display: flex;
    align-items: center;
    color: #fff;
    margin-right: 102px;
}

.footer-phone {
    width: 52px;
    height: 52px;
    overflow: hidden;
    margin-right: 25px;
}

.footer-hotlineinfo h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
}

.footer-hotlineinfo span {
    font-size: 30px;
    line-height: 30px;
}

.code-img {
    width: 98px;
    height: 98px;
    overflow: hidden;
    margin-right: 65px;
}

.code-img img {
    width: 100%;
}

.footer-logo a {
    display: block;
    width: 208px;
    overflow: hidden;
}

.footer-logo a img {
    width: 100%;
}

.footer-logo p {
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-top: 12px;
}

@media(max-width: 1700px) {
    .footer-left ul li {
        margin-right: 40px;
    }

    .footer-hotline {
        margin-right: 50px;
    }

    .code-img {
        margin-right: 40px;
    }
}

@media(max-width: 1600px) {
    .footer-left ul li {
        margin-right: 30px;
    }

    .footer-logo a {
        width: 190px;
    }

    .footer-logo p {
        font-size: 14px;
    }

    .footer-hotline {
        margin-right: 30px;
    }

    .code-img {
        margin-right: 20px;
    }
}

@media(max-width: 1400px) {
    .footer-left ul li a {
        font-size: 16px;
    }

    .footer-left ul li {
        margin-right: 20px;
    }

    .footer-logo a {
        width: 160px;
    }

    .footer-phone {
        margin-right: 15px;
    }

    .footer-hotlineinfo span {
        font-size: 24px;
        line-height: 24px;
    }
}

@media(max-width: 1200px) {
    .footer-main {
        flex-wrap: wrap;
    }

    .footer-left {
        width: 30%;
        margin-bottom: 30px;
    }

    .footer-right {
        width: 70%;
    }

    .footer-left ul {
        justify-content: center;
    }

    .copy {
        text-align: center;
    }

    .footer-left ul {
        margin-bottom: 15px;
    }

    .code-img {
        margin-right: 35px;
    }
}

@media(max-width: 991px) {
    #footer {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .footer-left ul {
        margin-bottom: 10px;
        flex-wrap: wrap;
    }

    .footer-left {
        display: none;
    }

    .footer-right {
        width: 100%;
    }

    .footer-nav li>a {
        font-size: 16px;
    }

    .footer-nav li dl dd a {
        font-size: 14px;
    }

    .footer-nav li dl dd {
        line-height: 24px;
    }

    .footer-nav li dl {
        padding-top: 10px;
    }

    .footer-copy {
        font-size: 14px;
        padding-top: 10px;
    }
}

@media(max-width:600px) {
    .footer-nav {
        flex-wrap: wrap;
    }

    .footer-nav li {
        width: 25%;
        text-align: center;
        margin-bottom: 20px;
    }
}

.headlang {
    width: 117px;
    height: 42px;
    border: 1px solid #d8d8d8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-family: "AdobeHeitiStd";
}

.headlang a {
    padding: 0 5px;
}

.homesol {
    padding: 80px 0 0px;
}

.hometit {
    text-align: center;
}

.hometit h2 {
    font-size: 56px;
    color: #c8c8c8;
    text-transform: uppercase;
    font-family: "Atami";
}

.hometit h3 {
    font-size: 42px;
    color: #333333;
    padding: 5px 0 10px;
}

.homesol-p {
    color: #555555;
    font-size: 18px;
}

@media(max-width:991px) {
    .headlang {
        display: none;
    }

    .logo {
        width: 95px;
    }

    .header-main {
        padding: 0 15px;
    }
}

@media(max-width:449px) {
    .logo {
        width: 80px;
    }
}

.homesol-box ul {
    display: flex;
    justify-content: space-around;
}

.homesol-box {
    margin-top: 40px;
}

.homesol-box li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #dbdbdb;
    width: 120px;
    height: 120px;
    flex-direction: column;
    border-radius: 50%;
    position: relative;
}

.homesol-icon-img img:last-child {
    display: none;
}

.homesol-box ul li h3 {
    margin-top: 10px;
    text-align: center;
}

.homesol-box ul li:hover a,
.homesol-box ul li.on a {
    background: #0068df;
    border: 1px solid #0068df;
    color: #fff;
}

.homesol-box ul li a::after {
    display: none;
    position: absolute;
    content: "";
    width: 21px;
    height: 18px;
    bottom: -18px;
    background: url("../img/homesol-san.png") no-repeat center;
}

.homesol-box ul li:hover a::after,
.homesol-box ul li.on a::after {
    display: block;
}

.homesol-box ul li:hover .homesol-icon-img img:last-child,
.homesol-box ul li.on .homesol-icon-img img:last-child {
    display: block;
}

.homesol-box ul li:hover .homesol-icon-img img:first-child,
.homesol-box ul li.on .homesol-icon-img img:first-child {
    display: none;
}


.homesol-botimg img {
    width: 100%;
}

.homesol-bot {
    margin-top: 50px;
}

.homesol-bot ul li {
    position: relative;
    display: none;
}

.homesol-bottxt {
    position: absolute;
    top: 25.6%;
    left: 60%;
    width: 30%;
    padding: 48px 35px 50px 48px;
    background: rgba(255, 255, 255, .8);
}

.homesol-bottxt a {
    background: #0068df;
    color: #fff;
    width: 100px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homesol-bottxt a span {
    margin-right: 20px;
}

.homesol-bottxt h3 {
    font-size: 32px;
}

.homesol-bottxt h3 i {
    display: block;
    width: 36px;
    height: 3px;
    background: #454545;
    margin-top: 15px;
}

.homesol-bottxt h4 {
    padding-top: 44px;
    padding-bottom: 50px;
    line-height: 30px;
    font-size: 18px;
}

.homepro {
    background: url("../img/hpro-bg.jpg") no-repeat center top;
    padding: 70px 0 60px;
}

.homepro-swiper .swiper-slide img {
    width: 100%;
}

.homepro-box {
    margin-top: 50px;
}

.homepro-swiper .swiper-pagination-progressbar {
    bottom: 0;
    top: auto;
    height: 5px;
}

.homepro-swiper .swiper-slide h3 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 60px;
    font-size: 18px;
}

.homepro-swiper .swiper-slide:hover h3 {
    color: #0068df;
}

.homepro-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0068df;
}

.hchoose {
    background: url("../img/choose-bg.jpg") no-repeat center top;
    padding: 70px 0 80px;
}

.hchoose-box ul {
    display: flex;
}

.hchoose-box {
    padding-top: 50px;
}

.hchoose-box ul li {
    position: relative;
    overflow: hidden;
}

.hchoose-box ul li .hchoose-txt {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, .2);
    height: 100%;
    color: #fff;
    width: 100%;
}

.hchoose-txtm {
    position: absolute;
    bottom: 30px;
    padding: 0 30px;
}

.hchoose-txtm h3 span {
    font-size: 24px;
}

.hchoose-txtm h3 {
    display: flex;
    align-items: center;
}

.hchoose-txtm span {
    padding-right: 60px;
}

.hchoose-txtm p {
    height: 0;
    overflow: hidden;
    transition: all 0.4s;
}

.hchoose-box ul li:hover .hchoose-txtm p {
    display: block;
    padding-top: 30px;
    height: 98px;
}

.hnews {
    padding: 50px 0 56px;
}

.hnews-box {
    margin-top: 40px;
}

.hnews-txt {
    margin-top: 28px;
}

.hnews-txt h3 {
    color: #2666e0;
}

.hnews-txt h4 {
    padding: 15px 0 15px;
    line-height: 30px;
}

.hnews-more a {
    display: block;
    width: 116px;
    height: 42px;
    color: #fff;
    background: #0068df;
    margin: 40px auto 0;
    border-radius: 60px;
    text-align: center;
    line-height: 42px;
}

.hnews-look span {
    color: #555555;
    padding-right: 5px;
}

@media(max-width:1700px) {
    .homesol-bottxt {
        position: absolute;
        top: 20%;
        left: 60%;
        width: 37%;
        padding: 35px;
        background: rgba(255, 255, 255, .8);
    }
}

@media(max-width:1600px) {
    .homesol-bottxt {
        position: absolute;
        top: 15%;
        left: 50%;
        width: 40%;
        padding: 30px;
        background: rgba(255, 255, 255, .8);
    }

    .homesol-bottxt h4 {
        padding-top: 20px;
        padding-bottom: 30px;
        line-height: 26px;
        font-size: 16px;
    }
}



@media(max-width:1200px) {
    .homesol-box li a {
        width: 100px;
        height: 100px;
    }

    .homesol-bottxt h4 {
        padding-top: 15px;
        padding-bottom: 20px;
        line-height: 24px;
    }

    .homesol-bottxt {
        padding: 25px;

    }
}


@media(max-width:991px) {
    .hometit h2 {
        font-size: 40px;
    }

    .hometit h3 {
        font-size: 30px;
    }

    .homesol-p {
        font-size: 16px;
    }

    .homesol-box ul {
        flex-wrap: wrap;
    }

    .homesol-box li {
        width: 25%;
        margin-bottom: 30px;
    }

    .homesol-box li a {
        margin: 0 auto;
    }

    .homesol-bot {
        margin-top: 0px;
    }

    .homesol-bottxt {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 80%;
        padding: 15px;
        background: rgba(255, 255, 255, .8);
        transform: translate(-50%, -50%);
    }

    .homesol-bottxt h3 {
        font-size: 22px;
    }

    .homesol-bottxt a {
        height: 35px;
        line-height: 35px;
    }

    .homepro {
        padding: 30px 0 40px;
    }

    .homepro-box {
        margin-top: 30px;
    }

    .homepro-swiper .swiper-slide h3 {
        padding-bottom: 30px;
    }

    .hchoose-box ul {
        flex-wrap: wrap;
    }

    .hchoose-box ul li {
        width: 50%;
    }

    .hchoose {
        padding: 30px 0 40px;
    }

    .hchoose-box {
        padding-top: 20px;
    }

    .hnews {
        padding: 40px 0;
    }

    .hnews-box {
        margin-top: 20px;
    }

    .hnews-box ul li {
        margin-bottom: 25px;
    }

    .hnews-more a {
        margin: 20px auto 0;
    }
}


@media(max-width:600px) {
    .homesol-bottxt {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 15px;
        background: rgba(255, 255, 255, .8);
        transform: translate(0, 0);
    }

    .hchoose-txtm h3 span {
        font-size: 18px;
        white-space: nowrap;
    }

    .hchoose-txtm span {
        padding-right: 30px;
    }

    .hchoose-box ul li:hover .hchoose-txtm p {
        font-size: 14px;
        line-height: 20px;
        height: auto;
    }
}



@media(max-width:500px) {
    .homesol {
        padding: 40px 0 0;
    }

    .hometit h2 {
        font-size: 35px;
    }

    .hometit h3 {
        font-size: 26px;
    }

    .homesol-p {
        font-size: 14px;
        padding: 0 30px;
    }

    .homesol-box ul li h3 {
        font-size: 14px;
    }

    .homesol-box li a {
        width: 80px;
        height: 80px;
    }
}

@media(max-width:400px) {

    .homesol-box ul li h3 {
        font-size: 12px;
    }

    .homesol-box li a {
        width: 75px;
        height: 75px;
    }

    .homesol-box {
        margin-top: 20px;
    }
}

/*关于我们*/
.about-nav {
    height: 85px;
    line-height: 85px;
    padding: 0 350px;
}

.aboutNav-swiper .swiper-slide {
    text-align: center;
}

.aboutNav-swiper .swiper-slide a {
    display: block;
    position: relative;
}

.aboutNav-swiper .swiper-slide a::after {
    position: absolute;
    width: 10px;
    height: 7px;
    background: url("../img/inav-icon.png") no-repeat center;
    content: "";
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.aboutNav-swiper .swiper-slide:hover a:after {
    display: block;
}

.aboutNav-swiper .swiper-slide:hover a {
    color: #003399;
}

.aboutNav-swiper .swiper-slide.on a {
    color: #003399;
}

.aboutNav-swiper .swiper-slide.on a:after {
    display: block;
}

.ab-nav {
    border-bottom: 1px solid #efefef;
}

.about-qyjjm {
    display: flex;
    padding: 80px 0 154px;
    overflow: hidden;
}

.about-qyjjl {
    width: 50%;
    padding-right: 40px;
}

.about-qyjjr {
    width: 50%;
}

.qyjjl-tit h3 span {
    font-size: 36px;
    padding-right: 20px;
}

.qyjjl-tit h3 {
    display: flex;
    align-items: center;
}

.qyjjl-tit h4 {
    font-size: 24px;
    padding-top: 40px;
    padding-bottom: 76px;
}

.about-qyjjr {
    font-size: 18px;
}

.about-qyjjr p {
    margin-bottom: 40px;
    line-height: 30px;
    text-indent: 2em;
}

.about-qywh {
    background: url("../img/culture-bg.jpg") no-repeat center top;
    padding: 60px 0 100px;

}

.qywh-tit h3 {
    font-size: 36px;
}

.qywh-tit {
    text-align: center;
}

.qywh-tit h4 {
    margin-top: 50px;
    line-height: 30px;
    padding: 0 55px;
}

.qywh-box ul {
    display: flex;
}

.qywh-box {
    padding-top: 60px;
}

.qywh-box ul {
    padding: 0 260px;
    justify-content: space-between;
}

.qywh-icon img:last-child {
    display: none;
}

.qywh-icon img {
    display: block;
    margin: 0 auto;
}

.qywh-box ul li h3 {
    font-size: 24px;
    margin-top: 10px;
}

.qywh-box .qywh-boxtop li {
    cursor: pointer;
    width: 33.3333%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.qywh-icon {
    text-align: center;
}

.qywh-boxtop {
    margin-bottom: 30px;
}

.qywh-box ul li h4 {
    width: 0px;
    height: 5px;
    background: #003498;
    margin: 16px auto 0;
    border-radius: 5px;
    transition: all 0.3s;

}

.qywh-box ul li:hover h4 {
    width: 26px;
}

.qywh-box ul li:hover h3 {
    color: #003498;
}

.qywh-box ul li:hover .qywh-icon img:first-child {
    display: none;
}

.qywh-box ul li:hover .qywh-icon img:last-child {
    display: block;
}

.qywh-box ul li.on h4 {
    width: 26px;
}

.qywh-box ul li.on h3 {
    color: #003498;
}

.qywh-box ul li.on .qywh-icon img:first-child {
    display: none;
}

.qywh-box ul li.on .qywh-icon img:last-child {
    display: block;
}

.qywh-txt {
    display: flex;
    padding: 36px;
    background: #fff;
    border-radius: 5px;
}

.qywh-txtl {
    width: 50%;
}

.qywh-txtr {
    width: 50%;
    padding-left: 50px;
    padding-top: 45px;
    line-height: 35px;
}

.about-fzlc {
    background: url("../img/history-bg.png") no-repeat center top;
    padding: 90px 0 70px;
}

.fzlc-tit h3 {
    font-size: 36px;
}

.fzlc-tit h4 {
    margin-top: 30px;
}

.fzlc-box {
    margin-top: 120px;
}

.fzlc-swiper a h3 {
    font-size: 30px;
    color: #003399;
}

.fzlc-swiper a h4 {
    margin-top: 20px;
}

.fzlc-swiper .fzlc-txt {
    display: block;
    border-right: 1px solid #dedede;
    padding: 45px 0 130px 30px;
}

.fzlc-icon span {
    display: block;
    background: url("../img/history-line.png") repeat-x center;
    height: 10px;
}

.fzlc-icon {
    margin-top: 30px;
}

.circle {
    margin-top: 5px;
}

.fzlc-box {
    position: relative;
}

.fzlc-box .swiper-button-next {
    top: -70px;
    right: 0;
    width: 70px;
    height: 70px;
    background: #ededed url("../img/history-next.png") no-repeat center;
}

.fzlc-box .swiper-button-prev {
    top: -70px;
    left: auto;
    right: 100px;
    width: 70px;
    height: 70px;
    background: #ededed url("../img/history-prev.png") no-repeat center;
}

.fzlc-box .swiper-button-prev:hover {
    background: #003498 url("../img/history-prev-on.png") no-repeat center;
}

.fzlc-box .swiper-button-next:hover {
    background: #003498 url("../img/history-next-on.png") no-repeat center;
}

.fzlc-txt h4 {
    height: 24px;
    line-height: 30px;
    padding-right: 30px;
}

.about-qyry {
    background: url("../img/honor-bg.png") no-repeat center top;
    padding: 90px 0 100px;
    background-size: cover;
}

.qyry-tit h3 {
    font-size: 36px;
}

.qyry-titm {
    margin-top: 30px;
    line-height: 35px;
}

.qyry-boxm {
    width: 54%;
    margin-top: 40px;
}

.qyry-swiper .swiper-button-next {
    top: auto;
    left: 104px;
    bottom: 0px;
    width: 70px;
    height: 70px;
    background: #ededed url("../img/history-next.png") no-repeat center;
}

.qyry-swiper .swiper-button-next:hover {
    background: #003498 url("../img/history-next-on.png") no-repeat center;
}

.qyry-swiper .swiper-button-prev {
    top: auto;
    left: 0;
    bottom: 0px;
    width: 70px;
    height: 70px;
    background: #ededed url("../img/history-prev.png") no-repeat center;
}

.qyry-swiper {
    padding-bottom: 110px;
}

.qyry-swiper .swiper-button-prev:hover {
    background: #003498 url("../img/history-prev-on.png") no-repeat center;
}

@media(max-width:1700px) {
    .about-qyjjr {
        font-size: 16px;
    }

    .about-qyjjr p {
        margin-bottom: 30px;
    }

    .qywh-txtr {
        line-height: 30px;
    }
}

@media(max-width:1600px) {
    .about-qyjjr p {
        margin-bottom: 20px;
    }

    .qywh-txtr {
        line-height: 28px;
        padding-top: 0;
    }

    .qywh-txtr p {
        margin-bottom: 10px;
    }
}

@media(max-width:1400px) {
    .about-nav {
        padding: 0 200px;
    }

    .about-qyjjr p {
        margin-bottom: 10px;
        line-height: 24px;
    }

    .qywh-box ul {
        padding: 0 150px;
    }

    .qywh-txtr {
        line-height: 24px;
        padding-top: 0;
    }

}

@media(max-width:1200px) {
    .about-qyjjm {
        display: block;
    }

    .about-qyjjl {
        width: 100%;
        padding: 0;
    }

    .about-qyjjr {
        width: 100%;
        margin-top: 30px;
    }

    .qywh-txt {
        display: block;
    }

    .about-qywh {
        background-size: cover;
    }

    .qywh-txtl {
        width: 100%;
    }

    .qywh-txtr {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }
}


@media(max-width:991px) {
    .about-nav {
        padding: 0px;
    }

    .about-qyjjm {
        padding: 40px 0 60px;
    }

    .qyjjl-tit h4 {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .qywh-box ul {
        padding: 0 30px;
    }

    .qywh-tit h4 {
        padding: 0;
    }

    .qywh-box .qywh-boxtop li {
        width: 33.333%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .qywh-box ul li h3 {
        font-size: 18px;
    }

    .qywh-tit h3 {
        font-size: 24px;
    }

    .qyjjl-tit h3 span {
        font-size: 28px;
    }

    .about-qywh {
        padding: 40px 0 30px;
    }

    .qywh-tit h4 {
        margin-top: 30px;
    }

    .fzlc-tit h3 {
        font-size: 28px;
    }

    .fzlc-tit h4 {
        margin-top: 10px;
    }

    .about-fzlc {
        padding: 40px 0 40px;
    }

    .fzlc-box .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .fzlc-box .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .fzlc-swiper .fzlc-txt {
        padding: 0px 0 50px 30px;
    }

    .fzlc-box .swiper-button-prev {
        right: 70px;
    }

    .qyry-boxm {
        width: 100%;
    }

    .qyry-tit h3 {
        font-size: 28px;
    }

    .about-qyry {
        padding: 40px 0 40px;
    }

    .qyry-titm {
        margin-top: 15px;
        line-height: 30px;
    }

    .qyry-boxm {
        margin-top: 15px;
    }

    .qyry-swiper .swiper-button-next {
        width: 50px;
        height: 50px;
    }

    .qyry-swiper .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

    .qyry-swiper .swiper-button-next {
        left: 70px;
    }

    .qyry-swiper {
        padding-bottom: 80px;
    }
}

@media(max-width:600px) {
    .qywh-box ul {
        padding: 0;
    }

    .qywh-box ul li h3 {
        font-size: 14px;
    }

    .about-qyjjm {
        padding: 40px 0 30px;
    }

    .qywh-box {
        padding-top: 30px;
    }

    .qywh-txt {
        padding: 15px;
    }
}

.qywh-txtul li {
    display: none;
}

.qywh-txtul {
    padding: 0 !important;
}

/*产品中心*/
.proNav-swiper .swiper-slide {
    text-align: center;
}

.proNav-swiper .swiper-slide a {
    display: block;
    position: relative;
    white-space: nowrap;

}

.proNav-swiper .swiper-slide a::after {
    position: absolute;
    width: 10px;
    height: 7px;
    background: url("../img/inav-icon.png") no-repeat center;
    content: "";
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.proNav-swiper .swiper-slide:hover a:after {
    display: block;
}

.proNav-swiper .swiper-slide:hover a {
    color: #003399;
}

.proNav-swiper .swiper-slide.on a {
    color: #003399;
}

.proNav-swiper .swiper-slide.on a:after {
    display: block;
}

.pro {
    background: #f7f7f7;
    padding: 80px 0;
}

.pro-boximg img {
    width: 100%;
}

.pro-boximg {
    position: relative;
    overflow: hidden;
}

.pro-mask {
    position: absolute;
    top: 100%;
    left: 0;
    background: rgba(0, 52, 152, .5);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s;
}

.pro-mask img {
    width: auto;
}

.pro-boxtxt {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro-box ul li:hover .pro-mask {
    top: 0;
}

.pro-box ul li:hover .pro-boxtxt {
    color: #003597;
}

.pro-box ul li {
    margin-bottom: 50px;
}

@media(max-width:991px) {
    .pro {
        padding: 40px 0 0;
    }

    .pro-box ul li {
        margin-bottom: 20px;
    }

    .pro-boxtxt {
        margin-top: 20px;
    }
}

.app-nav .about-nav {
    padding: 0;
    line-height: 24px;
    padding-top: 5px;
    height: auto;
    padding-top: 50px;
    padding-bottom: 60px;
}

.appnav-img img:last-child {
    display: none;
}

.appnav-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 37px;
}

.app-nav .about-nav .swiper-slide h3 {
    text-align: center;
    padding-top: 10px;
}

.appNav-swiper .swiper-slide:hover .appnav-img img:last-child {
    display: block;
}

.appNav-swiper .swiper-slide:hover .appnav-img img:first-child {
    display: none;
}

.appNav-swiper .swiper-slide:hover h3 {
    color: #003399;
}

.app-row {
    display: flex;
}

.app-boxl {
    width: 50%;
    padding-top: 80px;
    padding-right: 130px;
    padding-left: 11.4%;
}

.app-boxr {
    width: 50%;
}

.app-boxl h3 {
    font-size: 36px;
    padding-top: 30px;
    padding-bottom: 55px;
}

.app-boxltxt {
    line-height: 30px;
}

.app-rowtwo .app-boxl {
    text-align: right;
    padding-right: 11.4%;
    padding-left: 130px;
}

.app {
    padding-bottom: 80px;
}

.appNav-swiper .swiper-slide.on a {
    color: #003399;
}

.appNav-swiper .swiper-slide.on .appnav-img img:last-child {
    display: block;
}

.appNav-swiper .swiper-slide.on .appnav-img img:first-child {
    display: none;
}

@media(max-width:1600px) {
    .app-rowtwo .app-boxl {
        text-align: right;
        padding-right: 5%;
        padding-left: 5%;
    }

    .app-boxl {
        padding-right: 5%;
        padding-left: 5%;
    }
}

@media(max-width:1400px) {
    .app-boxl h3 {
        font-size: 36px;
        padding-top: 15px;
        padding-bottom: 20px;
    }

    .app-boxl {
        padding-top: 2%;
    }
}

@media(max-width:1200px) {
    .app-boxl h3 {
        font-size: 36px;
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .app-boxl {
        padding-top: 2%;
    }

    .app-boxl {
        padding-right: 2%;
        padding-left: 2%;
    }

    .app-rowtwo .app-boxl {
        text-align: right;
        padding-right: 2%;
        padding-left: 2%;
    }

    .app-boxltxt {
        line-height: 24px;
    }
}

@media(max-width:991px) {
    .app-row {
        flex-wrap: wrap;
    }

    .app-boxl {
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
    }

    .app-boxr {
        width: 100%;
        margin-top: 30px;
    }

    .app-rowtwo .app-boxl {
        text-align: left;
        padding-right: 30px;
        padding-left: 30px;
    }

    .app-boxl h3 {
        font-size: 28px;
    }

    .app-rowtwo {
        flex-direction: column-reverse;
    }

    .app-nav .about-nav {
        padding-top: 10px;
        padding-bottom: 15px;
    }

    .app {
        padding-bottom: 40px;
    }
}

@media(max-width:600px) {
    .app-boxl {
        padding-right: 15px;
        padding-left: 15px;
    }

    .app-rowtwo .app-boxl {
        padding-right: 15px;
        padding-left: 15px;
    }

}

/*新闻资讯*/
.newsNav-swiper .swiper-slide {
    text-align: center;
}

.newsNav-swiper .swiper-slide a {
    display: block;
    position: relative;
    width: 150px;
}

.newsNav-swiper .swiper-slide a::after {
    position: absolute;
    width: 10px;
    height: 7px;
    background: url("../img/inav-icon.png") no-repeat center;
    content: "";
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.newsNav-swiper .swiper-slide:hover a:after {
    display: block;
}

.newsNav-swiper .swiper-slide:hover a {
    color: #003399;
}

.newsNav-swiper .swiper-slide.on a {
    color: #003399;
}

.newsNav-swiper .swiper-slide.on a:after {
    display: block;
}

.news-nav {
    display: flex;
    justify-content: center;
}

.news-row {
    display: flex;
}

.news-l {
    width: 40%;
}

.news-r {
    width: 60%;
    padding: 45px 40px 0 40px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.news-ul {
    padding-top: 40px;
}

.news-ul li {
    margin-bottom: 40px;
}

.news-r h3 {
    color: #888888;
}

.news-r h4 {
    font-size: 22px;
    padding: 20px 0 30px;
}

.news-r p {
    color: #666666;
}

.news-r span {
    display: block;
    width: 130px;
    height: 47px;
    background: #003399;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    line-height: 47px;
    margin-top: 40px;
}

.news-ul li:hover .news-r {
    border-top: 1px solid #003399;
    border-bottom: 1px solid #003399;
}

@media(max-width:1400px) {
    .news-r {
        padding: 30px 20px 0 30px;
        ;
    }

    .news-r h4 {
        padding: 10px 0 20px;
    }

    .news-r span {
        margin-top: 20px;
    }
}

@media(max-width:1200px) {
    .news-r {
        padding: 15px 20px 0 30px;
        ;
    }

    .news-r h4 {
        padding: 10px 0 10px;
    }

    .news-r span {
        margin-top: 15px;
    }
}

@media(max-width:991px) {
    .news-row {
        display: block;
    }

    .news-l {
        width: 100%;
    }

    .news-r {
        width: 100%;
        padding: 0;
        padding-top: 30px;
    }
}

.newsd-tit {
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.newsd-tit h3 {
    font-size: 28px;
}

.newsd-tit span {
    display: block;
    padding: 30px 0 40px;
    color: #888888;
}

.newsd {
    padding-top: 60px;
}

.newsd-txt {
    padding-bottom: 70px;
    padding-top: 50px;
    line-height: 35px;
}

.newsd-page {
    border-top: 1px solid #eeeeee;
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 40px;
}

.newsd-pagel a {
    display: block;
}

.newsd-back {
    width: 130px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #eeeeee;
    cursor: pointer;
}

@media(max-width:1400px) {
    .newsd-txt img {
        width: 90%;
    }
}

@media(max-width:991px) {
    .newsd-txt img {
        width: 100%;
    }

    .newsd-tit h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .newsd {
        padding-top: 30px;
    }

    .newsd-tit span {
        padding: 15px 0 20px;
    }

    .newsd-txt {
        padding-bottom: 40px;
        padding-top: 20px;
        line-height: 26px;
    }

    .newsd-page {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media(max-width:449px) {
    .newsd-back {
        width: 90px;
    }
}

.step-box {
    background: url("../img/support-icon-bg.png") no-repeat center;
    width: 153px;
    height: 171px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-size: cover;
}

.step-ul {
    display: flex;
}

.step-ul li {
    width: 16.6666%;
    position: relative;
}

.step-txt {
    text-align: center;
}

.step-ul li::after {
    position: absolute;
    content: "";
    background: url("../img/support-arrow.png") no-repeat center;
    width: 10px;
    height: 19px;
    top: 76px;
    right: 0;
}

.step-ul li:last-child::after {
    display: none;
}

.sup-step {
    padding: 60px 0;
}

.step-tit h3 {
    font-size: 30px;
}

.step-tit h4 {
    font-size: 18px;
    margin-top: 30px;
}

.step-tit {
    text-align: center;
}

.step-ul {
    margin-top: 40px;
}

.step-txt {
    margin-top: 30px;
}

.step-txt h3 {
    font-size: 18px;
}

.step-txt p {
    padding: 0 26px;
    color: #666666;
    margin-top: 20px;
}

.download {
    background: url("../img/download-bg.jpg") no-repeat center top;
    padding: 60px 0 140px;
    overflow: hidden;
}

.down-tit {
    text-align: center;
}

.down-tit h3 {
    font-size: 30px;
}

.down-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.down-box ul li {
    background: #fff;
    width: 49%;
    margin-bottom: 14px;
}

.down-box ul li a {
    display: flex;
    justify-content: space-between;
    height: 65px;
    align-items: center;
    padding: 0 35px;
}

.down-box {
    margin-top: 60px;
}

@media(max-width:1200px) {
    .step-box {
        width: 110px;
        height: 124px;
    }

    .step-ul li::after {
        top: 52px;
    }

    .step-txt p {
        padding: 0 10px;
    }
}

@media(max-width:991px) {
    .step-ul li {
        width: 33.33333%;
        margin-bottom: 20px;
    }

    .step-ul {
        flex-wrap: wrap;
    }

    .step-ul li:nth-of-type(3)::after {
        display: none;
    }

    .step-tit h3 {
        font-size: 24px;
    }

    .sup-step {
        padding: 40px 0;
    }

    .step-tit h4 {
        margin-top: 15px;
    }

    .down-box ul {
        display: block;
    }

    .down-box ul li {
        width: 100%;
    }

    .down-tit h3 {
        font-size: 24px;
    }

    .download {
        padding: 40px 0;
    }

    .down-box {
        margin-top: 30px;
    }
}

@media(max-width:500px) {
    .step-ul li {
        width: 50%;
        margin-bottom: 20px;
    }

    .step-ul {
        flex-wrap: wrap;
    }

    .step-ul li:nth-of-type(3)::after {
        display: block;
    }

    .step-ul li:nth-of-type(4)::after {
        display: none;
    }

}

.prod-top {
    background: #f7f7f7;
    padding: 55px 0 60px;
}

.prod-topl {
    display: flex;
    align-items: flex-end;
    padding-right: 35px;
    width: 50%;
}

.prod {
    overflow: hidden;
}

.prod-sul {
    padding-bottom: 70px;
}

.prod-sul li {
    margin-top: 8px;
    border: 1px solid #f0f0f0;
    cursor: pointer;
}

.bigul {
    padding-right: 20px;
}

.bigul li {
    display: none;
}

.prod-topm {
    display: flex;
}

.prod-topr {
    background: #fff;
    padding: 60px 70px 40px 40px;
    width: 50%;
}

.prod-topr h3 {
    font-size: 32px;
}

.prod-toprtxt h4 {
    font-size: 18px;
    font-weight: bold;
    color: #555555;
    margin-top: 34px;
    margin-bottom: 5px;
}

.prod-toprtxt p {
    line-height: 30px;
}

.bigul li img {
    width: 100%;
}

.prod-jscs {
    padding-top: 70px;
}

.prod-jscsul {
    display: flex;

    border-bottom: 1px solid #e5e5e5;
}

.prod-jscsul li {
    margin-right: 60px;
    cursor: pointer;
}

.prod-jscsul li.on {
    padding-bottom: 36px;
    border-bottom: 2px solid #003399;
}

.prod-jscstit span {
    display: block;
    width: 4px;
    height: 23px;
    background: #003399;
    border-radius: 2px;
    margin-right: 16px;
}

.prod-jscstit h3 {
    font-size: 24px;
}

.prod-jscsbox {
    padding-top: 60px;
}

.prod-jscstit {
    display: flex;
    align-items: center;
}

.prod-tj {
    background: #f7f7f7;
    padding: 60px 0 80px;
    margin-top: 70px;
}

.prod-swiper .swiper-slide h3 {
    text-align: center;
    padding-top: 30px;
}

.tj-tit {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 36px;
}

.prod-tjm {
    padding-top: 28px;
}

.prod-jscstit {
    padding-bottom: 30px;
}

.prod-jscsbox img {
    margin-bottom: 30px;
    margin-top: 30px;
}

.prod-sul li.on {
    border: 1px solid #003399;
}

@media(max-width:1600px) {
    .prod-jscsbox img {
        width: 100%;
    }
}

@media(max-width:1400px) {
    .prod-topr h3 {
        font-size: 24px;
    }

    .prod-topr {
        padding: 30px;
    }
}

@media(max-width:1200px) {
    .prod-topm {
        display: block;
    }

    .prod-topl {
        width: 100%;
    }

    .prod-topr {
        width: 100%;
    }
}


@media(max-width:991px) {
    .prod-top {
        padding: 30px 0 40px;
    }

    .prod-jscsul li {
        margin-right: 30px;
    }

    .prod-jscs {
        padding-top: 30px;
    }

    .prod-jscsul li.on {
        padding-bottom: 18px;
    }

    .prod-jscsbox {
        padding-top: 30px;
    }

    .prod-jscsbox img {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .prod-tj {
        margin-top: 30px;
        padding: 40px 0;
    }

}

@media(max-width:600px) {
    .prod-toplbig {
        width: 100%;
    }

    .bigul {
        padding-right: 0px;
    }

    .prod-sul {
        padding-bottom: 0px;
    }

    .prod-topl {
        flex-wrap: wrap;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .prod-sul {
        display: flex;
        margin-top: 15px;
    }

    .prod-sul li {
        margin-right: 10px;
    }

    .prod-topr {
        padding: 15px;
    }
}

.dev-top {
    padding-top: 100px;
    padding-bottom: 90px;
    display: flex;
}

.dev-topl {
    width: 50%;
    padding-right: 40px;
}

.dev-topr {
    display: flex;
    justify-content: space-between;
}

.dev-toprl ul {
    display: flex;
    align-items: center;

}

.dev-toprl h3 p {
    font-size: 36px;
    color: #003399;

}

.dev-toprl h3 {
    position: relative;
}

.dev-toprl span {
    position: absolute;
    top: 0;
    right: -25px;
}

.dev-toprl li {
    padding-right: 80px;
}

.dev-toprl h4 {
    color: #666666;
}

.dev-topltit {
    display: flex;
}

.dev-topltit span {
    font-size: 36px;
    margin-right: 40px;
}

.dev-topl {
    padding-top: 70px;
}

.dev-toptxt {
    padding-top: 90px;
    line-height: 35px;
}

.dev-toptxt p {
    margin-bottom: 40px;
}

.dev-toprl ul {
    height: 168px;
}

.dev-toprl {
    width: 58%;
    justify-content: space-between;
}

.dev-toprl img {
    width: 100%;
}



.dev-toprr {
    width: 38%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dev-toprr img {
    width: 100%;
}

.dev-bot {
    padding: 50px 0 120px;
    background: url("../img/manu-bg.jpg") no-repeat center top;
}

.dev-topltit span {
    display: block;
}

.dev-bottit {
    text-align: center;
    padding: 0 120px;
}

.dev-bottit h3 {
    font-size: 36px;
    padding: 40px 0;
}

.dev-bottit p {
    line-height: 30px;
}

#certify {
    position: relative;
    margin: 0px auto;
    padding: 20px 0 80px;
    height: 500px;
}

#certify .swiper-slide {
    width: 800px;
    height: auto;
    position: relative;
}

#certify .swiper-slide img {
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
}

#certify .swiper-slide::after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .3);
    top: 0;
    left: 0;
    content: "";
}

#certify .swiper-slide.swiper-slide-active::after {
    background: none;
}

#certify .swiper-slide {
    text-align: center;
}

#certify .swiper-slide span {
    font-size: 18px;
    font-family: "sMedium";
    text-align: center;
    margin-top: 15px;
    display: none;
}

#certify .swiper-slide.swiper-slide-active span {
    display: block;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

@media only screen and (max-width:1199px) {
    #certify {
        width: 100%;
    }

    #certify .swiper-slide {
        width: 400px;
    }
}

@media only screen and (max-width:991px) {

    #certify .swiper-button-next,
    #certify .swiper-button-prev {
        display: none;
    }

    #certify {
        padding-bottom: 30px;
        padding-top: 0px;
    }
}

@media only screen and (max-width:767px) {
    #certify .swiper-slide {
        width: 280px;
    }

}

.dev-botbox {
    margin-top: 20px;
}

.Wqyry-swiper .swiper-button-next {
    width: 70px;
    height: 70px;
    top: 40%;
    right: 11.4%;
    background: #ededed url("../img/history-next.png") no-repeat center;
}

.Wqyry-swiper .swiper-button-next:hover {
    background: #003498 url("../img/history-next-on.png") no-repeat center;
}

.Wqyry-swiper .swiper-button-prev {
    width: 70px;
    height: 70px;
    top: 40%;
    left: 11.4%;
    background: #ededed url("../img/history-prev.png") no-repeat center;
}

.Wqyry-swiper {
    padding-bottom: 110px;
}

.Wqyry-swiper .swiper-button-prev:hover {
    background: #003498 url("../img/history-prev-on.png") no-repeat center;
}

@media(max-width:1600px) {
    .dev-toptxt {
        padding-top: 30px;
    }
}

@media(max-width:1400px) {
    .dev-toptxt {
        padding-top: 30px;
    }

    .dev-toptxt p {
        margin-bottom: 5px;
    }

    .dev-toprl ul {
        height: 142px;
    }
}

@media(max-width:1200px) {
    .dev-top {
        display: block;
    }

    .dev-toprl {

        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .dev-topl {
        width: 100%;
    }

    .dev-toprl ul {
        height: 122px;
    }

    .dev-topl {
        padding-right: 0;
    }

    .Wqyry-swiper {
        padding-bottom: 0;
    }

    #certify {
        height: 350px;
    }

}

@media(max-width:991px) {
    .dev-top {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .dev-topl {
        padding-top: 40px;
    }

    .dev-bot {
        padding: 30px 0 0px;
    }

    .dev-bottit {
        padding: 0 15px;
    }

}

@media(max-width:570px) {
    .dev-toprl ul {
        height: auto;
    }

    #certify {
        height: 240px;
    }

    .dev-toprl li {
        padding-right: 30px;
    }
}


/* 联系我们 */
.contact-wrap {
    padding-top: 62px;
    padding-bottom: 50px;
}

.contact-list {
    display: flex;
    justify-content: center;
}

.contact-item {
    margin: 0 24px;
    width: 320px;
    text-align: center;
    color: #333;
}

.contact-item h4 {
    font-size: 24px;
    line-height: 24px;
    margin-top: 24px;
    margin-bottom: 30px;
}

.contact-icon img {
    line-height: 38px;
}

.contact-item p {
    line-height: 30px;
    font-size: 18px;
}

.contact-map {
    overflow: hidden;
    width: 100%;
}

.contact-map img {
    width: 100%;
}

.feedback-message {
    width: 100%;
    overflow: hidden;
    padding-top: 53px;
}

.online-msg {
    text-align: center;
    font-size: 24px;
    margin-bottom: 38px;
    line-height: 24px;
}

.message-list {
    display: flex;
    flex-wrap: wrap;
}

.message-item {
    display: flex;
    border: 1px solid #ececec;
    border-radius: 4px;
    margin-bottom: 19px;
    align-items: center;
    flex: 1;
    margin-right: 16px;
}

.message-item:last-child {
    margin-right: 0px;
}

.message-textarea {
    padding-top: 20px;
    padding-bottom: 20px;
    align-items: flex-start;
    margin-bottom: 41px;
}

.message-item span {
    font-size: 16px;
    margin-left: 10px;
    text-align: right;
    color: #555;
}

.message-item input {
    flex: 1;
    background: none;
    border: none;
    line-height: 62px;
    padding-right: 10px;
}

.message-item textarea {
    flex: 1;
    background: none;
    border: none;
    resize: none;
    height: 234px;
    line-height: 30px;
    padding-right: 10px;
}

.message-btn {
    width: 200px;
    height: 56px;
    color: #fff;
    margin: 0 auto 63px;
    text-align: center;
    font-size: 18px;
    background-color: #003399;
    line-height: 56px;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .message-two {
        justify-content: space-between;
    }

    .message-two .message-item {
        margin-right: 0px;
        width: calc(50% - 8px);
        flex: none;
    }
}

@media (max-width: 991px) {
    .contact-item {
        padding: 0px 10px;
    }

    .contact-item p {
        font-size: 16px;
    }

    .contact-wrap {
        padding-top: 40px;
        padding-bottom: 38px;
    }

    .message-item input {
        line-height: 46px;
    }

    .message-item textarea {
        height: 180px;
    }
}

@media (max-width: 599px) {
    .contact-wrap {
        padding-top: 30px;
        padding-bottom: 18px;
    }

    .contact-list {
        flex-wrap: wrap;
    }

    .contact-item {
        width: 100%;
        padding: 0px;
        margin-bottom: 12px;
    }

    .contact-item h4 {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .contact-item p {
        line-height: 26px;
    }

    .feedback-message {
        padding-top: 38px;
    }

    .online-msg {
        margin-bottom: 28px;
    }

    .message-item {
        margin-right: 0px;
        width: 100%;
        flex: none;
    }

    .message-two .message-item {
        width: 100%;
    }

    .message-btn {
        margin-bottom: 42px;
    }
}

/* 人才招聘 */
.recrument-wrap {
    padding-top: 50px;
    padding-bottom: 77px;
}

.recrument-list li {
    margin-bottom: 14px;
}

.recrument-list li:last-child {
    margin-bottom: 0px;
}

.recrument-top {
    background-color: #f7f7f7;
    padding-right: 45px;
    padding-left: 90px;
    display: flex;
    height: 56px;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    color: #333;
}

.recrument-icon {
    width: 24px;
    height: 21px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/recruit-down.png);
    cursor: pointer;
}

.recrument-list li.on .recrument-top {
    background-color: #003399;
    color: #fff;
}

.recrument-list li.on .recrument-icon {
    background-image: url(../img/recruit-up.png);
}

.recrument-des {
    padding-top: 32px;
    padding-bottom: 36px;
    padding-left: 90px;
    display: none;
}

.recrument-des p {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

@media (max-width: 1200px) {
    .recrument-top {
        padding-left: 45px;
    }

    .recrument-des {
        padding-left: 45px;
    }
}

@media (max-width: 991px) {
    .recrument-top {
        padding-left: 25px;
        padding-right: 25px;
    }

    .recrument-des {
        padding-left: 25px;
        padding-top: 20px;
        padding-bottom: 15px;
    }

    .recrument-wrap {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (max-width: 599px) {
    .recrument-top {
        padding-left: 15px;
        padding-right: 15px;
    }

    .recrument-des {
        padding-left: 15px;
        padding-top: 20px;
        padding-bottom: 15px;
    }
}

#p-banner .swiper-slide img {
    width: 100%;
    display: block;
}

.pc {
  display: block !important;
}

.mo {
  display: none !important;
}

@media(max-width:991px) {
  .pc {
    display: none !important;
  }

  .mo {
    display: block !important;
  }
}

#dc-home-address {
 height: 520px;
 width: 100%;
}

.enfoot {
  display: none;
}