/*通用样式*/
@charset "utf-8";

html {
    width: 100%;
}

body {
    font-size: 16px;
    background: #fff;
    font-family: "Microsoft Yahei", "Arial", Verdana, Arial, sans-serif;
    line-height: 28px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol,
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
    transition: all .3s ease;
    cursor: pointer;
}

em,
i {
    font-style: normal;
}

strong {
    font-weight: 800;
}

img {
    border: 0;
    height: auto;
    vertical-align: middle;
    /*display: block;*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    resize: none;
}

video {
    outline: none;
    display: block;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clearfix:after {
    content: "";
    *zoom: 1;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
    overflow: hidden;
}

.relative {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1520 {
    position: relative;
    width: 1520px;
    margin: 0 auto;
}

.flex {
    display: flex;
    height: 100%;
}

.content_box {
    box-sizing: border-box;
    width: 100%;
    margin: auto;
    padding-top: 100px;
    position: relative;
}

.content_box100 {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 100px;
    position: relative;
}

.pd50 {
    padding: 0 50px;
}

/*取消链接的下划线*/

a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s;
    outline: none;
}

a:hover {
    text-decoration: none;
}

/*导航栏*/
.h-header-zw {
    display: block;
    width: 100%;
    height: 100px;
    transition: .3s;
}

.h-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
}

.h-header.active {
    box-shadow: 0px 0px 2px 0 #ccc;
}

.h-header.active .h-nav .li>a {
    line-height: 80px;
}

.h-header .w1520 {
    display: flex;
    align-items: center;
}

.h-logo {}

.h-nav {
    margin-left: auto;
    display: flex;
}

.h-nav .li {
    margin-right: 50px;
    position: relative;
}

.h-nav .li>a {
    display: block;
    line-height: 100px;
    font-size: 16px;
    color: #000000;
}

.h-nav .h-subnav {
    width: 250px;
    background: #ffffff;
    font-size: 12px;
    text-align: left;
    position: absolute;
    left: -35px;
    top: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
    margin-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    z-index: 44;
}

.h-nav .h-subnav ol li {
    width: 100%;
    margin: 0 !important;
}

.h-nav .h-subnav a {
    transition: .3s;
    padding: 0 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}

.h-nav .h-subnav a:hover {
    background: #0047ba;
    color: #fff !important;
}

.h-nav .li:hover .h-subnav {
    height: auto;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.h-nav .li>a:hover,
.h-nav .li.active>a {
    color: #0047ba;
}

.h-more {
    position: relative;
    display: flex;
    align-items: center;
}

.h-more img {
    display: block;
}

.h-phone {
    margin-left: 60px;
    position: relative;
    display: flex;
    align-items: center;
}

.h-phone::before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #CCCCCC;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -10px;
}

.h-phone img {}

.h-phone span {
    font-family: DIN;
    font-weight: bold;
    font-size: 24px;
    color: #0047ba;
    line-height: 1.5;
    margin-left: 10px;
    display: block;
}

.mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

.wap_header {
    width: 100%;
    height: 60px;
    padding: 0 12px;
    display: none;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 9999;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
}

.wap_header .toggle {
    display: block;
    width: 25px;
    height: 24px;
    position: relative;
    z-index: 6;
}

.wap_header .toggle i {
    display: block;
    width: 25px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    transition: all ease .35s;
}

.wap_header .toggle i:nth-of-type(1) {
    top: 0;
}

.wap_header .toggle i:nth-of-type(2) {
    top: 8px;
}

.wap_header .toggle i:nth-of-type(3) {
    top: 16px;
}

.wap_header .toggle.on i {
    background: #000;
}

.wap_header .toggle.on i:nth-of-type(1) {
    top: 8px;
    transform: rotate(45deg);
}

.wap_header .toggle.on i:nth-of-type(2) {
    width: 0;
}

.wap_header .toggle.on i:nth-of-type(3) {
    top: 8px;
    transform: rotate(-45deg);
}

.wap_header #h60 {
    height: 60px;
}

.wap_header .maskbg {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .5);
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}

