/* 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 {
	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: 16px;}
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; */
	color: #333;
	line-height:1.8;
}
body.first{overflow: hidden;}
::-webkit-scrollbar{ width:10px;}
::-webkit-scrollbar-track{background: #999;border-radius:2px;}
::-webkit-scrollbar-thumb{background: #3b5bd2;border-radius:10px;}
::-webkit-scrollbar-thumb:hover{background: #3b5bd2;}
::-webkit-scrollbar-corner{background: #3b5bd2;}

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:#293652; 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('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{max-width: 1680px;}
/*.index_title1{ position: relative;}*/
/*.index_title1 h2{ font-size: 30px; font-weight: bold; padding-bottom: 0; text-align: left;}*/
/*.index_title1 p{ font-size: 14px; color: #999; text-align: left;}*/
/*.index_title1 a.more{ color: #666666; position: absolute; right:0; top: 10px; max-width: 200px; transition: 0.3s; font-size:16px; z-index: 2; height:40px;}*/
/*.index_title1 a.more:before{content: ''; position:absolute; display: block; width:65px; height: 100%; transition: 0.3s; z-index: 1;border-bottom: solid 1px #ccc;}*/
/*.index_title1 a.more:hover:before{width: 100%; border-bottom-color: #000; border-bottom-width: 2px;}*/
/*.index_title1 a.more:hover{color: #000;}*/
/*.index_title1 a.more i{font-size: 18px;}*/
/*.index_title1a h2{color: #fff;}*/
/*.index_title1a p{color: #ccc;}*/
/*.index_title1a a.more,.index_title1a a.more:hover{ color: #fff;}*/
/*.index_title1a a.more:hover:before{border-bottom-color: #fff;}*/
/*.index_title1b h2{text-align: center;}*/
/*.index_title1b p{text-align: center;}*/

.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;}
/*.my-daohang::before{content: ""; width:25px; height: 25px; top:10px; left: 15px; display: block; position: absolute; background: url(/images/jixiangwu.png) no-repeat left center; background-size: 25px 25px;}*/

/*图片放大全屏浏览*/
.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 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-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------------*/

/*大标题样式1*/
.comtit1{width:100%;}
.comtit1 .h1{text-align: center; font-weight: bold; padding-bottom: 40px; position: relative; z-index: 11;}
.comtit1 .h1::before{position: absolute; z-index: 12; top: 60px; left: 50%; content: ''; width:88px; height: 8px; transform:translateX(-50%); background-color: #000; }

/*大标题样式2*/
.comtit2{width:200px;}
.comtit2a{width: 100%;}
.comtit2 .h1{text-align:left; font-weight: bold; padding-bottom: 20px; position: relative; z-index: 11; font-size: 20px}
.comtit2 .h1::before{position: absolute; z-index: 12; bottom: 7px; left:0; content: ''; width:40px; height: 4px; background-color: #000; }

/*大标题样式3*/
.comtit3{width:100%;}
.comtit3a{width: 100%;}
.comtit3 .h1{text-align:left; font-weight: bold; padding-bottom: 20px; position: relative; z-index: 11; font-size: 20px}
.comtit3 .h1::before{position: absolute; z-index: 12; bottom: 7px; left:0; content: ''; width:40px; height: 4px; background-color: #000; }

.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;}
/*--------公共样式 end*/

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

.my-navbar .rightcon{flex-grow: 1; position:relative; padding: 45px 5px 5px 0; box-sizing: border-box; height: 90px;}
.my-navbar .rightcon>div{ box-sizing:border-box;padding:0 5px 0 5px; float: left; position: relative;text-align: center;height:40px;z-index: 210; width: auto; margin: 0 0 0 20px;}
.my-navbar .rightcon>div>a{display:block; overflow: visible;line-height:40px; box-sizing: border-box; height: 40px; border-bottom: 2px solid transparent; padding: 0 5px; font-size: 16px; }
.my-navbar .rightcon>div>a:hover{background-color: #f1f1f1;}
.my-navbar .rightcon>div>a.active{  border-bottom: 2px solid #000; color: #000; font-weight: bold;}
.my-navbar .rightcon>div>a.active:hover{background-color: transparent;}
.my-navbar .rightcon>div>span{ font-size: 10px; color:#e60012; top:0px; left:87%; position: absolute; font-weight: bold; }



.my-navbar .rightcon .p1{position: absolute; z-index: 210;right: 5px; top: 0; width: auto;}
.my-navbar .rightcon .p1-1{margin-left: 20px; cursor: pointer; padding: 0; border: 0; }
.my-navbar .rightcon .p1-1 img{width: 15px; height: 15px; margin-top: -2px; margin-right:5px; flex-shrink: 0;}
.my-navbar .rightcon .p1-1 span{font-size: 14px; padding: 0; margin:0;}
.my-navbar .rightcon>div.p1 a:hover{background-color: unset; border-radius: unset;}

.my-navbar .rightcon .p1-1 span.span1{color:#e60012;}


/*扫码进驻窗口*/
.actWin{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index:2000; background-color: rgba(0, 0, 0, 0.7); display: none;}
.actWinMain{width: 100%; height: 100%; position: relative;}
.actWinMain .close-btn{width:40px; height: 40px; cursor: pointer; }
.actWinMain .close-btn>i{font-size: 40px; line-height: 40px; overflow: hidden;color: #fff;}
.actWinMain .box1{width: 350px; height:400px; padding: 50px; background-color: rgba(255, 255, 255, 1); border-radius: 10px;overflow: hidden; margin-top: 30px;
}
.actWinMain .box1>img{width: 100%; height: auto;}
.actWinMain .box1>.p1{font-size: 16px; margin-top: 20px;}

/*通用页头1---------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: #3b5bd2; 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: #3b5bd2; 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; }

/*----------右下角客服*/


/*首页----start*/
.index-part0{padding: 0; background: url("../images/banner1.jpg") no-repeat center center; background-size: cover; height: 100vh;}
.index-part0 .container{margin: 0 auto;}
.index-part0 .box1{ color: #fff; padding-bottom: 5px; text-align: center;}
.index-part0 .box1 a{margin: 0 10px;}
.index-part0 .box1 a,.index-part0 .box1 a:hover{color: #fff;}
.index-part0 .box1 .ipv6{padding: 0 5px; border-radius: 50px; font-size: 12px; line-height: 20px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 1); margin-left: 5px;transform: scale(.8); display: inline-block; margin-right: 4px; position: relative; z-index: 10;}
/*.foot-address-box span{color: #666;}*/

/*第一栏内容：广告，登录、用户信息区域*/
.index-part1{padding: 120px 0 10px 0; background-color: rgba(238,244,250,.5);}
.index-part1 .container{ padding: 15px 0 10px 0;}
.index-part1 .box1{height: 400px; overflow: hidden; position: relative; z-index: 10;}
.adSwiper .fenshi{position: absolute; right: 20px; bottom: 10px; font-size:14px; color:#fff; z-index: 20; }
.adSwiper .fenshi>span{font-size:20px;}
.adSwiper .swiper-slide{width: 100%; height: 400px;border-radius:10px;overflow: hidden;}
.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:12px; height: 12px; background-color:rgba(255,255,255,.5); display:inline-block; position: relative; border-radius:50%; margin: 0 8px; cursor: pointer;}
.ad-bullet-active{ background-color:rgba(0,0,0,1);transform: scale(1.2);}

.index-part1 .box2{height: 400px; border-radius:10px; overflow: hidden; position: relative; z-index: 10; background-color: #eee;}
.index-part1 .box2 .p1{width: 100%; background-color:#e60012; padding: 15px 30px;line-height: 30px; font-size: 16px; text-align: center; color: #fff; border-radius: 0 0 20px 20px;}
.index-part1 .box2 .p1-1{font-weight: bold; color: #000; background-color: #fff; border-radius: 5px; padding: 2px 15px; margin-bottom: 10px;}

.index-part1 .box2 .img{margin: 15px 0 0 0; width: 60px; height: 60px; overflow: hidden; border-radius: 50%; flex-shrink: 0;}
.index-part1 .box2 .imga{margin-top: 20px;}


.index-part1 .box2 .h1{ margin-top: 5px; line-height:24px; font-weight: bold; font-size:18px; color: #000; text-align: center; width: 100%; }
.index-part1 .box2 .h1 .label{flex-shrink: 0; font-size: 12px; margin-left: 5px;margin-top: 2px; }
.index-part1 .box2 .h1 .label-danger{ background-color: #e60012; }
.index-part1 .box2 .h1 .label-primary{ background-color: #3b5bd2; }



.index-part1 .box2 .loginbtn{margin:10px; border-radius: 6px; background-color:#e60012; text-align: center; color: #fff; line-height: 40px; font-size: 16px; font-weight: bold; cursor: pointer; width: 80%; }
.index-part1 .box2 .p2{width: 100%; margin-top: 0; font-size: 14px;}
.index-part1 .box2 .p2a{margin-top: 5px}
.index-part1 .box2 .p2b{margin-top: 15px}
.index-part1 .box2 .p2>.a1{margin: 0 4px;}
.index-part1 .box2 .gjcon{border-radius: 8px; width: 100%; padding: 15px 5px 10px 5px; background-color: #e7e7e7; margin-top: 10px; position: absolute; left: 0; bottom: 0; z-index: 20;}
.index-part1 .box2 .gjcon .h2{font-size: 18px; color: #000; font-weight: bold; text-align: center;}
.index-part1 .box2 .gjcon .p3{margin-top:10px; width: 100%;}
.index-part1 .box2 .gjcon .p3>.a1{margin: 0 3px;}

.index-part1 .box2 .gjcon .p3>.a1>img{width: 30px; height: 30px;}
.index-part1 .box2 .gjcon .p3>.a1>span{ font-size: 14px;}
 



.index-part1 .box3{height: 30px; width: 100%;margin-top: 15px; border-radius:10px;}
.index-part1 .box3-1{flex-grow: 1; }
.index-part1 .box3-1>img{width: 20px; height: 20px; flex-shrink: 0; margin-right: 10px;}
.index-part1 .box3-1>.p1{flex-grow:1; font-size: 16px; }
.index-part1 .box3-2{flex-shrink: 0; padding-left: 20px; text-align: right; font-size: 16px;}
.index-part1 .box3-2>span{color: #e60012; padding: 0 5px;}


/*第二栏内容：广告语*/
.index-part2{padding: 80px 0 30px 0; background: url("../images/index-bg2.jpg") no-repeat center; background-size: cover; background-color:#fefefe; }
.index-part2 .container{}
.index-part2 .box1{width: 100%; margin-top:38px;}
.index-part2 .box1 .item{width:32%; padding: 30px; height: 360px; position: relative; background-color: #ededed; border-radius: 10px; z-index: 11; }
.index-part2 .box1 .item .icon{width: 60px; height: 60px; border-radius: 50%; background: no-repeat center; background-size: 40px 40px; background-color: #fff;}
.index-part2 .box1 .item .icon1{background-image: url("../images/newicon/moshi-icon.png");}
.index-part2 .box1 .item .icon2{background-image: url("../images/newicon/yongxin-icon.png");}
.index-part2 .box1 .item .icon3{background-image: url("../images/newicon/zhibao-icon.png");}
.index-part2 .box1 .item .h3{ color: #000; text-align: center; width: 100%; font-weight: bold; line-height: 60px; font-family: "宋体";}
.index-part2 .box1 .item .p1{font-size: 16px; line-height: 30px; color: #fff; text-align: left; height: 0; overflow: hidden;}
.index-part2 .box1 .item .p2{font-size: 18px; line-height: 40px; color: #333; text-align: left; height: 40px; overflow: hidden;}
.index-part2 .box1 .item:hover{background-color: #3b5bd2;}
.index-part2 .box1 .item:hover .h3{color:#fff;}
.index-part2 .box1 .item:hover .icon{background-color: transparent;}
.index-part2 .box1 .item:hover .icon1{background-image: url("../images/newicon/moshi-icon_hl.png");}
.index-part2 .box1 .item:hover .icon2{background-image: url("../images/newicon/yongxin-icon_hl.png");}
.index-part2 .box1 .item:hover .icon3{background-image: url("../images/newicon/zhibao-icon_hl.png");}
.index-part2 .box1 .item:hover .p1{height:150px;}
.index-part2 .box1 .item:hover .p2{height:0;}


.index-part2 .box2{width: 100%; margin-top: 30px;}
.index-part2 .box2 .banner1{width:100%; height: auto; position: relative; z-index: 10; overflow: hidden; border-radius: 10px;}
.index-part2 .box2 .banner1>img{width: 100%; height: auto; z-index: 11;}
.index-part2 .box2 .banner1>.adbtn{color: #666; position: absolute; z-index: 15; right: 30px; top: 50%; transform: translateY(-50%); }
.index-part2 .box2 .banner1>.adbtn>span{font-size: 18px; line-height: 25px; margin-right: 5px;}
.index-part2 .box2 .banner1>.adbtn>i{font-size: 25px;}


/*第三栏内容：服务项目*/
.index-part3{padding: 80px 0 30px 0; background: url("../images/index-bg3.jpg") no-repeat left center; background-size: cover;}
.index-part3 .container{}
.index-part3 .box1{width: 100%; padding-left: 12%; margin-top:10px;}
.index-part3 .box1 .item{width:18%;  margin: 30px 3% 0 3%; height: 180px; position: relative; background-color: #fff; border-radius: 10px; z-index: 11; cursor: pointer; overflow: hidden }
.index-part3 .box1 .item .icon{width: 80px; height: 80px ; border-radius: 50%; overflow: hidden;}
.index-part3 .box1 .item .h3{ color: #000; text-align: center; width: 100%; line-height: 40px; font-size: 18px;}
.index-part3 .box1 .item .p1{position: absolute; z-index: 12; bottom: -500px; left: 0; width: 100%; height: 100%; overflow: hidden;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	background: #0006;
}
.index-part3 .box1 .item .p1 .p1btn{font-size: 16px; line-height: 40px;color: #fff; text-align: center; border-radius: 5px; background-color: #3b5bd2; padding: 0 30px;}
.index-part3 .box1 .item:hover .p1{bottom: 0;}

/*第四栏内容：派单广场-*/
.index-part4{padding: 80px 0 30px 0; background-color: #fff;}
.index-part4 .container{margin-top: 38px;}
.index-part4 .box1{background-color: #999; border-radius: 10px;overflow: hidden; height: 400px;}
.index-part4 .box2{background-color: #f1f1f1; border: 1px solid #ccc; border-radius: 10px;overflow: hidden; height: 400px; padding: 20px 30px;}
.index-part4 .box2 .con{width: 100%; height: 100%; overflow: hidden;}
.index-part4 .box2 .p1{width: 100%; height: 40px; font-size: 16px; line-height: 40px;}
.index-part4 .box2 .p1>div{flex-shrink: 0; padding-right: 20px}
.index-part4 .box2 .p1>div.p1-1{width: 25%;}
.index-part4 .box2 .p1>div.p1-2{width: 25%;}
.index-part4 .box2 .p1>div.p1-3{width: 30%;}
.index-part4 .box2 .p1>div.p1-4{width: 20%; text-align: right;}

/*第五栏内容：围观工地，匠心大师，交付中心,合作伙伴*/
.index-part5{padding: 80px 0 30px 0; background: url("../images/index-bg5.jpg") no-repeat left center; background-size: cover;}
.index-part5 .nav{width: 100%;}
.index-part5 .nav .h1{text-align: center; font-weight: bold; padding-bottom: 30px; position: relative; z-index: 11; font-size: 30px; padding: 0; margin:0 50px; height: 70px; cursor: pointer;}
.index-part5 .nav .h1.on::before{position: absolute; z-index: 12; top: 60px; left: 50%; content: ''; width:100%; height: 4px; transform:translateX(-50%); background-color: #3b5bd2; color: #3b5bd2; }

.index-part5 .box1{width: 100%; height:550px; position: relative; z-index: 12; overflow: hidden; margin-top:35px; }
.index-part5 .box1 .item{position:absolute; z-index: 13; width: 100%; height: 100%; overflow: hidden; transition: all 0.5s ease; opacity: 0;transform: translateX(100%); }
.index-part5 .box1 .item.on{opacity: 1;transform: translateX(0);}
.index-part5 .box1 .item.leaving{transform: translateX(-100%);opacity: 0;}
.index-part5 .box1 .item .vo{width: 23%; height: 250px; border-radius: 10px; overflow: hidden; position: relative; margin: 10px 1%;}
.index-part5 .box1 .item:nth-child(1) .vo{background-color: #fff;}

.index-part5 .box1 .gongdi .vo{position: relative; z-index: 13;}
.index-part5 .box1 .gongdi .vo .img{width: 100%; height: 100%;overflow: hidden; z-index: 14;}
.index-part5 .box1 .gongdi .vo .con{z-index: 15; position: absolute; left: 0; bottom: 0; width: 100%; padding:80px 20px 10px 20px; background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);}
.index-part5 .box1 .gongdi .vo .p1>img{width: 15px; height: 15px; margin-right: 5px;}
.index-part5 .box1 .gongdi .vo .p1>span{font-size: 12px; color: #fff;}
.index-part5 .box1 .gongdi .vo .h1{line-height: 26px; font-size:16px; color: #fff; margin-top: 0px;}
.index-part5 .box1 .gongdi .vo .p2{width: 100%; margin-top:5px;}
.index-part5 .box1 .gongdi .vo .p2>img{width: 15px; height: 15px; margin-right: 5px;}
.index-part5 .box1 .gongdi .vo .p2>span{font-size: 12px; margin-right: 10px; color: #fff;}
.index-part5 .box1 .gongdi .vo .p2>span.p2-2{font-size: 12px; margin-right: 10px; color: #000; background-color: #fff; padding:0 5px; border-radius: 5px; }
.index-part5 .box1 .gongdi .vo .mask1{width: 100%; height: 100%; position: absolute;bottom:-600px; left:0; background-color: rgba(0, 0, 0, .8);z-index:20;}
.index-part5 .box1 .gongdi .vo .mask1>img{width: 120px; height: 120px; border-radius: 5px; overflow: hidden; position: relative; z-index: 22;}
.index-part5 .box1 .gongdi .vo .mask1>p{width: 100%; text-align: center; font-size: 12px; color: #fff; margin-top: 10px; margin-bottom: 0; padding: 0;}
.index-part5 .box1 .gongdi .vo:hover .img img{transform:scale(1.1);}
.index-part5 .box1 .gongdi .vo:hover{box-shadow: 0px 0px 10px 0 #999;}
.index-part5 .box1 .gongdi .vo:hover .mask1{bottom:0;}





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

.index-part5 .containerb{padding: 0 30px;}
.homeZhaoshang-2{padding: 10px 0; width: 100%; overflow: hidden; margin-top: 20px; background-color: #eee; border-radius: 10px;}
.homeZhaoshang-2 .tit{text-align: center; font-size: 30px; line-height: 40px; font-weight: bold; color: #000; padding:0 20px; flex-shrink: 0; width: 120px;}
.brandlogo{ padding:0; box-sizing: border-box; flex-grow: 1;}
.brandlogo .item-prev,.brandlogo .item-next{width:60px; flex-shrink: 0; text-align: center; font-size: 50px; cursor: pointer; color: #ccc;outline: none; user-select: none; }
.brandlogo .item-prev:hover,.brandlogo .item-next:hover{color: #000;}
.brandlogo .brandSwiper{width: 100%; text-align: center;}
.brandlogo .brandSwiper .swiper-slide{width: 100% !important; text-align: left;}
.brandlogo .brandSwiper .swiper-slide img{display: inline-block; cursor: pointer; width:11.5%; margin:0 .3%;}

/*第六栏内容：快橘热点-----------*/
.index-part6{padding: 80px 0 30px 0; background-color: #eee;}
.homeNews{margin-top:30px; padding:0  5px; width: 100%;}
.homeNews .item{padding: 10px; overflow: hidden; width: 25%; position: relative; z-index: 10; }
.homeNews .item>.box-1{box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px; width: 100%; height: 320px; color: #000; display: block; overflow: hidden; position: relative; background-color: #fff;}
.homeNews .item>.box-1 .img{width: 100%; height: 200px; overflow: hidden;}
.homeNews .item>.box-1 .con{width:100%; padding:10px 15px 10px 15px; }
.homeNews .item>.box-1 .p1{margin-top: 5px;}
.homeNews .item>.box-1 .p1>img{width: 15px; height: 15px; margin-right: 5px;}
.homeNews .item>.box-1 .p1>span{font-size: 12px; color: #666;}
.homeNews .item>.box-1 .h1{line-height: 26px; font-size:16px; margin-top: 5px}
.homeNews .item>.box-1 .p2{position: absolute; left: 0; bottom: 0; width: 100%; padding:10px 20px 5px 20px;}
.homeNews .item>.box-1 .p2>img{width: 15px; height: 15px; margin-right: 5px;}
.homeNews .item>.box-1 .p2>span{font-size: 12px; margin-right: 10px;}
.homeNews .item>.box-1 .p2>div{border-radius: 50px; padding: 0 10px; font-size: 12px; color: #000; background-color: #fcc800; line-height: 20px;}
.homeNews .item>.box-1 .p2a{padding-left:15px;}
.homeNews .item>.box-1 .p2a>img{margin-right: 0px;}

.homeNews .item.on{width: 50%;}
.homeNews .item.on .box-1{width: 100%; height:320px; overflow: hidden; position: relative; color: #fff;}
.homeNews .item.on .box-1 .img{height:100%;}
.homeNews .item.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); }
.homeNews .item.on .box-1 .p1>span{color: #fff;}
.homeNews .item.on .box-1 .p2{position:unset; left:unset; bottom:unset; padding:0; margin-top: 10px;}
.homeNews .item:hover .img img{transform:scale(1.1);}
.homeNews .item:hover .box-1{box-shadow: 0px 0px 10px 0 #999;}


/*第七栏内容：数字广告----------*/
.index-part7{padding: 80px 0 30px 0; background-color: #fff;}
.index-part7 .h1{width: 100%;  line-height: 60rpx;}
.index-part7 .h1 .h1-1{color: #999; font-weight: bold; font-size: 30px; width:120px; }
.index-part7 .h1 .h1-2{color: #000; font-weight: bold; font-size: 36px; width: 200px; text-align: left;}
.index-part7 .box1{width: 100%; padding-top: 50px;}
.index-part7 .box1 .vo{width:25%;}
.index-part7 .box1 .vo img{width: 25px; height: 25px; flex-shrink: 0;}
.index-part7 .box1 .vo span{font-size: 18px; margin-left: 10px;}
/*首页----end*/

/*铺贴学院页面 background: url(/images/download-bg.jpg) no-repeat left center; background-size: cover;*/
.inschool{height: 100vh; padding:70px 0 0 0;  overflow: hidden; position: relative; z-index: 10; display: block;}
/*二维码*/
.inschool .box2{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index:100; background-color: rgba(0, 0, 0, 0.5);}
.inschool .box2 .main{width: 100%; height: 100%; position: relative;}
.inschool .box2 .main .box1{width: 350px; height:400px; padding: 50px; background-color: rgba(255, 255, 255, 1); border-radius: 10px;overflow: hidden; margin-top: 30px;
}
.inschool .box2 .main .box1>img{width: 100%; height: auto;}
.inschool .box2 .main .box1>.p1{font-size: 16px; margin-top: 20px;}
.inschool #background_video{width: 100%; height: 100%;}



/*关于我们内页*/
.mation-part1{padding: 120px 0 10px 0;}
.mation-part1 .container{ padding: 0 15px;}
.mation-part1 .box1{ border-radius:10px; overflow: hidden; position: relative; z-index: 10; background-color: #ccc; }
.mation-part1 .adSwiper .swiper-slide{width: 100%; height: 450px;}
.mation-part1 .adimg{width: 100%;}
.mation-part1 .adimg .slide-img{width: 100%;height: 450px;}

.mation-part2{margin-top: 40px; z-index: 10; position: relative;}
.mation-part2 .leftcon{min-height: 400px; }
.mation-part2 .leftcon .box1{width: 100%; display: block; border-right: 1px solid #ececec;}
.mation-part2 .leftcon .box1 .item{width: 100%; font-size: 18px; margin-bottom:20px; cursor: pointer; display: block; }
.mation-part2 .leftcon .box1 .item.on{color:#000; font-weight: bold;}


.mation-part2 .leftcon .box1.fixed{position: fixed;z-index: 15; top: 120px;}

.mation-part2 .middlecon{padding-left: 60px; padding-right: 60px;}
.mation-part2 .middlecon1{min-height: 800px;}


.mation-part2 .middlecon .item{width: 100%; height:auto; padding-bottom: 100px; }
.mation-part2 .middlecon .item .con1{font-size:18px; line-height: 40px; text-align:justify; margin-top: 10px;}
.mation-part2 .middlecon .item .con1 img{max-width: 100%;}
.mation-part2 .middlecon .item .con2{margin-top: 30px; width: 100%; position: relative;}

.mation-part2 .middlecon .item .con3{margin-top: 20px;}
.mation-part2 .middlecon .item .con3 .img1{width: 19%; height: auto; margin-right: 1%; margin-bottom: 15px; overflow: hidden; border-radius: 5px; cursor: pointer; display:block;}
.mation-part2 .middlecon .item .con3 .img1>img{width: 100%; height: auto;}

.mation-part2 .middlecon .item .con4{margin-top: 20px;}
.mation-part2 .middlecon .item .con4 .con4-1{ width: 100%;}
.mation-part2 .con4-1 .item{width:auto; padding: 0 1%; margin:0 2% 15px 2%; cursor: pointer;}
.mation-part2 .con4-1 .item	.img{width: 60px; height: 60px; border-radius: 50%; overflow: hidden;}
.mation-part2 .con4-1 .item	.img img{width: 40px; height: 40px; margin: 0; padding: 0;}
.mation-part2 .con4-1 .item	.img.img0{background-color: #f8982b;}
.mation-part2 .con4-1 .item	.img.img1{background-color: #b465fd;}
.mation-part2 .con4-1 .item	.img.img2{background-color: #4ba0fc;}
.mation-part2 .con4-1 .item	.img.img3{background-color: #4cca66;}
.mation-part2 .con4-1 .item	.img.img4{background-color: #fd7090;}
.mation-part2 .con4-1 .item	.img.img5{background-color: #f8735e;}
.mation-part2 .con4-1 .item	.txt{margin-top: 5px; font-size: 14px; text-align: center; color: #000; line-height: 30px; }
.mation-part2 .con4-1 .item:hover .txt{color: #3b5bd2;}

.mation-part2 .middlecon .item .con4 .con4-2{width: 100%; padding: 0 0 50rpx 0; margin-top: 20rpx;}
.mation-part2 .middlecon .item .con4 .con4-2 .item{margin-top:10px; width: 100%; padding: 10px 0; border-bottom: 1px solid #eee; cursor: pointer;}
.mation-part2 .middlecon .item .con4 .con4-2 .item .txt{flex-grow: 1; line-height: 30px; font-size: 16px;}
.mation-part2 .middlecon .item .con4 .con4-2 .item:hover .txt{color: #3b5bd2;}
.mation-part2 .middlecon .item .con4 .con4-2 .item  img{flex-shrink: 0; width: 20px; height: 20px; opacity: .3; margin-left: 30px;}

.mation-part2 .middlecon .item .con5{width: 100%;border: 1px solid #9e9d9f;background-color: #f9f7f7;padding: 50px 90px;}
.mation-part2 .middlecon .item .con5 .h1{font-size: 16px; line-height: 40px; margin-bottom: 5px;}
.mation-part2 .middlecon .item .con5 .h1>i{font-size: 20px; margin-right: 10px;}
.mation-part2 .middlecon .item .con5 form {
	width: 100%;
	display: block;
}
.mation-part2 .middlecon .item .con5 form .ind {
	width: 100%;
	height: 50px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	background-color: #eee !important;
	margin-bottom: 20px;
}
.mation-part2 .middlecon .item .con5 form div .ind {
	width: 49%;
}
.mation-part2 .middlecon .item .con5 form textarea.ind {
	padding: 10px 15px;
	height: 110px;
}
.mation-part2 .middlecon .item .con5 form div .ind1 {
	width:100%;
}
.mation-part2 .middlecon .item .con5 form div .ind2 {
	padding-right: 50px;
	background: url("/images/xiala-bg.jpg") no-repeat right center;
	color: #999;
}
.mation-part2 .middlecon .item .con5 form div .ind2 option{color: #000;}
.mation-part2 .middlecon .item .con5 form .sub {
	width: 220px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 50px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
}
.mation-part2 .middlecon .item .con5 form .sub:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
}

.mation-part2 .rightcon{padding: 0;}
.mation-part2 .rightcon .box1{width: 100%; padding: 0; margin: 0;}
.mation-part2 .rightcon .box1.fixed{position: fixed;z-index: 15; top: 120px;}

.mation-part2 .rightcon .box1-1{width: 100%;border-radius: 10px;overflow: hidden;position: relative;height: 400px;}
.mation-part2 .rightcon .box1-1 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 保持比例填充整个容器 */
	background: #000;
	border-radius: 8px;
}
.mation-part2 .rightcon .rbanner{margin: 15px 0 0 0;width: 100%; overflow: hidden;border-radius: 10px; display: block; height: auto; padding: 0;}
.mation-part2 .rightcon .rbanner>img{width: 100%; height: auto}


/*服务项目页面*/
.service-part2 .leftcon .box1 .item{width: 100%; font-size: 18px; margin-bottom:30px; height: 30px; line-height: 30px; display: flex;}
.service-part2 .leftcon .box1 .item .img1{width: 25px; height: 25px; border-radius: 50%; overflow: hidden; margin-right: 10px;}
.service-part2 .middlecon .item .con1 img{width: 100%;}
.service-part2 .middlecon .item .comtit3{padding-right: 10px;}
.service-part2 .rightcon .box1 .orderTJ{margin: 20px 0 10px 0; overflow: hidden; font-size: 14px; width: 100%; }
.service-part2 .rightcon .box1 .orderTJ>img{width:40px; height: auto; margin-right: 0;}
.service-part2 .rightcon .box1 .orderTJ>span{color: #e60012; padding: 0; }
.service-part2 .middlecon .item .con1{width: 99%;min-height: 600px;}
.service-part2 .middlecon .item .con6{width: 100%; margin-top: 30px;}
.service-part2 .middlecon .item .con6 .img2{width: 19%; height:110px; margin-right: 1%; overflow: hidden; border-radius: 5px; z-index: 12; position: relative;}
.service-part2 .middlecon .item .con6 .img2>img{z-index: 13;}
.service-part2 .middlecon .item .con6 .img2>div{width: 100%;position: absolute; z-index: 15;bottom: 15px; left: 0; text-align: center; font-size: 16px; color: #fff;}


/*以旧换新页面---------start*/
.huanxin-part2{margin-top: 40px; z-index: 10; position: relative;}
.huanxin-part2 .middlecon{ height:auto; padding-left: 0; padding-right: 50px;}
.huanxin-part2 .middlecon .con1{font-size:18px; line-height: 40px; text-align:justify; width: 100%; margin-top: 20px;}
.huanxin-part2 .middlecon .con1 img{max-width: 100%; width: 100%;}
.huanxin-part2 .rightcon{border-left: 1px solid #ececec; padding:0; margin: 0; position: relative;padding-left: 50px;}
.huanxin-part2 .rightcon .comtit2{margin-left: 0;}
.huanxin-part2 .rightcon .con1{width: 100%;border: 1px solid #9e9d9f;background-color: #f9f7f7;padding: 20px 15px; margin: 20px 0 50px 0; height: auto;}
.huanxin-part2 .rightcon .con1 .h1{font-size: 16px; line-height:25px; margin-bottom: 10px;}
.huanxin-part2 .rightcon .con1 .h1>i{font-size: 20px; margin-right: 10px;}
.huanxin-part2 .rightcon .con1 form {
	width: 100%;
	display: block;
}
.huanxin-part2 .rightcon .con1 form .ind {
	width: 100%;
	height: 50px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	background-color: #eee !important;
	margin-bottom: 10px;
}
.huanxin-part2 .rightcon .con1 form div .ind {
	width: 49%;
}
.huanxin-part2 .rightcon .con1 form textarea.ind {
	padding: 10px 15px;
	height: 110px;
}
.huanxin-part2 .rightcon .con1 form div .ind1 {
	width:100%;
}
.huanxin-part2 .rightcon .con1 form div .ind2 {
	padding-right: 30px;
	background: url("/images/xiala-bg.jpg") no-repeat right center;
	flex-shrink: 0;
	width: 32%;
}
.huanxin-part2 .rightcon .con1 form div .ind3 {
	padding-right: 30px;
	background: url("/images/xiala-bg.jpg") no-repeat right center;
	color: #999;
	flex-shrink: 0;
	width: 100%;
}
.huanxin-part2 .rightcon .con1 form div .ind4{width: 100%; padding: 15px; line-height: 25px;}
.huanxin-part2 .rightcon .con1 form div .ind2 option{color: #000;}
.huanxin-part2 .rightcon .con1 form .sub {
	width: 220px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 50px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
}
.huanxin-part2 .rightcon .con1 form .sub:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
}
.huanxin-part2 .rightcon .con1 .mpt{margin-top: 10px; font-size: 14px; color: #000; width:100%; text-align: center;}



.huanxin-part2 .rightcon .con2{width: 100%;margin: 20px 0 30px 0; height: auto;}
.huanxin-part2 .rightcon .con2 form .ind {
	width: 100%;
	height: 50px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	background-color: #eee !important;
	margin-bottom: 10px;
}
.huanxin-part2 .rightcon .con2 form div .ind2 {
	padding-right: 30px;
	background: url("/images/xiala-bg.jpg") no-repeat right center;
	color: #999;
	flex-shrink: 0;
	width: 49%;
}
.huanxin-part2 .rightcon .con2 form div .ind5{width: 49%;height: 50px;}
.huanxin-part2 .rightcon .con2 form .sub {
	width:80%;
	height: 40px;
	border: 1px solid #000;
	border-radius: 50px;
	font-size: 16px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
}
.huanxin-part2 .rightcon .con2 form .sub:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
}

.huanxin-part2 .rightcon .con2-2{width: 100%; margin-top: 20px; max-height: 500px; overflow-x: hidden; overflow-y: auto; }
.huanxin-part2 .rightcon .con2-2.on{padding-right: 10px;}

.huanxin-part2 .rightcon .con2-2 .nodata{ width:100%; font-size: 18px; padding: 0;}
.huanxin-part2 .rightcon .con2-2 .nodata>i{font-size: 20px; margin-right: 10px;}

.huanxin-part2 .rightcon .con2-2 .item{padding: 15px 15px 15px 15px; margin-bottom: 15px; width: 100%; background-color: #f1f1f1; border-radius: 5px; overflow: hidden; position: relative;}
.huanxin-part2 .rightcon .con2-2 .item .item-1{}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .left{margin-right: 10px; flex-shrink: 0;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .left .img{width: 120px; height: 90px; overflow: hidden;border-radius: 8px;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .right{flex-grow: 1;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .right .h{font-size: 18px; line-height:25px; font-weight: bold; width: 100%; color: #000; text-align: left;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .right .hxp1{width: 100%; margin-top: 5px;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .right .hxp1 .hxp1-1{width: 100%;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .right .hxp1 .hxp1-1>div{flex-grow: 1; line-height: 20px; font-size: 14px; color: #969697; text-align: left;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .right .hxp2{width: 100%; margin-top: 5px;}
.huanxin-part2 .rightcon .con2-2 .item .item-1 .right .hxp2>span{line-height:20px; font-size: 14px; color: #000; margin-right: 15px;}
.huanxin-part2 .rightcon .con2-2 .item .item-2{width: 100%; padding: 20px 0 0 0;}
.huanxin-part2 .rightcon .con2-2 .item .item-2 .item-2-1{font-size:16px; line-height: 20px; width: 80px; flex-shrink: 0; text-align: right; }
.huanxin-part2 .rightcon .con2-2 .item .item-2 .item-2-2{ flex-grow: 1; overflow: hidden;}
.huanxin-part2 .rightcon .con2-2 .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;}
.huanxin-part2 .rightcon .con2-2 .item:last-child{margin-bottom: 0;}
/*以旧换新页面---------end*/


/*围观工地页面------------------start*/
.gongdi-part2{margin-top: 40px; z-index: 10; position: relative;}
.gongdi-part2 .box1{width: 100%;}
.gongdi-part2 .box1-1{width: 100%}
.gongdi-part2 .box1-1 .tit{width:100px; font-weight: bold; font-size: 16px; height: 30px; line-height: 30px; margin-bottom: 10px; flex-shrink: 0;}
.gongdi-part2 .box1-1 .tit-a{ height: 50px ; line-height: 50px; margin-bottom: 0; }
.gongdi-part2 .box1-1 .con{flex-grow: 1; min-height: 50px;}
.gongdi-part2 .box1-1 .con .ind {
	width: 24%;
	height: 50px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	background-color: #eee !important;
}
.gongdi-part2 .box1-1 .con .ind2 {
	padding-right: 30px;
	background: url("../images/xiala-bg.jpg") no-repeat right center;
	flex-shrink: 0;
}
.gongdi-part2 .box1-1 .con .ind5{width: 24%;height: 50px;}
.gongdi-part2 .box1-1 .con .ind5 .sub {
	width:80%;
	height: 50px;
	border: 1px solid #000;
	border-radius: 50px;
	font-size: 18px;
	line-height: 1;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
}
.gongdi-part2 .box1-1 .con .ind5 .sub:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
}
.gongdi-part2 .box1-1b{margin-top: 20px;}
.gongdi-part2 .box1-1c{margin-top: 0;}
.gongdi-part2 .box1-1 .con .item{font-size: 18px; line-height: 30px; margin-right: 50px; margin-bottom: 10px; border-bottom: 2px solid transparent; cursor: pointer;}
.gongdi-part2 .box1-1 .con .item.on{border-bottom: 2px solid #000; color: #000; font-weight: bold;}


.ingongdi{margin:20px -10px 0 -10px; padding:0  !important; width: 100%;}
.ingongdi .item{padding: 10px; width: 20%; position: relative; z-index: 10; overflow: hidden;}
.ingongdi .item>.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;}
.ingongdi .item>.box-1 .img{width: 100%; height: 200px; overflow: hidden;}
.ingongdi .item>.box-1 .con{width:100%; padding:10px 15px 10px 15px;}
.ingongdi .item>.box-1 .p1>img{width: 15px; height: 15px; margin-right: 5px;}
.ingongdi .item>.box-1 .p1>span{font-size: 12px; color: #666;}
.ingongdi .item>.box-1 .h1{line-height: 26px; font-size:16px; margin-top:10px;}
.ingongdi .item>.box-1 .p2{width: 100%; margin-top:10px;}
.ingongdi .item>.box-1 .p2>span{font-size: 12px; margin-right: 10px; color: #000;}
.ingongdi .item>.box-1 .p2>span.p2-2{font-size: 12px; margin-right: 10px; color: #000; background-color: #eee; padding:0 5px; border-radius: 5px; }
.ingongdi .item>.box-1 .mask1{width: 100%; height: 100%; position: absolute; bottom: -600px; left:0; background-color: rgba(0, 0, 0, .8);}
.ingongdi .item>.box-1 .mask1>img{width: 150px; height: 150px; border-radius: 5px; overflow: hidden;}
.ingongdi .item>.box-1 .mask1>p{width: 100%; text-align: center; font-size: 14px; color: #fff; margin-top: 10px;}
.ingongdi .item.on{width: 40%;}
.ingongdi .item.on .box-1{width: 100%; height:320px; overflow: hidden; position: relative; color: #fff;}
.ingongdi .item.on .box-1 .img{height:100%;}
.ingongdi .item.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); }
.ingongdi .item.on .box-1 .p1>span{color: #fff;}
.ingongdi .item.on>.box-1 .p2>span{color: #fff;}
.ingongdi .item.on>.box-1 .p2>span.p2-2{background-color: #fff;color: #000; }
.ingongdi .item:hover .img img{transform:scale(1.1);}
.ingongdi .item:hover .box-1{box-shadow: 0px 0px 10px 0 #999;}
.ingongdi .item:hover .box-1 .mask1{bottom: 0px;}

.load-bottom{width: 100%; height: 80px; display: block; overflow: hidden;}
.load-bottom .loading{width: unset;}
/*围观工地页面------------------end*/


/*匠心大师页面------------start*/
.ingongjiang{width: 100%; height: auto; margin: 20px -15px 0 -15px;}
.ingongjiang .vo{width: 23%; height: 250px; border-radius: 10px; overflow: hidden; position: relative; margin: 10px 1%; z-index: 13; padding: 30px 10px 30px 20px; background-color: #eee;}
.ingongjiang .vo .img{width: 110px; height: 110px; border-radius: 50%; overflow: hidden; z-index: 14; flex-shrink: 0; margin-right: 15px;background-color: #ccc;}
.ingongjiang .vo .con{flex-grow: 1;}
.ingongjiang .vo .h1{line-height: 30px; font-size:20px; font-weight: bold; color: #000;}
.ingongjiang .vo .p2{width: 100%; margin-top:5px; font-size: 14px; line-height: 20px; }
.ingongjiang .vo .p2>img{flex-shrink: 0; width: 20px; height: 20px; margin-right: 10px;}
.ingongjiang .vo .p2>span.p2-1{margin-right: 10px;}
.ingongjiang .vo .p2>span>span{color: #000;}
.ingongjiang .vo .p2>span.p2-2{font-size: 12px; color: #fff; background-color: #e60012; padding:0 5px; border-radius: 5px;}
.ingongjiang .vo:hover .img{transform:scale(1.1);}
/*匠心大师页面------------end*/



/*交付中心页面-------start*/
.instore{min-height: 100vh; height: auto; overflow: hidden; padding-top: 120px; padding-bottom: 30px;  z-index: 10; position: relative;background:url(../images/store_bg.jpg) no-repeat center center;background-size: auto 100%;}
.instore::after{position: absolute; z-index: 12; top:0; left: 0; width: 100%; height: 100%; overflow: hidden; content: "";
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: #0006;
}
#province_wrap{z-index: 15; max-width:1000px; width:auto; flex-grow: 1;}
.storelist{width: 350px; min-height: 300px; border-radius: 10px; height:80vh; overflow: hidden; box-shadow: 0 0 10px #969697; background-color: #fff; margin-left: 50px; z-index: 15; flex-shrink: 0;}
.storelist .search{width: 100%;border-bottom:1px solid #969697;height: 50px;}
.storelist .search select{width: 100%;height: 49px; box-sizing: border-box; line-height: 49px; border:0; background:#fff url(/images/icon_down.png) no-repeat right center; background-size: 30px 20px; font-size: 18px; padding-left: 10px; padding-right: 30px; }
.storelist .search select:nth-child(1){border-right:1px solid #969697;}
.storelist .search>div{height: 50px; line-height: 50px;}
.storelist .search .btn{height:45px; width: 100%; dflex-shrink: 0; background-color: #484748; color: #fff; font-size: 26px; line-height: 45px; border:none; padding: 0; box-sizing: border-box;}
.storelist .search> .btn:hover{background-color: #f8d617; color: #000;}



.instore .storelist .comtit2{padding:20px 10px 0 10px; width: 100%;}
.instore .storelist .comtit2 .h1{width: 100%; height: auto;}
.instore .storelist .list{width:100%; box-sizing: border-box; overflow-x: hidden; overflow-y:auto; height: 500px; padding:0 10px;}
.instore .storelist .list .loading{width: 100%;}
.instore .storelist .list .loading>img{width:50px; height: 50px;}

.instore .storelist .list .item{padding: 10px 10px 5px 10px; margin-bottom: 15px; width: 100%; background-color: #f1f1f1; border-radius: 5px; overflow: hidden; position: relative;}
.instore .storelist .list .item .item-1{}
.instore .storelist .list .item .item-1 .left{margin-right: 10px; flex-shrink: 0;}
.instore .storelist .list .item .item-1 .left .img{width:100px; height: 75px; overflow: hidden;border-radius: 8px;}
.instore .storelist .list .item .item-1 .right{flex-grow: 1;}
.instore .storelist .list .item .item-1 .right .h{font-size: 15px; line-height:20px; font-weight: bold; width: 100%; color: #000; text-align: left;}
.instore .storelist .list .item .item-1 .right .hxp1{width: 100%; margin-top: 5px;}
.instore .storelist .list .item .item-1 .right .hxp1 .hxp1-1{width: 100%;}
.instore .storelist .list .item .item-1 .right .hxp1 .hxp1-1>div{flex-grow: 1; line-height: 16px; font-size: 12px; color: #969697; text-align: left;}
.instore .storelist .list .item .item-1 .right .hxp2{width: 100%; margin-top: 5px;}
.instore .storelist .list .item .item-1 .right .hxp2>span{line-height:20px; font-size: 12px; color: #000; margin-right: 15px;}
.instore .storelist .list .item .item-2{width: 100%; padding: 10px 0 0 0;}
.instore .storelist .list .item .item-2 .item-2-1{font-size:12px; line-height: 20px; width: 70px; flex-shrink: 0; text-align: right;}
.instore .storelist .list .item .item-2 .item-2-2{ flex-grow: 1; overflow: hidden;}
.instore .storelist .list .item .item-2 .item-2-2>div{border-radius: 3px; background-color: #fff; font-size: 10px; line-height: 20px; text-align: center; padding: 0 5px; color: #000; margin: 0 5px 5px 0;}
/*交付中心页面-------end*

/*交付地图页面-------start*/
.yunmap{padding-left: 0; padding-right: 0; padding-top: 90px; 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 .store-list {
	flex: 1;
	overflow-y: auto;
	
}

.yunmap .store-list h2 {
	font-size: 16px;
	margin-bottom: 15px;
	padding-bottom: 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%; margin-top: 5px;}
.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 .store-item {
	padding: 12px;
	border-bottom: 1px solid #f0f0f0;
	cursor: pointer;
	transition: background 0.2s;
}

.yunmap .store-item:hover {
	background: #f0f7ff;
}

.yunmap .store-item h3 {
	font-size: 15px;
	margin-bottom: 5px;
}

.yunmap .store-item p {
	font-size: 13px;
	color: #666;
} */

.yunmap .map-container {
	flex: 1;
	position: relative;
	height:100%;
}
#map {
	width: 100%;
	height: 100%;
}
/*.yunmap .rotate-circle{position: absolute;bottom: 20px !important; right: 20px !important;}*/



.legend {
	position: absolute ;
	top: 10px;
	right: 10px;
	background: white;
	padding: 10px 15px;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	font-size: 12px;
}

.legend>h3{font-size: 16px;}

.legend-item {
	display: flex;
	align-items: center;
	margin: 0 0;
	line-height: 30px;
}

.legend-color {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin-right: 8px;
}

.topNav{width:100%; height:60px; padding-right: 15px; }
.topNav .btn1,.topNav .btn2,.topNav .btn3{padding:0 15px 0 5px; height: 40px; background-color: rgba(255, 255, 255, 1); overflow: hidden; position: relative; z-index: 10; border-radius: 3px;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); cursor: pointer;}
.topNav .btn1>.icon,.topNav .btn2>.icon,.topNav .btn3>.icon{width: 20px; height: 20px; flex-shrink: 0; margin-right: 5px; background-position: center; background-repeat: no-repeat; background-size: 100% 100%;}
.topNav .btn1>.icon{background-image: url(/images/newicon/bottom6_hl.png);}
.topNav .btn2>.icon{background-image: url(/images/newicon/address.png);}
.topNav .btn3>.icon{background-image: url(/images/newicon/md-icon.png);}
	

.topNav .btn1>.txt,.topNav .btn2>.txt,.topNav .btn3>.txt{font-size:16px; line-height: 40px; color:#999;}
.topNav .btn1>.jiao,.topNav .btn2>.jiao,.topNav .btn3>.jiao{position: absolute; bottom: 1px; right: 1px; z-index: 12; width: 8px; height: 8px; background: url(/images/newicon/yes3_hl2.png) no-repeat center; background-size: 100% 100%; opacity: 0; }
.topNav .btn1.on::after {
	z-index: 11;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px; /* 控制三角形大小 */
	border-color: transparent transparent #e60012 transparent; /* 最后一个颜色是三角形颜色 */
}
.topNav .btn2.on::after {
	z-index: 11;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px; /* 控制三角形大小 */
	border-color: transparent transparent #3b5bd2 transparent; /* 最后一个颜色是三角形颜色 */
}
	
.topNav .btn3.on::after {
	z-index: 11;
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 15px 15px; /* 控制三角形大小 */
	border-color: transparent transparent #3fb837 transparent; /* 最后一个颜色是三角形颜色 */
}
.topNav .btn1.on,.topNav .btn2.on,.topNav .btn3.on{background-color: rgba(255, 255, 255, 1);}
.topNav .btn1.on>.icon{background-image: url(/images/newicon/bottom6.png);}
.topNav .btn2.on>.icon{background-image: url(/images/newicon/address_hl.png);}
.topNav .btn3.on>.icon{background-image: url(/images/newicon/md-icon_hl.png);}

.topNav .btn1.on>.txt,.topNav .btn2.on>.txt,.topNav .btn3.on>.txt{color:#000;}
.topNav .btn1.on>.jiao,.topNav .btn2.on>.jiao,.topNav .btn3.on>.jiao{opacity: 1;}
/*交付地图页面-------end*/

/*工匠展示页--------------start*/
.gjview-part2 .leftcon .box1 .item{display: flex;}
.gjview-part2 .leftcon .box1 .item .img1{width: 25px; height: 25px; border-radius: 50%; overflow: hidden; margin-right: 10px;}
.gjview-part2 .leftcon .box1 .comtit2{margin-bottom: 20px;}
.gjview-part2 .middlecon{padding-left:10px; padding-right: 30px; display: block;}

.gjview-part2 .middlecon .box2{width: 100%;}
.gjview-part2 .middlecon .box2 .item{width: 100%; border-radius:10px; padding: 30px 30px 20px 30px;  background-color: #eee; position: relative;}
.gjview-part2 .middlecon .box2 .item-1{width: 100%; margin:0;}
.gjview-part2 .middlecon .box2 .item-1 .left{margin-right: 30px; flex-shrink: 0;}
.gjview-part2 .middlecon .box2 .item-1 .left .img{width: 200px; height: 200px; overflow: hidden; border-radius: 10px;}

.gjview-part2 .middlecon .box2 .item-1 .right{flex-grow: 1; font-size: 16px;}
.gjview-part2 .middlecon .box2 .item-1 .right-1{ width: 100%;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1{flex-grow: 1;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .h{ width: 100%;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .h .h-1{font-size:24px; line-height:35px; font-weight: bold;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .h .h-2{flex-shrink: 0; margin-left:20px;margin-top: 3px;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .h .h-2>img{width:25px; height:25px;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .p{margin-top: 10px;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .p text{font-size: 12px; color: #e60012;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .p>img{cursor: pointer; width: 25px; height: 25px; margin-right:10px;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .two{margin-top: 10px; color: #000;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-1 .one .two>span{color:#e60012; margin: 0 5px;}

.gjview-part2 .middlecon .box2 .item-1 .right-1-2{flex-grow: 1; padding-left: 20px;}
/*.gjview-part2 .middlecon .box2 .item-1 .right-1-2 .one{color: #000;}*/
.gjview-part2 .middlecon .box2 .item-1 .right-1-2 .one>div{line-height: 35px;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-2 .one>div>span{margin-left: 15px;}
.gjview-part2 .middlecon .box2 .item-1 .right-1-2 .two{margin-top:8px;}

.gjview-part2 .middlecon .box2 .right-4{margin-top:10px;}
.gjview-part2 .middlecon .box2 .right-4 .p-1{color: #000;}
.gjview-part2 .middlecon .box2 .right-4 .p-2{padding:0 8px; font-size: 14px; background-color: #e60012; color: #fff;  border-radius: 5px; line-height: 25px; margin-left: 15px;}
.gjview-part2 .middlecon .box2 .right-4 .p-3{margin-left: 15px; padding: 0; overflow: hidden; width: 20px; height: 20px; cursor: pointer;}
.gjview-part2 .middlecon .box2 .right-4 .p-3>img{width:100%; height:100%;}

.gjview-part2 .middlecon .box2 .item-2{width: 100%; padding: 20px 0 0 0;}
.gjview-part2 .middlecon .box2 .item-2 .item-2-1{ line-height: 25px !important;  width:80px; flex-shrink: 0; text-align: left; }
.gjview-part2 .middlecon .box2 .item-2 .item-2-2{ flex-grow: 1; overflow: hidden;}
.gjview-part2 .middlecon .box2 .item-2 .item-2-2>div{border-radius: 3px; background-color: #fff; font-size:14px; line-height: 25px; text-align: center; padding: 0 10px; color: #000; margin: 0 10px 10px 0;}
.gjview-part2 .middlecon .box2 .item-3{ width: 100%;}

.gjview-part2 .nav{width: 100%; margin-top: 30px;}
.gjview-part2 .nav .h1{text-align: center; font-weight: bold; padding-bottom: 15px; position: relative; z-index: 11; font-size: 24px; padding: 0; margin:0 100px; height: 50px; cursor: pointer; color: #666;}
.gjview-part2 .nav .h1.on::before{position: absolute; z-index: 12; top: 45px; left: 50%; content: ''; width:100%; height: 4px; transform:translateX(-50%); background-color: #000; color: #000; }
.gjview-part2 .nav .h1.on{color: #000;}
.gjview-part2 .middlecon .box1{width: 100%; height: auto; min-height:600px;  position: relative; z-index: 12; overflow: hidden; margin-top:20px; }
.gjview-part2 .middlecon .box1 .item{position:relative; z-index: 13; width: 100%; height: auto; overflow: hidden; transition: all 0.5s ease; opacity: 0; display: none;}
.gjview-part2 .middlecon .box1 .item.on{opacity: 1;display: flex;}
/*.gjview-part2 .middlecon .box1 .item.leaving{transform: translateX(-100%);opacity: 0;}*/
.gjview-part2 .middlecon .box1 .item .vo{width: 31%; height: 230px; border-radius: 10px; overflow: hidden; position: relative; margin: 10px 1%;}
.gjview-part2 .middlecon .box1 .item:nth-child(1) .vo{background-color: #fff;}
.gjview-part2 .middlecon .box1 .gongdi{padding-bottom: 0;}
.gjview-part2 .middlecon .box1 .gongdi .vo{position: relative; z-index: 13;}
.gjview-part2 .middlecon .box1 .gongdi .vo .img{width: 100%; height: 100%;overflow: hidden; z-index: 14;}
.gjview-part2 .middlecon .box1 .gongdi .vo .con{z-index: 15; position: absolute; left: 0; bottom: 0; width: 100%; padding:80px 20px 10px 20px; background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);}
.gjview-part2 .middlecon .box1 .gongdi .vo .p1>img{width: 15px; height: 15px; margin-right: 5px;}
.gjview-part2 .middlecon .box1 .gongdi .vo .p1>span{font-size: 12px; color: #fff;}
.gjview-part2 .middlecon .box1 .gongdi .vo .h1{line-height: 26px; font-size:16px; color: #fff; margin-top: 0px;}
.gjview-part2 .middlecon .box1 .gongdi .vo .p2{width: 100%; margin-top:5px;}
.gjview-part2 .middlecon .box1 .gongdi .vo .p2>img{width: 15px; height: 15px; margin-right: 5px;}
.gjview-part2 .middlecon .box1 .gongdi .vo .p2>span{font-size: 12px; margin-right: 10px; color: #fff;}
.gjview-part2 .middlecon .box1 .gongdi .vo .p2>span.p2-2{font-size: 12px; margin-right: 10px; color: #000; background-color: #fff; padding:0 5px; border-radius: 5px; }
.gjview-part2 .middlecon .box1 .gongdi .vo .mask1{width: 100%; height: 100%; position: absolute; bottom: -600px; left:0; background-color: rgba(0, 0, 0, .8);z-index:20;}
.gjview-part2 .middlecon .box1 .gongdi .vo .mask1>img{width: 120px; height: 120px; border-radius: 5px; overflow: hidden;}
.gjview-part2 .middlecon .box1 .gongdi .vo .mask1>p{width: 100%; text-align: center; font-size: 12px; color: #fff; margin-top: 10px;}
.gjview-part2 .middlecon .box1 .gongdi .vo:hover .img img{transform:scale(1.1);}
.gjview-part2 .middlecon .box1 .gongdi .vo:hover{box-shadow: 0px 0px 10px 0 #999;}
.gjview-part2 .middlecon .box1 .gongdi .vo:hover .mask1{bottom: 0px;}

.gjview-part2 .jiexiao{width: 100%;}
.gjview-part2 .jiexiao .comtitle{width: 100%;}
.gjview-part2 .jiexiao .comtitle>div:nth-child(1){width: 6px; height:20px; border-radius: 5px; border: 1px solid #3b5bd2; background-color: #3b5bd2;}
.gjview-part2 .jiexiao .comtitle>div:nth-child(2){font-size: 18px; font-weight: bold; line-height: 30px; margin-left: 10px;}
.gjview-part2 .jiexiao .comtitle>div:nth-child(3){font-size: 14px; margin-left: 20px; color: #969697;}
.gjview-part2 .jiexiao .item2{padding:30px 0 0 0 ;}
.gjview-part2 .jiexiao .item2 .con{line-height:30px; width: 100%; margin-top:15px; font-size: 16px;}
.gjview-part2 .jiexiao .item2 .con img{width: 100%; border-radius: 15rpx; height: auto; margin-bottom: 10px;}
.gjview-part2 .jiexiao .item2.item2a{padding-top: 20px;}

/*工匠展示页--------------end*/


/*交付中心展示页--------------start*/
.storeview-part2 .leftcon .con2{width: 100%;padding: 20px 20px 30px 0; height: auto;}
.storeview-part2 .leftcon .con2 form .ind {
	width: 100%;
	height: 50px;
	border: 1px solid #d7d7d7;
	padding: 0 15px;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	background-color: #eee !important;
	margin-bottom: 10px;
}
.storeview-part2 .leftcon .con2 form div .ind2 {
	padding-right: 30px;
	background: url("../images/xiala-bg.jpg") no-repeat right center;
	color: #999;
	flex-shrink: 0;
}
.storeview-part2 .leftcon .con2 form div .ind5{width: 100%; height: 50px;}
.storeview-part2 .leftcon .con2 form .sub {
	width:80%;
	height: 40px;
	border: 1px solid #000;
	border-radius: 50px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all .3s;
}
.storeview-part2 .leftcon .con2 form .sub:hover {
	background-color: #e60012;
	border: 1px solid #e60012;
}

.storeview-part2 .middlecon{padding-left: 30px; padding-bottom: 20px;}
.storeview-part2 .middlecon .box2{width: 100%;}
.storeview-part2 .middlecon .box2 .item{width: 100%; border-radius:15px;  padding-bottom: 0;box-shadow: 0px 0px 10px 10rpx #f1f2f5; margin-bottom:30px;}
.storeview-part2 .middlecon .box2 .item-1{width: 100%; margin:0; position: relative; z-index: 8;}
.storeview-part2 .middlecon .box2 .item-1 .left{width: 100%; height: auto; position: relative; z-index:10;}
.storeview-part2 .middlecon .box2 .item-1 .left .img{width:100%; height: 480px; overflow: hidden; position: relative; z-index: 11; border-radius:15px 15px 0 0;}
.storeview-part2 .middlecon .box2 .item-1 .left .action{position: absolute; right: 0; top: 0; z-index:12;}
.storeview-part2 .middlecon .box2 .item-1 .left .action-1{padding: 10px 10px; border-radius: 0 0 6px 6px; background-color: rgba(255,255,255,.9); margin-right: 15px; cursor: pointer;}
.storeview-part2 .middlecon .box2 .item-1 .left .action-1>img{width: 30px; height: 30px;}
.storeview-part2 .middlecon .box2 .item-1 .left .action-1>span{text-align: center; font-size:14px; margin-top:5px;}

.storeview-part2 .middlecon .box2 .item-1  .icon1{position: absolute; z-index: 15; top:410px; right: 30px; width: 80px; height: 80px; background: url(http://localhost:8120/images/hexagon.png?t=2507211223) no-repeat center; background-size: 100% 100%;
}
.storeview-part2 .middlecon .box2 .item-1  .p2{position:absolute; left: 15px; top: 410px; z-index: 15; overflow: hidden; border-radius: 50px; padding: 0 10px; background-color: rgba(0,0,0,.6);}
.storeview-part2 .middlecon .box2 .item-1  .p2>div{line-height: 30px; font-size: 14px; margin: 0  5px; color: #fff;}


.storeview-part2 .middlecon .box2 .item-1 .right{width: 100%; position: relative; z-index: 13; margin-top: -30px; border-radius: 15px 15px 15px 15px; background-color: #eee; padding: 30px 30px 20px 30px;}
.storeview-part2 .middlecon .box2 .item-1 .right .h{font-size: 24px; line-height:40px; font-weight: bold; width: 100%; z-index:11; padding-right: 80px;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1{width: 100%; margin-top: 10px; border-radius: 6px; overflow: hidden; padding:0;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1a{flex-grow: 1; padding-right: 20px;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1a .p1-1{flex-grow: 1;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1a .p1-1>img{width: 25px; height: 25px; margin-right: 10px; margin-top:2px; flex-shrink: 0;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1a .p1-1>div{flex-grow: 1; line-height: 25px; font-size: 16px; color: #969697;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1a .p1-2{line-height:30px; font-size: 16px;color: #000; text-align: right; flex-shrink: 0;padding-left: 35px;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1b{ flex-shrink: 0; padding: 0 15px;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1b>img{width: 25px; height: 25px;}
.storeview-part2 .middlecon .box2 .item-1 .right .p1b>span{margin-top:5px; font-size:14px; color:#000; text-align: center;}
.storeview-part2 .middlecon .box2 .item-1 .right .item-2{width: 100%; padding: 20px 0 0 0;}
.storeview-part2 .middlecon .box2 .item-1 .right .item-2 .item-2-1{ line-height: 25px !important; width:80px; flex-shrink: 0; text-align: left; font-size:16px; }
.storeview-part2 .middlecon .box2 .item-1 .right .item-2 .item-2-2{ flex-grow: 1; overflow: hidden;}
.storeview-part2 .middlecon .box2 .item-1 .right .item-2 .item-2-2>div{border-radius: 3px; background-color: #fff; font-size:14px; line-height: 25px; text-align: center; padding: 0 10px; color: #000; margin: 0 10px 10px 0;}

.storeview-part2 .middlecon .comtitle{width: 100%;}
.storeview-part2 .middlecon .comtitle>div:nth-child(1){width: 6px; height:20px; border-radius: 5px; border: 1px solid #3b5bd2; background-color: #3b5bd2;}
.storeview-part2 .middlecon .comtitle>div:nth-child(2){font-size: 18px; font-weight: bold; line-height: 30px; margin-left: 10px;}
.storeview-part2 .middlecon .comtitle>div:nth-child(3){font-size: 14px; margin-left: 20px; color: #969697;}
.storeview-part2 .middlecon .box2 .item2{padding:30px 0 0 0 ;}
.storeview-part2 .middlecon .box2 .item2 .con{line-height:30px;white-space:pre-wrap; width: 100%; margin-top:15px; font-size: 16px;}
.storeview-part2 .middlecon .box2 .item2 .con img{width: 100%; border-radius: 15rpx; height: auto; margin-bottom: 10px;}
.storeview-part2 .middlecon .box2 .item2.item2a{padding-top: 20px;}
.storeview-part2 .middlecon .box2 .item3{padding:60px 0 0 0 ; width:100%;flex-grow: 1;  white-space: nowrap; }
.storeview-part2 .middlecon .box2 .item3 .list{padding-top: 20px; margin-right: -10px;}
.storeview-part2 .middlecon .box2 .item3 .img{width:100px; height:100px; cursor: pointer; background-color:#ececec; overflow: hidden; box-sizing: border-box; border-radius: 6px; display: inline-flex; margin-right: 10px; margin-bottom: 10px; position: relative; z-index: 1;}

.storeview-part2 .gongjiang{padding:60px 0 0 0; width: 100%; }
.storeview-part2 .gongjiang .list{width:100%;  margin-top: 20px;}
.storeview-part2 .gongjiang .list .item{width:100px; margin-right: 25px; margin-bottom: 20px; z-index: 1;}
.storeview-part2 .gongjiang .list .item .img{width:100%; height:auto; position: relative;}
.storeview-part2 .gongjiang .list .item .img>img{width:20px; height: 20px; position: absolute; right:10px; bottom:0px;}
.storeview-part2 .gongjiang .list .item .img>div{width:100px; height: 100px;  background-color:#ececec; overflow: hidden; box-sizing: border-box; border-radius:50%;}
.storeview-part2 .gongjiang .list .item .name{ font-size: 14px; text-align:center; line-height:20px; margin-top: 10px; color: #000;word-break:break-all;}
.storeview-part2 .gongjiang .list .item .jobage{color: #717171; text-align: center; font-size:12px; }


.storeview-part2 .gongdi{width: 100%; height: auto; margin-right: -2%; padding-top: 60px;}
.storeview-part2 .gongdi .list{margin-top: 20px;}
.storeview-part2 .gongdi .vo{width: 32%; height: 230px; border-radius: 10px; overflow: hidden; position: relative; margin: 0 2% 20px 0; z-index: 13;}
.storeview-part2 .gongdi .vo:nth-child(3n){margin-right: 0;}
.storeview-part2 .gongdi .vo .img{width: 100%; height: 100%;overflow: hidden; z-index: 14;}
.storeview-part2 .gongdi .vo .con{z-index: 15; position: absolute; left: 0; bottom: 0; width: 100%; padding:80px 20px 10px 20px; background: linear-gradient(to top, rgba(0, 0, 0, .8), transparent);}
.storeview-part2 .gongdi .vo .p1>img{width: 15px; height: 15px; margin-right: 5px;}
.storeview-part2 .gongdi .vo .p1>span{font-size: 12px; color: #fff;}
.storeview-part2 .gongdi .vo .h1{line-height: 26px; font-size:16px; color: #fff; margin-top: 0px;}
.storeview-part2 .gongdi .vo .p2{width: 100%; margin-top:5px;}
.storeview-part2 .gongdi .vo .p2>img{width: 15px; height: 15px; margin-right: 5px;}
.storeview-part2 .gongdi .vo .p2>span{font-size: 12px; margin-right: 10px; color: #fff;}
.storeview-part2 .gongdi .vo .p2>span.p2-2{font-size: 12px; margin-right: 10px; color: #000; background-color: #fff; padding:0 5px; border-radius: 5px; }
.storeview-part2 .gongdi .vo .mask1{width: 100%; height: 100%; position: absolute; bottom: -600px; left:0; background-color: rgba(0, 0, 0, .8);z-index:20;}
.storeview-part2 .gongdi .vo .mask1>img{width: 120px; height: 120px; border-radius: 5px; overflow: hidden;}
.storeview-part2 .gongdi .vo .mask1>p{width: 100%; text-align: center; font-size: 12px; color: #fff; margin-top: 10px; margin-bottom: 0;}
.storeview-part2 .gongdi .vo:hover .img img{transform:scale(1.1);}
.storeview-part2 .gongdi .vo:hover{box-shadow: 0px 0px 10px 0 #999;}
.storeview-part2 .gongdi .vo:hover .mask1{bottom: 0px;}
/*交付中心展示页--------------end*/




/*预约下单页---------------start*/
/*.inxiadan{height: 100vh; padding:90px 0 0 0;  overflow: hidden; position: relative; z-index: 10; display: block;}*/
.inxiadan{width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index:230; background-color: rgba(0, 0, 0, 0.7); display: none;}
.inxiadan span, .inxiadan div{font-size: 16px;}
.inxiadan #background_video{width: 100%; height: 100%;}

.inxiadan .main{width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index:100; background-color: rgba(0, 0, 0, 0.5);}
.inxiadan .login{width: 350px; min-height:400px; background-color: rgba(255, 255, 255, 1); border-radius: 15px;overflow: hidden; position: relative; z-index: 11; overflow:hidden;}
.inxiadan .login .p1{width: 100%; background-color:#e60012; padding: 15px 30px;line-height: 30px; font-size: 16px; text-align: center; color: #fff; border-radius: 0 0 20px 20px;}
.inxiadan .login .img{margin: 13% 0 0 0; width: 60px; height: 60px; overflow: hidden; border-radius: 50%; flex-shrink: 0;}
.inxiadan .login .h1{ margin-top: 5px; line-height:24px; font-weight: bold; font-size:18px; color: #000; text-align: center; width: 100%; }
.inxiadan .login .loginbtn{margin:20px 10px 10px 10px; border-radius: 6px; background-color:#e60012; text-align: center; color: #fff; line-height: 40px; font-size: 16px; font-weight: bold; cursor: pointer; width: 80%; }
.inxiadan .login .p2{width: 100%; font-size: 14px; margin-top: 0; text-align: center;}


.inxiadan .main .box1{width:auto; min-height:400px; padding:15px 20px 20px 20px; background-color: rgba(255, 255, 255, 1); border-radius: 10px;overflow: hidden; position: relative; overflow-x: visible; overflow-y:auto;}
.inxiadan .main .box1 .close-btn{width:100%; height: 40px; }
.inxiadan .main .box1 .close-btn>i{font-size: 40px; line-height: 40px; overflow: hidden;color: #000;cursor: pointer;}

.inxiadan .main .box1 .box-1{width: 100%; padding: 10px 20px; border-radius: 10px; background-color: #fff9ed; margin-top: 10px}
.inxiadan .main .box1 .box-1>img{width: 25px; height: 25px; margin-right: 10px; flex-shrink: 0;}
.inxiadan .main .box1 .box-1>span{color: #e60012;}
.inxiadan .myform{padding:0; width: 100%;}
.inxiadan .myform .content{border-radius: 10px; overflow: hidden; line-height: 25px; padding:0; width: 810px;}


.inxiadan .myform .con-1{width: 400px;}

.inxiadan .myform .item{border: 1px solid #eee; margin-top: 10px; padding: 10px 10px; border-radius: 10px; width: 400px;}
.inxiadan .myform .itema{border: 0; margin-top:0; padding: 0 0 10px 0;}
.inxiadan .myform .itemb{padding-right: 5px;}
.inxiadan .myform .itemc{border: 0; margin-top:0; padding: 0;}
.inxiadan .myform .item	.left{width: 60px; text-align: left; padding-right:15px;flex-shrink: 0;}
.inxiadan .myform .item .left>img{width: 25px;height: 25px;}
.inxiadan .myform .item .middle{ flex-grow: 1;}
.inxiadan .myform .item .middle input{border: 0; width: 100%; line-height: 25px; font-size: 16px;}
.inxiadan .myform .item .middle select{border: 0; width: 100%; font-size: 16px; outline: none;}
.inxiadan .myform .item .middle select.ind2{background-color: transparent !important;}
.inxiadan .myform .item .middle select option{padding: 5px 15px !important;}
.inxiadan .myform .item .middle.middle1{cursor: pointer;}
.inxiadan .myform .item .middle.middle1 .middle-1{width: 100%;}

.inxiadan .myform .item .middle.middle1 .middle-1 .ind {
	width: 33%;
	height: 30px;
	background: url("../images/xiala-bg1.jpg") no-repeat right center;
	background-color: #eee;
	flex-shrink: 0;
	padding: 0 20px 0 5px;
	font-size: 16px;
	line-height: 1;
	color: #666666;
	margin-bottom: 10px;
}

.inxiadan .myform .item .middle.middle2{line-height: 25px; color: #ccc;}

.inxiadan .myform .item .middle.middle3{}
.inxiadan .myform .item .middle3 .vo{ margin: 0 10px 5px 0; min-width: 60px; height:30px; cursor: pointer;}
.inxiadan .myform .item .middle3 .vo>div.vo-1{padding: 0 5px; border-radius: 3px; border:1px solid #999; color: #999; margin: 0;font-size: 12px;}
.inxiadan .myform .item .middle3 .vo>div.vo-img1{width: 12px; height:12px; background: url(../images/newicon/huo_hl.png) no-repeat center center; background-size: 100% 100%;  flex-shrink: 0; margin: 0 5px 0 0rpx;}
.inxiadan .myform .item .middle3 .vo>div.vo-img2{width: 12px; height:12px; background: url(../images/newicon/kuai_hl.png) no-repeat center center; background-size: 100% 100%;  flex-shrink: 0; margin: 0 5px 0 0rpx;}
.inxiadan .myform .item .middle3 .vo>div.vo-2{padding:0; margin: 0; color:#e60012; font-size: 10px; height:25px; line-height: 25px; }
.inxiadan .myform .item .middle3 .vo.on>div.vo-1{border-color: #3b5bd2; background-color: #3b5bd2; color: #fff;}

.inxiadan .myform .title{width: 400px; margin-top: 10px; border: 1px solid #eee; border-radius: 10px; padding: 10px 10px 0 10px;}
.inxiadan .myform .titlea{padding-right: 0; width: 100%;}
/*.inxiadan .myform .title .title-1{margin-bottom: 5rpx; font-size: 28rpx;}*/
.inxiadan .myform .title .title-2{position: relative; padding: 0 0 0 10px;}
.inxiadan .myform .title .title-2 textarea{ border-radius: 10px; border: 0; box-sizing: border-box; font-size: 16px; line-height: 25px; width: 100%; height: 348px; text-align: justify;resize: none; padding-right: 10px;}
.inxiadan .myform .item .right{width: 100px; flex-shrink: 0;}
.inxiadan .myform .item .right button{border: 0 !important; background-color: #3b5bd2 !important; padding: 0 10px;}
.inxiadan .myform .item .right.right1{ flex-shrink: 0; width: 40px; text-align: right;}
.inxiadan .myform .item .right.right1>img{width: 20px; width: 20px;}
.inxiadan .myform .item .right.right1a>img{transform: rotate(90deg);}
.inxiadan .myform .item2{ margin-top:20px; width: 100%; height: auto;}
.inxiadan .myform .item2 .design-btn{padding: 10px 50px; border: 0 !important; background-color: #3b5bd2 !important; font-size:18px; text-align: center; border-radius: 10px; color: #fff !important; border:0; width:auto; cursor: pointer;}

.inxiadan .myform .title .title-2a{padding-bottom: 10px; position: relative;}
.inxiadan .myform .title .title-2a .preview-item{width: 75px; height: 75px; border-radius: 6px; overflow: hidden; border: 1px solid #999; position: relative; margin-right: 10px; margin-bottom: 10px;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);transition: all 0.3s;display: flex;justify-content: center;align-items: center;}
.inxiadan .myform .title .title-2a .preview-item img{width: 100%; height: 100%;object-fit: cover;}

.inxiadan .myform .title .title-2a .preview-item:hover{ transform: translateY(-5px);box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);}


.inxiadan .myform .upload-btn {
	background: #000;
	color: white;
	border: none;
	padding: 5px 15px;
	border-radius: 6px;
	cursor: pointer;
	font-size: 14px;
	transition: all 0.3s;
	display: block;
}

.inxiadan .myform .upload-btn:hover {
	background: #3a5bc9;
}

.inxiadan .myform .delete-btn {
	position: absolute;
	top: 2px;
	right: 2px;
	background: rgba(255, 255, 255, 0.9);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #000;
	font-size: 16px;
	line-height: 30px;
	transition: all 0.3s;
}
.inxiadan .myform .delete-btn i{font-size:14px;}

.inxiadan .myform .delete-btn:hover {
	background: #e60012;
	color: white;
}
.inxiadan .myform .title .error-message {
	width: 100%;
	color: #e60012;
	text-align: left;
	margin: 10px 0;
	font-size: 14px;
	display: none;
}


/*预约下单页---------------end*/


/*网站地图*/
.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; padding: 15px 0 15px 0; 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 .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 .footcon1{font-size:12px; font-size: 12px; padding-top: 40px; color: #666; position: relative; z-index: 10;}
.my-sitemap-foot .footcon1{padding-top:0px;}
.my-sitemap-foot .footcon1 a{color: #666; margin: 0 4px;}
.my-sitemap-foot .footcon1 a:hover{color: #000;}
.my-sitemap-foot .footcon1 .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: 5px;transform: scale(.8); display: inline-block; margin-right: 4px; position: relative; z-index: 10;}
.my-sitemap-foot .footcon1 span{color: #666;}


/*网站地图 end--------*/






/*底部----------------*/
.footer-bgcolor{
	background-color: #eceef1;
}
.footer{
	background:url("../images/foot_bg.jpg") no-repeat center top;
	background-size:cover;
	padding-top: 90px;
	padding-bottom: 30px;
	position: relative;
	z-index: 10;
	border-top: 0;
}
.footer::before{width: 100%; height: 100%; top: 0; left: 0; position: absolute; background-color: rgba(0,0,0,.7); z-index: 11; content: "";}
.footer .container{z-index: 15; position: relative; width: unset;}
.footer .title1{font-size: 30px; font-weight: bold; text-align: center; width: 100%; color: #fff; letter-spacing: 2px;}
.footer .box6{width:100%; margin-top: 70px;margin-bottom: 50px;}
.footer .box6 .item{margin: 0 30px; position: relative;}
.footer .box6 .item .icon{cursor: pointer; background-color:#fff; border-radius: 50%; overflow: hidden; width: 75px; height: 75px;}
.footer .box6 .item .icon img{width: 40px; height: 40px;}
.footer .box6 .item .ma{position: absolute; top:-120px;left: -25px; display: block; opacity:0; }
.footer .box6 .item .ma img{width: 130px; height: 130px;}
.footer .box6 .item:hover .ma{display: block; opacity: 1; top: -140px;}


.footer .box2{width: 100%;}
.footer .box2 .logo img{
	height: auto;
	width: 200px;
	/*animation: rotate1 4s linear infinite;*/
}

.footer .box2 nav{
	margin-top: 20px;
}
.footer .box2 nav a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: none;
	color: #eee;
	padding: 0 15px 0 0;
	text-align: center;
}
.footer .box2 nav a:hover{color: #fff;}
.footer .box2 nav a:after{
	content: "|";
	display: inline-block;
	vertical-align: middle;
	color: #eee;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 0;
	margin-top: -3px;
}
.footer .box2 nav a:nth-last-of-type(1):after{
	content: "";
	display: none;
}



.footer .left{text-align: left;margin-top: 100px; box-sizing: border-box; padding-right:10%;v}

.footer .left nav{}
.footer .left nav>span{ color:#fff;font-size: 14px;}
.footer .left nav a{
	font-size: 14px;
	text-decoration: none;
	color: #eee;
	padding: 0 15px 0 0;
	text-align: center;
}
.footer .left nav a:hover{color: #fff;}

.footer .right{margin-top: 100px;}
.foot-search-box,
.foot-share-box{
	font-size: 0;
	margin-bottom: 30px;
	text-align: right;
	opacity: 0;
}
.foot-address-box{
	text-align: right;
	font-size: 0;
}
.foot-search-box input{
	padding: 10px 20px;
	width: 400px;
	height: 40px;
	box-sizing: border-box;
	color: #909090;
	border: none;
	font-size: 14px;
	outline: none;
	border-radius: 0;
}
.foot-search-box input::-ms-input-placeholder{
	color: #909090;
}
.foot-search-box input::-webkit-input-placeholder{
	color: #909090;
}
.foot-search-box input::-moz-placeholder{
	color: #909090;
}
.foot-search-box .button{
	padding: 9px;
	width: 150px;
	height: 40px;
	background-color: #e60012;
	color: #fff;
	border: none;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #e60012;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	display: inline-block;
	text-align: center;
	border-radius: 0;
}
.foot-search-box .button:hover{
	background-color: #e60012;
	color: #fff;
	border: 1px solid #e60012;
}

.meiti1{margin-top: 10px; z-index:20; position: relative;}

.foot-address-box{font-size:12px; font-size: 14px; color: #eee; position: relative; z-index: 10;}
.foot-address-box1{padding-top:5px;}
.foot-address-box a{color: #eee; margin: 0 4px;}
.foot-address-box1 a{margin-right: 0;}
.foot-address-box a:hover{color: #fff;}
.foot-address-box .ipv6{padding: 0 5px; border-radius: 50px; font-size: 12px; line-height: 20px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .8); margin-left: 5px;transform: scale(.8); display: inline-block; margin-right: 4px; position: relative; z-index: 10;}
.foot-address-box span{color: #fff;}
@media screen and (max-width: 1440px) {
	.footer {
		padding-top: 110px;
		padding-bottom: 100px;
	}
}
@media screen and (max-width: 1280px) {
	.footer {
		padding-top: 90px;
		padding-bottom: 80px;
	}
	.foot-search-box input {
		width: calc(100% - 150px);
	}
}

@media screen and (max-width: 991px) {
	.footer {
		padding-top: 70px;
		padding-bottom: 60px;
	}
	.foot-search-box input {
		width: calc(100% - 120px);
	}
	.footer .left .logo {
		margin: 0 auto 30px;
	}
	.footer .left nav ul{
		margin: 0 auto;
	}
	.foot-search-box .search{
		max-width: 400px;
		margin: 0 auto;
	}
	/*.foot-search-box, .foot-share-box {*/
	/*	text-align: center;*/
	/*}*/
	/*.foot-address-box {*/
	/*	text-align: center;*/
	/*}*/
	.foot-search-box input {
		padding: 8px 17px;
	}
	.foot-search-box button {
		padding: 7px;
		width: 120px;
	}
}
@media screen and (max-width: 767px) {
	.footer {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.footer .left .logo {
		width: 210px;
	}
	.foot-search-box input {
		padding: 7px 15px;
		width: calc(100% - 100px);
	}
	.foot-search-box,
		/*.foot-share-box {*/
		/*	margin-bottom: 20px;*/
		/*}*/
	.foot-search-box button {
		padding: 6px;
		width: 100px;
	}
}
/*-------------------底部*/


@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;}
	.my-navbar .rightcon>div{ margin: 0 0 0 30px;}
	.my-navbar .rightcon>div>a{font-size: 18px; }
	
	/* 广告，登录 */
	.index-part1 .box2 .p2{font-size: 15px;}
	.index-part1 .box2 .p2>.a1{margin: 0 10px;}
	.index-part1 .box2 .gjcon .p3>.a1{margin: 0 10px;}
	.index-part1 .box2 .gjcon .p3>.a1>img{width: 35px; height: 35px;}
	.index-part1 .box2 .gjcon .p3>.a1>span{ font-size: 15px;}
	
	/* 工匠+工地+交付中心 */
	.index-part5 .box1 .gongjiang .vo{padding: 30px 10px 30px 20px;}
	.index-part5 .box1 .gongjiang .vo .img{width: 110px; height: 110px;margin-right: 15px;}
	.brandlogo .brandSwiper .swiper-slide img{width:12%; margin:0 .1%;}
	
	/* 以旧换新页面 */
	.huanxin-part2 .rightcon .con2-2 .item .item-1 .left .img{width: 160px; height: 105px;}
	
}

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

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









