:root {
    --conwidth: 1300px;
}

a,
span,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
section,
html,
button,
body {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue, Helvetica, STHeiTi, sans-serif';
}

html,
body {
    /* max-width: 1920px; */
    margin: 0 auto;
    background: #FFFFFF;
    font-size: 62.5%;
}
input:focus{
    outline: none;
}
ul,
li {
    list-style-type: none;
}

img,
p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
div {
    transition: all 0.7s ease;
}

a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #666666;
}
table{
    max-width: 100%;
}
img {
    width: 100%;
    display: block;
}

br {
    clear: both;
}

.num {
    /*font-family: 'DINPro-Bold';*/
    font-weight: bold;
}

.textcen {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.blcen {
    margin: 0 auto;
}
.red{
    color: #d6262c;
}
.fontb{
    font-weight: bold;
}
/* 首页 */
.header{
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 2px 4px 5px rgb(0 0 0 / 34%)
}
.header .headermain{
    padding: 1.7rem 1.5rem 1.3rem 1.5rem;
}
.header .wzlogo{
    display: none;
}
.header .logo{
    width: 15rem;
}
.header .navbtn{
    width: 16rem;
    height: 3.4rem;
    /* border: 0.1rem #eeeeee solid;
    border-radius: 1.7rem; */
    float: right;
    /* background: #f7f9fa url(../img/wap_06.png)right 1rem center no-repeat;
    background-size: 0.8rem; */
    text-align: center;
    line-height: 3rem;
    box-sizing: border-box;
    padding-right: 1.4rem;
    margin: 0rem 0rem 0 0;
    font-size: 1rem;
    position:relative;
}
.header .navbtn span{

}
.header .navbtn span {
    display: block;
    background: #000000;
    width: 30px;
    height: 2px;
    right: 0;
    position: absolute;
    transition: all ease 0.35s
}

.header .navbtn span:nth-of-type(1) {
    top: 0
}

.header .navbtn span:nth-of-type(2) {
    top: 10px
}

.header .navbtn span:nth-of-type(3) {
    top: 20px
}

.header .navbtn.on span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.header .navbtn.on span:nth-of-type(2) {
    width: 0
}

.header .navbtn.on span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}
.headr{
    display: none;
}
.nav{
    position: fixed;
    background: #FFFFFF;
    right: -100%;
    top: 6.4rem;
    z-index: 12;
    height: 100%;
    box-shadow: -6px -9px 8px rgb(223 223 223 / 38%);
}
.nav.active{
    right: 0;
}
.mb{
    background: rgba(0,0,0,.8);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 11;
    top: 0;
    left: 0;
    display: none;
    transition: none;
}
.nav ul li{
    clear: both;
    line-height: 5rem;
    border-bottom: 0.1rem #eee solid;
    width: 100%;
}
.nav ul li a{
    display: block;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.6rem;
}
.index_body,.list_body{
    padding: 64px 0 0 0;
}
.index_body .swiper{
    width: 100%;
    height: 330px;
    overflow: hidden;
    position: relative;
}
.index_body .swiper a{
    display: block;
    width: 100%;
    height: 283px;
    background-position: center center;
    background-size: 100%;
}
.swiper-button-prev{
    display: none;
}
.swiper-button-next{
    display: none;
}
.swiper-pagination{
    width: 100%;
    height: 2rem;
    position: absolute;
    bottom: 0;
}
.swiper-pagination .swiper-pagination-bullet-active{
    width: 30px;
    height: 4px;
    border-radius: .5rem;
}
.types{
    display: none;
}
.zh2top{
	padding: 2rem 1.5rem;
	overflow: hidden;
	background: #fff;
}
.search{
	height: 4rem;
	border: .1rem #eeeeee solid;
	border-radius: 2.1rem;
	position: relative;
	background: #fafafa;
}
.search input{
	width: 70%;
	height: 4rem;
	float: left;
	background: #fafafa url(../img/wap_13.png)left 1.2rem center no-repeat;
	background-size: auto 1.8rem;
	padding-left: 4.2rem;
	padding-right: 1rem;
	border: none;
	border-radius: 2rem 0 0 2rem;
	box-sizing: border-box;
	color: #333;
	font-size: 1.4rem;
}
.search button{
    width: 30%;
    height: 4.2rem;
    background: #ec9b18;
    border: none;
    position: absolute;
    right: -.1rem;
    top: -.1rem;
    border-radius: 2.1rem;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
}
.sstj{
	display: flex;
	justify-content: space-between;
	margin-top: 2rem;
}
.menu{
	height: 3.6rem;
	border: .1rem #ededed solid;
	box-sizing: border-box;
	border-radius: 1.8rem;
	display: flex;
	justify-content: space-between;
	line-height: 3.4rem;
	padding: 0 1.2rem;
	position: relative;
}
.menu h2{
	font-size: 1.3rem;
	color: #323232;
	padding-top: .1rem;
}
.menu p{
	color: #999999;
	background: url(../img/wap_17.png)right center no-repeat;
	background-size: .9rem;
	padding-right: 1.8rem;
	font-size: 1.3rem;
	font-weight: bold;
	padding-top: .1rem;
}
.menu select{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.index_content{
    position: relative;
    padding: 7rem 0 0 0;
}
.index_body .typeswap{
    position: absolute;
    top: -7rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem;
    width: 90%;
    z-index: 10;
}
.index_body .typeswap .zh2top{
    border-radius: 1rem;
}
.block br{
    display: none;
}
.block .bltit h4{
    font-size: 2.4rem;
    color: #2a2a2a;
}
.block .bltit h4::after{
    content: '';
    background: #d6262c;
    width: 50px;
    height: 3px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
}
.block a,.block .b1l,.block .b1r,.block .con p{
    float: none;
}
.block1 .item{
    margin: 0 auto;
	margin-top: 1.5rem;
    display: flex;
	justify-content:center;
    width: 90%;
}

.block1 .item img{
	width: 50%;
	height: 11.5rem;
	align-self: flex-start;
    flex-shrink:0;
	border-radius: .5rem 0 0 .5rem;
}
.block1 .item .itemcon{
	width: 50%;
	background: #fafafa;
	border: .1rem #f2f3f5 solid;
	padding: .8rem 0rem .8rem .5rem;
	border-radius: 0 .5rem .5rem 0;
}
.block1 .item .itemcon br{
    display: none;
}
.block1 .con{
    font-size: 1.3rem;
}
.block1 .con .fl{
    margin-bottom: 1rem;
}
.block1 .item .tit{
	font-size: 1.5rem;
	color: #343434;
    margin-bottom: 2rem;
}
.block1 .item span{
	font-size: 1.2rem;
	color: #989898;
    float: none;
}
.block1 .item .st{
	font-size: 1.8rem;
	color: #ea2222;
}
.block1 .item span{
	font-size: 1.2rem;
	color: #686868;
	margin-left: .4rem;
}
.ad1{
    margin-bottom: 2rem;
}
.ad1 .adpic{
    margin: 0 auto;
}
.ad1 .blcen{
	display: flex;
	justify-content: space-between;
	margin-top: 3rem;
    padding: 1.8rem 0rem 1.8rem 1.8rem;
}
.ad1 li{
	text-align: center;
}
.ad1 li h3{
	color: #989898;
	margin-top: .5rem;
    font-weight: normal;
}
.ad1 li p{
    display: none;
}
.ad1 li i{
	font-size: 3rem;
}
.block2{
    background: #f5f6f7;
    padding: 2rem 0 2rem 0;
}
.block2 .item{
    margin-top: 2rem;
    background: #fff;
    border-radius: .5rem;
    overflow: hidden;
}
.block2 .item .pic{
	width: 100%;
}
.block2 .item .con{
	padding: 1.5rem;
}
.block2 .item h4{
	font-size: 1.4rem;
	color: #343434;
}
.block2 .item p .tag{
	padding: .1rem .8rem;
	display: inline-block;
	float: right;
	background: #4589d5;
	font-size: 1.2rem;
	color: #fff;
	font-weight: normal;
	border-radius: .3rem;
    margin-top: .4rem;
}
.block2 .item p{
	font-size: 1.2rem;
	color: #686868;
	margin-top: 1rem;
}
.block2 .item p span{
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: .4rem;
}
.block2 .item p .red{
    font-size: 1.8rem;
}
.block2 .blcon .fl,.block2 .blcon .fr{
    float: none;
}
.block2 .blcon{
    width:90%;
    margin: 0 auto;
}
.ckgd{
	width: 20rem;
	height: 4rem;
	border: .1rem #4589d5 solid;
	border-radius: 2.1rem;
	text-align: center;
	line-height: 4rem;
	margin: 3rem auto 0;
	background: #fff;
}
.ckgd a{
	display: block;
	color: #4589d5;
	font-size: 1.5rem;
}
.block3{
    padding: 2rem 0 2rem 0;
}
.block3 .swiper2{
    overflow: hidden;
    padding: 2rem 1.5rem 0 1.5rem;
}
.block3 .con h4{
    font-size: 1.4rem;
    color: #343434;
    overflow: hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.block3 .item .pic{
    height: 14rem;
}
.block3 .item .pic img{
    height: 100%;
}
.block3 .item p span{
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: .4rem;
}
.block3 .item p .red{
    font-size: 1.8rem;
}
.block3 .item p .quyu3{
    display: none;
}
.block3 .blcon .fl,.block3 .blcon .fr{
    float: none;
}
.footer{
    padding: 4rem 1.5rem 3rem 1.5rem;
    background: #303743;
}
.foothead{
    border-bottom: 0.1rem rgba(255,255,255,.2) solid;
    padding-bottom: 2rem;
}
.foothl h1{
    font-size: 2rem;
    color: #FFFFFF;
}
.foothl p{
    color: #fff;
    opacity: .3;
    line-height: 2rem;
    font-size: 1.2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}
.foothr{
    float: left;
    color: #fff;
    opacity: .4;
}
.footboot .navfoot a{
    color: #FFFFFF;
    opacity: .4;
    line-height: 1.5;
    display: block;
    width: 13rem;

}
.footboot .navfoot a .fl{
    float: none;
}
.footboot .navfoot li:last-child .sx{
    display: none;
}
.navfoot .sx{
    background: #FFFFFF;
    width: 1px;
    height: 18px;
    margin: 0 20px;
}
.footboot{
    padding-top: 2rem;
}
.navfoot{
    display: none;
}
.footermain{
    margin-bottom: 1.5rem;
}
.footf{
    /* display: none; */
    color: #666666;
    word-wrap: break-word;
    word-break: normal;
}
.footf p,.footf span{
    font-size: 1.2rem;
}
.fbootl{
    width: 18rem;
}
.fbootl .yqlj{
    float: left;
}
.fbootl .yqlj .tit{
    background: #282e39;
    color: #808898;
    font-size: 1.4rem;
    padding: .5rem 1.5rem;
}
.fbootl .yqlj .yqljcon{
    margin-top: 1rem;
}
.fbootl .yqlj .yqljcon .tit2{
    margin: 0 .5rem;
    float: left;
}
.fbootl .yqlj .yqljcon .sx{
    margin: .4rem .5rem 0 .5rem;
    width: 1px;
    height: 1.1rem;
    background: #808898;
    float: left;
}
.fbootr p{
    color: #FFFFFF;
    opacity: .4;
}
.fbootr{
    width: 9rem;
}
/* 列表页 */
.crumb{
    background: #808898;
    color: #cfcfcf;
    padding: .5rem 0 .5rem .5rem;
    font-size: 1rem;
}
.crumb i{
    font-size: .9rem;
}
.crumb a{
    color: #cfcfcf;
}
.list_body .typelist{
    display: none;
}
.list_body .typeswap{
    /* position: absolute;
    top: -3rem;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 1rem; */
    width: 90%;
    margin: 0 auto;
    /* z-index: 10; */
}
.list_body .typeswap .zh2top{
    border-radius: 0rem;
}
.list_body .bp1head{
    text-align: center;
    color: #9a9a9a;
    font-size: 1.4rem;
}
.list_body .bp1head h4{
    display: none;
}
.list_body .bp1head p{
    float: none;
}
.list_body .bp1head #count{
    color: #ea2222;
}

.bp1main .item{
    margin: 0 auto;
	margin-top: 1.5rem;
    display: flex;
	justify-content:center;
    width: 90%;
    position: relative;
    border-radius: ;
}
.bp1main .fl,.bp1main .fr{
    float: none;
}

.bp1main .item .pic{
	width: 50%;
	height: 11.5rem;
	align-self: flex-start;
    flex-shrink:0;
	border-radius: .5rem 0 0 .5rem;
    overflow: hidden;
}
.bp1main .item .pic img{
    height: 11.5rem;
}
.bp1main .item .con{
	width: 50%;
	background: #fafafa;
	border: .1rem #f2f3f5 solid;
	padding: .8rem 0rem .8rem .5rem;
	border-radius: 0 .5rem .5rem 0;
}
.bp1main .item .con br{
    display: none;
}
.bp1main .con .fl{
    margin-bottom: 1rem;
}
.bp1main .item h4{
	font-size: 1.5rem;
	color: #343434;
    margin-bottom: 2rem;
}
.bp1main .item span{
	font-size: 1.2rem;
	color: #989898;
    float: none;
}
.bp1main .item .st{
	font-size: 1.8rem;
	color: #ea2222;
}
.bp1main .item span{
	font-size: 1.2rem;
	color: #686868;
	margin-left: .4rem;
}
.bp1main .item .red{
    font-size: 1.8rem;
    color: #ea2222;
}
.bp1main .item .price{
    display: block;
    margin: 0 0 1rem 0;
}
.bp1main .item .tags{
    position: absolute;
    left: 0;
    top: 3px;
    width: 15rem;
}
.tagsc{
    font-size: 1.2rem;
    width: 48px;
    padding: 0px 8px;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: block;
    opacity: .8;
}
.bp1main .item .blue{
    background: #e2f0ff;
    color: #35a1ff;
}
.bp1main .item .yellow{
    background: #fef2e3;
    color: #f2a434;
}
.bp1main .item .green{
    background: #d6f8f2;
    color: #07a01d;
}
.pagination{
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.pagination .disabled{
    display: none;
}
.pagination li{
    float: left;
    color: #87878a;
    margin: 0 .4rem;
    border: .1rem solid #cccccc;
}
.pagination li a{
    color: #87878a;
    padding: .1rem .5rem;
    display: inline-block;
}
.pagination li span{
    padding: .1rem .5rem;
    display: inline-block;
}
.pagination .active span{
    background: #d50a00;
    color: #FFFFFF;
}
/* 详情页 */
.nav2{
    display: none;
}
.header2main{
    background: #d6262c;
    height: 4.8rem;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 2.2rem;
}
.header2main .name{
    font-size: 2rem;
    color: #FFFFFF;
    font-weight: bold;
    width: 76%;
}
.zxrx{
    display: none;
}
.tel2{
    width: 50%;
    text-align: right;
}
.tel2 .iconfont{
    opacity: .6;
    color: #FFFFFF;
}
.tel2 .num{
    font-size: 1.6rem;
    color: #e47f0c;
    background-image: -webkit-linear-gradient(left,#d3db5b,#fdb541);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}
.blocks1 .det2r{
    display: none;
}
.show_body .slide{
    height: 24rem;
    overflow: hidden;
}
.show_body .slide .pic{
    height: 100%;
}
.show_body .slide .pic img{
    height: 100%;
}
.show_body .swiper .swiper-pagination{
    display: none;
}
.blocks1{
    padding: 3rem 1.5rem;
    overflow: hidden;
}
.blocks1 .bs1tit{
    margin-bottom: 2rem;
}

.bs1tit .price{
    font-size: 1.2rem;
}
.bs1tit .price .num{
    font-size: 2.2rem;
    line-height: 1.2rem;
}
.det3{
    background: #fafafa;
    border: 0.1rem #eeeeee solid;
    padding: 1rem 2rem;
    margin-top: 1.5rem;
}
.det3 ul li{
    white-space: nowrap;
    font-size: 1.3rem;
    color: #818181;
    margin:1.5rem 0;
}
.det3 ul li .iconfont{
    color: #b2b2b2;
}
.det3 ul li span{
    color: #353535;
    font-size: 1.4rem;
}
.show_body .container{
    border-top: 1px #f5f6f7 solid;
    padding: 4rem 0rem;
    width: 34rem;
    margin: 0 auto;
}
.det4b{
    text-align: center;
    margin-bottom: 4rem;
}
.show_body .container .det4b{
    margin-bottom: 2rem;
}
.det4b h2{
    font-size: 2.4rem;
    color: #323232;
    margin-bottom: 1rem;
}
.det4b p{
    font-size: 1.2rem;
    color: #dadada;
    text-transform: uppercase;
    letter-spacing: .2rem;
    margin-top: 0.4rem;
}
.det5r{
    color: #4d4d4d;
    line-height: 2;
    margin-top: 2rem;
    font-size: 1.4rem;
}
.det5r table td{
    border: 1px solid #808898;
}
.chuzu{
    width: 34rem;
    margin: 0 auto;
}
.chuzu .swiper{
    overflow: hidden;
}
.chuzu .swiper-slide{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.chuzu .swiper-slide img{
    width: 45%;
    height: 13rem;
}

.chuzu .swiper-slide .cont{
    width: 55%;
    box-sizing: border-box;
    border: 0.1rem #e6e6e6 solid;
    border-left: none;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-radius: 0 0.5rem 0.5rem 0;
}
.chuzu .swiper-slide .cont h2{
    font-size: 1.4rem;
}
.chuzu .swiper-slide .cont span{
    display: block;
    font-size: 1.2rem;
    color: #717171;
    margin: 0 0 0.5rem 0;
}
.chuzu .swiper-slide .cont .status{
    position: absolute;
    top: 0;
    left: 0;
    background: #ff552e;
    color: #fff;
    font-size: 1.2rem;
    padding: 0.2rem 0.8rem;
}
.show_body .tipsmain{
    padding: 2rem 1.5rem;
}
.det6{
    display: none;
}
.show_body .swiperb{
    overflow: hidden;
}
.blocks1 .container{
    padding: 4rem 1.5rem;
    width: 31rem;
}
.det4 .container{
    padding: 4rem 1.5rem 0 1.5rem;
    text-align: center;
}
.det7 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.det7 ul li:first-child{
    width: 100%;
    height: 25rem;
}
.det7ul li{
    width: 32%;
    height: 9rem;
    overflow: hidden;
    margin-top: 1rem;
}
.det7ul li img{
    height: 100%;
}
.det8ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem;
}
.det8ul li{
    width: 48.5%;
    height: 12rem;
    margin-top: 1rem;
}
.det8ul li img{
    height: 100%;
}
.det10 .det0l table img{
    width: 100%;
}
.det10 .det0l table td{
    display: block;
    width: 100%;
    margin-bottom: 1rem;
}
.det10 .text h2{
    color: #1f75cd;
    font-size: 2rem;
}
.blocks1 .det3{
    padding-top: 2rem;
}
body #pictureViewer>.content{
    width: 100%;
}
/* 单页 */
.banner{
    padding: 2rem 1.5rem;
    margin-top: 64px;
}
.banner .bannermain{
    height: 11rem;
    border-radius: .5rem;
    background-size: 100% 100%;
}
.page_body .blockd1 .fl,.page_body .blockd1 .fr{
    float: none;
}
.page_body .blockd1 h4{
    text-align: center;
    font-size: 2.4rem;
    color: #323232;
    font-weight: bold;
}
.page_body .crumb{
    display: none;
}
.page_body .bd1main{
    padding: 2rem;
    color: #676767;
    line-height: 2;
    margin-top: 1rem;
}
.pcswiper{
    display: none;
}