/*这个是导航栏背景透明代码*/
.head-info{
    background-color: rgba(255, 255, 255, 0.8);
    transition: background-color 0.5s;
}

/*新加的代码开始*/
.head-info{
    display: flex;
    font-size: 0.84vw;
    width: 100vw;
}
.head-info .l-wrap{
    width: 60vw;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 2vw;
}
.phone-dhl{
    width: 13vw;
}
.xfdh
{
    display: flex;height:100%;width:13vw;
    background-color:#b22222;
    justify-content: center;align-items: center;
    transition: background-color 0.3s ease;
}
.xfdh .zy-hm{font-size:1rem;color:rgba(255, 255, 255, 1);font-family:arial;font-weight: bold;width:10.5vw}
.xfdh .zy-hm span {font-size: 1.4vw;color: rgba(255, 255, 255, 1);transition: color 0.3s ease;}
.xfdh .iconfont.icon-phone{font-size:2.5vw;color: rgba(255, 255, 255, 1);transition: color 0.3s ease;}
.xfdh:hover {  
  background-color: #ff4500;
}
.head-logo02{min-width:100px;z-index:100;width:27vw;}
.head-logo02 a{height:100%;display:flex;align-items:center;}
.head-logo02 a img{width:23vw;max-height:100px;margin-left: 4vw;}

