body{
    padding-top: 1rem;
}
.class_name{
    width: 100%;
    text-align: center;
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    line-height: 1;
}

/* 五大维度 */
.weidu{
    height: 10.8rem;
    padding-top: 1rem;
    box-sizing: border-box;
}
.weidu .weidu_body{
    width: 14rem;
    height: 3.93rem;
    margin: 2.26rem auto 3.11rem;
    position: relative;
}
.weidu .weidu_body .weidi_img{
    width: 100%;
    height: 100%;
}
.weidu .weidu_body .weidi_img img{
    width: 100%;
    height: 100%;
    cursor: auto;
}
.weidu .weidu_body .weidu_icon{
    width: 1.24rem;
    height: 1.24rem;
    background: #80A749;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto;
}
.weidu .weidu_body .weidu_icon::before{
    content: "";
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    border: 0.01rem dashed #7A9B54;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.weidu .weidu_body .weidu_item:hover .weidu_icon::before{
    animation: increase2 2s linear infinite;
}
.weidu .weidu_body .weidu_icon img{
    width: 0.67rem;
    height: 0.67rem;
    object-fit: contain;
    transition: all 0.5s;
}
.weidu .weidu_body .weidu_item:hover .weidu_icon img{
    transform: rotateY(180deg);
}
.weidu .weidu_body .weidu_title{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #000000;
    margin-bottom: 0.12rem;
    width: 100%;
    text-align: center;
    line-height: 1;
}
.weidu .weidu_body .weidu_cont{
    text-align: center;
    width: 100%;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.2rem;
}
.weidu .weidu_body .weidu_item{
    position: absolute;
    width: 1.24rem;
    height: 1.24rem;
    cursor: pointer;
}
.weidu .weidu_body .weidu_item:hover .weidu_title,
.weidu .weidu_body .weidu_item:hover .weidu_cont{
    color: #3A6531;
}


.weidu .weidu_body .weidu_item:nth-child(2){
    top: -0.62rem;
    left: 3.75rem;
}
.weidu .weidu_body .weidu_item:nth-child(3){
    top: -0.62rem;
    right: 2.75rem;
}
.weidu .weidu_body .weidu_item:nth-child(4){
    bottom: 45px;
    left: 14px;
}
.weidu .weidu_body .weidu_item:nth-child(5){
    left: 5.66rem;
    bottom: -0.65rem;
}
.weidu .weidu_body .weidu_item:nth-child(6){
    right: 66px;
    bottom: 17px;
}
.weidu .weidu_body .weidu_txt{
    width: 4.15rem;
    position: absolute;
    left: 50%;
    top: 1.66rem;
    transform: translateX(-50%);
}
.weidu .weidu_body .weidu_item:nth-child(2) .weidu_txt{
    top: -0.25rem;
    right: 1.72rem;
    left: auto;
    transform: none;
}
.weidu .weidu_body .weidu_item:nth-child(2) .weidu_title,
.weidu .weidu_body .weidu_item:nth-child(2) .weidu_cont{
    text-align: right;
}
.weidu .weidu_body .weidu_item:nth-child(3) .weidu_txt{
    top: -0.25rem;
    left: 1.72rem;
    transform: none;
}
.weidu .weidu_body .weidu_item:nth-child(3) .weidu_title,
.weidu .weidu_body .weidu_item:nth-child(3) .weidu_cont{
    text-align: left;
}



@keyframes increase2 {
	0% {
		transform:translate(-50%,-50%) rotate(0deg);
	}

	100% {
		transform:translate(-50%,-50%) rotate(360deg);
	}
}













