	*,
	html,
	img,
	body {
		padding: 0px;
		margin: 0px;
		font-family: "微软雅黑";
	}
	
	body {
		background: #FFF;
	}
	
	ul li {
		list-style: none;
	}
	
	ol li {
		list-style: none;
	}
	
	a {
		text-decoration: none;
	}
	
	a:hover {
		text-decoration: none;
	}
	
 	a:hover{text-decoration: none;}
			 
	.head{width: 1180px; height: 100px; margin: 0px auto; }
	.head .head-left{height: 100px; width: 750px; float: left;}
	.head .head-left img{height: 80px; margin-top: 10px;}
	
	.head .head-right{height: 100px; float: right;}
	.head .head-right> a{color: #333; width: 150px;  display: block; height: 60px; line-height: 60px; text-align: right;}
	.head .head-right> span{ width: 150px; display: block;height: 30px;line-height: 30px;text-align: center;}
	.head .head-right> span a{float: right; color: #333;}	
	
	
	/*banner 样式开始*/
	.banner{min-width: 1180px;width: 1180px; height: 268px;margin: 0px auto 2px; background: tan; }
	/*banner 样式结束*/

	/*栏目的导航条 样式开始*/
	.nav {

		width: 100%;
		height: 45px;
		position: absolute;
		z-index: 101;
	}
	
	.nav>ul {
		width: 1180px;
		height: 45px;
		margin: 0px auto;
		background: #408ed6;
	}
	
	.nav>ul>li {
		width: 196.6px;
		height: 45px;
		float: left;
		line-height: 45px;
		font-size: 16px;
		color: #FFF;
	}
	
	.nav>ul>li>a {
		text-align: center;
		width: 196.6px;
		height: 45px;
		display: block;
		color: #FFF;
		font-size: 18px;
		font-weight: bold;
	}
	
	.nav .two-ul {
		margin-top: 1px;
		display: none;
		width: 196.6px;
		height: auto;
		background: #1a56a8;
	}
	
	.nav>ul>li>ul>li {
		min-width: 65px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-bottom: 1px solid #3676c1;  
	}
	
	.nav>ul>li>ul>li>span {
		float: left;
		position: relative;
		width: 20px;
		height: 50px;
		display: none;
		opacity: 0.8;
		background: #7f0807;  
	}
	.nav>ul>li>ul>li>ul {
		display: none;
		position: absolute;
		background: tomato; 
		margin-left: 196.6px;
		margin-top: -50px;
	}
	.nav .three-ul {
		display: none;
		position: absolute;
		background: #1a56a8;
		margin-left: 196.6px;
		margin-top: -50px;
	}
	
	.nav>ul>li>ul>li>ul>li {
		min-width: 150px;
		height: 50px;
		text-align: center;
		line-height: 50px;
		border-bottom: 1px solid #3676c1;  
	}
	.nav>ul>li>ul>li>ul>li>a{
		width: 196.6px;
		display: block;
		color: #FFF;
	}
	.nav>ul>li>ul>li>a {
		width: 196.6px;
		display: block;
		color: #FFF;
	}
	
	.nav>ul>li>a:hover {
		background: #e8eef7;
		font-weight: bold;
		color: #408ed6;
	}
	
	.nav>ul>li:hover .two-ul {
		display: block;
	}
	.nav>ul>li>ul>li:hover .three-ul{
		display: block;
	}
	.nav>ul>li>ul>li>a:hover {
		/*background: #b5d5c2;*/
		color: #408ed6;
		background: #e8eef7;
	}
	.nav>ul>li>ul>li>ul>li>a:hover {
		/*background: #b5d5c2;*/
		color: #408ed6;
		background: #e8eef7;
	}
	.nav>ul>li>ul>li>a:hover span {
		display: block;
	}


	/*#copyright-dt 开始*/
	 .copyright-dt{width: 1180px;height: 150px;margin: 0px auto;background: #c2c2c2;padding-bottom: 20px;}
	 .copyright-dt .copyright-dt-left{padding-top: 35px; width: 860px;height: 115px;float: left;}
	 .copyright-dt .copyright-dt-left ul{ height: 30px;line-height: 30px;}
	 .copyright-dt .copyright-dt-left ul li{font-size: 13px;color: #FFF; float: left;margin-left:14px;}
	 .copyright-dt .copyright-dt-right{width: 300px;height: 160px; float: right;}
	 .copyright-dt .copyright-dt-right img{width: 130px;height: 130px;float: right;margin-right: 20px;margin-top: 20px;}
	/*copyright-dt 结束*/




/*导航下的图片展示样式*/
	
	.nav-bot {
		height: 250px;
		margin: 0px auto;
		width: 1280px;
	}
	
	.nav-bot img {
		width: 100%;
		height: 250px;
	}
	/*内容区域样式*/
	
	.content {
		width: 1280px;
		height: 500px;
		min-height: 500px;
		height: auto !important;
		overflow: hidden;
		margin: 30px auto;
	}
	/*二级栏目导航样式*/
	
	.content .c-left {
		width: 330px;
		height: 500px;
		float: left;
	}
	
	 
	
	.content .c-left .c-h3>h3 {
		width:280px;
		height: 50px;
		margin-left: 80px;
		font-weight: bold;
		color: #FFF;text-align: center;
	 
		line-height: 50px;
		background: #3676C1;
	}
	
	.content .c-left>ul {
		margin-top: 20px;
		width: 240px;
		height: auto;
		margin-left: 100px;
		
	}
	
	.content .c-left>ul>li {
		width: 240px;
		height: 45px;
		background: #e2e2e2; 
		line-height: 45px;
		margin-bottom: 20px;
		border-radius: 5px;text-align: center;
	}
	
	.content .c-left>ul>li>a {
		width: 180px;
		font-size: 14px;
		color: #474747;
	}
	
	.content .c-left>ul>li:hover  {
		background: #3676c1; 
	}
	.content .c-left>ul>li:hover a {
		color: #FFF; 
	}
	/*导航区鼠标滑动的样式*/
	
	.hidden-sp {
		display: block;
		width: 20px;
		height: 50px;
		background: #3676C1;
		 
	}
	
	.hidden-spli {
		background: #efefef;
	}
	
	
	.path .cont {margin: 0px auto; width:1111px; height: 30px;  padding-top: 10px;}
	.path .cont> ul{float: left;margin-right: 10px; }
	.path .cont> ul> li{height: 40px;color: #018297;}
	.path .cont> ul> li{color: #3f3e3e;opacity: 0.8;font-size: 12px;line-height: 40px;float: left;}
	.path .cont> ul> li> a{color: #3f3e3e;opacity: 0.8;}
	