.wap_header .maskbg.on {
    display: block;
}

.wap_header .nav {
    width: 240px;
    background: #fff;
    height: 100vh;
    padding: 56px 0 20px 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5;
    transform: translateX(100%);
    opacity: 0;
    transition: transform .4s, opacity .4s;
}

.wap_header .nav.open {
    transform: translateX(0);
    opacity: 1;
}

.wap_header .nav>ul {
    height: calc(100vh - 70px);
    margin: 0 auto;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.wap_header .nav ul li {
    border-top: 1px solid #ddd;
    margin: 0 20px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
}

.wap_header .nav>ul>li:first-child {
    border-top: 0 none;
}

.wap_header .nav ul li a {
    height: 60px;
    line-height: 60px;
    display: block;
    padding-right: 30px;
    font-size: 14px;
    color: #333;
}

.wap_header .nav ul li a:active {
    color: #dd0518 !important;
}

.wap_header .nav ul li ul {
    display: none;
}

.wap_header .nav ul li i {
    width: 30px;
    height: 60px;
    font-size: 16px;
    color: #9c9c9c;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .5s;
}

.wap_header .nav ul li i.down {
    color: #dd0518;
    transform: rotate(90deg);
}

.wap_header .nav ul li .icon {
    background: url(../images/yjt.png)no-repeat;
    background-size: 20px !important;
    background-position: center !important;
}

.wap_header .nav ul li ul li {
    margin-right: 0;
}

.wap_header .nav ul li ul li a {
    color: #666;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.wap_header .nav ul li ul li i {
    top: -10px;
}

.wap_header .logo {
    float: left;
    margin-top: 18px;
    position: relative;
    height: 23px;
}

.wap_header .logo a {
    display: block;
    height: 100%;
}

.wap_header .logo img {
    display: block;
    height: 100%;
}

.wap_header .toggle {
    float: right;
    margin-top: 21px;
}

.wap_header .dropdown {
    float: right;
    margin-top: 18px;
    margin-right: 20px;
    position: relative;
}

.wap_header #dLabel {
    border: 1px solid #9C9C9C;
    background: none;
    color: #9C9C9C;
    padding: 2px 5px;
    font-size: 12px;
    position: relative;
}

.wap_header .dropdown-menu {
    background: #222;
    min-width: auto !important;
    text-align: center;
}

.wap_header .dropdown-menu li a {
    color: #9C9C9C !important;
    transition: .3s;
    font-size: 14px !important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 100%;
}

.open>.dropdown-menu {
    display: block;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.wap_header .h-more {
    float: right;
    margin: 20px 15px 0 0;
}

/*底部导航栏*/
.h-footer {
    position: relative;
    background: url(/web/images/footerbg.jpg) center/cover;
    overflow: hidden;
    z-index: 9;
}

.foot1 {
    padding: 50px 0 50px;
    position: relative;
    z-index: 98;
}

.foot1>div {
    display: flex;
}

.foot1 .h-info {
    display: flex;
    flex-direction: column;
    min-width: 380px;
    flex-shrink: 0;
}

.foot1 .h-logo {
    margin-bottom: 40px;
    display: block;
}

.foot1 .lineInfo {
    display: flex;
    align-items: flex-start;
}

.foot1 .lineInfo+.lineInfo {
    margin-top: 20px;
}

.foot1 .lineInfo img {
    width: 16px;
    margin-top: 3px;
}

.foot1 .lineInfo span {
    padding-left: 15px;
    width: calc(100% - 16px);
    display: block;
    font-size: 15px;
    color: #666666;
    line-height: 25px;
}

.foot1 .lineInfo p {
    padding-left: 15px;
    width: calc(100% - 16px);
    display: block;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 25px;
    font-family: "DIN";
}

.foot1 .lineInfo p em {
    opacity: .5;
    font-size: 16px;
}

.foot1 .h-nav {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 300px);
    padding-left: 80px;
}

.foot1 .h-nav dl {}

.foot1 .h-nav dt {}

