html, body {
	height: 100vh;
	font-size: 9pt;
	

}

body{
	overflow: hidden;
	padding-bottom:60px;
}

.hidden{
	display:none !important;
}

.bold{
	font-weight:bold;
}

.flex{
	display:flex;
}

.flex-row{
	display:flex;
	flex-direction:row;
}

.flex-column{
	display:flex;
	flex-direction:column;
}

.figure {
text-align: center
}
.figure-caption {
right: 15%;
bottom: 20px;
left: 15%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
text-shadow: 0 1px 2px rgba(0,0,0,.6);
text-shadow: none
}

.panel-title{
color:#fff;
font-weight:500;


}
.panel-success {
border-color:#999;
}
.margin-right-10 {
margin-right: 10px
}

body {
padding-top: 0;
background-color:#fafafa;
}

.icon-top{
	width:8rem;
}





/* 导航栏 */

body .container-fluid{
	padding:0 20px;
}

body .navbar .navbar-nav>li>a{
	color: #fff;
	font-size: 1.1em;
	padding: 5px !important;
}

body .navbar .navbar-nav>li.active>a{
	color:#f7f009;
}


body .navbar .dropdown-menu{
	background-color:#0ca35e;
	border:none;
	border-radius:0;
    box-shadow: 0 0 20px #198754;
    -webkit-box-shadow: 0 5px 5px #198754;
}


body .navbar .dropdown-menu a{
	font-size: 1.2em;
	color:#fff;

}

body .navbar .dropdown-menu a:hover{
	background-color:#fff;
	color:#0ca35e;
}


body .navbar #services>a{
	padding:5px 10px !important;
}




.container{
	height:100vh;
	width:100%;
	padding:0;
	position:relative;
	align-items: center;
}




/* 轮播图说明区域 */
.container h1{
	color:#3065a5;
	line-height:1.5em;
	display:block;
	
}


.container h1>small{
	color:#ffaa40;
	display:block;
	line-height:1.5em;
	height:1.5em;
	margin-bottom:1em;
}

.container h2{
	color:#ffaa40;
	

}


.carousel-caption {
	display:none;
}
.container .carousel-caption h2 {
margin-top:0;
color:#fff;
}
.carousel-caption p {
padding:0 2em;
}


.lines {
	display: flex;

	align-items: center;
  justify-content: center;
  margin:40px 0;
}

.lines>.line {
border: 0;
height: 8px;
flex: 0 1 50%;
}

