@charset "utf-8";

@font-face {
    font-family: 'pf';
    src: url('https://cdnoss.digitkj.com/public/PingFangSC-Regular.woff2') format('woff2');
	font-display: swap;
}

body {
            scroll-behavior: smooth;
        }
body::-webkit-scrollbar {
            width: 2px;
        }
        body::-webkit-scrollbar-track {
            background: #e2e8f0;
            border-radius: 10px;
        }
        body::-webkit-scrollbar-thumb {
            background: #DD2221;
            border-radius: 10px;
            transition: background 0.2s;
        }
        body::-webkit-scrollbar-thumb:hover {
            background: #DD2221;
            opacity: 0.6;
        }

html, body, div, span, iframe, map, font, img, a img, samp, strong, hr, h1, h2, h3, h4, h5, h6, b, p, blockquote, a, address, code, dl, dt, dd, ol, ul, li, form, label, table, tr, td, th {
	padding: 0;
	margin: 0;
	border: 0;
	font-weight: normal;
	font-family: 'pf', Arial, Helvetica, sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none; }

input[type="number"]{ -moz-appearance: textfield; }
textarea{
	font-family: 'pf';
}
ol, ul {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
input,select{
	font-family: 'pf', Arial, Helvetica, sans-serif;
}
i {
    font-style: normal;
}
a:focus {
	outline: none;
}
a.hidefocus {
	outline: none
}
input[type=text],input[type=submit], input[type=button] {
	-webkit-appearance: none;
}
input{
	outline: none
}
body {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 12px;
}
.clear{ clear:both;}
div,ul ,li, input, header, footer, textarea{
	box-sizing: border-box;
}
em, i, strong{
	font-style: normal;
}

.main_photos_item{
	position: relative;
}

.fontbox .font{
	width: 6rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 5.6rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .35s ease, visibility .35s ease;
}

.fontbox .font.is-active{
	opacity: 1;
	visibility: visible;
}

.fontbox .font .t{
	text-align: center;
	font-size: .38rem;
	color: #333;
	margin-bottom: .2rem;
	font-weight: bold;
}

.fontbox .font.is-active .t{
	animation: fontTitleFadeIn .6s ease both;
}

.fontbox .font.is-active .d{
	animation: fontTitleFadeIn .6s .08s ease both;
}

@keyframes fontTitleFadeIn {
	from {
		opacity: 0;
		transform: translateY(.12rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fontbox .font .d{
	display: block;
	text-align: center;
	font-size: .18rem;
	line-height: 2;
	color: #333;
}

.main_photos {
	width: 100%;
	padding: .8rem 0 1.1rem;
	background: linear-gradient(180deg, #ffffff 0%, #f6f8fb 100%);
	overflow: hidden;
	position: relative;
	background: #F6F6F6;
}
.main_photos::after{
	content: '';
	width: 15.8rem;
	height: 15.8rem;
	border-radius: 50%;
	border: 1px dashed #999;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 42%;
}
.main_photos_stage {
	position: relative;
	left: 50%;
	width: 120vw;
	max-width: none;
	height: calc(120vw * .38);
	margin: 0;
	transform: translateX(-50%);
	touch-action: none;
	user-select: none;
	cursor: grab;
}
.main_photos_stage.is-dragging {
	cursor: grabbing;
}
.main_photos_ring {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	z-index: 2;
}
.main_photos_item {
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 50% 100%;
	will-change: transform;
}
.main_photos_card {
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: .18rem;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 .12rem .28rem rgba(32, 44, 64, .14);
	transition: transform .35s ease, box-shadow .35s ease;
}
.main_photos_card:hover {
	box-shadow: 0 .18rem .36rem rgba(32, 44, 64, .18);
}
.main_photos_card img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
	transition: all .6s;
}
.main_photos_card:hover img{
    transform: scale(1.1);
}
footer {
    position: relative;
    overflow: hidden;
}

footer .meteor-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 2; }
    footer .meteor-layer .meteor {
      position: absolute;
      display: block;
      width: var(--meteor-length, 1.4rem);
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, #FFF, rgba(255, 255, 255, 0.32) 58%, rgba(255, 255, 255, 0));
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.75);
      opacity: 0;
      transform-origin: 100% 50%;
      animation: footerMeteorFall var(--meteor-duration, 7s) linear var(--meteor-delay, 0s) 1 both;
      will-change: transform, opacity; }
  @keyframes footerMeteorFall {
    0% {
      opacity: 0;
      transform: translate3d(0, -2rem, 0) rotate(var(--meteor-angle, -45deg)) scaleX(0.7); }
    10% {
      opacity: 0.9; }
    68% {
      opacity: 0.72; }
    100% {
      opacity: 0;
      transform: translate3d(var(--meteor-drift, -10vw), var(--meteor-distance, 12rem), 0) rotate(var(--meteor-angle, -45deg)) scaleX(1); } }
.main_photos_card span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0, .4));
	color: #fff;
	font-size: .16rem;
	line-height: 1.2;
	text-align: center;
	display: flex;
	align-items: flex-end;
	padding-bottom: .2rem;
	box-sizing: border-box;
	justify-content: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.main_photos_mark {
	position: absolute;
	left: 50%;
	bottom: -.5rem;
	width: .58rem;
	height: .62rem;
	margin-left: -.29rem;
	transform-origin: 50% 0;
	pointer-events: none;
}
.main_photos_mark::before {
	content: '';
	position: absolute;
	left: 50%;
	top: .13rem;
	width: .18rem;
	height: 1px;
	background: #d9d9d9;
	transform: translateX(-50%);
}
.main_photos_mark i {
	position: absolute;
	left: 50%;
	top: 0;
	width: .12rem;
	height: .12rem;
	border: .04rem solid #999;
	border-radius: 50%;
	background: #fff;
	transform: translateX(-50%);
}
.main_photos_mark.is-active i {
	border-color: #df2a26;
}
.main_photos_mark em {
	position: absolute;
	top: .26rem;
	left: 50%;
	width: 100%;
	color: #111;
	font-size: .14rem;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: .01rem;
	transform: translateX(-50%);
}

footer .fot_logo .l,footer .code div,.main_contact_company .box .grow .code .label div img, header .logo,.main_honor_picture .box .label .picture img{
	transition: all .3s;
	transition-timing-function: cubic-bezier(0.03, -0.14, 0, 2.72);
}
footer .fot_logo .l:hover,footer .code div:hover,.main_contact_company .box .grow .code .label div img:hover, header .logo:hover,.main_honor_picture .box .label .picture img:hover{
	transform: scale(1.1);
}
.main_honor_picture .box .label{
	padding-top: .2rem;
}
.news_list .mySwiper8{
    width: 100%;
}
.news_list .mySwiper8  .swiper-slide{
	width: 4.3rem;
	margin-right: .4rem;
}
.news_list .news_item{
	margin-right: 0;
}


