body{
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#eeeeee); /*IE 6 7 8*/ 
	background: -ms-linear-gradient(top, #ffffff,  #eeeeee);  /* IE 10 */
	background:-moz-linear-gradient(top,#ffffff,#eeeeee);/*火狐*/ 
	background: -o-linear-gradient(top, #ffffff, #eeeeee);  /*Opera 11.10+*/
	background: -webkit-linear-gradient(top, #ffffff, #eeeeee);   /*Safari5.1 Chrome 10+*/
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#ffffff), to(#eeeeee));/*谷歌*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffffff), to(#eeeeee));      /* Safari 4-5, Chrome 1-9*/
	
}

.navBottom img{
	float: left;
	height: 86px;
}
.navBottom{
	height: 102px;
}
.nav{
	
}
.banner img{
	width: 100%;
}
.content{

}
.sideNav{
	position: relative;
	width: 200px;
	float: left;
}

/*二级导航*/
#listProduct{
	width: 200px;
	margin-bottom: 40px;	
	box-shadow: 3px 3px 20px #c2bcb5;
}

#listWine img{
	float: right;
	margin-top: -24px;
	opacity: 0.6;
}
#listWine img.sideNavImg{
	position: absolute;
	padding: 0px;
	right: 20px;
	top: 40px;
	-webkit-transition: all 0.5s ;
	-moz-transition: all 0.5s ;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s ;
	transition: all 0.5s ;
}
#listWine li:hover img.sideNavImg{
	transform: rotate(90deg);
	opacity: 1;
}
#listWine li{
	 float:left;
	line-height:40px ;
	font-size: 16px;
	padding: 0px 10px;
	position: relative;
}

#listWine {
 width:180px;
 line-height: 24px; 
 list-style-type: none;
 text-align:left;
    /*定义整个ul菜单的行高和背景色*/
}
/*==================一级目录===================*/
#listWine a {
 width: 160px; 
 display: block;
 padding-left:20px;
 /*Width(一定要)，否则下面的Li会变形*/
}
.expanded{
	background-color: #159E63;
}

#listWine a:link  {
 color:#666; text-decoration:none;font-weight:normal;
}
#listWine a:visited  {
 color:#666;text-decoration:none;font-weight:normal;
}
#listWine a:hover  {
 color:#159E63;text-decoration:none;font-weight:normal;
}
/*==================二级目录===================*/
#listWine li ul {
 list-style:none;
 text-align:left;
}
#listWine li ul li {
padding: 0px;
font-size: 12px;
}
#listWine li a{
	display: block;
	border-top:1px solid #159E63 ;
	padding: 0px 10px;
	
}
#listWine li a img{
	padding-left: 90px;
}
#listWine li ul a{
 padding-left:15px;
 width:160px;
 /* padding-left二级目录中文字向右移动，但Width必须重新设置=(总宽度-padding-left)*/
}
/*二级目录的链接样式*/
#listWine li ul a:link  {
 color:#666; text-decoration:none;
}
#listWine li ul a:visited  {
 color:#666;text-decoration:none;
}
#listWine li ul a:hover {
 color:#F3F3F3;
 text-decoration:none;
 font-weight:normal;
 background:#159E63;
 /* 二级onmouseover的字体颜色、背景色*/
}
/*==============================*/
#listWine li:hover ul {
 left: auto;
}
#listWine li.sfhover ul {
 left: auto;
}
#content {
 clear: left; 
}
#listWine ul.collapsed {
 display: none;
}
/*二级导航完*/


.sideNavTitle{
	width: 200px;
	height: 75px;
	color: #FFFFFF;
	float: left;
	margin-top: -74px;
	position: absolute;
	z-index: 99;
	background-color: #159E63;
	
}
.sideNavTitle img{
	margin: 20px 20px 0px 0px;
	width: 20px;
	float: right;
}
.sideNavTitle h1{
	font-size: 24px;
	margin-top: 10px;
	margin-left:20px ;
	display: inline-block;
	/*background-image: url(../img/icon_product.png);
	background-repeat: no-repeat;
	background-position:140px 6px  ;
	background-size: 20px 20px;*/
}
.sideNavTitle p{
	font-size: 18px;
	margin-top: 5px;
	margin-left:20px;
	text-transform: capitalize;
}
.contactUs{
	width: 200px;
	height: 222px;
	box-shadow: 3px 3px 20px #c2bcb5;
}
.contactUs p{
	line-height:30px;
	font-size: 12px;
	text-align: left;
	margin-left: 20px;
	padding-top: 20px;
}
.contentTitle{
	padding: 20px 0px;
	margin: 50px 0px;
	border-bottom: 1px double #159E63;
	background-image: url(../img/wine4.png);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position:-3px 59px ;
	margin-top: 30px;
}
.contentTitle img{
	display: block;
	margin-left: 30px;
}
.contentTitle ul {
	float: right;
}
.contentTitle ul li{
	float: left;
}



