.about1-mask {
	width: 100%;
	height: 100%;
	padding: 100px 0;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	color: #7b7b7b;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	display: none;
	animation: about-left 0.3s linear forwards;
	-webkit-animation: about-left 0.3s linear forwards;
}
.about1-mask .container {
	height: 100%;
	padding: 50px 0;
	background-color: #FFFFFF;
	border-radius: 20px;
}
.about1-mask .about1-container {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative !important;
}
.about1-mask .about1-container .mask-txt {
	width: 100%;
	padding: 0 50px;
	overflow: hidden;
}
.about1-mask h1 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	margin: 0 0 20px;
	position: relative !important;
}
@keyframes about-left {
	from{left: 400px;opacity: 0;}
	to{left: 0;opacity: 1;}
}
@-moz-keyframes about-left {
	from{left: 400px;opacity: 0;}
	to{left: 0;opacity: 1;}
}
@-ms-keyframes about-left {
	from{left: 400px;opacity: 0;}
	to{left: 0;opacity: 1;}
}
@-webkit-keyframes about-left {
	from{left: 400px;opacity: 0;}
	to{left: 0;opacity: 1;}
}
.zUIpanelScrollBox {
	width: 7px;
	height: 100%;
	top: 0px;
	right: 0px;
	border-radius: 4px;
	background-color: #f7f8f8;
	border: 2px solid #dcdddd;
	position: absolute !important;
	overflow: hidden;
}
.zUIpanelScrollBar {
	display: block !important; 
	position: absolute !important;
	width: 5px;
	top: 0px;
	right: 1px !important;
	left: auto !important;
	z-index: 110;
	border-radius: 4px;
	background-color: #9fa0a0;
}
.about1 {
	width: 100%;
	overflow: hidden;
	margin: 75px 0 0;
	position: relative;
}
.about1 .about1-top {
	width: 100%;
	height: 625px;
	overflow: hidden;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/about1.jpg) no-repeat top center;
}
.about1 .about1-top .top-txt {
	width: 900px;
	overflow: hidden;
	margin: 205px 0 0;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}
.top-txt h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	margin: 0 0 20px;
}
.about1 .about1-bottom {
	width: 100%;
	height: 245px;
	overflow: hidden;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/about2.jpg) no-repeat top center;
}
.about1 .about1-bottom .btm-txt {
	width: 900px;
	overflow: hidden;
	margin: 50px 0 0;
	color: #7b7b7b;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	position: relative;
}
.btm-txt h1 {
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	color: #333333;
	margin: 0 0 20px;
}
.btm-txt span {
	display: block;
	width: 125px;
	height: 22px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}
