@charset "utf-8";
/* CSS Document @woniu*/

.layui-fluid,
.layui-main{
  padding: 0px;
  line-height: 32px;
  min-width: 1200px;
  margin: 0 auto;
}
:root{
  --theme-color:#65BE2E;
  --light-theme-color:#5AA929;
  --border-color:#D4D4D4;
  --white-color:#FFFFFF;
  --black-color:#000000;
  --deep-gray-color:#333333;
  --mid-gray-color:#666666;
  --light-gray-color:#999999;
  --special-color:#0E75BD;
  --other-color:#FB7E06;
  --bg-color:#EFF0F2;
  --light-bg-color:#F8F9FA;
}

body{
  font: 400 0.875rem/1.8 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif
}

.color-white{color: var(--white-color);}
.color-deep-gray{color: var(--deep-gray-color);}
.color-light-gray{color: var(--light-gray-color);}
.color-theme{color: var(--theme-color);}
.color-special{color: var(--special-color);}
.bg-color{background-color:var(--bg-color);}
.bg-theme-color{background-color:var(--theme-color);}
.bg-wcolor{background-color:var(--white-color);}

.wwbreadcrumb a,
.wwbreadcrumb a:hover,
.wwbreadcrumb span[lay-separator]{color: var(--white-color)!important;}
.breadcrumb a,
.breadcrumb span[lay-separator]{color: var(--mid-gray-color)!important;}
.breadcrumb a:hover{color: var(--theme-color)!important;}

a.wslink,
a.wlink,
a.wllink,
a.wwlink,
a.wwlink:hover,
a.bwlink:hover{color: var(--white-color);}
a.bwlink{color: var(--black-color);}
a.dglink{color: var(--deep-gray-color);}
a.mglink{color: var(--mid-gray-color);}
a.lglink{color: var(--light-gray-color);}
a.clink,
a:hover{color: var(--theme-color);}
a.wllink:hover{color: var(--light-theme-color);}
a.wslink:hover{color: var(--special-color);}

.bordersb1{border-bottom: 1px solid var(--border-color);}
.bordersb2{border-bottom: 2px solid var(--border-color);}
.borderdb1{border-bottom: 1px dashed var(--border-color);}
.borderdb2{border-bottom: 2px dashed var(--border-color);}

.borderdall1{border: 1px dashed var(--border-color);}
.bordersall1{border: 1px solid var(--border-color);}

.borderstb1{
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--border-color);
}
.borderdtb1{
  border-width: 1px 0;
  border-style: dashed;
  border-color: var(--border-color);
}

.borderall-double3{border: 3px double var(--border-color);}
.borderb3-double3{
  border-width: 0 0 3px 0;
  border-style: double;
  border-color: var(--border-color);
}

hr {
	border-bottom: 1px solid var(--border-color) !important;
}

.ptop5{padding-top: 5px;}
.ptop10{padding-top: 10px;}
.ptop15{padding-top: 15px;}
.ptop20{padding-top: 20px;}
.ptop30{padding-top: 30px;}
.ptop50{padding-top: 50px;}
.pbottom5{padding-bottom: 5px;}
.pbottom10{padding-bottom: 10px;}
.pbottom15{padding-bottom: 15px;}
.pbottom20{padding-bottom: 20px;}
.ptb5{padding-top:5px; padding-bottom: 5px;}
.ptb10{padding-top:10px; padding-bottom: 10px;}
.ptb15{padding-top:15px; padding-bottom: 15px;}
.ptb20{padding-top:20px; padding-bottom: 20px;}
.ptb30{padding-top:30px; padding-bottom: 30px;}
.ptb50{padding-top:50px; padding-bottom: 50px;}

.pl5{padding-left: 5px;}
.pl10{padding-left: 10px;}
.pl15{padding-left: 15px;}
.pl20{padding-left: 20px;}
.pr5{padding-right: 5px;}
.pr10{padding-right: 10px;}
.pr15{padding-right: 15px;}
.pr20{padding-right: 20px;}
.plr5{padding-left:5px;padding-right:5px;}
.plr10{padding-left:10px;padding-right:10px;}
.plr15{padding-left:15px;padding-right:15px;}
.plr20{padding-left:20px;padding-right:20px;}

.pall5{padding: 5px;}
.pall10{padding: 10px;}
.pall15{padding: 15px;}
.pall20{padding: 20px;}

