* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: .16rem;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	font-size: 100px;
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

input {
	outline: 0;
	background: #fff;
}

img {
	cursor: pointer;
	display: block;
}

/* 雷欧照明 加盟政策 */
.join{
    width: 100%;
    background: #F8F9FC;
}


.join .joinBanner{
    width: 100%;
}

.join .joinBanner img{
    display: block;
    width: 100%;
    opacity: 1;
    transition: opacity 1s ease-in-out;
}

.join .joinBot{
    display: flex;
    align-items: flex-end;
    width: 16.8rem;
    height: 4.7rem;
    margin: 0 auto;
    box-sizing: border-box;
    /*border: 1px solid #f00;*/

}

.join .joinBot .join-left{
    width: 4.2rem;
    height: 7.21rem;
    padding-left: 0.5rem;
    opacity: 1;
    padding-top: 1.04rem;
    box-sizing: border-box;
    /*transform: translateY(-2.5rem);*/
    transition: all 1s ease-in-out;
}

.join .joinBot .join-left.active{
    opacity: 1;
    padding-top: 1.04rem;
    height: 7.21rem;
}

.join-left .joinLeftTit{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.36rem;
    color: #FFFFFF;
}

.join-left .joinLeftBor{
    width: 0.49rem;
    height: 0.01rem;
    background:#FFFFFF;
    margin: 0.5rem 0 0.6rem;
}

.join-left .joinLeftTex{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.36rem;
}

.join .joinBot .join-right{
    position: relative;
    width: 12.6rem;
    height: 4.7rem;
    overflow: hidden;
}


.join .join-right .join-swiper-pagination{
    position: absolute;
    z-index: 10;
    width: auto !important;
    bottom: 0.28rem;
    left:50%;
    transform: translateX(-50%);
}

.join-swiper-pagination .swiper-pagination-bullet{
    width: 0.06rem;
    height: 0.06rem;
    background: #E8EBE5;
    opacity: 1 !important;
}
.join-swiper-pagination .swiper-pagination-bullet-active{
    background: #F17B05;
}

.join-right .swiper-slide{
    /*padding: 0.05rem 0;*/
}

.join-right .swCard{
    width: 4.2rem;
    height: 4.7rem;
    box-sizing: border-box;
    padding-top: 0.85rem;
    transition: all 0.3s ease-in-out;
}

.join-right .swCard .swCardIcon{
    width: 0.66rem;
    height: 0.66rem;
    margin: 0 auto;
    position: relative;
}

.swCardIcon .icon1{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 0.66rem;
    height: 0.66rem;
    /*border: 1px solid red;*/
}

.swCardIcon .icon2{
    opacity: 0;
    position: absolute;
    left: 0.4rem;
    top: 0.37rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    transition: all 0.5s ease-in-out;
    /*border: 1px solid red;*/
}

.join-right .swCard .cardTit{
    margin-top: 0.38rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    /*font-weight: bold;*/
    font-size: 0.24rem;
    color: #221814;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.join-right .swCard .cardTex{
    width: 3rem;
    margin: 0.45rem auto 0;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #221814;
    line-height: 0.34rem;
    text-align: center;
}

.swiper-slide.swiper-slide-active .swCard{
    padding-top: 0.5rem;
    /*background: #F5FCEE;*/
    /*box-shadow: 0 0 0.11rem 0.01rem rgba(93,140,42,0.44);*/
    /*border-radius: 0px 0px 0px 0px;*/
}

.swiper-slide.swiper-slide-active .swCard .cardTit{
    font-weight: bold;
    color:#F17B05;
}

.swiper-slide.swiper-slide-active .swCard .icon2{
    opacity: 1;
}



.section-4{
    margin-bottom: 0.59rem;
}


.section-5 {
	margin-top: 0.8rem;
	height: 9.6rem;
	background: url('../img/star.png') no-repeat;
	background-size: 100% 100%;
	padding: 0.8rem 0;
}

