﻿/* 平板 pad start*/
@media screen and (min-width: 1px) and (max-width: 1px) {
body{
	font-size:14px;	
	background-size:100% auto;
}

.visible-sm{display: block !important;}
.visible-sm-block {display: block !important;}
.visible-sm-inline {display: inline !important;}
.visible-sm-inline-block {display: inline-block !important;}
.hidden-sm{display:none !important;}

.wrapin{
	width:750px;	
}


.cm_head{
	padding:0 10px;
	height: 66px;
	line-height: 66px;
	font-size:14px;
}
.cm_head strong{
	font-size:20px;
}
.hm_pro{
	background:#161616;
	color:#fff;
}

.hp_list{
	display:flex;
	justify-content: space-between;
}
.hp_item{
	display: block;
	width: 24.8%;
	text-align: center;
	color:#fff;
	position: relative;
}
.hp_item .photo{
	position: relative;
	overflow: hidden;
}
.hp_item .photo img{
	display: block;
	width: 100%;
	height:auto;
}
.hp_item .intro{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background:rgba(0,0,0,0.2);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hp_item .photo:hover .intro{
	top: -100%;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hp_item .play{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin:-15px 0 0 -15px;
	background:url("../images/play.png") no-repeat center center;
	background-size:100% 100%;
}
.hp_item dl{
	padding:20px 0 30px 0;	
}
.hp_item dt{
	height: 32px;
	line-height: 32px;
	font-size:18px;
	color:#fff;
}
.hp_item dd{
	height: 24px;
	line-height: 24px;
	color:#fff;
	text-transform: uppercase;
	position: relative;
	padding-bottom:12px;
}
.hp_item dd i{
	display: block;
	width: 60px;
	height: 4px;
	background:#d30000;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left:-30px;
}

.hm_about{
	padding-bottom:40px;	
}
.hab_wp{
	position: relative;
}
.hab_wp .photo{
	display: block;
	width: 50%;
	height:auto;
}
.hab_wp .intro{
	width: 60%;
	height: 200px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background:#fff;
	box-shadow:0 0 10px #ccc;
}
.hab_wp .logo{
	display: block;
	height: 60px;
	margin:70px 0 0 20px;
	float: left;
}
.hab_wp .ins{
	width: 50%;
	float: right;
	margin:20px 30px 0 0;
	line-height: 1.6;
}
.hab_wp .ins p{
	text-indent:2em;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	overflow: hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:5;
}
.hab_wp .more{
	display: block;
	width: 100px;
	height: 30px;
	border-radius:5px;
	background:#e40808;
	margin:20px auto;
	color:#fff;
	line-height: 30px;
	text-align: center;
}

.hm_join{
	color:#fff;
	height: 454px;
	background:url("../images/jnbg.jpg") no-repeat top center;
	background-size:cover;
}
.hm_join .wp{
	width: 750px;
	margin:0 auto;
}

.jn_item{
	float: left;
	display: block;
	width: 230px;
	height: 306px;
	margin:0 10px;
	position: relative;
	overflow: hidden;
	background:#000;
}
.jn_item .sd{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background:rgba(0,0,0,0.4);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.jn_item .name{
	height: 150px;
	width: 100%;
	text-align: center;
	line-height: 150px;
	font-size:24px;
	color:#fff;
	left: 0;
	top: 50%;
	margin-top:-75px;
	position: absolute;
	z-index: 20;
	background:url("../images/jn1.png") no-repeat bottom center;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.jn_item:hover .name{
	background-image:url("../images/jn2.png");
	margin-top:-185px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.jn_item:hover .sd{
	top: -205px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.jn_item img{
	display: block;
	width: 230px;
	height: 306px;
}
.hm_join .copy{
	text-align: center;
	line-height: 4;
	font-size:18px;
}

.footer-mb{
	background:#1b1b1b;
	color:#fff;
}
.ft_nav{
	font-size:14px;
	height: 40px;
	line-height: 40px;
}
.ft_nav a{
	color:#fff;
	width: 20%;
	height: 40px;
	text-align: center;
	float: left;
}
.ft_inf{
	padding:10px 10px;
	line-height: 1.8;
}
.ft_copy{
	text-align: center;
	padding:10px;
	line-height: 1.8;
}

.go_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 50px;
	z-index: 100;
	background:url("../images/go_top.png") no-repeat center center;
	background-size:100% 100%;
}

/* 平板 pad end*/
}
