﻿	body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,dd,pre{
		margin:0;
		padding:0;
		list-style:none;	
	}
	.clear:after{
		content:"";
		display:block;
		clear:both;
	}
	.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
	a{
		color:#333333;
		text-decoration:none;
	}
	a:hover{
		cursor:pointer;
		
	}
	img:hover{
	cursor:pointer;
	}
	body{
		
		font-size: 12px;
		color: #333;
		font-family:"微软雅黑";
		background: #F7F7F7;
	}
	.clearfix{
		display: block;
	}
	.left{
		float: left;
	}
	.fl{
		float: left;
	}
	.right{
		float: right;
	}
	.fr{
		float: right;
	}
	#header{
			width:1200px;
			min-height:50px;
			
		}
	.fontsize10{
		font-size: 10px;
	}
	.fontsize12{
		font-size: 12px !important;
	}
	.fontsize14{
		font-size: 14px !important;
	}
	.fontsize16{
		font-size: 16px !important;
	}
	.fontsize18{
		font-size: 18px !important;
	}
	.fontsize20{
		font-size: 20px !important;
	}
	.fontsize22{
		font-size: 22px !important;
	}
	.fontsize23{
		font-size: 23px !important;
	}
	.fontsize24{
		font-size:24px !important;
	} 
	.fontsize26{
		font-size: 26px !important;
	}
	.fontsize28{
		font-size: 28px !important;
	}
	.fontsize30{
		font-size: 30px !important;
	}
	.fontsize32{
		font-size: 32px !important;
	}
	.fontsize33{
		font-size: 33px !important;
	}
	.fontsize36{
		font-size: 36px !important;
	}
	.fontsize45{
		font-size: 45px !important;
	}
	.textCenter{
		text-align: center;
	}
	.textRight{
		text-align: right;
	}
	.textLeft{
		text-align: left;
	}
	.colorBai{
		color: white;
	}
	
	.ftbold {
				font-weight:bold;
			}
	.ftbold900 {
				font-weight:900;
			}
	.colorHei{
		color: #000000;
	}
	.absolute {
		position: absolute;
	}
			
	.relative {
		position: relative;
	}
	.vertical-middle {
				vertical-align: middle;
	}
	.block{
		 	display: block;
	 }
	 .colorHui{
	 	color: #888888;
	 }
	 .fstyleNormal{
	 	font-style:normal ;
	 }
	 .marginTop10px{
	 	margin-top: 10px;
	 }
	 .marginBottom10px{
	 	margin-bottom: 10px;
	 }
	 .marginTop15px{
	 	margin-top: 15px;
	 }
	 .marginBottom15px{
	 	margin-bottom: 15px;
	 }
	 
	 .marginTop20px{
	 	margin-top: 20px;
	 }
	 .marginBottom20px{
	 	margin-bottom: 20px;
	 }
	 
	 .marginTop30px{
	 	margin-top: 30px;
	 }
	 .marginBottom30px{
	 	margin-bottom: 30px;
	 }
	 .colorWutong{
	 	color: #E99D1F;	
	 }
	 .colorRed{
	 	color: #FE0002;
	 }
	 .wdzmask{
	 	width: 100%;
	 	height: 100%;
	 	top: 0;
	 	bottom: 0;
	 	left: 0;
	 	right: 0;
	 	position: fixed;
	 	background: rgba(0,0,0,0.6);
	 	z-index: 9999;
	 }
	.width100{
		width: 100%;
	}
	.colorqianLv{
		color: #CFE8AF;
	}
	.colorqianRed{
		color:#F4C0B3;
	}
	.colorqianBlue{
		 color:#AFDEEE;
	}
    .colorqianLv2{
    	color: #9AD1B1;
    }
	.mt5px{
		margin-top:5px ;
	}
	.mt8px{
		margin-top:8px ;
	}
	.mb8px{
		margin-bottom:8px ;
	}
	.mb5px{
		margin-bottom:5px ;
	}

	.mb3px{
		margin-bottom:3px ;
	}
	.colorSchollLv{
		color: #47BA5B;
	}
	.colorYellow{
		color:#E1EE0A
	}
	.colorOrange{
		color: #F89326;
	}
	.colorOrange1{
		color:#F77C2C;
	}
	.bgbai{
		background: #fff;
	}
	.bgdanhui{
		background: #F4F4F4;
	}
	.colorKe{
		color: #FF5A00;
	}
	.colorHei2{
		color: #333333;
	}
	.colorHei3{
		color: #666666;
	}
	.colorYuandianHui{
		color: #CBCBCB;
	}
	.footerKeColor{
		color:#b9b7b7
	}
	.colorHui6f{
		color: #6f6f6f
	}
	.color6b{
		color: #6b6b6b;
	}
	.colorb3{
		color: #b3b3b3;
	}
	.colorDuwan{
		color:#004986;
	}
	.arial{
		font-family: arial;
	}	
		.flexbetween{
			display: flex;
			justify-content: space-between;
		}
		.bordernone{
			border: none !important;
		}
@media (max-width: 767px) {
    /*超小设备手机（<768px）*/
 	body{
 		width:1200px;
 	}
}

@media (min-width: 768px) and (max-width: 991px) {
	body{
 		width:1200px;
 	}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*中型设备台式电脑 大于等于992px  小于1200px*/
	body{
 		width:1200px;
 	}
}		
@media (min-width: 1200px) and (max-width: 1598px) {

}
@media (min-width: 1599px) {

		
}