/* 页面共通部分 */
html,
body,
a,
p,
h1,
h2,
div,
span,
b {
	font-family: "微软雅黑";
}

.mod {
	width: 100%;
	margin: 50px 0px;
}

.mod .rom {
	width: 1200px;
	margin: 0 auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

/* 内页左侧通栏 */
.left-col {
	width: 260px;
}

.left-col .category-tab {
	margin-bottom: 20px;
	background: #fff;
}

.left-col .tab-tt {
	width: 100%;
	line-height: 80px;
	color: #fff;
	text-indent: 20px;
}

.left-col .tab-tt span {
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 1px;
}

.left-col .tab-list-1 {
	width: 100%;
	padding: 15px 0px 20px;
}

.left-col .tab-list-1 .item {
	margin-bottom: 6px;
}

.left-col .tab-list-1 .item a {
	display: block;
	width: 90%;
	margin: 0 auto;
	line-height: 42px;
	font-size: 15px;
	color: #222;
	border-bottom: 1px solid #eee;
	text-indent: 6px;
}

.left-col .product-tab {
	margin-bottom: 20px;
	background: #fff;
}

.left-col .tab-list-2 {
	width: 100%;
	padding: 20px 0px 20px;
}

.left-col .tab-list-2 .item {
	width: 200px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.left-col .tab-list-2 .item .pic {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 70%;
	border: 1px solid #ddd;
	overflow: hidden;
}

.left-col .tab-list-2 .item img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
}

.left-col .tab-list-2 .item:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	transition: all 0.3s ease 0s;
}

.left-col .tab-list-2 .item .tt {
	display: block;
	width: 200px;
	text-align: center;
	font-size: 13px;
	line-height: 30px;
}

.left-col .contact-tab {
	margin-bottom: 20px;
	background: #fff;
}

.left-col .tab-list-3 {
	padding: 30px 15px;
}

.left-col .tab-list-3 .item {
	margin-bottom: 10px;
}

.left-col .tab-list-3 .item div {
	vertical-align: top;
	font-size: 13px;
	line-height: 24px;
}

.left-col .tab-list-3 .tt {
	display: inline-block;
	width: 52px;
	text-align: right;
}

.left-col .tab-list-3 .value {
	display: inline-block;
	width: 160px;
}

.left-col .tab-list-3 .value,
.left-col .tab-list-3 .value p {
	letter-spacing: 1px;
}

.left-col .citem {
	padding-left: 20px;
}

.left-col .tab-list-3 i {
	position: relative;
	top: 1px;
}

/* 内页左侧通栏 样式2 */
.left-col-2 {
	width: 260px;
	padding-top: 20px;
}

.left-col-2 .category-tab {
	margin-bottom: 20px;
	background: #fff;
}

.left-col-2 .tab-tt {
	border-bottom: 1px solid #ddd;
}

.left-col-2 .tab-tt span {
	display: inline-block;
	font-size: 28px;
	line-height: 70px;
	position: relative;
	top: 1px;
}

.left-col-2 .tab-tt span i {
	font-size: 26px;
}

.left-col-2 .tab-list-1 {
	width: 100%;
	padding: 15px 0px 20px;
}

.left-col-2 .tab-list-1 .item {
	margin-bottom: 6px;
}

.left-col-2 .tab-list-1 .item a {
	display: block;
	width: 100%;
	line-height: 42px;
	font-size: 15px;
	color: #222;
	border-bottom: 1px solid #eee;
}

.left-col-2 .tab-list-1 .item a span {
	display: inline-block;
	float: right;
	font-weight: bold;
}

.left-col-2 .product-tab {
	margin-bottom: 20px;
	background: #fff;
}

.left-col-2 .tab-list-2 {
	width: 100%;
	padding: 20px 0px 20px;
}

.left-col-2 .tab-list-2 .item {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15px;
}

.left-col-2 .tab-list-2 .item .pic {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 70%;
	border: 1px solid #ddd;
	overflow: hidden;
}

.left-col-2 .tab-list-2 .item img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: middle;
	transition: all 0.3s ease 0s;
}

