body{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #424142;
}
.h200{
	height: 100px!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;
}
a:hover{
	color: #e9482d!important;
}
.sec_pad {
	padding: 30px 0;
}
.navbar-toggler:focus {
	box-shadow: 0 0 0 0.1rem;
}

/*置顶*/
#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: 240px;
	padding: 5px;
}
.navbar-brand img {
	width: 100%;
}
.nav-link {
	padding: 1.5rem 1rem;
}
.navbar-light .navbar-nav .nav-link {
	color: #424142;
}
.site-header,.site-header nav{
	background-color: #fff!important;
}
.site-header .container a{
	font-size: 16px;
	font-weight: 700;
}
.site-header .container .active{
	color: #e9482d !important;
}
.navbar ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
	display: block;
}
.navbar .dropdown-menu[data-bs-popper] {
	margin-top: 0;
}
.dropdown-menu {
	border-radius: 0;
}
.site-header .container .dropdown-item.active ,.dropdown-item.active, .dropdown-item:active {
	color: #fff !important;
	text-decoration: none;
	background-color: #e9482d;
}
.navbar-right .dropdown-toggle::after {
	display: none;
}
.navbar-right .dropdown-menu {
	right: 0;
	padding-right: 10px;
	padding-left: 10px;
	width: 200px;
}
.navbar-right .dropdown-menu[data-bs-popper] {
	left: auto;
	margin-top: 0;
}
#navbarTogglerDemo02 .mobile {
	display: none !important;
}

.bg-banner{
	margin: 0!important;
	background-repeat:no-repeat;
	background-position: center center !important;
	background-size: cover;
}
.bg-banner h1{
	color: #e9482d;
}
.bg-banner .lead{
	color: #fff;
	font-size: 1rem;
}

/*轮播图*/
#carouselExampleCaptions .carousel-item {
	height: 600px;
}
#carouselExampleCaptions .carousel-caption {
	bottom: 30%;
}
#carouselExampleCaptions .carousel-caption h5 {
	color: #e9482d;
	font-weight: bold;
}
#carouselExampleCaptions .carousel-item img {
	height: 100%;
	object-fit: cover;
}
#carouselExampleCaptions .carousel-caption h5 {
	font-size: 2rem;
}
#carouselExampleCaptions .carousel-caption .info {
	font-size: 1rem;
}

/*首页公司简介*/
.company .title,.pricing-header .title {
	font-size: 32px;
	color: #424142;
}
.company .info-box {
	padding-left: 30px;
	height: 350px;
}
.company .info {
	font-size: 16px;
	color: #6b6b6b;
	line-height: 28px;
	height: calc(100% - 54px);
	overflow: hidden;
	-webkit-line-clamp: 10;
}
.pricing-header .lead{
	font-size: 14px;
	color: #6b6b6b;
}
.pricing-header .card{
	border: none;
}
.pricing-header img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.singlepage .info,.singlepage .info-box {
	height: auto;
}

/*首页产品*/
.product.sec_pad {
	padding: 70px 0;
}
.product .pricing-header img {
	height: auto;
}
.product,.product .card{
	background-color: #424343;
}
.product h1,.product .lead{
	color: #fff;
}
.product .card-text{
	font-size: 16px;
	text-align: left;
	color: #ededec;
	overflow: hidden;
}
.product h5{
	font-size: 24px;
	font-weight: 400;
	text-align: left;
	color: #e9482c;
}
.product .product-main{
	background-color: #494949;
	margin: 0 0 10px 0;
}

/*团队展示*/
.team .item {
	padding: 0 10px 15px 10px;
}
.team .item h5 {
	font-size: 20px;
	color: #6b6b6b;
}
.team .row .card h6{
	font-weight: bold;
	font-size: 16px;
	color: #e9482d;
	margin-bottom: 15px;
}
.team .row .card img{
	height: 300px;
	object-fit: cover;
}
.team .card-img, .team .card-img-top {
	border-radius: 0;
}
.team .card-text {
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}

