﻿@charset "utf-8";
/* CSS Document */

*{padding:0px;margin:0px;font:14px/24px "微软雅黑";}
img{border:0px;}
a{text-decoration:none;}
ul,li,ol{list-style:none;}

/*浮动 清除浮动*/
.fl{float:left;} .fr{float:right;} .clear{clear:both;}

/*大框架*/
.wbox1{width:100%;min-width:1000px;}   .w1000{width:1000px;margin:0px auto;} 
.wbox11{width:100%;min-width:1100px;}  .w1100{width:1100px;margin:0px auto;} 
.wbox12{width:100%;min-width:1200px;}  .w1200{width:1200px;margin:0px auto;}
.wbox_wap{width:100%;max-width:640px;}  

/*margin 外间距*/
.m10{margin:10px auto;} .m15{margin:15px auto;} .m20{margin:20px auto;} .m30{margin:30px auto;}
.m30{margin:30px auto;} .m35{margin:35px auto;} .m40{margin:40px auto;} .m45{margin:45px auto;}
.m50{margin:50px auto;} .m55{margin:55px auto;} .m60{margin:60px auto;} .m5{margin:5px auto;}

.mt5{margin-top:5px;} .mt10{margin-top:10px;} .mt15{margin-top:15px;} .mt20{margin-top:20px;}
.mt25{margin-top:25px;} .mt30{margin-top:30px;} .mt35{margin-top:35px;} .mt40{margin-top:40px;}
.mt45{margin-top:45px;} .mt50{margin-top:50px;} .mt55{margin-top:55px;} .mt60{margin-top:60px;}

/*padding 内间距*/
.p5{padding:5px 0px;} .p10{padding:10px 0px;} .p15{padding:15px 0px;} .p20{padding:20px 0px;} .p25{padding:25px 0px;}
.p30{padding:30px 0px;} .p35{padding:35px 0px;} .p40{padding:40px 0px;} .p45{padding:45px 0px;} .p50{padding:50px 0px;}
.p55{padding:55px 0px;} .p60{padding:60px 0px;} .p65{padding:65px 0px;} .p70{padding:70px 0px;} 

.pt5{padding-top:5px;} .pt10{padding-top:10px;} .pt15{padding-top:15px;} .pt20{padding-top:20px;} .pt25{padding-top:25px;}
.pt30{padding-top:30px;} .pt35{padding-top:35px;} .pt40{padding-top:40px;} .pt45{padding-top:45px;} .pt50{padding-top:50px;}
.pt55{padding-top:55px;} .pt60{padding-top:60px;} .pt65{padding-top:65px;} .pt70{padding-top:70px;}

/*定位*/
.relative{position:relative;}  
.absolute{ position: absolute;}  
.fix{position:fixed;}


.z1{z-index:1;} .z5{z-index:5;}  .z10{z-index:10;}  .z15{z-index:15;}  .z20{z-index:20;}
.z25{z-index:25;} .z30{z-index:30;}
.z100{z-index:100;} .z500{z-index:500;} .z1000{z-index:1000;} .z9999{z-index:9999;}

/*页码*/
.ym_box {
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 20px;
}
.ym_box a, .ym_box b {
	padding: 3px 10px;
	background: #f5f5f5;
	cursor: pointer;
	margin-left: 5px;
	/*font-size: #545454;*/
	text-align: center;
	color: #545454;
}
.ym_box b {
	background: #0063b8;
	color: #fff;
}
.c5 {
	width: 50%;
}
.c4 {
	width: 40%;
}
.c6 {
	width: 60%;
}
/*隐藏*/
.hidden{display:none;} .overhidden{overflow:hidden;} .block{display:block;}

/*百分比*/
.c1{width:10%;} .c2{width:20%;} .c3{width:30%;} .c4{width:40%;} .c5{width:50%;} .c6{width:60%;} .c7{width:70%;}
.c8{width:80%;} .c9{width:90%;}

