@charset "utf-8";

html {
    font-size: 16px;
    text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
	padding: 0px;
	margin: 0px;
	border: none;
	box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	list-style-position: outside;
}

img {
	max-width: 100%;
}

body {
	font-size: 1rem;
	font-family: Arial;
	font-style: normal;
	color: #000;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.hid-y {
	overflow-y: hidden;
}


a {
	text-decoration: none;
	font-family: "Microsoft YaHei", verdant, tahoma;
	font-style: normal;
	color: #000;
	font-weight: normal;
}

a:hover {
	color: #ec1b24;
}

.clear {
	clear: both;
}

ul {
	list-style-type: none;
}

li {
	list-style-type: none;
	line-height: 30px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.hz {
	width: 90%;
	margin: 0 auto;
}

.hza {
	width: 90%;
	margin: 70px auto;
}

.hza:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.container {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.ny-container {
    width: 96%;
    max-width: 1200px;
    margin: 4rem auto;
}

.more {
	margin-top: 2.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.more a {
	text-align: center;
	display: block;
	padding: 0 2rem;
	border: solid 1px #ec1b24;
	color: #ec1b24;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2.5;
	overflow: hidden;
	position: relative;
	border-radius: 100px;
	transform: perspective(1px);
	transition: color .2s ease-out;
}

.more a:hover {
	color: #fff
}

.more a:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #ec1b24;
	transform: translate(-50%, -50%);
	transition: width 0.1s, height 0.1s;
}

.more a:hover:after {
	width: 300px;
	height: 300px;
	transition: width 0.8s ease-out, height 0.8s ease-out;
}

.bg1 {
	background-color: #f6f6f6;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

select,
input,
img {
	vertical-align: middle;
}

img {
	border: none;
	background: none;
	vertical-align: middle;
}

.flex {
	display: flex;
}

.flex-btw {
	display: flex;
	justify-content: space-between;
}

.top-pc {
    position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	width: 100%;
    min-width: 1200px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.top-pc.active {
	background: rgba(0, 0, 0, 0.2);
	/* box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2); */
}

.top-pc.active1 {
    background: transparent;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.top-pc.active2 {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
}

.logo {
	float: left;
	margin: 7px 0;
	/* -webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1); */
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.logo img {
	height: 60px;
}

.top-pc.active .logo {
	/* -webkit-filter: brightness(1) invert(0);
	filter: brightness(1) invert(0); */
}

.top-pc.active2 .mainbav .memu:hover>a {
    color: #ec1b24;
}

.top-pc.active2 .mainbav .memu > a,
.top-pc.active2 .icon-weixin,
.top-pc.active2 .icon-so,
.top-pc.active2 .set a{
	color: #000;
}

.top-pc.active .sjx {
	border-top: 8px solid #000;
}

.top-pc.active .mainbav .memu.active>a,
.mainbav .memu:hover>a {
	color: #ec1b24;
}


.top-hz {
	width: 92%;
	margin: 0 auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.top-menu {
	flex: 1 1;
	display: flex;
	justify-content: flex-end;
}

.nav {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: bottom;
}

.mainbav ul:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.mainbav li {
	float: left;
}

.mainbav .memu {
	float: left;

}

.mainbav .memu>a {
	line-height: 5;
	color: #fff;
	padding: 0 30px;
	font-size: 1rem;
}

.mainbav .memu>a:hover {
	font-weight: bold;
}

.mainbav .memu.active>a,
.mainbav .memu:hover>a {
	font-weight: bold;
	color: #fff;
	display: block;
}

.mainbav ul li ul {
	position: absolute;
	display: none;
	z-index: 9999;
	width: 220px;
	background: rgba(255, 255, 255, 0.6);
	padding: 15px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 0px 10px 0px rgba(2, 0, 0, 0.2);
}

.mainbav ul li ul:after {
	content: '';
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
	border-width: 10px;
	cursor: pointer;
	border-style: dashed dashed solid dashed;
	border-color: transparent transparent #fff transparent;
	border-top: none;
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	z-index: 99;
}

.mainbav ul li ul li {
	float: none;
	border-right: none;
	text-align: left;
}

.mainbav ul li ul li a {
	display: block;
	padding: 8px 20px;
	font-size: 1rem;
}

.sch {
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 0;
	left: 0;
	box-shadow: 0px 6px 6px 3px rgb(0 0 0 / 20%);
	display: none;
	z-index: 999999;
}

.sch .so {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #fff;
	border-radius: 15px;
	padding: 60px;
	position: relative;
}

.sch .so h4 {
    display: none;
	font-size: 1.3rem;
	color: #000;
	font-weight: bold;
}

.sch .so .icon-close {
	cursor: pointer;
	transition: transform 0.5s ease;
}

.sch .so .icon-close:hover {
	transform: rotate(360deg);
}

.so #formsearch {
	height: 50px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: solid 1px #ddd;
	margin-top: 30px;
}

.so #formsearch input:focus {
	outline: none;
}

.so #formsearch input#keyword {
	font-size: 0.8rem;
	color: #999;
	padding-left: 15px;
	line-height: 1.2;
	width: 80%;
	float: left;
}

.so #formsearch button[type="submit"] {
	background: 0;
	border: solid 1px #ec1b24;
	color: #ec1b24;
	cursor: pointer;
	font-size: 1rem;
	line-height: 2.2;
	border-radius: 100px;
	overflow: hidden;
	position: relative;
	bottom: 10px;
	transform: perspective(1px);
	transition: color .2s ease-out;
	float: right;
	width: 15%;
}

.so #formsearch button[type="submit"]:hover {
	color: #fff
}

.so #formsearch button[type="submit"]:after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: #ec1b24;
	transform: translate(-50%, -50%);
	transition: width 0.1s, height 0.1s;
}


.so #formsearch .s_btn:hover:after {
	width: 300px;
	height: 300px;
	transition: width 0.8s ease-out, height 0.8s ease-out;
}


.so p {
	font-size: 15px;
	color: #666;
	line-height: 26px;
	margin-top: 20px;
}

.so p a {
	font-size: 15px;
	color: #999;
	margin-left: 8px;
}

.so p a:hover {
	color: #ec1b24;
}

.so span {
	position: absolute;
	top: 20px;
	right: 20px;
}

.so span img {
	transition: all .3s ease;
}

.so span img:hover {
	filter: brightness(2);
	-webkit-filter: brightness(-1%);
}

.index-r {
	margin-top: 20px;
	margin-left: 50px;
}

.index-r img {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 2px;
	margin-right: 3px;
}

