﻿@charset "utf-8";
/* CSS Document */

/*店铺模板主体类*/


*{padding:0;margin:0;/*font-size:inherit*/}
html{height:100%;}
body{height:100%;font-family:'microsoft yahei';font-size:14px;color:#333;line-height:1.5em;}
a{color:#333;text-decoration:none;}
a.red,a:hover{color:#F60;}
a:hover{text-decoration:underline;}
img{border:0}
ul,ol{list-style:none}
input,textarea,select,font{font-family:'microsoft yahei';font-size:14px;outline:none;}
em,i{font-style:normal;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.clr{height:0;font-size:0;clear:both;_overflow:hidden}

.topline{font-size:12px;}

/*主体框架*/
.storeTemp_wrap{width:100%;overflow:hidden;}
.storeMain{width:1200px;margin:20px auto 50px;}
.storeSidebar{float:left;width:250px;}
.store_bd_r{float:right;width:930px;}
.store_bd_con{padding:20px 20px 40px;background:#fff;}

/*店铺头部*//**/
.storeTemp_header{width:100%;height:123px;padding-top:17px;border-bottom:1px solid #ddd;background:#fff;}
.storeTemp_hd{width:1200px;margin:0 auto;}

.temp_hd_left{float:left;/*width:560px;*/ margin-top:9px;}
.store_hd_info{float:left;height:75px;position:relative;cursor:pointer;}
.store_hd_info h1{height:28px;font-size:22px;margin-bottom:4px;}
.store_hd_info h1 strong{display:inline-block;max-width:420px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:28px;font-size: 22px;}
.store_hd_info h1 i{display:inline-block;width:11px;height:6px;overflow:hidden;margin:0 10px;vertical-align:middle;background:url(/images/newshop/arrow_icon.jpg) 0 0 no-repeat;transition:all .4s ease;}

.infoList{height:23px;line-height:23px;font-size:12px;}
.infoList li{float:left;padding-right:8px;margin-right:5px;border-right:1px solid #ddd;}
.infoList li strong{font-size:14px;color:#f40;}
.infoList li i{display:inline-block;height:23px;margin-right:5px;vertical-align:middle;}
.infoList li.xht i{width:35px;background:url(/images/newshop/xht_icon.png) no-repeat;} 
.infoList li.kf i{width:20px;margin-top:3px;background:url(/images/newshop/temp_icon.png) 0 0 no-repeat;} 
.infoList li.gz i{width:20px;margin-top:1px;background:url(/images/newshop/temp_icon.png) -20px 0 no-repeat;} 
.infoList li.sl{border-right:0;}
.infoList li.sl i{width:16px;background:url(/images/newshop/sl_ico.png) 0 2px no-repeat;} 

.moreInfo_pop{display:none;width:555px;padding:10px 20px;position:absolute;left:0;top:74px;z-index:1001;border:1px solid #ddd;background:#fff;}

.moreInfo_pop ul{float:left;width:185px;}
.moreInfo_pop ul li{display:flex; line-height:27px;overflow:hidden;font-size:12px;color:#777;}
.moreInfo_pop ul li span{color:#333; display:flex;align-items:center;}
/*.moreInfo_pop ul li i{width:60px}*/
.moreInfo_pop ul li span img{margin-top:-2px;}
.moreInfo_pop ul li span.tag{color:#57a354;}
.moreInfo_pop ul li span.tag i{display:inline-block;width:16px;height:16px;margin:-3px 5px 0 0;vertical-align:middle;background:url(/images/newshop/rz_ico.png) no-repeat;}

/*微信*/
.store_weixin{float:left;height:75px;position:relative;}
.store_weixin i{display:block;width:51px;height:51px;padding-left:20px;cursor:pointer;border-left:1px solid #ddd;background:url(/images/newshop/hd_wx_img.jpg) 20px 0 no-repeat;transition:all .4s ease;}

.wx_info_box{display:none;position:absolute;left:-100px;top:74px;z-index:1001;font-size:12px;border:2px solid #eaeaea;background:#fff;}
.wx_info_box .wx_pic{padding:28px;text-align:center;}
.wx_info_box .text{width:218px;padding:10px 20px;border-top:1px solid #ddd;}
.wx_info_box .text p{line-height:20px;color:#777;}
.wx_info_box .text p span{font-size:12px;color:#cdcdcd;}
.wx_info_box .text .notice{margin-top:10px;font-size:12px;color:#0f86d8;}
.wx_info_box .sweep_title {
    width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*hover状态动画*/
.store_hd_info.hover h1 i {
    transform: rotate(180deg);
}
.store_hd_info.hover .moreInfo_pop{display:block;}

.store_weixin.hover i{background:url(/images/newshop/hd_wx_img.jpg) 20px -51px no-repeat;}
.store_weixin.hover .wx_info_box{display:block;}

.store_hd_info.hover .moreInfo_pop,.store_weixin.hover .wx_info_box,.fixed_top{
animation:fadeInDown .3s .1s ease both;
}
@keyframes fadeInDown{
0%{opacity:0;
transform:translateY(-20px)}
100%{opacity:1;
transform:translateY(0)}
}

.temp_hd_right{float:right;margin-top:25px;}
/*搜索*/
.searchBox{float:right;height:39px;}
.searchBox input{float:left;}
.keywordTxt{width:270px;height:35px;line-height:35px;padding:0 10px;color:#666;border:2px solid #0964c2;border-right:0;background:none;}
.searchStore, .searchAll {
    width: 86px;
    height: 39px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    border: 0;
    transition: all .4s ease;
    background: #c33;
}
.searchStore{margin-right:10px;background:#0964c2;}
.searchStore:hover{background:#0477ee;}
.searchAll:hover{background:#f60;}

/*店铺导航*/
.storeNav{float:left;height:45px; margin:15px 0 0 -610px;position:relative;clear:both;}
.storeNav li{float:left;margin-right:80px;}
.storeNav li.last{margin-right:0;}
.storeNav li a{display:block;height:45px;line-height:45px;font-size:16px;color:#666;outline:none;}
.storeNav li a:hover{color:#333;text-decoration:none;}
.storeNav li.current a{color:#333;}
.storeNav .currBar{display:block;height:3px;overflow:hidden;position:absolute;left:-10px;bottom:0;transition:all .5s ease;}

/*固定后样式*/
.fixed_top{height:60px;padding-top:10px;position:fixed;left:0;top:0;z-index:9999;box-shadow:0 0 10px rgba(0, 0, 0, 0.22);}
.fixed_top  .temp_hd_left{margin-top:0;}
.fixed_top  .temp_hd_right{margin-top:5px;}
.fixed_top .store_hd_info,.fixed_top .store_weixin{height:60px;}
.fixed_top .moreInfo_pop,.fixed_top .wx_info_box{top:60px;}
.fixed_top .store_hd_info h1{margin-bottom:0;}
.fixed_top  .storeNav{display:none;}

/*banner*//**/
.storeBanner{height:460px;}
.bannerBox{width:1200px;height:100%;margin:0 auto;}

.b_infoBox{width:220px;height:100%;padding:0 15px;color:#fff;background:#342c35;background:rgba(52,44,53,.8);overflow:hidden}
.b_infoTop{width:100%;overflow:hidden;}
.b_infoTop .b_slStore_tag{height:58px;margin-top:8px;background:
url(/images/newshop/slsj_pub.png) center top no-repeat;}
.b_infoTop p{display:block;width:100%;height:36px;line-height:36px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;}
.b_infoBox ul li{line-height:22px;overflow:hidden;}
.b_infoBox ul li em{float:left;text-align:right;overflow:hidden;}
.b_infoBox ul li span{float:left;width:147px;padding-left:3px;word-wrap:break-word;}

/*主营产品*/
.mianPro p{height:40px;line-height:34px;margin-top:5px;text-align:center;font-size:16px;}
.mianPro ul{width:230px\9;}
.mianPro li{float:left;width:105px;height:80px;overflow:hidden;margin:0 10px 10px 0; position:relative;}
.mianPro li:nth-child(2n+0){margin-right:0;}
.mianPro li img{display:block;width:105px;height:80px;}
.mianPro li i{width:42px;height:22px;line-height:20px;text-align:center;position:absolute;left:0;top:0;background:#f45c20;}

/*店铺信息*/
.infoBox{padding:8px 15px 20px;margin-bottom:20px;color:#fff;position:relative;}
.infoTop{width:100%;overflow:hidden;}
.infoTop .slStore_tag{height:56px;margin:0 0 2px -20px;}
.infoTop p{display:block;width:100%;height:36px;line-height:36px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:16px;}
.infoTop span{margin-right:10px;}
.infoTop span i{display:inline-block;width:16px;height:16px;margin-right:5px;vertical-align:middle;}
.infoTop span.rz i{background:url(/images/newshop/rz_ico.png) no-repeat;}
.infoTop span.jp{margin-right:0;}
.infoTop span.jp i{background:url(/images/newshop/jin.png) no-repeat;}

.infoBox .line{height:1px;overflow:hidden;margin:10px 0;border-bottom:1px dashed #fff;}
.infoBox ul li{line-height:22px;overflow:hidden;}
.infoBox ul li em{float:left;width:70px;text-align:right;overflow:hidden;}
.infoBox ul li em.name{text-align:left;text-indent:1px;}
.infoBox ul li span{float:left;width:147px;padding-left:3px;word-wrap:break-word;}

/*关注收藏*/
.att_fav{width:100%;overflow:hidden;margin-top:20px;}
.att_fav a{height:26px;line-height:26px;padding:0 18px;border-radius:2px;color:#fff;outline:none;transition:all .4s ease;}
.att_fav a:hover{text-decoration:none;}
.att_fav a.att{float:left;}
.att_fav a.fav{float:right;}
.att_fav a i{display:inline-block;vertical-align:middle;margin:-3px 3px 0 0;}
.att_fav a.att i{
    width:22px;
    height:18px;
    background:url(/images/newshop/xin.png) no-repeat;
  
}
.att_fav a.att.nums{padding:0 15px 0 10px;cursor:text;}
.att_fav a.att.nums i{background:url(/images/newshop/shixin.png) no-repeat;}
.att_fav a.fav i{width:17px;height:17px;background:url(/images/newshop/add.png) no-repeat;}
.att_fav a font{font-size:12px;margin-left:3px;}

.triangle{width:15px;height:14px;position:absolute;left:0;bottom:-14px;}

/*监督电话*/
.sup_tel,.contactUs_side{color:#fff;}
.sup_tel{padding:12px 15px 20px;margin-bottom:15px;}
.sup_tel em{display:block;line-height:28px;margin-bottom:5px;font-size:18px;}
.sup_tel em i{float:left;width:28px;height:28px;margin-right:5px;background:url(/images/newshop/phone_03.png) no-repeat;}
.sup_tel p{font-family:Arial;font-size:20px;text-indent:33px;}

.contactUs_side{padding:147px 25px 25px;}
.contactUs_side li{line-height:25px;overflow:hidden;}
.contactUs_side li em{float:left;width:70px;text-align:right;overflow:hidden;}
.contactUs_side li span{float:left;width:120px;padding-left:3px;word-wrap:break-word;}
.contactUs_side li span img{display:inline-block;vertical-align:middle;}

/*左右切片图片展示*//**/
.slidePic_wrap{width:100%;overflow:hidden;margin-bottom:25px;position:relative;}
.slidePic{width:99999px; overflow:hidden;}
.slidePic li{float:left;width:208px; height:280px;overflow:hidden;margin-right:15px; position:relative;}
.slidePic li img{display:block;width:100%; height:100%;}
.slidePic li:last-child{ margin-right:0;}

.slidePic li .picInfo{width:172px;height:34px; line-height:34px; padding:0 18px; position:absolute;left:0;bottom:0;background:#c9c9c9;transition:all .4s ease;}
.slidePic li .picInfo strong{color:#F00;}
.slidePic li a:hover{color:#fff;} 

.slidePic li:hover .picInfo{height:244px;line-height:28px;padding:18px;color:#fff;background:rgba(153,152,151,.9);}
.picInfo:hover .biaoti{display:none;
}



.prevPic,.nextPic{width:36px; height:48px;line-height:48px;overflow:hidden; text-align:center;font-family:宋体;font-size:42px;color:#fff;position:absolute;top:110px;background:rgba(0,0,0,.3);transition:all .4s ease;}
.prevPic:hover,.nextPic:hover{ color:#fff; text-decoration:none;background:rgba(0,0,0,.6)}
.prevPic{left:0;}
.nextPic{right:0;}

/*公司相册*//**/
.companyPhoto{width:100%;overflow:hidden;}
.companyPhoto li{float:left;width:188px;margin-right:40px;text-align:center;}
.companyPhoto li:last-child{margin-right:0;}
.companyPhoto li span{display:block;width:100%;height:188px;overflow:hidden; margin-bottom:10px; position:relative;background:url(/images/newshop/photo_bg.png) no-repeat;}
.companyPhoto li span img{display:block;width:158px;height:158px;margin:11px 0 0 11px;}
.companyPhoto li span i{width:51px;height:51px;position:absolute;left:0;top:0;background:url(/images/newshop/photo_tag.png) no-repeat;}
.companyPhoto li em{display:block;}
.companyPhoto li p{ color:#b8b8b8;}

.store_bd_r .companyPhoto li{ margin-right:12px;}
.store_bd_r .companyPhoto li:nth-child(4n+0){margin-right:0;}


/*公司简介*/
.companyIntro{width:100%;height:260px;overflow:hidden;margin-bottom:40px;background:#fff;}
.companyIntro dt{float:left;width:305px;height:260px;}
.companyIntro dd{float:left;width:475px;height:220px;overflow:hidden;margin-top:20px;padding:0 20px;line-height:1.8em;color:#666;}
.companyIntro dd h4{margin-bottom:10px;font-size:16px;}
.companyIntro dd h4 img{margin-top:-3px;}
.companyIntro dd p{text-indent:30px;}

/*公司档案*/
.companyRecord{margin-bottom:20px;}
.recordBox{padding:20px;}
.companyRecord .companyIntro{height:280px;margin-bottom:0;}
.companyRecord .companyIntro dt{width:245px;height:280px;position:relative;}
.companyRecord .companyIntro dt p{width:245px;line-height:30px;background:#fff;position:absolute;left:0;bottom:0;}
.companyRecord .companyIntro dt p i{display:inline-block;width:16px;height:16px;margin:-3px 8px 0 10px;vertical-align:middle;background:url(/images/newshop/rz_ico.png) no-repeat;}
.companyRecord .companyIntro dd{width:605px;height:100%;margin-top:0;}

.recordTable_box{padding:10px 0;}
.recordTable_1{width:100%;border-collapse:collapse;margin-bottom:10px;}
.recordTable_1 th,.recordTable_1 td{line-height:24px;text-align:left;padding:0 20px;border:0;}

.companyRecord_block{padding:20px;margin-bottom:20px;background:#fff;}
.rzTips{margin:-10px 0 10px;}

/*工商注册信息*/
.tableBox{position:relative;}
.tableBox .renzheng{width:115px;height:115px;overflow:hidden;text-indent:-1999px;position:absolute;right:10px;bottom:10px;background:url(/images/newshop/rz_ico_big.png) no-repeat;}
.recordTable_2{width:100%;border-collapse:collapse;font-size:12px;text-align:center;color:#666;}
.recordTable_2 th,.recordTable_2 td{padding:10px;font-weight:normal;border:1px solid #eee;}
.recordTable_2 th{color:#fff;}
.recordTable_2 td{text-align:left;}

/*公司图片展示*/
.rollPic_wrap{width:100%;position:relative;}
.rollPic_wrap a.prev,.rollPic_wrap a.next{width:35px;height:35px;text-indent:-199px;overflow:hidden;outline:none;position:absolute;top:-45px;}
.rollPic_wrap a.prev:hover,.rollPic_wrap a.next:hover{filter:alpha(opacity=70);opacity:0.7;}
.rollPic_wrap a.prev{right:15px;}
.rollPic_wrap a.next{right:-10px;}
#left_scroll.disabled,#right_scroll.disabled{cursor:text;filter:alpha(opacity=70);opacity:0.7;}
#left_scroll.disabled{background:url(/images/newshop/prev_g.png) no-repeat;}
#right_scroll.disabled{background:url(/images/newshop/next_g.png) no-repeat;}

.rollPic_box{width:100%;overflow:hidden;}
.rollPic{width:99999px;}
.rollPic ul{float:left;}
.rollPic ul li{float:left;margin-right:10px;}
.rollPic ul li a,.rollPic ul li img,.rollPic ul li span{display:block;}
.rollPic ul li a{position:relative;}
.rollPic ul li img{width:254px;height:188px;cursor:pointer;border:1px solid #ddd;}
/*.rollPic ul li img:hover{filter:alpha(opacity=70);opacity:0.7;}*/
.rollPic ul li span{text-align:center;line-height:30px;color:#999;}
.rollPic ul li a i{display:none;width:254px;height:188px;position:absolute;left:0;top:0;background:rgba(51,51,51,0.3) url(/images/newshop/view_pic.png) center center no-repeat;}
.rollPic ul li a:hover i{display:block;}


/*现货资源*/
.zyList_wrap{padding:20px;background:#fff;}
/*类别*/
.selectedBox,.category{width:100%;overflow:hidden;}
.selectedBox{margin-bottom:10px;border-bottom:1px dashed #ddd;}
.allRepeal,.showMore{float:right;color:#999;outline:none;}
.allRepeal:hover,.showMore:hover{color:#f60;}
.showMore i{display:inline-block;width:11px;height:6px;overflow:hidden;margin-left:3px;vertical-align:middle;background:url(/images/newshop/arrow_icon.jpg) 0 0 no-repeat;transition:all .4s ease;}
.showMore.up i{transform:rotate(180deg);}

.selected{float:left;width:725px;overflow:hidden;margin-bottom:10px;}
.selected dt,.selected dd{float:left;line-height:24px;}
.selected dd span{float:left;height:24px;overflow:hidden;padding:0 8px;margin-right:10px;color:#999;border:1px solid #ddd;background:#fff;}
.selected dd span em,.selected dd span font,.selected dd span a{float:left;}
.selected dd span font{color:#e6161d;margin-right:10px;}
.selected dd span a{width:8px;height:8px;overflow:hidden;margin-top:9px;background:url(/images/newshop/store_sprite.png) -45px -275px no-repeat;}
.selected dd span a:hover{filter:alpha(opacity=50);opacity:0.5;}

.category dl{float:left;width:725px;line-height:30px;overflow:hidden;}
.category dt{float:left;}
.category dd{margin-left:45px;}
.category dd a{float:left;margin-right:20px;}
.category dd a:hover{text-decoration:none;}

/*排序*/
.rankTab{width:100%;overflow:hidden;margin-top:5px;}
.rankTab li{float:left;line-height:28px;margin-right:20px;}
.rankTab li a{display:block;padding:0 20px;outline:none;transition:all .4s ease;background:#f1f1f1;}
.rankTab li a:hover{color:#fff;text-decoration:none;}
.rankTab li.current a,.rankTab li.current a:hover{color:#fff;}

/*资源列表*/
.dataTable{width:100%;border-collapse:collapse;margin-bottom:20px;text-align:center;}
.dataTable.titleTab{margin-bottom:0;}
.dataTable tbody tr{cursor:pointer;}
.dataTable tr th,.dataTable tr td{height:40px;line-height:40px;padding:0 6px;text-align:center;font-weight:normal;border:0;}
.dataTable tr th{background:#f1f1f1;}
.dataTable tr td{color:#666;}
.dataTable tr td span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.dataTable tr td a{display:inline-block;width:80px;height:24px;line-height:24px;background:#fff;}
.dataTable tr td a:hover{color:#fff;text-decoration:none;}
.dataTable tr.bgColor{background:#f3f7fa;}
.dataTable tr.hover td a{color:#fff;text-decoration:none;}
.dataTable tr.hover td a:hover{transition:all .4s ease;}
.dataTable tr td.red{color:#f00;}
.dataTable.printData tr th{height:50px;font-size:14px;border-bottom:0;background:none;}

.dataTips2{width:200px;padding-left:117px;margin:50px auto;line-height:122px;font-size:18px;background:url(/images/newshop/tips.png) no-repeat;}

/*公司动态*/
.CompanyNews{margin-bottom:25px;}
.CompanyNews li{height:45px;line-height:45px;padding:0 10px 0 35px;overflow:hidden;vertical-align:bottom;border-bottom:1px dashed #ddd;}
.CompanyNews li a{float:left;width:610px;overflow:hidden;}
.CompanyNews li span{float:right;color:#999;}

/*公司动态详情*/
.newsDetails_box h1{margin-bottom:10px;line-height:44px;text-align:center;font-size:18px;}
.newsDetails_date{height:36px;line-height:36px;font-size:12px;color:#666;border-bottom:1px solid #ddd;}
.newsDetails_date span{float:left;}
.newsDetails_date .newsShare{float:right;}
#zgwShare{font-size:12px;color:#666;background:none;}/*百度分享自定义*/

.news_content{width:100%;overflow:hidden;line-height:1.8em;padding:25px 0;}
.news_content p{margin-bottom:20px;text-indent:30px;}

/*打印页面*/
.storeMain.print{padding-top:20px;margin-bottom:60px;padding-bottom:0;background:#fff;}
.print .store_bd_r{float:none;width:100%;}
.print .store_bd_r h2.resource{margin:0 auto 20px;}
.print .zyList_wrap{padding:0 0 20px;}

.print .dataTable tr th{color:#666;}

.printTit_box{height:86px;padding:20px 20px 0;color:#fff;position:relative;}
.printTit,.subPrint_info{text-align:center;}
.printTit{margin-bottom:15px;font-size:25px;} 
.printTit span{font-size:14px;} 
.subPrint_info span{display:inline-block;margin:0 15px;}
.subPrint_info span i{float:left;width:16px;height:16px;margin:4px 5px 0 0;overflow:hidden;}
.subPrint_info span i.download{background:url(/images/newshop/download_ico.png) no-repeat;}
.subPrint_info span i.print{background:url(/images/newshop/print_ico.png) no-repeat;}
.subPrint_info span a{color:#fff;text-decoration:underline;}
.subPrint_info span a:hover{color:#FC3;}

.p_triangle{width:15px;height:121px;position:absolute;top:0;}
.p_triangle.left{left:-15px;}
.p_triangle.right{right:-15px;}

/*相册展示效果*//**/
.photoShow_wrap{padding:30px 0;}
.photoShow_box{float:left;width:705px;}
.prevPhoto,.nextPhoto{width:55px;height:90px;line-height:90px;margin-top:200px;outline:none;overflow:hidden; text-align:center;font-family:宋体;font-size:90px;color:#cdcdcd;transition:all .4s ease;}
.prevPhoto:hover,.nextPhoto:hover{color:#a7a5a6;text-decoration:none;}
.prevPhoto{float:left;margin-right:25px;}
.nextPhoto{float:right;}
.photoShow{float:left;width:545px;height:545px;overflow:hidden;border:1px solid #ddd;}
.photoShow ul{width:999999px;overflow:hidden;}
.photoShow ul li{float:left;}
.photoShow ul li img{display:block;width:545px;height:548px;}

.selectPhoto{float:right;}
.selectPhoto dt{float:left;line-height:36px;margin-right:5px;font-size:16px;}
.selectPhoto dd{ float:left;width:255px;position:relative;}
.selectPhoto dd input{width:100%;height:36px;line-height:36px; padding:0 30px 0 15px;border:1px solid #ddd;background:#fff url(/images/newshop/in_arrow.png) 225px center no-repeat;box-sizing: border-box;}
.selectPhoto dd span{display:none;width:253px;max-height:262px;overflow-y:auto;position:absolute;left:0;top:37px;border:1px solid #ddd; background:#fff;}
.selectPhoto dd span a{display:block;padding:0 15px;line-height:32px;outline:none;transition:all .4s ease;}
.selectPhoto dd span a:hover{background:#f1f1f1;}



/*新添加*/
 .yhua{width: 220px;height: auto;clear: both;border-bottom: solid 1px #d6d6d6; display:inline-block; margin-top:5px; padding-bottom:6px; margin-top:10px;}
 .yhua dl{ float:left; width:64px; height:100px; margin-right:13px;}
 #innerdiv{ left:50%;}
 .yhua dl dt{ width:64px; text-align:center; height:47px; background-color:#fafdf6 ; border:1px solid #dddddd; position:relative;}
 .yhua dl dt .sc_btn{ background:url(/images/fdj.png) no-repeat; width:16px; height:16px; position:absolute; right:5px; bottom:5px; }
 .yhua dl dt img{max-width: 100%; max-height: 100%; width: auto; height: auto;}
 .yhua dl dd{ height:20px; clear:both; line-height:20px; margin-top:10px; text-align:center; font-size:12px; color:#333333;}
 
 .cxsc:hover{ background:url(../images/cxsc_bg_hover.png) no-repeat;}
 .mask{display:none;width: 100%; height: 100%; display:none; background: #000; position: fixed;_position: absolute;top: 0px;left: 0px;z-index: 80000; opacity:0.8;filter: alpha(opacity=20);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20); _height:expression(document.body.offsetHeight+"px");}
.fd{ position: fixed;_position: absolute; display:none; z-index: 990000; left:50%; margin-left:-512px; margin-top:80px; width:1025px; background:#fff; }
.close_i{ width:23px; height:23px; float:right; margin:0 -43px 0 0; background: #000000 url(/images/Enterprise/close_i.png) center no-repeat; padding:10px; display:inline-block; overflow:hidden; opacity:0.5;filter: alpha(opacity=50);filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=20);}
.dcsc{ clear:both; float:left; cursor:pointer; margin-bottom:20px; width:128px; height:96px; background:url(../images/dcsc_bg.png) no-repeat; border:#ddd dashed 1px; display:inline-block; overflow:hidden;}
.dcsc:hover{ background:url(../images/dcsc_bg_hover.png) no-repeat;}
 
 .yhua .yh_01{ width:50px; height:2px; background-color:#e3e3e3; float:left; margin-top:35px; margin-right:10px;}
 .yhua .yh_02{ float:left; width:90px; height:90px;}
 .yhua .yh_02 .htu{width:90px; height:67px; text-align:center; background-color:#fafdf6 ; border:1px solid #dddddd; position:relative;}
 .yhua .yh_02 .htu img{max-width: 100%; max-height: 100%; width: auto; height: auto;}
 .yhua .yh_02 .sc_btn{ background:url(/images/fdj.png) no-repeat; width:16px; height:16px; position:absolute; right:5px; bottom:5px; }
 .yhua .yh_02 .szhy{ text-align:center; font-size:12px; color:#333333; margin-top:5px;}
 .yhua .yh_03{ width:50px; height:2px; background-color:#e3e3e3; float:left;margin-top:35px; margin-left:10px;}

  .ddj .wsc{position: absolute;top: 15px;width: 64px;left: 1px;color: #000;}

