body{
    overflow: hidden;
}




.banner_html::before{
    background-color: rgba(0,72,128, 0.1);
}
.class_name{
    margin: 0 auto 0.17rem;
}


/* 公司介绍 */
.introduce{
    padding: 0.8rem 0 1.1rem;
    box-sizing: border-box;
}
.introduce .introduce_cont,
.introduce .introduce_cont p{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #595757;
    line-height: 1.944;
}
.indmh-num{width: 100%;margin-top: 0.63rem;}
.indmh-num ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;row-gap: 0.35rem;}
.indmh-num li{width: 3.2rem;border-bottom: 0.01rem solid rgba(0,0,0,0.2);padding-bottom: 0.3rem;height: 1.5rem;position: relative;}
.indmh-num li .num{font-family: Poppins-Bold;font-weight: bold;font-size: 0.8rem;color: #44B035;display: flex;flex-wrap: wrap;align-content: end;}
.indmh-num li .num span{line-height: 1;font-family: Poppins-Bold;font-weight: bold;font-size: 0.8rem;color: #44B035;display: contents;}
.indmh-num li .num p{font-family: 'Poppins-Light';font-weight: 300;font-size: 0.16rem;color: #000000;width: 100%;display: block;margin-top: -0.12rem;}
.indmh-num li .num .text{font-family: 'Poppins-Regular';font-weight: 400;font-size: 0.2rem;color: #44B035;height: 0.32rem;display: contents;}
.indmh-num li .num_icon{width: 0.41rem;height: 0.41rem;position: absolute;top: 0.2rem;right: 0;}



.about_down{
    background: #ffffff;
    margin: 0.5rem auto 0;
    /*max-width: 7rem;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0.4rem 0.4rem 0.32rem;
    border-radius: 0.1rem;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgb(68, 176, 53,0.41);
    border: 1px solid rgb(68, 176, 53,0.41);
}
.about_down:hover{
    border: 1px solid #0068B7;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,98,255,0.41);
}
.about_down .about_down_txt{
    max-width: calc(100% - 3.8rem);
}
.about_down .about_down_title{
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.11rem;
}
.about_down .about_down_key{
    display: flex;
    align-items: center;
    column-gap: 0.36rem;
}
.about_down .about_down_key span{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #919191;
    position: relative;
}
.about_down .about_down_key span::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.09rem;
    background: #A5A5A5;
    top: 50%;
    left: -0.18rem;
    transform: translateY(-50%);
}
.about_down .about_down_key span:first-child::before{
    display: none;
}
.about_down .about_down_btn{
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
}
.about_down .about_down_btn a{
    display: flex;
    align-items: center;
    width: fit-content;
    column-gap: 5px;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    background: #ffffff;
    color: #0068B7;
    padding: 0.06rem 0.3rem;
    border-radius: 30px;
    border: 0.01rem solid #0068B7;
    cursor: pointer;
}
.about_down .about_down_btn i{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../img/down2.png) center no-repeat;
    background-size: contain;
}
.about_down .about_down_btn a:first-child i{
    background: url(../img/view.png) center no-repeat;
    background-size: contain;
}
.about_down .about_down_btn a:hover{
    background: #0068B7;
    color: #fff;
}
.about_down .about_down_btn a:hover i{
    filter: brightness(0) invert(1);
}


.introduce_video{
    width: 100%;
    height: 9.55rem;
    overflow: hidden;
    margin-top: 0.8rem;
}

#video-container,
#video-element {
	width: 100%;
	height: 100%;
	position: relative;
}

#video-poster {
	width: 0.81rem;
	height: 0.81rem;
	position: absolute;
	/*background: url(../img/bofang.png) center no-repeat !important;*/
	border: none !important;
	left: 50%;
	top: 50%;
	margin-top: -0.4rem;
	margin-left: -0.4rem;
	z-index: 9;
	pointer-events: none;
}

/* 视频进度条 */
#video-element::-webkit-media-controls-enclosure {
	opacity: 0;
}

#video-element.act::-webkit-media-controls-enclosure {
	opacity: 1;
}




/* 下载列表 */
.down_body{
    background: #F2F9FF;
    position: relative;
    padding: 0.8rem 0 3rem;
    box-sizing: border-box;
}
.down_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 0.35rem;
    margin-top: 0.6rem;
}
.down_list .down_item{
    width: calc(50% - 0.2rem);
    background: #FFFFFF;
    border-radius: 0.1rem;
    padding: 0.4rem 0.4rem 0.32rem;
    box-sizing: border-box;
}
.down_list .down_item .down_title{
    margin-bottom: 0.11rem;
    font-family: Poppins-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
}
.down_list .down_item .down_txt{
    display: flex;
    align-items: center;
    column-gap: 0.36rem;
    padding-bottom: 0.23rem;
    border-bottom: 0.01rem solid #E2E2E2;
    margin-bottom: 0.22rem;
    position: relative;
}
.down_list .down_item .down_txt::before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.01rem;
    background: #0068B7;
    transition: all 0.5s;
}
.down_list .down_item .down_txt span{
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #919191;
    position: relative;
    cursor: pointer;
}
.down_list .down_item .down_txt span::before{
    content: "";
    position: absolute;
    width: 0.01rem;
    height: 0.09rem;
    background: #A5A5A5;
    top: 50%;
    left: -0.18rem;
    transform: translateY(-50%);
}
.down_list .down_item .down_txt span:first-child::before{
    display: none;
}
.down_list .down_item .down_button{
    display: flex;
    align-items: center;
    column-gap: 0.12rem;
}
.down_list .down_item .down_button a{
    width: fit-content;
    padding: 0.1rem 0.2rem;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 0.33rem;
    border: 0.01rem solid #0068B7;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.05rem;
    font-family: Poppins-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #0068B7;
    white-space: nowrap;
    
    transform: translateY(0rem);
    transition: all 0.5s;
}
.down_list .down_item .down_button a i{
    width: 0.2rem;
    height: 0.2rem;
    display: block;
    background: url(../img/view.png) center no-repeat;
    background-size: contain;
}
.down_list .down_item .down_button a:hover{
    transform: translateY(-0.06rem);
}
.down_list .down_item .down_button a:nth-child(2),
.down_list .down_item .down_button a:hover{
    background: #0068B7;
    color: #FFFFFF;
}
.down_list .down_item .down_button a:nth-child(2) i{
    background: url(../img/down.png) center no-repeat;
    background-size: contain;
}
.down_list .down_item .down_button a:hover i{
    filter: brightness(0) invert(1);
}
.down_list .down_item:hover{
    box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0,98,255,0.1);
}
.down_list .down_item:hover .down_txt::before{
    width: 100%;
}
.down_list .down_item:hover .down_title{
    color: #0068B7;
}
.down_list .down_item .down_txt span:hover{
    color: #000000;
}







