@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, select, input, textarea, legend, caption, tbody, tfoot, thead, th {
margin: 0;
padding: 0;
}

img{
	border:none;
}




body{
	background:#e4e4e4;
	width: 100%;
	min-width: 1000px!important;
	color:#222;
	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;
}


a,a:visited{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#4f233d;
	text-decoration:underline;
}



/*----------------------------------*/


#main{
	width: 1000px;
	position: relative;
	background:white;
	z-index: 20;
	margin:0 auto;
	padding:10px 40px 20px 40px;
	

}

#header{
	position:relative;
	width:960px;
	margin:auto;
}

.head-right{	
	float:right;
	margin-top:25px;

}


.head-right h2{
	font-size: 18px;
color: #f23372;
font-family: arial;
padding-bottom: 5px;
font-weight:bold;
}


.head-right p{
	text-align:right;
	color:#666;
}

.hd-dq{
	color:white;
	text-align:right;
	font-family:"Myriad Pro", Arial;
}

.hd-dt{
	float:right;
	margin:10px 0 10px 17px;
	display:block;
}

.hd-pl{
	padding-top:15px
}

.company-name{
	width:375px;
	float:left;
	color:white;
	background:url(../res/company-name.png) top left no-repeat;
	padding-top:37px;
	margin-top:14px;
}


.company-name p{
	font-size:12px;
	line-height:160%;
	color:#fffb8c;
}



#footer{
	padding:10px 0;
	border-top: 4px solid #67b024;
	margin-top:20px;
	color:#666;
}

.footer-left{
	width:60%;
	float:left;
	
}

.footer-right{
	width:35%;
	float:right;
	text-align:right;
}

#footer a{
	color:#67b024;
}



.logo{
	width:700px;
	height:95px;
	background:url(../res/logo.jpg) no-repeat;
	display:block;
	float:left;
	margin:5px 10px  5px 0;
}

.clearfix{
	clear:both;
}

#content{
	
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background:white;
	padding:10px 20px 20px 20px;

}




/*----------------------------------*/
/*----------------------------------Menu----------------------------*/
.menu{
	height:41px;
	width:960px;
	background:url(../res/pattern.gif) repeat;
	position:relative;
	margin:auto;

}


.menu ul{
	list-style:none;
	width:100%;
}

.menu ul li{
	float:left;
	height:41px;	
	margin:0 1px;
	position:relative;
	background:url(../res/menu-li-bg.png) right no-repeat;
}



.menu ul li:last-child{
	background:none;
}


.menu ul li.selected,.menu ul li:hover{

}

.menu ul li.selected a,.menu ul li:hover a{
	color:white;
		text-decoration:underline;
}


.menu ul li:hover ul li a,.menu ul li.selected ul li a{
	color:#fff;
}


.menu ul li a{
	text-decoration:none;
	color:#fff;
	display:block;	
	padding:0 18px;
	line-height:42px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;

}





ul.submenuf1{
	
	z-index: 10;
	background:#eee;
	position: absolute;
	padding: 0;
	width:220px;	
	z-index: 1000;
	line-height: 29px;	
	display:none;
	top:41px;
	border:1px solid #dedede;
	
	
}

ul.submenuf1 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:none;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	height:35px;
	margin:0;
	
}

ul.submenuf1 li:last-child{
	border:none;
}

ul.submenuf1 li a{
	color:#666 !important;
	padding:0 5px;
	line-height:35px;
	background:none !important;
	text-transform:none;
	font-size:11px;
	font-weight:normal;
	text-decoration:none !important;
}


ul.submenuf1 li:hover{
	background:#dedede;
}

ul.submenuf1 li:hover ul{

}


ul.submenuf1 li:hover a{
	color:#eee;
	text-decoration:none !important;
}

ul.submenuf2{
	
	z-index: 10;
	background:#eee;
	position: absolute;
	padding: 0;
	z-index: 100;
	width: 230px;
	line-height: 29px;
	right:-230px;
	top:-1px;
	display:none;
	border:1px solid #dedede;

}

ul.submenuf2 li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	float:none;
	border-bottom:1px solid #ddd;
	font-weight:normal;
	margin:0;
}


.slide{
	width:960px;
	padding-bottom:39px;
	background:url(../res/slide-bg.png) no-repeat bottom;
}




.head-nav{
	font-size:20px;
	color:black;
	font-family:"Myriad Pro Cond", Arial;
	background: url(../res/pattern.gif) repeat-x;
	height:43px;
	line-height:43px;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
}


.head-nav2{
	font-size:20px;
	color:black;
	font-family:"Myriad Pro Cond", Arial;
	background: #eee;
	border-bottom:1px solid #d7d7d7;
	height:43px;
	line-height:43px;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:normal;
	text-transform:uppercase;
}

.head-nav2 span{
	display:block;
	background:url(../res/orange.png) no-repeat left 14px;
		padding-left:15px;
}

.head-nav span a
{
    color:White !important;
}

