.home_new{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    background-color: #d3d4d4;
    padding: 5.85vw 0 7.57vw 0;
    position: relative;
    z-index: 200;
}

.home_news_more{
    width: 86.73vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: end;
    margin-bottom: 2.774vw;
}

.home_news_more a{
    width: 10.61vw;
    height: 2.174vw;
    line-height: 2.174vw;
    background: #1e1e21;
    color: #ffffff;
    text-align: center;
    font-size: 1.032vw;
    border-radius: 0.224vw;
}

.h_news_left{
    width: 42.39vw;
    height: 17.92vw;
    margin-left: 6.072vw;
    position: relative;
}

.h_news_title{
    display: flex;
    width: 41.49vw;
    height: 17.92vw;
    color: #ffffff;
    background: #ffffff;
    background-size: cover;
    margin-left: 0.9vw;
    justify-content: start;
    align-items: center;
}

.h_news_title .article{
    margin-left: 9.258vw;
    width: 28.41vw;
}

.h_news_title .article .article_titile{
    color: white;
    font-size: 1.54vw;
    font-weight: 700;
}

.h_news_title .article .article_comment{
    color: white;
    font-size: 1.54vw;
    padding: 0;
}

.slide_pc{
    display: flex;
    width: 100%;
}
.slide_wap{
    display: none;
}

