@charset "UTF-8";
@font-face {  /*首选*/
	font-family: 'tt';
	src:url('tt5.woff') format('woff'),
		url('tt5.ttf') format('truetype'); 
}
@font-face {
	font-family: 'myicon';
	src:    url('fonts/icomoon.eot?lgi8xq');
	src:    url('fonts/icomoon.eot?lgi8xq#iefix') format('embedded-opentype'),
	url('fonts/icomoon.ttf?lgi8xq') format('truetype'),
	url('fonts/icomoon.woff?lgi8xq') format('woff'),
	url('fonts/icomoon.svg?lgi8xq#icomoon') format('svg');
	font-weight: normal !important;
}

html,body, p, input, h1, h2, h3, h4, h5, h6, ul, ol,li, dl, dt, dd, form,figure,svg{margin: 0; padding: 0;}
body,li,a,div,nav,header,footer,section,span,p,article,ol,ul,figure,form,input,textarea,em,.h,i,img,:after,:before{box-sizing: border-box;}
textarea,input,a,div,img,button,select,i{outline:none;}
html,body{height: 100%;} 
body {
  color: #212121;
  font-family: "微软雅黑",Arial;
  font-size: 14px;
  background-color: #fff;
  font-weight: 400;
}
img{border: none;vertical-align:middle;}
ul{
	list-style-type: none;
}
a{
  color: #212121;
  text-decoration: none;
  border: none;
  transition:all 0.4s;
}
a:hover{ color: #666; }
p{font-size: 14px;line-height: 160%; font-weight: 400;}
.left{float: left;}
.right{float: right;}


h2,h3,h4,h5{font-weight: 100;}
h2{font-size: 30px;line-height: 36px;margin-bottom: 16px;}
h3{font-size: 30px;line-height: 36px;margin-bottom: 10px;margin-top: 10px;}
h4{font-size: 24px;line-height: 30px;margin-bottom: 10px;margin-top: 10px;}
h5{font-size: 18px;line-height: 24px;margin-bottom: 10px;margin-top: 10px;}

@media screen and (max-width: 1439px) {
	h2{font-size: 30px;line-height: 36px;margin-bottom: 16px;}
	h3{font-size: 24px;line-height: 30px;margin-bottom: 10px;}
	h4{font-size: 16px;line-height: 20px;margin-bottom: 5px;}
	h5{font-size: 14px;line-height: 20px;margin-bottom: 5px;}
}
@media screen and (max-width: 1024px) {
	h2{font-size: 24px;line-height: 30px;margin-bottom: 16px;}
	h3{font-size: 18px;line-height: 24px;margin-bottom: 10px;}
}
@media screen and (max-width: 600px) {
	h2,h3,h4,h5{font-size: 16px;line-height: 20px;margin-bottom: 10px;font-weight: 400;}
}


/*-------------------- -------------------- -------------------- 基本框架 -------------------- -------------------- -------------------- */
a.full{
	position: absolute;width: 100%;height: 100%;top: 0;left: 0;background:rgba(0,0,0,.0);opacity: 0; z-index: 99;
}

.side{
	position: fixed;
	background-color: #fff;
	top: 0;
	padding: 50px;
	width: 20%;
	height: 100%;
	z-index: 99;
	box-sizing: border-box;
}
.side-info{
	position: absolute;
	bottom: 200px;
}
.side-info p{
	font-size: 18px;
	width: 100%;
	line-height: 28px;
	font-weight: 700;
}
html:not(.m-mode) .nav,html:not(.m-mode) .footer{
	display: block !important;
}

.nav li{position: relative;}
.nav li a{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	/*font-weight: 700;*/
}
.on:before{
	content: "";
	position: absolute;
	top: 5px;
	left: -64px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #000;
	transform:rotate(45deg);
}
.logo{
	padding: 10px 0;
	margin-bottom: 20px;
}
.logo img{
	max-width: 90px;
	max-height: none;
	margin-bottom: 10px;
}
.content{
	position: relative;
	left: 20%;
	width: 78%;
	top: 80px;
	box-sizing: border-box;
	z-index: 1;
}
.m_list{display: none;}
.home{top: 0;width: 80%;}
.page-title {
	position: absolute;
	padding: 20px 0;
	width: 100%;
	background-color: #fff;
	z-index: 999;
	box-sizing: border-box;
}
.m-mode .page-title{
	position: absolute !important;
}

.page-title li,.page-title li a{
	/*font-family:"tt",Arial,'MingLiU','微软雅黑';*/
	position: relative;
	display: inline-block;
	font-size: 21px;
	/*font-weight: 700;*/
	z-index: 99;
	transition:opacity 0.4s;
}
.page-title li:before{
	content: "  / ";
	display: inline-block;
	font-size: 30px;
	text-align: center;
	width: 20px;
	color: #f0f0f0;
}
.page-title li:first-child:before{
	display: none;
}
.page-info,.page-info-btn{
	position: absolute;
	width: 100%;
	text-align: right;
	left: 0;
	top: 40px;
	font-size: 14px;
	color: #ccc;
}
.page-info-btn{top: 32px;}
.page-info:after,.page-info-btn:after{
	content: "";
	display: inline-block;
	width: 20px;
 }
.title_h{
	position: relative;
	height: 0;
}
.page{
	margin: 60px auto;
	text-align: center;
	padding-bottom: 40px;
}
.page li{
	display: inline-block;
	background-color: #f0f0f0;
}
.page_on a{
	background-color: #e3e3e3;
}

.page li a{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #111;
	box-sizing: border-box;
	transition: 0.5s;
}
.page li a:hover{color: #fff;background-color: #000;}

.page-title li a{color: #bbb;}
.page-title li a:hover{color: #bc10f1;}

.page-title .sub-on a,.page-title .sub-on{color: #000;}

iframe{max-width: 100%;margin: 30px 0;}

.btn-nav{
	position: relative;
	display: none;
	width: 90%;
	height: 40px;
	margin: 0 auto;
	z-index: 999;
	cursor: pointer;
	background-image: url(../images/nav-icon1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	box-sizing: border-box;
}


/*-------------------- -------------------- -------------------- home -------------------- -------------------- -------------------- */

.main-slider{
	position: relative;
}
.main-slider .item{
	position: relative;
	width: 100%;
	text-align: center;
}
.main-slider .bg-full{
	position: absolute;width: 100%;height: 100%;left: 0;top: 0;
	background-repeat: no-repeat;background-position: center;
	background-size: cover;
}

.main-slider .text{
	position: absolute;
	bottom: 100px;width: 100%;left: 0;
	z-index: 2;
}
.main-slider .text p{
	font-size: 24px;
	color: #fff;
	text-shadow: 1px 1px 15px rgba(0,0,0,.2);
}
.main-slider .text a{
	color: #fff;display: inline-block;
}
.slick-arrow{
	display: none;
}

.slick-dots{
	position: absolute;
	width: 100%;left: 0;bottom: 30px;
	text-align: center;
	z-index: 2;
}
.slick-dots li{
	display: inline-block;vertical-align: top;line-height: 0;
	padding: 2px;
	margin:0 4px;
	border-radius: 50%;
	background-color: rgba(33,33,33,.3);
	border: 2px solid #fff;
	cursor: pointer;
}
.slick-dots li.slick-active i{
	opacity: 1;
}
.slick-dots li i{
	display: inline-block;vertical-align: top;
	width: 10px;height: 10px;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 12px rgba(11,11,11,.5);
	opacity: 0;
}


.m-slider{
	display: none;
	padding: 24px;
	padding-top: 0;
	text-align: center;
	margin-top: -30px;
}
.m-slider .item{
	position: relative;
	margin-bottom: 50px;
	letter-spacing: 1px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	opacity: 0;
}
.m-slider.show .item,
.m-slider .otherimg.show{
	opacity: 1;
}
.m-slider .img{
	position: relative;
	margin-bottom: 15px;
}
.m-slider .text{
	padding: 0 20px;
}
.m-slider h4{
	position: relative;
	margin:10px 0 15px 0;
}
.m-slider p{
	color: #777;
	font-size: 11px;
	line-height: 140%;
}
.m-slider .otherimg{
	position: absolute;
	width: 100%;height: 100%;left: 0;top: 0;
	background-position: center;
	background-size: cover;
	opacity: 0;
	transition: all 0.6s linear;
	-webkit-transition: all 0.6s linear;
	z-index: 2;
}
.m-slider .img{
	transition: height 0.4s;
	-webkit-transition: height 0.4s;
}

.m-slider img{
	width: 100%;
}
@media screen and (max-width: 959px){
	.m-slider{
		display: block;
	}
}


/*-------------------- -------------------- -------------------- gallery -------------------- -------------------- -------------------- */
.btn-back,.btn-prev,.btn-next{
	position: relative;
	display: inline-block;
	margin-left: 6px;
	top: -20px;
	right: 30px;
	float: right;
	width: 48px;
	height: 48px;
	background-color: #f0f0f0;
	border-radius: 3px;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 99;
	opacity: 0.5;
	transition:all 0.4s;
}
.btn-back{background-image: url(../images/icon-back.png);}
.btn-prev{background-image: url(../images/icon-prev.png);}
.btn-next{background-image: url(../images/icon-next.png);}

.btn-back:hover,.btn-prev:hover,.btn-next:hover{
	background-color: #fbfbfb;
	opacity: 1;
}

.page-title p{
	position: relative; 
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #777;
	padding: 20px 30px 0 0;
	box-sizing: border-box;
}
.gallery,.detail-img,.news-detail,.text-page{
	position: relative;
}
.detail-img{
	margin-bottom: 60px;
}
.detail-img img{max-width: 100%;margin-bottom: 20px;margin-top: 10px;}


.gallery:after,.detail-img:after{
	content: "";
	display: block;
	clear: both;
	height: 0;
}
.gallery{
	font-size: 0;
}
.pic-box{
	position: relative;
	display: inline-block;vertical-align: top;
	width: 33.33%;
}
.masonry .pic-box{
	position: relative;
	display: block;float: left;
}
@media screen and (min-width:1921px){
	.pic-box{width: 25%;}
}
.pic-box .wrap{
	position: relative;
	margin: 0 50px 50px 0;
}
.pic-box img{
	width: 100%;
	vertical-align: top;
}
.pic-box .img:hover{
	opacity: 0.8;
}
.pic-box .img{
	position: relative;
	transition:opacity 0.4s;
}

.pic-box .wrap > a{
	position: relative;
	display: inline-block;
	margin-top: 20px;
	font-size: 16px;
	transition:all 0.4s;
	z-index: 9;
}
.no-cap .pic-box .wrap > a{
	display: block;
}
.pic-box .wrap > a:hover{
	opacity: 0.8;
}
/*-------------------- -------------------- -------------------- news -------------------- -------------------- -------------------- */
.news-detail{width: 90%;max-width: 800px;}
.news-list{
	position: relative;
	max-width: 1300px;
}
.news-list:after{
	content: '';display: block;height: 0;clear: both;
}
.news-box{
	width: 50%;
	float: left;
	padding: 0 60px 60px 0;
}
.news-box .wrap{
	position: relative;
}
.news-box h4{
	font-size: 13px;
	margin: 10px 0 5px;
	font-weight: 700;
	line-height: normal;
}

.news-list-img{
	position: relative;
	background-color: #f0f0f0;
	padding-top: 66%;
	background-position: center;
	background-size: cover;
	transition: all 0.4s;
}
.news-list-img:hover{
	opacity: 0.8;
}
.news-box p{
	color: #777;
	margin-bottom: 10px;
	font-size: 12px;
}
.news-list ~ .page-wrap{
	max-width: 1300px;
}
@media screen and (max-width: 1280px){
	.news-box{padding: 0 40px 40px 0;}
}
@media screen and (max-width: 959px){
	.news-box{width: 100%;padding: 0;margin-bottom: 40px;}
}




.news-detail img{
	width: auto;
	max-width: 100%;
	margin:30px 0;
}
.news-detail .banner-img img{width: 98%;margin-bottom: 30px;}

.news-detail p{
	width: 98%;
	margin-bottom: 30px;
}

.news-time{font-size: 12px;color: #888;padding-bottom: 8px;}
/*-------------------- -------------------- --------------- contact & about ------------------ -------------------- -------------------- */
.text-box{
	margin-top: 40px;
}
.text-left{
	position: relative;
	float: left;
	width: 33.33%;
	height: 100px;
}
.text-left h3,.text-left h2,.text-left h4{margin-top: 0;}
.text-right img{
	width: 100%;
	float: left;
}
.text-right{
	position: relative;
	float: left;
	width: 64%;
	height: 100px;
	padding: 0 50px;
	box-sizing: border-box;
}
.text-left:after,.text-right:after{
	content: "";
	display: block;
	clear: both;

}

.form input,.formText{
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 98%;
	padding: 4px;
	text-align: left;
	margin: 0 auto;
	outline:medium;
	transition:all 0.4s;
}
.formText{
	text-align: left;
}

.form textarea{
	height: 100px;
	max-width: 100%;
}
.form input:focus,.form textarea:focus{ 
	background-color:#fff; 
	border: 1px solid #bc10f1;
}
.form dt{
	margin-top: 10px;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 4px;
}
.formBtn button{
	display: block;
	padding: 10px; 
	width:100%;
	background: #212121;
	color: #fff;
	margin: 30px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition:all 0.4s;
}
.formBtn button:hover{
	background: #bc10f1;
}

/*-------------------- -------------------- -------------------- footer -------------------- -------------------- -------------------- */
.footer{
	position: fixed;
	bottom: 50px;
	width: 18%;
	z-index: 99;

}
.footer p a { border-bottom: 1px solid #212121;}
.footer p{ color:rgba(33,33,33,.5);font-size: 12px;max-width: 90%;}
.follow { margin-bottom: 10px;}
.follow a{ color: #ccc;}
.follow span{
	opacity: 1;
	padding: 0px;
	filter:alpha(opacity=100); 
	transition:all 0.4s;
}
.follow span:hover{
	opacity: 0.7;
	filter:alpha(opacity=70); 
}
.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren{display: inline-block; width: 48px;height: 48px;background-repeat: no-repeat; background-position: center;}
.s-qq{ background-image: url(../images/social/light/qq.png);}
.s-renren{ background-image: url(../images/social/light/renren.png);}
.s-taobao{ background-image: url(../images/social/light/taobao.png);}
.s-weibo{ background-image: url(../images/social/light/weibo.png);}
.s-tt{ background-image: url(../images/social/light/tt.png);}

.follow {
position: relative;
top: -10px;
}
.page-detail.content{
	width: 80%;
}

/*user setting */
.detail-img{
	text-align: center;
}
.content.page-detail .page-title ul{
	text-align: center;
}
.content.page-detail .page-title ul p{
	padding: 20px 0 0 0;
}
.user-detail-info{
	font-size: 14px;
	line-height: 160%;
}
.page-title .user-detail-info{
	margin-top: 20px;
}
.user-detail-info img{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.user-detail-info h1,
.user-detail-info h2,
.user-detail-info h3,
.user-detail-info h4,
.user-detail-info h5,
.user-detail-info h6{
	font-weight: 700;
	line-height: 160% !important;
	margin: 10px 0 !important;
	display: inline-block;
}
.user-detail-info h6{
	font-weight: 400;
}
.user-detail-info h6{
	font-weight: 400;
}
.user-detail-info strong{
	display: inline-block;
	margin: 8px 0;
}

.user-detail-info h1{font-size: 30px;}
.user-detail-info h2{font-size: 24px;}
.user-detail-info h3{font-size: 21px;}
.user-detail-info h4{font-size: 18px;}
.user-detail-info h5{font-size: 16px;}
.user-detail-info h6{font-size: 14px;}

@media screen and (max-width: 1439px) {
	.user-detail-info h1{font-size: 26px;}
	.user-detail-info h2{font-size: 21px;}
	.user-detail-info h3{font-size: 18px;}
	.user-detail-info h4{font-size: 16px;}
	.user-detail-info h5{font-size: 14px;}
	.user-detail-info h6{font-size: 12px;}
}

@media screen and (max-width: 1024px) {
	.user-detail-info h1{font-size: 21px;}
	.user-detail-info h2{font-size: 19px;}
	.user-detail-info h3{font-size: 16px;}
	.user-detail-info h4{font-size: 15px;}
	.user-detail-info h5{font-size: 13px;}
	.user-detail-info h6{font-size: 12px;}
}

/*-------------------- -------------------- -------------------- 响应式 -------------------- -------------------- -------------------- */
@media screen and (max-width: 1920px){
	.content.page-detail{top: 60px;}
}
@media screen and (max-width: 1679px){
	.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren{width: 36px;height: 36px; background-size: 36px 36px;}
	.content.page-detail{top: 40px;}
	
}
@media screen and (max-width: 1440px){
	.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren{width: 26px;height: 26px; background-size: 26px 26px;}
	.news-list-title h4{margin-bottom: 10px;}
	.content{top: 50px;}
	.content.hasslider{top: 0;}
}

@media screen and (max-width: 1280px){
	.side{
		width: 20%;
		padding: 40px;
	}
	.side-info p {
		font-size: 14px;
		line-height: 22px;
	}
	.nav li a {
		font-size: 12px;
		line-height: 24px;
	}
	.on:before {
		top: 0;
		left: -54px;
	}
	.page-title li,.page-title li a{
		font-size: 20px;
	}
	.page-title li:before {font-size: 20px;}

	.page-info, .page-info-btn {top: 34px;}

}


/*----------------------------------------------------1023-----------------------------------------------------*/
@media screen and (max-width: 959px){
	html,body{overflow: auto !important;height: auto !important;font-size: 100% !important;}
	.m_list{display: block;}
	.main-slider.slick-slider{display: none;}
	.main-slider .text p{font-size: 16px;}
	.big-list,#fp-nav,.page-info-btn{display: none;}
	.m_slider_item img{width: 100%;}
	.m_slider_item{text-align: center;}
	.m_slider_item span{
		display: block;
		margin-top: 20px;
		background: #f0f0f0;
		padding: 10px 0;
		font-size: 12px;
	}
	.detail-img,.page-detail.content,
	.content.page-detail .page-title ul{
		width: 100% !important;margin-left: 0 !important;
	}
	.content.page-detail{top: 0;}
	.content.page-detail .page-info-btn{top: 0;}

	iframe{width: auto;height: auto;}

	.logo img{	max-height: 60px;}
	.side{
		position: fixed;
		width: 100%;
		height: auto;
		left: 0;top: 0;
		padding: 10px;
		padding-bottom: 0;
		-webkit-transition: all 0.4s;
	}
	.hide-nav .side{top: -80px;}
	.side-gap{height: 120px;-webkit-transition: all 0.4s;}
	.hide-nav .side-gap{height: 40px;}
	.side-info p {
		display: none;
		font-size: 14px;
		line-height: 22px;
	}
	.logo { padding:0; text-align: center;margin-bottom: 0;}
	.btn-nav{display: block;border-bottom: 1px solid rgba(0,0,0,.1);border-top: 1px solid rgba(0,0,0,.1);}

	.nav{display: none;padding-top: 20px;}
	.nav li { padding: 0 4px; }
	.nav ul { text-align: center;}
	.nav li a {
		font-size: 14px;
		line-height: 30px;
	}
	.on:before {
		display: none;
	}
	.page-title ul{
		text-align: center;
	}
	.page-title li,.page-title li a{
		font-size: 20px;
	}
	.content{
		left: 0;
		width: 100%;
		top: 0;
		padding: 20px;
	}
	.page-title { width: 100%; position: relative;}
	.page-info, .page-info-btn {top: 34px;}
	.page-info{display: none;}

	.footer {
		display: none;
		position: relative;
		bottom: 0;
		text-align: center;
		width: 100%;
		max-width: 100%;
		margin: 30px 0;
	}
	/*.follow{display: none;}*/
	.footer p {max-width: 100%;display: inline-block;font-size: 10px;}


	/*---------------------gallery------------------------------*/
	.detail-img img { width: 100%; max-width: 100%; }
	.pic-box{ width: 50%; }
	.pic-box .wrap{margin:0 25px 50px 25px;}
	.page-title p { padding: 24px 0 0 0;font-size: 12px;}
	.news-detail img {width: 100%;}
	/*.news-detail{top: 60px;}*/

	.page-info-btn {top: 36px; text-align: right;right: 0;left: auto;width: 140px;}

	.btn-back, .btn-prev, .btn-next {width: 30px;height: 30px;right: auto;}
	.page-info:after, .page-info-btn:after {width: 0;}
	/*.btn-back{display: none;}*/
	.btn-next{}
	.box-over{display: none;}
	/*---------------------news---------------------------------*/

	.news-detail{width: 100%;}

	/*.page-title p {margin-top: 40px;}*/
	.detail .page-title{top: auto !important;}
	.news-detail .banner-img img{width: 100%;}
	.detail .page-title,.news-time{text-align: center;}

	/*---------------------about & contact----------------------*/
	.text-left,.text-right{
		float: none;
		width: 100%;
		height: auto;
		padding: 0;
		/*text-align: center;*/
	}
	.text-right{
		padding:20px 0;
	}
	.text-box{margin-top: 0;}


	/*---------------------home---------------------------------*/
	.big-box {margin-bottom: 20px;}
	.big-box-info span:after{display: none;}
	.pic-box .wrap > a{font-size: 14px;}
}



/*----------------------------------------------------600-----------------------------------------------------*/
@media screen and (max-width: 600px){

	p {font-size: 12px;}
	.text-box {margin-top: 0;}
	.logo img {max-width: 50%;}
	.nav li a {font-size: 12px;}
	.page-title li,.page-title li a{font-size: 14px;}
	.page-title li:before {font-size: 14px;}
	/*.detail .page-title li{padding-right: 80px;}*/
	.pic-box .wrap{margin:0 15px 30px 15px;}
	.page li a {width: 30px;height: 30px;line-height: 30px;}
	.pic-box .wrap > a{font-size: 12px;margin-top: 10px;}

	/*.page-info-btn{display: none;}*/
	.big-box-info span {padding: 4px;font-size: 12px;}
	.big-box-info {bottom: 40px;}
	.content.forgallery{padding: 20px 10px;}

	.imagelightbox-arrow:before,.imagelightbox-close:after{font-size: 14px !important;}
	.imagelightbox-arrow, .imagelightbox-close{padding: 0;}
}

button{border: none;outline: none;}
#imagelightbox{cursor:pointer;position:fixed;z-index:10000;-ms-touch-action:none;touch-action:none;}.imagelightbox-scroll-lock{overflow:hidden}.imagelightbox-loading,.imagelightbox-loading div{border-radius:9999px}.imagelightbox-loading{background-color:grey;background-color:rgba(0,0,0,.4);position:fixed;z-index:10003;top:50%;left:50%;padding:.65em;margin:-1.3em 0 0 -1.3em;-webkit-box-shadow:0 0 2em rgba(0,0,0,.5);box-shadow:0 0 2.5em rgba(0,0,0,.75)}.imagelightbox-loading div{width:1.3em;height:1.3em;background-color:#fff;-webkit-animation:imagelightbox-loading .5s ease infinite;animation:imagelightbox-loading .5s ease infinite}@-webkit-keyframes imagelightbox-loading{from,to{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes imagelightbox-loading{from,to{opacity:.5;-webkit-transform:scale(.75);transform:scale(.75)}50%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.imagelightbox-overlay{background-color:#111;background-color:rgba(244,244,244,.9);position:fixed;z-index:9998;top:0;right:0;bottom:0;left:0}.imagelightbox-close{cursor:pointer;width:44px;height:44px;background-color:rgba(244,244,244,.7);position:fixed;z-index:10002;top:1.5em;right:1.5em;}.imagelightbox-close:hover:after{transform: rotate(180deg);}.imagelightbox-close:after{color:#222;content:'\e5cd';font-family:'myicon';position:absolute;width: 100%;height: 100%;line-height: 44px;text-align: center; top:0;left:0;font-size: 28px;transition: transform 0.4s;}.imagelightbox-caption{text-align:center;color:#222;background-color:rgba(0,0,0,.05);position:fixed;z-index:10001;left:0;right:0;bottom:0;padding:.625em}.imagelightbox-nav{background-color:#444;background-color:rgba(0,0,0,.5);position:fixed;z-index:10001;left:50%;bottom:3.75em;padding:.313em;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);border-radius:20px}.imagelightbox-nav a{position:relative;top:.2em;width:1em;height:1em;border:1px solid #fff;display:inline-block;margin:0 .313em;border-radius:50%}.imagelightbox-nav .active{background-color:#fff}.imagelightbox-arrow{cursor:pointer;width:3.75em;height:7.5em;background-color:#444;background-color:rgba(244,244,244,.8);color: #222;vertical-align:middle;display:none;position:fixed;z-index:10001;top:50%;margin-top:-3.75em}.imagelightbox-arrow:focus,.imagelightbox-arrow:hover{background-color:rgba(222,222,222,.75)}.imagelightbox-arrow:active{background-color:rgb(244,244,244);}.imagelightbox-arrow-left{left:1.5em}.imagelightbox-arrow-right{right:1.5em}.imagelightbox-arrow:before{font-size: 24px;color:#222;font-family:'myicon';display:inline-block;margin-bottom:-.125em}.imagelightbox-arrow-left:before{content:'\e094';}.imagelightbox-arrow-right:before{content:'\e095';}.imagelightbox-arrow,.imagelightbox-close,.imagelightbox-loading,.imagelightbox-nav,.imagelightbox-overlay{-webkit-animation:fade-in .25s linear;animation:fade-in .25s linear}@-webkit-keyframes fade-in{from{opacity:0}to{opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}@media only screen and (max-width:41.250em){#container{width:100%}.imagelightbox-close{top:1.25em;right:1.25em}.imagelightbox-arrow{width:2.5em;height:3.75em;margin-top:-1.875em}.imagelightbox-arrow-left{left:1.25em}.imagelightbox-arrow-right{right:1.25em}}@media only screen and (max-width:20em){.imagelightbox-arrow-left{left:0}.imagelightbox-arrow-right{right:0}}

.hide .imagelightbox-overlay,.hide .imagelightbox-caption{opacity: 0;transition: all 0.5s;}
.hide .imagelightbox-arrow-left{transform: translateX(-100px);opacity: 0;}
.hide .imagelightbox-arrow-right{transform: translateX(100px);opacity: 0;}
.hide .imagelightbox-close{transform: scale(0,0);opacity: 0;}
.imagelightbox-arrow,.imagelightbox-close{transition: all 0.5s;}
.imagelightbox-caption:empty{display: none;}



/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



