.acea-row{display:flex;flex-wrap:wrap;}
.acea-row.row-top{align-items:flex-start;}
.acea-row.row-middle{align-items:center;}
.acea-row.row-bottom{align-items:flex-end;}
.acea-row.row-left{justify-content:flex-start;}
.acea-row.row-center{justify-content:center;}
.acea-row.row-right{justify-content:flex-end;}
.acea-row.row-between{justify-content:space-between;}
.acea-row.row-around{justify-content:space-around;}
.acea-row.row-column{flex-direction:column;}
.acea-row.row-column-between{flex-direction:column;justify-content:space-between;}
.acea-row.row-column-around{flex-direction:column;justify-content:space-around;}
.acea-row.row-center-wrapper{align-items:center;justify-content:center;}
.acea-row.row-between-wrapper{align-items:center;justify-content:space-between;}
/* 导航*/
.tabs .tive:after {
	content: "";
	position: absolute;
	width: 1.2rem;
	height: 0.12rem;
	background: #09bb07;
	-webkit-border-radius: 0.03rem;
	border-radius: 0.03rem;
	bottom: 0px;
	left: calc(50% - 0.54rem);
}
.aui-bar-tab-item {
	padding: 0.3rem 0;
}

.aui-font-weight {
	font-weight: 800;
}
.aui-font-weight2 {
	font-weight:500;
}

/* 公共样式 */
.aui-border-radius1 {
	border-radius: 0.1rem;
}
.aui-border-radius2 {
	border-radius: 0.2rem;
}
.aui-border-radius8 {
	border-radius: 0.8rem;
}
.aui-border-radius4 {
	border-top-left-radius: 1rem !important;
	border-top-right-radius: 1rem !important;
}
.aui-border-radius5 {
	border-bottom-left-radius: 1rem;
	border-bottom-right-radius: 1rem;
}
.aui-line-11{line-height:1.1rem;}
.aui-line-22{line-height:2.2rem;}

.clearfix {
	zoom: 1;
}
.clearfix:after {
	display: table;
	clear: both;
	content: "";
}
.aui-padded-t-70{padding-top:3.5rem;}
.aui-padded-tb-70{padding:3.5rem 0;}
.aui-padded-tb-50{padding:2rem 0;}
.aui-padded-b-20 {
	padding-bottom: 0.2rem;
}
.aui-padded-b-30 {
	padding-bottom: 0.3rem;
}
.aui-margin-t-20 {
	margin-top: 0.2rem;
}
.aui-padded-b-4 {
	padding-bottom: 0.4rem;
}
.margin-b-30 {
	margin-bottom: 0.3rem;
}
.white {
	color: #fff !important
}
.aui-fuzhu{color:#eb5a02!important;}
.aui-fuzhu2{color:#d04b00!important;}
.aui-fuzhu3{color:#ff0000!important;}
.weight{font-weight:bold;}
.white2 {
	background-color: white!important;
}
.bgf0 {
	background-color: #fafafc!important;
}
.bg-f0 {
	background-color: #f0f0f0;
}
.bg-hui {
	background-color: #f8f7f5;
}
.bg-y {
	background: #fdcd00;
}
.aui-btn3 {
	position: relative;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 400;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	margin: 0;
	color: #835a26;
	border: 1px solid #835a26;
	padding: 0 2rem;
	height: 1.8rem;
	line-height: 1.8rem;
	border-radius: 0.4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
}
.aui-btn4 {
	position: relative;
	display: inline-block;
	font-size: 0.7rem;
	font-weight: 400;
	font-family: inherit;
	text-decoration: none;
	text-align: center;
	margin: 0;
	color: white;
	background-color: #c8a771;
	padding: 0 0.7rem;
	height: 1.4rem;
	line-height: 1.4rem;
	border-radius: 0.8rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
}
button {
	border: 0
}
* {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, PingFang SC, Noto Sans, Noto Sans CJK SC, Microsoft YaHei, 微软雅黑, sans-serif;
}
a {
	color: #757575
}
.font-color6 {
	color: #666!important;
}
.font-color3 {
	color: #333 !important
}
.font-color10 {
	color: #b2b2b2
}
.font-color-y {
	color: #f89400;
}
.font-color-y2 {
	color: #fdcd00;
}
/* 下拉框 */
.selectadd {
	display: flex;
}
.selectadd select {
	border: 1px solid #efefef;
	margin: .2rem;
	-webkit-appearance: menulist;
	appearance: menulist;
	height: 9rem;
	line-height: 9rem;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
.container {
	padding-right: 0.15rem;
	padding-left: 0.15rem;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:1300px) {
.container {width: 80%!important}
}
@media (min-width:1920px) {
.container {width: 65%!important}
}
@media (max-width:768px) {
.container {width: 100%!important}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    color: #999;
}
@media (min-width:768px) {
.navbar-toggle {
	display: none;

}
}
.navbar-nav {
	margin: 7.5px -15px
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}.logo a,.logo a:hover{
    text-decoration: none;
}
.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}
.nav>li {
	position: relative;
	display: block
}
.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color:#999;
}
.nav>li>a.active em{
color:#008184;font-weight: bold;
	border-bottom:0.18rem solid #008184;padding-bottom: 0.25rem;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
color:#333;
}

.nav>li>a>img {
	max-width: none
}
.tab-content>.tab-pane {
	display: none
}
.tab-content>.active {
	display: block
}
.navbar {
	position: relative;
	border: 1px solid transparent
}


@media (max-width:800px) {
.navbar-header {
width:100%;
}
}
.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1)
}
.navbar-collapse.in {
	overflow-y: auto
}
.aui-t {
    line-height:60px;display: inherit
}
@media (min-width:768px) {
.navbar-collapse {
	width: auto;
	border-top: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}
.navbar-collapse.collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important
}
.navbar-collapse.in {
	overflow-y: visible
}
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

