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

.layui-fluid,
.layui-main{
  padding: 0px;
  line-height: 32px;
  min-width: 1200px;
  margin: 0 auto;
}
:root{
  --theme-color:#029C0A;
  --light-theme-color:#58BE5D;
  --border-color:#D4D4D4;
  --white-color:#FFFFFF;
  --black-color:#000000;
  --deep-gray-color:#333333;
  --mid-gray-color:#666666;
  --light-gray-color:#999999;
  --special-color:#ff6600;
  --other-color:#ff0000;
  --bg-color:#EFF0F2;
}

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-wcolor{background-color:var(--white-color);}
.bg-theme-color{background-color: var(--theme-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;}
.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%;}
.fixh180 img{height: 180px;}
.fixh200 img{height: 200px;}
.fixh215 img{height: 215px;}
.fixh255 img{height: 255px;}
.fixh285 img{height: 285px;}

.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{

  margin: 5px 0;
}

.logo-nav,
.logo-nav-info{height: 110px;}
.logo-nav-logo,
.logo-nav li{line-height: 110px;}
.logo-nav{
  background-color: var(--theme-color);
  border-bottom: 3px solid var(--light-gray-color);
}
.logo-nav li{
  display: inline-block;
  position: relative;
}
.logo-nav li:hover,
.logo-nav li.on{
  height: 110px;
  justify-content: center;
  align-items: center;
  background: linear-gradient(var(--light-gray-color),var(--white-color),var(--light-gray-color));
  text-decoration: none;
  transform: skewX(-20deg);
}
.logo-nav li.on,
.logo-nav li.on a,
.logo-nav li:hover a{color:var(--theme-color);}
.logo-nav li:hover p,
.logo-nav li.on p{transform: skewX(20deg);}

.logo-nav-tel{
  height: 0;
  color: var(--white-color);
  border-bottom: 110px solid var(--light-theme-color);
  border-left: 40px solid transparent;
  padding-left: 0;
}
.logo-nav-info{
  background: url(../img/t_tel.png) left 48px no-repeat;
  padding: 25px 0 25px 40px;
}
.logo-nav-layer{
  position: absolute;
  z-index: 100;
  top: 110px;
  left: -300px;
  right: 0;
  margin: 0 auto;
  background-color: var(--white-color);
  border-bottom: 15px solid var(--theme-color);
}
.logo-nav-layer .one,
.logo-nav-layer .two,
.logo-nav-layer .three{margin: 20px;}
.logo-nav-layer .one p{
  border: 1px solid var(--light-gray-color);
  line-height: 42px;
  margin: 10px 30px;
}
.logo-nav-layer .one p:hover{background-color: var(--bg-color);}
.news-list{background-color: var(--bg-color);}
.news-list:not(:last-child){margin-bottom: 10px;}
.news-list:hover{background-color: var(--theme-color);}
.news-list:hover a{color: var(--white-color);}

.pcenter-img{position: relative;}
.pcenter-logo,
.pcenter-logobg{
  content:'';
  width: 100%;
  position: absolute;
  left:0;
  opacity: 0;
}
.pcenter-logobg{
  height: 100%;
  background-color: var(--black-color);
  top:0;
  z-index: 2;
}
.pcenter-logo{
  height: 60%;
  top:40%;
  z-index: 3;
}
.pcenter-list:hover .pcenter-logobg{opacity: .5;}
.pcenter-list:hover .pcenter-logo{opacity: 1;}

.pcenter-logo,
.pcenter-logobg{transition: all 0.5s ease;}

.pcenter-fenlei li{
  position: relative;
  display: inline-block;
  padding: 0 5px;
}
.pcenter-fenlei li:not(:last-child)::after{
  position: absolute;
  content: '|';
  right: -4px;
  color: var(--light-theme-color);
}

