
/*基本*/
* {
	padding: 0px;
	margin: 0px;
	box-sizing: border-box;
	list-style-type:none;
}

/*标题*/
h1, h2, h3, h4, h5, h6, h7 {
	font-weight: normal;
}

/*手机版导航图标*/
.icon {
	background: url(../images/icon.png) no-repeat;
	display: inline-block;
	background-size: 400px auto;
	vertical-align: middle;
}
.icon, .iconn:before, .iconn:after, .iconbef:before, .iconbef:after {
	content: "\20";
	display: block;
}
.iconn {
	background: url(../images/iconn.png) no-repeat;
	background-size: 1.4rem auto;
	vertical-align: middle;
}


/*清除浮动*/

.clear, .clearfix:after {
	content: "";
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/*==========@@HTML默认 结束@@==========*/
.header {
	position: relative;
}
#top_main {
	width: 100%;
	height: 85px;

	z-index: 9999;
	position: fixed;
	top: 0px;
	left: 0px;
	

	

}
#top {
	max-width: 100%;
	
	height: 55px;
	margin: 0px auto;
	position: relative;
	background: #fff;
	box-shadow: 1px rgba(0,0,0,.1);
	

}
#top .logo {
	width: 50%;
	
	display: block;
	text-align: center;
	
		overflow:hidden;
}

#top .logo img {
	height: 30px;
	vertical-align: top;
	margin-right:15px;
	float:left;
	margin-left:10px;
	margin-top:13px;
}

#top #nav {
width: 55px;
	height: 55px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	z-index: 6;
	
}
#top .nav {
width: 40px;
height: 40px;
margin-top: 8px;
 background-size: 250px auto;
background-position:-25px -52px;  

}
#top .cur .nav {
	margin-top: 8px;
	background-size: 250px auto;
background-position:10px -52px;


}



#top .topsearch {
	display: block;
	position: absolute;
	left: 75%;
	top: 10px;
	text-align: center;
	cursor: pointer;
width: 30px;
height: 30px;
margin: 1px auto;
	background: url(../images/sou1.png) no-repeat center;
background-size: 30px auto;
	z-index: 6;
	
	
	

}

#search {
	background: #f2f2f2;
	width: 100%;
	margin: 0 auto;
	height: 60px;
	position: absolute;
	left: 0;
top:55px;
padding-top:10px;
	display: none;
	z-index: 999;

}
#search input {
	display: block;
	
}
#search .txt {
	  float:left;
	border: none;
	width: 80%;
	height: 40px;
	line-height: 40px;
	margin-left: 4%;
	color: #666;
	font-size: 14px;
	background: #fff;
	text-indent: 5%;
border-top-left-radius:25px;
border-bottom-left-radius: 25px;

		
}
#search .btn {
	
   float:left;
	border: none;
	font-size: 14px;
	width: 50px;
	height:40px;
	line-height: 40px;
	text-align: center;
	background: #0a66a7 ;
	background-size: 40px auto;
	color: #fff;
border-top-right-radius:25px;
border-bottom-right-radius: 25px;

border-top-left-radius:0px;
border-bottom-left-radius: 0px;

	background-size: 14px auto;
	vertical-align: middle;
}


/* 手机版顶部侧导航   subNav*/
.subNav {
	position: fixed;
	width: 100%;
	height: 100%;
	right: -100%;
	top: 55px;
	z-index: 999;

	background: #fff;
}

.subNav ul {
	background: #fff;
	position: relative;
	z-index: 2;
}
.subNav li {
	width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	transition: all .3s ease-in;
}
.subNav li:first-child {
	margin-top: 35px;
	border-top:1px solid #F1F6FA;
}
.subNav li a {
	display: block;
	width: 50%;
	margin: 0 auto;
	color: #0a66a7;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #d4e9f7;
}
.subNav li a:hover {
	color: #0a66a7;
}


/* 手机版顶部侧导航点击出现效果 */
.subNav.show {
	right: 0 !important;
}
.subNavShow {
	-webkit-transform: translateX(-48%);
	-moz-transform: translateX(-48%);
	-ms-transform: translateX(-48%);
	transform: translateX(-48%);
	display: block;
}



/* 移动端网站header 部分end */











/*版权信息*/
.footer_main {
	text-align: center;
	width: 100%;
	padding: 10px;
	color: #fff;
	background: #0D4DA1;
	color:#fff;
	margin-top:10px;
	padding-bottom:25px;

	
}
.footer_main{ padding-top:20px;}
.footer_main p{ line-height: 150%;font-size: 12px; }
.footer_main p a{color:#fff; font-size: 12px;}
.copyright {
	width: 94%;
	margin: 0 auto;
	padding: 3% 0;
font-size: 12px;
}

.footer_main a {
	color: #666;
}




.webq_bottom_4 {
   
    width: 100%;
    color: #fff;
    font-size: 12px;

	overflow:hidden;

}
.webq_bottom_4 ul{
   width:100%;

  border-bottom:1px solid #0D77E5;
	  padding:5px 0;
	
}

.webq_bottom_4 ul .tit{

  line-height:30px;

    font-size: 12px;
	
}

.webq_bottom_4 ul li {
    line-height: 20px;
    color: #fff;
    font-size: 12px;
	list-style-type: none;
	text-align:left;
}


.webq_bottom_4 ul li span {
    color: #fff;
    font-size: 12px;
    display: block;
    float: left;
    height: 50px;
}

.webq_bottom_4 ul li a {
    color: #fff;

}

.webq_bottom_4 ul li a:hover {
    text-decoration: underline;
    color: #fff;
}

.webq_bottom_4 ul li i{
    font-size: 14px;
	font-style: initial;
}

