@charset "utf-8";

/**
 * .c-z-1 {
	color: #01a1e9;
}

.c-z-2 {
	color: #0874c3;
}

.c-z-3 {
	color: #376ae6;
}

 ***/


* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	box-sizing: border-box;
}

/* 英文 */
@font-face {
	font-family: 'en1';
	src: url('../font/BEBAS.TTF');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'en2';
	src: url('../font/timesbd.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}


@font-face {
	font-family: 'en3';
	src: url('../font/AgencyFB.ttf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}



/* 数字 */
@font-face {
	font-family: 'num1';
	src: url('../font/UBTECH-Regular.otf');
	font-weight: normal;
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}

@font-face {
	font-family: 'num2';
	src: url('../font/DIN-Bold.otf');
	font-style: normal;
	font-stretch: ultra-expanded;
	/*定义字体符合拉伸*/
}


input,
button,
a {
	outline: 0 none !important;
	blr: expression(this.onFocus=this.blur());
}


html {
	font-size: 12px
}

@media screen and (min-width:480px) and (max-width:639px) {
	html {
		font-size: 15px
	}
}

@media screen and (min-width:640px) and (max-width:719px) {
	html {
		font-size: 20px
	}
}

@media screen and (min-width:720px) and (max-width:749px) {
	html {
		font-size: 22.5px
	}
}

@media screen and (min-width:750px) and (max-width:799px) {
	html {
		font-size: 23.5px
	}
}

@media screen and (min-width:800px) and (max-width:959px) {
	html {
		font-size: 25px
	}
}

@media screen and (min-width:960px) and (max-width:1079px) {
	html {
		font-size: 30px
	}
}

@media screen and (min-width:1080px) {
	html {
		font-size: 32px
	}
}


body {
	font-family: "微软雅黑,arial, helvetica, sans-serif";
	line-height: 1.7em;
	color: #333;
	overflow-x: hidden;
	max-width: 750px;
	margin: 0 auto;
	position: relative;
}

a {
	color: #0874c3;
	text-decoration: none;
}

a:visited {}

ul,
li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}


/**浮动**/

.clear::after {
	content: '';
	height: 0;
	clear: both;
	display: block;
	width: 100%;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.fl-n {
	float: none;
}

#zoom .previous {
	left: 2%;
}

#zoom .next {
	right: 2%;
}

/* 定位 */
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}

.pos-f {
	position: fixed;
}

/***超出隐藏***/
.over-h {
	overflow: hidden;
}

.over-v {
	overflow: visible;
}

.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.d-no {
	display: none;
}

/* 图片 */
.pic-box {
	position: relative;
	width: 100%;
	height: 0;
	display: block;
}

.pic-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


/* 产品、图片框 */
.cp-pic {
	position: relative;
}

.cp-pic::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url(../img/cp-border.png) no-repeat 0 0 / 100%;
}


.fenlan-pic {
	position: relative;
	z-index: 99;
}

.fenlan-pic img {
	width: 100%;
	display: block;
}

/* 标题 */

.content-bt1 {
	display: block;
	padding: 8px 10px;
	background: #fff;
	margin-bottom: 1px;
}

.content-bt1 h2 {
	font-weight: normal;
	color: #333;
	font-size: 1.5rem;
	display: inline-block;
	padding-left: 4px;
	border-left: solid 4px #01a1e9;
}

.content-bt1 p {
	font-size: 1rem;
	text-transform: uppercase;
	color: #ccc;
	display: inline-block;
	margin-left: 2px;
}

.content-bt1 a {
	float: right;
	color: #01a1e9;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 2rem;
}

/* 
<div class="content-bt2  wow fadeInUp">
						<div>
							<h2 class="content-typename">课程介绍
								{dede:type typeid='5'}
								<a href="[field:typeurl/]">
									more
								</a>
								{/dede:type}
							</h2>
							<span></span>
						</div>
					</div> */
.content-bt2 {
	/* padding: 5px 0; */
	margin-bottom: 10px;
	padding-bottom: 9px;
	border-bottom: solid 2px #ccc;
}

.content-bt2>div {
	position: relative;
	text-align: left;
	padding-left: 15px;
}

.content-bt2>div::before {
	content: '';
	display: block;
	position: absolute;
	height: 100%;
	width: 3px;
	background: #0874c3;
	left: 0;
}

.content-bt2 div .content-bt2-name {
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}

