body {
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

a {
	color: #333;
}

a:hover,
a:focus {
	color: #666;
	text-decoration: none;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
	
}

.navbar {
	margin-bottom: 0;
	border: none;
}

.navbar-default {
	background-color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #fff;
	background-color: #f7ac00;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	color: #fff;
	background-color: #f7ac00;
}

.navbar-right {
	margin-top: 10px;
}

.navbar-right-top a {
	display: inline-block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
}

.navbar-right-top a:nth-child(1) {
	background-color: #083e7a;
}

.navbar-right-top a:nth-child(2) {
	background-color: #f7ac00;
}

.navbar-tel {
	font-size: 20px;
}

.navbar-tel b {
	font-size: 28px;
}

.navbar-default .navbar-collapse {
	background-color: #083e7a;
}

.carousel-indicators {
	position: absolute;
	bottom: 5px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: #fff;
	border: none;
	border-radius: 50%;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0 5px;
	background-color: #f7ac00;
}

.list-catrgory {
	margin-top: 30px;
	margin-bottom: 0;
}

.list-catrgory li h2 {
	font-size: 14px;
	line-height: 30px;
	margin: 0;
}

.list-catrgory li a {
	display: block;
	padding: 5px 15px;
	background-color: #898989;
	color: #fff;
	text-align: center;
}

.list-catrgory li a:hover {
	background-color: #083e7a;
	color: #fff;
}

.title {
	height: 45px;
	line-height: 45px;
	background: url(https://file.sxxcfw.cn/wp-content/themes/hq/assets/images/title_bg.gif) no-repeat left top;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}

.title h4 {
	font-size: 18px;
	line-height: 45px;
	margin: 0;
	padding: 0 20px;
	color: #fff;
}

.title h4 i {
	margin-right: 5px;
}
.product-item{
	height:320px;
	overflow:hidden;
	}
.product-item img {
	border: 1px solid #ccc;
	width: 100%;
	object-fit: cover;
}

.product-item h3 {
	text-align:center;
	line-height: 40px;
	font-size: 16px;
	background-color: #dfdfdf;
	white-space:nowrap;
	overflow:hidden;
}

.product-item:hover img {
	border: 1px solid #083e7a;
	transition: all 0.5s;
}

.product-item:hover h3 {
	background-color: #083e7a;
	color: #fff;
	transition: all 0.5s;
}

.list-news li {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dashed #ccc;
	overflow: hidden;
	background: url(https://file.sxxcfw.cn/wp-content/themes/hq/assets/images/news_icon.jpg) no-repeat left center;
	padding-left: 15px;
}

.list-news li span {
	color: #999;
}

.slideBox {
	width: 360px;
	height: 360px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
        overflow: hidden;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
}

.slideBox .hd {
	height: 25px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	padding: 5px;
	border: 1px solid #ccc;
	line-height: 15px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 360px;
	display: block;
object-fit: cover;
}

.contact {
	line-height: 30px;
}

.footer {
	padding: 30px 0;
	color: #fff;
	line-height: 30px;
	background-color: #083e7a;
}

.footer p {
	line-height: 30px;
	margin-bottom: 0;
}
.footer p a{
	color: #fff;
}

.link {
	padding: 10px 0;
	line-height: 30px;
	color: #666;
}

.link a {
	margin: 0 5px;
	color: #666;
}

.sidebar-list li {
	height: 50px;
	margin-top: 5px;
}

.sidebar-list li a {
	display: block;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	background-color: #dedede;
	padding: 0 20px;
}

.sidebar-list li a:hover {
	background-color: #083e7a;
	color: #fff;
}

.content {
	line-height: 30px;
}

.content p{
 text-indent:2em;
 font-size:16px;
}

.content-title {
	font-size: 22px;
	font-weight: bold;
	margin: 30px 0;
}

.content-info {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}

.content-info span {
	margin: 0 10px;
}

.product-img {
	border: 1px solid #ccc;
	padding: 5px;
}

.product-info {
	line-height: 30px;
}

.product-tel {
	font-size: 16px;
}

.product-tel b {
	font-size: 26px;
	color: #ce032e;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: 5px;
	line-height: 1.42857143;
	color: #333;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-radius: 0;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-radius: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
	z-index: 2;
	color: #fff;
	background-color: #083e7a;
	border-color: #083e7a;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #083e7a;
	border-color: #083e7a;
}
.about p{
	line-height: 1.5em;
}

@media (min-width: 768px) {
	.navbar-header {
		padding: 20px 0;
	}

	.navbar-header {
		width: 100%;
	}

	.navbar-brand {
		height: 60px;
		padding: 0;

	}

	.navbar>.container .navbar-brand {
		margin-left: 0;
	}

	.navbar-brand img {
		height: 100%;
	}

	.navbar-default .navbar-nav>li>a {
		color: #fff;
		padding: 20px 39px;
		font-size: 16px;
	}

	.product-item img {
		/* height: 260px; */
	}
}

@media (max-width: 767px) {
	.navbar-brand {
		height: 50px;
		padding: 5px 15px;
	}

	.navbar-brand img {
		height: 40px;
	}

	.list-catrgory li {
		margin-bottom: 20px;
	}

	.about {
		line-height: 30px;
	}
}