@charset "utf-8";

body {
	background-color: #fff;
}
img{
	max-width: 100%;
}
.top {
	height: 155px;
}

.top .t_logo {
	left: 0;
	top: 38px;
}

.top .f-tel {
	width: 155px;
	height: 64px;
	padding-left: 70px;
	right: 217px;
	top: 46px;
	background: url(../images/f-tel.png) 0 top no-repeat;
	color: #000;
	font: normal 18px/28px '微软雅黑';
}

.top .f-tel font {
	color: #d9a633;
	text-transform: uppercase;
}

.top .f-qrimg {
	right: 0;
	top: 46px;
}

.top .f-qrimg table {
	color: #000;
	font: normal 18px/28px '微软雅黑';
}

.top .f-qrimg table font {
	color: #d9a633;
	text-transform: uppercase;
}

.navgation {
	height: 50px;
	background-color: #b2b1aeb5;
	position: relative;
	z-index: 10
}

.navgation .ihli1 {
	display: block;
	width: 154.5px;
	height: 50px;
	padding-left: 2px;
	float: left;
	background: url(../images/line-nav.gif) left center no-repeat;
	position: relative;
}

.navgation .ihli1:first-child {
	background: none;
}

.navgation .ihli1 .iha1 {
	display: block;
	width: 154.5px;
	height: 50px;
	text-align: center;
	color: #323232;
	font: normal 14px/50px '微软雅黑';
}

.navgation .ihli1:hover .iha1 {
	color: #fff;
}

.navgation .ihli1 .ihul2 {
	position: absolute;
	left: 2;
	top: 50px;
	width: 155px;
	display: none
}

.navgation .ihli1 .ihul2 .ihli2 {
	display: block;
	width: 135.5px;
	height: 34px;
	padding-top: 1px;
	position: relative;
}

.navgation .ihli1 .ihul2 .ihli2 .iha2 {
	display: block;
	width: 135.5px;
	height: 34px;
	background: #e3b743;
	overflow: hidden;
	color: #323232;
	font: normal 12px/34px '微软雅黑';
	overflow: hidden;
	text-align: center;
}

.navgation .ihli1 .ihul2 .ihli2:hover .iha2 {
	background: #8c7d3c;
	color: #fff;
}

.foot {
	background-color: #6083a5;
	padding: 32px 0 45px 0;
}

.foot .f-nav {
	margin-top: 20px;
	font: normal 12px/24px '微软雅黑';
	color: #ecebeb;
}

.foot .f-nav a {
	font: normal 12px/24px '微软雅黑';
	color: #ecebeb;
	padding: 0 8px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}
.foot .f-nav a::after{
	content: '|';
	display: inline-block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(80%,-55%);
}
.foot .f-nav a:last-child::after{
	display: none;
}

.foot .f-nav a:hover {
	color: #e3b743
}

.f-copyright {
	margin-top: 25px;
	font: normal 12px/26px '微软雅黑';
	color: #ecebeb;
}

.f-copyright a {
	font: normal 12px/26px '微软雅黑';
	color: #ecebeb;
	margin: 0 5px;
}

.f-copyright a:hover {
	color: #e3b743
}

.pagination p {
	margin: 0;
	cursor: pointer
}

.pagination {
	height: 40px;
	padding: 20px 0px;
}

.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

.pagination a:hover {
	color: #077ee3;
	background: white;
	border: 1px #077ee3 solid;
}

.pagination a.cur {
	border: none;
	background: #077ee3;
	color: #fff;
}

.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.pagination p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.pagination p.pageRemark b {
	color: red;
}

.pagination p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.dates li {
	font-size: 14px;
	margin: 20px 0
}

.dates li span {
	float: right
}

.c-field {
	border-bottom: 1px solid #cccccc;
	padding: 0px 0px 0px 110px;
	min-height: 52px;
}

.c-field span {
	float: left;
	width: 110px;
	margin: 0px 0px 0px -110px;
	padding: 0px 0px 0px 0px;
	font-size: 15px;
	color: #333333;
	line-height: 50px;
}

.c-field span em {
	color: #e9ab08;
	font-style: normal;
}

.c-field .c-text {
	height: 50px;
	padding: 0px;
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
	display: block;
}

.c-field .c-select {
	height: 30px;
	background-color: transparent;
	width: 60%;
	display: block;
	position: relative;
	top: 10px;
	border-color: #cccccc;
}

.c-field .c-area {
	height: 113px;
	padding: 0px;
	border: none;
	outline: none;
	background-color: transparent;
	width: 100%;
	display: block;
	padding: 20px 0px;
}

.c-field-control {
	margin: 20px 0px 30px 0px;
	position: relative;
}

.c-field-control .c-captcha {
	float: left;
}

.c-field-control .c-control {
	float: right;
	padding: 40px 0px 0px 30px;
}

.c-field-control .c-control .btn-submit {
	height: 40px;
	padding: 0px 30px;
	color: #fff;
	font-size: 15px;
	background-color: #c59006;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all ease 0.3s;
}

.input_captcha {
	margin-right: 10px;
}

.wp_captcha {
	float: left;
}

.d-captcha {
	margin-top: 30px;
}

.wp_submit_contact {
	padding: unset !important;
}

.topbar {
	z-index: 1000;
}

@media screen and (max-width: 600px) {
	.wp_captcha {
		float: unset;
	}

	.wp_submit_contact {
		padding: 40px 0px 0px 30px !important;
		float: unset !important;
		text-align: center;
	}

	.wp_captcha .row {
		margin-right: unset;
		margin-left: unset;
	}

	.input_captcha {
		margin-bottom: 15px;
	}
}