@charset "UTF-8";
/*css 初始化开始 */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { 
    margin: 0; 
    padding: 0; 
}
fieldset, img,input,button { 
    border: none; 
    padding: 0;
    margin: 0;
    outline-style: none; 
}
ul, ol { 
    list-style: none; 
}
input { 
    padding-top: 0; 
    padding-bottom: 0; 
    font-family: "SimSun","宋体",Microsoft YaHei;
}
select, input { 
    vertical-align: middle;
}
select, input, textarea { 
    font-size: 12px; margin: 0; 
}
textarea { 
    resize: none; 
} /*防止拖动*/
img {
    border: 0;	
    vertical-align: middle; 
}  /*  去掉图片低测默认的3像素空白缝隙*/
table { 
    border-collapse: collapse; 
}
body {
    color: #000;
    overflow-x: hidden;
	overflow-y:auto;
    width: 100%;
	margin:0 auto;
    max-width: 640px;
    min-width: 320px;
    height: 100%;
    font-family: Microsoft YaHei;
	padding-bottom: 80px;
}
.clear:before,.clear:after {
   content: "";
   display: block;
   height: 0;
   visibility: hidden;
   clear: both;
}
.clear{
    *zoom: 1;/*IE/7/6*/
}
a {
    color:#666666; 
    text-decoration: none; 
}
h1,h2,h3,h4,h5,h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}
s,i,em{
    font-style: normal;
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size:12px;
}
a:hover {
    text-decoration: none;
	color:inherit;
}

/*公共类*/
.w {
    width: 100%; margin:0 auto;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.clearfix {
	clear:both;
}
.hide {
    display:none;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
	z-index: 9999;
}
.fixed {
	position:fixed;
	bottom: 0;
    left: 0;
	z-index:9999;
}
/*导航*/
.header {
	width: 100%;
    height: 50px;
	background-color:#2d2d2d;
	position:fixed;
	top: 0;
    left: 0;
	z-index:9999;
}
.header h3{
	width:20%;
    color: #fff;
    padding: 12px;
    font-size: 25px;
    cursor: pointer;
}
.header span{
	width:80%;
	line-height:50px;
	color:#fff;
	display:block;
}
.header span img {
	display:inline-block;
}
#nav {
	position:absolute;
	top:50px;
	right:0;
	z-index:9999;	
	background:#1f212d;
}
#nav li a {
	width:8rem;
	height:8rem;
	line-height:4rem;
	font-size:16px;
	color:#fff;
	display:block;
}
#nav a:hover {
	background-color:#41474E;
}
#nav a.active{
	background-color:#41474E;
}
#nav li a i{
	display:block;
	font-size:24px;
	line-height:4rem;
}
/*banner*/
.banner{
}
.banner img{
	height: 150px;
}
.box_swipe{
    overflow:hidden;
    position:relative;
}
.box_swipe ul{
    -webkit-padding-start: 0px;
}

