

.wp{
	width: 100%;
	height:auto;
	max-width: 1170px;
	margin: 0 auto;
}
a{
	color: #333;	
}
a:hover{
	color: #e4392a;
}

/*头部*/
#bd{
	padding-top: 90px;
}
#hd{
	/*height: 101px;*/
	height: 110px;
	background: #fff;
	/*box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);*/
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.fixed{
    top: -101px !important;
}

#hd .logo{
	float: left;
	margin-right: 35px;
	/*height: 101px;*/
	height: 90px;
}
#hd .logo a{
	display: block;
	height: 100%;
	/*line-height: 101px;*/
	line-height: 90px;
}
#hd .logo a img{
	display: inline-block;
	vertical-align: middle;
	width:180px;
	height:90px;
	margin:10px 0px;
}

#nav ul li{
	float: left;
	line-height: 110px;
	width: 90px;
	margin-right: 25px;
	
}
#nav ul li a{
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	border-bottom: 3px solid #fff;
	height: 90px;

}
#nav ul li a:hover { text-decoration:none; }
.active{
	border-bottom: 3px solid #C00 /*#0067b4*/ ;
	font-weight:bold;
}
#nav ul li a:hover, #nav ul li a.active {
	border-bottom: 3px solid #C00/*#0067b4*/;
}

#nav h2 {
	display:inline-block;
	background: url(/images/szbbj.jpg) left center no-repeat;
	background-size:500px 70px;
	background-position:0px 12px;
	width:600px;
	height:90px;
	line-height:70px;
	float: left;
	text-align:center;
	color:#E5002E;
	padding-left:220px;
	font-size:18px;
	font-family: 楷体;
}

#todayWeek {
	line-height:85px;
	font-size:17px;
	letter-spacing:1px;
}
#hd .tel{
	background: url(/images/tel_bg.png) left center no-repeat;
	line-height: 110px;
	float: right;
	padding-left: 30px;
	color: #e4392a;
	font-size: 20px;
}


/*底部*/
#fd{
	clear:both; width:100%;margin:0px auto; height:60px; line-height:60px; background:rgba(51, 51, 51, 0.76)/*#0067b4*/; text-align:center; color:#FFF; font-size:14px;
}
#fd a{ color:#FFF
}
#fd a:hover{ color:#fff /*999*/ ;
}


/*首页*/
.tit-i{
	text-align: center;
	padding: 50px 0;
	line-height: 36px;
	overflow: hidden;
}
.tit-i h3{
	font-size: 30px;
	color: #002;
	margin-bottom: 10px;
}
.tit-i h5{
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}
.tit-i h5 span{
	color: #e4392a;
}
.tit-i em{
	width: 45px;
	border-bottom: 1px solid #7f7f90;
	display: inline-block;
}




/*内页*/
#ban-in{
	position: relative;
	background-position: center 0;
	background-repeat: no-repeat;
	/*padding-top: 16%;*/
	height: 300px;
}
#ban-in .ban-bg{
	background: url(/images/ban_bg.png) center top no-repeat;
	height: 54px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 60;
}



/*关于我们*/
.about-info{
	text-align: left;
	font-size: 16px;
	line-height: 35px;
	color: #666;
	padding-bottom: 80px;
}
.about-info p{
	text-indent:32px;
	padding-top:20px;
}


* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.trans{
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
}
hr{border: none;outline: none;}


#dlist li {
	display:inline-block;
	float:left;
	width:330px;
	height:430px;
	background:#333;
	margin:0px 30px 30px 30px;
	text-align:center;
}
#dlist li img {
	width:100%;
	height:390px;
	padding:15px;
	transition:all 0.6s;
}
#dlist li img:hover {
	transform: scale(1.1);
	
}
#dlist li span {
	display:block;
	width:100%;
	height:40px;
        line-height:25px;
	background:#dedefs;
	
}
#dlist li span a {
	color:#fff;
}
#dlist li span a:hover{
	color:#E5002E;
}


/*日历新闻*/
.rili-info {
	clear:both;
	margin:0;
	padding:0;	
	width:100%;
	overflow:hidden;
	margin-bottom:50px;
	
}
.rili-left {
	float:left;
	width:348px;
	height:100%;
	background:#fff;
	border:1px solid #e6e6e6;
}
.rili-left h2 {
	height:50px;
	text-align:center;
	font-size:16px;
	line-height:50px;
	background:#f5f5f5;
	color:#666;
	border-bottom:1px solid #e6e6e6;
}
.rili-left .rili-date {
	width:100%;
	height:370px; 
	padding:0 10px;
}

.rili-right{ float: left; width: 820px; height: auto; margin-left:0px;}
.rili-right .cont_right_tit{ height: 50px; line-height: 50px; border-bottom: 1px solid #e1e1e1;border-top: 1px solid #e1e1e1; border-right: 1px solid #e1e1e1; margin-bottom: 20px; font-size: 18px;padding-left:30px; color: #333; font-weight: bold;}
.rili-right .cont_right_tit a{ font-size: 18px; color: #2f73b2; font-weight: bold;}
.rili-right .cont_right_tit a:hover{color: #FE0000; }
.news_list{ width: 100%; height: auto;  margin-top: 15px;padding-left:30px; overflow: hidden;min-height: 450px;}
.news_list li{ height: 36px; line-height: 36px; vertical-align: top; overflow: hidden;}
.news_list li a{ float: left; background: url(/images/listPage_dot.png) left center no-repeat; text-indent: 13px; max-width: 85%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #333333; font-size: 16px;}
.news_list li a:hover{ color: #Fe0000;}
.news_list li span{ float: right; font-size: 14px; color: #999;}
.news_list li.split{ border-bottom: 1px dashed #d9d9d9; padding-bottom: 10px; margin-bottom: 10px;}
