* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
    touch-action: pan-y;
}

textarea {
    resize: none;
}

body,
html {
    min-width: 320px;
    width: 100%;
    background: #fff;
}

.box {
    width: 100%;
    margin: 0 auto;
}

.mlr_20 {
    margin: 0 20px;
}

.flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner {
    height: 174px !important;
}

.banner img {
    width: 100%;
    height: 100% !important;
}

.header {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px 12px 0;
    position: relative;
}

.logo {
    width: 150px;
}

.header-tab {
    width: 26px;
    height: 26px;
}

.header_list {
    width: 92%;
    position: absolute;
    top: 60px;
    left: 0px;
    background-color: rgba(0, 0, 0, .8);
    z-index: 36;
    color: #fff;
    padding: 0 15px 15px;
    display: none;
}

.header_list a {
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    margin-top: 10px;
    display: block;
    color: #fff;
}

.header_active {
    color: #165DFF !important;
}

.header_list_img {
    width: 30px;
    height: 30px;
    display: block;
    margin: 10px auto 0;
}

.title {
    text-align: center;
    position: relative;
}

.title_name {
    font-size: 16px;
    color: #165DFF;
    font-weight: bold;
}

.title_text {
    font-size: 14px;
    color: #C5C5C5;
    margin-top: 5px;
}

.title_left {
    position: absolute;
    top: -12px;
    left: 24%;
}

.title_left img {
    width: 100px;
}

.title_left div {
    width: 80%;
    height: 1px;
    background: #D4D4D4;
    position: absolute;
    bottom: 5px;
    left: -80px;
}

.title_right {
    position: absolute;
    bottom: -15px;
    right: 24%;
}

.title_right img {
    width: 100px;
}

.title_right div {
    width: 80%;
    height: 1px;
    background: #D4D4D4;
    position: absolute;
    top: 1px;
    right: -80px;
}

/* 首页 */
.index_news {
    margin-top: 30px;
}

.index_news_content {
    background: #fff;
    padding: 16px 10px 0;
    margin-top: 30px;
}

.index_news_box {
    padding-bottom: 100px !important;
}

.index_news_img {
    width: 100%;
    height: 217px;
}

.index_news_title {
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    color: #333333;
    margin: 12px 0;
}

.index_news_time {
    display: flex;
    align-items: center;
}

.index_news_time img {
    width: 20px;
    height: 20px;
}

.index_news_time div {
    font-size: 14px;
    color: #686868;
    margin-left: 5px;
}