.mtop5{margin-top: 5px;}
.mtop10{margin-top: 10px;}
.mtop15{margin-top: 15px;}
.mtop20{margin-top: 20px;}
.mtop30{margin-top: 30px;}
.mtop50{margin-top: 50px;}
.mbottom5{margin-bottom: 5px;}
.mbottom10{margin-bottom: 10px;}
.mbottom15{margin-bottom: 15px;}
.mbottom20{margin-bottom: 20px;}
.mtb5{margin-top: 5px; margin-bottom: 5px;}
.mtb10{margin-top: 10px; margin-bottom: 10px;}
.mtb15{margin-top: 15px; margin-bottom: 15px;}
.mtb20{margin-top: 20px; margin-bottom: 20px;}
.mtb30{margin-top: 30px; margin-bottom: 30px;}

.ml5{margin-left: 5px;}
.ml10{margin-left: 10px;}
.ml15{margin-left: 15px;}
.ml20{margin-left: 20px;}
.mr5{margin-right: 5px;}
.mr10{margin-right: 10px;}
.mr15{margin-right: 15px;}
.mr20{margin-right: 20px;}
.mlr5{margin-left: 5px; margin-right: 5px;}
.mlr10{margin-left: 10px; margin-right: 10px;}
.mlr15{margin-left: 15px; margin-right: 15px;}
.mlr20{margin-left: 20px; margin-right: 20px;}

.mall5{margin: 5px;}
.mall10{margin: 10px;}
.mall15{margin: 15px;}
.mall20{margin: 20px;}

.fr{float: right;}
.fl{float: left;}

.fw{font-weight: bold;}
.fn{font-weight: normal;}

.tleft{text-align: left;}
.tright{text-align: right; margin-top:20px;}
.tcenter{text-align: center;}

.lh22{line-height: 22px;}
.lh42{line-height: 42px;}
.lh52{line-height: 52px;}
.lh62{line-height: 62px;}
.lh72{line-height: 72px;}
.lh82{line-height: 82px;}

.fsize12{font-size: 12px;}
.fsize16{font-size: 16px;}
.fsize18{font-size: 18px;}
.fsize20{font-size: 20px;}
.fsize22{font-size: 22px;}
.fsize24{font-size: 24px;}
.fsize26{font-size: 26px;}
.fsize30{font-size: 30px;}
.fsize32{font-size: 32px;}
.fsize36{font-size: 36px;}
.fsize40{font-size: 40px;}


.imgbfb{width: 100%;}
.imgbf80{width: 80%;}
.imgbf60{width: 60%;}
.imgbf40{width: 40%;}
.imgh140{height: 140px;}
.imgh160{height: 160px;}
.imgh180{height: 180px;}
.imgh200{height: 200px;}

.imgwbfb img{width: 100%;}
.imgwbfb-fixh140 img{
  width: 100%;
  height: 200px;
}
.imgwbfb-fixh200 img{
  width: 100%;
  height: 200px;
}
.imgwbfb-fixh215 img{
  width: 100%;
  height: 215px;
}

.elip4,
.elip3,
.elip2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.elip4{-webkit-line-clamp: 4;}
.elip3{-webkit-line-clamp: 3;}
.elip2{-webkit-line-clamp: 2;}

.hideelement{display: none;}

.enlargeimg{overflow: hidden;}
.enlargeimg img{transition: all .5s;}
.enlargeimg:hover img{
  transform: scale(1.1);
  transition: all .5s;
}

.details-table table{
  width: 100%;
  border-collapse: collapse;
}
.details-table table,
.details-table th,
.details-table td{
  padding-left: 10px;
  border: 1px solid var(--border-color);
}
.details-table table th,
.details-table table td:first-child{
  font-size: 16px;
  line-height: 42px;
  text-align: center;
  font-weight: bold;
}
.details-table img{
  width: 100%;
  margin: 5px 0;
}

.big-nav-bg{
  background: linear-gradient(to top,var(--light-gray-color) 0 4px,var(--theme-color) 4.001px 100%);
}
.big-nav{display: inline-block;}
.big-nav li{
  margin: 0;
  padding: 0;
  display: inline-block;
}
.big-nav li:hover,
.big-nav li.on{background-color: var(--light-theme-color);}

