﻿@charset "utf-8";
	body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,table,tbody,p,th,tr,td,em {
	margin:0;
	padding:0;
	font-family:"Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;
	font-size:12px;
}
html,body {
	height:100%;
	background-color:#fff;
}
img,input,button,a,select,textarea {
	margin:0;
	padding:0;
	resize:none;
	border:none;
	outline:none;
}
ol,ul {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p,em,i,b,em {
	font-size:100%;
	word-wrap:break-word;
	font-weight:normal;
	font-style:normal;
}
a {
	text-decoration:none;
	outline:none;
	font-size: 14px;
}
img {
	vertical-align:middle;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.clear {
	clear:both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.clearfix {
	zoom: 1;
}
.t6 {
	margin-top:6px;
}
.t10 {
	 margin-top:10px;
 }
.t15{
	margin-top:15px;
}
.t20 {
	margin-top:20px;
}
.b20 {
	margin-bottom:20px;
}
.tc {
	text-align:center;
}
.f12 {
	font-size:12px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f18 {
	font-size:18px;
}
.f20 {
	font-size:20px;
}
.w100 {
	width:100%;
}
.w96 {
	width:96%;
	margin:0 auto;
}
div,dl,dt,dd,a,i,img {
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
body {
	height: auto;
}
#bodybg {
	overflow-x:hidden;
	background:url('../img/zp_bg2.png') repeat-y;
	background-size:100% 100%;
}
/*头部样式*/
	header {
	overflow: hidden;
	height:65px;
	background: #fff;
}
header .logo {
	position: absolute;
	width: 80%;
}
header .logo img {
	/*width: 180px;*/
	height:75px;
	padding: 5px 1%;
}
header .logo2 img {
	height:40px;
	padding: 12px 0px 0px 0px;
}
.dl-menuwrapper {
	width: 100%;
	max-width: 150px;
	float: right;
	position: absolute;
	top: 5px;
	right: 0;
	padding-top: 50px;
	z-index: 999;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	-webkit-perspective-origin: 50% 200%;
	-moz-perspective-origin: 50% 200%;
	perspective-origin: 50% 200%;
}
.dl-menuwrapper button {
	border: none;
	width: 52px;
	height: 30px;
	text-indent: -900em;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 15px;
	cursor: pointer;
	outline: none;
	background: url(../img/zp_nav.png) no-repeat center center;
	background-size: auto auto;
}
.dl-menuwrapper ul {
	background: #F37D01;
}
.dl-menuwrapper ul {
	padding: 0;
	list-style: none;
}
.dl-menuwrapper .dl-menu {
	margin: 10px 0 0 0;
	position: absolute;
	width: 100%;
	display:none;
}
.dl-menuwrapper li {
	position: relative;
}
.dl-menuwrapper li a {
	display: block;
	position: relative;
	padding: 15px 20px;
	font-size: 20px;
	line-height: 25px;
	color: #fff;
	border-top: 1px #fff dashed;
	outline: none;
	text-align: center;
}
.dl-menuwrapper li:first-child a {
	border-top: none;
}
/*中间样式*/
	.banner img {
	width: 100%;
}
.in-zq {
	background:#FFF;
}
.in-zq ul li {
	float: left;
	width:33.3333333%;
	text-align: center;
}
.in-zq ul li a {
	display: block;
	padding: 18px 0px;
    width:auto;
	height: 100%;
	text-align: center;
}
.in-zq ul li a:hover {
	opacity:0.6;
}
.in-zq ul li img {
    width: 60%;
	max-width: 100%;
	padding-bottom: 5px;
}
.in-zq ul li a div {
	font-size: 18px;
	color:#646263;
}
.box_A {
	width:90%;
	margin:0 auto;
	padding:15px;
}
.box_A_0 {
	padding-top:0px;
}
.box_A_1 {
	background-color:#FFF;
}
.box_A_all {
	width:100%;
	padding:0px;
}
.box_A_all .box_A {
	width:100%;
	padding:0px;
}
.newlist li {
	border-bottom:1px solid #DDD;
	padding:15px;
}
.newlist li img {
	max-width:100%;
	display:block;
}
.newlist li .title {
	color:#2C2C2C;
	padding-top:15px;
}
.newlist li .title a{
	color:#2C2C2C;
	font-size: 18px;
	display: block;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.newlist li.current .title a{
	color:#FD0000;
}
.newlist li .desc,.newlist li .desc2 {
	color:#848484;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 40px;
}
.newlist li .desc2 {
	padding-top:15px;
}
.newlist li .desc2 .view {
	display:inline-block;
	width:20px;
	height:20px;
	background: url(../img/zp_bg.png) no-repeat center center;
	background-position:0 -85px;
	text-indent:20px;
}
.newlist li .desc2 .time {
	float:right;
	padding:2px 10px;
	color:#FFF;
	background-color:#D2D2D2;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	-ms-border-radius:50px;
	-o-border-radius:50px;
	border-radius:50px;
}
.newdetail {
	padding:15px;
}
.newdetail .title {
	font-size:20px;
	color:#171717;
	font-weight:bold;
	text-align:center;
	padding:0px 0px 10px 0px;
}
.newdetail .time {
	padding:0px 0px 10px 0px;
	border-bottom:1px solid #CCC;
	color:#999;
	font-size:14px;
}
.newdetail .desc {
	padding:15px 0px;
	font-size:16px;
	color:#363636;
	letter-spacing:1px;
}
.newdetail img {
	max-width:100%;
}
.box_A_1 .box {
	min-height:50px;
	overflow-y:auto;
	padding-top:20px;
	padding-bottom:20px;
}
.box_A_1 .left_box {
	width:49%;
	text-align: center;
	border-right:1px solid #D6D6D8;
}
.box_A_1 .right_box {
	width:50%;
	text-align: center;
}
.box_A_1 .left_box img,.box_A_1 .right_box img {
	max-width: 70%;
}
.box_title {
	width:100%;
	height:55px;
	line-height:55px;
	margin:0 auto;
	text-align:center;
	padding: 30px 0px 20px 0px;
}
.box_title img {
	max-width:100%;
	max-height:100%;
}
.tit_aboutcon {
	width: 90%;
	margin: 0 auto;
	text-align:center;
	background: url("../img/zp_titbg.png") no-repeat center center;
	background-size: auto auto;
	height: 35px;
	line-height: 35px;
	font-size:25px;
	background-size: 170% 1px;
	padding: 30px 0px 20px 0px;
}
.box_tel {
	font-size:30px;
	font-weight:bold;
	color:#CB0000;
	text-align:center;
}
.box_tel i {
	display:inline-block;
	width:30px;
	height:35px;
	margin-right: 5px;
	vertical-align:middle;
	background: url("../img/zp_tel2.png") no-repeat center center;
	background-position:0px 0px;
}
.box_address {
	font-size:16px;
	text-align:center;
	padding-bottom:15px;
}
.box_map {
	width:100%;
	padding:15px 0px;
}
.box_map img {
	max-width:100%;
}
.logo .back {
	 font-size:18px;
	 color:#F27D00;
	 background: url("../img/zp_back.png") no-repeat 10px 20px;
	 display:inline-block;
	float: left;
	 width:30%;
	 height:30px;
	 text-indent:30px;
	padding-top: 20px;
 }
.logo .backImg {
	width:70%;
	text-align: center;
	display: inline-block;
	float: left;
}
.objectlist {
	width:100%;
}
.objectlist li {
	position:relative;
	margin-bottom:15px;
}
.objectlist li.bolckli {
	padding:15px;
    padding-bottom:0px;
    margin-bottom:0px;
}
.objectlist li.bolckli:last-child {
	padding-bottom:15px;
}
.objectlist li .bolck{
    position: relative;
    width: 100%;
    height: 105px;
    display: block;
}
.objectlist img {
	max-width:100%;
}
.objectlist li .bolck img{
   height:105px;
   width:100%;
}
.objectlist .font {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	line-height: 100px;
	text-align:center;
	font-size:30px;
	color:#fff;
	font-weight:bold;
	background: url("../img/zp_bg3.png");
}
.objectlist li .bolck .font{
    height:105px;
	line-height: 105px;
}
.more_1 {
	width: 60px;
	margin:0 auto;
	display:block;
	padding:5px 20px;
	margin-bottom:15px;
	color:#F27D00;
	background:#FFF;
	text-align:center;
}
.intolist li {
	 /*padding:15px;*/
 }
.intolist li .title {
	font-size: 18px;
	text-indent: 30px;
	padding: 10px 15px 30px 15px;
}
.intolist li.center {
	text-align:center;
}
.intolist li img {
	max-width:100%;
}
.intolistsub {
	width:100%;
	min-height: 10px;
	overflow-y: auto;
}
.intolistsub li {
	position:relative;
	margin-bottom:6px;
	padding:0px;
	width:49%;
	height: 100px;
	float:left;
}
.intolistsub li:nth-child(2) {
margin-left: 2%;
}
.intolistsub li:nth-child(4) {
	margin-left: 2%;
}
.intolistsub li:nth-child(6) {
	margin-left: 2%;
}
.intolistsub li:nth-child(8) {
	margin-left: 2%;
}
.intolistsub img {
	width:100%;
	max-height: 100px;
}
.intolistsub .font {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	line-height: 100px;
	text-align:center;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	background: url("../img/zp_bg3.png");
}
.projectlist {
	padding:15px;
}
.projectlist img {
	max-width:100%;
}
.projectlistsub1 {
	width:100%;
	padding:0px;
}
.projectlistsub1 .font {
	height:35px;
	line-height:35px;
	bottom:0px;
	top:auto;
	font-size:20px;
}
.projectlistsub2 img {
	width:100%;
	height:100px;
}
.projectlistsub2 .font {
	height:35px;
	line-height:35px;
	bottom:0px;
	top:auto;
	font-size:20px;
}
.line_title{
	height: 40px;
	line-height: 40px;
	padding-top: 10px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.line_title h3{
	 font-size: 18px;
	 width: 50%;
	 float: left;
	 padding-left: 15px;
	 color: #4E4E4E;
	 font-weight: bold;
 }
.line_title h3 i{
	display: inline-block;
	width: 28px;
	height: 30px;
	background: url(../img/zp_hot.png) no-repeat center center;
	vertical-align: text-bottom;
	padding-left: 5px;
}
.line_title a{
	float: right;
	padding-right: 15px;
	color: #848484;
	font-size: 16px;
}
.box_A_2{
	padding-left: 0px;
	padding-right: 0px;
}
/**********脚部样式***********/
	.footer {
	padding:15px;
    padding-bottom:100px;
	background-color:#434343;
}
.footer > p {
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	color:#666;
}
.footer .f20 {
	font-size: 20px;
	color:#FFF;
}
.footer .f16 {
	font-size: 15px;
	color:#FFF;
}
.footer .p1 {
	padding-top: 5px;
	padding-bottom: 15px;
}
.footer .p2 {
	padding-bottom: 10px;
}
.footer .p3 {
	padding-bottom: 5px;
}
.footer .tel {
	display:inline-block;
	width:25px;
	height:25px;
	vertical-align: bottom;
	padding-right: 10px;
	background: url(../img/zp_tel.png) no-repeat center center;
}
.ui-footer {
	/*height:72px;*/
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.ui-footer .fd-bottom {
	display: -webkit-box;
	width: 100%;
	-webkit-box-sizing: border-box;
}
.ui-footer .fd-bottom li {
	-webkit-box-flex: 1;
	width: 100%;
	text-align: center;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-webkit-box-align: center;
}
.ui-footer .fd-bottom li {
	/*height:72px;*/
	padding-bottom: 5px;
	padding-top: 5px;
	background-color:#CB0101;
	border-left:1px #F4CCCC solid;
}
.ui-footer .fd-bottom li a {
	color:#fff;
	display: block;
	font-size: 18px;
	vertical-align: middle;
	text-align: center;
}
.ui-footer .fd-bottom li:first-child {
	border-left:none;
}
.ui-footer .fd-bottom li div {
	font-size: 18px;
	margin-bottom:3px;
}
.ui-footer .fd-bottom li img {
	width: 35px;
    height: 35px;
    padding-top: 3px;
}
.totop {
	position: fixed;
	bottom: 85px;
	right: 0px;
	z-index: 104400;
	background: url(../img/zp_top.png) no-repeat;
	background-position:0px 0px;
}
.totop a, .totop a:visited {
	display: block;
	width: 56px;
	height: 57px;
	line-height: 57px;
	color: #fff;
	text-align: center;
}
.totop a:hover {
	text-decoration: none;
}
