﻿body {
	font-size: 14px;
	font-family: "微软雅黑",Arial, Helvetica, sans-serif;
	background: #FFF;
	color: #1e1d1d;
	text-align: left;
	line-height: 22px;
}
input, select {
	font-size: 12px;
}
a {
	color: #1e1d1d;
	text-decoration: none;
	outline-style: none;
	outline-color: invert;
	outline-width: medium
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;/*禁止链接长按弹出选项菜单*/
}
a:link, a:hover, a:visited, a:active, a:focus {
	color: #1e1d1d;
	text-decoration: none;
	outline-style: none;
	outline-color: invert;
	outline-width: medium
}
* {
	margin: 0px;
	padding: 0px;
}
ul, li {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
a img {
	border: none;
}
/*
.banner {
	position: relative;
}
.banner img {
	width: 100%;
	display: block;
}
.banner .slider4 {
	position: relative;
	z-index: 1;
}
.banner .pagenavi {
	position: absolute;
	bottom: 16px;
	right: 5%;
	z-index: 2;
}
.banner .pagenavi a {
	background: #ffffff;
	width: 10px;
	height: 10px;
	display: block;
	text-indent: -9999px;
	margin: 0px 3px;
	float: left;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.banner .pagenavi a.active {
	background: #ff5b06;
}
*/
/*banner*/
/* demo slider*/
.touchslider-demo {
	position: relative;
	overflow: hidden;
}
.touchslider-demo .touchslider-nav {
	position: absolute;
	left: 0;
	bottom:-5px;
	z-index: 2;
	text-align: center;
	width:100%;
	font-size:0;
}
.touchslider-demo .touchslider-nav a {
	cursor: pointer;
	color: #000;
}
.touchslider-demo .touchslider-nav a:active {
	background: #689db2;
}
.touchslider-demo .touchslider-prev,
.touchslider-demo .touchslider-next{
	position: relative;
	width: 100px;
	height: 16px;
	background: #fff;
	display: inline-block;
}
.touchslider-demo .touchslider-next-in {
	position: absolute; /* fix safari render font */
}
.touchslider-demo .touchslider-prev-in {
	position: absolute;
}
.touchslider-demo .touchslider-nav-item {
	background: #b1a9a6;
	width: 5px;
	height: 5px;
	display: block;
	text-indent: -9999px;
	margin: 0px 3px;
	display:inline-block;
	*display:inline;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	border:1px solid #5e4e47;
}
.touchslider-demo .touchslider-nav-item-current {
	background: #808080;
}
#body{
	min-width:320px;
	max-width:720px;
	margin:auto;
	background:#FFF;
	position:relative;
}
img.block{
	display:block;
}
header{
	background:white;
}
header .logo{
	width:30%;
}
header.header{
	position:fixed;
	top:0;
	width:100%;
	height:50px;
	background:#141428;
	z-index:90;
	left:0;right:0;
}
header.header .home{
	background:url(../images/home.png);
	width:26px;
	height:24px;
	overflow:hidden;
	position:absolute;
	right:16px;
	top:13px;
}
header.header .back{
	background:url(../images/back.png);
	width:13px;
	height:26px;
	overflow:hidden;
	position:absolute;
	left:16px;
	top:13px;
}
header.header span{
	line-height:50px;
	text-align:center;
	display:block;
	color:white;
	font-size:18px;
}
header.header span font{
	color:#ff7200;
}
#menu_index li{
	float:left;
	width:25%;
}
#menu_index li a{
	display:block;
	border:1px solid #efe9e4;
}
#menu_index li:nth-child(1) a,
#menu_index li:nth-child(2) a,
#menu_index li:nth-child(3) a,
#menu_index li:nth-child(5) a,
#menu_index li:nth-child(6) a,
#menu_index li:nth-child(7) a{
	border-right:1px solid #FFFFFF;
}
#menu_index li:nth-child(1) a,
#menu_index li:nth-child(2) a,
#menu_index li:nth-child(3) a,
#menu_index li:nth-child(4) a{
	border-bottom:1px solid #FFFFFF;
}
#menu_index li a img{
	width:100%;
}
#list_pro_index{
	margin-bottom:2px;
}
#list_pro_index li{
	float:left;
	width:50%;
	background:white;
}
#list_pro_index li a{
	display:block;
	text-align:center;
	border:1px solid #efe9e4;
}
#list_pro_index li:nth-child(1) a,
#list_pro_index li:nth-child(2) a{
	border-top:1px solid #FFF;
	border-bottom:1px solid #FFF;
}
#list_pro_index li:nth-child(1) a,
#list_pro_index li:nth-child(3) a{
	border-right:1px solid #FFF;
}
#list_pro_index li a img{
	margin:6% auto 3% auto;
	width:94%;
}
#list_pro_index li a span{
	display:block;
	text-align:center;
	width:100%;
	height:26px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size:1.5em;
	line-height:20px;
}
#list_pro_index li a span:last-child{
	margin-bottom:6%;
}
#among{
	/*position:absolute;
	top:50px;
	left:0;*/
	width:100%;
	background:#FFF;
	/*
	overflow-x:hidden;
	overflow-y:auto;
	*/
}
.mainNav{
	width:96%;
	height:44px;
	overflow:hidden;
	background:#0174CD;
	margin:0 auto
}
.inner,
.inner1{
	width:32000px;
	height:44px;
	clear:both;
}
.inner>li,
.inner1>li{
	width:25%;
	height:44px;
	float:left;
}
.inner1>li{
	width:20%;
}
.inner>li a,
.inner1>li a{
	line-height:44px;
	font-size:1.125em;
	text-align:left;
	text-indent:14px;
	display:block;
}
.inner>li a,
.inner1>li a{
	line-height:48px;
	font-weight:bold;
	color:#FFF;
}
.inner1>li a:hover{
	color:#ff6600;
}
.inner>li a.link{
	line-height:36px;
	padding-top:4px;
	border-bottom:4px solid #141428;
}
#among .content{
	margin:10px 10px 0 10px;
	border:1px solid #DEDEDE;
	background:#FFF;
}
#among .content #big_img{
	margin:12px;
}
#among .content #big_img p{
	margin-bottom:10px;
	}
