﻿body {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #a0a09f;
}

* {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #a0a09f;
}

li {
    list-style: none;
}
input,button{
  outline: none;
}
.bannerBox{
  width: 100%;
}
.bannerBox img{
  width: 100%;
  display: block;
}
.tab_box{
  position: relative;
  z-index: 10;
}
.tab_box .tabBox{
  width: 100%;
}
.tab_box .tabBox img{
  width: 100%;
}
.tab_menu{
  margin-top: 25px;
  padding-bottom: 20px;
}
.tab_menu a{
  width: 30%;
  float: left;
  font-size: 14px;
  margin-left: 2.5%;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#f0e383,#fbb343);
	background: -o-linear-gradient(#f0e383,#fbb343);
	background: -moz-linear-gradient(#f0e383,#fbb343);
	background: -mos-linear-gradient(#f0e383,#fbb343);
	background: linear-gradient(#f0e383,#fbb343);
  border-radius: 6px;
}
.tab_menu a.selected{
  background: -webkit-linear-gradient(#d3d3d3,#a3a3a3);
	background: -o-linear-gradient(#d3d3d3,#a3a3a3);
	background: -moz-linear-gradient(#d3d3d3,#a3a3a3);
	background: -mos-linear-gradient(#d3d3d3,#a3a3a3);
	background: linear-gradient(#d3d3d3,#a3a3a3);
}
.agendaTitle{
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #9a1e1c;
  font-weight: bold;
}
.hide{
  display: none;
}
.footerBtn{
  width: 100%;
  background: url(../images/images02.png);
  background-size: 100% 100%;
  margin-top: -40%;
  padding: 34% 0px 34% 0px;
  position: relative;
  text-align: center;
}
.btnbox{
  width: 50%;
  height: 50px;
  line-height: 50px;
  font-size: 30px;
  color: #fff;
  background: -webkit-linear-gradient(#f0e383,#fbb343);
	background: -o-linear-gradient(#f0e383,#fbb343);
	background: -moz-linear-gradient(#f0e383,#fbb343);
	background: -mos-linear-gradient(#f0e383,#fbb343);
	background: linear-gradient(#f0e383,#fbb343);
  display:block;
  margin: 0 auto;
  text-align: center;
  border-radius: 6px;
  margin-top:10%;
}

@media screen and (max-width: 1024px) {
  .wrap{
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .wrap{
    width: 1024px;
    height: 100%;
    margin: 0 auto;
  }
  .tab_menu a{
    line-height: 28px;
    font-size: 18px;
  }
  .agendaTitle{
    font-size: 24px;
    padding-bottom: 15px;
  }
  .btnbox{
    height: 70px;
    line-height: 70px;
  }
}
