html,
body {
	width: 100%;
	min-width: 1200px;
	background: #fff;
}

html *:before,
html *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.swiper-button-next,
.swiper-button-prev {
	position: absolute;
	width: 20px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
	background: rgba(0, 0, 0, .3);
	background-size: 80%;
	background-position: center;
	background-repeat: no-repeat;
}

.swiper-button-prev {
	background-image: url(../../images/holiday/layer-prev.png);
	left: 10px;
	right: auto;
}

.swiper-button-next {
	background-image: url(../../images/holiday/layer-next.png);
	right: 10px;
	left: auto;
}

.body {
	padding-top: 90px;
}

.nav-wrap {
	width: 100%;
	min-width: 1200px;
	height: 100px;
	background: rgba(255, 255, 255, 0.95);
	position: fixed;
	z-index: 99;
	top: 0;
	box-shadow: 0 0 6px rgba(0, 0, 0, .1);
}

.fade-enter-active {
	margin-top: 0;
	transition: margin-top .3s linear;
}

.fade-enter {
	margin-top: -90px
}

.fade-leave-active {
	margin-top: -90px;
	transition: margin-top .3s linear;
}

.fade-leave {
	margin-top: 0;
}

.nav {
	width: 1200px;
	line-height: 90px;
	margin: 0 auto;
	position: relative;
}

.nav-logo {
	display: block;
	width: 236px;
	height: 90px;
	background: url(../../images/nav/logo_black.png) no-repeat left center;
	background-size: 100% auto;
}

.nav-list {
	position: absolute;
	right: 0;
	top: 0;
}

.nav-list li {
	float: left;
	padding: 0 35px;
	cursor: pointer;
	position: relative;
}

.nav-list li a {
	display: inline-block;
	height: 70px;
	color: #333;
	font-size: 14px;
	position: relative;
	-webkit-transition: color .4s ease-in;
	-moz-transition: color .4s ease-in;
	-ms-transition: color .4s ease-in;
}

/*.nav-list li a:hover i,.nav-list a:hover,.nav-list a.cur{font-weight: bold;}*/
.nav-list a.cur {
	font-weight: bold;
}

.nav-list a i {
	display: block;
	width: 0px;
	height: 3px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	background: #000;
	overflow: hidden;
}

.nav-list a.cur i {
	width: 100%;
	left: 0;
}

.nav-list li.login {
	margin: 0 20px;
}

.nav-list li.login i {
	margin: 0 8px;
	color: #333;
}
.nav-list .drop-down-menu-wrap{
    height: 0;
    overflow: hidden;
}
.nav-list .drop-down-menu{
    color: #ffffff;
    font-size: 14px;
    /* margin-top: 22px; */
    /* background: rgba(0, 0, 0, .3); */
    background: #ffffff;
    width: 100%;
    position: absolute;
    left: 0;
    cursor: pointer;
    height: 0;
    overflow: hidden;
    transition: all 0.3s;
    text-align: center;
    line-height: 50px;
    /* height:50px; */
}
.nav-list li .drop-down-menu a{
    line-height: 50px;
    height:50px;
}
.nav-list .drop-down-menu>div:hover{
    background: rgba(0, 0, 0, .1);
}
.nav-list li:hover .drop-down-menu{
    height: auto;
    transition: all 0.3s;
}
.server-tel{
    position: absolute;
    left: 66px;
    top: 15px;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
}
.header-phone {
	background: url(../../images/nav/nav-phone.png) no-repeat left 34px;
	padding-left: 20px;
	background-size: 18%;
}

