a{
 text-decoration: none;
 }

/* 网站地图  开始*/

.site-map h2 {
     top: 0;
     z-index: 1;
     border-bottom: none;
  
 }

 .site-map .row {
     margin-right: -5px;
     margin-left: -5px;
 }

 .site-map .row>.col,
 .site-map .row>[class*="col-"] {
     padding-right: 0;
     padding-left: 0;
 }

 .site-map ul {
     margin-bottom: 20px;
     padding: 15px 0;
 }

 .site-map li {
     position: relative;
     transition: all .3s;
 }

 .site-map li>a {
     position: relative;
     display: block;
     margin: 5px;
     padding: 0 20px;
     line-height: 60px;
     text-align: center;
     background-color: #f5e7d0;
     overflow: hidden;
     white-space: nowrap;
     word-break: keep-all;
     text-overflow: ellipsis;
     border-radius: 4px;
 }

 .site-map li>a:hover,
 .site-map li>a:focus {
     background-color: #b52121;
     color: #fff;
     font-weight: bold;
 }

 .site-map li>a::before,
 .site-map li>a::after {
     position: absolute;
     top: 0;
     font-weight: normal;
     color: transparent;
     font-size: 14px;
     content: '\2022';
     text-shadow: 0 0 transparent;
     -webkit-transition: text-shadow 0.3s, color 0.3s;
     -moz-transition: text-shadow 0.3s, color 0.3s;
     transition: text-shadow 0.3s, color 0.3s;
     pointer-events: none;
 }

 .site-map li>a::before {
     left: 20px;
 }

 .site-map li>a::after {
     right: 20px;
 }

 .site-map li>a:hover::before,
 .site-map li>a:focus::before,
 .site-map li>a:hover::after,
 .site-map li>a:focus::after {
     color: #fff;
     text-shadow: 8px 0 #fff, -8px 0 #fff;
 }
/* 网站地图  结束*/

/* 导航栏高亮 */
.nav li .current {
        background-color: rgb(0,0,0,0.5);
}


.nav li.current {
    background-color: rgb(0,0,0,0.5);
}

/* 高亮 */

.side-menu
{
padding-bottom: 20px;
}

.side-menu li.current a {
background-color: #7c0400;
}

.side-menu li.current a:before  {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    left: -2px;
    width: 6px;
    height: 16px;
    background-color: #2c2a2b;
   transform: scale(1, 1);
}

.side-menu li.current a:after {
    content: '';
    display: block;
    position: absolute;
    top: 30%;
    right: -2px;
    width: 6px;
    height: 16px;
    background-color: #2c2a2b;
    transform: scale(1, 1);
    transition: all .3s;
}



/* 搜索 */
.search-wrapper.active .input-holder{
width: 261px;
}

.close {
    opacity: 1;
}


.yczxbt {
   margin-top: 17px;
    margin-bottom: 10px;
}

/*轮播图*/
@media (max-width: 1024px) {

.picBtnTop .bd li .title {
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 0px;
    z-index: 2;
}
.picBtnTop .bd li .pic {
    height: 230px;
}

}


@media (max-width: 768px) {

.picBtnTop .bd li .title {
    width: 100%;
    position: absolute;
    bottom: 17px;
    left: 0px;
    z-index: 2;
}
.picBtnTop .bd li .pic {
    height: 270px;
}

}





/*页尾*/
@media (max-width: 375px){
.copyright>.p20 {
    margin: 0;
    width: 100%;
    padding: 20px 0px;
}
}