#among .content1{
	margin:18px 19px 0 19px;
	background:#FFF
}
#big_img img{
	max-width:100%;
}
.clear_h{
	clear:both;
	height:18px;
	overflow:hidden;
}
#list_activity li.title{
	margin:12px 12px 0 12px;
	font-size:18px;
}
#list_activity li.nr{
	margin:0 12px;
	color:#656565;
}
#list_activity li.more{
	margin:0 12px 12px 12px;
	text-align:right;
	color:#303030;
	font-size:13px;
}
#list_gg{
	margin:0 2% 0 2%;
	background:white;
	border-bottom:18px solid white;
	padding-top:2%;
}
#list_gg .tn,
#list_gg .tn1{
	font-size:18px;
	margin:18px 3% 0 3%;
}
#list_gg .tn1{
	font-size:16px;
}
#list_gg .nr{
	margin:0 3%;
}
#list_gg .nr,
#list_gg .nr div,
#list_gg .nr li,
#list_gg .nr td,
#list_gg .nr a{
	font-size:13px;
	color:#505050;
	line-height:24px;
}
#list_gg .more,
#list_gg .nr .more{
	color:#ff5204;
	font-size:12px;
	white-space:nowrap;
	font-family:'宋体'
}
#list_gg .nr p{ margin-top:10px;}
.pro_type_name{
	text-align:left;
	text-indent:14px;
	font-size:16px;
	margin-top:18px;
	border-bottom:#CCC 1px solid
}
#listPro .bg{
	background:white;
	position:relative;
	border-bottom:1px solid #DEDEDE;
}
#listPro .bg1{
	border-bottom:0;
}
#listPro .bg .img{
	float:left;
	width:32%;
}
#listPro .bg .img img{
	width:100%;
	display:block;
}
#listPro .fl_c{
	float:left;
	width:57.6%;
	position:relative;
	margin-left:3.55%;
}
#listPro .fl_c div{
	width:100%;
	position:absolute;
	left:0;
	top:0;
}
#listPro .fl_c .name{
	display:block;
	width:100%;
	font-size:1.8em;
	line-height:30px;
	display:block;
	height:30px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-bottom:5px;
}
#listPro .fl_c .name font{
	color:#ff8400;
}
#listPro .fl_c .nr{
	display:block;
	width:100%;
	font-size:1.125em;
	display:block;
	line-height:20px;
	height:40px;
	overflow:hidden;
	color:#767575;
}
#listPro .arrow{
	float:right;
	width:3.55%;
}
#listPro .arrow img{
	width:100%;
	display:block;
}
#listPro .gm{
	float:left;
	width:40%;
}
#listPro .gm a{
	display:block;
	text-align:center;
	line-height:60px;
	font-size:1.8em;
}
#listPro .fl_r{
	float:right;
	width:60%;
}
#listPro .fl_r div{
	padding:10px 0;
	border-left:1px solid #bf9e8f;
}
#listPro .fl_r span{
	display:block;
	line-height:20px;
	margin:0 5%;
	font-size:1.125em;
}
#dis_xx .name{
	font-size:26px;
	margin:20px 10% 5px 10%;
}
#dis_xx .nr{
	margin:0 10%;
}
#dis_xx .nr,
#dis_xx .nr div,
#dis_xx .nr li,
#dis_xx .nr a{
	font-size:14px;
	color:#7e7b78;
}
#dis_xx img{ width:100%; display:block}
#listNews .title{
	margin:0 5%;
	border-bottom:1px solid #bf9e8f;
	padding:12px 0;
}
#listNews .title span{
	font-family:'宋体';
}
#listNews .title a{
	display:block;
}
#listNews .title span,
#listNews .title a{
	font-size:16px;
}
.showMorehandle{
	text-align:right;
	cursor:pointer;
	line-height:24px;
	margin:14px 5% 0 5%;
}
#prev,
#next{
	float:left;
	width:58px;
	border:1px solid #CECECE;
}
#next{
	float:right;
}
#prev a,
#next a{
	font-size:12px;
	line-height:24px;
	display:block;
	text-align:center;
}
#list_wd ul{
	margin-top:18px;
}
#list_wd ul li{
	display:block;
}
#list_wd ul li:first-child{
	color:#ff6600;
}
#list_wd ul li:first-child span:last-child{
	font-weight:bold;
}
#list_wd ul li span:first-child{
	float:left;
}
#list_wd ul li span:last-child{
	position:relative;
	margin-left:70px;
	display:block;
}
#list_wd ul .look{
	margin-left:70px;
}
#list_wd ul .look a{
	color:#c24e00;
}
/****************************************/
.quickbtn_wrap {
	height: 100px; overflow: hidden; -ms-zoom: 1; background-color: rgb(255, 255, 255); padding:0; margin:0; border-bottom:#DEDEDE 1px solid
}
.quickbtn_wrap li {
	width: 25%; height: 100px; text-align: center; float: left;
}
.quickbtn_wrap a {
	width: 100%; height: 80px; padding-top: 20px; display: block; font-size:14px;
}
.quickbtn_wrap i {
	/*background: url("../images/index_quickbtn.png") no-repeat 0px 1px; */margin: 0px auto; width: 50%; height: 50%; display: block;background-size:contain;
}
.quickbtn_wrap .cate {
	background: url("../images/index_quickbtn1.png") no-repeat 0px 0px;
}
.quickbtn_wrap .install {
	background: url("../images/index_quickbtn2.png") no-repeat 0px 0px;
}
.quickbtn_wrap .progress {
	background: url("../images/index_quickbtn3.png") no-repeat 0px 0px;
}
.quickbtn_wrap .site {
	background: url("../images/index_quickbtn4.png") no-repeat 0px 0px;
}
.quickbtn_wrap span {
	height: 24px; color: rgb(102, 102, 102); line-height: 24px; overflow: hidden; font-size: 14px; margin-top: 7px; display: block;
	
}
.mod_back {
	margin:0 auto; height: 40px; text-align: center; background-color: rgb(255, 255, 255);
}
.mod_back a {
	height: 40px; color: rgb(0, 147, 213); line-height: 40px; display: block;
}

