/* 首页 index*/
p,
h1,
h3 {
	margin: 0;
	padding: 0;
}

.tsubaki-container {
	padding-top: 126px;
	min-height: calc(100vh - 340px);
}

.text-right {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

/* kv部分 */
.index-kv {
	width: 100%;
	height: 100vh;
}

.kv-img {
	width: 100%;
	height: 100vh;
	position: relative;
}

.swiper-banner {
	height: 100vh;
	width: 100%;
	overflow: hidden;
	--swiper-navigation-size: 40px;
	--swiper-navigation-color: #ffff;
	position: relative;
	background: #000;
}

.swiper-banner .swiper-slide {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}

.swiper-banner .swiper-slide img {
	height: 100vh;
	-o-object-fit: cover;
	   object-fit: cover;
	transition: all 10000ms;
}

.swiper-banner .swiper-slide.scaleI img {
	/*transform: scale(1.1);*/
	transition: all 10000ms;
}

.swiper-banner .swiper-slide video {
	height: 100%;
	visibility: visible;
	width: 288px;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: 100% 100%;
	   object-position: 100% 100%;
	display: inline-block;
	border-radius: 16px;
}

.swiper-banner .swiper-slide:hover img {}

.swiper-banner .swiper_content {
	position: absolute;
	width: auto;
	margin-left: 200px;
	text-align: left;
	z-index: 20;
	top: 50%;
	transform: translateY(-50%);
	left: auto;
}

.swiper-banner .swiper_content .swiper-tt {
	font-size: 6.4rem;
	color: #FFFFFF;
	letter-spacing: 3.2px;
	line-height: 80px;
	left: 200px;
	font-weight: bold;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 5px;
}

.swiper-content-video {
	width: 288px;
	height: 162px;
	border-radius: 16px;
	position: relative;
	cursor: pointer;
	margin-top: 40px;
}

.kv-video-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) !important;
	transition: none;
	width: 120px;
	height: 25px !important;
}

.play-video-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 16px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
}

.play-video {
	position: absolute;
	bottom: 16px;
	left: 16px;
	display: flex;
	align-items: center;
}

.play-video>span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.90);
	letter-spacing: 1.4px;
	text-align: center;
	line-height: 20px;
	margin-left: 8px;
}

/* kv部分 end*/

/* TSUBAKI产品 */
.index-product {
	margin: 30px 0 0 0;
}

.product-logo {
	background-image: url(/images/index-product.png?0e8510e3db450768c20ab7a4d743d15a);
	background-repeat: no-repeat;
	background-size: auto 200px;
	margin-top: 40px
}

.product-content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 80px 0 96px 0;
	align-items: flex-end;
}

.about-logo .product-content {}

.product-introduce {
	margin-top: -40px;
}

.logo-text p {
	font-size: 1.6rem;
	color: #475A66;
	font-weight: bold;
	margin-top: 8px;
}

.logo-text h3 {
	font-size: 3.2rem;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 0;
	margin-top: 0;
}

.logo-img {
	width: 240px;
	transition: all 400ms ease-in-out;
	position: relative;
	margin-top: 10px;
	border-radius: 16px;
}

.logo-img:hover {
	opacity: .5;
}

.logo-share-img {
	border-radius: 16px;
}

.links {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 20px;
	height: 20px;
}

.tt-net::after {
	content: '';
	width: 11px;
	height: 11px;
	background-image: url(/images/product-link.svg?3790af600d66912968e2d0b53def1bdb);
	background-size: 100%;
	display: inline-block;
	margin-left: 10px;
}

.tt-net:hover::after {
	background-image: url(/images/product-link.svg?3790af600d66912968e2d0b53def1bdb);
}

.introduce-flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.introduce-flex {}

.introduce-modular {
	position: relative;
	width: 530px;
	height: 400px;
	cursor: pointer;
	border-radius: 16px;
	/* overflow: hidden; */
}

.introduce-modular:hover .modular-text .btnright::after {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
	right: 8px;
}

.modular-text {
	position: absolute;
	background: #fff;
	right: 0;
	bottom: -49px;
	width: 220px;
	height: 105px;
	border-radius: 16px 0 0 0;
	/* transform: translateY(50%); */
	padding: 24px 0 16px 32px;
}

.modular-text h6 {
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: -1px;
	line-height: 36px !important;
	margin: 0 0 8px 0;
	display: inline-block;
	font-weight: bold;
}

.modular-text h6 a {
	display: inline-block;
	line-height: 36px;
}

.modular-text p a {
	color: #475A66
}

.btnright a {
	color: #475A66
}

.modular-text p {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0;
}

.product-tip {
	margin: 32px auto;
	text-align: center;
	cursor: pointer;
}

.product-tip>p {
	width: 800px;
	height: 60px;
}

.dot {
	opacity: 0.2;
	background: #0099FF;
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 50%;
	position: absolute;
	right: 24px;
	top: 7px;
}

/* TSUBAKI产品 end*/

/* 最新动态 */
.index-news {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 64px 0;
}

.news-title {
	background-image: url(/images/index-news.png?0667df718b15191f8408f7d4eb0ae646);
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: 430px 110px;
	margin-right: 237px;
	padding: 40px 0 0;
}

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

.contont-left {
	/* max-width: 640px; */
	overflow: hidden;
	flex: 1;
	margin-top: 32px;
}

.information-news .contont-left {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.information-news .left-tab {
	width: 100%
}

.serch-tab .tab-btn {
	margin-bottom: 0;
}

.span-list {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, .5);
	letter-spacing: 1.6px;
	margin: 0 48px 0 0;
	cursor: pointer;
	font-weight: bold;
	line-height: 24px;
	display: inline-block;
}

.active {
	color: #2999fb;
	transition: all 400ms ease-in-out;
}

.con-list {
	display: none;
}

.con-list li {
	padding: 32px 0;
	border-bottom: 1px solid #e6e6e6;
	cursor: pointer;
}

.con-list li:last-child {
	/* border-bottom: none; */
}

.con-list li p {
	font-size: 1.4rem;
	color: #808080;
	letter-spacing: 1.6px;
}

.con-list li .list-sort {
	color: #0099FF;
	letter-spacing: 1.4px;
	text-align: center;
	border: 1px solid #0099FF;
	border-radius: 16px;
	width: 130px;
	margin-right: 24px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
}

.con-list li .list-sort:hover {
	color: #fff;
	background: #0099FF;
}

.con-list li>a {
	font-size: 1.6rem;
	color: #475A66;
	font-weight: bold;
	margin-top: 16px;
	display: inline-block;
	line-height: 24px;
}

.con-list li>a:hover {
	opacity: .5;
}

.left-more {
	font-size: 1.6rem;
	color: #808080;
	letter-spacing: 1.6px;
	float: right;
	position: relative;
	margin-top: 24px;
	font-weight: bold;
}

.contont-right {
	width: 320px;
	margin-top: -20px;
	margin-left: 180px;
}

.right-img {
	position: relative;
	margin-bottom: 20px;
}

.right-img:hover img {
	/* transform: scale(1.05); */
	transition: all 1000ms;
}

.right-img p {
	position: absolute;
	font-size: 18px;
	color: #475A66;
	letter-spacing: 0;
	font-weight: bold;
}

.p-post {
	top: 24px;
	left: 24px;
}

.p-post a {
	color: #475A66
}

.p-community {
	top: 24px;
	right: 24px;
}

.p-community a {
	color: #475A66
}

.news-tip {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 1.4px;
	text-align: center;
	margin-top: 40px;
}

.info-tsubaki {
	width: calc(50% - 40px);
}

.info-tsubaki img {
	height: 240px;
}

.info-tsubaki-a {
	margin: 32px 0 0 50px
}

.news-spirit-img {
	width: 640px;
	height: 200px;
}

.new-spirit-left {
	width: 400px;
}

.new-spirit-left-content {
	font-size: 14px;
	color: #475A66;
	letter-spacing: 1.4px;
	line-height: 20px;
	margin-top: 24px;
}

.news-book-btns {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
}

/* 最新动态 end*/

/* ABOUT TSUBAKI */
.index-about {
	padding-top: 30px;
	margin-bottom: 80px;
}

.about-logo {
	background-image: url(/images/index-about.png?6851ba4bbc5d97c0bb67b5ee45064854);
	background-repeat: no-repeat;
	background-size: auto 240px;
	margin-top: 64px;
}

.about-img:hover img {
	transform: scale(1.05);
	transition: all 1000ms;
}

.about-img {
	margin: -40px 0 64px;
}

.about-title {
	flex: 1;
}

.about-p {
	width: 47%;
}

.about-p p {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 28px;
	margin-top: 40px;
	margin-left: 10px;
}

.about-p p a {
	color: #0099FF;
	font-weight: normal;
}

/* ABOUT TSUBAKI end*/

/* 首页 end*/



/* 产品列表 product-list */

/* 产品分类 */
.wrap-produck {}

.wrap-produck h1 {
	font-size: 2.4rem;
	color: #333333;
	letter-spacing: 0;
	margin: 129px 0 40px 0;
}

.produck-sort {
	margin-bottom: 40px;
}

.sort-multi {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

#sort-two {
	display: none;
}

#sort-three {
	display: none;
}

.sort-multi:last-child {
	border-bottom: 1px solid #DDDDDD;
}

.multi-title {
	position: relative;
	width: 140px;
	background: #F6F6F6;
	padding: 22px 0;
}

.multi-title p {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-left: 20px;
	font-size: 1.4rem;
	color: #333333;
	letter-spacing: 0;
}

.multi-tag {
	flex: 1;
	padding: 22px 20px;
}