.content-bt2>div>p {
	font-size: 1rem;
	line-height: 1.5em;
	margin-bottom: 0;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content-bt2 .content-typename {
	font-size: 1.3rem;
	font-weight: bold;
	color: #333;
}


.content-bt2 p {
	color: #999;
	font-size: 12px;
}

.content-bt2 div a {
	float: right;
	font-weight: normal;
	font-size: 1.2rem;
	text-transform: uppercase;
	color: #666;
}

/* 
<div class="content-bt3  wow fadeInUp">
<div>
<h3 class="content-typename">精彩赛事
</h3>
<span></span>
<p>Exciting events</p>
</div>
</div> 
*/

.content-bt3 {
	margin-bottom: 10px;
}

.content-bt3 div {
	position: relative;
	text-align: center;
}

.content-bt3 div>p {
	font-size: 1.2rem;
	line-height: 1.5em;
	margin-bottom: 0;
	color: rgba(0, 0, 0, 0.3);
	font-family: arial;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.content-bt3 div .content-typename {
	color: #333;
	line-height: 2em;
	font-size: 1.6rem;
	font-weight: bold;
}

.content-bt3>div .content-typename span {
	color: #01a1e9;
	font-weight: lighter;
}

/* 
<div class="content-bt4  wow fadeInUp">
<div>
<h2 class="content-typename">
<img src="/skin/img/common_left.png" />
关于三新文化
<img src="/skin/img/common_right.png" />
</h2>
<p>牢记使命 勿忘初心</p>
</div>
</div> 
*/

.content-bt4 {
	padding: 10px 0 0px;
	margin-bottom: 10px;
}

.content-bt4>div {
	text-align: center;
}

.content-bt4 .content-typename {
	color: #01a1e9;
	line-height: 1.4em;
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.content-bt4>div p {
	font-size: 1.1rem;
	color: #999;
}

.content-bt4 .content-typename img {
	display: inline-block;
	width: 2em;
}

/* more 按钮 */
.index-more1 {
	display: block;
	width: 70%;
	font-size: 1rem;
	margin: 1.2em auto 0;
	line-height: 3em;
	color: #fff;
	text-align: center;
	background: #0874c3 url(../img/icon/icon17.png) no-repeat 8% center / 1em;
	
	width: 50%;
}

.index-more1.hover {
	color: #0874c3;
	background: #fff url(../img/icon/icon19.png) no-repeat 8% center / 1em;
}

.index-more1.tell {
	background-image: url(../img/icon/icon25.png);
}

.index-more2 {
	display: block;
	width: 60%;
	text-align: center;
	margin: 1.2em auto 0;
	font-size: 1.2rem;
	line-height: 2.5em;
	border: solid 1px #fff;
	background: url(../img/icon/icon19.png) no-repeat 8% center / 1.3em;
	color: #fff;
}

/**首页盒子**/
.index-container {
	position: relative;
	width: 100%;
}

.index-container-bg {
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	height: 100%;
	left: 0;
	top: 0px;
	width: 100%;
	display: none;
	z-index: 100;
}

/**头部1**/
.top-box {
	position: relative;
	padding: 15px 15px;
	position: sticky;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 9;
	box-shadow: 0 0 10px #ccc;
	/* background: #003447; */
}

.top-box .logo {
	display: block;
	text-align: center;
	height: 30px;
	position: relative;
	z-index: 2;
}

.top-box .logo img {
	display: inline-block;
	vertical-align: top;
	height: 100%;
}

.top-box .tell {
	color: #0874c3;
	position: absolute;
	height: 26px;
	left: 15px;
	top: 18px;
	z-index: 999;
}

.top-box .tell img {
	display: block;
	height: 100%;
}


/***头部导航***/
.top-nav-box {
	background: #0874c3;
	position: relative;
}

.top-nav-box::before {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #fff;
	top: 50%;
	left: 0;
	opacity: 0.5;
}

.top-nav-box a {
	display: block;
	width: 25%;
	text-align: center;
	line-height: 3em;
	color: #fff;
	float: left;
	position: relative;
}

.top-nav-box a::before {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	height: 100%;
	background: #fff;
	top: 0%;
	left: 0;
	opacity: 0.5;
}

#nav_btn2,
#nav_btn {
	position: absolute;
	right: 15px;
	width: 26px;
	border: none;
	background: none;
	top: 0px;
	height: 100%;
	z-index: 99;
}


#nav_btn2 {
	display: block;
	height: 3px;
	border-radius: 4px;
	background: #0874c3;
	margin-top: 8px;
}

#nav_btn img {
	display: block;
	width: 100%;
}

.nav-box {
	position: fixed;
	right: 0;
	top: 0;
	width: 190px;
	height: 100%;
	overflow-y: auto;
	background-color: #333;
	display: none;
	z-index: 111;
}