.left-col-2 .tab-list-2 .item:hover img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	transition: all 0.3s ease 0s;
}

.left-col-2 .tab-list-2 .item .tt {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
}

.left-col-2 .contact-tab {
	margin-bottom: 20px;
	background: #fff;
}

.left-col-2 .tab-list-3 {
	padding: 20px 0px;
}

.left-col-2 .tab-list-3 .item {
	margin-bottom: 5px;
}

.left-col-2 .tab-list-3 .item div {
	vertical-align: top;
	font-size: 15px;
	line-height: 24px;
}

.left-col-2 .tab-list-3 .tt {
	display: inline-block;
	width: 52px;
	text-align: right;
}

.left-col-2 .tab-list-3 .value {
	display: inline-block;
	width: 200px;
}

.left-col-2 .tab-list-3 .value,
.left-col .tab-list-3 .value p {
	letter-spacing: 1px;
}

.left-col-2 .citem {
	padding-left: 20px;
}

.left-col-2 .tab-list-3 i {
	position: relative;
	top: 1px;
}


/* 单页留言页 */
.table_form tbody td,
.table_form tbody th {
	border: none !important;
}

.table_form th {
	font-size: 15px !important;
}

.input-text,
.measure-input,
input.date,
input.endDate,
.input-focus {
	height: 36px !important;
	font-size: 15px !important;
}

.input-text {
	width: 600px !important;
}

textarea,
textarea.input-text,
textarea.input-focus {
	width: 596px;
	height: 150px !important;
	font-size: 15px !important;
}

.table_form td,
.table_form th {
	padding: 5px 0px 5px 30px !important;
}

.table_form #dosubmit {
	width: 180px;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	padding: 0 18px;
	background-color: #393D49;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	margin-top: 20px;
}

/* 内页右侧内容页 */
.page {
	background: #efefef;
	margin: 0px;
	padding: 20px 0px;
}

.right-col {
	width: 860px;
	background: #fff;
	padding: 10px 30px 50px;
	min-height: 1000px;
}

.right-col .page-head {
	border-bottom: 1px solid #ddd;
	margin: 10px 0px 30px;
}

.right-col .page-head h1 {
	display: inline-block;
	line-height: 70px;
	color: #393D49;
	font-size: 28px;
	font-weight: 300;
	letter-spacing: 1px;
}

.right-col .page-head span {
	display: inline-block;
	float: right;
	color: #999;
	font-size: 13px;
	line-height: 70px;
}

.right-col .page-head span svg {
	position: relative;
	top: 3px;
}

.right-col .content-info {
	margin-bottom: 20px;
}

.right-col .content-info img {
	max-width: 880px;
}

.right-col .map-info {
	margin-top: 30px;
}

.right-col .map-info .layui-field-box {
	height: 420px;
}

.contact .company-tt {
	font-size: 26px;
	line-height: 52px;
	font-weight: bold;
	color: #333;
	padding-left: 10px;
}

.contact .content-info {
	padding-left: 10px;
}

/* 右侧新闻列表页 */
.right-col .news-list .item {
	margin: 30px 0px;
}

.right-col .news-list .thumb {
	width: 200px;
}

.right-col .news-list .thumb a {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
	padding-bottom: 60%;
}

.right-col .news-list .thumb img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	border: 0;
	vertical-align: middle;
}

.right-col .news-list .information {
	/* width: 560px; */
	margin-left: 20px;
}

.right-col .news-list .information .tt {
	font-size: 18px;
	line-height: 30px;
	color: #222;
}

.right-col .news-list .information .date {
	font-size: 13px;
	line-height: 18px;
	color: #999;
}

.right-col .news-list .information i {
	position: relative;
	top: 2px;
}

.right-col .news-list .information .description {
	font-size: 13px;
	color: #999;
	line-height: 20px;
	margin-top: 8px;
}

.right-col .news-list .line {
	width: 90%;
	height: 1px;
	background: #eee;
}


/* 右侧下载列表页 */
.right-col .download-list .item {
	margin-bottom: 5px;
}

.right-col .download-list .tt {
	display: inline-block;
	width: 650px;
	text-indent: 5px;
	text-align: left;
}

