body {
    overflow-x: hidden;
    font-family: "Microsoft YaHei";
  }
  
  ul {
    padding: 0;
    margin: 0;
  }
  
  ul li {
    list-style: none;
  }
  p{
      margin: 0;
  }
  a {
    color: #337ab7;
    text-decoration: none;
  }
  
  h1, h2, h3, h4, h5 {
    margin: 0;
  }
  
  a:focus,
  a:hover {
    color: #23527c;
    text-decoration: none;
  }
  
  a:focus {
    outline: none;
    outline-offset: -2px;
  }
  
/*头部样式*/
.hhtop{
    display: flex;
    flex-wrap: wrap;
    height: 44px;
    background: #383838;
    border-bottom: 3px solid #cc0e18;
    color: #e5e5e5;
    font:400 12px/44px "Microsoft YaHei";
}
.hhtop a{color: #e5e5e5}
.logo{
    width: 25%;
}
.logo a{
    display: block;
}
.logo a img{
    max-width: 100%;
}
.hh{
    height: 88px;
    display: flex;
    align-items: center;
    transition: all .5s ease;
}
.hd-show{
    display: flex;
    flex-wrap: wrap;
}
/*语言包*/
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.html) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}


/*导航栏样式*/
.hd-nav{
    width: 57%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#menu{}
.nav{}
.nav > li{    
    float: left;
    position: relative;
    text-align: center;
    margin-left: 25px;
}
.nav > li:nth-child(1){
    margin-left: 0;
}
.nav > li > a{
    display: block;
    text-align: center;
    font: 400 15px/24px "Microsoft yahei";
    color: #333;
    padding: 10px 15px;
}
.nav > li > a:hover{
    background: #cc0e18;
    color: #fff
}


.nav .sec{
    height:0;
    z-index:9999;
    position:absolute;
    width: 162px;

    left: -37px;
    top: 66px;
    box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
    background: #fff;
    overflow: hidden;
}
.nav .sec a{
    display: block;
    line-height: 50px;
    font-size: 14px;
    color: #989898;
    position: relative;
    padding-left: 9%;
    transition: all .5s ease;
    padding-right: 15%;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav .sec a:hover{
    background: #ececec;
    color: #4a4a4a;
    padding-left: 22%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


/*搜索和热门搜索*/

.ss{margin-right: 6px;height:100%;display: flex;align-items:center;}
#formsearch{float:right;width:143px;line-height:27px;background: url(../images/ss.png) no-repeat center center;}
.hotSearch{float:right;font-weight:normal;}
.hotSearch a{margin-right:6px;}


#formsearch input{height:27px;background:none;border:none;line-height:27px;float: left;}
#formsearch input#keyword{height:27px;line-height:27px;padding-left:10px;color:#666;width:107px;outline: none;}
#formsearch input#s_btn{width:26px;height:27px;line-height:27px;text-align:center;color:#fff;border:none;cursor:pointer;float:right;}

#search-type{float: left;width:100px;height: 27px;border: 1px solid #c8c8c8;margin-right: 5px;}

.c1{
    margin-top: 45px;
}



.c1_box .parHd{
    height: 34px;
    margin-top: 29px;
}
.sortt{text-align: center;font-size: 0;}
.sortt li{display: inline-block;margin: 0 10px;width: 128px;height: 32px;border:1px solid #aaa9a9;}
.sortt li a{
    color: #1a2129;
    font:400 16px/32px "Microsoft YaHei";
}
.sortt li.on{
    background: #cc0e18;
    border-color: #cc0e18;
}
.sortt li.on a{
    color: #fff;
}

.c1_box .parBd{
    margin-top: 26px;
}
.c1_box .parBd .slideBox .tempWrap{
    width: 1200px!important
}
.product-list li {
    padding: 10px;
    border: 4px solid #e9e9e9;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 15px;
    _display: inline;
    position: relative;
    text-transform: uppercase;
}

.product-list li a.img {
    overflow: hidden;
    display: block;
}

.product-list li .img img {
    transition: all 0.8s;
    width: 261px;
    height: 236px;
}

.product-list li h3 {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 16px;
}

.product-list li h3 a {
    color: #333333;
    font: 400 16px/50px "Microsoft yahei";
    
}

.product-list li h3 a span {
    display: block;
    width: 180px;
    margin: 0 auto;
    background-color: #cc0e18;
    font: 400 14px/30px "Microsoft yahei";
    color: #fff;
    border-radius: 15px;
}

.product-list li:hover {
    border: 4px solid #cc0e18;
}

.product-list li:hover .img img {
    transform: scale(1.1);
}

.product-list li:hover h3 a span {
    background-color: #a30007;
}

.c2{
    margin-top: 50px;
}

.c3{
    background: #f2f2f2;
    text-align: center;
    font:400 14px/30px "Microsoft YaHei";
    color: #333333;
    padding-top: 40px;
    padding-bottom: 57px;
}

.c3 dd{
    padding-bottom: 38px;
}

.c3 a{
    display: inline-block;
    padding: 10px 80px;
    border: 1px solid #cc0e18;
    color: #cc0e18;
    transition: all .5s;
    font: 400 18px/20px "Microsoft yahei";
}


.c3 a:hover{
    color: #fff;
    background: #cc0e18;
}

.c4{
    background: #f2f2f2;
    padding-bottom: 32px;
}
.c2_box .parHd{position: relative;height: 51px;}

.c2_box .parHd:after{
    content: "";
    width: 358px;
    height: 1px;
    background: #cbcbcb;
    position: absolute;
    left: 39px;
    top:50%;
}
.c2_box .parHd:before{
    content: "";
    width: 358px;
    height: 1px;
    background: #cbcbcb;
    position: absolute;
    left: 803px;
    top:50%;
}


.sorttt{text-align: center;font-size: 0;}
.sorttt li{display: inline-block;width: 201px;height: 49px;border:1px solid #c1c1c1;}
.sorttt li a{font:400 17px/49px "Microsoft YaHei";color: #1c1c1c}
.sorttt li.on{background: #c20d17;border-color: #c20d17}
.sorttt li.on a{color: #fff;}

.c2_box .parBd{margin-top: 28px;}
.c2_box .parBd .tempWrap{
    width: 1128px!important;
    margin: 0 auto
}
.c2_box .slideBox{position: relative;}
.c2_box .slideBox>a{
    display: block;
    width: 19px;
    height: 38px;
    position: absolute;
    top:70px;
    z-index: 99
}
.c2_box .slideBox>a.sPrev{
    background: url(../images/right.jpg) no-repeat center center;
    right: 0px;
}
.c2_box .slideBox>a.sNext{
    background: url(../images/left.jpg) no-repeat center center;
    left: 0px;
}







.product_listw li{
    float: left;
    margin: 0 13px;
}
.product_listw li a p{
    width: 261px;
    height: 183px;
}
.product_listw li h3{
    padding-top: 12px;
    text-align: center;
    font:400 15px/15px "Microsoft YaHei";
    color: #494646;
}


.c5{
    margin-top: 48px;
}


.tab {
    text-align: center;
    margin-top: 32px;
}

.tab li {
    display: inline-block;
    padding: 10px;
    background-color: #cccccc;
    font: 400 18px/20px "Microsoft yahei";
    color: #fff;
    margin-left: 4px;
    margin-right: 4px;
    cursor: pointer;
}

.tab li:hover {
    background-color: #cc0e18;
}
.tab li.cur{
    background-color: #cc0e18;
}
.tab_content{
    margin-top: 20px;
}

.news-list-li3 li{
    list-style-type: none;
    width: 388px;
    float: left;
    margin-right: 18px;
}
.news-list-li3 li:last-child{margin-right:0}
.news-list-li3 li .img{
    border: solid 1px #ddd;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.news-list-li3 li .img img{
    width: 388px;
    height: 229px;
    transition: all 0.6s;
}

.news-list-li3 li .img a{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    background-color: #cc0e18;
    color: #fff;
    font: 100 28px/40px "Microsoft yahei";
    transition: all 0.8s;
}


.news-list-li3 li:hover .img img{
    transform: scale(1.1);
}
.news-list-li3 li:hover .img a{
    color: #fff;
    bottom: 0;
}

.news-list-li3 li>a{
    display: block;
    font:500 16px/16px "Microsoft YaHei";
    color: #666666;
    padding-top: 20px;
}
.news-list-li3 li span{
        display: block;
    font: 400 14px/26px "Microsoft yahei";
    color: #999999;
    margin-top: 13px;
}
/*主体样式*/
.tybt{
    text-align:center;
    text-transform: uppercase;
}
.tybt dd{
    width: 350px;
    height: 54px;
    border:1px solid #cccccc;
    font:600 36px/54px "Microsoft YaHei";
    color: #2e2e2e;
    margin: 0 auto;
    position: relative;
}
.tybt dd:before{
    content: "";
    width: 312px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: -312px;
    top:50%;
}
.tybt dd:after{
    content: "";
    width: 312px;
    height: 1px;
    background: #cccccc;
    position: absolute;
    left: 350px;
    top:50%;
}
.tybt dt{
    font:500 15px/15px "Microsoft YaHei";
    color: #666666;
    margin-top: 12px;
}


.w1200{
    width: 1200px;
    margin: 0 auto;
}
.w1920{
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}
#container{width:1200px;margin:0 auto;margin-top:10px;}
#container1{
width:1200px;margin:0 auto;
}
.container1{
width:1200px;margin:0 auto;
}
.menu_cate{width:220px;float:left;}
.cate_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";
background:url(../images/nav.html) no-repeat 0% 100%;font-size:14px;color:#000;}
.about{width:460px;float:left;margin-left:12px;padding-bottom:5px;}
.about_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";
background:url(../images/nav.html) no-repeat 0% 100%;font-size:14px;color:#000;}
.about .content{padding:5px;padding-bottom:12px;text-indent:20px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";
background:url(../images/nav.html) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}

/*首页新闻*/
.news_company{width:280px;float:right;}
.news1_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";
background:url(../images/nav.html) no-repeat 0% 100%;font-size:14px;color:#000;}
.news_company .content{padding:5px;}

/*首页左侧联系我们*/
.contact{width:218px;float:left;padding-bottom:5px;margin-top:10px;}
.contact_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";
background:url(../images/nav.html) no-repeat 0% 100%;font-size:14px;color:#000;}
.contact .content{padding:5px;padding-left:8px;}

/*工程案例*/
.case{width:460px;float:left;margin-left:12px;padding-bottom:5px;margin-top:10px;}
.case_title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";
background:url(../images/nav.html) no-repeat 0% 100%;font-size:14px;color:#000;}
.case .content{padding:5px;padding-bottom:12px;text-indent:20px;}

.news2_company{margin-top:10px;}

/*产品推荐*/
.recommend_product{margin-top:10px;width:692px;float:left;}
.recommend_product .title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";background:url(../images/nav.html) no-repeat 0% 100%;font-size:14px;color:#000;}
.recommend_product .content{padding-top:15px;padding-bottom:14px;}
.roll_product li{padding-bottom:0px;}

/*品牌列表*/
.brand-list{margin: 20px 0px;display: flex;display: -webkit-flex;flex-wrap: wrap;}
.brand-list li{margin: 5px 8px;}
.brand-list li:hover{box-shadow: 2px 1px 5px;}
.brand-list li img {width: 150px;height: 120px;}

/*前台多页签*/
.news{width:1000px;float:left;margin-top: 10px;}

.list1{padding:8px 10px;}
.list1 li{line-height:27px;position:relative;vertical-align: middle;}
.list1 li a{background:url(../images/list_dot1.html) left center no-repeat;padding-left:12px;line-height:27px;color:#555555;}
.list1 li a:hover{color:#e87518;text-decoration:none;}
.list1 li span{position:absolute;right:0px;line-height:30px;top:0;color:#999;}




/*友情链接*/
.f_link{
    background: #f2f2f2;
    padding: 20px 0;
    margin-top: 46px;
}
.f_link span{
    font-size: 12px;
    color: #8796a9;
}
.f_link a{
    display: inline-block;
    font-size: 12px;
    color: #8796a9;
    padding-right: 10px;
    line-height: 25px;
}
/*页面底部*/
/* #footer{position:relative;width:1000px;margin:0 auto;text-align:center;margin-bottom:10px;padding-top:8px;border-top:2px solid #eee;margin-top:15px;}
#footer a{color:#666;}
#footer a:hover{color:#e87518;text-decoration:none;}
.nav_foot{text-align:center;line-height:24px;color:#666;}
.copyright{text-align:center;line-height:24px;} */



.xy-tonglan{
    background: #151617;
    padding: 30px 0;
}
.xy-tl-contact{
    width: 380px;
    float: left;
        margin-top: 39px;
}


.xy-tl-contact .xy-tl-title{
        color: #fff;
    font: 400 16px/40px "Microsoft yahei"
}



.xy-tl-contact .xy-tl-box{
        color: #bdbdbd;
    font: 400 14px/30px "Microsoft yahei";
    
}

.xy-tl-nav{
    margin-top: 30px;
    width: 698px;
    float: left;
}
.xy-tl-nav .xy-tl-title{
        color: #fff;
    font: 400 16px/50px "Microsoft yahei";
}
.xy-tl-nav dl{
        width: 20%;
    float: left;
    margin-bottom: 20px;
}

.xy-tl-nav dd a{
    font: 400 14px/28px "Microsoft yahei";
    color: #bdbdbd;
}


.xy-tonglan .xy-tl-ewm{
    float: right;
    font-size: 16px;
    color: #ffffff;
    padding-top: 40px;
    text-align: center;

    line-height: 40px;
}


.f_nav{
    text-align: center;
    margin-top: 20px;
    font-size: 0;
}

.f_nav li{
    display: inline-block;
    color: #bdbdbd;
    font-size: 14px;
}


.f_nav li a{
    font: 400 14px/14px "Microsoft yahei";
    color: #bdbdbd;
    padding-left: 6px;
    padding-right: 6px;
}

.xy-footer{
        padding-top: 6px;
    padding-bottom: 6px;
    background: #151617;
    position: relative;
    border-top: 1px solid #3e3e3e;
    text-transform: uppercase;
}

.xy-footer .xy-ft-cpy{
        text-align: center;
    color: #737373;
    padding-top: 5px;
    font: 400 12px/24px "Microsoft yahei";
}
.xy-footer .xy-ft-cpy a{
        color: #737373;
    font: 400 12px/24px "Microsoft yahei";
}
.xy-footer .xy-ft-rtcp{
        text-align: center;
    color: #737373;
    font: 400 12px/24px "Microsoft yahei";
    position: relative;
    z-index: 8;
}
.xy-footer .xy-ft-cpy .jszc{
    display: block;
}
.xy-footer .xy-ft-cpy .jszc a{
    display: inline-block;
}

.xy-footer .xy-ft-rtcp a{
        color: #737373;
    font: 400 12px/24px "Microsoft yahei";
}



/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"Microsoft YaHei";
background:#cc0e18;font-size:18px;color:#fff;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:100%;}
.n_banner img{max-width:100%; height:auto !important;width:auto !important;}

.left{width:225px;float:left;}
.sort_menu h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.sort_product{margin-top:10px;}
.sort_product h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}

.n_contact{margin-top:10px;}
.n_contact h3{background-color:#ececec;line-height:28px;padding-left:15px;font-weight:bold;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:914px;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:#cc0e18;color: #fff;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;color: #fff;}
.sitemp .site a{color: #fff;}
.right .content{padding:10px;padding-top:15px;overflow:hidden;line-height: 24px;}
.sort_album{margin-top: 15px;}

.icon-font {
    position: relative;
  }
  
  .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/icon_spirit.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
  }

/* 首页banner样式 */
.x-banner .owl-carousel {
    position: relative;
  }
  
  .x-banner .owl-carousel .banner-item a {
    display: block;
  }
  
  .x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  
  .x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
      display: none;
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
  }
  
  .x-banner .owl-carousel .owl-nav button.owl-prev:hover,
  .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #ab001a;
  }
  
  .x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
  }
  
  .x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
  }
  
  @media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev,
    .x-banner .owl-carousel .owl-nav button.owl-next {
      height: 40px;
      width: 30px;
      margin-top: -20px;
    }
    .x-banner .owl-carousel .owl-nav .iconfont {
      font-size: 20px;
    }
  }
  
  .x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
  }
  
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #666;
    width: 12px;
    height: 12px;

  }
  
  .x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    background: #cc0e18;
  }
  
  .x-banner .owl-carousel .owl-dots button.owl-dot.active {
    background: #cc0e18;
  }
  

  
/*左侧工具条*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 17px;
    bottom: 10%;
  }
  
  #toolbar li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
  }
  
  #toolbar li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    background: #292e39;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
  }
  
  #toolbar li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
    background-color: #d9d9d9;
  }
  
  #toolbar li .icon-qq:after {
    background-position: 0 -150px;
  }
  
  #toolbar li .icon-phone:after {
    background-position: 0 -90px;
  }
  
  #toolbar li .icon-ewm:after {
    background-position: 0 -30px;
  }
  
  #toolbar li .icon-message:after {
    background-position: 0 -120px;
  }
  
  #toolbar li .icon-top:after {
    background-position: 0 -60px;
  }
  
  #toolbar li .icon-wangwang:after {
    background-position: 0 0;
  }
  
  #toolbar li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
  }
  
  #toolbar li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #292e39;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
  }
  
  #toolbar li.ewm .ewm-box p {
    margin-bottom: 0;
  }
  
  #toolbar li.ewm .ewm-box img {
    max-width: 100%;
  }
  
  #toolbar li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #292e39;
    border-right: none;
  }
  
  #toolbar li.ewm:hover .icon {
    background-position: -57px -180px;
  }
  
  #toolbar li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  
  #toolbar li.backtop {
    cursor: pointer;
  }
  
  #toolbar li.backtop .iconfont {
    color: #fff;
    background-color: #292e39;
  }
  
  #toolbar li:hover a {
    width: 200px;
  }
  
  #toolbar li:hover .icon-font {
    background-color: #292e39;
  }
  
  #toolbar li:hover .icon-qq:after {
    background-position: -30px -150px;
  }
  
  #toolbar li:hover .icon-phone:after {
    background-position: -30px -90px;
  }
  
  #toolbar li:hover .icon-ewm:after {
    background-position: -30px -30px;
  }
  
  #toolbar li:hover .icon-message:after {
    background-position: -30px -120px;
  }
  
  #toolbar li:hover .icon-wangwang:after {
    background-position: -30px 0;
  }
  
  #toolbar li:hover .icon-top:after {
    background-position: -30px -60px;
  }
  
  @media (max-width: 990px) {
    #toolbar {
      display: none;
    }
  }
  .tab_content #tab1{
      display: none;
  }

.hd-tel{
  width: 18%;
  display: flex;
  align-items: center;
  padding-left: 40px;
}
.hd-tel span{
  font-size: 14px;
  color: #333;
}
.hd-tel h3{
  font-family: Arial;
  font-size: 24px;
  font-weight: bold;
  color: #cc0e18;
}

.scroll{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  transition: all .5s ease;
  box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.2) ;
}