*,html,body{padding: 0px;margin: 0px;font-family:"微软雅黑";}
			ul li{list-style: none;}
			ol li{list-style: none;}
			a{text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li{
	list-style: none;
}
*,html,body{padding: 0px;margin: 0px;font-family:"微软雅黑";}
			ul li{list-style: none;}
			ol li{list-style: none;}
			a{text-decoration: none;}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
img{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
li{
	list-style: none;
}
/*头部开始*/
.header{
	background-size:100%;
	z-index: 1;
}
.head-mod{
    width: 100%;
	min-width: 1280px;
	background: url(../img/dw.png); 
    height: 165px;
    margin:0 auto;
   /* background: red;*/
  /*background: #29253d;*/
}
.logo{
    min-height: 165px;
    width: 1280px;
 	height: 165px;
     margin: 0 auto;
}
.logoimg{
	float:left;
	margin-top: 10px;
	margin-left: 20px;
}

.logo .header_right{
		margin-top: 20px;
		float: right;
		width: 400px;
		height: 100px;
		/*background: red;*/
	
}
.logo .header_right span a{
	color: white;
}
 .logo .header_right .seach{
	width: 300px;
	height: 35px;
	margin-top: 30px;
	/*padding: 0 5px;*/
	border:1px solid white ;
	/*border-radius: 10px;*/
	text-align: center;
	display: flex;
	justify-content: center;
}

 .logo  input{
	margin-top:5px ;
	margin-right: 5px;
	height: 25px;
	width: 240px;
	line-height: 25px;
	color: white;
	font-size: 18px;
	border: none;
	background: none;
	outline:medium;
} 
/*头部结束*/
		
/*img开始*/
.img{
	width: 1280px;
	height: 200px;
	margin: 0 auto;
}
.img img{
	/*margin-top: -2px;*/
	border: 0;
	width: 1280px;
	height: 200px;
	
}

/*img结束*/
.content {
	width: 1280px;
	height: auto!important;
	min-height: ;
	box-sizing: content-box;
	/*background: red;*/
	margin: 0 auto;
}

.aside {
	width: 240px;
	height: auto!important;
	/*min-height: 400px;*/
	float: left;
	position: relative;
}


/*侧边栏开始*/

.asideMenu {
	position: absolute;
	float: right;
	width: 230px;
	height: auto;
	/*background: gray;*/
	top: -56px;
	right: 0;
	box-sizing: border-box;
}

.asideMenu .title {
	letter-spacing: 2px;
	/*字体间距*/
	font-weight: bold;
	width: 205px;
	height: 56px;
	font-size: 20px;
	line-height: 56px;
	font-family: "微软雅黑", "黑体";
	/*background: #004da1;*/
	background: rgb(111,5,1);
	padding-left: 25px;
	box-sizing: border-box;
	color: #ffffff;
	/*margin-bottom: 0;*/
}

.asideMenu .main {
	width: 205px;
	height: auto;
	margin-bottom: 20px;
}

.asideMenu .main ul {
	width: 205px;
	height: auto;
	background: whitesmoke;
	box-sizing: border-box;
}

.asideMenu .main ul li {
	width: 205px;
	height: 44px;
	list-style: none;
	border-bottom: 1px solid gainsboro;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
}

.asideMenu .main ul li a {
	font-family: "微软雅黑", "黑体";
	font-size: 16px;
	text-decoration: none;
	width: 205px;
	height: 44px;
	line-height: 44px;
	color: black;
}

.asideMenu .main ul li a i {
	/*float: right;*/
	/*margin-right: 30px;*/
	font-size: 10px;
	color: #670101;
	right: 30px;
	top: 0px;
	position: absolute;
}

.asideMenu .main ul li:hover {
	background:rgb(111,5,1);
}
.asideMenu .main ul li:hover a {
	color: white;
}
.asideMenu .main ul li:hover a i {
	/*background-color: red;*/
	animation: up 500ms;
	animation-iteration-count: 1;
	color: white;
	/* Safari and Chrome */
	-webkit-animation: up 500ms;
	-webkit-animation-iteration-count: 1;
}

@keyframes up {
	from {
		top: -40px;
	}
	to {
		top: 0px;
		color: #670101;
	}
}

@-moz-keyframes up {
	from {
		top: -40px;
	}
	to {
		top: 0px;
		color: #670101;
	}
}

@-webkit-keyframes up {
	from {
		top: -40px;
	}
	to {
		top: 0px;
		color: #670101;
	}
}

/*.asideMenu .friend {
	
	width: 230px;
	height: 308px;
	box-sizing: border-box;
	background: whitesmoke;
}

.asideMenu .friend h3 {
	padding-top: 20px;
	padding-left: 25px;
	width: 230px;
	margin-bottom: 20px;
	color: #893437;
	border-top: 2px solid #004399;
	box-sizing: border-box;
}

.asideMenu .friend ul {
	padding-left: 25px;
}

.asideMenu .friend ul li {
	list-style: none;
	float: left;
	height: 44px;
	width: 90px;
}

.asideMenu .friend ul li a {
	font-family: "微软雅黑", "黑体";
	font-size: 14px;
	text-decoration: none;
	width: 230px;
	height: 44px;
	line-height: 44px;
	color: black;
}*/


/*侧边栏结束*/


/*主要内容开始*/

.mainContent {
	width: 1040px;
	height: auto;
	/*height: 800px;*/
	/*background: pink;*/
	/*float: left;*/
	box-sizing: border-box;
	padding-left: 20px;
	margin-left: 230px;
}


/*标题开始*/

.mainTitle {
	height: 42px;
	width: 1020px;
	/*background: red;*/
	border-bottom: 2px solid gainsboro;
}

.mainTitle h3 {
	font-weight: bold;
	width: 100px;
	height: 30;
	display: inline;
	font-size: 25px;
	font-family: "微软雅黑", "黑体";
	line-height: 42px;
	color:rgb(111,4,8);
}

.mainTitle .path {
	opacity: .5;
	float: right;
	line-height: 42px;
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
}

.mainTitle .path a {
	text-decoration: none;
	line-height: 42px;
	font-size: 12px;
	font-family: "微软雅黑", "黑体";
	color: black;
}


/*标题结束*/

/*列表开始*/
.mainLeader {
margin-top: 50px;
	width: auto;
	height: auto!important;
	min-height: 400px;
	padding-left: 40px;
	/*background: yellow;*/
	
}
.mainLeader> ul> li{width: 100%;height: 45px;margin-bottom: 0px;border-bottom: 1px solid #eee;}
.mainLeader> ul> li>b{display: block;width: 8px;height: 8px;background: #E2E2E2;margin-right:10px;margin-top:20px;float: left;}
.mainLeader> ul> li>a{color:#666464;display: block;width: 85%;line-height:45px;float: left;}
.mainLeader> ul> li>a:hover{
	color: #003270;
}
.mainLeader> ul> li>span{color:#666464;display: block;float: right;line-height: 45px;}
.mainLeader> ol{width: 200px;height: 30px;margin: 0px auto;}
.mainLeader> ol> li{width: 60px;height: 30px;margin-bottom: 0px;float: left;margin-top: 20px;text-align: center;}
.mainLeader> ol> li>a{border: 1px solid #E2E2E2;padding: 2px;}
.mainLeader> ol> li>span{display:block;width: 20px;height: 20px;background: #0077B8;margin-left: 20px;color: #fff;}
.mainLeader img{
	float: left;
	height: 420px;
	width: 300px;
}
.mainLeader .con{
	margin-left:30px ;
	width: 640px;
	height: 270px;
	/*background: red;*/
	float: left;
}
.mainLeader .con h3{
    font-family: "微软雅黑";
    font-size: 18px;
    color: #00438C;
    line-height: 30px;
}
.mainLeader .con .eName{
	color: black;
}
.mainLeader .con p{
	text-align:justify;
	text-justify:distribute;
	padding: 6px 0 20px 0;
	line-height: 20px;
}

/*列表结束*/


/*内容结束*/
/*版权开始*/

.footer{
	width: 100%;
	/*margin-top: 500px;*/
	height: 150px;
	background: url(../img/dw.png);

}
.box{
	margin: 0 auto;
	padding: 25px 0;
	width: 1280px;
	height: 100px;
	box-sizing: border-box;

	line-height: 32px;
	color: white;
}
.box .left{
	float: left;
	text-align: center;
	text-align: justify;
	text-justify: distribute;
	width: 500px;
	height: 100px;
		padding-left: 100px;
	padding-right: 50px;
	border-right: 3px solid white;
	margin-right: 80px;
}
.box .right{
	float: left;
	width: 500px;
	height: 100px;
	/*background: gray;*/
	text-align: center;
	text-align: justify;
	text-justify: distribute;
}

.box a{
	width: 100px;
	text-decoration: none;
	color: white;
	margin-right: 20px;
	margin-left: 20px;
	border-right: 1px solid white;
	padding-right: 10px;
	
}
.box span:last-child a{
	border: none;
}
.copyright{
	height: 30px;
	background: #141414;
	text-align: center;
	margin: 0 auto;
	color: white;
	line-height: 30px;
}



/*版权结*/