.social {
	margin: 0 auto;
	background: #fff;
}

.social-box1 {
	display: flex;
	align-items: center;
	margin: .94rem auto .95rem;
}

.social-box1 .left {
	width: 5.81rem;
	/* height: 3rem; */
	background: #F5F7FA;
	padding: .41rem .46rem .52rem;
	z-index: 11;
}

.social-box1 .rig {
	width: 8.6rem;
	position: relative;
}

.social-box1 .rig .img {
	width: 8.5rem;
	height: 5rem;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.social-box1 .rig .img img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out 0s;
}

.social-box1 .rig .img img:hover {
	transform: scale(1.1);
}
.social-box1 .rig .bg {
	width: 8.15rem;
	height: 4.7rem;
	background: #0081CC;
	margin: .4rem 0 0 .45rem;
}

.social-box1 .left .info .item {
	position: relative;
	padding-left: .15rem;

	font-size: 0.18rem;
	color: #333333;
	margin-bottom: .09rem;
}

.social-box1 .left .info .p {
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.36rem;
	color: #333333;
}

.social-box1 .left .info .item::after {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #0081CC;
	border-radius: 50%;
	position: absolute;
	top: .1rem;
	left: 0;
}

.social-box1 .left .more {
	display: block;
	color: #0081CC;
	margin: .5rem 0 0 .22rem;
	font-size: .4rem;
}

.social-box2 {
	margin-top: .91rem;
	margin-bottom: .95rem;
	background-color: #F5F7FA;
}

.social-box2 .contont {
	margin: 0 auto;
	display: flex;
	align-items: center;
	padding: .68rem 0;
}

.social-box2 .rig {
	width: calc(100% - 7.2rem);
	padding: 0 0 0 .72rem;
}

.social-box2 .rig .info .item {
	position: relative;
	padding-left: .15rem;

	font-size: 0.18rem;
	color: #333333;
	margin-bottom: .1rem;
}

.social-box2 .rig .info .item::after {
	content: '';
	width: 0.08rem;
	height: 0.08rem;
	background: #0081CC;
	border-radius: 50%;
	position: absolute;
	top: .1rem;
	left: 0;
}

.social-box2 .rig .more {
	display: block;
	color: #0081CC;
	margin: .45rem 0 0 .24rem;
	font-size: .4rem;
}

.social-box2 .left {
	width: 7.2rem;
	height: 4rem;
	overflow: hidden;
}

.social-box2 .left img {
	width: 100%;
	height: 100%;
	transition: all .4s ease-out 0s;
}

.social-box2 .left img:hover {
	transform: scale(1.1);
}
.poverty {
	margin: 1.02rem auto 1rem;
}

.poverty-content {
	padding: 0 .5rem;
}

.poverty-content .list {
	display: flex;
	justify-content: space-between;
}

.poverty-content .list .item {
	display: flex;
	align-items: center;
	margin: .5rem 0;
}

.poverty-content .list .item img {
	width: 0.82rem;
	height: 0.82rem;
	display: block;
	margin-right: .3rem;
}

.poverty-content .list .item span {
	font-size: 0.32rem;
	color: #0E7ABE;
}

.poverty-content .p {
	font-size: 0.18rem;
	font-weight: 400;
	line-height: .36rem;
	color: #333333;
}

.poverty-content .imgbox {
	padding: 1.1rem 1.17rem 0;
	display: flex;
	justify-content: space-between;
}

.poverty-content .imgbox .item {
	width: 5.09rem;
	height: 3.47rem;
	padding: .12rem;
	background: #F0F0F0;
}

