﻿
/*主体部分*/
.container{
	margin: 0 auto;
	width: 1000px;
}
.bar-map{
	width: 978px;
	height: auto;
	margin: 10px auto;
	position: relative;
	border: 1px solid #c1c1c1;
}
#map{
	width: 980px;
	height: 450px;
	margin: 0 auto;
	display: none;
}
.big{
	width:978px;
	height:450px;
}
.bz_btn a:link,.bz_btn a:visited{
	color:#fff;
	font-size: 20px;
	background: rgb(144,41,41);
	text-decoration: none;
	padding:8px;
	border-radius: 5px;
}
.bz_btn a:hover{
	background:rgb(175,49,50);
}
.bz_btn{
	position:absolute;
	bottom:146px;
	right:106px;
}
.search{
	width: 348px;
	height:348px;
	background: #123;
	position: absolute;
	top: 50px;
	left: 10px;
	background: url(../img/container/search.png) left center no-repeat;
}
.search-content{
	width: 310px;
	height: 170px;
	position: absolute;
	top: 60px;
	left: 19px;
	overflow-y:scroll;
	scrollbar:;
}
.search-content ul {
	display:block;
}
.search-content ul li {
	list-style-type:none;
	width: 100%;
	clear:both;
}
/*::-webkit-scrollbar {
    width: 12px;
}*/

/* Handle */
/*::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgb(61,235,232);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}*/
/*::-webkit-scrollbar-button {
	background:rgb(230,230,230);

}*/
.search_fonts_left{
	float:left;
	max-width:250px;
	background:rgb(240,240,240);
	color: rgb(102,102,102);
	padding:5px;
	box-shadow: 0 1px 1px #ececec;
	border-radius:5px;
}
.search_fonts_right{
	float:right;
	max-width:250px;
	background:rgb(102,226,255);
	color: #fff;
	padding:5px;
	box-shadow: 0 1px 1px #ececec;
	border-radius:5px;
	margin:3px;
}
.search-title{
	width: 175px;
	height: 14px;
	color: #07a5e0;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-left:7px;
}
.search-title b {
	height: 14px;
	margin-right: 70px;
}
.search-txt {
	position: absolute;
	top: 243px;
	left: 18px;
	width: 308px;
	height: 44px;
}
.search-txt span{
	position:absolute;
	right:0;
	top:0;
	width:10px;
	line-height:20px;
}
.search-txt span a{	
	color:rgb(55,179,221);
	text-decoration:none;
}
.search-txt span a:hover{
	color:red;
}
.search-txt textarea{
	width: 290px;
	border: 0px;
	font-size: 12px;
	height: 40px;
}
.search-btn{
	width: 300px;
	height: 37px;
	position: absolute;
	top: 298px;
	left: 27px;
}
.search-btn button{
	width: 70px;
	height: 30px;
	color: #fff;
}
.reset-btn{
	float: left;
	background:url(../img/container/reset.png) left center no-repeat;

}
.submit-btn{
	float: right;
	background:url(../img/container/submit.png) left center no-repeat;
}
/*search_small*/
.search_small{
	width: 310px;
	height: 30px;
	border: 1px solid #c1c1c1;
	position: absolute;
	bottom: 8px;
	right: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow:0 1px 7px #bcbcbc;
}
.bar_Province,.bar_Count{
	height: 30px;
	width: 80px;
	border-right: 1px solid #c1c1c1;
	text-align: center;
	float: left;
	cursor: pointer;
	border-radius: 5px;
	box-shadow:0 1px 7px #bcbcbc;
}
.bar_Count{
	width: 105px;
	background: url("../img/container/ico_Count.png") 90% center no-repeat;
	position: relative;
}
.Count_ul {
	text-align: center;
	display: none;
	position: absolute;
	bottom: 31px;
	right: 123px;
	background: #fff;
	width: 105px;
	border: 1px solid #c1c1c1;
}
.Count_ul li{
	padding: 7px 0px;
	border-bottom: 1px solid #c1c1c1;
}
.Count_ul li:last-child{
	border: 0px;
}
.bar_Count span{ 
	line-height: 30px;
	position: absolute;
	right: 25px;
	bottom: 0px;
}
.bar_Province{
	background: url("../img/container/ico_province.png") center center no-repeat;
}
.Province_select{
	width: 310px;
	height: 250px;
	border:1px solid #c1c1c1;
	border-radius: 5px;
	box-shadow:0 1px 7px #bcbcbc;
	position: absolute;
	bottom:29px;
	right: 0;
	background: #fff;
	padding-top: 10px;
	display: none;
}
.Province_select li{
	float: left;
	width:62px;
	padding:7px 0px;
	text-align: center;
}
.Province_select span{
	padding: 0 7px 3px 7px;
	border-bottom: 2px solid #c1c1c1;
}
.Province_select span:first-child{
	color: red;
	margin-left: 13px;
	border-bottom: 2px solid red;
}
.Province_select ul{
	margin-top: 5px;
}
.Province_select li:hover,.Province_select span:hover{
	color:red;
	cursor: pointer;
}

