:root {
    --spT-height: 0.4rem;
    /* 标题上间隔 */
    --mt-fontSize: 0.25rem;
    /* 主标题文字大小 */
}
html {
	font-size: 100px;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #fff;
    overflow-y: auto;
}
body {
	color: #333;
	font-size: 0.16rem;
}
img {
	border: 0
}
a, a:link, a:visited, a:hover {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}
.linkMore{
    margin: 0.25rem 0;
    text-align: center;  
}
.linkMore a{
    display: block;
    border-radius: 5px;
    border: 1px solid #666;
    padding: 0.1rem;
}
.bgc{
    background-color: #f2f2f2;
}
.bgc02{
    background-color: #fff;
}
.zwnr{
    line-height: 180%;
}
.zwnr img{ display:inline-block; height:auto; max-width:100%; }
.zwnr ul{
  padding-left: 1rem;
  margin-bottom: 1rem;
  margin-bottom: 0;
}
.zwnr li{
    list-style: disc;
    list-style-position: outside;
}
.resetDiv ul,.resetDiv li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.spTop{
    height: 0.56rem;
}
.spbody{
    width: 92%;
    padding: 0 4%;
}
.spBt{
    height: var(--spT-height);
}
.header {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    height: 0.56rem;
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
    background-color: #fff;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.header > a{
    display: block;
    height: 0.3rem;
}
.header > a img{
    display: block;
    height: 100%;
}
.header .headerdhbox{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header .headerdhbox > a{
    display: block;
    margin-right: 0.1rem;
    font-weight: bold;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}
.header .headerdhbox > a img{
    display: block;
    height: 0.16rem;
    margin-right: 0.03rem;
}
.header .headerdhbox > i{
    display: block;
    font-size: 0.3rem;
    color: #000;
    height: 0.56rem;
    line-height: 0.56rem;
}
.popMenu{
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0.56rem;
    overflow-y: auto;
    background: #333;
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 4%;
    text-align: right;
    color: #fff;
    font-size: 0.2rem;
    height: 0;
    z-index: 998;
    transition: opacity 0.3s ease-in-out, height 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.popMenuShow{
    visibility: visible;
    opacity: 1;
    height: 100vh
}
.popMenu > h2{
    margin: 0;
    padding: 0;
    padding-bottom: 0.3rem;
    font-size: 0.23rem;
    text-transform: uppercase;
}
.popMenu a{
    color: #fff;
    font-size: 0.2rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.popMenu a > span:first-child{
    font-size: 0.08rem;
    display: block;
    padding-right: 0.03rem;
}
.popMenu a > span:last-child{
    display: block;
    font-size: 0.2rem;
    color: #fff;
    padding-left: 0.05rem;
}
.popMenu li{
    margin-bottom: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.popMenu li > ul a{
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
}
.popMenu li.on,.popMenu li.on a{
    color: #ff0000;
}
body.no-scroll {
    overflow-y: hidden;
}
.swiper {
    width: 100%;
    position: relative;
}
.swiper{
    --swiper-pagination-color: #ff4904;
}
.swiper .swiper-pagination-bottom{
    bottom: 0;
}
.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.HSwiper .swiper-slide{
    height: 35vh;
}
.swiper-slide a{
    position: relative;
    width: 100%;
    height: 100%;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide a>div{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.swiper-slide a > div h2{
    margin:0;
    padding: 0;
    max-width: 90%;
    text-align: center;
    text-transform: uppercase;
    background: rgba(181, 149, 99, 0.5);
    font-size: 0.25rem;
}
.swiper-slide a > div h1{
    margin:0;
    padding: 0;
    margin-top: 0.05rem;
    max-width: 90%;
    text-align: center;
    background: rgba(181, 149, 99, 0.5);
    font-size: 0.2rem;
}
.BusSwiper .swiper-slide > div span{
    display: block;
    padding: 0.2rem 0.1rem;
    background: #333;
    color: #fff;
    font-weight: bold;
}
.webTitle{
    margin: 0;
    padding: 0.16rem 0;
    font-size: var(--mt-fontSize);
    text-align: center;
    text-transform: uppercase;
}
.webTitle span{
    display: block;
    font-size: 0.12rem;
    color: #888;
    font-weight: normal;
    padding-top: 0.03rem;
    text-transform: lowercase;
}
.webAboutIC{
    display: flex;
    column-gap: 4%;
    row-gap: 0.14rem;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.webAboutIC a{
    border: 1px solid #666;
    padding: 0.15rem;
    border-radius: 0.1rem;
    background: #fff;
    text-align: center;
    box-sizing: border-box;
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.webAboutIC i{
    font-size: 0.5rem;
}
.webAboutIC span{
    padding-top: 0.1rem;
}
.homePclass{
    padding-bottom: 0.3rem;
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
}
.homePclass a{
    display: block;
    position: relative;
}
.homePclass img{
    display: block;
    width: 100%;
    height: auto;
    border-radius: 0.05rem;
}
.homePclass span{
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 80%;
    left: 10%;
    bottom: -0.2rem;
    background: #fff;
    padding: 0.1rem;
    text-align: center;
    border-radius: 0.05rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
}
.caseListBox a{
    display: block;
}
.caseListBox img{
    display: block;
    width: 100%;
    height: auto;
}
.caseListBox span{
    display: block;
    padding: 0.2rem 0;
    text-align: center;
}
.webFooter{
    border-top: 6px solid #9a0004;
    background: #333 url(../imgs/footerbg.jpg) 50% no-repeat;
    background-size: cover;
    padding: 0.3rem 0;
    color: #999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.webFooter a{
    color: #999;
}
.webFooter > img{
    display: block;
    width: 30%;
    height: auto;
}
.webFooter .btnInfo{
    margin: 0.2rem 0;
    padding: 0.15rem;
    display: flex;
    flex-direction: column; 
    border-radius: 0.05rem;
    border: 1px solid #666;
}
.webFooter .btnInfo span,.webFooter .btnInfo a{
    display: block;
    padding: 0.05rem;
    display: flex;
}
.webFooter .btnInfo i{
    display: block;
    margin-right: 0.05rem;
    font-size: 0.2rem;
    color: #ccc;
}
.webFooter .spbody > span{
    display: block;
    text-align: center;
    font-size: 0.12rem;
}
.whBox{
    margin-top: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 0.3rem;
}
.whBox img{
    display: block;
    width: 60%;
    height: auto;
    border-radius: 50%;
    border: 0.1rem solid #fff;
    margin: 0 auto;
    box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
}
.whBox h2{
    margin: 0;
    padding: 0;
    padding: 15px 0;
    text-align: center;
    font-size: 0.18rem;
}
.whBox span{
    display: block;
    font-weight: normal;
    color: #666;
    padding-top: 5px;
    font-size: 0.16rem;  
}
.branddiv{
    margin-top: 0.1rem;
    margin-bottom: 0.3rem;
    box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.3);
    border-radius: 0.05rem;
    padding: 0.1rem;
}
.branddiv > h2{
    margin: 0;
    padding: 0;    
    padding: 0.1rem 0.5rem;
    text-align: center;
    font-size: 0.18rem;
    
}
.brandBox{
    display: flex;
    flex-direction: column;
    row-gap: 0.07rem;
}
.brandBox .brandleft{
    display: flex;
    flex-direction: column;
    row-gap: 0.07rem;
}
.brandBox .brandleft img{
    display: block;
    width: 100%;
    height: auto;
}
.brandBox .brandright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.07rem;
}
.brandBox .brandright img{
    display: block;
    width: 49%;
    height: auto;
}
.nyban{
    height: 11vh
}
.nyban img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.contact_map{
    height: 30vh;
    background: #666;
}
.wxEwm{
    width: 100%;
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
    border: 1px solid #aaa;
    border-radius: 0.05rem;
    padding: 0.1rem;
    box-sizing: border-box;
    text-align: center;
}
.wxEwm img{
    display: block;
    width: 30%;
    margin: 0 auto;
}
.wxEwm span{
    display: block;
    padding-top: 0.1rem;
}
.newlist a{
    display: block;
    margin-bottom: 0.2rem;
}
.newlist img{
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 0.1rem;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0.05rem;
}
.newlist h3{
    margin: 0;
    padding: 0.1rem 0;
    font-size: 0.18rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.newlist .newsIntro{
    font-size: 0.14rem;
    color: #666;
    line-height: 140%;
}
.newlist span{
    display: block;
    font-size: 0.12rem;
    padding-bottom: 0.05rem;
}
.scott {
    padding: 0.1rem 0;
    text-align: center;
    clear: both;
}
.scott a,
.scott span {
    display: inline-block;
}
.scott a {
    border: #666 1px solid;
    padding: 5px 10px;
    margin: 0 2px;
}

.scott span.current {
    border: #c40d23 1px solid;
    padding: 5px 10px;
    margin: 0 2px;
    background-color: #c40d23;
    color: #ffffff;
}

.scott span.disabled {
    border: #aaa 1px solid;
    padding: 5px 10px;
    margin: 0 2px;
    background-color: #fff;
    color: #888;
}

.nppage>a {
    display: block;
    margin-bottom: 0.1rem;
    border: 1px solid #666;
    border-radius: 3px;
    height: 0.3rem;
    color: #666;
    padding-right: 0.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nppage>a span {
    display: block;
    height: 0.3rem;
    line-height: 0.3rem;
    padding: 0 0.05rem;
    background-color: #666;
    color: #fff;
    margin-right: 0.1rem;
    -ms-flex-negative: 0;flex-shrink: 0;
}
.nppage>a div{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.detailTitle{
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
    border-bottom: 4px solid #666;
    padding-bottom: 0.2rem;
}
.detailTitle span{
    font-size: 0.12rem;
    display: block;
    padding-top: 0.05rem;
    color: #888;
}
.pclass{
    padding: 0.2rem 0;
}
.pclass {
    display: flex;
    flex-wrap: wrap;
    column-gap: 5px;
    row-gap: 5px;
}
.pclass a{
    display: block;
    padding: 0.05rem 0.1rem;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.pclass .on{
    background: #666;
    color: #fff;
    border-color: #666;
}
.pslist{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    column-gap: 2%;
}
.pslist a{
    display: block;
    width: 49%;
}
.pslist img{
    display: block;
    width: 100%;
    height: auto;
}
.pslist span{
    display: block;
    padding: 0.1rem 0;
    text-align: center;
}
