*{margin:0px;padding:0px;}
body{
  font-family:"Microsoft YaHei", Helvetica, Arial, sans-serif;
  color: #333;
  font-size: 14px;
  background: #fff;
}
a{outline: none; text-decoration: none;color: #333; cursor: pointer;}
a:focus,button:focus{outline: none;}
a img { border: none; outline: none;}
ul{list-style: none;}
li{float: left}
i,em{font-style: normal;}
h1,h3,h4{font-weight: normal;}
button{border: none; background-color: none;}
button, input{font-family:"Microsoft YaHei", Helvetica, Arial, sans-serif;}
.section{max-width: 1920px; width: 100%; margin: 0 auto;}
.container{width:1200px; margin: 0 auto 20px;overflow: hidden;}
#footer{width: 1200px;padding:20px 0;margin: 0 auto;overflow: hidden;}
#footer .logoImg{
    display: block;
    margin: 0px auto 15px;
    border-bottom: 1px solid #2f2f2f;
    text-align: center;
    padding-bottom: 26px;
}

.foot {background: #000; overflow: hidden; margin-bottom: 20px;} /*height: 300px;*/
#foot .item2{width: 129px;height: 60px;background: url(/img/footerIcon.jpg);display: inline-block;margin-top: 8px;margin-right:15px;_zoom: 1;+zoom: 1;_display:inline;+display:inline;}
#foot .item2{background-position: -145px 0;}
#foot .item2 a{width: 129px;height: 60px;display: block;}
/*.copyright{ padding:25px 0; text-align: center; color:#bbb9b9;}
.copyright a{color:#bbb9b9;}
.copyright .wen-logo {
    margin: -10px 0 0 10px;
    position: relative;
    bottom: -10px;
}*/

.botLogo{margin-bottom: 10px;}
#footer a,
#footer .bottom p{font-size:14px; line-height: 24px; }
#footer .bottom h3{margin-top: 5px;}
#footer .bottom{margin-top: 4px; padding-bottom: 20px;padding-top:0px !important;}
#footer .bottom p,
#footer .bottom a {color: #FFFFFF;}
#footer .bottom li{ display: inline-block; margin-right: 5px;}
#footer .bottom li:not(:last-child):after{ content: '|'; padding-left: 10px; color: #FFFFFF;}
#footer .bottom .botLogo{display: block;}
#footer .bottom .botLogo a{display: inline-block; margin-right: 18px;}
#footer .bottom-left {width: 420px; float: left; margin-right:350px;}
#footer .bottom-right{margin-top: 5px; width: 410px; float: left;}
#footer .bottom-right i{margin-left: 5px !important;display: inline !important;}
#footer .bottom-right p img{ width: 20px; height: 20px;}
/*250180712*/
.popupBoxCommon{display: none;width: 400px;height: 250px;background-color: #fff;text-align: center;color: #333;font-size: 18px;position: fixed;top: 30%;left: 0;right: 0;margin: 0 auto;z-index: 25;box-shadow: 0px 0px 30px 7px #333333;}
.popupBoxCommon .succesIcon,
.popupBoxCommon .errIcon{width: 180px;display: block;height: 30px;line-height: 30px;margin: 80px auto;}
.popupBoxCommon .succesIcon{background: url(/img/common/success.png) no-repeat; padding-left: 20px;}
.popupBoxCommon .errIcon{background: url(/img/common/error.png) no-repeat;padding-left: 30px;}
#hidebg {
	position: fixed;
	left:0px;
	top:0px;
			bottom:0px;
	background-color: #000;
	width: 100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
	filter:alpha(opacity=50);  /*设置透明度为60%*/
	opacity:0.5;  /*非IE浏览器下设置透明度为60%*/
	display:none;
	z-index: 21;
	right: 0;
}