.pgbanner{height:600px;overflow: hidden;margin-top: 116px;}
.pgbanner .banimg{
	height:600px;
	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;
	}
.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);}
.pgbanner .tit{
	width: 1200px;
	color: #fff;
	opacity:1;
	animation-name: pbt;
	animation-duration:.5s;
	animation-fill-mode:forwards;
	animation-timing-function:ease-out;
	position:absolute;
	left:0;
	right: 0;
	top: 300px;
	margin: auto;
	}
.pgbanner .tit h3{font-size:40px;font-family: 'Arimo', sans-serif;font-weight:200;}
.pgbanner .tit p{font-size:20px;text-transform:Uppercase;font-weight: 100;letter-spacing:6px;}

@keyframes pimg {
  from {
	transform: translateY(-20px);
	opacity: .5;
  }
  to {
	transform: translateY(0px);
	opacity: 1;
  }
}
@keyframes pbt {
  from {
	transform: translateX(-200px);
	opacity:0;
  }
  to {
	transform: translateX(0px);
	opacity:1;
  }
}
.pgmain{
	min-height: 600px;
	margin-top:-170px;
	margin-bottom:70px;
	background-color: #fff;
	box-shadow:0 10px 18px rgba(0,0,0,.2);
	position: relative;
	z-index: 9;
	}
