/*预设样式*/
*{
	margin: 0;
	padding: 0;	
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dd,dt,img,input{
	border: 0;
	margin: 0;
	padding: 0;	
}
p{
	margin: 0 auto;
}
body{
	font-family:arial,"Microsoft YaHei","宋体";
	font-size: 14px;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
img,input{
	border:none;
}
i{
	font-style: normal;
	font-family: consolas;
}
.clearfix:after{
	content:"200B";
	height:0;
	font-size:0;
	display:block;
	clear:both;
}
.clearfix{
	*zoom:1;
}
.hide{
	display: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
div{
	box-sizing: border-content;
}
.dropdown-backdrop{
    display: none;
}
/*头部链接*/
.header .top{
	background: #00447f;
	height: 34px;
	line-height: 34px;
}
.header .top a{
	color: #fff;
	margin-right: 30px;
}
.header .search .keyWord{
	width: 170px;
  height: 20px;
  line-height: 20px;
  text-indent: 10px;
  font-size: 12px;
  border: none;
  margin-right: 5px;
}
.header .search .searchI {
    vertical-align: middle;
    border: none;
    width: 14px;
    height: 14px;
    background: transparent url(../images/search.png) no-repeat center;
}


/*logo*/
.header .middle{
	margin-top: -1px;
	border-bottom: 1px solid #007be5;
	background-color: #005197;
	font-size: 0;
}
.header .middle .logo{
	padding: 25px 0;
	width: 43%;
}
.header .middle .logo a{
	display: block;
}
.header .middle img{
	width: 100%;
	height: auto;
}
.header .middle .xiaoxun{
	width: 32%;
	height: 100%;
	padding: 48px 40px;
}
.header .middle .xiaoxun span{
	height: 100%;
	vertical-align: middle;
}
.header .middle .xiaoxun img{
	width: 100%;
	vertical-align: middle;
}

/*nav*/
.header .bottom{
	height: 44px;
	background-color: #005197;
	border: none;
  margin-bottom: 0;
  border-radius: 0;
  min-height: auto;
}
.header .bottom .nav{
	font-size: 18px;
	font-weight: 500;
}
.header .bottom .collapse{
	position: relative;
	z-index: 100;
}
.header .bottom .nav .dropdown-menu{
	min-height: 240px;
}
.header .bottom .nav .dropdown-menu ul{
	float: left;
	margin-right: 20px;
}
.header .bottom .nav .dropdown-menu ul>li{
	border-bottom: 1px solid #ccc;
}
.header .bottom .nav .dropdown-menu ul>li>a{
	display: block;
	height: 35px;
	line-height: 35px;
	padding-left: 15px;
	background: url(/images/arr.png) no-repeat left center;
	color: #333;
	min-width: 160px;
}
.header .bottom .nav .dropdown-menu ul>li>a:hover{
	color: #005197;
	text-decoration: none;
}
.header .bottom .menuPicList{
	position: absolute;
	z-index: 1001;
	width: 44%;
	right: 0;
}

.header .bottom .menuPicList li{
	position: absolute;
	padding: 30px;
	left: 0;
	top: 0;
	display: none;
}
.header .bottom .menuPicList li img{
	width: 100%;
}
/*页脚*/
/*链接*/
.footer .top{
	background: #0062b7;
	color: #fff;
}
.footer .top span{
	height: 46px;
	line-height: 46px;	
	margin-right: 25px;
	font-weight: bold;
	font-size: 15px;
}
.footer .top .linksWarp{
	display: inline-block;
	font-size: 0;
}
.footer .top .linksWarp .links{
	float: left;
	font-size: 14px;
	margin-right: 72px;
	width: 220px;
	height: 30px;
	padding-top: 8px;
	position: relative;
}
.footer .top .linksWarp .links.last{
	margin-right: 0px;
}
.footer .top .linksWarp .links dt{
	width: 220px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #2d9eff;
	font-weight: normal;
	padding: 0 20px;
	position: relative;
}
.footer .top .linksWarp .links dt i{
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
	display: block;
	border-radius: 0;
	float: right;
	border-left: 1px solid #2d9eff;
	background: #006dca url(../images/arr2.png) no-repeat center;
}
.footer .top .linksWarp .links dd{
	display: none;
	border: 1px solid #2d9eff;
	background: #fff;
	width: 100%;
	border-top: none;
	position: absolute;
	z-index: 5;
	top: 8px;
	left: 0;
	max-height: 250px;
	overflow-x: hidden;
}
.footer .top .linksWarp .links dd a{
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 20px;
	color: #333;
}
.footer .top .linksWarp .links dd a:hover{
	color: #005197;
	text-decoration: none;
}
.footer .middle{
	background: #005197;
	color: #fff;
	padding: 20px 0px;
}
.footer .middle .call{
	padding-right: 20px;
}
.footer .middle .address{
	padding: 0 10px;
}
.footer .middle .QRicon{
	padding-left: 20px;
	text-align: center;
}
.footer .middle dl dt{
	font-weight: bold;
}
.footer .middle dl dt,.footer .middle dl dd{
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.footer .middle dl dt a,.footer .middle dl dd a{
	color:#fff;
}
.footer .middle .QRicon ul{
	padding-top: 20px;
	display: inline-block;
}
.footer .middle .QRicon ul li{
	margin: 0 15px;
	width: 60px;
	float: left;
	cursor: pointer;
	position: relative;
}
.footer .middle .QRicon ul li:hover .QR{
	display: block;
}
.footer .middle .QRicon ul li .icon1 img{
	display: block;
}
.footer .middle .QRicon ul li .icon1 span{
	padding-top: 8px;
	font-size: 12px;
	line-height: 20px;
	display: inline-block;
}
.footer .middle .QRicon ul li .QR{
	display: none;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  top: -120px;
  z-index: 10;
}
/*版权*/
.footer .bottom{
	height: 40px;
	line-height: 40px;
	background: #00447f;
	text-align: center;
	color: #fff;
}
.footer .bottom a{
	color: #fff;
}