@charset "utf-8";
/* CSS Document */

*{margin:0;padding:0;-webkit-tap-highlight-color: transparent;font-family:'microsoft yahei';
-webkit-text-size-adjust: none;}
body{
	font-family:'microsoft yahei';
}
a{
text-decoration: none;
color:#333;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
-webkit-user-select: none;
-moz-user-focus: none;
-moz-user-select: none;
}
.l{float:left;}
.r{float:right;}
.textcenter{text-align:center;}
li{list-style-type:none;}
em{font-style:normal}
.block{display:block;}
.none{display:none;}
.border3{border-radius:3px;}
.border5{border-radius:3px;}
.mrw10{margin-right:10px;}
.miw10{margin-left:10px;}
.mrw15{margin-right:15px;}
.miw15{margin-left:15px;}
.mrw20{margin-right:20px;}
.mlw20{margin-left:20px;}

#UpdateHint{
	width:100%;
	height:auto;
	overflow:hidden;
	display:none;
	margin:0 auto -100px auto;
	position:fixed;
	left:0;
	top:50%;
	z-index:99999999;
	text-align:center;
}
#UpdateHint span{
	display:inline-block;
	vertical-align: middle;
	padding:20px 30px;
	background: rgba(0,0,0, 0.8);
	font:20px/30px 'microsoft yahei';
	text-align:center;
	color:#fff;
	
}
#UpdateHint .ok{
	font:20px/30px 'microsoft yahei';
	color:#fff;
	background: rgba(18,166,10, 0.8);
}

/* .CommonMask{
	display:none;
	width:100%;
	height:100vh;
	background: rgba(0,0,0, 0.8);
	position:fixed;
	top:0;
	left:0;
	z-index:9990;
} */
.CommonMaskTop{
	display:none;
	width:100%;
	height:100vh;
	background: rgba(0,0,0, 0.8);
	position:fixed;
	top:0;
	left:0;
	z-index:999998;
}

