@charset "uft-8";
/*banner*/
.banner{margin:0 auto; position:relative; width:100%;}
.banner img{ display:block; width:100%;}
.banner .hd ul{ width:100%; position:absolute; z-index:999; left:0; bottom:34px; text-align:center;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.banner .hd ul li{ width:16px; height:16px; border-radius:8px; background:#fff; text-indent:-9999px; overflow:hidden; margin:0 5px; display:inline-block; *display:inline; overflow:hidden; text-align:center; cursor:pointer; *zoom:1;transition:0.5s;-moz-transition:0.5s;-webkit-transition:0.5s;-o-transition:0.5s;}
.banner .hd ul li.on{ width:60px;background:#eb3c00; }
.banner .bd{ position:relative; height:100%; z-index:0; }
.banner .bd li{ zoom:1; vertical-align:middle;}
.banner .prev{display:block; position:absolute; left:6%; top:40%;}
.banner .prev img{display:block; width:100%;}
.banner .next img{display:block; width:100%;}
.banner .next {display:block; position:absolute; right:6%; top:40%;}



/*首页*/
.main-product{
    padding: 48px 0 94px 0;
    background: #f7f7f7;
}
.main-product .pro-list{
    width: 1200px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}
.main-product .pro-list .proitems{
    overflow: hidden;
    position: relative;
    width:200px;
    height:340px;
    display: block;
    float: left;
}
.main-product .pro-list .proitems:before{
    content: "";
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    right: 50%;
    z-index: 1;
    transition: all 0.2s ease-out 0.2s;
}
.main-product .pro-list .proitems:hover:before{
    left: 0;
    right: 0;
    box-shadow: 0 0 0 #fff;
    transition-delay: 0s;
}
.main-product .pro-list .proitems img{
    width: 100%;
    height: auto;
    transition: all 0.6s ease-out 0s;
}
.main-product .pro-list .proitems:hover img{ opacity: 0.7; }
.main-product .pro-list .proitems .box-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.main-product .pro-list .proitems .title{
    font-size: 24px;
    line-height:340px;
    height:340px;
    text-align:center;
    color: #fff;
    opacity: 0;
    transition: all 0.1s ease-out 0s;
    width:160px;
    margin:0 auto;
}
.main-product .pro-list .proitems .description{
    width:170px;
    height:294px;
    opacity: 0;
    position: absolute;
    top:50%;
    left:50%;
    margin:-147px 0 0 -87px;
    background:none;
    border:#fff 2px solid;
    transition: all 0.1s ease-out 0s;
}
.main-product .pro-list .proitems:hover .title,
.main-product .pro-list .proitems:hover .icon,
.main-product .pro-list .proitems:hover .description{
    opacity: 1;
    transition-delay: 0.16s;
}

.main-company{
    background: #fff;
    padding: 48px 0 0 0;
}
.main-company .list{
    width: 1212px;
    margin: 54px auto 74px auto;
}
.main-company .list .items{
    float: left;
    width: 290px;
    height: 413px;
    background: url("../images/company_bg.png") no-repeat top center;
    background-size: 100%;
    -moz-box-shadow:0px 0 6px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0px 0 6px rgba(0,0,0,0.2); 
    box-shadow:0px 0 6px rgba(0,0,0,0.2); 
    margin-right: 13px;
    padding-top: 40px;
    border-radius: 4px;
    border: #fff 1px solid;
}
.main-company .list .items:hover{
    border: #eb3c00 1px solid;
}
.main-company .list .items:nth-child(4){
    margin-right: 0;
}
.main-company .list .items .icon{
    width: 112px;
    height: 76px;
    display: block;
    margin: 0 auto 42px auto;
}
.main-company .list .items .name{
    width: 220px;
    margin: 0 auto;
    line-height: 34px;
    height: 34px;
    font-size: 26px;
    text-align: center;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main-company .list .items .eng{
    width: 260px;
    margin: 8px auto 0 auto;
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    text-align: center;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.main-company .list .items .p-line{
    width: 40px;
    height: 4px;
    margin: 12px auto 18px auto;
    display: block;
    background: #eb3c00;
}
.main-company .list .items .des{
    width: 200px;
    margin: 0 auto;
    font-size: 14px;
    color: #000000;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.main-company .list .items .p-link{
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 24px auto 0 auto;
    color: #eb3c00;
    border: #eb3c00 1px solid;
    border-radius: 4px;
}
.main-company .list .items .p-link:hover{
    background: #eb3c00;
    color: #fff;
}
.main-company .main-company-intro{
    width: 100%;
    height: 431px;
    background: url("../images/company_bg1.png") no-repeat top center;
}
.main-company .main-company-intro .introduce{
    padding: 18px 0 0 0;
    width: 1156px;
    margin: 0 auto;
    height: 396px; 
    overflow: hidden;   
}
.main-company .main-company-intro .introduce .pic{
    width: 320px;
    height: 379px;
    display: block;
    -moz-box-shadow:0px 4px 9px #000000; 
    -webkit-box-shadow:0px 4px 9px #000000; 
    box-shadow:0px 4px 9px #000000;
    float: right;
    margin-right: 26px;
}
.main-company .main-company-intro .introduce .c-fl{
    float: left;
    padding: 76px 0 0 0;
    width: 704px;
}
.main-company .main-company-intro .introduce .c-fl h1{
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 18px;
}
.main-company .main-company-intro .introduce .c-fl p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    height: 180px;
    color: #ffffff;
}

.main-solution{
    background: #fff;
    padding: 40px 0 0 0;
}
.main-solution .main-solution-bg{
    width: 100%;
    height: 518px;
    background: url("../images/solution_bg.png") no-repeat top center;
}
.main-solution .main-solution-bg .list{
    width: 1000px;
    margin: 60px auto 0 auto;
    overflow: hidden;
}
.main-solution .card {
    position: relative;
    width: 300px;
    background-color: #fff;
    overflow: hidden;
    height:480px;
    float: left;
    margin-right: 50px;
    display: block;
}
.main-solution .card:nth-child(3n){
    margin-right: 0;
}
.main-solution .card:hover {
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.main-solution .card-thumb {
    height: 480px;
    overflow: hidden;
    background-color: #000;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
}
.main-solution .card-thumb img {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
}
.main-solution .card:hover .card-thumb {
    height: 600px;
}

.main-solution .card:hover .card-thumb img {
    opacity: 0.6;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.main-solution .card-body {
    position: absolute;
    height: 56px;
    padding: 20px;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    bottom:0;
    background:rgba(0,0,0,0.6);
    color: #fff;
}
.main-solution .card:hover .card-body {
    height: 210px;
}
.main-solution .card-line{
    width: 40px;
    height: 3px;
    margin: 4px auto;
    display: block;
    background: #fff;
}


.main-solution .card-title {
    margin: 0;
    padding: 0 0 0 0;
    color: #fff;
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    width: 260px;
    margin: 0 auto;
}

.main-solution .card-subtitle {
margin: 0;
padding: 0 0 10px 0;
font-size: 19px;
}

.main-solution .card-description {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 27px;
    height: 135px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(45px);
            transform: translateY(45px);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.main-solution .card:hover .card-description {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
}

.main-news{
    background: #fff;
    padding: 48px 0 96px 0;
}
.main-news .list{
    width: 1200px;
    margin: 36px auto 0 auto;
    overflow: hidden;
}
.main-news .list .items{
    -moz-box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    background: #fff;
    height: 142px;
    width: 556px;
    display: block;
    margin: 10px 10px 20px 10px;
    border-radius: 4px;
    padding: 32px 10px;
    overflow: hidden;
    border:#fff 2px solid;
}
.main-news .list .items:nth-child(odd){
    float: left;
}
.main-news .list .items:nth-child(even){
    float: right;
}
.main-news .list .items:hover{
    border:#eb3c00 2px solid;   
}
.main-news .list .items:hover .info .headtitle{
    color: #eb3c00 !important;
}
.main-news .list .items .pic{
    width: 192px;
    height: 128px;
    display: block;
    float: left;
}
.main-news .list .items .info{
    width: calc(100% - 192px - 20px);
    float: right;
}
.main-news .list .items .info .time{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main-news .list .items .info .n-line{
    width: 96px;
    height: 2px;
    display: block;
    background: #eb3c00;
    margin: 6px 0;
}
.main-news .list .items .info .headtitle{
    font-size: 26px;
    color: #000;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main-news .list .items .info .dd{
    font-size: 16px;
    color: #444;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 18px;
}

.main-contact{
    width: 100%;
    height: 852px;
    background: url("../images/contact_bg.jpg") no-repeat top center;
    padding: 46px 0 0 0;
}
.main-contact .list{
    width: 1000px;
    margin: 32px auto 0 auto;
}
.main-contact .list .ipt_txt{
    padding:20px; 
    background:rgba(255,255,255,0.6); 
    width:100%; 
    line-height:60px; 
    height:60px; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    font-size:18px; 
    border:none;
    outline:none;
    color: #000;
    margin-bottom: 20px;
}
::-webkit-input-placeholder{
    color:#000;
}
::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#000;
}
:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#000;
}
:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#000;
}
.main-contact .list .ipt_txt:focus{
    border:#eb3c00 2px solid; 
}
.main-contact .list .area{
    padding:20px; 
    background:rgba(255,255,255,0.6); 
    width:100%; 
    line-height:24px; 
    height:120px; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    font-size:18px; 
    border:none;
    outline:none;
    color: #000;
    margin-bottom: 20px;
    font-family: "Microsoft YaHei";
}
.main-contact .list .area:focus{
    border:#eb3c00 2px solid; 
}
.main-contact .list .ipt_btn{
    background:#eb3c00; 
    width:100%; 
    line-height:60px; 
    height:60px; 
    box-sizing:border-box; 
    -webkit-box-sizing:border-box; 
    font-size:18px; 
    border:none;
    outline:none;
    color: #fff;
}


/*子页面*/
.articleinfo-mod{
    background: #fff;
    -moz-box-shadow:0 0 10px rgba(6,0,1,0.2);
    -webkit-box-shadow:0 0 10px rgba(6,0,1,0.2);
    box-shadow:0 0 10px rgba(6,0,1,0.2);
    padding: 52px 56px;
}
.articleinfo-mod .info .headname{
    text-align: center;
    font-size: 29px;
    color: #000000;
}
.articleinfo-mod .info .a-line{
    width: 40px;
    height: 2px;
    background: #eb3c00;
    display: block;
    margin:14px auto 50px auto;
}
.articleinfo-mod .info p{
    font-size: 16px;
    color: #000;
}
.articleinfo-mod .info p img{
    display: block;
    margin: 10px auto;
    width: 100%;
}
.articleinfo-mod .info .time{
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 20px;
    height: 20px;
    color: 666666;
    text-align: center;
    margin-top: -40px;
}
.articleinfo-mod .info .author{
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    line-height: 20px;
    height: 20px;
    color: 666666;
    text-align: center;
    margin-bottom: 50px;
}


.box-honor-list{
    padding-bottom: 40px;
}
.box-honor-list>li{
    width: 350px;
    height: 470px;
    -moz-box-shadow:0 0 10px rgba(6,0,1,0.2);
    -webkit-box-shadow:0 0 10px rgba(6,0,1,0.2);
    box-shadow:0 0 10px rgba(6,0,1,0.2);
    float: left;
    overflow: hidden;
    margin: 0 75px 30px 0;
}
.box-honor-list>li:nth-child(3n){
    margin: 0 0 30px 0;
}
.box-honor-list>li img{
    width: 100%;
}
.box-team-list>li{ 
    height: 248px !important;
}

.equipment-pro{
    overflow: hidden;
    margin-bottom: 60px;
}
.equipment-pro .items{
    width: 286px;
    -moz-box-shadow:0 0 10px rgba(6,0,1,0.2);
    -webkit-box-shadow:0 0 10px rgba(6,0,1,0.2);
    box-shadow:0 0 10px rgba(6,0,1,0.2);
    height: 376px;
    display: block;
    margin: 10px 30px 20px 10px;
    float: left;
    border: #fff 2px solid;
}
.equipment-pro .items:nth-child(3n){
    margin: 10px 10px 20px 10px;
}
.equipment-pro .items .pic{
    width: 286px;
    height: 286px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 14px;
}
.equipment-pro .items .pic img{
    width: 286px;
    display: block;
}
.equipment-pro .items:hover{
    border: #eb3c00 2px solid;
}
.equipment-pro .items:hover .pic img{
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.equipment-pro .items .proname{
    font-size: 18px;
    line-height: 24px;
    height: 24px;
    color: #000000;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 6px;
}
.equipment-pro .items .model{
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    color: #808080;
    text-align: center;
    padding: 0 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.order_list { 
    margin:0 0 10px 0; 
    font-size:14px; 
    color:#333;
    border:1px solid #ddd;
}
.order_list td { 
    padding:10px 15px; 
    border-bottom:1px solid #ddd;
    width: calc(33% - 30px - 2px);
    text-align: center;
    border-right: #ddd solid 1px;
}

.box-news-list{
    padding-bottom: 50px;
}
.box-news-list .items{
    -moz-box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    background: #fff;
    display: block;
    margin: 10px 10px 20px 10px;
    border-radius: 4px;
    padding: 32px 10px;
    overflow: hidden;
    border:#fff 2px solid;
}
.box-news-list .items:hover{
    border:#eb3c00 2px solid;   
}
.box-news-list .items:hover .info .headtitle{
    color: #eb3c00 !important;
}
.box-news-list .items .pic{
    width: 246px;
    height: 164px;
    display: block;
    float: left;
}
.box-news-list .items .info{
    width: calc(100% - 2px - 266px);
    float: right;
}
.box-news-list .items .info .time{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box-news-list .items .info .n-line{
    width: 96px;
    height: 2px;
    display: block;
    background: #eb3c00;
    margin: 6px 0;
}
.box-news-list .items .info .headtitle{
    font-size: 26px;
    color: #000;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box-news-list .items .info .dd{
    font-size: 16px;
    color: #444;
    line-height: 20px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 18px;
}

.news-page-turn{
    margin: 60px 0 0 0;
    border-bottom: #eb3c00 1px solid;
    overflow: hidden;
    line-height: 30px;
    height: 30px;
    padding-bottom: 10px;
}
.news-page-turn .turn-left{
    max-width: 30%;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    font-size:14px;
    color: #eb3c00;
    float: left;
    padding-left: 16px;
    position: relative;
}
.news-page-turn .turn-left::before{
    content: '<';
    font-weight: bold;
    padding-right: 2px;
    position: absolute;
    left: 0;
}
.news-page-turn .turn-right{
    max-width: 30%;
    text-align: right;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    font-size:14px;
    color: #eb3c00;
    float: right;
    position: relative;
    padding-right: 16px;
}
.news-page-turn .turn-right::before{
    content: '>';
    font-weight: bold;
    padding-right: 2px;
    position: absolute;
    right:0;
}

.reading-box{
    margin:20px 16px;
}
.reading-box dd{
    font-size: 20px;
    color: #000000;
    font-weight:bold;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.reading-box dt{
    margin: 0 10px;
}
.reading-box dt a{
    line-height: 30px;
    height: 30px;
    display: block;
    padding-left: 16px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url("../images/dot3.png") no-repeat left center;
}

.box-contact-menu{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0 90px 0;
}
.box-contact-menu .list{
    margin-bottom: 30px;
    overflow: hidden;
}
.box-contact-menu .list>li{
    float: left;
    width: 332px;
    height: 182px;
    padding: 70px 26px 48px 26px;
    -moz-box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    -webkit-box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    box-shadow:0px 0 10px rgba(0,0,0,0.2); 
    margin: 8px 8px 20px 8px;
    line-height: 32px;
    height: 64px;
    font-size: 20px;
    background: #eb3c00;
    color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box-contact-menu .list>li:nth-child(n){
    background: #f18a2f;
}
.box-contact-menu .list>li:nth-child(n+2){
    background: #f56f41;
}
.box-contact-menu .list>li:nth-child(n+3){
    background: #eb3c00;
}


.box-equipment-detail{
    background: #fff;
    -moz-box-shadow:0 0 10px rgba(6,0,1,0.2);
    -webkit-box-shadow:0 0 10px rgba(6,0,1,0.2);
    box-shadow:0 0 10px rgba(6,0,1,0.2);
    padding: 10px 0;
    margin: 10px;
}
.box-equipment-detail .equ-detail{ 
   padding:30px 40px;
}

/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ width:350px; height:350px;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:200px;height:200px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{
    z-index:10;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:100px !important;
    height:100px !important;
    border:1px solid #aaa;
    background:#ffffff ;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview{width:350px;height:350px;border:1px solid #DFDFDF;}
.spec-scroll{clear:both;margin-top:5px;width:352px; height:60px;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{display:block;font-family:"宋体";text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:322px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:64px;text-align:center;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #eb3c00;padding:1px;}
.preview_wrap{ width:352px; float:left;}


.box-equipment-detail .equ-detail .equinfo{
    float: right;
    width: 488px;
    padding-top: 10px;
}
.box-equipment-detail .equ-detail .equinfo .titlename{
    font-size: 24px;
    color: #000000;
    max-height: 90px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 4px;
}
.box-equipment-detail .equ-detail .equinfo .model{
    font-size: 14px;
    color: #808080;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box-equipment-detail .equ-detail .equinfo .time{
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-top: 14px;
}
.box-equipment-detail .equ-detail .equinfo .look{
    background: rgba(235,60,0,0.3);
    line-height: 70px;
    height: 70px;
    width: calc(100% - 40px);
    padding: 0 20px;
    margin-top: 14px;
    font-size: 16px;
    color: #000000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.box-equipment-detail .equ-detail .equinfo .look span{
    font-size: 28px;
}

.box-equipment-detail .equ-parameter dd{
    line-height: 48px;
    height: 48px;
    background: #f7f7f7;
    border-bottom: #eb3c00 2px solid;
}
.box-equipment-detail .equ-parameter dd a{
    width: 150px;
    text-align: center;
    display: inline-block;
    font-size: 16px;
    color: #666666;
}
.box-equipment-detail .equ-parameter dd a.on{
    background: #eb3c00;
    color: #fff;
}
.box-equipment-detail .equ-parameter dt{
    padding: 30px 20px;
    font-size: 16px;
    color:#666666;
    line-height: 24px;
}