@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;
}

/* 顶部区域 */
.header {
    height: 40px;
    width: 100%;
	background: #953B38;
}


.headLeft {
    float: left;
    line-height: 40px;
	color: #fff;
	font-size: 16px;
}

.headRight {
	line-height: 40px;
    width: 700px;
    float: right;
    text-align: right;
	color: #fff;
	font-size: 16px;
}


/* 文字居中 */
.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;
}


/* banner区域 */
.banner {
	width: 100%;
	height: 260px;
	padding: 60px 0;
	background: #ddd;
	background: url('../images/lg1bg.png') no-repeat top center;
	background-size: 100% 100%;

}

.banner-logo {
	width: 1250px;
	height: 160px;
	background: url('../images/lg1.png') no-repeat left center;
	margin: 0 auto;
}



/* nav */
nav {
	background: #fff;
	border-bottom: 6px solid #DD120D;
	height: 60px;
}

nav ul>ul{
	display: flex;
	justify-content: space-between;
	padding: 0 10px;
}

nav ul>li {
	width: 130px;
	padding: 0 10px;
	margin-left: 20px;
	float: left;
}

nav ul>li a {
	color: #DD120D;
	line-height: 60px;
	font-size: 20px;
	text-align: center;
	display: block;
}

nav ul>li a:hover {
	color: #fff;
	background: #DD120D;
	transition: all 0.8s;
}




/* footer */
footer {
	background: #D74339;
	width: 100%;
	bottom: 0;
	text-align: center;
	padding: 40px 0;
}


footer .foot-main li {
	color: #fff;
    line-height: 40px;
}
