﻿
.menu-openacc a {
    margin: 0px;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0;
}

#AiBtn {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#navbar-tools .navbar-nav li.moblie_open {
    display: none;
}

.carousel-indicators {
    bottom: 5px;
}

@media (max-width: 768px) {

    .carousel-indicators {
        bottom: 15px;
    }

    #navbar-tools .navbar-nav li a {
        width: 25px;
        height: 25px;
    }

    #navbar-tools .navbar-nav li img {
        height: 25px;
    }

    #navbar-tools .navbar-nav li {
        width: 28px;
    }

        #navbar-tools .navbar-nav li.mobilemenu {
            width: 40px;
        }

        #navbar-tools .navbar-nav li.moblie_open {
            display: block;
        }
}

.carousel-points {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 9000;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

    .carousel-points li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        border-radius: 10px;
        background-color: #006ead;
        border: 1px solid #006ead;
    }

.carousel-caption {
    /*background-color: rgba(255,255,255,0.5);*/
    color: #0084c9;
    width: 540px;
    left: 22%;
    top: 180px;
    bottom: 180px;
    text-shadow: none;
}

#carousel-bannerbox .carousel-caption {
    top: 30px;
}

.carousel-caption h1, .carousel-caption p, .carousel-caption a {
    color: #0084c9;
    text-align: left;
}

.carousel-caption h1 {
    margin-top: 40px;
    display: block;
    font-size: 60px;
    /*text-indent:40px;*/
    font-weight: bold;
}

.carousel-caption p {
    font-size: 24px;
    display: block;
    /*text-indent:40px;*/
    margin-top: 30px;
}

.carousel-caption a {
    text-align: center;
    background-color: #EA5504;
    color: #ffffff;
    width: 150px;
    height: 50px;
    line-height: 50px;
    display: block;
    /*margin-left:40px;*/
    margin-top: 40px;
}

#carousel-bannerbox-index .carousel-inner .item {
    background-size: cover;
    height: 700px;
    max-height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
}

#carousel-bannerbox .carousel-inner .item {
    background-size: cover;
    height: 400px;
    max-width: 1920px;
    margin: 0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
}

ol.carousel-points li.active {
    border: 2px solid #fff;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    background-color: #898989;
    border: 0;
    margin: 0;
    margin-right: 10px;
}

    .carousel-indicators li.active {
        width: 14px;
        height: 14px;
        margin: 0;
        border: 0;
        margin-right: 10px;
        background-color: #EA5504;
    }

#index_tips img {
    margin-top: -3px;
}

@media (max-width: 768px) {
    .carousel-indicators li {
        width: 6px;
        height: 6px;
    }

        .carousel-indicators li.active {
            width: 6px;
            height: 6px;
        }

    #carousel-bannerbox .carousel-caption {
        top: 5px;
        padding-top: 0;
    }

        #carousel-bannerbox .carousel-caption h1 {
            margin-top: 10px;
            font-size: 24px;
        }

        #carousel-bannerbox .carousel-caption p {
            margin-top: 10px;
            font-size: 16px;
        }

        #carousel-bannerbox .carousel-caption a {
            height: 30px;
            line-height: 30px;
            font-size: 14px;
        }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #EA5504;
    }

    .carousel-inner > .item > img {
        min-width: 100%;
        height: auto;
    }

    .carousel-caption {
        color: #0084c9;
        width: 90%;
        text-shadow: none;
        top: 0;
        left: 10px;
    }

        .carousel-caption h1 {
            margin-top: 30px;
            display: block;
            font-size: 28px;
        }

        .carousel-caption p {
            font-size: 18px;
            margin-top: 15px;
        }

        .carousel-caption a {
            margin-top: 15px;
            font-size: 16px;
            width: 100px;
            height: 40px;
            line-height: 40px;
        }

    #carousel-bannerbox-index .carousel-inner .item {
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        min-height: 275px;
        background-position: top center;
    }

    #carousel-bannerbox .carousel-inner .item {
        background-size: contain;
        background-repeat: no-repeat;
        height: auto;
        background-position: top center;
        min-height: 165px;
    }

    .footer-rightline .sub-links a {
        margin-right: 20px;
    }
}




.globalbanner_edda_click .carousel-caption h1 {
    margin-top: 40px;
    display: block;
    font-size: 60px;
    font-weight: bold;
    color: #52515C;
}

.globalbanner_edda_click .carousel-caption h3 {
    color: #52515C;
    font-size: 32px;
    text-align: left;
    text-indent: 5px;
}

.globalbanner_edda_click .carousel-caption .slogan {
    width: 1070px;
    height: 115px;
    line-height: 115px;
}

    .globalbanner_edda_click .carousel-caption .slogan img {
        float: left;
        vertical-align: middle;
    }

    .globalbanner_edda_click .carousel-caption .slogan a {
        background: none;
        width: 170px;
        height: 50px;
        float: left;
        margin: 30px 10px 0 0;
        display: block;
        line-height: 115px;
    }

@media (max-width: 768px) {
    .globalbanner_edda_click .carousel-caption {
        left: 5%;
        width: 90%;
    }

    .globalbanner_edda_click .carousel-caption-center h1 {
        margin-top: 0 !important;
        font-size: 24px;
    }

    .globalbanner_edda_click .carousel-caption h3 {
        font-size: 14px;
        text-indent: 5px;
        margin: 0;
    }

    .globalbanner_edda_click .carousel-caption .slogan {
        height: auto !important;
        width: 100%;
    }

        .globalbanner_edda_click .carousel-caption .slogan img {
            width: 50%;
            margin-left: -5%;
        }

        .globalbanner_edda_click .carousel-caption .slogan a {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
            width: 25%;
            margin: 20px 5px 0 0;
        }

            .globalbanner_edda_click .carousel-caption .slogan a img {
                width: 100%;
            }
}