.header {
  width: 100%;
  height: 1.56rem;
  background-color: #ffff00;
}
.logo {
  float: left;
  width: 6rem;
  height: 1.22rem;
  margin-top: 0.18rem;
  margin-left: 0.44rem;
  cursor: pointer;
}
.logo > embed {
  float: left;
  width: auto;
  height: 100%;
}
.logo > h1 {
  display: inline-block;
  float: left;
  margin-left: 0.3rem;
  line-height: 1.22rem;
  font-size: 0.52rem;
  color: #1c4f9c;
}
.btn-menu {
  float: right;
  width: 0.68rem;
  height: 0.44rem;
  margin-top: 0.56rem;
  margin-right: 0.72rem;
  cursor: pointer;
  background: url(../svg/lionclub_icon_menu.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.btn-menu > embed {
  width: 100%;
  height: 100%;
}
.content h2 {
  width: 100%;
  height: 1.86rem;
  padding-left: 0.5rem;
  line-height: 1.86rem;
  font-size: 0.8rem;
  background-color: #1c4f9c;
  color: #ffff00;
}
.content h2 embed {
  width: 0.6rem;
  height: 0.5rem;
  margin-right: 0.6rem;
}
.footer {
  width: 100%;
  height: 2.3rem;
  background-color: #062949;
  text-align: center;
}
.footer > embed {
  width: 6.48rem;
  height: 1.18rem;
  margin-top: 0.16rem;
  margin-bottom: 0.2rem;
}
.footer > p {
  width: 100%;
  line-height: 0.34rem;
  font-size: 0.34rem;
  color: #9b9b9b;
}
.menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 99999999999999999;
  background-color:rgba(0,0,0,0.3)
}
.menu .btn-close {
  position: relative;
  width: 1.56rem;
  height: 1.56rem;
  background-color: #ffff00;
  cursor: pointer;
}
.menu .btn-close .icon-close {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.27rem;
  margin-top: -0.27rem;
  width: 0.54rem;
  height: 0.54rem;
  background-color: #ffff00;
  background: url(../svg/lionclub_icon_menu_close.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.menu .btn-close embed {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.27rem;
  margin-top: -0.27rem;
  width: 0.54rem;
  height: 0.54rem;
}
.menu .menu-box {
  width: calc(100% - 1.56rem);
  background-color: #fff;
}
.menu .menu-box ul {
  width: 100%;
  height: 100%;
}
.menu .menu-box ul li {
  width: 100%;
  height: 1.56rem;
}
.menu .menu-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1.08rem;
  line-height: 1.56rem;
  font-size: 0.48rem;
  color: #333333;
}
.menu .menu-box ul li.cur {
  border-bottom: 0.04rem solid #1c4f9c;
}
/*index page*/
.index .banner {
  width: 100%;
  height: 9.08rem;
  overflow: hidden;
}
.index .banner img {
  width: 100%;
  height: 100%;
}
.index .main {
  padding: 0.38rem;
}
.index .main .video-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height:4.75rem;
}
.index .main .video-box .video-item {
  width: 4.9rem;
  height: 4.55rem;
}
.index .main .video-box .video-item iframe {
  width: 100%;
  height: 2.75rem;
  margin-bottom: 0.15rem;
}
.index .main .video-box .video-item p {
  width: 100%;
  line-height: 0.7rem;
  font-size: 0.48rem;
  font-weight: bold;
}
.index .main .menu-link {
  width: 100%;
  height: 1.6rem;
}
.index .main .menu-link ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.index .main .menu-link ul li {
  width: 3.18rem;
  height: 100%;
  vertical-align: middle;
}
.index .main .menu-link ul li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0.44rem;
  text-align: center;
  border-radius: 0.15rem;
  cursor: pointer;
}
.index .main .menu-link ul li a.bg-blue {
  line-height: 1.6rem;
  background-color: #1c4f9c;
  color: #fff;
}
.index .main .menu-link ul li a.bg-yellow {
  padding-top: 0.18rem;
  background-color: #fccb06;
  color: #000;
}
.index .main .menu-link ul li a.bg-green {
  line-height: 1.6rem;
  background-color: #85c226;
  color: #fff;
}
/*ads*/
.content .ads-item {
  width: 100%;
  height: auto;
  margin: 0.88rem 0 1.8rem 0;
  text-align: center;
}
.content .ads-item img {
  width: 100%;
  height: auto;
}
.content .ads-item p {
  width: 100%;
  line-height: 1.8rem;
  font-size: 0.52rem;
}
.content .ads-item p sup {
  font-size: 0.3rem;
}
/*purpose*/
.purpose {
  padding-bottom: 0.8rem;
}
.purpose-box {
  width: 100%;
  padding: 0 0.5rem;
}
.purpose-box h3 {
  width: 100%;
  margin: 0.9rem 0 0.7rem 0;
  font-size: 0.46rem;
  font-weight: bold;
}
.purpose-box p {
  line-height: 0.6rem;
  font-size: 0.4rem;
  color: #8b8b8b;
}
.purpose-box p em {
  color: #0093de;
  font-weight: bold;
}
/*inscription*/
.inscription {
  width: 100%;
  height: 14.5rem;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inscription .inscription-box {
  padding: 1rem 0.5rem 0;
}
.inscription .page-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
}
.inscription .page-btn span {
  width: 1.18rem;
  height: 1.18rem;
}
.inscription .page-btn span.btn-page-pre {
  background: url(../svg/lionclub_icon_arr_left.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.inscription .page-btn span.btn-page-next {
  background: url(../svg/lionclub_icon_arr_right.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.inscription .page-btn span embed {
  width: 100%;
  height: 100%;
}
.inscription .page-btn div {
  line-height: 1.18rem;
  font-size: 0.52rem;
  color: #737373;
}
.inscription .page-btn div em {
  margin: 0 0.2rem;
}
.inscription-box .img-mask {
  width: 9.8rem;
  //height: 7.14rem;
  margin: 0 auto;
  overflow: hidden;
}
.inscription-box ul.inscription-img {
  margin-top: 0.5rem;
}
.inscription-box ul li {
  float: left;
  width: 9.8rem;
  height: 7.14rem;
}
.inscription-box ul li img {
  float: left;
  width: 4.8rem;
  height: 100%;
  margin: 0 0.04rem;
}
/*description*/
.description-box {
  padding: 0 0.5rem 0.9rem;
}
.description-box .select-time {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  height: 1.36rem;
  padding: 0 0.48rem;
  background-color: #707070;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.description-box .select-time span {
  font-size: 0.52rem;
  color: #fff;
}
.description-box .select-time span embed {
  width: 0.48rem;
  height: 0.3rem;
}
.description-box .select-time .time {
  display: none;
  position: absolute;
  top: 1.36rem;
  left: 0;
  width: 100%;
}
.description-box .select-time .time li {
  line-height: 1.36rem;
  padding: 0 0.48rem;
  font-size: 0.52rem;
  color: #353535;
  background-color:#E9E9E9;
}
.description-box .select-time .time li:hover{
  background-color:#ffff00;
}
.description-box .select-time .time li.selected{
  background-color:#ffff00;
}
.description-box article img {
  width: 100%;
  height: auto;
  margin: 0.9rem 0 0.8rem;
}
.description-box article p {
  line-height: 0.6rem;
  font-size: 0.48rem;
}
/*history*/
.history-box {
  position: relative;
  width: 100%;
  height: 14.38rem;
}
.history-box > img {
  max-width: 10.8rem;
  height: auto;
  margin: 0 auto;
}
.history-box > a {
  position: absolute;
  display: block;
  width: 5.5rem;
  height: 1.68rem;
  z-index: 9999;
}
.history-box > a img {
  width: 100%;
  height: auto;
}
.history-box > a:nth-of-type(2n) {
  right: 50%;
  margin-right: -4.9rem;
}
.history-box > a:nth-of-type(2n-1) {
  left: 50%;
  margin-left: -4.79rem;
}
.history-box > a:nth-of-type(1) {
  top: 2.3rem;
}
.history-box > a:nth-of-type(2) {
  top: 4.18rem;
}
.history-box > a:nth-of-type(3) {
  top: 6.06rem;
}
.history-box > a:nth-of-type(4) {
  top: 7.94rem;
}
.history-box > a:nth-of-type(5) {
  top: 9.82rem;
}
/*sowingmap*/
.sowingmap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
}
.sowingmap .show-page {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 1.56rem;
  padding: 0 0.5rem;
  background-color: #0f2d4b;
}
.sowingmap .show-page span {
  font-size: 0.52rem;
  color: #999999;
}
.sowingmap .show-page span.btn-close-sowingmap {
  width: 0.44rem;
  height: 0.44rem;
  background: url(../svg/lionclub_icon_album_close.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  cursor: pointer;
}
.sowingmap .show-page span em {
  margin: 0 0.15rem;
}
.sowingmap .show-pic {
  position: relative;
  width: 100%;
  height: 15.46rem;
  overflow: hidden;
}
.sowingmap .show-pic .pic-mask {
  width: 100%;
  height: 15.46rem;
  overflow: hidden;
}
.sowingmap .show-pic .pic-mask ul {
  height: 15.46rem;
}
.sowingmap .show-pic ul li {
  float: left;
  width: 10.8rem;
  height: 100%;
}
.sowingmap .show-pic ul li img {
  width: 100%;
  height: 100%;
}
.sowingmap .show-pic span {
  position: absolute;
  top: 50%;
  margin-top: -0.61rem;
  width: 1.22rem;
  height: 1.22rem;
  z-index: 999;
}
.sowingmap .show-pic span embed {
  width: 1.22rem;
  height: 1.22rem;
}
.sowingmap .show-pic span.left {
  left: 0.6rem;
  background: url(../svg/lionclub_icon_album_left.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sowingmap .show-pic span.right {
  right: 0.6rem;
  background: url(../svg/lionclub_icon_album_right.svg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sowingmap .block {
  width: 100%;
  height: 2rem;
  background-color: #0f2d4b;
}
.hr{
	margin: 0.9rem 0 0.8rem;
    width: 100%;
	height:0px;
	background-color:#1c4f9c;
	border-top: 0.07rem solid #1c4f9c;
	border-bottom: 0.07rem solid #b2cce5;
}
