﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
	background-color: #fff;
	background-repeat: no-repeat;
	font-family: "微软雅黑"
}
a:link{color:#f05a24}
a:visited{color:#f05a24}
a:hover{color:#f05a24}
.top { 
   
	width: 100%;
	height: 470px;
	background-repeat: no-repeat;
	background: url(../images/top.jpg) no-repeat;
	height: 470px;
	background-position: center;
}

.top .content{
	position:relative;
	width:874px;	
	margin:0 auto;
	box-sizing:border-box;
	background:red;	
	
}
.top .content .infotable{
	width:245px;	
	position:absolute;
	right:0;
	color:#fff;
	top:20px;
	background:red;	
	padding:20px;
	font-size:14px;
	
}
.top .content .infotable input[type=text]{
 	display:block;
	width:98%;
	height:25px;
	margin:2px 0;
	padding-left:5px;	
}
.top .content .infotable .btn{
	position:relation;
	
	width:100%;
	height:30px;
	background:#000;
	line-height:30px;
	text-align:center;
	color:#fff;
	left:0;
	right:0;
	margin:8px auto;
}
.topicpart {
	width:874px;
	margin:0 auto;
	box-sizing:border-box;
	
}
.topicpart .content{
	margin:0;
	padding:0;	
}

.topicpart .content .words {
    padding:20px 30px;
	line-height:30px;
}
.topicpart .content .words.font18{font-size:20px;}
.topicpart .content .words.font18 span{color:#f05a24; font-weight:bold}
.topicpart .content .words span.title{font-size:18px;font-weight:bold;color:#f05a24}
.topicpart .content .title {
	padding:20px 0;
	text-align:center;
	font-size:30px;
	color:#000;	
	font-weight:bold
	
}
.topicpart .content ul.partone {
	margin:0;
	padding:0;
	display:flex;	
	justify-content:space-between;
}
.topicpart .content ul.partone li{
	box-sizing:border-box;
	list-style:none;
	width:267px;	
	padding:0;
	margin:0;
		
}
.topicpart .content ul.partone li .title {	
	background:#de2d33;
	color:#fff;
	width:100%;
	height:30px;
	border-bottom:8px #000 solid;
	line-height:30px;
	text-align:center;
	margin-bottom:10px;
}
.topicpart .content ul.partone li .word {
	font-size:18px;	
}
.topicpart .content ul.parttwo li {
	font-size:18px;	
	padding:5px  0;
	
	
}
.topicpart .content img {
	 display:block; 
	
}

.topicfooter .aboutus{
	
}
.topicfooter .aboutus .content{
	width:874px;
	margin:0 auto;
}
.topicfooter .rights{
	border-top:8px #de2d33 solid;
	background:#000
}
.topicfooter .rights .content{
	text-align:center;
	width:874px;
	margin:0 auto;
	padding:20px 0;
	color:white;
}
