﻿.text{
	margin-top:50px;
}
.text h2{
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
.text .text1{
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.text .text2{
	font-size: 17px;
}
.forms .formsLeft{
	float:left;
	height:464px;
}
.forms .formsRight{
	float: right;
	height:464px;
	width:488px;

}
.formsRight h3{
	height:40px;
	line-height: 40px;
	margin:15px 0;
	text-align: center;
	font-size: 14px;
}
.formsRight .inputs .left,.formsRight .inputs .right,.formsRight .inputs .center{
	height:60px;
	line-height:60px;
	text-align: center;
	font-size: 14px;
}
.formsRight .inputs{
	margin:10px 0px;
}
.formsRight .inputs .left{
	width:90px
}
.formsRight .inputs .center input{
	height:34px;
	width:320px;
	border:1px solid #8f8f8f;
	padding: 0px;
	border-radius: 2px;
}
.formsRight .inputs .right{
	height:60px;
	line-height: 60px;
	width:20px;
	text-align: center;
	color:red;
}
.formsRight .inputs.textareas textarea{
	height:98px;
	width: 320px;
	resize: none;
	padding:0px;
}
.formsRight .inputs.textareas .left,.formsRight .inputs.textareas .right,.formsRight .inputs.textareas .center{
	height:100px;
	line-height: 100px;
}
.formsRight button{
	background: #8e8e8e;
	width:156px;
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
}
.downLoadTitle{
	width:100%;
	margin-bottom: 30px;
	height:110px;
	margin-top:50px;
}
.downLoadImg{
	float:left;
	width:90px;
	height:110px;
	margin:5px;
	margin-right:10px; 
	background: url(../image/downLoadCenter.png) no-repeat;
	background-size:cover ;
}
.downLoadTitle p{
	line-height:110px;
	float:right;
}
.downLoadTitle p span{
	display: inline-block;
	width:1084px;
	border-bottom:3px solid #393332;
}
.downLoad{
	width:100%;
}
.downLoad .mask{
	display: block;
	position: relative;
	float:left;
	height:245px;
	width:620px;
	margin-bottom: 10px;
}
.downLoad .mask img{
	width:100%;
	height:100%;
}
.downLoad .mask:nth-child(2){
	width:555px;
	margin-left: 20px;
}
.downLoad .mask:nth-child(3){
	width:437px;
}
.downLoad .mask:nth-child(4){
	width:395px;
	margin-left: 10px;
}
.downLoad .mask:nth-child(5){
	width:345px;
	margin-left: 10px;
}
.downLoad .mask .mask1{
	position:absolute;
	left:0px;
	top:0px;
}