@charset "UTF-8";

/* SCSS RGB 黑白色阶 */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	letter-spacing: 1px;
}

html {
	font-size: 16px;
}

html.overflow {
	overflow: hidden;
}

html body {
	background-color: #ffffff;
	color: rgba(66, 66, 66, 0.95);
	font-family: Macan, Helvetica Neue, Helvetica, Arial, sans-serif;

}

html body a {
	text-decoration: none;
	color: rgba(66, 66, 66, 0.95);
	cursor: pointer;
}

html body a:hover {
	color: rgba(66, 66, 66, 0.95);
}

html body li {
	list-style-type: none;
}

html body img {
	max-width: 100%;
	display: block;
	cursor: pointer;
}

.icon {
	width: 1em;
	height: 1em;
	vertical-align: -0.15em;
	fill: currentColor;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
		width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
		width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
		width: 960px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.container {
		max-width: 1260px;
		width: 1260px;
	}
}

@media (min-width: 1450px) {
	.container {
		max-width: 1410px;
		width: 1410px;
	}
}

nav.nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999999;
	width: 100%;
	transition: 0.3s;
}

nav.nav.white-bg {
	background-color: #fff;
	border-bottom: 1px solid #eee;
}

nav.nav.white-bg .container .logo a img.black {
	display: block;
}

nav.nav.white-bg .container .logo a img.white {
	display: none;
}

nav.nav.white-bg .container .logo a svg g {
	fill: #333;
}

nav.nav.white-bg .container .navbar-nav .navbar ul li a {
	color: #333;
}

nav.nav.white-bg .container .navbar-nav .navModule .navbtn .menu .line {
	stroke: #333;
}

nav.nav .container {
	display: flex;
	align-items: center;
	height: 80px;
	justify-content: space-between;
}

nav.nav .container .logo {
	display: flex;
	align-items: center;
}

nav.nav .container .logo a img {
	height: 42px;
}

nav.nav .container .logo a img.black {
	display: none;
}

nav.nav .container .logo a img.white {
	display: block;
}

nav.nav .container .logo a svg g {
	fill: #fff;
}

nav.nav .container .logo .search {
	height: 42px;
	width: 520px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	margin-left: 10%;
	border: 1px solid #222;
}

nav.nav .container .logo .search form {
	flex: 1;
	display: flex;
}

nav.nav .container .logo .search input {
	height: 42px;
	width: 100%;
	border: 0;
	flex: 1;
	padding: 12px;
	font-size: 13px;
	outline: solid;
}

nav.nav .container .logo .search button {
	width: 52px;
	height: 42px;
	border: 0;
	background-color: #222;
	cursor: pointer;
}

nav.nav .container .logo .search button path {
	fill: #fff;
}

nav.nav .container .navbar-nav {
	height: 100%;
}

nav.nav .container .navbar-nav .navbar {
	height: 100%;
}

nav.nav .container .navbar-nav .navbar ul {
	display: flex;
	height: 100%;
	align-items: center;
}

nav.nav .container .navbar-nav .navbar ul li a {
	padding: 12px 12px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #fff;
}

