html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, 
cite, code, del, dfn, em, font, img, 
ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
center, u, b, i { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    outline: 0; 
    font-weight: normal; 
    font-style: normal; 
    font-size: 100%; 
    font-family: inherit; 
    vertical-align: baseline 
} 
body { 
    line-height: 1 
} 
:focus { 
    outline: 0 
} 
ol, ul { 
    list-style: none 
} 
table { 
    border-collapse: collapse; 
    border-spacing: 0 
} 
blockquote:before, blockquote:after, q:before, q:after { 
    content: “” 
} 
blockquote, q { 
    quotes: “” “” 
} 
input, textarea { 
    margin: 0; 
    padding: 0 
} 
hr { 
    margin: 0; 
    padding: 0; 
    border: 0; 
    color: #000; 
    background-color: #000; 
    height: 1px 
}
.container{
	width: 1200px;
	margin: 0 auto;
}
#header{
	width:100%;
	height: 110px;
	background:url(../images/bg_01.jpg);
}
.container .logo{
	margin-top: 20px;
	float:left;
	width:800px;
	height: 90px;
}
.container .link{

	float: right;
}
.container .link p{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 500;
	color: white;
	padding-right: 10px;
	margin-top: 40px;
	float: left;
	border-right: 1px solid #ffffff;
}
.container .link img{
	margin-top:35px;
	margin-left: 10px;
	float: left;
}
.navigate{
	width: 100%;
	background: #95130d;
	height: 40px;
}

/*导航开始*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#nav{
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}
.nav {
	margin: 0 auto;
	height: 40px;
	background: #95130d;
	position: relative;
	z-index: 1;
}

.nav .nLi h3{
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 500;
	color: white;
	text-decoration: none;
	float: left;
	text-align: center;
	float: left;
}

.nav .nLi {
	text-align: center;
	width: 236px;
	float: left;
	position: relative;
	display: inline;
	
}

.nav .nLi h3 a {
	line-height: 40px;
	display: block;
    width: 236px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: white;
}

.nav .sub {

	display: none;
	width: 236px;
	left: 0;
	top: 40px;
	position: absolute;
	line-height: 30px;
	background: rgba(178,41,35,.5);
	padding: 5px 0;
}

.nav .sub li {

	zoom: 1;
}

.nav .sub a {
	color: white;
	display: block;
	padding: 0 10px;
}

.nav .sub a:hover {
	text-align: center;
	background: #b22923;
	color: #fff;
}

.nav .on h3 a {
	
	background-color: #b22923;
	line-height: 40px;
	text-align: center;
	width: 235px;
	height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: white;
}
/*导航结束*/

.banner{
	width: 100%;
	height: 500px;
}
/*banner开始  2.0*/
.slideBox {
	width: 100%;
	height:500px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 500px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,
.slideBox .next {
	
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	background-color: #534b49;
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}
.slideBox .prev {
	background-color: #534b49;

}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}
/*banner结束*/
.container .party{
	width: 1200px;
	margin: 0 auto;
	height: 250px;
}
.party .build{
	width: 1200px;
	height: 62px;
	border-bottom: 1px solid #d9d9d9;
}
.party .build p{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #b22923;
	font-weight: 1000;
	line-height: 60px;
	float: left;
	border-bottom: 2px solid #b22923;
}
.party .build a{
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: 500px;
	color: #808080;
	float: right;
	margin-top: 30px;
}
.party .party-news{
	width: 270px;

    float: left;
	padding-right: 30px;	
}
.party-news .date{
	width: 280px;
	height: 40px;
	line-height:20px;
	float: left;
	padding-top: 20px;
}
.party-news .date img{
	margin-top: px;
	float: left;
}
.party-news .date span{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #888888;
	margin-left: 3px;
	float: left;
}
.party-news .title{
	margin-bottom: 20px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #1a1a1a;
	line-height: 20px;
	float: left;
}
.party-news .summary{
	line-height: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #808080;
	float: left;
	line-height: 20px;
}
.apartment{
	width: 1200px;
	height: 350px;
    margin: 0 auto;
}
.apartment .information{
	width: 920px;
	height: 350px;
	float: left;
}
.information .mien{
	width:875px;
	height: 61px;
	border-bottom: 1px solid #d9d9d9;
}
.mien p{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #b22923;
	font-weight: 1000;
	line-height: 60px;
	float: left;
	border-bottom: 2px solid #b22923;
}
.mien a{
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: 500px;
	color: #808080;
	float: right;
    margin-top: 30px;
}
.apartment-news{
	width: 268px;
	height: 275px;
	margin-top: 20px;
	float: left;
	margin-right: 35px;
	box-shadow: #888888 10px 10px 6px -10px ;
}

