@CHARSET "UTF-8";

input[type="text"]:focus, input[type="password"]:focus, textarea:focus { 
outline: 1px solid #6FA1D9 !important; 
/* border: solid; */
-webkit-box-shadow:0px 0px 5px #6FA1D9 !important; 
} 

input[type="checkbox"]:focus,input[type="submit"]:focus,input[type="reset"]:focus, input[type="radio"]:focus { 
outline: 1px solid #6FA1D9 !important; 
outline: none !important; 
} 

input:-moz-placeholder { 
	color: darkGray;
}
#copyright a:hover {
    text-decoration: underline;
}

#copyright a {
    color: #FFFFFF;
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

/* pageFooter css begin */


div#footer {
	/* background-color: #3A3A3A; */
	background-color:rgb(248,248,248);
	height: 300px;
	margin: 0;
	overflow: hidden;
	width: 100%;
	padding-top: 8px;
	/* min-width: 1190px; */
}

.f_wrap {
	width: 1040px;
	height: 200px;
	margin: 0 auto;
	overflow: hidden;
	/* padding: 0 0 0 30px; */
}

div#footer dl {
	float: left;
	width: 240px;
	height: 170px;
	/* border-right: 1px solid #474747; */
	 border-right: 1px solid rgb(237,237,237);
	padding-top: 0px;
	padding-right: 10px;
	margin-top: 8px;
	padding-left: 0;
}

div#footer dl dt {
	margin: 0;
	/* padding: 6px 40px 6px 0; */
	padding: 6px 40px 6px 40px; 
	font: bold 14px Microsoft YaHei;
	/* color: #CDCDCD; */
	color: rgb(107,107,107);
	text-align: left;
}

div#footer dl dd {
	margin-top: 3px;
	/* margin-left: 54px; */
	margin-left: 41px; 
	/* color: #959595; */
	color: rgb(107,107,107);
	text-align: left;
	line-height: 1.8;
}

div#footer dl dd a {
	/* color: #959595; */
	color: rgb(107,107,107);
	/* font: 12px Microsoft YaHei; */
	/* line-height: 1.8; */
}

/* div#footer dl dd a:hover {
	color: #fff;
} */

div#footer dl dt span {
	display:none;
	/* display: inline-block; */
	width: 48px;
	height: 20px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 2px;
	background: url(../../img/footer/footer_ico.jpg);
	vertical-align: middle;
}

div#footer dt {
	margin-left: 0px;
}

div#footer dd {
	margin-left: 62px;
	overflow: hidden;
}

div#footer .ft01 dt span {
	background-position: 0px 0px;
}

div#footer .ft02 dt span {
	background-position: 0px -80px;
}

div#footer .ft03 dt span {
	background-position: 0px -60px;
}

div#footer .ft04 dt span {
	background-position: 0px -100px;
}

div#footer .ft04 {
	border: none;
}

div#copyright {
	font-size: 12px;
	color: #fff;
	/* background-color: #333333; */
	background-color: rgb(172,100,40);
	height: 70px;
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	margin-top: 15px;
	text-align: center;
	line-height: 25px;
	min-width: 1000px;
}

/* pageFooter css end */

