body {font-size: 0.16rem; color: #000;line-height: 0.24rem;background: #fff;min-height: 100%;font-family:-apple-system,BlinkMacSystemFont,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
* {margin: 0;padding: 0;border: 0;}
ul,ul li,ol,li {list-style: none outside none;}
img {vertical-align: middle;border: none;image-rendering: -webkit-optimize-contrast;image-rendering: optimizeQuality;}
i {font: inherit;}
input,select,option {vertical-align: middle;border-radius: 0px;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;}
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;}
select::-ms-expand { display: none; }
a {color: #000;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:hover {text-decoration: none;outline: none;}
.clear {clear: both;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin: 0;padding: 0;}

.sp {display: none !important;}
html {
	font-size: 100px;
}
body {
/*	background: url(../images/44166148_m.jpg) center ;*/
	background-size: contain;
}

.header {
	width: 10rem;
	height: 2.40rem;
	margin: 0 auto;
	background: url(../images/bg-01.jpg) center no-repeat;
	position: relative;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}


/*menu btn*/
.menu-btn {
	display: inline-block;
	width: 0.75rem;
	height: 2.4rem;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
}
.menu-btn:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #000;
	z-index: 99;
	-webkit-transition: all .15s linear .15s;
	-o-transition: all .15s linear .15s;
	transition: all .15s linear .15s;
}
.menu-btn.is-active:before {
	height: 100%;
	-webkit-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}
