@charset "utf-8";
/* CSS Document */

.compContent1{
	width: 7.78rem;
	float: left;
	margin-left: 0.14rem;
}
.compTitle{
	width: 7.78rem;
	overflow: hidden;
}
.titlt1{
	height: 0.34rem;
	float: left;
	font-size: 20px;
	color: #437400;
	font-weight: bold;
	line-height: 2;
}
.titlt2{
	height: 0.34rem;
	float: left;
	font-size: 12px;
	color: #437400;
	font-weight: bold;
	line-height: 4;
}
.compLine{
	width: 7.78rem;
	height: 1px;
	overflow: hidden;
}
.compLine1{
	width: 0.8rem;
	height: 1px;
	background-color: #5fa103;
	float: left;
}
.compLine2{
	width: 6.98rem;
	height: 1px;
	background-color: #c5e992;
	float: left;
}
.compText{
	width: 7.76rem;
	font-size: 12px;
	color: #464545;
	text-align: justify;
	margin-top: 0.2rem;
}
.other3{
	width: 6.2rem;
	margin-left: 0.5rem;
}

.promise1{
	font-size: 18px;
	color: #464545;
	line-height: 2;
}
.promise1>span{
	padding: 0px 0.1rem 0px 0.2rem;
}

.other4,.other5{
	font-size: 18px;
	text-indent: 36px;
	color: #464545;
}
.other5{
	font-weight: bold;
}
.other6{
	width: 3.54rem;
	margin: 0.2rem 0px 0.4rem 1rem;
}
.close1{
	font-size: 18px;
	color: #000000;
	width: 300px;
	margin-left: 2.4rem;
}
.close1:hover{
	text-decoration: underline;
	cursor: default;
}
/*表单*/
.serForm{
	margin-top: 0.2rem;
}
.serCname{
	overflow: hidden;
	margin-bottom: 0.1rem;
}
.serCname>p{
	float: left;
	width: 1.34rem;
	font-size: 18px;
	line-height: 25px;
	text-align: right;
}
.serCname>input{
	display: block;
	float: left;
	border: solid 1px #5fa103;
	width: 2rem;
	height: 25px;
	font-size: 18px;
	line-height: 18px;
	outline: none;
	background-color: transparent;
	padding: 2px 0px;
}
.serCname>textarea{
	display: block;
	float: left;
	border: solid 1px #5fa103;
	width: 2rem;
	height: 1.8rem;
	font-size: 18px;
	line-height: 18px;
	outline: none;
	background-color: transparent;
	padding: 2px 0px;
}
.Pbtn{
	width: 1.1rem;
	height: 0.4rem;
	line-height: 0.4rem;
	font-size: 18px;
	color: #464545;
	text-align: center;
	background-color: #81b03c;
	border-radius: 5px;
	margin: 0.2rem 0px 0px 2.9rem;
}
.Pbtn:hover{
	cursor: default;
}

/*点击提交后显示*/
.blackbg{
	width: 100%;
	background-color: #000000;
	position: fixed;
	top: 0px;
	opacity: 0.8;
}
.msgTips{
	width: 580px;
	height: 380px;
	position: fixed;
	border-radius: 10px;
	background-color: #ffffff;
	top: 100px;
	left: 50%;
	margin-left: -300px;
	padding-top: 20px;
	background-image: url(../images/tipsbg.png);
	background-size: 100%;
	background-repeat: no-repeat;
}

.msgTips>p{
	width: 480px;
	margin: 5px 0px 0px 50px;
	font-size: 18px;
	color: #464545;
}
.PbtnL{
	width: 480px;
	overflow: hidden;
	margin: 20px 0px 0px 200px;
}
.PbtnL>div,.PbtnL>a{
	float: left;
	font-size: 18px;
	margin-right: 40px;
	color: black;
}
.PbtnL>div:hover{
	cursor: default;
	text-decoration: underline;
	color: #ffffff;
}

.PbtnL>a:hover{
	cursor: default;
	text-decoration: underline;
	color: #ffffff;
}

