.ew-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #fff;
	z-index: 1000;
	padding: 0 60px;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05)
}

.layui-panel {
	position: relative;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
	background-color: #fff;
	color: #5f5f5f;
	border-color: #eee;
}

.panel-heading {
	font-size: 16px;
	padding: 10px 0;
	background: #fff;
	border-bottom: 1px solid #f5f5f5;
}

.panel-body {
	padding: 10px
}

@media screen and (min-width: 1191px) {
	.ew-banner .layui-container {
		min-height: 500px;
	}

	.cr-top-content {
		float: right;
	}
}

.ew-header .layui-logo {
	height: 70px;
	line-height: 70px;
	display: inline-block;
	font-size: 22px;
	font-weight: 600;
	color: #333;
	padding-left: 42px;
	background-image: url("../images/logo.png?v1");
	background-size: 32px;
	background-position: 0 19px;
	background-repeat: no-repeat
}

.ew-header .layui-nav {
	padding: 0;
	background-color: transparent;
	position: absolute;
	right: 70px;
	top: 0
}

.ew-header .layui-nav>.layui-nav-item {
	padding: 0 20px
}

.ew-header .layui-nav>.layui-nav-item>a {
	height: 70px;
	line-height: 70px;
	color: #666;
	font-size: 16px;
	padding: 0 5px;
	position: relative;
	cursor: pointer
}

.ew-header .layui-nav>.layui-nav-item>a>span {
	max-width: 90px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap
}

.ew-header .layui-nav>.layui-nav-item>a:hover,
.ew-header .layui-nav>.layui-nav-item.layui-this>a {
	color: #3ec483
}

.ew-header .layui-nav .layui-nav-more {
	border-color: #999 transparent transparent
}

.ew-header .layui-nav .layui-nav-mored {
	border-color: transparent transparent #999
}

.ew-header .layui-nav>.layui-nav-item>a:hover>.layui-nav-more,
.ew-header .layui-nav>.layui-nav-item.layui-this>a>.layui-nav-more {
	border-color: #3ec483 transparent transparent
}

.ew-header .layui-nav>.layui-nav-item>a:hover>.layui-nav-mored,
.ew-header .layui-nav>.layui-nav-item.layui-this>a>.layui-nav-mored {
	border-color: transparent transparent #3ec483
}

.ew-header .layui-nav .layui-nav-bar,
.ew-header .layui-nav>.layui-nav-item:after {
	display: none
}

.ew-header .layui-nav>.layui-nav-item>a:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 0;
	margin: 0 auto;
	height: 3px;
	background-color: #3ec483;
	transition: width .2s ease-out
}

.ew-header .layui-nav>.layui-nav-item.layui-this>a:after,
.ew-header .layui-nav>.layui-nav-item>a:hover:after {
	width: 100%
}

