.ywbanner{
	height:160px;
	background-color:#20a53a;
	width:100%;
  	min-width:1040px;
}
.ywbanner .title{
	background:url('../../images/idc-partner.png') no-repeat center center;
	width:322px;
	height:160px;
	margin:0 auto;
	text-indent:-999em;
}
.hz-tit {
	margin-top:60px;
    font-size: 26px;
    color: #454545;
    text-align: center;
    padding-bottom: 50px;
}
.hz-con a {
    background-color: #fafafa;
    border: #ddd 1px solid;
    float: left;
    width: 220px;
    line-height: 80px;
    text-align: center;
    margin-bottom: 40px;
    margin-right: 50px;
}
.hz-con a p{
	background-color:#fff;
	border-top:#ddd 1px solid;
	line-height:24px;
	padding:10px;
	height:24px;
	overflow:hidden;
}
.hz-con a:hover{
	box-shadow:0 0 6px #dedede;
}
.hz-con a img {
    vertical-align: middle;
}
.partner-info{
    border: #DBDBEA 1px solid;
    background-color: #fafafa;
    margin-bottom: 40px;
    border-radius: 3px;
}
.pi-tit {
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    text-align: center;
    color: #454545;
    border-bottom: #DBDBEA 1px solid;
}
.pi-text {
    padding: 30px 30px 20px;
    color: #454545;
}
.pi-text p {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
	line-height:24px;
}
.apply-btn{
	clear:both;
	margin-bottom:40px;
}
.apply-btn a{
	display:block;
	width: 240px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #20a53a;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
	background: #20a53a;
    background: linear-gradient(#20a53a,#189d32);
    box-shadow: inset 0 1px 2px #30ad42;
    color: #fff;
    text-shadow: #00851a 0 -1px 0;
	margin:0 auto;
}
.f-link{
	margin-bottom:20px;
}
.f-link a{
	margin-right:30px;
	font-size:14px;
}
.form{
	display: none;
}
.post-info{
	background-color: #fff;
	margin-bottom: 20px;
	border: #ccc 1px solid;
	width:560px;
	position:fixed;
	top:50%;
	left:50%;
	margin-left:-280px;
	margin-top:-280px;
	z-index: 20;
}
.post-info .post-tit{
	padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    background-color: #f0f0f0;
    border-radius: 2px 2px 0 0;
}
.post-info .post-info-con{
	margin:20px 0;
	padding-top: 10px;
}
.post-info li{
	margin-bottom: 12px;
	color: #555;
	position:relative;
}
.post-info li>span{
	display: inline-block;
    margin-right: 10px;
    text-align: right;
    width: 100px;
}
.post-info li>input {
	margin: 0 7px;
	height: 32px;
	border: #ccc 1px solid;
	width:300px;
	padding: 0 5px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.post-info li>input:focus, .post-info li>input:active{
	border: #66afe9 1px solid;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.post-info li .per_img {
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    width: 220px;
    min-height: 80px;
	margin-left: 7px;
    border-radius: 3px;
}
.post-info li .per_img .previews {
    max-height: 80px;
    overflow: hidden;
}
.post-info li .per_img .previews img {
    max-height: 80px;
}
.post-info li .per_img .per_sc {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.post-info li .per_img input {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
	width: 100%;
    z-index: 9;
    opacity: 0;
}

.post-info .submit-btn {
	background-color: #20a53a;
    border: 1px solid #20a53a;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    text-align: center;
    width: 300px;
    margin: 20px 0 40px 119px;
    border-radius: 3px;
}
.submit-btn:hover, #upload:hover{
	background-color: #189d32;
    border: 1px solid #189d32;
}
.maskdiv{
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #000;
	opacity: .3;
	top:0;
	left: 0;
	z-index: 10;
}
.close-btn{
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
	height: 42px;
	width: 42px;
	line-height: 42px;
	text-align: center;
	cursor: pointer;
}
.close-btn:hover{
	color: red;
}
input::-webkit-input-placeholder{
	color:#aaa;
}
input::-moz-placeholder{
	color:#aaa;
}
input:-moz-placeholder{
	color:#aaa;
}
input:-ms-input-placeholder{
	color:#aaa;
}