@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;
		
    }


	/*导航2*/
	.nav2_bbox{
		width: 100%;
		height: auto;
		position: sticky;
		top: 0;
		z-index: 1000;
		background: #FFFFFF;
		border-top: 4px solid #adadad;
		opacity: 1;
	}
	.nav2_bbox_on{
		opacity: 1;
		z-index: 2000;
	}
	.nav2_bbox::before {
		background-color: #ff0000;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		top: -4px;
		width: 20px;
	}
	.nav2_box{
		width: 100%;
		height: 6rem;
		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);
	}


	.nav2{
		width: 94%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 0px;
	}
	.nav2l{
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.nav2_logo{
		width: auto;
		height: 62%;
		position: relative;
	}
	.nav2_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;
	}


	.nav2_logo img{
		width: auto;
		height: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav2_logo2{
		width: auto;
		height: 65%;
		position: relative;
		margin-left: 2rem;
		font-size: 0;
		margin-top: 4%;
	}

	.nav2_logo2 img{
		width: auto;
		height: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}

	.nav2r{
		display: none;

	}
	.nav2rt{
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}
	.nav2ri{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 2rem;
	}
	.nav2r_ico{
		width: auto;
		height: 1rem;
		font-size: 0;
	}
	.nav2r_ico img{
		width: auto;
		height: 100%;
	}
	.nav2r_text{
		font-size: 0.875rem;
		color: #464646;
		padding-left: 0.5rem;
		font-family: "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
		font-weight: 700;
	}
	.nav2ri2{
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-left: 2rem;
	}




	.nav2_search{
		width: auto;
		height: 2.5rem;
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,1);
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 0.5rem;
	}
	.nav2_search #forms{
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.nav2_search_input{
		width: 23rem;
		height: 100%;
	}
	.nav2_search_input input{
		width: 100%;
		height: 100%;
		background: none;
		border: none;
		font-size: 1rem;
		padding-left: 0.5rem;
		font-family: "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
	}

	.nav2_search_btn{
		width: 3rem;
		height: 100%;
		font-size: 0;
		cursor: pointer;
		background: #000000;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.nav2_search_btn svg{
		width: 45%;
		height: auto;
		fill:#ffffff;
		margin: 0 auto;
	}

	.nav2_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;
	}
	.nav2_btmb::before {
		background-color: #ff0000;
		content: "";
		height: 4px;
		left: 0;
		position: absolute;
		top: -4px;
		width: 20px;
	}
	.nav2_btmb_on{
		opacity: 1;
		z-index: 2000;
	}
	.nav2_btm{
		width: 1040px;
		height: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		padding: 0 30px;
	}

	.nav2_btm_logo{
		width: auto;
		height: 40%;
		position: relative;
	}
	.nav2_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;
	}
	.nav2_btm_logo img{
		width: auto;
		height: 100%;
		margin: 0 auto;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav2_btmr{
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-items: center;
	}
	.nav2_btmr .nav2_search{
		width: auto;
		margin-top: 0;
		margin-left: 2rem;
	}
	.nav2_btmr .nav2_search_input{
		width: 15rem;
	}


	.nav2_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%);
		
	}
	.nav2_mainb_on{
		transform: translateX(0%);
		width: 100%;
		height: auto;
		opacity: 1;
	}
	.nav2_main{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
	}
	.nav2_menu{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
	}
	.nav2_menu_item{
		width: auto;
		height: auto;
		margin-right: 0rem;
		padding: 0 3%;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		position: relative;
	}
	.nav2_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;
	}
	.nav2_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);
	}
	.nav2_menu_item:hover>a:after{
		transform: scaleX(1);
	}

	.nav2_menu_item2{
		width: 94%;
		height: 6rem;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.nav2_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;
	}
	.nav2_menu_item2_1{
		width: auto;
		height: 1.2rem;
		font-size: 0;
	}
	.nav2_menu_item2_1 svg{
		width: auto;
		height: 100%;
		fill:#ffffff;
	}
	.nav2_menu_item2_2{
		padding-left: 0.4rem;
		font-size: 1rem;
		font-family: opm;
		color: #FFFFFF;
	}

	.nav2_menu_item3{
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-right: 1rem;
	}
	.nav2_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;
	}
	.nav2_menu_item3 a:hover{
		border: 1px solid var(--OneColor);
		background: #FFFFFF;
	}
	.nav2_menu_item2_1 svg{
		width: auto;
		height: 100%;
		fill:#ffffff;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav2_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%;
	}



	/*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: 15px;
		font-family: NotoSans-Regular;
		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: 15px;
		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: 15px;
		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;
	}
	
	
	

.footertb2{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	margin-top: 2rem;
}
.footert2{
	width: 94%;
	max-width: 1040px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	z-index: 10;
	padding: 1rem 0px;
}
.footertl2{
	width: 100%;
	height: auto;
	text-align: center;
	color: #999999;
	font-family: "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
	font-size: 1.125rem;
}

.footertr2{
	width: 100%;
}
.footertr_b2{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 1.5rem;
}
.footertr_b2_1{
	font-size: 1rem;
	font-family: "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
	color: #000000;
}
.footertr_b2_2{
	position: relative;
	width: 2rem;
	height: 2rem;
	font-size: 0;
	margin-left: 1.5rem;
	overflow: hidden;
}
.footertr_b2_2:hover{
	overflow: visible;
}
.footertr_b2_2 svg{
	width:100%;
	height: 100%;
	fill: #cccccc;
}
.footertr_b2c{
	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_b2_2:hover .footertr_b2c{
	opacity: 1;
}
.footertr_b2c_title{
	text-align: center;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.3);
	font-family: opm;
}
.footertr_b2cc{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 1rem;
}
.footertr_b2cci{
	width: 11rem;
	height: auto;
	margin: 0 2rem;
}
.footertr_b2cci_img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.footertr_b2cci_img img{
	width: 100%;
	height: auto;
}
.footertr_b2cci_title{
	text-align: center;
	font-size: 1.125rem;
	color: rgba(0,0,0,1);
	font-family: opm;
}

.footertr_b2_3{
	position: relative;
	width: 2rem;
	height: 2rem;
	font-size: 0;
	margin-left: 1.5rem;
}
.footertr_b2_3 svg{
	width:100%;
	height: 100%;
	fill: #cccccc;
}

.footer_bottom_left2{
    display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	height: auto;
	padding: 1rem 0;
}


.footer_bottom_left2 a{
    color: #6b6b6b;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	font-family: NotoSans-Light;
}
.footer_bottom_left2 span{
    font-size: 0;
	width: 1px;
	height: 1rem;
	margin: 0 1rem;
}


.footer_bottomb2{
	height: 5rem;
}

.footer_bottomb2 .footer_bottom{
	width: 100%;
	padding: 0 0px;
}


	/*咨询框*/

	
	.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;
	}

