@charset "utf-8";
/* CSS Document */
body{
	padding:0; 
	font-family:"Microsoft YaHei",Arial;
	font-size:14px;
	background-color:#f6f6f6;
	}
.fl{
	float: left;
	}
.fr{
	float: right;
	}
.margin{
	margin:0 auto;
	}
.hidden{
	overflow:hidden;
	}
.width1200{
	width:1200px;
	padding:0px 20px;
	background-color:#FFF;
	}
/* 顶部背景 */
.header_bg{
	height:108px;
	background-color:#505583;
	margin-bottom:17px;
	}
/* 顶部背景 en */
.top{
	background:url(../images/top.png) no-repeat scroll 974px 12px;
	text-align:right;
	height:20px;
	color:#FFF;
	padding-top:8px;
	padding-right:38px;
	}
.top a{
	color:#FFF;
	padding-left:30px;
	}
/* logo */
.logo{
	width:230px;
	height:69px;
	margin-left:13px;
	}
/* logo en */
.header_right_top{
	text-align:right;
	height:40px;
	line-height:40px;
	color:#e49a65;
	padding-right:38px;
	}

/* 菜单 */
.menu_nav{
	overflow:hidden;
	height:41px;
	/*font-size:16px;*/
	}
.menu_nav li{
	width:136px;
	height:41px;
	overflow:hidden;
	text-align:center;
	/*margin-left:26px;*/
	}
.menu_nav li div a{
	color:#FFF;
	}
.menu_nav li div{
	height:41px;
	line-height:41px;
	position:relative;
	}
.menu_nav li div i{
    background-color: #e08e59;
	margin-top:37px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.2s ease-out 0s;
    width: 0;
	}
.menu_nav li div:hover i {
    width: 100%;
	}
.menu_nav li ul{
	position: absolute;
	z-index:999;
	background-color:#FFF;
	padding:10px 0px 0px;
	display:none;
	width:240px;
	}
.menu_nav li ul li{
	margin:0px 0px 5px;
	height:auto;
	font-size:12px;
	line-height:20px;
	text-align:left;
	padding:0px 5px;
	border-bottom:2px solid #e08e59;
	width:230px;
	}
.menu_nav li ul li a{
	color:#5e5e5e;
	}
.menu_nav li ul li a:hover{
	color:#e49a65;
	}
/* 菜单 en */
/* 搜索 */
.so_div{
	width:898px;
	padding-left:302px;
	height:52px;
	line-height:35px;
	padding-top:18px;
	margin:20px 0px;
	background-color:#eeeeee;
	}
.so_div i{
	font-size:20px;
	color:#535353;
	margin-right:44px;
	}
.s_txt{
	width:270px;
	padding:0 15px;
	height:35px;
	color:#000000;
	border:0px;
	}
.so_div button{
	width:77px;
	height:35px;
	line-height:35px;
	border:0px;
	color:#FFF;
	}
.so_div button:hover{
	background-color:#505583;
	}
.s_sub{
	background-color:#e49a65;
	}
.s_res{
	background-color:#a0a0a0;
	margin-left:26px;
	}
/* 搜索 en */