@charset "utf-8";
body {
	background: #000;
}

/*----------------------------------------------------
	.con_tell
----------------------------------------------------*/
.con_tell {
	width: 100%;
	min-width: 1000px;
	border-top: 10px solid #fff100;
	border-bottom: 10px solid #fff100;
	background: #fff;
	position: relative;
}
.con_tell .box_tell {
	width: 1000px;
	padding: 55px 0 90px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.con_tell .box_tell .wrap_tell {
	width: 842px;
	height: 500px;
	overflow: hidden;
	margin: 0 auto;
}
.con_tell .box_tell .wrap_tell ul li {
	height: 500px;
}
.con_tell .box_tell .wrap_tell ul li img {
	height: 100%;
	margin: 0 auto;
	display: block;
}
.con_tell .box_tell .btn_prev, .con_tell .box_tell .btn_next {
	width: 30px;
	height: 56px;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}
.con_tell .box_tell .btn_prev {
	left: 0;
}
.con_tell .box_tell .btn_next {
	right: 0;
}
.con_tell .box_tell .btn_list a {
	width: 102px;
	height: 102px;
	position: absolute;
	bottom: -40px;
	left: 50%;
	margin-left: -51px;
	-webkit-border-radius: 51px;
	-moz-border-radius: 51px;
	-ms-border-radius: 51px;
	-o-border-radius: 51px;
	border-radius: 51px;
	background: #fff100;
	z-index: 1;
}
.con_tell .box_tell .btn_list a span {
	display: block;
	height: 6px;
	width: 6px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transition: -webkit-transform, margin, width, height, opacity 200ms linear 0;
	-o-transition: -o-transform, margin, width, height, opacity 200ms linear 0;
	-ms-transition: -ms-transform, margin, width, height, opacity 200ms linear 0;
	transition-property: transform,margin,width,height,opacity;
	transition-duration: 200ms;
	transition-timing-function: linear;
	transition-delay: 0;
}
.con_tell .box_tell .btn_list a span.top {
	margin-top: -21px;
}
.con_tell .box_tell .btn_list a span.middle {
	margin-top: -12px;
}
.con_tell .box_tell .btn_list a span.bottom {
	margin-top: -3px;
}
.con_tell .box_tell .btn_list a span.left {
	margin-left: -12px;
}
.con_tell .box_tell .btn_list a span.center {
	margin-left: -3px;
}
.con_tell .box_tell .btn_list a span.right {
	margin-left: 6px;
}
.con_tell .box_tell .btn_list a:hover span {
	width: 10px;
}
.con_tell .box_tell .btn_list a:hover span.left {
	margin-left: -17px;
}
.con_tell .box_tell .btn_list a:hover span.center {
	margin-left: -5px;
}
.con_tell .box_tell .btn_list a:hover span.right {
	margin-left: 7px;
}
.con_tell .box_tell .btn_list a.act {
	z-index: 21;
}
.con_tell .box_tell .btn_list a.act span {
	opacity: 0;
}
.con_tell .box_tell .btn_list a.act span.left.top {
	opacity: 1.0;
	width: 34px;
	height: 2px;
	margin: -10px 0 0 -17px;
	-webkit-transform: rotate(-315deg);
	-o-transform: rotate(-315deg);
	-ms-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
.con_tell .box_tell .btn_list a.act span.right.bottom {
	opacity: 1.0;
	width: 34px;
	height: 2px;
	margin: -10px 0 0 -17px;
	-webkit-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
}

@media only screen and (max-width: 767px) {
  .con_tell {
	min-width: 0;
	border-top: 0;
	border-bottom: 6px solid #fff100;
  }
  .con_tell .box_tell {
	width: 100%;
	padding: 90px 0 100px;
  }
  .con_tell .box_tell .wrap_tell {
	width: 100%;
	height: auto;
  }
  .con_tell .box_tell .wrap_tell ul li {
	height: auto;
  }
  .con_tell .box_tell .wrap_tell ul li img {
	height: auto;
	display: block;
  }
  .con_tell .box_tell .btn_prev, .con_tell .box_tell .btn_next {
	width: auto;
	height: 40px;
	top: auto;
	bottom: 20px;
	margin: 0;
  }
  .con_tell .box_tell .btn_prev img, .con_tell .box_tell .btn_next img {
	display: block;
	height: 100%;
  }
  .con_tell .box_tell .btn_prev {
	left: 50%;
	margin-left: -80px;
  }
  .con_tell .box_tell .btn_next {
	right: 50%;
	margin-right: -80px;
  }
  .con_tell .box_tell .btn_list a {
	width: 60px;
	height: 60px;
	bottom: 10px;
	left: 50%;
	margin-left: -30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	background: #fff100;
  }
  .con_tell .box_tell .btn_list a span {
	display: block;
	height: 6px;
	width: 6px;
	background: #000;
	position: absolute;
	top: 50%;
	left: 50%;
  }
  .con_tell .box_tell .btn_list a span.top {
	margin-top: -12px;
  }
  .con_tell .box_tell .btn_list a span.middle {
	margin-top: -3px;
  }
  .con_tell .box_tell .btn_list a span.bottom {
	margin-top: 6px;
  }
  .con_tell .box_tell .btn_list a span.left {
	margin-left: -12px;
  }
  .con_tell .box_tell .btn_list a span.center {
	margin-left: -3px;
  }
  .con_tell .box_tell .btn_list a span.right {
	margin-left: 6px;
  }
  .con_tell .box_tell .btn_list a:hover span {
	width: 6px;
  }
  .con_tell .box_tell .btn_list a:hover span.left {
	margin-left: -12px;
  }
  .con_tell .box_tell .btn_list a:hover span.center {
	margin-left: -3px;
  }
  .con_tell .box_tell .btn_list a:hover span.right {
	margin-left: 6px;
  }
  .con_tell .box_tell .btn_list a.act span {
	opacity: 0;
  }
  .con_tell .box_tell .btn_list a.act span.left.top {
	margin: -3px 0 0 -17px;
  }
  .con_tell .box_tell .btn_list a.act span.right.bottom {
	margin: -3px 0 0 -17px;
  }
}
/*-- .con_list --*/
.con_list {
	display: none;
	position: absolute;
	z-index: 20;
	width: 100%;
	min-width: 1000px;
	height: 656px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	background: #fff100;
	padding: 50px 0;
}
.con_list .box_list {
	width: 1000px;
	height: 100%;
	margin: 0 auto;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: scroll;
}
.con_list .box_list ul {
	letter-spacing: -0.4em;
}
.con_list .box_list ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 231px;
	margin: 0 0 10px 20px;
}
.con_list .box_list ul li:nth-child(4n+1) {
	margin-left: 0;
}
.con_list .box_list ul li a {
	display: table;
	table-layout: fixed;
	overflow: hidden;
	width: 100%;
}
.con_list .box_list ul li a .thumb {
	display: table-cell;
	width: 50px;
	position: relative;
	vertical-align: top;
}
.con_list .box_list ul li a .thumb .img img {
	display: block;
}
.con_list .box_list ul li a .thumb .num {
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	top: 0;
	padding-top: 12px;
	font-size: 1.7rem;
	font-weight: bolder;
	letter-spacing: 0.1ex;
}
.con_list .box_list ul li a .txt {
	text-align: left;
	vertical-align: middle;
	display: table-cell;
	padding-left: 15px;
	font-weight: bolder;
}

@media only screen and (max-width: 767px) {
  .con_list {
	min-width: 0;
	height: 100%;
	padding: 20px 20px 30px;
  }
  .con_list .box_list {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: scroll;
  }
  .con_list .box_list ul {
	letter-spacing: normal;
	padding-bottom: 40px;
  }
  .con_list .box_list ul li {
	display: block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 10px 0;
  }
}
