@charset "utf-8";
/* CSS Document */

/**************************清零*********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldest,input,textarea,p,blockquote,th,td,b{ margin:0; padding:0;}
fieldset,img{ border:0;}
.clearfix{ clear: both; }
table{ border-collapse: collapse; border-spacing:0;}
ol,ul{list-style:none;}
address,caption,cite,code,dfn,em,strong,th,var{ font-weight:normal; font-style: normal;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6,b{ font-weight:normal; font-size:100%;}
q:before,q:after{content:''}
abbr,acronym{border:0}
a {
  text-decoration: none;
  word-spacing: 0px;
  letter-spacing: 0px;
  white-space: nowrap;
  color: black; }

* {
  font-family: "微软雅黑", "黑体"; 
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fl{ float:left;}
.fr{ float:right;}

input, button, select, textarea {
  outline: none;
  background: none;
  border: none; }

textarea {
  resize: none; }

.comWidth{
    width: 1200px;
    margin: 0 auto;
}

.clearBoth{
  clear: both;
}


/*友情链接*/

.fink{
    background-color: #242426;
    height: 32px;
    line-height: 30px;
    color: #fff;
	 
}
.finkwen
{
    width: 1200px;
    margin: 0 auto;
}
.fink a{
	color: #F6F6F6;

	}
.finkwen  a:hover {
	color: #ff5562;
}





