/*网页顶部样式 -start*/




/*网页顶部样式 -end*/
.index-banner img {
	width: 100%;
	height: 100%;
	/*border-radius: 0 0 50px 50px;*/

}

.index-banner {
	background-color: #F3F7FD;
	margin-top: -56px;
	/*height: 500px;*/
}

.index-banner .swiper-container {
	height: 100%;
}

.kehu-section {
	background-color: #F8F8F8;
}

.section {
	padding: 100px 0;
}

.section-head {
	margin-bottom: 60px;
	text-align: center;
}

.section-title {
	font-size: 24px;
	color: #057F69;
}

.section-line {
	width: 42px;
	height: 4px;
	background-color: #057F69;
	margin: 14px auto;
}

.section-desc {
	color: #333333;
}

.clients_wrap {
	/* height: 570px; */
	position: relative;
	overflow: hidden;
}

.clients_wrap ul{
	white-space: nowrap;
	display: flex;
}

.clients_wrap  ul li{
	background-color: #FFFFFF;
	border: 1px solid #CFCFCF;
	border-radius: 10px;
	height: 70px;
	width: 200px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 10px;
	overflow: hidden;
}

.clients_wrap  ul li img{
	max-width: 100%;
	max-height: 100%;
}

.clients_wrap::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 180px;
	background-image: linear-gradient(to right, rgba(248, 248, 248, 1), rgba(251, 251, 251, .3));
}

.clients_wrap::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 180px;
	right: 0;
	background-image: linear-gradient(to right, rgba(251, 251, 251, .3), rgba(248, 248, 248, 1));
}

/* .clients_wrap img {
	height: 570px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 0;
} */


.clients_item{
	position: relative;
	height: 70px;
	margin-bottom: 30px;
	font-size: 0;
	line-height: 1%;
}

.clients_item ul{
	height: 70px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 0;
}

.clients_item:last-child{
	margin-bottom: 0;
}

.clients_wrap .kehu_left {
	transform: translateY(-50%);
	animation: swiper-left 60s linear infinite;
}

.clients_wrap .kehu_right {
	transform: translate(calc(100% - 1px), -50%);
	animation: swiper-right 60s linear infinite;
}

.clients_item:nth-child(even){
	transform: translateX(-100px);
}



@keyframes swiper-left {
	0% {
		transform: translateY(-50%)
	}

	to {
		transform: translate(-100%, -50%)
	}
}

@keyframes swiper-right {
	0% {
		transform: translate(calc(100% - 1px), -50%)
	}

	to {
		transform: translate(-1px, -50%)
	}
}



.liuyan-section {
	/* background-image: url('../images/liuyan.jpg'); */
	background-repeat: no-repeat;
	background-size: cover;
	padding: 60px 0;
	position: relative;
}


.liuyan_mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;

}

.liuyan_mask>div{
	height: 100%;
	position: relative;
}

.liuyan_mask .left{
	background: url('../images/image-64.png') left bottom;
	background-repeat: no-repeat;
	background-color: #fff;
}

.liuyan_mask .right{
	background: url('../images/image-65.png') right top;
	background-repeat: no-repeat;
	background-color: #fff;
}


.news-section{
	height:8.5rem;

}

.new-left-content{
	width: 5.4rem;
	height: auto;
	float: left;
}

.new-right-content{
	width: 6.15rem;
	height: auto;
	float: right;
}

.news_block_title{
	font-size: 18px;
	color: #070707;
}

.news-desc{
	font-size: 16px;
	color: #057F69;
	display: inline-block;
	text-align: left;
}


.ly_home_news_pic {
	width: 100%;
	height: 362px;
	position: relative;
	margin-top: 12px;
}

.news_pic_title{
	width: 310px;
	height: 130px;
	position: absolute;
	left: 0px;
	top: 64px;
	padding:0.1rem 0.2rem 0 0.2rem;
	background:rgba(5,127,105,0.7);
	color:#ffffff;
	font-size: 20px;

}
.ly_home_news_right_title {
	height: 38px;
	border-bottom: 1px solid #057F69;
}

.ly_home_news_right_title div {
	float: right;
	height: 38px;
	line-height: 38px;
}

.ly_home_news_right_title div a {
	text-align: center;
	font-size: 16px;
	color: #057F69;
}
.ly_home_news_right_title ul {
	width: 100%;
	height: auto;
}

.ly_home_news_right_title ul li {
	width: 135px;
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	color: #010101;
}
.ly_home_news_right_title ul li span {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.ly_home_news_right_title ul li.active span {
	background: #057F69;
	color: #fff;
}


.ly_home_news_right_title ul li > span:hover {
	background: #057F69;
	color: #fff;
}

.i-news_list ul {
	width: 100%;
	height: auto;
	display: none;
}
.i-news_list ul:nth-of-type(1) {
	display: block;
}

.i-news_list ul li {
	width: 100%;
	height: auto;
	margin-top: 30px;
	overflow: hidden;
	padding-left: 25px;
}
.i-news_list ul li a {
	display: block;
	width: 100%;
	height: 100%;
}


.i-news_pic {
	width: 120px; /*height:0.9rem;*/
	height: 80px;
	float: left;
	text-align: center;
	font-size: 0;
	overflow: hidden;
}

.i-news_pic span {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.i-news_pic img {
	height: 80px;
	width: 120px;
	/*vertical-align: middle;*/
	/*transition: all 0.3s linear;*/
	/*-moz-box-shadow: 2px 2px 5px #969696; !*firefox*!*/
	/*-webkit-box-shadow: 2px 2px 5px #969696; !*webkit*!*/
	/*box-shadow: 2px 2px 5px #969696; !*opera或ie9*!*/
}
.i-news_text {
	width: 452px;
	height: auto;
	float: right;
}

.i-news_text .i-news_text_title {
	font-size: 18px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	/* margin-top: 0.09rem; */
}

.i-news_text p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
	margin-top: 0.09rem;
}

.i-news_text p > span {
	font-size: 14px;
	color: #057F69;
}

.i-news_list ul li a:hover .i-news_pic img {
	transform: scale(1.1);
}

.i-news_list ul li a:hover .i-news_text .i-news_text {
	color: #057F69;
}


.ly_home_news_more {
	display: block;
	width: 2.45rem;
	height: 0.45rem;
	border-radius: 6px;
	border: 1px solid rgba(5, 127, 105, 0.3);
	color: #057F69;

	transition: all 0.3s linear;
	line-height: 0.43rem;
	text-align: center;
	/*background: #ffeded;*/
	margin: 0 auto;
	margin-top: 0.58rem;
	font-size: 14px;
}

a.ly_home_news_more:hover {
	color: #fff;
	background: #057F69;
}






.adv_wrap {
	position: relative;
	text-align: center;
	padding-bottom: 100px;
}

.adv-section {
	background-color: #FFFFFF;
}

.adv_item {
	text-align: left;
	width: 310px;
}


.adv_item h3 {
	font-size: 20px;
	color: #333333;
	margin-bottom: 10px;
}


.adv_item p {
	color: #6A6F78;
	line-height: 26px;
	padding-left: 22px;
	position: relative;
	/*width: 330px;*/
}

.adv_item p img {
	position: absolute;
	left: 0;
	top: 7px;
}

.adv1 {
	position: absolute;
	left: 0;
	top: 12px;
}

.adv2 {
	position: absolute;
	right: 0;
	top: 12px;
}

.adv3 {
	position: absolute;
	left: 0;
	top: 372px;
}


.adv4 {
	position: absolute;
	right: 0;
	top: 372px;
}

.adv1 .adv-line {
	position: absolute;
	top: 12px;
	right: -78px;
}

.adv2 .adv-line {
	position: absolute;
	top: 12px;
	right: 324px;
}

.adv3 .adv-line {
	position: absolute;
	top: -18px;
	right: -43px;
}


.adv4 .adv-line {
	position: absolute;
	top: -18px;
	right: 324px;
}


.product-section {
	background-color: #F3F7FD;
}

.product-item {
	background-color: #fff;
}

.product-item:hover {
	box-shadow: 0px 4px 30.4px 0px rgba(168, 190, 223, 0.17);
}

.product-item-pic {
	height: 244px;
}

.product-item-pic img {
	width: 100%;
	height: 100%;
	border-radius: 0 0 20px 20px;
}

.product-item-content {
	padding: 40px 55px;
}

.product-item-content h3 {
	font-size: 20px;
}

.product-item-content p {
	color: #6A6F78;
	padding-left: 22px;
	background-image: url('../images/dot.png');
	background-repeat: no-repeat;
	background-position: left center;
	margin: 20px 0 0;
    height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product-item-ft {
	padding: 20px 55px;
	position: relative;
}

.product-item-ft::before {
	position: absolute;
	content: '';
	top: 0;
	left: 55px;
	right: 55px;
	height: 1px;
	background-color: #057F69;
	opacity: 0.2;
}

.mx-10 {
	margin: 0 -10px;
}

.px-10 {
	padding: 0 10px;
}




.product-item-more {
	border-radius: 6px;
	border: 1px solid rgba(5, 127, 105, 0.3);
	color: #057F69;
	width: 135px;
	text-align: center;
	display: block;
	line-height: 40px;
	height: 40px;
}

.product-item-more:hover {
	background-color: #057F69;
	color: #fff;
}

.product-item-more .iconfont {
	margin-left: 6px;
}


.liuyan_wrap {
	height: 590px;
	position: relative;
	overflow: hidden;
}


.liuyan_mask .containerPc::before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 180px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(251, 251, 251, .3));
}

