a {
    text-decoration: none !important;
}

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-left {
    display: flex;
    flex-wrap: wrap
}

.flex-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.flex-right {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.flex-v-center {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-v {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-v-bottom {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: left;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.h-theme {
    overflow: hidden;
}

.gb-width {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

.gb-title {
    font-size: 32px;
    color: #010101;
    line-height: 32px;
    margin: 60px 0 40px 0;
    overflow: hidden;
    padding-left: 30px;
    position: relative;
}

.gb-title::after {
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(92deg, #f00911 0%, #84070b 100%);
    content: "";
    width: 10px;
    height: 100%;
}

.gb-title .more {
    color: #787878;
    font-size: 16px;
    float: right;
}

.gb-title .more:hover {
    color: #84070b;
}


.directory-list ul {
    overflow: hidden;
}

.directory-list li {
    width: 20%;
    display: block;
    float: left;
}

.directory-list li a {
    width: 90%;
    display: block;
    margin: 0 auto 20px auto;
    border: 1px solid #aaa;
    text-align: center;
    color: #333;
    font-size: 16px;
    padding-top: 16px;
}

.directory-list li a:hover {
    border-color: #f00911;
}

.directory-list li a img {
    display: block;
    height: 60px;
    margin: 0 auto;
    transition: transform 0.3s;
}

.directory-list li a:hover img {
    animation: shake 1s ease-in-out 0s;
}

.directory-list li a p {
    height: 32px;
    line-height: 32px;
}

.handle-box {
    padding: 50px 0;
    /*background: url(../images/5b8d048a5ffa0.jpg) repeat center center;*/
}

.handle-box .gb-width {
    display: flex;
    justify-content: space-between;
}

.handle-box .gb-width .it-b {
    width: 48%;
    min-height: 300px;
    /* background: url(../images/6075a405c52da.jpg) repeat center center; */
    padding: 10px;
    color: #333;
    border-radius: 20px;
}

.handle-box h3 {
    margin-bottom: 20px;
}

.handle-box p {
    font-size: 16px;
}

.handle-box .gb-width .inner {
    background-color: #fff;
    height: 100%;
    padding: 20px;
    border-radius: 20px;
}


.footer {
    background: linear-gradient(92deg, #f00911 0%, #84070b 100%);
    color: #fff;
    padding: .4rem 0;
    clear: both;
    margin-top: 0rem;
}

.footer .wp {
    height: 100%
}

.footer a {
    color: #fff
}

.footer .ftlogo img {
    height: .8rem
}

.footer .fright p {
    padding: .05rem 0;
    font-size: .12rem;
    opacity: .6
}

.footer .ftmid {
    margin-left: 2rem
}

.footer .ftmid strong {
    opacity: .6
}

.footer .ftmid a {
    color: #fff;
    line-height: .24rem;
    font-size: .14rem;
    padding: 0 15px;
    position: relative;
    opacity: .6
}

.footer .ftmid a:hover {
    opacity: 1
}

.footer .ftmid a:before {
    content: '';
    width: 1px;
    height: .16rem;
    top: 50%;
    margin-top: -.08rem;
    background: rgba(255, 255, 255, .3);
    right: 0;
    position: absolute
}

.footer .ftmid a:last-child:before {
    display: none
}

.footer .ftmid a:last-child {
    padding-right: 0
}