.ew-header .layui-nav>.layui-nav-item>.layui-nav-child {
	top: 75px;
	border-radius: 0;
	border-color: #dfdfdf;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	min-width: unset;
	width: 120px;
	right: 0;
	margin: 0 auto
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login {
	height: 70px;
	line-height: 70px;
	padding: 0 0 0 15px
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a {
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border-radius: 35px;
	display: inline-block;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, .08)
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a:hover {
	color: #666;
	background-color: rgba(0, 0, 0, .15)
}

.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a:after {
	display: none
}

.ew-header .nav-toggle {
	display: none
}

@media screen and (max-width:935px) {
	body {
		padding-top: 55px
	}

	.ew-header {
		padding: 0 15px
	}

	.ew-header .layui-logo {
		height: 55px;
		line-height: 55px;
		background-position: 0 12px
	}

	.ew-header .layui-nav {
		position: absolute;
		top: 50px;
		right: 0;
		width: 160px;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, .15);
		overflow: hidden;
		transform: scale(0);
		transform-origin: top right;
		opacity: 0;
		-webkit-transition: all .3s;
		transition: all .3s;
		max-height: 380px;
		max-height: -moz-calc(100vh - 60px);
		max-height: -webkit-calc(100vh - 60px);
		max-height: calc(100vh - 60px);
		overflow-y: auto
	}

	.ew-header .layui-nav .layui-nav-item {
		display: block;
		padding: 0
	}

	.ew-header .layui-nav .layui-nav-item>a {
		line-height: 40px;
		height: 40px;
		text-align: center;
		font-size: 14px
	}

	.ew-header .layui-nav .layui-nav-item>a .layui-nav-more {
		right: 15px
	}

	.ew-header .layui-nav .layui-nav-item.layui-this>a:after,
	.ew-header .layui-nav .layui-nav-item>a:hover:after {
		display: none
	}

	.ew-header .layui-nav .layui-nav-item.layui-this>a {
		color: #fff;
		background-color: #3ec483
	}

	.ew-header .layui-nav>.layui-nav-item.nav-btn-login {
		line-height: unset;
		height: unset;
		padding: 0
	}

	.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a {
		line-height: 40px;
		height: 40px;
		background-color: transparent;
		display: block;
		border-radius: 0
	}

	.ew-header .layui-nav>.layui-nav-item.nav-btn-login>a:hover {
		background-color: transparent;
		color: #3ec483
	}

	.ew-header .layui-nav>.layui-nav-item>.layui-nav-child {
		position: static;
		background-color: transparent;
		box-shadow: none;
		animation: none;
		border: 0;
		margin: 0;
		width: 100%
	}

	.ew-header .layui-nav>.layui-nav-item>.layui-nav-child a {
		text-align: center;
		line-height: 40px;
		height: 40px;
		font-size: 14px
	}

	.ew-header .layui-nav>.layui-nav-item>.layui-nav-child a:hover {
		background-color: transparent;
		color: #3ec483
	}

	.ew-header .nav-toggle {
		line-height: 53px;
		height: 55px;
		cursor: pointer;
		display: block;
		padding: 0 3px;
		color: #666
	}

	.ew-header .nav-toggle>i {
		display: inline-block;
		font-size: 24px;
		font-weight: 600;
		vertical-align: middle;
		-webkit-transition: all .3s;
		transition: all .3s;
		width: 24px;
		height: 24px;
		line-height: 24px
	}

	.ew-header .ew-nav-group {
		position: absolute;
		right: 5px;
		top: 0
	}

	.ew-header .ew-nav-group:hover>.layui-nav {
		transform: scale(1);
		opacity: 1
	}

	.ew-header .ew-nav-group:hover .nav-toggle>i {
		transform: rotate(-90deg)
	}
}

.ew-banner {
	color: #fff;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat
}

.ew-banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ew-banner>.layui-container {
	text-align: center;
	padding: 220px 15px 100px 15px
}

.ew-banner h1 {
	font-size: 42px;
	margin-bottom: 35px
}

.ew-banner p {
	font-size: 20px
}

.ew-banner p.small {
	font-size: 14px
}

.ew-banner .ew-banner-btngroup {
	margin: 55px 0 35px 0
}

.ew-banner .layui-btn {
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	padding: 0 20px;
	border-radius: 45px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15)
}

.ew-banner .layui-btn:first-child {
	margin-right: 20px
}

.ew-banner .layui-btn:last-child {
	background-color: #00adb5
}

.ew-banner .layui-btn>.layui-icon {
	font-size: 18px;
	margin: -2px 0 0 6px;
	display: inline-block;
	height: 18px;
	width: 18px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle
}

.ew-banner .layui-btn:last-child>.layui-icon {
	font-size: 16px
}

@media screen and (max-width:768px) {
	.ew-banner>.layui-container {
		padding: 40px 5px 30px 5px
	}

	.ew-banner h1 {
		font-size: 32px;
		margin-bottom: 15px
	}

	.ew-banner p {
		font-size: 16px
	}

	.ew-banner .ew-banner-btngroup {
		margin: 35px 0 20px 0
	}

	.ew-banner .layui-btn {
		line-height: 42px;
		height: 42px;
		padding: 0 13px 0 20px
	}

	.ew-banner .layui-btn:first-child {
		margin-right: 15px
	}
}

