﻿#theme-page {
  margin-top: 0 !important;
}
#theme-page .theme-page-wrapper {
  margin: 0px auto !important;
}
#theme-page .theme-page-wrapper .theme-content {
  padding: 0 !important;
}
.footer {
  background: #1b2653;
}
.footercontain{
  width: 1200px;
  margin: 0 auto
}
.footerlogo{
  padding: 40px 0
}
.footerlogo img{
  width: 240px;
  height: 40px;
}
.footercon{
  display: flex;
  justify-content: space-between;
}
.footerconleft{
  display: flex;
}
.footerconleft dl{
  width: 160px;
}
.footerconleft dl dt{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 25px;
}
.footerconleft dl dd{
  margin-top: 12px;
}
.footerconleft dl dd a{
  font-size: 14px;
  opacity: .6;
  color: #fff
}
.footerconright{
  width: 391px;
}
.saleconsult{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.saleconsult dt{
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: bold;
}
.saleconsult dd{
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
.wxdownload{
  display: flex;
  justify-content: center;
  align-items: center;
}
.wxdownload p{
  flex:1;
  color: rgb(255,255,255,.6);
  font-size: 12px;
  text-align: center;
}
.wxdownload p img{
  width: 65px;
  height: 65px;
  display: block;
  margin: 10px auto;
}
.friendlink{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-top: 69px;
}
.friendlink a{
  color: #fff;
  opacity: .6;
  font-size: 14px;
  font-weight: normal;
  margin-left:40px; 
}
.copryright{
  border-top:rgb(255,255,255,.2) 1px solid;
  display: flex;
  justify-content: space-between;
  padding:26px 0;
  margin-top: 32px;
}
.copryright p:nth-child(1){
  color: #fff;
  opacity: .6;
  font-size: 14px;
}
.copryright p:nth-child(2) img{
  margin-left: 20px;

}