.set {
	font-size: 1rem;
}

.navr {
	display: flex;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
}

.navr div {
	padding: 0 5px;
    cursor: pointer;
}

.navr div a{
    color:#fff;
    text-decoration: none;
}

.new {
	width: 120px;
	position: absolute;
	z-index: 999;
	display: none;
	text-align: center;
	right: 60px;
	padding: 10px;
	top: 70px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(4, 0, 0, 0.2);

}

.new li {
	line-height: 38px;
}

.new li a {
	font-size: 14px;
}

.new li:last-of-type {
	border-bottom: none;
}

.sjx {
	width: 0;
	display: inline-block;
	border: 4px solid transparent;
	border-top: 7px solid #fff;
	vertical-align: text-bottom;
}

.top-mob {
	display: none;
}


/*banner*/
.block_home_slider {
	height: 100%;
	position: relative;
	line-height: 0px;
	text-align: center;
}

/*底部小图标*/
.block_home_slider .slide {
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
}

.block_home_slider .flex-direction-nav a {
	width: 45px;
	height: 50px;
	display: block;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	text-indent: -9000px;
}

.block_home_slider .flex-direction-nav a.flex-prev {
	left: 6%;
	background: url(../images/jt1.png) no-repeat;
}

.block_home_slider .flex-direction-nav a.flex-next {
	right: 6%;
	background: url(../images/jt2.png) no-repeat;
}

.block_home_slider .flex-direction-nav a.flex-prev:hover {
	left: 6%;
	background: url(../images/jt1a.png) no-repeat;
}

.block_home_slider .flex-direction-nav a.flex-next:hover {
	right: 6%;
	background: url(../images/jt2a.png) no-repeat;
}

.block_home_slider .flex-control-paging {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
}

.block_home_slider .flex-control-paging li {
	margin: 0px;
	padding: 0 5px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	overflow: hidden;
	list-style-type: none;
}

.block_home_slider .flex-control-paging li a {
	width: 10px;
	height: 10px;
	display: block;
	background: #f2f2f2;
	text-indent: -9000px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	border-radius: 6px;
	transition: all 0.5s;
}

.block_home_slider .flex-control-paging li a.flex-active {
	width: 40px;
	background: #ec1b24;
	border-radius: 6px;
}

.flexslider {
	margin: 0;
	padding: 0;
	height: 100%;
}

.flex-viewport {
	height: 100%;
}

.flexslider .slides {
	height: 100%;
	margin: 0;
	padding: 0;
}

.flexslider .slides li {
	line-height: 0px;
	padding: 0;
	margin: 0;
	height: 100%;
	display: none;
	position: relative;
    overflow: hidden;
}

.flexslider .slides li img {
	display: block;
	width: 100%;
}

.flexslider .slides li a img {
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
    object-position: center;
}

.flexslider .slides li .slide-box {
	position: absolute;
	text-align: left;
	z-index: 1;
	width: 40%;
	left: 15%;
	top: 40%;
	padding: 20px;
	color: #fff;
	border-radius: 5px;
	background: rgba(0, 0, 0, 0.2);
}

.flexslider .slides li .slide-box h1.slide-tit {
	line-height: 1.5;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 500
}

.flexslider .slides li .slide-box .slide-desc {
	font-size: 1rem;
	line-height: 1.6;
	margin: 0.6rem 0;
}

.flexslider .slides li .slide-box .clmore {
	text-align: center;
	display: inline-block;
	padding: 0 2.5rem;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 2;
	border-radius: 40px;
	background: #ec1b24;
	border: none;
	cursor: pointer;
	transition: all .3s ease-out;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.flexslider .slides li .slide-box .clmore:hover {
	transform: translateY(-6px);
	background: #ec1b24;
	box-shadow: 0 6px 16px rgba(236, 27, 36, 0.5);
}


#home_slider2 {
	display: none;
}

.ny-banner-bt {
	width: 80%;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 50%;
	right: 0;
	text-align: center;
	color: #fff;
	transform: translate(0%, -50%);
}

.ny-banner-wb1 {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
}

.ny-banner-wb2 {
	font-size: 30px;
	line-height: 30px;
	margin-top: 45px;
}

.ny-banner-wb2 p {
	margin-bottom: 20px;
}

.section {
	padding: 0 !important;
	margin: 0 !important;
}

#about, #news, #quality, #partner, #foot {
    padding-top: 4.375rem !important;
}

.section .fp-tableCell {
	padding: 0 !important;
	margin: 0 !important;
}

.index-main {
	height: 100%;
	display: flex;
	align-items: center;
	/* padding: 50px 0; */
}

.index-title {
	line-height: 1.3;
	text-align: center;
}

.index-title h1 {
	font-size: 2rem;
	font-weight: 600;
	color: #ec1b24;
}

.index-title p {
	font-size: 1.1rem;
	font-weight: 500;
    color:#bbb;
	text-transform: uppercase;
}

.about-main {
	display: flex;
	margin-top: 2.5rem;
}

.about-main .about-left {
	width: 45%;
	margin-right: 5%;
}

.about-main .about-left .about-img {
    position: relative;
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 63%;
    border-radius: 20px;
	margin-bottom: 10px;
}

.about-main .about-left .about-img>img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 20px;
	opacity: 0;
}