/*body*/

html,body{
	width:100%;
	max-width:640px;
	margin:0px auto;
	overflow-x:hidden;
	position:relative;
	background:#eeeeee;
}


/*index*/

.clogo_box{
	height:55px;
	background:#fff;
}
.clogo_img {
	height:55px;
}
.clogo_img img{
	display: block;
    max-width: 100%;
    max-height: 76%;
    position: relative;
    left: 5px;
    top: 5px;
}
.clogo_list img{
	display:block;
	width:32px;
	height:32px;
	float:right;
	margin-right:5px;
	margin-top:9px;
}

/*头部列表*/
.clogo_navlist{
	top:50px;
	width:120px;
	background:#666;
	right:-120px;
	opacity:0;
	overflow-x:hidden;
}
.clogo_navlist a{
	display:block;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#fff;
	border-bottom:1px solid #999;
	font-size:12px;
}


.slider{
	display:none;
}

.focus span{
	width:10px;
	height:10px;
	margin-right:
	10px;border-radius:50%;
	background:#666;
	font-size:0;
}
.focus span.current{
	background:#fff;
}


.cnav_box{
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
.cnav_box ul li{
	width: 33.33%;
	float: left;
	margin-bottom: 20px;
}
.cnav_box ul li a img{
	display: block;
	margin-bottom: 10px;
	margin: 5px auto;
}
.cnav_box ul li a p{
	color: #666;
	font-size: 16px;
	display: block;
	text-align: center;
}

.cpro_box{
	width: 100%;
	background: #fff;
}

.m_title{
	width: 96%;
	margin: 0px auto;
	border-bottom: 4px solid #2b8f47;
	padding: 20px 0 0px 0;
}
.m_title span{
	display: block;
	width: 110px;
	height: 30px;
	float: left;
	background: #2b8f47;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.m_title a{
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: #2b8f47;
	text-align: center;
	color: #fff;
	float: right;
	border-radius: 6px;
	margin-top: 5px;
}

.cpro_con ul{
	padding:0 10px;
}
.cpro_con ul li{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
}
.cpro_con ul li:nth-child(2n){
	margin-right:0 !important;
}
.cpro_con ul li a img{
	width: 100%;
	height: auto;
}
.cpro_con ul li a p{
	text-align: center;
	color: #666;
	background: #eee;
	line-height: 30px;
}


.cnews_box{
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}

.cnews_pic{
	width: 130px;
}
.cnews_pic img{
	width: 100%
}
.cnews_con {
	padding: 10px;
}
.cnews_txt ul li{
	margin-bottom:10px;
}
.cnews_txt ul li a{
	color: #666;
}
.cnews_txt ul li a p{
	width:173px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.cnews_txt ul li a span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #2b8f47;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 6px;
}
.cnews_txt ul li a small{
	font-size: 10px;
}


.cfoot_box {
	background: #454545;
	padding-bottom: 60px;
	padding-top:10px;
}
.cfoot_box p, .cfoot_box p a {
	width: 96%;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	margin: 0px auto;
	display: block;
	text-align: center;
}
.cfoot_dh {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 1000;
    height: 60px;
    background-color: #2c2c2c;
    overflow: hidden;
}
.cfoot_dh a.cfoot_dh_nav01 {
    background: url(../images/dbsy.png) no-repeat center 3px;
    background-size: 25px;
}
.cfoot_dh a {
    display: block;
    width: 25%;
    height: 49px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    float: left;
}
.cfoot_dh a.cfoot_dh_nav02 {
    background: url(../images/dbdh.png) no-repeat center 3px;
    background-size: 25px;
}
.cfoot_dh a.cfoot_dh_nav02 {
    background: url(../images/dbdh.png) no-repeat center 3px;
    background-size: 25px;
}
.cfoot_dh a.cfoot_dh_nav03 {
    background: url(../images/dbqq.png) no-repeat center 3px;
    background-size: 25px;
}
.cfoot_dh a.cfoot_dh_nav04 {
    background: url(../images/dblx.png) no-repeat center 3px;
    background-size: 25px;
}



/*about*/

.cnav_more ul{
	with:100%;
	margin: 20px auto;
	display: block;
	padding-left: 1.3%;
}
.cnav_more ul li a{
	width: 32%;
	float: left;
	height: 40px;
	line-height: 40px;
	background: #fff;
	color: #666;
	text-align: center;
	margin-right: 1.333%;
	box-shadow: 0px 0px 15px #ccc;
	margin-bottom: 10px;
}
.cnav_more ul li a:nth-child(3n){
	margin-right: 0 !important;
}
.cnav_more ul li a:hover{
	background: #0063b8;
	color: #fff;
}

.cson_con{
	width: 96%;
	background: #fff;
	margin: 20px auto;clear:both;
}

.cabout_more{
	padding: 20px;
}
.cabout_more p{
	color: #666;
	line-height: 30px;
}
.cabout_more p img{
	width: 100%;
	margin-top: 20px;
}


/*news*/
.cnews_more{
	padding:20px;
}
.cnews_more ul li{
	margin-bottom:10px;
}
.cnews_more ul li a{
	color: #666;
}
.cnews_more ul li a p{
	width:76%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.cnews_more ul li a span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0063b8;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 6px;
}
.cnews_more ul li a small{
	font-size: 10px;
}




/*news_more*/

.m_new_mcon{
	padding:20px;
}

.m_n_m_titl{
	width:98%;
	margin:0 auto;
	padding:15px 0;
}
.m_n_m_titl h3{
	font-size: 16px;
    padding-top: 10px;
    font-weight: 700;
    color: #323232;
	text-align: center;
}
.m_n_m_titl p{
	border-bottom: 1px solid #d1d1d1;
    padding-bottom: 5px;
	text-align: center;
	line-height: 32px;
}
.m_n_m_titl p span{
	color: #999;
    margin-right: 10px;
    font-size: 12px;
}
.m_n_m_txt{
	width:98%;
	margin:0 auto;
	padding-bottom:15px;
}
.m_n_m_txt img{
	width:100%;
	height:100%;
	margin:0 auto;
}
.m_n_m_txt p{
	color:#555555;
	line-height:30px;
	text-indent:20px;
}


/*product_more*/

.cpro_top{
	padding: 20px 0;
}
.cpro_top h3{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 10px 0;
}
.cpro_top img{
	display: block;
	width:100%;
	margin: 0 auto;
}
.cpro_top p{
	color: #666;
	line-height: 30px;
	padding: 20px;
}
.cpro_top a{
	display: block;
	width: 50%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #2b8f47;
	border-radius: 8px;
	text-align: center;
}

.cpro_xq{
	width: 96%;
	margin: 0 auto;
}
.xq_tt h4{
	display: block;
	font-size: 16px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	color: #2b8f47;
	background: url(../images/ico01.png) no-repeat center left;
	height: 25px;
	padding-left: 30px;
}

.xq_con{
	padding: 10px 0;
}
.xq_con p{
	color: #666;
	line-height: 32px;
}
.xq_con p img{
	width: 100%;
}


/*ebook*/

.lx_ly{
	width:96%;
	margin:10px auto;
}
.lx_ly form{
	padding:20px 0;
}
.lx_ly  ul {
	width:96%;
	margin:0px auto;
}
.lx_ly  ul li{
	width:100%;
	margin-bottom:6px;
}
.lx_ly  ul li span{
	display:block;
	font-size:14px;
	margin-bottom:5px;
	color:#545454;
}
.lx_ly  ul li input{
	width:100%;
	height:30px;
	border:2px solid #f0f0f0;
}
.lx_ly  ul li textarea{
	width:100%;
	height:120px;
	line-height:24px;
	border:2px solid #f0f0f0;
}
.lx_ly  ul li.tj input{
	text-align:center;
	background:#2b8f47;
	color:#fff;
	border:0px;
}
.lx_ly{
	margn-bottom:10px;
}


/*contact*/

.ccont_box{
	padding: 20px;
}
.cson_pic img{
	width: 100%;
}

.cont_tit h1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #0063b8;
	text-align: center;
	border-radius: 4px;
}
.cont_tit h1 a{
	color: #fff;
}

