*,.h1,.h2,.h3,.h4,.h5,.h6{
  margin:0;
  padding:0;
  box-sizing: border-box;
}
body {
  font-family: Arial,Helvetica,"Microsoft JhengHei",Sans-Serif;
  font-size: 15px;
  line-height: 1.42857143;
  color: #050101;
  background: #F7F7F7;
}
.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}
ul, ol, li, dl, dt, dd {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
a {
  color: #24090B;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.cursor{
  cursor:pointer;
}
a:hover,a:focus {
  color: #000;
  text-decoration: none;
  outline: none;
}
.both{
  clear:both;
}
.yinyin{
  box-shadow: 0px 2px 10px 0px rgba(185,185,185,0.6);
}

.titleColor{
  color:#24090B;
}
.contentColor{
  color:#4D3E3F;
}


/*头部*/
.header{
  position:fixed;
  width:25%;
  left:0px;
  top:0px;
  height:100%;
  overflow-y:auto;
  z-index:999;
  background:#F7F5F3 url(../Img/xiangyun.png) no-repeat center bottom;
  transition: box-shadow .1s ease-in-out;
}
.header .header_top{
   margin-left:40px;
   margin-top:53px;
}
.header .header_top img{
  height:60px;
}
.header .header_top .tallk{
  cursor:pointer;
  display:inline-block;
  float:right;
  background:#EFE9E8;
  color:#4C3536;
  padding:5px 15px;
  border:1px solid #E7DDDD;
  font-size:16px;
  border-radius:20px;
  line-height:1.7em;
  margin-right:30px;
  margin-top:6px;
  transition: all 0.5s ease 0s;
}
.header .header_top .tallk img{
  height:25px;
}
.header .header_top .tallk:hover{
  background:#FFFFFF;
}


/*导航*/
.header .header_center{
  margin-left:110px;
  margin-top:18%;
  color:#050101;
}
.header .header_center a{
  color:#050101;
}
.header_center ul li{
  line-height:3em;
  font-size:20px;
  font-weight:bold;
}
.header_center ul li hr{
  border-color:#E0DDDB;
  width:80%;
}

/*底部*/
.header .header_buttom{
  position:absolute;
  bottom:30px;
  left:110px;
  color:#ACAAAA;
  padding-right:24px;
}
.header .header_buttom p{
  margin:0px;
  font-size:14px;
}
.header .header_buttom a{
  color:#ACAAAA;
}

/*收起*/
.shouqi{
  position:fixed;
  right:24px;
  bottom:24px;
  width:55px;
  height:55px;
  background:red;
  z-index:9999;
}
.header .header_top .tallk_caidan{
  display: none;
}


.body{
  position: relative;
  overflow: hidden;
  margin-left: 25%;
  width: 75%;
  z-index:99;
  /*background:#F7F7F7 url(../Img/bg_hua.png) no-repeat right bottom;*/
}
.footer{
  display:none;
  height:55px;
  background:#FFF;
  position:fixed;
  left:0px;
  bottom:0px;
  width:100%;
  z-index:999;
  border-top:1px solid #E3E3E3;
  font-size:13px;
  color:#707070;
  padding-top:4px;
  text-align:center;
}

.nav_hidden{
  position:fixed;
  right:25px;
  bottom:25px;
  width:25px;
  height:25px;
  background:url(../Img/remove.png) no-repeat center center;
  background-size:25px 25px;
  z-index:9999;
  display: none;
}
@media (max-width: 1750px) {
  .header .header_top .tallk text{
    display:none;
  }
}
@media (max-width: 1600px) {
  .header .header_top img{
    height:56px;
  }
  .header .header_top .tallk{
    font-size:15px;
    padding:3px 10px;
    margin-right:24px;
    margin-top:3px;
  }
  .header .header_top .tallk img{
    height:20px;
  }
  .header .header_top .tallk text{
    display:none;
  }
  .header .header_center{
    margin-left:90px;
    margin-top:60px;
  }
  .header_center ul li{
    line-height:2.6em;
  }
  .header .header_buttom{
    left:90px;
  }
}
@media (max-width: 1400px) {
  .header_wushi .header_top .tallk img{
    display:none;
  }
}
@media (max-width:1250px) {
  .header .header_center{
    margin-left: 70px;
  }
  .header .header_buttom{
    left:70px;
  }
}
@media (max-width: 1200px) {
  .header .header_top .tallk{
    display:none;
  }
  .header .header_center{
    margin-left:70px;
    margin-top:70px;
  }
  .header .header_buttom{
    left:70px;
  }
}
@media (max-width: 1020px) {
  .body{
    padding-top:55px;
    margin-left: 0px;
    width:100%;
  }
  .header{
    width:100%;
    height:100%;
    top:0px;
    z-index:9999;
    background-size:100%;
  }
  .header .header_buttom{
    position:static;
    margin-left:70px;
    padding-right:20px;
    margin-bottom:30px;
    margin-top:50px;
  }
  .header_center ul li{
    line-height:2em;
    font-size:20px;
    font-weight:bold;
  }
  .header .header_top .tallk{
    display:inline-block;
  }
  .header_wushi .header_top .tallk img{
    display:inline-block;
  }
  .header_wushi{
    height:55px;
    overflow-y:hidden;
  }
  .header_wushi .header_top{
    margin-top:7px;
    margin-left:15px;
  }
  .header_wushi .header_top .tallk{
    margin-right:15px;
  }
  .header .header_top img{
    height:40px;
  }
}
@media (max-width:767px) {
  .body{
    padding-top:50px;
  }
  .header .header_center{
    margin-left:40px;
    margin-top:50px;
  }
  .header .header_buttom{
    margin-left:40px;
    margin-top:40px;
  }
  .header_wushi .header_top img{
    height:33px;
  }
  .header .header_top{
    margin-top:30px;
  }
  .header_wushi .header_top{
    margin-top:10px;
  }
  .header_center ul li{
    line-height:2em;
    font-size:16px;
  }
  .header .header_buttom{
    margin-top:30px;
  }
  .header_wushi .header_top .tallk{
    font-size:14px;
    padding:3px 10px;
    margin-top:3px;
  }
  .header_wushi .header_top .tallk img{
    height:20px；
  }
  .header .header_top{
    margin-left:25px;
  }
  .header_wushi .header_top{
    margin-left:15px;
  }
  .footer{
    display:block;
  }
  .header .header_top .tallk.tallk_caidan{
    display: none;
  }
  .header_wushi{
    height:50px;
  }
}



/*分页样式重构*/
.pagination > .active > a{
  background:#6B1C22;
  border-color:#5D0000;
}
.pagination > .active > a:hover{
  background:#902429;
  border-color:#5D0000;
}
.pagination > li > a{
  color:#4D3E3F;
}
.pagination > li > a:hover{
  color:#4D3E3F;
}

.modal{
  z-index: 99999;
}
.modal-dialog{
  margin-top:60px;
  z-index: 99999;
}