body, html {
    height: 100%;
}

/*index*/
#page-one {
    background-color: #020202;
}

#page-one .report {
    /*background: url(../images/one_page_bg.jpg) center center;*/
    background-size: cover;
}

.report-list .col-sm-4 a {
    display: block;
    border: 2px solid #ffffff;
    padding: 8px;
    color: #ffffff;
    width: 105px;
    height: 260px;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
}

#page-one .title {
    margin-top: 45px;
    margin-left: 12%;
    margin-bottom: 20px;
    width: 321px;
}

#page-one .title img {
    width: 100%;
}

.report-list .col-sm-4 a {
    margin-top: 20px;
    opacity: 0;
}

.report-list .col-sm-4 a span {
    width: 85px;
    display: block;
    height: 85px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    line-height: 81px;
    /*font-size: 50px;*/
    font-weight: bold;
}

.report-list .col-sm-4 a p {
    margin-top: 30px;
    /*font-size: 16px;*/
    text-align: center;
    line-height: 25px;
}

.report-list .col-sm-4 a p em {
    color: #868cfc;
}

.index-block {
    position: relative;
}

.scroll-btn {
    display: block;
    width: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 100
}

.scroll-btn img{
    position: relative;
    left:-8px;
}

#page-two {
    background: url(http://toey-block-chain.oss-cn-hangzhou.aliyuncs.com/images/two_page_bg.jpg) center center;
    background-size: cover;
}

.area-circle {
    margin: 40px 100px 0 100px;
    position: relative;
    overflow: hidden;
}

.area-content .area-a {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.area-content .area-n {
    width: 50px;
    height: 45px;
    display: inline-block;
    vertical-align: middle;
    /*background: url(../images/n_bg.png) no-repeat center center;*/
    color: #ffffff;
    text-align: center;
    line-height: 45px;
    /*font-size: 18px;*/
}

.area-content .area-t {
    display: inline-block;
    width: 285px;
    height: 40px;
    vertical-align: middle;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    /*font-size: 18px;*/
    background-color: rgba(16, 110, 206, .5);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.area-content .area-p {
    display: block;
    width: 285px;
    height: 40px;
    margin-left: 55px;
    background-color: rgba(158, 159, 161, .5);
    margin-top: 10px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
    color: #ffffff;
    line-height: 40px;
    font-size: 15px;
}

.area-content .area-b {
    position: absolute;
    top: 80px;
    left: 0;
    opacity: 0;
}

.area-content .area-b .area-p {
    margin-left: 0;
}

.area-content .area-c {
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 340px;
    opacity: 0;
}

.area-content .area-d {
    position: absolute;
    bottom: 50px;
    right: 0;
    opacity: 0;
}

#page-three {
    background: url(http://toey-block-chain.oss-cn-hangzhou.aliyuncs.com/images/three_page_bg.jpg) center center;
    background-repeat: no-repeat;
}

#page-three .title {
    color: #ffffff;
    text-align: center;
    font-size: 30px;
    margin-top: 80px;
}

.pro-ser {
    width: 875px;
    margin: 0 auto;
    position: relative;
    height: 400px;
}

.pro-ser .pro-block {
    width: 320px;
    height: 70px;
    position: absolute;
    top: 0;
    opacity: 0;
    border-radius: 50px;
}

.pro-ser .pro-block span {
    color: #ffffff;
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 70px;
    position: relative;
}

.pro-ser .pro-block span:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    left: 0;
    right: 0;
    margin: auto;
}

.pro-ser .pro-block.pone {
    left: 0;
    background-color: rgba(33, 97, 234, .5);
}

.pro-ser .pro-block.pone span:after {
    border-bottom: 20px solid rgba(33, 97, 234, .5);
    top: -20px;
}

.pro-ser .pro-block.ptwo {
    left: 280px;
    background-color: rgba(12, 56, 151, .5);
}

.pro-ser .pro-block.ptwo span:after {
    border-top: 20px solid rgba(12, 56, 151, .5);
    bottom: -20px;
}

.pro-ser .pro-block.pthree {
    left: 560px;
    background-color: rgba(4, 38, 111, .5);
    top: 200px;
}