.about-main .about-left .about-intro {
	text-indent: 2em;
	line-height: 1.7;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

.about-main .about-right {
	width: 50%;
}

.about-main .about-right .li {
	display: flex;
	border-bottom: solid 1px #e5e4e4;
    height: auto;
}

.about-main .about-right .li .li-l {
	flex: 1;
	display: flex;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.about-main .about-right .li:nth-child(1) {
   /*height: 0;*/
}

.about-main .about-right .li .li-l a {
	font-size: 3rem;
	color: #ec1b24;
	font-weight: 600;
	line-height: 2.1;
}

.about-main .about-right .li .li-r {
	flex: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.8;
}

.about-main .about-right .li .li-r h3 {
	color: #ec1b24;
	font-size: 1.2rem;
    line-height: 1.5;
	font-weight: 500;
}

.about-main .about-right .li .li-r p {
	font-size: 1rem;
    line-height: 1.5;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

.cert-intro {
	margin-top: 2.5rem;
	text-indent: 2em;
	line-height: 1.8;
	font-size: 1rem;
    color:#666;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

.khjz_dkj {
	position: relative;
}

.khjz .item {
	margin: 0.625rem;
	position: relative;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
	text-align: center;
	padding: 3.12rem 4% 0;
}

.khjz .item:hover {
	/* box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.1); */
}

.cpzs_img img {
	width: 80px;
	display: inline-block;
	vertical-align: top;
	transform: scaleX(1);
	transition: transform 0.3s;
}

.cpzs_img:hover img {
	transform: scaleX(-1);
}

.khjz .item .cpzs_wb {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: transparent;
}

.card-img-top img.lazy {
	max-width: 100%;
	height: auto;
	margin: auto;
	opacity: 0;
	width: 300px;
}


/* display none until init*/
.owl-carousel {
	display: none;
	width: 100%;
	-ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
	float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
	cursor: pointer;
}

.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* fix*/
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-controls {
	width: 100%;
	z-index: 11;
}

.owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 41px;
	height: 70px;
	text-indent: -9999px;
	transition: .35s;
	top: 50%;
	margin-top: -35px;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev {
	background: url(../images/jtl02.png) center no-repeat;
	overflow: hidden;
	left: 1.5%;
}

.owl-carousel .owl-controls .owl-buttons .owl-next {
	background: url(../images/jtr02.png) center no-repeat;
	overflow: hidden;
	right: 1.5%;
}

.owl-carousel .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/jtl03.png) center no-repeat;
	overflow: hidden;
}

.owl-carousel .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/jtr03.png) center no-repeat;
	overflow: hidden;
}

.owl-carousel .owl-controls.clickable .owl-buttons div:hover {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

.owl-carousel .owl-controls .owl-page {
	display: inline-block;
	zoom: 1;
	*display: inline;
	/*IE7 life-saver*/
}

.owl-carousel .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #999;
}

.owl-carousel .owl-controls .owl-page.active span,
.owl-carouselpzs .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	/*IE7 fix*/
	opacity: 1;
	background: #ec1b24;
	border: 1px solid #ec1b24;
}

