@charset "utf-8";

@font-face {
	font-family: harml;
	src: url(../fonts/SourceHanSansCN-Light.otf);
	/* src: url(../fonts/思源黑体CNHeavy.otf); */
}

@font-face {
	font-family: harm;
	src: url(../fonts/SourceHanSansCN-Regular.otf);
}

@font-face {
	font-family: harmm;
	src: url(../fonts/SourceHanSansCN-Medium.otf);
}

@font-face {
	font-family: harmb;
	src: url(../fonts/SourceHanSansCN-Bold.otf);
}

/* @font-face {
	font-family: harmt;
	src: url(../fonts/HarmonyOS_Sans_TC_Thin.ttf);
} */

@font-face {
	font-family: infram;
	src: url(../fonts/Infra-Medium.otf);
}

@font-face {
	font-family: infral;
	src: url(../fonts/Infra-Light.otf);
}

@font-face {
	font-family: infrat;
	src: url(../fonts/SourceHanSansCN-Normal.otf);
}


html {
	-webkit-text-size-adjust: 100%;
	font-size: 5.2083333vw
}

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: harm,Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	margin: 0px auto;
	font-size: 0.18rem;
	color: #000;
	width: 100%;
	zoom: 1;
	/* background: #F3F1F0; */
}

ul,
li,
form,
dl,
dt,
dd,
div,
ul,
li,
p,
em,
i,
address {
	font-style: normal;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}

select,
input,
textarea,
button {
	font-size: 14px;
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #000;
	font-family: Microsoft YaHei, arial, sans-serif;
}

input:focus {
	outline: none;
}

input,
button,
select,
textarea {
	border: 0px;
	outline: none;
	/*-webkit-appearance:none;*/
	/*强制去除表单自带的样式*/
}

button {
	cursor: pointer;
}

textarea {
	resize: none;
	/*-webkit-appearance:none;*/
	/*强制去除textarea自带的样式*/
}

textarea,
input,
select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

article,
aside,
footer,
header,
hgroup,
nav,
section,
figure,
fxigcaption,
address {
	display: block;
}