.head-nav span{
	display:block;
	color:white;
}

.mgt{
	border-bottom:1px solid #e5e5e5;
}





.catnews-item{
}

.catnews-item-child{
	margin:10px 0;
}

.catnews-item-left .catnews-item-child:first-child{
	border-bottom:1px solid #dedede;
	padding-bottom:5px;
}

.catnews-item-left{
	width:400px;
	float:left;
	padding-right:10px;
	border-right:1px solid #dedede;
}

.catnews-item-right{
	width:185px;
	float:right;
}



.catnews-title{
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}

.catnews-overview{
	margin:6px 0;
}



.catnews-img2{
	display:block;
	margin-right:10px;
	margin-bottom:10px;
	width:185px;
	overflow:hidden;
}

.catnews-img2 img{
	max-width:185px;
}



.catnews-img{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:185px;
	overflow:hidden;
}

.catnews-img img{
	max-width:185px;
}


	
.head-right{
	
	float:right;
	margin-top:15px;
}


.search-wrap{
	background:#e6e6e6;
	height:30px;
	z-index:20;
}

.search-txt{
	width:220px;
	border:none;
	outline:none;
	font-size:11px;
	color:#666;
	border:none;
	height:29px;
	background:#e6e6e6;
	padding-left:5px;
	float:left;
	line-height:28px;
}

.search-btn{
	border:none;
	outline:none;
	background:url(../res/search-icon.png);
	width:18px;
	height:18px;
	float:left;
	margin-top:7px;	
	margin-right:5px;
	cursor:pointer;
	float:right;
}



.social{
	float:right;
}

.social-icon{
	display:block;
	float:left;
	margin:15px 0 10px 10px;
	width:30px;
	height:30px;
}

.twitt{
	background:url(../res/twitt.png) no-repeat;
}

.twitt:hover{
	background:url(../res/twitt-hover.png) no-repeat;
}

.fb{
	background:url(../res/fb.png) no-repeat;
}

.fb:hover{
	background:url(../res/fb-hover.png) no-repeat;
}

.emailbt{
	background:url(../res/email.png)  no-repeat;
}

.emailbt:hover{
	background:url(../res/email-hover.png) no-repeat;
}


.left{
	width:610px;
	float:left;
}


.right{
	width:330px;
	float:right;
}


.aboutus{
}

.aboutus img{
	max-width:330px;
	margin:10px 0;
}

.aboutus p{
	color:#666;
	font-size:12px;
	
}

.aboutus a{
		color:#67b024;
		 line-height:200%;
}


.product-list{
	list-style:none;
}


.product-item
{
    padding-bottom:15px;
	border-bottom:1px solid #dedede;
	margin:15px 0;
}

.product-item:last-child{
	border:none;
}


.product-item-img{
	width:120px;
	float:left;
	overflow:hidden;
	margin-right:10px;
	margin-bottom:10px;
	display:block;
}

.product-item-img img{
	max-width:120px;
}

.product-item-name{
	font-weight:bold;
	font-size:18px;

}

.product-item-overview{
	color:#666;
}

.features{
	margin:10px 0;
}




.hotnews-title{
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}

.hotnews-overview{
	margin:10px 0;
}

.hotnews-img{
	display:block;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	width:150px;
	overflow:hidden;
}

.hotnews-img img{
	max-width:150px;
}

.hotnews-list{
	list-style:none;
	margin:10px 0;
	border-top:1px solid #eee;

}


.hotnews-list li{
	margin:10px 0;
	background:url(../res/marker-2.png) no-repeat left;
	padding-left:10px;
}


.hotnews-list li a{
	text-decoration:none !important;
}

.banner{
	margin:10px 0;
}

.banner-item{
	display:block;
	width:330px;
	overflow:hidden;
}

.banner-item img{
	max-width:330px;
}


.bottom-banner{
	padding-top:10px;
	display:none;
	border-top:1px solid #dedede;
	
}


.seeall
{
    text-align:right;
    margin:20px;   
}

.seeall a
{ 
color:#67b024;
}

.btn-index
{
    line-height:30px;
    width:90px;
    height:30px;
    text-align:center;
    float:right;
    background:#68a920;
    border:none;
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color:White;
    font-size:11px;
    cursor:pointer;  
      
}

.btn-index:hover
{
 background:#ff9414;
 color:White;
}

.link-drop{
	font-size:11px;
	color:#666;
	height:30px;
	padding-left:3px;
	line-height:25px;
	width:100%;
	margin:15px 0 ;
}

.banner-right
{
    margin:20px 0;
}

.banner-item
{
    margin:15px 0;
}


.headnav{
	padding:5px 0 10px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	
}

.headnav ul
{
    list-style:none;
}


.headnav ul li
{
    float:left;
    margin-right:10px;
      background:url(../res/sprArrows.png) right no-repeat;
      padding-right:20px
}

.headnav ul li a
{
    color:#1e6112;
}

.headnav ul li:first-child a
{
    color:Black;
}