.lx_con ul {
	margin-top: 20px;
}
.lx_con ul li.name{
	font-size:20px;
	font-weight: bold;
	color: #0063b8;
}
.lx_con ul li{
	color: #666;
	line-height: 30px;
}

.product_more{
	width: 98%;
	max-width: 640px;
	margin: 0 auto;
	background-color: #fff;
}
.product_more .p-1{
	width: 98%;
	margin: 0 auto;
}
.product_more .p-1 img{
	width: 100%;
}
.p-3{
	width: 100%;
	border-radius: 3px;
	background-color: #0063b8;
}
.p-3 span{
	color: white;
	font-size:28px;
	display: inline-block;
	line-height: 50px;
	margin-left: 10px;
}
.p-4{
	color: #0063b8;
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
}
.p-5{
	font-size: 18px;
	margin-left: 10px;
	line-height: 50px;
}
.p-6 img{
	width: 40px !important;
	height: 40px;
}
.p-6 span{
	color: #0063b8;
	font-size: 30px;
	position: relative;
	top:-8px;
}




/*index*/
@charset "utf-8";
/* CSS Document */

*{padding:0px;margin:0px;font:14px/24px "微软雅黑";}
img{border:0px;}
a{text-decoration:none;}
ul,li,ol{list-style:none;}

