.page-submenu .tel img {
    display: inline;
}

.ERP img {
    max-width: 100%;
}

div.sj_video,
div.sj_video2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 20;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
    transform: scale(0);
}

div.sj_video.on,
div.sj_video2.on {
    transform: scale(1);
}

div.sj_video>div,
div.sj_video2>div {
    position: relative;
    width: 60%;
    z-index: 10;
}

div.sj_video>div>video,
div.sj_video2>div>video {
    width: 100%;
}

div.sj_video>div>i,
div.sj_video2>div>i {
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    background-color: rgb(102 98 98 / 50%);
    font-size: .28rem;
    color: #fff;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

div.sj_video>div>i:hover,
div.sj_video2>div>i:hover {
    background-color: rgb(33 33 33 / 100%);
}

div.sj_video>i,
div.sj_video2>i {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .3;
    top: 0%;
    left: 0%;
}

.di_lian {
    display: flex;
    justify-content: center;
    position: relative !important;
    z-index: 10;
    width: 100%;
    top: auto !important;
    /* left: auto !important; */
}

.di_lian>a {
    height: 40px;
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin-top: 0.35rem;
    padding: 0 0.2rem;
}

.di_lian.nop {
    margin-top: 0;
}

.di_lian.nop>a {
    margin-top: 0;
}

.di_lian>a:first-child {
    margin-right: 0.3rem;
    border: 1px solid transparent;
    border-right: none;
    border-left: none;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
}

.di_lian>a:hover,
.di_lian>a:last-child {
    border: 1px solid transparent;
    background: linear-gradient(90deg, #FFB351 0%, #F08541 100%);
}

.di_lian>a.sj_one:hover {
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
}

.di_lian>a:first-child:hover {}

/* *********************导航********************* */
.nav {
    width: 100%;
    position: fixed;
    z-index: 50;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
    padding: 0.2rem 1.6rem;
    /* padding-bottom: 0.4rem; */
    justify-content: space-between;
    background-color: rgba(0, 0, 44, .2);
}

.nav::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%, rgba(255, 255, 255, 0) 100%);
}

.nav.on {
    opacity: 0;
}

.nav>span {
    width: auto;
    cursor: pointer;
}

.nav>ul {
    width: 60%;
    align-items: center;
    justify-content: flex-end;
}

.nav>ul>li {
    font-size: .16rem;
    margin-left: 0.15rem;
    padding-right: 0.15rem;
    border-right: 1px solid #fff;
}

.nav>ul>li:last-child {
    padding-right: 0;
    border: none;
}

.nav>ul>li>a {
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
    font-size: 18px;
    text-underline-offset: 10px;
    line-height: 1;
}

.nav>ul>li>a:hover,
.nav>ul>li.on>a {
    text-decoration: underline;
}

#nav-icon {
    width: 28px;
    height: 26px;
    position: relative;
    z-index: 50;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    cursor: pointer;
    transform: translateY(6px);
    display: none;
}

#nav-icon span {
    display: block;
    position: absolute;
    z-index: 50;
    height: 4px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon span:nth-child(2) {
    top: 8px;
    transform-origin: left center;
}

#nav-icon span:nth-child(3) {
    top: 16px;
    transform-origin: left center;
}

#nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

#nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -2px;
    left: 6px;
}

#nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

#nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 6px;
}

