* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

body {
	width: 100%;
	font-family: "微软雅黑";
	background: white;
	font-size: 14px;
	margin: 0 auto;
}


/*logo*/

.logo {
	width: 1000px;
	height: 100px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

#logo_1 {
	width: 40%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
}

#logo_1 i img {
	margin-top: 5px;
}

#logo_1r {
	width: 70%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
	margin-left: 5%;
	color: #0896e0;
}

h1 {
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 70px;
}

#logo_1r span {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	font-size: 15.5px;
}

#hr {
	width: 100%;
	border-bottom: 1px solid #a8a7a2;
}

#logo_2 {
	width: 20%;
	height: 100px;
}

#logo_2 img {
	margin-top: 25px;
}

#logo_3 {
	width: 15%;
	height: 100px;
}

#logo_3 img {
	margin-top: 17px;
}

#logo_4 {
	width: 25%;
	height: 100px;
	display: flex;
	flex-flow: row wrap;
}

.logo_4l {
	width: 100%;
	height: 35px;
	display: flex;
	flex-flow: row wrap;
	margin-top: 15px;
}

.logo_4l p {
	color: #777777;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4l span {
	display: block;
	color: red;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4t {
	width: 100%;
	height: 35px;
	display: flex;
	flex-flow: row wrap;
	margin-bottom: 12px;
}
.logo_4t p {
	color: #777777;
	margin: 6px 5px;
	font-weight: bold;
}

.logo_4t span {
	display: block;
	color: red;
	margin: 6px 5px;
	font-weight: bold;
}
/*导航*/

.nav {
	width: 100%;
	height: 60px;
	background: url(../img/newsdaohang.jpg);
	display: flex;
	flex-flow: row wrap;
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.nav ul {
	width: 1000px;
	margin: auto;
	height: 60px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
}

.nav ul li a {
	color: white;
	font-size: 16px;
	line-height: 60px;
	font-weight: bold;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}


/*内容*/

.menu {
	width: 1000px;
	height: auto;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}

.active {
	width: 100%;
	height: 300px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	border-bottom: 1px solid #777777;
	margin-top: 20px;
}

.active_l {
	width: 40%;
	height: 280px;
}

.active_l img {
	height: 100%;
}

.active_r {
	width: 55%;
	height: 280px;
}

h3 {
	width: 100%;
	height: 40px;
	display: flex;
	flex-flow: row wrap;
}

h3 p {
	margin-left: 10px;
	margin-top: 10px;
}

#act {
	width: 90%;
	margin: 20px auto;
	text-indent: 2em;
	font-size: 16px;
}

#act span {
	color: #983025;
}

.time {
	width: 90%;
	height: 30px;
	margin: auto;
	font-size: 16px;
}

.time span {
	font-size: 17px;
	font-weight: bold;
}

.add {
	width: 90%;
	margin: auto;
	font-size: 16px;
	height: 30px;
}

.add span {
	font-size: 14px;
}

.rela {
	width: 90%;
	height: 40px;
	margin: auto;
	display: flex;
	margin-top: 25px;
	flex-flow: row wrap;
	justify-content: space-around;
}

.rela a {
	display: block;
	width: 30%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	border-radius: 10px;
	font-size: 16px;
}

.rela a:nth-of-type(1) {
	background: #94b7e4;
}

.rela a:nth-of-type(2) {
	background: #983025;
}


/*普查对象*/