.pro-ser .pro-block.pthree span:after {
    border-bottom: 20px solid rgba(4, 38, 111, .5);
    top: -20px;
}

.pro-ser .pro-block .pro-list {
    font-size: 16px;
    position: absolute;
}

.pro-ser .pro-block .pro-list ul {
    position: relative;
}

.pro-ser .pro-block .pro-list ul:after {
    content: "";
    display: block;
    width: 160px;
    height: 2px;
    background-color: #4f638b;
    position: absolute;
    left: 0;
    bottom: 0;
}

.pro-ser .pro-block .pro-list ul:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    /*background: url(../images/point.png) center center;*/
    position: absolute;
    bottom: -8px;
    left: 148px;
    z-index: 1
}

.pro-ser .pro-block .pro-list ul li {
    margin-bottom: 8px;
    position: relative;
}

.pro-ser .pro-block .pro-list ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    /*background: url(../images/point.png) center center;*/
    left: -29px;
}

.pro-ser .pro-block.pone .pro-list {
    top: -160px;
}

.pro-ser .pro-block.ptwo .pro-list {
    top: 100px;
    left: 0
}

.pro-ser .pro-block.pthree .pro-list {
    top: -160px;
    right: 0;
    text-align: right;
}

.pro-ser .pro-block.pone .pro-list ul {
    border-left: 2px solid #4f638b;
    padding: 0 18px 10px;
}

.pro-ser .pro-block.ptwo .pro-list ul {
    border-left: 2px solid #4f638b;
    padding: 10px 18px 0;
}

.pro-ser .pro-block.ptwo .pro-list ul:after {
    top: 0;
}

.pro-ser .pro-block.ptwo .pro-list ul:before {
    top: -8px;
}

.pro-ser .pro-block.pthree .pro-list ul {
    border-right: 2px solid #4f638b;
    padding: 0 18px 10px;
}

.pro-ser .pro-block.pthree .pro-list ul:after {
    left: -28px;
}

.pro-ser .pro-block.pthree .pro-list ul:before {
    bottom: -8px;
    left: -37px
}

.pro-ser .pro-block.pthree .pro-list ul li:before {
    right: -28px;
    left: auto;
}

#page-four {
    background: url(http://toey-block-chain.oss-cn-hangzhou.aliyuncs.com/images/four_page_bg.jpg) center center;
    background-size: cover;
}

