/*********** ALL *************/

body{ 
	margin:0px auto; 
	padding:0px;  
	overflow-x: hidden;
	font-family:'微软雅黑';
	}

.w1002{ 
	width:1002px; 
	margin:0px auto;
	}
	
.w1100{ 
	width:1100px; 
	margin:0px auto;
	}

ul{
	list-style-type:none;
	}
	
li{ 
	list-style:none;
	}

a{
	transition:all 0.3s linear 0s;
	text-decoration:none;
	cursor:pointer;
	border:none;
	}
	
img{
	border:none;
	}	
	
.left{
    float: left;
    width: 255px;
	}

.right{
    width: 800px;
    float: right;
	}

.f12{font-size:12px;}
.f16{font-size:16px;}
.bold{font-weight:bold;}
.white{color:#fff;}
.t_r{text-align:right;}
.clear{clear:both;}
.relative{position:relative;}
.absolute{position:absolute;}
.rel_center{position:relative;left:50%;}
.hidden{display:none;}

/*********** ALL *************/








/*********** HEADER *************/

#logo{
    width: 100%;
    height: 90px;
	}
	
#logo_l{
	width:550px;
	float:left;
	}
	
#logo_l img{
    margin-top: 20px;
    width: 395px;
	}
	
#logo_r{
	width:550px;
	float:right;
	}
	
.phone{
    height: 40px;
    width: 370px;
    float: right;
    font-size: 18px;
    color: #002870;
    line-height: 40px;
    -webkit-animation: phone .8s linear .8s 1;
    text-align: right;
    font-style: inherit;
    margin-top: 25px;
    font-weight: bold;
	}
	
@-webkit-keyframes phone {0% {-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}100% {-webkit-transform:rotateY(720deg);transform:rotateY(720deg)}}
	
#nav{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #002f7b;
	}
	
#nav a{
    display: block;
    float: left;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    margin: 0px 34px;
	}
	
.menu {
	width: 100%;
    margin: 0px auto;
    height: 40px;
    line-height: 40px;
    /* padding-top: 20px; */
    background: #002f7b;
    z-index: 999;
    /* margin-top: -800px; */
    position: relative;
	}

.menu ul {
    padding: 0;
    height: 40px;
	line-height:40px;
    list-style-type: none;
    width: 1100px;
    margin: 0px auto;
	}

.menu ul li {
	float:left; 
	position:relative;
	}

.menu ul li a, .menu ul li a:visited {
    display: block;
    text-align: center;
    text-decoration: none;
    width: 80px;
    height: 40px;
    /* margin-left: 20px; */
    color: #FFF;
    border: 1px solid #fff;
    border-width: 0;
    /* background: #72ba01; */
    line-height: 40px;
    font-size: 15px;
    margin: 0px 21px;
	}

.menu ul li ul {
    display: none;
    padding: 0px;
    margin: 0px;
    margin-top: 35px;
	}

.menu ul li:hover a {
	background:#FFF;
	color:#002f7b;
	font-weight:bold;
	}

.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:5px; 
	left:0; 
	width:85px;
	}
	
.menu ul li:hover ul li a {
	display:block; 
	/*background:rgba(251,127,13,0.5);*/
	/*padding:10px 15px;*/
	width:140px;
	background:#FFF;
	color:#002f7b;
	font-size:14px;
	height:30px;
	line-height:30px;
	font-weight:normal;
	margin-bottom:3px;
	text-indent:15px;
	text-align:left;
	}
	
.menu ul li:hover ul li a:hover {
	background:#002f7b;
	color:#FFF;
	font-weight:bold;
	}


/*********** HEADER *************/








/*********** FOOTER *************/

.footer{
    clear: both;
    height: 325px;
    padding-top: 25px;
    background: #0066a9;
    font-size: 12px;
    margin-top: 50px;
	}
	
#foot_t{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    height: 80px;
	}

#foot_t span{
    display: block;
    font-size: 32px;
    font-weight: bold;
    letter-spacing: 10px;
    margin-bottom: 10px;
	}
	
#foot_message{
    width: 100%;
    margin-top: 40px;
    height: 125px;
	}
	
#foot_message span{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    letter-spacing: 4px;
    margin-bottom: 15px;
	}
	
#foot_icp{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
	}
	
#foot_icp a{
	color:#FFF;
	}

/*********** FOOTER *************/








/*********** INDEX MAIN *************/

.main_i{
	overflow:hidden;
	margin-top:50px;
	}
	
