/*选项*/
.jj_box{
	width: 1200px;
	margin: 20px auto 0;
	padding-bottom: 50px;
}
.jj_up{
	padding-left: 408px;
	background: url(../images/tit.jpg)no-repeat 540px 22px;
}
.jj_up a{
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #008053;
}
.jj_up h2{
	font-size: 24px;
	line-height: 36px;
	color: #008053;
}
.jj_up h2 span{
	color: #515151;
}

/*联系方式*/
.lx_box{
	width: 1200px;
	margin: 40px auto;
}
.lx_uplist{
	width: 550px;
	display: inline-block;
	overflow: hidden;
}
.lx_uplist:last-child{
	float: right;
}
.lx_fy{
	border: 1px solid #88c4af;
	line-height: 38px;
	margin-bottom: 22px;
}
.lx_fy span{
	width: 15px;
	text-align: center;
	background-color: #008053;
	display: inline-block;
	color: #fff;
	font-size: 12px;
	border-top: 2px solid #008053;
}
.lx_fy>p{
	display: inline-block;
	font-size: 18px;
	color: #008053;
	padding: 0 10px;
}
.lx_fy p:last-child{
	color: #5f5d6a;
	position: relative;
}
.lx_fy p:last-child::before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8.5px;
	content: '';
	width: 2px;
	height: 17px;
	background-color: #b8d2c6;
}
.lx_img{
	width: 100%;
	height: 278px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lx_img img{
	width: 100%;
	height: 100%;
}
.lx_textname{
	font-size: 24px;
	color: #5f5d6a;
}
.lx_list{
	overflow: hidden;
	font-size: 18px;
	color: #5f5d6a;
	line-height: 40px;
}
.lx_list span{
	float: left;
}
.lx_list div{
	display: inline-block;
	float: left;
}
.lx_list div p{
	line-height: 40px;
}

/*提交表单*/
.tj_box{
	width: 1200px;
	margin: 0 auto;
}
.tj_bd{
	width: 800px;
	margin: 0 auto;
}
.tj_list{
	overflow: hidden;
	padding: 5px 0;
}
.tj_list p{
	width: 90px;
	text-align: right;
	font-weight: bold;
	float: left;
	line-height: 36px;
	margin-right: 10px;
}
.tj_list p span{
	margin-right: 3px;
	color: red;
}
.tj_list input{
	width: 680px;
	line-height: 36px;
	border: 1px #CCC solid;
	float: left;
}
.tj_list textarea{
	width: 680px;
	height: 110px;
	border: 1px #CCC solid;
}
.tj_list1 input{
	width: 280px;
}
.tj_list1 img{
	width: 95px;
	height: 38px;
	float: left;
	margin-left: 20px;
}
.tj_btnbox{
	margin: 5px 0 5px 100px;
}
.tj_btnbox button{
	width: 96px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #28946e;
	margin-right: 25px;
	background-color: #fff;
	color: #28946e;
}
.tj_btnbox button:last-child{
	background-color: #ccc;
	color: #333;
}