* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: "microsoft yahei";
	font-size: .14rem!important;
	background-color: #1F1F1F;
}

li {
	list-style: none;
	display: none;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

#boxhdp {
	    height: 29rem;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0rem 0.11rem 0.25rem 0rem rgba(90, 43, 131, 0.15);
    background-color: #fff;
    border-radius: .15rem;
    padding: .31rem .5rem .5rem .5rem;
    border: 1px solid transparent;
    border-image: linear-gradient(to top, #5a2b83, #832b43);
    border-image-slice: 10;
}

#img>li {
	width: 100%;
	height: 100%;
	float: left;
	text-align: center;
	display: none;
}

#img>.current {
	display: block;
}

#li {
	position: absolute;
	left: 50%;
	bottom: .15rem;
	margin-left: -.35rem;
}

#li>li {
	width: .1rem;
	height: .1rem;
	background-color: #ccc;
	border-radius: 50%;
	margin-right: .05rem;
	float: left;
	cursor: pointer;
}

#li>.on {
	background-color: #f50;
}

#an a {
	position: absolute;
    top: 50%;
    margin-top: -4.2rem;
    width: 2.36rem;
    height: 4.64rem;
    text-align: center;
    line-height: .4rem;
    color: #fff;
    font-family: "宋体";
    font-weight: 600;
    font-size: 1.2em;
}

#an .an-a1 {
	width: 45px;
    height: 6rem;
	left: -6.13rem;
	background: url(../image/zuo1.png);
	background-repeat: no-repeat;
	background-image: 100% 100%;
	background-size: 100%;
}

#an .an-a2 {
	width: 45px;
    height: 6rem;
	right: -5.93rem;
	background: url(../image/you.png);
	background-repeat: no-repeat;
	background-image: 100% 100%;
	background-size: 100%;
}

.meetRoom-bj {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	height: 100%;
	background-image: url(../image/year-bak-img.jpg);
	position: fixed;
	width: 100%;
	padding: 0;
	border-radius: 0rem;
	z-index: -1;
}

.header {
	height: 8.6rem;
	width: 100%;
	padding-left: 5.9rem;
	padding-top: 1.64rem;
	position: relative;
	margin-bottom: 1.9rem;
}

.logo {
	width: 11.27rem;
	height: 3.95rem;
	float: left;
}

