body,html{ overflow-x:hidden;margin:0px; padding:0px;color:#333;text-align:justify;
font-family: "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;
}
ul,li{margin:0px; padding:0px; list-style:none;}
body{ overflow:hidden;}
ul,li,dir,h4,h3,p{ margin:0px; padding:0px;}
a{ text-decoration:none; color:#333;transition: all 0.3s linear;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}
a:hover{text-decoration:none;transition: all 0.3s linear; color:#0484cf;
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
}

img{border:none;}
.clear{clear:both;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#fff;}
::-webkit-scrollbar{width:8px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:#0484cf;}
::-webkit-scrollbar-thumb:hover{background:#0484cf;}

::selection {
background:#0484cf;
color: #fff;
}




/*** header ***/

.header{
	width:100%;
	min-width: 1200px;
	background-color: #fff;
	box-shadow: 0 0 5px #a1a1a1;
	position:fixed;
	top: 0;
	z-index: 20;
}
.toplogo{
	width:35%;
	display: block;
	float: left;
}
.headerbox{
	width: 90%;
	min-width: 1180px;
	margin: 0 auto;
}
.headerbox .dh{
	float: right;
	}
.headerbox .dh span{
    font-size: 26px;
    color: #f00;
	font-weight: bold;}
.nav{
	height: 100px;
	float:right;
	margin-right:1%;
	}
.nav>ul{
	height: 100px;
	padding:0;
	margin:0;
	}
.nav>ul>li{
	float:left;
	width: 100px;
	line-height:30px;
	padding: 20px 0;
	position:relative;
	text-align: center;
}
.nav>ul>li>a{
	font-size:17px;
	letter-spacing:0px;
	color:#121212;
	/*font-weight:550;*/
	display: block;
	}
.nav>ul>li>b{
	width:5px;
	height:5px;
	border-radius:5px;
	background:#0956c3;
	position:absolute; left:50%; bottom:13px;
	margin-left:-2px;
	opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0; 
    -khtml-opacity:0;
    -webkit-opacity:0;
	}	
.nav>ul>li>ul{
	width:120px;
	position:absolute; top:100px; left:-30px;
	background:#fff;
	padding:20px;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
	display:none;
	-webkit-transition:top 0.4s ease 0.1s;
	-moz-transition:top 0.4s ease 0.1s;
	-ms-transition:top 0.4s ease 0.1s;
	-o-transition:top 0.4s ease 0.1s;	
	transition:top 0.4s ease 0.1s;
	}
.erjion{
	top:100px !important;
	}
.nav>ul>li>ul>li{
	line-height:24px;
	text-align:left;
	padding:5px 0;
	padding-left:30px;
	}
.nav>ul>li>ul>li>a{
	font-size:14px;
	color:#000;
	letter-spacing:1px;
	}
.nav>ul>li>ul>li:hover>a{
	color: #0956c3;
}
.erji_line{
	position:absolute; top:0; left:30px;
	width:1px;
	height:100%;
	background:#f4f4f4;
	}
.erji_line>span{
	width:1px;
	height:24px;
	background:#0956c3;
	position:absolute; top:25px; left:0;
	}




