.h_news_datetime{
    width: 8.73vw;
    height: 7.98vw;
    background: #c01415;
    position: absolute;
    top: 4.97vw;
    left: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.h_news_datetime h2,.h_news_datetime1 h2{
    font-size: 2.41vw;
}
.h_news_datetime p,.h_news_datetime1 p{
    font-size: 0.82vw;
    text-align: right;
    width: 100%;
}

.h_news_datetime .nbox,.h_news_datetime1 .nbox{
    display: flex; flex-direction: column; justify-content: center; align-items: end
}

.wap_home_video{
    display: none;
}

.h_news_right{
    width: 42.39vw;
    height: 17.92vw;
    position: relative;
}

a.h_news_right:hover .h_news_datetime1{
    background: #c01415;
}

a.h_news_right:hover .article_titile{
    color: white;
}

a.h_news_right:hover .article_comment{
    color: white;
}

.h_news_right:nth-child(2){
    margin-left: 1.95vw;
}

a.h_news_right:hover .h_news_title_bg{
    opacity: 1;
}

.h_news_title1{
    display: flex;
    width: 41.49vw;
    height: 17.92vw;
    background: #ffffff;
    background-size: cover;
    margin-left: 0.9vw;
    justify-content: start;
    align-items: center;
    transition: background 0.4s ease;
    position: relative;
}

.h_news_title_bg{
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 41.49vw;
    height: 17.92vw;
    background-size: cover;
    opacity: 0;
    transition: opacity 0.9s ease;
}

.h_news_title1 .article{
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    z-index: 2;
    left: 0;
    top: 0;
    margin-left: 9.258vw;
    width: 28.41vw;
}

.h_news_title1 .article .article_titile{
    color: #1e1e21;
    font-size: 1.54vw;
    font-weight: 700;
    transition: color 0.9s ease;
}

.h_news_title1 .article .article_comment{
    color: #1e1e21;
    font-size: 1.54vw;
    padding: 0;
    transition: color 0.9s ease;
}

.h_news_datetime1{
    width: 8.73vw;
    height: 7.98vw;
    background: #1e1e21;
    position: absolute;
    z-index: 3;
    top: 4.97vw;
    left: 0;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background 0.4s ease;
}

.home_links{
    height: 7.946vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 200;
}

.h_links_container{
    width: 46.82vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h_links_container a{
    color: black;
    font-size: 0.833vw;
    display: flex;
    align-items: center;
}

.links_img_icon{
    width: 1.499vw;
    height: 1.499vw;
    margin-right: 0.712vw;
}

.links_line{
    width: 2px;
    height: 1.35vw;
    margin-left: auto;
    margin-right: auto;
    background-color: #060606;
    display: flex;
}

/* 关于我们区域 */
.about_container{
    padding: 8.771vw 0 9.258vw 0;
}

.about_nbody{
    width: 92.017vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.about_long_pic{
    display: flex;
    width: 100%;
    margin: 9.033vw 0 6.2953vw 0;
}

.about_left{
    width: 45.3523vw;
    height: 43.815vw;
    margin-right: 11px;
    position: relative;
}

.about_img{
    width: 44.677vw;
    height: 43.815vw;
}

.about_right{
    background: #cccdcd;
    display: flex;
    flex: 1;
    justify-content: center;
    align-items: center;
}

.shuxian_box{
    position: absolute;
    width: 1.3506vw;
    height: 17.016vw;
    top: 50%;
    right: 0;
    margin-top: -8.508vw;
    z-index: 199;
}

.ins_box{
    width: 1.3506vw;
    height: 17.016vw;
    display: flex;
}

.ins{
    width: 0.6753vw;
    height: 17.016vw;
}

.bg1{
    background: rgba(157,29,9,0.6);
}

.bg2{
    background: rgba(157,29,9,1);
}

.about_content{
    width: 34.295vw;
    color: black;
    font-size: 0.94vw;
    line-height: 2.099vw;
    text-align: justify;
}

.about_content p{
    padding: 0.48vw 0;
}

/* 新闻资讯 */
.news_container{
    display: flex;
    width: 100%;
}
.news_nbody{
    width: 87.256vw;
    background: #ffffff;
    margin: 6.71vw auto 0.975vw auto;
    padding-bottom: 13.15vw;
}

.news_nbody1{
    width: 67.256vw;
    background: #ffffff;
    margin: 6.71vw auto 0.975vw auto;
    padding-bottom: 13.15vw;
}

.news_nbody ul.news_box{
    display: flex;
    flex-direction: column;
    margin: 0 7.421vw 6.82vw 5.922vw;
}

.time{
    margin: 1vw 0;
    font-size: 0.73vw;
}

.tie{
    font-size: 1.8vw;
}

.time span{
    text-decoration: underline;
}

.prea{
    display: flex;
    line-height: 1.3493vw;
    margin: 0.4vw 0;
    font-size: 0.72vw;
}

.prea span{
    background-color: rgba(205,205,205,1);
    color: #313131;
    width: 3.373vw;
    text-align: center;
    border-radius: 4px;
    margin-right: 0.5vw;
}

.prea a{
    color: #151c1c;
    transition: color 0.3s ease;
}

.prea a:hover{
    color: #a41d09;
}

.font{
    margin-bottom: 1.5vw;
}

.news_nbody .details_news_box{
    display: flex;
    flex-direction: column;
    margin: 4.421vw 7.421vw 6.82vw 5.922vw;
}

.news_nbody1 .details_news_box{
    display: flex;
    flex-direction: column;
    margin: 4.421vw 7.421vw 6.82vw 5.922vw;
}

.news_nbody ul.news_box li{
    width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #464141;
    padding-bottom: 2.848vw;
    margin-top: 2.286vw;
}

.news_img{
    display: flex;
    width: 19.49vw;
    height: 13.49vw;
    margin-right: 3.148vw;
}

.news_img img{
    object-fit: cover;
}

.news_text{
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news_yeat{
    display: flex;
    justify-content: end;
    align-items: center;
    font-weight: 700;
    margin-right: 6.221vw;
    height: 5.135vw;
    line-height: 5.135vw;
    margin-bottom: 0.6vw;
    color: #9e1d09;
    font-size: 2.46vw;
    margin-top: 1vw;
}

a.news_jianjie p{
    line-height: 1.799vw;
    height: 3.598vw;
    width:40.89vw;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    font-size: 1.367vw;
    color: #000000;
    transition: color 0.3s ease;
}

.news_datetime{
    margin-top: 2.024vw;
    font-size: 1.367vw;
    color: #000000;
}

a.news_title h2{
    display: inline-block;
    white-space: nowrap;
    color: black;
    width: 100%;
    overflow: hidden;
    text-overflow:ellipsis;
    height: 2.85vw;
    line-height: 2.85vw;
    font-size: 1.773vw;
    font-weight: 700;
    transition: color 0.3s ease;
}

a.news_jianjie:hover p,a.news_title:hover h2{
    color: #a41d09;
}

/* 联系我们 */
.l__contact_wrap{
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    flex-direction: column;
}

.l__contact_text {
    top: 5%;
    left: 5%;
    z-index: 199;
    border-radius: 10px;
    padding: 50px 30px 50px 30px;
    background: #ffffff;
    position: absolute;
}

.l__contact_text .close{
    position: absolute;
    width: 24px;
    height: 24px;
    display: block;
    right: 10px;
    top: 10px;
}

.l__contact_text h3 {
    font-size: 32px;
    color: #a41d09;
    font-weight: 600;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.l__contact_text p {
    font-size: 14px;
    font-weight: 500;
}
.l__contact_text p.phone {
    padding-top: 16px;
}
.l__contact_text p.phone a,
.l__contact_text p.eamil a {
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    color: #030000;
}
.l__contact_text p.eamil a,
.l__contact_text p.phone a span,
.l__contact_text p.eamil a span{
    font-size: 16px;
}


.l__contact_text p.address {
    font-size: 14px;
    font-weight: 500;
}

.l__contact_text p.wanto {
    display: table;
}

.l__contact_text p.wanto a {
    display: table-cell;
    font-size: 14px;
    font-weight: normal;
    color: #7B7B7B;
    line-height: 50px;
}
.l__contact_text p.wanto a::before {
    content: '';
    display: inline-block;
    background-image: url(../images/next.png);
    width: 21px;
    height: 21px;
    background-size: cover;
    vertical-align: middle;
}
.l__contact_text p.wanto a:first-child {
    padding-right: 32px;
}
.l__contact_text p a {
    transition: all 0.6s;
    position: relative;
}
.l__contact_text p.phone a::after,
.l__contact_text p.eamil a::after {
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    bottom: 0;
    transition: all 0.6s;
    content: '';
    background-color: #2c9689;
}

.l__contact_text p a:hover {
    color: #2c9689;
}
.l__contact_text p a:hover::after {
    width: 100%;
}
.l__contact_text ul {
    margin-top: 10px;
}

.l__contact_text ul li {
    font-size: 18px;
    line-height: 2;
    font-weight: 600;
    text-transform: uppercase;
}

.contact_map{
    display: flex;
    width: 100%;
    height: 100%;
}

.contact_container{
    display: flex;
    width: 100%;
    padding: 1.536vw 0 5.397vw 0;
}

.contact_nbody{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
    background: #f9f9f9;
}

.contact_img{
    width: 50vw;
    height: 39.31vw;
}

.contact_img img{
    object-fit:cover;
}

.select_box{
    width: 100%;
    height: 4.31vw;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    border: 1px solid #ddd;
    margin: 1.34vw 0 3.71vw 0;
}

.form_search{
    width: 100%;
    height: 4.31vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_map_icon{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 1.06vw;
    margin: 0 1.06vw;
}

.contact_line{
    display: flex;
    width: 1px;
    height: 0.874vw;
    margin: 0 1.062vw;
    background: #606060;
}

.contact_select{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 8.8vw;
}

.contact_select select{
    line-height: 1.062vw;
    width: 100%;
    border: 0;
    padding: 0.5vw 0;
    background: transparent;
    font-size: 0.7495vw;
    outline: none;
}

.contact_select select option{
    line-height: 1.062vw;
    padding: 0.5vw 0;
    font-size: 0.7495vw;
}

.contact_button{
    border: 0;
    display: flex;
    height: 100%;
    width: 4.372vw;
    border-left: 1px solid #ddd;
    margin-left: auto;
    justify-content: center;
    align-items: center;
}
.contact_button button{
    border: 0;
    background: transparent;
    width: 1.06vw;
    cursor: pointer;
}
.contact_button button img{
    transition: transform 0.6s ease;
}
.contact_button button:hover img{
    border: 0;
    background: transparent;
    width: 1.06vw;
    cursor: pointer;
    transform: rotate(180deg); /* 旋转30度 */
}

.contact_font1{
    font-size: 0.875vw;
    color: #040402;
    line-height: 1.81vw;
}
.contact_font2{
    font-weight: normal;
    font-size: 1.25vw;
    color: #040404;
    line-height: 2vw;
    margin-bottom: 0.75vw;
}

.contact_font3{
    font-weight: normal;
    font-size: 0.9375vw;
    color: #040404;
    line-height: 2.21vw;
}

.contact_font4{
    font-weight: normal;
    font-size: 0.656vw;
    color: #a3a5a2;
    line-height: 1.1875vw;
}

.contact_font5{
    font-weight: normal;
    font-size: 0.828vw;
    color: #202221;
    line-height: 1.1875vw;
}

.contact_address{
    margin-top: 0.75vw;
    display: flex;
    justify-content: start;
    align-items: start;
}

.contact_search{
    display: flex;
    justify-content: center;
    align-items: center;
}
.my_search{
    margin-left: 12.4vw;
    width: 29.68vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.contact_address_img{
    width: 1.1vw;
    line-height: 1.1875vw;
    height: 1.1875vw;
    display: flex;
    padding: 0 0.1vw;
    align-items: center;
    margin-right: 0.2vw;
}


.product_nbody{
    width: 68.334vw;
    margin: 0 auto;
}

.product_cate{
    width: 32.167vw;
    margin: 1vw;
}

.product_list{
    display: flex;
    width: 100%;
    justify-content: start;
    flex-wrap: wrap;
    align-items: start;
}

.product_cate img{
    object-fit:cover;
}

.product_container{
    display: flex;
    width: 100%;
    padding-bottom: 13.55vw;
}

.product_location{
    padding: 0 1vw;
    font-size: 1vw;
    color: #000000;
    line-height: 2vw;
    margin-top: 2.31vw;
}

.product_cate_list{
    display: flex;
    justify-content: start;
    align-items: start;
}

.product_cate_name{
    font-family: Cambay-Regular, serif;
    width: 22.167vw;
    padding: 6.68vw 0 0.467vw 0;
    line-height: 3.71vw;
    font-size: 2.873vw;
    font-weight: 700;
    text-decoration: underline;
    color: #000000;
}

.productlist_nbody{
    width: 77.55vw;
    margin: 0 auto;
}

.mart{
    padding-top: 14.13vw;
}

.productlist_product{
    width: 14.61vw;
    margin: 0 0.45vw 4.86vw 0.45vw;
    justify-content: start;
    align-items: start;
}
.productlist_product a{
    color: #000000;
    transition: color 0.3s ease;
}
.productlist_product a:hover{
    color: #a41d09;
}
.productlist_product h2{
    font-size: 0.936vw;
    line-height: 1.423vw;
    margin-bottom: 0.861vw;
    margin-top: 0.749vw;
}

.productlist_product li{
    font-size: 0.724vw;
    line-height: 0.944vw;
}

.productlist_product li.color{
    color: #a41d09;
}

.productlist_img_box{
    width: 14.61vw;
    height: 16.83072vw;
    background-color: #e7e7e7;
    object-fit:cover;
    background-position: center;
    background-size: cover;
}

.productlist_img_box span{
    width: 3.52vw;
    height: 1.386vw;
    border-radius: 1.386vw;
    background-color: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a41d09;
    font-size: 1vw;
    margin: 1.31vw 0 0 1.31vw;
}

.productlist_location{
    padding: 0 0.45vw;
    font-size: 1vw;
    color: #000000;
    line-height: 2.584vw;
    margin-top: 2.397vw;
}

.productdetails_relate{
    padding: 0 0.45vw;
    margin-bottom: 2.3988vw;
}

.productdetails_relate a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9e1d09;
    font-size: 1.0067vw;
    width: 8.13343vw;
    height: 1.949vw;
    line-height: 1.949vw;
    background-color: #e7e7e7;
    border-radius: 0.29985vw;
}

.productlist_catename{
    padding: 0 0.45vw;
    font-size: 1.64vw;
    color: #000000;
    line-height: 2.622vw;
    margin-top: 2.622vw;
    margin-bottom: 2.8vw;
}

.productlist_list{
    align-items: stretch;
    flex-wrap: wrap;
}

/* 产品详情 */
.productdetails_container{
    width: 100%;
    padding: 3.371vw;
}

.video_box{
    display: flex;
    width: 71.5946vw;
    margin: 0 auto;
    margin-bottom: 2.248vw;
}

.p_details_swarp{
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.p_details_left{
    width: 55.05vw;
    height: 38.20vw;
    background-color: #e7e7e7;
    margin-right: 0.9vw;
    justify-content: center;
    align-items: center;
}

.p_details_left_wrap{
    width: 55.05vw;
    height: 38.20vw;
}

.p_details_right{
    flex: 1;
    justify-content: space-between;
}

.p_details_buy_btn{
    width: 100%;
    margin-top: auto;
}
.p_details_buy_btn a{
    margin-top: 0.3745vw;
    line-height: 3.371vw;
    height: 3.371vw;
    text-align: center;
    justify-content: center;
    align-items: center;
}

a.p_btn1{
    background-color: rgba(199,199,199,1);
    color: black;
}

a.p_btn2{
    background-color: rgba(146,152,161,1);
    color: #ffffff;
}

.p_details_size{
    line-height: 4.12vw;
    height: 4.12vw;
    justify-content: start;
    align-items: center;
    border-bottom: 1px solid #1e1e1e;
}

.p_details_size span{
    font-size: 1.08vw;
    margin-right: 0.262vw;
}

.p_details_title{
    font-size: 2.65vw;
    line-height: 114px;
    font-weight: 700;
}

.p_details_money{
    line-height: 2.996vw;
    font-size: 1.428vw;
    min-height: 10.862vw;
    margin-top: 0.562vw;
}

.p_details_location{
    line-height: 1.872vw;
    margin: 0.45vw 0 0.786vw 0;
    font-size: 1.082vw;
}

.p_details_location a{color: black; transition: color 0.3s ease;}
.p_details_location a:hover{
    color: #a41d09;
}

.p_details_content{
    /*width: 77.91vw;*/
    margin: 0 auto;
    padding: 2.96vw 0 6.178vw 0;
}

/* 首页产品带缩略图切换 */
.home_warp_box{
    width: 100%;
    height: 54.461vw;
    position: relative;
    z-index: 200;
}
.warp_product_box{
    width: 100%;
    height: 54.461vw;
    background: url("../images/qiuhuan_bg.png") no-repeat;
    background-size: cover;
    position: relative;
}

.home_center{
    width: 100%;
    height: 122.60vw;
    background: #7f7f7f;
    position: relative;
    display: flex;
}

.h_center_fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.font_c_01{
    width: 28%;
    position: absolute;
    top: 9%;
    left: 4%;
}

.font_c_02{
    width: 20%;
    position: absolute;
    bottom: 3%;
    left: 4%;
}

.font_c_03{
    width: 20%;
    position: absolute;
    top: 9%;
    right: 4%;
}

.font_c_04{
    width: 28%;
    position: absolute;
    bottom: 0%;
    right: 4%;
}

.circle_small_pro1{
    position: absolute;
    left: 7%;
    top: 50%;
    width: 11.743vw;
    height: 11.743vw;
    border-radius: 100%;
    margin-top: -2.8715vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_small_pro1 img:hover,.circle_small_pro2 img:hover{
    cursor: pointer;
}

.circle_small_pro2{
    position: absolute;
    right: 7%;
    top: 50%;
    width: 11.743vw;
    height: 11.743vw;
    border-radius: 100%;
    margin-top: -2.8715vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle_pro{
    width: 65vh;
    height: 65vh;
    background: #606060;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: -1;
    left: 50%;
    margin-left: calc(-0.5*65vh);
    top: 50%;
    margin-top: calc(-0.52*65vh);
}

.my_center_relate{
    display: flex;
    position: relative;
    width: 100%;
    height: 100vh;
}

.wrap_text{
    padding: 0.1499vw 0 0.6372vw 0;
    width: 15.854vw;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 2.774vw;
    font-size: 1.0243vw;
    color: #ffffff;
    margin: 1.3493vw 0 0 0.4497vw;
    position: absolute;
    top: 0;
    left: 0;
    transition: color 0.3s ease;
}

a.wrap_text:hover{
    color: rgba(255,255,255,.8);
}

.nmySwiper_box {
    position: absolute;
    right: 0;
    top: 0;
    width: 8.47vw;
    height: 35.982vw;
    padding: 3.298vw 0;
    margin: 6.822vw 5.5472vw 0 0;
}

.home_news_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 86.73vw;
}

@media screen and (max-width:768px){
    .circle_small_pro1{
        position: absolute;
        left: 7%;
        bottom: 20%;
        width: 30.743vw;
        height: 30.743vw;
        border-radius: 100%;
        top: auto;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .circle_small_pro2{
        position: absolute;
        right: 7%;
        top: auto;
        bottom: 20%;
        width: 30.743vw;
        height: 30.743vw;
        border-radius: 100%;
        margin-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .home_center{
        width: 100%;
        height: 220.60vw;
        background: #7f7f7f;
        position: relative;
        display: flex;
    }
    .home_links{
        height: auto;
        padding: 25px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        position: relative;
        z-index: 200;
    }

    .h_links_container{
        width: 100%;
        padding: 0 7%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .h_links_container a{
        color: black;
        font-size: 0.9rem;
        display: flex;
        align-items: center;
    }

    .links_line{
        width: 2px;
        height: 15px;
        margin-left: auto;
        margin-right: auto;
        background-color: #060606;
        display: flex;
    }

    .links_img_icon{
        display: flex;
        width: 20px;
        height: auto;
        margin-right: 8px;
    }

    .home_news_list{
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }

    .h_news_right{
        height: auto;
        display: flex;
        width: calc(100% - 30px);
        margin: 10px 15px;
        position: relative;
    }

    .h_news_title1{
        display: flex;
        width: calc(100% - 10px);
        height: 160px;
        background: #ffffff;
        background-size: cover;
        margin-left: 10px;
        justify-content: start;
        align-items: center;
        transition: background 0.4s ease;
        position: relative;
    }

    .circle_pro{
        width: 80vw;
        height: 80vw;
        background: #606060;
        border-radius: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        z-index: -1;
        left: 50%;
        margin-left: calc(-40vw);
        top: 45%;
        margin-top: calc(-40vw);
    }
    .h_news_title1 .article{
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        z-index: 2;
        left: 0;
        top: 0;
        margin-left: 0;
        padding-left: 90px;
        width: 100%;
    }
    .h_news_right:nth-child(2){
        margin-left: 15px;
    }

    .h_news_title_bg{
        position: absolute;
        z-index: 1;
        left: 0;
        top: 0;
        width: 100%;
        height: 160px;
        background-size: cover;
        opacity: 0;
        transition: opacity 0.9s ease;
    }
    .h_news_title1 .article .article_titile{
        color: #1e1e21;
        font-size: 18px;
        font-weight: 700;
        transition: color 0.9s ease;
    }
    .h_news_datetime1{
        width: 80px;
        height: 80px;
        background: #1e1e21;
        position: absolute;
        z-index: 3;
        top: 40px;
        left: 0;
        color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: background 0.4s ease;
    }
    .h_news_datetime h2,.h_news_datetime1 h2{
        font-size: 18px;
    }
    .h_news_datetime p,.h_news_datetime1 p{
        font-size: 14px;
        text-align: right;
        width: 100%;
    }
    .h_news_title1 .article .article_comment{
        color: #1e1e21;
        font-size: 18px;
        padding: 0;
        transition: color 0.9s ease;
    }
    .home_news_more{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: end;
        margin-bottom: 2.774vw;
    }

    .home_news_more a{
        width: auto;
        height: 28px;
        line-height: 28px;
        background: #1e1e21;
        color: #ffffff;
        text-align: center;
        font-size: 14px;
        border-radius: 4px;
        margin-right: 15px;
        padding: 0 15px;
    }

    .about_nbody{
        width: calc(100% - 30px);
        margin: 0 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }

    .about_left{
        width: 100%;
        height: auto;
        margin-right: 0;
        position: relative;
    }
    .about_img{
        width: auto;
        height: auto;
    }

    .shuxian_box{
        position: absolute;
        width: 8px;
        height: 44%;
        top: 50%;
        right: 0;
        margin-top: -22%;
        z-index: 199;
    }

    .about_right{
        background: #cccdcd;
        width: 100%;
        display: flex;
        flex: 1;
        justify-content: center;
        align-items: center;
    }

    .about_content{
        width: calc(100% - 30px);
        color: black;
        margin: 10px 15px;
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }

    .about_content p{
        padding: 10px 0;
    }

    .contact_nbody{
        display: flex;
        flex-direction: column;
        margin: 0 15px;
        width: calc(100% - 30px);
        justify-content: space-between;
        align-items: stretch;
        background: #f9f9f9;
    }

    .about_long_pic{
        display: flex;
        width: 100%;
        margin: 35px 0 15px 0;
    }

    .my_search{
        margin-left: 0;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }

    .contact_font3{
        font-weight: normal;
        font-size: 18px;
        color: #040404;
        line-height: 28px;
    }

    .contact_font4{
        font-weight: normal;
        font-size: 14px;
        color: #a3a5a2;
        line-height: 22px;
    }

    .contact_img{
        width: 100%;
        height: 100vw;
    }

    .l__contact_text h3 {
        font-size: 20px;
        color: #a41d09;
        font-weight: 600;
        margin: 0 0 5px;
        text-transform: uppercase;
    }

    .l__contact_text {
        top: 5%;
        left: 5%;
        z-index: 199;
        border-radius: 10px;
        padding: 20px 10px;
        background: #ffffff;
        position: absolute;
        display: none;
    }

    .contact_address_img{
        width: 20px;
        line-height: 24px;
        height: 24px;
        display: flex;
        padding: 0 0.1vw;
        align-items: center;
        margin-right: 0.2vw;
    }

    .contact_font5{
        font-weight: normal;
        font-size: 16px;
        color: #202221;
        line-height: 24px;
    }

    .contact_address{
        margin-top: 5px;
        margin-bottom: 15px;
        display: flex;
        justify-content: start;
        align-items: start;
    }

    .product_nbody{
        width: calc(100% - 30px);
        margin: 0 15px;
    }

    .product_location{
        padding: 0 0;
        font-size: 16px;
        color: #000000;
        line-height: 28px;
        margin-top: 15px;
    }

    .product_cate:nth-child(odd){
        width: calc(50% - 4px);
        margin: 8px 4px 8px 0;
    }

    .product_cate:nth-child(even){
        width: calc(50% - 4px);
        margin: 8px 0 8px 4px;
    }

    .product_cate_name{
        font-family: Cambay-Regular, serif;
        width: 100%;
        padding: 30px 0 0 0;
        line-height: 24px;
        font-size: 18px;
        font-weight: 700;
        min-height: 108px;
        text-decoration: underline;
        color: #000000;
    }

    .productlist_nbody{
        width: calc(100% - 30px);
        margin: 0 15px;
        padding-bottom: 35px;
    }

    .productlist_location{
        padding: 0 0;
        font-size: 14px;
        color: #000000;
        line-height: 28px;
        margin-top: 15px;
    }

    .productlist_product:nth-child(odd){
        width: calc(50% - 4px);
        margin: 8px 4px 8px 0;
        justify-content: start;
        align-items: start;
    }

    .productlist_product:nth-child(even){
        width: calc(50% - 4px);
        margin: 8px 0 8px 4px;
        justify-content: start;
        align-items: start;
    }

    .productlist_catename{
        padding: 0 0;
        font-size: 18px;
        color: #000000;
        line-height: 34px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .productlist_img_box{
        width: 100%;
        height: calc(57.6vw - 22px);
        background-color: #e7e7e7;
        object-fit:cover;
        background-position: center;
        background-size: cover;
    }

    .productlist_product h2{
        font-size: 14px;
        line-height: 38px;
        margin-bottom: 8px;
        margin-top: 8px;
    }

    .productlist_product li{
        font-size: 12px;
        line-height: 20px;
    }

    .productlist_img_box span{
        width: 60px;
        height: 28px;
        border-radius: 28px;
        background-color: #ffffff;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #a41d09;
        font-size: 13px;
        margin: 8px 0 0 8px;
    }

    /* 产品详情 */
    .productdetails_container{
        width: 100%;
        padding: 0;
    }
    .p_details_swarp{
        display: flex;
        width: calc(100% - 30px);
        margin: 15px;
        flex-direction: column;
        justify-content: space-between;
        align-items: start;
    }
    .p_details_left{
        width: 100%;
        height: auto;
        background-color: #e7e7e7;
        margin-right: 0;
        justify-content: center;
        align-items: center;
    }

    .p_details_location{
        margin: 15px 0 20px 0;
        padding: 0 0;
        font-size: 14px;
        color: #000000;
        line-height: 28px;
    }

    .p_details_title{
        font-size: 18px;
        line-height: 34px;
        font-weight: 700;
    }

    .p_details_money{
        line-height: 28px;
        font-size: 16px;
        min-height: 28px;
        margin-top: 10px;
    }

    .p_details_size{
        line-height: 28px;
        height: auto;
        justify-content: start;
        align-items: center;
        border-bottom: 1px solid #1e1e1e;
        margin-bottom: 15px;
    }

    .p_details_size span{
        font-size: 16px;
        margin-right: 0;
    }

    .p_details_buy_btn a{
        margin-top: 8px;
        line-height: 36px;
        height: 36px;
        font-size: 16px;
        text-align: center;
        justify-content: center;
        align-items: center;
    }

    a.p_btn1{
        background-color: rgba(199,199,199,1);
        color: black;
    }

    a.p_btn2{
        background-color: rgba(146,152,161,1);
        color: #ffffff;
    }
    .p_details_right{
        flex: 1;
        width: 100%;
        justify-content: space-between;
    }

    .productdetails_relate{
        padding: 0 0;
        margin-bottom: 20px;
    }

    .productdetails_relate a{
        display: flex;
        justify-content: center;
        align-items: center;
        color: #9e1d09;
        font-size: 14px;
        width: auto;
        padding: 0 15px;
        height: 34px;
        line-height: 34px;
        background-color: #e7e7e7;
        border-radius: 0.29985vw;
    }

    .news_nbody{
        width: calc(100% - 30px);
        background: #ffffff;
        margin: 6.71vw 15px 0.975vw 15px;
        padding-bottom: 30px;
    }

    .news_nbody1{
        width: calc(100% - 30px);
        background: #ffffff;
        margin: 30px 15px 15px 15px;
        padding-bottom: 15px;
    }

    .news_nbody ul.news_box{
        display: flex;
        flex-direction: column;
        margin: 0 7.421vw 6.82vw 5.922vw;
    }

    .news_yeat{
        display: flex;
        justify-content: end;
        align-items: center;
        font-weight: 700;
        margin-right:15px;
        height: 38px;
        line-height: 38px;
        margin-bottom: 15px;
        color: #9e1d09;
        font-size: 18px;
        margin-top: 10px;
    }

    .news_nbody ul.news_box{
        display: flex;
        flex-direction: column;
        margin: 0 15px 15px 15px;
    }

    .news_nbody ul.news_box li{
        width:100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #464141;
        padding-bottom: 25px;
        margin-top: 25px;
    }

    .news_img{
        display: flex;
        width: 100%;
        height: auto;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .news_img img{
        object-fit: cover;
    }
    .news_text{
        flex: 1;
        display: flex;
        width: 100%;
        flex-direction: column;
    }
    a.news_title h2{
        display: inline-block;
        white-space: nowrap;
        color: black;
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        height: auto;
        line-height: 34px;
        font-size: 18px;
        font-weight: 700;
        transition: color 0.3s ease;
    }
    a.news_jianjie p{
        line-height: 22px;
        height: auto;
        width:100%;
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical;
        overflow:hidden;
        font-size: 14px;
        color: #000000;
        transition: color 0.3s ease;
    }
    .news_datetime{
        margin-top: 15px;
        font-size: 13px;
        color: #000000;
    }
    .news_nbody .details_news_box{
        display: flex;
        flex-direction: column;
        margin: 4.421vw 0 6.82vw 0;
    }
    .tie
    {
        font-size: 18px;
    }
    .news_nbody1 .about_content{
        margin-right: 0;
        margin-left: 0;
    }
    .time{
        margin: 10px 0;
        font-size: 13px;
    }
    .prea{
        display: flex;
        line-height: 24px;
        margin: 5px 0;
        font-size: 13px;
    }

    .prea span{
        background-color: rgba(205,205,205,1);
        color: #313131;
        width: auto;
        padding: 0 5px;
        text-align: center;
        border-radius: 4px;
        margin-right: 5px;
    }

    .slide_pc{
        display: none;
    }
    .slide_wap{
        display: flex;
        width: 100%;
    }
    .wap_home_video{
        display: flex;
        width: 100%;
        position: relative;
        z-index: 200;
    }
}