.footerWrapper{
  overflow:hidden;
  min-width: 1467px;
  width:100%;
}
.friendLink {
  width:100%;
  border-top: 2px solid #DA1520;
  background-color: #fff;
  overflow: hidden;
  min-width:1467px;
}

.friendLink .linkContent {
  padding:0 27px;
  width: 1420px;
  margin: 0 auto;
  padding-bottom: 31px;
}

.friendLink .linkContent h2 {
  font-size: 30px;
  color: #000000;
  margin-top: 37px;
  display: block;
  text-align: center;
  font-weight: bold;
}

.friendLink .linkContent ul {
  margin-top: 32px;
}

.friendLink .linkContent ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 6px;
  margin-bottom: 3px;
  line-height: 1.8;
}

.friendLink .linkContent ul li a {
  color: #666;
  font-size: 14px;
}

.footer {
  width: 100%;
  border-top: 1px solid #eee;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  z-index: 99;
  height: 240px;
  min-width:1467px;
  overflow: hidden;
}

.footer .footerMain {
  width: 1420px;
  margin: 0 auto;
  background-color: #fff;
}

.footer .footerMain .siteItem {
  border-right: 1px solid #eee;
  padding: 50px 70px 0;
  height: 210px;
}

.footer .footerMain .siteItem h3 {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  cursor: default;
}

.footer .footerMain .siteItem li {
  color: #888;
  font-size: 14px;
  margin-top: 20px;
  cursor: pointer;
  height: 20px;
  line-height: 20px;
}

.footer .footerMain .siteItem li a {
  color: #888;
}

.footer .footerMain .siteItem.footerLogo {
  padding-left: 0;
  width:164px;
}
.footer .footerMain .siteItem.footerLogo .logo{
  width: 164px;
  height: 34px;
  margin:0 auto;
}
.footer .footerMain .siteItem.footerLogo .slogan{
  width:116px;
  height: 15px;
  margin: 15px auto 0;
}
.footer .footerMain .siteItem.footerLogo .copyRight {
  color: #c1c1c1;
  font-size: 13px;
  margin: 14px 0;
  text-align: center;
}

.footer .footerMain .siteItem.footerLogo .certificate {
  margin: 0 auto;
}


.footer .footerMain .siteItem.ogvInfor {
  padding-right: 0;
  border-right: 0;
}

.footer .footerMain .siteItem.ogvInfor li i {
  float: left;
  margin-right: 8px;
  width: 20px;
  height: 20px;
}

.footer .footerMain .siteItem.ogvInfor li i.icon_police {
  background-position: -185px -277px;
}

.footer .footerMain .siteItem.ogvInfor li i.icon_business {
  background-position: -214px -277px;
}

.footer .footerMain .siteItem.ogvInfor li i.icon_ogv {
  background-position: -242px -278px;
}
.popUp.popContact .popCon{
  width: 316px;
  padding: 50px;
  border-radius: 6px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 25%;
  margin-left: -158px;
  transform: none;
}
.popUp.popContact .popCon .tips{
  font-size: 16px;
  font-weight: 200;
  color: #3D464D;
  text-align: center;
  margin-bottom: 10px;
}
.popUp.popContact .popCon .tips p{
  font-weight: bold;
}
.popUp.popContact .popCon .btnKnow.btn_close{
  position: static;
  background-color: #da1520;
  width: 200px;
  height: 40px;
  color: #fff;
  display: block;
  margin: 50px auto 0;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}