@charset "utf-8";
*{margin: 0px ;padding: 0px;}
body{width: 100%;background: #fff;font-family: "微软雅黑";}
input{outline: none;}
li{list-style: none;}
img{border: none;}
a{text-decoration: none;}
a:hover{text-decoration: none;}
.ins{width: 1200px;margin: 0px auto;}
.clear{clear: both;}
.more a{font-size: 14px; color: white;}
.toutu{position: absolute;
    width: 55%;
    top: 25px;
    right: -50%;}
.logo{    position: relative;}


/*页头*/
.header{
	width: 100%;
	height: 120px;
	background: url(../img/top_bg.png) no-repeat 0px 0px;
	background-size:100% 120px ;
}
.header .logo{
	float: left;
	margin-top: 15px;
	
}
.header .head_r{
	float: right;
	
}
.header .head_r .links li{
	float: left;
	height: 20px;
	line-height: 20px;
	margin-top: 8px;
	
}
.header .head_r .links{
	float: right;
}
.header .head_r .links li a{
	display: block;
	font-size: 12px;
	color: #666666;
	height: 12px;
	border-right: 1px solid #666666;
	line-height: 12px;
	padding-left: 8px;
	padding-right: 8px;
}
.header .head_r .links li .last{
	border-right: none;
}
.header .head_r .search{
	width:205px;
	height: 30px;
	line-height: 30px;
	margin-left:85px;
	margin-top: 50px;
	border: 1px solid #93B5D2;
	position: relative;
}
.header .head_r .search .inp{
	border: none;
	padding-left: 15px;
	background: transparent;
}
.header .head_r .search .btn{
	position: absolute;
	width: 30px;
	height: 30px;
	right: 0px;
	border: none;
	background: url(../img/search.png) no-repeat center;
}


/*导航*/
.nav{
	width: 100%;
	height: 50px;
	background: #01559D;
}

.navul>li{
	float: left;
	padding:0px 11px;
	position: relative;
	}
.navul>li:hover{background: #0371CE;}
.navul .active{background:;}
.navul>li>a{
	font-size:16px;
	color: #fff;
	line-height: 50px;
	display: block;
	width: 100%;
	height: 50px;
}
.demo-2{
	display: none;    
	position: relative;
    z-index: 999;}
.dhl{display: none;position: absolute;left: 0px;top:50px;z-index: 999;background-color:rgba(10,58,157,.6);height: auto;overflow: hidden;min-width: 118px;}
.dhl li{width: 100%;height: auto;overflow: hidden;}.dhl li a{display: block;width: 100%;height:40px;line-height:40px;color: white;text-align: center;font-size:16px;}
.dhl li:hover{background:#01559D;}
/*页尾*/
.footer{
	width: 100%;
	height: auto;
	background:#01559D ;
	color: #F5F5F5;
}
.you,.us,.code{
	float: left;
	width: 22%;
	margin-bottom: 35px;
	margin-left: 2%;
}
.you h2,.us h2{
	padding : 30px 0px 12px;
	font-size: 18px;
}
.you{
	width: 50%;
margin-top:25px;
}
.you ul li{
	width:50%;
	line-height: 35px;
	float: left;
}
.you ul li a{
	color: #F5F5F5;
}
.us ul li{
	line-height: 35px;
        text-indent: 1em;
}
.code img{
	display: block;
	margin: 30px auto 0px;
}
.copy{
	border-top: 1px solid #3E79AB;
	
}