/*html5设置*/
figure,
figcaption {
	margin: 0px;
	padding: 0px;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

img {
	max-width: 100%;
	border: none;
	border: 0;
	vertical-align: middle;
}

a {
	color: #000;
	text-decoration: none;
	transition: all ease 0.3s;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

a:hover {
	text-decoration: none;
	color: #000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tl {
	text-align: left !important;
}

.tr {
	text-align: right;
}

.tc {
	text-align: center !important;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

.clearfix {
	overflow: hidden;
	_zoom: 1;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

.relative {
	position: relative;
}

.bodyon {
	overflow: hidden;
}

.nones {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	top: 0;
}

.table {
	display: table;
	width: 100%;
	border-collapse: collapse;
}

.table-tr {
	display: table-row;
}

.table-th {
	display: table-cell;
	height: 100%;
	border: 1px solid gray;
	text-align: center;
	vertical-align: middle;
}

.table .cell {
	display: table-cell;
	vertical-align: middle;
}

/*单行文本省略号*/
.dot {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dot2,
.dot3,
.dot4,
.dot5 {
	display: -webkit-box;
	display: 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;
}

.dot5 {
	-webkit-line-clamp: 5;
}

/*input字体*/
:-moz-placeholder {
	color: #999999;
}

::-moz-placeholder {
	color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999999;
}

select {
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: solid 1px #d9d9d9;
	text-indent: 1em;
	/*很关键：将默认的select选择框样式清除*/
	appearance: none;
	color: #999999;
	-moz-appearance: none;
	-webkit-appearance: none;
	/*在选择框的最右侧中间显示小箭头图片*/
	background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
	display: none;
}

/*网页滚动条*/
::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	-webkit-overflow-scrolling: touch;
	background-color: #e6e6e6;
}

::-webkit-scrollbar-track {
	background-color: #e6e6e6;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #58504a;
}

::-webkit-scrollbar-button {
	height: 0px;
	background-color: #e6e6e6;
}

/*effict*/
.Scale-img {
	overflow: hidden;
	cursor: pointer;
	zoom: 1;
	overflow: hidden;
}

.Scale-img img,
.Scale-img span {
	opacity: 1;
	-webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
	transition: opacity 0.6s, transform 0.6s;
}

.Scale-img:hover img,
.Scale-img:hover span {
	opacity: 1;
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	transform: scale3d(1.05, 1.05, 1.05);
	top: 0px;
	left: 0px;
}

.effict {
	transition: all ease 0.3s;
}

.imgbox {
	overflow: hidden;
	position: relative;
	/*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}

.imgbox span {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.imgbox img {
	width: auto !important;
	max-height: 100%;
}


/*pages*/
.Pages.none {
	display: none;
}

.Pages {
	clear: both;
	text-align: center;
	line-height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 5%;
	position: relative;
}

.Pages a {
	display: inline-block;
	vertical-align: middle;
}

.Pages .num a {
	width: 64px;
	border: 2px solid rgba(255.255.255, 0);
	color: #333333;
}

.Pages .num a:hover,
.Pages .num a.a_cur {
	border: 2px solid #00437c;
	color: #00437c;
}

.Pages .arr {
	position: absolute;
	background: #f5f5f5;
	padding: 0 20px;
}

.Pages .arr:hover {
	color: #fff;
	background: #00437c !important;
}

.Pages .a_prev {
	left: 0;
}

.Pages .a_prev i {
	margin-right: 70px;
}

.Pages .a_next {
	right: 0;
}

.Pages .a_next i {
	margin-left: 70px;
}

.Pages.white .arr {
	background: #fff;
}

.Pages .p_jump input {
	width: 60px;
	height: 64px;
	border: 1px solid #00437c;
	text-align: center;
	display: inline-block;
	margin: 0 5px;
}

@media (max-width:1024px) {
	.Pages {
		line-height: 25px;
		font-size: 14px;
	}

	.Pages .a_prev {
		padding: 0 10px 0 5px;
	}

	.Pages .a_next {
		padding: 0 5px 0 10px;
	}

	.Pages .a_prev i {
		margin-right: 0px;
	}

	.Pages .a_next i {
		margin-left: 0px;
	}

	.Pages .p_page .num a {
		width: 25px;
	}

	.Pages .p_jump {
		display: none;
	}
}

/*pages end*/


.TopIndex {
	position: fixed;
	z-index: 990;
	left: 0;
	top: 0;
	width: 100%;
}

.Top {
	padding: 0 0.5rem;
	width: 100%;
	box-sizing: border-box;
	padding-top: 0.4rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
}

.Top .Logo {
	max-width: 1.58rem;
	line-height: 0.6rem;
}

.TopIndex .Logo img {
	display: none;
}

.Top .menu_btn {
	cursor: pointer;
	display: flex;
}

.Top .menu_btn-i {
	margin-left: .53rem;
}

.Top .menu_btn img {
	width: 0.57rem;
	height: 0.57rem;
	transition: all 0.3s;
}

.TopIndex .menu_btn img {
	width: 0.57rem;
	height: 0.57rem;
	/* display: none; */
}

.Top.on .Logo {
	display: none;
}

.Top.on .goback {
	display: block;
}

.Top .menu_btn img:hover {
	transform: scale(1.1);
}

.Open_Header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../images/menubg.png) no-repeat top right;
	background-size: 100% 100%;
	background-color: #7f7f7f;
	clip-path: circle(0.27rem at calc(100% - 0.775rem) 0.675rem);
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.Open_Header .MainNav {
	padding: 0 .7rem 0 7.5rem;
	margin-top: 31vh;
	color: #fff;
	position: relative;
}

.Open_Header .MainNav ul li {
	line-height: 0.9rem;
	font-size: 0.25rem;
	font-family: harml;
	color: #fff;
	height: 0.9rem;
	white-space: nowrap;
}

.Open_Header .MainNav ul li a {
	color: #000000;
	white-space: nowrap;
}

.Open_Header .MainNav ul li i {
	display: inline-block;
	margin-right: 0.2rem;
	font-family: DINe;
}

.Open_Header .MainNav ul li span {
	transition: all .5s;
	-webkit-transition: all .5s;
}

.Open_Header .MainNav ul li:hover span {
	font-size: 0.4rem;
	font-family: harmm;
}

.Open_Header .MainNav ul li:hover i {
	font-weight: bold;
}

.Open_Header .MainNav ul li.on span {
	font-size: 0.4rem;
	font-family: harmm;
}

.Open_Header .MainNav ul li.on i {
	font-weight: bold;
}

.Open_Header .MainNav .Topcon {
	position: absolute;
	right: .7rem;
	bottom: 0.2rem;
}

.Open_Header .MainNav .Topcon a {
	color: #fff;
	font-family: 'harml';
	font-size: 0.12rem;
	height: 0.2rem;
	line-height: 0.22rem;
	display: inline-block;
	letter-spacing: 0.5px;
	margin-right: 0.15rem;
	opacity: 0.7;
}

.Open_Header .MainNav .Topcon .slogn {
	font-family: harml;
	margin-bottom: 0.29rem;
	font-size: 0.22rem;
	color: #AD8C66;
	font-weight: 400;
}

.Open_Header .MainNav .Topcon .slogn i {
	font-size: 0.22rem;
}

.Open_Header .MainNav .Topcon .CopyRight {
	line-height: 0.2rem;
	font-family: harml;
}

.Open_Header .MainNav .Topcon .CopyRight .copyright {
	width: 4.94rem;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	font-weight: 400;
}

.Open_Header .MainNav .Topcon span a {
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.3rem;
}

.Open_Header .MainNav .Topcon .toptel {
	margin-top: 0.5rem;
	font-family: harml;
	font-size: 0.14rem;
	line-height: 0.22rem;
}

.Open_Header .MainNav .Topcon dl {
	font-size: 0.12rem;
	height: 0.2rem;
	line-height: 0.2rem;
}

.Open_Header.on {
	pointer-events: auto;
	clip-path: circle(100%) !important;
	opacity: 1;
}


.TopIndex .Top .Logo img {
	display: none;
}

.TopIndex .Top .Logo .img1 {
	display: inline-block;
}

.TopIndex.on .Logo img {
	display: none;
}

.TopIndex.on .Logo .img1 {
	display: none;
}

.TopIndex.on_1 .Logo .img2 {
	display: inline-block;
}

.TopIndex.on_2 .Logo .img3 {
	display: inline-block;
}

.TopIndex.on_3 .Logo .img4 {
	display: inline-block;
}

.HomeIndex {
	width: 100%;
	height: 100vh;
	position: relative;
}

.HomeIndex .swiper-wrapper {
	height: 100%;
}

.HomeIndex .swiper-slide {
	height: 100%;
	position: relative;
	z-index: 99;
}

.HomeIndex .swiper-slide .img {
	padding-top: 100vh;
}

.HomeIndex .swiper-slide .img span.wap {
	display: none;
}

.HomeIndex .swiper-slide .img span {
	background-position: top center;
}

.HomeIndex .swiper-slide .HomeCon {
	position: absolute;
	left: 1.8rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.HomePc .swiper-slide .HomeCon {
	top: 65%;
	opacity: 0;
	transition: all 0.8s 0.3s;
	-webkit-transition: all .8s .3s;
}

.HomeIndex .swiper-slide .HomeCon h1 {
	opacity: 0.6;
	font-weight: 400;
	font-size: 0.25rem;
}

.HomeIndex .swiper-slide .HomeCon h2 {
	margin: 0rem 0 0.5rem 0;
	opacity: 0.85;
	font-weight: 500;
	font-size: 0.5rem;
	line-height: .6rem;
}

.HomeMore {
	width: max-content;
	height: 0.46rem;
	border-radius: 4px;
	text-align: center;
	line-height: 0.46rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0.65;
}

.HomeMore a {
	display: flex;
	align-items: center;
	justify-content: space-around;
	color: #fff;
	font-size: 0.18rem;
	letter-spacing: 3px;
	background: #000000;
	padding: 0 .4rem;
}

.HomeMore a img {
	width: fit-content;
	height: max-content;
	margin-left: .5rem;
}

.HomeMore:hover {
	opacity: 1;
}



/* .HomeIndex .swiper-slide .HomeCon .HomeMore:hover{background: rgba(11,95,183,1);}

.HomeIndex .swiper-slide2 .HomeCon .HomeMore{background: rgba(130,153,145,0.65);}
.HomeIndex .swiper-slide2 .HomeCon .HomeMore:hover{background: rgba(130,153,145,1);} */

.HomeIndex .swiper-slide3 .HomeCon {
	color: #fff;
}

/* .HomeIndex .swiper-slide3 .HomeCon .HomeMore{background: rgba(118,76,56,0.65);}
.HomeIndex .swiper-slide3 .HomeCon .HomeMore:hover{background: rgba(118,76,56,1);} */

.HomeIndex .swiper-slide4 .HomeCon {
	color: #fff;
}

/*.HomeIndex .swiper-slide4 .HomeCon .HomeMore{background: rgba(255,255,255,0.25) !important;opacity: 1;}*/
/*.HomeIndex .swiper-slide4 .HomeCon .HomeMore:hover{background: rgba(255,255,255,1);} */
.HomeIndex .swiper-slide4 .HomeCon .HomeMore a {
	color: #fff;
}

/* .HomeIndex .swiper-slide5 .HomeCon .HomeMore{background: rgba(179,104,75,0.65);}
.HomeIndex .swiper-slide5 .HomeCon .HomeMore:hover{background: rgba(179,104,75,1);} */


.HomeIndex .swiper-slide .abouttxt {
	font-family: harml;
	color: #fff;
	font-size: 0.28rem;
	position: absolute;
	right: 0.5rem;
	bottom: 0.6rem;
}

.HomeIndex .swiper-slide .abouttxt a {
	color: #fff;
}

.HomeIndex .line {
	position: absolute;
	right: 0.7rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 99;
}

.HomeIndex .line>span {
	transform: rotate(90deg);
	display: block;
	color: #fff;
}

.HomeIndex .line .linebox {
	width: 0.05rem;
	height: 1.44rem;
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.3);
	position: relative;
	margin: 0.1rem auto;
}

.HomeIndex .line .linebox span {
	display: block;
	width: 0.05rem;
	height: 0;
	background: #0A57A8;
	border-radius: 3px;
	position: absolute;
	top: 0;
	right: 0;
	transition: height 5s linear;
	-webkit-transition: height 5s linear;
}

.HomeIndex .swiper-slide::before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all 1s 0.3s;
	-webkit-transition: all 1s 0.3s;
}

.HomeIndex .swiper-slide.swiper-slide-active::before {
	opacity: 0;
	z-index: 0;
}

.HomeIndex .swiper-slide.swiper-slide-active .HomeCon {
	top: 50%;
	opacity: 1;
}

.HomeIndex .swiper-slide.swiper-slide-active .line .linebox span {
	height: 100%;
}


.HomeCopy-r,
.HomeCopy {
	position: absolute;
	bottom: 0.7rem;
	left: 0;
	z-index: 99;
	box-sizing: border-box;
	padding-left: 0.5rem;
	opacity: 0.8;
	float: left;
	font-size: .25rem;
	color: #1A1A1A;
}

.HomeCopy a {
	color: #fff;
}

.HomeCopy span {
	font-size: 0.22rem;
}

.HomeCopy-r {
	left: auto;
	right: 0;
	bottom: 0.4rem;
	text-align: right;
	padding: 0 0.5rem 0 0;
}

.HomeCopy-r .t1 {
	font-weight: 400;
	font-size: .25rem;
	color: #1A1A1A;
	display: block;
}

.HomeCopy-r .t2 {
	font-weight: 400;
	font-size: 14px;
	color: #1A1A1A;
	margin-top: .18rem;
}

.HomeWap {
	display: none;
}

.HomeIndex .swiper-slide .HomeCon.wap {
	display: none;
}

.home-next,
.home-prev {
	width: .24rem !important;
	position: relative;
	cursor: pointer;
	background: transparent;
	margin: .3rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
}


.HomeIndex .swiper-pagination {
	width: .24rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column !important;
	position: static;
}

.HomeIndex .swiper-pagination-bullet {
	margin: .05rem 0;
	display: block;
	background: #FFFFFF;
	border-radius: 50%;
	opacity: 1;
}

.HomeIndex .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #715433 !important;
}

.fr-desc {
	position: fixed;
	right: 1rem;
	bottom: .4rem;
	z-index: 9999999;
	font-weight: 400;
	font-size: 0.14rem;
	color: #1A1A1A;
}



@media(max-width:768px) {
	html {
		-webkit-text-size-adjust: 100%;
		font-size: 12vw
	}

	.Top {
		padding-top: 0rem;
		padding: 13px 0.3rem;
	}

	.TopIndex {
		background: rgba(0, 0, 0, 0.5);
	}

	.HomeIndex {
		height: 100vh;
	}

	.HomeIndex .swiper-slide .HomeCon {
		left: 0;
		width: 100%;
		text-align: center;
		top: auto;
		bottom: 10%;
		transform: translateY(0);
		-webkit-transform: translateY(0);
	}

	.HomeIndex .swiper-slide .HomeCon.wap {
		display: block;
	}

	.HomeIndex .swiper-slide .HomeCon.pc {
		display: none;
	}

	.HomeMore {
		height: 35px;
		line-height: 35px;
		margin: 0 auto;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.HomeMore a {
		font-size: 14px;
	}

	.TopIndex .Logo img {
		/* display: none !important; */
	}

	.TopIndex .Logo .img3 {
		display: inline-block !important;
	}

	.Open_Header.on {
		clip-path: circle(100%) !important;
	}

	.Open_Header .MainNav {
		padding: 0 0.3rem;
		margin-top: 30px;
	}

	.fr-desc,
	.Open_Header .MainNav .Topcon {
		position: static;
		width: 100%;
		margin-top: 30px;
		display: none;
	}

	.Open_Header {
		background-size: contain;
		background-position: center;
	}

	.Open_Header .MainNav ul li {
		line-height: 70px;
		font-size: 20px;
		height: auto;
	}

	.Open_Header .MainNav .Topcon .slogn {
		font-size: 18px;
	}

	.Open_Header .MainNav ul li.on {
		font-size: 20px;
	}

	.Open_Header .MainNav ul li.on span {
		font-size: 43px;
	}

	/* .Open_Header .MainNav .Topcon p{font-size: 16px;margin:10px 0;} */
	.Open_Header .MainNav .Topcon span {
		font-size: 14px;
		line-height: 25px;
	}

	.HomeIndex .swiper-slide .img span.wap {
		display: block;
	}

	.HomeIndex .swiper-slide .img span.pc {
		display: none;
	}

	.HomeIndex .swiper-slide.swiper-slide-active .HomeCon {
		top: auto;
		bottom: 10%;
	}

	.HomeIndex .line {
		display: none;
	}

	.HomeIndex .swiper-slide .abouttxt {
		display: none;
	}

	.Top .Logo {
		max-width: 79px;
		line-height: 46px;
	}

	.TopIndex .menu_btn img {
		width: 46px;
		height: 46px;
	}

	.Top .menu_btn img {
		width: 46px;
		height: 46px;
	}

	.HomePc {
		display: none;
	}

	.HomeWap {
		display: block;
	}

	.HomeCopy-r,
	.HomeCopy {
		padding: 10px;
		box-sizing: border-box;
		line-height: 25px;
		font-size: 14px;
		bottom: 10px;
		width: 100%;
		text-align: center;
		display: none;
	}

	.Open_Header .MainNav .Topcon a {
		line-height: 20px;
		height: 20px;
	}

	.Open_Header .MainNav .Topcon .CopyRight {
		font-size: 12px;
		line-height: 20px;
	}
}

.Contain {
	padding: 0 2.4rem;
}

.Bottom .Contain {
	padding: 0 3.5rem 0 2.4rem;
}



/* Bottom */
.Bottom {
	padding: 0.6rem 0;
	background: #F5F5F3;
	position: relative;
	z-index: 99;
}

.Bottom .BottomBox {
	padding-bottom: 0rem;
	position: relative;
	margin-bottom: 0.4rem;
	position: relative;
}

/* .Bottom .BottomBox .txt::after {
	content: '';
	display: block;
	width: 100%;
	height: 1.5px;
	background: #000;
	position: absolute;
	bottom: -0.9px;
	left: 0;
} */

.Bottom .BottomBox .txt {
	font-size: 0.88rem;
	line-height: .88rem;
	font-family: infrat;
	position: relative;
	color: #000;
}

.Bottom .BottomBox .txt .p3 {
	font-weight: 400;
	font-size: 0.2rem;
	line-height: normal;
	margin-top: .5rem;
	color: #808080 !important;
}

.Bottom .BottomBox .txt .p4 a,
.Bottom .BottomBox .txt .p4 {
	font-weight: 400;
	font-size: 0.16rem;
	line-height: normal;
	color: #BFBFBF !important;
}

.Bottom .BottomBox .con {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
}

.Bottom .BottomBox .con .share-i {
	display: block;
	margin: 0 .1rem;
	position: relative;
}

.Bottom .BottomBox .con .share-i:hover .i1,
.Bottom .BottomBox .con .share-i .i2 {
	display: none;
}

.Bottom .BottomBox .con .share-i:hover .i2 {
	display: block;
}

.Bottom .BottomBox .con .share-i .show {
	position: absolute;
	bottom: .5rem;
	left: 50%;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 14px 26px 0px rgba(0, 0, 0, 0.15);
	border-radius: 0.05rem;
	padding: .3rem .1rem .2rem;
	display: none;
}

.Bottom .BottomBox .con .share-i .show::after {
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #fff;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 0 solid transparent;
	position: absolute;
	left: 50%;
	bottom: -10px;
	transform: translateX(-50%);
}

.Bottom .BottomBox .con .share-i .show img {
	min-width: 1.27rem;
	min-height: 1.27rem;
	height: max-content;
	margin: auto;
	display: block;
}

.Bottom .BottomBox .con .share-i .show .t1 {
	font-weight: 400;
	font-size: 0.12rem;
	color: #000000;
	text-align: center;
	margin-top: .12rem;
}

.Bottom .BottomBox .con .share-i:hover .show {
	display: block;
}


.Bottom .imgs {
	width: 80%;
	margin-left: -2%;
}

.Bottom .imgs p {
	width: 48%;
	float: left;
	line-height: 20px;
	font-size: 0.12rem;
	opacity: 0.5;
	margin-left: 2%;
}

.Bottom .CopyRight {
	font-family: harml;
	opacity: 0.5;
	font-size: 0.16rem;
	line-height: 0.22rem;
}

.Bottom .CopyRight p.fl {
	padding-top: 0.1rem;
}

.Bottom .CopyRight .dec {
	text-align: right;
	font-size: 0.12rem;
	line-height: 0.17rem;
	opacity: 0.5;
}

.Bottom .CopyRight .dec .p1 {
	font-family: infral;
	margin-bottom: 0.1rem;
}

.Bottom .CopyRight .dec .p1 i {
	position: relative;
	top: 0rem;
	left: -2px;
}

.Bottom .BottomBox .con .flogo img {
	max-width: 1.62rem;
}

.aboutbg,
.fixbg {
	background: url(../images/c-bg.png)no-repeat center center;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 0;
}

.aboutbg {
	background: url(../images/c-bg1.png)no-repeat center center !important;
	background-size: 100% 100% !important;
}

/* 联系我们 */
.about-s {
	padding: 0 .9rem !important;
}

.product .subCon {
	width: auto !important;
}

.news .subTit .cn {
	padding-bottom: 1.9rem !important;
	margin-top: 1rem !important;
}

.product .subTit .cn {
	padding-bottom: 1.4rem !important;
	margin-top: .7rem !important;
}

.contact .subTit .cn {
	padding-bottom: .5rem !important;
	margin-top: .6rem !important;
}

.nTopMain {
	height: 100vh;
	position: relative;
	background-size: cover !important;
}

.nTopMain .subPage {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.nTopMain .subPage .subCon {
	width: 40%;
	font-family: harml;
}

.nTopMain .subPage .subTit {}

.nTopMain .subPage .subTit .en {
	font-family: infrat;
	font-size: 0.88rem;
	color: #000;
}

.nTopMain .subPage .subTit .en img {
	position: relative;
	left: 2.4rem;
}

.nTopMain .subPage .subTit .en span {
	display: inline-block;
	padding-bottom: 0.1rem;
}

.nTopMain .subPage .subTit .en span.s1 {
	font-size: 1.2rem;
	color: #000000;
	line-height: 1.2rem;
}

.nTopMain .subPage .subTit .en span.s2 {
	font-size: 1.2rem;
	color: #000000;
	line-height: 1.2rem;
}

.nTopMain .subPage .subTit .cn {
	padding-bottom: 2rem;
	margin-top: 1rem;
	display: inline-block;
	font-family: harm;
	font-weight: 400;
	font-size: 0.58rem;
	color: #000000;
}

.nTopMain .subPage .subTit .desc {
	font-family: harml;
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	width: 4.85rem;
}

.nTopMain .subPage .subTit .cn i {
	font-size: 0.54rem;
	display: inline-block;
	margin-right: 0.3rem;
	font-family: DINe;
}

.nTopMain .subPage .subTit .imgs {
	display: block;
	margin-left: 1rem;
}


.Contact .subPage .title {
	font-size: 0.33rem;
	font-family: harmm;
	margin-bottom: 0.3rem;
}

.Contact .subPage .subCon {
	padding-top: 0.4rem;
}

.Contact .subPage .subCon .con {
	font-size: 0.2rem;
	line-height: 0.32rem;
	font-family: harml;
}

.Contact .subPage .subCon .address {
	margin-top: 1.25rem;
}

.Contact .subPage .subCon .tit {
	font-family: harm;
	font-size: 0.32rem;
	color: #000000;
	font-weight: 400;
}

.Contact .subPage .subCon .context .txt {
	margin-top: 0.2rem;
	font-size: 0.16rem;
	line-height: 0.28rem;
	font-weight: 400;
	color: #666666
}

.Contact .subPage .subCon .context .txt span {
	font-weight: 400;
	color: #666666
}

.Contact .subPage .subCon .context {
	position: relative;
	padding-right: .5rem;
	margin-top: .5rem;
}

.Contact .subPage .subCon .context:first-child {
	margin-top: 1.8rem;
}

.Contact .subPage .subCon .ewa {
	position: absolute;
	right: 0;
	top: -0.2rem;
	text-align: center;
}

.Contact .subPage .subCon .ewa p {
	margin-top: 0rem;
	font-size: 0.12rem;
	line-height: 0.17rem;
}

.Contact .subPage .subCon .ewa img {
	width: 1.16rem
}

.about-row .Bottom {
	display: none !important;
}


@media(max-width:768px) {
	.about-row .Bottom {
		display: block !important;
	}

	.aboutbg,
	.fixbg {
		background-size: cover !important;
	}

	.Contact .subPage .subCon .context:first-child {
		margin-top: .5rem !important;
	}

	.Contain {
		padding: 0 30px !important;
	}

	.nTopMain {
		height: 60vh;
	}

	.nTopMain .subPage .subTit .en {
		font-size: 25px;
	}

	.nTopMain .subPage .subTit .cn {
		font-size: 1.33rem;
	}

	.nTopMain .subPage .subTit .cn i {
		font-size: 16px;
	}

	.nTopMain .subPage .subCon {
		width: 55%;
		font-family: harm;
	}

	.Contact .subPage .title {
		font-size: 18px;
		margin-bottom: 15px;
		margin-top: 1rem;
	}

	.Contact .subPage .subCon .con {
		font-size: 13px;
		line-height: 22px;
		font-family: harm;
	}

	.Contact .subPage .subCon .address {
		margin-top: 20px;
		margin-bottom: 30px;
		font-size: 13px;
		font-weight: lighter;
		font-family: none;
	}

	.Contact .subPage .subCon .tit {
		font-size: 14px;
	}

	.Contact .subPage .subCon .context .txt {
		font-size: 14px;
		line-height: 25px;
		font-weight: lighter;
		font-family: none;
	}

	.Bottom .CopyRight {
		font-size: 13px;
		line-height: 20px;
	}

}


@media(max-width:640px) {
	.Contain {
		padding: 0 15px !important;
	}

	.nTopMain {
		height: auto;
		padding-top: 60px;
	}

	.nTopMain .subPage {
		position: static;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		padding: 20px 0 30px 0;
	}

	.nTopMain .subPage .subTit {
		width: 100%;
	}

	.nTopMain .subPage .subCon {
		width: 100%;
		padding-top: 20px;
	}

	.Bottom .BottomBox .txt {}

	.Bottom .BottomBox .txt p {
		margin-bottom: 10px;
	}

	.Bottom .BottomBox .txt p strong {
		font-size: 25px;
	}

	.Bottom .BottomBox .txt p span {
		padding-bottom: 10px;
	}

	.Bottom .BottomBox .con {
		position: static;
		margin-top: 20px;
		width: 100%;
		margin-bottom: 20px;
	}

	.Bottom .CopyRight .dec {
		text-align: left;
		width: 100%;
	}

	.Open_Header .MainNav {
		padding-top: 0;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
	}

	.Open_Header .MainNav ul {
		float: none;
		margin: 0 auto;
		display: inline-block;
	}

	.Bottom .imgs {
		width: 100%;
		margin-bottom: 10px;
	}

	.Bottom .imgs p {
		font-size: 12px;
		line-height: 20px;
		width: 100%;
	}

	.Bottom .CopyRight .dec {
		font-size: 12px;
		line-height: 20px;
	}
}

/* 产品中心 */
.nTopMainPos .subPage .Contain {
	position: relative;
}

.nTopMainPos .subPage .Contain .subCon {
	position: absolute;
	right: 3.6rem;
	bottom: 0;
	max-width: 5rem;
}

.nTopMainPos .subPage .Contain .subCon .con {
	/* max-width: 3.6rem; */
	font-weight: 400;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
}

.nTopMainPos .subPage .Contain .subCon .con img {
	width: 100%;
	max-width: 5.44rem;
	height: max-content;
}

.nTopMainPos .subPage .Contain .subCon .con p {
	font-weight: 400;
	font-size: 0.22rem;
	color: #AD8C66;
	line-height: 0.38rem;
}

.More {
	width: 1.62rem;
	height: 0.31rem;
	line-height: 0.31rem;
	border-radius: 4px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	font-size: 0.13rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	align-items: center;
	justify-content: center;
	display: flex;
}

.More a {
	display: flex;
	color: #fff;
	font-family: harmm;
	align-items: center;
	justify-content: center;
}

.More:hover {
	background: rgba(0, 0, 0, 1);
}

.nTopMainPos .subPage .Contain .subCon .More {
	margin-top: 0.6rem;
}

.ProductBox {
	margin-top: 0rem;
	padding-bottom: 3.46rem;
}

.ProductBox ul {
	margin-left: -22%;
}

.ProductBox ul li {
	width: 28%;
	float: left;
	margin-left: 18%;
	overflow: hidden;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.ProductBox ul li .img {
	padding-top: 136%;
	border-radius: 0.18rem;
}

.ProductBox ul li .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	padding: 0.4rem;
	color: #fff;
}

.ProductBox ul li .txt h1 {
	font-weight: normal;
	font-family: harml;
	font-size: 0.26rem;
	color: #FFFFFF;
}

.ProductBox ul li .txt .dec {
	line-height: 20px;
	height: 40px;
	margin-top: 0.15rem;
	font-family: harml;
	font-weight: 400;
	font-size: 0.16rem;
	color: #C6C6C6;
}

.ProductBox ul li:nth-child(2n) {
	margin-top: 2rem;
	margin-left: 25.9%;
}

.ProductBox ul li a {
	display: block;
}

.ProductBox ul li.on {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform-origin: 0 0;
}

.ProductBox ul li.on a {
	opacity: 1;
}

.ProductBox ul li.off a {
	opacity: 0.5;
}

.ProductBox ul li:nth-child(2n).on {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform-origin: 100% 0;
}

.ProductBox .opener {
	margin-bottom: 0.2rem;
}

.ProductBox .opener .bars {
	width: 0.57rem;
	height: 0.57rem;
	background: #fff;
	border-radius: 50%;
	position: relative;
	transition: all .5s;
	-webkit-transition: all .5s;
	position: relative;
	z-index: 999;
	margin: 0 auto;
}

.ProductBox .opener .bars span {
	display: block;
	width: 0.34rem;
	height: 0.04rem;
	background: #515151;
	transition: all .2s;
	-webkit-transition: all .2s;
	border-radius: 4px;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}

.ProductBox .opener .bars span.s1 {
	top: 35%;
}

.ProductBox .opener .bars span.s2 {
	width: 0.27rem;
	top: 50%;
}

.ProductBox .opener .bars span.s3 {
	width: 0.2rem;
	top: 65%;
}

.ProductBox .opener .bars:hover .s1 {
	top: 40%;
}

.ProductBox .opener .bars:hover .s2 {
	opacity: 0;
	;
}

.ProductBox .opener .bars:hover .s3 {
	width: 0.34rem;
	top: 60%;
}

.ProductBox .opener .bars.active .s2 {
	display: none;
}

.ProductBox .opener .bars.active .s1 {
	transform: translate(-50%, -50%) rotate(-45deg);
	transform-origin: 50% 50%;
	top: 50%;
}

.ProductBox .opener .bars.active .s3 {
	width: 0.34rem;
	transform: translate(-50%, -50%) rotate(45deg);
	transform-origin: 50% 50%;
	top: 50%;
}

.PopupPro {
	position: relative;
	margin-top: 0.8rem;
	transition: all .5s;
	-webkit-transition: all .5s;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.PopupPro.on {
	position: fixed;
	bottom: 10%;
	z-index: 999;
}

.PopupPro .PopupBox {
	bottom: 0;
	left: 50%;
	z-index: 998;
	background: #fff;
	border-radius: 0.18rem;
	position: absolute;
	padding: 0.6rem 0.6rem 1rem 0.6rem;
	box-sizing: border-box;
	width: 7.42rem;
	margin-left: -3.71rem;
	transform: scale(0);
	-webkit-transform: scale(0);
	transform-origin: 50% 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	opacity: 0;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

}

.PopupPro .PopupBox dl {
	text-align: center;
}

.PopupPro .PopupBox dl dd {
	display: inline-block;
	line-height: 0.4rem;
	padding: 0 0.4rem;
	border-radius: 0.4rem;
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin: 0 0.1rem;
	margin-bottom: 0.25rem;
	font-size: 0.15rem;
}

.PopupPro .PopupBox dl dd a {
	font-family: harml;
}


.PopupPro .PopupBox dl dd:hover {
	border: 1px solid rgba(0, 0, 0, 0.8)
}

.PopupPro .PopupBox .more {
	margin-top: 0.6rem;
	text-align: center;
}

.PopupPro .PopupBox .more a {
	position: relative;
	padding-bottom: 2px;
}

.PopupPro .PopupBox .more a:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #c6c6c685;
	position: absolute;
	bottom: 0;
	left: 0;
}

.PopupPro .PopupBox.show {
	transform: scale(1);
	-webkit-transform: scale(1);
	opacity: 1;
}


@media(max-width:768px) {
	.nTopMainPos .subPage .Contain .subCon .con img {
		max-width: 100%;
	}

	.nTopMainPos .subPage .Contain .subCon .con {
		max-width: 100%;
		font-size: 13px;
		line-height: 20px;
	}

	.nTopMainPos .subPage .Contain .subCon {
		max-width: 500px;
	}

	.More {
		width: 100px;
		height: 30px;
		line-height: 30px;
	}

	.ProductBox ul li .img {
		padding-top: 135%;
	}

	.PopupPro {
		width: 95%;
	}

	.PopupPro .PopupBox {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.PopupPro .PopupBox dl dd {
		height: 26px;
		line-height: 26px;
		margin: 0 3px;
		margin-bottom: 5px;
	}
}

@media(max-width:640px) {
	.nTopMainPos .subPage .Contain .subCon {
		position: static;
	}

	.nTopMain .subPage .subTit .cn {
		margin-top: 30px !important;
		padding-bottom: 30px !important;
	}

	.ProductBox {
		margin-top: 0;
		padding-bottom: 1rem;
	}

	.ProductBox ul li {
		width: 47%;
		margin-left: 3%;
		margin-top: 3%;
	}

	.ProductBox ul {
		margin-left: -3%;
	}

	.ProductBox ul li:nth-child(2n) {
		margin-top: 3%;
		margin-left: 3%;
	}

	.ProductBox ul li .txt {
		padding: 15px;
	}

	.ProductBox ul li .txt h1 {
		font-size: 16px;
	}

	.ProductBox ul li .txt .dec {
		font-size: 12px;
		line-height: 16px;
		height: 32px;
	}

	.ProductBox ul li.on {
		transform: scale(1);
	}

	.ProductBox ul li:nth-child(2n).on {
		transform: scale(1);
	}
}

/* 产品详情 */
.ProductInfo .swiper-slide {
	height: 100vh;
	background: url(../images/probg.png) no-repeat center center;
	box-sizing: border-box;
	position: relative;
	background-size: 100% 100%;
}

.ProductInfo .swiper-slide .Contain {
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.ProductInfo .swiper-slide .img {
	width: 5.16rem;
	padding-right: 3.4rem;
	position: relative;
}

.ProductInfo .swiper-slide .img .imgbox {
	padding-top: 7.04rem;
	border-radius: 0.18rem;
}

.ProductInfo .swiper-slide .ProInfo {
	width: 3rem;
	margin-right: 0.4rem;
}

.ProductInfo .swiper-slide .ProInfo .cn {
	font-size: 0.4rem;
}

.ProductInfo .swiper-slide .ProInfo .en {
	font-size: 0.2rem;
	opacity: 0.6;
	margin-top: 0.1rem;
}

.ProductInfo .swiper-slide .ProInfo .dec {
	font-family: harml;
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin: 0.5rem 0;
}

.ProductInfo .swiper-slide .img .line {
	position: absolute;
	bottom: 0.5rem;
	right: 2.2rem;
	height: 3.42rem;
	width: 0.06rem;
	border-radius: 4px;
	background: #CACACA;
}

.ProductInfo .swiper-slide .img .line span {
	display: block;
	width: 100%;
	height: 0;
	background: #0A57A8;
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: 0;
	transition: height 5s linear;
	-webkit-transition: height 5s linear;
}

.ProductInfo .swiper-slide.swiper-slide-active .img .line .linebox span {
	height: 100% !important;
}


.ProductInfo .swiper-slide {
	opacity: 0 !important;
}

.ProductInfo .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}

.ProWap .swiper-slide {
	opacity: 1 !important;
}

@media(max-width:768px) {
	.ProductInfo .swiper-slide {
		background-size: contain;
	}

	.ProductInfo .swiper-slide .ProInfo {
		width: 5rem;
	}

	.ProductInfo .swiper-slide .ProInfo .cn {
		font-size: 18px;
	}

	.ProductInfo .swiper-slide .ProInfo .en {
		font-size: 14px;
	}

	.ProductInfo .swiper-slide .ProInfo .dec {
		font-size: 13px;
		line-height: 20px;
	}
}

.ProWap {
	display: none;
}

.fixedbg {
	display: none;
}

@media(max-width:767px) {
	.ProductInfo .swiper-slide {
		background: none;
	}

	.ProWap {
		display: block;
		padding-top: 60px;
	}

	.ProPc {
		display: none;
	}

	.fixedbg {
		background: url(../images/ntopbg.png) no-repeat center center;
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		display: block;
	}

	.ProductInfo .swiper-slide {
		height: 50vh;
		background-size: contain;
	}

	.ProductInfo .swiper-slide .ProInfo {
		width: 45%;
	}

	.ProductInfo .swiper-slide .img {
		width: 45%;
		padding-right: 0;
	}

	.ProductInfo .swiper-slide .img .imgbox {
		padding-top: 140%;
	}
}

/* 新闻中心 */
body.on {
	overflow: hidden;
}

.popUp-box {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transition: all 0.3s;
}

.popUp-box.show {
	visibility: visible;
	top: 0;
	z-index: 999;
	opacity: 1;
}

.NewsBox {
	overflow: hidden;
	padding-bottom: 0.5rem;
}

.NewsBox .item {
	margin: 0 3.5rem 0 2.4rem;
	margin-bottom: 1rem;
}

.NewsBox .item a {
	display: block;
	cursor: pointer;
}

.NewsBox .item .img {
	width: 5rem;
	float: left;
}

.NewsBox .item .img .imgbox {
	padding-top: 6.42rem;
	border-radius: 0.18rem;
}

.NewsBox .item .img .imgbox span {
	transition: all .5s;
	-webkit-transition: all .5s;
}

.NewsBox .item .img:hover .imgbox span {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.NewsBox .item .img .time {
	font-size: 12px;
	opacity: 0.5;
	font-family: harml;
	margin-top: 0.1rem;
}

.NewsBox .item .img .time img {
	display: inline-block;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.NewsBox .item .txt {
	width: 7.5rem;
	float: right;
	height: 6.42rem;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	font-family: harml;
}

.NewsBox .item .txt .tit {
	font-size: 0.27rem;
	line-height: 0.44rem;
	font-family: harm;
	width: 100%;
}

.NewsBox .item .txt .dec {
	font-weight: 400;
	color: #666666;
	font-size: 0.2rem;
	line-height: 0.44rem;
	padding: 0.22rem 0;
	border-top: 2px solid #979797;
	border-bottom: 2px solid #979797;
	margin: 0.7rem 0;
	font-family: harml;
}

.NewsBox .item .txt .more {
	font-size: 0.19rem;
	color: #646464;
	font-family: harml;
	width: max-content;
	height: 40px;
	line-height: 40px;
	border-radius: 20px;
	border: 1px solid #000000;
	padding: 0 17px;
}

.NewsBox .item .txt .more b {
	color: #000;
}

/* .NewsBox .item:nth-child(2n) .img {
	float: right;
	text-align: right;
}

.NewsBox .item:nth-child(2n) .txt {
	float: left;
}

.NewsBox .item:nth-child(2n) .txt .tit {
	text-align: right;
} */

/* .NewsBox .item{display: none;}
.NewsBox .item:nth-child(-n + 4){display: block;}
.NewsBox .item.show{display: block;} */

.NewsBox .swiper-pagination {
	position: static;
	margin: 0 auto;
	margin-bottom: 1rem;
	width: 5.88rem !important;
	height: 0.08rem !important;
	background: #E0E0E0;
	border-radius: 8px;
	overflow: hidden;
}

.NewsBox .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: rgba(0, 0, 0, 0.4);
}

.NewsBox {
	padding-bottom: 1.1rem;
}

/* .NewsBox .mySwiper{padding-bottom:30px;}
.NewsBox .swiper-button-next, .NewsBox .swiper-rtl .swiper-button-prev{position: absolute;} */
.NewsBox .addMore {
	background: url(../images/newmore.png) no-repeat center center;
	background-size: contain;
	-webkit-animation: rightan 1s infinite;
	-webkit-animation-fill-mode: both;
	width: 0.81rem;
	height: 0.81rem;
	margin: 0 auto;
}

.NewsBox .swiper-button-next::after {
	display: none;
}

.NewsBox .addMore:hover {
	animation-play-state: paused;
}

.NewsBox .addMore.on {
	transform: rotateX(180deg);
	-webkit-transform: rotateX(180deg);
	animation: none;
}

@keyframes rightan {
	from {
		transform: translateY(0);
		opacity: 0;
	}

	to {
		transform: translateY(50px);
		opacity: 1;
	}
}

@-webkit-keyframes rightan {
	from {
		transform: translateY(0);
		opacity: 0;
	}

	to {
		transform: translateY(50px);
		opacity: 1;
	}
}

@media(max-width:768px) {
	.NewsBox .item {
		margin: 0 30px;
	}

	.NewsBox .item .txt {
		width: 60%;
	}

	.NewsBox .item .txt .tit {
		font-size: 16px;
		line-height: 28px;
	}

	.NewsBox .item .txt .dec {
		font-size: 13px;
		line-height: 22px;
		margin: 20px 0;
		padding: 10px 0;
		min-height: 130px;
	}
}

@media(max-width:640px) {
	.NewsBox .item {
		margin: 0 15px;
		margin-bottom: 30px;
	}

	.NewsBox .item .txt {
		width: 100%;
		height: auto;
		margin-top: 20px;
	}

	.NewsBox .item .txt .more {
		font-size: 12px;
	}

	.NewsBox .item:nth-child(2n) .img {
		text-align: left;
		float: left;
	}

	.NewsBox .item:nth-child(2n) .txt .tit {
		text-align: left;
	}
}


/* 关于我们 */

.About .subPage .Contain .subCon h1 {
	font-size: 0.32rem;
}

.About .subPage .Contain .subCon h2 {
	font-size: 0.2rem;
	margin: 0.1rem 0 0.3rem 0;
}

.About .subPage .Contain .subCon .con {
	max-width: 100%;
}

.Development {
	padding-left: 4.6rem;
}

.Development ul {
	display: flex;
	width: auto;
	overflow: hidden;
	flex-wrap: nowrap;
}

.Development ul li a {
	position: relative;
	padding-right: 1.8rem;
	display: block;
}

.Development ul li {
	opacity: 0.2;
	font-size: 1.23rem;
	margin-right: 1.8rem;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.Development ul li span {
	font-family: DINc;
	font-weight: normal;
	font-size: 5.78rem;
	line-height: 5.78rem;
	letter-spacing: -0.2rem;
}

.Development .DevelopmentBox {
	overflow: hidden;
}

.Development ul li b {
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 0.6rem;
}

.Development ul li:hover {
	opacity: 1;
}

.Culture {
	padding: 0.77rem 0.5rem;
}

.Culture .ul {
	display: flex;
	justify-content: space-between;
	font-size: 0.28rem;
}

.Culture .ul span {
	font-family: harml;
}

.Culture .ul strong {
	font-size: 0.56rem;
	font-family: harmm;
	font-weight: normal;
	display: inline-block;
	margin-right: 0.2rem;
}

@media(max-width:768px) {
	.Development {
		padding-left: 30px;
	}
}

@media(max-width:640px) {
	.Development ul li a {
		padding-right: 50px;
	}

	.Development ul li span {
		font-size: 100px;
		line-height: 100px;
		letter-spacing: -5px;
	}

	.Development ul li b {
		font-size: 20px;
		bottom: 10px;
	}

	.Development ul li {
		margin-right: 50px;
	}

	.Culture .ul {
		display: block;
	}

	.Culture .ul p {
		margin-bottom: 20px;
	}

	.Culture .ul strong {
		display: block;
		font-size: 18px;
	}

	.Culture .ul span {
		font-size: 14px;
		display: block;
		margin-top: 10px;
		color: #666;
	}
}

/* 发展历程 */
.DevelopmentPage {
	padding-top: 25vh;
	box-sizing: border-box;
	height: 100vh;
	position: relative;
}

.DevelopmentPage .mySwiper {
	padding-bottom: 0.5rem;
	box-sizing: border-box;
}

.DevelopmentPage .mySwiper .swiper-slide {
	opacity: 0.2;
	text-align: center;
}

.DevelopmentPage .mySwiper .swiper-slide span {
	font-size: 4rem;
	font-family: DINc;
	line-height: 4rem;
	letter-spacing: -0.2rem;
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	display: inline-block;
	transition: all .5s;
	-webkit-transition: all .5s;
}

.DevelopmentPage .mySwiper .swiper-slide i {
	font-size: 1rem;
	display: inline-block;
	margin-left: 0.5rem;
}

.DevelopmentPage .mySwiper .swiper-slide.cuntruebox {
	opacity: 1;
	line-height: 40px;
	text-align: left;
}

.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul {
	float: right;
	margin-right: 1rem;
}

.DevelopmentPage .mySwiper .swiper-slide.cuntruebox p {
	margin-top: 1rem;
}

.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul strong {
	font-size: 0.4rem;
	display: block;
	font-family: harmm;
	font-weight: normal;
}

.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul span {
	font-size: 0.24rem;
	opacity: 0.8;
	margin-top: 0.1rem;
	letter-spacing: 0;
	line-height: 30px;
	display: block;
	font-family: harml;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.DevelopmentPage .mySwiper .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.DevelopmentPage .mySwiper .swiper-slide.swiper-slide-active span {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.DevelopmentPage .mySwiper .swiper-slide:hover {
	opacity: 1;
}

.DevelopmentPage .mySwiper2 .swiper-slide .txt {
	padding: 0.5rem 0.6rem;
	position: relative;
	box-sizing: border-box;
	height: 100%;
}

.DevelopmentPage .mySwiper2 .swiper-slide .con {
	font-size: 0.23rem;
	line-height: 0.45rem;
	opacity: 0.5;
}

.DevelopmentPage .mySwiper2 .swiper-slide .year {
	font-family: DINc;
	font-size: 0.7rem;
	position: absolute;
	right: 0.6rem;
	bottom: 0.5rem;
}

.DevelopmentPage .mySwiper2 .swiper-slide dl {}

.DevelopmentPage .mySwiper2 .swiper-slide dl::after {
	content: '';
	display: block;
	clear: both;
}

.DevelopmentPage .mySwiper2 .swiper-slide dl dd {
	width: 33.33%;
	float: left;
}

.DevelopmentPage .mySwiper2 .swiper-slide {
	min-height: 25vh;
}

/* .DevelopmentPage .mySwiper2 .swiper-slide.on{display: block;} */

.DevelopmentPage .gallery-thumbs .swiper-pagination-progress {
	bottom: 0;
	background: #c2c0c0;
	top: auto;
}

.DevelopmentPage .gallery-thumbs .swiper-pagination-progress .swiper-pagination-progressbar {
	background: #6F6F6F;
}

.DevelopmentPage .gallery-top {
	height: 35vh;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
}

.DevelopmentPage .gallery-thumbs {
	height: 40vh;
}

@media(max-width:1366px) {

	.DevelopmentPage .mySwiper .swiper-slide.cuntruebox p {
		margin-top: 0.5rem;
	}

	.DevelopmentPage .mySwiper .swiper-slide span {
		font-size: 3rem;
		line-height: 3rem;
	}
}

@media(max-width:1024px) {
	.DevelopmentPage .mySwiper .swiper-slide span {
		font-size: 3.6rem;
		line-height: 3.6rem;
	}

	.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul p {
		margin-top: 30px;
	}

	.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul p span {
		font-size: 14px;
		line-height: 25px;
	}
}

@media(max-width:640px) {
	.DevelopmentPage .mySwiper .swiper-slide span {
		font-size: 88px;
		line-height: 88px;
		letter-spacing: -5px;
	}

	.DevelopmentPage .mySwiper .swiper-slide i {
		font-size: 18px;
		margin-left: 10px;
	}

	.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul {
		padding-right: 0;
	}

	.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul p strong {
		font-size: 18px;
		line-height: 22px;
	}

	.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul p span {
		font-size: 13px;
	}

	.DevelopmentPage .mySwiper .swiper-slide.cuntruebox .ul p {
		margin-top: 10px;
	}

	.DevelopmentPage .mySwiper2 .swiper-slide dl dd {
		width: 100%;
	}
}

/* 新闻详情 */
.NewsInfo {
	padding-top: 2.2rem;
	padding-bottom: 1.2rem;
	background: #fff;
}

.NewsInfo .NewsInfoTit {
	text-align: center;
	margin-bottom: 0.9rem;
}

.NewsInfo .NewsInfoTit h1 {
	font-size: 0.5rem;
	line-height: 0.65rem;
	font-weight: normal;
	font-family: harmb;
}

.NewsInfo .NewsInfoTit .date {
	font-size: 0.2rem;
	opacity: 0.7;
	margin-top: 0.3rem;
}

.NewsInfo .NewsInfoTit .date span {
	display: inline-block;
	margin: 0 20px;
}

.NewsInfo .NewsInfoContent {
	font-size: 0.22rem;
	line-height: 0.37rem;
}

.NewsInfo .NewsInfoContent img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.goback {
	display: none;
}

.goback img {
	max-width: 0.53rem;
}

@media(max-width:1024px) {
	.NewsInfo .NewsInfoTit h1 {
		font-size: 18px;
		line-height: 30px;
	}

	.NewsInfo .NewsInfoTit .date {
		font-size: 14px;
	}

	.NewsInfo .NewsInfoContent {
		font-size: 14px;
		line-height: 25px;
	}

	.NewsInfo .NewsInfoContent * {
		max-width: 100% !important;
	}
}

@media(max-width:640px) {
	.NewsInfo {
		padding-top: 80px;
		padding-bottom: 50px;
	}

	.NewsInfo .NewsInfoTit .date {
		font-size: 12px;
		line-height: 22px;
	}

	.NewsInfo .NewsInfoTit .date span {
		margin: 0 5px;
	}
}



.Development_wap {
	display: none;
	padding: 30px 20px;
	overflow: hidden;
	position: relative;
}

.Development_wap .hsani {
	position: absolute;
	right: 20px;
	top: 30px;
	animation: moveleft ease-in 1s infinite;
}

.Development_wap .item {
	opacity: 0.5;
	height: auto;
}

.Development_wap .item .year {
	color: #000;
}

.Development_wap .item .year span {
	font-size: 80px;
	font-family: infram;
}

.Development_wap .item .year i {
	font-size: 36px;
}

.Development_wap .item .con {
	font-size: 16px;
	line-height: 27px;
}

.Development_wap .item.slick-current {
	opacity: 1;
}

.Development_wap .item.swiper-slide-active {
	opacity: 1;
}

.Development_wap .gallery-thumbs {
	height: 130px;
}

.Development_wap .gallery-thumbs .item {
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	user-select: none;
}

.Development_wap .gallery-thumbs .item.slick-current {
	font-size: 28px;
	line-height: 40px;
	padding-top: 8px;
	padding-bottom: 2px;
}

.Development_wap .gallery-thumbs .item.swiper-slide-active {
	font-size: 30px;
	line-height: 40px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	padding-top: 8px;
	padding-bottom: 2px;
}

.Development_wap .gallery-thumbs .item.swiper-slide-active span {
	font-family: harmb;
}

.Development_wap .gallery-top {
	margin-top: 30px;
}

.Development_wap .gallery-top .con {
	font-size: 16px;
	line-height: 30px;
}

.Development_pc {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: .8rem;
}

.Development_pc .about-l {
	width: 55%;

}

.Development_pc .about-l>.t1 {
	width: max-content;
	height: fit-content;
	font-weight: 400;
	padding: .08rem .07rem;
	margin: 0 auto;
	font-size: 0.4rem;
	color: #000000;
	line-height: 0.4rem;
	margin-left: 1.7rem;
	margin-bottom: -.4rem;
	border-top: 1px solid rgba(0, 0, 0, .26);
	border-bottom: 1px solid rgba(0, 0, 0, .26);
}

.about-l-swiper {
	overflow: hidden;
	background: url(../images/a-l.png)no-repeat center left;
	background-size: contain;
}

.ov {
	overflow: hidden;
}

.about-l-swiper-i {
	padding: 2.2rem 0 2.5rem 1.8rem;
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.about-l-swiper .about-l-swiper-i::before {
	/* width: 25%; */
	/* content: ''; */
}

.about-l-swiper .about-l-swiper-i .t2 {
	width: 60%;
	display: flex;
	align-items: center;
}

.about-l-swiper .about-l-swiper-i .t2 .t2-info {
	position: absolute;
	right: 0;
	width: 50%;
}

.about-l-swiper .about-l-swiper-i .t1 {
	height: fit-content;
	font-weight: 400;
	font-size: 0.4rem;
	color: #000000;
	line-height: 0.4rem;
	padding: .08rem .07rem;
	border-top: 1px solid rgba(0, 0, 0, .26);
	border-bottom: 1px solid rgba(0, 0, 0, .26);
}

.about-l-swiper .about-l-swiper-i .t2 i {
	width: 0.16rem;
	height: 0.16rem;
	min-width: .16rem;
	background: #000000;
	border-radius: 50%;
	display: block;
	margin-right: .27rem;
}

.about-r-swiper {
	position: relative;
	width: 45%;
	height: 100%;
	max-height: 6rem;
	padding: 50px 0;
	overflow: hidden;
}

.about-r-swiper .swiper-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.about-r-swiper .swiper-slide {
	display: flex;
	align-items: center;
}

.about-r-swiper .swiper-slide:last-child {
	margin-bottom: 0 !important;
}

.about-r-swiper .about-r-i {
	height: max-content;
	display: flex;
	align-items: flex-end;
	padding: 20px 0;
	padding-left: 1.73rem;
	user-select: none;
	transition: 300ms;
}

.about-r-swiper .about-r-i .t1 {
	font-weight: 400;
	font-size: 1.7rem;
	color: #CCCCCC;
	line-height: 1.22rem;
}

.about-r-swiper .about-r-i .t2 {
	font-weight: 400;
	font-size: 0.44rem;
	color: #CCCCCC;
	line-height: .44rem;
}

.about-r-swiper .swiper-slide.swiper-slide-active .t2,
.about-r-swiper .swiper-slide.swiper-slide-active .t1 {
	color: #000000;
}

.about-r-swiper .swiper-slide.swiper-slide-active .about-r-i {
	padding-left: .5rem;
}


@media(max-width:768px) {
	.Development_pc {
		display: none;
	}

	.Development_wap {
		display: block;
	}

	.Culture {
		padding: 15px;
		padding-top: 30px;
	}

	.Culture .ul {
		display: flex;
		width: 100%;
	}

	.Culture .ul p {
		margin-bottom: 0;
	}

	.nTopMain {
		background: url(../images/menubg1.png) no-repeat center center !important;
		background-size: cover !important;
	}

	.Open_Header {
		background: url(../images/menubg2.png) no-repeat center center;
		background-size: cover !important;
	}
}


@keyframes moveleft {
	0% {
		right: 20px;
	}

	100% {
		right: 40px;
	}
}