﻿a {
	color: #1e1e1e;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.clearfix {
 *height: 1%;
}
.pagination-list {
	position: static;
}
.swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -90px;
	left: 5.55556%;
	border: 2px solid #fff;
	background: url(../images/left-w.png) no-repeat center;
	background-size: 20px;
	border-radius: 50%;
	transition: all .5s;
	opacity: 0.6;
	z-index: 9;
}
.pro-portfolio .swiper-button-prev {
	width: 11px;
	height: auto;
	background: none;
	border: none;
	top: 50%;
	margin-top: -15px;
	left: 30px;
	opacity: 1;
}
.pro-info-center .swiper-button-prev img {
	width: 100%;
}
.swiper-button-next {
	position: absolute;
	top: 50%;
	margin-top: -90px;
	right: 5.55556%;
	border: 2px solid #fff;
	background: url(../images/right-w.png) no-repeat center;
	background-size: 20px;
	border-radius: 50%;
	transition: all .5s;
	opacity: 0.6;
	z-index: 9;
}
.pro-portfolio .swiper-button-next {
	width: 11px;
	height: auto;
	background: none;
	border: none;
	top: 50%;
	margin-top: -15px;
	right: 30px;
	opacity: 1;
}
.pro-info-center .swiper-button-next img {
	width: 100%;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
	opacity: 1;
}
.swiper-pagination {
	bottom: 0;
}
.swiper-pagination span {
	background: rgba(0, 0, 0, 0.3) !important;
	opacity: 1 !important;
	margin: 0 10px !important;
	cursor: pointer;
}
.swiper-pagination span.swiper-pagination-bullet-active {
	background: #000 !important;
}
.ny-title {
	text-align: center;
}
.ny-title h3 {
	font-size: 60px;
	line-height: 70px;
	letter-spacing: 0;
	font-weight: 300;
	margin-bottom: 12px;
	color: #1e1e1e;
	text-transform: capitalize;
}
.ny-title ul.ny-title-nav {
	margin-top: 50px;
}
.ny-title ul.ny-title-nav li {
	display: inline-block;
	margin: 0 4px;
}
.ny-title ul.ny-title-nav li a {
	border: 1px solid #1e1e1e;
	padding: 12px 50px;
	display: block;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all .3s;
}
.ny-title ul.ny-title-nav li.active a, .ny-title ul.ny-title-nav li:hover a {
	background: #1e1e1e;
	color: #fff;
}
.home-page {
	height: 70vh;
}
.product-ul-new .home-page, .product-Ul .home-page {
	height: auto;
}
.home-page .swiper-slide {
	height: auto;
}
.home-page .pagination-list {
	position: relative;
	bottom: 30px;
	width: 100%;
}
/* news */
.main-ny {
	padding-top: 155px;
}
.ny-banner-item {
	margin-bottom: 100px;
}
.ny-banner-item .ny-banner-img {
	position: relative;
	padding-top: 55%;
	overflow: hidden;
}
/* .ny-banner-item .swiper-slide .ny-banner-img::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    transition: all 2s;
    opacity: 0.7;
} */

.ny-banner-item .swiper-slide-active .ny-banner-img::after {
	opacity: 0;
}
.ny-banner-img img {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.ny-banner-text {
	text-align: center;
	margin: 28px 0 0;
	letter-spacing: 1px;
	position: relative;
	top: 0;
	transition: all 2s;
}
.ny-banner-item .swiper-slide-active .ny-banner-text {
	opacity: 1;
	top: 0;
}
.ny-banner-text span {
	display: block;
	margin-bottom: 11px;
	text-align: center;
}
.ny-banner-text h3 {
	font-weight: 500;
	font-size: 20px;
	line-height: 1.8;
	text-align: center;
}
.ny-news-box {
	margin-top: 3rem;
}
.ny-news-box ul {
	padding: 0;
}
.ny-news-box li {
	margin-bottom: 40px;
}
.ny-news-box li a {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
	align-items: center;
}
.ny-news-box li:nth-child(2n) a {
	direction: rtl;
}
.ny-news-box .asset {
	width: 55%;
}
.ny-news-box li:nth-child(2n) .asset {
	margin-right: 0;
	margin-left: 5%;
}
.ny-news-box .list-item-blog__info {
	width: 40%;
}
.ny-news-box .push-hover .asset__wrapper {
	height: 500px;
}
.ny-news-box .push-hover .asset img {
	-o-object-fit: cover;
	object-fit: cover;
}
.ny-news-box .list-item-blog__info>figure {
	float: left;
}
/* news  end */

/* video */
.video-view li {
	margin-top: 5rem;
	padding-bottom: 5rem;
	border-bottom: 1px solid #E1E1E9;
}
.video-view .video-text {
	width: 25%;
	margin-right: 5%;
	padding: 0 20px;
}
.video-view .video-text p {
	text-transform: capitalize;
}
.video-view .video-text h3 {
	font-weight: 500;
	font-size: 22px;
	line-height: 1.7;
	margin: 25px 0;
}
.video-view .video-text span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	border-bottom: 1px solid #1e1e1e;
	margin-left: 25px;
	transition: all .5s;
}
.video-view .video-text:hover span {
	margin-left: 30px;
}
.video-view .video-text span::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	background: url(../images/icon-video-b.png) no-repeat left;
	background-size: cover;
}
.video-view .video-img {
	position: relative;
	width: 70%;
	overflow: hidden;
}
.video-view .video-img::before {
	content: '';
	position: absolute;
	width: 65px;
	height: 65px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: url(../images/icon-video.png) no-repeat center;
	background-size: cover;
	z-index: 9;
}
.video-view .video-img img {
	display: block;
	width: 100%;
	height: 600px;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 3s;
}
.video-view li .video-img:hover img {
	transform: scale(1.05);
}
.page-navigation {
	padding: 60px 0;
	text-align: center;
	border-top: 1px solid #E1E1E9;
}
.page-navigation .pagination{
	display: flex;
	justify-content: center;
}
.page-navigation a {
	color: #707070;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	transition: color .4s;
}
.page-navigation a.active {
	color: #000;
}
.page-navigation .pn-line {
	cursor: default;
	width: 1px;
	height: 14px;
	background-color: #707070;
}
.page-navigation .pn-next {
	width: 12px;
	height: 12px;
	background: url(../images/r1.png) no-repeat center;
	background-size: 12px;
}
/* video  end */

/* product */
.main-banner {
	width: 100%;
	margin: 0 auto;
}
.main-banner img {
	width: 100%;
	height: 100vh;
	-o-object-fit: cover;
	object-fit: cover;
}
.pro_screen {
	position: relative;
	z-index: 9;
}
.pro_scr {
	position: relative;
	width: 240px;
	height: 49px;
	border-bottom: 1px solid #1e1e1e;
	margin: 0 10px;
	letter-spacing: 1px;
	font-size: 14px;
	float: left;
}
.pro_scr input {
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: #f5f5f5;
}
.pro_search:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	background-image: url(../images/search.png);
	background-size: 18px;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 14px;
	opacity: 0.8;
}
.pro_scr p {
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear;
	-webkit-transition-delay: 0s;
	transition: opacity 0.3s linear 0s;
	position: relative;
	line-height: 48px;
	padding: 0 20px;
	text-align: left;
	color: #666;
	cursor: pointer;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-user-select: -moz-none;
	-ms-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.pro_scr p:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background-image: url(../images/down.png);
	background-size: 14px;
	background-repeat: no-repeat;
	position: absolute;
	right: 15px;
	top: 17px;
	opacity: 0.8;
}
.pro_scr ul {
	display: none;
	width: calc(100% + 4px);
	height: auto;
	position: absolute;
	top: 44px;
	border: 1px solid #1e1e1e;
	left: -2px;
}
.pro_scr ul li {
	display: block;
	position: relative;
	height: 40px;
	background-color: #F9F9F9;
	transition: all .5s;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
}
.pro_scr ul li a {
	display: block;
	height: 44px;
	font-size: 13px;
	opacity: 0.6;
	line-height: 44px;
	text-align: left;
	padding: 0 20px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-moz-transition: opacity 0.3s linear 0s;
	-o-transition: opacity 0.3s linear 0s;
	-webkit-transition: opacity 0.3s linear;
	-webkit-transition-delay: 0s;
	transition: opacity 0.3s linear 0s;
}
.pro_scr ul li a.active {
	opacity: 1;
}
.pro_scr ul li:hover a {
	opacity: 1;
}
.pro_scr ul li:before {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #E6E6E6;
	position: absolute;
	top: 0px;
	left: 0px;
}
.pro_scr ul li:first-child:before {
	display: none;
}
.product-view {
	margin: 0 auto 60px;
}
.product-view li {
	padding: 65px 0;
}
.pro-title {
	margin: 100px 0 40px;
	text-align: center;
}
.pro-title h3 {
	font-weight: 500;
	font-size: 30px;
}
.pro-title p {
	font-size: 18px;
	text-transform: capitalize;
	margin-top: 10px;
	letter-spacing: 1px;
}
.home-pro-list li {
	display: inline-block !important;/* opacity: 0;
    opacity: 1\0;
    transform: translateY(30px); */
}

/* .home-pro-list.appear-1 li:nth-child(1) {
    -webkit-animation: fadeInDown 1s 0.2s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 0.2s cubic-bezier(.25, .74, .22, .99) forwards;
}

.home-pro-list.appear-1 li:nth-child(2) {
    -webkit-animation: fadeInDown 1s 0.4s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 0.4s cubic-bezier(.25, .74, .22, .99) forwards;
}

.home-pro-list.appear-1 li:nth-child(3) {
    -webkit-animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
}

.home-pro-list.appear-1 li:nth-child(4) {
    -webkit-animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
} */

@-webkit-keyframes fadeInDown {
 0% {
 opacity: 0;
 -webkit-transform: translateY(30px)
}
 100% {
 opacity: 1;
 opacity: 1\0;
 -webkit-transform: translateY(0)
}
}
 @keyframes fadeInDown {
 0% {
 opacity: 0;
 transform: translateY(30px)
}
 100% {
 opacity: 1;
 opacity: 1\0;
 transform: translateY(0)
}
}
.product-view li a {
	align-items: flex-start;/* background: #f5f5f5; */
}
/* .product-view li:nth-child(2n) a {
    direction: rtl;
} */