.info-content .title{
	background-color: var(--theme-color);
	font-size: 26px;
	font-weight: bold;
	line-height: 32px;
	color: var(--white-color);
	padding: 15px 0 15px 10px;
}
.info-content .title cite{
	font-size: 24px;
	float: right;
	padding-right: 20px;
}
.info-content .tinfo{
	line-height: 32px;
	border: 1px solid var(--bg-color);
}
.info-content ul.tinfo li{
	font-size: 18px;
	padding: 10px 15px;
	border-top: 1px solid var(--bg-color);
}
.info-content ul.tinfo li span{
	float: right;
	color: var(--light-gray-color);
}
.info-content ul.tinfo li.on,
.info-content ul.tinfo li:hover{
	border-left: 3px solid var(--theme-color);
}
.info-content ul.tinfo li.on a,
.info-content ul.tinfo li:hover a{
	color: var(--theme-color);
}
.info-content ul.tinfo li.on span,
.info-content ul.tinfo li:hover span{
	color: var(--theme-color);
}
.info-bcontent{
	border: 1px solid var(--bg-color);
	padding: 10px 15px;
}
.info-bcontent .title{
	font-size: 18px;
	line-height: 32px;
	color: var(--theme-color);
	padding: 5px 0;
	border-bottom: 1px solid var(--bg-color);
}
.info-bcontent .tinfo{
}
.info-bcontent div.tinfo p{
	font-size: 14px;
	line-height: 32px;
	padding: 2px 0px;
}
.info-bcontent div.tinfo img{
	width: 100%;
	border: 1px solid var(--bg-color);
}

.info-acontent {
	border-bottom: 1px solid var(--bg-color);
	padding-bottom: 10px;
}
.info-acontent .title{
	color:var(--theme-color);
	font-size: 16px;
	line-height: 22px;
	border-left: 3px solid var(--theme-color);
	padding-left: 20px;
}
.info-acontent i{
	color:var(--theme-color);
	font-weight: bold;
}
.infocontent{
	font-size: 16px;
	line-height: 32px;
}
.infocontent .listone{
	border: 1px solid var(--border-color);
}
.infocontent .listone:hover{
	box-shadow: 1px 2px 15px rgba(0,0,0,.2)
}
.infocontent h2{
	font-size: 22px;
	font-weight: bold;
}
.infocontent h3{
	font-size: 16px;
	line-height: 52px;
}
.dateview{
	border-width: 1px 0;
	border-style: dashed;
	border-color: var(--border-color);
	color: var(--light-gray-color);
	padding: 5px 0;
}
.updownlist{
	border-width: 1px 0;
	border-style: dashed;
	border-color: var(--border-color);
	padding: 5px 0;
	line-height: 42px;
	font-size: 16px;
	margin: 50px 0 0 0;
}
.updownlist p{
	width: 49.72%;
	display: inline-block;
}
.updownlist p:nth-child(2){
	text-align: right;
}
.updownlist span{
	color: var(--light-gray-color);
}
.site-more3{font-size: 0; margin-top: 8px;}
.site-more3 a{
	position: relative;
	height: 32px; 
	line-height: 32px;
	background-color: var(--theme-color); 
	font-size: 26px; 
	color: var(--white-color);
}
.site-more3 a span{
	font-size: 26px; 
}
.site-more3 a.ml{ 
	padding: 10px 8%; 
	border-right: 1px solid var(--white-color);
}
.site-more3 a.mr{ 
	padding: 10px 8%; 
}
.site-more3:hover a{
	background-color: var(--special-color);
	transition: all .5s; 
	-webkit-transition: all .5s;
}

