@charset "gb2312";
em{font-style:normal}
@font-face {
  font-family: 'oswald';
  src: url("IMPACT_2.TTF");
}
.Slide {
  width: 100%;
}
.Slide img {
  width: 100%;
}

.wrapper {
  width: 1200px;
  margin: 0 auto;
}

.conBox_01 {
  width: 100%;
  position: relative;
  padding: 60px 0 0px 0;
  z-index: 8888;
}
.conBox_01 .box_title {
  text-align: center;
  width: 100%;
}
.conBox_01 .box_title h2 {
  font-size: 30px;
}
.conBox_01 .box_title p {
  margin-top: 20px;
}
.conBox_01 .box {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.conBox_02 {
  width: 100%;
  position: relative;
  padding: 30px 0 0px 0;
  z-index: 8888;
}
.conBox_02 .box_title {
  text-align: center;
  width: 100%;
}
.conBox_02 .box_title h2 {
  font-size: 30px;
}
.conBox_02 .box_title p {
  margin-top: 20px;
}
.conBox_02 .box {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}

.conBox_03 {
  background: #f0f0f0;
  width: 100%;
  padding: 60px 0;
  margin-top: 60px;
}
.conBox_03 .box_title {
  text-align: center;
  width: 100%;
}
.conBox_03 .box_title h2 {
  font-size: 30px;
}
.conBox_03 .box_title p {
  margin-top: 10px;
}
.conBox_03 .tab {
  width: 960px;
  background: #fff; float: left;
  margin-top: 40px;
}
.conBox_03 .tab .tab_title ul li {
  cursor: pointer;
  width: 20%;
  float: left;
  line-height: 80px;
  text-align: center;
  font-size: 18px;
  color: #fd924b;  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}
.conBox_03 .tab .tab_title ul .on {
  background: #fd924b;
  font-weight: bold;
  color: #fff;
}
.conBox_03 .tab .tab_content {
  border: 2px solid #fd924b;
  float: left;
  width: 100%;
}
.conBox_03 .tab .tab_content .block:nth-child(1) {
  display: block;
}
.conBox_03 .tab .tab_content .block {
  display: none;
}
.conBox_03 .tab .tab_content .block li {
  width: 20%;
  float: left;
  text-align: center;
  padding-top: 30px;
  min-height: 85px;
  height: 85px;
  overflow: hidden;
  border-right: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  /*behavior: url(css/iecss3.htc); */
}
.conBox_03 .tab .tab_content .block li em {
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.conBox_03 .tab .tab_content .block li a {
  border-top: 1px solid #fd924b;
  display: inline-block;
  margin-top: 60px;
  height: 38px;
  width: 100%;
  line-height: 34px;
  color: #fd924b;
  transition: all 0.5s;
  -moz-transition: all 0.5ss;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  opacity: 0;
  cursor: pointer;
  background: #fd924b;
  color: #fff;
}
.conBox_03 .tab .tab_content .block li:hover {
  padding-top: 15px;
  color: #fd924b;
}
.conBox_03 .tab .tab_content .block li:hover a {
  margin-top: 10px;
  opacity: 1;
}
.conBox_03 .right {
  float: right;
  width: 194px;
  background: url(../../images/tel/bg_03.jpg) no-repeat;
  margin-top: 40px;
  padding: 0px 10px 35px 10px;
}
.conBox_03 .right .countdown {
  text-align: center;
  margin-top: 70px;
}
.conBox_03 .right .countdown span {
  font-size: 22px;
  color: #ff632a;
  width: 40px;
  height: 35px;
  line-height: 35px;
  background: #fff200;
  border-radius: 5px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  text-align: center;
}
.conBox_03 .right .todaybox {
  background: #fff;
  display: background;
  margin-top: 20px;
  border-radius: 5px;
  padding: 15px;
}
.conBox_03 .right .todaybox .daly-count {
  text-align: center;
  font-size:14px;
  line-height:1.4;
}
.conBox_03 .right .todaybox .daly-count em {
  color: #fd924b;
  font-weight: bold;
  margin: 0 3px;
}
.conBox_03 .right .todaybox .today-number {
  height: 148px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}
.conBox_03 .right .todaybox .today-number li {
  text-align: center;
  line-height: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #fd924b;
}
.conBox_03 .right .todaybox .today-number .over {
  text-decoration: line-through;
  color: #999;
}
.conBox_03 .right .more {
  border: 1px solid #fff;
  display: inline-block;
  line-height: 40px;
  width: 100%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  margin-top: 15px;
}

.conBox_04 {
  width: 100%;
  position: relative;
  padding: 60px 0 60px 0;
  z-index: 8888;
}
.conBox_04:before {
  background: #fd924b;
  width: 100%;
  bottom: 0px;
  position: absolute;
  height: 200px;
  content: "";
  left: 0px;
}
.conBox_04 .box_title {
  text-align: center;
  width: 100%;
}
.conBox_04 .box_title h2 {
  font-size: 30px;
}
.conBox_04 .box_title p {
  margin-top: 20px;
}
.conBox_04 .tab_title {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.conBox_04 .tab_title li {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #efefef;
  padding: 0 35px;
  margin: 0 15px;
  border-radius: 50px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  cursor: pointer;
}
.conBox_04 .tab_title .on {
  color: #fff;
  background: #fd924b ;
  box-shadow: 0 3px 10px #fcdad8;
}
.conBox_04 .tab_content {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.conBox_04 .tab_content .block:nth-child(1) {
  display: block;
}
.conBox_04 .tab_content .block {
  display: none;
  width: 100%;
}
.conBox_04 .tab_content .block ul {
  width: 105%;
  display: block;
}
.conBox_04 .tab_content .block ul li {
  float: left;
  width: 360px;
  margin-right: 60px;
}
.conBox_04 .tab_content .block ul li img {
  width: 100%;
}
.conBox_04 .tab_content .block .tips {
  text-align: center;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-top: 40px;
  width: 100%;
}

/*
  
 主色 #EC8617 
 高亮色 #ff6600
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=400.css.map */