.chengguo_body{
    width: 100%;
    height: 10.8rem;
    background: #FAFAFA;
    position: relative;
    overflow: hidden;
}
#canvas{
    width: 100%;
    height: 4rem;
    position: absolute;
    bottom: 0;
}
.pop_body{
	display: flex;
	/* align-items: center; */
	width: 100%;
	height: 100%;
	position: relative;
	padding-top: 1.82rem;
}
.pop_body .pop_fangan{
    position: relative;
    z-index: 1;
}
.pop_body .fangan_name{
	font-family: SC-Bold;
	font-weight: bold;
	font-size: 0.45rem;
	color: #000000;
	width: 100%;
	text-align: center;
	margin-bottom: 0.19rem;
	line-height: 1;
}
.pop_body .fangan_title{
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.2rem;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-bottom: 1.78rem;
}
.pop_body .fangan_list{
	display: flex;
	justify-content: space-between;
}
.pop_body .fangan_list .fangan_item{
	width: 2.6rem;
	height: auto;
	background: #fff;
	border-radius: 0.05rem;
	box-shadow: 0rem 0rem 0.2rem 0.01rem rgba(0,0,0,0.05);
	cursor: pointer;
}
.pop_body .fangan_list .fangan_item:nth-child(5) .fangan_tit{
    font-size: 0.18rem;
}
.pop_body .fangan_list .fangan_item .fangan_icon{
    width: 0.69rem;
	height: 0.74rem;
	margin: 0.61rem 0.82rem 0.4rem 0.9rem;
	position: relative;
	transition: margin 0.5s;
}
.pop_body .fangan_list .fangan_item .fangan_img{
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../img/fangan_bg.png) center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 2;
}
.pop_body .fangan_list .fangan_item .fangan_icon .fangan_bg{
    position: absolute;
    width: 0.69rem;
    height: 0.74rem;
    background: url(../img/border_xian.png) center no-repeat;
    background-size: cover;
    left: -0.08rem;
    transition: left 0.5s;
    z-index: 1;
}
.pop_body .fangan_list .fangan_item:hover .fangan_icon{
    margin: 0.61rem 0.86rem 0.4rem 0.86rem;
}
.pop_body .fangan_list .fangan_item:hover .fangan_icon .fangan_bg{
    background: url(../img/border_xian2.png) center no-repeat;
    background-size: cover;
    left: 0.08rem;
}




.pop_body .fangan_list .fangan_item .fangan_icon img{
    width: 0.25rem;
    height: 0.25rem;
    object-fit: contain;
    position: relative;
    z-index: 3;
}
.pop_body .fangan_list .fangan_item .fangan_icon .fangan_img2{
	display: none;
}



