.banner {
  height: 500px;
  overflow: hidden;
  position: relative;
}

.banner .img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.banner .img:before {
  content: '';
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=60);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.banner .txtBox {
  width: 100%;
  height: 104px;
  line-height: 1;
  color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -52px;
  text-align: center;
  font-weight: lighter;
}

.banner .txtBox .d1 {
  font-size: 50px;
  white-space: pre;
}

.banner .txtBox .d2 {
  font-size: 30px;
  letter-spacing: 16px;
  text-indent: 16px;
  white-space: pre;
  padding-top: 24px;
}

.breadcrumb {
  height: 100px;
  position: relative;
}

.breadcrumb:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.breadcrumb:after {
  content: '';
  width: 288px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -618px;
}

.breadcrumb ul {
  line-height: 1;
  padding-top: 45px;
  float: right;
}

.breadcrumb ul li {
  float: left;
  padding-left: 28px;
  position: relative;
}

.breadcrumb ul li:before {
  content: '';
  width: 4px;
  height: 7px;
  background: url("../img/icon.png") no-repeat -120px -60px;
  position: absolute;
  left: 13px;
  top: 4px;
}

.breadcrumb ul li:first-child:before {
  width: 11px;
  height: 10px;
  background-position: -120px -40px;
  left: 7px;
  top: 3px;
}

.breadcrumb ul li a {
  font-size: 16px;
  color: #666666;
}

.main {
  padding-bottom: 160px;
  position: relative;
}

.main > *{
  position: relative;
}

.main > * > .left {
  width: 252px;
  float: left;
  margin-top: -100px;
  position: relative;
  top: 0;
}

.main > * > .left.float{
  position: fixed;
  top: 200px;
}

.main > * > .left .title {
  line-height: 1;
  padding-bottom: 14px;
}

.main > * > .left .title .d1 {
  font-size: 40px;
  font-weight: bold;
  color: #cc2727;
  padding-top: 30px;
}

.main > * > .left .title .d2 {
  line-height: 30px;
  padding-top: 8px;
  font-size: 24px;
  color: #666;
  text-transform: uppercase;
  font-weight: lighter;
}

.main > * > .left .nav {
  min-height: 340px;
  background: #cc2727;
  padding: 20px 16px 20px 0;
}

.main > * > .left .nav li {
  padding: 8px 0;
}

.main > * > .left .nav li a {
  display: block;
  padding: 8px 38px;
  color: #fff;
  font-size: 20px;
  -moz-border-radius: 0 100px 100px 0;
  -webkit-border-radius: 0 100px 100px 0;
  border-radius: 0 100px 100px 0;
}

.main > * > .left .nav li a:hover,
.main > * > .left .nav li a.active {
  background: #fff;
  color: #cc2727;
  font-weight: bold;
}

.main > * > .left .img {
  width: 100%;
  margin-top: 16px;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
}

.main > * > .left .img a,
.main > * > .left .img img {
  width: 100%;
  display: block;
}

.main > * > .right {
  width: 880px;
  padding-top: 22px;
  float: right;
}

.ubbTitle {
  padding: 20px 0 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid #e8e8e8;
}

.ubbTitle .d1 {
  font-size: 28px;
  color: #111;
}

.ubbTitle .d2 {
  padding-top: 10px;
  font-size: 14px;
  color: #222230;
  font-weight: lighter;
}

.ubbTitle .d2 span {
  padding-right: 20px;
}

.wap-1 {
  width: 100%;
  height: 347px;
  border-color: #e4e4e4;
  border-width: 1px;
  border-style: solid;
  border-right: none;
  position: relative;
  margin-bottom: 60px;
}

.wap-1 .left {
  width: 423px;
  height: 347px;
  line-height: 1;
  padding-left: 72px;
  box-sizing: border-box;
  background: url("../img/bg1.png") no-repeat 0 0;
  display: table-cell;
  vertical-align: middle;
}

.wap-1 .left .d1 {
  font-size: 36px;
  color: #cc2727;
  font-weight: bold;
}

.wap-1 .left .d2 {
  font-size: 20px;
  color: #333;
  padding-top: 13px;
}

