@charset "utf-8";
/*页面共用CSS*/
html { width:100%; height:auto}
body { font-family:Arial,"Microsoft YaHei","微软雅黑","黑体","宋体","新宋体"; font-size:14px; color:#020202; width:100%; height:auto; margin:0px auto; line-height:24px}
input,textarea,select { color:#020202; outline:none}
a { text-decoration:none; color:#020202}
a:link { color:#020202; text-decoration:none}
a:visited { color:#020202; text-decoration:none}
a:active { color:#FA6843; text-decoration:none}
a:hover { color:#FA6843; text-decoration:none}
.gray { color:#6F6F6F}
a.gray { color:#6F6F6F}
a.gray:link { color:#6F6F6F}
a.gray:visited { color:#6F6F6F}
a.gray:active { color:#FA6843}
a.gray:hover { color:#FA6843}
img,a img { border:0}
img { vertical-align:middle}
.container img { -webkit-transition: all ease .3s; transition: all ease .3s}
.container img:hover { -webkit-transform: scale(1.05); transform: scale(1.05)}
.container .caifu img:hover { -webkit-transform: scale(1); transform: scale(1)}
h1, h2, h3, h4, h5 { font-size:14px; color:#020202; font-weight:normal}
ul,li,dl{
	list-style:none;
	text-indent: 0px;
}
em { color:#020202; font-style:normal}
input[type="radio"],input[type="checkbox"] { vertical-align:middle; cursor:pointer}
input[type="text"],input[type="password"],input[type="file"],input[type="date"],input[type="email"],input[type="button"],input[type="submit"],button,textarea,select { -webkit-appearance: none}
* { margin:0px; padding:0px}
.left { float:left}
.right { float:right}
.space { width:100%; height:20px; line-height:20px; clear:both; overflow:hidden}
.nowrap { white-space:nowrap; word-break:keep-all}
.clear { clear:both; zoom:1}
.clearfix:after {content:""; display:block; height:0; visibility:hidden; clear:both; }
.clearfix{zoom:1;}
.hide{display:none;}
.pt5 { padding-top:5px;}
.pt10 { padding-top:10px;}
.pb10 { padding-bottom:10px}
.pl10 { padding-left:10px;}
.pr10 { padding-right:10px}
.pt20 { padding-top:20px;}
.mt5 { margin-top: 5px}
.mt10 { margin-top: 10px}
.mt20 { margin-top: 20px}
.mr5 { margin-right: 5px}
.mr10 { margin-right: 10px}
.ml5 { margin-left: 5px}
.ml10 { margin-left: 10px}
.mb5 { margin-bottom: 5px}
.mb10 { margin-bottom: 10px}

.caifu { width:100%; height:auto; float:left; clear:both; overflow:hidden; text-align:center}
.caifu .unit { width:100%; height:auto; float:left; clear:both; padding-top:5px; text-align:center}
.caifu .unit.first { padding-top:0}

.wrapper { width:100%; min-width:1180px; height:auto; float:left; clear:both; overflow:hidden}
.header { width:100%; min-width:1180px; height:auto; float:left; clear:both}
.container { width:100%; height:auto; float:left; clear:both; min-height:500px}
.center { width:1180px; height:auto; float:none; clear:both; margin:0px auto;}
.content { width:100%; height:auto; float:left; clear:both}
.default { width:100%; height:auto; float:left; clear:both}

.footer { width:100%; height:auto; float:left; clear:both}
.foot { padding:20px 0}
.foot.bt { border-top:#DEDEDC 1px solid}
.foot .ft-logo { width:200px; height:auto; float:left}
.foot .ft-logo img { width:200px}
.foot .webrights { width:560px; height:auto; float:left; padding-left:20px; overflow:hidden}
.foot .copyright {}
.foot .cert { color:#6F6F6F; font-size:12px; line-height:20px}
.foot .licpic { width:auto; height:45px; float:right; overflow:hidden}
.foot .licpic img { height:45px; margin-left:10px}

.alink{cursor: pointer;}