@charset "utf-8";
/* CSS Document */

:-moz-placeholder{
    color:#a9a9a9;
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

::-moz-placeholder{
    color:#a9a9a9;
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder{
    color:#a9a9a9;
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color:#a9a9a9;
	font-size:14px;
	font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
}

.zxdt1wrapper{
	width:100%;
	background-color:#ebebeb;
	padding-top:40px;
	padding-bottom:60px;
}

.zxdt1mainwrapper{
	width:1060px;
	background-color:#fff;
	padding:50px 70px 100px 70px;
	border-radius:10px;
	margin:0 auto;
}

.zxdt1title{
	text-align:center;
	font-size:26px;
	color:#323232;
	line-height:30px;
	margin-bottom:50px;
}

.zxdt1content{
	font-size:14px;
	line-height:28px;
	overflow:hidden;
}