
/*****************************************************************************************/
/*logoÇøÓò*/

.logo {
	width: 100%;
	float: left;
	height:75px;
}

.logo .logo-main {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}

.logo .logo-main .logo1 {
	float: left;
	margin-top: 20px;
}

.logo .logo-main .logo1 img {
	width: 149px;
	height: 35px;
}

.logo .logo-main h3 {
	color: #e86340;
	float: left;
	margin: 22px 70px 0px 10px;
	font-size: 23px;
	width: 94px;
}

.logo .logo-main .ad-1 {
	float: right;
	margin-top: 25px;
}


/*ËÑË÷¿ò*/

.logo .logo-main .ss {
	width: 363px;
	height: 35px;
	background: #6b6f72;
	float: right;
	position: relative;
	margin-top: 18px;
}

.logo .logo-main .ss input {
	width: 261px;
	height: 33px;
	line-height: 33px;
	background: #fff;
	font-size: 14px;
	color: #9c9c9c;
	margin: 1px;
	text-indent: 12px;
	float: left;
}

.logo .logo-main .ss button {
	width: 100px;
	height: 35px;
	background: #6b6f72;
	font-size: 16px;
	color: #fff;
	float: left;
	text-align: left;
}

.logo .logo-main .ss button i {
	width: 16px;
	height: 16px;
	float: left;
	background: url(../../image/resourceLibrary/resIndex/icon-new.png) -10px -390px no-repeat;
	margin: 3px 10px 0 18px;
}

.logo .logo-main .ss button:hover {
	background: #1c7cfd;
}

.logo .logo-main .nav {
	float: left;
	margin-top: 20px;
}

.logo .logo-main .nav ul {
	width: 100%;
	float: left;
	margin-left: 28px;
	position: relative;
	top: -3px;
}

.logo .logo-main .nav ul li {
	float: left;
	font-size: 16px;
	color: #202020;
	line-height: 43px;
}


/*
.logo .logo-main .nav ul li a.index {
	width: 120px
}
*/

.logo .logo-main .nav ul li a {
	display: inline-block;
	font-size: 18px;
	color: #e86340;
	line-height: 32px;
	height: 32px;
	text-align: center;
	padding: 0 20px;
}

.logo .logo-main .nav ul li a:hover {
	text-decoration: underline;
}

.logo .logo-main .nav ul li a.current {
	background-color: #e86340;
	color: #fff;
	height: 32px;
	line-height: 32px;
	border-radius: 55px;
}

.logo .logo-main .nav ul li a.current:hover {
	text-decoration: none;
}
.logo .logo-main .nav ul li a.active {
    background-color: #e86340;
    color: #fff;
    height: 32px;
    line-height: 32px;
    border-radius: 55px;
}

.logo .logo-main .nav ul li a.active:hover {
    text-decoration: none;
}
/*****************************************************************************************/