* body{
    margin: 0;
    padding: 0;
    font-smooth: always;
  
    /* 启用字体平滑 */
    -webkit-font-smoothing: antialiased;
    /* 在一些WebKit浏览器中启用字体抗锯齿 */
    -moz-osx-font-smoothing: grayscale;
    /* 在一些Firefox浏览器中启用字体抗锯齿 */
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 14;
    font-weight: 400;
}
p {
    margin-top: 0;
    margin-bottom: 0!important;
}
a{
    text-decoration: none!important;
}


/* 平滑滚动 */
#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

.swiper-slide img{
    width: 100%;
}

/*主导航*/
#mainMenu .active .mainLink {
    color: #E50014;
}
#caidan .active a{
    color: #E50014!important;
    font-weight: bold;
}
#mainMenu .logo {
    background-image: url(logo1.png);
    background-position: left;
    background-repeat: no-repeat;
    transition: all .2s;
}
#mainMenu{
    position: fixed;
    z-index: 999;
    color: #fff;
    padding: 8px 20px 8px 20px;
    background: linear-gradient(to bottom, #0c2438 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 90%);
}
#caidan a{
    color: #fff;
    font-weight: normal;
    font-size: 18px;
}

.btn-13{
    background-color: #E50014;
    padding: 8px 30px 8px 30px;
    border-radius: 100px;
    color: #fff;
}
.btn-13:hover{
    background-color: #fd2c3d;
}
#mainMenu .mainLink{
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
#mainMenu ul{
    list-style-type: none;
    padding-left: 0;
    height: 100%;
}

#mainMenu ul li{
    margin-right: 50px;
    position: relative;
    overflow: hidden;
    z-index: 999;
}

#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}
/*主导航二级菜单*/
.mainMenuList  .secondMenu{
    position: absolute;
    left: -35px;
    top: 50px;
    background: #E50014;
    padding: 20px 0px 20px 0px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}
#mainMenu #caidan .secondMenu a{
    display: block;
    white-space: nowrap;
    color: #fff!important;
    padding: 8px 35px 8px 35px;
    position: relative;
    font-size: 15px;
    font-weight: 300 !important;
}
#mainMenu #caidan .secondMenu a:hover{
    background-color: #fd2c3d;
}
#mainMenu .lx div{
    background: url(dh.png) left center no-repeat;
    padding-left: 38px;
    margin-right: 15px;
}
#mainMenu .lx{
    display: flex;
    justify-content: space-around;
    align-items: center;
    justify-content: flex-end;
}
#mainMenu .lx div p{
    font-size: 13px;
    color: #919191;
    line-height: 10px;
    padding-top: 7px;
}
#mainMenu .lx div b{
    font-size: 18px;
}
.mini_top{
    background:rgba(0,0,0,0.8)!important;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    
}

.mini_top .mainLink{
    color: #000!important;
}
#mainMenu .mainLink:hover{
    color: #E50014;
}
.mini_top .mainLink:hover{
    color: #E50014!important;
}

.mobile-li i.icon{
display: none;
}
.offcanvas-body .mobile-li a{
display: flex;
justify-content: space-between;
}
.offcanvas-body .mobile-li i.icon{
display: inline-block;
}
.offcanvas-body .mobile-li>div{
display: none ;
}

#shipin{
    padding: 0;
    height: 100vh;
    display: block;
    overflow: hidden;
}
#contact_video{
    width: 100%;
}
#shipin:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, #0c2438 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0) 70%);

}

@keyframes yidong
    {
    from {letter-spacing: 40px; left: 200px; opacity: 0}
    to {letter-spacing: 0px;left:50px; opacity: 1}
    } 
.zi{
    margin-top: -135px;
    color: #fff;
    font-size: 14px;
    font-weight: 300 !important;
    z-index: 998;
    animation: yidong 3s;
    position: sticky;
}
.zi h1{
    font-size: 56px;
    margin-bottom: 0;
    font-weight: 300 !important;
    padding-bottom: 5px;
}

.an1 {
    padding: 0px 0px 1px 0px;
    border-bottom: 3px solid #000;
    color: #000;
    font-size: 14px;
}
.an1:hover{
    color: #b50005;
    border-bottom: 3px solid #b50005;
}
.span{
    color: #b50005;
    text-transform: uppercase;
    font-size: 14px;
}
.h2{
    font-size: 28px;
    font-weight: 300 !important;
 padding-bottom: 30px;
 margin-top: -4px;
}

#zc{
    background-color: #F7F8FC;
    padding: 115px 0 80px 0;
    margin-bottom: 70px;
}
#zc .zc1{
    color: #777777;
    margin-bottom: 38px;
    text-align: justify;
}
#zc .zc1 p{
    font-size: 14px;
    line-height: 22px;
    font-weight: 300 !important;
}
#zc .zc2 a{
    width: 33%;
    float: left;
    text-align: center;
    color: #777777;
    border-right:1px solid #dbdfe8 ;
    margin-top: 48px;
    display: block;
    transition: all 0.5s;
}
#zc .zc2 a:hover img{
    transform: rotateY(360deg);
}
#zc .zc2 a img{
    width: 50px;
    display: block;
    margin: 0 auto;
    transition: all 0.5s;
}
#zc .zc2{
    display: flex;
    align-items: center;
}

#zc .zc2 b{
    color: #000;
    margin-top: 12px;
    display: block;
}
#zc .zc2 p{
    font-weight: 300 !important;
    font-size: 14px};

#cp{
    padding-top: 70px;
    padding-bottom: 60px;
}
#lb2 a{
    display: block;
    background-color: #F7F8FC;
    background: linear-gradient(to bottom, #F7F8FC 0%, #f9f9fc 25%, #fafafc 70%);
    padding: 45px 15px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s;
}
#lb2 a:hover{
    box-shadow: 0 3px 12px rgba(0, 0, 0, .1);
    background-color: #fff;
}

#lb2 a span{
    font-size: 14px;
}
#lb2 a p{
    color: #000;
    font-size: 18px;
    padding-top: 20px;
}
#lb2 .owl-nav{
    display: none;
}
#lb2 .owl-dots{
    padding-top: 10px;
    margin-bottom: 50px;

}

#sp{
    background-image: url(sp.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    min-height: 520px;
    color: #FFF;
    position: relative;
    background-size: cover;
    display: flex;
    align-items: center;
}
#sp h1{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -100px;
    font-weight: 300 !important;
    font-weight: normal;
    font-size: 45px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .7);
}

#sp .tx_svd_icon i{
    font-size: 21px;
    display: block;
}
#sp .tx_svd_icon {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: #fff;
    color: #b50005;
    border: none;
    animation: 1s linear infinite witr-shadow;
}
@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.3), 0 0 0 15px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
    }
}
#ry{
    background-color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom: 1px solid #E4E4E4;
    margin-top: -102px;
    position: relative;
    padding: 20px 0;
}
#ry span .btn{
    opacity: 1;
    --bs-btn-padding-x: 0;
    --bs-btn-padding-y: 0;
    border:none;
    display: block;
    margin: 0 auto;
}

#xw {
    margin-top: 70px;
}
#xw .xw1 a{
    border-radius: 10px;
    color: #777;
    padding: 0 15px 0 15px;
}
#xw .xw1 a img{
    height: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
#xw .xw1 a .tu{
    padding: 0;
}
#xw .xw1 a .zii{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 0 45px 0 30px;
    background-color: #F7F8FC;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#xw .xw1 a .zii h2{
    color: #000;
    padding: 15px 0 12px 0;
    font-size: 24px;
    font-weight: 300 !important;
}
#xw .xw1 a .zii h5{
    font-size: 14px;
    min-height: 150px;
    line-height: 22px;
    font-weight: 300 !important;
}
#xw .xw1 a .zii {
    font-size: 14px;
}
#lb3{
    margin-top: 20px;
}
#lb3 .tList{
    background-color: #F7F8FC;
    display: block;
    border-radius: 10px;
    padding: 32px;
    color: #777;
    font-size: 14px;
    transition: all 0.3s;

}
#lb3 .tList:hover{
    box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}
.owl-carousel .owl-stage {
    padding-bottom: 10px;}
#lb3 h3{
    font-size: 18px;
    line-height: 24px;
    color: #777;
    padding-top: 10px;
}
#lb3 .owl-nav{
    display: none;
}
#lb3 .owl-dots{
    display: block;
    padding-top: 10px;
}

#kj{
    background-image: url(kj.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 225px;
    color: #FFF;
    display: flex;
    align-items: center;
    margin-top: 70px;
}
#kj .an1{
    float: right;
    color: #fff;
    border-bottom: 3px solid #fff;
    padding-top: 20px;
}
#kj .an1:hover{
    color: #b50005;
    border-bottom: 3px solid #b50005;
}
#kj h2{
    margin: 0;
    padding: 0;
}
#kj .kj1 div{
    background: url(kj1.jpg) right 19px;
    background-repeat: no-repeat;
}
#kj p{
    line-height: 22px;
    padding-top: 16px;
    float: left;
    font-weight: 300 !important;
    padding-left: 25px;
    opacity: 0.8;
    font-size: 14px;
}  
.page-link{
    color: #000!important;
}

/*底部*/
#di{
    border-top: 1px solid #E4E4E4;
    color: #777;
    padding-top: 55px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300 !important;
}
#di h2{
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding-bottom: 15px;
}
#di .di1 p{
    display: block;
    overflow: hidden;
    width: 84%;
    padding-top: 20px;
    text-align: justify;
    font-weight: 300 !important;
}
#di .di1 span{
    float: left;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding-left: 16px;
    font-weight: bold;
}
#di .di1  img{
    float: left;
}
#di .di2 a{
    display: block;
    overflow: hidden;
    width: 100%;
    color: #6a6a6a;
    position: relative;
    transition: all .3s ease-in-out;
    font-weight: 300 !important;
}
#di .di2 a i{
    display: none;
}
#di .di2 a:hover{
    color: #b50005;
    padding-left: 20px;
}
#di .di2 a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    top: 12px;
    background-color: #b50005;
    transition: all .3s ease-in-out;
}
#di .di2 a:hover:before{
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    left: 0;
    top: 12px;
    background-color: #b50005;
}
#di .di3 a{
    color: #b50005;
    border-bottom: 2px solid #b50005;
    padding-bottom: 1px;
    font-weight: bold;
    font-size: 14px;
    transition: all .3s ease-in-out;
}
#di .di3 a:hover{
    border: 1px solid #b50005;
    padding: 8px 10px;
}
#di .di3 p{
    display: block;
    overflow: hidden;
    padding-bottom: 25px;
    font-weight: 300 !important;
}
#di .di4 h1{
    font-size: 27px;
    font-weight: bold;
    color: #000;
    font-family: emoji;
}

#di5{
    border-top: 1px solid #e5e5e5;
    padding: 25px 0px;
    margin-top: 25px;
}

#di5 #test{
    cursor: pointer;
}
#di5 #test i{
    color: #b50005;
}
#di5 a{
    color: #777;
}

