  :root {
    --zse: #409EFF;
	--bse:#fff;
    --ase: #8590a6;
	--bjse: #F9F9F9;
	--black: #000;
	--success:#67C23A;
	--sorry:#F56C6C;
  }



/*文字段落*/
.ell{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.eall-2{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.eall-3{
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
/*文字段落end*/


.sticky{
	position: sticky;
	top: 80px;
}
/* 页面宽度 */
.wz-container {
	box-sizing: content-box;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	/*padding-left: 15px;*/
	/*padding-right: 15px;*/
}
/* 位移 */
.wz-padding-small {
	padding: 20px;
}
.wz-margin-small{
	margin: 10px 0;
}
.wz-margin-max{
	margin: 25px 0;
}

.wz-margin-left {
	margin-left: 20px !important;
}
.wz-margin-right-5 {
	margin-right: 5px !important;
}


/* box背景阴影 */
.wz-box-shadow{
	box-shadow: 0 5px 20px rgba(0,0,0,0.06);
}

/* 文字小标注 更多 */
.wz-more{
	font-size: .875rem;
	line-height: 1.5;
	color: var(--ase);
}

/* 圆角边框 */
.b-r-4 {
	overflow: hidden;
	border-radius: 4px !important;
}

/* 通用标题 */

.wz-title {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
	color: #303133;
}

.wz-none{
	display: none;
}




/* 公告背景测试颜色 */
.s1{
	background-color: brown;
}
.s2{
	background-color: coral;
}
.s3{
	background-color: cornflowerblue;
}





/* wap mun */
.icon-mun{
	
	color: var(--bse);
	cursor: pointer;
}
#mun{
	
}

#mun .wap-logo img{
	
}

#mun .wap-logo img{
	width: 50px;
	height: 50px;
	object-fit: cover;
}

#mun ul{
	
}
#mun ul li{
	border-bottom: 1px solid #F2F2F2;
}
#mun ul li a{
	padding: 10px 10px;
	display: block;
	margin: 5px 0;
}



/* zx-info */
.zx-info .layui-timeline-axis{
	color: var(--zse);
	font-size: 12px;
}
.zx-info a{
	font-size: 14px;
	line-height: 1.5;
	color: var(--ase);
}
.zx-info a:hover{
	color: var(--zse);
}
.zx-info ul{
	height: 556px;
	overflow-y: auto;
}
/* zx-info end */

/* pad */
.wz-pad{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 155px;
	background: #56ccf2;  
	/* fallback for old browsers */      
	background: -webkit-linear-gradient(to right, rgb(86, 204, 242), rgb(47, 128, 237));  
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, rgb(86, 204, 242), rgb(47, 128, 237)); 
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */      
}
.wz-pad .jizhi{
	text-align: center;
}
.wz-pad .jizhi span{
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	letter-spacing:5px;
	display: block;
}
.wz-pad .jizhi p{
	margin-top: 10px;
	background-color: #164079;
	padding: 5px 10px;
	color: #fff;
	border-radius: 50px;
	font-size: 12px;
	display: inline-block;
}



/* news-box */
.news-box{
	background-color: var(--bse);
}

.news-box .wz-more a{
	color: var(--ase);
}

