#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;
}
.footercon{
  display: flex;
  justify-content: space-between;
}
.footerconleft{
  display: flex;
  padding-top: 30px;
}
.footerconleft dl{
  width: 160px;
}
.footerconleft dl:last-child {
  width: 250px;
}
.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: 0px;
}
.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: 120px;
  display: block;
  margin: 0px auto;
}
.friendlink{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding-top: 30px;
}
.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;

}

.foottelitem {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999;
  position: relative;
  bottom: 0px;
}
.foottel_left {
  background: url(../images/tel.png) no-repeat left;
  background-size: contain;
  background-size: 40px auto;
}
.foottel_left p {
  font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px;
    padding-left: 50px;
    color: #2285ee;
}
.foottel_mid {
  background: url(../images/icon_wechat.png) no-repeat left;
  background-size: contain;
  background-size:  auto 40px;
  cursor: default;
}
.foottel_mid p {
  font-size: 20px;
    line-height: 50px;
    font-weight: 500;
    margin: 0px;
    padding-left: 50px;
    color: #2285ee;
}
.foottel_right a {
  padding: 10px 20px ;
  background-color: #2285ee;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
    font-weight: 500;
}
.hs_news {
  margin-bottom: 100px;
}
.hs_footxf {
  position: fixed;
}
.foottel_midewm {
  display: none;
  position: absolute;
  width: 130px;
  top: -130px;
  transition: all .5s;
}
.foottel_mid:hover .foottel_midewm {
  display: block;
}
