* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;

}

html,
body {
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;

}

a {
    color: #2C2C2C;
}

.main {
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow-y: auto;
}

.header {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: block;
}

.header nav {
    width: 1222px;
    height: 50px;
    margin: 0 auto;
}


/*
nav ul {
    width: 900px;
    height: 100%;
    float: left;
    padding-left: 300px;
    position: relative;
} */

.header nav ul {
    width: 500px;
    height: 50px;
    position: relative;
    min-width: 520px;
    z-index: 10;
    margin-left: 135px;
    float: left;
}

.header nav ul img {
    position: absolute;
    top: 10px;
    left: -202px;
    height: 30px;
}

.header nav ul li {
    width: 100px;
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: center;
    color: rgba(44, 44, 44, 1);
    line-height: 50px;
    font-size: 14px;
    margin-left: 2px;
}

.header nav ul li dl dd :hover {
    color: #fff;
    background: rgba(228, 30, 43, 1);
}

.header nav ul li dl {
    display: none;
    line-height: 35px;
    box-shadow: 0px 1px 5px 0px rgba(223, 223, 223, 1);
}

.header nav ul li dl dd {
    width: 100px;
    display: inline-block;
}

.header nav ul li dl dd a {
    color: #000;
    display: block;
}

.header nav > ul > li:hover dl {
    color: #000;
    background: #fff;
    display: inline-block;
    position: relative;
}

.header nav ul li a {
    color: #fff;
    text-decoration: none;
}

.header nav ul li:nth-child(1) {
    margin-top: 10px;
    margin-left: 10px;
}

.header nav ol {
    width: 200px;
    height: 50px;
    z-index: 9;
    float: right;
}

.header nav ol li {
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: right;
    color: #fff;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
}

.header nav ol li a {
    color: #fff;
}

.header nav ol b {
    width: 20px;
    font-size: 10px;
    background: red;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 15px;
    color: #fff;
}

.headers {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    opacity: 0.9311;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 11px 0px rgba(87, 87, 87, 0.5);
}

.headers nav {
    width: 1222px;
    height: 50px;
    margin: 0 auto;
}


/*
nav ul {
    width: 900px;
    height: 100%;
    float: left;
    padding-left: 300px;
    position: relative;
} */

.headers nav ul {
    width: 880px;
    height: 50px;
    position: relative;
    min-width: 520px;
    z-index: 10;
    margin-left: 135px;
    float: left;
}

.headers nav ul img {
    position: absolute;
    top: 10px;
    left: -202px;
    height: 30px;
}

.headers nav ul li {
    width: 170px;
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: center;
    color: rgba(44, 44, 44, 1);
    line-height: 50px;
    font-size: 14px;
    margin-left: 2px;
}

.headers nav ul li dl dd :hover {
    color: #fff;
    background: rgba(228, 30, 43, 1);
}

.headers nav ul li dl {
    display: none;
    line-height: 35px;
    box-shadow: 0px 1px 5px 0px rgba(223, 223, 223, 1);
}

.headers nav ul li dl dd {
    width: 170px;
    display: inline-block;
}

.headers nav ul li dl dd a {
    color: #000;
    display: block;
}

.headers nav > ul > li:hover dl {
    color: #fff;
    background: #fff;
    display: inline-block;
    position: relative;
}

.headers nav ul li a {
    color: #222;
    text-decoration: none;
}

.headers nav ul li:nth-child(1) {
    margin-top: 10px;
    margin-left: 10px;
}

.headers nav ol {
    width: 200px;
    height: 50px;
    z-index: 9;
    float: right;
}

.headers nav ol li {
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: right;
    color: #222;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
}

.headers nav ol li a {
    color: #222;
}

.headers nav ol b {
    width: 20px;
    font-size: 10px;
    background: red;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 15px;
    color: #fff;
}

li {
    list-style: none;
}

.box {

    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    height: 770px;
    text-align: center;
    /* position:absolute;
     top:0;
     left:0; */
    /*height:100%;*/
    width: 100%;
    background: url(../images/banner_background.png) no-repeat;
    background-position: center 0;
    background-repeat: no-repeat;
    /* background-attachment:fixed; */
    background-size: cover;
    -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover; /* 兼容Opera */
    zoom: 1;
}

@media only screen and (min-width: 1680px) {
    .box {
        height: 1000px;
    }
}