.owl-carousel .owl-controls .owl-page span.owl-numbers {
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-carousel .loading {
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

.khjz .owl-pagination {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}

/*首页产品*/
.pro-in {
	height: 100vh;
	position: relative;
}

.pro-in .owl-carousel {
	height: 100%;
}

.pro-in .item {
	height: 100vh;
	position: relative;
}

.pro-in .owl-stage {
	display: flex !important;
}

.pro-in .owl-item {
	/*border-right: solid 1px rgba(255, 255, 255, 0.2);*/
}

.pro-in .owl-item:nth-child(4n) {
	border-right: none;
}

.pro-in .item .item-h {
	display: block;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.pro-in .item .item-h:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.pro-in .item .item-h:after {
	content: "";
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(236, 27, 36, 0.1);
	transform: translateY(-100%);
	transition: transform 0.2s ease-out;
	z-index: 2;
}

.pro-in .item .item-h:hover:after {
	transform: translateY(0);
	transition: transform 0.6s ease-out;
}

.pro-in .item .item-h .pro-img {
	overflow: hidden;
	height: 100%;
}

.pro-in .item .item-h .pro-img img {
	width: 100%;
	height: 100%;
	height: 100vh;
	object-fit: cover;
	display: block;
    -webkit-animation: big 30s linear infinite;
    animation: big 30s linear infinite;
}

.pro-in .item .item-h .pro-content {
	position: absolute;
	top: 28%;
	left: 50%;
	z-index: 3;
	color: #fff;
	transform: translateX(-50%);
}

.pro-in .item .item-h .pro-content h3 {
	font-size: 1.5rem;
    font-weight: 500;
	margin-bottom: 0.6rem;
    text-transform: uppercase;
}

.pro-in .item .item-h .pro-content h3:after {
	content: "";
	width: 2.3rem;
	height:1px;
	background-color: #fff;
	position: absolute;
	top: 2.5rem;
	left: 0;
}

.pro-in .item .item-h .pro-content p {
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 500;
	opacity: 0.6;
    text-transform: uppercase;
}

.pro-in .item .item-h .pro-content ul.pro-item {
	margin-top: 2.75rem;
}

.pro-in .item .item-h .pro-content ul.pro-item li {
	line-height: 3rem;
	height: 3rem;
}

.pro-in .item .item-h .pro-content ul.pro-item li a {
	color: #fff;
    font-size: 1.2rem;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pro-in .item .item-h .pro-content .pro-btn {
	margin-top: 3.7rem;
	/*background: 0;*/
	border: solid 1px #ec1b24;
	padding: 0 1.3rem;
	color: #fff;
    background: #ec1b24;
	cursor: pointer;
	overflow: hidden;
	font-size: 1rem;
	line-height: 2;
	border-radius: 0;
	/*transform: perspective(1px);*/
	/*transition: color .2s ease-out;*/
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}


.pro-in .item .item-h .pro-content .pro-btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-radius: 50%;
	background: rgba(236, 27, 36, 0.3);
	transform: translate(-50%, -50%);
	transition: width 0.5s, height 0.5s;
}

.pro-in .item .item-h .pro-content .pro-btn:hover {
	color: #fff;
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}

.pro-in .item .item-h .pro-content .pro-btn:hover:after {
	width: 300px;
	height: 300px;
	transition: width 1s ease-out, height 1s ease-out;
}

/*首页新闻资讯*/
.news-main {
	display: flex;
	margin-top: 2.5rem;
}

.news-main .news-left {
	width: 45%;
	margin-right: 5%;
}

.news-main .news-left .news-img {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 63%;
    margin-bottom: 0.75rem;
}

.news-main .news-left .news-img:hover img {
	transform: scale(1.2);
	-webkit-transform: all 0.5s;
}

.news-main .news-left .news-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
	border-radius: 20px;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.news-main .news-left h1 {
	font-size: 1.4rem;
    font-weight:500;
	line-height: 1.3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-main .news-left p {
	margin-top: 0.6rem;
    color:#666;
	line-height: 1.6;
	font-size: .9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-main .news-left .news-date {
	color: #666;
    font-size: .8rem;
}

.news-main .news-right {
	width: 50%;
}

.news-main .news-right .news-item {
	display: flex;
	padding: 0.9rem 0.9rem 0.9rem 0;
	border-radius: 8px;
	transition: background 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}

.news-main .news-right .news-item:hover {
	background: #ec1b24;
	color: #fff;
	opacity: 1;
	transition: background 0.5s ease, color 0.5s ease, opacity 0.5s ease;

}

.news-main .news-right .news-item:hover .news-item-l dd:before {
	background-color: #fff;
}

.news-main .news-right .news-item:hover .news-item-r p {
    color:#fff;
    transition: color 0.5s ease;
}


.news-main .news-right .news-item .news-item-l {
	flex: 1;
    display: inline-flex;
    align-items: center;
    flex-direction: column;
	position: relative;
    line-height: 1.5;
    padding-right: 0.5rem;
}

.news-main .news-right .news-item .news-item-l dt {
	font-size: 2.5rem;
	font-weight: 500;
	font-style: normal;
    text-align: center;
	letter-spacing: 3px;
}

.news-main .news-right .news-item .news-item-l dd {
	font-size: 1.3rem;
}

.news-main .news-right .news-item .news-item-l dd:before {
	content: "";
	width: 5rem;
	height: 2px;
	background-color: #bbb;
	position: absolute;
	bottom: 2.1rem;
}

.news-main .news-right .news-item .news-item-r {
	flex: 4;
}

.news-main .news-right .news-item .news-item-r h3 {
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.news-main .news-right .news-item .news-item-r p {
	margin-top: 0.75rem;
	line-height: 1.6;
    color:#666;
	font-size: .9rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/*合作伙伴*/
.partner-intro {
	margin-top: 2.5rem;
	text-indent: 2em;
	line-height: 1.8;
	font-size: 1rem;
	text-align: center;
    color:#666;
}

.partner-list {
	margin-top: 2rem;
}

.partner-list li {
	float: left;
	width: 15.8%;
	line-height: 0;
	margin: 0 1% 1.5% 0;
}

.partner-list li:nth-child(6n) {
    margin-right: 0;
}

.partner-list li .partner-con {
    position: relative;
    width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom:48%;
}

.partner-list li .partner-con img.lazy {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
}

.partner-list li .partner-con img:hover {
	transform: scale(1.2); 
    -webkit-transform: scale(1.2);
}

/*首页网站底部*/
.footer {
	width: 100%;
	height: 100vh;
}

.footer .footer-bg {
	width: 100%;
	height: 18.75rem;
	position: relative;
	background: url(../images/footbg.jpg)
}

.footer .footer-bg:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
}

.footer .footer-tit {
	position: relative;
	z-index: 3;
	padding-top: 1.25rem;
	line-height: 2.6;
	text-align: center;
	color: #fff;
}

.footer .footer-tit h3 {
	font-size: 2rem;
	font-weight: 500;
}

.footer .footer-tit p {
	font-size: 1.2rem;
	text-transform: uppercase;
}

.footer .footer-con {
	padding: 1.56rem;
	border-top-left-radius: 1.56rem;
	border-top-right-radius: 1.56rem;
	width: 90%;
	position: absolute;
	z-index: 1;
	background-color: #fff;
	height: auto;
	top: 38%;
	left: 50%;
	transform: translateX(-50%);
}

.form {
	width: 100%;
}

.formm {
	margin-left: -10px;
	margin-right: -10px;
	box-sizing: border-box;
}

.form-row {
	float: left;
	padding-left: 0.6rem;
	padding-right: 0.6rem;
	width: 50%;
	box-sizing: border-box;
}

.form-item {
	margin-bottom: 0.6rem;
}

.form-item__label {
	text-align: right;
	vertical-align: middle;
	float: left;
	font-size: 1rem;
	line-height: 1.8;
	padding: 0 0.75rem 0 0;
	box-sizing: border-box;
}

.form-item__label:before {
	content: "*";
	color: #ec1b24;
	margin-right: 4px;
}

.form-item__content {
	line-height: 1.8;
	font-size: 1rem;
}

input.error,
textarea.error {
    border: #ec1b24 solid 1px;
    animation: shake 0.3s ease;
}

label.error {
    color: #ec1b24;
    font-size: 0.8rem;
    font-weight: 400;
    margin-top: 5px;
    display: block;
    animation: fadeIn 0.3s ease;
}

.form-input {
	position: relative;
	font-size: 0.75rem;
    display: inline-block;
	width: 100%;
}

.form input {
	width: 100%;
	height: 2.5rem;
	padding-left: 0.8rem;
	padding-right: 1.56rem;
	box-sizing: border-box;
	background: #f3f3f3;
	outline: none;
	box-shadow: none;
	font-size: 0.8rem;
}

.form .big-input {
	width: 100%;
	height: 12.5rem;
	resize: none;
	margin-top: 0;
	padding: 0.8rem;
	box-sizing: border-box;
	background: #f3f3f3;
	outline: none;
	font-size: 0.8rem;
}

.form button {
	display: inline-block;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	height: 3rem;
	font-size: 1rem;
	background-color: #ec1b24;
	color: #fff;
	outline: none;
	cursor: pointer;
}

.form button:hover {
	background-color: #ec1b24;
	color: #fff;
}

.contact-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 30px;
}

.contact-left {
	flex: 1;
	min-width: 300px;
}

.contact-right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
	/* 宽度由内容决定 */
	min-width: 300px;
	text-align: center;
	gap: 20px;
	/* 二维码之间的间距 */
}

.contact-right div:nth-child(2) {
	padding-left: 0;
}

.contact-left .contact-info {
	display: flex;
	flex-wrap: wrap;
}

.contact-left .contact-ico {
	padding-right: 0.6rem;
}

.contact-left .contact-con {
	font-size: 1.3rem;
    margin-bottom: 1.6rem;
}

.contact-left .contact-con p {
	margin: 0.3rem 0 0.6rem;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
}

.contact-left .contact-con p span.beian {
	padding-left: 1.25rem;
	font-size: 1.2rem;
}

#fp-nav.right {
	right: 100%;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    /*width: 88px;*/
	height: 18px;
	margin: 4px 0;
}

#fp-nav ul li a {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

#fp-nav ul li a span {
	border-radius: 0;
	position: relative;
	height: auto;
	width: auto;
	border: none;
	background: none;
	left: unset;
	top: unset;
	font-size: 0;
	line-height: 18px;
	margin: 0;
	display: flex;
	align-items: center;
	font-family: Arial;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: auto;
	width: auto;
	margin: 0;
	font-size: 14px;
	color: #ec1b24;

}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	margin: 0;
	font-size: 14px;
	color: #ec1b24;
}

#fp-nav ul li a span:after {
	position: absolute;
	content: '';
	background: url(../images/k1.png) no-repeat center;
	width: 18px;
	height: 18px;
	left: 30px;
}

#fp-nav ul li a.active span:after,
.fp-slidesNav ul li a.active span:after,
#fp-nav ul li:hover a.active span:after,
.fp-slidesNav ul li:hover a.active span:after {
	background: url(../images/k2.png) no-repeat center;
}

