/* CSS Document */
*, *::after, *::before {
    box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, pre, em, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, th, td,input {
	margin: 0;
	padding: 0;
	outline:none !important;
	
}
html,body{
	height: 100%;
}
body{font-size:13px;background-size:cover;}
html{ overflow-y:scroll;}
h1, h2, h3, h4, h5, h6 {
	font-size: 13px;
}
body {
	margin: 0 auto;
	padding: 0;
	font-family: "微软雅黑";
	font-size:12px;
}
img {
	border: 0px;
}
ul, li, form {
	list-style: none;
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;outline:none !important;}
a:hover {
	text-decoration: none;
}
table, td {
	border-collapse: collapse;
	border-collapse: collapse;
	border-spacing: 0
}
map {height: 0px;
}


#Content{width:100%;margin:0 auto;}

#Header{width:100%;margin:0px auto;position:relative;}

#Content1:after,#Content2:after,#Content3:after,#Content:after{content:"";height:0;display:block;clear:both;}


/*具体样式*/

.rows{margin:20px auto;width:1100px;height:650px;overflow:hidden;}
.title_cterbox .h_t {
    color: #2871d5;
    font-size: 2.8em;
    text-align: center;
}
.title_cterbox {margin-bottom:50px;}
.title_cterbox .h_t_aid {
    text-align: center;
    color: #bbb;
    font-size: 1.5em;
}
.h_t_left{float:left;width:48%;}
.h_t_right{float:right;width:48%;}
.h_t_bt{color: #242424;
    width: 100%;
    font-size: 1.6em;
    padding: 20px 0px;
display:block;}
#Description{color: #8b8b8b;
    width: 100%;
    font-size: 1.25em;
    line-height: 1.8em;}