﻿@charset "utf-8";
/* CSS Document */

.ddsmoothmenu{ 
    float: right; 
    font-size:18px; 
    color:#dbdbdb; 
    /*width:700px;*/
    height:115px; 
/*	margin-top:25px; */
	font-family: "微软雅黑"; 
	color:#333; 
	
}

.ddsmoothmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.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: #272727;
	/*line-height:115px;*/
	text-align:center;
    font-size: 14px;
	text-decoration: none;
	position: relative;
	text-transform: uppercase;
	height: 115px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 30px;
}
.ddsmoothmenu>ul>li:hover>a,.ddsmoothmenu>ul>li>a.cur{
	color: #ffa000;
}
.ddsmoothmenu>ul>li:hover>a:after,.ddsmoothmenu>ul>li>a.cur:after{
	content: "";
    position: absolute;
    bottom: 30px;
    left: 22px;
    height: 2px;
    background-color: #ffa000;
    width: 70px;
}




.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{}

/*.ddsmoothmenu .cur,.ddsmoothmenu ul li a.selected,.ddsmoothmenu ul li a:hover{ 
   background:#f7f7f7;
   color: #2a2a2a;
 }*/


	

.ddsmoothmenu ul li ul{
	display: none;
	visibility: hidden;
	/*background: rgba(255,255,255,0.7);*/
	background-color: #fff;
}


.ddsmoothmenu ul li ul li{display: list-item;float: none;width: 100%;}


.ddsmoothmenu ul li ul li ul{}


.ddsmoothmenu ul li ul li a{
	/*background: #fff;*/
    color: #fff;
    font-size: 12px;
	font-weight: normal;
}

.ddsmoothmenu ul li ul li a.submenu{
	color: #272727;
	font-size: 12px;
	font-weight: normal;
	width:100%;
	min-height:35px;
	border-bottom:1px solid #c1c1c1; 
	/*line-height:35px;*/
	padding: 5px 3px;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
}

.ddsmoothmenu ul li ul li a.selected{

}
.ddsmoothmenu ul li ul li a:hover{
	
	/*background: rgba(0,0,0,0.7);*/
	color: #ffa000;

}


* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */








