/*基本样式*/
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,span,i,a,em,strong,b,input,textarea { margin:0; padding:0; }
html, body{ height:100%;}
body { font-family:"微软雅黑"; font-size:12px; color:#000;background:#f2f0f1;}
li { list-style:none; }
a,img,input { border:0 none; }
a { text-decoration:none; outline:none;color: #000 }
a:hover { text-decoration:none; }
a:focus,input:focus { outline:0 none;}
@font-face {
    font-family: GBK;
    src: url('../fonts/GBK-regular.TTF'),
    url('../fonts/GBK-regular.TTF'); /* IE9+ */
    font-size: 18px;
}
@font-face {
    font-family: lan_GBK;
    src: url('../fonts/lan-GBK.TTF'),
    url('../fonts/lan-GBK.TTF'); /* IE9+ */
    font-size: 14px;
}
@font-face {
    font-family: FZDBSJW;
    src: url('../fonts/FZDBSJW.TTF'),
    url('../fonts/FZDBSJW.TTF'); /* IE9+ */
    font-size: 30px;
}
/*顶部样式*/
.topBar{
    width: 1080px;
    height: 112px;
}
.logo{
    margin: 28px 0 0 60px;
}
.logo-news{
    margin:32px 0 0 18px;
}
.logo-news h2{
    border-bottom: 1px solid #000;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 5px;
}
.logo-news h2 span{
    font-size: 24px;
    margin: 0 4px;
}
.logo-news p{
    font-size: 18px;
}
#search{
    width: 319px;
    height: 34px;
    margin: 37px 0 0 0;
    background-color: #fff;
}
.choseList{
    width:72px;
    float:left;
    text-align:center;
    font-size:14px;
    position: relative;
    border: 1px solid #ccc;
}
.trangle{
    position: absolute;
    top:17px;
    right:14px ;
    width: 8px;
    height: 4px;
    background: url("../images/select.png")no-repeat right center;
}
.selectList{
    width:72px;
    height: 32px;
    font-size:14px;
    font-weight:bold;
    padding-left: 13px;
    border:none;
    outline: none;
    border-right: 1px solid #eeeeee;
}
.choseList select{
    display: none;
}
.select_box{
    width:72px;
    height: 32px;
    font-size:14px;
    font-weight:bold;
    border: none;
    outline: none;
    border-right: 1px solid #eeeeee;
}
.select_showbox{
    height: 32px;
    line-height: 32px;
    padding-left: 16px;
    text-align: left;
    background: #fff url("../images/select.png") no-repeat 53px 50%;
}
.select_option{
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    z-index: 55;
    position: relative;
    background-color: #fff;
}
.select_option li.selected{
    background-color: #fff;
    color: #fe512f;
}
.select_option li.hover{
    background: #fe512f;
    color: #fff;
}
#search input{
    height: 32px;
    width: 217px;
    padding-left: 10px;
    display: block;
    float: left;
    border: 1px solid #ccc;
}
#search .button-search{
    display: block;
    float: left;
    width: 89px;
    height: 34px;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
    background: url("../images/bg_1.jpg")repeat-x;
}
/*导航样式*/
.top-nav {
    width: 100%;
    height: 55px;
    background: url("../images/bg_2_02.jpg")repeat-x;
}
.top-nav .t_c_bottom{
    position:relative;
    width: 845px;
    height:55px;
    margin-left:24px;
    z-index:25;
}
.top-nav .t_c_bottom .thisMenu{
    position:absolute;
    left:10px;
    top:-5px;
    width:109px;
    height:60px;
    background:url(../images/menu_icon.jpg) no-repeat;
    z-index:30;
}
.top-nav .t_c_bottom ul{
    position:absolute;
    left:10px;
    z-index:35;
}
.top-nav .t_c_bottom ul li{
    position:relative;
    float:left;
    width:70px;
    height: 55px;
    line-height: 55px;
    margin: 0 10px;
    text-align:center;
    z-index:35;
}
.top-nav .t_c_bottom ul li a{
    display:block;
    width:70px;
    font-size: 16px;
    color: #fff;
}
/*一级子菜单定位*/
.top-nav .t_c_bottom ul li .Nodes{
    position:absolute;
    overflow:hidden;
    width:120px;
    height:0;
    left: -8px;
    top: 50px;
    padding-top:5px;
    z-index:100;
}
.top-nav .t_c_bottom ul li .Nodes ul{
    position:static;
    float:left;
    width:120px;
    left:0;
    top:0;
    z-index:100;
    background-color:#3e3e3e;
}
.top-nav .t_c_bottom ul li .Nodes ul li{
    width:120px;
    height:30px;
    clear: both;
    padding:0;
    margin:0;
    /*border-bottom: 1px dashed #fff;*/
}
.top-nav .t_c_bottom ul li .Nodes ul li:hover{
    background-color:#fe512f;
}
.top-nav .t_c_bottom ul li .Nodes ul li a{
    display:block;
    width:100px;
    height:30px;
    font-size: 14px;
    text-align: left;
    padding-left: 15px;
    color:#FFF;
    line-height:30px;
}
/*.top-nav .t_c_bottom ul li .Nodes ul li a:hover{*/
    /*color:#fe512f;*/
