/* CSS Document */
:root {
	/* 基础字体大小 */
	--base-font-size: 16px;

	/* 缩放比率 - 使用vw单位实现流体缩放 */
	--scale-ratio: 0.5vw;

	/* 字体变量 - 使用clamp()设置最小、理想和最大值 */
	--font-size-sm: clamp(0.875rem, 0.75rem + 0.5vw, 1.125rem);
	--font-size-md: clamp(1rem, 0.875rem + 0.5vw, 1.375rem);
	--font-size-lg: clamp(1.25rem, 1rem + 1vw, 1.875rem);
	--font-size-xl: clamp(1.5rem, 1.25rem + 1vw, 2.5rem);
}


*, ::after, ::before {	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;box-sizing: border-box}
html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, p{
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
html {	-webkit-text-size-adjust: 100%;	font-size: 100px;}
body {
    background: #fff;
	/* -webkit-text-size-adjust: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; */
	/* overflow-x: auto; */
	overflow-x: hidden;
	color: #333;
	line-height:1.8;
	font-size: 16px;
}
body.first{overflow: hidden;}
::-webkit-scrollbar{ width:10px;}
::-webkit-scrollbar-track{background: #999;border-radius:2px;}
::-webkit-scrollbar-thumb{background: #000;border-radius:10px;}
::-webkit-scrollbar-thumb:hover{background: #000;}
::-webkit-scrollbar-corner{background: #000;}

div{
	box-sizing:border-box;
}

a{ box-sizing:border-box;}
h1, h2, h3, h4, h5,h6 {margin: 0;padding: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	display: block;	padding: 0;	margin: 0;}
input, textarea,pre{font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}
input, textarea {margin: 0;	padding: 0;	outline: 0;	-webkit-appearance: none;	border-radius: 0;}
/* 隐藏数字输入框的上下箭头 */
input[type="number"] {
	-moz-appearance: textfield;
}
input:disabled {
	background-color: transparent; /* 或你想要的任何颜色 */
	color: inherit; /* 继承父元素的文字颜色 */
	/* 其他样式属性 */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0; /* 去除圆角 */
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {display: none;}
a, a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	tap-highlight-color: transparent;
	color: #666;
}
:focus, a:focus {outline: none;	-moz-outline: none;}

table, td, th {	border-collapse: collapse;	border-spacing: 0;}
.ul, .ul li {list-style: none;}
hr {margin: 0;padding: 0;border: 0;	color: #000;background-color: #000;	height: 1px}
img {border: none;vertical-align: middle;
transition:all .3s ease;
	-moz-transition:all .3s ease; 
	-webkit-transition:all .3s ease; 
	-o-transition:all .3s ease; 
}
.Ispic {background-repeat: no-repeat;background-position: center center;background-size: cover;}
pre {white-space: pre-wrap;	white-space: -moz-pre-wrap;	white-space: pre-wrap;	white-space: -o-pre-wrap;word-wrap: break-word;	margin: 0;text-align: justify;text-justify: inter-ideograph;}
.clear {clear: both;height: 0px;font-size: 0px;	line-height: 0px;overflow: hidden;	zoom: 0;}
.clearfix:after {content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {	zoom: 1;}
/*单行文本省略号*/
.dot {	display: block;	overflow: hidden;	white-space: nowrap;text-overflow: ellipsis;}
.dot2, .dot3, .dot4 {display: -webkit-box;	overflow: hidden;	text-overflow: ellipsis;	word-break: break-all;	-webkit-box-orient: vertical;}
.dot2 {	-webkit-line-clamp: 2;}
.dot3 {	-webkit-line-clamp: 3;}
.dot4 {	-webkit-line-clamp: 4;}
.wow {visibility: hidden;}
.wrap{word-break: break-all;word-wrap: break-word;white-space: pre-wrap;}
.nowrap{white-space:nowrap; }
.img-c{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; align-content:center; flex-direction: row;flex-wrap: wrap;
}
.img-c>img{width: 100%; height:100%; object-fit: cover;}

.img-lc{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-pack:start; -webkit-box-align:center;
	display: flex; justify-content: flex-start; align-items:center; align-content:flex-start; flex-direction: row;flex-wrap: wrap;
}
.img-lc>img{width: 100%; height:100%; object-fit: cover;}


a,a:visited{text-decoration:none;
	transition:all .3s ease;
	-moz-transition:all .3s ease; /* Firefox 4 */
	-webkit-transition:all .3s ease; /* Safari and Chrome */
	-o-transition:all .3s ease; /* Opera */
}
a:hover{ color:#9d1d22; text-decoration:none;}

/* 水平自转一圈 */
@keyframes rotate1 {
	0% {
		transform: rotateY(0deg);
	}
	25% {
		transform: rotateY(180deg);
	}
	50% {
		transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(360deg);
	}
}

/*不断旋转*/
@keyframes rotate {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}


@font-face{font-family:'yingwen';src:url('/css/font/CAI978.ttf');}
@keyframes change1{
	0% {
		right:400px; top:95px;
		width: 200px;
		height: 270px;
		background-color:rgba(160,160,160,.8);
	}

	50% {
		right:365px; top:180px;
		width: 270px;
		height: 100px;
		background-color: rgba(26,44,120,.7);
	}
	100% {
		right:400px; top:95px;
		width: 200px;
		height: 270px;
		background-color:rgba(160,160,160,.8);
	}
}

@keyframes change2{
	0% {
		width: 255px;
		height: 560px;

	}

	100% {
		left:0;
		width: 1295px;
		height:560px;
	}
}



.text-big{ text-transform:uppercase;}
.f-c-0260aa{color:#0260aa;}
.my-c-f9c385{ color:#f9c385;}
.my-c-898887{ color:#898887;}
.my-c-006661{color:#e60012;}
.my-c-e70012{color:#e70012;}
.my-c-ccc{color:#ccc;}
.my-c-red{color:#e60012;}
.my-c-b8b5b5{color:#b8b5b5;}
.my-fontn{ font-weight:normal !important;}
.my-textl-5{ letter-spacing:5px;}
.my-hide{ display:none;}
.my-p-2{ line-height:25px; font-size:16px; color:#545454; }
.my-p-05{padding-left:.5rem; padding-right:.5rem;}
.my2-plr-0{padding-left:0; padding-right:0;}
.my-line{ border-bottom:0; border-top:1px solid #CCC;}
.my-pt-0{ padding-top:0;}
.my-pt-5{padding-top:5px !important;}
.my-pb-50{padding-bottom:50px;}
.my-pt-50{padding-top:50px;}

.myc-pt-50{padding-top:50px;}
.my-pl-50{ padding-left:50px;}
.my-pr-50{ padding-right:50px;}
.my-pt-60{ padding-top:60px;}
.myc-pb-50{padding-bottom:50px;}
.myc-pb-60{ padding-top:50px;}
.myc-pb-10{padding-bottom:10px;}
.my-pt-80{ padding-top:80px;}
.myc-pt-80{padding-top:90px;}
.my-pt-60imp{ padding-top:60px !important;}
.my-pb-60{ padding-bottom:60px;}
.my-pb-0{padding-bottom:0;}
.my-pb-100{ padding-bottom:100px;}
.my-plr-30,.my-plr-30a{ padding-left:30px; padding-right:30px;}
.my-plr-0{ padding-left:0; padding-right:0;}
.my-ptb-40{ padding-top: 40px; padding-bottom: 40px;}
.my-pt-40{padding-top:40px;}
.my-pl-0{ padding-left:0;}
.my-pr-0{ padding-right:0;}
.myc-pr-30{padding-right:30px;}
.my-mt-60{margin-top:60px;}
.my-mt-120{margin-top:120px;}
.my-mt-0{ margin-top:0;}
.my-mt--5{margin-top:-5px;}
.my-mt--10{margin-top:-10px;}
.my-mb-0{ margin-bottom:0;}
.my-mb-60{ margin-bottom:60px;}
.my-f-14{ font-size:14px;}
.my-fontw{ font-weight:bold;}
.my-fontc{text-align:center;}
.my-f-26{ font-size:26px;}
.my-f-80{font-size: 80px; font-family: Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;}
.plr-6{padding-left: 6px; padding-right: 6px;}
.my-f-j{text-align: justify;}
.my-fontf-Arial{ font-family:Arial,Sans-Serif;}
.my-over-hi{ overflow: hidden;}
.pl-0{padding-left: 0;}
.pr-0{padding-right: 0;}

.flex-c{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: wrap;
}
.flex-c{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: wrap;
}
.flex-tc{
	display: -webkit-box; -webkit-box-lines:multiple;  -webkit-box-pack:start; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:flex-start; flex-direction: row;flex-wrap: wrap;
}
.flex-nc{
	display: -webkit-box; -webkit-box-lines:single; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-ntc{
	display: -webkit-box; -webkit-box-lines:single; -webkit-box-orient:horizontal; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: nowrap;
}
.flex-lt{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: row; flex-wrap: wrap;
}
.flex-lc{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-pack:start; -webkit-box-align:center;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-ylc{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:center;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-lb{
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:end;
	display: flex; justify-content:flex-start; align-items:flex-end; flex-direction: row;
}
.flex-bb{
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:end;
	display: flex; justify-content:space-between; align-items:flex-end; flex-direction: row;
}
.flex-rb{
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:end; -webkit-box-align:end;
	display: flex; justify-content:flex-end; align-items:flex-end; flex-direction: row;
}
.flex-bc{
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:center; -webkit-box-orient:horizontal; -webkit-box-lines:multiple;
	display: flex; justify-content:space-between; align-items:center; flex-direction: row; flex-wrap: wrap;
}
.flex-nbc{
	display: -webkit-box; -webkit-box-lines:single; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:center;
	display: flex; justify-content:space-between; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-rc{
	display: -webkit-box; -webkit-box-orient:horizontal; -webkit-box-pack:end; -webkit-box-align:center;
	display: flex; justify-content:flex-end; align-items:center; flex-direction: row;
}
.flex-nrc{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: center; -webkit-box-lines:single; -webkit-box-orient:horizontal;
	display: flex; justify-content:flex-end; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-ct{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:horizontal;
	display: flex; justify-content:center; align-items:flex-start; flex-direction: row;
}
.flex-hc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align: center;
	display: flex; justify-content: center; align-items:center; flex-direction:column;
}
.flex-hlc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:center; -webkit-box-align:start;
	display: flex; justify-content: center; align-items:flex-start; flex-direction:column;align-content:center;
}
.flex-htl{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content: center; align-items:flex-start; flex-direction:column;align-content:flex-start;
}
.flex-hrt{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:start; -webkit-box-align:end;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:flex-start;
}
.flex-hbc{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:justify; -webkit-box-align:center;
	display: flex; justify-content:space-between; align-items:center; flex-direction:column;
}
.flex-hbl{
	display: -webkit-box; -webkit-box-orient:vertical; -webkit-box-pack:end; -webkit-box-align:start;
	display: flex; justify-content: flex-end; align-items:flex-start; flex-direction:column;align-content:flex-end;
}
.flex-hrc{
	display: -webkit-box; -webkit-box-pack:center; -webkit-box-align:end; -webkit-box-orient:vertical;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:center;
}
.flex-hlb{
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:start; -webkit-box-orient:vertical;
	display: flex; justify-content: space-between; align-items:flex-start; flex-direction:column;align-content:flex-start;
}
.flex-hrb{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align: end; -webkit-box-orient:vertical;
	display: flex; justify-content: center; align-items:flex-end; flex-direction:column;align-content:flex-end;
}
.flex-nlt{
	display: -webkit-box; -webkit-box-lines:single; -webkit-box-orient:horizontal; -webkit-box-pack:start; -webkit-box-align:start;
	display: flex; justify-content:flex-start; align-items:flex-start; flex-direction: row; flex-wrap: nowrap;
}
.flex-nlc{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-lines:single; -webkit-box-orient:horizontal;
	display: flex; justify-content:flex-start; align-items:center; flex-direction: row; flex-wrap: nowrap;
}
.flex-nlb{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: end; -webkit-box-lines:single; -webkit-box-orient:horizontal;
	display: flex; justify-content:flex-start; align-items:flex-end; flex-direction: row; flex-wrap: nowrap; align-content: flex-end;
}
.flex-htc{
	display: -webkit-box; -webkit-box-pack:start; -webkit-box-align: center; -webkit-box-orient:vertical;
	display: flex; justify-content: flex-start; align-items:center; flex-direction:column;align-content:center;
}
.flex-bt{
	display: -webkit-box; -webkit-box-pack:justify; -webkit-box-align:start; -webkit-box-lines:single;
	display: flex; justify-content:space-between; align-items:flex-start; flex-direction:row; flex-wrap: wrap; align-content:flex-start;
}
.flex-nbt{
	display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-orient:horizontal; -webkit-box-pack:justify; -webkit-box-align:start;
	display: flex; justify-content:space-between; align-items:flex-start; flex-direction:row; flex-wrap: nowrap;
}


.flex-nrt{
	display: -webkit-box; -webkit-box-pack:end; -webkit-box-align:start; -webkit-box-lines:single;
	display: flex; justify-content: flex-end; align-items:flex-start; flex-direction:row;flex-wrap: nowrap;
}

@keyframes my-movelr1{
	 0% {
		 margin-left: 10px;
	 }
	 50% {
		 margin-left: 0;
	 }
	 100% {
	 	 margin-left: 10px;
	 }
}	

.nostart{visibility: hidden; animation-name: none;}
.nodata{ text-align:center; font-size: 16px;}
.nodata-b{width: 100%}
.nodata-c{width: 100%;padding-top: 40px !important; padding-bottom: 40px !important;}
.nodata i{font-size: 18px; margin-right: 5px;}

.dong{
transition:all .2s;
-moz-transition:all .2s; /* Firefox 4 */
-webkit-transition:all .2s; /* Safari 和 Chrome */
-o-transition:all .2s; /* Opera */}

.dong1{
transition:all .5s;
-moz-transition:all .5s; /* Firefox 4 */
-webkit-transition:all .5s; /* Safari 和 Chrome */
-o-transition:all .5s; /* Opera */}

.text-overflow{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;text-overflow: ellipsis;white-space:normal;}
.text-overflow2{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;white-space:normal;}
.text-overflow3{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;text-overflow: ellipsis;white-space:normal;}
.text-overflow5{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;text-overflow: ellipsis;white-space:normal;}
.text-overflow6{overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;text-overflow: ellipsis;white-space:pre-wrap;}
.block1{width: 100%; height: 50px; margin-top: 70px; display: block;}

/*公共样式--------*/
.container{}

/*.my-daohang{*/
/*	font-size: 16px; color: #000; position: relative; box-sizing: border-box; flex-shrink: 0; margin-right: 30px;*/
/*}*/
/*.my-daohang1{width: 100%; margin-top:20px; margin-bottom: 30px;}*/
/*.my-daohang span{ padding-right: 5px; padding-left: 5px;}*/


/*图片放大全屏浏览*/
.bigimgs{width: 100%; height:100%; background-color: rgba(0,0,0,.9); z-index: 200; position: fixed; top:-3000px; left: 0; padding:50px; box-sizing: border-box;}
.bigimgs .cha{font-size:30px; position:absolute; top: 15px; right: 15px; color: #ccc;z-index: 201; cursor: pointer; }
.bigimgs .cha:hover{color:#fff;}
#swiper-container-1{width: 100%; height: 100%;}
#swiper-container-1 .swiper-slide{width: 100%; height: 100%;}
#swiper-container-1 .swiper-slide img{max-width: 100%; max-height: 100%; width:auto; height:auto; }
#swiper-container-1 .swiper-button-next::after,
#swiper-container-1 .swiper-button-prev::after {
	color: #fff;
	font-size: 30px;

}
.bigimgs .swiper-pagination{text-align: right; color: #fff; font-size: 18px;}

/*分页*/
.m-pagination{height:36px;color:#666; padding-bottom:80px;}
.m-pagination .inner{display:inline-block; list-style-type:none; clear:both; padding-bottom:20px;}
.m-pagination .inner ul{display: -webkit-box; -webkit-box-lines:multiple; -webkit-box-pack:center; -webkit-box-align:center;
	display: flex; justify-content: center; align-items:center; flex-direction: row;flex-wrap: wrap;}
.m-pagination .inner li{ font-size:22px; padding: 10px; margin: 0 5px; }
.m-pagination .inner li:first-child,.m-pagination .inner li:last-child{font-size: 30px; padding:0 10px 5px 10px;}

.m-pagination .inner li.active{ color: #000; font-size: 30px;}
.m-pagination .inner li a{color: #999;}
.m-pagination .inner li:first-child a,.m-pagination .inner li:last-child a{color: #000;}
.m-pagination .inner .btn,.m-pagination .inner .page,.m-pagination .inner .hidden,.m-pagination .inner .selected{display:inline-block;min-width:16px;_width:16px;height:auto;padding:5px 10px; box-sizing: border-box; border:1px solid #f0f0f2;line-height:24px;white-space:nowrap;font-family:Arial,Tahoma,SimSun;text-align:center;vertical-align:top;text-decoration:none;color:#333;font-size:24px; margin:0 3px; border-radius:0; font-weight: normal;}
.m-pagination .inner .btn:hover,.m-pagination .inner .page:hover,.m-pagination .inner .selected{border-color:#000;color:#fff;background-color:#000;}

.m-pagination .inner .prev,#list-page .m-pagination .inner .next{position:relative;width:60px;}
.m-pagination .inner .prev{padding-left:20px;}
.m-pagination .inner .next{padding-right:20px;}
.m-pagination .inner .text{display:inline-block;padding-left:10px;}
.m-pagination .inner .num{width:30px;height:18px;border:solid 1px #999;text-align:center;}

/*没有内容*/
.nodata{padding: 80px 10%; text-align: left;}
.nodata .h1{font-size: 18px; line-height: 30px; color: #999;}
.nodata .h2{font-size: 36px; padding: 30px 0; color: #000;}

/*全屏浮窗显示内容*/
.showLayer{width:100%; height: 100%; background-color:rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 10000; display: flex; align-items: center; justify-content: center; display: none;}
.showLayer .con{z-index: 10000; background-color: #fff; width: 1300px; height: 100%; overflow-y: auto; box-sizing: border-box; padding: 20px 15px; margin: 0 auto;}
.showLayer .con h1{padding:20px 0; border-bottom: 1px solid #ccc; font-size: 20px; line-height: 25px; text-align: center; font-weight: bold;}
.showLayer .con>div{z-index: 10000; font-size: 16px; text-align: justify; padding-top: 30px; padding-bottom: 20px; line-height: 25px;}
.showLayer .con>div img{max-width:100%;}
.showLayer .close{z-index: 10001;width:50px; height: 50px; line-height: 50px; background-color: rgba(255,255,255,1); color: #fff; font-size: 30px; position: absolute; top: 20px; right: 20px; text-align: center; display:block; opacity: unset;}
.showLayer .close i{color:#666;}
.showLayer .close:hover{background-color:#000;}
.showLayer .close:hover i{color: #fff;}

/* 分享样式 */
.share-btn{width: 100%;}
.share-btn a.sina,.share-btn a.qqZone{}

.share-btn .love{width: 35px; height: 35px; margin-bottom: 10px; padding-right:7px; cursor: pointer; position: relative; }
.share-btn .love span{padding: 2px 5px; border-radius: 50px; position: absolute; top: 0; left: 25px; background-color: #858585; color:#fff; font-size: 10px; line-height: 10px; }
.share-btn .love.on span{background-color: #e60012;}

.share-btn .link{cursor: pointer;}
.share-btn div.sina,.share-btn div.qqZone{cursor: pointer; margin:10px 0 10px -5px;}
.share-btn>div img{width:25px; height: 25px;}
.bdshare-button-style1-16 a ,.bdshare-button-style1-24 a{
	background-image: url(/images/icons_1_24.png);
	transition:none;
	-moz-transition:none; /* Firefox 4 */
	-webkit-transition:none; /* Safari and Chrome */
	-o-transition:none; /* Opera */
}
.share-btn .sharewx{padding-top:0; margin-top:0;  }
.share-btn .sharewx_ewm{ width:80px !important; height:80px !important; flex-shrink: 0; margin:5px 0; background-color:#FFF !important; background:url(/images/loading.gif) no-repeat center center; background-size:15px 15px;}
/* 分享样式 end---------- */

/*设换背景色按钮*/
.bg-btn{border: 1px solid #ccc; background-color: #fff; padding:8px 10px 2px 10px; border-radius: 5px; z-index: 20; position: fixed; right: 30px; bottom:60px; cursor: pointer;}
.bg-btn .img{width: 15px; height: 15px; background: url("/images/heiye-icon.png") no-repeat center; background-size: 100% 100%;}
.bg-btn>p{margin-top: 3px; text-align: center; font-size: 12px; color: #000;}
.bg-btn.on{border: 1px solid transparent; background-color:transparent;}
.bg-btn.on .img{background-image: url("/images/baitian-icon_hl.png");}
.bg-btn.on p{color: #fff;}

.bg-def:after{
	content: '';
	width: 1px;
	height: 1px;
	border-radius: 50%;
	position: fixed;
	right: 50px;
	bottom: 90px;
	margin: auto;
	background-color: #fff;
	transition: all 1s cubic-bezier(0.7, 0.5, 0.3, 1);
	-webkit-transition: all 1s cubic-bezier(0.7, 0.5, 0.3, 1);
	-moz-transition: all 1s cubic-bezier(0.7, 0.5, 0.3, 1);
	-o-transition: all 1s cubic-bezier(0.7, 0.5, 0.3, 1);
	z-index: -1;
}
.bg-def.on::after{
	transform: scale(6000);
	-webkit-transform: scale(6000);
	-moz-transform: scale(6000);
	-o-transform: scale(6000);
	background-color: #212121;
}




/*视频背景*/
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	color: #fff;
}
#bg-video-box .more {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 50px;
}
#bg-video-box .banner-center-text .f-title{
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}
#bg-video-box .banner-center-text .title{
	font-size: 70px;
	font-weight: bold;
	font-family: "Helvetica_Neue_CE_55_Roman";
	margin-bottom: 60px;
	letter-spacing: 10px;
}
#bg-video-box .banner-center-text a{
	text-decoration: none;
}
#bg-video-box .banner-center-text .btn-pill{
	display: inline-block;
	padding: 12px 50px;
	text-decoration: none;
	color: #333333;
	background-color: #fff;
	margin-top: 25px;
	position: relative;
	font-size: 14px;
	max-width: 160px;
	border: none;
	overflow: hidden;
}
#bg-video-box .banner-center-text .btn-pill span{
	display: block;
	font-size: 10px;
	font-size: .625em;
	font-size: .625rem;
	position: relative;
}
#bg-video-box .banner-center-text .btn-pill:after{
	content: "";
	display: inline-block;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	mix-blend-mode: difference;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all .7s cubic-bezier(.075,.82,.165,1);
	-webkit-transition: all .7s cubic-bezier(.075,.82,.165,1);
	-moz-transition: all .7s cubic-bezier(.075,.82,.165,1);
	-ms-transition: all .7s cubic-bezier(.075,.82,.165,1);
}
#bg-video-box .banner-center-text .btn-pill:hover:after{
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
@media screen and (max-width: 1680px) {
	#bg-video-box .banner-center-text .title {
		font-size: 70px;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	#bg-video-box .banner-center-text .title {
		font-size: 60px;
		margin-bottom: 40px;
	}
	#bg-video-box .banner-center-text a img{
		width: 80px;
	}
	#bg-video-box .more img{
		width: 80px;
	}
}
@media screen and (max-width: 991px) {
	#bg-video-box .banner-center-text .f-title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#bg-video-box .banner-center-text .title {
		font-size: 50px;
		margin-bottom: 35px;
	}
	#bg-video-box .banner-center-text a img{
		width: 70px;
	}
	#bg-video-box .more img{
		width: 70px;
	}
}
@media screen and (max-width: 767px) {
	#bg-video-box .banner-center-text .f-title {
		font-size: 16px;
		margin-bottom: 15px;
	}
	#bg-video-box .banner-center-text .title {
		font-size: 36px;
		margin-bottom: 30px;
	}
	#bg-video-box .banner-center-text a img{
		width: 60px;
	}
	#bg-video-box .more img{
		width: 70px;
	}
}
/*视频背景 end------------*/

.shareArea{width: auto; }
.shareArea>div{ margin-left: 20px; position: relative; position:relative; cursor: pointer; z-index:100;}
.shareArea>div>img{width: 30px; height: 30px;}
.shareArea>div.weixin{width: 30px; height: 30px; overflow: visible;}
.shareArea>div.weixin>.qrdiv{ position: absolute; top:40px; left:50%; transform: translateX(-50%); width: 120px; height: 120px; border-radius: 10px; overflow: hidden; box-shadow: 0 0 10px 2px #ccc; z-index: 15; background-color: #fff; display: none; box-sizing: border-box;}
.shareArea>div.weixin>.qrdiv>img{width: 120px !important; height: 120px !important;}
.shareArea>div.weixin:hover>.qrdiv{display: block;}


/*内页栏目 */
.inpage-nav{width: 100%; overflow: visible; z-index: 30; position: fixed; top: 80px; left: 0; background-color: #fff;}
.inpage-nav .fenlei{flex-grow: 1; height: 80px;}
.inpage-nav .fenlei>a{padding: 6px 30px; border-radius: 50px; border:1px solid #000; width: auto; margin: 0 20px;}
.inpage-nav .fenlei>a:hover{border:1px solid #9d1d22; background-color: #9d1d22; color:#ffff;}
.inpage-nav .fenlei>a.on{border:1px solid #9d1d22; background-color: #9d1d22; color: #fff; }
/*内页栏目 end----- */

/*--------公共样式 end*/

/*右下角客服------------*/
.rfbtn6{position: fixed; top:75%; transform: translate3d(0px,-50%,0); right:20px; z-index: 50; overflow: visible; cursor: pointer;}
.rfbtn6 div{font-size: 12px;}
.rfbtn6 .img1{width:auto; height: 50px; position: relative; overflow: visible; z-index: 51;}
.rfbtn6 .img1 .xiaobei{width:auto; height: 50px;position: relative;}
.rfbtn6 .img1 .xiaobei>.con{width: auto; background-color: #9d1d22; color: #fff; border-radius: 50px; line-height: 35px; padding: 0 20px; margin-right: 5px; display: none}
.rfbtn6 .img1 .xiaobei:hover>.con{display: block;}
.rfbtn6 .img1 .xiaobei>.icon{width:50px; height: 50px; overflow: hidden;padding: 5px 7px 5px 3px; border-radius: 50%; border: 1px solid #000; background-color: #fff;}
.rfbtn6 .img1 .xiaobei>.icon>img{width: 35px; height: 35px;}

.rfbtn6 .p1{width: 50px; height:0; overflow: hidden;  opacity: 0; position: absolute; bottom: 60px; right: 1px; border-radius: 50px; padding: 5px 0; background-color: #f9f9f9; box-shadow:0 0 5px 1px #999; z-index: 52; }
.rfbtn6 .p1>div{width:auto; height: 50px; margin:0 0; position: relative;}
.rfbtn6 .p1>div>.img{width: 40px; height:40px; background-size:50% 50%; background-repeat: no-repeat; background-position: center; flex-shrink: 0; margin-left:0; margin-right: 5px; border-radius: 50%; }
.rfbtn6 .p1>div .r_tel{background-image: url("/images/tel_icon_hl.png");}
.rfbtn6 .p1>div .r_wx{background-image: url("/images/gzh_icon_hl.png");}
.rfbtn6 .p1>div .r_email{background-image: url("/images/email-icon_hl.png");}
.rfbtn6 .p1>div>.con{width: auto; background-color: #9d1d22; color: #fff; border-radius: 50px; line-height: 35px; padding: 0 20px; margin-right: 15px;white-space: nowrap; display: none; opacity: 0; }
.rfbtn6 .p1>div>.img:hover{background-color:#eaeaea;}
.rfbtn6 .p1>div:hover .con{display: block; opacity: 1;}
.rfbtn6 .img1:hover .p1{opacity: 1;height:auto;overflow:visible;}
.rfbtn6 .img2{margin: 30px 0 0 0;}
.rfbtn6 .img2>img{width:50px; height: 50px;}
.rfbtn6 .img2>span{font-size: 12px; text-shadow:0 0 2px #fff; text-align: center;margin-top: 0; color: #000; }
/*----------右下角客服*/

/*通用页头1---------start*/
.header.container-fluid,header.container-fluid{height: 80px; position: fixed; top: 0; left: 0; z-index: 200; width: 100%; /* background: linear-gradient(to right,#e60016,#d30014,#75000b); */ background-color:rgba(255,255,255,1); border-bottom: 1px solid #ccc; }
.my-navbar{margin: 0 auto; padding-left: 10px; height: 100%}
.my-navbar .logo{padding-left: 0; flex-shrink: 0; }
.my-navbar .logo>a{margin-top: 0;padding-bottom:5px;border: 0; }
.my-navbar .logo>a:hover{background-color:transparent !important; border: 0;}
.my-navbar .logo img{height: 50px; width: auto;}

.my-navbar .rightcon{flex-grow: 1; position:relative; padding: 0 0 0 30px; box-sizing: border-box; height: 80px;}
.my-navbar .rightcon .con1 li{width: auto; height: 80px; flex-shrink: 0; padding: 0 20px; position: relative; box-sizing: border-box; z-index: 5; overflow: visible;}
.my-navbar .rightcon .con1 li>a{position: relative;}
.my-navbar .rightcon .con1 li>a>span {
	font-size: 10px;
	color: #9d1d22;
	top: -8px;
	left: 100%;
	position: absolute;
	font-weight: bold;
}


.my-navbar .rightcon .con1 li a.on{font-weight: bold; color: #9d1d22;}


.my-navbar .sub-box {
	position: absolute;
	left: 50%;
	top: 78px;
	transform: translate(-50%, 0%);
	z-index: 8;
	width: 180px;
	display:none;
	padding: 20px;
	border-radius: 0px;
	background: #fff;
}
.my-navbar .con1 li:hover .sub-box{display: block;}

.my-navbar .sub-box a,.headerfix .nav ul li .sub-box a {
	display: block;
	color:#000;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
	line-height: 50px;
}

.my-navbar .sub-box a:last-child {
	*border-bottom: none;
}

.my-navbar .sub-box a:hover {
	color:#9d1d22;
}
.my-navbar .meiti{height: 80px; line-height: 80px; text-align: center; padding: 0 20px; border-left: 1px solid #eee; z-index:51; margin-left:20px; height: 40px; }
.my-navbar .meiti .item{margin: 0 10px; position: relative;}
.my-navbar .meiti .item .icon{cursor: pointer; overflow: hidden; width: 25px; height: 25px;}
.my-navbar .meiti .item .icon img{width: 25px; height: 25px;}
.my-navbar .meiti .item .ma{position: absolute; bottom:-190px;left: -75px; display: none;}
.my-navbar .meiti .item .ma img{width: 180px; height: 180px;}
.my-navbar .meiti .item:hover .ma{display: block;}
.my-navbar .sbtn{width: 30px; margin-left: 0 !important;}
.my-navbar .sbtn i{font-size: 25px;}
.searchArea{position: absolute; top: 0; left: 0; z-index: 220; width:100%; height: 80px; border-bottom: 1px solid #ccc; overflow: hidden; background-color:#fff;display: none; padding:0 !important; float: unset !important; flex: unset !important;}
.searchArea .main{width: 100%; height: 100%;}
.searchArea .mainIn{width:100%; height: 100%;}
.searchArea .mainIn .iclose{color: #999; cursor: pointer;}
.searchArea .mainIn .iclose i{font-size: 25px; color: #999;}
.searchArea .mainIn .iclose:hover i{color: #293652;}
.searchArea .mainIn input[type=text]{width: 500px; height: 45px; padding:5px 20px; border: 1px solid #eee; background-color: #eee; box-sizing: border-box; border-radius:0; border-right: 0;  font-size: 16px;}
.searchArea .mainIn input[type=button]{width:100px; flex-shrink: 0; height: 45px; color: #fff; background-color:#000; padding:5px 20px;box-sizing: border-box; border-radius:0;border: 0; font-size: 14px; cursor: pointer; letter-spacing: 10px; font-size: 16px; margin-right: 60px;}
.searchArea .mainIn form input{display: block;}
/*通用页头1---------end*/

/*通用页脚1---------start*/
.homefoot{padding-top:60px; background-color: #000; position: relative;}
.homefoot .title1{font-size: 30px; font-weight: bold; text-align: center; width: 100%; color: #fff; letter-spacing: 2px;}
.homefoot .box6{width:100%; margin-top: 50px;margin-bottom: 50px;}
.homefoot .box6 .item{margin: 0 30px; position: relative;}
.homefoot .box6 .item .icon{cursor: pointer; background-color:#fff; border-radius: 50%; overflow: hidden; width: 75px; height: 75px;}
.homefoot .box6 .item .icon img{width: 40px; height: 40px;}
.homefoot .box6 .item .ma{position: absolute; top:-140px;left: -25px; display: none;}
.homefoot .box6 .item .ma img{width: 130px; height: 130px;}
.homefoot .box6 .item:hover .ma{display: block;}
.homefoot .box2{color:#fff;}
.homefoot .box2 .left{flex-grow: 1;}
.homefoot .box2 .left .left-1>a{flex-shrink: 0; padding-right:30px; padding-top: 20px;}
.homefoot .box2 .left .left-1>a>img{width: 180px; height:auto;}
.homefoot .box2 .left .left-1-2{ font-size: 16px; margin-top: 40px;}
.homefoot .box2 .left .left-1-2>div{margin-bottom: 5px;}
.homefoot .box2 .left .left-1-2>div:last-child{margin-right: 0;}
.homefoot .box2 .left .left-1-2>div>img{width: 20px; height: 20px; margin-right: 10px;}
.homefoot .box2 .right{flex-shrink: 0;}
.homefoot .box2 .right .item{margin-left: 40px;}
.homefoot .box2 .right .item>a{line-height: 30px; font-size: 14px; color: #aaa9a9;}
.homefoot .box2 .right .item>a:hover{color:#9d1d22;}
.homefoot .box2 .right .item>a.one{line-height: 40px; font-size: 16px; color: #fff; }
.homefoot .box2 .right .item>a.one:hover{color:#9d1d22;}
.homefoot .box3{width: 100%; margin-top: 50px; padding: 15px 0 15px 0; font-size: 14px;border-top: 1px solid #333; color: #fff;}
.homefoot .box3 div{font-size: 12px}
.homefoot .box3 span{font-size: 12px}
.homefoot .box3 a{color: #fff; font-size: 12px}
.homefoot .box3>div:nth-child(1){text-align: left;flex-grow: 1;}
.homefoot .box3>div:nth-child(2){text-align: right;flex-grow: 1;}
.homefoot .box3 .ipv6{padding: 0 5px; border-radius: 50px; font-size: 12px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .7); margin-left: 5px;transform: scale(.8); margin-right: 4px; line-height: 20px;}
.homefoot .box3 .box3-right a{margin: 0 4px;}
.homefoot .box4{margin-top: 20px;flex-grow: 1; padding-bottom: 10px; font-size:16px;}
.homefoot .box4>span{ margin-right: 20px;}
.homefoot .box4>a{white-space:nowrap; margin-right: 20px; color:#fff; }
/*通用页脚1---------end*/

/*大标题样式1*/
.comtit1{width:auto; position:relative;}
.comtit1 h1{text-align: center; font-weight: bold; position: relative; z-index: 10; font-family: 'yingwen', 'Arial', 'Sans-Serif'; font-size:80px; color: #eee;}
.comtit1 h2{text-align: center; position: relative; z-index: 11; margin-top: -40px;  font-size:35px; color: #000; padding-bottom: 10px; border-bottom: 5px solid #333;}

/*大标题样式2*/
.comtit2{width:auto; position:relative;}
.comtit2 h1{text-align: center; font-weight: bold; position: relative; z-index: 10; font-family: 'yingwen', 'Arial', 'Sans-Serif'; font-size:80px; color: #888;}
.comtit2 h2{text-align: center; position: relative; z-index: 11; margin-top: -40px;  font-size:35px; color: #fff; padding-bottom: 10px; border-bottom: 5px solid #fff;}


/*通用按钮1*/
.combtn1{padding: 6px 30px; border-radius: 50px; border:1px solid #000; width: auto; display: inline-block;}
.combtn1>span{padding: 0 5px; color:#000;}
.combtn1>i{color: #000; font-size: 14px;}
.combtn1:hover{ border:1px solid #9d1d22; background-color: #9d1d22;}
.combtn1:hover>span{color: #fff;}
.combtn1:hover>i{color: #fff;}

/*页面导航*/
.my-daohang{
	font-size: 14px; color: #000; position: relative; box-sizing: border-box; flex-shrink: 0; margin-right: 30px;
}
.my-daohang1{width: 100%; margin-top:20px; margin-bottom: 30px;}
.my-daohang span{ padding-right: 5px; padding-left: 5px;}


/*觊发k8旗舰厅----start*/
.index-part1{width: 100%;padding: 0; height: 100vh;}
#adSwiper .fenshi{position: absolute; right: 100px; bottom: 10px; font-size:14px; color:#fff; z-index: 20; }
#adSwiper .fenshi>span{font-size:20px;}
#adSwiper .swiper-slide{width: 100%; height: 100vh;}
#adSwiper .swiper-slide .slide-img{width: 100%;height: 100%; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover;	}
#adSwiper .swiper-slide-active .slide-img,
#adSwiper .swiper-slide-duplicate-active .slide-img{
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.ad-bullet{width:60px; height: 8px; background-color:rgba(255,255,255,.5); display:inline-block; position: relative; margin: 0 15px; cursor: pointer;}
.ad-bullet-active{ background-color:#9d1d22;transform: scale(1.2);}


/*关于觊发k8旗舰厅*/
.index-part2{width: 100%;padding:0; background: url(/images/home_bg1.jpg) no-repeat center top; background-size: cover; position: relative;z-index:10; min-height: 600px;}
.index-part2::after{content: ""; z-index: 12; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(255,255,255,.5);
}
.index-part2 .container{ padding-top: 80px; padding-bottom: 60px; position: relative; z-index: 15;}
.index-part2 .box2{margin-top:60px;}
.index-part2 .box2 .p1{text-align: center; color: #000; line-height: 35px;}

.index-part2 .number {
	margin:100px 0 0 0;
}
.index-part2 .number ul {
	gap:100px;
}
.index-part2 .number ul li {
	padding:0 0;
}
.index-part2 .number ul li h3 {}
.index-part2 .number ul li h3 strong {
	position: relative;
	padding:0 20px 0 0;
	font-size: 58px;
	color: #9d1d22;
	letter-spacing: 0;
	font-weight: normal;
}

.index-part2 .number ul li h3 strong i {
	position:absolute;
	top:0;
	right:0;
	font-size: 28px;
	color: #1d1d1f;
	font-style: normal;
}
.index-part2 .number ul li h3 span {
	font-size: 18px;
	color: #322c2b;
	padding:0 0 0 10px;
}
.index-part2 .number ul li p {
	font-size:14px;
	color: #333;
	padding-top: 5px;
	text-align: center;
}
.index-part2 .box4{margin-top:80px;}

/*产品中心*/
.index-part3{width: 100%;padding:0; background: url(/images/home_bg2.jpg) no-repeat center top; background-size: cover; position: relative;z-index:10; min-height: 600px;}
.index-part3 .container{ padding-top: 80px; padding-bottom: 60px; position: relative; z-index: 15; width: 90%;}
.index-part3 .container .box1 .comtit1 h1{color: #ccc;}
.index-part3 .box2{padding-top: 60px; width: 100%}
.index-part3 .box2-1{width: 80%;}

.index-part3 .box2-1 .swiper-container{z-index: 10;}
.index-part3 .box2-1 .swiper-slide{height:auto;}
/*.index-part3 .box2-1 .swiper-slide a:visited, .index-part3 .box2-1 .swiper-slide a:hover{color: #9d1d22;}*/
.index-part3 .box2-1 .swiper-slide .img{width: 100%; height:440px; overflow: hidden; position: relative;}
.index-part3 .box2-1 .con{width:100%; height:auto; padding: 0 10px 10px 10px; background-color: rgba(255,255,255,1); }
.index-part3 .box2-1 .con .h1{line-height:30px; width: 100%; font-size: 20px; font-weight: bold; color: #000; padding: 10px 0 0 0;}
.index-part3 .box2-1 .con .p1{line-height: 25px; font-size: 16px; font-family:'yingwen', 'Arial', 'Sans-Serif';}
.index-part3 .box2-1 .swiper-slide:hover .img>img{transform:scale(1.1);}
.index-part3 .box2-1 .swiper-slide:hover .con .h1{color: #9d1d22;}
.index-part3 .box2-2{width: 20%; height: 100%; padding: 10px 0 10px 30px; }
.index-part3 .box2-2 .con1 h1{font-size: 30px; color: #000;}
.index-part3 .box2-2 .con1 p{line-height: 30px; margin-top: 20px;}
.index-part3 .box2-2 .con1 .p1{margin-top: 20px; width: 100%;}
.index-part3 .box2-2 .prev-btn{width: 40px; height:40px; border: 1px solid rgba(0,0,0,1); border-radius: 50%; cursor: pointer; opacity: .7; z-index: 20; }
.index-part3 .box2-2 .prev-btn .p2{width: 20px;height: 20px; margin-left: 10px; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(-45deg); position: relative;}
.index-part3 .box2-2 .prev-btn:hover{opacity: 1; border-color:#9d1d22;}
.index-part3 .box2-2 .prev-btn:hover .p2{border-top: 2px solid #9d1d22; border-left: 2px solid #9d1d22;}
.index-part3 .next-btn{width: 40px; height:40px; border: 1px solid rgba(0,0,0,1); border-radius: 50%; cursor: pointer;opacity: .7; margin-left: 30px; z-index: 20;}
.index-part3 .next-btn .p2{width: 20px;height: 20px; margin-right: 10px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(45deg); position: relative;}
.index-part3 .next-btn:hover{opacity: 1;border-color:#9d1d22;}
.index-part3 .next-btn:hover .p2{border-top: 2px solid #9d1d22; border-right: 2px solid #9d1d22;}

/*空间灵感*/
.index-part4{width: 100%;padding:0;}
.index-part4 .container{ padding-top: 80px; padding-bottom: 60px;}
.index-part4 .box2{padding-top: 60px; width: 100%}
.index-part4 .box2 .item{padding: 10px;}
.index-part4 .box2 .item .img{width: 100%; height: 4rem; position: relative; z-index: 10;}
.index-part4 .box2 .item .con1{position: absolute; top: 0;left: 0; width: 100%; height: 100%; text-shadow: 0 0 10px #000; z-index: 11;}
.index-part4 .box2 .item .con1 h1{color: #ffff; font-weight: bold; font-size: 20px; line-height: 40px; text-align: center;}
.index-part4 .box2 .item .con1 h2{color: #ffff; line-height: 25px; font-size: 18px; font-family:'yingwen', 'Arial', 'Sans-Serif'; text-align: center;}
.index-part4 .box2 .item .mask1{position: absolute; top: 0;left: 0; width: 100%; height: 100%; z-index: 12; opacity: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(255,255,255,.5);
}
.index-part4 .box2 .item .img:hover .mask1{opacity: 1;}


/*关于觊发k8旗舰厅*/
/*.index-part6{width: 100%;padding:0; background: url(/images/home_bg1.jpg) no-repeat center top; background-size: cover; position: relative;z-index:10; min-height: 600px;}*/
/*.index-part6::after{content: ""; z-index: 12; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-backdrop-filter: blur(5px);*/
/*	backdrop-filter: blur(5px);*/
/*	background: rgba(255,255,255,.5);*/
/*}*/
.index-part6{width: 100%;padding:0; background: url(/images/home_bg3.jpg) no-repeat right bottom; background-size: cover; position: relative;z-index:10; min-height: 600px;}
.index-part6 .container{ padding-top: 80px; padding-bottom: 60px; position: relative; z-index: 15;}
.index-part6 .box1 .comtit1 h1{color: #ccc;}
.index-part6 .box2{margin-top:60px;}
.index-part6 .box2 .h1{text-align: center; color: #000; line-height: 50px; font-size: 34px;}
.index-part6 .box2 .p1{text-align: center; line-height: 35px; margin-top: 20px;}
.index-part6 .box2 .p1>span{margin: 0 10px; color: #999;}
.index-part6 .box4{margin-top:80px;}


/*新闻动态*/
.index-part5{padding:0;position: relative; z-index: 10;}
.index-part5::before{content: ""; background-color: #f1f1f1; width: 100%; height: 400px; position: absolute; left: 0; top: 0; z-index: 9;}
.index-part5 .container{z-index: 11;position: relative; padding: 80px 0 60px 0;}
.index-part5 .box1 .comtit1 h1{color: #ccc;}
.index-part5 .box2{padding-top: 60px; }
.index-part5 .box2 .item{padding: 0 2%;}
.index-part5 .box2 .item .img{width:100%; height:350px; margin:0;}
.index-part5 .box2 .item .img:hover img{transform:scale(1.1);}
.index-part5 .box2 .item .p1{line-height: 30px;font-size:18px; padding-top: 20px; color: #000;}
.index-part5 .box2 .item .p2{font-size: 16px;padding-top:30px; color: #999;}
.index-part5 .box2 .item .p3{padding-top: 30px;line-height:25px; font-size: 14px; color:#666; }
.index-part5 .box2 .item:hover .p1{color: #9d1d22;}
/*觊发k8旗舰厅----end*/

/*产品页面-----start*/
.product{display: block; height: 500px; background: url("/images/product_bg.jpg") no-repeat center; background-size: cover; padding-top: 80px; position: relative; z-index: 10;}
.product::before{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.5); z-index: 11; content: "";}
.product .box1{z-index: 12; position: relative;}
.product .box1 .p1{padding-top: 30px; height: 20px; line-height: 20px; font-size: 14px;color: #fff;}
.product .box1 .p1 a{color: #eee;}
.product .box1 .p1 a:hover{color: #fff;}
.product .box1 .h1{width:100%; height: 300px; }
.product2{background-color: #fff; padding: 0;}
.product2 .container{width: 90%;}
.product2 .left{background-color: #fff; position: relative; z-index: 20; padding:20px 0 0 0; display: block;}
.product2 .left>.h1{ border-bottom: 2px solid #fff; height: 100px; padding-left: 20%;  }
.product2 .left>.h1 img{width: 35px;height: 35px;flex-shrink:0; margin-right: 10px;}
.product2 .left>.h1 div{font-size: 18px;}
.product2 .left .fenlei{padding-right: 20px; border-bottom: 1px solid #f3f5f8;}
.product2 .left .fenlei .one{width: 100%; height: 40px; padding-top: 10px; line-height: 30px; font-size:16px; position:relative; z-index: 10; }
.product2 .left .fenlei .one .span1{font-weight: bold; color: #000;}
.product2 .left .fenlei .one .span2{font-family: Arial, " sans-serif"; padding:5px 0 5px 10px; cursor: pointer;}

.product2 .left .fenlei .two{width: 95%; height:35px; overflow: hidden; padding:0 0 0 70px; font-size:16px; position: relative; z-index: 12; margin-top: -26px;}
.product2 .left .fenlei .two.on{height: auto;}
.product2 .left .fenlei .two .vo{margin: 0 30px 10px 0;}
.product2 .left .fenlei .two .vo .circle{ width: 13px; height: 13px; border-radius: 50%; overflow: hidden; border: 1px solid #999;margin-right: 8px;}
.product2 .left .fenlei .two .vo .circle>div{width: 7px; height: 7px; border-radius: 50%;overflow: hidden; background-color: #fff; flex-shrink: 0; }
.product2 .left .fenlei .two .vo .p1{flex-grow: 1; line-height: 25px; font-size: 15px;  color: #888;}

.product2 .left .fenlei .two .vo.on .circle>div,.product2 .left .fenlei .two .vo:hover .circle>div{background-color: #9d1d22;}
.product2 .left .fenlei .two .vo.on .p1,.product2 .left .fenlei .two .vo:hover .p1{color: #9d1d22; }
.product2 .left .fenlei .two .vo.on .p1{font-weight:600;}

.product2 .left .fenlei .two2 .vo{padding:0 0 5px 0; width:auto; min-width: 33%;}
.product2 .left .a-btn{
	background-color: transparent !important;
	padding: 20px 20px 20px 0;
	text-align: right;
	font-size: 15px;
}
.product2 .left .a-btn .more{
	display: inline-block;
	color: #333333;
}

.product2 .right{ margin-top:0; padding: 0 0 30px 0;}

.product2 .right .box1{height: 60px; width: 100%; line-height: 60px; text-align: center; padding: 0 0; border-bottom: 1px solid #f3f5f8; margin-bottom: 20px;}
/*.product2 .right form{width: 100%; display: block;}*/
.product2 .right .box1 input{background: transparent; border: none; font-size: 14px; color: #666; flex-grow: 1; outline: none;}
.product2 .right .box1 img{width: 25px; height: 25px; margin-left: 30px; flex-shrink: 0; cursor: pointer;}

.product2 .right .list{ width:100%;}
.product2 .right .list li{padding:0 10px 20px 10px;}
.product2 .right .list .img{width:100%; overflow:visible; background-color: #fff; overflow: hidden;}
.product2 .right .list .img img{ max-width:100%; max-height: 100%; transition:all .3s;}
.product2 .right .list .img:hover img{transform:scale(1.1);}
.product2 .right .list .img:hover{border-radius:6px;}
.product2 .right .list .img .vr-btn{width: 100%; height: 100%; padding-bottom: 10px; position: absolute; left: 0; top: 0;}
.product2 .right .list .img .vr-btn img{ width: 40px; height: 40px; opacity: 0.8; box-shadow: unset;}
.product2 .right .list .tit{ font-size:16px; color: #000; font-family:yingwen; text-align: center; line-height: 40px; position:relative;}
.product2 .right .list .tit img{width: 30px; height: 30px; position: absolute; right: 10px; bottom: -50px; opacity: 0;}
/*.product2 .right .list a:hover .tit{color: #fff;background-color:#b23f3d !important; text-align: left; padding-right: 40px; padding-left: 10px; border-radius: 6px;}*/
/*.product2 .right .list a:hover .tit img{opacity: 1; bottom:5px;}*/
.product2 .right .list li a{color: #595757; display: block; }
.my-pro-list1 li a:hover{color: #ccc;}
.no-product{font-size:18px; width: 100%; text-align: center;}
/*产品页面-----end*/

/*产品展示页-----start*/
.my-two-bg{background-color: #fff;}
.proview1{padding-top:100px; padding-bottom: 30px; background-color: #eee;}

.proview1 .container{padding: 0;}

.proview1 .my-daohang{font-size: 14px;}


.pview-left{margin-bottom: 20px;}
#bigProimg{}
#bigProimg .swiper-slide{cursor: pointer; position: relative;background-color: #fff; border: 1px solid #eee; padding:0; box-sizing: border-box;}
#bigProimg .swiper-slide img{max-width: 100%; max-height: 100%;}
#bigProimg .swiper-slide p{line-height:40px; text-align: center; color: #000; font-size: 16px; width: 100%; position: absolute; bottom: 20px; left: 0; margin-bottom: 0;}
.small-items{margin-top: 10px;}
.small-items .item-prev,.small-items .item-next{font-size: 40px; width: 40px; flex-shrink: 0; text-align: center; cursor: pointer;}
#proThumbs{flex-grow: 1;}
#proThumbs .swiper-slide{cursor: pointer;
	opacity:0.5;
	overflow: hidden;
}
#proThumbs .swiper-slide img{max-width: 100%; max-height: 100%;}
#proThumbs .swiper-slide-thumb-active{
	opacity:1;
	border:2px solid #fff;
}


.pview-right{ }
.pview-right .hits{width: 100%;text-align: right; font-size: 14px; flex-shrink: 0; padding:60px 25px 0 0;}

.pview-rtop{ border-bottom:1px solid #ccc; padding:0 0 15px 0;}
.pview-rtop .pview-tit{ line-height:40px; padding: 15px 0; font-size:32px; font-weight:normal; font-family: yingwen; flex-grow: 1;}
.pview-rtop .pview-tit2{width:200px;}

.pview-rtop .video-btn{width: 90px; text-align: center; flex-shrink: 0;}
.pview-rtop .video-btn img{width: 50px; height: 50px; cursor: pointer; }

.pview-rmid{padding:10px 0 40px 0;}
.pview-rmid td{padding:20px 0 5px 0; font-size:16px; line-height: 25px;}
.pview-rmid td>div>img{width: 25px; height: 25px; margin-right: 10px;}
.pview-rmid td a>.more-icon{width: 30px; height: 30px;margin-left: 10px; animation: my-movelr1 2s infinite; background: url("/images/more-icon2.png") no-repeat center; background-size: 100% 100%;}



.pview-rmid tr td:nth-child(1){color: #000; font-weight: bold;}
.pview-share{ padding-top:10px;}
.pview-share div{float:right; padding-right:20px; line-height:30px;}
.pro-class1{ box-sizing:border-box; }
.pro-class1 li{}
.pro-class1 li a{ width:100%; height:35px; display:block;}
.pro-class1 li.tit{ line-height:45px; letter-spacing:7px; font-size:22px; height:45px; background-color:#4d4948; color:#FFF; text-align:center;}
.pro-class1 li:nth-child(1){flex-shrink: 0; margin-top: 10px;}
.pro-class1 li:nth-child(1) img{ width: 120px;}
.pro-class1 li:nth-child(1) p{margin-top: 10px; font-size: 10px; text-align: center;}
.pro-class1 li:nth-child(2){ margin-top: -20px; margin-left: 20px;}




.gn-sj-share1>div{margin-left: 10px; cursor: pointer;}
.gn-sj-share1>div img{width: 25px; height: 25px;}
.gn-sj-share1 .sharewx{padding-top:2px; margin-top:0;  }
.gn-sj-share1 .sharewx_ewm{ width:80px; height:80px; margin:5px 0; background-color:#FFF !important; background:url(/images/loading.gif) no-repeat center center; background-size:15px 15px;}
.pro-texing>div.part1{margin-bottom: 15px; width: 100%;}
.pro-texing>div.part1 span{border-radius: 5px; font-size: 16px; padding: 5px 10px; background-color: #c4c3c3; color: #000; margin-right: 10px; margin-bottom: 10px; line-height: 20px; word-break: break-all;}
.pro-texing>div.part2{width: 100%;}
.pro-texing>div.part2 span{ padding:0 5px 10px 0; width:33.33%; box-sizing:border-box; display: block; float: left;}
.pro-texing>div.part2 span img{max-width:100%;}

.proview2{margin-bottom: 50px;}
.proview2 .container{position: relative; padding: 0;}
.pro-detial{padding:40px 0 80px 0;}
.proview2 .product2{background-color: unset;}
.proview2 .product2 .left{margin-top:0 !important; background-color: #f3f5f8; }

.pro-dright{}
.pro-dright img{ max-width:100%;}
.pro-dright .my-pro-tit{border-bottom: 1px solid #ccc;}
.dright-tit{ height:40px;}
.dright-con{ width:100%; overflow:hidden; padding-top:30px; font-size: 16px;}
.dright-con img{ width: 900px; height: auto; padding-bottom: 10px; cursor: pointer;}
.dright-con1{margin-bottom: 80px;}
.dright-con1 img{ width: 33%; box-sizing: border-box; border: 2px solid transparent; overflow: hidden; border-radius: 6px; padding-bottom: unset;}
.dright-alert{ border-bottom:#cecfd0 1px dotted; float:none; height:20px; text-align:center; margin:20px 0; }
.dright-alert-zi{padding:0 30px; display:inline-block; background-color:#FFF; position:relative; top:6px; font-size: 14px;}
.swiper-container{
	--swiper-theme-color: #333;/* 设置Swiper风格 */
	--swiper-navigation-color: #000;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 20px;/* 设置按钮大小 */
}

.pview-right-3{width: 100%; margin-top: 20px;}
.pview-right-3 .left{width: 75%;}
.pview-right-3 .right{padding:0 30px; min-width:160px; box-sizing: border-box; flex-shrink: 0}
.pview-right-3 .right .right-1{box-sizing: border-box; width: 100px; height: 100px;}
.pview-right-3 .right .right-1>img{width: 100%; height: 100%;}
.pview-right-3 .right .right-2{box-sizing: border-box; width:72px; height:20px; margin-top:10px; background: url("/images/mob33.png") no-repeat center; background-size: 100% 100%; display: block; }


.bg-def.on .proview1{background-color: transparent;}
.bg-def.on .proview1 .my-daohang,.bg-def.on .proview1 .my-daohang a{color: #fff;}
.bg-def.on .proview1 #bigProimg .swiper-slide{background-color: transparent;border: 1px solid transparent;}
.bg-def.on .proview1 .pview-right{color:#fff;}
.bg-def.on .proview1 .pview-rmid tr td:nth-child(1), .bg-def.on .proview1 .pview-rmid tr td, .bg-def.on .my-pro-tit,.bg-def.on .dright-con, .bg-def.on .dright-con p{color: #fff;}

.bg-def.on .pview-rmid a{color: #fff;}
.bg-def.on .pview-rmid a:hover{color: #9d1d22;}
.bg-def.on .pview-rmid td a>.more-icon{background-image: url("/images/more-icon2_hl.png");}
.bg-def.on .pview-right-3 .right .right-2{background-image: url("/images/mob33_hl.png");}
.bg-def.on .homefoot{background-color: #212121;}

/*.pview-right-3>div:nth-child(1){padding: 10px; }*/
/*.pview-right-3>div:nth-child(1) img{width:150px; height: auto; margin-right: 20px;}*/
/*.pview-right-3>div:nth-child(1)>div{height:130px; border-left: 1px solid #ccc; box-sizing: border-box; padding: 40px 30px 0 20px; font-size: 16px;}*/

/*产品展示页-----end*/


/*新闻动态页------start*/
.news{padding-top: 160px; padding-bottom: 50px;}
.news .box1 .item{padding: 15px;}
.news .box1 .item>a{padding: 30px; background-color: #f3f5f8; box-sizing: border-box; width: 100%; border-radius: 3px}
.news .box1 .item .img{width: 280px; height: 200px; overflow: hidden; flex-shrink: 0; margin-right: 30px; border-radius: 3px;}
.news .box1 .item .con{flex-grow: 1;}
.news .box1 .item .con .h1{font-weight: 600; font-size: 18px; color:#000; line-height: 30px;}
.news .box1 .item .con .p2{font-size: 12px; margin-top: 15px; color: #999;}
.news .box1 .item .con .p3{font-size: 14px; margin-top: 15px; line-height: 25px; color: #999;}
.news .box1 .item>a:hover .con .h1{color: #9d1d22;}
.news .box1 .item>a:hover img{transform:scale(1.1);}
/*新闻动态页------end*/

/*新闻展示页----start*/
.in-newsview{padding-top:140px;}
/*.in-newsview .container{width: 1300px;}*/
.in-newsview .container>.p1{padding-top: 20px; font-size: 14px; color: #000; margin-bottom: 0;}
.zhengwen .share-out{position:fixed !important; top:200px; left:-100px; z-index: 80; width: 40px;}
.zhengwen .share-out.on{left:20px;}
.newview{padding:0 15px 10px 15px; overflow:hidden; position: relative; border-radius: 5px; min-height: 800px !important;}
.newview-tit{width: 100%}
.newview-tit .p1{ text-align:left; font-size: 26px; line-height: 40px; padding:15px 0; margin-top: 10px; font-weight: bold; color: #000;}
.newview-tit .p2{ text-align:left; font-size: 14px; line-height: 20px; color: #999; padding-bottom: 15px;}
.newview-tit .p2 .p2-1{margin-right: 20px;}

.inmorenews{margin: 50px 0;}
.inmorenews h2{font-size: 20px; padding: 0; margin: 0; font-weight: bold; color: #000;}


.newview-con{border-top:1px solid #ccc;padding:30px 0 0 0; line-height:24px; font-size:15px; }
.newview-con img{ text-align:center; width: 900px;  margin: 0 auto 5px auto; padding: 0;}
.newview-con video{max-height: 700px;}

.newview .updown{width:100%; margin-top:20px; margin-bottom: 50px;}
.newview .updown .prev,.newview .updown .next{ color: #666;  padding: 7px 20px; box-sizing: border-box; font-size: 16px; text-align: center; border-radius:50px; background-color:#fff; margin: 0 50px; line-height:20px; box-shadow: unset;}
.newview .updown .prev{padding-left:35px;background:#fff url(../images/more-icon3.png) no-repeat 12px center; background-size:20px 20px;}
.newview .updown .prev:hover{background-image:url(/images/more-icon3_hl.png);}
.newview .updown .next{padding-right:35px;background:#fff url(/images/more-icon2.png) no-repeat 70px center; background-size:20px 20px;}
.newview .updown .next:hover{background-image:url(/images/more-icon2_hl.png);}
.newview .updown .prev:hover,.newview .updown .next:hover{background-color: #9d1d22; color:#fff; }
.my-label span,.my-label a{ padding: 3px 8px; background-color: #000; color: #fff; margin-right: 15px; white-space:nowrap; border-radius: 5px; margin-bottom: 20px; box-sizing: border-box; display: block; font-size: 14px}
.my-label span.tit{background-color: unset; color: #333; margin-right:0; font-size: 16px;}
.my-label i{font-size: 24px; margin-right: 15px;}

.moreRight.fixed{width:300px;position: fixed; top:140px;}
.new-more{padding:30px; background-color: #f3f5f8; margin-left:15%;}
.new-more .tit{font-size: 18px; font-weight: bold; color: #000; margin-bottom: 40px;}
.new-more .vo{width: 100%; display:block; border-bottom: 1px solid #ccc; padding-bottom: 20px; margin-bottom: 20px;}
.new-more .vo .p1{line-height:25px; font-size: 14px; color:#000;}
.new-more .vo .time1{margin-top: 10px; font-size: 12px; color:#999;}
.new-more .vo:hover{border-bottom: 1px solid #9d1d22;}
.new-more .vo:hover .p1{color:#9d1d22;}

/*新闻展示页 ------end*/

/*视频中心页-----start*/
.video{padding:160px 0 0 0;position: relative; z-index: 10;}
.video .container{padding: 0 15px;}

/*.video .my-daohang.p1{padding-top: 30px; font-size: 14px; color: #000;}*/
.video .box1{padding-top: 40px; }
.video .box1 .item{margin-bottom: 50px;}
.video .box1 .item .img{width:100%; height:350px; margin:0; position: relative;}
.video .box1 .item .img:hover img{transform:scale(1.05);}
.video .box1 .item .p1{padding-top: 20px;line-height: 30px;font-size:16px;color: #000; box-sizing: border-box;}
.video .box1 .item .p1>i{display: none;}
.video .box1 .item .p3{height: 70px; overflow: hidden;}
.video .box1 .item a.img{position: relative;}
.video .box1 .item a .video-btn{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color:rgba(0,0,0,.3);}
.video .box1 .item a .video-btn img{width: 60px; height: 60px;}
.video .box1 .item a.img:hover .video-btn{background-color:rgba(0,0,0,.6);transform:scale(1.05);}
.video .box1 .item:hover .p1{padding-left: 20px;color: #9d1d22;}
.video .box1 .item:hover .p1>i{display: block; margin-right: 5px;}

.video .box2{padding-bottom: 50px;}

/*视频中心页 -----end*/


/*工程案例页-----start*/
.inpcases .box1 .item .mask1{position: absolute; top: 0;left: 0; width: 100%; height: 100%; z-index: 12; opacity: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(255,255,255,.5);
}
.inpcases .box1 .item .img:hover .mask1{opacity: 1;transform:scale(1.05); }
.inpcases .box1 .item .img:hover .mask1 .combtn1{ border:1px solid #9d1d22; background-color: #9d1d22;}
.inpcases .box1 .item .img:hover .mask1 .combtn1>span{color: #fff;}
.inpcases .box1 .item .img:hover .mask1 .combtn1>i{color: #fff;}
/*工程案例页-----end*/

/*案例展示页*/
.in-caseview .container{max-width: 1500px}
.in-caseview{padding-top:140px; margin-top: 20px;}
.caseview{padding-bottom: 50px;}
.caseview-tit1{font-size:16px; color: #2B2B2B; line-height:30px; text-align: left; width: 100%; margin-bottom: 10px;}
.caseview .newview-tit{border-bottom: 0 !important;}
.caseview .newview-tit span.img{flex-shrink: 0; margin-right: 10px; width: 25px; height: 25px; border-radius: 50%; overflow: hidden;}
.caseview .newview-tit span.p2-2{flex-shrink: 0; margin: 0 10px;}

.caseview .newview-con{padding-top: 0;}

.caseview .newview-con .tit1{border-bottom: 1px solid #ccc; margin-top: 50px;}
.caseview .newview-con .p1{margin-top: 10px; width: 100%; line-height: 30px; font-size: 16px;}
.caseview .newview-con .p2{margin-top: 30px; position: relative; width: 100%;}
.caseview .newview-con .p2>video{max-width: 100%; max-height: 600px;}

.caseview .newview-con .list{ width:100%;}
.caseview .newview-con .list li{padding:0 10px 20px 10px;}
.caseview .newview-con .list .img{width:100%; overflow:visible; background-color: #fff; overflow: hidden;}
.caseview .newview-con .list .img img{ max-width:100%; max-height: 100%; transition:all .3s; width: auto; height: auto;}
.caseview .newview-con .list .img:hover img{transform:scale(1.1);}
.caseview .newview-con .list .img:hover{border-radius:6px;}
.caseview .newview-con .list .img .vr-btn{width: 100%; height: 100%; padding-bottom: 10px; position: absolute; left: 0; top: 0;}
.caseview .newview-con .list .img .vr-btn img{ width: 40px; height: 40px; opacity: 0.8; box-shadow: unset;}
.caseview .newview-con .list .tit{ font-size:16px; color: #000; font-family:yingwen; text-align: center; line-height: 40px; position:relative;}
.caseview .newview-con .list .tit img{width: 30px; height: 30px; position: absolute; right: 10px; bottom: -50px; opacity: 0;}
.caseview .newview-con .list li a{color: #595757; display: block; }


.caseview .p3{margin-top: 30px;}
.caseview .p3 #bigProimg{ background-color: #fff; border-radius:0; overflow: hidden;}
.caseview .p3 #bigProimg .swiper-slide{background-color:transparent; height: 600px;}
.caseview .p3 #bigProimg .swiper-slide img{ max-width: 100%; max-height: 100%; width: auto; height: auto;}
.caseview .p3 #bigProimg .swiper-pagination{text-align: right; box-sizing: border-box; padding-right: 10px; font-size: 16px; text-shadow: 0 0 2px #fff; bottom: 0;}
.caseview .p3 #bigProimg .swiper-pagination>span{}
.caseview .p3 .small-items{height: 15%;}
.caseview .p3 #proThumbs .swiper-slide{height:100px; }
.caseview .p3 #proThumbs .swiper-slide img{width: 100%; height: 100%; padding: 0; margin: 0;}
.caseview .p3 .small-items .item-prev ,.caseview .p3 .small-items .item-next {color: #666;}
.caseview .p3 .small-items .item-prev:hover ,.caseview .p3 .small-items .item-next:hover{color: #000;}
.caseview .my-label{margin-top: 30px;}
.small-items{margin-top: 10px;}
.small-items .item-prev,.small-items .item-next{font-size: 40px; width: 40px; flex-shrink: 0; text-align: center; cursor: pointer;}
#proThumbs{flex-grow: 1;}
#proThumbs .swiper-slide{cursor: pointer;
	opacity:0.7;
	overflow: hidden;
}
#proThumbs .swiper-slide img{max-width: 100%; max-height: 100%;}
#proThumbs .swiper-slide-thumb-active{
	opacity:1;
	border:2px solid #000;
}
/*案例展示页 end-------*/



/*招商加盟页*/
.join{padding:160px 0 0 0;}

.join .box1{}
.join .box1 .p1{font-size: 14px; color: #000;}

.join .box1 .tit1{width: 100%; padding-top: 50px;}
.join .box1 .tit1>h1{text-align: center; font-size: 38px; font-family: 'yingwen', 'Arial', 'Sans-Serif'; color: #9d1d22; line-height: 50px;  }
.join .box1 .tit1>h2{text-align: center; font-size: 24px; font-family: 'yingwen', 'Arial', 'Sans-Serif'; color: #000; line-height: 40px; }
.join .box1 .tit1>p{text-align: center; font-size: 14px; color: #777; line-height: 40px; }

.join .box1 .con1{margin-top: 40px;}
.join .box1 .con1 form {
	width: 100%;
	display: block;
}
.join .box1 .con1 form .ind {
	width: 100%;
	height: 40px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	background-color: #fff !important;
	margin-bottom: 20px;
}
.join .box1 .con1 form div .ind {width:23%;}

.join .box1 .con1 form div .ind2 {
	padding-right: 50px;
	background: url("/images/xiala-bg.png") no-repeat right center;
	color: #000;
}


.join .box1 .con1 form div .ind2 option{color: #000;}
.join .box1 .con1 form .sub {
	width: 220px;
	height: 40px;
	border: 0;
	border-radius:0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
}
.join .box1 .con1 form .sub>i{margin-left: 10px;}

.join .box1 .con1 form .sub:hover {
	background-color: #9d1d22;
}
.join .box2{ margin-top: 30px;}
.join .box2 img{max-width: 100%; width: auto;}

.join2{margin-top: 100px; background-color: #f7f7f7; padding: 80px 0 80px 0;}
.join2 .us {}
.join2 .us .tit1{width: 100%;}
.join2 .us .tit1>h1{text-align: center; font-size: 38px; font-family: 'yingwen', 'Arial', 'Sans-Serif'; color: #9d1d22; line-height: 50px;  }
.join2 .us .tit1>h2{text-align: center; font-size: 24px; font-family: 'yingwen', 'Arial', 'Sans-Serif'; color: #000; line-height: 40px; }
.join2 .us .tit1>p{text-align: center; font-size: 14px; color: #777; line-height: 40px; }

.join2 .us .box {
	margin-top: 10px;
	border: 1px solid #9e9d9f;
	box-sizing: border-box;
	background-color: #fff;
	padding: 50px 90px;
}
.join2 .us .box .tit {
	width: 100%;
	padding-bottom: 30px;
	border-bottom: 1px solid #d7d7d7;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.join2 .us .box .tit h3 {
	font-size: 24px;
	line-height: 1;
	color: #333333;
}
.join2 .us .box .tit h3 span {
	font-size: 48px;
	line-height: 1;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 10px;
}
.join2 .us .box .tit p {
	font-size: 14px;
	line-height: 1.2;
	color: #666666;
}
.join2 .us .box .con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	align-items: flex-start;

}
.join2 .us .box .con .txt {
	width: 45%;
}
.join2 .us .box .con .txt .box1{font-size: 16px; width: 100%; color: #000; line-height: 30px;}
.join2 .us .box .con .txt .box1>span{color: #9d1d22; margin: 0 5px;}

.join2 .us .box .con .box2{overflow: hidden; height: 240px; margin: 20px 0;}
.join2 .us .box .con .box2 .jlcon{width: 100%; height: 100%; overflow: hidden;}
.join2 .us .box .con .box2 .p1{width: 100%; height: 40px; border-bottom: 1px solid #eee; font-size: 14px; line-height: 40px; box-sizing: border-box;}
.join2 .us .box .con .box2 .p1>div{flex-shrink: 0; padding-right: 20px}
.join2 .us .box .con .box2 .p1>div.p1-1{width: 45%;}
.join2 .us .box .con .box2 .p1>div.p1-2{width: 25%;}
.join2 .us .box .con .box2 .p1>div.p1-3{width: 30%;}

.join2 .us .box .con form {
	width: 50%;
	display: block;
}
.join2 .us .box .con form .ind {
	width: 100%;
	height: 40px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	background-color: #eee !important;
	margin-bottom: 20px;
}

.join2 .us .box .con form div .ind {
	width: 49%;
}
.join2 .us .box .con form textarea.ind {
	padding: 10px 15px;
	height: 110px;
}
.join2 .us .box .con form div .ind1 {
	width:100%;
}
.join2 .us .box .con form div .ind2 {
	padding-right: 50px;
	background: url("/images/xiala-bg.png") no-repeat right center;
	color: #000;
}
.join2 .us .box .con form div .ind2 option{color: #000;}


.join2 .us .box .con form .sub {
	width: 220px;
	height: 40px;
	border: 0;
	border-radius: 0;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
}
.join2 .us .box .con form .sub:hover {
	background-color: #9d1d22;
}
.join2 .us .box .con form .sub>i{margin-left: 10px;}

/*招商加盟页 end------*/

/*下载中心、经销商专区----start*/
.indownload{height: 100vh; padding-top:80px; background: url(/images/download-bg.jpg) no-repeat center; background-size: cover; overflow: hidden; position: relative; z-index: 10; display: block;}
.indownload::before{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.5); z-index: 11; content: "";}
.overlay-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 15;
}
.indownload .login{ z-index:12;}
.indownload .login .win{padding: 50px 80px; background-color:rgba(238, 238, 238, .85);  overflow: hidden; box-shadow: 0 0 20px #333; border-radius: 0; width: 650px;}

.zx-new-1{width:100%; padding:0 0 0 0; color: #eee; }
.zx-new-1>h1{font-size: 26px; width: 100%; text-align: center;  color: #000; margin-bottom: 30px;}
.zx-new-1 td{ padding-bottom:15px;}
.zx-new-1 tr td:nth-child(1){width: 50px; text-align: left; font-size:18px;}
.zx-new-1 tr:last-child td{padding-bottom: 0;}
.zx-tit{ font-size:18px;color:#000; width: 60px !important; }
.zx-input{ box-sizing:border-box; border:1px solid #999; width:90%;  padding:5px 5px; border-radius:0; font-size:16px; line-height:30px; background-color: #eee;}
.zx-new-1a .zx-input{background-color: #fff;}
.zx-submit{ text-align:center; width:200px; height:40px; font-size:20px; line-height:40px; padding:0 15px; box-sizing: border-box; border-radius:0; background-color: #000; border: 0; color:#fff; box-shadow:none; font-family:'Microsoft YaHei','SimSun',Arial,Sans-Serif; cursor:pointer; letter-spacing:3px;}
.zx-submit:hover{background-color: #9d1d22; color:#fff !important;}
.indownload .zx-new-1 .zx-tit{font-weight: normal; text-align: right; padding-right: 10px; color:#000; width:120px !important;}

.indownload .login h1{text-align:center;font-size:28px; font-weight: bold; padding:0;  margin-bottom: 50px;color:#000;}
.indownload .login h1>span{margin-left: 20px;color: #000;font-family: yingwen;text-transform: uppercase; }
.indownload .login h2{text-align:center;font-size:28px; padding: 10px 0 50px 0;}
.indownload .login input.zx-input{padding:7px 5px; background-color: transparent !important; border-radius: 0px !important; border:0; border-bottom: 1px solid #000; color: #000; outline: none; ;}
.indownload .login input.zx-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #666;
}
.indownload .login input.zx-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #666;
	opacity:  1;
}
.indownload .login input.zx-input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #666;
	opacity:  1;
}
.indownload .login input.zx-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}

.indownload .login .zx-input:-internal-autofill-previewed,.indownload .login .zx-input:-internal-autofill-selected {
	-webkit-text-fill-color: #000;
	transition: background-color 5000s ease-out 0.5s;
}

.indownload2{padding:160px 0 0 0;}
.indownload2 .container{padding-top: 0; padding-bottom: 0;}
.indownload2 .my-daohang.p1{font-size: 14px; color: #000;}
.indownload2 .box1{padding: 40px 0 0 0;}
.indownload2 .box1 .con img{max-width: 100%;}
.indownload2 .box1 .item{margin-bottom: 30px;}
.indownload2 .box1 .item .p1{padding-top: 20px;line-height: 30px;font-size:16px;color: #000; box-sizing: border-box;}
.indownload2 .box1 .item .p2{font-size: 14px; padding-top:10px;}
.indownload2 .box1 .item .p2>span{color: #000; font-weight: bold; }
.indownload2 .box1 .item .img{height: 300px; width: 100%; margin: 0; position: relative;}

.indownload2 .box1 .item .mask1{position: absolute; top: 0;left: 0; width: 100%; height: 100%; z-index: 12; opacity: 0;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(255,255,255,.5);
}
.indownload2 .box1 .item .img:hover .mask1{opacity: 1; }
.indownload2 .box1 .item .img:hover .mask1 .combtn1{ border:1px solid #9d1d22; background-color: #9d1d22;}
.indownload2 .box1 .item .img:hover .mask1 .combtn1>span{color: #fff;}
.indownload2 .box1 .item .img:hover .mask1 .combtn1>i{color: #fff;}
.indownload2 .box1 .item:hover .p1{padding-left: 20px; color: #9d1d22;}


.indownload2 .box2{padding-bottom: 50px;}
/*下载中心、经销商专区 end-----*/


/*关于觊发k8旗舰厅页-----start*/
.about{padding:160px 0 0 0; overflow: hidden;}
.about .title1{width: 100%; padding: 10px 0 0 0;}
.about .box1{font-size: 16px;line-height: 30px;}
.about .box1 .p1{padding-top: 30px; font-size: 14px; color: #000;}
.about .box1 .p3{padding-top: 50px; padding-bottom: 80px; margin: 0; width: 100%;}
.about .box1 .p3 img{width: 100%; height:auto; padding: 0; margin: 0 auto;display: block;}
.about .box1 .p3 p{text-indent: 2em; }
.about .box2{width: 1280px; }

/*品牌简介，集团介绍*/
.about .box1 .number {
	margin:100px 0 0 0;
}
.about .box1 .number ul {
	gap:80px;
}
.about .box1 .number ul li {
	padding:0 0;
}
.about .box1 .number ul li h3 {}
.about .box1 .number ul li h3 strong {
	position: relative;
	padding:0 20px 0 0;
	font-size: 58px;
	color: #9d1d22;
	letter-spacing: 0;
	font-weight: normal;
}

.about .box1 .number ul li h3 strong i {
	position:absolute;
	top:0;
	right:0;
	font-size: 28px;
	color: #1d1d1f;
	font-style: normal;
}
.about .box1.number ul li h3 span {
	font-size: 18px;
	color: #322c2b;
	padding:0 0 0 10px;
}
.about .box1 .number ul li p {
	font-size:14px;
	color: #333;
	padding-top: 5px;
	text-align: center;
}

.about .box2 .p3 .jiexiao{margin-top: 0; padding-top: 0; width: 100%; height: auto;}
.about .box2 .p3 .jiexiao .img1{ margin-top: 60px; padding: 0 0 0 100px; position: relative;}
.about .box2 .p3 .jiexiao .img1 img{width: auto; height: 220px;}
.about .box2 .p3 .jiexiao .img1.jxline::before{width: 65px; height: 1px; background-color: #000; content: ""; position: absolute; left: 0; top: 50px;}
.about .box2 .p3 .jiexiao .h1{font-size: 18px; font-weight: bold; line-height:40px; margin-top: 40px; padding: 0 0 0 100px; position: relative;}
.about .box2 .p3 .jiexiao .h1.jxline::before{width: 65px; height: 1px; background-color: #000; content: ""; position: absolute; left: 0; top: 50%;}
.about .box2 .p3 .jiexiao .p1{ font-size: 14px; line-height: 35px; padding: 0 0 0 100px; position: relative; }

/*发展历程*/
.about .box3{padding-top: 60px; width: 100%}
.about .box3-1{width: 100%;}
.about .box3-1 .swiper-container{z-index: 10;}
.about .box3-1 .swiper-slide{height:auto; padding:30px 10px 30px 30px; background-color: #f3f5f8;}
.about .box3-1 .swiper-slide .img{width: 100%; height:400px; overflow-x: hidden; overflow-y: auto; position: relative; font-size: 14px; line-height: 20px; padding-right: 20px;}
.about .box3-1 .swiper-slide .img::-webkit-scrollbar-track{background: #f3f5f8;border-radius:2px;}
.about .box3-1 .swiper-slide .img::-webkit-scrollbar-thumb{background: #ccc;border-radius:10px;}
.about .box3-1 .swiper-slide .img::-webkit-scrollbar-thumb:hover{background: #ccc;}
.about .box3-1 .swiper-slide .img::-webkit-scrollbar-corner{background: #ccc;}

.about .box3-1 .swiper-slide .img p{margin: 10px 0;}
.about .box3-1 .con{ height:auto; padding: 0 10px 10px 10px; background-color: rgba(255,255,255,1); margin-top: 20px; margin-right: 20px; min-height:85px; }
.about .box3-1 .con .h1{line-height:30px; width: 100%; font-size: 26px; font-weight: bold; color: #000; padding: 10px 0 0 0; color: #9d1d22;}
.about .box3-1 .con .p1{line-height: 30px; margin-top: 5px; font-size: 16px; font-family:'yingwen', 'Arial', 'Sans-Serif'; color: #666; }

.about .box3-2{width: 100%; height: 100px;}

.about .box3-2 .prev-btn{width: 40px; height:40px; border: 1px solid rgba(0,0,0,1); border-radius: 50%; cursor: pointer; opacity: .7; z-index: 20; margin: 0 50px; }
.about .box3-2 .prev-btn .p2{width: 20px;height: 20px; margin-left: 10px; border-top: 2px solid #000; border-left: 2px solid #000; transform: rotate(-45deg); position: relative;}
.about .box3-2 .prev-btn:hover{opacity: 1; border-color:#9d1d22;}
.about .box3-2 .prev-btn:hover .p2{border-top: 2px solid #9d1d22; border-left: 2px solid #9d1d22;}
.about .box3-2 .next-btn{width: 40px; height:40px; border: 1px solid rgba(0,0,0,1); border-radius: 50%; cursor: pointer;opacity: .7; margin-left: 30px; z-index: 20; margin: 0 50px; }
.about .box3-2 .next-btn .p2{width: 20px;height: 20px; margin-right: 10px; border-top: 2px solid #000; border-right: 2px solid #000; transform: rotate(45deg); position: relative;}
.about .box3-2 .next-btn:hover{opacity: 1;border-color:#9d1d22;}
.about .box3-2 .next-btn:hover .p2{border-top: 2px solid #9d1d22; border-right: 2px solid #9d1d22;}




/*品牌荣誉*/
.about .part3 {
	padding: 30px 0 100px 0;
	width: 100%;
	position: relative;
}
.about .part3 .img1{ margin-top: 60px; padding: 0 0 0 100px; position: relative;}
.about .part3 .img1 img{width: auto; height: auto;}
.about .part3 .img1.ryline::before{width: 65px; height: 1px; background-color: #000; content: ""; position: absolute; left: 0; top: 50px;}


.ryzhengshu{ margin-top: 10px;}
.ryzhengshu #bigProimg{ width: 600px; height: 600px;}
.ryzhengshu #bigProimg .swiper-slide{height: 600px; border: 0px;}
.ryzhengshu #bigProimg .swiper-slide img{max-width: 100%; max-height: 100%; width: auto; height: auto;}
.ryzhengshu .small-items{margin-top: 20px; padding: 0 10% 0 10%;}
.ryzhengshu .small-items .item-prev,.ryzhengshu .small-items .item-next{font-size: 35px; line-height: 40px; width: 40px; height: 40px;  border-radius: 50%; border: 1px solid #000; flex-shrink: 0; text-align: center; cursor: pointer; outline: none;}
.ryzhengshu .small-items .item-prev i,.ryzhengshu .small-items .item-next i{padding: 0; margin: 0; line-height: 40px;}
.ryzhengshu .small-items .item-prev{margin-right: 20px; padding-right: 5px;}
.ryzhengshu .small-items .item-next{margin-left: 20px; padding-left: 5px;}
.about #proThumbs{flex-grow: 1; opacity: 0;}
.ryzhengshu .small-items .item-prev:hover,.ryzhengshu .small-items .item-next:hover{border-color: #9d1d22; color: #9d1d22;}

/*联系觊发k8旗舰厅*/
.about .part4 {
	margin-top: 50px;
	width: 100%;
	position: relative;
}
.about .box1 .p2{padding:30px 0 80px 0;}

/*关于觊发k8旗舰厅页 -----end*/

/*网站地图-----start*/
.my-five-bg{background-color:#f0f0f2; border-top:1px solid #e2e2e2; font-size: 16px;}

.my-sitemap{background-color:#fff; margin-top: 16px;}
.my-sitemap-top{ height:80px; border-bottom: 1px solid #D4D2D2;}
.my-sitemap-top img{ height:50px; width: auto; padding-left:15px;}
.my-sitemap .tit{ font-size:18px; font-weight: bold;}
.my-sitemap .con{border: 1px solid #D4D2D2; box-sizing: border-box; padding: 15px; margin-bottom: 30px;}
.my-sitemap .con ul{margin-bottom:15px; border-bottom: 1px #eee solid;}
.my-sitemap .con li{ width: 25%; box-sizing: border-box; padding:3px 20px 3px 0; text-align: left;}

.my-sitemap .con1 li{width:12.5%;}
.my-sitemap .con2 li{width: 10%;}

.my-sitemap .con10{border: 1px solid #D4D2D2; box-sizing: border-box; padding: 15px; margin-bottom: 30px;}
.my-sitemap .con10 ul{margin-bottom:15px;}
.my-sitemap .con10 li{margin-top: 10px;}
.my-sitemap .con10 li .con2-1{flex-shrink: 0; min-width: 180px;}
.my-sitemap .con10 li .con2-2{flex-grow: 1; border-left: 1px solid #ccc; padding-left: 20px;}
.my-sitemap .con10 li .con2-2 a{ margin: 0 8px 10px 8px; color: #868787; word-break: break-all;}
.my-sitemap .con10 li .con2-2 a:hover{color: #000;}
.my-sitemap .con10 li.tit{width: 100%; font-size: 16px; font-weight: bold; border-top:1px solid #eee; margin-top: 15px; padding-top: 15px;}
.my-sitemap .con10 li:first-child.tit{border:0; margin-top: 0;padding-top: 0;}
.my-sitemap-foot{ text-align:center; line-height: 25px; font-size: 12px; padding-bottom: 20px;}
.my-sitemap-foot a,.my-sitemap-foot span{margin: 0 5px;}
.foot-address-box .ipv6{padding: 0 5px; border-radius: 50px; font-size: 12px; line-height: 20px; overflow: hidden; border: 1px solid rgba(102, 102, 102, 1); margin-left: 0px;transform: scale(.8); display: inline-block; margin-right: 4px; position: relative; z-index: 10;}
.foot-address-box span{color: #666;}
/*网站地图 end--------*/


/*门店地图页面-------start*/
.yunmap{padding-left: 0; padding-right: 0; padding-top: 80px; height: 100vh; overflow:hidden; box-sizing: border-box; }
.yunmap .sidebar {
	width: 320px;
	height: 100%;
	background: #f8f7f7;
	padding:10px 0 20px 15px;
	overflow-y: auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	gap: 20px;

}

.yunmap .sidebar .search{width:100%; padding-right: 15px;}
.yunmap .sidebar .search .ind {
	width: 48%;
	height: 40px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 14px;
	line-height: 1;
	color: #000;
	background: #ffffff url("/images/xiala-bg.png") no-repeat right center;
	box-sizing: border-box;
}
.yunmap .sidebar .search .ind option{color: #000;}




.yunmap .store-list {
	flex: 1;
	overflow-y: auto;

}

.yunmap .store-list h2 {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	margin-right: 15px;
}

.yunmap .list{overflow-y: auto; overflow-x: hidden; padding-right: 15px;}

.yunmap .list .vo{width: 100%; border-radius: 10px; overflow: hidden; position: relative; margin-bottom: 15px; z-index: 13; padding: 15px 10px 15px 10px; background-color: #eee;}
.yunmap .list .vo .img{width: 90px; height: 90px; border-radius: 50%; overflow: hidden; z-index: 14; flex-shrink: 0; margin-right: 15px;background-color: #ccc;}
.yunmap .list .vo .con{flex-grow: 1;}
.yunmap .list .vo .h1{line-height: 30px; font-size:17px; font-weight: bold; color: #000;}
.yunmap .list .vo .p2{width: 100%; margin-top:2px; font-size: 12px; line-height: 20px; }
.yunmap .list .vo .p2>img{flex-shrink: 0; width: 16px; height: 16px; margin-right: 10px;}
.yunmap .list .vo .p2>span.p2-1{margin-right: 5px;}
.yunmap .list .vo .p2>span>span{color: #000;}
.yunmap .list .vo .p2>span.p2-2{font-size: 10px; color: #fff; background-color: #e60012; padding:0 5px; border-radius: 5px;}
.yunmap .list .vo:hover .img{transform:scale(1.1);}

.yunmap .list .item{padding: 10px 10px 5px 10px; margin-bottom: 15px; width: 100%; background-color: #eee; border-radius: 5px; overflow: hidden; position: relative;}
.yunmap .list .item .item-1{}
.yunmap .list .item .item-1 .left{margin-right: 10px; flex-shrink: 0;}
.yunmap .list .item .item-1 .left .img{width:100px; height: 75px; overflow: hidden;border-radius: 8px;}
.yunmap .list .item .item-1 .right{flex-grow: 1;}
.yunmap .list .item .item-1 .right .h{font-size: 15px; line-height:20px; font-weight: bold; width: 100%; color: #000; text-align: left;}
.yunmap .list .item .item-1 .right .hxp1{width: 100%; margin-top: 5px;}
.yunmap .list .item .item-1 .right .hxp1 .hxp1-1{width: 100%;}
.yunmap .list .item .item-1 .right .hxp1 .hxp1-1>div{flex-grow: 1; line-height: 16px; font-size: 12px; color: #969697; text-align: left;}
.yunmap .list .item .item-1 .right .hxp2{width: 100%;line-height:20px; font-size: 12px; color: #969697;}
/*.yunmap .list .item .item-1 .right .hxp2>span{line-height:20px; font-size: 12px; color: #000; margin-right: 15px;}*/
.yunmap .list .item .item-2{width: 100%; padding: 5px 0 0 0;}
.yunmap .list .item .item-2 .item-2-1{font-size:14px; line-height: 20px; width:100%; text-align: left;}
.yunmap .list .item .item-2 .item-2-2{ width: 100%; margin-top: 5px; overflow: hidden;}
.yunmap .list .item .item-2 .item-2-2>div{border-radius: 3px; background-color: #fff; font-size: 12px; line-height: 20px; text-align: center; padding: 0 5px; color: #000; margin: 0 5px 5px 0;}
.yunmap .list .item1{width: 100%; margin-bottom: 15px; position: relative; z-index: 10;}
.yunmap .list .item1>.box-1{box-sizing: border-box; border: 1px solid #ccc; border-radius: 5px; width: 100%; height: 320px; color: #000; display: block; overflow: hidden; position: relative;}
.yunmap .list .item1>.box-1 .img{width: 100%; height: 200px; overflow: hidden;}
.yunmap .list .item1>.box-1 .con{width:100%; padding:10px 15px 10px 15px;}
.yunmap .list .item1>.box-1 .p1>img{width: 15px; height: 15px; margin-right: 5px;}
.yunmap .list .item1>.box-1 .p1>span{font-size: 12px; color: #666;}
.yunmap .list .item1>.box-1 .h1{line-height: 26px; font-size:16px; margin-top:3px;}
.yunmap .list .item1>.box-1 .p2{width: 100%; margin-top:10px;}
.yunmap .list .item1>.box-1 .p2>span{font-size: 12px; margin-right: 10px; color: #000;}
.yunmap .list .item1>.box-1 .p2>span.p2-2{font-size: 12px; margin-right: 10px; color: #000; background-color: #eee; padding:0 5px; border-radius: 5px; }
.yunmap .list .item1>.box-1 .mask1{width: 100%; height: 100%; position: absolute; bottom: -600px; left:0; background-color: rgba(0, 0, 0, .8); padding-top: 10px;}
.yunmap .list .item1>.box-1 .mask1>img{width: 100px; height: 100px; border-radius: 5px; overflow: hidden;}
.yunmap .list .item1>.box-1 .mask1>p{width: 100%; text-align: center; font-size: 14px; color: #fff; margin-top: 10px;}

.yunmap .list .item1.on .box-1{width: 100%; height:200px; overflow: hidden; position: relative; color: #fff;}
.yunmap .list .item1.on .box-1 .img{height:100%;}
.yunmap .list .item1.on .box-1 .con{position: absolute; left: 0; bottom: 0; width: 100%; padding:80px 20px 10px 20px; background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent); }
.yunmap .list .item1.on .box-1 .p1>span{color: #fff;}
.yunmap .list .item1.on>.box-1 .p2>span{color: #fff;}
.yunmap .list .item1.on>.box-1 .p2>span.p2-2{background-color: #fff;color: #000; }
.yunmap .list .item1:hover .img img{transform:scale(1.1);}
.yunmap .list .item1:hover .box-1{box-shadow: 0px 0px 10px 0 #999;}
.yunmap .list .item1:hover>.box-1 .mask1{bottom: 0px;}

.yunmap .map-container {
	flex: 1;
	position: relative;
	height:100%;
}
#map {
	width: 100%;
	height: 100%;
}
/*门店地图页面-------end*/

/*门店展示页-----------start*/
.in-storeview{padding-top:80px; margin-top: 0;}
.in-storeview .newview-tit .p2{font-size: 16px; line-height: 20px;}

.in-storeview .jzqr{ margin-left: 15%; padding:30px; background-color: #f3f5f8; border-bottom: 2px solid #fff;}
.in-storeview .jzqr img{width: 80%; height: auto;}
.in-storeview .jzqr p{margin-top: 5px;font-size: 12px; text-align: center;}

/*门店展示页-----------end*/







@media (max-width: 320px) {
}

/* @media ( max-width : 992px){
	.container{max-width: unset; min-width: unset; width: 95%;}

} */


/* col-lg */
@media ( min-width : 1200px) {
	.my-navbar .rightcon>div>span{ font-size: 12px; top:-3px; }
}


@media (max-width: 1400px) {
}
@media ( min-width : 1400px) {
}
@media ( min-width : 1500px) {
	.container{width: 1500px;}
	.join .container{width: 1500px;}
	.my-navbar .rightcon>div{ margin: 0 0 0 30px;}
	.my-navbar .rightcon>div>a{font-size: 18px; }

	
}

@media ( min-width : 1600px) {
	/*.brandlogo #brandSwiper .swiper-slide img{width:135px; margin:0 10px;}*/

}
@media ( min-width : 1700px) {
	.container{width: 1680px;}
	/*.brandlogo #brandSwiper .swiper-slide img{display: inline-block; cursor: pointer; width:150px; margin:0 10px;}*/
}









