@charset "utf-8";
/* CSS Document */
@font-face
{
	font-family:'hero';
	src:url('../fonts/hero_light-webfont.eot');
	src:url('../fonts/hero_light-webfont.eot?#iefix')format('embedded-opentype'),
	url('../fonts/hero_light-webfont.woff')format('woff'),
	url('../fonts/hero_light-webfont.ttf')format('truetype'),
	url('../fonts/hero_light-webfont.svg#NeuesBauenDemo')format('svg');
	font-weight:normal;
	font-style:normal;
}
/* --------------------------------------------------------
*foldingSec
-------------------------------------------------------- */
.foldingSec {
  perspective: 1000px;
}
.foldingSec .sec3dParent {
  transform-origin: 0px 0px;
  transform: rotateX(-60deg);
  transition: 0.6s;
  opacity: 0;
}
.foldingSec.even .sec3dParent {
  transform: rotateX(60deg);
}
.foldingSec.on .sec3dParent {
  transform: rotateX(0deg);
  opacity: 1;
}


/*-------------- animation --------------*/
.full {
    height: 100%;
    overflow: hidden;
    width: 100%;
}
.full .flexslider{
    height: 100%;
    position: relative;
}
@keyframes mk_3d_top {
  0% {
    transform: perspective(600px) rotateX(60deg);
    transform-origin: center top 0;
  }
  100% {
    transform: perspective(600px) rotateX(0deg);
    transform-origin: center top 0;
  }
}

.animation_3d_top {
  animation: mk_3d_top 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
/*----- mk_3d_bottom -----*/
@keyframes mk_3d_bottom {
  0% {
    transform: perspective(600px) rotateX(-30deg);
    transform-origin: center bottom 0;
    opacity: 0;
  }
  100% {
    transform: perspective(600px) rotateX(0deg);
    transform-origin: center bottom 0;
    opacity: 1;
  }
}

.animation_3d_bottom {
  animation: mk_3d_bottom .8s 1 .8s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
}
/*----------banner----------*/

.csstransforms3d #banner .slide-item {
  visibility: hidden;
  opacity: 0;
  transform: perspective(600px) rotateX(5deg) rotateY(-10deg) scale(.8);
  transform-origin: center center 0;
  transition: transform 2s ease, opacity .8s ease, visibility .8s ease;
}

.csstransforms3d #banner .flex-active-slide {
  visibility: visible;
  opacity: 1;
  transform: perspective(600px) rotateX(0deg) rotateY(0deg) scale(1);
}
/* Slider */

.desktop_full .flexslider,
.desktop_full .flex-viewport,
.full .flexslider,
.full .flex-viewport,
.full .slides,
.full .slide-item {
  position: relative;
  height: 100% !important;
  min-height: 100%;
  max-height: 100%;
}
.full .slides{
	background: #fff;
}
.full .slides li{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
}

.flex-control-nav{
    position: absolute;
    left: 35px;
    top: 30%;
    z-index: 5;
}
.flex-control-nav li{
    float: none;
}
.flex-control-nav .icon-record{
    display: block;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    padding:5px 0;
    transition: all 300ms ease-in 0ms;
    opacity: 0.60;
}
.flex-control-nav .icon-record:hover,
.flex-control-nav .flex-active{
	opacity: 1;
    padding-left: 5px;
}








