*{
	font-family: "微软雅黑";
}
ul li{
	list-style: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: none;
}
ul,p,body,html{
	margin: 0;
	padding:0; 
}
nav{
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 10;
	padding: 7px 0;
}
.nav-logo{
	float: left;
}
.nav-logo img{
	width: 331px;
}
.nav-r{
	float: right;
}
.input-ul {
	margin-bottom: 5px; 
}
.input-ul li{
	float: right;
	height: 25px;
	margin-right: 15px; 
}
.input-ul li:first-child{
	margin-right: 0; 
}
.input-ul input{
	padding-left: 5px;
	border-radius:5px 0 0 5px;
	outline: 0;
	height: 25px;
	border: 1px solid #878787;
	border-right: none;
}
.input-ul button{
	height: 25px;
	width: 25px;
	color: #fff; 
	background: #25bbed;
	border: none;
	outline: none;
}
.input-ul input::-webkit-input-placeholder{ 
color: #040000; 
} 
.input-ul input:-moz-placeholder{ 
color: #040000; 
} 
.input-ul input::-moz-placeholder{ 
color: #040000; 
} 
.input-ul input:-ms-input-placeholder{ 
color: #040000; 
} 
.input-ul img{
	height: 25px;
	width: 34px;
}
.nav-link li{
	float: left;
	width: 82px;
	margin-right: 10px;
}
.nav-link li:last-child{
	margin-right:0; 
}
.nav-link li a{
    display:block;
	color:#0c0809;
	padding: 5px 0;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
}
.nav-link li.active a{
	background: #25bbed;
	color:#fff;
	border-radius: 10px;
}
.nav-link li a:hover{
	background: rgba(37,187,237,0.3);
	color:#fff;
	border-radius: 10px;
}
.btn-bars{
	color: #bbb;
	border:1px solid rgba(0,0,0,0.4);
	background: none;
	outline: none;
    display: none;
    float: right;
    padding: 0 5px;
	border-radius: 3px; 
}
/* banner */
.bannerImg{
	margin-top:76px; 
	width: 100%;
}
/*footer*/
footer{
	overflow: hidden;
   background: #333;
   position: relative;
}
.footerbg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0.4;
}
.footer-top{
	padding: 30px 0 60px 0;
	position: relative;
	z-index: 5;
}
footer ul li{
	color: #fff;
	font-size: 16px;
}
footer ul li a,
footer ul li a:hover{
   color: #fff;
   font-size: 14px;
   display: block;
   text-decoration: none;
}
footer .title-part-r{
	margin-bottom: 15px; 
}
footer .title-part-r ul li:nth-child(1) p:nth-child(1),
footer .title-part-r ul li:nth-child(1) p:nth-child(2){
	color:#fff;
}
footer .title-part-r ul li:nth-child(2){
	background: #fff;
}
.footer-l li:nth-child(1){
	margin-bottom: 30px; 
	text-align: center;
}
.footer-l li a{
	text-align: center;
	margin-bottom: 5px; 
}
.info li{
    text-align: right;
}
.qrImg{
	width: 120px;
	float: right;
	margin-top: 80px;
}
.footer-btm{
	padding: 20px 0;
	background: #000;
	opacity: 0.7;
	position: relative;
	z-index: 5; 
	color: #fff;
	font-size: 14px;
}
.footer-btm a,
.footer-btm a:hover{
	text-decoration: none;
	color: #fff;
}

/* 内页菜单 */
.menu li a {
	padding: 5px 0;
	display: block;
	padding-left:20px; 
	text-decoration: none;
}
.menu li a:hover p:nth-child(2){
	color: rgba(1,88,162,0.7);
}
.menu li a p{
	letter-spacing: 2px;
}
.menu li a p:nth-child(2){
	color: #0158a2;
	font-size: 16px;
}
.menu li a p:nth-child(3){
	color: #bbbbbb;
	font-size: 14px;
	display: none;
}
.menu li.active a {
	padding-left: 15px;
}
.menu li.active{
	border-left: 5px solid #0158a2;
}
// .menu li.active a span{
// 	background: #0158a2;
// 	width: 5px;
// 	float: left;
// 	height: 45px;
// 	margin-right: 15px; 
// 	display: block;
// }
.menu li.active a p:nth-child(2){
	font-size: 18px;
}
.menu li.active a p:nth-child(3){
	display: block;
}
.menu-info{
	margin-top:115px; 
}
.menu-info li{
	color: #666;
}
.menu-info span{
	margin-left: 15px; 
}
/* 内页链接*/
.head-link{
	padding-bottom: 15px;
	border-bottom: 2px solid #bbb; 
}
.head-link li{
   float: left;
}
.head-link li a{
   color: #333;
   font-size: 14px;
} 
.head-link li.cut{
	margin: 0 5px;
}
.head-link li:last-child a{
	color: #0158a2;
}
@media screen and (max-width: 768px) {
.btn-bars{
	display: block;
	margin-top:10px; 
}
.input-ul{
	display: none;
}
.nav-r{
	padding-top: 65px;
	float: none;
	width: 100%;
	display: none;
}
.nav-link li{
	float: none;
	width: 100%;
	margin-right: 10px;
}
.nav-link li.active a,
.nav-link li.active a:hover{
	border-radius: 0px;
}
.footer-l{
	display: none;
}
.qrImg{
	float: left;
}
}

/* 标题 */
.title-part-r ul{
	float: right;
}

.title-part-r ul li{
	float: left;
}
.title-part-r ul li:nth-child(1) p:nth-child(1){
	font-size:25px;
	color:#0158a2;
	text-align: right;
	line-height: 40px;
}
.title-part-r ul li:nth-child(1) p:nth-child(2){
	font-size:14px;
	color:#bbbbbb;
	text-align: right;
}
.title-part-r ul li:nth-child(2){
    background: #0158a2;
    height:15px;
    width: 5px;
    height: 62px;
    margin-left: 20px; 
}
@media screen and (max-width: 450px) {
.menu,.menu-info{
	display: none;
}
.qrImg{
	display: none;
}
.btn-bars{
	margin:0px; 
}
.bannerImg{
	margin-top:50px; 
}
.nav-logo img{
	width: 200px;
}
.footer-top{
	padding: 5px 0 10px 0;
}
footer .title-part-r{
	display: none;
}
footer ul.info li{
    text-align: center;
}
}


ul.page-change{
	margin: 50px 0;
	float: right;
}
ul.page-change li{
	float: left;
	display: block;
	width: auto;
	border: 1px solid rgba(204, 204, 204,.7);
	padding: 10px;
	line-height: 12px;
	font-size: 12px;
	margin-right: -1px;
}
ul.page-change li:first-child{
	border-radius: 5px 0 0 5px;
}
ul.page-change li:last-child{
	border-radius: 0 5px 5px 0;
}
ul.page-change li:hover,
ul.page-change li.active{
	color: white;
	background: #003366;
	font-weight: bold;
	cursor: pointer;
}
ul.page-change li a{
	color: inherit;
}