/* CSS Document */

/*
.pic_parent
{
	width:100%; 
	height:170px; 
	background-color:#e0dfdf; 
	vertical-align:top;
}
 */
  
 .pic_title
{
  /*font-family:方正姚体简体; */
  font-family:微软雅黑;
  font-size:10pt;
  /*color:#363535;*/
  color:#3c4b6e;
  letter-spacing:3px;
  line-height:30px;
  /*cursor:pointer*/
}

/*
a.pic_title:hover
{
  text-decoration:none;
  color:#FFFFFF
}
*/

.wrap
{
  background:#404040;
}

.wrap p
{
 font-size:10pt !important;
 color:#fefefe !important;
 /*font-family:方正姚体简体 !important;*/
  font-family:微软雅黑 !important;
  /*
  -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  */
}

/*2015-07-02*/
.wrap:hover
{
/*
  background-color:#000000;
   -webkit-transition: all 500ms linear;
  -moz-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  */
}

.picture a:hover p {
	top:10% !important;
}

#products_methods
{
  width:100%;
  background:#959595;
  margin:0 auto;
}

#products_methods table, #products_methods table a
{
  font-family:adobe 宋体;
  font-size:10pt;
  color:#DBDBDB;
  letter-spacing:1px;
}

#products_methods table
{
 font-size:12pt;
 color:#FFFFFF;
 }

   
#products_methods table a:hover
{
  text-decoration:none;
  /*color:#0000FF;*/
  color:#FFFFFF;
}

   
#products_methods  a:hover
{
  text-decoration:none;
  /*color:#0000FF;*/
  color:#FFFFFF;
}



.mF_kdui .dot li
{ 
 /* background:url(../products/images/2_1.png) !important; */
}


 #context
{ 
  width:90%;
 
  padding-left:0px;
}


#daohang 
{
  width:80%;
}
  
 
#daohang ul li
{
  text-align:left;
}

#daohang ul li ul li a
{
  padding-left:8%;
}


#context ul
{
   list-style:square; 
   font-size:10.5pt; 
   padding-left:10%;
}

#context ul li
{
   line-height:2;
}

.picture {
	position:relative;
	overflow:hidden;
	border:0;
	margin:0 auto;
	float:left;
	display:inline;
	width:100%;
	height:200px;
	line-height:120px;
	background:#242424;
}


.picture p{
	display:block;
	position:absolute;
	top:200px;
	z-index:1;
	background:transparent;
	font-size:13px;
	font-weight:500;
    color:#fff;
	margin:0 auto;
	line-height:20px;
	-webkit-transition: all 0.6s ease-in-out;
	letter-spacing:2px;
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
	
}


.picture a:hover p {
	top:23%;
}



  