#fp-nav ul li a:hover span:after {
	background: url(../images/k3.png) no-repeat center;
}

/*内页banner*/
.ny-banner {
	background-size: 100% auto !important;
	background-attachment: fixed !important;
	position: relative;
	z-index: 1;
	height: calc(100vw * 0.45);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}


.ny-banner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.ny-banner-mob {
	display: none;
}

.ny-menu {
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
	line-height: 4rem;
	text-align: center;
}

.ny-menu ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    overflow-x: auto;
}

.ny-menu li {
    color: #d1d0d0;
    display: inline-block;
    white-space: nowrap;
    margin: 1rem 0.7rem;
    line-height: 2.3;
}

.ny-menu li a {
	padding: 0 1.68rem;
	font-size: 1rem;
	display: block;
}

.ny-menu li a:hover,
.ny-menu li a.on {
	border-radius: 40px;
	background: #ec1b24;
	color: #fff;
}

.ny-title {
	position: relative;
	line-height: 2.5rem;
	text-align: center;
}

.ny-title .ntit {
	font-size: 1.75rem;
	font-weight: 500;
	color: #ec1b24;
}

.ny-title .ntit:after {
	position: absolute;
	content: "";
	top: 2.8rem;
	width: 0;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background: #ec1b24;
}

.ny-title p {
	margin-top: 6px;
	color: #bbb;
	font-size: 1rem;
	text-transform: uppercase;
}

.ny-about {
    /*background: url(../images/about_bg.png) center;*/
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    overflow: hidden;
}

.ny-brand {
    background: url(../images/brand_bg.jpg) center;
    background-size: cover;
    background-attachment: fixed;
    padding: 0 0 4rem 0;
    overflow: hidden;
}

.about-nr {
	margin: 2.5rem 0 0;
	font-size: 1rem;
	line-height: 2;
}

.about, .brand{
    margin-top: 4rem;
    margin-bottom: 0;
    position: relative;
}

