@charset "UTF-8";
@font-face {
	font-family: 'calibri';
	src:url('calibri.eot?hzhzeb');
	src:url('calibri.eot?#iefixhzhzeb') format('embedded-opentype'),
		url('calibri.woff?hzhzeb') format('woff'),
		url('calibri.ttf?hzhzeb') format('truetype'),
		url('calibri.svg?hzhzeb#calibri') format('svg');
	font-weight: normal;
	font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body {
font-family:"calibri", Arial, Helvetica, sans-serif, "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", "宋体";
width:100%;
height:100%;
margin:0;
padding:0;

}

#container  a {
  color: #fff;
  text-decoration: none;
}



#container { overflow: hidden;}

#sliderContainer {
  position: relative;
  width:100%;
  margin: 0 auto;
}

#slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;

}

#slider img {
  width: 100%;
  height: auto;
  display: block;
}

.slide {
  position: absolute;
  z-index: 0;
  opacity: 0;
  pointer-events: none;
}

.slide.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}

.slideCopy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  background-color: #fff;
  color: #333;
}

.slideCopy p { font-size: 18px; }

.arrow {
  width: 100px;
  height:100px;
  position: fixed;
   top: 40%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto 0;
  cursor: pointer;
  z-index: 100;
  background-size:15px;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity:0.6;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  pointer-events: auto;
}
.arrow:hover{ opacity:1;background-color: rgba(0, 0, 0, 1);}
#prev {
  left:-75px;
  background-image: url(../img/arrow-left.png);
	background-position: 58px center;
 transform: translateX(30px);
  -webkit-transform: translateX(30px);
}

#next {
  right:-75px;
  background-image: url(../img/arrow-right.png);
	background-position:26px center;
  transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
}




.title{ max-width:1024px;padding:30px 40px 0 40px; margin: auto; font-size:24px; color:#999; font-weight:normal !important;}
.title a{ color:#686868 !important;}
.title a:hover{ text-decoration:underline !important;}
.title b{color:#686868;font-weight: normal;}
/* news gallery */
ul.photo-list{ padding:40px; max-width:1024px; overflow:hidden;    margin: auto;}
ul.photo-list li {
  width:28%;
   margin-right:8%;
  float: left;
  margin-bottom:8%;
  height:100%;
  list-style-type:none;
}
ul.photo-list li:nth-child(3n) { margin-right: 0;}
ul.photo-list li:nth-child(3n+1){ clear: both;}
ul.photo-list li .inner-li {position: relative; box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);}
ul.photo-list li .inner-li a {
 display: block;
    position: relative;
    overflow: hidden;
    padding-bottom:130%;
}
ul.photo-list li .inner-li span a{ display: block;
    position: relative;
    overflow: hidden;
    padding-bottom:inherit;
	border:0;

  }

ul.photo-list li .inner-li a img {
  display: block;
    max-width: 100%;
	max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

ul.photo-list li .inner-li .inner-li-box{width:100%;height: 100%;
  display:none; position:absolute;top: 0;
    left: 0; background-color: rgba(0, 0, 0, 0.8);}
ul.photo-list li .inner-li:hover .inner-li-box{display:block}
ul.photo-list li .inner-li .inner-li-box h1{ padding-bottom:10px; padding:20px; font-size:24px; font-weight:normal;}
ul.photo-list li .inner-li .inner-li-box p{ padding:0 20px; max-height: 80%; overflow-y: auto;line-height:1.5;margin-top: 10%; }
/*ul.photo-list li .inner-li .inner-li-box p::-webkit-scrollbar{
  width: 5px;
  background-color: #fff;  
  border-radius: 10px;  
}
ul.photo-list li .inner-li .inner-li-box p::-webkit-scrollbar-track {  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);  
    border-radius: 10px;  
    background-color: lightgray;  
}  
::-webkit-scrollbar-thumb {  
    border-radius: 10px;  
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,1);  
    background-color: #fff;  
}  
*/




.footer-icon{position: fixed;
    right: -45px;
    border-radius: 50%;
    bottom: -45px;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100px;
    height: 100px;
    z-index: 101;
    background-image: url(../img/footer_icon.png);
    background-repeat: no-repeat;
    background-position: 25px 25px;    transition: all 0.3s;
    -webkit-transition: all 0.3s;opacity:0.6;
	}
.footer-icon a{ display: table;
    position: relative;
    width: 100%;
    height: 100%;}
.footer-icon:hover{background-color: rgba(0, 0, 0, 1);opacity:1;}


@media screen and (max-width: 768px) {
	ul.photo-list li{ width:46%; margin-right:8%;}
	ul.photo-list li:nth-child(2n) {
    margin-right: 0;
}
ul.photo-list li:nth-child(3n) {
    margin-right:8%;
}
ul.photo-list li:nth-child(4n+1) {
    clear: both;
}
ul.photo-list li:nth-child(3n+1) {
    clear:inherit;
}
}


@media screen and (max-width:640px) {
		ul.photo-list li{ width:100%; margin-right:0;}
	ul.photo-list li:nth-child(2n) {
    margin-right: 0;
}
ul.photo-list li:nth-child(3n) {
    margin-right:0;
}
ul.photo-list li:nth-child(4n+1) {
    clear: inherit;
}
ul.photo-list li:nth-child(3n+1) {
    clear:inherit;
}
.title b{ display:block; padding-top:10px;}
}