/*}*/
/*注册*/
.registered{
    color: #fff;
    font-size: 16px;
    margin-right: 20px;
    margin-top: 17px;
}
.registered a,.shop a{
    color: #fff;
    font-size: 16px;
    padding: 0 10px;
}
.registered a:hover,.shop a:hover{
    color: #fe512f;
}
.shop{
    margin-right: 26px;
    margin-top: 17px;
    width: 120px;
}
.shop a i{
    display: inline-block;
    font-size: 20px;
    margin-right: 5px;
}
/*图片轮播样式*/
/* 轮播css */
.slideBox{ width:100%;margin:0 auto; overflow:hidden; position:relative;  }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:100%; display:block;  }
.slideBox .prev, .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px;  filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#banner-box{
    position:relative;
    width:100%;
    height:619px;
    margin: 0 auto;
    overflow: hidden;
}
@media (max-width: 992px) {
    #banner-box {
        height: 260px;
    }
}
@media screen and (min-width: 993px) and (max-width: 1024px) {
    #banner-box {
        height: 410px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #banner-box {
        height: 476px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1330px) {
    #banner-box {
        height: 500px;
    }
}
@media screen and (min-width: 1330px) and (max-width: 1440px) {
    #banner-box {
        height: 550px;
    }
}

@media screen and (min-width: 960px) and (max-width: 1199px) {
    .top-nav .t_c_bottom{
        margin-left: 0;
    }
    .registered{
        font-size: 14px;
        margin-right: 4px;
    }
    .registered a, .shop a {
        font-size: 13px;
        padding: 0 4px;
    }
    .shop{
        font-size: 14px;
        margin-right: 0;
        width: auto;
    }
    .shop a i {
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 959px) {

}

#banner li{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity= 0);
}
#banner-box img{
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
#btn div{
    z-index:2;
    position: absolute;
    top:50%;
    opacity: 0.75;
    filter:alpha(opacity=30);
    text-align: center;
    font-size: 40px;
    color: white;
    cursor: pointer;
    display: none;
}
#btn div img{
    width: 50px;
    height: 45px;
}
.prev{
    left:30px;
}
.next{
    right:30px;
}
#nav{
    display: none;
}
#banner-box div{
    display: block;
}
#banner-box:hover div:hover{
    opacity: 1;
    filter: alpha(opacity=100);
}
/*引导样式*/
.guide {
    width: 1200px;
    margin: 0 auto;
    margin-top:13px ;
    height: 194px;
    background-color: #fff;
}
.guide ul li{
    float: left;
    margin: 22px 10px;
}
.guide ul li a{
    display: block;
    position: relative;
}
.guide ul li a p{
    position: absolute;
    top:36px;
    left: 16px;
    font-size: 10px;
}
.guide ul li a p.guide-news{
    top:12px;
    font-size: 16px;
}
/*主体产品*/
.main{
    width: 1200px;
    margin: 0 auto;
}
.main .products{
    width: 100%;
    height: 1028px;
    background-color: #fff;
    margin-top: 52px;
    box-shadow:0 15px 10px -15px #808080;
}
.main .normal_pro{
    padding-bottom: 15px;
    clear: both;
    overflow: hidden;
    height: auto;
}
.products_hd {
    width: 1171px;
    height: 63px;
    margin: 8px auto;
    border-bottom: 1px solid #000;
}
.products_hd h3{
    width: 304px;
    height: 53px;
    margin-top: 6px;
    float: left;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    padding: 8px 0 0 49px;
    background: url("../images/hd-bg.jpg")no-repeat;
}
.products_hd a{
    display: block;
    float: right;
    font-size: 17px;
    color: #1b1b1b;
    margin-top: 32px;
}
.products_hd a:hover{
    color: #fe512f;
}
.products_con ul li{
    float: left;
    margin: 14px ;
    height: 444px;
    transition: all .2s linear;
    border: #E0E0E0 1px solid;
}
.product_img{
    width: 270px;
    height: 270px;
}
.products_con ul li:hover{
    box-shadow: 5px 15px 30px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 15px 30px rgba(0,0,0,0.1); /* 老的 Firefox */
    transform: translate3d(0,-2px,0);
    -ms-transform: translate3d(0,-2px,0); 	/* IE 9 */
    -moz-transform: translate3d(0,-2px,0); 	/* Firefox */
    -webkit-transform: translate3d(0,-2px,0); /* Safari 和 Chrome */
    -o-transform: translate3d(0,-2px,0); 	/* Opera */
}
.products_con ul li .product_img img{
    height: auto;
    width: auto;
    max-width: 100%;
    vertical-align: middle;
}
.products_con ul li .product_detail{
    width: 250px;
    margin: 14px auto 0 auto;
}
.products_con ul li .product_detail .total{
    font-size: 22px;
    color: #BF0000;
    font-family: Arial, Helvetica, sans-serif;
}
.products_con ul li .product_detail a.product_de{
    display: block;
    font-size: 14px;
    margin: 5px;
    height: 46px;
    color: #3A3A3A;
    transition: all .5s ease-in-out;
    -moz-transition:  all .5s ease-in-out; /* Firefox 4 */
    -webkit-transition: all .5s ease-in-out; /* Safari 和 Chrome */
    -o-transition: all .5s ease-in-out; /* Opera */
}
.products_con ul li a.product_de:hover{
    color: #fe512f;
}
.products_con ul li .product_detail .btn_now a {
    display: block;
    color: #fff;
    width: 143px;
    font-size: 16px;
    margin: 15px auto;
    text-align: center;
    padding: 11px 0;
    background-color: #fe512f;
    border-radius: 3px;
}
/*友情链接样式*/
.main .a_link{
    margin-top:46px ;
    height: 200px;
}
.link_con{
    width: 1200px;
    height: 128px;
    border-top: 10px solid #f2f0f1;
}
.picScroll-left{
    width:1110px;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
}
.picScroll-left .prev,.picScroll-left .next{
    display:block;
    float:left;
    margin-top: 20px;
    overflow:hidden;
    cursor:pointer;
}
.picScroll-left .bd{
    padding:12px 17px;
    float: left;
}
.picScroll-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.picScroll-left .bd ul li{
    margin:0 8px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.picScroll-left .bd ul li .pic img{
    width:186px;
    height:66px;
    display:block;
    border:1px solid #bfbfbf;
}
.picScroll-left .bd ul li .pic a:hover img{
    border-color:#fe512f;
}
.picScroll-left .bd ul li .title{
    line-height:24px;
}
/*底部区域样式*/
.footer{
    width: 1200px;
    height: 380px;
    clear: both;
    margin: 52px auto 0 auto;
    background-color: #fff;
}
.footer .a_sale{
    height: 116px;
}
.footer .a_sale ul li{
    float: left;
    font-size: 18px;
    line-height: 48px;
    color: #3e3e3e;
    margin: 34px 45px;
}
.footer .a_sale ul li img{
    display: block;
    float: left;
    margin-right: 8px;
}
.address{
    width: 1152px;
    height: 223px;
    margin: 0 auto;
    border-top: 1px solid #e3e3e3;
}
.address .pull-left{
    font-size: 15px;
    margin: 76px 0 0 32px;
}
.address .pull-left p{
    line-height: 30px;
}
.address .pull-right{
    margin: 20px 78px 0 0;
}
.copyright{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #000000;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
/*路径*/
.link_add{
    width: 1200px;
    height: 35px;
    margin: 2px auto;
	line-height:35px;
    border-bottom: 1px solid #8f9094;
}
.link_add ul li{
    float: left;
}
.link_add ul li:first-child{
    margin-left: 6px;
}
.link_add ul li a{
    font-size: 14px;
    padding: 0 2px;
}
.link_add ul li a:hover{
    color: #fe512f;
}
/*清浮动*/
.clear{
    clear:both;
    overflow:hidden;
}
/*置顶*/
.to_top {
    position: fixed;
    font-size: 56px;
    color: #3e3e3e;
    right: 65px;
    bottom: 17px;
    display: none;
    z-index: 100;
    cursor: pointer;
}
/*顶部图片*/
.top_img{
    width: 1151px;
    margin: 15px auto;
    background-color: #fff;
}
/*页码*/
.paging {
    width: 550px;
    margin: 0 auto;
    padding-top: 15px;
    clear: both;
}
.paging #pageTool ul li {
    float: left;
    font-size: 16px;
    color: #b4b4b4;
    border: 1px solid #b4b4b4;
    border-radius: 3px;
    padding: 2px 7px;
    margin-right: 6px;
    cursor: pointer;
}
.paging #pageTool ul li.page_now {
    color: #fff;
    background-color: #fe512f;
    border-color: #fe512f;
}
.paging #pageTool ul li.page_no {
    border: none;
    line-height: 16px;
}
.content{
    box-shadow: 0 15px 10px -15px #808080;
}
.contxt_box img{
    display: block;
    margin: 0 auto;
}