.foot1 .h-nav dt::after {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #0047ba;
    margin: 18px 0;
}

.foot1 .h-nav dt a {
    font-size: 18px;
    color: #000000;
    line-height: 36px;
}

.foot1 .h-nav dd a {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.foot1 .h-nav dd span {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: block;
    text-align: center;
}

.foot1 .h-nav dd+dd {
    margin-top: 18px;
}

.foot1 .h-nav dd img {
    width: 100%;
    display: block;
    padding-top: 5px;
}

.footEwm {
    max-width: 150px;
}

.foot2 {
    padding: 15px 0;
    position: relative;
    z-index: 98;
    background: #e4e4e4;
}

.foot2>div {
    display: flex;
    align-items: center;
}

.foot2 .f2l {
    margin-right: auto;
}

.foot2 span,
.foot2 a {
    display: inline-block;
    font-size: 16px;
    color: #999;
    line-height: 24px;
}

.h-footer a:hover {
    color: #0047ba;
}

/*内页banner*/
.insideBanner {
    height: 650px;
    position: relative;
}

.insideBanner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bannerText {
    width: 1600px;
    max-width: 92%;
    transform: translate(-50%, -90%);
    position: absolute;
    top: 50%;
    left: 50%;
}

.bannerText h2 {
    font-size: 46px;
    color: #ffffff;
    line-height: 1.13;
    margin-bottom: 34px;
}

.bannerText p {
    font-size: 20px;
    color: #ffffff;
}

.location {
    position: absolute;
    z-index: 2;
    bottom: 24px;
    left: 50%;
    width: 1600px;
    max-width: 92%;
    transform: translateX(-50%);
    color: #ffffff;
    font-size: 16px;
    color: #ffffff;
    background: url(../images/homes.png) left center no-repeat;
    padding-left: 27px;
    font-weight: 200;
}

.location a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 200;
}

.location span {
    margin: 0 10px;
    font-weight: 200;
}

.serviceBanner {
    background: url(../images/serviceBanner.jpg) right center no-repeat;
    background-size: cover;
    height: 555px;
    position: relative;
}


/* 图片对齐 */

i {
    display: inline-block;
    vertical-align: middle;
}

.container {
    padding: 0;
    margin: auto;

}

p {
    font-size: 16px;
    color: var(--p_color);
    line-height: 1.4;
    margin: 0;
}


/* 单一版心媒体查询修改最大最小宽度 */


@media screen and (min-width: 1200px) {
    .container {
        max-width: 85%;
    }
}

@media screen and (min-width: 2000px) {
    .container {
        max-width: 1600px;
    }
}

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

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .container {
        padding: 0 30px;
    }
}

@media screen and (max-width: 1600px) {
    .container {
        max-width: 87%;
    }
}


@media screen and (max-width: 992px) {

    .container {
        max-width: 100%;
        padding: 0 20px;
        overflow: hidden;
    }
}

/* 产品通栏 */
.cptl {
    margin-top: 126px;
    position: relative;
    height: 680px;
    background-color: #f2f2f2;
}

.cptl_img {
    position: relative;
    height: 100%;
    overflow: hidden;
    background-color: #f2f2f2;
}

