/*** 自定义全局样式 ***/


:root {
	--theme-color: #0054da; /** 全局主色调 **/
	--theme-hover: #2890ff;
	--theme-a: #8d8d8d;
	--theme-font-family: var(--theme-font-family);
	--theme-title-font: var(--theme-font-family);
	--theme-title-font-weight: 600;
	--theme-title-font-size: 32px;
}


/* 产品留言板 背景色 */
.entry .blockquote {
	margin: 0px 0;
    padding: 10px 10px;
    border-left: 5px solid var(--theme-color);
    background-color: #eee;
    font-size: 12px;
    padding: 5px 10px;
    line-height: 30px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.entry .blockquote a{
    color: var(--theme-a);
}
.entry .blockquote:hover{
	background-color: var(--theme-hover);
	color: #ffffff;
    border-left: 5px solid var(--theme-color);
}

/*   正文英文版 字体设置   */
.entry .entry-page p{
    color: var(--theme-a);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: .5px;
    /* margin-bottom: 28px; */
    word-break: break-word;
}
.entry-footer img{
	max-width: 100%;
    height: auto;
}
.entry .entry-page p a{
	color: var(--theme-a);
}

.entry .entry-page p a:hover{
	color: var(--theme-color);
}

.entry .entry-page p:last-child {
	margin-bottom: 0
}




/* 底部菜单样式 */
.widget-title{
	height: 35px;
    font-size: 26px;
}
.widget-contact-time,.widget-contact-time a{
    color: var(--theme-a);
    font-size: 16px;
    font-weight: 500;
    line-height: 2.6em;
	font-family: var(--theme-font-family);
}
.widget-contact-time a:hover{
    color: var(--theme-hover);
    font-size: 16px;
    font-weight: 500;
    line-height: 2.6em;
	font-family: var(--theme-font-family);
}

/**  滑动到超链接显示图片 **/
.widget-contact-time .hover-image {
    display: none; /* 默认隐藏图片 */
}
.widget-contact-time a:hover .hover-image {
    display: inline; /* 鼠标悬停时显示图片 */
	width: 150px;
	height: 150px;
  }
.widget-contact-time b a{
	font-weight: 700;
}
.widget-contact-time b a:hover{
	font-weight: 700;
}

#block-1{
	width: 660px;
}
#block-1 .widget-title a{
    color: var(--theme-a);
    line-height: 40px;
    font-size: 20px;
    height: 40px;
	font-family: var(--theme-font-family);
}
#block-2 {
	width: 450px;
}
#block-2 .widget-title a{
    color: var(--theme-a);
    line-height: 40px;
    font-size: 20px;
    height: 40px;
	font-family: var(--theme-font-family);
	font-family: "Aleo", Sans-serif;
}
#block-3 {
	width: 360px;
}
#block-3 .widget-title a{
    color: var(--theme-a);
    line-height: 40px;
    font-size: 20px;
    height: 40px;
	font-family: var(--theme-font-family);
}
#block-4 {
	width: 360px;
}
#block-4 .widget-title a{
    color: var(--theme-a);
    line-height: 40px;
    font-size: 20px;
    height: 40px;
	font-family: var(--theme-font-family);
}
/*
div#block-5 {
	width: 100px;
}
*/

/* 底部高度 */
.footer .footer-widget {
	height: 330px;
}

/**  底部分行设置行高 **/
.footer .copyright p:last-child {
    line-height: 28px;
}

/**  底部分行设置行高 **/
.footer .copyright b{
	font-weight: 700 !important;
	color: var(--theme-hover);
}

.widget-contact-wrap .widget-contact-sns .sns-icon {
	display: inline-block;
	font-size: 22px;
	color: var(--theme-a);
}

.widget-contact-wrap .widget-contact-sns .sns-icon .icon-svg {
	font-size: 18px;
	color: var(--theme-color);
}

.widget-contact-wrap .widget-contact-sns .sns-icon:hover {
	background: transparent !important;
	border: none;
	color: var(--theme-hover);
}

/*** 封面栏目标题及简介 ***/
.main-full .catname {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    flex-direction: row;
    font-size: 13px;
    line-height: 40px;
    color: var(--theme-a);
	border-bottom: 1px solid #e1dfdf;
    border-left: 5px solid var(--theme-color);
	margin-bottom: 15px;
	background: #f9f8f8;
	height: 60px;
	min-height: 60px;
}

/*
.sshuomign,.sshuomign a,.sshuomign span a{
    color: #888;
}
*/

.main-full .where {
    margin-left: 15px;
    font-weight: 700;
    font-size: 18px;
    position: relative;
    /* letter-spacing: 2.5px; */
    color: var(--theme-color);
}

.main-full .author {
    margin-left: 5px;
	font-size: 13px;
	margin: 0 5px;
	color: #b1b1b1;
	letter-spacing: .5px;
}

