@charset "utf-8";
/* CSS Document */
html{ 
	height:100%; 
}
body { 
	font-family:"微软雅黑"; 
	margin:0 auto;
	padding:0;
	color:#757575;  
	min-width:1280px; 
	max-width:1920px; 
	font-size:15px;
	text-justify:inter-ideograph;
	text-align:justify; 
	height:100%; 
	background: #000;
}
ul,li,ol,dd,dl,h1,h2,h3,h4,h5,form,p{ 
	padding:0; 
	margin:0;
}
ul,li{ 
	list-style:none;
}
img{ 
	border:none;
}
.clear{ 
	clear:both; 
	font-size:0px; 
	line-height:0px; 
	height:0;
}

a {
	text-decoration:none;
	-webkit-transition:color 0.2s linear;
	transition:color 0.2s linear; 
	cursor:pointer;
	color:#757575; 
}
a:focus , a:link, a:active {
	outline:none;
}
a:hover {
	color:#eee;
}

.box1280{
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.box1000{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.fullwidth{
	width: 100%;
}
.blackBg{
	background: #000;
}
.writeBg{
	background: #fff;
}
.enfont{
	font-family: "arial";
}


/*loading*/
#loading{
	width:100%; 
	height:100%; 
	background: url(../images/homeBg.jpg) center center no-repeat; 
	z-index: 99;
	position:fixed; 
	_position:absolute; 
	z-index:1000;
	top: 0;
	left: 0;
	display: none;
}
.homeButton{
	height: 100%;
}
.homeButton01{
	width: 245px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	left: 30%;
}
.homeButton02{
	width: 245px;
	height: 120px;
	position: absolute;
	top: 50%;
	margin-top: -60px;
	right: 30%;
}


/*content*/
.content{
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
	margin-top: 60px;
}
.content-animate{
  -webkit-animation: fadeIn 0.5s linear;
  animation: fadeIn 0.5s linear;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*header*/
.header-box{
	height: 60px;
	width:100%; 
	position:fixed; 
	_position:absolute; 
	top:0; 
	left:0; 
	z-index:10;
}
.header{
		
}
.header-left{
	width: 300px;
	float: left;
	cursor: pointer;
}
.header-right{
	padding: 0 35px;
	float: right;
	position: relative;
}
.nav{
	line-height: 60px;
	font-size: 15px;
}
.nav ul li{
	display: block;
	float: left;
	margin:0 48px;
	/* width: 155px; */
	text-align: center;
}
.nav ul li a{
	color: #979797;
}
.nav ul li a:hover{
	color: #fff;
}
.nav-line{
	width: 0px;
	height: 3px;
	background: #ea5504;
	position: absolute;
	bottom: 0;
	left: 0;
	transition:all .4s;
	-webkit-transition:all .4s
}



/*banner*/
.banner-box{
	width: 100%;
}
.banner{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.banner li{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.banner-btn{
	position: absolute;
	width: 100%;
	height: auto;
	padding:15px 2px;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.banner-btn > span{
	display: inline-block;
	width: 38px;
	height: 5px;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	margin:0 8px;
}
.banner-btn > span.cur{
	background: rgba(255,255,255,1);
}



/*concept box*/
.concept-box{
	width: 100%;
	height: 580px;
	background: #000;
}
.concept{
	
}
.concept-bg-img{
	width: 100%;
	height: 580px;
	position: relative;
	/* overflow:hidden; */
}
.concept-bg-img ul{

}
.concept-bg-img ul li{
	display: none;
	position: absolute;
	left: 0;
	top: 0;
}
.concept-btn{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 580px;
	border-left: 1px solid #4E4E4E;
}
.concept-btn ul{
	/* border-left: 1px solid #eee; */
}
.concept-btn ul li{
	display: table;
	width: 255px;
	height: 580px;
	float: left;
	border-right: 1px solid #4E4E4E;
	background: rgba(0,0,0,1);
	cursor: pointer;
	transition:all 0.8s;
}
.concept-btn:hover{
	border-left: 1px solid #787878;
}
.concept-btn:hover .concept-btn ul li{
	border-right: 1px solid #787878;
}
.concept-btn ul li.on{
	background: rgba(0,0,0,0.6);
	color: #fff;
}
.concept-btn ul li.other{
	background: rgba(0,0,0,0);
}
.concept-btn ul li font{
	display:table-cell; 
    vertical-align:middle;  
    text-align: center;
    line-height: 1.6;
}



/*about*/
.about-box{
	padding: 85px 0 50px 0;
}
.about{
	text-align: center;
}
.about-content{
	color: #252525;
	font-size: 20px;
	line-height: 40px;
	padding: 80px 0 120px 0;
}
.about-title{
	color: #a9a9a9;
}
.about-title-en{
	font-size: 38px;
	font-family: arial;
	letter-spacing: 4px;
}
.about-title-zh{
	font-size: 25px;
	letter-spacing: 4px;
	margin: 10px 0 30px 0;
}

/*home product*/
.pic-box{
	width: 100%;
	height: 690px;
	background: #000;
	position: relative;
}
.pic-bg{
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height:690px;
	-webkit-transition:all 1s ease-in-out 0s; 
	-moz-transition:all 1s ease-in-out 0s; 
	transition:all 1s ease-in-out 0s;
	/* background-image:url(http://www.hnlin.com.cn/cn/images/brand_01.jpg); */
	background-position: center center;
	background-repeat: no-repeat; 
	background-size: cover;
}
.pic-img{
	width: 1280px;
	height: 690px;
	position: relative;
	/* width: 1000px;
	height: 440px; */
}
.pic-img-list{
	position: relative;
	width: 1000px;
	height: 440px;
	margin: 0 auto;
}
.pic-img-list li{
	position: absolute;
	left: 0;
	top: 80px;
	display: none;
}
.pic-img-list li.on{
	display: block;
}
.pic-img .pic-prev,.pic-img .pic-next{ 
	position:absolute; 
	top:45%; 
	width: 25px;
	height: 40px;
	margin-top:-20px; 
	text-decoration:none;
}
.pic-img .pic-prev{ 
	left:80px;
}
.pic-img .pic-next{ 
	right:80px;
}

.pic-more{
	position: absolute;
	left: 0;
	bottom: 60px;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.pic-more span{
	display: block;
	font-size: 16px;
	margin-top: 5px;
}


/*living*/
.living-box{
	padding: 80px 0 100px 0;
}
.living{
	text-align: center;
}
.living ul{
	padding: 0 20px;
}
.living ul li{
	display: block;
	float: left;
	margin: 0 5px;
}
.living-title{
	margin-top: 50px;
}


/*appreciate*/
.appreciate-box{
	height: 660px;
	/* background: url(../images/appreciateBg.jpg) center center no-repeat;
	background-size: cover; */
	position: relative;
}
.appreciate-layer{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.85);
}
.appreciate ul {
	padding: 0 40px;
}
.appreciate ul li{
	display: table;
	float: left;
	margin: 0 15px;
	margin-top: 140px;
	position: relative;
	width: 370px;
	height: 235px;
	position: relative;
	overflow: hidden;
}
.appreciate ul li .list-show-wrap{
	display: table;
	width: 370px;
	height: 235px;
	position: absolute;
	left: 0;
	top: 100%;
	color: #fff;
}
.appreciate ul li .list-show-wrap span{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background: rgba(0,0,0,0.7);
}
/* .appreciate ul li span{
	display:table-cell; 
    vertical-align:middle;  
    text-align: center;
    line-height: 1.6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
} */
.appreciate-line{
	text-align: center;
	margin-top: 22px;
}
.appreciate-more{
	margin-top: 60px;
	text-align: center;
}
.appreciate-more span{
	display: block;
	font-size: 16px;
	margin-top: 5px;
}


/*news*/
.news-box{

}
.news{
	text-align: center;
	padding-top: 128px;
	padding-bottom: 60px;
}
.news-more{
	margin-top: 30px;
	text-align: center;
}
.news-more span{
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
.news-more a:hover{
	color: #333;
}



/*footer*/
.footer-box{
	padding-top: 50px;
	font-size: 14px;
	color: #A8A8A8;
}
.footer{
	padding-bottom: 30px;
}
.footer dl{
	display: block;
	float: left;
	margin: 0 48px;
}
.footer dl.first{
	margin-left: 162px;
}
.footer dl dt{
	color: #828282;
	margin-bottom: 20px;
}
.footer dl dd a{
	color: #A8A8A8;
	line-height: 24px;
}
.footer dl dd a:hover{
	text-decoration: underline;
}
.ecode-img{
	display: inline-block;
	float: left;
}
.ecode-desc{
	display: inline-block;
	border: 1px solid #4B4B4B;
	width: 115px;
	height: 58px;
	padding: 20px 0 30px 0;
	float: left;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	margin-left: 8px;
}


.copyright{
	padding: 30px 0 40px 0;
	text-align: center;
}




/*page about*/
.page-about{
	padding: 85px 0;
}
.page-about-title{
	color: #252525;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 70px;
	margin-bottom: 70px;
	border-bottom: 1px solid #c1c1c1;
}
.page-about-zh{
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 70px;
}
.page-about-left{
	width: 560px;
	float: left;
}
.page-about-right{
	width: 640px;
	float: right;
}
.aboutline{
	width: 22px;
	height: 2px;
	background: #ea5504;
	margin-bottom: 6px;
}
.page-about p{
	margin-bottom: 24px;
}
.page-about-en{
	font-size: 16px;
	line-height: 26px;
}



/*page appreciate*/
.page-appreciate-banner{
	width: 100%;
	height: 350px;
	position: relative;
}
.page-appreciate-banner-line{
	width: 260px;
	height: 5px;
	background: #ea5504;
	position: absolute;
	left: 50%;
	margin-left: -130px;
	bottom: -3px;
}
.page-appreciate-desc{
	text-align: center;
	font-size: 15px;
	line-height: 30px;
	color: #7d7d7d;
	padding: 80px 0;
}

.page-appreciate-slide-box{
	width: 1360px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 85px;
}
.page-appreciate-slide-show{
	max-width: 100%;
	max-height: 500px;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 90px;
}
.page-appreciate-slide-show img{
	display: inline-block;
	text-align: center;
	margin: 0 auto;
}
.page-appreciate-slide{
	position: relative;
}
.page-appreciate-leftbutton{
	position: absolute;
	width: 20px;
	height: 200px;
	left: -35px;
	top: 0;
	cursor: pointer;
}
.page-appreciate-rightbutton{
	position: absolute;
	width: 20px;
	height: 200px;
	right: -35px;
	top: 0;
	cursor: pointer;
}
.page-appreciate-list{
	width: 1360px;
	height: 200px;
	position: relative;
	overflow: hidden;
}
.page-appreciate-list ul{
	display: block;
	width: 10000%;
	height: 200px;
	position: absolute;
	left: 0;
	top: 0;
}
.page-appreciate-list ul li{
	display: block;
	float: left;
	width: 260px;
	margin: 0 6px;
	cursor: pointer;
	opacity: 0.3;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
}
.page-appreciate-list ul li.on{
	opacity: 1;
}




/*page living*/
.page-living{
	width: 1000px;
	margin: 0 auto;
	padding: 85px 0;
}
.page-living-nav{
	line-height: 55px;
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 70px;
}
.page-living-nav ul li{
	display: block;
	float: left;
	margin-right: 65px;
	text-align: left;
}
.page-living-nav ul li a{
	color: #656565;
}
.page-living-nav ul li a:hover{
	color: #656565;
}
.living-nav-line{
	width: 0px;
	height: 3px;
	background: #ea5504;
	position: absolute;
	bottom: -1px;
	left: 0;
	transition:all .4s;
	-webkit-transition:all .4s
}


/*store*/
.store-box{
	
}
.store-desc-title{
	text-align: center;
}
.store-desc-title h4{
	font-size: 18px;
	color: #ea5504;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 6px;
}
.store-desc-title span{
	display: inline-block;
	text-align: center;
	width: 150px;
	height: 5px;
	background: #ea5504;
	margin-top: 8px;
}
.store-desc{
	font-size: 15px;
	line-height: 30px;
	color: #7d7d7d;
	text-align: center;
	margin-top: 48px;
	margin-bottom: 75px;
}

.store-show-big{

}
.store-show-big ul li{
	margin-bottom: 80px;
	text-align: center;
}
.store-show-big ul li h4{
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #acacac;
	margin-top: 30px;
}
.store-show-big ul li h5{
	font-weight: normal;
	font-size: 20px;
	line-height: 30px;
	color: #000000;
}
.store-show-big ul li span{
	display: inline-block;
	width: 38px;
	height: 4px;
	background: #ea5504;
	margin: 12px auto;
}
.store-show-big .shore-show-bid-text{
	color: #7d7d7d;
	font-size: 15px;
}

.store-show-small{
	border-bottom: 1px solid #bfbfbf;
}
.store-show-small ul li{
	display: block;
	float: left;
	width: 450px;
	margin-bottom: 70px;
}
.store-show-small ul li.ds{
	margin-right: 100px;
}
.store-show-small ul li.store-last{
	border: 1px solid #d9d9d9;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	text-align: center;
	line-height: 250px;
}
.store-show-small-title{
	border-left: 5px solid #ea5504;
	padding-left: 15px;
}
.store-show-small-title h4{
	font-weight: normal;
	font-size: 20px;
	line-height: 25px;
	color: #acacac;
	margin-top: 30px;
}
.store-show-small-title h5{
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	color: #000000;
}
.shore-show-small-text{
	color: #7d7d7d;
	font-size: 15px;
	margin: 15px 0 0 20px;
}
.store-tel{
	text-align: center;
	margin-top: 78px;
}
.store-tel span{
	display: block;
	font-size: 15px;
	color: #464646;
	margin: 10px auto;
}
.store-tel b{
	display: block;
	font-size: 25px;
	color: #000000;
	font-weight: normal;
}



/*member-box*/
.member-box{

}
.member-box-content{

}
.member-box-content-title{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	background: url(../images/downIcon.jpg) left 8px no-repeat;
	text-indent: 30px;
	margin-top: 68px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
}
.member-box-content-desc{
	padding: 35px 0;
	line-height: 25px;
	color: #959595;
	font-size: 13px;
}
.member-box-content-desc p{
	margin-bottom: 35px;
}


/*service-box*/
.service-box{

}
.service-box-one{
	margin-bottom: 80px;
	border-bottom: 1px solid #d9d9d9;
}
.service-box-one-title{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	background: url(../images/downIcon.jpg) left 8px no-repeat;
	text-indent: 30px;
	margin-top: 68px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
}
.service-box-one-desc{
	padding: 30px 0;
	line-height: 25px;
	color: #959595;
	font-size: 13px;
}
.service-box-one-desc p{
	margin-bottom: 30px;
}
.service-box-one-left{
	width: 500px;
	float: left;
}
.service-box-one-desc img{
	float: right;
}


/*care-box*/
.care-box{

}
.care-box-title{
	position: relative;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	margin-top: 45px;
	margin-bottom: 110px;
}
.care-box-title h4{
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	color: #ea5504;
	font-weight: normal;
	letter-spacing: 5px;
}
.care-box-title span{
	display: inline-block;
	width: 150px;
	height: 5px;
	background: #ea5504;
	position: absolute;
	left: 50%;
	margin-left: -75px;
	bottom: -3px;
}
.care-box-title b{
	display: inline-block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: -40px;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	letter-spacing: 2px;
}
.care-box-one{
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 45px;
	margin-bottom: 45px;
}
.care-box-one-img{
	width: 450px;
}
.careimgleft{
	float: left;
	margin-right: 82px;
}
.careimgright{
	float: right;
}
.care-box-one-font{
	width: 468px;
	float: left;
}
.care-box-one-font-title{
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	background: url(../images/downIcon.jpg) left 8px no-repeat;
	text-indent: 30px;
	color: #000;
}
.care-box-one-desc{
	font-size: 13px;
	line-height: 25px;
	color: #959595;
	margin-top: 20px;
}
.care-box-one-desc p{
	margin-bottom: 15px;
}


/*products-box*/
.products-box{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.products-part1{
	margin-top: 115px;
	text-align: center;
}
.products-part1 b{
	display: block;
	text-align: center;
	font-size: 36px;
	line-height: 60px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 5px;
}
.products-part1 img{
	display: block;
	text-align: center;
	margin: 0 auto;
}
.products-part1 span{
	font-size: 20px;
	line-height: 30px;
	display: block;
	letter-spacing: 5px;
	margin-top: 20px;
	margin-bottom: 55px;
	color: #ea5504;
}
.products-part1-desc{
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}
.products-part1-icon{
	margin-top: 50px;
	margin-bottom: 100px;
}
.products-part1-gif-bottom{

}
.products-part1-img{
	margin-top: 80px;
}

.products-part2{

}
.products-part2-title{
	margin-top: 90px;
	margin-bottom: 85px;
}
.products-part2-content{
	width: 100%;
	position: relative;
	height: 628px;
}
.products-part2-main{
	width: 1004px;
	height: 628px;
	position: absolute;
	top: 0;
	left: -2px;
	background: url(../images/productsListBg.jpg) center center no-repeat;
}
.products-part2-font1{
	position: absolute;
	width: 500px;
	height: 314px;
	right: 0;
	top: 0;
	text-align: center;
}
.products-part2-font2{
	position: absolute;
	width: 500px;
	height: 314px;
	left: 0;
	bottom: 0;
	text-align: center;
}
.products-part2-main-title{
	font-size: 20px;
	color: #ea5504;
	letter-spacing: 5px;
	margin-top: 55px;
}
.products-part2-main-icon{
	margin: 30px auto;
}
.products-part2-main-desc{
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}
.products-part2-main-desc h4{
	font-size: 25px;
	font-weight: normal;
}
.products-part2-img{
	margin-top: 145px;
}
.products-part3{
	margin-top: 105px;
	position: relative;
	text-align: center;
}
.products-part3-title{
	color: #fff;
}
.products-part3-title h4{
	font-size: 60px;
	font-weight: normal;
	letter-spacing: 5px;
}
.products-part3-title span{
	font-size: 20px;
	display: block;
	letter-spacing: 4px;
	margin: 10px 0 30px 0;
}
.products-part3-desc-title{
	font-size: 20px;
	color: #ea5504;
	letter-spacing: 5px;
	margin-top: 25px;
}
.products-part3-desc{
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	padding: 60px 0 118px 0;
}
.products-part3-bottom{
	position: absolute;
	bottom: 0;
	left: -140px;
}

.products-part4{
	margin-bottom: 80px;
	margin-top: 25px;
	position: relative;
	background: #fff;
	background: url(../images/productBg4.jpg) center center no-repeat;
}
.products-part4 ul li{
	display: block;
	float: left;
	width: 460px;
	margin: 35px 0;
	margin-right: 80px;
}
.products-part4 ul li.two{
	margin-right: 0;
}
.products-part4-line{
	width: 100%;
	background: url(../images/productsLine2.jpg) center center no-repeat;
	height: 5px;
}











/*news-list-box*/
.news-list-box{

}
.news-list{

}
#gallery-wrapper {
	position: relative;
	max-width: 1050px;
	width: 1050px;
	/* margin:50px auto; */
}
.news-list img.thumb {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.white-panel {
	position: absolute;
	padding-bottom: 50px;
}
/* .news-list ul li{
	width: 300px;
	display: block;
	float: left;
	margin-right: 50px;
	margin-bottom: 80px;
}
.news-list ul li.three{
	margin-right: 0;
}
.news-list ul li img{
	display: block;
}
.news-list ul li span{
	width: 30px;
	height: 2px;
	background: #ea5504;
	display: block;
	margin-top: 13px;
	margin-bottom: 13px;
} */
.news-list span{
	width: 30px;
	height: 2px;
	background: #ea5504;
	display: block;
	margin-top: 13px;
	margin-bottom: 13px;
}
.news-list-title{
	font-size: 15px;
	color: #000;
	line-height: 23px;
	margin-top: 30px;
}
.news-list-desc{
	font-size: 13px;
	color: #7d7d7d;
	line-height: 23px;
}


/*story-box*/
.story-box{

}
.story-banner{
	width: 100%;
	height: 970px;
	text-align: center;
	position: relative;
	color: #9c9b9b;
}
.story-banner h4{
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	font-style: italic;
	padding-top: 150px;
	padding-bottom: 15px;
}
.story-banner h5{
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	letter-spacing: 3px;
}
.story-banner-downicon{
	padding: 45px 0 80px 0;
}
.story-banner-desc{
	font-size: 18px;
	line-height: 40px;
}
.story-banner-ms{
	color: #fff;
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 1px;
}
.story-banner-ms-en{
	font-style: italic;
	margin-bottom: 8px;
	margin-top: 230px;
}
.story-banner-icon{
	position: absolute;
	bottom: -37px;
	left: 50%;
	margin-left: -23px;
}


.story-content-box{
	width: 100%;
	max-width: 1388px;
	min-width: 1000px;
	height: 7367px;
	background: url(../images/story-bg.jpg) center top no-repeat;
	margin: 0 auto;
	position: relative;
	margin-top: 190px;
}
.story-content{
	width: 1000px;
	height: 7367px;
	margin: 0 auto;
	position: relative;
}
.story-img01{
	position: absolute;
	top: 0;
	right: 0;
}
.story-img02{
	position: absolute;
	top: 465px;
	right: 0;
}
.story-img03{
	position: absolute;
	top: 823px;
	left: 0;
}
.story-img04{
	width: 275px;
	height: 410px;
	position: absolute;
	top: 1615px;
	left: 725px;
}
.story-img04-01{
	font-size: 35px;
	line-height: 40px;
	color: #595959;
}
.story-img04-02{
	font-size: 35px;
	line-height: 48px;
	color: #ea5504;
}
.story-img04-02 b{
	font-weight: normal;
	display: block;
	float: left;
}
.story-img04-02 span{
	font-size: 17px;
	display: block;
	float: left;
	margin: 0 10px;
}
.story-img04-03{
	font-size: 25px;
	line-height: 50px;
	color: #fff;
	letter-spacing: 10px;
}
.story-img04-03 span{
	font-size: 14px;
	line-height: 29px;
	letter-spacing: 2px;
	margin-top: 25px;
	display: block;
}
.story-content-downicon{
	margin: 25px 0 60px 0;
}

.story-img05{
	width: 370px;
	height: 340px;
	position: absolute;
	top: 1770px;
	left: 0px;
}
.story-img06{
	position: absolute;
	top: 2124px;
	left: 0px;
}
.story-img07{
	width: 270px;
	height: 180px;
	position: absolute;
	top: 2384px;
	right: 0px;
	color: #fff;
}
.story-img07-downicon{
	margin-bottom: 20px;
}
.story-img07-desc{
	font-size: 14px;
	line-height: 29px;
}
.story-img08{
	width: 405px;
	height: 105px;
	position: absolute;
	top: 2673px;
	right: 0px;
	color: #fff;
}
.story-img08 span{
	display: block;
	font-size: 41px;
	letter-spacing: 1px;
}
.story-img08 b{
	display: block;
	font-size: 62px;
	line-height: 50px;
	color: #979797;
}

.story-img09{
	width: 180px;
	height: 90px;
	position: absolute;
	top: 2798px;
	left: 100px;
	color: #fff;
	text-align: right;
}
.story-img09-downicon{
	margin-bottom: 25px;
	margin-right: 10px;
}
.story-img09-desc{
	font-size: 14px;
	line-height: 29px;
}

.story-img10{
	position: absolute;
	top: 2798px;
	right: 0px;
}
.story-img11{
	position: absolute;
	top: 3130px;
	left: 0px;
}

.story-img12{
	width: 360px;
	height: 515px;
	position: absolute;
	top: 3732px;
	left: 50px;
	text-align: right;
	text-transform: uppercase;
}
.story-img12-img04-02{
	float: right;
}
.story-img12-icon{
	margin-bottom: 85px;
}

.story-img13{
	position: absolute;
	top: 3995px;
	right: 0px;
}
.story-img14{
	position: absolute;
	top: 4380px;
	left: 0px;
}
.story-img15{
	width: 280px;
	height: 225px;
	position: absolute;
	top: 4562px;
	right: 0px;
	text-align: right;
	text-transform: uppercase;
}
.story-img15-icon{
	margin-bottom: 18px;
}
.story-img15 span{
	display: block;
	font-size: 49px;
	color: #989998;
}
.story-img15 b{
	display: block;
	font-size: 71px;
	color: #989998;
	line-height: 60px;
}
.story-img15-desc{
	line-height: 29px;
	font-size: 14px;
	margin-top: 30px;
	color: #fff;
}

.story-img16{
	position: absolute;
	top: 4880px;
	right: 0px;
}

.story-img17{
	width: 260px;
	height: 600px;
	position: absolute;
	top: 5160px;
	left: 10px;
	text-align: right;
	text-transform: uppercase;
}

.story-img18{
	position: absolute;
	top: 5502px;
	right: 0px;
	text-align: right;
	text-transform: uppercase;
}
.story-img18 span{
	display: block;
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
}

.story-img19{
	position: absolute;
	top: 5960px;
	left: 0px;
}
.story-img20{
	position: absolute;
	top: 6018px;
	right: 0px;
}
.story-img21{
	position: absolute;
	top: 6420px;
	left: 0px;
}
.story-img22{
	width: 350px;
	height: 300px;
	position: absolute;
	top: 6950px;
	left: 0px;
	text-align: right;
	text-transform: uppercase;
}
.story-img22-icon{
	margin-bottom: 18px;
}
.story-img22 span{
	display: block;
	font-size: 62px;
	color: #989998;
}
.story-img22 b{
	display: block;
	font-size: 93px;
	color: #989998;
	line-height: 80px;
}
.story-img22-desc{
	line-height: 29px;
	font-size: 14px;
	margin-top: 35px;
	color: #fff;
}
.story-img23{
	position: absolute;
	top: 7100px;
	right: 0px;
}
.story-bottom-line{
	width: 100%;
	background: url(../images/productsLine2.jpg) center bottom no-repeat;
	height: 5px;
	padding-bottom: 85px;
}


/*show-products*/
.show-products-box{
	padding: 100px 0;
	text-align: center;
}
.show-products-title{

}
.show-products-title h4{
	font-size: 60px;
	letter-spacing: 8px;
	font-weight: normal;
	color: #000;
}
.show-products-title span{
	display: block;
	font-size: 20px;
	color: #000;
	line-height: 40px;
	letter-spacing: 5px;
}
.show-products-icon{
	margin: 20px 0 15px 0;
}
.show-products-desc{

}
.show-products-desc span{
	display: block;
	font-size: 20px;
	color: #ea5504;
	letter-spacing: 5px;
	margin-bottom: 30px;
}
.show-products-desc p{
	color: #959595;
	font-size: 14px;
	line-height: 30px;
}
.show-products-content{
	padding-bottom: 30px;
}
.show-products-ones{
	margin-top: 75px;
	border-top: 2px solid #dadada;
	padding-top: 68px;
}
.show-products-big{
	width: 800px;
}
.show-products-slider11, .show-products-slider22, .show-products-slider33, .show-products-slider44{
	margin-top: 25px;
	width: 800px;
	height: 500px;
	position: relative;
	overflow: hidden;
}
.show-products-big ul{
	width: 800px;
	height: 500px;
}
.show-products-big ul li{
	width: 100%;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.pre_button1, .pre_button2, .pre_button3, .pre_button4{
	position: absolute;
	font-size: 24px;
	top: 50%;
	left: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../images/slide-pre.png) center center no-repeat;
	z-index: 1;
	margin-top: -20px;
}

.next_button1, .next_button2, .next_button3, .next_button4{
	position: absolute;
	font-size: 24px;
	top: 50%;
	right: 10px;
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../images/slide-next.png) center center no-repeat;
	z-index: 1;
	margin-top: -20px;
}

.show-products-small{
	width: 450px;
}
.show-products-small-first{
	margin-bottom: 40px;
}
.show-products-ones-title{
	font-size: 20px;
	color: #ea5504;
	line-height: 30px;
	text-align: left;
}
.show-products-ones-title b{
	display: inline-block;
	padding: 0 5px;
	font-size: 18px;
	font-weight: normal;
}
.show-products-ones-title span{
	display: inline-block;
	color: #acacac;
	font-size: 20px;
}



/*toptime*/
.toptime-logo{
	float: none;
	width: 200px;
	margin: 0 auto;
}
.toptime-banner-box{
	margin-top: 30px;
}
.toptime-banner{
	width: 100%;
	height: 800px;
	position: relative;
	overflow: hidden;
}
.toptime-banner li{
	width: 100%;
	height: 800px;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
}
.toptime-banner-btn{
	position: absolute;
	width: 100%;
	height: auto;
	padding:15px 2px;
	left: 0;
	bottom: 20px;
	text-align: center;
}
.toptime-banner-btn > span{
	display: inline-block;
	width: 38px;
	height: 5px;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	margin:0 8px;
}
.toptime-banner-btn > span.cur{
	background: rgba(255,255,255,1);
}


.toptime-top{
	text-align: center;
}
.toptime-top-title{
	padding: 100px 0 60px 0;
}
.toptime-top-title h4{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 3px;
	margin-bottom: 30px;
}
.toptime-top-title p{
	color: #adadad;
	font-size: 18px;
	line-height: 42px;
}
.toptime-top-img{

}
.toptime-top-img-left{
	width: 390px;
	float: left;
	margin-left: 95px
}
.toptime-top-img-right{
	width: 390px;
	float: right;
	margin-right: 95px;
}
.toptime-top-bigtitle{
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 3px;
	padding: 70px 0 100px 0;
}
.toptime-top-logo{
	width: 125px;
	margin: 0 auto;
}

.toptime-video{
	display: block;
	width: 100%;
	height: 720px;
	margin: 100px 0 120px 0;
	position: relative;
}
.toptime-video-play{
	width: 72px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -36px;
	margin-top: -36px;
}

.toptime-content{
	overflow: hidden;
	text-justify:auto;
	text-align:left; 
}
.toptime-content-title{
	padding-left: 30px;
	margin-bottom: 45px;
	position: relative;
}
.toptime-content-title b{
	display: block;
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 1;
}
.toptime-content-title h5{
	color: #595959;
	font-size: 30px;
	font-weight: normal;
	display: block;
	line-height: 20px;
}
.toptime-content-title span{
	color: #d7b07d;
	font-size: 30px;
	display: block;
	margin-top: 10px;
}

.toptime-enjoyment-box{
	margin-bottom: 90px;
}
.toptime-enjoyment-div1{
	margin-bottom: 45px;
}
.toptime-enjoyment-div2{
	
}
.toptime-enjoyment-div2-left{
	width: 325px;
	float: left;
	font-size: 14px;
	color: #fff;
	margin-top: 74px;
	line-height: 30px;
}
.toptime-enjoyment-div2-right{
	width: 524px;
	float: right;
}
.toptime-enjoyment-div2-left p{
	letter-spacing: 1px;
}
.toptime-enjoyment-div2-left p.enfont{
	letter-spacing: 1px;
}
.toptime-enjoyment-div2-left span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 20px 0;
}

.toptime-harmony-box{
	margin-bottom: 90px;
}
.toptime-harmony-div1{
	margin-bottom: 45px;
}
.toptime-harmony-div2{
	
}
.toptime-harmony-div2-left{
	width: 477px;
	float: left;
}
.toptime-harmony-div2-right{
	width: 465px;
	float: right;
}
.toptime-harmony-div2-right-font{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	margin-top: -10px;
}
.toptime-harmony-div2-right-font p{
	letter-spacing: 1px;
}
.toptime-harmony-div2-right-font p.enfont{
	letter-spacing: 1px;
}
.toptime-harmony-div2-right-font span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 20px 0;
}
.toptime-harmony-div2-right-img{
	width: 330px;
	float: right;
	margin-top: 35px;
}
.toptime-harmony-div3{
	margin: 45px 0;
}
.toptime-harmony-div3-left{
	width: 775px;
	float: left;
}
.toptime-harmony-div3-right{
	width: 12px;
	float: right;
}

.toptime-harmony-div4{
	
}
.toptime-harmony-div4-left{
	width: 345px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.toptime-harmony-div4-left img{
	margin-bottom: 30px;
}
.toptime-harmony-div4-left p{
	letter-spacing: 1px;
}
.toptime-harmony-div4-left p.enfont{
	letter-spacing: 1px;
}
.toptime-harmony-div4-left span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 20px 0;
}
.toptime-harmony-div4-right{
	width: 540px;
	float: right;
	margin-top: 70px;
}


.toptime-benji-box{
	margin-bottom: 90px;
}
.toptime-benji-div1{

}
.toptime-benji-div2{
	margin-top: 45px;
}
.toptime-benji-div2-left{
	width: 335px;
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.toptime-benji-div2-left img{
	margin-top: 40px;
}
.toptime-benji-div2-left p{
	letter-spacing: 1px;
}
.toptime-benji-div2-left p.enfont{
	letter-spacing: 0.5px;
}
.toptime-benji-div2-left span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 20px 0;
}
.toptime-benji-div2-right{
	width: 570px;
	float: right;
}
.toptime-benji-div2-right-font{
	text-align: center;
}
.toptime-benji-div2-right-font h5{
	font-size: 15px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	margin-top: 90px;
}
.toptime-benji-div2-right-font span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 10px auto;
}


.toptime-aegean-box{
	margin-bottom: 100px;
}
.toptime-aegean-div1{

}
.toptime-aegean-div1-left{
	width: 270px;
	float: left;
}
.toptime-aegean-div1-left img{
	padding-top: 25px;
}
.toptime-aegean-div1-right{
	width: 650px;
	float: right;
}
.toptime-aegean-div1-right-font{
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1px;
}
.toptime-aegean-div1-right-font-left{
	width: 365px;
	margin-left: 50px;
	float: left;
	margin-top: 65px;
}
.toptime-aegean-div1-right-font-right{
	width: 195px;
	float: right;
}
.toptime-aegean-div1-right-font-right span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 40px 0 20px 0;
}
.toptime-aegean-div2{
	margin-top: 35px;
}
.toptime-aegean-div2-left{
	width: 790px;
	float: left;
}
.toptime-aegean-div2-right{
	width: 12px;
	float: right;
}

.toptime-aegean-div3{
	margin-top: 35px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 1px;
}
.toptime-aegean-div3-left{
	width: 285px;
	float: left;
	margin-right: 15px;
}
.toptime-aegean-div3-left img{
	display: block;
	margin-bottom: 40px;
}
.toptime-aegean-div3-right{
	width: 290px;
	float: right;
}
.toptime-aegean-div3-left p.aegeanzh{
	display: block;
	width: 252px;
	margin-left: 30px;
    letter-spacing: 0px;
}
.toptime-aegean-div3-left span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 0px 0 15px 30px;
}

.toptime-aegean-div5{
	margin-top: 50px;
}
.toptime-aegean-div5-left{
	width: 460px;
	float: left;
}
.toptime-aegean-div5-right{
	width: 448px;
	float: right;	
	margin-top: 75px;
}
.toptime-aegean-div5-left-font{
	text-align: center;
	margin-top: 60px;
}
.toptime-aegean-div5-left-font h5{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.toptime-aegean-div5-left-font span{
	width: 60px;
	height: 5px;
	background: #fff;
	display: block;
	margin: 15px auto;
}


.toptime-aegean-div6{
	margin-top: 50px;
}


.footer a.toptime-return{
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
}


.toptime-location{
	
}
.toptime-location-title{
	text-align: center;
}
.toptime-location-title h4{
	color: #d7b07d;
	font-size: 20px;
	letter-spacing: 5px;
	font-weight: normal;
}
.toptime-location-title span{
	display: block;
	margin: 0 auto;
	width: 85px;
	height: 4px;
	background: #fff;
	margin-top: 25px;
	margin-bottom: 65px;
}
.toptime-location-list{
	border-top: 2px solid #4b4b4b;
	padding-bottom: 50px;
}
.toptime-location-list ul li{
	display: block;
	width: 450px;
	float: left;
	border-bottom: 1px solid #4B4B4B;
	padding: 40px 0;
	margin-bottom: 40px;
}
.toptime-location-list ul li.two{
	margin-left: 100px;
}

.toptime-location-list-title{
	border-left: 5px solid #d7b07d;
	padding-left: 15px;
}
.toptime-location-list-title h4{
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	color: #636363;
}
.toptime-location-list-title h5{
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	color: #fff;
	margin-top: 6px;
}
.toptime-location-list-text{
	color: #fff;
	font-size: 15px;
	margin: 25px 0 0 0px;
}



.defaultfadeIn{
	-webkit-animation: fadeIn linear 1s both 0.5s;
	animation: fadeIn linear 1s both 0.5s;
}
.defaultfadeIn2{
	-webkit-animation: fadeIn linear 0.5s both;
	animation: fadeIn linear 0.5s both;
}
.moveToBottomFade{
	-webkit-animation: moveToBottomFade linear 1s both 0.5s infinite;
	animation: moveToBottomFade linear 1s both 0.5s infinite;
}
@-webkit-keyframes moveToBottomFade {
	from {opacity: 1; -webkit-transform: translateY(0);}
	to { opacity: 0.5; -webkit-transform: translateY(30%); }
	
}
@keyframes moveToBottomFade {
	from { opacity: 1; -webkit-transform: translateY(0);transform: translateY(0);}
	to { opacity: 0.5; -webkit-transform: translateY(15%); transform: translateY(50%); }
}