.box_swipe>ol{
    height:20px;
    position: relative;
    z-index:10;
    margin-top:-25px;
    text-align:right;
    padding-right:15px;
    background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
    display:inline-block;
    margin:5px 0;
    width:8px;
    height:8px;
    background-color:#757575;
    border-radius: 8px;
}
.box_swipe>ol>li.on{
    background-color:#ffffff;
}
.itit{	
	height:60px;
	line-height:60px;
	border-bottom:2px solid #e0e0e0;
}
.itit i{
	display:block;
	font-size:2rem;
	line-height:60px;
}
.itit span {
	font-size:1.8rem;
	display: inline-block;
	padding: 0 2%;
	font-weight:700;
}
/*公司概览*/
.imenu{
	padding: 8px;
	border:1px solid #e0e0e0;
	border-top:none;
}
.imenu img{
	display:inline-block;
	width: 45%;
}
/*热销产品*/
.iprolist {
   margin-top:10px;
   overflow: hidden;   
}
.iprolist img {
	display:inline;
}
.iprolist p{
	height:35px;
	line-height:35px;
}
.iprolist p a{
	text-overflow:ellipsis;
	overflow:hidden;
}
/*关于我们*/
.iabout{
	background-color:#c40000;
}
.iabout p{
	padding: 10px;
	font-size: 1.5rem;
    color: #fff;
}
/*首页新闻*/
.inews_txt{
	position:absolute;
	z-index:999;
	bottom:0;
	width:100%;
	padding: 0 2%;
	height:35px;
	line-height:35px;
	color:#fff;
	background-color: rgba(0,0,0,0.6);
}
.inews_txt a{
	color:#fff;
	display:block;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.inews_list {
	padding:0 1%;
}
.inews_list ul li{
	height:35px;
	line-height:35px;
    border-bottom: 1px dotted #e0e0e0;	
}
.inews_list ul li a{
	width: 70%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inews_list ul li em{
	color:#666;
}
.inews_list ul li span{
	width:30%;
	text-align:right;
}
/*底部*/
.bottom {
	width:100%;
	height:45px;
	margin-top:10px;
	background-color:#2d2d2d;
}
.backtop{
	padding:10px;
}
.backtop a{
	color:#fff;
	font-size:16px;
	font-weight:bold;
	padding:10px;
}
.backtop a:hover{
	color: #fff!important;
}
.backtop a em{
	display: inline-block;
}
.weizg {
	height:30px;
	line-height:30px;
	text-align: center;
}
.footer {
    width: 100%;
    height: 65px;
    background-color:#2d2d2d;
}
.footer ul {
    overflow: hidden;
    padding-top: 3px;
}
.footer ul li i {
    font-size:20px;
    color: #fff;
}
.footer ul li a {
    display: block;
    color: #fff;
}
.footer ul li a:hover{
	color:#fff!important;
}
.footer ul li p{
	font-size:12px;
}
.pages{
	margin:20px auto;
}
.pages ul li{
	border:1px solid #e0e0e0;
	padding:5px 10px;
	display:inline-block;
	margin: 2px 0;
}
.pages ul li:hover{
	background:#e0e0e0;
}
.imain{
	background:#F0F2F5;
	overflow: hidden;
}
.content{
	background:#fff;
	margin:2%;
}
/*关于我们*/
.aboutcon {
	padding:2%;
}
.aboutcon img {
	display:block;	
	max-width:100%;	
	height:auto;
}
.aboutcon p{
	line-height:30px;
}
/*详细页面*/
.news_con h1{
	line-height:35px;
	font-size: 16px;
}
.news_con p{
	line-height:30px;
}
.news_con img {
	display:block;	
	max-width:100%;	
	height:auto;
}
/*产品详细*/
.pro_img img{
	display:inline;
}
/*小程序扫一扫*/
.xcx{
	width: 100%;
    background: url(/Public/Mobile/index/images/xcx_bj.jpg) no-repeat;
    background-size: 100%;
    height: 293px;
    position: relative;
}
.zx_box{
	width: 181px;
    height: 231px;
    background: url(/Public/Mobile/index/images/sm_bj.jpg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -90px;
}

.zx{
	width: 100%;
	color: #fff;
	text-align: center;
    position: absolute;
    top: 73%;    
}
.zx p {
	font-family: "苹方";
	letter-spacing: 1px;
}

.ewm_xcx{
	width: 100%;
	padding: 25px 31px;
	display: inline-block;
	text-align: center;
}
.ewm_xcx p{
	height: 12px;
	line-height: 12px;
	color: #666666;
}
.ewm_l img{
	width: 131px;
	
	margin-bottom: 13px;
}
.ewm_r img{
	width: 127px;
	margin-bottom: 18px;
}
/*底部导航*/
.footer{
    width: 100%;
	background: #1B252E;
	border-top: 1px solid #e1e1e1;
	margin-top: 20px;
	position: fixed;
	bottom: 0;
}
.footer ul{
	margin-top: 10px;
}
.footer ul li{
	width: 25%;
	text-align: center;
	float: left;
	margin-bottom: 5px;
}
.footer ul li img{
	width: 24px;
	height: 22px;
}
.footer > ul > li > a > i{
	width: 24px;
	height: 22px;
}
.footer > ul > li > a > i{
	display: inline-block;
}
.footer > ul > .d1 > a > i{
	background: url(/Public/Mobile/index/images/fot01.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d2 > a > i{
	background: url(/Public/Mobile/index/images/fot02.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d3 > a > i{
	background: url(/Public/Mobile/index/images/fot03.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > .d4 > a > i{
	background: url(/Public/Mobile/index/images/fot04.png) no-repeat;
    background-size: 100% 100%;
}
.footer > ul > li > a > p{
	font-size: 10px;
	color: #fff;
}
.footer ul li .fot_ico{
	height: 44px;
	display: inline-block;
}
.footer ul li a{
	cursor: pointer;
	color: #7f8389;
	display: inline-block;
}
.footer ul .active a{
	color: #7f8389;
}
.footer > ul > .d1.active > a > i{
	background: url(/Public/Mobile/index/images/fot011.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d2.active > a > i{
	background: url(/Public/Mobile/index/images/fot022.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d3.active > a > i{
	background: url(/Public/Mobile/index/images/fot033.png) no-repeat;
	background-size: 100% 100%;
}
.footer > ul > .d4.active > a > i{
	background: url(/Public/Mobile/index/images/fot044.png) no-repeat;
	background-size: 100% 100%;
}
/*浮动导航*/
.mb_nav2{
	width: 35px;
	height: 35px;
	position: fixed;
	bottom:60px;
	right: 20px;
	box-shadow: 0 5px 5px #0d0c0f .3;
	margin-bottom:5px;
}
.mb_nav2 .menu{
	background: url(/Public/Mobile/index/images/nav2.png) no-repeat center /35px 35px;
	background-size: 100% 100%;
}
.mb_nav2 .menu_act{
	background: url(/Public/Mobile/index/images/nav3.png) no-repeat center /35px 35px !important;	
}
.menu_ico{
	 width: 35px;
	 height: 35px;
}
.menu_nav{
	z-index: 999;
	width: 88px;
	background: url(/Public/Mobile/index/images/nav2_bj.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -6px;
	bottom: 36px;
	text-align: center;
	padding: 5px 10px 14px;
	display:none;
}
.menu_nav li{
	padding: 5px 0;
	border-bottom: 1px solid #656766;
}
.menu_nav li:last-child{
	border: none;
}
.menu_nav li a{
	font-size: 12px;
	color: #fff;
	line-height: 12px;
}
.logo{
}
.logo img{
	max-width: 60%;
	display: inline-block;
}
.container-fluid{
	border-bottom: 1px solid #e0e0e0;
}
.col-xs-7{
	width:50%;
	height:160px;
}
.col-xs-7 img{
	width:100%;
	height:125px;
}
.tag{
	margin-bottom:15px;
}<!--0.00019001960754395-->