.foot_wrap a {
	height: 20px; color: rgb(147, 149, 144); line-height: 20px; font-size: 20px;
}
.foot_wrap p {
	height: 20px; color: rgb(147, 149, 144); line-height: 20px; font-size: 20px;
}
.foot_wrap {
	padding-bottom: 20px; background-color: white;
}
.foot_title {
	height: 38px; padding:0; margin:0
}
.foot_title li {
	width: 25%; height: 38px; text-align: center; line-height: 38px; float: left; list-style-type:none
}
.foot_title a {
	height: 38px; color: rgb(102, 102, 102); line-height: 38px; font-size: 14px; vertical-align: middle; display: block;
}
.foot_logo {
	margin: 0px 30px 50px; text-align: center; border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid;
}
.foot_logo a {
	margin: 0px auto; width: 120px; height: 20px; overflow: hidden; padding-top: 40px; display: block;
}
.foot_info {
	text-align: center;
}
.foot_info a {
	padding: 0px 18px; vertical-align: top; display: inline-block;
}
.foot_info a:first-child {
	position: relative;
}
.foot_info a:first-child::after {
	background: rgb(147, 149, 144); top: 1px; width: 1px; height: 20px; right: 0px; position: absolute; content: "";
}
.foot_info a:nth-child(2) {
	margin-left: -5px;
}
.foot_info p {
	margin: 0 10px;
	font-size:14px;
}
.foot_info p:first-child {
	padding-top: 20px; border-top-color: rgb(238, 238, 238); border-top-width: 1px; border-top-style: solid;
}

