html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
	height:100%;
}

body {
    padding: 0;
    margin: 0 auto;
    font-size:16px;
    line-height: 20px;
    color: #626262;
    font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3";
    width: 100%;
    height: auto !important;
    background: url(../images/bgimg.jpg) no-repeat center top #aed4ff;

}

a {
    color: #626262;
    text-decoration: none
}

a:hover, a:active {
    outline: 0
}

h1, h2, h3, h4, h5, ul ,ol {
    padding: 0;
    margin: 0
}

h1 {
    font-size: 20px;
    line-height: 44px
}

h2 {
    font-size: 18px;
    line-height: 40px
}

h3 {
    font-size: 16px;
    line-height: 36px
}

h4 {
    font-size: 14px;
    line-height: 30px
}

h5 {
    font-size: 12px;
    line-height: 24px
}
p{ margin:0; padding:0;}
button, input, select, textarea {
    margin: 0;
    resize: none;
    font-size: 100%;
    vertical-align: middle;
    line-height: normal;
	outline:none;
	padding:0;
	font-family: "microsoft yahei", "Droid Sans", "Droid Sans Fallback", "Lucida Grande", "Hiragino Sans GB", "Hiragino Sans GB W3";
	-webkit-appearance: none;
}
input::-webkit-input-placeholder {color: #ccc;-webkit-transition: color .5s;font-size:16px;}
input:focus::-webkit-input-placeholder{color: #626262;-webkit-transition: color .5s; }
button:focus, input:focus, select:focus, textarea:focus {
    outline: 0
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button
}

textarea {
    overflow: auto;
    vertical-align: top
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 20px
}

form {
    margin: 0
}

table {
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0
}

table th, table td {
    padding: 6px 7.5px;
    line-height: 20px;
    vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block
}

audio, canvas, video {
    display: inline-block
}

audio:not([controls]) {
    display: none
}
ul,ul li{ list-style:none;}
dl,dt,dd{margin:0;padding:0;}

/*Ò³Ãæ²¼¾Ö
----------------------------------------------*/
.section{ position:relative; margin:0 auto; width:1200px; text-align:left; }
.wrapper{ position:relative; margin:0 auto; padding:0; width:100%; height:auto; text-align:left; overflow:hidden; }
	.wrapper:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
.wrap-box{ width:1200px; }

.clearfix { display:block; } 

.left-1200{ position:relative; float:left; margin:0 0 0 15px; padding:0; width:1200px; }

.main-tit{ padding-top:5px; height:40px; line-height:40px; text-align:left; }
    .main-tit h2{ display:block; margin:0; padding:0; float:left; color:#333; font-size:16px; font-weight:normal; }
    .main-tit p{ display:block; float:right; color:#555; font-size:14px; }
    .main-tit p a{ margin-left:10px; }
    .main-tit p a i{ font-style:normal; }

    .link-box{ margin:0 50px; border-top:1px solid #f7f7f7; }
    .link-box .side-link .img{ height:auto; }
    .link-box .side-link .txt{ height:auto; font-size:14px; line-height:30px; }
.side-link{ padding:20px; background:#fff; _position:relative; }
    .side-link .img{ display:block; margin:-20px 0 0 -21px; padding:0; overflow:hidden; *display:inline-block; }
    .side-link .img:after{ content:"."; display:block; height:0; clear:both; visibility:hidden; }
    .side-link .img li{ position:relative; float:left; margin:20px 0 0 45px; overflow:hidden; _display:inline; }
    .side-link .img li img{ width:100%; height:100%; }
    .side-link .txt{ margin-top:0px; width:100%; line-height:24px; font-size:12px; overflow:hidden; }
    .side-link .txt strong{ color:#eee; margin:0 1px; font-weight:normal; }
.side-book{ background:#fff; }
    .side-book ul{ padding:20px; }
    .side-book ul li{ font-size:12px; line-height:24px; height:24px; overflow:hidden; }
    .side-book ul li span{ float:right; margin-left:10px; color:#999; }

