*{
	padding: 0;
	margin: 0;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
	color: #000000;
}
ul,p{
	margin: 0;
	list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}

.wxy-margin{
	width: 1200px;
	height: 100%;
	margin: auto;
}

/*顶部公共css*/

/*欢迎标语css*/
.wxy-header{
        min-width:1200px;
}
.wxy-header-top{
	width: 100%;
	min-width: 1200px;
	height: 30px;
	line-height: 30px;
	background: #eeeeee;
}
.wxy-header-top-left{
	width: 50%;
	height: 100%;
	float: left;
}
.wxy-header-top-right{
	width: 50%;
	height: 100%;
	float: left;
	text-align: right;
}
.wxy-header-top-right a{
	position: relative;
	margin-left: 15px;
}
.wxy-header-top-right a:first-child::before,
.wxy-header-top-right a:nth-child(2)::before{
	content: "";
	position: absolute;
	top: 0;
	right: -10px;
	width: 1px;
	height: 15px;
	background: #000000;
}

/*欢迎标语css*/

/*logo搜索框css*/
.wxy-header-logosreach{
	width: 100%;
	min-width: 1200px;
	height: 140px;
	background: url(../img/icon/logo-bg.png) no-repeat center;
}
.wxy-header-logo{
	width: 60%;
	height: 100%;
	float: left;padding-top: 35px;
}
.wxy-header-sreach{
	width: 40%;
	height: 100%;
	float: left;
	position: relative;
}
.wxy-header-sreach-input{
	width: 220px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.wxy-header-sreach-input input[type="text"]{
	width: 180px;
	height: 30px;
	float: left;
	border: none;
	outline: none;
	padding: 0 10px;
	font-size: 12px;
}
.wxy-header-sreach-input input[type="submit"]{
	width: 40px;
	height: 30px;
	float: left;
	border: none;
	outline: none;
	background: #900b0b url(../img/icon/icon-sreach.png) no-repeat center;
	background-size: 20px;
}
/*logo搜索框css*/

/*导航栏css*/
.wxy-header-nav{
	width: 100%;
	min-width: 1200px;
	height: 46px;
	box-shadow: 0 1px 5px rgba(0,0,0,.3);
}
.wxy-header-nav li{
	width: 120px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	float: left;
	position: relative;
}
.wxy-header-nav li a:hover{
	background: #033B8E;
	color: #FFFFFF;
}
.wxy-header-nav li:hover .wxy-header-nav-item{
	display: block;
}
.wxy-header-nav li a{
	display: block;
	width: 100%;
	height: 100%;
        font-size:16px;
        position:relative;
}
.wxy-header-nav>.wxy-margin>ul>li>a::before{
       content:"";
       position:absolute;
       top:20px;
left:10px;
width:6px;
height:6px;
background:#033B8E;
    border-radius: 50%;
}
.wxy-header-nav-item{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: auto;
	display: none;
	z-index: 9999;
	background: #FFFFFF;
}
/*导航栏css*/

/*模块名字css*/
.model-title{
	width: 100%;
	height: 46px;
	/*border-bottom: 1px solid #999999;*/
	line-height: 46px;
}
.model-title p{
	display: inline-block;
	font-weight: 700;
	font-size: 18px;
	padding-left: 35px;
	background: url(../img/icon/icon-news.png) no-repeat left;
	/*background-size: 30px;*/
}
.model-title a{
	float: right;
}
/*模块名字css*/

/*顶部公共css*/

/*底部公共模块*/
.wxy-footer{
	width: 100%;
	min-width: 1200px;
	height: 200px;
	background: url(../img/icon/bg-footer.png) no-repeat left;
        min-width:1200px;
}

.wxy-footer-logo,
.wxy-footer-copyright,
.wxy-footer-code{
	width: 400px;
	height: 100%;
	float: left;
	padding: 40px 0;
	color: #FFFFFF;
	position: relative;
}
.wxy-footer-logo img{
	display: block;
	margin: 30px auto;
}
.wxy-footer-copyright li{
	line-height: 30px;
}
.wxy-footer-copyright li a{color: #FFFFFF;}
.wxy-footer-code .codeImg{
	width: 100px;
	height: 130px;
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
}
.wxy-footer-code .codeImg img{
	width: 100px;
	height: 100px;
}
.wxy-footer-code .codeImg p{
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
/*底部公共模块*/

/*当前访问地址*/
.wxy-address{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 25px;
	background: url(../img/icon/icon-address.png) no-repeat left;
	background-size: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.wxy-address span:last-child{display:none;}
/*当前访问地址*/