.nav-box>ul>li>a {
	height: 45px;
	line-height: 45px;
	border-bottom: 1px solid #404040;
	font-size: 14px;
	color: #f2f2f2;
	font-family: "microsoft yahei";
	background-color: #333;
	border-left: 6px solid #333;
	padding-left: 10px;
	display: block;
	position: relative;
}

.nav-box>ul>li>a.show {
	background-color: #262626;
	border-left: 6px solid #0874c3;
	border-bottom-color: #ccc;
}

.find-nav-box li {
	border-bottom: 1px solid #3e3e3e;
}

.find-nav-box li>a {
	padding-left: 2em;
	padding-right: 1em;
	background-color: #262626;
	line-height: 3em;
	font-size: 12px;
	color: #bfbfbf;
	display: block;

}

.nav-box>ul>li a span {}

.nav-box>ul>li a.show span {
	color: #fff;
}

.nav-box>ul>li>a .nav-img2,
.nav-box>ul>li>a .nav-img1 {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 15px;
	width: 15px;
	height: 100%;
	background-size: 100%;
}

.nav-box>ul>li>a .nav-img1 {
	background: url(../img/icon/arrow-down.png) no-repeat center center;
}

.nav-box>ul>li>a .nav-img2 {
	background: url(../img/icon/arrow-up.png) no-repeat center center;
}

/* 内页菜单 */
.nav-box2 {
	width: 100%;
	position: absolute;
	z-index: 111;
	left: 0px;
	background-color: rgba(222,222,222,1);
	background-color: #f5f5f5;
	display: none;
}

.nav-box2.active {
	position: fixed;
	top: 0;
	background: #fff;
	display: block !important;
	box-shadow: 0 0 10px 0 #ccc;
}

.nav-box2.active a {
	line-height: 4em;
}


.nav-box>ul>li:first-child a {
	text-align: center;
	border-left: none;
	height: 70px;
	line-height: 70px;
	font-size: 1.3rem;
	background: url(../img/icon/m-iocn1.png) no-repeat 20% center;
	background-size: 15px;
}

.nav-box2 .ny-nav-ul {
	padding: 0 10px;
	text-align: left;
	font-size: 0;
}

.nav-box2 .ny-nav-ul>li {
	display: inline-block;
	margin-right: 10px;
}

.nav-box2 .ny-nav-ul>li:first-child {
	margin-top: 10px;
}

.nav-box2 .ny-nav-ul>li:nth-last-child(1) {
	margin-bottom: 10px;
}

.nav-box2 .ny-nav-ul>li>a {
	color: #0874c3;
	line-height: 2em;
	font-size: 1.1rem;
}



/* 内页菜单2 */
.ny-nav-ul-2 {
	padding: 10px 15px;
}

.ny-nav-ul-2 .son-item {
	display: block;
	text-align: left;
	padding-top: 15px;
	margin-top: 15px;
	border-top: dashed 1px #ccc;
	float: none;
}

.ny-nav-ul-2 .son-item:first-child {
	padding-top: 0px;
	margin-top: 0px;
	border-top: none;
}

.ny-nav-ul-2 .son-item .typename {
	font-size: 1.2rem;
}

.ny-nav-ul-2 .son-item .typename a {
	color: #0874c3;
}