html{
	width: 100%;
    height: 100%;
}
html, body{
    font: 12px/2em "hero","微软雅黑","\5b8b\4f53",Arial,sans-serif;
    background: url(../img/collection_05.jpg) repeat center;
}
ul{
	float: none;
}
img{
	vertical-align: middle;
}
.loadgif,
.load-gif{
	background: url(../../img/loadings.gif) no-repeat center;
}
.popbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #000;
	z-index: 10;
}
.header{
	width: 100%;
	position: absolute;
	left: 0;
	top: -106px;
}
.header-fi{
	width: 100%;
	height: 42px;
	background: #000000;
	position: relative;
	
}
.header-fi .left{
	float: left;
	padding:12px 0 0 30px;
	width: 200px;
}
.bdsharebuttonbox a{
	display: inline-block;
}
.bdsharebuttonbox a span{
	display: inline-block;
	background-image: url(../img/home_share.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 18px;
	opacity: 0.3;
	filter: alpha(opacity=30);
	margin:0 10px;
	cursor: pointer;
}
.bdsharebuttonbox a:hover span{
	opacity: 1;
	filter: alpha(opacity=100);
}
.bdsharebuttonbox .bds_tsina span{
	background-position: 0 0;
}
.bdsharebuttonbox .bds_tqq span{
	background-position: -44px 0; 
}
.bdsharebuttonbox .bds_weixin span{
	background-position: -83px 0;
}
.bdsharebuttonbox .bds_weixin{
	position: relative;
}
.bdsharebuttonbox .bds_weixin .weixin{
	position: absolute;
	left: 38px;
	top: 0px;
	width: 0;
	height: 0;
	box-shadow: 0 1px 10px -4px;
}
.header-fi .right{
	float: right;
	padding:10px 40px 0 0;
	color: #fff;
}
.header-fi .right span,
.header-fi .right a{
	color: #fff;
	opacity: 0.2 !important;
	filter: alpha(opacity=20);
	display: inline-block;
}
.header-fi .right a:hover{
	color: #fff;
	opacity: 0.8 !important;
	filter: alpha(opacity=80);
}
.header-se{
	width: 100%;
	background: #fff;
	height: 64px;
	clear: both;
}
.header-se a{
	color: #353535;
}
.header-se a:hover{
	color: #000;
}
.header-se .logo{
	display: inline-block;
	margin-left: 37px;
	float: left;
}
.header-se .menu{
	padding-left: 118px;
	padding:21px 0 0 118px;
	float: left;
}
.header-se .menu p{
	position: relative;
	display: block;
	width: 130px;
	text-align: center;
	height: 24px;
	overflow: hidden;
	float: left;
}
.header-se .menu span{
	display: block;
	width: 100%;
	font-size: 14px;
	position: absolute;
	left: 0;
}
.header-se .menu .en{
	top: 0;
}
.header-se .menu .cn{
	top: 24px;
}
.header-se .right{
	float: right;
	padding:18px 52px 0 0;
}
.header-se .right a{
	display: inline-block;
	font-size: 14px;
}
.header-se .right .onl{
	background: url(../img/home_10.jpg) no-repeat left center;
	padding:0 18px 0 36px;
	margin-left: 40px;
}
.header-se .search{
	display: inline-block;
	padding-right: 10px;
}
.header-se .search .text{
	border:0;
	color: #353535;
	padding:0 10px 0 0;
	width: 44px;
}
.header-se .search .submit{
	width: 12px;
	height: 12px;
	background: url(../img/home_13.jpg) no-repeat center;
	border:0;
}
.header-se i{
	color: #ccc;
	font-style: normal;
	font-size: 14px;
}
.header-se .right i{
	margin:0 20px;
}
.header-se .right .link1{
	background: url(../img/link1.png) no-repeat left 2px;
	padding-left: 26px;
}
.header-se .right .link2{
	background: url(../img/link2.png) no-repeat left 4px;
	padding-left: 49px;
}
.banner-btn,
.banner .box_skitter .info_slide{
	position: absolute;
	left: 35px;
	top: 30%;
	z-index: 5;
}
.banner-btn span,
.banner .box_skitter .info_slide .image_number{
	display: block;
	color: #333333;
	cursor: pointer;
	font-size: 16px;
	padding:5px 0;
	transition: all 300ms ease-in 0ms;
	opacity: 0.8;
}
.banner-btn span:hover,
.banner .box_skitter .info_slide .image_number:hover{
	color: #000;
	opacity: 1;
}
.banner-btn span.cur,
.banner .box_skitter .info_slide .image_number_select{
	color: #000;
	padding-left: 5px;
	opacity: 1;
}



.banner1-list{
	width: 100%;
	height: 100%;
	background: #2a3235;
	position: relative;
}
.banner1-list ul,
.banner1-list li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #dbdcdb;
}
.banner1-list li{
	left: 100%;
	z-index: 2;
	overflow: hidden;
}
.banner1-list li a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../../img/loadings.gif) no-repeat center;
}