.news-list-one1{
	padding: 20px 0px;
	border-bottom: 1px dotted var(--border-color);
}
.news-list-one1 .layui-panel{
	padding: 5px;
	overflow: hidden;
	border-bottom: 1px solid var(--border-color);
}
.news-list-one1 .img{
	overflow: hidden;
}
.news-list-one1 img{
	width: 100%;
	transition: all 2s;
}
.news-list-one1:hover img{
	transform:scale(1.2);	
}
.news-list-one1:hover .title a{
	color: var(--theme-color);
}
.news-list-one1 .title{
	font-size: 20px;
	line-height: 42px;
}
.news-list-one1 .datetime{
	font-size: 16px;
	line-height: 24px;
}
.news-list-one1 .datetime .author{
	padding-left:20px;
}
.news-list-one1 .info{
	font-size: 14px;
	margin-bottom: 15px;
	line-height: 32px;
	height: 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list-one1 .info a,
.news-list-one1 .datetime a{
	color: var(--light-gray-color);
}

.tabs{margin: 0px;}
.tabs-brief>.layui-tab-more li.layui-this:after,
.tabs-brief>.tabs-title .layui-this:after {
  height: 78px;
  border:1px solid #C9033B;
}
.tabs-brief[overflow]>.tabs-title .layui-this:after {top: 0px}
.tabs-title {
  margin-top: 5px;
  height: 78px; 
  border: none;
}
.tabs-title li {
  height: 78px;
  padding: 2px;
}
.tabs-title li:not(:first-child) {margin-left: 3.2px;}
.tabs-title li img{height: 74px;}
.tabs-content{padding: 0px;}
.tabs-content .layui-tab-item img{width: 100%;}

[class^="pagediv"] a,[class^="pagediv"] span{
	padding: 10px 15px;
	border: 1px solid var(--border-color);
	background-color: var(--white-color);
	color: var(--mid-gray-color);
}
.pagediv a:hover,
.pagediv .cpage{
	background-color: var(--theme-color);
	color: var(--white-color);
}
.mainp-list h3,
.mainp-list h3:before{transition: all 0.5s ease;}
.mainp-list h3{
  display: block;
  position: relative;
  overflow: hidden;
  background-color: var(--bg-color);
  z-index: 2;
}
.mainp-list h3:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--theme-color);
  left: 0;
  top: 100%;
  z-index: -1;
}
.mainp-list.on h3{color: var(--white-color);}
.mainp-list.on h3,
.mainp-list:hover h3{background-color: var(--special-color);}
.mainp-list.on h3:before,
.mainp-list:hover h3:before {top: 0;}

.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(--theme-color);
	}
.gyus-icon .code{
	font-size: 14px; 
	line-height:22px;
}

.footer-bg{background-color: var(--light-theme-color);}
.footer > div{height: 180px; padding: 0 30px;}
.footer > div:not(:last-child){border-right: 1px dashed var(--border-color);}
.footer-copy-bg{background-color: var(--deep-gray-color);}


.sy_cpzs{ width:100%; height:auto; overflow:hidden;}
.sy_cpzs li{ width:280px; height:auto; float:left; overflow:hidden; margin-right:20px; overflow:hidden; margin-bottom:20px;}
.sy_cpzs li img{ width:280px; height:210px; float:left;}
.sy_cpzs li span{ width:100%; height:40px; line-height:40px; float:left; text-align:center; overflow:hidden; background:#eff0f2; color:#333; font-size:14px; font-weight:bold;}
.sy_cpzs li:hover span{ background-color: var(--theme-color); color:#fff;}

.sy_cpzs ul a { width:100%; display:block;}

.plistbox{ width:165px; padding:7px 7px;  text-align:center; font-size:14px; font-weight:700; overflow:hidden;}
.plistbox:hover{ width:165px;   background:#f3fbff; padding:7px 7px;  text-align:center; font-size:14px; font-weight:700;}
.plistbox:hover span { background:#f7f7f7; padding:5px 5px; color:#000; font-weight:700;}
.plistbox img { margin-bottom:10px; width:165px; height:120px}
.plistbox h3 { margin-bottom:25px; font-size:16px; font-weight:400;}
.plistbox span { background-color: var(--theme-color); color:#FFF;   padding:5px 5px;   display:block;}

.cl { clear:both;}
