@font-face {
    font-family: 'Arial';
    src: url('../font/ARIAL.TTF');
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:15px;
    vertical-align:baseline;
    background:transparent;
    font-family: 'Arial' !important;
}

/*body {
    line-height:1;
}*/

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

img{
    vertical-align: middle;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    text-decoration: none;
   
}
a, span, b, p,h1,h2,h3,h4,h5{
     font-family: 'Arial' !important;
    color: #363635;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select{
    outline: medium none;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input{
    padding: 0;
    border-radius: 1px;
}
input, select {
    vertical-align:middle;
}
li{
    list-style: none;
}
body{
    min-width: 300px;
    overflow-x: hidden;
}
.width1200{
    width: 1200px;
    margin: 0 auto;
}
.clearfix::after{
    display: block;
    content: '';
    height: 0;
    width: 0;
    clear: both;
}
.clearfix{
    zoom: 1;
}


.dq_name h3{
    color: #000;
    font-weight: bold;
}




.nav {
    position: relative;
    height: 63px;
    background: #EB5606;
    z-index: 99;
    display: flex;
    justify-content: space-between;

}
.nav a {
    color: #fff;
}
.nav .nLi {
    float: left;
    position: relative;
    display: inline;
    width: 22%;
}
.nav .nLi:nth-child(1){
    width: 17%;
}
.nav .nLi:nth-child(2){
    width: 24%;
}
.nav .nLi:nth-child(3){
    /* width: 24%; */
}
.nav .nLi:nth-child(7){
    width: 14%;
}
.nav .nLi.on{
    background-color:#F0F0F0;
}
.nav .nLi.on h3{
    position: relative;
}
.nav .nLi.on h3 a{
    font-weight: bold;
    color: #EB5606;
    font-size: 16px;
    border-right: none;
}
.nav .nLi h3 a{
    line-height:63px;
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    display: block;
    width: 100%;
    text-align: center;
}
.nav .nLi h3 {
    /*padding: 0px 36.45px*/
}
.nav .nLi h3::after{
    position: absolute;
    content: '';
    width: 1px;
    height: 20px;
    background: #DFDFDF;
    right: 0px;
    top:50%;
    transform: translateY(-50%);
}
.nav .nLi.on h3::after{
   width: 0px;
}
.nav .nLi:last-child h3::after{
     width: 0px;
}
.nav .nLi h3 span{
    line-height: 63px;
    padding: 0 18px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    cursor: default;

}
.nav .sub {
    display: none;
    width: 100%;
    left: 0px;
    top: 63px;
    position: absolute;
    background: rgba(235, 86, 6, 0.5);
    backdrop-filter:blur(10px);
    /*padding:0 10px;*/
}


.nav .sub li {
    zoom: 1;
    float: none;
    /*padding:0 10px;*/
}
.nav .sub a {
    display: block;
    text-align: left;
    font-size: 16px;
    padding:10px;


}
.nav .sub a:hover {
    /*background: #004fb1;*/
    color: #fff;
    background-color:rgba(235, 86, 6);
}



.top_case .width1200{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top_case .width1200 a.logo{
    display: block;
    height: 88px;
    line-height: 88px;
}

.seacher{
    margin-top:25px;
    position: relative;
    margin-bottom: 10px;
}
.seacher input::placeholder{
    font-size: 12px;
    text-indent: 1em;
}
.seacher input{
     text-indent: 1em;
}
.seacher form{
    display: flex;
    align-items: center;
    width: 285px;
    float: right;
}
.seacher .seacher-top{
    overflow:hidden;
}
.seacher .seacher-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.search_box_button {
    width: 57px;
    height: 40px;
    background:url(../images/ss.png) no-repeat center;
    background-size: 20px;
    background-color: #EB5606;
    border:0;
    outline:none;
    float:right;
}
.search_box_text {
    width: calc(100% - 58px);
    float:left;
    border:0;
    height: 38px;
    outline:none;
    line-height: 38px;
    background:#fff;
    border: 1px solid #E0DFDF;
    border-radius: 1px;
    border-right: 0px;
}

.contact-case{
    width: 256px;
    display: flex;
    align-items: center;
    text-align: center;
}
.contact-case img{
    width: 20px;
    margin-right: 10px;
    margin-left:18px;
}
.contact-case span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #EB5606;
    line-height: 37px;
}
.header_search {
    cursor:pointer;
    margin-top: 4px;

}
.header_search span {
    display:block;
    width:24px;
    height:22px;
    text-align:center;
    border:none;
    background:url(../images/ss.png) no-repeat center center;
    position:relative;
    margin:auto;
}
.header_search span img {
    vertical-align:middle;
    margin-top:-3px;
}
.header_search.on span {
    opacity:0.5;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity:0.5;
}




.footer-case{
    height: 296px;
    width: 100%;
    background: url(../images/footer.png) no-repeat center;
    margin-top: 30px;
    background-size: cover;
}
.footer-case .width1200{
    padding: 39px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-case .footer-left .inc{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 26px;
    color: #EB5606;
    margin:15px 0;
}
.footer-case .footer-left .contact-us{
     display: flex;
     align-items: center;
     height: 34px;
}
.footer-case .footer-left .contact-us h3{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 35px;
    color: #FFFEFE;
}

.footer-case .footer-left .contact-us a{
    margin-left: 15px;
}
.footer-case  .location{
    display: flex;
    align-items: center;
}
.footer-case   .location img{
    width: 13px;
}
.footer-case  .location span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-left: 10px;
}
.footer-case .footer-center h1{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    color: #EB5606;
    /* text-align: center; */
}

.footer-case .footer-center p{
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #EB5606;
}
/*æ‰‹æœºç«¯å¯¼èˆª*/

.leftsidebar_box {
    width:160px;
    height:auto !important;
    overflow:visible !important;
    position:fixed;
    right:-100%;
    top:0px;
    height:100% !important;
    z-index:9999;
    transition: all 0.3s;
}
.leftsidebar_box {
    background-color:#ffffff;
    width:70%;
}
.system_log {
    color:#000;
    font-size:15px;
    cursor:pointer;
    width:100%;
    text-indent:15%;
    display:block;
    border-bottom: 1px dotted #cac5c5;
}
.tt_tit {
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    color:#222121;
    line-height:35px;
    display:block;
    text-align:center;
    margin:10px 20px;
}

.menu_list ul li {
    color: #000;
    font-size: 16px;
    cursor: pointer;
    padding: 5% 0;
    width: 100%;
    text-indent: 9%;
    display: block;
    border-bottom: 1px dotted #808080;
}
.menu_list ul li a{
    color: #000;
}
.menu_list ul li .xiala{
    float: right;
    margin-right: 15px;
    margin-top: 6px;
}
.menu_list ul li .div1{
    margin-top: 15px;
}
.menu_list ul li .div1 a{
    display: block;
    color: #5a5757;
    font-size:14px;
    line-height: 34px;
    padding-left: 30px;
}

.bgDiv {
    width:100%;
    height:100%;
    background-color:#000;
    opacity:.5;
    position:fixed;
    display:none;
    z-index:999;
    bottom:0;
}

.menu {
    display:none;
    width:60px;
    height:42px;
    background:url(../images/redCross15.png) no-repeat center right;
    background-size:50%;
    margin-right:10px;
    position: fixed;
    right: -3px;
    top: 14px;
    z-index: 99;
}
.wzdh-name {
    font-size:20px;
    color:#ffffff;
    display:block;
    text-indent:50px;
    padding:15px 0;
    background-color:#EB5606;
    position: relative;
    line-height: 26px;
}
.wzdh-name i{
    font-style: normal;
    font-size: 25px;
    position: absolute;
    right: 15px;
    line-height: 26px;
    top: 13px;

}

/*.pop-up{
    width: 1061px;
    height: 807px;
    background: #FFFFFF;
    border-radius: 8px;
    position:fixed;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    z-index: 9999;
    display: none;
}
.pop-up .box{
    padding:30px 45px;
    position: relative;
}
.pop-up .box img{
    height: 490px;
    width: 100%;
    border: 1px solid #cdcdcd;
    margin-top: 20px;
}
.pop-up .box h1{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #030303;
    margin-top: 10px;

}
.pop-up .box h3{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 24px;
    color: #EB5606;
    opacity: 0.9;
}
.pop-up .box .title{
    font-size: 18px;
     color: #030303;
     margin-top: 10px;
     display: block;
}
.pop-up .box div {
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.pop-up .box div input{
    width: 98px;
    height: 30px;
    background: #ffffff;
    border: 1px solid #CBCACA;
    text-indent:2em;

}
.pop-up .box div span{
    width: 118px;
    height: 30px;
    line-height: 30px;
    background: #EB5606;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
     margin-left: 20px;
}
.pop-up .box i{
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 20px;
    background: url(../images/sc.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
}
*/

.tab-list-case .tab-list{
    display: none;
    overflow: hidden;
    padding-bottom: 20px;
}
.tab-list-case .tab-list .info{
    display: block;
    float: left;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px #CFCFCF;
    width: 275px;
    height: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 9px 0px #CFCFCF;
    text-align: center;
    margin-right: 33px;
    margin-top: 30px;
}
.tab-list-case .tab-list .info:nth-child(4n){
    margin-right: 0px;
}
.tab-list-case .tab-list .info img{
    /*width: 100%;*/
    /*height: 170px;*/
    max-width: 100%;
    max-height: 170px;
    object-fit: contain;
}
.tab-list-case .tab-list .info .box{
    padding: 15px 15px 8px 15px;
}
.tab-list-case .tab-list .info .box h3{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 90%;
    height: 20px;
}
.tab-list-case .tab-list .info .box div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 13px;
}
.tab-list-case .tab-list .info .box div input{
    width: 98px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #CBCACA;
    text-indent:2em;
    border-radius: 1px;
}
.tab-list-case .tab-list .info .box div span{
    width: 118px;
    height: 30px;
    line-height: 30px;
    background: #EB5606;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    display: block;
    
}
.tab-list-case .tab-list .info .box .title{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #030303;
    line-height: 20px;
    margin:10px 0;
    height: 40px;
    display: block;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.tab-list-case .tab-list .info .more{
    display: block;
    width: 72px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #EB5606;
    color: #EB5606;
    margin: 7px auto;
    font-size: 12px;
}
.tab-list-case .tab-list .info .more:hover{
    background-color: #EB5606;
    color: #ffffff;
}
.trolley-num{
    width: 175px;
    height: 34px;
    line-height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DEAD03;
    padding:0 10px;

}
.trolley-num img{
    width: 12px;
}
.trolley-num span{
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    margin-left:10px;
}

.float_box {
    position: fixed;
    left: calc(50% + 620px);
    top: 10%;
    z-index: 99;
}
.float_box .float_item {
    width: 55px;
    height: 52px;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DCDCDC;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 5px;
}
.float_box .float_item i{
    width: 61px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.float_box .float_item span{
    display: none;
    height: 52px;
    line-height: 52px;
    color: #000;
    background: #fff;
    border-radius: 6px 0 0 6px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 15px;
    position: absolute;
    right: 52px;
    top: -1px;
     border: 1px solid #DCDCDC;
     border-right: 0px;
     border-radius: 5px 0 0 5px;

}

.float_box .float_item3:hover .adress{
    display: block;
    text-indent: 20px;
    transition: transform .5s ease-in-out;
    transition: all 2s ease-in-out;
    width: 800%;
}
.float_box .float_item3:hover .tel {
    display: block;
    text-indent: 20px;
    width: 400%;
}
.float_box .sc{
    position: absolute;
    right: 0px;
    top:-24px;
}
.pagination > li > a:hover{
        color: #EB5606 !important;
}

.form-bnt{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media  only screen and (max-width: 1200px), only screen and (max-device-width: 1200px) {
    .width1200{
        width: 95%;
    }
     .top_case .width1200 a.logo{
        width:60%;
    }
    .top_case .width1200 a.logo img{
        width: 100%;
    }
    .nav .nLi h3 a{
       display: block;
       padding: 0;
       text-align: center;
    }
 
    .nav .nLi{
        width: 20.2%;
    }
    .nav .nLi:nth-child(3){
        width: 26%;
    }
    .nav .nLi:nth-child(1){
        width: 10%;
    }

    .nav .nLi h3 a{
        font-size: 14px;
    }
    .nav .nLi.on h3 a{
        font-size: 14px;
        padding: 0;
    }
}

@media  only screen and (max-width: 950px), only screen and (max-device-width: 950px) {
    .top_case .width1200 a.logo{
        width: 50%;
    }
    

    .contact-case img{
        width: 16px;
    }
    .top_case .width1200{
        display: block;
   }
   .top_case .width1200 a.logo{
        width: 100%;
        margin:0 auto;
        text-align: left;
   }
    .top_case .width1200 a.logo img{
        width: 70%;
     }
    .seacher{
        display: block;
        width:100%;
        margin:0 auto;
        margin-bottom:10px;
    }
    .seacher form{
        width: 100%;
    }
      .footer-case{
        height: auto;
   }
     .footer-case .footer-left .contact-us h3{
        font-size: 30px;
   }
   .footer-case .footer-left .inc{
        font-size: 20px;
   }
   .seacher .seacher-bottom{
        display: block;
    }
    .contact-case{
        width: auto;
        justify-content: center;
    }
    .trolley-num img {
        width: 15px;
    }
    .trolley-num span{
        font-size: 16px;
    }
    .trolley-num{
        margin:0 auto;
        width: 100%;
        padding: 0px;
        height: 40px;
        line-height: 40px;
    }
}

@media  only screen and (max-width: 870px), only screen and (max-device-width: 870px) {
  .nav_case{
    display: none;
  }
  .menu{
    display: block;
  }

  .banner{
    height: 275px;
  }
}
@media  only screen and (max-width: 820px), only screen and (max-device-width:820px) {
    .footer-center{
        width: 74%;
        margin-top: 5px;
    }
    .footer-left{
        width: 74%;
        /*margin-top: 14px;*/
    }
    .footer-case .width1200{
        justify-content: center;
        /* display: block; */
        flex-wrap: wrap;
    }

}
@media  only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
   .search_box_text{
        height: 40px;
        line-height: 40px;
   }
   .search_box_button{
         height: 42px;
        line-height: 42px;
   }


}

@media  only screen and (max-width: 600px), only screen and (max-device-width: 600px) {
      .footer-case{
        height: auto;
        margin-top: 0px;
   }
   .footer-case .width1200{
        padding:10px 0;
    }
    .footer-case .location {
        height: 20px;
    }
    
    .seacher .seacher-bottom{
        display: block;
    }
    
   .contact-case span{
        font-size: 16px;
   }
   .contact-case img{
        margin-left: 0px;
        width: 16px;
   }
   .top_case .width1200 a.logo{
        height: 65px;
        line-height: 65px;
   }
   .top_case .width1200 a.logo img{
        width: 82%;
   }
    .footer-case .footer-left .contact-us h3{
        font-size: 20px;
   }
   .footer-case .footer-left .inc{
        font-size: 16px;
        margin: 3px 0;
   }
   .footer-case .location span{
        font-size: 12px;
        line-height: 25px;
   }
   .footer-case .location img{
        width: 10px;
   }
   .footer-case .footer-left .contact-us a img{
    width: 25px;
   }
   .pagination > li > span,.pagination > li > a{
      padding: 2px 10px;
      font-size: 12px;
    }
}
