.service .service-title {
  margin:10px 0;
}
.service .service-title h2 {
  color:#df2228;
  font-size: 24px;
  text-align: center;
}
.service .service-title p {
  font-size: 16px;
  margin:17px 0;
  text-align: center;
}

.service .tab {
	float:left;
	width:23%;
	height: 57px;
	margin:0 1%;
	margin-top: 10px;
}
.service .tab  select {
	border: 1px solid #dedede;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    width: 100%;
    padding: 0 10px;
    color: #666;
    background: #fff;
}
.service .tab input {
	border: 1px solid #dedede;
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    width: 100%;
    padding: 0 10px;
    color: #666;
    background: #fff;
}
.service .txt {
	margin:0 1%;
}
.service .txt input {
	border: 1px solid #dedede;
    font-size: 14px;
	width: 100%;
    height: 80px;
	margin-top: 10px;
    line-height: 18px;
    color: #666;
    padding: 0 10px;
}

.service .file {}
.service .file span {}
.service .file input {
	width: 240px;
	border:none;
}



.service .submit {

	margin-top:10px;

}

.service .service-submit {
	display: block;
	width:100%;
    max-width: 200px;
    height: 40px;
	line-height: 40px;
    background: #df2228;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    border: none;
}
.text {
	padding: 20px;
}
.text .t1 {
	font-size: 14px;
    color: #df2228;
}
.text .t2 {
	font-size: 14px;
    color: #3a3a3a;
}
.text .t3 {
	font-size: 14px;
    color: #3a3a3a;
	padding-top:30px;
}
.text .t3 a {
	font-size: 28px;
    color: #df2228;
}


@media screen and (max-width:1320px){}
@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.service .tab {
	float:left;
	width:98%;
	height: 57px;
	margin:0 1%;
	margin-top: 10px;
}
.text .t3 a {
	display:block;
}
}