.product-view li .product-view-text {
	width: 35%;
	padding: 3% 0 3% 6%;
}
/* .product-view li .product-view-text img{
    width: 80%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
    display: block;
} */
.product-view li .product-view-text h3 {
	margin: 0 0 20px;
	font-weight: 500;
	font-size: 22px;
}
.product-view-text h4 {
	color: #333;
	font-size: 19px;
	position: relative;
	margin: 40px 0 30px;
	padding-left: 55px;
	letter-spacing: 0.5px;
	font-weight: 500;
}
.product-view li:nth-child(2n) .product-view-text h4 {
	text-align: right;
	padding-left: 0;
	padding-right: 55px;
}
.product-view-text h4::before {
	position: absolute;
	content: '';
	width: 30px;
	height: 30px;
	border: 20px solid #fff;
	background: #000;
	border-radius: 50%;
	top: -24px;
	left: -110px;
}
.product-view li:nth-child(2n) .product-view-text h4::before {
	right: -110px;
	left: auto;
}
.product-view-text h4::after {
	position: absolute;
	content: '';
	width: 100px;
	height: 1px;
	background: #000;
	top: 9px;
	left: -75px;
}
.product-view li:nth-child(2n) .product-view-text h4::after {
	right: -75px;
	left: auto;
}
.product-view li .product-view-text p {
	font-size: 14px;
	line-height: 2;
	color: #666;
	margin-bottom: 13px;
}
.product-view li .product-view-text span {
	display: inline-block;
	text-transform: capitalize;
	font-size: 15px;
	margin-top: 30px;
	border-bottom: 1px solid #000;
	transition: all .3s;
}
.product-view li .product-view-text:hover span {
	letter-spacing: 2px;
}
.product-view li .product-view-img {
	width: 65%;
	padding-top: 35%;
	position: relative;
	will-change: transform;
	transform: scale(1) translateY(0px);
	transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.product-view li .product-view-img img {
	position: relative;
}
.product-view li .product-view-img::before {
	position: absolute;
	content: '';
	width: 108%;
	height: 300px;
	bottom: -7%;
	left: -4%;
	background: #f5f5f5;
}
.product-view li .product-view-img.on {
	transform: scale(1.03);
	transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.product-view li .product-view-img img {
	height: 100%;
	left: 0px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	position: absolute;
	top: 0px;
	transform-origin: center center 0px;
	width: 100%;
	will-change: transform, opacity;
	opacity: 1;
	transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 350ms ease 0s;
}
.product-view li .product-view-img.on img {
	transform: scale(1);
	transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.product-view li:nth-child(2n) a {
	flex-direction: row-reverse;
}
.product-view li:nth-child(2n) .product-view-text {
	padding: 3% 6% 3% 0;
}
.exhibition-title {
	width: 720px;
	margin: 80px auto;
	text-align: center;
}
.exhibition-title img {
	width: 32px !important;
	display: block;
	margin: 0 auto;
}
.exhibition-title h1 {
	line-height: 46px;
	margin: 30px 0;
	font-size: 25px;
	font-weight: 500;
}
.exhibition-title h1 span {
	display: block;
}
/* ----------------------------- */
.product-list-view {
	margin: 50px 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.product-list-view li {
	width: 25%;
	padding: 1%;
}
.product-list-view li a {
	display: block;
	position: relative;
	overflow: hidden;
}
.product-list-view li .product-list-img {
	position: relative;
}
/* .pro-portfolio .swiper-slide{
    background: #fff;
} */
.pro-portfolio {
	overflow: hidden;
}
.pro-portfolio .swiper-slide {
	width: 33.333%;
	float: left;
	padding: 0 7.5% 4%;
}
.pro-portfolio .swiper-slide p {
	padding-bottom: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin-top: 16px;
}
.portfolio-pic {
	position: relative;
	cursor: pointer;
	width: 100%;
	padding-top: 70%;
	overflow: hidden;
}
.portfolio-pic img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
	-o-object-fit: cover;
	object-fit: cover;
}
.pro-portfolio .swiper-slide:hover .portfolio-pic img {
	opacity: 0.6;
	transform: scale(1.03) translateZ(0);
	transition-timing-function: cubic-bezier(.16, 1.08, .38, .98);
	transition-duration: .8s;
}
.product-list-view li .product-list-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	will-change: opacity, transform;
	transition: opacity 1.6s cubic-bezier(.48, .04, .52, .96), transform 1.6s cubic-bezier(.48, .04, .52, .96);
}
.product-list-view li .product-list-text {
	width: 100%;
	margin-top:15px;s
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	will-change: opacity;
	transition: opacity 1.6s cubic-bezier(.48, .04, .52, .96);
}
.product-list-view li:hover .product-list-text {
	opacity: 1;
	transition-timing-function: cubic-bezier(.16, 1.08, .38, .98);
	transition-duration: .8s;
}
.product-list-view li .product-list-text h3 {
	text-align: center;
	font-size: 17px;
	text-transform: capitalize;
	transition: transform 1.6s cubic-bezier(.48, .04, .52, .96);
	transform: scale(.95) translateZ(0);
}
.product-list-view li:hover .product-list-text h3 {
	transform: none;
	transition-timing-function: cubic-bezier(.16, 1.08, .38, .98);
	transition-duration: .8s;
}
.product-tc-box {
	position: relative;
	border-bottom: 3px solid #f5f5f5;
}
.product-tc-box::before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f5f5f5;
	z-index: -2;
}
.product-tc-box .container {
	padding: 30px 0;
}
.product-tc-top {
	align-items: stretch;
}
.product-tc-top-img {
	width: 50%;
	padding-right: 2%;
}
.product-tc-top-pic {
	position: relative;
	top: 88px;
	bottom: auto;
	z-index: -1;
}
.product-tc-top-pic img {
	width: 100%;
}
.product-tc-top-pic.pos {
	position: absolute;
	bottom: 5%;
	top: auto;
}
.product-tc-top-pic.fixed {
	position: fixed;
	bottom: auto;
	top: 88px;/* transform: translateY(-50%); */
}
.product-tc-top-text {
	width: 45%;
	padding: 5% 0 0;
	margin-left: 5%;
	position: relative;
}
.product-tc-top-text h3 {
	font-size: 28px;
	color: #51504e;
	margin-bottom: 50px;
}
.product-tc-pic i {
	font-size: 14px;
	display: block;
	line-height: 1.6;
}
.product-tc-top-text img {
	width: 100%;
}
.product-tc-pic {
	margin-bottom: 55px;
}
.product-tc-pic>img {
	width: 65%;
}
.product-tc-img-pic {
	width: 140px;
	text-align: center;
	margin: 10px 0 30px;
}
.product-tc-top-text .product-tc-img-pic p {
	display: inline-block;
	text-align: center;
	font-size: 13px;
	color: #000;
	border-bottom: 1px solid #000;
}
.size-pic {
	flex-wrap: wrap;
}
.size-pic span {
	display: block;
	margin-bottom: 13px;
	font-size: 18px;
}
.size-pic img {
	width: 33.33%;
	margin-bottom: 60px;
	padding-right: 10%;
}
.product-tc-top-text p {
	color: #51504e;
	font-size: 16px;
	margin: 8px 0;
}
.product-tc-top-down {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80%;
	max-width: 300px;
}
.product-tc-top-down span {
	display: block;
	border-bottom: 1px solid #333;
	padding-top: 30px;
	padding-bottom: 10px;
	text-align: center;
	font-size: 16px;
	color: #51504e;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
.product-tc-top-down span:hover {
	opacity: 0.6;
}
.product-tc-top-down img {
	width: 20px;
	display: inline-block;
	margin-left: 5px;
}
.product-tc-bottom {
	width: 100%;
	margin: 0 0 40px;/* border-top: 1px solid #333; */
}
.product-tc-nr {
	width: 80%;
	min-width: 1000px;
	padding: 50px 0;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}
.product-tc-nr li {
	width: 33.33%;
	padding: 20px 40px 20px 0;
}
.product-tc-nr li h3 {
	font-weight: 500;
	margin-bottom: 15px;
}
.product-tc-nr li p {
	color: #666;
	line-height: 1.8;
	font-size: 15px;
}
.product-tc-xq {
	border-top: 1px solid #333;
}
/* ===产品中心LIST=================================================================================
========================================================================================================= */
.vole {
	background-color: #F5F5F5;
}
.wrapper-content {
	width: 100%;
	padding-left: 4%;
	padding-right: 4%;
}
.wrapper-content aside {
	position: fixed;
	top: 155px;
	width: 211px;
	display: block;
	float: left;
	padding-bottom: 5%;
}
@media screen and (min-width: 769px) {
.wrapper-content aside {
	z-index: 1;
	visibility: visible;
}
}
.search-cta-white {
	position: relative;
	border: 1px solid #d6d6d6;
	margin-bottom: 20px;
}
.form-input {
	background: #fff;
	border: 0;
	height: 48px;
	width: 100%;
	display: block;
	padding: 0 20px 0 20px;
	text-transform: capitalize;
	font-size: 12px;
	margin: 0;
}
.search-cta-white .form-cta {
	background: #fff;
	position: absolute;
	height: 100%;
	top: 0;
	right: 0px;
	border: 0;
	margin: 0;
	padding: 0 14px;
}
.search-cta-white .form-cta svg {
	width: 15px;
	height: 15px;
	/* fill: #37393b; */
	opacity: .5;
}
.search-cta-white input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
 color: #37393b;
}
.search-cta-white input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
 color: #37393b;
}
.search-cta-white input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
 color: #37393b;
}
.search-cta-white input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
 color: #37393b;
}
.sidebar__menu {
	margin-bottom: 5%;
}
.sidebar__menu li {
	margin-bottom: 10px;
	text-transform: capitalize;
}
.sidebar__menu li a {
	text-decoration: none;
	color: inherit;
	font-size: 12px;
	color: #37393b;
	opacity: .5;
	transition: opacity .2s ease-in-out;
}
.sidebar__menu li a:hover {
	color: #000;
}
.product-category__list {
	padding-left: 211px;/* text-shadow: 0 0 1px rgba(0,0,0,0.1); */
}
.wrapper-content:after {
	content: "";
	display: table;
	clear: both;
	box-sizing: inherit;
}
.product-list {
	min-height: 100px;
	font-size: 0;
}
.padi {
	padding-left: 4.34783%;
}
.pro-listCont {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 4.34783%;
}
.pro-list_item {
	width: 30.5%;
	text-align: left;
	color: #37393b;
	margin-bottom: 3%;
	margin-right: 2%;
	display: inline-block;
	vertical-align: top;
}
.product-list__item>a {
	display: block;
	text-decoration: none;
	color: inherit;
}
.animation-mask.p85 {
	padding-bottom: 76%;
}
.product-list__item__image {
	height: 0;
}
.product-list__item__image {
	position: relative;
}
.animation-mask>div {
	position: absolute;
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.animation-mask>div>img {
	position: absolute;
	z-index: 1;
	width: 100%;
	top: 0;
	left: 0;
}
.animation-mask>div img.switch {
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: -1;
}
.animation-mask>div:hover img.switch {
	opacity: 1;
	z-index: 2;
}
.product-list__item__text {
	text-transform: capitalize;
	position: relative;
	border-left: 1px solid #37393b;
}
.padding-line {
	padding-left: 26px;
	padding-right: 26px;
	/* padding-top: 35px; */
	margin-left: 35px;
}
/* .padding-line.is-extra:after {
    height: 130%;
}
.padding-line:after {
    content: "";
    display: block;
    width: 1px;
    background: #37393b;
    height: 113%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
} */

.serif-title {
	line-height: 1.2;
	font-weight: 100;
	color: #37393b;
	font-size: 20px;
	letter-spacing: -1px;
}
.product-list__item .serif-title {
	font-size: 34px;
}
.padding-line-element {
	margin-top: -2px;
}
.generic-text {
	font-size: 14px;
	font-weight: 100;
	line-height: 1.6;
}
.to-upper {
	text-transform: capitalize;
}
.padding-line-element-1 {
	margin-top: 2%;
}
.padding-line-element {
	margin-top: 7%;
}
.padding-line-element span {
	font-size: 14px;
}
.product-list__item__text .design-by {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.product-list__item__text .designer-name {
	display: block;
	font-size: 12px;
	text-transform: capitalize;
	letter-spacing: -0.5px;
}
/* ===产品中心LIST over=================================================================================
========================================================================================================= */
/* ---------------------------------------------- */

.product-box {
	margin-bottom: 30px;
	padding: 20px 0;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}
.product-box-top li {
	width: 16.666%;
	text-align: center;
	transition: all .3s;
	opacity: 0.5;
}
.product-box-top li:hover, .product-box-top li.on {
	opacity: 1;
}
.product-box-top li span {
	display: inline-block;
	position: relative;
	letter-spacing: 1px;
	text-transform: capitalize;
	cursor: pointer;
}
.product-box-top li span:after {
	position: absolute;
	content: '';
	width: 0;
	height: 4px;
	left: 0;
	bottom: -20px;
	background: #000;
	transition: all .3s;
}
.product-box-top li.on span:after, .product-box-top li:hover span:after {
	width: 100%;
}
.product-Ul {
	margin-bottom: 80px;
	position: relative;
	/* height: 980px; */
	background: #fff;
}
.product-ul-new {
	height: auto;
}
.product-Ul li {
	top: 100px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all .5s;
	visibility: hidden;
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.product-ul-new li {
	position: static;
}
.product-Ul li.on {
	position: relative;
	visibility: inherit;
	top: 0;
	opacity: 1;
	z-index: 9;
}
.product-Ul li .product-li-img {
	position: relative;
	width: 100%;
	padding: 22%;
	overflow: hidden;
}
.product-Ul li .product-li-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/* transition: all .8s; */
	-o-object-fit: cover;
	object-fit: cover;
}
.product-Ul li .product-li-text {
	position: relative;
	margin-top: 50px;
	width: 100%;
}
.product-Ul li .product-li-text h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 25px;
}
.product-Ul li .product-li-text span {
	text-transform: capitalize;
	font-size: 16px;
	padding-left: 5px;
}
.product-Ul li .product-li-text>p {
	color: #666;
	line-height: 2;
	font-size: 13px;
	letter-spacing: 1px;
	width: 72%;
}
.product-Ul li .product-li-text>a {
	display: block;
	position: absolute;
	top: -4px;
	right: 0;
}
.product-Ul li .product-li-text sub {
	position: relative;
	display: inline-block;
	margin-top: 30px;
	font-size: 13px;
	letter-spacing: 3px;
	padding: 19px 24px;
	border: 1px solid #000;
	transition: color .4s;
}
.product-Ul li .product-li-text sub:hover {
	color: #fff;
}
.product-Ul li .product-li-text sub:before {
	position: absolute;
	height: 1px;
	left: 0;
	bottom: 0;
	background-color: #000;
	content: "";
	transition: height .4s;
	width: 100%;
	z-index: -1;
}
.product-Ul li .product-li-text sub:hover:before {
	height: 100%;
}
.pro-info-view {
	/* margin-bottom: 100px; */
	border-bottom: 3px solid #f9f9f9;
}
.pro-info-center {
	margin-bottom: 100px;
	padding-top: 100px;
	padding-bottom: 80px;
	background: #f5f5f5;
}
.pro-portfolio {
	position: relative;
}
.pro-info-left {
	display: inline-block;
	vertical-align: top;
	width: 46.2%;
	padding-top: 60px;
}
.pro-info-left .tb-pic{
	height: 90vh;
	padding:50px;
	text-align:center;
}
.pro-info-left .tb-pic a{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pro-info-left .swiper-container-fade .swiper-slide{
	background-color:#fff;
}
.pro-info-left img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}
.pro-info-right {
	display: inline-block;
	vertical-align: top;
	width: 52.8%;
	min-height: 100vh;
	background-color: #f9f9f9;
	margin-left: 1%;
	padding: 150px 0 136px 66px;
}
.pro-info-right .subject-1 {
	width: 624px;
	padding-right: 40px;
}
.pro-info-right .bc {
	transition: all .4s ease;
	display: block;
	font-size: 18px;
	color: #000;
	padding-left: 14px;
	background: url(../images/icon-33.png) no-repeat left 4px;
	float: right;
}
.pro-info-right .bc:hover {
	color: #999;
	background-image: url(../images/icon-37.png);
}
.pro-info-one {
	margin-top: 32px;
}
.pro-info-right h3 {
	font-size: 23px;
	font-weight: 500;
	margin-bottom: 20px;
}
.pro-info-right h4 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.pro-info-right .pro-info-one p {
	display: block;
	position: relative;
	color: #666;
	padding-left: 15px;
	font-size: 15px;
	margin: 10px 0;
}
.pro-info-right .pro-info-one p::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 1px;
	top: 15px;
	left: 0;
	background: #666;
}
/*.pro-info-right .pro-info-two {
	margin-top: 50px;
}*/
.pro-info-right p {
	line-height: 2;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;
}
div.zoomDiv {
	z-index: 9;
	position: absolute;
	top: 140px !important;
	left: 50% !important;
	width: 45% !important;
	height: 80vh !important;
	background: #ffffff;
	/* border: 1px solid #CCCCCC; */
	display: none;
	text-align: center;
	overflow: hidden;
}
div.zoomMask {
	position: absolute;
	background: url("../images/mask.png") repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}