nav.nav .container .navbar-nav .navModule .navbtn {
	height: 60px;
	aspect-ratio: 1.1;
	overflow: hidden;
	display: none;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu {
	height: 100%;
	cursor: pointer;
	transform: scale(1.2);
	-webkit-tap-highlight-color: transparent;
	transition: transform 400ms;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu.active {
	transform: rotate(45deg);
}

nav.nav .container .navbar-nav .navModule .navbtn .menu.active .line.top {
	stroke-dashoffset: -68px;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu.active .line.bottom {
	stroke-dashoffset: -68px;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu .line {
	fill: none;
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
	stroke: #fff;
	stroke-width: 3;
	stroke-linecap: round;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu .line.top {
	stroke-dasharray: 40 121;
}

nav.nav .container .navbar-nav .navModule .navbtn .menu .line.bottom {
	stroke-dasharray: 40 121;
}

.swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
	width: 32px;
	height: 32px;

}

.swiper .swiper-button-next:after,
.swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 24px;
	height: 24px;
	display: block;
	line-height: 24px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-radius: 50%;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.banner {
	height: 760px;
	position: relative;
}

.banner .mySwiperBanner .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 760px;
	-o-object-fit: cover;
	object-fit: cover;
}

.banner .bannerTitle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
}

.banner .bannerTitle .title {
	letter-spacing: 0;
	color: #fff;
	font-size: 48px;
	line-height: 56px;
	padding-bottom: 24px;
	font-weight: 700;
}

.banner .bannerTitle .search {
	height: 48px;
	width: 650px;
	display: flex;
	border-radius: 6px;
	overflow: hidden;
}

.banner .bannerTitle .search form {
	flex: 1;
	display: flex;
}

.banner .bannerTitle .search input {
	height: 48px;
	width: 100%;
	border: 0;
	padding: 12px;
	font-size: 16px;
	outline: solid;
}

.banner .bannerTitle .search button {
	width: 66px;
	height: 48px;
	border: 0;
	background-color: #1dbf73;
	cursor: pointer;
}

.banner .bannerTitle .search button path {
	fill: #fff;
}

.banner .bannerTitle .popular {
	color: #fff;
	display: flex;
	padding-top: 24px;
}

.banner .bannerTitle .popular span {
	font-weight: 600;
	line-height: 27px;
}

.banner .bannerTitle .popular ul {
	display: flex;
	margin-left: 12px;
	width: 100%;
}

.banner .bannerTitle .popular ul li {
	margin-right: 12px;
	background-color: transparent;
	border: 1px solid #fff;
	border-radius: 40px;
	font-size: 14px;
	letter-spacing: 0;
	font-weight: 600;
	line-height: 24px;
	padding: 1px 12px 0;
	z-index: 4;
	cursor: pointer;
}

.banner .bannerTitle .popular ul li:hover {
	background-color: #fff;
	text-decoration: none;
}

.banner .bannerTitle .popular ul li:hover a {
	color: #404145;
}

.banner .bannerTitle .popular ul li a {
	color: #fff;
}

.in_trusted {
	margin: 0 auto 24px;
}

.in_trusted .container {
	display: flex;
	align-items: center;
	justify-content: center;
}

.in_trusted .container span {
	color: #b5b6ba;
	font-weight: 600;
	padding-right: 20px;
}

.in_trusted .container ul {
	height: 95px;
	display: flex;
	padding: 0 24px;
	align-items: center;
	justify-content: center;
}

.in_trusted .container ul li {
	padding-right: 60px;
}

.in_carousel .container {
	margin-bottom: 96px;
}

.in_carousel .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory {
	display: block;
	background-color: #efeff0;
	height: 345px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 {
	color: #fff;
	padding: 16px;
	position: relative;
	z-index: 1;
	font-size: 24px;
	line-height: 1.3;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 small {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 span {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.in_carousel .container .mySwiper .mySwiperCarousel .subcategory .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.in_selling {
	background-color: #f1fdf7;
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_selling .container {
	display: flex;
}

.in_selling .container .col {
	width: 50%;
	padding: 12px;
}

.in_selling .container .col.left .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: 700;
}

.in_selling .container .col.left ul {
	max-width: 500px;
}

.in_selling .container .col.left ul li {
	padding-bottom: 24px;
}

.in_selling .container .col.left ul li h6 {
	font-size: 18px;
	display: flex;
	padding-bottom: 8px;
	color: #404145;
	font-weight: 700;
	align-items: center;
}

.in_selling .container .col.left ul li h6 svg {
	width: 24px;
	height: 24px;
	fill: #7a7d85;
	margin-right: 10px;
	min-width: 24px;
}

.in_selling .container .col.left ul li p {
	font-size: 18px;
	line-height: 26px;
}

.in_categories {
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_categories .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
	margin-bottom: 40px;
}

.in_categories .container ul {
	display: flex;
	flex-wrap: wrap;
}

.in_categories .container ul li {
	width: 20%;
	box-sizing: border-box;
	padding: 0 10px 32px;
	text-align: center;
}

.in_categories .container ul li a {
	color: #222325;
	display: inline-block;
	position: relative;
	text-align: center;
}

.in_categories .container ul li a:hover:after {
	border-color: #1dbf73;
	padding: 0 20px 8px;
}

.in_categories .container ul li a:after {
	border-bottom: 2px solid #c5c6c9;
	content: '';
	padding: 0 0 8px;
	position: absolute;
	right: 50%;
	top: 45px;
	transform: translateX(50%);
	width: 48px;
	transition: 0.3s;
}

.in_categories .container ul li a img {
	display: block;
	height: 48px;
	margin: 0 auto 15px;
	width: 48px;
}

.in_fib {
	padding-bottom: 96px;
	padding-top: 96px;
	background-color: #0d084d;
}

.in_fib .container {
	display: flex;
}

.in_fib .container .col {
	width: 50%;
	padding: 12px;
}

.in_fib .container .left .logo {
	margin-bottom: 32px;
}

.in_fib .container .left .logo svg g {
	fill: #fff;
}

.in_fib .container .left .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #ffffff;
	font-weight: bold;
	max-width: 500px;
}

.in_fib .container .left ul {
	max-width: 500px;
	display: flex;
	flex-direction: column;
}

.in_fib .container .left ul li {
	margin-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.in_fib .container .left ul li svg {
	width: 24px;
	height: 24px;
	margin-right: 10px;
	min-width: 24px;
}

.in_fib .container .left ul li span {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

.in_fib .container .left ul li p {
	color: #fff;
	font-weight: 600;
	line-height: 1.2;
}

.in_fib .container .left .btn {
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #fff;
	margin-top: 24px;
}

.in_imonial {
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_imonial .container .iImgSwiperBox {
	margin-bottom: 96px;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText {
	display: flex;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .video {
	width: 40%;
	border-radius: 4px;
	overflow: hidden;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 60%;
	padding: 0 48px 0 64px;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon .title {
	color: #74767e;
	font-weight: 400;
	padding-bottom: 16px;
	font-size: 20px;
	line-height: 1.4;
}

.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon .txt {
	font-size: 30px;
	line-height: 44px;
}

.in_imonial .container .iInt {
	background-color: #446ee7;
	padding: 36px 0 36px 32px;
	padding-left: 76px;
	background-image: url(../img/logo-maker-banner-wide-desktop-1352-2x.webp);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
}

.in_imonial .container .iInt .logo {
	display: block;
	padding-bottom: 16px;
}

.in_imonial .container .iInt .logo svg {
	height: 26px;
	width: 249px;
}

.in_imonial .container .iInt .title {
	color: #fff;
	font-size: 34px;
	line-height: 39px;
	margin-bottom: 8px;
	padding-bottom: 0;
}

.in_imonial .container .iInt .title span {
	font-weight: bold;
}

.in_imonial .container .iInt .description {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 24px;
	color: #fff;
}

.in_imonial .container .iInt .btn {
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #fff;
}

.in_fiverr {
	background-color: #f5f5f5;
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_fiverr .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.in_fiverr .container .mySwiperFiverr {
	padding: 15px;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a {
	overflow: hidden;
	display: block;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .img img {
	width: 100%;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con {
	padding: 16px 0 12px 16px;
	display: flex;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con .logo {
	border-radius: 50%;
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con .text {
	font-size: 14px;
	line-height: 21px;
	padding-left: 1em;
}

.in_fiverr .container .mySwiperFiverr .swiper-slide a .con .text span {
	font-weight: bold;
}

.in_news {
	padding-bottom: 96px;
	padding-top: 96px;
}

.in_news .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.in_news .container .newsBox ul {
	display: flex;
}

.in_news .container .newsBox ul li {
	width: 33.33%;
	padding: 0 12px;
}

.in_news .container .newsBox ul li .img {
	margin-bottom: 16px;
	border-radius: 8px;
	overflow: hidden;
}

.in_news .container .newsBox ul li .img img {
	width: 100%;
}

.in_news .container .newsBox ul li .con span {
	font-size: 18px;
	padding-bottom: 2px;
	line-height: 1.4;
	font-weight: bold;
	letter-spacing: 0;
}

.in_news .container .newsBox ul li .con p {
	color: #74767e;
	letter-spacing: 0;
}

.in_box {
	padding-bottom: 120px;
}

.in_box .container {
	position: relative;
	padding: 120px 96px;
}

.in_box .container .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.in_box .container .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.in_box .container .con {
	position: relative;
	z-index: 2;
}

.in_box .container .con span {
	color: #fff;
	padding-bottom: 40px;
	font-size: 48px;
	line-height: 56px;
	display: block;
	font-weight: bold;
}

.in_box .container .con .btn {
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #1dbf73;
	color: #fff;
}

footer.footer {
	padding-bottom: 24px;
	padding-top: 64px;
	border-top: 1px solid #eee;
}

footer.footer .container .nav {
	display: flex;
	padding-bottom: 12px;
}

footer.footer .container .nav li {
	flex: 1;
	padding-bottom: 20px;
}

footer.footer .container .nav li .title {
	font-weight: bold;
	padding-bottom: 20px;
}

footer.footer .container .nav li a {
	color: #74767e;
}

footer.footer .container .bottom {
	border-top: 1px solid #eee;
	display: flex;
	padding-top: 24px;
	justify-content: space-between;
}

footer.footer .container .bottom .left {
	display: flex;
	align-items: center;
}

footer.footer .container .bottom .left .logo img {
	height: 42px;
}

footer.footer .container .bottom .left .text {
	padding-left: 12px;
	font-size: 14px;
	line-height: 21px;
}

footer.footer .container .bottom .right {
	display: flex;
	align-items: center;
	height: 100%;
}

footer.footer .container .bottom .right ul {
	display: flex;
	align-items: center;
	height: 100%;
}

footer.footer .container .bottom .right ul li {
	padding-left: 12px;
}

.logTop {
	padding-bottom: 96px;
	padding-top: 96px;
}

@media (min-width: 1200px) {
	.logTop .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.logTop .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1450px) {
	.logTop .container {
		max-width: 1160px;
		width: 1160px;
	}
}

.logTop .container a {
	display: flex;
}

.logTop .container a .img {
	width: 480px;
}

.logTop .container a .con {
	flex: 1;
	text-align: left;
	margin-bottom: 20px;
	margin-left: 60px;
}

.logTop .container a .con .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.logTop .container a .con .title span {
	margin-bottom: 0;
	font-size: 3rem;
	line-height: 3.5625rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.logTop .container a .con .tag {
	justify-content: flex-start;
	align-items: center;
	display: flex;
}

.logTop .container a .con .tag span {
	text-transform: none;
	white-space: nowrap;
	margin-top: 20px;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1rem;
}

.logTop .container a .con .tag span.name {
	font-weight: bold;
	margin-right: 24px;
}

.logTop .container a .con .tag span.date {
	margin-left: 24px;
}

.logList .container {
	display: flex;
	flex-wrap: wrap;
}

@media (min-width: 1200px) {
	.logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1450px) {
	.logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

.logList .container .list {
	width: 30%;
	padding-bottom: 3.3%;
	margin-right: 3.3%;
}

.logList .container .list:nth-child(3n + 1) {
	margin-left: 0;
}

.logList .container .list .img {
	width: 100%;
	flex: none;
	margin-bottom: 10px;
	transition: opacity 0.6s;
	display: block;
	position: relative;
	overflow: hidden;
	-o-object-fit: cover;
	object-fit: cover;
}

.logList .container .list .img img {
	width: 100%;
}

.logList .container .list .con .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	margin-top: 20px;
	margin-bottom: 8px;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.logList .container .list .con span {
	color: #404145;
	margin-bottom: 10px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.75rem;
	text-decoration: none;
	letter-spacing: 0;
}

.logList .container .list .con p {
	color: #7a7d85;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0;
}

.blogBox {
	padding-top: 60px;
	padding-bottom: 60px;
}

.blogBox .container {
	width: 775px;
}

.blogBox .container .blog_title {
	text-align: center;
	margin: 60px auto 30px;
}

.blogBox .container .blog_title .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.blogBox .container .blog_title .title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 700;
	letter-spacing: 0;
}

.blogBox .container .blog_title .tag {
	display: flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
}

.blogBox .container .blog_title .tag .name {
	font-weight: bold;
}

.blogBox .container .blog_img {
	padding-bottom: 32px;
}

.blogBox .container .blog_img img {
	display: block;
	width: 100%;
}

.blogBox .container .blog_con {
	width: auto;
	max-width: 600px;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

@media (min-width: 1200px) {
	.blogBox_logList .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.blogBox_logList .container {
		max-width: 1260px;
		width: 1260px;
	}
}

@media (min-width: 1450px) {
	.blogBox_logList .container {
		max-width: 1410px;
		width: 1410px;
	}
}

.blogBox_logList .container .title {
	padding-bottom: 24px;
	font-size: 32px;
	line-height: 1.2;
	color: #404145;
	font-weight: bold;
}

.productTitle {
	padding-top: 40px;
	padding-bottom: 20px;
}

.productTitle .container span {
	color: #222325;
	font-size: 32px;
	font-weight: 700;
	line-height: 36px;
	padding: 8px 0;
}

.productTitle .container p {
	color: #74767e;
	padding-right: 0;
}

.productCarousel .container {
	border-bottom: 1px solid #efeff0;
	margin: 0 auto;
	padding: 32px 0;
}

.productCarousel ul {
	display: flex;
	-moz-column-gap: 12px;
	column-gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.productCarousel ul li a {
	width: 225px;
	border: 1px solid #e4e5e7;
	border-radius: 12px;
	display: block;
	font-weight: 600;
	height: 90%;
	line-height: 24px;
	padding: 15px;
	text-decoration: none;
	display: flex;
	align-items: center;
}

.productCarousel ul li a .img {
	float: left;
	margin-right: 5px;
}

.productCarousel ul li a .img img {
	height: 30px;
	width: 30px;
}

.productList {
	padding-top: 24px;
}

.productList .container {
	display: grid;
	width: 100%;
	grid-gap: 32px;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 16px;
	min-height: 370px;
}

.productList .container .list {
	min-width: 245px;
	width: 100%;
}

.productList .container .list a .imgs {
	border-radius: 8px;
	overflow: hidden;
}

.productList .container .list a .imgs .swiper .swiper-slide img {
	/*filter: brightness(90%);*/
	filter: brightness(95%);
}

.productList .container .list a .imgs .swiper .swiper-button-next.swiper-button-disabled,
.productList .container .list a .imgs .swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.productList .container .list a .imgs .swiper .swiper-button-next:after,
.productList .container .list a .imgs .swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 18px;
	height: 18px;
	display: block;
	line-height: 18px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-radius: 50%;
}

.productList .container .list a .imgs .swiper .swiper-pagination .swiper-pagination-bullet {
	opacity: 1;
	background: #eee;
	transform: scale(0.8);
	transition: 0.3s;
}

.productList .container .list a .imgs .swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #eee;
	transform: scale(1.3);
}

.productList .container .list a .title {
	height: 48px;
	max-height: 48px;
	font-size: 22px;
	line-height: 26px;
	margin-top: 18px;
}

.productList .container .list a .title span {
	color: #404145;
	letter-spacing: 0;
}

.productList .container .list a .u {
	padding: 8px 0;
	font-weight: bold;
	color: #222325;
	letter-spacing: 0;
}

.productList .container .list .u a {
	font-size: 16px;
	font-family: "Macan, Helvetica Neue, Helvetica, Arial, sans-serif" !important;
	color: #62646a;
}

.productList .container .list .u>a:last-of-type {
	display: block;
	border-radius: 3px;
	width: 100%;
	padding: 3px 1px;
	margin-bottom: 2px;
}

.productList .container .list .u>span {
	width: 100%;
	display: block;
	border-radius: 3px;
	margin-bottom: 3px;
	padding: 3px 1px;
}

.productList .container .list .u>a:last-of-type:hover, .productList .container .list .u>span:hover {
	background-color: rgb(248, 248, 248);
}

.productList .container .list a .u span span {
	padding-left: 4px;
}

.productPage {
	padding: 24px 0;
}

.productPage .container {
	display: flex;
	justify-content: center;
}

.page-num-current {
	background: #ccc;
}

.productPage .container a,
.productPage .container span {
	cursor: pointer;
	height: 42px;
	width: 42px;
	display: block;
	margin: 0 4px;
	-moz-text-align-last: center;
	text-align-last: center;
	line-height: 42px;
	border-radius: 50%;
	border: 1px solid #999;
	color: #666;
	opacity: 0.5;
	transition: 0.3s;
	font-weight: bold;
}

.productPage .container a:hover,
.productPage .container span:hover {
	opacity: 1;
}



.product_mark .container {
	border-top: 1px solid #dadbdd;
	padding: 50px 20px 30px;
	text-align: center;
	width: 100%;
}

.product_mark .container .title {
	font-size: 32px;
	line-height: 120%;
	padding-bottom: 30px;
	color: #404145;
	font-weight: 700;
}

.product_mark .container ul {
	display: flex;
	justify-content: center;
}

.product_mark .container ul li {
	background-color: #efeff0;
	border-color: transparent;
	border-radius: 20px;
	color: #62646a;
	display: inline-block;
	font-size: 14px;
	line-height: 120%;
	margin: 0 7px 15px;
	padding: 10px 20px;
}

.product_faqs .container {
	border-top: 1px solid #dadbdd;
	border-bottom: 1px solid #dadbdd;
	padding: 50px 20px 60px;
	margin-bottom: 40px;
	text-align: center;
	width: 100%;
}

.product_faqs .container .title {
	font-size: 32px;
	line-height: 120%;
	padding-bottom: 30px;
	color: #404145;
	font-weight: 700;
}

.product_faqs .container ul {
	-webkit-box-pack: justify;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product_faqs .container ul li {
	flex: 1 0 50%;
	max-width: 45%;
	text-align: left;
}

.product_faqs .container ul li span {
	font-size: 15px;
	line-height: 140%;
	font-weight: 600;
}

.product_faqs .container ul li p {
	color: #95979d;
	padding-top: 5px;
	font-size: 15px;
	line-height: 140%;
}

.productConTop {
	padding-top: 40px;
	position: relative;
}

.productConTop .container {
	display: flex;
	padding: 32px 0;
}

@media (min-width: 1300px) {
	.productConTop .container {
		max-width: 1260px;
		width: 1260px;
	}
}

@media (min-width: 1450px) {
	.productConTop .container {
		max-width: 1260px;
		width: 1260px;
	}
}

.productConTop .container .left {
	margin-right: 9.15%;
	width: 57.42%;
}

.productConTop .container .left .conTopTitle {
	margin-bottom: 24px;
	font-size: 28px;
	line-height: 130%;
	color: #000;
	font-weight: bold;
	letter-spacing: 0;
}

.productConTop .container .left .images .swiper .swiper-wrapper .swiper-slide {
	transition: 0.3s;
	filter: opacity(60%);
}

.productConTop .container .left .images .swiper .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
	filter: opacity(100%);
}

.productConTop .container .left .images .swiper .swiper-wrapper .swiper-slide img {
	width: 100%;
}

.productConTop .container .left .images .swiper.mySwiper {
	padding-bottom: 10px;
}

.productConTop .container .left .images .swiper.mySwiper .swiper-slide {
	filter: opacity(100%);
}

.productConTop .container .left .images .swiper .swiper-button-next,
.productConTop .container .left .images .swiper .swiper-button-prev {
	width: auto;
}

.productConTop .container .left .images .swiper .swiper-button-next.swiper-button-disabled,
.productConTop .container .left .images .swiper .swiper-button-prev.swiper-button-disabled {
	display: none;
}

.productConTop .container .left .images .swiper .swiper-button-next:after,
.productConTop .container .left .images .swiper .swiper-button-prev:after {
	font-size: 16px;
	color: #666;
	background-color: #fff;
	width: 24px;
	height: 24px;
	display: block;
	line-height: 24px;
	text-align: center;
	padding: 4px;
	font-weight: bold;
	border-radius: 50%;
}

.productConTop .container .left .section {
	margin-top: 64px;
}

.productConTop .container .left .section .title {
	font-size: 24px;
	line-height: 28px;
	padding-bottom: 25px;
	color: #404145;
	font-weight: 700;
}

.productConTop .container .left .section .contentBox {
	word-wrap: break-word;
	box-sizing: border-box;
	color: #62646a;
	max-height: none;
	overflow: hidden;
	word-break: break-word;
	line-height: 1.6;
}

.productConTop .container .left .section .contentBox u {
	background: #ffecd1;
	text-decoration: none;
}

.productConTop .container .left .section .contentBox strong {
	font-weight: 700;
}

.productConTop .container .left .comments {
	padding: 40px 0;
}

.productConTop .container .left .comments .list {
	border-top: 1px solid #dadbdd;
	padding: 40px 0;
	display: flex;
}

.productConTop .container .left .comments .list .img {
	width: 48px;
	height: 48px;
	margin-right: 16px;
}

.productConTop .container .left .comments .list .img img {
	border-radius: 50%;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.productConTop .container .left .comments .list .containerBox {
	flex: 1;
}

.productConTop .container .left .comments .list .containerBox .title {
	font-size: 16px;
	line-height: 24px;
	color: #404145;
	font-weight: bold;
}

.productConTop .container .left .comments .list .containerBox .tyle {
	margin-top: 10px;
	margin-bottom: 12px;
	display: flex;
	align-items: center;
}

.productConTop .container .left .comments .list .containerBox .tyle ul {
	display: flex;
	padding-right: 12px;
	height: 16px;
	border-right: 1px solid #999;
	margin-right: 12px;
}

.productConTop .container .left .comments .list .containerBox .tyle ul li {
	padding-right: 4px;
	display: flex;
	align-items: center;
}

.productConTop .container .left .comments .list .containerBox .tyle ul li svg {
	fill: #404145;
}

.productConTop .container .left .comments .list .containerBox .tyle ul .num {
	font-weight: bold;
	line-height: 1;
	font-size: 17px;
	padding-top: 1.5px;
}

.productConTop .container .left .comments .list .containerBox .tyle .date {
	font-size: 14px;
}

.productConTop .container .left .comments .list .containerBox .text {
	word-wrap: break-word;
	color: #404145;
	line-height: 1.5;
	letter-spacing: 1px;
}

.productConTop .container .right {
	width: 33.6%;
}

.productConTop .container .right .con {
	position: sticky;
	top: 24px;
	left: 0;
}

.productConTop .container .right .con .conTop {
	border: 1px solid #eee;
	padding-bottom: 16px;
}

.productConTop .container .right .con .conTop .package-tab {
	border-bottom: 1px solid #eee;
	padding: 16px;
	font-weight: bold;
}

.productConTop .container .right .con .conTop .package-content {
	padding-top: 32px;
	padding-left: 24px;
	padding-right: 24px;
}

.productConTop .container .right .con .conTop .package-content .title {
	letter-spacing: 0;
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
	min-height: 48px;
}

.productConTop .container .right .con .conTop .package-content .tagtext {
	font-size: 16px;
	line-height: 140%;
	margin-top: 10px;
	word-break: break-word;
	min-height: 63px;
	color: #62646a;
	letter-spacing: 0;
}

.productConTop .container .right .con .conTop .package-content .delivery {
	display: flex;
	margin-bottom: 24px;
}

.productConTop .container .right .con .conTop .package-content .delivery li {
	display: flex;
	align-items: center;
	padding-right: 12px;
}

.productConTop .container .right .con .conTop .package-content .delivery li svg {
	fill: #62646a;
}

.productConTop .container .right .con .conTop .package-content .delivery li span {
	padding-left: 12px;
	font-weight: bold;
	letter-spacing: 0;
	color: #62646a;
}

.productConTop .container .right .con .conTop .package-content .features .items {
	display: flex;
	align-items: center;
	line-height: 1.6;
}

.productConTop .container .right .con .conTop .package-content .features .items span {
	padding-left: 12px;
	color: #62646a;
	letter-spacing: 0;
}

.productConTop .container .right .con .conTop .package-content .Btn {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	position: relative;
}

.productConTop .container .right .con .conTop .package-content .Btn .coBtn {
	color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	padding: 10px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.3s;
}

.productConTop .container .right .con .conTop .package-content .Btn .coBtn:hover {
	background: #404145;
}

.productConTop .container .right .con .conTop .package-content .Btn .coBtn svg {
	fill: #fff;
	position: absolute;
	right: 12px;
}

.productConTop .container .right .con .conTop .package-content .Btn .coText {
	text-align: center;
	color: #222;
	padding-top: 12px;
	font-size: 14px;
	line-height: 21px;
}

.productConTop .container .right .con .contact-seller {
	background-color: #fafafa;
	padding: 24px;
	margin-top: 24px;
}

.productConTop .container .right .con .contact-seller .btn {
	border: 1px solid transparent;
	width: 100%;
	border-radius: 4px;
	background: none;
	border-color: currentColor;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: 70ms cubic-bezier(0.75, 0, 0.25, 1);
	color: #62646a;
}

.productConTop .customer {
	position: sticky;
	left: 20px;
	bottom: 20px;
	height: 64px;
	margin-bottom: 20px;
	width: 300px;
	box-shadow: 0 0 2.17382px rgba(0, 0, 0, 0.049), 0 1.75px 6.01034px rgba(0, 0, 0, 0.07), 0 3.63px 14.4706px rgba(0, 0, 0, 0.091), 0 22px 48px rgba(0, 0, 0, 0.14);
	border-radius: 68px;
}

.productConTop .customer a {
	background-color: #fff;
	display: flex;
	height: 64px;
	border-radius: 68px;
	cursor: pointer;
	padding: 8px 24px 8px 8px;
}

.productConTop .customer a .img img {
	height: 100%;
}

.productConTop .customer a .con {
	font-size: 14px;
	line-height: 21px;
	display: flex;
	flex-direction: column;
	padding-left: 16px;
	letter-spacing: 0;
}

.productConTop .customer a .con span {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.productConTop .customer a .con p {
	font-size: 12px;
	line-height: 20px;
	margin-top: 2px;
}

.productListBox {
	background-color: #f5f5f5;
	border-top: 1px solid #dadbdd;
	padding-top: 32px;
	position: relative;
}

.productListBox .container>.title {
	font-size: 24px;
	line-height: 130%;
	font-weight: 700;
}

.aboutBox {
	padding-top: 60px;
	padding-bottom: 60px;
}

.aboutBox .container .about_title {
	text-align: center;
	margin: 60px auto 30px;
}

.aboutBox .container .about_title .top {
	color: #1dbf73;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1rem;
}

.aboutBox .container .about_title .title {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 2.5rem;
	line-height: 3rem;
	font-weight: 700;
	letter-spacing: 0;
}

.aboutBox .container .about_title .tag {
	display: flex;
	font-size: 14px;
	justify-content: center;
	align-items: center;
}

.aboutBox .container .about_title .tag .name {
	font-weight: bold;
}

.aboutBox .container .about_img {
	padding-bottom: 32px;
}

.aboutBox .container .about_img img {
	display: block;
	width: 100%;
}

.aboutBox .container .about_con {
	width: auto;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	line-height: 1.6;
}

.about_FormBox {
	padding-bottom: 120px;
}

.about_FormBox .container {
	position: relative;
	padding: 120px 96px;
}

.about_FormBox .container .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about_FormBox .container .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.about_FormBox .container .con {
	position: relative;
	z-index: 2;
}

.about_FormBox .container .con span {
	color: #fff;
	padding-bottom: 40px;
	font-size: 48px;
	line-height: 56px;
	display: block;
	font-weight: bold;
}

.about_FormBox .container .con .form {
	display: flex;
	align-items: center;
	width: 640px;
	border-radius: 4px;
	overflow: hidden;
}

.about_FormBox .container .con .form input {
	height: 42px;
	width: 400px;
	font-size: 16px;
	padding-left: 40px;
	border: 0;
	outline: solid;
}

.about_FormBox .container .con .form .btn {
	border: 1px solid transparent;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 600;
	line-height: 100%;
	flex: 1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	background-color: #1dbf73;
	color: #fff;
	transition: 0.3s;
}

.about_FormBox .container .con .form .btn:hover {
	background-color: #0ea861;
}

.logCategories {
	border-bottom: 1px solid #e4e5e7;
	display: block;
}

@media (min-width: 1200px) {
	.logCategories .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1300px) {
	.logCategories .container {
		max-width: 1160px;
		width: 1160px;
	}
}

@media (min-width: 1450px) {
	.logCategories .container {
		max-width: 1160px;
		width: 1160px;
	}
}

.logCategories .container ul {
	display: flex;
	justify-content: space-evenly;
}

.logCategories .container ul li a {
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0;
	position: relative;
	margin: 0 12px;
}

.logCategories .container ul li a:hover:after {
	opacity: 1;
}

.logCategories .container ul li a:after {
	background: #1dbf73;
	opacity: 0;
	transition: 0.3s;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.productCategories {
	border-bottom: 1px solid #e4e5e7;
	display: block;
}

.productCategories.on {
	position: fixed;
	top: 81px;
	left: 0;
	z-index: 99999999;
	width: 100%;
	transition: 0.3s;
	background-color: #fff;
}

.productCategories .container .swiper-wrapper {
	height: 40px;
}

.productCategories .container .swiper-wrapper .swiper-slide {
	width: -moz-fit-content;
	width: fit-content;
}

.productCategories .container .swiper-wrapper .swiper-slide a {
	width: -moz-fit-content;
	width: fit-content;
	display: block;
	font-size: 16px;
	line-height: 24px;
	padding: 8px 0;
	position: relative;
	margin: 0 12px;
}

.productCategories .container .swiper-wrapper .swiper-slide a:hover:after {
	opacity: 1;
}

.productCategories .container .swiper-wrapper .swiper-slide a:after {
	background: #1dbf73;
	opacity: 0;
	transition: 0.3s;
	bottom: 0;
	content: '';
	height: 3px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}


/* 服务介绍 */

/* banner */
.service .banner {
	width: 100%;
	height: 760px;
	background: transparent url(/static/images/banner.jpeg) no-repeat center top;
	background-size: 100% auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.service .banner p {
	font-size: 48px;
	color: #fff;
	text-align: center;
	font-weight: bolder;
	margin: 0 auto;
}

.service .banner>a {
	display: block;
	width: 95px;
	height: 30px;
	background-color: #5a93fe;
	border-radius: 15px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin: 10px auto;
	font-size: 14px;
}

.service .banner>a::before {
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	position: relative;
	top: 4.5px;
	background: url(/static/images/message.png) no-repeat left center;
	background-size: 20px 20px;
}

.service .banner>a:hover {
	background: #4f81df;
}

.service .fuwu {
	width: 100%;
	margin-top: 80px;
}

.service .fuwu h1 {
	font-size: 35px;
	font-weight: 500;
	text-align: center;
}

.service .fuwu p {
	text-align: center;
	font-size: 18px;
}

.service .fuwu ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1390px;
	height: 550px;
	margin: 50px auto 50px;
}

.service .fuwu ul li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 430px;
	height: 550px;
	background-color: rgb(255, 255, 255);
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
}

.service .fuwu ul li:hover {
	transform: translateY(-5px);
}

.service .fuwu ul li img {
	width: 80px;
	height: auto;
	margin-top: 80px;
}

.service .fuwu ul li:nth-child(3) img {
	margin-top: 90px;
}

.service .fuwu ul li h2 {
	font-size: 22px;
	font-weight: 500;
	margin-top: 17px;
}

.service .fuwu ul li:nth-child(3) h2 {
	margin-top: 32px;
}

.service .fuwu ul li span {
	padding: 80px 30px;
	/* font-weight: 500; */
	font-size: 15px;
}

.service .chanpin {
	width: 100%;
	height: 650px;
	background-color: #f1fef7;
}

.service .chanpin h2 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 80px;
}

.service .chanpin p {
	text-align: center;
	font-size: 18px;
}

.service .chanpin ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1390px;
	height: 500px;
	margin: 0px auto 0px;
}

.service .chanpin ul li {
	width: 300px;
	height: 300px;
}

.service .chanpin ul li span:nth-child(1) {
	font-size: 40px;
	font-weight: bold;
}

.service .chanpin ul li span:nth-child(2) {
	font-size: 18px;
	font-weight: bold;
	display: block;
}

.service .chanpin ul li span:nth-child(3) {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 50px;
	padding-right: 120px;
}

.service .changjing h3 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 50px;
	text-align: center;
	padding-top: 50px;
}

.service .changjing p {
	text-align: center;
	font-size: 18px;
}

.service .changjing ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	width: 1390px;
	height: 500px;
	margin: 50px auto 0px;
}

.service .changjing ul li {
	width: 342px;
	height: 246px;
	background-color: #f2f2f2;
}

.service .changjing ul li span:nth-child(1) {
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-top: 40px;
}

.service .changjing ul li span:nth-child(2) {
	font-size: 14px;
	display: block;
	padding: 30px 50px 0;
}

.service .changjing ul li:hover {
	background-color: #eeeded;
}

.service .anli {
	width: 100%;
	height: 950px;
	background-color: #f2f2f2;
	margin-top: 150px;
}

.service .anli h4 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 50px;
}

.service .anli p {
	text-align: center;
	font-size: 18px;
}

.service .anli .bigBox {
	width: 1390px;
	height: 680px;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 30px;
	/* background-color: yellow; */
}

.service .anli .bigBox ul {
	height: 30px;
	width: 500px;
	display: flex;
	justify-content: space-evenly;
	margin: 0 auto;
}

.service .anli .bigBox ul li {
	width: 120px;
	/* background: rgb(144, 144, 144); */
	border: 1px solid #000;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	border-radius: 15px;
	transition: all .7s ease 0s;
	font-size: 15px;
}

.service .anli .bigBox ul li:hover {
	background-color: rgb(221, 221, 221);
	cursor: pointer
}

.service .anli .bigBox .box {
	width: 1390px;
	height: 620px;
	margin: 50px auto 0px;
	/* background: skyblue; */
	overflow: hidden;
}

.service .anli .bigBox .box>div {
	width: 1390px;
	height: 620px;
	/* background: rgb(201, 193, 255); */

}

.service .anli .bigBox .box div a {
	position: relative;
	display: block;
	width: 340px;
	height: 200px;
	background-color: purple;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	cursor: default;
}

.service .anli .bigBox .box div a:nth-child(4n) {
	margin-right: 0px;
}

.service .anli .bigBox .box div img {
	width: 340px;
	height: 200px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.service .anli .bigBox .box div img:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.service .anli .bigBox .box div .zhezhao {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 340px;
	height: 35px;
	line-height: 35px;
	color: #fff;
	text-align: center;
	background: rgba(0, 0, 0, 0.3);
}

.service .active {
	background: rgb(221, 221, 221) !important;
}

.service .hezuo h5 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 50px;
}

.service .hezuo p {
	text-align: center;
	font-size: 18px;
}

.service .hezuo .icon {
	width: 1390px;
	height: 450px;
	margin: 50px auto 0;
	overflow: hidden;
}

.service .hezuo .icon img {
	width: 200px;
	height: auto;
	float: left;
	margin-right: 38px;
	margin-bottom: 30px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.service .hezuo .icon img:nth-child(6n) {
	margin-right: 0px;
}

.service .hezuo .icon img:hover {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}



.service .fankui {
	width: 100%;
	height: 900px;
	background-color: #fdfff4;
}

.service .fankui h6 {
	font-size: 35px;
	font-weight: 500;
	margin-top: 80px;
	text-align: center;
	padding-top: 60px;
}

.service .fankui p {
	text-align: center;
	font-size: 18px;
}

.service .fankui .content {
	width: 1390px;
	height: 600px;
	margin: 50px auto 0;
}

.service .fankui .content .say {
	width: 1390px;
	height: 180px;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	border-radius: 90px;
}

.service .fankui .content .say img {
	height: 180px;
	width: auto;
	float: left;
}

.service .fankui .content .say .right {
	width: 1050px;
	height: 180px;
	float: right;
	margin-right: 100px;
}

.service .fankui .content .say .right span:nth-child(1) {
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin-top: 30px;
}

.service .fankui .content .say .right span:nth-child(2) {
	display: block;
	font-size: 15px;
	font-weight: 500;
	margin-top: 2px;
}

.service .fankui .content .say .right span:nth-child(3) {
	display: block;
	font-size: 13px;
	margin-top: 10px;
}

.service .fankui .content .say:hover {
	background-color: #eaeaea;
}



@media (max-width: 768px) {
	nav.nav .container .logo .search {
		display: none !important;
	}

	.banner {
		height: 360px;
	}

	.banner .mySwiperBanner .swiper-wrapper .swiper-slide img {
		height: 260px;
	}

	.banner .bannerTitle {
		width: 100%;
		top: auto;
		transform: translate(-50%, 0);
		bottom: 20px;
		padding: 0 20px;
	}

	.banner .bannerTitle .title {
		display: none;
	}

	.banner .bannerTitle .search {
		width: 100%;
		border: 1px solid;
	}

	.banner .bannerTitle .popular ul {
		display: flex;
		margin-left: 12px;
		width: 100%;
		flex-wrap: wrap;
	}

	.banner .bannerTitle .popular ul li {
		margin-bottom: 10px;
	}

	.in_trusted .container {
		display: none;
	}

	.in_carousel .container .mySwiper .mySwiperCarousel .subcategory {
		height: 280px;
	}

	.in_carousel .container {
		margin-bottom: 62px;
		margin-top: 40px;
	}

	.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 {
		font-size: 18px;
		padding: 8px;
		padding-top: 12px;
	}

	.in_carousel .container .mySwiper .mySwiperCarousel .subcategory h4 small {
		-webkit-line-clamp: 1;
	}

	.in_selling .container {
		flex-direction: column;
	}

	.in_selling .container .col {
		width: 100%;
		padding: 12px;
	}

	.in_selling {
		background-color: #f1fdf7;
		padding-bottom: 24px;
		padding-top: 24px;
	}

	.in_categories .container ul li {
		width: 50%;
	}

	.in_categories .container .title {
		font-size: 28px;
	}

	.in_categories {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	.in_fib .container {
		flex-direction: column;
	}

	.in_fib .container .col {
		width: 100%;
		padding: 12px;
	}

	.in_fib {
		padding-bottom: 46px;
		padding-top: 46px;
		background-color: #0d084d;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText {
		flex-direction: column;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .video {
		width: 100%;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon {
		width: 100%;
		padding: 24px 14px 24px 14px;
	}

	.in_news .container .newsBox ul {
		flex-wrap: wrap;
	}

	.in_news .container .newsBox ul li {
		width: 100%;
		padding: 12px;
	}

	.in_box .container {
		position: relative;
		padding: 60px 36px;
	}

	.in_box {
		padding-bottom: 60px;
	}

	.in_box .container .con span {
		padding-bottom: 20px;
		font-size: 24px;
	}

	.in_news {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	footer.footer .container .nav {
		display: flex;
		padding-bottom: 12px;
		flex-direction: column;
	}

	footer.footer .container .nav ul {
		display: flex;
		flex-wrap: wrap;
	}

	footer.footer .container .nav li {
		flex: auto;
		display: block;
		padding-bottom: 20px;
		padding-right: 20px;
		width: -moz-fit-content;
		width: fit-content;
	}

	.in_imonial .container .iImgSwiperBox .mySwiperIImg .ImgText .txtCon .txt {
		font-size: 18px;
	}

	.in_fib .container .left .title {
		font-size: 26px;
	}

	.in_imonial .container .iInt {
		padding-left: 36px;
	}

	.in_fiverr {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	.in_fiverr .productCarousel ul {
		display: flex;
		padding: 8px;
		-moz-column-gap: 12px;
		column-gap: 12px;
		flex-wrap: wrap;
	}

	.productCarousel ul {
		display: flex;
		flex-wrap: wrap;
		padding: 8px;
	}

	.productCarousel ul li {
		width: 48%;
		padding-bottom: 8px;
	}

	.productCarousel ul li a {
		width: 100%;
	}

	.productList .container {
		grid-gap: 18px;
		grid-template-columns: repeat(1, 1fr);
	}

	.productList .container .list a .imgs .swiper .swiper-slide img {
		width: 100%;
	}

	.productList .container .list a .imgs .swiper .swiper-button-next:after,
	.productList .container .list a .imgs .swiper .swiper-button-prev:after {
		width: 28px;
		height: 28px;
		line-height: 28px;
	}

	.productList .container .list a .imgs .swiper .swiper-button-next,
	.productList .container .list a .imgs .swiper .swiper-button-prev {
		width: auto;
		height: auto;
	}

	.logList .container .list {
		width: 30%;
		width: 100%;
		padding-bottom: 3.3%;
		margin-right: 0;
	}

	.logTop .container a {
		display: flex;
		flex-direction: column;
	}

	.logTop .container a .img {
		width: 100%;
	}

	.logTop .container a .con {
		flex: 1;
		text-align: left;
		margin-bottom: 20px;
		margin-left: 0;
	}

	.logTop .container a .con .title span {
		margin-bottom: 0;
		font-size: 1.5rem;
		line-height: 1.3;
		font-weight: bold;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.logTop {
		padding-bottom: 46px;
		padding-top: 46px;
	}

	.blogBox .container {
		width: 100%;
	}

	.blogBox .container .blog_title .title {
		margin-top: 20px;
		margin-bottom: 20px;
		font-size: 1.5rem;
		line-height: 1.5;
		font-weight: 700;
		letter-spacing: 0;
	}

	.blogBox {
		padding-top: 0;
		padding-bottom: 60px;
	}

	.about_FormBox .container {
		position: relative;
		padding: 60px 26px;
	}

	.about_FormBox .container .con span {
		font-size: 28px;
		line-height: 1;
		text-align: center;
	}

	.about_FormBox .container .con .form {
		width: 100%;
		flex-direction: column;
	}

	.about_FormBox .container .con .form input {
		width: 100%;
		border-radius: 4px;
		overflow: hidden;
		margin-bottom: 12px;
	}

	.about_FormBox .container .con .form .btn {
		border-radius: 4px;
		overflow: hidden;
	}

	footer.footer .container .bottom {
		flex-direction: column-reverse;
	}

	footer.footer .container .bottom .left {
		display: flex;
		align-items: center;
		padding-left: 12px;
		padding-bottom: 14px;
	}

	.productConTop .container {
		display: flex;
		padding: 32px 0;
		flex-direction: column;
	}

	.productConTop .container .left {
		margin-right: 0;
		width: 100%;
		padding: 14px;
	}

	.productConTop .container .right {
		width: 100%;
		padding: 14px;
	}

	.productConTop .container .right .con .conTop .package-content .delivery {
		display: flex;
		margin-bottom: 24px;
		flex-direction: column;
	}

	.productConTop .container .right .con .conTop .package-content .delivery li {
		padding-top: 8px;
	}

	.productConTop .customer a .con {
		display: none;
	}

	.productConTop .customer {
		width: -moz-fit-content;
		width: fit-content;
		height: 48px;
	}

	.productConTop .customer a {
		height: 48px;
		border-radius: 48px;
		padding: 8px;
	}

	.productConTop {
		padding-top: 0;
	}

	.banner .bannerTitle .popular {
		display: none;
	}

	.productCategories {
		display: none;
	}

	nav.nav .container .navbar-nav .navbar ul li a {
		padding: 12px 6px;
	}

	nav.nav .container .logo a img {
		height: 32px;
	}

	footer.footer .container .bottom .right {
		justify-content: center;
		padding-bottom: 8px;
	}

	footer.footer {
		padding-bottom: 6px;
		padding-top: 64px;
	}

	nav.nav .container .navbar-nav .navbar {
		height: 100vh;
		position: absolute;
		top: 100%;
		left: 0;
		background-color: #fff;
		border-top: 1px solid #eee;
		width: 100%;
		display: none;
	}

	nav.nav .container .navbar-nav .navbar ul {
		flex-direction: column;
	}

	nav.nav.white-bg .container .navbar-nav .navbar ul li {
		display: block;
		width: 100%;
		border-bottom: 1px solid #eee;
	}

	nav.nav.white-bg .container .navbar-nav .navbar ul li a {
		display: block;
		padding: 12px;
	}

	nav.nav .container .navbar-nav .navModule .navbtn {
		display: block;
		padding-top: 12px;
		margin-top: 2px;
	}


	/* 服务介绍 */
	/* banner */
	.service .banner {
		height: 230px;
	}

	.service .banner p {
		font-size: 20px;
		/* margin-top: -15%; */
	}

	.service .banner a {
		font-size: 12px;
	}

	.service .banner a::before {
		content: "";
		width: 15px;
		height: 15px;
		top: 3.5px;
		background-size: 15px 15px;
	}

	.service .banner a:hover {
		background: #4f81df;
	}

	.service .fuwu {
		margin-top: 50px;
	}

	.service .fuwu h1 {
		font-size: 26px;
		font-weight: 500;
		text-align: center;
	}

	.service .fuwu p {
		text-align: center;
		font-size: 15px;
	}

	.service .fuwu ul {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		width: 98%;
		height: 1700px;
		overflow: hidden;
		margin: 20px auto 50px;
	}

	.service .fuwu ul li {
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
		width: 95%;
		height: 550px;
		margin: 15px auto 15px;
		background-color: rgb(255, 255, 255);
		box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
		transition: all 0.5s;
	}

	.service .fuwu ul li:hover {
		transform: translateY(-5px);
	}

	.service .fuwu ul li img {
		width: 80px;
		height: auto;
		margin-top: 60px;
	}

	.service .fuwu ul li img:nth-last-child() {
		margin-top: 160px;
	}

	.service .fuwu ul li h2 {
		font-size: 22px;
		font-weight: 500;
		margin-top: 30px;
	}

	.service .fuwu ul li span {
		padding: 40px 30px 0px;
		/* font-weight: 500; */
		font-size: 15px;
	}

	.service .chanpin {
		width: 100%;
		height: 780px;
		margin: 0 auto;
		background-color: #f1fef7;
	}

	.service .chanpin h2 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 80px;
		text-align: center;
		padding-top: 50px;
	}

	.service .chanpin p {
		text-align: center;
		font-size: 15px;
	}

	.service .chanpin ul {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
		width: 95%;
		height: 600px;
		margin: 50px auto 0px;
	}

	.service .chanpin ul li {
		width: 35%;
		height: 250px;
	}

	.service .chanpin ul li span:nth-child(1) {
		font-size: 40px;
		font-weight: bold;
	}

	.service .chanpin ul li span:nth-child(2) {
		font-size: 18px;
		font-weight: bold;
		display: block;
	}

	.service .chanpin ul li span:nth-child(3) {
		font-size: 14px;
		font-weight: normal;
		display: block;
		margin-top: 50px;
		padding-right: 20px;
	}

	.service .changjing h3 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 50px;
		text-align: center;
		padding-top: 30px;
	}

	.service .changjing p {
		text-align: center;
		font-size: 15px;
	}

	.service .changjing ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: space-between;
		width: 95%;
		height: 980px;
		margin: 50px auto 0px;
	}

	.service .changjing ul li {
		width: 48%;
		height: 230px;
		background-color: #f2f2f2;
	}

	.service .changjing ul li span:nth-child(1) {
		font-size: 20px;
		font-weight: bold;
		display: block;
		text-align: center;
		padding-top: 30px;
	}

	.service .changjing ul li span:nth-child(2) {
		font-size: 14px;
		display: block;
		padding: 20px 15px 0;
	}

	.service .changjing ul li:hover {
		background-color: #eeeded;
	}


	.service .anli {
		width: 100%;
		height: auto;
		background-color: #f2f2f2;
		margin-top: 100px;
		overflow: hidden;
	}

	.service .anli h4 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 60px;
		text-align: center;
		padding-top: 0px;
	}

	.service .anli p {
		text-align: center;
		font-size: 15px;
	}


	.service .anli .bigBox {
		width: 95%;
		overflow: hidden;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		margin-top: 30px;
		/* background-color: yellow; */
	}

	.service .anli .bigBox ul {
		height: 30px;
		width: 100%;
		display: flex;
		justify-content: space-evenly;
		margin: 0 auto;
	}

	.service .anli .bigBox ul li {
		width: 100px;
		/* background: rgb(144, 144, 144); */
		border: 1px solid #000;
		display: flex;
		justify-content: space-evenly;
		align-items: center;
		border-radius: 15px;
		transition: all .7s ease 0s;
		font-size: 13px;
	}

	.service .anli .bigBox ul li:hover {
		background-color: rgb(221, 221, 221);
		cursor: pointer
	}

	.service .anli .bigBox .box {
		width: 100%;
		height: auto;
		margin: 50px auto 0px;
		/* overflow: hidden; */
	}

	.service .anli .bigBox .box>div {
		width: 100%;
		height: auto;
	}

	.service .anli .bigBox .box div a {
		position: relative;
		display: block;
		width: 100%;
		height: 200px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;
		overflow: hidden;
	}

	.service .anli .bigBox .box div a:nth-child(4n) {
		margin-right: 0px;
	}

	.service .anli .bigBox .box div img {
		width: 100%;
		height: 200px;
		transition: all 0.3s;
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.service .anli .bigBox .box div img:hover {
		transform: scale(1.05);
		-ms-transform: scale(1.05);
		-webkit-transform: scale(1.05);
	}

	.service .anli .bigBox .box div .zhezhao {
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 100%;
		height: 45px;
		line-height: 45px;
		color: #fff;
		text-align: center;
		font-size: 18px;
		background: rgba(0, 0, 0, 0.3);
	}

	.service .active {
		background: rgb(221, 221, 221) !important;
	}

	.service .hezuo h5 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 80px;
		text-align: center;
		padding-top: 0px;
	}

	.service .hezuo p {
		text-align: center;
		font-size: 15px;
	}

	.service .hezuo .icon {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-content: flex-start;
		width: 95%;
		height: auto;
		margin: 50px auto 0;
		overflow: hidden;
	}

	.service .hezuo .icon img {
		width: 120px;
		height: auto;
		float: none;
		margin-right: 0;
		margin-bottom: 5px;
		transition: all 0.3s;
		-ms-transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	.service .hezuo .icon img:nth-child(6n) {
		margin-right: 0;
	}

	.service .hezuo .icon img:hover {
		transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
	}

	.service .fankui {
		width: 100%;
		height: 600px;
		background-color: #fdfff4;
	}

	.service .fankui h6 {
		font-size: 26px;
		font-weight: 500;
		margin-top: 80px;
		text-align: center;
		padding-top: 60px;
	}

	.service .fankui p {
		text-align: center;
		font-size: 15px;
	}

	.service .fankui .content {
		width: 95%;
		height: 600px;
		margin: 50px auto 0;
	}

	.service .fankui .content .say {
		width: 100%;
		height: 110px;
		margin-bottom: 20px;
		background-color: #f2f2f2;
		border-radius: 90px;
	}

	.service .fankui .content .say img {
		height: 110px;
		width: auto;
	}

	.service .fankui .content .say .right {
		width: 64%;
		height: 110px;
		float: right;
		margin-right: 15px;
	}

	.service .fankui .content .say .right span:nth-child(1) {
		display: inline-block;
		font-size: 18px;
		font-weight: bold;
		margin-top: 5px;
	}

	.service .fankui .content .say .right span:nth-child(2) {
		display: inline-block;
		font-size: 13px;
		font-weight: 500;
		margin-top: 2px;
	}

	.service .fankui .content .say .right span:nth-child(3) {
		display: block;
		font-size: 12px;
		margin-top: 0px;
	}

	.service .fankui .content .say:hover {
		background-color: #eaeaea;
	}


}

/*  sourceMappingURL=style.css.map */