.logo_1{padding-left:0.3rem!important;width:11.5rem}
.logo{height:60px;}


@media (max-width:768px) {
	.nav{display:none;}
}
.nav{line-height:0.5rem}
.aui-font-size-30{font-size:1.5rem!important;}
.aui-font-size-40{font-size:2rem!important;}
.aui-font-size-60{font-size:3rem!important;}
@media (max-width:770px) {
	.list-t{font-size:0.7rem;}
	.list-t-box{padding:1rem 0;}
}
@media (min-width:768px) {
.navbar{padding:0.5rem 0;}
.logo{height:100%;}
.aui-t{display:none;}
.logo a {
    display: inline-block;
    height: 100%;
    line-height: 100%;
}
.logo a img{display:inline-block;vertical-align:middle;line-height: 5.5rem}

.logo_2{width:5rem;}
.navbar-toggle {
	display: none
}
.navbar-nav {
	margin: 0;
}
.navbar-nav>li {
}
.navbar-left {
}
.navbar-right {
	margin-right: -15px
}
.navbar-right~.navbar-right {
	margin-right: 0
}	
}
.navbar-fixed-bottom, .navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	border-radius: 0
}
.navbar-toggle {
	position: relative;
	float: right;
	margin-top: 10px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.navbar-toggle:focus {
	outline: 0
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background:#999
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}


.banner{
  width:100%;
  overflow: hidden;
  position: relative;
}
.banner .banner-pic{
  width:100%
}
.m-nav{display:none;}
/* 中间导航 */
@media (max-width:768px) {
.m-nav{display:block;}
}
/*  */
@media (max-width:768px) {
.aui-padded-tb-70{padding:1rem 0;}
.aui-padded-tb-50{padding:1rem 0;}
.aui-padded-t-70{padding:0.5rem 0;}
.aui-hide-suo{display:none!important;}
.aui-show-suo{display:block!important;}
}
.aui-bg{background-color:#4c4c4c!important;}
.aui-t-line{width:34%!important;overflow: hidden;}	

@media (max-width:1620px) {
.aui-t-line{width:30%!important;overflow: hidden;}	
}
@media (max-width:990px) {
.aui-t-line{width:24%!important;overflow: hidden;}	
}
@media (max-width:768px) {
.phone{position:fixed;z-index:999;background:white;}
	.phone-banner{padding-top:2.5rem;}
}
@media (max-width:768px) {
.aui-r-line{width:20%!important;overflow: hidden;}	
.age{width:100%; text-align:left;}
}

.aui-r-line{width:34%!important;overflow: hidden;}	

@media (max-width:1620px) {
.aui-r-line{width:30%!important;overflow: hidden;}	
}
@media (max-width:990px) {
.aui-r-line{width:24%!important;overflow: hidden;}	
}
.age{width:25%; text-align:center;}

@media (max-width:768px) {
.aui-r-line{width:20%!important;overflow: hidden;}	
.age{width:100%; text-align:left;}
}

.aui-d-line{width:28%!important;}	

@media (max-width:1690px) {
.aui-d-line{width:25%!important;}	
}
@media (max-width:1360px) {
.aui-d-line{width:20%!important;}	
}
@media (max-width:900px) {
.aui-d-line{width:15%!important;}	
}
/******时间轴****/
.timeline{
    width: 100%;
    background-color: #f8f7f5;
}
@media (max-width:768px) {
.timeline{
    background-color: white;
	
}	
.timeline ul{
width:95%!important;
margin:0 auto!important;
}

.timeline ul li{
background:#fdcd00;
width:49%!important;
box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.20);
border-radius:0.4rem;
margin:10px 0.5%!important;
}	
.t1,.i1,.m1,.e1{
	font-size: 12px!important;
	line-height: 16px!important;
	height: auto!important;
	width: 20px!important;
	background-color: transparent!important;
	border-radius: none;
	margin-right: 4px!important;
	text-align:right!important;
	padding-bottom:25px;
	float:right;
}	
.t2,.i2,.m2,.e2	{float:left;}
.t2 p,.i2 p,.m2 p,.e2 p{
	font-size: 0.85rem!important;
	height:auto!important;
	line-height: 30px!important;
	text-align: left!important;
	background-color: none;
	border-top-left-radius:2rem;
    border-bottom-left-radius:2rem;
	border-top-right-radius:0.2rem;
    border-bottom-right-radius:0.2rem;
    margin-top: 0!important;
    position:relative;
	background:white!important;
	color:#d04b00!important;
	padding:0.5rem 0 0 0;
	float:left;
	line-height:30px!important;
	font-weight:700;
	margin-bottom:0!important;
}
.timeline .t4 ,.timeline .i4 ,.timeline .m4,.timeline .e4{
    text-align: left!important;
    margin-top: 0!important;
    font-size: 24px!important;
    color: #000000;
	padding-right:0.5rem;
	display: inline-block;
	font-size:0.7rem!important;
	font-weight:800;
}	
.t3,.i3,.m3,.e3 {
    text-align: center;
    margin-top: 4px!important;
    text-align: left!important;
	padding-right:0.2rem;
	font-size:0.5rem!important;
}
.allt,.alli,.allm,.alle{background:white;
border-top-left-radius:0.4rem;
border-bottom-left-radius:0.4rem;
border-top-right-radius:2rem;
border-bottom-right-radius:0.4rem;
	padding:0 0 1rem 0.5rem;
	height:9rem;
}
	
}
@media (max-width:540px) {
.allt,.alli,.allm,.alle{
height:10rem!important;}	
}
@media (max-width:420px) {
.allt,.alli,.allm,.alle{
height:10.5rem!important;}	
}
@media (max-width:360px) {
.allt,.alli,.allm,.alle{
height:12.5rem!important;}	
}

.timeline ul{
	margin:0 auto;
	width: 100%;
}
.timeline ul li{
	width: 23%;
	float: left;
	margin:0 1%;
}
/***********第一列t***********/
.t1{
	font-size: 90px;
	font-weight: bold;
	color: #ffffff;
	line-height: 140px;
	height: 140px;
	width: 140px;
	background-color: #fdcd00;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.t2 span{
	display:block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #fdcd00;
	position:absolute; 
	top: -15px;
	left:50%;
	margin-left:-7.5px;
	transform: rotate(225deg);
}
.t2 p{
	width: 100%;
	height: 57px;
	font-size: 30px;
	color: #ffffff;
	line-height: 57px;
	text-align: center;
	margin: 0 auto;
	background-color: #fdcd00;
	border-top-left-radius:2rem;
    border-bottom-left-radius:2rem;
	border-top-right-radius:0.2rem;
    border-bottom-right-radius:0.2rem;
    margin-top: 62px;
    position:relative;
}
.timeline .t4{
    text-align: center;
    margin-top: 33px;
    font-size: 33px;
    color: #000000;
}
.t3{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
    color: #000000;
}
/***********第二列i***********/

.i1{
	font-size: 90px;
	font-weight: bold;
	color: #ffffff;
	line-height: 140px;
	height: 140px;
	width: 140px;
	background-color: #666666;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.i2 span{
	display:block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #666666;
	position:absolute; 
	top: 42px;
	left:50%;
	margin-left:-7.5px;	
	transform: rotate(225deg);
}
.i2 p{
	width: 100%;
	height: 57px;
	font-size: 30px;
	color: #ffffff;
	line-height: 57px;
	text-align: center;
	margin: 0 auto;
	background-color: #666666;
	border-radius:0.2rem;
    margin-top: 32px;
    margin-bottom: 52px;
    position:relative;
}
.timeline .i4{
    text-align: center;
    font-size: 33px;
    color: #000000;
}
.i3{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
    color: #000000;
}
/***********第三列m***********/
.m1{
	font-size: 90px;
	font-weight: bold;
	color: #ffffff;
	line-height: 140px;
	height: 140px;
	width: 140px;
	background-color: #666666;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.m2 span{
	display:block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #fdcd00;
	position:absolute; 
	top: -15px; 
	left:50%;
	margin-left:-7.5px;
	transform: rotate(225deg);
}
.m2 p{
	width: 100%;
	height: 57px;
	font-size: 30px;
	color: #ffffff;
	line-height: 57px;
	text-align: center;
	margin: 0 auto;
	background-color: #fdcd00;
    border-radius:0.2rem;
    margin-top: 62px;
    position:relative;
}
.timeline .m4{
    text-align: center;
    margin-top: 33px;
    font-size: 33px;
    color: #000000;
}
.m3{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
    color: #000000;
}
/***********第四列e***********/
.e1{
	font-size: 90px;
	font-weight: bold;
	color: #ffffff;
	line-height: 140px;
	height: 140px;
	width: 140px;
	background-color: #fdcd00;
	border-radius: 50%;
	text-align: center;
	margin: 0 auto;
}
.e2 span{
	display:block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	background-color: #666666;
	position:absolute; 
	top: 42px;
	left:50%;
	margin-left:-7.5px;
	transform: rotate(225deg);
}
.e2 p{
	width: 100%;
	height: 57px;
	font-size: 30px;
	color: #ffffff;
	line-height: 57px;
	text-align: center;
	margin: 0 auto;
	background-color: #666666;
	border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    margin-top: 53px;
    margin-bottom: 52px;
    position:relative;
}
.timeline .e4{
    text-align: center;
    font-size: 33px;
    color: #000000;
}
.e3{
	text-align: center;
	margin-top: 20px;
	font-size: 20px;
    color: #000000;
}

.tabnav li{float:left; background:#fdcd00; display:block;width:33.3%;line-height:4.2rem;text-align:center;}
@media (max-width:768px) {
.content {overflow-y:none!important; background:none!important;height:auto!important;}
.pic_list li {line-height: 2rem!important;padding:0!important;width:100%!important;}
.pic_list{padding-top:0.5rem;}

.box { padding: none; overflow-y: none; display: block!important;padding-top:1rem!important;}
.pic_list h2 {font-size:0.7rem!important;display:block;}
.pic_list a{color:#333!important;
	width: 78%;
    height: 1.2rem;
    overflow: hidden;
    display: inline-block;
    padding-bottom: 1.4rem;   
	text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap; }	
.aui-font-size-40{font-size:1.2rem!important;}
}
.over{height:4.2rem;overflow:hidden;width:95%;display:block;float:left}
@media (max-width:1430px) {
.over{width:90%;}
}
.tabnav li a{color:white;font-size:1rem;padding-bottom:4px;}
.tabnav li:hover {background:#fedc4c;}
.tabnav li.tive { font-weight: bold;background:#f2f2f2!important;}
.tabnav li.tive a {border-bottom:4px solid #fdcd00;color:#262626;}
.tabnav li:hover a{border-bottom:4px solid #fdcd00;color:#262626;}
.content {width: 100%;overflow-y: scroll; background:#f2f2f2;height:18rem;}
.box { width: 100%; padding: 0.5rem; overflow-y: scroll; display: none;}
.pic_list li {line-height: 3.5rem;padding:0.75rem 0;width:85%; margin:0 auto;}
.pic_list p { word-spacing: 0.5rem; }
.pic_list h2 {font-size:1rem;display:block;color:#333; }

.num{width:3.5rem;
	height:3.5rem;
	background:#999;
	display:block;
	text-align:center;
	font-size:2rem;
	font-weight: bold;
	color: #ffffff;
	line-height:3.5rem;
	background-color: #666666;
	border-radius: 50%;
	float:left;
	margin-right:1rem;
}
@media (max-width:768px) {
	.con-age li{height:16rem!important;}
	
}
.con-box{ margin:0 auto;}
@media (max-width:768px) {
	
}
.con-box li{width:41.666666667%;float:left;margin:0 0.5rem;border-radius:1rem;text-align:center;padding:0.5rem!important;line-height:1.2rem;margin-top:1rem!important;  box-shadow: 0px 2px 9px -0.76px rgba(0, 0, 0, 0.20);}
.con-age li{border-radius:1.5rem;height:18rem;width:30%;float:left;text-align:center;  box-shadow: 0px 6px 5px 0.24px rgba(0, 0, 0, 0.20);	
}


@media (max-width:1400px) {
	.con-age li{height:16rem!important;	}
}
@media (max-width:1200px) {
	.con-age li{height:15rem!important;	}
}
@media (max-width:900px) {
	.con-age li{height:14rem!important;	}
}
@media (max-width:768px) {
.con-age li{width:95%;height:auto!important;background:white;color:#333;padding:1rem 1rem!important;text-align:left;}
.con-age ul{width:95%;margin:0 auto;}
}
.con-age li img{margin:0 auto;padding-bottom:0.5rem;width:60%;}
/***************手机端图片轮播*****************/
#banner{margin: 20px auto 0;}
.swiper-slide img{width: 216px;height: 450px;}
.banner_page{margin: 10px auto;left: 0;right: 0;padding-bottom: 20px;}
.banner_page span{width: 10px;height: 10px;border: 1px;border-radius: 50%;margin: 0 5px;}
.aui-bg-hui{background:#535353;}
#wenzi{color:#333;}
 #wrap {
			overflow: hidden;
			width: 100%;
		}

		#main {
			top: 0;
			position: relative;
		}

		.page {
			/*谨删*/
			width: 100%;
			margin: 0;
		}


		#pageUl {
			position: fixed;
			left: 2.3rem;
			z-index:999;
			top:9rem;
		}
.pageUlLi{background:white;border:1px solid white;border-radius:50%;width:0.45rem;height:0.45rem;margin:1rem 0}


/*首页上导航*/
.index-top {margin-top:-4rem;padding-bottom:2rem;}
.index-top .text img{width:1.1rem;display:none;position:absolute;bottom:-1.5rem;}
.index-top li{width:32%;height:13rem;background-size:100% 100%!important;box-shadow: 0px 5px 12px 5.76px rgb(0 77 112 / 30%);}
.index-top li a{width:100%;height:100%;}
.index-top li:first-child{background:url("../images/index-top1.jpg") center center;}
.index-top li:nth-child(2){background:url("../images/index-top2.jpg") center center;}
.index-top li:nth-child(3){background:url("../images/index-top3.jpg") center center;}
.index-top li .text p{font-size: 1.4rem;position:relative;}
.index-top li .text span{font-size: 1rem;}
.index-top li:hover{box-shadow: 0px 2px 12px 5.76px rgb(0 77 112 / 10%);}
.index-top li:hover a{background:rgb(0,129,132,0.68);}
.index-top li a{background:rgb(0,129,132,0.85);}
.index-top li:hover .text img{display:block;}


@media screen and (min-width: 960px) and (max-width:1199px){
	.index-top li{height:12rem;}
	.index-top {margin-top:-2rem;}
		#pageUl {
			bottom: 0!important;
			top:auto;
			left:50%;
			justify-content: flex-start;
			display: flex;
			flex-wrap: wrap;}
}
@media screen and (min-width: 768px) and (max-width:959px){
	.index-top li{height:10rem;}
}

@media screen and (min-width: 640px) and (max-width:767px){
	.index-top {margin-top:-1.2rem;}
	.index-top li{height:8.5rem;}
	.index-top li .text p{font-size: 1.5rem;}
	.index-top li .text span{font-size: 0.8rem;}
}
@media screen and (min-width: 480px) and (max-width:639px){
    .index-top li{height:6.5rem;}
	.index-top {margin-top:-1.2rem;}
	.index-top li .text p{font-size: 0.7rem;}
	.index-top li .text span{font-size: 0.6rem;}
}
@media screen and (min-width: 320px) and (max-width:479px){
	.index-top li{height:8.5rem;width: 55%;margin: 0.5rem auto;}
	.index-top {margin-top:-2.2rem;}
	.index-top li .text p{font-size: 0.7rem;}
	.index-top li .text span{font-size: 0.6rem;}
	.pageUlLi {
		background: #00978e;
		border: 1px solid #00978e;}
}
