﻿html,
body {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

#container {
	/* border: 1px solid rgba(242, 242, 242); */
	max-width: 677px;
	width: 100%;
	min-height: 500px;
}
.ny{
	color: #000000;
	text-align: center;
	font-size: 18px;
		line-height: 42px;
	   /* font-weight: bolder; */

	    letter-spacing: 1px;
	
	    font-family: 微软雅黑
}
.jsbj{
	background-color: red;
	color: yellow;
}
.bjjs{
	background-color: yellow;
	color: red;
	}
}
.tou {
	width: 100%;
	border: 1px solid transparent;
	height: 60px;
	background-color: rgba(51, 153, 103, 0.8);
	/* display: flex; */
	top: 0px;
	color: white;
	text-align: center;
	line-height: 62px;
	font-weight: bold;
	font-size: 1.5em;

}

.picture {
	margin: 3px;
}

.picture img {
	width: 100%;
}

.bt {
	margin: 3px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	color: rgba(9,178,240);
	font-size: 1.2em;
	font-weight: bold;
}

.wz{
	
	text-indent:2em;
	font-size: 17px;
	line-height: 24px;
	color: black;
}


.tous{
	width: 100%;
	border: 1px solid transparent;

	background-color: #fff;
	display: flex;
	top: 0px;


}
.weixin{
 width: 50%;
 float: left;
}
.weixin1{
	/*margin-top:-40px;*/
	width: 50%;
	float: right;
}

.tou1{
	width: 35%;
	 float: left;
}
.tou2{
	width: 35%;
	 
}
.tou3{
	width: 35%;
	 float: right;
}

.dibu{
/* 	height: 50px;
	background-color: rgba(6,195,2);
	line-height: 50px; */
	text-align: center;
	max-width: 677px;
	bottom: 0px;
	position: fixed;
	width: 100%;

}
.dibu img {
	width: 100%;
}