﻿@charset "UTF-8";
@import url(./public_01.css);
@import url(./header.css);
@import url(./footer.css);
@import url(./Navlist.css);

.main{
    width: 100%;
    background: #F7F7F7;
    min-width: 1550px;
}
@media (max-width: 1919px) and (min-width: 768px){
    .main {
        zoom:90%;
    }
    @-ms-viewport { width: 1920px; }
}
@font-face {
    font-family: "my font1"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W9.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font2"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W10.ttf"); /* 引入本体字体文件 */
}
@font-face {
    font-family: "my font3"; /* 定义字体名 */
    src: url("../fonts/DreamHanSansCN-W15.ttf"); /* 引入本体字体文件 */
}
.maint_top{
    width: 100%;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
}

.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner .maint-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D3A56F;
}
.banner .swiper-pagination-bullet{
    width: 15px !important;
    height:2px !important;
    border-radius: 10px !important;
}
.top_text{
    width: 45%;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 43%;
    left: 37.5%;
    transform: translate(-50%,-50%);
    z-index: 9;
}
.top_text_yw{
    width: 471px !important;
    margin-bottom: 18px;
}
.top_text_title{
    width:441px !important;
}
.top_text_t1{
    font-family: "my font1";
    font-weight: 400;
    font-size:18px;
    color: #FFFFFF;
    line-height: 31px;
    margin: 15px 0 54px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.top_text_btn{
    width: 130px;
    height: 36px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "my font1";
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.top_text_btn img{
    width: 17px;
    height: 17px;
    margin-left: 8px;
}
.top_text_btn:hover{
    opacity:0.5;
}


.contant{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.contant_nav{
    width: 100%;
    display: flex;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: url(../pc_images/xq_im2.jpg) no-repeat;
    background-size: 100% 100%;
}
.nav_info{
    width:1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_left{
    display: flex;
    align-items: center;
    position: relative;
}
.nav_left_title{
    width: 140px;
    height: 100px;
    text-align: center;
    background: #4F2926;
    position: absolute;
    bottom: -26px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.nav_left_title h3{
    display: block;
    font-size: 24px;
    color: #fff;
}
.nav_left_title span{
    display: block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 8px;
}
.nav_left_lsit{
    display: flex;
    align-items: center;
    margin-left: 160px;
    color: #fff;
}
.nav_left_lsit li{
    display: flex !important;
}
.nav_left_lsit img{
    width: 17px;
    margin-right: 10px;
}
.nav_left_lsit a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    margin-right: 17px;
}
.nav_left_lsit a:hover{
    text-decoration: underline;
    color: #fff;
}

.nav_tab{
    display: flex;
}
.nav_tab_list{
    width: 100%;
    display: flex;
}
.nav_tab_list ul{
    width: 100%;
    display: flex;
    align-items: center;
}
.nav_tab_list ul li{
    font-size: 17px;
    color: #fff;
    margin-right: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}
.nav_tab_list ul li a{
    color: #fff ;
}
.nav_tab_list ul li:last-child{
    margin-right: 0;
}
.nav_current{
    color: #fff !important;
    transition: all .3s ease;
    font-weight: 900;
}


.table{
    width:1200px;
    margin: 0 auto;
    display: flex;
    background: #fff;
    padding: 60px 20px 0 28px;
    margin-bottom: 30px;
}
.table_left{
    width: 70%;
    display: flex;
    flex-direction: column;
    border-right: 1px solid #e5e5e5;
    padding-right: 25px;
    margin-right: 25px;
}
.table_left_ul{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.table_leLi{
    width: 100%;
    display: flex;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.table_leLi .table_leLi_img{
    display: inline-block;
    width: 35%;
}
.table_leLi .table_leLi_img img{
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
}

.table_leLi_Right{
    width: 65%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
}
    .table_leLi_Right p {
        font-size: 22px;
        /*white-space: nowrap;*/
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 20px;
        font-weight: 600;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
    }
.table_leLi_Right span{
    display: block;
    font-size: 16px;
    color: #999;
    font-family: Arial;
    margin-bottom: 10px;
}
.table_leLi_Right_text{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    margin-bottom:25px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_leLi_Right_more{
    display: block;
    width: 116px;
    height: 36px;
    text-align: center;
    border: 2px solid #e9e9e9;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.table_leLi_Right_more a{
    display: inline-block;
    font-size: 14px;
    color: #999;
    font-family: Arial;
}
.table_leLi:hover .table_leLi_Right p{
    color: #4F2926;
}
.table_leLi:hover .table_leLi_Right_more{
    border:  2px solid #4F2926;
}
.table_leLi:hover .table_leLi_Right_more a{
    color: #4F2926;
}

.table_left_list{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.table_left_item{
    display: flex;
    width: 100%;
    padding: 30px 0;
    border-bottom: 2px solid #e9e9e9;
}
.table_left_item a{
    display: flex;
    width: 100%;
}
.table_left_item_left{
    width: 100px;
    height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #999;
    color: #ffffffde;
}
.table_left_item_left b{
    display: block;
    text-align: center;
    font-size: 54px;
}
.table_left_item_left span{
    display: block;
    text-align: center;
    font-size: 16px;
    font-family: Arial;
}
.table_left_item_right{
    width: 89%;
    padding-left: 3%;
    display: flex;
    flex-direction: column;
}
    .table_left_item_right p {
        font-size: 20px;
        /*white-space: nowrap;
        text-overflow: ellipsis;*/
        overflow: hidden;
        margin-bottom: 20px;
        font-weight: 600;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
    }
.table_left_item_right span{
    display: block;
    font-size: 16px;
    color: #999;
    font-family: Arial;
    margin-bottom: 10px;
}
.table_left_item_right div{
    font-size: 16px;
    color: #666;
    line-height: 28px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table_left_item:hover .table_left_item_left{
    background: #4F2926 !important;
    color: #fff !important;
}
.table_left_item:hover .table_left_item_right p{
    color: #4F2926;
}

.table_right{
    width: 28%;
    display: flex;
    flex-direction: column;
}
.table_right_item01{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.table_right_title{
    font-weight: normal;
    font-size: 20px;
    color: #555;
    margin-bottom: 20px;
    border-bottom: 1px solid #33333340;
    padding-bottom: 15px;
    position: relative;
}
.table_right_title::after{
    content: "";
    width: 30%;
    height: 2px;
    background: #D3A56F;
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 9;
}
.tab_item01_info{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.tab_item01_info_li{
    width: 48%;
    padding: 14px 0;
    background-color: #f6f6f6;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-bottom: 20px;
}
.tab_item01_info_li img{
    width: 34px;
    margin-right: 5px;
}
.tab_item01_info_li:hover{
    background-color: #4F2926;
    color: #fff; 
    cursor: pointer;
}
.table_right_item02{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.tab_item02_info{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_item02_info img{
    width: 40%;
    cursor: pointer;
}
.tab_item02_info div{
    width: 60%;
    padding-left: 20px;
    font-size: 18px;
    color: #333;
    line-height: 29px;
}
.page{
    width:100%;
    display: flex;
}
.page_info{
    width: 95%;
    margin: 50px auto;
    display: flex;
    align-content: center;
    justify-content: center;
}
.page_item{
    padding: 7px 17px;
    border-radius: 5px;
    border: 1px solid #33333333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #333333a3;
    margin-left: 10px;
    cursor: pointer;
}
.page_01a{
    background: #4F2926;
    border-color: #4F2926;
    cursor: pointer;;
    color: #fff;
}



   <style>
                        .content_page {
                            text-align: center;
                            margin: 8px;
                            font-size: 12px;
                        }
                        
                        .content_page a {
                            background: #fff;
                            margin: 6px;
                            padding: 8px 9px;
                            border: 1px solid #ccc;
                            color: #A0A0A0;
                        }
                        
                        .content_page font {
                            background: #F7FDF4;
                            color: #f60;
                            margin: 6px;
                            padding: 5px 10px;
                            font-size: 24px;
                            border: 1px solid #FF6600;
                        }
                        
                        .content_page input {
                            position: absolute;
                            margin: -5px 0 0 1px;
                            *margin: 0 0 0 1px;
                            padding: 1px 0 2px 0;
                            *padding: 0;
                            background: #fff;
                            border: 1px solid #AECD9E;
                            color: #A0A0A0;
                            width: 30px;
                            height: 22px;
                            line-height: 22px;
                            text-align: center;
                        }</style>