.header {
  padding: 10px;
  height: 35px;
 line-height:35px; background: #536f8cf7;
  color: #fff;
  text-align: center;
}
.content .banner {
  height: 76vh;
  position: relative;
  width: 100%;
}
.content .banner .swiper-container {
  width: 100%;
  height: 100%;
}
.content .banner .swiper-container .swiper-slide {
  background: #007AFF;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.content .addcont {
  height: 300px;
  text-align: center;
  color: #000;
}
.footer {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  justify-content: center;
  height: 200px;
  width: 100%;
  bottom: 0;
  background: url('http://10944571.s61i.faiusr.com/2/AD0Iu4CcBRACGAAg6J_bvgUosI_LnQQw-w44uAM.jpg') no-repeat top;
 /*background: url('../contact.png') no-repeat top;*/
  background-size: 100% 100%;
  color: #fff;
  padding: 30px 120px;
  align-items: center;
  box-sizing: border-box;
}
.footer .left,
.footer .center{
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  flex-direction: column;
  height: 100%;
	width: 50%;
  overflow: hidden;
  box-sizing: border-box;
  margin-left: 90px;
}
.footer .left{
	width: 50%;
}
.footer .center{
	width: 50%;
}
.footer .left .desc,
.footer .center .desc {
  font-size: 13px;
  line-height: 2;
  word-wrap: break-word;
  word-break: break-all;
}

.qrcode {
  justify-content: center;
  align-items: left;
  position: fixed;
  top:28%;
  right: 50px;
  z-index: 10000;
}
.footer .right img {
  vertical-align: middle;
  margin: 0 auto;
}
.footer .title {
  font-size: 16px;
  padding-bottom: 20px;
}
.footer p {
  font-size: 14px;
}.qrcode{width:130px;height:130px;}.qrcode img{height:100%;width:100%}body{margin:0}

.content .banner .swiper-container .swiper-slide{
	background: rgb(223, 223, 223);
	width: 100%;
}