.ny-nav-ul-2 .son-item .ny-nav-find {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ny-nav-ul-2 .son-item .ny-nav-find a {
	color: #666;
	width: 20%;
}

/**banner**/
.banner-box {
	display: block;
	position: relative;
	overflow: hidden;
}

.swiper-pagination-bullet {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 0.5rem;
	background: #fff;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
}

.swiper-pagination-bullet-active {
	background: #0874c3 !important;
	padding: 0 1.5rem;
}

.banner-swiper-container {
	position: relative;
	height: 100%;
}

.banner-box .swiper-slide {
	text-align: center;
}

.banner-box img {
	display: block;
	width: 100%;
}

.banner-box .swiper-button-next{
	height: 28px;
	width: 14px;
	margin-top: -14px;
	background-size: 10px;
	background-color: initial;
	right: 5%;
}
.banner-box .swiper-button-prev {
	height: 28px;
	width: 14px;
	left: 5%;
	margin-top: -14px;
	background-size: 10px;
	background-color: initial;
}

.banner-tell {
	padding: 10px;
	padding-left: 2.5rem;
	background: #0874c3 url(/mobile/static/style/image/icon25.png) no-repeat 10px center / 1.2rem auto;
	font-size: 1.1rem;
}

.banner-tell span {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

.banner-tell a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
}

.banner-tell a:last-child {
	margin-left: 10px;
}

/* 视频banner */
.banner {
	width: 100%;
}

.banner video {
	display: block;
	width: 100%;
}


/* 内页二级 */
.nav-box2-2 {
	padding: 0 10px;
	width: auto;
}

.nav-box2-2 .typebox:first-child {
	margin-top: 10px;
}

.nav-box2-2 .typebox {
	text-align: left;
	margin-bottom: 10px;
}

.nav-box2-2 .typebox>a {
	display: inline-block;
	font-size: 1.1rem;
	color: #01a1e9;
	line-height: 1.5em;
}

.nav-box2-2 .typebox ul {}

.nav-box2-2 .typebox ul li {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 12px;
	color: #999;
}

.nav-box2-2 .typebox ul li a {
	color: #666;
}

/***底部***/
.footer-box {
	color: #fff;
	font-size: 1rem;
	position: relative;
	z-index: 99;
	background: #2b2b2b;
	padding: 3rem 15px 75px;
	text-align: center;
	/* color: #666; */
	/* background: url(../img/footer-bg-m.jpg) no-repeat top center /auto 100%; */

	background: #333 url(../img/footer-bg.png) no-repeat bottom center /auto 60%;
	
}

.footer-box .footer-logo {
	display: inline-block;
	vertical-align: top;
	max-width: 60%;
	margin-bottom: 10px;
}

.footer-box a {
	color: #fff;
}

.footer-box .footer-bq-box {
	line-height: 2em;
	text-align: center;
}

.footer-box .footer-bq-box a span {
	opacity: 0;
}

.footer-box .footer-bq-box .wx-pic {
	display: inline-block;
	vertical-align: text-top;
	width: 33%;
	margin: 1rem 10px 0;
	font-size: 1rem;
	text-align: center;
}

.footer-box .footer-bq-box img {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin: 15px auto 5px;
	box-sizing: border-box;
	padding: 10px;
	background: url(../img/wx-bg.png) no-repeat 0 0 / 100% 100%;
}

.footer-box .footer-bq-box img+img {
	margin-left: 15px;
}

.footer-box-2 {
	padding: 4rem 0 70px;
	background: url(../img/footer-class-9-bg.png) no-repeat top center / auto 100%;
	color: #fff;
	font-size: 1rem;
}

/***底部导航***/
#footer-nav-1 {
	position: fixed;
	bottom: 0px;
	z-index: 99;
	background: #0874c3;
	display: flex;
	flex-direction: row;
	width: 100%;
	max-width: 750px;
}

#footer-nav-1>div {
	display: flex;
	width: 20%;
	width: 25%;
	text-align: center;
}

#footer-nav-1>div a {
	display: block;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 5px;
	color: #fff !important;
	width: 100%;
}

#footer-nav-1>div a img {
	display: block;
	margin: 0 auto 5px;
	width: 35%;
}


#footer-nav-2 {
	position: fixed;
	bottom: 0px;
	z-index: 99;
	width: 100%;
	max-width: 750px;
	text-align: center;
	font-size: 0;
}

#footer-nav-2::after {
	display: block;
	position: absolute;
	left: 0;
	content: '';
	bottom: 0;
	width: 100%;
	z-index: 2;
	background: #0874c3;
	height: 40px;
}

#footer-nav-2>div {
	display: inline-block;
	vertical-align: bottom;
	font-size: 1.2rem;
	width: 33%;
	height: 40px;
	text-align: center;
	position: relative;
	z-index: 3;
	line-height: 40px;
}


#footer-nav-2>div:nth-child(1) {}


#footer-nav-2>div a {
	color: #fff;
}

#footer-nav-2>div.index {
	height: 90px;
	margin-bottom: -30px;
	width: 100px;
	padding-top: 10px;
	border-radius: 100%;
	background: #0874c3;
	line-height: 30px;
}

#footer-nav-2>div.index img {
	display: block;
	width: 25px;
	margin: 0 auto;
}


#footer-nav-3 {
	position: fixed;
	width: 100%;
	z-index: 110;
	left: 0;
	bottom: 1.5rem;
	text-align: center;

	display: flex;
	justify-content: center;
}

#footer-nav-3>div:first-child {
	border-radius: 35px 0 0 35px;
	margin-left: 1px;
	padding-left: 0.5rem;
}

#footer-nav-3>div:last-child {
	border-radius: 0 35px 35px 0;
	padding-right: 0.5rem;
}

#footer-nav-3>div {
	text-align: center;
	margin-left: 1px;
	width: 22%;
	font-size: 1rem;
	background-color: #0874c3;
}

#footer-nav-3>div a {
	display: block;
}

#footer-nav-3>div a img {
	height: 1.3rem;
	margin: 8px auto;
	display: block;
}