.title {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 1.99rem; height : 2.6rem; color : #5a2b83; width : 30rem;
	background-image: url(../image/back-top.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 4.6rem;
	color: #5a2b83;
	width: 50rem;
}

.Main {
	margin: 0 auto;
	width: 80%;
	height: 33.06rem;
}

i {
	font-style: normal;
}

.Main_title {
	padding-left: 3.28rem;
	overflow: hidden;
}

.Main .Main_title i {
	border: 2px solid #5a2b83;
    border-image-slice: 10;
	width: 8.98rem;
	height: 2.6rem;
	background-color: #fff;
	border-radius: 1.1rem 1.1rem 0 0;
	float: left;
	text-align: center;
	line-height: 2.6rem;
	font-size: 1rem;
	margin-right: 0.28rem;
	font-weight: 600;
	cursor: pointer;
}

.img_left {
	width: 45%;
    height: 26.61rem;
    background-color: #fff;
    float: left;
    border-radius: .21rem;
    margin-top: 1rem;
    box-shadow: 0.2rem 0.23rem 0.2rem 0.27rem rgba(90, 43, 131, 0.10);
    padding: 1.4rem 0.39rem 0 .86rem;
    color: #333;
}

.img_left .name {
	font-size: 17px;
    font-weight: 600;
    font-family: PingFangSC, PingFangSC-Medium;
    height: 4.3rem;
    text-align: left;
    overflow: auto;
}

.img_leftBox {
	margin-top: 1.22rem;
	overflow: auto;
    height: 250px;
}

.img_leftBox i {
	display: inline-block;
	background-color: #f9f9f9;
    height: 100%;
    width: 90%;
    margin-bottom: 0.5rem;
    font-size: 16px;
    font-family: PingFangSC, PingFangSC-Regular;
    font-weight: 400;
    text-align: left;
    line-height: 1.6rem;
    border-radius: .5rem;
    padding-left: 0.27rem;
}

.img_leftBox .active {
	position: relative;
	background-color: #ecf2ff;
}

.activeSpan {
	position: absolute;
    width: 1.88rem;
    height: 2.27rem;
    background: url(../image/xz.png)no-repeat;
    background-size: 100%;
    right: 0.46rem;
    top: 0.7rem;
}

.Main .Main_title .active_title {
	background-color: #5a2b83;
	color: #fff;
}

.Main .Mainbox .selected {
	display: block;
}

.Mainbox>div {
	display: none;
	width: 100%;
    height: 27rem;
	background-color: #fff;
	border-radius: .15rem;
	box-shadow: 0rem .11rem .25rem 0rem rgba(90, 43, 131, 0.15);
}

.person {
	padding: .86rem 2.02rem 0;
}

.person>div {
	width: 20%;
    height: 18.52rem;
    margin: 4rem 8%;
	background: #fefefe;
	border-radius: .21rem;
	box-shadow: 0rem .13rem .2rem .07rem rgba(90, 43, 131, 0.10);
	display: inline-block;
	position: relative;
}

.person>div:nth-child(2) {
	margin: 0 1.8rem;
}

.person>div>i {
	width: 4rem;
    height: 4rem;
	position: absolute;
	left: -.02rem;
	top: 0;
}

.person>div:nth-child(1) i {
	background: url(../image/one.png) no-repeat 100% 100%;
	background-size: 100%;
}

.person>div:nth-child(2) i {
	background: url(../image/two.png) no-repeat 100% 100%;
	background-size: 100%;
}

.person>div:nth-child(3) i {
	background: url(../image/three.png) no-repeat 100% 100%;
	background-size: 100%;
}

.region-list>div:nth-child(1) i {
	background: url(../image/one.png) no-repeat 100% 100%;
	background-size: 100%;
}

.region-list>div:nth-child(2) i {
	background: url(../image/two.png) no-repeat 100% 100%;
	background-size: 100%;
}

.region-list>div:nth-child(3) i {
	background: url(../image/three.png) no-repeat 100% 100%;
	background-size: 100%;
}

.person-hn>div:nth-child(1) i {
	background: url(../image/one.png) no-repeat 100% 100%;
	background-size: 100%;
}

.person-hn>div:nth-child(2) i {
	background: url(../image/two.png) no-repeat 100% 100%;
	background-size: 100%;
}

.person-hn>div:nth-child(3) i {
	background: url(../image/three.png) no-repeat 100% 100%;
	background-size: 100%;
}

.personImg {
	width: 44%;
    height: 6.04rem;
    border-radius: 55%;
    margin-top: 2.47rem;
    margin-left: 3.77rem;
    overflow: hidden;
}

.person .p1 {
	margin: 22px 0px;
    font-size: 25px;
    font-weight: 600;
	text-align: center;
	font-family: PingFangSC, PingFangSC-Medium;
	color: #333333;
}

.person .p2 {
	font-size: 25px;
    margin-bottom: 20px;
	text-align: center;
	background: linear-gradient(to right, #fac800, #f39700);
	-webkit-background-clip: text;
	color: transparent;
	font-family: DIN, DIN-Medium;
	font-weight: 600;
}

.person .p3 {
	text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #5a2b83;
}

.region-list .p1 {
	margin: 22px 0px;
    font-size: 25px;
    font-weight: 600;
	text-align: center;
	font-family: PingFangSC, PingFangSC-Medium;
	color: #333333;
}

.region-list .p2 {
	font-size: 25px;
    margin-bottom: 20px;
	text-align: center;
	background: linear-gradient(to right, #fac800, #f39700);
	-webkit-background-clip: text;
	color: transparent;
	font-family: DIN, DIN-Medium;
	font-weight: 600;
}

.region-list .p3 {
	text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #5a2b83;
}

.region-list {
	padding: .86rem 2.02rem 0;
}

.region-list>div {
	width: 20%;
    height: 18.52rem;
    margin: 4rem 8%;
	background: #fefefe;
	border-radius: .21rem;
	box-shadow: 0rem .13rem .2rem .07rem rgba(90, 43, 131, 0.10);
	display: inline-block;
	position: relative;
}

.region-list>div:nth-child(2) {
	margin: 0 1.8rem;
}

.region-list>div>i {
	width: 4rem;
    height: 4rem;
	position: absolute;
	left: -.02rem;
	top: 0;
}

.person-hn .p1 {
	margin: 22px 0px;
    font-size: 25px;
    font-weight: 600;
	text-align: center;
	font-family: PingFangSC, PingFangSC-Medium;
	color: #333333;
}

.person-hn .p2 {
	font-size: 25px;
    margin-bottom: 20px;
	text-align: center;
	background: linear-gradient(to right, #fac800, #f39700);
	-webkit-background-clip: text;
	color: transparent;
	font-family: DIN, DIN-Medium;
	font-weight: 600;
}

.person-hn .p3 {
	text-align: center;
    font-size: 23px;
    font-weight: 600;
    color: #5a2b83;
}

.person-hn {
	padding: .86rem 2.02rem 0;
}

.person-hn>div {
	width: 20%;
    height: 18.52rem;
    margin: 4rem 8%;
	background: #fefefe;
	border-radius: .21rem;
	box-shadow: 0rem .13rem .2rem .07rem rgba(90, 43, 131, 0.10);
	display: inline-block;
	position: relative;
}

.person-hn>div:nth-child(2) {
	margin: 0 1.8rem;
}

.person-hn>div>i {
	width: 4rem;
    height: 4rem;
	position: absolute;
	left: -.02rem;
	top: 0;
}

.area {
	padding: .44rem .5rem 0 .5rem;
}

.areaTitle {
	font-size: 1.16rem;
    color: #702b62;
    font-weight: 600;
    margin-bottom: .17rem;
}

.areaTitle span:nth-child(1) {
	margin-left: 2.32rem;
}

.areaTitle span:nth-child(2) {
	margin-left: .68rem;
}

.areaBox>div {
	width: 18.6rem;
	float: left;
}

.areaBox>div:nth-child(2) {
	margin: 0 5.4rem;
}

.areaBox>div>span {
	width: 17.58rem!important;
    height: 4.22rem;
    margin-top: 2rem;
    margin-left: 4rem!important;
    display: inline-block!important;
    position: relative;
    border-radius: .21rem;
    box-shadow: 0rem 0.13rem 0.2rem 0.07rem rgba(90, 43, 131, 0.10);
}

.areaBox>div>span:nth-child(1),.areaBox>div>span:nth-child(2) {
	margin-bottom: .2rem;
}

.areaBox>div:nth-child(1)>span:nth-child(1)>i {
	position: absolute;
	left: -.01rem;
	top: 0;
	width: 3.18rem;
	height: 3.18rem;
	background: url(../image/one.png);
	background-size: 100%;
}

.areaBox>div:nth-child(1)>span:nth-child(2)>i {
	position: absolute;
	left: -.01rem;
	top: 0;
	width: 3.18rem;
	height: 3.18rem;
	background: url(../image/two.png);
	background-size: 100%;
}

.areaBox>div:nth-child(1)>span:nth-child(3)>i {
	position: absolute;
	left: -.01rem;
	top: 0;
	width: 3.18rem;
	height: 3.18rem;
	background: url(../image/three.png);
	background-size: 100%;
}

.areaBox>div:nth-child(2)>span i,.areaBox>div:nth-child(3)>span i {
	position: absolute;
	left: .5rem;
	top: .35rem;
	font-size: 1.32rem;
	font-family: DIN, DIN-BlackItalic;
	font-weight: BlackItalic;
	color: #5a2b83;
}

.areaBox .span1 .a1 {
	display:none!important;
	width: .8rem;
	display: inline-block;
	height: .8rem;
	background-color: #999999;
	margin-left: 1.1rem;
	margin-top: .17rem;
	border-radius: 50%;
	overflow: hidden;
}

.areaBox .span1 .a2 {
	position: absolute;
	font-size: 1.22rem;
	font-family: PingFangSC, PingFangSC-Medium;
	font-weight: 600;
	top: 1.44rem;
	left: 4.28rem;
}

.areaBox .span1 .a3 {
	position: absolute;
    font-size: 1.5rem;
    font-family: DIN, DIN-Medium;
    font-weight: 600;
    top: 1.56rem;
    left: 10.88rem;
    background: linear-gradient(to right, #fac800, #f39700);
    -webkit-background-clip: text;
    color: transparent;
}
p{
	margin :0px;
}
#img p{
	line-height: 1.8rem;
	margin:6px 0;
}
.hide{
	display:none;
}

.Mainbox{
	border: 1px solid transparent;
    border-image: linear-gradient(to top, #5a2b83, #832b43);
    border-image-slice: 10;
}

.region-2{
	width: 23.6rem!important;
}
.region-3{
	width:23.6rem!important;
}
#wrapper{
	height:0px;
}