@charset "utf-8";
table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
li {list-style: none;}
*{box-sizing:content-box;margin:0px;padding: 0px;}
html {
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
	text-size-adjust: 100%;
}
body{
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
}
/**清除浮动**/
.clear:after{display:block;clear:both;content: ' ';}
.clear{zoom:1;}

.fWitness{
	min-height: 1005px;
    border-radius: 5px;
    position: relative;
    padding: 30px 60px 100px;    
}
.fWitnessTitle{
	width: 100%;
    text-align: center;
    margin: 0 auto 40px;
    padding-top: 40px;
    
}
.fWitnessTitle1{
    height: 90px;
	background: url(../images/logo1.png) center no-repeat;
    -webkit-background-size: 54%;
    background-size: 54%;
}
.fWitnessTitle2{
    height: 70px;
    line-height:70px;
    position:relative;
    border-bottom: 3px solid #b9b9b9;
    padding:30px 0px;
}
.fWitnessTitle2 p{
	position: absolute;
	left:0px;
	top:20px;
	width:100%;
	height:70px;
	line-height:92px;
	letter-spacing: 1px;
	font-size: 36px;
	font-weight: 600;
}
.fWitnessTitle2 img{
	margin:auto;
	display:block;
	border:none;
	width:522px;
	height:70px;
}
.fWitness_wrap{
	overflow: hidden;
}
.fWitnessTitle_text{
	font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #333;
}
.fWitnessTitle_introduce{
    font-size: 18px;
    color: #333;
    text-indent: 36px;
    line-height: 32px;
    margin-bottom: 10px;
}
.fWitnessTitle_tb{
	/*width: 840px;*/
	margin:auto;
}
.fWitnessTitle_tb>table{
	width: 100%;
    border: 1px solid #999;
    margin-bottom: 10px;
}
.fWitnessTitle_tb>table tr{
	height: 40px;
	line-height: 40px;
}
.fWitnessTitle_tb>table th{
	border: 1px solid #999;
	font-weight: bold;
    text-align: -internal-center;
}
.fWitnessTitle_tb>table td{
    border: 1px solid #999;
    text-align: center;
    word-break: break-word;
}
.fWitness_unit{
    float: right;
    width: 434px;
    height: 130px;
    text-align: center;
    /* background: url(../images/seal.png) center no-repeat; */
    -webkit-background-size: 46%;
    background-size: 46%;
    padding-top: 36px;
}
.fWitness_unit>p{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: 600;
}
.fWitness_txt{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    color: #333
}

