/*导航*/
.nav_box{
	width: 100%;
	height: 6rem;
	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: 90%;
	height: 100%;
	margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.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{
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.nav_menu_item{
    width: auto;
    height: 100%;
	position: relative;
}
.nav_menu_item>a{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: auto;
	height: 100%;
	position: relative;
	padding: 0 2.5rem;
	font-size: 1.25rem;
	color: rgba(0,0,0,0.6);
	font-family: opb;
	-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: 3.3rem;
	background: #89c59a;
	border-radius: 3.3rem;
	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.7rem;
	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{
	display: none;
}


/*footer*/
.footer_box{
    width: 100%;
    height: auto;
    background:#2361ad;
    position: relative;
    overflow: hidden;
}
.footer{
    width: 90%;
	height: auto;
	margin: 0 auto;
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footerl{
	width: 30rem;
	height: auto;
	padding-right: 5rem;
	border-right:1px solid rgba(255,255,255,0.1);
	padding-top: 6rem;
	padding-bottom: 4rem;
}
.footerl_logo{
	width: 100%;
	height: auto;
	font-size: 0;
	padding-right: 2rem;
}
.footerl_logo img{
	width: 100%;
	height: auto;
}
.footerl_text{
	font-size: 1rem;
	color: #FFFFFF;
	font-family: opm;
	line-height: 180%;
	margin-top: 2rem;
}

.footerr{
	width: calc(100% - 30rem);
	height: auto;
	padding-top: 6rem;
	padding-left: 6rem;
}
.footerrt{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footerm_item{
    width: auto;
    height: auto;
}
.footerm_item_title{
    font-size: 1.25rem;
    color: #FFFFFF;
    font-family: opb;
    display: block;
    margin-bottom: 2rem;
}
.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: flex-start;
}
.footerms_left{
	width: 22rem;
	height: 3.8rem;
	background: #FFFFFF;
	border-radius: 3.8rem;
	overflow: hidden;
}
.footerms_left input{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 1.125rem;
	padding: 0 1.5rem;
}
.footerms_left2{
	width: 14rem;
	height: 3.8rem;
	background: #FFFFFF;
	border-radius: 3.8rem;
	overflow: hidden;
	margin-left: 0.5rem;
}
.footerms_left2 input{
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	font-size: 1.125rem;
	padding: 0 1.5rem;
}
.footerms_right{
	width: auto;
	height: auto;
	margin-left: 0.5rem;
}
.footerms_right a{
	display: block;
	width: 3.8rem;
	height: 3.8rem;
	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: row;
	justify-content: space-between;
	margin-top: 6rem;
}
.footerrbi{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}
.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: 1rem;
	color: #FFFFFF;
}


.footer_bottomb{
	width: 100%;
	height: auto;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.footer_bottom{
    width: 90%;
	height: auto;
	margin: 0 auto;
    text-align: center;
    padding: 1.5rem 0;
    position: relative;
    z-index: 5;
    color: rgba(255,255,255,0.4);
	font-size: 1rem;
    display: flex;
    flex-direction: row;
    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: left;
}

.footer_bottom_right{
	width: auto;
	height: auto;
    display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}
.footer_bottom_right a{
    margin-left: 2rem;
	width: auto;
	height: 1.5rem;
	font-size: 0;
}
.footer_bottom_right a img{
	width: auto;
	height: 100%;
}

/*nbanner*/
.nbanner{
    width: 100%;
    aspect-ratio: 1920/500;
    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: 1400px;
    width: var(--mainwidth);
    height: 100%;
	margin: 0 auto;
	position: relative;
    z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 4rem;
}
.nbanner_con_title{
    font-size: 3.75rem;
    color: #FFFFFF;
    font-family: opb;
}
.nbanner_conm{
	position: absolute;
	left: 0;
	bottom: 6rem;
    font-size:1.25rem;
	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: 3rem;
	font-family: oph;
	color: #000000;
}

/*联系*/
.lx{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 5rem;
	padding-bottom: 7rem;
}
.lx_ltitle{
	font-size: 1.25rem;
	color: rgba(0,0,0,0.6);
	font-family: opm;
	margin-top: 1rem;
}
.lxc{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.lxci{
	width: 49%;
	height: 4.5rem;
	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: 2rem;
	font-size: 0;
}
.lxci_ico img{
	width: auto;
	height: 100%;
}

.lxci_input{
	width:calc(100% - 3rem);
	height: 3rem;
}
.lxci_input input{
	width: 100%;
	height: 100%;
	font-size: 1.25rem;
	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.25rem;
	font-family: opm;
}

.lxc_btn{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 2rem;
}
.lxc_btn a{
	width: 18rem;
	height: 4.5rem;
	background: #2361ad;
	border-radius: 8px;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.25rem;
	font-family: oph;
	color: #FFFFFF;
}

/*关于*/
.ab_jj{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 7rem;
}
.ab_jjl{
	width: 50%;
	height: auto;
}
.ab_jjlt{
	width: auto;
	height: auto;
	padding-left: 260px;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
}
.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: 3rem;
	font-family: oph;
	color: #000000;
}
.ab_jjltc_2{
	font-size: 0;
	background: #000000;
	width: 7rem;
	height: 1px;
	margin-left: 2rem;
}
.ab_jjlb{
	font-size: 0;
	width: auto;
	height: 15rem;
	margin-top: 1.5rem;
}
.ab_jjlb img{
	width: auto;
	height: 100%;
}


.ab_jjr{
	width: 45%;
	height: auto;
	padding-right: 260px;
	padding-right: calc((100vw - var(--mainwidth)) / 2);
	font-size: 1.25rem;
	color: #2361ad;
	line-height: 170%;
	font-family: opm;
}

.ab_teamb{
	width: 100%;
	height: auto;
	padding: 5rem 0;
}
.ab_team{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.ab_teaml{
	width: 45%;
	height: auto;
	padding-left: 260px;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.ab_teamll{
	width: 50%;
	aspect-ratio: 322/406;
	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: 2.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: 2.312rem;
	font-family: oph;
	color: #2361ad;
}
.ab_teamlr_cn{
	font-size: 1.375rem;
	font-family: opb;
	color: #2361ad;
}

.ab_teamr{
	width: 45%;
	height: auto;
	padding-right: 260px;
	padding-right: calc((100vw - var(--mainwidth)) / 2);
	position: relative;
}
.ab_teamr:after{
	position: absolute;
	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;
}
.ab_teamrc{
	width: 100%;
	height: auto;
	min-height: 100%;
	border-bottom: 5px solid #2361ad;
	font-size: 1.25rem;
	padding-bottom: 1.5rem;
	font-family: opm;
	line-height: 140%;
	color: rgba(0,0,0,0.65);
}
.ab_teamrc p{
	padding-bottom: 0.7rem;
}


.ab_teamb2{
	width: 100%;
	height: auto;
	padding: 5rem 0;
	background: #ebf3f7;
}
.ab_team2{
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: flex-start;
}

.ab_team2l{
	width: 45%;
	height: auto;
	padding-right: 260px;
	padding-right: calc((100vw - var(--mainwidth)) / 2);
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
}
.ab_team2ll{
	width: 50%;
	aspect-ratio: 322/406;
	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: 2.5rem;
}
.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: 2.312rem;
	font-family: oph;
	color: #2361ad;
	text-align: right;
}
.ab_team2lr_cn{
	font-size: 1.375rem;
	font-family: opb;
	color: #2361ad;
	text-align: right;
}

.ab_team2r{
	width: 45%;
	height: auto;
	padding-left: 260px;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	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;
}
.ab_team2rc{
	width: 100%;
	height: auto;
	border-bottom: 5px solid #2361ad;
	font-size: 1.25rem;
	padding-bottom: 1.5rem;
	font-family: opm;
	line-height: 140%;
	color: rgba(0,0,0,0.65);
}
.ab_team2rc p{
	padding-bottom: 0.7rem;
}


/*服务*/
.fw_jj{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 7rem;
}
.fw_jjl{
	width: 39%;
	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: 9rem;
	height: 1px;
	margin-left: 2rem;
}

.fw_jjlb{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 3rem;
}
.fw_jjlb_1{
	width: 12rem;
	height: 3.8rem;
	background: #2361ad;
	border-radius: 3.8rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.125rem;
	font-family: opm;
	color: #FFFFFF;
}
.fw_jjlb_2{
	width: 3.8rem;
	height: 3.8rem;
	background: #89c59a;
	border-radius: 3.8rem;
	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: 61%;
	height: auto;
	font-size: 1.25rem;
	color: rgba(0,0,0,0.65);
	line-height: 160%;
	font-family: opm;
}

.fw_zxb{
	width: 100%;
	height: auto;
	background: #ebf3f7;
	padding: 6rem 0;
	margin-top: 6rem;
}
.fw_zx{
	width: 1400px;
    width: var(--mainwidth);
	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: 2rem;
}
.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: 48%;
	height: auto;
	margin: 0.5rem 0;
	font-family: opm;
	padding-left: 1.2rem;
}
.fw_zxci:after{
	position: absolute;
	content: '';
	font-size: 0;
	width: 6px;
	height: 6px;
	background: #89c59a;
	border-radius: 50%;
	left: 0;
	top: 0.65rem;
}
.fw_zx_bom{
	margin-top: 2rem;
}
.fw_zx_bom a{
	font-size: 1.125rem;
	color: #2361ad;
	font-family: opm;
}

.fw_px{
	width: 1400px;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 6rem;
}

.fw_pxc{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.fw_pxci{
	width: 30%;
	height: auto;
	padding:3rem 4rem;
	background: #ebf3f7;
	border-radius: 15px;
}
.fw_pxci_img{
	text-align: center;
	width: auto;
	height: 7rem;
	font-size: 0;
	margin: 0 auto;
}
.fw_pxci_img img{
	width: auto;
	height: 100%;
}
.fw_pxci_title{
	text-align: center;
	font-size: 1.25rem;
	font-family: opb;
	color: #000000;
	margin-top: 2rem;
}

.fw_px_bom{
	text-align: center;
}

.fw_lx{
	width: 100%;
	height: auto;
	margin-top: 6rem;
	padding-top: 1rem;
	background-image: url("../images/fw_lx_back.jpg");
	background-size: cover;
	background-position: center;
}


/*首页*/
.id_banner{
    width: 100%;
    height: calc(100vh - 6rem);
    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: 90%;
    height: 100%;
	margin: 0 auto;
	position: relative;
    z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 10rem;
}
.id_banner_con_title{
    font-size: 3.75rem;
    color: #FFFFFF;
    font-family: opb;
}

.id_jj_title{
	width: 90%;
	height:1.3rem;
	margin: 0 auto;
	margin-top: 7rem;
	font-size: 0;
}
.id_jj_title img{
	width: auto;
	height: 100%;
}
.id_jj{
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.id_jjl{
	width: 68%;
	height: auto;
}
.id_jjlt{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.id_jjltl{
	width: 30rem;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 1rem;
}
.id_jjltl_title{
	font-size: 3rem;
    font-family: oph;
    color: #000000;
}
.id_jjltr{
	width: calc(100% - 30rem);
	height: auto;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.65);
	font-family: opm;
	line-height: 150%;
	padding-bottom: 2rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.id_jjr{
	width: 27%;
	height: auto;
	font-size: 0;
}
.id_jjr img{
	width: 100%;
	height: auto;
	border-radius: 20px;
}

.id_jjlb{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 4rem;
}
.id_jjlbl{
	width: 12rem;
	height: auto;
}
.id_jjlbl img{
	width: auto;
	height: 4rem;
}
.id_jjlbr{
	width: calc(100% - 12rem);
	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: 22%;
	aspect-ratio: 322/406;
	font-size: 0;
	border-radius: 15px;
	overflow: hidden;
}
.id_jjlbr_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.id_jjlbrc{
	width: 70%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.id_jjlbrc_title{
	font-size: 2.125rem;
	font-family: oph;
	color: #2361ad;
}
.id_jjlbrc_ltitle{
	font-size: 1.375rem;
	font-family: opb;
	color: #2361ad;
	margin-top: 0.5rem;
}
.id_jjlbrc_des{
	margin-top: 2rem;
	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: 4;
    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: flex-end;
    margin-top: 2.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: 90%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 6rem;
}
.id_mbl{
	width: calc(50% - 0.8rem);
	aspect-ratio: 839/631;
	background-image: url("../images/id_jj_back.jpg");
	background-size: cover;
	background-position: center;
	border-radius: 20px;
	overflow: hidden;
	padding: 0 5rem;
	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: 3.75rem;
    font-family: opm;
    color: #FFFFFF;
	margin-top: 1.2rem;
}
.id_mbl_des{
	font-size: 1.125rem;
    font-family: opm;
    color: rgba(255,255,255,0.65);
	margin-top: 1.2rem;
	line-height: 150%;
}

.id_mblb{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 3rem;
}
.id_mblb_1{
	width: 12rem;
	height: 3.8rem;
	background: #89c59a;
	border-radius: 3.8rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.125rem;
	font-family: opm;
	color: #FFFFFF;
}
.id_mblb_2{
	width: 3.8rem;
	height: 3.8rem;
	background: #89c59a;
	border-radius: 3.8rem;
	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: calc(50% - 0.8rem);
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.id_mbrt{
	width: 100%;
	height: calc(50% - 0.8rem);
	font-size: 0;
	overflow: hidden;
	border-radius: 20px;
}
.id_mbrt img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.id_mbrb{
	width: 100%;
	height: calc(50% - 0.8rem);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.id_mbrbl{
	width: calc(63% - 0.8rem);
	height: 100%;
	background: #ebf3f7;
	overflow: hidden;
	border-radius: 20px;
	padding: 3rem;
	position: relative;
}
.id_mbrbl_count{
	font-size: 7rem;
	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: -4rem;
	top: 0.5rem;
	font-size: 5rem;
	font-family: opb;
	line-height: 100%;
	color: #2361ad;
}
.id_mbrbl_title{
	font-size: 1.25rem;
	font-family: opm;
	color: #2361ad;
	margin-top: 1rem;
}

.id_mbrbl_ico{
	width: 3.5rem;
	height: auto;
	position: absolute;
	right: 3rem;
	bottom: 3rem;
	font-size: 0;
}
.id_mbrbl_ico img{
	width: 100%;
	height: auto;
}

.id_mbrbr{
	width: calc(37% - 0.8rem);
	height: 100%;
	background: #dbede1;
	overflow: hidden;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 3rem;
}
.id_mbrbr_title{
	font-size: 2.5rem;
	font-family: oph;
	color: #89c59a;
}
.id_mbrbr_img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.id_mbrbr_img img{
	width: 100%;
	height: auto;
}

.id_fw_title{
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 2.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}
.id_fw_title_a{
	font-size: 1.25rem;
	color: #2361ad;
	font-family: opm;
	border-bottom: 2px solid #2361ad;
	padding-bottom: 0.5rem;
}

.id_fw{
	width: 90%;
	height: auto;
	margin: 0 auto;
	margin-top: 2.5rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 7rem;
}
.id_fwi{
	width: 32%;
	height: auto;
	background: #ebf3f7;
	border-radius: 20px;
	padding: 3rem;
}
.id_fwi_img{
	width: auto;
	height: 7rem;
	font-size: 0;
}
.id_fwi_img img{
	width: auto;
	height: 100%;
}
.id_fwi_title{
	font-size: 1.5rem;
	font-family: oph;
	color: #2361ad;
	margin-top: 2rem;
}
.id_fwi_des{
	font-size: 1.125rem;
	font-family: opm;
	color: rgba(0,0,0,0.65);
	line-height: 150%;
	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.6rem;
	border-radius: 3.6rem;
	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: 50rem;
	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: row;
	justify-content: center;
	margin-top: 2rem;
}
.id_fw_signc_left{
	width: 14rem;
	height: 4.2rem;
	background: #FFFFFF;
	border-radius: 4.2rem;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.1);
	margin-left: 0.5rem;
}
.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: 21rem;
	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: 0.5rem;
}
.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;
}