.about img {
    float:left;
    margin:0 15px 15px 0;
    max-width: 50%;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.brand img {
    float: right;
    max-width: 50%;
    margin:30px 0 0 15px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.about dt, .brand dt{
    margin-bottom: 1rem;
    font-size: 1.2rem;
    padding-left: 1rem;
    position: relative;
}

.about dt:before, .brand dt:before{
    content: "";
    position: absolute;
    left: 0;
    top: .2rem;
    width: 0.25rem;
    height: 1rem;
    background: #ec1b24;
}

.about dd, .brand dd{
    margin: 0 0 1.3rem 0;
    line-height:2;
    text-indent: 2em;
    display: inline-block;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

.about h3, .brand h3{
    font-weight: 500;
    font-size: 1.6rem;
    color: #ec1b24;
    margin-bottom: 1.5rem;
}

.about h3 span, .brand h3 span{
    font-size: 1rem;
    color:#666;
    display: block;
    line-height: 1.6;
}

.about p, .brand p{
    line-height: 1.6;
    margin-bottom: 1.3rem;
    text-indent: 2em;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

.about-nr p {
	margin-bottom: 0.6rem;
}

.infou-ul ul {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
}

.infou-ul li {
	float: left;
	width: 20%;

}

.infou-ul li h3 {
	font-weight: normal;
	font-size: 0;
	margin-top: 1.85rem;
}

.infou-ul li h3 span:nth-child(1) {
	font-size: 3rem;
	line-height: 3.75rem;
	font-weight: bold;
	color: #ec1b24;
}

.infou-ul li h3 span:nth-child(2) {
	display: block;
	font-size: 1.2rem;
	line-height: 1.3;
	color: #ec1b24;
}


.infou-ul li p {
	margin-top: 0.5rem;
    line-height: 1.6;
	padding-right: 3.12rem;
	font-size: 1rem;
    text-align: left;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

.gylfw-bj {
	background: url(../images/about-cl.jpg) no-repeat;
	padding: 3rem 0;
	overflow: hidden;
}

.clu-nr {
	margin-top: 1.25rem;
}

.clu-nr li {
	height: auto;
}

.clu-nr li .clu-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.clu-nr li .clu-item {
	padding: 2%;
    flex: 1;
	display: inline-block;
}

.clu-nr li .clu-item:last-child {
	margin-bottom: 0;
}

.clu-nr li .clu-item h3 {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 2%;
	vertical-align: bottom;
}

.clu-nr li .clu-item h3 span {
	color: #ec1b24;
	font-size: 2.2rem;
	display: inline-block;
}

.clu-nr li .clu-item p {
	font-size: 1rem;
	line-height: 1.6;
    text-align: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

/*发展历程*/
.process {
	position: relative;
	margin-top: 6.25rem;
}

.process .bd {
	width: 100%;
	overflow: hidden;
}

/*横线*/
.process .bd .ul {
	position: relative;
	padding: 0 2.5rem;
	width: 100% !important;
}

.process .bd .ul .owl-wrapper {
	display: flex !important;
}

.process .bd .ul .item {
	position: relative;
}

.process .bd .ul .item .box {
	width: 100%;
	padding: 0 3.12rem;
}

.process .bd .ul .item:before {
	content: "";
	position: absolute;
	z-index: 1;
	top: 70px;
	left: 0%;
	display: block;
	width: 100%;
	height: 1px;
	border-top: 1px solid rgba(156, 156, 156, .3);
}

.process .bd .ul .item:after {
	content: "";
	position: absolute;
	z-index: 1;
	top: 64px;
	left: 50px;
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #b0b0b0;

}

.process .bd .item h4 {
	font-size: 2.3rem;
	line-height: 3rem;
	color: #ec1b24;
}

.process .bd .item p {
	padding-top: 1.87rem;
	font-size: 1rem;
	line-height: 1.6;
}

.owl-carousel.ul .owl-controls .owl-buttons .owl-next,
.owl-carousel.ul .owl-controls .owl-buttons .owl-next:hover {
	position: absolute;
	right: 0;
	top: 85px;
	width: 40px;
	height: 40px;
	z-index: 666;
	background: url(../images/pr.png) center no-repeat;
}

.owl-carousel.ul .owl-controls .owl-buttons .owl-prev,
.owl-carousel.ul .owl-controls .owl-buttons .owl-prev:hover {
	position: absolute;
	left: 0;
	top: 85px;
	width: 40px;
	height: 40px;
	z-index: 666;
	background: url(../images/pl.png) center no-repeat;
}

.honor {
	padding: 3.12rem 0;
}

.ny-news {
	background: #f5f5f5;
	width: 100%;
	padding: 1.87rem 3.12rem;
	margin-bottom: 2.5rem;
	display: flex;
	overflow: hidden;
	transition: transform 0.5s, box-shadow 0.3s;
	border-radius: 10px;
}

.ny-news:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 左侧图片区域 */
.ny-news .ny-news-l {
	flex: 1;
    position: relative;
	overflow: hidden;
	border-radius: 10px;
	max-width: 400px;
	min-width: 200px;
    max-height: 300px;
}

.ny-news .ny-news-l img.lazy {
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	border-radius: 10px;
	transition: transform 0.5s;
	display: block;
}

.ny-news:hover .ny-news-l img {
	transform: scale(1.2);
}

/* 右侧内容区域 */
.ny-news .ny-news-r {
	flex: 2;
	padding-left: 3.12rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-width: 0;
}

.ny-news .ny-news-r h3 {
	font-size: 1.5rem;
	line-height: 1.4;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: color 0.3s;
}

.ny-news:hover .ny-news-r h3 {
	color: #ec1b24;
}

.ny-news .ny-news-r p {
	color: #666;
	line-height: 1.8;
	font-size: 1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.ny-news .ny-news-r .date {
	display: block;
	color: #999;
	font-size: 1rem;
	font-style: normal;
}

.ny-news .ny-news-r .news-more {
	width: 7.75rem;
	height: 2.5rem;
	line-height: 2.5rem;
    margin-top:.5rem;
	padding: 0 .75rem;
    font-size: .7rem;
	background: #ec1b24;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
	text-align: center;
	transition: transform 0.3s, box-shadow 0.3s;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	align-self: flex-start;
}

.ny-news:hover .ny-news-r .news-more {
	transform: translateX(10px);
	box-shadow: 0 5px 15px rgba(236, 27, 36, 0.3);
}

.ny-newshow-title {
	font-size: 1.6rem;
	line-height: 2.18rem;
	text-align: center;
}

.ny-newshow-date {
	color: #666;
	margin-top: 1.25rem;
	padding-bottom: 1.56rem;
	border-bottom: 1px solid #d7d7d7;
	text-align: center;
}

#page {
	margin-top: 3.12rem;
	padding-top: 1.25rem;
	border-top: 1px solid #e0e0e0;
}

#page .next {
	margin-top: 6px;
}

.ny-newshow-nr {
	margin-top: 2.5rem;
    line-height: 2.2;
	font-size: 1rem;
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    overflow-wrap: break-word;
}

.ny-product {
	margin-left: -1%;
	margin-right: -1%;
	margin-top: 3.12rem;
	display: flex;
	flex-wrap: wrap;
}

.ny-product-item {
	position: relative;
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 3.12rem;
	overflow: hidden;
	background: #fff;
	transition: transform 0.4s;
}

.ny-product-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.ny-product-item a {
	display: block;
	text-decoration: none;
	color: inherit;
}

.ny-product-pic {
	position: relative;
	width: 100%;
    background: #f6f6f6;
    overflow: hidden;
    padding-bottom: 75%; 
}

.ny-product-pic img.lazy {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: transform 1s;
}

.ny-product-item:hover .ny-product-pic img {
	transform: scale(1.1);
}

/* 遮罩层 */
.ny-product-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.5s;
	z-index: 2;
}

.ny-product-item:hover .ny-product-mask {
	opacity: 1;
}

/* 中间图标 */
.mask-icon {
	font-size: 70px;
	color: #fff;
	animation: iconZoom 0.5s ease-out;
}

@keyframes iconZoom {
	0% {
		transform: scale(0);
	}

	50% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

/* 底部文字 */
.mask-text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 15px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
	color: #fff;
	font-size: 0.8rem;
	line-height: 1.6;
	text-align: center;
	transform: translateY(100%);
	transition: transform 0.5s;
}

.ny-product-item:hover .mask-text {
	transform: translateY(0);
}


/* 产品名称 */
.ny-product-name {
	padding: 1.25rem 0.9rem;
    line-height: 1.8;
}

.ny-product-name p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ny-product-name p:nth-child(1) {
	font-size: 1.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: color 0.3s;
}

/* 悬停时变红 */
.ny-product-item:hover .ny-product-name p:nth-child(1) {
	color: #ec1b24;
}

.ny-product-name p:nth-child(2) {
	font-size: 0.8rem;
	color: #9d9d9d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ny-productshow {
	width: 100%;
}

.ny-productshow .ny-productshow-top {
	position: relative;
	margin-bottom: 5%;
}

.ny-productshow .ny-productshow-left {
	width: 40%;
	display: inline-block;
	margin-right: 2.5%;
}

.ny-productshow .ny-productshow-right {
	display: inline-block;
	width: 47.5%;
	padding-left: 2%;
	vertical-align: top;
}

.ny-productshow .ny-productshow-right h1 {
	font-size: 1.6rem;
	padding-top: 16%;
	padding-bottom: 4%;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 5%;
	color: #ec1b24;
	font-weight: 500;
}

.ny-productshow .ny-productshow-right p {
	font-size: 1rem;
	line-height: 2.5rem;
}

.ny-productshow .ny-productshow-right a {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	padding: 0.4% 1.5%;
	font-size: 1rem;
	border: 1px solid #ec1b24;
	color: #ec1b24;
	position: absolute;
	top: 0;
	transition: all 0.3s;
}

.ny-productshow .ny-productshow-right a:hover {
	background: #ec1b24;
	color: #fff;
}

.ny-productshow .ny-productshow-right a i {
	padding-top: 3px;
	display: inline-flex;
	align-items: center;
}


.ny-productshow .ny-productshow-detail p{
    text-align: justify;
    text-align-last: left;
    hyphens: auto;
    -webkit-hyphens: auto;
    letter-spacing: -0.01em;
    word-spacing: -0.02em;
    line-height: 1.8;
    overflow-wrap: break-word;
	/*padding-bottom: 4%;*/
	/*margin-bottom: 5%;*/
}

.ny-productshow .ny-productshow-detail h1 {
	width: 100%;
	background: #f6f6f6;
	color: #ec1b24;
	font-size: 1.2rem;
	padding: 1% 2%;
	margin-bottom: 2%;
}

.ny-productshow-bottom>h1 {
	font-size: 1.625rem;
	color: #ec1b24;
	margin-bottom: 2%;
	padding-left: 1%;
}

.ny-productshow-bottom>h1>span {
	font-size: 1.125rem;
	color: #666;
	font-weight: 400;
	display: inline-block;
	margin-left: 1%;
}

.ny-productshow-detail p img {
	max-width: 100%;
}

.ny-productshow-left .owl-carousell{
	height: 100%;
	position: relative;
}

.ny-productshow-left .owl-carousell .item {
	position: relative;
	display: block;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.ny-productshow-left .owl-carousell .item .item_img img {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: .5s;
	-webkit-transition: .5s;
}

.ny-productshow-left .owl-carousell .owl-controls .owl-buttons .owl-prev {
	width: 28px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: url(../images/xz.png) no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 1.5%;
	z-index: 666;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
}

.ny-productshow-left .owl-carousell .owl-controls .owl-buttons .owl-prev:hover {
	background: url(../images/xr.png) no-repeat;
	background-position: center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.ny-productshow-left .owl-carousell .owl-controls .owl-buttons .owl-next {
	width: 28px;
	height: 30px;
	text-align: center;
	line-height: 28px;
	background: url(../images/xz.png) no-repeat;
	background-position: center;
	position: absolute;
	top: 50%;
	right: 1.5%;
	z-index: 666;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transition: transform 0.3s ease;
	-webkit-transition: transform 0.3s ease;
}

.ny-productshow-left .owl-carousell .owl-controls .owl-buttons .owl-next:hover {
	background: url(../images/xr.png) no-repeat;
	background-position: center;
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}

.join-list {
	width: 100%;
	margin-top: 3.75rem;
}

.join-list ul {
	display: flex;
	flex-wrap: wrap;
}

.join-list ul li {
	float: left;
	width: 100%;
	margin-bottom: 2.18rem;
	border-radius: 10px;
	padding: 2.18rem;
	border: 1px solid #e2e2e2;
}

.join-list ul li:hover {
	border: 1px solid #ec1b24;
}

.join-list ul li:hover .join-menu {
	color: #ec1b24;
}

.join-menu {
	width: 100%;
	user-select: none;
	cursor: pointer;
	position: relative;
	font-size: 1.2rem;
	color: #000;
}

.join-menu-ms {
	font-size: 1rem;
	color: #666;
	font-weight: normal;
	margin-top: 1.56rem;
}

.join-menu:after {
	background: url(../images/jt.png)no-repeat;
	width: 50px;
	height: 50px;
	content: "";
	opacity: 0.5;
	display: inline-block;
	font: normal normal normal 24px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 0px;
	top: 0;
}

.join-menu.ontrue:after {
	transform: rotate(180deg);
	opacity: 1;
	transition: transform 0.5s;
	-webkit-transition: transform 0.5s;
}

.join-p {
	float: left;
	font-size: 1rem;
	color: #666;
	line-height: 2rem;
}

.job-gw {
	font-weight: bold;
	margin: 2.5rem 0 0.6rem 0;
	font-size: 1.2rem;
	color: #000;
}

.ny-contact {
	margin-top: 5rem;
	display: flex;
	flex-wrap: wrap;
}

.ny-contact-item {
	width: 25%;
	float: left;
}

.ny-contact-pic {
	float: left;
	/*margin-top: 0.9rem;*/
	margin-right: 0.5rem;
}

.ny-contact-pic .iconfont {
	font-size: 2.8rem;
	color: #ec1b24;
}

.ny-contact-wb {
	float: left;
	text-align: left;
	font-size: 1.2rem;
	font-family: Arial, Helvetica, sans-serif;
	width: 80%;
}

.ny-contact-wb .jn {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.ny-contact-map {
	padding: 5rem 0;
	overflow: hidden;
}

#map_container {
	background: transparent;
	height: 600px;
}

.ny-foot {
	border-top: 4px solid #ec1b24;
	padding: 3.12rem 0 1.87rem 0;
	color: #fff;
	background: #979797;
}

.fhz {
    width:96%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}

.ny-foot .ny-foot-l {
	flex: 3;
	min-width: 0;
}

.ny-foot .ny-foot-l p {
	line-height: 2;
	font-size: 1rem;
	margin-bottom: 5px;
	word-wrap: break-word;
}

.ny-foot .ny-foot-l p a{
    color:#fff;
    text-decoration: none;
}

.ny-foot .ny-foot-r {
	flex: 1;
	min-width: 280px;
}

.ny-foot .ny-foot-r .ny-foot-ewm {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
}

.ny-foot .ny-foot-r .ny-foot-ewm div {
	text-align: center;
}

.ny-foot .ny-foot-r .ny-foot-ewm img {
	width: 120px;
	height: auto;
	display: block;
	margin: 0 auto 10px;
}

.ny-foot .ny-foot-r .ny-foot-ewm p {
	font-size: 1rem;
	margin-top: 10px;
}

/*在线客服*/
#toolbar {
    position: fixed;
    z-index: 9999;
    right: 10px;
    bottom: 3%;
}

#toolbar .online-one li {
    margin-bottom: 3px;
    font-size: 0;
    width: 70px;
    height: 70px;
    right: 0;
    position: relative;
}

#toolbar .online-one li:hover a {
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.24);
}

#toolbar .online-one li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: #ec1b24;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-size: 0;
    border-radius: 4px;
    padding: 10px 0;
    overflow: hidden;
}

#toolbar .online-one li .icon-font {
    display: block;
    height: 28px;
    width: 100%;
    text-align: center;
    color:#fff;
}

