
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/



/* 头部默认透明样式 */
#temp_wcb_header_header02_10_nav{}
#temp_wcb_header_header02_10_nav .head{width: 100%;padding: 0 4%;transition: border-color,color,height .3s;border-bottom: 1px solid rgba(255, 255, 255, 0.2);color: #333;height: var(--head_center_height);}
#header.scroll-top #temp_wcb_header_header02_10_nav .head{height: var(--head_top_height);}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head{color: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head{color: #333;}




/* 背景色 */
#header_bg{height: var(--head_center_height);width: 100%;background: #fff;transition:background .3s;}
#header.scroll-top #header_bg{height: var(--head_top_height);}
#header.fixed.scroll-top #header_bg,
#header.fixed.scroll-top.opacity_black #header_bg{background: transparent;}



/* logo部分 */
#temp_wcb_header_header02_10_nav .phone{font-size: 16px;height: 100%;}
#temp_wcb_header_header02_10_nav .phone .phone_i{font-size: 18px;margin-right: 10px;}

/* logo部分 */
#temp_wcb_header_header02_10_nav .weblogo{height: 100%;overflow: hidden;}
#temp_wcb_header_header02_10_nav .weblogo .logo_w{display: none;max-height: 90%;}
#temp_wcb_header_header02_10_nav .weblogo .logo_b{display: block;max-height: 90%;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .weblogo .logo_b{display: block;}



/* 导航栏目 */
#temp_wcb_header_header02_10_nav .head_nav{flex: 1;padding: 0 var(--paddingLeft);}
#temp_wcb_header_header02_10_nav .head_nav .li{font-size: var(--font_1st_px);height: 100%;border-bottom: 2px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#temp_wcb_header_header02_10_nav .head_nav .li > a{line-height: 2;}
#temp_wcb_header_header02_10_nav .head_nav .li:first-of-type{margin-left: 0;}
#temp_wcb_header_header02_10_nav .head_nav .li:hover,
#temp_wcb_header_header02_10_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.temp_wcb_header_header02_10_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.temp_wcb_header_header02_10_nav_width_compare .head_nav{padding: 0 var(--paddingLeft);}
.temp_wcb_header_header02_10_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.temp_wcb_header_header02_10_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#temp_wcb_header_header02_10_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#temp_wcb_header_header02_10_nav .head_btn > *{padding: 10px 15px;}
#temp_wcb_header_header02_10_nav .head_btn > *:last-child{padding-right: 0;}
#temp_wcb_header_header02_10_nav .head_btn > * > i{font-size: 20px;}
#temp_wcb_header_header02_10_nav .head_btn .language i{margin-right: 6px;}


/* 移动端菜单按钮 */
#temp_wcb_header_header02_10_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#temp_wcb_header_header02_10_nav .head .menu i{width: 36px;height: 2px;display: block;background: #333;position: relative;transition: .3s;}
#temp_wcb_header_header02_10_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#temp_wcb_header_header02_10_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: #333;position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i,
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i::before,
#header.fixed.scroll-top #temp_wcb_header_header02_10_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #temp_wcb_header_header02_10_nav .head .menu i::after{background: #333;}




/* logo盒子 */
#temp_wcb_header_header02_10_nav .head .logo_box{height: 100%;width: 300px;overflow: hidden;}
#temp_wcb_header_header02_10_nav .head .logo_box .phone{height: 50%;transition: .3s;transform: translateY(-100%);visibility: hidden;}
#temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100%;transition: .3s;transform: translateY(-50%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(0%);visibility: visible;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{transform: translateY(10%);visibility: hidden;}

/* nav盒子 */
#temp_wcb_header_header02_10_nav .head .nav_box{height: 100%;width: 100%;}
#temp_wcb_header_header02_10_nav .head .nav_box .weblogo{max-height: 50%;transition: .3s;visibility: hidden;transform: translateY(-100%);}
#temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100%;transition-property:height,transform;transition-duration: .3s;width: 100vw;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
#header.scroll-center #temp_wcb_header_header02_10_nav .head .nav_box{position: relative;}
#header.scroll-center #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{width: 100%;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{visibility: visible;transform: translateY(0);}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 50%;}

/* btn盒子 */
#temp_wcb_header_header02_10_nav .head .btns_box{transition: .3s;width: initial;height: 100%;}
#header.scroll-top #temp_wcb_header_header02_10_nav .head .btns_box{width: 300px;height: 50%;}





