﻿body{
	background-color: #FFFFFF;
}
#header{
	height: 105px;
	background-color: #0076C1;
	min-width: 1200px;
}
.head-logo{
	width: 1200px;
	margin: 0 auto;
	height: 135px;
	position: relative;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.logo{
	height: 125px;
	background: url(/xgb/2024xlzx/img/logo.png) no-repeat left center;
}
.search{
	position: absolute;
	top: 40px;
	right: 0px;
}
.search .mysearch{
	height: 30px;
	border-radius: 18px;
	background-color:#0076C1 ;
	border:#FFFFFF solid 1px;
	border-radius: 17px;
	padding-left: 10px;
	width: 223px;
}
input::placeholder{
	color: #FFFFFF;
}
.search .icon-search::before{
	content: "";
	display: inline-block;
	position: relative;
	top:5px;
	left: -40px;
	width: 25px;
	height: 25px;
	background:url(/xgb/2024xlzx/img/u152.png) no-repeat;
}
.nav-menu{
	background: #0076C1;
	height: 50px;
}
.listmenu ul li{
	float: left;
	position: relative;
}
.listmenu ul li a{
float:left;
display:block; 
width:140px; 
height:48px; 
color: #FFFFFF;
font-size: 16px;
text-align:center; 
line-height:50px;
}
.listmenu .sub-nav-box{
	display: none;
	position:absolute;
	top:50px;
	left:0px;
}

.listmenu .sub-nav-box li a{
	color: #FFFFFF;
	line-height: 50px;
	font-size: 14px;
	background: rgba(22,130,191,0.9);
}
.listmenu .sub-nav-box li a:hover{
	background: #1682BF;
}
.selected{
	background: #1682BF;
}
/*--------------------------------------------------------------
# banner
--------------------------------------------------------------*/
.banner{
	background: #F5F5F5;
	height: 176px;
}
.content-box .location{
	height: 45px;
	border-bottom: #b9b9b9 solid 1px;
}
.content-box .location p{
	color: #6c6c6c;
	line-height: 45px;
}
.inner{
	min-height: 600px;
}
.inner-left{
	width: 260px;
	
}
.inner-left h3{
	margin-top: 4px;
	background: #009944;
	color: #FFFFFF;
	display: block;
	width: 256px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.inner-left ul{
	overflow: hidden;
	width: 256px;
	padding:10px 0px;
	background: #f5f5f5;
}
.inner-left ul li{
	line-height: 50px;
	text-align: center;
	
}
.inner-left ul li a{
	font-size: 16px;
	padding:4px 0px;
color: #6C6C6C;
}
.left-nav .active{
	border-bottom: #2EAC37 solid 3px;
}
.bottom-img{
	padding-left:4px;
	margin-top: 20px;
}
.inner-right{
   width: 900px;
   border-left:#b9b9b9 solid 1px;
}
.inner-right ul{
	overflow: hidden;
	width: 900px;
	padding-top: 30px;
	padding-left: 30px;
}
.inner-right ul li{
	height: 110px;
}
.inner-right .time{
	width: 88px;
	height: 77px;
	border: #b9b9b9 solid 1px;
}
.inner-right .time p{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
}
.inner-right .time .pad{
	padding-top:10px;
	color: #6C6C6C;
}
.inner-right .time .day{
	color: #2EAC37;
	font-size: 24px;
}
.inner-right .pic{
	width: 120px;
	height:90px;
}
.inner-right .text{
	margin-left:40px;
	width: 760px;
}
.inner-right .text a{
	font-size: 16px;
	font-weight: 400;
	line-height: 200%;
}
.inner-right .text .abs{
	color: #a9a9a9;
	line-height: 150%;
}
/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
#footer{
	min-width: 1200px;
	height: 125px;
	background-color: #0064A4;
}
.footer-title{
	color: white;
	line-height: 30px;
	margin-top: 20px;
}
#footer .right{
	width: 280px;
	height: 75px;
	background: url(/xgb/2024xlzx/img/xxlogo.png) no-repeat;
	margin-top: 30px;
}
#con-table{
	padding:20px;
}