@charset "UTF-8"; @font-face {
    font-family: "en";
    src: url("../fonts/MONTSERRAT-REGULAR.OTF");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "num";
    src: url("../fonts/DIN.ttf");
    font-weight: normal;
    font-style: normal;
}

article,aside,dialog,footer,header,section,footer,nav,figure,menu,main {
    display: block
}

*,:before,:after {
    box-sizing: border-box;
}

blockquote,body,button,dd,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul {
    margin: 0;
    padding: 0
}

img {
    border: 0;
    width: auto;
    max-width: 100%;
}

ul,dl,li,dt,dd {
    list-style: none;
}

body,html {
    min-height: 100%;
}

body {
    font-family: "microsoft JhengHei";
    font-size: 14px;
    color: #333333;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    overflow-x: hidden;
    background: #fff;
}

pre {
    font-family: "microsoft JhengHei";
    white-space: pre-wrap;
    word-wrap: break-word;
}

a {
    font-size: 14px;
    text-decoration: none;
    transition: ease .65s;
    color: #333333;
    outline: none;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

input[type="text"],input[type="password"],input[type="search"],textarea,select {
    outline: none;
    font-family: "microsoft JhengHei";
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 14px;
    display: block;
    width: 100%;
    border: none;
    background: none;
    border: 1px solid #dbdbdb;
    padding: 6px 12px;
    transition: ease .45s;
}

input[type="radio"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

input[type="checkbox"] {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 2px;
    margin-right: 5px;
    cursor: pointer;
}

input::-webkit-input-placeholder {
    color: #888888;
}

input:-moz-placeholder {
    color: #888888;
}

input::-moz-placeholder {
    color: #888888;
}

input:-ms-input-placeholder {
    color: #888888;
}

textarea {
    resize: none;
    overflow: hidden;
}

textarea::-webkit-input-placeholder {
    color: #888888;
}

textarea:-moz-placeholder {
    color: #888888;
}

textarea::-moz-placeholder {
    color: #888888;
}

textarea:-ms-input-placeholder {
    color: #888888;
}

select::-ms-expand {
    display: none;
}

i,em {
    font-style: normal;
}

.fl,.fl_warp {
    float: left;
}

.fr,.fr_warp {
    float: right;
}

.z-container {
    width: 81%;
    height: auto;
    clear: both;
    margin: 0 auto;
}

.z-container2 {
    width: 1200px;
    height: auto;
    clear: both;
    margin: 0 auto;
}

.z-container3 {
    width: 87.5%;
    height: auto;
    clear: both;
    margin: 0 auto;
}

.z-row {
    width: 100%;
    height: auto;
    clear: both;
    margin: 0 auto;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ellipsis7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    text-overflow: ellipsis;
}

.imgbg {
    width: 100%;
    height: 100%;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.z_flex_ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.clear {
    clear: both;
}

*:before, *:after {
    z-index: -1;
}

.imgbg {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: ease 1s;
}

/*分享*/
#bsWXBox {
    box-sizing: initial;
}

#bsBox {
    box-sizing: initial;
}

/*浏览器滚动条*/
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    border-radius: 30px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active {
    pointer-events: auto;
    z-index: 3;
}

.swiper-container-fade .swiper-slide {
    opacity: 0!important;
}

.swiper-container-fade .swiper-slide-active {
    opacity: 1!important;
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column;
}

.z_public_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: url(../img/bgs.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    pointer-events: none;
}

.z_header {
    width: 100%;
    height: 100px;
    background: #fff;
}

.z_logo {
    display: block;
    float: left;
}

.z_logo img {
    display: block;
    height: 50px;
    margin: 25px 0;
}

.z_header_nav {
    float: right;
}

.z_header_nav li {
    display: inline-block;
    margin-left: 20px;
    line-height: 100px;
    position: relative;
    z-index: 1;
}

.z_header_nav li::before {
    content: "";
    display: block;
    width: 100%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0%;
    transition: ease .4s;
    opacity: 0;
    /* background: url(../img/bg.jpg) no-repeat center; */
    background-size: cover;
    background-color: #ba1205;
}

.z_header_nav li a {
    display: block;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: #62626a;
}

.z_header_nav li.active::before,.z_header_nav li:hover::before {
    opacity: 1;
    height: 100%;
    top: 0;
}

.z_header_nav li.active a,.z_header_nav li:hover a {
    color: #fff;
}

.z_banner {
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}

.z_banner .bd li {
    position: relative;
}

.z_banner .z_banner_text {
    position: absolute ;
    left: 0;
    top: 50%;
    transform: translateY(100%);
    opacity: .5;
    transition: ease 1s;
    z-index: 2;
    width: 100%;
    color: #fff;
}

.z_banner .z_banner_text .en {
    text-transform: uppercase;
    font-size: 32px;
    color: rgba(255,255,255,.63);
}

.z_banner .z_banner_text h3 {
    font-size: 3.125vw;
    font-weight: bold;
}

.z_banner_more {
    display: block;
    width: 140px;
    height: 45px;
    /* border: 1px solid #fff; */
    text-align: center;
    line-height: 43px;
    transition: ease .6s;
    margin-top: 3.64vw;
    background: #ba1205;
    border-radius: 4px;
}

.z_banner_more:hover {
    background: url(../img/bg.jpg) no-repeat center;
    background-size: cover;
}

.z_banner_small {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 5.9375vw;
    z-index: 2;
}

.z_banner_small .z-container {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.z_small_swiper {
    height: 190px;
    width: 450px;
    overflow: hidden;
}

.z_banner .bd li .imgbg {
    transform: scale(1.05);
    transition: ease 2s;
    opacity: .8;
}

.z_banner .bd li.swiper-slide-active .imgbg,.z_banner .bd li.swiper-slide-duplicate-active .imgbg {
    transform: scale(1);
    opacity: 1;
}

.z_banner .bd li.swiper-slide-active .z_banner_text,.z_banner .bd li.swiper-slide-duplicate-active .z_banner_text {
    transform: translateY(-50%);
    opacity: 1;
    transition-delay: .4s;
}

.z_banner_jd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.z_jd_bar {
    width: 214px;
    height: 2px;
    background: #fff;
    position: relative;
}

.z_jd_bar .index {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #ba1205;
    transition: ease 1s;
}

.z_banner_num {
    font-size: 36px;
    color: #fff;
    margin-left: 15px;
}

.z_banner_btn {
    position: absolute;
    right: -66px;
    bottom: 0;
    z-index: 2;
}

.z_banner_btn span {
    display: block;
    width: 66px;
    height: 66px;
    text-align: center;
    cursor: pointer;
    line-height: 66px;
    float: left;
    /* background: url(../img/bg.jpg) no-repeat center; */
    background-size: cover;
    color: #fff;
}

.z_banner_btn .next.swiper-button-disabled, .z_banner_btn .prev.swiper-button-disabled {
    background: #fff;
    color: #ba1205;
}

.z_index_about .z-container {
    width: 76%;
    padding: 7.29vw 0;
    padding-bottom: 15.625vw;
}

.z_about_con {
    width: 47%;
    float: left;
}

.z_about_tit {
    font-size: 36px;
    font-weight: bold;
}

.z_about_desc {
    line-height: 36px;
    font-size: 16px;
    color: #747474;
    margin: 2.6vw 0;
}

.z_about_img {
    width: 41.2%;
    float: right;
    margin-top: 30px;
}

.z_index_more {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #565656;
}

.z_index_more .line {
    display: inline-block;
    width: 71px;
    height: 13px;
    background: url(../img/arr.png) no-repeat center;
    background-size: cover;
    margin-left: 5px;
    position: relative
}

.z_index_more .line::before {
    content: "";
    z-index: 1;
    display: block;
    transition: ease 1s;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #272727;
    position: absolute;
    right: -20px;
    top: -13px;
}

.z_index_more:hover .line::before {
    transform: translateX(-38px);
    /* border-color: #ba1205; */
}

.z_index_more:hover {
    /* color: #ba1205; */
}

.z_about_num {
    background: #fff;
    box-shadow: 5px 8px 13px rgba(168,168,168,.06);
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    text-align: center;
}

.z_about_num li {
    display: block;
    padding: 3vw 0;
    float: left;
    width: 25%;
    position: relative;
}

.z_about_num li::before {
    content: "";
    display: block;
    background: #eeeeee;
    width: 2px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.z_about_num li:last-child::before {
    display: none;
}

.z_index_about {
    background: #fff;
    position: relative;
    z-index: 2;
}

.z_about_num li h3 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.z_about_num li .timer {
    font-size: 36px;
    font-weight: bold;
    font-family: "num";
}

.z_index_about .z-container {
    position: relative;
}

.z_about_num li h4 {
    color: #a0a0a0;
    font-size: 16px;
}

.z_about_num li:hover .timer {
    color: #ba1205;
}

.z_index_service {
    min-height: 38vw;
    padding-top: 8.85vw;
    position: relative;
    overflow: hidden;
    background: #f3f3f3;
}

.z_service_en {
    font-size: 7.7vw;
    color: rgba(255,255,255,.33);
    font-family: "en";
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    right: -6vw;
    bottom: 5vw;
}

.z_service_list {
    float: left;
    position: relative;
    z-index: 2;
}

.z_service_list li {
    width: 15.625vw;
    height: 15.625vw;
    background: #fff;
    margin-right: 1.5625vw;
    float: left;
    margin-bottom: 1.5625vw;
    padding: 2.6vw;
    box-sizing: border-box;
}

.z_service_list li .icon {
    height: 3.385vw;
    margin-bottom: 3.125vw;
}

.z_service_list li .icon img {
    display: block;
    height: 100%;
}

.z_service_list li h3 {
    font-size: 1.25vw;
    font-weight: bold;
}

.z_service_list li h4 {
    color: #979797;
    font-size: 16px;
    font-weight: bold;
}

.z_service_con {
    width: 24.4vw;
    float: right;
}

.z_index_tit {
    font-size: 1.875vw;
    font-weight: bold;
}

.z_service_tit {
    display: inline-block;
}

.z_service_line {
    display: block;
    width: 100%;
    height: 2px;
    background: #d2d2d2;
    position: relative;
    margin-top: 1.875vw;
}

.z_service_line::before {
    content: "";
    display: block;
    width: 18%;
    height: 100%;
    background: #ef1505;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.z_service_desc {
    margin: 4.16vw 0;
    line-height: 30px;
    font-size: 16px;
    color: #565656;
    margin-bottom: 6.2vw;
}

.z_index_case {
    position: relative;
    top: -5.6vw;
    padding-bottom: 1.04vw;
    position: relative;
    z-index: 1;
}

.z_case_head {
    width: 100%;
    height: 33vw;
    background: url(../img/bg2.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    align-items: center;
}

.z_case_head .z_index_tit {
    color: #fff;
    margin-bottom: 4.16vw;
}

.z_case_nav a {
    color: #fff;
    font-size: 18px;
    margin-right: 3.645vw;
    position: relative;
    line-height: 50px;
    display: inline-block;
}

.z_case_nav a.active,.z_case_nav a:hover {
    color: #fff;
}

.z_case_nav a::before {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: #fff;
    z-index: 1;
    transition: ease .4s;
    width: 0;
}

.z_case_nav a.active::before,.z_case_nav a:hover::before {
    width: 100%;
}

.z_case_warp {
    position: relative;
    margin-top: -6.77vw;
    z-index: 1;
}

.z_case_swiper {
    overflow: hidden;
}

.z_case_swiper li {
    height: 33.85vw;
    position: relative;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.z_case_swiper li:hover .imgbg {
    transform: scale(1.1,1.1);
}

.z_case_swiper li::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.z_case_swiper li a {
    display: block;
    width: 100%;
    height: 100%;
}

.z_case_swiper li .infobox {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: #fff;
    padding: 2.6vw 2.29vw;
    box-sizing: border-box;
}

.z_case_swiper li h3 {
    font-size: 1.458vw;
    font-weight: bold;
    margin-bottom: 10px;
}

.z_case_swiper li .en {
    writing-mode: vertical-rl;
    text-transform: uppercase;
    transform: rotate(180deg);
    position: absolute;
    left: 2.29vw;
    bottom: 2.6vw;
}

.swiper_btn_warp .btn {
    position: absolute;
    top: 50%;
    cursor: pointer;
    outline: none;
    transform: translateY(-50%);
    font-size: 16px;
    color: #616161;
    text-transform: uppercase
}

.swiper_btn_warp .prev {
    left: 0;
}

.swiper_btn_warp .next {
    right: 0;
}

.z_case_warp {
    position: relative;
}

.z_case_warp .btn {
    letter-spacing: 4px;
}

.z_case_warp .btn .iconfont {
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
}

.z_case_warp .btn:hover {
    color: #ba1205;
}

.z_case_warp .prev {
    left: 2.6vw;
}

.z_case_warp .next {
    right: 2.6vw;
}

.z_index_team {
    position: relative;
}

.z_index_team .z_big_pic {
    width: 63.5%;
    float: left;
    height: 34.3vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.z_index_team .infobox {
    width: 36.5%;
    float: right;
    height: 34.3vw;
    background: url(../img/bg3.jpg) no-repeat center;
    background-size: cover;
    padding-left: 4.16vw;
    padding-right: 9.79vw;
    box-sizing: border-box;
    padding-top: 6.77vw;
    color: #fff;
}

.z_index_team .tit {
    color: #ffffff;
    margin-bottom: 10px;
}

.z_index_team .desc {
    line-height: 30px;
    font-size: 16px;
    margin-top: 2.6vw;
}

.z_index_team .line {
    display: block;
    width: 70px;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}

.team_small {
    width: 55%;
    position: absolute;
    right: 0;
    bottom: -2.4vw;
    z-index: 1;
}

.team_small li {
    height: 10.4vw;
    width: 33.3%;
    float: left;
    cursor: pointer;
}

.z_index_news {
    /* padding-top: 10.9vw; */
    background: #ffffff;
    padding-bottom: 5.98vw;
    position: relative;
}

.z_news_tit {
    margin-bottom: 2.08vw ;
}

.z_news_tit span {
    color: #b91205;
}

.z_news_pre {
    color: #656565;
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5.72vw;
    max-width: 50%;
}

.z_news_swiper li {
    padding: 1.04vw 3vw;
    width: 28%;
    box-sizing: border-box;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box;
    float: left;
}

.z_news_swiper li:first-child {
    padding-left: 0;
    width: 20%;
}

.z_news_swiper li a {
    display: block;
    width: 100%;
    height: 100%;
}

.z_news_swiper li .tit {
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    height: 76px;
}

.z_news_swiper li .desc {
    margin: 4.68vw 0;
    line-height: 26px;
    color: #656565;
    height: 104px;
    transition: ease 1s;
}

.z_news_swiper li .more {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/arr1.png) no-repeat top center;
}

.z_news_swiper li:hover .tit {
    color: #b91205;
}

.z_news_swiper li:hover .more {
    background-position-y: -45px;
}

.z_news_swiper li:nth-child(4) {
    padding-right: 0;
    border-right: none;
    width: 22%;
}

.z_news_swiper li:hover .desc {
    transform: translateY(-20px);
}

.z_news_en {
    font-size: 11.45vw;
    font-weight: bold;
    text-transform: uppercase;
    color: #f3f3f3;
    font-family: "en";
    position: absolute;
    right: 0;
    /* top: 8vw; */
}

.z_footer {
    width: 100%;
    background: #1b1b1b;
    color: rgba(141,141,141,.3);
}

.z_foot_top {
    padding: 40px 0;
    border-bottom: 1px solid #323232;
    display: flex;
    align-items: center;
}

.z_foot_top .fltit {
    float: left;
}

.z_foot_top .fltit .en {
    font-size: 14px;
    font-weight: bold;
    color: #4d5359;
    font-family: "en";
    text-transform: uppercase;
}

.z_foot_top .fltit h3 {
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    font-weight: bold;
}

.z_foot_nav {
    float: right;
    margin-left: auto;
}

.z_foot_nav a {
    color: #a3a3a3;
    margin-left: 3.125vw;
}

.z_foot_nav a:hover {
    color: #fff;
}

.z_foot_btm {
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.z_foot_fl {
    float: left;
    line-height: 35px;
    color: #8d8d8d;
}

.z_foot_fr {
    float: right;
    display: flex;
    align-items: center;
    margin-left: auto;
}

.z_foot_contact {
    float: left;
    margin-right: 30px;
    text-align: right;
}

.z_foot_code {
    float: right;
}

.z_contact_btn {
    display: inline-block;
    margin-left: auto;
    width: 116px;
    height: 44px;
    /* background: url(../img/bg.jpg) no-repeat center; */
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #b91205;
}

.z_contact_btn .iconfont {
    display: inline-block;
    margin-right: 10px;
}

.z_back_btn {
    display: block;
    width: 116px;
    height: 44px;
    /* background: url(../img/bg.jpg) no-repeat center; */
    background-size: cover;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #b91205;
}

.z_foot_tel {
    text-align: right;
}

.z_foot_tel span {
    letter-spacing: 5px;
    color: rgba(255,255,255,.5);
    margin: 10px 0;
    display: block;
}

.z_foot_tel .num {
    font-size: 30px;
    color: #fff;
    line-height: 30px;
    font-family: "num";
}

.z_foot_code {
    text-align: center;
}

.z_foot_code img {
    display: block;
    width: 155px;
    margin: 0 auto;
}

.z_foot_code h3 {
    margin-top: 10px;
    color: #a8a8a8;
}

.z_foot_link {
    margin-bottom: 15px;
}

.z_foot_link,.z_foot_link a {
    color: #8d8d8d;
}

.z_foot_link a {
    display: inline-block;
    margin-left: 10px;
}

.z_foot_copy {
    border-top: 1px solid #323232;
    padding: 30px 0;
}

.z_foot_link a:hover {
    color: #fff;
}

.z_foot_copy a {
    float: right;
    color: rgba(141,141,141,.3);
}

.z_other_banner {
    width: 100%;
    height: 490px;
    position: relative;
}

.z_other_btext {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
    color: #fff;
}

.z_other_btext h3 {
    font-size: 48px;
    font-weight: bold;
}

.z_other_btext .line {
    width: 52px;
    height: 5px;
    background: #fff;
    position: relative;
    margin: 0 auto;
    margin-top: 35px;
}

.z_other_btext .line::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(to right, #b91205, #b91205);
}

.page_nav {
    width: 100%;
    height: 100px;
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 5px 26px 18px rgba(76,75,76,.06);
    text-align: center;
    line-height: 100px;
}

.page_nav li {
    display: inline-block;
    margin: 0 2.6vw;
    position: relative;
}

.page_nav li a {
    font-size: 20px;
    color: #747474;
    display: block;
    font-weight: bold;
}

.page_nav li::before {
    content: "";
    display: block;
    width: 0%;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: linear-gradient(to right, #b91205, #ff1200);
    z-index: 1;
    transition: ease .5s;
}

.page_nav li.cur::before,.page_nav li:hover::before {
    width: 100%;
    left: 0;
}

.z_boss_warp {
    width: 100%;
    background: url(../img/bg5.jpg) no-repeat center;
    background-size: cover;
    padding: 5.2vw 0;
}

.z_boss_con {
    width: 55%;
    float: left;
}

.z_boss_tit h3 {
    font-size: 1.875vw;
    margin-bottom: 10px;
    font-weight: bold;
}

.z_boss_tit h4 {
    text-transform: uppercase;
    font-family: "en";
    font-size: 2.39vw;
    color: #969696;
    letter-spacing: 3px;
}

.z_boss_desc {
    line-height: 36px;
    font-size: 16px;
    color: #747474;
    margin: 5.2vw 0;
}

.z_boss_name img {
    display: block;
    margin-left: auto;
}

.z_boss_img {
    width: 25%;
    float: right;
    margin-right: 50px;
    margin-top: 2vw;
}

.z_boss_img img {
    display: block;
    max-width: 100%;
}

.z_about_fl,.z_about_fr {
    width: 50%;
    float: left;
    min-height: 40.625vw;
    display: flex;
    align-items: center;
}

.z_about_fl {
    padding-left: 9.7vw;
    box-sizing: border-box;
    background: linear-gradient(to right, #b91205, #ef1505);
}

.z_about_fl li {
    float: left;
    min-width: 15.625vw;
    display: flex;
    align-items: center;
    color: #fff;
}

.z_about_fl li .icon {
    float: left;
    flex-shrink: 0;
    width: 4.2vw;
    margin: 3.15vw 0;
    margin-right: 10px;
}

.z_about_fl li .icon img {
    display: block;
    max-height: 69px;
    max-width: 100%;
}

.z_about_fl li h3 {
    font-size: 1.25vw;
    font-family: "en";
}

.z_about_fl li .timer {
    font-size: 2.29vw;
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.z_about_fl li h4 {
    font-size: 18px;
}

.z_about_fr {
    padding-right: 9.7vw;
    box-sizing: border-box;
    padding-left: 5.2vw;
}

.z_about_fr .desc {
    margin-top: 5vw;
    line-height: 1.875vw;
    font-size: 16px;
    color: #747474;
}

.z_jg_fl,.z_jg_fr {
    width: 50%;
    float: left;
    min-height: 60vw;
    padding-top: 11.45vw;
    box-sizing: border-box;
}

.z_jg_fl {
    background: #fff;
    padding-left: 9.7vw;
    box-sizing: border-box;
}

.z_jg_tit {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 4vw;
}

.z_jg_img img {
    display: block;
    margin: 0 auto;
}

.z_jg_fr {
    background: url(../img/jgbg.jpg) no-repeat center;
    background-size: cover;
    padding-right: 9.7vw;
    box-sizing: border-box;
}

.z_jg_fr .z_jg_tit {
    color: #fff;
}

.z_jg_warp {
    position: relative;
}

.z_jg_warp .z_index_tit {
    padding-left: 9.7vw;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 5.2vw;
}

.z_culture_warp .infobox {
    width: 100%;
    background: none;
    float: none;
    text-align: center;
    padding: 0;
    height: auto;
    padding-top: 6.25vw;
}

.z_culture_warp {
    background: url(../img/bg2.jpg) no-repeat center;
    background-size: cover;
}

.z_culture_warp .infobox .line {
    margin: 0 auto;
    margin-top: 2vw;
}

.z_culture_icon {
    position: relative;
    margin-top: 3.64vw;
}

.z_culture_icon ul {
    margin-left: -1.7%;
}

.z_culture_icon li {
    width: 12.5%;
    float: left;
    margin-left: 1.7%;
    background: #fff;
    margin-bottom: 1.5625vw;
    padding: 20px 10px;
    box-sizing: border-box;
    text-align: center;
}

.z_culture_icon li .icon img {
    display: block;
    margin: 0 auto;
    max-height: 50px;
}

.z_culture_icon li h3 {
    font-size: 20px;
    margin: 20px 0;
    font-weight: bold;
}

.z_culture_icon li .desc {
    line-height: 24px;
}

.z_about_btmwarp {
    background: url(../img/bg6.jpg) no-repeat top center;
    background-size: cover;
}

.z_tx_warp {
    padding: 11vw 0;
    display: flex;
    align-items: center;
    padding-bottom: 1.25vw;
}

.z_tx_con {
    width: 40%;
    padding: 0 2.08vw;
    box-sizing: border-box;
    float: left;
}

.z_tx_con .z_tx_desc {
    margin-top: 7vw;
    line-height: 36px;
    font-size: 16px;
    color: #565656;
}

.z_tx_swiper {
    float: right;
    margin-left: auto;
    width: 45.5%;
    overflow: hidden;
    padding: 50px 0;
}

.z_tx_swiper li img {
    display: block;
    box-shadow: 5px 26px 18px rgba(76,76,76,.06);
}

.z_tx_swiper li {
    transition: ease 1s;
}

.z_tx_swiper li.swiper-slide-active {
    transform: scale(1.2);
    z-index: 1;
}

.z_tx_swiper li.swiper-slide-active .tit {
    font-size: 13px;
}

.z_tx_swiper li .tit {
    text-align: center;
    color: #666666;
    margin-top: 15px;
}

.z_honor_warp {
    background: #fff;
    padding: 5.72vw 3.64vw;
    padding-bottom: 3.64vw;
    box-sizing: border-box;
    position: relative;
    bottom: -5.7vw;
    z-index: 1;
}

.z_honor_tit h3 {
    font-size: 2.29vw;
    line-height: 2.29vw;
    color: #ba1205;
    text-shadow: 0px 10px 14px rgb(186 18 5 / 17%);
    font-weight: bold;
    margin-bottom: 3.125vw;
}

.z_honor_tit .en {
    font-size: 16px;
    line-height: 30px;
    color: #909090;
    text-transform: uppercase;
}

.z_honor_tit {
    float: left;
    width: 20%;
}

.z_honor_swiper {
    width: 48%;
    float: left;
    overflow: hidden;
    text-align: center;
}

.z_honor_swiper li {
    padding: 20px 30px;
    box-sizing: border-box;
    color: #949494;
    font-size: 18px;
    cursor: pointer;
    text-align: left;
}

.z_honor_swiper li.on {
    background: #f3f3f3;
    color: #ba1205;
}

.z_honor_img {
    width: 32%;
    position: absolute;
    right: 0;
    top: 0;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.z_honor_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 5px 26px 18px rgba(76,76,76,.1);
}

.z_honor_btnwarp {
    text-align: center;
    margin-top: 3.125vw;
}

.z_honor_swiper .btn {
    display: inline-block;
    outline: none;
    cursor: pointer;
    margin: 0 30px;
    margin-top: 3.125vw;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #399b29;
    color: #fff;
    text-align: center;
    line-height: 44px;
}

.z_honor_swiper .swiper-button-disabled, .z_honor_swiper .swiper-button-disabled {
    background: #d2d2d2;
}

.z_weilai_warp {
    width: 100%;
    background: url(../img/bg7.jpg) no-repeat center;
    background-size: cover;
    min-height: 41.66vw;
    position: relative;
    display: flex;
    align-items: center;
}

.z_weilai_tit {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}

.z_weilai_tit h3 {
    font-family: "en";
    font-size: 2.5vw;
    color: rgba(255,255,255,.5);
    text-transform: uppercase
}

.z_weilai_tit h4 {
    font-size: 1.875vw;
    color: #fff;
}

.z_weilai_desc {
    width: 50%;
    float: right;
    padding: 0 60px;
    color: #fff;
    line-height: 36px;
    font-size: 18px;
    margin-top: 7.8vw;
}

.z_contact_warp {
    background: url(../img/bg8.jpg) no-repeat center;
    background-size: cover;
    padding: 6.7vw 0;
}

.z_contact_warp .z-container {
    width: 1440px;
}

.z_contact_warp .z_index_tit {
    margin-bottom: 50px;
}

.z_contact_from ul {
    margin-left: -2.3%;
}

.z_contact_from ul li {
    width: 31%;
    float: left;
    margin-left: 2.3%;
    margin-bottom: 35px;
}

.z_contact_from .text {
    width: 100%;
    height: 60px;
    font-size: 22px;
    padding: 0 25px;
    box-sizing: border-box;
}

.z_contact_from .texta {
    height: 300px;
    padding: 20px 25px;
}

.z_tj_btn {
    height: 48px;
    width: 216px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #b91205, #b91205);
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    margin-left: auto;
    margin-top: 35px;
}

.z_tj_btn img {
    margin-left: 10px;
}

.z_contact_box {
    margin-top: 5.2vw;
}

.z_contact_box .box {
    width: 33.3%;
    padding: 3.6vw 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
    background: #f1f1f1;
    min-height: 18.2vw;
}

.z_contact_box .box .icon {
    height: 56px;
    overflow: hidden;
}

.z_contact_box .box .icon img {
    display: block;
    transition: ease .4s;
    margin: 0 auto;
}

.z_contact_box .box.on .icon img {
    transform: translateY(-56px);
}

.z_contact_box .box.on {
    background: linear-gradient(to right, #b91205, #b91205);
    color: #fff;
}

.z_contact_box .box h3 {
    font-size: 1.35vw;
    margin: 20px 0;
    font-weight: bold;
}

.z_contact_box .box .desc {
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
}

.z_rl_warp {
    background: url(../img/rlpic.jpg) no-repeat top center;
    background-size: 100% auto;
    padding: 5.2vw 0;
}

.z_rl_warp .z-container {
    width: 1450px;
}

.z_rl_tit {
    line-height: 3.125vw;
    position: relative;
    z-index: 1;
    margin-bottom: 13vw;
}

.z_rl_tit::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #b91205;
    position: absolute;
    right: 0;
    bottom: 1.8vw;
}

.z_rl_tit .en {
    color: #b91205;
    font-size: 1.5625vw;
}

.z_rl_tit .tit {
    font-size: 1.875vw;
    font-weight: bold;
}

.z_rl_tit .tit span {
    color: #b91205;
}

.z_rl_tit .con {
    display: inline-block;
    background: #fff;
    padding-right: 20px;
}

.z_rl_box {
    margin-bottom: 12.5vw;
}

.z_rl_box .imgbox {
    width: 45.8%;
    position: relative;
    z-index: 1;
}

.z_rl_box .infobox {
    width: 49%;
    padding: 0 3.125vw;
    box-sizing: border-box;
}

.z_rl_box .infobox .tit2 {
    font-size: 16px;
    margin: 2.6vw 0;
    font-weight: bold;
}

.z_rl_box .infobox .desc {
    line-height: 36px;
    font-size: 16px;
    color: #747474;
}

.z_rl_box1 .imgbox {
    height: 470px;
    position: relative;
    z-index: 1;
}

.z_rl_box1 .infobox {
    float: right;
    margin-top: 2.6vw;
}

.z_rl_box2 .infobox {
    margin-top: 5.2vw;
}

.z_rl_box .num {
    font-size: 9.6vw;
    font-family: "num";
    font-weight: bold;
    background: linear-gradient( #b91205,#b91205);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    line-height: 9vw;
    position: absolute;
    left: 20px;
    top: -7.5vw;
    z-index: -1;
}

.z_rl_box2 .num {
    left: auto;
    right: 0;
}

.z_rl_box2 {
    margin-bottom: 9.3vw;
}

.z_team_img {
    width: 100%;
    height: 24.47vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z_team_img img {
    display: block;
    object-fit: cover;
}

.z_team_small {
    position: relative;
    overflow: hidden;
}

.z_team_small li img {
    display: block;
    min-height: 100%;
    min-height: 100%;
    max-width: none;
}

.z_team_small li {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.2vw;
    overflow: hidden;
}

.z_team_small li.on::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid #399b29;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.z_team_small .iconfont {
    position: absolute;
    outline: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 1;
    font-size: 30px;
}

.z_team_small .prev {
    left: 10px;
}

.z_team_small .next {
    right: 10px;
}

.z_zw_head .num {
    font-size: 9.6vw;
    line-height: 8vw;
    display: inline-block;
    margin-right: 2.6vw;
    font-family: "num";
    font-weight: bold;
    background: linear-gradient( #b91205,#b91205);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.z_zw_head {
    font-size: 1.875vw;
    font-weight: bold;
    margin-bottom: 9.3vw;
}

.z_zw_head img {
    margin-left: auto;
    max-width: 67%;
    display: block;
}

.z_zw_head .fl {
    margin-top: 2vw;
}

.z_zp_box {
    background: #fff;
    margin-bottom: 2.6vw;
}

.z_zp_tit {
    padding: 0 4.16vw;
    cursor: pointer;
    box-sizing: border-box;
    line-height: 86px;
    position: relative;
    box-shadow: 0px 0px 18px rgba(76,75,76,.06);
}

.z_zp_tit::before {
    content: "";
    display: block;
    width: 6vw;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/xz.jpg) no-repeat center;
    background-size: cover;
    z-index: 1;
}

.z_zp_tit .name {
    font-size: 22px;
    float: left;
    font-weight: bold;
    width: 25%;
}

.z_zp_tit .cs {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #969696;
}

.z_zp_tit .cs span {
    display: inline-block;
    width: 24%;
}

.z_zp_tit .cs span:last-child {
    text-align: right;
}

.z_zp_con {
    background: #f4f4f4;
    padding: 2.5vw 4.16vw;
    display: none;
    box-sizing: border-box;
    box-shadow: 5px 26px 18px rgba(76,75,76,.06);
}

.z_zp_con .desc {
    line-height: 36px;
    font-size: 16px;
    color: #7b7b7b;
}

.z_zp_btn {
    display: block;
    width: 154px;
    height: 48px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-top: 2.08vw;
    background: linear-gradient(to right, #b91205,#b91205);
    color: #fff;
    border-radius: 5px;
    line-height: 48px;
}

.z_mask {
    width: 100%;
    height: 100%;
    display: none;
    cursor: pointer;
    background: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
}

.z_zw_pop {
    width: 1400px;
    max-height: 100vh;
    overflow-y: auto;
    display: none;
    position: fixed;
    background: url(../img/bg9.jpg) no-repeat center;
    background-size: cover;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 0 7.8125vw;
    box-sizing: border-box;
    z-index: 10;
}

.z_pop_tit {
    padding: 2vw 0;
    border-bottom: 2px solid #e8e8e8;
}

.z_pop_tit span {
    font-size: 26px;
    height: 26px;
    line-height: 26px;
    padding-left: 20px;
    display: inline-block;
    font-weight: bold;
    position: relative;
    border-left: 4px solid #399b29;
}

.z_pop_ms {
    text-align: right;
    line-height: 50px;
    color: #808080;
}

.z_zw_form {
    padding: 2vw 1.5vw;
    box-sizing: border-box;
}

.z_zw_form label {
    display: inline-block;
    line-height: 40px;
    width: 100px;
    flex-shrink: 0;
    text-align: right;
    margin-right: 10px;
    font-size: 16px;
    color: #616161;
}

.z_zw_form li {
    width: 33.3%;
    float: left;
    display: flex;
    align-items: center;
    margin-bottom: 1.04vw;
}

.z_zw_form li label em {
    color: #ff1111;
}

.z_zw_form ul {
    width: 100%;
}

.z_zw_form .text {
    height: 40px;
    font-size: 16px;
    width: 65%;
    padding: 0 20px;
}

.z_zw_form .z_sel_text {
    background: url(../img/arr2.png) no-repeat right 20px center;
}

.z_zw_form .textbox {
    display: flex;
    margin-bottom: 1.04vw;
}

.z_zw_form .textbox .texta_text {
    height: 110px;
    padding: 8px 20px ;
    font-size: 16px;
}

.z_zw_form .yzm {
    display: flex;
    align-items: center;
}

.z_zw_form .yzmtext {
    width: 135px;
    height: 40px;
}

.z_zw_form .yzm_code {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    margin: 0 20px;
}

.z_zw_form .z_huanbtn {
    font-size: 16px;
    color: #808080;
}

.z_sc_btn {
    display: block;
    margin-left: auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: #7cbb22;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.z_form_btn {
    text-align: center;
    margin-top: 2vw;
}

.z_form_btn .btn {
    display: inline-block;
    min-width: 150px;
    margin: 0 14px;
    font-size: 18px;
    color: #808080;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 5px;
    background: #dcdcdc;
    color: #808080;
}

.z_form_btn .btn2 {
    background: linear-gradient(to right, #b91205,#b91205);
    color: #fff;
}

.z_flex {
    display: flex;
    align-items: center;
}

.z_page_bar {
    text-align: center;
    margin-top: 6.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.z_page_bar a,.z_page_bar span {
    display: inline-block;
    font-size: 16px;
    /* width: 42px; */
    /* height: 42px; */
    /* border: 1px solid #efefef; */
    margin: 0 5px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    color: #7c7c7c;
}

.z_page_bar a.active,.z_page_bar a:hover {
    /* border-color: #ba1205; */
    /* color: #ba1205; */
}

.z_page_bar a.iconfont {
    background: #399B29;
    color: #fff;
}

.z_page_bar .active a,.z_page_bar .active span {
    border-color: #ba1205;
    color: #ba1205;
}

.page_nav2 {
    border-bottom: 1px solid #efefef;
    box-shadow: none;
}

.page_nav2 ul {
    display: flex;
    align-items: center;
}

.page_nav2 li {
    flex: 1;
    text-align: center;
    transition: ease .4s;
    border-right: 1px solid #efefef;
    margin: 0;
}

.page_nav2 li:first-child {
    border-left: 1px solid #efefef ;
}

.page_nav2 li::before {
    display: none;
}

.page_nav2 li.cur,.page_nav2 li:hover {
    background: linear-gradient(to right, #b91205,#b91205);
}

.page_nav2 li.cur::beforer,.page_nav2 li:hover::before {
    display: none;
}

.page_nav2 li.cur a,.page_nav2 li:hover a {
    color: #fff;
}

.page_nav2 li.cur .icon img,.page_nav2 li:hover .icon img {
    transform: translateY(-30px);
}

.page_nav2 li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_nav2 li .icon {
    height: 30px;
    overflow: hidden;
    margin-right: 20px;
}

.page_nav2 li .icon img {
    display: block;
    transition: ease .4s;
}

.z_serice_box {
    box-shadow: 0 13px 43px rgba(168,168,168,.14);
    padding: 5.2vw;
    box-sizing: border-box;
    position: relative;
}

.z_service_page {
    padding: 11.9vw 0;
    padding-bottom: 6.25vw;
}

.z_serice_box .num {
    font-size: 9.6vw;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -7vw;
    line-height: 8vw;
    display: inline-block;
    margin-right: 2.6vw;
    font-family: "num";
    font-weight: bold;
    background: linear-gradient( #b91205,#b91205);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
}

.z_serice_box .infobox {
    width: 39%;
    float: left;
}

.z_serice_box .titbar h3 {
    font-size: 1.875vw;
    line-height: 1.875vw;
    font-weight: bold;
    margin-bottom: 20px;
}

.z_serice_box .titbar {
    border-bottom: 2px solid #eeeeee;
    position: relative;
    width: 90%;
}

.z_serice_box .titbar h4 {
    font-size: 1.145vw;
    font-family: "en";
    color: #969696;
    text-transform: uppercase;
}

.z_serice_box .titbar::before {
    content: "";
    display: block;
    width: 16%;
    height: 3px;
    position: absolute;
    bottom: -1px;
    background: linear-gradient(to right, #b91205,#b91205);
    z-index: 1;
}

.z_serice_box .titbar {
    margin-bottom: 6.25vw;
    padding: 20px 0;
}

.service_cs li {
    width: 50%;
    float: left;
    margin-bottom: 2vw;
    font-size: 22px;
    line-height: 36px;
    padding-left: 30px;
    position: relative;
}

.service_cs li::before {
    content: "";
    width: 22px;
    height: 22px;
    background: #75b723;
    position: absolute;
    left: 0;
    top: 7px;
    background: #75b723;
    z-index: 1;
}

.z_serice_box .imgbox {
    width: 55.5%;
    float: right;
    height: 530px;
}

.service_cs2 li {
    width: 100%;
}

.z_serice_box {
    margin-bottom: 12.5vw;
    z-index: 1;
}

.z_serice_box:last-child {
    margin-bottom: 0;
}

.z_serice_box:nth-child(even) .imgbox {
    float: left;
}

.z_serice_box:nth-child(even) .infobox {
    float: right;
}

.z_serice_box6 .titbar {
    margin-bottom: 0;
}

.z_serice_box6 .service_time {
    text-align: right;
    line-height: 40px;
    color: #565656;
    width: 90%;
    margin-bottom: 2.08vw;
}

.z_serice_box6 .z_ser_con {
    line-height: 30px;
    font-size: 16px;
    color: #9c9c9c;
}

.z_service_btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5.2vw;
}

.z_service_btn .hd {
    display: inline-block;
}

.z_service_btn .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eeeeee;
    margin: 0 8px;
}

.z_service_btn .hd li.on {
    background: #399b29;
}

.z_service_btn .iconfont {
    display: inline-block;
    width: 26px;
    height: 26px;
    color: #3e9d2e;
    border-radius: 50%;
    border: 1px solid #3e9d2e;
    text-align: center;
    line-height: 24px;
    margin: 0 20px;
    cursor: pointer;
    outline: none;
}

.z_service_btn .iconfont.swiper-button-disabled {
    border-color: #b3b3b3;
    color: #b3b3b3;
}

.z_case_page {
    background: url(../img/bg10.jpg) no-repeat center;
    background-size: cover;
    padding: 5.2vw 0;
}

.z_case_swiper2 ul {
    margin-left: -1.2%;
}

.z_case_swiper2 li {
    width: 23.8%;
    float: left;
    margin-left: 1.2%;
    margin-bottom: 2vw;
}

.z_case_page {
    position: relative;
}

.z_case_page .z_page_bar {
    margin-top: 3.2vw;
}

.z_casexq_page {
    padding: 8.3vw 0;
}

.z_casexq_page .z-container {
    background: #fff;
    min-height: 650px;
    padding: 4.16vw 3.64vw;
    position: relative;
    box-sizing: border-box;
    box-shadow: 5px 26px 18px rgba(76,76,76,.06);
}

.z_case_info {
    width: 34%;
    float: left;
    padding-right: 2.6vw;
    box-sizing: border-box;
}

.z_case_img {
    width: 36.8%;
    float: left;
}

.z_case_info .tit {
    font-size: 2.5vw;
    color: #14892d;
    text-shadow: 0px 10px 14px rgba(23,161,0,.24);
    font-weight: bold;
}

.z_case_info .cs {
    line-height: 48px;
    font-size: 18px;
    margin: 3.125vw 0;
    color: #565656;
}

.z_case_info .desc {
    line-height: 48px;
    font-size: 18px;
    color: #565656;
}

.z_team_img2 {
    height: 20vw;
    margin-bottom: 20px;
}

.z_team_small2 li {
    height: 110px;
}

.z_case_slide {
    width: 22.5%;
    text-align: center;
    position: absolute;
    height: 100%;
    right: 3.64vw;
    top: 0px;
    background: linear-gradient( #b91205,#b91205);
}

.z_case_slide li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.z_case_slide {
    padding: 30px 0;
    box-sizing: border-box;
}

.z_slide_swiper {
    height: 100%;
    overflow: hidden;
}

.z_slide_swiper li a {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.z_slide_swiper .swiper-slide {
    cursor: pointer;
    font-size: 20px;
    color: #fff;
}

.z_slide_swiper li.on a {
    font-size: 30px;
    font-weight: bold;
}

.z_case_slide .iconfont {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.z_case_slide .prev {
    top: 0;
}

.z_case_slide .next {
    bottom: 0;
}

.z_case_slide::before {
    content: "";
    display: block;
    width: 100%;
    height: 2.9vw;
    background: #b91205;
    position: absolute ;
    left: 0;
    top: -2.9vw;
    z-index: 1;
}

.z_case_slide::after {
    content: "";
    display: block;
    width: 100%;
    height: 2.9vw;
    background: #b91205;
    position: absolute ;
    left: 0;
    bottom: -2.9vw;
    z-index: 1;
}

.z_news_page {
    padding: 50px 0;
    padding-bottom: 0;
}

.z_news_list li a {
    display: block;
    width: 100%;
}

.z_news_list li {
    padding: 45px 0;
    border-bottom: 2px solid #b91205;
}

.z_news_list li .infobox {
    width: 36%;
    float: left;
}

.z_news_list li span {
    color: #7c7c7c;
    font-size: 18px;
}

.z_news_list li h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0;
}

.z_news_list li h4 {
    color: #868686;
    line-height: 30px;
    font-size: 16px;
}

.z_news_list li .more {
    display: block;
    width: 45px;
    margin-top: 40px;
    height: 45px;
    background: url(../img/arr1.png) no-repeat top center;
}

.z_news_list li:hover h3 {
    color: #b91205;
}

.z_news_list li:hover .more {
    background-position-y: -45px;
}

.z_news_list li .imgbox {
    width: 34%;
    float: right;
    height: 300px;
    margin-right: 2.08vw;
}

.z_news_list li:hover .imgbg {
    transform: scale(1.1,1.1);
}

.z_news_page .z_page_bar {
    padding: 3.64vw 0;
    margin: 0;
}

.z_newsxq_page {
    padding: 4.16vw 0;
    background: url(../img/newsbg.jpg) no-repeat top center;
    background-size: cover;
}

.z_newsxq_warp {
    background: #fff;
    box-shadow: 0 13px 43px rgba(168,168,168,.14);
    padding: 2.6vw 5.2vw;
    box-sizing: border-box;
}

.z_news_xqtit {
    padding: 2.08vw 0;
    border-bottom: 2px solid #e8e8e8;
}

.z_news_xqtit h3 {
    font-size: 32px;
    font-weight: bold;
    position: relative;
    margin-bottom: 3.125vw;
}

.z_news_xqtit h3::before {
    content: "";
    display: block;
    width: 4px;
    height: 30px;
    position: absolute;
    left: -20px;
    top: 8px;
    z-index: 1;
    background: #399b29;
}

.z_news_xqtit .bar {
    font-size: 18px;
}

.z_news_xqtit span {
    display: inline-block;
    margin-left: 4vw;
    padding-left: 40px;
}

.z_news_xqtit span.zz {
    background: url(../img/user.png) no-repeat left center;
}

.z_news_xqtit span.yan {
    background: url(../img/yan.png) no-repeat left center;
}

.z_news_xqcon {
    font-size: 20px;
    line-height: 36px;
    color: #747474;
    padding: 3.64vw 0;
}

.z_news_xqcon img {
    max-width: 100%;
    height: auto!important;
}

.z_case_textwarp {
    height: 360px;
    overflow-y: auto;
}

@media screen and (max-width: 1540px) {
    .z_rl_warp .z-container {
        width: 81%;
    }
}

@media screen and (max-width: 1440px) {
    .z_case_warp .next {
        right: 1.6vw;
    }

    .z_case_warp .prev {
        left: 1.6vw;
    }

    .z_about_fl,.z_jg_fl {
        padding-left: 7vw;
    }

    .z_about_fr,.z_jg_fr {
        padding-right: 7vw;
    }

    .z_culture_icon ul {
        margin-left: -0.7%;
    }

    .z_culture_icon li {
        width: 13.5%;
        margin-left: 0.7%;
    }

    .z_contact_warp .z-container {
        width: 81%;
    }

    .z_zw_pop {
        width: 90%;
    }

    .z_zw_pop {
        padding: 0 40px;
    }

    .z_zw_form {
        padding: 20px 0;
    }

    .z_case_info .cs,.z_case_info .desc {
        font-size: 16px;
    }

    .z_case_img {
        width: 40%;
    }

    .z_case_slide {
        width: 20%;
    }

    .z_news_list li .imgbox {
        width: 42%;
    }

    .z-container,.z_contact_warp .z-container,.z_rl_warp .z-container,.z_index_about .z-container {
        width: 84%;
    }
}

@media screen and (max-width: 1366px) {
    .z-container,.z_contact_warp .z-container,.z_rl_warp .z-container,.z_index_about .z-container {
        width: 88%;
    }

    .z_case_swiper {
        width: 84%;
    }

    .z_case_warp .prev {
        left: 0;
    }

    .z_case_warp .next {
        right: 0;
    }

    .z_banner_small .z-container {
        width: 80%;
    }

    .z_service_con {
        width: 35vw;
    }
}

@media screen and (max-width: 1100px) {
    .z_header_nav li {
        margin-left: 0;
    }

    .z_case_warp .btn {
        display: none;
    }
}

@media screen and (max-width: 980px) {
    .z_header {
        width: 100%;
        height: 50px;
        z-index: 8;
        position: fixed;
        left: 0;
        top: 0;
        box-sizing: border-box;
    }

    .z_header_nav {
        width: 66.7%;
        transition: ease .4s;
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(100%);
        visibility: hidden;
        /* background: url(../img/bg.jpg) no-repeat; */
        background-size: cover;
        height: calc(100vh - 50px);
        position: fixed;
        top: 50px;
        right: 0;
        background-color: #b91205;
    }

    .z_header_nav.on {
        transform: translateX(0);
        visibility: visible;
    }

    .z_header:before {
        content: "";
        opacity: 0;
        transition: ease .4s;
        visibility: hidden;
        display: block;
        width: 100%;
        height: calc(100vh - 50px);
        background: rgba(0,0,0,.5);
        position: fixed;
        left: 0;
        top: 50px;
    }

    .z_header.on:before {
        opacity: 1;
        visibility: visible;
    }

    .z_header_nav li {
        width: 100%;
        margin-left: 0;
        text-align: center;
        line-height: 50px;
    }

    .z_header_nav li a {
        font-size: 16px;
        color: #fff;
    }

    .z_header .z_logo img {
        max-height: 35px;
    }

    .z_header .z_logo {
        line-height: 50px;
        width: 33.3%;
    }

    .z_menu_btn {
        position: absolute;
        cursor: pointer;
        right: 0;
        top: 0;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .z_menu_btn span {
        display: block;
        transition: ease .6s;
        width: 24px;
        height: 1px;
        background: #000;
    }

    .z_menu_btn .line {
        margin: 8px 0;
    }

    .z_menu_btn.on .line1 {
        transform: translateY(9px) rotate(45deg);
    }

    .z_menu_btn.on .line3 {
        transform: translateY(-9px) rotate(-45deg);
    }

    .z_menu_btn.on .line2 {
        opacity: 0;
    }

    .z_header .z_logo img {
        height: 30px;
        margin: 10px 0;
    }

    .z_header_fr {
        margin: 0;
        height: auto;
        position: absolute;
        left: 0;
        bottom: 10px;
        width: 100%;
        display: flex;
        justify-content: center;
        justify-content: center;
    }

    .z_header_fr li {
        height: 50px;
    }

    .z_header_nav li.active::before, .z_header_nav li:hover::before {
        display: none;
    }

    .z_small_swiper {
        display: none;
    }

    .z_banner {
        margin-top: 50px;
        overflow: hidden;
        height: 27vh;
    }

    .z_banner .z_banner_text .en {
        font-size: 14px;
    }

    .z_banner .z_banner_text h3 {
        font-size: 16px;
    }

    .z_banner_more {
        width: 100px;
        height: 30px;
        line-height: 28px;
    }

    .z_banner_small {
        bottom: 10px;
    }

    .z_banner_small .z-container {
        justify-content: center;
    }

    .z_banner_jd {
        margin-bottom: 0;
        width: 50vw;
    }

    .z_banner_num {
        display: none;
    }

    .z-container {
        width: 94%;
    }

    .z_index_about .z-container {
        width: 94%;
    }

    .z_index_about .z-container {
        padding: 20px 0;
    }

    .z_about_con {
        width: 100%;
    }

    .z_about_tit {
        font-size: 18px;
        text-align: center;
    }

    .z_about_desc {
        line-height: 24px;
        font-size: 14px;
        margin: 10px 0;
        margin-bottom: 30px;
    }

    .z_index_more {
        font-size: 14px;
    }

    .z_about_img {
        width: 100%;
    }

    .z_about_num {
        position: relative;
        bottom: auto;
    }

    .z_about_num li h3 {
        font-size: 14px;
    }

    .z_about_num li .timer {
        font-size: 20px;
    }

    .z_about_num li h4 {
        font-size: 12px;
    }

    .z_about_num li::before {
        height: 100%;
        display: none;
    }

    .z_service_list {
        width: 100%;
        margin-bottom: 20px;
    }

    .z_service_con {
        width: 100%;
    }

    .z_index_service {
        padding: 20px 0;
    }

    .z_service_list ul {
        margin-left: -1.3%;
    }

    .z_service_list li {
        width: 32%;
        margin-left: 1.3%;
        margin-right: 0;
        height: auto;
        padding: 15px 10px;
    }

    .z_service_list li .icon {
        height: 30px;
    }

    .z_service_list li h4 {
        font-size: 12px;
    }

    .z_service_list li h3 {
        font-size: 14px;
    }

    .z_service_tit {
        font-size: 18px;
    }

    .z_service_desc {
        font-size: 14px;
        line-height: 24px;
        margin: 20px 0;
    }

    .z_index_more .line::before {
        width: 30px;
        height: 30px;
        right: -15px;
        top: -8px;
    }

    .z_index_case {
        top: 0;
    }

    .z_index_tit {
        font-size: 18px;
        text-align: center;
    }

    .z_case_nav a {
        font-size: 14px;
    }

    .z_case_head .z_index_tit {
        text-align: center;
        margin-bottom: 0;
    }

    .z_case_nav {
        text-align: center;
    }

    .z_case_warp {
        margin-top: 10px;
    }

    .z_case_nav a {
        margin: 0 10px;
    }

    .z_case_head {
        height: auto;
        padding: 10px 0;
        background: no-repeat;
    }

    .z_index_case {
        background: url(../img/bg2.jpg) no-repeat center;
        background-size: cover;
        padding: 20px 0;
    }

    .z_case_swiper li {
        height: 300px;
    }

    .z_case_swiper li .infobox {
        padding: 20px 10px ;
    }

    .z_case_swiper li h3 {
        font-size: 16px;
    }

    .z_case_warp .btn {
        display: none;
    }

    .z_index_team .z_big_pic {
        width: 100%;
        height: 200px;
    }

    .team_small {
        width: 100%;
        position: relative;
        bottom: auto;
    }

    .team_small li {
        height: 80px;
    }

    .z_index_team .infobox {
        width: 100%;
        padding: 15px;
        height: auto;
    }

    .z_index_team .desc {
        font-size: 14px;
        margin: 10px 0;
        line-height: 24px;
    }

    .z_news_en {
        display: none;
    }

    .z_news_pre {
        max-width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .z_news_swiper li {
        width: 100%;
        padding: 15px 0;
        border: none;
        border-bottom: 1px solid #eee;
    }

    .z_news_swiper li:first-child,.z_news_swiper li:nth-child(4) {
        width: 100%;
        padding: 10px 0;
    }

    .z_news_swiper li .tit {
        font-size: 14px;
        max-height: 48px;
        line-height: 24px;
        height: auto;
    }

    .z_news_swiper li .desc {
        margin: 10px 0;
        font-size: 12px;
        height: auto;
        max-height: 96px;
        line-height: 24px;
        margin-bottom: 0;
    }

    .z_news_swiper li .more {
        display: none;
    }

    .z_foot_top {
        display: none;
    }

    .z_foot_fr {
        width: 100%;
    }

    .z_foot_tel .num {
        font-size: 20px;
    }

    .z_foot_tel span {
    }

    .z_foot_code img {
        width: 100px;
        margin: 0 auto;
    }

    .z_foot_btm {
        padding: 20px 0;
    }

    .z_foot_fl {
        display: none;
    }

    .z_foot_fr {
        justify-content: center;
    }

    .z_foot_link {
        display: none;
    }

    .z_foot_copy {
        padding: 10px 0;
        font-size: 12px;
        text-align: center;
    }

    .z_foot_copy a {
        float: none;
        display: block;
    }

    .z_other_banner {
        margin-top: 50px;
        height: 150px;
    }

    .z_other_btext h3 {
        font-size: 20px;
    }

    .z_other_btext .line {
        margin-top: 10px;
        height: 3px;
        width: 40px;
    }

    .page_nav {
        height: 40px;
        line-height: 40px;
        width: 100%;
        overflow: hidden;
    }

    .page_nav .z-container {
        width: 100%;
    }

    .page_nav li {
        float: left;
    }

    .page_nav li a {
        padding: 0 10px;
        font-size: 14px;
    }

    .page_nav li::before {
        height: 2px;
    }

    .z_boss_con {
        width: 100%;
    }

    .z_boss_tit h3 {
        font-size: 18px;
        margin-bottom: 0;
    }

    .z_boss_tit h4 {
        font-size: 14px;
        font-weight: normal;
    }

    .z_boss_desc {
        font-size: 14px;
        margin: 10px 0;
        line-height: 24px;
    }

    .z_boss_warp {
        padding: 20px 0;
    }

    .z_boss_name img {
        max-height: 50px;
    }

    .z_boss_img {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .z_boss_tit {
        text-align: center;
    }

    .z_about_fl,.z_about_fr {
        width: 100%;
        padding: 15px 10px;
        min-height: auto;
    }

    .z_about_fl li {
        width: 50%;
    }

    .z_about_fl li .icon {
        width: 30px;
    }

    .z_about_fl li h4 {
        font-size: 12px;
    }

    .z_about_fl li h3 {
        font-size: 14px;
    }

    .z_about_fl li .timer {
        font-size: 18px;
    }

    .z_about_fr .desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .z_jg_warp .z_index_tit {
        position: relative;
        top: auto;
        padding-left: 0;
        text-align: center;
        background: #fff;
        padding-top: 20px;
    }

    .z_jg_fr {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .z_jg_fl {
        width: 100%;
        height: auto;
        padding: 20px 0;
    }

    .z_jg_tit {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .z_culture_icon {
        bottom: auto;
        margin-top: 20px;
    }

    .z_culture_warp {
        padding: 20px 0;
    }

    .z_culture_icon li {
        width: 49.3%;
        margin-bottom: 5px;
    }

    .z_culture_warp .infobox {
        padding: 0;
    }

    .z_tx_warp {
        padding: 20px 0;
        display: block;
    }

    .z_tx_con {
        width: 100%;
    }

    .z_tx_swiper {
        width: 100%;
    }

    .z_tx_con .z_tx_desc {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .z_tx_swiper li .tit {
        margin-top: 10px;
        font-size: 13px;
    }

    .z_tx_swiper li.swiper-slide-active .tit {
        font-size: 12px;
    }

    .z_culture_icon li h3 {
        margin: 10px 0;
        font-size: 14px;
    }

    .z_culture_icon li .desc {
        font-size: 12px;
        line-height: 20px;
    }

    .z_culture_icon li .icon img {
        max-height: 30px;
    }

    .z_honor_tit {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .z_honor_tit h3 {
        font-size: 18px;
    }

    .z_honor_tit .en {
        line-height: 20px;
        white-space: nowrap;
    }

    .z_honor_warp {
        padding: 20px 10px;
    }

    .z_honor_swiper {
        width: 100%;
    }

    .z_honor_swiper li {
        padding: 10px;
        font-size: 14px;
    }

    .z_honor_img {
        display: none;
    }

    .z_honor_swiper .btn {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 10px;
        font-size: 14px;
        margin-top: 10px;
    }

    .z_honor_swiper li {
        background: #f3f3f3;
        color: #535353;
        margin-bottom: 5px;
    }

    .z_weilai_warp {
        min-height: auto;
        padding: 20px 0;
        display: block;
        padding-top: 50px;
    }

    .z_weilai_tit {
        width: 100%;
        text-align: center;
    }

    .z_weilai_tit h3 {
        font-size: 18px;
    }

    .z_weilai_tit h4 {
        font-size: 16px;
    }

    .z_weilai_desc {
        width: 100%;
        font-size: 14px;
        line-height: 24px;
        margin-top: 20px;
        width: 100%;
        padding: 0;
    }

    .z_contact_warp {
        padding: 20px 0;
    }

    .z_contact_warp .z_index_tit {
        margin-bottom: 20px;
    }

    .z_contact_from ul {
        margin-left: 0;
    }

    .z_contact_from ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .z_contact_from .text {
        height: 40px;
        font-size: 14px;
        padding: 0 10px;
    }

    .z_contact_from .texta {
        height: 200px;
        padding: 10px;
    }

    .z_tj_btn {
        margin: 20px auto;
        font-size: 16px;
        width: 120px;
        height: 40px;
        line-height: 40px;
    }

    .z_contact_box {
        display: block;
    }

    .z_contact_box .box {
        width: 100%;
        min-height: auto;
        padding: 20px 10px;
    }

    .z_contact_box .box .icon {
        width: 30px;
        height: 30px;
        margin: 0 auto;
    }

    .z_contact_box .box:hover .icon img,.z_contact_box .box.on .icon img {
        transform: translateY(-30px);
    }

    .z_contact_box .box h3 {
        font-size: 16px;
        margin: 10px 0;
    }

    .z_contact_box .box .desc {
        line-height: 24px;
        font-size: 14px;
    }

    .z_rl_tit .con {
        background: none;
        padding: 0;
    }

    .z_rl_tit::before {
        display: none;
    }

    .z_rl_tit {
        line-height: normal;
        text-align: center;
        margin-bottom: 30px;
    }

    .z_rl_tit .en {
        font-size: 16px;
    }

    .z_rl_tit .tit {
        font-size: 18px;
    }

    .z_rl_box .imgbox,.z_rl_box .infobox {
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0;
    }

    .z_rl_box1 .imgbox {
        height: 200px;
    }

    .z_rl_box .infobox .desc {
        font-size: 14px;
        line-height: 24px;
    }

    .z_rl_box1 .infobox {
    }

    .z_rl_box .num {
        font-size: 38px;
        top: -30px;
    }

    .z_team_img {
        height: 200px;
    }

    .z_team_small {
        overflow: hidden;
    }

    .z_team_small li {
        height: 280px;
    }

    .z_team_small li.on {
        display: none;
    }

    .z_team_small .iconfont {
        font-size: 20px;
    }

    .z_zw_pop {
        padding: 0 10px;
        max-height: 90vh;
        overflow-y: auto;
    }

    .z_pop_tit span {
        font-size: 16px;
    }

    .z_pop_ms {
        line-height: 20px;
        text-align: center;
        padding: 10px 0;
        font-size: 12px;
    }

    .z_zw_form li {
        width: 100%;
        margin-bottom: 8px;
    }

    .z_zw_form label {
        width: 80px;
        font-size: 14px;
    }

    .z_zw_form .text {
        font-size: 14px;
        width: 100%;
    }

    .z_zw_form .yzm {
        display: block;
    }

    .z_zw_form .yzmbar {
        margin: 10px auto;
        margin-left: 90px;
    }

    .z_zw_form .yzmbar .yzm_code {
        margin: 0;
    }

    .z_zw_form .z_huanbtn {
        font-size: 14px;
    }

    .z_sc_btn {
        margin: 0 auto;
    }

    .z_form_btn {
        margin-top: 20px;
    }

    .z_form_btn .btn {
        min-width: auto;
        padding: 0 20px;
        margin: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }

    .z_zw_form .textbox {
        margin-bottom: 8px;
    }

    .z_sc_btn {
        width: auto;
        margin-left: 90px;
    }

    .z_zp_tit .cs {
        display: none;
    }

    .z_zp_tit .name {
        width: auto;
        font-size: 15px;
    }

    .z_zp_tit {
        line-height: 50px;
    }

    .z_zp_tit::before {
        width: 70px;
    }

    .z_zp_con .desc {
        line-height: 24px;
        font-size: 12px;
    }

    .z_zw_head {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }

    .z_zw_head .fl {
        font-size: 16px;
        margin-top: 3vw;
        flex-shrink: 0;
    }

    .z_zp_btn {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        width: auto;
        padding: 0 20px;
    }

    .z_zp_con {
        padding: 15px 10px;
    }

    .z_page_bar a {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin: 0 2px;
    }

    .page_nav2 ul {
        display: block;
    }

    .page_nav2 .icon {
    }

    .z_serice_box .infobox,.z_serice_box .imgbox {
        width: 100%;
    }

    .service_cs li {
        font-size: 14px;
        line-height: 24px;
        padding-left: 15px;
    }

    .service_cs li::before {
        width: 10px;
        height: 10px;
    }

    .z_serice_box .titbar {
        text-align: center;
        width: 100%;
    }

    .z_serice_box .titbar h3 {
        font-size: 16px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .z_serice_box .titbar h4 {
        font-size: 14px;
    }

    .z_serice_box {
        padding: 20px 10px;
        margin-bottom: 40px;
    }

    .z_serice_box .imgbox {
        height: 230px;
        margin-top: 10px;
    }

    .service_cs li {
        width: 100% ;
    }

    .z_serice_box6 .z_ser_con {
        line-height: 24px;
        font-size: 12px;
    }

    .z_serice_box .titbar {
        padding: 10px 0;
    }

    .z_case_swiper2 ul {
        margin-left: 0;
    }

    .z_case_swiper2 li {
        width: 48.8%;
        margin-bottom: 5px;
    }

    .z_case_page {
        padding: 20px 0;
    }

    .z_case_slide {
        width: 100%;
        height: 50px;
        overflow: hidden;
        position: relative;
        right: auto;
        top: auto;
        padding: 0;
    }

    .z_case_slide::before,.z_case_slide::after {
        display: none;
    }

    .z_case_slide li {
        font-size: 14px;
    }

    .z_case_slide li.on {
        font-size: 16px;
    }

    .z_case_slide .iconfont {
        transform: translateX(0);
        transform: rotate(-90deg);
        left: auto;
        z-index: 2;
        font-size: 16px;
    }

    .z_case_slide .prev {
        left: 0;
        margin-top: 16px;
    }

    .z_case_slide .next {
        right: 0;
        margin-bottom: 16px;
    }

    .z_case_info {
        width: 100%;
    }

    .z_case_info .tit {
        font-size: 18px;
    }

    .z_casexq_page .z-container {
        padding: 0;
    }

    .z_case_info {
        padding: 15px;
    }

    .z_case_info .cs, .z_case_info .desc {
        line-height: 24px;
        font-size: 14px;
    }

    .z_case_img {
        width: 100%;
    }

    .z_team_img {
        display: none
    }

    .z_casexq_page .z-container {
        min-height: auto;
    }

    .page_nav2 li {
        border: none;
    }

    .z_news_page {
        padding: 20px 0;
    }

    .z_news_list li {
        padding: 0px 0;
        float: none;
        margin-bottom: 10px;
    }

    .z_news_list li .imgbox,.z_news_list li .infobox {
        width: 100%;
        margin: 0;
    }

    .z_news_list li h3 {
        font-size: 16px;
    }

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

    .z_news_list li h4 {
        font-size: 14px;
        line-height: 24px;
    }

    .z_news_list li .more {
        display: none;
    }

    .z_news_list li h3 {
        margin: 10px 0;
    }

    .z_news_list li .infobox {
        padding: 10px 0;
    }

    .z_news_list li .imgbox {
        height: 200px;
    }

    .z_news_page .z_page_bar {
        padding: 10px 0;
    }

    .z_news_xqtit h3 {
        font-size: 18px;
    }

    .z_news_xqtit h3::before {
        display: none;
    }

    .z_news_xqtit .bar {
        font-size: 12px;
    }

    .z_news_xqtit .fr {
        width: 100%;
        margin-top: 10px;
    }

    .z_news_xqtit span {
        background-size: auto 16px!important;
        padding-left: 30px;
        margin-left: 0;
        margin-right: 20px;
    }

    .z_newsxq_warp {
        padding: 0 10px;
    }

    .z_newsxq_page {
        padding: 20px 0;
    }

    .z_news_xqcon {
        font-size: 14px;
        line-height: 24px;
    }

    .z_jd_bar {
        width: 50%;
        margin: 0 auto;
    }

    .z_index_more .line {
        display: none;
    }

    .z_index_more {
        max-width: 100px;
        margin: 0 auto;
        padding: 5px 15px;
        border-radius: 5px;
        background: linear-gradient(to right, #b91205,#b91205);
        color: #fff;
    }

    .z_index_team .line {
        display: none;
    }

    .z_index_news {
        padding: 20px 0;
    }

    .z_tj_btn img {
        width: 20px;
    }

    .z-container, .z_contact_warp .z-container, .z_rl_warp .z-container, .z_index_about .z-container {
        width: 94%;
    }

    .page_nav2 li .icon {
        display: none;
    }

    .page_nav2 li:first-child {
        border: none
    }

    .z_case_textwarp {
        height: auto;
    }
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: -internal-light-dark(black, white) !important;
}




