/*内页不需要菜单下面的线*/
.public-header{
	border-bottom:none;
	background:#fff;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}


.banner-box{
	position:relative;
	padding-top:80px;
	box-sizing:border-box;
}
.banner-box > img {
	width: 100%;
}
.banner-box .txt-box{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	text-align:center;
}
.banner-box .txt-box h3{
	font-size:40px;
	color:#066D47;
	font-family:'AB';
	margin-bottom:5px;
}
.banner-box .txt-box p{
	font-size:24px;
}



/*菜单栏*/
.public-site{
	background:#f8f8f8;
	height:55px;
	line-height:55px;
}
.public-site .all-box{
	display:flex;
	justify-content:space-between;
}
.public-site .all-box .site-box,
.public-site .all-box .site-box a,
.public-site .all-box .site-box h3{
	line-height:55px;
	font-size:16px;
	color:#666;
	font-weight:400;
}
.public-site .all-box .site-box h3 img{
	position:relative;
	top:-2px;
	margin-right:10px;
}
.public-site .tab-box ul,
.public-site .tab-box{
	display:flex;
	justify-content:space-between;
}
.public-site .tab-box li,
.public-site .tab-box a{
	display:block;
	width:120px;
	height:55px;
	line-height:55px;
	font-size:16px;
	color:#666;
	text-align:center;
}
.public-site .tab-box li:hover,
.public-site .tab-box li.active,
.public-site .tab-box a:hover,
.public-site .tab-box a.active{
	background:#0B925B;
	color:#fff;
}




/*分页*/
.page-box {
	text-align: center;
	font-size: 0;
}
.page-box a{
	display: inline-block;
	height:35px;
	line-height:35px;
	box-sizing: border-box;
	color:#4D4948;
	font-size: 16px;
	margin-left: 6px;
	margin-right: 6px;
	cursor: pointer;
	vertical-align: middle;

}
.page-box a.next,
.page-box a.prev{
	border: 1px solid #DDDDDD;
	padding-left: 10px;
	padding-right: 10px;
	width:80px;
}
.page-box a.next:hover,
.page-box a.prev:hover{
	background:#0B925B;
	border-color:#0B925B;
	color: #fff;
}
.page-box a.active {
	border:none;
	color:#0B925B;
	font-weight:700;
}
.page-box em {
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	color:#4D4948;
	height: 30px;
	vertical-align: middle;
	position: relative;
	top:8px;
}




/*通用标题*/
.public-title {
	text-align:center;
}
.public-title h3{
	position:relative;
	font-size:30px;
	font-family:'AB';
	margin-bottom:8px;
}
.public-title p{
	color:#666666;
	font-size:16px;
}



/*关于*/
.about-wrap .block{
	width:1400px;
}
.about-wrap .session_1{
	margin-top:100px;
}
.about-wrap .session_1 .des-box{
	margin-top:50px;
}
.about-wrap .session_1 .des-box p{
	font-size:16px;
	line-height:30px;
}
.about-wrap .session_1 .img-box{
	margin-top:30px;
}
.about-wrap .session_1 .img-box img{
	width:100%;
}


.about-wrap .session_2{
	position:relative;
	background:url('../images/img_4.jpg') center center no-repeat;
	background-size:cover;
	padding-top:100px;
	height:1070px;
	box-sizing:border-box;
}
.about-wrap .session_2 .public-title{
	text-align:left;
}
.about-wrap .session_2 .all-box{
	position:relative;
	background:url('../images/icon_3.png') center center no-repeat;
	background-size:100% 100%;
	width:1696px;
	height:555px;
	margin:0 auto;
	margin-top:60px;
}
.about-wrap .session_2 .all-box .item-box{
	position:absolute;
	width:250px;
	text-align:center;
}
.about-wrap .session_2 .all-box .item-box p{
	font-size:14px;
	line-height:25px;
	text-align:justify;
}
.about-wrap .session_2 .all-box .item-box:nth-child(2n+1) p{
	margin-bottom:15px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(2n) p{
	margin-top:15px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(1){
	left:13px;
	bottom:65px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(2){
	left:140px;
	top:442px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(3){
	left:290px;
	bottom:110px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(4){
	left:430px;
	top:440px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(5){
	left:560px;
	bottom:75px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(6){
	left:750px;
	top:502px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(7){
	left:864px;
	bottom:150px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(7) .icon-box{
	margin-left:30px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(8){
	left:1060px;
	top:216px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(8) .icon-box{
	margin-left:-158px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(9){
	right:325px;
	top:-68px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(10){
	right:95px;
	top:40px;
}
.about-wrap .session_2 .all-box .item-box:nth-child(10) .icon-box{
	margin-left:-160px;
}


.about-wrap .session_3{
	position:relative;
	padding-top:100px;
	padding-bottom:130px;
	background:url('../images/img_5.jpg') center center no-repeat;
	background-size:cover;
	box-sizing:border-box;
}
.about-wrap .session_3 .all-box{
	margin-top:65px;
}
.about-wrap .session_3 .img-box{
	position:relative;
	cursor: pointer;
	height:460px;
}
.about-wrap .session_3 .img-box img{
	max-width:100%;
	max-height:100%;
	position:absolute;
	bottom:0;
}
.about-wrap .session_3 .swiper-button-prev{
	left:120px;
}
.about-wrap .session_3 .swiper-button-next{
	right:120px;
}


.about-wrap .session_4{
	position:relative;
}
.about-wrap .session_4 .all-box{
	margin-top:65px;
	margin-bottom:100px;
}
.about-wrap .session_4 .swiper-container{
	overflow:hidden;
	border-radius: 10px;	
}
.about-wrap .session_4 .all-box .item-box{
	position:relative;
	cursor: pointer;
}
.about-wrap .session_4 .all-box .item-box .img-box img{
	width:100%;
}
.about-wrap .session_4 .all-box .item-box .icon-box{
	position:absolute;
	content:'';
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.about-wrap .session_4 .swiper-button-prev{
	left:120px;
	margin-top:30px;
}
.about-wrap .session_4 .swiper-button-next{
	right:120px;
	margin-top:30px;
}



/*合作伙伴*/
.join-wrap{
	background:#F6F6F6;
}
.join-wrap .session_1{
	margin-top:100px;
	margin-bottom:100px;
	position:relative;
}
.join-wrap .session_1 .swiper-container{
	padding:10px;
	box-sizing:border-box;
}
.join-wrap .session_1 .des-box{
	text-align:center;
	margin-top:55px;
}
.join-wrap .session_1 .des-box p{
	font-size:16px;
	color:#666666;
	line-height:30px;
}
.join-wrap .session_1 .all-box{
	margin-top:50px;
}
.join-wrap .block{
	width:1300px;
}
.join-wrap .session_1 .list-box{
	margin-left:-15px;
	margin-right:-15px;
}
.join-wrap .session_1 .list-box .item-box{
	width:20%;
	height:120px;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-bottom:40px;
	box-sizing:border-box;
}
.join-wrap .session_1 .list-box .item-box .img-box{
	background:#fff;
	text-align:center;
	border-radius:15px;
	box-sizing:border-box;
	overflow:hidden;
}
.join-wrap .session_1 .list-box .item-box .img-box:hover{
	border:2px solid #0B925B;
	box-sizing:border-box;
}
.join-wrap .session_1 .list-box .item-box:nth-child(2n+1) .img-box{
	box-shadow: 0 0 15px 0px rgb(0 0 0 / 10%);
}
.join-wrap .session_1 .list-box .item-box .img-box img{
	width:100%;
	height:100%;
}
.join-wrap .session_1 .swiper-button-prev{
	left:160px;
	margin-top:30px;
}
.join-wrap .session_1 .swiper-button-next{
	right:160px;
	margin-top:30px;
}



/*新闻*/
.news-wrap .block{
	width:1400px;
}
.news-wrap .session_1 {
	margin-top:100px;
	margin-bottom:100px;
}
.news-wrap .session_1 .list-box{
	margin-top:60px;
}
.news-wrap .session_1 .item-box {
	display: flex;
	position: relative;
	align-items: center;
	background-color: #f9f9f9;
	padding-right: 255px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.news-wrap .session_1 .item-box .img-box {
	margin-right: 60px;
	overflow: hidden;
	width: 380px;
	height: 260px;
	border:1px solid #eee;
}
.news-wrap .session_1 .item-box .img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s;
}
.news-wrap .session_1 .item-box .txt-box {
	flex: 1;
}
.news-wrap .session_1 .item-box .txt-box h3 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 20px;
}
.news-wrap .session_1 .item-box .txt-box p {
	font-size: 15px;
	color: #666666;
	line-height:30px;
}
.news-wrap .session_1 .item-box .time-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	text-align: center;
	width: 195px;
	border-left: 1px solid #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-wrap .session_1 .item-box .time-box span {
	font-size: 60px;
	color: #333333;
	line-height: 1.2;
}
.news-wrap .session_1 .item-box .time-box p {
	font-size: 14px;
	color: #333333;
}
.news-wrap .session_1 .item-box:hover .img-box img {
	transform: scale(1.1);
}
.news-wrap .session_1 .item-box:hover .txt-box h3 {
	color: #0B925B;
}
.news-wrap .session_1 .item-box:hover .time-box span,
.news-wrap .session_1 .item-box:hover .time-box p {
	color:#0B925B;
}
.news-wrap .session_1 .page-box {
	margin-top: 78px;
}



.news-wrap .session_2 {
	margin-top: 95px;
	margin-bottom: 90px;
}
.news-wrap .session_2 .title-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 35px;
	border-bottom: 1px solid #eee;
}
.news-wrap .session_2 .title-box p {
	font-size: 30px;
	color: #383431;
	font-weight: 400;
	margin-bottom: 15px;
}
.news-wrap .session_2 .title-box .txt_1 span {
	display: inline-block;
	font-size: 14px;
	color: #666666;
	margin-left: 10px;
	margin-right: 10px;
	font-weight: 400;
}
.news-wrap .session_2 .des-box h5,
.news-wrap .session_2 .des-box h4,
.news-wrap .session_2 .des-box h3{
	font-size:20px !important;
	font-family:'AB' !important;
	margin-top:15px !important;
	margin-bottom:15px !important;
}
.news-wrap .session_2 .des-box span,
.news-wrap .session_2 .des-box p {
	font-size: 16px !important;
	color: #666;
	line-height: 30px;
}
.news-wrap .session_2 .des-box p img {
	max-width: 900px;
	display:block;
	margin:0 auto;
}
.news-wrap .session_2 .bottom-box {
	border-bottom: 1px solid #dddddd;
	margin-top: 100px;
	padding-bottom: 35px;
}
.news-wrap .session_2 .bottom-box .share-box {
	float: right;
}
.news-wrap .session_2 .bottom-box .share-box #share-1 {
	display: inline-block;
}
.news-wrap .session_2 .bottom-box .share-box #share-1 .social-share-icon {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 18px;
}
.news-wrap .session_2 .other-box {
	margin-top:40px;
	display: flex;
	justify-content: space-between;
	align-items:center;
}
.news-wrap .session_2 .other-box .arr-box {
	height: 70px;
	width: 70px;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	line-height: 68px;
}
.news-wrap .session_2 .other-box .arr-box img.active {
	display: none;
}
.news-wrap .session_2 .other-box .left-box,
.news-wrap .session_2 .other-box .right-box {
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #666666;
}
.news-wrap .session_2 .other-box .left-box span,
.news-wrap .session_2 .other-box .right-box span {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}
.news-wrap .session_2 .other-box .left-box:hover .arr-box,
.news-wrap .session_2 .other-box .right-box:hover .arr-box {
	background-color: #4BB45C;
}
.news-wrap .session_2 .other-box .left-box:hover .arr-box img,
.news-wrap .session_2 .other-box .right-box:hover .arr-box img {
	display: none;
}
.news-wrap .session_2 .other-box .left-box:hover .arr-box img.active,
.news-wrap .session_2 .other-box .right-box:hover .arr-box img.active {
	display: inline-block;
}
.news-wrap .session_2 .other-box .center-box {
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	display: flex;
	align-items: center;
	font-size:18px;
	color: #666666;
}
.news-wrap .session_2 .other-box .center-box span {
	display: inline-block;
	margin-left: 24px;
	margin-right: 24px;
}



/*联系*/
.link-wrap .session_1 {
	margin-top:100px;
}
.link-wrap .session_1 .all-box{
	position: relative;
	width:1400px;
	margin-top: 60px;
	height:520px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.link-wrap .session_1 .txt-box {
	width:43%;
	height:100%;
	background:#f9f9f9;
	padding-left:70px;
	padding-top: 90px;
	position: relative;
	box-sizing:border-box;
}
.link-wrap .session_1 .txt-box dl dt {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 25px;
}
.link-wrap .session_1 .txt-box dl dd {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.link-wrap .session_1 .txt-box dl dd img {
	margin-right:10px;
	position:relative;
	top:-2px;
}
.link-wrap .session_1 .txt-box .er-box {
	text-align: center;
	margin-top: 30px;
	float:left;
	margin-right:20px;
}
.link-wrap .session_1 .txt-box .er-box img{
	width:116px;
	height:116px;
}
.link-wrap .session_1 .txt-box .er-box p {
	font-size: 16px;
	color: #666666;
	margin-top: 10px;
}
.link-wrap .session_1 .img-box {
	position: relative;
	width:57%;
	height:100%;
}
.link-wrap .session_1 .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.link-wrap .session_3 {
	background: url('../images/img_6.jpg') center center no-repeat;
	background-size: cover;
	padding:100px 0;
	margin-top:100px;
	box-sizing: border-box;
}
.link-wrap .session_3 .public-title p,
.link-wrap .session_3 .public-title h3{
	color:#fff;
}
.link-wrap .session_3 .block{
	width:1400px;
}
.link-wrap .session_3 .form-box {
	margin-top: 50px;
}
.link-wrap .session_3 .form-box .input-box {
	position: relative;
	float: left;
	width: 25%;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
.link-wrap .session_3 .form-box .input-box span {
	position: absolute;
	right: 4px;
	top: 18px;
	line-height: 1;
	color: #ff0000;
	font-size: 20px;
}
.link-wrap .session_3 .form-box .input-box.textarea-box {
	width: 100%;
}
.link-wrap .session_3 .form-box .input-box input {
	width: 100%;
	height: 45px;
	line-height: 43px;
	border: 1px solid #eeeeee;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
	background: transparent;
	background: #fff;
	font-size: 14px;
	border-radius: 4px;
	color:#666;
}
.link-wrap .session_3 .form-box .input-box textarea {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	height: 260px;
	border: 1px solid #eeeeee;
	background: transparent;
	background: #fff;
	font-size: 14px;
	border-radius: 8px;
}
.link-wrap .session_3 .form-box .input-box:last-child {
	margin-bottom: 20px;
}
.link-wrap .session_3 .form-box .input-box.code-box {
	display: flex;
	width: 100%;
}
.link-wrap .session_3 .form-box .input-box.code-box input {
	width: 358px;
}
.link-wrap .session_3 .form-box .input-box.code-box em {
	margin-left: 20px;
	font-style: normal;
	height: 42px;
	line-height: 42px;
	background-color: #222222;
	width: 80px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.link-wrap .session_3 .form-box .input-box.other-box input {
	width: 120px;
}
.link-wrap .session_3 .form-box .input-box.other-box label {
	left: 125px;
}
.link-wrap .session_3 .form-box .input-box.other-box .img-box {
	margin-left: 20px;
	display: inline-block;
	border: 1px solid #a5a5a4;
}
.link-wrap .session_3 .form-box .btn-box {
	margin-top: 20px;
	padding-left: 20px;
	display:flex;
	justify-content:center;
}
.link-wrap .session_3 .form-box .btn-box .ok{
	display:block;
	width: 145px;
	height: 45px;
	background:#0B925B;
	color: #ffffff;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border-radius:4px;
	margin-left:20px;
	margin-right:20px;
	border: none;
}
.link-wrap .session_3 .form-box .btn-box .ok2{
	background:#FFFFFF;
	color:#333 !important;
}


/*产品*/
.pro-wrap{
	background:#F6F6F6;
}
.pro-wrap .session_1{
	width:1400px;
	margin-top:100px;
}
.pro-wrap .session_1 .list-box{
	margin-top:50px;
}
.pro-wrap .session_1 .list-box .item-box{
	display:block;
	width:100%;
	height:400px;
	background:#ffffff;
	border-radius: 30px;
	margin-bottom:35px;
	padding:70px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.pro-wrap .session_1 .list-box .item-box .img-box{
	width:calc(100% - 480px);
	height:260px;
}
.pro-wrap .session_1 .list-box .item-box .img-box img{
	max-width:96%;
	max-height:96%;
}
.pro-wrap .session_1 .list-box .item-box .txt-box{
	width:480px;
	box-sizing:border-box;
}
.pro-wrap .session_1 .list-box .item-box .txt-box span{
	font-size:24px;
}
.pro-wrap .session_1 .list-box .item-box .txt-box h3{
	font-size:30px;
	color:#066D47;
	font-family:'AB';
	margin-top:8px;
	margin-bottom:22px;
}
.pro-wrap .session_1 .list-box .item-box .txt-box p{
	font-size:16px;
	color:#666666;
	line-height:25px;
}
.pro-wrap .session_1 .page-box{
	margin-top:50px;
	margin-bottom:80px;
}


.pro-wrap .session_3{
	margin-top:75px;
}
.pro-wrap .session_4.block,
.pro-wrap .session_3.block{
	width:1400px;
}
.pro-wrap .session_3 .all-box{
	margin-top:50px;
	background:#fff;
	border-radius: 30px;
	padding: 60px 80px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.pro-wrap .session_3 .all-box .img-box{
	width:60%;
	height:320px;
}
.pro-wrap .session_3 .all-box .img-box img{
	max-width:96%;
	max-height:96%;
}
.pro-wrap .session_3 .all-box .info-box{
	width: 40%;
	box-sizing:border-box;
}
.pro-wrap .session_3 .all-box .info-box span{
	font-size:24px;
}
.pro-wrap .session_3 .all-box .info-box h3{
	font-size:30px;
	color:#066D47;
	font-family:'AB';
	margin-top:10px;
	margin-bottom:15px;
}
.pro-wrap .session_3 .all-box .info-box p{
	font-size:16px;
	line-height:25px;
}
.pro-wrap .session_3 .share-box{
	display:flex;
	align-items:center;
	font-size:16px;
	margin-top:50px;
}
.pro-wrap .session_3 .other-box{
	display:flex;
	justify-content:flex-start;
	margin-top:50px;
}
.pro-wrap .session_3 .other-box a{
	width:110px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#EEEEEE;
	border-radius:15px;
	font-size:16px;
	color:#666666;
	margin-right: 18px;
}
.pro-wrap .session_3 .other-box a:hover{
	background:#0B925B;
	color:#fff;
}


.pro-wrap .session_4{
	margin-bottom:100px;
}
.pro-wrap .session_4 .box{
	background:#fff;
	border-radius: 30px;
	margin-top:30px;
	padding: 45px 60px;
	box-sizing:border-box;
}
.pro-wrap .session_4 .box .title{
	font-size:26px;
	color: #066D47;
	font-family: 'AB';
	margin-bottom:20px;
}
.pro-wrap .session_4 .box2 .des-box h3{
	color:#0B925B;
	margin-top:12px;
	margin-bottom:5px;
	font-size:20px;
}
.pro-wrap .session_4 .box .des-box p{
	font-size:16px;
	color:#666666;
	line-height:30px;
}
.pro-wrap .session_4 .box3 .des-box{
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.pro-wrap .session_4 .box3 .des-box p{
	width:25%;
}



/*商城*/
.mall-wrap{
	background:#F6F6F6;
}
.mall-wrap .block{
	width:1400px;
}
.mall-wrap .session_1{
	margin-top:60px;
	margin-bottom:80px;
}
.mall-wrap .menu-box{
	display:flex;
	justify-content:center;
}
.mall-wrap .menu-box .item-box{
	margin-left:20px;
	margin-right:20px;
}
.mall-wrap .menu-box .item-box .icon-box{
	background:#FFFFFF;
	width:152px;
	height:92px;
	line-height:86px;
	text-align:center;
	border-radius:10px;
	border:2px solid #fff;
	box-sizing:border-box;
}
.mall-wrap .menu-box .item-box .icon-box img{
	max-width:96%;
	max-height:96%;
}
.mall-wrap .menu-box .item-box.active .icon-box{
	border-color:#0B925B;
}
.mall-wrap .menu-box .item-box .txt-box{
	text-align:center;
}
.mall-wrap .menu-box .item-box .txt-box h3{
	font-size:14px;
	color:#666666;
	margin-top:12px;
	margin-bottom:8px;
	font-weight:400;
}
.mall-wrap .menu-box .item-box .txt-box p{
	font-size:14px;
	color:#666666;
}
.mall-wrap .list-box{
	margin-top:65px;
	display:flex;
	justify-content:flex-start;
	flex-wrap:wrap;
}
.mall-wrap .list-box .item-box{
	width:calc(calc(100% - 90px)/4);
	margin-right:30px;
	box-sizing:border-box;
	background:#fff;
	height:425px;
	border-radius:10px;
	margin-bottom:60px;
	padding:40px 45px;
	cursor: pointer;
	box-sizing:border-box;
}
.mall-wrap .list-box .item-box:nth-child(4n+4){
	margin-right:0;
}
.mall-wrap .list-box .item-box .img-box{
	text-align:center;
	border:1px solid #D2D2D2;
	border-radius:10px;
	box-sizing:border-box;
	overflow:hidden;
}
.mall-wrap .list-box .item-box .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.mall-wrap .list-box .item-box .txt-box{
	text-align:center;
	margin-top:28px;
}
.mall-wrap .list-box .item-box .txt-box h3{
	font-size:18px;
	margin-bottom:10px;
}
.mall-wrap .list-box .item-box .txt-box span{
	font-size:14px;
}
.mall-wrap .list-box .item-box .txt-box .price{
	font-size: 20px;
	color:#066D47;
	margin-top:35px;
}
.mall-wrap .list-box .item-box .txt-box .price img{
	position:relative;
	top:-2px;
	margin-right:10px;
}
.mall-wrap .list-box .item-box .txt-box .change{
	width:110px;
	height:30px;
	line-height:30px;
	background:#0B925B;
	border-radius:15px;
	text-align:center;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	margin-top:35px;
}
/*商城弹出层*/
.mall .layui-layer{
	border-radius:20px !important;
	overflow:hidden;
	box-sizing:border-box;
}
.mall .layui-layer-title{
	background:#066D47 !important;
	font-size:24px !important;
	font-family:'AB';
	padding:0px 20px 0 20px !important;
	color:#fff !important;
	text-align:center !important;
}
.mall .layui-layer-page .layui-layer-content{
	padding:20px 55px 0 55px !important;
	font-size:16px !important;
	line-height:30px;
	font-family:'AR';
	text-align:center;
	box-sizing:border-box;
}
.mall .layui-layer-btn{
	padding:0 !important;
	text-align:center !important;
	margin-top:-10px !important;
}
.mall .layui-layer-btn .layui-layer-btn0{
	margin-left:9px;
	width:85px !important;
	height:30px !important;
	line-height:30px !important;
	border-radius:15px !important;
	background-color:#0B925B !important;
	border-color:#0B925B !important;
	font-family:'AR';
	box-sizing:border-box !important;
	font-size:16px !important;
	color:#fff !important;
}
.mall .layui-layer-btn .layui-layer-btn1{
	width:85px !important;
	height:30px !important;
	line-height:30px !important;
	border-radius:15px !important;
	background-color:#EEEEEE !important;
	border-color:#EEEEEE !important;
	font-family:'AR';
	box-sizing:border-box !important;
	font-size:16px !important;
	color:#666666 !important;
	margin-right:9px;
}
/*商品确认弹出框*/
.float-box{
	position:fixed;
	left:0;
	top:0;
	background:rgba(0, 0, 0, 0.7);
	width:100vw;
	height:100vh;
	z-index:999999;
}
.float-box .info-box{
	position:absolute;
	width:900px;
	height:360px;
	background:#fff;
	padding:40px;
	box-sizing:border-box;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	border-radius:20px;
}
.float-box .info-box form{
	width:100%;
	height:100%;
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.float-box .info-box form .img-box{
	width:50%;
	height:100%;
	display: grid;
	place-items: center;
	border:1px solid #D2D2D2;
	border-radius:10px;
	text-align:center;
	overflow:hidden;
}
.float-box .info-box form .img-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.float-box .info-box form .txt-box{
	width:50%;
	padding-left:50px;
	box-sizing:border-box;
}
.float-box .info-box form .txt-box h3{
	font-size:18px;
	margin-bottom:12px;
}
.float-box .info-box form .txt-box span{
	font-size:14px;
}
.float-box .info-box form .txt-box .input-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-top:15px;
}
.float-box .info-box form .txt-box .input-box p{
	font-size:16px;
	width:50px;
	white-space:nowrap;
}
.float-box .info-box form .txt-box .input-box input{
	font-size:16px;
	border:none;
	border:1px solid #eee;
	width:calc(100% - 50px);
	height:40px;
	line-height:40px;
	padding-left:10px;
	box-sizing:border-box;
}
.float-box .info-box form .txt-box .price{
	font-size:20px;
	color:#066D47;
	margin-top:30px;
}
.float-box .info-box form .txt-box .price img{
	position:relative;
	top:-2px;
	margin-right:5px;
}
.float-box .info-box form .txt-box .change-box{
	display:flex;
	justify-content:flex-start;
	margin-top:60px;
}
.float-box .info-box form .txt-box .change-box .cancel{
	margin-right:20px;
	width:110px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#EEEEEE;
	color:#666666;
	font-size:16px;
	border-radius:15px;
	cursor: pointer;
}
.float-box .info-box form .txt-box .change-box input{
	width:110px;
	height:30px;
	line-height:30px;
	text-align:center;
	background:#0B925B;
	color:#fff;
	font-size:16px;
	border:none;
	border-radius:15px;
	cursor: pointer;
}

.mall-wrap .session_1 .records{
	position:fixed;
	border-radius: 5px;
	width:60px;
	height:60px;
	right:20px;
	bottom:360px;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
	overflow:hidden;
}
.mall-wrap .session_1 .records img{
	width:100%;
	height:100%;
}


/*登录*/
.login-wrap .all-box{
	display:flex;
	justify-content:space-between;
	width:100vw;
	height:100vh;
}
.login-wrap .all-box .icon-box{
	width:370px;
	height:100%;
}
.login-wrap .all-box .icon-box img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.login-wrap .all-box .info-box{
	position:relative;
	width:calc(100% - 370px);
	height:100%;
}
.login-wrap .all-box .info-box .logo-box{
	padding-left:40px;
	padding-top:20px;
	box-sizing:border-box;
}
.login-wrap .all-box .info-box .login-box{
	position:absolute;
	width:460px;
	height:560px;
	box-shadow: 0px 6px 29px 3px rgba(0,0,0,0.1);
	border-radius:15px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:45px 50px;
	box-sizing:border-box;
}
.login-wrap .all-box .info-box .login-box .tab-box a{
	font-size:24px;
	font-family:'AB';
	padding-bottom:3px;
	box-sizing:border-box;
}
.login-wrap .all-box .info-box .login-box .tab-box a:nth-child(1){
	margin-right:10px;
}
.login-wrap .all-box .info-box .login-box .tab-box a.active{
	border-bottom:3px solid #0B925B;
}
.login-wrap .all-box .info-box .login-box .form-box{
	margin-top:50px;
}
.login-wrap .all-box .info-box .login-box .input-box{
	margin-bottom:30px;
}
.login-wrap .all-box .info-box .login-box .input-box input{
	background:#F9F9F9;
	width:100%;
	height:64px;
	border-radius:5px;
	border:none;
	padding-left:20px;
	box-sizing:border-box;
	font-size:16px;
	color:#999999;
}
.login-wrap .all-box .info-box .login-box .btn-box {
	display:flex;
	justify-content:space-between;
}
.login-wrap .all-box .info-box .login-box .btn-box .ok{
	display:block;
	width: calc(calc(100% - 30px)/2);
	height: 64px;
	background:#0B925B;
	color: #ffffff;
	line-height: 64px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	border-radius:5px;
	border: none;
}
.login-wrap .all-box .info-box .login-box .btn-box .ok2{
	margin-left:30px;
	background:#F9F9F9;
	color:#333 !important;
}
.login-wrap .all-box .info-box .login-box .tips{
	font-size:14px;
	color:#066D47;
	margin-top:30px;
	display:block;
	text-align:center;
}



/*个人中心*/
.member-wrap{
	background:url('../images/img_8.jpg') center center no-repeat;
	background-size:cover;
	width:100vw;
	height:100vh;
	position:relative;
}
.member-wrap .all-box{
	position:absolute;
	left:50%;
	top:40%;
	transform:translate(-50%,-50%);
}
.member-wrap .all-box .title-box h3{
	font-size:36px;
	color:#fff;
	font-family:'AB';
	margin-bottom:100px;
	text-align:center;
}
.member-wrap .all-box .input-box{
	display:flex;
	justify-content:flex-start;
	align-items:center;
	margin-bottom:30px;
}
.member-wrap .all-box .input-box p{
	width:80px;
	font-size:26px;
	color:#fff;
	font-weight:400;
}
.member-wrap .all-box .input-box input{
	background:#fff;
	width:700px;
	height:64px;
	line-height:64px;
	border-radius:4px;
	font-size:24px;
	padding:0 20px;
	border:none;
	box-sizing:border-box;
}
.member-wrap .all-box .input-box input[name="phone"],
.member-wrap .all-box .input-box input[name="points"]{
	font-weight:700;
	color:#D9D9D9;
}
.member-wrap .all-box .tips{
	margin-top:-20px;
	padding-left:80px;
	box-sizing:border-box;
	color:#fff;
	font-weight:700;
	margin-bottom:30px;
}
.member-wrap .all-box .btn-box{
	padding-left:80px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.member-wrap .all-box .btn-box a,
.member-wrap .all-box .btn-box input{
	cursor:pointer;
	width:calc(calc(100% - 60px)/2);
	height:64px;
	line-height:64px;
	background:#EEEEEE;
	font-size:24px;
	border:none;
	border-radius:4px;
	text-align:center;
}



/*兑换记录*/
.change-wrap .session_1{
	background:#f6f6f6;
}
.change-wrap .session_1 .all-box{
	width:1200px;
	padding-top:65px;
	padding-bottom:100px;
	box-sizing:border-box;
}
.change-wrap .session_1 .all-box .item-box{
	background:#fff;
	height:280px;
	border-radius: 20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:30px 40px;
	box-sizing:border-box;
	margin-bottom:30px;
}
.change-wrap .session_1 .all-box .item-box .img-box{
	position:relative;
	border:1px solid #D2D2D2;
	border-radius:10px;
	width:340px;
	height:100%;
	display: grid;
	place-items: center;
}
.change-wrap .session_1 .all-box .item-box .img-box img{
	max-width:96%;
	max-height:96%;
}
.change-wrap .session_1 .all-box .item-box .txt-box{
	width:calc(100% - 340px);
	padding-left:80px;
	box-sizing:border-box;
}
.change-wrap .session_1 .all-box .item-box .txt-box h3{
	font-size:20px;
	margin-bottom:10px;
}
.change-wrap .session_1 .all-box .item-box .txt-box p{
	font-size:16px;
	margin-bottom:15px;
}
.change-wrap .session_1 .all-box .item-box .txt-box span{
	font-size:16px;
	color:#999;
	display:block;
	margin-bottom:15px;
}
.change-wrap .session_1 .all-box .item-box .txt-box .message{
	font-size:18px;
	color:#066D47;
	font-family: 'AB';
	margin-bottom:15px;
}
.change-wrap .session_1 .all-box .item-box .txt-box .message:nth-child(4){
	color:#ff0000;
}
.change-wrap .session_1 .all-box .item-box .cancel{
	margin-top:40px;
	width:110px;
	height:30px;
	background:#EEEEEE;
	color:#666666;
	font-size:16px;
	border-radius: 15px;
	display: grid;
	place-items: center;
	cursor: pointer;
}
.change-wrap .session_1 .all-box .item-box.active .img-box:before{
	pointer-events: none;
	position:absolute;
	content:'';
	width:100%;
	height:100%;
	background:rgba(255,255,255,0.6);
	z-index:9;
}
.change-wrap .session_1 .all-box .item-box.active .txt-box .message{
	pointer-events: none;
	opacity:.4;
}
.change-wrap .session_1 .all-box .item-box.active .cancel,
.change-wrap .session_1 .all-box .item-box.active .txt-box h3,
.change-wrap .session_1 .all-box .item-box.active .txt-box p,
.change-wrap .session_1 .all-box .item-box.active .txt-box span{
	pointer-events: none;
	color:#CFCFCF;
}
















@media screen and (max-width: 1680px) {
	.about-wrap .session_2 .all-box{
		zoom:.75;
	}
	.about-wrap .session_3 .swiper-button-prev,
	.join-wrap .session_1 .swiper-button-prev,
	.about-wrap .session_4 .swiper-button-prev{
		left:25px;
	}
	.about-wrap .session_3 .swiper-button-next,
	.join-wrap .session_1 .swiper-button-next,
	.about-wrap .session_4 .swiper-button-next{
		right:25px;
	}
}












/*# sourceMappingURL=./style.css.map */