@keyframes asl{
	from{right: 110%;}
	to{right: -110%;}
}
@-moz-keyframes asl{
	from{right: 110%;}
	to{right: -110%;}
}
@-ms-keyframes asl{
	from{right: 110%;}
	to{right: -110%;}
}
@-webkit-keyframes asl{
	from{right: 110%;}
	to{right: -110%;}
}
.btm-txt span img {
	position: absolute;
	top: 0;
	right: 0;
}
.btm-txt span:hover img {
	animation: asl 1.2s linear infinite;
	-ms-animation: asl 1.2s linear infinite;
	-moz-animation: asl 1.2s linear infinite;
	-webkit-animation: asl 1.2s linear infinite;
}
.about1 .about1-jj {
	width: 410px;
	height: 650px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 280px;
	box-shadow: -4.5px -7.8px 11.7px 1.3px rgba(0,0,0,0.14);
	padding: 46px 40px 0;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.about1-jj .jj-img {
	width: 145px;
	height: 145px;
	border-radius: 50%;
	overflow: hidden;
	border: 5px solid #FFFFFF;
	box-shadow: 2.5px 1.7px 11.3px 1.7px rgba(0,0,0,0.19);
	margin: 0 auto;
	cursor: pointer;
}
.jj-img img {
	width: 100%;
	box-shadow: 2.5px 1.7px 11.3px 1.7px rgba(0,0,0,0.19) inset;
	transition: all 0.5s;
}
.about1-jj .jj-img:hover img {
	transform: scale(1.1);
}
.about1-jj h4 {
	text-align: center;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin: 20px 0 25px;
}
@media only screen and (max-width: 991px ) {
	.about1 .about1-top .top-txt {
	    width: 100%;
	    margin: 170px 0 0;
	}
	.about1 .about1-bottom .btm-txt {
	    width: 100%;
	}
	.about1 .about1-jj {
	    width: 100%;
	    height: auto;
	    position: relative;
	    left: 0;
	    margin: 0;
	    box-shadow: none;
	    padding: 45px 40px 0;
	}
}
@media only screen and (max-width: 767px ) {
	.about1 {
		margin: 60px 0 0;
	}
	.about1 .about1-top {
		height: auto;
		background-size: auto 100%;
	}
	.about1 .about1-top .top-txt {
	    margin: 60px 0 50px;
	    font-size: 14px;
	    line-height: 25px;
	}
	.top-txt h1 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 10px;
	}
	.about1 .about1-bottom {
	    height: auto;
	    background-size: auto 100%;
	}
	.about1 .about1-bottom .btm-txt {
	    margin: 40px 0;
	    font-size: 14px;
	    line-height: 20px;
	}
	.btm-txt h1 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 10px;
	}
	.btm-txt img {
		width: 60px;
		top: 10px;
	}
	.about1 .about1-jj {
		width: 335px;
	    padding: 40px 0 0;
	    margin: 0 auto;
	}
	.about1-mask .container {
		padding: 30px 0;
	}
	.about1-mask .about1-container .mask-txt {
		padding: 0 30px;
		font-size: 12px;
		line-height: 20px;
	}
	.about1-mask h1 {
	    font-size: 28px;
	    line-height: 32px;
	    margin: 0 0 10px;
	}
}
@media only screen and (min-width: 992px ) {
	.about1 .about1-top .top-txt {
		width: 515px;
		margin: 150px 0 0;
	}
	.about1 .about1-jj {
		margin: 0 0 0 75px;
	}
	.about1 .about1-bottom .btm-txt {
	    width: 515px;
	    margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.about1 .about1-top .top-txt {
		width: 630px;
		margin: 150px 0 0;
	}
	.about1 .about1-jj {
		margin: 0 0 0 140px;
	}
	.about1 .about1-bottom .btm-txt {
	    width: 630px;
	    margin: 40px 0 0;
	}
}
@media only screen and (min-width: 1450px) {
	.about1 .about1-top .top-txt {
		width: 900px;
		margin: 205px 0 0;
	}
	.about1 .about1-bottom .btm-txt {
	    width: 900px;
	    margin: 50px 0 0;
	}
	.about1 .about1-jj {
		margin: 0 0 0 280px;
	}
}
/*理事会*/
.about2 {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0;
	position: relative;
}
.about2 h1 {
	line-height: 40px;
	color: #333333;
	font-weight: bold;
	font-size: 30px;
	margin: 0 0 35px;
}
.about2 h1 span {
	color: #999999;
	font-size: 18px;
	font-weight: initial;
	margin: 0 0 0 10px;
}
.about2 .about2-swiper {
	width: 100%;
	overflow: hidden;
	padding: 0 0 50px;
	text-align: center;
	border-bottom: 1px solid #dfdfdf;
}
.about2 .about2-swiper .about2-box {
	width: 100%;
	overflow: hidden;
}
.about2-swiper .swiper-grid > .swiper-wrapper {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.about2-swiper .swiper-grid-column > .swiper-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}
.about2-swiper .about2-box .about2-img {
	width: 100%;
	overflow: hidden;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/about3.jpg) no-repeat top center;
	background-size: 100%;
}
.about2-swiper .about2-box .about2-img img {
	width: 100%;
}
.about2-swiper .about2-box h4 {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #333333;
	font-size: 16px;
	margin: 10px 0 0;
}
.about2 #about3 {
	position: absolute;
	left: 0;
	bottom: 75px;
}
.about2-swiper .swiper-button-prev,.about2-swiper .swiper-container-rtl .swiper-button-next {
    background-image: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/left.png);
    left: -10px;
}
.about2-swiper .swiper-button-next,.about2-swiper .swiper-container-rtl .swiper-button-prev {
    background-image: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/right.png);
    right: -10px;
}
.about2-swiper .swiper-button-next,.about2-swiper .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background-size: 100% auto;
}
@media only screen and (max-width: 767px ) {
	.about2 {
	    padding: 40px 0 0;
	}
	.about2 h1 {
	    line-height: 30px;
	    font-size: 24px;
	    margin: 0 0 20px;
	}
	.about2 h1 span {
	    font-size: 14px;
	    margin: 0 0 0 5px;
	}
	.about2 .about2-swiper {
	    padding: 0 0 40px;
	}
	.about2-swiper .about2-box h4 {
	    height: 15px;
	    line-height: 15px;
	    font-size: 12px;
	}
}
/*业务范围*/
.about3 {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 95px;
}
.about3 .about3-title {
	width: 100%;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 60px;
}
.about3 .about3-title h1 {
	color: #333333;
	font-size: 30px;
	font-weight: bold;
	line-height: 35px;
	margin: 0 0 13px;
}
.about3 .about3-img {
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.about3 .about3-img img {
	max-width: 100%;
}
.about3 .about3-img h4 {
	width: 110px;
	height: 60px;
	line-height: 30px;
	color: #333333;
	font-size: 18px;
	position: absolute;
}
.about3 .about3-img h4:nth-of-type(1) {
	bottom: 65px;
	left: 70px;
	color: #FFFFFF;
}
.about3 .about3-img h4:nth-of-type(2) {
	top: 170px;
	left: 410px;
}
.about3 .about3-img h4:nth-of-type(3) {
	bottom: 85px;
	left: 525px;
}
.about3 .about3-img h4:nth-of-type(4) {
	top: 180px;
	right: 410px;
	color: #FFFFFF;
}
.about3 .about3-img h4:nth-of-type(5) {
	bottom: 83px;
	right: 72px;
}
@media only screen and (max-width: 991px ) {
	.about3-title p br {
		display: none;
	}
	.about3 .about3-img h4 {
		width: 90px;
		height: 40px;
		line-height: 20px;
		font-size: 12px;
	}
	.about3 .about3-img h4:nth-of-type(1) {
		bottom: 29px;
		left: 12px;
	}
	.about3 .about3-img h4:nth-of-type(2) {
		top: 83px;
		left: 190px;
	}
	.about3 .about3-img h4:nth-of-type(3) {
		bottom: 40px;
		left: 247px;
	}
	.about3 .about3-img h4:nth-of-type(4) {
		top: 92px;
		right: 190px;
	}
	.about3 .about3-img h4:nth-of-type(5) {
		bottom: 38px;
		right: 15px;
	}
}
@media only screen and (max-width: 767px ) {
	.about3 {
	    padding: 35px 0 0;
	}
	.about3 .about3-title {
	    font-size: 12px;
	    line-height: 20px;
	    margin: 0;
	}
	.about3 .about3-title h1 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 10px;
	}
	.about3 .about3-img {
		width: 708px;
		position: relative;
		left: 50%;
		margin-left: -354px;
		transform: scale(0.45);
	}
}
@media only screen and (min-width: 992px ) {
	.about3 .about3-img h4 {
		width: 90px;
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.about3 .about3-img h4:nth-of-type(1) {
		bottom: 50px;
		left: 37px;
	}
	.about3 .about3-img h4:nth-of-type(2) {
		top: 120px;
		left: 276px;
	}
	.about3 .about3-img h4:nth-of-type(3) {
		bottom: 63px;
		left: 360px;
	}
	.about3 .about3-img h4:nth-of-type(4) {
		top: 132px;
		right: 280px;
	}
	.about3 .about3-img h4:nth-of-type(5) {
		bottom: 60px;
		right: 36px;
	}
}
@media only screen and (min-width: 1200px) {
	.about3 .about3-img h4 {
		width: 110px;
		height: 50px;
		line-height: 25px;
		font-size: 16px;
	}
	.about3 .about3-img h4:nth-of-type(1) {
		bottom: 55px;
		left: 37px;
	}
	.about3 .about3-img h4:nth-of-type(2) {
		top: 135px;
		left: 312px;
	}
	.about3 .about3-img h4:nth-of-type(3) {
		bottom: 67px;
		left: 400px;
	}
	.about3 .about3-img h4:nth-of-type(4) {
		top: 148px;
		right: 310px;
	}
	.about3 .about3-img h4:nth-of-type(5) {
		bottom: 67px;
		right: 36px;
	}
}
@media only screen and (min-width: 1450px) {
	.about3 .about3-img h4 {
		width: 110px;
		height: 60px;
		line-height: 30px;
		font-size: 18px;
	}
	.about3 .about3-img h4:nth-of-type(1) {
		bottom: 65px;
		left: 70px;
	}
	.about3 .about3-img h4:nth-of-type(2) {
		top: 170px;
		left: 410px;
	}
	.about3 .about3-img h4:nth-of-type(3) {
		bottom: 85px;
		left: 525px;
	}
	.about3 .about3-img h4:nth-of-type(4) {
		top: 180px;
		right: 410px;
	}
	.about3 .about3-img h4:nth-of-type(5) {
		bottom: 83px;
		right: 72px;
	}
}
.about4 {
	width: 100%;
	overflow: hidden;
	padding: 60px 0 85px;
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/structure.jpg) no-repeat bottom center;
	background-attachment: fixed;
}
.about4 h1 {
	margin: 0 0 45px;
	font-weight: bold;
	font-size: 30px;
	color: #FFFFFF;
}
.about4 img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media only screen and (max-width: 991px) {
	.about4 {
		background-size: auto 100%;
	}
}
@media only screen and (max-width: 767px) {
	.about4 {
		padding: 40px 0 45px;
	}
	.about4 h1 {
		font-size: 28px;
		margin: 0 0 30px;
	}
}
.about5 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 55px;
}
.about5 h1 {
	font-weight: bold;
	font-size: 30px;
	color: #333333;
	margin: 0 0 35px;
}
.about5 .about5-map {
	width: 940px;
	height: 460px;
	overflow: hidden;
	float: left;
	border: 1px solid #cfcfcf;
}
.about5-contact {
	width: 400px;
	height: 460px;
	padding: 40px;
	overflow: hidden;
	float: right;
	background-color: #f8f8f8;
}
.about5-contact ul {
	width: 100%;
	overflow: hidden;
}
.about5-contact ul li {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 25px;
	margin: 0 0 12px;
	padding: 0 0 0 45px;
}
.about5-contact ul li:nth-of-type(1) {
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/ct1.png) no-repeat 2% 0;
}
.about5-contact ul li:nth-of-type(2) {
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/ct2.png) no-repeat 2% 0;
}
.about5-contact ul li:nth-of-type(3) {
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/ct3.png) no-repeat 2% 0;
}
.about5-contact ul li:nth-of-type(4) {
	background: url(https://website-society.oss-cn-shanghai.aliyuncs.com/website-society/image/legacy/Dist/img/ct4.png) no-repeat 2% 0;
}
.about5-contact ul li h4 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 25px;
}
.about5-contact ul li:nth-of-type(4) h4 {
	font-family: "arial, helvetica, sans-serif";
}
.about5-contact ul li:nth-of-type(2) p,.about5-contact ul li:nth-of-type(3) p,.about5-contact ul li:nth-of-type(4) p {
	font-family: "arial, helvetica, sans-serif";
}
.about5-contact img {
	margin: 25px 0 0;
}
@media only screen and (max-width: 991px) {
	.about5 .about5-map {
		width: 100%;
	}
	.about5-contact {
	    width: 100%;
	}
}
@media only screen and (max-width: 767px) {
	.about5 {
	    padding: 35px 0 40px;
	}
	.about5 h1 {
	    font-size: 28px;
	    margin: 0 0 25px;
	}
	.about5 .about5-map {
	    height: 350px;
	}
	.about5-contact {
	    height: auto;
	    padding: 30px;
	}
	.about5-contact img {
	    margin: 10px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.about5 .about5-map {
		width: 640px;
	}
	.about5-contact {
	    width: 300px;
	}
}
@media only screen and (min-width: 1200px) {
	.about5 .about5-map {
		width: 765px;
	}
	.about5-contact {
	    width: 300px;
	}
}
@media only screen and (min-width: 1450px) {
	.about5 .about5-map {
		width: 940px;
	}
	.about5-contact {
	    width: 400px;
	}
}
