@charset "utf-8";
/* CSS Document */
/*公共样式--开始*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, th, td, select {
    margin: 0;
    padding: 0;
}
*{box-sizing: border-box;margin:0;padding:0;}
html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
	max-width:100%;
}

a {
    text-decoration: none;
    color: #232323;
}
a:hover{
	text-decoration:none;
}


.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*公共样式区*/
.center{
	width:1200px;
	margin:10px auto;
}
.h2-title{
	color:#333;
	font-size:32px;
	width:500px;
	margin:50px auto;
}
.h2-title p{
	text-align:center;
	margin:20px 0px;
}
