@font-face {
    font-family: "iconfont";
    src: url('iconfont.ttf?t=1721286209824') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 22px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-kefu:before {
    content: "\e65a";
  }
  
  .icon-weixin:before {
    content: "\e615";
  }
  
  .icon-dianhua:before {
    content: "\e609";
  }
  
  

.headTop{
    position: relative;
    font-size: 16px;
}
.headTop div,.headTop h1{
    font-size: 16px;
    font-weight:lighter;
    color: #000;
    line-height: 32px;
}

.headTop p{
    position: absolute;
    right: 0;
    top: 4.5px;
}
.headTop p a{
    font-size: 14px;
}
.headLogo{
    padding: 32px 0 24px;
}

.logo{
    width: auto;
    display: block;
    float: left;
}
.logo a{
    display: inline-block;
}

.search{
    float: left;
    width: 420px;
    margin-left: 200px; 
}
.search form{
    position: relative;
    border: 2px solid #c9151e;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}
.search .layui-input, .layui-select, .layui-textarea{
    border-width: 0;
}
.layui-form-select dl dd.layui-this{
    color: #c9151e !important;
}
.search .layui-form-select{
    border-right: 1px solid #c9151e;
}
.search .layui-form-select .layui-input{
    border-radius: 10px; 
}
.search  .layui-input{
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.search button{
    position: absolute;
    right: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.search >div{
    margin-top: 5px;
}
#search-button,#nav-button{
    display: none;
}
.search .layui-btn{
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}
.tell{
    float: right;
    margin-top: 7.5px;
    background-image: url(../images/tel-bg.png);
    background-repeat: no-repeat;
}
.tell p{
    font-size: 16px;
    font-weight: 500;
    margin-left: 60px;
}
.tell .mobile{
    font-size: 30px;
    font-weight: bold;
    color: #c9151e;
}   

.layui-bg-white{
    background-color:#eee !important;
 
}
.nav{
    display: flow-root;

}
.nav .layui-main{
    max-width:1130px ;
}
.nav .layui-bg-white{
    margin: 5px 0;
    display: flex;

}
.nav ul{
    height: 30px;
    line-height: 30px;
}
.nav li{
    float: left;
    display: inline;
}
.nav li a{
    padding: 10px 20px;
    color:#c9151e;
    font-weight: bold;
}
.nav .active{
    background-color:#c9151e;
    position: relative;
    transition: transform 0.5s ease; /* 平滑滚动效果 */  
}

.nav .active a{
    color: #fff;
}
.nav .active::after{
    content: "　";
    position: absolute;
    top: 0;
    left: -15px;
    width: 15px;
    height: 30px;
    background-color: #c9151e !important; 
    background-image: url(../images/nav-bg.png);
}
.nav .active::before{
    content: "　";
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 30px;
    background-color: #c9151e !important;
    background-image: url(../images/nav-bg.png);
    transform: rotate(180deg)

}


.headBanner{
    margin: 20px auto !important;
    display: table;
}
.headBanner .layui-col-space20{
    margin: auto !important;
}
.headBanner  .layui-col-md3{
    border-radius: 5px;
} 
.headBanner > .layui-row > .layui-bg-white>ul>li{
    padding: 5px 20px;    
    background-color: #cfcfcf !important;
    margin: 5px;
    border-radius: 10px;
}
.headBanner > .layui-row > .layui-bg-white>ul>li:first-child{
    background-color: #c9151e !important;
    color: #fff !important;
}
.headBanner > .layui-row > .layui-bg-white>ul>li:first-child a{
    color: #fff !important;
}
.headBanner > .layui-row > .layui-bg-white>ul>li h2{
    text-align: center;
    padding: 5px 0 2px 0;
}
.headBanner .layui-bg-white ul ol{
    overflow: auto;
    margin: auto;
    display: table;
}

.headBanner .layui-bg-white ul ol li{
    float: left;
    margin-left: 10px;
}

.headBanner .layui-carousel-ind ul{
    background-color: initial !important;
}
.headBanner .layui-carousel-ind ul li{
    background-color: #c2c2c2 !important;
}
.headBanner .layui-carousel-ind ul li.layui-this{
    background-color: #c9151e !important;
    width: 20px;
    border-radius: 5px;
}
.headBanner .qyys {
    overflow: auto;
    margin-top: 20px;
}
.headBanner .qyys li{
    float: left;
    text-align: center;
    width: 25%;
    position: relative;
}
.headBanner .qyys li::after{
    content: "";
    position: absolute;
    top: 26.5px;
    right: 3px;
    width: 2px;
    height: 60px;
    background-color: #c9151e !important;
}
.headBanner .qyys li:last-of-type::after{
    width: 0 !important;
}
.headBanner .qyys li p{
    height: 65px;
    line-height: 65px;
}
.headBanner .qyys li img{
    display: block;
    margin: auto;
}
.headBanner .qyys li b{
    display: block;
    margin: 5px 0;
}
.headBanner .layui-col-md6{
    margin-top: -10px;
}
.banner img{
    width: 100%;
    border-radius: 10px;
}
.formName{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #c9151e;
    position: relative;
    margin-top: 5px;
}

.formName::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 2em;
    height: 5px;
    background-color: #c9151e !important;
}

.msgaction form{
    margin-top: 30px;
}
.msgaction .layui-input-wrap .layui-input-prefix, .msgaction .layui-input-wrap .layui-input-split, .msgaction .layui-input-wrap .layui-input-suffix{
    width: 65px;
    color: #999;
}
.msgaction .layui-input-wrap .layui-input-prefix+.layui-input,.msgaction .layui-input-wrap .layui-input-prefix~* .layui-input{
    padding-left: 55px;
    border-radius: 10px;
    border-color: #c9151e;
}
.msgaction .layui-input-wrap .layui-input-prefix+.layui-input:hover,.msgaction .layui-input-wrap .layui-input-prefix~* .layui-input:hover{
    border-color: #c9151e !important;
}
.msgaction .layui-input-wrap{
    margin-bottom: 10px;
}
.msgaction button{
    margin: auto;
    display: block;
    width: 65%;
}

.msgaction .layui-input:focus,.msgaction .layui-textarea:focus {
    border-color: #c9151e !important;
    box-shadow: 0 0 0 3px rgb(249 123 129 / .08%)
}

.msgactionInfo{
    margin: 20px 0 18px;
    padding: 10px;
    border-color: #c9151e !important;
    border-width: 1px;
    border-style: solid;
    border-radius: 10px;
    background-color: #ffffff !important;
    overflow: hidden;  
    height: 300px; 
    position: relative;  
}
.msgactionInfoUl{
    position: absolute;  
    top: 0;  
    left: 0;  
    width: 100%;  
}
.scroll-item{
    line-height: 32px;
    height: 32px;
    text-align: center;  
    border-bottom: 1px dashed  #ccc;
    transition: transform 0.5s ease; /* 平滑滚动效果 */  
    width: 90%;
    margin: auto;
}
.scroll-item span{
    color: #999;
    margin-right: 10px;
}
.Index-layui-panel{
    border-width: 1px;
    border-style: solid;    
    border-color: #ccc !important;

}
.hotProlist ul{
    margin: 10px;
}
.ListImage{
    display: block;
}
.ListImage img{
    width: 100%;
}
.CaseListContent li p a:nth-child(1){
    width: 80%;
}
.indexName{
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    margin: 20px 0 ;
    padding: 10px 20px 15px;
}
.indexName span{
    position: relative;
    padding: 5px 25px;
    border-bottom: 1px solid #fff !important;
}

.indexName span::after{
    position: absolute;
    left: 0;
    bottom:-5px;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;

}
.indexName span::before{
    position: absolute;
    right: 0;
    content: "";
    bottom:-5px;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #fff;

}
.hotProlist ul li {
    border-width: 1px;
    border-style: solid;    
    border-color: #ccc !important;
    width: 24% !important;
    margin: .5% !important;
}
.hotProlist ul li p{
    position: relative;
    line-height: 28px;
    height: 40px;
    display: block;
    width: 95%;
    margin: auto ;
}
.hotProlist ul li p a{
    position: absolute;
    left: 0;
    top: 5px;
}
.hotProlist ul li p .more{
    right: 0;
    left: initial;
    padding: 0px 10px;
    color: #fff;
    background-color: #c9151e;
    border-radius: 5px;
}

.Plate_3{
    margin: 20px auto !important;
    display: table;
}
.Plate_3 .layui-col-md8{
    padding: 5px 5px 5px 0px !important;
}
.Plate_3 .layui-col-md4{
    padding: 5px 0px 5px 5px !important;
}
.Plate_3 ul li {
    border-width: 1px;
    border-style: solid;    
    border-color: #ccc ;
    width: 48% ;
    margin: 1% .5% 1% 1.5% ;
}
.Plate_3 ul li:nth-child(2n){
    margin: 1% 1.5% 1% .5%;
}
.Plate_3 ul li p{
    position: relative;
    line-height: 28px;
    height: 40px;
    display: block;
    width: 95%;
    margin: auto ;
}
.Plate_3 ul li p a{
    position: absolute;
    left: 0;
    top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.Plate_3 ul li p .more{
    right: 0;
    left: initial;
    padding: 0px 10px;
    color: #fff;
    background-color: #c9151e;
    border-radius: 5px;
}
.jzgd{
    text-align: center;
    margin: 20px auto;
}

.jzgd a{
    border-radius: 10px;
    color: #000 !important;
}
.Plate_3 > .layui-col-md4 > .Index-layui-panel:nth-child(1){
    margin-bottom: 15px;
}
.indexCase li p{
    height: auto !important;
    text-align: center;
}
.indexCase li p a{
    position: static !important;
}

.indexProblem>li{
    border-width: 0 !important;
    width: 95% !important;
    margin: auto !important;
    position: relative;
    padding-left: 15px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}
.indexProblem>li::before{
    border-radius: 0;
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 12px;
    background-color: #c9151e;
}
.indexProblem>li a{
    width: 75%;
    display: block;
}
.indexProblem li span{
    position: absolute;
    right: 0;
    top: 0;
}
.indexAd{
    padding: 10px;
    margin: 0 auto 20px !important ;
}
.indexAd img{
    width: 100%;
}
.indexAd2{
    margin: 20px auto 20px !important ;
}
.indexAd2 img{
    width: 100%;
}


.indexPro{
    margin: 20px auto !important;
    display: table;
}
.indexPro li {
    border-width: 1px;
    border-style: solid;    
    border-color: #ccc ;
    width: 48% ;
    margin: 1% .5% 1% 1.5% ;
}
.indexPro li:nth-child(2n){
    margin: 1% 1.5% 1% .5%;
}
.indexPro li p{
    position: relative;
    line-height: 28px;
    height: 40px;
    display: block;
    width: 95%;
    margin: auto ;
}
.indexPro li p a{
    position: absolute;
    left: 0;
    top: 5px;
}
.indexPro li p .more{
    right: 0;
    left: initial;
    padding: 0px 5px;
    color: #fff;
    background-color: #c9151e;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    margin: 4px 0;
}

.indexAbout{
    margin: 20px auto 20px !important ;
}
.indexAbout .layui-col-md7{
    padding-top: 50px;
    padding-left: 30px;
    background-image: url(../images/about_bg.png);
    background-position: 500px 5px;
    background-repeat: no-repeat;
}
.indexAbout img{
    width: 100%;
    border-right:10px solid #c9151e;
}
.indexAboutText h2{
    margin-bottom: 20px;
    font-size: 22PX;
}
.indexAboutText p{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 5px;
}
.indexNewsImg{
    width: 90%;
    margin: auto;
    position: relative;
}
.indexNewsImg img{
    width: 100%;
}
.indexNewsImg p{
    position: absolute;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background-color: #00000080;
    color: #fff;
    width: 100%;
}
.indexNewsImg p a{
    color: #fff;
    width: 95%;
    display: block;
    margin: auto;
}
.indexnewsUl{
    width: 90%;
    margin: 10px auto 0px;
    
}

.indexnewsUl li{
    border-width: 0 !important;
    margin: auto !important;
    position: relative;
    padding-left: 15px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    padding-bottom: 10px;
}
.indexnewsUl li::before{
    border-radius: 0;
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0px;
    top: 12px;
    background-color: #c9151e;
}

.indexnewsUl li:last-child{
    padding-bottom: 0px;
}
.indexNews .layui-col-md4::after{
    content: "";
    width: 1px;
    height: 100%;
    border-right: 2px dashed #999;
    position: absolute;
    right: 0px;
    top: 0;
}
.indexNews .layui-col-md4:last-child::after{
    content: "";
    width: 100px;
    height: 100%;
    border-right: 0px dashed #999;
    position: absolute;
    right: 0px;
    top: 0;
}
.indexnewsUl li a{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.indexNewsList{
    width: 90%;
    margin: auto;
}
.indexNewsName{
    font-size: 28px;
    font-weight: bold;
    color: #c9151e;
    border-bottom: 2px solid  #c9151e;
    padding-bottom: 4px;
    padding-right: 10px;
    display: inline-block;
    margin-top: 10px;
}

.indexNewsName span{
    font-size: 16px;
    font-weight: lighter;
    text-transform: uppercase;
    padding-left: 5px;
}

.indexNewsListUl{
    width: 90%;
    margin: 25px auto 0px;
}

.indexNewsListUl li{
    line-height: 32px;
    height: 32px;
    display: block;
    margin-bottom: 17px;
    font-size: 16px;
}
.indexNewsListUl li:last-child{
    margin-bottom: 0px;
}
.indexNewsListUl li a{
    width: 90%;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.indexNewsListUl li span{
    width: 22px;
    margin-right: 10px;
    height: 32px;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    color: #fff;
    background-color: #999;
    font-weight: bold;
    float: left;
}
.indexNewsListUl li:nth-child(1) span,.indexNewsListUl li:nth-child(2) span,.indexNewsListUl li:nth-child(3) span{
    background-color: #c9151e;
}

.indexNews2 .layui-col-md4::after{
    content: "";
    width: 1px;
    height: 100%;
    border-right: 2px dashed #999;
    position: absolute;
    right: 0px;
    top: 0;
}
.indexNews2 .layui-col-md4:last-child::after{
    content: "";
    width: 100px;
    height: 100%;
    border-right: 0px dashed #999;
    position: absolute;
    right: 0px;
    top: 0;
}
.indexNewImg{
    width: 90%;
    margin: auto;
}
.indexNewImg > a{
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.indexNewinfo{
    position: relative;
}
.indexNewImg .indexNewinfo > a{
    width: 200px;
    max-width: 200px;
    display: block;
}
.indexNewImg .indexNewinfo img{
    width: 100%;
    border-radius: 5px;
}
.indexNewdes{
    position: absolute;
    width: 130px;
    top: 20px;
    right: 0;    
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.indexLink {
    margin: 20px auto !important;
}
.indexLink a{
    margin-right: 10px;
}
.footnav ul{
    display: flow-root;
}
.footnav ul li{
    float: left;
}
.footnav ul li a{
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    display: block;
}
.footnav ul li:nth-child(1) a{
    padding-left: 0;
}
.footLogo {
    display: flex;
    position: relative;
}
.footTell{
    margin-left: 100px;
    font-size: 16px;
    line-height: 28px;
}

.footTell span{
    font-weight: bold;
    border-left: 5px solid #c9151e;
    padding-left: 8px;
}
.footwx{
    position: absolute;
    right: 60px;
    top: 25px;
    width: 100px;
}

.footwx img{
    width: 100%;
}
.footbq{
    line-height: 32px;
    font-size: 14px;
    color: #cfcfcf;
}
.footbq a{
    color: #cfcfcf;
}

.pcNone{
    display: none;
}


/* 项目列表页 */
.proListBanner,.newsListBanner,.newsBanner{
    margin: 15px auto !important;
}
.proListBanner img,.newsListBanner img,.newsBanner img{
    width: 100%;
}
.proList,.newsList{
    display: table;
}
.proList-left ul,.newsList-left ul{
    position: relative;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #9e9e9e;
    display: flow-root;
}

.proList-left li,.newsList-left li{
    float: left;
    padding: 10px 15px;
    font-size: 16px;
}

.proList-left .proList-this a,.newsList-left .newsList-this a{
    color: #c9151e;
}

.proList-left .proList-this,.newsList-left .newsList-this{
    font-weight: bold;
    position: relative;
}
.proList-left .proList-this::before,.newsList-left .newsList-this::before{
    content: "";
    position: absolute;  
    bottom: 1px;
    left: 50%; 
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent; 
    border-right: 8px solid transparent; 
    border-bottom: 7px solid #c9151e;  
}
.proList-left .proList-this::after,.newsList-left .newsList-this::after{
    content: "";
    width: 100%;
    height: 3px;    
    background-color: #c9151e;
    box-sizing: border-box;
    position: absolute;
    bottom: -1px;
    left: 0px;
}
.proListContent,.newsListContent{
    margin: 20px auto !important;
}

.proListContent li {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc !important;
    width: 31.333% !important;
    margin: 1% !important;
    padding: 0 !important;
}
.proListContent li p {
    position: relative;
    line-height: 28px;
    height: 40px;
    display: block;
    width: 95%;
    margin: auto;
}
.proListContent li p a {
    position: absolute;
    left: 0;
    top: 5px;
}
.proListContent li p .more{
    right: 0;
    left: initial;
    padding: 0px 10px;
    color: #fff;
    background-color: #c9151e;
    border-radius: 5px;
}

.Listright .formName,.Listright .formName{
    width: 90%;
    margin: 10px auto !important;
    font-size: 28px;
}
.Listright form{
    width: 90%;
    margin: 30px auto;
}
.Listright .msgactionInfo{
    margin: 20px auto 18px;
    width: 90%;
}

.Listright .formName,.Listright .formName{
    width: 90%;
    margin: 10px auto !important;
    font-size: 28px;
}
.Listright form{
    width: 90%;
    margin: 30px auto;
}
.Listright .msgactionInfo{
    margin: 20px auto 18px;
    width: 90%;
}
.news-left .formName,.news-left .formName{
    width: 90%;
    margin: 10px auto !important;
    font-size: 28px;
}
.news-left form{
    width: 90%;
    margin: 30px auto;
}
.news-left .msgactionInfo{
    margin: 20px auto 18px;
    width: 90%;
}
.caseListLeft{
    margin: 20px 0;
}

.proListTop{
    margin: 20px auto !important;
}
.proListTop .listTopName{
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #c9151e;
    text-align: center;
    padding: 10px 0;
}

.proListTop li{
    line-height: 32px;
    height: 32px;
    font-size: 16px;
    width: 90%;
    margin: 10px auto;
    position: relative;
}
.proListTop li span:nth-child(1){
    width: 20px;
    height: 20px;
    line-height: 22.5px;
    text-align: center;
    display: inline-block;
    background-color: #9e9e9e;
    border-radius: 5px;
    color: #fff;
    position: absolute;
    top: 5.5px;
    left: 0;
}
.proListTop li:nth-child(1) span:nth-child(1){
    background-color: #c9151e;
}
.proListTop li:nth-child(2) span:nth-child(1){
    background-color: #ff6400;
}
.proListTop li:nth-child(3) span:nth-child(1){
    background-color: #ffc750;
}

.proListTop li a{
    position: absolute;
    left: 30px;
    top: 0;
}
.proListTop li i{
    position: absolute;
    right: 50px;
    background-image:  url(../images/jiantou.png);
    background-repeat: no-repeat;
    width: 15px;
    height: 20px;
    top: 5.5px;
}

.proListTop li .down{
    background-image:  url(../images/jiantou2.png);
}
.proListTop li span:nth-child(4){
    position: absolute;
    right: 0;
}
.caseListUl{
    width: 95%;
    margin: auto;
}
.caseListUl li{
    border-width: 1px;
    border-style: solid;
    border-color: #ccc;
    width: 48%;
    margin: 1% .5% 1% 1.5%;
}
.caseListUl li:nth-child(2n) {
    margin: 1% 1.5% 1% .5%;
}
.caseListUl li p{
    position: relative;
    line-height: 28px;
    display: block;
    width: 95%;
    margin: auto;
    text-align: center;
}
.caseListUl li p a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.caseListRight .jzgd{
    margin: 15px auto;
}

.caseListRight .jzgd a{
    height: 30px;
    line-height: 30px;
}



.newsList .proListTop{
    margin: 0 !important;
}
.newsList .msgaction{
    margin: 20px 0 !important;
}

.newsListContent li{
    margin: 0px 20px 10px 20px;
    padding: 10px 0 20px 0;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-color: #9e9e9e;
}
.newsListContent li:nth-child(1){
    padding: 20px 0 !important;
}
.newsListImages{
    width: 25%;
    display: block;
    float: left;
}

.newsListImages img{
    width: 100%;
    border-radius: 8px;
}

.newsListInfo{
    
    width: 72%;
    float: right;
}
.newsListInfo a{
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    display: block;
}
.newsListInfo p:nth-child(2){
    font-size: 14px;
    color: #7f7f7f;
    margin-top: 10px;
}
.newsListInfo p:nth-child(3){
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    margin-right: 10px;
}
.newsListInfo p:nth-child(3) i{
    line-height: 20px;
    font-size: 14px;
    margin: 0 5px 0 10px;
}
.newsListContent > .jzgd{
    display: table;
    padding: 10px 0 20px 0;
    margin: auto;
}
.searchList{
    font-size: 16px;
    margin: 10px;
    font-weight: bold;
}
.searchList span{
    color: #c9151e;
    margin-right: 10px;
}

.RelatedLeft{
   /* margin: 20px 0 0;*/
}
.RelatedLeftName{
    font-size: 38px;
    font-weight: bold;
    color: #c9151e;
    border-bottom: 2px solid #c9151e ;
    position: relative;
    
    
}
.RelatedLeftName span{
    font-size: 14px;
    position: absolute;
    bottom: 3px;
    font-weight: lighter;
    text-transform: uppercase;
    right: 40px;
}
.RelatedProductImg{
    margin-top: 20px;
    display: block;
}
.RelatedProduct{
    position: relative;
}
.RelatedProductImg img{
    width: 100%;
}
.RelatedProductTitle{
    position: absolute;
    bottom: 20px;
    font-size: 22px;
    width: 80%;
    text-align: center;
    /* font-size: 28px; */
    font-weight: 900;
    color: #c9151e;
    display: block;
    padding: 0 10%;
    /* left: 15%; */
    line-height: 45px;
    height: 45px;
    /* transform: translateX(-7%); */
    background: linear-gradient(to right, #ffffff15 0%, #fff 50%, #fff 50%, #ffffff15 100%);
    
  -webkit-text-stroke: 1px #fff;
}
.RelatedProductTitle::after{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #c9151e;
    border: 1px solid #fff ;
    top: 16.5px;
    right: 45px;
    position: absolute;
}
.RelatedProductTitle::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background-color: #c9151e;
    border: 1px solid #fff ;
    top: 16.5px;
    left: 45px;
    position: absolute;
}
.RelatedProductTitle:hover{
    color: #c9151e;
}

.newsContent{
    margin-top: 10px;
}
.newsContent .articleHead h1{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}
.newsContent .articleHead p{
    text-align: center;
    margin: 20px;
    color: #7f7f7f;
}
.newsContent .articleHead p span{
    margin-left: 30px;
    margin-right: 5px;
}

.newsContent .articleBody p{
    font-size: 16px;
    line-height: 30px;
    text-align:justify;
    margin-bottom: 15px;
    text-indent:2em;
}

.newsContent .articleBody p img{
    text-align: center;
    width: 90%;
    margin: 0 auto 30px;
    display: block;
    border-radius: 10px;
}
.newsContent .articleBody h2{
    font-size: 18px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 10px solid #c9151e;
    line-height: 32px;
    margin-bottom: 15px;
    font-weight: 600;
}

.newsContent .articleBody h3{
    font-size: 16px;
    font-weight: 500;
    padding-left: 10px;
    border-left: 5px solid #c9151e;
    line-height: 32px;
    margin-bottom: 10px;
    font-weight: 400;
}

.articleRelatedList{
    margin-top: 20px;
}
/*
.news > .layui-row{
    display:inline-table;
}
*/
.news .articleRelatedList > .indexName {
    margin: 20px auto 10px;
}

.news .articleRelatedList > .layui-row{
    margin-bottom: 20px;
}

.product > .layui-row{
    display: block;
    margin: 20px 0;
}
#productImages li{
    padding: 0;
}
.productImage{

}
.productImage img{
    width: 100%;
}

.product .tese p:nth-child(1){
    font-size: 20px;
    padding: 10px 0 15px;
    font-weight: 500;
}

.product .tese p:nth-child(2){
    margin-bottom: 10px;
    line-height: 30px;
}
.product .tese p:nth-child(2) span{
    padding: 5px 10px;
    border-radius: 20px;
    margin-right: 5px;
    background-color: #c9151e;
    color:#fff;
    font-size: 16px;
}
.product .tese p:nth-child(2) span:nth-child(2){
    background-color: #49c13b;

}
.product .tese p:nth-child(2) span:nth-child(3){
    background-color: #ff7e00;
    
}
.product .tese p:nth-child(3){
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 30px;
}
.product .tese p:nth-child(4){
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
}
.product .tese p:nth-child(4) span{
    color: #c9151e;
    margin-left: 20px;
}
.product .tese p:nth-child(5){
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
}
.product .tese p:nth-child(5) .dui{
    background-image:  url(../images/dui.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top:5px;
}

.product .tese p:nth-child(5) span{
    padding-left: 24px;
    padding-right: 15px;
}
.product .tese p:nth-child(6){
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
    position: relative;
}
.product .tese p:nth-child(6) .dui{
    background-image:  url(../images/dui.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top:5px;
}

.product .tese p:nth-child(6) span{
    padding-left: 24px;
    padding-right: 15px;
}

.product .tese p:nth-child(7){
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
}
.product .tese p:nth-child(7) a{
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 5px;
    background-color: #c9151e;
    color: #fff;
    font-size: 16px;
}
.product .tese p:nth-child(7) a:nth-child(2){
    background-color: #49c13b;
}

.product > .layui-row > .proList-left >.layui-row >.layui-col-md7{
   /* padding: 10px 20px 10px 0px;*/
}
.product > .layui-row > .proList-left >.layui-row >.layui-col-md5{
    padding: 10px 0;
}
.layui-tab-title{
    margin-top: 30px;
}
.layui-tab-title li{
    font-size: 18px !important;
    color: #7f7f7f;
}
.layui-tab-title .layui-this{
    color: #c9151e !important;
    font-weight: bold;
    font-size: 20px !important;
}
.layui-tab-brief>.layui-tab-title .layui-this::after {
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #c9151e !important;
}

.layui-tab-brief>.layui-tab-title .layui-this::before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 7px solid #c9151e;
}


.layui-tab .Index-layui-panel{
    margin-top: 20px;
}
.productCase ul ,.productIssue ul{
    border-bottom-style: inherit;
}

.CaseListContent li {
    border-width: 1px;
    border-style: solid;
    border-color: #ccc !important;
    width: 31.333% !important;
    margin: 1% !important;
    padding: 0 !important;
}
.CaseListContent li p {
    position: relative;
    line-height: 28px;
    height: 40px;
    display: block;
    width: 95%;
    margin: auto;
}
.CaseListContent li p a {
    position: absolute;
    left: 0;
    top: 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;

}
.CaseListContent li p .more{
    right: 0;
    left: initial;
    padding: 0px 10px;
    color: #fff;
    background-color: #c9151e;
    border-radius: 5px;
}


.IssueListContent li{
    padding: 10px 0 20px 0;
    border-bottom-width: 2px;
    border-bottom-style: dashed;
    border-color: #9e9e9e;
    width: 100%;
}
.IssueListContent li:nth-child(1){
    padding: 20px 0 !important;
}
.productContent,.productFeature,.productEvaluate,.productCase{
    margin-top: 20px;
}
.layui-tab-item{
    min-height: 300px;
}
.productContent p,.productFeature p{
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 10px;
    text-align: justify;
}
.productContent img,.productFeature img{
    max-width: 90%;
    margin: 15px auto;
    text-align: center;
    display: block;
    border-radius: 10px;
}

.productContent h2,.productFeature h2{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: 10px solid #c9151e;
    padding-left: 10px;
}
.productContent h3,.productFeature h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    border-left: 5px solid #c9151e;
    padding-left: 10px;
}
.layui-timeline-title span{
    color: #7f7f7f;
    font-size: 14px;
    margin-right: 10px;
    font-weight: lighter;
}

.headBanner > .layui-row > .layui-bg-white>ul>li > a{
    display: none;
}

.pc_kf {
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 55px;
	z-index: 99999;
}
.pc_kf .nr {
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	position: relative; height:50px
}
.pc_kf .tel {
	width: 160px;
	background-color: #c9151e;
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	position: absolute;
	top: 0;
	right: -160px;
	opacity: 0;
}
.pc_kf .nr:hover .tel {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.pc_kf .ewm {
	width: 130px;
	padding: 10px 10px 0;
	background-color: #c9151e;
	position: absolute;
	bottom: 0;
	right: -180px;
	opacity: 0;
}
.pc_kf .ewm img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
}
.pc_kf .ewm p {
	font-size: 14px;
	color: #fff;
	line-height: 16px;
	margin-bottom: 10px;
}
.pc_kf .nr:hover .ewm {
	right: 56px;
	opacity: 1;
	transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.pc_kf .nr a {
	display: block;
	box-shadow: 0 0 10px #ddd;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
     color:#333;
    padding: 5px;
}
.pc_kf .nr i {
	color: #333; 
    display:block
}
.pc_kf .nr i.icon-aui-icon-qq {
	font-size: 22px;
}
.pc_kf .nr i.icon-weixin {
	font-size: 20px;
}
.pc_kf .nr i.icon-icon {
	font-size: 26px;
	vertical-align: middle;
}
.pc_kf .fh {
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background-color: #c9151e;
	text-align: center;
	line-height: 50px;
	color: #fff;
	cursor: pointer;
}
.pc_kf .fh i {
	font-size: 30px;
	font-weight: bold;
}

.e_m {
    display: none;
}
.layui-timeline-axis{
    color: #c9151e !important;
}

.FormTip{
    text-align: center;
    margin: 5px 0;
    color: #9f9f9f;
}

.productTitle{
    font-size: 26px !important;
    font-weight: bold;
    text-align: center !important;
    margin-bottom: 20px !important;
}
.page{
    text-align: center;
    margin: 15px 0;
}
.page span{
    padding: 0px 10px;
    color: #9E9E9E;
    /* background-color: #c9151e; */
    border-radius: 5px;
    border-color: #9E9E9E !important;
    border-width: 1px;
    border-style: solid;
    line-height: 32px;
    height: 32px;
    padding: 5px 10px;
    margin-right: 5px;
}
.page span a{
    color: #9E9E9E;
}
.page .page-numbar{
    border-width: 0px;
    padding:0px;
    margin-right: 0;
}
.page .page-numbar a{
    padding: 0px 10px;
    color: #9E9E9E;
    border-radius: 5px;
    border-color: #9E9E9E ;
    border-width: 1px;
    border-style: solid;
    line-height: 32px;
    height: 32px;
    padding: 5px 10px;
    margin-right: 5px;
}
.page-num-current{
    color: #fff !important;
    background-color: #c9151e;
    border-color: #c9151e !important;
}
.articlePage p{
    line-height: 32px;
    padding: 5px 0;
    font-size: 16px;
}
.articlePage p a{
    font-size: 18px;
}

#productImages{
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgb(0 0 0 / 20%);
}
#productImages div{
    
    border-radius: 10px;
}
#productImages img{
    width: 100%;
    border-radius: 10px;
}

.newsContent video{
    width: 90%;
    margin: auto;
    display: block;
    border-radius: 10px;
    max-height: 500px;
}
.newsContent{
    min-height: 350px;
}
.QRcode{
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: center !important;
    text-indent: 0; 
    box-shadow: 0px 0px 10px 5px #E0E0E0;
    border-radius: 10px;
}
.QRcode img{
    margin: 10px auto 0 !important;
    max-width: 200px;
}
.QRcode span{
    padding-bottom: 10px;
    display: block;
    text-indent: 0em;
}
.productContent ul{
    
    border-bottom-width: 0px;
}
.productContent li{
    width: 90%;
}
/* 平板  */
@media screen and (min-width: 600px) and (max-width: 1024px){
    .layui-main{
        width: 90% !important;
    }
    .headTop h1{
        font-size: 14px;
        width: 80%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .headTop p{
        top: 6px;
    }
    .headLogo{
        padding: 15px 0 !important;
    }
    .logo{
        width: 25%;
    }
    .logo img{
        width: 100%;
    }
    .search{
        width: 45%;
        margin-left: 5%;
    }
    .search >div{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .search button{    
        padding: 0 5px;
        line-height: 28px;
        height: 28px;
    }
    .search .layui-input{
        line-height: 28px;
        height: 28px;
        padding-right: 20px !important;
    }
    .search .layui-form-select .layui-input{
        width: 75px;
    }
    .layui-form-select .layui-edge{
        right: 5px !important;
    }
    .tell{
        background-size: 25%;
        background-position-y: 2px;
    }
    .tell p{
        font-size: 14px;
        margin-left: 40px;
    }
    .tell .mobile{
        font-size: 18px;
    }

    .headBanner > .layui-row > .layui-bg-white>ul>li h2 {
        font-size: 18px;
        padding: 0;
    }
    
    .headBanner > .layui-row > .layui-bg-white>ul>li{
        padding: 5px 0px;
    }

    .headBanner .qyys{
        margin-top: 10px;
    }
    .headBanner .qyys li p{
        height: 50px;
        line-height: 50px;
    }

    .headBanner .qyys li img{
        width: 30%;
    }
    .headBanner .qyys li:nth-child(2) img{
        padding-top: 3px;
    }
    .headBanner .qyys li:nth-child(4) img{
        padding-top: 8px;
    }

    .msgaction{
        display: none !important;
    }

    .Plate_3 .layui-col-md8{
        padding: 0 !important;
    }

    .indexPro{
        display: block;

    }

    .indexNews .layui-col-md4::after{
        border-bottom: 2px dashed #999 !important;
        border-right: 0px dashed #999 !important;
    }

    .indexAbout img{
        border-right: 0px solid #c9151e;
    }
    .indexAbout .layui-col-md7 {
        padding-left: 0;
        background-position: 400px 5px;
    }
    .indexNews > .layui-row > .layui-col-md4:nth-child(1){
        display: none;
    }
    .indexNews > .layui-row > .layui-col-md4:nth-child(2){
        display: none;
    }
    .indexNews > .layui-row .indexNewsList{
        width: 100%;
    }

    .indexNews > .layui-row .indexNewsListUl{
        width: 100%;
        margin: 25px auto;
    }
    .indexNews .layui-col-md4:last-child::after{
        width: 0;
    }
    .indexNewImg{
        width: 100%;
    }
    .indexNews2 > .Index-layui-panel > .layui-row > .layui-col-md4{
        margin-bottom: 20px;
    }   
    .indexNews2 .layui-col-md4::after{
        width: 0;
        border-right: 0px dashed #999;
    }
    .indexnewsUl{
        width: 100%;
    }

    .indexNewImg > a{
        font-size: 18px;
    }

    .indexNews2 > .Index-layui-panel > .layui-row > .layui-col-md4:nth-child(1){
        display: none;
    }

    .indexNewdes{
        position: absolute;
        width: 150px;
        top: 0px;
        left: 210px;
        right: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        overflow: hidden;
    }

    #productImages img{
        width: 100%;
    }

    .product > .layui-row > .proList-left >.layui-row >.layui-col-md7{
        width: 50%;
    }




}
@media screen and (min-width: 800px) and (max-width: 1024px){
    .headBanner > .layui-row > .layui-bg-white>ul>li h2{
        padding-top: 5px;
    }
    
    .headBanner .layui-bg-white ul ol {
        padding-top: 5px;
    }
    .indexPro{
        display: block;

    }
    .indexNews > .layui-row > .layui-col-md4:nth-child(2){
        display: block;
    }
    .indexNewsImg{
        margin-left: 0;
    }
}
@media screen and (min-width: 650px) and (max-width: 800px){

    .headBanner .layui-bg-white ul ol li:nth-child(3){
        display: none;
    }
    .headBanner .qyys li b{
        width: 55%;
        margin: 5px auto;
    }
    .headBanner .qyys span{
        width: 50% ;
        display: block;
        font-size: 12px;
        margin: auto;
    }
    .headBanner .qyys li::after{
        height: 90px;
    }
    .msgaction{
        display: none !important;
    }
    .indexPro{
        display: block;

    }
    .indexNews >.layui-row > .layui-col-xs6{
        width: 100% !important;
    }
    .indexNews2 .layui-row > .layui-col-xs6{
        width: 100% !important;
    }    
    
    .indexNewinfo > a:nth-child(1) {
        display: none;
    }
    .indexNewdes{
        width: 100%;
        position: initial;
        color: #7f7f7f;
        padding: 5px 0;
        left: 0;
    }
}
@media screen and (min-width: 600px) and (max-width: 650px){
    .tell{
        background-size: 20%;
        background-position-y: 5px;
    }
    .tell p{
        font-size: 14px;
        margin-left: 30px;
    }
    .tell .mobile{
        font-size: 16px;
    }
    .headBanner .qyys{
        margin-top: 10px;
    }
    .headBanner .layui-bg-white ul ol li:nth-child(3){
        display: none;
    }
    .headBanner .layui-bg-white ul ol li:nth-child(4){
        display: none;
    }
    .headBanner .qyys li{
        width: 50%;
    }
    .headBanner .qyys li p{
        height: 50px;
        line-height: 50px;
    }
    .headBanner .qyys li img{
        width: 20%;
    }
    .headBanner .qyys li:nth-child(2)::after{
        width: 0 !important;
    }

    .headBanner .qyys li:nth-child(4) img{
        padding-top: 13px;
    }
    .msgaction{
        display: none !important;
    }
    
    .hotProlist ul li{
        width: 48% !important;   
        margin: 1% !important;
    }
    .indexPro{
        display: block;
    }
    
    .indexNews >.layui-row > .layui-col-xs6{
        width: 100% !important;
    }
    .indexNews2 .layui-row > .layui-col-xs6{
        width: 100% !important;
    }

    .indexNewinfo > a{
        width: 100% !important;
        max-width: 100% !important;
    }
    .indexNewinfo{
        margin-bottom: 20px;
    }
    .indexNewinfo > a:nth-child(1) {
        display: none;
    }
    .indexNewdes{
        width: 100%;
        position: initial;
        color: #7f7f7f;
        padding: 5px 0;
        left: 0;
    }
    .footTell{
        display: none;
    }
    .footwx{
        top: 10px;
    }


}

/* 手机 */


@media screen and (max-width: 600px){
    .layui-main{
        width: 95% !important; 
    }
    .headTop{
        display: none;
    }
    .headLogo{
        padding: 15px 0;
        position: fixed !important;
        top: 0;
        width: 100% !important;
        background-color: #ffffff !important;
        z-index: 999;
        transition-property: all;
        transition-duration: .3s;
        transition-timing-function: linear;
        justify-content: space-between;
        box-shadow: 0px 15px 15px -15px #9e9e9e;
    }
    .logo {
        width: 25%;
        margin-left: 5%;
    }

    .logo > a img{
        width: 100%;
    }
 
    .tell{
        display: none;
    }
    
    #search-button,#nav-button{
        display: block;
        border: none;
        width: 30px;
        height: 48px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 40px;
        cursor: pointer;
        outline: none;
        margin: 10px 5px 10px 0px;    
        background-color: #fff;
    }
    #search-button{
        margin: 10px 0;
    }
    #nav-button{
        right: 2%;
    }
    
    #search-button i,#nav-button i{
        font-size: 20px;
    }


    .product,.newsBanner,.proListBanner,.newsListBanner,.headBanner{
        padding-top: 65px;
    }

    .search{
        margin: auto;
        width: 100%;
        opacity: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    }
    #search.show,#nav.show {
        opacity: 1;
        height: auto;
        visibility: visible;
      }
    .search form{
        margin: 20px auto 10px !important;
    }
    .search form ,.search >div{
        width: 90%;
        margin: 10px auto;
    }
    .search form > div:nth-child(1){
        width: 95px !important;
    }
    .search form > div:nth-child(1) .layui-form-select .layui-input{
        
        padding-right: 20px;
    }
    #nav{
        position: fixed;
        top: 67px;
        display: block;
        z-index: 99;        justify-content: space-between;
        box-shadow: 0px 15px 15px -15px #9e9e9e;
        opacity: 0;
        height: 0;
        overflow: hidden;
        visibility: hidden;
        transition: opacity 0.5s ease-in-out, height 0.5s ease-in-out;
    }
    .nav ul{
        height: auto;
    }
    .nav li{
        width: 100%;
        line-height: 32px;
        padding: 5px 0;
        font-size: 18px;
        font-weight: bold;
        border-bottom:1px dashed  #ccc
    }
    .nav li:last-child{
        border-bottom:0px dashed  #ccc;
    }

    .nav .active {
        background-color:initial
    }
    .nav .active::after,.nav .active::before{
        content:initial
    }
    .nav .active a{
        color: #c9151e;
    }
    .headBanner .layui-col-space20{
        position: relative;
    }
    .headBanner .layui-col-xs4,.headBanner .layui-col-xs8{
        width: 100%;
        position: absolute;
        top:0px;


    }
    .headBanner .qyys{
        margin-top: 10px;
    }
    .Plate_3{
        display: block;
    }

    .headBanner .layui-col-xs12{
        top: 810px;
    }

    .headBanner > .layui-row > .layui-bg-white>ul>li{
        width: 21%;
        margin: 2%;
        float: left;
    }

    .headBanner .qyys li{
        width: 50%;
        margin-top: 20px;
    }
    .headBanner .qyys li p{
        height: 50px;
        line-height: 50px;
    }
    .headBanner .qyys li img{
        width: 20%;
    }
    .headBanner .qyys li:nth-child(2)::after{
        width: 0 !important;
    }

    .headBanner .qyys li:nth-child(4) img{
        padding-top: 13px;
    }
    .headBanner .layui-bg-white ul ol{
        display: none;
    }

    #headHotNav ul li{
        padding: inherit;
        background-color: #cfcfcf00 !important;
    }

    #headHotNav ul li > a{
        display: block;

    }
    #headHotNav ul li > a img{
        width: 100%;
    }
    #headHotNav ul>li h2{
        font-size: 18px;
    }
    #headHotNav ul>li h2 a{
        color: #000 !important;
        font-size: 16px;
        
    }
    .hotProlist ul li{
        width: 49% !important;
    }

    .Plate_3 .layui-col-md8{
        padding: 0 !important;
    }

    .indexAbout img{
        border: initial;
    }
    .indexAboutText h2{
        width: 70%;
    }
    .indexAbout .layui-col-md7{
        padding-left: 0;
        background-position: 0px 5px;
        background-position-x: right;
    }
    .indexNews > .layui-row > .layui-col-md4:nth-child(1){
        display: none;
    }
    .indexNews > .layui-row > .layui-col-md4:nth-child(2){
        display: none;
    }
    .indexNews .layui-padding-3{
        padding: 0;
    }

    .indexNews .layui-col-xs6{
        width: 100%;
    }
    .indexNewsList,.indexNewsListUl{
        width: 100%;
    }

    .indexNews2 .Index-layui-panel  .layui-padding-3 {
        padding: 0 !important;
    }
    
    
    .indexNews2 .Index-layui-panel  .layui-padding-3 .layui-col-xs6{
        width: 100%;
        margin-top: 20px;
    }

    .indexNews2 .layui-col-md4::after{
        width: 0;
        border-right: initial;
        height: auto;
    }
    .indexNewinfo{
        overflow: hidden;
    }
    .indexNewImg{
        margin-bottom: 10px;
    }
    .indexNewImg .indexNewinfo a{
        width: 30% !important;
        float: left;
    }
    .indexNewdes{
        position: initial;
        float: left;
        width: 65%;
        margin-left: 3%;    
        -webkit-line-clamp: 3;
        margin-top: 5px;
    }
    .Plate_3 .layui-col-md4{
        margin: 20px auto 0;
        padding: 0 !important;
    }
    .indexLink{
        display: none;
    }
    .indexnewsUl{
        padding-bottom: 20px;
        border-bottom: 1px dashed  #ccc;
    }

    .indexNews2 .Index-layui-panel .layui-row .layui-col-xs6:nth-child(3) .indexnewsUl{
        border-bottom: initial;
    }

    .indexNews2{
        margin:0 auto 20px !important;
    }
    .footnav{
        display: none;
    }
    .footLogo {
        display: none;
    }
    .mNone{
        display: none;
    }
    .pcNone{
        display: block;
    }
    .pc_kf {
        width: 100%;
        background-color: #c9151e;
        position: fixed;
        right: 0;
        bottom: 0;
    }
    .pc_kf .nr {
        width: 25%;
        font-size: 20px;
        background: none;
        box-shadow: none;
        margin-bottom: 0;
        float: left;
    }
    .pc_kf .tel {
        display: none;
    }
    .pc_kf .ewm {
        display: none;
    }
    .pc_kf .nr a {
        display: block;
        width: 100%;
        border-radius: 0;
        background-color: #c9151e;
        box-shadow: none;
        color: #fff;font-size: 16px;
        position: relative;
    }
    .pc_kf .nr i {
        color: #fff;
    }
    .pc_kf .nr a:hover i {
        color: #fff;
    }
    .pc_kf .nr a::after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        background-color: #fff;
        right: 3px;
        top: 0;
        z-index: 99;
    }
    .pc_kf .fh {
        width: 25%;
        box-shadow: none;
        font-size: 22px;
        float: left;
    }
    .pc_kf .nr i {
        font-size: 20px;
    }

    .footbq{
        margin-bottom: 50px;
    }



    .e_m {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,.9);
        z-index: 99999;
        display: none;
    }
    .e_m .n_r {
        width: 200px;
        padding: 10px;
        background-color: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        text-align: center;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
    }
    .e_m .n_r img {
        width: 100%;
        height: auto;
        display: block;
    }
    .e_m .n_r p {
        font-size: 15px;
        color: #888;
        margin-top: 10px;
    }  
    #newsListNav{
        margin-top: 10px;
        border-bottom: initial !important;
    }
    
    #proListNav{
        border-bottom: initial !important;
    }
    #proListNav li,#newsListNav li{
        width: 22%;
        margin: 1.5%;
        text-align: center;
        padding: 5px 0;
        line-height: 26px;
        background-color: #cfcfcf;
        border-radius: 5px;
    }
    #proListNav .proList-this,#newsListNav .newsList-this{
        background-color: #c9151e;
    }
    #proListNav .proList-this::after,#newsListNav .newsList-this::after{
        display: none;
    }
    #proListNav .proList-this::before,#newsListNav .newsList-this::before{
        display: none;
    }
    #proListNav .proList-this a,#newsListNav .newsList-this a{
        color: #fff;
    }

    .newsListContent li:nth-child(1){
        padding: 10px 0 !important;
    }
    .newsListImages{
        width: 38%;
    }
    .newsListInfo{
        width: 60%;
    }
    .newsListContent li{
        margin: 0px 10px;
        padding: 10px 0 10px 0;
        border-bottom-width:1px;
    }
    .newsListInfo a{
        font-size: 16px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .newsListInfo p:nth-child(2){
        margin-top: 5px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .newsListInfo p:nth-child(3){
        display: none;
    }
    .proListTop ul{
        padding-bottom: 10px;
    }
    .msgaction{
        padding: 10px 0;
    }
    .caseListUl li{
        float: left;
    }
    .caseListUl{
        width: 100%;
    }
    .caseListRight{
        margin-bottom: 20px;
    }
    .proListContent li{
        width: 46% !important;
        margin: 2% !important;
        float: left;
    }
    .proListContent li p a{
        font-size: 14px;
    }
    .proList-left > .proListContent > li > a{
        display: block;
    }

    .proListTop{
        margin: 0 auto 20px auto !important;
    }
    .newsContent .articleHead h1{
        font-size: 20px;
        margin-top: 15px;
    }
    .newsContent .articleBody p{
        margin-bottom: 15px;
    }
    .product .tese p:nth-child(1){
        padding: 8px 0;
    }
    .product .tese p:nth-child(2){
        margin-bottom: 5px !important;
    }
    .product .tese p:nth-child(3),.product .tese p:nth-child(4),.product .tese p:nth-child(5),.product .tese p:nth-child(6),.product .tese p:nth-child(7){
        padding-left: 0px;
    }
    .product .tese p:nth-child(7){
        overflow: hidden;
    }
    .product .tese p:nth-child(7)::after{
        content: '';
        display: block;
        clear: both;
    }
    .product .tese p:nth-child(7) a{
        margin-right: 0;
        width: 45%;
        padding: 5px 0;
        text-align: center;
    }
    .product .tese p:nth-child(7) a:nth-child(1){
        float: left;
    }
    .product .tese p:nth-child(7) a:nth-child(2){
        
        float: right;
    }
    .product > .layui-row > .proList-left >.layui-row >.layui-col-md5{
        padding: 10px !important;
    }

    .product .tese p:nth-child(2) span{
        font-size: 14px;
    }
    .product > .layui-row{
        margin: 10px 0 !important;
    }
    .product > .layui-row > .proList-left >.layui-row >.layui-col-md5{
        padding: 0 10px 10px !important;
    }
    .product h1{
        font-size: 22px;
    }
    .layui-tab > .layui-tab-title > li{
        width: 20%;
        padding: 0 !important;
        font-size: 14px !important;
    }
    .layui-tab > .layui-tab-title > .layui-unselect{
        display: none;
    }


    .layui-tab-brief{
        width: 100%;
        overflow: hidden;
    }
    .layui-tab .layui-tab-title{
        width: 13%;
        padding: 0px;
        float: left;
        height: auto !important;
        border-bottom-width: 0px !important;
        margin-top: 10px;
        line-height: 20px !important;
    }
    .layui-tab .layui-tab-title li{
        width: 2em;
        min-width: 1em !important;
        padding: 8px !important;
        height: 100%;
        white-space:initial;
        line-height: 18px !important;
        border-radius: 5px;
        margin-bottom: 10px !important;
        background-color: #cfcfcf;
    }
    .layui-tab-title .layui-this{
        background-color: #c9151e !important;
        color: #fff !important;
    }
    .layui-tab .layui-tab-content {
        width: 78%;
        float: right;
    }
    .layui-tab[overflow]>.layui-tab-title{
        overflow: initial !important;
    }

    .layui-tab-brief>.layui-tab-title .layui-this::before,.layui-tab-title .layui-this:after{
        display: none;
    }
    .layui-tab .Index-layui-panel{
        margin-top: 10px;
    }

    .productContent, .productFeature, .productEvaluate, .productCase, .productIssue {
        margin-top: 0px;
    }

    .layui-tab .layui-padding-3{
        padding: 10px !important;
    }

    .titleFixed{
        position: fixed !important;
        left: 19px !important;
        top: 65px;
    }

    #Listright > .msgaction{
        margin-bottom: 20px;
    }

    .productCase .CaseListContent li{
        width: 48% !important;
    }
    .productCase .CaseListContent li p{
        font-size: 14px;
        line-height: 24px;
    }
    .productCase .CaseListContent li p .more{
        line-height: 24px;
        padding: 0 3px !important;
        font-size: 12px;
    }
    .productIssue .IssueListContent li{
        padding: 10px 0 !important;
    }

    .productIssue .newsListInfo .newsListInfo{
        margin-top: 0;
    }
    .productIssue .IssueListContent li{
        border-bottom-width: 1px;
    }
    .productIssue .newsListInfo a{
        margin-top: 3px;
        font-size: 14px;
    }

    .productIssue .newsListInfo p:nth-child(2) {
        margin-top: 0px;
        font-size: 12px;
    }

    .layui-timeline-title span{
        margin-left: 0;
        font-size: 12px;
    }
    .layui-form-select dl{
        top: 0 !important;
        border-radius:10px !important;
    }
    .headBanner .qyys{
        position: absolute;
    }
    .newsList{
        display: block;
    }
    .newsListContent li{
        width: 95%;
    }
    .newsListContent li::after{
        content: '';
        display: block;
        clear: both;
    }
    .CaseListContent li p a:nth-child(1){
        width: 75%;
    }
    .QRcode {
        position: initial;
    }
    .QRcode img{
        padding-top: 15px;
        max-width: 100%;
    }
}









        .wechat-div{
            width: 100%;
            height: auto;
            overflow: hidden;
            max-width: 320px;
            display: flex;
            position: fixed;
            top: 200px;
            right:0px;
            
            /* top:20px; */
            z-index: 99999999;
            justify-content: center;
            /* transition: opacity 1s ease-in-out, height 1s ease-in-out; */
            transition: right 0.5s ease, opacity 0.5s ease;
        }
        .wechat{
            width: 96%;
            height: auto;
            max-width: 320px;
            overflow: hidden;
            background: white;
            padding: 10px;
            border: 1px solid #ccc;
            box-sizing: border-box;
            border-radius: 5px;
            margin:20px auto;
            box-shadow: 0 0 10px #ddd;
        }

        .wechat-title img{width:22px;float:left;border-radius: 5px;}
        .wechat-title p{float:left;color:#333;margin-left:10px;display:inline-block;font-size:14px}
        .wechat-title span{line-height:22px;padding:2px 2px 0rem;font-size:14px}
        .wechat-content{width:100%;height:auto;overflow:hidden}
        .wechat-text{width:85%;height:auto;float:left;padding-top:10px}
        .wechat-photo{width:14%;height:auto;float:right;text-align:right}
        .wechat-photo img{width:100%}
        .wechat-text .wechat-name{color:#000;font-size:17px}
        .wechat-text .wechat-conn{color:#666;white-space:nowrap;margin-top:5px;font-size:13px;overflow:hidden;text-overflow:ellipsis}

        @media screen and (max-width: 600px){
            .wechat-div{
                max-width: 750px;
                top: -200px;
                transition: top 0.5s ease, opacity 0.5s ease;
            }
            .wechat{
                max-width: 750px;
            }    
        }







.articleBody table{
    width: 100%;
    text-align: center;
    margin: 20px auto;
}

.articleBody table thead tr{
    background-color: #ebedef;
    height: 38px;
    line-height: 38px;
    margin:10px 0 ;
}
.articleBody table tbody tr{
    height: 38px;
    line-height: 38px;
    margin:10px 0 ;
    
    
}