.multi-tag ul {
	display: flex;
	display: -webkit-flex;
	flex-direction: initial;
	flex-wrap: wrap;
}

.multi-tag li {
	font-size: 1.4rem;
	color: #666666;
	letter-spacing: 0;
	margin: 7px 24px 7px 0;
	cursor: pointer;
}

.multi-tag li span {
	opacity: 0;
}

.multi-tag li span img {
	width: 16px;
	margin-left: 2px;
}

.multi-tag li.tag-on {
	color: #0099FF;
}

.multi-tag li.tag-on span {
	opacity: 1;
}

.multi-clear {
	position: relative;
	width: 80px;
	padding: 22px 0;
}

.multi-clear a {
	position: absolute;
	top: 44%;
	right: 0;
	transform: translateY(-50%);
	width: 54px;
	height: 32px;
	border: 1px solid #DDDDDD;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0;
	text-align: center;
	line-height: 32px;
}

/* 产品分类 end*/

/* 产品列表 */
.produck-commodity {
	background: #ECF2F5;
}

.produck-commodity ul {
	padding: 60px 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	flex-direction: initial;
}

.produck-commodity li {
	width: calc((100% - 80px) / 5);
	padding: 35px;
	background: #fff;
	margin-bottom: 20px;
	text-align: center;
	margin-right: 20px;
	box-sizing: border-box;
}

.produck-commodity li:nth-child(5n) {
	margin-right: 0px;
}

.produck-commodity li img {
	height: 100px;
	width: auto;
	max-width: 100%;
}

