﻿/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
/*.body-content {
    padding-left: 15px;
    padding-right: 15px;
}*/

.block-center {
    margin: 0 auto;
    text-align: center;
}

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

.image-banner {
    width: 100%
}

.section-banner {
    margin: 0 auto;
    max-width: 60%;
    text-align: center;
}

.section-content {
    margin: 0 auto;
    text-align: center;
}

.section-title {
    position: relative;
    z-index: 2;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #999;
    overflow: hidden;
}

    .section-title .caption {
        position: relative;
        display: inline-block;
        font-size: 30px;
        font-weight: 400;
        color: rgba(70,115,149,1);
    }

        .section-title .caption .line {
            position: absolute;
            top: 11px;
            width: 600px;
            height: 1px;
            background-color: #ddd;
        }

        .section-title .caption .line-l {
            right: 100%;
            margin-right: 15px;
        }

        .section-title .caption .line-r {
            left: 100%;
            margin-left: 15px;
        }

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

body {
    font-family: MicrosoftYaHei;
}

section.homepage-banner {
    background-color: #FFF;
    height: 100%;
}

ul {
    padding: 0;
}

.dui-navbar ul.navbar-category > li.category-item > a {
    line-height: 10px;
}

a, td, th {
    font-size: 17px;
    font-weight: bold;
}

footer.site-footer .grid-container {
    background: #0067D7;
}

footer.site-footer {
    background: #0067D7;
}

    footer.site-footer .footer-bottom {
        background: #0067D7;
    }

        footer.site-footer .footer-bottom a {
            color: #fff;
            font-weight: 300;
        }

        footer.site-footer .footer-bottom .copyright {
            color: #fff;
        }

    footer.site-footer .footer-category .nav-item a {
        color: #fff;
        font-size: 17px;
        font-weight: 300;
    }

    footer.site-footer .footer-category p.title {
        font-size: 17px;
        font-weight: bold;
    }

section.homepage-grids .promotion-grid-container .promotion-grid-item {
    cursor: pointer;
    height: 23ex;
    position: relative;
}

.play-button {
    left: 50%;
    top: 50%;
    margin-left: -75.5px;
    margin-top: -85px;
    position: absolute;
    z-index: 1000;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

/*途道品牌标志*/
.brand-logo-td {
    background-image: url("/res/OfficialWebsite/tudao/images/logo-td.png");
    background-repeat: no-repeat;
    background-size: 64.36px 26px;
    display: inline-block;
    height: 26px;
    margin-top: -3.6px;
    vertical-align: middle;
    width: 75px;
}

/*引领者品牌标志*/
.brand-logo-ylz {
    background-image: url("/res/OfficialWebsite/tudao/images/logo-ylz.png");
    background-repeat: no-repeat;
    background-size: 80px 26px;
    display: inline-block;
    height: 26px;
    margin-top: -3.6px;
    vertical-align: middle;
    width: 150px;
}

/*创想人工智能标志*/
.brand-logo-cx{
    background-image: url("/res/OfficialWebsite/tudao/images/logo-cx.png");
    background-repeat: no-repeat;
    background-size: 150px 100px;
    display: inline-block;
    height: 100px;
    margin-top: -3.6px;
    vertical-align: middle;
    width: 150px;
}

/*当轮播图片不够大时强行拉伸至屏幕的宽度*/
.carousel-inner>.item>img{
    width: 100vw;
}