.banner{
    width: 100%;
    height: 444px;
    background-position: center center;
    color: #fff;
    position: relative;
    background-size: cover;
}
.banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #0c2438 0%, rgba(0, 0, 0, 0.3) 25%, rgba(0, 0, 0, 0) 100%);
}
.a1{
    background-image: url(a1.jpg);
}
.a2{
    background-image: url(a2.jpg);
}
.a3{
    background-image: url(a3.jpg);
}
.a4{
    background-image: url(a4.jpg);
}
.a5{
    background-image: url(a5.jpg);
}
.anu{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F7F8FC;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.anu a{
    flex: 1;
    text-align: center;
    color: #000;
    font-size: 18px;
    padding: 22px 0;
}
.anu a:hover{
    color: #b50005;
}
.banner .anz{
    margin-top: -15px;
    position: absolute;
    top: 50%;
    text-align: center;
    color: #fff;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.banner .anz span{
    text-transform: uppercase;
    opacity: 0.7;
    font-size: 14px;
}
.banner .anz h2{
    font-weight: 300!important;
    margin-bottom: 0;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .8);
    font-size: 35px;
}
.banner #anzz{
    top: 85%!important;
    text-align: left!important;

}
.nr{
    padding-top: 45px;
    padding-bottom: 45px;
}
.nr p{
    font-size: 16px;
    line-height: 26px;
    color: #777;
    font-weight: 300 !important;
}
#zclx{
    text-align: center;
    color: #000;
}
#zclx .border1 div{
    border: 1px solid #dee2e6 !important;
    margin-bottom: 45px;
    padding: 50px 0;
    border-radius: 10px;
}
#zclx strong{
    font-size:16px ;
    font-weight: normal;
    color: #000;
    padding-top: 5px;
    display: block;
}
#zclx  h5{
    font-size: 22px;
    padding-top: 3px;
    padding-bottom: 30px;
    font-weight: 300;
}
.amap-icon img{
    position: relative!important;
}
.zcbt{
    width: 100%;
    text-align: center;
    font-size: 25px;
    padding-bottom: 45px;
}
#zcxw .newsquery {
    margin-bottom: 30px;
    
}
#zcxw .newsquery div:hover{
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
#zcxw .newsquery div:hover p{
    color: #b50005;
}

#zcxw .newsquery img{
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#zcxw .newsquery div{
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    transition: all .3s;
}
#zcxw .newsquery div h2{
    font-weight: 300 !important;
    font-size: 20px;
    color: #000;
    padding-left: 20px;
    line-height: 26px;
    padding-right: 20px;
    min-height: 80px;
    margin-bottom: 15px;
}
#zcxw .newsquery div span{
    color: #777;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
    color: #b3b1b1;
    font-weight: 300 !important;
}
#zcxw .newsquery div p{
    display: block;
    padding-left: 20px;
    padding-bottom: 30px;
    font-size: 14px;
    color: #b3b1b1;
    font-weight: 300 !important;
}
#zcxw .newsquery   .iconfont{
    transition: all 0.4s ease;
}
#zcxw .newsquery div:hover .iconfont{
    padding-left: 5px;
}
.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #b50005;
    border-color: #b50005;
}
.bannerxw:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4) ;
}
.bannerxw .anz .h2{
    padding-top: 8px;
    font-size: 35px;
}
.PingHei_text{
    font-size: 14px;
    padding-top: 35px;
    line-height: 26px;
    font-weight: 300 !important;
}
.PingHei_text a{
    color: #000;
    text-decoration:underline
}
.PingHei_text a:hover{
    color: #b50005;
}
#zccp .cpquery a{
    display: block;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    transition: all .3s;
    text-align: center;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-top: 15px;
}
#zccp .cpquery a:hover{
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
#zccp .cpquery a:hover p{
    border-bottom: 3px solid #b50005;
    color: #b50005;
}
#zccp .cpquery a img{
    width: 80%;
    height: auto;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#zccp .cpquery a h2{
    font-weight: 300 !important;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 5px;
    color: #777;
}
#zccp .cpquery a span{
    color: #b3b1b1;
    font-size: 14px;
    width: 85%;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}
#zccp .cpquery a p{
    color: #000;
    font-size: 14px;
    padding: 0px 0px 3px 0px;
    border-bottom: 3px solid #000;
    display: inline;
}
.zcbt a{
    color: #000;
}
#zccp1 {
    background: linear-gradient(to bottom, #8492aa 0%, #e6e9f0 100%);
    padding-top: 130px;
    padding-bottom: 40px;
}
#zccp1 .wenzi{
    display: flex;
    align-items: center;
    color: #fff;
}
#zccp1 .wenzi h2{
    font-size: 30px;
    line-height: 40px;
    margin: 0;
    margin-top: -20px;
}
#zccp1 .wenzi .span{
    display: block;
    padding-bottom: 40px;
    padding-top: 21px;
    color: #fff;
    font-size: 15px;
    font-weight: 300 !important;
    line-height: 22px;
}
#zccp1 .wenzi .span h3{
    font-size: 20px;
    padding-bottom: 10px;
    font-weight: 300 !important;
}
#zccp1 .wenzi a{
    padding: 10px 40px 10px 40px;
    border-radius: 100px;
    color: #fff;
    background: #b50005;
    transition: all .3s ease-in-out;
    font-size: 14px;
}
#zccp1 .wenzi a:hover{
    padding: 10px 50px 10px 50px;
}
#zcxq p{
    padding: 0;
    font-weight: 300 !important;
    line-height: 22px;
    font-size: 14px;
}
#zcxq strong{
    font-size: 18px;
    color: #b50005;
    padding-bottom: 15px;
    padding-top: 15px;
