﻿@charset "utf-8";
.lw-wrap {
	width: 1200px;
	margin: auto;
}


/*头部*/

.lw-header {
	position: relative;
	background: url('975514.jpg') no-repeat;
	height: 200px;
	overflow: hidden;
}


/*登录入口*/

.lw-topLinks {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0 10px;
	font-size: 0;
	height: 30px;
	line-height: 30px;
	width: 635px	
}
.jft-btn{float: left;width:125px}
.jft-btn a{margin-right: 15px;}

.dr-btn{background: url('975551.png') repeat;float: right;width: 113px;height: 30px;text-align: center;}

.lw-topLinks a,
.lw-topLinks span {
	/*display: inline-block;*/
	padding: 0 2px;
	font-size: 14px;
	color: #07519a;
}


/*logo*/

.lw-logo {
	display: block;
	margin: 60px 0 0 40px;
	width: 510px;
	height: 78px;
	background: url('975478.png') no-repeat;
}


/*全局搜索*/

.lw-searchBar {
	position: absolute;
	overflow: hidden;
	bottom: 50px;
	right: 10px;
}

.lw-searchBar input {
	height: 33px;
	line-height: 33px;
	background: url('975502.png') repeat;
	outline: 0;
	border: 1px solid #ccc;
	padding: 0 5px 0 35px;
	/*width: 180px;*/
	float: left;
}

.lw-searchBar .s-btn {
	float: left;
	color: #fff;
	padding: 0 10px;
	height: 35px;
	line-height: 35px;
	background: #07519a;
	border: 0;
    font-size: 15px;
    font-family: "微软雅黑";
    cursor: pointer;
}

.lw-searchBar i {
	position: absolute;
	top: 8px;
	left: 10px;
	width: 20px;
	height: 20px;
	background: url('975548.png') no-repeat;
}

.lw-searchBar a.other {
	margin-left: 5px;
	background: #17156a;
	width: 70px;
    height: 34px;
    float: left;
    color: #fff;
    line-height: 32px;
    text-align: center;
}


/*导航*/

.lw-nav {
	background: #07519a;
	height: 55px;
	line-height: 55px;
}

.lw-nav ul {
	width: 100%
}

.lw-nav ul li {
	float: left;
	width: 20%;
	text-align: center;
        position: relative;
}

.lw-nav ul li a {
	display: block;
	color: #fff;
	font-size: 20px;
}

.lw-nav ul li a:hover,
.lw-nav ul li.current a {
	background: #0d1076;
}
.lw-nav ul .on>a:hover{background:url('975479.jpg') no-repeat;}
.lw-nav li .nav-cont{background:#fff;height:125px;width: 240px;display:none;position: absolute;left: 0px;}
.lw-nav li .nav-cont p{padding: 0px 12px;}
.lw-nav li .nav-cont p>a,.lw-nav li .nav-cont p>a:hover{background:transparent;color:#000000;font-size:16px;    border-bottom: 1px dashed #C0C0C0;}


/*-----------------页脚------------------------*/

.lw-footer {
	background: #fff;
}

.lw-footer-top {
	text-align: center;
	color: #fff;
	background: #07519a;
	height: 30px;
	line-height: 30px;
	padding: 5px 0;
}

.lw-footer-top a {
	color: #fff;
	display: inline-block;
	padding: 0 5px;
}

.lw-footer-min {
	padding: 10px 0;
}

.lw-footer-min p {
	line-height: 30px;
	text-align: center;
}

.lw-footer-down {
	text-align: center;
	padding: 10px 0;
}
/*浮动模块*/

.lw-fixed {
	position: fixed;
	top: 100px;
	right: 20px;
	width: 55px;
	z-index: 999;
}

.lw-fixed >div {
	margin-bottom: 10px;
	position: relative;
}

.lw-fixed >div>div {
	position: absolute;
	background: url('975512.png') no-repeat;
	top: 0;
	right: 62px;
	width: 118px;
	height: 110px;
	padding: 10px;
	display: none;
}

.lw-fixed h3 {
	display: block;
	border-radius: 5px;
	background: #07519a;
	font-size: 0;
	padding: 7px;
	cursor: pointer;
}

.lw-fixed h3:hover {
	background: #0d1076;
}
