.djs_timer_800ms {
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}
/*=============
	slideNav
================================*/
.slideNav {
	position: fixed;
	z-index: 98;
	bottom: 16%;
	right: -100%;
	-webkit-transition: all 0.28s;
	-moz-transition: all 0.28s;
	-ms-transition: all 0.28s;
	-o-transition: all 0.28s;
	transition: all 0.28s;
}
.slideNav.on {
	right: 0;
}
.slideNav-items{
	padding: 0;
	margin: 0;
	list-style: none;
}
.slideNav-items a {
	display: block;
	width: 66px;
	height: 66px;
	text-align: center;
	line-height: 66px;
	color: #fff;
	position: relative;
	z-index: 2;
	background: #353535;
	margin-bottom: 2px;
}
.slideNav-items a > img {
	width: 24px;
	margin: 0 auto;
}
.slideNav-con {
	transition: all .4s;
	white-space: nowrap;
	width: 0;
	overflow: hidden;
	height: 66px;
	line-height: 66px;
	text-align: center;
	background: #e31e3c;
	background-image: -moz-linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	background-image: -o-linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	background-image: -webkit-linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	background-image: linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	color: #fff;
	font-size: 14px;
	position: absolute;
	right: 100%;
	top: 0;
}
.slideNav-ewm {
	transition: all .4s;
	width: 120px;
	background: #e31e3c;
	background-image: -moz-linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	background-image: -o-linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	background-image: -webkit-linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	background-image: linear-gradient(left,#e31d3b 0%,#b700b4 100%);
	position: absolute;
	right: 110%;
	top: 0;
	padding:10px 10px 2px;
	display: none;
}
.slideNav-ewm img {
	width: 100%;
}
.slideNav-ewm p {
	line-height: 27px;
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #ffffff;
	margin: 0;
}
.slideNav-items:hover .slideNav-con {
	width: 143px;
	font-family: BEBAS;
	letter-spacing: 0.5px;
	font-size: 14px;
}
.slideNav-items:hover .slideNav-ewm {
	display: block;
}

/*============================
	header
=========================================================================================*/

.site-header
{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 90;
	padding: 28px 50px 0;
}


.site-branding {
	min-height: 0;
	padding: 0;
	position: relative;
}
.site-logo {
	width: 138px;
	float: left;
	transition: all .45s ease;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: transform,opacity,transform;
	transition: opacity .25s cubic-bezier(0.7,0.3,0,1),-webkit-transform .65s ease;
	transition: opacity .25s cubic-bezier(0.7,0.3,0,1),transform .65s ease;
	transition: opacity .25s cubic-bezier(0.7,0.3,0,1),transform .65s ease,-webkit-transform .65s ease;
	overflow: visible;
}
.site-logo a {
	position: relative;
	display: block;
	overflow: visible;
}
.site-logo a img
{
	width: 148px;
}
.site-logo a img.head-logo2
{
	display: none;
}
.header-nav {
	float: right;
}
.header-nav ul,.header-nav div {
	display: inline-block;
	vertical-align: middle;
}
.header-nav div {
	margin-left: 20px;
}
.header-nav div a img{
	box-sizing: content-box;
	border-right: 1px solid #e1e1e1;
}
.header-nav div a:first-child img {
	padding-right: 18px;
}
.header-nav div a:last-child img{
	border: 0;
}
.header-nav div img {
	width: 18px;
	position: relative;
}
.header-nav ul {
	margin: 12px 0;
}
.header-nav ul li {
	display: inline-block;
	margin: 0 16px;
}
.header-nav ul li a {
	font-size: 18px;
	color: #fff;
	line-height: 32px;
	position: relative;
	display: block;
	letter-spacing: 5px;
	padding-top: 8px;
	font-family: inherit;
}
.header-nav ul li a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	width: 0;
	background: #ffffff;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.header-nav ul li:hover a:before {
	width:12px;
}
.header-nav ul li.active  a:before{
	width: 12px;
}
.site-header.scrolled {
	background: #ffffff;
	padding: 12px 6%;
}
.site-header.scrolled .site-logo a img.head-logo1{
	display: none;
}
.site-header.scrolled .site-logo a img.head-logo2{
	display: block;
	width: 100px;
}
.site-header.scrolled  .header-nav ul li a
{
	color: #333333;
}
.site-header.scrolled .header-nav ul li a:before
{
	background: #333333;
}
/*============================
	index
=========================================================================================*/
.main-adv {
	margin-top: 5%;
}
.main-adv-items {
	float: left;
	width: 30%;
	margin-right: 2.66%;
	margin-bottom: 2.66%;
	cursor: pointer;
	text-align: left;
	padding-bottom: 6%;
	background: url(../images/1.png) no-repeat  6% 86%;
	position: relative;
	top: 30px;
	opacity: 0;
}
.main-adv-items.on{
	top: 0;
	opacity: 1;
}
.main-adv-items1
{
	-webkit-transition: all 0.48s ; -moz-transition: all 0.48s ; -ms-transition: all 0.48s ; -o-transition: all 0.48s ; transition: all 0.48s ;
}
.main-adv-items2
{
	-webkit-transition: all 0.48s 0.28s ;
	-moz-transition: all 0.48s 0.28s ;
	-ms-transition: all 0.48s 0.28s ;
	-o-transition: all 0.48s 0.28s ;
	transition: all 0.48s  0.28s;
}
.main-adv-items3
{
	-webkit-transition: all 0.48s 0.38s ;
	-moz-transition: all 0.48s 0.38s ;
	-ms-transition: all 0.48s 0.38s ;
	-o-transition: all 0.48s 0.38s ;
	transition: all 0.48s  0.38s;
}
.main-adv-items4
{
	-webkit-transition: all 0.48s 0.48s ;
	-moz-transition: all 0.48s 0.48s ;
	-ms-transition: all 0.48s 0.48s ;
	-o-transition: all 0.48s 0.48s ;
	transition: all 0.48s  0.48s;
}
.main-adv-items5
{
	-webkit-transition: all 0.48s 0.58s ;
	-moz-transition: all 0.48s 0.58s ;
	-ms-transition: all 0.48s 0.58s ;
	-o-transition: all 0.48s 0.58s ;
	transition: all 0.48s  0.58s;
}
.main-adv-items6
{
	-webkit-transition: all 0.48s 0.68s ;
	-moz-transition: all 0.48s 0.68s ;
	-ms-transition: all 0.48s 0.68s ;
	-o-transition: all 0.48s 0.68s ;
	transition: all 0.48s  0.68s;
}
.main-adv-items:nth-child(3n)
{
	margin-right: 0;
}
.main-adv-items > div {
	border-right: 1px solid #eeeeee;
	padding: 6%;
	position: relative;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;

}
.main-adv-items img {
	width: 50px;
	position: relative;
	top: 0;
	-webkit-transition: all 0.48s; -moz-transition: all 0.48s; -ms-transition: all 0.48s; -o-transition: all 0.48s; transition: all 0.48s;
}
.main-adv-items h1 {
	font-size: 1.2rem;
	letter-spacing: 1px;
	line-height: 40px;
	margin: 8px 0 4%;
	font-weight: bold;
	position: relative;
	padding-bottom: 4%;
	left: 0;

}
@keyframes h1animate {
	0%{
		left: 0;
	}
	100%{
		left: 10px;
	}
}
.main-adv-items h1:after
{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	width: 28px;
	background: #ddd;
}
.main-adv-items p {
	max-width: 90%;
	font-size: 0.875rem;
	letter-spacing: 1px;
	color: #666;
	line-height: 30px;
	font-family: "微软雅黑";
	min-height: 120px;
}
.main-adv-items:hover img
{
	top: -10px;
}
.main-adv-items:hover>div{
	box-shadow:8px 10px 20px #b4b4b4;
}
.main-adv-items:hover h1
{
	animation: h1animate 1s ease-in alternate;
}

