.jz1 {
	max-width: 900px;
	margin: 0 auto;
}

.side1 img {
	width: 100%;
}


.c3biao1 h2 {
	font-size: 28px;
	border-bottom: 2px solid #e02423;
	display: initial;
	padding-bottom: 10px;
	font-weight: bold;
	color: #e02423;
}

.c3biao1 h3 {
	font-size: 20px;
	color: rgb(102, 102, 102);
	padding-top: 20px;
}

.c3nei1 {
	padding: 50px 0px;
}

.c3nei2 {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.c3nei3 {
	width: 33%;
}

.c3nei3 ul li {
	width: 100%;
	position: relative;
	z-index: 1;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	transition: all 0.5s ease 0s;
	margin-bottom: 5px;
}

.c3nei3 ul li img {
	width: 100%;
	transition: transform 0.5s ease 0s;
}

.c3nei2:hover .c3nei3 ul li {
	opacity: 0.5;
}

.c3nei2 .c3nei3 ul li:hover {
	opacity: 1;
	transform: scale(1.06);
	z-index: 2;
	box-shadow: 0px 0px 4px 7px rgb(102, 102, 102);
}

.c3nei3 ul li a {
	display: block;
	transition: all 0.5s ease 0s;
}

.c3nei3 ul li a img {
	width: 100%;
}

.c3nei3 ul li:hover a {
	box-shadow: 0px 0px 0px 8px rgb(255, 255, 255);
}

.c4nei1 {
	padding: 50px 0px;
}

.center4 {
	padding: 50px 0px 0px 0px;
	background: rgb(246, 246, 246) none repeat scroll 0% 0%;
}

.c4zhong1 {
	padding: 25px 30px 0;
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	display: flex;
	flex-direction: column;
}

.c4zhong1 h2 {
	font-size: 26px;
	color: rgb(0, 0, 0);
	line-height: 30px;
	border-bottom: 1px solid rgb(204, 204, 204);
	padding: 0px 0px 10px;
	font-weight: normal;
}

.c4zhong1 ul li {
	font-size: 16px;
	color: rgb(138, 138, 138);
	line-height: 30px;
}

.c4zhong1 ul {
	padding: 15px 0;
}

.c4weix {
	padding-top: 30px;
	display: flex;
	flex-direction: row;
}

.c4le1 {
	width: 85px;
	margin-right: 20px;
}

.c4le1 img {
	width: 100%;
}

.c4le1 p {
	color: rgb(146, 146, 146);
	padding-top: 10px;
	text-align: center;
}

.center5 {
	background: rgb(246, 246, 246) none repeat scroll 0% 0%;
	padding: 100px 0px;
}

.c5nei1 ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding-top: 50px;
}

.c5nei1 ul li {
	width: 32.3%;
}

.c5nei1 ul li img {
	width: 100%;
}

.c5nei1 ul li p {
	text-align: center;
	font-size: 18px;
	padding: 10px 0px;
	color: rgb(100, 100, 100);
}

#dituContent {
	width: 100%;
	position: relative;
	z-index: 0;
	background-image: url('/Public/img/Home/bg.png');
	color: rgb(0, 0, 0);
	text-align: left;
}
/*留言表单*/
.form-page{
	background:#fff;
}
.form-page h1{
	font-size: 25px;
	color: #333;
	text-align: center;
	padding: 35px 0 5px;
}
.form-page .j-row{
	margin-bottom: 30px;
    padding-bottom: 40px;
    position: relative;
}
.form-page .f-bg{
	position:absolute;
	left:-22px;
	top:84px;
	height:613px;
	width:921px;
	background:url(img/form-page-bg.png) no-repeat;
}
.form-page .form{
	padding: 0;
}
.form-page .form form{
	margin-top:0px;
}
.SP-sidebar-b-nav #vsb_content .f-title p{
	font-size:20px;
	color:#474747;
	text-indent: inherit;
}
.form-page .form .input{
	border:none;
	width:800px;
	background:#f4f4f4;
	height:26px;
	line-height:26px;
	color:#474747;
	padding:10px 0 10px 15px;
	margin-top:26px;
	font-family: "微软雅黑";
}
.form-page .form .textarea{
	border:none;
	width:800px;
	background:#f4f4f4;
	height:200px;
	line-height:26px;
	color:#474747 !important;
	padding:10px 0 10px 15px;
	margin-top:26px;
	font-size: 14px;
	font-family: "微软雅黑";
}
.form-page .form input.hover{
	background:#fdd900;
	color:#FFF;
}
.form-page .form input.f-name,.form-page .form input.f-phone{
	width:388px;
	vertical-align:middle
}
.form-page .form input.f-phone{
	margin-left:5px;
}
.form-page .form .btn{
	margin-top:46px;
	text-align: center;
}
.form-page .form .button{
	width:185px;
	height:48px;
	line-height:43px;
	text-align:center;
	font-size:18px;
	background:#333;
	font-family:'微软雅黑','黑体';
	font-weight:bold;
	color: #fff;
	margin: 0 auto;
}
.form-page .form .button:hover{
	background:#00a0e9;
}
.selectliu{
	border:none;
	width:820px;
	background:#f4f4f4;
	height:46px;
	line-height:46px;
	color:#474747;
	padding:0px;
	margin-top:26px;
	padding-left:15px;
}
/*表单页面 end*/