/*  WAP主导航 */
.wapNav {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    background: #231815;
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 0;
}

.wapNav li {
    position: relative;
}


.wapNav li a {
    display: block;
    padding-left: 20px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    /*border-bottom: 1px solid #444;*/
    position: relative;
}

.wapNav li i {
    font-family: "iconfont";
    color: #ccc;
    font-size: 1.2em;
    font-style: normal;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0px;
    line-height: 50px;
}


.wapNav li.cur > a, .wapNav .cur > a:hover {
    background: #030202;
    color: #C0A062;
}

.wapNav li :hover i, .wapNav .cur i {
    color: #fff;
}

.wapNav .navSub {
    display: none;
    background: #1a1512;
}

.wapNav .navSub li a {
    height: 40px;
    line-height: 40px;
    padding-left: 40px;
    font-size: .875em;
    color: #fff;
}

.wapNav .navSub ul {
    background: #1a1512;
}

.wapNav .navSub ul li a {
    height: 34px;
    line-height: 34px;
    padding-left: 60px;
}

.wapNav .menu {
    overflow: hidden;
    font-size: 1rem;
}

.wapNav .menu a {
    float: left;
    width: 50%;
    text-align: center;
    line-height: 50px;
    /*border-right: 1px solid #444;*/
    color: #fff;
    /*border-bottom: 1px solid #444;*/
    font-size: 14px;
}

.wapNav .menu a i {
    font-family: "iconfont";
    margin-right: 5px;
    position: relative;
    font-style: normal;
    color: #ccc;
    font-size: 1rem;
}

.wSearch {
    background: #f1f1f1;
    overflow: hidden;
    padding: 20px 15px;
    font-size: 12px;
}

.wSearch form {
    margin: 0 auto;
    background: #fff;
    height: 40px;
    overflow: hidden;
    padding-right: 60px;
}

.wSearch .sear_text {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    color: #666;
    padding-left: 10px;
}

.wSearch .sear_btn {
    float: left;
    width: 60px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s;
    margin-right: -60px;
}

.wSearch .sear_btn:hover {
    background: #014099;
}

/* 全宽Banner响应式样式 */
.full-width-banner {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    position: relative;
    overflow: hidden;
    height: 60vh;
    min-height: 300px;
    max-height: 600px;
}

.full-width-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* 超宽屏适配 */
@media all and (min-width: 1920px) {
    .full-width-banner {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        display: block;
    }
}

@media all and (max-width: 1800px) {
    .container {
        padding-left: 20px;
        padding-right: 20px;
        /*margin-bottom: 40px;*/
    }

    .header .logo {
        left: 15px
    }

    .headR {
        right: 15px
    }

    .listBanner h3 {
        padding-left: 15px;
    }

    .proList_menu {
        margin: 0 15px;
    }
    
    /* 全宽Banner响应式 */
    .full-width-banner {
        height: 55vh;
        max-height: 500px;
    }
}


@media all and (max-width: 1600px) {
    .nav .m > a {
        padding: 0 20px;
    }

    .about {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden;
    }

    .about .container, .listMenu {
        padding: 0;
    }
}

@media all and (max-width: 1440px) {
    .header .logo img {
        height: 60px;
    }

    .header {
        font-size: .875rem;
    }

    .nav {
        padding-left: 230px;
        padding-right: 250px;
    }

    .nav .m > a {
        padding: 0;
        padding: 0 15px;
    }

    .footer {
        font-size: .75rem;
    }

    .footMenu {
        font-size: 1.286em;
    }

    .firmMenu li {
        font-size: 24px;
        padding-left: 70px;
        height: 110px;
    }

    .firmMenu li span {
        font-size: 12px;
    }

    .firmMenu li i {
        font-size: 2.4rem;
        margin-left: -50px;
    }

    .pd70 {
        overflow: hidden;
    }

    .advForm {
        padding: 30px 35px;
        font-size: 1em;
    }

    .solutionL li {
        height: 70px;
        line-height: 70px;
    }

    .solutionFont .pic {
        height: 260px;
    }

    .solutionR {
        height: 490px;
    }

    .news {
        font-size: .75rem;
    }

    .proShow_R .btn a {
        height: 40px;
        line-height: 40px;
    }

    .listMenu a {
        margin: 0 15px;
    }

    .newsList ul {
        margin-right: -15px;
    }

    .newsList li {
        padding-right: 15px;
    }

    .contactR {
        padding-right: 200px;
    }

    .contactR .wx {
        float: right;
        margin-right: -160px;
        width: 140px;
        padding-top: 20px;
    }

    .contactR .titie {
        font-size: 1.8em;
    }

}

