@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ 
    float: right; 
    font-size:18px; 
    color:#dbdbdb; 
    /*width:700px;*/
    height:110px; 
/*	margin-top:25px; */
	font-family: "微软雅黑"; 
	color:#333; 
	
}

.ddsmoothmenu>ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}


.ddsmoothmenu>ul>li{
	display: inline;
	float: left;
	width:110px;
	/*border-left:1px solid #c1c1c1;*/
	color:#333;
	font-size:15px;
	
}
.ddsmoothmenu>ul>li:last-child{
	/*border-right:1px solid #c1c1c1;*/
}

.ddsmoothmenu>ul>li>a{
	display: block;
	color: #333;
	line-height:110px;
	text-align:center;
    font-size: 16px;
	text-decoration: none;
	transition-duration: 0.5s;
	background: #f7f7f7;
}




.ddsmoothmenu>ul>li>a:link, .ddsmoothmenu>ul>li>a:visited{}

.ddsmoothmenu .cur,.ddsmoothmenu>ul>li>a.selected,.ddsmoothmenu>ul>li:hover>a{ 
   background:#2288d0;
   color: #fff;
 }


	

.navvv{
	width: 660px;
	background: #eaeaea;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	box-sizing: border-box;
	padding: 10px;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 99;
}
.navp{
	
}
.navp li{
	float: left;
}
.navp li a{
	font-size: 18px;
	color: #737373;
	transition-duration: 0.5s;
}
.navp li a:hover{
	color: #2288d0;
}

.pingfen3 li{
	width: 33.33%;
	background: #fff;
	line-height: 40px;
	text-align: center;
}
.pingfen2 li{
	width: 50%;
	background: #fff;
	line-height: 40px;
	text-align: center;
}

.navimg{
	

}
.navimg li{
	background: #fff;
	width: 48%;
	margin-left: 4%;
	float: left;
}
.navimg li:first-child{
	margin-left: 0;

}
.navimg li a{
	display: block;
}
.navimg li img{
	width: 260px;
	display: block;
	margin: 10px auto 0 auto;
}
.navimg li a p{
	font-size: 18px;
	color: #737373;
	transition-duration: 0.5s;
	text-align: center;
	line-height: 40px;

}
.navimg li:hover{
	background: #2288d0;

}
.navimg li:hover a p{
	color: #fff;
	
}
/*.ddsmoothmenu ul li ul li{
	display: list-item;
	float: none;
}


.ddsmoothmenu ul li ul li ul{}


.ddsmoothmenu ul li ul li a{
	background: #e1e1e1;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
}
.ddsmoothmenu ul li ul li a.submenu{
	color: #000;
	font-size: 12px;
	font-weight: normal; 
	width:120px;
	 height:35px; 
	 border-bottom:1px solid #c1c1c1; 
	 line-height:35px;
	}

.ddsmoothmenu ul li ul li a.selected{

}
.ddsmoothmenu ul li ul li a:hover{
	background:#CFCFCF;
	color: #000;

}*/


* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */








