.padding0 {
	padding: 0px;
}

body {
	background: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	font-family: 'Microsoft YaHei', 'Arial', 'sans-serif';
	font-size: 12px;
}


/*header*/

.header {
	margin: 0px;
	border: none;
	height: 60px;
	/* position:fixed;*/
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 100%;
	box-shadow: 1px 1px 7px #ccc;
}

.header .logo-wrap {
	position: absolute;
	left: 15px;
	top: 0px;
	z-index: 5;
}

.header .logo {
	display: block;
	margin-top: 10px;
	overflow: hidden;
}

.header .logo img {
	width: 100%;
}

.header div.search {
	width: 160px;
	height: 28px;
	margin-left: -20px;
	float: right;
	background: none;
	border-radius: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 5;
	border: 1px solid #e0e0e0;
	color: #666;
}

.header div.search:hover {
	border: 1px solid #cccccc;
	color: #000;
}

.header div.searchActive {
	box-shadow: inset 2px 2px 2px #e3e2e3;
}

.header div.search input[type="text"] {
	width: 100px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	border: none;
	padding: 0 10px 0px 1px;
	float: left;
	outline: 0;
	background: none;
	*width: 80px;
}

.header div.search input[type="submit"] {
	background: url(images/search2.png) no-repeat center 7px;
	width: 32px;
	height: 28px;
	border: none;
	outline: 0;
	padding: 0;
	float: right;
	margin-right: 2px;
}

.header .subhead {
	position: absolute;
	right: 15px;
	top: 0px;
	z-index: 6;
}

.container div.change {
	float: right;
	font-size: 12px;
	height: 50px;
	line-height: 60px;
	color: #808080;
}

.container div.change a {
	color: #808080;
	margin: 0px 3px;
	text-decoration: none;
}

.container div.change a.red {
	color: #cc0000;
	font-weight: bold;
	padding-left: 3px;
	text-decoration: none;
}

.container div.change a.red:hover {
	color: #ff0000;
	text-decoration: none;
}

.container div.change a:hover {
	color: #333;
	text-decoration: none;
}

.container div.share {
	float: right;
	width: 80px;
	height: 20px;
	margin-left: 12px;
	padding-top: 14px;
	padding-bottom: 10px;
	position: relative;
	z-index: 9999;
}

.container div.share-nr {
	height: 28px;
	overflow: hidden;
}

.container div.share-nr a {
	height: 28px;
	width: 29px;
	display: block;
	margin-left: 8px;
	float: left;
}

.container div.share-nr .weixin {
	height: 28px;
	width: 30px;
	float: left;
	margin-left: 8px;
}

.container div.share-nr .weixin a {
	/* background:url(../images/weixin.png) no-repeat;*/
	margin: 0px;
	float: none;
}

.container div.share-nr .weixin-nr {
	background: #fff;
	position: absolute;
	top: 54px;
	left: -44px;
	padding: 10px;
	display: none;
}

.container div.share-nr .weixin-nr b {
	background: url(../images/tf_18.png) no-repeat;
	width: 13px;
	height: 7px;
	display: block;
	position: absolute;
	right: 50%;
	top: -7px;
	margin-left: -6px;
}