.liuyan_mask .containerPc::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 9;
	width: 180px;
	right: 0;
	background-image: linear-gradient(to right, rgba(251, 251, 251, .3), rgba(255, 255, 255, 1));
}

.liuyan_wrap img {
	height: 590px;
	object-fit: contain;
	position: absolute;
	top: 50%;
	left: 0;
	max-width: unset;
}

.liuyan_wrap .kehu_left {
	transform: translateY(-50%);
	animation: swiper-left 60s linear infinite;
}

.liuyan_wrap .kehu_right {
	transform: translate(calc(100% - 1px), -50%);
	animation: swiper-right 60s linear infinite;
}



@keyframes swiper-left {
	0% {
		transform: translateY(-50%)
	}

	to {
		transform: translate(-100%, -50%)
	}
}

@keyframes swiper-right {
	0% {
		transform: translate(calc(100% - 1px), -50%)
	}

	to {
		transform: translate(-1px, -50%)
	}
}


.login-warp {
	/* 	margin-top: 58px; */
	padding: 84px 0;
	background-image: url('../images/login_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.login-right {
	background-color: #fff;
	width: 600px;
	box-shadow: 0 4px 30px rgba(168, 190, 223, .17);
	padding: 40px;
}

.login-title {
	color: #057F69;
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}
.login-title ul li {
	display: inline-block;
	width: 48%;
	color: #333333;
	cursor: pointer;
}
.login-title ul li:hover {
	color: #057F69;
}
.login-title ul li.active {
	color: #057F69;
}

.login-smsCode{
	height: 384px;
}
.login-password{
	height: 384px;
}
.double-main-el{
	border-radius: 0;
	font-size: 16px;
	box-shadow: unset;
	border: 0;
	border-bottom: 1px solid #DDDDDD;
	display: block;
	width: 100%;
}
.double-main-el-left{
	height: 46px;
	padding: 10px 18px;
	width: 50%;
}
.double-main-el-right {
	float: right;
	margin-top: -8px;
	margin-right: 10px;
}
.double-main-el-right img{
	height: 50px;
	width: auto;
}

.get-smsCode-btn{
	width: 100px;
	cursor: pointer;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border: none;
	background: #057F69;
	font-size: 16px;
	color: #fff;
	margin-left: 12px;
}

.login-form .form-control {
	border-radius: 0;
	font-size: 16px;
	box-shadow: unset;
	border: 0;
	border-bottom: 1px solid #DDDDDD;
	height: 46px;
	padding: 10px 18px;
	display: block;
	width: 100%;
}


.login-form .form-item {
	position: relative;
}

.login-form .form-item.required::before {
	content: '*';
	color: #FF0000;
	position: absolute;
	left: 0;
	font-size: 18px;
	top: 12px;
	z-index: 1;
}

.login-form .layui-form-select .layui-input {
	border: 0;
	border-bottom: 1px solid #DDDDDD;
	height: 46px;
	font-size: 16px;
	padding-left: 18px;
}

.layui-form-select dl dd.layui-this {
	background-color: #057F69;
}

.login-form .layui-form-select .layui-edge {
	right: 28px;
}


.form-eye {
	position: absolute;
	color: #999999;
	width: 20px;
	height: 20px;
	right: 24px;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	line-height: 20px;
}

.form-login {
	text-align: center;
}


.form-login a {
	color: #057F69;
	font-size: 16px;
}

.form-foot {
	padding-top: 36px;
	margin-bottom: 28px;
}


.form-btn {
	display: block;
	border: 1px solid #057F69;
	color: #057F69;
	width: 100%;
	font-size: 16px;
	padding: 12px;
}


.btn-primary {
	background-color: #057F69;
	color: #fff;
}

.login-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.login-left {
	max-width: 516px;
	padding-right: 15px;
}

.login-left h3 {
	color: #333333;
	font-size: 38px;
	margin-bottom: 50px;
}

.login-left p {
	color: #333333;
	font-size: 20px;
	line-height: 2;
	margin-bottom: 14px;
}

.login-form-foot {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 28px 0;
}

.login-rember {
	margin-top: 64px;
	padding-bottom: 10px;
}

.layui-form-checked[lay-skin=primary] i {
	border-color: #057F69 !important;
	background-color: #057F69;
}

.layui-form-checkbox[lay-skin=primary]:hover i {
	border-color: #057F69;
}

.layui-form-checkbox[lay-skin=primary] span {
	color: #999999;
	font-size: 16px;
}

.discount-item {
	display: flex;
	padding: 20px 0;
	border-bottom: 1px solid rgba(51, 51, 51, .1);
}

.discount-item-pic {
	width: 240px;
	margin-right: 30px;
}

.discount-item-pic img {
	width: 240px;
	height: 160px;
}

.discount-item-content {
	flex: 1;
	min-width: 0;
}

.discount-item-desc {
	color: #666666;
	line-height: 2;
	margin-bottom: 17px;
}


.discount-item-title a{
	color: #057F69;
	font-size: 18px;
	font-weight: 600;
}

.discount-item-date {
	color: #666666;
	font-size: 16px;
}

.discount-item-bottom a {
	font-size: 14px;
	line-height: 32px;
	color: #FF5C00;
	display: inline-block;
}

.discount-item-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}



.package-tracking {
	padding: 40px 80px;
}

.package-form-label {
	color: #333333;
	font-size: 18px;
	margin-bottom: 18px;
}

.package-form-item .form-control {
	border-radius: 0;
	font-size: 16px;
	border: 1px solid #057F69;
	height: 48px;
	padding: 10px 17px;
	box-shadow: unset;
}

.package-tip li {
	font-size: 16px;
	color: #999999;
	margin-bottom: 24px;
	padding-left: 20px;
	position: relative;
}

.package-tip li::before {
	position: absolute;
	content: '';
	left: 7px;
	top: 50%;
	width: 6px;
	height: 6px;
	background-color: #999;
	border-radius: 6px;
	margin-top: -3px;
}

