/* CSS Document */
@charset "utf-8";
* { margin:0; padding:0;  }
body  { font:14px/1.5 "Microsoft Yahei"; color:#333; cursor:default; }
img { border:0px; vertical-align: top; }
ul,ol { list-style-type:none; }
table { border-collapse:collapse; border-spacing:0; }
input,textarea,select { font:14px/1 "Microsoft Yahei"; color:#555; outline:0; }
textarea { resize:none; overflow:auto; }
input[type='checkbox'], input[type='radio'] { vertical-align:-2px; margin-right:5px; }
h1,h2,h3,h4,h5,h6,font { font-size:14px; }
a { color:#333; text-decoration:none; cursor:pointer; }
a:hover,a:active { color:#e0272c; }
em {font-style: normal;}
h3,h4 {font-weight: 400;}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#e5e5e5; }
input:-moz-placeholder, textarea:-moz-placeholder { color:#e5e5e5; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#e5e5e5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #e5e5e5; } 
.clearfix:after { content:""; clear:both; font-size:0px; line-height:0px; display:block; width:100%; height:1px; }
.hidden { display:none; }
.center { text-align:center; }
.autocut { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; word-break:break-all; }
.ease { -webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms; }
a {-webkit-transition:all ease 300ms; -moz-transition:all ease 300ms; -ms-transition:all ease 300ms; -o-transition:all ease 300ms; transition:all ease 300ms;}
.noease, .noease * { -webkit-transition:none; -moz-transition:none; -ms-transition:none; -o-transition:none; transition:none; }
h3 {font-weight: 400;}
.wrap { width:1200px;height:100%;margin:0 auto; position:relative; }
.left {float: left;}
.right {float: right;}
.dtditu{width:140px; height:30px; line-height:30px; background:#1a4975; color:#fff; font-weight:bold; margin:10px auto 0; text-align:center; font-size:14px;}
.baiduMap{width:715px; height:300px; border:1px solid #1a4975; border-top:3px solid #1a4975;}
.baiduMap {
    background: #eee none repeat scroll 0 0;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.1);
    height: 500px;
    margin: 0 auto 20px;
    width: 100%;
}
.BMap_bubble_title a {
    border-radius: 3px;
    display: inline-block;
    height: 25px;
    line-height: 26px;
    overflow: hidden;
    padding: 0 10px;
}
.BMap_bubble_title a:hover {
}
.BMap_bubble_title > a {
    background: #999 none repeat scroll 0 0;
    color: #fff;
}
.BMap_bubble_title > a:hover {
    background: #666 none repeat scroll 0 0;
}



body{
	max-width: 100%;
	overflow-x: hidden;
}

/* 网站头部 */
.p-header {
	width: 100%;
	height: 125px;
	background: #fff;
}
.p-header .topBar{
	width: 100%;
	height: 25px;
	border-bottom: 1px solid #f5f4f4;
}
.p-header .topBar p{
	float: left;
}
.p-header .topBar .topR{
	float: right;
}
.p-header .topBar .topR span{
	float: left;
}
.p-header .wrap {
	width: 1200px;
}
.p-header h1 {
	float: left;
	width: 350px;
}
.p-header h1 img {
	display: block;
	height: 100px;
}
.p-header .rightCon {
	float: right;
	width: 550px;
}
.p-header .rightCon .tel {
	float: right;
	width: 100%;
	height: 40px;
}
.p-header .rightCon .tel p {
	float: right;
	font-size: 14px;
	color: #020202;
	line-height: 40px;
	padding-left: 30px;
	background: url(../images/p-header-tel-tel.png) left center no-repeat;
}
.p-header .rightCon .menu {
	width: 100%;
	margin-top: 40px;
}
.p-header .rightCon .menu ul {
	float: right;
	width: 100%;
	margin-right: -30px;
}
.p-header .rightCon .menu li {
	float: left;
	height: 40px;
	margin: 0 15px;
}
.p-header .rightCon .menu li a {
	display: block;
	width: 100%;
	font-size: 15px;
	color: #000;
	line-height: 40px;
}
.p-header .rightCon .menu li:hover a,
.p-header .rightCon .menu li.on a {
	color: #016db1;
	border-bottom: 1px solid #016db1;
}


/*首页banner*/
.i-banner {
	position:relative;
	width:100%;
	height: 600px;
	overflow:hidden;
}
.i-banner ul.slides {
	width:100%;
	height:100%;
}
.i-banner ul.slides li {
	width:100%;
	height: 600px;
}
.i-banner .flexslider {
	position:relative;
	height: 600px;
}
.i-banner .flex-control-nav {
	bottom:20px;
	z-index:999;
}
.flex-control-paging li a {
	width: 60px !important;
	height: 6px !important;
	background: #fff !important;
}
.flex-control-paging li a.flex-active {
	background: #016db1 !important;
}


.i-sTit {
	width: 100%;
	text-align: center;
	padding: 20px 0;
	overflow: hidden;
}
.i-sTit p {
	font-size: 15px;
	color: #5d5b5b;
	line-height: 30px;
}
.i-sTit h2{
	display: block;
    font-size: 30px;
    font-weight: 400;
    padding: 15px;
}
/* 产品中心 */
.i-product {
	width: 100%;
	overflow: hidden;
	background: #f2f3f1;
}
.i-product .pNav {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.i-product .pNav ul {
	width: 101%;
	text-align: center;
}
.i-product .pNav li {
	display: inline-block;
	margin: 0 1px;
	opacity: 0;
	width: 113px;
	background: #d4d4d4;
}
.i-product .pNav li a {
	display: block;
	color: #020202;
}
.i-product .pNav li a .icon {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/ptNav-icon1.png) no-repeat;
}
.i-product .pNav li.n1 a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon1.png) no-repeat;
}
.i-product .pNav li.n2 a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon2.png) no-repeat;
}
.i-product .pNav li.n3 a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon3.png) no-repeat;
}
.i-product .pNav li.n4 a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon4.png) no-repeat;
}
.i-product .pNav li.n5 a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon5.png) no-repeat;
}
.i-product .pNav li.n6 a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon6.png) no-repeat;
}
.i-product .pNav li.n7 a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon7.png) no-repeat;
}

