/* æ¸…é™¤æµ®åŠ¨å¼€å§‹ */
.cleafix:after {
  content: '.';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
}

/* æ¸…é™¤æµ®åŠ¨ç»“æŸ */

body {
  background: #F7F7F7;
}

.banner {
  width: 100%;
  height: 160px;
  background: url(zdsxqd_banner.png) no-repeat center;
  background-size: 1920px 100%;
}

.banner h1 {
  width: 1100px;
  margin: 0 auto;
  font-size: 32px;
  line-height: 160px;
  font-weight: 600;
  color: #fff;
}

.modular {
  width: 1100px;
  margin: 20px auto;
}

.mbx p {
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.mbx p a {
  color: #666;
}

.sxqd_detail {
  background: #fff;
  padding-bottom: 32px;
  margin-top: 0px;
}

.sxqd_fl {
  padding: 0 32px;
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 32px;
}

.sxqd_fl span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 66px;
  color: #333;
  margin-right: 40px;
  border-bottom: 4px solid #fff;
  cursor: pointer;
}

.sxqd_fl span.active {
  border-bottom: 4px solid #BD1A2D;
}

.sxqd_detail table {
  width: calc(100% - 80px);
  margin: 32px 40px 0;
  border: 1px solid #333;
}

.xing {
  width: 15px;
  height: 15px;
  margin-bottom: 3px;
}

.sxqd_detail thead td {
  height: 76px;
  background: #F5F6F8;
}

.sxqd_detail td {
  font-size: 14px;
  color: #333;
  padding: 10px 16px;
}

.titleSwitch{
  width: 1100px;
  margin: 0px auto;
  border-bottom: 2px solid #c00000;
}

.titleSwitch .active {
    background-color: #c00000;
    color: #FFF;
}

.titleSwitch span {
    display: inline-block;
    width: 330px;
    height: 60px;
    background-color: #FFFFFF;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    cursor: pointer;
}
.titleSwitch .titleSwitch_bt span:nth-child(4),
.titleSwitch .titleSwitch_bt span:nth-child(5){
    display:none;
}

.titleSwitch{
  position:relative;
}
.qdbt_left,.qdbt_right{
  width:20px;
  height:20px;
}
.qdbt_left{
  background: url(left.png) no-repeat 9px 10px;
  background-size:20px 20px;
  position:absolute;
  left:0px;
  top:10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.qdbt_right{
  background: url(right.png) no-repeat 11px 10px;
  background-size:20px 20px;
  position:absolute;
  right:0px;
  top:10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.titleSwitch{
  text-align:center;
}
.titleSwitch p span:last-child{
  display:none;
}
.titleSwitch .titleSwitch_bt span:nth-child(4),
.titleSwitch .titleSwitch_bt span:nth-child(5){
  display:none;
}
