@charset "UTF-8";
/* CSS Document */ 
/* 
 * name:base.css
 * author：Saint
 * edit: 2014.0605
 * for:1751wan.com
 */

@font-face {
    font-family: 'times_new_romanitalic';
    src: url('../font/timesi-webfont.eot');
    src: url('../font/timesi-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/timesi-webfont.woff') format('woff'),
         url('../font/timesi-webfont.ttf') format('truetype'),
         url('../font/timesi-webfont.svg#times_new_romanitalic') format('svg');
} 
@font-face {
    font-family: 'HelveticaHv';
    src: url('../font/HelveticaHv.eot');
    src: url('../font/HelveticaHv.eot?#iefix') format('embedded-opentype'),
         url('../font/HelveticaHv.woff') format('woff'),
         url('../font/HelveticaHv.ttf') format('truetype'),
         url('../font/HelveticaHv.svg#HelveticaHv') format('svg');
} 

html,body{
	width: 100%;
	height: 100%;
	min-width: 768px;
	min-height: 580px;
	margin: 0;
	padding: 0;
	font-family:'HelveticaHv', "微软雅黑";
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
*,*:after,*:before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary{
	display: block;
}
audio,
canvas,
video{
	display: inline-block; 
}
img{
	width: 100%; 
	height: auto;
}
a{
	text-decoration:none;
	transition: background ease 0.3s;
	-moz-transition: background ease 0.3s;
	-o-transition: background ease 0.3s;
	-webkit-transition: background ease 0.3s;
	 
}
a:hover{
	text-decoration: none;
}
a:focus{
	text-decoration: none;
	outline: none;
}
p{
	margin: 0 0 10px;	
}
h1,h2,h3,h4,h5,h6{
	display:block;
	margin: 0;
	padding: 0;
	line-height: 1.1;
	color: inherit;
	font-weight: 500;
}
h1, .h1{
	font-size:36px;
}
h2, .h2{
	font-size:30px;
}
h3, .h3{
	font-size:24px;
}
h4, .h4{
	font-size:18px;
}
h5, .h5{
	font-size:14px;
}
h6, .h6{
	font-size:12px;
}
.clr{
	clear:both;	
}
.clear:after{
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.container{
	width: 1180px;
	margin: 0 auto;
	padding: 0 15px;
}

.hiden{ display: none; }
.show{ display: block; }
.float_left{ float:left; }
.float_right{ float:right; }

