.container:after,
.container:before {
	display: table;
	content: "";
}

.container:after {
	clear: both;
}

.container {
	width: 1220px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.container.width-1200 {
	width: 1200px;
}

@media (max-width:1480px) {
	.container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.container,
	.container[class*="width-"] {
		width: 1170px;
	}
}

@media (max-width:1200px) {

	.container,
	.container[class*="width-"] {
		width: 970px;
	}
}

@media (max-width:992px) {

	/* .container{padding-left: 15px; padding-right: 15px;} */
	.container,
	.container[class*="width-"] {
		width: 750px;
	}
}

@media (max-width:768px) {

	.container,
	.container[class*="width-"] {
		width: auto;
	}
}

.fr {
	float: right;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.header-blue {
	background: #1768e4;
	color: #fff;
}

.header-blue>.container {
	position: relative;
}

.header-toolbar {
	font-size: 14px;
	padding: 4px 0;
	height: 30px;
	position: relative;
	box-sizing: content-box;
}

.header-toolbar:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	background: #fff;
	opacity: .2;
}

.header-toolbar a {
	color: #fff;
}

.header-toolbar a:hover {
	text-decoration: underline;
}

.header-toolbar li {
	color: #fff;
	position: relative;
	height: 30px;
	line-height: 30px;
	float: left;
}

.header-toolbar li+li {
	margin-left: 27px;
}

.header-toolbar li.split {
	padding-left: 16px;
}

.header-toolbar li.split:after {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -6px;
	content: '';
	width: 1px;
	height: 14px;
	background: #fff;
	opacity: .46;
}

.header-toolbar li.ghb {
	background: #fff;
	border-radius: 15px;
	font-size: .9375em;
}

.header-toolbar li.ghb a {
	color: #D43030;
	padding-right: 8px;
	padding-left: 25px;
	position: relative;
}

.header-toolbar li.ghb a:before {
	content: '';
	position: absolute;
	left: 7px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 13px;
	height: 12px;
	background: url(../images/header_icon_ghb.png) no-repeat;
	background-size: 100% 100%;
}

.header-index .header {
	height: 320px;
	background: url(../images/index_header_bg.png) no-repeat center top;
}

.header-column .header {
	height: 243px;
	background: url(../images/header_bg.png) no-repeat center top;
}

.header>.container {
	margin: 0;
	width: 100%;
	padding: 0 calc(50% - 700px);
	padding-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}

.header>.container::before,
.header>.container::after {
	display: none;
}

.header-logo {
	clear: both;
	position: relative;
	width: 500px;
	height: 90px;
}

.header-logo img {
	display: block;
	margin: 0 auto;
	width: 500px;
	height: 90px;
	object-fit: contain;
}

.header-logo .header-logo-index {
	display: none;
}

.header-index .header .header-logo {
	padding: 35px 0 25px;
}

.header-index .header .header-logo-index {
	display: block;
	margin: 0 auto;
	max-height: 160px;
}

.header-column .header .header-logo {
	position: absolute;
	top: 64px;
	left: 0;
}

.header-column .header .header-logo-column {
	max-height: 115px;
}

.header-column .header .header-logo-column {
	display: block;
}

.header-column .header .header-search {
	position: absolute;
	top: 86px;
	right: 0;
}

.header-index .header .header-search {
	width: 420px;
	margin: 0 auto;
}

.header-search {
	position: relative;
	width: 334px;
	height: 70px;
	margin: 0 auto;
	padding: 0 88px 0 162px;
	border-radius: 35px;
	background: rgba(255, 255, 255, .8);
}

.header-search-txt {
	width: 100%;
	padding: 0;
	height: 70px;
	line-height: 70px;
	border: 0;
	color: #333;
	background: none;
	font-size: 1.25em;
}

.header-search-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
	width: 48px;
	height: 48px;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #D43030;
	border-radius: 50%;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}

