body{
	margin: 0;
}
.top{
	width: 100%;
	// height: 70px;
	background-color: #f3f3f3;
}
.both{
	width: 1110px;
	*width: 1140px; 
	margin: 0 auto;
	display: table;
}
.banner{
	float: left;
	height: 53px;
	// margin-top: 10px;
	// margin-right: 80px;
}
.banner-top{
	// width: 146px;
	margin-top: 10px;
	// background-color: #1fa0e2;
	// text-align: center;
}
.banner-top-word{
	float: left;
	margin-top: 22px;
	margin-left: 20px;
}
.banner-word{
	color: white;
	font-size: 25px;
	font-family: 微软雅黑;
}
// .banner-bottom{
// 	margin: 0 auto;
// }
.banner-bottom-word{
	font-size: 15px;
	font-family: 微软雅黑;
	// letter-spacing: 2px;
	height: 15px;
	line-height: 15px;
}
.headline{
	float: left;
	margin-top: 8px;
}
.headline-word{
	margin-top: 16px;
	float: left;
	list-style: none;
	padding-right: 120px;
	padding-left: 50px;
}
.headline-word li{
	font-size: 15px;
	font-family: 微软雅黑;
	float: left;
	padding-right: 55px;
}
.search{
	float: left;
	margin-top: 16px;
}
.search-input{
	width: 254px;
	height: 23px;
	outline: none;
	border: 1px solid #1fa0e2;
	padding: 8px;
	font-family: 微软雅黑;
	float: left;
}
.search-submit{
	width: 50px;
	height: 41px;
	background-color: #1fa0e2;
	outline: none;
	border: none;
}
.content{
	width: 1110px;
	height: 100%;
	background-color: #fefefe;	
	display: table;
	margin: 0 auto;
	margin-top: 45px;
	margin-bottom: 40px;
}
.content-div{
	width: 100%;
	height: 100%;
	border: 1px solid #e2e2e2;
	display: table;
}
.content-title{
	display: table;
	width: 100%;
	height: 190px;
	text-align: center;
	margin-bottom: 40px;
}
.title{
	display: table;
	margin: 0 auto;
	width: 991px;
	margin-top: 58px;
}
.title-word{
	font-family: 微软雅黑;
	font-size: 25px;
	color: #333333;
}
.info-word{
	display: table;
	margin: 0 auto;
	width: 991px;
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: center;
}
.time{
	margin-right: 30px;
	font-size: 14px;
	font-family: 微软雅黑;
	color: #818181;
}
.keyword{
	display: table;
	margin: 0 auto;
	width: 991px;
	margin-bottom: 40px;
	text-align: center;
}
.keyword-word{
	font-size: 14px;
	font-family: 微软雅黑;
	color: #818181;
}
.first-line{
	margin: 0 auto;
	height: 0px;
	width: 991px;
	border: 1px solid #e2e2e2;
	border-top: none;
}
.content-info{
	display: table;
	margin: 0 auto;
	width: 991px;
	height: auto;
	font-family: 微软雅黑 !important;
	line-height: 30px;
}
.content-info span{
	font-family: 微软雅黑 !important;
	line-height: 30px;
}
.content-info p{
	font-family: 微软雅黑 !important;
	line-height: 30px;
}
.content-info font{
	font-family: 微软雅黑 !important;
	color: black;
}
*+html .content-info-word{  //IE7下样式
	display: table;
	margin: 0 auto;
	width: 991px;
	min-height: 335px;
	margin-bottom: 30px;
}
@-moz-document url-prefix(){.content-info-word{  //FireFox下样式
	display: table;
	margin: 0 auto;
	width: 991px;
	min-height: 335px;
	height: auto !important;
	margin-bottom: 30px;
}}
.content-info-word{ //正常样式
	display: table;
	margin: 0 auto;
	width: 991px;
	min-height: 335px;
	margin-bottom: 30px;
}
.second-line{
	margin: 0 auto;
	height: 0px;
	width: 991px;
	border: 1px solid #e2e2e2;
	border-top: none;
}
.content-foot{
	margin: 0 auto;
	width: 991px;
	height: 45px;
	display: table;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.note{
	width: 100%;
	height: 20px;
}
.note-word{
	font-style: 15px;
	font-family: 微软雅黑;
	color: #9a9a9a;
}
.phone{
	margin-top: 12px;
	width: 100%;
	height: 20px;
}
.phone-num{
	font-size: 15px;
	font-family: 微软雅黑;
	color: #da0000;
}
.bottom{
	width: 100%;
	height: 70px;
	background-color: #f3f3f3;
}
.bottom-word-div{
	margin: 0 auto;
	padding-top: 10px;
	width: 1110px;
	text-align: center;
}
.bottom-ul{
	list-style: none;
	padding: 0;
}
.bottom-word{
	color: #666666;
	font-size: 14px;
	font-family: 微软雅黑;
}
.backToTop{
    display: none;
    margin-bottom: 10px;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    // right: 120px;
    right: 30px;
    bottom: 100px;
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}
.backLeftToTop{
    display: none;
    margin-bottom: 10px;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    // left: 120px;
    left: 30px;
    bottom: 100px;
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}


.titleClick{
	// width: 1080px;
	margin: 0 auto;
	margin-bottom: 10px;
	// padding-top: 30px;
	font-size: 15px; 
	font-family: 微软雅黑;
}
.checked_word{
	color: black;
	cursor: pointer;
}
.back_home{
	text-decoration: none;
	color: #4386b1;
}
.back_home:hover{
	color: #e08900
}
.banner-top img{
	border: none;
}
.banner-aq {
	font-size: 16px;
	font-family: 微软雅黑;
	// letter-spacing: 2px;
	height: 16px;
	line-height: 16px;
}
.banner-aq a{
	color: #000000;
	text-decoration: none;
}
.banner-aq a:hover{
	color: #4386b1;
}
.banner-aq-div {
	float: left;
	margin-top: 18px;
	margin-left: 57px;
}