html, body {
    font-family: arial, "Microsoft YaHei", sans-serif;
    font-size: 14px;
    color: #333;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    min-width: 1200px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
a {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	display: block;
	clear: both;
}
.w-1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
/*底部开始*/
.zt-footer {
	height: 370px;
	background: url(../image/footer_bg.png) no-repeat center center;
	/*background-size: 100% 100%;*/
}

.zt-footer .tel-box {
	width: 342px;
	padding-top: 95px;
}
.tel-box .tel-gan {
	width: 26px;
	height: 4px;
	margin-bottom: 50px;
	background-color: #ffffff;
	opacity: 0.3;
}
.zt-footer .tel-label {
	color: #ffffff;
	opacity: 0.5;
}

.tel-box .tel-num {
	margin-top: 18px;
	font-size: 30px;
	color: #fcfcfc;
	opacity: 0.5;
	line-height: 1.1;
}

.aboutus-box {
	width: 345px;
	padding-top: 40px;
}
.aboutus-box h4{
	margin-bottom: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.aboutus-box .item-box  {
	width: 270px;
}
.aboutus-box .item-box a{
	display: inline-block;
	margin: 0 40px 16px 0;
	color: #ffffff;
	opacity: 0.5;
	white-space:nowrap
}
.aboutus-box .item-box a:hover {
	opacity: 1;
}
.aboutus-box.relation-box {
	width: 330px;
}
.zt-footer .code-box {
	width: 180px;
	padding-top: 54px;
	text-align: center;
	color: #ffffff;
}
.zt-footer .code-box img {
	width: 118px;
	height: 118px;
	border-radius: 7px;
}
.zt-footer .code-box p {
	margin-top: 16px;
	opacity: 0.3;
}
.zt-foot-bottom {
	padding-top: 40px;
}
.zt-foot-bottom-left {
	width: 480px;
}
.zt-foot-bottom-left p {
	margin-bottom: 16px;
	opacity: 0.2;
	color: #FFFFFF;
}
.zt-foot-bottom-right {
	width: 700px;
	padding-top: 16px;
	text-align: right;
}
.zt-foot-bottom-right img {
	height: 38px;
	margin: 0 6px;
}
/*公用的头部和尾部的样式*********************end*/