@charset "utf-8";

body{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    text-align: center;    
}

a{
	color: #090909;
	text-decoration: none;
}

/*顶部*/
.app {
    margin: auto;
    text-align: left;
    width: 1200px;
}
.top{
    height: 65px;
    background: url("images/top.png")  no-repeat;
}
.logo{
	float: left;
	height: 100%;
    width: 400px;
    margin-left: 15px;
    background: url("images/logo.png") left center no-repeat;
}
.weibo{
	float: right;
	height: 100%;
	width: 40px;
	margin-right: 15px;
    background: url("images/weibo.png") left center no-repeat;
}

/*中间*/
.main{
	clear:both;
	margin-top: 18px;
	margin-bottom: 18px;
}
.carousel{
	overflow: hidden; 
	width: 97%;
	position: relative;
	height: 40px;
    background:#F5F5F5;
    margin-left: 16px;
    border-radius: 10px;
}
.carousel-item {
	position: absolute; 
	white-space: nowrap; 
	
	margin-top: 7px;
   
    color :red;
	font-size: 20px;
}

.left{
	float:left;
	margin-left: 16px;
	
}
.center{
	margin-left: 216px;
	margin-right: 118px;
	/*width: 866px;
	height: 306px;*/
	border-radius: 5px;
    box-shadow: 0 0 0px 4px rgb(211 245 216 / 30%);
    padding: 16px;
    width: 834px;
    height: 274px;
} 
.center1{
	float: left;
	width: 400px; 
}
.centerm{
	float:left;	
	width: 1px;
 	height: 100%;
 	margin-left: 16px;
 	margin-right: 16px;
	background: #ebebeb;
}
.center2{
	float:right;
	width: 400px;
}
.right{
	float:right;

	margin-right: 16px;
}

/*左侧*/
.web-zxsb{
	
}
.web-bszn{
	margin-top:8px;
	margin-bottom: 8px;
}
.web-tszx {
	clear:both;
}
.web-jbts{
	display: inline-block;
}
.web-wyzx{
	display: inline-block;
}

/*右侧*/
.web-weixin{
	
}
.web-jggs{
	margin-top:8px;
	margin-bottom: 8px;
}
.web-tzgg{
	
}

/*中间-市县*/
.city{
	
}
.city-tit {
	font-size: 16px;
	text-align: left;
    font-weight: bold;
}
.city-items{
	clear: both;	
	
}
.city-item{
	float: left;
	display: block;
	width: 70px;
	height: 40px;
	line-height: 40px;
	text-align: center;	
	background: #f5f5f5;
	border-radius: 5px;
	border: 1px solid #f5f5f5;
	margin-top: 8px;
}
.city-item-sel {	   
	color: #4389e8;
    background: #e6f1ff;
    border: 1px solid #4389e8;
}
.city-item.sep{
	margin-left: 8px;
}
.city-tips {
	width: 407px;
	height: 100px;
	clear: both;
	background: url(images/city-tips-0.png) center center no-repeat;
}
.city-tips-0 {
	background: url(images/city-tips-0.png) center center no-repeat;
}
.city-tips-1 {
	background: url(images/city-tips-1.png) center center no-repeat;
}
.city-tips-2 {
	background: url(images/city-tips-2.png) center center no-repeat;
}
.city-tips-3 {
	background: url(images/city-tips-3.png) center center no-repeat;
}
.city-tips-4 {
	background: url(images/city-tips-4.png) center center no-repeat;
}

.city-items2 {
	padding: 10px 20px 10px 20px;
}
.city-item2 {	
	color: #4389e8;
	font-size: 14px;
	display: inline-block;
	margin-top: 8px;
	margin-right: 16px; 
} 

/*中间-省级*/
.sheng {
	
}
.sheng-tit {
	font-size: 16px;
	text-align: left;
    font-weight: bold;
}
.sheng-items{
	clear: both;		
}
.sheng-item{
	float: left;
	display: block;
	color: #090909;
    font-size: 14px;
    width: 90px;
    height: 74px;
    border-radius: 9px;
	border: 1px solid #e1e1e1;	
	text-align: center;	
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-top: 8px;
}
.sheng-item span {
	display: block;
	margin-top: 40px;
}
.sheng-item.sep {
	margin-top: 8px;
	margin-left: 8px;
}
.sheng-item-1 {
	background-image: url(images/sheng01.png);
}
.sheng-item-2 {
	background-image: url(images/sheng02.png);
}
.sheng-item-3 {
	background-image: url(images/sheng03.png);
}
.sheng-item-4 {
	background-image: url(images/sheng04.png);
}
.sheng-item-5 {
	background-image: url(images/sheng05.png);
}
.sheng-item-6 {
	background-image: url(images/sheng06.png);
}
.sheng-item-7 {
	background-image: url(images/sheng07.png);
}
.sheng-item-8 {
	background-image: url(images/sheng08.png);
}
.sheng-item-9 {
	background-image: url(images/sheng09.png);
}
.sheng-item-10 {
	background-image: url(images/sheng10.png);
}
.sheng-item-11 {
	font-size: 12px;
	background-image: url(images/sheng11.png);
}
.sheng-item-12 {
	font-size: 12px;
	background-image: url(images/sheng12.png);
}

/*底部*/
.foot{
	clear:both;
	height: 32px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-radius: 5px;
	background: #f5f5f5;
}
.foot-sep {
	float: left; 
	width: 1px;
	height: 32px;
	background: #cccccc;
}
.foot-sep-a {
	display: none;
}
.foot-sep-z {
	display: none;
}
.foot-item {
	float: left; 
	width: 199px;
	height: 32px;
	font-size: 16px;
	text-align: left; 
	background-repeat: no-repeat;
	background-position: 40px center;
}
.foot-item a{
	display: inline-block;
	line-height: 32px;
	margin-left: 70px;
}
.foot-item-1 {
	background-image: url(images/type01.png);
}
.foot-item-2 {
	background-image: url(images/type02.png);
}
.foot-item-3 {
	background-image: url(images/type03.png);
}
.foot-item-4 {
	background-image: url(images/type04.png);
}
.foot-item-5 {
	background-image: url(images/type05.png);
}
.foot-item-6 {
	background-image: url(images/type06.png);
}
