* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@font-face {
	font-family: 'zt';
	src: url(http://www.jinshanhg.cn/skin/www/fonts/DINCOND-REGULAR.OTF);
}

ul,
ol {
	list-style: none
}

img {
	border: none;
	vertical-align: middle
}

a {
	display: inline-block;
	text-decoration: none
}

.cen {
	width: 1200px;
	margin: 0 auto;
}

.header {
	width: 100%;
	/*background: url(../img/header_bj.jpg) no-repeat;*/
	background: #107ccd;
	/*overflow: hidden;*/
	background-size: cover;
	background-position: center;
	position: fixed;
	top: 0px;
	z-index: 9999;
}

.header_cen {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo img {
	height: 60px;
}

.nav ul li {
	float: left;
	padding: 0 18px;
	text-align: center;
	height: 80px;
	position: relative;
}

.nav ul li a {
	position: relative;
	display: inline-block;
	width: 100%;
	font-weight: bold;
	height: 77px;
	line-height: 80px;
	color: #fff;
}

.nav ul li>a:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	width: 0;
	height: 3px;
	background: #00aa48;
	transition: all .8s;
}

.nav ul li>a:hover:after {
	left: 0%;
	width: 100%;
}

.nav .nav_down {
	position: absolute;
	z-index: 4;
	left: 0;
	top: 80px;
	overflow: hidden;
	display: none;
}

.nav .nav_down a {
	width: 100px;
	height: 40px;
	background: rgba(0, 0, 0, 0.8);
	text-align: center;
	transition: all ease 1s;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 3px;
	box-sizing: border-box;
	border-bottom: 1px solid #666;
}

.nav .nav_down a:hover {
	background: #00aa48;
}

.tel img {
	margin-right: 17px;
}

.tel span {
	font-size: 30px;
	font-family: 'zt';
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
}


/*banner*/

.ban_video {
	width: 100%;
	height: calc(100vh - 80px);
	position: relative;
	z-index: -1;
	top: 80px;
}

.video_ban {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
}

.video_ban img {
	margin-top: 40vh;
}


/*公司简介*/

.about {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 100px auto;
}

.about_l {
	width: 490px;
	position: relative;
	z-index: 999;
}

.about_r {
	width: 650px;
	height: 450px;
}

video {
	object-fit: fill;
}

.about_img {
	position: absolute;
	right: -180px;
	bottom: -75px;
}

.about_l p:first-child {
	font-size: 32px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
}

.about_l p:not(:first-child) {
	color: #868686;
	line-height: 28px;
	margin-bottom: 30px;
}

.about_l a {
	margin-top: 50px;
	width: 190px;
	height: 48px;
	border: 1px solid #00aa48;
	/*background: linear-gradient(90deg, #00aa48 0%, #63cf91 100%);*/
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	transition: all 0.35s;
}

.about_l a span {
	color: #333;
}

.about_l a:hover {
	padding: 0 35px;
}


/*拦腰*/

.ly {
	width: 100%;
	height: 420px;
	background: url(../image/ly.png) no-repeat;
}

.ly_cen {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ly_l p {
	width: 160px;
	height: 45px;
	color: #EEEEEE;
	line-height: 45px;
	text-align: center;
	border-right: 3px solid rgba(0, 0, 0, 0);
	transition: all 0.5s;
}

.ly_l p.active {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-right: 3px solid #00aa48;
}

.ly_l p:hover {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
	border-right: 3px solid #00aa48;
}

.ly_r {
	width: 1040px;
	border-left: 1px solid #999;
	padding: 26px 0 26px 40px;
}

.ly_text p:first-child img {
	margin-right: 10px;
}

.ly_text p:first-child span {
	font-size: 20px;
	color: #EEEEEE;
	vertical-align: middle;
}

.ly_text p:nth-child(2) {
	width: 719px;
	color: #EEEEEE;
	line-height: 28px;
	margin: 33px 0 54px 0;
}

.ly_text a {
	width: 190px;
	height: 48px;
	border: 1px solid #00aa48;
	/*background: linear-gradient(90deg, #00aa48 0%, #63cf91 100%);*/
	border-radius: 4px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 24px;
	transition: all 0.35s;
}

.ly_text a span {
	color: #FFFFFF;
}

.ly_text a:hover {
	padding: 0 35px;
}

footer {
	width: 100%;
	height: 190px;
	background: #434343;
}

.footer_cen {
	height: 190px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_l p:first-child {
	color: #FFFFFF;
	font-weight: bold;
}

.footer_l p:nth-child(2) {
	padding: 15px 0 24px 0;
}

.footer_l p:nth-child(2) img {
	margin-right: 16px;
}

.footer_l p:nth-child(2) span {
	font-size: 30px;
	font-family: 'zt';
	font-weight: bold;
	color: #00aa48;
	line-height: 28px;
	vertical-align: middle;
}

.footer_l p:nth-child(3),
.footer_l p:nth-child(4) {
	color: #FFFFFF;
}

.footer_r {
	text-align: right;
}

.footer_r p:first-child img {
	margin-left: 53px;
	margin-bottom: 36px;
}

.footer_r p:not(:first-child) a {
	color: #999;
	margin-left:10px;

}
.footer_r p:not(:first-child){
    	display: flex;
    	justify-content: flex-end;
}

/*合作伙伴*/

.Partner {
	width: 100%;
	height: 330px;
	background: #f5f5f5;
	overflow: hidden;
}

.Partner_tit {
	text-align: center;
	margin: 50px 0 30px 0;
}

.Partner_tit p {
	display: flex;
	justify-content: center;
	align-items: center;
}

.Partner_tit p span:first-child,
.Partner_tit p span:last-child {
	display: inline-block;
	width: 40px;
	height: 2px;
	background: #999999;
}

.Partner_tit p span:nth-child(2) {
	color: #000000;
	font-size: 32px;
	font-weight: bold;
	margin: 0 8px;
}

.Box {
	position: relative;
}

.Box .content {
	width: 100%;
}

.Box .Box_con {
	position: relative;
}

.Box .Box_con .conbox {
	position: relative;
	overflow: hidden;
}

.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}

.Box .Box_con .conbox ul li {
	float: left;
	width: 232px;
	height: 170px;
	margin-left: 8px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}

.Box .Box_con .conbox ul li .Partner_img {
	display: block;
	width: 232px;
	height: 130px;
	overflow: hidden;
}

.Box .Box_con .conbox ul li .Partner_img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.Box .Box_con .conbox ul li p {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
	color: #333333;
	line-height: 40px;
}

.Box .Box_con .conbox ul li:hover img {
	transform: scale(1.1);
}


/*公司简介*/

.zy_ban {
	width: 100%;
	margin-top: 80px;
}

.zy_ban img {
	max-width: 100%;
}


/*子导航*/

.zy_nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 50px auto;
}

.zy_nav_l a {
	padding: 12px 20px;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	font-size: 14px;
	color: #333333;
	transition: all 0.5s;
	margin-right: 18px;
}

.zy_nav_l a.nav_active,
.zy_nav_l a:hover {
	color: #FFFFFF;
	background: #009944;
	border: 1px solid #009944;
}

.zy_nav_r span {
	vertical-align: middle;
}

.zy_nav_r a {
	font-size: 14px;
	color: #787878;
}

.zy_tit p:first-child {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
	margin: 9px 0 20px 0;
}

.zy_tit p:last-child {
	width: 40px;
	height: 4px;
	background: #00AA48;
}

.zy_about {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 39px;
	margin-bottom: 52px;
}
.zy_about img{
    max-width: 100%;
}
.zy_about_l {
	width: 690px;
}

.zy_about_l p {
	color: #787878;
	line-height: 28px;
	text-indent: 2rem;
	margin-bottom: 15px;
}

.zy_about_r {
	width: 480px;
}

.zy_about_r img {
	max-width: 100%;
}

.zy_about_content {
	width: 100%;
	background: url(../image/about_bj.jpg) no-repeat top;
}

.about_content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 90px;
}

