/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2024-11-12, 9:41:05
    Author     : bh_mao
*/
.banner{
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.banner .swiper-pagination-bullet{
    background: rgba(255,255,255,0.9);
    width: 30px;
    height: 5px;
    border-radius: 0;
}
.banner .swiper-pagination-bullet-active{
    background: #fff;
}

.bh-block{
    width: 100%;
    height: 20px;
}

.about{
    padding: 20px;
    background: #fff;
}
.about .about-pic{
    width: 569px;
    height: 397px;
    margin-right: 40px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.about .about-pic img{
    width: 569px;
    height: 397px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    object-fit: contain;
}
.about .about-pic::after{
    content: '';
    background: #ed881c;
    width: 435px;
    height: 435px;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}
.about .about-info{
    width: 530px;
}
.about .about-info .title{
    border: 0;
}
.about .about-info .intro{
    color: #4c4c4c;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 0;
}
.about .about-info .more{
    display: inline-block;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    color: #ed881c;
    border: 1px solid #ed881c;
    font-size: 18px;
}

.sub-title{
    font-size: 38px;
    color: #ed881c;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.sub-title::after{
    content: '';
    width: 40px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: 0;
}
.sub-line{
    color: #333333;
    font-size: 26px;
    margin-bottom: 10px;
}
.service{
    width: 100%;
    height: auto;
    background: url(../images/service_bg.jpg) no-repeat center center;
    padding: 60px 0;
}
.cate-name{
    padding-bottom: 60px;
    color: #fff;
    text-align: center;
}
.cate-name h1{
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cate-name p{
    font-size: 18px;
    text-transform: uppercase;
}


.pro-swiper{
    padding: 0 50px;
    width: 100%;
    height: 400px;
    overflow: hidden;
    box-sizing: border-box;
}
.pro-swiper .swiper-slide img{
    width: 331px;
    height: 212px;
    object-fit: cover;
    display: block;
    border: 1px solid #fff;
    background: #fff;
}
.pro-swiper .swiper-slide  .info{
    background: #fff;
    padding: 30px 20px;
    border-top: 1px solid #f8f8f8;
}
.pro-swiper .swiper-slide .topic{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}
.pro-swiper .swiper-slide .intro{
    font-size: 18px;
    color: #737373;
    height: 24px;
    line-height: 24px;
}
.news{
    background: #f3f3f3;
    padding: 50px 0;
}
.news .cate-name h1{
    color: #000;
}
.news .cate-name p{
    color: #666
}
.news .pic-news{
    width: 340px;
    margin-right: 20px;
    background: #fff;
}
.news .pic-news .pic{
    width: 100%;
    height: 245px;
    overflow: hidden;
    border-bottom: 1px solid #f8f8f8;
    box-sizing: border-box;
}
.news .pic-news .pic img{
    width: 100%;
    height: 245px;
    object-fit: contain;
    -webkit-transition: all 0.5s linear ; -moz-transition: all 0.5s linear;-o-transition:all 0.5s linear;transition: all 0.5s linear;
}
.news .pic-news .pic:hover img{-webkit-transform: scale(1.04,1.04); -moz-transform: scale(1.04,1.04);-ms-transform: scale(1.04,1.04);transform: scale(1.04,1.04);}

.news .pic-news .info{
    padding: 10px;
}
.news .topic{
    color: #333333;
    font-size: 18px;
    margin-bottom: 5px;
}
.news .topic:hover{
    color: #ed881c;
}
.news .intro{
    font-size: 15px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 10px;
}
.news .pic-news .date{
    font-size: 16px;
    color: #999999;
    position: relative;
    height: 28px;
    line-height: 28px;
}
.news .pic-news .date::after{
    content: ">";
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #cecece;
    border-radius: 15px;
    position: absolute;
    right: 10px;
    top: 0px;
}
.news .text-news{
    width: 480px;
    background: #fff;
}
.news .text-news li{
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
}
.news .text-news li:nth-last-of-type(1){
    border-bottom: 0;
}
.news .text-news li .date{
    border-right: 1px solid #e0e0e0;
    text-align: center;
    margin-right: 20px;
    padding-right: 20px;
}
.news .text-news li .date .day{
    font-size: 36px;
    color: #333333
}
.news .text-news li .date .month{
    font-size: 14px;
    color: #888888;
}
.news .more{
    display: block;
    margin: 50px auto 0;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background: #ed881c;
    color: #fff;
    font-size: 17px;
    text-align: center;
}

.widthContent {
    min-width: 1200px;
    width: 1200px !important;
}

.abouts-details {

}
.abouts-details nav {
    border-bottom: 1px solid #eee;
}
.abouts-details .topnav {
    height: 70px;
    width: 100%;
    height: 67px;
}

.abouts-leftnav {
    float: left;
}
.abouts-rightnav {
    float: right;
}
/* .abouts-rightnav .abouts-home img {
    display: block;
    float: left;
    margin-top: 27px;
    margin-right:10px ;

} */
.abouts-leftnav,
.abouts-rightnav {
    line-height: 70px;
} 

.abouts-leftnav ul li,
.abouts-rightnav ul li {
    height: 67px;
    float: left;
    box-sizing: border-box;
}
.abouts-leftnav ul li a,
.abouts-rightnav ul li a {
    text-decoration: none;
    color: #000;
}
.abouts-rightnav ul li a:hover{
    color: #ed881c;
}
.abouts-rightnav ul span {
    float: left;
    margin: 0 5px;
}
.abouts-rightnav ul span img{
    position: relative;
    top: 2px;
}
.abouts-leftnav ul li {
    margin-right: 45px;
    font-size: 16px;
}
.abouts-rightnav ul  li:last-child a {
    color:#ed881c;
}
.abouts-leftnav ul li:hover {
    border-bottom: 2px solid #ed881c;

}

.abouts-leftnav ul li:hover a {
    color: #ed881c;
}

.about-active {
    color: #ed881c;
    border-bottom: 2px solid #ed881c;
}
.about-active > a {
    color: #ed881c !important;
}
.about-xiangqing {
    padding: 30px 0;
    box-sizing: border-box;
    min-height: 244px;
    line-height: 30px;
}

.about-xiangqing p {
    margin-bottom: 50px;
    line-height: 30px;
    font-size: 15px;
}

.about-xiangqing .about-imgs {
    height: 260px;
    letter-spacing:17px; 
}

.about-xiangqing .about-imgs img {
    height: 100%;
}

.one-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container {
    width: 100%;
    min-width: 1400px;
}

.center {
    width: 1400px;
    margin: 0 auto;
}


.boxher::after,
.boxher::before{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.newCentent {

}
.newsItem {
    height: 240px;
    padding:30px 0 30px 0 ;
    box-sizing: border-box;
    border-bottom: 1px solid #eeeeee;
}
.newsItem a {
    text-decoration: none;
    color: #777777;
    display: block;
}
.newsItem .newimage {
    height: 190px;
    width: 260px;
    float: left;
    margin-right:30px ;
    overflow: hidden;
    border: 1px solid #f8f8f8;
    box-sizing: border-box;
    border-radius: 5px;
}
.newsItem .newimage img {
    width: 100%;
    height: 100%;
     object-fit: contain;
    -webkit-transition: all 0.5s linear ; -moz-transition: all 0.5s linear;-o-transition:all 0.5s linear;transition: all 0.5s linear;
}
.newsItem .newimage:hover img{-webkit-transform: scale(1.04,1.04); -moz-transform: scale(1.04,1.04);-ms-transform: scale(1.04,1.04);transform: scale(1.04,1.04);}

.newsItem .newimage img:hover{
    transform: scale(1.05);
}
.newsItem .newsDetails {
    width: 900px;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
    float: left;
}

.newsItem .newsDetails h4 {
    width: 900px;
    font-size: 26px;
    color: #000;
    font-weight: 600;
}
.newsItem .newsDetails h4:hover{
    color: #ed881c;
}
.newsItem .newsDetails p {
    width: 900px;
    font-size: 14px;
    line-height: 26px;
    height: 90px;
    padding: 15px 0 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 15px;
}

.newsItem .newsDetails span {
    font-size: 14px;
}



.commodity {
 
}
.commodity ul {
    width: 1245px;
    margin-top:-15px ;
    margin-left:-18px ;
}
.commodity-item {
    width: 290px;
    height: 220px;
    text-align: center;
    border: 1px solid #dedede;
    float: left;
    margin-top: 15px;
    margin-right:10px ;
}
.commodity-item:nth-of-type(4n+4){
    margin-right: 0px;
}
.commodity-item:hover {
    border: 1px solid #ed881c;
}
.commodity-item a {
    display: block;
    text-decoration: none;
    color: #444444;
    font-size: 14px;
}
.commodity-item img {
    display: block;
    width: 250px;
    height: 140px;
    margin:20px ;
    transition: 0.5s all;
    box-sizing: border-box;
}
.commodity-item img:hover{
    transform: scale(1.05);
}
.commodity-item a span {
    width: 100%;
    display: block;
    margin: 0 auto;
    line-height: 20px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    padding: 0 20px;
    box-sizing: border-box;
}
.commodity-item a span:hover{
    color: #ed881c;
}


.xwd-capition{width:100%;height:118px;}
.xwd_title{font-size:26px;color:#222222;padding-top:20px;width:100%;text-align:center;}
.xwd_time{font-size:14px;color:#aaaaaa;margin-top:20px;width:100%;text-align:center;}
.xwd-content{width:100%;min-height:100px;color:#666666;font-size:14px;line-height:26px;margin-top:20px;margin-bottom:30px;}
.xwd-cut{width:100%;border-top:1px solid #ededed;height:90px;margin-bottom:30px;}
.xwd-cut a:hover{color:#ed881c;}
.xwdc-left{height:100%;width:48%;float: left}
.xwdc-left>a{display:block;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}
.xwdc-right{width:48%;height:100%;float: right;}
.xwdc-right>a{display:block;width:100%;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#666666;line-height:45px;}