@media all and (max-width: 1200px) {
    .header {
        /*height: 90px;*/
        line-height: 90px;
    }

    .header .logo img {
        height: 50px;
    }

    .nav {
        height: 90px;
        padding-left: 180px;
        padding-right: 220px;
    }

    .nav .m > a {
        padding: 0 10px;
    }

    .headR {
        top: 30px;
        font-size: .75rem;
    }
    
    /* 全宽Banner响应式 - 平板端 */
    .full-width-banner {
        height: 50vh;
        max-height: 400px;
    }

    .footMenu a {
        margin-right: 20px;
    }

    .footR {
        width: 34%;
    }

    .firmSlide .bgImg, .firmSlide .font {
        height: 420px;
    }

    .proAdv_main .txt li {
        font-size: .75rem;
    }

    .advForm_l .tie span {
        font-size: 1.286em;
    }

    .proMenu {
        font-size: 1em;
    }

    .proMain, .proList {
        margin-right: -15px;
    }

    .proMain li, .proList li {
        padding-right: 15px;
    }

    .proMain li h4, .proList li h4 {
        height: 65px;
    }

    .solutionL {
        font-size: 1em;
    }

    .newsL li .pic {
        height: 240px;
    }

    .newsR li {
        margin-bottom: 7px;
    }

    .aboutBox1 .left, .aboutBox1 .right {
        height: 400px;
    }

    .aboutBox1 .txt {
        border-bottom: none;
    }

    .settingA li, .settingA li.big {
        width: 33.3%;
    }

    .settingA li:last-child {
        display: none;
    }

    .settingA li p {
        height: 45px;
        line-height: 45px;
        bottom: 0;
    }

    .picShow_r li p {
        display: none;
    }



    .newsList li {
        width: 33.3%;
    }
 
    .picList ul {
        margin-right: -15px;
    }
 
    .picList li {
        padding-right: 15px;
    }

}