.person {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.person_l {
	width: 40%;
	height: 300px;
}

.person_c {
	width: 100%;
	height: 180px;
	margin-top: 15px;
}
.person_c p {
	width: 100%;
	/*height: 30px;*/
	/*line-height: 30px;*/
	padding-left: 15px;
	box-sizing: border-box;
	font-size: 16px;
}
.rel {
	width: 100%;
	height: 40px;
	display: flex;
	margin: auto;
	margin-top: 10px;
	flex-flow: row wrap;
	justify-content: space-around;
}

.rel a {
	display: block;
	width: 35%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: white;
	border-radius: 10px;
	font-size: 16px;
}

.rel a:nth-of-type(1) {
	background: #94b7e4;
}

.rel a:nth-of-type(2) {
	background: #983025;
}

.person_r {
	width: 55%;
}

.person_r ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.person_r ul li {
	width: 32%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	overflow: hidden;	
}
.person_r ul li img{
	width: 222px;
	height: 134.4px;
}
/*活动图*/

.active_pic {
	width: 1000px;
	background: pink;
}
.zi {
	width: 100%;
	text-indent: 2em;
	margin-top: 10px;
	font-size: 16px;
}


/*援助*/

.assistance {
	width: 100%;
	height: 400px;
	background: url(../img/ass.png);
	background-repeat: no-repeat;
	background-position: 50%;
	margin-top: 40px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.assistance_l {
	width: 45%;
	height: 400px;
}

.assis_1 {
	width: 90%;
	margin: 15px auto;
	height: 130px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.assis_1 div {
	width: 49%;
	height: 130px;
	border-radius: 10px;
	display: block;
	overflow: hidden;
}

.assis_1 div img {
	width: 100%;
}

.assis_2 {
	width: 90%;
	height: 130px;
	margin: auto;
	display: flex;
	background: #f2f2f2;
	flex-flow: row wrap;
	justify-content: space-between;
}

.assis2_t {
	width: 50%;
	height: 130px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.assis2_t img {
	height: 100%;
}
.assis2_r {
	width: 50%;
	height: 130px;
	display: flex;
	flex-flow: row wrap;
}
.assis2_r div {
	width: 100%;
	height: 30px;
	display: flex;
	flex-flow: row wrap;
	font-size: 18px;
	margin-top: 10px;
	padding-left: 20px;
	box-sizing: border-box;
}
.assis2_r div img{
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-top: 3px;
}
.assis2_r div span{
	margin-left: 5px;
	line-height: 30px;
}
.assis2_r p {
	width: 100%;
	height: 30px;
	text-align: center;
	color: #983025;
	font-size: 18px;
}

.assis2_r a {
	display: block;
	width: 60%;
	height: 30px;
	background: #983025;
	color: white;
	border-radius: 5px;
	margin: auto;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 25px;
}
.assis_3{
	width: 90%;
	height: 80px;
	margin: auto;
	background: #983025;
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
}
.assis_3 i{
	width: 20%;
}
.assis_3 i img{
	margin: 10px;
}
.assis_3 div{
	width: 70%;
	height: 80px;
	color: white;
	margin-left: 8px;
}
.assis_3 div p{
	width: 100%;
	height: 30px;
	margin-top: 8px;
	line-height: 30px;
}
.assis_3 div span{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.assistance_r {
	width: 45%;
	height: 400px;
}
.assis_4{
	width: 90%;
	height:150px;
	margin-top: 10px;
}
.assis_4 div{
	width:70%;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
}
.assis_4 div span{
	font-size: 18px;
	margin-left: 20px;
}
.assis_4 div img{
	width:25px;
	height: 25px;
}
#f{
	width: 90%;
	text-align: center;
	font-size: 18px;
	margin: 0;
	color: black;
}
#sp{
	display: block;
	width: 90%;
	height: 50px;
	margin: 0;
	text-align: center;
	font-size: 26px;
	color: #983025;
	line-height: 40px;
}
.assis_4 p{
	width: 70%;
	margin: auto;
	text-align: center;
	color: #777777;
}
.assis_5 {
	width: 90%;
	height: 130px;
	margin: auto;
	display: flex;
	background: #f2f2f2;
	flex-flow: row wrap;
	justify-content: space-between;
}

.assis5_t {
	width: 50%;
	height: 130px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.assis5_t img {
	height: 100%;
}
.assis5_r {
	width: 50%;
	height: 130px;
	display: flex;
	flex-flow: row wrap;
}
.assis5_r div {
	width: 100%;
	height: 30px;
	display: flex;
	flex-flow: row wrap;
	font-size: 18px;
	margin-top: 30px;
	padding-left: 20px;
	box-sizing: border-box;
}
.assis5_r div img{
	width: 25px;
	height: 25px;
	margin-left: 5px;
	margin-top: 3px;
}
.assis5_r div span{
	margin-left: 5px;
	line-height: 30px;
}
.assis5_r a {
	display: block;
	width: 60%;
	height: 30px;
	background: #983025;
	color: white;
	border-radius: 5px;
	margin: auto;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	margin-bottom: 30px;
}
.assis_6{
	width: 90%;
	height: 80px;
	margin: auto;
	background: #2c6bbb;
	margin-top: 20px;
	display: flex;
	flex-flow: row wrap;
}
.assis_6 i{
	width: 20%;
}
.assis_6 i img{
	margin: 10px;
}
.assis_6 div{
	width: 70%;
	height: 80px;
	color: white;
	margin-left: 8px;
}
.assis_6 div p{
	width: 100%;
	height: 30px;
	margin-top: 8px;
	line-height: 30px;
}
.assis_6 div span{
	display: block;
	width: 100%;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
}
.cir{
	width: 80px;
	height:80px;
	border-radius: 50px;
	background: #983025;
	position:absolute;
	margin-top:80px;
	margin-left:29.5%;
	box-shadow: -6px -1px 0 white;
	
}
.cir a{
	display: block;
	color: white;
	text-align: center;
	padding-top:12px;
	box-sizing: border-box;
	font-size: 18px;
}
.scene {
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	margin-top: 40px;
}

#scene_t {
	width: 100%;
	font-size: 28px;
	color: #2b2828;
	font-weight: bold;
	letter-spacing: 3px;
}

#scene_t span {
	color: #983025;
}

#scene_c {
	width: 100%;
	color: #aeacac;
}

#scene_b {
	width: 10%;
	border-bottom: 2px solid #983025;
	margin: auto;
}

.picture {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 20px;
}
.picture_l {
	width: 730px;
	height: 410px;		
}
/*.picture_l img{
	width: 643.5px;
	height:361.4px;
}*/
.picture_l{
	display: none;
}
.picture_l1{
	display: block;
}

.picture_r{
	width: 220px;
	height: 410px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	display: flex;
	flex-flow: row wrap;
}
.picture_r::-webkit-scrollbar {
	display: none;/*清除滚动条样式*/
}
.picture_r span{
	display: inline-block;
	width: 100%;
	margin: 3px 0;
	height: 133px;
	text-align: center;
	font-size: 14px;
	color: white; 
}
.picture_r span img{
	height: 100%;
}
.check {
	width: 20%;
	height: 40px;
	border-radius: 10px;
	background: #983025;
	margin: 15px auto;
	text-align: center;
	line-height: 40px;
}

.check a {
	color: white;
	font-size: 16px;
}

.cont_c {
	width: 100%;
	height: 150px;
	margin: auto;
	display: flex;
	flex-flow: row wrap;
	border: 2px dashed #983025;
}

.cont_c i {
	width: 20%;
}

.cont_c i img {
	height: 150px;
	margin-left: 15%;
}

.cont_c div {
	width: 80%;
}

h2 {
	color: #983025;
	margin-top: 20px;
	text-align: center;
}

.cont_c div p {
	text-indent: 2em;
	padding: 10px;
	font-size: 16px;
	box-sizing: border-box;
}


/*底部*/

.bottom{
	width: 100%;
	height: 340px;
	background: url(../img/xinfooter.jpg);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

