








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

/* 应用场景 */
.cddd1{
	height: 100vh;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	background-attachment: fixed;
}
.cddd1:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.33);
}
.cddd1 .changjing{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 2.37rem;
}
.cddd1 .changjing .changjing_title{
	font-family: SC-Bold;
	font-weight: bold;
	font-size: 0.45rem;
	color: #FFFFFF;
	line-height: 1;
	margin-bottom: 0.4rem;
}
.cddd1 .changjing .changjing_cont{
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 1.75;
}






.zhanshi{
    width: 100%;
    height: 8.81rem;
    position: relative;
    overflow: hidden;
	background: linear-gradient( 180deg, #F7F7F7 0%, rgba(255,255,255,0) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#canvas{
    position: absolute;
    width: 100%;
    height: 4rem;
    bottom: 0;
    z-index: 0;
}
.zhanshi_body{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.zhanshi_body .zhanshi_fl{
    width: 7.6rem;
}
.zhanshi_body .zhanshi_fl .zhanshi_title{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #333333;
    margin-bottom: 0.54rem;
    line-height: 1.2;
}
.zhanshi_body .zhanshi_fl .zhanshi_cont,
.zhanshi_body .zhanshi_fl .zhanshi_cont p{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.8;
}

.zhanshi_body .zhanshi_fl .zhanshi_more{
    margin-top: 0.54rem;
}
.zhanshi_body .zhanshi_fl .zhanshi_more i{
    background: url(../img/liuyan.png) center no-repeat;
    background-size: contain;
}
.zhanshi_body .zhanshi_fl .zhanshi_more:hover i{
    background: url(../img/liuyan4.png) center no-repeat;
    background-size: contain;
}
.zhanshi_body .zhanshi_fr{
    width: 6.4rem;
    height: 6.4rem;
    position: relative;
    z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zhanshi_body .zhanshi_fr img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}






.youshi{
    height: 7.2rem;
    width: 100%;
	padding-top: 1.32rem;
}
.youshi_body{
    position: relative;
    margin-top: 0.96rem;
}
.youshi_body .youshi_list{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 0.37rem;
    padding-bottom: 0.1rem;
    box-sizing: border-box;
}
.youshi_body .youshi_list .youshi_item{
    width: 3.72rem;
    min-height: 1rem;
    background: #F7F7F7;
    border-radius: 0.05rem;
    box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.1);
    padding: 0.26rem 0.24rem;
    box-sizing: border-box;
    margin-top: 0.03rem;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 1.6;
    cursor: pointer;
	border: 0.01rem solid #F7F7F7;
}

.youshi_body .youshi_list .youshi_item:hover{
	background: #FFFFFF;
    border: 0.01rem solid #80A749;
}

.youshi_body .swiper-pagination{
    bottom: -0.82rem;
    z-index: 1;
}
.youshi_body .swiper-pagination span{
    width: 0.17rem;
    height: 0.17rem;
    border: 0.01rem solid #80A749;
    border-radius: 50%;
    margin: 0 0.11rem !important;
    background: none;
    opacity: 1;
}
.youshi_body .swiper-pagination .swiper-pagination-bullet-active{
    background: #366D33;
}






.canshu{
    width: 100%;
    height: auto;
    background: linear-gradient( 180deg, #FCFCFC 0%, #FFFFFF 100%);
	padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
}
.canshu_body{
    margin-top: 0.96rem;
}
.canshu_body table{
    border-collapse: collapse;
    caption-side: bottom;
    width: 100%;
}
.canshu_body thead tr{
    background: #366D33;
}
.canshu_body thead th{
    width: 4.4rem;
    height: 0.7rem;
    padding-left: 1.05rem;
    box-sizing: border-box;
    text-align: left;
    font-family: SC-Medium;
    font-weight: 500;
    font-size: 0.25rem;
    color: #FFFFFF;
}
.canshu_body thead th:last-child{
    width: 11.6rem;
}
.canshu_body tbody td{
    height: 0.7rem;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.2rem;
    color: #333333;
    padding-left: 1.05rem;
    box-sizing: border-box;
    text-align: left;
}
.canshu_body tbody tr{
    background: #fff;
}
.canshu_body tbody tr:nth-child(2n){
    background: #F0F0F0;
}
.canshu_body .canshu_txt{
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #A8A8A8;
    margin-top: 0.34rem;
}





.yingyong{
    width: 100%;
    /*height: 10.8rem;*/
	padding-top: 1.5rem;
    padding-bottom: 1.17rem;
    box-sizing: border-box;
	background: #F7F7F7;
}
.yingyong_body{
    margin-top: 1.07rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.34rem;
    row-gap: 0.75rem;
}
.yingyong_body .ying_item{
    position: relative;
    width: 5.1rem;
    height: 2.93rem;
    border-radius: 0.1rem;
    overflow: hidden;
}
.yingyong_body .ying_item::before{
    width: 100%;
    height: 0.82rem;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    z-index: 1;
}

.yingyong_body .ying_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}
.yingyong_body .ying_item:hover img{
    transform:scale(1.1);
}
.yingyong_body .ying_item .ying_title{
    position: absolute;
    font-family: SC-Normal;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    bottom: 0.23rem;
    z-index: 2;
}



















.url_body {
	padding: 1.12rem 0;
	display: flex;
	justify-content: center
}

.url_body .url_item {
	display: block;
	text-align: center;
	margin: 0 0.8rem;
	width: auto;
}
.url_body .url_item .url_icon{
	width: 0.47rem;
	height: 0.47rem;
	margin: 0 auto;
}
.url_body .url_item .url_icon img{
	object-fit: contain;
	transition: all 0.5s;
}
.url_body .url_item .url_title{
	margin-top: 0.27rem;
	margin-bottom: 0.17rem;
	text-align: center;
	font-family: SC-Medium;
	font-weight: 500;
	font-size: 0.2rem;
	color: #333333;
	line-height: 1;
}
.url_body .url_item .url_cont{
	text-align: center;
	font-family: SC-Normal;
	font-weight: 400;
	font-size: 0.18rem;
	color: #6C6C6C;
	line-height: 1.5;
}
.url_body .url_item:hover .url_icon img{
	    transform: scalex(-1);
}
















@media screen and (max-width: 1024px) {
    .cddd1 .changjing .changjing_cont{
        font-size: 14px;
    }
    .zhanshi{
        height: auto;
        padding: 40px 0;
    }
    .zhanshi_body{
        flex-wrap: wrap;
    }
    .zhanshi_body .zhanshi_fl{
        width: 100%;
    }
    .zhanshi_body .zhanshi_fr{
        width: 80%;
        height: auto;
        margin: 30px auto 0;
    }
    .zhanshi_body .zhanshi_fl .zhanshi_cont, 
    .zhanshi_body .zhanshi_fl .zhanshi_cont p{
        font-size: 14px;
    }
    
    
    
    .youshi{
        height: auto;
    }
    .youshi_body .youshi_list {
        gap: 16px;
    }
    .youshi_body .youshi_list .youshi_item{
        width: calc(50% - 8px);
        font-size: 14px;
        margin: 0;
        padding: 10px;
    }
    
    
    

     .canshu_body thead th:last-child{
        width: 75%;
    }
    .canshu_body thead th{
        padding-left: 0;
        text-align: center;
        width: 25%;
        height: 0.7rem;
    }
    .canshu_body tbody td{
        padding: 0.15rem 0.1rem;
        height: auto;
    }
    
    
    
    
    
    
    
    
    
    .yingyong_body{
        column-gap: 0.2rem;
        row-gap: 0.2rem;
        margin-top: 0.6rem;
    }
    .yingyong_body .ying_item{
        width: calc(50% - 0.1rem);
        height: auto;
    }
    
    
    
    
    
     .url_body{
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .url_body .url_item{
        width: 50%;
        margin: 15px 0;
    }
}

















