body {
    background-color: #fff;
    color: #434343;
}

img {
    width: 100%;
}

#indexCarousel {
    margin-top: -20px;
}

#indexCarousel .carousel-indicators {
    bottom: 10px;
    margin-bottom: 0;
}

#indexCarousel .carousel-indicators li {
    margin: 0 1px;
    background-color: #a0a0a0;
    border-color: transparent;
    width: 40px;
    height: 4px;
}

#indexCarousel .carousel-indicators li.active {
    background-color: #fff;
    border-color: #fff;
}

#indexCarousel .carousel-control [class^="icon-"] {
    position: absolute;
    width: 38px;
    height: 83px;
    top: 50%;
    margin-top: -32px;
    background: url("../../images/arrow.png");
    display: none;
}
#indexCarousel .carousel-control:hover [class^="icon-"] {
    display: block;
}

#indexCarousel .left [class^="icon-"] {
    left: 28px;
}

#indexCarousel .right [class^="icon-"] {
    right: 28px;
    transform: rotate(180deg)
}

#indexCarousel .title {
    width: 100%;
    position: absolute;
    top: 21%;
    left: 0;
    z-index: 15;
    color: #fff;
    font-size: 64px;
    text-align: center;
}

#indexCarousel .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
    background: linear-gradient(rgba(43, 48, 62, .4), rgba(0, 0, 0, .4));
}
#indexCarousel .btn-group {
    position: absolute;
    width: 100%;
    height: 66px;
    left: 0;
    bottom: 48px;
    padding: 0;
    text-align: center;
    font-size: 18px;
    z-index:10;
}
#indexCarousel .btn-group button {
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    background: transparent;
    color: #fff;
    width: 180px;
    height: 52px;
    margin: 0 25px;
}
#indexCarousel .btn-group button:hover {
    background-color: rgba(0, 0, 0, .2);
}
#indexCarousel .carousel-caption {
    top: 50%;
    margin-top: -30px;
    height: 160px;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
#indexCarousel .carousel-caption h5{
    line-height:62px;
    margin-top:0;
}

.carousel-control {
    z-index:10;
}

.scrollnews {
    padding: 5px 0;
    background-color: #eee;
    line-height: 30px;
}

.scrollnews .col-md-10 {
    padding-left: 0;
    height: 30px;
    overflow: hidden;
}

#newsBox {
    margin: 0;
    padding: 0;
}

#newsBox > li {
    padding: 0;
    margin: 0px;
}

#newsBox > li > a {
    color: #434343;
}

#newsBox > li > a:hover, #newsBox > li > a:focus {
    color: #434343;
    text-decoration: none;
}

.scrollnews a.more {
    color: #0F71FF;
}

.scrollnews a.more:hover {
    color: #0F71FF;
    text-decoration: none;
}

.container .announced {
    color: #707070;
}

.feature-div {
    margin-bottom: 25px;
    padding-top: 30px;
}

.feature {
    margin: 0 auto;
    margin-bottom: 10px;
}

.feature .circle {
    margin: 10px auto;
    width: 115px;
    height: 115px;
    display: block;
    border-radius: 100%;
    background-color: #eeeeee;
    background-image: url(../../images/feature@2x.png);
    background-repeat: no-repeat;
    margin-bottom: 20px;
    transition: background-color 0.3s ease-in-out;
}

.feature1 .circle {
    background-position: 0 0;
}

.feature2 .circle {
    background-position: 50% 0;
}

.feature3 .circle {
    background-position: 100% 0;
}

.feature4 .circle {
    background-position: 0 50%;
}

.feature5 .circle {
    background-position: 50% 50%;
}

.feature6 .circle {
    background-position: 100% 50%;
}

.feature-des {
    position: relative;
    margin: 0 auto;
    height: 68px;
    width: 250px;
    border: 2px solid transparent;
    border-radius: 6px;
    text-align: center;
    transition: border-color 0.2s ease-in-out;
}

.feature-des a {
    color: #434343;
}

.feature:hover .circle {
    background-color: #0F71FF;
    background-image: url(../../images/feature_on@2x.png);
}

.feature:hover > .feature-des {
    border-color: #0F71FF
}

.feature:hover > .feature-des > h3 a {
    color: #fc6d04;;
}

.feature:hover > .feature-des > p {
    display: block;
}

.feature:hover > .feature-des > p a {
    color: #0F71FF;
}