.index_title{
    width: 100%;
    padding-top: 35px;
    height: 35px;
	}
	
.index_title1{
	width: 100%;
    height: 2px;
    background: #595757;
	}
	
.index_title2{
    width: 130px;
    text-align: center;
    margin: 0px auto;
    font-size: 15px;
    color: #595757;
    text-transform: uppercase;
    font-family: 'Arial';
    line-height: 32px;
    background: #FFF;
    z-index: 9999;
    position: relative;
    margin-top: -35px;
	}

.index_title2 span{
    display: block;
    font-size: 25px;
    color: #595757;
    font-weight: bold;
	}
	
	
	
	
#index1{
    width: 100%;
    height: 345px;
	}
	
#index1_c{
	width: 100%;
    height: 252px;
    margin-top: 20px;
	}
	
#index1_c_l{
    width: 790px;
    float: left;
    font-size: 14px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 1px;
	}
	
#index1_a{
    display: block;
    width: 143px;
    height: 39px;
    background: url(../img/index1_a_img.png) no-repeat;
    margin-top: 15px;
	}
	
#index1_c_r{
    width: 258px;
    height: 168px;
    border: 1px #bababa solid;
    float: right;
    padding: 40px 2px;
    text-align: center;
	}
	
#index1_c_r img{
	width: 256px;
    height: 155px;
	}
	
	
	
	
	
#index2{
    width: 100%;
    margin-top: 25px;
    height: 345px;
	}
	
#index2_c{
    width: 100%;
    height: 245px;
    overflow: hidden;
    margin-top: 25px;
	}
	
#index2_c_l{
	width:490px;
	float:left;
	}
	
#index2_c_r{
	width:490px;
	float:right;
	}
	
.index2_c_news{
    display: block;
    width: 490px;
    border-bottom: 1px #b5b6b6 dashed;
    height: 82px;
    padding-bottom: 25px;
    margin-bottom: 25px;
	}
	
.index2_c_news_l{
    width: 325px;
    float: left;
    font-size: 16px;
    color: #221815;
    line-height: 26px;
	}
	
.index2_c_news_l span{
	display:block;
	}
	
.index2_c_news_r{
	width: 140px;
    height: 82px;
    float: right;
    margin-left: 20px;
	}
	
	
	
	
	
#index3{
	width:100%;
	height:230px;
	background:url(../img/index3_img.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	margin-top:40px;
	}
	
	
	
	
	
#index4{
	width:100%;
	height:360px;
	margin-top:35px;
	}
	
#index4_c{
    width: 100%;
    height: 270px;
    margin-top: 15px;
	}
	
.hj_a{
    display: block;
    width: 260px;
    text-align: center;
    height: 265px;
    float: left;
    margin-right: 20px;
    background: #595757;
    color: #FFF;
    font-size: 18px;
    line-height: 38px;
	}
	
.hj_img{
	width:260px;
	height:200px;
    box-shadow: 0px 0 0px #d9d9d9, 
				0px 0 0px #d9d9d9, 
				0 0px 5px #d9d9d9, 
				0 0px 0px #d9d9d9;
	}
	
	
	
	
	
#index5{
    width: 100%;
    height: 815px;
    margin-top: 35px;
	}
	
#index5_c1{
    width: 100%;
    height: 305px;
    margin-top: 20px;
	}
	
#index5_c1_l{
    width: 500px;
    float: left;
    font-size: 16px;
    color: #595757;
    line-height: 34px;
	}
	
#index5_c1_l span{
    display: block;
    font-size: 49px;
    color: #00327c;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    margin-bottom: 15px;
	}
	
#index5_c1_l p{
	padding:0px;
	margin:0px;
	}
	
#index5_c1_r{
	width:555px;
	float:right;
	}
	
#index5_c1_r img{
	width:555px;
	height:305px;
	}
	
#index5_c2{
	width:100%;
	height:360px;
	margin-top:55px;
	}
	
.index5_type_box{
	width: 205px;
    padding: 0 15px;
    height: 325px;
    padding-top: 30px;
    background: #ef750e;
    text-align: center;
    border-radius: 15px;
    float: left;
	}
	
.index5_type_img{
	width: 100%;
    text-align: center;
    height: 110px;
	}

.index5_type_img img{
	width:205px;
	height:110px;
	}

.index5_type_c{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    height: 105px;
    margin-top: 20px;
	}

.index5_type_c span{
	display: block;
    font-size: 20px;
    font-family: '迷你简大黑';
    margin-bottom: 20px;
	}
	
