/**
 * 站点公共CSS
 * @作者 苏相锟 <admin@phpok.com>
 * @主页 https://www.phpok.com
 * @版本 5.x
 * @授权 GNU Lesser General Public License  https://www.phpok.com/lgpl.html
 * @时间 2021年1月8日
**/

:root {
  --blue: #1D5595;
  --darkblue:#093361;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #E77717;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #1D5595;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #E77717;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

a{
	color:var(--blue);
}

.logo{
	float: left;
	height: 130px;
	width: 380px;
}
	.logo a {
		height: 130px;
		width: 380px;
		display: block;
	}
.btn-primary{
	background-color:var(--blue);
	border:0;
}
.btn-primary:hover{
	background-color:var(--darkblue);
}

.bg-nav{
	background-color:var(--blue) !important;
	height:10px;
}

.border-primary{
	border-color:var(--blue) !important;
}

.border-dotted{
	border-style:dashed;
}

.text-warning{
	color:var(--warning) !important;
}

.list-group-item.active{
	background-color:var(--orange);
	border-color:var(--orange);
	color:var(--light);
}

.list-group-item.active a{
	color:var(--light);
}

/* 单行省略号 */
.crop-text-1 {
  -webkit-line-clamp: 1;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* 两行省略号 */
.crop-text-2 {
  -webkit-line-clamp: 2;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}


.more{
	font-size:1rem;
	float:right;
}

.hand{
	cursor:pointer;
}

.bg-light-50{
	background-color:rgba(255,255,255,0.5);
}
.border-light-50{
	border-color:rgba(255,255,255,0.5);
}

.page-link{
	color:var(--blue);
}
.page-item.active .page-link{
	background-color:var(--darkblue);
	border-color:var(--darkblue);
}

.copyright {
	text-align: center;
	height: 80px;
	background: #000;
	color: #fff;
	line-height: 80px;
}

footer{
	background: url(../images/footer_bg.jpg) center center;
	height: 360px;
	width: 100%;
}

.divider-line {
	height: 18px;
	width: 100%;
	background: url(../images/h2_line.jpg) 5px bottom no-repeat;
	margin-bottom: 40px;
}

.askme {
	float: left;
	width: 550px;
}
.askme p {
	line-height: 34px;
	font-size: 16px;
	color: #fff;
}
.askme a {
	display: inline-block;
	padding: 10px 25px;
	color: #fff;
	text-decoration: none;
	font-size: 22px;
	background: #d6af67;
}

.telme {
	float: left;
	width: 500px;
}

.qrme {
	float: left;
	width: 350px;
}

footer .footer-title {
	font-size: 22px;
	color: #fff;
	margin-top: 80px;
}

footer .footer-title h4 {
	margin-bottom: 0;
}

.contact-list {
	list-style: none;
}
.contact-list li {
	height: 34px;
	line-height: 34px;
	color: #fff;
}
.contact-list li .fa {
	color: #d6af67;
}
.qrcode-list {
	list-style: none;
	overflow: hidden;
}
.qrcode-list li {
	float: left;
	width: 90px;
	margin-left: 40px;
}
.qrcode-list li:first-child {
	margin-left: 0;
}
.qrcode-list li .img {
	width: 90px;
	height: 90px;
	overflow: hidden;
}
.qrcode-list li p {
	line-height: 30px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	width: 100%;
}

footer ul,footer ol{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

footer ul li,footer ol li{
	line-height:200%;
}

select + select{
	margin-top:0.5em;
}

select + input{
	margin-top:0.5em;
}

/* 独立页面样式 */
.l-height{
	line-height:170%;
}


/* 任意页返回头部 */
.toTop{background:url('../images/to-top.png') center center no-repeat;width:48px;height:48px;border:0;bottom: 15px !important;}



.content{ line-height:170%;font-size:1em;font-weight:500;}
.content p{ margin-bottom:1em;}
.content table {border: 1px solid #ddd;border-collapse: collapse;display: table;}
.content table td {border: 1px solid #ddd;padding: 5px 10px;}
.content table th {border: 1px solid #ddd;background-color: #f7f7f7;padding: 5px 10px;}
.content blockquote{
	margin:1em 0;border:1px solid #efefef;background:#fcfcfc;padding:0.5em 1em;
}

/* 管理员回复评论信息 */
fieldset.admin-reply{
	border:1px solid #ccc;
	padding:0.5em;
}
fieldset.admin-reply legend{
	width:auto;
	padding:0 0.5em;
	font-size:1em;
}

fieldset.admin-reply + fieldset.admin-reply{
	margin-top:1em;
}


/* 产品属性 */
div.attr{border:1px solid #ccc;margin-bottom:5px;line-height:26px;padding:3px 10px;cursor:pointer;}
div.attr.selected{border:1px solid var(--orange);background-color:var(--orange);color:var(--white);}

ul.radio li label{
	padding:0.25em 1em;
}

ul.radio li label input[type=radio]{
	margin-left:-1em;
	margin-top:0.1em;
}
header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
}
header .topnav{
	line-height: 40px;
	border-bottom:1px solid #eee;
    background:#FEFEFE;
    color:var(--dark);
}
header .topnav a{
    color:var(--dark);
}
.nav {
	margin-top: 45px;
}
.nav-link {
	font-size: 18px;
	color: #fff;
}
.nav-link:hover {
	color: #d6af67;
}
.dropdown-menu {
	left: -20px;
	padding: 0; margin: 0;
	background: unset;
	border: unset;
}
.dropdown-item {
	background: rgba(214,175,103,0.3);
	border: 3px solid #d6af67;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	text-align: center;
	color: #fff;
	line-height: 44px;
	padding: 0;
	font-size: 18px;
	margin-bottom: 5px;
}
.dropdown-item:hover {
	color: #fff;
	background: rgba(214,175,103,0.8);
}
header .menu a{
	font-size:1.2rem;
	color:var(--dark);
}

.headnav{
	width:100%;
	margin:0 auto;
}

.index-search{
	background:var(--primary);
	padding:1em 0;
	color:var(--white);
}

.index-search a{
	color:var(--white);
}

.index-search .bg-orange{
	background-color:var(--orange);
	border-color:var(--orange);
}

.index-search .bg-orange:hover,.index-search .bg-orange:active{
	background-color:var(--orange);
	border-color:var(--orange);
}
.about,
.advantages {
	background: #fff;
	width: 100%;
}
	.about p {
		width: 1360px;
		color: rgba(0,0,0,0.75);
		line-height: 36px;
		margin: 0 auto;
	}
	.about ul {
		width: 1360px;
		overflow: hidden;
		margin: 80px auto;
		list-style: none;
	}
		.about ul li {
			float: left;
			width: 25%;
			text-align: center;
		}
	.about ul li p {
		width: 100%;
		font-size: 36px;
		color: #d6af67;
		margin-bottom: 35px;
	}
		.about ul li p span {
			font-size: 16px;
			margin-left: 8px;
			font-weight: bold;
		}
	.about ul li strong {
		font-weight: normal;
		color: #676767;
		font-size: 16px;
	}
h2.title {
	margin: 80px 0;
	width: 100%;
	min-height: 80px;
	text-align: center;
	background: url(../images/h2_line.jpg) center bottom no-repeat;
}
	h2.title strong {
		font-size: 30px;
		color: #000;
		display: block;
	}
	h2.title span {
		font-size: 18px;
		color: rgba(0,0,0,0.25);
		display: block;
		margin-top: 8px;
	}
.banner {
	height: 480px;
	width: 100%;
}
.card {
	float: left;
	width: 300px;
	border: unset;
	background: unset;
	padding: 0;
	margin: 0;
}
.card-header {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
	text-indent: 25px;
	background: unset;
	border: unset;
	padding: 0;
}
#wrap {
	padding-top: 80px;
	padding-bottom: 80px;
	width: 1400px;
	overflow: hidden;
}
.list-group-item {
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	color: #d6af67;
	padding: 0;
}
.list-group-item a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	text-indent: 13px;
	color: #d6af67;
	display: inline-block;
}
.list-group-item a:hover {
	color: #000;
	background: rgba(214,175,103,0.3);
}
.list-group-item.active {
	background: #d6af67;
	border: #d6af67;
}
.list-group-item.active a:hover {
	background: #d6af67;
	border: #d6af67;
	color: #fff;
}
.productList {
	width: 1010px;
	float: right;
}
	.productList h1 {
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		padding: 0; margin: 0 0 80px;
		font-weight: bold;
	}
	.productList .row {
		overflow: hidden;
	}
.productBox {
	float: left;
	width: 33.3333%;
	padding: 0 30px 80px;
	box-sizing: border-box;
}
.productBox a {
	text-decoration: none;
	color: #000;
}
.crop-text-2 {
	font-size: 20px;
	text-align: center;
	margin-top: 50px;
}
.text-danger {
	color: #d6af67 !important;
	margin-top: 20px;
}
.page-link {
	color: #d6af67 !important;
}
.page-item.active .page-link {
	background: #d6af67;
	color: #fff !important;
	border-color: #d6af67;
}
.h2_cate_list {
	margin: 40px auto 80px;
	overflow: hidden;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0;
}
	.h2_cate_list li {
		display: inline-block;
		padding: 0 25px;
		background: #e5e5e5;
		color: rgba(0,0,0,0.8);
		margin: 0 5px;
	}
		.h2_cate_list li a {
			color: rgba(0,0,0,0.8);
			text-decoration: none;
		}
	.h2_cate_list li.active {
		background: #d6af67;
		padding: 0 50px;
		color: #fff;
	}
		.h2_cate_list li.active a {
			color: #fff;
			text-decoration: none;
		}
.newsList {
	width: 100%;
}
.newsList ul.list-unstyled {
	overflow: hidden;
	width: 100%;
}
.newsList ul.list-unstyled li {
	height: 195px;
	overflow: hidden;
	margin-bottom: 80px;
}
.newsList ul.list-unstyled li a .thumb {
	float: left;
	width: 320px; height: 195px;
	overflow: hidden;
	margin-right: 80px;
}
.newsList ul.list-unstyled li a .thumb img {
	width: 320px; height: 195px;
}
.newsList ul.list-unstyled li .newsBox {
	float: right;
	width: 960px;
}
.newsList ul.list-unstyled li .newsBox h5 {
	font-size: 18px;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}
.newsList ul.list-unstyled li a .newsBox h5 {
	color: #000;
}
.newsList ul.list-unstyled li a .newsBox .text-muted {
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	margin-bottom: .5rem;
}
.newsList ul.list-unstyled li a .newsBox .newsMore {
	padding: 0 25px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #d6af67;
	display: inline-block;
}