﻿*{
    margin: 0px;
    padding: 0px;
    transition: background-color 0.5s,color 0.5s,border 0.5s;
}
a{
    text-decoration: none;
}
body,html{
    /*overflow-x: hidden;*/
    background-color: #ffffff;
}
a:link,
a:visited,
a:active,
a:hover{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0px;
}
h1,h2,h3,h4,h5,h6,a,p,div,ol,ul,li,span,img,input,dl,dd,dt,form,textarea,button{
    background:none;
    outline:none;
    border:0px;
    margin: 0px;
}
q:before, q:after { content: ''; }
button{
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
}
body, button, input, select, textarea {
    font: 12px/1 "微软雅黑",Helvetica,Arial,sans-serif;
}
html,body{
    margin: 0px auto;
}
body{
    overflow-x: hidden;
    padding-top: 130px;
}
input[type="radio"], input[type="checkbox"]{
    margin: 0px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.posrel{
    position: relative;
}
.posads{
    position: absolute;
}
/*清除浮动*/
.clear{
    clear:both;
    float: none !important;
}
.container{
    padding: 0px;
}
.logoNav_box{
    background-image: url("../image/zdm/top_bg.png");
    background-position: center;
    width: 100%;
    font-size: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.logoNav_box .logo{
    display: inline-block;
    vertical-align: top;
    padding: 20px 0px;
}
.logoNav_box .nav_box{
    display: inline-block;
    text-align: right;
    width: calc(100% - 140px);
    margin: 45px 0px;
}
.logoNav_box .nav_box>li{
    width: 117px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
}
.logoNav_box .nav_box>li::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #cccccc;
    top: 10px;
    left: 0px;
}
.logoNav_box .nav_box>li:nth-of-type(1)::before{
    display: none;
}

.logoNav_box .nav_box>li>a{
    position: relative;
    display: block;
    height: 40px;
    color: #333333;
    z-index: 1;
}
.logoNav_box .nav_box>li>a::before{
    position: absolute;
    content: "";
    left: 50%;
    bottom: -15px;
    height: 1px;
    width: 0px;
    transform: translateX(-50%);
    background-color: #a02b43;
    transition: width .5s;
}
.logoNav_box .nav_box>li>a>p{
    font-size: 1.821rem;
    padding-bottom: 10px;
    transform: translateY(0px);
    transition: transform 0.5s;
}
.logoNav_box .nav_box>li>a>span{
    display: block;
    font-size: 1.214rem;
    text-transform: uppercase;
    transform: translateY(0px);
    transition: transform 0.5s;
}
.logoNav_box .nav_box>li.active>a{
    color: #a02b43;
}
.logoNav_box .nav_box>li.active>a::before{
    width: 70%;
}
.logoNav_box .nav_box>li.active>a>p{
    transform: translateY(20px);
    padding-bottom: 0px;
}
.logoNav_box .nav_box>li.active>a>span{
    transform: translateY(-20px);
    margin-bottom: 10px;
}
.logoNav_box .nav_box>li>ul{
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    background-color: #ffffff;
    padding-top: 20px;
    display: none;
}
.logoNav_box .nav_box>li>ul a{
    display: block;
    font-size: 1.6rem;
    color: #333333;
    padding: 10px 0px;
    text-align: center;
    transition: all 0s;
}
.logoNav_box .nav_box>li>ul a:hover{
    color: #a02b43;
}





#video_box{
    display: block;
}
.video_box{
    position: relative;
}
.video_box>button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.video_box>button>img{
    width: 50px;
}
#banner .swiper-slide>div{
    /* height: 550px; */
    background-position: center;
}
/* #banner .swiper-slide>img{
    display: none;
} */

.bannerimg{
    width: 100%;
}




