/****top*****/
.header {
	position: fixed;
	width: 100%;
	height: 110px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	transition: 0.45s;
	background:rgba(0, 0, 0, .5);
}

.head-wrap {
	position: relative;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 2%;
}

.header.active {
	background: #fff;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.header.active .hlimg1 {
	display: none;
}

.header.active .hlimg2 {
	display: inline-block;
}

.header.active .yj-bot .yj-link {
	color: #333;
}

.header.active .yj-bot li.active .yj-link {
	color: #468d06;
}

.head-logo {
	float: left;
	height: 110px;
}

.head-logo a {
	display: block;
}

.head-logo img {
	margin-top: 20px;
}

.hlimg1 {
	display: block;
	height:70px;
}

.hlimg2 {
	display: none;
	height:70px;
}

.header .nav {
	position: relative;
	float: right;
}

.header .yj-bot {
	float: left;
}

.header .yj-bot li {
	position: relative;
	display: inline-block;
	vertical-align: top;
	transition: 0.35s;
	text-align: center;
	z-index: 10;
}

.header .yj-bot .yj-link {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 16px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	margin: 0 17px;
	z-index: 3;
	line-height:110px;
}

.header .yj-bot li.active .yj-link {
	color: #74b539;
}

.header .nav li:hover .ej-list {
	transition: 0.45s;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ej-list.active {
	opacity: 1;
	visibility: visible;
}

.ej-list {
	position: absolute;
	z-index: 10;
	width: 100%;
	transform: translateY(20px);
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	text-align: left;
	box-sizing: border-box;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
}

.el-link {
	position: relative;
	display: block;
	color: #000;
	font-size: 16px;
	box-sizing: border-box;
	border-bottom:1px solid #eee;
	padding: 15px 0 15px 0px;
	text-align:center;
}

.el-link img{
	vertical-align:middle;
	width:20px;
	margin-right:10px;
}

.el-link:hover {
	background-color:#efefef;
	cursor:pointer;
	color:#4ca100;
}

.menu-handler {
	position: fixed;
	right: 0;
	top: 0;
	width: 55px;
	height: 75px;
	display: none;
	cursor: pointer;
	z-index: 1010;
	transition: 0.35s;
}

.menu-handler span {
	position: relative;
	display: block;
	margin: 37.5px 0 0 17.5px;
	width: 10px;
	height: 2px;
	background-color: #74b539;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s;
}

.menu-handler span:after,
.menu-handler span:before {
	content: "";
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 2px;
	left: 0;
	background-color: #74b539;
	-webkit-transition-duration: .3s, .3s;
	-moz-transition-duration: .3s, .3s;
	-ms-transition-duration: .3s, .3s;
	-o-transition-duration: .3s, .3s;
	transition-duration: .3s, .3s;
	-webkit-transition-delay: .3s, 0s;
	-moz-transition-delay: .3s, 0s;
	-ms-transition-delay: .3s, 0s;
	-o-transition-delay: .3s, 0s;
	transition-delay: .3s, 0s
}

.menu-handler span:before {
	top: -7px;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.menu-handler span:after {
	bottom: -7px;
	-webkit-transition-property: bottom, transform;
	-moz-transition-property: bottom, transform;
	-ms-transition-property: bottom, transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
}

.menu-handler.active span {
	height: 2px;
	background-color: transparent;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	-ms-transition-delay: 0s, 0s;
	-o-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s
}

.menu-handler.active span:after,
.menu-handler.active span:before {
	-webkit-transition-delay: 0s, .3s;
	-moz-transition-delay: 0s, .3s;
	-ms-transition-delay: 0s, .3s;
	-o-transition-delay: 0s, .3s;
	transition-delay: 0s, .3s;
}

.menu-handler.active span:before {
	top: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.menu-handler.active span:after {
	bottom: 0;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.menu-handler.active {
	top: 0;
}

.mob_hig{ display:none;}

.menuBox a:link,
.menuBox a:visited {
	color: #333333;
}

.menuMoblie .nav-link.active,
.menuMoblie .cur .nav-link,
.menuMoblie .nav-link:hover {
	background: #74b539;
}

.menuMoblie .nav-link:active i,
.menuMoblie .nav-link:hover i {
	color: #fff;
	transform: rotate(90deg);
}

.menuBox a:active,
.menuBox a:hover,
.menuMoblie .cur .nav-link {
	color: #fff;
}

.menuBox {
	border-top: 1px solid #e4e4e4;
	background-color: #fff;
	color: #333333;
	position: fixed;
	display: none;
	right: 0px;
	top: 75px;
	width: 100%;
	height: 100%;
	height: 100vh;
	overflow-x: hidden;
	overflow-y: auto;
	-moz-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-overflow-scrolling: touch;
	z-index: 1008;
	-webkit-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-ms-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .5s cubic-bezier(.25, .46, .45, .94);
	transition: all .5s cubic-bezier(.25, .46, .45, .94);
}

.menuMoblie {
	margin: 0 0 100px 0;
}

.menuMoblie .nav-link {
	position: relative;
	display: block;
	font-size: 18px;
	padding: 14px 5% 14px 10%;
}

.menuMoblie .nav-link i {
	float: right;
	color: #b1b1b1;
	font-size: 20px;
	vertical-align: middle;
}

.menuMoblie li {
	opacity: 0;
	visibility: hidden;
	transition: 0.55s;
	transform: scale(1.1) translateX(100px);
	border-bottom: 1px solid #e4e4e4;
}

.menuMoblie li:nth-child(1) {
	transition-delay: 0;
}

.menuMoblie li:nth-child(2) {
	transition-delay: 0.1s;
}

.menuMoblie li:nth-child(3) {
	transition-delay: 0.2s;
}

.menuMoblie li:nth-child(4) {
	transition-delay: 0.3s;
}

.menuMoblie li:nth-child(5) {
	transition-delay: 0.4s;
}

.menuMoblie li:nth-child(6) {
	transition-delay: 0.5s;
}

.menuMoblie li:nth-child(7) {
	transition-delay: 0.6s;
}

.menuMoblie .subnav {
	background:#f9f9f9;
	display: none;
}

.menuMoblie .subnav .item {
	display: block;
	padding: 12px 5% 12px 15%;
	border-top:1px solid #dddddd;
}

.menuMoblie .subnav .item:active a,
.menuMoblie .subnav .item:hover a {
	/*background: #999;*/
	color: #74b539;
}

.menuMoblie .subnav a {
	position: relative;
	display: block;
	line-height: 1.5;
	font-size: 16px;
	color: #418907;
}

.menuMoblie font{
	display:block;
	font-size: 12px;
	padding-top:7px;
	color:#9f9f9f;
}

.menuOpen .menuBox {
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.menuOpen .menuBox li {
	opacity: 1;
	visibility: visible;
	transform: scale(1) translateX(0);
}

/*电话*/
.tel_bj {background:rgba(255, 255, 255, .2);float: right;margin-top: 35px; padding:7px 20px;border-radius:20px;}
.tel_bj .phone{ padding-left: 30px; background: url(../images/tel.png) no-repeat left center;font-size: 18px; color: #fff; font-style:italic;}

.header.active .tel_bj {background:rgba(130, 179, 24, 1);}

/***************底部**********************/
.ylink{ background-color:#638d08; color:#fff; font-size:16px; padding:15px 0;}
.ylink h5{ float:left; width:85px; font-size:16px; color:#fff; line-height:180%;}
.ylink a{ color:#fff;line-height:180%; margin-right:15px; font-size:16px;}
.ylink a:hover{ color:#fff000;}
.fot_mob{ display:none;}

.btomm{background:#131313;}
.cont_foot {max-width: 1400px; margin:0 auto; padding:0 2%;}
.ewm { margin:0 5px; text-align:center; color:#FFF;}
.x_dz{ display:none;}

.footer{ width:100%; padding:50px 0;}
.footer ul li{ }

.footer ul .faght_a{width:30%;float:left;}
.footer ul .faght_b{width:20%;float:left;}
.footer ul .faght_c{width:26%;float:left;}
.footer ul .faght_d{width:270px;float:right;}

.footer ul li dl dt{ font-size:24px; color:#fff; line-height:32px;}
.footer ul li dl dt font{ font-size:20px;}
.footer ul li dl dd{ float:left; margin-top:17px;} 
.footer ul li dl dd .p{ float:left; padding-left:55px; position:relative; line-height:38px; margin-top:10px;}
.footer ul li dl dd .p .ico{ width:38px; background:#2b2b2b; position:absolute; left:0; top:0; height:38px;}
.footer ul li dl dd .p .ico img{ width:100%; float:left;}
.footer ul li dl dd .p h5{ display:inline-block; *zoom:1; *display:inline; vertical-align:middle; font-size:14px; color:#ababab; line-height:18px; margin-top:-2px;}
.footer ul li dl dd .p h5 a{ color:#ababab;}

.down{ padding:20px 0; background:#0f0f0f;font-size:14px; color:#888;}
.down a{ color:#888;}
.down a:hover{ color:#fff;}


/***************banner**********************/
.ny_top{ display:none;}
.page-header {
  position: relative;
  display: block;
  padding: 250px 0;
  z-index: 1;
}
.page-header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: -1;
}
/*
.page-header-bg:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  content: "";
  background-image: -moz-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -webkit-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
  background-image: -ms-linear-gradient(-1deg, rgb(28, 27, 31) 0%, rgba(28, 27, 31, 0) 100%);
}
*/
/***************导航**********************/
.pro_lei{ width:100%; margin:0px auto;background: url(../images/about_bj.jpg) no-repeat right bottom;}
.pro_lei .lei_m{ max-width:1300px; margin:0px auto;}

.lei_m .lei_ml{ width:185px; float:left; text-align:left; padding:30px 0;}
.lei_m .lei_ml p{ font-size:22px; color:#389405; line-height:110%; font-family:Arial;}
.lei_m .lei_ml span{ font-size:20px; color:#389405; margin-top:10px; display:block;}
.lei_m .lei_ml .line{ width:35px; height:4px; margin-top:10px; background: url(../images/line.jpg) no-repeat right top;}

.lei_mr {padding-top:30px;float:left; width: calc(100% - 185px);}
.lei_mr li{ float:left; text-align:center; margin-right:10px; margin-bottom:10px;min-width:162px;}
.lei_mr li a{ color:#565656; height:45px; display:block; font-size:16px; line-height:45px; background:#ededed; }
.lei_mr li a:hover,.lei_mr li a.shover{ color:#fff; background:rgb(99, 141, 8);}
.lei_mr li em{font-style: normal;font-weight: normal; font-size:18px; margin-left:8px;}

/***************内容**********************/
.bigbj{ background-color:#f7f7f7; padding-bottom:45px;}
.nav-b{ padding:25px 0 25px 30px; background: url(../images/nav-b.png) 5px center no-repeat;}
.nav-b a{ color: #666;}
.nav-b a:hover{ color: #d61313; }

.layout{max-width:1300px; margin:0px auto;}
.list-item{background:#fff; padding:15px; box-sizing:border-box; width:100%;}

.m-text{overflow:hidden;}

.m-text .cont *{font-size:16px;line-height:35px;}
.m-text .cont{padding:25px;line-height:200%;color:#666; }
.m-text .cont img{ max-width:100%;}

/*新闻*/
.m-text .cont .nelititle{text-align:center;font-size:24px;margin-bottom:17px; font-weight:bold; color:#333;}
.m-text .cont .litt{ border-bottom:1px solid rgb(208, 208, 208); padding-bottom:15px; text-align:center;}
.m-text .cont .newsCot {margin-top: 20px;}
.m-text .cont .f14{ border-top:1px dashed rgb(208, 208, 208); padding-top:30px; }

/***************页码**********************/
.pro_l{ width:100%; margin:0px auto;}
.pro_l .page{ text-align:center; padding:30px 0 20px;}
.pro_l .page a{ display:inline-block; *display:inline; zoom:1; height:32px; line-height:32px; background:#393939; padding:0px 15px; font-size:16px; color:#FFF; margin-left:3px;margin-top:3px;}
.pro_l .page a:hover , .pro_l  .page a.now{ background:rgb(99, 141, 8); color:#FFF;}

/***************新闻**********************/
.pic {width: 100%; overflow: hidden; font-size: 0;}
.pic img {width: 100%;-moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}

.multi-line{min-height: 2em; display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow:clip;overflow:hidden;}
.single-line{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.ny_news_List{}
.ny_news_List li{background:#fff; padding:15px; box-sizing:border-box; width:100%; margin-bottom:15px;}
.ny_news_List li:hover{ box-shadow:0px 0px 10px rgba(0,0,0,0.2);}
.ny_news_List li .pic {float: left; width: 25%;}
.ny_news_List li:hover img {-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);}

.ny_news_List li .cont_a_new {float: right;}
.ny_news_List li .cont_a_new h3 {margin-top: 16px; margin-bottom: 6px; font-weight: 600;}
.ny_news_List li .cont_a_new h3 a {color: #333;font-size: 18px;}
.ny_news_List li:hover .cont_a_new h3 a {color: rgb(99, 141, 8);}
.ny_news_List li .cont_a_new p {color: #5D5D5D; line-height: 30px; font-size:16px;}

.ny_news_List li .cont_b_new{ width: 72%;}
.ny_news_List li .cont_c_new{ width: 100%;}

.ny_news_List li .cont_a_new .more {width: 100px; height: 32px; margin-top: 12px; line-height: 32px; text-align: center; -moz-transition: all 0.3s ease-in;-webkit-transition: all 0.3s ease-in;-o-transition: all 0.3s ease-in;transition: all 0.3s ease-in;}
.ny_news_List li .cont_a_new .more a {display: block; height: 100%;color: rgb(99, 141, 8); background: #F1F1F1; }
.ny_news_List li:hover .cont_a_new .more a {color: #fff; background:rgb(99, 141, 8);}
.ny_news_List li .cont_a_new h4 {margin-top: 12px; line-height: 24px; color: #adadad;background: url(../images/ico3_3.png) left center no-repeat; padding-left:25px;}

/*产品内容*/
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cp_nr{
	position:relative;
	margin-bottom: 30px;
}
.cp_nr .nr_box{
	position:relative;
	display:block;
	overflow: hidden;
	border-radius: 8px;/*圆角*/
}
.cp_nr .nr_box .nr_img_box{
	position:relative;
	margin-bottom: 0;overflow: hidden;
}
.cp_nr .nr_box .nr_img_box img{
	position:relative;
	width:100%;
	display:block;overflow: hidden;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}
.cp_nr .nr_box a:hover .nr_img_box img{
-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.cp_nr .nr_box .wz_box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	visibility: hidden;
	/*background-color:rgba(0,0,0,0.20);*/
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/*隐藏标题
.cp_nr .nr_box:hover .wz_box{
	opacity:1;
	visibility: visible;
}
*/
/*显示标题*/
.cp_nr .nr_box .wz_box{
	opacity:1;
	visibility: visible;
}
.cp_nr .nr_box:hover .pictit_box{
	background-color: rgba(123,177,6 , 0.8);
}
/*显示标题end*/

.cp_nr .wz_box .pictit_box{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 10px;
	background-color: rgba(4,0,11 , 0.5);
	text-align: center;
}
.cp_nr .wz_box .pictit_box h4{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #edf2ff;
	font-weight: 500;
	height:30px;
	white-space: nowrap; 
  	overflow: hidden;
  	text-overflow: ellipsis;
}
.cp_nr .wz_box .pictit_box h4 a{
	color: #edf2ff;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.cp_nr .wz_box .pictit_box h4 a:hover{
	color: #bc1819;
}
.col-lg-3,.col-md-6,.col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}  

.portlet-body{ padding:35px 15px 0 15px;}


.demo-gallery{ margin-top:35px; padding-top:20px; border-top:1px dashed rgb(208, 208, 208)}

/***************联系方式**********************/
.lx_cont{
    width: 82%;
}
.ways ul{
    list-style: none;
    text-align: justify;
    border-bottom: 1px solid #E6E6E6;
    padding: 70px 0  10px;

}

.ways ul li{
    display: inline-block;
    width: 24.5%;
    height: 100px;
}
.ways ul li img{
    width: 70px;
    height: 70px;
    float: left;
}
.ways ul li .info{
    float: left;
    margin-left: 10px;
	width:calc(100% - 80px);
}
.ways ul li .info label{
    display: block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 21px;
    color: #262626;
    opacity: 1;
    margin-top: 10px;
}
.ways ul li .info span
{
    display: block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 21px;
    color: #262626;
    opacity: 1;
    margin-top: 10px;
}
.common-width{margin: 0 auto;}

.ways { display:block;}
.company-info{ display:none;}