.apartment-news .date{
	margin-left: 20px;
	height: 60px;
	width: 275px;
	line-height: 60px;
}
.apartment-news .date .mouth{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #333333;
}
.apartment-news .title{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	margin-left: 20px;
	margin-right: 20px;
}
.apartment .list-link{
	width:275px;
	height: 335px;
	float: right;
}
.apartment .list-link .study{
	margin-top: 10px;
	display:inline-block ;
	width: 275px;
	float: left;
	height: 95px;
	background-color: #fcca7f;	
}
.apartment .list-link .study  p{
	float:left ;	
	color: white;
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 95px;
	margin-left: 15px;
}
.apartment .list-link .study  img{
	margin-top:30px;
	float: left;
	margin-left:55px;
}
.apartment .list-link .file{
    margin-top: 30px;
	width: 275px;
	float: left;
	height: 95px;
	background-color: #bd83b5;	
}
.apartment .list-link .file  p{
	float:left ;	
	color: white;
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 95px;
	margin-left: 15px;
}
.apartment .list-link .file  img{
	margin-top:30px;
	float: left;
	margin-left:55px;
}
.apartment .list-link .download{
    margin-top: 30px;
	width: 275px;
	float: left;
	height: 95px;
	background-color: #62c6c7;	
}
.apartment .list-link .download  p{
	float:left ;	
	color: white;
	font-family: "微软雅黑";
	font-size: 24px;
	line-height: 95px;
	margin-left: 15px;
}
.apartment .list-link .download  img{
	margin-top:30px;
	float: left;
	margin-left:55px;
}
.learn .build{
	margin-top: 20px;
	width: 1200px;
	height: 62px;
	border-bottom: 1px solid #d9d9d9;
}
.learn .build p{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #b22923;
	font-weight: 1000;
	line-height: 60px;
	float: left;
	border-bottom: 2px solid #b22923;
}
.learn .build a{
	text-decoration: none;
	font-family: "微软雅黑";
	font-size: 14px;
	font-weight: 500px;
	color: #808080;
	float: right;
    padding-top: 30px;
}
.field{
	width: 1200px;
	height: 330px;
	margin: 0 auto;
}
.field li{
	width: 360px;
	height: 80px;
	float: left;
	margin-right: 40px;
	margin-top: 30px;
}
.field .date{
	width: 80px;
	height: 80px;
	background:url(../images/frame.png);
	float: left;
	margin-right: 10px;
}
.field .date .day{
	width: 80px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 25px;
	color: #b50f0f;
	margin: 0 auto;
	margin-top: 15px;
}
.field .date .year-mouth{
	width: 80px;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 12px;
	color: #b50f0f;
	margin-top: 15px;
}
li .news {
	width: 346px;
	margin-top:20px;
}
.field li .news a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	text-align:left ;
}
.apartment-news:hover{
	background-color: #b50f0f;	
	color: white;
}
.apartment-news:hover .mouth{
	color: white;
}
.apartment-news:hover .year{
	color: white;
}
a{
	text-decoration: none;
	color:#000000;
	line-height:20px;
}
.apartment-news:hover .title{
	color: white;
}
.footer{
	width: 100%;
	background-color: #B50F0F;
	height: 250px;
	margin-top: 50px;
}
.friend-link{
	width: 1200px;
	height: 200px;
	margin: 0 auto;	
}
.friend-link .contant{
	width: 200px;
	height: 200px;
	float: left;
	margin-right: 40px;
}
.contant p{
	color: white;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
	text-align: left;
}
.contant a{
	display: block;
	color: white;
	margin-top: 25px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: left;
	text-decoration: none;
	font-weight: 100;
}
.friend-link .school-inside{
	width: 400px;
	height: 200px;
	float: left;
	margin-left: 50px;
	margin-right: 40px;
}
.school-inside p{
	color: white;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
	text-align: left;
}
.school-inside a{
	display: block;
	width: 170px;
	float: left;
	margin-right: 20px;
	color: white;
	margin-top: 25px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: left;
	text-decoration: none;
	font-weight: 100;
}
.friend-link .school-outside{
	width: 200px;
	height: 200px;
	float: left;

}
.school-outside p{
	color: white;
	font-family: "微软雅黑";
	font-size: 18px;
	font-weight: 500;
	margin-top: 25px;
	text-align: left;
}
.school-outside a{
	display: block;
	color: white;
	margin-top: 25px;
	font-size: 16px;
	font-family: "微软雅黑";
	text-align: left;
	text-decoration: none;
	font-weight: 100;
}
.public-field{
	width: 180px;
	height: 150px;
	margin-top: 30px;
	float: right;
}
.public-field img{
	margin-top: 10px;
	margin-left:45px;
}
.public-field p{
	margin-top: 15px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: white;
	text-align: center;
}
.copyright{
	width: 100%;
	height: 50px;
	border-top: 1px solid #cc5e5d;
}
.copyright .location{
	width: 1200px;
	margin: 0 auto;
	height: 50px;
}
.copyright .location p{
	padding-left:25px ;
	text-align: center;
	float: left;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #e7b7b8;
	line-height: 50px;
	margin-left: 20px;
}
/*列表页*/
.bg_pic{
	width: 100%;
	height: 255px;
}
.list_ban{
	width: 100%;
	height: 300px;
}
.list_ban img{
	width: 100%;
}





