/* CSS Document */
*, ::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: 14px;}
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: hidden;
	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: #000;border-radius:10px;}
::-webkit-scrollbar-thumb:hover{background: #000;}
::-webkit-scrollbar-corner{background: #000;}

div,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;}
select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #000;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/select.html) no-repeat scroll 98% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {display: none;}
a, a:link, a:visited, a:hover, a:active {
text-decoration: none;
 /* 去掉链接触摸高亮 */
noline:-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-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;}
.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;}
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:#c82126; text-decoration:none;}

/* 水平自转一圈 */
@keyframes rotate1 {
	0% {
		transform: rotateY(0deg);
	}
	25% {
		transform: rotateY(180deg);
	}
	50% {
		transform: rotateY(360deg);
	}
	100% {
		transform: rotateY(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:#ff0000;}
.my-c-e70012{color:#e70012;}
.my-c-ccc{color:#ccc;}
.my-c-red{color:red;}
.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;}

.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-lines:  -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 i{font-size: 18px;}

.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{text-overflow: -o-ellipsis-lastline; overflow: hidden;text-overflow: ellipsis;line-clamp: 1;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;white-space:pre-wrap;}*/
/*.text-overflow2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 2;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space:pre-wrap;}*/
/*.text-overflow3{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 3;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;white-space:pre-wrap;}*/
/*.text-overflow5{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 5;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}*/
/*.text-overflow6{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;line-clamp: 6;display: -webkit-box;-webkit-line-clamp: 6;-webkit-box-orient: vertical;}*/
.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; width: 100%}
.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:word-wrap; -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: 14px; 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: red;}

.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(../Public/images/icons_1_24.html);
	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------------*/

/*--------公共样式 end*/


/*头部-----------------------*/
/*页头导航*/
.header{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	-webkit-transition: top .5s cubic-bezier(.19,1,.22,1);
	transition: top .5s cubic-bezier(.19,1,.22,1);
	border-bottom: 1px solid #e2e2e2;
	background-color: #fff;
	height: 80px;
	font-size: 16px;
	padding: 0;

}
.header.on{
	top: -80px;
	-webkit-transition: top .5s cubic-bezier(.19,1,.22,1);
	transition: top .5s cubic-bezier(.19,1,.22,1);
}
.header-left{width: 50%; position: relative; z-index: 10;}
/* 菜单变打叉按钮样式 */
.button--hamburger {pointer-events: all; flex-shrink: 0; cursor: pointer;
}
.button--hamburger .hamburger,.button--hamburger .hamburger-fixed {
	width: 24px;
	height: 24px;
	position: relative
}

.button--hamburger .hamburger-fixed:after,.button--hamburger .hamburger-fixed:before,.button--hamburger .hamburger-fixed>span,.button--hamburger .hamburger:after,.button--hamburger .hamburger:before,.button--hamburger .hamburger>span {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	background-color: currentColor
}

.button--hamburger .hamburger-fixed>span,.button--hamburger .hamburger>span {
	top: calc(50% - 1px);
	transition: transform 0s ease .2s;
}

.button--hamburger .hamburger-fixed:after,.button--hamburger .hamburger-fixed:before,.button--hamburger .hamburger:after,.button--hamburger .hamburger:before {
	content: "";
	transition: top .2s ease .2s,transform .2s ease 0s
}

.button--hamburger .hamburger-fixed:before,.button--hamburger .hamburger:before {
	top: 3px
}

.button--hamburger .hamburger-fixed:after,.button--hamburger .hamburger:after {
	top: calc(100% - 5px)
}

.button--hamburger .hamburger-fixed.open>span,.button--hamburger .hamburger.open>span {
	transform: scale(0,1)
}

.button--hamburger .hamburger-fixed.open:after,.button--hamburger .hamburger-fixed.open:before,.button--hamburger .hamburger.open:after,.button--hamburger .hamburger.open:before {
	transition: top .2s ease 0s,transform .2s ease .2s
}

.button--hamburger .hamburger-fixed.open:before,.button--hamburger .hamburger.open:before {
	top: calc(50% - 1px);
	transform: rotate(-45deg)
}

.button--hamburger .hamburger-fixed.open:after,.button--hamburger .hamburger.open:after {
	top: calc(50% - 1px);
	transform: rotate(45deg)
}
.header-left .vo{height: 80px; line-height: 80px; text-align: center; padding: 0 25px;border-right: 1px solid #eee;}
.header-left .vo1{padding: 0 40px;}
/*下拉菜单*/
.blackLevel{
	position: fixed;
	top: 80px;
	left: 0;
	background-color: rgba(0,0,0,0.75);
	width: 100vw;
	height: 100vh;
	display: none;
}
.burger_menu{
	position: fixed;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: #fff;
	z-index: 1;
	overflow: hidden;
	height: 0;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	opacity: 0;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7;
}

.burger_menu.active{
	height: 500px;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2;
}
.burger_menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.burger_menu>ul{
	padding-top: 80px;
	padding-bottom: 80px;
	-webkit-transition: all 0.7s cubic-bezier(.19,1,.22,1);
	transition: all 0.7s cubic-bezier(.19,1,.22,1);
}
.burger_menu>ul>li{
	display: inline-block;
	border-right: 1px solid #e2e2e2;
	padding-right: 30px;
	width: 25%;
	font-size: 14px;
	vertical-align: top;
	min-height: 250px;
}
.burger_menu>ul>li:nth-child(n+1){
	padding-left: 5%;
}
.burger_menu>ul>li:nth-last-of-type(1){
	border-right: none;
}
.burger_menu>ul>li>a{
	display: inline-block;
	text-decoration: none;
	text-decoration: none;
	color: #8d8d8d;
	margin-bottom: 10px;
	font-size: 14px;
}
.burger_menu>ul>li>ul>li>a{
	display: inline-block;
	text-decoration: none;
	text-decoration: none;
	color: #8d8d8d;
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
}
.burger_menu>ul>li>ul>li>a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #c82126;
	-webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
	transition: width .5s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.burger_menu>ul>li>ul>li>a:hover:after{
	width: 100%;
}
.burger_menu>ul>li>ul>li>a:hover{
	color: #c82126;
}

.burger_menu .title{
	color: #282828;
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 600;
}


.burger_menu>ul>li:nth-child(2){
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	opacity: 0;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;

}
.burger_menu>ul>li:nth-child(2)>a,
.burger_menu>ul>li:nth-child(2)>ul{
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	opacity: 1;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;

}
.burger_menu>ul>li:nth-child(3){
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	opacity: 0;
}
.burger_menu>ul>li:nth-child(3)>a,
.burger_menu>ul>li:nth-child(3)>ul{
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
	opacity: 0;
}
.burger_menu>ul>li:nth-child(4){
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
	opacity: 0;
}
.burger_menu>ul>li:nth-child(4)>a,
.burger_menu>ul>li:nth-child(4)>ul{
	transform: translateY(-80px);
	-webkit-transform: translateY(-80px);
	-moz-transform: translateY(-80px);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	opacity: 0;
}



.burger_menu.active>ul>li:nth-child(2){
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;

}
.burger_menu.active>ul>li:nth-child(2)>a,
.burger_menu.active>ul>li:nth-child(2)>ul{
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.burger_menu.active>ul>li:nth-child(3){
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
	opacity: 1;
}
.burger_menu.active>ul>li:nth-child(3)>a,
.burger_menu.active>ul>li:nth-child(3)>ul{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.35s;
	transition-delay: 0.35s;
	opacity: 1;
}
.burger_menu.active>ul>li:nth-child(4){
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.55s;
	transition-delay: 0.55s;
	opacity: 1;
}
.burger_menu.active>ul>li:nth-child(4)>a,
.burger_menu.active>ul>li:nth-child(4)>ul{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
	opacity: 1
}
/*下拉菜单end*/

.header-logo{flex-shrink: 0; padding:10px 0; height: 80px; position: absolute; left: 50%; top: 0; display: inline-block; z-index: 12;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.header-logo>img{ height:60px; width: auto; object-fit: contain; animation: rotate1 4s linear infinite;}

.header-right{width: 50%; position: relative; z-index: 10;}
.header-right .vo{height: 100%; line-height: 80px; text-align: center; padding: 0 25px; border-left: 1px solid #eee; z-index:51}
.header-right .vo1{padding: 0 40px; cursor: pointer; position: relative; z-index: 52; overflow: visible; }
.header-right .vo1 img{width: 25px; height: 25px; z-index: 55; position: relative;}
.header-right .vo1 .input{width: 500px; height:80px; background-color: #eee; border-left: 1px solid #ccc; position: absolute; right: -999px; top: 0px; z-index: 54;}

.header-right .vo1.on{background-color: #eee;}
.header-right .vo1.on .input{right: 105px; text-align: left;}


/*.header-right .vo1:hover .input{right: 105px; text-align: left;}*/
.header-right .vo1 .input input{background: transparent; border: none; font-size: 14px; color: #666; width: 80%; padding-left: 50px; outline: none;}




.header-right .meiti{height: 80px; line-height: 80px; text-align: center; padding: 0 25px; border-left: 1px solid #eee; z-index:51}
.meiti .item{margin: 0 10px; position: relative;}
.meiti .item .icon{cursor: pointer; overflow: hidden; width: 25px; height: 25px;}
.meiti .item .icon img{width: 25px; height: 25px;}
.meiti .item .ma{position: absolute; bottom:-190px;left: -75px; display: none;}
.meiti .item .ma img{width: 180px; height: 180px;}
.meiti .item:hover .ma{display: block;}
/*----------头部*/

/*底部----------------*/
.footer-bgcolor{
	background-color: #f3f5f8;
}
.footer{
	background-color: #f3f5f8;
	padding-top: 130px;
	padding-bottom: 130px;
}
.footer .left{text-align: left;}
.footer .left .logo{
	width: 281px;
}
.footer .left .logo img{
	height: 80px;
	width: auto;
	animation: rotate1 4s linear infinite;
}

.footer .left nav{
	margin-top: 70px;
}
.footer .left nav a{
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-decoration: none;
	color: #666;
	padding: 0 15px 0 0;
	text-align: center;
}
.footer .left nav a:hover{color: #000;}
.footer .left nav a:after{
	content: "|";
	display: inline-block;
	vertical-align: middle;
	color: #a7a7a7;
	font-size: 12px;
	margin-left: 25px;
	margin-right: 0;
	margin-top: -3px;
}
.footer .left nav a:nth-last-of-type(1):after{
	content: "";
	display: none;
}

.foot-search-box,
.foot-share-box{
	font-size: 0;
	margin-bottom: 30px;
	text-align: right;
}
.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: 6px 0 0 6px;
}
.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: #333333;
	color: #fff;
	border: none;
	font-size: 14px;
	cursor: pointer;
	border: 1px solid #333333;
	-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 6px 6px 0;
}
.foot-search-box .button:hover{
	background-color: #c82126;
	color: #fff;
	border: 1px solid #c82126;
}

.meiti1{margin-top: 10px; z-index:20; position: relative;}

.foot-address-box{font-size:12px; font-size: 12px; padding-top: 40px; color: #666; position: relative; z-index: 10;}
.foot-address-box1{padding-top:0px;}
.foot-address-box a{color: #666; margin: 0 4px;}
.foot-address-box1 a{margin-right: 0;}
.foot-address-box a:hover{color: #000;}
.foot-address-box .ipv6{padding: 0 5px; border-radius: 50px; font-size: 12px; line-height: 20px; overflow: hidden; border: 1px solid rgba(102, 102, 102, 1); margin-left: 5px;transform: scale(.8); display: inline-block; margin-right: 4px; position: relative; z-index: 10;}
.foot-address-box span{color: #666;}

@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;
	}
}
/*-------------------底部*/

/*返回顶部*/
.retop{width:50px; height: 50px; position: fixed; z-index:110; bottom: 50px; right: -100px; cursor: pointer;}
.retop.on{right: 10px;}
.retop img{width:40px; height:40px;}


/*右下角客服------------*/
.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: 35px; position: relative; overflow: visible; z-index: 51;}
.rfbtn6 .img1 .xiaobei{width:auto; height: 35px;position: relative;}
.rfbtn6 .img1 .xiaobei>img{width:35px; height: 35px;}
.rfbtn6 .img1 .xiaobei>.con{width: auto; background-color: #af251c; color: #fff; border-radius: 50px; line-height: 35px; padding: 0 20px; margin-right: 5px; display: none}
.rfbtn6 .img1 .xiaobei:hover>.con{display: block;}
.rfbtn6 .p1{width: 35px; height:auto; opacity: 0; position: absolute; bottom: 40px; 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: 35px; margin:0 0; position: relative;}
.rfbtn6 .p1>div>.img{width: 30px; height:30px; background-size:50% 50%; background-repeat: no-repeat; background-position: center; flex-shrink: 0; margin-left:0; margin-right: 3px; 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: #af251c; color: #fff; border-radius: 50px; line-height: 35px; padding: 0 20px; margin-right: 5px;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;}
/*----------右下角客服*/

/*侧边锚链接*/
.cbmaolink{
	position: fixed;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 100;
}
.cbmaolink ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.cbmaolink ul>li{
	margin-bottom: 5px;
	margin-top: 5px;
}
.cbmaolink ul>li>a{
	text-decoration: none;
}
.cbmaolink ul>li>a>span{
	float: left;
	color: #666666;
	transform: translateY(5px);
	-webkit-transform: translateY(5px);
	-moz-transform: translateY(5px);
	-ms-transform: translateY(5px);
	opacity: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	font-size: 14px;
}
.cbmaolink .icon{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background-color: #dcdddd;
	position: relative;
	margin-left: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
}
.cbmaolink .icon:after{
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 21px;
	height: 21px;
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;

}
.cbmaolink ul>li>a:hover .icon, .cbmaolink ul>li>a.on .icon{
	background-color: #c82126;
}
.cbmaolink ul>li>a:hover .icon:after, .cbmaolink ul>li>a.on .icon:after{
	border: 1px solid #c82126;
}
.cbmaolink ul>li>a:hover>span, .cbmaolink ul>li>a.on>span{
	transform: translateY(-4px);
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	opacity: 1;
	color: #c82126;
}
/*侧边锚链接 end*/


/*内页栏目 */
.inpage-nav{width: 100%; height: 60px; background-color:#f1f1f1; border-bottom: 1px solid #e8e8e8; overflow: visible; z-index: 30; position: fixed; top: 80px; left: 0;}
.inpage-nav .fenlei{flex-grow: 1;}
.inpage-nav .fenlei>a{margin:0 30px; height: 60px; box-sizing: border-box; line-height: 60px; border-left: 0; font-size: 16px; color: #888;border-bottom:3px solid transparent;overflow: visible; }
.about-nav .fenlei>a{margin: 0 20px;}
.inpage-nav .fenlei>a:last-child{margin-right: 15px;}
.inpage-nav .fenlei>a:first-child{border-left: 0;}
.inpage-nav .fenlei>a:hover{color: #c82126; border-bottom:3px solid #c82126;}
.inpage-nav .fenlei>a.active{color: #c82126; border-bottom:3px solid #c82126; font-weight: bold; }
.inpage-navTop{position: fixed; top:70px;left: 0; z-index:20; margin-top: 0;}
/*内页栏目 end----- */


/*首页------广告*/
#adSwiper .btngrop{
	width: 350px;
	height: 25px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
	margin: 0 auto;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
}
#adSwiper .btngrop .swiper-button-prev,
#adSwiper .btngrop .swiper-button-next{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	width: 0;
	height: 0;
	outline: none;
	border: none;
	position: static;
	margin-top: 0;
}
#adSwiper .btngrop .swiper-button-prev::after{
	font-size: 18px;
	font-weight: normal;
	content: 'PREV';
	width: 60px;
	height: 25px;
	cursor: pointer;
}
#adSwiper .btngrop .swiper-button-next::after{
	font-size: 18px;
	font-weight: normal;
	content: 'NEXT';
	width: 60px;
	height: 25px;
	cursor: pointer;
}
#adSwiper .fenshi{position: absolute; right: 100px; bottom: 10px; font-size:14px; color:#fff; z-index: 20; }
#adSwiper .fenshi>span{font-size:20px;}
#adSwiper .swiper-slide{width: 100%; height: 100vh;}
#adSwiper .swiper-slide .slide-img{width: 100%;height: 100%; display: block; background-position: center center; background-repeat: no-repeat; background-size: cover;	}
#adSwiper .swiper-slide-active .slide-img,
#adSwiper .swiper-slide-duplicate-active .slide-img{
	-webkit-animation: zoomUp 12s linear 0s;
	animation: zoomUp 12s linear 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.ad-bullet{width:12px; height: 12px; background-color:rgba(248,226,189,.5); display:inline-block; position: relative; border-radius:50%; margin: 0 8px; cursor: pointer;}
.ad-bullet-active{ background-color:rgba(200,33,38,.95);transform: scale(1.2);}


/*首页----产品*/
.index-part3{background-color: #eee; padding: 80px 0 50px 0;}
.index-part3 .box2{margin-top:20px; width: 100%; overflow: hidden; padding:30px 0; }
.index-part3 .box2 .box2-1{width:25%; border:4px solid #eee;  padding:0;  cursor: pointer;overflow: hidden; position: relative; background-color: #fff;}
.index-part3 .box2 .box2-1 .tit{padding:40px; z-index: 10; position: relative; width:100%; flex-shrink: 0;}
.index-part3 .box2 .box2-1 .tit>div{text-align: center;}
.index-part3 .box2 .box2-1 .tit>.img{width:50px; height:50px; background: url('../images/product-icon.png') no-repeat center center; background-size: 100% 100%; flex-shrink: 0;}
.index-part3 .box2 .box2-1 .tit .p1{font-size:26px; margin-top: 20px;}
.index-part3 .box2 .box2-1 .tit .p2{font-size:16px;color: #999; margin-top: 10px;}
.index-part3 .box2 .box2-2 .tit>.img{background: url(../images/style.png) no-repeat center center; background-size: 100% 100%;}
.index-part3 .box2 .box2-3 .tit>.img{background: url(../images/spec.png) no-repeat center center; background-size: 100% 100%;}
.index-part3 .box2 .box2-4 .tit>.img{background: url(../images/color.png) no-repeat center center; background-size: 100% 100%;}
.index-part3 .box2 .box2-5 .tit>.img{background: url(../images/face.png) no-repeat center center; background-size: 100% 100%;}
.index-part3 .box2 .box2-1 .con{padding:20px; width: 100%; height:100%; overflow: hidden; position: absolute; z-index:12; left: 0; top: 100%; background-color: #fff;}
.index-part3 .box2 .box2-1 .con .p1{width: 100%; margin-bottom: 10px; font-size:22px; text-align: center;}
.index-part3 .box2 .box2-1 .con .p2{width: 100%; height: 120px; overflow: hidden; }
.index-part3 .box2 .box2-1 .con a{ margin: 0 20px 2px 0; display: inline-block; font-size:14px;border-bottom: 1px solid transparent; }
.index-part3 .box2 .box2-1 .con a:hover{border-bottom: 1px solid #c82126;}
.index-part3 .box2 .box2-1:hover .con{top: 0;}

/*首页----产地溯源*/
.index-part1{padding: 80px 0 0 0; position: relative;}
.index-part1 .swiper-container{z-index: 10; margin-top: 30px;}
.index-part1 .swiper-slide{height: 700px;}
.index-part1 .swiper-slide .img{width: 100%; height: 100%; position: relative;}
.index-part1 .img .con{width: 25%; height: 100%; position: absolute; top: 0; right: 0; background-color: rgba(0,0,0,1); color:#fff;}
.index-part1 .img .con .h1{line-height:120px; width: 100%; font-size: 30px; padding: 20px 40px 0 40px; font-weight: bold; border-bottom: 1px solid rgba(255,255,255,.3); position: relative;}
.index-part1 .img .con .h1::before{content: ""; height: 5px; width: 50px; background-color: #fff; position: absolute; bottom: -3px; left: 40px;}
.index-part1 .img .con .p1{padding:80px 40px 0 40px; line-height:40px; font-size:20px; font-weight: normal;}
.index-part1 .img .con .a1{ font-size: 16px; display: inline-block; border: 1px solid rgba(255,255,255,.5); padding:8px 30px; color: #fff;  text-align: center; border-radius: 50px; margin-left: 40px; margin-top: 50px;}
.index-part1 .img .con .a1:hover{background-color: rgba(255,255,255,1); color: #000;}
/*轮显控制按钮*/
.index-part1 .control{width: 100%; height: 60px;position: absolute; left: 0; bottom: 10px; z-index: 20;}
.index-part1 .control .prev-btn{width: 50px; height:50px; border: 1px solid rgba(255,255,255,1); border-radius: 50%; cursor: pointer; margin-right: 50px; opacity: .7;}
.index-part1 .control .prev-btn .p2{width: 0;height: 0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-right: 5px solid rgba(255,255,255,1); position: relative;}

.index-part1 .control .prev-btn .p2::before{content:""; width: 50px; height: 1px; background-color: rgba(255,255,255,1); position: absolute; top: 50%;left:5px;}
.index-part1 .control .prev-btn:hover{opacity: 1; border-color:rgba(200,33,38,1);}
.index-part1 .control .prev-btn:hover .p2{margin-left: -10px;}
.index-part1 .control .prev-btn:hover .p2{border-right: 5px solid rgba(200,33,38,1);}
.index-part1 .control .prev-btn:hover .p2::before{ background-color: rgba(200,33,38,1);}


.index-part1 .control .next-btn{width: 50px; height:50px; border: 1px solid rgba(255,255,255,1); border-radius: 50%; cursor: pointer; margin-left: 50px; opacity: .7;}
.index-part1 .control .next-btn .p2{width: 0;height: 0;border-top: 5px solid transparent;border-bottom: 5px solid transparent;border-left: 5px solid rgba(255,255,255,1);position: relative;}
.index-part1 .control .next-btn .p2::before{content:""; width: 50px; height: 1px; background-color: rgba(255,255,255,1); position: absolute; top: 50%;right:5px;}
.index-part1 .control .next-btn:hover{opacity: 1;border-color:rgba(200,33,38,1);}
.index-part1 .control .next-btn:hover .p2{margin-left: 10px;}
.index-part1 .control .next-btn:hover .p2{border-left: 5px solid rgba(200,33,38,1);}
.index-part1 .control .next-btn:hover .p2::before{background-color: rgba(200,33,38,1);}


.index-part1 .fenye{padding:0; width:120px;  text-align: center; font-size: 24px; color: #fff; font-weight: bold;}

/*首页-----关于我们*/
.index-part2{padding: 80px 0 80px 0;}
.index-part2 .box1{padding-top: 50px;}
.index-part2 .box1 .p1-1{width:100%; padding-left: 10%; font-size: 16px; line-height: 40px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;text-overflow: ellipsis;}
.index-part2 .box1 .p1-1 p,.index-part2 .box1 .p1-1 div{ text-align: left !important;}
.index-part2 .box1 .p1-2{width: 100%;padding-left: 10%;}
.index-part2 .box1 .p1-2 .more{margin-top: 50px; padding: 8px 30px; font-size: 16px; display: inline-block; border-radius: 50px; background-color: #333; color: #fff; border: 1px solid #333; }
.index-part2 .box1 .p1-2 .more:hover{background-color: #fff; color: #333; }

.index-part2 .box1 .p2{padding-left: 0;}
.index-part2 .box1 .p2 .img{width:100%; height: auto; max-height: 700px;}

/*首页-----公司动态*/
.index-part4{padding: 60px 0 30px 0; position: relative; z-index: 10;}
.index-part4::before{content: ""; background-color: #f1f1f1; width: 100%; height: 500px; position: absolute; left: 0; top: 0; z-index: 9;}
.index-part4 .container{z-index: 11;position: relative;}
.index-part4 .box1{padding-top: 40px; }
.index-part4 .box1 .item{padding: 0 5%;}
.index-part4 .box1 .item .img{width:90%; height: 440px; margin:0 5%;}
.index-part4 .box1 .item .img:hover img{transform:scale(1.1);}
.index-part4 .box1 .item .p1{line-height: 40px;font-size: 26px; padding-top: 30px; color: #000;}
.index-part4 .box1 .item .p2{font-size: 22px;padding-top:10px; color: #666;font-family:'yingwen';}
.index-part4 .box1 .item .p3{padding-top: 10px;line-height:25px; font-size: 16px; color:#999; }
.index-part4 .box1 .item .a-btn{
	padding-top: 30px;
	text-align: right;
}
.index-part4 .box1 .item .a-btn .more{
	display: inline-block;
	color: #333333;
}
.index-part4 .box1 .item .a-more{
	padding: 10px 50px;
	color: #fff;
	border-radius: 50px;
	display: inline-block;
	text-decoration: none;
	background-color: #333333;
	margin-bottom: 30px;
	border: 1px solid #333333;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.index-part4 .box1 .item .a-more:hover{
	color: #333333;
	background-color: #fff;
	border: 1px solid #333333;
}
/*按钮icon*/
[data-comp=button_line] {
	height: 30px;
	line-height: 30px;
	position: relative;
	letter-spacing: 1px;
	display: block;
	margin-left: 55px;
}

[data-comp=button_line] .icon-line {
	width: 40px;
	height: 1px;
	background-color: #b7b7b7;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	left: -55px;
}
[data-comp=button_line] .icon-line:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25%;
	height: 1px;
	background-color: #af251c;
	font-size: 14px;
	-webkit-transition: all .8s cubic-bezier(.24,.05,0,1);
	transition: all .8s cubic-bezier(.24,.05,0,1);
}
[data-comp=button_line]:hover .icon-line:after{
	width: 100%;
	-webkit-transform: translateX(75%);
	transform: translateX(75%);
}
/*按钮icon end*/

/*首页------招商加盟*/
.homeZhaoshang{padding-top: 80px; padding-bottom: 100px; height: 100%; background: url('../images/about-2.jpg') no-repeat center; background-size: cover; position: relative; z-index: 10;}
.homeZhaoshang>.mask{width: 100%; height: 100%; position: absolute; left: 0;top: 0; background-color: rgba(0,0,0,.5); z-index: 11;}
.homeZhaoshang .part1{width: 100%; flex-grow: 1; padding-top: 30px !important; z-index: 12;}

.homeZhaoshang .container{position: relative; padding-top: 0 !important; margin-bottom: 0 !important;}
.homeZhaoshang .container:nth-child(1){margin-bottom: 20px;}
.homeZhaoshang .container:nth-child(2){margin-bottom: 40px;}
.homeZhaoshang .container>div{}
.homeZhaoshang .main{width: 100%; padding-top: 10px !important; }
.homeZhaoshang .box2-1{width:50%; height:100%; box-sizing: border-box;  text-align: right; }
.homeZhaoshang .box2-1 .con3-1{width: 300px; height:550px;}
.homeZhaoshang .box2-1 .con3-1 .item-prev,.homeZhaoshang .box2-1 .con3-1 .item-next{width:100%; height: 30px; flex-shrink: 0; text-align: center; font-size: 30px; cursor: pointer; color: #eee;}
.homeZhaoshang .box2-1 .con3-1 .item-prev i,.homeZhaoshang .box2-1 .con3-1 .item-next i{margin: 0;padding: 0; line-height: 30px;}
.homeZhaoshang .box2-1 .con3-1 .item-prev{margin-bottom:5px;}
.homeZhaoshang .box2-1 .con3-1 .item-next{margin-top:5px; overflow: hidden;}
.homeZhaoshang .box2-1 .con3-1 .item-prev:hover,.homeZhaoshang .box2-1 .con3-1 .item-next:hover{color: #fcc800; transform:scale(1.5);}

.homeZhaoshang .box2-1 .con3-1 .p2{
	width: 100%; height:30px; line-height: 30px; text-align: center; color: #fff; font-size: 18px; box-sizing: border-box;
}
.homeZhaoshang .box2-1 .con3-1 a.p2:visited,.homeZhaoshang .box2-1 .con3-1 a.p2:link{color: #fff;}
.homeZhaoshang .box2-1 .con3-1 a.p2:hover{color: #fcc800;}


.homeZhaoshang .box2-1 .con3-1 .swiper-container{flex-grow: 1;}
.con3-1 .swiper-slide{width:300px; box-sizing: border-box; cursor: pointer;}
.con3-1 .swiper-slide .div1{width:100%; height: 100%; box-sizing: border-box; display: block; z-index: 10; position: relative; overflow: hidden; background-color: #fff; border-radius: 10px;}
/* .con3-1 .swiper-slide .div1>img{width: 100%; height: auto;} */
.con3-1 .swiper-slide .div1>.p1{
	width: 100%; height:auto; z-index: 15; position: absolute; bottom:0; left: 0; background-color: #fff; padding: 0;
}
.con3-1 .swiper-slide .div1>.p1 h2{text-align: left;  height: 30px; font-size: 18px;  padding: 8px 10px 0 10px; margin: 0; font-weight: bold; color: #000;}
.con3-1 .swiper-slide .div1>.p1 h2>span{font-size: 14px; padding-left: 5px; display: inline-block; color: #999; font-weight: normal;}
.con3-1 .swiper-slide .div1>.p1 p{box-sizing: border-box; padding:0 10px 0 10px; margin-top: ; text-align: justify; max-height: 0; font-size: 12px; line-height: 20px; overflow: hidden;}
.con3-1 .swiper-slide:hover .div1>.p1 p{max-height:110px; padding-top: 10px;}
.homeZhaoshang .box2-2{width:50%; min-height: 550px; background-color: rgba(255, 255, 255, .9); padding:80px 50px; border-radius:10px; height: auto; box-shadow: 0 0 10px 5px rgba(255, 255, 255, .3); box-sizing: border-box;}

.homeZhaoshang .box2 .swiper-pagination{text-align: right; padding-right: 20px;}
.homeZhaoshang .box2-2 p{font-size: 16px; line-height:30px; padding-top: 0;color:#666;}

.zx-new-1{width:470px; padding:0 0 0 0; color: #eee; }
.zx-new-1>h1{font-size: 26px; width: 100%; text-align: center;  color: #000; margin-bottom: 30px;}
.zx-new-1 td{ padding-bottom:15px;}
.zx-new-1 tr td:nth-child(1){width: 50px; text-align: left; font-size:22px;}
.zx-new-1 tr:last-child td{padding-bottom: 0;}
.zx-tit{ font-size:18px;color:#000; width: 60px !important; }
.zx-input{ box-sizing:border-box; border:1px solid #999; width:90%;  padding:5px 5px; border-radius:6px; font-size:18px; line-height:30px; background-color: #eee;}
.zx-new-1a .zx-input{background-color: #fff;}
.zx-submit{ text-align:center; width:200px; font-size:24px; line-height:25px; padding:5px 15px; box-sizing: border-box; border-radius:50px; background-color: #333; border: 1px solid #333; color:#fff; box-shadow:none; font-family:'Microsoft YaHei','SimSun',Arial,Sans-Serif; cursor:pointer; letter-spacing:3px;}
.zx-submit:hover{background-color: #fff; color:#000 !important;}


/*关于我们内页*/
.about{padding:140px 0 0 0;}
.about .box1{}
.about .box1 .p1{padding-top: 30px; font-size: 14px; color: #000;}
.about .box1 .h1{padding-top: 50px; padding-left: 15%;}
.about .box1 .h1-1{font-size:45px; font-family: "yingwen",Arial, " sans-serif";}
.about .box1 .h1-2{font-size: 30px; line-height: 60px;}
.about .box1 .h1-3{padding-top: 30px; padding-bottom: 50px;}
.about .box1 .h1-3>span{color: #999;}
.about .box1 .p2{}
.about .box1 .p3{padding-top: 50px; padding-bottom: 80px; width: 80%; margin: 0 10%;}
.about .box1 .p3 img{max-width: 100%;}
.about .box1 .p3 p{font-size: 16px;}

.about .box2{width: 1280px; padding: 0;}
.about .box2 .p3{padding-top: 50px; padding-bottom: 80px; margin: 0; width: 100%;}



/*平台品牌*/
/*.about .part2{ margin: 0 10%;}*/
/*.about .part2 .item{width: 100%;margin-bottom: 60px}*/
/*.about .part2 .item .h1{width: 100%;font-size:30px; line-height: 60px; text-align: center; padding: 0;}*/
/*.about .part2 .item .con{width: 100%; height: 600px; margin-top: 30px;position: relative; z-index: 10;}*/
/*.about .part2 .item .con .img{width: 80%; height: 100%; overflow: hidden; border-radius: 50px 6px 50px 6px; z-index: 11; }*/

/*.about .part2 .item .con .con-1{z-index: 12; background-color: rgba(255,255,255,1); border-radius: 20px 0 20px 0; padding: 30px;  box-shadow: 0 0 5px 2px #ccc; position: absolute; right: 0; top: 50%; width: 35%; height: 80%;*/
/*	transform: translateY(-50%);*/
/*	-webkit-transform: translateY(-50%);*/
/*	-moz-transform: translateY(-50%);*/
/*	-ms-transform: translateY(-50%);*/
/*}*/
/*.about .part2 .item .con .con-1 .zhengwen{width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; padding-right: 20px}*/
/*.about .part2 .item .con .con-1 .zhengwen img{max-width: 100%;}*/

/*.about .part2 .item1 .con-1{left: 0;}*/
/*.about .part2 .item1 .con .img{margin-left: 20%;}*/


/*品牌授权与品牌荣誉*/
.about .part3 {
	padding: 30px 0 100px 0;
	width: 100%;
	position: relative;
}
/*.about .part3>div{width: 100%; position: relative;}*/
/*.about .part3 .swiper-button-next, .about .part3 .swiper-button-prev{*/
/*	cursor: pointer; outline: none;*/
/*}*/
/*.about .part3 .swiper-button-next::after,*/
/*.about .part3 .swiper-button-prev::after {*/
/*	color: #cccccc;*/
/*	font-size: 30px;*/
/*	cursor: pointer;*/

/*}*/
/*.about .part3 .swiper-button-prev::after{margin-left: -100px;}*/
/*.about .part3 .swiper-button-next::after{margin-right:-100px;}*/
/*.about .part3 .swiper-button-next:hover::after,*/
/*.about .part3 .swiper-button-prev:hover::after {*/
/*	color: #000;*/
/*}*/
.honor-list{margin-left:-10px}
.honor-list .swiper-slide {
	width: 23%;
	margin: 0 1% 30px 1%;
	outline: none;
	border: 1px solid #cdcdcd;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
}
.honor-list .swiper-slide .img {
	height: 367px;
	overflow: hidden;
	background-color: #fff;
}
.honor-list .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
}
.honor-list .swiper-slide h3 {
	line-height: 75px;
	border-top: 1px solid #cdcdcd;
	font-size: 16px;
	color: #333333;
}
.honor-list .swiper-slide:hover h3{
	transition:all .3s ease;
	-moz-transition:all .3s ease;
	-webkit-transition:all .3s ease;
	-o-transition:all .3s ease;
	background-color: #c82126;
	color: #fff;
}

/*联系我们*/
.about .part4 {
	width: 100%;
	position: relative;
}


/*关于我们内页 end-----*/


/*招商加盟内页*/
.join{padding:100px 0 0 0;}
.join .box1{padding-top: 40px}

.join .box1 .p1{padding-top: 30px; font-size: 14px; color: #000;}
.join .box1 .h1{padding-top: 50px; padding-left: 15%;}
.join .box1 .h1-1{font-size:45px; font-family: "yingwen",Arial, " sans-serif";}
.join .box1 .h1-2{font-size: 30px; line-height: 60px;}
.join .box1 .h1-3{padding-top: 30px; padding-bottom: 50px;}
.join .box1 .h1-3>span{color: #999;}
.join .box2{padding: 0 15%;}
.join .box2 img{min-width:1000px;}
.join .box3{padding: 60px 0 80px 0;}
/*招商加盟内页 end------*/

/*赋能系统内页*/
.funeng{padding:40px 0 0 0;}
.funeng .box1{padding-top: 40px}
.funeng .box1 .p1{padding-top: 30px; font-size: 14px; color: #000;}
.funeng .box1 .h1{padding-top: 50px; padding-left: 15%;}
.funeng .box1 .h1-1{font-size:45px; font-family: "yingwen",Arial, " sans-serif";}
.funeng .box1 .h1-2{font-size: 30px; line-height: 60px;}
.funeng .box1 .h1-3{padding-top: 30px; padding-bottom: 50px;}
.funeng .box1 .h1-3>span{color: #999;}
.funeng2{height:680px; width:100% padding: 0; position: relative; background: url(../images/funeng-bg.jpg) no-repeat center; background-size: cover;}
.funeng2 .con{border-radius: 8px; background-color: #fff; padding: 20px;}
.funeng2 .con img{width: 220px; height: 220px;}
.funeng2 .con .tit-1{width: 100%; line-height: 40px; font-size: 16px; text-align: center; margin-top: 10px;}

/*赋能系统内页 end------*/

/*新闻中心内页*/
.news{padding:140px 0 0 0;}
.news1::before{background-color:transparent;}
.news .my-daohang.p1{padding-top: 30px; font-size: 14px; color: #000;}
.news .box1 .item .p3{height: 70px; overflow: hidden;}
.news .box1 .item{margin-bottom: 50px;}
.news .box2{padding-bottom: 50px;}
/*新闻中心内页 end------*/

/*新闻展示页*/
.in-newsview{padding-top:140px; margin-top: 20px;}
.in-newsview .container>.p1{padding-top: 30px; font-size: 14px; color: #000; margin-bottom: 50px;}
.zhengwen .share-out{position:fixed !important; top:200px; left:-100px; z-index: 80; width: 40px;}
.zhengwen .share-out.on{left:20px;}
.newview{padding:0 50px 10px 15px; overflow:hidden; position: relative; border-radius: 5px; min-height: 800px !important;}
.newview-tit{ text-align:left; font-size: 32px; line-height: 40px; padding:15px 0; margin-top: 10px; font-weight: bold; color: #000;}
.newview-tit1{font-size:12px; color: #2B2B2B; line-height:30px; text-align: left;}
.newview-tit1 .t2{padding:0 10px;}
.newview-tit1 img{ width: 15px; height: 15px; margin-right: 2px;}
.newview-tit1 .t3{color: #13a10e;}
.inmorenews{margin: 50px 0;}
.inmorenews h2{font-size: 20px; padding: 0; margin: 0; font-weight: bold; color: #000;}
.newview .con1{border-radius:0; width: 100%; padding: 15px; border: 1px solid #ddd; background-color: #f3f5f8;}
.newview .con1 .p1{cursor: pointer;}
.newview .con1 .p1>img{width:60px; height: 60px; margin-right: 10px; flex-shrink: 0; }
.newview .con1 .p1>div{font-size: 12px; line-height:20px;color: #2B2B2B; text-align: left;}

.newview .con1 .p2-1{font-size: 12px; color: #2B2B2B; text-align: right; }
.newview .con1 .p1:hover img{transform:scale(1.5);}
.newview .con1 .p2-2{position: relative; z-index:10; flex-shrink: 0; padding:2px 10px 2px 15px; border-left: 1px solid #ccc; cursor: pointer; margin-left: 15px;}
.newview .con1 .p2-2>img{width: 20px; height: 20px;}
.newview .con1 .p2-2>.share2{ position: absolute; z-index: 12; top: 5px; right: 10px; width: auto;  padding-top: 0; margin-top: 0; display: none;}
.newview .con1 .p2-2:hover .share2{display: flex;}
.newview-con{border-top:1px solid #ccc;padding:30px 0 0 0; line-height:30px; font-size:18px; }
.newview-con img{ text-align:center; max-width:100%;  margin: 0 auto 5px auto; padding: 0;}
.newview-con video{max-height: 700px;}

.newview .updown{width:100%; margin-top:20px; margin-bottom: 50px;}
.newview .updown .prev,.newview .updown .next{ color: #666;  padding: 5px 20px; box-sizing: border-box; font-size: 16px; text-align: center; border-radius:50px; background-color:#fff; margin: 0 50px; line-height:20px; box-shadow: unset;}
.newview .updown .prev{padding-left:35px;background:#fff url(../images/more-icon3.png) no-repeat 12px center; background-size:20px 20px;}
.newview .updown .prev:hover{background-image:url(../images/more-icon3_hl.png);}
.newview .updown .next{padding-right:35px;background:#fff url(../images/more-icon2.png) no-repeat 70px center; background-size:20px 20px;}
.newview .updown .next:hover{background-image:url(../images/more-icon2_hl.png);}
.newview .updown .prev:hover,.newview .updown .next:hover{background-color: #000; color:#fff; }
.my-label span,.my-label a{ padding: 3px 8px; background-color: #000; color: #fff; margin-right: 15px; white-space:nowrap; border-radius: 5px; margin-bottom: 20px; box-sizing: border-box; display: block;}
.my-label span.tit{background-color: unset; color: #333; margin-right:0; font-size: 16px;}
.my-label i{font-size: 24px; margin-right: 15px;}

.moreRight.fixed{width:300px;position: fixed; top:140px;}
.new-more{padding:30px; background-color: #f3f5f8; margin-left:15%;}
.new-more .tit{font-size: 18px; color: #000; margin-bottom: 40px;}
.new-more .vo{width: 100%; display:block; border-bottom: 1px solid #ccc; padding-bottom: 30px; margin-bottom: 30px;}
.new-more .vo .p1{line-height:25px; font-size: 16px; color:#000;}
.new-more .vo .time1{margin-top: 10px; font-size: 14px; color:#999;}
.new-more .vo:hover{border-bottom: 1px solid #000;}

/*新闻展示页 end------*/


/*视频中心内页*/
.video{padding:140px 0 0 0;}
.video::before{background-color:transparent;}
.video .my-daohang.p1{padding-top: 30px; font-size: 14px; color: #000;}
.video .box1 .item .p3{height: 70px; overflow: hidden;}
.video .box1 .item{margin-bottom: 50px;}
.video .box1 .item a.img{position: relative;}
.video .box1 .item a .video-btn{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color:rgba(0,0,0,.3);}
.video .box1 .item a .video-btn img{width: 60px; height: 60px;}
.video .box1 .item a.img:hover .video-btn{background-color:rgba(0,0,0,.6);transform:scale(1.1);}
.video .box2{padding-bottom: 50px;}
/*视频中心内页 end-----*/

/*案例/装修案例内页*/
.cases{padding:80px 0 0 0;}
.cases::before{height: 450px;}
.cases1::before{background-color:transparent;}
.cases .my-daohang.p1{padding-top: 30px; font-size: 14px; color: #000;}
#role-box{display: none;}
.cases .box1{padding: 80px 0;}
.cases .box1 .con img{max-width: 100%;}
.cases .box1 .item{margin-bottom: 50px; padding: 0 2.5%;}
.cases .box1 .item .img{height: 400px; width: 100%; margin: 0;}
.cases .box2{padding-bottom: 50px;}
.cases .h1{padding-top: 50px; padding-left: 15%;}
.cases .h1-1{font-size:45px; font-family: "yingwen",Arial, " sans-serif";}
.cases .h1-2{font-size: 30px; line-height: 60px;}
.cases .h1-3{padding-top: 30px; padding-bottom: 50px;}
.cases .h1-3>span{color: #999;}
.cases .box3{padding: 40px 10% 80px 10%; font-size: 16px; color: #000;}
.cases .box3 .p1{padding-top: 30px; font-size: 14px; color: #000;}
/*案例/装修案例内页 end----*/

/*案例展示页*/
.in-caseview .container{max-width: 1500px}
.in-caseview{padding-top:80px; margin-top: 20px;}
.caseview{padding-bottom: 50px;}
.caseview-tit1{font-size:16px; color: #2B2B2B; line-height:30px; text-align: left; width: 100%; margin-bottom: 10px;}
.caseview-tit1 .t2{padding: 0 10px;}
.caseview-tit1 .img{width: 25px; height: 25px; border-radius: 50%; margin-right: 10px; flex-shrink: 0; overflow: hidden;}
.caseview .newview-con{padding-top: 0;}
.caseview .newview-con .p1{margin-top: 30px; width: 100%; line-height: 25px; font-size: 16px;}
.caseview .newview-con .p2{margin-top: 30px; position: relative; width: 100%;}
.caseview .newview-con .p2>video{max-width: 100%; max-height: 600px;}
.caseview .p3{margin-top: 30px;}
.caseview .p3 #bigProimg{ height: 600px; background-color: #fff; border-radius: 6px; overflow: hidden;}
.caseview .p3 #bigProimg .swiper-slide{background-color:transparent; height: 600px;}
.caseview .p3 #bigProimg .swiper-slide img{ max-width: 100%; max-height: 100%;}
.caseview .p3 #bigProimg .swiper-pagination{text-align: right; box-sizing: border-box; padding-right: 10px; font-size: 16px; text-shadow: 0 0 2px #fff; bottom: 0;}
.caseview .p3 #bigProimg .swiper-pagination>span{}
.caseview .p3 .small-items{height: 15%;}
.caseview .p3 #proThumbs .swiper-slide{height:100px; }
.caseview .p3 #proThumbs .swiper-slide img{width: 100%; height: 100%; padding: 0; margin: 0;}
.caseview .p3 .small-items .item-prev ,.caseview .p3 .small-items .item-next {color: #666;}
.caseview .p3 .small-items .item-prev:hover ,.caseview .p3 .small-items .item-next:hover{color: #000;}
.caseview .my-label{margin-top: 30px;}
.small-items{margin-top: 10px;}
.small-items .item-prev,.small-items .item-next{font-size: 40px; width: 40px; flex-shrink: 0; text-align: center; cursor: pointer;}
#proThumbs{flex-grow: 1;}
#proThumbs .swiper-slide{cursor: pointer;
	opacity:0.7;
	overflow: hidden;
}
#proThumbs .swiper-slide img{max-width: 100%; max-height: 100%;}
#proThumbs .swiper-slide-thumb-active{
	opacity:1;
	border:2px solid #000;
}
/*案例展示页 end-------*/

/*下载中心、VIP专区*/
.indownload{height: 100vh; padding-top:80px; background: url(../images/download-bg.jpg) no-repeat center; background-size: cover; overflow: hidden; position: relative; z-index: 10; display: block;}
.indownload::before{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.5); z-index: 11; content: "";}
.overlay-div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 15;
}
.indownload .login{ z-index:12;}
.indownload .login .win{padding: 50px 80px; background-color:rgba(238, 238, 238, .85);  overflow: hidden; box-shadow: 0 0 20px #333; border-radius: 10px;}

.indownload .zx-new-1 .zx-tit{font-weight: normal; text-align: right; padding-right: 10px; color:#000; width:120px !important;}
.indownload .zx-new-1 .zx-submit{margin-left: 30px;}
/*.indownload .zx-new-1 .zx-submit{background-color:#666;width:370px; padding:0 15px; line-height: 45px; height: 45px; font-size:22px; border-radius:6px; color:#fff;}*/
/*.indownload .zx-new-1 .zx-submit:hover{background-color:#000;}*/
.indownload .login h1{text-align:center;font-size:28px; font-weight: bold; padding:0;  margin-bottom: 50px;color:#000;}
.indownload .login h1>span{margin-left: 20px;color: #000;font-family: yingwen;text-transform: uppercase; }
.indownload .login h2{text-align:center;font-size:28px; padding: 10px 0 50px 0;}
.indownload .login input.zx-input{padding:7px 5px; background-color: transparent !important; border-radius: 0px !important; border:0; border-bottom: 1px solid #000; color: #000; outline: none; ;}
.indownload .login input.zx-input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:    #666;
}
.indownload .login input.zx-input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:    #666;
	opacity:  1;
}
.indownload .login input.zx-input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:    #666;
	opacity:  1;
}
.indownload .login input.zx-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:    #666;
}

.indownload .login .zx-input:-internal-autofill-previewed,.indownload .login .zx-input:-internal-autofill-selected {
	-webkit-text-fill-color: #000;
	transition: background-color 5000s ease-out 0.5s;
}

.indownload2{padding:140px 0 0 0;}
.indownload2::before{height: 450px;}
.indownload2a::before{background-color:transparent;}
.indownload2 .my-daohang.p1{padding-top: 30px; font-size: 14px; color: #000;}
.indownload2 .box1{padding: 80px 0;}
.indownload2 .box1 .con img{max-width: 100%;}
.indownload2 .box1 .item{margin-bottom: 50px; padding: 0 2.5%; width: 33.3%}
.indownload2 .box1 .item .p1{font-size: 26px;}
.indownload2 .box1 .item .p2{font-size: 18px; padding-top: 10px;}
.indownload2 .box1 .item .p2>span{color: #000; font-weight: bold; }
.indownload2 .box1 .item .img{height: 400px; width: 100%; margin: 0;}
.indownload2 .box2{padding-bottom: 50px;}
/*下载中心、VIP专区 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{ max-height:100%; 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;}
/*网站地图 end--------*/

/*产品内页*/
.product{display: block; height: 50vh; background: url("../images/product-bg.jpg") no-repeat center; background-size: cover; padding-top: 80px; position: relative; z-index: 10;}
.product::before{width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.5); z-index: 11; content: "";}
.product .box1{z-index: 12; position: relative;}
.product .box1 .p1{padding-top: 30px; font-size: 14px;color: #fff;}
.product .box1 .p1 a{color: #eee;}
.product .box1 .p1 a:hover{color: #fff;}

.product .box1 .h1{padding-top: 50px; padding-left: 15%; color: #fff;}
.product .box1 .h1-1{font-size:45px; font-family: "yingwen",Arial, " sans-serif";}
.product .box1 .h1-2{font-size: 30px; line-height: 60px;}
.product .box1 .h1-3{padding-top: 30px; padding-bottom: 50px;}
.product .box1 .h1-3>span{color: #eee;}

.product2{background-color: #f3f5f8; padding: 0;}
.product2 .left{background-color: #fff; position: relative; margin-top: -100px; z-index: 20; padding: 0; display: block; min-height: 100vh;}
.product2 .left>.h1{ border-bottom: 1px solid #eee; height: 100px; padding-left: 20%;  }
.product2 .left>.h1 img{width: 35px;height: 35px;flex-shrink:0; margin-right: 10px;}
.product2 .left>.h1 div{font-size: 18px;}

.product2 .left .floatNav{position: relative; background-color: #fff;}
.product2 .left .floatNav.on{position: fixed; margin-top: 40px; left: 0; top: 50%; z-index: 20;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.product2 .left .fenlei{margin-left: 15%; padding-right: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee;}
.product2 .left .fenlei .one{width: 100%; padding-top: 20px; font-size:16px;}
.product2 .left .fenlei .one .span1{font-weight: bold; color: #000;}
.product2 .left .fenlei .one .span2{font-family: Arial, " sans-serif"; padding:5px 0 5px 10px; cursor: pointer;}

.product2 .left .fenlei .two{width: 100%; padding-top:0; font-size:16px;}
.product2 .left .fenlei .two .vo{padding:0 0 5px 0; width:auto; min-width: 50%;}
.product2 .left .fenlei .two .vo .circle{ width: 13px; height: 13px; border-radius: 50%; overflow: hidden; border: 1px solid #999;margin-right: 8px;}
.product2 .left .fenlei .two .vo .circle>div{width: 7px; height: 7px; border-radius: 50%;overflow: hidden; background-color: #fff; flex-shrink: 0; }
.product2 .left .fenlei .two .vo .p1{flex-grow: 1; line-height: 25px; font-size: 15px;  color: #888;}

.product2 .left .fenlei .two .vo.on .circle>div,.product2 .left .fenlei .two .vo:hover .circle>div{background-color: #000;}
.product2 .left .fenlei .two .vo.on .p1,.product2 .left .fenlei .two .vo:hover .p1{color: #000;}

.product2 .left .fenlei .two2 .vo{padding:0 0 5px 0; width:auto; min-width: 33%;}


.product2 .left .a-btn{
	padding: 20px 20px 20px 0;
	text-align: right;
	font-size: 15px;
}
.product2 .left .a-btn .more{
	display: inline-block;
	color: #333333;
}

.product2 .right{ margin-top: 30px; padding: 30px 5%;}

.product2 .right .box1{height: 60px; width: 100%; line-height: 60px; text-align: center; padding: 0 0; border-bottom: 1px solid #ccc; margin-bottom: 20px;}
/*.product2 .right form{width: 100%; display: block;}*/
.product2 .right .box1 input{background: transparent; border: none; font-size: 14px; color: #666; flex-grow: 1; outline: none;}
.product2 .right .box1 img{width: 25px; height: 25px; margin-left: 30px; flex-shrink: 0;}

.product2 .right .list{ width:100%;}
.product2 .right .list li{padding:0 10px 20px 10px;}
.product2 .right .list .img{width:100%; overflow:visible; background-color: #fff; border:1px solid #ccc; overflow: hidden;}
.product2 .right .list .img img{ max-width:100%; max-height: 100%; transition:all .3s;}
.product2 .right .list .img:hover img{transform:scale(1.1);}
.product2 .right .list .img:hover{border-radius:6px;}
.product2 .right .list .img .vr-btn{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.product2 .right .list .img .vr-btn img{ width: 40px; height: 40px; opacity: 0.8; box-shadow: unset;}
.product2 .right .list .tit{ font-size:18px; font-family:yingwen; text-align: center; line-height: 40px; position:relative;}
.product2 .right .list .tit img{width: 30px; height: 30px; position: absolute; right: 10px; bottom: -50px; opacity: 0;}
.product2 .right .list a:hover .tit{color: #fff;background-color:#c82126 !important; text-align: left; padding-right: 40px; padding-left: 10px; border-radius: 6px;}
.product2 .right .list a:hover .tit img{opacity: 1; bottom:5px;}
.product2 .right .list li a{color: #595757; display: block; }
.my-pro-list1 li a:hover{color: #ccc;}
.no-product{font-size:18px;}
/*产品内页 end-----*/

/*产品展示页*/
.my-two-bg{background-color: #f3f5f8;}
.proview1{padding-top:100px;}
.proview1 .my-daohang{font-size: 14px;}
.pview-left{margin-bottom: 20px;}
#bigProimg{}
#bigProimg .swiper-slide{cursor: pointer; position: relative;overflow:hidden; background-color: #fff; border: 1px solid #ccc;}
#bigProimg .swiper-slide img{max-width: 100%; max-height: 100%;}
#bigProimg .swiper-slide p{line-height:40px; text-align: center; color: #000; font-size: 16px; width: 100%; position: absolute; bottom: 20px; left: 0; margin-bottom: 0;}
.small-items{margin-top: 10px;}
.small-items .item-prev,.small-items .item-next{font-size: 40px; width: 40px; flex-shrink: 0; text-align: center; cursor: pointer;}
#proThumbs{flex-grow: 1;}
#proThumbs .swiper-slide{cursor: pointer;
	opacity:0.7;
	overflow: hidden;
}
#proThumbs .swiper-slide img{max-width: 100%; max-height: 100%;}
#proThumbs .swiper-slide-thumb-active{
	opacity:1;
	border:2px solid #c82126;
}

.pview-right{ }
.pview-rtop{ border-bottom:1px solid #ccc; padding:0 0 15px 0;}
.pview-rtop .pview-tit{ line-height:40px; padding: 15px 0; font-size:32px; font-weight:normal; font-family: yingwen; flex-grow: 1;}
.pview-rtop .hits{text-align: right; font-size: 14px; flex-shrink: 0;}



.pview-rtop .video-btn{width: 90px; text-align: center; flex-shrink: 0;}
.pview-rtop .video-btn img{width: 50px; height: 50px; cursor: pointer; }

.pview-rmid{padding:10px 0 40px 0;border-bottom:1px solid #ccc;}
.pview-rmid td{padding:20px 0 5px 0; font-size:16px; line-height: 25px;}
.pview-rmid td>div>img{width: 25px; height: 25px; margin-right: 10px;}
.pview-rmid td a img{width: 30px; height: 30px;margin-left: 10px; animation: my-movelr1 2s infinite;}

.pview-rmid tr td:nth-child(1){color: #000; font-weight: bold;}
.pview-share{ padding-top:10px;}
.pview-share div{float:right; padding-right:20px; line-height:30px;}
.pro-class1{ box-sizing:border-box; }
.pro-class1 li{}
.pro-class1 li a{ width:100%; height:35px; display:block;}
.pro-class1 li.tit{ line-height:45px; letter-spacing:7px; font-size:22px; height:45px; background-color:#4d4948; color:#FFF; text-align:center;}
.pro-class1 li:nth-child(1){flex-shrink: 0; margin-top: 10px;}
.pro-class1 li:nth-child(1) img{ width: 120px;}
.pro-class1 li:nth-child(1) p{margin-top: 10px; font-size: 10px; text-align: center;}
.pro-class1 li:nth-child(2){ margin-top: -20px; margin-left: 20px;}

.gn-sj-share1>div{margin-left: 10px; cursor: pointer;}
.gn-sj-share1>div img{width: 25px; height: 25px;}
.gn-sj-share1 .sharewx{padding-top:2px; margin-top:0;  }
.gn-sj-share1 .sharewx_ewm{ width:80px; height:80px; margin:5px 0; background-color:#FFF !important; background:url(../images/loading.gif) no-repeat center center; background-size:15px 15px;}
.pro-texing>div.part1{margin-bottom: 15px; width: 100%;}
.pro-texing>div.part1 span{border-radius: 5px; font-size: 16px; padding: 5px 10px; background-color: #c4c3c3; color: #000; margin-right: 10px; margin-bottom: 10px; line-height: 20px; word-break: break-all;}
.pro-texing>div.part2{width: 100%;}
.pro-texing>div.part2 span{ padding:0 5px 10px 0; width:33.33%; box-sizing:border-box; display: block; float: left;}
.pro-texing>div.part2 span img{max-width:100%;}
.proview2{margin-bottom: 50px;}
.proview2 .container{position: relative;}
.pro-detial{background-color:#FFF; padding:40px 45px 80px 25px;}
.proview2 .product2{background-color: unset;}
.proview2 .product2 .left{margin-top:0 !important; background-color: #f3f5f8; }

/*.pro-detial .proleft{ background-color: #eee; padding:30px 20px 40px 20px;}*/
/*.pro-detial .proleft.fixed{position: fixed; top:120px; left: 10%;  overflow-y:auto; padding:40px 20px 160px 20px; box-sizing: border-box; width:350px;}*/
/*.pro-detial .proleft .search{border:1px solid #000; padding:5px 10px; height: 40px;overflow: hidden; margin-bottom: 10px; background-color: #fff;}*/
/*.pro-detial .proleft .search input{flex-grow: 1; line-height: 30px;background-color: transparent; border: 0; padding: 0; margin: 0; font-size: 16px;}*/
/*.pro-detial .proleft .search i{font-size: 30px;flex-shrink: 0; padding-left: 10px; cursor: pointer; }*/
/*.pro-detial .proleft .tit1{border-bottom: 2px solid #666; line-height: 35px; font-size: 20px; font-weight: bold;padding: 10px 0 0 0; font-weight: bold; color: #ff0000;}*/
/*.pro-detial .proleft .bigclass{margin-left: -10px;}*/
/*.pro-detial .proleft .bigclass a{padding:3px 10px; word-break: break-all; font-size:14px; margin-top:5px; border-radius: 5px;}*/
/*.pro-detial .proleft .bigclass a:hover{background-color:#ff0000; color: #fff;}*/
/*.pro-detial .proleft .ziclass{padding:20px 10px 10px 10px;  background-color: #FAFAFA;}*/
/*.pro-detial .proleft .ziclass2{background-color: transparent;}*/
/*.pro-detial .proleft .ziclass a{padding:0 10px; margin-bottom: 5px; word-break: break-all; font-size:16px; border-radius: 5px;}*/
/*.pro-detial .proleft .ziclass a:hover,.pro-detial .proleft .ziclass a.on{background-color:#ff0000; color: #fff;}*/
/*.pro-detial .proleft .ziclass1 a{margin-bottom: 15px;}*/
/*.pro-detial .proleft .sclass{padding:10px 10px 0px 10px; margin-bottom: 10px;}*/
/*.pro-detial .proleft .sclass a{padding:3px 10px; margin-bottom: 5px;font-size:14px; border-radius: 5px; background-color: #969698; color: #fff; margin-right: 10px;white-space:nowrap;}*/
/*.pro-detial .proleft .sclass a:hover,.pro-detial .proleft .sclass a.on{background-color:#06a68d; color: #fff;}*/
/*.pro-detial .proleft .tit2{margin-top:50px; border-top: 1px solid #ccc; padding-top: 20px;}*/
/*.pro-detial .proleft .tit2 p:nth-child(1){line-height: 30px; margin: 0; font-size: 25px;text-transform:uppercase; font-weight: normal; font-family: yingwen;}*/
/*.pro-detial .proleft .tit2 h1{padding: 0; margin: 0; font-size: 18px; font-weight:normal; line-height: 30px; }*/
.pro-dright{ padding-left: 50px; float: right;}
.pro-dright img{ max-width:100%;}
.pro-dright .my-pro-tit{border-bottom: 1px solid #ccc;}
.dright-tit{ height:40px;}
.dright-con{ width:100%; overflow:hidden; padding-top:30px; font-size: 16px;}
.dright-con img{ max-width:100%; padding-bottom: 10px; cursor: pointer;}
.dright-con1{margin-bottom: 80px;}
.dright-con1 img{ width: 25%; box-sizing: border-box; border: 2px solid #fff; overflow: hidden; border-radius: 6px; padding-bottom: unset;}
.dright-alert{ border-bottom:#cecfd0 1px dotted; float:none; height:20px; text-align:center; margin:20px 0; }
.dright-alert-zi{padding:0 30px; display:inline-block; background-color:#FFF; position:relative; top:6px; font-size: 14px;}
.swiper-container{
	--swiper-theme-color: #333;/* 设置Swiper风格 */
	--swiper-navigation-color: #000;/* 单独设置按钮颜色 */
	--swiper-navigation-size: 20px;/* 设置按钮大小 */
}

.pview-right-3{width: 100%; margin-top: 20px;}
.pview-right-3>div:nth-child(1){padding: 10px; }
.pview-right-3>div:nth-child(1) img{width:150px; height: auto; margin-right: 20px;}
.pview-right-3>div:nth-child(1)>div{height:130px; border-left: 1px solid #ccc; box-sizing: border-box; padding: 40px 30px 0 20px; font-size: 16px;}


/*产品展示页 end-----*/

/*全国门店内页*/
.store{padding:80px 0 0 0;}
.store::before{height: 450px;}
.store1::before{background-color:transparent;}
.store .my-daohang.p1{padding-top: 30px; font-size: 14px; color: #000;}
#storebox{display: none;}
.store .box1{padding: 80px 0;}
.store .box1 .con img{max-width: 100%;}
.store .box1 .item{margin-bottom: 50px; padding: 0 2.5%; cursor: pointer}
.store .box1 .item .img{height: 400px; width: 100%; margin: 0;}
.store .box1 .item .p1{line-height: 30px;font-size: 20px; padding-top: 20px;}
.store .box1 .item .p2{font-size: 16px; line-height:25px; padding-top:15px;font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;}

.store .search{width: 100%}
.store .search select{width: 25%; margin-right: 15px; height: 50px; box-sizing: border-box; line-height: 50px; border:1px solid #969697;background:#fff url(../images/icon_down.png) no-repeat right center; background-size: 30px 20px; font-size: 18px; padding-left: 20px;}
.store .search{margin-top: 30px;}
.store .search>div{height: 50px; line-height: 50px; }
.store .search>div input{background-color:#fff; box-shadow: none; border:0; font-size: 18px; padding-left: 20px; padding-right: 20px;box-sizing: border-box; border:1px solid #969697; border-right: 0; flex-grow: 1;height: 50px; line-height: 50px;}
.store .search>div .btn{height:50px; width: 80px; flex-shrink: 0; background-color: #000; color: #fff; font-size: 18px; line-height: 48px; border:1px solid #000; padding: 0;}

.store .nodata{padding-top:40px;}


/*全国门店内页 end----*/





@media (max-width: 320px) {
}


@media (max-width: 765px) {

}


@media ( min-width : 768px) and (max-width: 991px) {

	
}
@media ( min-width : 992px) and (max-width: 1299px) {

}
@media ( min-width : 1300px) {

}
@media (max-width: 1400px) {
	.about .part3>div{width: 1200px;}
	.header{width: 1350px;}
	.container{width: 1350px; max-width: 1350px;}
}
@media ( min-width : 1400px) {
	.about .part3>div{width: 1300px;}
}
@media ( min-width : 1500px) {

}

@media ( min-width : 1600px) {

}
@media ( min-width : 1700px) {

}









