﻿/* reset */
@charset "utf-8";

* 
{
    padding: 0;
	margin: 0;
	font-family: microsoft yahei,'宋体',arial;
	font-size: 14px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	color: #333;
	text-decoration: none;
	outline: none;    
}

ul {
	list-style: none;
}

table,thead,tbody,th,tr,td {
	border-collapse: collapse;
}

img {
	border: none;
}

*:focus,
*:active:focus,
*.active:focus,
*.focus,
*:active.focus,
*.active.focus {
    outline: none;          
}

.clearfix:after {
	clear:both;
	content:"";
	display: block;
}

.lft {
	float: left;
}

.rgt {
	float: right;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

/*  右栏广告  */
.advertising {
    width:155px;
    height:220px;
    position:absolute;
    top:85px;
    right:-175px
}
.advertising_honor {
    width:155px;
    height:220px;
    position:absolute;
    top:200px;
    right:-175px;
}
.advertising_honor_blue {
    width:155px;
    height:220px;
    position:absolute;
    top:200px;
    right:-175px;
}