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

html {
/*	width:100%;
	min-width:1200px;*/
}

@font-face {
font-family: gothamlight;
src: url('./fonts/GOTHMLIG.eot'); /* IE9 Compat Modes */
src: url('./fonts/GOTHMLIG.eot#iefix') format('embedded-opentype');
src: local('GOTHMLIG'), url('./fonts/GOTHMLIG.TTF') format('truetype'); /* For non-IE */
}

@font-face {
font-family: gothambook;
src: url('./fonts/GOTHMBOK.eot'); /* IE9 Compat Modes */
src: url('./fonts/GOTHMBOK.eot#iefix') format('embedded-opentype');
src: local('GOTHMBOK'), url('./fonts/GOTHMBOK.TTF') format('truetype'); /* For non-IE */
}

@font-face {
font-family: gothambold;
src: url('./fonts/GOTHMMED.eot'); /* IE9 Compat Modes */
src: url('./fonts/GOTHMMED.eot#iefix') format('embedded-opentype');
src: local('GOTHMMED'), url('./fonts/GOTHMMED.TTF') format('truetype'); /* For non-IE */
}

body {
	margin:0;
	padding:0;
	width:100%;
/*	min-width:1200px;*/
	font-family: 'gothambook', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	position: relative;
	overflow-x: hidden;
	color:#666;
}

body a {
	color:#333;
	text-decoration:none;
}

body a:hover {
	color:#79a100;
}

body img {
	border:none;
}

body h1 {
	margin:0;
	padding:0;
}

body h1 a {
	background:url(../images/logo.jpg);
	width:280px;
	height:42px;
	margin:0 auto;
	padding:0;
	display:block;
	text-indent:-9999px;
}

body h2 {
	margin:0;
	padding:0;
	background:url(../images/slogan.png);
	width:953px;
	height:63px;
	display:block;
	text-indent:-9999px;
	margin:0 auto;
}

body h3 {
	font-size:16px;
	color:#FFF;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
	border-bottom:1px #ffffff solid;
	text-align:left;
	font-family: 'gothambold', "Trebuchet MS", Arial, Helvetica, sans-serif;;
	font-weight:normal;
}

body h4 {
	font-size:20px;
	margin:0 auto 30px auto;
	padding: 0 0 15px 0;
	border-bottom:1px #CCC solid;
	font-family: 'gothambook', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#79a100;
	text-align:center;
	width:800px;
}

body p {
	margin:0 0 15px 0;
	padding:0
}

body strong {
	font-weight:normal;
	font-family: 'gothambold', "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
}

#wrap {
	width:1100px;
	margin:0 auto;
	padding:40px 0;
	position: absolute;
	left: 50%;	
 	margin-left: -550px;
}

#header {
	width:1100px;
	float:left;
}

.menu {
	font-size:14px;
	text-transform:uppercase;
	padding:15px 0;
	border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
	margin:30px 0;
	float:left;
	width:1100px;
	text-align:center;
	color:#79a100;
}

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


.menu li {
	display:inline;
	zoom: 1;
	padding:0 25px;
	margin:0;
}

.menu a {
	color:#666;
	text-decoration:none;
}

.menu a:hover {
	color:#79a100;
}

.slogan {
	width:1100px;
	float:left;
	text-align:center;
}

.title {
	width:1100px;
	float:left;
	text-align:center;
	padding:0;
	margin:0;
}

#banner {
	width:1100px;
	float:left;
	padding:30px 0;
}

#newproduct_banner {
	width:1000px;
	padding:70px 0 30px 0;
	margin-left:50px;
}

#footer {
	width:1100px;
	float:left;
	padding:0 0 80px 0;
	text-align:center;
	color:#666;
	font-size:11px;
}

#content {
	width:1100px;
	float:left;
	margin:30px 0 50px 0;
}

#content img {
	float:left;
	margin:0 0 50px 0;
}

#procontent {
	width:1100px;
	float:left;
	margin:30px 0 50px 0;
	text-align:center;
}

#procontent img {
	float:left;
	padding:0 0 10px 0;
}

#procontent p {
	float:left;
	padding:0 0 10px 0;
	border-bottom:1px #CCC solid;
	width:238px;
}

.conleft {
	width:100%;
	/*float:left;*/
	/*padding:0 60px 0 150px;*/
	text-align:center;
}

.conleft a {
	color:#FFF;
	text-decoration:none;
}

.conleft a:hover {
	color:#FFF;
	text-decoration:underline;
}

.conright {
	width:40%;
	/*float:left;*/
	/*padding:0 150px 0 0;*/
	text-align:left;
}

.form {
	width:300px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	border:1px dashed #666;
	color:#666;
	margin:0 0 10px 0;
}

.submenu {
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 30px 0;
	float:left;
	width:1100px;
	text-align:center;
	color:#79a100;
}

.submenu ul {
	list-style:none;
	margin:0 auto;
	padding:10px 0;
	border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
	width:1000px;
/*	display:inline-block;*/
}

.submenu li {
	display:inline;
	zoom: 1;
	padding:0 20px;
	margin:0;
	border-left:1px #CCC solid;
}

.submenu a {
	color:#333;
	text-decoration:none;
}

.submenu a:hover {
	color:#79a100;
}

.member-submenu {
	font-size:12px;
	text-transform:uppercase;
	margin:0 0 30px 0;
	float:left;
	width:1100px;
	text-align:center;
	color:#79a100;
}

.member-submenu ul {
	list-style:none;
	margin:0 auto;
	padding:10px 0;
	border-bottom:1px #CCC solid;
	border-top:1px #CCC solid;
	width:900px;
/*	display:inline-block;*/
}

.member-submenu li {
	display:inline;
	zoom: 1;
	padding:0 20px;
	margin:0;
	border-left:1px #CCC solid;
}

.member-submenu a {
	color:#333;
	text-decoration:none;
}

.member-submenu a:hover {
	color:#79a100;
}



.product {
	width:1016px;
	margin:0 auto;
}

.newproduct {
	width:1100px;
	float:left;
}

.newproduct a {
	color:#333;
	text-decoration:none;
}

.newproduct a:hover {
	color:#FFF;
}

.thumb {
	width:238px;
	float:left;
	margin:0 8px 10px 8px;
}

.conwrap{
    width:1000px;
    display:flex;
    margin: 0 auto;
}