.produck-commodity .commodity-title {
	font-size: 1.4rem;
	color: #333333;
	letter-spacing: 0;
	margin-top: 25px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.produck-commodity .commodity-sort {
	font-size: 1.2rem;
	color: #666666;
	letter-spacing: 0;
}

.produck-commodity .commodity-price {
	font-size: 1.6rem;
	color: #0099FF;
	letter-spacing: 0;
}

/* 产品列表 end*/

/* 产品列表 product-list end*/


/* 公司介绍 information*/
.information-container {
	padding-top: 0;
	position: relative;
}

/* .information-nav {
	position: sticky;
	top: 177px;
	left: 0;
	width: 100%;
} */

.information-banner {
	background-image: url(/images/information-banner-bg.png?9c8835adb7612c115927cf24b41f50f6);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: left bottom -50px;
}

.banner-border {
	border-bottom: 1px solid #e6e6e6;
	padding: 64px 0;
}

.banner-nav {
	font-size: 1.2rem;
	color: #333;
}

.banner-nav a {
	color: #333;
}

.banner-nav a:last-child {
	color: #475A66;
}

.banner-title {
	margin: 138px auto 200px;
	text-align: center;
}

.banner-title h1 {
	font-size: 9.6rem;
	color: #104F7A;
	letter-spacing: 4.8px;
	line-height: 96px;
	font-weight: 500;
}

.banner-title h3 {
	font-size: 3.2rem;
	color: #104F7A;
	letter-spacing: 3.2px;
	line-height: 48px;
	font-weight: bold;
	margin-top: 32px;
}

.banner-img {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.inf-scale {
	margin-bottom: 32px;
}

.img-flex {
	width: 480px;
}

.inf-img img {
	/* margin-bottom: 30px; */
}

.img-flex>a {
	/* margin-bottom: 30px; */
}

.brief-content {
	border-radius: 16px;
}

.brief-left {
	/* margin-right: 70px; */
}

.standard-list li:hover .standard-name .btnright::after {
	display: none;
}

.standard-introduce:hover .btnright1::after {
	background-image: url(/images/white-arrow-hover.png?e1ac0c45744e2cff448d88047cbd3550);
	right: 0px;
}

.triangle-a {
	display: inline-block;
	font-size: 2.4rem;
	position: relative;
	font-weight: bold;
	color: #475A66;
}

.inf-img .triangle-a {
	padding-left: 60px;
}

.triangle-span {
	background-image: url(/images/blue-arrow.png?b6f21783fbbde8c64418a6b5f21f4475);
	width: 14px;
	height: 14px;
	display: inline-block;
	background-size: 14px 14px;
	background-repeat: no-repeat;
	margin-left: 24px;
	position: absolute;
	top: 45%;
	transform: translateY(-50%);
}

.triangle-a:hover .triangle-span {
	margin-left: 36px;
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.brief-left p {
	font-size: 1.4rem;
	color: #475A66;
	line-height: 20px;
	margin: 24px 0 40px;
	font-weight: normal;
}

.left-a {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.left-a-item:not(:last-child) {
	margin-bottom: 24px;
}

.left-item-a {
	font-weight: Bold;
	font-size: 16px;
	color: #475A66;
	letter-spacing: 1.6px;
	line-height: 24px;
}

/* .left-a a{

}
.left-a a:hover{
	background: #0099FF;
	border-radius: 46px;
	color: #fff;
	border: 1px solid #0099ff;
} */
.course-left {
	width: 645px;
	order: 0;
	height: 210px;
	overflow: hidden;
}

.course-right {
	flex: 1;
	padding-left: 70px;
	margin-top: 60px;
	order: 1;
}

.network-a {
	display: inline-block;
}

.network-a a {
	margin-right: 20px;
}

.language-h1 h1 {
	font-size: 2.4rem;
	color: #000000;
	line-height: 64px;
	font-weight: bold;
}

.network-map {
	/* background-image: url(../img/enterprise/network-global-map.png);
	height: 572px;
	background-size: 100%; */
	margin-top: 40px;
	position: relative;
}

.network-map a {
	/* line-height: 60px!important;
	background: #fff;
	border-radius: 36px;
	font-size: 1.8rem;
	color: #475A66;
	padding: 0px 36px;
	position: absolute;
	z-index: 9;
	height: 60px;
	line-height: 60px;
	border: 1px solid #475A66;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out; */
}

.North {
	top: 216px;
	left: 0px;
}

.Europe {
	top: 108px;
	left: 436px;
}

.China {
	top: 184px;
	right: 199px;
}

.Asia {
	bottom: 192px;
	right: 154px;
}

.Japan {
	top: 146px;
	right: 0px;
}

.network-map .triangle-span {
	background-image: url(/images/information-map-arrow.png?855c53205e011b6557f3db0cdda8a8a9);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 20px;
	height: 12px;
}

.language-icon .btnright::after {
	background-image: url(/images/informatin-hret.png?bafa3325be1063bc9eaffd1fc0d71f38);
	right: 17px;
}

.language-icon .btnright:hover::after {
	background-image: url(/images/informatin-hret.png?bafa3325be1063bc9eaffd1fc0d71f38);
	right: 17px;
}

.information-brief .btnz {
	width: 240px;
	padding: 18px 0;
	margin-bottom: 20px;
}

.information-brief .btnz:last-child {
	margin-bottom: 0;
}

.btn-left {
	margin-right: 24px;
}

.language-icon .btnright {
	width: 240px;
	border: 1px solid #475A66;
	color: #475A66;
	font-size: 16px;
}

.language-icon .btnright:hover {
	color: #ffffff;
	background: #475A66;
}

/* .language-icon .btnright:first-child {
	margin-right: 24px;
} */
.news-book-title {
	font-weight: Bold;
	font-size: 20px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 2px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 40px
}

/* 公司介绍 information end*/


/* 社长致辞 speech */
.speech {
	margin-top: 118px;
}

.banner-text {
	margin: 24px 0;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	/* align-items: flex-end; */
}

.banner-text .text-left h1 {
	margin-top: 0;
}

.banner-text .text-left h3 {
	font-weight: bold;
	font-size: 2.4rem;
	line-height: 32px;
	margin-bottom: 10px
}

.banner-text1 {
	justify-content: unset !important;
}

.text-left h1 {
	opacity: 0.5;
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 2.4px;
	line-height: 20px;
	font-weight: 500;
}

.banner-text .text-right h3 {
	font-weight: Bold;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 1.6px;
	line-height: 24px;
}

.text-left p {
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
	font-weight: bold;
}

.text-left1 h1 {
	opacity: 0.5;
	font-size: 4.8rem;
	color: #475A66;
	letter-spacing: 2.4px;
	line-height: 48px;
}

.text-left1 p {
	font-weight: 500;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.text-right h3 {
	font-size: 3.2rem;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	line-height: 48px;
	font-weight: 600;
}

.text-right h5 {
	font-size: 1.8rem;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
	font-weight: 500;
	width: 535px;
}

.border-b {
	border-bottom: 1px solid #e6e6e6;
}

#map-container {
	height: 450px;
	background-color: #e9e9e9;
}

/* .speech-photo {
	padding: 30px 0 0;
} */

.photo-img {
	text-align: center;
	margin-bottom: 80px;
}

.photo-img span {
	font-size: 1.4rem;
	color: #475A66;
	margin: 40px 0 0 !important;
	display: inline-block;
}

.photo-img span:first-child {
	margin-right: 19px;
}

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

.text-p {
	width: 47%;
}

.text-p p {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	text-align: justify;
	line-height: 32px;
	margin-bottom: 32px !important;
}

.text-p .p-last {
	font-size: 1.4rem;
	color: #475A66;
	text-align: right;
	line-height: 20px;
	margin-bottom: 40px !important;
}

.photo-name {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	text-align: right;
	line-height: 32px;
}

.photo-name p {
	margin-bottom: 0;
	line-height: 24px;
}

.speech-nav {
	padding: 38px 0;
}

.speech-nav ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	overflow-x: auto;
}

.speech-nav li {
	line-height: 28px;
	margin-right: 20px;
}

.speech-nav li>a {
	font-weight: Bold;
	font-size: 16px;
	color: #475A66;
	letter-spacing: 1.6px;
	line-height: 24px !important;
}

.speech .triangle-a:hover .triangle-span {
	margin-left: 24px;
}

/* 社长致辞 speech end*/


/* TSUBAKI SPIRIT spirit */
.spirit-photo {
	padding: 40px 0;
}

.speech-pyramid {
	text-align: center;
}

.speech-pyramid-img {
	width: 545px;
	margin: 0 auto;
	text-align: right;
}

.spirit-pyramid-1 {
	max-width: none;
	width: 550px;
	margin-left: 9px;
	height: auto;
}

.spirit-pyramid-2 {
	width: 544px;
	margin-left: 12px;
	height: auto;
	max-width: none;
}

.spirit-pyramid-3 {
	height: auto;
	margin-left: 13px;
	max-width: none;
	width: 542px;
}

.spirit-pyramid-4 {
	height: auto;
	margin-left: 14px;
	max-width: none;
	width: 540px;
}

.spirit-pyramid-5 {
	margin-top: 5px;
	width: 545px;
	margin-left: 12px;
	max-width: none;
	height: auto;
}

.right-point {
	font-size: 1.8rem;
	color: #4D4D4D;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}

.right-point a {
	color: #2999fb;
	font-weight: 500;
	transition: all 400ms ease-in-out;
}

.right-point a:hover {
	opacity: .4;
}

/* TSUBAKI SPIRIT spirit end*/


/* 公司简介 synopsis */
.synopsis-company {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
}

.synopsis-left {
	flex: 1;
	position: absolute;
}

.synopsis-left h2 {
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	line-height: 26px;
	font-weight: bold;
	margin: 0;
}

.synopsis-right {
	width: 74.2%;
	margin-left: auto;
}

.synopsis-right-item {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 1.6px;
	line-height: 32px;
	margin-bottom: 40px;
}

.synopsis-right-item:last-child {
	margin-bottom: 0;
}

.synopsis-right li {
	display: flex;
	display: -webkit-flex;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.synopsis-right li:last-child {
	border-bottom: none;
}

.li-title {
	width: 160px;
	font-weight: bold;
	font-size: 1.6rem;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.li-text {
	flex: 1;
	font-size: 1.6rem;
	color: #4D4D4D;
	line-height: 32px;
}

.cause-right {
	font-size: 2.4rem;
	color: #4D4D4D;
}

.cause-right li {
	display: block;
	padding: 40px 0;
}

.cause-right li h4 {
	font-weight: 500;
	font-size: 2rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
	margin: 0;
}

.cause-right li:first-child {
	padding-top: 0;
}

.cause-right li:last-child {
	padding-bottom: 0;
}

.li-relevant {
	display: flex;
	margin-top: 30px;
}

.left-suggest {
	font-size: 1.6rem;
	color: #4D4D4D;
	line-height: 32px;
	margin-bottom: 30px;
}

.left-base {
	font-size: 1.4rem;
	color: #475A66;
	margin-bottom: 0;
}

.li-left {
	flex: 1;
}

.li-right {
	margin-left: 80px;
	width: 300px;
}

.cause-right a {
	border: 1px solid #104F7A;
	margin-top: 40px;
}

.cause-right .hv-scale {
	border: none;
	border-radius: 0;
	margin-top: 0;
}

/* 公司简介 synopsis end*/

/* 椿本的历程 course */
.course-text {
	align-items: flex-end;
}

.course-img {
	width: 163px;
}

.course-photo {
	border-radius: 16px;
}

.course-years {
	display: flex;
	display: -webkit-flex;
	padding: 0 0 40px;
}

.years-title {
	width: 393px;
}

.years-title p {
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	font-weight: bold;
}

.years-text {
	flex: 1;
}

.years-text p {
	font-size: 16px;
	color: #4D4D4D;
	line-height: 32px;
	margin-bottom: 35px;
}

.years-text p:last-child {
	margin-bottom: 0px;
}

.course-video {
	position: relative;
	cursor: pointer;
}

.course-video video {
	width: 100%;
}

.course-video .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.timeline-flex {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	position: relative;
	padding-top: 40px;
}

.timeline-left {
	flex: 1;
	position: absolute;
	width: 240px;
}

.timeline-left li {
	margin-bottom: 20px;
}

.timeline-left .left-time {
	font-size: 2.4rem;
	color: #1A1A1A;
	font-weight: 500;
	margin-bottom: 0;
}

.timeline-left .left-time:hover {
	color: #333;
	font-weight: 600;
}

.timeline-left .left-text {
	font-size: 1.4rem;
	color: #475A66;
	opacity: .4;
}

.timeline-active .left-time {
	font-size: 3.2rem;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	line-height: 48px;
	opacity: 1;
}

.timeline-active .left-text {
	font-size: 1.4rem;
	color: #475A66;
	opacity: 1;
}

.timeline-right {
	width: 100%;
	margin-left: 240px;
	margin-top: 10px;
}

.timeline-right li {
	vertical-align: top;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 0;
}

.timeline-right li:last-child {
	border-bottom: none;
}

.timeline-right span {
	display: inline-block;
	padding: 20px 0;

}

.timeline-right li:last-child td {
	border-bottom: none;
}

.timeline-right .td-years {
	width: 140px;
	font-size: 1.6rem;
	color: #1A1A1A;
	font-weight: 500;
}

.timeline-right .td-text {
	flex: 1;
}

.td-text p {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
	margin-bottom: 25px;
}

.td-text p:last-child {
	margin-bottom: 0px;
}

.timeline-right .td-img {
	width: 240px;
	margin-left: 80px;
}

.modal-body video {
	width: 100%;
	display: block;
}

.notice-modal {
	padding: 40px;
}

.notice-title {
	text-align: center;
	font-size: 20px;
}

.notice-content {
	margin: 20px 0;
	font-size: 16px;
	color: rgba(0, 0, 0, .6);
	line-height: 32px;
}

.notice-company {
	font-size: 16px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: rgba(0, 0, 0, .6);
	line-height: 32px;
}

/* .course-modal .modal-content{
	background-color: transparent;
} */
.course-padding {
	padding: 40px 0;
}

/* 椿本的历程 course end */

/* 椿本网络 network */
.left-title {
	margin-bottom: 16px;
	display: block;
}

.left-title h2,
.network-a {
	font-weight: bold;
	font-size: 2rem;
	color: #9d9c9c;
	letter-spacing: 6.4px;
	line-height: 32px;
}

.network-active {
	color: #1A1A1A
}

.left-content .left-time {
	font-size: 1.6rem;
	color: #9d9c9c;
	letter-spacing: 1.8px;
	line-height: 26px;
	transition: all 400ms;

}

.network-active .left-time {
	color: #1A1A1A;
	font-weight: 600;
	font-size: 1.8rem;
}

.left-introduce img {
	width: 24px;
	margin-right: 4px;
}

.left-introduce {
	margin-top: 34px;
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.left-introduce p {
	margin-bottom: 0px;
	/* margin-right: 120px; */
	width: 33%;
}

.left-introduce>p span {
	padding: 6px;
}

.span-text {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-left: 8px;
	display: inline-block;
}

.span-text:first-child {
	margin-left: 0;
}

.span-two {
	margin-top: -20px;
}

.headquarters {
	padding: 40px 0;
	margin-bottom: 40px
}

h3.network-title {
	font-size: 2rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
	font-weight: 600;
}

.paddingtb {
	padding: 80px 0 20px;
}

.headquarters p {
	margin-top: 30px;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.headquarters span {
	padding: 0;
}

.factory li {
	padding: 40px 0;
}

.factory li span {
	padding: 0;
}

.factory li p>span {
	margin-right: 30px;
}

.network-name {
	width: 190px;
}

.network-name p {
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	margin: 0;
}

.network-name p:nth-child(2) {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-bottom: 20px;
}

.network-name p img {
	width: 24px;
	margin-right: 8px;
}

.network-phone {
	flex: 1;
}

.network-phone p {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.network-phone p:first-child {
	margin-bottom: 30px;
}

.network-img {
	width: 320px;
	margin-left: 20px;
	border-radius: 0;
}

.business-n {
	padding-bottom: 80px;
}

.bus-text p {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.icon-title {
	color: rgba(0, 0, 0, .2);
	font-size: 2rem;
	margin-bottom: 20px;
}

.icon-item {
	display: flex;
	color: #475A66;
	font-size: 1.4rem;
	margin-bottom: 20px;
}

.icon-item p {
	line-height: 28px;
}

.icon-item img {
	width: 24px;
	height: 24px;
	margin-right: 12px;
}

.group-item {
	padding-bottom: 40px;
}

.group-item:last-child {
	padding-bottom: 0;
}

.group-item:last-child {
	padding-bottom: 0;
}

.group-item:last-child li:last-child {
	border-bottom: unset
}

.group-item h4 {
	font-size: 2rem;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
	font-weight: 600;
	margin: 0;
	padding-bottom: 32px;
	border-bottom: 1px solid #e6e6e6
}

.group-item li {
	padding: 32px 0;
}

.group-item li:last-child {
	border-bottom: 1px solid #e6e6e6;
}

.item-name {
	width: 47%;
}

.item-name p {
	font-size: 1.6rem;
	color: #1A1A1A;
	letter-spacing: 1.6px;
	line-height: 32px;
	font-weight: 600;
	cursor: pointer;
	max-width: 360px;
	margin-right: 50px;
	text-align: left !important;
}

.item-name p img {
	/* width: 24px; */
	margin-right: 8px;
	margin-top: 20px;
}

.item-phone {
	flex: 1;
}

.item-phone p {
	font-size: 1.6rem;
	color: rgba(0, 0, 0, .9);
	letter-spacing: 1.6px;
	line-height: 32px;
}

.item-phone p:first-child {
	margin-bottom: 30px;
}

.item-phone span {
	padding: 0;
}

.item-phone span:first-child {
	margin-right: 13px;
}


.item-icon {
	display: flex;
	margin-top: 20px;
}

.item-icon img {
	width: 24px;
	height: 24px;
	margin-right: 8px
}

.padding-b {
	padding-bottom: 20px;
}

.china-item span {
	padding: 0;
}

.china-item .item-name p {
	color: #333;
}

.china-item .item-name p img {
	/* width: 20px; */
	margin-right: 0;
	margin-top: -5px;
	margin-left: 6px;
}

.america-item span {
	padding: 0;
}

.america-item .item-name span {
	color: #333;
}

.japan-wrap {
	position: static;
}

.network-point>a {
	margin-right: 12px;
}

.network-japan {
	position: relative;
}

.japan-factory {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

.japan-factory-item {
	position: absolute;
	border: 1px solid #4D4D4D;
	background: #FFFFFF;
	border-radius: 36px;
	font-size: 18px;
	color: #4D4D4D;
	letter-spacing: 1.8px;
	text-align: center;
	line-height: 48px;
	height: 48px;

	display: inline-block;
	transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	cursor: pointer;
}

.japan-factory-item a {
	color: #4D4D4D;
	display: block;
	padding: 0 24px;
	font-family: auto;
}

.japan-factory-item:hover {
	background: #4D4D4D;
	color: #fff;
}

.japan-factory-item:hover a {
	color: #fff;
}

.Osaka {
	top: 87px;
	left: 105px;
}

.Hyogo {
	top: 164px;
	left: 85px;
}

.Okayama {
	top: 220px;
	left: 66px;
}

.Nagaoka {
	top: 107px;
	left: 370px;
}

.Jingtianbian {
	bottom: 66px;
	left: 255px;
}

.Qiyu {
	bottom: 225px;
	right: 109px;
}

.Tokyo {
	bottom: 163px;
	right: 90px;
}

.Nagoya {
	bottom: 92px;
	right: 87px;
}

.Europe2 {
	top: 90px;
	left: 56px;
}

.China2 {
	top: 179px;
	left: 211px;
}

.Japan2 {
	top: 131px;
	left: 369px;
}

.America2 {
	top: 155px;
	left: 582px;
}

.Oceania2 {
	top: 266px;
	left: 258px;
}

.Europe3 {
	top: 107px;
	left: 76px;
}

.China3 {
	top: 201px;
	left: 354px;
}

.Japan3 {
	top: 168px;
	left: 521px;
}

.America3 {
	top: 217px;
	left: 835px;
}

.Oceania3 {
	top: 347px;
	left: 372px;
}

.network-japan {
	min-width: 800px;
}

@media all and (min-width: 768px) and (max-width: 1024px) {
	.wrap-sm {
		width: 90%;
	}

	.network-japan {
		min-width: 100%;
	}

	.Osaka {
		top: 19%;
		left: 5%;
	}

	.Hyogo {
		top: 35%;
		left: 7%;
	}

	.Okayama {
		top: 47.5%;
		left: 5%;
	}

	.Nagaoka {
		top: 23%;
		left: 50%;
	}

	.Jingtianbian {
		bottom: 15%;
		left: 20%;
	}

	.Qiyu {
		bottom: 49%;
		right: 5%;
	}

	.Tokyo {
		bottom: 36%;
		right: 7%;
	}

	.Nagoya {
		bottom: 21%;
		right: 4%;
	}

	.Europe2 {
		top: 20%;
		left: 10%;
	}

	.China2 {
		top: 28%;
		left: 27%;
	}

	.Japan2 {
		top: 25%;
		left: 45%;
	}

	.America2 {
		top: 35%;
		left: 72%;
	}

	.Oceania2 {
		top: 50%;
		left: 31%;
	}

	.Europe3 {
		top: 20%;
		left: 10%;
	}

	.China3 {
		top: 28%;
		left: 27%;
	}

	.Japan3 {
		top: 25%;
		left: 45%;
	}

	.America3 {
		top: 35%;
		left: 72%;
	}

	.Oceania3 {
		top: 50%;
		left: 31%;
	}
}

@media screen and (min-width: 500px)and (max-width: 767px) {

	.wrap-sm {
		width: 90%;
	}

	.network-japan {
		min-width: 100%;
	}

	.japan-factory-item {
		font-size: 15px;
		line-height: 34px;
		height: 34px;
		padding: 0 10px;
		letter-spacing: 0px;
		white-space: nowrap;
	}

	.Osaka {
		top: 18%;
		left: 5%;
	}

	.Hyogo {
		top: 34%;
		left: 7%;
	}

	.Okayama {
		top: 46.5%;
		left: 5%;
	}

	.Nagaoka {
		top: 22%;
		left: 50%;
	}

	.Jingtianbian {
		bottom: 14%;
		left: 20%;
	}

	.Qiyu {
		bottom: 48%;
		right: 5%;
	}

	.Tokyo {
		bottom: 35%;
		right: 7%;
	}

	.Nagoya {
		bottom: 20%;
		right: 4%;
	}

	.Europe2 {
		top: 20%;
		left: 10%;
	}

	.China2 {
		top: 28%;
		left: 27%;
	}

	.Japan2 {
		top: 25%;
		left: 45%;
	}

	.America2 {
		top: 35%;
		left: 72%;
	}

	.Oceania2 {
		top: 50%;
		left: 31%;
	}

	.Europe3 {
		top: 20%;
		left: 10%;
	}

	.China3 {
		top: 28%;
		left: 27%;
	}

	.Japan3 {
		top: 25%;
		left: 45%;
	}

	.America3 {
		top: 35%;
		left: 72%;
	}

	.Oceania3 {
		top: 50%;
		left: 31%;
	}
}

@media screen and (min-width: 320px)and (max-width: 499px) {

	.wrap-sm {
		width: 90%;
	}

	.network-japan {
		min-width: 100%;
	}

	.japan-factory-item {
		font-size: 14px;
		line-height: 22px;
		height: 22px;
		padding: 0 0px;
		letter-spacing: 0px;
		white-space: nowrap;
	}

	.japan-factory-item a {
		padding: 0 10px;
	}

	.Osaka {
		top: 18%;
		left: 5%;
	}

	.Hyogo {
		top: 34%;
		left: 7%;
	}

	.Okayama {
		top: 46.5%;
		left: 5%;
	}

	.Nagaoka {
		top: 22%;
		left: 50%;
	}

	.Jingtianbian {
		bottom: 14%;
		left: 20%;
	}

	.Qiyu {
		bottom: 48%;
		right: 5%;
	}

	.Tokyo {
		bottom: 35%;
		right: 7%;
	}

	.Nagoya {
		bottom: 20%;
		right: 4%;
	}

	.Europe2 {
		top: 20%;
		left: 10%;
	}

	.China2 {
		top: 28%;
		left: 27%;
	}

	.Japan2 {
		top: 25%;
		left: 45%;
	}

	.America2 {
		top: 35%;
		left: 72%;
	}

	.Oceania2 {
		top: 50%;
		left: 31%;
	}

	.Europe3 {
		top: 20%;
		left: 10%;
	}

	.China3 {
		top: 28%;
		left: 27%;
	}

	.Japan3 {
		top: 25%;
		left: 45%;
	}

	.America3 {
		top: 35%;
		left: 72%;
	}

	.Oceania3 {
		top: 50%;
		left: 31%;
	}

}

/* 椿本网络 network end */

/* 产品列表 products */
.products-banner {
	border-bottom: 1px solid #e6e6e6;
}

.products-btitle {
	margin: 40px auto 40px;
}

.banner-rotation {
	border-radius: 16px;
	overflow: hidden;
}

.products-btitle h3 {
	color: #333;
	margin-top: 10px;
}

.banner-rotation .swiper-slide:hover img {
	/* transform: scale(1.05); */
	border-radius: 0;
}

.banner-rotation .swiper-slide img {
	border-radius: 0;
	transition: all 1000ms;
}

.category-title {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-left: 50px;
}

.category-left h3 {
	font-size: 3.2rem;
	color: #1A1A1A;
	font-weight: 500;
	letter-spacing: 6.4px;
}

.category-left p {
	font-size: 1.4rem;
	color: #475A66;
}

.category-right {
	width: 260px;
}

.standard-list {
	border-radius: 16px;
	overflow: hidden;
}

.standard-list ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.standard-list ul li {
	width: 558px;
	height: 200px;
	position: relative;
	transition: all 1000ms;
	align-items: center;
	border-radius: 16px;
	margin-bottom: 24px;
	overflow: hidden;
}

.standard-list ul li:nth-child(odd) {
	background: #f2f2f2;
}

.standard-list ul li:nth-child(even) {
	background: #f2f2f2;
}

.standard-name {
	position: relative;
	height: 100%;
	overflow: hidden;
	/* min-height: 240px; */
	mix-blend-mode: darken;
}

.standard-name span {
	font-weight: 500;
	color: #1A1A1A;
}

.standard-a {
	position: absolute;
	top: 40px;
	left: 30px;
	padding-right: 38px;
	max-width: 45%;
}

.standard-img {
	width: 321px;
	height: 200px;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
}

.standard-img img {
	width: 100%;
	height: 100%;
}

.standard-introduce {
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 153, 255, 0.9);
	;
	width: 100%;
	height: 100%;
	/* opacity: 0.85; */
	padding: 40px 30px;
	color: #fff;
	display: none;
	cursor: pointer;
	border-radius: 16px;
}

.standard-introduce div a {
	font-size: 1.2rem;
	margin-right: 20px;
	font-weight: bold;
}

.standard-introduce>a>span {
	color: #fff;
}

.standard-introduce>a::after {
	background-image: url(/images/white-arrow.png?db2e4b539e6bc92b9daefdceeff66455);
}

.standard-introduce>a:hover::after {
	background-image: url(/images/white-arrow-hover.png?e1ac0c45744e2cff448d88047cbd3550);
}

.standard-list li:hover .standard-introduce {
	display: block;
	transition: all 1000ms;
}

.standard-introduce a {
	color: #FFFFFF;
}

.standard-introduce p {
	margin: 12px 0 24px;
	font-size: 1.4rem;
	max-height: 40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.programme-list li {
	display: flex;
	display: -webkit-flex;
	padding: 28px 30px;
}

.standart-title {
	font-weight: Bold;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 2.4px;
	margin-left: 24px
}

.detail-list {}

.programme-list li:hover .list-arrow {
	background-image: url(/images/blue-arrow-hover.png?dcf4689637a504fe7719aa6738dcdd33);
}

.programme-list li:nth-child(odd) {
	background: #F2F2F2;
}

.programme-list li:nth-child(even) {
	background: #e6e6e6;
}

.programme-list .list-icon {
	width: 64px;
	height: 64px;
	/* margin-top: 7px; */
}

.programme-list a {
	/* flex: 1; */
	font-size: 15px;
	color: #1A1A1A;
	letter-spacing: 1.6px;
}

.standard-detail-title {
	display: flex;
}

.standard-detail-list {
	display: flex;
	flex-wrap: wrap;
}

.standard-detail-a {
	width: 33.33%;
	display: block;
	margin: 24px 0 0 0;
	cursor: pointer;
}

.standard-detail-a span {
	display: inline-block;
	max-width: calc(100% - 20px);
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.standard-detail-a svg {
	margin-top: 10px;
}

.active-standard svg {
	transform: rotate(180deg);
	transition: all .5s;
	stroke: #0099FF;
}

.active-standard svg g path {
	stroke: #0099FF
}

.standard-detail-a a {
	font-weight: Bold;
	font-size: 20px;
	color: #475A66;
	letter-spacing: 2px;
	line-height: 30px;
	display: block;
}

.solution-types-box {
	display: none;
	transition: all .3s;
}

.solution-types {
	width: 300%;
	border-radius: 8px;
	background: #ffffff;
	padding: 24px 24px 8px;
	margin-top: 16px;
	display: flex;
	flex-wrap: wrap;
}

.standard-detail-a:nth-child(3n - 1) .solution-types {
	margin-left: -100%
}

.standard-detail-a:nth-child(3n) .solution-types {
	margin-left: -200%
}

.solution-types a {
	display: block;
	width: 25%;
	margin: 0;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.60) !important;
	letter-spacing: 1.6px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 16px
}


.case-font {
	font-size: 2.6rem !important;
	font-weight: 500;
	margin: 0 0px 0 24px !important;
}

.programme-list a:hover {
	text-decoration: none;
}

.programme-list .list-arrow {
	margin-top: 10px;
	position: static;
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}

.programme-list .btnright::after {
	top: 50%;
	/* right: 42px; */
}

.programme-list .btnright:hover::after {
	/* right: 30px; */
}

/* 产品列表 products end*/


/* 商品一级分类详情 classification */
.classification-container {
	padding-top: 0;
}

/* .classification-nav {
	margin-top: 30px;
} */

.classification-banner {
	background-image: url(/images/classification-banner.png?1cccafc0209a8ab251a656531fae9b01);
	height: 100vh;
	background-size: cover;
}

.classification-field {
	margin-top: 30px;
	margin-bottom: 80px;
}

.field-right {
	max-width: 640px;
	width: 70%;
}

.field-right1 {
	margin-left: 215px;
}

.field-right p {
	font-size: 1.6rem;
	color: #4D4D4D;
	line-height: 32px;
	margin-bottom: 30px;
}

.field-right>p:last-child {
	margin-bottom: 0;
}

.field-application {
	width: 576px;
}

.field-application h3 {
	font-size: 1.8rem;
	color: #4D4D4D;
	letter-spacing: 1.8px;
}

.field-application ul {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	margin-top: 40px;
	flex-wrap: wrap;
}

.field-application li {
	text-align: center;
	margin-right: 14px;
	margin-bottom: 24px;
}

.field-application li:hover img {
	opacity: .9;
}

.field-application li img {
	width: 48px;
	height: 48px;
}

.field-application li a {
	padding: 16px;
	border-radius: 8px;
	background: #fff;
	display: block;
	margin-bottom: 8px;
	transition: all .3s;
}

.field-application li p {
	line-height: normal;
	font-size: 14px;
	color: rgba(0, 0, 0, .9);
	margin-bottom: 0;
}

.field-content .banner-text {
	margin-bottom: 0;
}

.classification-technology {
	background-color: #104F7A;
}

.technology-content {
	padding: 40px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.technology-left {
	color: #fff;
	/* padding-right: 80px; */
}

.technology-left-title {
	font-size: 32px;
	margin-bottom: 40px;
	font-weight: bold;
	line-height: 48px;
}

.spot-blue {
	display: inline-block;
	width: 5px !important;
	height: 5px !important;
	background: #0099FF;
	border-radius: 50%;
	margin-right: 13.5px;
	margin-top: 12px;
}

.technology-left h2 {
	font-size: 3.2rem;
	font-weight: 500;
	margin-bottom: 30px;


}

.technology-left li {
	font-size: 16px;
	line-height: 32px;
	margin-bottom: 16px;
	display: flex;
}

.technology-left p {
	position: relative;
	margin: 0 0 0 20px;
}

.technology-left p:before {
	/* content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #0099FF;
	position: absolute;
	top: 11px;
	left: -15px; */
}

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

.technology-img-box {
	flex: 1
}

.technology-img-box span {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.technology-right {
	width: 70%;
	position: relative;
	cursor: pointer;
}

.technology-right video {
	/* width: 640px; */
}

.classification-relevant {
	padding: 30px 0 80px;
	background: #F2F2F2;
}

.classification-relevant h2 {
	font-size: 3.2rem;
	letter-spacing: 6.4px;
	font-weight: bold;
}

.relevant-roll {
	overflow-x: scroll;
	margin-top: 30px;
}

.relevant-roll::-webkit-scrollbar {
	display: none;
}

.relevant-roll ul {
	white-space: nowrap;
}

.relevant-roll li {
	display: inline-block;
	background: #fff;
	margin: 0px 20px;
	padding: 20px;
	border-radius: 16px;
	width: 255px;
	margin: 0px 20px 0 0;
}

.relevant-roll li a>img {
	width: 215px;
	height: 215px;
	-o-object-fit: cover;
	   object-fit: cover;
}

.roll-title {
	font-size: 1.6rem;
	color: #1A1A1A;
	font-weight: bold;
	margin-top: 20px;
}

.roll-category {
	font-size: 1.4rem;
	color: #475A66;
}

.recmd-prd-slide {
	padding: 60px 0;
}

.recmd-prd-slide .wrap {
	overflow: hidden;
}

.recmd-prd-slide .title {
	padding: 0 48px;
	font-weight: 700;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 6.4px;
	line-height: 48px;
	margin-bottom: 30px;
}

.prd-filtered-item {
	background: #FFFFFF;
	border-radius: 16px;
	width: 212px;
	margin-bottom: 20px;
	margin-right: 20px;
	padding: 20px 20px 16px;
	height: 100%;
}

.prd-filtered-item:hover .prd-img {
	opacity: 0.9;
}

.prd-img {
	width: 172px;
	height: 172px;
	display: inline-block;
	border-radius: 0;
}

.prd-img>img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.prd-info {
	margin-top: 10px;
}

.prd-info .prd-name {
	font-weight: 500;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 1.6px;
	line-height: 32px;
	height: 32px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.prd-info .prd-sdate {
	font-weight: 400;
	font-size: 14px;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	margin-top: 2px;
}

.prd-info .prd-price {
	padding-left: 16px;
	position: relative;
	font-size: 20px;
	color: #0099FF;
	letter-spacing: 2px;
	font-weight: 500;
	margin-top: 16px;
}

.prd-info .prd-price::before {
	content: "\ffe5";
	font-weight: 500;
	font-size: 14px;
	color: #0099FF;
	letter-spacing: 1.4px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
}

.prd-span-price {
	padding: 0 !important;
}

/* .hv-vip::after, .prd-info .prd-price.hv-vip::after {
    content: "会员";
    display: inline-block;
    height: 16px;
    line-height: 18px;
    padding: 0 3px;
    font-size: 12px;
    color: #0099FF;
    letter-spacing: 0;
    font-weight: 400;
    border: 1px solid #0099FF;
    border-radius: 4px;
    transform: translate(5px, -2px);
    white-space: nowrap;
}
.hv-sales::after, .prd-info .prd-price.hv-sales::after {
    content: "活动";
    display: inline-block;
    height: 16px;
    line-height: 18px;
    padding: 0 3px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 400;
    border: 1px solid #EF0D0D;
    border-radius: 4px;
    background: #EF0D0D;
    transform: translate(5px, -2px);
    white-space: nowrap;
} */
/* 商品一级分类详情 classification end */



/* 工程服务 service */
.feedback-body {
	height: 640px;
	padding: 60px;
}

.feedback-content {
	height: 320px;
	overflow-y: auto;
}

.feedback-title {
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E6E6E6;
}

.feedback-item {
	margin-top: 20px;
}

.feedback-item-date {
	width: 100%;
	text-align: center;
	opacity: 0.5;
	font-weight: 400;
	font-size: 12px;
	color: #475A66;
	letter-spacing: 0;
}

.feedback-item-content {
	width: 100%;
	display: flex;
	justify-content: flex-end;
}

.feedback-info {
	padding: 10px;
	background: #F2F2F2;
	border-radius: 16px;
	margin-top: 10px;
}

.feedback-send {
	width: 100%;
	height: 80px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	margin-top: 30px;
	padding: 8px 12px;
	display: flex;
	justify-content: space-between;
}

.feedback-send textarea {
	border: none;
	height: 100%;
	width: calc(100% - 80px)
}

.feedback-enclosure {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.feedback-enclosure img {
	width: 28px;
	height: 28px;
	margin-bottom: 5px;
}

.feedback-btngroup {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px
}

.feedback-btn {
	margin-left: 10px;
	height: 40px;
	border-radius: 20px;
	width: 80px;
}

.service-container {
	padding-top: 0;
}

.service-features {
	padding: 0 120px 60px;
}

.service-logo {
	margin-bottom: 80px;
	height: 400px;
}

.service-logo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}


.service-banner {
	/* background-image: url(../img/engineering/service-banner-mini.png);
	background-size: cover;
	background-position: center; */
	height: 100vh;
	position: relative;
}

.service-banner-mini {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.service-wrap {
	position: relative;
	height: 100%;
}

.service-banner h1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #FFFFFF;
	font-weight: 700;
	letter-spacing: 3.2px;
	line-height: 80px;
	font-size: 6.4rem;
}

.engineer-btn {
	margin-right: 40px;
	width: 240px;
}

.apply-logo {
	position: relative;
	padding: 60px 0 20px
}

.apply-logo-bg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	opacity: .15;
}

.apply-content {
	/* height: 452px; */
	position: relative;
}

.service-apply {
	position: relative;
}

.service-content {
	margin-top: 24px;
}

.service-content p {
	font-size: 1.4rem;
	color: #475A66;
	line-height: 28px;
}

.apply-btn {
	margin-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.apply-btn .ser-btn {
	width: 240px;
}

.apply-btn .record-btn {
	font-size: 1.6rem;
	color: #4D4D4D;
	-webkit-text-decoration: revert;
	        text-decoration: revert;
	margin-left: 33px;
}

.features-logo {
	background-image: none;
}

.features-logo p {
	color: #fff;
}

.features-logo h3 {
	color: #fff;
}

.service-features-bg {
	background-image: url(/images/features-bg.png?11edf6d936bca263a62c6de540644fe8);
	background-size: 760px 110px;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.features-text {
	margin-bottom: 24px;
}

.features-text h3 {
	color: rgba(0, 0, 0, .9);

}

.features-content ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.features-content li {
	width: 180px;
}

.features-content li img {
	width: auto;
	height: 100px;
}

.features-content li h5 {
	font-size: 2.4rem;
	color: #4D4D4D;
	font-weight: bold;
	margin: 60px 0 20px;
}

.features-content li p {
	font-size: 1.4rem;
	color: #4D4D4D;
}

.wrap-engineer {
	max-width: 1140px;
	margin: 0 auto;
}

.popup-content {
	background: #fff;
	padding: 40px 60px 60px;
	border-radius: 16px;
}

.popup-content p {
	margin-bottom: 26px;
	margin-top: 18px;
	/* font-weight: 500; */
	/* font-size: 1.8rem; */
	color: #1A1A1A;
	font-weight: bold;
	font-size: 24px;
}

.select-textarea {
	width: 100%;
	height: 80px;
	border: 1px solid rgba(0, 0, 0, 0.60);
	border-radius: 8px;
	padding: 12px;
	margin-top: 28px;
	font-size: 16px;
	color: rgba(0, 0, 0, 0.40);
}

.eng-modal-ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.eng-modal-li {
	width: 120px;
	border: 1px solid #CCCCCC;
	border-radius: 16px;
	padding: 28px 0 20px;
	text-align: center;
	cursor: pointer;
	height: 150px;
}

.select-type li img {
	width: auto;
	height: 50px;
}

.select-type .industry-box {
	width: 100%;
	margin-top: 20px;
}

.select-type .title-text {
	font-size: 1.8rem;
}

.eng-modal-title {
	margin-top: 40px !important;
	margin-bottom: 20px !important
}

.m-t40 {
	margin-top: 40px !important;
}

.select-type li p {
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 0;
	font-weight: 600;
}

.select-check {
	display: flex;
	display: -webkit-flex;
}

.check-left {
	padding: 0 30px;
}

.check-right {
	display: flex;
	width: 100%;
	align-items: center;
}

.check-right>div {
	display: flex;
	display: -webkit-flex;
	margin-right: 30px;
}

.settlement-check>div:first-child {
	margin-top: 0;
}

.assess-check>div:first-child {
	margin-top: 16px;
}

.check-right .radio-select {
	margin-right: 7px;
}

.check-right .radio-select label {
	cursor: pointer;
	line-height: 100%;
}

.select-type-active {
	border: 1px solid #0099FF !important;
}

.select-next {
	text-align: center;
	margin-top: 50px;
}

.select-next>a {
	display: inline-block;
	width: 240px;
}

.select-type .radio-input>.rad-yes {
	position: absolute;
	top: 50%;
	left: 8px;
	border-radius: 50% !important;
	border: 1px solid #CCCCCC;
	width: 16px;
	height: 16px;
	transform: translate(-50%, -50%);
}

.select-type .radio-input>.rad-txt {
	font-weight: 400;
	font-size: 14px;
	position: static;
	top: 0;
	left: 0;
	border-radius: 0;
	border: none;
	width: 100%;
}

.select-type .radio-input>.rad-txt::after {
	display: none;
}

.select-type-industry {
	width: 47%;
	position: relative;
	margin-left: 10px
}

.select-type-goods {
	width: 47%;
	position: relative;
}

/* 工程服务 service end */


/* 申请工程服务 apply */
.industry-box {
	width: 480px;
	position: relative;
	margin-top: 40px;
}

.apply {
	margin-top: 118px;
}

.apply-procedure {
	padding: 60px 0 80px;
	border-bottom: 1px solid #E6E6E6
}

.title-num {
	font-weight: 500;
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.title-text {
	font-weight: 500;
	font-size: 2.4rem;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.procedure-content {
	margin: 20px 0 0px;
	overflow: hidden;
	position: relative;
}

.procedure-content .address-list {
	margin: 0;
	padding: 20px 20px 40px;
	margin-bottom: 20px;
}

.procedure-content .address-list:last-child {
	margin-bottom: 0;
}

.product-q-list {
	display: flex;
	margin-bottom: 20px;
}

.q-list-img {
	width: 400px;
	height: 104px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	font-size: 18px;
	color: #1A1A1A;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 20px 24px 20px 20px;
	position: relative;
}

.q-list-img img {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	border: 1px solid #CCCCCC;
	margin-right: 12px;
}

.q-discript-box {
	margin-left: 20px;
	width: calc(100% - 420px)
}

.q-discript-list {
	margin-left: 30px;
}

.q-discript-list-title {
	margin-top: 10px;
	font-size: 1.6rem;
}

.q-discript-date {
	height: 28px !important;
}

.q-discript-date input {
	margin-left: 10px;
}

.q-text-discript {
	width: 50% !important;
}

.box-flex {
	display: flex;
	align-items: center;
	width: 50%;
}

.box-flex .input-group::after {
	top: 9px
}

.q-careful {
	margin-top: 30px;
}

.q-discript-title {
	font-weight: 500;
	font-size: 1.6rem;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.q-check-name {
	font-weight: 400;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.discript-item {
	margin: 12px 30px 0 0;
	cursor: pointer;
}

.input-discript {
	margin-top: 12px;
}

.text-discript {
	width: 100%;
	height: 104px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 8px 12px;
	font-size: 16px;
	letter-spacing: 1.6px;
}

.product-q-add {
	width: 100%;
	height: 128px;
	border-radius: 8px;
	border: 1px solid #cccccc;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 16px;
	justify-content: space-between;
	font-size: 14px;
	color: #4D4D4D;
	cursor: pointer;
}

.product-q-add img {
	width: 48px;
	height: 48px;
}

.procedure-two ul {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.procedure-two ul li {
	padding: 40px;
	border: 1px solid #E6E6E6;
	border-radius: 16px;
	width: 33%;
	max-width: 300px;
	position: relative;
	cursor: pointer;
}

.procedure-two .two-name {
	font-size: 1.6rem;
	color: #1A1A1A;
	font-weight: 500;
	margin-bottom: 20px;
}

.procedure-two p {
	font-size: 1.4rem;
	color: #4D4D4D;
	line-height: 28px;
}

.procedure-two .two-self {
	position: absolute;
	top: 10px;
	right: 16px;
}

.two-self span {
	font-size: 1.4rem;
	color: #475A66;
	letter-spacing: 0.7px;
	line-height: 20px;
	text-decoration: underline;
	cursor: pointer;
}

.two-self .self-number {
	text-decoration: none;
}

.procedure-two .two-email {
	margin-bottom: 10px;
}

.procedure-two .two-add {
	text-align: center;
	padding-top: 60px;
}

.two-add img {
	width: 48px;
	display: block;
	margin: 20px auto;
}

.two-add a {
	font-size: 1.4rem;
	color: #4D4D4D;
}

.two-time {
	margin-top: 60px;
	display: flex;
	display: -webkit-flex;
	height: 49px;
}

.two-time .form-group {
	margin-bottom: 0;
	width: auto;
	display: flex;
	display: -webkit-flex;
}

.time-main {
	margin-right: 16px;
	line-height: 49px;
}

.input-group.date .input-group-addon {
	background: transparent;
	border: none;
	padding: 0;
}

.two-time .input-group {
	position: relative;
	width: 150px;
}

.input-interval {
	margin-right: 40px;
}

.datetime-interval {
	line-height: 48px;
}

.two-time .input-group::after {
	content: '';
	position: absolute;
	background-image: url(/images/calendar.png?e4270a214de5ae6dad68d9e2fde3cc37);
	width: 16px;
	height: 16px;
	background-size: 100%;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.two-time .input-group input {
	height: 48px;
	background: transparent;
	padding-left: 24px;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
}

.input-group-addon img {
	width: 16px;
}

.input-group .form-control {
	border: none;
	box-shadow: none;
}

.two-time .time-tips {
	font-size: 1.6rem;
	color: #1A1A1A;
	font-weight: 600;
	line-height: 34px;
}

.procedure-two .procedure-two-active {
	border: 1px solid #007AFF;
}

.procedure-two .procedure-two-active .default-contact {
	text-decoration: none;
}

.procedure-two .procedure-two-active .procedure-three {
	position: relative;
}

.procedure-three textarea {
	width: 100%;
	height: 200px;
	border: 1px solid #CCCCCC;
	border-radius: 16px;
	resize: none;
	padding: 20px 30px;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.textarea-num {
	position: absolute;
	color: #1A1A1A;
	right: 15px;
	bottom: 15px;
}

.file-list {
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* float: left; */
}

.file-list li {
	width: 142px;
	border-radius: 16px;
	position: relative;
	margin: 0 16px 16px 0;
	height: 144px;
	text-align: center;
	border: 1px solid #E6E6E6;
	justify-content: center;
	align-items: center;
}

.file-list li:hover .four-close {
	display: block;
}

.file-list img {
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.file-list .img-rounded {
	border-radius: 16px;
}

.file-list .four-close {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 10px;
	right: 10px;
	background: #fff;
	border-radius: 50%;
	cursor: pointer;
	display: none;
}

.four-upload {
	border: 1px solid #E6E6E6;
	text-align: center;
	padding: 20px;
	cursor: pointer;
}

.upload-contract {
	color: #4D4D4D
}

.four-upload img {
	width: 48px;
	height: 48px;
	display: block;
	margin: 10px auto;
}

.apply-upload img {
	margin: 20px auto;
	cursor: pointer;
}

.upload-file {
	position: relative;
	display: block;
	font-size: 1.4rem;
	color: #4D4D4D;
	letter-spacing: 1.4px;
	text-align: center;
	line-height: 28px;
	cursor: pointer;
}

.apply-choose-file {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	cursor: pointer;
}

.upload-file input {}

.procedure-wrap {
	text-align: right;
}

.procedure-submit {
	/* color: #333; */
	/* padding: 15px 80px; */
}

.procedure-content .enclosure>div img {
	margin: 15px auto 15px;
}

.popup-type p {
	margin-bottom: 0px;
}

.popup-type .check-right {
	display: flex;
	display: -webkit-flex;
}

.popup-type .check-right>div:first-child {
	margin-top: 16px;
}

.popup-type .check-right>div {
	margin-right: 20px;
}

.popup-select .select-type-edit {
	width: 100%;
	margin-top: 35px;
}

.popup-btn>a {
	width: 240px;
}

.serve-list {
	display: flex;
	width: 100%;
}

.serve-l {
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	width: 240px;
}

.serve-r {
	width: 100%;
}

.serve-r-list {
	display: flex;
	margin-bottom: 20px;
}

.serve-r-list:last-child {
	margin-bottom: 0;
}

.serve-r-title {
	width: 160px;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.serve-r-content {
	line-height: 32px;
	flex: 1;
}

.serve-r-content .slect-type-edit {
	position: relative
}

.serve-conent-title {
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.input-value {
	border-bottom: none !important;
	padding: 6px 24px !important;
}

.underline {
	text-decoration: underline;
}

.serve-content-text {
	font-weight: 400;
	font-size: 16px;
	color: #1A1A1A;
	letter-spacing: 1.6px;
	margin-top: 18px
}

.serve-conItem {
	margin-bottom: 20px;
}

.serve-conItem:last-child {
	margin-bottom: 0;
}

.serve-conItem input {
	border: none;
	border-bottom: 1px solid #CCCCCC;
	width: 100%;
	padding-bottom: 8px;
	margin-top: 18px;
	font-size: 16px;
}

.serve-conItem input:focus-within {
	border-bottom: 1px solid #0099FF
}

.serve-conItem textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 8px 12px;
	margin-top: 12px;
	font-size: 16px;
	letter-spacing: 1.6px;
}

.serve-flexnone {
	display: block !important;
}

.serve-product-list {
	padding: 20px;
}

.serve-product-list img {
	margin: 0;
	margin-bottom: 20px;
}

.serve-product-list .add-address {
	margin: 0;
}

.serve-input {
	border-bottom: 1px solid #cccccc !important;
	padding: 6px 24px !important;
}

.eng-topTip {
	width: 100%;
	padding: 20px 0px;
	background: #F2F2F2;
	border-radius: 16px;
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.eng-topTip-error {
	background: rgba(239, 13, 13, .05) !important
}

.eng-topTip p {
	text-align: center;
	line-height: 32px;
	margin-bottom: 0;
}

.reset-upload {
	background: transparent;
	margin-top: 20px;
}

.resetupload-title {
	font-weight: 400;
	font-size: 14px;
	color: #FFAD00;
	letter-spacing: 1.4px;
	line-height: 20px;
	padding-bottom: 20px;
}

.resetupload-title span {
	display: block;
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
	margin-bottom: 5px;
}

.reest-file-input {
	display: none !important;
}

.resetupload {
	width: 145px;
	height: 145px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.resetupload img {
	height: 48px;
	width: 48px;
	margin-bottom: 20px;
}

/* .reset-tip {
	margin-top: 40px;
} */

.reset-textarea {
	width: 100%;
	height: 80px;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 8px 12px;
}

.reset-btn-box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px
}

.serve-item {
	margin-bottom: 10px;
	font-size: 16px;
}

.serve-title {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}

.serve-des {
	margin-bottom: 10px;
}

.serve-des-li {
	margin-bottom: 5px;
}

/* 申请工程服务 apply end */


/* 工程服务详情 details */
.eng-status {
	position: relative;
	margin-right: 70px;
	color: #B3B3B3;
	font-weight: 500;
}

.eng-status:after {
	content: '';
	position: absolute;
	width: 36px;
	height: 2px;
	background: #B3B3B3;
	top: 5px;
	right: -54px
}

.eng-status-done {
	color: #1A1A1A;
}

.eng-status:last-child {
	margin-right: 0px
}

.eng-status:last-child:after {
	display: none;
}

.eng-hasbg {
	background: #F2F2F2
}

.details {
	padding-top: 118px;
}

.details-content {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	padding: 40px 0;
}

.details-case {
	padding: 0;
}

.case-left {
	width: 240px;
	max-width: 240px;
	display: flex;

}

.case-left h3 {
	font-size: 1.8rem;
	color: #1A1A1A;
	font-weight: 600;
	margin-top: 5px;
}

.eng-scroll {
	display: flex;
	flex-direction: column;
	cursor: pointer;
}

.eng-scroll-img {
	width: 27px;
	height: 12px
}

.case-right {
	flex: 1;
	position: relative;
}

.case-right li {
	display: flex;
	margin-bottom: 20px;
}

.case-right-box {
	display: flex;
}

.case-box-top {
	font-weight: 500;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28apx;
	border-bottom: 1px solid #E6E6E6;
	margin-top: 20px;
	padding-bottom: 11px
}

.case-box-list {
	line-height: 58px;
	padding: 6px 0;
	border-bottom: 1px solid #E6E6E6;
}

.case-box-list a {
	text-decoration: underline;
	color: #4D4D4D;
}

.case-right li:last-child {
	margin-bottom: 0;
}

.case-right .right-title {
	width: 160px;
	display: inline-block;
	font-weight: 500;
	font-size: 1.6rem;
	color: #333333;
	letter-spacing: 1.6px;
	line-height: 32px;
	display: flex;
}

.case-right .inquiry-info {
	flex: 1
}

.case-right-content {
	flex: 1;
}

.text-line {
	text-decoration: underline;
}

.mr-0 {
	margin-right: 0 !important
}

.ml-0 {
	margin-left: 0 !important
}

.ml-51 {
	margin-left: 51px !important
}

.mt-20 {
	margin-top: 20px !important
}

.mt-60 {
	margin-top: 60px !important
}

.mb-80 {
	margin-bottom: 80px !important
}

.mb-40 {
	margin-bottom: 40px !important
}

.before-block:before {
	content: '';
	width: 2px;
	height: 15px;
	background: #B3B3B3;
	position: absolute;
	top: -20px;
	left: 22px;
}

.case-right .right-text {
	display: inline-block;
	flex: 1;
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	line-height: 32px;
}

.right-text img {
	width: 64px;
}

.right-enclosure {
	display: flex;
	flex-wrap: wrap;
}

.right-enclosure li {
	border: 1px solid #E6E6E6;
	border-radius: 16px;
	font-size: 16px;
	padding: 12px 24px;
	justify-content: space-between;
	margin-right: 20px;
}

.right-enclosure li span {
	color: #4D4D4D;
	margin-left: 10px;
}

.right-enclosure li img {
	width: 24px;
}

.case-right-type {
	display: flex;
}


.case-right-title {
	color: #333333;
	font-size: 1.6rem;
	font-weight: 500;
	width: 160px;
}

.right-image ul {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.right-image li {
	margin-right: 20px;
	width: 140px;
	border-radius: 16px;
	border: 1px solid #E6E6E6;
	overflow: hidden;
	height: 140px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
}

.right-upload li {
	display: block;
	width: 128px;
	height: 128px;
	border-radius: 16px;
}

.right-upload li img {
	margin: 10px auto;
}

.file-img img {
	-o-object-fit: cover;
	   object-fit: cover;
}

.enclosure {
	padding: 20px;
}

.enclosure>div img {
	width: 48px;
	height: auto;
	display: inline-block;
	margin: 10px auto 16px;
}

.enclosure>div p {
	font-size: 1.4rem;
	color: #4D4D4D;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	line-height: 20px;
}

.cart-container {
	padding: 64px 0 0;
}

.calc-title-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cart-title {
	font-weight: 500;
	font-size: 24px;
	color: #1A1A1A;
	letter-spacing: 1.2px;
	line-height: 36px;
}

.calc-title-row .cart-title {
	margin-top: -50px;
}

.progress-line {
	display: flex;
	display: -webkit-flex;
	/* padding-bottom: 30px; */
	flex-wrap: wrap;
	justify-content: flex-end;
}

.progress-item {
	text-align: center;
}

.progress-item:first-child {
	margin-left: 0;
}

.progress-item .circle-c {
	background: #B3B3B3;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	line-height: 48px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	position: relative;
	margin-right: 56px;
}

.progress-item:last-child .circle-c {
	margin-right: 0;
}


.progress-item .circle-c::before {
	content: "";
	display: inline-block;
	background: #B3B3B3;
	width: 34px;
	height: 2px;
	position: absolute;
	top: 24px;
	left: -46px;
}

.progress-item:first-child .circle-c:before {
	display: none;
}

.progress-item.done .circle-c::before {
	content: "";
	background: #475A66;
}

.after-none::after {
	content: '';
	height: 0 !important;
	width: 0 !important;
}

.progress-txt {
	font-weight: 500;
	font-size: 14px;
	color: #B3B3B3;
	letter-spacing: 1.4px;
	line-height: 28px;
    /* width: calc(100% - 56px); */
}
.progress-item:last-child .progress-txt{
    width: calc(100% - 0px);
}

.progress-item:first-child::after {
	display: none;
}

.progress-item.done::after,
.progress-item.done .circle-c {
	background: #475A66;
}

.progress-item.done .progress-txt {
	color: #1A1A1A;
}

.select-type {}

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

.assess-textarea {
	margin-top: 20px;
}

.assess-textarea textarea {
	width: 100%;
	height: 150px;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	padding: 10px;
}

.assess-next>a {
	width: 100%;
}

.procedure-submit {
	margin-left: 20px;
	width: 240px;
}

.settlement-check {
	display: flex;
}

.settlement-check>div {
	margin: 0;
}

.settlement-check .radio-select {
	margin-right: 30px;
}

.radio-select input {
	display: none
}

.settlement-check .radio-select:last-child {
	margin-right: 0;
}

.settlement-check .radio-input>.rad-txt {
	font-size: 1.6rem;
}

.settlement-check .tips-txt {
	color: #f19533;
}

.settlement-check .click-txt {
	color: #555555;
	text-decoration: underline;
}

.case-right .bank {}

.case-right .payment {
	display: none;
}

.case-scroll-btn {
	height: 300px;
	background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 1));
	;
	width: 100%;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
}

.case-scroll-btn img {
	width: 16px;
	height: 11px;
	margin-left: 5px;
	margin-bottom: 6px;
}

.case-scroll-putaway {
	display: none;
	width: 100%;
	cursor: pointer;
	justify-content: center;
	align-items: flex-end;
	font-size: 16px;
	font-weight: bold;
}

.case-scroll-putaway img {
	width: 16px;
	height: 11px;
	margin-left: 5px;
	margin-bottom: 6px;
	transform: rotate(180deg);
}

.payment-pay {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.payment-pay>div {
	width: 240px;
	padding: 25px 0;
	border: 1px solid #e6e6e6;
	border-radius: 8px;
	cursor: pointer;
}

.payment-pay img {
	width: auto;
	height: 40px;
}

.payment-pay .pay-active {
	border: 1px solid #1a99ff;
}

.text-problem-item:first-child {
	margin-bottom: 20px;
}

.text-problem-item:last-child {
	margin-bottom: 30px;
}

.text-problem-item>img {
	width: 64px;
	height: 64px;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 1px solid #ccc;
	border-radius: 8px;
}

.problem-item-title {
	font-weight: 500;
	font-size: 1.4rem;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	margin-bottom: 0;
}

.problem-item-txt {
	font-size: 1.6rem;
	color: #4D4D4D;
	letter-spacing: 1.6px;
	margin-bottom: 0;
}

.right-enclosure-item {
	width: 145px;
	height: 145px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 14px;
	color: #4D4D4D;
	margin: 0 10px 10px 0
}

.right-enclosure-item p {
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: center;
}

.right-enclosure-item img {
	width: 34px;
	height: 41px;
	margin-bottom: 19px;
}

.eng-history {
	width: 100%;
}

.eng-history ul {
	margin-top: 40px;
}

.eng-history-title {
	font-weight: 500;
	font-size: 18px;
	color: #1A1A1A;
	letter-spacing: 1.8px;
	line-height: 26px;
}

.eng-history-content {
	display: flex;
	border-bottom: 1px solid #E6E6E6;
}

.eng-history-content a {
	text-decoration: underline;
	color: #4D4D4D
}

.eng-history-top {
	font-weight: 500;
	font-size: 14px;
	color: #1A1A1A;
	letter-spacing: 1.4px;
	line-height: 28px;
	padding-bottom: 10px;
}

.eng-history-top th {
	font-weight: 500;
	font-size: 14px;
	color: #1A1A1A;
	line-height: 28px;
}

.eng-history-list {
	font-weight: 400;
	font-size: 14px;
	color: #4D4D4D;
	letter-spacing: 1.4px;
}

.eng-history-list td {
	padding: 25px 0 !important;
}

.td-1 {
	width: 245px
}

.td-2 {
	width: 140px;
}

.td-3 {
	width: 160px
}

.td-4 {
	width: 235px;
}

.case-right-relative {
	position: relative;
}

.case-right-absolute {
	position: absolute;
	top: 0;
	right: 0;
}

.sign-td1 {
	width: 100px;
}

.sign-td2 {
	width: 100px;
}

.sign-td3 {
	width: 140px;
}

.sign-td4 {
	width: 130px;
}

.sign-td5 {
	width: 130px;
}

.sign-td6 {
	width: 100px;
}

.sign-td7 {
	width: 100px;
}

.sign-td8 {
	width: 140px
}

.sign-box-operate {
	line-height: 28px;
	color: #0099FF;
	cursor: pointer;
}

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

/* 工程服务详情 details end */

/* 行业详情 */
.ind-banner {
	background-image: url(/images/ind-details-banner.png?45ad03743e85fa48dcf4c6626278c779);
	background-size: cover;
	background-position: center;
	height: 100vh;
	width: 100%;
}

.automotive {
	margin-right: 40px;
	position: absolute;
	left: 0;
	width: 440px
}

.ind-case {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.ind-case>a {
	width: 50%;
	margin: 6px 0;
	display: inline-block;
}

.case-item {
	font-size: 1.4rem;
	color: #1A1A1A;
	letter-spacing: 1.4px;
}

.case-item::after {
	background-image: url(/images/blue-arrow-line.svg?5dd782c575010a12699edd6bc1d281f3);
	background-size: 100% 100%;
}

.case-item:hover::after {
	background-image: url(/images/blue-arrow-line.svg?5dd782c575010a12699edd6bc1d281f3);
}

.relevant-case {
	background-image: url(/images/details-case.png?bfc6329a5b0372711b53aa9e425c0955);
	padding-bottom: 50px;
}

.relevant-text {
	padding-top: 40px;
}

.relevant-list {
	border-radius: 0;
	margin-top: 40px;
	padding: 0 40px
}

.relevant-title {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.more {
	line-height: 78px;
}

.relevant-content .recmd-slide {
	display: flex;
	overflow: hidden;
	flex-wrap: wrap;
}

.relevant-content .prd-filtered-item:nth-child(5n) {
	margin-right: 0;
}

/* 行业详情 end */


/* 0324修改 */

/* 0324修改 end */

/* 网站建设 */
.web-set {
	position: relative;
}

.web-set-bg {
	width: 100vw;
	height: 100vh;
	filter: blur(3px);
}

.web-set-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.6;
	background: #FFFFFF;
}

.web-set-login {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.web-set-title {
	font-weight: 700;
	font-size: 24px;
	color: rgba(0, 0, 0, 0.90);
	letter-spacing: 2.4px;
	line-height: 36px;
}

.web-set-input {
	width: 280px;
	height: 48px;
	border-radius: 24px;
	border: 1px solid #0099FF;
	font-size: 16px;
	padding: 0 40px 0 16px;
	margin-top: 40px;
	position: relative;
}

.web-set-box {
	position: relative;
}

.web-set-btn {
	position: absolute;
	width: 40px;
	height: 48px;
	right: 0;
	bottom: 0;
	cursor: pointer;
}

.web-set-box-img {
	width: 12px;
	height: 7px;
	position: absolute;
	right: 18px;
	bottom: 20px;
}



/* 网站建设end */

