@charset 'utf-8';

.cotent2foot{
	position: relative;
	margin-bottom: 80px;
}
.cotent2foot .con2f1{
	width: 600px;
	height: 100px;
	margin: 75px 87px 40px;
}
.co2f1{
	margin: 0 20px 0 70px;
}
.co2f1 span:first-of-type{
	font-size: 26px;
	letter-spacing: 2px;
	line-height: 94px;
}
.co2f1 span:last-of-type{
	font-size: 26px;
	letter-spacing: 2px;
	
	color: #0e71bf;
}
.cotent2foot .con2f2{
	width: 225px;
	height: 110px;
	margin: 137px 191px 10px;
	text-align: left;
}
.co2f2{
	margin: 25px 20px 0 70px;
}
.co2f2 span{
	font-size: 16px;
	color: #777;
}
.co2f2 a{
	display: block;
	width: 185px;
	height: 45px;
	
	text-align: center;
	margin: 17px 0;
	line-height: 45px;
	color: #fff;
	border-radius: 7px;
    background: -moz-linear-gradient(right, #0099ff, #3366ff);
    background: -webkit-linear-gradient(right, #0099ff, #3366ff);
    background: -o-linear-gradient(right, #0099ff, #3366ff);
    background: -ms-linear-gradient(right, #0099ff, #3366ff);
    background: linear-gradient(right, #0099ff, #3366ff);
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
	background: #0099ff;*/
}
.cotent2foot .con2fimg{
	position: absolute;
	top: -20px;
	right: 87px;
}
.form{
	background-color: #0e71bf;
	height: 390px;
	color: #fff;
}
.form > div{
	margin: 0 auto;
	width: 1150px;
}
.form .fmtext{
	float: left;
	margin: 50px 70px;
}
.form .fmtext span:first-of-type{
	font-size: 30px;
	font-weight: bold;
}
.form .fmtext span:last-of-type{
	font-size: 30px;
	line-height: 76px;
	font-weight: bold;
}
.form .fmtext p{
	display: inline-block;
	width: 387px;
}
.form .fmmain{
	float: left;
	margin: 50px 50px 0;
}
.form .fmmain input{
	margin: 10px 10px 0 0;
	background-color: rgb(0,0,0,0);
	background-color:#0E71BF;
	border: 1px solid #fff;
	font-size: 17px;
	padding: 10px;
	height:25px;
	color: #fff;
}
.form .fmmain input:nth-of-type(1){
	width: 225px;
	
}
.form .fmmain input:nth-of-type(2){
	width: 225px;
	
}
.form .fmmain input:nth-of-type(3){
	width: 486px;
	
}
/*.form .fmmain input:nth-of-type(4){
	width: 469px;
	height: 40px;
}*/
.form .fmmain input:nth-of-type(4){
	width: 185px;
	height: 40px;
	line-height: 18px;
	border: 1px solid #0aae0a;
	border-radius: 9px;
	float: right;
	margin: 5px 54px 0 0;
	cursor: pointer;
	background: -moz-linear-gradient(right, #009901, #00cc99);
    background: -webkit-linear-gradient(right, #009901, #00cc99);
    background: -o-linear-gradient(right, #009901, #00cc99);
    background: -ms-linear-gradient(right, #009901, #00cc99);
    background: linear-gradient(right, #009901, #00cc99);
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
	background: #0099ff;*/
}
.form .fmmain textarea{
	overflow: auto; 
	margin: 10px 10px 21px 0;
	background-color: rgb(0,0,0,0);
	background-color:#0E71BF;
	border: 1px solid #fff;
	font-size: 17px;
	padding: 10px;
	height: 95px;
	color: #fff;
	width: 486px;
	resize:none;
}
.formfoot{
	height: 170px;
	background-color: #2196f3;
}
.formfoot div{
	width: 1150px;
	margin: 0 auto;
	line-height: 170px;
}
.formfoot div span{
	display: inline-block;
	margin: 0 41px;
	width: 445px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.formfoot div span img{
	vertical-align: middle;
	margin-right: 15px;
	width: 30px;
}
.footer{
	background-color: #3d3d3d;
	color: #fff;
	padding: 5px 0 10px;
}
.footer .logo{
	margin: 0 auto;
}
.footer .logo ul{
	width: 450px;
	margin: 0 auto;
	
}
.footer .logo ul li a{
	color: #fff;
}
.footer .logo li + li:before{
	background-color:#fff;
	
}
.footer .footerend{
	width: 1150px;
	margin: 0px auto;
	text-align: center;
}
.footer .footerend span{
	line-height: 20px;
	font-size: 13px;
}