/*===================产品详情===============*/
#tbody {
    width: 450px;
    float: left;
}

#mainbody {
    width: 440px;
	height: 305px;
	line-height:150px;
    margin: 5px;
    border: 1px solid #bebec2;
    padding: 1px;
	text-align:center; vertical-align:middle;
}

#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);
	vertical-align:middle;
}

#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 #bebec2;
    margin: 10px 0;
    overflow: hidden;
}

#showArea img {
    display: block;
    float: left;
    margin: 1px 0;
    cursor: pointer;
    border: 1px solid #bebec2;
}

.txt_1 {
    font: bold 24px Verdana, Tahoma;
    color: #fff;
}
/*==============n_content_right=====================*/

.n_right2 {
    width: 1200px;
    padding-top: 20px;
	margin:0 auto;
}

.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 {
    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: #2a2976;
    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: 18px;
    height: 200px;
    overflow: hidden;
    line-height: 40px;
    color: #999999;
}

#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 #1a78e3;
}

#n_product_show .un_box .title strong {
    display: inline-block;
    padding: 0 20px;
    color: #1a78e3;
    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 #1a78e3;
}

#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: #1a78e3;
}

#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;
}


.tab-wrapper {
  margin: 40px auto;
  width: 100%;
  max-width:1200px;
}

.tab-menu li {
  
  position:relative;
  background-color: #f39863;
  color:#fff;
  display: inline-block;
  padding: 20px 40px;
  cursor:pointer;
  z-index:0;
}

.tab-menu li:hover {
  color:#fbf7f4;
  background-color: #1a78e3;  
  opacity: 0.8;
}

.tab-menu li.active {
  color:#fff;
  opacity: 1;
      background-color: #1a78e3;
}

.tab-menu li.active:hover {
  color:#fff;
}

.tab-content>div {
  background-color: #fff;
  box-sizing:border-box;
  width: 100%;
  padding: 40px;   
  min-height:200px;
  border:1px solid #ccc;
  font-size:14px;
  line-height:30px;
}

.tab-menu .line {
  position:absolute;
  width: 0;
  height: 7px;
  background-color: #f6bc50;
  top: 0;
  left: 0;
}



@font-face {font-family: "iconfont";
  src: url('iconfont.eot'); /* IE9*/
  src: url('iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff') format('woff'), /* chrome, firefox */
  url('iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-xinicon01:before { content: "\e601";}
.icon-anli1:before { content: "\e6d5";}
.icon-tel2:before { content: "\e60f";color: #333333; }
.icon-xiazai:before { content: "\f0053"; color: #1a78e3; }