@charset "utf-8";
/* CSS Document */

#bg{ 
	background:url(../images/bg3.jpg) center center no-repeat;
	background-size:cover;
}

/*----------------------------------------*/

.wrap{
	position:relative;
	overflow:hidden;
}

.lineL{
	position:absolute;
	top:35px;
	height:1px;
	background:#fff;	
}

.con{
	position:relative;
	left:18%;
	width:32%;
}

.title{
	height:32px;	
	padding:0 5px;		
	margin-bottom:30px;
	border-bottom:#ccc 4px solid;
	
	display:inline-block;
	text-align:center;
}

h1{
	height:26px;
	line-height:26px;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#ccc;
}

.txt{
	position: relative;
	line-height:1.8;
	letter-spacing:0.5px;
	height:300px;
}

.txt p{ margin-bottom:20px;	}
.txt p:last-child{ margin-bottom:0;	}

.info li{
	margin-left: 20px;
	list-style-type: decimal;
}

.list{
	position: absolute;
	top: 50%;
	right: 5%;
	width: 40%;
	overflow: hidden;	
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);	
}

.list li{
	float: left;
	width: calc(25% - 1px);
	margin-left: 1px;
	margin-top: 1px;
}

.list li img{
	width: 100%;
	display: block;
}

.award li{
	margin-left: 20px;
	list-style-type: disc;
}
	
/*------------------------------------------
              Tablet 、 Mobile
------------------------------------------*/

@media only screen and (max-width : 1024px){
	.list{display: none;}
	.con{ width:70%;}

	.txt-list li{
		float: left;
		width: calc(16.66% - 1px);
		margin-left: 1px;
		margin-top: 1px;
	}

	.txt-list li img{
		width: 100%;
		display: block;
	}
}