@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft YaHei";
	font-size: 17px;
	line-height: 30px;
	font-weight: normal;
	color: #323232;
	background-image: url(../images/bg-full.png);
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	behavior: url(ie-css3.htc);
}
img{
	max-width:100%;
	height:auto;
	min-height:auto;
	max-height:auto;
}
p, b, i, ul, ol, li, img, a, h1, h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	border-style: none;
	font-style: normal;
	border: 0px;
}
.layout-full {
	width: 100%;
	min-width: 1080px;
	float: left;
	position: relative;
	z-index: 1;
}
.layout-center {
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
	clear: both;
	position: relative;
}
.layout-full.top {
	background-image: url(../images/bg-top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 265px;
}
.layout-center.top {
	text-align: center;
	padding-top: 62px;
}
.layout-center.top .logo {
	display: inline-block;
}
.layout-full.bottom {
	background-image: url(../images/bg-bottom.png);
	background-repeat: repeat-x;
	height: 40px;
	font-size: 16px;
	line-height: 40px;
	color: #FFF;
	text-align: center;
}
.layout-full.bottom strong {
	font-weight: normal;
}

.layout-center.content {
	padding-top: 113px;
	padding-bottom: 50px;
}

.decoration {
	position: absolute;
	top: -102px;
	right: 0px;
	z-index: 1;
}
.block-title {
	float: left;
	width: 100%;
}
.service {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.service .info {
	float: left;
	width: 320px;
	padding-top: 46px;
}
.service .info .list {
	float: left;
	width: 100%;
	padding-left: 22px;
}
.service .info .list .tag {
	float: left;
	width: 20px;
}
.service .info .list .tag img {
	line-height: 30px;
}
.service .info .list .box {
	overflow: hidden;
}
.service .products,
.service .products img {
	float: right;
}
.products-2{
	text-align: center;
}
.products-2 img{
	display: inline;
}
.footer {
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	padding-top: 106px;
	padding-left: 559px;
	margin-bottom: 50px;
}














#background,
#content_send{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
