﻿*html    /*解决被固定元素在滚动滚动条的时候会闪动的问题*/
{
    background-image:url(about:blank);
    background-attachment:fixed;
}
.title_logo
{
    padding-top:47px;
    font-size: 26px;
    color: #5F5E5E;
}
.fullwidth.anchor
{
    height:45px;
    line-height:45px;
    border-top:1px solid #f2f2f2;
    border-bottom:1px solid #f2f2f2;
    color:#666;
    background-color:#fff;
}
.anchor.topFix
{
    position:fixed;
    top:0;
    left:0;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop));
}
.bottomFix
{
    position:fixed;
    bottom:0;
    left:0;
    _position:absolute;
    _bottom:auto;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));
}
.anchor .anchor_nav
{
    width:1226px;
    margin:0 auto;
    text-align:right;
}
.anchor .anchor_nav a
{
    vertical-align:middle;
}
.anchor_nav .verticalline
{
    margin:0 .2em;
    color:#EBEBEB;
    font-family:Sans-Serif;
}
.bigPic
{
    width:90%;
    margin:0 auto;
}
.bigPic img,
.differentPart .diff_pics a img
{
    width:100%;
}
.differentPart 
{
    margin-top:10px;
}
.differentPart .diff_pics a
{
    display:block;
    float:left;
    border:1px solid #ccc;
    width:90px;
    padding:5px 2px;
    margin-right:5px;
}
.differentPart .diff_color
{
    margin-top:20px;
}
.diff_color span
{
    margin-right:20px;
}
.para_table
{
    width:100%;
    color:#666;
    text-align:center;
    margin-top:20px;
    border:1px solid #ccc;
    line-height:40px;
}
.para_table thead tr
{
    background:#666;
    border:1px solid #000;
    color:#fff;
    font-size:14px;
    line-height:30px;
}
.para_table tbody td
{
    border-right:1px solid #ccc;
    border-top:1px solid #ccc;
}
.para_table tbody td.last
{
    border-right:0;
}
.fullwidth .details
{
    text-align:center;
    color:#666;
    margin-top:50px;
    font-family: '微软雅黑' , 'Microsoft YaHei' , '宋体' , Helvetica,Arial;
}
.fullwidth .fontleft
{
	text-align:left;	
}
.details .detailTitle
{
    width:100%;
    margin-bottom:15px;
    margin-top:25px;
    line-height:40px;
    font-size:26px;
    color:#363636;
    -webkit-font-smoothing: antialiased;
}
.details .detailTxt
{
    width:100%;
    font-size:16px;
    line-height:35px;
    margin-bottom:25px;
    text-align:justify;
    color:#807C7C;
}
.details .detail_table
{
    width:100%;
    margin-top:25px;
    text-align:left;
}
.details .detail_table img.tire
{
    width:394px;
    margin-left:60px;
}
.detail_table td
{
    width:712px;
}
.detail_table td.detail_left
{
    width:514px;
}

.detail_table td.detail_left img
{
    width:514px;
}
.detail_table td .detailTitle,
.detail_table td .detailTxt
{
    padding:0 60px;
    line-height:28px;
    margin-bottom:5px;
    margin-top:0;
}
.detail_table td.detail_left .detailTitle,
.detail_table td.detail_left .detailTxt
{
    width:454px;
    padding:0 30px;
}
    
    