.pop_body .fangan_list .fangan_item .fangan_tit{
	width: 100%;
	text-align: center;
	font-family: SC-Medium;
	font-weight: 500;
	font-size: 0.22rem;
	line-height: 1.4;
	color: #000000;
	margin-bottom: 0.35rem;
	position: relative;
}
.pop_body .fangan_list .fangan_item .fangan_tit::before{
	content: "";
	position: absolute;
	width: 0.4rem;
	height: 0.01rem;
	background: #80A749;
	left: 50%;
	bottom: -0.14rem;
	transform: translateX(-50%);
}
.pop_body .fangan_list .fangan_item .fangan_cont{
	width: 2rem;
	margin: 0 auto;
	text-align: center;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #4E4E4E;
	line-height: 0.25rem;
	margin-bottom: 0.2rem;
}
.pop_body .fangan_list .fangan_item:hover{
	background: linear-gradient( 270deg, #80A749 0%, #366D33 100%);
}
.pop_body .fangan_list .fangan_item:hover .fangan_tit,
.pop_body .fangan_list .fangan_item:hover .fangan_cont{
	color: #fff;
}
.pop_body .fangan_list .fangan_item:hover .fangan_tit::before{
	background: #fff;
}
.pop_body .fangan_list .fangan_item:hover .fangan_img{
	background: url(../img/fangan_bg2.png) center no-repeat;
}
.pop_body .fangan_list .fangan_item:hover .fangan_img1{
	display: none;
}
.pop_body .fangan_list .fangan_item:hover .fangan_img2{
	display: block;
}

.pop_body .fang_url{
	width: 2.5rem;
	height: 0.45rem;
    margin: 0.83rem auto 0;
	border-radius: 0.05rem;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	display: flex;
	align-items: center;
    justify-content: center;
	gap: 0.09rem;
    color: #366D33;
    border: 0.01rem solid #366D33;
    background: #FFFFFF;
}
.pop_body .fang_url img{
    width: 0.18rem;
    height: 0.16rem;
    object-fit: contain;
}
.pop_body .fang_url:hover{
    background: linear-gradient( 270deg, #7A9B54 0%, #3A6531 100%);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.1);
	color: #fff;
}
.pop_body .fang_url:hover img{
	filter: brightness(0) invert(1);
}












/* 售后服务 */
.fuwu{
    padding: 1.5rem 0;
    box-sizing: border-box;
    background: linear-gradient( 180deg, #FFFFFF 0%, rgba(248,248,249,0) 100%);
}
.fuwu_body{
    margin-top: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.fuwu_body .fuwu_fl{
    position: relative;
    z-index: 1;
}
.fuwu_body .fuwu_fl .fuwu_txt{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-bottom: 0.16rem;
}
.fuwu_body .fuwu_fl .fuwu_txt span{
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.18rem;
    color: #000000;
    margin-right: 0.11rem
}
.fuwu_body .fuwu_fl .fuwu_txt:nth-child(2){
    margin-bottom: 0.49rem;
}
.fuwu_body .fuwu_fl .fuwu_list{
    margin-top: 0.5rem;
    display: flex;
    justify-content: space-between;
    max-width: 100%;
}
.fuwu_body .fuwu_fl .fuwu_list .fuwu_item{
    width: 1.6rem;
    height: 1.6rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.05);
    border-radius: 0.05rem;
    display: flex;
    flex-wrap: wrap;
    align-content: baseline;
    cursor: pointer;
}
.fuwu_body .fuwu_fl .fuwu_list .fuwu_item .fuwu_img{
    width: 0.36rem;
    height: 0.36rem;
    margin: 0.3rem auto 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fuwu_body .fuwu_fl .fuwu_list .fuwu_item span{
    width: 100%;
    display: block;
    text-align: center;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.14rem;
    color: #000000;
    padding: 0 0.1rem;
}
.fuwu_body .fuwu_fl .fuwu_list .fuwu_item:hover{
    border: 0.01rem solid #80A749;
    box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.16);
}
.fuwu_body .fuwu_fl .fuwu_list .fuwu_item:hover span{
    color: #366D33;
}
.fuwu_body .fuwu_fr{
    width: 8.16rem;
    height: 4.6rem;
    position: relative;
}
.fuwu_body .fuwu_fr .fuwu_litpic{
    width: 100%;
    height: 100%;
    border-radius: 0.1rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.fuwu_body .fuwu_fr .fuwu_icon1,
.fuwu_body .fuwu_fr .fuwu_icon2{
    width: 2.47rem;
    height: 2.47rem;
    position: absolute;
    z-index: 0;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
}
.fuwu_body .fuwu_fr .fuwu_icon1{
    top: -1.13rem;
    right: -0.76rem;
    animation-name: float1;
    animation-duration: 3s;
}
.fuwu_body .fuwu_fr .fuwu_icon2{
    bottom: -0.79rem;
    left: -1.07rem;
    animation-name: float2;
    animation-duration: 2s;
}
@keyframes float1 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(0.3rem, 0.4rem); }
}

@keyframes float2 {
    0% { transform: translate(0, 0); }
    100% { transform: translate(-0.3rem, 0.2rem); }
}






/* 在线咨询 */
.zixun{
    width: 100%;
    height: 10.8rem;
    background: #fff;
    position: relative;
}
.zixun .pop_fl{
    width: 5.9rem;
    position: relative;
}
.zixun .zixun_img{
    width: 7.5rem;
    height: 100%;
    position: absolute;
    right: 0;
}
.zixun .zixun_img img{
    width: 100%;
    height: 100%;
}
.zixun .main{
    width: 16rem;
    display: flex;
    justify-content: right;
    height: 100%;
}
.zixun .pop_cont2{
	width: 10.1rem;
	padding-left: 0.77rem;
    padding-top: 1.44rem;
	box-sizing: border-box;
}
.zixun .pop_cont2 .form_title{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
    line-height: 1;
    margin-bottom: 0.27rem;
}
.zixun .form_name{
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.28rem;
	color: #464646;
	margin-bottom: 0.5rem;
} 
.zixun .pop_form{
	width: 100%;
}

.zixun .pop_form form{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.zixun .form_label{
	width: 4.56rem;
	background: #FFFFFF;
	margin-bottom: 0.42rem;
	margin-right: 0.21rem;
	position: relative;
}
.zixun .form_label.type::before{
	content: "";
    position: absolute;
    width: 0.14rem;
    height: 0.14rem;
    background: url(../img/xiala4.png) center no-repeat;
    background-size: contain;
    right: 0.12rem;
    top: 50%;
    transform: translateY(-50%);
}
.zixun .form_label.act::before{
	background: url(../img/xiala4.png) center no-repeat;
}
.zixun .form_label:nth-child(2n){
	margin-right: 0;
}
.zixun .form_label input{
	width: 100%;
	height: 100%;
	padding: 0.16rem 0.2rem;
	box-sizing: border-box;
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.2rem;
	color: #000;
	border: 0.01rem solid #E6E6E6;
	cursor: pointer;
	position: relative;
	z-index: 2;
	background: none;
}
.zixun .form_label input::placeholder{
	color: #A8A8A8;
}
.zixun .form_label input:focus{
	border: 0.01rem solid #7A9B54;
	color: #3A6531;
}
.zixun .form_label .form_type{
	position: absolute;
	width: 100%;
	max-height: 3rem;
	overflow-y: auto;
	top: 100%;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.08);
	border: 0.01rem solid #F2F2F2;
	padding: 0.15rem 0 0.11rem;
	box-sizing: border-box;
	display: none;
}
.zixun .form_label .form_type.active{
	display: block;
}
.zixun .form_label .form_type .type_item{
	width: 100%;
    /* height: 0.34rem; */
    line-height: 0.34rem;
    padding-left: 0.24rem;
    box-sizing: border-box;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.14rem;
    color: #A8A8A8;
    cursor: pointer;
    line-height: 1.4;
    padding: 0.08rem 0.24rem;
}
.zixun .form_label .form_type .type_item.selected,
.zixun .form_label .form_type .type_item:hover{
	background: #7A9B54;
	color: #fff;
}
.zixun .form_label .form_type::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
.zixun .form_label .form_type::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px #7A9B54;
	background: #7A9B54;
}
.zixun .form_label .form_type::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}