.package-tip li a {
	color: #057F69;
}

.package-btn {
	background-color: #057F69;
	color: #fff;
	font-size: 16px;
	height: 48px;
	width: 258px;
	display: block;
	margin: 40px auto;
}


.certificate-form-label {
	font-size: 18px;
	color: #333;
	margin-bottom: 18px;
}

.certificate-form-group {
	display: flex;
	align-content: center;
}


.certificate-btn {
	background-color: #057F69;
	color: #fff;
	font-size: 16px;
	height: 48px;
	width: 120px;
}

.certificate-btn img {
	margin-right: 10px;
}

.certificate-form-group .form-control {
	border-radius: 0;
	font-size: 16px;
	border: 1px solid #057F69;
	height: 48px;
	padding: 10px 17px;
	box-shadow: unset;
}

.certificate-form {
	margin: 40px 0;
}


.price-panel {
	border: 1px solid #DFDFDF;
	margin-bottom: 20px;
}

.price-panel .panel-head {
	background-color: #EEEEEE;
	border-bottom: 1px solid #DFDFDF;
	display: flex;
}

.price-panel .panel-title {
	background-color: #FF7E20;
	color: #FFFFFF;
	font-size: 16px;
	padding: 0 15px 0 28px;
	line-height: 35px;
	height: 35px;
	position: relative;
}

.price-panel .panel-title::after {
	position: absolute;
	content: '';
	width: 18px;
	height: 35px;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	right: -16px;
}

.price-panel .panel-title span {
	opacity: 0.7;
	font-size: 14px;
}

.quotation-form {
	padding: 20px 30px;
}

.quotation-form .form-item {
	margin-bottom: 12px;
}

.quotation-form .form-item__label {
	color: #333333;
	font-size: 18px;
	line-height: 40px;
}

.quotation-form .form-item__label span {
	color: #FF0000;
	margin-right: 6px;
}

.quotation-form .form-control {
	border: 1px solid #C1C9D6;
	border-radius: 0;
	box-shadow: unset;
	font-size: 16px;
	padding: 6px 16px;
}


.quotation-form .form-tip {
	color: #057F69;
}

.quotation-form .form-tip span {
	color: #FF0000;
}

.project-form {
	padding: 20px;
}

.table thead th {
	color: #333333;
	font-size: 14px;
	font-weight: normal;
	background-color: #F5F5F5;
	text-align: center;
	border-color: #ECEFF2;
	border-bottom: 0;
	padding: 8px 12px;
	vertical-align: middle;
}

.table thead th.left {
	text-align: left;
}

.table td {
	font-size: 14px;
	color: rgba(51, 51, 51, .8);
	text-align: center;
	border-color: #ECEFF2;
	padding: 6px 12px;
	vertical-align: middle;
}

.project-info {
	text-align: left;
}

.project-info h3 {
	color: #333333;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 0;
}

.project-info p {
	line-height: 2;
	margin: 0;
	position: relative;
	color: rgba(51, 51, 51, .5);
	padding-left: 20px;
}

.project-info p::before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background-color: #999;
	left: 7px;
	top: 50%;
	margin-top: -3px;
}


.product-warp {
	padding: 30px 0;
}

.product-class {
	background-color: #fff;
	margin-bottom: 20px;
}


.class-head {
	background-color: #F3F7FD;
	padding: 14px 20px;
}

.class-title {
	color: #057F69;
	font-size: 18px;
}

.class-body {
	padding: 20px;
}

.class-item {
	display: flex;
}

.class-item+.class-item {
	margin-top: 16px;
}


.class-item span {
	color: #057F69;
}

.class-item div {
	min-width: 85px;
}

.class-item p {
	color: #999999;
	font-size: 14px;
	margin: 0;
}


.grey-bg {
	background-color: #F6F6F6;
}

.product-panel {
	padding: 20px;
	background-color: #fff;
	margin-bottom: 20px;
}

.product-category {
	display: flex;
}

.product-category .label {
	color: #999999;
	font-size: 14px;
	width: 45px;
	line-height: 30px;
}

.product-category .flex_bd a {
	line-height: 30px;
	color: #666666;
	padding: 0 12px;
	display: inline-block;
	background-color: #F6F7F8;
	margin: 0 15px 15px 0;
}

.product-category a.active {
	background-color: rgba(5, 127, 105, 0.1);
	color: #057F69;
}