/*浮动 清除浮动*/
.fl{float:left;} .fr{float:right;} .clear{clear:both;}

/*大框架*/
.wbox1{width:100%;min-width:1000px;}   .w1000{width:1000px;margin:0px auto;}
.wbox11{width:100%;min-width:1100px;}  .w1100{width:1100px;margin:0px auto;}
.wbox12{width:100%;min-width:1200px;}  .w1200{width:1200px;margin:0px auto;}
.wbox_wap{width:100%;max-width:640px;}

/*margin 外间距*/
.m10{margin:10px auto;} .m15{margin:15px auto;} .m20{margin:20px auto;} .m30{margin:30px auto;}
.m30{margin:30px auto;} .m35{margin:35px auto;} .m40{margin:40px auto;} .m45{margin:45px auto;}
.m50{margin:50px auto;} .m55{margin:55px auto;} .m60{margin:60px auto;} .m5{margin:5px auto;}

.mt5{margin-top:5px;} .mt10{margin-top:10px;} .mt15{margin-top:15px;} .mt20{margin-top:20px;}
.mt25{margin-top:25px;} .mt30{margin-top:30px;} .mt35{margin-top:35px;} .mt40{margin-top:40px;}
.mt45{margin-top:45px;} .mt50{margin-top:50px;} .mt55{margin-top:55px;} .mt60{margin-top:60px;}

/*padding 内间距*/
.p5{padding:5px 0px;} .p10{padding:10px 0px;} .p15{padding:15px 0px;} .p20{padding:20px 0px;} .p25{padding:25px 0px;}
.p30{padding:30px 0px;} .p35{padding:35px 0px;} .p40{padding:40px 0px;} .p45{padding:45px 0px;} .p50{padding:50px 0px;}
.p55{padding:55px 0px;} .p60{padding:60px 0px;} .p65{padding:65px 0px;} .p70{padding:70px 0px;}

.pt5{padding-top:5px;} .pt10{padding-top:10px;} .pt15{padding-top:15px;} .pt20{padding-top:20px;} .pt25{padding-top:25px;}
.pt30{padding-top:30px;} .pt35{padding-top:35px;} .pt40{padding-top:40px;} .pt45{padding-top:45px;} .pt50{padding-top:50px;}
.pt55{padding-top:55px;} .pt60{padding-top:60px;} .pt65{padding-top:65px;} .pt70{padding-top:70px;}