.about_content_l {
	width: 410px;
	height: 670px;
	background: url(../image/about_content_bj.png) no-repeat;
	text-align: center
}

.about_content_l p:first-child {
	margin-top: 80px;
}

.about_content_l p:nth-child(2) {
	width: 42px;
	height: 2px;
	background: #C25E15;
	margin: 20px auto 25px auto;
}

.about_content_l p:last-child {
	font-size: 20px;
	color: #C25E15;
}

.about_content_r {
	width: 790px;
	height: 670px;
	background: #FFFFFF;
	box-shadow: 0px 5px 13px 0px rgba(12, 76, 173, 0.12);
	padding: 40px 30px;
}

.about_content_r p {
	color: #787878;
	line-height: 28px;
	margin-bottom: 15px;
}

.about_content_r img {
	margin-top: 25px;
}
.about_content_img{
    display: flex;
	justify-content: space-between;
	align-items: center;
}
.about_content_img img{
    width: 32%;
    	
}

/*产品中心*/

.zy_product_tit p:first-child {
	font-size: 26px;
	font-weight: bold;
	color: #333333;
}

.zy_product_tit p:last-child {
	font-size: 18px;
	color: #00AA48;
	font-family: 'zt';
	font-weight: bold;
	margin: 10px 0 50px 0;
}