.about-jiejue-bg {
	height: 7.5rem;
	background: url('../img/lizi.png') no-repeat;
	background-size: 100% 5.1rem;
	background-position: bottom;
}

.w1600 {
	width: 16rem;
	margin: 0 auto;
}

.w1680 {
	width: 16.8rem;
	margin: 0 auto;
}

.common-top-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}

.common-title {
	color: #221814;
	font-size: 0.48rem;
	/*font-weight: bold;*/
}

.common-tip {
	height: 0.36rem;
	display: flex;
	align-items: center;
	border-radius: 10rem;
	padding: 0 0.16rem;
	background-color: #fff;
	font-size: 0.16rem;
	color: #6E6E6E;
	border: 0.01rem solid #B4B4B4;
	transition: all 0.3s ease-in-out;
}

.common-tip:hover{
    background-color: #5D8C2A;
    color: #fff;
    border: 0.01rem solid #5D8C2A;
}

.common-tip img {
	width: 0.22rem;
	height: 0.1rem;
	margin-left: 0.1rem;
}

.all-top-phone img{
	width: 0.55rem !important;
	margin-right: 0.16rem;
}
.call-phone {
	position: absolute;
	bottom: 0.88rem;
	left: 50%;
	transform: translateX(-50%);
}

.all-top-phone {
	font-size: 0.48rem;
	/*color: #5D8C2A;*/
	color: #fff;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0.15rem;
	display: flex;
	align-items: center;
}

.call-fuwu {
	text-align: center;
	font-size: .28rem;
	color: #fff;
}


.line-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 2;
}

.btn-ripple {
	vertical-align: bottom;
}

.btn-ripple:not(:disabled):hover {
	opacity: 1;
	position: relative;
	overflow: hidden;
}

.btn-ripple:not(:disabled):hover::before {
	animation: ani_ripple 0.75s;
	z-index: 1;
	content: "";
	position: absolute;
	display: block;
	transition: all 0.6s;
	width: 100%;
	height: 0;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	padding-top: 100%;
	transform: translateX(-50%) translateY(-50%);
}

@keyframes ani_ripple {
	0% {
		background: rgba(0, 0, 0, 0.25);
		transform: translateX(-50%) translateY(-50%) scale(0);
	}

	to {
		background: transparent;
		transform: translateX(-50%) translateY(-50%) scale(1);
	}
}

.common-banner {
	/*height: 10.8rem;*/
	height: 100vh;
	position: relative;
}

.common-banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.common-banner .info {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 1.2rem;
}

.common-banner .info * {
	color: #fff;
}

.common-banner .info .title {
	font-size: 0.48rem;
	margin-bottom: 0.25rem;
}

.common-banner .info .desc {
	font-size: 0.2rem;
}

.title-box-- {
	margin-bottom: 0.7rem;
}

.title-box-- .title-zh {
	font-size: 0.48rem;
	color: #221814;
}

.title-box-- .title-en {
	font-size: 0.2rem;
	color: #444444;
}

.pagebox {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-wrap {
	display: flex;
	align-items: center;
}

.prev {
	transform: rotate(180deg);
}

.btn {
	width: 0.1rem;
	height: 0.15rem;
}

.btn img {
	width: 100%;
	height: 100%;
}

.page-wrap a {
	width: 0.42rem;
	height: 0.42rem;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 0.01rem solid #C8C8C8;
	background: #fff;
	border-radius: 50%;
	margin: 0 0.07rem;
}

.page-wrap span {
	margin: 0 0.07rem;
}

.page-wrap a.active {
	background: #F17B05;
	color: #fff;
	font-weight: bold;
	border-color: #F17B05;
}

.page-wrap a:hover {
	background: #F17B05;
	color: #fff;
	font-weight: bold;
	border-color: #F17B05;
}

.joinCon{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 4.2rem;
    height: 4.7rem;
    background: #F5FCEE;
     box-shadow: 0 0 0.11rem 0.01rem rgba(93, 140, 42, 0.44);
}
