body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424142;
}

.h200 {
	height: 200px !important;
}

button {
	outline: none;
}

.btn {
	white-space: nowrap;
	border-radius: 0;
	box-shadow: none;
}

.btn-primary {
	background-color: #e9482d;
	border-color: #e9482d;
}

.btn-primary:hover {
	background-color: #da2102;
	border-color: #da2102;
	color: #ffffff !important;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
	background-color: #e9482d;
	border-color: #e9482d;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
	background-color: #da2102;
	border-color: #da2102;
	box-shadow: none;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.form-control {
	border-radius: 0;
}

.form-control:focus {
	border-color: rgba(233, 72, 45, .6);
	box-shadow: none;
}

.hr-html {
	width: 90px;
	margin: 0 auto;
	height: 4px !important;
	color: #e9482d;
	opacity: .7;
}

hr {
	color: #686868;
}

a {
	color: #686868;
	text-decoration: none;
}

.sec_pad {
	padding: 80px 0;
}

.navbar-toggler {
	border: none;
	padding: 0;
}

.navbar-toggler:focus {
	box-shadow: none;
}

/*置顶*/
#goToTop {
	position: fixed;
	bottom: 20px;
	right: 5%;
	background: #e9482d;
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

#goToTop span {
	font-size: 22px;
	display: block;
	color: #fff;
	margin: 0 auto;
	line-height: 29px;
	text-align: center;
	cursor: pointer;
}

/*导航*/
.navbar {
	padding: 0;
}

.navbar-brand {
	width: 190px;
	padding: 0;
}

.navbar-brand img {
	width: 100%;
}

.nav-link {
	margin: 2rem 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #2c2c2c;
}

.navbar-light .navbar-nav .nav-link:hover {
	border-bottom: solid 5px #0a58ca;
	margin-bottom: -5px;
}

.site-header,
.site-header nav {
	background-color: #fff !important;
}

.site-header .container a {
	font-size: 20px;
}

.navbar ul.navbar-nav li.dropdown:hover>ul.dropdown-menu {
	display: block;
}

.navbar .dropdown-menu {
	right: -2rem;
	border: none;
	border-radius: 0;
	box-shadow: 0 .25rem .5rem rgba(0, 0, 0, .08) !important;
}

.navbar .dropdown-menu[data-bs-popper] {
	margin-top: 0;
}

.navbar .dropdown-menu a {
	font-size: 0.875rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}

.site-header .container .dropdown-item.active,
.dropdown-item.active,
.dropdown-item:active {
	color: black;
	background-color: #fff;
}

.site-header .container .dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:hover {
	color: #0d82e8;
	background-color: #fff;
}

.navbar-right .dropdown-toggle::after {
	display: none;
}

.navbar-right .dropdown-menu[data-bs-popper] {
	left: auto;
	margin-top: 0;
}

.navbar-light .mobile {
	display: none !important;
}
.index .features {
	background-color: #e0f8ff;
}
.index .container ul li {
	list-style: none;
	display: inline;
}

.convert {
	margin: 0 auto;
	width: 80%;
}

.step {
	font-size: 1.125rem;
	background-color: #7cc0ff;
}

.step ol {
	counter-reset: li;
	margin-left: 0;
	padding-left: 0;
	width: 50%;
	margin: 0 auto;
}

.step ol>li {
	position: relative;
	list-style: none;
	color: #2c2c2c;
	margin:3.5rem;
}

.step ol>li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: -2px;
	left: -3rem;
	width: 2.5rem;
	height: 2.5rem;
	padding: .2rem .6rem;
	color: #0d82e8;
	font-weight: bold;
	border-radius: 50%;
	background-color: #fff;
	border: 5px solid #55aaff;
}
.row .list-left {
	box-shadow:#e6e6e6 4px 4px 4px;
}
.row .list-right {
	background-color: #dddddd;
}
.row .list-right li {
	list-style: none;
	line-height: 3.5rem;
}
.row .list-right li a {
	color: #333333;
	font-weight: bold;
}

