html,body{
	margin:0;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
}
/* 悬浮层css start*/
.rightFixed{
	width: 60px;
	position: fixed;
	height: 310px;
	right: 18px;
	bottom: 100px;
	z-index: 10;
}
.fixedItem{
	display: block;
	width: 60px;
	height:58px;
	background: #F9F9F9;
	box-sizing: border-box;
	padding-top: 5px;
	border-radius: 4px;
	margin-top: 3px;
}
.rightFixed  .fixedItem .icon{
	width: 26px;
	height: 26px;
	margin: 0 auto;
}
#visual .vis1 .pointer1{
	color: #fff;
}
.fixedItem:hover,.activeFixed{
	background: #C60018;
}
.fixedItem:hover .fixedTxt,.activeFixed .fixedTxt{
	color: #fff;
}
.icon1{
	background: url(/static/pc/img/ksbm.png) no-repeat;
	background-size: contain;
}
.icon2{
	background: url(/static/pc/img/bktj_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon2{
	background: url(/static/pc/img/bktj_ico.png) no-repeat;
	background-size: contain;
}
.icon3{
	background: url(/static/pc/img/ksdg_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon3{
	background: url(/static/pc/img/ksdg_ico.png) no-repeat;
	background-size: contain;
}
.icon4{
	background: url(/static/pc/img/zxkf_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon4{
	background: url(/static/pc/img/zxkf_ico.png) no-repeat;
	background-size: contain;
}
.icon5{
	background: url(/static/pc/img/fhdb_ico1.png) no-repeat;
	background-size: contain;
}
.fixedItem:hover .icon5{
	background: url(/static/pc/img/fhdb_ico.png) no-repeat;
	background-size: contain;
}
.fixedTxt{
	text-align: center;
	color: #333333;
}
/* 悬浮层css end*/

.right_corner_brand {
	font-size:10px;
	position:relative;
	right:-20px;
	top:-35px;
}

/*cda价值*/
.valueBox{
	width: 880px;
}
.value_list li{
	float: left;
	width: 430px;
	height: 223px;
	position: relative;
}
.value_list li img{
	width: 430px;
	height: 223px;
}
.value_list li:nth-child(1),.value_list li:nth-child(2){
	margin-bottom: 20px;
}
.value_list li:nth-child(even){
	float: right;
}
.vl_txt{
	position: absolute;
	display: table;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0 65px;
	box-sizing: border-box;
}
.vl_txt_cell{
	display: table-cell;
	vertical-align: middle;
	color: #FFFFFF;
	cursor: default;
}
.vl_txt_cell a{
	color: #FFFFFF;
}
.vl_txt_cell h3{
	font-size: 20px;
	line-height: 42px;
	text-align: center;
	margin-bottom: 10px;
}
.vl_txt_cell p{
	font-size: 16px;
	line-height: 22px;
	display: none;
}
.showP p{
	display: block;
}
/*cda价值*/