body a {
    color: #0f1950;
}
.am-header {
    border-bottom-left-radius: 20%;
    border-bottom-right-radius: 20%;
    height: 50px;
}
.am-header .am-header-title {
    padding-left: 3rem;
}
.am-header .am-header-title:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 20px;
    width: 3rem;
    height: 3rem;
    background: url(../images/index/logo_bar.png) no-repeat center;
    background-size: 100%;
}
.am-menu-offcanvas1 .am-menu-toggle {
    top: -47px;
    right: 20px;
}
/* head-warp start */
.head-warp {
    padding-top:0;
    transition: padding-top 1s;
}
.head-warp.a-animated {
    padding-top: 1.3rem;
}
.head-banner {
    min-height: 4rem;
}

.head-banner .swiper-warp {
    margin-top: .2rem;
    /*border-top-left-radius: 10px;*/
    /*border-top-right-radius: 10px;*/
    border-radius: 10px;
    overflow: hidden;
}

/* head-warp end */



.menu-warp {
    padding: 1.5rem 1rem;
    background: #fff;
}
.menu-warp ul {
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto .4rem;
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
}
.menu-warp ul li {
    margin: 2%;
    width: 21%;
    text-align: center;
}
.menu-warp ul li div {
    margin-bottom: 0;
    /* background: linear-gradient(to top, #fcebff 0%, #fefeff 100%); */
    padding: 1%;
    border-radius: 20px;
}
.menu-warp ul li div img {
    -webkit-transition: -webkit-transform 1s ease-out;
    transition: transform 1s ease-out;
}
.menu-warp ul li div img.on {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.menu-warp ul li span {
    color: #868686;
    font-size: 1.36rem;
}
.am-list-news-default {
    margin: 0;
}
.am-list-news-hd {
    background: #930170;
    padding-left: .5rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.am-list-news-hd h2 {
    color: #fff;
    font-weight: 400;
}
.am-list-news-bd {
    margin-bottom: .5rem;
    padding: 0 1rem;
}
.am-list-news-bd .am-list {
    margin-bottom:0;
}
.am-list > li {
    border:none;
    border-top: 1px solid #dedede;
}
.am-list > li:first-child {
    border: none;
}
.am-list > li > a  {
    padding: .6rem 0;
    font-size: 1.4rem;
    color: #464646;;
}
.am-list .am-list-item-desced .am-list-item-hd a {
    color: #930170;
    font-size: 1.6rem;
}
.am-list-news-default .am-list .am-list-item-thumb-left .am-list-thumb {
    padding: 0;
    overflow: hidden;
    border-radius: 3px;
}
.am-list-news-default .am-list .am-list-item-desced {
    border: none;
}
.am-list-news-default .am-list .am-list-item-desced .am-list-main {
    padding-left: 10px;
}
.more-warp {

}
.more-warp a {
    height: 4rem;
    font-size: 1.4rem;
    color: #930170;
}
.more-warp a:before {
    position: absolute;
    width: 100%;
    top: 18px;
    font-size: 2rem;
    color: #858df7;
    animation:more-warp 1s infinite;
    -webkit-animation:more-warp 1s infinite; /* Safari and Chrome */
}
@keyframes more-warp {
    from {top:17px;}
    to {top:19px;}
}
@-webkit-keyframes more-warp {
    from {top:17px;}
    to {top:19px;}
}