.pgmain	.pgtop{min-height:60px; padding:35px;border-bottom: 1px solid #ddd;}
.pgtit1{float: left;max-width: 1000px;}
.pgtit1 h3{font-size: 30px;font-weight: normal;}
.pgtit1 h3 span{display: inline-block;position: relative;}
.pgtit1 h3 span:before{display: block;content: " "; width: 100%;height:10px;background-color: #003c7e;position: absolute;top: -41px;}

.pgtit1 p{font-size:14px;color: #999;line-height: 24px; margin-top:5px;}

.pgnav{
	float: right;
	width:47px;
	height:45px;
	margin-top: 10px;
	position:relative;
	}
.pgnav .probtn{
	float: right;
	width:47px;
	height:45px;
	line-height:45px;
	font-size:16px;
	cursor: pointer;
	background:#eee;
	position:relative;
	}
.icon,.icon:after,.icon:before {
	-webkit-transition-duration: .4s;
	-moz-transition-duration: .4s;
	-o-transition-duration: .4s;
	}
.hamburger {
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 99;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
	width:47px;
	height:45px;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transition: all .3s;
	}
.icon {
	position: relative;
	margin-top: 9px;
	}
.icon,.icon:after,.icon:before {
	display: block;
	width: 22px;
	height: 2px;
	background-color: #03489c;
	transition-duration: .4s;
	-webkit-transition-property: background-color,-webkit-transform;
	-moz-transition-property: background-color,-moz-transform;
	-o-transition-property: background-color,-o-transform;
	transition-property: background-color,transform;
}
.icon:after,.icon:before {
	position: absolute;
	content: "";
}
.icon:before {top: -6px;}
.icon:after{top: 6px;}
.hamburger.active{background-color: #03489c;}
.hamburger.active .icon {
	background-color: transparent;
}
.hamburger.active .icon:after,.hamburger.active .icon:before {
	background-color: #fff;
}
.hamburger.active .icon:before {
	-webkit-transform: translateY(6px)rotate(45deg);
	-moz-transform: translateY(6px)rotate(45deg);
	transform: translateY(6px)rotate(45deg);
	-ms-transform: translateY(6px)rotate(45deg);
}
.hamburger.active .icon:after {
	-webkit-transform: translateY(-6px)rotate(-45deg);
	-moz-transform: translateY(-6px)rotate(-45deg);
	transform: translateY(-6px)rotate(-45deg);
	-ms-transform: translateY(-6px)rotate(-45deg);
}
.navbox{
	width:0px;
	height: 45px;
	line-height: 45px;
	text-align: right;
	position: absolute;
	right: 45px;
	top:0;
	overflow:hidden;
	transition: all .3s;
}
.navbox > div{
	float: right;
	background-color: #eee;
}
.navbox a{
	float: left;
	display:inline-block;
	height:45px;
	line-height: 45px;
	padding: 0 15px;
	color: #333;
	max-width:110px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
}
.navbox a:hover{background-color: #d8eaff;}
.pronav .navbox{height: 90px;}



#prevnext{text-align: center; position:relative; font-size:14px;padding-top:15px;}
#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: #003c7e;color: #fff;}


/************ABOUT************/
#pg-about .pgconW{line-height:24px;}
#pg-about .pgconW p{margin-bottom: 15px;text-indent: 2em;}

/************NEWS************/
.newslist{width: 1290px;}
.newslist li{float: left;width:330px;margin-right: 70px;margin-bottom:25px;}
.newslist li a{display:block;width:330px;}
.newslist li a .img{width:330px;height:180px;margin-bottom:20px;border-radius: 5px; overflow: hidden;}
.newslist li a .img img{width:330px;height:auto;transition: All .5s ease;}
.newslist li a h3{font-weight: normal;font-size: 16px;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: #003c7e;}
.newslist li a:hover p.text{color: #333;}

#pg-news .newsC{font-size: 14px; line-height: 2em;overflow: hidden;}
#pg-news .newsC img{max-width: 100%;}
#pg-news .news-date{font-size: 12px;color: #999;margin-top: 15px;padding-left: 20px; background: url(../images/indnews1.png) no-repeat 0 2px;}

#pg-news #prevnext{width: 100%; position: absolute;left: 0;bottom:30px;}




/************PRODUCT************/
.pgconW{padding:35px;}
.bookmark{width:50px;  position: absolute;top: 0;right:-50px;}
.bookmark li{position: relative;}
.bookmark i{display: block;
	width: 50px;
	line-height: 50px;
	color: #003c7e;
	font-style: normal;
	font-size: 20px;
	text-align: center;
	border-left: 1px solid #ddd;
	background: #eee;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
}
.bookmark span{
	position: absolute;
	right: 100%;
	line-height: 50px;
	width: 0;
	top: 0px;
	z-index: 99;
	height: 50px;
	text-align: center;
	background: #003c7e;
	margin-right: -1px;
	color: #fff;
	transition: all 0.2s ease-out;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.bookmark li:hover a span {width:130px;padding: 0 10px;}
.bookmark li:hover a i{color: #fff;background: #003c7e;}
#pg-product .pgconW{padding:20px;}
#pg-product .pgnav{margin-right: -15px;}
#pg-product .cateitem{margin-bottom:40px;}
#pg-product .cateitem dt span{display: inline-block;background-color:#003c7e;color: #fff;height: 40px;line-height: 40px;padding: 0 20px;margin-left: 15px;margin-bottom: -15px;}
#pg-product .cateitem dd{border: 1px solid #ddd;padding:15px;transition:all .35s;}
#pg-product .cateitem dd a,#pg-product .catelist li a{display: block;float: left;width: 20%; text-align: center;overflow: hidden;box-sizing: border-box;padding-bottom: 15px;background-color: #fff;border-radius: 4px;}
#pg-product .cateitem dd a>span,#pg-product .catelist li a>span{display: block;width: 100%;height: 141px;overflow: hidden;}
#pg-product .cateitem dd a img,#pg-product .catelist li a img{width: 100%;}
#pg-product .cateitem:hover dd{border-color:#003c7e;}
#pg-product .cateitem dd a:hover,#pg-product .catelist li a:hover{box-shadow:0 5px 18px rgba(0,0,0,.2);transform: translateY(-3px);}
#pg-product .catelist li{float: left;width: 20%;}
#pg-product .catelist li a{width: 100%;}




#pg-prolist .pgtop{height:auto;}
#pg-prolist .pgtop .pgtit1 h3 span{color:#003c7e;}
.pgtop .pgtit1 h3 span b{color:#666;font-size: 16px;font-weight: normal;}

#pg-prolist .protable{width: 100%;}
#pg-prolist .protable td{border: 1px solid #ddd;padding: 10px;}
#pg-prolist .protable thead td{background-color:#0f538a;color: #fff;}
#pg-prolist .protable td a{color:#0f538a;}
#pg-prolist .protable td a:hover{color:red;}


#pg-proview .pgtit1 h3 span{color:#0f538a;font-weight: bold;}


#pg-proview .pageurl{margin:30px auto;text-align: center;}
#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;}

#tags_title{
	font-size:16px;
	background-color: #eee!important;
	border:none!important;
	}
#tags_title a {
	min-width: 110px;
	text-align: center;
	border:none!important;
	background: none!important;
	padding:10px 12px!important;
	margin-bottom:0!important;
	position: relative;
	margin-left: 0!important;
}
#tags_title a.A {
	border-bottom:none!important;
	color: #fff!important;
	background-color: #01479b!important;
	font-weight: normal!important;
}
#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 a.gotop{ display:block;width: 140px;height: 44px;line-height: 44px;color: #fff; text-align: center;font-size:14px;background-color: #d9261c;margin: 30px auto; transition:all .35s;}



/************PRODUCT END************/



/************SERVICE************/
#pg-fdbk .formbox .fl{
	width:500px;
	}
.formbox .fm-item{
	display:block;
	border:1px solid #ddd;
	background-color: #fff;
	transition:all ease-in .2s;
	overflow:hidden;
	}
#pg-fdbk .formbox .fl .fm-item{
	height:50px;
	margin-bottom:20px;
	}
.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;
	}
#pg-fdbk .formbox .fl .fm-item #checksn{
	width:60%;
	}
#pg-fdbk .formbox .fl .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;
}
#pg-fdbk .formbox .fr{
	width:585px;
	}
#pg-fdbk .formbox .fr .fm-item{
	height:267px;
	}