/*定位*/
.relative{position:relative;}
.absolute{ position: absolute;}
.fix{position:fixed;}


.z1{z-index:1;} .z5{z-index:5;}  .z10{z-index:10;}  .z15{z-index:15;}  .z20{z-index:20;}
.z25{z-index:25;} .z30{z-index:30;}
.z100{z-index:100;} .z500{z-index:500;} .z1000{z-index:1000;} .z9999{z-index:9999;}

/*页码*/
.ym_box {
	width: 100%;
	height: 30px;
	text-align: center;
	padding-top: 20px;
}
.ym_box a, .ym_box b {
	padding: 3px 10px;
	background: #f5f5f5;
	cursor: pointer;
	margin-left: 5px;
	/*font-size: #545454;*/
	text-align: center;
	color: #545454;
}
.ym_box b {
	background: #0063b8;
	color: #fff;
}
.c5 {
	width: 50%;
}
.c4 {
	width: 40%;
}
.c6 {
	width: 60%;
}
/*隐藏*/
.hidden{display:none;} .overhidden{overflow:hidden;} .block{display:block;}

/*百分比*/
.c1{width:10%;} .c2{width:20%;} .c3{width:30%;} .c4{width:40%;} .c5{width:50%;} .c6{width:60%;} .c7{width:70%;}
.c8{width:80%;} .c9{width:90%;}

/*body*/

html,body{
	width:100%;
	max-width:640px;
	margin:0px auto;
	overflow-x:hidden;
	position:relative;
	background:#eeeeee;
}


/*index*/

.clogo_box{
	height:55px;
	background:#fff;
}
.clogo_img {
	height:55px;
	width: auto;
}
.clogo_img img{
	display: block;
	max-width: 100%;
	max-height: 90%;
	position: relative;
	left: 5px;
	top: 5px;
}
.clogo_list img{
	display:block;
	width:32px;
	height:32px;
	float:right;
	margin-right:5px;
	margin-top:9px;
}

/*头部列表*/
.clogo_navlist{
	top:50px;
	width:120px;
	background:#666;
	right:-120px;
	opacity:0;
	overflow-x:hidden;
}
.clogo_navlist a{
	display:block;
	height:30px;
	line-height:30px;
	text-align: center;
	color:#fff;
	border-bottom:1px solid #999;
	font-size:12px;
}


.slider{
	display:none;
}

.focus span{
	width:10px;
	height:10px;
	margin-right:
			10px;border-radius:50%;
	background:#666;
	font-size:0;
}
.focus span.current{
	background:#fff;
}


.cnav_box{
	width: 100%;
	background: #fff;
	padding: 20px 0;
}
.cnav_box ul li{
	width: 25%;
	float: left;
	margin-bottom: 20px;
}
.cnav_box ul li a img{
	display: block;
	margin-bottom: 10px;
	margin: 5px auto;
}
.cnav_box ul li a p{
	color: #666;
	font-size: 14px;
	display: block;
	text-align: center;
}

.cpro_box{
	width: 100%;
	background: #fff;
}

.m_title{
	width: 96%;
	margin: 0px auto;
	border-bottom: 4px solid #0063b8;
	padding: 20px 0 0px 0;
}
.m_title span{
	display: block;
	width: 110px;
	height: 30px;
	float: left;
	background: #0063b8;
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
}
.m_title a{
	display: block;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: #0063b8;
	text-align: center;
	color: #fff;
	float: right;
	border-radius: 6px;
	margin-top: 5px;
}

.cpro_con p:nth-child(1){
	width: 35%;
	border-bottom: 3px solid #0063b8;
	/*margin: 0 auto;*/
	font-size: 16px;
	margin-left: 10px;
}

