@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
body{
	overflow-x:hidden;
	font-family:Arial, "微软雅黑";
	}
.top{
	width:100%;
	height:30px;
	background:#fff;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.top .tcon{
	width:1200px;
	margin:0 auto;
	}
.top .tcon p:nth-of-type(1){
	float:left;
	font-size:12px;
	line-height:30px;
	color:#666;
	}
.top .tcon p:nth-of-type(2){
	float:right;
	font-size:12px;
	line-height:30px;
	color:#666;
	}
.top .tcon p:nth-of-type(2) a{
	margin:0px 10px;
	color:#666;
	}
.top .tcon p:nth-of-type(2) a:hover{
	color:#0056a3;
	text-decoration:underline;
	}
.hebg{
	width:100%;
	background:url(../images/heab.jpg);
	}
.header{
	width:1200px;
	height:100px;
	margin:0 auto;
	}
.logo{
	width:457px;
	height:66px;
	float:left;
	margin-top:17px;
	}
.nav{
	width:600px;
	float:right;
	}
.nav>ul{
	}
.nav>ul>li{
	float:left;
	font-size:16px;
	font-weight:bold;
    position:relative;
	margin-top:40px;
	}
.nav>ul>li+li{
	margin-left:22px;
	}
.nav>ul>li>a{
	color:#666;
	}
.nav>ul>li>a:after{
	content: '';
    display: block;
    width: 1%;
    height: 2px;
    line-height: 2px;
    background: #0056a3;
    position: absolute;
    left: 50%;
    top: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s;
    transition: all .3s;
	}
.nav>ul>li:hover>a:after{
	width: 100%;
    left: 0;
    opacity: 1;
	}
.nav>ul>li:hover>a{
	color:#0056a3;
	}
.nav>ul>li.hover>a:after{
	width: 100%;
    left: 0;
    opacity: 1;
	}
.nav>ul>li.hover>a{
	color:#0056a3;
	}
.nav>ul>li ul{
	position:absolute;
	width:180px;
    margin-left:0px;
	z-index:100;
	padding-top:24px;
	/*box-shadow: 0 1px 5px rgba(153,153,153,0.19);*/
	opacity:0;
	visibility:hidden;
	transition:all .5s;
	}
.nav>ul>li:hover ul{
	opacity:1;
	visibility: visible;
	}
.nav>ul>li ul li{
	background:#fff;
	border-bottom:1px solid #eee;
	}
.nav>ul>li ul li:nth-of-type(1){
	border-top:3px solid #0056a3;
	}
.nav>ul>li ul li a{
	color:#666;
	font-size:14px;
	line-height:45px;
	display:block;
	text-indent:30px;
	transition:all 0.5s;
	}
.nav>ul>li ul li a:hover{
	background:#fcfcfc;
	text-indent:40px;
	}
.fobg{
	width:100%;
	overflow:hidden;
	padding:40px 0px;
	background:url(../images/fobg.jpg);
	margin-top:50px;
	}
.footer{
	width:1200px;
	margin:0 auto;
	}
.footer ul{
	float:left;
	}
.footer ul+ul{
	margin-left:125px;
	}
.footer ul li{
	font-size:14px;
	color:#ddd;
	line-height:30px;
	}
.footer ul li:nth-of-type(1){
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
	}
.footer ul li a{
	font-size:14px;
	color:#ddd;
	}
.footer ul li a:hover{
	text-decoration:underline;
	}
.banq{
	width:100%;
	background:#333;
	font-size:12px;
	color:#fff;
	text-align:center;
	line-height:40px;
	}
.banq a{
	color:#fff;
	}




































































