/*全局*/
* {	resize: none;	outline: none;}
body {	margin: 0;	font-size: 14px;	background-color: #fafafa;font-family: "iconfont" !important; }
img{border:0}


.while_bg{background:#fff; }


 a:link {    color:#666;    text-decoration:none;font-family: "iconfont" !important;    }
 a:visited {    color:#666;    text-decoration:none; font-family: "iconfont" !important;   }
 a:hover {   font-family: "iconfont" !important; color: #103675;text-decoration: underline }
 a:active {    color:#666;    text-decoration:none; font-family: "iconfont" !important;   }
.fl {	float: left;}
.fr {	float: right;}
.l1_inner {	width: 80%;	margin: 0 auto; height: auto}
.mobile {	display: none;}
.clear{ clear:both} 

/*  需要根据项目配置的----开始---- */
.mainBG {	background-color: #0049a7;}





 @media screen and (max-width:768px) {
body {	font-size: 16px;}
.l1_inner {	width: 95%;	margin:auto;}
.pc {	display: none;}
.mobile {	display: block;}

}
/*  需要根据项目配置的----结束---- */


	 

/*  每个项目专有样式-----结束---- */ 