/* 头部顶部 */
.top{
	background: #ea6f84;
	height: 50px;
	line-height: 50px;
}
.top span{
	color:white;
	font-size:13px!important ;
}
.logotop {
	height: 180px;
}

.logotop>div {
	height: 100%;
	position: relative;
}
.logotop>div>div.left,.logotop>div>div.right{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}
.logotop>div>div.right{
	right: 0;
    border-radius: 20px;
}
.logotop>div>div.left>a {
	font-size: 27px !important;
	display: inline-block;
}

.search {
	    width: 100%;
    height: 40px;
    border: 1px solid #ededed;
    border-radius: 20px;
    padding-left: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.heightlight{
	color:#f00 !important;
}
.search>input {
	border: none !important;
	height: 100%;
	outline:none;
	width:219px;
}

.search>a {
	width: 62px;
    display: inline-block;
    background: #eeeeee;
    height: 38px;
    line-height: 38px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}
/* 顶部轮播图 */
.Jpswiper-container,
.Jpswiper-container>.swiper-wrapper,
.Jpswiper-container>.swiper-wrapper>.swiper-slide,
.Jpswiper-container>.swiper-wrapper>.swiper-slide>a,
.Jpswiper-container>.swiper-wrapper>.swiper-slide>a>img{
	z-index: 1;
}
/* 导航 */
#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: 100%;
	font-family: Alibaba PuHuiTi!important;
	line-height: 1;
	background: #ff99aa;
	height: 50px;
	line-height: 50px;
	position: relative;
}

#cssmenu>ul {
	display: inline-block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}

#cssmenu>ul>li {
	float: left;
	width: 90px;
	text-align: center;
}

#cssmenu>ul>li.active {
	background: #ea6f84 !important;
}

#cssmenu>ul>li:last-child {
	margin-right: 0px !important;
}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li>a {
	display: inline-block;
	width: 100%;
	color: white !important;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	font-size:18px!important;
}

#cssmenu>ul>li.has-sub:hover>a::after {
	border-color: #009ae1;
}

#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}
#cssmenu ul li:hover{
	background:#ea6f84!important ;
}
#cssmenu ul li:hover>ul>li {
	height: 32px;
}

#cssmenu ul ul li a {
	display: inline-block;
	width: 100%;
	font-size: 12px;
	background: #ff99aa;
	text-decoration: none;
	color: white !important;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu ul ul li a:hover {
	background: #ea6f84 !important;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #ffffff;
}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left;
	}

	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		width: 100%;
		height: auto;
		border-top: 1px solid white;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
	}

	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		float: none;
		display: block;
		position: relative;
	}

	#cssmenu ul ul li a {
		display: inline-block;
		width: 100%;
		font-size: 12px;
		color: #000000;
		background: none;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #000000;
	}

	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		padding: 0px !important;
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}

	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none;
	}

	#menu-line {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding-left: 10px;
		color: white;
		cursor: pointer;
		font-size: 18px;
		text-transform: uppercase;
	}

	#cssmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 15px;
		right: 10px;
		display: block;
		width: 20px;
		height: 2px;
		background: white;
		border-top: 2px solid white;
	}

	#cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 10px;
		display: block;
		width: 20px;
		height: 3px;
		border-bottom: 2px solid white;
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(120, 120, 120, 0.15);
		height: 41px;
		width: 52px;
		cursor: pointer;
	}

	#cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 16px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: white;
		z-index: 99;
	}

	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 21px;
		display: block;
		width: 11px;
		height: 1px;
		background: white;
		z-index: 99;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}
}