.hoverNav {
	display: block;
	left: 0;
	animation-name: navHover;
	-webkit-animation: navHover .2s linear 0s normal none;
	-moz-animation: navHover .2s linear 0s normal none;
	animation: navHover .2s linear 0s normal none;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes navHover {
	0% {
		width: 0
	}

	10% {
		width: 10%
	}

	20% {
		width: 20%
	}

	30% {
		width: 30%
	}

	40% {
		width: 40%
	}

	50% {
		width: 50%
	}

	60% {
		width: 60%
	}

	70% {
		width: 70%
	}

	80% {
		width: 80%
	}

	90% {
		width: 90%
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes navHover {
	0% {
		width: 0
	}

	10% {
		width: 10%
	}

	20% {
		width: 20%
	}

	30% {
		width: 30%
	}

	40% {
		width: 40%
	}

	50% {
		width: 50%
	}

	60% {
		width: 60%
	}

	70% {
		width: 70%
	}

	80% {
		width: 80%
	}

	90% {
		width: 90%
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes navHover {
	0% {
		width: 0
	}

	10% {
		width: 10%
	}

	20% {
		width: 20%
	}

	30% {
		width: 30%
	}

	40% {
		width: 40%
	}

	50% {
		width: 50%
	}

	60% {
		width: 60%
	}

	70% {
		width: 70%
	}

	80% {
		width: 80%
	}

	90% {
		width: 90%
	}

	100% {
		width: 100%
	}
}

.outNav {
	display: block;
	left: 0;
	animation-name: outNav;
	-webkit-animation: outNav .2s linear 0s normal none;
	-moz-animation: outNav .2s linear 0s normal none;
	animation: outNav .2s linear 0s normal none;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes outNav {
	0% {
		width: 100%
	}

	10% {
		width: 90%
	}

	20% {
		width: 80%
	}

	30% {
		width: 70%
	}

	40% {
		width: 60%
	}

	50% {
		width: 50%
	}

	60% {
		width: 40%
	}

	70% {
		width: 30%
	}

	80% {
		width: 20%
	}

	90% {
		width: 10%
	}

	100% {
		width: 0
	}
}

@-moz-keyframes outNav {
	0% {
		width: 100%
	}

	10% {
		width: 90%
	}

	20% {
		width: 80%
	}

	30% {
		width: 70%
	}

	40% {
		width: 60%
	}

	50% {
		width: 50%
	}

	60% {
		width: 40%
	}

	70% {
		width: 30%
	}

	80% {
		width: 20%
	}

	90% {
		width: 10%
	}

	100% {
		width: 0
	}
}

@-ms-keyframes outNav {
	0% {
		width: 100%
	}

	10% {
		width: 90%
	}

	20% {
		width: 80%
	}

	30% {
		width: 70%
	}

	40% {
		width: 60%
	}

	50% {
		width: 50%
	}

	60% {
		width: 40%
	}

	70% {
		width: 30%
	}

	80% {
		width: 20%
	}

	90% {
		width: 10%
	}

	100% {
		width: 0
	}
}

.outNavReturn {
	display: block;
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	animation-name: outNav;
	-webkit-animation: outNav .2s linear 0s normal none;
	-moz-animation: outNav .2s linear 0s normal none;
	animation: outNav .2s linear 0s normal none;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes outNav {
	0% {
		width: 100%
	}

	10% {
		width: 90%
	}

	20% {
		width: 80%
	}

	30% {
		width: 70%
	}

	40% {
		width: 60%
	}

	50% {
		width: 50%
	}

	60% {
		width: 40%
	}

	70% {
		width: 30%
	}

	80% {
		width: 20%
	}

	90% {
		width: 10%
	}

	100% {
		width: 0
	}
}

@-moz-keyframes outNav {
	0% {
		width: 100%
	}

	10% {
		width: 90%
	}

	20% {
		width: 80%
	}

	30% {
		width: 70%
	}

	40% {
		width: 60%
	}

	50% {
		width: 50%
	}

	60% {
		width: 40%
	}

	70% {
		width: 30%
	}

	80% {
		width: 20%
	}

	90% {
		width: 10%
	}

	100% {
		width: 0
	}
}

@-ms-keyframes outNav {
	0% {
		width: 100%
	}

	10% {
		width: 90%
	}

	20% {
		width: 80%
	}

	30% {
		width: 70%
	}

	40% {
		width: 60%
	}

	50% {
		width: 50%
	}

	60% {
		width: 40%
	}

	70% {
		width: 30%
	}

	80% {
		width: 20%
	}

	90% {
		width: 10%
	}

	100% {
		width: 0
	}
}

.hoverNavReturn {
	display: block;
	right: 0;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	animation-name: hoverNavReturn;
	-webkit-animation: hoverNavReturn .2s linear 0s normal none;
	-moz-animation: hoverNavReturn .2s linear 0s normal none;
	animation: hoverNavReturn .2s linear 0s normal none;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards
}

@-webkit-keyframes hoverNavReturn {
	0% {
		width: 0
	}

	10% {
		width: 10%
	}

	20% {
		width: 20%
	}

	30% {
		width: 30%
	}

	40% {
		width: 40%
	}

	50% {
		width: 50%
	}

	60% {
		width: 60%
	}

	70% {
		width: 70%
	}

	80% {
		width: 80%
	}

	90% {
		width: 90%
	}

	100% {
		width: 100%
	}
}

@-moz-keyframes hoverNavReturn {
	0% {
		width: 0
	}

	10% {
		width: 10%
	}

	20% {
		width: 20%
	}

	30% {
		width: 30%
	}

	40% {
		width: 40%
	}

	50% {
		width: 50%
	}

	60% {
		width: 60%
	}

	70% {
		width: 70%
	}

	80% {
		width: 80%
	}

	90% {
		width: 90%
	}

	100% {
		width: 100%
	}
}

@-ms-keyframes hoverNavReturn {
	0% {
		width: 0
	}

	10% {
		width: 10%
	}

	20% {
		width: 20%
	}

	30% {
		width: 30%
	}

	40% {
		width: 40%
	}

	50% {
		width: 50%
	}

	60% {
		width: 60%
	}

	70% {
		width: 70%
	}

	80% {
		width: 80%
	}

	90% {
		width: 90%
	}

	100% {
		width: 100%;
	}
}

.holiday-item {
	position: relative;
}

.holiday-banner {
	width: 100%;
	height: 300px;
	background: url(../../images/holiday/holiday-banner.jpg) no-repeat center center;
	background-size: 1200px
}

.holiday-banner h3 {
	display: block;
	width: 100%;
	text-align: center;
	color: #f0f0f0;
	font-size: 50px;
	padding: 60px 0 20px;
}

.holiday-banner .holiday-desc {
	display: block;
	width: 100%;
	text-align: center;
	color: #f0f0f0;
	font-size: 16px;
}

.holiday-intro {
	width: 1200px;
	margin: -110px auto 210px;
}

.xg-details {
	display: block;
	width: 1200px;
	height: 400px;
	box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
}

.holiday-text {
	display: block;
	width: 666px;
	height: 400px;
	background: #fff;
	padding: 36px 40px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.holiday-pic {
	display: block;
	width: 534px;
	height: 400px;
}

.holiday-pic img {
	width: 100%;
	height: 100%;
}

.holiday-text p {
	font-size: 14px;
	color: #8696a6;
	line-height: 2;
	letter-spacing: 2px;
	width: 566px;
	height: 256px;
	overflow: hidden;
}

.gmai {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	color: #8696a6;
	border: 1px solid #8696a6;
	background: #fff;
	cursor: pointer;
	position: absolute;
	bottom: 50px;
	z-index: 2;
	overflow: hidden;
}

.gmai:after {
	content: '';
	width: 0;
	height: 40px;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: #8696a6;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.gmai:hover {
	color: #fff;
}

.gmai:hover:after {
	border-width: 40px 160px 0 0;
}

.holiday-details-item {
	display: block;
	width: 280px;
	height: 186px;
	margin: 26px 26px 0 0;
	box-shadow: 0 24px 50px rgba(51, 51, 51, .1);
	position: relative;
	float: left;
}

.holiday-details-item:last-child {
	margin-right: 0;
}

.holiday-details-item img {
	width: 100%;
	height: 100%;
}

.holiday-details-item em {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #000;
	font-size: 12px;
	padding: 2px 6px;
	background: rgba(255, 255, 255, 0.6);
}

.holiday-details-item strong {
	display: block;
	width: 80%;
	height: 20px;
	text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	left: 50%;
	margin-left: -40%;
	color: #f0f0f0;
	font-size: 14px;
}

/*  @media(max-width: 800px){
	.holiday-banner{height:200px;}
	.holiday-banner h3{font-size: 20px;}
	.holiday-banner .holiday-desc{font-size: 14px;}
	.holiday-intro{width: 100%; padding: 0 2%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-o-box-sizing: border-box;box-sizing: border-box;margin: -40px auto 10px;}
	.xg-details{width:100%;height:200px;}
	.holiday-pic{width:40%;height:200px;}
	.holiday-text{width:60%;height:200px;padding:10px;}
	.holiday-text p{width:100%;height:110px;font-size: 14px;}
	.gmai{width:100px;height:34px;line-height: 34px;font-size: 14px;bottom:20px;}
	.holiday-details-item{width: 49%;height: 100px;margin:2% 2% 0 0;}
	.holiday-details-item strong{font-size: 14px;}
	.holiday-details-item em{font-size: 12px;padding:2px 10px;}
}  */