@media all and (max-width: 768px) {


    body {
        font-size: .75rem;
    }
    
    .mobile-only-block {
        display: block;
    }

    .headR, .nav, .gr_kefu, .banner .swiper-button-white, .footR, .firendlink, .gallery-thumbs, .serviceMain::after, .picShow_r, .bshare-custom, .feedbackL {
        display: none;
    }

    .header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 99;
        background: transparent;
    }

    .header .logo {
        line-height: 60px;
    }

    .header .logo img {
        height: 30px;
    }

    .navTrigger, .footMenu_wap, .proMain li:last-child, .solutionL li.last, .wapEn {
        display: block;
    }

    .nav_on {
        max-height: 80vh;
        overflow-y: auto;
    }
    
    /* 给banner和listBanner添加过渡动画 */
    .banner,
    .listBanner {
        margin-top: 0;
        padding-top: 0;
        transition: padding-top 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .footL, .proAdv_main .bgImg, .proAdv_main .txt, .advForm_l, .advForm_R, .gallery, .proShow_R, .picShow_r, .picShow_l, .solutionL, .solutionR, .feedbackR, .cultureL, .cultureR, .aboutL, .aboutR, .newsL, .newsR, .aboutBox1 .left, .aboutBox1 .right, .contactR, #dituContent {
        float: none;
        width: 100%;
    }

    .footer {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    
    .hTitle {
        font-size: 20px;
    }
    
    .hTitle span {
        font-size: 12px;
    }
    
    .firmSlide .bgImg, .firmSlide .font {
        height: 380px;
    }

    .firmMenu li {
        padding-left: 0;
        text-align: center;
        height: auto;
        padding: 10px;
        font-size: 18px;
    }

    .firmMenu li i {
        display: block;
        margin-left: 0;
        float: none;
        font-size: 1.5rem;
    }

    .pd70, .conBox, .proWrap, .listWrap {
        margin-bottom: 0px;
        /*padding-top: 40px;*/
        /*padding-bottom: 20px;*/
    }

    .aboutFont {
        margin-bottom: 40px;
    }

    .proAdv_main .txt {
        height: auto;
        overflow: hidden;
    }

    .advForm_R {
        margin-top: 30px;
    }

    .advForm_l .tel {
        font-size: 16px;
    }

    .proMenu {
        display: flex;
        justify-content: space-between;
        flex-flow: row wrap;
    }

    .proMenu a {
        flex-grow: 1;
        background: #333;
        margin: 0 1px;
        margin-bottom: 2px;
        padding: 0 10px;
    }

    .proMenu a::after, .proSlide li p {
        display: none;
    }

    .proMain li, .proList li {
        width: 33.3%;
    }

    .solutionL li {
        float: left;
        width: 25%;
        border-right: 1px solid #4e509c;
        height: 45px;
        line-height: 45px;
    }

    .solutionR, .solutionFont .pic {
        height: auto;
    }

    .solutionFont .pic img {
        max-width: 100%;
        height: auto;
        width: 100%;
    }

    .partner {
        padding-top: 1px;
    }

    .partner li {
        width: 20%;
    }

    .partner li:last-child, .conBox2_R, .proMenu {
        display: none;
    }

    .newsR li {
        margin-bottom: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        height: auto;
    }

    .newsR li a {
        height: auto;
        min-height: 60px;
    }

    /* 全宽Banner响应式 - 移动端 */
    .full-width-banner {
        height: 40vh;
        max-height: 300px;
        min-height: 200px;
    }

    .listTie {
        margin-bottom: 30px;
        font-size: 2.4em;
    }

    .listMenu {
        font-size: 1em;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        margin-top: 0;
    }

    .listMenu a {
        flex-grow: 1;
        height: 45px;
        line-height: 45px;
        display: block;
        border: 1px solid #bbb;
        min-width: 100px;
        margin: 0;
        margin-left: -1px;
        margin-top: -1px
    }

    .listMenu .cur {
        background: #2f318b;
        color: #fff;
        border: 1px solid #2f318b;
    }

    .listMenu a::after {
        display: none;
    }

    .aboutBox1 .right {
        height: auto;
        padding-top: 30px;
    }

    .aboutBox1 .tie {
        margin-bottom: 20px;
    }

    .aboutBox1 .txt, .cultureR {
        height: auto;
    }

    .aboutBox1 .tel {
        position: relative;
        margin-top: 20px;
    }

    .cultureL .bgImg {
        height: 400px;
    }

    .partnerList li:last-child {
        display: block;
    }

    .gallery {
        border-bottom: 1px solid #ddd;
        border-right: none;
    }

    .gallery .gallery-top {
        max-height: 100%;
    }

    .proShow_R .font {
        min-height: auto;
    }

    .gallery .gallery-top {
        border-bottom: none;
    }

    .settingTop .bgImg, .settingTop .font {
        height: 340px;
    }

    .picList li {
        width: 33.3%;
    }

    .solutionIndex li, .solutionIndex li .pic, .solutionIndex li .txt {
        height: 420px;
    }

    .solutionIndex li h4 {
        font-size: 2em;
    }

    .picSlide .swiper-button-next, .picSlide .swiper-button-prev {
        width: 50px;
        height: 40px;
        line-height: 40px;
    }

    .picSlide-thumbs li {
        width: 20%;
    }

    .newsSlide li:last-child, .breadCrumb, .downL .tel {
        display: block;
    }

    .newsSlide li, .caseList li {
        width: 33.3%;
    }

    .newsTop li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .newsList li p {
        font-size: .75rem;
    }

    #dituContent {
        height: 420px;
    }

    .contactR {
        height: auto;
        overflow: hidden;
    }

    .contactR .font {
        max-height: auto;
    }

    .proSlide {
        text-align: center;
    }

    .proSlide .btn {
        position: static;
        display: inline-block;
        margin-top: 20px;
        width: 40px;
        height: 26px;
        line-height: 26px;
        background: rgba(0, 0, 0, .7);
        color: #fff;
        font-size: 14px;
    }

    .proSlide li p {
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .wap_proMenu {
        display: flex;
    }

    .proList_menu {
        border: none;
        margin: 0;
    }

    .proList_menu .title {
        display: block;
    }

    .proList_menu dl {
        padding-left: 0;
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        display: none;
    }

    .proList_menu dl dt {
        margin-left: 0;
        margin-bottom: 10px;
        float: none;
    }

    .proList_menu dl dd {
        float: none;
        width: 100%;
    }
}