.show .title {
	width: 100%;
	background-color: #55aaff;
}

.footer {
	background-color: #55aaff;
	color: #fff;
}
.footer .row {
	width: 80%;
	margin: 0 4% 0 16%;
}
.footer ul {
	list-style: none;
}

.footer ul li {
	width: 70%;
}


.footer ul li>a {
	color: #fff;
	font-size: 1.0625rem;
	line-height: 2.5rem;
}

.show .title {
	background-color: #55aaff;
}

.show-product .carousel-item {
	height: 200px;
}

.show-product .carousel-item img {
	object-fit: cover;
	height: 100%;
}

.show-product .description {
	font-size: 14px;
	color: #686868;
}

.show-product .widget {
	margin-bottom: 45px;
}

.show-product .widget .widget-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 25px;
	height: 3px;
	background: #e9482d;
}

.show-product .widget .widget-title {
	padding-bottom: 18px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.show-product .widget ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.show-product .widget ul:not(.recent-news)>li {
	font-weight: 800;
	font-size: 14px;
	position: relative;
	margin-bottom: 11px;
	line-height: 24px;
}

.show-product .widget ul:not(.recent-news)>li .posts-count {
	color: #b5b5b5;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-o-transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.show-product .widget .recent-news .thumb {
	float: left;
	margin-right: 20px;
}

.show-product .recent-news {
	padding-top: 5px;
}

.show-product .widget .recent-news li:not(:last-child) {
	margin-bottom: 25px;
}

.show-product .widget .recent-news .thumb img {
	width: 70px;
	height: 70px;
	object-fit: cover;
}

.show-product .widget .recent-news h6 {
	margin: -3px 0 3px;
	line-height: 24px;
	font-size: 16px;
	font-weight: 600;
}

.show-product .widget .recent-news .entry-date {
	font-size: 14px;
	line-height: 1;
	color: #686868;
}

.case img {
	width: 100%;
}

.main-search .keyword {
	width: 30%;
}

.main-search .card .row img {
	height: 122px;
	object-fit: cover;
}

.main-search .row .card-text.info {
	font-size: 12px;
	color: #909090;
}

.card-info {
	margin: 0;
	color: #686868;
	font-size: 12px;
}

.main-search .card-body h4 a {
	font-size: 18px;
	color: #424142;
}


.pagination-block {
	display: flex;
	justify-content: center;
}

.pagination_info {
	margin: 0 10px;
	display: flex;
	align-items: center;
}

.pagination {
	margin: 0;
}

.pagination li a,
.pagination li span {
	padding: .375rem .75rem;
}

.pagination li a,
.pagination li span {
	position: relative;
	display: block;
	color: #6c757d;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pagination li a:hover {
	z-index: 2;
	color: #0a58ca;
	background-color: #e9ecef;
	border-color: #dee2e6;
}

.pagination .disabled span {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
}

.pagination .active span {
	color: #ffffff;
	background-color: #e9482d;
	border-color: #e9482d;
}

.pagination_jump {
	display: flex;
	align-items: center;
}

.pagination_jump>* {
	padding: 0 4px;
}

.pagination_jump input {
	border-radius: 0;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	padding: .375rem .75rem;
}

.pagination_jump input:focus {
	outline: none;
}

.pagination_jump .btn {
	padding: .25rem .5rem;
	font-size: .875rem;
}


@media (max-width: 1200px) {
	.site-header .container .active {
		background-color: #f4f4f4;
	}

	.pricing-header .card {
		margin-top: 10px;
	}

	.sec_pad {
		padding: 60px 0;
	}

	.navbar-light .navbar-nav .nav-link {
		margin: 2rem 0;
		font-size: .9rem;
		font-weight: bold;
		background-color: #ffffff;
	}

	.step ol {
		width: 60%;
	}
}

@media (max-width: 992px) {
	.navbar {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}

	.navbar-brand {
		padding-top: .8rem;
		padding-bottom: .8rem;
	}

	.navbar-light .navbar-nav .nav-link {
		text-align: center;
		margin: 0rem .5rem;
		font-weight: bold;
	}

	.navbar-light .navbar-nav .nav-link:hover {
		border-bottom: solid 5px #ffffff;
		margin-bottom: -5px;
	}

	.dropdown-menu.show {
		display: block !important;
	}

	.navbar-light .pc {
		display: none !important;
	}

	.navbar-light .mobile {
		display: block !important;
		margin-right: -21rem;
	}

	.navbar-light .mobile .nav-link {
		font-size: 1.125rem;
	}

	.navbar-light .mobile .nav-link:hover {
		border-bottom: none;
		margin-bottom: 0;
	}

	.navbar-light .mobile .dropdown-menu {
		position: absolute;
		left: -.5rem;
	}

	.step ol {
		width: 80%;
	}

	#carouselExampleCaptions .carousel-item {
		height: 400px;
	}

	#carouselExampleCaptions .carousel-caption {
		bottom: 2.25rem;
	}

	#carouselExampleCaptions .btn {
		padding: .25rem .5rem;
		font-size: .875rem;
	}

	.carousel-caption {
		padding-top: 1.25rem;
		padding-bottom: .25rem;
	}

	.sec_pad {
		padding: 20px 0;
	}

	.company.sec_pad {
		padding-bottom: 0;
	}

	.product.sec_pad {
		padding: 20px 0;
		padding-bottom: 0;
	}

	.product .card-text {
		font-size: 14px;
		line-height: 24px;
	}

	.pricing-header .card {
		margin-top: 10px;
	}

	.pricing-header .card:first-child {
		margin: 0;
	}

	.company .info {
		font-size: 14px;
		margin-bottom: 0;
		height: auto;
	}

	.company .info-box {
		padding-left: 12px;
		height: auto;
	}

	.company .info-btn {
		padding: 10px 0;
	}

	.company .info-btn .btn {
		padding: .25rem .5rem;
		font-size: .875rem;
	}

	.footer {
		padding-top: 20px;
	}

	.news .category ul>li {
		margin-bottom: 5px;
		margin-right: 15px;
	}
}