.feature-des span {
    line-height: 64px;
    font-size: 18px;
    color: #aaa;
}

.feature-des > h3, .feature-des > p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
}

.feature-des > h3 {
    top: -12px;
    transition: color 0.2s ease-in-out;
}

.feature-des > h3 strong {
    display: inline;
    padding: 0 5px;
    background-color: #fff;

}

.feature-des > p {
    bottom: -12px;
    display: none
}

.feature-des > p a {
    display: inline;
    padding: 0 5px;
    background-color: #fff;
    color: #0F71FF;
    font-weight: bold;
}

.feature-des > p a:hover {
    text-decoration: none;
    color: #fc6d04
}

@media (min-width: 768px) and (max-width: 1366px) {
    #indexCarousel .title  {
        top: 21%;
        font-size: 50px;
        font-weight: bold;
    }

    .carousel-caption h5 {
        font-size: 36px;
        line-height: 60px;
        margin-top: 72px;
    }

    .carousel-caption h5 + p {
        font-size: 32px;
    }

    .navbar-right {
        float: right!important;
        margin-right: -35px;
    }
}

@media (min-width: 1000px) and (max-width: 1400px) {
    .carousel-caption {
        top: 50%;
        margin-top: -120px;
    }

    .carousel-caption > h3 {
        font-size: 55px;
    }

    .carousel-caption > h5 {
        font-size: 36px;
        margin-top: 46px;
    }

    .carousel-caption > p {
        font-size: 24px;
    }
}

@media (max-width: 374px) {
    .navbar-blue .navbar-brand {
        font-size: 18px;
    }

    .carousel-caption {
        bottom: 10px;
    }
}

@media (max-width: 768px) {
    #indexCarousel .carousel-control {
        display: none;
    }

    .carousel-caption {
        bottom: 0px;
    }

    #indexCarousel .carousel-indicators {
        bottom: 0;
    }

    .carousel-caption > h3 {
        font-size: 18px;
    }

    .carousel-caption > h5 {
        font-size: 14px;
    }

    .carousel-caption > p {
        font-size: 12px;
    }

    .carousel-caption > h3, .carousel-caption > h5, .carousel-caption > p {
        margin-bottom: 0;
        margin-top: 5px;
    }

    .feature .circle {
        width: 60px;
        height: 60px;
        background-image: url(../../images/feature.png);
    }

    .feature-des {
        width: 130px;
        height: 42px;
    }

    .feature-des > h3 {
        font-size: 16px;
    }

    .feature-des span {
        line-height: 40px;
        font-size: 16px;
    }

    .feature:hover > .circle {
        background-image: url(../../images/feature_on.png);
    }
}
@media (min-width: 1366px) {
    .carousel-caption > h5 {
        font-size: 38px;
        margin-top: 46px;
    }
}

.item-title {
    font-size: 22px;
    font-weight: 700;
}

.navbar-uc-logon>ul>li>a:hover {
    color: #fff;
}

/*浏览器检测样式*/
#browser_ie {
    background-color: #dff0d8; display: none; height: 85px; color: #000; font-size: 15px
}
#browser_ie .brower_info {
    margin: 0px auto; width: 800px; padding-top: 17px
}
#browser_ie .brower_info .notice_info {
    position: relative; margin-top: 5px; float: left
}
#browser_ie .brower_info .notice_info p {
    text-align: left; line-height: 25px; width: 360px; display: inline-block
}
#browser_ie .browser_list {
    position: relative; float: left
}
#browser_ie .browser_list img {
    width: 40px; height: 40px
}
#browser_ie .browser_list span {
    text-align: center; width: 80px; display: inline-block
}

#TipsA .modal-content {
    border-radius: 8px;
}
#TipsA .modal-header {
    padding: 20px 20px 0;
    background-color: #fff;
    color: #333;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
}
#TipsA .modal-title {
    font-size: 16px;
    font-weight: 600;
}
#TipsA .modal-body p {
    padding-left: 5px;
    font-size: 14px;
}
#TipsA .modal-body {
    position: relative;
    padding: 25px 15px 31px;
}
#TipsA .modal-footer {
    padding: 7px 15px;
}
#TipsA .modal-footer .btn {
    background: #fff;
    color: #5d94f3;
}
#TipsA .modal-footer .btn:active {
    box-shadow: none;
}
.modal-backdrop {
     position: fixed;
}
