/*导航*/
.yd_nav_box{
	width: 100%;
	height: 10vh;
	position: sticky;
	top: 0;
	z-index: 1000;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(0,0,0,0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	
}	
.yd_nav_box_wh{
	position: fixed;
	top: 0;
}

.yd_nav{
	width: 78vw;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	position: static;
}

.yd_nav_logo{
	width: auto;
	height: 100%;
	position: relative;
	text-align: left;
}
.yd_nav_logo>a{
	width: auto;
	height: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	font-size: 0;
}
.yd_nav_logo img{
	width: auto;
	height: 3.2vh;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yd_nav_main{
	width: auto;
	height: 100%;
	position: static;
}
.yd_nav_meun{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.yd_nav_meun_tiem{
	width: auto;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 1.5rem;
}
.yd_nav_meun_tiem2{
	position: relative;
}
.yd_nav_meun_tiem>a{
	height: 100%;
	font-size: 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.yd_nav_meun_tiem:hover>a{
	color: var(--OneColor);
	font-weight: bold;
}
.yd_nav_meun_tiemon>a{
	color: var(--OneColor);
	font-weight: bold;
}
.yd_nav_meun_tiem>a:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	background: var(--OneColor);
	bottom: -1px;
	left: 0;
	transform: scaleX(0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_nav_meun_tiem:hover>a:after{
	transform: scaleX(1);
}
.yd_nav_meun_tiemon>a:after{
	transform: scaleX(1);
}

.yd_nav_dow{
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(255,255,255,1);
	top: 10vh;
	left: 0;
	border-top: 1px solid rgba(0,0,0,0.06);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	z-index: -1;
}
.yd_nav_meun_tiem:hover .yd_nav_dow{
	height: auto;
	opacity: 1;
	z-index: 5;
}
.yd_nav_dow_l{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1.5rem 0;
	position: relative;
}
.yd_nav_dow_l:after{
	position: absolute;
	content: '';
	width: 1px;
	height: calc(100% - 4rem);
	background: rgba(0,0,0,0.1);
	top: 2rem;
	left: 35%;
}
.yd_nav_dow_left{
	width: 35%;
	height: auto;
	font-size: 1.5rem;
	color: var(--OneColor);
	font-family: opb;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: right;
	padding-right: 3rem;
}
.yd_nav_dow_right{
	width: 65%;
	height: auto;
	min-height: 7rem;
	padding: 0 30px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 40px;
}
.yd_nav_dow_right>a{
	font-size: 1.25rem;
	height: 2rem;
	line-height: 2rem;
	color: #000000;
	font-family: opm;
	margin: 1rem 0;
	margin-right: 2rem;
	background-repeat: no-repeat;
	background-size: 2rem 1.5rem;
	padding-right: 2.2rem;
	background-position: right bottom;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_nav_dow_right>a:hover{
	color: var(--OneColor);
	background-image: url("/images/nav_aon.svg");
}
.yd_nav_dow_right>a.yd_nav_dow_right_aon{
	color: var(--OneColor);
	background-image: url("/images/nav_aon.svg");
}
.yd_nav_dow_item{
	position: static;
	margin:10px 0;
	margin-right: 2rem;
}
.yd_nav_dow_item_title{
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
}
.yd_nav_dow_item_title span{
	display: inline-block;
	width: auto;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.125rem;
	padding:0 1rem;
	font-family: opm;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.yd_nav_dow_item_on .yd_nav_dow_item_title span{
	color: var(--OneColor);
}
.yd_nav_dow_item_title span:after{
	position: absolute;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	background-image: url("/images/nav_arr.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0;
	top: 0.7rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_nav_dow_item_on .yd_nav_dow_item_title span:after{
	background-image: url("/images/nav_arr2.svg");
	transform: rotate(90deg);
}
.yd_nav_dow_item_title span:before {
    content: '';
	width: 0px;
	height: 0px;
    position: absolute;
    pointer-events: none;
    bottom: -10px;
    left: calc(50% - 10px);
    border-color: transparent transparent #ffffff transparent;
    border-width: 10px;
    border-style: solid;
	opacity: 0;
	z-index: 20;
}
.yd_nav_dow_item_on .yd_nav_dow_item_title span:before{
	opacity: 1;
}
.yd_nav_dow_item_con{
	position: absolute;
	width: auto;
	height: auto;
	top: 2rem;
	display: none;
	z-index: 10;
	left: 0;
}
.yd_nav_dow_item_con_top{
	width: auto;
	height: 10px;
	position: relative;
}
.yd_nav_dow_item_con_con{
	width: auto;
	height: auto;
	padding: 0.5rem 0.5rem;
	background: #FFFFFF;
	-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);
	border-radius: 5px;
}
.yd_nav_dow_item_on .yd_nav_dow_item_con{
	display: block;
}
.yd_nav_dow_item_con a{
	color: #979797;
	font-size: 1rem;
	margin: 0 0.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_nav_dow_item_con a:hover{
	color: var(--OneColor);
}

/*nbanner*/
.yd_nbanner{
	width: 100%;
	height: calc(100vw * 787 / 1920);
	position: relative;
}
.yd_nbanner_img{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}
.yd_nbanner_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


/*footer*/
.yd_footer{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 4rem;
	background: #eff2f6;
	border-radius: 10px;
	margin-top: 10vh;
}
.yd_footer_top{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_footer_menu{
	text-align: left;
}
.yd_footer_menu a{
	font-size: 1.125rem;
	color: #000000;
	margin-right: 4rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_footer_menu a:hover{
	color: var(--OneColor);
}

.yd_footer_contact{
	margin-top: 3.5rem;
}
.yd_footer_contact_tiem{
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: 1rem;
	background-repeat: no-repeat;
	background-position:left 0.2rem ;
	background-size: auto 1rem;
	padding-left: 1.5rem;
}
.yd_footer_contact_tiem_tel{
	background-image: url("/images/footer_tel.svg");
}
.yd_footer_contact_tiem_address{
	background-image: url("/images/footer_address.svg");
}

.yd_footer_right{
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.yd_footer_right_item{
	margin-left: 2rem;
	text-align: center;
	font-size: 1rem;
}
.yd_footer_right_item img{
	width: 106px;
	height: 106px;
}

.yd_footer_bottom{
	margin-top: 3rem;
	font-size: 1rem;
}
.yd_footer_bottom a{
	color: #000000;
	margin-right: 2.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_footer_bottom a:hover{
	color: var(--OneColor);
}
.yd_footer_copy{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	text-align: center;
	padding: 2rem 0;
}
.yd_footer_copy a{
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_footer_copy a:hover{
	color: var(--OneColor);
}
/*保险服务-保单托管*/
.yd_bdtg_video{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.yd_bdtg_video_item{
	display: block;
	width: 48%;
	height: calc(78vw * 0.48 * 378 / 714);
	height: calc(var(--mainwidth) * 0.48 * 378 / 714);
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	margin-top: 4%;
}
.yd_bdtg_video_item_img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.yd_bdtg_video_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bdtg_video_item:hover .yd_bdtg_video_item_img img{
	transform: scale(1.03);
}
.yd_bdtg_video_item_back{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bdtg_video_item:hover .yd_bdtg_video_item_back{
	background: rgba(0,0,0,0.2);
}
.yd_bdtg_video_item_btn{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.yd_bdtg_video_item_btn svg{
	width: 6rem;
	height: 6rem;
	fill:#ffffff;
	margin: 0 auto;
}

.yd_bdtg_ys{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.yd_bdtg_ys_item{
	width: 100%;
	height: auto;
	padding: 2rem 0;
	text-align: center;
	border: 1px solid #e3eff6;
	border-radius: 10px;
	margin-top: 4%;
	background: #FFFFFF;
	font-size: 1.375rem;
	line-height: 160%;
}

/*保险经纪顾问优势*/
.yd_gwys_box{
	width: 100%;
	height: auto;
	/*background-image: url("/images/bx_gwys_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
	padding-top: 40vh;
}
.yd_gwys{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	padding: 6rem;
	padding-top: 5rem;
	border-radius: 10px;
	position: relative;
}
.yd_gwys_back{
	width: 50%;
	height: 90%;
	position: absolute;
	z-index: 0;
	left: 5%;
	top: 5%;
}
.yd_gwys_back2{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	width: 100%;
	height: 70%;
	background-image: url("/images/yd_gwys_img.png");
	background-position: 90% bottom;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.yd_gwys_back img{
	width:auto;
	height: 100%;
}
.yd_gwys_title{
	font-size: 3.625rem;
	color: var(--OneColor);
	font-weight: bold;
	position: relative;
	z-index: 5;
}
.yd_gwys_des{
	font-size: 1.25rem;
	color: #000000;
	margin-top: 2rem;
	position: relative;
	z-index: 5;
}
.yd_gwys_ys_lbox{
	width: 40%;
	height: auto;
	margin-top: 5.5rem;
	position: relative;
	z-index: 5;
}
.yd_gwys_ltitle{
	font-size: 1.75rem;
	color: var(--OneColor);
	font-weight: bold;
}
.yd_gwys_ys_title{
	font-size: 1.375rem;
	color: var(--OneColor);
	font-family: opm;
	margin-top: 2rem;
	position: relative;
	padding-left: 4.5rem;
}
.yd_gwys_ys_title:before{
	position: absolute;
	content: '';
	width: 3.5rem;
	height: 2px;
	background: var(--OneColor);
	left: 0;
	top: calc(50% - 1px);
}
.yd_gwys_ys_con{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.yd_gwys_ys_con span{
	display: block;
	width: 48%;
	height: auto;
	padding: 2rem 0;
	font-size: 1.375rem;
	color: #FFFFFF;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	text-align: center;
	margin-top: 4%;
	border-radius: 10px;
}

/*理赔保证书*/
.yd_lpbzs_box{
	width: 100%;
	height: auto;
	padding-top: 40vh;
	/*background-image: url("/images/lpbzs_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
}
.yd_lpbzs{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.yd_lpbzs_title{
	font-size: 3.625rem;
	font-weight: bold;
	color: var(--OneColor);
}
.yd_lpbzs_con{
	width: 100%;
	height: calc(78vw * 0.397 * 341 / 596);
	height: calc(var(--mainwidth) * 0.397 * 341 / 596);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.yd_lpbzs_con_left{
	width: 55%;
	height: auto;
	font-size: 1.25rem;
	line-height: 160%;
}

.yd_lpbzs_con_right{
	width: 39.7%;
	height: 100%;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.yd_lpbzs_con_right_img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.yd_lpbzs_con_right_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_lpbzs_con_right:hover .yd_lpbzs_con_right_img img{
	transform: scale(1.03);
}
.yd_lpbzs_con_right_back{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_lpbzs_con_right:hover .yd_lpbzs_con_right_back{
	background: rgba(0,0,0,0.2);
}
.yd_lpbzs_con_right_btn{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.yd_lpbzs_con_right_btn svg{
	width: 6rem;
	height: 6rem;
	fill:#ffffff;
	margin: 0 auto;
}

.yd_lpbzs_case1{
	width: 100%;
	height: calc(78vw * 0.31 * 655 / 469);
	height: calc(var(--mainwidth) * 0.31 * 655 / 469);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 10rem;
}
.yd_lpbzs_case1_left{
	width: 32%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.yd_lpbzs_case1_left 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;
}
.yd_lpbzs_case1_right{
	width: 55%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_lpbzs_case_title{
	font-size: 1.5rem;
	font-weight: bold;
	color: #000000;
	margin-top: 4rem;
}
.yd_lpbzs_case_con{
	margin-top: 2rem;
	font-size: 1.125rem;
	line-height: 170%;
}
.yd_lpbzs_case_con img{
	border-radius: 10px;
	max-width: 100%;
}
.yd_lpbzs_case2{
	width: 100%;
	height: auto;
	margin-top: 8rem;
}

/*售后回访表*/
.yd_shhf_box{
	width: 100%;
	height: auto;
	padding-top: 60vh;
	/*background-image: url("/images/shhf_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
	
}
.yd_shhf{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_shhf_left{
	width: 40%;
	height: auto;
}
.yd_lpbzs_con{
	font-size: 1.25rem;
	line-height: 160%;
	margin-top: 2rem;
}
.yd_shhf_right{
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_shhf_right img{
	width: 48.5%;
	height: auto;
}

/*养老管家*/
.yd_ylgj_box{
	width: 100%;
	height: auto;
	padding-top: 89vh;
	/*background-image: url("/images/ylgj_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
	position: relative;
}
.yd_ylgj_box_title{
	font-size: 3.625rem;
	font-weight: bold;
	color: var(--OneColor);
	position: absolute;
	width: auto;
	height: auto;
	padding: 0 7rem;
	padding-left: 11vw;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	height: 11rem;
	line-height: 11rem;
	background: #FFFFFF;
	left: 0;
	top: 30vh;
	border-top-right-radius: 5.5rem;
	border-bottom-right-radius: 5.5rem;
}
.yd_ylgj{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 3rem 4rem;
	background: #FFFFFF;
	border-radius: 10px;
}
.yd_ylgj_item{
	width: 22.75%;
	height: calc((78vw - 8rem) * 0.2275 * 421 / 310);
	height: calc((var(--mainwidth) - 8rem) * 0.2275 * 421 / 310);
	overflow: hidden;
	border-radius: 10px;
}
.yd_ylgj_item img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yd_ylgj_lc_box{
	width: 100%;
	height: auto;
	background-image: url("/images/ylgj_lc_back.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 1rem;
}
.yd_ylgj_lc{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.yd_ylgj_lc_item{
	width: 100%;
	height: auto;
	padding: 2.5rem 0;
	text-align: center;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	margin-top: 4%;
	border-radius: 10px;
	font-size: 1.25rem;
	color: #FFFFFF;
	line-height: 170%;
	position: relative;
	overflow: hidden;
}
.yd_ylgj_lc_item:after{
	position: absolute;
	content: attr(text);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 7.5rem;
	color: rgba(255,255,255,0.1);
	text-align: center;
	font-family: gb;
	line-height: 70%;
	padding-top: 2rem;
	font-style: oblique;
}


/*保险咨询服务*/
.yd_zxfw_box{
	width: 100%;
	height: auto;
	padding-top: 50vh;
/*	background-image: url("/images/zxfw_back.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;*/
	position: relative;
	padding-bottom: 10rem;
}
.yd_zxfw{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 5rem;
}
.yd_zxfw_title{
    font-size: 3.375rem;
    color: var(--OneColor);
    font-family: rzzy;
}
.yd_zxfw_con{
	font-size: 1.25rem;
	line-height: 170%;
	margin-top: 4rem;
}

/*董事长致辞*/
.yd_dszzc_box{
	width: 100%;
	height: 89vh;
	position: relative;
	background-image: url("/images/dszzc_back.jpg");
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
.yd_dszzc_logo{
	position: fixed;
	height: 1.7rem;
	width: auto;
	bottom: 1.5rem;
	left: 5rem;
	z-index: 10;
}
.yd_dszzc_logo img{
	height: 100%;
}
.yd_dszzc_title{
	font-size: 3.625rem;
	color: var(--OneColor);
	font-weight: bold;
	text-align: center;
}
.yd_dszzc{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	position: relative;
	margin-top: 2rem;
}
.yd_dszzc_img{
	position: absolute;
	width: 25%;
	height: auto;
	left: -3%;
	bottom: 0;
	font-size: 0;
}
.yd_dszzc_img img{
	width: 100%;
	height: auto;
}
.yd_dszzc_con{
	width: 100%;
	height: auto;
	font-size: 1.25rem;
	color: #FFFFFF;
	font-family: opm;
	line-height: 180%;
	position: relative;
	padding: 3rem 6rem;
	padding-left: 27%;
	overflow: hidden;
}
.yd_dszzc_con_back{
	width: 100%;
	height: 150%;
	text-align: center;
	position: absolute;
	z-index: -1;
	top: -25%;
	left: 0;
	text-align: center;
}
.yd_dszzc_con_back img{
	opacity: 0.05;
	width: auto;
	height: 100%;
}


/*公司采访*/
.yd_gscf_box{
	width: 100%;
	height: auto;
	position: relative;
/*	background-image: url("/images/gscf_back.jpg");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: no-repeat;*/
	padding-top: 30vh;
}
.yd_gscf{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.yd_gscf_con{
	width: 100%;
	height: auto;
	background: #ffffff;
	border-radius: 10px;
	padding: 3rem 3rem;
	margin-top: 2rem;
}
.yd_gscf_top{
	width: 100%;
	height: calc(78vw * 0.48 * 434 / 653);
	height: calc(var(--mainwidth) * 0.48 * 434 / 653);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 1rem;
}
.yd_gscf_top_left{
	display: block;
	width: 48%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.yd_gscf_top_left_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	
}
.yd_gscf_top_left_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_gscf_top_left:hover .yd_gscf_top_left_img img{
	transform: scale(1.03);
}
.yd_gscf_top_left_title{
	position: absolute;
	width: 100%;
	height: 3.5rem;
	line-height: 3.5rem;
	background: rgba(0,0,0,0.8);
	padding: 0 1.5rem;
	font-size: 1.125rem;
	color: #FFFFFF;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	left: 0;
	bottom: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_gscf_top_left:hover .yd_gscf_top_left_title{
	background: var(--OneColor);
}

.yd_gscf_top_right{
	width: 48%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_gscf_top_right_title{
	font-size: 1.875rem;
	font-weight: bold;
	color: var(--OneColor);
}

.yd_gscf_top_right_item{
	padding: 1.5rem 0;
}
.yd_gscf_top_right_item2{
	border-top: 1px solid rgba(0,0,0,0.1);
}

.yd_gscf_top_right_item:hover .yd_gscf_list_item_title{
	color: var(--OneColor);
}
.yd_gscf_top_right_item:hover .yd_gscf_list_item_time{
	color: #000000;
}
.yd_gscf_top_right_item:hover .yd_gscf_list_item_des{
	color: #000000;
}
.yd_gscf_top_right_btn{
	margin-top: 0.5rem;
}
.yd_gscf_top_right_btn a{
	display: inline-block;
	width: auto;
	height: 2.5rem;
	line-height: 2.5rem;
	color: #FFFFFF;
	font-size: 1rem;
	padding: 0 2rem;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-radius: 50px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yd_gscf_top_right_btn a:hover{
	padding: 0 2.5rem;
}

.yd_gscf_list{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
	padding: 0 1rem;
}
.yd_gscf_list_item{
	display: block;
	width: 48%;
	height: auto;
	padding: 1.5rem 1.5rem;
	position: relative;
	margin-top: 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_gscf_list_item:hover{
}
.yd_gscf_list_item_back{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	z-index: -1;
	overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}
.yd_gscf_list_item:hover .yd_gscf_list_item_back{
	opacity: 1;
}
.yd_gscf_list_item_back img{
	width: auto;
	height: 300%;
	position: absolute;
	right: 0;
	top: -100%;
	opacity: 0.05;
}
.yd_gscf_list_item_title{
	font-size: 1.375rem;
	color: #000000;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_gscf_list_item:hover .yd_gscf_list_item_title{
	color: #FFFFFF;
}
.yd_gscf_list_item_time{
	font-size: 1rem;
	color: #7e7e7e;
	margin-top: 0.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_gscf_list_item:hover .yd_gscf_list_item_time{
	color: #FFFFFF;
}
.yd_gscf_list_item_des{
	font-size: 1rem;
	color: #7e7e7e;
	line-height: 150%;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-top: 0.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_gscf_list_item:hover .yd_gscf_list_item_des{
	color: #FFFFFF;
}

/*企业文化*/
.section{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
	padding-top: 10vh;
}
.sectionbox6{
	padding-top: 0;
}
.sectionbox7{
	padding-top: 0;
}



/*价值观*/
.yd_jzg_box{
	width: 100%;
	height: 100%;
	position: relative;
	background-image: url("/images/jzg_back.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_jzg_title{
	font-size: 2.5rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 0.4rem;
}
.yd_jzg{
	width: 65%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 4rem;
}
.yd_jzg_item{
	width: 21%;
	height: auto;
	background: #FFFFFF;
	padding: 1rem;
	border-radius: 10px;
}
.yd_jzg_item_img{
	width: 100%;
	height: auto;
	font-size: 0;
}
.yd_jzg_item_img img{
	width: 100%;
	height: auto;
}
.yd_jzg_item_title{
	text-align: center;
	font-size: 1.75rem;
	font-weight: bold;
	color: var(--OneColor);
	margin-top: 1rem;
}

.yd_jzg_menu{
	width: 15rem;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index: 100;
}
.yd_jzg_menu a{
	display: block;
	height: 3.5rem;
	line-height: 3.5rem;
	font-size: 1.25rem;
	color: var(--OneColor);
	background: #cbd8e6;
	margin: 0.6rem 0;
	padding-left: 3rem;
	font-family: opm;
	border-top-right-radius: 3.5rem;
	border-bottom-right-radius: 3.5rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_jzg_menu a span{
	display: block;
	width: auto;
	height: auto;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0rem;
	
}
.yd_jzg_menu a.yd_jzg_menu_yj span{
	background-image: url("/images/ab_ico_yj.svg");
}
.yd_jzg_menu a.yd_jzg_menu_jzg span{
	background-image: url("/images/ab_ico_jzg.svg");
}
.yd_jzg_menu a.yd_jzg_menu_sm span{
	background-image: url("/images/ab_ico_sm.svg");
}
.yd_jzg_menu a.yd_jzg_menu_pp span{
	background-image: url("/images/ab_ico_pp.svg");
}
.yd_jzg_menu a.yd_jzg_menu_aon{
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
}
.yd_jzg_menu a:hover{
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
}
.yd_jzg_menu a.yd_jzg_menu_aon span{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.5rem;
	padding-left: 2rem;
	color: #FFFFFF;
}
.yd_jzg_menu a:hover span{
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 1.5rem;
	padding-left: 2rem;
	color: #FFFFFF;
}


/*品牌故事*/
.yd_pp_box{
	width: 100%;
	height: auto;
	position: relative;
}
.yd_pp_box1{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/images/pp_back1.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-size: 1.5rem;
	color: #FFFFFF;
	font-family: opm;
	line-height: 180%;
	text-align: center;
	position: relative;
}

.yd_pp_arr{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0rem;
	z-index: 50;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-align: center;
}
.yd_pp_arr span{
	display: block;
	width: 100%;
	height: auto;
	text-align: center;
}
.yd_pp_arr span img{
	width: 3.5rem;
	height: 3.5rem;
}
.yd_pp_arr span:nth-child(1){
	
}
.yd_pp_arr span:nth-child(2){
	transform: translate(0,-2.8rem);
}
.yd_pp_arr span:nth-child(2) img{
	width: 3.1rem;
	height: 3.1rem;
}
.yd_pp_box1_con{
	width: 100%;
	height: auto;
	padding-bottom: 4rem;
}
.yd_pp_box2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background: #0659aa;
	font-size: 1.5rem;
	color: #FFFFFF;
	font-family: opm;
	line-height: 180%;
	text-align: center;
	padding: 6rem 0;
}
.yd_pp_box2_con{
	width: 100%;
	height: auto;
}

.yd_pp_box3{
	width: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-image: url("/images/pp_back2.jpg");
	background-size: cover;
	background-position: center;
	font-size: 1.5rem;
	color: #FFFFFF;
	font-family: opm;
	line-height: 180%;
	text-align: center;
	padding-top: 11vh;
}
.yd_pp_box3_con{
	width: 100%;
	height: 38%;
	color:var(--OneColor); 
	display: flex;
	flex-direction: column;
	justify-content: center;
}



/*使命目标*/
.yd_sm_box{
	width: 100%;
	height: auto;
	position: relative;
}
.yd_sm_box1{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/images/sm_back.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	font-size: 1.5rem;
	color: #FFFFFF;
	font-family: opm;
	line-height: 180%;
	text-align: center;
	position: relative;
}
.yd_sm_box1_title{
	font-size: 3.75rem;
	color: var(--OneColor); 
	font-weight: bold;
}
.yd_sm_box1_con{
	font-size: 1.75rem;
	color: var(--OneColor); 
	width: 100%;
	height: auto;
	font-family: opm;
	line-height: 200%;
	margin-top: 3rem;
}

.yd_sm_mb_box{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_sm_mb_title{
	font-size: 3.75rem;
	color: var(--OneColor); 
	font-weight: bold;
	text-align: center;
	margin-top: 1rem;
}
.yd_sm_mb{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}
.yd_sm_mb_item{
	width: calc(33.33% - 4.5vh);
	height: auto;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	padding: 1.5rem;
	margin-right: 2.25vh;
	margin-left: 2.25vh;
	margin-top: 4.5vh;
	border-radius: 10px;
}
.yd_sm_mb_item_img{
	width: auto;
	height: 23vh;
}
.yd_sm_mb_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yd_sm_mb_item_title{
	font-size: 1.375rem;
	color: #FFFFFF;
	font-family: opm;
	text-align: center;
	margin-top: 1rem;
}


/*四大优势*/
.yd_sdys_box{
	width: 100%;
	height: 89vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: url("/images/sdys_back.jpg");
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
}
.yd_sdys_title{
	width: auto;
	height: 6.5rem;
	line-height: 6.5rem;
	margin: 0 auto;
	padding: 0 5rem;
	font-size: 3.375rem;
	color: var(--OneColor);
	font-family: oph;
	background: #FFFFFF;
	letter-spacing: 0.5rem;
	border-radius: 6rem;
}
.yd_sdys{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 12rem;
}
.yd_sdys_item{
	width: 22.75%;
	height: auto;
	background-image: linear-gradient(to bottom,#eaeff5,#ecf0f5);
	border-radius: 10px;
	position: relative;
	padding: 1.5rem 4rem;
}
.yd_sdys_item1:before{
	width: calc(13rem * 377 / 264);
	height: 13rem;
	position: absolute;
	content: '';
	background-image: url("/images/sdys_line1.png");
	background-size: cover;
	background-position: center;
	left: 50%;
	top: -13rem;
}
.yd_sdys_item2:before{
	width: calc(13rem * 139 / 254);
	height: 13rem;
	position: absolute;
	content: '';
	background-image: url("/images/sdys_line2.png");
	background-size: cover;
	background-position: center;
	left: 50%;
	top: -13rem;
}
.yd_sdys_item3:before{
	width: calc(13rem * 139 / 254);
	height: 13rem;
	position: absolute;
	content: '';
	background-image: url("/images/sdys_line3.png");
	background-size: cover;
	background-position: center;
	right: 50%;
	top: -13rem;
}
.yd_sdys_item4:before{
	width: calc(13rem * 377 / 264);
	height: 13rem;
	position: absolute;
	content: '';
	background-image: url("/images/sdys_line4.png");
	background-size: cover;
	background-position: center;
	right: 50%;
	top: -13rem;
}

.yd_sdys_item_back{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.yd_sdys_item_back img{
	width: auto;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 25%;
}
.yd_sdys_item_count{
	position: relative;
	z-index: 5;
	font-size: 3.625rem;
	font-family: oph;
	color: var(--OneColor);
}
.yd_sdys_item_title{
	position: relative;
	z-index: 5;
	font-size: 1.5rem ;
	font-family: opb;
	padding-top: 0.5rem;
}


/*价值观*/
.yd_yj_box{
	width: 100%;
	height: 89vh;
	position: relative;
	background-image: url("/images/yj_back.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_yj_con{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 4.375rem;
	font-family: opm;
	color: var(--OneColor);
	padding-bottom: 15vh;
}
/*关于我们-信息披露-公开信息披露*/
.yd_xxpl_banner{
	width: 100%;
	height: calc(100vw * 400 / 1920);
	position: relative;
}
.yd_xxpl_banner_img{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
}
.yd_xxpl_banner_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yd_xxpl_banner_con{
	width: auto;
	height: 9rem;
	line-height: 9rem;
	border-top-right-radius: 6rem;
	border-bottom-right-radius: 6rem;
	background: rgba(255,255,255,0.9);
	position: absolute;
	left: 0;
	top: calc(50% - 4.5rem);
	padding-left: 11vw;
	padding-left: calc((100vw - var(--mainwidth)) / 2);
	padding-right: 8rem;
	font-size: 3rem;
	font-family: oph;
	color: var(--OneColor);
}

.yd_xxpl{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.yd_xxpl_left{
	width: 21%;
	height: auto;
}
.yd_xxpl_left_box{
	width: 100%;
	height: auto;
	position: sticky;
	top: calc(11vh + 1rem);
}
.yd_xxpl_left_top{
	width: 100%;
	height: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}
.yd_xxpl_left_top span{
	display: inline-flex;
	width: auto;
	height: auto;
	margin: 0 auto;
	font-size: 1.75rem;
	padding-left: 3rem;
	font-family: opm;
	color: #FFFFFF;
	background-image: url("/images/xxpl_ico.svg");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: left center;
}
.yd_xxpl_left_con{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	text-align: center;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
}
.yd_xxpl_left_con a{
	display: block;
	height: 5rem;
	line-height: 5rem;
	font-size: 1.375rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_xxpl_left_con a:hover{
	background: #e3ebf4;
}
.yd_xxpl_left_con a.yd_xxpl_left_con_aon{
	background: #e3ebf4;
}
.yd_xxpl_left_con a span{
	display: inline-block;
	width: auto;
	height: auto;
	position: relative;
}
.yd_xxpl_left_con a span:after{
	width: 0.7rem;
	height: 0.7rem;
	position: absolute;
	content: '';
	background-image: url("/images/xxpl_a_ico.svg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right center;
	top: calc(50% - 0.35rem);
	right: -2rem;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_xxpl_left_con a:hover span:after{
	opacity: 1;
}
.yd_xxpl_left_con a.yd_xxpl_left_con_aon span:after{
	opacity: 1;
}
.yd_xxpl_right{
	width: 75%;
	height: auto;
}
.yd_xxpl_right_title{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 1.375rem;
	color: #000000;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.yd_xxpl_right_title img{
	width: 1.2rem;
	height: 1.2rem;
	margin-left: 1rem;
	margin-top: 1rem;
}

.yd_xxpl_right_con{
	width: 100%;
	height: auto;
	border-radius: 5px;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
	padding: 3rem;
	margin-top: 2rem;
}
.yd_xxpl_gkxxcon_title{
	width: 100%;
	height: 5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 1.5rem;
	color: #FFFFFF;
	font-family: opm;
}
.yd_xxpl_right_con_item{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 0.6%;
}
.yd_xxpl_gkxxcon{
	width: 49.7%;
	height: 6.5rem;
	line-height: 6.5rem;
	background: #f3f7f9;
	text-align: center;
}
.yd_xxpl_gkxxcon a{
	font-size: 1rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_xxpl_gkxxcon a:hover{
	color: var(--OneColor);
}

/*互联网信息*/

.yd_xxpl_hlwcon_top_title{
	font-size: 2rem;
	color: #000000;
	text-align: center;
	margin-top: 4rem;
}

.yd_xxpl_hlwcon_top_ltitle{
	font-size: 1.125rem;
	color: #000000;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 3rem;
	line-height: 180%;
}

.yd_xxpl_hlwcon_top_ltitle a{
	color: var(--OneColor);
	text-decoration: underline;
}

.yd_xxpl_hlwcon_title{
	width: 100%;
	height: auto;
	padding: 1.6rem 0;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
	font-family: opm;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_xxpl_hlwcon_title>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_hlwcon_title_item1{
	width: 13%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_hlwcon_title_item2{
	width: 45.6%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_hlwcon_title_item3{
	width: 13%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_hlwcon_title_item4{
	width: 13%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_hlwcon_title_item5{
	width: 13%;
}

.yd_xxpl_hlwcon_con{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1rem;
	color: #000000;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_xxpl_hlwcon_con>div{
	height: auto;
	padding: 1.5rem 0;
	background: #f3f7f9;
	margin-top: 0.6%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_hlwcon_con_item1{
	width: 13%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_hlwcon_con_item2{
	width: 45.6%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_hlwcon_con_item3{
	width: 13%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_hlwcon_con_item4{
	width: 13%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_hlwcon_con_item5{
	width: 13%;
}
.yd_xxpl_hlwcon_con>div>a{
	display: block;
	width: auto;
	height: auto;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.yd_xxpl_hlwcon_con>div>a:hover{
	color: var(--OneColor);
}


.yd_xxpl_sbox{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: -10;
	opacity: 0;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_xxpl_sbox_on{
	z-index: 1500;
	opacity: 1;
}
.yd_xxpl_s{
	width: 50%;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.yd_xxpl_s_title{
	width: 100%;
	height: auto;
	padding: 1.6rem 0;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
	font-family: opm;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_xxpl_s_title>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_xxpl_s_title>div.yd_xxpl_s_title_item1{
	width: 79.4%;
}
.yd_xxpl_s_title>div.yd_xxpl_s_title_item2{
	width: 20%;
}
.yd_xxpl_s_conbox{
	width: 100%;
	height: auto;
}
.yd_xxpl_s_con{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1rem;
	color: #000000;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_xxpl_s_con>div{
	height: auto;
	padding: 1.5rem 0;
	background: #f3f7f9;
	margin-top: 0.6%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.yd_xxpl_s_con>div.yd_xxpl_s_con_item1{
	width: 79.4%;
}
.yd_xxpl_s_con>div.yd_xxpl_s_con_item2{
	width: 20%;
}
.yd_xxpl_s_con a{
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_xxpl_s_con a:hover{
	color: var(--OneColor);
}




.yd_xxpl_sbox2{
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: -10;
	opacity: 0;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
	display: flex;
	flex-direction: column;
	justify-content: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_xxpl_sbox2_on{
	z-index: 1500;
	opacity: 1;
}
.yd_xxpl_s2{
	width: 50%;
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.yd_xxpl_s2_title{
	width: 100%;
	height: auto;
	padding: 1.6rem 0;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 1rem;
	color: #FFFFFF;
	font-family: opm;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_xxpl_s2_title>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_xxpl_s2_title>div.yd_xxpl_s2_title_item1{
	width: 100%;
}
.yd_xxpl_s2_conbox{
	width: 100%;
	height: auto;
}
.yd_xxpl_s2_con{
	width: 100%;
	height: auto;
	text-align: center;
	font-size: 1rem;
	color: #000000;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_xxpl_s2_con>div{
	height: auto;
	padding: 1.5rem 0;
	background: #f3f7f9;
	margin-top: 0.6%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
.yd_xxpl_s2_con>div.yd_xxpl_s2_con_item1{
	width: 100%;
}



/*平台清单*/
.yd_xxpl_hlwcon_title>div.yd_xxpl_wlptcon_title_item1{
	width: 8%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_wlptcon_title_item2{
	width: 31%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_wlptcon_title_item3{
	width: 13%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_wlptcon_title_item4{
	width: 10%;
}
.yd_xxpl_hlwcon_title>div.yd_xxpl_wlptcon_title_item5{
	width: 35.6%;
}


.yd_xxpl_hlwcon_con>div.yd_xxpl_wlptcon_con_item1{
	width: 8%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_wlptcon_con_item2{
	width: 31%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_wlptcon_con_item3{
	width: 13%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_wlptcon_con_item4{
	width: 10%;
}
.yd_xxpl_hlwcon_con>div.yd_xxpl_wlptcon_con_item5{
	width: 35.6%;
	padding: 1.5rem 2rem;
	text-align: left;
}

/*其他信息披露*/
.yd_xxpl_qtcon_con_title{
	font-size: 1.25rem;
	color: #000000;
	margin-top: 2.5rem;
}
.yd_xxpl_qtcon_con_con{
	font-size: 1rem;
	color: #606060;
	line-height: 180%;
	margin-top: 0.5rem;
	padding-left: 4rem;
}
.yd_xxpl_qtcon_con_con a{
	color: var(--OneColor);
	text-decoration: underline;
}


/*加入我们*/
.yd_join_banner{
	width: 100%;
	height: 89vh;
	position: relative;
}
.yd_join_banner_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.yd_join_banner_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yd_join_banner_con{
	width: 78vw;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}


.yd_join_banner_con_logo{
	position: absolute;
	height: 1.7rem;
	width: auto;
	top: 4rem;
	right: 0rem;
	z-index: 10;
}
.yd_join_banner_con_logo img{
	height: 100%;
}
.yd_join_banner_con_con{
	color: #FFFFFF;
	font-size: 5.375rem;
	font-family: opm;
	text-align: right;
	position: absolute;
	bottom: 8rem;
	right: 0;
	z-index: 10;
}

.yd_join_jj_box{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 6rem 0;
	position: relative;
}
.yd_join_jj{
	width: 55%;
	height: auto;
	margin: 0 auto;
}
.yd_join_jj_back{
	position: absolute;
	width: 100%;
	height: 60%;
	left: 0;
	top: 20%;
	z-index: 0;
	text-align: center;
}
.yd_join_jj_back img{
	width: auto;
	height: 100%;
}
.yd_join_jj_conbox{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 10;
}
.yd_join_jj_title{
	font-size: 4.5rem;
	font-family: opm;
	color: var(--OneColor);
	text-align: center;
	margin-top: 5rem;
}
.yd_join_jj_con{
	font-size: 1.375rem;
	text-align: center;
	line-height: 180%;
	margin-top: 5rem;
}


.yd_join_jj_pagination{ 
	position: relative;
	width: 100%;
	height: 1rem;
	z-index: 10;
	text-align: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-top: 5rem;
	margin-bottom: 4rem;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.yd_join_jj_pagination .swiper-pagination-bullet { 
	display: inline-block; 
	width:0.8rem; 
	height:0.8rem; 
	background: #c5c5c5;
	border-radius:50px;
	margin: 0 0.5rem;
	cursor: pointer;  
	-webkit-transition: all 0.4s ease-in-out;
}
.yd_join_jj_pagination .swiper-pagination-bullet-active{ 
	width:1rem; 
	height:1rem;
	background: var(--OneColor);
}

.yd_join_gy_box{
	width: 100%;
	height: calc(100vw * 623 / 1920);
	background-image: url("/images/join_back1.jpg");
	background-size: cover;
	background-position: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_join_gy_title{
	text-align: center;
	font-size: 4.5rem;
	color: #FFFFFF;
	font-family: opm;
}
.yd_join_gy_con{
	text-align: center;
	font-size: 1.375rem;
	color: #FFFFFF;
	line-height: 180%;
	margin-top: 4rem;
}
.yd_join_gj_box{
	width: 100%;
	height: auto;
	padding: 7rem 0;
}
.yd_join_gj_title{
	text-align: center;
	font-size: 4.5rem;
	color: var(--OneColor);
	font-family: opm;
}

.yd_join_gj_con{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 6rem;
}
.yd_join_gj_item1{
	background-image: url("/images/join_img1.jpg");
}
.yd_join_gj_item2{
	background-image: url("/images/join_img2.jpg");
}
.yd_join_gj_item3{
	background-image: url("/images/join_img3.jpg");
}
.yd_join_gj_item{
	width: 31%;
	height: calc(78vw * 0.31 * 226 / 486);
	height: calc(var(--mainwidth) * 0.31 * 226 / 486);
	background-repeat: no-repeat;
	background-size: auto 65%;
	background-position: 90% bottom;
	background-color: #FFFFFF;
	border-radius: 8px;
	position: relative;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
}
.yd_join_gj_item_logo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	overflow: hidden;
}
.yd_join_gj_item_logo img{
	width: auto;
	height: 130%;
	top: -50%;
	position: absolute;
	left: -10%;
}
.yd_join_gj_item_con{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 10;
	font-size: 1.25rem;
	padding: 2rem;
	font-family: opb;
	color: var(--OneColor);
	text-align: left;
	line-height: 180%;
}

.yd_join_pt_box{
	width: 100%;
	height: calc(100vw * 588 / 1920);
	/*background-image: url("/images/join_back2.jpg");
	background-size: cover;
	background-position: center;*/
	position: relative;
}
.yd_join_pt{
	width: 100%;
	height: auto;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 8rem;
	z-index: 5;
}
.yd_join_pt_title{
	font-family: dd;
	font-size: 4.5rem;
	color: #FFFFFF;
	letter-spacing: 1rem;
}
.yd_join_pt_con{
	font-size: 1.625rem;
	color: #FFFFFF;
	letter-spacing: 0.5rem;
	margin-top: 2rem;
}
.yd_join_qyj_box{
	width: 100%;
	height: auto;
	text-align: center;
	padding: 8rem 0;
}
.yd_join_qyj_title{
	font-family: dd;
	font-size: 4.5rem;
	color: var(--OneColor);
	letter-spacing: 1rem;
}
.yd_join_qyj_con{
	font-family: dd;
	font-size: 1.75rem;
	color: #000000;
	letter-spacing: 0.5rem;
	margin-top: 4rem;
	line-height: 170%;
}

.yd_join_zl_box{
	width: 100%;
	height: calc(100vw * 672 / 1920);
	/*background-image: url("/images/join_back3.jpg");
	background-size: cover;
	background-position: center;*/
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.yd_join_zl_title{
	font-family: opm;
	font-size: 3rem;
	color: var(--OneColor);
}
.yd_join_zl_con{
	font-size: 1.375rem;
	color: #000000;
	margin-top: 4rem;
}

.yd_join_ly_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	border-radius: 10px;
	margin-top: 7rem;
	padding: 3rem 4rem;
}
.yd_join_ly_title{
	text-align: center;
	font-size: 3.125rem;
	font-family: opb;
	color: var(--OneColor);
}
.yd_join_ly{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.yd_join_ly_item{
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-content: center;
	margin-top: 2rem;
	padding-left: 2rem;
}
.yd_join_ly_item2{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	margin-top: 2rem;
	padding: 1rem 0;
}
.yd_join_ly_item2_fen{
	width: 0%;
	height: auto;
}
.yd_join_ly_item2 .yd_join_ly_item_radio{
	width: 50%;
	padding-left: 1.1rem;
}

.yd_join_ly_item2 .yd_join_ly_item_radio:nth-child(1){
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	padding-right: 5rem;
}
.yd_join_ly_item_title{
	width: auto;
	font-size: 1.75rem;
	height: 5rem;
	line-height: 5rem;
	font-family: opm;
	color: var(--OneColor);
	text-align: right;
}
.yd_join_ly_item_title span{
	display: inline-block;
	width: auto;
	height: auto;
	background-repeat: no-repeat;
	background-size: auto 2rem;
	background-position: left center;
	padding-left: 2.5rem;
}
.yd_join_ly_item_text{
	width: calc(100% - 12rem);
	margin-left: 1rem;
	height: auto;
	background: #f7f7fb;
	border-radius: 8px;
}
.yd_join_ly_item_text input{
	width: 100%;
	height: 5rem;
	border: none;
	background: none;
	padding: 0 1rem;
	font-size: 1.5rem;
}
.yd_join_ly_item_text2{
	width: calc(100% - 24rem);
	margin-left: 1rem;
	height: auto;
	background: #f7f7fb;
	border-radius: 8px;
}
.yd_join_ly_item_text2 input{
	width: 100%;
	height: 5rem;
	border: none;
	background: none;
	padding: 0 1rem;
	font-size: 1.5rem;
}
.yd_join_ly_item_btn{
	width: auto;
	height: auto;
	margin-left: 1rem;
}
.yd_join_ly_item_btn input{
	width: 11rem;
	height: 5rem;
	
	border: none;
	color: #FFFFFF;
	font-size: 1.5rem;
	border-radius: 8px;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
}

.yd_join_ly_item_radio{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	margin-left: 1rem;
	font-size: 1.75rem;
	font-family: opm;
	color: var(--OneColor);
}
.yd_join_ly_item_radio input{
	width: 1.5rem;
	height: 1.5rem;
	background-color: var(--OneColor);
}
.yd_join_ly_item_radio span{
	padding-left: 0.5rem;
}
.yd_join_ly_btn{
	text-align: center;
	margin-top: 3rem;
}
.yd_join_ly_btn a{
	display: inline-block;
	height: 4rem;
	line-height: 4rem;
	padding: 0 8rem;
	border-radius: 4rem;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	font-size: 1.5rem;
	color: #FFFFFF;
	cursor: pointer;
}

/*百万会员孵化器*/
.yd_bwhy_banner{
	width: 100%;
	height: 89vh;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.yd_bwhy_banner_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.yd_bwhy_banner_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yd_bwhy_banner_con{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: rgba(255,255,255,0.8);
	position: relative;
	z-index: 5;
	margin-bottom: 8rem;
	font-size: 1.25rem;
	color: #000000;
	line-height: 170%;
	padding: 3rem 9rem;
	border-radius: 10px;
}


.yd_bwhy_tx_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding: 7rem 0;
}
.yd_bwhy_tx_title{
	text-align: center;
	font-size: 3.375rem;
	color: var(--OneColor);
	font-family: rzzy;
	font-style: oblique;
}
.yd_bwhy_tx_item{
	width: 100%;
	height: auto;
	padding: 2rem 4rem;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	margin-top: 2.5rem;
	border-radius: 10px;
}
.yd_bwhy_tx_item_count{
	color: #FFFFFF;
	font-family: dd;
	font-size: 4.5rem;
}
.yd_bwhy_tx_item_con{
	font-size: 1.25rem;
	color: #FFFFFF;
	line-height: 160%;
	text-align: left;
	padding-left: 1rem;
}


.yd_bwhy_gs_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 7rem;
}
.yd_bwhy_gs_title{
	text-align: center;
	font-size: 3.375rem;
	color: var(--OneColor);
	font-family: rzzy;
	font-style: oblique;
}

.yd_bwhy_gs_menu{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 1rem;
}
.yd_bwhy_gs_menu span{
	display: block;
	width: 10.75%;
	height: 3.5rem;
	line-height: 3.5rem;
	background: #FFFFFF;
	border: 1px solid #c9d6e4;
	border-radius: 50px;
	text-align: center;
	margin-right: 2%;
	font-size: 1.312rem;
	color: var(--OneColor);
	font-family: opm;
	cursor: pointer;
	margin-top: 2%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_gs_menu span:nth-child(8n){
	margin-right: 0%;
}
.yd_bwhy_gs_menu span.yd_bwhy_gs_menu_son{
	background: var(--OneColor);
	border: 1px solid var(--OneColor);
	color: #FFFFFF;
}

.yd_bwhy_gs_sw_box{
	width: 100%;
	height: auto;
	position: relative;
}
.yd_bwhy_gs_sw_b{
	width: 100%;
	height: auto;
}
.yd_bwhy_gs_sw{
	width: 100%;
	height: auto;
	position: relative;
	padding-top: 7rem;
}
.yd_bwhy_gs_sw_img{
	width: 100%;
	height: auto;
	position: relative;
}
.yd_bwhy_gs_sw .swiper-slide .yd_bwhy_gs_sw_img{
	transform: scale(1);
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_gs_sw .swiper-slide-active .yd_bwhy_gs_sw_img{
	transform: scale(1.4);
	z-index: 10;
}
.yd_bwhy_gs_sw_img img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 0;
}
.yd_bwhy_gs_sw_img_back{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 5;
	background: rgba(247,248,250,0.7);
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_gs_sw .swiper-slide-active .yd_bwhy_gs_sw_img_back{
	background: rgba(247,248,250,0);
}
.yd_bwhy_gs_sw_title{
	text-align: center;
	font-size: 1.625rem;
	font-family: opb;
	color: var(--OneColor);
	margin-top: 5.5rem;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_gs_sw .swiper-slide-active .yd_bwhy_gs_sw_title{
	opacity: 1;
}

.yd_bwhy_gs_sw_btn{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 1px solid var(--OneColor);
	position: absolute;
	top: calc(50%);
	z-index: 50;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_gs_sw_btn:hover{
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
}
.yd_bwhy_gs_sw_btn svg{
	width: 2rem;
	height: 2rem;
	fill:var(--OneColor);
	margin-top: 1.4rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_gs_sw_btn:hover svg{
	fill:#ffffff;
}
.yd_bwhy_gs_sw_btn_left{
	left: -8rem;
}
.yd_bwhy_gs_sw_btn_right{
	right: -8rem;
}


.yd_bwhy_fz_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 7rem;
}
.yd_bwhy_fz_title{
	text-align: center;
	font-size: 3.375rem;
	color: var(--OneColor);
	font-family: rzzy;
	font-style: oblique;
}
.yd_bwhy_fz_item{
	width: 100%;
	height: calc(78vw * 318 / 1500);
	height: calc(var(--mainwidth) * 318 / 1500);
	position: relative;
	margin-top: 3rem;
}
.yd_bwhy_fz_item_img{
	position: absolute;
	width: 31.8%;
	height: 80%;
	border-radius: 10px;
	overflow: hidden;
	right: 0;
	top: 10%;
	z-index: 5;
}
.yd_bwhy_fz_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yd_bwhy_fz_item2 .yd_bwhy_fz_item_img{
	right: auto;
	left: 0;
}
.yd_bwhy_fz_item_con{
	width: 80%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 10rem;
	padding-right: 15rem;
	font-size: 1.25rem;
	line-height: 180%;
	z-index: 0;
	border-radius: 10px;
}
.yd_bwhy_fz_item2 .yd_bwhy_fz_item_con{
	padding-left: 15rem;
	padding-right: 10rem;
	left: auto;
	right: 0;
}
.yd_bwhy_fz_item_con_logo{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	overflow: hidden;
}
.yd_bwhy_fz_item_con_logo img{
	position: absolute;
	width: auto;
	height: 130%;
	top: -15%;
	left: -3%;
}
.yd_bwhy_fz_item2 .yd_bwhy_fz_item_con_logo img{
	left: auto;
	right: -3%;
}

.yd_bwhy_cj_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 7rem;
}
.yd_bwhy_cj_ltitle{
	font-size: 1.5rem;
	color: #000000;
	font-family: opm;
	margin-top: 1rem;
	text-align: center;
}
.yd_bwhy_cj_lb{
	width: 100%;
	height: auto;
	margin-top: 2rem;
	position: relative;
}
.yd_bwhy_cj{
	width: 100%;
	height: auto;
}
.yd_bwhy_cj img{
	width: 100%;
	height: calc(78vw * 0.3 * 315 / 472);
	height: calc(var(--mainwidth) * 0.3 * 315 / 472);
	object-fit: cover;
	object-position: center;
}

.yd_bwhy_cj_btn{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 1px solid var(--OneColor);
	position: absolute;
	top: calc(50% - 2.5rem);
	z-index: 50;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_cj_btn:hover{
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
}
.yd_bwhy_cj_btn svg{
	width: 2rem;
	height: 2rem;
	fill:var(--OneColor);
	margin-top: 1.4rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_cj_btn:hover svg{
	fill:#ffffff;
}
.yd_bwhy_cj_btn_left{
	left: -8rem;
}
.yd_bwhy_cj_btn_right{
	right: -8rem;
}


.yd_bwhy_gjf_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	padding-top: 7rem;
}
.yd_bwhy_gjf_ltitle{
	font-size: 1.5rem;
	color: var(--OneColor);
	font-family: opm;
	margin-top: 1rem;
	text-align: center;
	padding-top: 3rem;
}
.yd_bwhy_gjf_lb{
	width: 100%;
	height: auto;
	margin-top: 4rem;
	position: relative;
	
}
.yd_bwhy_gjf_lb_back{
	width: 100%;
	height: 80%;
	background: #FFFFFF;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
	border-radius: 10px;
}
.yd_bwhy_gjf{
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 2rem;
}
.yd_bwhy_gjf img{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.yd_bwhy_gjf_btn_left{
	left: -8rem;
}
.yd_bwhy_gjf_btn_right{
	right: -8rem;
}


.yd_bwhy_by{
	width: 85%;
	height: auto;
	margin: 0 auto;
	margin-top: 2rem;
}
.yd_bwhy_by img{
	width: 100%;
	height: calc(78vw * 0.85 * 0.3133 * 190 / 391);
	height: calc(var(--mainwidth) * 0.85 * 0.3133 * 190 / 391);
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
}
.yd_bwhy_by_btn_left{
	left: -8rem;
}
.yd_bwhy_by_btn_right{
	right: -8rem;
}


.yd_bwhy_jlh_box{
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-top: 7rem;
}
.yd_bwhy_jlh_title{
	text-align: center;
	font-size: 3.375rem;
	color: var(--OneColor);
	font-family: rzzy;
	font-style: oblique;
}
.yd_bwhy_jlh_ltitle{
	text-align: center;
	font-size: 1.875rem;
	color: var(--OneColor);
	margin-top: 2rem;
}
.yd_bwhy_jlh_con{
	text-align: center;
	font-size: 1.25rem;
	color: #000000;
	margin-top: 2rem;
	line-height: 170%;
}

.yd_bwhy_jlh_photo_menu{
    width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto; 
    margin-top: 3rem;
    padding: 0 5rem;
    position: relative;
}
.yd_bwhy_jlh_photo_menu_sw .swiper-slide{
    border: 2px solid var(--OneColor);
    width: 100%;
    height: 3rem;
    border-radius: 3rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.25rem;
    font-family: opb;
    color: var(--OneColor);
    cursor: pointer;
}
.yd_bwhy_jlh_photo_menu_sw .slideon{
    background: linear-gradient(to top,#1c8cd8,#014da0);
    color: #FFFFFF;
    border: none;
}

.yd_bwhy_jlh_photo_menu_btn{
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 1.5rem);
	z-index: 50;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_jlh_photo_menu_btn svg{
	width: 3rem;
	height: 3rem;
	fill:var(--OneColor);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_bwhy_jlh_photo_menu_btn_left{
	left: 0;
}
.yd_bwhy_jlh_photo_menu_btn_right{
	right: 0;
}


.yd_bwhy_jlh_photo{
    width: 100%;
	height: 58vh;
	position: relative;
	overflow: hidden;
	margin-top: 5rem;
}
.yd_bwhy_jlh_photo_sw{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.yd_bwhy_jlh_photo_sw .swiper-slide{
    width: 100%;
    height: 100%;
    position: relative;
}
.yd_bwhy_jlh_photo_img{
	position: absolute;
    left: 0;
    top: 0;
	width: auto;
	height: 100%;
    z-index: 50;
    cursor:ew-resize;
}
.yd_bwhy_jlh_photo_img img{
	width: auto;
    height: 100%;
    position: relative;
    z-index: 0;
}
.yd_bwhy_jlh_photo_img div{
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

/*百万会员孵化器1*/
.yd_fhq_banner{
	width: 100%;
	height: calc(100vw * 484 / 1920);
	position: relative;
}
.yd_fhq_banner_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.yd_fhq_banner_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yd_fhq_bbox{
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding-top: 4rem;
}
.yd_fhq_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
}
.yd_fhq{
	width: 82%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding-bottom: 4rem;
}
.yd_fhq_left{
	width: 79%;
	height: auto;
}
.yd_fhq_title{
	font-size: 2.375rem;
}
.yd_fhq_ltitle{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
	margin-top: 1rem;
}
.yd_fhq_ltitle a{
	margin: 0 1rem;
	color: var(--OneColor);
}
.yd_fhq_des{
	width: 100%;
	height: auto;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 1rem 1.5rem;
	margin-top: 2rem;
}
.yd_fhq_des_title{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
}
.yd_fhq_des_con{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
	margin-top: 0.5rem;
}
.yd_fhq_des_con span{
	padding-right: 1.5rem;
}
.yd_fhq_des_con a{
	color: var(--OneColor);
	padding-right: 0.5rem;
}
.yd_fhq_con{
	padding: 3rem 0;
	font-size: 1.125rem;
	color: rgba(0,0,0,0.9);
	line-height: 170%;
}
.yd_fhq_con img{
	max-width: 100%;
}



.yd_fhq_bdes{
	width: 100%;
	height: auto;
	background: #f7f7f7;
	border-radius: 10px;
	padding: 1.5rem 2rem;
}
.yd_fhq_bdes_title{
	font-size: 1.125rem;
	color: rgba(0,0,0,0.6);
}
.yd_fhq_bdes_title a{
	color: var(--OneColor);
	padding-right: 0.5rem;
	padding-left: 1rem;
}
.yd_fhq_bdes_con{
	font-size: 1.25rem;
	color: rgba(0,0,0,0.6);
	margin: 2rem 0;
	text-align: center;
}

.yd_fhq_bdes_con a{
	color: rgba(0,0,0,0.9);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_fhq_bdes_con a:hover{
	color: var(--OneColor);
}
.yd_fhq_right{
	width: 17%;
	height: auto;
}
.yd_fhq_right_code{
	position: sticky;
	top: 12vh;
	width: 100%;
	height: auto;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 2.2rem;
}
.yd_fhq_right_code_img{
	width: 100%;
	height: auto;
}
.yd_fhq_right_code_img img{
	width: 100%;
	height: auto;
}
.yd_fhq_right_code_title{
	text-align: center;
	font-size: 1.25rem;
	color: rgba(0,0,0,0.5);
	margin-top: 1.5rem;
}

/*联系我们*/
.yd_lx_map{
	width: 78vw;
    width: var(--mainwidth);
	height: calc(78vw * 0.58 * 434 / 872);
	height: calc(var(--mainwidth) * 0.58 * 434 / 872);
	margin: 5rem auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_lx_map_left{
	width: 37%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_lx_map_left_item{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 2rem 0;
}
.yd_lx_map_left_item_ico{
	width: 6rem;
	height: 6rem;
	border: 2px solid var(--OneColor);
	border-radius: 50%;
	text-align: center;
}
.yd_lx_map_left_item_ico img{
	width: 3rem;
	height: 3rem;
	margin-top: 1.4rem;
}
.yd_lx_map_left_item_con{
	width: calc(100% - 6rem);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 2rem;
}
.yd_lx_map_left_item_con_title{
	font-size: 1.5rem;
	font-weight: bold;
	color: var(--OneColor);
}
.yd_lx_map_left_item_con_ltitle{
	font-size: 1.25rem;
	color: #000000;
	margin-top: 0.6rem;
}

.yd_lx_map_right{
	width: 58%;
	height: 100%;
}
.yd_lx_map_right img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}


.yd_lx_tab_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
	padding: 4rem;
	border-radius: 10px;
}
.yd_lx_tab{
	width: 100%;
	height: auto;
}

.yd_lx_tab_title{
	width: 100%;
	height: auto;
	padding: 1.5rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 1.375rem;
	color: #FFFFFF;
	font-family: opm;
}
.yd_lx_tab_title div{
	text-align: center;
}
.yd_lx_tab_title div.yd_lx_tab_title_item1{
	width: 15%;
}
.yd_lx_tab_title div.yd_lx_tab_title_item2{
	width: 15%;
}
.yd_lx_tab_title div.yd_lx_tab_title_item3{
	width: 48.2%;
}
.yd_lx_tab_title div.yd_lx_tab_title_item4{
	width: 20%;
}


.yd_lx_tab_con{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
	font-size: 1rem;
	color: #000000;
}
.yd_lx_tab_con div{
	text-align: center;
	background: #f3f7f9;
	padding: 1.5rem 0;
	margin-top: 0.6%;
	line-height: 180%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_lx_tab_con div.yd_lx_tab_con_item1{
	width: 15%;
}
.yd_lx_tab_con div.yd_lx_tab_con_item2{
	width: 15%;
}
.yd_lx_tab_con div.yd_lx_tab_con_item3{
	width: 48.2%;
}
.yd_lx_tab_con div.yd_lx_tab_con_item4{
	width: 20%;
}

/*保险内勤招聘*/


.yd_lx_join_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
	padding: 5rem;
	border-radius: 10px;
	margin-top: 4rem;
}
.yd_lx_join{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_lx_join_left{
	width: 25%;
	height: auto;
}
.yd_lx_join_leftl{
	width: 100%;
	height: auto;
	position: sticky;
	top: 12vh;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	padding: 3.5rem 0;
	border-radius: 10px;
	padding-bottom: 8rem;
}
.yd_lx_join_leftl_back{
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: -1;
	opacity: 0.1;
}
.yd_lx_join_leftl_back img{
	position: absolute;
	width: 80%;
	height: auto;
	right: -15%;
	bottom: -15%;
}
.yd_lx_join_left_title{
	font-size: 1.875rem;
	color: #FFFFFF;
	font-weight: bold;
	padding: 0 3rem;
}
.yd_lx_join_left_ltitle{
	font-size: 1.125rem;
	color: #FFFFFF;
	margin-top: 1rem;
	padding: 0 3rem;
}
.yd_lx_join_left_con{
	margin-top: 4rem;
}
.yd_lx_join_left_con_item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	padding: 0.5rem 3rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: default;
}
.yd_lx_join_left_con_item_on{
	background:rgba(255,255,255,0.6);
}
.yd_lx_join_left_con_item_ico img{
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.5rem;
}
.yd_lx_join_left_con_item_title{
	font-size: 1.25rem;
	color: #FFFFFF;
	padding-left: 0.5rem;
}
.yd_lx_join_right{
	width: 71%;
	height: auto;
}
.yd_lx_join_right_sw{
	width: 100%;
	height: auto;
}
.yd_lx_join_right_title{
	font-size: 2.75rem;
	font-weight: bold;
	color:var(--OneColor);
}
.yd_lx_join_right_ltitle{
	font-size: 1.5rem;
	height: 2rem;
	line-height: 2rem;
	height: auto;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 1.7rem;
	padding-left: 2.7rem;
	margin-top: 2.5rem;
}
.yd_lx_join_right_con{
	font-size: 1.25rem;
	line-height: 180%;
	margin-top: 0.5rem;
	padding-left: 2.7rem;
}

/*投诉处理*/
.yd_lx_tscl{
	width: 100%;
	height: auto;
	font-size: 1.5rem;
	font-family: opm;
	line-height: 180%;
}
.yd_lx_tscl img{
	max-width: 100%;
}

/*风险提示*/
.yd_lx_fxts_title{
	font-size: 1.875rem;
	font-weight: bold;
	color: var(--OneColor);
}
.yd_lx_fxts{
	font-size: 1.125rem;
	line-height: 180%;
	margin-top: 2rem;
}

/*违规举报*/
.yd_lx_zmtjb_title{
	font-size: 1.5rem;
	font-family: opm;
	color: #000000;
}
.yd_lx_zmtjb_title font{
	color: #ef1616;
}
.yd_lx_zmtjb_fs{
	width: 100%;
	height: auto;
	padding: 2rem 5rem;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	position: relative;
	margin: 3rem 0;
}
.yd_lx_zmtjb_fs_back{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0.1;
}
.yd_lx_zmtjb_fs_back img{
	position: absolute;
	width: auto;
	height: 200%;
	right: -5%;
	top: -50%;
}
.yd_lx_zmtjb_fs_title{
	position: relative;
	z-index: 5;
	font-size: 1.5rem;
	color: #FFFFFF;
	line-height: 230%;
}
.yd_lx_zmtjb_fs_con{
	position: relative;
	z-index: 5;
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 230%;
}

.yd_lx_zmtjb_form{
	width: 100%;
	height: auto;
}
.yd_lx_zmtjb_form_item{
	width: 100%;
	height: auto;
	margin-top: 2rem;
}
.yd_lx_zmtjb_form_item input{
	width: 100%;
	height: 5rem;
	font-size: 1.5rem;
	padding: 0 2rem;
	background: none;
	border: none;
	background: #f7f7fb;
	border: 1px solid #f7f7fb;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_lx_zmtjb_form_item input:focus{
	border: 1px solid #94adbf;
}
.yd_lx_zmtjb_form_item textarea{
	width: 100%;
	height: 15rem;
	font-size: 1.5rem;
	padding:1rem 2rem;
	background: none;
	border: none;
	background: #f7f7fb;
	border: 1px solid #f7f7fb;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	resize: none;
}
.yd_lx_zmtjb_form_item textarea:focus{
	border: 1px solid #94adbf;
}

/*媒体报道详情*/

.yd_xxpl_left_top_mtbd span{
	background-image: url("/images/sxwmt_ico.svg");
}
.yd_smtbd_title{
	font-size: 2.125rem;
	text-align: center;
}
.yd_smtbd_time{
	font-size: 1.125rem;
	text-align: center;
	padding-top: 2rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.yd_smtbd_time span{
	padding: 0 1rem;
}
.yd_smtbd_con{
	padding: 2rem 0;
	font-size: 1rem;
	line-height: 180%;
}
.yd_smtbd_con img{
	max-width: 100%;
}
/*媒体报道*/

.yd_smtbd_con{
	width: 100%;
	height: auto;
	border-radius: 5px;
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
	padding: 3rem;
	margin-top: 2rem;
	padding-top: 1rem;
}
.yd_smtbd_item{
	width: 100%;
	height: auto;
	padding: 2rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_smtbd_item_img{
	width: 20%;
	height: calc((78vw * 0.75 - 6rem) * 0.2 * 146 / 215);
	height: calc((var(--mainwidth) * 0.75 - 6rem) * 0.2 * 146 / 215);
	border-radius: 10px;
	overflow: hidden;
}
.yd_smtbd_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.yd_smtbd_item:hover .yd_smtbd_item_img img{
	transform: scale(1.05);
}
.yd_smtbd_item_con{
	width: 100%;
	height: auto;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}
.yd_smtbd_item_con_title{
	font-size: 1.375rem;
	color: #000000;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.yd_smtbd_item:hover .yd_smtbd_item_con_title{
	color: var(--OneColor);
}
.yd_smtbd_item_con_time{
	font-size: 0.875rem;
	color: rgba(0,0,0,0.7);
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.yd_smtbd_item:hover .yd_smtbd_item_con_time{
	color: rgba(0,0,0,1);
}
.yd_smtbd_item_con_des{
	font-size: 1rem;
	color: #000000;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	-webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    transition: all 0.8s;
}
.yd_smtbd_item:hover .yd_smtbd_item_con_des{
	color: rgba(0,0,0,1);
}
.yd_smtbd_page{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 3rem;
}
.yd_smtbd_page a{
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	margin: 0 0.5rem;
	background: #FFFFFF;
	border-radius: 50%;
	font-size: 1.125rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.yd_smtbd_page a:hover{
	color: #FFFFFF;
}
.yd_smtbd_page a.yd_smtbd_page_aon{
	color: #FFFFFF;
}
.yd_smtbd_page a span{
	position: relative;
	z-index: 5;
}
.yd_smtbd_page a svg{
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 1rem;
	fill:#000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_smtbd_page a:hover svg{
	fill:#ffffff;
}
.yd_smtbd_page a.yd_smtbd_page_aon svg{
	fill:#ffffff;
}
.yd_smtbd_page a:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
	border-radius: 50%;
	z-index: 0;
}
.yd_smtbd_page a:hover:after{
	opacity: 1;
}

.yd_smtbd_page a.yd_smtbd_page_aon:after{
	opacity: 1;
}

/*分支机构*/
.yd_fzjg_banner{
	width: 100%;
	height: calc(100vw * 560 / 1920);
	position: relative;
    z-index: 20;
}
.yd_fzjg_banner_img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.yd_fzjg_banner_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yd_fzjg_banner_con{
	width: auto;
	height: 11rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
	border-top-right-radius: 6rem;
	border-bottom-right-radius: 6rem;
	background: rgba(255,255,255,0.9);
	position: absolute;
	left: 0;
	top: calc(50% - 5.5rem);
	padding-left: 5vw;
	padding-right: 8rem;
}
.yd_fzjg_banner_con_title{
	font-size: 1.875rem;
	font-family: oph;
	color: var(--OneColor);
}

.yd_fzjg_banner_con_menu{
	width: 18rem;
	height: 3rem;
	margin-top: 1rem;
	position: relative;
}
.yd_fzjg_banner_con_menu_top{
	width: 100%;
	height: 3rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border: 2px solid var(--OneColor);
	border-radius: 3rem;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_fzjg_banner_con_menu:hover .yd_fzjg_banner_con_menu_top{
	background: #FFFFFF;
}
.yd_fzjg_banner_con_menu_top_title{
	width: calc(100% - 8rem);
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 1.25rem;
	padding-left: 1rem;
	color: var(--OneColor);
}
.yd_fzjg_banner_con_menu_top_ico{
	width: 4rem;
	height: auto;
	text-align: left;
	padding-left: 1rem;
}
.yd_fzjg_banner_con_menu_top_ico img{
	width: 3rem;
	height: 3rem;
	margin-top: -0.3rem;
}
.yd_fzjg_banner_con_menu_top_ico2{
	width: 4rem;
	height: auto;
	text-align: right;
	padding-right: 1rem;
}
.yd_fzjg_banner_con_menu_top_ico2 img{
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.65rem;
}

.yd_fzjg_banner_down{
	position: absolute;
	width: 100%;
	height: 0;
	overflow: hidden;
	opacity: 0;
	background: rgba(255,255,255,1);
	left: 0;
	top: 1.5rem;
	z-index: 0;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_fzjg_banner_con_menu:hover .yd_fzjg_banner_down{
	height: auto;
	opacity: 1;
	padding-top: 2.5rem;
	padding-bottom: 0.5rem;
	overflow: visible;
}
.yd_fzjg_banner_down_item{
	width: auto;
	height: auto;
    padding-bottom: 0.5rem;
    position: relative;
}

.yd_fzjg_banner_down_item_title{
	display: inline-block;
}
.yd_fzjg_banner_down_item_title span{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	font-size: 1.125rem;
	padding:0 1.5rem;
	font-family: opm;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;
}
.yd_fzjg_banner_down_item_title span:after{
	position: absolute;
	content: '';
	width: 0.6rem;
	height: 0.6rem;
	background-image: url("/images/nav_arr.svg");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	right: 0;
	top: 0.7rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yd_fzjg_banner_down_item_con{
	position: absolute;
	left: calc(50% - 4rem);
    top: calc(100% - 15px);
    width: 8rem;
	height: 0;
	padding-bottom: 0.5rem;
    text-align: center;
	opacity: 0;
	z-index: -1;
}
.yd_fzjg_banner_down_item:hover .yd_fzjg_banner_down_item_con{
	height: auto;
	opacity: 1;
	z-index: 5;
}
.yd_fzjg_banner_down_item_con_top{
    width: 100%;
    height: 10px;
}
.yd_fzjg_banner_down_item_con_con{
    width: 100%;
    height: auto;
	padding:1rem;
    position: relative;
    background: #FFFFFF;
    -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);
}
.yd_fzjg_banner_down_item_con_con:before {
    content: '';
	width: 0px;
	height: 0px;
    position: absolute;
    pointer-events: none;
    top: -18px;
    left: calc(50% - 10px);
    border-color: transparent transparent #fff transparent;
    border-width: 10px;
    border-style: solid;
	opacity: 1;
	z-index: 20;
}
.yd_fzjg_banner_down_item_con a{
	display: block;
	width: 100%;
	height: auto;
	padding: 0.3rem 0;
	font-size: 1.062rem;
	color: #979797;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_fzjg_banner_down_item_con a:hover{
	color: var(--OneColor);
}

.yd_fzjg_zcjj_box{
	width: 100%;
	height: auto;
	padding-top: 7rem;
    
}
.yd_fzjg_zcjj_title{
	text-align: center;
	font-size: 3.125rem;
	font-weight: bold;
	color: var(--OneColor);
}
.yd_fzjg_zcjj_ltitle{
	text-align: center;
	font-size: 1.5rem;
	color: #c5c5c5;
	text-transform: uppercase;
}

.yd_fzjg_zcjj_con_hide{
	position: absolute;
	width: 80%;
	height: auto;
    max-height: calc(100% - 4rem);
	background: #FFFFFF;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	bottom: 2rem;
	right: 5rem;
	padding: 1.5rem 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
	z-index: -1;
}

.yd_fzjg_zcjj_con_hide:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 74%;
	background: rgba(0,0,0,0.3);
	top: 13%;
	right: calc(14rem + 2px);
    z-index: -1;
}
.yd_fzjg_zcjj_con_hide_left{
    width: calc(100% - 12rem);
	color: var(--OneColor);
	padding-right: 3rem;
    height: auto;
    max-height: 100%;
    overflow: auto;
}
.yd_fzjg_zcjj_con_hide_left_title{
	font-family: opb;
	font-size: 1.625rem;
}
.yd_fzjg_zcjj_con_hide_left_con{
	font-size: 1.125rem;
	margin-top: 0.7rem;
	line-height: 150%;
	height: 7rem;
	overflow: auto;
}
.yd_fzjg_zcjj_con_hide_right{
	width: 12rem;
	height: auto;
	padding-left: 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_fzjg_zcjj_con_hide_right img{
	width: 9rem;
	height: auto;
}


.yd_fzjg_zcjj_con{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	position: relative;
	background-image: linear-gradient(to right,#023793,#009ee7);
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.yd_fzjg_zcjj_con_back{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0.06;
}
.yd_fzjg_zcjj_con_back img{
	width: auto;
	height: 150%;
	position: absolute;
	right: 0;
	top: -25%;
}
.yd_fzjg_zcjj_con_left{
	position: relative;
	z-index: 5;
	width: 15%;
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	padding-bottom: 4rem;
}
.yd_fzjg_zcjj_con_left_1{
	position: relative;
	padding-right: 3rem;
	padding-bottom: 4rem;
}
.yd_fzjg_zcjj_con_left_1:after{
	position: absolute;
	content: '';
	width: 1px;
	height: 5rem;
	background: #FFFFFF;
	right: 3rem;
	bottom: -1rem;
	transform: rotate(35deg);
}
.yd_fzjg_zcjj_con_left_1 span{
	font-size: 1.5rem;
	color: #FFFFFF;
	writing-mode: vertical-lr;
}
.yd_fzjg_zcjj_con_left_2{
	position: relative;
	padding-left: 3rem;
	padding-bottom: 2rem;
}
.yd_fzjg_zcjj_con_left_2 span{
	font-size: 1.5rem;
	color: #FFFFFF;
	writing-mode: vertical-lr;
	position: relative;
}
.yd_fzjg_zcjj_con_left_2 span:after{
	width: 1.5rem;
	height: 1.5rem;
	position: absolute;
	content: '';
	background-image: url("/images/fzjg_mz_j.svg");
	background-size: cover;
	background-position: center;
	right: -2rem;
	top: calc(50% - 0.75rem);
	opacity: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    animation: fnmiamiet 1.2s linear infinite;
}

@keyframes fnmiamiet
{
    0% {
        opacity: 1;
        transform: translateX(0rem);
    }
    50% {
        opacity: 1;
        transform: translateX(1rem);
    }
    100% {
        opacity: 0;
        transform: translateX(1.6rem);
    }
}
.yd_fzjg_zcjj_con_mid{
	position: relative;
	z-index: 5;
	width: 21%;
	height: auto;
}
.yd_fzjg_zcjj_con_mid img{
	position: absolute;
	width: auto;
	height: 112%;
	bottom: 0;
	left: 0;
}
.yd_fzjg_zcjj_con_right{
	position: relative;
	z-index: 5;
	width: 64%;
	height: auto;
	padding: 5rem 5rem;
}
.yd_fzjg_zcjj_con_right_title{
	font-size: 1.875rem;
	font-weight: bold;
	color: #FFFFFF;
	padding-bottom: 1rem;
	border-bottom: 2px solid #FFFFFF;
}
.yd_fzjg_zcjj_con_right_con{
	font-size: 1.25rem;
	color: #FFFFFF;
	line-height: 170%;
	margin-top: 3rem;
	height: 13.125rem;
	overflow: auto;
	padding-right: 1rem;
	
	
}


.yd_fzjg_zcjj_bottom{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	position: relative;
	background-image: linear-gradient(to right,#023793,#009ee7);
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-top: 1rem;
	padding: 1rem 0;
	
}
.yd_fzjg_zcjj_bottom_left{
	font-size: 1.875rem;
	color: #FFFFFF;
	font-weight: bold;
}
.yd_fzjg_zcjj_bottom_right{
	font-size: 1.5rem;
	color: #FFFFFF;
	font-family: opm;
	padding-left: 1rem;
}

.yd_fzjg_tdz{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.yd_fzjg_tdz_item{
	width: 48%;
	height: calc(78vw * 0.48 * 305 / 755);
	height: calc(var(--mainwidth) * 0.48 * 305 / 755);
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
	padding: 0 2rem;
	margin-top: 4%;
}
.yd_fzjg_tdz_item a{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.yd_fzjg_tdz_item_back{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	z-index: 0;
}
.yd_fzjg_tdz_item_back img{
	position: absolute;
	width: auto;
	height: 120%;
	left: -5%;
	top: -10%;
}
.yd_fzjg_tdz_item_img{
	width: 40%;
	height: 100%;
	position: relative;
	z-index: 5;
}
.yd_fzjg_tdz_item_img img{
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
}
.yd_fzjg_tdz_item_con{
	width: 55%;
	height: 100%;
	position: relative;
	z-index: 5;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.yd_fzjg_tdz_item_con_item{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	margin-top: 1rem;
}
.yd_fzjg_tdz_item_con_item_title{
	font-size: 1.375rem;
	height: 2rem;
	line-height: 2rem;
	font-weight: bold;
	color: var(--OneColor);
	width: 6rem;
	padding-left: 2.5rem;
	background-size: 2rem;
	background-repeat: no-repeat;
	background-position: left center;
}
.yd_fzjg_tdz_item_con_item_ltitle{
	width: calc(100% - 6rem);
	height: auto;
	line-height: 2rem;
	font-size: 1.25rem;
	font-family: opm;
	color: #000000;
	padding-left: 1rem;
}
.yd_fzjg_tdz_item_con_item_ltitle2{
	font-size: 1.125rem;
	font-family: opr;
	line-height: 160%;
	 display: -webkit-box;
   
    overflow: auto;
	height: 7.4rem;
	
}
.yd_fzjg_yxzg_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 2%;
	position: relative;
}
.yd_fzjg_yxzg{
	width: 100%;
	height: auto;
}
.yd_fzjg_yxzg .swiper-slide{
    padding: 0 1%;
}

.yd_fzjg_yxzg_item{
	width: 100%;
	height: auto;
	margin-right: 2%;
	background-image: linear-gradient(to top,#014ea0,#1c8bd8);
	padding: 0.8rem;
	border-radius: 10px;
}
.yd_fzjg_yxzg_item:nth-child(5n){
	margin-right: 0;
}
.yd_fzjg_yxzg_item_img{
	width: 100%;
	height: calc((78vw * 0.184 - 1.6rem) * 295 / 258);
	height: calc((var(--mainwidth) * 0.184 - 1.6rem) * 295 / 258);
}
.yd_fzjg_yxzg_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yd_fzjg_yxzg_item_title{
	text-align: center;
	font-size: 1.25rem;
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 0.8rem;
}
.yd_fzjg_yxzg_item_ltitle{
	text-align: center;
	font-size: 1.125rem;
	color: #FFFFFF;
	margin-top: 0.2rem;
}

.yd_fzjg_yxzg_btn_left{
	left: -8rem;
}
.yd_fzjg_yxzg_btn_right{
	right: -8rem;
}


.yd_fzjg_hyzq_lb{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 2rem;
	position: relative;
}
.yd_fzjg_hyzq{
	width: 100%;
	height: auto;
}
.yd_fzjg_hyzq .swiper-slide{
    padding: 0 1.5%;
}
.yd_fzjg_hyzq img{
	width: 100%;
	height: calc(78vw * 0.2275 * 530 / 341);
	height: calc(var(--mainwidth) * 0.2275 * 530 / 341);
	object-fit: cover;
	object-position: center;
}

.yd_fzjg_hyzq_btn_left{
	left: -8rem;
}
.yd_fzjg_hyzq_btn_right{
	right: -8rem;
}

.yd_fzjg_xwzx_lb{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 2rem;
	position: relative;
	border-radius: 10px;
	background: #FFFFFF;
	overflow: hidden;
}
.yd_fzjg_xwzx_menu{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.yd_fzjg_xwzx_menu span{
	display: inline-block;
	height: 3.5rem;
	line-height: 3.5rem;
	padding: 0 2.5rem;
	font-size: 1.125rem;
	color: #000000;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_fzjg_xwzx_menu span.yd_fzjg_xwzx_menu_son{
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	color: #FFFFFF;
}
.yd_fzjg_xwzx{
	width: 100%;
	height: auto;
}
.yd_fzjg_xwzx{
	padding: 2rem 3rem;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news_more{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 0.75rem;
	margin-bottom:  2.75rem;
}
.news_more a{
	display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 3rem;
    padding: 0 2rem;
    border: 1px solid #eaeff5;
    margin: 0 1rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	color: #FFFFFF;
	border: 1px solid var(--OneColor);
}
.yd_fzjg_xwzx_item{
	display: block;
	width: 48%;
	height: 5.5rem;
	line-height: 5.5rem;
	border-bottom: 1px solid rgba(0,0,0,0.06);
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-right: 4%;
}

.yd_fzjg_xwzx a:nth-child(2n){
	margin-right: 0%;
}
.yd_fzjg_xwzx a:nth-child(2n+7){
	margin-right: 0%;
}
.yd_fzjg_xwzx a:nth-child(2n+8){
	margin-right: 4%;
}

.yd_fzjg_xwzx_item_title{
	display: inline-block;
	width: 70%;
	height: auto;
	font-size: 1.25rem;
	color: #3c3c3c;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_fzjg_xwzx_item:hover .yd_fzjg_xwzx_item_title{
	color: var(--OneColor);
	
}
.yd_fzjg_xwzx_item_time{
	display: inline-block;
	width: 30%;
	height: auto;
	font-size: 1rem;
	color: #898989;
	text-align: right;
}


/*云顶国际4008am*/
.yd_id_banner{
	width: 100%;
	height: calc(100vw * 750 / 1920);
	position: relative;
}
.yd_id_banner_sw{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.yd_id_banner_sw img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yd_id_banner_sw_pagination{ 
	position: absolute;
	width: 100%;
	height: auto;
	z-index: 10;
	text-align: center;
	bottom: 2rem;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; 
}

.yd_id_banner_sw_pagination .swiper-pagination-bullet { 
	display: inline-block; 
	width:1.5rem; 
	height:1.5rem;
	background: url("/images/banner_logo.svg");
	background-size: cover;
	background-position: center;
	margin:0 0.3rem; 
	cursor: pointer;  
	-webkit-transition: all 0.4s ease-in-out;
}
.yd_id_banner_sw_pagination .swiper-pagination-bullet-active{ 
	background: url("/images/banner_logo2.svg");
}
.yd_id_banner_bottom{
	width: 100%;
	height: auto;
	text-align: center;
	padding-top: 1rem;
}
.yd_id_banner_bottom img{
	width: auto;
	height: 1.5rem;
}

.yd_id_item_box{
	width: 100%;
	height: auto;
	padding-top: 6rem;
	position: relative;
}

.yd_id_mtbd{
	width: 78vw;
    width: var(--mainwidth);
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.yd_id_mtbd_left{
	width: 34.6%;
	height: auto;
	-moz-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
	border-radius: 10px;
	overflow: hidden;
	background: #FFFFFF;
}
.yd_id_mtbd_leftmenu{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
.yd_id_mtbd_leftmenu a{
	display: block;
	height: 4rem;
	line-height: 4rem;
	width: 25%;
	text-align: center;
	font-size: 1.125rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_mtbd_leftmenu a.yd_id_mtbd_leftmenu_aon{
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	color: #FFFFFF;
}
.yd_id_mtbd_sw{
	width: 100%;
	height: auto;
}
.yd_id_mtbd_sw .swiper-slide{
	width: 100%;
	height: auto;
	padding: 1rem 3rem;
}
.yd_id_mtbd_sw_item{
	height: auto;
	border-bottom: 1px dashed rgba(0,0,0,0.05);
	display: block;
	padding: 1rem 0;
}
.more_1{
	width: 100%;
	display: flex;
	justify-content: flex-end;
	margin-top: 0.75rem;
}
.more_1 a{
	display: inline-block;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    color: var(--OneColor);
    background: #FFFFFF;
    border-radius: 3rem;
    padding: 0 2rem;
    border: 1px solid #eaeff5;
    margin: 0 1rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	cursor: pointer;
}
.more_1 a:hover{
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	color: #FFFFFF;
	border: 1px solid var(--OneColor);
}
.yd_id_mtbd_sw_item_title{
	font-size: 1.25rem;
	color: #000000;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	font-weight: normal;
}
.yd_id_mtbd_sw_item:hover .yd_id_mtbd_sw_item_title{
	color: var(--OneColor);
	font-weight: bold;
}
.yd_id_mtbd_sw_item_time{
	font-size: 0.875rem;
	color: #898989;
	margin-top: 0.3rem;
}

.yd_id_mtbd_item{
	width: 20%;
	height: auto;
}
.yd_id_mtbd_item a{
	display: block;
	width: 100%;
	height: auto;
	background: #FFFFFF;
	padding: 1rem;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0 rgba(0,0,0,0.1);
	position: relative;
}
.yd_id_mtbd_item_back{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	left: 0;
	top: 0;
	z-index: 0;
	border-radius: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 0;
}
.yd_id_mtbd_item a:hover .yd_id_mtbd_item_back{
	opacity: 1;
}
.yd_id_mtbd_item_back img{
	position: absolute;
	width: 85%;
	height: auto;
	bottom: -2rem;
	right: -2rem;
	opacity: 0.05;
}
.yd_id_mtbd_item_img{
	width: 100%;
	height: calc((78vw * 0.2 - 2rem) * 146 / 215);
	height: calc((var(--mainwidth) * 0.2 - 2rem) * 146 / 215);
	font-size: 0;
	overflow: hidden;
	position: relative;
	z-index: 5;
}
.yd_id_mtbd_item_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_mtbd_item a:hover .yd_id_mtbd_item_img img{
	transform: scale(1.05);
}
.yd_id_mtbd_item_con{
	position: relative;
	z-index: 5;
	width: 100%;
	height: auto;
}
	
.yd_id_mtbd_item_title{
	font-size: 1.25rem;
	margin-top: 1rem;
	color: #000000;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_mtbd_item a:hover .yd_id_mtbd_item_title{
	color: #FFFFFF;
}
.yd_id_mtbd_item_des{
	font-size: 1rem;
	color: #7e7e7e;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	margin-top: 0.5rem;
	line-height: 160%;
	height: 3.2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_mtbd_item a:hover .yd_id_mtbd_item_des{
	color: #FFFFFF;
}
.yd_id_mtbd_item_time{
	font-size: 1rem;
	color: #7e7e7e;
	margin-top: 2rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	margin-bottom: 0.5rem;
}
.yd_id_mtbd_item a:hover .yd_id_mtbd_item_time{
	color: #FFFFFF;
}

.yd_id_gsjj{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 6rem;
}
.yd_id_gsjj_left{
	width: 58%;
	height: calc(78vw * 0.58 * 470 / 878);
	height: calc(var(--mainwidth) * 0.58 * 470 / 878);
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	position: relative;
	border-radius: 10px;
	padding: 4rem;
	padding-right: 10%;
}
.yd_id_gsjj_left_back{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
	overflow: hidden;
	opacity: 0.05;
}
.yd_id_gsjj_left_back img{
	position: absolute;
	width: auto;
	height: 100%;
	bottom: -10%;
	right: 0;
}
.yd_id_gsjj_left_title{
	font-size: 3.125rem;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	z-index: 5;
}
.yd_id_gsjj_left_ltitle{
	font-size: 1.5rem;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	z-index: 5;
}
.yd_id_gsjj_left_con{
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 2rem;
	height: 12rem;
	overflow-y: auto;
	margin-top: 3rem;
	position: relative;
	z-index: 5;
}

.yd_id_gsjj_right{
	width: 45%;
	height: auto;
	position: absolute;
	top: 0;
	right: 0;
}
.yd_id_gsjj_right_menu{
	width: 100%;
	height: auto;
	padding: 1.5rem 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.yd_id_gsjj_right_menu span{
	display: inline-block;
	height: 2.5rem;
	line-height: 2.5rem;
	font-size: 1rem;
	color: var(--OneColor);
	background: #FFFFFF;
	border-radius: 3rem;
	padding: 0 2rem;
	border: 1px solid #eaeff5;
	margin: 0 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_gsjj_right_menu span.yd_id_gsjj_right_menu_son{
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	color: #FFFFFF;
	border: 1px solid var(--OneColor);
}

.yd_id_gsjj_right_sw{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}
.yd_id_gsjj_right_sw_video{
	position: relative;
	width: 100%;
	height: calc(78vw * 0.45 * 328 / 695);
	height: calc(var(--mainwidth) * 0.45 * 328 / 695);
	border-radius: 10px;
	overflow: hidden;
}
.yd_id_gsjj_right_sw_video video{
	position: relative;
	z-index: 0;
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	
}
.yd_id_gsjj_right_sw_video_back{
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	z-index: 5;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_gsjj_right_sw_video_back_hide{
    display:none;
}
.yd_id_gsjj_right_sw_video_back svg{
	margin: 0 auto;
	fill:#ffffff;
	width: 6rem;
	height: 6rem;
}


.yd_id_gsjj_right_sw_team{
	position: relative;
	width: 100%;
	height: calc(78vw * 0.45 * 328 / 695);
	height: calc(var(--mainwidth) * 0.45 * 328 / 695);
	border-radius: 10px;
	overflow: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding:0 3%;
	background: #FFFFFF;
	padding-bottom: 1rem;
}
.yd_id_gsjj_right_sw_team a{
	display: block;
	width: 31.33%;
	margin-right: 3%;
	margin-top: 3%;
}
.yd_id_gsjj_right_sw_team a:nth-child(3n){
	margin-right: 0%;
}
.yd_id_gsjj_right_sw_team_img{
	width: 100%;
	height: calc((78vw * 0.45 * 0.94) * 0.3133 * 255 / 192);
	height: calc((var(--mainwidth) * 0.45 * 0.94) * 0.3133 * 255 / 192);
	position: relative;
}
.yd_id_gsjj_right_sw_team_img_bottom{
	position: absolute;
	width: 100%;
	height: 2rem;
	line-height: 2rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	left: 0;
	bottom: 0;
	z-index: 5;
	color: #FFFFFF;
	padding: 0 1rem;
}
.yd_id_gsjj_right_sw_team_img_bottom .item2{
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	width: auto;
	background-image: url("/images/id_xin.svg");
	background-repeat: no-repeat;
	background-position: left 0.4rem;
	background-size: 1.1rem;
	padding-left: 1.4rem;
}
.yd_id_gsjj_right_sw_team_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 10px;
	position: relative;
	z-index: 0;
}
.yd_id_gsjj_right_sw_team_title{
	font-size: 1rem;
	color: #000000;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	text-align: center;
	margin-top: 0.5rem;
}


.yd_id_gsjj_right_sw_new{
	position: relative;
	width: 100%;
	height: calc(78vw * 0.45 * 328 / 695);
	height: calc(var(--mainwidth) * 0.45 * 328 / 695);
	border-radius: 10px;
	overflow: auto;
	padding:1rem 5%;
	background: #FFFFFF;
	padding-bottom: 1rem;
}
.yd_id_gsjj_right_sw_new a{
	display: block;
	width: 100%;
	height: auto;
	padding: 1rem 0;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yd_id_gsjj_right_sw_new_img{
	width: 30%;
	height: calc(78vw * 0.45 * 0.9 * 0.3 * 146 / 215);
	height: calc(var(--mainwidth) * 0.45 * 0.9 * 0.3 * 146 / 215);
	overflow: hidden;
}
.yd_id_gsjj_right_sw_new_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	border-radius: 10px;
}
.yd_id_gsjj_right_sw_new_con{
	width: 65%;
	height: calc(78vw * 0.45 * 0.9 * 0.3 * 146 / 215);
	height: calc(var(--mainwidth) * 0.45 * 0.9 * 0.3 * 146 / 215);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.yd_id_gsjj_right_sw_new_con_title{
	color: #000000;
	font-size: 1.625rem;
	 display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height: 160%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_gsjj_right_sw_new a:hover .yd_id_gsjj_right_sw_new_con_title{
	color: var(--OneColor);
}
.yd_id_gsjj_right_sw_new_con_sys{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	font-size: 1rem;
	color: #000000;
}
.yd_id_gsjj_right_sw_new_con_sys span{
	padding-right: 0.2rem;
	height: 1.5rem;
	line-height: 1.5rem;
}
.yd_id_gsjj_right_sw_new_con_sys svg{
	width: 1.5rem;
	height: 1.5rem;
}

.yd_id_ys{
	width: 78vw;
    width: var(--mainwidth);
	height: calc(78vw * 0.76 * 538 / 1140);
	height: calc(var(--mainwidth) * 0.76 * 538 / 1140);
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin-top: 6rem;
	border-radius: 10px;
	overflow: hidden;
}
.yd_id_ys_left{
	width: 24%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #FFFFFF;
}

.yd_id_ys_left_item{
	width: 100%;
	height: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.05);
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #75787c;
	font-size: 1.375rem;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_ys_left_item_on{
	color: #FFFFFF;
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
}
.yd_id_ys_right{
	width: 76%;
	height: 100%;
}
.yd_id_ys_right .swiper-slide{
	width: 100%;
	height: 100%;
}
.yd_id_ys_right .swiper-slide img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.yd_id_hqjl_menu{
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin-top: 3rem;
}
.yd_id_hqjl_menu_item{
	display: inline-block;
	height: 3.3rem;
	line-height: 3.3rem;
	font-size: 1.375rem;
	color: var(--OneColor);
	background: #FFFFFF;
	border-radius: 3rem;
	padding: 0 3rem;
	border: 1px solid #eaeff5;
	margin: 0 1rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yd_id_hqjl_menu_item_on{
	background-image: linear-gradient(to right,#014ea0,#1c8bd8);
	color: #FFFFFF;
	border: 1px solid var(--OneColor);
}

.yd_id_hqjl_b{
	width: 100%;
	height: auto;
	margin: 0 auto;
	margin-top: 3rem;
}
.yd_id_hqjl{
	width: 100%;
	height: auto;
	border-radius: 10px;
	overflow: hidden;
}

.yd_id_hqjl_item{
	display: block;
	width: 100%;
	height: calc(100vw * 0.5 * 715 / 1083);
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.yd_id_hqjl .swiper-slide .yd_id_hqjl_item{
	transform: scale(0.85);
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_hqjl .swiper-slide-active .yd_id_hqjl_item{
	transform: scale(1);
	z-index: 10;
}
.yd_id_hqjl_img{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.yd_id_hqjl_img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: relative;
	z-index: 0;
}
.yd_id_hqjl_img_back{
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	left: 0;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	opacity: 1;
}
.yd_id_hqjl .swiper-slide-active .yd_id_hqjl_img_back{
	opacity: 0;
}

.yd_id_hqjl_title{
	width: 100%;
	height: 5rem;
	line-height: 5rem;
	padding: 0 2rem;
	background: rgba(0,0,0,0.7);
	position: absolute;
	z-index: 10;
	left: 0;
	font-size: 1.75rem;
	font-family: opm;
	color: #FFFFFF;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	bottom: -5rem;
}
.yd_id_hqjl .swiper-slide-active .yd_id_hqjl_title{
	bottom: 0;
}


.yd_id_hqjl_btn{
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
	border: 1px solid #ffffff;
	position: absolute;
	top: calc(50% - 2.5rem);
	z-index: 50;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_hqjl_btn:hover{
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border: 1px solid var(--OneColor);
}
.yd_id_hqjl_btn svg{
	width: 2rem;
	height: 2rem;
	fill:#ffffff;
	margin-top: 1.4rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_hqjl_btn:hover svg{
	fill:#ffffff;
}
.yd_id_hqjl_btn_left{
	left: 2rem;
}
.yd_id_hqjl_btn_right{
	right: 2rem;
}


.yd_id_item_box_back{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.yd_id_item_box_back img{
	position: absolute;
	width: 40%;
	height: auto;
	left: -3%;
	top: 5rem;
	opacity: 0.05;
}

.yd_id_ry{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 3rem;
	position: relative;
}
.yd_id_ry_back{
	width: 100%;
	height: 16rem;
	background-image: linear-gradient(to right,#014da0,#1c8cd8);
	border-radius: 16rem;
	position: absolute;
	z-index: 0;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.yd_id_ry_back img{
	position: absolute;
	width: auto;
	height: 250%;
	right: 10%;
	top: -70%;
	opacity: 0.03;
}
.yd_id_ry_img{
	width: 100%;
	height: 45vh;
	text-align: center;
}
.yd_id_ry_img img{
	height: 100%;
	width: auto;
}

.yd_id_ry_con{
	width: 100%;
	height: 16rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-top: -2rem;
}
.yd_id_ry_con_top{
	width: 45%;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.yd_id_ry_con_top_ico{
	
}
.yd_id_ry_con_top_ico img{
	width:3rem;
	height:3rem;
	margin-top: 0rem;
}
.yd_id_ry_con_top_con{
	width: auto;
	height: 3rem;
	font-size: 2rem;
	color: #FFFFFF;
	padding-left: 0.7rem;
}
.yd_id_ry_con_top_con_title{
	font-size: 2rem;
	color: #FFFFFF;
}
.yd_id_ry_con_top_con_des{
	font-size: 1.25rem;
	color: #FFFFFF;
    text-align: center;
    margin-top: 0.5rem;
}
.yd_id_ry_con_con{
	width: 45%;
	height: auto;
	margin: 0 auto;
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 170%;
	margin-top: 0.5rem;
	text-align: center;
}


.yd_id_ry_btn{
	width: 5rem;
	height: 5rem;
	position: absolute;
	bottom: 6.5rem;
	z-index: 50;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yd_id_ry_btn svg{
	width: 4rem;
	height: 4rem;
	fill:#ffffff;
	margin-top: 1.4rem;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
	transform: scale(0.85);
}
.yd_id_ry_btn:hover svg{
	transform: scale(1);
}
.yd_id_ry_btn_left{
	left: 4rem;
}
.yd_id_ry_btn_right{
	right: 4rem;
}

.yd_id_ser{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 3rem;
}
.yd_id_ser_item{
	width: 48%;
	height: calc(78vw * 0.48 * 444 / 722);
	height: calc(var(--mainwidth) * 0.48 * 444 / 722);
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	-moz-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0 rgba(0,0,0,0.1);
	padding: 3rem 4rem;
}
.yd_id_ser_item_back{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.yd_id_ser_item_back img{
	width:100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.yd_id_ser_item_back_logo{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 5;
	overflow: hidden;
}
.yd_id_ser_item_back_logo img{
	position: absolute;
	width:auto;
	height: 120%;
	object-fit: cover;
	object-position: center;
	left: -40%;
	top: -10%;
	opacity: 0.7;
}
.yd_id_ser_item_title{
	position: relative;
	z-index: 10;
	font-size: 1.875rem;
	font-weight: bold;
	color: var(--OneColor);
	padding-left: 15px;
}
.yd_id_ser_item_title:after{
	position: absolute;
	content: '';
	width: 5px;
	height: 80%;
	background: var(--OneColor);
	left: 0;
	top: 10%;
}
.yd_id_ser_item_con{
	position: relative;
	z-index: 10;
	font-size: 1.125rem;
	color: #000000;
	line-height: 170%;
	margin-top: 1rem;
	padding-right: 2rem;
}

.yd_id_ser_item_hide{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right,#386088,#2185ca);
	z-index: 10;
	left: 0;
	top: 0;
	padding: 2rem 3rem;
	opacity: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_ser_item:hover .yd_id_ser_item_hide{
	opacity: 1;
}
.yd_id_ser_item_hide_title{
	position: relative;
	z-index: 10;
	font-size: 1.875rem;
	font-weight: bold;
	color: #FFFFFF;
}
.yd_id_ser_item_hide_con{
	position: relative;
	z-index: 10;
	font-size: 1.125rem;
	color: #FFFFFF;
	line-height: 170%;
	margin-top: 1rem;
	padding-right: 2rem;
}
.yd_id_ser_item_hide_ico{
	position: absolute;
	bottom: 0;
	left: 3rem;
}
.yd_id_ser_item_hide_ico img{
	width: 13rem;
	height: 13rem;
}
.yd_id_ser_item_hide_code{
	position: absolute;
	bottom: 1.5rem;
	right: 2rem;
	width: auto;
	height: auto;
	font-size: 0;
}
.yd_id_ser_item_hide_code img{
	width: 11rem;
	height: 11rem;
}


.yd_id_cot_l{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	margin-top: 3rem;
}
.yd_id_cot{
	width: 100%;
	height: auto;
	position: relative;
}
.yd_id_cot .swiper-slide img{
	width: 100%;
	height: calc(78vw * 0.176 * 430 / 271);
	height: calc(var(--mainwidth) * 0.176 * 430 / 271);
}

.yd_id_cot_btn_left{
	left: -8rem;
}
.yd_id_cot_btn_right{
	right: -8rem;
}

.yd_id_hb_box{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #fbfcfd;
	border-radius: 10px;
	border: 1px solid #f1f4f8;
	margin-top: 3rem;
	padding: 4rem 0rem;
	position: relative;
}
.yd_id_hb_box_back{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}
.yd_id_hb_box_back img{
	position: absolute;
	width: auto;
	height: 140%;
	right: -10%;
	top: -20%;
	opacity: 0.7;
}
.yd_id_hb{
	width: 72%;
	height: auto;
	position: relative;
	z-index: 5;
}
.yd_id_hb_sw{
	width: 85%;
	height: 24rem;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.yd_id_hb_sw_back_left{
	position: absolute;
	z-index: 10;
	width: 35%;
	height: 100%;
	background-image: linear-gradient(to right,#fbfcfd,transparent);
	left: 0;
	top: 0;
}
.yd_id_hb_sw_back_right{
	position: absolute;
	z-index: 10;
	width: 35%;
	height: 100%;
	background-image: linear-gradient(to left,#fbfcfd,transparent);
	right: 0;
	top: 0;
}
.yd_id_hb_sw_l{
	width: auto;
	height: auto;
	position: absolute;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	left: 0;
	top: 0;
	z-index: 5;
}
.yd_id_hb_sw_item{
	width: calc(78vw * 0.72 * 0.24);
	width: calc(var(--mainwidth) * 0.72 * 0.24);
}
.yd_id_hb_sw_item div{
	padding: 1.5rem 0;
	text-align: center;
}
.yd_id_hb_sw_item img{
	height: 5rem;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.yd_id_hb_right{
	width: 28%;
	height: auto;
	padding: 0 3rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	z-index: 5;
}
.yd_id_hb_right_item{
	width: auto;
	height: auto;
	margin: 1.5rem 0;
}
.yd_id_hb_right_item_title{
	font-size: 1.875rem;
	color: var(--OneColor);
	font-family: opm;
	height: 2.5rem;
	line-height: 2.5rem;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: auto 100%;
	padding-left: 3rem;
}
.yd_id_hb_right_item_ltitle{
	font-size: 1.25rem;
	color: #545454;
	margin-top: 1rem;
	padding-left: 3rem;
	line-height: 160%;
}


.yd_id_hb_sw_btn{
	width: 3rem;
	height: 3rem;
	position: absolute;
	top: calc(50% - 1.5rem);
	z-index: 50;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.yd_id_hb_sw_btn img{
	width: 3rem;
	height: 3rem;
}

.yd_id_hb_sw_btn_left{
	left: 2rem;
}
.yd_id_hb_sw_btn_right{
	right: 2rem;
}

.yd_id_fzjg{
	width: 78vw;
    width: var(--mainwidth);
	height: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.yd_id_fzjg_map{
	width: 70%;
	height: auto;
	position: relative;
}
.yd_id_fzjg_map svg{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 5;
}
.yd_id_fzjg_map_tab{
	position: absolute;
	width: auto;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #eaeff5;
	border-radius: 10px;
	padding: 1.5rem 2rem;
	display: none;
	left: calc(524px - 15rem);
	z-index: 20;
}
.yd_id_fzjg_map_tab a{
	display: block;
	padding: 0.5rem 0;
	font-size: 1.125rem;
	color: #000000;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_id_fzjg_map_tab a:hover{
	color: var(--OneColor);
	font-weight: bold;
}

.id_yktqy{
	fill:#064d9a;
}
/*表单*/
.yd_end_warp{
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	z-index: 99;
	background: rgba(0,0,0,0.5);
	display: none;
}
.yd_end{
	width: 390px;
	height: 250px;
	background: #fff;
	border-radius:4px;
	margin: 0 auto;
	margin-top: calc(50vh - 125px);
	position: relative;
}
.yd_end_cha{
	width: 42px;
	height: 42px;
	
	position: absolute;
	top:-14px;
	right: -14px;
}
.yd_end_cha a{
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	font-size: 38px;
	color: #fff;
	font-family: '宋体';
	transform:rotate(45deg);
	background: #999999;
	border-radius:50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.yd_end_cha a:hover{background: #055bac;}
.yd_end_tit{
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 18px;
	line-height: 74px;
	padding-top: 20px;
}
.yd_end_con{
	width: 350px;
	margin: 0 auto;
	height: 50px;
	display: flex;
	justify-content: space-between;
}
.yd_end_con_text{
    width: 225px;
	height: 100%;
	padding-left: 12px;
	background: #ededed;
    border: 1px solid #f5f5f5;
    border-radius: 5px;
	font-size: 16px;
	color: #000;
	-moz-box-shadow: 0px 4px 15px 0 rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 4px 15px 0 rgba(0,0,0,0.08);
    box-shadow: 0px 4px 15px 0 rgba(0,0,0,0.08);
}

.yd_end_con a{
    height: 50px;
    width: 110px;
	font-size: 0px;
}
.yd_end_con a img{
	height: 100%;
    width: 100%;
}
.yd_end_con1{
	width:350px;
	height: auto;
	margin: 0 auto;
	margin-top: 22px;
}
.yd_end_con1 a{
	display: flex;
	width: 100%;
	height: 55px;
	border-radius:5px;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 18px;
	background: #055bac;
}

.yd_join_ly_item_text22{
	width: calc(100% - 13.75rem);
    margin-left: 1rem;
	display: flex;
	justify-content: space-between;
}
.yd_join_ly_item_text22_select{
	    width: 32%;
    height: 5rem;
    border: none;
    background: #f7f7fb;
    border-radius: 8px;
    padding: 0 1rem;
    font-size: 1.5rem;
	color: #8d8d8d;
}
.yd_join_ly_item_text22_select:last-child{ margin-right: 0;}
