﻿html{    min-width: 1300px;}
*{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
.clearfix{
	clear: both;
	width: 0;
	height: 0;
	visibility: hidden;
}
input{
	outline: none;
}
a{
	color: #333;
	text-decoration: none;
}
img{
	border: 0;
}
li {
	list-style: none;
}
.img-box img{
	width: 100%;
	height: 100%;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.margin-0-auto{
	margin: 0 auto;
}
.main-width{
	width: 1160px;
}



/* 公用头部 */

/* 头部logo */

.header-box{
    background: url(../images/wgyxy-top-bg.jpg) no-repeat center top / 1920px 159px;
}
.header{
    height: 159px;
}
.header .logo{
    width: 546px;
    height: 78px;
    margin-top: 36px;
}
.header .back-index{
    font-size: 14px;
	margin-top: 10px;
	margin-right: 164px;
}
.header .back-index a{
    color: #fff;

}
.header .back-index a:hover{
	text-decoration: underline;
}

/* 导航 */
.nav-box{
	background-color: #015091;

}
.nav{
    height: 44px;
}
.nav .m{
    float: left;
    position: relative;
	
}
.nav .m h3 a{
    height: 40px;
	border-bottom: 4px solid transparent;
	display: block;
    font-size: 15px;
    color: #fff;
    line-height: 40px;
	font-weight: bold;
	width: 135px;
	background: url(../images/wgyxy-nav-line.png) no-repeat right center;
	text-align: center;
}
.nav .m:last-of-type h3 a{
	background: none;
}
.nav .m h3 a:hover,
.nav .m h3 a.active{
    border-color: #e3a558;
}
.nav .m .sub{
    background: rgba(255, 255, 255, .3);
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 0 0 6px 6px;
    display: none;
    z-index: 130;
}
.nav .m .sub a{
    font-size: 14px;
    color: #272727;
    line-height: 40px;
}
.nav .m .sub a:hover{
    color: #105991;
}



/* 公用底部 */
/* 页脚 */
.footer-box{
	background: #0060b0;
}
.footer{
	padding: 30px 0;
	overflow: hidden;
}
.footer .footer-logo{
	margin-right: 50px;
}
.footer .footer-info{
	width: 535px;
	font-size: 14px;
	color: #fff;
	padding-left: 32px;
}
.footer .friend-link{
	overflow: hidden;
}
.footer .friend-link a{
	color: #fff;
	padding: 0 16px;
	border-left: 1px solid #fff;
}
.footer .friend-link a:hover{
	text-decoration: underline;
}
.footer .link-title{
	margin-right: 30px;
}
.footer .site-info{
	text-align: center;
	margin-top: 26px;
}

