* {
	margin: 0;
	padding: 0;
}
.top {
	position: relative;
	width: 100%;
	height: auto;
}
.top>img {
	width: 100%;
	height: 100%;
}
.top>.demo {
	position: absolute;
	width: 1000px;
	height: 42px;
	left: 50%; 
	top: 99%;   
	transform: translate(-50%, -100%); 
}
.demo>ul {
	display: flex;
	justify-content : space-between;
	height: 50px;
	list-style: none;
}
.demo>ul>li {
	width: 180px;
	height: 40px;
	line-height: 40px;
	background: #db191f;
	border-radius: 10px;
	background-position: 25px 15px;
	background-size: 23px;
	background-repeat: no-repeat;
	text-align: center;
}
.demo>ul>li>a {
	margin-left: 40px;
	display: inline-block;
	text-decoration: none;
	color: white;
}
.top>hr {
	position: absolute;
	width: 100%;
	bottom: 4px;
	color: #db191f;
	background-color: #db191f; 
	height: 1px;
	border: 0;
}
.jzgk {
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
	overflow: hidden;
}
.jzgk>.jzgk-title {
	height: 36px;
	background: url(../img/title-bac.png);
	background-position-x: -100px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #DB191F;
}
.jzgk>.jzgk-main {
	width: 100%;
	margin-top: 50px;
}
#jzgk-main-title {
	height: 60px;
	list-style: none;
}
#jzgk-main-title>li {
	float: left;
	width: 500px;
	height: 100%;
	background-color: #e7e7e7;
	line-height: 60px;
	text-align: center;
	background-image: url(../img/item-bac.png);
	background-repeat: no-repeat;
	background-position: -600px 0px;
	transition: all 1s;
}
#jzgk-main-title>li>a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	color: white;
	font-size: 24px;
}
#jzgk-main-title>.active {
	background-position: 0px 0px;
}
#jzgk-main-body {
	width: 2400px;
	height: 450px;
	list-style: none;
	background-color: #fffafa;
}
#jzgk-main-body>li {
	float: left;
	width: 920px;
	height: 370px;
	padding: 40px;
}
#jzgk-main-body .jzgk-main-item{
	float: left;
	width: 228px;
	height: 100%;
	border-left: 2px solid #cb0006;
}
.jzgk-main-item-ul {
	width: 108%;
	list-style: none;
}
.jzgk-main-item-ul>li {
	padding: 8px 0px 8px 20px;
	
}
.jzgk-main-item-ul>li>a {
	display: inline-block;
	width: 100%;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
}
.jzgk-main-item-ul>li>a:hover {
	color: #CB0006;
}
#jzgk-main-body>li {
	display: none;
}
#jzgk-main-body>.active {
	display: block;
}
.jzgk-bottom {
	width: 100%;
	height: 777px;
	padding: 50px 0px;
}
.dhjd {
	width: 100%;
	height: 607px;
	background: url(../img/bottom-bac.png) 0px 0px no-repeat;
}
.dhjd>.dhjd-main {
	width: 1000px;
	padding-top: 35px;
	margin: 0 auto;
}
.dhjd-main>.dhjd-main-title {
	height: 40px;
	line-height: 40px;
	background: url(../img/title-bac.png);
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	color: #DB191F;
	background-position-x: -100px;
}
#dhjd-main-body {
	display: flex;
	justify-content : space-between;
	list-style: none;
	width: 100%;
	margin-top: 45px;
}
#dhjd-main-body>li {
	width: 470px;
	height: 433px;
	text-align: center;
}
.dhjd-main-body-text {
	margin-top: 15px;
	font-weight: 700;
}
#dhjd-main-body a {
	text-decoration: none;
	color: #000000;
}
.btn {
	width: 100%;
	margin-top: 30px;
	text-align: right;
}
.btn button {
	width: 134px;
    height: 33px;
	font-size: 12px;
	line-height: 50px;
    border: 1px solid #aaaaaa;
    border-radius: 10px;
    background-color: #ddd;
	cursor: pointer;
}
.btn button img {
	width: 18%;
	position: relative;
	left: -15px;
	
}
.btn span{
	position: relative;
    top: -8px;
}