.lines>.line.line-left {
background-image:linear-gradient(to right, #fff 20%, #8cc63f);
}

.lines>.line.line-right {
background-image:linear-gradient(to left, #fff 20%, #8cc63f);
}

.lines>.txt {
text-align: center;
flex: 2 0 auto;
padding: 0 20px;
font-weight:bold;
color:#fff;
font-size:2em;

}

.list-group-item {
	border: 0;
  }
.list-group-1>.list-group-item {
    align-items: center;
	display: flex;
  	justify-content: flex-start
}

.list-group-1>.list-group-item>.txt {
margin-left: 0.5rem
}
.list-group-1>.list-group-item>span.circle {
border: 4px solid #c1f4d8;
    width: 17px;
    height: 17px;
    min-width: 17px;
    min-height: 17px;
    background-color: #009245;
    border-radius: 50%;
    display: inline-block;
}

.box-groups{
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}


.box .list-group-2{
    margin: 10px 0 50px;
}

.list-group-2>.list-group-item {
	border-radius:0;
	background-image:linear-gradient(to right, #b4ff94, #fff) ;
	padding: 10px;
	margin: 10px 0
}

.box-container {
	outline: 0;
	margin: 0.5rem 0;
	padding: 1rem;
	background-image:linear-gradient(45deg, lightgreen, green) ;
}

.box-1 {
	outline: 0;
	margin: 0;
	padding: 0;
	border-radius: 1rem;
    padding: 5px;
    border: 0;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 1rem;
    margin: 0.5rem;
    max-width: 450px;
    flex: 1;
    background-image: linear-gradient(to right, #b4ff94, #fcee21, #8cc63f);
	box-shadow: 0 0 20px #198754;
	-webkit-box-shadow: 0 0 20px #198754;
}


.box-1>.box-body{
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border-radius: 1rem;
    height: 100%;
    width: 100%;
}

.box .card-title .txt{
	color:#006837;
    max-width: 100%;
}


.ball {
	border-radius: 50%;
	position: absolute;
}

.ball-left {
width: 6rem;
    height: 6rem;
    left: -2.5rem;
    bottom: -2.5rem;
	background-image:radial-gradient(circle at center, #f6ffd3, #cdffcb);

}

.ball-right {
	width: 10rem;
	height: 10rem;
	right: -5rem;
	bottom: -5rem;
	background-image:radial-gradient(circle at center, #f6ffd3, #cdffcb);

	
}


footer{
    position: fixed;
    bottom: 0;
    justify-content: center;
    padding: 10px 50px;
    width: 100%;
	background-color: #0ca35e;
}


/* 768尺寸以下 */
@media screen and (max-width: 767px) {
/* .row-header{ */
	/* max-height:250px !important; */
	/* min-height:250px !important; */
	/* height:250px !important; */
	
/* } */

	
footer.size-768{
	flex-direction:column !important;

}

footer.size-768 span{
	text-align:center;
	justify-content:center;
}

.size-768.row-body{
	padding:20px !important;
}

.size-768.row-body .body-card{
	/* justify-content: space-between; */
}


.size-768 .slide-show .slide-footer{
	display:none;
}

.size-768 .slide-show .carousel-caption{
	display: inline-block;
	bottom: -10px;
	background-color: #212529cf;
	width: 100%;
	left: 0;
	position: relative;
	font-size: 1em;
	padding: 10px;
}

.size-768 .slide-show .carousel-caption h4{
	margin:0;
}


.size-768 .card.card-default{
    width: 150px;
    margin: 5px;
    padding: 5px;
	
}

.size-768 .card .card-title{
	font-size:1.3em;
}


.size-768 .card-default .card-text{
font-size:1em;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.index-card-768 .card{
	width:100% !important;
}

.size-768 .box-groups{
	flex-direction:column;
}

.size-768 .box-groups .box{
	width: 100%;
	max-width: 100%;
}



}



/* 768尺寸以下END */



/* size-1200以上 */
@media screen and (min-width: 1200px) {
	.size-1200{
		/* width:1200px !important; */
		margin:0 auto !important;
	}
	
}


h2{
	font-size:26px;
	margin-top:0;
}

.col-md-2{
	width:fit-content;
	height: 100px;
}

.col-md-10{
	padding:0;
	width:100%;
	
}



.rowOdd>.word{
	text-align:right;
}

/* 说明图片大小 */
.img-thumbnail{
	max-width:100px;
	border:none;
	height: -webkit-fill-available;
	background-color:transparent;
}



/* 产品介绍滑屏 */

.slide-show {

	
}

.slide-show .slide{
	justify-content:center;
	align-items:center;
}


.slide-show .slide-body{
	display:flex;
	flex-direction:row;
	position:relative;
	
}



.slide-show .carousel-indicators{
	position: relative;
    align-items: flex-end;
    justify-content: center;
    margin: 0 0 0 50px;
    left: auto;
    right: auto;
    bottom: auto;
	font-size:1.5em;
}



.slide-show .carousel-indicators li{
	text-indent: 0;
	width: 300px;
	height: 50px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #006837;
	border:none;
	margin: 10px 0;
	background-color:#fff;
	opacity:1;
}

.slide-show .carousel-indicators li:hover,
.slide-show .carousel-indicators li.active{
	width: 300px;
	height: 50px;
	background-image:url(../../image/card-active.png);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color:#fff;
	position:relative;

}

.slide-show .carousel-inner{
	background-image:url(../../image/home-bg.png);
background-position: center 100%;
    background-size: 100%;
    background-repeat: no-repeat;
	max-width:400px;
	padding: 0 50px 50px;


}



.container .vv-lead{
	display:flex;
	justify-content:center;
	padding-top:0;
	margin-top:3em;
}
.container .vv-lead img{
	height:150px;
	display:flex;
}
.container .vv-lead .word2{
	height:fit-content;
	position:relative;
	top:6px;
}

.container .vv-lead .word3{
	height:fit-content;
	position: relative;
    top: 1.3em;
}


.container .movie{
	margin-bottom:5em;
}






.panel-success>.panel-heading{
	box-shadow:1px 1px 1px #717070;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body{
	border-top-color:transparent;
	box-shadow:1px 1px 1px #717070;
}


.vv-lead {
margin: 15px 0;
font-size: 150%;
line-height: 1.5;
color:#666;
font-weight:100;
padding-top:25px
}


/* service */


.container .mode>h2{
	color:#ff8d00;
	margin-top:3em;
	margin-bottom:1em;

}



/* product */
.container h2{
	margin:0.5em 0;
}

.col-md-4 h3{
	margin:0;
	background-color:#313e63;
	padding:10px 0;
	box-shadow: 1px 1px 1px #717070;
	color:#fff;
	text-indent:0.5em;
}

.col-md-4 ul{
	box-shadow: 1px 1px 1px #717070;
}

.col-md-4 ul>li{
border:none;
border-top:1px solid #dddddd;
}

.col-md-4 ul>li:first-child{
	border:none;
}


.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus{
	background-color:#6e81b7;
}

.col-md-4 a:hover{
	color:#ffe000;
}
.bookrow{
display:flex;
justify-content:center;

}

.bookrow img{
	box-shadow:2px 2px 5px #717070;
}

.bookrow .row{
	margin:1em 2em;
}



/* aboutUs */
.container>.intro{
margin:1em 0;
}

.container>.row>h4{
	margin:1em 0;
}

.overflow-y {
	overflow-y: auto;
}

/* fontawesome */
.mode .fa-gift{
	font-size:1.2em;
	margin-right:0.3em;
	position:relative;
	top:2px;
	
}

.mode .fa-group{
	font-size:1em;
	margin-right:0.5em;
	position:relative;
	top:2px;
}

.mode .fa-book{
	font-size:1em;
	margin-right:0.5em;
	position:relative;
	top:2px;
}

.mode .fa-share-alt{
	font-size:1em;
	margin-right:0.5em;
	position:relative;
	top:2px;
}







a:hover,
a:focus{
color:#ff8d00;
text-decoration:none;
outline: none;

}

li.active>a{
color:#ffe000;
}





/* 新版样式临时处理部分 */



.carousel .carousel-control{
	display: flex;
	align-items: center;
	justify-content: center;
	background:none;
	position:relative;
	padding: 0 10px;

}

.carousel .carousel-control .icon{
	width:50px;
	height:50px;
}








/* 新版样式临时处理部分END */



.container .pay-top{
	background-color:#fff;
	padding:100px 20px;
	position:relative;
}

.container .pay-bottom{
	background-color:#39b54a;
	padding:100px 20px 0 20px;
	position:relative;
}

.container .pay-top .item,
.container .pay-bottom .item{
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.container .pay-top .item img{
	width:90%;
	max-width:500px;
}

.container .pay-bottom .item img{
	width:10%;
	max-width:100px;
}

.container .pay-top .item .caption,
.container .pay-bottom .item .caption{
	letter-spacing: 2px;
	text-align:center;
}

.container .pay-top .item  h5,
.container .pay-bottom .item h5{
	padding:20px 0;
	line-height:1.5em;
}

.container .pay-bottom .shadow{
	background-color:#0000003d;
	border-radius:15px;
	padding:10px 20px;
	width:fit-content;
	width:-webkit-fit-content;
	margin: 10px auto 100px;
	text-align: center;
}
.container .pay-bottom .shadow h5{
	padding:0;
}


/* 新版首页 */
.container .row-footer,
.container .row-header{
	flex:1;
}
.row-body{
	flex:100%;
	display:flex;
    flex-direction: column;
	align-items: center;
    justify-content: center;
	padding:50px;
	margin:0;
}

.row-body .body-text{
	font-size:1.5em;
	margin-bottom:20px;
	color:#fff;
}





.row-header{
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: relative;
    padding: 100px 0 30px;
}

.row-header .img-header{
    padding: 0;
	height:auto;
	width:300px;

}



.row-list{
align-items: center;
    justify-content: center;
    position: relative;
    /* top: -50px; */
}



.row-content{
	display:flex;
	align-items: center;
    justify-content: center;
	padding: 0;
	width:100%;
}



.img-content-index{
	position:relative;
	top:-100px;
	width:100%;

}


.body-card{
	justify-content:center;
	margin:50px 0;
	padding:0;
}

.body-card a{
text-decoration:none;
}


.card{
	color:#000;
	background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px #2b99357a;
    -webkit-box-shadow: 0 0 10px #2b99357a;
    padding: 15px;
    margin:10px;
    width: 280px;
    height: auto;
	position:relative;
	transition:0.2s;
	top:0;
	display:flex;
}

.card .card-body{
	padding:0;
}



.card.card-default {
    border-radius: 1rem;
    box-shadow: 0 0 1rem #2b99357a;
    -webkit-box-shadow: 0 0 10px #2b99357a;
	white-space: nowrap;
	overflow-x: hidden;
	background-image:url(../../image/card-default.png);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-default .card-title,
.card-default .card-text, 
.card-default .card-link {
	color:#0f5132;
	overflow: hidden;
	text-overflow: ellipsis;
}


.card-default .card-title{
	font-size:1.5em;
	font-weight:bold;
}

.card-default .card-text{
	font-size:1.2em;
}



.card-default .card-link {
	margin:0;
}

.card-default .card-link .icon{
background-color: #fff;
    width: 15px;
    height: 15px;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 15px;
    border-radius: 50%;
    margin-left: 5px;
	border:5px solid #39b54a;
}




.card-link .icon{
background-color: #fff;
    width: 1rem;
    height: 1rem;
    color: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 20px;
    border-radius: 50%;
    margin-left: 0.5rem;
	border:7px solid #39b54a;
}





.card.card-default:hover{
	background-image:url(../../image/card-active.png);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color:#fff;
    border-color: #fffdc1;
    box-shadow: 0 0 10px #ffe10d;
    -webkit-box-shadow: 0 0 10px #ffe10d;

}

.card:hover{
	background-image:url(../../image/card-active.png);
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	background-color: #009245;
	color:#fff;
	position:relative;
	/* top:-40px; */

}

.card:hover span{
	color:#fff;
}



.box-show .box-header{
	/* font-size:25pt; */
	color:#006837;
	text-align:center;
	margin-bottom:50px;
}

/* 尺寸小于1200直接判定手机页面布局 */
.img-mobile{
	display:none;
}


.v-dark, .v-dark-green {
	background-color:#0ca35e
}


/* 扫码体验展示书部分 */
.book{
background-color:#fff;
	padding:20px;
	border-radius:10px;
	margin:10px;
}

.book .part-1{
	margin-bottom:10px;
}


.book-cover{
	width:72px !important;
	height:120px !important;
	margin-right:10px;
}

.book-title{
	color:#006837;
	font-size:1.5em;
	width:100%;
	text-align:center;
	font-weight:bold;
	margin:0;
}

.qr-code{
	width:120px;
	height:120px;
}


/* 扫码体验展示书部分END */

