body {
    margin: 0;
    padding: 0;
    background: #A80000;
}

.top {
    min-width: 1200px;
}

.banner {
    height: 560px;
    background: url(../img/BannerBG.png) center top no-repeat;
}

.menu {
    height: 50px;
    width: 1140px;
    margin: 0 auto;
    text-align: center;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu ul li {
    float: left;
    width: auto;
    text-align: center;
    line-height: 50px;
    padding: 0px 10px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
}

.menu ul li a:hover ,.menu ul li .cur{
    color: #ffd900;
    text-decoration: none;
}

.main {
    width: 1200px;
    background: #C04D4C;
    margin: 0 auto;
    border-radius: 8px;
}

.row {
    padding: 20px;
    width: calc(50% - 40px);
    float: left;
}

.wideRow {
    width: calc(100% - 40px);
}

.wideRow .rowContent1 {
    /* height: auto; */
    height: 220px;
    overflow: hidden;
}

.wideRow .rowContent1 ul li {
    float: left;
    width: calc(20% - 10px);
    height: 186px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    margin-top: 10px;
}

.wideRow .rowContent1 ul li .img {
    display: block;
    width: 100%;
    height: 122px !important;
    overflow: hidden;
}

.wideRow .rowContent1 ul li img {
    display: block;
    width: 100%;
    height: 122px !important;
    overflow: hidden;
}
.wideRow .rowContent1 ul li:nth-child(5n) {
    width: 20%;
    margin-right: 0;
}
.wideRow .rowContent ul li:last-child {
    float: left;
    width: calc(20% - 10px);
    height: 186px;
    margin-right: 10px;
    overflow: hidden;
    margin-bottom: 10px;
}



.rowTitle {
    width: 150px;
    height: 80px;
    line-height: 62px;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    border-radius: 8px;
    margin-bottom: -23px;
    color: #fff;
    background: url(../img/LOGO.png) 25px 12px no-repeat #BB0000;
    background-size: 40px;
    padding-left: 85px;
}

.rowContent {
    height: 260px;
    border-radius: 8px;
    background-color: #BB0000;
    padding: 20px;
    overflow: hidden;
}



.rowContent1 {
    height: 150px;
    border-radius: 8px;
    background-color: #BB0000;
    padding: 20px;
}



.rowContent ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rowContent ul li {
    float: left;
    width: calc(26% - 20px);
    height: 165px;
    margin-right: 20px;
}

.rowContent ul li:last-child {
    width: calc(25% - 16px);
    margin-right: 0;
}

.rowContent1 ul li {
    float: left;
    width: 170px;
    height: 150px;
    margin-right: 5px;
    overflow: hidden;
}

.rowContent1 ul li:last-child {
    width: 170px;
    margin-right: 0;
}

.rowContent ul li .img {
    display: block;
    width: 114px;
    height: 165px;
    overflow: hidden;
    border-radius: 8px;
}

.rowContent ul li img {
    width: 100%;
    height: 165px;
    transition: 0.3s;
}


.rowContent ul li:hover img {
    transform: scale(1.1);
}




.rowContent1 ul li .img {
    display: block;
    width: 165px;
    height: 85px;
    overflow: hidden;
}


.rowContent1 ul li img {
    width: 100%;
    height: 85px;
    transition: 0.3s;
}

.rowContent ul li:hover img {
    transform: scale(1.1);
}

.rowContent ul li .title {
    color: #fff;
    font-size: 14px;
    text-align: left;
}

.rowContent ul li .title a {
    color: #fff;
    text-decoration: none;
}

.rowContent ul li .title h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: bold;
}

.rowContent ul li .title p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    height: 48px;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    margin-top: 10px;
    color: #DDD;
}

.row:last-child {
    border-bottom: none;
}

.more{
    float: left;
    width: 100%;
    height: 30px;
    display: block;
    text-align: center;
    color: #FFF;
    background: url(../img/more.png) center center no-repeat;
    background-size: 30px;
    cursor: pointer;
    
    animation: jump 0.8s ease-in-out infinite,animate 0.5s linear infinite;
}

 
@keyframes animate {
    0%,
    25% {
        text-shadow: 2px 2px 2px #f5f113;
    }
    50% {
        text-shadow: 2px -2px 2px #13f5aa
    }
    75% {
        text-shadow: -2px 2px 2px #13f5aa
    }
    100% {
        text-shadow: -2px -2px 2px #13f5aa
    }
}
@keyframes jump {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.up{
    float: left;
    width: 100%;
    height: 30px;
    text-align: center;
    color: #FFF;
    background: url(../img/up.png) center center no-repeat;
    background-size: 30px;
    cursor: pointer;
    animation: jump 0.8s ease-in-out infinite,animate 0.5s linear infinite;
    display: none;
}



.wideRow .rowContent1 ul {
    height: 205px;
    overflow: hidden;
    transition: 0.3s;
}

.wideRow .rowContent1{
    transition: 0.3s;
}