.index5_type_a{
    display: block;
    width: 98px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #FFF;
    border: 1px #FFF solid;
    margin: 0px auto;
    margin-top: 20px;
	}
	
	
	
	
	
#index6{
	width:100%;
	height:440px;
	margin-top:45px;
	background:url(../img/index6_img.jpg) no-repeat;
	}
	
	
	
	
	
#index7{
	width:100%;
	height:360px;
	margin-top:45px;
	}
	
#index7 img{
	width:1100px;
	height:355px;
	}
	
	
	
	
	
#index8{
	width:100%;
	height:625px;
	background:url(../img/index8_img.jpg) no-repeat;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
	margin-top:50px;
	}
	
	
	
	
	
#index9{
	width:100%;
	height:605px;
	margin-top:35px;
	}
	
#index9_c{
	width: 100%;
    height: 515px;
    margin-top: 20px;
	}
	
.index9_c_box{
	display: block;
    float: left;
    width: 220px;
    margin: 0px 27px;
    height: 255px;
	}
	
.index9_c_box_img{
    width: 100%;
    text-align: center;
    height: 78px;
	}

.index9_c_box_img img{
	width:78px;
	height:78px;
	}

.index9_c_box_c{
    font-size: 13px;
    color: #595757;
    line-height: 24px;
    height: 160px;
    margin-top: 15px;
	}

.index9_c_box_c span{
    display: block;
    font-size: 17px;
    color: #000000;
    font-weight: bold;
    text-align: center;
	}
	
	
	
	
	
#index10{
	width: 100%;
    height: 675px;
    padding-top: 40px;
    background: #f2f2f3;
    margin-top: 35px;
	}
	
#index10_c{
	width:100%;
	}
	
/* tour */
#tour{
	z-index:1;
	position:relative;
	/*padding:80px;*/
	position:relative;
	z-index:1;
	padding-top:0;
	min-height:500px;
	background-repeat:repeat-x;
	background-position:center bottom;
	/*padding-top:55px;*/
	}
	
#img-slider .slide{
	width:100%;
	background:#fff;
	position:absolute;
	}
	
#img-slider .slide .img{
	margin:10px auto;
	border:none;
	}
	
#img-slider .img{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:0 1px 0 rgba(204,205,206,5);
	-moz-box-shadow:0 1px 0 rgba(204,205,206,5);
	-ms-box-shadow:0 1px 0 rgba(204,205,206,5);
	box-shadow:0 1px 0 rgba(204,205,206,5);
	border:1px solid #edeeee;
	background-color:#fff;
	width:510px;
	height:480px;
	position:relative;
	padding:15px;
	border-radius: 15px;
	font-size:14px;
	color:#595757;
	line-height:24px;
	overflow:hidden;
	}
	
#img-slider .img img{
	display:block;
	width:100%;
	}
	
#img-slider .img .label{
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	-moz-border-radius:0 0 4px 4px;
	-ms-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
	background:#D59E38;
	padding:2.5% 0;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	font-weight:400;
	text-align:center;
	color:#fff;
	font-size:150%;
	}
	
#img-slider .img:first-child{
	display:block;
	}

.switcher-wrap{
    position: relative;
    padding-bottom: 55px;
    padding-left: 60px;
    padding-right: 70px;
	}
	
.switcher-wrap.slider{
/*	padding-left:380px;
	padding-right:380px;*/
	}
	
.switcher-wrap.slider #img-slider .img{
	-webkit-box-shadow:0 4px 20px rgba(0,0,0,0.4);
	-moz-box-shadow:0 4px 20px rgba(0,0,0,0.4);
	-ms-box-shadow:0 4px 20px rgba(0,0,0,0.4);
	box-shadow:0 4px 20px rgba(0,0,0,0.4);
	border-color:#fff;
	}

.switcher-wrap a.next,.switcher-wrap a.prev{
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	border-radius:100%;
	position:absolute;
	width:50px;
	height:50px;
	top:50%;
	margin-top:-25px;
	bottom:0;
	left:0;
	background:url(../img/sprites.png) no-repeat 16px 12px;
	z-index:1000;
	-webkit-transition:background-color 300ms linear;
	-moz-transition:background-color 300ms linear;
	-o-transition:background-color 300ms linear;
	-ms-transition:background-color 300ms linear;
	transition:background-color 300ms linear;
	}
	
