@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 1300px;
	font-size: 14px;
	color: #000;
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
}

input {
	font-family: "Microsoft YaHei", "Segoe UI", "Lucida Grande", Helvetica, Arial, sans-serif;
	outline: none;
}

ul {
	padding: 0;
	margin: 0;
}

a,
li {
	text-decoration: none;
	list-style: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0;
}

img {
	display: inline-block;
	vertical-align: middle;
	outline: none;
	border: none;
}

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

em,
i {
	font-style: normal
}

ul,
ol,
dl {
	list-style: none
}

.fl {
	float: left
}

.fr {
	float: right
}

.clr {
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	font-size: 0
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clearfix {
	*zoom: 1;
}

.clear {
	clear: both;
}

div,
li {
	box-sizing: border-box;
}


.w1400,
.box1400 {
	width: 1400px;
	margin: 0 auto;
}

.mbop {
	margin-bottom: 20px;
}


/* 文字居中 */
.atxt {
	text-align: center;
}


.red_color {
	color: #C40000 !important;
}

.fff_color {
	color: #fff !important;
}

.blue_color {
	color: #009fe9 !important;
}

.text_shadow_hui {
	text-shadow: 4px 2px 0px #e2e0e0;
}

.backgorund_blue {
	background-color: #009fe9 !important;
}




/* nav */
nav {
	background: #953B38;
	height: 84px;
}

nav .logo {
	float: left;
	/* width: 400px; */
	width: 450px;
	height: 63px;
	display: inline;
	padding-top: 10px;
}

nav ul>li {
	/* width: 8%; */
	/* width: 190px;
	width: 12%; */
    width:11%;
	float: left;
	position: relative;
}

nav ul>li a {
	color: #fff;
	line-height: 84px;
	font-size: 20px;
	text-align: center;
	display: block;
}

nav ul>li a:hover {
	background: #bf0d0a;
}

nav ul>li .nLi {
	float: left;
	position: relative;
	display: inline;
	;
}

nav ul>li .nLi h3 {
	float: left;
}

nav ul>li .nLi h3 a {
	display: block;
	padding: 0 20px;
	font-size: 14px;
	font-weight: bold;
}

nav ul>li .sub {
	z-index: 999999;
	    width: 190px;
	    /* width: 168px; */
	    left: 0px;
	    top: 84px;
	    position: absolute;
	    background: #8B413C;
		height: auto !important; 
		display: none;
	    line-height: 26px;
	    padding: 0;
}

nav ul>li .sub li {
	zoom: 1;
	float: left;
	display: block;
	width: 100%;
}

nav ul>li .sub a {
	display: block;
	padding: 5px 0;
	line-height: 30px;
	height: 30px;
}

nav ul>li .sub a:hover {
	background: #bf0d0a;
	color: #fff;
}

nav ul>li .on h3 a {
	background: #4E4E4E;
	color: #fff;
}


.login-right{
   float: right;
  width: 130px;
    height: 35px;
    padding-left: 16px;
    overflow: hidden;
  	line-height:35px;
    text-align:center;
    margin-top: 25px;
  background:url(../images/login-right-h.png) center center no-repeat;
}

.login-right:hover{
   float: right;width: 130px;
    height: 35px;
    padding-left: 16px;
  	line-height:35px;
    text-align:center;
    overflow: hidden;
    margin-top: 25px;
  background:url(../images/login-right.png) center center no-repeat;
}

.login-right a{
	color:#decb8a;
  position: relative;
}

.login-right a span{
	position: absolute;
    left: -17px;
    top: -3px;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/login-right-ico.png) left bottom no-repeat;
}


/* footer */
footer {
	background: #953B38;
	width: 100%;
	bottom: 0;
	text-align: center;
	line-height: 70px;
}


footer .foot-main li {
	color: #fff;
}
