* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ol, p {
    margin: 0;
}

body {
    margin: 0 auto;
    font-family: 'Microsoft Yahei';
    line-height: inherit;
}

ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

img {
    border: 0;
}

[v-cloak] {
    display: none;
}

::-webkit-scrollbar {
    width: 0px
}

.main {
    height: 100%;
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1200px;
    background-color: #f7f9fa;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAlignCenter {
    display: inline-block;
}

/*----------------- TODO 注释代码 测试过后可删除 --------------------*/
/*.flexAlignCenter{
    display: flex;
    align-items: center;
}*/
/*
.top {
    display: flex;
    justify-content: space-between;
    width: 70%;
    min-width:1200px;
    height: auto;
    padding: 40px 0 20px 0;
    margin:0 auto;
}
*/
/*.top .left {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top:-20px;
}*/
/*.floatTypeLeft{
    display: flex;
    flex-direction: column
}*/

/*.top .right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    text-align: right;
    margin-top: -20px;
}*/

/*
.navigation {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
}
*/

.background {
    height: 830px;
    position: relative;
    width: 100%;
    min-width: 1200px;
    background-size: cover;
    background-repeat: no-repeat;
}

.innerTop {
    width: 100%;
    background-color: #282828;
    min-width: 1200px;
}

.inner {
    width: 70%;
    margin: 0 auto;
    min-width: 1200px;
    height: auto;
}

.navigation_container {
    width: 100%;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
}

.top {
    width: 70%;
    min-width: 1200px;
    height: 100px;
    /* padding: 40px 0 20px 0;*/
    margin: 0 auto;
}

.top .left {
    /* display: flex;
     flex-direction: row;
     align-items: center;
     margin-top:-20px;*/
    float: left;
    height: 68px;
    margin-top: 16px;
}

.top .left img {
    width: 66px;
    height: 68px;
    margin-right: 40px;
    float: left
}

.top .right {
    /* display: flex;
     flex-direction: row;
     align-items: center;
     margin-top:-20px;*/
    float: right;
    margin-top: 10px;
}

.title {
    color: #bdbdbd;
    font-size: 21px;
    margin-top: 17px;
}

.stockCode {
    font-size: 12px;
    color: #aeaeae
}

.text {
    font-size: 14px;
    color: #ababab;
}

.floatTypeLeft {
    float: left;
}

.search {
    position: relative;
    width: 200px;
    height: 30px;
    margin: 20px 0;
    background-color: #282828;
    right: -173px;
}

.searchInput {
    width: 200px;
    height: 30px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #646464;
    background-color: #282828;
    color: #9e9e9e;
    padding-right: 40px;
}

input::-webkit-input-placeholder {
    padding-left: 5px;
}

.searchIcon {
    position: absolute;
    right: 5px;
    top: 6px;
}

.navigation {
    /* display: flex;*/
    width: 100%;
    height: auto;
    /* justify-content: center;*/
}

.navigation_item {
    height: 40px;
    overflow: hidden;
    float: left;
    width: 150px;
}

.item {
    /*flex: 1;*/
    position: relative;
    color: #d2d3d5;
    font-size: 16px;
    cursor: pointer;
    /*height: auto;*/
}

.navigation_item:last-of-type {
    float: right;
}

.item:hover {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.navigation_item:last-of-type:hover {
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.item:hover div {
    color: #df5412;
}

.item div {
    text-align: center;
    line-height: 40px;
    /* background-color: #696969; */

}

.navigation_item:last-of-type div {
    text-align: right;
}

.item ul {
    width: 100%;
    text-align: center;
}

.item ul li {
    padding: 10px 0;
    font-size: 14px;
}

.item img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -4px;
}

.englishOl {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.english {
    color: #df5412;
}

.selected {
    color: #df5412;
}

.bottom_container {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.bottomNav {
    display: flex;
    width: 100%;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    align-items: center;
    justify-content: center;

}

.bottomNav .item {
    text-align: center;
    line-height: 42px;
}

.bottomNav .bottom_item {
    background-color: #763010;
}

.footer_container {
    width: 100%;
    min-width: 1200px;
    height: 100px;
    background-color: #282828;
    clear: both;
}

.footer {
    /*display: flex;*/
    height: 100px;
    box-sizing: border-box;
}

.footerText {
    /*display: flex;*/
    /*flex:1;*/
    width: 38%;
    height: 100%;
    float: left;
    flex-direction: column;
    color: rgb(98, 98, 98);
}

.footerText p {
    height: auto;
}

.companyText {
    color: rgb(98, 98, 98);
    margin: 30px 0 -20px 20%;
}

.footerIcon {
    /*display: flex;*/
    /*flex:1;*/
    width: 42%;
    height: 100%;
    float: left;
    align-items: center;
    justify-content: center;
}

.footerIconCenter {
    position: relative;
    left: 0;
    top: 20%;
}

.image {
    width: 36px;
    height: 38px;
    margin: 10px;
    cursor: pointer;
}

.footerPlatform {
    /*flex: 1;*/
    /*display: flex;*/
    width: 20%;
    height: 100%;
    float: left;
    align-items: center;
    justify-content: flex-end;
}

/*轮播*/
#carousel-example-generic ol {
    display: flex;
}

.carousel-indicators {
    width: 70%;
    bottom: 0;
    left: 50%;
    margin-left: -35%;
}

.carousel-indicators li {
    /*display: inline-flex;
    flex:1;*/
    width: 33.33%;
    float: left;
    text-align: center;
    line-height: 42px;
    height: 40px;
    border-radius: 0;
    margin: 0;
    position: relative;
    border: 0;
    text-indent: 0;
    justify-content: center;

}

.carousel-inner {
    height: 830px;
}
body .carousel .bannerBtn{
  color: #fff;
}
body .carousel .bannerBtn:hover{
  color: #ff7157;
}
.bottom_circle {
    display: none;
}

.carousel-indicators li.active {
    /*flex:1;*/
    width: 33.33%;
    float: left;
    text-align: center;
    line-height: 42px;
    height: 40px;
    background-color: #763010;
}

.carousel-indicators li.active .bottom_circle {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    padding: 0 !important;
    background-color: #763010 !important;
}

.homeIconStyle {
    margin-right: 10px;
    padding-top: 1px;
    border: 0;
    vertical-align: top;
}

