
/*css ellai core page*/
.ellai-core-page .section {
	height: 571px;
	background-position: center center;
	width: 100%;
	overflow: hidden;
}
.ellai-core-page .section.sec-1 {
	background-image: url(../images/core_bkg_sec1.jpg);
}
.ellai-core-page .section.sec-2 {
	background-image: url(../images/core_bkg_sec2.jpg);
}
.ellai-core-page .section.sec-3 {
	background-image: url(../images/core_bkg_sec3.jpg);
}
.ellai-core-page .section.sec-4 {
	height: 784px;
	background-image: url(../images/core_bkg_sec4.jpg);
}
.ellai-core-page .section .con {
	float: left;
	margin-left: 25px;
}
.ellai-core-page .section.sec-1 .con {
	margin-top: 160px;
}
.ellai-core-page .section.sec-2 .con {
	margin-left: 90px;
	margin-top: 160px;
}
.ellai-core-page .section.sec-3 .con {
	margin-top: 190px;
}
.ellai-core-page .section.sec-4 .con {
	float: none;
	text-align: center;
	margin-left: 0;
	margin-top: 70px;
	margin-bottom: 60px;
}
.ellai-core-page .section h3 {
	font-size: 38px;
	line-height: 46px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #fff;
}
.ellai-core-page .section p{
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	letter-spacing: 1px;
}
.ellai-core-page .section.sec-2 h3 {
	color: #003b6b;
}
.ellai-core-page .section.sec-2 p {
	color: #444444;

}
.ellai-core-page .section.sec-4 h3 {
	color: #041134;
}
.ellai-core-page .section.sec-4 p {
	color: #444444;
}
.ellai-core-page .section .img-box {
	float: right;
}
.ellai-core-page .section.sec-2 .img-box {
	float: left;
}
.ellai-core-page .section.sec-4 .img-box {
	float: none;
}
.ellai-core-page .section.sec-4 .img-box img {
	width: 100%;
	max-width: 1027px;
}
/*css ellai history page*/
.ellai-history-page #wrap {
	background: url(../images/history_bkg.jpg) no-repeat 0 0 #dfdfdf;
}
.ellai-history-page #main {
	padding: 70px 0 120px;
}
.ellai-history-page .slider-container {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
.ellai-history-page .slider-container .slider-overlay {
	width: 0;
	height: 100%;
	background: url(../images/overlay60.png);
	position: absolute;
	top: 0;
	z-index: 10;
	overflow: hidden;
}
.ellai-history-page .slider-container .slider-overlay .ctrl{
	position: absolute;
	bottom: 0;
	padding: 24px 10px;
	opacity: 0;
	visibility: hidden;
	transition: all .7s linear 1s;
	-webkit-transition:all .7s linear 1s;
}
.ellai-history-page.js-ready .slider-container .slider-overlay .ctrl{
	opacity:1;
	visibility: visible;
}
.ellai-history-page .slider-container .slider-overlay .ctrl a{
	background-image: url(../images/his_arrow.png);
	display: block;
	height: 74px;
	width: 22px;
}
.ellai-history-page .slider-container .overlay-l {
	left: 0;
}
.ellai-history-page .slider-container .overlay-l .ctrl {
	right: 28px;
}
.ellai-history-page .slider-container .overlay-l .ctrl a{
	background-position: left top;
}
.ellai-history-page .slider-container .overlay-l .ctrl a:hover{
	background-position: left bottom;
}
.ellai-history-page .slider-container .overlay-r {
	right: 0;
}
.ellai-history-page .slider-container .overlay-r .ctrl {
	left: 28px;
}
.ellai-history-page .slider-container .overlay-r .ctrl a{
	background-position: right top;
}
.ellai-history-page .slider-container .overlay-r .ctrl a:hover{
	background-position: right bottom;
}
.ellai-history-page #slider .sp-slide .img-box img{
	width: 100%;
	display: block;
}
.ellai-history-page #slider .sp-slide .con {
	background: #fff;
	padding: 22px 50px;
	height: 80px;
	overflow: hidden;
}
.ellai-history-page #slider .sp-slide .con h5{
	color: #444;
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 4px;
}
.ellai-history-page #slider .sp-slide .con p{
	color: #444;
	line-height: 20px;
}
.ellai-history-page .year-box {
	width: 800px;
	margin: 0 auto;
	position: relative;
	padding: 0 24px;
	opacity: 0;
	visibility: hidden;
	transition: all .7s linear 1s;
	-webkit-transition:all .7s linear 1s;
}
.ellai-history-page.js-ready .year-box {
	opacity: 1;
	visibility: visible;
}
.ellai-history-page .year-box .ctrl {
	position: absolute;
	top: 8px;
	display: block;
	width: 10px;
	height: 24px;
	background-image: url(../images/his_arrow2.png);
}
.ellai-history-page .year-box .ctrl.prev {
	background-position: left top;
	left: 0px;
}
.ellai-history-page .year-box .ctrl.prev:hover {
	background-position: left bottom;
}
.ellai-history-page .year-box .ctrl.next {
	background-position: right top;
	right: 0px;
}
.ellai-history-page .year-box .ctrl.next:hover {
	background-position: right bottom;
}
.ellai-history-page .year {
	width: 100%;
	position: relative;
	height: 40px;
	overflow: hidden;
}
.ellai-history-page .year ul {
	width: 2000px;
	position: absolute;
	top: 0;
	left: 0;
}
.ellai-history-page .year li {
	background: url(../images/his_year_line.jpg) no-repeat right center;
	padding: 0 28px 0 12px;
	line-height: 40px;
	float: left;
}
.ellai-history-page .year li.last {
	background: none;
	padding-right: 12px;
}
.ellai-history-page .year li a{
	color: #333;
	font-size: 30px;
	font-family: "Arial";
}
.ellai-history-page .year li a:hover{
	color: #5197d0;
}
.ellai-history-page .year li.active a{
	color: #00457c;
}
/*css ellai culture page*/
.ellai-culture-page .culture-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 428px;
}
.ellai-culture-page .culture-banner img.banner{
	position: absolute;
	left: 50%;
	margin-left: -720px;
	top:0;
	width: 1440px;
}
.ellai-culture-page .culture-banner .content {
	position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 800px;
	padding-top: 125px;
}
.ellai-culture-page .culture-banner .content img {
	display: block;
	margin-bottom: 15px;
}
.ellai-culture-page .culture-banner .content p{
	line-height: 22px;
	letter-spacing: 1px;
}
.ellai-culture-page .culture-banner .content .f-left p{
	color: #fff;
}
.ellai-culture-page .culture-banner .content .f-right p{
	color: #666666;
}
/*css ellai story page*/
.ellai-story-page #wrap{
	background: url(../images/story_bg_bottom.jpg) no-repeat center bottom #fcfcfc;
}
.ellai-story-page #main {
	background: url(../images/story_bg_top.jpg) no-repeat center top;
	padding: 230px 0 250px; 
}
.ellai-story-page .story-box {
	width: 100%;
	min-width: 980px;
	max-width: 1000px;
	margin: 0 auto;
}
.ellai-story-page .story-box img{
	width: 100%;
}
/*css ellai impression page*/
.ellai-impression-page #wrap {
	height: 100%;
}
.ellai-impression-page .sec-1{
	background: url(../images/impression_bkg1.jpg) no-repeat center top;
	background-size: 100% auto;
}
.ellai-impression-page .sec-3{
	background: url(../images/impression_bkg3.jpg) no-repeat center bottom;
	background-size: 100% auto;
}
.ellai-impression-page .section {
	overflow: hidden;
}
.ellai-impression-page .section .title,.ellai-impression-page .section .con {
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0.8;
	transition: all linear 0.8s .4s;
	-webkit-transition: all linear 0.8s .4s;
}
.ellai-impression-page .section .title {
	transform: translate(0,-40%);
	-webkit-transform: translate(0,-40%);
	transition-duration:0.5s;
	-webkit-transition-duration:0.5s;
}
.ellai-impression-page .section.active .title,.ellai-impression-page .section.active .con {
	opacity: 1;
}
.ellai-impression-page .section.active .title {
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
}
.ellai-impression-page .sec-1 .title {
	top: 10%;
}
.ellai-impression-page .sec-1 .title img {
	width: 510px;
}
.ellai-impression-page .sec-1 .con {
	bottom: 0;
}
.ellai-impression-page .sec-1 .con img {
	width: 266px;
}
.ellai-impression-page .sec-2 .title {
	top: 7%;
}
.ellai-impression-page .sec-2 .title img{
	width: 371px;
}
.ellai-impression-page .sec-2 .con {
	bottom: 10%;
}
.ellai-impression-page .sec-2 .con img{
	width: 730px;
}
.ellai-impression-page .sec-3 .title {
	top: 7%;
}
.ellai-impression-page .sec-3 .title img{
	width: 440px;
}
.ellai-impression-page .sec-3 .con {
	bottom: 20%;
}
.ellai-impression-page .sec-3 .con img{
	width: 750px;
}
/*css ellai global page*/
.ellai-global-page .sec-1{
	overflow: hidden;
	letter-spacing: 4px;
	background: url(../images/global_banner_bkg.jpg) no-repeat;
	color: #fff;
	font-weight: lighter;
	font-size: 28px;
	text-align: center;
	line-height: 322px;
	height: 322px;
}
.ellai-global-page .sec-2{
	overflow: hidden;
	background: url(../images/global_bkg.jpg) no-repeat -100px 0 #fff;
	padding-top: 80px;
	padding-bottom: 274px;
}
.ellai-global-page .global-box{
	text-align: center;
}
/*css ellai quality page*/
.ellai-quality-page .section{
	width: 100%;
	overflow: hidden;
}

