.banner{
	background-image:url(../images/cooperation/1.jpg);
	background-repeat: no-repeat;
	background-position:center;
	height: 379px;
	padding-top: 188px;
	text-align: center;
	background-size: cover;
}
.banner .p1{
	font-size: 98px;
	color: #fff;
}
.banner .p2{
	font-size: 22px;
	color: #fff;
}
.bgcolor{
	background-color: #fcfcfc;
	border-bottom: 1px solid #dedede;
}
.coop-msg{
	padding-top: 50px;
	display: inline-block;
	vertical-align:top;
}
.coop-title{
	color: #000;
	font-size: 18px;
}
.form-wd{
	margin:10px 0;
}
.inp{
	display: inline-block;
	background-color:#f8f8f8;
	border:1px solid #dedede;
	border-radius:4px;
	padding:5px;
	outline: none;
	margin-right: 10px;
	box-sizing: border-box;
}
.inp-name{
	width:114px;
}
.inp-mail{
	width:338px;
}
.inp-call{
	width:160px;
}
.texrarea{
	resize:none;
	height: 111px;
	width: 478px;
}
.bord-right{
	border-right:1px dashed #dedede;
	padding-right: 15px;
	margin-right: 15px;
}
.submit{
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 5px;
	background-image: url(../images/cooperation/submit.png);
	background-position:center;
	background-repeat:no-repeat;
	border:none !important;
	cursor: pointer;
	width: 160px;
	height: 40px;
}
.coop-wd{
	width: 240px;
	padding-left: 20px;
	color: #9e9fa0;
}
.coop-wd .p1{
	margin-bottom: 60px;
}
.coop-wd p{
	line-height: 26px;
}


@media screen and (max-width: 1250px){
	.coop-msg{
		display: block;
	}
	.coop-wd{
		width: 100%;
	    padding: 0px;
	    color: #9e9fa0;
	}
	.coop-wd .p1{
		margin-bottom: 30px;
	}
	.coop-title{
		margin-bottom: 20px;
	}
	.bord-right {
	    border-right:none;
	    padding-right: 0;
	    margin-right: 0;
	}
	.form-wd{
		margin: 0;
	}
	.texrarea,
	.inp-mail,
	.inp-name{
		width: 100%;
		margin-bottom: 20px;
	}
	.banner .p1{
		font-size: 54px
	}
	.banner .p2 {
    	font-size: 14px;
	    color: #fff;
	}
	
}
@media screen and (max-width: 1024px){

}