.main-full .placeholder {
	display: inline-block;
	position: relative;
	width: 1px;
	height: 18px;
	margin: 0 8px;
	background: #c6c6c6;
}


.fa-house {
    padding: 1px 2px;
    transform: scale(0.8);
}

/*浮动客服*/
.toolbar {
	position: fixed;
	top: 50%;
	right: 1%;
	margin-top: -163px;
	z-index: 100;
	width: 80px;
}
.toolbar dd {
	position: relative;
	float: left;
	width: 80px;
	height: 80px;
	background: var(--theme-color);
	margin-top: 2px;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	cursor: pointer;
	transition: all .5s;
}
.toolbar dd i {
	width: 100%;
	height: 30px;
	display: block;
	margin-top: 13px;
	background: url(/api/images/chat.png) no-repeat center 0;
}
.toolbar dd.qq i {
	background-position-y: 0;
}
.toolbar dd.tel i {
	background-position-y: -30px;
}
.toolbar dd.code i {
	background-position-y: -60px;
}
.toolbar dd.top i {
	background-position-y: -90px;
}
.toolbar dd span {
	display: block;
	color: #fff;
}
.toolbar dd.tel .box {
	position: absolute;
	top: 0;
	width: 190px;
	right: -200px;
	height: 100%;
	margin-right: 10px;
	border-radius: 5px;
	background: var(--theme-color);
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.tel .box p {
	font-size: 14px;
	margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 0px;
}
.toolbar dd.tel .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent var(--theme-color);
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	margin-top: -9px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd.code .box {
	position: absolute;
	top: 0;
	width: 162px;
	right: -172px;
	height: 162px;
	margin-right: 10px;
	border-radius: 5px;
	background: var(--theme-color);
	opacity: 0;
	transition: all .5s;
}
.toolbar dd.code .box p{
	margin-top:7px;
	margin-bottom:-5px; 
}
.toolbar dd.code .box img {
	width: 140px;
	height: 140px;
	padding: 11px;
}
.toolbar dd.code .box:after {
	display: block;
	content: " ";
	border-style: solid dashed dashed dashed;
	border-color: transparent transparent transparent var(--theme-color);
	border-width: 9px;
	width: 0;
	height: 0;
	position: absolute;
	top: 30px;
	right: -18px;
	margin-left: -12px;
}
.toolbar dd:hover {
	background: #333;
}
.toolbar dd.tel:hover .box {
	opacity: 1;
	right: 80px;
}
.toolbar dd.code:hover .box {
	opacity: 1;
	right: 80px;
}
.subright .searchList {
	border-top: 1px solid #ddd;
}
.subright .searchList li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.subright .searchList li:first-child {
	border-top: none;
}
.subright .searchList li:hover a h2 {
	color: #16a1b3;
	font-weight: bold;
}


.entry-preview #preview #pg-list .pg-items .lh {
    overflow: hidden;
    position: relative;
    width: 600px;
    height: auto;
    top: 0px;
}

.ck {
    height: 38px;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 700;
}



/** 上下篇联文 **/
.pna{
	max-width: 100%;
	max-height: 100%;
	margin-bottom: 30px;
	margin-top: 30px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
	font-weight: 700;
}
.pna-s {
    line-height: 25px;
	margin-top: 20px;
	height: 35px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pna-x {
    line-height: 25px;
	margin-bottom: 20px;
	height: 35px; 
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pna-s a,.pna-x a{
	color:var(--theme-hover);
}
.pna-s a:hover,.pna-x a:hover{
	color:var(--theme-color);
}

/******************** 移动端 开始 ********************/
@media (max-width: 980px) {

	
	



/** 移动端产品询单表样式 **/
.footer .copyright{font-size:.9em;margin-top:10px;padding:8px 0;text-align:center}
.footer .copyright p:last-child,.footer .copyright p a{margin-bottom:0;font-size:1.1em}


/** 移动端产品询单表样式 **/
.entry .blockquote{border-left:5px solid var(--theme-color);background-color:#eee;font-size:12px;line-height:20px;height:565px;margin:30px 0;padding:5px 10px;}
.entry .blockquote a{var(--theme-a);}
.entry .blockquote:hover{background-color:var(--theme-color);color:#ffffff;}


/** 移动端自适应样式：封面栏目标题及简介 **/
.entry-preview #preview #pg-list .pg-items .lh{overflow:hidden;position:relative;width:600px;height:auto;top:0px;left:-10px}


/** 推荐和封面名称样式 **/
.main-full .where{max-width:100%;font-size:1em;white-space:nowrap;margin-left:10px;letter-spacing:0;}
.main-full .catname{display:flex;align-items:center;flex-direction:row;font-size:13px;line-height:40px;color:#666;border-left:5px solid var(--theme-color);margin-bottom:15px;background:#f9f8f8;height:40px;min-height:40px;}







}
/******************** 移动端 结束 ********************/