* {
	list-style: none;
}
html {
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
	color: #333;
	font: normal 16px/1.8 "Microsoft Yahei", "PingFang", "Droid Sans";
}
ul, li, dl, dt, dd, ol, p, img {
	list-style: none;
	border: none;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
}
a:hover {
	opacity: 0.8;
	color: #17579f;
	text-decoration: none;
}
.bg-light {
	background: #f4f4f4 !important;
}
.border {
	border: 1px solid #f4f4f4 !important;
}
.header {
	height: 505px;
	position: relative;
	background: #fff top center / auto 100% url(../img/header-bg.jpg);
	;
}
.top-header .container {
	padding: 40px 70px;
}
.logo-wrapper {
	flex: 0;
	margin-bottom: 30px;
}
.logo-wrapper img {
	height: 49px;
}
#topNav {
	background: #17579f;
	position: relative;
}
#topNav.fixed-top {
	position: fixed;
}
#topNav .navbar {
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
#topNav .navbar-nav {
	justify-content: center;/*align-items: center;*/
}
#topNav .nav-item {
	position: relative;
	flex-grow: 1;
	text-align: center;
}
#topNav .nav-link.active {
	background: #005482;
	position: relative;
}
#topNav .nav-link:hover {
	background: #126dd3;
	opacity: 1;
}
#topNav .nav-link.active::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: calc(50% - 10px);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #fff;
}
#topNav .nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-family: "Microsoft Yahei";
	font-weight: 600;
	font-size: 22px;
	line-height: 50px;
}
#topNav .nav-link:hover {
	background: #126dd3;
	color: #fff;
}
h3.column-title {
	line-height: 40px;
	font-size: 24px;
	color: #000;
	margin-bottom: 10px;
}
h3.column-title i {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	background: #17579f;
	color: #fff;
	font-size: 24px;
	text-align: center;
	border-radius: 50%;
}
.news-list li {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news-list li::before {
	content: "\2022";
	font-size: 22px;
	color: #d3d3d3;
	margin-right: 8px;
}
.img-list img {
	height: 210px;object-position: center top;
  object-fit: cover;
}
.tour-image-wrapper {
	position: relative;
}
.tour-image-wrapper .title-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 15px;
	color: #fff;
}
.tour-image-wrapper img {
	width: 100%;
	object-fit: cover;
}
.tour-image-wrapper .large {
	height: 420px;
}
.tour-image-wrapper .small {
	height: 206px;
}
.tour-image-wrapper .title {
	color: #fff;
}

.nav-tab-title{justify-content: center; }
.nav-tab-title .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: none;
  padding: 0 0.5rem 0 0;
  text-align: center;
}
.nav-tab-title .nav-link {
  padding: 0.5rem 0.5rem;
  text-align: center;
  color: #999;font-size: 24px;
}
.nav-tab-title .active {
  border-bottom: 4px solid #17579f;
  color: #17579f;
  position: relative;
}
.nav-tab-title .active::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: calc(50% - 10px);
  border-top: 9px solid #17579f;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}

.nav-tab-title .nav-item i{
display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-right: 5px;
  background: #ececec;
  color: #666;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 50%;
}
.nav-tab-title .active i{background: #17579f;
  color: #fff;}




/*°وب¨*/
.copyright {
	padding-bottom: 20px;
	color: #666;
	font-size: 14px;
	line-height: 2;
}
.copyright a {
	color: #666;
}
.copyright span {
	display: inline-block;
	padding: 0 5px;
}
.h-5 {
	height: 5px;
}
.foot-link-bg {
	background: #17579f;
}
 @media only screen and (max-width: 1199px) {
.header {
	height: 260px;
}
.logo-wrapper img {
	height: 49px;
}
}
@media only screen and (max-width: 992px) {
.top-header .container {
	flex-wrap: wrap;
	padding: 30px;
}
.header {
	height: 360px;
}
#topNav .nav-link {
	font-size: 18px;
	line-height: 22px;
}
#topNav a.on {
	background: none;
}
.top-header {
	text-align: center;
}
.top-header .search-wrapper {
	flex-grow: 1;
	padding: 1rem 0;
}
 .top-header .search-wrapper:focus-within {
 flex-grow: 1;
}
.logo-wrapper {
	margin: auto;
}
.logo-wrapper img {
	margin: auto;
}
}
@media only screen and (max-width: 767px) {
.header {
	height: 210px;
	background-position: top center -30px;
}
.logo-wrapper {
	flex: 1 1 100%;
	padding-top: 10px;
}
.logo-wrapper img {
	width: auto;
	height: auto;
}
.top-header .container {
	padding: 10px;
}
#topNav .nav-link {
	padding-left: 10%;
	justify-content: flex-start;
}
#topNav .nav-link .iconfont {
	display: inline;
}
#topNav .nav-item.active::after {
	display: none;
}

#topNav .navbar {
	padding: 0;
}
#topNav .container {
	padding: 0;
}
#topNav .nav-item {
	border: 0 !important;
}
#topNav .navbar-brand {
	padding: 0.5rem 1rem;
}
#topNav .navbar-toggler {
	padding: 0.5rem 1rem;
}
.tour-image-wrapper .large, .tour-image-wrapper .small {
	height: auto;
}
.entry-wrapper .entry-info {
	padding-top: 1rem;
}
.overview-news-wrapper .entry-wrapper .entry-image-wrapper img {
	height: 240px;
}
.img-list img {
  height:auto;
}

}
 @media only screen and (max-width: 575px) {
#topNav .nav-link .iconfont {
	font-size: 30px;
	line-height: 40px;
}
.main-title img {
	width: 100%;
}
#topNav .nav-link:hover {
	background: none;
	color: #fff;
}
.copyright {
	font-size: 14px;
}
}