.zy_product:nth-child {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 154px;
}
.zy_product{
	/*margin-bottom: 50px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.zy_product a {
	width: 288px;
	height: 245px;
	text-align: center;
	margin-bottom: 25px;
}
.zy_product a.zy_product_list{
    width: 288px;
    height: 0px;
}
.zy_product a .zy_product_img {
	width: 100%;
	height: 200px;
	overflow: hidden;
}

.zy_product a .zy_product_img img {
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.zy_product a p {
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #FFFFFF;
	background: #626262;
	transition: all 0.5s;
	padding: 0 5px;
}

.zy_product a:hover p {
	color: #FFFFFF;
	background: #009944;
}

.zy_product a:hover img {
	transform: scale(1.1);
}


/*新闻中心*/

.zy_news {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.zy_news_l {
	width: 768px;
}

.zy_news_l_text a {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 39px 27px 30px 0;
	border-bottom: 1px solid #DDDDDD;
	transition: all 0.5s;
}

.zy_news_l_text a .news_l_time {
	font-size: 30px;
	color: #787878;
	font-family: 'zt';
	font-weight: bold;
}

.zy_news_l_text a .news_l_text {
	width: 600px;
}

.news_l_text p:first-child {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: all 0.5s;
}

.news_l_text p:last-child {
	font-size: 14px;
	color: #787878;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.zy_news_l a:hover {
	background: #EEEEEE;
}

.zy_news_l a:hover .news_l_text p:first-child {
	color: #009944;
}

.page {
	text-align: center;
	padding: 40px 0 115px 0;
}

.page b,
.page a {
	padding: 14px 19px;
	background: #EEEEEE;
	font-size: 14px;
	color: #787878;
	transition: all 0.5s;
}

.page b {
	color: #009944;
}

.page a:hover {
	color: #009944;
}

.zy_news_r {
	width: 400px;
	height: 300px;
	background: #F2F2F2;
	padding: 20px 30px 0 30px;
}

.zy_news_r p:first-child {
	font-size: 30px;
	font-family: 'zt';
	color: #787878;
	font-weight: bold;
	
}

.zy_news_r p:nth-child(2) {
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin: 18px 0 23px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;

}

.zy_news_r p:nth-child(3) {
	font-size: 14px;
	color: #787878;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.zy_news_r a {
	font-size: 14px;
	color: #009944;
	line-height: 28px;
	margin-top: 30px;
}

.details {
	width: 768px;
	margin-bottom: 70px;
}

.details_tit p:first-child {
	font-size: 30px;
	font-family: 'zt';
	color: #787878;
	font-weight: bold;
}

.details_tit p:last-child {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	padding: 20px 0 42px 0;
}

.details_contant p {
	color: #787878;
	line-height: 28px;
	margin-bottom: 26px;
}

.details_contant img {
	/*margin-bottom: 26px;*/
	max-width: 700px;
}


/*联系我们*/

.contact {
	width: 100%;
	/*height: 300px;*/
	background: #F2F2F2;
}

.cen_contact {
	display: flex;
	align-items: flex-start;
	padding: 30px 0;
}

.cen_contact div {
	margin-right: 60px;
}

.cen_contact div:nth-child(2) p:first-child {
	font-size: 20px;
	font-weight: bold;
	color: #00AA48;
	margin-bottom:15px;
}


.cen_contact div:nth-child(2) p:not(:first-child){
	color: #787878;
	line-height: 30px;
}

.product_details {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.product_details_l {
	width: 577px;
}

.product_details_l img {
	max-width: 100%;
}

.product_details_r {
	width: 570px;
}

.product_details_tit {
	font-size: 20px;
	font-weight: bold;
	color: #231F1E;
	margin: 20px 0 30px 0;
}
.product_details_text{
	margin-bottom: 30px;
}
.product_details_text p:first-child{
	
color: #009944;
padding-bottom: 10px;
border-bottom: 1px solid #DDDDDD;
margin-bottom: 14px;
}
.product_details_text p:not(:first-child){
	
color: #787878;
line-height: 30px;
}
.product_details_text img{
	max-width: 100%;
}

.product_details_text table td{
    text-align: center;
    color: #787878;
    line-height: 30px;
    border: 1px solid #ddd;
}




.side{position:fixed;width:54px;height:275px;right:0;top:50%;z-index:100;}
.side ul li{width:54px;height:54px;float:left;position:relative;border-bottom:1px solid #444;}
.side ul li .sidebox{position:absolute;width:54px;height:54px;top:0;right:0;transition:all 0.3s;background:#107ccd;opacity:0.8;filter:Alpha(opacity=80);color:#fff;font:14px/54px "微软雅黑";overflow:hidden;}
.side ul li .sidetop{width:54px;height:54px;line-height:54px;display:inline-block;background:#107ccd;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.side ul li .sidetop:hover{background:#00aa48;opacity:1;filter:Alpha(opacity=100);}
.side ul li img{float:left;}