.product-filter {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

.product-filter .left {
	width: 457px;
}

.product-group {
	display: flex;
	margin-bottom: 20px;
}

.product-group .btn {
	width: 42px;
	text-align: center;
	height: 34px;
	line-height: 32px;
	color: #057F69;
	border: 1px solid rgba(5, 127, 105, 0.08);
	background-color: rgba(5, 127, 105, 0.08);
}

.product-group .form-control {
	border: 1px solid #E0E0E0;
	font-size: 14px;
	display: block;
	width: 100%;
	padding: 0 20px;
}

.product-filter .total span {
	color: #057F69;
}

.product-category .right {
	width: 160px;
	margin-left: 10px;
}


.product-filter .download,
.product-category .download {
	background-color: #057F69;
	color: #fff;
	width: 160px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-filter .download img,
.product-category .download img {
	margin-right: 12px;
}

.product-panel table th {
	color: #333333;
}

.product-panel table thead tr {
	background-color: rgba(243, 243, 243, 0.5);
}

.product-panel table td {
	color: #666666;
}

.product-panel table .layui-table-cell {
	height: auto;
}

.cart-btn {
	border: 0;
	padding: 10px !important;
	line-height: 1 !important;
	height: auto;
}

.layui-table-page {
	text-align: center;
	padding: 20px;
	padding-top: 60px;
}

.layui-table-box {
	border: 1px solid #EEEEEE;
	border-bottom: 0;
}

.layui-table-view {
	border: 0;
}



.layui-table-page .layui-laypage a,
.layui-laypage a,
.layui-table-page .layui-laypage span,
.layui-laypage span {
	height: 36px;
	line-height: 36px;
	min-width: 12px;
	margin: 0 5px;
	font-size: 14px;
}

.layui-table-page .layui-laypage a,
.layui-laypage a {
	border: 1px solid #D9D9D9;
	border-radius: 5px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
	background-color: #057F69;
}

.layui-laypage a:hover {
	color: #057F69;
}

.layui-table-page>div {
	height: auto;
}

.product-card {
	background-color: #fff;
}

.product-card .card-head {
	padding: 20px 25px;
	border-bottom: 1px solid #F2F2F2;
}

.product-card .card-title {
	font-size: 20px;
	color: #057F69;
	line-height: 1.4;
}

.product-card .card-body {
	padding: 10px 25px 30px;
}

.product-list li {
	padding: 20px 0;
	border-bottom: 1px solid #F2F2F2;
}
.product_bn_relation img{
	height: 80px;
}
.product_bn_relation a{
	display: block;
	position: relative;
	left: 95px;
	top: -79px;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 14px;
	width: 480px;
}
.product_bn_relation span{
	display: block;
	position: relative;
	left: 95px;
	top: -79px;
	color: #999999;
}


.product-list li a {
	color: #333333;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 14px;
}

.product-info span {
	color: #666666;
	font-size: 14px;
	margin-right: 30px;
}

.product-list li:hover a {
	color: #057F69;
	text-decoration: underline;
}

.del-btn {
	color: #EC2C2C;
	border: 0;
	padding: 10px !important;
	line-height: 1 !important;
	height: auto;
}

.count-group {
	display: flex;
	align-items: center;
	justify-content: center;
}

.count-group .layui-btn {
	padding: 0;
	height: 22px;
	line-height: 20px;
	background-color: #F1F1F1 !important;
	border-color: #CBCBCB !important;
	border-radius: 0;
}


.count-group .layui-btn:active {
	background-color: #057F69 !important;
	border-color: #057F69 !important;
	color: #fff;
}


.count-group input {
	width: 40px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	background-color: #fff;
}

/* 隐藏输入框上下箭头 */
.count-group input::-webkit-inner-spin-button,
.count-group input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 兼容Firefox */
.count-group input {
	-moz-appearance: textfield;
}

.cart-cell {
	display: flex;
}

.cart-cell__hd {
	width: 92px;
	margin-right: 20px;
}

.cart-cell__hd img {
	width: 92px;
	height: 92px;
}

.cart-cell__bd {
	flex: 1;
	min-width: 0;
}

.cart-cell__title {
	color: #333333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1.4;
	margin-bottom: 10px;
}

.cart-cell__info {
	display: flex;
	flex-wrap: wrap;
}

.cart-cell__info .item {
	width: 50%;
	color: rgba(51, 51, 51, 0.8);
	font-size: 12px;
}

.cart-cell__info .item span {
	color: rgba(51, 51, 51, 0.5);
	width: 80px;
	display: inline-block;
}

.cart-cell__info .item-w100 {
	width: 100%;
}

.cart-panel table thead tr {
	background-color: rgba(223, 223, 223, 0.3);
}

.cart-panel table th {
	border: 0;
}

.cart-panel table td {
	border: none;
}

.cart-panel table td .layui-table-cell {
	padding: 20px 15px 40px;
	position: relative;
	z-index: 1;
}

.cart-panel .layui-table-header {
	margin-bottom: 20px;
	border: 0;
}

.cart-panel .layui-table-box {
	border: 0;
}

.cart-panel .layui-table tbody tr:hover {
	background-color: transparent;
}

.cart-panel .layui-table-page {
	border: none;
}

.cart-panel .layui-table tbody tr {
	position: relative;
}

.cart-panel .layui-table tbody tr::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 20px;
	border: 1px solid #EDEDED;
}

.cart-panel .layui-table tbody tr:hover::after {
	background-color: #EDF4FF;
	border-color: #EDF4FF;
}

.cart-count {
	color: #057F69;
	font-size: 18px;
}

.cart-panel .layui-table-page {
	padding-top: 30px;
}

.cart-foot {
	border: 1px solid #EDEDED;
	background-color: rgba(243, 243, 243, 0.5);
	margin-top: 30px;
}

.cart-foot .layui-form {
	display: flex;
	align-items: center;
	background-color: #fff;
	padding: 15px 20px;
}

.cart-btns .layui-btn {
	border: 0;
	padding: 0;
	color: #333333;
	margin-left: 36px;
	height: 30px;
	line-height: 30px;
}

.cart-num {
	margin-left: auto;
	text-align: right;
}

.cart-checked {
	color: #666666;
	font-size: 12px;
	display: inline-block;
}

.cart-checked span {
	color: #057F69;
}

.cart-price {
	color: #666666;
	font-size: 12px;
	display: inline-block;
	margin-left: 30px;
}

.cart-price span {
	font-size: 20px;
	color: #057F69;
}


.cart-foot .layui-form-checkbox[lay-skin=primary] span {
	font-size: 14px;
	color: #333333;
	padding-right: 0;
}

.cart-box {
	padding: 20px;
	text-align: right;
}

.cart-box p {
	color: #999999;
	margin: 10px 0 0;
}

.cart-box .layui-btn {
	color: #fff;
	background-color: #057F69;
	font-size: 16px;
	border-color: #057F69;
	width: 258px;
	height: 48px;
	line-height: 48px;
}



.product-cell {
	display: flex;
	align-items: center;
}

.product-cell__hd {
	width: 350px;
	margin-right: 30px;
}

.product-cell__hd img {
	width: 350px;
	height: 350px;
}

.product-cell__cn {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}

.product-cell__en {
	color: #999999;
	font-size: 14px;
	margin-bottom: 20px;
}

.product-cell__info {
	background-color: rgba(243, 243, 243, 0.5);
	padding: 20px 30px;
}

.product-cell__info .layui-row {
	display: flex;
}

.product-cell__item {
	font-size: 14px;
	color: #333333;
	position: relative;
	padding-left: 73px;
}

.product-cell__item span:first-child {
	color: #666666;
	width: 73px;
	position: absolute;
	left: 0;
	top: 0;
	text-align-last: justify;
	padding-right: 20px;
}

.product-cell__item span:first-child::after {
	content: ':';
	position: absolute;
	right: 15px;
}
.product-cell-gg span{
	width:87px;
	float:left;
	margin-left: 30px;
	color:#666;
	text-align-last:justify;
}
.product-cell-gg span::after {
	content: ':';
	position: relative;
	right: 27px;
}

.product-cell__item+.product-cell__item {
	margin-top: 24px;
}

.product-cell__line {
	height: 100%;
	width: 1px;
	background-color: rgba(0, 0, 0, 0.06);
	margin: 0 auto;
}

.product-cell__foot {
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
}

.product-cell__foot .add-cart {
	background-color: #057F69;
	width: 160px;
	height: 40px;
}

.product-cell__foot .add-cart .iconfont {
	font-size: 14px;
	margin-right: 10px;
}


.product-cell__right {
	display: flex;
}

.product-cell__label {
	color: #666666;
	width: 65px;
	line-height: 34px;
}

.product-cell__num {
	color: #666666;
	font-size: 12px;
	margin-top: 10px;
}


.product-cell__num span {
	color: #057F69;
}

.product-cell__count .count-group input {
	width: 64px;
	font-size: 16px;
	line-height: 32px;
}

.product-cell__count .count-group .layui-btn {
	height: 34px;
	line-height: 32px;
	font-weight: bold;
	padding: 0 6px;
}

.product-main {
	margin-top: 100px;
}

.product-nav {
	border: 1px solid #EDEDED;
	background-color: rgba(243, 243, 243, 0.5);
	display: flex;
	align-items: center;
}

.product-nav span {
	display: block;
	font-size: 18px;
	color: #999999;
	padding: 14px 40px;
	line-height: 2;
	position: relative;
	cursor: pointer;
}

.product-nav span.active {
	background-color: #fff;
	color: #057F69;
}
.product-nav span.active::before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: -1px;
	background-color: #057F69;
	height: 4px;
}

.product-content__title {
	color: #057F69;
	padding: 20px;
	font-size: 18px;
	position: relative;
}
.product-content__title::before {
	width: 4px;
	height: 21px;
	background-color: #057F69;
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.ShowConc {
	color: #df0024;
	margin-left: 0.02rem;
}

.product-content .layui-table {
	margin: 0;
}

.product-content .layui-table td {
	font-size: 16px;
	color: #333333;
	padding: 19px;
}

.product-content .layui-table td:nth-child(odd) {
	color: #666;
	background-color: rgba(243, 243, 243, 0.5);
}

.product-content #tzx-detail-item .layui-table td:nth-child(odd) {
	/*覆盖上面的样式*/
	background-color: #ffffff;
}

.detail-item {
	background-color: #F8F8F8;
	padding: 20px;
	margin-bottom: 14px;
}


.detail-item h3 {
	color: #333333;
	font-size: 16px;
	margin: 0 0 24px;
}

.detail-item p {
	color: #666666;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 0;
}

.detail-cells {
	background-color: #fff;
	padding: 0 20px;
}

.detail-cell {
	display: flex;
	border-bottom: 1px solid #ECEFF2;
	padding: 10px 0;
	line-height: 2;
}

.detail-cell__hd {
	width: 115px;
	color: #666666;
}