@media (max-width: 768px) {
	.carousel-caption {
		padding-top: 1.25rem;
		padding-bottom: 2.25rem;
	}

	.product .card-text {
		font-size: 16px;
		line-height: 32px;
	}

	.navbar-light .mobile {
		display: block !important;
		margin-right: -10rem;
	}

	.step ol {
		width: 90%;
	}
}

@media (max-width: 576px) {
	#carouselExampleCaptions .carousel-item {
		height: 250px;
	}

	#carouselExampleCaptions .carousel-caption h5 {
		font-size: 1rem;
	}

	#carouselExampleCaptions .carousel-caption .info {
		font-size: .5rem;
	}

	.product .card-text {
		font-size: 14px;
		line-height: 28px;
	}

	.product .card-body {
		padding: 1rem .8rem;
	}

	.main-search .keyword {
		width: auto;
	}

	.main-search .card .row img {
		height: 220px;
	}

	.navbar-light .mobile {
		display: block !important;
		margin-right: -6rem;
	}

	.step ol {
		width: 100%;
	}

}

@media (max-width: 320px) {
	#carouselExampleCaptions .carousel-caption {
		display: none;
	}

	#carouselExampleCaptions .carousel-item {
		height: 200px;
	}

	.site-header .navbar-brand {
		margin-right: 0;
	}

	.company .info-box {
		padding-left: 12px;
		height: auto;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.bg-xl-white {
		background-color: #fff !important;
	}

	.product-info .list-right .img img {
		height: 89px !important;
	}

	.service .card-body {
		padding: 70px 30px 30px 50px;
	}

	.product .card-text {
		padding-right: 3rem;
		line-height: 30px;
	}

	.service .card .row .card-text {
		line-height: 30px;
	}
}
