a {text-decoration: none;
}
ul, li, p, dl, dt, dd, h1,h2,h3,h4,h5,h6, form, table{ 
	list-style-type:none; 
	padding:0; 
	margin:0; 
	} 
/*---------- 代码只有这样的话网站整个布局就会乱 ---------*/
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#head {
	text-decoration: none;
	float: none;
	height: auto;
	width: 1200px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	overflow: auto;
}
/*---------- 代码来到这里网站LOGO位置就会好然后头部相关的分享和电话图标和电话号码都在LOGO下面 ---------*/
.ad{width:125px; height:60px; background-image: url(../img/1251.jpg);background-repeat: no-repeat;background-position: left; float:left; margin-left:10px;
padding-top: 11px;}
.ad1{width:125px; height:60px; background-image: url(../img/1252.jpg);background-repeat: no-repeat;background-position: left; float:left; margin-left:10px;
padding-top: 11px;}
#head #logo {
	float: left;
	margin-left: 5px;
}
/*---------- 代码来到这里网站头部的两个阿里店铺标志就显示出来并且位置准确和分享位置也准确就差电话和电话号码位置不对 ---------*/
#head #haoma{
	color: #FF3300;
	text-decoration: none;
	font-size:23px;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	padding-top:10px;
	line-height:25px;
	width:230px;
	font-weight:bold;
}
/*---------- 代码来到这里网站头部电话号码也恢复正常就差电话位置不对 ---------*/
#head #iphone {
	float:right;
	padding-top: 0px;
	padding-right: 0px;
	width:190px;
	padding-left:10px;
}

#head #iphon{
	float:left;
	padding-top:5px;
	padding-right:0px;
}
#head #iphon img{ float:left;}
/*---------- 代码来到这里网站头部就差电话和电话号码位置偏下 ---------*/
#head #baidu {
	text-decoration: none;
	float: right;
	height: 17px;
	width: 200px;
	overflow: visible;
	list-style-type: none;
	padding-top: 5px;
}
/*---------- 代码来到这里网站头部全部已经正常就差导航蓝色背景图 ---------*/
#daohang {
	height: 44px;
	width: auto;
	list-style-type: none;
	overflow: visible;
	background-color:#CCC;
}
/*---------- 代码来到这里导航蓝色背景图也出来了和轮播图也出来了就是位置不对 ---------*/
#daohang #daohang1 {
	height: auto;
	width: 1166px;
	margin-right: auto;
	margin-left: auto;
}
/*---------- 代码来到这里首页开始往右偏移只是位置不对 ---------*/
#daohang #daohang1 #daohang-1-1 {
	float: left;
	width: auto;
	padding-top: 11px;
	padding-left: 42px;
}
/*---------- 代码来到这里首页位置正确字体不对和轮播图右移和其他顶级栏目在首页下面在轮播图左侧 ---------*/
#daohang #daohang1 #daohang-1-1 li {
	float: left;
	width: auto;
	padding-right: 31px;
}
/*---------- 代码来到这里其他顶级栏目在首页字体下面在轮播图上面且轮播图左移 ---------*/
#daohang #daohang1 #daohang-1-1 a {
	font-family: "宋体";
	font-size: 16px;
	color:#333;
	text-decoration: none;
}
/*---------- 代码来到这里首页字体正常包括颜色其他顶级栏目字体都变白色了 ---------*/
#daohang #daohang1 #daohang-1-1 a:hover {
	font-family: "宋体";
	font-size: 16px;
	color:#F00;
	text-decoration: none;
}
#daohang #daohang1 #daohang-1-1 ul {
	display: none;
	z-index:100;
	margin-left:-45px;
}
/*---------- 代码来到这里导航顶级栏目所有正常就是没有二级下拉框 ---------*/
#daohang #daohang1 #daohang-1-1 li:hover ul {
	display: block;
	position: absolute;
	padding-top: 11px;
}
#daohang #daohang1 #daohang-1-1 li:hover ul li {
	clear: left;
	float: left;
}
/*---------- 代码来到这里导航顶级栏目和二级下拉框都出来了只是二级下拉框没有了蓝色背景 ---------*/
#daohang #daohang1 #daohang-1-1 li:hover ul li a {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #12aeef;
	text-align: left;
	display: block;
	height: 28px;
	width: 160px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 11px;
}
/*---------- 代码来到这里导航正常也有背景蓝色图就是鼠标划过没有灰白色渐变的效果 ---------*/
#daohang #daohang1 #daohang-1-1 li:hover ul li a:hover {
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #5EC7F4;
	text-align: left;
	display: block;
	height: 28px;
	width: 160px;
	padding-left: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding-top: 11px;
}
/*---------- 代码来到这里导航已经没有什么问题 ---------*/
#body {
	width: 1166px;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