.detail-cell__bd {
	color: #333;
}

.detail-cell:last-child {
	border-bottom: 0;
}

.detail-cells2 .detail-cell {
	border-bottom: 0;
}

.detail-cells2 .detail-cell__hd {
	width: 82px;
	color: #333;
}

.detail-cells2 .detail-cell__bd {
	color: #666;
}


.order-panel {
	border: 1px solid #EDEDED;
	padding: 20px;
}

.order-title {
	color: #333333;
	font-size: 18px;
	margin-bottom: 25px;
}

.user-common-panel {
	border: 1px solid #EDEDED;
	padding: 20px;
}

.user-common-title {
	color: #333333;
	font-size: 18px;
	margin-bottom: 25px;
}
.order-title ul{
	padding-left: 0rem;
	overflow: hidden;
	border-bottom: 1px solid #f5f5f5;
}
.order-title ul li{
	width: 20%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
}
.score-title ul li{
	width: 12% !important;
}

.order-title ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333333;
	cursor: pointer;
}
.order-title ul li .current-active {
	/*color: #fff !important;
    background: #057F69;*/
	color: #057F69;
	border-bottom: 1px solid #057F69;
}
.order-title ul .li-right-info {
	width: auto !important ;
	float: right !important;
	font-size: 18px;
	color: #333333;
}
.li-right-info span {
	font-size: 0.2rem;
	font-weight: bold;
	margin-right: 0.2rem;
}
.li-right-info span font {
	color: #057F69;
}
.order-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order-flex .left {
	width: 265px;
}

.order-flex .right {
	width: 450px;
}

.order-flex .left .total {
	color: #333333;
	margin-top: 20px;
}

.order-flex .left .total span {
	color: #057F69;
}

.order-form .layui-select {
	height: 34px;
}

.table-code {
	color: #057F69;
	text-decoration: underline;
}
.table-code:hover {
	color: #057F69;
	text-decoration: underline;
}
.pdf-btn {
	display: inline-block;
	padding: 5px;
	line-height: 1;
}

.order-panel .layui-table-cell {
	height: auto;
	overflow: unset;
}

.layui-border-black {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(51, 51, 51, 0.2) !important;
	color: #333333 !important;
}

.layui-border-orange {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 92, 0, 0.2) !important;
	color: #FF5C00 !important;
}

.layui-border-blue {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(5, 127, 105, 0.2) !important;
	color: #057F69 !important;
}

.layui-border-green {
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 192, 121, 0.2) !important;
	color: #00C079 !important;
}

.pdb-100 {
	padding-bottom: 100px;
}

.wl-tip {
	box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	width: 330px;
	white-space: normal;
	padding: 6px 10px;
	font-size: 12px;
	color: #666666;
	position: absolute;
	top: 40px;
	left: 7px;
	text-align: left;
	line-height: 20px;
	z-index: 9;
	display: none;
}

.order-panel .layui-table-cell:hover .wl-tip {
	display: block;
}

.order-card {
	background-color: #FFFFFF;
	margin-bottom: 20px;
}

.order-card .card-head {
	padding: 20px 30px;
	border-bottom: 1px solid #ECEFF2;
}

.order-card .card-head>div {
	display: inline-block;
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	margin-right: 30px;
}

.order-copy {
	color: #057F69;
	font-size: 18px;
	margin-right: 30px;
}
.order-copy:hover {
	color: #057F69;
}
.order-card .card-body {
	padding: 30px;
}

.order-card .card-process {
	border: 1px solid #D8DBDE;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -1px;
}



.order-text1 {
	color: #333333;
	font-size: 28px;
	margin-bottom: 30px;
}


.order-text2 {
	color: #666666;
	font-size: 16px;
}

.order-text2 span {
	color: #057F69;
}

.p-col4 {
	width: 35%;
	border-right: 1px solid #D8DBDE;
}

.p-col8 {
	width: 65%;
}

.p-col2 {
	width: 100%;
}

.order-step {
	display: flex;
	justify-content: center;
	padding: 88px 0 40px;
}

.order-step .item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
	width: 150px;
	box-sizing: content-box;
	position: relative;
}

.order-step .item .icon {
	width: 30px;
	height: 30px;
	background-color: #BEBEBE;
	border-radius: 50%;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-bottom: 12px;
}


.order-step .item .title {
	color: #666666;
	font-size: 18px;
	margin-bottom: 8px;
}

.order-step .item .title a {
	font-size: 18px;
	color: #057F69;
	text-decoration: underline;
}

.order-step .item .time {
	color: #999999;
	font-size: 14px;
}

.order-step .item.active .icon {
	background-image: url('../images/end.png');
	background-color: #fff;
	font-size: 0;
	background-repeat: no-repeat;
}

.order-step .item.now .icon {
	background-image: url('../images/now.png');
	background-color: #fff;
	font-size: 0;
	background-repeat: no-repeat;
}



.order-step .item::before {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #BEBEBE;
	width: 118px;
	left: 130px;
	top: 14px;
}

.order-step .item:last-child::before {
	display: none;
}

.order-step .item.item.active::before {
	background-color: #057F69;
}

.order-left {
	padding: 50px 25px 25px;
}

.order-tip {
	/* border-top: 1px solid #D8DBDE; */
	padding: 30px;
	display: flex;
}

.order-tip .label {
	color: #FF5C00;
	font-size: 18px;
	text-align: right;
	width: 140px;
}

.order-tip p {
	color: #666666;
	font-size: 18px;
	margin-bottom: 18px;
}

.order-tip p:last-child {
	margin-bottom: 0;
}

.order-inner {
	padding: 30px 30px 10px;
}

.order-row {
	background-color: rgba(242, 245, 249, 0.8);
	padding: 16px 0;
	display: flex;
	margin-bottom: 20px;
}

.order-col {
	width: 50%;
	padding: 15px 17px;
	border-right: 1px solid #D8DBDE;
}

.order-col:nth-child(even) {
	border-width: 0;
}

.order-col-tt {
	color: #333333;
	font-size: 18px;
}



.order-col-text {
	position: relative;
	color: #666666;
	font-size: 16px;
	padding-left: 114px;
	margin-top: 18px;
	height: 20px;
	line-height: 20px;
}

.order-col-text span {
	position: absolute;
	left: 0;
	top: 0;
}

.order-card table th {
	font-size: 18px;
	color: #333;
	border: 0;
}

.order-card table th .layui-table-cell {
	height: auto;
	padding: 15px 20px;
}

.order-card table td .layui-table-cell {
	height: auto;
	padding: 20px;
}


.order-card table td {
	border-right: 0;
}

.order-card .layui-table-header,
.order-card .layui-table-box {
	border: 0;
}

.order-card .layui-table-page {
	padding-top: 40px;
}


.order-settlement {
	padding: 30px 50px;
	border-top: 1px solid #ECEFF2;
}

.order-settlement .item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
	font-size: 18px;
	margin-bottom: 15px;
}

.order-settlement .item .label {
	color: #999999;
}

.order-settlement .item .val {
	width: 105px;
	color: #333333;
}

.order-settlement .item2 {
	margin-bottom: 0;
}

.order-settlement .item2 .label {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
}

.order-settlement .item2 .val {
	color: #057F69;
	font-size: 24px;
}


.pay-card {
	background-color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}

.pay-top {
	padding: 30px 0 40px;
	border-bottom: 1px solid #ECEFF2;
	margin-bottom: 20px;
	display: flex;
}

.pay-top .left {
	width: 78px;
	margin-right: 30px;
}

.pay-top .pay-tt {
	color: #000000;
	font-size: 24px;
	margin-bottom: 15px;
}

.pay-top .end-time {
	color: #666666;
}

.pay-top .end-time span {
	color: #057F69;
}

