﻿@charset "utf-8";
html {
	font-family: "黑体", Arial;
	background-color: #fff;
	font-weight: 300;
}
a, a:visited {
	    color: #666;
    text-decoration: none;

}
a:hover {
	cursor: pointer;
}
*{margin:0;padding:0}
body{font-family:"微软雅黑";font-size:14px;height:100%;line-height:22px;width:100%;margin: 0px;padding: 0px;}
a{text-decoration:none;cursor:pointer;transition:all .3s;outline:none}
ul{
	list-style: none;
	text-decoration: none;
}
/*翻页*/
.paging {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px;
    text-align: center;
}
.paging span {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    border: 1px solid #dfdfdf;
    line-height: 37px;
    font-size: 14px;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.paging span>a.previousBtn {
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    font-size: 0;
    background: url(../images/jtl01.png) no-repeat center;
}
.paging span>a.nextBtn {
    display: block;
    width: 37px;
    height: 37px;
    margin: 0 auto;
    font-size: 0;
    background: url(../images/jtr03.png) no-repeat center;
}
.paging p.jk_num {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
.paging a.cur {
    background: #333333;
    color: #fff;
}
.paging p>a {
    display: inline-block;
    vertical-align: middle;
    width: 37px;
    height: 37px;
    border: 1px solid #dfdfdf;
    line-height: 37px;
    font-size: 16px;
    color: #999;
    margin: 0 5px;
    cursor: pointer;
}
.paging p>a:hover { background: #333333;
    color: #fff;}

/*翻页*/
.moblie_head {display:none;}
.lf{float:left}
.rg{float:right}
.clear{clear:both;height:0px;line-height:0px;font-size:0px}
.head{/*position:fixed;*/top:0px;left:0px;width:100%;min-width:1000px;z-index:9999;background:#fff;border-bottom:1px solid #ddd;height:100px;transition:all .3s}
.logo{padding-top:27px;padding-left:2.18%;width:450px;transition:all .3s}
.logo a{display:block;position:relative;overflow:hidden}
.logo img{width:100%;position:relative;z-index:100}
.logo .p1{background:#fff;position:absolute;top:0%;left:0px;width:100%;height:80%;}
.nav{width:60%;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}
.nav ul li{float:left;width:16%;height:100px;background:url(../images/1_02.jpg) right center no-repeat;transition:all .3s}
.nav ul li .a1{line-height:100px;display:block;text-align:center;font-size:16px;color:#333;transition:all .3s}
.nav ul li:hover .a1{
	color: #256d0a;
	transition: all .3s;
	font-weight: bold;
}
#head .nav.rg .nav_pc li .a1.cur {	color: #256d0a;
	transition: all .3s;
	font-weight: bold;}
.nav ul li .div1{display:none;background:#fff;width:10%;/*left:0px;*/position:absolute;top:101px;z-index:100}
.nav ul li .div1 .p1{width:100%;float:right;height:auto;line-height:65px}
.nav ul li .div1 .p1 a{    
       color: #999;
    font-size: 16px;
    text-transform: uppercase;
    background: url(../images/1_26.jpg) center bottom no-repeat;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    margin-right: 5%;
    transition: all .5s;
    width: 100%;
    margin: auto;
	text-align: center;
	}
.nav ul li .div1 .p1 a:hover{ background-color:#397f1f; color:#fff;}
.nav ul li .mad3 .p1 .pad{margin-left:30%}
.nav ul li .mad4 .p1 .pad{margin-left:44%}
.nav ul li .mad5 .p1 .pad{margin-left:45%}
.nav ul li .mad6 .p1{/*text-align:right*/}
.a_txt{display:none}
/*小于1600大于1200稍微调整下字体*/

/*banner*/
.flickerplate {
	position:relative;
	width:100%;
	height:680px;
	background-color:#e6e6e6;
	overflow:hidden
}
.flickerplate ul.flicks {
	width:10000%;
	height:100%;
	padding:0px;
	margin:0px;
	list-style:none
}
.flickerplate ul.flicks>li {
	float:left;
	width:1%;
	height:100%;
	background-position:center;
	background-size:cover;
	display:table
}
.flickerplate ul.flicks>li .flick-inner {
	height:100%;
	padding:10px;
	color:#fff;
	display:table-cell;
	vertical-align:middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width:68.75em;
	margin-left:auto;
	margin-right:auto
}
.flickerplate ul.flicks>li .flick-title {
	padding:0px 0px;
	font-size:2.778em;
	line-height:1.995em;
	text-align:center
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
font-size:1.667em
}
.flickerplate {
    position: relative;
    width: 100%;
    height: 250px;
    background-color: #e6e6e6;
    overflow: hidden;
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding:5px;
	font-weight:300;
	line-height:2.5em;
	color:rgba(255, 255, 255, 0.8);
	text-align:center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding:12px 18px;
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position:absolute;
	height:80%;
	width:10%;
	top:10%;
	z-index:100;
	overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
	display:block;
	height:100%;
	width:90%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	-ms-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor:pointer
}
.flickerplate .arrow-navigation.left {
	left:0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity:0;
	margin:0px 0px 0px 50%;
	background-image:url("../images/arrow-left-light.png");
	background-repeat:no-repeat;
	background-position:left
}
.flickerplate .arrow-navigation.right {
	right:0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity:0;
	margin:0px 0px 0px -50%;
	background-image:url("../images/arrow-right-light.png");
	background-repeat:no-repeat;
	background-position:right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity:1;
	margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity:1;
	margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position:absolute;
	bottom:15px;
	width:100%;
	text-align:center;
	z-index:100
}
.flickerplate .dot-navigation ul {
	text-align:center;
	list-style:none;
	padding:0px 15px
}
.flickerplate .dot-navigation ul li {
	display:inline-block;
	float:none
}
.flickerplate .dot-navigation .dot {
	width:14px;
	height:14px;
	margin:0px 6px;
	background-color:rgba(255, 255, 255, 0.3);
	border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	-webkit-transition:background-color 0.2s ease-out;
	-moz-transition:background-color 0.2s ease-out;
	-o-transition:background-color 0.2s ease-out;
	-ms-transition:background-color 0.2s ease-out;
	transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor:pointer;
	background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image:url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image:url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color:#000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color:rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color:rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective:1000;
	-webkit-backface-visibility:hidden;
	transform:translate3d(0%, 0px, 0px);
	-webkit-transform:translate3d(0%, 0px, 0px);
	-webkit-transition:-webkit-transform 0.6s;
	-o-transition:-o-transform 0.6s;
	-moz-transition:-moz-transform 0.6s;
	transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position:relative;
	left:0%;
	-webkit-transition:left 0.4s ease-out;
	-moz-transition:left 0.4s ease-out;
	-o-transition:left 0.4s ease-out;
	-ms-transition:left 0.4s ease-out;
	transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position:relative;
	left:0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom:0px;
	overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position:auto
}
/*banner结束*/
.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.In_abo  {
 overflow: hidden;
     margin: 50px;
}
.In_abo .conbox .conleft {
    width: 550px;
    padding-top: 75px;
}
.In_abo .conbox .conright {
    cursor: pointer;
	padding-top: 75px;
}
.In_abo .conbox .conleft h3 {
    font-size: 36px;
    font-weight: normal;
	line-height: 45px;
	  margin-bottom: 35px;
}
.In_abo .conbox .conleft h3 a {
    color: #333;
}
.In_abo .conbox .conleft .p1 {
    font-size: 18px;
    color: #666;
  
}
.In_abo .conbox .conleft .p2 {
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    height: 120px;
}
.In_abo  .conbox .conleft em {
    display: block;
    margin-top: 50px;
    width: 55px;
    height: 1px;
    background: #aeaeae;
}
.In_abo .conbox .conleft a.ljgda {
    display: block;
    width: 146px;
    height: 44px;
    border: 1px solid #d0d0d0;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    margin-top: 100px;
}
.In_abo .conbox {
    height: 503px;
}

.In_abo .abo_bot {
    padding-top: 80px;
}
.In_abo .abo_bot dl {
    float: left;
    width: 299px;
    border-left: 1px solid #d0d0d0;
    height: 170px;
    text-align: center;
}
.In_abo .abo_bot dl dt {
    text-align: center;
    color: #da251d;
    margin-bottom: 30px;
    padding-top: 10px;
}
.In_abo .abo_bot dl dt b {
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
}

.In_pro {
	padding-bottom: 80px;
	overflow: hidden;
/*	background-color: #ededed;*/
	background-image: url(../images/pro_bg.jpg);
	background-repeat: repeat;
	background-position: center center;		
	    background-attachment: fixed;
}

.In_pro  h2 {
    text-align: center;
    font-size: 36px;
    padding-top: 75px;
    font-weight: normal;
}

.In_pro  h2 a {
  color:#fff;
}

.In_pro  .In_pro_p{
    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 20px 0 50px 0;
	 color:#fff;
}

.In_pro .zyyw_con {
    background: #fff;
	overflow:hidden;
}

.In_pro .zyyw_con .conleft img {
    display: block;
    width: 600px;
    height: 290px;
    transition: all 0.5s;
}
.In_pro .zyyw_con .conbox:hover img {
    transform: scale(1.1);
}
.In_pro .zyyw_con .conleft {
    width: 600px;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.In_pro .zyyw_con .conleft.fl em {
    display: block;
    width: 5px;
    height: 10px;
    background: url(../images/jtl01.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 140px;
}
.In_pro .zyyw_con .con1 .conright {
    background: url(../images/jtr01.png) no-repeat 70px 220px;
}

.In_pro .zyyw_con .conright {
    width: 600px;
    height: 290px;
}
.In_pro  .zyyw_con .con1 .conright.fr a {
    background: url(../images/zyywicon01.png) no-repeat 480px 185px;
}

.In_pro  .zyyw_con .conright a {
    display: block;
    padding: 50px 60px 0 70px;
    height: 240px;
}
.In_pro .zyyw_con .con1 .conright h3 {
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
	    font-size: 25px;
}
.In_pro .zyyw_con .con1 .conright .p1 {
    font-size: 16px;
    line-height: 24px;
}
.In_new {
	overflow:hidden;
	    padding: 0 0 80px 0;	
 }	
 .In_new h2 {
    text-align: center;
    font-size: 36px;
    padding-top: 75px;
    font-weight: normal;
}
.In_new_p {    text-align: center;
    font-size: 16px;
    color: #666;
    margin: 20px 0 50px 0;}
.In_new .news_con .conbox.cur {
    display: block;
}
.clearfix {
    zoom: 1;
    overflow: auto;
}
.In_new .news_con .conbox dl:first-child {
    margin-left: 0;
}
.In_new .news_con .conbox dl {
    width: 360px;
    padding-bottom: 75px;
    position: relative;
    float: left;
    margin-left: 60px;
}
.In_new .news_con .conbox dl dt {
    width: 360px;
    height: 226px;
    overflow: hidden;
    position: relative;
}
.In_new .news_con .conbox dl dt img {
    display: block;
    width: 360px;
    height: 226px;
    transition: all 0.5s;
}
.In_new .news_con .conbox dl:hover dt img {
    transform: scale(1.1);
}
.In_new .news_con .conbox dl dd.dd1 {
    font-size: 18px;
    margin: 30px 0 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.In_new .news_con .conbox dl dd.dd1 a {
    color: #333;
}
.In_new .news_con .conbox dl dd.dd2 {
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 80px;
}
.In_new .news_con .conbox dl dd.dd3 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 45px;
    width: 100%;
}
.In_new .news_con .conbox dl dd.dd3 em {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 79px;
    height: 9px;
    background: url(../images/newsline.png) no-repeat left center;
    transition: all 0.5s;
}
.In_new .news_con .conbox dl dd.dd3 span {
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.In_new .ckgda {
    display: block;
    width: 146px;
    height: 44px;
    border: 1px solid #d0d0d0;
    line-height: 44px;
    text-align: center;
    font-size: 14px;
    margin: 40px auto 0 auto;
}
.In_new .ckgda:hover {
    background: #1a6e0e;
    border-color: #1a6e0e;
    color: #fff;
}
	
	.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
	
	.In_abo .conbox .conleft a.ljgda:hover {
    background: #29791a;
    border-color: #29791a;
    color: #fff;
}
.wrap-footer {
    padding: 50px 0;
    background: #2b2b2b;
    border-bottom: 1px solid #373636;
}
.footer {
    position: relative;
}
.footer .f_ul1:first-child {
    margin-left: 0;
}
.footer .f_ul1 {
    float: left;
    margin-left: 160px;
}
.footer .f_ul1 li:first-child {
    font-size: 16px;
    margin-bottom: 35px;
}
.footer .f_ul1 li {
    font-size: 13px;
    margin-bottom: 20px;
}
.footer .f_ul1 li:first-child a {
    color: #fff;
}
.footer .f_ul1 li a {
    color: #bdbdbd;
    text-decoration: none;
}
.footer .f_ul2 {
    float: left;
    margin-left: 160px;
}
.footer .f_ul2 li:first-child {
    font-size: 16px;
    margin-bottom: 35px;
    padding-left: 0;
}

.footer .f_ul2 li {
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 35px;
    position: relative;
    color: #bdbdbd;
}
.footer .f_ul2 li:first-child a {
    color: #fff;
}
.footer .f_ul2 li a {
    color: #bdbdbd;
}
.footer .f_ul2 li em.em1 {
    background: url(../images/f_icon01.png) no-repeat center;
}
.footer .f_ul2 li em.em2 {
    background: url(../images/f_icon02.png) no-repeat center;
}
.footer .f_ul2 li em.em3 {
    background: url(../images/f_icon03.png) no-repeat center;
}
.footer .f_ul2 li em {
    display: block;
    width: 20px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 0;
}
.footer .f_erwm {
    position: absolute;
    right: 0;
    top: 0;
}
.footer .f_erwm dt {
    width: 134px;
    height: 134px;
    padding: 5px;
    background: #fff;
}
.footer .f_erwm dt img {
    display: block;
    width: 134px;
    height: 134px;
}
.footer .f_erwm dd {
    font-size: 13px;
    margin-top: 15px;
    text-align: center;
    color: #bdbdbd;
}
.f_icp {
	margin:auto
	text-align:center;
	padding:5px 0;
    background:#2b2b2b;
	color:#bdbdbd;
}

/*悬浮*/
.floatqq {
	position: fixed;
	right: -150px;
	top: 300px;
	z-index: 20000;
}
.floatqq li {
	margin-bottom: 1px;
	height: 68px;
	position: relative;
}
.floatqq li a {
	transition: all 0.3s linear;
	display: inline-block;
	width: 68px;
	height: 68px;
	text-align: center;
	font-size: 13px;
	color: #fff;
	padding-top: 40px;
	box-sizing: border-box;
	border-radius: 1px;
}
.floatqq .l1 a {
	background: url(../images/float1.png) center 12px no-repeat;
	background-color: #397b24;
	float: left;
	border-radius: 2px;
	background-color: #397b24;
}
.floatqq .l2 a {
	background: url(../images/float2.png) center 12px no-repeat;
	background-color: #397b24;
	border-radius: 2px;
	background-color: #397b24;
}
.floatqq .l3 a {
	background: url(../images/float3.png) center 15px no-repeat;
	background-color: #397b24;
	border-radius: 2px;
	background-color: #397b24;
}
/*.floatqq li a:hover{background-color:#e60012;}*/
.floatqq .l3 {
	display: none;
}
.floatqq .l4 a {
	background: url(../images/liyy.png) center 10px no-repeat;
	background-color: #397b24;
	float: left;
	border-radius: 2px;
	background-color: #397b24;
}
.floatqq .l1 {
	transition: all 0.3s linear;
}
.floatqq .l1:hover {
	transform: translateX(-150px);
}
.floatqq .l1 span {
	display: inline-block;
	height: 68px;
	line-height: 68px;
	float: left;
	background-color: #397b24;
	color: #fff;
	font-size: 18px;
	width: 150px;
	text-align: center;
	position: relative;
	background-color: #397b24;
}
.floatqq .l1 span:before {
	content: '';
	width: 1px;
	height: 40px;
	background-color: rgba(255,255,255,0.6);
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -20px;
}
.floatqq .l2 .gz {
	display: inline-block;
	padding: 4px 4px;
	position: absolute;
	left: -138px;
	top: 50%;
	background-color: #fff;
	border-radius: 1px;
	margin-top: -64px;
	display: none;
	transition: all 0.3s linear;
}
/*.floatqq .l2 .gz:before{content:'';height:4px;width:100%;position:absolute;bottom:0px;background-color:#fff;left:0px;border-radius:1px;}*/
.floatqq .l2 .gz span {
	display: block;
	width: 0px;
	height: 0px;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -10px;
}
.floatqq .l2:hover .gz {
	display: block;
}

/*悬浮结束*/
.mub01InpageBannerr {
    width: 100%;
    height: 300px;
}
.mub01InpageBannerr a {
    display: block;
    margin: 0 auto;
    height: 320px;
}

/*公司简介*/
.about {height: auto; /*background: url(../images/zjjtbg.jpg) no-repeat center top;*/}
.about h2 {padding-top: 75px;font-size: 30px;text-align: center;padding-top: 70px;color: #000;margin-bottom: 35px;font-weight: normal;}
.about h2 i {display: block;font-size: 13px;color: #999;}
.about .conbox {
    background: #fff;
    padding: 20px;
}
.about .conbox .conleft {
    width: 580px;
    position: relative;
    overflow: hidden;
}
.about .conbox .conright {
    width: 510px;
    padding: 0 24px 0 0;
}
.about .conbox .conleft img {
    display: block;
    width: 580px;
}
.about .conbox .conright h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}
.about .conbox .conright h3 a {
    color: #333;
}
.about .conbox .conright h3 em {
    display: block;
    width: 92px;
    height: 1px;
    background: #666;
    margin-top: 22px;
}
.about .conbox .conright .r_p1 {
  font-size: 16px;
    line-height: 35px;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    /* height: 120px; */
}
.about .conbox .conright a.morea {
    display: block;
    width: 143px;
    height: 35px;
    border: 1px solid #ccc;
    margin-top: 40px;
    background: url(../images/jtr01.png) no-repeat center;
}
.dhnav {
    height: 51px;
    border-bottom: 1px solid #cccccc;
    background: #f5f5f5;
}
.dhnav .dhUl li:first-child {
    width: 58px;
    height: 51px;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}

.dhnav .dhUl li {
    float: left;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
    margin: 0 5px;
}
.dhnav .dhUl li:first-child a {
    display: block;
    height: 51px;
    background: url(../images/dhulicon01.png) no-repeat center;
}
.dhnav .dhUl li a {
    color: #999;
}

.dhnav .dhxg li.cur, .dhnav .dhxg li:hover {
    font-weight: bold;
    border-bottom: 1px solid #397b24;
}
.dhnav .dhxg li {
    float: left;
    margin-left: 40px;
    height: 51px;
    line-height: 51px;
    font-size: 14px;
}
.dhnav .dhxg li.cur a, .dhnav .dhxg li:hover a {
    color: #397b24;
}
.dhnav .dhxg li a {
    display: block;
    height: 51px;
    color: #333;
}

/*证书*/
dl.zs {float:left;width: 374px;margin: 0 6px 16px;}
dl.zs dt img{width: 370px;background:#eee;display:block;overflow:hidden;padding: 2px;transition:background 0.5s ease;-o-transition:background 0.5s ease;-moz-transition:background 0.5s ease;-webkit-transition:background 0.5s ease;}
dl.zs dd { float:left; width:370px; margin-top:18px; height:24px; text-align:center; overflow: hidden; white-space:nowrap; text-overflow: ellipsis;}
dl.zs dd { color:#333333; font-size:14px; line-height:24px; padding-right:8px;-webkit-transition: all 0.2s ease-out 0s; -moz-transition: all 0.2s ease-out 0s; -o-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s; }
dl.zs:hover dt img{ background:#397b24;}
dl.zs:hover dd{ color:#397b24; text-decoration: none;}
dl.zs:hover dd a{color:#397b24; text-decoration: none;}
/*新闻*/
.news { margin:20px 0;}
.news dl {
    width: 100%;
    height: 240px;
}

.clearfix {
    zoom: 1;
}
.news dt {
    width: 30%;
    height: 240px;
    position: relative;
    float: left;
}
.news dt a {
    display: block;
}
.news dt img {
    display: block;
}
.news dt p {
    width: 92px;
    height: 92px;
    text-align: center;
    background: url(../images/bg02.png);
    position: absolute;
    top: 0;
    left: 0;
}
.news dt span {
    font-size: 48px;
    color: #fff;
    font-family: arial;
    display: block;
    padding-top: 30px;
}
.news dt em {
    font-size: 14px;
    color: #fff;
    font-family: arial;
    display: block;
    position: relative;
    top: 6px;
}
.news dd {
    width: 65%;
    float: right;
    position: relative;
    height: 220px;
}
.news dd h3 {
    font-size: 16px;
    color: #333333;
    font-weight: normal;
}
.news dd h3 a {
    display: block;
    color: #333333;
}
.news dd p {
    font-size: 14px;
    color: #666666;
    color: #666666;
    line-height: 25px;
    margin-top: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 140px;
}

.news dd p a {
    color: #666666;
}
.news dd .more {
    display: block;
    background: url(../images/gsdtjt01.png) no-repeat center;
    width: 55px;
    height: 31px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*新闻详情*/
/* newshow */
.newshow{width: 100%;padding-top: 30px;}
.newshow .mainCon{width: 100%;}
.newshow .mainCon .article{position: relative;width: 1200px;background: #fff;float: left;}
.newshow .mainCon .article .conBox{padding:  50px 50px 0;    border: 1px solid #e7e7e7;}
.newshow .mainCon .article .title h1{font-size: 24px;color: #333333;font-weight: normal;margin-bottom: 16px;}
.newshow .mainCon .article .title .share{width: 100%;height: 24px;}
.newshow .mainCon .article .title .share p{float: left;overflow: hidden;margin-top: 4px;}
.newshow .mainCon .article .title .share p span{display: block;font-size: 13px;color: #999999;padding: 0 8px;border-left: 1px dotted #b6b6b6;float: left;}
.newshow .mainCon .article .title .share p span:first-child{padding-left: 0;border-left: none;}
.newshow .mainCon .article .title .share p span #cntrHits{ float:right;}
.newshow .mainCon .article .title .share ul{float: right;}
.newshow .mainCon .article .title .share li{margin-left: 7px;width: 24px;height: 24px;float: left;}
.newshow .mainCon .article .title .share li img{display: block;}
.newshow .mainCon .article .title  i{width: 100%;display: block;height: 1px;background: #e7e7e7;margin-top: 18px;}
.newshow .mainCon .article .title p.label{font-size: 12px;color: #999999;display: block;padding-left: 26px;background: url(Img/mub01Inpage/newsList_icon03.png) no-repeat left center;line-height: 16px;margin-top: 24px;}
.newshow .mainCon .article .con{margin: 20px 0;}
.newshow .mainCon .article .con  p{ width:100%; margin:0 auto; white-space:normal; word-spacing:10px; line-height: 30px;font-size: 15px;color: #333333;}
.newshow .mainCon .article .con  p a{color:red;}
.newshow .mainCon .article .context{width: 100%;/*border-top: 1px solid #e7e7e7;*/background: #fff;height: 80px;overflow: hidden;}
.newshow .mainCon .article .context p{width: 601px;float: left;height: 70px;line-height: 70px;    border: 1px solid #e7e7e7;border-top: 0px;}
.newshow .mainCon .article .context p a{font-size: 13px;color: #666666;display: block;}
.newshow .mainCon .article .context p.prevNews a{margin-left: 30px;padding-left: 20px;background: url(Img/mub01Inpage/newshow_icon10.png) no-repeat left center;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;padding-right: 20px;}
.newshow .mainCon .article .context p.NextNews a{margin-right: 30px;padding-right: 20px;text-align: right;background: url(Img/mub01Inpage/newshow_icon11.png) no-repeat right center;overflow: hidden;white-space:nowrap;text-overflow: ellipsis;}
.newshow .mainCon .article .context p.prevNews a:hover{background: url(Img/mub01Inpage/newshow_icon12.png) no-repeat left center;color: #da251d;}
.newshow .mainCon .article .context p.NextNews a:hover{background: url(Img/mub01Inpage/newshow_icon13.png) no-repeat right center;color: #da251d;}
.newshow .mainCon .article .context p.NextNews{border-left: 1px solid #e7e7e7;width: 595px;}
.newshow .mainCon .article .backNewsList{width: 49px;height: 49px;display: block;position: absolute;left: -49px;top: 0;cursor:pointer;}
.newshow .mainCon .hotNews{width: 300px;float: right;}
.newshow .mainCon .hotNews .box{padding: 30px 28px 18px;background: #fff;margin-top: 10px;}
.newshow .mainCon .hotNews .box:first-child{margin-top: 0;}
.newshow .mainCon .hotNews .box .top{height: 40px;border-bottom: 1px solid #e7e7e7;}
.newshow .mainCon .hotNews .box .top h3{font-size: 18px;color: #333333;font-weight: normal;float: left;} 
.newshow .mainCon .hotNews .box .top h3 em{font-weight: bold;color: #da251d;}
.newshow .mainCon .hotNews .box .top h3 i{width: 72px;height: 1px;background: #da251d;position: relative;display: block;top: 18px;}
.newshow .mainCon .hotNews .box .top a.more{display: block;width: 21px;height: 21px;float: right;margin-top: 4px;}
.newshow .mainCon .hotNews .box ul{padding-top: 18px;}
.newshow .mainCon .hotNews .box1 li{font-size: 14px;margin-bottom: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newshow .mainCon .hotNews .box1 li a{color: #333333;}
.newshow .mainCon .hotNews .box1 li:hover a{color: #da251d;}
.newshow .mainCon .hotNews .box2 li{font-size: 14px;margin-bottom: 16px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.newshow .mainCon .hotNews .box2 li a{color: #333333;}
.newshow .mainCon .hotNews .box2 li:hover a{color: #da251d;}


.newshow .mainCon .hotNews .sidebar{width: 300px;float: left;}
.newshow .mainCon .hotNews .sidebar .top{width: 300px;height: 70px;background: url(Img/mub01Inpage/proListClassify_icon01.png) no-repeat 238px center #da251d;}
.newshow .mainCon .hotNews .sidebar h3{padding: 20px 0 0 26px;font-size: 24px;font-weight: normal;}
.newshow .mainCon .hotNews .sidebar h3 a{display: block;color: #fff;text-decoration: none;}
.newshow .mainCon .hotNews .sidebar h3 em{font-weight: bold;color: #fff;}
.newshow .mainCon .hotNews .sidebar h3 span{font-size: 10px;color: #fff;font-family: arial;margin-left: 6px;position: relative;top: 2px;}
.newshow .mainCon .hotNews .sidebar .box1{padding: 26px; background:#fff;}
.newshow .mainCon .hotNews .sidebar .box1 dl{margin-top: 20px;}
.newshow .mainCon .hotNews .sidebar .box1 dl:first-child{margin-top: 0;}

.newshow .mainCon .hotNews .sidebar .box1 dd a{display: block;font-size: 14px;color: #666666;height: 50px;line-height: 50px;background: url(Img/mub01Inpage/proListClassify_icon02.png) no-repeat 190px center;text-indent: 25px;text-decoration: none;border: 1px solid #eaeaea;border-top: none;}
.newshow .mainCon .hotNews .sidebar .box1 dd:first-child a{border-top: 1px solid #eaeaea;}
.newshow .mainCon .hotNews .sidebar .box1 dd a:hover,.newshow .mainCon .hotNews .sidebar .box1 dd a.cur{color: #da251d;background: url(Img/mub01Inpage/proListClassify_icon03.png) no-repeat 190px center;font-weight: bold;}

.newshow .mainCon .hotNews .sidebar .box2{margin-top: 20px;background: #fff; margin-bottom:20px;}
.newshow .mainCon .hotNews .sidebar .box2 .phone{background: url(Img/mub01Inpage/proListClassify_phone.png) no-repeat 32px center;padding-left: 86px;padding-top: 25px;padding-bottom: 20px;border-bottom: 1px solid #eaeaea;}
.newshow .mainCon .hotNews .sidebar .box2 .phone span{display: block;font-size: 14px;color: #333333;}
.newshow .mainCon .hotNews .sidebar .box2 .phone p{font-size: 24px;color: #da251d;font-family: arial;}

/* end新闻详情*/


/*产品展示*/
.products .pro_con {
       padding: 50px 0;
	       margin: 25px 0;
	   
	      
}
.products {height: auto; background: #fff;    overflow: hidden;}
.zyyw_con {
    background: #f9f9f9;
	overflow:hidden;
}

.zyyw_con .conleft img {
    display: block;
    width: 600px;
    height: 290px;
    transition: all 0.5s;
}
.zyyw_con .conbox:hover img {
    transform: scale(1.1);
}
.zyyw_con .conleft {
    width: 600px;
    height: 290px;
    position: relative;
    overflow: hidden;
}
.zyyw_con .conleft.fl em {
    display: block;
    width: 5px;
    height: 10px;
    background: url(../images/jtl01.png) no-repeat center;
    position: absolute;
    right: 0;
    bottom: 140px;
}
.zyyw_con .con1 .conright {
    background: url(../images/jtr01.png) no-repeat 70px 220px;
}

.zyyw_con .conright {
    width: 600px;
    height: 290px;
}
.zyyw_con .con1 .conright.fr a {
    background: url(../images/zyywicon01.png) no-repeat 480px 185px;
}

.zyyw_con .conright a {
    display: block;
    padding: 50px 60px 0 70px;
    height: 240px;
}
.zyyw_con .con1 .conright h3 {
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
	    font-size: 25px;
}
.zyyw_con .con1 .conright .p1 {
    font-size: 16px;
    line-height: 24px;
}

/*产品展示结束*/
/*产品详情*/
.products .conright{  
margin: 20px 0;
    overflow: hidden;
}
.conright dl {
height: auto;
    position: relative;
    position: relative;
    width: 30%;
    float: left;
	margin:0 1%; 
}


 .conright dl dt {/*width: 318px;height: 278px;*/border: 1px solid #eeeeee;    overflow: hidden;}
 .conright dl dt img {display: block;width: 100%;height:auto;transition: all 0.5s;}
 .conright dl dd.dd1 {font-size: 16px;    padding: 15px 0;    text-align: center;}
 .conright dl dd.dd1 a {color: #333;}
 .conright dl dd.dd2 {font-size: 14px;line-height: 24px;}
 .conright dl dd.dd2 span {display: block;font-size: 18px;color: #333;}
 .conright dl dd.dd3 a {position: absolute;left: 365px;bottom: 24px;display: block;width: 148px;height: 46px;line-height: 46px;text-align: center;font-size: 13px;border: 1px solid #d0d0d0;color: #666;}

 .conright dl:hover dt img {transform: scale(1.1);}
 .conright dl:hover dd.dd3 a {background:#397b24;color: #fff;border-color: #397b24;}

 .conleft .box2{background: #fff; margin-bottom:20px;}
 .conleft .box2 .phone{background: url(Img/mub01Inpage/proListClassify_phone.png) no-repeat 32px center;padding-left: 86px;padding-top: 25px;padding-bottom: 20px;border-bottom: 1px solid #eaeaea;}
 .conleft .box2 .phone span{display: block;font-size: 14px;color: #333333;}
 .conleft .box2 .phone p{font-size: 24px;color: #df1f29;font-family: arial;}
 .conleft .intro{padding: 28px 28px 24px;}
 .conleft .intro p{font-size: 14px;color: #333333;margin-bottom: 8px;line-height: 20px;}
 .conleft .intro p span{font-size: 14px;color: #333;font-family: arial;}
/*产品详情结束*/

.nav ul li .a1 .cur {
	font-size: 16px;
	color: #397b24;
	font-weight: bold;	
}
.pro-btn {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -17px;
    width: 90%;
    z-index: 9;
}
/*留言*/
.input {
    font-size: 14px;
    padding: 6px;
    border: solid 1px #ddd;
    width: 100%;
    height: 34px;
    line-height: 20px;
    display: block;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}

.button.bg-main:hover {
    border-color: #85bd73 !important;
}

.button.border-main:hover, .button.border-main:focus, .button.bg-main:hover, .button.bg-main:focus {
    color: #fff;
    border-color: #0ab;
    background-color: #0ab;
}

.button.bg-main {
    border-color: #397b24 !important;
}

.bg-main:hover, .bg-main:focus {
    border: 1px solid #85bd73 !important;
    background: #85bd73 !important;
}
.bg-main {
    background: #397b24;
    border: 1px solid #397b24 !important;
}
.button {
	color:#fff;
    border: solid 1px #ddd;
    background: #397b24;
    border-radius: 4px;
    font-size: 14px;
    padding: 6px 15px;
    margin: 0;
    display: inline-block;
    line-height: 20px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.form-group {
    margin-bottom: 15px;
}

.field #content {
	font-size: 14px;
    padding: 6px;
    border: solid 1px #ddd;
    width: 100%;
    height: 150px;
    line-height: 20px;
    display: block;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	    font-family: 'Poppins', sans-serif;
}
.form-button {
   width: 100%;
    margin: auto;
    text-align: center;
}
/*留言结束*/

/*联系我们*/
.contact .conbox {
    background: #fff;
}
.contact h2 {padding-top: 75px;font-size: 30px;text-align: center;padding-top: 70px;color: #000;margin-bottom: 35px;font-weight: normal;}
.contact h2 i {display: block;font-size: 13px;color: #999;}
.lxwm_top {
    background: #fff;
    padding-bottom: 65px;
    border-bottom: 3px solid #256d0a;
}
.lxwm_top h3 {
    font-size: 24px;
    text-align: center;
    padding-top: 40px;
    font-weight: normal;
    margin-bottom: 50px;
}
.lxwm_top h3 i {
    display: block;
    font-size: 13px;
    margin-top: 5px;
}
.clearfix {
    zoom: 1;
}
.lxwm_top ul li.li1 {
    background: url(../images/lxwmicon01.png) no-repeat 36px center;
}
.lxwm_top ul li.li2 {
    background: url(../images/lxwmicon02.png) no-repeat 36px center;
}
.lxwm_top ul li.li3 {
    background: url(../images/lxwmicon03.png) no-repeat 36px center;
}
.lxwm_top ul li.li4 {
    background: url(../images/lxwmicon04.png) no-repeat 36px center;
}
.lxwm_top ul li.li5 {
    background: url(../images/lxwmicon05.png) no-repeat 36px center;
}
.lxwm_top ul li.li6 {
    background: url(../images/lxwmicon06.png) no-repeat 36px center;
}


.lxwm_top ul li {
    float: left;
    width: 399px;
    border-left: 1px solid #eee;
    height: 42px;
    line-height: 42px;
    text-indent: 65px;
    font-size: 16px;
    color: #333;
}

.lxwm_top ul li a {
    color: #333;
}
.contact_map .adr {
    overflow: hidden;
    width: 300px;
    height: 315px;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    margin-top: 50px;
}
.contact_map .maps {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.contact_map .mapd {
    display: block;
    margin: 0 auto;
}
.contact_map {
    overflow: hidden;
    width: 100%;
    height: 522px;
    background: url(../images/about_contact_map.png) no-repeat center;
    position: relative;
}
.contact_map .adr img {
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.contact_map h3 {
    font-weight: normal;
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}
.contact_map a {
    display: block;
    width: 91px;
    height: 30px;
    background: url(../images/about_contact_b.png) no-repeat center;
    font-size: 12px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
}
/*联系我们结束*/
@media only screen and (max-width: 43.813em) {
.container {
   margin-left: 3%;
    margin-right: 3%;
    width: 94%;
}
.In_abo .conbox .conleft {
    width: 100%;
    padding-top: 75px;
	margin:0 2%；
}
.In_abo .conbox .conright {
    cursor: pointer;
    padding-top: 20px;
	margin:0 2%；
}
.In_abo .conbox .conleft a.ljgda {
    margin-top: 50px;
}
.produts {
    padding-bottom: 80px;
    background: #ededed;
    overflow: hidden;
}
.In_abo .conbox .conright img {
  width:100%;	  
}
.zyyw_con .conright {
    width: 100%;
    height: 290px;
}
.In_new .news_con .conbox dl {
    width: 100%;
    padding-bottom: 75px;
    position: relative;
    float: left;
    margin-left: 60px;
}
.In_new .news_con .conbox dl {
    float: left;
    margin-left: 0px;
}

}
@media screen and (max-width: 1600px) and (min-width:1200px) {
.nav ul li .a1{font-size:16px}
/*.nav ul li .div1 .p1 a{font-size:14px}*/
.foot_top ul{margin-left:60px}
.nav ul li .div1 .p1{width:100%}
	.flickerplate {
    position: relative;
    width: 100%;
    height: 600px;
    background-color: #e6e6e6;
    overflow: hidden;
}
}
/*移动端导航*/
@media screen and (max-width: 1024px) and (min-width: 0px){
	.news dt img {
    display: block;
    width: 100%;
}
.news dd h3 a {
    display: block;
    color: #333333;
    text-align: center;
}
	.input {
    font-size: 14px;
    padding: 6px;
    border: solid 1px #ddd;
    width: 95%;
    height: 34px;
    line-height: 20px;
    display: block;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
}
.field #content {
    font-size: 14px;
    padding: 6px;
    border: solid 1px #ddd;
    width: 95%;
    height: 150px;
    line-height: 20px;
    display: block;
    border-radius: 4px;
    -webkit-appearance: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    font-family: 'Poppins', sans-serif;
}
.form-button {
    width: 100%;
    margin: auto;
    text-align: center;
    margin: 10px 0;
}
.In_new .news_con .conbox dl dt img {
    display: block;
    width: 100%;
    height: 226px;
    transition: all 0.5s;
}
.In_new .news_con .conbox dl dd.dd1 {
    font-size: 18px;
    margin: 30px 0 15px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.In_new .news_con .conbox dl dt {
    width: 100%;
    height: 226px;
    overflow: hidden;
    position: relative;
}
.newshow .mainCon .article .title h1 {
    font-size: 20px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 16px;
    line-height: 25px;
}
	.In_abo .conbox .conleft h3 {
    font-size: 25px;
    font-weight: normal;
    line-height: 45px;
    margin-bottom: 15px;
}
.zyyw_con .conleft {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.zyyw_con .conleft img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
.In_new h2 {
    text-align: center;
    font-size: 25px;
    padding-top: 35px;
    font-weight: normal;
}
.In_pro h2 {
    text-align: center;
    font-size: 25px;
    padding-top: 75px;
    font-weight: normal;
}

.zyyw_con .con1 .conright h3 {
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
    font-size: 20px;
}
.zyyw_con .conright a {
    display: block;
    padding: 20px 3px 0 30px;
    height: 200px;
}
	.In_pro .zyyw_con .con1 .conright h3 {
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
    font-size: 18px;
	margin-top:20px;
}
	.about .conbox .conright {
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
}
.In_abo {
    overflow: hidden;
    margin: 0px;
}
	.news dl {
    width: 100%;
    height: auto;
}
	.In_abo .conbox {height:auto}
	.In_abo .conbox .conleft {
    width: 0;
    padding-top: 75px;
}
	.In_abo .conbox .conleft {
    width: 100%;
    padding-top: 20px;
}
.In_pro .zyyw_con .conright {
    width: 100%;
    height: 290px;
}
.In_pro .zyyw_con .conleft {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.In_pro .zyyw_con .conright a {
    display: block;
    padding: 0 60px 0 70px;
    /* height: 240px; */
}
.wrap-footer { display: none}
.In_pro .zyyw_con .conleft img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}
	.about .conbox {
    background: #fff;
    padding: 5px;
    /* margin: auto; */
}
	.about .conbox .conleft {
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about .conbox .conleft img {
    display: block;
    width: 100%;
}
.dhxg {display:none;}
	.moblie_head {display:block;}
	.mub01InpageBannerr {
    width: 100%;
    height: 150px;
}
.mub01InpageBannerr a {
    display: block;
    margin: 0 auto;
    height: 150px;
}
.floatqq {
    position: fixed;
    right: -150px;
    top: 300px;
    z-index: 20000;
    display: none;
}
.head{display:none}
.moblie_head{display:block;height:44px;background:#fff;position:fixed;top:0px;left:0px;width:100%;z-index:9999;border-bottom:1px solid #ddd}
.moblie_head .lf{padding-top:10px;padding-left:5%}
.moblie_head .lf img{height:24px}
.moblie_head .rg{padding-right:5%;padding-top:14px}
.moblie_head .rg a img{height:16px;vertical-align:top}
.a_txt{display:block;position:fixed;top:0px;left:0px;width:0px;height:0px;overflow:hidden;z-index:10000}
.a_txt .div1{position:absolute;width:100%;height:100%;background:#0b0d19;filter:alpha(opacity=0);opacity:0;left:0px;top:0px;z-index:1}
.a_txt .div2{position:absolute;width:20%;left:0px;top:5%;z-index:100;text-align:center;filter:alpha(opacity=0);opacity:0}
.a_txt .div3{position:absolute;width:80%;right:0px;top:0px;background:#0b0d19;height:100%;z-index:100;right:-80%}
.a_txt .div3 ul{padding-left:5%;padding-right:5%}
.a_txt .div3 ul li{border-bottom:1px solid #232530}
.a_txt .div3 ul li a{display:block;height:45px;color:#fff;line-height:45px;padding-left:5%;font-size:16px}
.a_txt .div3 ul li .a_js2{background:url(../images/plus.png) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_js2_on{background:url(../images/reduce.jpg) 95% center no-repeat;-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}
.a_txt .div3 ul li .a_txt2{display:none}
.a_txt .div3 ul li .a_txt2 a{height:40px;line-height:40px;font-size:14px}
.nav ul li .div1 .p1{width:100%}
	.flickerplate {
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #e6e6e6;
    overflow: hidden;
}
.footer .f_ul2 {
    float: left;
    margin-left: 0px;
    margin: 10px 0;
}
.news dt {
    width: 100%;
    height: 240px;
    position: relative;
    float: left;
}
.news dd {
    width: 100%;
    float: right;
    position: relative;
       height: 160px;
    margin: 0 0 10px 0;
}
.news dd p {
    font-size: 14px;
    color: #666666;
    color: #666666;
    line-height: 25px;
    margin-top: 23px;
    text-overflow: ellipsis;
    overflow: hidden;
    height: auto;
}
.newshow .mainCon .article {
    position: relative;
    width: 100%;
    background: #fff;
    float: left;
}
.newshow .mainCon .article .context p {
    width: 100%;
    float: left;
    height: 70px;
    line-height: 70px;
    border: 1px solid #e7e7e7;
    border-top: 0px;
}
.newshow .mainCon .article .context p.NextNews {
    border-left: 1px solid #e7e7e7;
    width: 100%;
}
.newshow .mainCon .article .context p.NextNews a {
     text-align: center; 
}
}
.pro-box{ padding: 0 27px; position: relative;}
.swiper-pro{ margin-top: 30px;margin-bottom: 15px; text-align: center;}
.swiper-pro img{ width: 100%; margin-top: -10%; margin-bottom: -10%;}
.pro-tabs{ margin-left: -5px; margin-right: -5px; overflow: hidden; padding-bottom: 15px; text-align: center;}
.pro-tabs span{ display: inline-block; padding: 0  5px;}
.pro-tabs a{ border: solid 1px #cfcfcf; display: block; width: 100px; }
.pro-tabs img{ width: 100%; opacity: .5;}
.pro-tabs .active img{ opacity: 1;}

.pro-btn{ position: absolute; left: 0; top: 50%; margin-top: -17px; width: 100%; z-index: 9;}
.pro-left{ background: url(../images/pro-prev.jpg); width: 17px; height: 30px; position: absolute; left: 0; cursor: pointer; -webkit-background-size: cover;
background-size: cover;}
.pro-right{ background: url(../images/pro-next.jpg); width: 17px; height: 30px; position: absolute; right: 0; cursor: pointer; -webkit-background-size: cover;
background-size: cover;}
.pro-left:hover,.pro-right:hover{ background-position: left bottom;}
.pro-mess-btn-bg{ background: #429328;}
.pro-mess-tabs,.pro-mess-tabs li{ padding: 0; margin: 0; list-style: none;}
.pro-mess-tabs li{ float: left;}
.pro-mess-tabs li span,.pro-fw-btn span{ display: block; padding-top: 5px; text-align: center;}
.pro-mess-tabs a,.pro-fw-btn{ padding: 15px 10px; display: block; color: #fff; font-size: 12px; text-align: center;}
.pro-fw-btn{ background: #2e88cb; float: right; display:none;}
.pro-mess-tabs a:hover,.pro-fw-btn:hover{ color: #fff;}
.pro-mess-tabs img,.pro-fw-btn img{width: 30px;}
.pro-mess-tabs li.active{ background: url(../images/pro-mess-tabs-on.jpg) center bottom no-repeat;}
.pro-tab-content .tab-cont{ display: none;}
.pro-tab-content .active{ display: block;}
.pro-tab-content .tab-cont{ padding-top: 30px; padding-bottom: 30px;}
.tab-cont h3{ padding: 0; margin: 0; padding-bottom: 15px; font-size: 16px;}
.tab-cont img{ width: auto; max-width: 100%;}
.pro-tab-content .tab-cont *{ line-height: 1.8;}
.tj-box{ padding-bottom: 15px;}
.swiper-container .swiper-wrapper, .swiper-container .swiper-slide {
    height: auto !important;
}


@media (min-width: 320px) {
.pro-box{ padding: 0 27px; position: relative;}
.swiper-pro{ margin-top: 30px;margin-bottom: 15px; text-align: center;}
.swiper-pro img{ width: 100%; margin-top: -10%; margin-bottom: -10%;}
.pro-tabs{ margin-left: -5px; margin-right: -5px; overflow: hidden; padding-bottom: 15px; text-align: center;}
.pro-tabs span{ display: inline-block; padding: 0  5px;}
.pro-tabs a{ border: solid 1px #cfcfcf; display: block; width: 100px; }
.pro-tabs img{ width: 100%; opacity: .5;}
.pro-tabs .active img{ opacity: 1;}

.pro-btn{ position: absolute; left: 0; top: 50%; margin-top: -17px; width: 100%; z-index: 9;}
.pro-left{ background: url(../images/pro-prev.jpg); width: 17px; height: 30px; position: absolute; left: 0; cursor: pointer; -webkit-background-size: cover;
background-size: cover;}
.pro-right{ background: url(../images/pro-next.jpg); width: 17px; height: 30px; position: absolute; right: 0; cursor: pointer; -webkit-background-size: cover;
background-size: cover;}
.pro-left:hover,.pro-right:hover{ background-position: left bottom;}
.pro-mess-btn-bg{ background:#429328;}
.pro-mess-tabs,.pro-mess-tabs li{ padding: 0; margin: 0; list-style: none;}
.pro-mess-tabs li{ float: left;}
.pro-mess-tabs li span,.pro-fw-btn span{
	display: block;
	padding-top: 5px;
	text-align: center;
	font-weight: bold;
}
.pro-mess-tabs a,.pro-fw-btn{ padding: 15px 10px; display: block; color: #fff; font-size: 16px; text-align: center;}
.pro-fw-btn{ background: #2e88cb; float: right; display:none;}
.pro-mess-tabs a:hover,.pro-fw-btn:hover{ color: #fff;}
.pro-mess-tabs img,.pro-fw-btn img{width: 30px;}
.pro-mess-tabs li.active{ background: url(../images/pro-mess-tabs-on.jpg) center bottom no-repeat;}
.pro-tab-content .tab-cont{ display: none;}
.pro-tab-content .active{ display: block;}
.pro-tab-content .tab-cont{ padding-top: 30px; padding-bottom: 30px;}
.tab-cont h3{ padding: 0; margin: 0; padding-bottom: 15px; font-size: 16px;}
.tab-cont img{ width: auto; max-width: 100%;}
.pro-tab-content .tab-cont *{ line-height: 1.8;}
.tj-box{ padding-bottom: 15px;}
.swiper-pro img {
    width: 100%;
    margin-top: -10%;
    margin-bottom: -10%;
}
.pro-mess-btn-bg {
    background: #429328;
	overflow: hidden;
}
}

@media (min-width: 768px){
.pro-right {
    background: url(../images/pro-next.jpg);
    width: 34px;
    height: 60px;
    position: absolute;
    right: 140px;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}
.pro-left {
    background: url(../images/pro-prev.jpg);
       width: 34px;
    height: 60px;
    position: absolute;
    left: 140px;
    cursor: pointer;
    -webkit-background-size: cover;
    background-size: cover;
}
}
@media (min-width: 1290px) {
	.swiper-pro img{ width: 740px; height: 630px;}
	.swiper-pro .swiper-wrapper .swiper-slide div{ width: 740px; height: 482px;margin: auto;}
	
	.n-box-01{ height: auto; width: 50%; padding: 0 20px;}
	.pro-box {
    width: 1000px;
    margin: 0 auto;
    padding: 0 130px;
}

}  








/*底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 101%;
  display: none;
  z-index: 99999;
}
.phonefooternav ul li {
    width: 49.5%;
  background: #397b24;
  float: left;
  padding: 0 0;
  border-right: 1px solid #fff;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  /*padding: 10px 0;*/
}
@media (max-width: 1200px) {
.indexNews .slick {
    width: 45%;

}
}
@media (max-width: 1028px) {
.indexNews .slick {
    width: 100%;

}
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
}
@media (max-width: 480px) {
  .phonefooternav ul li {
    padding: 3px 0px;
  }
}
.zy_q a {
  display: inline-block;
  float: left;
}	
@-webkit-keyframes showBox{
	0% { -webkit-transform: rotate3d(1,0,0,0); }
	100% { -webkit-transform: rotate3d(1,0,0,-90deg); }
}
		
@-moz-keyframes showBox{
	0% { -moz-transform: rotate3d(1,0,0,0); }
	100% { -moz-transform: rotate3d(1,0,0,-90deg); }
}
/*-- w3layouts --*/
@-ms-keyframes showBox{
	0% { -ms-transform: rotate3d(1,0,0,0); }
	100% { -ms-transform: rotate3d(1,0,0,-90deg); }
}

		
@-webkit-keyframes hideBox{
	0% { -webkit-transform: rotate3d(1,0,0,-90deg); }
	100% { -webkit-transform: rotate3d(1,0,0,0); }
}

		
@-moz-keyframes hideBox{
	0% { -moz-transform: rotate3d(1,0,0,-90deg); }
	100% { -moz-transform: rotate3d(1,0,0,0); }
}

		d
@-ms-keyframes hideBox{
	0% { -ms-transform: rotate3d(1,0,0,-90deg); }
	100% { -ms-transform: rotate3d(1,0,0,0); }
}