.down_body .type_list {
	display: flex;
	justify-content: space-evenly;
}

.down_body .type_list .type_item{
    width: fit-content;
    padding: 0.08rem 0.26rem;
    box-sizing: border-box;
    color: #0068B7;
    border-radius: 0.33rem;
    border: 0.01rem solid #0068B7;
}
.down_body .type_list .type_item.act{
    background: #0068B7;
    color: #fff;
}





@media screen and (max-width: 1043px) {
    .introduce{
        padding: 40px 0 60px;
    }
    .introduce .introduce_cont, 
    .introduce .introduce_cont p{
        font-size: 16px;
        line-height: 1.6;
    }
    
    .indmh-num{
        margin: 30px 0;
        padding: 0;
    }
    .indmh-num ul{
        flex-wrap: wrap;
        column-gap: 40px;
        row-gap: 20px;
    }
    .indmh-num li{
        width: calc(50% - 20px);
        height: auto;
        padding-bottom: 15px;
    }
    .indmh-num li .num{
        font-size: 48px;
    }
    .indmh-num li .num span{
        font-size: 48px;
    }
    .indmh-num li .num .text{
        font-size: 18px;
    }
    .indmh-num li .num p{
        font-size: 16px;
    }
    .indmh-num li .num_icon{
        width: 40px;
        height: 40px;
    }
    
    
    .introduce_video{
        height: auto;
        margin-top: 50px;
    }
    #video-poster{
        width: 60px;
        height: 60px;
        margin-top: -30px;
        margin-left: -30px;
    }
    
    
    
    .down_body{
        padding: 40px 0 100px;
    }
    .down_body .type_list .type_item{
       font-size: 13px;
        padding: 10px 20px;
        /*white-space: nowrap;*/
        border-radius: 33px;
        display: flex;
        line-height: 1;
    }
    
    
    .down_list{
        margin-top: 40px;
        row-gap: 20px;
    }
    .down_list .down_item {
        width: calc(50% - 10px);
        padding: 20px;
    }
    .down_list .down_item .down_title{
        font-size: 16px;
    }
    .down_list .down_item .down_txt{
        flex-wrap: wrap;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .down_list .down_item .down_txt span{
        font-size: 14px;
        width: 100%;
    }
    .down_list .down_item .down_txt span::before{
        display: none;
    }
    .down_list .down_item .down_button{
        column-gap: 10px;
    }
    .down_list .down_item .down_button a{
        font-size: 14px;
        width: auto;
        height: auto;
        padding: 5px 15px;
        border-radius: 33px;
    }
    .down_list .down_item .down_button a i{
        width: 16px;
        height: 16px;
    }
}

@media screen and (max-width: 769px) {
    .introduce .introduce_cont, 
    .introduce .introduce_cont p{
        font-size: 14px;
    }
    
    .indmh-num ul{
        column-gap: 10px;
    }
    .indmh-num li{
        width: calc(50% - 5px);
        padding-bottom: 10px;
    }
    .indmh-num li .num{
        font-size: 34px;
    }
    .indmh-num li .num span{
        font-size: 32px;
        margin-right: 8px;
    }
    .indmh-num li .num p{
        font-size: 12px;
        white-space: nowrap;
    }
    .indmh-num li .num .text{
        font-size: 16px;
    }
    .indmh-num li .num_icon{
        width: 36px;
        height: 36px;
        top: 0px;
    }
    
    
    .down_body .type_list{
        flex-wrap: wrap;
        row-gap: 10px;
    }
    
    
    
    .down_list .down_item{
        width: 100%;
    }
}