/*---------- 代码来到这里轮播图正常 ---------*/
#body #flash {
	height: auto;
	width: auto;
	overflow: visible;
}
/*---------- 代码来到这里轮播图全部正常 ---------*/
#body #xian {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
/*---------- 代码来到这里轮播图下面的线也正常显示 ---------*/

#body ul {
	float: left;
	width: 320px;
	overflow: auto;
	margin-top: 10px;
}
/*---------- 代码来到这里产品开始排序正常只有一个产品还没正常排序 ---------*/
#body #pingpai {
	float: left;
	height: 60px;
	width: 305px;
	margin-top: 15px;
}

#body #pingpai-1 {
	text-decoration: none;
	float: left;
	width: 305px;
	margin-top: 12px;
	overflow: auto;
}
#body #pingpai-1 p {
	font-size: 12px;
	line-height: 21px;
	color: #666666;
	text-decoration: blink;
	text-align: left;
	font-family: "宋体";
}
#body #pingpai-1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #12aeef;
	text-decoration: none;
	float: right;
	margin-right: 30px;
}
#body #pingpai-1 a:hover{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	margin-right: 30px;
}


#body #products {
	float: left;
	width: 1160px;
	overflow: auto;
	height: auto;
}
/*---------- 代码来到这里联网报警产品字眼已经在网站居中 ---------*/
#body #products p {
	color: #12aeef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	height: auto;
	width: auto;
	margin-left: 2px;
	margin-top: 20px;
}
/*---------- 代码来到这里联网报警产品字眼已变蓝色而且与了解更多开始分开距离 ---------*/
#body #products a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: right;
	height: auto;
	width: auto;
	margin-top: 20px;
}
/*---------- 代码来到这里联网报警产品字眼已变蓝色而且与了解更多已经恢复正常位置了解更多字体也正常 ---------*/

#body #products a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	height: auto;
	width: auto;
}


#body #img {
	float:left;
	height: auto;
	width: 1160px;
	margin-top: 8px;
	overflow: auto;
	position: relative;
}
/*---------- 代码来到这里产品变成了竖立展示状态 ---------*/
#body #img ul {
	float: left;
	height: auto;
	width: 190px;
	margin-top: 10px;
	overflow: auto;
	position: relative;
	text-align: left;
	padding: 5px;
	border:1px double #E5E5E5;
}
/*---------- 代码来到这里产品变成了横着四个显示状态 ---------*/
#body #img #img-a {
	text-decoration: none;
	clear: left;
	float: left;
	width: 190px;
	overflow: auto;
	text-align: center;
	padding-top: 10px;
}
#body #img a {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
#body #img a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #12aeef;
	text-decoration: underline;
}


#body #img img {
	text-decoration: none;
	float: left;
	height: 190px;
	width: 190px;
}
/*---------- 代码来到这里产品显示已经正常位置不对 ---------*/
#body2 {
	text-decoration: none;
	width: 1166px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
/*---------- 代码来到这里新闻栏目竖立居中显示 ---------*/
#body2 #xian {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/*---------- 代码来到这里产品下方的线已经展示出来 ---------*/
#body2 #xingwen {
	text-decoration: none;
	float: left;
	width: 350px;
	overflow: auto;
}
/*---------- 代码来到这里新闻已经位置正常字体不对 ---------*/
#body2 #xingwen #xingwen1 {
	text-decoration: none;
	float: left;
	width: 350px;
	overflow:  visible;
	margin-top: 20px;
}
#body2 #xingwen #xingwen1 p {
	color: #12aeef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	margin-left: 5px;
}
/*---------- 代码来到这里解决方案和行业资讯字体已经变成蓝色其他还是不行 ---------*/
#body2 #xingwen #xingwen1 a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: right;
	height: 15px;;
	width: 50px;
	margin-right: 10px;
}
/*---------- 代码来到这里解决方案和行业资讯两个栏目的了解更多字体已经正常 ---------*/
#body2 #xingwen #xingwen1 a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	height: 15px;
	width: 50px;
	margin-right: 10px;
}
#body2 #xingwen #singwen2 {
	text-decoration: none;
	float: left;