/*专业服务*/
.service .card-body{
	padding: 30px;
	background-color: #e9482d;
	color: #fff;
	height: 100%;
}
.service .card-body h5{
	font-size: 1.8rem;
	font-weight: 400;
	text-align: left;
	margin-bottom: .8rem;
}
.service .card .row .card-text{
	margin-bottom: 15px;
	font-size: 1rem;
	line-height: 28px;
	text-align: left;
	overflow: hidden;
	min-height: 230px;
}
.service .btn-outline-primary {
	color: #ffffff;
	border-color: #ffffff;
}
.service .btn-outline-primary:hover {
	color: #fff !important;
	background: none;
	border-color: #6b6b6b;
}
.service .info-btn {
	text-align: left;
}

/*新闻中心*/
.news .card .row img{
	width: 100%;
	height: 200px;
	object-fit: contain;
}
.news .card .row .card-body{
	text-align: left;
}
.news .card .row .card-body h5{
	font-size: 1rem;
	font-weight: 400;
	color: #424142;
	height: 38px;
	overflow: hidden;
}
.news .card .row .card-body h5 a {
	color: #424142 !important;
}
.news .card .row .card-body h5 a:hover {
	color: #e9482d !important
}
.news .card .row .card-body h6{
	font-size: 14px;
	color: #686868;
}
.news .card .row .card-body .card-text {
	height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	color: #686868;
}
.news .card .row .card-body .card-text a {
	color: #686868 !important;
}
.news .card .row .card-body .card-text a:hover {
	color: #e9482d !important
}
.news .category ul>li {
	margin-bottom: 20px;
	margin-right: 30px;
}
.news .category li a {
	position: relative;
	color: #424142;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: capitalize;
	display: block;
	padding-bottom: 5px;
}
.news .category li a:after {
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
	width: 0;
	height: 2px;
	margin: auto;
	background-color: #e9482d;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}
.news .category li a.active:after, .news .category li a:hover:after {
	width: 100%;
}

.footer{
	background-color: #424142;
	color: #fff;
	padding-top: 60px;
}
.footer .image {
	width: 180px;
	object-fit: cover;
}
.footer .ulli {
	list-style: none;
	padding: 0;
}
.footer .ulli li {
	margin: 10px 0;
}
footer .row h5{
	margin-bottom: 20px;
	font-size: 18px;
}
footer .list-unstyled ul{
	white-space:nowrap;
}
footer .list-unstyled li{
	margin: 10px 0 0 20px;
	float: left;
}
footer .list-unstyled li:first-child {
	margin-left: 0;
}
footer .list-unstyled a{
	text-decoration: none;
	color: #fff;
}
footer .list-unstyled a:hover{
	color: #EF8200;
}
footer .icp{
	margin: 15px 0;
	text-align: center;
}

/*联系我们页面*/
.contact-html .row{
	text-align: left;
}
.contact-html .row h5{
	font-size: 1.5rem;
	color: #e9482d;
	font-weight: bold;
}
.contact-html .row .card-text{
	font-size: 16px;
	margin-bottom: 10px;
}
.contact-html .row .form-floating textarea{
	min-height: 150px;
}


/*新闻详情页面*/
.new-info .card-body{
	font-size: 16px;
	line-height: 30px;
	text-align: initial;
}
.new-info .card-body img{
	max-width: 100%!important;
}
.news .jump_url:hover .card-body h5 {
	color: #e9482d;
}

/*产品详情页面*/
.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;
	}
}
@media (max-width: 992px) {
	.navbar {
		padding-top: .5rem;
		padding-bottom: .5rem;
	}
	.navbar-brand {
		padding-top: .8rem;
		padding-bottom: .8rem;
	}
	.nav-link {
		padding: .5rem 1rem;
	}
	.navbar ul.navbar-nav li.dropdown:hover > ul.dropdown-menu {
		display: none;
	}
	.dropdown-menu.show {
		display: block !important;
	}
	.navbar-right.pc {
		display: none;
	}
	#navbarTogglerDemo02 .mobile {
		display: flex!important;;
	}
	#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 (width: 768px) {
	.carousel-caption {
		padding-top: 1.25rem;
		padding-bottom: 2.25rem;
	}
	.product .card-text {
		font-size: 16px;
		line-height: 32px;
	}
}
@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;
	}
}
@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;
	}
}