/*****************************  css 公共样式 兼容IE  cp定义开头 */
body{
	color: #000;
	font-family: Nunito, -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",微軟正黑體,微軟雅黑體,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
img{
	max-width: 100%;
}
.swiper-container-horizontal li{
	width: auto;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    outline: none;
}
.modal-backdrop.show{
	z-index: 10000;
}
.modal-open .modal{
	z-index: 20000;
}

/********************* header   *****************************************************/
/*------------------------------------------ PC端 */
header.sn-header .header-box { /* 外层 padding  */
    padding: 8px 0;
}
/*-------------------------- 左侧 logo 控制 */
header.sn-header .navbar-brand img{
	width: 248px;
}
header.sn-header .navbar-brand img.phone-menu{
	display: none;
}
header.sn-header .header-box .logo-box{
	text-align: left;
}
/*-------------------------- 右侧 板块内容 控制 */
header.sn-header .ancillary .top{
	margin-bottom: 6px;
}
header.sn-header .telephone-box a{
	color: #414141;
}
header.sn-header .ancillary .top > div{
	padding-right: 1rem;
    border-right: 1px solid #c4c4c4;
    margin-left: 1rem;
    height: 1.5rem;
}
header.sn-header .ancillary .top > div i{
    color: #666;
    font-size: 1rem;
}
header.sn-header .ancillary .top .login-box i{
	font-size: 0.9rem;
}
header.sn-header .ancillary .top .login-box span{
	margin: 0 10px;
}
header.sn-header .ancillary .top > div:nth-last-of-type(1){
	padding: 0;
	border: none;
}
header.sn-header .btm-menu i{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	
	-moz-transform:rotate(180deg); 	
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	font-size: 0.9rem;
}
header.sn-header .btm-menu i.active{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	
	-moz-transform:rotate(0deg); 	
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
header.sn-header .dropdown-menu{
    top: 34px;
    padding: 10px 16px;
    border: 0;
    border-radius: 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0);
    background: #ebf3ff;
    left: -34px;
    padding: 0;
}
header.sn-header .dropdown-menu > div{
	margin: 10px 0;
}
header.sn-header .dropdown-menu:before{
	content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    left: calc(50% + -10px);
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
}
header.sn-header .dropdown-menu a{
	display: block;
    color: #000;
    margin-bottom: 7px;
    padding: 0px 18px;
}
header.sn-header .dropdown-menu h6{
    padding: 15px 12px;
    padding-bottom: 5px;
}
header.sn-header .site-selection span{
	padding-right: 6px;
}
header.sn-header .site-selection img{
	width: 34px;
    font-size: 0;
    height: 19px;
}
header.sn-header .site-selection{
	position: relative;	
}
header.sn-header .site-selection a{
	opacity: 0.5;
    display: inline-flex;
    margin-right: 5px;
}
header.sn-header .site-selection a:hover{
	opacity: 1;
}
header.sn-header .site-selection a.active{
    opacity: 1;
    border: 2px #EB6E23 solid;
    padding: 1px;
}
header.sn-header .search .form-inline > div{
	position: relative;
}
header.sn-header .search .form-inline i{
	position: absolute;
    right: 0;
    font-size: 1.2rem;
    top: 0px;
    color: #999;
    display: block;
    width: 42px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
header.sn-header .search .form-inline input {
    padding-right: 42px;
    width: 253px;
}

/*------------------------------------------ 移动端 */
header.sn-header-mob{
	display: none;
    position: sticky;
    top: 0;
    z-index: 10000;
    background: #fff;
}
header.sn-header-mob{
	transition: background-color 0s ease 0s;
	transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.navbar-mob header.sn-header-mob{
	transition: background-color 0s ease 0s;
	transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
/* 菜单展开 */
.navbar-mob{ /* 菜单展开 body 取消 滚动条滚动 */
	overflow: hidden;
}
.navbar-mob header.sn-header-mob .navbar-brand img{
	display: none;
}
.navbar-mob header.sn-header-mob .navbar-brand img.phone-menu{
	display: block;
	position: relative;
    top: 3px;
}
.navbar-mob header.sn-header-mob .right-icon-box .search-box{
	display: none;
}
.navbar-mob header.sn-header-mob .right-icon-box .telephone-icon{
	display: none;
}

header.sn-header-mob .header-box{
	padding: 0 16px;
}
header.sn-header-mob .header-box > div{
	height: 72px;
}
header.sn-header-mob .header-box img.phone-menu{
	display: none;
}
header.sn-header-mob .right-icon-box i{
    font-size: 1.3rem;
    color: #666;
    margin: 0;
    cursor: pointer;
}
header.sn-header-mob .right-icon-box .search-box i.mob-icon{
	display: none;
}
header.sn-header-mob .navbar-btn i{
	font-size: 2rem;
}
header.sn-header-mob .navbar-btn i.gb{
	display: none;
	color: #fff;
}
header.sn-header-mob .telephone-icon{
	padding: 0 21px 0 26px;
}
header.sn-header-mob .telephone-icon i{
	font-weight: bold;
}
header.sn-header-mob .search-input{
	position: relative;
}
header.sn-header-mob .search-input{
	display: none;
}
header.sn-header-mob .search-input i{
    position: absolute;
    right: 0;
    font-size: 1.2rem;
    top: 0px;
    color: #999;
    display: block;
    width: 42px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    cursor: pointer;
}
header.sn-header-mob .search-input input{
	height: 35px !important;
    line-height: 35px;
    padding-right: 35px;
    min-width: 235px;
}


/* 媒体样式 */
@media screen and (max-width: 768px){
	header.sn-header{ /* 隐藏PC端 */
		display: none;
	}
	header.sn-header-mob{ /* 展示移动端 */
		display: block;
	}
}
@media screen and (max-width: 576px){
	header.sn-header-mob .right-icon-box .search-box i.ipad-icon{ /* 隐藏平板搜索按钮 */
		display: none;
	}
	header.sn-header-mob .search-input{ /* 隐藏平板搜索展示的Input */
		display: none !important;
	}
	header.sn-header-mob .right-icon-box .search-box i.mob-icon{ /* 展示 移动端 搜索按钮 */
		display: block;
	}
}
/********************* End header   *****************************************************/

/********************* nav *****************************************************/
/*------------------------------------------ pc端 */
nav.sn-nav .nav-loading, nav.sn-nav-mob .nav-loading{
	position: absolute;
    top: 45%;
    left: 50%;
	transform: translate(-50% , -50%);
}
nav.sn-nav {
	position: sticky;
	top: -0.5px;
	z-index: 200;
}
/* 重置 UL 属性 */
nav.sn-nav .menu-box{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 45px;
}

/* 菜单样式 */
nav.sn-nav .menu-box .item{
	padding-right: 25px;
}
nav.sn-nav .menu-box .item:nth-last-of-type(1){
	padding-right: 0;
}
nav.sn-nav .menu-box .item .item-btn{
	color: #fff;
	font-size: 1.1rem;
	line-height: 45px;
	padding: 0px 5px;
	margin-right: 10px;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
}
nav.sn-nav .menu-box .item .item-btn i{
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    font-size: 0.9rem;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
nav.sn-nav .menu-box .item.active .item-btn i{
	transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
nav.sn-nav .item .show-menu .second-menu-box{
	position: relative;
}
nav.sn-nav .item .show-menu .second-menu-box .swiper-container{
	height: calc(100% - 40px);
	margin-top: 10px;
}
nav.sn-nav .item .show-menu .my-swiper-btn-prev{
    position: absolute;
    text-align: center;
    position: absolute;
	top: -15px;
	text-align: center;
    left: 0;
    width: 100%;
}
nav.sn-nav .item .show-menu .my-swiper-btn-next{
	position: absolute;
	text-align: center;
	position: absolute;
	bottom: 0;
	top: auto;
	text-align: center;
    left: 0;
    width: 100%;
}
nav.sn-nav .item .show-menu .my-swiper-btn-next.swiper-button-disabled,
nav.sn-nav .item .show-menu .my-swiper-btn-prev.swiper-button-disabled{
	opacity: 0;
}
nav.sn-nav .item .show-menu .my-swiper-btn-next:after,
nav.sn-nav .item .show-menu .my-swiper-btn-prev:after{
	color: #333;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);	
}
nav.sn-nav .menu-box .item .second-menu-box .swiper-slide{
	height: 35px;
}
nav.sn-nav .menu-box .item .second-menu-box .swiper-slide.active{
	font-weight: bold;
	font-weight: 900;
}
nav.sn-nav .menu-box .item .second-menu-box .tour-nav-item{
	display: inline-block;
	margin: 3px 20px;
	font-size: 1.1rem;
	height: 35px;
	line-height: 35px;
	cursor: pointer;
	position: relative;
    white-space: nowrap;
}
nav.sn-nav .menu-box .item .second-menu-box .tour-nav-item:hover:before{
	-webkit-transform: scaleX(1);
    transform: scaleX(1);
}
nav.sn-nav .menu-box .item .second-menu-box .tour-nav-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    height: 3px;
}
nav.sn-nav .show-menu{
	display: none;
	background: #ccc;
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
    height: calc(100% - 145px);
    background: #f5f5f5;
}
nav.sn-nav .show-menu > div{
	padding-top: 20px;
	background: #f5f5f5;
}
nav.sn-nav .transverse-nav .swiper-wrapper{
    display: block;
}
nav.sn-nav .transverse-nav .swiper-wrapper a{
	white-space: nowrap;
	display: block;
}
nav.sn-nav .tour-nav .transverse-nav::-webkit-scrollbar{
    width: 7px;
}
nav.sn-nav .tour-nav .transverse-nav::-webkit-scrollbar-button{
    display: none;
}
nav.sn-nav .tour-nav .transverse-nav::-webkit-scrollbar-thumb{
    border-radius: 0;
}
nav.sn-nav .tour-nav .transverse-nav::-webkit-scrollbar-track{
    background-color: #fff;
    box-shadow: none;
}
/* 展开右侧内容 */
nav.sn-nav .tour-list{
	flex: 1 1 auto;
	margin-top: -15px;
}
nav.sn-nav .tour-list .menu-content .year-nav-wrap{
	margin-left: 20px;
}
nav.sn-nav .tour-list .menu-content .year-content-wrap{
    overflow-y: auto;
    padding: 10px 5px 0 12px;
    margin-bottom: 10px;
}
nav.sn-nav .tour-list .menu-content .year-content-wrap::-webkit-scrollbar{
    width: 7px;
}
nav.sn-nav .tour-list .menu-content .year-content-wrap::-webkit-scrollbar-button{
    display: none;
}
nav.sn-nav .tour-list .menu-content .year-content-wrap::-webkit-scrollbar-thumb{
    border-radius: 0;
}
nav.sn-nav .tour-list .menu-content .year-content-wrap::-webkit-scrollbar-track{
    background-color: #fff;
    box-shadow: none;
}
nav.sn-nav .tour-list .menu-content .year-nav{
	margin: 0 0 6px 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 42px;
    border-bottom: 1px #696767 solid;
    cursor: pointer;
}
nav.sn-nav .tour-list .menu-content .year-nav.active{
	font-weight: bold;
	cursor: auto;
}
nav.sn-nav .tour-list .menu-content .year-nav:hover{
    opacity: 0.7;
}
nav.sn-nav .tour-list .menu-content .year-nav.active:hover{
	opacity: 1;
} 
nav.sn-nav .tour-list .menu-content .year-content{
	display: none;
}
nav.sn-nav .tour-list .menu-content .year-content.active{
	display: block;
}
nav.sn-nav .tour-list .picture-link{
	display: none;
}
nav.sn-nav .tour-list .picture-link .small{
	position: relative;
}
nav.sn-nav .tour-list .picture-link.active{
	display: block;
}
nav.sn-nav .tour-list .menu-content{
	display: none;
}
nav.sn-nav .tour-list .menu-content.active{
	display: block;
}
nav.sn-nav .picture-wrap{
	position: relative;
	display: inline-block;
}
nav.sn-nav .picture-wrap img{
	width: 100%;
}
nav.sn-nav .tour-list .tour-label{
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    height: 16px;
    text-align: center;
    line-height: 16px;
    right: 0px;
    box-shadow: rgba(0, 0, 0, 0) 1px 1px 6px;
    z-index: 1;
    padding: 0 5px;
    position: relative;
    top:0;
}
nav.sn-nav .tour-first-summary .nav-menu-pic{
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
}
nav.sn-nav .tour-first-summary .nav-menu-pic .text-wrap{
	padding-left: 15px;
}
nav.sn-nav .tour-first-summary{
	padding: 8px;
}
nav.sn-nav .nav-menu-pic.with-summary .picture-wrap{
	width: 406px;
}
nav.sn-nav .nav-menu-pic.with-summary .text-wrap{
	flex: 1;
}
nav.sn-nav .tour-items .nav-menu-pic{
	float: left;
	width: 25%;
    padding: 8px;
}
nav.sn-nav .tour-items .picture-wrap{
	/* margin-bottom: 8px; */
	width: 100%;
}
nav.sn-nav .tour-items .nav-menu-pic:nth-child(1){
	display: none;
}
nav.sn-nav .no-link .tour-link{
	cursor: auto;
}
nav.sn-nav .tour-first-summary .tour-link .name{
	padding-right: 5px;
}
nav.sn-nav .btn-tours .close-box{
	text-align: right;
	height: 40px;
    line-height: 40px;
}
nav.sn-nav .btn-tours i{
    font-size: 1.6rem;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    top: -2px;
}
nav.sn-nav .btn-tours i:hover{
	opacity: 0.5;
}
nav.sn-nav .tour-items .nav-menu-pic .tour-link .name{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
nav.sn-nav .tour-first-summary .summary-content{
	overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
nav.sn-nav .hide-year-bar .year-nav-wrap .year-nav{
	display: none;
}
nav.sn-nav .tour-items .tour-link:hover .day{
	font-weight: bold;
	text-decoration:underline;
}

/* News 样式 */
nav .news-box{
	padding-right: 15px;
}
nav .news-box .news-list{
	overflow: hidden;
}
nav .news-box .tixing i{
	font-size: 1.3rem;
    padding-right: 0px;
    cursor: pointer;
}
nav .news-hide > div{
	line-height: 45px;
	height: 45px;
}
nav .news-box .news-list a{
	padding: 0px 5px;
}
nav .news-box .news-btn{
	padding: 4px 0px 0 5px;
}
nav .news-btn > div.news-prev {
    margin: 10px 0 4px 0;
}
nav .news-btn > div {
    outline: none;
}
nav .news-btn > div span {
    cursor: pointer;
    display: block;
}
nav .news-btn > div span.bottom {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #fff;
}
nav .news-btn > div span.top {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 7px solid #fff;
}
nav .swiper-button-disabled {
    opacity: 0.5;
}

/* 英文网站跳转 样式 */
nav.sn-nav .supera-logo {
    overflow: hidden;
    height: 45px;
}
nav.sn-nav .supera-logo img {
    display: block;
    width: 115px;
    position: relative;
    top: -5px;
}

/*------------------------------------------ 移动端 */
nav.sn-nav-mob{
	display: none;
	position: sticky;
	top: 72px;
	height: 45px;
	line-height: 45px;
	z-index: 200;
}
nav.sn-nav-mob .nav-box-show .menu-box{
	list-style: none;
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transform: translate(0% , 0%);
    -webkit-transform: translate(0% , 0%);
    padding-right: 20px;
}
nav.sn-nav-mob .nav-box-show .menu-box.active{
	transform: translate(-100% , 0%);
	-webkit-transform: translate(-100% , 0%);
}
nav.sn-nav-mob .nav-box-show .menu-box a{
	color: #fff;
}
nav.sn-nav-mob .nav-box-show .menu-box .item{
	display: inline-block;
	padding: 0px 10px;
    font-size: 1.1rem;
    cursor: pointer;
}
nav.sn-nav-mob .news-box{
	display: block;
    position: absolute;
    right: 0;
    width: 34px;
    overflow: hidden;
    z-index: 1;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
nav.sn-nav-mob .news-box.active{
	width: 100%;
	padding: 0 10px;
	transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
nav.sn-nav-mob .news-box .news-list{
	transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    opacity: 0;
    overflow: hidden;
}
nav.sn-nav-mob .news-box.active .news-list{
	transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
	width: 100%;
	opacity: 1;
    overflow: visible;
}
nav.sn-nav-mob .nav-box-hide{
	position: fixed;
    width: 100%;
    height: calc(100% - 72px);
    top: 72px;
    z-index: 99;
    left: 0;
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transform: translate(0% , -100%);
    -webkit-transform: translate(0% , -150%);
    padding-top: 10px;
}
.navbar-mob nav.sn-nav-mob .nav-box-hide{
	transform: translate(0% , 0%);
	-webkit-transform: translate(0% , 0%);
}

/* Mob search */
nav.sn-nav-mob .mob-search-box{
	position: absolute;
    width: 100%;
    top: 0;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transform: translate(0% , -100%);
    -webkit-transform: translate(0% , -100%);
    z-index: 2;
}
nav.sn-nav-mob .mob-search-box.active{
	transform: translate(0% , 0%);
    -webkit-transform: translate(0% , 0%);
}
nav.sn-nav-mob .mob-search-box .search-form{
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    padding: 0 5px;
    height: 45px;
}
nav.sn-nav-mob .mob-search-box .search-form input{
	height: 29px !important;
	color: #fff;
	border: none;
}
nav.sn-nav-mob .mob-search-box .search-form input::-webkit-input-placeholder {
	color: #fff;
}
nav.sn-nav-mob .mob-search-box .search-form input:-moz-placeholder {/* Firefox 18- */
	color: #fff;
}
nav.sn-nav-mob .mob-search-box .search-form input::-moz-placeholder{/* Firefox 19+ */
	color: #fff;
}
nav.sn-nav-mob .mob-search-box .search-form input:-ms-input-placeholder {
	color: #fff;
}
nav.sn-nav-mob .mob-search-box .search-form i{
	width: 35px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    color: #fff;
}
/* end --- Mob search */
nav.sn-nav-mob .nav-box-hide .item > .name{
	display: flex;
	color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    margin: 0 15px;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
}
nav.sn-nav-mob .nav-box-hide .item > .name span{
	flex: 1;
	font-size: 1.1rem;
}
nav.sn-nav-mob .nav-box-hide .item > .name i{
	transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    font-size: 0.9rem;
    transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
}
nav.sn-nav-mob .nav-box-hide .item.active > .name i{
	transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
nav.sn-nav-mob .nav-box-hide .item > .content{
    background-color: #f5f5f5;
	padding: 20px 0;
	color: #353535;
	display: none;
}
nav.sn-nav-mob .nav-box-hide .countries-box{
	margin: 0 15px;
    padding: 0 5px;
}
nav.sn-nav-mob .nav-box-hide .countries-box > .name{
	border-bottom: none !important;
	margin: 0;
    padding: 0;
}
nav.sn-nav-mob .nav-box-hide .countries-box > .name img{
	width: 26px;
    margin-left: 12px;
}
nav.sn-nav-mob .nav-box-hide .countries-box > .collapse-box img{
	width: 26px;
    margin-right: 12px;
}
nav.sn-nav-mob .nav-box-hide .countries-box > .collapse-box a{
	color: #fff;
    margin: 0 15px 0 20px;
    padding: 0 5px; 
}
nav.sn-nav-mob .nav-box-hide .countries-box > .collapse-box a:nth-last-of-type(1){
	border: none !important;
	margin-bottom: 0;
}
nav.sn-nav-mob .nav-box-hide .item > .content .second-menu-box{
	position: relative;
}
nav.sn-nav-mob .nav-box-hide .item > .content .second-menu-box .swiper-container{
	height: 100%;
    height: calc(100% - 50px);
    margin-top: 10px;
}
nav.sn-nav-mob .nav-box-hide .second-menu-box .tour-nav-item{
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 3px 20px;
    font-size: 1.1rem;
    position: relative;
}
nav.sn-nav-mob .nav-box-hide .second-menu-box .swiper-slide{
	height: 35px;
}
nav.sn-nav-mob .item .second-menu-box .swiper-button-prev{
    position: absolute;
    top: -15px;
    text-align: center;
    left: 0;
    width: 100%;
}
nav.sn-nav-mob .item .second-menu-box .swiper-button-next{
	position: absolute;
	bottom: 0;
	top: auto;
	text-align: center;
    left: 0;
    width: 100%;
}
nav.sn-nav-mob .item .second-menu-box .swiper-button-next.swiper-button-disabled,
nav.sn-nav-mob .item .second-menu-box .swiper-button-prev.swiper-button-disabled{
	opacity: 0;
}
nav.sn-nav-mob .item .second-menu-box .swiper-button-next:after,
nav.sn-nav-mob .item .second-menu-box .swiper-button-prev:after{
	color: #333;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);	
}
nav.sn-nav-mob .nav-box-hide .content .tour-list{
	flex: 1;
	margin-top: -10px;
}
nav.sn-nav-mob .btn-tours{
	display: none;
}
nav.sn-nav-mob .hide-year-bar .year-nav-wrap .year-nav{
    display: none;
}
nav.sn-nav-mob .tour-list .tour-label{
	font-size: 12px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    height: 16px;
    text-align: center;
    line-height: 16px;
    right: 0px;
    top: 0px;
    box-shadow: rgba(0, 0, 0, 0) 1px 1px 6px;
    z-index: 1;
    padding: 0 5px;
}
nav.sn-nav-mob .picture-wrap{
	position: relative;
    display: inline-block;
}
nav.sn-nav-mob .nav-menu-pic .tour-link{
    color: #353535;
}
nav.sn-nav-mob .nav-menu-pic .tour-link .name{
    font-weight: bold;
    height: auto;
    line-height: normal;
    margin-top: 5px;
    display: block;
}
nav.sn-nav-mob .nav-menu-pic .tour-link .day{
	color: #797979;
	height: auto;
    line-height: normal;
}
nav.sn-nav-mob .tour-first-summary{
	display: none;
}
nav.sn-nav-mob .tour-items .nav-menu-pic{
	margin-bottom: 15px;
}
nav.sn-nav-mob .nav-box-hide .second-menu-box .swiper-slide.active .tour-nav-item{
	font-weight: bold;
    font-weight: 900;
}
nav.sn-nav-mob .tour-list .menu-content .year-nav.active {
    border-bottom: 3px solid #355749;
}
nav.sn-nav-mob .tour-list .menu-content .year-nav-wrap{
	padding-right: 20px;
}
nav.sn-nav-mob .menu-content .year-nav {
    margin: 0 0 6px 0;
    padding: 0;
    display: inline-block;
    text-align: center;
    font-size: 1.3rem;
    line-height: 42px;
    border-bottom: 1px #696767 solid;
    cursor: pointer;
}
nav.sn-nav-mob .menu-content .year-nav.active {
    font-weight: bold;
    cursor: auto;
}
nav.sn-nav-mob .tour-list .menu-content .year-content-wrap{
	overflow: auto;
    padding-right: 20px;
	padding-top: 10px;
	min-height: 300px;
}

/*------------------------------------------ 媒体样式 */
@media screen and (max-width: 996px){
	nav.sn-nav .tour-items .nav-menu-pic{
		width: 33.3%;
	}
	nav.sn-nav .menu-box .item{
		padding-right: 10px;
	}
}
@media screen and (max-width: 768px){
	nav.sn-nav{
		display: none;
	}
	nav.sn-nav-mob{
		display: block;
	}
	nav.sn-nav-mob .picture-wrap{
	    height: auto;
	    display: block;
	}
	nav.sn-nav-mob .picture-wrap img{
	    position: static;
	    transform: none;
	    left: auto;
	    top: auto;
	    height: auto;
	}
}
/********************* End nav *****************************************************/


/*  ------------- 英文站点弹窗 */
#superaEnglish .modal-body{
	text-align: left;
	padding-bottom: 30px;
}
#superaEnglish .modal-body img{
    width: 260px;
    margin: 25px auto;
    display: block;
}
#superaEnglish .btn-supera{
	max-width: 80%;
    margin: auto;
}
#superaEnglish .btn-supera a{
	text-align: center;
    width: 100%;
    color: #000;
}
#superaEnglish .btn-supera a:hover{
	text-decoration: underline;
}
#superaEnglish .modal-dialog{
	max-width: 740px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
#superaEnglish .modal-header{
	border-bottom: 1px solid #dee2e6;
}
#superaEnglish .modal-header h5{
	margin: 0;
}
/*  ------------- 定义 disabled */
.btn-tonal[disabled] {
    border: 1px solid #c9c9c9;
    background: #dadada;
    color: #333 !important;
    cursor: no-drop;
    pointer-events: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.btn-tonal[disabled]:before{
	content: normal;
}
/* banner  */
.banner-box{
	max-width: 1903px;
	margin: 0 auto;
}
.banner-box .table-cell-middle{
	height: 550px;
}
.banner-box .hero-panel{
    display: inline-block;
    max-width: 620px;
    min-width: 490px;
    color: #fff;
    font-size: 1.2rem;
    position: relative;
    z-index: 200;
    opacity: 0;
    position: relative;
    /* background-color: rgba(20, 50, 147, 0.75);
    box-shadow:0 6px 26px 6px rgba(0, 0, 0, 0.1);  padding: 100px 40px; padding-bottom: 30px;*/
}
.banner-box .hero-panel a{
	padding: 0;
}
.banner-box .swiper-slide-active .hero-panel{
	-webkit-animation: slideIn 2s ease forwards;
    animation: slideIn 2s ease forwards;
}
.banner-box .hero-panel .divider{
	width: 100%;
    max-width: 200px;
    height: 2px;
    margin: auto auto 15px;
    opacity: .3;
    fill: #fff;
    display: block;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25098039215686274);
}
.banner-box .hero-panel .title{
    font-size: 2.3rem;
    line-height: normal;
}
.banner-box .swiper-pagination{
	bottom: 20px;
	text-align: center;
}
.banner-box .swiper-pagination-bullet {
  width: 13px;
  height: 6px;
  display: inline-block;
  background: #fff;
  opacity: 0.4;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
.banner-box .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
  width: 35px;
  transition-delay: 0s;
}
.banner-box .arrow-box{
    position: absolute;
    height: 100%;
    width: 1140px;
    left: 50%;
    top: 50%;
    margin-left: -570px;
    margin-top: -273px;
}
.banner-box .arrow-box span{
    background-color: rgba(0, 0, 0, 0.1);
    background-size: 0.8rem;
    width: 50px;
    height: 50px;
    opacity: 0.75;
    transition: ease-in-out color .15s;
    z-index: 100;
    border-radius: 100%;
}
.banner-box .arrow-box .swiper-button-next:after, .banner-box .arrow-box .swiper-button-prev:after{
	font-size: 1rem;
}
.banner-box .arrow-box span:hover{
	opacity: 1;
}
.banner-title {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 50px 40px 50px;
    color: #fff;
    width: 100%;
}
.banner-title div{
    line-height: normal;
}
.banner-title > div{
	display: inline-block;
}
.banner-title .title{
	font-size: 2.5rem;
	margin: 0;
}
.banner-title .sub-title{
	font-size: 1.75rem;
	margin-top: -10px;
}
.banner-title.text-right{
	text-align: right;
}
.banner-title.text-left{
	text-align: left;
}
.banner-title.text-right > div{
    float: right;
    text-align: left;
}
.banner-box .font-sp {
	font-weight: bold;
}
.swiper-container .swiper-slide{
	padding: 0 !important;
}
/* loader 等待效果  */
@-webkit-keyframes line-spin-fade-loader {
  50% {
        opacity: 0.3; 
    }
  100% {
   	    opacity: 1;
   	} 
}
@keyframes line-spin-fade-loader {
  50% {
    	opacity: 0.3;
    }
  100% {
    	opacity: 1;
    } 
}
.line-spin-fade-loader > div:nth-child(1) {
    top: 10px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.12s infinite ease-in-out; 
}
.line-spin-fade-loader > div:nth-child(2) {
    top: 6.63636px;
    left: 6.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.24s infinite ease-in-out; 
}
.line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.36s infinite ease-in-out; 
}
.line-spin-fade-loader > div:nth-child(4) {
    top: -6.63636px;
    left: 6.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.48s infinite ease-in-out; 
}
.line-spin-fade-loader > div:nth-child(5) {
    top: -10px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.6s infinite ease-in-out; }
.line-spin-fade-loader > div:nth-child(6) {
    top: -6.63636px;
    left: -6.63636px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.72s infinite ease-in-out; 
}
.line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.84s infinite ease-in-out; 
}
.line-spin-fade-loader > div:nth-child(8) {
    top: 6.63636px;
    left: -6.63636px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out;
    animation: line-spin-fade-loader 1.2s 0.96s infinite ease-in-out; 
}
.line-spin-fade-loader > div {
    background-color: #fff;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    width: 2px;
    height: 7px; 
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
@keyframes load {
	0%{
        opacity: 1;
    }
    100%{
        opacity: 0.2;
    }
}
.loadEffect span{
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #78beb1;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
    animation: load 1.04s ease infinite;
}
.loadEffect span:nth-child(1){
    left: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.13s;
    animation-delay:0.13s;
}
.loadEffect span:nth-child(2){
    left: 14px;
    top: 14px;
    -webkit-animation-delay:0.26s;
    animation-delay:0.26s;
}
.loadEffect span:nth-child(3){
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay:0.39s;
    animation-delay:0.39s;
    
}
.loadEffect span:nth-child(4){
    top: 14px;
    right:14px;
    -webkit-animation-delay:0.52s;
    animation-delay:0.52s;
}
.loadEffect span:nth-child(5){
    right: 0;
    top: 50%;
    margin-top:-8px;
    -webkit-animation-delay:0.65s;
    animation-delay:0.65s;
}
.loadEffect span:nth-child(6){
    right: 14px;
    bottom:14px;
    -webkit-animation-delay:0.78s;
    animation-delay:0.78s;
}
.loadEffect span:nth-child(7){
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay:0.91s;
    animation-delay:0.91s;
}
.loadEffect span:nth-child(8){
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay:1.04s;
    animation-delay:1.04s;
}
/* 按钮高度 */
input{
	border-radius: 0 !important;
	height: 44px !important;
}
.search .form-control {
	height: 35px !important;
	/* line-height: 35px !important; */
}
.primary-hight{
	height: 52px !important;
    line-height: 52px !important;
    padding: 0 30px!important;
} 
select{
	border-radius: 0 !important;
	height: 44px !important;
    color: #000 !important;
}
.custom-select{
	background: url("/static/img/select_icon.png") no-repeat right 0 center/44px 44px;
    background-color: #fff;
    padding: 0 44px 0px 25px;
    font-size: 1.1rem;
}
select:focus{
	box-shadow: none !important;
	border-color: #ced4da !important;
}
input:focus{
	box-shadow: none !important;
	border-color: #ced4da !important;
}
input[type="checkbox"]{
	width:18px;
	height:18px !important;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
    line-height: 18px;
    position: relative;
}
input[type="checkbox"]::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	width:18px;
	height:18px;
	border: 1px solid #d9d9d9;
}
input[type="checkbox"]:checked::before{
    content: "";
    background: url(/static/img/input_check.png);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #143293;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80% 95%;
}
.input-group span{
    border: 1px solid #ced4da;
    border-left: 0;
    line-height: 41px;
    padding: 0 10px;
    background: #fff;
}
.input-group span i{
	font-size: 1.4rem;
	color: #888;
}
.input-group input{
	border-right: 0;
}
a:hover{
	text-decoration: none;
}
.qu-ul{
	list-style: none;
	padding:0;
	margin: 0;
}
.qu-ul li{
	background: none;
}
.swiper-button-next, .swiper-button-prev{
    outline: none;
}
/* -------------  下划线 效果  */
.cp-underline-a{
	text-decoration: underline !important;
}
.cp-underline:hover{
	text-decoration: underline !important;
}
/* -------------  取消 border  */
.qx-border{
	border: none !important;
}
/*** tips ************/
.tips{
    font-size: 1rem;
    position: absolute;
}
/* -------------  处理IE input 自带input清除icon  */
input::-ms-clear, input::-ms-reveal{
	display: none;
}

/*  ------------- 定义 加粗 */
.cp-font-weight-5{
	font-weight: 500;
}
.cp-font-weight-bold{
	font-weight: bold;
}
.cp-font-weight-cancel{
	font-weight: normal;
}

/*  ------------- 定义 文字阴影 */

.text-shadow-8{
    text-shadow: 1px 2px 5px rgba(0, 0, 0);
}
.text-shadow-10{
    text-shadow: 2px 3px 5px rgba(0, 0, 0, 0.75);
}
.text-shadow-30{
    text-shadow: 0 3px 30px rgba(0, 0, 0, 0.75);
}
.text-shadow-15{
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.75);
}