/*大于1024像素*/
@media all and (min-width:/*1020*/20px){
.maxw{
	max-width:1200px;
}
.maxw1{
	max-width:1200px;
}
/*显示与隐藏*/
.pc{display:block;}
.move{display:none;}
.headerTOPH{
	height:48px;
}
.headerTOPH2{
	height:0px;
}
.topFloat{
	width:100%;
	height:48px;
	position:fixed;
	top:0;
	left:0;
	z-index:9999;
}
header{
	width:100%;
	height:60px;
	background: rgba(255,255,255, 0.9);
	position:fixed;
	z-index:99999;
	left:0;
	top:0;
	/*border-bottom:1px solid #ddd;*/
}
header .main{
	width:1400px;
	height:60px;
	margin:0 auto;
}
header .main .logo{
	display:block;
	height:48px;
	margin-top:6px;
	float:left;
	margin-right:18px;
	margin-right:30px;
}
header .main .logo img{
	display:block;
	height:48px;
}


header .main nav{
	float:right;
	height:60px;
	margin-right: 200px;
}

header .main section{
	float:right;
	height:60px;
	margin-left:40px;
}
header .main section .searchBut{
	display:block;
	width:30px;
	height:30px;
	border-radius:20px;
	background-color:#666;
	cursor:pointer;
	margin:15px 0 0 0;
	transition-duration:0.2s;
	float:left;
	position:relative;
}
header .main section .searchBut:hover{
	background-color:#4D8E4C;
}
header .main section .searchBut i{
	display:block;
	width:30px;
	height:30px;
	text-align:center;
	line-height:30px;
	font-size:18px;
	color:#fff;
}
header .main section .searchBut .searchDiv{
	display:none;
	width:440px;
	height:60px;
	padding:0 10px;
	background: rgba(255,255,255, 0.8);
	position:absolute;
	top:50px;
	right:-40px;
	z-index:9998;
}

header .main section .searchBut .searchDiv .serachKey{
	border:0;outline:none;
	background-color:transparent;
	width:360px;
	padding:0 10px;
	height:40px;
	float:left;
	font:14px/40px 'microsoft yahei';
	color:#f30;
	margin:10px auto;
	background-color:#494949;
	float:left;
}
header .main section .searchBut .searchDiv .sobut{
	width:60px;
	height:40px;
	border:0;outline:none;
	background-color:#4D8E4C;
	float:left;
	text-align:center;
	font:14px/40px 'microsoft yahei';
	color:#fff;
	margin:10px auto;
}
header .main section .searchBut .searchDiv .sobut:hover{
	background-color:#F25033;
}
header .main section .language{
	float:left;
	height:60px;
	margin-left:20px;
}
header .main section .language a{
	display:block;
	height:30px;
	float:left;
	line-height:60px;
	font-size:14px;
	color:#777;
	cursor:pointer;
}
header .main section .language a.cur{
	color:#555;
}
header .main section .language a:hover{
	color:#4D8E4C;
}
header .main section .language i{
	display:block;
	height:14px;
	width:1px;
	background-color:#ccc;
	margin:24px 10px 0 10px;
	float:left;
}
header .main section .txtbur{
	display:block;
	float:left;
	height:60px;
	padding:0 8px;
	line-height:60px;
	font-size:15px;
	color:#fff;
}
header .main section .txtbur:hover{
	color:#F8B600;
}

.PCNenuMain{
	display:block;
	height:60px;
	float:right;
}
.PCNenuMain .mn{
	display:block;
	height:56px;
	float:left;
	padding:0 38px;
	transition-duration:0.2s;
	position:relative;
	border-bottom:4px solid #fff;
}
.PCNenuMain .mn.cur{
	border-bottom:4px solid #027000;
}
.PCNenuMain .mn:hover{
	border-bottom:4px solid #027000;
}
.PCNenuMain .mn a{
	display:block;
	height:60px;
	line-height:60px;
	font-size:15px;
	color:#333;
	float:left;
	cursor:pointer;
}
.PCNenuMain .mn .aa{
	display:block;
	height:60px;
	line-height:60px;
	font-size:15px;
	color:#000000;
	float:left;
	cursor:pointer;
}


.PCNenuMain .mn i{
	display:block;
	height:60px;
	line-height:64px;
	font-size:1px;
	margin-left:5px;
	color:#999;
	float:left;
	transition-duration:0.2s;
}
.PCNenuMain .mn:hover i{
	line-height:58px;
	color:#EEE;
	-webkit-transform: rotate(180deg);/*Safari 4+,Google Chrome 1+ */
	-moz-transform: rotate(180deg);/*Firefox 3.5+*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);/*ie*/
}
.PCNenuMain .mn .sonClass{
	width:100%;
	height:0;
	overflow:hidden;
	position:absolute;
	top:60px;
	left:0px;
	transition-duration:0.2s;
	z-index:9999;
	padding:0px 0;
	background: rgba(255,255,255, 0.7);
}
.PCNenuMain .mn:hover .sonClass{
	height:auto;
	padding:10px 0px;
	text-align:center;
}
.PCNenuMain .mn:hover .sonClass li{
	display:inline-block;
	vertical-align: middle;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.PCNenuMain .mn:hover .sonClass li a.serv{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:2px auto;
	padding:10px 0;
	text-align:center;
}
.PCNenuMain .mn:hover .sonClass li a:hover.serv{
	background-color:#027000;
}
.PCNenuMain .mn:hover .sonClass li a.serv span{
	display:block;
	width:90%;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:18px;
	font-size:14px;
	color:#333;
	margin:0 auto;
}
.PCNenuMain .mn:hover .sonClass li a:hover.serv span{
	color:#fff;
}
.PCNenuMain .mn:hover .sonClass li a.serv i{
	display:block;
	width:100%;
	height:48px;
	text-align:center;
	line-height:48px;
	font-size:28px;
	color:#fff;
	margin:0;
	-webkit-transform: rotate(360deg);/*Safari 4+,Google Chrome 1+ */
	-moz-transform: rotate(360deg);/*Firefox 3.5+*/
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);/*ie*/
	transition-duration:0.2s;
}
.PCNenuMain .mn .sonClass li a:hover.serv i{
	font-size:32px;
	color:#FDD786;
}
header .main .PCsearch{
	display:block;
	width:260px;
	height:34px;
	margin:7px 0 0 30px;
	background-color:#505050;
	float:left;
}
header .main .PCsearch .serachKey{
	border:0;outline:none;
	background-color:transparent;
	width:198px;
	padding:0 10px;
	height:34px;
	float:left;
	font:14px/30px 'microsoft yahei';
	color:#f30;
	margin:0 auto;
}
header .main .PCsearch .sobut{
	width:34px;
	height:34px;
	border:0;outline:none;
}



header .main .menu{
	/* display:none; */
	height:150px;
	float:right;
}

.MNenuMain{
	display:none;
}
.MNenuMain .mnName{
	width:100%;
	height:150px;
	background-color:#2D2E2F;
}
.MNenuMain .mnName h1{
	display:block;
	height:150px;
	float:left;
	margin-left:10px;
	line-height:150px;
	font-size:16px;
	color:#E4E4E4;
	font-weight:normal;
}
.MNenuMain .mnName .menuClose{
	display:block;
	float:right;
	margin-right:10px;
	height:150px;
	cursor:pointer;
}
.MNenuMain .mnName .menuClose i{
	display:block;
	height:150px;
	line-height:150px;
	width:25px;
	font-size:22px;
	color:#F8B600;
}
.MNenuMain .navmain{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	background: rgba(0,0,0, 0.7);
}
.MNenuMain .navmain .son{
	width:100%;
	height:auto;
	overflow:auto;
}
.MNenuMain .navmain li.son .mbut{
	display:block;
	width:92%;
	height:46px;
	padding:0 4%;
	line-height:46px;
	font-size:14px;
	color:#fff;
	background: rgba(40,40,40, 0.3);
	border-bottom:1px solid #2D2E2F;
	cursor:pointer;
}
.MNenuMain .navmain li.son .mbut em{
	color:#888;
	margin-left:15px;
}
/*二级菜单样式*/
.MNenuMain .navmain li.son ul.SonContent{
	width:96%;
	height:auto;
	padding:8px 0;
	margin:0 auto;
	overflow:hidden;
	z-index:999999;
	text-align:center;
}
.MNenuMain .navmain li.son ul.SonContent li{
	display:inline-block;
	vertical-align: middle;
	height:38px;
}
.MNenuMain .navmain li.son ul.SonContent li a{
	display:block;
	float:left;
	height:32px;
	line-height:31px;
	margin:0 3px;
	font-size:14px;
	color:#ccc;
	background: rgba(40,40,40, 0.5);
	padding:0 15px;
	border-radius:3px;
}
.MNenuMain .navmain .login{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:18px;
	margin:0 auto;
	background: rgba(40,40,40, 0.8);
}
.MNenuMain .navmain .login .search{
	min-width:280px;
	width:96%;
	height:42px;
	background-color:#ddd;
	margin:15px auto 0 auto;
	border-radius:4px;
	position:relative;
}
.MNenuMain .navmain .login .search .serachKey{
	border:0;outline:none;
	background-color:transparent;
	width:90%;
	height:30px;
	float:left;
	margin-left:10px;
	margin-top:4px;
	margin-right:10px;
	font:14px/30px 'microsoft yahei';
	color:#f30;
}
.MNenuMain .navmain .login .search .button{
	display:block;
	border:0;outline:none;
	background-color:#7FBD0D;
	color:#fff;
	height:32px;
	padding:0 15px;
	border-radius:3px;
	line-height:32px;
	font-size:14px;
	position:absolute;
	right:5px;
	top:5px;
}

.MNenuMain .navmain .login h2{
	width:100%;
	height:42px;
	padding-top:10px;
	text-align:center;
}
.MNenuMain .navmain .login h2 a{
	display:inline-block;
	vertical-align: middle;
	height:42px;
	padding:0 15px;
	margin:0 8px;
	border-radius:21px;
}
.MNenuMain .navmain .login h2 a.b1{
	background-color:#7FBD0D;
}
.MNenuMain .navmain .login h2 a.b2{
	background-color:#F8B600;
}
.MNenuMain .navmain .login h2 a i{
	display:block;
	width:26px;
	height:26px;
	text-align:center;
	line-height:26px;
	font-size:16px;
	float:left;
	margin-top:7px;
	border:1px solid #ddd;
	color:#fff;
	margin-right:6px;
	border-radius:15px;
}
.MNenuMain .navmain .login h2 a span{
	display:block;
	height:30px;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#fff;
	margin-top:6px;
	font-weight:normal;
}
.commonMoreBut{
	display:block;
	width:140px;
	height:40px;
	margin:20px auto 30px auto;
	border:1px solid #888;
	line-height:40px;
	font-size:14px;
	color:#444;
	text-align:center;
	border-radius:3px;
	transition-duration:0.2s;
	cursor:pointer;
}
.commonMoreBut:hover{
	background-color:#287bc2;
	color:#fff;
/*	border:1px solid #0e679f;*/
	border:1px solid #027000;
}

footer{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:30px 0 20px 0;
	background-color:#eeeeee;
}
footer section{
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
footer section p{
	width:100%;
	line-height:22px;
	font-size:14px;
	color:#999;
	text-align:center;
}
footer .main{
	height:auto;
	overflow:hidden;
	margin:8px auto 30px auto;
}
footer .main .left{
	width:800px;
	height:auto;
	overflow:hidden;
	float:left;
}
footer .main .left ul{
	width:20%;
	height:auto;
	overflow:hidden;
	float:left;
}
footer .main .left ul h2{
	display:block;
	width:100%;
	height:30px;
	text-align:left;
	line-height:30px;
	font-size:18px;
	font-weight: normal;
	color:#fff;
	margin-bottom:6px;
}
footer .main .left ul li{
	display:block;
	width:100%;
	height:30px;
}
footer .main .left ul li a{
	display:block;
	line-height:30px;
	font-size:14px;
	color:#D8D8D8;
	transition-duration:0.2s;
}
footer .main .left ul li a:hover{
	color:#027000;
}
footer .main .right{
	width:320px;
	height:auto;
	overflow:hidden;
	float:none;
	margin: 0 auto;
}
footer .main .right .logo{
	display:none;
}
footer .main .right .ewm{
	width:100px;
	height:100px;
	background-color:#fff;
	margin:10px auto 0 auto;
}

footer .main .right .ewm img{
	width:100%;
}

footer .main .right .ewmtext{
	width:140px;
	height:26px;
	line-height:30px;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:0 auto;
}
footer .main .right .dy{
	width:100px;
	height:100px;
	background-color:#fff;
	margin:10px auto 0 auto;
}

footer .main .right .dy img{
	width:100%;
}

footer .main .right .dytext{
	width:140px;
	height:26px;
	line-height:30px;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:0 auto;
}
footer .main .right .teltext{
	width:100%;
	/*height:26px;*/
	line-height:30px;
	font-size:14px;
	color:#000;
	text-align:center;
	margin:10px auto 0 auto;
	overflow: auto;
}
footer .main .right .tel{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	font-size:22px;
	color:#000;
}
.videoDiv{
	display:none;
	width:900px;
	height:440px;
	padding:20px;
	background: rgba(255,255,255, 0.8);
	position:fixed;
	top:50%;
	left:50%;
	margin:-230px 0 0 -460px;
	z-index:9999;
}
.product-vist-content .videoDiv{
	display:none;
	width:654px;
	height:368px;
	padding:4px;
	background: rgba(255,255,255, 0.8);		
	position:fixed;
	top:50%;
	left:50%;
	margin:-200px 0 0 -350px;
	z-index:9999;
}
.videolist { }
.videolist:hover{ cursor: pointer; }
.videoed { display:block; width:50px; height:50px; position: absolute; left:49%; top:50%; z-index:99; border-radius:100%; }
.videos{ display:none; /*border: 1px solid #080808;*/ position:fixed; left:50%; top:50%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:368px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }

/*当前位置*/
.mian-cur-position{
	width:100%;
	height:60px;
	margin-top:-20px;
	background-color:#DCDADA;
}
.mian-cur-position .mcp-frim{
	height:60px;
	margin:0 auto;
}
.mian-cur-position .mcp-frim .title{
	height:60px;
	float:left;
}
.mian-cur-position .mcp-frim .title h2{
	display:block;
	float:left;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#222;
	font-weight: normal;
	font-weight: bold;
}
.mian-cur-position .mcp-frim .title i{
	display:block;
	float:left;
	height:60px;
	line-height:60px;
	font-size:24px;
	color:#333;
	font-weight: normal;
	margin:0 6px;
}
.mian-cur-position .mcp-frim .title em{
	display:block;
	float:left;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#666;
	text-transform:uppercase;
}
.mian-cur-position .mcp-frim .curpor{
	display:block;
	height:60px;
	float:right;
}
.mian-cur-position .mcp-frim .curpor a{
	display:block;
	height:60px;
	float:left;
	line-height:60px;
	font-size:15px;
	color:#222;
}
.mian-cur-position .mcp-frim .curpor a:hover{
	color:#027000;
}
.mian-cur-position .mcp-frim .curpor span{
	display:block;
	height:60px;
	float:left;
	line-height:60px;
	font-size:15px;
	color:#444;
}
.mian-cur-position .mcp-frim .curpor i{
	display:block;
	height:60px;
	float:left;
	line-height:60px;
	font-size:14px;
	color:#027000;
	margin:0 8px;
}
/*产品详情-当前位置*/
.pro-cur-position{
	width:100%;
	height:60px;
	margin-top:60px;
	background-color:#DCDADA;
}
.pro-cur-position .mcp-frim{
	height:60px;
	margin:0 auto;
	text-align:center;
}
.pro-cur-position .mcp-frim .class{
	display:inline-block;
	vertical-align: middle;
	height:40px;
	margin:15px 0px;
}
.pro-cur-position .mcp-frim span{
	display:inline-block;
	vertical-align: middle;
	height:40px;
	padding:0 30px;
	font:16px/40px 'microsoft yahei';
	color:#222;
	background-color:#E6E6E6;
	cursor:pointer;
	margin-top:15px;
}
.pro-cur-position .mcp-frim .cur{
	display:inline-block;
	vertical-align: middle;
	height:40px;
	padding:0 30px;
	font:16px/40px 'microsoft yahei';
	background-color:#027000;
	color:#fff;
	margin-top:15px;
}
.pro-cur-position .mcp-frim .title{
	height:60px;
	float:left;
}
.pro-cur-position .mcp-frim .title h2{
	display:block;
	float:left;
	height:60px;
	line-height:60px;
	font-size:20px;
	color:#222;
	font-weight: normal;
	font-weight: bold;
}
.pro-cur-position .mcp-frim .title i{
	display:block;
	float:left;
	height:60px;
	line-height:60px;
	font-size:24px;
	color:#333;
	font-weight: normal;
	margin:0 6px;
}
.pro-cur-position .mcp-frim .title em{
	display:block;
	float:left;
	height:60px;
	line-height:60px;
	font-size:16px;
	color:#666;
	text-transform:uppercase;
}
.pro-cur-position .mcp-frim .curpor{
	display:block;
	height:60px;
	float:right;
}
.pro-cur-position .mcp-frim .curpor a{
	display:block;
	height:60px;
	float:left;
	line-height:60px;
	font-size:15px;
	color:#222;
}
.pro-cur-position .mcp-frim .curpor a:hover{
	color:#027000;
}
.pro-cur-position .mcp-frim .curpor span{
	display:block;
	height:60px;
	float:left;
	line-height:60px;
	font-size:15px;
	color:#444;
}
.pro-cur-position .mcp-frim .curpor i{
	display:block;
	height:60px;
	float:left;
	line-height:60px;
	font-size:14px;
	color:#027000;
	margin:0 8px;
}
.mian-cur-nav{
	display:block;
	height:50px;
	padding:20px 0 30px 0;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	position:relative; z-index:6;
}
.mian-cur-nav a{
	display:inline-block;
	vertical-align: middle;
	height:50px;
	line-height:50px;
	font-size:16px;
	color:#333;
	padding:0 30px;
	margin:5px 10px;
	background-color:#F0F0F0;
	cursor:pointer;
}
.mian-cur-nav .cur{
	display:inline-block;
	vertical-align: middle;
	height:50px;
	line-height:50px;
	font-size:16px;
	padding:0 30px;
	margin:5px 10px;
	background-color:#0215000;
	/*color:#fff;*/
}
.mian-cur-nav a:hover{
	background-color:#027000;
	color:#fff;
}

.main-banner{
	width:100%;
	height:auto;
	overflow:hidden;
}
.main-banner img{
	width:100%;
}

.MainContent{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
	line-height:24px;
	font-size:16px;
	color:#222;
}
.MainContent p{
	margin:0;
	line-height:24px;
	font-size:16px;
	color:#222;
	padding:0;
}
.MainContent img{
	vertical-align: bottom;
	margin:0 auto;
	padding:0;
	max-width:1200px;
	height:auto;
	zoom:expression( function(elm)
		   {     if (elm.width>1200) 
				   {  var oldVW = elm.width; elm.width=1200;             
					   elm.height = elm.height*(1200 /oldVW);        
					}         elm.style.zoom = '1';     
		  }
	(this));
}


}



/*大于1024像素*/
@media all and (min-width:1200px){
	

	
	
.maxw{
	width:96%;
	margin:0 auto;
}
.maxw1{
	width:96%;
	margin:0 auto;
}
}
@media all and (max-width:1380px){
.PCNenuMain .mn{
	display:block;
	height:60px;
	float:left;
	padding:0 20px;
	transition-duration:0.2s;
	position:relative;
}
}
@media all and (max-width:1180px){
.PCNenuMain .mn{
	display:block;
	height:60px;
	float:left;
	padding:0 24px;
	transition-duration:0.2s;
	position:relative;
}
header .main section .language{
	display:none;
}
.MainContent img{
vertical-align: bottom;
margin:0 auto;
max-width:1180px;
height:auto;
zoom:expression( function(elm)
       {     if (elm.width>1180) 
               {  var oldVW = elm.width; elm.width=1180;             
                   elm.height = elm.height*(1180 /oldVW);        
                }         elm.style.zoom = '1';     
      }
(this));
}
}







/*小于1024像素*/
@media all and (max-width:/*1020*/px){
.maxw{
	max-width:900px;
}
.maxw1{
	max-width:980px;
}
/*显示与隐藏*/
.pc{display:none;}
.move{display:block;}
.headerTOPH{
	height:150px;
}
.headerTOPH2{
	height:150px;
}
header{
	width:100%;
	min-width:280px;
	height:150px;
	background-color:#fff;
	position:fixed;
	top:0;
	z-index:999;
}
header .main{
	width:96%;
	height:150px;
	margin:0 auto;
}
header .main .logo{
	display:block;
	height:150px;
	float:left;
	margin-right:18px;
}
header .main .logo img{
	display:block;
	height:100px;
	margin-top:24px;
}

header .main .menu{
	height:150px;
	float:right;
}
header .main .menu i{
	display:block;
	width:150px;
	font-size:100px;
	color:#027000;
	text-align:center;
	line-height:150px;
}
header .main section{
	display:none;
}
header .main .PCsearch{
	display:none;
}

.PCNenuMain{
	display:none;
}
.MNenuMain{
	min-width:280px;
	display:none;
	width:100%;
	height:auto;
	overflow:hidden;
	position:fixed;
	top:0;
	left:0;
	z-index:998;
}
.MNenuMain .mnName{
	width:100%;
	height:150px;
/*	background-color:#1175B3;*/
	background-color:#027000;
}
.MNenuMain .mnName h1{
	display:block;
	height:150px;
	float:left;
	margin-left:25px;
	line-height:150px;
	font-size:25px;
	color:#E4E4E4;
	font-weight:normal;
}
.MNenuMain .mnName .menuClose{
	display:block;
	float:right;
	margin-right:10px;
	height:150px;
	cursor:pointer;
}
.MNenuMain .mnName .menuClose i{
	display:block;
	height:150px;
	line-height:150px;
	width:55px;
	font-size:50px;
	color:#fff;
}
.navmain .login .menuClose{
	display:block;
	float:right;
	margin-right:10px;
	height:150px;
	cursor:pointer;
}
.navmain .login .menuClose i{
	display:block;
	height:150px;
	line-height:150px;
	width:105px;
	font-size:50px;
	color:#fff;
}
.MNenuMain .navmain{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	background:#027000e0;
/*	background: rgba(17,117,179, 0.9);*/
}
.MNenuMain .navmain .son{
	width:100%;
	height:auto;
	overflow:auto;
}
.MNenuMain .navmain li.son .mbut{
	display:block;
	width:92%;
	height:80px;
	padding:0 4%;
/*	line-height:46px;*/
	font-size:60px;
	color:#fff;
	background: rgba(40,40,40, 0.3);
/*	border-bottom:1px solid #fff;*/
	cursor:pointer;
	text-align: center;
}
.MNenuMain .navmain li.son .mbut em{
	color:#888;
	margin-left:15px;
}
/*二级菜单样式*/
.MNenuMain .navmain li.son ul.SonContent{
	width:96%;
	height:auto;
	padding:10px 0 16px 0;
	margin:0 auto;
	overflow:hidden;
	z-index:999999;
	text-align:center;
}
.MNenuMain .navmain li.son ul.SonContent li{
	/*
	display:inline-block;
	vertical-align: middle;*/
	float:left;
	height:80px;
}
.MNenuMain .navmain li.son ul.SonContent li a{
	display:block;
	float:left;
	height:80px;
	line-height:79px;
	margin:6px 3px;
	font-size:50px;
	color:#ccc;
	background: rgba(40,40,40, 0.5);
	padding:0 20px;
	border-radius:3px;
}
.MNenuMain .navmain .login{
	width:100%;
	height:auto;
	overflow:hidden;
	padding-bottom:18px;
	margin:0 auto;
	background: rgba(40,40,40, 0.8);
}
.MNenuMain .navmain .login .waplogo{
	display:block;
	width:50%;
	height:auto;
	overflow:hidden;
	margin:12px auto 0 auto;
	float: left;
}
.MNenuMain .navmain .login .waplogo img{
	display:block;
	width:100%;
}
.MNenuMain .navmain .login .search{
	min-width:280px;
	width:96%;
	height:42px;
	background-color:#ddd;
	margin:15px auto 0 auto;
	border-radius:4px;
	position:relative;
}
.MNenuMain .navmain .login .search .serachKey{
	border:0;outline:none;
	background-color:transparent;
	width:90%;
	height:30px;
	float:left;
	margin-left:10px;
	margin-top:6px;
	margin-right:10px;
	font:14px/30px 'microsoft yahei';
	color:#f30;
}
.MNenuMain .navmain .login .search .button{
	display:block;
	border:0;outline:none;
	background-color:#7FBD0D;
	color:#fff;
	height:32px;
	padding:0 15px;
	border-radius:3px;
	line-height:32px;
	font-size:14px;
	position:absolute;
	right:5px;
	top:5px;
}

.MNenuMain .navmain .login h2{
	width:100%;
	height:42px;
	padding-top:10px;
	text-align:center;
}
.MNenuMain .navmain .login h2 a{
	display:inline-block;
	vertical-align: middle;
	height:42px;
	padding:0 15px;
	margin:0 8px;
	border-radius:21px;
}
.MNenuMain .navmain .login h2 a.b1{
	background-color:#7FBD0D;
}
.MNenuMain .navmain .login h2 a.b2{
	background-color:#F8B600;
}
.MNenuMain .navmain .login h2 a i{
	display:block;
	width:26px;
	height:26px;
	text-align:center;
	line-height:26px;
	font-size:16px;
	float:left;
	margin-top:7px;
	border:1px solid #ddd;
	color:#fff;
	margin-right:6px;
	border-radius:15px;
}
.MNenuMain .navmain .login h2 a span{
	display:block;
	height:30px;
	float:left;
	line-height:30px;
	font-size:16px;
	color:#fff;
	margin-top:6px;
	font-weight:normal;
}
.commonMoreBut{
	display:block;
	width:140px;
	height:40px;
	margin:20px auto 30px auto;
	border:1px solid #888;
	line-height:40px;
	font-size:14px;
	color:#444;
	text-align:center;
	border-radius:3px;
	transition-duration:0.2s;
	cursor:pointer;
}
.commonMoreBut:hover{
	background-color:#027000;
	color:#fff;
	border:1px solid #0e679f;
}

footer{
	width:100%;
	height:auto;
	overflow:hidden;
	padding:10px 0;
	background-color:#3C3C3C;
}
footer section{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
footer section p{
	width:100%;
	line-height:30px;
	font-size:12px;
	color:#ccc;
	text-align:center;
}
footer .main{
	height:auto;
	overflow:hidden;
	margin:8px auto 30px auto;
}
footer .main .left{
	display:none;
}

footer .main .right{
	width:100%;
	height:auto;
	overflow:hidden;
}
footer .main .right .logo{
	display:block;
	width:220px;
	height:auto;
	overflow:hidden;
	margin:10px auto 20px auto;
}
footer .main .right .logo img{
	width:100%;
}
footer .main .right .ewm{
	width:140px;
	height:140px;
	background-color:#fff;
	margin:10px auto 0 auto;
}
footer .main .right .ewm img{
	width:100%;
}
footer .main .right .ewmtext{
	width:140px;
	height:26px;
	line-height:30px;
	font-size:14px;
	color:#999;
	text-align:center;
	margin:0 auto;
}
	footer .main .right .dy{
	width:140px;
	height:140px;
	background-color:#fff;
	margin:10px auto 0 auto;
}
footer .main .right .dy img{
	width:100%;
}
footer .main .right .dytext{
	width:140px;
	height:26px;
	line-height:30px;
	font-size:14px;
	color:#999;
	text-align:center;
	margin:0 auto;
}
footer .main .right .right1{
	margin: 0 auto 0 auto;
	width: 50%;
}
footer .main .right .teltext{
	width:100%;
	height:26px;
	line-height:30px;
	font-size:14px;
	color:#999;
	text-align:center;
	margin:10px auto 0 auto;
	overflow: hidden;
}
footer .main .right .tel{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:center;
	line-height:30px;
	font-size:22px;
	color:#fff;
}
/* .videoDiv{
	display:none;
	width:92%;
	height:auto;
	background: rgba(255,255,255, 0.8);
	position:fixed;
	padding:10px 0;
	top:120px;
	left:50%;
	margin:0 0 0 -46%;
	z-index:9999;
} */
.product-vist-content .videoDiv{
	display:none;
	width:654px;
	height:368px;
	padding:20px;
	background: rgba(255,255,255, 0.8);		
	position:fixed;
	top:50%;
	left:50%;
	margin:-200px 0 0 -350px;
	z-index:9999;
}
 .product-vist-content  .about-video i{
	display:block;
	width:180px;
	height:180px;
	line-height:90px;
	text-align:center;
	color:#ffffffc9;
	font-size:148px;
	position:absolute;
	top:20%;
	left:50%;
	margin:-45px 0 0 -45px;
	z-index:2;
	cursor:pointer;
	transition-duration:0.2s;
}
 .product-vist-content  .about-video:hover i{
	font-size:180px;
}


/*当前位置*/
.mian-cur-position{
	width:100%;
	height:150px;
	margin-top:-4px;
	background-color:#DCDADA;
}
.mian-cur-position .mcp-frim{
	width:96%;
	height:150px;
	margin:0 auto;
}
.mian-cur-position .mcp-frim .title{
	height:150px;
	float:left;
	display:none;
}
.mian-cur-position .mcp-frim .curpor{
	display:block;
	height:150px;
	float:left;
}
.mian-cur-position .mcp-frim .curpor a{
	display:block;
	height:150px;
	float:left;
	line-height:150px;
	font-size:50px;
	color:#222;
}
.mian-cur-position .mcp-frim .curpor a:hover{
	color:#027000;
}
.mian-cur-position .mcp-frim .curpor span{
	display:block;
	height:150px;
	float:left;
	line-height:150px;
	font-size:50px;
	color:#444;
}
.mian-cur-position .mcp-frim .curpor i{
	display:block;
	height:150px;
	float:left;
	line-height:150px;
	font-size:50px;
	color:#027000;
	margin:0 8px;
}
/*产品详情-当前位置*/
.pro-cur-position{
	width:100%;
	height:150px;
	margin-top:160px;
	background-color:#DCDADA;
}
.pro-cur-position .mcp-frim{
	height:150px;
	margin:0 auto;
	text-align:center;
}
.pro-cur-position .mcp-frim span{
	display:inline-block;
	vertical-align: middle;
	height:100px;
	padding:0 30px;
	font-size: 50px;
	line-height: 100px;
	background-color:#E6E6E6;
	cursor:pointer;
	margin-top:15px;
}
.pro-cur-position .mcp-frim .cur{
	display:inline-block;
	vertical-align: middle;
	height:100px;
	padding:0 30px;
	font-size: 50px;
	line-height: 100px;
	background-color:#027000;
	color:#fff;
	margin-top:15px;
}
.pro-cur-position .mcp-frim .title{
	display:none;
}

.pro-cur-position .mcp-frim .curpor{
	display:none;
}

.mian-cur-nav{
	display:block;
	width:96%;
	height:auto;
	overflow:hidden;
	padding:20px 0 20px 0;
	margin:0 auto;
	text-align:center;
	background-color:#fff;
	position:relative; z-index:6;
}
.mian-cur-nav a{
	display:inline-block;
	vertical-align: middle;
	width:35%;
	height:60px;
	line-height:60px;
	font-size:45px;
	color:#333;
	padding:0 10px;
	margin:4px 10px;
	background-color:#F0F0F0;
	cursor:pointer;
}
.mian-cur-nav .cur{
	display:inline-block;
	vertical-align: middle;
	width:35%;
	height:60px;
	line-height:60px;
	font-size:45px;
	padding:0 10px;
	margin:4px 10px;
	background-color:#027000;
	color:#fff;
}
.mian-cur-nav a:hover{
	background-color:#027000;
	color:#fff;
}

.main-banner{
	width:100%;
	height:auto;
	overflow:hidden;
}
.main-banner img{
	width:100%;
}

.data-title{
	height:auto;
	overflow:hidden;
	margin:10px auto 30px auto;
	/*width: 50%;*/ 
	text-align: center;
}
.data-title a{
	height: 40px;
	display: inline-block;
	/*padding-top: 10px;*/
	line-height: 40px;
	font-size: 30px;
	float: right;
}
.data-title a:hover{
	/*background-color: #027000;*/
	color: #027000;
}
.data-title img{
	float: right;
	width: 30px;
	height: 30px;
	/* padding-top: 10px; */
}
.data-title h{
	height: 40px;
	display: inline-block;
	font-size: 30px;
}
.data-title span{
	display:block;
	/*width:160px;
	height:30px;*/
	margin:0 auto;
	text-align:center;
	/*line-height:30px;*/
	color:#333;
	font-size:40px;
	letter-spacing:3px;
	font-weight: bold;
}
.data-title i{
	display:block;
	width:160px;
	height:2px;
	background-color:#666;
	margin:8px auto 0 auto;
}
.data-title em{
	display:block;
	/*width:50%;*/
	height:50px;
	margin:0 auto;
	text-align:center;
	line-height:30px;
	color:#666;
	font-size:30px;
	font-weight: bold;
	text-transform:uppercase;
}
.product-vist-content .about-video{
	overflow:hidden;

}

 .product-vist-content  .about-video i{
	display:block;
	width:180px;
	height:180px;
	line-height:90px;
	text-align:center;
	color:#ffffffc9;
	font-size:100px;
	position:absolute;
	top:55%;
	left:47%;
	margin:-45px 0 0 -45px;
	z-index:2;
	cursor:pointer;
	transition-duration:0.2s;
}
 .product-vist-content  .about-video:hover i{
	font-size:150px;
}
 .product-vist-content .container i{
	display:block;
	width:180px;
	height:180px;
	line-height:90px;
	text-align:center;
	color:#ffffffc9;
	font-size:100px;
	position:absolute;
	top:15%;
	left:47%;
	margin:-45px 0 0 -45px;
	z-index:2;
	cursor:pointer;
	transition-duration:0.2s;
}
 .product-vist-content .container:hover i{
	font-size:150px;
}
 .product-vist-content .container1 i{
	display:block;
	width:180px;
	height:180px;
	line-height:90px;
	text-align:center;
	color:#ffffffc9;
	font-size:100px;
	position:absolute;
	top:55%;
	left:47%;
	margin:-45px 0 0 -45px;
	z-index:2;
	cursor:pointer;
	transition-duration:0.2s;
}
 .product-vist-content .container1:hover i{
	font-size:150px;
}
.videoDiv{
	display:none;
	width:900px;
	height:440px;
	padding:20px;
	background: rgba(255,255,255, 0.8);
	position:fixed;
	top:50%;
	left:50%;
	margin:-230px 0 0 -460px;
	z-index:9999;
}
.product-vist-content .videoDiv{
	display:none;
	width:654px;
	height:368px;
	padding:4px;
	background: rgba(255,255,255, 0.8);		
	position:fixed;
	top:50%;
	left:50%;
	margin:-200px 0 0 -350px;
	z-index:9999;
}
.videolist { }
.videolist:hover{ cursor: pointer; }
.videoed { display:block; width:50px; height:50px; position: absolute; left:49%; top:50%; z-index:99; border-radius:100%; }
.videos{ display:none; border: 1px solid #080808; position:fixed; left:50%; top:16%; margin-left:-320px; margin-top:-210px; z-index:100; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.product-vist-content .container img{
	width:25px;
	height: 25px;
	/*width: 1400px;*/
	margin: 0 auto;
}
.videoDiv1{
	text-align: center;
	justify-content: center;
	width: 100%;
	height: auto;
}
.videoDiv1 p {
	width: 50px;
}
.videoDiv1 video{
	width: 380px;
	height: 280px;
    margin: 20px;
}
.videoDiv4 .pro-item8{
	display:inline-block;
	vertical-align: middle;
	/* width:600px; */
	/* height:1080px; */
	overflow:hidden;
	position:relative;
	/* padding-top: 200px; */
}
.videoDiv4 .pro-item9{
	display:inline-block;
	vertical-align: middle;
	width:440px;
	/* height:1080px; */
	overflow:hidden;
	position:relative;
	font-family: ;
}
.videoDiv4 .pro-item10{
	/* display:inline-block; */
	vertical-align: middle;
	width:350px;
	height:330px;
	overflow:hidden;
	position:relative;
	font-family: ;
	margin: 0 auto;
}

.videoDiv4 .pro-item6{
	display:inline-block;
	vertical-align: middle;
	/* width:600px; */
	height:2200px;
	overflow:hidden;
	position:relative;
}
.videoDiv4 .pro-item6 ul{
	list-style-type: ;
	text-align: left;
}
.videoDiv4 .pro-item6 ul li{
	list-style-type: disc;
	padding-bottom: 20px;
	/* font-family: ''; */
	font-weight: bold;
}
.videoDiv4 .pro-item6 ul{
	font-size: 16px;color: black;text-align: left;
	width: 350px;margin:0 auto;
	
}
.videoDiv4 .pro-item6 .proright{
	width: 540px;height:420px;
	position: relative;float: right;
}
.videoDiv4 .pro-item6 p:hover{
color: #00ff00;
}

.videoDiv4 .pro-item11{
	display:inline-block;
	/* vertical-align: middle; */
	width:512px;
	height:275px;
	overflow:hidden;
	position:relative;
	padding-top: ;
	/* margin-left:100px ; */
	padding-right: 30px;
	/* margin-top: 100px; */
}
.videoDiv4 .pro-item12{
	display:inline-block;
	/* vertical-align: middle; */
	width:272px;
	height:220px;
	overflow:hidden;
	position:relative;
	font-family: ;
	/* margin-left: 100px; */
}
.index-product  a{
	display:block;
	font-weight: normal;
	width:180px;
	height:42px;
	margin:28px auto 0 auto;
	line-height:42px;
	text-align:center;
	color:#000;
	font-size:24px;
	border:1px solid #999;
	transition-duration:0.2s;
	/* font-family: ''; */
	font-weight: bold;
	
}
.index-product  a:hover{
	/* border:1px solid #027000; */
	background-color:#287bc2;
	color:#fff;
}

	.index-product1{
		/* width: 980px; */
		height: auto;
		display: inline-block;
	}	
	.index-product1 img{
		width: 400px;height: 400px;float: left;margin-top: 0px;
	}	
	.index-product1 .pro1{
		float: right;width: 500px;text-align:;
	}
	.index-product1 .pro2{
		float: right;width: 500px;text-align: ;margin-top: 0px;
	}
	.index-product1 .pro3{
		float: right;width: 500px;text-align: ;
	}
	.index-product1 h2{
		font-size: 40px;
	}
	.index-product1 h3{
		font-size: 26px;
	}
	.index-product1 p{
		font-size: 24px;padding-top: 10px;text-align: left;
	}
	
	
	
.imipro{
		width: 900px;height:580px;margin: 0 auto;
	}
	.imipros{
		width: 500px;height: 320px;margin: 0 auto;margin-top: 20px;
	}
	.imipro1{
		width: 250px;float: left;height: 280px;
	}
	.imipro2{
		width: 250px;float: right;height: 280px;
	}
	.imipro1-img{
		height: 280px;
	}
	.imipro1 img{
		width: 150px;margin-left: 50px;margin-top: 95px;
	}
	.imipro1 p{
		width: 250px;font-size: 30px;font-family: '';text-align: center;
	}
	.imipro2-img{
		height: 280px;
	}
	.imipro2 img{
		width: 150px;margin-left: 50px;
	}
	.imipro2 p{
		width: 250px;font-size: 30px;font-family: '';text-align: center;
	}
	.imipro3{
		width: 900px;font-size: 30px;font-family: '';color: black;text-align: justify;margin: 0 auto;
	}
	
	.prot{
		display:block;
		width:100%;
		text-align:center;
		height:50px;
		line-height:50px;
		font-size:44px;
		color:#333;
		font-weight: normal;
		padding-top: 20px;
	}
	.proimjs{
		width: 900px;height: 140px;display: inline-block;padding-top: 50px;
	}
	.proimjs img{
		width: 100px;height: 100px;float: left;padding-top: 45px;
	}
	.proimjs1{
		float: right;width: 750px;text-align: center; margin-top: px;
	}
	.proimjs1 h3{
		font-size: 33px;
	}
	.proimjs1 p{
		font-size: 30px;padding-top: 10px;text-align: left;
	}
	.proimgn{
		width: 900px;height: auto;display: inline-block;padding-top: 50px;
	}
	.proimgn img{
		width: 210px;height: 140px;float: left;padding-top: 65px;
	}
	.proimgn1 {
		float: right;width: 650px;text-align: center; margin-top: px;
	}
	.proimgn1 h3{
		font-size: 33px;
	}
	.proimgn1 p{
		font-size: 30px;padding-top: 10px;text-align: left;
	}
	
	
	
	.itprot{
		width:900px;height: ;
		line-height: 40px;font-size: 30px;color: black;font-family: '';text-align: justify; text-align: center;
	}
	.itprot1{
		width: 900px;font-size: 30px;
		font-family: '';color: black;text-align: justify;margin: 0 auto;
	}
	.itprogn{
		width: 900px;height: auto;display: inline-block;padding-top: 50px;
	}
	.itprogn img{
		width: 210px;height: 140px;float: left;padding-top: 65px;
	}
	.itprogn1{
		float: right;width: 650px;text-align: center; margin-top: px;
	}
	.itprogn1 p{
		font-size: 30px;padding-top: 10px;text-align: left;
	}
	.itprogn1 h3{
		font-size: 33px;
	}
	.itprotd{
		width: 900px;display: inline-block;padding-top: 50px;
	}
	.itprotd1{
		float: right;width: 750px;text-align: center; margin-top: px;
	}
	.itprotd img{
		width: 100px;height: 100px;float: left;padding-top: 180px;
	}
	.itprotd1 p{
		font-size: 30px;padding-top: 10px;text-align: left;
	}
	
	.itprotd2 p{
		font-size: 30px;padding-top: 10px;text-align: center;
	}
	.itprotd2{
		float: right;width: 750px;text-align: center; margin-top: px;
	}
	.itprotd3{
		width: 900px;display: inline-block;padding-top: 50px;
	}
	.itprotd1 h3{
		font-size: 33px;
	}
	.itprotd3 h3{
		font-size: 33px;
	}
	.itprotd3 img{
		width: 100px;height: 100px;float: left;padding-top: 20px;
	}
	
	
	.itprosj{
		width: 900px; height: auto; overflow: hidden;margin: 20px auto 40px auto;
	}
	.itprosj a{
		color: black;text-decoration: underline;font-size: 30px;color: #287bc2;line-height: 40px;
	}
	.itprosjt{
		width: 100%;height: 56px;background-color: #287bc2;margin-bottom: 10px;
	}
	.itprosjt1{
		font-size: 30px;
		display: block; width: 40%; height: 56px; float: left; text-align: center; line-height: 56px;color: #fff; letter-spacing: 15px;
	}
	.itprosjt2{
		font-size: 30px;
		display: block; width: 20%; height: 56px; float: left; text-align: center; line-height: 56px;color: #fff; letter-spacing: 15px; 
	}
	.itprosjd img{
		display: block; width: 10%; height: 75px; text-align: center;float: left;
		font: 30px/40px 'microsoft yahei'; color: #222;
	}
	.itprosjd1{
		display: block; width: 10%; height: 100px; text-align: center;float: left;
		font: 30px/40px 'microsoft yahei'; color: #222;
	}
	.itprosjd2{
		display: block; width: 3%; height: 100px; text-align: center;float: left;
		font: 30px/40px 'microsoft yahei'; color: #222;
	}
	.itprosjd3{
		display: block; width: 14%; height: 100px; text-align: center;float: left;
		font: 30px/40px 'microsoft yahei'; color: #222;
	}
	.itprosjd4{
		display: block; width: 7%; height: 100px; text-align: center;float: left;
		font: 30px/40px 'microsoft yahei'; color: #222;
	}
	
	.itprogg{
		width: 900px;height: 260px;margin: 0 auto;padding-top: 30px;
	}
	
	.itprogg .pro-item11 p{
		line-height: 40px;font-size: 30px;color: black;font-family: '';font-weight: ;text-align: justify;
	}
	.itprogg .pro-item12 img{
		width:300px;position: relative;margin-top: -100px;
	}
	
	
	.ippro{
		width:900px;height: ;
			line-height: 40px;font-size: 30px;color: black;font-family: '';text-align: justify; text-align: center;margin: 0 auto;
	}
	.ippro1{
		width: 900px;font-size: 30px;
				 font-family: '';color: black;text-align: justify;margin: 0 auto;
	}
	.ipprogn{
		width: 900px;height: 170px;display: inline-block;padding-top: 65px;
	}
	.ipprogn1 h3{
		font-size: 33px;
	}
	.ipprogn img{
		width: 210px;height: 130px;float: left;padding-top: 20px;
	}
	.ipprogn1{
		float: right;width: 650px;text-align: center; 
	}
	.ipprogn1 p{
		font-size: 30px;padding-top: 10px;text-align: left;
	}
	
	.ippro2{
		width: auto;font-size: 30px;height: 60px;line-height: 40px;font-family: '';color: black;text-align: center;font-weight: bold;padding-top: 20px;
	}
	.ipprotd{
		width: 900px;height: 140px;display: inline-block;padding-top: 50px;
	}
	.ipprotd img{
		width: 100px;height: 100px;float: left;padding-top: 45px;
	}
	.ipprotd1{
		float: right;width: 750px;text-align: center; margin-top: px;
	}
	.ipprotd1 h3{
		font-size: 33px;
	}
	.ipprotd1 p{
		font-size: 30px;padding-top: 10px;text-align: left;
	}
	
	.ippro3{
		position: relative;width:100%;height: 1500px;background: white ;
	}
	.ippro4{
		width: 900px;font-size: 30px;height: 100px;line-height: 100px;font-family: '';color: black;
		text-align: center;margin: 0 auto;font-weight: bold;
	}
	
	
	
	
	
	
	
	
	
	
	
	


.product-vist-content{
	width:100%;
	height:auto;
	overflow:hidden;
	margin-top:-4px;
}
.product-vist-content img{
	width:100%;
	/*width: 1400px;*/
	margin: 0 auto;
}
.product-vist-content .container img{
	width:25px;
	height: 25px;
	/*width: 1400px;*/
	margin: 0 auto;
}
.product-vist-content .container1 img{
	width:25px;
	height: 25px;
	/*width: 1400px;*/
	margin: 0 auto;
}
.videoDiv1{
	text-align: center;
	justify-content: center;
	width: 100%;
	height: auto;
}
.videoDiv1 p {
	width: 50px;
}
.videoDiv1 video{
	width: 380px;
	height: 280px;
    margin: 20px;
}

.product-vist-content .parameter-main{
	width:900px;
	height:auto;
	overflow:hidden;
	margin:20px auto 40px auto;
}
.product-vist-content .parameter-main h2{
	display:block;
	width:100%;
	height:50px;
	font:24px/50px 'microsoft yahei';
	color:#444;
}
.product-vist-content .parameter-main .param-frame{
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-vist-content .parameter-main .param-frame1{
	width:100%;
	height:auto;
	overflow:hidden;
}
.product-vist-content .parameter-main .param-frame1 .title{
	width:100%;
	height:56px;
	background-color:#287bc2;
	margin-bottom:10px;
}
.product-vist-content .parameter-main .param-frame1 .title span{
	display:block;
	width:31%;
	height:56px;
	margin-left:0%;
	float:left;
	text-align:left;
	line-height: 56px;
	color:#fff;
	letter-spacing:15px;
	font-size: 33px;
}
.product-vist-content .parameter-main .param-frame1 .title em{
	display:block;
	width:54%;
	height:56px;
	float:right;
	text-align:left;
	font:24px/56px 'microsoft yahei';
	color:#fff;
	letter-spacing:15px;
}
.product-vist-content .parameter-main .param-frame1 .data{
	width:100%;
	height:48px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	transition-duration:0.2s;
}
/* .product-vist-content .parameter-main .param-frame1 .data:hover{
	background-color:#4D8E4C;
} */
.product-vist-content .parameter-main .param-frame1 .data span{
	display:block;
	width:31%;
	height:48px;
	margin-left:0%;
	float:left;
	text-align:left;
	font:30px/48px 'microsoft yahei';
	color:#222;
	
}
.product-vist-content .parameter-main .param-frame1 .data em{
	display:block;
	width:54%;
	height:48px;
	float:right;
	text-align:left;
	font:18px/48px 'microsoft yahei';
	color:#444;
}
.product-vist-content .parameter-main .param-frame .title{
	width:100%;
	height:56px;
	background-color:#027000;
	margin-bottom:10px;
}
.product-vist-content .parameter-main .param-frame .title span{
	display:block;
	width:20%;
	height:56px;
	margin-left:8%;
	float:left;
	text-align:left;
	font:24px/56px 'microsoft yahei';
	color:#fff;
	letter-spacing:15px;
	
}
.product-vist-content .parameter-main .param-frame .title em{
	display:block;
	width:54%;
	height:56px;
	float:right;
	text-align:left;
	font:24px/56px 'microsoft yahei';
	color:#fff;
	letter-spacing:15px;
}
.product-vist-content .parameter-main .param-frame .data{
	width:100%;
	height:48px;
	background-color:#fff;
	border-bottom:1px solid #ccc;
	transition-duration:0.2s;
}
.product-vist-content .parameter-main .param-frame .data:hover{
	background-color:#4D8E4C;
}
.product-vist-content .parameter-main .param-frame .data span{
	display:block;
	width:20%;
	height:48px;
	margin-left:8%;
	float:left;
	text-align:left;
	font:18px/48px 'microsoft yahei';
	color:#222;
	
}
.product-vist-content .parameter-main .param-frame .data em{
	display:block;
	width:54%;
	height:48px;
	float:right;
	text-align:left;
	font:18px/48px 'microsoft yahei';
	color:#444;
}









::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #ccc
}

::-webkit-scrollbar {
	width: 12px;
	background-color: #F5F5F5
}

.nav-container a {
	/* color: white;
	text-decoration: none;
	font-weight: 700;
	outline: 0;
	font-family: '';*/
	font-size: 55px; 
	border: 0;
	background: none;
	/* text-transform: uppercase; */
	color: #000000;
	/* font-weight: bold; */
	position: relative;
	outline: none;
	/* padding: 10px 20px; */
	box-sizing: border-box;
	display: block;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-family: '';
}
.nav-container a::before,.nav-container a::after {
  box-sizing: inherit;
  position: absolute;
  content: '';
  border: 2px solid transparent;
  width: 0;
  height: 0;
}

.nav-container a::after {
  bottom: 0;
  right: 0;
}

.nav-container a::before {
  top: 0;
  left: 0;
}

.nav-container a:hover::before,.nav-container a:hover::after {
  width: 100%;
  height: 100%;
}

.nav-container a:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  transition: width 0.3s ease-out, height 0.3s ease-out 0.3s;
}

.nav-container a:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: border-color 0s ease-out 0.6s, width 0.3s ease-out 0.6s, height 0.3s ease-out 1s;
}



.nav-container a:hover {
	text-decoration: none !important;
	color: white;
	
}




/* body * {
	box-sizing: border-box
} */

input,
button,
select,
textarea,
label {
	font-family: Nunito;
	font-size: 14px;
	color: #929292;
	line-height: 1.4;
	font-weight: 600
}

::-webkit-input-placeholder {
	color: #929292
}

::-moz-placeholder {
	color: #929292
}

:-ms-input-placeholder {
	color: #929292
}

:-moz-placeholder {
	color: #929292
}

/* body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Nunito, sans-serif;
	font-size: 14px;
	color: #0e0e0e;
	line-height: 1.4;
	font-weight: 400;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased
}
 */
/* img {
	width: 100%
}
 */
.wrapper {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat
}

.nav-menu {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.3);
	display: none
}