@media all and (max-width: 920px) {


}

@media all and (max-width: 768px) {
    .footer, .footer .container {
        padding: 0;
    }

    .footMenu {
        margin-bottom: 0;
    }

    .footMenu a {
        float: left;
        width: 25%;
        margin-right: 0;
        text-align: center;
        border-bottom: 1px solid #555;
        border-right: 1px solid #555;
        line-height: 40px;
    }

    .footMenu a:nth-child(4n) {
        border-right: none;
    }

    .footer .font {
        padding: 20px;
    }

    .firmSlide .bgImg, .firmSlide .font {
        float: none;
        width: 100%;
    }

    .firmSlide .font {
        height: auto;
    }

    .hTitle, .proMenu {
        margin-bottom: 30px;
    }

    .proAdv_main .bgImg {
        height: 380px;
    }

    .solutionFont .pic, .solutionFont .txt, .settingTop .bgImg, .settingTop .font {
        float: none;
        width: 100%;
        display: block;
    }

    .solutionL li a {
        padding-left: 0;
        text-align: center;
    }

    .newsMenu a {
        font-size: 16px;
    }

    .hTie_top, .solutionFont .pic {
        margin-bottom: 30px;
    }

    .proMain li h4, .proList li h4 {
        font-size: .813rem;
    }

    /* 全宽Banner响应式 - 小屏手机 */
    .full-width-banner {
        height: 35vh;
        max-height: 250px;
        min-height: 180px;
    }

    .listBanner h3 {
        font-size: 1.8em;
        top: 42%;
    }

    .aboutBox1 .left, .cultureL .bgImg {
        height: 320px;
    }

    .settingA li, .settingA li.big, .newsList li {
        width: 50%;
    }

    .mb50 {
        margin-bottom: 30px;
    }

    .gallery .btn {
        width: 40px;
    }

    .proShow_box1 {
        border: none;
    }

    .proShow_R {
        padding-left: 0;
        padding-right: 0;
    }

    .settingTop .font {
        height: auto;
    }

    .solutionIndex li, .solutionIndex li .pic, .solutionIndex li .txt {
        height: auto;
    }

    .solutionIndex li .pic {
        height: 380px;
    }

    .solutionIndex li .pic, .solutionIndex li .txt, .showPage a, .showPage a:nth-child(2) {
        float: none;
        width: 100%;
    }

    .solutionIndex li .txt .info {
        min-height: auto;
    }

    .newsSlide li {
        width: 50%;
        margin-bottom: 30px;
    }

    .newsSlide li:last-child {
        display: block;
    }

    .showPage {
        height: auto;
        line-height: 1.4
    }

    .showPage a {
        margin-top: 15px;
    }

    .showPage a, .showPage a:nth-child(2) {
        display: block;
    }

    .showPage a:nth-child(3) {
        border: none;
        border-top: 1px solid #bbb;
        width: 100%;
        margin-top: 10px;
        line-height: 40px;
    }

    .faqList li, .faqList li:nth-child(2n), .showPage a, .showPage a:nth-child(2), .feedback h4, .feedback h3 {
        width: 100%;
        float: none;
    }

    #dituContent {
        height: 380px;
    }

    .feedback h3, .feedback .top {
        margin-bottom: 20px;
    }

    .proSear {
        width: 100%;
    }


}

