@charset "utf-8";
*{margin: 0;padding: 0;}
html,body{ margin: 0;padding: 0; font-family:"微软雅黑";}
h1, h2, h3, h4, h5{ font-weight: normal;}
body{font-size:14px; color:#000000; background:#fff;}
img { border:none;}
ul,ol,li{list-style: outside none none;}
a{ text-decoration: none; color: #000000; }
ul:after{ content:""; display:block; clear:both;}
.fl{ float:left;}
.fr{ float:right;}
.clearfix:after {content: " ";height: 0;visibility: hidden;display: block;clear: both;}
input,select{ outline:none;}
em{ font-style:normal;}


.c_top{
	width: 100%;height: 32px;padding-top: 14px;
}
.c_topbox{
	max-width: 1300px;margin: 0 auto;
}

.topleft span{
	background: #d47274;color: #fff;width: 78px;height: 24px;text-align: center;line-height: 24px;display: inline-block;border-radius: 4px;margin-right: 10px;
}
.topleft font{
	color: #333;font-weight: 600;
}
.topright{
	
}
.topright li{
	float: left;padding-left: 10px;padding-right: 15px;border-right: solid 1px #d8d8d8;
}
.topright li a{
	padding: 3px 10px;
}
.topright li:last-child{
	border-right: none;padding-right: 0;
}
.topright li a:hover {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
color: #fff;
font-weight: 600;
border-color: #D47274;
background-color: #D47274;
}
.c_head{
	width: 100%;height: 110px;background: url(/images/head_bg.jpg) no-repeat center;padding-top: 15px;box-sizing: border-box;
}
.c_headbox{
	max-width: 1300px;margin: 0 auto;
}
.c_logo{
	width: 28%;
}
.c_logo img{
	display: block;max-width: 100%;overflow:hidden;
}
.c_ss{
	overflow: hidden;height: 40px;margin-top: 20px;
}
.c_ss input{
	border: none;overflow: hidden;
}
.s_input{
	width: 250px;height: 40px;padding-left: 10px;box-sizing: border-box;line-height: 40px;
}
.s_btn{
	width: 50px;height: 40px;background: url(/images/ss.png) no-repeat;cursor: pointer;
}

.c_nav{
	width: 100%;padding-top: 20px;
}

/*  主要样式 */
.yyui_menu1 {max-width: 1300px;margin: 0 auto;}
 
.yyui_menu1 li { float:left; position:relative;} /*这一级是导航*/
.yyui_menu1 > li > a { display:block; text-decoration:none; padding: 6px 24px; color:#5B5B5B; font-weight: 600;margin-bottom: 20px;  }
.yyui_menu1 > li > a i{width: 8px;background: url(/images/xia_1.png) no-repeat center;height: 5px;display: inline-block;margin-left: 5px;}

.yyui_menu1 > li > a.on,.yyui_menu1 > li > a:hover{
	color: #ff8724;background: url(/images/nav_bg.png) no-repeat center;background-size: 100% 100%;
}
.yyui_menu1 > li > a:hover i,.yyui_menu1 > li > a.on i{
	background: url(/images/xia_2.png) no-repeat center;
}
 
.yyui_menu1 li ul { position:absolute; float:left; width:145px;display:none; background: rgba(3,3,3,0.8); z-index:9999;padding-left: 15px;padding-top: 5px;padding-bottom: 5px;} /*这是第二级菜单*/
.yyui_menu1 li ul a {text-decoration:none; color:#fff;height: 32px;line-height: 32px;display:block;width: 100%;}
.yyui_menu1 li ul a:hover { color: #ff8724;}
 .yyui_menu1 li ul a.more{
	 padding-right: 20px;background: url(/images/ico_1.png) no-repeat 105px center;
 }
 .yyui_menu1 li ul a:hover.more{
	 padding-right: 20px;background: url(/images/ico_2.png) no-repeat 105px center;
 }
.yyui_menu1 li ul ul{ top:0;left:150px;}

.yyui_menu1 li ul.one li{
	width: 100%;
}