.i-product .pNav li.n1 a:hover .icon,
.i-product .pNav li.n1.on a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon1-1.png) no-repeat;
}
.i-product .pNav li.n2 a:hover .icon,
.i-product .pNav li.n2.on a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon2-1.png) no-repeat;
}
.i-product .pNav li.n3 a:hover .icon,
.i-product .pNav li.n3.on a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon3-1.png) no-repeat;
}
.i-product .pNav li.n4 a:hover .icon,
.i-product .pNav li.n4.on a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon4-1.png) no-repeat;
}
.i-product .pNav li.n5 a:hover .icon,
.i-product .pNav li.n5.on a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon5-1.png) no-repeat;
}
.i-product .pNav li.n6 a:hover .icon,
.i-product .pNav li.n6.on a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon6-1.png) no-repeat;
}
.i-product .pNav li.n7 a:hover .icon,
.i-product .pNav li.n7.on a .icon {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/ptNav-icon7-1.png) no-repeat;
}
.i-product .pNav li a em {
	display: block;
	font-size: 12px;
	color: #020202;
	line-height: 40px;
	font-family: "微软雅黑";
}
.i-product .pNav li.on a{
	background: #016db1;
}
.i-product .pNav li.on a em {
	color: #fff;
}
.i-product .ptContent {
	width: 100%;
	height: 650px;
	padding: 20px 0;
	/*background: url(../images/i-product-bg.jpg) no-repeat;*/
}
.i-product .ptContent .itm {
	display: none;
}
.i-product .ptContent .itm ul{
	width: 102%;
}
.i-product .ptContent .itm ul li{
	float: left;
	margin: 0 20px 20px 0;
}
.i-product .ptContent .itm ul li .indexPic{
	width: 388px;
	height: 250px;
}
.i-product .ptContent .itm ul li .indexPic img{
	width: 388px;
	height: 250px;
}
.i-product .ptContent .itm ul li .indexTit{
	width: 388px;
	height: 50px;
	background: #e5e4e4;
}
.i-product .ptContent .itm ul li .indexTit a{
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 50px;
}


/* 优势 */
.i-youShi {
	width: 100%;
	padding: 30px 0;
	background: #fff;
}
.i-youShi .i-sTit h3{
	font-size: 50px;
    color: #655f5c;
    line-height: 50px;
    font-weight: 400;
    font-family: "宋体";
}
.i-youShi .i-sTit .en{
	display: inline-block;
    line-height: 40px;
    border-bottom: 1px solid #de505a;
    font-size: 14px;
    color: #655f5c;
}
.i-youShi .in-about{
	width: 1200px;
	margin: 0 auto;
}
.i-youShi .in-about .leftPic{
	float: left;
	width: 400px;
}
.i-youShi .in-about .rightdes{
	float: right;
	width: 750px;
}
.i-youShi .in-about .rightdes p{
	text-indent: 2rem;
	line-height: 35px;
}
.i-youShi .in-about .rightdes p span{
	color: #006cb1;
	font-weight: 600;
}
.i-youShi .ysList {
	width: 100%;
    overflow: hidden;
    padding: 30px;
}
.i-youShi .ysList ul {
	width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    text-align: center;
    overflow: hidden;
    padding: 12px 0;
}
.i-youShi .ysList li {
	display: inline-block;
    width: 24%;
    text-align: center;
}
.i-youShi .ysList li span{
	position: relative;
    display: block;
    font-size: 40px;
    color: #655f5c;
    line-height: 50px;
    font-family: "宋体";
    font-weight: bold;
}
.i-youShi .ysList .more{
	display: block;
    width: 120px;
    height: 30px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 30px;
    border: 2px solid #cecece;
    font-size: 14px;
    color: #969696;
}
.i-youShi .ysList li p{
	font-size: 12px;
    color: #655f5c;
    line-height: 40px;
}
.i-youShi .ysList li .pic {
	float: left;
}
.i-youShi .ysList li .pic img {
	display: block;
	height: 100px;
	vertical-align: top;
	margin-top: 10px;
}
.i-youShi .ysList li .info {
	float: left;
	width: 200px;
	margin-left: 20px;
}
.i-youShi .ysList li .info h5 {
	font-size: 18px;
	color: #010101;
	line-height: 50px;
	font-weight: 400;
}
.i-youShi .ysList li .info h5 span {
	color: #d19a68;
}
.i-youShi .ysList li .info p {
	font-size: 16px;
	color: #000000;
	line-height: 30px;
}
.i-youShi .ysList li .info p em {
	color: red;
}


/* 工程案例 */
.i-case {
	width: 100%;
	height: 730px;
	background: url(../images/i-case-bg.jpg) top center no-repeat;
	overflow: hidden;
}
.i-case .cTit {
	width: 100%;
}	
.i-case .cTit h2 {
	font-size: 30px;
	color: #000;
	line-height: 60px;
}
.i-case .cNav {
	width: 100%;
	overflow: hidden;
}
.i-case .cNav ul {
	width: 100%;
	text-align: center;
}
.i-case .cNav li {
	position: relative;
	display: inline-block;
	margin: 0 12px;
	width: 120px;
	height: 40px;
}
.i-case .cNav li a {
	display: block;
	width: 100%;
	font-size: 16px;
	color: #333;
	line-height: 40px;
	background: rgba(229, 229, 229, 0.8);
}
.i-case .cNav li a:hover,
.i-case .cNav li.on a {
	background: #d19a68;
}
.i-case .cList {
	width: 100%;
	overflow: hidden;
}
.i-case .cList .itm {	
	display: none;
	width: 100%;
	overflow: hidden;
}
.i-case .cList .itm ul {
	width: 110%;
}
.i-case .cList .itm li {
	position: relative;
	float: left;
	width: 376px;
	height: 237px;
	overflow: hidden;
	/*border: 1px solid #828383;*/
	margin: 30px 30px 0 0;
	opacity: 0;
}
.i-case .cList .itm li .pic {
	width: 100%;
}
.i-case .cList .itm li .pic img {
	width: 100%;
	height: 277px;
}
.i-case .cList .itm li .info {
	position: absolute;
	left: 0;
	top: 237px;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	overflow: hidden;

	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
}
.i-case .cList .itm li:hover .info {
	top: 0;
}
.i-case .cList .itm li .info .box {
	padding: 30px;
	text-align: center;
}
.i-case .cList .itm li .info .box h4 {
	width: 100%;
	height: 50px;
	overflow: hidden;
	line-height: 50px;
	font-size: 18px;
	color: #fefcfc;
}
.i-case .cList .itm li .info .box p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #fefcfc;
}
.i-case .cList .itm li .info .box .more {
	display: block;
	width: 100px;
	height: 32px;
	border: 1px solid #fff;
	margin: 10px auto;
	text-align: center;
	line-height: 32px;
	font-size: 12px;
	color: #fefcfc;
}

