body{
    /*background-color: #f8f9fa;*/
    background-color: white;
}
.contentDiv{
    min-width: 1200px;
    max-width: 1664px;
    margin: 0 auto;
}
.header{
    height: 505px;
    line-height: 200px;
    background-image: url(../images/headerBg.jpg);
    background-repeat: no-repeat;
    background-size: 1664px 500px;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
    text-align: center;
    color: white;
    font-size: 30px;
    vertical-align: middle;
    margin-bottom: 50px;
}
.footer{
    height: 258px;
    background-image: url(../images/footer.png);
    background-repeat: no-repeat;
    background-size: 1664px 258px;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
    text-align: center;
    color: white;
    font-size: 15px;
    vertical-align: middle;
}
.footer_link{
    height: 58px;
}
.footer_link a{
    color: white;
    display: inline-block;
    margin-top:15px;
    padding-right: 25px;
    padding-left: 25px;
    border-right: solid 1px white;
}
.footer_link a:last-child{
    border-right: solid 0px white;
}
.footer .footer_copyright{
    color: #999999;
    vertical-align: middle;
    margin-top: 60px;
}
.footer .footer_copyright>div{
    display: inline-block;
    white-space: nowrap;
}
.footer_copyright .left{
    position: absolute;
    margin-top: 20px;
}
.footer_copyright .right{
    text-align: right;
    justify-content: end;
    margin-top: 20px;
}
.charts{
    width: 800px;
    height: 400px;
}
.chartsBtn{
    border: 0px;
    background-color: transparent;
    width: auto;
}
.chartsBtnPre{
    background-color: rgb(107, 107, 107);
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    width:25px;
    height: 25px;
    background-size: 50%;
}
.chartsBtnNext{
    background-color: rgb(107, 107, 107);
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    width:25px;
    height: 25px;
    background-size: 50%;
}
.copyright{
    min-height: 50px;
    background-color: #e3f2fd;
    line-height: 50px;
    font-size: 12px;
    text-align: center;
}
#noteList a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.loginText{
    background-color: #ff9900;
    font-size: 15px;
    color: white;
    margin-top: -10px;
    margin-bottom: -10px;
    padding-top: 20px;
}
.registerText{
    font-size: 15px;
    color: #333333;
    padding-top: 10px;
}
.headTitle{
    padding-top: 150px;
    vertical-align: middle;
    border-style: none;
}
.subTitle{
    color: white;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
}
.subTitle span{
    display: inline-block;
    width: 600px;
    overflow: visible;
    line-height: 20px;
    border: solid 1px #6ea5ca;
    text-align: left;
    text-indent: 2em;
    padding:5px;
}
.news{
    max-width: 18rem;
    width:500px;
    height: 400px
}
.news>img{
    height: 25px;
    margin-bottom: 20px;
}
.newsCard{
    height:355px;
    background-color: #f6f6f6;
}
.newsItem{
    background-color: transparent;
    border-width: 0px !important;
}
.newsItem>a{
    color: #666666;
    font-size: 16px;
 }

.newsItem .datatime{
    color: #999999;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 5px;
}
.products{
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #eff6ff;
    margin: 0 auto;
}
.products .card-text{
    color: #666666;
    height: 260px;
    text-align: left;
    text-indent: 2em;
}
.product-1{
    text-align: center;
    border-top: solid 3px #ED8E0E ;
    height:500px;
}
.product-2{
    text-align: center;
    border-top: solid 3px #3554D8 ;
    height:500px;
}
.product-3{
    text-align: center;
    border-top: solid 3px #8DCE2B ;
    height:500px;
}
.product-100{
    text-align: center;
    border-top: solid 3px #ce1b6f;
    height:500px;
}
.product-1 .card-title{
    color: #cc6600;
    padding-top: 20px;
}
.product-2 .card-title{
    color: #3333cc;
    padding-top: 20px;
}
.product-3 .card-title{
    color: #669900;
    padding-top: 20px;
}
.product-100 .card-title{
    color: #961b4b;
    padding-top: 20px;
}
.btn-default-1{
    color: #fff;
    background-color: #cc6600;
    border-color: #cc6600;
}
.btn-default-2{
    color: #fff;
    background-color: #3333cc;
    border-color: #3333cc;
}
.btn-default-3{
    color: #fff;
    background-color: #669900;
    border-color: #669900;
}
.btn-default-100{
    color: #fff;
    background-color: #961b4b;
    border-color: #961b4b;
}
.card-logo{
    width: 100px;
    height:100px;
    margin-top: -50px;
}
.carousel-indicators li {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(76, 76, 76, 0.51);
}
.carousel-indicators .active {
    background-color: #d6d6d6;
}