#toolbar .online-one li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-one li .icon-qq:after {
    background-position: -30px -240px;
}

#toolbar .online-one li .icon-phone:after {
    background-position: -30px -208px;
}

#toolbar .online-one li .icon-message:after {
    background-position: -30px -170px;
}

#toolbar .online-one li .icon-ewm:after {
    background-position: -30px -138px;
}

#toolbar .online-one li .icon-top:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px -60px;
}

#toolbar .online-one li .icon-wangwang:after {
    background-image: url(../images/icon_spirit.png);
    background-position: -30px 0;
}

#toolbar .online-one li .wz {
    font-size: 12px;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 5px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

#toolbar .online-one li.phone, #toolbar .online-one li.ewm, #toolbar .online-one li.message {
    border-radius: 4px;
    padding: 10px 0;
}

#toolbar .online-one li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    box-shadow: 0 4px 20px 4px rgb(0 20 60 / 20%);
    color: #fff;
    font-size: 14px;
}

#toolbar .online-one li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-one li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-one li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-one li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-one li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li {
    margin-bottom: 3px;
    font-size: 0;
    width: 57px;
    height: 57px;
    right: 0;
    position: relative;
}

#toolbar .online-two li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 57px;
    height: 57px;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    background: #d9d9d9;
}

#toolbar .online-two li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 57px;
    height: 57px;
}