.switcher-wrap a.next:hover,.switcher-wrap a.prev:hover{
	background-color:rgba(16,175,139,0.1);
	}
	
.switcher-wrap a.prev{
	right:0;
	left:auto;
	background-position:-63px 12px;
	}
	
.switcher-wrap ul.switcher{
	text-align:center;
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	}
	
.switcher-wrap ul.switcher li{
	display:inline-block;
	padding:2px;
	border:1px solid #0e88ce;
	border-radius:100%;
	margin:0 4px;
	}
	
.switcher-wrap ul.switcher li a{
	display:block;
	width:14px;
	height:14px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-ms-border-radius:100%;
	border-radius:100%;
	-o-transition:background 0.30s ease-in-out;
	-webkit-transition:background 0.30s ease-in-out;
	-moz-transition:background 0.30s ease-in-out;
	transition:background 0.30s ease-in-out;
	}
	
.switcher-wrap ul.switcher li a:hover,.switcher-wrap ul.switcher li.active a{
	background:#0e88ce;
	}
	
.switcher-wrap ul.switcher li:last-child{
	margin-right:0;
	}
	
	
	
	
	
#index11{
    width: 100%;
    height: 257px;
    margin-top: 35px;
	}
	
#index11_icon{
	width:100%;
	height:150px;
	margin-top:30px;
	}
	
.index11_icon_box{
	display:block;
	width:351px;
	height:145px;
	float:left;
	}
	
.box1{
	background:url(../img/icon1.png) no-repeat;
	}
	
.box2{
	background:url(../img/icon2.png) no-repeat;
	margin-left: 23px;
	}
	
.box3{
	background:url(../img/icon3.png) no-repeat;
	float:right;
	}
	
#index11_c{
	width:100%;
	height:190px;
	margin-top:35px;
	}
	
.hj_img11{
	width:280px;
	height:185px;
	margin-right:30px;
	}

/*********** INDEX MAIN *************/








/*********** SIDEBAR *************/

.sidebar_t_title{
    width: 100%;
    text-align: center;
    height: 53px;
    padding-top: 7px;
    line-height: 24px;
    background: #0066a9;
    color: #FFF;
    font-size: 18px;
	}
	
.sidebar_t_title span{
	display: block;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
	}
	
.sidebar_t_c{
	padding: 15px;
    background: #f2f2f2;
	}
	
.sidebar_t_c a{
    display: block;
    font-size: 14px;
    color: #000000;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 10px;
    text-indent: 50px;
	}
	
.sidebar_t_c a span{
	float:right;
	}
	
.sidebar_t_c a:hover{
	background:#0066a9;
	color:#FFF;
	font-weight:bold;
	border-bottom:1px #FFF dashed;
	text-indent:65px;
	}
	
.sidebar_b_c{
	padding: 30px 15px;
    background: #f2f2f2;
    font-size: 14px;
    color: #000;
    line-height: 30px;
    margin-bottom: 30px;
	}
	
.sidebar_b_c a{
	color:#000;
	}

/*********** SIDEBAR *************/








/*********** 内页 *************/

.main{
    overflow: hidden;
    width: 1100px;
    margin: 0px auto;
    margin-top: 30px;
	}
	
.article{
	overflow: hidden;
    margin-bottom: 12px;
    width: 100%;
	}
	
