html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "Microsoft YaHei", "宋体";
}

body {
	color: #212121;
	font-size: 14px;
	line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

ul li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a,
a:focus,
a:hover {
	text-decoration: none;
}

a:active {
	star: expression(this.onFocus=this.blur());
	outline: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	outline: none;
}

.f12 {
	font-size: 12px;
}

.f16 {
	font-size: 16px;
}

.c-888 {
	color: #888;
}

.c-898989 {
	color: #898989;
}

.lh25 {
	line-height: 25px;
}

.mb30 {
	margin-bottom: 30px;
}

.fs {
	font-family: "宋体";
}

[data-role="transition"],
[data-before="transition"]:before,
[data-after="transition"]:after {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.navbar-default {
	width: 100%;
	height: 97px;
	background-color: #fff;
	border:none;
}

.navbar-default .navbar-nav> li> a {
	color: #484848;
	font-size: 17px;
	line-height: 97px;
	;
}

.navbar-fixed-top {
	border: none;
	position:fixed;
	top:0px;
	left:0px;
}

.navbar {
	margin-bottom: 0px;
	
     
}
.navbar.hide{
	display: none;
}
.navbar-default .navbar-nav> li> a:hover {
	color: #fff;
}

.navbar-default .navbar-nav> li> a:focus {
	color: #777;
	;
}

.navbar-default .navbar-nav> .active> a,
.navbar-default .navbar-nav> .active> a:focus,
.navbar-default .navbar-nav> .active> a:hover {
	background-color: transparent;
	color: #137cbc;
}

.navbar-nav> li {
	text-align: center;
	cursor: pointer;
	height: 97px;
	line-height: 97px;
	margin: 0px 2px;
}

.navbar-nav> li.active,
.navbar-nav> li:hover {
	background-color: #d7000f;
}

.navbar-nav> li.active a,
.navbar-nav> li:hover a {
	color: #fff;
}

.navbar-nav> li> a {
	display: block;
	padding: 0px 15px;
}

.navbar-default .navbar-nav> .active> a,
.navbar-default .navbar-nav> .active> a:focus,
.navbar-default .navbar-nav> .active> a:hover {
	color: #fff;
}

.navbar-default .navbar-nav> .open> a {
	background-color: #d7000f;
	color: #fff;
}

.navbar-default .navbar-nav> .open> a:focus,
.navbar-default .navbar-nav> .open> a:hover {
	background-color: transparent;
	color: #fff;
}

.dropdown-menu {
	background-color: transparent;
	text-align: left;
	border: none;
	box-shadow: none;
	min-width: inherit;
	padding: 0px;
	left: inherit;
	width: 100%;
	border-top: 2px solid #d7000f;
	min-width: 170px;
}

.dropdown-menu> li {
	border-bottom: 1px solid #3f77a5;
	background: rgba(1, 0, 0, 0.5);
	padding-left: 15px;
}

.dropdown-menu> li:hover {
	background: #010101;
}

.dropdown-menu> li> a {
	color: #fff;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}

.dropdown-menu> li> a span {
	margin-left: 60px;
	opacity: 0;
}

.dropdown-menu> li> a:hover span {
	opacity: 1;
}

.open>.dropdown-menu {}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	opacity: 1;
	color: #fff;
	background-color: transparent;
}

.navbar-brand {
	padding: 0px;
	padding-top: 29px;
}

.navbar-header {
	margin-right: 95px;
}
.search{
	position: relative;
}
.search input{
	width:165px;
	height: 26px;
	border:1px solid #9b9b9b;
	border-radius: 30px;
	padding-left:10px;
	position: relative;
	top:36px;
}
.search button{
	background:url(../image/icon.png) no-repeat;
	width:17px;
	height: 17px;	
	position: absolute;
	right:12px;
	top:40px;
	border:none;
}
/*底部*/

.footer {
	background-color: #d7000f;
	
	overflow: hidden;
	color: #fff;
	margin-top:60px;
}
.footer .container{
	padding-top: 60px;
	padding-bottom: 60px;
}
.footer .ft-nav dl {
	float: left;
	width: 133px;
}

.footer .ft-nav dl a {
	color: #fff;
}

.footer .ft-nav dl dt {
	font-size: 16px;
	margin-bottom: 20px;
	font-weight:bold;
}

.footer .ft-nav dl dd {
	line-height: 28px;
}

.footer .ft-area {
	width: 335px;
}

.footer .ft-area p {
	line-height: 25px;
	margin-bottom: 8px;
	margin-right:35px;
}
.footer .er{
	position: relative;
	/*top:57px;*/
	left:10px
}
.copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background-color: #ab120d;
	text-align: center;
}

.copyright span,
.copyright a {
	color: #fff;
	opacity: 0.5;
}


/*tab切换*/

.layout {
	margin-top: 60px;
}

.layout-title {
	border-bottom: 1px solid #d6d6d6;
	text-align: center;
}

.layout-title li {
	display: inline-block;
	padding: 13px 25px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
}

.layout-title li.current {
	color: #fff;
	border-radius: 5px 5px 0px 0px;
	background-color: #d7000f;
}

.layout .layout-con {
	margin-top: 80px;
}


.layout-title li.current i {
	display: inline-block;
	background: url(../image/down_01.png) no-repeat;
	width: 17px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -8.5px;
	bottom: -9px;
}
.layout-detail h4{
	color: #212121;
	font-size:20px
}

/*20160902增加内容*/

.dropdown-menu> li {
	border-bottom: 1px solid #666;
	background: rgba(1, 0, 0, 0.5);
	padding-left: 15px;
}
.layout  .layout-title >.current a{
	color: #fff;
}
.layout  .layout-title li  a{
	color:#212121;
}


.layout  .layout-title  #mtdt a{
	color:#212121;
}

.layout-tit{
	list-style: none;
	width: 100%;
	display: block;
	margin: 15px 0 50px;
	height:42px;
}
.layout-tit li{
	float: left;
	color: #212121;
	font-size: 18px;
	padding: 0 15px;
	height42px;

}
.layout-tit li a{
	color:  #212121;
	width: 120px;
	display: inline-block;
	padding: 13px 25px;
	position: relative;
	font-size: 16px;
	cursor: pointer;
	border-radius: 5px;
}
.layout-tit li.on a{
	color: #fff;
	background: #999;
 }
 
@media screen and (min-width: 960px) and (max-width: 1199px) {
.navbar .navbar-header {
     margin-right: 45px;
     
}}