.cptl_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cptl_txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.cptl_txt .container {
    display: flex;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.cptl_txtbox {
    width: 600px;
    position: relative;
    transform: translateY(60px);

}

.cptl_txtboxs {
    position: relative;
    width: 100%;
    padding: 60px 10%;
    background-color: var(--btn_bg_color);
    border-radius: 20px;
    z-index: 5;

}


.cptl_txtboxh {
    font-size: 42px;
    font-weight: 700;
    color: var(--txt_white);
}

.cptl_txtboxx {
    margin: 22px 0;
    display: flex;
    height: 2px;
}

.cptl_txtboxx b {
    display: block;
    width: 33px;
    border-radius: 3px;
    background-color: var(--btn_bg_color1);
}

.cptl_txtboxx span {
    margin-left: 3px;
    display: block;
    width: 86px;
    border-radius: 3px;
    background-color: var(--txt_white);
}

.cptl_txtboxp {
    font-size: 16px;
    line-height: 30px;
    color: var(--txt_white);
}

.reasonbox_lboxdw {
    position: absolute;
    right: -65px;
    top: -60px;
    width: 130px;
    height: 130px;
    border-radius: 12px;
    background-color: var(--btn_bg_color1);
    animation: jump 2s ease-in-out infinite;
    z-index: 1;
    transform: translate(-50%, -50%);
}

/* 产品封面 */
.cpfm {
    margin-top: 50px;
}

.cpfm_item {
    padding: 120px 0;
}

.cpfm_item:nth-child(2n) {
    background-color: var(--boxbg);
}

.cpfm_itembox {
    display: flex;
}

.cpfm_itembox>div {
    width: 50%;
}

.cpfm_itemlt {
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cpfm_itemlt>div {
    font-size: 42px;
    font-weight: 700;
    color: var(--txt_color1);
    line-height: 1.2;
}

.cpfm_itemlt>a {
    display: flex;
    align-items: center;
    line-height: 1;
}

.cpfm_itemlt>a span {
    font-size: 20px;
    font-weight: 700;
    /* color: var(--p_color1); */
    text-transform: capitalize;
    line-height: 1;
    transition: all .4s;
    color: #b9b9b9;
}

.cpfm_itemlt>a i {
    margin-left: 10px;
    font-size: 20px;
    color: #ccc;
    transition: all .4s;
}

.cpfm_itemlt>a:hover span,
.cpfm_itemlt>a:hover i {
    color: var(--btn_bg_color1);
}

.cpfm_itemlt>a:hover i {
    transform: translateX(4px);
}

.cpfm_iteml .cptl_txtboxx {
    padding-left: 50px;
}

.cpfm_iteml .cptl_txtboxx span {
    background-color: var(--btn_bg_color);
}

.cpfm_itemp {
    padding: 0 50px;
    font-size: 16px;
    line-height: 30px;
    color: var(--p_color);
}

.cpfm_itemlb {
    position: relative;
    margin-top: 90px;
    padding: 0 50px;
}

.cpfm_swiper {
    overflow: hidden;
}

.cpfm_slide {
    height: auto;
    padding: 5px;
}

.cpfm_slide .cpfm_slidea {
    display: block;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}

.cpfm_slideaimg {
    overflow: hidden;
}

.cpfm_slideaimg img {
    width: 100%;
    transition: all .4s;
}

.cpfm_slidea:hover img {
    transform: scale(1.1);
}

.cpfm_slideatxt {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
    color: var(--p_color);
    text-align: center;
    background-color: #fff;
    transition: all .4s;
}

.cpfm_slidea:hover .cpfm_slideatxt {
    color: var(--btn_bg_color1);
}

.cpfm_per,
.cpfm_next {
    position: absolute;

    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.cpfm_per {
    left: 0;
}

.cpfm_next {
    right: 0;
}

.cpfm_per i,
.cpfm_next i {
    font-size: 30px;
    cursor: pointer;
    font-weight: 700;
}

.cpfm_per.swiper-button-disabled i,
.cpfm_next.swiper-button-disabled i {
    color: #c6c6c6;
}

.cpfm_itemr {
    margin-left: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.cpfm_itemrbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.cpfm_itemrbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .4s;
}

.cpfm_itemrbox:hover img {
    transform: scale(1.1);
}

.cpfm_item:nth-child(2n) .cpfm_itemr {
    order: -1;
    margin-left: 0;
    margin-right: 80px;
}

@media screen and (max-width: 2000px) {
    .cptl {
        height: 640px;
    }
}

@media screen and (max-width: 1800px) {
    .cptl {
        height: 600px;
    }

    .cpfm_item {
        padding: 110px 0;
    }

    .cptl_txtboxx {
        margin: 20px 0;
    }

    .cpfm_itemlb {
        margin-top: 70px;
    }
}

@media screen and (max-width: 1600px) {

    /* .cptl_txtbox{
        width: 45%;
    } */
    .cptl {
        height: 560px;
    }

    .cptl_txtboxh,
    .cpfm_itemlt>div {
        font-size: 38px;
    }

    .cpfm_item,
    .fmtj {
        padding: 100px 0;
    }

    .cpfm_slideatxt {
        font-size: 14px;
    }

    .cpfm_itemlb {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1400px) {
    .cptl {
        height: 500px;
    }

    .cptl_txtboxh,
    .cpfm_itemlt>div {
        font-size: 32px;
    }

    .cptl_txtboxs {
        /* padding: 45px 10%; */
    }

    .cptl_txtboxp,
    .cpfm_itemp {
        font-size: 14px;
        line-height: 22px;
    }

    .cptl_txtbox {
        transform: translateY(40px);
    }

    .cpfm_item,
    .fmtj {
        padding: 90px 0;
    }

    .cpfm_itemlb {
        margin-top: 40px;
    }

    .cpfm_itemlt>a span {
        font-size: 18px;
    }

    .cpfm_itemr {
        margin-left: 40px;
    }

    .cpfm_item:nth-child(2n) .cpfm_itemr {
        margin-right: 40px;
    }
}

@media screen and (max-width: 1200px) {
    .cptl {
        height: 460px;
    }

    .reasonbox_lboxdw {
        right: -50px;
        top: -50px;
        width: 100px;
        height: 100px;
    }

    .cptl_txtboxh,
    .cpfm_itemlt>div {
        font-size: 28px;
    }

    .cptl_txtboxp,
    .cpfm_itemp,
    .fmtj_p {
        font-size: 12px;
        line-height: 1.5;
    }

    .cptl_txtboxs {
        border-radius: 12px;
    }

    .cpfm {
        margin-top: 40px;
    }

    .cpfm_item,
    .fmtj {
        padding: 80px 0;
    }

    .cpfm_itemlt,
    .cpfm_itemp,
    .cpfm_itemlb {
        padding: 0 35px;
    }

    .cpfm_per,
    .cpfm_next {
        width: 35px;
    }

    .cpfm_iteml .cptl_txtboxx {
        padding-left: 35px;
    }

    .cpfm_per i,
    .cpfm_next i {
        font-size: 20px;
    }

    .cpfm_itemr {
        margin-left: 30px;
    }

    .cpfm_item:nth-child(2n) .cpfm_itemr {
        margin-right: 30px;
    }
}

@media screen and (max-width: 992px) {
    .cptl {
        margin-top: 50px;
        height: 400px;
    }

    .reasonbox_lboxdw {
        display: none;
    }

    .cptl_txt .container {
        justify-content: center;
    }

    .cptl_txtbox {
        transform: translateY(0);
    }

    .cptl_txtbox {
        width: 50%;
    }

    .cptl_txtboxs {
        padding: 40px 10%;
    }

    .cptl_txtboxh,
    .cpfm_itemlt>div {
        font-size: 24px;
    }

    .cptl_txtboxx b {
        width: 20px;
    }

    .cptl_txtboxx span {
        width: 50px;
    }

    .cpfm {
        margin-top: 0;
    }

    .cpfm_item,
    .fmtj {
        padding: 70px 0;
    }

    .cpfm_itemlt>a span {
        font-size: 16px;
    }

    .cpfm_itemlt>a i {
        font-size: 18px;
    }

    .cpfm_slideatxt {
        font-size: 12px;
    }

    .cpfm_itemlb {
        margin-top: 25px;
    }

    .cpfm_itemr {
        margin-left: 20px;
    }

    .cpfm_item:nth-child(2n) .cpfm_itemr {
        margin-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    .cptl_img img {
        opacity: 0.6;
    }

    .cptl_txtbox {
        width: 100%;
    }

    .cptl {
        height: 300px;
    }

    .cptl_txtboxs {
        padding: 0;
        background: none;
    }

    .cptl_txtboxx {
        margin: 15px 0;
    }

    .cpfm_itembox {
        flex-wrap: wrap;
    }

    .cpfm_itembox>div {
        width: 100%;
    }

    .cpfm_itemr {
        display: none;
    }

    .cpfm_itemlt,
    .cpfm_itemp,
    .cpfm_itemlb {
        padding: 0;
    }

    .cpfm_per,
    .cpfm_next {
        display: none;
    }

    .cpfm_iteml .cptl_txtboxx {
        padding-left: 0;
    }
}

/*1720像素*/
@media screen and (max-width:1720px) {

    /*1720通用*/
    .w1520 {
        width: 1320px;
    }

    .h-nav .li {
        margin-right: 25px;
    }

    /*底部导航栏*/
    .foot1 .h-logo {
        margin-bottom: 35px;
    }

    .foot1 .lineInfo+.lineInfo {
        margin-top: 14px;
    }

    .foot1 .h-nav dd a {
        font-size: 15px;
    }

    .foot1 .h-nav dd+dd {
        margin-top: 12px;
    }

    .foot2 span,
    .foot2 a {
        font-size: 15px;
    }
}


/*1480像素*/
@media screen and (max-width:1480px) {

    /*1480通用*/
    .w1520 {
        width: 1120px;
    }

    .h-logo {
        zoom: .8;
    }

    .h-nav .li {
        margin-right: 15px;
    }

    .h-phone {
        margin-left: 50px;
    }

    .h-phone::before {
        left: -25px;
    }

    /*首页底端*/
    .foot1 .h-nav {
        padding-left: 0;
    }

    .footEwm {
        max-width: 140px;
    }

    .foot1 .h-nav dd a {
        font-size: 14px;
    }

    .foot1 .h-nav dd+dd {
        margin-top: 5px;
    }

    .foot1 .lineInfo span {
        font-size: 14px;
    }

    .foot1 .lineInfo+.lineInfo {
        margin-top: 10px;
    }

    .foot1 .h-logo {
        margin-bottom: 50px;
    }

    .foot1 .h-nav dd span {
        font-size: 14px;
    }

    .foot2 span,
    .foot2 a {
        font-size: 14px;
    }

    .foot2 {
        padding: 10px 0;
    }

    /*内页banner*/
    .insideBanner,
    .serviceBanner,
    .majorBanner,
    .productBanner {
        height: 440px;
    }

    .bannerText h2 {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .bannerText p {
        font-size: 16px;
    }
}

/*1190像素*/
@media screen and (max-width:1199px) {
    .h-header-zw {
        height: 0px;
    }

    .w1520 {
        width: 100%;
        padding: 0 20px !important;
    }

    .h-header {
        display: none;
    }

    .wap_header {
        display: block;
    }

    /*底端导航栏*/
    .h-footer {
        padding-right: 0;
    }

    .foot1 {
        padding: 50px 0 80px;
    }

    .foot1 .lineInfo+.lineInfo {
        margin-top: 10px;
    }

    .foot1 .h-nav {
        display: none;
    }

    .foot1 .h-info {
        width: auto;
    }

    .foot2 .f2l {
        text-align: center;
    }

    .foot2 .f2r {
        display: none;
    }

    /*内页banner*/
    .bannerCont {
        height: auto;
        background-size: cover !important;
        display: block;
    }
}

/*780像素*/
@media screen and (max-width:780px) {
    .w1520 {
        padding: 0 15px !important;
    }

    .foot1 {
        padding: 50px 0 40px;
    }

    .foot2 span,
    .foot2 a {
        font-size: 12px;
        display: block;
        line-height: 1.5;
    }

    /*内页banner*/
    .banner .swiper-pagination,
    .insideBanner .swiper-pagination {
        bottom: 10px !important;
    }

    .banner .swiper-pagination span {
        width: 6px;
        height: 6px;
    }

    .bannerText h2 {
        font-size: 20px;
    }

    .bannerText p,
    .location a {
        font-size: 14px;
    }

    .footInfor {
        margin-bottom: 20px;
    }

    .insideBanner,
    .serviceBanner,
    .majorBanner,
    .productBanner {
        height: 300px;
    }

    .location {
        font-size: 14px;
        display: none;
    }


}