.about-ly {
    background-color: rgba(54, 67, 79, .7);
    width: 925px;
    height: 435px;
    margin: 0 auto;
    padding: 30px 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.about-ly h2 {
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.about-ly p {
    color: #ffffff;
    text-indent: 2em;
    font-size: 15px;
    line-height: 25px;
}

.about-ly .col-sm-5 {
    margin-top: 40px;
}

.index-news-list .carousel-indicators {
    bottom: 55px;
}

.index-news-list {
}

.news-ly {
    background-color: rgba(8, 62, 104, .3);
    width: 925px;
    height: 435px;
    margin: 0 auto;
    padding: 30px 40px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
}

.news-ly .title {
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 30px;
}

.com-news {
    margin-bottom: 30px;
}

.com-news > div, .mt-news > div {
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}

.com-news > div a, .mt-news > div a {
    font-size: 14px;
    float: right;
}

.com-news ul li, .mt-news ul li {
    line-height: 35px;
}

.com-news ul li:before, .mt-news ul li:before {
    content: "";
    height: 1px;
    display: block;
    background: url(http://toey-block-chain.oss-cn-hangzhou.aliyuncs.com/images/lines.jpg) center center no-repeat;
    background-size: cover
}

.carousel-indicators li {
    width: 67px;
    height: 12px;
    background-color: #454546;
    border: 0;
    margin: 0;
}

.carousel-indicators li.active {
    width: 67px;
    height: 12px;
    background-color: #2161ea;
    border: 0;
}

.com-news ul li a, .mt-news ul li a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

/*product*/
.child-nav {
    padding: 0 !important;
}

.child-bg {
    width: 100%;
    /*background: url(../images/pbg.jpg);*/
    padding-top: 205px;
}

.child-nav li {
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    margin-left: 15px;
    border: 1px solid transparent;
    padding: 10px 0;
}

.child-nav li.selected {
    border: 1px solid #0a6ddd;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    box-shadow: 0 0 20px #0a6ddd;
}

.child-nav li.selected:before {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    /*background: url(../images/select.png) no-repeat;*/
    position: absolute;
    left: -60px;
    top: 50%;
}

.child-nav li a {
    font-size: 14px;
    color: #cccccc;
    display: block;
}

.pro-cut-icon {
    margin-top: 20px;
}

.pro-cut-icon .cut-item a {
    width: 175px;
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: Center;
    text-align: center;
    margin: auto;
    position: relative;
    font-size: 16px;
    color: #FFFFFF;
}

.pro-cut-icon .cut-item.curr a {
    color: #297fb9;
}

.pro-cut-icon .cut-item a:after {
    content: "";
    display: block;
    width: 135px;
    height: 135px;
    /*background: url(../images/pro_i1.png);*/
    position: absolute;
    top: 18px;
    left: 18px;
    background-size: 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transition: transform .8s linear;
    -webkit-transition: -webkit-transform .8s linear;
    -moz-transition: -moz-transform .8s linear;
    -o-transition: -o-transform .8s linear;
}

.pro-cut-icon .cut-item a:before {
    content: "";
    display: block;
    width: 175px;
    height: 175px;
    /*background: url(../images/pro_i2.png);*/
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: rotate(0deg);
    -webkit-transition: transform .5s linear;
    transform: rotate(0deg);
    transition: transform .5s linear;
    -o-transform: rotate(0deg);
    -o-transition: transform .5s linear;
    -moz-transform: rotate(0deg);
    -moz-transition: transform .5s linear;
}

.pro-cut-icon .cut-item p {
    color: #297fb9;
    margin-top: 20px;
    white-space: nowrap;
}

.pro-cut-icon .cut-item a:hover:after {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
}

.pro-cut-icon .cut-item a:hover:before {
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    -moz-transform: rotate(-60deg);
    -o-transform: rotate(-60deg);
}

.pro-main {
    margin-top: 40px;
    background-color: #000000;
    padding: 30px 20px;
    margin-bottom: 40px;
}

.pro-main h2 {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
}

.pro-main p {
    color: #ffffff;
    text-indent: 2em;
    line-height: 22px;
    text-align: left;
    font-size: 15px;
}

.child-bg .footer, .about-bg .footer, .indus-bg .footer {
    background: transparent;
}

/*about*/
.about-bg {
    /*background: #181919 url(../images/about_bg.png) center 145px no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
    min-height: 100%;
}

.team-item {
    width: 725px;
    margin: 0 auto;
    border-bottom: #666 1px solid;
    padding: 25px 40px;
}

.team-item h3 {
    color: #ffffff;
    margin-bottom: 15px;
}

.team-item p {
    color: #ffffff;
    font-size: 15px;
    line-height: 25px;
}

.about-bg .container {
    margin-top: 50px;
}

.about-box {
    background-color: #ffffff;
    padding: 25px;
    border-radius: 15px;
}

/*news*/
.news-item {
    width: 725px;
    margin: 0 auto;
    border-bottom: #666 1px solid;
    padding: 25px 0
}

.news-item h3 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 5px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-item span, .news-item p {
    color: #cdcdcd;
    margin-top: 3px
}

.news-item img {
    width: 160px;
    height: 110px;
}

.partner-logo > div {
    margin-bottom: 30px;
}

.news_d_box {
    background-color: #ffffff;
    padding: 20px;
    width: 650px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
}

.news_d_box .close a {
    display: block;
    width: 38px;
    height: 33px;
    /*background: url(../images/close.png);*/
    position: absolute;
    right: -25px;
    top: -22px;
}

.news_d_box .close {
    opacity: 1;
}

.news_d_box a {
    color: #444444
}

.news_d_box .arrow-left {
    position: absolute;
    left: -60px;
    color: #ffffff;
    font-size: 30px;
    top: 20%;
}

.news_d_box .arrow-right {
    position: absolute;
    right: -60px;
    color: #ffffff;
    font-size: 30px;
    top: 20%;
}

.news_d_box .main img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.news_d_box .main span {
    display: block;
    text-align: center
}

.news_d_box .main img {
    width: 100%;
}

/*industry*/
.indus-bg {
    /*background: url(../images/pbg.jpg);*/
}

.indus-bg .child-nav {
    margin-top: 145px;
}

#fz .indus-item {
    position: relative;
    margin-top: 40px;
}

.indus-item .indbox {
    background-color: #000000;
    width: 370px;
    height: 345px;
    display: table-cell;
    vertical-align: middle;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 5px 2px 10px #0a0b0b;
    text-align: center;
}

.indus-item .in_head {
    position: absolute;
    top: 0;
    left: 0;
}

.indus-item h2 {
    color: #ffffff;
    margin-top: 30px;
}

.indus-item .in_p .indbox {
    padding: 15px;
}

.indus-item .in_p h2 {
    margin-top: 15px;
    font-size: 18px;
}

.indus-item .in_p p {
    color: #ffffff;
    font-size: 12px;
    max-height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
}

.indus-item .in_p img {
    width: 40px;
}

.infadeIn {
    -webkit-animation: fadeInrotate .7s linear;
    animation: fadeInrotate .7s linear;
    -moz-animation: fadeInrotate .7s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.infadeOut {
    -webkit-animation: fadeOutrotate .7s linear;
    animation: fadeOutrotate .7s linear;
    -moz-animation: fadeOutrotate .7s linear;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes fadeInrotate {
    from {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }
    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        opacity: 0;
    }
}

@keyframes fadeOutrotate {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: perspective(100px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

@-webkit-keyframes fadeInrotate {
    from {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }
    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 60deg);
        opacity: 1;
    }
    50% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 180deg);
        opacity: 0;
    }
}

@-webkit-keyframes fadeOutrotate {
    from {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -180deg);
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -90deg);
        opacity: 0;
    }
    50% {
        -webkit-transform: perspective(100px) rotate3d(0, 1, 0, -60deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -60deg);
        opacity: 1;
    }
    to {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
        opacity: 1;
    }
}

