*{margin: 0; padding: 0; box-sizing: border-box;}
body{background-color: #f0f0f0;font-size:12px; line-height:18px;  margin:0;font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif, FreeSans, Arimo;}
img{border:0;}
a{text-decoration: none;}
a:HOVER{color:#CD3333;}
.yincang{display:none;}
#topImg{width:100%;}
#topImg img{width:100%;}
/*最新资讯、解决方案通用样式*/
#last{margin-bottom:20px;}
.element img{width:95%;}
.element span{color:#8C8C8C;}
.sescondTD{padding-left: 10px;vertical-align:top;}
#content{width:75%;float: right;min-height: 650px;box-sizing:content-box;}
/*栏目页左下方模块通用样式*/
.box_left{width:90%;height:350px;margin:20px auto 0px;font-size: 1.2em;}
.box_left ul{padding: 0px 10px;}
.box_left li{text-align:left;border-bottom:1px solid #cfcfcf;height:36px;line-height:36px;overflow: hidden;}
.title1{width:100%;line-height:40px;height:40px;background-color: #dedede;border-top: 3px #4f4f4f solid;font-size: 1.2em;}
.title2{font-size: 1.3em;text-indent: 1em;line-height:40px}
.container{width:90%;margin:auto;padding-top: 10px;}
.head{border-bottom:1px #9C9C9C solid; width:100%; height:90px;z-index:5000;
		background: url(../images/topbg.jpg) repeat-x;
}
.logo{float:left;padding-left: 18px;padding-top: 20px;}

.foot{ width:100%;min-height:300px;margin-top:20px;line-height: 22px;background: #6e6e6e;color: #fff;}
.foot_center{width: 78%; height:220px;border-bottom: 1px solid #AAAAAA; margin:0px auto;padding-top: 20px;}
.foot_center span{font-size: 1.5em;line-height: 50px;display: block;}
.foot_1,.foot_3{width:24%;height:180px;float: left;margin: 0 3%;}
.foot_2{width :39%;height:180px;float: left;border-right: 1px solid #AAAAAA;border-left: 1px solid #AAAAAA;}
.foot_2_son{width:260px;margin: 0 auto;}
.ewm{float: left;margin:0 8px;}
.ewm img{width:110px; height: 110px;}
.left{width:24%;float: left;}
.menu_left{width:100%;font-size: 1.3em;}
#msgBox{width:54px;
		height:54px;
		overflow:hidden;
		position:fixed; right:8px; top:50%;
		z-index: 1001;border: 1px solid #ccc;
		background-color: #FFF;
		border-radius: 6px;}
#msgBox img{width:32px; margin:10px;}
#msgBox:hover{cursor:pointer}
#msgBox:hover #msgWord{display: block;}
#msgWord{width:100%; text-align:center;margin-top:10px;font-size: 1.4em;display: none;}
#lunbo{z-index: 5;}
@media screen and (max-width:850px){	
	#lunbo{display: none;}
	.foot_1{display: none;}	
	.foot_2,.foot_3{width:100%;display:block; padding:0 3% 3% 3%;height:auto;}	
	.foot_2{border-left: 0px;border-right: 0px; border-bottom: 1px solid #AAAAAA;}
	.foot_center{width: 90%; height:auto;}
	.foot_2_son{margin:0px;}
	
}
@media screen and (max-width:600px){.container{width:98%;}}
.ce{width:90%;}
@media screen and (max-width:750px){
	.left{width:100%;}
	#content{width:100%; margin-top:20px;}
	.ce{width:100%;}
	.box_left{width:100%;}
}
/*第一种阴影效果*/
.yinying1{
	background-color:#FFF;
	-moz-box-shadow: 1px 1px 5px 0px #909090;/*firefox*/
	-webkit-box-shadow: 1px 1px 5px 0px #909090;/*safari或chrome*/
	box-shadow:1px 1px 5px 0px #909090;/*opera或ie9*/
}

/*第二种阴影效果*/
.yinying2{
	background-color:#FFF;
	-moz-box-shadow: 1px 2px 15px 0 #42495c;/*firefox*/
	-webkit-box-shadow: 2px 1px 15px #42495c;/*safari或chrome*/
	box-shadow:1px 2px 15px 0 #42495c;/*opera或ie9*/
}
/*第三种阴影效果*/
.yinying3{
	background-color:#FFF;
	-moz-box-shadow: 0px 1px 2px 0 #bbb;/*firefox*/
	-webkit-box-shadow: 0px 1px 2px 0 #bbb;/*safari或chrome*/
	box-shadow:0px 1px 2px 0 #bbb;/*opera或ie9*/
}