﻿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%;
  border-bottom: 2px solid #dedede;
  position: relative;
}
.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: 20px;
  padding-bottom: 20px;
}
.tab_menu a{
  width: 46.3%;
  height: 72px;
  line-height: 20px;
  float: left;
  font-size: 14px;
  margin-left: 2.5%;
  text-align: center;
  color: #fff;
  background: -webkit-linear-gradient(#37afd8,#037eb4);
	background: -o-linear-gradient(#37afd8,#037eb4);
	background: -moz-linear-gradient(#37afd8,#037eb4);
	background: -mos-linear-gradient(#37afd8,#037eb4);
	background: linear-gradient(#37afd8 ,#037eb4);
  border-radius: 6px;
  position: relative;
}
.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);
}
.tab_menu a span{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
}
.agendaTitle{
  font-size: 20px;
  padding-bottom: 10px;
  text-align: center;
  color: #18317f;
  font-weight: bold;
  border-bottom: 2px solid #dedede;
}
.hide{
  display: none;
}
.footerBtn{
  width: 100%;
  background: url(../images/images02.png);
  background-size: 100% 100%;
  padding: 34% 0px 34% 0px;
  position: relative;
  text-align: center;
}
.footerBtn a{
  width: 50%;
  height: 60px;
  line-height: 59px;
  font-size: 28px;
  color: #fff;
  background: -webkit-linear-gradient(#3f83c5,#004486);
	background: -o-linear-gradient(#3f83c5,#004486);
	background: -moz-linear-gradient(#3f83c5,#004486);
	background: -mos-linear-gradient(#3f83c5,#004486);
	background: linear-gradient(#3f83c5,#004486);
  border:1px solid #fff;
  display:block;
  margin: 0 auto;
  position: absolute;
  top: 26%;
  left: 50%;
  margin-left: -25%;
  text-align: center;
  border-radius: 10px;
}
.dateNav{
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.dateNav a {
    width: 30%;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    float: left;
    font-size: 14px;
    margin-left: 2.5%;
    text-align: center;
    color: #fff;
    background: -webkit-linear-gradient(#37afd8,#037eb4);
    background: -o-linear-gradient(#37afd8,#037eb4);
    background: -moz-linear-gradient(#37afd8,#037eb4);
    background: -mos-linear-gradient(#37afd8,#037eb4);
    background: linear-gradient(#37afd8 ,#037eb4);
    border-radius: 6px;
    position: relative;
}
.dateNav 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);
}



@media screen and (max-width: 1024px) {
  .wrap{
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 320px) {
  .dateNav a{
    height: 40px;
    line-height: 40px;
  }
}
@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;
  }
  .footerBtn a{
    height: 70px;
    line-height: 70px;
  }
  .tab_menu a{
    height: 90px;
  }
  .dateNav a{
    height: 66px;
    line-height: 66px;
    font-size: 20px;
  }
}
