@charset "UTF-8";
/* CSS Document||wgh 2019年10月 */

html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
}

/*始终让 Firefox 显示滚动条*/

* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;
}

/*文字强制换行word-break:keep-all;(Ff)*/

table {
	border-collapse: collapse;
	margin: auto;
}

/*细线表格*/

fieldset,
img {
	border: none;
}

/*清除描边,块显示*/

ul,
li {
	list-style-type: none;
}

/*无列表项目标记*/

a {
	text-decoration: none;
	color: #cfa849;
	outline: none;
}

/* 链接无下划线,有为underline;链接去框 */



/* 未访问的链接 */



/* 已访问的链接 */

a:hover {
	color: #cfa849;
}

/* 鼠标在链接上 */

a:active {
	color: #666666;
	blr: expression(this.onFocus=this.blur());
}

/* 点击激活链接 */

body {
	font-family: "Microsoft YaHei", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
	font-size: 12px;
	color: #666;
	/*font-weight: lighter;*/
	background: #f0f0f0;
	
}
.pz2{ width:100%;  padding-top:20px;}
.pz2 ul{ width:100%; display:flex; flex-wrap: wrap; justify-content: space-between; padding-left:0.5%}
.pz2 ul li{ width:32%;
}
.pz2 ul li a{ border:#FFF solid 0px;  box-shadow: 0px 0px  4px #f5f5f5;margin-bottom:16px;  width:82%; height:50px; font-size:18px; text-align:left; z-webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s;color:#fff!important; border-radius:5px; display:block; padding: 4% 8%}
.pz2 ul li a:hover {cursor:pointer; margin-top:-5px;  border:#fff solid 1px;background:#fff;-webkit-transition:.8s;
-moz-transition:.8s;
-o-transition:.8s; color:#333!important; height:50px;}
.pz2 ul span{ float:left; font-size:14fpx; line-height:30px; font-family:Barlow-Regular}
.more{ width:240px; height:55px; margin:0 auto;  line-height:55px; background:#1879d0; text-align:center; margin-top:60px; box-shadow: 0px 0px  4px #FFF; transition:all 0.4s;background-image: -webkit-gradient(linear, left top, right top, from(#1766b3), color-stop(51%, transparent), to(transparent));
    background-image: -webkit-linear-gradient(left, #0178f3 0%, transparent 51%, transparent 100%);
    background-image: -moz-linear-gradient(left, #0178f3 0%, transparent 51%, transparent 100%);
    background-image: -o-linear-gradient(left, #0178f3 0%, transparent 51%, transparent 100%);
    background-image: linear-gradient(to right, #0178f3 0%, transparent 51%, transparent 100%);




}
 .more a{ color:#fff; text-align:center} 
 .more:hover{ width:240px; height:55px; margin:0 auto;  line-height:55px;  text-align:center; margin-top:60px; box-shadow: 0px 0px  0px #FFF; background:#fff; transition:All 0.4s ease-in-out;transform: translate(0,10px); border:2px #0178f3 solid}
 

	.more:hover a{ color:#035cac}
	
	.more i {
    font-family: "宋体";
    font-size: 45px;
    font-style: normal;
    display: inline-block;
    line-height: 30px;
} line{ width: 40px;
    height: 2px;
    background: #0066b0;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle; display:block; margin-top:10px}

/* 设置body */

.public-a {
    transition: 0.3s ease 0s;
    color: #f57f13;
    overflow: hidden;
    font-size: 0;
    display: block;
    width: 174px;
    text-align: center;
    text-transform: uppercase;
    height: 54px;
    border: 1px solid #f57f13;
    line-height: 54px;
    margin-top:20px
}
.public-a span{ font-size:14px}
.public-a:hover {
    color: #fff!important; background:#f57f13 }
.public-a:hover .public-a:after {
    transition: 0.3s ease 0s;
    margin-left: 20px;
    border-color: transparent transparent transparent #fff;
    border-width: 8px 0 8px 12px;
    vertical-align: middle; 
}

.SJ-L:after, .SJ-B:after, .SJ-BL:after {
    content: '';
    display: inline-block;
    border-style: solid;
    width: 0;
    height: 0;
    margin-left: 5px;
}.public-a span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}.public-a:after {
    transition: 0.3s ease 0s;
    margin-left: 20px;
    border-color: transparent transparent transparent #f57f13;
    border-width: 8px 0 8px 12px;
    vertical-align: middle; 
}.L-R:before {
    width: 0;
    top: 0;
    height: 100%;
    background: #cfa748!important; 
}.public-a {
    width: 144px!important;
    height: 36px;
    line-height: 36px;
}

select,
input {
	vertical-align: middle;
	outline: none;
	font-family: "Microsoft YaHei";
}

/* 设置表单 */

input[type=button],
input[type=reset],
input[type=submit],
input[type=radio],
input[type=checkbox] {
	cursor: pointer;
	outline: none;
}

/* 设置表单按钮 */

textarea {
	outline: none;
	font-family: "Microsoft YaHei";
}

/* 设置表单文本域 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #aab2bd;
	/* placeholder颜色  */
	font-size: 12px;
	/* placeholder字体大小  */
	text-align: left;
	/* placeholder位置  */
}

.box-size {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/* 内盒子代码 */

.fl {
	float: left;
	display: inline;
}

/* 左浮动 */

.fr {
	float: right;
	display: inline;
}

/* 右浮动 */

.bai {
	background: #FFF;
}

/* 公共颜色白色 */

.hui {
	background: #f2f2f2;
}

/* 公共颜色灰色 */

.imghover .pic {
	overflow: hidden;
}

/* 设置图片经过放大 */

.imghover img {
	overflow: hidden;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

/* 设置图片经过放大 */

.imghover:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

/* 设置图片经过放大 */

.table {
	display: table;
	width: 100%;
	height: 100%;
}

/* 设置表格方式垂直居中 */

.tableCell {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

/* 设置表格方式垂直居中 */

.default {
	background: #e5e5e5 url(../images/default.png) no-repeat center center;
}

/* 设置默认图 */

.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}

/* 规定页面内容区域宽度 */

.clear {
	clear: both;
	overflow: hidden;
}

/* 清除浮动 */

.h2 {
	clear: both;
	height: 2px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h5 {
	clear: both;
	height: 5px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h10 {
	clear: both;
	height: 10px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h15 {
	clear: both;
	height: 15px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h25 {
	clear: both;
	height: 25px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h35 {
	clear: both;
	
	overflow: hidden; color:#1b8bdb; font-size:18px; margin-bottom:23px; line-height:30px
}

/* 自定义页面间距 */

.h40 {
	clear: both;
	height: 40px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h45 {
	clear: both;
	height: 45px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h50 {
	clear: both;
	height: 50px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h60 {
	clear: both;
	height: 60px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h65 {
	clear: both;
	height: 65px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h70 {
	clear: both;
	height: 20px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h75 {
	clear: both;
	height: 75px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h80 {
	clear: both;
	height: 80px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h85 {
	clear: both;
	height: 85px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h90 {
	clear: both;
	height: 90px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h95 {
	clear: both;
	height: 95px;
	overflow: hidden;
}

/* 自定义页面间距 */

.h100 {
	clear: both;
	height: 100px;
	overflow: hidden;
}

/* 自定义页面间距 */

/*自定义动画start*/
@-webkit-keyframes gupIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30px, 0);
	}
}

@-moz-keyframes gupIn {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, -30px, 0);
	}
}

@keyframes gupIn {
	from {
		opacity: 0;
		transform: translate3d(0, -30px, 0);
	}
}

@-webkit-keyframes gdownIn {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 30px, 0);
	}
}

@-moz-keyframes gdownIn {
	from {
		opacity: 0;
		-moz-transform: translate3d(0, 30px, 0);
	}
}

@keyframes gdownIn {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}
}

@-webkit-keyframes gleftIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes gleftIn {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
	}
}

@keyframes gleftIn {
	0% {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes grightIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(80px, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
	}
}

@-moz-keyframes grightIn {
	0% {
		opacity: 0;
		-moz-transform: translate3d(80px, 0, 0);
	}
	100% {
		opacity: 1;
		-moz-transform: translate3d(0, 0, 0);
	}
}

@keyframes grightIn {
	0% {
		opacity: 0;
		transform: translate3d(80px, 0, 0);
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes gfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes gfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes gfadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes gfadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-moz-keyframes gfadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes gfadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.gupIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gupIn 1s 0.1s both;
	-moz-animation: gupIn 1s 0.1s both;
	animation: gupIn 1s 0.1s both;
}

.gdownIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gdownIn 1s 0.1s both;
	-moz-animation: gdownIn 1s 0.1s both;
	animation: gdownIn 1s 0.1s both;
}

.gleftIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gleftIn 1s 0.1s both;
	-moz-animation: gleftIn 1s 0.1s both;
	animation: gleftIn 1s 0.1s both;
}

.grightIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: grightIn 1s 0.1s both;
	-moz-animation: grightIn 1s 0.1s both;
	animation: grightIn 1s 0.1s both;
}

.gfadeIn {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gfadeIn 1s 0.1s both;
	-moz-animation: gfadeIn 1s 0.1s both;
	animation: gfadeIn 1s 0.1s both;
}

.gfadeOut {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	-webkit-animation: gfadeOut 1s 0.1s both;
	-moz-animation: gfadeOut 1s 0.1s both;
	animation: gfadeOut 1s 0.1s both;
}


/*公共部分结束*/