.index_news_text {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin: 20px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.index_news_btn {
    padding: 8px 20px;
    font-size: 14px;
    background-color: #165DFF;
    color: #fff;
}

.index_news_pagination {
    position: absolute !important;
    bottom: 20px !important;
    right: 0 !important;
    text-align: right !important;
}

.index_news_pagination span {
    width: 12px !important;
    height: 12px !important;
    transform: rotate(-45deg);
    border-radius: 0 !important;
    border: 1px solid #686868;
    margin-right: 10px !important;
}

.index_brand {
    margin-top: 40px;
    background: #fff;
    padding: 40px 20px;
}

.index_brand_box {
    margin-top: 30px;
}

.index_brand_box img {
    width: 100%;
}

.index_brand_box div {
    font-size: 14px;
    color: #333;
    line-height: 25px;
    margin: 20px 0;
    text-indent: 2rem;
    text-align: justify;
}

.index_product {
    margin-top: 30px;
}

.index_product_tab {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.product_tab_header {
    padding: 8px 22px;
    border: 1px solid #C9C9C9;
    color: #C9C9C9;
    font-size: 14px;
    text-align: center;
    margin-right: 20px;
    margin-bottom: 10px;
}

.product_tab_header_on {
    color: #165DFF;
    border: 1px solid #165DFF;
}

.index_product_box {
    background: #fff;
    border: 1px solid #C9C9C9;
    text-align: center;
    margin-top: 10px;
}

.index_product_box img {
    width: 100%;
}

.index_product_title {
    color: #3F3F3F;
    font-size: 18px;
    margin: 20px 0 15px;
}

.index_product_line {
    background-color: #C9C9C9;
    width: 40px;
    height: 1px;
    margin: auto;
}

.index_product_text {
    line-height: 22px;
    color: #666666;
    font-size: 13px;
    margin: 15px;
}

.index_product_btn {
    width: 82%;
    margin: 16px auto 32px;
    text-align: center;
    color: #9E9E9E;
    font-size: 14px;
    border: 1px solid #C9C9C9;
    padding: 12px 0;
    display: block;
}

.index_space {
    margin-top: 40px;
    background: #fff;
    padding: 40px 15px 10px;
}

.index_space_box {
    margin-top: 20px;
}

.index_space_box img {
    width: 100%;
    height: 217px;
}

.index_space_item {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.index_space_item div {
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    padding: 5px 0;
}

/* 页脚 */
.footer {
    background: #1B1B27;
    padding: 20px;
    margin-top: 20px;
}

.footer_link {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid #fff;
}

.footer_link a {
    display: block;
    color: #fff;
    width: 50%;
    text-align: center;
    margin-bottom: 20px;
}

.footer_phone {
    color: #fff;
    text-align: center;
    margin: 10px 0;
}

.footer_phone a {
    color: #fff;
}

.footer_text {
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.footer_text span {
    margin-left: 20px;
}

/* 品牌 */
.brand {
    margin: 40px 15px;
}

.brand_box {
    margin-top: 30px;
}

.brand_box img {
    width: 100%;
    margin-bottom: 20px;
}

.brand_text {
    color: #333333;
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
    text-indent: 1rem;
    margin-bottom: 20px;
}

.brand_text span {
    font-weight: bold;
}

/* 产品中心 */
.product_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.product_tab .product_header:last-child {
    border: none;
}

.product_header {
    padding: 0px 24px;
    border-right: 1px solid #EAEAEA;
    font-size: 14px;
    margin: 0px 0px 8px;
}

.product_header_on {
    color: #165DFF;
}

.product_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.product_box .product_box_item:nth-child(2n) {
    margin-right: 0 !important;
}

.product_box_item {
    width: 47%;
    text-align: center;
    margin-top: 10px;
}

.product_box_item img {
    width: 100%;
    height: 170px;
}

.product_box_item div {
    font-size: 14px;
    margin-top: 5px;
    color: #000;
}

.product_paging {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.product_paging div {
    padding: 6px 12px;
    border: 1px solid #C4C4C4;
    overflow: hidden;
    font-size: 14px;
    display: inline-block;
    margin-right: 10px;
}

.paging_avciton {
    color: #fff !important;
    background: #165DFF !important;
}

/* 产品详情 */
.product_details {
    margin-top: 40px;
}

.product_details_item img {
    width: 95%;
    height: 244px;
    margin: auto;
    display: block;
}

.product_details_word {
    margin: 20px 15px;
}

.product_details_title {
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
    border-bottom: 1px solid #DCDCDC;
}

.product_details_text {
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

/* 空间展示 */
.space_model {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    z-index: 99;
    display: none;
}

.space_model_box {
    width: 100%;
    height: 100%;
}

.space_img {
    width: 90%;
    /* height: 552px; */
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.space_img ul {
    position: absolute;
    top: 0;
    left: 0;
}

.space_img li {
    float: left;
    padding: 10px;
    background-color: white;
}

.space_item_img {
    width: 100%;
    /* height: 532px; */
}

.space_left_arrow {
    position: absolute;
    top: 50%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
}

.space_right_arrow {
    position: absolute;
    top: 50%;
    right: 0;
    background: rgba(0, 0, 0, .5);
    transform: translateY(-50%);
}

.space_close {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 19%;
    right: 23%;
}

/* 空间展示详情页 */
.space_details_box {
    margin-top: 20px;
}

.space_details_title {
    font-size: 18px;
    text-align: center;
}

.space_details_text {
    color: #686868;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #BBBBBB;
    margin-top: 15px;
}

.space_details_text div:first-child {
    margin-right: 20px;
}

.space_details_img {
    margin-top: 30px;
}

.space_details_img img {
    width: 100%;
    margin-bottom: 10px;
}

/* 新闻资讯 */
.news_box {
    margin-top: 30px;
}

.news_box_content {
    margin-top: 30px;
}

.news_box_item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #BBBBBB;
    padding-bottom: 20px;
}

.news_box_img {
    width: 100%;
}

.news_box_title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333333;
    margin: 20px 0 15px;
}

.news_box_time {
    display: flex;
    align-items: center;
}

.news_box_time img {
    width: 20px;
    height: 20px;
}

.news_box_time div {
    font-size: 14px;
    color: #686868;
    margin-left: 5px;
}

.news_box_text {
    color: #333333;
    margin: 6px 0 20px;
    font-size: 14px;
    text-align: justify;
}

/* 新闻详情页 */
.news_details_box {
    margin-top: 20px;
}

.news_details_box img {
    width: 100%;
    margin-bottom: 15px;
}

.news_details_box div {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    margin-bottom: 15px;
    text-indent: 2rem;
}

.t-c {
    text-align: center !important;
}

/* 招商加盟 */
.join {
    margin-top: 40px;
}

.join_box {
    margin-bottom: 15px;
    font-size: 14px;
    color: #333;
}

.join_title {
    margin-bottom: 5px;
}

.join_text {
    line-height: 24px;
    text-align: justify;
}

/* 联系我们 */
.contact {
    margin-top: 40px;
}

.contact_name {
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.contact_text {
    font-weight: 700;
    color: #333333;
    margin-bottom: 20px;
}

#pagination,.dzm-pagination-container{
    border: none !important;
}
.dzm-pagination-container .dzm-pagination-page-item.active{
    background: #165DFF !important;
    border-color: #165DFF !important;
}

.news_details_box img ,
.space_details_box img
/* .space_details_box img,  */
{
    height: auto !important;
}