.ellai-quality-page .section img{
	display: block;
}
.ellai-quality-page .sec-1{
	background: url(../images/quality_banner_bkg.jpg) no-repeat 0 0 #dfdfdf;
}
.ellai-quality-page .sec-1, .ellai-quality-page .sec-2{
	margin:0 auto;
}
.ellai-quality-page .banner-top{
	width: 100%;
	padding-top: 206px;
}
.ellai-quality-page .sec-2{
	background-color: #fff;
}
.ellai-quality-page .banner-bottom{
	width: 100%;
	padding-bottom: 115px;
}
.ellai-quality-page .sec-3{
	background-color: #e3e3e3;
}
.ellai-quality-page .title{
	text-align: center;
	padding: 26px 0 57px;
}
.ellai-quality-page .title h3{
	font-size: 28px;
	color: #003b6a;
	font-weight: lighter;
	line-height: 60px;
	letter-spacing: 2px;
}
.ellai-quality-page .title p{
	color: #666;
	line-height: 24px;
	font-size: 14px;
	letter-spacing: 3px;
}
.ellai-quality-page .sec-4{
	background: url(../images/quality_product_bkg.jpg) no-repeat 0 0 #dfdfdf;
}
.ellai-quality-page .product-box{
	padding: 48px 0 29px;
}
.ellai-quality-page .product-box table{
	width: 100%;
}
.ellai-quality-page .product-box table tr{
	color: #fff;
	line-height: 20px;
}
.ellai-quality-page .product-box table td{
	width: 50%;
	padding: 0;
}
.ellai-quality-page .product-box .product-img img{
	display: block;
	width: 100%;
}
.ellai-quality-page .product-box .detail{
	padding-left: 38px;
}
.ellai-quality-page .product-box .third{
	padding-left: 30px;
}
.ellai-quality-page .product-box p{
	font-size: 14px;
	padding-top: 20px;
	line-height: 22px;
	letter-spacing: 2px;
}
.ellai-quality-page .sec-5{
	background: url(../images/quality_bottom_bkg.jpg) no-repeat 0 0 #dfdfdf;
}
.ellai-quality-page .bottom{
	padding: 185px 0 187px;
	height: 66px;
	text-align: center;
	overflow: hidden;
}
.ellai-quality-page .bottom img {
	display: inline;
}