.Province{
	font-size: 12px;
	line-height: 30px;
}

.bar_search_input{
	float: left;
	width: 80px;
	height: 30px;
	margin-left: 10px;
}
.search_input{
	width: 80px;
	height:20px;
	font-size: 12px;
	margin-top: 4px;
	border:0;
}
.bar_search_btn{
	width: 30px;
	height: 30px;
	float: right;
}
.search_btn{
	width: 30px;
	height: 30px;
	border: 0;
	background: url("../img/container/topsearch.png") center center no-repeat;
	cursor: pointer;
}
.search_btn:hover{
	background: url("../img/container/topsearchhover.png") center center no-repeat;
}
.bar-map{
	width: 978px;
	height: auto;
	margin: 10px auto;
	position: relative;
	border: 1px solid #c1c1c1;
	box-shadow:0 1px 7px #bcbcbc;
}
/*new*/
.bar-new{
	width: 978px;
	height: 345px;
	margin: 10px auto;
	position: relative;
	border: 1px solid #c1c1c1;
	border-radius:5px;
	box-shadow:0 1px 7px #bcbcbc;
}
.new-left{
	width: 324px;
	height: 345px;
	float: left;
	margin: 15px 15px 35px 15px;

}
.new-bt,.Meeting_bt,.Customer_bt {
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #88d6fa;
	
}
.new-bt b,.Meeting_bt b,.Customer_bt b{
	height
	font-size: 16px;
	border-bottom:2px solid #79d2fb;
	padding:9px 0px;
	clear: both;
	color:#666;
	
}

.Customer_bt b a:link,.Customer_bt b a:visited,.new-bt b a:link,.new-bt b a:visited{
	color: #666;
	text-decoration: none;
	border-bottom: 2px solid #79d2fb;
    padding: 9px 0px;
}
.Customer_bt b a:hover,.new-bt b a:hover{
	color: red;
}
.news_list{
	width: 324px;
	height: 345px;
}
.news_list p{
	text-align: center;
	margin:10px 0;
}
.news_list tr{
	height: 25px;
	line-height: 25px;
}


.news_list a:link,.news_list a:visited{
	text-decoration:none;
	font-size: 12px;
	color: #666;
}
.news_list a:hover{
	color: red;
}



.new-right{
	width: 624px;
	height: 345px;
	float: left;
}
#myFocus{ 
	width:624px; 
	height:345px;
}
#myFocus1{
	width: 578px;
	height:345px;
	
}
/*Carousel*/
.Carousel{
	width: 978px;
	height: 345px;
	margin: 10px auto;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	box-shadow:0 1px 7px #bcbcbc;
}
.Carousel.loading{
	position: relative;
}
.Carousel .loading img{
	position: absolute;
	left: 0;
	top: 30%;
}
.Carousel .loading p{
	width: 156px;
	position: absolute;
	left: 0;
	top: 50%;
}
/*Meeting*/
.Meeting,.Customer{
	clear: both;
	width: 978px;
	height:190px;
	margin: 10px auto;
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	box-shadow:0 1px 7px #bcbcbc;
}
.Meeting_bt,.Customer_bt{
	width: 950px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.Meeting_content li{
	width: 143px;
	float: left;
	margin: 0px 8px;
}
.Meeting_content ul{
	margin-left: 12px;
}
.Meeting_content p,.Customer_content p{
	text-align: center;
	font-size: 12px;
}
.Meeting_content img{
	margin-bottom: 10px;
	border: 1px solid #c1c1c1;
}
/*Customer*/
.Customer_content{
	width: 978px;
	height: 140px;
	position: relative;
	overflow: hidden;
}
.Customer li{
	width: 200px;
	float: left;
	margin:0px 20px;
}
.Customer_ul{
	width: 2150px;
	position: absolute;
	left: 0px;
}
.Customer_content a{
	text-decoration: none;
	font-size: 40px;
	font-weight: bold;
	color: #c1c1c1;
}
.cur_left{
	position: absolute;
	top: 20px;
	left: 14px;
	z-index: 9999;
}
.cur_right{
	position: absolute;
	top: 20px;
	left: 902px;
	z-index: 9999;
}
.cur_right:hover,.cur_left:hover{
	opacity:0.7;
}
