/*默认样式*/
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html, body {
    min-height: 100%;
}

body {
    font-family: "Microsoft YaHei";
    font-size: 0.3rem;
    color: #333;
	background:url(../img/sbg.jpg) no-repeat top center;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a:link {
	color: #00f; text-decoration: none;
}
a:visited {
	color: #00f; text-decoration: none;
}
a:hover {
	color: #f00; text-decoration: none;
}

.red1 a:link { color: #f00; text-decoration: none; font-weight:bold; font-size:18px; }
.red1 a:visited { color: #f00; text-decoration: none;font-weight:bold; font-size:18px; }
.red1 a:hover {	 color: #00f; text-decoration: none;font-weight:bold;  font-size:18px;}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}


.body_con{
    width: 1200px;
    height: auto;
    position: relative;
    font-size: 0;
	margin:0 auto;
}
.body_top{
    width: 100%;
    height: 120px;
    color: #fff;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
}
.body_left{
    width:200px;
    height: 1000px;
    display: inline-block;
    vertical-align: top;
    background:#333951;
    position: relative;
    font-size: 18px;
    color: #fff;
}
.body_right{
    width:1000px;
	float:right;
    height: 1000px;
    background:#f3faff;
    font-size: 16px;
    color: #333;
    line-height:1.8;
	overflow:auto;
}

.by01 { padding:20px; font-size:16px; }

.by02 { padding:20px; font-size:16px; line-height:1.8; }
.by02 p { font-size:16px; line-height:2.0; }

.by03 { padding:20px; height:40px; font-size:12px; line-height:1.4; float:right; display:block; }

p{ line-height:30px;}

.hh1 { font-size:26px; font-weight:bold; }