.menu-btn-box {
	cursor: pointer;
	margin-top: 0.38rem;
}
.menu-btn .menu-btn-three {
	display: block;
	position: relative;
	z-index: 100;
}
.menu-btn .menu-btn-three .line {
	width: 0.32rem;
	height: 0.02rem;
	background-color: #fff;
	display: block;
	margin: 0 auto 0.08rem;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.menu-btn .menu-btn-text {
	display: block;
	line-height: 0.14rem;
	font-size: 0.12rem;
	font-weight: bold;
	color: #fff;
	position: relative;
	z-index: 100;
}

.menu-btn.is-active .line:nth-child(2) {
	opacity:0
}
.menu-btn.is-active .line:nth-child(1) {
	-webkit-transform:translateY(0.10rem) rotate(45deg);
	-ms-transform:translateY(0.10rem) rotate(45deg);
	-o-transform:translateY(0.10rem) rotate(45deg);
	transform:translateY(0.10rem) rotate(45deg)
}
.menu-btn.is-active .line:nth-child(3) {
	-webkit-transform:translateY(-0.10rem) rotate(-45deg);
	-ms-transform:translateY(-0.10rem) rotate(-45deg);
	-o-transform:translateY(-0.10rem) rotate(-45deg);
	transform:translateY(-0.10rem) rotate(-45deg)
}


.menu-bg {
	display: none;
}

.menu-listBox {
	position: absolute;
	top: 2.4rem;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #000;
	z-index: 100;
	overflow: hidden;
	-webkit-transition: all .15s linear 0s;
	-o-transition: all .15s linear 0s;
	transition: all .15s linear 0s;
}

.menu-listBox.is-active {
	height: 3.68rem;
	-webkit-transition: all .2s linear .2s;
	-o-transition: all .2s linear .2s;
	transition: all .2s linear .2s;
}
.menu-listBox-nav {
	width: 3.25rem;
	margin: 0.50rem auto 0;
}
.menu-listBox-nav ul {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.menu-listBox-nav ul li {
	width: 1.50rem;
	height: 0.35rem;
	line-height: 0.35rem;
	background-color: #fff;
	margin-bottom: 0.15rem;
}
.menu-listBox-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.14rem;
	color: #000;
	font-weight: bold;
}
.menu-listBox-nav ul li a:hover {
	color: #c11920;
}
.menu-listBox-nav ul li a > span{
	padding: 0 0.06rem 0 0.10rem;
	color: #c11920;
}
.menu-listBox-close {
	width: 1.50rem;
	height: 0.34rem;
	line-height: 0.34rem;
	font-size: 0.14rem;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: 0.02rem #fff solid;
	margin: 0.30rem auto 0.50rem;
	cursor: pointer;
}


/*banner*/
.banner {
	width: 10rem;
	margin: 0 auto;
	border-top: 0.02rem #000 solid;
	border-bottom: 0.02rem #000 solid;
}
.banner img {
	width: 100%;
}
.banner .swiper-slide {
	background: #231815;
}

.banner-bot {
	font-size: .4rem;
	color: red;
	font-weight: bold;
	padding-bottom: .1rem;
	text-align: center;
	line-height: 1.5;
}

/*home main*/
.m-title {
	width: 100%;
	height: 0.5rem;
	background: #f096b0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
}
.m-title img {
	width: auto;
	height: 0.17rem;
}

.home-main {
	width: 10rem;
	margin: 0 auto 0.75rem;
}
.hm-topText {
	text-align: center;
	padding-top: 0.50rem;
	margin-bottom: 0.50rem;
}
.hm-topText img {
	margin: 0 auto;
}

.hm-text2 {
	width: 3.90rem;
	line-height: 0.26rem;
	font-size: 0.17rem;
	color: #000000;
	text-align: center;
	padding: .15rem .1rem;
	margin: .5rem auto 0;
	border: 1px #000000 solid;
}
.hm-text2-img {
	margin-top: -0.12rem;
}
.hm-text3 {
	width: 100%;
	text-align: center;
	padding: 0.14rem;
	margin: 0 auto 0.45rem;
	box-sizing: border-box;
}
.hm-text3 img {
	vertical-align: middle;
}
.hm-text4 {
	width: 6.5rem;
	margin: .5rem auto 0;
}
.hm-text4 a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.hm-text4 a img {
	width: 1.8rem;
	height: 1.4rem;
}
.hm-text4 .hmt4-r {
	width: 4.7rem;
	height: 1.4rem;
	background-color: #064a96;
	padding: .25rem .28rem;
	line-height: .44rem;
	font-size: .3rem;
	color: #fff;
	box-sizing: border-box;
	text-indent: -0.5em;
}
.hm-text5 {
	width: 6.5rem;
	margin: .5rem auto 0;
}
.hm-text5 a {
	display: block;
}
.hm-text5 a img {
	width: 100%;
}
.hm-text6 {
	width: 5rem;
	padding-top: .3rem;
    padding-bottom: .2rem;
}

.hm-text7 {
	width: 100%;
	padding: .5rem 0;
}
.hm-text7 .ht1 {
	font-size: 1rem;
    color: #3e8af7;
    line-height: 1.4;
    text-align: center;
}
.hm-text7 .ht2 {
	font-size: .22rem;
    line-height: 1.6;
    text-align: center;
    padding-top: 0.2rem;
}
.hm-text7 .ht3 {
	font-size: .22rem;
    color: #d9bb67;
    text-align: right;
    padding-top: .2rem;
}
.hm-menu {
	display: none;
}



.hm-news {
	width: 3.75rem;
	float: right;
}

.hm-news-box {
	height: 5.60rem;
	margin-top: 0.2rem;
	border: 0.01rem #f096b0 solid;
}
.swiper-container-news {
	height: 5.60rem;
}
.hm-news-box .swiper-wrapper {
	padding-left: 0.10rem;
	padding-right: 0.12rem;
	box-sizing: border-box;
}
.hm-news-box .swiper-wrapper .swiper-slide {
	border-bottom: 0.01rem #f096b0 solid;
	padding: 0.22rem 0.18rem 0.22rem 0;
	box-sizing: border-box;
}
.hm-news-box .swiper-wrapper .swiper-slide:last-child {
	border-bottom: none;
}
.hm-news-box .swiper-wrapper .swiper-slide span {
	display: block;
	line-height: 0.24rem;
	font-size: 0.14rem;
	color: #000;
}

.hm-news-box .swiper-wrapper .swiper-slide span.hm-s-title {
	display: block;
	line-height: 0.26rem;
	font-size: 0.14rem;
	color: #000;
	font-weight: bold;
}
.hm-news-box .swiper-wrapper .swiper-slide img.hm-news-img {
	width: 100%;
	height: auto;
	padding-top: 0.1rem;
}
/*.hm-news-box .swiper-wrapper .swiper-slide a:hover {
	color: #8002bb;
}*/


.swiper-scrollbar-news {
	width: 0.13rem !important;
	height: 100%  !important;
	right: 0 !important;
	top: 0 !important;
	border-radius: 0;
	border-left: 0.01rem #f096b0 solid;
	padding: 0.01rem 0;
	box-sizing: border-box;
}
.swiper-scrollbar-news .swiper-scrollbar-drag {
	width: 0.10rem;
	margin: 0 0.01rem;
	background-color: #f096b0;
	border-radius: 0;
	border-bottom: 0.02rem rgba(0,0,0,.1) solid;
	box-sizing: border-box;
}


.hm-photo {
	width: 5.7rem;
	float: left;
}


.hm-photo-box1 {
	width: 100%;
	/*height: 3.8rem;*/
	/*height: 8.1rem;*/
	height: auto;
	margin-top: 0.25rem;
}
.hm-photo-box1 img {
	width: 100%;
	height: 100%;
}
.hm-photo-box1 .swiper-slide {
	background: #231815;
}

.hm-photo-box2 {
	width: 100%;
	margin-top: 0.75rem;
}
.swiper-container-photo2 {
	overflow: visible;
}
.swiper-container-photo2 .swiper-wrapper {
	transform: none !important;
	transition-duration: 0ms !important;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: space-between;
	height:3.2rem;
	cursor: pointer;
}
.swiper-container-photo2 .swiper-slide {
	width: 1.9rem !important;
	height: 1.26rem !important;
	opacity: 1 !important;
	transform: none !important;
	transition-duration: 0ms !important;
}
.swiper-container-photo2 .swiper-slide:before {
	width: 100%;
	height: 100%;
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: 8;
}
.swiper-container-photo2 .swiper-slide:after {
	width: 1.9rem;
	height: 0.02rem;
	content:"";
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	background-color: #9d141b;
	z-index: 9;
}
.swiper-container-photo2 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-container-photo2 .swiper-slide-thumb-active:before {
	opacity: 0;
}
.swiper-container-photo2 .swiper-slide-thumb-active:after {
	height: 0.01rem;
	bottom: -0.005rem !important;
	background-color: #f096b0 !important;
}
.swiper-container-photo2 .swiper-slide:hover:before {
	opacity: 0;
}
.hm-about {
	width: 3.75rem;
    float: right;
    margin-top: 0.5rem;
    text-align: center;
}
.hm-about-logo {
	margin:0 auto;
}
.hm-about-text {
	font-size: 0.14rem;
	color: #000;
	line-height: 0.24rem;
	margin: 0.30rem 0 0.32rem;
}
.hm-about-text a,.hm-about-text a:hover {
	text-decoration: underline;
}

.hm-about-btn {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hm-about-btn a {
	display: block;
	width: 1.865rem;
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	background-color: #3e3a39;
}
.hm-about-btn a:hover {
	opacity: 0.75;
}
.hm-about-btn a span {
	color: #e60012;
}

.footer {
	width: 10rem;
	height: 0.75rem;
	margin: 0 auto;
	text-align: center;
	background-color: #f096b0;
}
.footer-p1 {
	font-size: 0.12rem;
	color: #fff;
	line-height: 0.24rem;
	padding-top: 0.14rem;
}
.footer-p2 {
	font-size: 0.11rem;
	color: #fff;
	line-height: 0.24rem;
}




.main {
	width: 10rem;
	margin: 0 auto;
}



/*footerTop*/
.footerTop {
	width: 10rem;
	margin: 0 auto 0.24rem;
}
.ft-menu {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #f096b0;
}

.ft-menu-li {
	width: 1.24rem;
	height: 1.24rem;
	/*background: url(../images/menu-01.png) center no-repeat;
	background-size: contain;*/
	background-color: #ece273; /* 不支持线性的时候显示 */
    /*background-image: linear-gradient(45deg, #a0a0a0 , #FDFDFD);*/
	overflow: hidden;
	padding: 0.03rem;
	box-sizing: border-box;
}

.ft-menu-li a {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1.18rem;
	font-size: 0.14rem;
	color: #000;
	font-weight: bold;
	text-align: center;
	background: url(../images/menu-02.png) top right no-repeat;
	background-size: 0.2rem 0.2rem;
}
.ft-menu-li a:hover {
	/*color: #5d5d5d;*/
	opacity: 0.75;
}


.ft-btn {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0.06rem;
}
.ft-btn a {
	display: block;
	width: 4.99rem;
	height: 0.44rem;
	line-height: 0.44rem;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	background-color: #a3cd8e;
}
.ft-btn a:hover {
	opacity: 0.75;
}
.ft-btn a span {
	color: #e60012;
}
.ft-logo {
	display: block;
	width: 0.89rem;
	margin: 0.25rem auto 0;
}
.ft-text {
	font-size: 0.14rem;
	color: #000;
	line-height: 0.24rem;
	text-align: center;
	margin-top: 0.32rem;
}
.ft-text a {
	color: #000;
	text-decoration: underline;
}
.ft-text a:hover {
	text-decoration: underline;
}


/*system*/
.m-system-box {
	width: 6rem;
	margin: 0.58rem auto 0;
}
.m-system-box table {
	width: 100%;
	border-collapse: collapse;
}
.m-system-box table tr {
	
}
.m-system-box table tr td {
	border: 0.01rem #706d6c solid;
	font-size: 0.14rem;
	vertical-align: text-top;
}
.m-system-box table tr td:first-child {
	width: 1.48rem;
	line-height: 0.14rem;
	padding: 0.12rem 0.10rem;
	color: #E91E63;
}
.m-system-box table tr td:last-child {
	line-height: 0.20rem;
	padding: 0.09rem;
	color: #000;
}
.m-system-box table tr td a{
	color: #942430;
}
.m-system-box table tr td a:hover {
	text-decoration: underline;
}
.m-system-text {
	margin-left: 0.10rem;
	padding-top: 0.10rem;
}
.m-system-text p {
	font-size: 0.14rem;
	line-height: 0.20rem;
	color: #000;
}

.m-system-map-title {
	margin-top: 0.90rem;
}

.m-system-map-box {
	width: 6rem;
	height: 6rem;
	margin: 0.68rem auto 1.1rem;
}


/*staff*/
.m-staff {
	margin-bottom: 0.1rem;
}
.m-staff-box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0.50rem 0 0;
}
.m-staff-box-li {
	width: 2.10rem;
	margin-left: 0.5333rem;
	margin-bottom: 0.52rem;
}
.m-staff-box-li:nth-child(4n+1) {
	margin-left: 0;
}
.m-staff-box-li img {
	width: 2.10rem;
	height: 3.36rem;
}
.m-staff-box-li-t1 {
	width: 100%;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	background-color: #f096b0;
}
.m-staff-box-li-t2 {
	width: 100%;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	font-size: 0.16rem;
	color: #fff;
	background-color: #a3cd8e;
}

.m-staff-box-li .noimgbox {
	width: 2.10rem;
	height: 3.36rem;
	line-height: 3.36rem;
	text-align: center;
	background-color: #3e3a39;
	font-size: .16rem;
	color: #fff;
}

/*staff2*/
.m-staff2 {
	width: 100%;
	margin-bottom: 1.05rem;
}
.m-staff2-h1 {
	width: 100%;
	height: 0.18rem;
	line-height: 0.18rem;
	font-size: 0.16rem;
	color: #8002be;
	text-align: center;
	margin-top: 0.28rem;
}
.m-staff2-h2 {
	width: 100%;
	height: 0.22rem;
	line-height: 0.22rem;
	font-size: 0.18rem;
	color: #000;
	text-align: center;
	margin-top: 0.15rem;
}

.m-staff2-box1 {
	width: 100%;
	background-color: #3e3a39;
	margin-top: 14px;
}
.m-staff2-box1-top {
	padding: 0.15rem 0 0.2rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.m-staff2-box1-top img {
	width: 1.5rem;
	height: 2.4rem;
}
.m-staff2-box1-bott {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 0.1rem;
}
.m-staff2-box1-bott img {
	padding: 0 0.10rem 0.15rem;
	width: 1.25rem;
	height: 2rem;
}

.m-staff2-box2 {
	width: 8rem;
	margin: 0.4rem auto 0;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-staff2-box2-text {
	width: 3.85rem;
	line-height: 0.25rem;
	font-size: 0.14rem;
	color: #000;
}
.m-staff2-box2-text .s-p1 {
	color: #8002be;
}
.m-staff2-box2-text .s-p2 {
	margin-left: 1em;
	margin-bottom: 0.25rem;
}

.m-staff2-box2-twitter {
	width: 3.5rem;
	height: 6.45rem;
	overflow-y: auto;
}


/*event*/
.m-event-box {
	width: 6.50rem;
	margin: 0.30rem auto 0.85rem;
}
.m-event-text {
	line-height: 0.20rem;
	font-size: 0.14rem;
	color: #000;
	margin-left: 0.05rem;
	margin-bottom: 0.10rem;
}
.m-event-box table {
	width: 100%;
	border-collapse: collapse;
}
.m-event-box table tr.bc-ffc5c5 {
	background-color: #ffc5c5;
}
.m-event-box table tr.bc-ff8c8c {
	background-color: #ff8c8c;
}
.m-event-box table tr td {
	border: 0.01rem #898989 solid;
	line-height: 0.20rem;
	font-size: 0.14rem;
	color: #000;
	padding: 0.09rem 0.10rem;
}
.m-event-box table tr td:first-child {
	width: 1rem;
}
.m-event-box table tr td:first-child span {
	display: inline-block;
	min-width: 0.22rem;
}


/*recruit*/
.m-recruit-a1{
	display: block; width: 100%; padding: .15rem 0; margin-top: .6rem; border: 1px #c11920 solid; border-radius: .8rem; font-size: .28rem; color: #c11920; line-height: 1.5; text-align: center;background-color: #ece273;
}
.m-recruit-box {
	width: 6.20rem;
	margin: 0.2rem auto 1rem;
}
.m-recruit-box-text {
	width: 100%;
	margin-bottom: 0.3rem;
}
.m-recruit-box-text .recruit-p1 {
	padding: 0.28rem 0.10rem 0.25rem;
	text-align: center;
	font-size: 0.18rem;
	color: #b60005;
	line-height: 0.26rem;
}
.m-recruit-box-text .recruit-p2 {
	padding: 0 0.10rem 0.30rem;
	text-align: justify;
	font-size: 0.14rem;
	color: #000;
	line-height: 0.26rem;
}
.m-recruit-box-text .m-recruit-hr {
	width: 100%;
	border-bottom: 0.01rem #d4cab4 solid;
}
/**/
.m-recruit-box table {
	width: 6rem;
	margin: 0 auto;
	border-collapse: collapse;
}
.m-recruit-box table tr td {
	border: 0.01rem #898989 solid;
	line-height: 0.20rem;
	font-size: 0.14rem;
	vertical-align: text-top;
	padding: 0.09rem 0.10rem;
}
.m-recruit-box table tr td:first-child {
	width: 1.50rem;
	color: #E91E63;
}
.m-recruit-box table tr td:last-child {
	color: #000;
}
.m-recruit-box table tr td a{
	color: #000;
}
.m-recruit-box table tr td a:hover {
	text-decoration: underline;
}
.m-recruit-box table .recruit-table-LINE {
	padding: 0.30rem 0 0.25rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:center;
}
.m-recruit-box table .recruit-table-LINE span {
	font-size: 0.14rem;
	margin-right: 0.15rem;
}
.m-recruit-box table .recruit-table-LINE .line {
	display: block;
	width: 0.94rem;
	margin-right: 0.10rem;
}
.m-recruit-box table .recruit-table-LINE .line img{
	width: 100%;
}
.m-recruit-box table .recruit-table-LINE .line:hover {
	opacity: 0.75;
}
.m-recruit-box table .recruit-table-LINE .pic {
	width: 0.68rem;
}
.m-recruit-text {
	padding: 0 0.10rem;
	margin-left: 0.10rem;
	padding-top: 0.10rem;
}
.m-recruit-text p {
	font-size: 0.14rem;
	line-height: 0.20rem;
	color: #000;
}
.m-recruit-box-text .recruit-p3 {
	text-align: center;
	font-size: 0.16rem;
	color: #000;
	line-height: 0.26rem;
}
/*group*/
.group-p {
	text-align: center;
	font-weight: bold;
	font-size: .20rem;
}
.group-img1 {
	display: block;
	max-width: 100%;
	margin: .1rem auto .3rem;
}
/*group*/

/*rinking*/
.m-ranking {
	margin-bottom: 0.3rem;
}
.m-ranking-box {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0.30rem 0 0;
}
.m-ranking-box-li {
	position: relative;
	width: 3.2rem;
	margin-left: 0.20rem;
	margin-bottom: 0.65rem;
	overflow: hidden;
}
.m-ranking-box-li:nth-child(5n+1) {
	margin-left: 0;
}
.m-ranking-box-li img {
	width: 3.2rem;
	height: 3.60rem;
}
.m-ranking-box-li-t1 {
	width: 100%;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
	font-size: 0.12rem;
	color: #fff;
	background-color: #640c10;
}
.m-ranking-box-li-t2 {
	width: 100%;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	font-size: 0.14rem;
	color: #fff;
	background-color: #4c4948;
}
.m-ranking-box-li-i {
	position: absolute;
	top: 0;
	left: 0;
	width: 0.60rem;
	height: 0.60rem;
	line-height: 0.60rem;
	text-align: center;
	font-size: 0.22rem;
	color: #fff;
	background-color: #b10613;
}


/*twitter*/
/*.m-twitter-box {
	width: 7.9rem;
	margin: 0.60rem auto 0.65rem;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.m-twitter-box-li {
	width: 3.50rem;
	height: 1.42rem;
	border: 0.01rem #878787 solid;
	padding: 0.1rem 0 0.1rem 0.08rem;
	margin-right: 0.90rem;
	margin-bottom: 0.65rem;
	box-sizing: border-box;
}
.m-twitter-box-li:nth-child(2n+2) {
	margin-right: 0;
}
.m-twitter-box-li a {
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
}
.m-twitter-box-li a:hover {
	opacity: 0.8;
}
.m-twitter-box-li .pic {
	width: 0.75rem;
	height: 1.20rem;
}
.m-twitter-box-li .pic1 {
	width: 0.80rem;
	height: auto;
	margin-left: 0.12rem;
}
.m-twitter-box-li-r {
	width: 2.44rem;
	height: auto;
}
.twitter-li-r-top {
	width: 100%;
	height: 0.17rem;
	line-height: 0.17rem;
	font-size: 0.12rem;
	background-color: #640c10;
	padding-left: 0.12rem;
	box-sizing: border-box;
}
.twitter-li-r-m {
	width: 100%;
	height: 0.17rem;
	line-height: 0.15rem;
	font-size: 0.13rem;
	padding-left: 0.12rem;
	margin: 0.09rem 0 0.16rem;
	box-sizing: border-box;
}
.twitter-li-r-bott {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:center;
	padding-left: 0.08rem;
	box-sizing: border-box;
}
.twitter-li-r-bott img {
	width: auto;
	height: 0.175rem;
	margin-right: 0.03rem;
}
.twitter-li-r-bott span {
	font-size: 0.12rem;
	color: #000;
	line-height: 0.14rem;
}*/
.m-twitter-box {
	width: 7.9rem;
	margin: 0.60rem auto 0.65rem;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.m-twitter-box-li {
	width: 3.50rem;
	height: 1.42rem;
	border: 0.01rem #878787 solid;
	/*padding: 0.1rem 0 0.1rem 0.08rem;*/
	padding: 0 0 0 0.08rem;
	margin-right: 0.90rem;
	margin-bottom: 0.65rem;
	box-sizing: border-box;
	background-color: #ee95af;
}
.m-twitter-box-li:nth-child(2n+2) {
	margin-right: 0;
}
.m-twitter-box-li a {
	display: block;
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
}
.m-twitter-box-li a:hover {
	opacity: 0.8;
}
.m-twitter-box-li .pic {
	width: 0.75rem;
	height: 1.20rem;
}
.m-twitter-box-li .pic1 {
	width: 0.80rem;
	height: auto;
	margin-left: 0.12rem;
}
.m-twitter-box-li-r {
	width: 2.44rem;
	height: auto;
}
.m-twitter-box-li-r2 {
	width: 2.34rem;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:center;
	align-content:center;
	background-color: #fff;
}
.twitter-li-r-top {
	width: 100%;
	height: 0.17rem;
	line-height: 0.17rem;
	font-size: 0.12rem;
	background-color: #640c10;
	padding-left: 0.12rem;
	box-sizing: border-box;
}
.twitter-li-r-m {
	width: 100%;
	height: 0.17rem;
	line-height: 0.15rem;
	font-size: 0.13rem;
	padding-left: 0.12rem;
	margin: 0.09rem 0 0.16rem;
	box-sizing: border-box;
}
.twitter-li-r-bott {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items:center;
	padding-left: 0.08rem;
	box-sizing: border-box;
}
.twitter-li-r-bott img {
	width: auto;
	height: 0.175rem;
	margin-right: 0.03rem;
}
.twitter-li-r-bott span {
	font-size: 0.12rem;
	color: #fff;
	line-height: 0.14rem;
}
.twitter-li-r-bott2 {
	width: 100%;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	/*padding-left: 0.08rem;*/
	box-sizing: border-box;
}
.twitter-li-r-bott2 img {
	width: auto;
	height: 0.6rem;
	margin-right: 0.03rem;
}



/*movie*/
.m-movie {
	margin-bottom: 0.90rem;
}
.m-movie-box {
	width: 7rem;
	margin: 0 auto;
	margin-top: 0.10rem;
}
.m-movie-box-li {
	width: 100%;
	padding: 0.30rem 0.05rem;
	border-bottom: 0.01rem #c7000b solid;
}
.m-movie-box-li a {
	display: block;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-movie-box-li img {
	width: 3rem;
	height: auto;

}
.m-movie-box-li-r {
	width: 3.80rem;
	font-size: 0.14rem;
	line-height: 0.24rem;
}

.m-movie-box2 {
	width: 7rem;
	margin: 0 auto;
	line-height: 0;
	margin-top: 0.35rem;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
/*movie end*/

/*photo*/
.m-photo {
	width: 10rem;
	margin-bottom: 1.15rem;
}


.m-photo-box1 {
	width: 9.3rem;
	height: 6.2rem;
	margin: 0.60rem auto 0;
}
.m-photo-box1 img {
	width: 100%;
	height: 100%;
}
.m-photo-box1 .swiper-slide {
	background: #231815;
}

.m-photo-box2 {
	width: 100%;
	margin-top: 1.3rem;
}
.swiper-container-photo4 {
	overflow: visible;
}
.swiper-container-photo4 .swiper-wrapper {
	transform: none !important;
	transition-duration: 0ms !important;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: space-between;
	height:5.55rem;
	cursor: pointer;
}
.swiper-container-photo4 .swiper-slide {
	width: 3.333rem !important;
	height: 2.22rem !important;
	opacity: 1 !important;
	transform: none !important;
	transition-duration: 0ms !important;
}
.swiper-container-photo4 .swiper-slide:before {
	width: 100%;
	height: 100%;
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	z-index: 8;
}
.swiper-container-photo4 .swiper-slide:after {
	width: 3.333rem;
	height: 0.04rem;
	content:"";
	position: absolute;
	bottom: -0.01rem;
	left: 0;
	background-color: #a3cd8e;
	z-index: 9;
}
.swiper-container-photo4 .swiper-slide img {
	width: 100%;
	height: 100%;
}
.swiper-container-photo4 .swiper-slide-thumb-active:before {
	opacity: 0;
}
.swiper-container-photo4 .swiper-slide-thumb-active:after {
	height: 0.02rem;
	bottom: 0rem !important;
	background-color: #ef96b1 !important;
}
.swiper-container-photo4 .swiper-slide:hover:before {
	opacity: 0;
}
/*photo*/

.btn-bottom {
	display: block;
	position: fixed;
	right: 0;
	top: 50%;
	width: 0.70rem;
	height: auto;
	line-height: 0.70rem;
	font-size: 0.18rem;
	font-weight: bold;
	text-align: center;
	background-color: #e7361e;
	z-index: 9999;
	border-radius: 2px 0 0 2px;
}
.btn-bottom a {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items:center;
	align-content:center;
	padding: 0.40rem 0;
}
.btn-bottom a img {
	width: 0.20rem;
	height: auto;
	padding-bottom: 0.10rem;
	padding-right: 0rem;
}
.btn-bottom a div {
	display: inline-block;
	writing-mode:vertical-lr;
	height: max-content;
	color: #fff;
}

.huiyuanzhi {
	display: block;
	margin-bottom: .1rem !important;
}
.link {
	color: #007aff;
}
a.link:hover {
	color: #499ffb;
	text-decoration: underline;
}

/*public*/
.t-ml1em {
	display: inline-block;
	text-indent: -1em;
	margin-left: 1em;
}
.c-000 {
	color: #000 !important;
}

@media only screen and (max-width: 1000px) {
	.sp {display: block !important;}
	.pc {display: none !important;}

	.header {
		width: 100%;
		height: 2.90rem;
		background: url(../images/bg-01-sp.jpg) center no-repeat;
		background-size: 100% 100%;
		position: relative;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items:center;
		z-index: 99;
	}

	.h-logo-sp {
		width: 2.42rem;
		height: auto;
	}

	/*menu btn*/
	.menu-btn {
		display: inline-block;
		width: 1.50rem;
		height: 2.9rem;
		text-align: center;
		position: absolute;
		top: 0;
		right: 0;
	}
	.menu-btn-box {
		margin-top: 0.35rem;
	}
	.menu-btn .menu-btn-three {
		display: block;
	}
	.menu-btn .menu-btn-three .line {
		width: 0.64rem;
		height: 0.02rem;
		background-color: #fff;
		display: block;
		margin: 0 auto 0.17rem;
		-webkit-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
	}
	.menu-btn .menu-btn-text {
		display: block;
		line-height: 0.26rem;
		font-size: 0.24rem;
		font-weight: bold;
		color: #fff;
	}

	.menu-btn.is-active .line:nth-child(2) {
		opacity:0
	}
	.menu-btn.is-active .line:nth-child(1) {
		-webkit-transform:translateY(0.19rem) rotate(45deg);
		-ms-transform:translateY(0.19rem) rotate(45deg);
		-o-transform:translateY(0.19rem) rotate(45deg);
		transform:translateY(0.19rem) rotate(45deg)
	}
	.menu-btn.is-active .line:nth-child(3) {
		-webkit-transform:translateY(-0.19rem) rotate(-45deg);
		-ms-transform:translateY(-0.19rem) rotate(-45deg);
		-o-transform:translateY(-0.19rem) rotate(-45deg);
		transform:translateY(-0.19rem) rotate(-45deg)
	}
	

	.menu-bg {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 0;
		z-index: 98;
		background-color: #000;
		opacity: 0.7;
		display: block;
		-webkit-transition: all 0s ease;
		-o-transition: all 0s ease;
		transition: all 0s ease;
	}
	.menu-bg.is-active {
		height: calc(100vh + 2.9rem);
		-webkit-transition: all 0s ease 0.4s;
		-o-transition: all 0s ease 0.4s;
		transition: all 0s ease 0.4s;
	}
	.menu-listBox {
		position: absolute;
		top: 2.9rem;
		left: 0;
		width: 100%;
		height: 0;
		z-index: 100;
	}

	.menu-listBox.is-active {
		height: calc(100vh - 2.9rem);
	}
	.menu-listBox.is-active2 {
		height: 7.4rem;
	}

	.menu-listBox-nav {
		width: 6.50rem;
		margin: 1rem auto 0;
	}
	.menu-listBox-nav ul {
		width: 100%;
	}
	.menu-listBox-nav ul li {
		width: 3rem;
		height: 0.7rem;
		line-height: 0.7rem;
		background-color: #fff;
		margin-bottom: 0.30rem;
	}
	.menu-listBox-nav ul li a {
		font-size: 0.28rem;
	}
	.menu-listBox-nav ul li a:hover {
		color: #000;
	}
	.menu-listBox-nav ul li a > span{
		padding: 0 0.10rem 0 0.20rem;
	}
	.menu-listBox-close {
		width: 2.98rem;
		height: 0.68rem;
		line-height: 0.68rem;
		font-size: 0.28rem;
		color: #fff;
		font-weight: bold;
		text-align: center;
		border: 0.02rem #fff solid;
		margin: 0.65rem auto 1rem;
		cursor: pointer;
	}


	/*banner*/
	.banner {
		width: 100%;
	}
	.banner-bot {
	    font-size: .5rem;
	    color: red;
	    font-weight: bold;
	    padding-bottom: .3rem;
	    text-align: center;
	    line-height: 1.5;
	}

	/*home main*/
	.m-title {
		width: 100%;
		height: 1rem;
	}
	.m-title img {
		width: auto;
		height: 0.32rem;
	}

	.home-main {
		width: 100%;
		margin-bottom: 0.55rem;
	}
	.hm-topText {
		text-align: center;
		padding-top: 0.40rem;
		margin-bottom: 0.45rem;
	}
	.hm-topText img.sp {
		width: 6rem;
	}


	.hm-text2 {
		width: 6.48rem;
		line-height: 0.43rem;
		font-size: 0.28rem;
		color: #000000;
		text-align: center;
		padding: .35rem .2rem;
		margin: 0.70rem auto 0.70rem;
		border: 1px #000000 solid;
		box-sizing: border-box;
	}
	.hm-text2-img {
		margin-top: -0.14rem;
	}
	.hm-text3 {
		width: 100%;
		text-align: center;
		padding: 0.23rem;
		margin: 0 auto;
		padding-bottom: 0.93rem;
		box-sizing: border-box;
	}
	.hm-text3 img{
		width: 6.5rem;
		height: auto;
		vertical-align: middle;
	}
	.hm-text6 {
		width: 6.2rem;
		padding-top: 0.3rem;
    	padding-bottom: .6rem;
	}

	.hm-text7 {
		width: 100%;
		padding: .6rem .25rem;
		box-sizing: border-box;
	}
	.hm-text7 .ht1 {
		font-size: 1rem;
	    color: #3e8af7;
	    line-height: 1.4;
	    text-align: center;
	}
	.hm-text7 .ht2 {
		font-size: .32rem;
	    line-height: 1.6;
	    text-align: center;
	    padding-top: .4rem;
	}
	.hm-text7 .ht3 {
		font-size: .32rem;
	    color: #d9bb67;
	    text-align: right;
	    padding-top: .4rem;
	}

	.hm-menu {
		display: block;
	}

	.hm-menu-list {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: #f096b0;
	}

	.hm-menu-list-li {
		width: 1.86rem;
		height: 1.86rem;
		/*background: url(../images/home/menu.png) center no-repeat;
		background-size: contain;*/
		/*background-color: #e0e0e0;*/ /* 不支持线性的时候显示 */
    	/*background-image: linear-gradient(45deg, #a0a0a0 , #FDFDFD);*/
    	background-color: #ece273;
		overflow: hidden;
		padding: 0.05rem;
		margin-top: 0.02rem;
		box-sizing: border-box;
	}
	.hm-menu-list-li:nth-child(1),.hm-menu-list-li:nth-child(2),.hm-menu-list-li:nth-child(3),.hm-menu-list-li:nth-child(4) {
		margin-top: 0;
	}
	.hm-menu-list-li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 1.76rem;
		font-size: 0.28rem;
		color: #000;
		text-align: center;
		background: url(../images/home/menu-i.png) top right no-repeat;
		background-size: 0.3rem 0.3rem;
	}

	.hm-news {
		width: 100%;
		float: right;
		margin-bottom: 0.26rem;
	}
	
	.hm-news-box {
		width: 6.85rem;
		height: 10.1rem;
		margin: 0 auto;
		margin-top: 0.3rem;
		border: 1px #f096b0 solid;
	}
	.swiper-container-news {
		height: 10.1rem;
	}

	.hm-news-box .swiper-wrapper {
		padding-left: 0.18rem;
		padding-right: 0.23rem;
		box-sizing: border-box;
	}

	.hm-news-box .swiper-wrapper .swiper-slide {
		border-bottom: 1px #f096b0 solid;
		padding: 0.36rem 0.40rem 0.38rem 0;
		box-sizing: border-box;
	}
	.hm-news-box ul li:last-child {
		border-bottom: none;
	}
	.hm-news-box .swiper-wrapper .swiper-slide span {
		display: block;
		line-height: 0.46rem;
		font-size: 0.28rem;
		color: #000;
	}

	.hm-news-box .swiper-wrapper .swiper-slide span.hm-s-title  {
		display: block;
		line-height: 0.48rem;
		font-size: 0.28rem;
		color: #000;
		font-weight: bold;
	}
/*	.hm-news-box .swiper-wrapper .swiper-slide a:hover {
		color: #fff;
	}*/


	.swiper-scrollbar-news {
		width: 0.23rem !important;
		height: 100%  !important;
		right: 0 !important;
		top: 0 !important;
		border-radius: 0;
		border-left: 1px #f096b0 solid;
		padding: 0.02rem 0;
		box-sizing: border-box;
	}
	.swiper-scrollbar-news .swiper-scrollbar-drag {
		width: 0.18rem;
		margin: 0 0.02rem;
		background-color: #f096b0;
		border-radius: 0;
		border-bottom: 0.02rem rgba(0,0,0,.1) solid;
		box-sizing: border-box;
	}

	.hm-photo {
		width: 100%;
		float: left;
	}

	.hm-photo-box1 {
		width: 7rem;
		/*height: 4.66rem;*/
		/*height: 9.55rem;*/
		height: auto;
		margin: auto;
		margin-top: 0.25rem;
	}
	.hm-photo-box1 img {
		width: 100%;
	}

	.hm-photo-box2 {
		width: 100%;
		margin-top: 1rem;
	}
	.swiper-container-photo2 .swiper-wrapper {
		transform: none !important;
		transition-duration: 0ms !important;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: space-between;
		height:4.18rem;
		cursor: pointer;
	}
	.swiper-container-photo2 .swiper-slide {
		width: 2.5rem !important;
		height: 1.66rem !important;
		opacity: 1 !important;
		transform: none !important;
		transition-duration: 0ms !important;
	}
	.swiper-container-photo2 .swiper-slide:after {
		width: 2.5rem;
		height: 0.04rem;
		content:"";
		position: absolute;
		bottom: -0.02rem;
		left: 0;
		background-color: #9d141b;
		z-index: 9;
	}
	.swiper-container-photo2 .swiper-slide img {
		width: 100%;
		height: 100%;
	}

	.swiper-container-photo2 .swiper-slide-thumb-active:after {
		height: 0.02rem;
		bottom: -0.01rem !important;
		background-color: #f096b0 !important;
	}


	.hm-about {
		width: 100%;
	    margin-top: 0.85rem;
	    text-align: center;
	}
	.hm-about-logo {
		margin:0 auto;
		width: 1.78rem;
	}
	.hm-about-text {
		font-size: 0.28rem;
		color: #000;
		line-height: 0.48rem;
		margin: 0.55rem 0 0.75;
	}

	.hm-about-btn a {
		display: block;
		width: 3.735rem;
		height: 0.88rem;
		line-height: 0.88rem;
		text-align: center;
		font-size: 0.28rem;
		color: #fff;
		background-color: #3e3a39;
	}
	.hm-about-btn a span {
		color: #e60012;
	}

	.footer {
		width: 100%;
		height: 1.5rem;
		margin: 0 auto;
		text-align: center;
		background-color: #f096b0;
	}
	.footer-p1 {
		font-size: 0.20rem;
		color: #fff;
		line-height: 0.48rem;
		padding-top: 0.30rem;
	}
	.footer-p2 {
		font-size: 0.18rem;
		color: #fff;
		line-height: 0.48rem;
	}


	.main {
		width: 100%;
		margin: 0 auto;
	}


	/*footerTop*/
	.footerTop {
		width: 100%;
		margin: 0 auto 0.60rem;
	}
	.ft-menu {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		background: #f096b0;
	}

	.ft-menu-li {
		width: 1.86rem;
		height: 1.86rem;
		/*background: url(../images/menu-01.png) center no-repeat;
		background-size: contain;*/
		background-color: #ece273; /* 不支持线性的时候显示 */
    	/*background-image: linear-gradient(45deg, #a0a0a0 , #FDFDFD);*/
		overflow: hidden;
		padding: 0.05rem;
		margin-top: 0.02rem;
		box-sizing: border-box;
	}
	.ft-menu-li:nth-child(1),.ft-menu-li:nth-child(2),.ft-menu-li:nth-child(3),.ft-menu-li:nth-child(4) {
		margin-top: 0;
	}

	.ft-menu-li a {
		display: block;
		width: 100%;
		height: 100%;
		line-height: 1.78rem;
		font-size: 0.28rem;
		color: #000;
		font-weight: normal;
		text-align: center;
		background: url(../images/menu-02.png) top right no-repeat;
		background-size: 0.3rem 0.3rem;
	}
	.ft-menu-li a:hover {
		color: #000;
		opacity: 1;
	}


	.ft-btn {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: 0.10rem;
	}
	.ft-btn a {
		display: block;
		width: 3.74rem;
		height: 0.88rem;
		line-height: 0.88rem;
		text-align: center;
		font-size: 0.28rem;
		color: #fff;
		background-color: #a3cd8e;
	}
	.ft-btn a:hover {
		opacity: 0.8;
	}
	.ft-btn a span {
		color: #e60012;
	}
	.ft-logo {
		display: block;
		width: 1.78rem;
		margin: 0.50rem auto 0;
	}
	.ft-text {
		font-size: 0.28rem;
		color: #000;
		line-height: 0.48rem;
		text-align: center;
		margin-top: 0.55rem;
	}
	.ft-text a {
		color: #000;
	}


	/*system*/
	.m-system-box {
		width: 7rem;
		margin: 0.45rem auto 0;
	}
	.m-system-box table {
		width: 100%;
		border-collapse: collapse;
	}
	.m-system-box table tr td {
		border: 1px #706d6c solid;
		font-size: 0.28rem;
		text-align: justify;
		vertical-align: text-top;
	}
	.m-system-box table tr td:first-child {
		width: 2rem;
		line-height: 0.28rem;
		padding: 0.23rem 0.20rem;
		color: #E91E63;
	}
	.m-system-box table tr td:last-child {
		line-height: 0.40rem;
		padding: 0.18rem 0.20rem;
		color: #000;
	}
	.m-system-box table tr td a{
		color: #942430;
	}
	.m-system-box table tr td a:hover {
		text-decoration: underline;
	}
	.m-system-text {
		margin-left: 0.20rem;
		padding-top: 0.20rem;
	}
	.m-system-text p {
		font-size: 0.28rem;
		line-height: 0.40rem;
		color: #000;
	}

	.m-system-map-title {
		margin-top: 0.90rem;
	}

	.m-system-map-box {
		width: 7rem;
		height: 7rem;
		margin: 0.45rem auto  1rem;
	}


	/*staff*/
	.m-staff {
		margin-bottom: 0.05rem;
	}

	.m-staff-box {
		width: 7.15rem;
		margin: 0.50rem auto 0;
	}
	.m-staff-box-li {
		width: 2.25rem;
		margin-left: 0.20rem;
		margin-bottom: 0.65rem;
	}
	.m-staff-box-li:nth-child(4n+1) {
		margin-left: 0.20rem;
	}
	.m-staff-box-li:nth-child(3n+1) {
		margin-left: 0;
	}
	.m-staff-box-li img {
		width: 2.25rem;
		height: 3.60rem;
	}
	.m-staff-box-li-t1 {
		width: 100%;
		height: 0.35rem;
		line-height: 0.35rem;
		text-align: center;
		font-size: 0.22rem;
		color: #fff;
		background-color: #f096b0;
	}
	.m-staff-box-li-t2 {
		width: 100%;
		height: 0.40rem;
		line-height: 0.40rem;
		text-align: center;
		font-size: 0.24rem;
		color: #fff;
		background-color: #a3cd8e;
	}

	.m-staff-box-li .noimgbox {
		width: 2.25rem;
		height: 3.60rem;
		line-height: 3.60rem;
		text-align: center;
		font-size: .24rem;
	}


	/*staff2*/
	.m-staff2 {
		width: 100%;
		margin-bottom: 1.15rem;
	}
	.m-staff2-h1 {
		width: 100%;
		height: 0.32rem;
		line-height: 0.32rem;
		font-size: 0.28rem;
		color: #8002be;
		text-align: center;
		margin-top: 0.28rem;
	}
	.m-staff2-h2 {
		width: 100%;
		height: 0.32rem;
		line-height: 0.32rem;
		font-size: 0.28rem;
		color: #000;
		text-align: center;
		margin-top: 0.18rem;
	}

	.m-staff2-box1 {
		width: 100%;
		background-color: #3e3a39;
		margin-top: 28px;
	}
	.m-staff2-box1-top {
		padding: 0.20rem 0 0.4rem;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.m-staff2-box1-top img {
		width: 3rem;
		height: 4.8rem;
	}
	.m-staff2-box1-bott {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0 0.2rem;
	}
	.m-staff2-box1-bott img {
		padding: 0 0.20rem 0.2rem;
		width: 2.5rem;
		height: 4rem;
	}

	.m-staff2-box2 {
		width: 100%;
		margin: 0.8rem auto 0;
	}
	.m-staff2-box2-text {
		width: 6.3rem;
		margin: 0 auto;
		line-height: 0.50rem;
		font-size: 0.28rem;
		color: #000;
	}
	.m-staff2-box2-text .s-p2 {
		margin-bottom: 0.50rem;
	}

	.m-staff2-box2-twitter {
		width: 7rem;
		height: 12.80rem;
		margin: 1rem auto 0;
	}

	/*event*/
	.m-event-box {
		width: 7rem;
		margin: 0.35rem auto 0.95rem;
	}
	.m-event-text {
		line-height: 0.40rem;
		font-size: 0.28rem;
		color: #000;
		margin-left: 0.08rem;
		margin-bottom: 0.25rem;
	}
	.m-event-box table {
		width: 7rem;
		margin: 0 auto;
		border-collapse: collapse;
	}
	.m-event-box table tr td {
		border: 1px #898989 solid;
		line-height: 0.40rem;
		font-size: 0.28rem;
		color: #000;
		padding: 0.18rem 0.20rem;
	}
	.m-event-box table tr td:first-child {
		width: 2rem;
	}
	.m-event-box table tr td:first-child span {
		display: inline-block;
		min-width: 0.42rem;
	}


	/*recruit*/
	.m-recruit-a1{
		display: block; width: 100%; padding: .2rem 0; margin-top: 1rem; border: 1px #fff solid; border-radius: .8rem; font-size: .28rem; color: #fff; line-height: 1.5; text-align: center;
	}
	.m-recruit-box {
		width: 7rem;
		margin: 0 auto 1.10rem;
	}
	.m-recruit-box-text {
		width: 6.50rem;
		margin: 0 auto;
		margin-bottom: 0.4rem;
	}
	.m-recruit-box-text .recruit-p1 {
		padding: 0.62rem 0 0.55rem;
		text-align: center;
		font-size: 0.36rem;
		color: #b60005;
		line-height: 0.52rem;
	}
	.m-recruit-box-text .recruit-p2 {
		padding: 0 0 0.55rem;
		text-align: justify;
		font-size: 0.28rem;
		color: #000;
		line-height: 0.52rem;
	}
	.m-recruit-box-text .m-recruit-hr {
		width: 100%;
		border-bottom: 1px #d4cab4 solid;
	}
	.m-recruit-box-text .recruit-p3 {
		text-align: center;
		font-size: 0.32rem;
		color: #000;
		line-height: 0.52rem;
	}

	/**/
	.m-recruit-box table {
		width: 7rem;
		margin: 0 auto;
	}
	.m-recruit-box table tr td {
		border: 1px #898989 solid;
		line-height: 0.40rem;
		font-size: 0.28rem;
		padding: 0.18rem 0.20rem;
	}
	.m-recruit-box table tr td:first-child {
		width: 1.5rem;
	}
	.m-recruit-box table tr td a:hover {
		text-decoration: none;
	}
	.m-recruit-box table .recruit-table-LINE {
		padding: 0.60rem 0 0.50rem;
	}
	.m-recruit-box table .recruit-table-LINE span {
		font-size: 0.28rem;
		margin-right: 0.30rem;
	}
	.m-recruit-box table .recruit-table-LINE .line {
		width: 1.88rem;
		margin-right: 0.20rem;
	}
	.m-recruit-box table .recruit-table-LINE .line img{
		width: 100%;
	}
	.m-recruit-box table .recruit-table-LINE .line:hover {
		opacity: 1;
	}
	.m-recruit-box table .recruit-table-LINE .pic {
		width: 1.35rem;
	}
	.m-recruit-text {
		padding: 0;
		margin-left: 0.20rem;
		padding-top: 0.20rem;
	}
	.m-recruit-text p {
		font-size: 0.28rem;
		line-height: 0.40rem;
	}


	/*group*/
	.group-p {
		padding-top: .4rem;
		font-size: .30rem;
	}
	.group-img1 {
		margin: .1rem auto .4rem;
	}
	/*group*/



	/*rinking*/
	.m-ranking {
		margin-bottom: 0.50rem;
	}
	.m-ranking-box {
		width: 7.3rem;
		margin: 0.50rem auto 0;
	}
	.m-ranking-box-li {
		width: 2.32rem;
		margin-left: 0.17rem;
		margin-bottom: 0.65rem;
	}
	.m-ranking-box-li img {
		position: relative;
		width: 3.2rem;
		height: 3.60rem;
		left: 50%;
		transform: translateX(-50%);
	}
	.m-ranking-box-li-t1 {
		height: 0.35rem;
		line-height: 0.35rem;
		font-size: 0.22rem;
	}
	.m-ranking-box-li-t2 {
		height: 0.40rem;
		line-height: 0.40rem;
		font-size: 0.24rem;
	}
	.m-ranking-box-li-i {
		width: 0.60rem;
		height: 0.60rem;
		line-height: 0.60rem;
		font-size: 0.32rem;
	}


	/*twitter*/
	/*.m-twitter-box {
		width: 7rem;
		margin: 0.45rem auto 1.15rem;
	}
	.m-twitter-box-li {
		width: 100%;
		height: 2.87rem;
		border: 1px #878787 solid;
		padding: 0.2rem 0 0.2rem 0.16rem;
		margin-right: 0;
		margin-bottom: 0.22rem;
	}
	.m-twitter-box-li a:hover {
		opacity: 1;
	}
	.m-twitter-box-li .pic {
		width: 1.50rem;
		height: 2.40rem;
	}
	.m-twitter-box-li .pic1 {
		width: 1.58rem;
		height: auto;
		margin-left: 0.25rem;
	}
	.m-twitter-box-li-r {
		width: 4.80rem;
		height: auto;
	}
	.twitter-li-r-top {
		height: 0.35rem;
		line-height: 0.35rem;
		font-size: 0.22rem;
		padding-left: 0.22rem;
	}
	.twitter-li-r-m {
		height: 0.26rem;
		line-height: 0.26rem;
		font-size: 0.24rem;
		padding-left: 0.22rem;
		margin: 0.18rem 0 0.32rem;
	}
	.twitter-li-r-bott {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items:center;
		padding-left: 0.16rem;
	}
	.twitter-li-r-bott img {
		width: auto;
		height: 0.35rem;
		margin-right: 0.07rem;
	}
	.twitter-li-r-bott span {
		font-size: 0.22rem;
		color: #000;
		line-height: 0.24rem;
	}*/
	.m-twitter-box {
		width: 7rem;
		margin: 0.45rem auto 1.15rem;
	}
	.m-twitter-box-li {
		width: 100%;
		height: 2.87rem;
		border: 1px #878787 solid;
		/*padding: 0.2rem 0 0.2rem 0.16rem;*/
		padding: 0 0 0 0.16rem;
		margin-right: 0;
		margin-bottom: 0.22rem;
	}
	.m-twitter-box-li a:hover {
		opacity: 1;
	}
	.m-twitter-box-li .pic {
		width: 1.50rem;
		height: 2.40rem;
	}
	.m-twitter-box-li .pic1 {
		width: 1.58rem;
		height: auto;
		margin-left: 0.25rem;
	}
	.m-twitter-box-li-r {
		width: 4.80rem;
		height: auto;
	}
	.m-twitter-box-li-r2 {
		width: 4.70rem;
		height: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items:center;
		align-content:center;
	}
	.twitter-li-r-top {
		height: 0.35rem;
		line-height: 0.35rem;
		font-size: 0.22rem;
		padding-left: 0.22rem;
	}
	.twitter-li-r-m {
		height: 0.26rem;
		line-height: 0.26rem;
		font-size: 0.24rem;
		padding-left: 0.22rem;
		margin: 0.18rem 0 0.32rem;
	}
	.twitter-li-r-bott {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items:center;
		padding-left: 0.16rem;
	}
	.twitter-li-r-bott img {
		width: auto;
		height: 0.35rem;
		margin-right: 0.07rem;
	}
	.twitter-li-r-bott span {
		font-size: 0.22rem;
		color: #fff;
		line-height: 0.24rem;
	}
	.twitter-li-r-bott2 {
		width: 100%;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items:center;
		/*padding-left: 0.16rem;*/
	}
	.twitter-li-r-bott2 img {
		width: auto;
		height: 1.3rem;
		margin-right: 0.07rem;
	}

	/*movie*/
	.m-movie {
		margin-bottom: 1rem;
	}
	.m-movie-box {
		width: 7rem;
		margin: 0 auto;
		margin-top: 0.05rem;
	}
	.m-movie-box-li {
		width: 100%;
		padding: 0.28rem 0.05rem;
		border-bottom: 0.03rem #c7000b solid;
	}
	.m-movie-box-li a {
		display: block;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.m-movie-box-li img {
		width: 3rem;
		height: 2rem;

	}
	.m-movie-box-li-r {
		width: 3.70rem;
		font-size: 0.28rem;
		line-height: 0.48rem;
	}
	.m-movie-box2 {
		width: 7rem;
		margin: 0 auto;
		line-height: 0;
		margin-top: 0.7rem;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	/*movie end*/

	/*photo*/
	.m-photo {
		width: 100%;
		margin-bottom: 1.05rem;
	}

	.m-photo-box1 {
		width: 7rem;
		height: 4.66rem;
		margin: 0.25rem auto 0;
	}
	.m-photo-box1 img {
		width: 100%;
		height: 100%;
	}

	.m-photo-box2 {
		width: 100%;
		margin-top: 0.95rem;
	}
	.swiper-container-photo4 {
		overflow: visible;
	}
	.swiper-container-photo4 .swiper-wrapper {
		transform: none !important;
		transition-duration: 0ms !important;
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		align-content: space-between;
		height:4.15rem;
		cursor: pointer;
	}
	.swiper-container-photo4 .swiper-slide {
		width: 2.5rem !important;
		height: 1.66rem !important;
		opacity: 1 !important;
		transform: none !important;
		transition-duration: 0ms !important;
	}
	.swiper-container-photo4 .swiper-slide:before {
		width: 100%;
		height: 100%;
		content:"";
		position: absolute;
		top: 0;
		left: 0;
		background-color: #000;
		opacity: 0.3;
		z-index: 8;
	}
	.swiper-container-photo4 .swiper-slide:after {
		width: 2.5rem;
		height: 0.04rem;
		content:"";
		position: absolute;
		bottom: -0.01rem;
		left: 0;
		background-color: #a3cd8e;
		z-index: 9;
	}
	.swiper-container-photo4 .swiper-slide img {
		width: 100%;
		height: 100%;
	}
	.swiper-container-photo4 .swiper-slide-thumb-active:before {
		opacity: 0;
	}
	.swiper-container-photo4 .swiper-slide-thumb-active:after {
		height: 0.02rem;
		bottom: 0rem !important;
		background-color: #ef96b1 !important;
	}
	/*photo*/
	
	body {
		/*padding-bottom: 1.25rem;*/
	}
	.btn-bottom {
		display: block;
		position: fixed;
		right: initial;
		top: initial;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 1.25rem;
		line-height: 1.25rem;
		font-size: 0.28rem;
		font-weight: bold;
		text-align: center;
		/*border-top: 0.03rem #a81f24 solid;*/
		background-color: #e7361e;
		z-index: 9999;
		border-radius: 0;
	}
	.btn-bottom a {
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items:center;
		padding: 0;
	}
	.btn-bottom a img {
		width: auto;
		height: 0.30rem;
		padding-bottom: 0;
		padding-right: 0.15rem;
	}
	.btn-bottom a div {
		display: inline-block;
		writing-mode:horizontal-tb;
	}

/*	*/
	.huiyuanzhi {
		display: block;
		width: 1.8rem;
		margin-bottom: .2rem !important;
	}
}




