.nav-ul-01{display:flex;align-items:center;list-style:none;height:100%;float:right;position: relative;}
.nav-ul-01>li{margin-left:0.52vw;height:100%;display:flex;align-items:center;justify-content:center;position:relative;white-space:nowrap}
.nav-ul-01>li:first-child{margin-left:0px}
.nav-ul-01>li>a{display:inline-flex;align-items:center;justify-content:center;height:100%;font-size:0.84vw;font-weight:var(--fontbold6);color:var(--fontcolor);padding:0px 0.52vw;text-transform:capitalize;}
.nav-ul-01>li>a:hover{color:#b22222}
.nav-ul-01>li ul{list-style:none;background:#fff;min-width:220px;padding:0px;margin:0px;box-shadow:1px 2px 10px rgba(0,0,0,.1)}
.nav-ul-01>li>.nav-ul-02{position:absolute;top:100%}
.content01{position: absolute;top:100%;background-color:white;left:0px;height:500px;width:1400px;display: none;box-shadow: 0 8px 16px rgba(0, 0, 0, .18);}
.content01:hover {
      display: block;
    }
li:hover .content01 {
      display: block;
    }
/*这是导航栏列表的css*/
/* 内容容器的基本样式 */
.content01 {
    width: 100%;
    overflow-y: auto;
    flex-direction: column;
    height: 500px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* 列表样式 */
.ul-dh1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    width: calc(100%   20px);
}

/* 列表项样式 */
.ul-dh1 li {
    flex: 0 0 calc(20% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-right: 20px;
}  

/* 隐藏滚动条 */
.content01::-webkit-scrollbar {
    display: none; /* chrome, safari, opera */
}

.pro-img01 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.pro-img01 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pro-info1 {
    padding: 10px;
    text-align: center;
}

.donhua2 .pro-img01 img:hover {
    transform: scale(1.1);
}

/*下面是解决方案css代码*/
.title-jjfa{
        font-size: 2vw;
        line-height: 1.4vw;
        color: #333;
        font-weight: bold;
        margin-bottom: 2.1vw;
        margin-top: 2.1vw;
       text-align: center;
}
.fangan-1{
        width: 40%;
        padding-right: 5%;
        margin-left: 5%;
        margin-bottom: 20px;
        border-bottom: 1px solid #9c9292;
        padding-bottom: 5px;
        display: flex;
}
.fangan-2{
    font-size: 20px;
    text-align: left;
    color: #333;
    transition: all ease .15s;
    display: flex;
    width: 100%;
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
}
.fangan-1:hover .fangan-2 a {  
    color: #b22222;
}
.fangan-1:hover {
    border-bottom-color: #b22222;
}
.fangan-1:hover .iconfont.icon-right-arrow {
    color: #b22222;
}

.fnlist-all{
    display: flex;
    width: 100%;
    padding-right: 5%;
    margin-left: 5%;
    margin-bottom: 20px;
    border-bottom: 1px solid #9c9292;
    padding-bottom: 5px;
}
.fnlist{
    width: 45%;
    display: flex;
    margin: 0% 2.5%;
}
.ul-dh2{
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    padding: 0;  
    margin: 0;
}
.fnlist-left{
    font-size: 20px;
    text-align: left;
    color: #333;
    transition: all ease .15s;
    display: flex;
    width: 100%;
    padding: 0;
    line-height: 1.2;
    text-decoration: none;
}
.fnlist:hover .fnlist-all{  
    border-bottom-color: #b22222;
}
.fnlist:hover .fnlist-left{
    color: #b22222;
}
.fnlist:hover .iconfont.icon-right-arrow{
    color: #b22222;
}
.nav-ul-01 li>a{
    font-size: 0.84vw;
}
.mid-jrwm{
    margin-left: 15.63vw;
    margin-right: 15.63vw;
    margin-bottom: 2.61vw;
    margin-top: 2.61vw;
}
.sqjr-tie {
    font-size: 2.1vw;
    font-weight: var(--fontbold7);
    color:#b22222;
    margin-bottom: 20px;
    text-align: center;
}
/*新加的代码*/
.social-add {
    width: 90vw;
    margin-right: 5vw;
    margin-left: 5vw;
}
.social-add .box__con_1 {
    margin-bottom: 4vw;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.social-add .box__con_1 .txt_con {
    margin-top: 5%;
    width: 60vw;
    box-shadow: 0 0 8px 3px rgba(100, 100, 100, 0.3);
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 40px;
}
.social-add .box__con_1 .img_con {
    z-index: 1;
    width: 28vw;
    position: absolute;
    right: 0;
    top: 0;
    margin-left: 2vw;
}
.box__con_1 .txt_con h3 {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 2vw;
    color: #b22222;
}
.box__con_1 .txt_con h3::after {
    width: 40px;
    height: 3px;
    background-color: #cc0000;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
}
.box__con_1 .txt_con p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}
.txt_con .more_con {
    display: none;
}
.box__con_1 .txt_con p {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 20px;
}
.box__con_1 .txt_con h6 a {
    border: 1px solid #ccc;
    border-radius: 2em;
    display: inline-block;
    padding: 10px 30px;
}
.box__con_1 .txt_con h6 a i {
    padding-left: 10px;
}
.fal {
    font-family: 'font awesome 5 pro';
    font-weight: 300;
}
.fal{
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-angle-double-down:before {
    content: "\f103";
}
.box__con_1 .img_con {
    z-index: 1;
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.jiacu01{
    font-weight: bold;
    display: block
}
.case15{
    margin-left: 10vw;
    margin-right: 10vw;
    padding-left: 10vw;
    padding-right: 10vw;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border-radius: 50px;
    padding-top: 2vw;
    margin-bottom: 2vw;
}
.case15 p{
    font-size: 1vw;
}
.pageabout-1 .left{
    font-size: 1vw;
}
/*下面是新导航栏代码*/
.contentpro{position: absolute;top:100%;background-color: rgba(255, 255, 255, 1);left:0px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);width: 100%;display: none;}
.content02{position: absolute;top:100%;background-color: rgba(255, 255, 255, 1);left:0px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);width: 100%;display: none;}
.content03{position: absolute;top:100%;background-color: rgba(255, 255, 255, 1);left:0px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);width: 100%;display: none;}
.content04{position: absolute;top:100%;background-color: rgba(255, 255, 255, 1);left:0px;box-shadow: 0 4px 8px rgba(0,0,0,0.1);width: 100%;display: none;}
.ex11con{
    display: flex;
    position: relative;
    flex-direction: column;
    width: 20%;
    height: 600px;
    padding: 20px 0;
    background-color: #f9f8f8;
}
.ex11con li{
    opacity:1;
    list-style: none;
    width: auto;
    background-color: #f9f8f8;
    padding-top: 1vw;padding-bottom: 1vw;padding-left: 1.5vw;
    color:black;
    font-size: 1.3vw;
    position: relative;
    transition: all .3s;
}
li i{
    color:black;
    font-size: 1.3vw;
    display: inline;
    
}

li>.ico {
    position: absolute;
    width: auto;
    z-index: 1;
    top: 1vw;
    right: 22px;
  }

.ex11con li:hover{
    background-color: #fff;
    color: #b22222;
}

li:hover .content411 {
    display: block;
}

.content411:hover {
    display: block;
}

.content411 {
    background-color: #fff;
    position: absolute;
    left: 20vw;
    top: 0;
    width: 80vw;
    display: none;
    text-align: center;
    overflow-y: auto;
    height: 600px;
}
.ul-dh1-1 {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    margin: auto;
}
.ul-dh1-1 li {
    flex: 0 0 13%;
    box-sizing: border-box;
    margin-right: 0.6427%;
    margin-left: 0.6427%;
    background-color: white;
    color: black;
    opacity:1;
}
.ul-dh1-1 li:hover{
    background-color: white;
}

.hover-active, .ex11con li:hover {
    background-color: #fff;
    color: #b22222;
}
/*产品页*/
.pj02:hover .pj03{color:#b22222;}


.vid021{
    display: block;
    margin-right: 1vw;
    margin-left: 1vw;
    margin-bottom: 1.2vw;
}
.vid022{
    text-align: center;
    margin-top: 1vw;
}
/*footer后面的代码*/
.footer{background:#eaeaea;color:#000000;z-index:999;position:relative}
.footer::after{content:'';position:absolute;background:#fff url(/uploads/image/tpsimages/bg-3.jpg);color:var(--fontcolor);filter:opacity(.02);left:0px;top:0px;width:100%;height:100%;z-index:-1}
.footer a{color:var(--fontcolor)}
.footer ul{list-style:none;padding:0px}
.footer a:hover{color:#b22222}
.footer .foot-main{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;padding:70px 0 80px}
.footer .foot-main .foot-item{width:25%}
.footer .foot-main .foot-item.foot-code{width:15%}
.footer .foot-share{margin-top:40px}
.footer .foot-share ul{display:flex;flex-wrap:wrap}
.footer .foot-share ul a{margin-right:10px;width:36px;height:36px;background:#dedede;color:#b22222;display:inline-flex;align-items:center;justify-content:center;transition:all .1s linear;border-radius:var(--borderradius)}
.footer .foot-share ul a:hover{background:#b22222;color:#fff}
.footer .foot-share ul a em{font-size:20px;font-weight:var(--fontbold7)}
.footer .foot-title{font-size:24px;margin-bottom:20px;color:var(--fontcolor);position:relative;padding-bottom:6px}
.footer .foot-title::after{content:'';position:absolute;left:0px;bottom:0px;width:25px;height:3px;background:#b22222}
.footer .foot-list{display:flex;flex-wrap:wrap;justify-content:space-between}
.footer .foot-list li{width:50%}
.footer .foot-code img{width:auto;height:140px}
.footer .foot-code img:hover{transform:scale(1.01)}
.footer .foot-list a{display:inline-block;padding:4px 0;text-transform:capitalize}
.footer .foot-list a em{font-weight:var(--fontbold5);transform:rotate(90deg);margin-right:5px}
.footer .foot-touch .foot-inner{display:flex;margin-bottom:10px;align-items:flex-start}
.footer .foot-touch .foot-inner .icon{width:20px;display:inline-flex;align-items:center;justify-content:center}
.footer .foot-touch .foot-inner .icon em{font-size:18px;font-weight:var(--fontbold5);color:#b22222}
.footer .foot-touch .foot-inner .content{flex:1;padding-left:10px}
.footer .foot-touch .foot-inner .content .title{font-size:18px}
.footer .foot-touch .foot-inner .content .info{color:#333}
.footer .copyright{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;padding:20px 15px;background:#fafafa}
.footer .gotop{display:flex;justify-content:center;align-items:center;font-weight:600;cursor:pointer;transform:rotate(180deg);opacity:0}
.footer .gotop.act{animation:gotop 0.5s forwards}
.footer .gotop em{font-weight:300;font-size:15px !important;color:#fff;background:#b22222;width:40px;height:40px;border-radius:50%;display:flex;justify-content:center;align-items:center}