/* CSS Document */

body,
div,
p,
ul,
textarea,
form,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
section,
article,
aside,
header,
footer,
nav,
dialog,
figure,
hgroup {
	margin: 0;
	padding: 0;
}

em {
	font-style: normal;
}

body {
	font-family: "微软雅黑", helvetica, arial;
	-webkit-text-size-adjust: none;
	;
	font-size: 16px;
	max-width: 750px;
	margin: 0 auto;
}

ul,
ol,
li {
	list-style: none
}

img,
video {
	border: 0 none;
	vertical-align: middle;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	-webkit-touch-callout: none;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.wrap {
	width: 100%;
	max-width: 750px;
	overflow: hidden;
}
.cont{
	width: 93.33%;
	margin: 0 auto;
}
#chat-jz .title{
	padding: 17px 0;
	background: #f2f2f2;
	text-align: center;
	font-size: 16px;
	color: #333333;
}
#chat-jz .items .cont{
	overflow: hidden;
	padding: 0px 0 30px;
}
#chat-jz .items .item{
	width: 33.333%;
	float: left;
	margin-top: 30px;
	display: block;
	height: 145px;
}
#chat-jz .items .item div{
	width: 80%;
	margin: 0 auto;
}
#chat-jz .items .item img{
	width: 100%;
	margin-bottom: 10px;
}
#chat-jz .items .item p{
	font-size: 12px;
	text-align: center;
	color: #333333;
}
#zyxw {
	background: url(../images/zyxw-bg.png) no-repeat;
	background-size:100% 100% ;
}
#zyxw  .cont{
	overflow: hidden;
	padding-bottom: 22.5px;
}
#zyxw  .cont>div{
	float: left;
	width: 50%;
	margin-top: 22.5px;
}
#zyxw  .cont>div a{
	display: block;
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#zyxw  .cont>div a img{
	width: 100%;
	display: block;
}
#zyxw  .cont>div a .text{
	position: absolute;
	text-align: center;
	top: 25%;
	left: 0;
	display: block;
	width: 100%;
	color: #FFFFFF;
}
#zyxw  .cont>div a p.t{
	font-size: 30px;
}
#zyxw  .cont>div a p.b{
	font-size: 16px;
}