﻿@charset "utf-8";
/*CSS reset*/
*{margin:0;padding:0;box-sizing:border-box;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,blockquote,th,td,p{margin:0;padding:0; font-family:"微软雅黑"; font-size:14px; cursor:default;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;border:none;}
ul,li,dl ,dt,dd ,ol,p,img{ list-style: none;border: none;}
address,caption,cite,code,dfn,em,th,var,optgroup{font-style:normal;font-weight:normal;}
del,ins{text-decoration:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:baseline;}
sub{vertical-align:baseline;}
a{text-decoration:none; outline:none;cursor:pointer}
a:hover{ text-decoration:none;cursor:pointer;}
a:active{outline: none;star:expression(this.onFocus=this.blur());}
.clearfix{ clear:both; height: 0px; line-height: 0px; font-size: 0px;}

a {color: #333;}
/*page css*/

.main{
	width:1260px;
	margin:0 auto;	
}
.xy{
	width:1240px;
	margin:0 auto;	
}
.text{
	text-indent: 2em;
    width: 1100px;
    margin: 10px auto;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
	
}
.pcul {
	width: 1260px;
	height:924px;
}
.pcul li {
	float: left;
	margin:20px 10px;
}
.wqhg a{
    display: block;
    margin: 0 auto;
    width: 400px;
    height: 100%;
    padding: 14px;
    border: 1px solid #e5e5e5;
    background-color:#fff;
}

.wqhg a>div{
    height: 278px;
}
.wqhg a>div>img{
    display: block;
    width: 370px;
	height: 278px;
}
.wqhg a h4{
    font-size: 18px;
    color: #111;
    font-weight: normal;
    margin: 12px 0;
}