/*产品列表页*/
.proContent{
	width: 940px;
	float: left;
	margin-left: 60px;
}
.in_content .in_condiv .picFocus .bd ul li .pic_info{
	float: right;
	margin-top: 130px;
	width: 280px;
	line-height: 30px;
}
.in_content .in_condiv .picFocus .bd ul li .pic_info span{
	font-size: 18px;
	padding-bottom:  20px;
	
}
.in_content .in_condiv .picFocus .bd ul li .pic_info p{
	font-size: 14px;
}
.picFocus .hd .navPrev:hover,.picFocus .hd .navNext:hover{
	text-decoration: none;
}

.proContentMain{
	width:870px ;
	margin: 0px auto;
}
.proContentMain li{
	width: 250px;
	height: 400px;
	border: 1px solid #159E63;
	position: relative;
	overflow: hidden;
	float: left;
	margin-right: 35px;
	margin-bottom: 35px;
	background-color: #fafafa;
}
.proContentMain li img{
	width: 250px;
	margin: 0px auto;
	margin-top: 40px;
}
.proContentMain li div{
	width: 250px;
	background-color: #159E63;
	color: #FFFFFF;
	position: absolute;
	top: 350px;
}
.proContentMain li div p{
text-align: center;
line-height: 36px;
font-size: 16px;
}
.proContentMain li div span{
	display: block;
	text-align: center;
	line-height: 50px;
	font-size:18px ;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.proContentMain li:hover div{
	opacity: 0.8;
}
.proContentBottom{
	margin: 20px auto;
	width: 420px;
}
.proContentBottom ul li{
	height: 27px;
	line-height: 27px;
	border: 1px solid #159E63;
	margin-top: 20px;
	display: inline-block;
	margin-right: 5px;
}
.proContentBottom ul li a{
	display: block;
	padding: 0px 10px;
}
.proContentBottom span{
	height: 27px;
	line-height: 27px;
}
/*产品列表页*/
/*联系页*/
.contactMain p{
	line-height: 30px;
	font-size: 14px;
	margin: 20px;
}

/*联系页*/

/*关于页*/
.aboutContent h1{
	width: 600px;
	text-align: center;
	margin: 0px auto;
	font-size: 30px;
	padding-bottom: 30px;
}
.aboutContent p,.joinUsMain p{
	width: 600px;
	text-align: left;
	margin: 30px auto;
	line-height: 28px;
	font-size: 14px;
	text-indent: 30px;
}
.aboutContent .aboutContentArt,.joinUsMain .aboutContentArt{
	margin: 20px auto;
	padding-left: 40px;
	border-left: 10px solid #159E63;
	width: 500px;
	margin-left:200px;
}
.aboutContent .aboutUs,.joinUsMain .aboutUs{
	background-color: #159E63;
	
}
.aboutContent .aboutUs p,.joinUsMain .aboutUs p{
	float: left;
	width: 130px;
	
	text-align: left;
	text-indent: 0px;
	font-size: 18px;
	line-height: 40px;
	margin-left: 20px;
	color: #FFFFFF;
	padding: 15px ;
	margin: 0px;
}
.aboutContent .aboutUs span,.joinUsMain .aboutUs span{
	font-size: 30px;
	color: yellow;
	padding-bottom: 5px;
	display: block;
	border-bottom: 5px solid yellow;
}
.aboutContent .aboutContentLeft,.joinUsMain .aboutContentLeft{
	width: 160px;
	float: left;
	margin-top: 20px;
}
.aboutContent .aboutContentXZL,.joinUsMain .aboutContentXZL{
	width: 100%;
	float: left;
}
.aboutContent img{
	/*width: 600px;*/
	margin: 0px auto;
	display: block;
}
/*关于页*/

/*留言页*/
input{
	border:1px solid #159E63;
	font-size: 14px;
	height: 30px;
}
.inputMessage,input{
	background-color: #f9f9f9;
}
.messageForm h1{
	text-align: center;
	font-size: 30px;
	width: 700px;
	margin-bottom: 30px;
}
.messageForm input:hover{
	background-color: #fff;
}
.messageForm textarea{
}
.messageForm textarea:hover{
	background-color: #FFFFFF;
}
.inputText{
	width: 340px;
}
.inputMessage{
	width: 500px;
	height: 200px;
	border:1px solid #159E63;
	font-size: 14px;
	overflow: scroll;
	resize: none;
	overflow-x:hidden
}
.inputUserSex{
height: 15px;
margin: 8px 8px;
}
.bottomButton{
	padding: 0px 15px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;  /* Firefox 4 */
	-webkit-transition: all 0.3s;   /* Safari 和 Chrome */
	-o-transition: all 0.3s;    /* Opera */ 
}
input.bottomButton:hover{
	background-color: #159E63;
	color: #fff;
}

table tbody tr td p{
	display: inline;
	font-size: 12px;
}
table tbody tr td{
	padding-left:10px ;
	padding-top: 20px;
	font-size: 14px;
}
.in_condiv form#form1{
	padding-left: 50px;
}
#toSubmit{
	margin-left: 100px;
	margin-top: 50px;
	
}
#toResetting{
	margin-left: 30px;
}
/*留言页*/

