/*css reset*/
html,body,p{ padding: 0; margin: 0; font-family: "微软雅黑",Arial,"宋体",sans-serif;font-size: 12px;} 
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select {vertical-align: middle;}
img, iframe {border: none; text-decoration:none;} 
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0; font-family: "微软雅黑",Arial,"宋体",sans-serif;}
:focus {outline: 0;}

/*css common*/
.f-left {float: left;}
.f-right {float: right;}
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
.clear{clear: both;}
.nodisplay{display: none;}
html, body, #wrap {min-width: 1250px;width: 100%;}


/*Screen Standard Width 1280*/
#wrap {
	position: relative;
}
#main {
	width: 100%;
}
.inner {
	width: 980px;
	margin-right: 25px;
	float: right;
}
/*css navigation*/
#navigation {
	width: 200px;
	position: fixed;
	left: 25px;
	top: 25px;
	z-index: 99;
}
#navigation #logo{
	padding: 16px 0;
	text-align: center;
	height: 23px;
	overflow: hidden;
	border-bottom: 1px solid #005395;
	background: url(../images/nav_logo.png) no-repeat 0 0;
}
#navigation .nav {
	border-top: 1px solid #003662;
	padding: 10px 0 20px;
	background: url(../images/nav_bkg.png) no-repeat 0 bottom;
}
#navigation .nav li a.item {
	display: block;
	padding-left: 28px;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 1px;
	background-position: center center;
}
#navigation .nav li a.item:hover{
	background-image: url(../images/nav_item_hover.png);
}
#navigation .nav li.active a.item{
	background-image: url(../images/nav_item_hover.png);
}
#navigation .nav li.opened a.item{
	background-image: url(../images/nav_item_hover.png);
}
#navigation .nav li .sub-menu{
	background: #1d5c8f;
	padding: 7px 0 7px 28px;
	display: none;
}
#navigation .nav li.active .sub-menu{
	display: block;
}
#navigation .nav li .sub-menu a{
	float: left;
	width: 80px;
	margin-right: 5px;
	display: block;
	height: 26px;
	line-height: 26px;
	color: #fff;
}
#navigation .nav li .sub-menu a:hover{
	color:#5197d0;
}
#navigation .nav li .sub-menu a:active{
	color: #5197d0;
}
#navigation .nav li .sub-menu a.active{
	color: #5197d0;
}
/*css footer*/
#footer {
	position: absolute;
	bottom: 15px;
	left: 25px;
}
#footer .footer-sns{
	position: relative;
}
#footer .footer-sns-tit {
	clear: both;
	padding-top: 5px;
}
#footer .footer-sns-tit span{
	display: inline-block;
	width: 60px;
	text-align: center;
	margin-right: 17px;
	line-height: 20px;
	font-size: 12px;
	color: #666666;
}
#footer .copyright {
	color: #888888;
	font-size: 12px;
	line-height: 20px;
}
/*css sns*/
.footer-sns {
	position: absolute;
	z-index:10;
}
.footer-sns .qr {
	z-index: 2;
	position: absolute;
	left: 55px;
	top: -35px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
}
.footer-sns.qr-show .qr {
	opacity: 1;
	visibility: visible;
	left: 65px;
}
.footer-sns a{
	display: block;
	float: left;
	width: 60px;
	height: 60px;
	background-image: url(../images/sns_icon.png);
	text-indent: -99em;
	overflow: hidden;
	margin-right: 17px;
	transition: background-position ease-in-out .3s;
	-webkit-transition: background-position ease-in-out .3s;
}
.footer-sns a.wechat {
	background-position: left top;
}
.footer-sns a.weibo {
	background-position: -77px top;
}
.footer-sns a.address {
	background-position: right top;
}
.footer-sns a.wechat:hover {
	background-position: left bottom;
}
.footer-sns a.weibo:hover {
	background-position: -77px bottom;
}
.footer-sns a.address:hover {
	background-position: right bottom;
}
.sitemap-page #wrap {
	background: url(../images/sitemap_bkg.jpg) no-repeat 0 0 #dfdfdf;
	background-attachment: fixed;
}
.sitemap-page #main{
	padding: 25px 0 141px 0;
}
.sitemap-page .title{
	background-color: #004882;
	height: 92px;
	padding-left: 52px;
}
.sitemap-page .section{
	background-color: #fff;
	padding-left: 47px;
}
.sitemap-page .section h5{
	padding-top: 20px;
	color: #666;
	line-height: 38px;
	font-size: 20px;
	font-weight: normal;
}
.sitemap-page .section ul {
	border-bottom:1px solid #ededed;
	overflow: hidden;
	padding-bottom: 20px;
}
.sitemap-page .section ul li{
	float: left;
	padding-right: 40px;
	line-height: 30px;
}
.sitemap-page .section ul li a{
	color: #5299d1;
	font-size: 16px;
}
.sitemap-page .section ul li a:hover{
	text-decoration: underline;
}
.sitemap-page .last ul{
	border-bottom: 0;
}
.sitemap-page .title h2{
	color: #fff;
	font-size: 26px;
	line-height: 92px;
	font-weight: normal;

}
@media (min-width: 1366px) {
	.inner {
		width: 1030px;
	}
	/*css product list page*/
	.product-list-page .pl-list {
		width: 1014px;
		margin: 0 auto;
		overflow: hidden;
	}
	/*css product overview page*/
	.product-overview-page .po-box .item.middle.f-left{
		width: 486px;
	}
	.product-overview-page .po-box .item.middle.f-right{
		width: 505px;
	}
	.product-overview-page .po-box .item.small{
		width: 330px;
	}
	/*css ellai global page*/
	.ellai-global-page .sec-2{
		background-position: -58px 0;
	}
	/*css zone scene page*/
	.zone-scene-page .section .left{
		width: 508px;
	}
	.zone-scene-page .section .right{
		width: 508px;
	}
	/*css zone video page*/
	.zone-video-page #video {
		width: 721px;
	}
	/*css experience contact page*/
	.experience-feedback-page .feedback-list .item{
		background-position: 211px 130px;
	}
	.experience-feedback-page .feedback-list .item .tit h5 {
		font-size: 16px;
	}
	.experience-feedback-page .feedback-list .item .con{
		padding: 10px 45px;
		background-position: 18px 18px;
	}
	.experience-feedback-page .feedback-list .item .con p{
		font-size: 16px;
		line-height: 24px;
	}
	.experience-feedback-page .feedback-list .item-xlarge {
		width: 512px;
		background-position: 472px 308px;
	}
	.experience-feedback-page .feedback-list .item-xlarge .tit h5{
		font-size: 26px;
	}
	.experience-feedback-page .feedback-list .item-xlarge .con {
		padding: 20px 45px;
	}
	.experience-feedback-page .feedback-list .item-xlarge .con p{
		font-size: 20px;
		line-height: 26px;
	}
	.experience-feedback-page .feedback-list .item-large {
		width: 512px;
		background-position: 432px 130px;
	}
	.experience-feedback-page .feedback-list .item-middle {
		width: 250px;
	}
	.experience-feedback-page .feedback-list .item-small {
		width: 250px;
	}
	.experience-feedback-page .feedback-list .item-3 {
		right: 260px;
	}
	.experience-feedback-page .feedback-list .item-7 {
		left: 260px;
	}
	.experience-feedback-page .feedback-list .item-8 {
		right: 260px;
	}
	.experience-feedback-page .form-con .input-text {
		width: 730px;
	}
	.experience-feedback-page .form-con textarea.input-text {
		width: 730px;
		max-width: 730px;
		min-width: 730px;
	}
	/*css life tend page*/
	.life-tend-page .article-right{
		padding-top: 55px;
		line-height: 30px;
		width: 572px;
	}
	
}
/*Screen Width 1440*/
@media (min-width: 1440px) {
	.inner {
		margin-right: 35px;
	}
	#navigation{
		width: 220px;
	    left: 35px;
	    top: 35px;
	}
	#navigation #logo {
		padding: 26px 0;
	}
	#navigation .nav li a.item{
		padding-left: 33px;
		line-height: 40px;
		height: 40px;
		font-size: 16px;
	}
	#navigation .nav li .sub-menu{
		padding: 7px 0 7px 33px;
	}
	#navigation .nav li .sub-menu a{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	#footer {
		left: 35px;
		bottom: 25px;
	}
	#footer .footer-sns-tit span{
		line-height: 22px;
		font-size: 14px;
	}
	#footer .copyright {
		font-size: 14px;
		line-height: 22px;
	}
	/*css home page*/
	.home-page .slider-alt div{
		bottom: 150px;
	}
	.home-page .slider-alt h2{
		font-size: 50px;
		line-height: 60px;
    	margin-bottom: 3px;
	}
	.home-page .slider-alt p{
		font-size: 18px;
    	line-height: 28px;
	}
	.home-page .footer-sns {
		bottom: 60px;
		left: 40px;
	}
	.home-page .sec-shows {
		bottom: 35px;
	}
	.home-page .backstretch-pager{
		bottom: 35px;
		left: 35px;
	}
	.home-page .backstretch-pager a{
		width: 110px;
	}
	.home-page .block-news {
		width: 370px;
	}
	.home-page .block-news .tit .bx-controls-direction{
		padding: 6px 20px 5px;
	}
	.home-page .block-news .news-slider li {
		height: 106px;
	}
	.home-page .block-news .news-slider li .post a{
		width: 155px;
	}
	.home-page .block-pdt {
		width: 401px;
	}
	.home-page .block-pdt .pdt-info{
		width: 180px;
	}
	.home-page .block-pdt .pdt-info .tit {
		padding: 11px 0 10px 15px;
	}
	.home-page .block-pdt .pdt-info .info {
		padding: 8px 0 7px 15px
	}
	.home-page .block-pdt .pdt-info .more {
		height: 40px;
    	line-height: 40px;
	}
	.home-page .block-pdt .pdt-slider{
		height: 160px;
		width: 160px;
	}
	.home-page .block-pdt .bx-controls-direction a.bx-prev{
		bottom: 56px;
	}
	.home-page .block-pdt .bx-controls-direction a.bx-next{
		bottom: 56px;
	}
	.sitemap-page #main{
		padding: 35px 0 141px 0;
	}
	/*css ellai impression page*/
	.ellai-impression-page .sec-1 .title {
		top: 16%;
	}
	.ellai-impression-page .sec-1 .title img {
		width: 539px;
	}
	.ellai-impression-page .sec-2 .title {
		top: 12%;
	}
	.ellai-impression-page .sec-2 .title img {
		width: 393px;
	}
	.ellai-impression-page .sec-3 .title {
		top: 12%;
	}
	.ellai-impression-page .sec-3 .title img {
		width: 467px;
	}	
	/*css ellai culture page*/
	.ellai-culture-page .culture-banner {
		height: 500px;
	}
	.ellai-culture-page .culture-banner img.banner{
		margin-left: -840px;
		width: 1680px;
	}
	.ellai-culture-page .culture-banner .content {
		padding-top: 145px;
		width: 850px;
	}
	.ellai-culture-page .culture-banner .content p{
		line-height: 24px;
		font-size: 14px;
	}
	/*css product overview page*/
	.product-overview-page #main {
		padding: 35px 0 110px;
	}
	/*css fashion joy page*/
	.life-fashion-page #wrap {
		padding: 35px 0 120px;
	}
	/*css life joy page*/
	.life-joy-page #wrap {
		padding: 35px 0 120px;
	}
	.life-joy-page .joy-article .article-bottom li{
		padding: 0 40px;
	}
	/*css experience serve page*/
	.experience-serve-page #wrap{
		padding: 35px 0 120px;
	}
	/*css experience contact page*/
	.experience-contact-page .addr {
		width: 1138px;
	}
	.experience-contact-page .addr .f-left ul{
		border-right: 1px solid #eaeaea;
		padding-right: 58px;
		padding-left: 168px;
	}
	.experience-contact-page .addr .f-right ul{
		padding-right: 315px;
	}
	.experience-qa-page #main{
		padding-top: 35px;
	}
	.experience-store-page #main{
		padding-top: 35px;
	}
	/*css news list page*/
	.news-list-page #main{
		padding: 35px 0 120px;
	}
	/*css news detail page*/
	.news-detail-page #main{
		padding: 35px 0 120px;
	}
}
@media (min-width: 1600px) {
	.inner {
		margin: 0 auto;
		float: none;
	}
	/*css experience serve page*/
	.experience-serve-page .serve-box .block-1{
		left: 68px;
		top: 0;
		width: 393px;
	}
	.experience-serve-page .serve-box .block-2{
		left: 461px;
		top: 0;
		width: 525px;
	}
	.experience-serve-page .serve-box .block-3{
		left: 0;
		top: 217px;
		width: 217px;
	}
	.experience-serve-page .serve-box .block-4{
		left: 217px;
		top: 217px;
		width: 325px;
	}
	.experience-serve-page .serve-box .block-5{
		left: 542px;
		top: 218px;
		width: 522px;
	}
	.experience-serve-page .serve-box .block-6{
		left: 542px;
		top: 457px;
		width: 329px;
	}
	.experience-serve-page .serve-box .block-7{
		left: 164px;
		top: 512px;
		width: 378px;
	}
}
/*Screen Width 1680*/
@media (min-width: 1680px) {
	/*css home page*/
	.home-page .slider-alt h2{
		font-size: 54px;
		line-height: 64px;
    	margin-bottom: 3px;
	}
	.home-page .slider-alt p{
		font-size: 20px;
    	line-height: 30px;
	}
	.home-page .block-news {
		width: 400px;
	}
	.home-page .block-news .tit {
		padding: 13px 0 11px 20px
	}
	.home-page .block-news .tit .bx-controls-direction{
		padding: 10px 22px 9px;
	}
	.home-page .block-news .news-slider li img{
		margin-left: 0;
	}
	.home-page .block-news .news-slider li .post td{
		padding: 0 10px 0 20px;
	}
	.home-page .block-pdt {
		width: 491px;
	}
	.home-page .block-pdt .pdt-info{
		width: 190px;
	}
	.home-page .block-pdt .pdt-info .tit {
		padding: 13px 0 12px 19px;
	}
	.home-page .block-pdt .pdt-info .info {
		padding: 8px 0 7px 19px
	}
	.home-page .block-pdt .pdt-info .more {
		height: 44px;
    	line-height: 44px;
	}
	.home-page .block-pdt .pdt-info .more span{
		padding-left: 20px;
		background-position: 100px center;
	}
	.home-page .block-pdt .pdt-slider{
		height: 240px;
		width: 240px;
	}
	.home-page .block-pdt .bx-controls-direction a.bx-prev{
		left: 13px;
	}
	.home-page .block-pdt .bx-controls-direction a.bx-next{
		right: 13px;
	}
	/*css ellai culture page*/
	.ellai-culture-page .culture-banner {
		height: 571px;
	}
	.ellai-culture-page .culture-banner img.banner{
		margin-left: -960px;
		width: 1920px;
	}
	.ellai-culture-page .culture-banner .content {
		padding-top: 175px;
		width: 930px;
	}
	/*css ellai impression page*/
	.ellai-impression-page .sec-1 .con img {
		width: 280px;
	}
	.ellai-impression-page .sec-2 .con img {
		width: 898px;
	}
	.ellai-impression-page .sec-3 .con img {
		width: 921px;
	}	
	/*css space suite page*/
	.zone-suite-page .section .content {
		width: 1180px;
	}
	.zone-suite-page .section .intro {
		background: #fff;
		width: 274px;
		padding: 50px 35px 0;
	}
	.zone-suite-page .section .intro p {
		font-size: 14px;
	}
	.zone-suite-page .section .recommend {
		padding: 10px 32px;
	}
	.zone-suite-page .section .recommend label {
		font-size: 18px;
	}
	.zone-suite-page .section .recommend span {
		font-size: 14px;
	}
	.zone-suite-page .float-sec {
		right: 30px;
	}
	/*css fashion joy page*/
	.life-fashion-page .fashion-article {
		padding: 70px 40px;
	}
	/*css life joy page*/
	.life-joy-page .joy-article {
		padding: 70px 50px;
	}
}
/*Screen Width 1920*/
@media (min-width: 1920px) {
	#navigation {
		width: 238px;
	    left: 45px;
	    top: 45px;
	}
	#navigation #logo {
		padding: 36px 0;
	}
	#navigation .nav {
		padding: 15px 0 30px;
	}	
	#navigation .nav li a.item {
		padding-left: 43px;
		height: 40px;
		line-height: 40px;
	}
	#navigation .nav li .sub-menu{
		padding: 10px 0 10px 43px;
	}
	#navigation .nav li .sub-menu a{
		width: 88px;
	}
	#footer {
		left: 45px;
		bottom: 35px;
	}
	#footer .footer-sns-tit span{
		line-height: 22px;
		font-size: 14px;
	}
	#footer .copyright {
		font-size: 14px;
		line-height: 22px;
	}
	/*css home page*/
	.home-page .backstretch-pager {
		left: 45px;
		bottom: 60px;
	}
	.home-page .backstretch-pager a{
		width: 120px;
	}
	.home-page .slider-alt div {
		bottom: 210px;
	}
	.home-page .slider-alt div.active{
		left: 65px;
	}
	.home-page .slider-alt h2{
		font-size: 60px;
		line-height: 70px;
		margin-bottom: 5px;
	}
	.home-page .slider-alt p{
		font-size: 24px;
		line-height: 34px;
	}
	.home-page .footer-sns {
		left: 50px;
		bottom: 95px;
	}
	.home-page .sec-shows{
		bottom: 54px;
	}
	.home-page .block-news {
		width: 461px;
	}
	.home-page .block-news .tit {
		padding: 18px 0 18px 24px;
	}
	.home-page .block-news .tit .bx-controls-direction {
		width: 90px;
		padding: 15px 25px 16px;
	}
	.home-page .block-news .news-slider li {
		height: 116px;
	}
	.home-page .block-news .news-slider li .post td{
		padding: 0 15px 0 25px;
	}
	.home-page .block-news .news-slider li .post a {
		width: 170px;
	}
	.home-page .block-pdt {
		width: 571px;
	}
	.home-page .block-pdt .pdt-info{
		width: 206px;
	}
	.home-page .block-pdt .pdt-info .tit {
		padding: 14px 0 14px 23px;
	}
	.home-page .block-pdt .pdt-info .info {
		padding: 9px 0 9px 25px;
	}
	.home-page .block-pdt .pdt-info .info h5 {
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 6px;
	}
	.home-page .block-pdt .pdt-info .info p{
		font-size: 14px;
		line-height: 22px;
	}
	.home-page .block-pdt .pdt-info .more{
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}
	.home-page .block-pdt .pdt-info .more span {		
		padding-left: 25px;
		background-position: 113px center;
	}
	.home-page .block-pdt .pdt-slider {
		width: 270px;
		height: 270px;
		padding: 0 40px;
	}
	.home-page .block-pdt .bx-controls-direction a.bx-prev {
		left: 20px;
		bottom: 65px;
	}
	.home-page .block-pdt .bx-controls-direction a.bx-next {
		right: 20px;
		bottom: 65px;
	}
	.home-page .side-tech .tit {
		width: 62px;
		height: 62px;
	}
	.home-page .side-tech li .icon {
		width: 62px;
		height: 62px;
	}
	.sitemap-page #main{
		padding: 45px 0 141px 0;
	}
	/*css ellai impression page*/
	.ellai-impression-page .sec-1 .title {
		top: 20%;
	}
	.ellai-impression-page .sec-2 .title {
		top: 15%;
	}
	.ellai-impression-page .sec-3 .title {
		top: 15%;
	}
	.ellai-impression-page .sec-1 .title img {
		width: 599px;
	}
	.ellai-impression-page .sec-2 .title img {
		width: 437px;
	}
	.ellai-impression-page .sec-3 .title img {
		width: 519px;
	}
	.ellai-impression-page .sec-1 .con img {
		width: 313px;
	}
	.ellai-impression-page .sec-2 .con img {
		width: 998px;
	}
	.ellai-impression-page .sec-3 .con img {
		width: 1024px;
	}
	/*css ellai history page*/
	.ellai-history-page #main {
		padding-top: 120px;
	}
	/*css product overview page*/
	.product-overview-page #main {
		padding: 45px 0 120px;
	}
	/*css fashion joy page*/
	.life-fashion-page #wrap {
		padding: 45px 0 120px;
	}
	/*css ellai culture page*/
	.ellai-culture-page .culture-banner .content {
		width: 1030px;
	}
	/*css life joy page*/
	.life-joy-page #wrap {
		padding: 45px 0 120px;
	}
	/*css experience serve page*/
	.experience-serve-page #wrap{
		padding: 45px 0 156px;
	}
	/*css experience store page*/
	.experience-store-page .top-banner{
		margin-left:-102px;
		margin-right:-102px;
	}
	.experience-store-page .store-inf{
		padding-top: 66px;
		width: 100%
	}
	.experience-store-page #allmap{
		width: 99%;
	}
	.experience-qa-page #main{
		padding-top: 45px;
	}
	.experience-store-page #main{
		padding-top: 45px;
	}
	/*css news list page*/
	.news-list-page #main{
		padding: 45px 0 120px;
	}
	/*css news detail page*/
	.news-detail-page #main{
		padding: 45px 0 120px;
	}
}