@media screen and (max-width:1023px)and (min-width:300px)
{
	/*导航*/
	.nav_box{
		width: 100%;
		height: 5rem;
		background: #FFFFFF;
		position: sticky;
		top: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		z-index: 1000;
		-moz-box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.02);
		-webkit-box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.02);
		box-shadow: 0px 10px 10px 0 rgba(0,0,0,0.02);
	}


	.nav{
		width: 100%;
		height: 100%;
		margin: 0 auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		position: relative;
		padding: 0 3%;
		padding-right: calc(25px + 2.5rem);
	}

	.nav_logo{
		width: auto;
		height: 60%;
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.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_main{
		width: auto;
		height: 100%;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.nav_menu{
		position: absolute;
		width: 100%;
		height: 0;
		overflow: hidden;
		display: flex;
		flex-direction: column;
		justify-content: center;
		top: 100%;
		background: #FFFFFF;
		left: 0;
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_menu_on{
		opacity: 1;
		height: auto;
		padding: 1.5rem 0;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.nav_menu_item{
		width: auto;
		height: auto;
		position: relative;
		text-align: center;
		margin: 0.6rem 0;
	}
	.nav_menu_item>a{
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		width: auto;
		height: auto;
		position: relative;
		padding: 0 2.5rem 0 0;
		font-size: 1.25rem;
		color: rgba(0,0,0,0.6);
		font-family: opm;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		overflow: hidden;
	}
	.nav_menu_item_on>a{
		color: rgba(0,0,0,1);
	}
	.nav_menu_item:hover>a{
		color: rgba(0,0,0,1);
	}
	.nav_menu_item>a span{
		position: relative;
		z-index: 5;
	}
	.nav_menu_item span{
		position: relative;
		width: auto;
		height: auto;
	}
	.nav_menu_item span:after{
		position: absolute;
		content: '';
		width: 7px;
		height: 7px;
		font-size: 0;
		border-radius: 50%;
		background: #89c59a;
		right: -1.5rem;
		top: calc(50% - 3px);
		opacity: 0;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_menu_item_on span:after{
		opacity: 1;
	}

	.nav_lag{
		width: auto;
		height: auto;
		position: relative;
	}
	.nav_lagt{
		width: 8rem;
		height: 2.6rem;
		background: #89c59a;
		border-radius: 2.6rem;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		position: relative;
		z-index: 5;
	}
	.nav_lagt_text{
		font-size: 1rem;
		color: #FFFFFF;
	}
	.nav_lagt_ico{
		width: auto;
		height: 1.3rem;
		font-size: 0;
		margin-left: 0.5rem;
	}
	.nav_lagt_ico svg{
		width: auto;
		height: 100%;
		fill:#ffffff;
	}
	.nav_lagc{
		position: absolute;
		width: 100%;
		height: 0;
		overflow: hidden;
		background: #FFFFFF;
		top: 0%;
		left: 0;
		padding-top: 0rem;
		padding-bottom: 0rem;
		line-height: 190%;
		z-index: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
		border-radius: 3.3rem 3.3rem 0 0;
		-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);
	}
	.nav_lag:hover .nav_lagc{
		height: auto;
		padding-top: 4rem;
		padding-bottom: 0.4rem;
	}
	.nav_lagc a{
		font-size: 1rem;
		color: rgba(0,0,0,0.6);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.nav_lagc a:hover{
		color: rgba(0,0,0,1.00);
	}

	
	  	
    .menubtn{
        width: 25px;
        position: absolute;
        right: 3%;
        top: calc(50% - 10px);
        z-index: 10;
        display: block;
		
    }
    /* nav-icon-5 */
    .nav-icon-5{  width: 25px; z-index: 20;  height: 20px;  cursor: pointer;}
    .nav-icon-5 span{  background-color:#2361ad;  position: absolute;  border-radius:3px;  transition: 0.3s cubic-bezier(.8, .5, .2, 1.4);  width:100%;  height: 3px;  transition-duration: 500ms}
       
        .nav_box2 .nav-icon-5 span{
            background-color:#FFFFFF;
        }
        .nav_box2_on .nav-icon-5 span{
            background-color:#000000;
        }
    .nav-icon-5 span:nth-child(1){  top:0px;  left: 0px;}
    .nav-icon-5 span:nth-child(2){  top:8px;  left: 0px;  opacity:1;}
    .nav-icon-5 span:nth-child(3){  bottom:0px;  left: 0px;}
    .nav-icon-5:not(.open):hover span:nth-child(1){  transform: rotate(0deg) scaleY(1.1);}
    .nav-icon-5:not(.open):hover span:nth-child(2){  transform: rotate(0deg) scaleY(1.1);}
    .nav-icon-5:not(.open):hover span:nth-child(3){  transform: rotate(0deg) scaleY(1.1);}
    .nav-icon-5.open span:nth-child(1){  transform: rotate(45deg);  top: 8px;}
    .nav-icon-5.open span:nth-child(2){  opacity:0;}
    .nav-icon-5.open span:nth-child(3){  transform: rotate(-45deg);  top: 8px;}



	/*footer*/
	.footer_box{
		width: 100%;
		height: auto;
		background:#2361ad;
		position: relative;
		overflow: hidden;
	}
	.footer{
		width: 94%;
		height: auto;
		margin: 0 auto;
		position: relative;
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.footerl{
		width: 100%;
		height: auto;
		padding-right: 0rem;
		border-right:0px solid rgba(255,255,255,0.1);
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
	.footerl_logo{
		width: 100%;
		height: auto;
		font-size: 0;
		padding-right: 0rem;
		text-align: center;
	}
	.footerl_logo img{
		width: auto;
		height: 9rem;
	}
	.footerl_text{
		font-size: 1.125rem;
		color: #FFFFFF;
		font-family: opm;
		line-height: 180%;
		margin-top: 1rem;
	}

	.footerr{
		width: 100%;
		height: auto;
		padding-top: 0rem;
		padding-left: 0rem;
	}
	.footerrt{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.footerm_item{
		width: 100%;
		height: auto;
		text-align: center;
	}
	.footerm_item_title{
		font-size: 1.375rem;
		color: #FFFFFF;
		font-family: opm;
		display: block;
		margin-bottom: 2rem;
		text-align: center;
	}
	.footerm_item_con{
		display: block;
		font-size: 1.125rem;
		font-family: opr;
		color: rgba(255,255,255,0.4);
		margin-top: 0.7rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.footerms{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	.footerms_left{
		width: 22rem;
		height: 4.2rem;
		background: #FFFFFF;
		border-radius: 4.2rem;
		overflow: hidden;
	}
	.footerms_left input{
		width: 100%;
		height: 100%;
		background: none;
		border: none;
		font-size: 1.25rem;
		padding: 0 1.5rem;
	}
	.footerms_left2{
		width: 14rem;
		height: 4.2rem;
		background: #FFFFFF;
		border-radius: 4.2rem;
		overflow: hidden;
		margin-left: 0.5rem;
	}
	.footerms_left2 input{
		width: 100%;
		height: 100%;
		background: none;
		border: none;
		font-size: 1.25rem;
		padding: 0 1.5rem;
	}
	.footerms_right{
		width: auto;
		height: auto;
		margin-left: 0.5rem;
	}
	.footerms_right a{
		display: block;
		width: 4.2rem;
		height: 4.2rem;
		font-size: 0;
		background: #89c59a;
		border-radius: 50%;
		overflow: hidden;
	}
	.footerms_right a img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}

	.footerrb{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 1rem;
	}
	.footerrbi{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1rem;
	}
	.footerrbi_ico{
		display: block;
		width: 4.2rem;
		height: 4.2rem;
		font-size: 0;
		background: #89c59a;
		border-radius: 50%;
		overflow: hidden;
	}
	.footerrbi_ico img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.footerrbi_text{
		padding-left: 1rem;
		width: auto;
		height: auto;
		max-width: 18rem;
		font-size: 1.125rem;
		color: #FFFFFF;
	}


	.footer_bottomb{
		width: 100%;
		height: auto;
		border-top: 1px solid rgba(255,255,255,0.1);
		margin-top: 2rem;
	}
	.footer_bottom{
		width: 94%;
		height: auto;
		margin: 0 auto;
		text-align: center;
		padding: 2rem 0;
		position: relative;
		z-index: 5;
		color: rgba(255,255,255,0.4);
		font-size: 1.125rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: center;
		line-height: 170%;
	}
	.footer_bottom a{
		color: rgba(255,255,255,0.4);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.footer_bottom a:hover{
		color: rgba(255,255,255,1);
	}
	.footer_bottom_left{
		text-align: center;
	}

	.footer_bottom_right{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-top: 1.5rem;
	}
	.footer_bottom_right a{
		margin-left: 1rem;
		margin-right: 1rem;
		width: auto;
		height: 2rem;
		font-size: 0;
	}
	.footer_bottom_right a img{
		width: auto;
		height: 100%;
	}

	/*nbanner*/
	.nbanner{
		width: 100%;
		aspect-ratio: 1920/1000;
		height: calc(100vw * 1000 / 1920);
		position: relative;
	}
	.nbanner_img{
		position: absolute;
		width: 100%;
		height: 100%;
		font-size: 0;
		z-index: 0;
		left: 0;
		top: 0;
	}
	.nbanner_img img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.nbanner_con{
		width: 94%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding-bottom: 2rem;
	}
	.nbanner_con_title{
		font-size: 3rem;
		color: #FFFFFF;
		font-family: opb;
	}
	.nbanner_conm{
		position: absolute;
		left: 0;
		bottom: 6rem;
		font-size:1.125rem;
		color: #FFFFFF;
		font-family: opb;
		text-transform: uppercase;
		margin-top: 1rem;
	}
	.nbanner_conm a{
		color: #FFFFFF;
	}
	.nbanner_conm span{
		font-family: "宋体";
		padding: 0 0.3rem;
		font-weight: bold;
	}


	/*ntitle*/
	.ntitle{
		font-size: 2.5rem;
		font-family: opm;
		color: #000000;
	}

	/*联系*/
	.lx{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 3rem;
		padding-bottom: 3rem;
	}
	.lx_ltitle{
		font-size: 1.125rem;
		color: rgba(0,0,0,0.6);
		font-family: opm;
		margin-top: 0.5rem;
	}
	.lxc{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.lxci{
		width: 100%;
		height: 4rem;
		background: #ebf3f7;
		border-radius: 8px;
		border: 3px solid #2361ad;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 1rem;
		padding: 0 1rem;
	}
	.lxci_ico{
		width: auto;
		height: 1.5rem;
		font-size: 0;
	}
	.lxci_ico img{
		width: auto;
		height: 100%;
	}

	.lxci_input{
		width:calc(100% - 2rem);
		height: 3rem;
	}
	.lxci_input input{
		width: 100%;
		height: 100%;
		font-size: 1.125rem;
		background: none;
		border: none;
	}

	.lxci2{
		width: 100%;
		height: 10rem;
		background: #ebf3f7;
		border-radius: 8px;
		border: 3px solid #2361ad;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		margin-top: 1rem;
		padding: 1rem 1rem;
	}
	.lxci2 textarea{
		width:100%;
		height: 100%;
		background: none;
		border: none;
		font-size: 1.125rem;
		font-family: opm;
	}

	.lxc_btn{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 1rem;
	}
	.lxc_btn a{
		width: 14rem;
		height: 4rem;
		background: #2361ad;
		border-radius: 8px;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 1.25rem;
		color: #FFFFFF;
	}

	/*关于*/
	.ab_jj{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 3rem;
	}
	.ab_jjl{
		width: 100%;
		height: auto;
	}
	.ab_jjlt{
		width: auto;
		height: auto;
		padding-left:0;
	}
	.ab_jjlt_img{
		width: auto;
		height:1.3rem;
		font-size: 0;
	}
	.ab_jjlt_img img{
		width: auto;
		height: 100%;
	}
	.ab_jjltc{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1.5rem;
	}
	.ab_jjltc_1{
		font-size: 2.5rem;
		font-family: opm;
		color: #000000;
	}
	.ab_jjltc_2{
		font-size: 0;
		background: #000000;
		width: 6rem;
		height: 1px;
		margin-left: 1rem;
	}
	.ab_jjlb{
		font-size: 0;
		width: 100%;
		height: auto;
		margin-top: 1.5rem;
	}
	.ab_jjlb img{
		width: 100%;
		height: auto;
	}


	.ab_jjr{
		width: 100%;
		height: auto;
		padding-right: 0;
		font-size: 1.125rem;
		color: #2361ad;
		line-height: 170%;
		font-family: opm;
		margin-top: 2rem;
	}

	.ab_teamb{
		width: 100%;
		height: auto;
		padding: 3rem 0;
	}
	.ab_team{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}
	.ab_teaml{
		width: 94%;
		height: auto;
		margin: 0 auto;
		padding-left: 0;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
	}
	.ab_teamll{
		width: 50%;
		aspect-ratio: 322/406;
		height: calc(94vw * 0.5 * 406 / 322);
		border-radius: 20px;
		overflow: hidden;
		font-size: 0;
	}
	.ab_teamll img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.ab_teamlr{
		width: 50%;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
		font-size: 0;
		background: #ebf3f7;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 1.5rem;
	}
	.ab_teamlr_ico{
		position: absolute;
		width: 80%;
		height: auto;
		overflow: hidden;
		top: -1rem;
		right: -2rem;
		font-size: 0;
		opacity: 0.1;
	}
	.ab_teamlr_ico img{
		width: 100%;
		height: auto;
	}
	.ab_teamlr_en{
		font-size: 1.75rem;
		font-family: oph;
		color: #2361ad;
	}
	.ab_teamlr_cn{
		font-size: 1.25rem;
		font-family: opm;
		color: #2361ad;
	}

	.ab_teamr{
		width: 94%;
		height: auto;
		margin: 0 auto;
		padding-right: 0;
		position: relative;
		margin-top: 1.5rem;
	}
	.ab_teamr:after{
		content: '';
		width: 0px;
		height: 0px;
		position: absolute;
		pointer-events: none;
		top: 0.5rem;
		left: -5rem;
		border-color: transparent transparent transparent #2361ad;
		border-width: 15px;
		border-style: solid;
		display: none;
	}
	.ab_teamrc{
		width: 100%;
		height: auto;
		min-height: 100%;
		border-bottom: 5px solid #2361ad;
		font-size: 1.125rem;
		padding-bottom: 1.5rem;
		font-family: opm;
		line-height: 160%;
		color: rgba(0,0,0,0.65);
	}
	.ab_teamrc p{
		padding-bottom: 0.7rem;
	}


	.ab_teamb2{
		width: 100%;
		height: auto;
		padding: 3rem 0;
		background: #ebf3f7;
	}
	.ab_team2{
		width: 100%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: flex-start;
	}

	.ab_team2l{
		width: 94%;
		height: auto;
		margin: 0 auto;
		padding-right: 0;
		display: flex;
		flex-direction: row-reverse;
		justify-content: flex-start;
	}
	.ab_team2ll{
		width: 50%;
		aspect-ratio: 322/406;
		height: calc(94vw * 0.5 * 406 / 322);
		border-radius: 20px;
		overflow: hidden;
		font-size: 0;
	}
	.ab_team2ll img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.ab_team2lr{
		width: 50%;
		height: auto;
		border-radius: 20px;
		overflow: hidden;
		font-size: 0;
		background: #FFFFFF;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding: 2rem;
	}
	.ab_team2lr_ico{
		position: absolute;
		width: 80%;
		height: auto;
		overflow: hidden;
		top: -1rem;
		left: -2rem;
		font-size: 0;
		opacity: 0.1;
	}
	.ab_team2lr_ico img{
		width: 100%;
		height: auto;
	}
	.ab_team2lr_en{
		font-size: 1.75rem;
		font-family: oph;
		color: #2361ad;
		text-align: right;
	}
	.ab_team2lr_cn{
		font-size: 1.25rem;
		font-family: opm;
		color: #2361ad;
		text-align: right;
	}

	.ab_team2r{
		width: 94%;
		height: auto;
		margin: 0 auto;
		padding-left: 0;
		position: relative;
	}
	.ab_team2r:after{
		position: absolute;
		content: '';
		width: 0px;
		height: 0px;
		pointer-events: none;
		top: 0.5rem;
		right: -5rem;
		border-color: transparent #2361ad transparent transparent;
		border-width: 15px;
		border-style: solid;
		display: none;
	}
	.ab_team2rc{
		width: 100%;
		height: auto;
		border-bottom: 5px solid #2361ad;
		font-size: 1.125rem;
		padding-bottom: 1.5rem;
		font-family: opm;
		line-height: 160%;
		color: rgba(0,0,0,0.65);
		margin-top: 1.5rem;
	}
	.ab_team2rc p{
		padding-bottom: 0.7rem;
	}


	/*服务*/
	.fw_jj{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 3rem;
	}
	.fw_jjl{
		width: 100%;
		height: auto;
	}
	.fw_jjl_img{
		width: auto;
		height:1.3rem;
		font-size: 0;
	}
	.fw_jjl_img img{
		width: auto;
		height: 100%;
	}
	.fw_jjlc{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		margin-top: 1.5rem;
	}

	.fw_jjlc_2{
		font-size: 0;
		background: rgba(0,0,0,0.1);
		width: 7rem;
		height: 1px;
		margin-left: 1rem;
	}

	.fw_jjlb{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		margin-top: 1rem;
	}
	.fw_jjlb_1{
		width: 12rem;
		height: 4rem;
		background: #2361ad;
		border-radius: 4rem;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 1.25rem;
		font-family: opm;
		color: #FFFFFF;
	}
	.fw_jjlb_2{
		width: 4rem;
		height: 4rem;
		background: #89c59a;
		border-radius: 4rem;
		font-size: 0;
		overflow: hidden;
		margin-left: 0.5rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.fw_jjlb_2 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;
	}
	.fw_jjlb_2:hover img{
		transform: rotate(45deg);
	}

	.fw_jjr{
		width: 100%;
		height: auto;
		font-size: 1.125rem;
		color: rgba(0,0,0,0.65);
		line-height: 170%;
		font-family: opm;
		margin-top: 1.5rem;
	}

	.fw_zxb{
		width: 100%;
		height: auto;
		background: #ebf3f7;
		padding: 3rem 0;
		margin-top: 3rem;
	}
	.fw_zx{
		width: 94%;
		height: auto;
		margin: 0 auto;
	}
	.fw_zx_des{
		width: 100%;
		height: auto;
		font-size: 1.125rem;
		line-height: 170%;
		color: rgba(0,0,0,0.65);
		font-family: opm;
		margin-top: 1rem;
	}
	.fw_zxc{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 1rem;
	}
	.fw_zxci{
		font-size:1.125rem;
		color: rgba(0,0,0,0.65);
		position: relative;
		width: 100%;
		height: auto;
		margin: 0.5rem 0;
		font-family: opm;
		padding-left: 0.9rem;
	}
	.fw_zxci:after{
		position: absolute;
		content: '';
		font-size: 0;
		width: 5px;
		height: 5px;
		background: #89c59a;
		border-radius: 50%;
		left: 0;
		top: 0.55rem;
	}
	.fw_zx_bom{
		margin-top: 1rem;
	}
	.fw_zx_bom a{
		font-size: 1.125rem;
		color: #2361ad;
		font-family: opm;
	}

	.fw_px{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 3rem;
	}

	.fw_pxc{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 1rem;
	}
	.fw_pxci{
		width: 100%;
		height: auto;
		padding:2rem 2rem;
		background: #ebf3f7;
		border-radius: 15px;
		margin-top: 1rem;
	}
	.fw_pxci_img{
		text-align: center;
		width: auto;
		height: 5rem;
		font-size: 0;
		margin: 0 auto;
	}
	.fw_pxci_img img{
		width: auto;
		height: 100%;
	}
	.fw_pxci_title{
		text-align: center;
		font-size: 1.125rem;
		font-family: opm;
		color: #000000;
		margin-top: 1rem;
	}

	.fw_px_bom{
		text-align: center;
		margin-top: 2rem;
	}

	.fw_lx{
		width: 100%;
		height: auto;
		margin-top: 3rem;
		padding-top: 0.1rem;
		background-image: url("../images/fw_lx_back.jpg");
		background-size: cover;
		background-position: center;
	}


	/*首页*/
	.id_banner{
		width: 100%;
		height: 55vh;
		position: relative;
	}
	.id_banner_img{
		position: absolute;
		width: 100%;
		height: 100%;
		font-size: 0;
		z-index: 0;
		left: 0;
		top: 0;
	}
	.id_banner_img img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.id_banner_con{
		width: 94%;
		height: 100%;
		margin: 0 auto;
		position: relative;
		z-index: 5;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-content: center;
		padding-bottom: 7rem;
	}
	.id_banner_con_title{
		font-size: 3rem;
		color: #FFFFFF;
		font-family: opb;
		text-align: center;
	}

	.id_jj_title{
		width: 94%;
		height:1.3rem;
		margin: 0 auto;
		margin-top: 3rem;
		font-size: 0;
	}
	.id_jj_title img{
		width: auto;
		height: 100%;
	}
	.id_jj{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 3rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.id_jjl{
		width: 100%;
		height: auto;
	}
	.id_jjlt{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.id_jjltl{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 1rem;
	}
	.id_jjltl_title{
		font-size: 2.5rem;
		font-family: opm;
		color: #000000;
	}
	.id_jjltr{
		width: 100%;
		height: auto;
		font-size: 1.125rem;
		color: rgba(0,0,0,0.65);
		font-family: opm;
		line-height: 160%;
		padding-bottom: 2rem;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}

	.id_jjr{
		width: 100%;
		height: auto;
		font-size: 0;
		margin-top: 1rem;
	}
	.id_jjr img{
		width: 100%;
		height: auto;
		border-radius: 10px;
	}

	.id_jjlb{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 2rem;
	}
	.id_jjlbl{
		width: 12rem;
		height: auto;
		display: none;
	}
	.id_jjlbl img{
		width: auto;
		height: 4rem;
	}
	.id_jjlbr{
		width: 100%;
		height: auto;
	}
	.id_jjlbr_sw{
		width: 100%;
		height: auto;
	}
	.id_jjlbr_sw .swiper-slide{
		width: 100%;
		height: auto;
	}
	.id_jjlbr_sw .swiper-slide a{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.id_jjlbr_img{
		width: 30%;
		aspect-ratio: 322/406;
		height: calc(94vw * 0.3 * 406 / 322);
		font-size: 0;
		border-radius: 10px;
		overflow: hidden;
	}
	.id_jjlbr_img img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	.id_jjlbrc{
		width: 65%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.id_jjlbrc_title{
		font-size: 1.5rem;
		font-family: oph;
		color: #2361ad;
	}
	.id_jjlbrc_ltitle{
		font-size: 1.125rem;
		font-family: opm;
		color: #2361ad;
		margin-top: 0.5rem;
	}
	.id_jjlbrc_des{
		margin-top: 1rem;
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.65);
		line-height: 140%;
		 display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.id_jjlbr_pagination{
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
		top: auto;
		z-index: 10;
		bottom: 0;
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 1.5rem;
	}

	.id_jjlbr_pagination .swiper-pagination-bullet { 
		display: inline-block; 
		width:0.8rem; 
		height:0.8rem;  
		background: #e5e8eb;
		border-radius: 50%;
		margin: 0 0.3rem;
		cursor: pointer;  
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_jjlbr_pagination .swiper-pagination-bullet-active{ 
		background: #2361ad;
	}

	.id_mb{
		width: 94%;
		height: auto;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-top: 3rem;
	}
	.id_mbl{
		width: 100%;
		aspect-ratio: 839/631;
		height: calc(94vw * 631 / 839);
		background-image: url("../images/id_jj_back.jpg");
		background-size: cover;
		background-position: center;
		border-radius: 10px;
		overflow: hidden;
		padding: 0 2rem;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.id_mbl_img{
		width: auto;
		height:1.3rem;
		font-size: 0;
	}
	.id_mbl_img img{
		width: auto;
		height: 100%;
	}
	.id_mbl_title{
		font-size: 2.5rem;
		font-family: opm;
		color: #FFFFFF;
		margin-top: 0.5rem;
	}
	.id_mbl_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(255,255,255,0.65);
		margin-top: 0.5rem;
		line-height: 160%;
	}

	.id_mblb{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: flex-start;
		margin-top: 1.5rem;
	}
	.id_mblb_1{
		width: 12rem;
		height: 3.5rem;
		background: #89c59a;
		border-radius: 3.5rem;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		font-size: 1.25rem;
		font-family: opm;
		color: #FFFFFF;
	}
	.id_mblb_2{
		width: 3.5rem;
		height: 3.5rem;
		background: #89c59a;
		border-radius: 3.5rem;
		font-size: 0;
		overflow: hidden;
		margin-left: 0.5rem;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_mblb_2 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_mblb_2:hover img{
		transform: rotate(45deg);
	}


	.id_mbr{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.id_mbrt{
		width: 100%;
		height: auto;
		font-size: 0;
		overflow: hidden;
		border-radius: 10px;
		margin-top: 1rem;
	}
	.id_mbrt img{
		width:100%;
		height: auto;
		object-fit: cover;
		object-position: center;
	}

	.id_mbrb{
		width: 100%;
		height: auto;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin-top: 1rem;
	}

	.id_mbrbl{
		width: calc(60% - 0.5rem);
		height: auto;
		background: #ebf3f7;
		overflow: hidden;
		border-radius: 10px;
		padding: 2rem;
		position: relative;
	}
	.id_mbrbl_count{
		font-size: 4rem;
		font-family: oph;
		color: #2361ad;
		line-height: 100%;
	}
	.id_mbrbl_count span{
		width: auto;
		height: auto;
		position: relative;
	}
	.id_mbrbl_count span:after{
		position: absolute;
		content: '+';
		right: -2rem;
		top: 0.5rem;
		font-size: 3rem;
		font-family: opb;
		line-height: 100%;
		color: #2361ad;
	}
	.id_mbrbl_title{
		font-size: 1.125rem;
		font-family: opm;
		color: #2361ad;
		margin-top: 1rem;
	}

	.id_mbrbl_ico{
		width: 2.5rem;
		height: auto;
		position: absolute;
		right: 2rem;
		bottom: 2rem;
		font-size: 0;
	}
	.id_mbrbl_ico img{
		width: 100%;
		height: auto;
	}

	.id_mbrbr{
		width: calc(40% - 0.5rem);
		height: auto;
		background: #dbede1;
		overflow: hidden;
		border-radius: 10px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding: 2rem;
	}
	.id_mbrbr_title{
		font-size: 1.75rem;
		font-family: opm;
		color: #89c59a;
	}
	.id_mbrbr_img{
		width: 100%;
		height: auto;
		font-size: 0;
	}
	.id_mbrbr_img img{
		width: 100%;
		height: auto;
	}

	.id_fw_title{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 1.5rem;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-end;
	}
	.id_fw_title_a{
		font-size: 1.125rem;
		color: #2361ad;
		font-family: opm;
		border-bottom: 2px solid #2361ad;
		padding-bottom: 0.5rem;
	}

	.id_fw{
		width: 94%;
		height: auto;
		margin: 0 auto;
		margin-top: 1rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		padding-bottom: 3rem;
	}
	.id_fwi{
		width: 100%;
		height: auto;
		background: #ebf3f7;
		border-radius: 10px;
		padding: 2rem;
		margin-top: 1rem;
	}
	.id_fwi_img{
		width: auto;
		height: 4rem;
		font-size: 0;
	}
	.id_fwi_img img{
		width: auto;
		height: 100%;
	}
	.id_fwi_title{
		font-size: 1.5rem;
		font-family: opm;
		color: #2361ad;
		margin-top: 1rem;
	}
	.id_fwi_des{
		font-size: 1.125rem;
		font-family: opm;
		color: rgba(0,0,0,0.65);
		line-height: 170%;
		margin-top: 1rem;
	}
	.id_fwi_btn{
		margin-top: 2rem;
	}
	.id_fwi_btn a{
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		width: auto;
		height: 3.2rem;
		border-radius: 3.2rem;
		padding: 0 2rem;
		font-size: 1.125rem;
		color: #2361ad;
		font-family: opm;
		border: 1px solid rgba(0,0,0,0.1);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_fwi_btn a:hover{
		background: #2361ad;
		border: 1px solid #2361ad;
		color: #FFFFFF;
	}

	.id_fw_signbox{
		width: 100%;
		height: 100vh;
		position: fixed;
		z-index: -1;
		opacity: 0;
		left: 0;
		top: 0;
		background: rgba(0,0,0,0.8);
		display: flex;
		flex-direction: column;
		justify-content: center;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_fw_signbox_on{
		z-index: 2000;
		opacity: 1;
	}
	.id_fw_sign{
		width: 80%;
		height: auto;
		margin: 0 auto;
		background: #FFFFFF;
		border-radius: 20px;
		padding: 4rem 0;
		position: relative;
	}
	.id_fw_sign_btn{
		position: absolute;
		font-size: 0;
		width: 1.5rem;
		height: 1.5rem;
		right: 1.2rem;
		top: 1.2rem;
		cursor: pointer;
	}
	.id_fw_sign_btn svg{
		width: 100%;
		height: 100%;
		fill:#2361ad;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		transition: all 0.5s;
	}
	.id_fw_sign_btn:hover svg{
		transform: rotate(360deg);
	}

	.id_fw_sign_title{
		font-size: 1.5rem;
		font-family: opm;
		text-align: center;
	}


	.id_fw_signc{
		width: auto;
		height: auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 2rem;
		margin-top: 2rem;
	}
	.id_fw_signc_left{
		width: 100%;
		height: 4.2rem;
		background: #FFFFFF;
		border-radius: 4.2rem;
		overflow: hidden;
		border: 1px solid rgba(0,0,0,0.1);
		margin-left: 0rem;
		margin-top: 1rem;
	}
	.id_fw_signc_left input{
		width: 100%;
		height: 100%;
		background: none;
		border: none;
		font-size: 1.25rem;
		padding: 0 1.5rem;
	}
	.id_fw_signc_left2{
		width: 100%;
		height: 4.2rem;
		background: #FFFFFF;
		border-radius: 4.2rem;
		overflow: hidden;
		border: 1px solid rgba(0,0,0,0.1);
	}
	.id_fw_signc_left2 input{
		width: 100%;
		height: 100%;
		background: none;
		border: none;
		font-size: 1.25rem;
		padding: 0 1.5rem;
	}
	.id_fw_signc_right{
		width: auto;
		height: auto;
		margin-left: 0rem;
		margin: 0 auto;
		margin-top: 1rem;
	}
	.id_fw_signc_right a{
		display: block;
		width: 4.2rem;
		height: 4.2rem;
		font-size: 0;
		background: #89c59a;
		border-radius: 50%;
		overflow: hidden;
	}
	.id_fw_signc_right a img{
		width:100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}