* {
	margin: 0;
	padding: 0;
}

.flex {
	display: flex;
}

.f-ac {
	align-items: center;
}

.f-ae {
	align-items: flex-end;
}

.f-jsb {
	justify-content: space-between;
}

.f-jc {
	justify-content: center;
}

.f-je {
	justify-content: flex-end;
}

.f-jsa {
	justify-content: space-around;
}

.f-wp {
	flex-wrap: wrap;
}

.text-c {
	text-align: center;
}

.fs36 {
	font-size: 36px;
}

.fs30 {
	font-size: 30px;
}

.fs28 {
	font-size: 28px;
}

.fs26 {
	font-size: 26px;
}

.fs24 {
	font-size: 24px;
}

.fs22 {
	font-size: 22px;
}

.fs20 {
	font-size: 20px;
}

.fs18 {
	font-size: 18px;
}

.fs16 {
	font-size: 16px;
}

.fs15 {
	font-size: 15px;
}

.fs14 {
	font-size: 14px;
}

.fs12 {
	font-size: 12px;
}

.fw-b {
	font-weight: bold;
}

.col666 {
	color: #666666;
}

.col999 {
	color: #999999;
}

.colfff {
	color: #fff;
}

.colffa {
	color: #ffa356;
}

.bgffa {
	background-color: #ffa356;
}

.bgf2 {
	background-color: #f2f2f2;
}

.bgfff {
	background-color: #FFFFFF;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-30 {
	margin-bottom: 30px;
}

.header {
	position: sticky;
	top: 0;
	width: 100%;
	min-width: 1260px;
	background-color: #FFFFFF;
	z-index: 1000;
	/* box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1); */
}

.header .row {
	width: 1200px;
	/* height: 80px; */
	margin: 0 auto;
	padding: 10px 0 3px;
}

.header .row .logo {
	width: 120px;
	height: 120px;
}

.header .row .icon {
	width: 40px;
	height: 40px;
}

.header .row h1 {
	margin-bottom: 5px;
}

.header nav {
	background-color: #e1e1e1;
}

.header a {
	color: #333;
	text-decoration: none;
	display: block;
}

.header nav a {
	padding: 0 40px;
	font-size: 16px;
	line-height: 50px;
}

.header nav .bd {
	width: 1px;
	height: 30px;
	border-radius: 50%;
	background: linear-gradient(to top, #e1e1e1 5%, #999, #e1e1e1);
}

.header nav .item:hover a {
	color: #ffa356;
}

.header .item.active {
	box-sizing: border-box;
}

.header .item.active a {
	color: #ffa356;
	font-weight: bold;
}



.footer {
	width: 100%;
	min-width: 1260px;
	background-color: #333;
	height: 400px;
	/* padding: 40px 0 20px; */
	margin-top: 200px;
}

.footer .content {
	width: 1200px;
	margin: 0 auto;
}

.footer .left {
	width: 360px;
	background: #ffa356;
	color: #FFFFFF;
	padding: 40px 20px 90px;
	line-height: 24px;
	margin-top: -94px;
}

.footer .left .logo {
	width: 250px;
	height: 244px;
	display: block;
	margin: auto;
}

.footer .left .tit {
	border-bottom: 2px solid #fff;
	display: inline-block;
	padding-bottom: 12px;
	margin-bottom: 10px;
}

.footer .right {
	width: 750px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	color: #ffa356;
}

.footer .bar .item {
	margin-bottom: 40PX;
}

.footer .bar .bd {
	width: 30px;
	height: 2px;
	background-color: #fff;
	margin-top: 2px;
}

.footer .qr {
	width: 200px;
	display: block;
	margin: 0 auto 30px;
}


.footer .icon {
	width: 40px;
	height: 40px;
	margin-right: 13px;
}

.footer .bah {
	margin-left: 20px;
}

section {
	min-width: 1260px;
}

section .main {
	width: 1200px;
	margin: auto;
}

img {
	display: block;
}

section .title-box {
	text-align: center;
	margin-bottom: 50px;
}

section .title-box .bd {
	width: 40px;
	height: 5px;
	background-color: #ffa356;
	margin: 5px auto 10px;
}

.section3 {
	padding: 50px 0;
}

.section3 .left {
	width: 45%;
}

.section3 .left .icon {
	width: 24px;
	margin-right: 20px;
}

.section3 .left .ul {
	margin: 50px 0;
}

.section3 .left .ul>div {
	padding: 5px 0;
}

.section3 .left .con {
	margin-top: 24px;
	line-height: 26px;
	padding-right: 50px;
}

.section3 .right {
	width: 60%;
}

.section3 .right img {
	width: 100%;
}

.section6 {
	padding-top: 30px;
}

.section6 .el-input {
	width: 380px;
	font-size: 16px;
	margin-top: 10px;
}

.section6 .el-textarea {
	font-size: 16px;
	margin-top: 10px;
}

.section6 .el-col {
	padding: 0 10px;
}

.section6 .el-button {
	width: 400px;
	height: 60px;
	font-size: 18px;
}


.text-hide1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}



.product .grid .box {
	margin: 0 8px 20px;
	border: 1px solid #eee;
}

.product .grid .box:hover {
	box-shadow: 0 3px 5px 5px rgb(245, 245, 245);
	cursor: pointer;
}

.product .grid .top {
	position: relative;
	height: 214px;
	overflow: hidden;
}

.product .grid .top img {
	width: 100%;
	height: 100%;
}

.product .grid .mask {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	/* display: none; */
}

.product .grid .mask .btn {
	width: 114px;
	height: 38px;
	border-radius: 20px;
	line-height: 38px;
}

.product .grid .title {
	padding: 16px;
	border: 1px solid rgb(245, 245, 245);
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #ffa356;
}

.el-pagination.is-background .el-pager li:hover {
	color: #ffa356 !important;
}

.el-pagination.is-background .el-pager li:not(.disabled).active:hover {
	color: #FFFFFF !important;
}


img.banner {
	width: 100%;
}