/*  ------------- 定义 按钮 */
.btn{
	border-radius: 0;
	border: 0;
	color: #fff !important;
	padding: 10px 20px;
	transition: all 0.4s ease;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	color: #fff;
}
.btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn:hover, .btn:focus, .btn:active {
  color: white;
  box-shadow: none;
}
.btn:hover:before, .btn:focus:before, .btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
/*  ------------- 定义 文字按钮 */
.text-btn{
	border-radius: 0;
	border: 0;
	padding: 10px 6px 6px;
	transition: all 0.4s ease;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border-bottom: 3px solid;
}
.text-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -3px;
  left: 0;
  right: 0;
  height: 3px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.text-btn:hover:before, .text-btn:focus:before, .text-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*  ------------- 定义 空心线型按钮 */
.border-btn{
	border-radius: 0;
	border: 0;
    width: 100%;
	padding: 10px 20px;
	transition: all 0.4s ease;
	cursor: pointer;
    text-align: center;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.border-btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.border-btn:hover, .border-btn:focus, .border-btn:active {
  color: white;
}
.border-btn:hover:before, .border-btn:focus:before, .border-btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*  -------------    定义 居中宽度 */
.cp-container{  
    width: 100%;
    max-width: 1140px;
    margin: auto;
}
.max-container{
	width: 100%;
	max-width: 1600px;
	margin: auto;
}

/*  -------------    定义 必填方向 */
.cp-must-left:before{
    content: '*';
    color: red;
}
.cp-must-right:after{
	content:'*';
	color: red;
}

/*  -------------   定义 flex 布局   兼容 IE 10 以上 */
.cp-flex{
    display: flex !important;
    display: -webkit-box !important;
	display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
}
.cp-in-flex{
	display: inline-flex;
}
.cp-flex-items{
    align-items: center;
}
.cp-flex-1{
    flex: 1;
	-webkit-flex: 1;
    -ms-flex: 1;  
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

/*  -------------   定义 浮动以及清除浮动 */
.cp-float-left{
	float: left;
}
.cp-float-right{
	float: right;
}
.cp-clearfix:before, .cp-clearfix:after {
    display: table;
    content: " ";
}
.cp-clearfix:after {
    clear: both;
}

/*  ------------- 定义  水平居中 */
.cp-table-box{
	display: table;
}
.cp-table-cell-middle{
	vertical-align: bottom; 
    display: table-cell;
}

/*  ------------- 定义  板块直接的间距 */
.cp-separation{
	padding-top:70px;
	padding-bottom:80px;
}

/*  ------------- 定义  transition 延迟效果 */
.cp-transition{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*  ------------- 定义 矩形宽度和边距 */
.cp-w-100{
    width: 100%;
}
.cp-m-0{
    margin: 0;
}
.cp-mt-0{
    margin-top: 0;
}
.cp-ml-05{
	margin-left: 0.5rem;
}
.cp-mr-05{
    margin-right: 0.5rem;
}
.cp-mr-07{
	margin-right: 0.6rem;
}
.cp-mr-1{
    margin-right: 1rem;
}
.cp-mb-0{
    margin-bottom: 0;
}
.cp-mb-02{
    margin-bottom: 0.2rem;
}
.cp-mb-05{
    margin-bottom: 0.5rem;
}
.cp-mb-1{
    margin-bottom: 1rem;
}
.cp-mb-2{
    margin-bottom: 2rem;
}
.cp-mt-1{
    margin-top: 1rem;
}
.cp-p-05{
    padding: 0.5rem;
}
.cp-pr-05{
    padding-right: 0.5rem;
}
.cp-pt-05{
    padding-top: 0.5rem;
}
.cp-pb-05{
    padding-bottom: 0.5rem;
}
.cp-pb-1{
	padding-bottom: 1rem;
}
.cp-p-1{
    padding: 1rem;
}
.cp-pt-1{
    padding-top: 1rem;
}
.cp-ptb-2{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/*  ------------- 定义 display */
.cp-display-b{
    display: block;
}
.cp-display-ib{
    display: inline-block;
}
.cp-display-n{
    display: none;
}
.cp-display-i{
    display: inline;
}

/*  ------------- 定义 position */
.cp-position-r{
    position: relative;
}
.cp-position-a{
    position: absolute;
}
.cp-position-s{  /* 粘性定位 */
    position: -webkit-sticky; 
    position: sticky; 
    top: 0;
}
.cp-position-default{ /* 默认值 */
    position: static;
}

/*  ------------- 定义 text-align */
.cp-text-left{
    text-align: left;
}
.cp-text-right{
    text-align: right;
}
.cp-text-center{
    text-align: center;
}

/****************************************************************************************** 定义 全局公共样式 */


.flyNoticeCloseHolder{
	width: 100px;
}
.flyNoticeCloseHolder i{
	font-size: 24px;
	color: #666;
}
/*** Horizontally ************/
.table-box{
	display: table;
}
.table-cell-middle{
	vertical-align: middle;
    display: table-cell;
}
.table-cell-middle .container{
	height: inherit;
}
.caption-box{ 
	position:absolute;
	left: 0;
    top: 0;
    bottom:0;
    right:0;
    padding: 0;
    height: 100%;
    width: 100%;
    color: #fff;
}
.bj-mask{
	background: #0000004f;
	padding: 30px;
}
.label-box{
	background: #FF6969;
	color: #fff;
	display: inline-block;
	font-size: 0.8rem;
	padding: 0px 6px;
	margin-bottom: 8px;	
}
.preponderance .content{
	background: #ffffffe0;
    color: #212529;
    width: 660px;
    padding: 40px;
    padding-bottom: 60px;
}
.preponderance .content i{
	font-size: 1.5rem;
	padding-right: 5px;
}
/*** banner ************/
.carousel .text{
    width: 560px;
    margin: 10px 0px;
    margin-bottom: 20px;
    font-size: 1.25rem;
}
/***  Spacing   ************/
.separation{
	position: relative;
}
.pt-spacing{
	padding-top: 40px;
	margin-bottom: 0;
}
.mb-spacing{
	margin-bottom: 60px;
}
.headline-spacing p{
    font-weight: 400;
    margin: 0;
    font-family: auto;
    font-size: 1rem;
}

/***  图片居中切   ************/
.year-content .row > div > .object-cover-box img:first-child {
	width:100%;
}
.object-cover-box{
	display: block;
	position: relative;
	overflow: hidden;
	height: 550px;
}
.object-cover-box img{
    position: absolute;
    top: calc( 50% - 1px);
    left: calc( 50% - 1px);
    transform: translate(-50% , -50%);
    font-size: 0;
    margin: 0;
    height: 100%;
    margin-left: 0.9px;
    object-fit: cover;
}

/***  图片右切   ************/
.object-cover-right{
	position: relative;
	height: 550px;
	max-width: 1920px;
    margin: auto;
}
.object-cover-right img{
    position: absolute;
    max-width: max-content;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    min-width: calc(100% + 3px);
    height: 100%;
}

/***  图片左切   ************/
.object-cover-left{
	position: relative;
	height: 550px;
    max-width: 1920px;
    margin: auto;
}
.object-cover-left img{
    position: absolute;
    max-width: max-content;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    min-width: calc(100% + 3px);
    height: 100%;
}

/***  静态 banner 样式处理 ************/
.static-page .object-cover-box{
	height: 250px;
}

/*** Transition ************/
.transition{
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
/*** Swiper ************/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide{
	padding-left:15px;
	padding-right: 15px;
}
.swiper-container .recommend-img{
	margin-bottom: 15px;
}
.swiper-container h5{
	margin-bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swiper-container .title{
	margin-bottom: 6px;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top: 3px;
	margin: 0;
}
.swiper-container .content{
	margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.swiper-container .btn{
	width: 75%;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 1.6rem;
}
/* ------------- 底部footer  */
footer{
	color: #fff;
    z-index: 999 !important;
}
footer ul.contact a:hover span{
	text-decoration: underline;
}
footer ul li{
	margin-bottom: 10px;
}
footer ul li a{
	color: #fff;
}
footer ul li a:hover{
	color: #fff;
}
footer h6{
    font-size: 1.1rem;
    position: relative;
    color: #fff;
}
footer h6 span{
	display: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
footer .switch i{
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); 	
	-moz-transform:rotate(0deg); 	
	-webkit-transform:rotate(0deg);
	-o-transform:rotate(0deg);
}
footer .collapsed i{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	
	-moz-transform:rotate(180deg); 	
	-webkit-transform:rotate(180deg);
	-o-transform:rotate(180deg);
}
footer .company{
    padding: 20px 0px;
    border-top: 1px solid #545454;
}
/* footer .footer-box{
	padding: 50px 0 30px 0;
} */
footer .social{
	border-top: 1px solid #545454;
}
footer .social a{
    padding: 20px 30px;
    display: inline-block;
}
footer .social a i{
	font-size: 1.5rem;
}
footer .collapse:not(.show){
	display: block;
}
footer .careers-promo{
	margin-bottom: 15px;
	margin-top: -20px;
}
footer .careers-promo > a{
    margin: 0;
    width: 100%;
    padding-top: 0;
}
footer .careers-promo .title{
    text-align: left;
    padding-left: 30px;
    font-size: 1.1rem;
    margin-top: 15px;
}
footer .follow-us a{
	padding: 0 10px;
}
footer .follow-us > div{
	margin-bottom: 20px;
}
footer .follow-us a:hover{
	color: #fff !important;
}

/* 模态框 */
.modal-content{
	border-radius: 0;
}
.hide-login{
    font-size: 27px;
    position: absolute;
    right: 13px;
    top: 0px;
    z-index: 100;
    cursor: pointer;
    color: #666;
}
/* 鼠标小手 */
.cursor:hover{
	cursor:pointer;
}

/* index图片高度 */
.index-banner img {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transform: scale(1.02);
}
.index-images img {
    position: relative;
    width: 100%;
    z-index: 2;
}
.mob-book-now{
	display: none;
   	position: fixed;
    bottom: 40px;
    width: 100%;
    text-align: center;
    padding: 0 60px;
}
.mob-book-now a{
	width: 100%;
}

.forgetpassword{
	height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    text-align: right;
}
.forgetpassword a{
    color: #000;
    display: inline-block;
}
.forgetpassword:hover{
	color: #000;
}
.login-box .btn{
	height: 48px;
	line-height: 48px;
	padding: 0;
}
.verification a{
	padding: 0 25px !important;
}
.icon-group{
	position: relative;
}
.login-template .icon-group .input-icon {
    position: absolute;
    line-height: 44px;
    width: 30px;
    text-align: center;
    font-size: 1.1rem;
    left: 5px;
    color: #666;
}
.login-template .icon-group input {
    padding: 0 35px 0 38px;
    font-size: 15px;
}
.login-box .modal-footer{
	border: none;
	padding: 0;
	padding-bottom: 20px;
}
.login-box .modal-footer a{
	margin-left: 5px;
}
/* search */
.search-tour-box .sort-box ul li{
	font-weight: bold;
}
.visa-box li{
    text-indent: 0 !important;
}
.navbar-menu .mob-nav{
	background: #fff;
	position: relative;
	z-index: 10000;
}
.mob-box .navbar-menu .mob-nav{
	height: 72px;
}
/* 媒体样式 */
@media screen and (max-width: 1200px) {
	.navbar-box .cp-container{
		margin: 0 !important;
	}
	footer .footer-box{
		padding-top: 35px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.static-page h1{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1185px) {
	footer .footer-box{
		margin: 0;
	}
	.banner-box .arrow-box{
		width: 100%;
	    position: static;
	    margin: auto;
	    height: auto;
	}
}
@media screen and (max-width: 992px) {
	.cp-flex-mob-1{
	    flex: 1;
		-webkit-flex: 1;
	    -ms-flex: 1;  
	    -webkit-box-flex: 1;
	    -moz-box-flex: 1;
	}
	.destinations-ul-box > a:before {
		display: none;
	}
	
	.navbar-expand-lg .navbar-collapse{
		display: none !important;
	}
	.navbar-box .cp-container{
		height: auto !important;
	}
	.mob-book-now{
		display: block;
	}
	footer .careers-promo{
		text-align: center;
		margin-bottom: 0; 
	}
	.static-page h1{
		padding: 20px;
		font-size: 2.7rem;
	}
	.search-mob{
		display: block;
	}
	.mob-login{
		display: block;
	}
	.mob-signet-news{
		display: block;
	}
}
@media screen and (max-width: 880px) {
	.banner-box .hero-panel{
		padding: 0px;
	    font-size: 1rem;
    	padding-bottom: 20px;
   	    min-width: auto;
  	    margin: 0;
	}
	.banner-box .table-cell-middle{
    	padding: 0 20px;
	}
}
@media screen and (max-width: 780px) {
	.banner-box .table-cell-middle{
		height: 450px;
	}
	.banner-box .arrow-box{
       position: absolute;
	    bottom: -50%;
	    left: 0;
	    height: auto;
	    margin: 0;
	    margin-top: -100px;
	}
	.banner-box .arrow-box span{
	    background-color: rgba(0, 0, 0, 0.1);
	    background-size: 0.7rem;
	    width: 50px;
	    height: 50px;
	    opacity: 0.75;
	    transition: ease-in-out color .15s;
	    z-index: 100;
	    border-radius: 100%;
	}
	.banner-box .swiper-button-prev{
		left: 10px;
	}
	.banner-box .swiper-button-next{
		right: 10px;
	}
	.banner-box .hero-panel .title{
	    font-size: 1.6rem;
        margin-bottom: 10px !important;
	}
	.banner-box .hero-panel .cp-text-left{
	    margin-bottom: 10px !important;
	}
	.banner-box .hero-panel h2{
	    margin-bottom: 10px !important;
    	font-size: 1.4rem;
	}
	.banner-box .hero-panel h2{
		margin-bottom: 8px !important;
	}
	.banner-box .hero-panel .nr{
		margin-bottom: 10px !important;
	}
	.banner-box .hero-panel .divider{
		margin-bottom: 10px;
	}
	.banner-box .swiper-pagination-bullet-active{
		width: 20px;
	}
	.banner-box .swiper-pagination {
	    bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	footer .footer-box{
		margin: 0;
	}
	footer .collapse:not(.show){
		display: none;
	}
	footer .footer-box > div{
	    border-bottom: 1px solid #545454;
	}
	footer .footer-box > div:nth-last-of-type(1){
		margin-bottom: 0;
		border: none;
	}
	footer h6 span{
		display: block;
	}
	footer .logo-col .follow-us{
		border: none;
    	padding: 0;
	}
	.logo-col{
		padding: 0;
	}
}
/** 行程报名弹窗 */
.sign-up-box{
    margin-top: 25px;
    margin-bottom: 40px;
}
.sign-up-box div{
	margin-bottom: 25px;
	text-align: center;
}
.sign-up-box div span{
	width: 80%;
	display: inline-block;
}


/*  处理banner屏幕尺寸  */
/*large desktop > HD resolution */
@media screen and (min-width: 1920px) {
    .banner-box .object-cover-box, .banner-box .object-cover-left, .banner-box .object-cover-right{
        height: 750px;
    }
    .banner-box .object-cover-box img{
        width: 100%;
    }
    .banner-box .font-sp{
        font-size: 1.4rem;
        font-weight: bold;
    }
    .banner-box .table-cell-middle{
        height: 550px;
    }
    .banner-title .title{
        font-size: 2.5rem;
    }
    .banner-title .sub-title{
        font-size: 1.75rem;
    }
}
/*medium desktop (1080p) resolution */
@media screen and (max-width: 1920px) {
    .banner-box .object-cover-box, .banner-box .object-cover-left, .banner-box .object-cover-right{
        height: 550px;
    }
    .banner-box .object-cover-box img{
        width: 100%;
    }
    .banner-box .font-sp{
        font-size: 1.4rem;
    }
    .banner-box .table-cell-middle{
        height: 550px;
    }
    .banner-title .title{
        font-size: 2.5rem;
    }
    .banner-title .sub-title{
        font-size: 1.75rem;
    }
}
/*small desktop (720p) resolution */
@media screen and (max-width: 1300px) { 
    .banner-box .object-cover-box, .banner-box .object-cover-left, .banner-box .object-cover-right{
        height: 470px;
    }
    .banner-box .swiper-container h5{
        font-size: 3rem;
    }
    .banner-box .font-sp{
        font-size: 1.3rem;
    }
    .banner-box .table-cell-middle{
        height: 470px;
    }
    .banner-title .title{
        font-size: 2.5rem;
    }
    .banner-title .sub-title{
        font-size: 1.75rem;
    }
}


@media screen and (max-width: 992px) {
	.container-box{
		min-height: 300px;
	}
	.mob-box .container-box{
		/* padding-top: 102px; */
		transition-duration: 0.36s;
		/* Firefox 4 */
		-moz-transition-duration: 0.36s;
		/* Safari and Chrome */
		-webkit-transition-duration: 0.36s;
		/* Opera */
		-o-transition-duration: 0.36s;
	}
	.nav-flex .container-box{
		padding-top: 62px;
		transition-duration: 0.26s;
		/* Firefox 4 */
		-moz-transition-duration: 0.26s;
		/* Safari and Chrome */
		-webkit-transition-duration: 0.26s;
		/* Opera */
		-o-transition-duration: 0.26s;
	}
	.banner-box .object-cover-box, .banner-box .object-cover-left, .banner-box .object-cover-right{
		height: 390px;
	}
	.banner-box .swiper-container h5{
		font-size: 2.7rem;
	}
	.banner-box .font-sp{
		font-size: 1.2rem;
	}
	.banner-box .table-cell-middle{
		height: 390px;
	}
	.banner-title{
	    padding: 0 20px 40px 20px;
	}
	.banner-title .title{
		font-size: 2.3rem;
	}
	.banner-title .sub-title{
		font-size: 1.45rem;
	}
	.tripdetailsbox-big .details-bar h3{
	    font-size: 1.8rem;
	}
	.tripdetailsbox-big .details-bar .price > div{
	    font-size: 1.3rem;
	}
	.mob-login-box {
		display: block;
	}
}
@media screen and (max-width: 768px) {
	.year-content .row > div > .object-cover-box img:first-child {
	    position: unset;
	    transform: none;
	}
	.year-content .row > div > a {
		padding: 0;
	}
	.tripdetailsbox-big .route-box{
		padding-left: 0;
	}
	.banner-box .object-cover-box, .banner-box .object-cover-left, .banner-box .object-cover-right{
		height: 310px;
	}
	.banner-box .swiper-container h5{
		font-size: 2.1rem;
	    margin-bottom: 10px !important;
	}
	.banner-box .font-sp{
		font-size: 1.1rem;
	}
	.banner-box .table-cell-middle{
		height: 310px;
	}
	.banner-title .title{
		font-size: 2.1rem;
	}
	.banner-title .sub-title{
		font-size: 1.2rem;
	}
	.tripdetailsbox-big .details-bar h3{
	    font-size: 1.6rem;
	}
	.tripdetailsbox-big .details-bar .price > div{
	    font-size: 1.2rem;
	}
	/* .banner-box .arrow-tour{
		display: none;
	} */
	.static-page h1{
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 576px) {
	.itinerary .list .box .img-list .item .title {
	    white-space: normal;
	}
	.banner-box .swiper-pagination {
		display: none;
	}
	.container-box{
		min-height: 200px;
	}
	.banner-box .object-cover-box, .banner-box .object-cover-left, .banner-box .object-cover-right{
		height: 260px;
	}
	.banner-box .table-cell-middle{
		height: 260px;
	}
	.banner-title .title{
		font-size: 1.6rem;
	}
	.banner-title {
		padding: 0 20px 10px 20px;
	}
	.banner-title .sub-title{
		font-size: 1rem;
		margin-top: 0;
	}
	.static-page h1{
		font-size: 2rem;
	}
	
}

@media screen and (min-width: 992px) { /* 大于992的时候出来方式 */
	.pc-menu-display{
		overflow: hidden;
	}
	.container-box.sticky{
		padding-top: 45px;
	}
	.pc-menu-display .mask-box{
		display: block;
	}
}
.tn-inline{
	position: relative;
	padding-bottom: 10px;
	cursor: pointer;
}
.tn-inline span a{
	color: #a4a4a4;
	margin-right: 0;
}
.tn-inline:after {
	margin-top: 3px;
}
.tn-inline:hover a{
	text-decoration: underline;
}
.modal .modal-header{
    border: none;
}
.modal .close{
    position: absolute;
    font-size: 24px;
    color: #000;
    padding: 0;
    font-weight: normal;
    opacity: 1;
    cursor: pointer;
    right: 30px;
    top: 30px;
}
.modal .modal-content{
    color: #000;
}
.modal .modal-body{
	text-align: center;
}
.modal .modal-body i{
    font-size: 74px;
    margin-bottom: -15px;
    display: inline-block;
    margin-top: -10px;

}
.modal .modal-footer{
	border: none;
    padding-top: 0;
}
.modal .modal-footer .btn{
	width: 100%;
    margin: 0 auto 25px;
}

/* 搜索new */
.search-new:after{
    content: 'NEW';
    font-size: 12px;
    font-weight: bold;
    position: relative;
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 16px;
    text-align:center;
    line-height: 16px;
    right: 0;
    top: 0;
    box-shadow: 1px 1px 6px rgb(0 0 0 / 0%);
    z-index: 10;
    /* border-radius: 11px; */
    /*  transform: scale(0.85); */
    top: -5px;
}
/* 弹框 */
.modal-spe {
	padding-right: 0 !important;
	top: 0;
	height: 100%;
	bottom: auto; 
	max-height: 100%;
}
.modal-spe .modal-dialog{
    top: 10%;
}
.modal-spe > .modal-dialog {
    max-width: 540px;
    text-align: center; 
}
.spe-text {
	padding: 0 35px 25px 35px;
}
.spe-text h5 {
	text-align: left;
	margin-bottom: 20px;
}
.spe-text p {
	text-align: left;
/* 	padding-left: 34px; */
	font-size: 1.1rem;
	margin-bottom: 13px;
}
.spe-cont > p > span {
	display: block;
}
/*** ul 设置 ************/
.ul-attribute ul{
	padding: 0;
	margin: 0;
}
.ul-attribute li{
    line-height: 28px;
    list-style: none;
    background-position: 5px 10px !important;
    padding-left: 17px;
}
.ul-attribute ul > li{
	background: url('/static/img/origin_1.png') no-repeat !important;
	background-size: 6px 6px !important;
    background-position: 3px 10px !important;
}
.ul-attribute ul > li ul > li{
	background: url('/static/img/origin_2.png') no-repeat !important;
	background-position: 3px 10px !important;
    background-size: 8px 7px !important;
}
.ul-attribute ul > li > ul > li ul > li, .ul-attribute ul > li > ul > li > ul > li ul > li, .ul-attribute ul > li > ul > li > ul > li > ul > li ul > li{
	background: url('/static/img/origin_3.png') no-repeat !important;
    background-position: 5px 10px !important;
    background-size: 5.5px 5.5px !important;
}
@media screen and (max-width: 576px) {
	.spe-text {
		padding: 0 16px 25px 16px;
	}
	.spe-text p {
		/* padding-left: 15px; */
	    margin-bottom: 10px;
	}
	.spe-cont > p > span {
		display: inline;
	}
	.year-tour-box {
		padding-right: 0;
	}
}
/* 公共手勢 */
.cursor-auto{
	cursor: auto !important;
}
.show-menu-box ul li .cursor-auto:hover {
    color: #797979 !important;
    font-weight: 400;
    text-decoration: none !important;
}

/* 2021/3/18 新增样式 */
.search-new {
    position: relative;
    z-index: 100;
}
.tourList {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
}
.tourList a img{
	position: relative;
    transform: none;
    left: auto;
    top: auto;
}
.borderOpen img {
    position: relative;
    top: 0;
    left: 0;
    z-index: 100;
    transform: none;
}
.borderOpened {
	position: absolute;
    top: 0;
    right: 0;
}