.right-col .download-list .tt a,
.right-col .download-list .tt span,
.right-col .download-list .date {
	font-size: 15px;
	line-height: 36px;
}

.right-col .download-list .date {
	display: inline-block;
	width: 200px;
	text-align: right;
	color: #999;
}

.right-col .download-list .download {
	display: inline-block;
	width: 200px;
	text-align: right;
}

.right-col .download-list .download a {
	color: #e00000;
}

/* 新闻内页样式 */
.news-col-show h2 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.news-col-show .sub-info {
	margin-bottom: 20px;
	text-align: center;
}

.news-col-show .sub-info,
.right-col .sub-info i {
	font-size: 13px;
	line-height: 26px;
	color: #999;
}

.news-col-show .content-info {
	margin: 20px 0px 30px 0px;
}

.news-col-show .layui-elem-quote {
	color: #696969;
}

/* 产品列表样式 */
.product-col .item {
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.product-col .item:nth-child(3n+1) {
	margin-left: 0px;
}

.product-col .item .pic {
	width: 270px;
	height: 270px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	border: 1px solid #ccc;
	overflow: hidden;
}

.product-col .item img {
	max-width: 96%;
	max-height: 96%;
	transition: all 0.3s ease 0s;
}

.product-col .item .tt {
	width: 270px;
	font-size: 15px;
	color: #333;
	line-height: 50px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-col .line {
	width: 0px;
	height: 1px;
	transition: all 0.5s ease 0s;
}

.product-col .item:hover .line {
	width: 100%;
	transition: all 0.5s ease 0s;
}

.product-col .item:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.5s ease 0s;
}

/* 产品内页样式 */
.magnifier {
	margin: 0px !important;
}

.product-detail .show-ll {
	width: 320px;
}

.product-detail .show-rr {
	width: 460px;
	padding-top: 10px;
}

.product-detail .show-rr h1 {
	font-size: 20px;
	font-weight: 300;
	line-height: 50px;
}

.product-detail .show-rr p {
	font-size: 15px;
	font-weight: 300;
	line-height: 30px;
}

.product-detail .show-rr a {
	width: 240px;
	background: #e00000;
	margin-top: 60px;
}

.product-detail .information {
	min-height: 320px;
}

/* 分页样式 */
#pages a {
	display: inline-block;
	background: #393D49;
	color: #fff;
	line-height: 28px;
	text-align: center;
	padding: 0px 10px;
	margin: 0 5px;
}

#pages span {
	display: inline-block;
	border: 1px solid #393D49;
	color: #393D49;
	line-height: 26px;
	text-align: center;
	padding: 0px 10px;
	margin: 0 5px;
}

#pages a.page-num-current,
#pages a:hover {
	display: inline-block;
	border: 1px solid #393D49;
	background-color: #fff;
	color: #393D49;
	line-height: 26px;
	text-align: center;
	padding: 0px 10px;
}

/* 内容区样式 */
.right-col .content-info,
.right-col .content-info span,
.right-col .content-info div,
.right-col .content-info p {
	font-size: 15px;
	line-height: 30px;
	color: #333;
}

/* 客服样式 */
.qa-mod {
	padding-bottom: 30px;
}

.qa-mod .qa-qq {
	margin-top: 15px;
}

.qa-mod .qa-qq .item {
	text-align: center;
	margin-bottom: 5px;
}

.qa-mod .line {
	height: 1px;
	width: 80%;
	background: #ddd;
	margin: 10px auto 5px;
}

.qa-mod .qa-qrcode {
	text-align: center;
}

.qa-mod .qa-qrcode img {
	width: 120px;
}

.qa-mod .qa-hotline .tt {
	text-align: center;
	font-size: 13px;
	line-height: 26px;
	color: #969696;
}

.qa-mod .qa-hotline .item {
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #c5262f;
}

.qa-mod .qa-contact p {
	text-align: center;
}

/* lightbox样式 */
.lightcase-contentInner img {
	border-radius: 10px;
}

#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
	color: #ddd !important;
}

/*table * { border: 1px solid #eee !important; }*/