.foot{border-top: 1px solid #ededed;}
.pgbanner{height:500px;overflow: hidden;position: relative;z-index: 9;}
.pgbanner .banimg{
	height:500px;
	background-position: center bottom;
	background-repeat: no-repeat;
	position:relative;
	animation-name: pimg;
	animation-duration:4s;
	animation-fill-mode:forwards;
	animation-timing-function:ease;
	opacity: .5;
	position: relative;
	z-index: 0;
	}
.pgb1 .banimg{background-image: url(../images/pgban1.jpg);}
.pgb2 .banimg{background-image: url(../images/pgban2.jpg);}
.pgb3 .banimg{background-image: url(../images/pgban3.jpg);}
.pgb4 .banimg{background-image: url(../images/pgban4.jpg);}
.pgb5 .banimg{background-image: url(../images/pgban5.jpg);}
.pgb6 .banimg{background-image: url(../images/pgban6.jpg);}
.pgb7 .banimg{background-image: url(../images/pgban7.jpg);}
.pgb8 .banimg{background-image: url(../images/pgban8.jpg);}
@keyframes pbar {
  from {
	transform: translateY(20px);
	opacity:0;
  }
  to {
	transform: translateY(0px);
	opacity:1;
  }
}
.pgnav{width: 100%;	height:50px;	position: absolute;	left: 0;bottom: 0;z-index: 10;}
.pgnav a{	display:block;float: left;width: 20%; height:50px;font-size: 16px;line-height: 50px;text-align: center; margin-right: 5px;color: #fff;background-color: rgba(50,50,50,.8);position: relative;}
.pgnav a:hover{	background-color: rgba(203,92,0,0.80);}
.pgnav a.cur{height:55px;line-height: 55px;background-color: #fff;color:#ff7300;margin-top: -5px;box-shadow: 15px 0 20px rgba(0,0,0,.3);}


@keyframes pimg {
  from {
	transform: scale(1.1);
	opacity: .5;
  }
  to {
	transform: scale(1);
	opacity: 1;
  }
}


.pgmain{
	color: #878686;
	padding-top: 40px;
	margin-bottom: 40px;
	min-height:450px;
	}
.pgmain .pgtit1 {margin-bottom: 30px;}
.pgmain .pgtit1 span{font-size:24px;color: #333; position: relative;}


/************ABOUT************/
#pg-about{line-height: 2em;}
#pg-about p{margin-bottom: 10px;}




/************culture************/
#pg-culture{min-height: 900px; background: url(../images/pgcul1.jpg) no-repeat center 100px;}

.culitem{height: 75px;margin-bottom: 20px;}
.culitem dt{float: left;width: 145px;height: 75px;background-color:#0f3d88;color: #fff;font-size: 18px;box-sizing: border-box;padding: 10px 0 0 15px;}
.culitem dt p{font-size: 24px;}
.culitem dd{float: left;height: 75px;width: 980px; line-height: 28px; vertical-align: middle; color: #878686;font-size: 18px;margin-left: 20px;padding-top: 10px;}


/************honor************/
#pg-honor .certnav{height: 55px; border-bottom: 1px solid #ddd;padding: 15px 0;}
#pg-honor .certnav li{float: left;width: 33.3%; max-width: 200px; height: 55px;border: 1px solid #ddd;margin-left: -1px;}
#pg-honor .certnav li a{display: block;height:47px;padding:8px 0 0 15px;}
#pg-honor .certnav li a h3{font-weight: normal;margin: 0;}
#pg-honor .certnav li a p{font-size: 12px;}
#pg-honor .certnav li.cur a{color: #fff; background-color:#3256a6;}
#pg-honor .cert-list{margin-top: 30px;}
#pg-honor .cert-list>li{width:20%; height:320px; border:1px solid #eee; margin:0 0 -1px -1px; float:left; transition:all .3s; box-sizing:border-box;background-color: #fff;}
#pg-honor .cert-list>li>a{display:block; width:100%; height:100%; overflow:hidden; position:relative;}
#pg-honor .cert-list>li>a>.img{width:auto; height:240px; margin:auto; margin-top: 20px; text-align:center; overflow:hidden;}
#pg-honor .cert-list>li>a>.img>img{max-width:90%;max-height:100%;}
#pg-honor .cert-list>li>a>p{height:50px; padding:0 10px; line-height:48px; text-align:center; font-size:13px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; position:relative; z-index:2; transition:all .25s;}
#pg-honor .cert-list a:after{ position:absolute; z-index:9; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0) url("../images/icon-zoom.png") no-repeat; background-position:50% -50%; content:''; transition:all .35s;}
#pg-honor .cert-list a:hover:after{background:rgba(0,0,0,.7) url("../images/icon-zoom.png") no-repeat;background-position:50% 50%;}




/************NEWS************/

.newslist li{height:200px;padding: 25px;border: 1px solid #ddd;margin-bottom:25px;overflow: hidden;border-radius: 5px;transition:all .35s;}
.newslist li a{display:block;padding-left: 400px; height: 100%;position: relative;}
.newslist li a .img{width:370px;height:200px;border-radius: 5px; overflow: hidden;position: absolute;left: 0;top: 0;}
.newslist li a .img img{width:370px;height:200px;transition: All .5s ease;}
.newslist li a .con{height: 200px;padding-left:30px; border-left: 1px solid #ddd;}
.newslist li a p.d{font-size:34px;font-weight: bold;color: #2e529c;}
.newslist li a h3{font-weight: normal;font-size:24px;color: #333; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.newslist li a p.text{font-size: 14px;line-height: 24px;color: #777; margin-top: 15px;}
.newslist li a p.date{font-size: 12px;color: #999;margin-top: 15px;padding-left: 20px; background: url(../images/indnews1.png) no-repeat 0 2px;}
.newslist li a:hover .img img{transform: scale(1.1);}
.newslist li a:hover h3{color: #0f3d88;}
.newslist li a:hover p.text{color: #333;}
.newslist li:hover{background-color: #f5f5f5;}

/************PRODUCT************/
#pg-product .ind-promenu{margin-top:-40px;border-bottom: 1px solid #eee;margin-bottom:40px;}
#pg-product .allpro{border-bottom: 1px solid #eee;margin-bottom:40px;}
#pg-product .pgtit1 span{font-size: 16px;}
#pg-product .allpro .prolist{width: 1230px;margin-left: -15px;}
#pg-product .allpro .prolist li{width: 20%;}
#pg-product .allpro .prolist > li:hover .bg{background-position:50% 40%;}



#pg-product .cateitem{display: block;float: left; width: 580px;height:220px;background-color: #f5f5f5;margin-bottom: 30px;position: relative;overflow: hidden;}
#pg-product .cateitem:nth-child(even){float: right;}
#pg-product .cateitem .con{text-align: right;position: absolute;bottom: 30px;right: 30px;z-index: 9;}
#pg-product .cateitem .con h3{font-size:18px;color: #000;font-weight: normal;transition: all .3s;}
#pg-product .cateitem .con p{font-size:12px;color: #555;margin-top: 5px;transition: all .3s;}
#pg-product .cateitem .bg{width: 100%;height: 100%;background: linear-gradient(-45deg, rgba(0,0,0,.7), rgba(0,0,0,0)); position: absolute;left: 0;top: 0;z-index: 8; transition: all .3s;opacity: 0;}
#pg-product .cateitem:hover .bg{opacity: 1;}
#pg-product .cateitem:after{ position:absolute;left:0; top:0;z-index: 9; width:100%; height:100%;content:'';border:0px solid #ff7300;opacity: 0;transition: .3s cubic-bezier(.77,.2,.375,1);box-sizing: border-box;}
#pg-product .cateitem:hover:after{border-width: 8px;opacity: 1;}
#pg-product .cateitem:hover .con h3,#pg-product .cateitem:hover .con p{color: #ff7300;}
#pg-product .cateitem img{transition:all .8s;position: relative;z-index: 2;}
#pg-product .cateitem:hover img{transform:scale(1.1);}


.protit1{height: 40px; font-size:18px;margin-bottom: 20px;color: #333;position: relative;}
.protit1 span{display: inline-block;width:auto;height: 40px;padding-right:20px; background-color: #fff; line-height:35px;position: relative;z-index: 2;}
.protit1 img{height:35px;margin-left: 8px;}
.protit1:after{content: " ";display: block;width: 100%;border-bottom: 1px solid #ddd;position: absolute;top:20px;left: 0;z-index: 0;}
.protit1 .back{display: block;width: 100px;height:30px;text-align: center;line-height: 30px; font-size: 14px;border: 1px solid #ddd;background-color: #fff;border-radius:20px; position: absolute;right:5px;top:5px;z-index: 3;transition: all .5s;}
.protit1 .back:hover{border: 1px solid #ff7300;color: #fff; background-color: #ff7300;right:0px;}


#pg-product .prolist{margin-top: 20px;}
#pg-product .prolist > li{float: left;width: 25%; height:auto;overflow:hidden;padding: 0 15px;margin-bottom:30px; box-sizing: border-box;}
#pg-product .prolist > li > div{position:relative;display:block; float:left; width:100%; height:auto; overflow:hidden;text-align:center;transition:all .35s;}
#pg-product .prolist > li .img{ display:block; width:100%; height:auto; margin:0 auto;justify-content:center;align-items:center;background: url(../images/pgprobg.jpg) no-repeat 0 0;background-size: auto 100%;}
#pg-product .prolist > li .img img{ width:100%; height:auto;}
#pg-product .prolist > li .tit{ padding:0 10px; text-align:center; height: 50px;line-height: 50px; font-size:15px; color:#444; overflow: hidden;text-overflow:ellipsis;white-space: nowrap; transition:all .35s;position: relative;z-index: 9;background-color: #f5f5f5;}
#pg-product .prolist > li .tit a{display: block; position: relative;z-index: 9;transition:all .35s;}
#pg-product .prolist > li .tit:after{display: block;content: " "; width: 100%;height:50px;background: linear-gradient(to right, #bc5500,#ff7300);position: absolute;left:0px;bottom:-50px;z-index: 0;transition:all .2s;}
#pg-product .prolist > li .pronav{width: 100%;height: 90px; background-color: rgba(0,0,0,.5);position: absolute;left: 0;bottom:50px;z-index: 90;transition:all .5s;opacity: 0}
#pg-product .prolist > li .pronav a{display:inline-block;width: 50%;height:90px;font-size: 14px; padding-top:20px;text-align: center;color: #fff;border-right: 1px solid rgba(255,255,255,.3);transition:all .35s;box-sizing: border-box;;}
#pg-product .prolist > li .pronav a:last-child{border-right:none;}
#pg-product .prolist > li .pronav a:hover{background:rgba(201,91,0,.7);}
#pg-product .prolist > li .pronav a span.iconfont{display: block;font-size:24px;margin-bottom: 8px;height: 30px;overflow: hidden;}
#pg-product .prolist > li:hover .pronav{opacity: 1;}
#pg-product .prolist > li:hover .tit:after{bottom: 0px;}
#pg-product .prolist > li:hover .tit a{color: #fff;}
#pg-product .prolist > li .bg{display: block;position:absolute;left:0; top:0;z-index: 2; width:100%; height:100%; background:rgba(0,0,0,0) url("../images/icon-zoom.png") no-repeat; background-position:50% -50%; transition:all .35s;}
#pg-product .prolist > li:hover .bg{background:rgba(0,0,0,.5) url("../images/icon-zoom.png") no-repeat;background-position:50% 28%;}

#loading{background:#fff; position:relative; z-index:3; padding:20px 0;}
.loading-box{height:47px; text-align:center; line-height:47px; visibility:hidden;}
.loading-box>div{width:12px; height:12px; background-color:#f67100; border-radius:100%; display:inline-block; animation:bouncedelay 1.4s infinite ease-in-out; animation-fill-mode:both; margin:0 3px;}
.loading-box .bounce1{animation-delay:-0.32s;}
.loading-box .bounce2 {animation-delay:-0.16s;}
@keyframes bouncedelay{
  0%,80%,100%{transform:scale(0.0);}
  40%{transform:scale(1.0);}
}

#getmore{height:47px; margin:10px auto 50px auto; text-align:center;}

#getmore .loading-box{height:47px; text-align:center; line-height:47px; visibility:visible; display:none;}
#getmore .loading-box>div{width:12px; height:12px; background-color:#f67100; border-radius:100%; display:inline-block; animation:bouncedelay 1.4s infinite ease-in-out; animation-fill-mode:both; margin:0 3px;}
#getmore .loading-box .bounce1{animation-delay:-0.32s;}
#getmore .loading-box .bounce2{animation-delay:-0.16s;}
@keyframes bouncedelay{
  0%,80%,100% {transform:scale(0.0);}
  40%{transform:scale(1.0);}
}

#getmore .handle{padding:0 45px; font-size:14px; color:#fff; background:#ff7300; height:42px; line-height:40px; display:none; transform:all .2s;}
#getmore .handle:hover{background:#f88e33;}



.prov-top{height: 100px;margin-top: 90px;background-color:#ff7300;box-shadow:inset 0 -5px 10px rgba(0,0,0,.3); overflow: hidden;position: relative;}
.prov-top .fl{color: #fff;line-height: 100px;font-size:18px;}
.prov-top .fl img{height:45px;margin-left: 8px;}
.prov-top .fl a{color: #fff;font-size: 26px;font-weight: bold;letter-spacing: 2px;}

.prov-top .fr{line-height: 100px;}
.prov-top .fr .btn{display: inline-block;width:100px;height:35px; font-size: 14px;text-align: center;line-height: 35px;border-radius: 20px; background-color: rgba(255,255,255,.9);cursor: pointer;position: relative;z-index: 9;}
.prov-top .fr .btn:hover{box-shadow: 0 15px 10px rgba(0,0,0,0.3);transform:translateY(2px);}
.prov-top .bgimg{position: absolute;right:2%;bottom: -30px;z-index: 0;	animation-name: bgimg;animation-duration:4s;animation-fill-mode:forwards;	animation-timing-function:ease;}
@keyframes bgimg {
  from {
	transform: translateY(30px);
  }
  to {
	transform: translateY(0px);
  }
}

#pg-proview .proL{float: left;width:350px;}
#pg-proview .proL.fix{position: fixed;top: 120px;}
#pg-proview .proL .title1{font-size: 24px;color: #333;margin-bottom: 15px;}
#pg-proview .proimg{width: 350px;height:365px; position: relative;overflow: hidden;}
#pg-proview .proimg .swiper-slide{width: 350px;height: 350px;}
#pg-proview .proimg .swiper-slide img{width: 350px;height: 350px;}
#pg-proview .proimg .swiper-pagination{text-align:left;bottom: 0;}
#pg-proview .proimg .swiper-pagination-bullet{width:30px;height:6px;border-radius: 0;opacity: 1;margin: 0;margin-right: 2px; background-color:#666;transition: all .3s;}
#pg-proview .proimg .swiper-pagination-bullet-active{background-color: #ff7300;width:45px;}



#pg-proview .proL .addcart{display: block;height: 40px;line-height: 40px; text-align: center;background-color: #eee;color:#ff7300;margin-top: 15px;border-radius: 5px;}
#pg-proview .proL .addcart:hover{display: block;height: 40px;color: #fff; background-color:#ff7300;}
#pg-proview .proL .addcart .iconfont{margin-right: 8px;font-size:20px;}



#pg-proview .proR{float: right;width:800px;}

#pg-proview .pageurl{margin:20px auto;text-align: center;border-top: 1px solid #ddd;padding-top:25px;}
#pg-proview .pageurl>a{ display:inline-block; margin-left:5px;font-size:14px; padding:8px 25px;background-color: #eee; transition:all .35s;}
#pg-proview .pageurl>a.back{ background:#01479b; border:1px solid #01479b; color:#fff!important;}
#pg-proview .pageurl>a.no{ color:#ddd!important;}

#pro_tags{margin-top: 30px;font-size: 14px;}
.tags_title{color: #ff7300 !important;font-size:20px;padding-left: 0px !important;font-weight: bold;border-bottom: none!important;
	padding: 8px 0px 8px 10px;margin-bottom: 15px;position: relative;overflow: hidden;}
.tags_title:after{content: " ";display: block;width: 100%;border-bottom: 1px solid #ddd;position: absolute;top:20px;left: 0;z-index: 0;margin-left: 100px; box-sizing: border-box;}
.tags_content{margin-bottom: 20px;}
.tags_content img{max-width:100%;}
.tags_content table{width:100%;}
.tags_content table td{border:1px solid #ddd;padding:5px;}
.tags_content table tr:hover{background-color:#f5f5f5!important;}

#pg-proview .pageurl{margin:20px auto;text-align: center;border-top: 1px solid #ddd;padding-top:25px;}
#pg-proview .pageurl>a{ display:inline-block; margin-left:5px;font-size:14px; padding:8px 25px;background-color: #eee; transition:all .35s;}
#pg-proview .pageurl>a.back{ background:#ff7300; border:1px solid #ff7300; color:#fff!important;}
#pg-proview .pageurl>a.no{ color:#ddd!important;}

#pg-proview .relatedPro{border-top: 1px solid #ddd;padding-top: 15px;}
#pg-proview .relProlist{width:820px;margin-left: -8px;}
#pg-proview .relProlist li{float: left;width: 20%;padding: 0 8px; margin-bottom: 20px;box-sizing: border-box;}
#pg-proview .relProlist li a{position:relative;display:block; float:left; width:100%; height:auto; overflow:hidden;text-align:center;transition:all .35s;}
#pg-proview .relProlist li .img{ display:block; width:100%; height:auto; margin:0 auto;justify-content:center;align-items:center;background: url(../images/pgprobg.jpg) no-repeat 0 0;background-size: auto 100%;margin-bottom: 8px;}
#pg-proview .relProlist li .img img{ width:100%; height:auto;border-radius: 5px;}
#pg-proview .relProlist li .tit{font-size: 14px;}


/************PRODUCT END************/
#pg-product .newPlist li{width: 25%;}


/************ 工程案例************/
.caselist li{height:200px;border-bottom: 1px solid #ddd;padding-bottom: 25px; margin-bottom:25px;overflow: hidden;transition:all .35s;}
.caselist li a{display:block;padding-left:320px; height: 100%;position: relative;}
.caselist li a .img{width:320px;height:200px;border-radius: 5px; overflow: hidden;position: absolute;left: 0;top: 0;}
.caselist li a .img img{width:auto;height:200px;transition: All .5s ease;}
.caselist li a .con{height: 200px;padding-left:30px;padding-top: 15px;}
.caselist li a h3{font-weight: normal;font-size:24px;color: #333; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.caselist li a p.text{font-size: 14px;line-height: 24px;color: #777; margin-top: 15px;}
.caselist li a p.date{font-size: 12px;color: #999;margin-top: 15px;padding-left: 20px; background: url(../images/indnews1.png) no-repeat 0 2px;}
.caselist li a:hover .img img{transform: scale(1.1);}
.caselist li a:hover h3{color: #0f3d88;}
.caselist li a:hover p.text{color: #333;}
.caselist li:hover{}





/************SERVICE************/
/******************Programme******************/


.prog-list>li{ position:relative; display:block; float:left; width:23.5%; margin-right:2%; margin-bottom:2%; box-sizing:border-box;background:#fff;overflow:hidden; transition:all .35s;}
.prog-list>li:nth-child(4n){ margin-right:0 !important;}
.prog-list>li>a{display:block; text-align:left;}
.prog-list>li .img{ position:relative; text-align:left;overflow:hidden;margin:0 auto;}
.prog-list>li .img:after{ position:absolute;z-index:2;left:0;top:0; width:100%;height:208px; background:rgba(0,0,0,.6); opacity:0; content:''; transition:all .35s;}
.prog-list>li .img>img{ width:100%; height:208px;transition:all .35s;}
.prog-list>li .con{ width:100%; padding:30px; background:#eee; text-align:left; box-sizing:border-box; transition:all .35s;}
.prog-list>li .con>.tit{ font-size:20px; color:#333;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;}
.prog-list>li .con>.txt{ margin-top:10px; height:40px; font-size:14px; color:#999; line-height:20px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2; overflow: hidden;}
.prog-list>li:hover{ box-shadow:0 2px 10px rgba(0,0,0,.1);}
.prog-list>li:hover .con{background:#fff;}
.prog-list>li:hover .con>.tit{color:#e77817;}
.prog-list>li:hover .img:after{opacity:1;}
.prog-list>li:hover .img>img{transform:scale(1.1);}





/******************技术文档******************/
#pg-doc .downT{height: 40px;}
#pg-doc .downT li{float: left;width: 25%;height: 40px;background-color: #666;text-align: center;line-height: 40px;color: #fff;font-size: 16px;border-right: 1px solid #fff;box-sizing: border-box;}

.downlist{margin-top: 15px;margin-bottom: 20px;}
.downlist li{height: 40px;line-height: 40px;font-size: 14px; border-bottom: 1px solid #ddd;border-top: 1px solid #ddd;position: relative;background-color: #fff;margin-top: -1px; transition: all 1s;}
.downlist li span{display: block;float: left; width: 25%;height: 40px;line-height: 40px;text-align: center;border-right: 1px solid #ddd;box-sizing: border-box;}
.downlist li span.d1{padding: 0 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.downlist li span.d4{border-right:none;}
.downlist li span.d4 a{display: block;}


/******************DOWNLOAD END******************/



/******************投诉建议******************/
.formbox .fl,.formbox .fr{width:580px;}
.formbox .fm-item{
	display:block;
	border:1px solid #ccc;
	background-color: #fff;
	margin-bottom:20px;
	transition:all ease-in .2s;
	overflow:hidden;
	}
.formbox .fm-item input[type="text"],.formbox .fm-item textarea{
	width:100%;
	height:100%;
	padding:15px;
	border:none;
	background-color:inherit;
	box-sizing:border-box;
	}
.formbox .fm-item #checksn{
	width:480px;
	}
.formbox .fm-item #checkimg{
	float:right;
	width:80px;
	height:auto;
	margin-right:15px;
	margin-top:8px;
	}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { 
	color:#aaa;
	}
.formbox .fm-item input[type="text"]:focus,.formbox .fm-item textarea:focus{
	background-color:#fff;
	border-color:#da251d;
}
.formbox .fr .fm-item{height:185px;}
.formbox .btnbox{
	width:580px;
	height:50px;
	line-height:50px;
	}
.formbox .btnbox button{
	float: left;
	width: 270px;
	display: inline-block;
	box-sizing: border-box;
	background: #666;
	padding: 13px 10px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	border: 0;
	cursor: pointer;

	}
.formbox .btnbox button.sub{float: right;background-color: #ff7300;	}





/************Application************/
.app-list{width: 1230px;}
.app-list li{float: left;width: 380px;margin-right: 30px;}
.app-list li a{display: block;}
.app-list li .img{width: 380px;height:250px;border-radius: 5px;overflow: hidden;position: relative;}
.app-list li .img img{width: 100%;border-radius: 5px;transition:all .8s;}
.app-list li p{text-align: center;height: 35px;line-height: 35px;}
.app-list li a:hover .img img{transform:scale(1.1);}
.app-list li .img:after{ position:absolute;left:0; top:0;z-index: 2; width:100%; height:100%; background:rgba(0,0,0,0) url("../images/icon-zoom.png") no-repeat; background-position:50% -50%; content:''; transition:all .35s;}
.app-list li a:hover .img:after{background:rgba(0,0,0,.6) url("../images/icon-zoom.png") no-repeat;background-position:50% 50%;}



#pg-programme .newsC{font-size: 14px; line-height: 2em;overflow: hidden;margin-top: 30px;}
#pg-programme .newsC img{max-width: 100%;}

#prevnext{text-align: center; position:relative; font-size:14px;padding-top:15px;margin-top: 20px;}
#prevnext a{
	display:inline-block;
	width:100px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999;
	background-color:#eee;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	}
#prevnext a:hover{background-color: #ff7300;color: #fff;}



/************CONTACT************/
#pg-contact{padding-top:70px;}
#pg-contact .contact-con{font-size: 14px;}
#pg-contact .contact-con p{margin-bottom:15px;}

#pg-contact .fr{padding:28px 30px 0 30px; background-color: #f5f5f5;border-radius: 5px;}
#pg-contact .fr .fl{margin-right: 20px;}
#pg-contact .fr .fl a {display:block;height:60px;width:250px; line-height:60px;text-align: center;margin-bottom:30px; border-radius: 5px;}
#pg-contact .fr .fl a:hover{background-color: #fff; box-shadow: 0 15px 20px rgba(0,0,0,0.2);transform:translateY(-2px);}


#map{width:100%;height:400px;margin-top: 30px;border-radius: 5px;}


/***************分页*************/
.pagewrap{
	text-align:center;
	margin-top:20px;
	padding:20px;
	}
.pagebtn{
    width: 30px !important;
    height: 30px !important;
    line-height: 29px !important;
	border-radius:4px;
}
.pagewrap .pageleft{float: none;}
.pagewrap .pageright{display: none;}
.pagebtnA{
		background:#ff7300 !important;
		color:#FFF !important;
		border:0px none !important;
		font-weight:normal !important;
		width: 30px !important;
		height: 30px !important;
		line-height: 29px !important;
		border-radius:4px;
}

/***************搜索*************/

.searHeight {
    font-style: normal;
    color: #fb2846;
}