.wap-1 .img {
  width: 384px;
  height: 347px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.wap-2 .title {
  line-height: 1;
  font-size: 30px;
  color: #cc2727;
  font-weight: bold;
  padding: 34px 0 42px;
}

.wap-2 ul {
  padding-left: 101px;
  position: relative;
}

.wap-2 ul:before {
  content: '';
  width: 1px;
  height: 100%;
  background: #d8d8d8;
  position: absolute;
  left: 50px;
  top: 0;
}

.wap-2 ul li {
  position: relative;
  padding-bottom: 41px;
}

.wap-2 ul li:before {
  content: '';
  width: 15px;
  height: 15px;
  background: url("../img/icon.png") no-repeat -120px -70px #fff;
  position: absolute;
  left: -58px;
  top: 0;
}

.wap-2 ul li .img {
  width: 118px;
  height: 92px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.wap-2 ul li .txtBox {
  width: 600px;
  padding-left: 27px;
  float: left;
}

.wap-2 ul li .txtBox .d1 {
  line-height: 1;
  font-size: 20px;
  color: #111;
}

.wap-2 ul li .txtBox .d2 {
  height: 42px;
  font-size: 14px;
  color: #222230;
  margin-top: 15px;
  overflow: hidden;
}

.wap-3 {
}

.wap-3 ul {
}

.wap-3 ul li {
  padding: 26px 0 8px;
}

.wap-3 ul li .box {
  height: 218px;
  padding-right: 335px;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
  display: block;
  position: relative;
}

.wap-3 ul li .box .d1 {
  max-height: 72px;
  line-height: 36px;
  font-size: 28px;
  color: #111;
  overflow: hidden;
  white-space: pre-wrap;
  padding-top: 10px;
}

.wap-3 ul li .box .d2 {
  height: 56px;
  line-height: 28px;
  font-size: 14px;
  color: #222230;
  overflow: hidden;
  font-weight: 100;
  white-space: pre-wrap;
  padding-top: 5px;
}

.wap-3 ul li .box .d3 {
  line-height: 1;
  font-size: 16px;
  color: #333333;
  font-weight: 100;
  margin-top: 30px;
}

.wap-3 ul li .box .d3 span {
  padding-right: 21px;
  position: relative;
}

.wap-3 ul li .box .d3 span:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url("../img/icon.png") no-repeat -120px -90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.wap-3 ul li .box .img {
  width: 282px;
  height: 218px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 0;
}

.wap-5 {
  padding: 23px 0 90px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

.wap-5 .left {
  width: 400px;
  padding-top: 15px;
  float: left;
}

.wap-5 .left p {
  line-height: 36px;
  font-size: 16px;
  color: #333;
}

.wap-5 .right {
  float: right;
}

.wap-5 .right .map {
  width: 452px;
  height: 263px;
}

.wap-5 .right .btn {
  line-height: 1;
  font-size: 14px;
  color: #666;
  cursor: pointer;
  padding-top: 25px;
  display: inline-block;
}

.wap-6 {
  margin-top: -22px;
}

.wap-6 .layui-form {
  padding: 20px 0;
}

.wap-6 .layui-form-item {
  float: right;
  margin-bottom: 0;
}

.wap-6 .layui-form-label {
  width: 160px;
  font-size: 18px;
  color: #222230;
  padding: 20px 15px;
}

.wap-6 .layui-input-block {
  width: 285px;
  margin-left: 190px;
}

.wap-6 .layui-form-select .layui-input {
  height: 60px;
  font-size: 16px;
  color: #333;
  padding-left: 15px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.wap-6 .layui-form-select .layui-edge {
  right: 15px;
}

.wap-6 .layui-form-select dl {
  top: 62px;
}

.wap-6 .layui-form-select dl dd {
  font-size: 16px;
  padding: 0 15px
}

.wap-6 .datePanel {
  padding-top: 11px;
}

.datePanel {
  margin-left: -1px;
  margin-right: -1px;
}

.datePanel li {
  width: 126px;
  height: 180px;
  float: left;
  padding: 0 1px 2px;
  box-sizing: border-box;
}

.datePanel li .box {
  width: 100%;
  height: 100%;
  line-height: 1;
  border: 1px solid #e4e4e4;
  -webkit-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  position: relative;
  padding: 14px 16px;
  background: url("../img/date_bg.png") repeat-x left bottom;
}

.datePanel li .box.active {
  border: 2px solid #cc2727;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
}

.datePanel li .box .d-1 {
  color: #666;
}

.datePanel li .box.active .d-1 {
  color: #cc2727;
}

.datePanel li .box .d-1 .s1 {
  font-size: 14px;
  padding-bottom: 5px;
  border-bottom: 1px solid #bcbcbc;
  display: inline-block;
}

.datePanel li .box.active .d-1 .s1 {
  border-color: #cc2727;
}

.datePanel li .box .d-1 .s2 {
  font-size: 20px;
  padding-top: 5px;
  display: block;
}

.datePanel li .box .d-2 {
  max-height: 58px;
  padding-top: 25px;
  overflow: hidden;
}

.datePanel li .box .d-2 p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #333;
}

.datePanel li .box .d-3 span {
  padding-right: 12px;
  position: relative;
}

.datePanel li .box .d-3 span:before {
  content: '';
  width: 4px;
  height: 6px;
  background: url("../img/icon.png") no-repeat -120px -90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}

.dateDetail {
  width: 100%;
  height: 100%;
  padding: 0 19px;
  box-sizing: border-box;
  border: 2px solid #cc2727;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: none;
}

.dateDetail .title {
  height: 86px;
  line-height: 86px;
  color: #cc2727;
  font-size: 26px;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  font-weight: 100;
}

.dateDetail .title span {
  padding-left: 10px;
}

.dateDetail .title .close {
  float: right;
  cursor: pointer;
}

.dateDetail .box {
  max-height: 370px;
  line-height: 30px;
  overflow: auto;
  font-size: 16px;
}

.dateDetail .box .list {
  padding-top: 30px;
}

.dateDetail .box .time {
  float: left;
}

.dateDetail .box .txt {
  width: 590px;
  float: right;
}

.dateDetail .box .txt .p1 {
  font-weight: bold;
}


.dateDetail .box .txt img{
  margin: 5px 0;
  width: 100px;
  cursor: zoom-in;
}

.dateDetail .box .txt a{
  font-size: 12px;
  padding-right: 21px;
  position: relative;
}

.dateDetail .box .txt a:before{
  content: '';
  width: 4px;
  height: 6px;
  background: url("../img/icon.png") no-repeat -120px -90px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

.wap-7 {
  padding-top: 30px;
}

.wap-7 .tips {
  font-size: 18px;
  font-weight: 100;
}

.wap-7 .layui-form {
  margin-top: 40px;
}

.wap-7 .layui-form-item {
  margin-bottom: 24px;
}

.wap-7 .layui-form-label {
  width: 120px;
  text-align: left;
  padding: 20px 0;
  font-size: 18px;
  color: #222230;
  font-weight: 100;
}

.wap-7 .layui-form-label span {
  padding-left: 4px;
  color: #cc2727;
}

.wap-7 .layui-input-block {
  margin-left: 120px;
}

.wap-7 .layui-input-block .layui-input {
  width: 286px;
  height: 60px;
  font-size: 16px;
  padding: 0 15px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.wap-7 .layui-input-block .layui-textarea {
  height: 380px;
  font-size: 16px;
  padding: 20px 15px;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.wap-7 .layui-input-block .layui-btn {
  width: 200px;
  height: 62px;
  line-height: normal;
  font-size: 16px;
  color: #fff;
  background-color: #cc2727;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.wap-7 .layui-input-block.code .layui-input{
  width: 130px;
  display: inline-block;
  vertical-align: middle;
}

.wap-7 .layui-input-block.code img{
  height: 60px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.noMainLeft .breadcrumb:after{
  display: none;
}

.noMainLeft .main .right{
  width: 100%;
}

.noMainLeft .wap-4 .list .box .d-2{
  width: 1036px;
}

.noMainLeft .wap-4 .list .box .d-2 .d1{
  font-size: 24px;
  padding-top: 4px;
}
.dateWeek{
  line-height: 60px;
  text-align: center;
  border: 1px solid #e8e8e8;
  font-size: 20px;
  color: #333;
}
.dateWeek span{
  width: 125px;
  float: left;
}
.page {
  padding-top: 40px;
  font-size: 0;
  text-align: center;
  line-height: 34px;
}
.page ul{
  display: inline-block;
}
.page ul li{
  display: inline-block;
}
.page .disabled span{
  width: 32px;
  height: 32px;
  overflow: hidden;
  color: #919191;
  text-align: center;
  line-height: 32px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}
.page .active span{
  color: #FFF;
  background: #cc2727;
  border-color: #cc2727;
  width: 32px;
  height: 32px;
}

.page a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  color: #919191;
  text-align: center;
  line-height: 32px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.page span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #333;
}

.page .current {
  color: #FFF;
  background: #cc2727;
  border-color: #cc2727;
}

.page .prev,
.page .next {
  text-indent: -999px;
  background: url(../img/icon.png) 0 -40px no-repeat;
}

.page .prev {
  margin-left: 0;
}

.page .next {
  background-position: -40px -40px;
}

.page input {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  height: 32px;
  width: 32px;
  text-align: center;
  color: #919191;
  line-height: 32px;
  background: #FFF;
  border: 1px solid #e5e5e5;
  font-size: 14px;
}

.wap-8{
  width: 960px;
  margin-top: -40px;
  overflow: hidden;
}

.wap-8 .list{
  width: 440px;
  padding: 40px 40px 0 0;
  float: left;
}

.wap-8 .tBox{
  height: 75px;
  line-height: 75px;
  border-left: 5px solid #7f2e35;
  background: linear-gradient(to right, #faf7e1, #faf9f0);
  padding-left: 20px;
  color: #333333;
  font-size: 24px;
  box-sizing: border-box;
}

.wap-8 .cBox{
  padding-top: 14px;
  position: relative;
  overflow: hidden;
}

.wap-8 .cBox .img{
  width: 180px;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

.wap-8 .cBox .con{
  width: 240px;
  float: right;
}

.wap-8 .cBox .con .d-1{
  font-size: 20px;
  color: #333333;
  padding-bottom: 10px;
}

.wap-8 .cBox .con .d-2{
  max-height: 190px;
  font-size: 18px;
  color: #666666;
  overflow: auto;
}

.wap-8 .cBox .con .d-3{
  padding-right: 26px;
  font-size: 16px;
  color: #333333;
  position: absolute;
  right: -9px;
  bottom: 0;
}

.wap-8 .cBox .con .d-3:before{
  content: '';
  width: 0;
  height: 0;
  border-width: 9px;
  border-style: solid;
  border-left-color: #7f2e35;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 4px;
  right: 0;
}