.poverty-content .imgbox .item img {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.charity-content {
	padding: 0 .5rem;
	display: flex;
	margin-top: .14rem;
	align-items: flex-start;
}

.charity-content .left {
	width: 2rem;
	padding-right: .4rem;
	border-right: 1px #F5F7FA solid;
}

.charity-content .left .item {
	width: 100%;
	height: .44rem;
	font-size: 0.18rem;
	color: #333333;
	border-bottom: 0.02rem #F5F7FA solid;
	padding-top: .12rem;
}

.charity-content .left .item .name {
	font-size: 0.18rem;
}

.charity-content .left .item.act {
	color: #0081CC;
	border-bottom: 0.02rem #0081CC solid;
	height: auto;
	padding-bottom: 0.07rem;
}

.charity-content .left .item:hover {
	color: #0081CC;
	border-bottom: 0.02rem #0081CC solid;
	cursor: pointer;
}

.charity-content .left .item .down {
	display: none;
}

.charity-content .left .item.act .down {
	display: block;
}

.charity-content .left .item .down .span {
	width: 100%;
	height: .44rem;
	font-size: 0.18rem;
	color: #333333;
	border-bottom: 0.02rem #F5F7FA solid;
	padding-top: .12rem;
	padding-left: .2rem;
}

.charity-content .left .item .down .span.on {
	color: #0081CC;
	border-bottom: 0.02rem #0081CC solid;
}

.charity-content .left .item .down .span:hover {
	color: #0081CC;
	border-bottom: 0.02rem #0081CC solid;
}

.charity-content .rig {
	display: none;
	width: calc(100% - 2rem);
	padding-left: .4rem;
	padding-top: .09rem;
}

.charity-content .rig .p {
	font-size: 0.18rem;
	color: #333333;
	margin-bottom: .21rem;
	display: flex;
	line-height: 0.36rem;
	flex-wrap: wrap;
}

.charity-content .rig .p2 {
	font-size: 0.18rem;
	color: #333333;
	display: flex;
	line-height: 0.36rem;
	flex-wrap: wrap;
}

.charity-content .rig .span {
	font-size: 0.18rem;
	color: #0081CC;
	margin-bottom: .3rem;
}

.charity-content .rig .span1 {
	font-size: 0.18rem;
	color: #0081CC;
	line-height: 200%;
}

.charity-content .rig .p span {
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.36rem;
	width: calc(100% - 2rem);
}

.charity-content .rig .p .dot {
	width: 0.1rem;
	height: 0.1rem;
	background: #C7000B;
	border-radius: 50%;
	margin-right: .11rem;
	margin-top: .13rem;
}

.charity-content .rig .dot1 {
	width: 0.08rem;
	height: 0.08rem;
	background: #0081CC;
	border-radius: 50%;
	margin-right: .11rem;
	margin-top: .12rem;
}

.charity-content .rig .p.p1 {
	line-height: 0.36rem;
	margin-bottom: 0;
}

.charity-content .rig .rigbox {
	display: none;
}

.charity-content .imgbox {
	padding: .5rem 0 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.charity-content .imgbox .item {
	width: 5.09rem;
	height: 3.47rem;
	padding: .12rem;
	background: #F0F0F0;
	margin-bottom: .5rem;
}

.charity-content .imgbox .item:nth-last-of-type(1),
.charity-content .imgbox .item:nth-last-of-type(2) {
	margin-bottom: 0;
}

.charity-content .imgbox .item1 {
	width: 10.89rem;
	height: 6.08rem;
	padding: .12rem;
	background: #F0F0F0;
	margin-bottom: .5rem;
}

.charity-content .imgbox .item2 {
	width: 100%;
	height: 4rem;
}

.charity-content .imgbox .item3 {
	width: 9.18rem;
	height: 5.08rem;
	margin: 0 auto;
}

.charity-content .imgbox .item4 {
	width: 10.89rem;
	height: 5.7rem;
	margin: 0 auto;
}

.charity-content .imgbox .introduction {
	width: 10.2rem;
	height: 2.25rem;
	margin: 0 auto;
	background-image: url(../img/industry/introduction.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
}

.charity-content .imgbox .introduction .text {
	font-size: 0.18rem;
	color: #0068B7;
	text-align: center;
	position: absolute;
}

.charity-content .imgbox .introduction .text1 {
	top: .5rem;
	left: 2.35rem;
}

.charity-content .imgbox .introduction .text2 {
	top: .4rem;
	left: 6.33rem;
}

.charity-content .imgbox img {
	width: 100%;
	height: 100%;
	background-color: #fff;
}

.show {
	display: block !important;
}

.reserve {}

.trade {
	padding: 0 .6rem;
}

.trade .stat {
	display: flex;
	margin-top: .5rem;
	margin-bottom: .38rem;
}

.trade .stat .item {
	width: 2.87rem;
	height: 1rem;
	background: #8EC553;
	border-radius: 0.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: .32rem;
}

.trade .stat .item:nth-of-type(2) {
	background-color: #549FD8;
}

.trade .stat .item .left {
	font-size: 0.18rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: .2rem;
}

.trade .stat .item .rig {
	font-size: 0.22rem;
	color: #FFFFFF;
}

.trade .stat .item .rig b {
	font-size: 0.36rem;
	font-weight: bold;
}

.trade .text {
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.36rem;
}

.trade .tit {
	font-size: 0.24rem;
	color: #0E7ABE;
	margin: .43rem 0 .41rem;
}

.mapbox {
	width: 100%;
	height: 5.29rem;
	background-image: url(../img/industry/mapbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .4rem .6rem 0;
	margin-bottom: .86rem;
}

.mapbox img {
	width: 6.3rem;
}

.project {}

.project-list {}

.project-list .item {
	border-bottom: dashed 3px #F5F7FA;
}

.project-list .item .top {
	width: 100%;
	height: 0.82rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .8rem;
}

.project-list .item.on .top {
	background: #F5F7FA;
}

.project-list .item .top .text {
	font-size: 0.18rem;
	font-weight: 400;
	color: #333333;
}

.project-list .item .top img {
	width: 0.13rem;
	height: 0.12rem;
}

.project-list .item .top .img1 {
	display: block;
}

.project-list .item .top .img2 {
	display: none;
}

.project-list .item.on .top .img1 {
	display: none;
}

.project-list .item.on .top .img2 {
	display: block;
}

.project-list .item .down {
	display: none;
	font-size: 0.18rem;
	line-height: 180%;
	font-weight: 400;
	color: #333333;
	min-height: 1.32rem;
	padding: .4rem .8rem .3rem;
}

.project-list .item.on .down {
	display: block;
}

.project-img {
	width: 9rem;
	height: 5.89rem;
	margin: 0 auto .2rem;
}

.project-img img {
	width: 100%;
	height: 100%;
}

.craft-img {
	width: 100%;
	margin-top: 1.36rem;
}

.craft-img img {
	width: 100%;
}

.develop {}

.develop .tit {
	font-size: 0.18rem;
	color: #0081CC;
	margin-bottom: .49rem;
}

.develop .tit b {
	color: #8EC553;
	font-size: .48rem;
}

.develop .list {
	display: flex;
	margin-bottom: .55rem;
}

.develop .list .item {
	width: 3.5rem;
	height: 0.8rem;
	border: 0.04rem solid #8EC553;
	border-radius: 0.1rem;
	display: flex;
	margin-right: 1.77rem;
	position: relative;
}

.develop .list .item .text {
	width: 1.4rem;
	height: .76rem;
	background: #8EC553;
	border-radius: 0 0.1rem 0.1rem 0;
	font-size: 0.22rem;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -0.02rem;
	left: -0.02rem;
}

.develop .list .item .num {
	width: calc(100% - 1.4rem);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.36rem;
	color: #0081CC;
	font-weight: bold;
	margin-left: 1.4rem;
}

.field .item {
	display: flex;
	height: 1.5rem;
	background: #F5F7FA;
	border-radius: 0.1rem;
	margin-bottom: .29rem;
}

.field .item:nth-of-type(2n) .info span {
	color: #0068B7;
}

.field .item .img {
	width: 2.2rem;
	height: 1.5rem;
}

.field .item .img img {
	width: 100%;
	height: 100%;
	border-radius: 0.1rem;
}

.field .item .info {
	width: calc(100% - 2.2rem);
	padding: .17rem .27rem;
}

.field .item .info span {
	font-size: 0.22rem;
	font-weight: bold;
	color: #8EC553;
	margin-bottom: .16rem;
	display: block;
}

.field .item .info p {
	font-size: 0.18rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.36rem;
}

.main .list {}

.main .list .item {
	display: flex;
	/* justify-content: space-between; */
	margin-bottom: .12rem;
}

.main .list .item:nth-of-type(1) .box1 {
	border-radius: .1rem 0 0 0;
}

.main .list .item:nth-of-type(3) .box1 {
	border-radius: 0 0 .1rem 0;
}

.main .list .item .box1 {
	width: 2.1rem;
	height: 0.8rem;
	background: #A0D9F6;
	font-size: 0.18rem;
	line-height: 180%;
	font-weight: 400;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-right: .13rem;
}

.main .list .item .box2 {
	width: 8.66rem;
	height: 0.8rem;
	background: #F5F7FA;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 .6rem;
}

.main .list .item .box2 .name {
	font-size: 0.18rem;
	line-height: 0.32rem;
	font-weight: 400;
	color: #333333;
	text-align: center;
}

.main .imglist {
	display: flex;
	flex-wrap: wrap;
	margin-top: .87rem;
}

.main .imglist .item {
	width: 3.33rem;
	height: 2.27rem;
	background: #F0F0F0;
	margin-right: .45rem;
	margin-bottom: .4rem;
	padding: .08rem;
}

.main .imglist .item:nth-of-type(3n) {
	margin-right: 0;
}

.main .imglist .item img {
	width: 100%;
	height: 1.67rem;
}

.main .imglist .item .name {
	width: 3.18rem;
	height: 0.48rem;
	background: #8EC553;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.22rem;
	font-weight: 400;
	color: #FFFFFF;
}

.main .imglist .item:nth-of-type(2n) .name {
	background: #0081CC;
}

.plan-list {
	display: flex;
	flex-wrap: wrap;
}

.plan-list .item {
	width: 3.4rem;
	height: 1.1rem;
	border: 0.02rem solid #8EC553;
	border-radius: 0.1rem;
	padding: 0 .2rem;
	display: flex;
	align-items: center;
	margin-right: .35rem;
	margin-bottom: .3rem;
}

.plan-list .item:nth-of-type(3n) {
	margin-right: 0;
}

.plan-list .item:nth-of-type(2n) {
	border: 0.02rem solid #0081CC;
}

.plan-list .item .triangle {
	color: #0081CC;
	font-size: .20rem;
	margin-right: .14rem;
}

.plan-list .item .num {
	font-size: 0.24rem;
	font-weight: bold;
	color: #8EC553;
}

.plan-list .item .num b {
	font-size: 0.4rem;
	font-weight: bold;
	color: #8EC553;
}

.plan-list .item .describe {
	font-size: 0.24rem;
	font-weight: 400;
	color: #0E7ABE;
}

.plan-img {
	display: flex;
	justify-content: space-between;
	margin-top: .6rem;
}

.plan-img .imgrig {
	width: 5.09rem;
	height: 7.44rem;
	background: #F0F0F0;
	padding: .12rem;
}

.plan-img img {
	width: 100%;
	height: 100%;
}

.plan-img .imgleft {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.plan-img .imgleft .img {
	width: 5.09rem;
	height: 3.47rem;
	background: #F0F0F0;
	padding: .12rem;
}

.build {}

.build .info {
	display: flex;
}

.build .info .build-img {
	width: 4.52rem;
	height: 4.3rem;
}

.build .info .build-img img {
	width: 100%;
	height: 100%;
}

.build .info .introduce {
	width: calc(100% - 4.52rem);
}

.build .info .introduce .item {
	width: 100%;
	position: relative;
	margin-bottom: .85rem;
}

.build .info .introduce .item img {
	width: 1.34rem;
	height: .8rem;
}

.build .info .introduce .item p {
	display: block;
	width: 100%;
	font-size: 0.3rem;
	font-weight: bold;
	color: #231815;
	position: absolute;
	bottom: 0;
	left: .2rem;
}

.build .info .introduce .item p b {
	color: #8EC553;
	font-size: 0.3rem;
	font-weight: bold;
}

.build-list {
	background: #F5F7FA;
	width: 100%;
	padding: .56rem .47rem .36rem;
}

.build-list .item {
	width: 100%;
	height: 1.27rem;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	padding: .17rem 0;
	margin-bottom: .3rem;
}

.build-list .item .name {
	font-size: 0.3rem;
	font-weight: bold;
	color: #0081CC;
	border-right: 4px dotted #0081CC;
	width: 1.6rem;
	text-align: center;
	height: 0.93rem;
	line-height: 0.93rem;
}

.build-list .item .desc {
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #231815;
	width: calc(100% - 1.6rem);
	padding-left: .47rem;
}

.intro-list {
	display: flex;
	margin-bottom: .23rem;
}

.intro-list .item {
	display: flex;
}

.intro-list .item img {
	width: 0.55rem;
	height: 0.55rem;
	display: block;
	margin-right: .15rem;
}

.intro-list .item span {
	font-size: 0.23rem;
	font-weight: 400;
	color: #0E7ABE;
}

.intro-list .line {
	width: 0.02rem;
	height: 0.65rem;
	background: #EDEDEC;
	margin: 0 1.6rem;
}

.feature .item {
	display: flex;
}

.feature .item .tag {
	width: 1rem;
	height: 0.3rem;
	background: #0081CC;
	border-radius: 0.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.18rem;
	font-weight: 400;
	color: #FEFEFE;
	margin-right: .37rem;
}

.feature .item .p {
	width: calc(100% - .67rem);
}

.plan-list {
	display: flex;
	flex-wrap: wrap;
}

.plan-list .item1 {
	width: 2.5rem;
	height: 0.9rem;
	border: 0.02rem solid #8EC553;
	border-radius: 0.1rem;
	padding: 0 .15rem;
	display: flex;
	align-items: center;
	margin-right: .3rem;
	margin-bottom: .41rem;
}

.plan-list .item1:nth-of-type(4n) {
	margin-right: 0;
}

.plan-list .item1:nth-of-type(2n) {
	border: 0.02rem solid #0081CC;
}

.plan-list .item1 .triangle {
	color: #0081CC;
	font-size: .18rem;
	margin-right: .1rem;
}

.plan-list .item1 .num {
	font-size: 0.18rem;
	font-weight: bold;
	color: #0E7ABE;
}

.plan-list .item1 .num b {
	font-size: 0.32rem;
	font-weight: bold;
	color: #8EC553;
}

.plan-list .item1 .describe {
	font-size: 0.18rem;
	font-weight: 400;
	color: #0E7ABE;
}

.exploit {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .5rem;
}

.exploit .item {
	display: flex;
	margin-right: .4rem;
}

.exploit .item:nth-child(2) {
	margin-right: 0rem;
	padding-left: .4rem;
	border-left: 0.03rem #8EC553 solid;
}

.exploit .item:nth-child(4) {}

.exploit .item:nth-child(5) {
	margin-right: 0rem;
	padding-left: .4rem;
	border-left: 0.03rem #0E7ABE solid;
}

.exploit .item .val {
	width: 1.9rem;
	height: 1.6rem;
	background: #8EC553;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-right: .45rem;
}

.exploit .item:nth-child(2n) .val {
	background: #0E7ABE;
}

.exploit .item .val img {
	max-width: 1.07rem;
	height: 0.81rem;
	display: block;
	margin-bottom: .18rem;
}

.exploit .item .val p {
	display: block;

	font-size: 0.22rem;
	font-weight: 400;
	color: #FFFFFF;

}

.exploit .item .desc {
	width: 2.65rem;
	line-height: 180%;
	font-size: 0.18rem;
	font-weight: 400;
	color: #231815;
}

.exploit .lineimg {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: .2rem 0;
}

.exploit .lineimg img {
	width: 5.14rem;
	height: .11rem;
}

.health-tit span {
	display: block;
	font-size: 0.24rem;
	font-weight: normal;
	color: #0E7ABE;
}

.health-tit p {
	display: block;
	font-size: 0.18rem;
	font-weight: 400;
	color: #E9EBF3;
	margin: .2rem 0 .35rem;
}


/* 新加的 */
.hzyright {
	width: calc(100% - 2rem);
	padding-left: .4rem;
	padding-top: .5rem;
}

.hzyright-box1 {
	width: 7rem;
	border: 0.03rem solid #0081CC;
	border-radius: 0.1rem;
	padding: 0.65rem 0.4rem 0.2rem 0.4rem;
	position: relative;
}

.hzyright-box1-title {
	width: 4.5rem;
	height: 0.5rem;
	background: #0081CC;
	border-radius: 0.1rem;
	position: absolute;
	top: -0.25rem;
	left: 0.3rem;
	padding: 0 0.23rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.5rem;
}

.hzyright-box1-list {
	display: flex;
	flex-wrap: wrap;
}

.hzyright-box1-item {
	min-width: 33%;
	margin-bottom: 0.25rem;
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding-left: 0.2rem;
	position: relative;
}

.hzyright-box1-item::after {
	content: '';
	width: 0.12rem;
	height: 0.12rem;
	background: #8FC553;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.hzyright-box2 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0.7rem 0;
}

.hzyright-box2-list {
	flex: 1;
}

.hzyright-box2-item {
	display: flex;
	align-items: center;
	margin-bottom: 0.3rem;
}

.hzyright-box2-item:last-of-type {
	margin-bottom: 0;
}

.hzyright-box2-item img {
	flex-shrink: 0;
	width: 0.4rem;
	height: 0.34rem;
	margin-right: 0.16rem;
}

.hzyright-box2-item p {
	font-size: 0.18rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #323333;
}

.hzyright-box2-p {
	width: 5.54rem;
	background: #0081CC;
	border-radius: 0.1rem;
	flex-shrink: 0;
	margin-left: 0.5rem;
	padding: 0.35rem 0.4rem;
	font-size: 0.18rem;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.36rem;
}

.hzyright-box3 {

	width: 100%;
	padding: 0.12rem;
	background: #F0F0F0;
}

.hzyright-box3 img {
	width: 100%;
	height: auto;
}

