.banner {
    height: 80px;
    position: relative;
}
.banner_img {
    width: 100%;
    height: 100%;
}
.banner_nei {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_name {
    font-weight: 650;
    font-style: normal;
    font-size: 20px;
    color: #fff;
}
.banner_xie {
    height: 25px;
    border-left: 1px solid rgba(255, 255, 255, 0.988235294117647);
    transform:rotate(22deg);
    margin: 0 10px;
}
.banner_word {
    font-weight: 200;
    font-style: normal;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.988235294117647);
    margin-top: 3px;
}
.about_navs {
    height: 48px;
    border-bottom: 1px solid #eee;
    overflow-x: auto;
    display: flex;
}
.about_navs::-webkit-scrollbar {
    display: none;
}
.about_nav {
    display: block;
    /*width: 85px;*/
    padding: 0 8px;
    height: 100%;
    flex: 0 0 auto;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 48px;
    position: relative;
}
.about_nav_a {
    color: #00a2e8;
}
.about_nav_a::after {
    content: '';
    width: 24px;
    height: 2px;
    background: #00a2e8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.content {
    padding: 15px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    min-height: 420px;
    display: none;
}
.block {
    display: block;
}

img {
    max-width: 100%;
}
.wen_img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}
.gong_name {
    font-weight: 600;
    color: #00A2E8;
    font-size: 16px;
    margin-top: 10px;
}
.gong_txt {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
    margin-top: 5px;
}
.jing_name {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #00A2E8;
}
.jing_txt {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    margin-top: 6px;
}
.jing_img {
    height: 170px;
    width: 100%;
    margin-top: 10px;
}
.ti_img {
    width: 100%;
    height: 190px;
    margin-top: 15px;
}
.logo_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 28px;
}
.logo_item {
    width: 143px;
    height: 63px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 20px;
}
.logo_img {
    width: 98px;
    height: 45px;
    object-fit: contain;
}
.huan_img {
    height: 230px;
    width: 100%;
    margin-top: 10px;
}
.chang_img {
    height: 192px;
    width: 100%;
    margin-bottom: 10px;
}
.logo_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.case_item {
    width: 106px;
    height: 47px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 10%);
    border-radius: 8px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.case_img {
    width: 73px;
    height: 33px;
}
.min_height {
    min-height: 520px;
    background: #f6f6f6;
}
.product_list {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.product_item {
    width: 48%;
    height: 153px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    margin-bottom: 12px;
}
.product_img {
    width: 148px;
    height: 80px;
    margin-top: 20px;
}
.product_name {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333;
    margin-top: 12px;
}
.news_list {
    padding: 0 15px;
    min-height: 420px;
}
.news_item {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    display: flex;
}
.news_img {
    height: 80px;
    width: 130px;
    flex: 0 0 auto;
}
.news_right {
    margin-left: 10px;
}
.news_title {
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    color: #333;
    width: 210px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgba(51, 51, 51, 0.6);
    width: 210px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 6px;
}
.news_form {
    font-weight: 400;
    font-style: normal;
    color: #999999;
    font-size: 13px;
    margin-top: 15px;
}
.video_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 15px 20px;
    background: #f6f6f6;
    min-height: 430px;
}
.video_item {
    width: 166px;
    height: 167px;
    margin-bottom: 15px;
}
.video_img {
    height: 101px;
    width: 100%;
    position: relative;
}
.video_bottom {
    height: 66px;
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}
.video_title {
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333;
    margin: 10px 0 0 12px;
}
.time_icon {
    width: 12px;
    height: 12px;
    margin-left: 12px;
}
.flex {
    display: flex;
    align-items: center;
}
.video_time {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #999999;
    margin-left: 4px;
}
.video_nei {
    width: 100%;
    height: 101px;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 8px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play_icon {
    width: 30px;
    height: 30px;
}

/*我的*/
.banner_tips {
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 6px;
}
.mine_box {
    min-height: 1138px;
    background: url("../images/u2396_state0.png") no-repeat;
    background-size: 100% 100%;
    padding: 15px;
}
.mine_item {
    height: 265px;
    width: 100%;
    background: #ffffff;
    border-radius: 4px;
    box-shadow: 0px 4px 12px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}
.mine_icon {
    width: 100px;
    height: 88px;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.mine_icon2 {
    width: 37px;
    height: 160px;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.mine_icon3 {
    width: 57px;
    height: 160px;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.mine_icon4 {
    width: 50px;
    height: 147px;
    position: absolute;
    right: 15px;
    bottom: 0;
}
.mine_nei {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 20px;
    box-sizing: border-box;
}
.mine_top {
    height: 69px;
    border-bottom: 1px solid #eee;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    color: #00A2E8;
    line-height: 80px;
}
.phone_icon {
    width: 14px;
    height: 14px;
}
.phone_txt {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 32px;
    margin-left: 10px;
}
.nei_txt {
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 32px;
    margin-left: 10px;
}
.page {
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