/*---------- 下面width是调文章标题宽度 ---------*/
	width: 340px;
	overflow: auto;
/*---------- 下面margin-top是调方案解决行业资讯与文章显示之间的距离 ---------*/
	margin-top: 10px;
}
#body2 #xingwen #singwen2 li {
	background-image: url(../img/4.png);
/*---------- 下面background-repeat是控制小图片的尺寸 ---------*/
	background-repeat: no-repeat;
/*---------- 下面background-position是控制小图片的位置 ---------*/
	background-position: left 80%;
	height: auto;
	width: auto;
/*---------- 下面padding-top是调文章之间上下行间距 ---------*/
	padding-top: 10px;
	overflow: auto;
}
/*---------- 代码来到这里解决方案和行业资讯文章前面都有黄色小图标显示了 ---------*/
#body2 #xingwen #singwen2 a {
	font-family: "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	margin-left: 22px;
/*---------- float这里是调日期字体的左右位置 ---------*/
	float: left;
	overflow: auto;
	position: relative;
}
/*---------- 代码来到这里解决方案和行业资讯两个栏目显示都正常了只是日期还没分开 ---------*/
#body2 #xingwen #singwen2 span {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	float: right;
}
/*---------- 代码来到这里解决方案和行业资讯两个栏目显示都正常了日期位置显示也正常 ---------*/
#body2 #xingwen #singwen2 a:hover {
	font-family: "宋体";
	font-size: 13px;
	color: #333333;
	text-decoration: underline blink;
	margin-left: 22px;
	float: left;
	overflow: auto;
	position: relative;
}
#body2 #fangan {
	text-decoration: none;
	width: 300px;
	margin-left: 33px;
	overflow: auto;
	float: left;
}
/*---------- 代码来到这里四张长方形小图位置不对一张在右侧下面另外三张在左侧下面竖立展示 ---------*/
#body2 #fangan #fangan1 {
	text-decoration: none;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	margin-top: 20px;
}
#body2 #fangan #fangan1 p {
	color: #12aeef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	margin-left: 5px;
}
#body2 #fangan #fangan1 a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: right;
	height: auto;
	width: auto;
	margin-right: 10px;
}
#body2 #fangan #fangan1 a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	height: auto;
	width: auto;
	margin-right: 10px;
}

#body2 #fangan #fangan2 {
	padding-top: 37px;
}

#body2 #fangan #fangan3 {
	text-decoration: none;
	float: left;
	width: 300px;
	overflow: auto;
}
#body2 #fangan #fangan3 p {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	line-height: 21px;
	padding-top: 10px;
}

#body2 #fangan #fangan3 a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: right;
	padding-right: 20px;
}


#body2 #fangan #fangan3 a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	padding-right: 20px;
}