display: block;
}
#zcxq table{
	width: 100%;
	margin: 8px auto;
	line-height: 21px;
	border-top: 1px solid #dee2e6;
	border-right: 1px solid #dee2e6;
    color: #777;
}

#zcxq table td{
	text-align: center;
	min-height: 30px;
	padding: 10px;
	border-left: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

#zcxq .firstRow td{
	color: #000;
	background: #c4d3ee;
	font-weight: bold;
}
#zcxq .firstRow td p{
    font-weight: bold!important;
    color: #000;
    font-size: 16px;
}
#caidan i{
    display: none;
}	
.zcjian p{
    padding-bottom: 15px;
    font-weight: 300 !important;
    line-height: 22px;
    font-size: 14px;
}
.nr .zcjian h3{
    padding-bottom: 15px;
    font-weight: 300 !important;
}
#zcjian1{
    background-color: #F7F8FC;
    padding: 50px 0 50px 0;
}
#zcjian1 img{
    width: 100%;
    margin-top: 15px;
}
.zcjian span{
    display: block;
    padding-bottom: 10px;
    line-height: 30px;
    font-weight: 300 !important;
}
.zcjian a{border-radius: 100px;
    color: #fff;
    background: #b50005;
    transition: all .3s ease-in-out;
    padding: 10px 40px 10px 40px;
font-size: 14px;}
.zcjian a:hover {
    padding: 10px 50px 10px 50px;
} 
.cpquery0 img{
    border-radius: 10px;
    height: 220px;
    display: block;
    margin: 0 auto;
    width: auto;
    border: 0;
} 
.cpquery00 {
    display: block;
    border: 1px solid #E4E4E4;
    border-radius: 10px;
    transition: all .3s;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
    overflow: hidden;
}
.cpquery00:hover{
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .1);
}
.cpquery00 p{
    padding-bottom: 15px;
}
#lb1 .owl-nav{
    display: none;
}
#lb1  .owl-dot span{
    background-color: #fff;
    margin-top: 20px;
}
#lb1  .active span{
    background-color: #b50005;
}
li{
    list-style-type:none;
}
.nr img{
    max-width: 100%;
    border-radius: 5px;
}
.firstRow td p{
    color: #000;
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.zczc .p{
    background: linear-gradient(to right, #eef0f7, #ffffff);
    padding: 13px 15px;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom-left-radius: 10px;
}
.zczc .p b{
    font-size: 14px;
    font-weight: normal;
    color: #777;
}
.zczc span p{
   font-size: 14px;
   color: #000;
   padding-left: 6px;
}
#contact_video{
    position: absolute;
    bottom: 0;

}
.amap-container{
    border-radius: 10px;
}
@media (max-width: 768px){
.offcanvas-body li {
    list-style-type: none;
}
.offcanvas-body i{
    color: #000;
}
.offcanvas-body .dropmenu0_b i{
    display: none;
}
.offcanvas-body .dropmenu4_b i{
    display: none;
}
.offcanvas-body .dropmenu5_b i{
    display: none;
}
#shipin{
    height: auto;
    padding-top: 55px;
}

.zi {
   display: none;
} 
#contact_video0 {
    width: 100%;
}
#zc {
    padding: 55px 0 50px 0;
    margin-top: -10px;
}
.h2 {
    font-size: 25px;
}
#zc .zc2 a img {
    width: 35px;
}
#zc .zc2 p {
    font-size: 14px;
}