.zixun .pop_form button{
	width: 1.5rem;
	height: 0.45rem;
	background: #FFFFFF;
	border: 0.01rem solid #7A9B54;
	border-radius: 0.05rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.09rem;
	font-family: SC-Regular;
	font-weight: 400;
	font-size: 0.16rem;
	color: #7A9B54;
	cursor: pointer;
    margin-top: 2.32rem;
}
.zixun .pop_form button img{
	width: 0.18rem;
	height: 0.16rem;
}
.zixun .pop_form button:hover{
	background: linear-gradient( 273deg, #7A9B54 0%, #3A6531 100%);
	box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0,0,0,0.1);
	color: #fff;
}
.zixun .pop_form button:hover img{
	filter: brightness(0) invert(1);
}


















@media screen and (max-width: 1024px) {
    .weidu{
        height: auto;
    }
    .weidu .weidu_body{
        width: 100%;
        height: auto;
        margin: 1rem auto;
    }
    .weidu .weidu_body .weidu_item{
        position: initial;
        width: 100%;
        height: auto;
        display: flex;
        margin-top: 0.6rem;
    }
    .weidu .weidu_body .weidu_icon{
        margin: 0;
        width: 1rem;
        height: 1rem;
    }
    .weidu .weidu_body .weidu_icon::before{
        width: 120%;
        height: 120%;
    }
    .weidu .weidu_body .weidu_txt{
        position: initial;
        width: calc(100% - 1.4rem);
        margin-left: 0.4rem;
        transform: none;
    }
    .weidu .weidu_body .weidu_icon{
        
    }
    .weidu .weidu_body .weidu_title{
        text-align: left !important;
        font-size: 16px;
    }
    .weidu .weidu_body .weidu_cont{
        text-align: left !important;
        width: 100%;
        font-size: 13px;
        line-height: 1.5;
    }
    
    
    .chengguo_body{
        height: auto;
    }
    .pop_body .fangan_title{
        font-size: 12px;
        margin-bottom: 0.6rem;
    }
    .pop_body .fangan_list{
        flex-wrap: wrap;
        column-gap: 0.1rem;
        row-gap: 0.1rem;
    }
    .pop_body .fangan_list .fangan_item{
        width: calc(50% - 0.1rem);
        min-height: 3.5rem;
        height: auto;
    }
    .pop_body .fangan_list .fangan_item .fangan_cont{
        font-size: 12px;
        width: 90%;
    }
    
    
    
    
    .fuwu_body{
        flex-wrap: wrap;
        row-gap: 0.4rem;
    }
    .fuwu_body .fuwu_fl .fuwu_txt,
    .fuwu_body .fuwu_fl .fuwu_txt span{
        font-size: 14px;
    }
    .fuwu_body .fuwu_fl .fuwu_list{
        flex-wrap: wrap;
        row-gap: 0.4rem;
        column-gap: 0.1rem;
    }
    .fuwu_body .fuwu_fl .fuwu_list .fuwu_item{
        width: calc(50% - 0.1rem);
        height: auto;
        padding: 0.2rem 0;
    }
    .fuwu_body .fuwu_fl .fuwu_list .fuwu_item .fuwu_img{
        width: 0.5rem;
        height: 0.5rem;
    }
    .fuwu_body .fuwu_fl .fuwu_list .fuwu_item span{
        font-size: 12px;
    }
    
    
    
    
    
    .zixun .main{
        width: 94%;
    }
    .zixun .pop_fl{
        display: none;
    }
    .zixun .pop_cont2{
        width: 100%;
        padding: 0;
    }
    .zixun .pop_cont2 .form_title{
        line-height: 1.5;
    }
    .zixun .form_label{
        width: 100%;
        margin-bottom: 0.2rem;
        margin-right: 0;
    }
    .zixun .form_label input{
        font-size: 12px;
    }
    .zixun .pop_form button{
        margin-top: 0.4rem;
        font-size: 12px;
        width: 1.8rem;
    }
    .zixun .form_label .form_type .type_item{
        font-size: 12px;
        height: auto;
        padding: 0.1rem;
    }
}