#toolbar .online-two li .icon-qq:after {
    background-position: 0 -150px;
}

#toolbar .online-two li .icon-phone:after {
    background-position: 0 -90px;
}

#toolbar .online-two li .icon-ewm:after {
    background-position: 0 -30px;
}

#toolbar .online-two li .icon-message:after {
    background-position: 0 -120px;
}

#toolbar .online-two li .icon-top:after {
    background-position: 0 -60px;
}

#toolbar .online-two li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-two li .wz {
    display: inline-block;
    line-height: 57px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-two li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #ec1b24;
    width: 110px;
    right: 120%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-two li.ewm .ewm-box p {
    margin-bottom: 0;
}

#toolbar .online-two li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-two li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #b11918;
    border-right: none;
}

#toolbar .online-two li.ewm:hover .icon {
    background-position: -57px -180px;
}

#toolbar .online-two li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-two li.backtop {
    cursor: pointer;
}

#toolbar .online-two li.backtop .iconfont {
    color: #fff;
    background-color: #ec1b24;
}

#toolbar .online-two li:hover a {
    width: 200px;
}

#toolbar .online-two li:hover .icon-qq:after {
    background-position: -30px -150px;
}

#toolbar .online-two li:hover .icon-phone:after {
    background-position: -30px -90px;
}

#toolbar .online-two li:hover .icon-ewm:after {
    background-position: -30px -30px;
}

#toolbar .online-two li:hover .icon-message:after {
    background-position: -30px -120px;
}

#toolbar .online-two li:hover .icon-wangwang:after {
    background-position: -30px 0;
}

#toolbar .online-two li:hover .icon-top:after {
    background-position: -30px -60px;
}

#toolbar .online-three {
    width: 115px;
}

#toolbar .online-three .title {
    background: #3aa3e6;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    position: relative;
}

#toolbar .online-three .title span {
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    background-position: -31px -28px;
    opacity: 1;
    text-shadow: none;
}

#toolbar .online-three .qq-list {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
}

#toolbar .online-three .qq-list li {
    text-align: center;
    line-height: 32px;
}

#toolbar .online-three .qq-list li .icon-font:after {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../images/kf.png);
    background-repeat: no-repeat;
    position: absolute;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
}

#toolbar .online-three .qq-list li .wz {
    color: #000;
    font-size: 12px;
    margin-left: 10px;
    display: inline-block;
}

#toolbar .online-three .qq-list .icon-qq:after {
    background-position: 0 -114px;
}

#toolbar .online-three .qq-list .icon-message:after {
    background-position: -30px -87px;
}

#toolbar .online-three .qq-list .icon-wangwang:after {
    background-position: -30px -116px;
}

#toolbar .online-three .ewm {
    background: #fff;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
}

#toolbar .online-three .ewm span {
    display: inline-block;
    font-size: 12px;
    color: #000;
    margin-bottom: 12px;
}

#toolbar .online-three .ewm img {
    width: 100%;
    max-width: 84px;
}

#toolbar .online-three .service-phone {
    background: #fff;
    padding: 10px 0;
    text-align: center;
}

#toolbar .online-three .service-phone span {
    font-size: 12px;
    color: #000;
}

#toolbar .online-three .service-phone span.hotline {
    color: #777777;
    font-size: 12px;
    line-height: 32px;
}

#toolbar .online-four li {
    margin-bottom: 3px;
    font-size: 0;
    width: 50px;
    height: 50px;
    right: 0;
    position: relative;
}

#toolbar .online-four li a {
    display: block;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    white-space: nowrap;
    font-size: 0;
    border-radius: 50%;
    overflow: hidden;
}

#toolbar .online-four li .icon-font {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
}

#toolbar .online-four li .icon-font:after {
    background-image: url(../images/kf.png);
}

#toolbar .online-four li .icon-qq:after {
    background-position: 0 -87px;
}

#toolbar .online-four li .icon-phone:after {
    background-position: 0 -57px;
}

#toolbar .online-four li .icon-ewm:after {
    background-position: 0 -21px;
}

#toolbar .online-four li .icon-message:after {
    background-position: -30px -55px;
}

#toolbar .online-four li .icon-top:after {
    background-position: 0 -0px;
}

#toolbar .online-four li .icon-wangwang:after {
    background-position: 0 0;
}

#toolbar .online-four li .wz {
    display: inline-block;
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    padding-left: 10px;
}

#toolbar .online-four li.ewm {
    border-radius: 50%;
    background: #fff;
}

#toolbar .online-four li.ewm .ewm-box {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: #fff;
    width: 110px;
    right: calc(100% + 5px);
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone {
    border-radius: 50%;
}

#toolbar .online-four li.phone .tel-phone {
    position: absolute;
    z-index: 1;
    padding: 5px;
    background: rgb(59, 57, 57);
    width: 110px;
    right: calc(100% + 5px);
    top: 0;
    opacity: 0;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s;
    transition: all .7s;
    -webkit-box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
    box-shadow: 0 4px 20px 4px rgba(0, 20, 60, 0.2);
}

#toolbar .online-four li.phone:hover .tel-phone {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.ewm .ewm-box img {
    max-width: 100%;
}

#toolbar .online-four li.ewm .ewm-box:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: 20px;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 5px;
    cursor: pointer;
    border-style: dashed dashed dashed solid;
    border-color: transparent transparent transparent #fff;
    border-right: none;
}

#toolbar .online-four li.ewm:hover .ewm-box {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#toolbar .online-four li.backtop .icon-font {
    height: 20px;
}

#toolbar .online-four li.backtop .icon-font:after {
    height: 20px;
    left: calc(50% - 17px);
    top: calc(50% - 2px);
}

#toolbar .online-four li.backtop .wz {
    display: block;
    line-height: 24px;
    font-size: 12px;
    text-align: center;
    color: #bfbfbf;
    padding-left: 0;
}

/*分页*/
.pglist {
    padding: 20px 0 30px;
    width: 100%;
    text-align: center;
    clear: both;
}

.pglist a {
    padding: 0 14px !important;
    margin: 0 3px !important;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pglist * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 30px;
    padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover,
.pglist .thisclass a {
    display: inline-block;
    color: #fff;
    background: #ec1b24;
    border-color: #ec1b24;
}

.pglist .active span {
    display: inline-block;
    color: #fff;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
    background: #ec1b24;
    border-color: #ec1b24;
    padding: 0 14px;
    margin: 0 3px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