nav.menu.opened {
	/* left: 0 */
	right: 0;
}

nav.menu {
	width: 500px;
	margin-top: 70px;
	position: absolute;
	/* left: -70%; */
	right: -70%;
	top: 0;
	bottom: 0;
	/* width: 70%; */
	background-color: #959595ad;
	-webkit-transition: left 200ms cubic-bezier(0.000, 0.655, 0.000, 1);
	-webkit-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
	-moz-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
	-o-transition: left 200ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
	transition: right 400ms cubic-bezier(0.025, 0.685, 0.000, 0.990);
	position: fixed;
	height: 660px;
}

.image-round {
	border-radius: 60px;
	width: 100px;
	height: 100px;
	border: 3px solid #fff
}

nav.menu .nav-header span {
	display: block;
	color: #13287e;
	font-weight: normal
}

nav.menu .nav-header a {
	color: #2eb18d
}

nav.menu .nav-header {
	height: 170px;
	text-align: center;
	padding: 10px 0;
	background: url("../img/avatar-bg.jpg") no-repeat right top
}

nav .nav-container {
	position: absolute;
	left: 110px;
	right: 0;
	bottom: 0;
	top: 30px;
	overflow: auto
}

nav.menu ul {
	list-style: none;
	padding: 0;
	margin: 0
}


