body * {
  box-sizing: border-box;
  flex-shrink: 0;
  font:12px/1.5 tahoma,arial,"\5b8b\4f53";
}
body {
  font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
    Arial, PingFang SC-Light, Microsoft YaHei;
	
}
input {
  background-color: transparent;
  border: 0;
}
button {
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  outline: none;
  background-color: transparent;
}

button:active {
  opacity: 0.6;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.justify-start {
  display: flex;
  justify-content: flex-start;
}
.justify-center {
  display: flex;
  justify-content: center;
}

.justify-end {
  display: flex;
  justify-content: flex-end;
}
.justify-evenly {
  display: flex;
  justify-content: space-evenly;
}
.justify-around {
  display: flex;
  justify-content: space-around;
}
.justify-between {
  display: flex;
  justify-content: space-between;
}
.align-start {
  display: flex;
  align-items: flex-start;
}
.align-center {
  display: flex;
  align-items: center;
}
.align-end {
  display: flex;
  align-items: flex-end;
}
.bottom {
	clear:both;
	height:250px;
	width:1920px;
	margin:0 auto;
	background-color:#156bb8;
}
.bom-con {
	width:1200px;
	margin:0 auto;
}
.bottom li {
	float:left;
	margin:25px 0px 0px 0px;
	height:25px;
	color:#72B97D;
	font:12px/1.5 tahoma,arial,"\5b8b\4f53";
}
.bom-l {
	width:550px;
	height:200px;
	margin-left:10px;
}
.bottom .s1 {
	float:left;
	display:inline;
	margin-top:18px;
	height:14px;
	width:1px;
	overflow:hidden;
	background:#ffffff;
	margin:28px 15px 10px 10px;
}
.bom-nr div {
	line-height:26px;
}
.bom-nr {
	clear:both;
	padding-top:10px;
	width:450px;
	color:#ffffff;
}
.bom-c {
	margin-top:60px;
	width:260px;
	height:80px;
	float:left;
	background:url(http://img.quanriai.cn/qimg/png.png) no-repeat -300px -60px;
}
.bom-r {
	width:300px;
	height:150px;
	margin-top:50px;
	float:right;
	position:relative;
}
.bom-r .weixin i {
	display:block;
	width:55px;
	height:45px;
	background:url(http://img.quanriai.cn/qimg/png.png) no-repeat -90px -60px;
}
.bom-r .weibo i {
	display:block;
	width:55px;
	height:45px;
	background:url(http://img.quanriai.cn/qimg/png.png) no-repeat -150px -55px;
}
.bom-r .app i {
	display:block;
	width:55px;
	height:45px;
	background:url(http://img.quanriai.cn/qimg/png.png) no-repeat -210px -60px;
}
.bottom .bom-r .s1 {
	float:left;
	display:inline;
	margin:18px 20px 0px 20px;
	height:50px;
	width:1px;
	overflow:hidden;
	background:#276532;
}
.bom-con a {
	color:#ffffff;
}
.bom-con a:hover,.bom-con a:active {
	color:#ffffff;
	text-decoration:none;
}
@media (max-width: 1920px){
}