/* 定制流程 */
.i-lc {
	width: 100%;
	height: 600px;
	overflow: hidden;
	background: #f9f9f9;
}
.i-lc .i-sTit h2{
	display: block;
	font-size: 30px;
	font-weight: 400;
	padding: 15px;
}
.i-lc .lcList {
	width: 100%;
	margin-top: 10px;
}
.i-lc .lcList img {
	opacity: 0;
}
.i-lc .lcList ul{
	width: 120%;
    height: auto;
}
.i-lc .lcList ul li{
	float: left;
    width: 220px;
    height: 383px;
    background: #fff;
    margin-right: 23px;
    box-shadow: 4px 4px 5px #E3E3E3;
}
.i-lc .lcList ul li img{
	width: 100%;
	height: 160px;
}
.i-lc .lcList ul li h3{
	display: block;
    width: 100%;
    height: 50px;
    padding-top: 40px;
    overflow: hidden;
    line-height: 50px;
    font-size: 20px;
    color: #006cb1;
    text-align: center;
}
.i-lc .lcList ul li p{
	width: 70%;
    height: 60px;
    margin: 0 auto;
    line-height: 20px;
    overflow: hidden;
    font-size: 12px;
    color: #636363;
    text-align: center;
}
.i-lc .lcList ul li .more{
	display: block;
    width: 80px;
    height: 22px;
    margin: 10px auto;
    background: #006cb1;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 22px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.i-yy {
	width: 100%;
	overflow: hidden;
	background: #feffff;
	padding-top: 60px;
	padding-bottom: 40px;
}
.i-yy .fmBox {
	float: left;
	width: 600px;
}
.i-yy .fmBox .iptBox {
	float: left;
	margin-right: 20px;
}
.i-yy .fmBox .iptBox input {
	display: block;
	height: 20px;
	padding: 5px;
	background: none;
	border: 1px solid #b9b9b9;
	border-radius: 3px;
	-webkt-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.i-yy .fmBox .iptBox input[type="submit"] {
	height: 32px;
	line-height: 32px;
	border: 0;
	cursor: pointer;
	padding: 0 10px;
	background: #f29b76;
	font-size: 14px;
	color: #fff;
}
.i-yy .fmBox .iptBox input[type="submit"]:hover {
	background: #e4845b;
}
.i-yy .telBox {
	float: right;
}
.i-yy .telBox p {
	font-size: 30px;
	color: #000;
	line-height: 30px;
}
.i-yy .telBox p span {
	color: red;
}
.i-yy input::-webkit-input-placeholder{
    color:#a0a0a0;
}
.i-yy input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#a0a0a0;
}
.i-yy input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#a0a0a0;
}
.i-yy input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#a0a0a0;
}

/*首页新闻*/
.i-news {
	width: 100%;
	overflow: hidden;
	background: #feffff;
}
.i-news .leftCon{
	float: left;
	width: 1200px;
    height: 520px;
    padding-right: 50px;
}
.i-news .leftCon .i-sTit{
	width: 100%;
}
.i-news .leftCon .i-sTit h2{
	display: block;
    font-size: 30px;
    font-weight: 400;
    padding: 15px;
}
.i-news .leftCon .xHd{
	display: inline-block;
    width: auto;
    height: 45px;
    background: #EDEEEE;
}
.i-news .leftCon .xHd a{
	float: left;
    display: block;
    width: 114px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #020202;
}
.i-news .leftCon .xHd a:hover, .i-news .leftCon .xHd a.on{
	background: #3BBCA4;
    color: #fff;
}
.i-news .nsTit {
	width: 100%;
	text-align: center;
}
.i-news .nsTit h3 {
	font-size: 30px;
	color: #000;
	line-height: 60px;
}
.i-news .nsTit img {
	display: block;
	margin: 0 auto;
}
.i-news .nsList {
	width: 1200px;
	overflow: hidden;
}
.i-news .nsList ul {
	width: 110%;
}
.i-news .nsList li {
	float: left;
	width: 275px;
	margin-right: 30px;
	margin-bottom: 30px;
	opacity: 0;
}
.i-news .nsList li .pic {
	width: 100%;
}
.i-news .nsList li .pic img {
	display: block;
	width: 275px;
	height: 190px;
}
.i-news .nsList li .info {
	width: 100%;
	margin-top: 20px;
}
.i-news .nsList li .info .t {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	txt-overflow:ellipsis;
	white-space: nowrap;
	font-size: 15px;
	color: #000;
	line-height: 40px;
}
.i-news .nsList li:hover .info .t {
	color: #016db1;
}
.i-news .nsList li .info .desc {
	width: 100%;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
	color: #807e7e;
	line-height: 24px;
}
.i-news .nsList li .info .more {
	width: 100%;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	line-height: 40px;
}
.i-news .nsList li .info .more:hover{
	color: #006cb1;
}
.i-news .rightCon{
	float: right;
    width: 350px;
}
.i-news .rightCon .rBd{
	width: 100%;
    margin-top: 15px;
}
.i-news .rightCon .rTit{
	width: 100%;
    height: 45px;
    background: #EDEEEE;
    font-size: 18px;
    color: #020202;
    line-height: 45px;
    text-indent: 6px;
}
.i-news .rightCon .rBd form p{
	width: 100%;
    height: 36px;
    margin-bottom: 18px;
}
.i-news .rightCon .rBd form input{
	display: block;
    width: 100%;
    height: 36px;
    background: none;
    border: 1px solid #BFBFBF;
    text-indent: 5px;
}
.i-news .rightCon .rBd form .txt{
	width: 100%;
    height: 110px;
    padding: 5px 0;
}
.i-news .rightCon .rBd form .txt textarea{
	padding: 1.5% 5px;
    width: 97%;
    height: 100px;
    background: none;
}
.i-news .rightCon .rBd form .btn{
	width: 100%;
}
.i-news .rightCon .rBd form .btn input{
	float: right;
    display: block;
    width: 115px;
    height: 45px;
    background: #3BBCA4;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    color: #020202;
    border: none;
    cursor: pointer;
    margin-top: 15px;
}
.i-news .rightCon .rBd form .btn span{
	float: left;
    font-size: 12px;
    color: #b3b4b4;
    padding-left: 15px;
    background: url(../images/i-msg-icon.png) left center no-repeat;
}
/*新闻结束*/


