.banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 800px;
}
.banner .banner_bg {
    width: 100%;
    height: 100%;
}
.banner .banner-con {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.banner .banner-info {
    display: inline-block;
    position: relative;
    color: #fff;
    margin-top: 100px;
}
.banner .banner_phone{
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    opacity: 0.8;
}
.banner .banner_phone span:first-child{
    margin-right: 30px;
}
.banner .banner-info .banner-tit {
    font-size: 72px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.banner .banner-info .banner-text {
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.banner .banner-info .banner-cricle {
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -94px;
    z-index: -1;
}
.banner .banner-cricle2 {
    position: absolute;
    left: 50%;
    bottom: 20px;
    opacity: 0.6;
}
.banner .banner-cricle2 i {
    font-size: 30px;
    color: #fff;
    margin-left: 1px;
}
.banner .banner-cricle2::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: -20px;
    width: 2px;
    height: 30px;
    background: #fff;
    -webkit-animation: circle 6s infinite;
    animation: circle 6s infinite;
}
@keyframes circle {
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.banner .banner-con .banner-tab {
    margin-top: 30px;
}
.banner .banner-con .banner-tab .tab-tit{
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.4);
    position: relative;
}
.banner .banner-con .banner-tab .tab-tit .text{
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.4;
}
.banner .banner-con .banner-tab .tab-tit .item{
    color: #fff;
    font-size: 30px;
    display: inline-block;
    opacity: 0.6;
    margin-right: 100px;
    position: relative;
    cursor: pointer;
}
.banner .banner-con .banner-tab .tab-tit .item:last-child{
    margin-right: 0;
}
.banner .banner-con .banner-tab .tab-tit .item::before{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: all 0.4s;
}
.banner .banner-con .banner-tab .tab-tit .item.active{
    opacity: 1;
}
.banner .banner-con .banner-tab .tab-tit .item.active::before{
    background: #fff;
}
.banner .banner-con .banner-tab .tab-con .item{
    display: none;
}
.banner .banner-con .banner-tab .tab-con .item.active{
    display: block;
}
.banner .banner-con .banner-tab .tab-con .item{
    color: #fff;
    font-size: 0;
}
.banner .banner-con .banner-tab .tab-con .item .item-left{
    width: 50%;
    display: inline-block;
    vertical-align: top;
}
.banner .banner-con .banner-tab .tab-con .item .item-right{
    display: inline-block;
    width:50%;
    vertical-align: top;
}
.banner .banner-con .banner-tab .tab-con .item .item-text{
    font-size: 16px;
    margin: 40px 0px 20px;
}
.banner .banner-con .banner-tab .tab-con .item .item-number{
    color: #dd3d3a;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}
.banner .banner-con .banner-tab .tab-con .item .item-number span{
    font-size: 20px;
}
.banner .banner-con .banner-tab .tab-con .item .list_num{
    display: inline-block;
    width: 24%;
}
.banner .banner-con .banner-tab .tab-con .item .list_num span{
    font-size: 16px;
}
.banner .banner-con .banner-tab .tab-con .item .list_num p{
    font-size: 30px;
    font-weight: bold;
}
@media only all and (max-width: 1600px){
    .banner{
        height: 750px;
    }
}
@media only all and (max-width: 1366px) {
    .banner .banner-info .banner-tit {
        font-size: 60px;
    }
    .banner .banner-info .banner-cricle{
        margin-left:0 ;
        left: 0;
    }
    .banner .banner_phone{
        font-size: 20px;
    }
}
@media only all and (max-width: 1024px){
    .banner .banner-info .banner-tit{
        font-size:50px;
    }
    .banner .banner-info .banner-text{
        letter-spacing: 2px;
    }
    .banner .banner-con .banner-tab .tab-tit .text{
        font-size: 12px;
    }
}
@media only all and (max-width:768px) {
    .banner .banner-con .banner-tab .tab-con .item .item-left{
        width: 100%;
    }
    .banner .banner-con .banner-tab .tab-con .item .item-right{
        width: 100%;
    }
    .banner{
        height: 880px;
    }
    .banner .banner-con .banner-tab .tab-con .item .item-right .chart{
        float: none !important;
    }
    .banner .banner-con .banner-tab .tab-tit .item{
        margin-right: 50px;
    }
    .banner .banner-info {
        margin-top: 30px;
    }
    .banner .banner-con .banner-tab .tab-con .item .item-number {
        margin-bottom: 20px;
    }
    .banner .banner-con .banner-tab .tab-con .item .item-text{
        margin: 20px 0px 0px;
    }
}
@media only all and (max-width:414px){
    .banner .banner_phone{
        margin-top: 10px;
        font-size: 16px;
    }
    .banner .banner_phone span{
        width: 100%;
        margin-right: 0;
        display: block;
        line-height: 26px;
    }
    .banner .banner-info .banner-tit {
        font-size: 40px;
    }
    .banner .banner-info .banner-cricle {
        margin-left: -13px;
        left: 0;
        width: 20%;
        bottom: -10px;
    }
    .banner .banner-info .banner-text {
        letter-spacing: 1px;
    }
    .banner .banner-con .banner-tab{
        margin-top:10px;
    }
    .banner .banner-con .banner-tab .tab-con .item .item-number {
        margin-bottom: 20px;
        font-size: 30px;
    }
    .banner .banner-con .banner-tab .tab-con .item .list_num p {
        font-size: 20px;
        font-weight: bold;
    }
    .banner .banner-con .banner-tab .tab-con .item .list_num {
        width: 25%;
        margin-bottom: 10px;
    }
    .banner {
        height: 800px;
    }
    .banner .banner-cricle2 {
        bottom: 10px;
        display: none;
    }
    .banner .banner-cricle2::after {
        height: 25px;
        top: -10px;
    }
    .banner .banner-cricle2 img {
        width: 20px;
    }
}
@media only all and (max-width:375px){
    .banner {
        height: 770px;
    }
}


.investors{
    width: 100%;
    margin: 60px 0px;
    position: relative;
}
.investors .investors_bg{
    width: 100%;
    min-height: 160px;
}
.investors .report-con {
    width: 408px;
    height: 117px;
    max-width: 100%;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../iamges/investors/investor_bg2.png) no-repeat center center;
    color: #fff;
}
.investors .report-con .report-left{
    float: left;
    margin-top: 16px;
}
.investors .report-con .report-left .title{
    font-size: 30px;
}
.investors .report-con .report-left .text{
    font-size: 20px;
    letter-spacing: 3px;
}
.investors .report-con img{
    float: right;
    padding-right: 40px;
    margin-top: 40px;
}

.investors-tab{
    width: 100%;
    position: relative;
    margin-bottom: 120px;
}
.investors-tab .tab_tit2{
    border-bottom: 2px solid rgba(204, 204, 204,0.5);
}
.investors-tab .tab_tit2 .item{
    display: inline-block;
    margin-right: 100px;
    cursor: pointer;
    position: relative;
    padding-bottom: 40px;
}
.investors-tab .tab_tit2 .item:last-child{
    margin-right: 0;
}
.investors-tab .tab_tit2 .item span{
    font-size: 20px;
    color: #666;
    margin-left: 20px;
}
.investors-tab .tab_tit2 .item::after{
    content: "";
    display: block;
    position: absolute;
    bottom:-3px;
    width: 100%;
    height: 2px;
    background:transparent;
    transition: all 0.4s;
}
.investors-tab .tab_tit2 .item img{
    height: 30px;
}
.investors-tab .tab_tit2 .item .img_h{
    display: none;
}
.investors-tab .tab_tit2 .item.active .img_h{
    display: inline-block;
}
.investors-tab .tab_tit2 .item.active .img{
    display: none;
}
.investors-tab .tab_tit2 .item.active::after{
    background: #2765b0;
}
.investors-tab .tab_tit2 .item.active span{
    color: #2765b0;
}
.investors-con{
    position: relative;
}


.date_day {
    position: absolute;
    top: 0;
    right: 0px;
}
.date_day .mt {
    height: 45px;
    line-height: 45px;
}
.c-datepicker-picker{
    left: auto !important;
    right:100px !important;
}


.inves_select{
    width: 200px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
}
.inves_select .form_select {
    /*清除select的边框样式*/
    border: none;
    /*清除select聚焦时候的边框颜色*/
    outline: none;
    /*将select的宽高等于div的宽高*/
    width: 100%;
    height: 45px;
    line-height:45px;
    /*隐藏select的下拉图标*/
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /*通过padding-left的值让文字居中*/
    padding-left: 20px;
    background: #f2f2f2;
    font-size: 16px;
    color: #666;
}
.inves_select .form_select option{
    border: 0 none;
}
/* .inves_select::after{
    content: "";
    width: 14px;
    height: 8px;
    background: url(../iamges/investors/select_arrow.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 41%;
    pointer-events: none;
} */

.select-menu {
    cursor: pointer;
    width: 200px;
    height: 47px;
    font-size: 0;
    background: #f2f2f2;
}
.select-menu-ul {
    margin-top: 50px;
    list-style: none;
    opacity: 0;
    display: none;
    width: 200px;
    text-align: left;
    border: 1px solid #ddd;
    background: #f2f2f2;
    position: absolute;
    z-index: 1;
}
.select-menu-ul li {
    padding: 2% 0 2% 3%;
    font-size: 16px;
    color: #666;
}
.select-menu-ul li:hover {
    color: #2765b0;

}
.select-menu-div {
    position: relative;
    height: 45px;
    width: 200px;
    border: 1px solid #ddd;
    line-height: 45px;
}
.select-menu-ul .select-this {
    color: #2765b0;
}
.select-this:hover {
    color: #2765b0;
}
.select-menu-div i {
    margin-right: 5px;
    position: absolute;
    right:20px;
    top: 17px;
    width: 14px;
    height: 8px;
    background-image: url(../iamges/investors/select_arrow.png);
    background-repeat: no-repeat;
    background-position: center;
}
.select-menu-input {
    border: 0;
    width: 100%;
    height: 42px;
    cursor: pointer;
    user-select: none;
    padding-left: 10px;
    background: #f2f2f2;
    font-size: 16px;
    color: #666;
}
.select-menu-i {
    transform: rotate(180deg);

}
i {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}





.investors-tab .tab_con2 .item{
    display: none;
    font-size: 0;
    margin-top: 20px;
}
.investors-tab .tab_con2 .item.active{
    display: block;
}
.investors-tab .tab_con2 .item .tabitem{
    display: inline-block;
    width: 23.5%;
    border: 1px solid #e5e5e5;
    padding: 60px 30px;
    margin-right: 2%;
    margin-top: 30px;
    cursor: pointer;
}
.investors-tab .tab_con2 .item .tabitem:nth-child(4n){
    margin-right: 0;
}
.investors-tab .tab_con2 .item .tabitem .item-tit{
    font-size: 18px;
    color: #333;
    margin: 15px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 54px;
}
.investors-tab .tab_con2 .item .tabitem .times{
    color: #999;
    font-size: 14px;
}
.investors-tab .tab_con2 .item .tabitem .item-top{
    border-bottom:2px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.investors-tab .tab_con2 .item .tabitem .item-top .pdf_h{
    display: none;
}
.investors-tab .tab_con2 .item .tabitem .item-botom a{
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 30px;
}
.investors-tab .tab_con2 .item .tabitem .item-botom a .item_look_h{
    display: none;
}
.investors-tab .tab_con2 .item .tabitem .item-botom a span{
    vertical-align: middle;
    margin-left: 10px;
}
.investors-tab .tab_con2 .item .tabitem:hover .item-botom a {
    text-decoration: none;
    color: #2765b0;
}
.investors-tab .tab_con2 .item .tabitem:hover .item_look {
    display: none;
}
.investors-tab .tab_con2 .item .tabitem:hover .item-botom .item_look_h{
    display: inline-block;
}
.investors-tab .tab_con2 .item .tabitem:hover .pdf{
    display: none;
}
.investors-tab .tab_con2 .item .tabitem:hover .pdf_h{
    display: block;
}
.investors-tab .tab_con2 .item .tabitem:hover .item-tit {
    color: #2765b0;
}

.newsbtn{
    width: 240px;
    margin: 0 auto;
    margin-top: 30px;
}
@media only all and (max-width: 1440px) {
    .c-datepicker-picker {
        right: 120px !important;
    }
}
@media only all and (max-width: 1366px) {
    .investors-tab .tab_con2 .item .tabitem .item-tit{
        font-size: 16px;
    }
    .investors-tab .tab_con2 .item .tabitem .item-botom a:last-child{
        margin-right: 0;
    }
    .c-datepicker-picker {
        right: 83px !important;
    }
    .investors-tab .tab_con2 .item .tabitem .item-tit{
        min-height: 48px;
    }
}
@media only all and (max-width:1024px){
    .inves_select{
        right: 20px;
    }
    .date_day{
        right: 20px;
    }
    .c-datepicker-picker {
        right: 20px !important;
    }
}
@media only all and (max-width:768px){
    .investors-tab .tab_tit2 .item {
        margin-right: 50px;
        padding-bottom: 30px;
    }
    .investors-tab .tab_con2 .item .tabitem{
        width: 48%;
    }
    .investors-tab .tab_con2 .item .tabitem:nth-child(2n){
        margin-right: 0;
    }
}
@media only all and (max-width:414px){
    .investors-tab .tab_con2 .item .tabitem .item-tit{
        min-height: auto;
    }
    .date_day{
        position: static;
        margin-bottom: 50px;
    }
    .investors-tab .tab_con2 .item .tabitem{
        width: 100%;
        margin-right: 0;
    }
    .investors .report-con{
        width: 80%;
        background-size: 100% 100%;
    }
    .inves_select{
        position: relative;
        margin-bottom: 30px;
        right: auto;
    }
    .banner .banner-con .banner-tab .tab-con .item .item-number{
        margin-bottom: 30px;
    }
    .banner .banner-con .banner-tab .tab-tit .text{
        top: auto;
        transform: none;
        bottom: -40px;
    }
    .banner .banner-con .banner-tab .tab-con .item .item-text {
        font-size: 16px;
        margin: 50px 0px 0px;
    }
    .banner .banner-con .banner-tab .tab-con .item .list_num span{
        font-size: 12px;
    }
    .investors-tab .tab_tit2 .item{
        padding-bottom: 20px;
    }
    /* .investors-tab .tab_tit2 .item:first-child{
        margin-bottom: 20px;
    } */
    .c-datepicker-date-range-picker.c-datepicker-picker {
        width: 90% !important;
    }
    .c-datepicker-date-range-picker-panel__wrap {
        width: 100% !important;
    }
    .investors-tab .tab_tit2 .item span{
        font-size: 16px;
    }
}
@media only all and (max-width:320px){
    .inves_select{
        width: 100%;
    }
    .select-menu{
        width: 100%;
    }
    .select-menu-div{
        width: 100%;
    }
    .select-menu-ul{
        width: 100%;
    }
    .investors-tab .tab_tit2 .item {
        margin-right: 25px;
    }
}