.lanmu-title p{
	width: auto;
	display: inline-block;
}

.product-title{
	height: 71px;
	background: url(../img/tz.png) top center no-repeat;
}
.product-title p{
	width: auto;
	line-height: 64px;
	display: inline-block;
	font-weight: bold;
}
.product-title p:nth-child(2){
	font-size: 24px;
	padding-left: 10px;
}
.product-title p:nth-child(3){
	font-size: 18px;
}

.pr-list{
	padding: 30px 0;
}
.pr-list-one{
	padding: 5px;
}
.pr-list-one:hover{
	box-shadow:0px 0px 10px var(--mid-gray-color);
}
.pr-list-one h2{
	font-size: 18px;
	line-height: 42px;
}

.aboutcont{
	padding: 10px 40px 10px 10px;
	margin-right: 50px;
	position: relative;
	background-color: var(--bg-color);
}
.aboutcont p{
	padding: 10px 0;
}
.aboutcont span{
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px;
	color: var(--border-color);
	font-size: 30px;
	background-color: var(--bg-color);
}
.aboutcont:hover span{
	background-color: var(--theme-color);
	color: var(--white-color);
}
.gyus-icon{
	position: relative;
	padding: 10px;
	margin-right: 50px;
}
.gyus-icon li{
	width:25%; 
	float: left; 
	text-align: center;
	position: relative;
}
.gyus-icon li .icon{
	width: 74px; 
	height: 74px; 
	line-height: 74px; 
	margin: 0 auto 10px; 
	border-radius: 50%; 
	background-color: var(--other-color);
	}
.gyus-icon .code{
	font-size: 14px; 
	line-height:22px;
}

.ysrow{
	background: url(../img/4youshi.jpg) center top no-repeat;
	padding-top: 215px;
}

.ysrowcon > div:nth-child(odd){
	background-color: var(--bg-color);
}

.ysrowcon > div{
	padding: 20px;
}
.ysrowcon > div p{
	font-size: 14px;
	line-height: 26px;
}
.ysrowcon > div p.title{
	font-size: 28px;
	text-align: center;
	line-height: 26px;
}
.ysrowcon > div p.title span{
	color: red;
}
.ysrowcon > div > p.title:nth-child(even){
	padding-top: 15px;
}
.ysrowcon > div:nth-child(even)> p > img{
	padding-top: 15px;
}

.ysrowcon > div:hover{
	background-color:var(--theme-color);
}

.ysrowcon > div:hover img{
	transform:scale(1.2);
}

.ysrowcon > div img{
	transition: all 2s;
	width: 100%;
}

.newinfo-list{
	padding: 30px 0;
}
.info-list-one{
	padding: 10px;
	overflow: hidden;
}
.info-list-one:hover{
	box-shadow:0px 0px 10px var(--mid-gray-color);
}
.info-list-one h2{
	font-size: 18px;
	font-weight: bold;
	line-height: 62px;
}
.info-list-one p{
	font-size: 12px;
	background-color: var(--theme-color);
}