.indus2_top {
    margin-top: 125px;
}

.report-item a {
    display: block;
    border: 2px solid #ffffff;
    padding: 8px;
    color: #ffffff;
    width: 635px;
    position: relative;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    margin-top: 40px;
}

.report-item a span {
    width: 80px;
    display: block;
    position: absolute;
    left: 8px;
    top: 8px;
    height: 80px;
    border: 2px solid #ffffff;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    text-align: center;
    line-height: 81px;
    font-size: 50px;
    font-weight: bold;
}

.report-item a p {
    text-align: center;
    font-size: 20px;
    line-height: 80px;
}

.report-item a p em {
    color: #868cfc;
}

/*contact*/
.contact-box {
    width: 605px;
    padding: 25px;
    height: 430px;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
}

.contact-box .row p {
    margin-bottom: 0;
    font-size: 14px;
}

.contact-box .row {
    margin-top: 15px;
}

.about-ly a {
    float: right;
    margin-bottom: 10px;
}

.about-box p {
    text-indent: 2em;
}

.map img {
    width: 100%;
}

#banner {
    margin-top: -30px;
}

.pro-tab img {
    border-radius: 10px;
}

.pro-3 {
    color: #ffffff;
    text-align: left;
}

.pro-cut-icon .cut-item a:focus {
    text-decoration: none;
    color: #297fb9
}

#page-one .slide.text-center img {
    width: 925px;
}