/* 资讯 */
.zx-news {
	width: 100%;
	overflow: hidden;
	background: #feffff;
	padding: 20px 0;
}
.zx-news .nsTit {
	width: 100%;
	text-align: center;
}
.zx-news .atbNav{
	width: 100%;
    height: 42px;
    overflow: hidden;
    padding: 30px 0;
}
.zx-news .atbNav ul{
	width: 100%;
}
.zx-news .atbNav li{
	float: left;
	margin: 0 5px 0 0;
	background: #d4d4d4;
}
.zx-news .atbNav li a {
	display: block;
	width: 100px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
}
.zx-news .atbNav li a:hover,
.zx-news .atbNav li.on a {
	background: #006cb1;
	color: #fff;
}
.zx-news .atbNav .pg-loc{
	display: block;
	float: right;
	width: 989px;
	height: 40px;
	background: #d4d4d4;
}
.zx-news .atbNav .pg-loc p{
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	float: right;
	margin-right: 20px;
}

/*END*/


.zx-news .nsTit h3 {
	font-size: 20px;
	color: #000;
	line-height: 60px;
	background: url(../images/i-case-tit.png)center no-repeat;
}
.zx-news .nsTit img {
	display: block;
	margin: 0 auto;
}
.zx-news .nsList {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.zx-news .nsList ul {
	width: 110%;
}
.zx-news .nsList li {
	width: 1200px;
	margin-right: 30px;
	margin-bottom: 30px;
	opacity: 0;
	height: 235px;
	border-bottom: 1px solid #dadada;
}
.zx-news .nsList li .newsDat{
	display: block;
	float: left;
	width: 150px;
	background: #d5d1d1;
}
.zx-news .nsList li .newsDat:hover{
	background: #006cb1;
}
.zx-news .nsList li .newsDat .Dates{
	display:block;
	height: 50px;
	font-size: 15px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.zx-news .nsList li .newsDat .Datesday{
	display:block;
	height: 80px;
	font-size: 35px;
	line-height: 80px;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.zx-news .nsList li .newRight{
	float: right;
	width: 1000px;
	display: block;
}
.zx-news .nsList li .newRight .pic{
	position: absolute;
	width: 300px;
	float: left;
}
.zx-news .nsList li .newRight .pic img{
	width: 275px;
	height: 200px;
}
.zx-news .nsList li .pic {
	width: 100%;
}
.zx-news .nsList li .pic img {
	display: block;
	width: 368px;
	height: 230px;
}
.zx-news .nsList li .info {
	width: 690px;
	display: block;
	float: right;
}
.zx-news .nsList li .info .t {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	txt-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #000;
	line-height: 40px;
}
.zx-news .nsList li .info .newdate{
	width: 100%;
	line-height: 30px;
}
.zx-news .nsList li:hover .info .t {
	color: #006cb1;
}
.zx-news .nsList li .info .desc {
	width: 100%;
	height: 100px;
	overflow: hidden;
	font-size: 13px;
	color: #585858;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.zx-news .nsList li .info .more {
	display: inline-block;
	width: 110px;
	height: 40px;
	overflow: hidden;
	font-size: 14px;
	color: #000;
	line-height: 40px;
	border-bottom: 1px solid #645e5b;
}
.zx-news .nsList li .info .more:hover{
	color: #006cb1;
}

/* 网站底部 */
.p-footer {
	width: 100%;
	overflow: hidden;
	background: #afaeae;
}
.p-footer .btmItm {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
.p-footer .btmItm .lyLeft{
	float: left;
	width: 600px;
	height: 165px;
}
.p-footer .btmItm .lyLeft .fleft{
	float: left;
	width: 120px;
	margin: 0 35px 0 0;
}
.p-footer .btmItm .lyLeft .fleft img{
	width: 120px;
}
.p-footer .btmItm .lyLeft .fleft p{
	display: block;
	text-align: center;
	line-height: 40px;
}
.p-footer .btmItm .lyinfo{
	display: block;
	width: 600px;
}
.p-footer .btmItm .lyinfo p{
	font-size: 14px;
	line-height: 30px;
} 
.p-footer .btmItm .lyLeft .lyinfo{
	width: 440px;
    float: right;
}
/*.p-footer .btmItm .lyLeft .lyinfo .icp{
	padding-left: 25px;
	background: url(../images/pg-lanyue-icp.png)left center no-repeat;
}*/
/*.p-footer .btmItm .lyLeft .lyinfo .icp:hover{
	color: #fff;
}*/
.p-footer .btmItm .lyRight{
	width: 500px;
	display: block;
	float: right;
}
.p-footer .btmItm .lyRight .item6{
	display: block;
	float: left;
	width: 250px;
}
.p-footer .btmItm .lyRight .item6 ul li{
	line-height: 30px;
}
.p-footer .btmItm .lyRight .item6 ul li a{
	font-size: 14px;
}
.p-footer .lybotton{
	height: 35px;
	background: #3e3131;
}
.p-footer .lybotton .lylinks{
	float:left;
	width: 800px;
}
.p-footer .lybotton .lylinks p{
	
}
.p-footer .lybotton .lylinks p span{
	color: #e1dfdf;
	font-weight: 600;
}
.p-footer .lybotton .lylinks p a{
	font-size: 12px;
	line-height: 35px;
	color: #ebe7e7;
	margin: 0 20px 0 0;
}
.p-footer .lybotton .lylinks p a:hover{
	color: #f70404;
}
.p-footer .lybotton .ly_icp{
	float: right;
	padding-left: 25px;
	margin-right: 50px;
	background: url(../images/pg-lanyue-icp.png)left center no-repeat; 
}
.p-footer .lybotton .ly_icp p{
	line-height: 35px;
}
.p-footer .lybotton .ly_icp p a{
	font-size: 12px;
	color: #ebe7e7;
}
.p-footer .lybotton .ly_icp p a:hover{
	color: #f70404;
}
.pg-pos {
	width: 100%;
	height: 30px;
}
.pg-pos p {
	padding-left: 30px;
	/*background: url(../images/pg-pos-bg.png) left center no-repeat;*/
	line-height: 30px;
	font-size: 16px;
	color: #000;
}

/* 公司简介 */
.pg-about {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.pg-about .atbNav {
	width: 100%;
	height: 42px;
	overflow: hidden;
	padding: 30px 0;
}
.pg-about .atbNav ul {
	width: 100%;
}
.pg-about .atbNav li {
	float: left;
}
.pg-about .atbNav li a {
	display: block;
	width: 160px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #d4d4d4;
	font-size: 14px;
	color: #333;
}
.pg-about .atbNav li a:hover,
.pg-about .atbNav li.on a {
	background: #d19a68;
}
.pg-about .abtItmDesc {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.pg-about .abtItmDesc .leftPic {
	float: left;
	width: 300px;
}
.pg-about .abtItmDesc .leftPic img {
	display: block;
	width: 100%;
	margin-top: 150px;
}
.pg-about .abtItmDesc .rightCon {
	float: right;
	width: 860px;
}
.pg-about .at-t {
	font-size: 20px;
	color: #df7412;
	line-height: 60px;
}
.pg-about .ry-at-t {
	background: url(../images/i-case-tit11.png) center center no-repeat;
}
.pg-about .abtItmDesc .rightCon p {
	font-size: 16px;
	color: #000;
	line-height: 32px;
	text-indent: 2em;
}
.pg-about .abtItmWh {
	width: 100%;
	overflow: hidden;
	padding: 10px 0;
}
.pg-about .abtItmWh .leftCon {
	float: left;
	width: 550px;
}
.pg-about .abtItmWh .leftCon p {
	font-size: 16px;
	color: #000;
	line-height: 32px;
}
.pg-about .abtItmWh .rightPic {
	float: right;
	width: 613px;
}
.pg-about .abtItmWh .rightPic img {
	display: block;
	width: 100%;
}
.pg-about .abtItmZs {
	width: 100%;
}
.pg-about .abtItmZs .tit {
	text-align: center;
}
.pg-about .abtItmZs img {
	display: block;
	width: 1200px;
}


/* 产品中心 */
.pg-pdt {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.pg-pdt .pdtNav {
	width: 100%;
	height: 42px;
	overflow: hidden;
	padding: 30px 0;
}
.pg-pdt .pdtNav ul {
	width: 100%;
}
.pg-pdt .pdtNav li {
	float: left;
}
.pg-pdt .pdtNav li a {
	display: block;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border: 1px solid #d4d4d4;
	font-size: 14px;
	color: #333;
}
.pg-pdt .pdtNav li a:hover,
.pg-pdt .pdtNav li.on a {
	background-size: 24px 24px;
	background: #016db1;
	color: #fff;
}
/*  */


.pg-contact .pdtNav {
	width: 100%;
	height: 42px;
	overflow: hidden;
	padding: 30px 0;
}
.pg-contact .lyCon{
	width: 1200px;
    height: 950px;
    margin: 0 auto;
    background: #fff;
}
.pg-contact .lyCon .cont{
	display: inline-block;
	line-height: 35px;
	margin-left: 35px;
	margin-top: 35px;
}
.pg-contact .lyCon .cont h3{
	width: 100px;
    float: left;
    font-size: 24px;
    color: #292929;
    border-bottom: 2px solid #b10000;
}
.pg-contact .lyCon .cont span{
	font-size: 16px;
    color: #666666;
    border-bottom: 1px solid #e0e0e0;
    width: 930px;
    padding-left: 15px;
    line-height: 53px;
    height: 30px;
    margin-top: 12px;
} 
.pg-contact .lyCon .contS{
	display: block;
	width: 100%;
	margin-bottom: 250px;
}
.pg-contact .lyCon .contS ul{
	width: 100%;
}
.pg-contact .lyCon .contS ul li{
	float: left;
	width: 360px;
	height: 170px;
	margin-top: 30px;
	margin-left: 30px;
}
.pg-contact .lyCon .contS ul li:first-child{
	background: #82a2cd;
}
.pg-contact .lyCon .contS ul li:nth-child(2){
	background: #fcb247;
}
.pg-contact .lyCon .contS ul li:nth-child(3){
	background: #f77a38;
}
.pg-contact .lyCon .contS ul li .conP{
	width: 126px;
    text-align: center;
    height: 170px;
    line-height: 170px;
    float: left;
}
.pg-contact .lyCon .contS ul li .conP img{
	margin: 0 auto;
    position: relative;
    vertical-align: middle;
}
.pg-contact .lyCon .contS ul li .conI{
	display: block;
    width: 300px;
    height: 170px;
    padding-top: 30px;
}
.pg-contact .lyCon .contS ul li .conI h5{
	font-size: 20px;
    color: #fff5e9;
}
.pg-contact .lyCon .contS ul li .conI span{
	display: block;
    font-size: 14px;
    color: #dbeaff;
    margin-top: 10px;
}
.pg-contact .lyCon .conMap{
	margin-top: 50px;
}
/*  */
.pg-pdt .pdtList {
	width: 100%;
	overflow: hidden;
}
.pg-pdt .pdtList ul {
	width: 100%;
}
.pg-pdt .pdtList li {
	padding: 15px;
	height: 285px;
	border: 1px solid #ceccca;
	background: #fff;
	margin-bottom: 20px;
}
.pg-pdt .pdtList li .pic {
	float: left;
	width: 510px;
}
.pg-pdt .pdtList li .pic img {
	display: block;
	width: 100%;
	height: 285px;
}
.pg-pdt .pdtList li .info {
	float: right;
	width: 540px;
	margin-right: 20px;
}
.pg-pdt .pdtList li .info .tit {
	display: block;
	width: 100%;
	font-size: 24px;
	color: #000;
	line-height: 60px;
}
.pg-pdt .pdtList li .info .des {
	width: 100%;
	overflow: hidden;
}
.pg-pdt .pdtList li .info .des p {
	font-size: 18px;
	color: #000;
	line-height: 40px;
	padding-left: 40px;
	background: url(../images/pg-pdt-p-bg.png) left 6px no-repeat; 
}
.pg-pdt .pdtList li .info .des p b {
	font-weight: bold;
}
.pg-pdt .pdtList li .info .more {
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
.pg-pdt .pdtList li .info .more span {
	float: left;
	line-height: 40px;
	font-size: 20px;
	color: #f00;
}
.pg-pdt .pdtList li .info .more a {
	float: right;
	line-height: 40px;
	font-size: 14px;
	color: #d98436;
}

/*case star*/
.pg-pdt .c_List {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.pg-pdt .pdtNav{
	
}
.pg-pdt .pdtNav ul{
	width: 100%;
	overflow: hidden;
}
.pg-pdt .pdtNav ul li{
	float: left;
	width: 113px;
	background: #d4d4d4;
	margin: 0 1px;
}
.pg-pdt .pdtNav ul li .on{
	background: #016db1;
	color: #fff;
}
.pg-pdt .pdtNav ul li a{
	display: block;
    font-size: 12px;
    color: #020202;
    line-height: 40px;
    text-align: center;
    font-family: "微软雅黑";
}
.pg-pdt .pdtNav ul li:hover{
	background: #016db1;
	color: #fff;
}
.pg-pdt .c_List ul {
	width: 102%;
}
.pg-pdt .c_List li {
	float: left;
	margin:0 20px 20px 0;
}
.pg-pdt .c_List li a{

}
.pg-pdt .c_List li a img{
	width: 380px;
	height: 250px;
}
.pg-pdt .c_List li .c_info{
	width: 380px;
	height: 50px;
	background: #e5e4e4;
}
.pg-pdt .c_List li .c_info a{
	display: block;
	font-size: 13px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
}


/*case end*/
/*内容页*/
.lyCon{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.lyCon .lyTit{
	display: block;
	width: 100%;
}
.lyCon .lyTit p{
	display: block;
	font-size: 18px;
	color: #999;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
}
.lyCon .lyTit p span{
	color: #f33206;
	font-size: 22px;
}
.lyCon .conLeft{
	float: left;
	width: 100px;
	margin-top: 30px;
	background: #d4d4d4;
}
.lyCon .conLeft:hover{
	background: #006cb1;
	color: #fff;
}
.lyCon .conLeft .Dates{
	display: block;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.lyCon .conLeft .Datesday{
	display: block;
    height: 80px;
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    color: #fff;
}
.lyCon .lyContent{
	float: right;
	width: 1050px;
	margin-top: 30px;
}
.lyCon .lyContent .artTit{
	padding-bottom: 10px;
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    color: #999;
    margin-bottom: 20px;
}
.lyCon .lyContent .artTit h3{
	font-weight: normal;
    font-size: 24px;
    color: #333;
    margin-bottom: 6px;
}
.lyCon .lyContent .content{
    border-bottom: 1px dashed #ddd;
    font-size: 13px;
    line-height: 30px;
}
.lyCon .lyContent .content p{
	display: block;
	font-size: 13px;
	line-height: 30px;
}



.artContent {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
	background: #fff;
}
.artContent .artTit {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}
.artContent .artTit h3 {
	width: 1100px;
	margin: 0 auto;
	font-size: 18px;
	color: #000000;
	line-height: 30px;
	padding: 10px 0;
	font-weight: bold;
	margin-bottom: 10px;
	border-bottom: 1px solid #e6e0e0;
}
.artContent .artTit p {
	font-size: 14px;
	color: #333;
	padding:20px;
}
.artContent .content {
	width: 1100px;
	overflow: hidden;
	margin-top: 40px;
	margin: 0 auto;
}
.artContent .content p {
	font-size: 14px;
	color: #333;
	line-height: 24px;
}
.artContent .content img {
	max-width: 1200px;
	display: block;
	margin: 0 auto;
}
.artContent .tagBox{
	width: 100%;
	height: 50px;
	padding: 40px 0;
	text-align: center;
}
.artContent .tagBox a  {
	display: inline-block;
	width: 125px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin: 0 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.artContent .tagBox a.more  {
	background: #f29b76;
	color: #fff;
}
.artContent .tagBox a.list  {
	background: #c9c9c9;
}
.artContent .pg-p-n  {	
	width: 100%;
	margin: 40px 0;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.artContent .pg-p-n div  {
	padding: 15px;
	height: 20px;
	background: #dcdcdc;
	border-bottom: 1px solid #ccc;
}
.artContent .pg-p-n div:hover {
	background: #ccc;
}
.artContent .pg-p-n div *  {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}


/*新闻*/
.lyContent .tagBox  {
	width: 100%;
	height: 50px;
	padding: 40px 0;
	text-align: center;
}
.lyContent .tagBox a  {
	display: inline-block;
	width: 125px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	margin: 0 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.lyContent .tagBox a.more  {
	background: #f29b76;
	color: #fff;
}
.lyContent .tagBox a.list  {
	background: #c9c9c9;
}
.lyContent .pg-p-n  {	
	width: 100%;
	margin: 0 0 30px;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.lyContent .pg-p-n div  {
	padding: 15px;
	height: 20px;
	background: #dcdcdc;
	border-bottom: 1px solid #ccc;
}
.lyContent .pg-p-n div:hover {
	background: #ccc;
}
.lyContent .pg-p-n div *  {
	font-size: 14px;
	color: #333;
	line-height: 20px;
}

.artCon387 {
	width: 100%;
	overflow: hidden;
}
.artCon387 .topCon {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.artCon387 .topCon .thumb {
	float: left;
	width: 580px;
}
.artCon387 .topCon .thumb img {
	display: block;
	width: 100%;
}
.artCon387 .topCon .info {
	float: right;
	width: 580px;
}
.artCon387 .topCon .info h4 {
	font-size: 26px;
	color: #D19A68;
	line-height: 50px;
	font-weight: 400;
}
.artCon387 .topCon .info p {
	font-size: 15px;
	color: #333;
	line-height: 10px;
	padding: 12px 0;
	padding-left: 20px;
	background: url(../images/productshow_06.png) left 8px no-repeat;
}
.artCon387 .topCon .info p b {
	float: left;
	display: block;
	font-weight: bold;
}
.artCon387 .topCon .info p span{
	font-size: 15px;
    color: #333;
    line-height: 10px;
    font-weight: bold;
}
.artCon387 .topCon .info span{
	font-size: 13px;
	color: #333;
	line-height: 25px;
}
.artCon387 .telBox {
	width: 100%;
	height: 50px;
	overflow: hidden;
	margin-top: 20px;
}
.artCon387 .telBox a {
	float: left;
	display: block;
	width: 45%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 22px;
	color: #fff;
	background: #D19A68;
}
.artCon387 .telBox h5 {
	float: right;
	display: block;
	width: 50%;
	text-align: center;
	height: 48px;
	line-height: 48px;
	font-size: 22px;
	color: #333;
	border: 1px solid #D19A68;
	background: url(../images/artCon387-tel.png) 30px center no-repeat;
	background-size: 40px 40px;
	text-indent: 35px;
}
.artCon387 .DesCon {
	width: 1198px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
	padding-bottom: 40px;
}
.artCon387 .DesCon .dNav {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.artCon387 .DesCon .dNav ul {
	width: 100%;
}
.artCon387 .DesCon .dNav li {
	float: left;
	width: 150px;
	border-right: 1px solid #ccc;
}
.artCon387 .DesCon .dNav li a {
	display: block;
	height: 50px;
	font-size: 20px;
	color: #333;
	text-align: center;
	line-height: 50px;
}
.artCon387 .DesCon .dNav li a:hover,
.artCon387 .DesCon .dNav li.on a {
	background: #D19A68;
	color: #fff;
}
.artCon387 .DesCon .pg-p-n{
	width: 100%;
    /*margin: 40px 0;*/
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
}
.artCon387 .DesCon .pg-p-n div{
	padding: 15px;
    height: 20px;
    background: #dcdcdc;
    border-bottom: 1px solid #ccc;
}
.artCon387 .DesCon .pg-p-n div *{
	ont-size: 14px;
    color: #333;
    line-height: 20px;
}

.artCon387 .dContent {
	padding: 30px;
}
.artCon387 .dContent .itm {
	width: 100%;
}
.artCon387 .dContent .itm img {
	max-width: 100%;
}
.artCon387 .dContent .itm p {
	font-size: 14px;
	color: #333;
}
.artCon387 .cTit {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}
.artCon387 .cTit h3 {
	display: inline-block;
	padding-left: 30px;
	background: url(../images/lslogo.png) left center no-repeat;
	font-size: 20px;
	color: #D19A68;
}
.artCon387 .cTit span {
	display: inline-block;
	width: 1000px;
	height: 1px;
	background: #ccc;
	margin-top: 6px;	
}


.caseMore {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.caseMore .tit {
	width: 100%;
}
.caseMore .tit h3 {
	height: 40px;
	font-size: 18px;
	color: #333;
	line-height: 40px;
	padding-left: 50px;
	background: url(../images/caseMore-bg.png) left center no-repeat;
}
.caseMore .list {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}
.caseMore .list ul {
	width: 105%;
}
.caseMore .list li {
	float: left;
	width: 280px;
	margin-right: 30px;
}
.caseMore .list li a.pic {
	display: block;
	width: 100%;
}
.caseMore .list li a.pic img {
	display: block;
	width: 100%;
	height: 180px;
	vertical-align: top;
}
.caseMore .list li a.tit {
	display: block;
	width: 100%;
	height: 40px;
	margin-top: 15px;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: center;
}


/* 联系我们 */
.pg-contact {
	width: 100%;
	padding: 30px 0;
	overflow: hidden;
}
.pg-contact .cttCon {
	width: 100%;
	overflow: hidden;
	background: #fff;
}
.pg-contact .cttCon .cTit {
	width: 100%;
	overflow: hidden;
}
.pg-contact .cttCon .cTit h3 {
	width: 93%;
    margin: 0 auto;
	font-size: 20px;
	color: #000;
	line-height: 100px;
	text-align: center;
	background: url(../images/i-case-tit11.png) center center no-repeat;
}
.pg-contact .cttCon .CWrap {
	width: 100%;
	overflow: hidden;
	margin-top: 30px;
}
.pg-contact .cttCon .CWrap p{
	padding-left: 35px;
	padding-right: 35px;
}
.pg-contact .cttCon .CWrap p span{
	color: #006cb1;
	font-weight: 600;
}
.pg-contact .cttCon .CWrap .ly_pic01{
	width: 98%;
	margin-top: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	margin-left: 35px;
}
.pg-contact .cttCon .CWrap .ly_pic01 ul{
	width: 102%;
}
.pg-contact .cttCon .CWrap .ly_pic01 ul li{
	float: left;
	margin: 0 15px 0 0;
}
.pg-contact .cttCon .CWrap .ly_pic01 ul li img{
	width: 270px;
	height: 220px;
}
.pg-contact .cttCon .CWrap .ly_pic01 ul li p{
	font-size: 14px;
	line-height: 45px;
	color: #000;
	text-align: center;
}


.pg-contact .cttCon .CWrap .left {
	float: left;
	width: 550px;
}
.pg-contact .cttCon .CWrap .itm {
	width: 100%;
	height: 50px;
	margin: 10px 0;
}
.pg-contact .cttCon .CWrap .itm .icon {
	float: left;
	width: 83px;
}
.pg-contact .cttCon .CWrap .itm .icon img {
	display: block;
	height: 50px;
}
.pg-contact .cttCon .CWrap .itm .word {
	float: right;
	width: 450px;
}
.pg-contact .cttCon .CWrap .itm .word p {
	line-height: 50px;
}
.pg-contact .cttCon .CWrap .itm .word h4{
	font-size: 15px;
	line-height: 50px;
	font-weight: 600;
}
.pg-contact .cttCon .CWrap .right {
	float: right;
	width: 550px;
}
.pg-contact .cttCon .CWrap .right .ewm {
	width: 100%;
}
.pg-contact .cttCon .CWrap .right .ewm img {
	display: block;
	width: 180px;
	margin: 0 auto;
}
.pg-contact .map {
	width: 1200px;
	margin: 40px auto;
}

.pageshow {
	width: 100%;
	height: 30px;
	text-align: center;
	padding: 50px 0;
	display: inline-block;
}
.pageshow * {
	display: inline-block;
	padding: 0 10px;
	text-align: center;
	line-height: 30px;
	height: 30px;
	margin: 0 5px;
	/*border-radius: 22px;
	-webkit-border-radius: 22px;*/
	-moz-border-radius: 22px;
	-ms-border-radius: 22px;
	-o-border-radius: 22px;
	background: #C9C9C9;
}
.pageshow a:hover,
.pageshow .selfpage {
	background: #006cb1;
	color: #fff;
}



/*右侧客服*/
.qqkefu{
	position: fixed;
    bottom:40%;
    _position: absolute;
   	_top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
	right:0;
	width:53px
	}
.qqkefu ul li{
	height:47px;
	margin-bottom:1px;
	float:right;
	background:#757575;
	line-height:47px;
	font-size:14px;
	cursor:pointer;
	opacity: 0.9;
	position:relative;
	bottom: 0;
}
.qqkefu ul li a{
	color:#fff;display: block;
	}
.qqkefu ul li.qq_cza{
	overflow:hidden
	}
.qqkefu ul li:hover{
	background:#006cb1;
	}
.qqkefu ul li.top{
	color:#1c1c1c;
	font-weight:800;
	text-align:center;
	background:#006cb1 url(../images/top_icon.png) no-repeat center;
	position:relative;
	width:53px;
	cursor:pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.qqkefu ul li.top:hover {
	background-color: #3bbca4;
}
.qqkefu ul li b{
	width:53px;
	height:47px;
	display:block;
	overflow:hidden;
	float:left;
}
#zx{width: 53px;}
.qqkefu ul li b.a{
	background:url(../images/czx4.png) no-repeat center center;
}
.qqkefu ul li b.b{
	background:url(../images/czx3.png) no-repeat center center;
}

.qqkefu ul li b.sj{
	background:url(../images/sj.png) no-repeat center center;
}
.qqkefu ul li b.d {
	background:url(../images/bdsq.png) no-repeat center center;
}
.qqkefu ul li b.c{
	background:url(../images/czx5.png) no-repeat center center;
}
.qqkefu ul li b.lxb{
	background:url(../images/phone0.png) no-repeat center center;
}
.erweima{
	height: 150px;
	position: absolute;
	top: -105px;
	left: -134px;
	background: #FFF;
	border: 1px solid #CCC;
	float: right;
	cursor: default !important;
	display:none;
}
.erweima p{
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
	float: left;
	width: 130px;
}
.erweima p img{
	width: 110px;
	height: 110px;
	margin: 10px 10px 0px 10px;
}
/*mountainous*/
.zp-shandi{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.zp-shandi .zp-cont{
	width: 1200px;
	padding: 30px;
	margin-bottom: 30px;
}
.zp-shandi .zp-cont .zp-cru{
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}
.zp-shandi .zp-cont .zp-cru span{
	display: block;
	font-size: 16px;
	margin-left: 10px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
}
.zp-shandi .zp-cont .zp-cru em{
	display: block;
	font-size: 16px;
	margin-left: 10px;
	line-height: 25px;
	text-align: center;
	color: #C4C4C4;
}
.zp-shandi .zp-cont .zp-cru .item1{
	width: 100%;
	overflow: hidden;
}
.zp-shandi .zp-cont .item1 img{
	display: block;
	float: left;
	max-width: 800px;
	margin-bottom: 10px;
}
.zp-shandi .zp-cont .item1 .picList{
	display: block;
	float: left;
	margin-bottom: 10px;
}
.zp-shandi .zp-cont .item1 .picList .hd .prev{
	left: 20px;
    background: url(../images/pg-photoS-nextBtn.png) no-repeat;
}
.zp-shandi .zp-cont .item1 .picList .hd .next{
	right: 20px;
    background: url(../images/pg-photoS-prevBtn.png) no-repeat;
}
.zp-shandi .zp-cont .item1 .zp-info{
	display: inline-block;
	float: right;
	width: 370px;
	height: 300px;
	background: #dedbdb;
}
.zp-shandi .zp-cont .item1 .zp-info .desc{
	display: block;
	padding: 35px;
	margin-top: 10px;
}
.zp-shandi .zp-cont .item1 .zp-info .desc em{
	font-size: 14px;
	font-weight: 600;
}
.zp-shandi .zp-cont .item1 .zp-info .desc span{
	line-height: 25px;
}
.zp-shandi .zp-cont .item1 .zp-info .desc p{
	display: inline;
}
.zp-shandi .zp-cont .item2{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.zp-shandi .zp-cont .item2 b{
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}
.zp-shandi .zp-cont .item2 em{
	display: block;
	font-size: 15px;
	line-height: 35px;
	color: #C4C4C4;
	text-align: center;
}
.zp-shandi .zp-cont .item2 span{
	display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.zp-shandi .zp-cont .item2 .wxpjcc{
	float: left;
	width: 580px;
} 
.zp-shandi .zp-cont .item2 .wxpjky{
	float: right;
	width: 580px;
}
.zp-shandi .zp-cont .item2 p{
	margin-top: 10px;
	font-size: 13px;
	line-height: 24px;
}
.zp-shandi .zp-cont .item2 .zp-pic{
	width: 110%;
	padding: 15px 0;
}
.zp-shandi .zp-cont .item2 .zp-pic img{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.zp-shandi .zp-cont .item2 .item3{
	width: 100%;
	height: 300px;
	display: block;
}
.zp-shandi .zp-cont .item2 .item3 .zzpic{
	float: left;
}
.zp-shandi .zp-cont .item2 .item3 .zzinfo{
	float: right;
	width: 850px;
	height: 250px;
}
.zp-shandi .zp-cont .item2 .item3 .zzinfo .zzimg{
	width: 110%;
	margin-top: 10px;
}
.zp-shandi .zp-cont .item2 .item3 .zzinfo .zzimg img{
	margin-right: 22px;
}
.zp-shandi .zp-cont .item5{
	width: 100%;
	margin-top: 30px;
	display: inline-block;
}
.zp-shandi .zp-cont .item5 .wxpist{
	width: 585px;
	float: left;
	margin-left: 15px;
}
.zp-shandi .zp-cont .item5 .wxpist .zp-pic{
	width: 110%;
	padding: 15px 0;
}
.zp-shandi .zp-cont .item5 b{
	display: block;
	font-size: 18px;
	line-height: 18px;
	text-align: center;
}
.zp-shandi .zp-cont .item5 em{
	display: block;
	font-size: 15px;
	line-height: 35px;
	color: #C4C4C4;
	text-align: center;
}
.zp-shandi .zp-cont .item5 span{
	display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-top: 10px;
}
.zp-shandi .zp-cont .item5 .wxpist .zp-pic img{
	float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}







/* 地图 */
.map11{padding: 25px;}
.map11 li.item{ width:100%;  padding:10px 0px; text-align:left;  border-bottom:1px solid #c8c8c8;}
.map11 li.item a{line-height:30px; color:#1a4975; font-size:16px;   font-weight:bold; margin-right:15px;}
.map11 .subMap11{  text-align:left; margin-left:50px;}
.map11 .subMap11 li.item2{ margin:15px 0px; line-height:24px;}
.map11 .subMap11 .san{  text-align:left; margin-left:50px;}
.map11 .subMap11 .san a{  font-size:16px; font-weight:normal;}
.mab img{ max-width: initial;}
.minBanner, .minBanner ul, .minBanner img,.minBanner li.item{height: 400px!important;}