﻿@charset "utf-8";
/*css reset*/
*{
    margin: 0;
    padding: 0;
	font-size: 12px;
	font-family: "Microsoft YaHei";
}
html,body,.ywarp{width:100%;height: 100%;background: #F2F2F2;}
body{background: url(../images/bg.gif) no-repeat center 0;background-size: 100% 683px;width: 100% !important;min-width: 1300px;}
/* Use ascii */
input, textarea{
	resize:none; 
	outline:none;
	-webkit-appearance:none;
}

button, input, select, textarea {
    font-size: 100%; 
}

button, input, select {
    vertical-align: middle; 
}

ul, ol{
	list-style-type:none;
}
li{
	list-style:none;
}
ul,li{
	list-style: none;
	text-tecoration:none;
}
em, var, i,b,strong{
	font-style:normal;
	font-weight:normal;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;}
/*image with no-border*/
a img, img{
	border:0;
	display: block;
}

/* h1,h2,h3,h4,h5,h6*/
h1,
h2,
h3,
h4{
	font-weight:normal;
}

/*clear*/
.clear{clear:both;}

.fix{
    position:relative;
}

.fix:after{
	display:block;
	content:"clear"; 
	height:0; 
	line-height:0; 
	clear:both; 
	overflow:hidden; 
	visibility:hidden;
}

/*强制换行*/
.wrap{
	word-wrap:break-word;
	word-break: break-all;
}

/*强制一行*/
.nowrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

/* position */
.fl{
	float: left;
	display: inline;
}

.fr{
	float: right;
	display: inline;
}

.tl{
	text-align: left;
}

.tc{
	text-align: center;
}
.tr{
	text-align: right;
}

.none{
	display:none;
}
.inline{
	display:inline;
}
.block{
	display:block;
}	
.iBlock{display:inline-block;}

.hide{
	overflow:hidden;
}
/*hover小手*/
.pointer{
	cursor:pointer;	
}

/* 定位 */
.posR{
	position:relative;
}

/* 黑色 */
.black{color: #353333!important;}
/* 主色调 蓝色 */
.blue{color: #2d6393!important;}
.red{color:#ef3939!important;}
.green{color:#1bc382!important;}
.yellow{color:#e7852e!important;}