@media only screen and (min-width: 1860px) {
    .box {
        height: 1100px;
    }
}
.box2 {

    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    height: 700px;
    text-align: center;
    width: 100%;
    /*background: #ffffff;*/
    -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover; /* 兼容Opera */
    zoom: 1;
    padding-top: 100px;
}

/*@media only screen and (min-width: 1680px) {*/
/*    .box2 {*/
/*        height: 1000px;*/
/*    }*/
/*}*/

/*@media only screen and (min-width: 1860px) {*/
/*    .box2 {*/
/*        height: 1100px;*/
/*    }*/
/*}*/

.screen {
    height: 700px;
    width: 1860px;
    position: absolute; /*banner图手型图*/
    left: 50%;
    top: 50%;
    margin-left: -930px;
    margin-top: -350px;
    overflow: hidden;
}

.screen li {
    height: 700px;
    width: 1860px;
    overflow: hidden;
    float: left;
}

.screen ul {
    position: absolute;
    left: 0;
    top: 0px;
    width: 7440px;
}

.screen ul li img {
    height: 700px;
    width: 1860px;
}

.box2 ol {
    position: absolute;
    left: 50%;
    bottom: 10px;
    line-height: 20px;
    text-align: center;
    width: 160px;
    margin-left: -60px;
}

.box2 ol li {
    float: left;
    width: 20px;
    height: 20px;
    background: #fff;
    /*border: 1px solid #ccc;*/
    margin-right: 20px;
    cursor: pointer;
    border-radius: 50%;
}

.box2 ol li.current {
    background: red;
}
.boxImg {
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    height: 760px;
    text-align: center;
    width: 100%;
    /*background: #ffffff;*/
    -webkit-background-size: cover; /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: cover; /* 兼容Opera */
    zoom: 1;
    padding-top: 50px;
    background: #09070D;
    overflow: hidden;
}
.boxImg .imgBanner{
    height: 760px;
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*#arr {display: none;}*/
#arr span {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -20px;
    background: #000;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    font-family: '黑体';
    font-size: 30px;
    color: #fff;
    opacity: 0.3;
    border: 1px solid #fff;
}

#arr #right {
    right: 5px;
    left: auto;
}



.box .banner_hand { /*banner图手型图*/
    height: 700px;
    width: 1860px;
    position: absolute; /*banner图手型图*/
    left: 50%;
    top: 50%;
    margin-left: -930px;
    margin-top: -350px;
    /*background-size: 100% 100%;*/
}

.box .banner_circle {
    position: absolute; /*banner图手型图*/
    width: 524px;
    height: 524px;
    left: 50%;
    top: 50%;
    margin-left: -236px;
    margin-top: -281px;
}

.box .banner_text {
    position: absolute; /*banner图手型图*/
    width: 480px;
    height: 163px;
    left: 50%;
    top: 50%;
    margin-left: -171px;
    margin-top: -115px;
}

.bannerText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-43%) translateY(-56%);
}

.box span {
    display: block;
    color: #fff;
    font-size: 40px;
    font-weight: 800;

}

@font-face {
    font-family: font;
    src: url("../font/fzltthjt.ttf");
}

@font-face {
    font-family: pingfang;
    src: url("../font/PingFang.ttc");
}

.box span:nth-of-type(1) {
    font-size: 80px;
    letter-spacing: 20px;
    font-weight: 100;
    text-align: center;
    position: relative;
    font-family: font;
}

.box span:nth-of-type(1) em {
    font-style: normal;
    position: absolute;
    top: -33px;
    font-size: 90px;
    /* right: -2px; */
}

.box span:nth-of-type(2) {
    font-size: 64px;
    letter-spacing: 20px;
    text-align: center;
    margin-left: 90px;
    /*font-family: pingfang;*/
}

/*  */
/* .indexBanner{
    width: 100%;
    height: 100%;
    background: url(../images/banner.jpg) no-repeat;
    background: 100% 100%;
} */

/*  */
.box ol {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -78px;
    border-radius: 15px;
}

.box ol li {
    width: 50px;
    height: 3px;
    color: #fff;
    z-index: 9;
    cursor: pointer;
    float: left;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    line-height: 25px;
    margin: 0 2px;
}

.nthone {
    position: relative;
}

#dierge {
    width: 50%;
    height: 80%;
    position: absolute;
    top: 15%;
    right: 5%;
}