#lb2 a p{
    font-size: 16px;
}
#sp{
    min-height: 250px;
    background-size: 200%;
    background-position-x: center;
    background-attachment: unset;
}
#ry {
    display: none;
}
#xw {
    margin-top: 45px;
} 
#xw .xw1 a img {
    border-radius: 10px;
}  
#xw .xw1 a .zii {
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 38px;
} 
#xw .xw1 a .zii h2 {
    font-size: 18px;
}
#xw .xw1 a .zii h5{
    min-height: auto;
    margin-bottom: 20px;
}
#lb3 h3 {
    font-size: 18px;
    line-height: 22px;
}
#kj .kj1 div {
    background: none;
}
#kj p {
    line-height: 20px;
    padding-top: 16px;
    float: left;
    font-weight: 300 !important;
    padding-left: 0;
    opacity: 0.8;
}
#kj .an1 {
    float: left;
}  
#kj {
    padding: 40px 5px;  
    margin-top: 50px;
}
#sp h1 {
    margin-top: 0;
}
#mainMenu .bg-body-tertiary{
    background-color: #b50005!important;
}
.offcanvas-body .mobile-li a {
    color: #000;
    line-height: 40px;
}
.offcanvas-body .mobile-li .secondMenu a{
color: #b50005!important;
}

.banner .anz {
    width: 90%;
}
.bannerxw    {
    height: auto;
    padding: 95px 0;
    margin-top: 60px;
}
.bannerxw .anz .h2 {
    padding: 0;
    font-weight: normal;
    padding-top: 8px;
    font-size: 22px;
    margin-bottom: 20px;
}
.banner {
    width: 100%;
    height: 200px;
    margin-top: 58px;
}
#di {
    padding-top: 34px;
}
.wenzi img{
    width: 100%;
}
#zcxq{
    padding:  0 ;
    overflow: auto;
}
.anu {
    display: none;
}
.cpquery0 img{
    height: auto;
}
.cpquery00 p {
    padding-top: 1px;
    padding-bottom: 12px;
    line-height: 20px;
    font-size: 14px;
}
.banner #anzz {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-end;
    width: 95%;
}
#zc {
    margin-bottom: 45px;
}
#sp h1{
    font-size: 30px;
}

#mainMenu {
    position: fixed;
    z-index: 999;
    color: #fff;
    padding: 8px 20px 8px 20px;
    background: none;
}
.banner .anz h2 {
    font-size: 22px;
}
.zcbt {
    padding-bottom: 25px;
    margin-top: -10px;
}
#zccp1 {
    padding-top: 100px;
}
#zccp1 .wenzi h2 {
    font-size: 25px;
    line-height: 40px;
    margin-top: 0px;
}
.owl-carousel .owl-item img {
    padding-top: 15px;
}
#zccp1 .wenzi .col-12{
    padding: 0;
}
#zclx .border1 div {
    margin-bottom: 15px;
    padding: 22px 0;
}
#sp .tx_svd_icon {
    text-align: center;
    padding: 0!important;
    border-radius: 100%;
    background: #fff;
    color: #b50005;
    border: none;
    width: 30px;
    height: 30px;
    animation: 1s linear infinite witr-shadow;
}
#sp h1 p{
    padding-bottom: 10px;
}
.datu img{
    width: 100%;
}
.datu{
    padding: 0;
    position: relative;
}
.datu div{
    position: absolute;
    bottom: 15px;
    color: #fff;
    left: 10px;
}
.datu div h3{
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 2px;
}
.datu div h5{
    font-size: 14px;
}
.jiangbei{
    display: block;
    margin-top: 20px;
}
#zccp{
    --bs-gutter-x: 0.6rem;
}
#zccp .cpquery a {
    margin-bottom: 15px;
}
#zccp .cpquery a h2 {
    font-size: 15px;
    padding: 0 6px;
    padding-bottom: 0;
    margin-top: 10px;
}
#lb2 .owl-dots {
    padding-top: 5px;
}
#lb2 a{
    padding-bottom: 30px;
    padding-top: 0;
}
.cpquery00{
    margin-bottom: 15px;
}
#zcxw .newsquery {
    margin-bottom: 15px;
}
#zclx{
    --bs-gutter-x: 0.7rem;
}
#zccp1 .wenzi .span h3 {
    padding-bottom: 0px;
}
}