.header-search-btn img {
	display: block;
	width: 26px;
	margin: 0 auto;
}

.header-search-btn:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

.header-search-txt::-webkit-input-placeholder {
	color: #808080;
}

.header-search-option label {
	width: 132px;
	position: absolute;
	left: 30px;
	color: #D43030;
	font-size: 1.625em;
	line-height: 70px;
	cursor: pointer;
}

.header-search-option label:after {
	content: '';
	position: absolute;
	right: 14px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 1px;
	height: 36px;
	background: #668CA3;
	opacity: 0.54;
}

.header-search-option label:before {
	content: "";
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: 0;
	border: 7px solid transparent;
	border-bottom-color: #D43030;
	transition: all .2s ease-in 0s;
	-moz-transition: all .2s ease-in 0s;
	-ms-transition: all .2s ease-in 0s;
	-o-transition: all .2s ease-in 0s;
	-webkit-transition: all .2s ease-in 0s;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.header-search-option label.open:before {
	margin-top: -10px;
	transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

.header-search-option ul {
	display: none;
	position: absolute;
	left: 25px;
	width: 122px;
	top: 100%;
	padding: 10px 0;
	line-height: 1.5;
	border-radius: 0 0 10px 10px;
	background: rgba(255, 255, 255, .8);
	box-shadow: 1px 5px 13px #e2e2e4;
}

.header-search-option ul li {
	padding: 5px 10px 5px 20px;
	cursor: pointer;
}

.header-search-option ul li:hover a {
	color: #D43030;
}

.mainnav {
	position: relative;
	z-index: 9;
	height: 30px;
	line-height: 30px;
	max-width: calc(100% - 500px);
}

.mainnav li {
	float: left;
	position: relative;
}

.mainnav li+li {
	margin-left: 42px;
}

.mainnav li a {
	display: block;
	font-size: 16px;
	text-align: center;
}

.mainnav li span {
	position: relative;
	display: inline-block;
	color: #444;
	font-weight: bolder;
	transition: .3s;
	white-space: nowrap;
	/* font-size: 20px; */
}

.mainnav li:hover span,
.mainnav li.on span {
	color: #111;
}

.header-choose-btn {
	position: absolute;
	top: 15px;
	left: 20px;
	z-index: 9;
	display: none;
}

.header-choose-btn div {
	position: relative;
	width: 28px;
	height: 18px;
	cursor: pointer;
}

.header-choose-btn span {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 20%;
	background: #fff;
	transition: all .3s;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-choose-btn span:nth-child(1) {
	top: 0;
}

.header-choose-btn span:nth-child(2) {
	top: 50%;
}

.header-choose-btn span:nth-child(3) {
	top: 100%;
}

.header-choose-opened .header-choose-btn span:nth-child(1) {
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(-45deg);
	-ms-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.header-choose-opened .header-choose-btn span:nth-child(2) {
	-webkit-transform: translateY(-50%) scaleX(0);
	-ms-transform: translateY(-50%) scaleX(0);
	transform: translateY(-50%) scaleX(0);
}

.header-choose-opened .header-choose-btn span:nth-child(3) {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.m-header-toolbar {
	position: absolute;
	top: 48px;
	right: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
	border: none;
	font-size: .875em;
	display: none;
}

.m-header-toolbar li {
	border-bottom: 1px solid rgba(225, 225, 225, .4);
}

.m-header-toolbar li a {
	color: #333;
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

.m-header-toolbar li a:hover {
	color: #4292f3;
}

.header-btn-old {
	position: absolute;
	right: 0;
	top: 85px;
	width: 300px;
	height: 83px;
	background: url(../images/header_btn_lnms.png) no-repeat;
	overflow: hidden;
}

.header-btn-old span {
	display: block;
	position: relative;
	padding-left: 60px;
	margin: 20px 0 0 20px;
	height: 43px;
	line-height: 43px;
	font-weight: bold;
	font-size: 1.125em;
	color: #fff;
	cursor: pointer;
}

.header-btn-old span:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -15px;
	width: 30px;
	height: 29px;
	background: url(../images/header_btn_lnms_icon.png) no-repeat center center;
	background-size: 100% auto;
}

@media (max-width:992px) {
	.header-btn-old {
		position: absolute;
		top: 2% !important;
		right: 2% !important;
		background: none !important;
		width: auto !important;
	}

	.header-btn-old span {
		line-height: 30px;
		height: 30px;
		color: #ffffff;
		background: #f17d00;
		border-radius: 6px;
		padding: 0 .625em !important;
		font-size: .9375em;
		font-weight: bold;
		margin: 5px 0 0 !important;
	}

	.header-btn-old span:before {
		content: normal !important;
	}
}

body.older .header-btn-old {
	width: 380px;
	height: 98px;
	top: 142px;
	right: -85px;
	background-image: url(../images/header_btn_lnms_older.png);
}

body.older .header-btn-old span {
	margin: 23px 0 0 24px;
	font-size: 1em;
	height: 52px;
	line-height: 52px;
	padding-left: 70px;
}

body.older .header-btn-old span:before {
	width: 39px;
}

@media (max-width:1480px) {
	body.older .header-btn-old {
		right: 0;
	}
}

@media (max-width:992px) {
	body.older .header-btn-old span {
		height: 52px;
		line-height: 52px;
	}
}

@media (max-width:1680px) {
	.header-index .header {
		height: 320px;
	}

	.header-index .header .header-logo-index {
		max-height: 160px;
	}

	.header-index .header-search-option label {
		width: 110px;
		font-size: 1.25em;
		line-height: 60px;
	}

	.header-index .header .header-search {
		padding-left: 142px;
	}

	.header-index .header .header-search {
		height: 60px;
	}

	.header-index .header-search-txt {
		height: 60px;
		line-height: 60px;
		font-size: 1.125em;
	}
}

@media (max-width:1480px) {
	.mainnav li+li {
		margin-left: 20px;
	}

	.header-search-option label:before {
		border-width: 6px;
	}

	.header-search-option label.open:before {
		margin-top: -6px;
	}
}

@media (max-width:1200px) {
	.header-wrapper .header .header-logo {
		position: static;
		padding: 45px 0 25px;
	}

	.header-wrapper .header .header-logo-index {
		display: block;
		margin: 0 auto;
		max-height: 211px;
	}

	.header-wrapper .header .header-logo-column {
		display: none;
	}

	.header-wrapper .header .header-search {
		position: relative;
		top: auto;
		right: auto;
	}

	.header-wrapper .header .header-search {
		max-width: 420px;
		margin: 0 auto;
	}

	.header-wrapper .header {
		height: auto;
		padding: 0 0 50px;
		background: url(../images/index_header_bg.png) no-repeat center top;
		background-size: cover;
	}

	.mainnav li+li {
		margin-left: 10px;
	}

}

@media (max-width: 1200px) and (min-width: 768px) {
	.mainnav ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.mainnav ul:before,
	.mainnav ul:after {
		display: none;
	}
}

@media (max-width: 992px) {

	.header-toolbar li.date,
	.header-toolbar li.wza {
		display: none;
	}
}

@media (max-width: 768px) {
	.header-toolbar {
		font-size: .875em;
	}

	.header-toolbar li.yxdl,
	.header-toolbar li.en,
	.header-toolbar li.jft {
		display: none;
	}

	.header-toolbar li.split {
		padding-left: 0;
	}

	.header-toolbar li.split:after {
		display: none;
	}

	.header-toolbar .fl {
		float: right;
	}

	.header-wrapper .header .header-search {
		width: 100%;
		box-sizing: border-box;
		max-width: 100%;
		padding-right: 80px;
	}

	/* .header-search label{display: none;} */
	.header-wrapper .header .header-search {
		padding-left: 142px;
	}

	.header-search-option label {
		width: 110px;
		font-size: 1.25em;
	}

	.header-choose-btn {
		display: block;
	}

	.mainnav .container {
		padding-left: 0;
		padding-right: 0;
	}

	.mainnav {
		padding: 12px 0;
		height: auto;
		line-height: normal;
	}

	.mainnav ul {
		display: block;
	}

	.mainnav li {
		width: 25%;
		position: relative;
	}

	.mainnav li:after {
		content: "";
		width: 1px;
		height: 16px;
		background: #fff;
		position: absolute;
		top: 50%;
		margin-top: -8px;
		right: 0;
		filter: alpha(opacity=20);
		-moz-opacity: 0.2;
		opacity: 0.2;
	}

	.mainnav li a {
		overflow: hidden;
		padding: 4px 0;
		height: auto;
		line-height: 30px;
		font-size: 1.125em;
	}

	.mainnav li:nth-child(4):after,
	.mainnav li:nth-child(7):after {
		display: none;
	}

	.mainnav li:hover span:after,
	.mainnav li.on span:after {
		display: none;
	}

	.mainnav li.nav1 {
		height: 68px;
	}

	.mainnav li.nav1 a {
		padding: 0;
		line-height: 68px;
	}

	.mainnav li.nav1 a:before {
		content: '';
		display: inline-block;
		width: 18px;
		height: 18px;
		background: url(../images/mainnav_icon_index.png) no-repeat;
		vertical-align: middle;
		margin: 0 10px 0 0;
		opacity: 0.7;
	}
}

@media (max-width: 480px) {
	.mainnav li.nav1 a {
		height: 76px;
		background: rgba(31, 93, 180, .95);
		border-radius: 5px;
		line-height: normal;
		overflow: hidden;
	}

	.mainnav li.nav1 a:before {
		display: block;
		margin: 15px auto 10px;
	}

	.mainnav li.nav1:after {
		display: none;
	}

	.mainnav li a {
		font-size: 1em;
	}
}

@media (max-width: 400px) {
	/* .header-toolbar li + li{margin-left: 8px;} */
}

@media (max-width: 370px) {
	/* .header-toolbar{font-size: 12px; height: 26px;}
	.header-toolbar li{height: 26px; line-height: 26px;}
	.mainnav li:after{display: none;} */
}



/* footer */

.footer span a {
	display: inline-block;
	color: #fff;
	padding-left: 10px;
}

.footer span a:hover {
	color: #399ff3;
}

.footer {
	width: 100%;
	height: 140px;
	line-height: 140px;
	background: #3c3f45;
	vertical-align: middle;
}

.footer_con {
	padding-top: 20px;
	width: 1200px;
	font-size: 15px;
	line-height: 26px;
	color: #fff;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}

.footer_con .con_left .site_link {
	margin: 0 auto;
}

.footer_con p {
	display: inline-block;
	font-size: 15px;
	line-height: 34px;
	width: 730px;
	color: #dcdcdc;
	float: left;
}

.footer_con a {
	color: #dcdcdc;
}

.footer_con a:hover {
	color: #fff;
}

.footer_con a img {
	vertical-align: middle;
	margin-right: 10px;
	margin-top: -6px;
	float: left;
}

.footer_con .copyright {
	line-height: 28px;
	color: #bebebe;
}

.footer_con .wzbs {
	width: 260px;
	margin-top: 26px;
	float: right;
}

/* footer */

/* 友情链接 */
a {
	color: #333;
}

.yqlj {
	width: 100%;
	text-align: center;
	background-color: #f9f8f4;
	margin-top: -50px;
}

.yqlj table {
	margin: 0 auto;
}

.yqlj ul {
	display: inline-block;
}

.yqlj ul li {
	float: left;
	margin-right: 15px;
	margin-top: 23px;
}

.yqlj ul li a {
	display: block;
	font-size: 15px;
	padding: 8px 12px;
}

.tag15sel {
	float: left;
	width: 180px;
	font-weight: bold;
	color: #fff;
	font-size: 20px;
	background-color: #d3bc95;
	height: 44px;
	line-height: 44px;
	border-bottom: #d3bc95 solid 2px;
}

.tag15sel a:hover {
	float: left;
	width: 180px;
	background: #1b579d;
	font-weight: bold;
	color: #FFF;
}

.tag15selno {
	float: left;
	width: 180px;
	font-size: 20px;
	color: #9e7d49;
	/* background: #f5f6f8; */
	height: 44px;
	line-height: 44px;
	border-bottom: #d3bc95 solid 2px;
}

.f15 {
	border: 1px solid #f7f8fc;
	padding: 20px;
}

.f15 td {
	font-size: 16px;
}

.f15 td a:hover {
	color: #9e7d49;
}

/* 友情链接 */


/*==== older ====*/
body.older .footer-txt {
	text-align: center;
}

body.older .footer-wzbs {
	position: static;
	margin-top: 0;
	padding-bottom: 30px;
	text-align: center;
}

body.older .footer-links .hd ul li,
body.older .footer-links .bd ul li {
	width: 33.333333%;
}

body.older .footer-links .hd ul li a {
	height: 68px;
	line-height: 58px;
}

@media (max-width: 992px) {

	body.older .footer-links .hd ul li,
	body.older .footer-links .bd ul li {
		width: 50%;
	}

	body.older .footer-links .hd ul li a {
		height: 58px;
	}
}

@media (max-width: 580px) {

	body.older .footer-links .hd ul li,
	body.older .footer-links .bd ul li {
		width: 100%;
	}
}

.header {
	width: 100%;
	/* height: 243px; */
	/* background: url(../images/header_bg.png) no-repeat center top; */
	/* box-sizing: content-box; */
	transform: scale(90%);
}

.header .header-logo {
	clear: both;
	overflow: hidden;
}

.header-logo .header-logo-column {
	height: 130px;
	position: absolute;
	left: -35px;
	top: -10px;
}

.header .header-search {
	position: absolute;
	top: 86px;
	right: 0;
	width: 334px;
	height: 70px;
	margin: 0 auto;
	padding: 0 88px 0 162px;
	box-sizing: content-box;
	border-radius: 35px;
	background: rgba(255, 255, 255, .8);
}

.header-search-txt {
	width: 100%;
	padding: 0;
	height: 70px;
	line-height: 70px;
	border: 0;
	color: #333;
	background: none;
	font-size: 1.25em;
}

.header-search-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	right: 20px;
	width: 48px;
	height: 48px;
	color: #fff;
	border: 0;
	cursor: pointer;
	background: #D43030;
	border-radius: 50%;
	-webkit-appearance: none;
	transition: all .3s;
	-webkit-transition: all .3s;
}


/*==== older ====*/
body.older .header-toolbar {
	height: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 20px;
}

body.older .header-toolbar li {
	height: 40px;
	line-height: 40px;
}

body.older .header-toolbar li.ghb a {
	padding-left: 30px;
}

body.older .header-toolbar li.ghb a:before {
	width: 16px;
	height: 16px;
}

body.older .header-toolbar li.split:after {
	height: 18px;
	margin-top: -9px;
}

body.older .header-toolbar li.lnfw {
	display: block;
}

body.older .header-toolbar li.znwd {
	width: 40px;
	text-align: center;
}

body.older .header-toolbar li.znwd img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

body.older .header-choose-btn {
	top: 26px;
}

body.older .m-header-toolbar {
	top: 70px;
}

body.older .mainnav {
	height: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

body.older .mainnav ul {
	overflow: hidden;
}

body.older .mainnav li+li {
	margin-left: 20px;
}

body.older .header {
	/* height: 611px; */
	padding-bottom: 0;
	/* background: url(../images/index_header_bg_older.png) no-repeat center top; */
}

body.older .header .header-logo {
	position: static;
	/* padding: 45px 0 25px; */
}

body.older .header .header-logo-index {
	display: block;
	margin: 0 auto;
	max-height: 250px;
}

body.older .header .header-logo-column {
	display: none;
}

body.older .header .header-search {
	position: relative;
	top: auto;
	right: auto;
	width: 580px;
	height: 80px;
	padding-left: 175px;
}

body.older .header .header-search {
	margin: 0 auto;
}

body.older .header-search-option label {
	width: 145px;
	font-size: 1em;
	line-height: 80px;
}

body.older .header-search-option ul {
	width: 139px;
}

body.older .header-search-txt {
	font-size: 1em;
	height: 80px;
	line-height: 80px;
}


body.older .footer-txt {
	text-align: center;
}

body.older .footer-wzbs {
	position: static;
	margin-top: 0;
	padding-bottom: 30px;
	text-align: center;
}

body.older .footer-links .hd ul li,
body.older .footer-links .bd ul li {
	width: 33.333333%;
}

body.older .footer-links .hd ul li a {
	height: 68px;
	line-height: 58px;
}

@media (max-width: 992px) {

	body.older .footer-links .hd ul li,
	body.older .footer-links .bd ul li {
		width: 50%;
	}

	body.older .footer-links .hd ul li a {
		height: 58px;
	}
}

@media (max-width: 580px) {

	body.older .footer-links .hd ul li,
	body.older .footer-links .bd ul li {
		width: 100%;
	}
}

body.older .header-blue {
	font-size: 28px;
	Letter-spacing: 1px;
}

body.older .footer-txt {
	font-size: 28px;
	Letter-spacing: 1px;
}

@media (max-width:1480px) {
	body.older .mainnav li+li {
		margin-left: 20px;
	}
}


@media (max-width: 1200px) {
	body.older .header-toolbar {
		height: auto;
	}

	/*body.older .header-toolbar li.lnfw{position: absolute; top: 15px; right: 0;}*/
	body.older .mainnav ul {
		display: block;
	}

	body.older .mainnav li+li {
		margin-left: 0;
	}

	body.older .mainnav li {
		width: 25%;
	}

	/* body.older .mainnav li.nav1{height:180px;}
	body.older .mainnav li.nav1 a{padding:0; line-height:180px;} */
}

@media (max-width: 768px) {

	/*body.older .header-toolbar{height: 32px; padding-top: 47px;}*/
	body.older .header-toolbar li {
		height: 32px;
		line-height: 32px;
	}

	body.older .header-toolbar li.znwd {
		width: 32px;
	}

	body.older .header-choose-btn {
		top: 22px;
	}

	body.older .m-header-toolbar {
		top: 62px;
	}

	body.older .header .header-search {
		padding-left: 162px;
	}

	body.older .header-search-option label {
		font-size: 1.25em;
		width: 132px;
		top: 18px;
	}

	body.older .mainnav li.nav1 {
		height: auto;
	}

	body.older .mainnav li.nav1 a {
		line-height: 30px;
		padding: 4px 0;
	}

	body.older .mainnav li.nav1 a:before {
		display: none;
	}

	body.older .header-search .header-search-txt {
		height: 80px;
	}
}

@media (max-width: 580px) {
	body.older .mainnav li {
		width: 33.3333%;
	}

	body.older .mainnav li.nav1 a {
		height: auto;
		background: none;
	}

	body.older .mainnav li:after {
		display: none;
	}
}

@media (max-width: 480px) {
	body.older .header-toolbar {
		font-size: 88%;
	}

	body.older .mainnav li a {
		font-size: 1.125em;
	}
}

@media (max-width: 520px) {
	body.older .mainnav li a {
		font-size: 1em;
	}
}