﻿/* 平板 pad start*/
@media screen and (min-width: 768px) and (max-width: 992px) {
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;	
}


.hm_pro{
	background:url("../images/gray.jpg");
	padding-bottom:30px;
	position: relative;
}
.hm_pro .more{
	display: none;
	width: 50px;
	height: 28px;
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left:-25px;
	background:url("../images/hp_more.png") no-repeat center center;
}
.cm_head{
	padding:60px 0 30px 0;
	text-align: center;
}
.cm_head img{
	width: 300px;
}
.cm_head dd{
	height: 52px;
	line-height: 52px;
	font-size:24px;
}

.hp_tabs{
	width: 750px;
	margin:0 auto;
	border:1px solid #ccc;
}
.hp_tabs .handle{
	height: 50px;
	background:#3b3b3b;
	clear: both;
	overflow: hidden;
}
.hp_tabs .btn{
	width: 25%;
	height: 50px;
	float: left;
	text-align: center;
	color:#fff;
	font-size:18px;
	line-height: 50px;
	border-left:1px solid #fff;
	margin-left:-1px;
	cursor: pointer;
}
.hp_tabs .hover{
	color:#fff;
	background:#cc0012;
}
.hp_tabs .con{
	display: none;
	position: relative;
}
.hp_tabs .show{
	display: block;
}
.hp_tabs .thumb{
	display: block;
	width: 100%;
	height:auto;
}
.hp_tabs dl{
	position: absolute;
	left: 24px;
	top: 30px;
	z-index: 20;
	font-size:16px;
	line-height: 30px;
	color:#535353;
}
.hp_tabs dt{
	height: 62px;
}
.hp_tabs dt span{
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border:1px solid #fff;
	background:rgba(255,255,255,0.5);
	padding:0 14px;
}

.hm_news{	
	padding-bottom:30px;
	position: relative;
}
.hm_news .more{
	display: none;	
}

.ne_slider{
	width: 750px;
	height: 258px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.ne_item{
	width: 748;
	height: 256px;
	border:1px solid #f1f1f1;
}
.ne_item .photo{
	display: block;
	width: 233px;
	height: 170px;
	float: left;
	margin:40px 0 0 20px;
}
.ne_item .photo img{
	display: block;
	width: 233px;
	height: 170px;
}
.ne_item dl{
	width: 440px;
	float: right;
	padding:25px 40px 0 0;
}
.ne_item dt{
	height: 52px;
	line-height: 52px;
	font-size:18px;
	font-weight: bold;
}
.ne_item dd{
	font-size:16px;
	line-height: 24px;
	padding-bottom:15px;
}
.ne_slider .cbtn{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	z-index: 20;
	margin-top:-20px;
	cursor: pointer;
}
.ne_slider .my-prev{
	left: 0;
	background:url("../images/ne_pre.png") no-repeat center center;
}
.ne_slider .my-next{
	right: 0;
	background:url("../images/ne_next.png") no-repeat center center;
}

.hm_cnt{
	background:url("../images/gray.jpg");
	padding-bottom:30px;
	position: relative;
	color:#52494b;
}
.hm_cnt .item{
	width: 33.3333%;
	float: left;
	text-align: center;
}
.hm_cnt .t1{
	text-align: center;
	height: 44px;
	line-height: 24px;
	font-size:18px;
	font-weight: bold;
	color:#ff2853;
}
.hm_cnt dt{
	font-weight: bold;
	line-height: 1.8;
}
.hm_cnt ul{
	text-align:left;
	padding:0 20px;
	line-height: 1.8;
}
.hm_cnt .fg{
	height: 124px;
	border-left:1px solid #e2e1e2;
	float: left;
	margin-left:-1px;
}
.hm_cnt .item li{ text-align:center}

.footer{
	padding:10px 0;
	line-height: 50px;
	background:#272727;
	color:#fff;
}
.ft_nav{
	float: right;
}
.ft_nav a{
	color:#fff;
	margin-left:15px;
}
.ft_nav a:hover{
	text-decoration: underline;
}

/* 平板 pad end*/
}