.swiper-bottom {
	margin-bottom: 22px;
	text-align: center;
}
.swiper-num {
	position: relative;
	display: inline-block;
	padding: 0 16px;
}
.swiper-num span {
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
	font-size: 14px;
	width: 26px;
}
.swiper-bottom .swiper-button-prev {
	transition: background .4s ease;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 12px;
	margin-top: 0;
	background: url(../images/icon-33.png) no-repeat center center;
	position: static;
	opacity: 1;
	border: none;
	background-size: 6px;
	border-radius: 0;
}
.swiper-bottom .swiper-button-next {
	transition: background .4s ease;
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 12px;
	margin-top: 0;
	background: url(../images/icon-34.png) no-repeat center center;
	position: static;
	opacity: 1;
	border: none;
	background-size: 6px;
	border-radius: 0;
}
.swiper-bottom .swiper-button-prev:hover {
	background-image: url("../images/icon-37.png");
}
.swiper-bottom .swiper-button-next:hover {
	background-image: url("../images/icon-38.png");
}
/* porduct  end */

/* case */
/* .case-item .swiper-slide{
    width: 40%;
} */
.case-item .swiper-container {
	padding: 0 10%;
	overflow: initial;
}
/* .case-item .ny-banner-img img {
    height: 500px;
} */

.case-item .ny-banner-text {
	top: 0;
	opacity: 1;
}
.case-item .swiper-button-prev {
	background: url(../images/l1.png) no-repeat center;
	background-size: 20px;
	border: none;
	top: auto;
	bottom: 0;
	left: 10%;
	width: 25px;
	height: 25px;
	margin-left: -37px;
	opacity: 1;
}
.case-item .swiper-button-next {
	background: url(../images/r1.png) no-repeat center;
	background-size: 20px;
	border: none;
	top: auto;
	bottom: 0;
	right: 10%;
	width: 25px;
	height: 25px;
	margin-right: -37px;
	opacity: 1;
}
.case-item .ny-banner-text h3 {
	position: relative;/* padding-bottom: 25px; */
}
/* .case-item .ny-banner-text h3:after {
    position: absolute;
    content: '';
    width: 50px;
    height: 1px;
    bottom: 9px;
    left: 50%;
    margin-left: -25px;
    background: #000;
} */

.case-item .ny-banner-text span {
	margin: 11px 0 0;
}
.case-view {
	flex-wrap: wrap;
}
.case-view li {
	width: 33.33%;
	padding: 0 20px 80px;
}
.case-view li a {
	display: block;
}
.case-view li .case-view-img {
	position: relative;
	padding-top: 66%;
	overflow: hidden;
}
.case-view li .case-view-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 1.8s;
}
.case-view li:hover .case-view-img img {
	opacity: 0.6;
	transform: scale(1.05);
}
.case-view li .case-view-text {
	margin-top: 30px;
	text-align: center;
}
.case-view li .case-view-text h3 {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}
/* .case-view li .case-view-text span {
    position: relative;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.case-view li .case-view-text span:after{
    position: absolute;
    content: '';
    width: 100%;
    bottom: -5px;
    left: 0;
    height: 1px;
    background: #000;
    transition: all .3s;
} */

.case-fancybox {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.95);
	padding: 80px 0 120px;
	transition: all .5s;
	z-index: -1;
	opacity: 0;
}
.case-fancybox.on {
	z-index: 999;
	opacity: 1;
}
.case-fancybox-close {
	position: absolute;
	color: #fff;
	font-size: 30px;
	top: 30px;
	right: 30px;
}
.case-fancybox-close img {
	width: 25px;
	cursor: pointer;
}
.case-fancybox .img-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.case-fancybox .img-box img {
	display: block;
	max-width: 100%;
	height: calc(100vh - 200px);
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	margin: 0 auto;
}
.case-fancybox .swiper-pagination {
	color: #fff;
	bottom: 80px;
	font-size: 14px;
}
.case-fancybox .swiper-button-prev {
	background: none;
	left: 1.5625%;
	margin-left: -10px;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
}
.case-fancybox .swiper-button-next {
	background: none;
	right: 1.5625%;
	margin-right: -10px;
	width: auto;
	height: auto;
	border: none;
	margin: 0;
}
.case-fancybox .swiper-button-prev img, .case-fancybox .swiper-button-next img {
	visibility: initial !important;
}
/* case  end */

/* manufacturing */
.manufacturing-view {
	margin-top: 50px;
}
.manufacturing-view li {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.manufacturing-view li::before {
	content: '';
	position: absolute;
	width: 44%;
	height: 100%;
	top: 0;
	right: 0;
	background: #f5f5f5;
}
.manufacturing-view li .manufacturing-pic {
	width: calc(100% - 3rem);
	max-width: calc(50vw + 36.5rem);
	position: relative;
}
.manufacturing-view li:nth-child(2n) .manufacturing-pic {
	float: right;
}
.manufacturing-view li .manufacturing-pic img {
	width: 100%;
	height: 650px;
	-o-object-fit: cover;
	object-fit: cover;
}
.manufacturing-view li .manufacturing-text {
	position: relative;
	padding-right: 3rem;
	padding-left: 3rem;
	width: 100%;
	max-width: 79rem;
	margin: 0 auto;
}
.manufacturing-view li .manufacturing-text .manufacturing-left {
	position: relative;
	width: 60%;
	padding: 10% 7% 10% 5%;
}
.manufacturing-view li .manufacturing-text .manufacturing-left h3 {
	font-weight: 500;
	font-size: 29px;
}
.manufacturing-view li .manufacturing-text .manufacturing-left span {
	display: block;
	margin: 10px 0 30px;
	text-transform: capitalize;
	font-size: 18px;
}
.manufacturing-view li .manufacturing-text .manufacturing-left p {
	margin: 10px 0;
	line-height: 2;
	color: #666;
	font-size: 14px;
}
.manufacturing-view li .manufacturing-text .manufacturing-right {
	width: 40%;
	padding: 10% 0 10% 7%;
}
.manufacturing-view li .manufacturing-text .manufacturing-right img {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
}
.manufacturing-view li .manufacturing-text .manufacturing-right p {
	margin: 5px 0;
	line-height: 2;
	color: #666;
	font-size: 14px;
}
.manufacturing-pic .swiper-container {
	padding-bottom: 80px;
}
.manufacturing-pic .swiper-button-prev {
	top: auto;
	margin-top: 0;
	bottom: 0;
	right: 75px;
	left: auto;
	border: none;
	background: #fff url(../images/l1.png) no-repeat center;
	background-size: 15px;
	transition: all .3s;
	opacity: 1;
}
.manufacturing-view li:nth-child(2n) .manufacturing-pic .swiper-button-prev {
	background-color: #f5f5f5;
	left: 0;
}
.manufacturing-pic .swiper-button-prev:hover, .manufacturing-pic .swiper-button-next:hover {
	bottom: 5px;
}
.manufacturing-pic .swiper-button-next {
	top: auto;
	margin-top: 0;
	bottom: 0;
	right: 0;
	border: none;
	background: #fff url(../images/r1.png) no-repeat center;
	background-size: 15px;
	transition: all .3s;
	opacity: 1;
}
.manufacturing-view li:nth-child(2n) .manufacturing-pic .swiper-button-next {
	background-color: #f5f5f5;
	left: 75px;
}
/* manufacturing  end */

/* process ==改后===================================================
---------------------------------------------------------------------------------------------------------------------------------------*/
.dimension-medium {
	margin: 5% 0;
}
.block-text__align-left {
	width: 75%;
	padding-left: 3%;
}
.sans-serif-title {
	line-height: 1.2;
	color: #37393b;
	font-size: 32px;
}
.sans-serif-title+.generic-text {
	margin-top: 30px;
	line-height: 1.8;
}
.sans-serif-title+.generic-text b {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.col-6 {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 47.82609%;
}
.block-designer-1-main {
	position: relative;
	z-index: 2;
}
.block-designer-1-image img {
	width: 100%;
	display: block;
}
.block-designer-1-content-text {
	position: relative;
	z-index: 9;
}
.block-designer-1-content-text.padding-line {
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 35px;
	margin-left: 35px;
}
.block-designer-1-content-text h1 {
	font-size: 30px;
}
.col-6:last-child {
	margin-right: 0;
}
.block-designer-1-image-content {
	margin-top: 8vh;
	display: block !important;
}
.small-w {
	max-width: 80%;
	margin: 0 auto;
}
.block-text__align-center {
	text-align: center;
	padding: 0 5%;
}
.generic-text-serif {
	line-height: 1.8;
	font-size: 15px;
}
.block-caption-img {
	position: relative;
}
.block-caption-text {
	position: absolute;
	width: 100%;
	padding: 0 5%;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	color: #fff;
}
.block-caption-text h3 {
	text-transform: capitalize;
	font-size: 5vw;
	letter-spacing: 2px;
	text-align: center;
}
.block-caption-text p {
	font-size: 22px;
	margin-top: 8px;
	text-align: center;
}
.block-text-img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
}
.block-text-img .block-text-img-text {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 30.43478%;
	padding: 0;
	position: static;
}
.block-text-img_text-left .block-text-img-text {
	text-align: right;
}
.block-text-img .block-text-img-img {
	float: left;
	display: block;
	margin-right: 4.34783%;
	width: 65.21739%;
	padding: 5% 10% 5% 8%;
}
.block-text-img .block-text-img-img {
	position: relative;
}
.block-text-img .block-text-img-img:last-child {
	margin-right: 0;
}
.block-dim-left {
	float: left;
	width: 27%;
	padding-top: 16%;
}
.block-dim-left img {
	display: block;
	margin-bottom: 20px;
}
.block-dim-right {
	float: right;
	width: 58%;
}
.block-w-ab {
	position: absolute;
	top: -5%;
	left: 12%;
	color: #8c8a8b;
	/* width: 12vw; */
	text-align: center;
}
.block-w-ab h3 {
	font-size: 12vw;
	display: inline-block;
	font-weight: 100;
	/* text-transform: lowercase; */
	line-height: 0.85;
}
.block-w-ab span {
	display: inline-block;
	font-size: 20px;
	/* text-transform: capitalize; */
	letter-spacing: -1px;/* margin-left: -20px; */
}
/* process ==改后end===================================================
---------------------------------------------------------------------------------------------------------------------------------------*/


.intro {
	position: relative;
	padding-top: 20px;
}
.intro_sec {
	position: relative;
	z-index: 10;
}
.intro_sec.-sec01 {
}
.intro_sec.-sec02 {
	position: relative;
	padding-top: 100px;
	margin-top: 50px;
	z-index: 1;
}
.intro_sec.-sec03 {
	margin-top: 150px;
	padding-bottom: 103px;
}
.intro_sec.-sec02:before {
	content: "";
	display: block;
	background: #E8E8E8;
	position: absolute;
	width: 82%;
	right: 0;
	height: 100%;
	z-index: 0;
	top: 0;
}
.intro_sec.-sec03:before {
	content: "";
	display: block;
	background: #E8E8E8;
	position: absolute;
	width: 100%;
	height: 280px;
	z-index: 0;
	bottom: 0;
	right: 130px;
}
.intro_wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	align-items: flex-start;
}
.intro_sec.-sec04 .intro_wrap>div {
	width: 50%;
	padding: 0 40px;
}
.intro_sec.-sec01 .intro_wrap {
}
.intro_sec.-sec02 .intro_wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.intro_sec.-sec03 .intro_wrap {
}
.intro_cnt {
	max-width: 50%;
	/* max-width: 580px; */
	margin: auto;
	padding: 0 40px;
}
.intro_sec.-sec04 .intro_cnt {
	max-width: 100%;
	margin-top: 40px;
}
.intro_sec.-sec04 {
	position: relative;
	padding: 100px 0 140px;
}
.intro_sec.-sec04::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	right: 50%;
	background: #f5f5f5;
}
.intro_sec.-sec01 .intro_cnt {
	margin-top: 0;
}
.intro_sec.-sec02 .intro_cnt {
	padding: 0 5% 70px 0;
	margin: 0 0 0 23%;
	max-width: 40%;
}
.intro_sec.-sec03 .intro_cnt {
	margin-top: 0;
	padding-bottom: 142px;
}
.intro_sec.-sec04 .intro_img {
	position: relative;
	width: 100%;
	padding-top: 80%;
	overflow: hidden;
}
.intro_sec.-sec04 .intro_wrap_1:first-child .intro_img {
	padding-top: 100%;
}
.intro_sec.-sec04 .intro_img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.intro_subttl {
	line-height: 1.8;
	font-size: 18px;
	font-weight: 500;
	background: #ccc;
	display: inline-block;
	padding: 2px 15px;
}
.intro_jp {
	margin-top: 20px;
}
.intro_jp table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.intro_jp table tr {
	text-align: center;
	background: #fff;
}
.intro_jp table tr:nth-child(2n) {
	background: #f4f4f4;
}
.intro_jp table tr th {
	text-align: center;
	position: relative;
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	border-right: 1px solid #fff;
	background-color: #333;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	width: 33.33%;
}
.intro_jp table tr td {
	border: 1px solid #ececec;
	font-size: 13px;
	color: #666;
	text-align: center;
	line-height: 1.8;
	vertical-align: middle;
	padding: 10px 20px;
}
.intro_jp p {
	font-size: 14px;
	color: #333 !important;
	margin: 10px 0;
	line-height: 1.8;
}
.intro_jp span {
	display: block;
	font-size: 14px;
	color: #666666;
	padding-left: 24px;
}
.intro_jp span i {
	display: block;
	font-size: 14px;
	color: #999;
	padding-left: 24px;
}
.intro_en {
	margin-top: 40px;
	margin-bottom: 80px;
}
.intro_img img, .intro_subimg img {
	opacity: 1;
}
.intro_subimg {
	position: relative;
	z-index: 10;
	display: -webkit-box;
	display: flex;
}
.intro_sec.-sec02 .intro_subimg {
	margin-top: -170px;
	left: 18%;
	margin-left: -192px;
}
.intro_sec.-sec03 .intro_subimg {
	margin-top: -140px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}
