body {
	color: #ffffff;
}


.wrapper {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	padding-top: 150px;

}

a {
	color: #5b5b5b;
}

a:hover {
	text-decoration: none;
	color: #ffffff;
}

.pro {
	width: 750px;
  margin: 0px auto;
}



.sp_back {
  display: none;
}


#pro_box {
	width: 1000px;
	height: 181px;
	margin: 0px auto 18px;
	clear: both;
	opacity: 0.8;
}

.icon {
	width: 217px;
	position: absolute;
	top: 160px;
	right: 130px;
}

.icon ul {
	list-style: none;
}

.icon li {
	display: inline;
	margin-left: 24px;
}


div.center{
	margin: 21px auto 0px auto;
	max-width: 1214px;
}

div.grid{
	float: left;
	width: 390px;
	height: 192px;
	margin: 7px 7px 0px 0px;
	position: relative;
}

.gridimg {
	width: 390px;
	height: 192px;
}

#cont_box {
	max-width: 1200px;
	margin: 50px auto 0;
}

.mini {
	line-height: 46px;
	margin-bottom: 10px;
}


figure {
  position: relative;
  overflow: hidden;
  width: 390px;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; 
  align-items: center; 
  -webkit-justify-content: center; 
  justify-content: center;
  font-weight: bold; 
}

figure:hover figcaption {
  opacity: 0.8;
}

h3 {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}


/* sub */

.title {
	font-size: 22px;
	padding: 0 0 50px;
	
}

#sub_cont {
	width: 900px;
	margin: 0px auto;
	padding-top: 150px;
	opacity: 0.8;
}

.frame {
	opacity: 1;
	width: 900px;
	margin: 0px auto;
	background-color: #000;
}

.frame iframe {
	width: 900px;
	height: 506px;
}

.bg {
	width: 900px;
	height: 506px;
	background-color: #000;
	margin: 0px auto;
}

.link a {
	color: #ffffff;
  word-break: break-all;
}


.menu-btn {
	display: none;
}

.submenu {
  display: none;
}

.back_c {
  color: #5b5b5b;
  position: absolute;
  left: -180px;
  opacity: 0.8;
  margin-top: -3px;
}

.back {
  color: #5b5b5b;
  position: absolute;
  left: -140px;
  opacity: 0.8;
  margin-top: -3px;
}

.back_box {
  position: fixed;
  z-index: 999;
}







