@charset "utf-8";


body{
	color: #4d4d4d;
	font-size: 14px;
	background: url("../img/bg.jpg") repeat-x;
	background-size: 1px 470px;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 400;
   
}
h1{
	font-size: 24px;
	width: 100%;
	height: 100px;
	line-height: 100px;
}
h2{
	font-size: 18px;
	font-weight: 500;
}

.tit {
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
}

.cont {
	font-size: 12px;
}

.color {
	color: #fe7411;
	font-size: 12px;
}

.mB-25 {
	margin-bottom: 25px !important;
}

.list-style li {
	list-style-image: url("../img/dot.png");
	list-style-position: inside;
	line-height: 20px;
}

.wrap {
	width: 900px;
	margin: 0 auto;	
}

.bg-section {
	overflow: hidden;
}

.block0 {
	margin-top: 15px;
}

.bg-section .block1 {
	float: left;
	margin: 30px 0 10px 0;
	word-break: break-all;
}

.bg-section .block2 {
	float: right;
	margin: 30px 100px 10px 0;
	word-break: break-all;
}

.block3 {
	margin-top: 50px;
}

.block3 .title {
	text-align: center;
	line-height: 60px;
}

.block3 .line {
	width: 80px;
	height: 2px;
	background: #ff8b38;
	margin: 0 auto;
	overflow: hidden;
}

.icon-bt {
	margin-top: 20px;
	width: 220px;
	text-align: center;
	line-height: 30px;
	float: left;
	padding-left: 5px;
}

.icon-bt.first-child {
	padding: 0;
}

.icon-bt img {
	margin-bottom: 15px;
}
