/** 全局 **/
html,body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,image, form, fieldset, legend, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}
html {
    font-family: "Microsoft YaHei";
    font-size: 12px;
}
li {
    list-style-type: none;
}
a {
    color:#666666;
    text-decoration: none
}
table {
    border-collapse: collapse;
    font-size: inherit;
}
/** 头部 **/
.top {
    background: #EEEEEE;
    height: 28px;
    line-height: 28px;
}
.top-c{
    width: 980px;
    margin: 0 auto;
}
.spFirTop {
    float: left;
}
.top-right {
    float: right;
}
.top-con {
    height: 90px;
    margin: 0 auto;
    width: 980px;
    padding :5px 0 0 0;
}
.top-logo {
    border-right: 1px solid #E9E9E9;
    float: left;
    padding:4px 10px 0 10px;
}
.top-h {
    font-size: 18px;
    float: left;
    padding: 20px 0 0 10px;
}
.top-h span {
    color: #FC160E;
}
.top-l {
    color: #000;
    float: right;
    margin-top: 15px;
    padding-left: 30px;
    width: 300px;
    font-size: 20px;
}
/** 导航 **/
.nav {
    height:35px;
    line-height:35px;
    background:url(../images/h_navBor.gif) repeat-x left top;
    font-size:16px;
}
#navMenu {
    width:980px;
    margin: 0 auto;
    clear:both
}
#navMenu li {
    float:left;
    width:75px;
    text-align:left;
    padding-right:16px;
    padding-left:17px;
}
#navMenu li a {
    color:#ffffff;
    display:block;
    text-align:center;
    line-height:35px;
    width:100px;
}
#navMenu li a:hover {
    background:#e86f2e;
    width:100px;
    text-align:center
}
/*-------- 下拉菜单 --------------*/
.dropMenu {
    position:absolute;
    z-index:100;
    width:140px;
    visibility: hidden;
    margin: -2px 0 0 -1px;
    padding-bottom:6px;
}
.dropMenu li {
    margin-top:1px;
    margin-bottom:1px;
    background-color:#8A8A8A;
    height:24px;
    line-height:24px;
    text-align:center
}
.dropMenu li a{
    width: 140px;
    display: block;
    text-align:center;
    color: #FFFFFF;
}
.dropMenu li:hover {
    background:#64A1FB;
    color:#FFFFFF
}
.dropMenu li:hover a{
    color:#FFFFFF
}
/** 图片轮播 **/

