* {
	-ms-word-break: break-all;
word-wrap:break-all;
}

body {
	text-align: left;
	color: #333333;
	line-height: 150%;
	font-family: "Microsoft YaHei", tahoma, arial, simsun, ;
	font-size: 14px;
}

html,body,div,ul,li,dl,dt,dd,form,input,select,h1,h2,h3,h4,h5,h6,p {
	margin: 0px;
	padding: 0px;
}
h1,h3{
	font-weight: normal;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	outline: none;
}
i{
	font-style: normal;
}
ul {
	list-style: none;
}

li {
	list-style: outside none;
}

img {
	margin: 0px;
	padding: 0px;
	border: 0px currentColor;
	border-image: none;
}

input {
	font-size: 12px;
}

select {
	font-size: 12px;
}

table {
	border-collapse: separate;
	border-spacing: 2px;
}


/*common*/
.container {
	width: 1200px;
	margin: 0 auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix::after {
	content: "";
	display: block;
	clear: both;
}

.cl{clear: both;}


.db{
	background: url(../images/images/db_05.png) no-repeat ;
	background-size: cover;
	color: white;
	padding: 14px;
	line-height: 30px;
}
.db .container{
	display: flex;
	justify-content: space-between;
}
.db h2{
	margin-bottom: 20px;
}
.db .box2{
	text-align: center;
	display: block;
}
.db .box3{
	padding: 35px 126px;
}
.db .box3 .top{
	margin-bottom: 28px;
}