#lianp {
    position: absolute;
    top: 40%;
    left: 10%;
    z-index: 0;
}

#lianp span {
    color: #fff;
    z-index: 9999;
    display: block;
    font-size: 30px;
}

#lianp span:nth-child(1) {
    color: #fff;
    z-index: 9999;
    display: block;
    font-size: 60px;
    position: relative;
}

#lianp span:nth-child(2) {
    color: #fff;
    z-index: 9999;
    display: block;
    font-size: 50px;
    margin-top: 15px;
}

#jiahao {
    color: #fff;
    position: absolute;
    top: -25px;
    right: 21%;
}

#shuangxin {
    color: #fff;
    position: absolute;
    top: -25px;
    right: 21%;
}

.nthone {
    position: relative;
}

#lians {
    height: 300px;
    position: absolute;
    top: 46%;
    left: 10%;
    z-index: 0;
}

#lians span {
    color: #fff;
    z-index: 9999;
    display: block;
    font-size: 30px;
}

#lians span:nth-child(1) {
    height: 90px;
    color: #222;
    font-weight: bold;
    font-size: 65px;
    margin-top: -40px;
}

#lians span:nth-child(2) {
    height: 70px;
    color: #fff;
    font-size: 27px;
    margin-top: 50px;
}

#xin {
    color: #fff;
}

#diergea {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5%;
    right: 0%;
}

.newss {
    color: #E50014;
}

.box ul {
    width: 100%;
    height: 100%;
}

.box ul li {
    width: 100%;
    height: 100%;
}

.box ul li img {
    width: 100%;
    height: 100%;
}

.common {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    text-align: center;
    font-size: 20px;
    color: white;
}

.common img {
    width: 100%;
    height: 100%;
}

.lefts {
    left: 15px;
}

.rights {
    right: 15px;
}

#current {
    color: #fff;
    z-index: 9999;
    background: red;
}

.img_par {
    display: flex;
    transition: transform .4s;
}

.img_par li {
    /*display: none;*/
}

.img_par li.show {
    display: block;
}