/* 小屏幕（平板，大于等于 768px） */
@media (max-width: 768px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
        background-color: #000000;
    }
    .ly-header .nav > li > a:hover {
        background-color: #000000;
    }
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
        min-height: 360px;
    }
    .GD_left {
        display: none;
    }

    .index-news-list {
        height: 70%;
    }

    .index-news-list .container, .index-news-list .carousel-inner, .index-news-list .item {
        height: 100%;
    }

    .news-ly {
        width: 100%;
        height: 70%;
        overflow: hidden;
    }

    .about-ly {
        width: 100%;
        height: 70%;
        overflow: hidden;
        padding: 0;
    }

    .pro-ser {
        width: 100%;
    }

    #page-one .title {
        width: 80%;
        margin: 0;
    }

    .navbar-header {
        height: 60px;
    }

    .ly-header {
        height: 60px;
    }

    .navbar-brand > img {
        width: 60%;
    }

    .navbar-default .navbar-collapse {
        background-color: #000000
    }

    .pro-cut-icon .cut-item p {
        white-space: normal;
    }

    #page-one .slide.text-center img {
        width: 100% !important;
    }

    .navbar-nav > li > a span {
        display: inline-block;
        vertical-align: middle;
    }

    .ly-header .nav > li > a {
        padding: 10px 0;
        font-size: 14px;
    }

    .ly-header .nav > li > a span {
        display: none;
    }

    .ly-header .navbar-nav > .active > a {
        border-top: 0;
    }

    .report-list .col-sm-4 a {
        width: 85px;
        height: 250px;
    }

    .report-list .col-sm-4 a span {
        width: 65px;
        height: 65px;
        line-height: 65px;
    }

    .area-content .area-t {
        width: 225px;
    }

    .area-circle {
        text-align: center;
    }

    .area-wap-a, .area-wap-b, .area-wap-c, .area-wap-d {
        margin-top: 10px;
    }

    .news-ly {
        padding: 0;
    }

    .pro-img img {
        width: 100%;
    }

    #banner {
        margin-top: 60px;
    }

    .report-item a {
        width: 100%;
    }

    .team-item {
        width: 100%
    }

    .news-item {
        width: 100%;
    }

    .news_d_box {
        width: 90%;
    }

    .news_d_box .arrow-left {
        left: -30px;
    }

    .news_d_box .arrow-right {
        right: -30px;
    }

    .com-news ul li span {
        display: none;
    }

    #page-three .title {
        margin-top: 20px;
        font-size: 20px;
    }

    #page-three .wap-pro-ser .title {
        margin-top: 10px;
        font-size: 16px;
        background-color: rgba(33, 97, 234, .5);
        padding: 5px 0;
    }

    #page-three .wap-pro-ser li {
        text-align: center;
        line-height: 25px;
    }

    .contact-box {
        width: 100%;
    }

    .com-news {
        margin-bottom: 10px;
    }

    .cateBtn {
        margin-top: 80px;
        margin-left: 20px;
        background-color: #297fb9;
        border: 0;
        padding: 5px 20px;
        color: #ffffff;
    }

    .cateBtn:focus {
        color: #ffffff;
    }

    .about-bg .cateBtn {
        margin-top: 0;
    }

    .indus-bg .child-nav {
        margin-top: 10px;
    }

    .indus2_top {
        margin-top: 10px;
    }

    .child-bg {
        padding-top: 10px;
    }

    .pro-cut-icon .cut-item a, .pro-cut-icon .cut-item a:before {
        width: 145px;
        height: 145px;
    }

    .pro-cut-icon .cut-item a:after {
        width: 105px;
        height: 105px;
    }

    .paddtop {
        padding-top: 48px;
    }

    .index-news-list .carousel-indicators {
        bottom: 175px;
    }
}

.index-block .footer {

    padding: 10px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100
}

@media (min-width: 768px) and (max-width: 992px) {
    .pro-cut-icon .cut-item p {
        white-space: normal;
    }

    .navbar-brand > img {
        display: none;
    }
    .navbar-nav {
        margin-top: 15px;
    }
    .ly-header .nav > li > a {
        /* padding: 20px 0; */
        font-size: 14px;
   }
}

@media (min-width: 992px) {
    .navbar-nav {
        margin-top: 15px;
    }
    .child-nav li:hover {
        border: 1px solid #0a6ddd;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        box-shadow: 0 0 20px #0a6ddd;
    }

    .child-nav li:hover:before {
        content: "";
        display: block;
        width: 60px;
        height: 1px;
        /*background: url(../images/select.png) no-repeat;*/
        position: absolute;
        left: -60px;
        top: 50%;
    }
}

.index-block .fp-controlArrow {
    display: none;
}

.index-block .fp-slidesNav.bottom {
    bottom: 80px;
}

.index-block #fp-nav ul li a span, .index-block .fp-slidesNav ul li a span {
    background-color: #ffffff;
}


#page-five {
    background: url(http://toey-block-chain.oss-cn-hangzhou.aliyuncs.com/images/five_page_bg.jpg) center center;
    background-size: cover;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form{
    border-color:#464646;
}