html {
	overflow-y: scroll;
	background: #FFFFFF;

}

body{
	width: 1200px;
	height: -moz-calc(120);
    margin: auto;
	padding:auto;
}
a{text-decoration:none;	color: white;text-align: center;blr:expression(this.onFocus=this.blur())}
/*首部*/
.header {
	width:1200px;
	height:180px;
	max-height:180px;
	position: relative;	
	display: block;
}


.header  .h_logo img{
	float: left;
	width: 1200px;
	height: 180px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	display: block;
	color:white;
	font-size:24pt;
	font-family: "微软雅黑",solid ;
	text-align: center;
	
   
}

/*导航条*/
.nav{
	width:1200px;
	height: 45px;
    margin: 0px;
    padding: 0px;
	text-align:center;
	position:relative;
	background:#004080 repeat-x;
	float:left;
	z-index:10000;
}
.nav a{text-decoration:none;	color: white;text-align: center;blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
.nav a:hover{text-decoration:none;color:red;text-align: center;blr:expression(this.onFocus=this.blur())}
ul,li,ol{list-style:none;}
/*nav-main*/
ul.nav-main{
	width:1200px;
	height:45px;

	font-size:18px;
	list-style-type:none;
	color: white;
	font-weight:bold;
	font-family:"宋体";
	list-style: none;
	text-decoration: none;
	}
/*ul.nav-main  span{
	display:inline-block;
	margin-left:18px;
	width:12px;
	height:9px;
	background:url(../img/sj1.png) no-repeat center center;
	 }*/

/*图标向上旋转*/
.hover-up{transition-duration:.5s;transform:rotate(180deg);-webkit-transform:rotate(180deg);}
/*图标向下旋转*/
.hover-down{transition-duration:.5s;transform:rotate(0);-webkit-transform:rotate(0);}
/*导航条设置*/
ul.nav-main>li{width:125px;height:28px;display:block;float:left;color:#fff;cursor:pointer;}
ul.nav-main>li:hover{background:#fff;color:#be4355;}
ul.nav-main>li:hover span{
	background:url(../img/sg3.jpg)  no-repeat center center; 
    z-index:1000;}
/*隐藏盒子设置*/
div.hidden-box{
	width:125px;
	position:absolute;
	display:none;
	background:#315565 url(../img/sj2.png) no-repeat  top center;
	top:45px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
	font-size:16px;	
	color: white;
	font-weight:bold;
	font-family:"宋体";
	list-style: none;
	text-decoration: none;
	}
.hidden-box>ul{
    padding-left: 0px;
	color:#fff;
	cursor:pointer; 
	text-align: center;
	}
.hidden-box>ul li{

	line-height:30px; 
	height:30px; 
	font-weight:500;	
	text-align: center;
	list-style: none;
	text-decoration: none;
	}
.hidden-box li:hover{
	text-align: center;
	list-style: none;
	text-decoration: none;
	background:#643519;
	color:#fff;}

/*隐藏盒子位置设置*/
.hidden-loc-box1{left:166px}
.hidden-loc-box2{left:290px}
.hidden-loc-box3{left:415px}
.hidden-loc-box4{left:540px}
.hidden-loc-box5{left:665px}
.hidden-loc-box55{left:790px}
.hidden-loc-box6{left:915px}

/*主体*/

.c_content {
	width: 1200px;
	min-height: 800px;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	display: block;
}

.c_content .con_left {
	width: 220px;
	height: auto;
	min-height: 800px;
	float: left;
	text-align: center;
}

.c_content .con_left .lanmu {
	width: 220px;
	height: 52px;
	margin-top: 20px;
	background: #004080;
	border-bottom: 1px solid mediumblue;
	display: block;
	float: left;

}


.c_content .con_left .lanmu h2 {
	font-size: 20px;
	box-sizing: border-box;
	letter-spacing: 5px;
	color: #fff;
	text-align: center;
}
.c_content .con_left .left_nav{
	width: 220px;
	height: auto;
	background:#004080;
	float: left;
	display: block;
        text-decoration:none;
        list-style:none;

}
.c_content .con_left .left_nav ul {
	background: #73C0EE;
        text-decoration:none;
        list-style:none;
}
.c_content .con_left .left-nav li .active{
        text-decoration:none;
        list-style:none;
	background: url(../img/li.gif) center center no-repeat;
}

.c_content .con_left .left-nav li{
	line-height: 35px;
	text-align: center;
	font-size: 15px;
        text-decoration:none;
        list-style:none;
	background: url(../img/li.gif) center center no-repeat;
}

.c_content .con_left .left-nav li:hover{
        text-decoration:none;
        list-style:none;
	background: url(../img/li.gif) center center no-repeat;
}

.c_content .con_left .left_nav li a {
	display: block;
	font-size: 12px;
	padding: 13px 0 13px 56px;
	letter-spacing: 3px;
	color: #FFFFFF;
	background: url(../img/qd.jpg) no-repeat center left 30px;
        text-decoration:none;
        list-style:none;
}

.c_content .con_left .left_nav li a:hover {
	text-indent: 15px;
	font-size: 14px;
	color: #0E92DD;
	background: url(../img/qd.jpg) no-repeat center left 45px;
	transition: all 0.5s ease;
        text-decoration:none;
        list-style:none;
}

.c_content .con_right {
	width: 880px;
	float: right;
	min-height: 800px;
}

.c_content .con_right .location {
	width: 900px;
	margin-right: 10px;
	float: right;
	height: 72px;
	border-bottom: 2px solid #0E92DD;
}

.c_content .con_right .location .l_con {
	float: right;
	height: 45px;
	line-height: 45px;
	background: url(../img/location_tb.png) center left no-repeat;
	text-indent: 20px;
	font-size: 11pt;
        margin-top: 18px;
}

.c_content .con_right .right_con {
	float: right;
	width: 880px;
	margin-right: 20px;
	min-height: 750px;
}



/*底部*/
.footer {
	width:1200px;
	height:100px;
    
}

.footer  p {
	float: left;
	width: 1200px;
	height:97px;
	display: block;
	color:white;
	font-size:12pt;
	font-family: "微软雅黑",solid ;
	text-align: center;
	padding-top: 10px;
    background: url(../img/dt_back.jpg) no-repeat;
}

.yqlj{
	float: left;
	width: 1200px;
	height:60px;
	display: block;
	color:white;
	font-size:16pt;
	font-family: "微软雅黑",solid ;
	text-align: center;
	border-top: dotted;
	border-top-color: blue;
        padding-top: 6px;


}

.yqlj_logo{
	float: left;
	width: 150px;
	height:60px;
	display: block;
	color:black;
	font-size:16pt;
	font-family: "微软雅黑",solid ;
	text-align: center;
        margin-top:10px;

}

.yqlj_img{
    float: left;
    width:64px;
    height: 40px;
}

.yqlj a{
	float: left;
	width: 350px;
	height:30px;
	display: block;
	color:blue;
	font-size:14pt;
	font-family: "微软雅黑",solid ;
	text-align: center;
    text-decoration:none;
}
.yqlj a:hover{
	float: left;
	width: 350px;
	height:30px;
	display: block;
	color:red;
	font-size:14pt;
	font-family: "微软雅黑",solid ;
	text-align: center;
    text-decoration:none;
}