.ser_top2{
	bottom: 10px;
	right: 10px;
}



	/*nbanner*/
	.nbanner{
		width: 100%;
		aspect-ratio: 1920/600;
		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;
	}

	/*ntitle*/
	.ntitle{
		font-size: 3rem;
		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);
	}


	/*表单*/
	.fbox{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: calc(0px - 100vw * 600 / 1920);
		position: relative;
		z-index: 10;
	}
	.fbox2{
		width: 94%;
	}
	.fbox_title{
		width: 100%;
		height: 8rem;
		line-height: 8rem;
		text-align: center;
		font-size: 2rem;
		font-weight: bold;
		color: #FFFFFF;
	}
	.fm{
		width: 100%;
		height: auto;
		background: #FFFFFF;
		padding: 1.5rem;
		padding-bottom:2rem;
		-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);
	}
	.fmt{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction:row;
		justify-content: space-between;
		align-items: flex-end;
		border-bottom: 1px solid rgba(0,0,0,0.1);
		padding-bottom: 1.5rem;
	}
	.fmt{
		margin-top: 2rem;
	}
	.fmtl{
		display: flex;
		flex-direction:row;
		justify-content: flex-start;
		align-items: flex-end;
		font-size: 1.5rem;
		font-weight: bold;
		color: #000000;
		line-height: 100%;
	}
	.fmtl span{
		font-size: 1rem;
		color: #636363;
		line-height: 100%;
		font-weight: normal;
	}
	.fmtl span font{
		color: var(--OneColor);
	}
	.fmtr{
		font-size: 1rem;
		color: #636363;
		line-height: 100%;
		font-family: opm;
	}
	.fmi{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		margin-top: 1rem;
	}
	.fmi_title{
		font-size: 1.125rem;
		font-family: opb;
		color: #000000;
		width: 100%;
		text-align: right;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		line-height: 100%;
		padding-top: 1.1rem;
	}
	.fmi_title font{
		color: var(--OneColor);
		padding-top: 0.5rem;
		padding-left: 0.5rem;
		font-family: opr;
		font-size: 1.125rem;
		display: block;
		width: 1rem;
	}
	.fmic{
		width: 100%;
		height: auto;
		padding-left: 0rem;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1rem;
	}
	.fmic_input{
		width: 100%;
		height: 3.5rem;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 0 1rem;
		font-size: 1.125rem;
	}
	.fmic_input2{
		width: 20rem;
		height: 3.5rem;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 0 1rem;
		font-size: 1.125rem;
	}
	.fmic_text{
		width: 100%;
		height: 8rem;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 1rem 1rem;
		font-size: 1.125rem;
		font-family: opm;
	}
	.fmic_getcode{
		width: 9rem;
		height: 3rem;
		margin-left: 1rem;
		cursor: pointer;
	}

	.fmic2{
		width: 100%;
		height: auto;
		padding-left: 0rem;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		font-size: 1.125rem;
		font-family: opm;
	}
	.fmic_check{
		width: 1.5rem;
		height: 1.5rem;
	}
	.fmic2 font{
		color: var(--OneColor);
		padding-top: 0.3rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
		font-family: opr;
		font-size: 1.125rem;
	}
	.fmic2 a{
		color: var(--OneColor);
		font-family: opr;
		font-size: 1.125rem;
	}
	.fmic_btn{
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 18rem;
		height: 4rem;
		font-size: 1.25rem;
		font-family: opm;
		color: #FFFFFF;
		background: var(--OneColor);
		text-align: center;
		border-radius: 4rem;
		margin-top: 1rem;
	}

	.fmic_sel{
		width: 100%;
		height: 3.5rem;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 0 0.6rem;
		font-size: 1.125rem;
	}
	.fmic_sel2{
		width: 15rem;
		height: 3.5rem;
		border: 1px solid rgba(0,0,0,0.1);
		padding: 0 0.6rem;
		font-size: 1.125rem;
	}

	.fmbtn{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 1.5rem;
	}
	#area2box{
		margin-left: 1rem;
	}
	
}