/* 首页样式 */
#content{
	padding: 50px 5px 80px 5px;
}
.banner{
	width: 100%;
    position: relative;
	}
.banner>ul{
	position: absolute;
    height: 150px;
    width: 90%;
    left: 4%;
    top: 70px;
}
.banner>ul li{
	width: 33%;
    padding: 10px;
    float: left;
    box-sizing: border-box;
}
.banner>ul li:nth-child(2){
	margin-top: 30px;
}
.banner>ul li h3{
	position: absolute;
    color: #ffe;
    top: 50px;
    left: 8%;
}
.banner>ul li:nth-child(2) h3{
	top: 75px;
	left: 42%;
}
.banner>ul li:nth-child(3) h3{
	left: 74%;
}
.m-product{
	padding-top: 30px;
}	
 h2.m-title{
	height: 40px;
	padding: 0 2%;
	background-color: #d32020;
}
 h2.m-title a{
	color: #fff;
	font-size: 18px;
	line-height: 2em;
}
.m-product-list ul li{
	display: inline-block;
    margin-top: 15px;
    text-align: center;
    overflow: hidden;
    width: 47.0%;
    padding: 1%;
}
.m-product-list ul li a img {
    display: block;
    width: 100%;
    height: auto;
}
.m-product-list ul li h3 {
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    text-align: center;
    background: #eee;
}
.m_about{
	padding: 30px 0;
	}
.gywm {
    padding: 5px;
    line-height: 25px;
    text-align: left;
    text-indent: 25px;
}
	.m-news-list ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #d3d3d3;
    background: url(/m/template/img/dd1.png) 95% center no-repeat;
    background-size: 20px 20px;
	overflow: hidden;
}
.m-news-list ul li a {
    font: 100 12px/35px "微软雅黑";
    padding-left: 28px;
    text-align: left;
    display: block;
}

.m-news-list ul li a h3{width: 80%;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.m-contact{
	padding-top: 30px;
}
.lxwm{
	padding: 5px;
	padding-left: 20px;
    line-height: 25px;
    text-align: left;
    text-indent: 25px;
}


/* 内页样式 */
.ico-list {

}
.ico-list .fa-th-large{
	font-size: 30px;
}

.nav-title{
	padding: 15px 10px;
	position: relative;
}
#list_in{
	display: none;
	width: 96%;
	position: absolute;
	z-index: 999;
}
#list_in li{
	padding: 0 20px;
	background-color: #cfcfcf;
}
.nav-title a{
	/* display: block; */
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	margin-right: 10px;
}



/* 内页产品、新闻样式 */
#pro_detail{padding: 10px;color: #666;}
#pro_detail h2{text-align: center;line-height: 50px;}
#pro_detail >a{display: block;text-align: center;width: 60%;margin: 20px auto;line-height: 30px;background-color: red;color: #fff;}

/* 分页样式 */
.next-prev-single{
	line-height: 30px;
	}
	
	
/* ******留言表单******** */
.message {
	padding-left: 30px;
	padding-top: 10px;
	z-index: 100;
	position: relative;
}

#message_main {
	display: table-cell;
}

#message_main tr {
	position: relative;
}

#message_main tr th {
	font-weight: normal;
	text-align: right;
	height: 42px;
	line-height: 42px;
	color: #666;
}

.m_label {
	position: absolute;
	width: 160px;
	text-align: left;
	line-height: 26px;
	padding-left: 8px;
	color: #ccc;
	z-index: 1;
	cursor: text;
}

#name,
#contact,
#email,
#title {
	display: block;
	height: 26px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 200px;
}

#message_main #content {
	display: block;
	height: 80px;
	line-height: 26px;
	padding: 0;
	padding-left: 6px;
	border: 1px solid #dedede;
	width: 240px;
}

	