nav.menu ul li {
	display: block;
	width: 280px;
	/* height: 70px; */
	/* line-height: 70px; */
	
}

nav.menu ul.main-menu>li.active {
	background-color: #f5f5f5
}

nav.menu ul.main-menu>li.active>ul {
	display: block
}

nav.menu ul.main-menu>li ul li.active {
	background-color: rgba(0, 0, 0, 0.2)
}

nav.menu ul.main-menu>li>a {
	display: block;
	color: #4c4b4b;
	padding: 12px 12px;
	font-weight: normal
}

nav.menu ul.main-menu>li.active i {
	color: #2eb18d !important
}

nav.menu ul.main-menu>li>a>i {
	display: inline-block;
	width: 30px;
	font-size: 18px;
	color: #777
}

nav.menu ul.main-menu>li>a>img {
	width: 20px;
	margin-right: 10px;
	display: inline-block;
	position: relative;
	top: 5px
}

nav.menu ul.main-menu>li>a>span {
	display: inline-block;
	float: right;
	opacity: .5
}

nav.menu ul.main-menu>li ul {
	display: none
}

nav.menu ul.main-menu>li li a {
	display: block;
	color: #4c4b4b;
	padding: 8px 20px 8px 48px;
	font-weight: 400
}


header {
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	right: 0;
	background-color: #ffffffab;
	height: 70px;
	/* border-bottom: solid 1px #EEE; */
	/* padding: 10px */
	text-align: center;
}


.navi-menu-button {
	width: 30px;
	height: 30px;
	float: right;
	position: relative;
	cursor: pointer;
	margin-top: 20px;
	margin-right: 50px;
	
}

.navi-menu-button em {
	width: 24px;
	height: 2px;
	background-color: #4c4c4c;
	display: block;
	position: absolute;
	border-radius: 30px;
	right: 0;
	-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750)
}

.navi-menu-button em:nth-child(1) {
	top: 7px;
	width: 20px
}

.navi-menu-button em:nth-child(2) {
	top: 14px
}

.navi-menu-button em:nth-child(3) {
	top: 21px;
	width: 20px
}

.navi-menu-button.focused em:nth-child(1) {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 14px
}

.navi-menu-button.focused em:nth-child(2) {
	width: 0
}

.navi-menu-button.focused em:nth-child(3) {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 14px
}


.MainContent img{
vertical-align: bottom;
margin:0 auto;
width:100%;
min-width:320px;
height:auto;
zoom:expression( function(elm)
       {     if (elm.width>320) 
               {  var oldVW = elm.width; elm.width=320;             
                   elm.height = elm.height*(320 /oldVW);        
                }         elm.style.zoom = '1';     
      }
(this));
}



}