.intro_sec.-sec02 .intro_subimg img {
	width: 188px;
	height: 209px;
	display: inline-block;
	margin: 0;
}
.intro_sec.-sec02 .intro_subimg img:first-child {
	margin-left: 0;
}
.intro_sec.-sec02 .intro_subimg img {
	margin-left: 4px;
}
.intro_sec.-sec03 .intro_subimg img {
	width: 255px;
	height: 177px;
	margin: 0;
}
/* process */

.subject {
	margin-top: 10px;
	font-size: 0;
	justify-content: space-between;
	align-items: stretch;
}
.subject>div {
	display: inline-block;
	vertical-align: top;
}
.filter-product {
	position: relative;
	width: 243px;
	padding-right: 10px;
}
#listForm.fixed {
	position: fixed;
	top: 140px;
	bottom: auto;
}
#listForm.pos {
	position: absolute;
	bottom: 60px;
	top: auto;
}
.product-list {
	width: calc(100% - 293px);
}
.page-title {
	margin-top: 74px;
}
.page-title p {
	font-size: 16px;
	line-height: 26px;
	color: #666;
	margin-top: 9px;
}
.filter-product span {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 26px;
	color: #333;
	text-transform: capitalize;
	font-weight: bold;
}
.filter-product .item {
	margin-bottom: 22px;
}
.filter-product .check-label {
	border-bottom: 1px solid #c3c3c3;
	padding: 14px 0;
}
/* .filter-product .check-label p {
    padding-left: 30px;
} */

