/*
 * 主体部分
 */
body,html{
	width:1202px;
	height:601px;
	overflow: hidden;
	margin: 0;
	padding: 0px;
	-webkit-text-size-adjust:none;
}
.container_html{
	/*width:1200px;
	height:600px;*/
}

/*
 * MENU部分
 */
.menuSelected{
	color:#01d9ee;
	text-decoration: underline;
	font-weight: bolder;
	letter-spacing: 3px;
}
.menu{
	background-image: url('./../img/menu/bg.png');
	background-size:  100% 100%;
	background-repeat: no-repeat;
	color:#ffffff;
	font-size:20px;
	font-family: "微软雅黑";
	padding-left: 30px;		/*设计没有*/
	padding-top:5px;		/*设计没有*/
	padding-bottom: 5px;	/*设计没有*/
	height:40px;			/*设计没有*/
	line-height: 40px;		/*设计没有*/
	letter-spacing: 2px;   	/*设计没有*/
}
.menu a:not(.menuSelected){
	text-decoration: none;
	color:#FFFFFF;
}
.menu a:hover{
	color:#00FFFF;
	cursor: pointer;
	cursor: -ms-pointer;
}

/*
 * content 部分
 */
.content{
	height:560px;
	width:1202px;
	background-image: url('./../img/main/bg.png');
	background-size: auto;
	background-repeat: repeat;
}

/*
 * Map部分
 */
#c_map_title{
	left:391px;
	top:69px;
	position: absolute;
	width:406px;
	height:27px;
	background-image: url('./../img/center/title_bg.png');
	background-size: auto;
	background-repeat: no-repeat;
	text-align: center;
	font-family: "微软雅黑";
	font-size:17px;
	color:#FFFFFF;
	z-index: 15;
}

.map{
	width:616px;
	height:383px;
	background-image: url('./../img/center/map.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	left: 258px;
	top: 75px;
	z-index:  1;
}	

.mapPoint{
	height:45px;			/*设计没有*/
	width:45px;				/*设计没有*/
	text-align: center;		/*设计没有*/
	vertical-align: middle;	/*设计没有*/
	position: absolute;
	line-height:45px;		/*设计没有*/
	font-family: arial;
	font-size: 18px;		/*设计没有*/
}

.pointSelect{
	background-image: url('./../img/center/dian-select.png') ;
	background-size:auto;
	background-repeat: no-repeat;
	z-index: 15;
	width:44px;
	height:44px;
	
}
.pointUnselect{
	width:44px;
	height:44px;
	background-image: url('./../img/center/dian-unselect.png');
	background-size:auto;
	background-repeat: no-repeat;
	z-index: 15;
}

#pointA{
	left:230px;
	top:150px;
}
#pointB{
	left:350px;
	top:68px;
}
#pointC{
	left:460px;
	top:210px;
}
#pointD{
	left:395px;
	top:130px;	
}
#pointE{
	left:480px;
	top:60px;	
}
#pointF{
	left:530px;
	top:295px;	
}



/*
 * BigFrame部分
 */
.c_big{
	height:172px;
	width:318px;
	background-image: url('./../img/bframe/bg.png');
	background-size: 100% 100%;
	position: absolute;
	z-index: 15;
}

.c_big_title{
	width:300px;
	height:23px;
	margin-left:9px; 		/*设计没有*/
	margin-right:9px;		/*设计没有*/
	margin-top:3px;			/*设计没有*/
	margin-bottom: 3px;		/*设计没有*/
	background-image:url('./../img/bframe/title_bg.png');
	background-size: auto;
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	font-family: "微软雅黑";
}

.c_big_chart{
	width:318px;
	height:145px;
	line-height:145px;
	text-align: center;
}


#c_big_div1{
	left:18px;
	top:69px;
}
#c_big_div2{
	left:18px;
	top:256px;
}
#c_big_div3{	
	left:852px;
	top:69px;
}
#c_big_div4{
	left:852px;
	top:256px;	
}

/*
 * CenterFrame部分
 */

.c_c{
	height:111px;
	width:160px;
	/*background-image: url('./../img/cframe/bg.png');*/
	/*background-size: 100% 100%;*/
	position: absolute;
	z-index: 15;
	background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #c4c2a2;
}

.c_c_title{
	margin-top:12px;
	/*margin-bottom: 8px;*/
	font-size: 14px;
	color:#000000;
	font-family:"黑体";
	text-align: center;
	/*height:10px;
	line-height: 10px;*/
}

.c_c_chart{
	width:80px;
	height:80px;	
}

#c_c_div{
	left:346px;
	top:317px;
}
.c_c_co_div{
	/*display: flex;*/	
	display: -webkit-flex;
}

#c_c_chart1{
	left:0px;
	top:0px;
}

#c_c_chart2{
	left:0px;
	top:0px;
}

/*
 * SmallFrame部分
 */
.c_small{
	height:137px;
	width:284px;
	background-image: url('./../img/sframe/bg.png');
	background-size: 100% 100%;
	position: absolute;
	z-index: 15;
}

.c_small_title{
	width:264px;
	height:23px;
	margin-left:9px; 		/*设计没有*/
	margin-right:9px;		/*设计没有*/
	margin-top:3px;			/*设计没有*/
	margin-bottom: 3px;		/*设计没有*/
	background-image:url('./../img/sframe/title_bg.png');
	background-size: auto;
	text-align: center;
	font-size: 15px;
	color:#ffffff;
	font-family: "微软雅黑";
}

.c_small_chart{
	width:284px;
	height:108px;	
}


#c_small_div1{
	left:18px;
	top:446px;
}
#c_small_div2{
	left:308px;
	top:446px;
}
#c_small_div3{	
	left:598px;
	top:446px;
}
#c_small_div4{
	left:886px;
	top:446px;
}

/*
 * Bottom部分
 */

/*
 * 在线部分
 */
.zx {
	height:108px;
	position:absolute;
	width:162px;
	line-height: 108px;	
	z-index: 5;
	padding-left:25px;
	padding-right:25px;
	padding-top: 13px;
	padding-bottom: 8px;
	font-size:12px;
	color:#000000;
}

/*  只做预先参考 */

/*
 * 其他部分
 */