html,
body {
    height: auto;
    background: linear-gradient(90deg, #0006AC 10%, #0009E1 50%, #0006B4 90%);
}

/* *****************************************top1************************************ */
.top1 {
    background-image: url(../img/top1_bg.png);
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.top1>span {
    width: 6.5rem;
    position: relative;
    z-index: 10;

}

.top1>h2 {
    font-size: .42rem;
    color: #FFFFFF;
    line-height: 1;
    background: linear-gradient(269deg, #00FFF0 0%, #FFFFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 0.2rem;
    position: relative;
    z-index: 10;

}

.top1>i {
    width: 5.9rem;
    margin-top: -0.2rem;
    position: relative;
    z-index: 10;

}

.top1>video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* *****************************************top2************************************ */
.top2 {
    padding-top: 1.2rem;
}

.top2>div {}

h3.bt {
    width: 2rem;
    margin: 0 auto;
    margin-bottom: .35rem;
    font-size: .48rem;
    font-weight: bold;
    color: #4ECCFF;
    line-height: 1;
    background: linear-gradient(269deg, #00FFF0 0%, #FFFFFF 84.5947265625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.top2>div>p {
    padding: 0 1rem;
    font-size: .2rem;
    color: #fff;
    line-height: 1.8;
    position: relative;
    z-index: 10;
    text-align: justify;
}

.top2>div>p>i {
    display: inline-block;
    color: #4ECCFF;
}

.top2>span {
    /* margin-top: -1.2rem; */
}

.top2>video {
    width: 100%;
    display: block;
}

/** ---------------------精彩集锦­------------------- **/
.topjj {
    padding-top: .8rem;
}

.topjj .topjj_d {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .4rem;
}

.topjj .topjj_d>i {
    transform: rotate(180deg);
    width: .45rem;
    cursor: pointer;
}

.topjj .topjj_d>i.swjj_rt {
    transform: rotate(0deg);
}

.topjj .topjj_d>div {
    width: 90%;
    display: flex;
    justify-content: space-between;
}

.topjj .topjj_d>div>#swjj_2 {
    padding: 15px;
    width: 20%;
    height: 5.75rem;
}

.topjj .topjj_d>div>#swjj_1 {
    width: 80%;
}

.topjj .topjj_d>div #swjj_1 .swiper-slide {
    transition: .5s;
    box-shadow: 0px 0px 15px 0px transparent;
}

#swjj_2 .swiper-slide {
    cursor: pointer;
}

.topjj .topjj_d>div .swiper-slide-active {
    box-shadow: 0px 0px 15px 0px #008cff;
}

.topjj .topjj_d>div .swiper-slide>img {
    width: 100%;
}

/* *****************************************top3************************************ */
.top3 {
    padding-top: 1rem;
}

.top3>div {}

.top3>div>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
}

.top3>div>div>span {
    width: 50%;
}

.top3>div>div>p {
    width: 49%;
}

.top3>div>div>p>i {
    font-size: .2rem;
    color: #fff;
    line-height: 1.5;
    margin-bottom: 0.35rem;
}

.top3>div>div>p>a {
    display: table;
    font-size: .2rem;
    color: #fff;
    border: 2px solid #FFFFFF;
    padding: 0.15rem 0.5rem;
    border-radius: 6px;
    transition: .5s;
    line-height: 1;
}

