*{
	margin: 0;
	padding: 0;
	list-style: none;
}
.wrap{
	padding-top: 87px;
}
.headwrap{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
}

.headwire{
	width: 100%;
	height: 7px;
	background: #008024;
}

.header{
	width: 100%;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	justify-content: space-between;
	background: #FFFFFF;
	height: 80px;
}
.logoimg{
	width: 420px;
	font-size: 0;
	padding-left: 64px;
}
.logoimg img{
	width: 420px;
	display: block;
}
.linkwrap{
	display: flex;
	align-items: center;
	width: calc(100% - 400px);
	box-sizing: border-box;
	padding-right: 100px;
	justify-content: flex-end;
}
.linklist{
	width: calc(100% - 150px);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.linklist li{
	margin-right: 5%;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
}
.active-li{
	color: #26753E !important;
	position: relative;
}
.active-li::after{
	content:'';
	width: 80%;
	height: 3px;
	background: #00972B;
	position: absolute;
	bottom: -20px;
	left: 10%;
}


.footerwrap{
	width: 100%;
}
.footertop{
	width: 100%;
	display: flex;
	align-items: center;
	position: relative;
	justify-content: space-between;
}
.footerleft{
	width: 50%;
	height: 556px;
	box-sizing: border-box;
	padding-top: 96px;
}

.footerinput{
	width: 589px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-bottom: 10px;
}
.footerinput input{
	outline: none;
	width: 290px;
	height: 50px;
	background: #EDEDED;
	border-radius: 5px;
	border: none;
	box-sizing: border-box;
	padding-left: 16px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
}

.footertextare{
	width: 589px;
	margin: 0 auto;
}
.footertextare textarea{
	width: 589px;
	height: 172px;
	background: #EDEDED;
	border-radius: 5px;
	border: none;
	outline: none;
	box-sizing: border-box;
	padding: 15px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333333;
	resize: none;
}

.f-leftbtm{
	width: 589px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	margin-top: 17px;
}

.f-leftbtmtext{
	width: 308px;
	height: 32px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #9A9A9A;
	line-height: 18px;
}

.f-leftbtmbtn{
	width: 118px;
	height: 39px;
	background: #056B3D;
	border-radius: 5px;
	text-align: center;
	border: 0;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
}


.footerright{
	width: 50%;
	height: 556px;
	background: url(../images/f-rightback.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	box-sizing: border-box;
	padding-top: 5%;
	padding-left: 10%;
}
.f-rightdiv{
	display: flex;
	align-items: center;
	font-size: 17px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 10px;
}


.f-wimgwrap{
	display: flex;
	align-items: center;
	margin-top: 36px;
}

.f-addbox{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-right: 33px;
}
.f-addimg{
	width: 180px;
	height: 180px;
	display: block;
}
.f-addtext{
	font-size: 12px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 23px;
}


.footerbotm{
	width: 100%;
	height: 57px;
	background: #333333;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 57px;
}
.newshead{
	width: 100%;
	/* padding-top: 362px;
	background: url(../images/productback.png);
	background-size: 100%;
	background-position: center -86px;
	background-repeat: no-repeat;
  */
}
.newtabwrap{
	display: flex;
	justify-content: center;
	margin-top: 81px;
}
.newtabwrap p{
	width: 208px;
	height: 68px;
	background: rgba(0,0,0,0.2);
	text-align: center;
	line-height: 68px;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #111111;
	margin: 0 15px;
}
.tabactive{
	background: #008024 !important;
	color: #FFFFFF !important;
}
.detailswrap{
	padding: 0 250px;
	display: flex;
	padding-top: 60px;
}
.detailsleft{
	width: 329px;
}
.d-leftbox{
	width: 328px;
	height: 70px;
	background: #008024;
	font-size: 22px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #FEFEFE;
	text-align: center;
	line-height: 70px;
	margin-bottom: 24px;
}
.d-leftcon{
	width: 329px;
	height: 59px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	box-sizing: border-box;
	padding: 0 30px 0 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.d-leftcon .backimg{
	width: 9px;
	height: 14px;
	background: url(../images/xiangy.png);
	background-size: 100% 100%;
}
.con-active .backimg{
	width: 9px;
	height: 14px;
	background: url(../images/xiangy2.png);
	background-size: 100% 100%;
}
.d-leftcon img{
	width: 9px;
	height: 14px;
	display: block;
}
.d-leftcon:hover{
	border: 1px solid #008024;
	color: #008024;
	cursor: pointer;
}
.d-leftcon:hover .backimg{
	width: 9px;
	height: 14px;
	background: url(../images/xiangy2.png);
	background-size: 100% 100%;
}
.con-active{
	border: 1px solid #008024;
	color: #008024;
}

.detailright{
	width: calc(100% - 372px);
	margin-left: 43px;
	display: flex;
	flex-wrap: wrap;
}
.detailbox{
	width: 32.5%;
	margin-right: 1%;
	margin-bottom: 10px;
	cursor: pointer;
}
.detailbox:hover p{
	color: #008024;
	border-color: #008024;
}
.detailimgbox{
	/* height: 272px; */
    border: 1px solid #EEEEEE;
 
	border-bottom: none; 
	overflow: hidden;
}
.detailbox:hover .detailimgbox {border-color: #008024;}
.detailimgbox .box{
	/* display: flex;
    align-items: center;
    justify-content: center;
	align-content:center;
line-height: 272px; */

}
.detailbox:nth-child(3n){
	margin-right: 0;
}
.detailbox img{
	/* height: 272px;
    object-fit: scale-down; */
	width: 100%;
	transform: scale(1);
	transition: all 1s;
}

.detailbox:hover img{
	transform: scale(1.1);
	transition: all 1.1s;
}

.detailbox p{
	/* width: 330px; */
	height: 60px;
	border: 1px solid #EEEEEE;
	border-top: none; 
	font-size: 14px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #333;
	text-align: center;
	line-height: 60px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footercent{
	width: 86px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.footercent img{
	width: 86px;
	height: 86px;
	display: block;
}
a{
	outline: none;
	text-decoration: none;
	color: #333333;
}
.h-headimg {
	width: 100%;
	 
}

@media screen and (max-width:960px) {
	.h-headimg {
		width: 100%;
		display: block;
	}
	.newshead{
		padding: 0;
		padding-top: 50px;
		background: none;
	}
	.detailswrap{
		padding: 0;
	}
	.d-leftbox{
		width: 164px;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		margin: 0;
	}
	.d-leftcon{
		width: 164px;
		height: 50px;
		font-size: 18px;
		padding: 0;
		margin: 0;
		justify-content: center;
	}
	.d-leftcon p:nth-child(2){
		display: none;
	}
	
	
	.con-active{
		border: none;
		border-bottom: 1px solid #008024;
	}
	.detailright{
		width: calc(100% - 184px);
		margin-left: 10px;
	}
	.detailbox{
		margin-right: 0;
		width: 100%;
	}
	.detailbox img{
		width: 100%;
		height: auto;
	}
	.detailbox p{
		width: 100%;
		height: 40px;
		line-height: 40px;
	}
 
	
}




.Type{ color: #fff; background: #008024; padding:5.5% 10% 5.5% 21.05%; font-size: 24px;  line-height: 36px; }
.Type .i1{ display: inline-block; vertical-align: middle; height: 34px; width: 34px; background-position: -106px -58px; margin-right: 10px; position: relative; top:-2px; }
.Box{ margin-top: 7px; background-color: #fff; padding:10px 0;    border: 1px solid #dddddd; }
.pBox .on{border: 1px solid #008024;}
.Box:hover {border: 1px solid #008024;}
.Box .title{ font-size: 16px;font-weight: bold; padding:0 25px; line-height: 22px; }
.Box .title span{ display: block; position: relative; padding:10px 25px 10px 0; cursor: pointer; border-bottom: 1px dashed transparent; }
.Box .title .icons{ display: block; height: 14px; width: 9px; position: absolute; top:50%; right: 0; margin-top: -5px; background-position: -255px 4px;    background: url(../images/xiangy.png);
    background-size: 100% 100%; }

 .pBox .on .icons{	background: url(../images/xiangy2.png);
    background-size: 100% 100%;}
	.Box:hover .title .icons {background: url(../images/xiangy2.png);
		background-size: 100% 100%;}
		.Box .dl{   display: none; width: 84%;margin: 0px 7%;}


		.Box .dl dd{ border-top: 1px dashed #ddd;}
		.Box .dl a{ display: block; padding:13px 0px; background-color: #fff;   color:#666666; font-size: 14px;}
		.Box .dl .hov a{ color:#008024; }
		.Box .dl .icons{ display: inline-block; height: 20px; width:20px; background-position: -328px 1px; vertical-align: middle; }
		.Box .dl a:hover{  color:#008024; }
		.Box .dl a:hover .icons{ background: url(../images/xiangy2.png);
			background-size: 100% 100%;}
		.Box .title span:hover{ color:#008024; }
		 
		.pBox .on span {
			color: #008024;
		}



@media only screen and (max-width: 768px){
	.detailsleft{
		width: 100%;
	}
    .l-type {
		float: none;
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.l-type .pBox {
		display: none;
	}
    .l-type .Type{ padding:15px; font-size: 18px; }
    .l-type .Type .i1{ transform: scale(0.8); }
    .l-type .Box{ padding:5px 0; }
    .l-type .Box .title{ font-size: 14px; line-height: 18px; padding:0 15px; }
    .l-type .Box .title span{ padding-top:15px; padding-bottom:15px; }
    #pInfo{ margin-top: 15px; }
    #pInfo .Block1{ margin-bottom: 15px; }
    #pInfo .Block1 .imgBox{ width: 100%; float: none; display: block; }
    #pInfo .Block1 .cont{ width: 100%; float: none; display: block; }
    #pInfo .Block1 .title{ font-size: 18px; }
    #pInfo .Block1 .longtitle{ font-size: 14px; }
    #pInfo .Block1 .Feature .ll li{ padding:2px 0; }
    #pInfo .Block1 .share{ padding:15px 0; }
    #pInfo .Block1 .advisory{ margin:0; width: 100%; text-align: center; }
    #pInfo .Bcont{ padding-top: 15px; }
    #pInfo .Bcont .bg0{ padding:15px; }
    #pInfo .Bcont .title{ font-size: 16px; margin-bottom:5px; }
    #pInfo .Bcont .content{ line-height: 24px; overflow: hidden; }
    #pInfo .Bcont .content .divCBox{ overflow-x: auto; }
    #pInfo .Bcont .content .divCBox table{ width: auto; }
    #pInfo .Bcont .content .divCBox::-webkit-scrollbar-track-piece {
        background-color: rgba(0, 0, 0, 0);
        border-left: 1px solid rgba(0, 0, 0, 0);
    }
    #pInfo .Bcont .content .divCBoxt::-webkit-scrollbar {
        width: 5px;
        height: 13px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #pInfo .Bcont .content .divCBox::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.5);
        background-clip: padding-box;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        min-height: 28px;
    }
    #pInfo .Bcont .content .divCBox::-webkit-scrollbar-thumb:hover {
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }
    #pInfo .Bcont+.Bcont{ padding:0; }
    #pInfo .Block4{ padding-bottom: 0; }
    #pInfo .Block4 .Btitle{ font-size: 16px; padding:15px 0 5px; }

  
}