/*============
		footer
============================================*/
footer {
	position: relative;
	padding: 2% 0;
	background: url("../images/bg2.jpg") no-repeat center;
	background-size: cover;
	/*background: #999;*/
	/*background: #221816;*/
	/*background: #756161;*/
}
footer:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
background: #e31e3c;
background-image: -moz-linear-gradient(left, #e31d3b 0%, #b700b4 100%);
background-image: -o-linear-gradient(left, #e31d3b 0%, #b700b4 100%);
background-image: -webkit-linear-gradient(left, #e31d3b 0%, #b700b4 100%);
background-image: linear-gradient(left, #e31d3b 0%, #b700b4 100%);
}
footer .container {
	padding: 0;
}
.footer-left {
	width: 80%;
	float: left;
}
.footer-right {
	float: right;
}
.footer-ewm {
	max-width: 100px;
	display: inline-block;
}
.footer-ewm div
{
	padding: 5px;
	/*background: #e31e3c;*/
	/*background-image: -moz-linear-gradient(left, #e31d3b 0%, #b700b4 100%);*/
	/*background-image: -o-linear-gradient(left, #e31d3b 0%, #b700b4 100%);*/
	/*background-image: -webkit-linear-gradient(left, #e31d3b 0%, #b700b4 100%);*/
	/*background-image: linear-gradient(left, #e31d3b 0%, #b700b4 100%);*/
}
.footer-ewm img {
	width: 100%;
}
.footer-ewm p
{
	margin: 0;
	font-size: 13px;
	text-align: center;
}
.footer-top {
}
.footer-tel {
	margin: 1% 0;

}
.footer-tel img {
	width: 32px;
	vertical-align: bottom;
	margin-right: 12px;
}
.footer-tel p {
	display: inline-block;
	margin: 0;
	font-family: Montserrat;
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: bold;
}
.footer-top ul {
	margin: 1% 0 2%;
}
.footer-top li {
	position: relative;
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1rem;
	color: #666;
	padding-right: 24px;
	margin-right: 10px;
}
.footer-top li:after {
	content: "|";
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1rem;
}
.footer-top li:last-child:after {
	content: none;
}
.footer-copy {
	border-top: 1px solid #eeeeee;
}
.footer-copy p,.footer-copy span,.footer-copy p a {
	margin: 0;
	display: inline-block;
	font-size: 12px;
	color: #999;
}