#body2 #lianxi {
	text-decoration: none;
	float: left;
	width: 360px;
	padding-left: 55px;
	padding-top: 20px;
	line-height:18px;
}
/*---------- 代码来到这里四张长方形小图位置不对一张在右侧下面另外三张在左侧下面竖立展示并且开始下移 ---------*/
#body2 #lianxi #lianxi122 p {
	color: #12aeef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	margin-left: 5px;
	overflow: auto;
}
/*---------- 代码来到这里四张长方形小图位置不对一张在右侧下面另外三张在左侧下面竖立展示并且开始下移 ---------*/
/*---------- 下面代码是复制xinwen1的代码过来修改的然后修改成为lianxi122,所以index.html那里也需要改为lianxi122 ---------*/
#body2 #lianxi #lianxi122 a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: right;
	height: 15px;;
	width: 50px;
	margin-right: 10px;
}
#body2 #lianxi #lianxi122 a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	height: 15px;
	width: 50px;
	margin-right: 10px;
}
/*---------- 代码来到这里联系方式的了解更多字体已经正常 ---------*/
#body2 #lianxi #liangxi2 {
	float: left;
	width: 360px;
	padding-top: 20px;
	overflow: auto;
}
/*---------- 代码来到这里四张长方形小图在同一个方向左侧竖立展示 ---------*/
#body2 #lianxi #liangxi3 {
	float: left;
	width: 360px;
	padding-top: 12px;
	overflow: auto;
}
/*---------- 代码来到这里联系我们的字体都变成正常显示蓝色 ---------*/
#body2 #lianxi #liangxi3 p {
	font-family: "宋体";
	font-size: 13px;
	line-height: 21px;
	color:  #12aeef;
	text-decoration: none;
}
#body2 #lianxi #liangxi3 p:hover {
	font-family: "宋体";
	font-size: 13px;
	line-height: 21px;
	color:  #999999;
	text-decoration: none;
}
#body2 #lianxi #lianxi1 a {
	text-decoration: none;
	color: #12aeef;
}
#body2 #lianxi #lianxi1 a:hover {
	text-decoration: underline;
	color: #FF3300;
}
/*---------- 代码来到这里新闻栏目和联系我们栏目都已经正常 ---------*/
#body2 #youqing-img {
	text-decoration: none;
	width: 1166px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
#body2 #youqing-img img{
	width:229px;
}
#body2 #youqing-img li {
	text-decoration: none;
	float: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 23px;
}
/*---------- 代码来到这里四个小长方形图片显示正常位置正常 ---------*/
#youqing {
	text-decoration: none;
	width: 1166px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}


#body2 #youqing a {
	font-family: "宋体";
	font-size: 12px;
	color: #13aef0;
	text-decoration: none;
	margin-left:1px;
}
/*---------- 代码来到这里友情链接字体显示正常 ---------*/
#body2 #youqing a:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #666666;
	text-decoration: underline;
}


#foot {
	background-color:#CCC;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
/*---------- 代码来到这里底部蓝色背景显示出来尺寸不对 ---------*/
#foot #foot1 {
	width: 1166px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}
/*---------- 代码来到这里底部栏目成竖立展示 ---------*/
#foot #foot1 #guanyu {
	width: auto;
	margin-top: 20px;
	overflow: auto;
	height: auto;
	margin-bottom: 10px;
	float: left;
	margin-left: 20px;
	margin-right:23px;
}
/*---------- 代码来到这里底部栏目展示正常位置正常字体颜色都不对和底部蓝色背景显示正常 ---------*/
#foot #foot1 #guanyu li {
	text-decoration: none;
	margin-top: 5px;
	overflow: auto;
	margin-bottom: 5px;
}
/*---------- 代码来到这里底部LOGO显示正常就是公司版权没有显示完整转行显示了 ---------*/
#foot #foot1 #guanyu h2 {
	font-size: 16px;
	font-weight: bold;
	color:#333;
	text-decoration: none;
	margin-bottom: 8px;
}
/*---------- 代码来到这里底部顶级栏目显示正常颜色正常还有备案号位置不对 ---------*/
#foot #foot1 #guanyu a {
	font-family: "宋体";
	font-size: 13px;
	color:#333;
	text-decoration: none;
	line-height: 18px;
}
/*---------- 代码来到这里底部顶级和二级栏目显示正常颜色正常还有LOGO和版权备案号位置不对 ---------*/
#foot #foot1 #guanyu a:hover {
	font-family: "宋体";
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
	line-height: 18px;
}
/*--下面这条代码是控制底部白色竖线的--*/
#foot #foot1 #foot-xian {
	height: 190px;
/*--下面这条代码是控制底部白色竖线的宽度像素--*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color:#999;
	float: left;
/*--下面这条代码是控制底部白色竖线的左右移动距离--*/
	width: 1px;
