:root {
	--theme-color: #0088ff;
	--font-color: #333;
	--font-color-fff: #fff;
  	--zw-color: #505050;
	--bodybg-color: #fafcff;
	--bg-color-fff: #fff;
	--bg-color-f2: #f2f2f2;
	--footerbg-color: #fff;
	--border-color-eee: #eee;
	--box-shadow: 0px 2px 10px 0px rgba(112, 112, 112, 0.3);

	--dark-0: #000;
	--dark-1: #333;
	--dark-2: #666;
	--dark-3: #999;
	--dark-4: #bbb;
	--dark-5: #ccc;
	--dark-6: #ddd;
	--dark-7: #eee;
	--dark-8: #f0f0f0;
	--dark-9: #fff;
}




/*公共模板开始*/
html {
	scrollbar-face-color: #ccc;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #ccc;
	scrollbar-3dlight-color: #ccc;
	scrollbar-arrow-color: var(--theme-color);
	scrollbar-darkshadow-color: #ccc;
}

::-webkit-scrollbar {
	width: 5px;
	height: 8px;
	background-color: #fff;
}

::-webkit-scrollbar-track {
	background-color: #fefefe;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4)
}

::-webkit-scrollbar-track:hover {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	background-color: #fefefe;
}

::-webkit-scrollbar-track:active {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
	background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1)
}

::-webkit-scrollbar-thumb:active {
	background: rgba(0, 0, 0, 0.6)
}

body,
ul,
dl,
dt,
dd,
ol,
li,
i,
em,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
tbody,
td,
img,
div,
input {
	/* line-height: 150%; */
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: '思源黑体', '微软雅黑',Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 14px;
	/* line-height: 1.428571429; */
	color: #333;
	background: var(--bodybg-color);
	height: auto;
}

html {
	height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	margin: 0;
	padding: 0;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

ul,
li,
ol {
	list-style-type: none;
}

i,
em {
	font-style: normal;
}

select,
input,
img,
select {
	vertical-align: middle;
	font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

strong {
	font-weight: bold;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

a:hover {
	color: var(--theme-color);
	text-decoration: none;
}

#app {
	position: relative;
}
.zyk-clearfix:before,
.zyk-clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

.zyk-clearfix {
	zoom: 1;
	/* overflow: hidden; */
}
.fayi-clearfix:before,
.fayi-clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.fayi-clearfix {
	zoom: 1;
	/* overflow: hidden; */
}
.fayi-width {
	width: 1400px;
	margin: 0 auto;
}

.fayi-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fayi-ellipsis-2{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fayi-ellipsis-3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fayi-indent{
  text-indent: 2em;
}
.fayi-hide{
	display: none;
}
.fayi-show{
	display: block;
}
.detail-main{
	padding: 0px 0;
	/*min-height: 1800px;*/
}
.detail-body{
	position: relative;
	/*overflow: hidden;*/
	/*min-height: 1800px;*/
	padding: 0 0 0 70px;
	/*background-color: var(--bg-color-fff);*/
}
.layui-layer-setwin .layui-layer-close1 {
	background: url(/web/images/closed.png) center top no-repeat !important;
}
@media print{
  .no-print{
    display: none;
  }
  .zyk-content-wrap{
    margin: 0;
  }
}
@page{
	size: A4 landscape;
	margin: 1cm;
}
@media (max-width: 1400px) {

	/* 宽度 ≤ 1400px 时生效的样式 */
	.fayi-width {
		width: 1200px !important;
	}
}

.zyk-slide-menu{
	position: fixed;
	bottom: 100px;
	right: 5px;
	width: 50px;
	z-index: 11;
}
.zyk-slide-menu>span {
	font-size: 24px;
	color: #626262;
	position: absolute;
	top: -12px;
	right: -19px;
	width: 25px;
	background-color: #fff;
	height: 24px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.zyk-slide-menu>span:hover{
	color: var(--theme-color);
}
.zyk-slide-menu>ul{
	position: relative;
	/*visibility: hidden;*/
}
.zyk-slide-menu>ul>li{
	height: 50px;
	margin-top: 5px;
}
.zyk-slide-menu>ul>li>a{
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 13px;
	padding: 10px 0;
	text-align: center;
	font-size: 12px;
	color: #fff;
	background: #626262;
}
.zyk-slide-menu>ul>li.gototop{
	display: none;
}
.zyk-slide-menu>ul>li.gototop>a{
	background: url(/web/images/icon_03.png) center center no-repeat;
	opacity: 0.3;
	border-radius: 5px;
}
.zyk-slide-menu>ul>li.gototop>a:hover{
	opacity: 1;
}
.zyk-slide-menu>ul>li>div{
	position: absolute;
	display: none;
	right: 55px;
	bottom: 0;
	border: 1px solid #333;
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
}
.zyk-slide-menu>ul>li:hover>div{
	display: block;
}
.zyk-slide-menu>ul>li>div.contact{
	width: 400px;
	height: 280px;
	padding-top: 10px;
	text-align: center;
}
.zyk-slide-menu>ul>li>div.contact .zyk-contact-footer{
	position: relative;
	height: 160px;
	margin-top: 10px;
	background-color: #333;
}
#show-map .icon {
	display: inline-block;
	width: 17px;
	height: 24px;
	background: url(/web/images/footer_07.png) no-repeat center center;
	-webkit-animation: up 0.5s ease infinite alternate;
	-moz-animation: up 0.5s ease infinite alternate;
	-ms-animation: up 0.5s ease infinite alternate;
	-o-animation: up 0.5s ease infinite alternate;
	animation: up 0.5s ease infinite alternate;
	transition: 0.5s;
	cursor: pointer;
}
#show-map p{
	color: #6e6e6e;
}
.zyk-slide-menu>ul>li>div.wxcode{
	width: 150px;
	height: 150px;
}
-moz-keyframes up {
	from {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@-webkit-keyframes up {
	from {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@-ms-keyframes up {
	from {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@-o-keyframes up {
	from {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px);
	}

	to {
		-webkit-transform: translateY(5px);
		-moz-transform: translateY(5px);
		-ms-transform: translateY(5px);
		-o-transform: translateY(5px);
		transform: translateY(5px);
	}
}