/*新闻列表页*/
.newsImgScan{
	width: 190px;
	height: 120px;
	float: left;
	margin-right: 20px;
}
.newsTitle{
	display: inline-block;
	line-height: 36px;
	color: #159E63;

}
.newsList{
	
}
.newsList ul li{
	margin: 0px 50px;
	border-bottom: 1px solid #159E63;
	padding: 30px;
}
.newsList ul li:hover{
	background-color:  #f9f9f9;
}
.newsList ul li a p{
	font-size: 14px;
	line-height: 20px;
	height: 80px;
	/*overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	text-decoration: none;*/
}
.newsList ul li a:hover{
	text-decoration: none;
}
.newsList ul li:hover p{
	color: #000000;
	text-decoration: none;
}
.newsList ul li a span{
	color: #159E63;
	margin-left: 10px;
}
/*新闻列表页*/

/*新闻内容页*/
.newsMain{
	width: 900px;
}
.newsMain h1{
	text-align: center;
	font-size: 30px;
}
.newsMain p{
	width: 900px;
	text-align: left;
	margin: 5px;
	line-height: 24px;
	font-size: 14px;
}
.newsMain img{
	margin: 10px;
	max-width: 100%;
}
.newsMain span.news_time{
	text-align: center;
	display: block;
	margin: 20px;
}
.PNPage{
	width: 800px;
	margin: 0px auto;
	margin-top: 80px;
	font-size: 14px;
}
 .PNPage span{
	display: inline-block;
}
 .PNPage .nextPage{
	float: right;
	text-align: right;
}

/*新闻内容页*/

/*产品内容页*/
.productMain{
	width: 900px;
}
.productMain img{
	width: 600px;
	display: block;
	margin: 0px auto;
}
.productMain h2{
	font-size: 30px;
	text-align: center;
}

/*产品内容页*/

/*代理合作*/
.joinUsMain span{
	font-weight: 100;
	font-size: 16px;
}
.joinUsMain h1{
	font-size: 30px;
	margin: 0px auto;
	width: 500px;
	margin-top: 30px;
	padding-bottom: 30px;
}
.joinUsMain p{
	font-size: 14px;
	width: 700px;
	margin: 20px auto;
	text-indent:30px;
	line-height: 24px;
}
.joinUsTurn{
	width: 700px;
	overflow: hidden;
	margin-left: 110px;
	position: relative;
}
.scrolling{
	width: 700px;
	height: 20px;
	margin-top: 30px;
	overflow: hidden;
	margin-left:90px ;
}
.scrolling li{
	font-size: 16px;
	text-align: left;
}
.joinUsTurn .joinUsPartner{
	margin-bottom: 0px;
	font-size: 16px;
	position: absolute;
	left: 0px;
	top: 30px;
}


/*代理合作*/

/*招聘信息*/
.contactForm input{
	padding: 0px 10px;
	
}
.mid_box form div{
	padding-top: 10px;
	margin-left: 20px;
	/**/
}
.mid33_box{
	display: inline-block;
}
.mid_box form div.mid33{
	padding-top: 0px;
}
.mid_box form div span{
	margin:  20px;
}
.mid33 span{
	display: inline-block;
}
.mid33_box input[type="radio"]{
padding-top: 10px;
margin: 0px;
margin-top: 20px;
}
.mid1 span{
	
}
.mid3 span{
	vertical-align:top;
}
.mid3 textarea.content{
	height: 150px;
	width: 500px;
	margin-left: 10px;
	border: 1px solid #159E63;
}

.centered-wrapper{
	line-height: 20px;

}



/*招聘信息*/








.newsListTitle{
	
}
.newsListTitle ul{
	margin-left: 70px;
}
.newsListTitle ul li{
	display: inline-block;
	margin-left: 10px;
}


/**/
div.centered-wrapper div h6{
	font-size: 20px;
	margin: 20px;
}

div.centered-wrapper div p{
	margin: 0px;
	padding: 15px 0px;
	line-height: 14px;
	font-size: 12px;
	margin-left: -5px;
	
}
div.centered-wrapper div p a{
	border: 1px solid #159E63;
	padding: 5px 20px;
}



/*分页*/
.in_fanye{
	
}
.in_fanye div a{
	padding: 5px 10px;
	border: 1px solid #159E63;
	margin-left: 5px;
	-webkit-transition: all  0.2s;
	-moz-transition: all  0.2s;
	-ms-transition: all  0.2s;
	-o-transition: all  0.2s;
	transition: all  0.2s;
}
.in_fanye div a:hover{
	background-color: #fafafa;
	opacity: 0.8;
	filter:Alpha(opacity=80);
}
.in_fanye div span{
	padding: 5px 10px;
	margin-left: 5px;
}
/*分页*/