﻿/*--------Global--------*/
body{
	background:#000000;
	margin:0px;
	padding:0px;
}
.style_r{
	margin:0px;
	padding:0px;
}
.container{ /* 容器 */
	margin:0px;
	padding:0px;
	width:100%;
}
.header{ /* 页头 */
	height:155px;
	background-image:url('../../images/p_1_header_bg_r.jpg');
	background-position:left top;
	background-repeat:repeat-x;
	position:relative;
}
.header .top{
	height:108px;	
}
.header .top .con_box{
	width:950px;
	margin:auto;
}
.header .top .con_box .logo{
	float:left;
	padding-top:12px;
	padding-left:15px;
}
.header .top .con_box .flag{
	float:right;
	padding-right:15px;
	padding-top:50px;
	width:265px;

}
.header .top .con_box .flag img{
	border:0px;
}
.header .top .con_box .flag a{color:#000;}
.header .top .con_box .flag span{
	color:#373737;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	line-height:130%;
	display:block;
	padding-bottom:10px;
}
.header .top .con_box .flag ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header .top .con_box .flag li{
	float:left;
	margin:0px;
	padding:0px;
	padding-left:5px;
	list-style-type:none;
}

.header .menu{
	background-image:url('../../images/p_1_menu_r.jpg');
	background-position:center center;
	background-repeat:repeat-x;
	height:44px;
}
.header .menu a{
	color:#ffffff;
	text-decoration:none;
}
.header .menu a:hover{
	color:#ffffff;
	text-decoration:underline;
	cursor:pointer !important;
	cursor:hand;
}
.header .menu .menu_con{
	margin:auto;
	width:950px;
}
.header .menu .menu_con .dot{
	font-size:16px;
	font-weight:bold;
}
.header .menu ul{
	margin:0px;
	padding:0px;
	padding-left:14px;
	float:left;
	list-style-type:none;
}
.header .menu li{
	margin:0px;
	padding:0px;
	padding-right:15px;
	height:30px;
	line-height:30px;
	list-style-type:none;
	float:left;
	font-size:12px;
	font-family:Arial;
	font-weight:normal;
	color:#ffffff;
}
.header .menu .menu_con .sp{
	float:right;
	width:200px;
	padding-top:8px;
}
.header .menu .menu_con .sp_1{
	font-family:Arial;
	font-size:8px;
	color:#ffffff;
	display:block;
	height:18px;
	line-height:18px;
	float:left;
	padding-right:5px;
}
.header .menu .menu_con .sp_2{
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	text-align:center;
	width:97px;
	height:16px;
	border:1px #ffffff solid;
	float:left;
}
.header .menu .menu_con .sp_1 a{
	cursor:pointer;
	text-decoration:none;
}
.header .menu .menu_con .sp_2 a{
	cursor:pointer;
	text-decoration:none;
}