/* 微信弹窗 */
.weixin-box {
	display: none;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999999;
	overflow: hidden;
}

.weixin-box .box {
	border-radius: 10px 10px 0 0;
	text-align: center;
	overflow: hidden;
	margin: 15% 10% 0;
	position: relative;
}

.weixin-box .box .weixin-bt {
	font-size: 1.2rem;
	padding: 1em 10px;
	color: #fff;
	background: #01a1e9;
}

.weixin-box .box .closebtn {
	position: absolute;
	width: 1.5rem;
	top: 3%;
	right: 6%;
}

.weixin-box .box .closebtn img {
	display: block;
	width: 100%;
}

.weixin-box .box .info {
	background: #fff;
	padding: 20px;
	font-size: 1rem;
	color: #666;
	display: flex;
	justify-content: space-between;
	justify-content: center;
}

.weixin-box .box .info .item {
	width: 60%;
	text-align: center;
}

.weixin-box .box .info img {
	display: block;
	width: 100%;
}

.weixin-box .box .info div {
	font-size: 1.1rem;
	margin-bottom: 15px;
}

.weixin-box .box .info a {
	background: #0874c3;
	color: #fff;
	font-size: 1rem;
	line-height: 2.7em;
	display: inline-block;
	padding: 0 1.5em;

	display: block;
	padding: 0em;
}

.weixin-box .box>img {
	display: block;
	width: 100%;
}

.weixin-box textarea {
	position: fixed;
	left: 200%;
}




/**分页**/
.page {
	text-align: center;
	margin: 2em auto 0;
}

.page>* {
	display: inline-block;
	background: #ededed;
	font-size: 1rem;
	line-height: 2.5em;
	/* background: #fff; */
}

.page .pageinfo {
	padding: 0 1.2em;
}

.page a {
	display: block;
	padding: 0 1em;
	color: #333;
}

.page .thisclass a {
	background: #0874c3;
	color: #fff;
}

.prenext {
	margin: 1em 0;
	line-height: 1.5em;
	font-size: 1.2rem;
	color: #666;
}


/***瀑布流***/
#PBL_box {
	padding-left: 0;
	margin-top: 0;
	width: 100%;
}

#PBL_box .PBL_list {
	margin-bottom: 20px;
	float: left;
}

#PBL_box .PBL_list img {
	max-width: 100%
}


/* 列表分栏 */
.item2 {}

.item2>.item {
	float: left;
	width: 48%;
	margin-right: 4%;
	margin-top: 4%;
}

.item2>.item:nth-child(1),
.item2>.item:nth-child(2) {
	margin-top: 0%;
}

.item2>.item:nth-child(2n) {
	margin-right: 0%;
}

.item3 {}

.item3>.item {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-top: 2%;
}

.item3>.item:nth-child(1),
.item3>.item:nth-child(2),
.item3>.item:nth-child(3) {
	margin-top: 0%;
}

.item3>.item:nth-child(3n) {
	margin-right: 0%;
}

.item4 {}

.item4>.item {
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-top: 2%;
}

.item4>.item:nth-child(1),
.item4>.item:nth-child(2),
.item4>.item:nth-child(3),
.item4>.item:nth-child(4) {
	margin-top: 0%;
}

.item4>.item:nth-child(4n) {
	margin-right: 0%;
}


/* tab2切换 */
.tab-box2 {
	transition: 0.5s;
	width: 100%;
	left: -40px;
	top: 0;
	z-index: 1;
	position: relative;
	float: left;
	overflow: hidden;
}



.footer-icon-box {
	font-size: 0;
	text-align: center;
	padding-bottom: 1.6rem;
	border-bottom: solid 1px #376ae6;
	margin-bottom: 1.6rem;
}

.footer-icon-box .item {
	font-size: 1rem;
	width: 25%;
	display: inline-block;
	vertical-align: top;
}

.footer-icon-box .item img {
	display: block;
	width: 60%;
	max-width: 50px;
	margin: 0 auto 10px;
}


/* 微信弹窗 */
.tanchuan {
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 0;
	z-index: 9999;
	display: none;
}

.tanchuan .box {
	padding: 30% 30px 0;
	position: relative;
	height: 100%;
	text-align: center;
	font-size: 1.5rem;
	color: #fff;
	line-height: 3em;
	display: block;
}

.tanchuan .box .wx-pic a {
	color: #fff;
	font-family: num2;
	font-size: 2.2rem;
	line-height: 1em;
}

.tanchuan .box .wx-pic img {
	display: block;
	margin: 0 auto;
	max-width: 50%;
}