/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/
/* 菜单按钮    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i{background: transparent !important;}
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i::before{background: #333 !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #temp_wcb_header_header02_10_nav .menu i::after{background: #333 !important;transform: translateY(0px) rotateZ(-45deg);}
/* 隐藏导航按钮部分    侧边栏展开  */
#header.menu_expand #temp_wcb_header_header02_10_nav .head_btn{display: none;}

/* 控制侧边栏按钮    导航栏放不下时 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .nav_box {display: none;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .menu{display: block;}
/* logo盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box{height: 100% !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100% !important;transform: translateY(-50%) !important;visibility: visible !important;}
/* nav盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box {display: none !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{transform: translateY(-100%) !important;visibility: hidden !important;}
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100% !important;width: 100% !important;}
/* btn盒子 */
.temp_wcb_header_header02_10.pc_app #temp_wcb_header_header02_10_nav .head .btns_box{width: initial !important;height: 100% !important;}

/* pc_app状态下无法控制背景颜色高度 */
/* 导航高度 */
#header.scroll-top.pc_app #temp_wcb_header_header02_10_nav .head{height: var(--head_center_height) !important;}
#header.scroll-top.pc_app #header_bg{height: var(--head_center_height) !important;}





@media only screen and (max-width: 1024px) { 
    #temp_wcb_header_header02_10_nav .head_nav .li{margin: 0 8px;}
    #temp_wcb_header_header02_10_nav .nav_box {display: none;}
    #temp_wcb_header_header02_10_nav .head .menu{display: block;}
    /* logo盒子 */
    #temp_wcb_header_header02_10_nav .head .logo_box{height: 100%;}
    #temp_wcb_header_header02_10_nav .head .logo_box .phone{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_10_nav .head .logo_box .weblogo{height: 100%;transform: translateY(-50%);visibility: visible;}
    /* nav盒子 */
    #temp_wcb_header_header02_10_nav .head .nav_box {display: none;}
    #temp_wcb_header_header02_10_nav .head .nav_box .weblogo{transform: translateY(-100%);visibility: hidden;}
    #temp_wcb_header_header02_10_nav .head .nav_box .head_nav{height: 100%;width: 100%;}
    /* btn盒子 */
    #temp_wcb_header_header02_10_nav .head .btns_box{width: initial;height: 100%;}
    /* 导航高度 */
    #temp_wcb_header_header02_10_nav .head{height: var(--head_center_height);}
    #header_bg{height: var(--head_center_height);}
}

