@charset "utf-8";
/* CSS Document @woniu*/
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
}
.layui-fluid,
.layui-main{
  padding: 0px;
  line-height: 32px;
  min-width: 1200px;
  margin: 0 auto;
}
:root{
  --theme-color:#0051A3;
	--mid-theme-color:#CBD5E6;
  --light-theme-color:#3D7CC0;
  --border-color:#D4D4D4;
  --white-color:#FFFFFF;
  --black-color:#000000;
  --deep-gray-color:#333333;
  --mid-gray-color:#666666;
  --light-gray-color:#999999;
  --special-color:#F29700;
  --other-color:#ff0000;
	--light-other-color:#FF4A48;
  --bg-color:#F4F6F7;
}
.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);}

.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.bslink
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.bslink:hover,
a.wslink:hover{color: var(--special-color);}
a.mmlink,
a.mmlink:hover{color: var(--mid-theme-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;}

.layui-col-space50 {margin: -25px}
.layui-col-space50>* {padding: 25px}

.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;}

.fsizesmall{font-size: 0.5rem;}
.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;}

.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;
}

.mainp-list h3,
.mainp-list h3:before,
.pcenter-logo,
.pcenter-logobg,
.goal-list-bg:before,
.goal-btn,
.goal-btn span,
.factory-list h2{transition: all 0.5s ease;}

.more-btn{
  display: inline-block;
  padding: 12px 45px;
  background-color: var(--special-color);
  border-radius: 4px;
  margin-top: 60px;
}

#menu{
  height:95px;
  position:relative;
  z-index:10;
  top:-6px;
}
.wnlevel{
  height:95px; 
  display:inline-block;
  position:relative;
}
.wnlevel:not(:last-child)::after{
  content:''; 
  height: 95px; 
  width: 1px; 
  background:linear-gradient(to top,var(--white-color) 40%,var(--theme-color),var(--white-color) 60%);
  position:absolute;
  right: 0;top: 0;
}
.wnlevel span a{
  height:95px; 
  line-height:95px; 
  display:block;
  font-size:16px;
}
.wnlevel span a:hover,
.wnlevel.active span a,
.wnlevel.on span a{
  color:var(--theme-color);
  font-weight:bold;
}
.wnlevel.on span a::after{
  content: '';
  position: absolute;
  top:70%;
  left: 20%;
  width: 60%;
  height: 2px;
  background: var(--theme-color);
}
.wnlevel ul {
  display:none; 
  position:absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 81px;
  z-index: 100;
}
.wnlevel li {
  height:40px;
  line-height:40px;
  background-color:var(--theme-color); 
  width:100%;
  cursor:pointer;
}
.wnlevel li:not(:last-child){margin-bottom: 1px;}
.wnlevel li a{color:var(--white-color);}
.wnlevel li:hover{background:var(--light-theme-color);}
.wntriangle{  
  position: relative;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px;
  border-top-width: 0;
  border-color: transparent;
  border-bottom-color: var(--theme-color);
}
.header-phone{line-height: 85px;}

.hot-search-bg{background: linear-gradient(to right,var(--theme-color) 0 63%,var(--special-color) 63% 100%);}

.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:hover h3{background-color: var(--special-color);}
.mainp-list:hover h3:before {top: 0;}

.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;}

.goal-list-bg{
  width: 386.666px;
  height: 550px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.goal-list-bg:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: var(--theme-color);
	z-index: -1;
}
.goal-list-bg:hover:before{
  width: 100%;
  left: 0;
}
.goal-list{padding: 40px 30px;}
.goal-info{height: 300px;}
.goal-btn{
  font-size: 0px;
  width: 10px;
  height: 32px;
  overflow: hidden;
  border: 1px solid var(--white-color);
  padding: 0 14px;
  border-radius: 5px;
  margin-top: 120px;
  position: relative;
}