.seek{
    position: relative;
    font-size: 0px;
    height: 170px;
}
.seek::before,
.seek::after{
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.seek::before{
    background-image: url("../image/seek_bg.png");
    background-position: right;
    left: 0px;
}
.seek::after{
    right: 0px;
    background-color: #eeeeee;
    z-index: -1;
}
.seek .seek_box>div{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.seek .seek_phone{
    margin: 53px 0px;
}
.seek .seek_phone>img{
    vertical-align: top;
    margin-right: 24px;
}
.seek .seek_phone>span{
    color: #fff;
    font-size: 1.6rem;
    line-height: 32px;
    display: inline-block;
}
.seek .seek_form{
    padding-left: 50px;
    margin-top: 22px;
}
.seek .seek_form>img{
    padding-right: 24px;
    vertical-align: top;
    margin: 24px 0px;
}
.seek .seek_form>div{
    display: inline-block;
    width: calc(100% - 80px);
}
.seek .seek_form>div>form{
    display: block;
    margin-bottom: 17px;
    border-bottom: 1px solid #a02b43;
}
.seek .seek_form>div>form>input{
    width: 100%;
    padding: 10px;
    color: #a02b43;
    font-size: 1.4rem;
    border: none;
}
.seek .seek_form>div>form>input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a02b43;
}
.seek .seek_form>div>form>input::-moz-placeholder { /* Firefox 19+ */
    color: #a02b43;
}
.seek .seek_form>div>form>input:-ms-input-placeholder { /* IE 10+ */
    color: #a02b43;
}
.seek .seek_form>div>form>input:-moz-placeholder { /* Firefox 18- */
    color: #a02b43;
}
.seek .seek_form .seek_link{
    padding: 0px 5px;
    color: #a02b43;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 24px;
}
.seek .seek_form .seek_link>a{
    color: #a02b43;
    font-weight: 100;
}
.seek_icon{
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 25px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - (25px * 4)) / 5),1fr));
    margin: 60px 0px;
}
.seek_icon>div{
    position: relative;
}
.seek_icon>div>img{
    width: 100%;
}
.seek_icon>div>p{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 70px;
    color: #333333;
    font-size: 1.8rem;
}
.tier_title{
    text-align: center;
}
.tier_title>p{
    position: relative;
    color: #333333;
    font-size: 3.6rem;
    padding-bottom: 25px;
    margin-bottom: 20px
}
.tier_title>p::before,
.tier_title>p::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.tier_title>p::before{
    width: 560px;
    height: 1px;
    background-color: #dddddd;
    bottom: 2px;
}
.tier_title>p::after{
    width: 90px;
    height: 5px;
    bottom: 0px;
    background-color: #a02b43;
}
.tier_title>span{
    color: #333333;
    font-size: 2.2rem;
    font-family: Courier New;
    text-transform: uppercase;
}
.product_calcc{
    display: grid;
    grid-row-gap: 20px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - (40px * 3)) / 4),1fr));
    margin-top: 53px;
}
.product_calcc>a{
    overflow: hidden;
}
.product_calcc img{
    width: 100%;
    transition: all .3s;
}
/*.product_calcc>a:hover>img{*/
/*    transform: scale(1.1);*/
/*}*/



.customized{
    background-image: url("../image/customized_bg.png");
    background-position: center;
    height: 300px;
    font-size: 0px;
    margin: 89px 0px 70px;
}
.customized ul{
    display: inline-block;
    margin: 53px 0px;
    vertical-align: top;
}
.customized ul>li{
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
.customized ul>li>div{
    width: 130px;
    height: 130px;
    border: 2px solid #333333;
    border-radius: 50%;
    padding: 13px;
    margin-bottom: 15px;
    transition: all 0s;
}
.customized ul>li>div>div{
    width: 100%;
    height: calc(130px - (13px * 2));
    position: relative;
    border-radius: 50%;
    transition: all 0s;
}
.customized ul>li>div>div>img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.customized ul>li>p{
    color: #333;
    font-size: 1.6rem;
    line-height: 24px;
    transition: all 0s;
}
.customized ul>img{
    margin: 62px 23px;
    vertical-align: top;
}
.customized ul>li:hover>div{
    border-color: #a02b43;
}
.customized ul>li:hover>div>div{
    background-color: #a02b43;
}
.customized ul>li:hover>p{
    color: #a02b43;
}
.customized .customized_text{
    display: inline-block;
    float: right;
    text-align: right;
    margin: 55px 0px;
}
.customized .customized_text>div{
    color: #a02b43;
    font-size: 3.4rem;
    margin-bottom: 40px;
}
.customized .customized_text>div>p{

}
.customized .customized_text>div>span{
    font-family: LarissaLight;
}
.customized .customized_text>p{
    color: #333333;
    font-size: 1.8rem;
    margin-bottom: 14px;
}
.customized .customized_text>span{
    color: #333333;
    line-height: 24px;
    font-size: 1.4rem;
}
.advantage{
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 1px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - (1px * 2)) / 3),1fr));
    margin-top: 43px;
    margin-bottom: 58px;
}
.advantage>div{
    position: relative;
    background-color: #a02b43;
    height: 300px;
    transition: all 0s;
}
.advantage>div:hover{
    background-color: #c1435d;
}
.advantage>div>div{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    color: #ffffff;
    text-align: center;
}

