/* header */
.isPc .header {
	height: 38px;
	border-top: 2px solid #f42838;
	padding: 50px 0 25px;
}

.isPc .header_cont {
	width: 1200px;
	margin: 0 auto;
}

.isPc .l_header {
	float: left;
	width: 530px;
	margin-right: 60px;
}

.isPc .r_header {
	float: left;
	padding-top: 3px;
}

.isWap .header {
	border-top: 3px solid #f42838;
	padding: 0.4rem 0 0.4rem;
}

.isWap .header_cont {
	width: 100%;
}

.isWap .l_header {
	width: 70%;
	margin: 0 auto;
}

.isWap .l_header img {
	width: 100%;
}

.isWap .r_header {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
}

.isPc .h-search {
	display: inline;
	float: left;
	width: 328px;
	height: 28px;
	border: 1px solid #f7a9af;
	margin-left: 8px;
	margin-right: 10px;
}

.isPc .h-search .sInner {
	padding: 0;
	position: relative;
}

.isPc .h-search .i-text {
	border: none;
	background: none;
	margin: 0px;
	padding: 0px;
	height: 28px;
	line-height: 28px;
	width: 88%;
	padding-left: 10px;
	font-size: 14px;
}

/* .isPc .h-search .i-text::-webkit-input-placeholder {
	color: #ea2938;
}

.isPc .h-search .i-text::-moz-placeholder {
	color: #ea2938;
}

.isPc .h-search .i-text:-ms-input-placeholder {
	color: #ea2938;
}

.isPc .h-search .i-text:-moz-placeholder {
	color: #ea2938;
} */

.isPc .h-search .i-subm {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 0px;
	right: 0px;
	background: url(/public/ico-search.png) no-repeat center;
	font-size: 0px;
	line-height: 0px;
	border: none;
}

.isWap .h-search-switch {
	display: block;
	font-size: 0;
	width: 1.0rem;
	height: 2.2rem;
	background: url(/public/ico-search_L.png) no-repeat center;
	background-size: 0.55rem 0.55rem;
}

.isWap .close_sh {
	position: absolute;
	display: block;
	right: 0;
	top: 0;
	width: 100%;
	height: 1.68rem;
	padding: 0;
	background: url(sh_ico.png) no-repeat center;
	background-size: 0.75rem 0.75rem;
}

.isWap .close_sh a {
	display: block;
	width: 100%;
	height: 1.68rem;
	background: #f42838 url(/public/nav-focus.png) no-repeat 96%;
	background-size: 0.45rem 0.45rem;
}

.isWap .close2 {
	background: #f42838;
	width: 100%;
	height: 1.68rem;
	margin: 0 auto;
}

.isWap .close2 a {
	display: block;
	width: 100%;
	height: 1.68rem;
	background: url(/public/nav-focus.png) no-repeat 96%;
	background-size: 0.45rem 0.45rem;
}

.isWap .h-search {
	background: rgba(255, 255, 255, 0.85);
	z-index: 1000;
	top: 0;
	left: 0;
	width: 100%;
	height: 10rem;
	padding: 0.28rem 0;
	position: absolute;
}

.isWap .h-search {
	display: none;
}

.isWap .h-search .sInner {
	position: relative;
	width: 80%;
	margin: 0 0.25rem;
	padding-right: 0.8rem;
	top: 1.8rem;
	background: #f42838;
	color: #fff;
}

.isWap .h-search .i-text {
	border: none;
	background: #f42838;
	margin: 0px;
	padding: 0px;
	height: 1rem;
	line-height: 1rem;
	width: 92%;
	font-size: 0.28rem;
	text-indent: 0.15rem;
	color: #fff;
}

.isWap .h-search .i-text::-webkit-input-placeholder {
	color: #fff;
}

.isWap .h-search .i-text::-moz-placeholder {
	color: #fff;
}

.isWap .h-search .i-text:-ms-input-placeholder {
	color: #fff;
}

.isWap .h-search .i-text:-moz-placeholder {
	color: #fff;
}

.isWap .h-search .i-subm {
	position: absolute;
	width: 20%;
	height: 1rem;
	top: 0px;
	background: url(/public/ico-search2.png) no-repeat center;
	font-size: 0px;
	line-height: 0px;
	background-size: 0.5rem 0.5rem;
	border: none;
}

.r_header span {
	line-height: 28px;
	height: 28px;
	margin-right: 10px;
	display: block;
	float: left;
	padding: 0 22px;
	border: 1px solid #f4949b;
}

/* nav */
.isPc .navBox {
	width: 100%;
	height: 59px;
	position: relative;
	z-index: 999999;
	top: 0;
}

.isPc .nav {
	line-height: 50px;
	width: 100%;
	margin: 0 auto;
}

.isPc .menuLink {
	display: none;
}

.isPc #mainNav {
	width: 100%;
	height: 50px;
	text-transform: uppercase;
}

.isPc #mainNav ul {
	margin: 0 auto;
	line-height: 50px;
	width: 1200px;
}

.isPc #mainNav ul li {
	position: relative;
	display: inline-block;
	float: left\9;
	padding: 0 10px;
	margin-right: 34px;
	border-top: 7px solid #fff;
}

.isPc #mainNav ul ul li {
	position: relative;
	display: inline-block;
	float: left\9;
	padding: 0px;
	margin-right: 0;
	border-top: 0px solid #fff;
}

