body {
	 font-family:'Microsoft YaHei','微软雅黑','Century Gothic', 'Helvetica', 'SimSun', '宋体', 'Heiti', '黑体', 'Arial', 'sans-serif';
	 font-size:14px;
	 width:100%;
	 height:100%;
	 color:#222;
	 background: #f8f8f8;
}
body,
p,
ul,
ol,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
th,
td {
	 margin:0;
	 padding:0;
}
li {
	 list-style:none;
}
a {
	 text-decoration:none;
	 color:#222;
}
input,
select,
textarea {
	 border:none;
	 outline:none;
	 background:none;
}
textarea {
	 resize:none;
}
img {
	 border:none;
	 vertical-align: top;
}
table {
	 border:0;
	 border-collapse: collapse;
}
em,
i {
	 font-style:normal;
}
.fr {
	 float:right;
}
.fl {
	 float:left;
}
.clear {
	 zoom:1;
}
.clear:after {
	 content:"";
	 display:block;
	 clear:both;
}
.contain{
	width: 94%;
	margin: 0 auto;
}
.hidebg{
    position:fixed;left:0px;top:0px; 
    background-color:#fff; 
    width:100%; 
    height:100%; 
    filter:alpha(opacity=80);  
    opacity:0.8;   
    display:none; 
    z-index:10;
} 
.hidebg1{
    position:fixed;left:0px;top:0px; 
    background-color:#000; 
    width:100%; 
    height:100%; 
    filter:alpha(opacity=50);  
    opacity:0.5;   
    display:none; 
    z-index:10;
} 
.hidebg2{
    position:fixed;left:0px;top:0px; 
    background-color:#fff; 
    width:100%; 
    height:100%; 
    filter:alpha(opacity=80);  
    opacity:0.8;   
    display:none; 
    z-index:9;
} 
.hidebg3{
    position:fixed;left:0px;top:0px; 
    background-color:#000; 
    width:100%; 
    height:100%; 
    filter:alpha(opacity=50);  
    opacity:0.5;   
    display:none; 
    z-index:11;
} 
.hidebg4{
    position:fixed;left:0px;top:0px; 
    background-color:#000; 
    width:100%; 
    height:100%; 
    filter:alpha(opacity=50);  
    opacity:0.5;   
    display:none; 
    z-index:11;
} 
.hidebg5{
    position:fixed;left:0px;top:0px; 
    background-color:#000; 
    width:100%; 
    height:100%; 
    filter:alpha(opacity=50);  
    opacity:0.5;   
    display:none; 
    z-index:11;
} 


.header_show{
	position: absolute;
	left: -200%;
	height: 100%;
	width: 60%;
	background: #fff;
	overflow: auto;
	z-index: 10;
}
.header_show .top{
	height: 100px;
	background: #f0f0f0;
}
.header_show .top img{
	width: 60px;
	margin-top: 20px;
	margin-left: 15px; border-radius:50%;
}
.header_show .top span{
	font-size: 16px;
	font-weight: bold;
	line-height: 100px;
	margin-left: 20px;
}
.header_show li{
	background: #fff;
	line-height: 40px;
	font-size: 15px;
}
.header_show li.active{
	background: #f0f0f0;
}
.header_show li .a1{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	padding-left: 15px;
	border-bottom: 1px dashed #dad1d1;
}
.header_show li.active .a1 span{
	-ms-transform:rotate(90deg); 
   -moz-transform:rotate(90deg); 
   -webkit-transform:rotate(90deg);
   -o-transform:rotate(90deg);
   transform:rorate(90deg);
	opacity: 1;
}
.header_show li .a1 span{
	float: right;
	line-height: 40px;
	font-size: 18px;
	color: #999;
	padding-right: 5px;
	opacity: 0.4;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
.header_show li .a1 em{
	 float:left;
}
.header_show li .mask01{
	margin-left: 10px;
	margin-right: 10px;
	display: none;
}
.header_show li .mask01 div{
	line-height: 35px;
	border-bottom: 1px dashed #dad1d1;
}
.header_show li .mask01 div a{
	display: block;
	padding-left: 40px;
	font-size: 14px;
}
.body1{
	background: #fff;
}
.inside_header{
	border-bottom: 1px solid #dcdcdc;
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
}
.inside_header img{
	height: 18px;
	margin-left: 3%;
	margin-top: 14px;
}	
.inside_header span{
	line-height: 45px;
	margin-left: 10px;
	font-size: 16px;
}
.header_search {

    height: 32px;
    padding-top: 52px;
    position: relative;
    background: #fff;
    padding: 6px 0;
	border-bottom: 1px solid #dcdcdc;
}
.header_search input{
    width: 96%;
   margin-left: 2%;
    height: 32px;
    background: #edecec;
    text-align: center;
    border-radius: 20px;
    color: #999;
}
.header_search #sear{width: 15px;
	height: 20px; margin:0; border:none; background:none}
