.cont-body p {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important; text-indent:2em;}
.cont-body div {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important; }
.cont-body font {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
.cont-body span {font-size:16px!important;line-height:36px!important; font-family:"微软雅黑"!important;color:#666666!important}
.cont-body table p{text-indent:0em !important; } 
.cont-body img{display:block;margin:3px auto; max-width:700px;}


.search {
  padding: 10px 20px;
      margin-top: 8px;
  vertical-align: middle;
  display: inline-block;
  border-left: 1px solid #fff;
  cursor: pointer;
}
.search-cover {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
}

.search-cover .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.search-cover .search-box {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 500px;
  max-width: 100%;
  transform: translate(-50%, 0);
}

.search-cover .search-box .text {
  float: left;
  width: calc(100% - 100px);
  height: 45px;
  padding:0 10px;
  background: #fff;
  border: none;
  box-sizing: border-box;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5) inset;
line-height:45px;
}

*+html .search-cover .search-box .text{ line-height: 45px; }

.search-cover .search-box .btn {
  float: left;
  height: 45px;
  font-size: 18px;
  width: 100px;
  border: none;
  background: #820b0b;
  color: #fff;
  text-align: center;
}



*{
    padding: 0;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    color: #000;
    font-size: 14px;
    font-family: "微软雅黑";
    max-width: 1920px;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: left;
    /* height: 100%; */
    width: 100%;
    overflow-x: hidden;
    min-width: 1500px;
}
li{
    list-style:none;
}
a{
    text-decoration: none;
}
img,input{
    border: 0;
}
.wap{
    display: none;
}
body .clear{
    clear: both ;
    height: 0 !important;
    width: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.px1200{
    max-width: 1400px;
    margin: 0 auto;
}

.top{
    max-width: 1920px;
    margin:0 auto;
    position: relative;
height:171px;
}
.top>img{
    display: block;
    width: 100%;
}
.wap-menu{
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 99999;
}
.wap-menu img{
    height: 30px;
}
.close-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.nav{
    background: #820b0b;
    background-size: 100% 100%;
    height: 60px;
}
.nav>ul{
    padding: 0;
    background:#820b0b;
    background-size: 100% 100%;
    position: relative;
}
.nav>ul>li{
    float: left;
    width:9.5%;
    text-align: center;
    position: relative;
}
.nav>ul>li>a{
    line-height: 60px;
    color: #fff;
    display: block;
    font-size: 20px;
    position: relative;
}
.nav>ul>li:hover>a {
    color: #fae385;
}
.nav>ul>li:hover>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #820b0b;
}
.nav>ul>li.active>a {
    color: #fae385;
}
.nav>ul>li.active>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #820b0b;
}
.nav>ul>li>span {
    display: none;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
}
.nav>ul>li>ul {
    width: 100%;
    position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    z-index: 9;
    display: none;
}
.nav>ul>li>ul li a {
    display: block;
    padding: 15px 10px;
    color: #333;
}

.nav>ul>li:hover ul {
    display: block;
}
.nav>ul>li>ul li:hover {
    background: #820b0b;
}
.nav>ul>li>ul li a:hover {
    color: #fff;
}




/* footer 底部 */
#footer{
    height:auto !important;
    background: #820b0b;
    text-align: center;
}
#footer .fp-tableCell{
    height: auto !important;
}
.footer{
    padding: 20px 20px;
}
#footer .footer p{
    font-size: 16px;
    line-height: 35px;
    color: #fff;
    margin: 3px 0;
}
#footer .footer p a{
    color: #fff;
}
#footer .footer p span{
    margin-left: 15px;
}



/* 分页 */
.pagination{
    text-align: center;
    font-size: 0;
    padding: 60px 0;
}
.pagination a{
    display: inline-block;
    border: 1px solid #dcdcdc;
    padding: 0 12px;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    color: #666;
    margin: 0 7px;
}

.pagination a:hover{
    background: #ba2d35;
    color: #fff;
    border: 1px solid #ba2d35;
}
.pagination select{
    height: 37px;
    padding: 0 5px;
    outline: none;
    border-color: #eee;
}