.news-box .news-litpic {
	margin-right: 10px;
	width: 40%;
	
}
.news-box .news-litpic img{
	width: 100%;
	height: 94px;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.news-box .news-litpic img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.news-box .news-desc{
	width: 60%;
	margin-left: 10px;
}

/*作者*/
.fly-panel {
    margin-bottom: 15px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
}
.fly-list-one .fly-panel-title {
    margin-bottom: 5px;
}

.fly-list-one dd {
    margin: 0 15px;
    line-height: 26px;
    white-space: nowrap;
    overflow: hidden;
    list-style: decimal-leading-zero inside;
    *list-style-type: decimal inside;
    color: #009E94;
}

.fly-list-one dd a, .fly-list-one dd span {
    display: inline-block;
    *display: inline;
    *zoom: 1; vertical-align: top;
    font-style: normal
}

.fly-list-one dd a {
    max-width: 85%;
    margin-right: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

.fly-list-one dd span {
    font-size: 12px;
    color: #ccc;
}

.fly-list-one dd:last-child {
    padding-bottom: 5px;
}


/*支付*/
.nopay { width: 100%; height: 150px;text-align: center;opacity: 0.5; background: #ccc;}
.nopay a { font-size: 22px; line-height: 150px;color: #f00; font-weight: 600;}


/*.desc-title*/
.desc-title{
	margin-bottom: 20px;
	
}
.desc-title a{
	line-height: 26px;
}
.desc-info{
	
}

/* news-box end */
.news-box .litpic,.product-box .litpic,.product-box .litpic-app{
	overflow: hidden;
}

.imgscale img { width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.imgscale:hover img { transform: scale(1.1); }


/*htitle*/
.htitle { font-size: 16px; line-height: 40px; border-bottom: 1px solid #eee; color: #484848; font-weight: normal; position: relative; margin-bottom: 10px; }
.htitle:after { content: ""; position: absolute; width: 60px; height: 2px; content: ""; background: #666; left: 0; bottom: 0; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; transition: all .5s ease; }
.htitle:hover:after { width: 80px; }
.hnav { float: right }
.hnav a { display: block; margin-right: 10px; padding-right: 10px; float: left; position: relative }
.hnav a:after { position: relative; content: "/"; right: -10px; bottom: 0; color: #ccc }
.hnav a:last-child::after { content: "" }

.con_tilte {font-size: 22px;margin-top: 20px;}
.con_nav { float: right; font-size: 14px; color: #666 }
.con_nav a { color: #666 }
.con_nav a:hover { color: #000 }

.con_info { border: 1px solid #F3F3F3; padding: 10px; margin: 15px auto 0; line-height: 23px; background: none repeat 0 0 #F6F6F6; }
.con_info b { margin-right: 10px; color: #000; }

/*.bloginfo*/
.bloginfo { margin-top: 20px; overflow: hidden; color: #999; line-height: 34px; }
.bloginfo span { margin: 0 5px }
.bloginfo span a { color: #096 }


.avatar { position: relative; float: left; width: 30px; height: 30px; border-radius: 100%; padding: 2px; display: block; background: -webkit-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: -o-linear-gradient(bottom left, rgba(0,153,255,.9), rgba(42,228,197,.7)); background: linear-gradient(to top right, rgba(0,153,255,.9), rgba(42,228,197,.7)); }
.avatar img { width: 100%; border-radius: 50%;border: 0; display: block; }
.avatar::after { content: ""; position: absolute; background: url(../images/v.png) no-repeat; background-size: 12px; width: 12px; height: 12px; right: 0; bottom: 0 }



.whitebg { background: #fff; border-radius: 3px;padding: 20px;margin-bottom: 20px; overflow: hidden;}
/*topnews*/
.topnews { display: block; margin: 20px 0; background: #000; position: relative; overflow: hidden; border-radius: 3px; max-height: 110px; }
.topnews img { opacity: .7; }
.topnews span { bottom: 0; position: absolute; bottom: 30%; left: 0; right: 0; color: #FFF; text-align: center; font-size: 15px; padding: 0 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; line-height: 22px; }
.topnews:hover img { opacity: .9; transform: scale(1.1); }


/*notice*/
.notice ul { padding-top: 18px }
.notice li { font-size: 12px; line-height: 30px; margin-bottom: 12px; display: block; -moz-border-radius: 4px; border-radius: 4px; background: #f6f6f6; padding: 4px 12px 4px 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }
.notice li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 15px; top: 20px }
.notice li:hover { background: #f2f2f2; box-shadow: 0 0 10px #ccc; -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }


/*paihang*/
.paihang ul { overflow: hidden }
.paihang ul li { height: 30px; line-height: 30px; margin-bottom: 10px; padding-left: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.paihang ul li:nth-child(even) { background: #f6f6f6 }
.paihang ul li i { display: block; width: 16px; height: 16px; background: #B1B1B1; float: left; margin-top: 8px; margin-right: 10px; position: relative; font-style: normal }
.paihang ul li i::before { position: absolute; left: 0; top: 0; font-size: 9px; color: #fff; line-height: 16px; width: 16px; text-align: center }
.paihang ul li:first-child i, .paihang ul li:nth-child(2) i, .paihang ul li:nth-child(3) i { background: #FF6600; }
.paihang ul li:first-child i::before { content: "1"; }
.paihang ul li:nth-child(2) i::before { content: "2"; }
.paihang ul li:nth-child(3) i::before { content: "3"; }
.paihang ul li:nth-child(4) i::before { content: "4"; }
.paihang ul li:nth-child(5) i::before { content: "5"; }
.paihang ul li:nth-child(6) i::before { content: "6"; }
.paihang ul li:nth-child(7) i::before { content: "7"; }
.paihang ul li:nth-child(8) i::before { content: "8"; }
.paihang ul li:hover { -moz-transition: all .2s ease; -webkit-transition: all .2s ease; transition: all .2s ease; }


/*tuijian*/
.tuijian ul { overflow: hidden; padding-top: 10px }
.tuijian li { overflow: hidden; margin-bottom: 10px; height: 60px; }
.tuijian li i { width: 70px; height: 70px; margin-right: 10px; overflow: hidden; display: block; float: left; }
.tuijian li i img { height: 100%; max-width: 100%; min-width: 100%; -moz-transition: all .5s ease; -webkit-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; transition: all 0.5s; }
.tuijian li p { margin-top: 10px; line-height: 20px; max-height: 40px; overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2; font-size: 14px; }
.tuijian li:hover { background: #f6f6f6; }
.tuijian li:hover img { transform: scale(1.1); }

/*ad*/
.ad ul { overflow: hidden; border-radius: 3px; }

/*wenzi*/
.wenzi li { line-height: 22px; margin-bottom: 10px; position: relative; padding-left: 15px }
.wenzi li:before { position: absolute; content: ""; width: 3px; height: 3px; background: #000; border-radius: 10px; left: 0px; top: 10px; }

/*cloud*/
.cloud ul a { line-height: 24px; height: 24px; display: block; background: #999; float: left; padding: 3px 10px 26px; margin: 10px 5px 0 0; border-radius: 3px; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; color: #FFF }
.cloud ul a:nth-child(8n-7) { background: #8A9B0F }
.cloud ul a:nth-child(8n-6) { background: #EB6841 }
.cloud ul a:nth-child(8n-5) { background: #3FB8AF }
.cloud ul a:nth-child(8n-4) { background: #FE4365 }
.cloud ul a:nth-child(8n-3) { background: #FC9D9A }
.cloud ul a:nth-child(8n-2) { background: #EDC951 }
.cloud ul a:nth-child(8n-1) { background: #C8C8A9 }
.cloud ul a:nth-child(8n) { background: #83AF9B }
.cloud ul a:first-child { background: #036564 }
.cloud ul a:last-child { background: #3299BB }
.cloud ul a:hover { border-radius: 0; text-shadow: #000 1px 1px 1px }
/*


/*tongji*/
.tongji li { margin-bottom: 8px }
.tongji li a { color: #096 }
.tongji li a:hover { text-decoration: underline; color: #000 }
.tongji_gzh { width: 80%; margin: auto; overflow: hidden; }
.tongji_gzh img { width: 100% }


/* 产品 */
.product-box{
	padding: 15px;
	background-color: #fff;
}
/* pc */
.product-box .litpic img{
	width: 100%;
	height: 137px;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* 小程序 */
.product-box .litpic-app img{
	width: 100%;
	height: 577px;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.product-box  img:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.product-box .desc{
	line-height: 2;
}


.product-box .info{
	
}

.product-box .price{
	color: var(--sorry);
	font-weight: bolder;
}
.product-box .price-o{
	color: var(--success);
	font-weight: bolder;
}

.product-box .info-r a{
	border-radius: 4px;
	padding: 5px 8px;
	background-color: var(--zse);
	color: var(--bse);
	font-size: 13px;
}

.statement{
     padding: 10px 18px;
    background-color: rgba(255, 138, 171, 0.08);
    font-size: 13px;
    line-height: 27px;
    text-align: justify;
    color: #f76267;
    border-left: solid 2px #f76267;
}
.statement span {
    color: #f00;
}

/* 产品 end*/

/* 翻页 */
.pagination{
	
}
.pagination ul{
	display: flex;
	flex-wrap: wrap;
}
.pagination ul li{
	
}

.pagination ul li a{
	box-shadow: 0 5px 20px rgba(0,0,0,0.06);
	background: #fff;
	background-color: rgb(255, 255, 255);
	display: inline-block;
	padding: 10px 15px;
	border-radius: 4px;
	margin-right: 6px;
	margin-top: 10px;
}
.pagination ul li a:hover,.pagination ul .active a{
	color: #fff;
	background-color: var(--zse);
}
/* 翻页end */





/* list */

.list-box{
	background-color: var(--bse);
}
.list-box .news-desc{
	width: 100%;
	overflow: hidden;
}

.list-box .news-desc h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list .news-litpic{
	width: 40%;
	margin-right: 20px;
	overflow: hidden;
}
.list .news-litpic img{
	width: 100%;
	height: 150px;
	object-fit: cover;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.list .desc{
	line-height: 2;
}
.list .wz-more{
	margin-right: 20px;
}


.list-hot .news-litpic {
	width: 60%;
	margin-right: 20px;
	overflow: hidden;
	height: 95px;
}
.list-hot .news-litpic img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	object-fit: cover;
}

.list-hot  img:hover,.list img:hover{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


/* content */
.wz-content{
	line-height: 2;
}
.content{
	
	
	
}
.wz-content img{
	width: 100%;
	max-width: 100%;
	display: block;
}





/* content  end */



/* 轮播 */


#body-banner{
    width: 100%;
    overflow: hidden;
}
/*大图片*/
#body-banner .pic{
    width: 100%;
    height: auto;
    position: relative;
}

#body-banner .pic ul li{
    list-style: none;
    width: 100%;
	border-radius: 4px;
	overflow: hidden;
	-webkit-animation-name: fadeIn; /*动画名称*/
	-webkit-animation-duration: 3s; /*动画持续时间*/
	-webkit-animation-iteration-count: 1; /*动画次数*/
	-webkit-animation-delay: 0s; /*延迟时间*/
}

@-webkit-keyframes fadeIn {
0% {
opacity: 0; /*初始状态 透明度为0*/
}
50% {
opacity: 0; /*中间状态 透明度为0*/
}
100% {
opacity: 1; /*结尾状态 透明度为1*/
}
}

#body-banner .pic ul li img{
	width: 100%;
}

#body-banner .pic ul li.first{
    display: block;
}



#body-banner .but ul li.first{
    background-color: red;
}
/*图片导航*/
 .picnav{
    width: 100%;
	overflow-x: auto;
}

.picnav ul{
	overflow-y: clip;
	white-space: nowrap;
}

 .picnav ul li{
    height: auto;
    display: inline-block;
    margin-right: 20px;
	opacity: .6;
	cursor: pointer;
	border-radius: 3px;
	overflow: hidden;
	width: 20%;
}

 .picnav ul li:hover{
	opacity:1;
	background-color: #CCC;
}

 .picnav ul li.first{
	opacity:1;
    border-bottom: 4px solid #16a1f4;
}

 .picnav ul li img{
    width: 100%;
    object-fit: cover;
}

/* 轮播 end*/



/* 评论 */
textarea{
	max-width: 97%;
	width: 99%;
	padding: 10px;
	background: #fff;
	  background-color: rgb(255, 255, 255);
	color: #606266;
	border: 1px solid #e5e5e5;
	  border-top-color: rgb(229, 229, 229);
	  border-right-color: rgb(229, 229, 229);
	  border-bottom-color: rgb(229, 229, 229);
	  border-left-color: rgb(229, 229, 229);
	transition: .2s ease-in-out;
	  transition-property: all;
	transition-property: color,background-color,border;
}

#pinlun-list{
	
}
#pinlun-list .litpic{
	width: 48px;
	height: 48px;
	object-fit: cover;
	border-radius: 50px;
	overflow: hidden;
}
#pinlun-list .litpic img{
	width: 100%;
}

#pinlun-list .comment-right{
	width: 86%;
	margin-left: 30px;
}

#pinlun-list .comment-right .author{
	font-weight: 700;
	font-size: 15px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	color: #606266;
}

/* 评论end */


/* 右侧产品信息 */
.content-box{
	font-family: arial;
	padding: 30px;
	color: var(--bse);
	background-color: var(--success);
	background-color: #edbc82;
}
.content-box b{
	font-size: 18px;
}

.content-box small{
	font-size: 12px;
	text-shadow: none;
	color: var(--bse);
	margin-left: 10px;
	text-decoration: line-through;
}
.content-box .wz-more{
	color: var(--bse);
	font-size: 14px;
	margin-top: 10px;
}

/* 右侧产品信息 end */

/* 主题信息 */

.content-info{
	color: var(--ase);
	font-size: 14px;
}
.content-info .t{
	width: 100px;
}
.content-info .k{
	
}



/* 代码框 */
.hljs {
	background: #2b2b2b;
}
pre {
	position: relative;
	padding: 10px;
	background: rgb(152 152 152 / 0.1);
	border-radius: 3px;
	border: 0;
	color: #6fbb72;
	padding-top: 30px;
	overflow-y: unset;
	margin: 10px 0;
}
pre::after {
	content: " ";
	position: absolute;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fc625d;
	width: 12px;
	height: 12px;
	top: 3px;
	left: 11px;
	margin-top: 8px;
	-webkit-box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
	box-shadow: 20px 0 #fdbc40, 40px 0 #35cd4b;
}

/* //代码框复制 */
.hljs-button {
	position: absolute;
	right: 4px;
	top: 4px;
	font-size: 12px;
	color: #ffffff;
	background-color: #9999AA;
	padding: 0px 8px;
	margin-right: 8px;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 2px 4px rgba(0,0,0,0.05), 0 2px 4px rgba(0,0,0,0.05);
}

.hljs-button:hover{
background-color: #6F6F6F;
}
/* 代码框 end */




