/*===================产品详情===============*/
#tbody {
    width: 450px;
    float: left;
}

#mainbody {
    width: 440px;
    margin: 5px;
    border: 1px solid #999;
    padding: 1px;
}

#mainbody img {
    margin: 0 auto;
    max-width: 440px;
    _width: expression(this.width > 440 ? "440px" : this.width);
    max-height: 350px;
    height: expression(this.height > 350 ? "350px" : this.height);
}

#mainphoto {
    cursor: pointer;
    display: block;
}

#goleft {
    float: left;
    clear: left;
    margin: 6px 5px 0 3px;
}

#goright {
    float: right;
    clear: right;
    margin: 6px 3px 0 5px;
}

#photos {
    width: 410px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #999;
    margin: 10px 0;
    overflow: hidden;
}

#showArea img {
    display: block;
    float: left;
    margin: 1px 0;
    cursor: pointer;
    border: 1px solid #666;
}

.txt_1 {
    font: bold 24px Verdana, Tahoma;
    color: #fff;
}
/*==============n_content_right=====================*/

.n_right2 {
    width: 1200px;
    padding-top: 20px;
}

.n_content4 {
    padding-top: 0px;
    padding-left: 0px;
    min-height: 360px;
    padding-bottom: 0px;
}

.n_product_show {
}

#n_product_show .up_box {
    background: #fff;
}

#n_product_show .up_box #big_pic {
    width: 373px;
    float: left;
    border: 5px solid #f8f8f8;
}

#n_product_show .up_box .title {
    display: block;
    border-bottom: 1px solid #bebec2;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 30px;
    font-size: 22px;
    color: #2bd3cf;
    font-weight: bold;
}

#n_product_show .up_box .text_box {
    float: right;
    padding: 15px 0px 20px 0;
    width: 700px;
}

#n_product_show .up_box .text_box .ar_article {
    font-size: 14px;
    height: 200px;
    overflow: hidden;
    line-height: 30px;
    color: #4c4d4e;
}

#n_product_show .up_box .text_box .ar_article p{ margin-left:20px;font-size:26px; line-height:30px; color:#53386a; overflow:hidden;}
#n_product_show #bnt_buy {
    margin-top: 30px;
    background: url(../images/bnt_buy.png) center no-repeat #00468c;
    border-radius: 3px;
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 150px;
    color: #fff;
    font-size: 14px;
}

#n_product_show #bnt_buy:hover {
    color: #00468c;
}

#n_product_show .un_box {
    padding-top: 10px;
}

#n_product_show .un_box .title {
    height: 45px;
    line-height: 45px;
    background: #eff2f4;
    border-left: 4px solid #d42c30;
}

#n_product_show .un_box .title strong {
    display: inline-block;
    padding: 0 20px;
    color: #d42c30;
    font-weight: 800;
    font-size: 16px;
}

#n_product_show .un_box .title span {
    display: inline-block;
    color: #2d95a2;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Arial";
}

#n_product_show .un_box  .content {
    padding: 30px 35px 15px 35px;
    border: 1px solid #e6e6e6;
    border-top: none;
}

#pro_hot {
    background: #f8f8f8;
    padding: 40px 50px;
    margin-top: 50px;
    margin-bottom: 30px;
}

#pro_hot .title {
    position: relative;
    height: 18px;
    line-height: 18px;
    padding-left: 10px;
    margin-bottom: 20px;
    border-left: 5px solid #d42c30;
}

#pro_hot .title h1 {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    display: block;
}

#pro_hot .title .more {
    position: absolute;
    right: 0;
    top: 0;
    color: #4a4957;
    font-size: 14px;
    text-transform: uppercase;
}

#pro_hot .title .more:hover {
    color: #d42c30;
}

#pro_hot ul {
    margin-right: -35px;
}

#pro_hot li {
    margin-right: 25px;
    width: 245px;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap;
/*禁止自动换行*/
    overflow: hidden;
    background: url("../images/icon_dd_hotnews.png") left no-repeat;
    padding-left: 10px;
}

#pro_hot li a {
    position: relative;
    overflow: hidden;
    width: 185px;
    color: #666;
}

#pro_hot li .pic_box {
    width: 258px;
    height: 145px;
    overflow: hidden;
}

#pro_hot li img {
    width: 258px;
    height: 145px;
    display: block;
    list-style: none;
}

#pro_hot li h1 {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: url(../images/icon_pro_li.png) 235px center no-repeat;
    color: #333;
    font-size: 13px;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 30px;
}