.cpro_con ul{
	padding:20px 10px;
}
.cpro_con ul li{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	box-shadow: #0063b8 0px 0px 5px 1px;
}
.cpro_con ul li:nth-child(2n){
	margin-right:0 !important;
}
.cpro_con ul li a img{
	width: 100%;
	height: 138px;
}
.cpro_con ul li a p{
	text-align: center;
	color: #666;
	background: #eee;
	line-height: 30px;
}


.cnews_box{
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}

.cnews_pic{
	width: 100px;
}
.cnews_pic img{
	width: 100%
}
.cnews_con {
	padding: 10px;
}
.cnews_txt ul li{
	margin-bottom:10px;
}
.cnews_txt ul li a{
	color: #666;
}
.cnews_txt ul li a p{
	width:173px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.cnews_txt ul li a span{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #0063b8;
	display: block;
	float: left;
	margin-top: 7px;
	margin-right: 6px;
}
.cnews_txt ul li a small{
	font-size: 10px;
}


.cfoot_box {
	background: #454545;
	padding-bottom: 60px;
	padding-top:10px;
	clear: both;
}
.cfoot_box p, .cfoot_box p a {
	width: 96%;
	color: #fff;
	line-height: 20px;
	font-size: 12px;
	margin: 0px auto;
	display: block;
	text-align: center;
}
.cfoot_dh {
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0;
	z-index: 1000;
	height: 60px;
	background-color: #2c2c2c;
	overflow: hidden;
}
.cfoot_dh a.cfoot_dh_nav01 {
	background: url(../images/dbsy.png) no-repeat center 3px;
	background-size: 25px;
}
.cfoot_dh a {
	display: block;
	width: 25%;
	height: 49px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	float: left;
}
.cfoot_dh a.cfoot_dh_nav02 {
	background: url(../images/dbdh.png) no-repeat center 3px;
	background-size: 25px;
}
.cfoot_dh a.cfoot_dh_nav02 {
	background: url(../images/dbdh.png) no-repeat center 3px;
	background-size: 25px;
}
.cfoot_dh a.cfoot_dh_nav03 {
	background: url(../images/dbqq.png) no-repeat center 3px;
	background-size: 25px;
}
.cfoot_dh a.cfoot_dh_nav04 {
	background: url(../images/dblx.png) no-repeat center 3px;
	background-size: 25px;
}



.about{
	width: 100%;
	height: 460px;
	background:#fff;
}
.about-1{
	width: 100%;
	height: 200px;
	background: url("../picture/ab_k.jpg") no-repeat;
	background-size: 100% 100%;
	margin: 10px auto;
	text-align: center;
}
.about-1 img{
	width: 72%;
	height: 155px;
	margin-top: 18px;
	padding-bottom: 45px;
}
.about-1 p{
	width: 96%;
	margin: 0 auto;
	color: #333333;
}

/*关于我们*/
.gywm{
	width: 100%;
	max-width: 640px;
	height: auto;
	margin-top: 20px;
}
.gywm a{
	display: inline-block;
	width: 20%;
	line-height: 40px;
	background-color: #fff;
	color: #666;
	text-align: center;
	margin-left: 3.7%;
	box-shadow: #666 0px 0px 10px;
}
/*.gywm a:nth-child(1){*/
/*	background-color: #0063b8;*/
/*	color: #fff;*/
/*}*/
.gywm a:hover{
	background-color: #0063b8;
	color: #fff;
}
.font{
	width: 94%;
	height: auto;
	margin: 2% auto;
	background-color: #fff;
}
.font-1{
	width: 96%;
	margin: 30px auto;
	color: #666;
	line-height: 60px;
	padding: 10px 10px;
}
.font-1 p:first-child{
	text-indent: 2em;
}
.font-1 img{
	width: 100%;
	margin-top: 20px;
}

html,body{margin:0 auto;padding:0;}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}