header {
	border-top: 12px solid #58d2c6;
}
.topbar {
	position: relative;
	min-width: 1200px;
    max-width: 1440px;
    margin: 0 auto;
    height: 100px;    
}
.topbar_logo {
	margin-top: 20px;
	position: absolute;
	width: 176px;
}
.topbar_logo img {
	width: 100%;
}
.topbar_menu .topbar_nav > li {
	float: left;
	line-height: 100px;
	height: 100px;
	width: 143px;
}
.topbar_nav_item {
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	z-index: 5;
	border: 1px solid #e7eaea;
	display: none;
	background: #fff;
}
.topbar_menu .topbar_nav > li:hover .topbar_nav_item {
	display: block;
}
.topbar_nav_item li {
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	text-align: center;
}
.topbar_nav_item li a {
	color: #737373;
}
.topbar_nav_item li:first-child {
	border-bottom: 1px solid #ccc;
}
.topbar_menu li p {
	height: 100px;
	text-align: center;
}
.topbar_menu li a {
	display: block;
	width: 100%;
	font-size: 18px;
	color: #000;
	opacity: .7;
}
.menu_on {
	background-color: #58d2c6;	
}
.menu_on > p > a {
	color: #fff !important;
	font-size: 24px !important;
}
.swiper-container {
	min-width: 768px;
	width: 100%;
}
.swiper-container img {
	width: 100%;
}

footer {
	height: 552px;
	background-color: #5ac9bf;
}
footer a p,
footer p {
	color: #fff;
}
footer .code {
	width: 570px;
	margin: 0 auto;
	padding-top: 80px;
	display: flex;
	justify-content: space-around;
}
footer .code .code-wrapper {
	width: 231px;
	height: 231px;
}
.container {
	margin-top: 50px;
	text-align: center;
	font-size: 26px;
}
.header-swiper .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2352c4b9'%2F%3E%3C%2Fsvg%3E") !important;
    left: 50px !important;
    width: 29px !important;
    height: 50px !important;
}

.header-swiper .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2352c4b9'%2F%3E%3C%2Fsvg%3E") !important;
    right: 50px !important;
     width: 29px !important;
    height: 50px !important;
}
.header-swiper .swiper-container {
	padding-bottom: 13px;
}
.header-swiper .swiper-pagination {
	height: 18px;
	background-color: #5ac9bf;
}
.header-swiper .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
}
.header-swiper .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	margin: 5px 10px 0 !important;
}
.header-swiper .swiper-pagination-bullet-active {
	    background: #fff !important;
}

/*.header-swiper .swiper-pagination-bullet {
	background-color: #249f94 !important;
}*/
.header-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin-top: 24px;
}
.ry-content {
	padding-top: 20px;
}
/*******公共搜索**********/
.topSearch{
	float: right;
	width: 405px;
	height: 45px;
	margin-top: 30px;
	border-radius:45px;
	margin-left: 50px;
	font-size: 0;
	position: relative;
}
.topSearch .searchIpt{
	width: 100%;
	height: 100%;
	border-radius: 45px;
	border:none;
	background: #ededf0;
	font-size: 16px;
	color: #666;
	text-indent: 20px;
}
.topSearch button{
	width: 90px;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
	border-radius:0 45px 45px 0;
	background:#58d2c6 url(../img/search_but_white.png) center no-repeat;
}
/*导航栏颜色*/
.navBar {
	width: 1180px;
	margin: 0 auto;
	padding-top: 35px;
}
 #where{
  font-size: 14px;
  color: rgba(64,64,64,.7);
  margin-bottom: 5px;
}
 #where a{
  color: rgba(64,64,64,.7);
}