/*
.coll-list-th{
	position: relative;
}
.coll-list-th ul{
	position: absolute;
	left: 0;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
}
.coll-list-th ul li{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.coll-list-th ul li img{
	transition: transform 0.7s;
}*/



.coll{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.coll ul{
	background: url(../img/collection_05.jpg) repeat center;
	position: absolute;
	left: 0;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
}
.coll li{
	overflow: hidden;
	position: relative;
}
.coll li a{
	display: block;
}
.coll li img,
.coll li .img{
	opacity: 0.05;
	filter: alpha(opacity=5);
	transform:scale(1.03);
	transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.coll li .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.coll i{
	width: 37px;
	height: 18px;
	background: url(../img/mouse.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 18.5%;
}
.coll li .tit,
.news-top li .tit{
	width: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
}
.news-top li .tit{
	display: none;
}
.coll li .tit p,
.news-top li .tit p{
	font-size: 36px;
	text-transform: uppercase;
}
.coll li .tit span,
.news-top li .tit span{
	font-size: 16px;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: block;
	padding-top: 10px;
}
.coll li .more,
.news-top li .more{
	width: 45px;
	height: 45px;
	background: url(../img/more.png) no-repeat center;
	position: absolute;
	top: 63%;
	left: 50%;
	margin-left: -23px;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform 0.7s;
	transform: rotate(-30deg);
}
.news-top li .more{
	display: none;
}
.coll li .more span,
.news-top li .more span{
	display: block;
	width: 45px;
	height: 45px;
	background: url(../img/more-a.png) no-repeat center;
}
.coll li:hover img,
.coll li:hover .img{
	opacity: 0.35;
	filter: alpha(opacity=35);
	transform:scale(1);
}

.arrow{
	width: 28px;
	height: 16px;
	background: url(../img/arrow.png) no-repeat center;
	position: fixed;
	left: 50%;
	margin-left: -14px;
	bottom: 7%;
	animation: arrow 2s infinite;
}
@keyframes arrow{
	0%{
		bottom: 7%; 
		opacity: 0.6;
	}
	50%{
		bottom: 6%;
		opacity: 0.3;
	}
	100%{
		bottom: 7%;
		opacity: 0.6;
	}
	
}

.coll-list-fi{
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.coll-list-th{
	position: relative;
}
.coll-list-th ul{
	position: absolute;
	left: 0;
	top: 0;
	transform: translate3d(0px, 0px, 0px);
}
.coll-list-th ul li{
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.coll-list-th ul li img{
	transition: transform 0.7s;
}
.coll-list-th ul li .bg{
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform 0.7s;
}
.coll-list-th ul li .more{
	position: absolute;
    height: 40px;
    left: 50%;
    line-height: 40px;
    margin: -20px 0 0 -20px;
    top: 50%;
    width: 40px;
}
.coll-list-th ul li .more .icon-plus{
	font-size: 44px;
	color: #fff;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: transform 0.7s;
}
.coll-list-th ul li:hover img{
	transform:scale(1.05);
}
.coll-list-th ul li:hover .bg{
	opacity: 0.2;
	filter: alpha(opacity=20);
}
.coll-list-th ul li:hover .more .icon-plus{
	opacity: 1;
	filter: alpha(opacity=100);
}
/*.coll-info{
	width: 100%;
	height: 100%;
	background: #2a3235;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
}
.coll-info ul{
	position: absolute;
	left: 0;
	top: 0;
}
.coll-info li{
	position: relative;
}
.coll-info li img{
	position: absolute;
	display: block;
}*/
.coll-info .prev,
.coll-info .next{
	width: 40px;
	height: 40px;
	background: #fff;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	z-index: 3;
}
.coll-info .prev span,
.coll-info .next span{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.5s;
}
.coll-info .prev{
	left: 0;
}
.coll-info .prev span{
	background: url(../img/left.png) no-repeat center;
}
.coll-info .next{
	right: 0;
}
.coll-info .next span{
	background: url(../img/right.png) no-repeat center;
}
.coll-info .close{
	width: 40px;
	height: 40px;
	background:#fff;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.coll-info .close span{
	display: block;
	width: 40px;
	height: 40px;
	background:url(../img/close.png) no-repeat center;
	transition: all 0.5s;
	cursor: pointer;
}
/*.coll-info .prev:hover,
.coll-info .next:hover,
.coll-info .close:hover{
	opacity: 0.75;
	filter: alpha(opacity=75);
}*/
.coll-info .close span:hover{
	transform:rotate(-90deg);
}
.coll-info .prev:hover span{
	left: -6px;
}
.coll-info .next:hover span{
	left: 6px;
}
.coll-info{
	width: 100%;
	height: 100%;
	background: #202226;
	position: fixed;
	left: 0;
	top: 100%;
	z-index: 10;
}
.coll-info ul,
.coll-info li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.coll-info li{
	left: 100%;
	text-align: center;
	z-index: 2;
	color: #fff;
}
.coll-info li img{
	height: 100%;
}
.coll-list-fi .pop-bg{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	cursor: pointer;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	background-image: url(../img/arrow_1.png);
	background-repeat: no-repeat;
	background-position: center;
}
.coll-list-fi .pop-bg.cur{
	background: none;
}
.news{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.news-top ul{
	width: 100%;
	/*overflow: hidden;*/
}
.news-top li{
	width: 50%;
	overflow: hidden;
	position: relative;
}
.news-top li img{
	position: absolute;
}
.news-top li.btn{
	cursor: pointer;
}
.news-top li.btn img{
	transition: transform 0.7s;
}
.news-top li.btn:hover img{
	transform:scale(1.05);
}
.news-top li .tit{
	display: block;
}
.news-top li .tit p{
	font-size: 32px;
}
.news-top li .more{
	display: block;
	transform: rotate(0deg);
	top: 64%;
}
.popbgl,
.popbgr{
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #000;
	z-index: 3;
}
.popbgl{
	left: 0;
}
.popbgr{
	right: 0;
}
.news-list{
	width: 100%;
}
.news-list ul,
.news-list li{
	float: none;
	width: 100%;
	overflow: hidden;
	background: #f5f5f5;
}
.news-list li.even .con{
	float: left;
}
.news-list li.even .img{
	float: right;
}
.news-list li.odd .con{
	float: right;
}
.news-list li.odd .img{
	float: left;
}
/*.news-list li .fl{
	left: -50%;
}
.news-list li .fr{
	right: -50%;
}*/
.news-list li .img,
.news-list li .con{
	display: block;
	width: 50%;
	position: relative;
	overflow: hidden;
}
.news-list li .con{
	height: 100%;
}
.news-list li .conbox{
	padding:15% 8% 0 8%;
	position: relative;
}
.news-list li .conbox .time{
	font-size: 18px;
	color: #666;
}
.news-list li .conbox .tit{
	font-size: 36px;
	color:#333;
	padding:10px 0 25px 0;
}
.news-list li .conbox .tit a{
	color:#333;
}
.news-list li .conbox .tit a:hover{
	color: #000;
}
.news-list li .conbox .txt{
	color: #666;
	font-size: 14px;
	height: 65px;
	overflow: hidden;
}
.news-list li .conbox .more{
	width: 38px;
	height: 15px;
	background: url(../img/news_08.jpg) no-repeat center;
	margin-top: 40px;
	display: block;
}
.news-list li .img img{
	width: 100%;
	transition: transform 0.7s;
}
.news-list li .img:hover img{
	transform:scale(1.05);
}
.stores{
	background: #000;
}
.stores .tit{
	width: 100%;
	background: url(../img/c03.png) repeat center;
	text-align: center;
	font-size: 24px;
	color: #fff;
	line-height: 88px;
	position: absolute;
	left: 0;
	top: 106px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.stores .flex-control-nav {
    left: 97%;
    top: 48%;
}
.stores .flex-control-nav .icon-record{
    width: 8px;
    height: 8px;
    padding:0;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    margin:10px 0;
}
.stores .flex-control-nav .icon-record:hover,
.stores .flex-control-nav .icon-record.flex-active{
    opacity: 1;
    filter: alpha(opacity=100);
    padding:0;
}
.mapbox .con{
	width: 388px;
	height: 376px;
	background: #fff;
	position: absolute;
	top: 50%;
	right: 13%;
	margin-top: -188px;
}
.mapbox .con .tit{
	line-height: 100px;
	font-size: 18px;
	padding-left: 60px;
	background: url(../img/map01.jpg) no-repeat 32px 46px #000;
	color: #fff;
}
.mapbox .con .txt{
	padding:40px 30px 0 30px;
	color: #000;
}
.mapbox .con .txt .tel{
	font-size: 18px;
	padding-left: 30px;
	background: url(../img/map02.jpg) no-repeat left center;
}
.mapbox .con .txt .addre{
	font-size: 18px;
	padding-left: 30px;
	background: url(../img/map03.jpg) no-repeat left top;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-top: 60px;
}
.mapbox .con .txt .txt1{
	padding-left: 30px;
	font-size: 14px;
	color: #666;
	padding-top: 5px;
}

.ninfo-body .header{
	top: 0;
}
.ninfo{
	padding: 150px 0 50px;
}
.ninfo .nbox{
	margin: 0 auto;
    width: 864px;
    font-family: "微软雅黑"
}
.ninfo .nbox p.time {
    color: #666;
    font: 18px/62px Vijaya;
    text-align: center;
}
.ninfo .nbox p.tit {
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
    text-align: center;
}
.ninfo .nbox .detail{
	color: #fff;
	min-height: 400px;
}
.ninfo .nbox .detail img{
	max-width: 100%;
}
.ninfo .turn {
    height: 36px;
    margin-top: 50px;
    text-align: center;
}
.ninfo .turn a {
    background: url(../img/left.jpg) no-repeat center;
    display: inline-block;
    height: 36px;
    margin: 0 1px;
    width: 36px;
}
.ninfo .turn a.next {
	background-image: url(../img/right.jpg);
}

.loader {
    width:100%;
    height:100%;
    position:fixed;
    z-index: 994;
    left: 0;
    top: 0;
}
.loader .rect {
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    background: #000;
}
.loader .rect-top {
    top: 0;
}
.loader .rect-bottom {
    bottom: 0;
}



@media all and (max-width: 1300px){
	.header-se .right i{
		margin:0 10px;
	}
	.header-se .menu{
		padding-left:16px;
	}
}
@media screen and (max-width: 1100px){
	.header-se .menu p{
		width: 110px;
	}
	.coll li .tit p,
	.news-top li .tit p{
		font-size: 26px;
	}
	.coll li .tit span, 
	.news-top li .tit span{
		font-size: 14px;
	}
	.news-list li .conbox{
		padding-top: 10%;
	}
}
@media screen and (max-width: 1000px){
	.header-se .menu p{
		width: 90px;
	}
}
@media screen and (max-width: 900px){
	.header-se .logo{
		margin-left: 10px;
	}
	.header-fi .left{
		padding-left: 10px;
	}
	.header-fi .right{
		padding-right: 15px;
	}
	.header-se .menu{
		padding-left: 5px;
	}
	.header-se .right{
		padding-right: 15px;
	}
	.header-se .menu p{
		width: 75px;
	}
}