.formbox .btnbox{
	width:100%;
	height:50px;
	text-align:center;
	line-height:50px;
	background-color: #666;
	transition:all ease-in .2s;
	}
.formbox .btnbox .btn{
	display:block;
	width:100%;
	height:100%;
	font-size: 16px;
	color: #fff;
	}
#pg-fdbk .fm-item:hover{
	border-color:#aaa;
	box-shadow:0px 3px 18px rgba(0,0,0,.4);
	background-color:#fff;
	}
.formbox .btnbox:hover{
	box-shadow:0px 3px 18px rgba(0,0,0,.4);
	background-color:#be2021;
	}

/******************DOWNLOAD******************/
.downlist{padding-top: 10px;}
.downlist li{height: 80px;margin-bottom: 8px;border-bottom: 1px solid #ddd;position: relative;transition: all 1s;}
.downlist li .tit{font-size: 16px;font-weight: normal;}
.downlist li p{margin-top: 15px;color: #333;}
.downlist li span{color: #999;margin-right: 15px;}
.downlist li .downbtn{display: block;width: 140px;height: 40px;line-height: 40px;text-align: center;color:#01479b; border: 1px solid #ddd;position: absolute;right: 0px;top:10px;overflow: hidden;}
.downlist li .downbtn span{position:relative;z-index:4;margin:0 auto;font-size:14px; color:rgba(0,84,142,1); transition:all .35s;}
.downlist li .downbtn:after{position:absolute;z-index:1; left:0;top:0; width:0;height:100%; opacity:0; background:#01479b; content:''; transition:all .35s;}

.downlist li .downbtn:hover:after{opacity:1; width:100%;}
.downlist li .downbtn:hover>span{ color:#fff;}
.downlist li .downbtn:hover,.downlist li:hover{border-color:#01479b;}


/******************DOWNLOAD END******************/






/************CONTACT************/
#map{width: 100%;height:400px;margin-bottom: 20px;border:4px solid #eee;}
#pg-contact .pgconW h3{font-size:22px;margin-bottom: 20px;color:#fff;background-color:#01479b;  padding: 10px 20px;}
#pg-contact .pgconW p{margin-bottom: 10px;margin-left: 20px;line-height: 24px;}
#pg-contact .pgconW p strong{color:#01479b; }

#pg-contact .pgconW .column2{width:45%;float: left;box-sizing: border-box;}


/***************分页*************/
.pagewrap{
	text-align:center;
	margin-top:20px;
	padding-bottom:10px;
	padding-top:20px;
	border-top:1px solid #ddd;
	}
.pagebtn{
    width: 30px !important;
    height: 30px !important;
    line-height: 29px !important;
	border-radius:4px;
}
.pagebtnA{
	background:#c60917 !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;
}