/*--下面这条代码是控制底部白色竖线的上下移动距离--*/
	margin-top: 30px;
	margin-left: 20px;
}
/*---------- 代码来到这里底部竖线出来了还差LOGO和版权和备案位置不对 ---------*/
#foot #foot1 #foot-img {
	float: left;
	height: auto;
	width: auto;
	margin-top: 25px;
	margin-left: 35px;
}
/*---------- 代码来到这里底部LOGO位置正确就差版权和备案号位置 ---------*/
#foot #foot1 #foot-1 {
	text-decoration: none;
	margin-top: 15px;
	float: left;
	height: auto;
	width: auto;;
	margin-left: 35px;
}
#foot #foot1 #foot-1 p {
	font-size: 13px;
	color:#666;
	text-decoration: none;
	line-height: 20px;
}
/*---------- 代码来到这里底部完整显示正常 ---------*/
#body #xingwenz {
	text-decoration: none;
	float: left;
	width: 300px;
	overflow: auto;
}
/*---------- 代码来到这里产品栏旁边的与常见问题解决栏目对齐了但是字体不对 ---------*/
#body #xingwenz #xingwenz1 {
	text-decoration: none;
	float: left;
	width: 300px;
	overflow:  visible;
	margin-top: 20px;
}
#body #xingwenz #xingwenz1 p {
	color: #12aeef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	margin-left: 5px;
}
/*---------- 代码来到这里常见问题字体显示正常颜色正常 ---------*/
#body #xingwenz #xingwenz1 a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: right;
	height: 15px;;
	width: 50px;
	margin-right: 10px;
}
/*---------- 代码来到这里常见问题的了解更多位置正常和字体显示正常颜色正常 ---------*/
#body #xingwenz #xingwenz1 a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	height: 15px;
	width: 50px;
	margin-right: 10px;
}
#body #xingwenz #singwenz2 {
	text-decoration: none;
	float: left;
/*---------- 这里width是调常见问题栏目的文章宽度 ---------*/
	width: 290px;
	overflow: auto;
	margin-top: 10px;
}
#body #xingwenz #singwenz2 li {
	background-image: url(../img/4.png);
	background-repeat: no-repeat;
	background-position: left 80%;
	height: auto;
	width: auto;
	padding-top: 10px;
	overflow: auto;
}
/*---------- 代码来到这里常见问题栏目文章前面的小图标也显示出来了 ---------*/
#body #xingwenz #singwenz2 a {
	font-family: "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	margin-left: 22px;
	float: left;
	overflow: auto;
	position: relative;
}
/*---------- 代码来到这里常见问题栏目问题解决了就差日期位置不对 ---------*/
#body #xingwenz #singwenz2 span {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	float: right;
}
/*---------- 代码来到这里常见问题栏目没有问题了 ---------*/
#body2 #xingwenz #singwenz2 a:hover {
	font-family: "宋体";
	font-size: 13px;
	color: #333333;
	text-decoration: underline blink;
	margin-left: 22px;
	float: left;
	overflow: auto;
	position: relative;
}
/*----------下面部分代码是因为首页产品中心与常见问题位置互换所以才增加的后面改名为xingwenz789和xingwenz1789和singwenz2789------*/
/*---------- 代码来到这里底部完整显示正常 ---------*/
#body #xingwenz789 {
	text-decoration: none;
	float: right;
	width: 300px;
	overflow: auto;
}
/*---------- 代码来到这里产品栏旁边的与常见问题解决栏目对齐了但是字体不对 ---------*/
#body #xingwenz789 #xingwenz1789 {
	text-decoration: none;
	float: left;
	width: 300px;
	overflow:  visible;
	margin-top: 20px;
}
#body #xingwenz789 #xingwenz1789 p {
	color: #12aeef;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	text-decoration: none;
	float: left;
	margin-left: 5px;
}
/*---------- 代码来到这里常见问题字体显示正常颜色正常 ---------*/
#body #xingwenz789 #xingwenz1789 a {
	font-family: "宋体";
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	float: right;
	height: 15px;;
	width: 50px;
	margin-right: 10px;
}
/*---------- 代码来到这里常见问题的了解更多位置正常和字体显示正常颜色正常 ---------*/
#body #xingwenz789 #xingwenz1789 a:hover{
	font-family: "宋体";
	font-size: 12px;
	color: #FF3300;
	text-decoration: underline;
	float: right;
	height: 15px;
	width: 50px;
	margin-right: 10px;
}
#body #xingwenz789 #singwenz2789 {
	text-decoration: none;
	float: left;