.header_search .font {
    text-align: center;
    position: absolute;
    top: 50%;
    right: 22px;
    width: 15px;
    height: 20px;
    margin-left: -35px;
    margin-top: -10px;
    display: block;
    background: url(../images/header_search.png) no-repeat center;
    background-size: contain;
}
.header_search .font img{
	width: 15px;
}
.header_search .font span{
	margin-left: 5px;
	color: #999;
}
.footer {
	position: fixed;
	bottom: 0;
	left: 0;display: flex;justify-content: space-around;
	height: 55px;
	background: #fff;
	width: 100%;
	z-index: 10;padding: 0 0px;box-sizing: border-box;border-top: 1px solid #dcdcdc;
}
.footer li{
	flex: 1;
	text-align: center;
	height: 55px;

}
.footer .li1{
	background: url(/img/home.png) no-repeat center;
	background-size: 30px auto;
	background-position-y: 3px;
}
.footer .li1.active{
	background: url(/img/home-active.png) no-repeat center;
	background-size: 30px auto;
	background-position-y: 3px;
}
.footer .li2 {
    background: url(/img/cate.png) no-repeat center;
    background-size: 28px auto;
    background-position-y: 3px;
}
.footer .li2.active{
	background: url(/img/cate-active.png) no-repeat center;
	background-size: 30px auto;
	background-position-y: 3px;
}
.footer .li3{
	background: url(/img/flow.png) no-repeat center;
	background-size: 30px auto;
	background-position-y: 3px;
}
.footer .li3.active{
	background: url(/img/flow-active.png) no-repeat center;
	background-size: 30px auto;
	background-position-y: 3px;
}
.footer .li4 {
    background: url(/img/user.png) no-repeat center;
    background-size: 28px auto;
    background-position-y: 3px;
}
.footer .li4.active{
	background: url(/img/user-active.png) no-repeat center;
	background-size: 30px auto;
	background-position-y: 3px;
}
.footer .li5 {
	background: url(/img/news.png) no-repeat center;
	background-size: 28px auto;
	background-position-y: 3px;
}
.footer .li5.active{
	background: url(/img/news-active.png) no-repeat center;
	background-size: 30px auto;
	background-position-y: 3px;
}
.footer li a{
	display: block;
	height: 60px;
}
.footer li p{
	color: #333;
	line-height: 20px;
	padding-top: 31px;
}
.search_h{
	text-align: center;
}
.search_h p{
	color: #333;
	position: absolute;
	top: 30%;
	width: 100%;
	font-size: 14px;
}
.search_h p em{
	color: #f08300;
}
.norecord{ text-align:center; padding:50px 0; color:#999}
.sypro{ margin:15px 1.8% 0px 1.8%; text-align:center}
.sypro .p1{ height:20px; line-height:20px; overflow:hidden}
.sypro .p2{color: #f00c00;}
.pro1{ width:46.4%; padding:0 1.8%; float:left; margin-bottom:15px}
.pro1 img{ width:100%;}
.top2{ margin-top:56px}

.pagetab{ margin:0 auto}
.page td{
	text-align: center;  padding: 10px 0; line-height: 20px; 
}
.page td a,.page td a:link,.page td a:visited{
	border: solid 1px #ddd; display: block;   background-color: #fff; text-decoration: none; margin:0 -1px; width:34px; height:32px; line-height:32px; color:#333
}
.page td a:hover{
	border: 1px solid #CF0605; display: block;   background-color: #CF0605; color: White; text-decoration: none; 
}
.page .PageNumberActive a,.page .PageNumberActive a:link,.page .PageNumberActive a:visited{
	 border: 1px solid #CF0605; display: block;   background-color: #CF0605; color: White; text-decoration: none; 
}
.page .PageNumber_t a,.page .PageNumber_t a:link,.page .PageNumber_t a:visited{
	 width: auto; padding:0 10px
}

.NoConMsg span {
	background:url(../images/webmsg.png) no-repeat;
}
.NoConMsg {
	text-align:center;
	padding:40px 0;
	background:#fff;
	margin:10px auto 0;
	border:1px solid #E4E4E4;
}
.NoConMsg span {
	height:110px;
	line-height:90px;
	padding-left:80px;
	display:inline-block;
	font-family:微软雅黑,宋体;
	font-size:18px;
	color:#999;
	background-position:0 -90px;
}
.bottom_height{ height:20px}

.service {
	position: fixed;
	bottom: -200%;
	width: 100%;
	height: 250px;
	z-index: 10;
}
.service .mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
    filter:alpha(opacity=50);  
    opacity:0.5;  
    z-index: 9;
}
.service span{
	position: absolute;
	top: 5px;
	right: 3%;
	font-size: 20px;
	color: #fff;
}
.service ul{
	width: 90%;
	margin: 50px auto 0;
}
.service li{
	background: #fff;
	border-radius: 8px;
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	text-align: center;
}
.service li img{
	max-width: 150px;
	max-height: 135px;
	padding-top: 5px;
	width: 100%;
}
.service li p{
	font-size: 12px;
	color: #333;
	line-height: 30px;
}
.service .main{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 10;
}
.header .img3{ cursor:pointer}


#getmore{
    width: 160px;
    padding: 10px 0;
    background: #F8F8F8;
    text-align: center;
    margin: 10px auto;
}
#getmore a{display: inline-block;}
.dbgao{ height:55px}
.dbgao2{ height:30px}
.dbgao3{ height:70px}
.listbox{background: #fff}
.listbox li{display: flex; padding: 15px;border-bottom: solid 1px #eee}
.listbox li .pic{width: 34%}
.listbox li .pic img{width: 100%; height: 82px;box-shadow: 0px 0px 5px #ddd;object-fit: cover}
.listbox li .text{width: 62%; margin-left:15px; }
.listbox li .text .name{font-size:16px; margin-top:5px;}
.listbox li .text .time{font-size:13px; color: #999;margin-top:10px;  }
.listbox .nopic .pic{display: none}
.listbox .nopic .text{width: 100%; margin-left:0px; }
.listbox .nopic .text .name{ margin-top:0px;}


.tpage{padding:20px 0 0px 0;text-align: center}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 0px auto;
}
.pagination > li {
	display: inline;padding: unset  }

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 4px 12px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin: 0 2px; }

.theme-black .pagination > li > a,
.theme-black .pagination > li > span {
	color: #fff;
	padding: 6px 12px;
	background: #3f4649;
	border: none; }

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #333;
	background-color: #eee;
	border-color: #ddd; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #FF5722;
	border-color: #FF5722; }

.theme-black .pagination > .active > a,
.theme-black .pagination > .active > span,
.theme-black .pagination > .active > a:hover,
.theme-black .pagination > .active > span:hover,
.theme-black .pagination > .active > a:focus,
.theme-black .pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #23abf0;
	border-color: #23abf0; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd; }

.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px; }

.pagination-total {
	height: 32px;
	margin-top: 20px;
	margin-bottom: 20px; }
.pagination-total .am-vertical-align-middle {
	font-size: 1.4rem; }

.norecord{text-align: center;padding: 50px;color: #999;font-size: 14px}

.prolist{display: flex;justify-content: space-between;flex-wrap: wrap ;padding: 5px 3.5%}
.prolist li{width:48%;margin: 10px 0;background-color:#fff;box-shadow:0 0px 5px #ddd;}
.prolist li .pic img{width:100%;height: 25vh;object-fit: cover;}
.prolist li .text{padding:8px 10px}
.prolist li .text .name{text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.prolist li .text .price{color: #f00c00;margin-top: 5px}

.layui-flow-more{margin: 0 auto!important;width: 100%}
.zz{width: 100%;height: 100%;background: rgba(0,0,0,.6);position: fixed;left: 0;top: 0;z-index: 9;display: none}
.nocart{text-align: center;color: #999;padding: 50px 0}
.nocart .icon{font-size: 60px;color: #bababa
}
.nocart .text{margin: 10px 0;font-size: 16px}
.nocart .layui-btn{margin-top: 10px;background: #fff;padding: 0 30px;border-radius: 8px}

.tc_con{padding: 20px;line-height: 1.8em;}

.pic_list{}
.pic_list li{display: inline-block;margin: 0 10px 10px 0!important;position: relative;}
.upload-pic .pic_list img {
	width: 100px;
	height: 100px;
	border-radius: 8px;
	border: solid 1px #ccc;
}

.upload-pic .pic1{position: relative;display: inline-block;}

.upload-pic .pic1 img{
	width: 100px;
	height: 100px;
	border-radius: 8px;
	border: dashed 1px #ccc;
}

.upload-pic .pic1 .txt {
	font-size: 15px;
	margin-top: 10px;
	color: #888;
}
.upload-pic .close {position: absolute;top:2px;right: 2px;width: 25px; height: 25px;background: #000;border-radius: 50%;text-align: center;line-height: 25px;cursor: pointer;display:none }
.upload-pic .close i{font-size: 20px;color: #fff}

.cpic img{width: 60px;height:60px}

.dls,.ys,.hhr{display: }
.upic .upload-pic{border: solid 1px #eee;border-top:0;padding: 10px 0 0 10px; }

.layui-upload-img {
	width: 100px;
	height: 100px;border-radius: 8px;
	border: solid 1px #eee;object-fit: contain;
}
.hidden{display: none}
.upimg{display: flex;align-items: flex-start}
.upimg .li{margin-right: 10px}
.layui-upload-img{object-fit:contain;}
.layui-upload-list{position: relative;width: 102px;}
.layui-upload .ubtn{border: none;padding: 0;margin: 0;background: none}
.layui-upload .ubtn img{width: 100px;
	height: 100px;
	border-radius: 8px;
	border: dashed 1px #ccc;}
.ys .upload-pic,.dls .upload-pic,.hhr .upload-pic{padding-bottom: 10px}
.paybtn{padding:0 20px}
.paybtn .btn{background: #2BA245;padding:12px 0;text-align: center;color: #fff;font-size: 18px;border-radius: 8px}

.pay2 .title{padding:15px 20px;color: #999 }
.pay2 ul{border-top: solid 1px #d5d5d5;border-bottom: solid 1px #ddd;margin-bottom: 15px;background: #fff;padding: 0 20px}
.pay2 ul li{display: flex;justify-content: space-between;border-bottom: solid 1px #ddd;padding: 15px 0}
.pay2 ul li:last-child{border-bottom: none}
.pay2 ul li dd{color: #999}
.pay2 ul li .price{color: #e8000f;font-size: 18px}
.pay2 .btn{width: 90%;margin: 20px auto;padding: 12px;background:#2BA245;color: #fff;text-align: center;box-sizing: border-box;border-radius: 6px;font-size: 18px }