@media screen and (max-width:1023px)and (min-width:300px)
{
	/*导航*/
	.nav_bbox{
		width: 100%;
		height: auto;
		position: sticky;
		top: 0;
		z-index: 1000;
		background: #FFFFFF;
		border-top: 4px solid #adadad;
		opacity: 1;
		overflow: hidden;
	}
	.nav_bbox_at{
		overflow: visible;
	}
	.nav_bbox_on{
		opacity: 1;
		z-index: 1000;
	}
	.nav_bbox::before {
		background-color: #ff0000;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		top: -4px;
		width: 20px;
	}
	.nav_box{
		width: 100%;
		height: 6rem;
		padding: 0 3%;
		margin: 0 auto;
		top: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}


	.nav{
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.navl{
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.nav_logo{
		width: auto;
		height: 55%;
		position: relative;
	}
	.nav_logo>a{
		width: auto;
		height: 100%;
		margin: 0 auto;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}


	.nav_logo img{
		width: auto;
		height: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_logo2{
		width: auto;
		height: 45%;
		position: relative;
		margin-left: 2rem;
		font-family: NotoSans-Bold;
		font-size: 0.875rem;
		display: none;
	}
	.nav_logo2 span{
		color: var(--OneColor);
	}

	.navr{
		display: none;
	}
	.navri{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 2rem;
	}
	.navr_ico{
		width: auto;
		height: 1rem;
		font-size: 0;
	}
	.navr_ico img{
		width: auto;
		height: 100%;
	}
	.navr_text{
		font-size: 0.875rem;
		color: rgba(0,0,0,0.6);
		padding-left: 0.5rem;
		font-family: NotoSans-Bold;
		font-weight: 700;
	}
	.navri2{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 2rem;
	}

	.navri2 .navr_text{
		padding-left: 0;
	}
	.navr_line{
		font-size: 0;
		width: 1px;
		height: 1rem;
		background: rgba(0,0,0,0.6);
		margin: 0 0.6rem;
	}



	.nav_btmb{
		width: 100%;
		height: 5rem;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		position: fixed;
		z-index: -1;
		background: #FFFFFF;
		top: 0;
		opacity: 0;
		border-top: 4px solid #adadad;
		display: none;
	}
	.nav_btmb::before {
		background-color: #ff0000;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		top: -4px;
		width: 20px;
	}
	.nav_btmb_on{
		opacity: 1;
		z-index: 2000;
	}
	.nav_btm{
		width: 94%;
		max-width: 94%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}

	.nav_btm_logo{
		width: auto;
		height: 60%;
		position: relative;
	}
	.nav_btm_logo>a{
		width: auto;
		height: 100%;
		margin: 0 auto;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_btm_logo img{
		width: auto;
		height: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_btmr{
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}
	.nav_btmr .nav_menu{
		width: auto;
	}
	.nav_btmr .nav_menu_item{
		margin-right: 2rem;
	}

	.nav_mainb{
		width: 100%;
		height: auto;
		position: absolute;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		left: 0;
		top: 6rem;
		z-index: 100;
		background: #FFFFFF;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		transform: translateX(100%);
		
	}
	.nav_mainb_on{
		transform: translateX(0%);
		width: 100%;
		height: auto;
		opacity: 1;
	}
	.nav_main{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.nav_menu{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.nav_menu_item{
		width: auto;
		height: auto;
		margin-right: 0rem;
		padding: 0 3%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		position: relative;
	}
	.nav_menu_item>a{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: auto;
		height: 100%;
		position: relative;
		font-size: 1.375rem;
		font-family: NotoSans-Regular;
		color: #333333;
		padding: 2rem 0rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
	}
	.nav_menu_item>a:after{
		position: absolute;
		content: '';
		width: 100%;
		height: 2px;
		font-size: 0;
		background: var(--OneColor);
		left: 0;
		bottom: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		transform: scaleX(0);
	}
	.nav_menu_item:hover>a:after{
		transform: scaleX(1);
	}

	.nav_menu_item2{
		width: 94%;
		height: 6rem;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.nav_menu_item2 a{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 2.7rem;
		background: var(--OneColor);
		border-radius: 2.2rem;
	}
	.nav_menu_item2_1{
		width: auto;
		height: 1.2rem;
		font-size: 0;
	}
	.nav_menu_item2_1 svg{
		width: auto;
		height: 100%;
		fill:#ffffff;
	}
	.nav_menu_item2_2{
		padding-left: 0.4rem;
		font-size: 1rem;
		font-family: opm;
		color: #FFFFFF;
	}

	.nav_menu_item3{
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-right: 1rem;
	}
	.nav_menu_item3 a{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		width: 2.2rem;
		height: 2.2rem;
		background: var(--OneColor);
		border-radius: 2.2rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_menu_item3 a:hover{
		border: 1px solid var(--OneColor);
		background: #FFFFFF;
	}
	.nav_menu_item2_1 svg{
		width: auto;
		height: 100%;
		fill:#ffffff;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_menu_item3 a:hover svg{
		fill:var(--OneColor);
	}

	.nav_down{
		position: relative;
		width: 100%;
		height: 0;
		background: #FFFFFF;
		overflow: hidden;
		border-top: 1px solid rgba(0,0,0,0);
		top: 100%;
		left: 0;
		padding: 0rem 0rem;
		text-align: center;
		-moz-box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.0);
		-webkit-box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.0);
		box-shadow: 0px 5px 5px 0 rgba(0,0,0,0.0);
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.nav_menu_item:hover .nav_down{
		opacity: 1;
		height: auto;
	}
	.nav_downl{
		width: 100%;
		height: auto;
		background: #FFFFFF;
		padding: 1rem 0%;
		padding-left: 0%;
		padding-bottom: 2rem;
	}
	.nav_downl_title{
		color: #333333;
		font-size:0rem;
		font-family: opm;
		display: none;

	}
	.nav_downl_c{
		color: #333333;
		font-size: 1.125rem;
		margin-top: 0rem;
		padding: 0.75rem 0;
		padding-left: 0rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		position: relative;
	}
	.nav_downl_c:hover{
		background:rgba(0,0,0,0.03);
	}
	.nav_downl_c:after{
		position: absolute;
		content: '';
		font-size: 0;
		width: 0%;
		height: 2px;
		background: var(--OneColor);
		left: 0;
		bottom: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		display: none;
	}
	.nav_downl_c:hover:after{
		width: 100%;
	}


	.nav_search{
		width: 10rem;
		height: 2.5rem;
		background: #f5f5f5;
		border-radius: 5px;
		border: 1px solid rgba(0,0,0,0.1);
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 0.5rem;
		display: none;
	}
	.nav_search #forms{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.nav_search_input{
		width: 12rem;
		height: 100%;
	}
	.nav_search_input input{
		width: 100%;
		height: 100%;
		background: none;
		border: none;
	}

	.nav_search_btn{
		width: 1.5rem;
		height: auto;
		font-size: 0;
		cursor: pointer;
	}
	.nav_search_btn svg{
		width: 100%;
		height: auto;
		fill:#22282d;
	}

	.nav_textb{
		display: flex;
	}

	.navmb{
		display: flex;
	}
    .menubtn{
        display: block;
		
    }

	/*footer*/
	.lx{
		width: 100%;
		height: auto;
		padding: 4rem 0;
		border-top: 1px solid rgba(0,0,0,0.1);
		margin-top: 5rem;
	}
	.lx_ico{
		width: 45px;
		height: auto;
		margin: 0 auto;
		font-size: 0;
	}
	.lx_ico img{
		width: 100%;
		height: auto;
		fill:#999999;
	}
	.lx_title{
		width: auto;
		height: auto;
		text-align: center;
		margin: 0 auto;
		font-size: 1.65rem;
		color: #333;
		font-family: NotoSans-Light;
		margin-top: 0.5rem;
	}
	.lxc{
		width: 100%;
		height: auto;
		text-align: center;
		margin-top: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.lxc a{
		width: 100%;
		height: 5.5rem;
		margin: 0 0rem;
		border: none;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		border-radius: 0rem;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		font-size: 1.25rem;
		color: var(--OneColor);
		font-family: NotoSans-Regular;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		text-align: left;
		padding: 0 3%;
		position: relative;
	}
	.lxc a span{
		display: block;
	}
	.lxc a span svg{
		width: auto;
		height: 1.3rem;
		fill:var(--OneColor);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.lxc a:hover{
		background: var(--OneColor);
		color: #FFFFFF;
	}
	.lxc a:hover span svg{
		fill: #FFFFFF;
	}
	.lx_note{
		text-align: left;
		font-size: 1.125rem;
		color: #b9b9b9;
		font-family: NotoSans-Light;
		padding: 0 3rem;
		margin-top: 2rem;
	}
	.footertb{
		width: 100%;
		height: auto;
		background: #333333;
	}
	.footert{
		width: 100%;
		max-width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		position: relative;
		z-index: 10;
		padding: 2rem 0px;
	}
	.footertl{
		width: 100%;
		height: auto;
		padding: 0 3%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.footertli{
		width: 50%;
		height: auto;
		margin: 1.3rem 0;
	}
	.footertli a{
		width: auto;
		height:auto;
		display: inline-block;
		margin-right: 3rem;
		font-size: 1.375rem;
		font-family: NotoSans-Light;
		color: #ccc;
			-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;

	}
	.footertli a:hover{
		color: rgba(255,255,255,1);
	}
	.footertr{

	}
	.footertr_dy{
		width: 100%;
		height: 6rem;
		border: none;
		border-bottom: #e6e6e6 solid 1px;
		border-top: #e6e6e6 solid 1px;
		border-radius: 0rem;
		padding: 0 3%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.footertr_dy:hover{
		background: #e6e6e6;
	}
	.footertr_dy_ico{
		width: 1.6rem;
		height: auto;
		font-size: 0;
		margin-right: 0.5rem;
	}
	.footertr_dy_ico svg{
		width: 100%;
		height: auto;
		fill: #ccc;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.footertr_dy:hover .footertr_dy_ico svg{
		fill: rgba(0,0,0,0.5);
	}
	.footertr_dy_text{
		font-size: 1.375rem;
		color: #ccc;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.footertr_dy:hover .footertr_dy_text{
		color: rgba(0,0,0,0.5);
	}
	.footertr_b{
		margin-top:2rem;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding-left: 3%;

	}
	.footertr_b_1{
		font-size: 1.375rem;
		font-family: NotoSans-Light;
		color: #ccc;
	}
	.footertr_b_2{
		position: relative;
		width: 2rem;
		height: 2rem;
		font-size: 0;
		margin-left: 1.5rem;
		overflow: hidden;
	}
	.footertr_b_2:hover{
		overflow: visible;
	}
	.footertr_b_2 svg{
		width:100%;
		height: 100%;
		fill: rgba(255,255,255,0.5);
	}
	.footertr_bc{
		width: auto;
		height: auto;
		background: #FFFFFF;
		position: absolute;
		right: 0;
		bottom: 150%;
		padding: 2rem 4rem;
		-moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
		-webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
		box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.footertr_b_2:hover .footertr_bc{
		opacity: 1;
	}
	.footertr_bc_title{
		text-align: center;
		font-size: 1.125rem;
		color: rgba(0,0,0,0.3);
		font-family: opm;
	}
	.footertr_bcc{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 1rem;
	}
	.footertr_bcci{
		width: 11rem;
		height: auto;
		margin: 0 2rem;
	}
	.footertr_bcci_img{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.footertr_bcci_img img{
		width: 100%;
		height: auto;
	}
	.footertr_bcci_title{
		text-align: center;
		font-size: 1.125rem;
		color: rgba(0,0,0,1);
		font-family: opm;
	}

	.footertr_b_3{
		position: relative;
		width: 2rem;
		height: 2rem;
		font-size: 0;
		margin-left: 1.5rem;
	}
	.footertr_b_3 svg{
		width:100%;
		height: 100%;
		fill: rgba(255,255,255,0.5);
	}
	.footer_bottomb{
		width: 100%;
		height: auto;
		background: #ebebeb;
		border-top: 4px solid #adadad;
		position: relative;
	}

	.footer_bottomb::before {
		background-color: #ff0000;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		top: -4px;
		width: 20px;
	}
	.footer_bottom{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		padding: 0 0;
	}
	.footer_bottom_left{
		width: 100%;
		height: 6rem;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}


	.footer_bottom_left a{
		color: #333;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		font-family: NotoSans-Light;
	}
	.footer_bottom_left span{
		font-size: 0;
		width: 1px;
		height: 1rem;
		margin: 0 1rem;
		background: #333;
	}


	.footer_bottom_right{
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		font-family: NotoSans-Light;
		color: #333;
		height: 5rem;
		line-height: 5rem;
		text-align: center;
		width: 100%;
		background: #FFFFFF;
	}

	.footer_ga{
		padding: 1.5rem 25px;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		font-size: 1rem;
		color: #939393;
	}
	.footer_ga a{
		color: #939393;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}


	/*nbanner*/
	.nbanner{
		width: 100%;
		aspect-ratio: 1920/900;
		position: relative;
	}
	.nbanner_img{
		position: absolute;
		width: 100%;
		height: 100%;
		font-size: 0;
		z-index: 0;
		left: 0;
		top: 0;
		overflow: hidden;
	}
	.nbanner_img img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		transform: scale(1.2);
		animation: ahniamit 1s ease forwards;
	}
	@keyframes ahniamit
	{

		to {transform: scale(1);}

	}
	.nbanner_con{
		width: 94%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-top: 0rem;
	}
	.nbanner_con_title{
		font-size: 2rem;
		color: #FFFFFF;
		font-family: opb;
		text-align: center;
		letter-spacing: 0.3rem;
	}
	.nbanner_con_ltitle{
		font-size: 1.125rem;
		color: #FFFFFF;
		font-family: opb;
		text-transform: uppercase;
		text-align: center;
		margin-top: 0.5rem;
	}
	.nbanner_con_line{
		font-size: 0;
		width: 5rem;
		height: 2px;
		background: #FFFFFF;
		margin: 0 auto;
		margin-top: 1.5rem;
	}

	/*ntitle*/
	.ntitle{
		font-size: 2rem;
		font-family: opm;
		color: #000000;
		text-align: center;
	}
	.ntitle_line{
		width: 6rem;
		height: 4px;
		font-size: 0;
		margin: 0 auto;
		margin-top: 2rem;
		background: var(--OneColor);
	}


	/*首页*/
	.id_menu{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		background: #f6f8fa;
		padding: 1rem 1rem;
		margin-top: 3rem;
	}
	.id_menui{
		width: 32%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.id_menuil{
		width:6rem;
		aspect-ratio: 159/150;
		background-image: url("../images/id_m_back.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_menui:hover .id_menuil{
		background-image: url("../images/id_m_back1.png");
	}
	.id_menuil_i{
		width: 5rem;
		height: 5rem;
		position: relative;
		font-size: 0;
	}
	.id_menuil_i img{
		position: absolute;
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		left: 0;
		top: 0;
	}
	.id_menuil_i img:nth-child(1){
		z-index: 5;
	}
	.id_menuil_i img:nth-child(2){
		z-index: 10;
		opacity: 0;
	}
	.id_menui:hover .id_menuil_i img:nth-child(2){
		opacity: 1;
	}

	.id_menuir{
		padding-left: 0rem;
	}
	.id_menuir_title{
		font-size: 1.25rem;
		font-family: opb;
		color: #000000;
		text-align: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		margin-top: 0.5rem;
	}
	.id_menui:hover .id_menuir_title{
		color: var(--OneColor);
	}
	.id_menuir_ltitle{
		font-size: 0.875rem;
		font-family: opm;
		text-align: center;
		color: rgba(0,0,0,0.6);
		text-transform: capitalize;
		margin-top: 0.2rem;
		height: 3.2rem;
	}
	.id_menul{
		width: 1px;
		height: 3rem;
		font-size: 0;
		background: rgba(0,0,0,0.1);
	}

	.ititle{
		width: 100%;
		height: auto;
	}
	.ititle_title{
		font-size: 2rem;
		font-family: opb;
		color: #000000;
		text-align: center;
	}
	.ititle_ltitle{
		text-align: center;
	}
	.ititle_ltitle span{
		position: relative;
		font-size: 1rem;
		font-family: opb;
		color: rgba(0,0,0,0.6);
		text-transform: capitalize;
	}
	.ititle_ltitle span:after{
		position: absolute;
		width: 4rem;
		height: 2px;
		font-size: 0;
		content: '';
		top: 50%;
		left: -5rem;
		background: rgba(0,0,0,0.1);
	}
	.ititle_ltitle span:before{
		position: absolute;
		width: 4rem;
		height: 2px;
		font-size: 0;
		content: '';
		top: 50%;
		right: -5rem;
		background: rgba(0,0,0,0.1);
	}

	.id_shbb{
		margin-top: 3rem;
	}

	.id_shb{
		width: 100%;
		height: auto;
		padding: 2rem 0;
		background: #f6f8fa;
		margin-top: 2rem;
	}
	.id_sh{
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	.id_sht{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.id_sht_text{
		font-size: 1.5rem;
		font-family: opm;
		color: #000000;
	}
	.id_sht_line{
		width: 3px;
		height: 1.2rem;
		font-size: 0;
		background: var(--OneColor);
		margin: 0 0.6rem;
	}
	.id_sht_text2{
		font-size: 1.125rem;
		font-family: opb;
		color: rgba(0,0,0,0.6);
		text-transform: capitalize;
		line-height: 100%;
	}

	.id_shc{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.id_shci{
		width: 100%;
		height: auto;
	}
	.id_shci:nth-child(2){
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.id_shci_img{
		width: 100%;
		aspect-ratio: 467/300;
		font-size: 0;
		position: relative;
		overflow: hidden;
	}
	.id_shci_img:before {
		opacity: 1;
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		pointer-events: none;
		bottom: 0px;
		left: calc(50% - 15px);
		border-color: transparent transparent #ffffff transparent;
		border-width: 15px;
		border-style: solid;
		z-index: 10;
	}
	.id_shci:nth-child(2) .id_shci_img:before {
		opacity: 1;
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		pointer-events: none;
		bottom: 0px;
		left: calc(50% - 15px);
		border-color: transparent transparent #ffffff transparent;
		border-width: 15px;
		border-style: solid;
		z-index: 10;
		top: auto;
	}
	.id_shci_img img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;

	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		transform: perspective(100px) translateZ(0px);
	}
	.id_shci:hover .id_shci_img img{
		transform: perspective(100px) translateZ(3px);
	}
	.id_shcic{
		width: 100%;
		aspect-ratio: auto;
		background: #FFFFFF;
		padding: 1.5rem 1.5rem;
		text-align: center;
	}
	.id_shcic_title{
		font-size: 1.5rem;
		font-family: opm;
		color: #000000;
	}
	.id_shcic_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.6);
		line-height: 170%;
		margin-top: 0.5rem;
	}


	.id_labb{
		width: 100%;
		height: auto;
		padding: 2rem 0;
		background: #f6f8fa;
		aspect-ratio: auto;
		background-image: url("../images/id_lab_back.jpg");
		background-size: cover;
		background-position: center;
	}
	.id_lab{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;

		position: relative;
	}
	.id_labl{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.id_labl_sw{
		width: 100%;
		height: auto;
		margin-top: 2rem;
	}
	.id_labl_title{
		font-size: 1.5rem;
		font-family: opm;
		color: #000000;
	}
	.id_labl_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		line-height: 170%;
		padding-right: 0rem;
		margin-top: 0.5rem;
	}

	.id_labl_link{
		font-size: 1.125rem;
		font-family: opm;
		text-align: left;
		margin-top: 2rem;
		padding-right: 0rem;
	}
	.id_labl_link a{
		color: var(--OneColor);
	}

	.id_lablm{
		margin-top: 2rem;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
		padding-right: 0rem;
	}
	.id_labl_pagination{
		width: auto;
		height: auto;
		z-index: 10;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.id_lablm .swiper-pagination-bullets{
		bottom: 0;
	}
	.id_labl_pagination .swiper-pagination-bullet { 
		display: inline-block; 
		width:2rem; 
		height:3px;  
		border-radius: 0;
		background: #dddfe1;
		margin-right: 0.4rem;
		cursor: pointer;  
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_labl_pagination .swiper-pagination-bullet-active{ 
		background: var(--OneColor);
	}
	.id_lablmn{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
	}
	.id_lablmn_1{
		font-size: 2rem;
		font-family: oph;
		color: var(--OneColor);
		line-height: 95%;
	}
	.id_lablmn_2{
		font-size: 1.125rem;
		font-family: oph;
		color: #a3a3a3;
		line-height: 100%;
		padding: 0 0.3rem;
	}
	.id_lablmn_3{
		font-size: 1.125rem;
		font-family: oph;
		color: #a3a3a3;
		line-height: 100%;
	}


	.id_labr{
		width: 100%;
		margin: 0 auto;
		aspect-ratio: 1/1;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 3rem;
	}

	.id_labrc{
		width: 11rem;
		height: 11rem;
		position: relative;
	}
	.id_labrcc{
		position: relative;
		width: 100%;
		height: 100%;
	}
	.id_labrcc_back{
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}
	.id_labrcc_back>svg{
		width: 100%;
		height: 100%;
		fill:#b0b0b0;
	}
	.id_labrcc_title{
		position: absolute;
		z-index: 5;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 1.5rem;
		font-family: oph;
		color: #FFFFFF;
		text-align: center;
	}

	.id_labrci{
		width: 11rem;
		height: 11rem;
		position: absolute;
		z-index: 10;
		cursor: pointer;
	}
	.id_labrci1{
		top: -9.5rem;
		left: 0;
	}
	.id_labrci2{
		top: -4.7rem;
		right: -8.5rem;
	}
	.id_labrci3{
		top: 4.8rem;
		right: -8.2rem;
	}
	.id_labrci4{
		top: 9.5rem;
		left: 0rem;
	}
	.id_labrci5{
		top: 4.8rem;
		left: -8.2rem;
	}
	.id_labrci6{
		top: -4.7rem;
		left: -8.5rem;
	}
	.id_labrci_back{
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		font-size: 0;
	}

	.id_labrci_back>svg{
		width: 100%;
		height: 100%;
		fill:#ffffff;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_labrci_on .id_labrci_back>svg{
		fill:var(--OneColor);
	}

	.id_labrcic{
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		z-index: 10;
	}
	.id_labrcic_ico{
		width: 2rem;
		height: 2rem;
		position: relative;
		margin: 0 auto;
	}
	.id_labrcic_ico img{
		position: absolute;
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
		z-index: 0;
	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_labrcic_ico img:nth-child(2){
		z-index: 5;
		opacity: 0;
	}
	.id_labrci_on .id_labrcic_ico img:nth-child(2){
		opacity: 1;
	}
	.id_labrcic_title{
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 1.5rem;
		font-family: opb;
		color: var(--OneColor);
		margin-top: 0.3rem;
	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_labrci_on .id_labrcic_title{
		color: #FFFFFF;
	}
	.id_labrcic_ltitle{
		width: 100%;
		height: auto;
		text-align: center;
		font-size: 0.875rem;
		font-family: opm;
		color: #000000;
		margin-top: 0.3rem;
	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_labrci_on .id_labrcic_ltitle{
		color: #FFFFFF;
	}

	.id_pxb{
		width: 100%;
		height: auto;
		background-image: url("../images/id_px_back.jpg");
		background-size: cover;
		background-position: center;
		padding: 3rem 0;
	}
	.id_px{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 1rem;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.id_pxi{
		width: 48%;
		height: auto;
		background: #FFFFFF;
		padding:1.5rem 1.5rem;
		margin-top: 4%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_pxi:hover{
		transform: translateY(-0.5rem);
		-moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
		-webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
		box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
	}
	.id_pxi_ico{
		width: auto;
		height: 3rem;
		font-size: 0;
	}
	.id_pxi_ico img{
		width: auto;
		height: 100%;
	}
	.id_pxi_title{
		width: auto;
		height: auto;
		font-size: 1.375rem;
		font-family: opm;
		color: #000000;
		margin-top: 1rem;
	}
	.id_pxi_des{
		width: auto;
		height: auto;
		font-size: 1rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		margin-top: 0.5rem;
		line-height: 160%;
	}

	.id_pxm{
		margin-top: 4rem;
		width: 100%;
		height: auto;
		display: inline-flex;
		flex-direction: row;
		justify-content: center;
	}
	.id_pxma{
		width: auto;
		height: 3rem;
		background: var(--OneColor);
		border-radius: 3rem;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		padding: 0 1.5rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_pxma_1{
		font-size: 1rem;
		font-family: opm;
		color: #FFFFFF;
		padding-right: 0.3rem;
	}
	.id_pxma_2{
		width: auto;
		height: 1rem;
		font-size: 0;
	}
	.id_pxma_2 svg{
		width: auto;
		height: 100%;
		fill:#ffffff;
	}
	.id_pxma:hover{
		transform: translateY(-0.3rem);
	}

	.id_khb{
		width: 100%;
		height: auto;
		padding-top: 3rem;
	}
	.id_kh{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.id_khl{
		width: 100%;
		aspect-ratio: 700/454;
		font-size: 0;
	}
	.id_khl img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.id_khr{
		width: 100%;
		height: auto;
		background: #f6f8fa;
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		line-height: 170%;
		padding: 2rem;
	}

	.id_khlx{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 0rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.id_khlxi{
		width: 100%;
		aspect-ratio: 675/201;
		background-size: cover;
		background-position: center;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 0 1.5rem;
		margin-top: 1.5rem;
	}
	.id_khlxi:nth-child(1){
		background-image: url("../images/id_khlx_back1.jpg");
	}
	.id_khlxi:nth-child(2){
		background-image: url("../images/id_khlx_back2.jpg");
	}
	.id_khlxi_ico{
		width: auto;
		height: 5rem;
		font-size: 0;
	}
	.id_khlxi_ico img{
		width: auto;
		height: 100%;
	}
	.id_khlxic{
		width: calc(100% - 5rem);
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-left: 1rem;
	}
	.id_khlxic_title{
		font-family: oph;
		font-size: 1.25rem;
		color: #000000;
	}
	.id_khlxic_des{
		font-family: opm;
		font-size: 1rem;
		color: rgba(0,0,0,0.5);
		margin-top: 0.5rem;
	}
	.id_khlxic_title2{
		font-family: opm;
		font-size: 1.5rem;
		color: #000000;
	}
	.id_khlxic_des2{
		font-family: opm;
		font-size: 1rem;
		color: rgba(0,0,0,0.5);
		margin-top: 0.5rem;
	}

	.id_zx{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 0.5rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.id_zxi{
		width: 100%;
		height: calc(94vw * 473 / 920);;
		position: relative;
		overflow: hidden;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		margin-top: 1.5rem;
	}
	.id_zxi_on{
		width: 100%;
	}
	.id_zxi_img{
		width: 94vw;
		height: calc(94vw * 473 / 920);
		position: absolute;
		font-size: 0;
		right: 0rem;
		top: 0;
		z-index: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_zxi_on .id_zxi_img{
		right: 0rem;
	}
	.id_zxi_img img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;

	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_zxi_title{
		position: absolute;
		width: calc(1400px * 0.16);
		width: calc(var(--mainwidth) * 0.16);
		text-align: center;
		font-size: 1.375rem;
		font-family: opm;
		color: #FFFFFF;
		left: 0;
		bottom: 2rem;
		z-index: 10;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		display: none;
	}
	.id_zxi_on .id_zxi_title{
		opacity: 0;
	}
	.id_zxic{
		position: absolute;
		width: 100%;
		height: auto;
		padding: 0 2rem;
		z-index: 10;
		left: 0;
		bottom: 2rem;
		opacity: 1;
		transform: translateY(0%);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_zxi_on .id_zxic{
		opacity: 1;
		transform: translateY(0%);
	}
	.id_zxic_title{
		font-size: 1.5rem;
		font-family: opm;
		color: #FFFFFF;
	}
	.id_zxic_des{
		font-size: 1rem;
		font-family: opm;
		color: rgba(255,255,255,0.5);
		line-height: 170%;
		margin-top: 1rem;
	}


	/*售后*/
	.sh_jcb{
		width: 100%;
		height: auto;
		margin-top: 3rem;
	}
	.sh_jc{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 2rem;
	}
	.sh_jc_title{
		font-size: 1.5rem;
		font-family: opb;
		color: #000000;
	}
	.sh_jc_ltitle{
		font-size: 1.25rem;
		font-family: opm;
		color: #000000;
		position: relative;
		padding-left: 1rem;
		margin-top: 1rem;

	}
	.sh_jc_ltitle:after{
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		font-size: 0;
		border-radius: 50%;
		background: var(--OneColor);
		left: 0;
		top: calc(50% - 3px);
	}
	.sh_jc_des{
		font-size: 1rem;
		font-family: opm;
		color: #707070;
		position: relative;
		padding-left: 1rem;
		margin-top: 1rem;

	}
	.sh_jcm{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 2rem;
		position: relative;
	}
	.sh_jcm:after{
		position: absolute;
		content: '';
		width: 100%;
		height: 3px;
		background: #e2e2e2;
		left: 0;

		top: calc(50% - 1px);
		z-index: -1;
	}
	.sh_jcmi{
		width: 11%;
		aspect-ratio: 1/1;
		background: #b0b0b0;
		border-radius: 50%;
		font-size: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		position: relative;
	}
	.sh_jcmi_on{
		background: var(--OneColor);
	}
	.sh_jcmi:after{
		position: absolute;
		content: '';
		width: 0;
		height: 0;
		bottom: -6px;
		left: calc(50% - 6px);
		border-color: var(--OneColor) transparent transparent transparent;
		border-width: 6px;
		border-style: solid;
		z-index: -1;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sh_jcmi_on:after{
		opacity: 1;
		bottom: -10px;
	}
	.sh_jcmi img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;

	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.sh_jc_sw{
		width: 100%;
		height: auto;
		margin-top: 2rem;
	}
	.sh_jc_sw .swiper-slide{
		width: 100%;
		height: auto;
		background: #f6f8fa;
		text-align: center;
		padding: 1.5rem 1.5rem;
	}
	.sh_jc_sw_title{
		font-size: 1.5rem;
		font-family: opm;
		color: #000000;
	}
	.sh_jc_sw_des{
		font-size: 1rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		margin-top: 0.5rem;
	}

	.sh_jc_bom{
		font-size: 1rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		margin-top: 1rem;
		text-align: center;
	}

	.sh_qy{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 3rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.sh_qyl{
		width: 100%;
		height: auto;
	}
	.sh_qyl img{
		width: 100%;
		height: auto;
	}
	.sh_qyr{
		width: 100%;
		height: auto;
		padding-top: 1.5rem;
	}
	.sh_qyr_title{
		font-size: 1.25rem;
		font-family: opm;
		color: #000000;
		position: relative;
		padding-left: 1rem;

	}
	.sh_qyr_title:after{
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		font-size: 0;
		border-radius: 50%;
		background: var(--OneColor);
		left: 0;
		top: calc(50% - 3px);
	}
	.sh_qyr_des{
		font-size: 1rem;
		font-family: opm;
		color: #707070;
		position: relative;
		padding-left: 1rem;
		margin-top: 1rem;

	}

	.sh_xcb{
		width: 100%;
		height: auto;
		background: #f6f8fa;
		padding: 3rem 0;
		margin-top: 3rem;
	}
	.sh_xc{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.sh_xcl{
		width: 100%;
		height: auto;
	}
	.sh_xcl_title{
		font-size: 1.5rem;
		font-family: opb;
		color: #000000;
	}
	.sh_xcl_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.6);
		line-height: 170%;
		margin-top: 1rem;
		padding-bottom: 1rem;
	}
	.sh_xcli{
		width: 100%;
		height: auto;
		background: #FFFFFF;
		border-radius: 5px;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		padding: 1rem;
		margin-top: 1rem;
	}
	.sh_xcli_ico{
		width: auto;
		height: 2rem;
		font-size: 0;
	}
	.sh_xcli_ico img{
		width: auto;
		height: 100%;
	}
	.sh_xcli_title{
		font-size: 1.125rem;
		font-family: opm;
		color: #000000;
		padding-left: 1rem;
	}

	.sh_note{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 1rem;
	}
	.sh_note_ico{
		width: auto;
		height: 1rem;
		font-size: 0;
		margin-top: 0.6rem;
	}
	.sh_note_ico img{
		width: auto;
		height: 100%;
	}
	.sh_notec{
		padding-left: 0.6rem;
		font-size: 1rem;
		color: #ed6408;
		line-height: 160%;
	}

	.sh_xcr{
		width: 100%;
		height: auto;
		margin-top: 1.5rem;
	}
	.sh_xcr img{
		width: 100%;
		height: auto;
	}

	.sh_xhp{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top:3rem;
	}
	.sh_xhp_title{
		font-size: 1.5rem;
		font-family: opb;
		color: #000000;
		text-align: center;
	}
	.sh_xhp_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.6);
		line-height: 170%;
		margin-top: 1.5rem;
		text-align: center;
	}


	.sh_xhp_pic{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.sh_xhp_pici{
		width: 33%;
		height: auto;
		font-size: 0;
	}
	.sh_xhp_pici img{
		width: 100%;
		height: auto;
	}

	.sh_xhpb{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 2rem;
		background: #f6f8fa;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 2rem;
		padding-right: 2rem;
	}
	.sh_xhpb_img{
		width: 100%;
		height: auto;
	}
	.sh_xhpb_img img{
		width: 100%;
		height: auto;
	}
	.sh_xhpbi{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin-top: 2rem;
	}
	.sh_xhpbi_ico{
		width: 4rem;
		height: 4rem;
		margin: 0 auto;
		font-size: 0;
	}
	.sh_xhpbi_ico img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;

	-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sh_xhpbi_des{
		text-align: center;
		font-size: 1.25rem;
		font-family: opm;
		color: #000000;
		line-height: 170%;
		margin-top: 1rem;
	}
	.sh_xhpbi_des a{
		color: #000000;
	}

	.sh_labb{
		width: 100%;
		height: auto;
		background: #f6f8fa;
		padding: 3rem 0;
		margin-top: 3rem;
	}
	.sh_lab{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.sh_labl{
		width: 100%;
		height: auto;
	}
	.sh_labl_title{
		font-size: 1.5rem;
		font-family: opb;
		color: #000000;
	}
	.sh_labl_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		line-height: 170%;
		margin-top: 1rem;
	}
	.sh_lablc{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.sh_lablci{
		width: 25%;
		height: auto;
		font-size: 1.125rem;
		color: #000000;
		font-family: opm;
		position: relative;
		margin-top: 1rem;
		padding-left: 1rem;
	}
	.sh_lablci:after{
		position: absolute;
		content: '';
		width: 5px;
		height: 5px;
		background: var(--OneColor);
		border-radius: 50%;
		font-size: 0;
		left: 0;
		top: calc(50% - 3px);
	}
	.sh_labr{
		width: 100%;
		height: auto;
		margin-top: 2rem;
	}
	.sh_labr img{
		width: 100%;
		height: auto;
	}

	.sh_shm{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 1rem;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.sh_shmi{
		width: 25%;
		height: auto;
		position: relative;
		margin-top: 1rem;
	}
	.sh_shmit{
		width: 80%;
		aspect-ratio: 1/1;
		margin: 0 auto;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.sh_shmi_back{
		position: absolute;
		z-index: 0;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}
	.sh_shmi_back svg{
		width: 100%;
		height: 100%;
		fill:#b0b0b0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sh_shmi_on .sh_shmi_back svg{
		fill:var(--OneColor);
	}
	.sh_shmi_ico{
		position: relative;
		z-index: 5;
		width: auto;
		height: 2rem;
		font-size: 0;
	}
	.sh_shmi_ico img{
		width: auto;
		height: 100%;
	}
	.sh_shmi_title{
		position: relative;
		z-index: 5;
		width: auto;
		height: auto;
		font-size: 1rem;
		font-family: opm;
		color: #000000;
		text-align: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sh_shmi_on .sh_shmi_title{
		color:var(--OneColor);
	}

	.sh_sh_sw{
		width: 100%;
		height: auto;
		margin: 0 auto;
	}


	.sh_bxb{
		width: 100%;
		height: auto;
		margin-top: 3rem;
	}
	.sh_bx_title{
		text-align: center;
		font-size: 1.5rem;
		font-family: opb;
		color: var(--OneColor);
	}
	.sh_bx{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 2rem;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	.sh_bxl{
		width: 100%;
		height: auto;
	}
	.sh_bxl_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		line-height: 170%;
	}
	.sh_bxlc{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.sh_bxlci{
		width: 33.33%;
		height: auto;
		font-size: 1.125rem;
		color: #000000;
		font-family: opm;
		position: relative;
		margin-top: 1rem;
		padding-left: 1rem;
	}
	.sh_bxlci:after{
		position: absolute;
		content: '';
		width: 6px;
		height: 6px;
		background: var(--OneColor);
		border-radius: 50%;
		font-size: 0;
		left: 0;
		top: calc(50% - 3px);
	}

	.sh_bxl_img{
		width: 100%;
		height: auto;
		margin-top: 1.5rem;
	}
	.sh_bxl_img img{
		width: 100%;
		height: auto;
	}

	.sh_bxr{
		width: 100%;
		height: auto;
	}
	.sh_bxr img{
		width: 100%;
		height: auto;
	}

	.sh_whb{
		width: 100%;
		height: auto;
		background: #f6f8fa;
		margin-top: 3rem;
		padding: 3rem 0;
	}
	.sh_wh{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 2rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.sh_whl{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.sh_whl img{
		width: 100%;
		height: auto;
	}
	.sh_whr{
		width: 100%;
		height: auto;
		padding-left: 0rem;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.sh_whri{
		width: 46%;
		height: auto;
	}
	.sh_whri_title{
		font-size: 1.5rem;
		font-family: opb;
		color: #000000;
		border-bottom: 3px solid var(--OneColor);
		padding-bottom: 0.5rem;
		margin-bottom: 2rem;
	}
	.sh_whric{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.125rem;
		color: rgba(0,0,0,0.5);
		font-family: opm;
		margin-top: 0.65rem;
	}
	.sh_whric span{
		font-size: 1rem;
		width: 1.4rem;
		height: 1.4rem;
		background: var(--OneColor);
		border-radius: 50%;
		color: #FFFFFF;
		text-align: center;
		margin-left: 0.3rem;
	}

	.sh_wh2{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.sh_wh2l{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.sh_wh2l img{
		width: 100%;
		height: auto;
	}
	.sh_wh2r{
		width: 100%;
		height: auto;
		padding-right: 0rem;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		padding-top: 1rem;
	}
	.sh_wh2ric{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
		margin-top: 1.5rem;
	}
	.sh_wh2ric_1{
		font-size: 1rem;
		width: 1.4rem;
		height: 1.4rem;
		background: var(--OneColor);
		border-radius: 50%;
		color: #FFFFFF;
		text-align: center;
		margin-top: 0.2rem;
	}
	.sh_wh2ric_2{
		width: calc(100% - 2.1rem);
		height: auto;
		font-size: 1.125rem;
		color: rgba(0,0,0,0.5);
		font-family: opm;
	}
	.sh_wh2ric2{
		width: 100%;
		height: auto;
		padding-left: 2.1rem;
		font-size: 1.125rem;
		color: rgba(0,0,0,0.5);
		font-family: opm;
		margin-top: 1rem;
	}
	.sh_wh2ric3{
		width: 100%;
		height: auto;
		padding-left: 2.1rem;
		font-size: 1.125rem;
		color: rgba(221,0,0,0.5);
		font-family: opm;
		margin-top: 0.5rem;
	}

	.sh_fgb{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 3rem;
	}
	.sh_fg_des{
		font-size: 1.125rem;
		color: rgba(0,0,0,0.5);
		font-family: opm;
		margin-top: 1rem;
		text-align: center;
		line-height: 170%;
	}
	.sh_fg{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 3rem;
	}
	.sh_fgi{
		width: 100%;
		height: auto;
		background: #f6f8fa;
		border-radius: 10px;
		padding: 2rem 2rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		margin-top: 1.5rem;
	}
	.sh_fgi:hover{
		-moz-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
		-webkit-box-shadow: 0px 0px 35px 0 rgba(0,0,0,0.08);
		box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
	}
	.sh_fgi_ico{
		width: auto;
		height: 4rem;
		margin: 0 auto;
		font-size: 0;
		text-align: center;
	}
	.sh_fgi_ico img{
		width: auto;
		height: 100%;
	}
	.sh_fgi_title{
		text-align: center;
		font-size: 1.375rem;
		font-family: opb;
		color: #000000;
		margin-top: 1.5rem;
	}
	.sh_fgi_des{
		text-align: center;
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		line-height: 170%;
		margin-top: 0.5rem;
	}


	.sh_sys{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 3rem;
	}
	.sh_sysl{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.sh_sysl img{
		width: 100%;
		height: auto;
	}
	.sh_sysr{
		width: 100%;
		height: auto;
		padding-top: 2rem;
	}
	.sh_sysr .sh_bx_title {
		text-align: left;
	}
	.sh_sysr_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.5);
		line-height: 170%;
		margin-top: 1.5rem;
	}
	.sh_sysr_img{
		width: 100%;
		height: auto;
		font-size: 0;
		margin-top: 3rem;
	}
	.sh_sysr_img img{
		width: 100%;
		height: auto;
	}

	.sh_sys2b{
		width: 100%;
		height: auto;
		background: #f6f8fa;
		margin-top: 3rem;
		padding: 2rem 0;
	}
	.sh_sys2{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.sh_sys2l{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.sh_sys2l img{
		width: 100%;
		height: auto;
	}
	.sh_sys2r{
		width: 100%;
		height: auto;
		padding-top: 2rem;
	}
	.sh_sys2r .sh_bx_title {
		text-align: left;
	}
	.sh_sys2rc{

	}
	.sh_sys2rci{
		font-size: 1.125rem;
		font-family: opm;
		position: relative;
		padding-left: 1rem;
		margin-top: 1.5rem;
	}
	.sh_sys2rci:after{
		position: absolute;
		content: '';
		width: 5px;
		height: 5px;
		font-size: 0;
		border-radius: 50%;
		left: 0;
		top: 0.6rem;
		background: var(--OneColor);
	}

	.sh_zh{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 3rem;
	}
	.sh_zhl{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.sh_zhl img{
		width: 100%;
		height: auto;
	}
	.sh_zhr{
		width: 100%;
		height: auto;
		padding-top: 2rem;
	}
	.sh_zhr .sh_bx_title {
		text-align: left;
	}
	.sh_zhr .sh_sys2rc{
		padding-top: 1.5rem;
	}
	.sh_zhr .sh_sys2rci {
		margin-top: 1rem;
	}

	.sh_xgb{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 3rem;
		background: #f6f8fa;
		padding: 1.5rem 1.5rem;
		padding-bottom: 2rem;
	}
	.sh_xgb_title{
		font-size: 1.5rem;
		font-family: opb;
		color: #000000;
	}
	.sh_xg{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 0.5rem;
	}
	.sh_xgi{
		width: 100%;
		height: auto;
		margin-top: 0.5rem;
	}
	.sh_xgi a{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sh_xgia_s1{
		color: var(--OneColor);
		margin-right: 0.5rem;
		font-family: opm;
		font-size: 1.125rem;
	}
	.sh_xgia_s2{
		display: inline-block;
		width: auto;
		height: auto;
		position: relative;
		font-size: 1.125rem;
		color: #777777;
		font-family: opm;
		padding: 0.3rem 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sh_xgi a:hover .sh_xgia_s2{
		color: var(--OneColor);
	}
	.sh_xgia_s2:after{
		position: absolute;
		content: '';
		width: 0%;
		height: 1px;
		background: var(--OneColor);
		font-size: 0;
		left: 0;
		bottom: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.sh_xgi a:hover .sh_xgia_s2:after{
		width: 100%;
	}
	
	.ser_ly{
		width: 52px;
		height: 52px;
		left: 10px;
		right: auto;
		bottom: 72px;
	}
	.ser_kf{
		width: 52px;
		height: 52px;
		left: 10px;
		right: auto;
		bottom: 10px;
	}
	.ser_top{
		width: 52px;
		height: 52px;
		right: 10px;
		bottom: 10px;
	}
}