.foot {
  /* margin-bottom: 76px; */
}

.foot .module6 {
  background : #F5F5F5;
  height : 261px;
  padding-top : 28px;
  box-sizing : border-box;
}

.foot .module6 .module6-content {
  display : flex;
}

.foot .module6 .module6-content .content-text {
  font-size : 12px;
  color : #7C7C7C;
}

.foot .module6 .module6-content .content-text .logo {
  width : 230px;
  height : 70px;
  background : url(../assets/images/logo1.jpg) no-repeat center center;
  background-size : 230px 70px;
}

.foot .module6 .module6-content .content-text h3, .foot .module6 .module6-content .content-text h4, .foot .module6 .module6-content .content-text h5, .foot .module6 .module6-content .content-text h6 {
  margin-left : 86px;
  line-height : 20px;
}

.foot .module6 .module6-content .content-text h4 {
  margin-top : 12px;
}

.foot .module6 .module6-content .content-wechat1, .foot .module6 .module6-content .content-wechat2 {
  width : 157px;
  height : 157px;
}

.foot .module6 .module6-content .content-wechat1 p, .foot .module6 .module6-content .content-wechat2 p {
  font-size : 12px;
  line-height : 21px;
  letter-spacing : 0px;
  color : #282828;
  text-align : center;
}

.foot .module6 .module6-content .content-wechat1 {
  margin-left : 231px;
}

.foot .module6 .module6-content .content-wechat2 {
  margin-left : 13px;
}

.foot .module6 .module6-content .content-tel {
  margin-left : 46px;
  color : #282828;
}

.foot .module6 .module6-content .content-tel h3 {
  font-size : 14px;
  line-height : 14px;
  margin-top : 34px;
}

.foot .module6 .module6-content .content-tel p {
  font-size : 16px;
  line-height : 16px;
  font-weight : bold;
  margin-top : 14px;
}

.foot .module6 .module6-content .content-tel p img {
  width : 15px;
  height : 15px;
  float : left;
  margin-left : 5px;
  margin-right : 14px;
}

.foot .module6 .module6-content .content-tel h5, .foot .module6 .module6-content .content-tel h6 {
  font-size : 12px;
  color : #7C7C7C;
  line-height : 12px;
  margin-top : 12px;
}

.foot .footer {
  width : 100%;
  z-index : 10;
  position : fixed;
  bottom : 0;
  left : 0;
  height : 76px;
  color : #FFFFFF;
  background-image : linear-gradient(0deg, #1C82F0 0%, #1BA8F6 100%);
}

.foot .footer .footer-content {
  display : flex;
  letter-spacing : 1px;
}

.foot .footer .footer-content .footer-tel {
  display : flex;
  margin-left : 125px;
  align-items : center;
}

.foot .footer .footer-content .footer-tel img {
  width : 50px;
  height : 47px;
  margin-right : 11px;
}

.foot .footer .footer-content .footer-tel h5 {
  font-size : 18px;
  line-height : 18px;
}

.foot .footer .footer-content .footer-tel h6 {
  font-size : 27px;
  font-style : italic;
  line-height : 27px;
  padding-top : 9px;
}

.foot .footer .footer-content .footer-list {
  display : flex;
  align-items : center;
  margin-left : 148px;
}

.foot .footer .footer-content .footer-list li {
  font-size : 18px;
  line-height : 76px;
  margin-right : 65px;
  cursor : pointer;
}

.foot .footer .footer-content .footer-list li img {
  width : 40px;
  height : 40px;
  float : left;
  margin-top : 19px;
  margin-right : 11px;
}


/* 头部 */

.header {
  width : 100%;
  height : 132px;
}

.header > div {
  height : 98px;
  padding-top : 35px;
  display : flex;
  justify-content : space-between;
}

.header > div .logo {
  width : 246px;
  height : 100%;
  background : url(../assets/images/logo.png) no-repeat center center;
  background-size : 246px 89px;
}

.header > div .tel {
  display : flex;
  justify-content : space-between;
  align-items : center;
}

.header > div .tel .tel-img {
  width : 32px;
  height : 35px;
  margin-top : 6px;
}

.header > div .tel .tel-text {
  text-align : left;
}

.header > div .tel .tel-text > p {
  margin : 0;
  letter-spacing : 0px;
}

.header > div .tel .tel-text > p:first-child {
  color : #DADADA;
  font-size : 13px;
  height : 13px;
  line-height : 13px;
  padding-left : 11px;
}

.header > div .tel .tel-text > p:last-child {
  font-family : Impact;
  font-size : 32px;
  height : 25px;
  line-height : 25px;
  color : #108CEE;
  padding-left : 13px;
  padding-top : 5px;
}