@media all and (max-width: 640px) {
    .footL .btn, .hTie_top .tel, .solutionL li i {
        display: none;
    }

    .footMenu {
        font-size: .813rem;
    }

    .firmSlide .bgImg {
        height: 320px;
    }

    .firmSlide .font h4 {
        font-size: 2.2em;
    }

    .firmSlide .font h4::after {
        width: 20px;
    }

    .firmMenu {
        display: none;
    }

    .firmSlide .btn {
        display: inline-block;
    }

    .aboutFont .more {
        margin-top: 30px;
        width: 100%;
    }

    .proAdv_main .bgImg {
        height: 320px;
    }

    .proAdv_main .txt li, .proAdv_main .txt li:nth-child(2n) {
        min-height: auto;
        width: 100%;
        float: none;
        margin-bottom: 25px;
    }

    .advForm_R ul {
        padding-right: 0;
    }

    .advForm_R li {
        width: 100%;
    }

    .advForm_R .sub {
        position: static;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    .advForm_R .sub input {
        height: 40px;
        padding: 0;
    }

    .advForm {
        padding: 20px 15px;
    }

    .solutionPic li {
        padding-top: 25%;
        margin-bottom: 5px;
        width: 31.5%;
    }

    .solutionL li {
        width: 33.3%;
        height: 45px;
        line-height: 45px;
    }

    .partner li {
        width: 25%;
    }

    .partner li:nth-last-child(2), .partner li:nth-last-child(3), .partner li:nth-last-child(4), .newsR li:last-child, .newsR li:nth-last-child(2), .hTitle a {
        display: none;
    }

    .newsL li {
        width: 100%;
        float: none;
    }

    .newsL li p {
        height: auto;
    }

    .newsL li:nth-child(2n), .conBox2_L h2 {
        display: none;
    }

    .newsL {
        border-bottom: 1px solid #ddd;
    }

    .hTie_top .hTitle {
        float: none;
        width: 100%;
        text-align: center;
    }

    .newsMenu {
        float: none;
        text-align: center;
    }

    .partnerList li:nth-last-child(2), .partnerList li:nth-last-child(3), .partnerList li:nth-last-child(4) {
        display: block;
    }

    .listBanner {
        height: 260px;
    }

    .settingTop .bgImg {
        height: 320px;
    }

    .settingTop {
        margin-bottom: 25px;
    }

    .proMain li, .proList li, .picList li {
        width: 50%;
    }

    .picSlide-thumbs li {
        width: 25%;
        padding-top: 20%;
    }

    .newsSlide li {
        margin-bottom: 15px;
        padding-right: 10px;
    }

    .proShow_menu a {
        width: 130px;
        margin: 0 5px;
    }

    .newsList li .date {
        display: none;
    }

    .newsTop {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .newsTop li .pic {
        height: 260px;
    }

    .newsList li, .newsTop li .pic, .newsTop li .txt, .contactBox2 li, .contactBox1 li {
        width: 100%;
        float: none;
        display: block;
    }

    .newsTop li, .newsTop li p {
        height: auto;
    }

    .picList ul {
        margin-right: -10px;
    }

    .picList li {
        padding-right: 10px;
        margin-bottom: 15px;
    }

    .picList li p {
        margin-top: 10px;
    }

    #dituContent {
        height: 300px;
    }

    .contactR {
        padding-right: 0;
    }

    .contactR .wx, .contactR .font {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    .contactR .wx p {
        float: left;
        width: 50%;
        width: 120px;
        margin-right: 30px;
    }

    .feedback {
        padding-left: 0;
        padding-right: 0;
    }

    .feedback p, .feedback .code .sub {
        width: 100%;
    }

    .feedback .code .c {
        width: 60%;
    }

    .feedback .sub {
        margin-top: 10px;
    }

    .feedback p {
        padding-left: 40px;
    }
}

/* 超小屏幕适配 */
@media all and (max-width: 360px) {
    .full-width-banner {
        height: 25vh;
        max-height: 180px;
        min-height: 120px;
    }
}

@media all and (max-width: 480px) {
    .firmSlide .bgImg, .proAdv_main .bgImg {
        height: 260px;
    }

    .proMenu a {
        height: 38px;
        line-height: 38px;
    }

    .proMain li h4, .proList li h4 {
        text-align: center;
        padding: 10px 0;
        height: 100%;
    }

    .proMain li h4 i, .newsSlide li .date, .proList li h4 i {
        display: none;
    }

    .newsR li a {
        padding-left: 0;
    }

    .newsL li .pic, .cultureL, .settingTop .bgImg, .aboutBox1 .left {
        height: 200px;
    }

    /* 全宽Banner响应式 - 超小屏手机 */
    .full-width-banner {
        height: 30vh;
        max-height: 200px;
        min-height: 150px;
    }
    
    .listBanner h3 {
        font-size: 1.5em;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .aboutBox1 .tel span {
        display: block;
    }

    .honor .swiper-pagination {
        display: none;
    }

    .proShow_menu a {
        width: 33.3%;
        border-radius: 0;
        margin: 0;
        margin-left: -1px;
        float: left;
    }

    .newsSlide li h4 {
        padding-bottom: 0;
        padding-top: 15px;
    }

    .solutionIndex li .more {
        height: 40px;
        line-height: 40px;
        width: 100%;
    }

    #dituContent {
        height: 220px;
    }

}

