/* 
* @Author: yanpeihong
* @Date:   2015-06-12 08:52:56
* @Last Modified by:   Administrator
* @Last Modified time: 2015-10-13 10:45:19
*/
@charset "utf-8";
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select {margin:0;padding:0;box-sizing: border-box;}
html{height:100%;}
body{ font-family:微软雅黑,'Heiti SC',黑体,Arial;}
ol,ul,li{list-style:none outside none;}
a,a:hover{text-decoration:none;color:inherit;}
table{border-collapse:collapse;}
tr,td,th{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-weight:normal;color:#474747;line-height:120%;}
input,textarea,select,button{border:1px solid #CCC;font-family:微软雅黑,'Heiti SC',黑体,Arial;padding:0;margin:0;}
body{background:#F3F3F3; position: relative; padding-bottom: 70px; max-width: 650px; margin: 0 auto;}
/* 三档文字大小 */

@media (max-width: 399px) {
	html {
		font-size: 15px;
		margin: 0 auto;
	}
}
@media (min-width: 400px) and (max-width: 480px) {
	html {
		font-size: 20px;
		margin: 0 auto;
	}
}
@media (min-width: 481px) {
	html {
		font-size: 25px;
		margin: 0 auto;
	}
}

/*--公共类--*/
.page{
	min-height: 400px;
	padding: 0 15px;
}
.clear{clear:both;overflow:hidden;}
.fl{float:left;}
.fr{float:right;}
.mg15{ margin: 15px;}
.mb20{
	margin-bottom: 20px;
}
.mt16{ margin-top: 16px; }
.mb16{ margin-top: 16px; }
.pd5{ padding: 5px;}
.pd10{ padding: 10px;}
.pd15{ padding: 15px;}
.pd22{
	padding: 22px 0;
}
.md-title{
	height: 50px;
	line-height: 50px;
	position: relative;
}
.md-title h2{
	float: left;
	padding-left: 50px;
	padding-right: 20px;
	line-height: 50px;
	font-size: 20px;
}

/* 头部导航 */
.sd-nav{
	position: relative;
	height: 54px;
	border-radius: 0;
	border: 0;
	border-top: 1px solid #A09FA0;
	background: #fff;
	margin-bottom: 0;
	overflow: hidden;
}
.sd-brand{
	height: 54px;
	border-right: 1px solid #D5D5D5;
}
.fixed-icon{
	font-size: 25px;
	color: #2B272B;
}
.page-tit{
	line-height: 54px;
	font-size: 16px;
	color: #2B272B;
	padding-left: 15px;
}
.list-icon{
	position: absolute;
	top: 12px;
	right:25px;
}
.nav-list{
	width: 100%;
	background: #fff;
	display: none;
}
.nav-list li{
	height: 49px;
	border-bottom: 1px solid #D2D2D2;
	line-height: 49px;
	padding-left: 25px;
	font-size: 14px;
}
.nav-list li:first-child{ border-top: 1px solid #D2D2D2;}
/* 通用固定导航 */
.fix-nav{
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 999;
	width: 100%;
	height: 60px;
}
.fix-nav a{
	height: 70px;
	color: #FFF;
}
.fix-nav-bd{
	margin: 0 -15px;
}
.fix-nav-icon .glyphicon{
	margin-top: 8px;
	color: #fff;
	font-size: 25px;
}
.fix-nav-icon{
	text-align:center;
}
.fix-nav-icon .glyphicon{
	color: #FFF;
	font-size: 25px;
}
.fix-nav-icon a strong{
	display: block;
	font-weight: 400;
	font-style: normal;
}
/* 通用底部 */
footer{
	padding: 15px 0;
}
.registration-mark,.technical-support a,.classify a{
	line-height: 22px;
	font-size:12px;
}
.classify a{
	padding: 0 21px;
}

/* 首页 */

.search-box{ background: #eee;padding: 10px 0; display: none;}
.search-btn{ border: 1px solid #aaa; font-size: 14px; background: #ccc;
	color: #fff;}
.search-btn:focus,.search-btn:hover{
	background: #bbb;
	color: #fff;
}
#header {
	background:#fff;
	height:70px;
	padding: 10px 0;
	overflow:hidden;
	position:relative;
	width:100%;
	z-index:999;
	left:0px;
	top:0;
}
.logo img {
	display:block;
	width:auto;
	height: 44px;
	margin-top: 5px;
}
/* 轮播图 */
.carousel-inner .item img{ margin: 0 auto;}
.search{
	height: 50px;
	width: 40px;
	padding:10px;
	border-left: 1px solid #e4e4e4;
}
.search i{
	display:block;
	width:30px;
	height:31px;
	background: url(../images/searck.fw.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
.sd-slide{
	background: #fff;
}
.left.sd-left,.right.sd-right{
	background:none;
	text-shadow: none;
}
.left .sd-left .glyphicon,
.right .sd-right .glyphicon{
	color: #ccc;
}
.left .sd-left .glyphicon:hover,
.right .sd-right .glyphicon:hover{
	color: #fff；
}
.menu-nav{
	padding: 0;
	background: #fff;
}
.menu-nav a{
	padding: 22px 0;
	text-align: center;
}
.menu-nav strong{
	display: block;
	margin: 8px 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
}
.menu-nav img{
	max-width: 100%;
}
.cp-hd{
	padding-top: 1.4rem;
	margin-top: -0.6rem;
}
.cp-hd span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	height:10px;
}
.profile-left{
	width: 100px;
}
.profile-left img{
	width: 100px;
	height: auto;
}
.profile-info{
	font-size: 14px;
	text-indent: 2em;
	line-height: 1.5em;
}
/* 产品列表 */
.product{
	width: 100%;
	padding: 22px 0;
	background: #fff;
	overflow: hidden;
}
.product_bd{
	width: 200%;
	overflow: hidden;
	position: relative;
}
.product .product-box{
	float: left;
	width: 50%;
}
.product .product-box>div>a{ padding: 0 0.4rem 0.6rem;}
.product .product-box img{
	width:100%;
	height: auto;
	border: 1px solid #c1c1c1;
	box-sizing: border-box;
}
.product .product-box strong{ 
	display: block;
	margin-top: 10px;
	font-size:16px;
	height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 400;
	color: #323232;
}
.btn-more{
	background: #fff;
}
/* 产品优势页面*/
.product-pic{
	max-width: 100px;
	height: auto;
}
.product-adv-list .product{
	max-height: 135px;
	overflow: hidden;
}
/* 产品列表页面*/
.product-pic{
	max-width: 100px;
	height: auto;
}
.product-adv-list .product{
	max-height: 135px;
	overflow: hidden;
}
/* 产品详情页面 */
.product-bigpic img{ max-width: 100%; height: 330px;}

.product-detail-con .cp-name{
	height: 40px;
	line-height: 40px;
}
.product-detail-con .cp-name span{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 10px;
	margin-left: 10px;
	font-size: 20px;
}
.product-attr{
	padding: 12px 0;
	background: #fff;
}
.product-attr-item{
	padding: 22px 22px 6px;
	border-bottom: 1px dashed #2B272B;
	font-size: 12px;
	color: #7E7E81;
}
.product-attr-item span{
	font-size: 14px;
	color: #1E1E23;
}
.cp-introduction{
	background: #fff;
	margin-top: 25px;
}
.cp-introduction-name{
	height: 39px;
	border-bottom: 1px solid #E4E4E4;
	line-height: 40px;
}
.cp-introduction-name b{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	height: 38px;
	padding-left: 45px;
	font-size: 16px;
}
.cp-introduction-con{
	min-height: 200px;
	padding: 20px 35px;
	font-size: 14px;
	color: #222226;
	text-indent: 2em;
}
/* 新闻列表页面*/
.news .media-list{
	width: 100%;
}
.news .news-info{
	height: 3em;
	line-height: 1.5em;
	overflow: hidden;
	font-size: 13px;
	color: #333;
}
.news .news-time{
	font-size: 11px;
	color: #666;
}
.news .media{
	background: #fff;
	padding:15px 40px 15px 15px;
	position: relative;
}
.more-arr{
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	width: 15px;
	height: 25px;
	background: url(../images/more-arr.fw.png) no-repeat;
}
.news .media-left.news-img,.news .media-left.news-img img{
	width: 79px;
	height: 79px;
}

/* 新闻详情页面*/
.news-detail,.other-news{
	background: #fff;
	padding: 20px 8px;
}
.news-detail h2{
	padding: 10px 0;
	font-size: 18px;
	color: #2B2B2E;
}
.news-detail .date{
	font-size: 12px;
}
.news-message{
	font-size: 14px;
	line-height: 2em;
	text-indent: 2em;
}
.news-big-pic img{
	max-width: 100%;
	height: 238px;
}
/* 新闻详情-相关新闻 */
.other-news .other-news-tit{
	height: 39px;
	border-bottom: 1px solid #E4E4E4;
	line-height: 40px;
}

.other-news-list{
	padding: 15px 0 0 8px;
}
.other-news-list li{
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 22px;
	background: url(../images/lingxing.fw.png) no-repeat left center;
}
.other-news-list li a:hover{ color: #EB872B; text-decoration: underline;}
/* 错误页面 */
#error-page{
	width: 100%;
	min-height: 400px;
	background: #DEE2E5;
	position: relative;
}
.error-bg{ 
	max-width: 300px; 
	max-height:245px; 
	position: absolute; 
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.error-bg img{ display: block;}
.error{
	min-width: 300px;
	position: absolute; 
	top: 68%; 
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.error-tit{
	font-size: 14px;
}
#jumpTo{
	margin: 0 5px;
}
.gohome,.gohome:hover{
	font-size: 12px;
	text-decoration: underline;
}
/* 关于我们--页面 */
.about-us-list .item{
	background: #fff;
	padding: 10px 10px 20px;
}
.about-us-list .item-name{
	padding: 5px 0;
	font-size: 16px;
}
.about-us-list .item-con{
	font-size: 14px;
	color: #333;
	text-indent: 2em;
	line-height: 25px;
}

.about-us-list img{
	float: left;
	max-width: 140px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}
/* 联系我们--页面 */
.contact-us{
	background: #fff;
	padding-top: 20px;
	padding-left: 30px;
	overflow: hidden;
}
.company-name{
	font-size:25px;
	color: #2B272B;
	padding:0 0 20px;
}
.company-contact{
	margin-top: 10px;
}
.company-contact p{
	font-size: 18px;
	color: #2B272B;
	padding: 3px 0;
}
.tel-btn{
	margin-bottom: 50px; 
	font-size: 18px;
}
.tel-btn i{
	display: inline-block;
	*display: inline-block;
	*zoom: 1; 
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background:url(../images/sm-tel-logo.fw.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
}
/* 留言页面 add20150706*/
#liuyan{
	background: #fff;
	padding: 20px;
	overflow: hidden;
}
.slogan-p{
	padding-bottom: 20px;
	font-size: 14px;
	color: #9A9A9A;
}

#form1{width: 100%; overflow: hidden;}
#form1 .form-group{ margin:10px 0;}
#form1 .controls{ width: 100%; overflow: hidden; margin-bottom: 10px;}
#form1 .controls .control-label{
	float: left;
	width: 30%;
	padding:0;
	text-align: left;
	font-size: 14px;
	color: #2B272B;
}
#form1 .controls .form-control,#form1 .controls textarea{
	float: left;
	width: 70%;
}
#form1 div.tips{
	margin-left: 30%;
	font-size: 12px;
	color: #878787;
}
#form1 p.txt-note{ 
	text-align: right; 
	font-size: 12px; 
	color: #878787; 
	line-height: 20px;
}
#form1 .controls #InputYzm{ width: 40%;}
#form1 .yzm-img{ width:28%; margin-left: 2%; height: 34px; overflow: hidden;}
#form1 .yzm-img img{
	display: block;
	width: 100%;
	height: 34px;
}
.ly-btn:hover,.ly-btn:active,.ly-btn:focus{ color: #fff;}