.clr {
	display:block;
	clear:both;
	height:0;
	overflow:hidden;
}
.top_bar{position:fixed;z-index:900;bottom:-1px;left:0;right:0;}
.top_menu{
	border-top:1px solid #b3b3b3;width:100%;height:40px;margin:0;padding:0;
	
	background:rgba(255, 255, 255, 0.7);
	background:-webkit-gradient(linear, 0 0, 0 100%, from(#e7e4e7), to(#b9b9b9));
	background:-o-gradient(linear, 0 0, 0 100%, from(#e7e4e7), to(#b9b9b9));
	background:gradient(linear, 0 0, 0 100%, from(#e7e4e7), to(#b9b9b9));
}
.top_bar .top_menu>li{
	position:relative;text-align:center;display:inline-block;width:25%;float:left;
	background:-webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
	background:-o-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -o-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
	background:gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.1)), color-stop(50%, rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.1)), color-stop(50%, rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.1)));
}
.top_bar .top_menu li a label{padding:3px 0 0 3px;font-size:14px;overflow:hidden;}
.top_menu>li:first-child{background:none;}
.top_bar .top_menu>li>a{height:40px;line-height:40px;display:block;text-align:center;color:#4f4d4f;text-shadow:0 1px rgba(255, 255, 255, 0.3);text-decoration:none;border-top:1px solid #f9f9f9;}
.top_bar .top_menu>li>a p{overflow:hidden;margin:0 0 0 0;font-size:12px;display:block!important;line-height:18px;text-align:center;}
.top_bar .top_menu>li>a img{padding:0;height:20px;width:20px;color:#fff;line-height:40px;vertical-align:middle;}
.top_bar .top_menu>li>a:hover,.top_bar .top_menu>li>a:active{background-color:#CCCCCC;}

/*box title*/
.clear{ clear:both; height:0; overflow:hidden;}
.fl{ float:left;}
.fr{ float:right;}
.mi{ margin:0 auto;}
.box{ width:100%; height:auto; display:block;}
.box h2,#tags,#tagsa{ height:35px; line-height:35px; overflow:hidden; background-color:#0174cd; color:#fff; font-size:14px; padding:0 10px 0 0; font-weight:100;}
.box h2 img{ max-height:30px; margin:3px 0px 0 0;}
.box h2 a,#tags label a,#tagsa label a{ float:right; color:#fff; line-height:35px; font-size:12px; font-family:"宋体";}
/*推荐产品*/
.tjcp,.cpfl,.gsys,.gywm{/* float:left; width:100%;*/ padding:0; display:block; background:url(../images/titb.jpg) no-repeat 25px top; background-size:4%;}
.box h2.position a{ float:none; font-size:14px;}
.gywm2 p{padding-bottom:10px}
#tags,#tagsa { text-indent:0;}
#tags li,#tagsa li {float: left; width:80px; height: 30px; line-height:30px; margin:5px 5px 0 10px;}
#tags li a,#tagsa li a { float:left; display:block; width:100%; height:30px; text-align:center; color: #454545; font-size:14px; font-family:"微软雅黑"; background:url(../images/tab_li.jpg) no-repeat left top; background-size:100%;}
#tags li a:hover,#tagsa li a:hover{  color: #a40106;text-decoration:none;}
#tags li.selectTag,#tagsa li.selectTag { height: 30px;}
#tags li.selectTag a,#tags li.selectTag a:active ,#tagsa li.selectTaga a,#tagsa li.selectTaga a:active { color: #a40106; line-height:30px; height:30px; background:url(../images/tab_on.jpg) no-repeat left top; background-size:100%;}
#tags li.selectTag a:hover,#tagsa li.selectTag a:hover{ text-decoration:none;}

.news_i{/* width:380px; */display:block; padding:15px;}
.news_i li{line-height:26px; height:26px; overflow:hidden; padding-left:15px; border-bottom:1px dashed #cfd3d6; background:url(../images/arc.jpg) no-repeat 0px center;}
.news_i li a{ font-size:12px;}
.news_i li label{ float:right; margin-right:5px; color:#999;}

#tagContent,#tagContenta { overflow:hidden;}
.tagContent,.tagContenta { display: none;}
#tagContent div.selectTag,#tagContenta div.selectTaga {	display: block;}
.gywm{ padding:0 10px; line-height:20px;}
.gywm img{ float:left; margin:0 0 5px 0; width:100%;}


/***********************************************************产品类别S*/
.main_wrap{margin-top:20px !important; width:100%;}
.couple a,.mod_itemgrid,.mod_tag,.mod_tag span,.category_wrap li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style-type:none;
}
.mod_itemgrid: after,.mod_tag: after {
	clear: both;
	content: '\20';
	display: block
}
.mod_itemgrid {
	margin-left:5%;
	margin-right:5%;
}
.mod_itemgrid .hproduct {
	position: relative;
	width: 46.5555%;
	/*min-height: 420px;*/
	float: left;
	margin-right:6%;
	margin-bottom: 20px;
}
.mod_itemgrid .hproduct.active {
	background-color: #f7f7f7
}
.mod_itemgrid .hproduct: nth-child(2n) {
	margin-right: -20px;
	float: right
}
.mod_itemgrid .fn {
	color: #333;
	font-size: 14px;
	/*line-height: 28px;
	height: 28px;*/
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
	text-overflow: ellipsis;
/*	padding: 10px 0*/
}
.mod_itemgrid .desc {
	font-size: 13px;
	/*line-height: 24px;
	height: 24px;*/
	color: #aeaeae;
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
	text-overflow: ellipsis
}
.mod_itemgrid .prices strong {
	color: #333
}
.mod_itemgrid .cover {
	/*min-height: 280px;*/
	position: relative;
	overflow: hidden
}
.mod_itemgrid .cover img {
	display: block;
	width: auto;
	width: 100%;
	/*height: 240px;*/
	margin: 10px auto
}

.mod_itemgrid .icon {
	width: 34px;
	height: 24px;
	background: red;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10
}
.mod_tag {
	padding: 0 2% 0 2%
}
.mod_tag span {
	float: left;
	width: 30%;
	margin: 0 5% 10px 0;
	height: 30px;
	line-height: 30px;
	border: 1px solid #d6d6d6;
	border-radius: 15px;
	font-size: 14px;
	color: #333;
	text-align: center;
	overflow: hidden
}
.mod_tag span: nth-child(3n) {
	margin-right: 0
}
.mod_tag .cur {
	border-color: #0093d5;
	color: #0093d5
}
.mod_tag {
	/*padding-top: 40px*/
}
#emptyTips {
	padding-bottom: 20px;
	text-align: center
}