.boost-img img{
	transition: all .4s;
}
.boost-img:hover img{
	transform: scale(1.02);
	transition: all .4s;
}
.liucheng-bg{background-color: var(--light-bg-color);}
.liucheng-cont{position: relative;}
.liucheng-cont hr{
  position: absolute;
  display: inline-block;
  width: 80%;
  top: 56px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.liucheng-list li{
  display: inline-block;
  position: relative;
  width: calc(100% / 5 - 10px);
}
.liucheng-icon{
  width: 100px;
  height: 100px;
  line-height: 100px;
  border: 4px solid var(--other-color);
  background-color: var(--white-color);
  border-radius: 50%;
  margin: 0 auto;
}
.liucheng-icon i{
  color: var(--other-color);
}
.liucheng-wayicon{
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid var(--border-color);
  background-color: var(--white-color);
  border-radius: 50%;
  position: absolute;
  top: 44px;
  left: 220px;
  right: 0;
}

.fustextfbg {
	background-color: var(--theme-color);
	padding-top: 6px;
}
.fustextfbg1 {
	padding-bottom: 60px;
	background-color: var(--bg-color);
}

.fustext {
	line-height: 30px;
	padding: 40px 0px 40px 0px;
	font-size: 14px;
}
.fustext div:nth-child(1){
	border-right:1px solid var(--white-color);
	line-height: 32px;
}
.fustext div:nth-child(2){
	border-right:1px solid var(--white-color);
	padding: 0 3% 0 3%;
}
.fustext div:nth-child(3){
	padding: 0 3% 0 3%;
}
.fustext div:nth-child(1) span{
	width: 100%;
	display: inline-block;
}
.fustext div:nth-child(2) span.title,.fustext div:nth-child(3) span.title{
	width: 100%;
	float: left;
	position: relative;
	padding-bottom: 5px;
}
.fustext div:nth-child(2) span:not(.title){
	width: 50%;
	float: left;
	position: relative;
}
.fustext div:nth-child(3) span:not(.title){
	width: 100%;
	float: left;
	position: relative;
}

.fustext div span.title{
	font-size: 20px;
}
.fustext div:nth-child(4){
	border-left:1px solid var(--white-color);
}

.fustext .rcode span{
	float: left;
	position: relative;
	width: 78%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	margin-left: 12%;
}

.fustext .rcode span img{
	width: 90%;
}

.fustextbombg {
	z-index: 4444;
	bottom: 0; 
	left: 0;
	right: 0;
	position: fixed;
	background-color: var(--theme-color);
}
.fustextbom {
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	height: 52px;
	line-height: 62px;
}
.fustextbom a{
	padding-left: 20px;
	color: #FFF;
}

.rfloatbox{
	width: 160px;
	top:200px;
	right: -110px;
	height:150px;
}
.rfloatbox ul li a{
	color: #fff;
}
.rfloatbox ul li{
	width: 100%;
	font-size: 16px;
	line-height: 46px;
	text-align: left;
	min-height: 50px;
	background-color: var(--theme-color);
	overflow: hidden;
}
.rfloatbox ul li img{
	width: 130px;
	padding: 0 15px;
	margin-top: 5px;
}
.rfloatbox ul li i{
	font-size: 30px;
	line-height: 30px;
	vertical-align: middle;
	padding: 2px 8px;
	margin: 0;
}

.page-two-nav li{
  padding: 5px 40px;
  display: inline-block;
  background-color: var(--theme-color);
}
.page-two-nav li.on,
.page-two-nav li:hover{
  font-weight: bold;
  background-color: var(--other-color);
}
.bordertbd-double2{
  height: 2px;
  border-style: dashed;
  border-color: var(--border-color);
  border-width: 1px 0;
}

.info-list li {
  border-bottom: 1px dotted var(--light-gray-color);
}
.info-list i{
  font-size: 12px;
  color: var(--deep-theme-color);
}
.info-list-info{
  padding: 20px 0px;
  border-bottom: 1px dotted var(--border-color);
}
.info-list-info .layui-panel{
  padding: 5px;
  overflow: hidden;
  border-bottom: 1px solid var(--border-color);
}
.info-list-info:hover .title a{
  color:var(--theme-color);
}
.info-list-info .title{
  font-size: 20px;
  font-weight: bold;
  line-height: 42px;
}
.info-list-info .datetime{
  font-size: 16px;
  line-height: 24px;
}
.info-list-info .datetime .more{
  font-size: 14px;
  line-height: 24px;
  background-color: var(--theme-color);
  padding: 2px 10px;
  float: right;
  color: #FFFFFF;
}
.info-list-info .datetime .author{
  padding-left:20px;
}
.info-list-info .info{
  font-size: 14px;
  line-height: 32px;
  height: 110px;
}

.wpagingn a,
.wpagingn span{
  padding: 0 10px;
  line-height: 42px;
  font-size: 16px;
  color: var(--deep-gray-color);
}
.wpagingn a:hover,
.wpagingn .cpage{color: var(--theme-color);}

.prenext-page-pre,
.prenext-page-next{color: var(--light-gray-color);}

.panel-title{background-color: var(--theme-color);}
.product-ctree{border: 1px solid var(--bg-color);}
.product-ctree li,
.product-ctree-dadcat{padding-left: 15px;}
.product-ctree li{background-color: var(--light-bg-color);}
.product-ctree li:hover,
.product-ctree .on{
  color: var(--white-color);
  background-color: var(--other-color);
}
.product-ctree-dadcat{
  color: var(--white-color);
  background-color: var(--theme-color);
}
.product-ctree a:not(:last-child) li{border-bottom: 1px solid var(--white-color);}