.page_par {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.page_par li {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #ccc;
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.page_par li.active {
    background: #333;
}

.btn {
    font-family: hyj;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -30px;
    width: 30px;
    line-height: 50px;
    font-size: 20px;
    background: rgba(255, 255, 255, .4);
    color: #fff;
    cursor: pointer;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.blockChain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.blockChain img {
    width: 80%;
    padding-left: 10%;
}

.blockChain span {
    width: 246px;
    height: 190px;
    float: left;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    padding-left: 22px;
}

.blockChain span h4 {
    font-size: 18px;
    color: red;
    padding-bottom: 10px;
}

.childone {
    position: absolute;
    left: 0%;
    top: 20%;
    padding: 20px 12px;
    line-height: 20px;
}

.childone h4 {
    line-height: 40px;
}

.childtwe {
    position: absolute;
    right: 0%;
    top: 20%;
    padding: 20px 12px;
    line-height: 20px;
}

.childtwe h4 {
    line-height: 40px;
}

.childThree {
    position: absolute;
    left: 0%;
    bottom: 10%;
    padding: 20px 12px;
    line-height: 20px;
}

.childThree h4 {
    line-height: 40px;
}

.childFour {
    position: absolute;
    right: 0%;
    bottom: 10%;
    padding: 20px 12px;
    line-height: 20px;
}

.childFour h4 {
    line-height: 40px;
}

.introduce {
    width: 1200px;
    height: 440px;
    position: relative;
    margin: 0 auto;
    /*background: red;*/
}

.product {
    width: 100%;
    height: 120px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: rgba(57, 57, 57, 1);
    line-height: 120px;
}

.producto {
    width: 100%;
    height: 90px;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: rgba(57, 57, 57, 1);
    line-height: 120px;
}

.introduce ul {
    width: 1200px;
    height: 100%;
    margin-top: -30px;
}

.introduce ul li {
    float: left;
    margin: 10px 20px;
    width: 288px;
    height: 300px;
    list-style: none;
    padding: 0 35px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    position: relative;
    /* cursor: pointer; */
}

.introduce ul li:hover {
    box-shadow: 0px 7px 40px 10px rgba(13, 37, 62, 0.1);
}

.introduce ul li:nth-child(1) img {
    position: absolute;
    top: 36px;
    left: 136px;
}

.introduce ul li:nth-child(2) img {
    position: absolute;
    top: 38px;
    left: 128px;
}

.introduce ul li:nth-child(3) img {
    position: absolute;
    top: 20px;
    left: 146px;
}

.introduce ul li:nth-child(4) img {
    position: absolute;
    top: 20px;
    left: 145px;
}

.introduce ul li:nth-child(5) img {
    position: absolute;
    top: 32px;
    left: 138px;
}

.introduce ul li:nth-child(6) img {
    position: absolute;
    top: 12px;
    left: 140px;
}

.introduce ul li span {
    color: #9BA2B4;
    line-height: 24px;
    font-size: 14px;
}

.introduce ul li p {
    font-size: 18px;
    color: red;
    text-align: center;
    margin-top: 95px;
    margin-bottom: 10px;
}

.solve {
    width: 100%;
    height: 680px;
    margin-top: 40px;
    background: url(../images/jiejueditu.png) no-repeat center
}

.solves {
    width: 1200px;
    height: 680px;
    margin: 0 auto;
}

.solves ul {
    width: 100%;
    height: 500px;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.solves ul li {
    height: 500px;
    /* float: left; */
    position: absolute;
}

.solves ul li:nth-child(2) {
    left: 558px;
}

.solves ul li:nth-child(3) {
    left: 766px;
}

.solves ul li:nth-child(4) {
    left: 974px;
}

.solves ul li a {
    cursor: pointer;
}

.lione {
    width: 558px;
    float: left;
    position: relative;
}

.lione img {
    width: 100%;
    height: 500px;
    z-index: 1;
}

.gg {
    color: #fff;
    margin-top: -340px;
    font-size: 22px;
    z-index: 9999;
    display: block;
}

.gzjg {
    position: absolute;
    top: 110px;
    left: 16px;
    font-size: 22px;
    color: #fff;
    display: none;
}

.ggjg {
    color: #fff;
    margin-top: -360px;
    font-size: 22px;
    z-index: 9999;
    display: none;
}

.chakan {
    position: absolute;
    top: 150px;
    left: 75px;
    font-size: 14px;
    color: rgba(246, 111, 106, 1);
    display: none;
}

.deepSecuritytg {
    color: #fff;
    margin-top: 40px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    z-index: 999;
    padding-left: 40px;
    padding-right: 40px;
    display: none;
}

.jjfa {
    position: absolute;
    top: 250px;
    left: 60px;
    font-size: 14px;
    color: #fff;
    display: none;
}

.deepSecurity {
    color: #fff;
    margin-top: 40px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    z-index: 999;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
}

.Recommend {
    color: #fff;
    margin-top: 40px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    z-index: 999;
}

.Recommends {
    color: #fff;
    margin-top: 10px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    z-index: 999;
}

.Recommendtj {
    color: #fff;
    margin-top: 40px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    z-index: 999;
}

.Recommendtjs {
    color: #fff;
    margin-top: 10px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
    z-index: 999;
    display: none;
}

.Recommendt {
    color: #fff;
    margin-top: 5px;
    text-align: center;
    z-index: 9999;
    font-size: 14px;
}

.litwe {
    width: 558px;
}

.litwe img {
    width: 100%;
    height: 500px;
    z-index: 9;
}

.lithree {
    width: 558px;
}

.lithree img {
    width: 100%;
    height: 500px;
}

.lifour {
    width: 576px;
}

.lifour img {
    width: 100%;
    height: 500px;
}

.Bank {
    width: 215px;
    font-size: 22px;
    color: #fff;
    z-index: 9999;
    text-align: center;
    margin-top: -395px;
    display: block;
}

#solveo {
    width: 215px;
    color: rgba(246, 111, 106, 1);
    z-index: 9999;
    text-align: center;
    display: block;
}

.typical {
    width: 215px;
    color: #fff;
    z-index: 9999;
    text-align: center;
    margin-top: 90px;
    font-size: 14px;
}

.solves p {
    text-align: center;
}

.solves p a {
    width: 56px;
    height: 20px;
    text-align: right;
    z-index: 9999;
    line-height: 45px;
    font-size: 14px;
    color: rgba(246, 111, 106, 1);
}

.information {
    width: 1200px;
    height: 520px;
    margin: 32px auto;
}

.left {
    width: 400px;
    height: 500px;
    float: left;
}

.right {
    width: 762px;
    height: 500px;
    float: right;
}

.informations {
    height: 42px;
    line-height: 42px;
    color: red;
    font-size: 21px;
    display: block;
}

.left ul {
    margin-top: 30px;
    position: relative;
    border-bottom: 1px solid #eee;
}

.left ul li {
    width: 100%;
    height: 110px;
    border-top: 1px solid #eee;
    position: relative;
}

.left ul li p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    color: #5D656F;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.left ul li p a {
    color: #5D656F;
    text-decoration: none;
}

.left span {
    font-size: 12px;
    float: left;
    line-height: 30px;
    color: #5D656F;
    position: absolute;
    bottom: 10px;
}

.left span:last-child {
    color: #5D656F;
    font-size: 12px;
    float: right;
    position: absolute;
    bottom: 10px;
    right: 0px;
}

.informationr {
    color: #9AA8B6;
    font-size: 12px;
    line-height: 45px;
    margin-left: 470px;
}

.minwidth {
    height: 438px;
    position: relative;
    background: #fff;
    box-shadow: 0px 7px 40px 10px rgba(13, 37, 62, 0.1);
}

.video {
    position: relative;
}

.video video {
    width: 100%;
    height: 318px;
    outline: none;
}

.video img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 888
}

.minwidth p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    font-weight: 500;
}

