/*nav*/
.top{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: -webkit-gradient(linear, 0% 100%, 100% 0%, from(#19c57987), to(#bbd917));
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 18px 0px;
    height: 135px;
}
.head{
    width: 1380px;
    display: block;
    margin:  0px auto;
}
.yw{margin-top: -140px;}
.yw li{
    float: left;
}
.yw li a{}
.yw li a img{}
.nav ul.dh {
	overflow: hidden;
	margin: 0 auto;
	float: left;
}
.nav ul.dh li {
	float: left;
	height: 135px;
	line-height: 128px;
	width: 100px;
	text-align:  center;
}
.nav ul.dh li a {
	color: #2b457b;
	font-size: 18px;
	font-weight:  700;
}
.nav ul.dh li:hover{background: #65b22578;}
.nav ul.dh li:hover a{
    color: #ffffff;
    letter-spacing: 2px;
    transition: all 0.5s ease;
    font-weight: 700;
    font-size: 18px;
}
.nav ul.dh li ul.sub {
	width: 380px;
	line-height: 30px;
	position: absolute;
	z-index: 999;
	top: 135px;
	background: #ffffffb5;
	padding: 20px;
}
.nav ul.dh li:hover ul.sub {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
}
.nav ul.dh li ul.sub li {
	float: left;
	height: 35px;
	width: 160px;
	line-height: 35px;
	position: relative;
	background: #ffffff;
	margin-top: 10px;
	border-radius: 5px;
	margin-right: 20px;
	border: 1px solid #78cb32c7;
}
.nav ul.dh li ul.sub li:hover {
	background: #7bdb46;
}
.nav ul.dh li ul.sub li:hover a {
	
color: white;
}
.nav ul.dh li ul.sub li a {
	color: #000000;
	font-weight: normal;
	font-size: 14px;
}
.sub01{width: 230px;}
.subimg img{
    margin-top: 12px;
}
.logo a img{
    margin-top:  10px;
    margin-right: 83px;
}
.logo{float:  left;margin-top: 16px;margin-right: 35px;}
.banner {
}
/*main*/
.mainleft ul li span{
    position: absolute;
    transition: all 0.6s ease;
    color: #ec3c36;
}
.mainleft ul li span:hover{
    transform: rotate(360deg);
}
.mainleft {
	float: left;
	margin-bottom: 20px;
}
.mainleft ul {
	width: auto;
}
.mainleft ul li {
	float: left;
	position:  relative;
	background: -webkit-gradient(linear, 0% 100%, 100% 0%, from(#19c57987), to(#bbd917));
	margin-right: 50px;
	margin-bottom: 10px;
	width: 200px;
	height: 200px;
	border: 1px solid #70db50;
	margin-left: 50px;
	border-radius: 500px;
}
.mainleft ul li span{
    position: absolute;
    transition: all 0.6s ease;
    color: #ffffff;
    left: 45px;
}
.mainleft ul li span:hover{
    transform: rotate(360deg);
}
.mainleft ul li a {margin-left: 64px;}
.mainleft ul li a h2 {
	font-size: 15px;
	text-align: center;
	position:  absolute;
	bottom: 26px;
	left: 65px;
	color: white;
	font-size: 18px;
}
.mainleft ul li a h2:hover {
	font-weight: 700;
	font-size: 20px;
	transition: all 0.5s ease;
	color: white;
}
/*about*/
.about{
    background: url(../images/bj.jpg) no-repeat center;
    height: 600px;
}
.text img{
    margin:  0 auto;
    display:  block;
    padding-top: 25px;
}
.jj p{
    line-height:  30px;
    text-indent: 2em;
    margin: 55px 0px;
    color: #535854;
    font-size: 15px;
}
/*products*/
.products {background: url(../images/bg.jpg) no-repeat center;overflow:  hidden;}
.content .fl {
	height: 32px;
	margin: 30px 0;
	zoom: 1;
	text-align:  center;
}
.fl li {
	display:  inline-block;
	width: 16%;
	background: #ffffff;
	text-align: center;
	margin: 0 1%;
	border-radius:  30px;
	box-shadow: -1px 2px 11px 2px #6fcb24;
}
.fl li a {
	line-height: 32px;
	font-size: 16px;
	letter-spacing: 1px;
	display: block;
	color: #000;
}
.content .cp {
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
}
.cp li {
	float: left;
	width: 23%;
	margin-bottom: 36px;
	border: 10px solid #ffffff8c;
}
.cp li:not(:nth-child(4n+1)) {
 margin-left: 2.65%;
}
.cp li .img {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cp li .img img {
	width: 100%;
	transition: all .8s ease-in-out;
	display: block;
}
.cp li:hover .img img {
	transform: scale(1.1);
}
.cp li .img .yc {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.21);
	top: 100%;
	left: 0;
	color: #ffffff;
	transition: all 0.4s;
}
.cp li:hover .img .yc {
	top: 0;
}
.cp li .img .yc a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.cp li .img .yc span {
	color: #fff;
	height: 50px;
	width: 50px;
	line-height: 50px;
	font-size: 55px;
	margin-top: 30%;
	display: inline-block;
	letter-spacing: 1px;
}
.cp li .img .yc span i:hover {
	background-color: #0166ce;
	transform: rotate(360deg);
}
.cp li .name {
	position: relative;
	overflow: hidden;
	background: #fff;
	width: 100%;
	text-align: center;
}
.cp li .name p {
	font-size: 15px;
	color: #161616;
	position: relative;
	z-index: 1;
	transition: all 0.4s;
	letter-spacing: 1px;
}
.cp li .name a {
	padding: 10px;
	display: block;
}
.cp li:hover .name a {
	color: #fff;
}
.cp li .name:after {
	position: absolute;
	left: 0;
	bottom: 100px;
	content: "";
	width: 100%;
	height: 100px;
	background: #46d128;
	display: block;
	transition: all 0.4s;
}
.cp li:hover .name:after {
	bottom: 0;
}
/*News*/
.news{background: #edfeee;overflow:  hidden;}
.news-left{
    float:  left;
    margin-top: 70px;
    margin-bottom:  70px;
}
.news-left ul{
    border-top: 1px solid #e8e7e7;
}
.news-left ul li{
    width: 550px;
    border-bottom: 1px solid #e8e7e7;
    height: 60px;
}
.news-left ul li a{
}
.news-left ul li a span{
    float:  left;
    border-right: 1px solid #e8e7e7;
    line-height: 60px;
    width: 162px;
    text-align:  center;
    font-size: 15px;
}
.news-left ul li a p{
    line-height: 60px;
    text-indent: 2.2em;
    font-size: 15px;
}
.news-right{
    float:  right;
    width: 600px;
    margin-top:  70px;
}
.news-left ul li a span img{
    margin-right: 8px;
}
.news-left ul li:hover{
    transition: 1s ease-out;
    /* box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.31); */
    border-radius: 5px;
    /* background: -webkit-gradient(linear, 0% 100%, 100% 0%, from(#19c57987), to(#bbd917)); */
}
.news-left ul li:hover a p{
    color: #5ebc32;
    letter-spacing: 1px;
    transition: all 0.5s ease;
}
.sj{color:  red;line-height:  30px;}
.news-left ul li:hover a span{
}
.news-right img{
    margin-bottom: 10px;
}
.news-right a h1{
    font-size: 22px;
}
.news-right p{
    line-height:  28px;
}
.gduo a img{
    margin-top: 15px;transition: all 0.6s ease;
}
.gduo{
    float:  right;
    margin-right: 36px;
}
.gduo a:hover img{transform: translate(20px, 0);
}
/*footer*/
.footer {
	height: 224px;
	background: -webkit-gradient(linear, 0% 100%, 100% 0%, from(#a5df3d), to(#64d76a));
}
.footlogo {
	width: 175px;
	height: 172px;
	border-right: 1px solid #98ec94;
	margin-top: 30px;
	float: left;
}
.footernav {
	width: 256px;
	margin-left: 35px;
	height: 172px;
	border-right: 1px solid #98ec94;
	float: left;
	margin-top: 30px;
}
.footerpe {
	width: 219px;
	height: 172px;
	border-right: 1px solid #98ec94;
	float: left;
	margin-top: 30px;
}
.footernav ul li {
	width: 115px;
	float: left;
	display: block;
	color: white;
}
.footernav ul li a {
	display: block;
	height: 28px;
	text-decoration: none;
	color: #ffffff;
	text-align: left;
	vertical-align: middle;
	line-height: 28px;
}
.footernav ul li a:hover {
	color: #fff900;
}
.contact_us {
	width: 335px;
	height: 172px;
	border-right: 1px solid #98ec94;
	float: left;
	margin-top: 30px;
}
.contact_us ul li {
	display: block;
	width: 300px;
	height: 30px;
	text-decoration: none;
	color: #666666;
	margin: 0px 0px 0px 40px;
	text-align: left;
	vertical-align: middle;
	line-height: 25px;
}
.contact_us ul li span {
	padding-left: 10px;
	color: white;
}
.two {
	width: 150px;
	height: 147px;
	float: right;
	margin-top: 30px;
	color: white;
}
.two img {
	margin-top: 28px;
	margin-left: 25px;
}
.footerbe {
	width: 100%;
	height: 39px;
	background-color: #000000;
	text-align: center;
	vertical-align: middle;
	line-height: 39px;


	margin-top: 1px;
}
.footerpe ul .footerbt {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	margin-left: -57px;
}
.footerpe ul {
	font-size: 14px;
	color: #333333;
	text-align: center;
}
.contact_us ul .contact_us_bt {
	font-size: 14px;
	color: #ffffff;
}
.footerpe ul li a {
	display: block;
	width: 146px;
	height: 28px;
	text-decoration: none;
	color: #ffffff;
	margin: 0px 0px 0px 50px;
	text-align: left;
	vertical-align: middle;
	line-height: 28px;
}
.footerpe ul li a:hover {
	color: #fefefe;
}
.footerbel p {
	color: #ffffff;
	float:  left;
	margin-left: 230px;
}