.banner{
    width:100%;
    overflow:hidden;
    height:470px;
    position:relative
}
.banList{
    position:relative;
    left:50%;
    margin-left:-960px;
    height:470px
}
.banList li{
    height:470px;
    opacity:0;
    position:absolute;
    transform:scale(0);
    transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;
    z-index:1;
}
.banList li.active{
    opacity:1;
    transform:scale(1);
    z-index:2;
}
.fomW{
    position:relative;
    bottom:20px;
    left:50%;
    height:20px;
    z-index:3;
    width:1000px;
    margin-left:-500px
}
.jsNav{
    text-align:center;
}
.jsNav a{
    display:inline-block;
    background:#fff;
    width:15px;
    height:15px;
    border-radius:50%;
    margin:0 5px;
}
.jsNav a.current{
    background:#fc8f0f;
    cursor:pointer
}
/** 搜索 **/
.search1 {
    height:35px;
    line-height: 35px;
    background: #EEEEEE;
}
.f1{
    width: 980px;
    margin: 0 auto;
}
.search-l {
    width: 50%;
    float: left;
    color: #666666;
}
.search-r {
    float: right;
    color: #666666;
}
/*tab选项卡*/
.canping{
    width: 980px;
    margin:10px auto;
    padding:15px;
}
.title{
    height:22px;
    border-bottom: 5px solid #e7e7e7;
    padding-bottom:10px;
}
.title h2{
    font-size: 22px;
}
.title-list{
    position: relative;
    top:8px;
    float: right;
    background: #E3E5EA;
}
.title-list li{
    width: 145px;
    line-height: 22px;
    text-align: center;
    float: left;
    display: inline;
}
.title-list li.on{
    color: #ff6600;
    font-weight: bold;
    background: url(../images/on_bg.gif);
}
.anli{
    display:inline;
    float:left;
    color:#ff6600 ;
}
.product{
    height: 400px;
    position: relative;
    overflow: hidden;
    display: none;
    margin-top: 20px;
}
.product-wrap {
    height: 400px;
    position: relative;
    overflow: hidden;
}
/** 页面 **/
.content{
    margin: 15px auto;
    overflow: hidden;
    width: 980px;
}
.demobox{
    width:200px;
    float: left;
}
.fennei{
    background: none repeat scroll 0 0 #F59601;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 37px;
    line-height: 37px;
    padding-left: 18px;
}
.vernav{
    margin-top:10px ;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    border: 1px solid #DFDFDF;
}
.vernav li  {
    border-left:none;
    border-right:none;
    border-bottom:1px solid #ddd;
    position:relative;
    line-height: 25px;
}
.vernav  li a:hover{
    color:#FF0C00
}
.vernav li li a{
    padding-left:25px;
}
.yongyu {
    background: url("../images/rongyu_bg.jpg");
    margin: 10px auto;
    width: 980px;
}
.yongyu h3 {
    color: #4F4F4F;
    display: block;
    font-size: 24px;
    height:70px;
    line-height:70px;
    text-align: center;
}
.yongyu b{
    color: #fc8f0f;
}
#demo {
    width: 980px;
    overflow: hidden;
    margin: 10px auto;
}
#indemo {
    float: left;
    width: 800%;
}
#demo1 {
    float: left;
}
#demo2 {
    float: left;
}
.khBox {
    background: url("../images/khBg.jpg") no-repeat scroll 20px bottom #FFFFFF;
    height: 490px;
    position: relative;
    margin: 0 auto;
    width: 1020px;
}
.khBox h4 {
    background: url("../images/khTitBg.png") no-repeat scroll center bottom transparent;
    color: #333333;
    font-size: 24px;
    padding-bottom: 34px;
    padding-top: 20px;
    text-align: center;
}
.khBox h4 span {
    color: #D80000;
    font-size: 34px;
}
.khBox ul {
    left: 462px;
    position: absolute;
    top: 123px;
}
.khBox ul li {
    background-color: #D5D5D5;
    color: #000;
    height: 32px;
    line-height: 32px;
    margin-bottom: 14px;
    overflow: hidden;
    width: 498px;
}
.khBox ul em {
    background-color: #fc8f0f;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 22px;
    font-style: italic;
    height: 32px;
    margin-right: 8px;
    text-align: center;
    width: 40px;
}
.khBox ul p {
    font-size: 15px;
}
.khBox dl {
    background-color: #E5E0E0;
    border-radius: 3px 3px 3px 3px;
    left: 442px;
    padding: 12px 20px;
    position: absolute;
    top: 376px;
    width: 480px;
}
.khBox dl dt span {
    background-color: #D80000;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    text-align: center;
    width: 69px;
}
.khBox dl dd {
    color: #D80000;
    font-size: 14px;
    line-height: 22px;
}
.ys {
    margin: 0 auto;
    width: 1020px;
    height: 1815px;
    background-image: url("../images/ys_bg.jpg");
}
.ys h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    padding: 45px 0 0 460px;
}
.ys h2 .tm {
    color: #B9B9B9;
    display: block;
    font-size:22px;
    padding-top: 8px;
}
.ys-c {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.ys-c li.one {
    left: 20px;
    position: absolute;
    top: 50px;
    width: 458px;
}
.ys-c li h3 {
    color: #fc8f0f;
    font-size: 28px;
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin-left: 4px;
    padding-bottom: 7px;
    text-align: center;
    width: 251px;
}
.ys-c li p {
    font-size: 16px;
    line-height: 36px;
    padding-left: 18px;
}
.ys-c li.two {
    left: 520px;
    position: absolute;
    top:350px;
    width: 475px;
}
.ys-c li.three {
    left: 20px;
    position: absolute;
    top: 710px;
    width: 478px;
}
.ys-c li.four {
    left: 20px;
    position: absolute;
    top: 1390px;
    width: 465px;
}
.ys-c li.five {
    left: 550px;
    position: absolute;
    top: 1030px;
    width: 451px;
}
.hf2 {
    background: url("../images/hf2.jpg") no-repeat scroll center top transparent;
    height:100px;
}
.hf2-c {
    margin: 0 auto;
    position: relative;
    width: 980px;
}
.hf2-c p {
    color: #FFFFFF;
    font-size: 32px;
    left: 730px;
    line-height: 32px;
    position: absolute;
    top: 25px;
}
.hf2-c p em {
    display: block;
    font-size: 20px;
    font-weight: normal;
    line-height: 20px;
    padding-bottom: 5px;
    padding-left: 28px;
}
.jianjie{
    margin: 15px auto;
    overflow: hidden;
    width: 980px;
}
.about {
    height: 360px;
}
.about h2 {
    border-bottom: 1px solid #76CEEE;
    height: 24px;
}
.about h2 p {
    border-left: 4px solid #FC9B2A;
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 17px;
    line-height: 17px;
    padding-left: 11px;
}
.about h2 span {
    float: right;
    font-size: 12px;
    font-weight: normal;
    height: 28px;
    line-height: 28px;
    padding-right: 11px;
}
.about h2 span a {
    color: #CDCDCD;
}
.about-c {
    width: 980px;
    margin-top: 20px;
}
.about-veiw {
    border: 2px solid #CDCDCD;
    float: left;
    height: 284px;
    width: 334px;
}
.about-r {
    float: right;
    width: 589px;
}
.about-r h3, .about-r h3 a {
    color: #FC9B2A;
    font-size: 16px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
}
.about-wz {
    color: #333333;
    line-height: 24px;
    padding-top: 5px;
    width: 589px;
    font-size: 14px;
}
.about-more a {
    color: #CDCDCD;
    display: block;
    padding-top: 5px;
}
.news {
    border-top: 1px solid #B6B6B6;
    display: block;
    height: 450px;
    overflow: hidden;
}
.new {
    overflow: hidden;
    width:980px;
    margin: 20px auto;
}
.fr{
    float:left;
}
.fr a{
    color: #FC9B2A ;
}
.zx {
    background: url("../images/ge03.jpg") no-repeat scroll right 55px transparent;
    overflow: hidden;
    padding: 0 6px 0 0;
    width: 246px;
    float: left;
}

.zx1 {
    background: url("../images/ge03.jpg") no-repeat scroll right 55px transparent;
    overflow: hidden;
    padding: 0 12px 0 20px;
    width: 418px;
    float: left;
}
.zx_c {
    padding: 10px 16px 0 0;
    margin-top: 30px;
}
.zx1_c {
    padding: 10px 8px 0 0;
    margin-top: 30px;
}
.zx_c li, .zx1_c li {
    border-bottom: 1px dashed #DCDCDC;
    overflow: hidden;
}
.zx_c li {
    height: 31px;
    line-height: 31px;
}
.zx1_c li span {
    float: right;
}
.zx_c li a {
    color: #656565;
}
.zx1_c dl {
    border-bottom: 1px solid #DCDCDC;
    height: 133px;
    overflow: hidden;
}
.zx1_c dt {
    float: left;
    padding: 6px 0 0;
    width: 145px;
}
.zx1_c dd {
    float: left;
    line-height: 22px;
    width: 265px;
}
.zx1_c dd h3 a {
    color: #015EAB;
    font-size: 12px;
    line-height: 24px;
}
.zx1_c dd p {
    height: 86px;
    overflow: hidden;
}
.zx1_c li {
    height: 31px;
    line-height: 31px;
}
.wd {
    line-height: 24px;
    overflow: hidden;
    padding-left: 18px;
    width: 240px;
    float: left;
}
.wd_c {
    height: 376px;
    padding: 2px 0 0;
    position: relative;
    margin-top: 35px;
}
.prev, .next {
    bottom: 0;
    display: block;
    height: 25px;
    overflow: hidden;
    width: 134px;
}
.prev {
    background: url("../images/prev.jpg") no-repeat scroll 0 0 transparent;
    left: 0;
}
.next {
    background: url("../images/next.jpg") no-repeat scroll 0 0 transparent;
    right: 0;
}
.prev:hover, .next:hover {
    background-position: 0 bottom;
}
.pa {
    position: absolute;
}
.wd01 {
    height: 330px;
    margin: 10px 0;
    overflow: hidden;
}
.wd_c dl {
    clear: both;
    line-height: 24px;
    padding: 10px 0 0;
}
.wd_c dt {
    background: url("../images/wd_w.jpg") no-repeat scroll 0 5px transparent;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    padding-left: 22px;
}
.wd_c dt a {
    color: #444444;
    font-weight: bold;
}
.wd_c dd {
    background: url("../images/wd_d.jpg") no-repeat scroll 0 6px transparent;
    padding: 0 0 0 22px;
}
.link {
    clear: both;
    padding-top: 21px;
    width: 980px;
    margin: 0 auto;
}
.link h2 {
    border-color: #DFDFDF #DFDFDF #017EB7;
    border-style: solid;
    border-width: 1px 1px 2px;
    font-size: 16px;
    font-weight: bold;
    height: 38px;
    line-height: 38px;
    padding: 0 11px 0 13px;
}
.link h2 a {
    color: #fc8f0f;
}
.link-c {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #EEEEEE;
    color: #626262;
    padding: 15px 8px 16px;
    width: 960px;
}
.link-c a {
    color: #626262;
    line-height: 28px;
    padding: 0 7px;
}
/**页脚 **/
.f_foot {
    height: 180px;
    overflow: hidden;
    background: #dfdfdf;
}
.footer {
    margin: 0 auto;
    overflow: hidden;
    width: 980px;
}
.foot{
    float: left;
}
.f_nav {
    background: url(../images/h_navBor.gif) repeat-x left top;
    color: #FFFFFF;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}
.f_foot .f_nav a {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    padding: 0 20px;
}
.f_Info {
    overflow: hidden;
    padding-top: 20px;
}
.f_Txt {
    color: #333333;
    line-height: 30px;
    padding-left: 40px;
    text-transform: uppercase;
    width: 600px;
    float: right;
}

.f_logo {
    background: url("../images/f_logoBor.gif") no-repeat scroll right 9px transparent;
    display: block;
    padding-right: 39px;
    padding-top: 9px;
    text-align: right;
    width: 270px;
}

/*列表页*/
.left {
    float: left;
    width: 210px;
}
.leib2 {
    width: 200px;
    margin-top: 10px;
    float: left;
}
.tit {
    background: none repeat scroll 0 0 #F59601;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    padding-left: 18px;
}
.leftlx {
    border: 1px solid #DFDFDF;
}
.leftlx h1 {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.leftlx .dianh {
    padding: 0 5px 0 10px;
}
.leftlx p {
    line-height: 24px;
}
.leftlx .dianhua {
    background: url("../images/Teln.gif") no-repeat scroll 0 18px transparent;
    color: #666666;
    line-height: 20px;
    padding: 10px 0 10px 55px;
}
.leftlx .dianhua span {
    color: #F59601;
    display: block;
    font: 18px "Impact";
}
.right {
    display: inline;
    float: left;
    margin-left: 10px;
    overflow: hidden;
    width: 760px;
    padding-top: 10px;
}
.righttop {
    background: url("../images/right_top_img.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 3px;
    overflow: hidden;
}
.rightbot {
    background: url("../images/right_bot_img.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}
.plc {
    background-color: #F59601;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}
.right_main {
    border-width: 0 1px;
    overflow: hidden;
    padding-bottom: 15px;
    width: 758px;
    border:1px solid #D5D5D5
}
.news_con {
    margin: 0 auto;
    padding-top: 15px;
    width: 730px;
}
dl.news_dl {
    border-bottom: 1px dashed #CCCCCC;
    color: #666666;
    font-size: 14px;
    line-height: 22px;
    padding: 0 5px;
}
dl.news_dl a {
    color: #000000;
}
dl.news_dl dt {
    background: url("../images/bt_bg.gif") no-repeat scroll 8px center transparent;
    height: 24px;
    line-height: 24px;
    margin-bottom: 3px;
    margin-top: 5px;
    overflow: hidden;
    padding-left: 30px;
}
.dt_2 {
    float: right;
    padding: 0 10px 0 8px;
}
.apage {
    background: none repeat scroll 0 0 #F9F9F9;
    border: 1px solid #CCCCCC;
    height: 25px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0 5px;
    text-align: right;
}
.RandomNews {
    padding-top: 10px;

}
.diysr {
    background: none repeat scroll 0 0 #F59601;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    padding-left: 27px;
}
.news_random {
    padding-top: 8px;
    width: 752px;
}
.news_random li {
    float: left;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 0 17px 0 10px;
    width: 345px;
}
.news_random li a {
    background: url("../images/ico55.gif") no-repeat scroll 0 4px transparent;
    padding-left: 12px;
}

dl.pd_list_dl {
    float: left;
    height: 185px;
    overflow: hidden;
    padding: 5px 15px 10px;
    width: 210px;
}
dl.pd_list_dl dt, dl.pd_list_dl dt a {
    font-size: 0;
    height: 165px;
    line-height: 0;
    width: 217px;
}
dl.pd_list_dl dt img {
    border: 1px solid #D6D6D6;
    height: 161px;
    padding: 1px;
    width: 213px;
}
dl.pd_list_dl dt a:hover img {
    border: 1px solid #F59401;
}
dl.pd_list_dl:hover dd a {
    color: #F59401;
}
dl.pd_list_dl dd {
    height: 30px;
    line-height: 30px;
    margin-top: 3px;
    overflow: hidden;
    text-align: center;
    width: 217px;
}
dl.pd_list_dls {
    float: left;
    height: 185px;
    overflow: hidden;
    padding: 5px 15px 10px;
    width: 217px;
}
dl.pd_list_dls dt, dl.pd_list_dls dt a {
    font-size: 0;
    height: 148px;
    line-height: 0;
    width: 217px;
}
dl.pd_list_dls dt img {
    border: 1px solid #D6D6D6;
    height: 144px;
    padding: 1px;
    width: 213px;
}
dl.pd_list_dls dt a:hover img {
    border: 1px solid #E20E19;
}
/*内容页*/
.topadcs {
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-top: 3px;
}
.topadcs a {
    display: block;
    margin: 0 auto;
}
.topadcs a.fullad {
    height: 300px;
}
.plc2 {
    background: #F59401 ;
    border-radius:5px;
    color: #000000;
    line-height: 27px;
    margin-bottom: 10px;
    text-indent: 10px;
}
.left2 {
    float: left;
    overflow: hidden;
    width: 670px;
}
.left2top {
    background: url("../images/left2_top_img.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 3px;
    overflow: hidden;
}
.left2_main {
    border-color: -moz-use-text-color #D5D5D5;
    border-image: none;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-style: none solid;
    border-width: 0 1px;
    overflow: hidden;
    padding-bottom: 15px;
    width: 668px;
}
.n_info_con {
    overflow: hidden;
    padding: 10px 15px 0 10px;
    width: 650px;
}
.n_info_con h1 {
    border-bottom: 1px dashed #CCCCCC;
    color: #333333;
    font-family: "宋体";
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.info_con_tit {
    line-height: 24px;
    margin-bottom: 15px;
}
.info_con_tit span {
    margin-right: 20px;
}
.info_con_tit .n_tit {
    color: #BCBBBB;
    text-align: center;
}
.info_con_tit .n_tit a {
    color: #BCBBBB;
}
#cntrBody {
    font-size: 14px;
}
#cntrBody p{
    font-size: 14px;
    margin: 10px 0;
}
.gduo {
    background: none repeat scroll 0 0 #F7F7F7;
    height: 30px;
    line-height: 30px;
    margin: 15px 0;
    overflow: hidden;
    padding: 0 10px;
}
.gduo span {
    display: block;
    float: right;
    height: 30px;
    overflow: hidden;
    width: 320px;
}
.gduo a {
    font-weight: bold;
}
.info_key {
    border-bottom: 1px solid #CCCCCC;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    padding: 0 10px;
    width: 648px;
}
.info_key span {
    font-size: 14px;
    font-weight: bold;
}
.info_key a {
    margin-right: 10px;
}
.n_info_con2 {
    color: #000000;
    margin: 0 auto;
    width: 650px;
}
.n_info_con2  a:hover {
    color: #B61212;
}
.info_b{
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 5px 0;
    width: 648px;
}
ul.p_list_ul li {
    background: url("../images/ico10.gif") no-repeat scroll 10px 9px transparent;
    color: #666666;
    display: inline;
    float: left;
    line-height: 23px;
    margin-left: 10px;
    overflow: hidden;
    text-indent: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 298px;
}
.n_info_tjcp h4 {
    border-bottom: 1px solid #CCCCCC;
}
.n_info_tjcp dl {
    float: left;
    height: 188px;
    overflow: hidden;
    padding: 10px 4px 0 8px;
    width: 210px;
}
.n_info_tjcp dt {
    border: 1px solid #CCCCCC;
    font-size: 0;
    height: 158px;
    line-height: 0;
    width: 210px;
}
.n_info_tjcp dt img {
    height: 158px;
    width: 210px;
}
.n_info_tjcp dt img:hover {
    border: 1px solid #F59601;
}
.n_info_tjcp dl:hover dd a {
    color: #F59601;
}
.n_info_tjcp dd {
    color: #AB8673;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    width: 210px;
}
.n_info_tjcp dd a {
    color: #333333;
    height: 18px;
    overflow: hidden;
}
.left2bot {
    background: url("../images/right_bot2_img.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}
.right2 {
    float: right;
    overflow: hidden;
    width: 275px;
}
.t03 {
    background: none repeat scroll 0 0 #E2E2E2;
    line-height: 28px;
    text-indent: 15px;
}
.t04 {
    background-position: -63px -197px;
    line-height: 25px;
    text-indent: 15px;
}
.right2top {
    background: url("../images/right2_top_img.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 3px;
    overflow: hidden;
}
.right2_main {
    border-color: -moz-use-text-color #D5D5D5;
    border-image: none;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
    border-style: none solid;
    border-width: 0 1px;
    overflow: hidden;
    padding-bottom: 15px;
    width: 273px;
}
.right2_main .t03 {
    color: #000000;
}
.right2_main .t03 a {
    color: #000000;
}
.right2_main .t03 a:hover {
    color: #000000;
}
ul.newpro {
    background: url("../images/news_list_bg.gif") no-repeat scroll 0 5px transparent;
    margin: 8px auto;
    overflow: hidden;
    padding-left: 5px;
    width: 230px;
}
ul.newpro  li {
    line-height: 24px;
    overflow: hidden;
    padding-left: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 156px;
}
.right2bot {
    background: url("../images/left_bot2_img.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}
/*产品列表*/
.rightl {
    display: inline;
    float: left;
    overflow: hidden;
    width: 754px;
}
.pro_main {
    background-color: #FFFFFF;
    border-color: -moz-use-text-color #CCCCCC;
    border-image: none;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-style: none solid;
    border-width: medium 1px;
    overflow: hidden;
    padding: 10px 5px;
}
.pro_curmbs {
    margin-bottom: 10px;
    padding: 0 5px;
}
.pro_curmbs span {
    color: #F59401;
}
.pro_curmbs a {
    color: #333333;
}
.pro_curmbs a:hover {
    color: #F59401;
}
.time-fr{
    float: right;
}
.leftr {
    display: inline;
    float: right;
    margin-left: 5px;
    overflow: hidden;
    width: 201px;
}
.leib .tit {
    background: none repeat scroll 0 0 #F59601;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    height: 32px;
    line-height: 32px;
    padding-left: 13px;
}
.leib .tit a {
    color: #333333;
}
.leib .tit a:hover {
    color: #333333;
}
.leib .nr {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DFDFDF #DFDFDF -moz-use-text-color;
    border-image: none;
    border-style: solid solid none;
    border-width: 0;
    padding: 12px 5px 10px;
}
.leib {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #CCCCCC #CCCCCC;
    border-image: none;
    border-right: 1px solid #CCCCCC;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    overflow: hidden;
    margin-top: 10px;
}
dl.pd_t05_con_dl {
    height: 159px;
    margin: 10px auto 3px;
    overflow: hidden;
    width: 170px;
}
dl.pd_t05_con_dl dt, dl.pd_t05_con_dl dt a {
    font-size: 0;
    height: 129px;
    line-height: 0;
    width: 170px;
}
dl.pd_t05_con_dl dt img {
    border: 1px solid #CCCCCC;
    height: 125px;
    padding: 1px;
    width: 166px;
}
dl.pd_t05_con_dl dt a:hover img {
    border: 1px solid #F59401;
}
dl.pd_t05_con_dl dd {
    color: #555555;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding-top: 5px;
    text-align: center;
    width: 170px;
}
.leftbot {
    background: url("../images/left_bot_img.gif") no-repeat scroll 0 0 transparent;
    font-size: 0;
    height: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}
.proSid {
    border: 1px solid #EFEFEF;
    overflow: hidden;
    width: 201px;
    float: left;
}
/*产品内容页*/

.pleft {
    float: left;
    overflow: hidden;
    width: 405px;
    z-index: 5;
}
.maincont {
    width: 730px;
    margin-bottom: 10px;
    height: 300px;
}
.propar{
    margin-top: 20px;
}
.pright {
    float: left;
    font-size: 14px;
    margin-left: 5px;
    overflow: hidden;
    width: 320px;
}
.pd_hotline {
    line-height: 22px;
    padding: 5px 5px 0;
}
.pd_hotline span{
    font-size: 22px;
    color:#F59401 ;
}
.proparp{
    text-align:center;
    margin-top: 20px;
}
.fenlei {
    background: url("../images/fenlei_line.gif") repeat-x scroll center top transparent;
    clear: both;
    margin-top: 35px;
    padding-top: 10px;
    position: relative;
}
.fenlei .tit {
    padding-bottom: 4px;
    position: absolute;
    top: -40px;
}
.fenlei .tit a {
    color: #000000;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 25px;
    margin-left: 1px;
    overflow: hidden;
    padding-left: 4px;
}
.fenlei .tit span {
    float: left;
    height: 25px;
    padding: 7px 20px 0 2px;
}

.proinfo .nr_list {
    clear: both;
    margin-bottom: 10px;
    padding-top: 12px;
}
.proinfo .nr_list ul {
    padding-left: 6px;
}
.proinfo .nr_list ul li {
    float: left;
    height: 25px;
    overflow: hidden;
    width: 220px;
}
.pro_key {
    border-top: 1px dashed #CCCCCC;
    font-size: 14px;
    line-height: 35px;
    margin-top: 5px;
}
.caigou {
    background: none repeat scroll 0 0 #CCCCCC;
    color: #666666;
    margin: 5px 0;
    padding: 5px;
}
.caigou strong {
    font-size: 14px;
    font-weight: bold;
}
.caigou .span_1 {
    float: right;
}
.caigou_tab {
    color: #666666;
    line-height: 27px;
    margin-bottom: 10px;
}
.caigou_tab .tt {
    text-align: right;
    vertical-align: top;
}
.caigou_tab .span_b {
    color: #FF0000;
    font-weight: bold;
}
.caigou_tab .textarea {
    margin-top: 3px;
}
.red_x {
    color: #DD3904;
    display: inline;
    font-size: 12px;
}
.tt {
    text-align: right;
    vertical-align: top;
}
.prodetailsinfo {
    border-bottom: 1px dashed #BBBBBB;
    clear: both;
    padding: 0 0 15px;
}
.proviewbox {
    float: left;
    position: relative;
    width: 405px;
    z-index: 5;
}
.probigshow {
    border: 1px solid #DDDDDD;
    height: 277px;
    padding: 1px;
    position: relative;
    width: 390px;
}
.corange{
    border-bottom: 1px dashed #BBBBBB;
    clear: both;
    padding: 0 0 15px;
}
.text {
    height: 18px;
    line-height: 18px;
}
.tr {
    text-align: right;
}
.comments {
    border: 1px solid #CCCCCC;
    margin-bottom: 10px;
    overflow: hidden;
}
.comments h4 {
    background-position: -63px -850px;
    color: #333333;
    line-height: 27px;
    text-indent: 10px;
}
.comments h4 a {
    color: #333333;
}
.info_fb {
    border: 1px solid #CCCCCC;
    line-height: 25px;
    overflow: hidden;
    padding: 10px;
}
.td_b {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}
.vat {
    text-align: right;
    vertical-align: top;
}
.agent_con {
    line-height: 24px;
    margin-left: 19px;
    padding-top: 10px;
    width: 730px;
}
.agent_con .age_li_about {
    padding-left: 10px;
}
/*留言板*/
.tableborder {
    border: 1px solid #ccc
}
.tableborder .header{
    background: #F0F0F0;
    color: #000;
    border: 1px solid #AACCEE;
    border-bottom: none;
}
.tableborder td{
    line-height:30px;
    padding-left:  5px;
    padding-top:5px;
    padding-right:5px;
}
.tableborder  th{
    line-height:30px;
    padding-left:  5px;
    padding-top:5px;
    padding-right:5px;
    background-color:#CCC;
    width:100px;
}
/*在线客脑*/
.services {
    float: left;
}
.services .con {
    background: url(../images/service.gif) no-repeat 0 0;
    width: 127px;
    height: 368px;
    position: relative;
}
.services .shares {
    position: absolute;
    left: 10px;
    top: 275px;
    white-space: nowrap;
    color: #666;
}
.services .shares img {
    margin-right: 5px;
}
.services li {
    text-align: center;
}
.services .qq {
    padding-top: 105px;
}
.services .name {
    padding-top: 8px;
    float: left;
    display: block;
    width: 60px;
    text-align: right;
}
#wwwbzj163com .s-btn {
    background-position: 0 -89px;
    width: 38px;
    height: 198px;
    margin-top: 104px;
    float: left;
}
#wwwbzj163com .Obtn {
    background: url(../images/service.gif) no-repeat -331px -53px;
    float: left;
    width: 39px;
    height: 197px;
    margin-top: 30px;
    margin-left: -1px;
}
#wwwbzj163com a.wx {
    position: absolute;
    top: 166px;
    left: 15px;
    overflow: hidden;
    text-indent: -999em;
    display: block;
    width: 95px;
    height: 95px;
}