.goal-btn i{
  transform: rotate(180deg);
  display: inline-block;
  position: absolute;
  right: 7px;
  top: 0;
}
.goal-btn span{
  opacity: 0;
}
.goal-list-bg:hover .goal-btn{
  font-size: 14px;
  width: 80px;
  background-color: var(--special-color);
}
.goal-list-bg:hover .goal-btn span{opacity: 1;}

.contactus_bg{
  height: 215px;
  padding-top: 85px;
  background: url(../img/contactus_bg.jpg) center top no-repeat;
}
.contactus_bg i{display: inline-block;}
.contactus_bg p{
  border: 1px solid var(--light-theme-color);
  border-radius: 60px;
}
.contactus_bg button{
  background-color: var(--special-color);
  padding: 12px 40px;
  float: right;
  border: none;
  border-radius: 60px;
}

.factory-cont{position: relative;}
.factory-cont > div:nth-child(5){
  position: absolute; 
  top: 275.5px;
}
.factory-cont > div:nth-child(2) .factory-list{height: 501px;}
.factory-list{
  height: 238px;
  background-color: var(--theme-color);
  position: relative;
}
.factory-link{padding: 40px;}
.factory-list h2{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  line-height: 60px;
  background: linear-gradient(to top,var(--black-color),transparent);
}
.factory-list:hover h2{height: 100px;}

.good-bg{background-color: var(--theme-color);}
.good-bgimg{
  position: relative; 
  min-height: 776px;
}
.good-title{
  position: absolute;
  width: 380px;
  height: 260px;
  background-color: rgba(0,81,163,.9);
  top: 30%;left: 30%;
}
.good-title h2 i{
  font-size: 100px;
  color: var(--special-color);
  margin: 0 12px 0 1px;
}
.good-list{
  width: 515px;
  margin: 65px 0 auto 85px;
}
.good-list-img{
  border: 3px solid var(--white-color);
  border-radius: 4px;
}

.liucheng-bg{
  background: url(../img/liucheng_bg.jpg) top center no-repeat;
}

.sixborder{
  width: 126px;
  position: relative;
  display: inline-block;
  margin: 0 20.8px;
}
.sb-tb,
.sb-rt-lb,
.sb-lt-rb{
  border-top: 1px solid var(--light-theme-color);
  border-bottom: 1px solid var(--light-theme-color);
}
.sb-tb{
  width: 75px;
  height: 130px;
  margin: 0 auto;
}
.sb-rt-lb{
  position: absolute;
  width: 75px;
  height: 130px;
  left: 25px;
  top: 0;
  transform: translate(-50%,-50%);
  transform: rotate(60deg);
}
.sb-lt-rb{
  position: absolute;
  width: 75px;
  height: 130px;
  left: 25px;
  top: 0;
  transform: translate(-50%,-50%);
  transform: rotate(300deg);
}
.sixborder:hover .sb-tb,
.sixborder:hover .sb-rt-lb,
.sixborder:hover .sb-lt-rb{
  background-color: var(--special-color);
  opacity: .9;
}
.sixborder i{
  position: absolute;
  top: 22%;
  left: 32%;
  z-index: 5;
  font-size: 40px
}

.about-bg{
  padding-bottom: 65px;
  background: url(../img/about-bg.jpg) bottom center no-repeat;
}
.about-main-bg{padding: 66px;}
.about-main-bg ul{
  margin-top: 26px;
  columns: 3 auto;
  column-gap: 3%;
  column-rule:1px solid var(--light-gray-color);
}
.newstime{border-right: 1px solid var(--light-gray-color);}
.footer-bg{background-color:#323437;}

.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);
}

.pcontent-title{ margin: 30px 0 20px;}
.pcontent-title fieldset{border: none; padding: 0; border-top: 1px solid var(--border-color);}
.pcontent-title fieldset legend{padding: 0 10px; font-size: 22px; font-weight: 300; margin: 0 auto;}

[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);
}

#catmenu a{ color:#d00; font-weight:700;}