/* 在线翻译 */
.ignore li a {
	margin: 0 5px;
	font-size: 12px;
	line-height: 18px;
	width: 100%;
	display: block;
	text-align: left;

}

.ignore li a:hover {
	color: var(--color);
}


/* 渐变背景 */
.jbbj1 {
	background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.jbbj2 {
	background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}

.jbbj3 {
	background-image: linear-gradient(to bottom, #abecd6 0%, #fbed96 50%, #ffffff 100%);
}

.jbbj4 {
	background-image: linear-gradient(to bottom, #e9defa 20%, #d1fdff 60%, #ffffff 100%);
}

.jbbj5 {
	background-image: linear-gradient(to top, #e9defa 20%, #d1fdff 60%, #ffffff 100%);
}

/* .jbbj6{
		background-image: linear-gradient(to bottom, #c2e9fb  0%, #ffffff 100%);
	} */
.jbbj6 {
	background-image: linear-gradient(to bottom, #fef6ef 0%, #ffffff 100%);
}

.jbbj7 {
	background-image: linear-gradient(to bottom, #fef6ef 40%, #c2e9fb 80%, #ffffff 100%);
}

/* background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
 background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
 */

/* 间距调整 */
.left50 {
	margin-left: 30px;
}

.blognav {
	width: 100%;
}

/* 博客导航 */
.blognav ul {
	padding: 0px;
	padding-right: 40px;
	margin: 0px 20px;	
	width: 100%;
	height: 60px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;	
}

.blognav ul li {
	font-size: 20px;
	color: var(--fontcolor);
	font-family: var(--fontfamily);
	margin-top: -3px;
	
}

/* 首页留言背景 */
.lybj {
	background: var(--color2);
	height: 350px;
	border-radius: 10px;
	overflow: hidden;
	font-family: var(--fontfamily);
}

.lybj .lyhead {
	height: 50px;
}

.lybj .touxiang {
	width: 20%;
	height: 50px;
	float: left;
}

.lybj .username {
	font-weight: 100;
	color: var(--fontcolor);
	font-size: 1em;
	width: 78%;
	min-height: 30px;
	line-height:15px;
	float: left;
	word-wrap: break-word;
	word-break:normal;
	overflow: hidden;
}

.lybj .shijian {
	color: #666;
	font-size: 0.8em;
	width: 78%;
	height: 15px;
	float: left;
}

.lybj .lymain {
	color: var(--fontcolor-fz);
	line-height: 1.5em;
	height: 260px;
	word-wrap: break-word;
	word-break:normal;
	overflow: hidden;
	font-size: 1em;
	margin: 15px 0px;
}

.lybj .lytitle {
	width: 100%;
	color: var(--fontcolor);
	font-family: var(--fontfamily-bt);
	font-size: 18px;
	line-height: 20px;
	word-wrap: break-word;
	word-break:normal;
	overflow: hidden;	
	height: 60px;
	margin-bottom: 10px;
}

/*首页产品标题  */
.title1 {
	text-align: left;
	width: 100%;
	line-height: 1.5em;
	font-family: var(--fontfamily-bt);
}

.title2 {
	font-size: 1.3em;
	font-weight: 600;
	color: #4ebfb9;
	line-height: 2em;
}

.text1 {
	font-family: var(--fontfamily);
	color: #202020;
	line-height: 1.5em;
}

.line123 {
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #4ebfb9;
}

.title3 {
	font-family: var(--fontfamily-bt);
	width: 100%;
	line-height: 1.5em;
}

/**在线留言**/
.fbform_1 {
	max-width: 1600px;
	margin: 0 auto;
	text-align: center;
	clear: both;
}

.fbform_1 ul li {
	padding-bottom: 0.8em;
	margin-bottom: 2em;
	float: left;
	width: 30%;
	margin-right: 3%;
	border-bottom: 1px #cecfd1 solid;
	position: relative
}

.fbform_1 ul li:nth-child(3n) {
	margin-right: 0px;
}

.fbform_1 ul li p {
	position: absolute;
	top: 0px;
	left: 0;
	color: #F00
}

.fbform_1 ul li input {
	font-family: var(--fontfamily);
	border: none;
	background: none;
	background-color: transparent;
	width: 100%;
	color: #000;
	font-size: 1.125em;
	height: 100px
}

.fbform_1 ul li textarea {
	font-family: var(--fontfamily);
	border: none;
	background: none;
	background-color: transparent;
	width: 100%;
	color: #000;
	font-size: 1.125em;
	height: 92px
}

.fbform_1 ul li .yzm_box {
	float: left;
	width: calc(100% - 180px);
}

.fbform_1 ul li .yzm {
	float: right;
}

.fbform_1 ul li:nth-child(5) {
	width: 63%
}

.fbform_1 ul li:nth-child(6) {
	width: 100%;
	border: none;
	margin-top: 50px;
}

.fbform_1 .more-button {
	cursor: pointer;
	border: none;
	padding: 0 15%;
	height: 50px;
	font-size: 16px;
	color: var(--color2);
	background: var(--color4) !important;
	margin-bottom: 40px;
	clear: both;
}

.fbform_1 .more-button:hover {
	background: #fff !important;
	/* color: #4ebfb9; */
	color: var(--color4);
	outline: var(--color4) 2px solid;
}


/* 博客导航 */
/* 手机 */
@media (max-width:768px) {
	.page-breadcrumbs-blog {
		display: none;
	}

	.line123 {
		display: none;
	}

	/* 在线留言 */
	.fbform_1 ul li {
		clear: both;
		padding-bottom: 0.8em;
		margin-bottom: 2em;
		width: 100%;
		border-bottom: 1px #cecfd1 solid;
		position: relative
	}

	.fbform_1 ul li p {
		position: absolute;
		top: 0px;
		left: 0;
		color: #F00
	}

	.fbform_1 ul li input {
		font-family: var(--fontfamily);
		border: none;
		background: none;
		background-color: transparent;
		width: 100%;
		color: #000;
		font-size: 1.125em;
		height: 60px
	}

	.fbform_1 ul li textarea {
		font-family: var(--fontfamily);
		border: none;
		background: none;
		background-color: transparent;
		width: 100%;
		color: #000;
		font-size: 1.125em;
		height: 60px
	}

	.fbform_1 ul li .yzm_box {
		float: left;
		width: calc(100% - 180px);
	}

	.fbform_1 ul li .yzm {
		float: right;
	}

	.fbform_1 ul li:nth-child(5) {
		width: 98%
	}

	.fbform_1 ul li:nth-child(6) {
		width: 98%;
		border: none;
		margin-top: 50px;
	}

	.fbform_1 .more-button {
		cursor: pointer;
		border: none;
		padding: 0 15%;
		height: 50px;
		font-size: 16px;
		color: #fff;
		background: var(--color4) !important;
		margin-bottom: 40px;
		clear: both;
	}

	.fbform_1 .more-button:hover {
		background: #fff !important;
		color:var(--color4);
		outline: var(--color4) 2px solid;
	}

	.mc-item__caption h3 {
		font-size: 16px;
	}
}

@media (min-width:769px) {
	.page-breadcrumbs-blog-sj {
		display: none;
	}
}
