@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a{
	color:#000;
	text-decoration:none;
}
img{max-width:100%;}
body{
	max-width:750px;
	margin:0 auto;
	overflow-x: hidden;
}
table { max-width:100%;}
.flex{
	display: flex;
}
.flex-c{
	display: flex;
    justify-content: center;
    align-items: center;
}
.flex-Lc{
	display: flex;
    align-items: center;
}
.flex-L{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-Lt{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex-Lend{
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-end;
	-webkit-align-items: flex-end;
	-moz-box-align: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.flex-end{
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
.fullpage {
	margin: 0 auto;
	min-width: 320px;
	max-width:750px;
}


.header{
	height:1.06rem;
	width:100%;
	position: fixed;
	left: 0;
	top:0;
	z-index:999;
	padding:0 .5rem;
	background:rgba(255, 255, 255,0.7);
}
.header .logo{
	float: left;
	height:100%;
	width:1.5rem;
	display: flex;
	  align-items: center;
}
.header .nav-icon{
	width:.45rem;
	height:.4rem;
	background:url(../images/nav-icon.png) no-repeat;
	background-size:100%;
	position: absolute;
	right:.5rem;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	z-index: 99;
}

.banner .wenzhi{
	width:100%;
	position: absolute;
	left: 0;
	top:25%;
	text-align: center;
}
.banner .wenzhi h3 span{
	display: inline-block;
	font-size:.48rem;
	line-height:.7rem;
	color:#151b1d;
	padding:0 .2rem;
	background:#f9bd14;
}
.banner .wenzhi h4{
	padding-top:.8rem;
	font-size:.7rem;
	color:#000000;
	line-height:.8rem;
}

.footer-nav{
	width:100%;
	position: fixed;
	left: 0;
	bottom:0;
	z-index:999999;
	height:.8rem;
	background:#ececec;
}
.footer-nav ul li{
	float: left;
	width:19%;
	padding:.12rem 0 0;
	text-align: center;
}
.footer-nav ul li a{
	display: block;
	font-size:.22rem;
	color:#555555;
	padding-top:.24rem;
	line-height:.38rem;
}
.footer-nav ul li.icon_1 a{background:url(../images/foot-1.png) no-repeat top center;background-size:.23rem;}
.footer-nav ul li.icon_2 a{background:url(../images/foot-2.png) no-repeat top center;background-size:.26rem;}
.footer-nav ul li.icon_3 a{background:url(../images/foot-3.png) no-repeat top center;background-size:.22rem;}
.footer-nav ul li.icon_4 a{background:url(../images/foot-4.png) no-repeat top center;background-size:.20rem;}

.footer-nav ul li.icon_1.active a{background:url(../images/foot-ac-1.png) no-repeat top center;background-size:.23rem;color:#f9bd14;}
.footer-nav ul li.icon_2.active a{background:url(../images/foot-ac-2.png) no-repeat top center;background-size:.26rem;color:#f9bd14;}
.footer-nav ul li.icon_3.active a{background:url(../images/foot-ac-3.png) no-repeat top center;background-size:.22rem;color:#f9bd14;}
.footer-nav ul li.icon_4.active a{background:url(../images/foot-ac-4.png) no-repeat top center;background-size:.20rem;color:#f9bd14;}

.header-nav{
	width:100%;
	position: fixed;
	left: 0;
	top:0;
	bottom:0;
	z-index:98;
	padding:1.1rem 0 .8rem;
	background:#626262;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
	 transform:translateX(-100%);
	-ms-transform:translateX(-100%);
	-moz-transform:translateX(-100%);
	-webkit-transform:translateX(-100%);
	-o-transform:translateX(-100%);
}
.header-nav.active{
	transform:translateX(-0%);
	-ms-transform:translateX(-0%);
	-moz-transform:translateX(0%);
	-webkit-transform:translateX(0%);
	-o-transform:translateX(0%);
}
.header-nav ul li{
	
}
.header-nav ul li{
	/*border-bottom: 1px solid #fff;*/
}
.header-nav ul li .tabel{
	width:40%;
	border-bottom:1px solid #3f3f3f;
	position: relative;
	z-index:999;
	background:#626262;
}
.header-nav ul li .tabel h3{
	position: relative;
	padding:0 .1rem;
}
.header-nav ul li .tabel h3 span.sj{
	display: block;
	width:.15rem;
	height:.20rem;
	background:url(../images/danj-1.png) no-repeat center;
	background-size:100%;
	position: absolute;
	right:.2rem;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.header-nav ul li .tabel h3 a{
	display: block;
	color:#fff;
	font-size:.28rem;
	line-height:.8rem;
	padding-left:.45rem;
	background-size:.15rem;
}
.header-nav ul li .slidex{
	/*display: none;*/
	background:#545454;
	width:60%;
	position: fixed;
	left:-100%;
	height:100%;
	top:0;
	bottom:0;
	z-index:2;
	padding:1.1rem 0 .8rem;
	 -moz-transition:.5s;
	-webkit-transition: .5s;
	transition: .5s;
}
.header-nav ul li.active .slidex{
	left:40%;
}
.header-nav ul li.active .tabel h3 span.sj{
	background:url(../images/danj-3.png) no-repeat center;
	background-size:100%;
}
.header-nav ul li.active .tabel h3 a{
	color:#f9bd14;
}
.header-nav ul li .slidex a{
	display: block;
	color:#fff;
	font-size:.24rem;
	line-height:.74rem;
	padding-left:.4rem;
	background:#545454;
	border-bottom:1px solid #3f3f3f;
}
.banner{
	height:calc(100vh - .8rem);
}
.banner .swiper-container{
	height:100%;
}
.banner .swiper-slide img{
	display: block;
	width:100%;
	height:100%;
}


.section_2{background:url(../images/bg-2.jpg) no-repeat top center;background-size:100% 100%;padding:1.7rem .12rem 0;}
.section_3{background:url(../images/bg-3.jpg) no-repeat top center;background-size:100% 100%;padding:0 .12rem;}
.section_4{background:url(../images/bg-4.jpg) no-repeat top center;background-size:100% 100%;}
.section_5{background:url(../images/bg-5.jpg) no-repeat top center;background-size:100% 100%;padding:0 .12rem;}
.section_6{background:url(../images/bg-6.jpg) no-repeat top center;background-size:100% 100%;padding:0 .12rem;}
.section_7{background:url(../images/bg-7.jpg) no-repeat top center;background-size:100% 100%;padding:0 .12rem;}
.section_8{background:url(../images/bg-8.jpg) no-repeat top center;background-size:100% 100%;padding:0 .12rem;}

.franchise_video {
    width:100%;
    height:3.7rem;
    margin:0 auto;
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.franchise_video .index-1ml {
    width:100%;
    height:3.7rem;
    position: relative;
    cursor: pointer;
}
.franchise_video .index-1ml video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: #f3f3f3; */
    display: none;
}
.franchise-gy{
	padding:.28rem .23rem 0;
}
.franchise-title {
	padding:.15rem 0;
}
.franchise-title h3{
	font-size:.42rem;
	color:#181818;
	line-height:.5rem;
}
.about_more{
	display:inline-block;
	width:1.6rem;
	line-height:.4rem;
	border-radius:.1rem;
	font-size:.24rem;
	color:#fff;
	background:#f9bd14;
	text-align: center;
}
.franchise-gy .page p{
	text-align: justify;
	font-size:.24rem;
	color:#313131;
	line-height:.36rem;
}
.franchise-gy .list{
	padding:.2rem 0;
}
.franchise-gy .list ul li{
	width:33.3333%;
	height:2.68rem;
	position: relative;
}
.franchise-gy .list ul li .fullImg{
	height:50%;
}
.franchise-gy .list ul li img{
	display: block;
	height:100%;
	width:100%;
}
.franchise-gy .list ul li .fullImg img{
	display: block;
	height:100%;
}
.tuition-fulls{
	padding:2rem .34rem 0;
}
.tuition-fulls h3{
	font-size:.42rem;
	color:#181818;
	line-height:.5rem;
	padding:.2rem 0;
}
.tuition-fulls p{
	font-size:.24rem;
	color:#313131;
	line-height:.36rem;
	text-align: justify;
	min-height:1.6rem;
}
.tuition-more{
	padding:.4rem 0;
	text-align: right;
}

.tuition-list{
	
}

.tuition-list ul li{
	float: left;
	width:50%;
	padding:0 .08rem .16rem;
}
.tuition-list ul li a{
	height:3rem;
	display: block;
	border: 1px solid #fff;
}
.tuition-list ul li a img{
	display: block;
	width:100%;
	height:100%;
}
.tuition-swiper{
	background:#fff;
	padding:.34rem;
}
.tuition-swiper .gallery-top .swiper-slide img{
	display: block;
	width:100%;
	height:3.9rem;
}
.tuition-swiper .gallery-thumbs{
	padding-top:.22rem;
}
.tuition-swiper .gallery-thumbs .swiper-slide img{
	width:100%;
	height:1.35rem;
}
.tuition-fulls.pdt140{
	padding-top:1.4rem;
}
.tuition-matrix{
	padding:.1rem 0;
}
.franchise-gy.none{
	padding:0;
}
.franchise-gy.none ul li{
	width:33.33%;
	padding:0 0.3%;
	height:2.88rem;
	display: flex;
  	flex-direction: column;
  	justify-content: space-between;
}
.franchise-gy.none ul li .fullImg{
	height:49%;
}

.referral-lisrt ul li{
	float: left;
	width:50%;
	margin-bottom:.05rem;
	position: relative;
}
.referral-lisrt ul li .title{
	position: absolute;
	left: 0;
	top: 0;
	font-size:.3rem;
	color:#313131;
	line-height:.32rem;
	height: 100%;
	width: .76rem;
	display: flex;
	  justify-content: center;
	  align-items: center;
	  text-align: center;
	  background:#f9bd14;
}
.tuition-fulls.none{
	padding:1.4rem 0 0;
}
.Apply-forms{
	background:#fff;
	padding:.25rem .28rem .25rem;
}
.Apply-forms ul li{
	display: flex;
	margin-bottom:.08rem;
	border:1px solid #dadada;
	border-radius:.1rem;
	overflow: hidden;
}
.Apply-forms ul li .tabel{
	width:1.75rem;
	text-align: center;
	background:#f3f3f3;
	font-size:.24rem;
	color:313131;
	line-height:.5rem;
}
.Apply-forms ul li:nth-child(even) .tabel{
	background:#fef2d0;
}
.Apply-forms ul li input{
	display: block;
	width:calc(100% - 1.75rem);
	font-size:.24rem;
	color:313131;
	line-height:.5rem;
	outline: none;
	padding:0 .1rem;
}
.Apply-btns button{
	display: block;
	width:100%;
	color:#fff;
	height:.7rem;
	background:#3e76ca;
	font-size:.24rem;
}
.Bnescenter{
	background:#fff;
	padding:.42rem .23rem;
}
.newsldie-tops .Img{
	width:3.6rem;
}
.newsldie-tops .page{
	width:2.9rem;
}
.newsldie-tops .page h3{
	font-size:.24rem;
	color:#5b5b5b;
	line-height:.3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}
.newsldie-tops .page p{
	font-size:.16rem;
	color:#a1a1a1;
	line-height:.24rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
	margin:.2rem 0 .4rem;
}
.newsldie-tops .page .xq img{
	display: block;
	width:1.2rem;
}
.Bnewlist ul li a{
	display: flex;
	height:1rem;
	background:#f6f6f6;
	padding:.16rem 0;
}
.Bnewlist ul li{
	margin-bottom:.1rem;
}
.Bnewlist ul li .tabel{
	font-size:.2rem;
	color:#5b5b5b;
	width: 1.38rem;
	text-align: center;
}
.Bnewlist ul li .page{
	width:calc(100% - 1.4rem);
	padding:0 .24rem;
	border-left:1px solid #bcbcbc;
}
.Bnewlist ul li .page h3{
	font-size:.2rem;
	line-height:.3rem;
	color:#5b5b5b;
	 white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.Bnewlist ul li .page p{
	font-size:.16rem;
	color:#a1a1a1;
	line-height:.3rem;
	 white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.campus-slide ul li{
	float: left;
	width:50%;
	padding:0 .05rem .1rem;
}
.campus-slide ul{
	padding:.3rem 0 0;
	margin:0 -.05rem;
}
.campus-slide ul li a{
	display: block;
	position: relative;
	line-height:.72rem;
	padding:0 .23rem;
	background-color: rgb(189, 198, 210,0.9);
}
.campus-slide ul li a:after{
	display: block;
	content:"";
	width:.12rem;
	height:.14rem;
	background:url(../images/sanj-1.png) no-repeat;
	background-size:100%;
	position: absolute;
	right:.3rem;
	top:50%;
	 transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.shuttle-listop ul li{
	float: left;
	width:50%;
	padding:.2rem .05rem .1rem;
	display:block;
}
.shuttle-listop ul{
	margin:0 -.05rem;
	padding:.8rem 0 .5rem;
}
.shuttle-listop ul li .page{
	background:#fff;
	padding-left:.23rem;
	height: .9rem;
	display: flex;
	  align-items: center;
}
.shuttle-listop ul li .page h3{
	font-size:.2rem;
	color:#5a5a5a;
	border-left:.06rem solid #f9bd14;
	padding-left:.14rem;
}
.shuttle-listop ul li .page h3 span{
	display: inline-block;
	font-size:.24rem;
	color:#313131;
}
.shuttle-listbotm ul{
	padding:0 .4rem;
}
.shuttle-listbotm ul li{
	float: left;
	width:33.33%;
	text-align: center;
	padding-bottom:.24rem;
}
.shuttle-listbotm ul li a{
	display: inline-block;
	width:1.85rem;
	line-height:.66rem;
	font-size:.24rem;
	background:#f9bd14;
	color:#313131;
	border-radius:.1rem;
	text-align: center;
}

.body-pading{
	padding:1.06rem 0 .8rem;
}
.banner-gy img{
	display: block;
	width:100%;
}
.Crumbs-navadr{
	border-bottom:1px solid #cdcdcd;
	padding:0 .4rem;
	line-height:.70rem;
	color:#898989;
	font-size:.24rem;
}
.Crumbs-navadr a{
	display: inline-block;
	font-size:.24rem;
	line-height:.70rem;
	color:#898989;
}
.synopsis-clisk ul li{
	padding:0 .2rem .2rem;
	float: left;
	width:33.33%;
}
.synopsis-clisk ul li a{
	display: block;

	text-align: center;
	line-height:.52rem;
	font-size:.27rem;
	background:#d3ecfb;
	color:#333333;
}
.synopsis-clisk ul li.active a{
	color:#fff;
	background:#35a8eb;
}
.synopsis-clisk ul{
	padding:.30rem .2rem;
}
.synopsis-conts{
	padding:0 .12rem;
}
.synopsis-inner {
    padding:0 .23rem;
    background: #f5f5f5;
}
.synopsis-jshao .page{
	padding:.35rem 0;
}
.synopsis-jshao .page p{
	font-size:.25rem;
	color:#313131;
	line-height:.42rem;
	text-align: justify;
	text-indent:2em;
}
.synopsis-jshao .Img{
	padding:.3rem 0;
}

.synopsis-jshao-k .page{
	padding:.35rem 0;
}
.synopsis-jshao-k .page p{
	font-size:.25rem;
	
	line-height:.38rem;
	text-align: justify;
	
}
.synopsis-jshao-k .Img{
	padding:.3rem 0;
}








.synopsis-cjlist ul li{
	float: left;
	width:50%;
	padding:0 .18rem .22rem;
	text-align:center;
}
.synopsis-cjlist ul{
	margin:0 -.18rem;
	padding:.4rem 0;
}
.synopsis-cjlist ul li img{
	display: block;
	width:100%;
	height:2.35rem;
}
.synopsis-tell a{
	display: block;
	background:#35a8eb;
	text-align: center;
	line-height:1.1rem;
	margin:.1rem 0;
}
.synopsis-tell a span{
	display: inline-block;
	color:#fff;
	padding-left:.86rem;
	font-size:.3rem;
	background:url(../images/tel.png) no-repeat left center;
	background-size:.62rem;
}

.ind_add { text-align:center; color:#666666; font-size:.36rem; line-height:.42rem;}
.qywh_m_1 { font-size:.36rem; line-height:.76rem; color:#FFFFFF; width:100%; height:.76rem; background-color:#22ac38; text-align:center; padding-bottom:10px;}
.qywh_m_2 {     color:#222222; line-height:30px; padding-top:25px; }
.qywh_m_2 p {font-size:18px;}

.qywh_m_3 { font-size:.36rem;  line-height:.76rem; color:#FFFFFF;width:100%; height:.76rem;  background-color:#b28850; text-align:center; padding-bottom:10px;}

.qywh_m_3_t p {font-size:18px; line-height:30px; }

.qywh_m_4 { font-size:.36rem; line-height:.76rem; color:#FFFFFF;width:100%; height:.76rem; background-color:#ae5da1; text-align:center; padding-bottom:10px;}
.qywh_m_4_t P {font-size:18px; line-height:30px; }

.qywh_m_5 {font-size:.36rem; line-height:.76rem; color:#FFFFFF; width:100%; height:.76rem; background-color:#80c269; text-align:center; padding-bottom:10px;}

.qywh_m_5_t p {font-size:18px; line-height:30px;}

.m_lx_txt { font-size:.22rem; line-height:.36rem;}

.news-list{
    padding: 0px;
   
}
.news-list ul li{
    line-height: .55rem;
    background-color: #cacaca;
    margin-top: .18rem;
    padding-left: .2rem;
}
.news-list ul li a{
    width: 100%;
    height: 100%;
    font-size: .32rem;
    color: #424242;
    display: inline-block;
}
.news-list ul li span{
    display: inline-block;
    width: .1rem;
    height: .1rem;
    background-color: #00a0e9;
    vertical-align: middle;
    margin-right: .2rem;
}
.news-list-dhdh { line-height:.45rem;  font-size: .32rem; padding-top:.15rem;}

.news_title { width:100%; font-size:.38rem; line-height:.56rem; font-weight: bold; color:#333333; text-align:center;}

.cp-news-list{
    padding: 0px;
   
}
.cp-news-list ul li{
    line-height: .36rem;
    background-color: #fff;
    margin-top: .22rem;
	margin-bottom: .22rem;;
    padding-left: 0rem;
}
.cp-news-list ul li a{
    width: 100%;
    height: 100%;
    font-size: .32rem;
    color: #424242;
    display: inline-block;
}
.content-box{
    border: 1px solid #f2f2f2;
    padding: .11rem .11rem;
    
    font-size: 0;
    text-align: center;
}
.content-box p{ 
line-height:.48rem;
font-size:.26rem;
padding-top:.11rem; 
padding-bottom:.11rem;
}

.content-box img{
    width: 100%;
}

.cp_view_fengye {line-height:.45rem;  font-size: .28rem; padding-top:.15rem; width:90%; padding-left:.15rem; padding-right:.15rem;}
.cp-news_title {font-size:.38rem; line-height:.56rem; font-weight: bold; color:#333333; text-align:center;}

.fbjs_t38 {  font-size:.38rem; line-height:.45rem; text-align:center; padding:.10rem; }
.fbjs_t28 {  font-size:.28rem; line-height:.36rem; text-align:center; padding:.10rem; }
.fbjs_t28 p{  font-size:.28rem; line-height:.36rem; text-align:center; padding:.10rem; }



.ind_part01_txt_01 { color:#FFFFFF; font-size:.30rem; line-height:.30rem; font-weight:bold; text-align:left; padding-top:.05rem; padding-left:0.20rem; margin-top:0.20rem;}
.ind_part01_img  { width:100%; height:100%;  display:block;}
.ind_part01_img img{ width:30%; height:auto; margin:.30rem; }
.ind_part01_txt_02 { color:#FFFFFF; font-size:.18rem; line-height:.4rem;  text-align:left;  padding-left:0.20rem;}

.ind_part02_txt_01 { color:#FFFFFF; font-size:.30rem; line-height:.30rem; font-weight:bold; text-align:left; padding-top:.05rem; padding-left:0.20rem; margin-top:0.20rem;}
.ind_part02_img  { width:100%; height:100%;  display:block;}
.ind_part02_img img{ width:30%; height:auto; margin:.30rem; }
.ind_part02_txt_02 { color:#FFFFFF; font-size:.18rem; line-height:.4rem;  text-align:left;  padding-left:0.20rem;}


.ind_part03_txt_01 { color:#FFFFFF; font-size:.30rem; line-height:.30rem; font-weight:bold; text-align:left; padding-top:.05rem; padding-left:0.20rem; margin-top:0.20rem;}
.ind_part03_txt_01 a  { color:#FFFFFF;}
.ind_part03_img  { width:100%;   }
.ind_part03_img img{ width:70%; }
.ind_part03_txt_02 { color:#FFFFFF;  font-size:.18rem;  text-align:left;  padding-left:0.20rem; }
.ind_part03_txt_02 a { color:#FFFFFF; font-size:.18rem;   text-align:left;  }


.ind_part04_txt_01 { color:#FFFFFF; font-size:.30rem; line-height:.30rem; font-weight:bold; text-align:left; padding-top:.05rem; padding-left:0.20rem; margin-top:0.20rem;}
.ind_part04_img  { width:100%; height:100%;  display:block;}
.ind_part04_img img{ width:50%; height:auto; margin:.10rem; }
.ind_part04_txt_02 { color:#FFFFFF; font-size:.18rem; line-height:.2rem;     padding-left:0.20rem;}





.ind_part07_txt_01 { color:#FFFFFF; font-size:.30rem; line-height:.30rem; font-weight:bold; text-align:left; padding-top:.05rem; padding-left:0.20rem; margin-top:0.20rem;}
.ind_part07_img  { width:100%; height:100%;  display:block;}
.ind_part07_img img{ width:40%; height:auto; margin:0rem; }
.ind_part07_txt_02 { color:#FFFFFF; font-size:.18rem; line-height:.2rem;     padding-left:0.20rem;}



.ind_part08_txt_01 { color:#FFFFFF; font-size:.30rem; line-height:.30rem; font-weight:bold; text-align:left; padding-top:.05rem; padding-left:0.20rem; margin-top:0.20rem;}
.ind_part08_img  { width:100%; height:100%;  display:block;}
.ind_part08_img img{ width:40%; height:auto; margin:0rem; }
.ind_part08_txt_02 { color:#FFFFFF; font-size:.18rem; line-height:.2rem;     padding-left:0.20rem;}