@media only screen and (max-width: 900px) {
    #temp_wcb_header_header02_10_nav .phone{font-size: 26px;}
    #temp_wcb_header_header02_10_nav .phone .phone_i{font-size: 26px;}
    #temp_wcb_header_header02_10_nav .head_btn .search i {font-size: 26px;}
    #temp_wcb_header_header02_10_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #temp_wcb_header_header02_10_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #header.scroll-top #temp_wcb_header_header02_10_nav .head,
    #header.scroll-top #header_bg{height: var(--head_top_height_app);}

    #temp_wcb_header_header02_10_nav .head_btn .search i {font-size: var(--font-big-S);}
    #temp_wcb_header_header02_10_nav .head_btn .language{display: none;}

    #temp_wcb_header_header02_10_nav .head .menu{padding: 30px;}
    #temp_wcb_header_header02_10_nav .head .menu i{width: 46px;height: 3px;}
    #temp_wcb_header_header02_10_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #temp_wcb_header_header02_10_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #header.menu_expand #temp_wcb_header_header02_10_nav .weblogo{opacity: 0;}
}
#temp_d_cry_text_118{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundImg_path) no-repeat center / cover var(--backgroundImg_color);}
@media screen and (max-width:750px) {
	#temp_d_cry_text_118{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_d_cry_text_118 .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}
#temp_d_cry_text_118 .brief{font-size: var(--brief_ft_px);color: var(--brief_ft_color);font-weight: var(--brief_ft_font_weight);font-style: var(--brief_ft_font_style);line-height: var(--brief_ft_line_height);margin-top: 10px;}

#temp_d_cry_text_118 .title.myleft,
#temp_d_cry_text_118 .brief.myleft{text-align:left;}
#temp_d_cry_text_118 .title.myright,
#temp_d_cry_text_118 .brief.myright{text-align:right;}
#temp_d_cry_text_118 .title.mycenter,
#temp_d_cry_text_118 .brief.mycenter{text-align:center;}

@media(max-width: 750px){
	#temp_d_cry_text_118 .brief{font-size: var(--font-txt-S);line-height: 1.6;}
}

#temp_zml_custom_code_101 .box{color: #666666;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#temp_zml_custom_code_101 .box .name{font-size: 24px;line-height: 24px;font-weight: 600;color: #333333;}
#temp_zml_custom_code_101 .box .payment{margin-top: 42px}
#temp_zml_custom_code_101 .box .payment .tip{font-size: 18px;line-height: 18px;color: #333333;margin-bottom: 18px;}
#temp_zml_custom_code_101 .box .payment .img_box{display: flex;align-items: center;}
#temp_zml_custom_code_101 .box .payment .img_box .img{margin-right: 30px;}
#temp_zml_custom_code_101 .box .p{font-size: 16px;line-height: 30px;padding: 18px 0;}
/* 全局 */
.w012_about_us_honor_123_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom)}
@media screen and (max-width:1200px) {
    .w012_about_us_honor_123_wrap{padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

/* 标题部分 */
#w012_about_us_honor_123_title{gap:20px;}
#w012_about_us_honor_123_title .tit{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}

#w012_about_us_honor_123_title.myleft{text-align: left;}
#w012_about_us_honor_123_title.myright{text-align: right;flex-direction: row-reverse;}
#w012_about_us_honor_123_title.mycenter{text-align: center;align-items:center;justify-content: center;flex-direction: column;}

#w012_about_us_honor_123_title .page{}
#w012_about_us_honor_123_title .page .prev{margin-right: 19px;}
#w012_about_us_honor_123_title .page i{font-size: 16px;color:#333333;background-color: #FBFBFB;width: 55px;height: 55px;border-radius: 35px;transition: 0.3s;font-weight: bold;}

@media (any-hover: hover) {
    #w012_about_us_honor_123_title .page i:hover{background-color: var(--btn_color);color: #fff;}
}
@media screen and (max-width:751px) {
    #w012_about_us_honor_123_title .tit{font-size:var(--font-big-S);line-height: var(--font-big-L);font-weight: var(--font-big-B);}
    #w012_about_us_honor_123_title .page i{width: 80px;height: 80px;font-size:var(--font-txt-S)}
}
/* 结束 */



/* 内容 */
#w012_about_us_honor_123{margin-top:60px;padding: 0 40px;}

#w012_about_us_honor_123 .container{padding: 100px 0;}

#w012_about_us_honor_123 .slide{background-color: #fafafa;}
#w012_about_us_honor_123 .slide::before{padding-top: 100%;display: block;content: '';}

#w012_about_us_honor_123 .slide .images{width: 100%;position: absolute;top: 0;left: 0;padding-top: 100%;}
#w012_about_us_honor_123 .slide .images img{max-width: 80%;max-height: 80%;}

#w012_about_us_honor_123 .swiper-slide-active{transform: scale(1.2);background-color: #fff;box-shadow:0 0 30px rgba(0, 0, 0, 10%);}

#w012_about_us_honor_123 .slide .book{font-size: 16px;line-height: 1.5;color:#999999;text-align: center;margin-bottom: 47px;padding: 0 10px;}
#w012_about_us_honor_123 .swiper-slide-active .book{color: #333;}

@media (any-hover: hover) {
    #w012_about_us_honor_123 .slide:hover .images img{transform: translate(-50%,-50%) scale(1.05);}
}

@media screen and (max-width:751px) {
    #w012_about_us_honor_123 .container{padding: 0;}
	#w012_about_us_honor_123 .slide .book{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w012_about_us_honor_123 .swiper-slide-active{transform: none;box-shadow: none;background: #fafafa;}
}
#w004_index_picture_131 .img{display: block;width: 100%;}
#w004_index_picture_131 .imgApp{display: none;width: 100%;}

@media screen and (max-width:750px) {
    #w004_index_picture_131 .img{display: none;}
    #w004_index_picture_131 .imgApp{display: block;}
}
#w004_index_picture_132 .img{display: block;width: 100%;}
#w004_index_picture_132 .imgApp{display: none;width: 100%;}

@media screen and (max-width:750px) {
    #w004_index_picture_132 .img{display: none;}
    #w004_index_picture_132 .imgApp{display: block;}
}
#w004_index_picture_133 .img{display: block;width: 100%;}
#w004_index_picture_133 .imgApp{display: none;width: 100%;}

@media screen and (max-width:750px) {
    #w004_index_picture_133 .img{display: none;}
    #w004_index_picture_133 .imgApp{display: block;}
}

#temp_d_cry_ly07_98 {padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	#temp_d_cry_ly07_98 {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}

#temp_d_cry_ly07_98 .box{overflow: visible;}
#temp_d_cry_ly07_98 .li{width: 656px;height: 560px;background: #fff;margin-right: 135px;opacity: .1;pointer-events: none;}
#temp_d_cry_ly07_98 .li:last-child{margin-right: 0;}
#temp_d_cry_ly07_98 .li[data-number="0"],
#temp_d_cry_ly07_98 .li[data-number="-1"]{opacity: 1;pointer-events: auto;}
#temp_d_cry_ly07_98 .li .content{width: 590px;height: 100%;position: relative;color: var(--fontColor);line-height: 1.2;}
#temp_d_cry_ly07_98 .li .content .bg{border-radius: 50%;background-color: var(--hoverColor);position: absolute;width: 560px;height: 560px;-webkit-transform: scale(0);transform: scale(0);opacity: 0;-webkit-transition: all .4s ease;transition: all .4s ease;-webkit-transform-origin: 100px 100px;transform-origin: 100px 100px}
#temp_d_cry_ly07_98 .li .content .info{-webkit-transform: translate(135px,98px);transform: translate(135px,98px);}
#temp_d_cry_ly07_98 .li .content .info .num{font-size: 266px;}
#temp_d_cry_ly07_98 .li .content .info .text_box{margin-left: 28px;margin-top: 120px;}
#temp_d_cry_ly07_98 .li .content .info .text_box .tit_en,
#temp_d_cry_ly07_98 .li .content .info .text_box .tit{width: 370px;}
#temp_d_cry_ly07_98 .li .content .info .tit_en{font-size: 66px;line-height: 70px;}
#temp_d_cry_ly07_98 .li .content .info .tit{font-size: 23px;margin-top: 2px;margin-left: 4px;-webkit-transition: all .4s ease;transition: all .4s ease;height: 30px}
#temp_d_cry_ly07_98 .li .content .info .more{margin-left: 7px;margin-top: 26px;width: 300px;font-size: 15px;line-height: 50px;height: 52px;position: relative;}
#temp_d_cry_ly07_98 .li .content .info .more:before{position: absolute;background-color: var(--fontColor);height: 3px;content: "";bottom: 0;width: 0;-webkit-transition: all .4s ease;transition: all .4s ease}
#temp_d_cry_ly07_98 .li .content .info .more span{-webkit-transition: all .4s ease;transition: all .4s ease;display: inline-block;}
#temp_d_cry_ly07_98 .li .content .info .more span.text{opacity: 0;width: 0;position: relative;overflow: hidden}
#temp_d_cry_ly07_98 .li .content .info .more span.text span{width: 150px;}
#temp_d_cry_ly07_98 .li .content .info .more span.icon{-webkit-transform: translateY(100%);transform: translateY(100%);opacity: 0;font-size: 20px;}

@media (any-hover: hover) {
	#temp_d_cry_ly07_98 .li:hover .content .bg{opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
	#temp_d_cry_ly07_98 .li:hover .content .info .more:before {width: 100%;}
	#temp_d_cry_ly07_98 .li:hover .content .info .more span.text {width: 150px;opacity: 1;}
	#temp_d_cry_ly07_98 .li:hover .content .info .more span.icon{-webkit-transform: translate(0) scale(1);transform: translate(0) scale(1);opacity: 1}
}

@media(max-width: 1536px){
	#temp_d_cry_ly07_98 .li{margin-right: 100px;}
}
@media(max-width: 1440px){
	#temp_d_cry_ly07_98 .li{margin-right: 80px;}
}
@media(max-width: 1366px){
	#temp_d_cry_ly07_98 .li{width: 606px;height: 510px;margin-right: 50px;}
}
@media(max-width: 1280px){
	#temp_d_cry_ly07_98 .li{width: 500px;height: 430px;margin-right: 50px;}
	#temp_d_cry_ly07_98 .li .content{width: 450px;}
	#temp_d_cry_ly07_98 .li .content .bg{width: 420px;height: 420px;}
	#temp_d_cry_ly07_98 .li .content .info{-webkit-transform: translate(100px,60px);transform: translate(100px,60px);}
	#temp_d_cry_ly07_98 .li .content .info .text_box{margin-top: 80px;margin-left: 18px;}
	#temp_d_cry_ly07_98 .li .content .info .num{font-size: 200px;}
	#temp_d_cry_ly07_98 .li .content .info .text_box .tit_en,
	#temp_d_cry_ly07_98 .li .content .info .text_box .tit{width: 300px;}
	#temp_d_cry_ly07_98 .li .content .info .tit_en{font-size: 50px;line-height: 50px;}
	#temp_d_cry_ly07_98 .li .content .info .more{width: 250px;}
}
@media(max-width: 750px){
	#temp_d_cry_ly07_98 .li .content .bg {opacity: 1;-webkit-transform: scale(1);transform: scale(1);}
	#temp_d_cry_ly07_98 .li .content .info .more:before {width: 100%;}
	#temp_d_cry_ly07_98 .li .content .info .more span.text {width: 150px;opacity: 1;}
	#temp_d_cry_ly07_98 .li .content .info .more span.icon{-webkit-transform: translate(0) scale(1);transform: translate(0) scale(1);opacity: 1;}

	#temp_d_cry_ly07_98 .li .content .info .text_box .tit{font-size: var(--font-txt-S);}
	#temp_d_cry_ly07_98 .li .content .info .more,
	#temp_d_cry_ly07_98 .li .content .info .more span.icon{font-size: var(--font-bri-S);}
}


#temp_zml_custom_code_103 .box{color: #666666;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#temp_zml_custom_code_103 .box .name{font-size: 24px;line-height: 24px;font-weight: 600;color: #333333;}
#temp_zml_custom_code_103 .box .payment{margin-top: 42px}
#temp_zml_custom_code_103 .box .payment .tip{font-size: 18px;line-height: 18px;color: #333333;margin-bottom: 18px;}
#temp_zml_custom_code_103 .box .payment .img_box{display: flex;align-items: center;}
#temp_zml_custom_code_103 .box .payment .img_box .img{margin-right: 30px;}
#temp_zml_custom_code_103 .box .p{font-size: 16px;line-height: 30px;padding: 18px 0;}

#temp_d_jsf_ly001_102 {min-height:300vh;}
#temp_d_jsf_ly001_102 .list{position:sticky;overflow:hidden;top:0;}
#temp_d_jsf_ly001_102 .li .title{font-size: var(--font_1st_px);color: var(--font_1st_color);font-weight: var(--font_1st_font_weight);font-style: var(--font_1st_font_style);line-height: var(--font_1st_line_height);}

#temp_d_jsf_ly001_102.myleft .li .title{text-align: left;}
#temp_d_jsf_ly001_102.mycenter .li .title{text-align: center;}
#temp_d_jsf_ly001_102.myright .li .title{text-align: right;}

#temp_d_jsf_ly001_102 .li{width:100%;padding: var(--paddingTop) 0 var(--paddingBottom);justify-content: center;align-items: center;display: flex;height: 100vh;}
#temp_d_jsf_ly001_102 .li.active{}
#temp_d_jsf_ly001_102 .li .cont{width:100%;margin-top:80px;}
#temp_d_jsf_ly001_102 .li:nth-child(2n) .cont{flex-direction:row-reverse;}
#temp_d_jsf_ly001_102 .li .cont .left{width:55%;}
#temp_d_jsf_ly001_102 .li .cont .left .pic{width:100%;padding-top:53.181%;overflow:hidden;}
#temp_d_jsf_ly001_102 .li .cont .left .pic video{width: 100%;height:100%;object-fit:cover;}
/* #temp_d_jsf_ly001_102 .li .cont .left .pic img{width: 100%;height:100%;object-fit:cover;} */
#temp_d_jsf_ly001_102 .li .cont .right{width:calc(100% - 55% - 8.125%);}
#temp_d_jsf_ly001_102 .li .cont .right .name{font-size:32px;line-height:50px;font-weight:500;color:#0a2c34;}
#temp_d_jsf_ly001_102 .li .cont .right .brief{width:100%;margin-top:12px;}
#temp_d_jsf_ly001_102 .li .cont .right .brief .txt{font-size:20px;line-height:32px;color:#0a2c34;position: relative;padding-left:22px;}
#temp_d_jsf_ly001_102 .li .cont .right .brief .txt::after{content:'';position:absolute;left:0;top:11px;z-index:2;width:10px;height:10px;border-radius:50%;background-color:var(--hoverColor);}

#temp_d_jsf_ly001_102 .li.UDlayout .item .name{text-align:center;font-size:32px;line-height:50px;font-weight:500;color:#0a2c34;margin-top:35px;}
#temp_d_jsf_ly001_102 .li.UDlayout .item .brief{width:fit-content;margin:15px auto 30px;}
#temp_d_jsf_ly001_102 .li.UDlayout .item .brief .txt{text-align:center;font-size:20px;line-height:32px;color:#0a2c34;position: relative;padding-left:22px;}
#temp_d_jsf_ly001_102 .li.UDlayout .item .brief .txt::after{content:'';position:absolute;left:0;top:11px;z-index:2;width:10px;height:10px;border-radius:50%;background-color:var(--hoverColor);}
#temp_d_jsf_ly001_102 .li.UDlayout .item .pics .pic{width: 100%;padding-top:27.0625%;}
#temp_d_jsf_ly001_102 .li.UDlayout .item .pics .pic video,
#temp_d_jsf_ly001_102 .li.UDlayout .item .pics .pic img{width:100%;height:100%;object-fit:cover;}
@media (max-width:1440px) {
	#temp_d_jsf_ly001_102 .li .cont .right{width:calc(100% - 55% - 5%);}
}
@media (max-width:1024px) {
	#temp_d_jsf_ly001_102 .li .cont .right{width:calc(100% - 55% - 3.5%);}
}
@media (max-width:750px) {
    #temp_d_jsf_ly001_102{min-height: 0;}
	#temp_d_jsf_ly001_102 .li{width:100%;height:fit-content;padding:var(--appPaddingTop) 0 var(--appPaddingBottom);}
	#temp_d_jsf_ly001_102 .li .cont{flex-direction:column !important;margin-top:30px;}
	#temp_d_jsf_ly001_102 .li .cont .left{width:100%;}
	#temp_d_jsf_ly001_102 .li .cont .right{width:100%;margin-top:30px;}
	#temp_d_jsf_ly001_102 .li.UDlayout .item .name,
	#temp_d_jsf_ly001_102 .li .cont .right .name{font-size:36px;line-height:1.6;}
	#temp_d_jsf_ly001_102 .li.UDlayout .item .brief .txt,
	#temp_d_jsf_ly001_102 .li .cont .right .brief .txt{font-size:28px;line-height:1.6;width:fit-content;}
	#temp_d_jsf_ly001_102 .li.UDlayout .item .brief .txt::after,
	#temp_d_jsf_ly001_102 .li .cont .right .brief .txt::after{top:16px;}

    #temp_d_jsf_ly001_102 .prev_next{position: absolute;top: 50%;left: 0;transform: translateY(-50%);right: 0;z-index: 3;}
    #temp_d_jsf_ly001_102 .prev_next .next,
    #temp_d_jsf_ly001_102 .prev_next .prev{width: .6rem; height: .6rem; border-radius: 50%; background-color: #cd4a4a8a;cursor: pointer;font-size: .3rem;color: #fff;}
    #temp_d_jsf_ly001_102 .prev_next .next{margin-left: 1rem;}
    #temp_d_jsf_ly001_102 .prev_next > *:hover{border-color: rgba(51, 51, 51,0.1);}

    #temp_d_jsf_ly001_102 .swiper-pagination{bottom: calc(var(--appPaddingBottom) / 2) !important;}
}

@media (min-width: 751px) {
    .fadetop {
        transition:1s;
        opacity: 0;
        -webkit-transform: translate3d(0, 60px, 0);
        transform: translate3d(0, 60px, 0)
    }
    .fadetop.in {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .fadedown {
        transition: 1s;
        opacity: 0;
        -webkit-transform: translate3d(0, -60px, 0);
        transform: translate3d(0, -60px, 0)
    }
    .fadedown.in {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    .active .fadedown,.active .fadetop {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
#temp_zml_custom_editor_75 .box{color: #666666;padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
#temp_zml_custom_editor_75 .box .name{font-size: 24px;line-height: 24px;font-weight: 600;color: #333333;margin-bottom: 30px;}

@media screen and (max-width:750px) {
    #temp_zml_custom_editor_75 .box .name{font-size: var(--font-sub-S);font-size: var(--font-sub-L);font-weight: var(--font-sub-B);}
    #temp_zml_custom_editor_75 .box .editor * {font-size: var(--font-txt-S) !important;line-height: var(--font-txt-L);}
}

.w020_index_footer_17_wrap{overflow: hidden;background-color: var(--bg_color);}
#w020_index_footer_17 {padding-top: var(--paddingTop);padding-bottom: 90px;}
#w020_index_footer_17 .head {margin-bottom: 50px;}
#w020_index_footer_17 .head .line {height: 2px;background-color: var(--font_color_1);}
#w020_index_footer_17 .head .img {margin: 0 20px;}
#w020_index_footer_17 .foot_nav .dl {margin-right: 70px;margin-bottom: 10px;color: var(--font_color_1);}
#w020_index_footer_17 .foot_nav .dl .dt {font-size: 18px;line-height: 1;margin: 20px 0;font-weight: bold;}
#w020_index_footer_17 .foot_nav .dl .dd {font-size: 16px;line-height: 1.875;}
/* 导航部分app */
#w020_index_footer_17 .foot_nav_app{flex: 1;color: var(--font_color_1);margin-bottom: 20px;display: none;}
#w020_index_footer_17 .foot_nav_app .ul{border-bottom: 1px solid var(--font_color_3);}
#w020_index_footer_17 .foot_nav_app .ul.noneclick {pointer-events: none;}
#w020_index_footer_17 .foot_nav_app .title{font-size: var(--font-sma-S);line-height: var(--font-sma-L);padding: 16px 0;}
#w020_index_footer_17 .foot_nav_app .title > i{font-size: var(--font-sma-S);transition: .3s;}
#w020_index_footer_17 .foot_nav_app .ul.cur .title{color: var(--mbHoverColor);}
#w020_index_footer_17 .foot_nav_app .ul.cur .title > i{transform: rotateZ(90deg);}
#w020_index_footer_17 .foot_nav_app .li{display: none;}
#w020_index_footer_17 .foot_nav_app .li .a{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
#w020_index_footer_17 .foot_nav_app .li .a:last-child{padding: 0px 0 50px;}


@media (any-hover: hover){
    #w020_index_footer_17 .foot_nav .dl .dd:hover{color:var(--navHoverColor);text-decoration:underline;}
}

@media screen and (max-width:750px) {
    #w020_index_footer_17 {padding-top: var(--appPaddingTop);padding-bottom: 60px;}
    #w020_index_footer_17 .foot_nav {display: none;}
    #w020_index_footer_17 .foot_nav_app {display: block;}
}


#w020_index_footer_17_links{font-size: 16px;height: 72px;border-top: 1px solid var(--font_color_3);margin-top: 35px;}
#w020_index_footer_17_links .fd_link{display: flex;flex-wrap: wrap;gap: 10px 26px;}
#w020_index_footer_17_links .fd_link span{font-weight: bold;}
@media only screen and (max-width: 750px) {
    #w020_index_footer_17_links{font-size: var(--font-bri-S);line-height: var(--font-bri-L);height: auto;padding: 16px 0;}
}

#w020_index_footer_17_copy {background-color: var(--bg_color2);padding: 40px 0;}
#w020_index_footer_17_copy .copy {font-size: 16px;color: var(--font_color_2);gap: 10px 20px;}
#w020_index_footer_17_copy .link .li{margin-left: 35px;}
#w020_index_footer_17_copy .link .li i {font-size: 30px;color: var(--font_color_2);}


@media screen and (max-width:750px) {
    #w020_index_footer_17_copy > div{flex-direction: column;}
    #w020_index_footer_17_copy .copy {font-size: var(--font-txt-S);line-height: var(--font-txt-L);}
    #w020_index_footer_17_copy .link{margin-top: 20px; justify-content: flex-start;width: 100%;}
    #w020_index_footer_17_copy .link .li:first-of-type{margin-left: 0;}
    #w020_index_footer_17_copy .link .li i {font-size: var(--font-sma-S);}
}