/*---------- 这里width是调常见问题栏目的文章宽度 ---------*/
	width: 290px;
	overflow: auto;
	margin-top: 10px;
}
#body #xingwenz789 #singwenz2789 li {
	background-image: url(../img/4.png);
	background-repeat: no-repeat;
	background-position: left 80%;
	height: auto;
	width: auto;
	padding-top: 10px;
	overflow: auto;
}
/*---------- 代码来到这里常见问题栏目文章前面的小图标也显示出来了 ---------*/
#body #xingwenz789 #singwenz2789 a {
	font-family: "宋体";
	font-size: 13px;
	color: #666666;
	text-decoration: none;
	margin-left: 22px;
	float: left;
	overflow: auto;
	position: relative;
}
/*---------- 代码来到这里常见问题栏目问题解决了就差日期位置不对 ---------*/
#body #xingwenz789 #singwenz2789 span {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	float: right;
}
/*---------- 代码来到这里常见问题栏目没有问题了 ---------*/
#body2 #xingwenz789 #singwenz2789 a:hover {
	font-family: "宋体";
	font-size: 13px;
	color: #333333;
	text-decoration: underline blink;
	margin-left: 22px;
	float: left;
	overflow: auto;
	position: relative;
}

@media screen and (max-width: 850px) {
html,body{ width:100%; margin:0px;}
#head {
	text-decoration: none;
	float: none;
	width:100%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom:10px;
	overflow:hidden;
}

#head #logo {
	margin-left: 5px;
	 width:100%;
	 height:60px;
}

#head #haoma{
	color: #FF3300;
	text-decoration: none;
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	height: 50px;
	padding-top:10px;
	line-height:25px;
	width:100%;
	font-weight:bold;
	overflow:hidden;
}
/*---------- 代码来到这里网站头部电话号码也恢复正常就差电话位置不对 ---------*/
#head #iphone {
	float:left;
	padding-top: 12px;
	padding-right: 10px;
}
#iphon{ display:none;}


#daohang {
	height:auto;
	width:100%;
	list-style-type: none;
	overflow:hidden;
	background-color:#CCC;
}

#daohang #daohang1 {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#daohang #daohang1 #daohang-1-1 {
	float: left;
	width: auto;
	padding-top: 11px;
	padding-left: 16px;
}
/*---------- 代码来到这里首页位置正确字体不对和轮播图右移和其他顶级栏目在首页下面在轮播图左侧 ---------*/
#daohang #daohang1 #daohang-1-1 li {
	float: left;
	width: auto;
	padding-right: 20px;
}
/*---------- 代码来到这里其他顶级栏目在首页字体下面在轮播图上面且轮播图左移 ---------*/
#daohang #daohang1 #daohang-1-1 a {
	font-family: "宋体";
	font-size: 16px;
	color:#333;
	text-decoration: none;
}
#body {
	width:100%;
	margin-top: 13px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#body #img {
	float:left;
	height: auto;
	width: 100%;
	margin-top: 8px;
	overflow: auto;
	position: relative;
}
/*---------- 代码来到这里产品变成了竖立展示状态 ---------*/
#body #img ul {
	float: left;
	height: auto;
	width: 40%;
	margin-top: 10px;
	overflow: auto;
	position: relative;
	text-align: left;
	padding: 5px;
}
/*---------- 代码来到这里产品变成了横着四个显示状态 ---------*/
#body #img #img-a {
	text-decoration: none;
	clear: left;
	float: left;
	width: 100%;
	overflow: auto;
	text-align: center;
	padding-top: 10px;
}

#body #img img {
	text-decoration: none;
	float: left;
	height: 100%;
}


#foot {
	background-color:#CCC;
	height: auto;
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
/*---------- 代码来到这里底部蓝色背景显示出来尺寸不对 ---------*/
#foot #foot1 {
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#body #xingwenz789 {
	display:none;
}

#body2 #youqing-img {
	text-decoration: none;
	width:100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
}

#body2 {
	text-decoration: none;
	width:100%;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
/*---------- 代码来到这里新闻栏目竖立居中显示 ---------*/
#body2 #xian {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#youqing {
	text-decoration: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}
#body2 #lianxi {
	text-decoration: none;
	float: left;
	width: 360px;
	padding-left: 5px;
	padding-top: 20px;
	line-height:18px;
}
#body2 #youqing-img img{
	width:100%;
}

}