.clearjs {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.'
}
.pg-util *, .pg-util *:before, .pg-util *:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	font-family: Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif
}
.pg-util-videos {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	padding: 40px 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center
}
.pg-util-videos .bj {
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0
}
.pg-util-videos .close {
	background-color: rgba(255,255,255,0.5);
	border-radius: 50%;
	cursor: pointer;
	height: 80px;
	overflow: hidden;
	position: absolute;
	z-index: 9;
	right: -40px;
	top: -40px;
	-webkit-transition: background-color .15s;
	transition: background-color .15s;
	width: 80px
}
.pg-util-videos .close:before {
	content: "Close";
	position: absolute;
	bottom: 15px;
	left: 15px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
	background-position: -260px 0;
	background-repeat: no-repeat;
	background-size: 280px;
	color: transparent;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	width: 20px;
	z-index: 9
}
.pg-util-videos .close:hover {
	background-color: rgba(255,255,255,0.8)
}
.pg-util-videos video, .pg-util-videos iframe {
	width: 100% !important;
	max-width: 800px !important;
	height: 450px !important;
	background: #000;
	position: relative;
	z-index: 9
}
@media (max-width:999px) {
.pg-util-videos video, .pg-util-videos iframe {
	height: 220px !important
}
}
.scrollbar {
	overflow-y: auto
}
.scrollbar::-webkit-scrollbar {
width:6px;
background-color:#c1c1c1
}
.scrollbar::-webkit-scrollbar-thumb {
background-color:#111111;
border-radius:10px
}
@-webkit-keyframes opacity {
0% {
opacity:0
}
100% {
opacity:1
}
}
@keyframes opacity {
0% {
opacity:0
}
100% {
opacity:1
}
}
#__bs_notify__ {
	display: none !important
}
@font-face {
	font-family: "iconfont";
	src: url('../font/iconfont.woff2?t=1632336396215') format('woff2'), url('../font/iconfont.woff?t=1632336396215') format('woff'), url('../font/iconfont.ttf?t=1632336396215') format('truetype')
}
.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
.icon-yinhaos:before {
	content: "\e63c"
}
.icon-yinhaox:before {
	content: "\e873"
}
.icon-anli:before {
	content: "\e658"
}
.icon-phone:before {
	content: "\e695"
}
.icon-weizhi:before {
	content: "\e623"
}
.icon-mail:before {
	content: "\e672"
}
.icon-riqi:before {
	content: "\e64e"
}
.icon-eye:before {
	content: "\e650"
}
.icon-tags:before {
	content: "\e791"
}
.icon-fanhui:before {
	content: "\e60f"
}
.icon-fangzidichan:before {
	content: "\e627"
}
.icon-rectangle:before {
	content: "\e6d4"
}
.icon-jiaoyu:before {
	content: "\e662"
}
.icon-jinrong:before {
	content: "\e642"
}
.icon-fuwuqi:before {
	content: "\e60a"
}
.icon-xinhao:before {
	content: "\e62e"
}
.icon-shangxian:before {
	content: "\e609"
}
.icon-peixun:before {
	content: "\e635"
}
.icon-qianyue:before {
	content: "\e6d7"
}
.icon-fankui:before {
	content: "\e6a3"
}
.icon-fenpei:before {
	content: "\e7ca"
}
.icon-sanjiao:before {
	content: "\e60e"
}
.icon-baobiao:before {
	content: "\e65d"
}
.icon-luyin:before {
	content: "\e641"
}
.icon-dingzhi:before {
	content: "\e91b"
}
.icon-zhiliang:before {
	content: "\e668"
}
.icon-daibangongzuo:before {
	content: "\e688"
}
.icon-fuwu:before {
	content: "\e605"
}
.icon-cright:before {
	content: "\e739"
}
.icon-cleft:before {
	content: "\e7e6"
}
.icon-cdown:before {
	content: "\e7e7"
}
.icon-cup:before {
	content: "\e7e8"
}
.icon-zixun:before {
	content: "\e661"
}
.icon-right:before {
	content: "\e606"
}
.icon-close:before {
	content: "\e613"
}
.icon-left:before {
	content: "\e625"
}
.icon-down:before {
	content: "\e649"
}
.icon-sousuo:before {
	content: "\e62b"
}
.icon-up:before {
	content: "\e73f"
}
