body{
	font:14px "Microsoft Yahei",Arial, sans-serif;
	width:100%;
	color:#666666;
	position:relative;
	background:#fafafa;
}
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
button, input, select, textarea {
    margin: 0;
    font-size: 100%;
    /*vertical-align: middle;*/
}
*{
	margin:0;
	padding:0;
}
a img,img{
	border:none;
}
.logo img{
 margin-left:17px;
margin-top:15px;
}
ul,li,ol{
	list-style:none;
}
input{
	outline:none;
}
.clear{
	clear:both;
}
a:link,a{
	text-decoration:none;
	color:#0555ae;
	outline:none;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

/******************导航通用*********************/
.banner {
	padding-top: 161px;
	max-width: 1600px;
	margin-bottom:30px;
        min-width:1210px;

}
.left {
	float: left;
	width: 230px;
	height: 310px;
}
.right {
	float: right;
	width: 950px;
}
.main {
	width: 1210px;
	margin: 0 auto;
	position:relative;
}
.left ul {
	height: 310px;
}
.left ul li {
	height: 63px;
	background-color: #edf4fd;
	line-height: 60px;
	border-top: 1px #0555ae solid;
	position:relative;
        cursor:pointer;
}
.left ul li img{
	margin-top: 10px;
	margin-left:40px;}
.left ul>:first-child {
	border: 0;
}
.left ul li {
}
.left ul li a {
	font-size: 16px;
	font-family: "微软雅黑";
	position: absolute;
	left: 95px;
	top: 2px;
}
.index_banner {
	background: url(/web/images/gongsikaikuang_03.png) no-repeat;
	height: 370px;
}
.on {
	background-color: #0555ae !important;
}
.on a {
	color: #ffffff !important;
}
.crumbs {
	width: 950px;
	height: 50px;
	background-color: #ffffff;
	filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9;/*其他，透明度50%*//**padding-top: 15px;**/
	margin-top: 2px;
}
span.crumbs_span {
	margin-top: 15px;
	display: inline-block;
	margin-left: 35px;
}
.crumbs a {
	filter: alpha(opacity=90); /*IE滤镜，透明度50%*/
	-moz-opacity: 0.9; /*Firefox私有，透明度50%*/
	opacity: 0.9;/*其他，透明度50%*/
	color:#666666;
	font-family:"微软雅黑";

}

.content {
	padding: 35px 35px;
	background-color: #ffffff;
	margin-top: 20px;
        
}
.content p {
	margin-top: 20px;
	color: #666666;
	line-height:25px;
    text-align:justify;
    text-justify: inter-ideograph;

}
.blue{
	color:#0555ae !important;}
.top{
	position:absolute;
	top:50%;
	right: 35px;}
	
/**footer**/
.footer {
    width: 100%;
    height:212px;
    min-width: 1210px;
	/*
    background: -webkit-linear-gradient(top, #015EB7, #1978D5 98%);
    background: -moz-linear-gradient(top, #015EB7, #1978D5 98%);
    background: -o-linear-gradient(top, #015EB7, #1978D5 98%);
    background: -ms-linear-gradient(top, #015EB7, #1978D5 98%);
    background: linear-gradient(top, #015EB7, #1978D5 98%);
	*/
	background:url(/web/images/foot_03.png) repeat-x;
	
}

.footer .content {
    padding: 0;
}

.footer .f-left {
    width: 40%;
    float: left;
}
.yqlj{
	float: left;
	padding-bottom: 27px;
	margin: 0 30px 0 43px;
}
.yqlj:nth-child(3){
	float: left;
	padding-bottom: 27px;
	margin: 0 0px 0 60px;
}

.yqlj dt{
	padding: 28px 0;
}
.yqlj dd{
	padding: 7px 0;
}
.yqlj dd:nth-child(2){
	padding: 0 0 8px 0;
}
.yqlj dt a{
	color: #fff;
	font-size: 18px;
}
.yqlj dd a{
	color: #fff;
}
.yqlj dd a:hover{
	color: #fff;
}

.footer .f-right {
    float: left;
    position: relative;
}
.f-right img:nth-child(2) {
    margin-left: 66px;
}

.hrspx{
	width: 90%;
	margin: 0 auto;
	/*border-top:1px #ffffff solid;*/
}
.copyright{
	text-align: center;
	color: #fff;
        height:48px;
        margin-top:-5px;
	padding: 15px 0;
        background:#07233f;
}
#gotoTop{
	position:absolute;
	
	right: -43px;
	display: none;
	cursor: pointer;
}