.title{
    margin: 0px;
    padding: 0px;
    height: 60px;
    line-height: 60px;
    background: url(../img/title_bg.png) repeat-x;
    margin-bottom: 20px;
    font-size: 30px;
    color: #000;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 60px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.article p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}

#allmap p{line-height:26px;margin:10px; font-size:12px;}


/*********** 内页 *************/



.page{
	margin: 20px 0px;
    text-align: right;
    font-size: 12px;
	}

.page a{
	display: inline-block;
    height: 18px;
    line-height: 18px;
    border: 1px solid #0066a9;
    padding: 3px 4px;
    font-size: 12px;
    color: #000;
	}

.page a:hover{background:#0066a9;color:#fff;border:none;height:18px;line-height:18px;padding:3px 4px;border: 1px solid #0066a9;}

.current {
	padding: 4px 9px;
    height: 18px;
    line-height: 18px;
    background: #0066a9;
    color: #fff;
    font-size: 12px;
	}

/***************global*****************/

.pro{
	padding:0px;
	margin:0px;
	}
	
.pro a{
	width: 234px;
    height: 220px;
    float: left;
    display: block;
    border: 1px #ccc dashed;
    padding: 5px;
    text-align: center;
    line-height: 24px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 10px 10px;
	}
	
.pro a img{
    width: 234px;
    height: 185px;
	}

.pro a:hover{
	background:#0066a9;
	color:#FFF;
	border:1px #FFF dashed;
	}

/*************index&goods**************/

.news{
	margin-left: 0px;
    padding: 0px;
	}
	
.neiye_news{
	display: block;
    height: 145px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 15px;
    margin-bottom: 15px;
	overflow:hidden;
	}
	
.neiye_news_l{
	width: 230px;
    text-align: center;
    float: left;
	height:145px;
    overflow: hidden;
	}
	
.neiye_news_l img{
	height:100%;
	margin:0px auto;
	}
	
.neiye_news_r{
    width: 540px;
    float: right;
    font-size: 13px;
    color: #000000;
    line-height: 26px;
	}
	
.neiye_news_r span{
	display: block;
    background: #0066a9;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-indent: 20px;
    margin-bottom: 10px;
	}

/****************news*****************/

.news_title{color:#da020d;text-align:center;line-height:40px;}

.meta{color:#999;text-align:center;line-height:28px;}

/***********news_info**************/

.jobs li{overflow:hidden;margin:23px 18px 28px 28px;padding-bottom:27px;border-bottom:1px dotted #cdcdcd;}

.jobs a{position:relative;top:-150px;background-position:0 -301px;float:right;width:71px;height:34px;color:#fff;text-align:center;line-height:34px;}

.jobs strong{color:#da020d;}

.jobs p{/*margin:6px 0 -134px 156px;*/line-height:35px;}

/***************jobs***************/

.pro_info .rel_center{margin:23px 0 6px;margin-left:-145px;padding:3px;width:290px;height:216px;border:1px solid #dcdcdc;}

.pro_info p{margin:20px 30px 30px 33px;}

.pro_name{display:block;color:#da020d;text-align:center;}

.info_title{
	margin: 20px 0px;
    width: 100%;
    height: 30px;
    background: #ececec;
	}

.info_title b{
	display: inline-block;
    padding-left: 10px;
    height: 100%;
    border-right: 1px solid #fff;
    background: #0066a9;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: normal;
	}

.info_title a{margin:8px;width:15px;height:15px;background-position:0 -426px;}

/********goods_info&jobs_info*******/

.order{margin:40px 0 120px 46px;line-height:40px;}

.order img{vertical-align:-5px;cursor:pointer;}

.order input{padding:0 3px;}

.order textarea{padding: 3px;}

#submit{width:90px;height:34px;border:none;background-position:0px -366px;color:#fff;cursor:pointer;}

/**************order&message********/

#banner{position:relative;height: 300px;overflow:hidden;}

#banner li {float:left;}

.banner .dots li.active {

background: #fff;

opacity: 1;

}

.banner .dots li {

display: inline-block;

width: 10px;

height: 10px;

margin: 0 4px;

text-indent: -999em;

border: 2px solid #fff;

border-radius: 6px;

cursor: pointer;

opacity: .4;

-webkit-transition: background .5s, opacity .5s;

-moz-transition: background .5s, opacity .5s;

transition: background .5s, opacity .5s;

}



/*sitemap*/

.mesmore{margin-top:5px;}

.mesmore:hover{color:#da020d;text-decoration:underline;}



.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}

.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}

.m2{ margin-left:20px; margin-top:20px; line-height:25px;}

.m2 span{ font-size:14px; font-weight:bold;}

.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;}

.m2t ul{}

.m2t ul li{ list-style-type:none; float:left; width:150px;}

.m2t ul li a:hover{ color:red}



.f{ float:right; margin-right:10px; _margin-top:7px;}



/*上一页_下一页*/

#prev_next{
    margin: 20px auto;
    padding: 0px;
    clear: both;
    overflow: hidden;
    font-size: 12px;
	}

#prev_next li{margin: 5px 0;}


#prev_next li a{ color:#000;}

/*.map dt{float:right;display:inline;border:1px solid #666;margin-top:10px;z-index:101;border-bottom:1px solid #f0f0f0;}

.map dd{position:absolute;z-index:100;top:31px;left:-65px;background:#f0f0f0;border:1px solid #666;width:135px;*width:145px;}

.map ul{padding-left:10px;line-height:25px;overflow:hidden;zoom:1;font-size:12px;}

.map li{float:left;margin:0 5px;}*/

/*2017-7-17 update */



.hzhb{
	color: #000;
}


