

/*头部样式*/
#header_a{height:115px;background: url(../image/topbj.jpg) no-repeat 50% 0;}
#header{width:1200px;margin:0 auto;padding-top:50px;}
.top{}
.logo{float:left;}
.topLink{width:700px;float:right;text-align:right;}
.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:28px;color:#767676;}
.topLink .k1 a{color:#767676;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"arial";}

#menu{border-top:1px solid #f80610;border-bottom:1px solid #f80610;}

/*热门搜索*/
.search{text-align:left;height:28px;padding-top:5px;}
#formsearch{width:183px;float:right;height:28px;background: url(../image/search.jpg) no-repeat;}
.hotSearch{float:right;height:24px;line-height:24px;font-weight:normal;color: #999;width:330px;overflow:hidden;text-align: right;}

/*主体样式*/
#container{width:1200px;margin:0 auto;}


.left .box{margin-bottom:10px;}
.left .box h3{line-height:31px;padding-left:15px;font-weight:bold;font-family:"arial";
background:url(../image/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.left .box .content{padding:5px;}

.lxwm{font:400 14px/32px "arial";}



/*产品推荐*/
.recommend_product{margin-top:15px;}



/*首页区域*/
.region{border:1px solid #e0e1dc;padding:10px;margin-top:10px;color:#333;}
.region h3{line-height:30px;height:30px;line-height:30px;padding-left:10px;position:relative;font-family:"arial";background:#f3f3f3;
border-bottom:2px solid #df2525;font-size:14px;}
.region .item{padding:10px;padding-bottom:0;color:#666;}
.region .item a{color:#666;padding-left:12px;padding-right:12px;line-height:26px;margin-bottom:6px;}
.region .item a:hover{text-decoration:underline;color:#df2525;}
.city h2{line-height:30px;border-bottom:2px solid #e87518;padding-left:5px;}
.city .item{line-height:28px;padding:10px;}

/*友情链接*/
.f_link{margin-top:5px;font:400 14px/30px "arial";background: url(../image/link.jpg) no-repeat;}
.f_link a{color: #666}
a.fenz{width:133px;display:inline-block;text-align:center;color: #fff;margin-right:18px;}

/*页面底部*/
#footer_a{background: url(../image/footbj.jpg) no-repeat 50% 100%;padding-bottom: 8px;}
#footer{position:relative;width:1200px;margin:0 auto;text-align:center;padding-top:15px;}
.nav_foot{text-align:center;line-height:24px;color: #e7e6e5;}
.nav_foot a{color: #e7e6e5;}
.copyright{text-align:center;line-height:24px;font-family:"arial";}
.more_region{position:absolute;right:10px;line-height:30px;top:0;font-weight:normal;font-size:12px;}
#footer h3{width:80px;line-height:30px;position:absolute;right:233px;top:5px;font-weight:normal;}

/*------------内页-------------------*/
.n_banner{width:1200px;margin:0 auto;margin-top:10px;}
.n_banner img {width: 100%;}
.left{width:20%;float:left;}
.sort_menu{}
.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 p.content{padding:5px;}

.right{width:75%;float:right;padding-bottom:10px;}
.sitemp{line-height:31px;height:31px;overflow:hidden;padding-right:10px;background:url(../image/nav.png) no-repeat 0% 100%;}
.sitemp h2{width:340px;float:left;line-height:31px;text-align:center;text-align:left;text-indent:15px;color:#000;
font-family:"arial";font-size:14px;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:30px;font-family:"arial";}

.right .content{padding:10px;padding-top:15px;overflow:hidden;}


.guany li{width:317px;height:372px;float:left;margin-top:30px;border:1px solid #f1eded;margin-left:5px;margin-right:10px;position: relative;overflow:hidden;_display:inline;}
.c1{}
.guany li.tu1{background: url(../image/tu_1.jpg) no-repeat;}
.guany li.tu2{background: url(../image/tu_2.jpg) no-repeat;}
.guany li.tu3{background: url(../image/tu_3.jpg) no-repeat;}
.guany li.tu4{background: url(../image/tu_4.jpg) no-repeat;}
.guany li.tu5{background: url(../image/tu_5.jpg) no-repeat;}
.guany li.tu6{background: url(../image/tu_6.jpg) no-repeat;}
.guany li .content{padding:240px 20px 10px;line-height: 23px;}
.guany li  a.more{position: absolute;left:20px;bottom:15px;color: #666}
.bbsm{
    background-color: #fff;
    padding: 5px;
    position: fixed;
    z-index: 999;
    bottom: 10%;
    left: 27%;
    width: 46%;

   box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
   display: none
}


.bbsm h2{
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-left: 17px;
    color: #333;
    line-height: 42px;
}
.bbsm h2 s1{
    float: right;
    color: #000;
    font-weight: normal;
    font-size: 19px;
    margin-right: 14px;
    line-height: 30px;
}
.bbsm h3 img{
    width: 100%;
}
.bbsmon{
    animation: sm1 0.3s;
    animation-fill-mode: forwards;  
    
    display:block;
}



    @keyframes sm1 {   
      0% {
        transform: scale(0);
     
      }
      100% {
        transform: scale(1);
       
      }
    }