.container div.share-nr .weixin-nr p.pic {
	padding: 5px 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

.container div.share-nr .weixin-nr p.text {
	line-height: 26px;
	position: relative;
	text-align: center;
}

.container div.share-nr a.weibo {
	/* background:url(../images/weibo.png) no-repeat;*/
}

.container div.share-nr a:hover {
	background-position: 0px -28px;
}

.navbar {
	min-height: 44px;
}

.navbar .navbar-header {
	float: left;
}

.navbar .navbar-nav>li>a {
	padding-bottom: 12px;
	padding-top: 12px;
	outline: none;
	position: relative;
	zoom: 1;
}

.navbar-header .navbar-brand {
	height: 50px;
	margin-top: 15px;
	padding: 0 !important;
}

.navbar .navbar-brand img {
	width: 100%;
	height: 100%;
}

.navbar-nav {
	margin: 5px -20px 0 0px;
	font-size: 14px;
	overflow: hidden;
	padding-top: 10px;
	*margin-left: 0px;
}

.navbar-nav li {
	padding: 0px;
	overflow: hidden;
}

.navbar-nav>li>a {
	font-size: 15px;
	padding: 10px 7px 20px 20px;
	color: #333;
	line-height: 10px;
	padding-bottom: 25px !important;
	display: block;
	text-decoration: none;
}

.navbar-nav li a:hover,
.navbar-nav li.active a {
	color: #e60012;
	text-decoration: none;
	border-bottom: 1px solid #e60012;
	background: none;
}

.navbar-nav .selects {
	border-bottom: 1px solid #e60012;
	color: #e60012;
}

.down_menu {
	font-size: 12px;
	position: relative;
	padding: 30px 0px 30px 0px;
}

.down_menu .down_block {
	height: 100%;
	min-width: 190px;
	padding: 0 20px 0 40px;
	overflow: hidden;
	border-left: 1px solid #d6d6d6;
	position: relative;
}

.ie7 .down_menu .down_block {
	padding-left: 40px !important;
}

.down_block a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 100%;
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

.down_block .dropdown_dot {
	color: #e60010;
	cursor: default;
	text-decoration: none;
}

.down_block .dropdown_dot:hover {
	text-decoration: none;
}

.down_block a:hover,
.down_block a:focus {
	text-decoration: none;
}

.dp_spaec {
	margin-top: 20px;
}

.down_menu .first {
	border-left: none;
	padding-left: 15px !important;
}

.ie7 .down_menu .first {
	padding-left: 15px !important;
}

.ie7 .menu1>li {
	width: 48%;
}

.dropdown_menu {
	list-style: none;
	height: auto;
	left: auto;
	margin-left: 0;
	float: none;
}

.dropdown_menu {
	margin-top: 10px;
}

.dropdown_menu>li {
	float: left;
	list-style: none;
}

.menu1>li {
	width: 100%;
}

.menu2>li {
	width: 100%;
}

.menu3>li {
	width: 33%;
}

.dropdown_menu>li>a {
	clear: both;
	color: #666;
	display: inline-block;
	font-weight: 400;
	line-height: 1.42857;
	padding: 4px 0px 3px 0px;
	white-space: nowrap;
	font-size: 12px;
	outline: none;
	text-decoration: none;
}

.dropdown_menu>li>a:hover,
.dropdown_menu>li>a:focus {
	color: #e60012;
	text-decoration: none;
}

.hide {
	display: none;
}

.right_img {
	float: right;
	padding-right: 40px;
}

.data-toggle {
	display: inline-block;
}

.header .share .bdshare-button-style1-32 a {
	margin-right: 0px;
	margin-left: 6px;
	float: none;
	*float: left;
}

.header-cont {
	position: relative;
}

.header-top {
	height: 100%;
	position: relative;
	width: 100%;
	z-index: 9;
	/*background:#f6f6f6;*/
}


/*.header-active{background:url(../images/head-bg.png) repeat;}
.header-bg{background:url(../images/head-black.png) repeat;height:6px;width:100%;position:absolute;left:0px;top:100%;}
*/

.nav-bar {
	position: absolute;
	left: 0px;
	top: 0px;
	padding-left: 200px;
}

.nav-wrap {
	display: block;
	position: absolute;
	left: 0px;
	top: 60px;
	width: 100%;
	/* background:#f0f0f0 url(../images/head-down02.jpg) repeat-x left top;*/
	z-index: 8;
	*zoom: 1;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#d6d6d6', Direction=120, Strength=4);
	/*for ie6,7,8*/
	background-color: #f0f0f0;
	-moz-box-shadow: 0px 2px 4px #d6d6d6;
	/*firefox*/
	-webkit-box-shadow: 0px 2px 4px #d6d6d6;
	/*webkit*/
	box-shadow: 0px 2px 4px #d6d6d6;
	/*opera閹存潒e9*/
}

.nav-wrap .down_menu {
	display: none
}

.nav-down-cell {
	overflow: hidden;
}

.nav-phone {
	position: absolute;
	left: 0px;
	top: 60px;
	background: #eeeeee;
	width: 100%;
	display: none;
	z-index: 17;
}

.nav-phone a {
	color: #333;
	display: block;
	text-decoration: none;
	margin: 0px 15px;
	height: 42px;
	line-height: 42px;
}

.nav-phone .menu01 {
	border-bottom: 1px solid #d6d6d6;
}

.nav-phone .menu01>a {
	/*background:url(../images/nav05.png) no-repeat right center;*/
	font-size: 18px;
}

.nav-phone .menu02>a {
	border-bottom: 1px solid #c0c0c0;
	/*background:url(../images/nav08.png) no-repeat right center;*/
	text-indent: 15px;
	font-size: 15px;
}

.nav-phone .menu03>a {
	border-bottom: 1px solid #fff;
	text-indent: 30px;
	margin: 0px;
	color: #fff;
	font-size: 13px;
}

.nav-phone .menu01>a.active {
	/*background:url(../images/nav06.png) no-repeat right center;*/
	color: #e60213;
}

.nav-phone .menu02>a.active {
	/*background:url(../images/nav07.png) no-repeat right center;*/
	border: none;
	color: #e60213;
}

.nav-phone .menu01 a.last {
	border: none;
}

.nav-phone .ul01 {
	background: #d6d6d6;
}

.nav-phone .ul02 {
	background: #898989;
	margin: 0px 15px;
}

.nav-phone .menu01 ul {
	display: none;
}

.nav-phone>b {
	width: 15px;
	height: 8px;
	position: absolute;
	top: -8px;
	right: 22px;
	/*background:url(../images/h_37.png) no-repeat center;*/
	display: block;
	z-index: 10;
}

.nav-phone>ul {
	display: none;
}

.nav-phone .p01 {
	background: #ccc;
	font-size: 15px;
}

.header-phone {
	position: absolute;
	right: 0px;
	top: 0px;
	padding-top: 16px;
}

.header-phone .navbar-toggle {
	width: 30px;
	padding: 0px;
	margin-top: 0px;
	outline: 0;
	border: 0;
}

.header-phone .navbar-toggle .icon-bar {
	background: #58676d;
	height: 5px;
	width: 100%;
	display: block;
	border-radius: 4px;
	margin-bottom: 6px;
}

.header-phone .navbar-active .icon-bar {
	background: #e60213;
}

.header-phone .search-toggle {
	float: left;
	margin-right: 25px;
	height: 28px;
	width: 28px;
	cursor: pointer;
}


/*.header-phone .search-active{background:url(../images/search2.png) no-repeat;}*/

.search-phone {
	position: absolute;
	left: 0px;
	top: 60px;
	background: #eeeeee;
	width: 100%;
	display: none;
	z-index: 99;
}

.search-phone>b {
	width: 15px;
	height: 8px;
	position: absolute;
	top: -8px;
	right: 76px;
	/*background:url(../images/h_37.png) no-repeat center;*/
	display: block;
	z-index: 10;
}

.search-phone .cell {
	margin: 20px 0px;
	height: 37px;
}

.search-phone .cell form {
	border-radius: 30px;
	background: #fff;
	position: relative;
	border: 1px solid #d4d4d4;
	height: 35px;
	line-height: 35px;
}

.search-phone .cell form input.text {
	display: block;
	background: none;
	padding: 0px 20px;
	border: none;
	width: 80%;
	line-height: 35px;
	height: 35px;
	font-weight: normal;
	font-size: 14px;
	vertical-align: middle;
	overflow: hidden;
}

.search-phone .cell form .button {
	position: absolute;
	right: 5px;
	background: #fff;
	background: url("../images/search02.png") no-repeat center;
	width: 48px;
	height: 100%;
	top: 0px;
	border: none;
}

.head-margin {
	position: relative;
	z-index: 6;
	overflow: hidden;
}


/****/

.ja_se {
	position: absolute;
	right: 10px;
	top: 5px;
	z-index: -1;
}

@media (max-width: 768px) {
	.ja_se {
		z-index: 1;
		top: 7px;
	}
}

@media (max-width: 992px) {
	.ja_se {
		z-index: 1;
		top: 7px;
	}
	.nav-bar {
		padding-left: 150px;
	}
}

.na_menu2 {
	border-right: 1px solid #ccc;
	padding-right: 50px;
}

.na_menu2 a {
	display: block;
	font-size: 14px;
	color: #333;
	padding: 5px 0;
	text-align: right;
	width: 35%;
	float: right;
}

.xs_txt {
	font-size: 14px;
	margin: 10px;
	color: #333;
	margin-left: 70px;
}

.tz_menu2 a {
	width: 100%;
	float: right;
}

.menu02 img {
	display: none;
}

.menu02 p {
	display: none;
}