.headnav ul li:last-child
{
    background:none;
}



.articleTitle
{
    font-size:20px;
    margin:10px 0 ;
    color:black;
    line-height: 140%;
}

.artilcedetail
{
    padding:0 5px;
    
}

.artilcedetail p 
{
    margin:10px 0;
    background:white !important;
}

.artilcedetail ul
{
    margin:10px 0 10px 20px;
    
}

.artilcedetail ul li
{
}



.artilcedetail ol
{
    margin:10px 0 10px 20px;
    
}


.artilcedetail img{
	max-width:600px;
}


.phantrang
{
    list-style:none;
    margin:10px 0 30px 0;
    float:right;
}

.phantrang li
{
    float:left;    
    margin:2px;
    border:1px solid #ddd;
}

.phantrang li strong
{
        display:block;
    padding:3px 8px;
       background:#af121d;
    color:White;
}



.phantrang li a
{
    display:block;
    padding:3px 8px;

}

.source
{
    margin:25px 0;
    text-align:right;
    font-weight:bold;
}

.dt-date{
	font-size:11px;
	color:#aaa;
}

.othernews
{
    margin:40px 0 20px 0;
}


.othernews h4
{
     font-size:14px;
    margin:10px 0 ;
    color:#af121d;
    border-bottom:1px dotted #ddd;
    padding-bottom:5px;
}

.othernews ul
{
    margin-left:10px;
}

.othernews ul li
{
    margin:5px 0;
}

.othernews ul li a
{
    color:#1e6112;
}




.ar-item
{
  margin: 20px auto;
border-bottom: 1px dotted #aaa;
padding-bottom: 20px;
}

.ar-item-img
{
    width:110px;
    min-height:65px;
    background:url(../res/article-bg.png) no-repeat;
    float:left;
    margin-right:10px;
    border:1px solid #efefef;
}

.ar-item-img img
{
    max-width:110px;
}

.ar-item .artitle
{
    margin:10px 0;
    font-weight:bold;
 
}

.ar-item .artitle a
{
    color:#333;
}



.ar-item-img-1st
{
    width:200px;
    min-height:110px;
    background:url(../res/article-bg-big.png) no-repeat;
    float:left;
    margin-right:10px;
    border:1px solid #efefef;
}

.ar-item-img-1st img
{
    width:200px;
}



/*----------------Contact */


#main_create_account{
margin: 0;
margin:auto;
color:#666;
font-size:11px;
background: whiteSmoke;
border: 1px solid #E5E5E5;
line-height:5px;

}




#create_account_wrap
{
    margin:auto;

}


#create_account_wrap
{
    font-size:12px;
}


#create_account_wrap h4{
margin:10px 0 10px 0;
font-size:12px;
line-height: 20px;
}

.create_account_txt{
padding:3px 5px;
border: 1px solid #ccc;
width: 95%;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
border-radius: 2px;
background: #fcfcfc;
vertical-align: middle;
-moz-box-shadow: inset 0 1px 3px #ddd;
-webkit-box-shadow: inset 0 1px 3px #ddd;
box-shadow: inset 0 1px 3px #ddd;
color: #666;
height: 23px;
  
}

  [required] {
    border-color: #88a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, .5);
  }
  :invalid {
    border-color: #e88;
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
	  }
	  
	  
	  

.button_video{
text-shadow: 0 1px 0 white;
background-color: #E0E0E0;
filter: linear-gradient(to bottom,white 0,#E0E0E0 100%);
background-image: linear-gradient(to bottom,white 0,#E0E0E0 100%);
-moz-box-shadow: inset 0 0 1px #fff;
-ms-box-shadow: inset 0 0 1px #fff;
-webkit-box-shadow: inset 0 0 1px #fff;
height: 2.95em;
padding: 10px 20px 10px 20px;
border: #ccc 1px solid;
outline: 0;
font-weight: bold;
font-size: 11px;
white-space: nowrap;
word-wrap: normal;
line-height:10px;
vertical-align: middle;
cursor: pointer;
color:#444;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
margin:10px 1px 10px 1px;
}


.button_video:hover{


background-image: -moz-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -ms-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -o-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,white),color-stop(100%,#EfEfEf));
background-image: -webkit-linear-gradient(top,white 0,#EfEfEf 100%);
background-image: linear-gradient(to bottom,white 0,#EfEfEf 100%);

-moz-box-shadow: inset 0 0 2px #fff;
-ms-box-shadow: inset 0 0 2px #fff;
-webkit-box-shadow: inset 0 0 2px #fff;
box-shadow: inset 0 0 2px #fff;

}



.errorwrap
{
    margin:auto;
}

.errorwrap p
{
    margin:20px auto;
    padding:10px;  
    background: #dff2bf;
    color:#4f8a10;
    border: 1px solid #4f8a10;

    
}

.errorwrap p.false
{ background: #feefb3;
    color:#d65100;
    border: 1px solid #d65100;
    
}
