* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-size: 20px;
}

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

body {
	font-family: "Microsoft YaHei";
	min-width: 1280px;
	max-width: 1899px;
	margin: 0 auto;
	background-image: url(/front/zt/2023/kpdjt/image/maskbg.jpg);
}

.container-fluid {
	background-image: url('/front/zt/2023/kpdjt/image/top.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 455px;
	width: 100%;
	margin: 0 auto;
}

.row {
	width: 1139px;
	margin: 0 auto;
	background-color: #F0EEEF;
	padding-top: 20px;
	padding-bottom: 30px;
}

.row:after {
	clear: both;
	display: table;
	content: " ";
}

.menu {
	height: 92px;
	line-height: 65px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}

.menu>a {
	display: inline-block;
	width: 200px;
	text-align: center;
	font-size: 24px;
	color: #fff;
}

.menu>a:first-child {
	margin-left: 20px;
}

.footer {
	background-image: url('/front/zt/2023/kpdjt/image/footerbg.jpg');
	background-position: bottom center;
	background-repeat: no-repeat;
	/* background-color: #960001; */
	height: 418px;
	text-align: center;
	padding-top: 60px;
	line-height: 36px;
	font-size: 18px;
	color: #72301A;
	
}

.footer>.footer-content{
	width: 1139px;
    height: 230px;
    /* background-color: #f00; */
    margin: 0 auto;
}
.footer>.footer-content .left {
    width: 550px;
    float: left;
    text-align: left;
    padding-right: 10px;
}
.footer>.footer-content .right {
    width: 460px;
    float: left;
    text-align: left;
    padding-top: 38px;
    padding-left: 85px;
}
.footer a {
    line-height: 30px;
    height: 30px;
    color: #72301A;
    text-decoration: none;
} 
.footer a {
    line-height: 30px;
    height: 30px;
    color: #72301A;
    text-decoration: none;
    font-size: 18px;
}
.footer .ti {
	font-weight: bold;
}