.isPc #mainNav>ul li:hover {
	border-top: 7px solid #e5223d;
	background: #fff;
}

.isPc #mainNav>ul li ul li:hover {
	border-top: 0;
}

.isPc #mainNav ul li a {
	display: inline-block;
	line-height: 50px;
	color: #454545;
	font-size: 16px;
	font-size: 14px\9;
	font-family: 'GADUGI';
}

.isPc .sfhover {
	background: #ea2938;
	text-decoration: none;
}

.isPc #mainNav ul {
	list-style: none;
}

.isPc #minNav ul:after {
	content: "";
	clear: both;
	display: block;
}

.isPc #mainNav ul li:hover ul {
	display: block;
}

.isPc #mainNav ul ul {
	top: 52px;
	width: 190px;
	left: 0px;
	text-transform: capitalize;
	background: #e5223d;
}

.isPc #mainNav ul ul li {
	display: block;
	height: 40px;
	width: 100%;
}

.isPc #mainNav ul ul a {
	display: block;
	width: 94%;
	padding: 0 3%;
	line-height: 40px;
	height: 40px;
	color: #fff;
}

.isPc #mainNav ul li a:hover {
	text-decoration: none;
}

.isPc #mainNav ul ul a:hover {
	background: #d10023;
	color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

.isPc .submenu {
	position: absolute;
	z-index: 9999;
	width: 190px;
	display: none;
	background: #fee9eb;
}

.isPc .disblock {
	display: block;
}

.isWap .navBox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.isWap .nav_submit {
	width: 20px;
	height: 20px;
	display: block;
	background: #0191d7;
}

.isWap .nav {
	position: absolute;
	z-index: 9999;
	background: rgba(255, 255, 255, 0.85);
	top: 1.95rem;
	left: 0;
	width: 100%;
	height: 900px;
	display: none;
}

.isWap .menuLink {
	display: block;
	position: absolute;
	z-index: 999;
	font-size: 40px;
	width: 0.7rem;
	height: 0.7rem;
	background: url(/public/nav-btn.png) no-repeat center;
	background-size: 0.5rem 0.45rem;
	right: 0.1rem;
	top: 0.75rem;
}

.isWap #mainNav {
	min-width: inherit;
	float: none;
	width: 100%;
	background-size: cover;
	box-sizing: content-box;
	font-size: 0.3rem;
	position: relative;
	left: 0px;
	top: 0;
}

.isWap #mainNav.active {
	max-height: 100%;
}

.isWap #mainNav ul ul i {
	display: none;
}

.isWap #mainNav li .submenu li a {
	color: #fff;
}

.isWap #mainNav li.has-submenu {}

.isWap #mainNav li.has-submenu .sub {
	width: 75%;
	float: left;
}

.isWap #mainNav li.has-submenu .subBtn {
	float: left;
	display: inline;
	width: 0.52rem;
	height: 0.52rem;
	background: url(/public/jia.png) no-repeat center center;
	background-size: 0.25rem 0.25rem;
}

.isWap #mainNav li.has-submenu a.subBtn .active {
	background: url(/public/jian.png) no-repeat center center;
	background-size: 0.32rem 0.32rem;
}

.isWap #mainNav ul {
	list-style: none;
	position: relative;
	display: inline;
}

.isWap #mainNav ul li {
	display: block;
	float: none;
	width: 100%;
	text-transform: uppercase;
}

.isWap #mainNav ul li a {
	color: #000;
	font-size: 0.36rem;
	position: relative;
	display: block;
	padding: 0.15rem 0.1rem 0.15rem 0.4rem;
	text-transform: uppercase;
}

.isWap #mainNav ul li>ul.sub-menu {
	width: 100%;
	padding: 4px 0;
	background-clip: padding-box;
	padding: 0px;
	background-clip: padding-box;
}

.isWap #mainNav ul ul {
	display: none;
	position: absolute;
	top: 100%;
	overflow: hidden;
	max-height: 0;
	display: inherit;
	position: relative;
	left: auto;
	top: auto;
	box-shadow: none;
	border: none;
	padding: 0;
	width: 100%;
}

.isWap #mainNav ul ul.active {
	max-height: 100%;
}

.isWap #mainNav ul ul>li {
	border-top: 0;
	position: relative;
	display: block;
	background: rgba(244, 40, 56, 0.9);
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #f42838;
}

.isWap #mainNav ul ul>li a {
	height: auto;
	font-size: 0.3rem;
	padding: 0.15rem 0.1rem 0.15rem 0.7rem;
	height: auto;
	text-decoration: none;
	border-bottom: 0;
	text-transform: capitalize;
	background: url(/public/ico1x1.png) no-repeat 0.5rem 0.35rem;
}

.isWap #mainNav ul ul>li a:hover {
	background: #017cb8;
	color: #fff;
	border-radius: 3px;
}

.isWap .menuBg {
	background: #0191d7;
}

.isWap .closeNav {
	float: right;
	width: 1.58rem;
	height: 1.58rem;
	position: absolute;
	z-index: 9999999;
	right: 0;
}

.isWap .closeNav a {
	display: block;
	width: 100%;
	height: 1.58rem;
	background: url(close.png) no-repeat center;
	background-size: 0.75rem 0.75rem;
}