.top3>div>div>p>a:hover {
    background: linear-gradient(62.769999999999996deg, #EF2727 0%, #4023C1 0%, #D80C70 100%);
}

.top3>div>ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top3>div>ul>li {
    width: 24%;
    border: 1px solid #009CFF;
    background: linear-gradient(-15deg, #000953 0%, #002BAB 100%);
    box-shadow: 0px 3px 9px 0px #000B5C;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding-bottom: 0.45rem;
}

.top3>div>ul>li>span {
    height: 1.9rem;
    overflow: hidden;
}

.top3>div>ul>li>b {
    font-size: .24rem;
    margin-top: 0.27rem;
    color: #fff;
    text-align: center;
}

.top3>div>ul>li>p {
    padding: 0.15rem 0.2rem;
    font-size: .16rem;
    color: #fff;
    text-align: justify;
    position: absolute;
    width: 100%;
    left: 0;
    height: 60%;
    transition: .5s;
    bottom: -60%;
    background: linear-gradient(62.769999999999996deg, #EF2727 0%, #4023C1 0%, #D80C70 100%);
    border-radius: 10px;
}

.top3>div>ul>li:hover>p {
    bottom: 0;
}

.top3>div>p {
    padding: 0 0.75rem;
    margin-top: 0.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top3>div>p>b {
    font-size: .36rem;
    font-weight: bold;
    color: #FFFFFF;
    background: linear-gradient(269deg, #00FFF0 0%, #FFFFFF 84.5947265625%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.5;
}

.top3>div>p>span {
    padding: 0.1rem;
    background: #fff;
}

/* *****************************************top4************************************ */
.top4 {
    padding-top: 1.2rem;
    /* padding-bottom: 1rem; */
    background: url(../img/top3_bg.png) no-repeat right center;
}

.top4>div {}

.top4>div>ul {
    justify-content: space-between;
}

.top4>div>ul>li {
    width: 49%;
    margin-bottom: 2%;
    position: relative;
    cursor: pointer;
    background: #204CEF;
    border: 1px solid #009CFF;
    box-shadow: 0px 10px 60px 0px rgba(0, 11, 92, 0.4);
    border-radius: 10px;
    overflow: hidden;
}

.top4>div>ul>li>span {
    position: relative;
    overflow: hidden;
}

.top4>div>ul>li>span>img {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top4>div>ul>li>span>i {
    position: absolute;
    top: 38%;
    right: 10%;
    transition: .5s;
    transform: scale(.8);
}

.top4>div>ul>li>b {
    padding: 0.3rem 0 0 0.2rem;
    font-size: .24rem;
    color: #fff;
}

.top4>div>ul>li>p {
    padding: 0 0 0.3rem 0.2rem;
    color: #fff;
    font-size: .2rem;
    margin-top: 0.1rem;
}

.top4>div>ul>li:hover>span>i {
    transform: scale(1);
}

.top4>div>ul>li:hover>span>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

/* *****************************************top5************************************ */
.top5 {
    padding-top: 1.2rem;
}

.top5>div>h3 {
    margin-bottom: .5rem;
}

.top5>div>div {
    position: relative;
}

.top5>div>div>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top5>div>div>div>video {
    width: 77%;
    border-radius: 10px;
    overflow: hidden;
}

.top5>div>div>div>div {
    width: 22%;
    border-radius: 12px;
    overflow: hidden;
    height: 6.15rem;
}

.top5>div>div>div>div>b {
    background: linear-gradient(90deg, #000953 0%, #002BAB 51%, #00094C 100%);
    color: #fff;
    padding: 0.4rem 0.1rem 0.2rem 0.25rem;
    font-size: .18rem;
}

.top5>div>div>div>div>div {
    padding: 0.25rem 0.2rem;
    padding-left: 0.4rem;
    background: #EFF2F2;
    max-height: 5.3rem;
    overflow: auto;
}

.top5>div>div>div>div>div::-webkit-scrollbar {
    width: 5px;
    height: 6px;
    transition: .5s;
    background-color: #DDDDDD;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    border-radius: 10px;
}

.top5>div>div>div>div>div::-webkit-scrollbar-thumb {
    background-color: #018AFF;
    border: 5px solid #018AFF;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.top5>div>div>div>div>div>i {
    font-size: .16rem;
    color: #fff;
    border-radius: 8px;
    background: #018AFF;
}

.top5>div>div>div>div>div>p {
    position: relative;
    margin-top: 0.1rem;
}

.top5>div>div>div>div>div>p>span {
    position: absolute;
    top: 0.06rem;
    left: -0.2rem;
}

.top5>div>div>div>div>div>p>i {
    font-size: 0.14rem;
}

.top5>div>div>div>div>div>p>b {
    /* color: #488BFF; */
    font-size: 0.14rem;
}

.top5>div>div>div.on {
    position: relative;
    z-index: 10;
    opacity: 1;
}

.top5>div>ul {
    margin-top: 0.5rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
}

.top5>div>ul::after {
    content: '';
    position: absolute;
    height: .2rem;
    width: 100%;
    opacity: .5;
    border-radius: 10px;
    background: linear-gradient(-90deg, #01EEFF 0%, #2674FC 99%);
}

.top5>div>ul>li {
    cursor: pointer;
}

.top5>div>ul>li.on>b,
.top5>div>ul>li.on>p {
    color: #FBA64D;
}

.top5>div>ul>li>i {
    width: 0.2rem;
    height: 0.2rem;
    background: linear-gradient(180deg, #FFB351 0%, #F08541 100%);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.top5>div>ul>li>b {
    font-size: .24rem;
    color: #fff;
    text-align: center;
    margin: 0.4rem 0 0.1rem 0;
    font-weight: normal;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top5>div>ul>li>p {
    font-size: .16rem;
    color: #fff;
    text-align: center;
    transition: .5s;
}

/* *****************************************top6************************************ */
.top6 {
    padding-top: 1.2rem;
    padding-bottom: 2rem;
    background: url(../img/top5_bg.png) no-repeat bottom left;
    position: relative;
}

.top6>div {
    position: unset;
}

.top6>div>ul {
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.top6>div>ul>li {
    width: 24%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.top6>div>ul>li>div {
    background: #0C1943;
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 0.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.top6>div>ul>li>div.t5_d1 {
    height: 100%;
}

.top6>div>ul>li>div.t5_d2 {
    height: 65%;
}

.top6>div>ul>li>div.t5_d3 {
    height: 32%;
}

.top6>div>ul>li>div>span {
    width: 100%;
    overflow: hidden;
}

.top6>div>ul>li>div>span>img {
    width: 100%;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.top6>div>ul>li>div:hover>span>img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.top6>div>ul>li>div>p {
    display: flex;
    padding: 0.25rem 0.2rem 0.1rem 0.2rem;
    justify-content: space-between;
    align-items: center;
}

.top6>div>ul>li>div>p>i {
    width: 0.9rem;
    height: 0.45rem;
    border-radius: 6px;
    background: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top6>div>ul>li>div>p>a {
    font-size: .16rem;
    color: #26FFF2;
}

.top6>div>ul>li>div>p>span {
    width: 0.4rem;
}

.top6>div>ul>li>div>i {
    font-size: .16rem;
    color: #fff;
    padding: 0 0.2rem;
    line-height: 1.7;
}

.top6>div>ul>li>div>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.2rem;
}

.top6>div>ul>li>div>a>i {
    font-size: .16rem;
    color: #fff;
}

.top6>div>ul>li>div>a>b {
    color: #26FFF2;
    font-size: .16rem;
    font-weight: normal;
}

.sj_main2 {
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}

div.foot {
    /* position: absolute; */
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.25rem 1.6rem;
    background: none;
    background-color: #00022D;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div.foot>ul {
    display: flex;
    justify-content: flex-start;
}

div.foot>ul>li {
    margin-right: .8rem;
    display: flex;
    align-items: center;
}

div.foot>ul>li:last-child {
    margin-right: 0;
}

div.foot>ul>li>span {
    width: .9rem;
}

div.foot>ul>li>p {
    font-size: .16rem;
    margin-left: .2rem;
    color: #fff;
}

.top7>.fp-tableCell>div.foot>span {
    width: 2.3rem;
}

@media screen and (max-width:1400px) {
    .sj_main2 {
        width: 90%;
    }
}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1024px) {
    .nav {
        padding: 2% 5%;
    }

    #nav-icon {
        display: block;
    }

    .nav>span {
        width: 30%;
        position: relative;
        z-index: 50;
    }

    .nav>ul {
        align-items: center;
        justify-content: center;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 40;
        background: rgba(0, 0, 0, 0.8);
        width: 100%;
        height: auto;
        padding: 20px 0;
        padding-top: 70px;
        transition: .5s;
        transform: translateY(-100%);
    }

    .nav>ul.on {
        transform: translateY(0%);
    }

    .nav>ul>li {
        margin-left: 0;
        border-right: none;
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 10px 0;
        color: #fff;
        font-weight: 500;
    }
}

@media screen and (max-width:768px) {

    div.sj_video>div,
    div.sj_video2>div {
        width: 80%;
    }


    div.sj_video>div>i,
    div.sj_video2>div>i {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .top1>video {
        display: none;
    }
}

@media screen and (max-width:540px) {
    .page-submenu ul {
        display: none;
    }

    html {
        font-size: 75px !important;
    }

    .ph_dis2 {
        display: flex !important;
    }

    .pc_dis2 {
        display: none !important;
    }

    .ph_hua {
        display: flex !important;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #2345A7;
        text-decoration: none;
        margin-top: 20px;
    }

    .ph_hua>img {
        margin-right: 10px;
        width: 20px;
        animation: scroll-att-left 2s infinite both;
        -webkit-animation: scroll-att-left 2s infinite both;
    }

    .ph_hua>img:last-child {
        margin-right: 0;
        margin-left: 10px;
        animation: scroll-arr-act 2s infinite both;
    }

    .nav>span {
        width: 110px;
    }

    #nav-icon {
        transform: translateY(6px);
    }

    .top1>span {
        width: 90%;
    }

    .top1>h2 {
        font-size: 24px;
        text-align: center;
    }

    .top1>i {
        width: 100%;
    }

    .top2>div>p {
        padding: 0;
        font-size: 16px;
    }

    .topjj .topjj_d>div>#swjj_2 {
        display: none;
    }

    .topjj .topjj_d>i {
        width: 30px;
    }

    .top3>div>div>span,
    .top3>div>div>p {
        width: 100%;
    }

    .top3>div>div>p {
        font-size: 16px;
    }

    .top3>div>div>p>a {
        font-size: 16px;
        margin: 0 auto;
    }

    .top3>div>ul>li {
        padding-bottom: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .top3>div>ul>li>b {
        font-size: 20px;
        margin: 15px 0;
    }

    .top3>div>ul>li>p {
        font-size: 14px;
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
        bottom: 0;
    }

    .top3>div>p {
        padding: 0;
    }

    .top4>div>ul>li {
        width: 100%;
    }

    .top4>div>ul>li>b {
        font-size: 20px;
    }

    .top4>div>ul>li>p,
    .top5>div>div>div>div>b {
        font-size: 16px;
    }

    .top5>div>div>div>div>div>i,
    .top5>div>div>div>div>div>p,
    .top5>div>div>div>div>div>p>i,
    .top5>div>div>div>div>div>p>b {
        font-size: 14px;
    }

    .top5>div>div>div>video,
    .top5>div>div>div>div {
        width: 100%;
    }

    .top5>div>ul>li>b {
        font-size: 18px;
    }

    .top5>div>ul>li>p,
    .top6>div>ul>li>div>i,
    .top6>div>ul>li>div>a>i,
    .top6>div>ul>li>div>a>b,
    .top6>div>ul>li>div>p>a {
        font-size: 14px;
    }

    .top6>div>ul>li {
        width: 49%;
        margin-bottom: 2%;
    }

    .top6>div>ul>li>div.t5_d3 {
        height: 38%;
    }

    .top6>div>ul>li>div.t5_d2 {
        height: 60%;
    }

    .top5 {
        padding-top: 0;
    }

    .top1 {
        height: 50vh;
    }

    .top6,
    .top4 {
        padding-top: 1rem;
    }

    div.foot {
        flex-wrap: wrap;
        padding: 5% 5%;
        position: relative;
    }

    div.foot>ul {
        width: 100%;
    }

    div.foot>ul>li {
        margin-right: 0.8rem;
        display: flex;
        align-items: center;
        width: 45%;
        flex-wrap: wrap;
    }

    div.foot>ul>li>span {
        width: auto;
        display: table;
        margin: 0 auto;
    }

    div.foot>ul>li>p {
        font-size: 14px;
        margin-left: 0;
        color: #fff;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    div.foot>span {
        width: 50%;
        margin-top: 15px;
    }
}