/*初始化css*/
/*清除默认样式*/
* {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
input {
	outline: 0;
	border: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
}
em, i {
	font-style: normal;
}
img {
	border: 0;

	vertical-align: middle;
}

body {
	font-family: "微软雅黑" !important;
	font: 12px arial, 'microsoft yahei';
	color: #666;
}
.w {
	width: 1200px;
	margin: 0 auto;
}


.dec {
	width: 1200px;
	background: #fff url(jianjie.png) no-repeat 30px center;
	z-index: 2;
	margin-top: -30px;
	position: relative;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	padding-top: 20px;
	padding: 10px 25px !important;
}

.dec p {
	color: #333;
	font-size: 18px;
	padding: 30px 45px 35px 200px;
	line-height: 40px;
}





@media screen and (max-width: 750px)
{
	.w {
		width: 100%;
		margin: 0 auto;
	}
	.header {
		height: 380px;
	}
}
a {
	/*color: #ffffff;*/
}

.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;

}

/* 首页开始 */

.header01{
	width: 100%;
	position:relative;
	background: url(new11.jpg) no-repeat;
	background-size: 100% 100%;
	height:600px;
}



.dy {
    width: 100%;
    min-height: 1000px;
    background: url(bg.png) no-repeat;
    background-size: 100% 100%;
}



.dec ul li {
    height: 49px;
    border-bottom: 1px dashed #eee;
    background: url(icon.png) no-repeat left center;
    padding-left: 10px;
    line-height: 49px;
}



.dec ul li span {
    float: right;
    color: #999;
    font-size: 16px;
}

.dec ul li a {
    color: #333;
    font-size: 18px;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.w1200 {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.footer{background: #cc130a!important;height: 135px;}
.footer a,.footer span{color: white!important;font-size: 13px}
.f-right{float: right;margin-top: 25px;width: 130px}
.f-left{float: left;margin-top: 25px}
.footer .f-right span{font-size: 15px;display: inline-block;width: 16px}
.footer p{line-height: 24px;color: #cedbef}
.footer img{vertical-align: top}
.footer .f-link{margin-bottom: 5px;}
.footer .f-link a,.footer .f-link span{line-height: 24px}
.mobshow {
    display: none;
}
.footer>div:first-child{
	background: #cc130a!important;
}