﻿@charset "utf-8";
* {
	padding:0px;
	margin:0;
	border:0px;
}
/* tabs style 1 */
.tabs_style1 {
    clear:both;
    width: 1200px;
    margin: auto;
}
.tabs_style1 > ul.navv {
	margin-bottom:0;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(249, 249, 249, 1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(249, 249, 249, 1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0 ); /* IE6-9 */
}
.tabs_style1 > ul.navv > li {
	float:left;
	margin-bottom:-1px;
}
.tabs_style1 > ul.navv > li > a {
	line-height:40px;
	color:#fff;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
	padding-right: 20px;
	padding-left: 20px;
	margin-left:5px;
	margin-right:5px;
}
.tabs_style1 > ul.navv > li.active > a, .tabs_style1 > ul.navv > li > a:hover {
    color:#fff;
	font-family:"微软雅黑";
	font-size:16px;
	font-weight:normal;
	text-decoration:none;
}
.tabs_style1 > ul.navv > li.active > a {
	background-color:#B30F0D;
	border-radius:10px;
}
.tabs_style1 .tab-content {
	display: table;
	width: 100%;
	padding-top:30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.tabbable:before, .tabbable:after {
	display: table;
	content: " ";
}
.tabbable:after {
	clear: both;
}
.tabbable:before, .tabbable:after {
	display: table;
	content: " ";
}
.tabbable:after {
	clear: both;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
	display: none;
}
.tab-content > .active, .pill-content > .active {
	display: block;
}
.navv:after {
	clear: both;
}
.navv > li {
	position: relative;
	display: block;
}
.navv > li > a {
	position: relative;
	display: block;
}
.navv > li > a:hover, .navv > li > a:focus {
	text-decoration: none;
}