.ew-banner .operation {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ew-banner .operation .start {
	background: #1aa094 !important;
	color: rgba(255, 255, 255, 1);
}

.ew-banner .operation button,
.operation a {
	width: 123px;
	height: 47px;
	border-radius: 24px;
	font-size: 16px;
	font-family: MicrosoftYaHei-Bold;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	cursor: pointer;
}

.ew-banner .operation a {
	text-decoration: none;
	color: #333333;
}

.ew-banner .operation .button-grya {
	background: #F3F3F3;
	font-size: 20px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: rgb(70, 65, 65);
	border: none;
}


.ew-banner .operation {
	margin-top: 150px;
	margin-right: 300px;
}

.section:nth-child(odd) {
	background-color: #fff
}

.section-title {
	padding: 40px 0;
	text-align: center
}

.section-title>h2 {
	color: #333;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 10px
}

.section-title>p {
	font-size: 18px;
	color: #999
}

@media screen and (max-width:768px) {
	.ew-banner .operation {
		margin-top: unset;
		margin-right: unset;
	}
	.section-1{
		display: none;
	}
	.section-title {
		padding: 25px 0
	}

	.section-title h2 {
		font-size: 24px
	}

	.section-title p {
		font-size: 16px
	}

	.section>.layui-container {
		padding-bottom: 35px !important
	}

	.feature {
		margin-bottom: 0
	}

	.ew-footer .footer-copyright p {
		font-size: 14px
	}
}

.feature {
	padding: 15px 15px 15px 95px;
	position: relative;
	margin-bottom: 55px
}

.feature .layui-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: rgba(62, 196, 131, .15);
	color: #3ec483;
	padding: 15px;
	border-radius: 50%;
	font-size: 22px;
	height: 52px;
	box-sizing: border-box
}

.layui-row>div:nth-child(even) .feature .layui-icon {
	background-color: rgba(0, 173, 181, .15);
	color: #00adb5
}

.feature h3 {
	font-size: 20px;
	margin: 5px 0 20px 0;
	color: #333;
	font-weight: 400
}

.feature p {
	font-size: 16px;
	margin-bottom: 15px
}

.guide {
	text-align: center;
	border: 1px solid #eee;
	padding: 30px 20px
}

.guide .layui-icon {
	color: #4dd2c5;
	font-size: 36px;
	line-height: 36px;
	display: inline-block
}

.guide .layui-icon.layui-icon-templeate-1 {
	font-size: 48px
}

.guide .layui-icon.layui-icon-layouts {
	font-size: 42px
}

.guide h3 {
	color: #333;
	font-size: 24px;
	margin: 20px 0
}

.guide p {
	text-align: left;
	line-height: 35px;
	font-size: 15px
}

.guide .layui-btn {
	background-color: rgba(62, 196, 131, .08);
	color: #4dd2c5;
	border: 1px solid #4dd2c5;
	box-sizing: content-box;
	margin: 35px 0 5px 0
}

.product-card {
	background-color: #fff;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
	margin-bottom: 10px
}

.product-card .product-cover {
	position: relative;
	height: 240px;
	width: 100%;
	overflow: hidden;
	text-align: center
}

.product-card .product-cover>.product-cover-img {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .4s
}

.product-card .product-cover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	transition: all .4s
}

.product-card .product-cover>.product-tools {
	position: absolute;
	top: 45%;
	left: 45%;
	z-index: 1
}

.product-card .product-cover>.product-tools .layui-btn {
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 0;
	height: 36px;
	line-height: 36px;
	min-width: 85px;
	box-sizing: border-box;
	transition: all .4s;
	transform: scale(0);
	opacity: 0
}

.product-card:hover .product-cover>.product-cover-img {
	transform: scale(1.5)
}

.product-card:hover .product-cover>.product-tools .layui-btn {
	opacity: 1;
	transform: scale(1)
}

.product-card:hover .product-cover:after {
	background-color: rgba(0, 0, 0, .35)
}

.product-card .product-body {
	padding: 15px 20px;
	position: relative
}

.product-card .product-body .product-title {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	padding-right: 60px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.product-card .product-body .product-desc {
	font-size: 14px;
	margin-top: 5px;
}

.product-card .product-body .layui-badge-rim {
	position: absolute;
	right: 20px;
	top: 22px;
	color: #ff5722;
	border-color: #ff5722;
	padding: 0 3px 0 1px;
	border-radius: 0
}

.copyright_info {
	line-height: 20px;
	text-align: center;
	background-color: #3a3f49;
	color: #aaa;
	font-weight: lighter;
	font-size: 13px;
}

.copyright_info ul,
.copyright_info li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.copyright_info a:hover {
	color: #fff;
}

.copyright_info a:hover {
	color: #fff;
}

.copyright_info a {
	color: #aaa;
}

.copyright_info .links li {
	padding: 0 12px;
	border-right: 1px solid #979797;
}

.copyright_info .links li {
	padding: 0 12px;
	border-right: 1px solid #979797;
}

.copyright_info .links li:last-child {
	border: 0;
}

.copyright_info ul,
.copyright_info li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}

.copyright_info .links {
	padding: 20px 0 20px 0;
}

.copyright_info {
	padding: 30px 0 30px 0;
}