.advantage>div>div>div{
    margin-bottom: 35px;
}
.advantage>div>div>div>p{
    font-size: 3rem;
    /* font-family: LarissaLight; */
    margin-bottom: 10px;
}
.advantage>div>div>div>span{
    font-size: 2.2rem;
}
.advantage>div>div>p{
    font-size: 1.6rem;
    line-height: 24px;
    margin-bottom: 25px;
}
.advantage>div>div>img{
    opacity: 0;
}
.advantage>div:hover>div>img{
    opacity: 1;
}
.advantage_five{
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - (40px * 4)) / 5),1fr));
    padding: 0px 20px;
    font-size: 0px;
}
.advantage_five>div{
    text-align: center;
}
.advantage_five>div>div{
    display: inline-block;
    width: 135px;
    height: 135px;
    border: 1px solid #666666;
    border-radius: 50%;
    padding: 10px;
}
.advantage_five>div>div>div{
    border-radius: 50%;
    width: 100%;
    height: calc(135px - 20px);
    position: relative;
}
.advantage_five>div>div>div>p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #666666;
    font-size: 2.8rem;
    line-height: 34px;
}
.advantage_five>div>span{
    display: block;
    width: 1px;
    height: 50px;
    background-color: #666666;
    margin: -15px auto 19px;
    transition: all .3s;
}
.advantage_five>div>p{
    color: #666666;
    line-height: 24px;
    font-size: 1.2rem;
}
.advantage_five>div:hover>div{
    background-color: #cf95a1;
    border-color: #cf95a1;
}
.advantage_five>div:hover>div>div{
    background-color: #ae4b5f;
}
.advantage_five>div:hover>div>div>p{
    color: #ffffff;
}
.advantage_five>div:hover>span{
    width: 50px;
    height: 3px;
    background-color: #a02b43;
    margin: 16px auto 14px;
}
.advantage_five>div:hover>p{
    color: #a02b43;
}
.advantage_img{
    display: block;
    margin: 30px auto 75px;
}
.about{
    background-color: #fafafa;
    padding-top: 55px;
}
.about .about_box{
    padding-bottom: 70px;
    font-size: 0px;
    margin-top: 42px;
}
.about .about_box>div{
    display: inline-block;
    vertical-align: middle;
}
.about .about_box .about_img{
    width: 400px;
    height: 480px;
    border: 1px solid #a02b43;
    position: relative;
}
.about .about_box .about_img>p{
    display: inline-block;
    width: 355px;
    margin-top: calc(77px - 33px);
    margin-left: 35px;
    color: #a02b43;
    font-size: 3.368rem;
    font-family: Swis721 LtEx BT;
    text-transform: uppercase;
    transform-origin:  left bottom;
    transform: rotate(90deg);
}
.about .about_box .about_img>div{
    position: absolute;
    right: -76px;
    bottom: 22px;
}
.about .about_box .about_img>div>div{
    position: absolute;
    bottom: 154px;
    text-align: center;
    left: 34px;
    color: #ffffff;
}
.about .about_box .about_img>div>div>p{
    color: #fafafa;
    font-size: 3.6rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.about .about_box .about_img>div>div>span{
    font-size: 2.2rem;
}
.about .about_box .about_img>div>a{
    color: #fafafa;
    font-size: 1.8rem;
    position: absolute;
    left: 80px;
    bottom: 44px;
    border-bottom: 1px solid #ffffff;
}
.about .about_box .about_text{
    width: calc(100% - 400px);
    padding-left: 160px;
}
.about .about_box .about_text>p{
    color: #a02b43;
    font-size: 2.4rem;
    margin-bottom: 35px;
}
.about .about_box .about_text>span{
    color: #333333;
    line-height: 32px;
    font-size: 1.4rem;
    display: block;
    height: 192px;
    margin-bottom: 60px;
    overflow: hidden;
}
.about .about_box .about_text>span a{
    color: #333333;
    font-weight: bold;
}
.about .about_box .about_text>div{
    display: grid;
    grid-row-gap: 0px;
    grid-column-gap: 85px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - (85px * 3)) / 4),1fr));
    padding: 0px 24px;
}
.about .about_box .about_text>div{
    text-align: center;
}
.about .about_box .about_text>div>div>div{
    width: 84px;
    height: 84px;
    margin: 0px auto 9px;
    border-radius: 50%;
    border: 1px solid #666666;
    padding: 9px;
    transition: all 0s;
}
.about .about_box .about_text>div>div>div>div{
    width: 100%;
    height: calc(84px - 18px);
    border: 1px dashed #666666;
    position: relative;
    border-radius: 50%;
    transition: all 0s;
}
.about .about_box .about_text>div img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about .about_box .about_text>div>div>p{
    color: #666666;
    font-size: 1.6rem;
    margin-bottom: 5px;
    transition: all 0s;
}
.about .about_box .about_text>div>div>span{
    color: #666666;
    font-size: 1.2rem;
    text-transform: uppercase;
    transition: all 0s;
}
.about .about_box .about_text>div>div:hover>div{
    border: 1px dashed #a02b43;
}
.about .about_box .about_text>div>div:hover>div>div{
    border: 1px solid #a02b43;
}
.about .about_box .about_text>div>div:hover>p{
    color: #a02b43;
}
.about .about_box .about_text>div>div:hover>span{
    color: #a02b43;
}
.honor_index{
    background-image: url("../image/honor_bg.png");
    background-position: center;
    height: 300px;
    font-size: 0px;
    position: relative;
    margin-bottom: 65px;
}
.honor_index::before{
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: calc((100% - 1200px) / 2 + 827px);
    height: 100%;
    background-color: #eeeeee;
}
.honor_index .img_box{
    font-size: 0px;
    width: 776px;
    height: 222px;
    overflow: hidden;
    display: inline-block;
    margin: 39px 0px;
}
.honor_index .img_box>ul{

}
.honor_index .img_box li{
    width: 174px;
    display: inline-block;
    margin-left: 20px;
}
.honor_index .img_box img{
    width: 100%;
}
.honor_index .honor_text{
    float: right;
    text-align: right;
    color: #ffffff;
    margin: 96px 0px;
}
.honor_index .honor_text>p,
.honor_index .honor_text>span{
    font-size: 1.8rem;
}
.honor_index .honor_text>p>strong,
.honor_index .honor_text>span>strong{
    font-size: 2rem;
}
.honor_index .honor_text>p{
    margin-bottom: 25px;
}
.environment{
    position: relative;
    height: 420px;
    overflow: hidden;
    margin-bottom: 70px;
    margin-top: 58px;
}
.environment>li{
    position: absolute;
    width: 450px;
    height: 100%;
    top: 0px;
    transition: all 0s;
}
.environment>li span{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.7);
}
.environment>li.active{
    z-index: 1;
    border: 2px solid #a02b43;
}
.environment>li.active span{
    background-color: rgba(255,255,255,0);
}
.company_advantage{
    margin-top: 58px;
    margin-bottom: 80px;
}
.environment img{
    width: 100%;
}
#advantage_certify{
    position: relative;
}
#advantage_certify .swiper-container {
    width: calc(100% - 100px);
    margin: 0px auto;
    padding: 40px 0px 52px;
}
#advantage_certify .item{
    border: 1px solid #eeeeee;
    border-bottom:2px solid #a02b43;
    height: 232px;
    position: relative;
}
#advantage_certify .item>div{
    position: absolute;
    width: 100%;
    height: 97%;
    background-color: #ffffff;
}
#advantage_certify .item>div>img{
    position: absolute;
    left: 50%;
    top: 40px;
    transform: translateX(-50%);
}
#advantage_certify .item>div>div{
    position: absolute;
    top: 105px;
    width: 100%;
    text-align: center;
}
#advantage_certify .item>div>div>p{
    color: #333333;
    font-size: 1.6rem;
    margin-bottom: 22px;
    font-weight: bold;
}
#advantage_certify .item>div>div>span{
    color: #333333;
    font-size: 1.2rem;
    line-height: 20px;
    display: block;
    padding: 0px 10px;
}
#advantage_certify .item>div>span{
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%,50%);
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: #ffffff;
    background-color: #a02b43;
    font-size: 2rem;
    line-height: 39px;
    text-align: center;
    opacity: 0;
}

