/* CSS Document */
.cooperate-main {
	text-align: center;
	margin-bottom: 32px;
}
.cooperates{
	clear: both;
	width: 1024px;
	height: auto;
	margin: 0 auto;
}
.cooperate-left {
	 
	width: 100%;
}
.cooperate-left-p {
	font-size: 20px;
  text-indent: 40px;
  line-height: 40px;
}
.cooperate-right {
	float: right;
	width: 328px;
	height: 224px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.cooperate-right:hover {
	-webkit-transform: perspective(1px) translateZ(0) scale(1.05);
	transform: perspective(1px) translateZ(0) scale(1.05);
	 
}
.cooperates-dl {
	clear: both;
	width: 1024px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.cooperates-dt {
	display: block;
	float: left;
	padding-right: 1.3%;
	padding-top: 24px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.cooperates-dt01 {
	display: block;
	float: left;
	padding-top: 24px;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: box-shadow, transform;
	transition-property: box-shadow, transform;
}
.cooperates-dt:hover {
	-webkit-transform: perspective(1px) translateZ(0) scale(1.02);
	transform: perspective(1px) translateZ(0) scale(1.02);
	 
}
.cooperates-dt01:hover {
	-webkit-transform: perspective(1px) translateZ(0) scale(1.02);
	transform: perspective(1px) translateZ(0) scale(1.02);
	 
}
    .cooperates-dt-bg {
    position: relative;
    width: 330px;
    height: 226px;
    border: 1px solid #fa9703;
    border-radius: 6px 6px 40px 6px;
    overflow: hidden;
}
 
 
.cooperates-dt-p {
	position: absolute;
	height: 32px;
	width: 330px;
    bottom: 0;
    left: 0;
	text-align: center;
	line-height: 32px;
	font-size: 18px;
	border-radius: 0 0 40px 6px;
    background-color: #fa9703;
    color: #fff; 
    z-index: 1; 
}