/*- 左侧 */
.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}

.mt40 {
	margin-top: 40px !important;
}

.con {
	width: 1200px;
	margin: 40px auto;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}
.list-left{
	width: 230px;
	float: left;
	background: #F2F2F2;
}
.list-left .bei{
	width: 100%;
	height: 125px;
	background: #F2F2F2 url(../images/icon_logo.png) no-repeat;
	background-position-x: 115px;
	background-position-y: 25px;
}	
.list-right{
	float: right;
}
/* ---侧导航 */
.lm-name{
	background: #C70100;
	box-sizing: border-box;
	width: 230px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}
.lm-name img{
	    margin: 0 15px 5px 0;
    display: inline-block;
}
.list-left .layui-nav {
	background: none;
	width: 230px;
}
.list-left .layui-nav-tree .layui-nav-item{
	border-bottom: 1px solid #CBCBCB;
}
.list-left .layui-nav-tree .layui-nav-item a{

	color:  #323232;;
	padding-left: 50px;
	font-size: 16px;
	font-weight: bold;

}
.list-left .layui-nav-tree .layui-nav-item a:hover{
	background: #FFFFFF;
	color: #BF0000;
}
.list-left .layui-nav-tree .layui-nav-itemed>a{
	background: #F5F5F5;
	color: #BF0000 !important;
	
}
.list-left .layui-nav-tree .layui-nav-item dd:hover a{
	background: #fFFFFF url(../images/2019-03-18-list_22.jpg) no-repeat 60px center;
}
.list-left .layui-nav-tree .layui-nav-item dd a{
	padding-left: 40px;
	background: #f2f2f2 url(../images/2019-03-18-list_22.jpg) no-repeat 60px center;
	font-size: 14px;
	color: #666666;
	padding-left: 85px;
	font-weight: normal;
}
.list-left .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
	background-color: #e6e6e6;
    color: #F5F5F5;
}

/* ----------箭头 */
.list-left .layui-nav .layui-nav-more{
		width: 13px;
		height: 13px;
		margin: -8px 35px 0 0;
		background: url(../images/jian2_06.png) no-repeat;
		border: none;
	}
.list-left .layui-nav .layui-nav-mored,.list-left .layui-nav-itemed>a .layui-nav-more{
		
		width: 13px;
		height: 13px;
		margin: -8px 35px 0 0;
		background: url(../images/jian_03.png) no-repeat;
	}
.list-left .layui-nav-tree .layui-nav-bar{
		background-color: #BF0000;
	}
	
/*- 右侧 */
.list-right{
	width: 880px;
}
.list-title{
	position: relative;
	height: 48px;
	border-bottom: 1px solid #b3b3b3;
	line-height: 48px;
	color: #C70100;
	font-size: 24px;
	font-weight: bold;
}
.list-title .dqlm{
	display: block;
	float: left;
	height: 48px;
	font-weight: 500;
}
/* ---面包屑 */
.layui-breadcrumb{
	position: absolute;
	right: 10px;
	background: url(../images/icon-dqwz.png) no-repeat left center;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
	font-weight: normal;
	color: #888888;
}
.layui-breadcrumb a cite{
	color: #888888;
}
.list-right .layui-breadcrumb a:hover{
	color: #C70100 !important;
}

/* ----列表 */
.list-con{padding: 10px 0;}
.list-con ul li{
	height: 65px;
	line-height: 65px;
	background: url(../images/icon-3.jpg) no-repeat left center;
	padding-left: 15px;
	font-size: 14px;
	color: #454545;
	border-bottom: 1px dashed #e2e2e2;
}
.list-con ul li .date{
	float: right;
	color: #999999;
	font-size: 12px;
}
/*内容页*/
.content_essay{
	width: 910px;
}
.content_essay .title{
	padding-top: 30px;
	width: 910px;

}
.content_essay .title h1{
	font-family: "微软雅黑";
	font-size: 17px;
	font-weight: 500;
	color: #444444;
	text-align: center;
}
.content_essay .title h2{
	margin-top: 10px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #6e6e6e;
	text-align: center;
}
.content_essay .title .other{
	padding-top: 10px;
	padding-left: 75px;
	width: 350px;
	height: 50px;
	margin: 0 auto;
}
.content_essay .title .other span{
	margin-right: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #999999;
}
.essay{
	width: 920px;
	margin-top: 20px;
	padding-bottom: 20px;
	border-bottom:1px dashed #888888; ;
}
.essay p{
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	color: #555555;
}
.essay img{
	display:block;
	margin:10px auto;
}
.article_link{
	padding-top:40px;
	width: 920px;
	height:70px;
}
.article_link a{
	text-decoration: none;
}
.article_link .last{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #555555;
	margin-bottom: 15px;
}
.article_link .next{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #555555;
}
.article_link .last:hover{
	color: #b22923;
}
.article_link .next:hover{
	color: #b22923;
}
/*内容页*/