#advantage_certify .swiper-slide-active .item{
    background-image: url("../image/advantage_bg.png");
    background-size: 102%;
    background-position: center;
    transform: scale(1.3);
    border-bottom: none;
}
#advantage_certify .swiper-slide-active .item>div>div>p{
    color: #a02b43;
}
#advantage_certify .swiper-slide-active .item>div>span{
    opacity: 1;
}
#advantage_certify .advantage_jt{
    width: 40px;
    height: 40px;
    background-color: #cccccc;
    background-image: url("../image/advantage_jt.png");
    background-position: center;
    background-size: 13px 22px;
    border-radius: 50%;
    opacity: 1;
    left: 0px;
}
#advantage_certify .advantage_next{
    left: auto;
    right: 0px;
    transform: rotate(180deg);
}
.advertising{
    background-image: url("../image/ad_bg1.png");
    background-position: center;
    height: 300px;
    text-align: center;
    padding: 66px 0px;
    margin-bottom: 80px;
}
.advertising p{
    font-size: 3.8rem;
    color: #333333;
    margin-bottom: 20px;
}
.advertising span{
    display: block;
    color: #333333;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.advertising .phone{
    display: inline-block;
    color: #ffffff;
    font-size: 2.4rem;
    padding: 10px 24px;
    background-color: #a02b43;
}
.case{
    font-size: 0px;
    margin-top: 56px;
    margin-bottom: 70px;
}
.case>div{
    display: inline-block;
    vertical-align: bottom;
}
.case .case_tit{
    position: relative;
}
.case .case_tit>div{
    position: absolute;
    bottom: 27px;
    left: 0px;
    width: 100%;
    padding: 0px 25px;
    text-align: center;
}
.case .case_tit>div>p{
    color: #ffffff;
    font-size: 3rem;
    margin-bottom: 29px;
}
.case .case_tit>div>img{
    width: 100%;
}
.case .case_box{
    width: calc(100% - 410px);
    padding-left: 48px;
}
.case .case_more{
    margin-bottom: 28px;
    text-align: right;
}
.case .case_more>*{
    display: inline-block;
    padding: 15px 60px;
    border: 1px solid #cccccc;
    color: #666666;
    font-size: 1.6rem;
    transition: all 0s;
}
.case .case_more>a{
    margin-right: 42px;
}
.case .case_more>p>span{
    font-size: 2rem;
    transition: all 0s;
}
.case .case_more>*:hover{
    color: #a02b43;
    border: 1px solid #a02b43;
}
.case .case_box .case_img{
    display: grid;
    grid-row-gap: 44px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - (40px * 1)) / 2),1fr));
}
.case .case_img>a{
    border: 2px solid #cccccc;
    overflow: hidden;
}
.case .case_img img{
    width: 100%;
    transition: all .3s;
}
.case .case_img>a:hover>img{
    transform: scale(1.1);
}
.hzqy{
    background-color: #fafafa;
    padding-top: 47px;
    margin-bottom: 70px;
}
.hzqy ul{
    display: block;
    text-align: center;
    font-size: 0px;
    margin-top: 55px;
    padding-bottom: 30px;
}
.hzqy ul>li{
    display: inline-block;
    margin-left: 90px;
    margin-bottom: 20px;
}
.hzqy ul>li.active{
    margin-left: 0px;
}
.hzqy ul>li>img{
    margin-bottom: 15px;
    transition: all 1s;
}
.hzqy ul>li:hover>img{
    transform: rotateY(360deg);
}
.hzqy ul>li>p{
    color: #333333;
    font-size: 1.6rem;
}
.news{
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-template-columns: repeat(auto-fill,minmax(calc((100% - (40px * 1)) / 2),1fr));
    margin-top: 50px;
}
.news>div{
    border: 1px solid #cccccc;
    padding: 20px 15px;
}
.news>div>p{
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
}
.news>div>p>img{
    width: 100%;
    transition: all .3s;
}
.news>div>p:hover>img{
    transform: scale(1.1);
}
.news>div>p>span{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 12px 0px;
    background-color: rgba(0,0,0,.7);
    color: #ffffff;
    font-size: 1.6rem;
}
.news>div>ul{
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 0;
    grid-template-columns: repeat(auto-fill,minmax(100%,1fr));
    margin-bottom: 20px;
}
.news>div>ul>li{
    padding: 22px 0px;
    background-color: #fafafa;
}
.news>div>ul>li>a{
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 22px;
}
.news>div>ul>li>a>span{
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 2px;
    background-color: #999999;
    margin-left: 7px;
    margin-right: 6px;
    transition: all .3s;
}
.news>div>ul>li>span{
    color: #999999;
    display: block;
    font-size: 1.4rem;
    line-height: 24px;
    padding: 0px 23px;
    height: 48px;
    overflow: hidden;
}
.news>div>a{
    display: block;
    text-align: center;
    padding: 14px 0px;
    background-color: #fafafa;
    color: #666666;
    font-size: 1.4rem;
}
.news>div:hover{
    border-color: #a02b43;
}
.news>div:hover>p>span{
    background-color: rgba(160,43,67,.7);
}
.news>div:hover>a{
    background-color: #a02b43;
    color: #ffffff;
}
.news>div>ul>li:hover{
    box-shadow: 0px 0px 3px #afafaf;
}
.news>div>ul>li:hover>a{
    color: #a02b43;
}
.news>div>ul>li:hover>a>span{
    width: 48px;
    background-color: #a02b43;
    margin-right: 18px;
}
.foot{
    margin-top: 70px;
    background-image: url("../image/zdm/footer_bg.png");
    background-position: top center;
}
.foot .foot_box{
    padding-top: 77px;
    position: relative;
}
.foot .foot_box .contact_box{
    display: inline-block;
}
.foot .foot_box  .contact_tit{
    color: #ffffff;
    font-size: 4rem;
    margin-bottom: 65px;
    font-family: "Adobe 黑体 Std";
}
.foot .foot_box  .contact_tit>p{
    display: block;
    margin: 20px 0px 35px;
    font-size: 5rem;
}
.foot .foot_box  .contact_tit>span{
    display: block;
    width: 425px;
    font-size: 1.6rem;
    line-height: 30px;
}
.foot .foot_box .contact_box .box{
    margin-bottom: 56px;
    font-family: "Adobe 黑体 Std";
    color: #ffffff;
}
.foot .foot_box .contact_box .box>p{
    font-size: 3.6rem;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.foot .foot_box .contact_box .box>p>img{
    vertical-align: top;
    margin-right: 19px;
}
.foot .foot_box .contact_box .box>span{
    padding-left: 67px;
    font-size: 2rem;
    line-height: 32px;
    display: block;
}
.foot .foot_box .ewm{
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.foot .foot_box .ewm .ewm_tit{
    padding: 19px 112px;
    text-align: center;
    background-color: #999999;
}
.foot .foot_box .ewm .ewm_tit>p{
    color: #222222;
    font-size: 1.6rem;
}
.foot .foot_box .ewm .ewm_tit>p>span{
    font-size: 2rem;
    display: block;
    margin-top: 20px;
}
.foot .foot_box .ewm .ewm_img{
    background-color: rgba(255,255,255,.5);
    padding: 50px 10px 45px;
    text-align: center;
    font-size: 0px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.foot .foot_box .ewm .ewm_img>div{
    display: inline-block;
    /* margin: 0px 20px; */
    margin: 0px;
    width: 45%;
}
.foot .foot_box .ewm .ewm_img>div>img{
    width: 100%;
}

.foot .foot_box .ewm .ewm_img>div>p{
    color: #222222;
    font-size: 1.6rem;
    display: block;
    margin-top: 12px;
    font-family: "Adobe 黑体 Std";
}
.foot .blogroll{
    border-top: 1px solid #ffffff;
    margin-top: 25px;
    padding: 15px 0px;
}
.foot .blogroll .blogroll_box{
    color: #ffffff;
    font-size: 0px;
}
.foot .blogroll .blogroll_box>span{
    font-size: 1.4rem;
    font-weight: bold;
}
.foot .blogroll .blogroll_box>a{
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    padding-left: 13px;
    margin-left: 5px;
    color: #ffffff;
}
.foot .blogroll .blogroll_box>a::before{
    content: '/';
    color: #ffffff;
    font-size: 1.4rem;
    position: absolute;
    top: 0px;
    left: 0px;
}
.foot .blogroll .blogroll_box>a:nth-of-type(1){
    margin-left: 0px;
    padding-left: 0px;
}
.foot .blogroll .blogroll_box>a:nth-of-type(1)::before{
    display: none;
}
.beian{
    background-color: #a02b43;
    text-align: center;
    padding: 10px 0px;
}
.beian p,
.beian a{
    color: #ffffff;
    font-size: 1.2rem;
    display: inline-block;
}

.xs_nav{
    position: fixed;
    background-color: #000000;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0px;
    z-index: 999;
    text-align: center;
}
.xs_nav>ul{
    font-size: 0px;
}
.xs_nav>ul>li{
    display: inline-block;
    width: calc(100% / 3);
    border-left: 1px solid #fff;
    position: relative;
}
.xs_nav>ul>li:nth-of-type(1){
    border-left: 1px solid #000;
}
.xs_nav>ul>li>img{
    width: 20%;
    vertical-align: top;
    margin: 7% 0px;
    margin-right: 5px;
}
.xs_nav>ul>li>a{
    display: inline-block;
    color: #fff;
    line-height: 40px;
    font-size: 1.2rem;
}
.xs_nav>ul>li>div{
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 100%;
    background-color: rgba(0,0,0,.9);
    display: none;
}
.xs_nav>ul>li>div>ul{
    display: block;
}
.xs_nav>ul>li>div>ul>li{
    border-top: 1px solid #ffffff;
}
.xs_nav>ul>li>div>ul>li>a{
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 1.2rem;
}



.right_message{
    position: fixed;
    right: 10px;
    bottom: 80px;
    z-index: 999;
}
.right_message>ul{
    width: 60px;
    display: inline-block;
    border: 1px solid #e0e0e0;
}
.right_message>ul>li{
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    z-index: 150;
}
.right_message>ul>.TOP{
    border-bottom: none;
}
.right_message>ul>li>div{
    width: 100%;
    transition: all 0.5s;
}
.right_message>ul>li>div>div{
    width: 100%;
    height: 64px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #fff;
    font-size: 1.5rem;
}
.right_message>ul>li>div>div:nth-of-type(2){
    background-color: #a02b43;
    top: 65px;
    transition: all 0.5s;
}
.right_message>ul>li>div>div:nth-of-type(2)>span{
    color: #fff;
}
.right_message .right_erweima{
    padding-top: 0px !important;
}
.right_message>ul>li>div>div>img{
    margin-top: 10px;
    width: 20px;
    margin-bottom: 5px;
}
.right_message>ul>li>div>div>span{
    display: block;
    font-size: 1rem;
    color: #363636;
}
.right_message>ul>li>ul{
    width: 0px;
    position: absolute;
    left: -145px;
    top: 0px;
    overflow: hidden;
    transition: all 0.5s;

}
.right_message>ul>li>ul>li{
    width: 145px;
    height: 64px;
    background-color: #a02b43;
    color: #fff;
    text-align: center;
    margin-left: 100%;
    transition: all 0.5s;
}
.right_message>ul>li>ul>li a{
    font-size: inherit;
    color: inherit;
}
.right_message>ul>li>ul .qq{
    line-height: 64px;
    font-size: 1.5rem;
}

.right_message>ul>li>div>div .vx{
    width: 25px;
}
.right_message>ul>li>ul .imgbox{
    height: 100%;
    font-size: 1.5rem;
    line-height: 30px;
}
.right_message>ul>li .vximg{
    margin-top: -76px;
}
.right_message>ul>li>ul .imgbox>img{
    width: 100%;
}

.right_message>ul>li .dh_box{
    margin-top: -64px;
}

.right_message>ul>li>ul .dh{
    text-align: left;
}
.right_message>ul>li>ul>.dh:nth-of-type(even){
    background-color: #a02b43;
}



.right_message>ul>li>ul .dh>img{
    float: left;
}
.right_message>ul>li .dh_box>li:nth-of-type(1)>img{
    margin: 23px 13px;
}

.right_message>ul>li .dh_box>li:nth-of-type(2)>img{
    margin: 23px 16px;
}
.right_message>ul>li .dh_box>li:nth-of-type(3)>img{
    margin: 22px 12px;
}

.right_message>ul>li>ul .dh>div{
    margin: 16px 0px;
    font-size: 1.3rem;
}

.right_message>ul>li>div>div .yuy{
    width: 30px;
}
.right_message>ul .yuyue{
    cursor: pointer;
}
.right_message>ul>li>ul>li>div>p{
    margin-bottom: 5px;
}
.right_message>ul>li>ul .dh>div>span {
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.toTop {
    width: 35px;
    height: 28px;
    display: block;
    margin: 15px auto 0px;
    background: url(../image/icon_right/toTop2_h.png) center/100% 100%;
    z-index: 99;
    cursor: pointer;
}
.right_message>ul>.TOP>div>div{
    background-color: #a02b43;
}
.logo_box{
    display: none;
}
@media (max-width: 768px) {
    body,html{
        overflow-x: hidden;
    }
    body{
        padding-bottom: 40px;
        padding-top: 0px;
    }
    body>*{
        opacity: 0;
    }
    .logoNav_box .nav_box{
        display: none;
    }
    .logoNav_box .logo{
        display: none;
    }
    body>.logo_box{
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 999;
        transition: all 2s;
        background-color: #ffffff;
        opacity: 1;
        display: block;
    }
    .logo_box>img{
        width: 30%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) ;
    }
    .seek .seek_box>div{
        width: 100%;
    }
    .seek::before{
        display: none;
    }
    .seek .seek_box>div{
        text-align: center;
    }
    .seek .seek_phone{
        margin: 0px;
        padding: 30px 0px;
        background-color: #a02b43;
    }
    .seek .seek_phone>span{
        text-align: left;
    }
    .seek .seek_form{
        padding: 0px 10px;
        margin-top: 20px;
    }
    .seek .seek_form>img{
        width: 30px;
        padding-right: 0px;
        margin: 0px;
        margin-right: 5px;
        margin-top: 8px;
    }
    .seek .seek_form>div{
        width: calc(100% - 35px);
    }
    .seek .seek_form>div>form{
        margin-bottom: 3px;
    }
    .seek .seek_form .seek_link{
        height: 24px;
        overflow: hidden;
        text-align: left;
    }
    .seek_icon{
        padding: 0px 5px;
        display: grid;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (10px * 2)) / 3),1fr));
        margin: 40px 0px;
    }
    .seek_icon>div>p{
        bottom: 34px;
        font-size: 1.2rem;
    }
    .customized{
        margin: 40px 0px;
        height: auto;
        background-image: none;
        background-color: #fbfbfb;
    }
    .customized ul{
        text-align: center;
        margin-bottom: 0px;
    }
    .customized ul>li{
        margin-bottom: 20px;
    }
    .customized ul>img{
        margin: 62px 15px;
    }
    .customized ul>img:nth-of-type(2),
    .customized ul>img:nth-of-type(4){
        display: none;
    }
    .customized .customized_text{
        width: 100%;
        text-align: center;
        margin: 40px 0px;
    }
    .advantage{
        grid-row-gap: 1px;
        grid-column-gap: 0px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (0px * 2)) / 1),1fr));
    }
    .advantage_five{
        grid-row-gap: 40px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (20px * 2)) / 3),1fr));
        padding: 0px 10px;
        margin-bottom: 40px;
    }
    .advantage_five>div>div{
        width: 90px;
        height: 90px;
    }
    .advantage_five>div>div>div{
        height: calc(90px - 20px);
    }
    .advantage_five>div>div>div>p{
        font-size: 1.4rem;
        line-height: 18px;
    }
    .advantage_img{
        display: none;
    }
    .about .about_box .about_img{
        display: none;
    }
    .about .about_box .about_text{
        width: 100%;
        padding: 0px 10px;
        text-align: center;
    }
    .about .about_box .about_text>p{
        font-weight: bold;
        margin-bottom: 10px;
    }
    .about .about_box .about_text>span{
        margin-bottom: 40px;
    }
    .about .about_box .about_text>div{
        grid-column-gap: 0px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (0px * 3)) / 4),1fr));
        padding: 0px 0px;
    }
    .about .about_box{
        padding-bottom: 40px;
    }
    .about .about_box .about_text>div>div>div{
        width: 70px;
        height: 70px;
    }
    .about .about_box .about_text>div>div>div>div{
        height: calc(70px - 18px);
    }
    .honor_index{
        margin-bottom: 40px;
    }
    .honor_index .img_box{
        width: 100%;
    }
    .honor_index .honor_text{
        display: none;
    }
    .environment{
        height: auto;
        display: grid;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (10px * 2)) / 3),1fr));
        padding: 0px 5px;
        margin: 40px 0px;
    }
    .environment>li{
        position: relative;
        left: 0px !important;
        width: 100%;
    }
    .environment>li>img{
        width: 100%;
    }
    .environment>li:hover>span{
        background-color: rgba(255,255,255,0);
    }
    .company_advantage{
        margin: 40px 0px;
    }
    #advantage_certify .swiper-slide-active .item{
        transform: scale(1);
    }
    #advantage_certify .swiper-slide-active .item{
        border-bottom: 2px solid #a02b43;
    }
    #advantage_certify .item>div>span{
        display: none;
    }
    #advantage_certify .swiper-container{
        padding: 0;
    }
    .advertising{
        padding: 30px 0px;
        height: auto;
        margin-bottom: 40px;
    }
    .advertising p{
        font-size: 1.8rem;
    }
    .advertising span{
        margin-bottom: 20px;
    }
    .advertising span,
    .advertising .phone{
        font-size: 1.6rem;
    }
    .advertising .phone{
        font-size: 1.6rem;
    }
    .case{
        margin: 40px 0px;
    }
    .case .case_tit{
        display: none;
    }
    .case .case_box{
        width: 100%;
        padding-left: 0px;
    }
    .case .case_more{
        display: none;
    }
    .case .case_box .case_img{
        padding: 0px 5px;
        grid-row-gap: 10px;
        grid-column-gap: 10px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (10px * 1)) / 2),1fr));
    }
    .hzqy{
        margin-bottom: 40px;
    }
    .hzqy ul{
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .hzqy ul>li{
        width: calc(100% / 3);
        margin-left: 0px;
        padding: 0px 10px;
    }
    .hzqy ul>li>img{
        width: 100%;
    }
    .news{
        padding: 0px 10px;
        grid-column-gap: 0px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (0px * 1)) / 1),1fr));
    }
    .product_calcc{
        padding: 0px 10px;
        margin: 40px 0px 0px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(auto-fill,minmax(calc((100% - (20px * 1)) / 2),1fr));
    }
    .foot{
        margin-top: 40px;
    }
    .foot .foot_box .ewm .ewm_tit{
        padding: 20px 10px;
        background: none;
    }
    .foot .foot_box .ewm{
        position: relative;
        top: auto;
        transform: translateY(0px);
    }
    .foot .foot_box .contact_tit>span{
        width: 100%;
    }
    .foot .foot_box .contact_box{
        width: 100%;
        padding: 0px 10px;
    }
    .foot .foot_box .contact_box .box{
        text-align: center;
    }
    .foot .foot_box .contact_box .box>span{
        padding: 0px;
    }
    .foot .foot_box .ewm .ewm_tit>p{
        color: #ffffff;
        font-size: 2rem;
    }
    .foot .foot_box .ewm .ewm_img>div{
        width: 50%;
        padding: 0px 20px;
        margin: 0px;
    }
    .foot .foot_box .ewm .ewm_img>div>img{
        width: 100%;
    }
    .foot .blogroll .blogroll_box{
        line-height: 20px;
        padding: 0px 10px;
    }
    .foot .foot_box .ewm .ewm_img{
        background: none;
        padding: 10px 0px 20px;
    }
    .foot .foot_box .ewm .ewm_img>div>p{
        color: #ffffff;
    }
    .beian p,
    .beian .jishu{
        display: block;
        float: none;
        line-height: 20px;
    }
    #banner .swiper-slide>div{
        display: none;
    }
    #banner .swiper-slide>img{
        display: block;
        width: 100%;
    }
    .seek{
        height: auto;
    }
}



