body{
    background: #f5f5f5;
}
header{
    background-image: url("../img/top-bg2.png") ;
}
a:hover{
    color:#FF1C59;
}
.bg-red{
   background:#bb1542;
}
.search{
    width: 255px;
    float: right;
}
.top{
    line-height: 40px;
    width: 100%;
}
.search-input{
    height:30px;
}
.search-button{
    background-color:#FF1C59;
    height:30px;
    line-height: 30px;
}
.header{
    padding-top: 14px;
}
.log img{
    width:70%;
}
.log2 img{
    width:70%;
}
.log:nth-child(2) img{
    width:80%;
}
.nav ul{
    height:40px;
    text-align: center;
    line-height: 40px;
}
.nav ul li a img{
    height:40px;
    width: 40px;
    position:relative;;
}
.nav ul li a text{
    margin-left:5px;
}
.nav li{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.nav li a{
    margin-left:5px;
    color:white;
    width: 100%;
    height: 50px;
    display: inline-block;
    line-height: 50px;
}
.nav li a:hover{
    color:#ffec08;
}
.footer{
    background-color:#e7e7e7;
    float:left;
    width: 100%;
    color:#757575;
}
.link{
    margin: 20px auto;
    width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.link li{
    float: left;
    margin-right:10px;
}
.link li a{
    margin-right:10px;
}
.bottom{
    margin-top:70px;
    margin-bottom: 50px;
}
.r{
    text-align: right;
}

.line-red{
    background-color:#bb1542!important;
    width:100%;
    height:5px;
    margin:0px;
}
.picroll a p{
    position: relative;
    bottom: 30px;
    padding-left:10px;
    color:white;
}
.picroll a:hover{
    color:white;
}
#nobor{
    border: none;
}
.picScroll-left{ overflow:hidden; position:relative; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width:25%; }
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:100%; height:90px; display:block;  padding:2px; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ line-height:24px;   }
.picScroll-left .prev,.picScroll-left .next{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -45px;
    width: 56px;
    height: 90px;
    background: url(../img/prev-btn.png) center no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none;
}
.picScroll-left .next {
    left: auto;
    right: 0;
    background-image: url(../img/next.png);
}
.picScroll-left .prev:hover,
.picScroll-left .next:hover{ filter:alpha(opacity=100);opacity:1;  }

.relative {
    position: relative;
}
.breadcrumb {
    padding: 18px 0;
    border-radius: 0;
    margin-bottom: 0;
    background: none;
    font-size: 14px;
}
.panel {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 0;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    border: 0;
}
.panel:hover:after,
.panel:hover:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #bf0c0d;
    content: "";
}
.panel:hover:after {
    top: 0;
    animation: panel-top-solid 5s infinite alternate;
    -webkit-animation: panel-top-solid 5s infinite alternate;
    -moz-animation: panel-top-solid 5s infinite alternate;
    -o-animation: panel-top-solid 5s infinite alternate;
    -ms-animation: panel-top-solid 5s infinite alternate;
}
@keyframes panel-top-solid {
    0% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
@-webkit-keyframes panel-top-solid {
    0% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
@-moz-keyframes panel-top-solid {
    0% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
@-o-keyframes panel-top-solid {
    0% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}
@-ms-keyframes panel-top-solid {
    0% {
        left: 0;
    }
    50% {
        left: 100%;
    }
    100% {
        left: 0;
    }
}

.panel:hover:before {
    bottom: 0;
    animation: panel-bottom-solid 5s infinite alternate;
    -webkit-animation: panel-bottom-solid 5s infinite alternate;
    -moz-animation: panel-bottom-solid 5s infinite alternate;
    -o-animation: panel-bottom-solid 5s infinite alternate;
    -ms-animation: panel-bottom-solid 5s infinite alternate;
}
@keyframes panel-bottom-solid {
    0% {
        right: 0;
    }
    50% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}
@-webkit-keyframes panel-bottom-solid {
    0% {
        right: 0;
    }
    50% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}
@-moz-keyframes panel-bottom-solid {
    0% {
        right: 0;
    }
    50% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}
@-o-keyframes panel-bottom-solid {
    0% {
        right: 0;
    }
    50% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}
@-ms-keyframes panel-bottom-solid {
    0% {
        right: 0;
    }
    50% {
        right: 100%;
    }
    100% {
        right: 0;
    }
}

.orangered-bg {
    background-color: #de371c;
}
.yellow-bg {
    background-color: #f39229;
}
.index-main{
    width:1440px;
    background: white;
}

.page-header{
    padding: 10px 0 0 0;
    margin: 10px 0 10px 0;
    position: relative;
    clear: both;
}
.page-header h4 {
    line-height: 19px;
    margin-top: 20px;
    font-size: 20px;
}
.page-header a {
    color: #de371c;
    *border-left: solid 5px #9e0001;
    *padding-left: 8px;
    font-weight:bold;
}
.page-header h4 a:before {
    width: 8px;
    height: 20px;
    content: "";
    margin: 0 6px 4px 0;
}

.page-header a:before {
    content: "";
    background: #de371c;
    display: inline-block;
    vertical-align: middle;
}

.page-render{
    text-align: center;
    margin: 20px 0;
}
.page-render ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.page-render ul > li {
    display: inline;
}
.page-render ul > li:first-child > a, .page-render ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.page-render ul > li > a, .page-render ul > li > span {
    float: left;
    padding: 4px 10px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.pagination .active{
    color:#b50029;
}
.page-render ul > li > a:hover,
.page-render ul > .active > a,
.page-render ul > .active > span {
    background-color: #f5f5f5;
}
.page-render ul > .active > a,
.page-render ul > .active > span {
    color: #999999;
    cursor: default;
}
.page-render ul > .disabled > span,
.page-render ul > .disabled > a,
.page-render ul > .disabled > a:hover {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.right-link{
    padding-bottom: 10px;
}
.nav-button{
    display: none;
}
.mobile-nav{
    display: none;
    padding: 10px;
    background: white;
    position: fixed;
    z-index: 1000;
    width: 50%;
    top: 10%;
    transform: translateX(-100%);
    width: 50%;
    box-shadow:#e6e6e6 1px 1px 3px;
}
.nav-close{
    display: flex;
    flex-direction: row;
    justify-content: end;
    padding-left: 20px;
}
@media screen and (max-width: 758px) {
    .top-pic{
        /*display: none;*/
        width: 100%;
        overflow: hidden;
    }
    .top-pic a{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .top-pic a img{
        width: 160%!important;
    }
    .bottom{
        margin: 0 !important;
    }
    .nav ul{
        display: none;
    }
    .nav-button{
        display: block;
        float: left;
    }
    .mobile-nav-on{
        animation-name: mobile-nav-in;
        animation-duration: 1s;
        transform: translateX(0%);
    }
    .mobile-nav-close{
        animation-name: mobile-nav-out;
        animation-duration: 1s;
        transform: translateX(0%);
    }
}
@keyframes mobile-nav-in {
    from { transform: translateX(-100%)}
    to {transform: translateX(0%)}
}
@keyframes mobile-nav-out {
    from { transform: translateX(0%)}
    to {transform: translateX(-100%)}
}