.check-label input {
	display: none;
}
.check-label p {
	font-size: 15px;
	line-height: 26px;
	color: #666;
}
.check-label label {
	display: inline-block;
	position: relative;
	width: 100%;
	cursor: pointer;
}
.check-label label i {
	display: block;
	width: 12px;
	height: 12px;
	background-color: #dcdcdc;
	position: absolute;
	right: 0;
	top: 7px;
	margin-top: 0;
}
.check-label label i:after {
	transition: all .4s ease;
	content: "";
	opacity: 0;
	visibility: hidden;
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 2px;
	top: 2px;
	background-color: #000;
}
.check-label input:checked+label i:after {
	opacity: 1;
	visibility: visible;
}
.product-list {
	font-size: 0;
}
.product-list ul {
	margin: 0 -19px;
}
.product-list li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
}
.product-list a {
	display: block;
	margin: 0 19px;
}
.product-list figure {
	position: relative;
	padding-top: 72.69%;
	overflow: hidden;
}
.product-list figure img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: 1;
	margin: 0;
}
.product-list h3 {
	transition: color .4s ease;
	margin-top: 2px;
	font-size: 14px;
	line-height: 26px;
	color: #636363;
	height: 50px;
	margin-bottom: 10px;
	font-weight: 500;
	overflow: hidden;
}
.product-list a:hover figure img {
	transform: scale(1.2);
	transition: transform 10s ease;
}
.product-list a:hover h3 {
	color: #000;
}
.new-pro-Img {
	position: relative;
	padding-top: 46%;
	overflow: hidden;
}
.new-pro-Img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.new-pro-two {
	width: 280px;
	text-align: center;
	margin: 100px auto;
}
.new-pro-two p {
	font-size: 13px;
	letter-spacing: 1px;
	line-height: 1.8;
	word-break: keep-all;
}
.new-pro-three {
	padding: 0 8%;
	margin: 100px 0 80px;
}
.new-pro-three .home-pro-list .home-pro-view {
	padding: 0 12px;
}
.new-pro-three .home-pro-list .home-pro-view .home-pro-bg {
	padding-top: 100%;
	overflow: hidden;
}
.new-pro-three .home-pro-xh {
	text-align: left;
	font-size: 17px;
	margin-top: 20px;
	letter-spacing: 1px;
}
.new-pro-four {
	padding: 0 8%;
	margin-bottom: 100px;
	justify-content: space-between;
}
.new-pro-four>div {
	width: 49%;
	padding-top: 54%;
}
.new-pro-four .new-pro-four-two {
	background: #fbfbfb;
}
.new-pro-four .new-pro-four-two img {
	padding: 10% 7%;
}
.new-product-five {
	width: 527px;
	margin: 100px auto 0;
	padding-top: 41%;
}
.technology-two {
	padding: 0 0 50px;/* background: #f5f5f5; */
}
.technology-box {
	margin: 40px 0 0;
	align-items: stretch;
}
.technology-box li {
	width: 100%;
	margin-bottom: 50px;/* background: #f5f5f5; */
}
.technology-img {
	position: relative;
	padding-top: 40%;
	overflow: hidden;
}
.technology-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all .8s;
	-o-object-fit: cover;
	object-fit: cover;
}
.technology-text {
	padding: 4%;
	background: #f5f5f5;
}
.technology-text h3 {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 15px;
}
.technology-text p {
	color: #666;
}
.technology-span {
	padding-top: 25px;
	margin-top: 25px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
.technology-span li {
	margin-bottom: 0px;
	/* padding: 0 38px; */
	justify-content: flex-start;
}
.technology-span li:nth-child(2) {
	justify-content: flex-end;
}
.technology-span span {
	position: relative;
	color: #666;
	padding: 10px 0;
	margin: 12px 0;
	background: #e4e4e4;
	width: 128.75px;
	text-align: center;
}
.technology-span span+span {
	margin-left: 50px;
}
.technology-span span i {
	display: none;
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	color: #333;
	top: -10px;
	left: -10px;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
}
.technology-span span+span:before {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/process-right-1.png) no-repeat center;
	background-size: 22px;
	top: 7px;
	left: -38px;
}
.technology-span li:nth-child(2n-1) span:last-child:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/process-right-1.png) no-repeat center;
	background-size: 22px;
	top: 40px;
	left: 50%;
	margin-left: -11px;
	transform: rotate(90deg);
}
.technology-span li:nth-child(2n) span:first-child:after {
	position: absolute;
	content: '';
	width: 22px;
	height: 22px;
	background: url(../images/process-right-1.png) no-repeat center;
	background-size: 22px;
	top: 40px;
	left: 50%;
	margin-left: -11px;
	transform: rotate(90deg);
}
.technology-span li:last-child span:first-child:after, .technology-span li:last-child span:last-child:after {
	display: none;
}
.technology-span li:nth-child(2n) span+span:before {
	transform: rotate(-180deg);
}
.process-view {
	margin-top: 50px;
}
.process-view-one-left {
	width: 33.33%;
	padding: 5% 8% 5% 3%;
}
.process-view-one-left h3 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 25px;
}
.process-view-one-left p {
	font-size: 14px;
	color: #666;
	line-height: 2;
	margin-bottom: 10px;
}
.process-view-one-right {
	width: 66.66%;
}
.process-view-one-right img {
	width: 100%;
	height: 660px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.process-view-two {
	margin: 80px 0;
}
.process-view-two img {
	width: 100%;
	height: 80vh;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}
.process-view-three-right {
	width: 75%;
}
.process-view-three-right .process-view-three-one {
	width: 60%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: 680px;
}
.process-view-three-right .process-view-three-two {
	width: 40%;
	padding: 8%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: 550px;
}
.process-view-three-left {
	width: 25%;
	padding: 5% 5% 5% 1%;
}
.process-view-four {
	margin-bottom: 80px;
}
.process-view-four-left {
	width: 65%;
	padding: 10% 15% 10% 10%;
}
.process-view-four-right {
	width: 35%;
}
.process-view-four-right img {
	width: 100%;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	height: 680px;
}
/* process  end */


/* about-修改 */
.about-box-one {
	position: relative;
	align-items: flex-start;
}
.about-box-one-left {
	position: relative;
	width: 45%;
	padding-top: 50%;
	overflow: hidden;
}
.about-box-one-left img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-box-one-right-box {
	overflow: hidden;
	width: 55%;
	padding: 5% 5% 0 22%;
}
.about-box-one-right-img {
	position: relative;
	padding-top: 62%;
	overflow: hidden;
}
.about-box-one-right-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-box-one-text {
	position: absolute;
	width: 70%;
	bottom: 0;
	right: 0;
	padding: 4%;
	background: #fff;
	text-align: left;
	z-index: 9;
}
.about-box-one-text p {
	font-size: 14px;
	line-height: 2;
	color: #666;
	padding-left: 73px;
}
.about-box-two {
	position: relative;
	margin: 80px 0;/* background: #f5f5f5; */
}
.about-box-two::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	background: #f5f5f5;
}
.about-box-two::after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background: #fbfbfb;
}
.about-two-item {
	align-items: stretch;
}
.about-box-two-view {
	position: relative;
	width: 50%;
	align-items: flex-start;
	justify-content: flex-start;
}
.about-box-two-left {
	width: 100%;
	padding: 12% 0 5%;
}
.about-box-two-right {
	width: 50%;
	padding: 5% 0;
	position: relative;
	z-index: 9;
}
.about-two-img-one {
	position: relative;
	padding-top: 77%;
	margin-left: 20%;
	width: 70%;
	overflow: hidden;
}
.about-two-img-two {
	position: relative;
	padding-top: 33%;
	margin-left: 73px;
	margin-top: 50px;
	width: 50%;
	overflow: hidden;
}
.about-two-img-two img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-box-two-right img, .about-brand-img-one img, .about-brand-img-two img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-box-two-ul {
	padding-left: 73px;
}
.about-two-p {
	width: 100%;
	padding-left: 73px;
	padding-right: 40px;
}
.about-two-p p {
	margin-bottom: 15px;
	font-size: 15px;
	color: #666;
	line-height: 1.8;
}
.about-box-brand {
	margin-bottom: 80px
}
.about-brand-left {
	width: 50%;
	padding-right: 2%;
}
.about-brand-img-box {
	position: relative;
	padding-right: 50px;
	margin-bottom: 90px;
}
.about-brand-img-box::before {
	position: absolute;
	content: '';
	width: 70%;
	height: 70%;
	bottom: -40px;
	right: 0;
	background: #f5f5f5;
}
.about-brand-img-one {
	padding-top: 60%;
}
.about-brand-right {
	width: 50%;
	padding-left: 2%;
}
.about-brand-img-item {
	padding-left: 73px;
	margin-top: 40px;
}
.about-brand-img-two {
	padding-top: 55%;
	margin-top: 40px;
}
/* .about-brand-text{
    padding-left: 73px;
} */
.about-brand-text p {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
	margin-bottom: 10px;/* padding-right: 73px; */
}
.about-brand-right .about-brand-text p {
	padding-left: 73px;
	padding-right: 0;
}
.about-box-three-img {
	width: 100%;
	padding-top: 40%;
	position: relative;
	overflow: hidden;
}
.about-box-three-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-box-three-text {
	width: 88%;
	background: #fff;
	margin: 0 auto;
	position: relative;
	padding: 3.5% 4%;
	top: -50px;
}
.about-box-three-text p {
	padding-left: 73px;
	line-height: 2;
	color: #666;
	font-size: 14px;
	margin-bottom: 10px;/* text-indent: 2em; */
}
.HistoryContent {
	position: relative;
	height: 100vh;
	padding-top: 18vh;
	background: url(../picture/his_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

/* .HistoryContent:before{
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    left: 0;
    background: url(../picture/ys.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.03;
} */
@media screen and (max-width:1360px) {
.HistoryContent {
	padding-top: 60px
}
}
 @media screen and (max-width:768px) {
.HistoryContent {
	padding-top: 30px
}
}
.HistoryContent .HistorySwiperBox {
	position: relative;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;/* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); */
}

/* @media screen and (max-width:1600px) {
    .HistoryContent .HistorySwiperBox {
        margin-bottom: 2%
    }
} */

@media screen and (max-width:991px) {
.HistoryContent .HistorySwiperBox {
	padding: 0 60px;
	margin-bottom: 0
}
}
.HistoryContent .HistorySwiperBox .HistorySwiper {
	width: 100%;
	margin: 0 auto
}
 @media screen and (max-width:991px) {
.HistoryContent .HistorySwiperBox .HistorySwiper {
	width: 100%
}
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide {
/* position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center; */
    /* display: none; */
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-slide>img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 1.5s;
	transition-delay: 0.6s;
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-slide.swiper-slide-active>img {
	transform: scale(1.05);
}
.HistoryContent .HistorySwiperBox .history-text {
	position: absolute;
	top: 53%;
	left: 50%;
	transform: translateX(-50%);
	width: 70%;
	text-align: center;
	transition: all 1s;
	transition-delay: 0.6s;
	opacity: 0;
}
.HistoryContent .HistorySwiperBox .swiper-slide.swiper-slide-active .history-text {
	top: 0;
	opacity: 1;
}
.his-item {
	background: rgba(255, 255, 255, 0.15);
	padding: 40px;
}
.his-small-img {
	width: 33%;
}
.his-small-img img {
	width: 100%;
}
.his-nr {
	text-align: left;
	width: 67%;
	padding-left: 40px;
}
.his-nr h3 {
	color: #fff;
	font-weight: 500;
	font-size: 36px;
	margin-bottom: 16px;
}
/* .HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide.swiper-slide-active{
    display: block;
} */
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide .title {
	position: relative;
	line-height: 36px;
	margin-bottom: 18px;
	color: #fff;
	padding-top: 50px;
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide .title p {
	position: relative;
	display: inline-block;
	font-size: 48px;
	font-weight: 700;
	margin-right: 3px;
	padding-bottom: 50px;
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide .title p:before {
	content: '';
	position: absolute;
	bottom: 20px;
	left: 50%;
	display: inline-block;
	height: 22px;
	width: 1px;
	background: #fff;
	transform: rotate(60deg);
	transition: all 300ms ease;
	background-color: #fff;
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide .title span {
	display: block;
	font-size: 30px;
	color: rgba(255, 255, 255, 0.6);
	text-transform: capitalize;
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide .title span img {
	width: 60px;
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide p {
	position: relative;
	color: rgba(255, 255, 255, 0.89);
	line-height: 1.7;
	font-size: 16.5px;
	padding-left: 18px;
	margin-bottom: 6px;
	letter-spacing: 1px;
}
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide p::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 1px;
	top: 13px;
	left: 0;
	background: #fff;
}
@media screen and (max-width:575px) {
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide>p {
	text-align: justify
}
}

/* .HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    margin-top: 28px;
    width: 354px;
    height: 230px;
    -o-object-fit: cover;
       object-fit: cover;
} */

@media screen and (max-width:575px) {
.HistoryContent .HistorySwiperBox .HistorySwiper .swiper-wrapper .swiper-slide img {
	margin-top: 16px
}
}
.HistoryContent .HistorySwiperBox .SwiperButton .ButtonLeft {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 50%;
	margin-left: -500px;
	transition: all .3s;
	opacity: 0.5;
	z-index: 6
}
.HistoryContent .HistorySwiperBox .SwiperButton .ButtonRight {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 50%;
	margin-left: 500px;
	transition: all .3s;
	opacity: 0.5;
	z-index: 6
}
.HistoryContent .HistorySwiperBox .SwiperButton .ButtonLeft img, .HistoryContent .HistorySwiperBox .SwiperButton .ButtonRight img {
	width: 30px;
}
.HistoryContent .HistorySwiperBox .SwiperButton .ButtonLeft:hover, .HistoryContent .HistorySwiperBox .SwiperButton .ButtonRight:hover {
	opacity: 0.8;
}
 @media screen and (max-width:991px) {
.HistoryContent .HistorySwiperBox .SwiperButton {
	padding: 0 13px
}
}
.HistoryContent .HistorySwiperBox .SwiperButton .ButtonLeft, .HistoryContent .HistorySwiperBox .SwiperButton .ButtonRight {
	display: inline-block;
	cursor: pointer
}
.HistoryContent .HistorySwiperBox .SwiperButton .ButtonRight {
	float: right
}
.HistoryContent .ParticularYearBox {
	padding: 20px 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: auto;
	z-index: 9;
}
.HistoryContent .ParticularYearBox .swiper-wrapper {
	display: block;
}
 @media screen and (max-width:575px) {
.HistoryContent .ParticularYearBox {
	padding: 50px 0 20px
}
}
.HistoryContent .ParticularYearBox .ParticularYear {
	width: 100%
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide {
	/* background: url(../images/b1.png) no-repeat 50% 44px;
    background-size: 100% 1px; */
	margin: 28px 0 27px;
	text-align: center;
	width: 170px;
	transition: all 0.5s;
	opacity: .3;
	cursor: pointer
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide img {
	width: 20px;
	visibility: hidden
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide p {
	position: relative;
	font-size: 24px;
	padding-left: 50px;
	color: #fff;
	transition: all 0.4s ease;
	/* width: 140px; */
	text-align: left;
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide-thumb-active p, .HistoryContent .ParticularYearBox .ParticularYear .swiper-slide:hover p {
	padding-left: 80px;
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide p:before {
	top: 13px;
	left: 0px;
	position: absolute;
	width: 40px;
	height: 1px;
	content: "";
	background: #fff;
	text-align: center;
	transition: all 0.4s ease;
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide-thumb-active p:before, .HistoryContent .ParticularYearBox .ParticularYear .swiper-slide:hover p:before {
	width: 70px;
}
 @media screen and (max-width:575px) {
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide span {
	margin: 8px auto
}
}
.HistoryContent .ParticularYearBox .ParticularYear .Active {
	opacity: 1 !important
}
.HistoryContent .ParticularYearBox .ParticularYear .Active img {
	visibility: visible !important
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide-thumb-active, .HistoryContent .ParticularYearBox .ParticularYear .swiper-slide:hover {
	opacity: 1
}
.HistoryContent .ParticularYearBox .ParticularYear .swiper-slide-thumb-active img {
	visibility: visible !important
}
/* about-修改  end */

/* about */
.nav-title {
	text-align: center;
	margin: 60px 0;
}
.nav-title h3 {
	font-weight: 500;
	text-transform: capitalize;
	font-size: 50px;
	margin: 2rem 0;
}
.decoration-line {
	display: inline-block;
	width: 7px;
	height: 105px;
	stroke-dasharray: 96;
	stroke-dashoffset: 96;
	transition: stroke-dashoffset 1s cubic-bezier(.5, 0, 0, 1);
	color: #333;
}
.decoration-line.revealed {
	stroke-dashoffset: 0;
}
.decoration-dots {
	display: inline-block;
	width: 3.5rem;
	height: 1rem;
}
.main-ny img {
	width: 100%;
}
.main-p h3 {
	font-weight: 500;
	font-size: 25px;
	margin-bottom: 30px;
}
.main-p p {
	font-size: 14px;
	line-height: 2;
	color: #666;
	margin: 10px 0;
	padding-left: 73px;
}
/* .about-one{
    margin-top: 120px;
} */
.about-one-left {
	width: 45%;
}
.about-one-left img {
	height: 800px;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-one-right {
	width: 55%;
	padding: 5% 0 5% 5%;
}
.life-two-view {
	position: relative;/* margin-bottom: 80px; */
}
.life-two-view:before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	left: 0;
	background: #f5f5f5;
}
.process-two-view.life-two-view:before {
	left: auto;
	right: 0;
}
.life-two-view:after {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	top: 0;
	right: 0;
	background: #fbfbfb;
}
.process-two-view.life-two-view:after {
	right: auto;
	left: 0;
}
/* .capabilities-one{
    margin-top: 10px;
} */
.capabilities-one, .capabilities-three {
	margin-bottom: 100px;
	align-items: stretch;
}
.capabilities-two, .capabilities-four {
	margin-bottom: 100px;
	align-items: stretch;
	flex-direction: row-reverse;
}
.about-text {
	width: 35%;
	margin: 0 auto;
	position: relative;
	padding: 6% 4% 6% 0;
}
.capabilities-one .about-text {
	padding: 3% 4% 3% 0;
}
.capabilities-two .about-text, .capabilities-four .about-text {
	padding-left: 3%;
	padding-right: 0;
}
.process-two-view .about-one {
	flex-direction: row-reverse;
}
.life-two-view .about-text {
	width: 50%;
	margin-bottom: 0;
	z-index: 9;
}
.process-two-view.life-two-view .about-text {
	padding: 6% 0 6% 4%;
}
.about-two-img:before {
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .65));
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.about-two-img-img {
	position: relative;
	width: 50%;
	padding: 5% 0 5% 10%;
	z-index: 9;
}
.process-two-view .about-two-img-img {
	padding: 5% 10% 5% 0;
}
.life-two-img {
	position: relative;
	padding-top: 90%;
}
.about-two-img-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-two-text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	padding-left: 0;
	color: #fff;
	z-index: 9;
}
.about-two-text .about-text p {
	color: #d0d0d0;
}
.about-two-ln {
	position: relative;
	align-items: stretch;
	padding-top: 40%;
	overflow: hidden;
}
.about-two-ln img {
	position: absolute;
	top: 0;
	left: 0;
	width: 66.666%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-two-ln img.about-two-ln-2 {
	width: 33.333%;
	padding-left: 3%;
	left: auto;
	right: 0;
}
.about-two-ln img.about-two-gs-1 {
	left: auto;
	right: 0;
}
.about-two-ln img.about-two-gs-2 {
	padding-left: 0;
	padding-right: 3%;
	left: 0;
	right: auto;
}
.about-three {
	margin-top: 80px;
}
.about-three-item {
	align-items: stretch;
}
.about-three-left {
	width: 40%;
	padding-right: 5%;
}
.about-three-right {
	width: 60%;
}
.about-history-one {
	position: relative;
	width: 100%;
	padding: 8%;
}
.about-history-two {
	position: relative;
	width: 30%;
	margin-left: 5%;
}
.about-history-two .about-his-img {
	top: 10%;
	height: 80%;
}
.about-three-view {
	align-items: stretch;
}
.about-three-one {
	position: relative;
	width: 100%;
	text-align: left;
	color: rgba(255, 255, 255, 0.75);
	z-index: 9;
}
.about-his-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-his-img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.65);
}
.about-his-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-three-two {
	border-left: none;
}
.about-three-left-two {
	height: 66%;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.about-three-left-two::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9;
}
.about-three-left-two img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-three-one h3 {
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
}
.about-three-list li {
	align-items: flex-start;
	margin: 20px 0;
}
.about-three-list li h4 {
	width: 120px;
	font-size: 18px;
}
.about-three-list li .about-three-text {
	width: calc(100% - 120px);
}
.about-three-list li .about-three-text p {
	position: relative;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 14px;
	line-height: 1.8;
}
.about-three-list li .about-three-text p::before {
	content: '';
	position: absolute;
	top: 11px;
	left: 0;
	width: 5px;
	height: 1px;
	background: rgba(255, 255, 255, 0.75);
}
.about-four {
	margin: 50px 0;
}
.about-four-img {
	margin-top: 40px;
}
.about-four-img img {
	width: 100%;
	display: block;
}
.about-title {
	margin: 100px 0;
}
.about-title h2 {
	position: relative;
	font-weight: 500;
	text-align: center;
}
.about-title h2::before {
	content: '';
	background: #ccc;
	height: 1px;
	position: absolute;
	z-index: 1;
	top: 16px;
	left: 0;
	right: 0;
}
.about-title h2 span {
	text-transform: capitalize;
	position: relative;
	z-index: 2;
	display: inline-block;
	background: #fff;
	padding: 0 1.25rem;
 letter-spacing: .15rem;
	font-size: 18px;
}
.team-view {
	/* margin-bottom: 60px; */
	justify-content: center;
	flex-wrap: wrap;
}
.team-view li {
	position: relative;
	width: 33.33%;
	overflow: hidden;/* padding: 0 30px 60px; */
}
.team-view li:nth-child(1), .team-view li:nth-child(2) {
	width: 50%;
}
.team-view li .team-img {
	height: 600px;
	will-change: transform;
	transform: scale(1) translateY(0px);
	overflow: hidden;
	transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.team-view li .team-img::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all .8s;
	z-index: 9;
}
.team-view li:hover .team-img::before {
	background: rgba(0, 0, 0, 0);
}
.team-view li:hover .team-img {
	transform: scale(1.03);
	transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.team-view li .team-img img {
	height: 100%;
	left: 0px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	position: absolute;
	top: 0px;
	transform-origin: center center 0px;
	width: 100%;
	will-change: transform, opacity;
	opacity: 1;/* transform: translateY(0px) scale(1.06);
    transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s, opacity 350ms ease 0s; */
}
.team-view li:hover .team-img img {
	transform: scale(1);
	transition: transform 950ms cubic-bezier(0.23, 1, 0.32, 1) 0s;
}
.team-view li:nth-child(1) .team-img, .team-view li:nth-child(2) .team-img {
	width: 100%;
	height: 500px;
}
.team-view li .team-text {
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 100%;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	letter-spacing: 1px;
	transition: all .5s;
	z-index: 9;
}
.team-view li:hover .team-text {
	width: 98.5%;
}
.team-view li h3 {
	font-size: 20px;
	font-weight: 500;
}
.team-view li span {
	display: block;
	margin-top: 7px;
}
.about-news ul {
	padding: 0;
}
.about-news ul figure img {
	width: 35%;
}
.loading-about {
	margin: 50px 0;
	text-align: center;
}
.loading-about span {
	display: inline-block;
	font-size: 14px;
	/* border-bottom: 2px solid #000; */
	color: #6b6b6b;
	padding-left: 30px;
	background: url(../images/loading-icon.png) no-repeat left;
	background-size: 20px;
	transition: all .3s;
	cursor: pointer;
}
.loading-about span:hover {
	color: #000;
}
.ny-title-nav {
	text-align: center;
}
.ny-title-nav li {
	display: inline-block;
	margin: 0 4px;
}
.ny-title-nav li a {
	border: 1px solid #ccc;
	padding: 12px 50px;
	display: block;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
	transition: all .3s;
}
.ny-title-nav li.active a, .ny-title-nav li:hover a {
	background: #1e1e1e;
	color: #fff;
}
.video-item {
	width: 812px;
	margin: 40px auto 0;
}
.video-item .video-list {
	margin-bottom: 70px;
}
.video-item.ny-banner-item .ny-banner-img::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	background-size: cover;
	z-index: 9;
	opacity: 0.3;
}
.ny-banner-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 22px;
	width: 65px;
	height: 65px;
	letter-spacing: 1px;
	/* padding-right: 35px; */
	cursor: pointer;
	z-index: 10;
}
.ny-banner-icon:hover {
	text-decoration: underline;
}
.video-item .ny-banner-text p {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	font-size: 14px;
	border-bottom: 1px solid #1e1e1e;
	margin-left: 30px;
	cursor: pointer;
	transition: all .5s;
}
.video-item .ny-banner-text p::before {
	content: '';
	position: absolute;
	width: 17px;
	height: 17px;
	top: 50%;
	left: -25px;
	transform: translateY(-50%);
	background: url(../images/icon-video-b.png) no-repeat left;
	background-size: cover;
}
.video-item .swiper-slide .ny-banner-img img {
	transition: all 2s;
}
/* .video-item .swiper-slide:hover .ny-banner-img img {
    transition: all 2s;
    transform: scale(1.08) rotate(4deg);
} */

.about-manufacturing-img {
	width: 65%;
}
.manufacturing-two {
	width: 65%;
	position: relative;
	overflow: hidden;
}
.manufacturing-two img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-manufacturing-img-one {
	align-items: center;
}
.manufacturing-left-box {
	width: 66.66%;
	height: 100%;
}
.manufacturing-left {
	width: 100%;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.manufacturing-left img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-manufacturing-img-one .manufacturing-left img {
	height: 570px;
}
.manufacturing-right-box {
	width: 33.33%;
	padding-left: 5%;
}
.capabilities-three .manufacturing-right-box {
	padding-left: 2%;
	height: 100%;
}
.manufacturing-right {
	width: 100%;
	padding: 100% 0 0 0;
	position: relative;
	overflow: hidden;
}
.capabilities-three .manufacturing-right {
	padding-top: 0;
	height: 100%;
}
.manufacturing-right img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.manufacturing-four {
	width: 65%;
	position: relative;
	overflow: hidden;
}
.manufacturing-four img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.about-view {
	width: 110%;
	margin-left: -5%;
	flex-wrap: wrap;
}
.about-view li {
	width: 33.33%;
	padding: 4%;
	border-top: 1px solid #e6e6e6;
}
.about-view li+li {
	border-left: 1px solid #e6e6e6;
}
.about-view li.about-view-one {
	border-top: none;
	width: 50%;
}
.about-view li:nth-child(3) {
	border-left: none;
}
.about-view li .about-view-img {
	position: relative;
	width: 100%;
	padding-top: 60%;
	overflow: hidden;
}
.about-view li .about-view-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;/* transition: all 2s; */
}
.about-view li:hover .about-view-img img {
	transform: scale(1.05);
}
.about-view li .about-view-text {
	text-align: center;
	margin-top: 40px;
	letter-spacing: 1px;
}
.about-view li .about-view-text h3 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
}
.about-view li .about-view-text p {
	font-size: 15px;
	color: #666;
	height: 44px;
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* .about-view li .about-view-text span{
    position: relative;
    display: inline-block;
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 3px;
    padding-bottom: 10px;
} */
.read-more {
	position: relative;
	margin-top: 40px;
}
.case-view li .case-view-text .read-more {
	margin-top: 15px;
	text-align: center;
}
.read-more span {
	display: inline-block;
	background: #333;
	border: 1px solid #fff;
	color: #fff;
	padding: 11px 20px;
	font-size: 13px;
	letter-spacing: 3px;
	transition: all .4s;
}
.about-view li:hover .read-more span, .case-view li:hover .read-more span, .new-pro-two .read-more a:hover span {
	background: none;
	border: 1px solid #333;
	color: #333;
}
/* .about-view li .about-view-text span:after {
    position: absolute;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #000;
    content: "";
    transition: width .4s;
    width: 0;
}
.about-view li:hover .about-view-text span:after{
    width: 100%;
} */
.global-layout {
	margin: 80px 0 0;
	padding: 80px 0;
	background: #fbfbfb;
}
.ny-title-xg>p {
	font-size: 14px;
	color: #666;
	padding-left: 73px;
}
.global-layout-map {
	margin-top: 50px;
	position: relative;
}
.global-circle {
	position: absolute;
	cursor: pointer;
}
.global-circle span {
	height: 42px;
	padding: 9px;
	border-radius: 50%;
	display: inline-block;
	transition: all .3s;
}
.global-circle:hover span {
	background: rgba(180, 180, 180, 0.24);
}
.global-circle p {
	position: relative;
	left: 0px;
	font-size: 19px;
	color: #777;
	font-weight: bold;
	transition: all .3s;
	opacity: 1;
}
.global-circle:hover p {
	left: 8px;
}
.MuiSvgIcon-root {
	fill: #777;
	width: 24px;
	height: 24px;
	display: inline-block;
	font-size: 1.5rem;
	transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
	flex-shrink: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.MuiSvgIcon-root.china-root, .global-circle:hover .MuiSvgIcon-root {
	fill: #df1c16;
}
.global-circle-1 {
	top: 37%;
	left: 16.5%;
}
.global-circle-2 {
	top: 28%;
	left: 18%;
}
.global-circle-3 {
	top: 36%;
	left: 52%;
}
.global-circle-4 {
	top: 24%;
	left: 47.1%;
}
.global-circle-5 {
	top: 27%;
	left: 49.8%;
}
.global-circle-6 {
	top: 32%;
	left: 48.5%;
}
.global-circle-7 {
	top: 51%;
	left: 55%;
}
.global-circle-8 {
	top: 55%;
	right: 17.3%;
}
.global-circle-9 {
	bottom: 9%;
	right: 7.8%;
}
.global-circle-10 {
	top: 8%;
	right: 18.5%;
}
.global-circle-11 {
	top: 26.5%;
	right: 13.8%;
}
/* about  end */

/* contact */
.contact-view {
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
.contact-map {
	float: left;
 width: calc(100%/16*6);
	height: 586px;
	overflow: hidden;
}
.contact-box {
}
.contact-map-view {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.contact-map-view.fixed {
	position: fixed;
	top: 5vh;
	bottom: auto;
}
.contact-map-view.pos {
	position: absolute;
	bottom: 5vh;
	top: auto;
}
#allmap {
	height: 110%;
	width: 100%;
	margin: 0 auto;
}
#allmap * {
	width: auto;
}
.contact-one {
	margin-top: 14px;
}
.contact-one h3 {
	font-size: 15px;
	font-weight: 500;
	background: url(../images/tel-1.png) no-repeat left center;
	background-size: contain;
	padding-left: 42px;
	line-height: 26px;
}
.contact-one h3 a {
	margin-left: 3px;
	border-bottom: 1px solid #e3e6e9;
	padding-bottom: 1px;
	transition: border .2s ease-out;
	color: #fff;
}
.contact-one h3 a:hover {
	border-bottom: 1px solid rgba(0, 0, 0, .65);
}
.contact-two {
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin: 0 0 50px;
	border-bottom: 1px solid #e3e6e9;
	padding-bottom: 40px;
}
.contact-two li {
	width: 100%;
}
.contact-two li:nth-child(2n) {
	padding-left: 30px;
}
.contact-two-img {
	position: relative;
	padding-top: 45%;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact-two-img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.contact-two-text h3 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 15px;
}
.contact-two-text h3 .circle {
	display: inline-block;
	margin-left: 6px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
}
.contact-two li:first-child .contact-two-text h3 .circle {
	background: rgba(0, 0, 0, .8);
}
.contact-two-text p {
	font-size: 14px;
}
.contact-two-text p+p {
	margin-top: 10px;
}
.contact-two-text p a {
	padding-bottom: 1px;
	border-bottom: 1px solid #e3e6e9;
}
.contact-three {
	align-items: stretch;/* margin-bottom: 3vh; */
}
.contact-three li {
	align-items: stretch;
	margin: 0 1.5% 70px;
	width: 47%;
	background: #f5f5f5;
}
/* .contact-three li+li {
    padding-top: 45px;
    border-top: 1px solid #e3e6e9;
} */

.contact-three-img {
	position: relative;
	width: 100%;
	padding-top: 50%;
	transition: all .6s cubic-bezier(.19, 1, .22, 1), opacity .2s ease-out;
}
/* .contact-three li:hover .contact-three-img {
    opacity: 1;
} */

.contact-three-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: all .2s ease-out;
}
.contact-three-text {
	width: 100%;
	margin: 0 auto 0;
	padding: 6% 6% 4%;
}
.contact-three-text h3 {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 22px;
	padding-bottom: 22px;
	border-bottom: 1px dotted rgba(0, 0, 0, .2);
}
.contact-three-text h3 .circle {
	display: inline-block;
	margin-left: 6px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	/* border: 1px solid #c1c7ce; */
	border: 1px solid #333;
	background: #333;
	transition: all .2s ease-out;
	cursor: pointer;
}
.contact-three li:hover .contact-three-text h3 .circle {
	border: 1px solid #333;
	background: #333;
}
.contact-three-text p {
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 2;
}
.contact-three-text p a {
	padding-bottom: 1px;
	border-bottom: 1px solid #e3e6e9;
}
.contact-four-img {
	width: 40%;
	padding: 5% 5% 5% 0;
}
.contact-four-img img {
	width: 100%;
	height: 300px;
	-o-object-fit: cover;
	object-fit: cover;
}
.contact-four-text {
	width: 100%;
	justify-content: space-between;
	align-items: stretch;
}
.contact-four-text li {
	position: relative;
	top: 0;
	width: 31.5%;
	padding: 3%;
	border: 1px solid #e3e6e9;
	transition: all .5s;
}
.contact-four-text li:hover {
	top: -10px;
}
.contact-four-text li img {
	width: auto;
	height: 25px;
	display: block;
	margin-bottom: 15px;
}
.contact-four-text h3 {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.contact-four-text .contact-four-p {
	font-size: 13px;
	line-height: 2;
	color: #666;
	margin-bottom: 5px;
}
.store-contact {
	font-size: 15px;
}
.store-contact .col {
	width: 100%;
	background: #fff;
	margin-bottom: 10px;
	height: 48px;
}
.store-contact .col .pro_scr {
	width: 100%;
	margin: 0;
	border: 1px solid #e3e6e9;
}
.store-contact .col .pro_scr p {
	font-size: 14px;
	color: #a7a7a7;
}
.store-contact .col p, .store-contact .text p {
	margin-bottom: 15px;
	font-size: 15px;
}
.store-contact .col input {
	width: 100%;
	padding: 13px 20px;
	line-height: 30px;
	height: 48px;
	font-size: 14px;
	background-color: none;
	border: 1px solid #e3e6e9;
	color: #666;
}
.store-contact .col input.upper {
	background-color: #25599f;
	color: #fff;
}
.store-contact .text {
	position: relative;
	z-index: -1;
}
.store-contact .text textarea {
	padding: 15px 20px;
	background-color: none;
	border: 1px solid #e3e6e9;
	color: #919191;
	height: 180px;
	width: 100%;
}
.store-contact .text textarea.upper {
	background-color: #25599f;
	color: #fff;
}
.button-bubble {
	display: block;
	width: 100%;
	height: 48px;
	margin: 0 auto 0;
	line-height: 48px;
	position: relative;
	transition: all .3s;
}
.button-bubble .button {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 47px;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	background: #333;
	font-style: normal;
	text-transform: capitalize;
	position: relative;
	cursor: pointer;
	z-index: 1;
}
.button-bubble .button:hover {
	opacity: 0.8;
}
 .store-contact .col input::-webkit-input-placeholder, .store-contact .text textarea::-webkit-input-placeholder {
 color: #a7a7a7;
}
 .store-contact .col input::-moz-placeholder, .store-contact .text textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a7a7a7;
}
 .store-contact .col input:-moz-placeholder, .store-contact .text textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a7a7a7;
}
 .store-contact .col input:-ms-input-placeholder, .store-contact .text textarea:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a7a7a7;
}
.list-job__full li {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(193, 189, 189, 0.4);
	margin-bottom: 30px;
}
.list-job__full li:last-child {
	border-bottom: none;
}
.recruit-title, .recruit-main {
	display: inline-block;
	vertical-align: top;
}
.recruit-title {
	width: 30%;
	cursor: pointer;
}
.recruit-title {
	padding-right: 30px;
}
.recruit-title span {
	transition: color .6s;
	display: inline-block;
	margin-bottom: 20px;
	font-size: 20px;
	color: #111;
	line-height: 1.5;
}
.recruit-title p {
	font-size: 14px;
	color: #111;
}
.recruit-main {
	width: 64%;
	padding-right: 12%;
	position: relative;
	margin-top: 4px;
	height: 83px;
	overflow: hidden;
}
.recruit-inner h3 {
	font-size: 17px;
	line-height: 1.3;
	color: #111;
	font-weight: 500;
	margin-bottom: -16px;
}
.recruit-inner p {
	font-size: 14px;
	color: #111;
	line-height: 1.9;
}
.recruit-mail {
	margin-top: 70px;
	font-size: 15px;
	color: #666;
}
.recruit-mail a {
	display: inline-block;
	margin-left: 10px;
	color: #111;
	text-decoration: underline;
}
.recruit-box .icon-plus, .recruit-box .icon-minus {
	transition: all .4s;
	position: absolute;
	font-size: 34px;
	color: #111;
	right: 0;
	width: 24px;
	height: 24px;
	cursor: pointer;
}
.recruit-box .icon-plus:before {
	position: absolute;
	content: '';
	width: 24px;
	height: 1px;
	top: 50%;
	left: 0;
	background: #333;
}
.recruit-box .icon-plus:after {
	position: absolute;
	content: '';
	width: 1px;
	height: 24px;
	left: 50%;
	top: 0;
	background: #333;
}
.recruit-box .icon-plus {
	top: 28px;
}
.contact-service {
	width: 102%;
	margin-left: -1%;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
.contact-service li {
	width: 48%;
	padding: 2.5%;
	background: #f5f5f5;
	margin: 0 1% 1%;
	transition: all .5s;
	cursor: pointer;
}
.contact-service li:hover {
	background: #333;
}
.contact-service li .contact-service-img img {
	width: 30px;
}
.contact-service-title {
	padding-left: 20px;
	color: #666;
	transition: all .5s;
}
.contact-service li:hover .contact-service-title {
	color: rgba(255, 255, 255, 0.75);
}
.school-view {
	width: 100%;
	height: 100vh;
}
.school-day {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
}
.join-view .school-day {
	align-items: center;
	flex-wrap: initial;/* background: #f5f5f5; */
}
.school-day-left {
	position: relative;
	width: 60%;
	background-size: cover;
	background-position: center;
}
.school-day-left img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
/* .school-day-left::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0456a3;
	opacity: 0.5;
} */

.school-day-left h3 {
	position: absolute;
	width: 360px;
	top: 10%;
	left: 50%;
	margin-left: -180px;
	padding: 0 20px;
	background: #0456a3;
	color: #ffffff;
	padding: 14px;
	font-size: 25px;
	text-align: center;
	border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-webkit-border-top-right-radius: 8px;
}
.school-day-left p {
	position: absolute;
	width: 86%;
	bottom: 7%;
	left: 7%;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	line-height: 2;
	text-align: center;
}
.school-day-right {
	position: relative;
	width: 40%;
	background: #f5f5f5;
	padding: 7% 6%;
}
.join-view .school-day-right {
	background: none;
}
.school-day-box {
	position: absolute;
	width: 350px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.join-view .school-day-box {
	position: static;
	transform: translate(0);
	margin: 0 auto;
	background: #f5f5f5;
	padding: 50px;
	width: 450px;
}
.school-close {
	position: absolute;
	font-size: 30px;
	top: 10px;
	right: 15px;
	cursor: pointer;
}
.school-title {
	text-align: center;
	margin-bottom: 28px;
}
.school-title img {
	width: 50px;
}
.school-title h3 {
	font-size: 23px;
	margin: 10px 0;
	font-weight: 500;
	text-align: center;
}
.school-title p {
	text-transform: capitalize;
	font-size: 17px;
	text-align: center;
}
.school-title span {
	font-size: 14px;
}
.school-input {
	font-size: 0;
}
.school-input span {
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	font-size: 15px;
}
.school-input input {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: none;
	background: #fff;
	height: 40px;
	line-height: 40px;
	margin: 10px 0;
	font-size: 14px;
	padding-left: 15px;
}
.school-input textarea {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: none;
	background: #fff;
	height: 100px;
	margin: 10px 0;
	font-size: 14px;
	padding-top: 15px;
	padding-left: 15px;
}
.school-day-right .button-bubble {
	width: 100%;
	margin-top: 20px;
}
.service-view {
	position: relative;
	width: 100%;
	height: 100vh;
	background: url(../images/service-bg.jpg) no-repeat center;
	background-size: cover;
}
.service-view::before {
	position: absolute;
	content: '';
	width: 50%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	top: 0;
	left: 0;
}
.syitemItem {
	width: 50%;
	position: relative;
	height: 100%;
}
.syitemItem li {
	position: relative;
	width: 380px;
	top: 31%;
	/* margin-top: -184.5px; */
	left: 50%;
	margin-left: -190px;
	display: none;
}
.syitemItem li.on {
	display: block;
}
.syitemItem li .school-title {
	color: #fff;
}
.syitemNav {
	position: absolute;
	right: 25%;
	width: 280px;
	top: 55%;
	margin: -181px -140px 0 0;
}
.syitemNav li {
	margin-bottom: 1px;
}
.syitemNav a {
	display: block;
	position: relative;
	padding: 30px 20px 30px 108px;
	background: none rgba(0, 0, 0, 0.3);
	font-size: 16px;
	transition: 0.3s;
}
.syitemNav a:hover, .syitemNav li.on a {
	background: none rgba(255, 255, 255, 0.3);
}
.syitemNav i {
	position: absolute;
	left: 45px;
	top: 35px;
	width: 36px;
	height: 36px;
	background-size: cover;
}
/*.syitemNav li:nth-child(1).on i, .syitemNav li:nth-child(1) a:hover i {
	background-image: url(../images/service-3-1.png) !important;
}
.syitemNav li:nth-child(2).on i, .syitemNav li:nth-child(2) a:hover i {
	background-image: url(../images/service-1-1.png) !important;
}
.syitemNav li:nth-child(3).on i, .syitemNav li:nth-child(3) a:hover i {
	background-image: url(../images/service-2-1.png) !important;
}*/
.syitemNav span {
	display: block;
	color: #fff;
}
.syitemNav span.en {
	text-transform: capitalize;
}
.syitemNav span.zh {
	margin-top: 10px;
	font-size: 18px;
}
/* contact  end */

/* life */
.life-one {
	margin-top: 30px;
}
.life-one .about-one-left {
	width: 62%;
	position: relative;
	padding-top: 44%;
	overflow: hidden;
}
.life-one .about-one-left img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.life-one .about-one-right {
	padding: 5%;
	width: 38%;
}
.ipro {
	width: 100%;
	overflow: hidden;
	margin-bottom: 90px;
	position: relative;
}
.ipro-a {
	width: 100%;
	float: left;
	height: 116px;
	background: #f5f5f5;
}
.ipro-a1 {
	width: 240px;
	height: 100%;
	border-top: 1px solid rgba(0, 0, 0, .1);
	position: relative;
	cursor: pointer;
	z-index: 3;
}
.ipro-a:first-child .ipro-a1 {
	border: none;
}
.ipro-a1-a {
	font-size: 22px;
	line-height: 1;
	padding-top: 42px;
	text-align: center;
	color: #424242;
	padding-left: 4%;
	position: relative;
	z-index: 3;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a1-b {
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	color: #424242;
	padding-left: 4%;
	position: relative;
	z-index: 3;
	transition: all .3s;
	-webkit-transition: all .3s;
}
/* .ipro-a1-b img{
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}
.ipro-a1-b span{
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
} */
.ipro-a1-c {
	width: 0%;
	height: 100%;
	background-color: #333;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a2 {
	width: 100%;
	background: no-repeat center;
	position: relative;
	top: 0;
	right: 0;
	margin-bottom: 70px;
	z-index: 2;
	overflow: hidden;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a2 .ipro-img1 {
	position: relative;
	width: 100%;
	height: 100%;
	padding-top: 75vh;
	overflow: hidden;
}
.ipro-a2 .ipro-img1:after {
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .45));
	bottom: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}
.ipro-a-p {
	position: absolute;
	color: #fff;
	/* width: 100%; */
	padding: 4% 6%;
	right: 0;
	bottom: 0;
	letter-spacing: 3px;
	z-index: 9;
}
.ipro-a2 .ipro-img1 p {
	position: relative;
	color: #fff;
	width: 100%;
	font-size: 25px;
	letter-spacing: 3px;
	padding-left: 38px;
	/* background: url(../images/food_1_1_1.png) no-repeat left;
    background-size: contain; */
	z-index: 9;
}
.ipro-a2 .ipro-img1 img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.ipro-a2 .ipro-img1 p img {
	width: 28px;
}
.ipro-a2-a {
	display: block;
	width: 225px;
	height: 60px;
	border: 2px solid rgba(255, 255, 255, .6);
	border-radius: 2px;
	font-size: 18px;
	line-height: 56px;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 70px;
	right: 70px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a2-a img {
	margin-left: 8px;
	position: relative;
	top: -1px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a2-a:hover {
	background: rgba(255, 255, 255, .2);
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a2-a:hover img {
	margin-left: 12px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a.on .ipro-a1-a {
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a.on .ipro-a1-b {
	color: #fff;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a.on .ipro-a1-c {
	width: 105%;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a.on .ipro-a2 {
	opacity: 1;
	/* display: block; */
	transition: all .3s;
	-webkit-transition: all .3s;
}
.ipro-a2 .pagination-list {
	/* position: absolute; */
	width: 100%;
	margin-top: 30px;/* bottom: 50px;
    right: 0;
    left: auto; */
}
.ipro-a2 .swiper-pagination {
	position: static;
	transform: translateX(0) !important;
	text-align: center;
	padding-right: 50px;
}
.ipro-a2 .swiper-pagination span {
	background: rgba(0, 0, 0, 0.3) !important;
}
.ipro-a2 .swiper-pagination span.swiper-pagination-bullet-active {
	background: rgba(0, 0, 0, 1) !important;
}
.life-two>li {
	margin-bottom: 60px;
}
.life-two>li:nth-child(2n) {
	direction: rtl;
}
.life-two li .life-two-img {
	width: 70%;
	position: relative;
	direction: ltr;
}
.life-two li .life-two-text {
	width: 30%;
	padding: 5%;
}
.gallery-top .swiper-slide {
	position: relative;
	width: 100%;
	padding-top: 55%;
	overflow: hidden;
}
.gallery-top .swiper-slide img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
}
.gallery-thumbs {
	position: absolute;
	bottom: 50px;
	right: 50px;
}
.gallery-thumbs .swiper-slide {
	width: 100px !important;
	height: 66px;
	border: 1px solid #fff;
	background-size: cover;
	cursor: pointer;
	overflow: hidden;
}
.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
	border: 1px solid #000;
}
.life-two-text {
	text-align: center;
}
.life-two-text img {
	width: 60px;
}
.life-two-text h3 {
	font-weight: 500;
	font-size: 25px;
	margin: 15px 0;
}
.life-two-text p {
	font-size: 20px;
}
.life-two-text ul {
	margin-top: 30px;
}
.life-two-text li {
	margin: 18px 0;
	font-size: 15px;
	color: #333;
	direction: ltr;
}
.life-two-text li span {
	position: relative;
	padding-left: 10px;
}
.life-three {
	margin-bottom: 80px;
}
.life-three li {
	width: 33.33%;
	padding: 0 2%;
}
.life-three li .life-three-img {
	position: relative;
	width: 100%;
	padding-top: 120%;
	overflow: hidden;
}
.life-three li .life-three-img img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transition: all 2s;
	-o-object-fit: cover;
	object-fit: cover;
}
.life-three li:hover .life-three-img img {
	transform: scale(1.05);
}
.life-three li h3 {
	font-weight: 500;
	font-size: 25px;
	margin: 25px 0 8px;
}
.life-three li p {
	text-transform: capitalize;
}
/* life  end */

/* team-info */
.case-info {
/* margin-bottom: 50px; */
}
.team-info {
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.95);
	z-index: -111;
	opacity: 0;
}
.product-info {
	z-index: 0;
	opacity: 1;
	display: none;
}
.product-info {
	background: #fff;
	min-height: 100%;
	overflow-y: scroll;
}
.product-info-view {
	position: relative;
}
.team-info.open {
	opacity: 1;
	z-index: 999;
}
.product-info.open {
	display: block;
}
.team-info-item {
	position: absolute;
	width: 81%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.team-info-2 .team-info-item {
	width: 100%;
	height: 100%;
}
.team-info-item video {
	width: 100%;
}
.team-info-left {
	width: 40%;
}
.team-info-left img {
	width: 100%;
}
.team-info-right {
	width: 60%;
	padding: 0 0 0 8%;
	color: #fff;
}
.case-info .team-info-right {
	color: #333;
}
.team-info-right h3 {
	position: relative;
	font-weight: 500;
	font-size: 22px;
	margin-bottom: 30px;
	padding-left: 50px;
}
.team-info-right h3:before {
	position: absolute;
	content: '';
	width: 30px;
	height: 1px;
	left: 0;
	top: 14px;
	background: #fff;
}
.case-info .team-info-right h3:before {
	background: #333;
}
.team-info-right span {
	position: relative;
	font-size: 16px;
	padding-left: 10px;/* padding-left: 50px; */
}
/* .team-info-right span:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 1px;
    left: 0;
    top: 9px;
    background: #fff;
} */
/* .team-info-p{
    padding-left: 50px;
} */
.team-info-p p {
	position: relative;
	line-height: 2;
	font-size: 14px;
	margin-top: 10px;
	color: rgba(255, 255, 255, 0.8);
}
/* .team-info-p p:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 1px;
    left: 0;
    top: 9px;
    background: #fff;
} */
.team-close {
	position: absolute;
	font-size: 30px;
	top: 40px;
	right: 50px;
	color: #fff;
	cursor: pointer;
	z-index: 9;
}
.product-close {
	color: #333;
}
.team-close-2 {
	width: 40px;
	height: 40px;
	background: #000;
	line-height: 40px;
	border-radius: 50%;
	text-align: center;
}
.team-works {
	margin-top: 50px;
}
.team-works h3 {
	font-size: 18px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
.case-info .team-works h3 {
	color: #333;
}
.team-work {
	width: 100%;
}
.team-work .swiper-slide {
	width: 20%;
	padding: 5px;
}
.team-work .swiper-slide a {
	position: relative;
	display: block;
}
.team-work .swiper-slide .team-work-img {
	position: relative;
	padding-top: 62%;
	margin-bottom: 24px;
	overflow: hidden;
}
/* .team-work .swiper-slide .team-work-img::before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.78);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: 9;
}
.team-work .swiper-slide:hover .team-work-img::before{
    opacity: 1;
} */
.team-work .swiper-slide .team-work-img img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.team-work .swiper-slide p {
	position: absolute;
	bottom: -27px;
	text-align: center;
	color: rgba(255, 255, 255, 1);
	width: 100%;
	font-size: 15px;
	margin-top: 15px;
	letter-spacing: 1px;
	z-index: 9;
}
.case-info .team-work .swiper-slide p {
	color: #666;
}
/* .team-work .swiper-slide:hover p{
    opacity: 1;
    top: 50%;
} */
.team-work .swiper-container-horizontal>.swiper-scrollbar {
	height: 5px;
	width: 100%;
	left: 0;
	border-radius: 0;
	position: relative;
	background: rgba(255, 255, 255, 0.22);
	margin-top: 26px;
}
.case-info .team-work .swiper-container-horizontal>.swiper-scrollbar {
	background: rgba(0, 0, 0, 0.22);
}
.team-work .swiper-scrollbar-drag {
	border-radius: 0;
	margin-top: -2px;
	background: rgba(255, 255, 255, 0.5);
	background-size: 43px;
}
.case-info .team-work .swiper-scrollbar-drag {
	background: rgba(0, 0, 0, 0.5);
}
.case-info-view {
	align-items: stretch;
	background: #000;
}
.team-info-2 .case-info-view {
	height: 100vh;
	align-items: center;
}
.case-left {
	width: 100%;
	padding: 6% 0;
	text-align: center;
}
.case-left>div {
	width: 800px;
	margin: 0 auto;
}
.case-left h3 {
	font-size: 28px;
	margin-bottom: 30px;
	color: #fff;
}
.case-right {
	width: 100%;
	height: 100vh;
}
.case-right .swiper-container, .case-right .swiper-wrapper, .case-right .swiper-wrapper * {
	height: 100%;
}
.case-right .banner-bg {
	background-size: cover;
	background-position: center;
}
.case-right .pagination-list {
	position: absolute;
}
.case-right .swiper-pagination {
	-webkit-transform: translateX(-50%) !important;
	bottom: 2.25rem;
	/* bottom: 36px; */
	left: 50%;
	transform: translateX(-50%) !important;
}
.case-right .swiper-pagination span {
	position: relative;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	border: 2px solid rgba(140, 140, 140, 0.8);
	background: none !important;
	margin: 12px 20px !important;
	transition: all .3s;
}
.case-right .swiper-pagination span::before {
	content: '';
	background: rgba(140, 140, 140, 0.8);
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
	transition: all 0.5s;
	opacity: 0;
}
.case-right .swiper-pagination span.swiper-pagination-bullet-active::before {
	opacity: 1;
	transition-delay: 1.2s;
}
/* team-info  end */

/* news */
.news-view ul {
	width: 104%;
	margin-left: -2%;
	flex-wrap: wrap;
}
.news-view li {
	width: 33.33%;
	padding: 0 2% 4%;
}
.news-view li .list-item-blog {
	display: block;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.news-view li .list-item-blog .asset {
	width: 100%;
	margin-right: 0;
}
.news-view li .list-item-blog__info {
	width: 100%;
	margin-top: 30px;
}
.news-view li .list-item-blog__info>h2 {
	font-size: 20px;
	overflow: hidden;
	white-space: nowrap;
	-webkit-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.news-view li .list-item-blog__info>p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-view li .asset__wrapper {
	padding-top: 70%;
	overflow: hidden;
}
.news-view li .push-hover .asset__wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;/* -webkit-transform: scale(1);
    transform: scale(1); */
}
.news-view li .list-item-blog__info>figure {
	width: 38px;
	height: 38px;
}
.news-view ul figure img {
	margin-top: 12px;
}
.nd-caption {
	width: 75%;
}
.nd-caption h1 {
	color: rgba(17, 17, 17, 0.8);
	letter-spacing: 1px;
	margin-bottom: 14px;
	line-height: 1.4;
	font-weight: 500;
	font-size: 26px;
}
.nd-caption time {
	font-size: 14px;
	line-height: 2;
	color: rgba(17, 17, 17, 0.5);
}
.nd-main {
	margin-top: 50px;
}
.nd-left__area {
	width: 66.66%
}
.paragraph {
	color: rgba(17, 17, 17, 0.8);
	text-align: justify;
	letter-spacing: 1px;
	margin-bottom: 90px;
}
.nd-txt {
	position: relative;
	top: -8px;
}
.paragraph p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
	text-indent: 2em;
}
.paragraph p img {
	display: block;
}
.paragraph p strong {
	display: block;
	text-align: center;
}
.nd-right__area {
	width: 25%
}
.nd-right__area .mlt-full {
	display: none
}
.nd-txt iframe {
	width: 100%;
	height: 600px
}
.nd-guide__box {
	margin-bottom: 80px;
}
.nd-guide__box span {
	font-size: 18px;
	color: rgba(17, 17, 17, 0.5);
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 24px
}
.nd-guide__list ul {
	font-size: 0
}
.nd-guide__list li {
	padding-top: 30px;
	padding-bottom: 25px;
	border-top: 1px solid rgba(112, 112, 112, 0.1)
}
.nd-guide__list li:last-child {
	border-bottom: 1px solid rgba(112, 112, 112, 0.1)
}
.nd-guide__list figure, .nd-guide__list article {
	display: inline-block;
	vertical-align: top
}
.nd-guide__list figure {
	width: 120px;
	overflow: hidden
}
.nd-guide__list figure img {
	transition: transform .6s;
	width: 100%;
	opacity: 1;
	margin-top: 0;
}
.nd-guide__list figure img:hover {
	transform: scale(1.1);
}
.nd-guide__list article {
	width: calc(100% - 126px);
	padding-left: 26px
}
.nd-guide__list time {
	font-size: 14px;
	color: rgba(17, 17, 17, 0.5);
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 10px
}
.nd-guide__list h1 {
	transition: color .4s;
	font-size: 14px;
	line-height: 1.7;
	color: #000;
	margin: 0;
	font-weight: 500;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}
.list-toggle__full div {
	margin-bottom: 14px
}
.list-toggle__full a {
	transition: color ease-out .4s;
	display: inline-block;
	font-size: 14px;
	color: #111;
	line-height: 1.6;
	letter-spacing: 1px
}
.list-next, .list-prev {
	padding-left: 60px;
	position: relative
}
.list-next span, .list-prev span {
	display: inline-block;
	vertical-align: top
}
.list-next span:first-child, .list-prev span:first-child {
	position: absolute;
	left: 0;
	top: 0
}
.list-toggle__full span {
	transition: all .3s;
}
.list-toggle__full span:hover, .nd-guide__list li:hover h1 {
	color: #666;
}
.list-main {
	padding-top: 40px;
	border-top: 1px solid rgba(17, 17, 17, 0.1)
}
.list-toggle__full .back-list {
	padding-right: 15px;
	background: url(../images/r1.png) no-repeat right;
	background-size: 10px;
	transition: all .3s;
}
.list-toggle__full .back-list:hover {
	padding-right: 18px;
	opacity: 0.5;/* border-bottom: 1px solid #000; */
}
/* 修改 */
/* .ul-listl3 {
    overflow: hidden;
} */

.ul-listl3 li {
	position: relative;
	background: #f5f5f5;
	padding: 20px 80px 20px 20px;
	margin-bottom: 20px;
	transition: .3s
}
.ul-listl3 .con {
	position: relative;
	display: block;
	overflow: hidden;
	transition: .3s
}
.ul-listl3 .pic {
	position: relative;
	float: left;
	width: 324px;
	height: 186px;
	overflow: hidden;
}
.ul-listl3 .pic img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 1s;
	-o-object-fit: cover;
	object-fit: cover;
}
.ul-listl3 .con:hover .pic img {
	transform: scale(1.05);
}
.ul-listl3 .txt {
	overflow: hidden;
	padding-left: 62px
}
.ul-listl3 .txt .info {
	width: 68%;
	float: left;
	overflow: hidden;
	padding-top: 18px
}
.ul-listl3 .txt .date {
	float: right;
	text-align: left;
	margin-top: 36px;
}
.ul-listl3 .txt .date .day {
	font-size: 24px;
	line-height: 1.1em;
	color: #999;
}
.ul-listl3 .txt .date .year {
	font-size: 14px;
	line-height: 1.2em;
	color: #999;
	margin-top: 8px;
	overflow: hidden
}
.ul-listl3 .txt .date .year p {
	margin: 0;
}
.ul-listl3 .txt .tit {
	font-size: 19px;
	line-height: 1.5em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-weight: 400;
	margin-bottom: 23px
}
.ul-listl3 .txt .desc {
	font-size: 14px;
	color: #666;
	line-height: 1.8em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 28px
}
.ul-listl3 .txt .more {
	position: relative;
	font-size: 14px;
	margin-top: 18px;
	width: 34px;
	height: 34px;
	border: 1px solid #999;
	border-radius: 50%;
}
.ul-listl3 .txt .more img {
	width: 22px;
	display: block;
	margin: 5px auto;
}
/* 修改  end */

/* news  end */

/* space-info */
.mt-100 {
	margin-top: 100px;
}
.detail-main {
	position: relative;
	font-size: 0;
	margin-bottom: 70px;
	background: #f5f5f5;
}
.team-detail {
	font-size: 0
}
.team-photo {
	display: inline-block;
	vertical-align: top;
	width: 48%
}
.team-photo img {
	display: block;
	width: 100%
}
.team-side {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 52%;
	padding: 0 80px;
}
.team-side>h3 {
	font-size: 25px;
	font-weight: 500;
	margin: 60px 0 40px;
	padding-bottom: 30px;
	padding-right: 64px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}
.team-intro {
	color: #333;/* margin-bottom: 40px; */
}
.team-intro p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .02em
}
.team-title {
	margin: 0;
	padding: 10px 0;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: .02em;
}
.team-honor {
	padding-top: 1px;
	color: #333
}
.team-honor p {
	font-size: 14px;
	line-height: 2;
	letter-spacing: .02em
}
.team-honor p span {
	font-size: 18px
}
 @media (max-width: 1300px) {
.team-photo {
	width: 38%
}
}
 @media (max-width: 750px) {
.team-photo {
	width: 100%
}
.team-side {
	margin-left: 0;
	width: 100%;
}
.team-intro {
	width: 100%;
	border-top-width: 1.06667vw
}
.team-intro p {
	font-size: 3.2vw
}
.team-title {
	font-size: 6.66667vw
}
.team-honor p {
	font-size: 3.2vw
}
.team-honor p span {
	font-size: 1em;
	margin-right: .5em
}
/* .team-back {
        display: none
    } */
}
.detail-side {
	position: absolute;
	top: 60px;
	right: 80px;
}
.detail-pager {
	color: #333;
	margin-bottom: 40px;
	display: block;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.detail-pager i, .detail-pager span {
	display: inline-block;
	vertical-align: middle;
	line-height: 1
}
.detail-pager i {
	margin-right: .45em;
	font-size: 22px;
	line-height: 1;
	height: 18px;
}
.detail-pager i img {
	width: 18px;
}
.detail-pager span {
	font-size: 14px;
	line-height: 30px;
	letter-spacing: .02em
}
.wsd-pager:hover {
	opacity: 0.5;
	-webkit-transform: translateX(-3px);
	transform: translateX(-3px);
}
.exhibition-banner .home-pro-img {
	height: 80vh;
}