.pay-top .right a {
	color: #057F69;
	font-size: 18px;
}

.pay-top .right a .iconfont {
	font-size: 18px;
	margin-right: 4px;
}

.pay-cell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #F3F7FD;
	padding: 8px 20px;
	font-size: 12px;
	color: #333;
	line-height: 24px;
	position: relative;
}

.pay-cell .warn {
	color: rgba(255, 92, 0, .8);
	font-size: 18px;
}

.promo-code {
	display: flex;
	align-items: center;
}

.promo-code .form-control {
	border: 1px solid #DDDDDD;
	padding: 4px 8px;
}

.promo-code .layui-btn {
	background-color: #057F69;
	font-size: 12px;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	margin-left: 10px;
}

.pay-cell::before {
	position: absolute;
	content: '';
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #fff;
	bottom: 0;
}

.pay-cell:last-child::before {
	display: none;
}

.pay-panel {
	background-color: #fff;
}

.pay-panel .panel-head {
	border-bottom: 1px solid #ECEFF2;
	padding: 20px 24px;
}

.pay-panel .panel-title {
	font-size: 18px;
	color: #333333;
}

.pay-panel .panel-body {
	padding: 30px;
}

.pay-list {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.pay-list li {
	border: 1px solid #D3D3D3;
	margin-right: 30px;
	padding: 14px 20px;
	height: 62px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.pay-list li span {
	color: #000000;
	font-size: 17px;
	margin-left: 23px;
}

.pay-text {
	color: #666666;
	font-size: 16px;
	margin-bottom: 20px;
}

.pay-list li.active {
	border-color: #057F69;
}

.pay-account {
	background-color: rgba(243, 243, 243, .5);
	padding: 20px 30px;
}


.pay-account p {
	color: #333333;
	font-size: 12px;
	position: relative;
	padding-left: 110px;
}

.pay-account p span {
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
}

.pay-account p+p {
	margin-top: 20px;
}


.pay-item {
	padding-bottom: 20px;
}



.pay-foot {
	border-top: 1px solid #ECEFF2;
	padding-top: 20px;
	text-align: right;
}

.pay-foot .layui-btn {
	background-color: #057F69;
	font-size: 16px;
	width: 258px;
	height: 48px;
	line-height: 48px;
	margin: 20px 0;
}


.pay-total .label {
	color: #000000;
	font-size: 18px;
}

.pay-total .num {
	font-size: 24px;
	color: #057F69;
}

.pay-total .num em {
	font-size: 14px;
	font-style: normal;
}

.pay-agree {
	font-size: 16px;
	color: #999999;
}

.pay-agree a {
	color: #057F69;
}

.pay-agree .layui-form-checkbox[lay-skin=primary] span {
	padding-right: 0;
}


.pay-agree .layui-form-checkbox[lay-skin=primary] i {
	border-radius: 16px;
}


.login-modal .layui-layer-title {
	text-align: center;
	font-size: 24px;
	color: #057F69;
	border-bottom: 0;
	height: auto;
	padding: 10px 0px 8px 0px;
}

.login-modal .login-form {
	padding: 30px 40px;
}



.login-modal .form-foot .form-btn {
	width: 260px;
	margin: 0 auto;
}


.card-hide {
	display: none !important;
}

.card-show {
	display: flex !important;
}

.condition .title {
	color: #057F69;
	font-size: 24px;
	text-align: center;
}

.condition .desc {
	padding: 100px 0;
}

.condition p {
	color: #333333;
	font-size: 14px;
	line-height: 2.2;
	/*padding-left: 20px;*/
	position: relative;
	text-indent: 1em;
}
.condition b{
	line-height: 2;
}
/*.condition p::before {*/
/*	content: '•';*/
/*	position: absolute;*/
/*	left: 6px;*/
/*	top: 0;*/
/*}*/

.condition h4 {
	color: #333333;
	font-size: 14px;
	margin: 28px 0 10px;
	font-weight: bold;
}

.condition table {
	margin: 30px 0;
}

.condition table th {
	text-align: center;
}


.condition table thead tr {
	background-color: rgba(60, 160, 252, .1);
}

.condition table td {
	text-align: center;
}

.condition table td .cell {
	min-height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}


.support-left {
	width: 63.3%;
}

.support-right {
	width: 32.7%;
}

.support-row {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}

.support-title {
	font-size: 18px;
	color: #057F69;
	padding-left: 20px;
	padding-bottom: 30px;
	position: relative;
	border-bottom: 1px solid #D8DBDE;
}

.support-title::before {
	position: absolute;
	content: '';
	width: 5px;
	height: 25px;
	background-color: #057F69;
	left: 0;
	top: 0;
}

.support-article .article-head {
	text-align: center;
	padding-bottom: 16px;
}

.support-article .article-title {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}

.support-article .article-time {
	color: #666666;
	font-size: 14px;
}

.support-article .article-read {
	color: #666666;
	font-size: 12px;
	line-height: 2;
	border: 1px solid #D9D9D9;
	padding: 15px 20px;
	background-color: #F8F8F8;
	margin-bottom: 30px;
}

.support-article {
	padding: 30px 0;
}


.support-article .article-body p {
	color: #333333;
	font-size: 14px;
	line-height: 2;
	text-indent: 1em;
}

.support-article .article-body h4 {
	text-indent: 1em;
	color: #333333;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 18px;
}


.support-article .article-pic {
	text-align: center;
	padding: 30px 0;
}

.article-back {
	text-align: right;
	padding: 30px 0;
}

.article-back a {
	color: #057F69;
	font-size: 18px;
}

.article-back a .iconfont {
	font-size: 18px;
	margin-right: 4px;
}

.article-foot {
	border-top: 1px solid #D8DBDE;
	padding: 30px 0;
}

.article-prev,
.article-next {
	color: #057F69;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}

.article-prev a,
.article-next a {
	color: #333333;
}

.article-prev a:hover,
.article-next a:hover {
	text-decoration: underline;
}


.related-list li {
	display: flex;
	align-items: center;
	padding: 20px 0;
	border-bottom: 1px dashed #F2F2F2;
}

.related-list li .current {
	width: 25px;
	height: 25px;
	background-color: #EBEBEB;
	line-height: 25px;
	text-align: center;
	color: #8E8E8E;
	font-size: 16px;
	margin-right: 22px;
}

.related-list li a {
	flex: 1;
	min-width: 0;
	margin-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.related-list li .time {
	color: #666666;
	font-size: 14px;
	width: 90px;
	text-align: right;
}

.related-list li:nth-child(1) .current,
.related-list li:nth-child(2) .current,
.related-list li:nth-child(3) .current {
	background-color: #057F69;
	color: #fff;
}

.related-list li:hover a {
	text-decoration: underline;
}

.now-panel {
	margin-top: 50px;
}

.now-list li a {
	padding-left: 48px;
	margin-right: 0;
	position: relative;
}

.now-list li a::before {
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #666666;
	position: absolute;
	left: 6px;
	top: 50%;
	margin-top: -3px;
}

.account-panel {
	border: 1px solid #D8DBDE;
}

.account-head {
	border-bottom: 1px solid #D8DBDE;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.account-title {
	color: #333333;
	font-size: 18px;
}

.account-title span {
	color: #999999;
	font-size: 14px;
}

.account-title span i {
	color: #057F69;
	font-style: normal;
}


.account-tip {
	color: #FF0000;
	font-size: 12px;
}


.account-body {
	padding: 0 30px;
}

.account-top {
	display: flex;
	border-bottom: 1px solid #EBEBEB;
	padding: 25px 0;
}

.account-top .left {
	color: #333333;
	font-size: 16px;
	width: 230px;
}

@media screen and (max-width:1300px) {
	/*.index-banner {*/
	/*	height: 400px;*/
	/*}*/
}


.account-top .center {
	flex: 1;
	min-width: 0;
}

.account-top .center .val {
	color: #888888;
	font-size: 16px;
}

.account-top .center .tip {
	color: #999999;
	font-size: 12px;
	margin-top: 14px;
}

.account-top .center .tip a {
	color: #057F69;
}

.account-top .right a {
	color: #057F69;
	font-size: 12px;
}

/* .account-item{
	margin-bottom: -1px;
} */

.account-item__bd {
	padding: 20px 0 30px 150px;
	border-bottom: 1px solid #EBEBEB;
	display: none;
}

.account-item .form-item {
	display: flex;
	margin-bottom: 14px;
}

.account-item .form-item__label {
	color: #333333;
	font-size: 14px;
	width: 165px;
	text-align: right;
	line-height: 36px;
	margin-right: 45px;
}

.account-item .form-item__label span {
	color: #FF0000;
}

.error-tip {
	color: #F4433D;
	font-size: 12px;
	width: 182px;
	/*margin-left: 15px;*/
	/*display: flex;*/
	align-items: center;

	display: block;
	position: absolute;
	margin-left: 620px;
	line-height: 23px
}

.error-tip img {
	vertical-align: sub;
	margin-right: 4px;
}

.account-item .form-item__block {
	flex: 1;
	min-width: 0;
	position: relative;
}

.account-item .form-item__block .form-prefix {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
}

.form-suffix {
	position: absolute;
	right: 150px;
	top: 50%;
	transform: translateY(-50%);
}

.account-item .form-item__block .form-prefix .iconfont {
	font-size: 20px;
	color: #CECECE;
}

.account-item .form-item__block .form-suffix .iconfont {
	font-size: 18px;
	color: #999999;
}

.account-item .form-item__block .layui-input {
	font-size: 12px;
	padding-left: 42px;
}

.form-btns {
	text-align: right;
	padding-right: 165px;
	padding-top: 6px;
}

.form-btns .layui-btn {
	width: 114px;
	background-color: #057F69;
}

.form-btns .layui-btn-primary {
	background-color: #EFEFEF;
	color: #8D8D8D;
	border-color: #EFEFEF;
}

.explain {
	color: #999999;
	font-size: 12px;
	margin-top: 6px;
}

.send-btn {
	color: #057F69;
	border: 1px solid #057F69;
	line-height: 36px;
	display: block;
	width: 100%;
	text-align: center;
	font-size: 12px;
}


.address-empty {
	text-align: center;
	padding-top: 47px;
	margin-bottom: 30px;
}

.address-empty p {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
}

.address-tip {
	padding-bottom: 64px;
	width: 430px;
	margin: 0 auto;
}


.address-tip h4 {
	color: #333333;
	font-size: 16px;
	margin-bottom: 14px;
}

.address-tip p {
	color: #888888;
	font-size: 14px;
	line-height: 20px;
}

a.address-btn {
	background-color: #057F69;
	color: #fff;
	width: 114px;
	line-height: 34px;
	display: block;
	text-align: center;
}

.address-item__hd {
	border-bottom: 1px solid #EBEBEB;
	padding: 30px 20px 25px;
}

.address-item__hd .label {
	color: #333333;
	font-size: 16px;
}

.address-item__hd .tip {
	color: #FF0000;
	font-size: 12px;
	margin-top: 6px;
}


.address-item__bd .form-item {
	margin-left: 150px;
}

.address-check .label {
	color: #333333;
	width: 145px;
	margin-right: 20px;
	text-align: right;
	padding-top: 4px;
}

.address-check {
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.address-check .right {
	display: none;
}


.address-check .layui-form-checkbox span {
	font-size: 14px;
	color: #333333;
}

.address-check .layui-form-checkbox[lay-skin=primary] i {
	border-radius: 50%;
}

.address-check .layui-form-radio>div {
	font-size: 14px;
	color: #333333;
}

.address-check .layui-form-radio i {
	border: 1px solid #D9D9D9;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-size: 12px;
	animation: none;
	overflow: hidden;
	color: #fff;
}

.address-check .layui-form-radio i::before {
	content: "\e605";
}

.address-check .layui-form-radio.layui-form-radioed i {
	border-color: #057F69;
	background-color: #057F69;
}

.address-item {
	padding-bottom: 85px;
}

.address-item .form-tip {
	color: #FF0000;
	font-size: 12px;
	margin-top: 14px;
}

.consult-panel {
	border: 1px solid #D8DBDE;
}

.consult-head {
	background-color: rgba(242, 245, 249, .8);
	padding: 16px 20px;
}

.consult-title {
	color: #333333;
	font-size: 26px;
	text-align: center;
	border-bottom: 1px solid #F2F5F9;
}


.consult-panel .form-item {
	justify-content: center;
}

.consult-panel .form-item__content {
	width: 540px;
	flex: none;
}

.consult-panel .form-btns {
	text-align: center;
	padding-bottom: 24px;
	padding-right: 0;
}

.consult-panel .address-item {
	padding: 30px 0;
}

.consult-panel .address-item__bd .form-item {
	margin-left: auto;
}

.abount-banner {
	height: 292px;
	background-image: url('../images/about-banner.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	/*border-radius: 0 0 30px 30px;*/
	/*margin-top: 56px;*/
}

.abount-banner .banner-content {
	padding: 55px 0;
}

.abount-banner .banner-content .title {
	color: #FFFFFF;
	font-size: 50px;
	text-align: center;
	margin-bottom: 10px;
}

.abount-banner .banner-content .line {
	height: 10px;
	background-color: #FFFFFF;
	width: 100px;
	margin: 0 auto;
}

.abount-main {}

.abount-main .title {
	font-size: 22px;
	color: #333333;
	text-align: center;
	line-height: 1;
	margin-bottom: 60px;
}

.about-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-row .left {
	width: 44%;
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	text-indent: 1em;
	margin-left: 5%;
}


.about-row .right {
	width: 40%;
}

.about-row .right video {
	border-radius: 20px;
}

.about-row2 {
	background-color: rgba(201, 220, 241, .2);
	padding: 44px 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.about-row2 .left {
	width: 36%;
	margin-left: 30px;
}

.about-row2 .right {
	width: 49%;
}

.about-row2 .right p {
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	text-indent: 1em;
}




.about-section {
	background-image: url('../images/about_bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(201, 220, 241, .2);
}

.about-row4 p,
.about-row5 p {
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	text-indent: 1em;
}


.about-item {
	height: 244px;
	margin: 70px 0 20px;
}

.about-item img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.about-map {
	text-align: center;
	margin-top: 50px;
}

.zp-title {
	color: #333333;
	text-align: center;
	font-size: 26px;
	border-bottom: 1px solid #D8DBDE;
	padding: 15px;
	margin-bottom: 10px;
}


.zp-cell__hd {
	color: #333333;
	font-size: 22px;
	border-bottom: 1px solid #D8DBDE;
	padding: 20px 24px;
	position: relative;
	line-height: 30px;
	margin-bottom: 30px;
}

.zp-cell__hd::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 24px;
	background-color: #057F69;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.zp-top {
	color: #333333;
	background-color: rgba(242, 245, 249, .8);
	padding: 12px 24px;
	font-size: 16px;
}

.zp-desc {
	color: #333333;
	font-size: 14px;
	line-height: 2;
	padding: 20px;
}

.zp-item {
	margin-bottom: 20px;
}

.zp-item .layui-table {
	margin: 30px 0;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
}

.zp-item .layui-table td {
	border-left: 0;
	border-right: 0;
	padding: 24px 20px;
}

.zp-article {
	margin-top: 30px;
}


.address-list a {
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	display: inline-block;
	width: 118px;
	text-align: center;
	opacity: .6;
}

.address-list a.active,
.address-list a:hover {
	color: #057F69;
	background-color: rgba(5, 127, 105, .1);
	opacity: 1;
}


.store-top {
	color: #333333;
	font-size: 22px;
	padding: 20px 24px;
	position: relative;
	line-height: 30px;
	margin-bottom: 10px;
}

.store-top::before {
	position: absolute;
	content: '';
	width: 8px;
	height: 24px;
	background-color: #057F69;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.store-item__hd {
	background-color: rgba(242, 245, 249, .8);
	color: #333333;
	font-size: 16px;
	padding: 12px 24px;
}

.store-item__bd {
	padding: 20px 24px;
}

.store-item__bd p {
	color: #333333;
	font-size: 14px;
	line-height: 2;
	margin-bottom: 20px;
}

.store-item__bd p a {
	color: #057F69 !important;
	background-color: transparent;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
}

.store-item__bd p a .iconfont {
	font-size: 20px;
}


.store-item {
	width: 47.5%;
}


.store-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.store-row {
	padding-bottom: 20px;
	border-bottom: 1px solid #D8DBDE;
	margin-top: 30px;
}

.store-row:last-child {
	border-bottom: 0;
}

.address-list {
	padding-top: 30px;
}


.address-card__hd {
	background-color: rgba(242, 245, 249, .8);
	padding: 12px 24px;
}


.address-card__hd .name {
	color: #333333;
	font-size: 16px;
	line-height: 24px;
	display: inline-block;
}

.address-card__hd .tag {
	color: #FF5C00;
	font-size: 12px;
	padding: 0 10px;
	line-height: 24px;
	background-color: rgba(255, 92, 0, .15);
	display: inline-block;
	margin-left: 12px;
}

.address-card__bd {
	border: 1px solid #F3F3F3;
	background-color: #fff;
	padding: 20px;
	position: relative;
}


.address-card {
	margin-bottom: 24px;
}


.address-cell {
	display: flex;
	align-items: center;
}

.address-cell span {
	width: 120px;
	text-align: right;
	color: #999999;
	padding-right: 12px;
	font-size: 14px;
	line-height: 20px;
}

.address-cell div {
	color: #333333;
	font-size: 14px;
	line-height: 20px;
}

.address-cell+.address-cell {
	margin-top: 20px;
}

.address-btns {
	position: absolute;
	right: 30px;
	bottom: 14px;
}


.address-btns a {
	color: #057F69 !important;
	font-size: 12px;
	padding: 0;
	background-color: transparent;
}

.address-btns a .iconfont {
	font-size: 14px;
	margin-right: 4px;
}

.address-card__hd .tag-primary {
	background-color: rgba(5, 127, 105, .15);
	color: #057F69;
}

.address-group {
	padding-top: 20px;
}

.login-modal .pay-form-foot {
	text-align: center;
	margin-bottom: 0;
}

.login-modal .pay-form-foot .form-btn {
	width: 114px;
	font-size: 14px;
	display: inline-block;
	margin: 0 10px;
	background-color: #EFEFEF;
	color: #8D8D8D;
	border-color: #EFEFEF;
}

.login-modal .pay-form-foot .btn-primary {
	background-color: #057F69;
	border-color: #057F69;
	color: #fff;
}

.login-modal  .layui-layer-content{
	overflow-x: hidden!important;
}


.address-type{
	padding: 12px 0 24px;
}

.address-type .layui-form-checkbox[lay-skin=primary] span{
	font-size: 14px;
	color: #333;
}

  /*headerTop start*/
.header_page_top_main {
  width: 100%;
  height: 35px;
  background: #f4f4f4;
  position: relative;
  z-index: 100;
}
.header_top_content {
	max-width: 1200px;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
	background: none;
	zoom: 1;
}
.header_top_content::after {
	content: "";
	display: block;
	visibility: hidden;
	opacity: 0;
	clear: both;
}

.header_top_title {
	height: 35px;
	line-height: 35px;
	float: left;
	font-size: 12px;
	color: #666666;
}
ul.header_certificates {
	width: auto;
	float: left;
	height: 35px;
}
ul.header_certificates li {
	display: inline-block;
	position: relative;
	cursor: pointer;
	width: 35px;
}
.header_certificates li div {
	display: inline-block;
	background-image: url('/images/top/iconAll.png');
	background-repeat: no-repeat;
	width: 45px;
	position: relative;
	height: 45px;
	transform: scale(0.7);
}
.header_certificate_CNAS {
	background-position: -20px -15px;
	bottom: 4px;
}
.header_certificate_Mc {
	background-position: -98px -15px;
	bottom: 4px;
}
.header_certificate_Cma {
	background-position: -386px -15px;
	bottom: 6px;
}
.header_certificate_Iso {
	background-position: -309px -15px;
	bottom: 6px;
}
.header_certificate_Gao {
	background-position: -241px -15px;
	bottom: 8px;
	transform: scale(0.6) !important;
}

ul.header_certificates li span {
	width: 3rem;
	position: absolute;
	z-index: 999 !important;
	top: 35px;
	left: 0;
	display: none;
	vertical-align: middle;
}
ul.header_certificates li:hover span {
	display: block;
}
.header_certificate_Cm {
	background-position: -464px -15px;
	bottom: 7px;
	transform: scale(0.65) !important;
}
.header_page_top_main_list {
	width: auto;
	float: right;
	text-align: right;
	height: 35px;
}
.header_page_top_main_list > li {
	width: auto;
	height: 35px;
	line-height: 35px;
	float: left;
}
.header_page_top_main_list > li > div, .header_page_top_main_list > li > a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #666666;
	padding-left: 8px;
	position: relative;
	cursor: pointer;
}
.header_page_top_main_list > li a span, .header_page_top_main_list > li > div span {
	font-size: 12px;
	color: #666666;
}
.header_page_top_main_username span {
	font-size: 12px;
	color: #666666;
	margin-left: 6px;
}
.header_page_top_main_username a > span:nth-child(1) {
	display: inline-block;
	width: 20px;
	position: relative;
	overflow: hidden;
}
.header_page_top_main_username a > span:nth-child(1) img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	vertical-align: middle;
}
.header_page_top_main_username a > span:nth-child(2) {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-left: 0 !important;
	line-height: 35px;
}
.header_page_top_main_username a > span:nth-child(3) {
	overflow: hidden;
	display: inline-block;
}
.ly_hd_header_wechat div {
	display: none;
	width: 180px;
	height: auto;
	background: #fff;
	position: absolute;
	z-index: 9;
	top: 35px;
	left: 50%;
	margin-left: -90px;
}
.ly_hd_header_wechat:hover div {
	display: block;
}
.ly_hd_header_message {
	display: inline-block;
	width: 25px;
	height: 23px;
	position: relative;
	background: url(https://shijiaoke.oss-cn-beijing.aliyuncs.com/News/7e2166c98f7b6a70d8c85a2380a778f9.png) no-repeat;
	vertical-align: middle;
	overflow: hidden;
	background-size: 2rem 3.25rem;
	background-position: -1.78rem -1.16rem;
}
.ly_hd_header_msgTip {
	display: none;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 4px;
	left: 20px;
	border: 1px solid #fff;
	border-radius: 50%;
	font-size: 12px;
	color: #fff;
	background: #df0024;
	overflow: hidden;
	text-align: center;
	line-height: 18px;
	font-weight: normal;
}

/*headerTop end*/

.menu-left{
	font-size: 14px;
	color: #fff;
	/* margin-bottom: 12px; */
	padding-left: 28px;
	border-left: 2px solid transparent;
	line-height: 44px;
}
