*{
  margin:0px;
  padding:0px;
  
}

body{
    font-family: 'Roboto','Helvetica',Tahoma,Arial,'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
}
img{
	display:block;
	overflow:hidden;
	border:none;
}
.tuiguangBox{
	width:1140px;
	margin:20px auto;
}
.tuiguangBox .title{
	width:80%;
	margin:0px auto 10px;
}
.tuiguangBox h1{
    line-height: 30px;
    font-size: 24px;
    text-align:center;
}
.tuiguangBox p{
	text-indent: 2em;
	letter-spacing: normal;
    word-spacing: 0px;
    white-space: normal;
    font-size: 14px;
    color: #666;
    line-height: 180%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.tuiguangBox .one_imgBox {
	margin: 15px auto;

}
.tuiguangBox .one_imgBox img{
	width:600px;
	height:auto;
	margin:0 auto;
	-moz-box-shadow: 3px 3px 10px #333;
 -webkit-box-shadow: 3px 3px 10px #333;
 box-shadow: 3px 3px 10px #333;
}
.tuiguangBox .two_imgBox{
	display: block;
    width: 1000px;
    margin: 15px auto;    
}
.tuiguangBox .two_imgBox img{
	width: 495px;
    height: auto;
    margin: 0 auto;
    padding-left: 10px;
    display: inline-block;
    box-sizing: border-box;
}
.line_part{margin: 15px auto;}
.line_part img{
	width:18px;height:17px;vertical-align:top;display: inline-block;
}
.line_part span{
	font-weight:bold;
	color: #0000FF;
	font-size:16px;
}