
.dm-fl {
    float: left !important;
}

.dm-fr {
    float: right !important;
}

.t_banner {
    color: #fff;
    width: 100%;
    height: 3.48rem;
    overflow: hidden;
    position: relative;
    text-align: center;
    background: url(../images/img_banner4.png) no-repeat center;
    background-size: 100% 100% !important;
}

    .t_banner > * {
        width: 100%;
        position: absolute;
    }

    .t_banner > .t_top {
        top: 0.45rem;
        line-height: 180%;
    }

        .t_banner > .t_top b {
            color: #fff;
            font-size: .34rem;
        }

        .t_banner > .t_top p {
            color: #aaa;
            font-size: .22rem;
        }

    .t_banner > .t_middle {
        top: 1.55rem;
    }

        .t_banner > .t_middle ul {
            display: flex;
            padding: 0 .21rem;
            justify-content: space-evenly;
        }

            .t_banner > .t_middle ul li {
                width: 1.4rem;
                height: .6rem;
                line-height: .6rem;
                border: .01rem solid #e3e4e5;
            }

                .t_banner > .t_middle ul li.on a {
                    background: rgba(255, 255, 255, 0.3);
                }

                .t_banner > .t_middle ul li a {
                    /*color:#000;*/
                    display: block;
                    overflow: hidden;
                    /* font-size: .24rem; */
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

    .t_banner > .t_bottom {
        bottom: 0;
    }

        .t_banner > .t_bottom .t_scroll_div {
            overflow: auto;
        }

        .t_banner > .t_bottom ul {
            display: flex;
            justify-content: center;
        }

            .t_banner > .t_bottom ul li {
                width: 2.5rem;
                height: .75rem;
                line-height: .75rem;
                margin-right: .04rem;
                background: rgba(0, 0, 0, 0.6);
            }

                .t_banner > .t_bottom ul li:last-child {
                    margin-right: 0;
                }

                .t_banner > .t_bottom ul li.on {
                    background: rgba(255, 113, 66, 0.6);
                }

                .t_banner > .t_bottom ul li a {
                    display: block;
                }

/*.t_content_box * {
    font-size: .28rem !important;
    padding: 0.2rem !important;
    line-height: 160% !important;
}*/

.t_content_box > b {
    display: block;
    margin: .2rem 0;
    font-size: .28rem;
    text-align: center;
    background: url(../images/bg_product_service2.png) no-repeat center;
}

.t_content_box .t_main_content {
    width: 100%;
    padding: .2rem 0;
    word-break: break-word;
}

.t_banner > .t_middle ul.t_cooperation_ul li img.t_selected_img {
    width: .2rem;
    display: none;
}

.t_banner > .t_middle ul.t_cooperation_ul li.on img.t_selected_img {
    display: inline-block;
}

.t_content_box.company_des .t_title {
    font-size: .28rem;
    text-align: center;
    border-bottom: .01rem solid #e6ecf2;
}

    .t_content_box.company_des .t_title b {
        padding: .2rem 0;
        display: inline-block;
        border-bottom: .04rem solid #ff7142;
    }

.div-newstype {
    width: 100%;
    height: 1rem;
    display: flex;
    overflow: hidden;
    padding: 0 .21rem;
    background-color: #fff;
    border-bottom: 0.01rem solid #ccc;
}

    .div-newstype .nav_ul {
        width: 1000%;
        height: 1rem;
        overflow-x: auto;
        font-size: .30rem;
        white-space: nowrap;
        border-bottom: .01rem solid #f9f9f9;
    }

        .div-newstype .nav_ul .nav_li {
            height: 99%;
            line-height: 1rem;
            margin-right: .6rem;
            display: inline-block;
            vertical-align: middle;
        }

            .div-newstype .nav_ul .nav_li.on {
                border-bottom: .02rem solid #1787e7;
            }


/*新闻资讯*/
.t_content_box.news_list_area {
    padding: .21rem;
}

    .t_content_box.news_list_area ul li {
        padding: .2rem 0;
        border-bottom: .01rem solid #e6ecf2;
    }

        .t_content_box.news_list_area ul li:last-child {
            border-bottom: none;
        }

        .t_content_box.news_list_area ul li .t_news_img {
            width: 2.58rem;
            height: 1.45rem;
            display: inline-block;
            vertical-align: middle;
        }

            .t_content_box.news_list_area ul li .t_news_img img {
                width: 100%;
                height: 100%;
            }

        .t_content_box.news_list_area ul li .t_new_content {
            max-width: 4.2rem;
            width: 50%;
            height: 1.45rem;
            margin-left: 0.2rem;
            display: inline-block;
            vertical-align: middle;
        }

            .t_content_box.news_list_area ul li .t_new_content b {
                color: #555;
                width: 100%;
                display: block;
                overflow: hidden;
                font-size: .24rem;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .t_content_box.news_list_area ul li .t_new_content p.t_news_des {
                color: #666;
                font-size: .24rem;
                overflow: hidden;
                line-height: 180%;
                margin-top: .1rem;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                text-overflow: ellipsis;
                -webkit-box-orient: vertical;
            }

            .t_content_box.news_list_area ul li .t_new_content p.t_time_view {
                color: #999;
                font-size: .22rem;
            }

                .t_content_box.news_list_area ul li .t_new_content p.t_time_view .t_time {
                    padding-left: 0.3rem;
                    background: url(../images/ico_clock.png) no-repeat 0 center;
                }

                .t_content_box.news_list_area ul li .t_new_content p.t_time_view .t_view {
                    padding-left: 0.3rem;
                    background: url(../images/ico_view.png) no-repeat 0 center;
                }

/*新闻详情*/
.t_content_box {
    padding: 0 0.35rem;
}

.t_content_box.news_detail_area .t_news_top {
    padding: .2rem 0;
    line-height: 180%;
    text-align: center;
    border-bottom: .01rem solid #e6ecf2;
}

    .t_content_box.news_detail_area .t_news_top .t_news_title {
        display: block;
        font-size: .34rem;
    }

.t_content_box.news_detail_area .t_time_view {
    color: #999;
    font-size: .22rem;
}

    .t_content_box.news_detail_area .t_time_view .t_time {
        padding-left: 0.3rem;
        margin-right: 0.4rem;
        background: url(../images/ico_clock.png) no-repeat 0 center;
    }

    .t_content_box.news_detail_area .t_time_view .t_view {
        padding-left: 0.3rem;
        background: url(../images/ico_view.png) no-repeat 0 center;
    }