.minwidth p a {
    color: #585858;
}

.minwidth span {
    color: #9FA4AA;
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.more {
    position: absolute;
    bottom: -50px;
    right: 0px;
    z-index: 3;
    color: #E41E2B;
    font-size: 12px;
    cursor: pointer;
}

.cooperation {
    width: 100%;
    /* height: 500px; */
    background: #F5F5F5;
}

.cooperation ul {
    width: 1200px;
    margin: -8px auto;
}

.cooperation ul li {
    width: 276px;
    height: 136px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 14px 0px rgba(232, 232, 232, 0.5);
    border-radius: 8px;
    float: left;
    margin: 13px 12px;
    text-align: center;
}

.cooperation ul li:nth-child(1) img {
    margin-top: 47px;
}

.cooperation ul li:nth-child(2) img {
    margin-top: 40px;
}

.cooperation ul li:nth-child(3) img {
    margin-top: 26px;
}

.cooperation ul li:nth-child(4) img {
    margin-top: 40px;
}

.cooperation ul li:nth-child(5) img {
    margin-top: 40px;
}

.cooperation ul li:nth-child(6) img {
    margin-top: 40px;
}

.cooperation ul li:nth-child(7) img {
    margin-top: 40px;
}

.cooperation ul li:nth-child(8) img {
    margin-top: 40px;
}

.footer {
    width: 100%;
    height: 424px;
    background: #000;
}

.ft_b{
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0;
}
.ft_b a{
    color: #939393;
}
.ft_b a:hover{
    color: red;
}
.footers {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
}

.footerLeft {
    width: 598px;
    height: 424px;
    float: left;
}

.footerRight {
    width: 500px;
    height: 100%;
    float: right;
}

.daohanglogo {
    height: 70px;
    line-height: 130px;
}

.daohanglogo img {
    background: #000;
    height: 45px;
}

.bottomlogo {
    width: 80%;
    height: 424px;
}

.footerRight p {
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
    line-height: 45px;
}

.footerRight p img {
    margin-left: 15px;
}

.footerRight ol {
    width: 160px;
    float: left;
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

.footerRight ol li {
    color: #ccc;
    font-size: 14px;
    line-height: 31px;
}

.footerRight ol li a {
    color: #ccc;
}

.footerRight ol li:nth-child(1) {
    font-weight: bold;
}

.footerRight ol span img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 150px;
    right: 0px;
}

.footerRight .ols {
    text-align: left;
    padding-left: 40px;
    width: 160px;
}

.footerRight .olso {
    width: 120px;
    text-align: right;
    display: inline-block;
    padding-left: 8px;
}

.blockChains {
    position: relative;
}

.blockChains img {
    margin-top: 80px;
}

.qiuone {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 80px;
    left: 550px;
}

.qiutwo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 217px;
    left: 378px;
}

.qiuthree {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 212px;
    left: 734px;
}

.qiufuor {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: 318px;
    left: 540px;
}
