/*基础*/
html {
	-ms-touch-action: none;
}
body{
	padding:0;
	margin:0;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:14px;
	overflow:hidden;
}
#mybody{
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	overflow:hidden;
}
a{
	color:#333;
}
a:focus{
	outline:none!important;
	text-decoration:none!important;
}
a:hover{
	outline:none!important;
	text-decoration:none!important;
}
/*包裹*/
#pager{ 
	width:100%;
	position:absolute;
	left:0;
	top:44px;
	bottom:50px;
	z-index: 1;
}
#content{
	width:100%;
}
/*页头*/
.header{
	background-color:#000;
	padding:0;
	margin:0;
	color:#fff;
	height:44px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:16;
	z-index: 2;
}
/*页头标题*/
.header h1{
	text-align:center;
	color:#fff;
	white-space:nowrap;
	height:44px;
	line-height:44px;
	padding:0;
	margin:0 auto;
	width:100%;
	padding-left:48px;
	padding-right:48px;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
/*页头返回*/
#back{
	width:48px;
	height:44px;
	line-height:44px;
	position:absolute;
	top:0;
	left:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(/upload/icons/20174274383906.png);
}
/*页头返回首页*/
#home{
	width:48px;
	height:44px;
	line-height:44px;
	position:absolute;
	top:0;
	right:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-image:url(/upload/icons/201742743751471.png);
}
.header_index #back,.header_index #home{
	display:none;
}
/*页脚补位*/
#header-space{
	height:44px;
	display:block;
}
/*栏目banner*/
.section_banner img{
	width:100%;
}
/*页脚*/
#footer{
	background-color:#000;
	display:block;
	height:50px;
	position:absolute;
	width:100%;
	bottom:0;
	z-index:2;
}
.footer>.item{
	cursor:pointer;
	float:left;
	display:block;
	height:100%;
	width:100%;
	color:#fff;
	height:50px;
	text-align:center;
	font-size:12px;
	overflow:hidden;
	padding-top:5px;
}
.footer>.item>.fa{
	font-size:25px;
}
.footer>.item:hover{
	text-decoration:none;
	background-color:rgba(255,255,255,0.2)
}
.footer>.item:focus,.footer>.item.active{
	background-color:rgba(255,255,255,0.2)
}
.footer-quantity-1>.item{
	width:100%;
}
.footer-quantity-2>.item{
	width:50%;
}
.footer-quantity-3>.item{
	width:33.333%;
}
.footer-quantity-4>.item{
	width:25%;
}
.footer-quantity-5>.item{
	width:20%;
}

/*首页动画*/
.carousel-indicators{
	margin-bottom:0px;
}
.carousel-inner .item img{
	min-width:100%;
}
/*首页电话模块*/
.index-phone{
	margin-top:15px;
}
.index-phone .btn{
	background-color:red;
	color:#fff;
	padding-top:7px;
	padding-bottom:7px;
}
/*首页产品图片列表*/
.index-product{
	width:100%;
	margin-top:15px;
}
.index-product .col{
	height:35vmin;
	margin-bottom:15px;

}
.index-product .col a{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:relative;	
	border-radius:8px;
	border:1px solid rgba(0,0,0,0.6);
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.index-product .col .title{
	position:absolute;
	height:26px;
	line-height:26px;
	color:#fff;
	overflow:hidden;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	width:100%;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
}
.index-product .col img{
	min-width:100%;
	min-height:100%;
}
/*首页新闻列表*/
.index-news{
	width:100%;
	margin-top:15px;
}	
.index-news>.row>.col{
	margin-bottom:5px;
}
.index-news .box{
	background-color:#fafafa;
	padding:10px;
}
.index-news .title{
	font-size:14px;
	white-space:nowrap;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	max-width:75%;
}
.index-news .time{
	position:absolute;
	right:25px;
	top:18px;
	color:#ccc;
}
.index-news .text{
	color:#999;
}
/*首页公司简介*/
.index-profile{
	width:100%;
	margin-top:15px;
}
.index-profile img{
	max-width:100%;
	height:auto!important;
}
/*首页格子*/
.index-cell{
	padding-top:15px;
	padding-bottom:15px;
}
.index-cell .row{
	margin-left:-7.5px;
	margin-right:-7.5px;
}
.index-cell .col{
	padding-left:7.5px;
	padding-right:7.5px;
	margin-bottom:15px;
}
.index-cell .cell{
	background-color:#999999;
	width:100%;
	height:calc((100vw - 60px) / 3);
	padding-top:15%;
	overflow:hidden;
	display:block;
	text-align:center;
	color:#fff;
	font-size:3.5vw;
}
.index-cell .cell .fa{
	font-size:12vw;
	margin-bottom:8%;
}
/*内容详细页*/
.content-detail{
	padding-top:15px;
}
.content-detail img{
	max-width:100%;
	height:auto!important;
}
/*新闻详细页*/
.news-detail{
	padding-top:15px;
}
.news-detail img{
	max-width:100%;
	height:auto!important;
}
.news-detail h3{
	font-size:1.17em;
	line-height:32px;
	margin:0;
	font-weight:bold;
}
.news-detail .info{
	height:36px;
	line-height:36px;
	width:100%;
	font-size:12px;
	color:#777;
}
.news-detail .info>.time{
	width:40%;
	height:100%;
	float:left;
}
.news-detail .info>.from{
	width:60%;
	height:100%;
	float:right;
	text-align:right;
}
.news-detail .content{
	width:100%;
}
.news-detail .buttons .btn{
	margin-top:10px;
	margin-bottom:20px;
	color:#999;
}
/*图片详细页*/
.picture-detail{
	padding-top:15px;
}
.picture-detail img{
	max-width:100%;
	height:auto!important;
}
.picture-detail .daibiaotu{
	min-width:100%;
	height:auto;
	margin-bottom:15px;
}
.picture-detail h3{
	text-align:center;
	font-size:1.17em;
	line-height:32px;
	margin:0;
	font-weight:bold;
}
.picture-detail .content{

}
.picture-detail .buttons .btn{
	margin-top:10px;
	margin-bottom:20px;
	color:#999;
}
/*按钮*/
.submit{
	background-color:#f2f2f2;
}