@charset "utf-8";
header{position: sticky;}

/******内页公共部分******/
.inpage-container{min-height: 30rem;box-sizing: border-box;padding: 4rem 0;background-color: #fff;overflow: hidden;background-position: center top;background-size: cover;background-repeat: no-repeat;}
.inpage-container .brief{line-height: 1.33;}
/*面包屑*/
.bread{display: flex;align-items: center;}
.bread .icon{width: .9rem;height: .9rem;margin-right: 1.2rem;}
.bread a{position: relative;padding: 0 1.2rem;line-height: 2.5rem;color: #676767;transition: .3s;}
.bread a::before{content: '';position: absolute;left: -.18rem;top: 50%;width: .36rem;height: .7rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4LjY0NyIgaGVpZ2h0PSIxNC44MTQiIHZpZXdCb3g9IjAgMCA4LjY0NyAxNC44MTQiPjxwYXRoIHN0cm9rZT0iI0FDQUNBQyIgc3Ryb2tlLXdpZHRoPSIxLjMiIGQ9Ik03LjcxNyA2LjQ0NGg5Ljc2OCIgdHJhbnNmb3JtPSJtYXRyaXgoLS43MTY2IC42OTc0OCAtLjcxNjE1IC0uNjk3OTUgMTguMzI3IDYuNjYzKSIvPjxwYXRoIHN0cm9rZT0iI0FDQUNBQyIgc3Ryb2tlLXdpZHRoPSIxLjMiIGQ9Ik0uNzE3LjI1N2g3Ljg3IiB0cmFuc2Zvcm09InNjYWxlKDEuMDEzMTEgLjk4NjcxKSByb3RhdGUoNDUgLjY5NyAuOTAyKSIvPjwvc3ZnPg==');background-size: 100% 100%;transform: translateY(-50%);}
.bread a.on{font-weight: bold;color: #020202;}
.bread a:last-of-type{font-weight: bold;color: #020202;}
/*分页*/
.page{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;margin-top: 2rem;}
.page > *{display: inline-flex;justify-content: center;align-items: center;min-width: 2.3rem;height: 1.6rem;box-sizing: border-box;padding: 0 .5rem;margin: 0 .3rem;background-color: transparent;border: 1px solid #666;border-radius: .8rem;transition: .3s;}
.page input{width: 1.5rem;background-color: transparent;text-align: center;}
.page .no-border{padding: 0;margin: 0;border-color: transparent;}
.page > a.on,.page > a:hover{background-color: #0F5ADE;border-color: #0F5ADE;color: #fff;}
/*laypage样式*/
#jspage .layui-laypage{display: flex;justify-content: center;align-items: center;flex-wrap: wrap;margin-top: 2rem;}
#jspage .layui-laypage > *{display: inline-flex;justify-content: center;align-items: center;min-width: 2.3rem;height: 1.6rem;box-sizing: border-box;padding: 0 .5rem;margin: 0 .3rem;background-color: transparent;border: 1px solid #666;border-radius: .8rem;transition: .3s;}
#jspage .layui-laypage input{width: 1.5rem;background-color: transparent;text-align: center;}
#jspage .layui-laypage > a.on,
#jspage .layui-laypage > a:hover{background-color: #0F5ADE;border-color: #0F5ADE;color: #fff;}

/*内页banner*/
.inpage-banner{position: relative;overflow: hidden;}
.inpage-banner .bg{padding-top: 31.25%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.inpage-banner > .w1400{position: absolute;left: 0;right: 0;top: 0;}
.inpage-banner .info{position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.inpage-banner .info .tit{margin-bottom: 1.2rem;line-height: 1;font-weight: normal;}
.inpage-banner .info .txt{line-height: 1.33;}
.inpage-banner .info .index-more-btn{margin-top: 1.5rem;}
/*标题*/
.inpage-title{display: flex;justify-content: space-between;align-items: flex-end;margin-bottom: 4rem;}
.inpage-title .name{font-family: 'Poppins-Medium';line-height: 1.35;}
.inpage-title.center{justify-content: center;text-align: center;}
.inpage-title.white{color: #fff;}
/*更多按钮*/
.index-more-btn{display: inline-flex;justify-content: center;align-items: center;height: 1.6rem;padding: 0 1.6rem;background-color: #AFAFAF;border-radius: .8rem;font-size: .7rem;white-space: nowrap;color: #fff;transition: .3s;}
.index-more-btn .arrow{width: .5rem;height: .5rem;margin-left: .5rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0) invert(1);}
.index-more-btn.white{background-color: transparent;border: 1px solid currentColor;}
.index-more-btn.black{background-color: transparent;border: 1px solid currentColor;color: #000;}
.index-more-btn.black .arrow{filter: brightness(0);}
.index-more-btn:hover .arrow{filter: brightness(0) invert(1);transform: rotate(45deg);transition: .5s .3s;}
.index-more-btn2{display: inline-flex;justify-content: space-between;align-items: center;width: 12.5rem;box-sizing: border-box;padding: 0 1.4rem .8rem 0;border-bottom: 1px solid currentColor;border-right: 1px solid currentColor;line-height: 1;transition: .3s;}
.index-more-btn2 .arrow{width: 1.2rem;height: 1.2rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);}
.index-more-btn2.white{color: #fff;}
.index-more-btn2.white .arrow{filter: brightness(0) invert(1);}
.index-more-btn2:hover{text-indent: .5em;}
.index-more-btn2:hover .arrow{transform: rotate(45deg);transition: .3s .3s;}
.inpage-more-btn{display: inline-flex;align-items: center;padding: .2rem 0;border-bottom: 1px solid currentColor;font-size: .7rem;line-height: 1rem;color: #676767;}
.inpage-more-btn::after{content: '';width: .5rem;height: .5rem;margin-left: .4rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0) invert(.5);}
.inpage-more-btn:hover{color: #0F5ADE;}
.inpage-more-btn:hover::after{filter: none;transform: rotate(45deg);transition: .3s .3s;}
.inpage-more-btn.white{color: #fff;}
.inpage-more-btn.white::after{filter: brightness(0) invert(1);}
/*内页swiper轮播切换按钮*/
.swiper-btn{z-index: 1;position: absolute;width: 2rem;height: 2rem;background-color: #D8D8D8;border-radius: 50%;cursor: pointer;transition: .3s;}
.swiper-btn::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 40%;height: 40%;margin: auto;background-size: 100% 100%;filter: brightness(0) invert(.3);}
.swiper-btn-prev::after{background-image: url(../2024_images/icon_arrow_left_blue.svg);}
.swiper-btn-next::after{background-image: url(../2024_images/icon_arrow_right_blue.svg);}
.swiper-btn:not(.swiper-button-disabled):hover{background-color: #0F5ADE;}
.swiper-btn:not(.swiper-button-disabled):hover::after{filter: brightness(0) invert(1);}
.swiper-button-disabled{opacity: .5;cursor: not-allowed;}
/*视频盒子*/
.video-box{position: relative;cursor: pointer;}
.video-box::before{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.2);opacity: 0;transition: .3s;}
.video-box::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 4rem;height: 4rem;margin: auto;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI5NSIgaGVpZ2h0PSI5NSIgdmlld0JveD0iMCAwIDk1IDk1Ij48ZyBvcGFjaXR5PSIuOCI+PGVsbGlwc2UgY3g9IjQ3LjUiIGN5PSI0Ny41IiByeD0iNDciIHJ5PSI0NyIgc3Ryb2tlPSIjRjFGMUYxIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6cGFzc3Rocm91Z2giLz48cGF0aCBkPSJNMzYuNzA3IDcxLjI3NFYyMy43MjZMNzAuMzI5IDQ3LjUgMzYuNzA3IDcxLjI3NHoiIGZpbGw9IiNGMUYxRjEiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpwYXNzdGhyb3VnaCIvPjwvZz48L3N2Zz4=');background-size: 100% 100%;opacity: 0;transform: translateY(5rem);transition: .3s;}
.video-box:hover::before{opacity: 1;}
.video-box:hover::after{opacity: 1;transform: translateY(0);}
/*折叠内容，变量 --folding-rows 为指定显示行数，默认值8*/
.folding-content{position: relative;padding-right: 4rem;line-height: 1.3;}
.folding-content .txt{max-height: calc(1.3 * var(--folding-rows,8) * 1em);display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: var(--folding-rows,8);overflow: hidden;}
.folding-content .txt p{margin-bottom: 1.3em;}
.folding-content .fold-btn{position: absolute;right: 0;bottom: .5rem;font-size: .6rem;cursor: pointer;}
.folding-content .fold-btn::after{content: '';position: absolute;left: 50%;top: 100%;width: .4rem;height: .4rem;box-sizing: border-box;border-left: 1px solid currentColor;border-bottom: 1px solid currentColor;transform: translate(-50%,0) rotate(-45deg);}
.folding-content.open .txt{max-height: none;-webkit-line-clamp: initial;}
.folding-content.open .fold-btn::after{top: auto;bottom: 100%;transform: translate(-50%,0) rotate(135deg);}
/*折叠列表*/
.folding-list li > .title{display: flex;justify-content: space-between;align-items: center;padding: 1.5rem 2rem 1.5rem 0;border-bottom: 1px solid #ACACAC;line-height: 1.33;cursor: pointer;transition: .3s;}
.folding-list li > .title .name{transition: .3s;}
.folding-list li > .title .fold-btn{width: .8rem;height: .8rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);transform: rotate(-90deg);transition: .3s;}
.folding-list li > .content{display: none;padding: 2rem 0 2.5rem;border-bottom: 1px solid #ACACAC;}
.folding-list li.open > .title .name{color: #0F5ADE;}
.folding-list li.open > .title .fold-btn{filter: none;transform: rotate(0) scale(1.33);}
.folding-list li.open > .content{display: block;}
.folding-list.has-number{border-bottom: 1px solid #ACACAC;}
.folding-list.has-number li > .title{padding: 2rem 2rem 2rem 0;border-bottom: 0;border-top: 1px solid #ACACAC;}
.folding-list.has-number li > .title .num{width: 10rem;color: #0F5ADE;}
.folding-list.has-number li > .title .name{flex: 1;margin-right: 1rem;}
.folding-list.has-number li > .content{padding: 0 0 2rem 10rem;border-bottom: 0;line-height: 1.33;color: #676767;}
.folding-list.has-number li.open > .title{padding: 2rem 2rem .5rem 0;}
.folding-list.has-number li.open > .title .name{font-size: 2rem;}
/*头部导航栏*/
.inpage-nav-wrap{z-index: 3;position: relative;}
.inpage-nav-wrap .top{background-color: #fff;}
.inpage-nav-wrap .middle{z-index: 2;position: absolute;left: 0;right: 0;top: 2.5rem;background-color: #F0F0F0;}
.inpage-nav-wrap .bottom{background-color: #F0F0F0;}
.top-nav-swiper-box{position: relative;padding: 0 2rem;overflow: hidden;}
.top-nav-swiper-box .btn{position: absolute;top: 0;width: 2rem;height: 2.5rem;background-size: .8rem .8rem;background-repeat: no-repeat;cursor: pointer;}
.top-nav-swiper-box .prev-btn{left: 0;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgOCAxOCI+PHBhdGggZD0iTTQuNjY1IDEyLjA5NmwtMy4zNzQtMy4yMkw0LjY2NSA1LjY3aDEuNjFMMi44ODcgOC44NzZsMy4zODggMy4yMmgtMS42MXoiIGZpbGw9IiM2NzY3NjciLz48L3N2Zz4=');background-position: left center;}
.top-nav-swiper-box .next-btn{right: 0;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4IiBoZWlnaHQ9IjE4IiB2aWV3Qm94PSIwIDAgOCAxOCI+PHBhdGggZD0iTTEuNTQzIDUuNjdoMS42MWwzLjM4OCAzLjIwNi0zLjM4OCAzLjIyaC0xLjYxbDMuMzg4LTMuMjJMMS41NDMgNS42N3oiIGZpbGw9IiM2NzY3NjciLz48L3N2Zz4=');background-position: right center;}
.top-nav-swiper{z-index: 1;position: relative;overflow: hidden;}
.top-nav-swiper::before{content: '';z-index: 2;position: absolute;left: 0;top: 0;bottom: 0;width: 16.7%;background-image: linear-gradient(-90deg,rgba(0,0,0,0),#F0F0F0 80%);}
.top-nav-swiper::after{content: '';z-index: 2;position: absolute;right: 0;top: 0;bottom: 0;width: 16.7%;background-image: linear-gradient(90deg,rgba(0,0,0,0),#F0F0F0 80%);}
.top-nav-swiper .swiper-slide a{display: flex;justify-content: center;align-items: center;height: 2.5rem;padding: 0 1.5rem;font-size: .6rem;text-align: center;color: #676767;transition: .3s;}
.top-nav-swiper .swiper-slide:hover a{color: #0F5ADE;}
.top-nav-swiper .swiper-slide.on a{color: #0F5ADE;}
.top-nav-swiper.no-mask::before,.top-nav-swiper.no-mask::after{display: none;}
.top-nav-swiper-box:hover .top-nav-swiper::before{display: none;}
.top-sub-nav{display: flex;flex-wrap: wrap;padding: 0 2rem;max-height: 0;overflow: hidden;transition: .3s;}
.top-sub-nav.show{max-height: 5rem;}
.top-sub-nav .item{display: flex;justify-content: center;align-items: center;height: 2.5rem;padding: 0 1.5rem;font-size: .6rem;text-align: center;color: #676767;transition: .3s;}
.top-sub-nav .item:hover{color: #0F5ADE;}
/******内页公共部分 end******/


/*法律声明页*/
.legal-notes-box .big-title{margin-bottom: 1rem;}
.legal-notes-box .brief{font-family: 'Poppins-Light';line-height: 1.75;color: #3E3E3E;}
.legal-notes-box .section{margin-top: 2rem;}
.legal-notes-box .section .section-title{display: inline-flex;position: relative;padding-left: .8rem;margin-bottom: .6rem;line-height: 1.5;}
.legal-notes-box .section .section-title::before{content: '';position: absolute;left: 0;top: 50%;width: .2rem;height: 1rem;background-color: #0F5ADE;transform: translateY(-50%);}
.legal-notes-box .section .section-content{font-family: 'Poppins-Light';line-height: 1.75;color: #3E3E3E;}
.legal-notes-box .section .section-content .list{margin-left: .4rem;}
.legal-notes-box .section .section-content .list li{padding-left: .6rem;margin-bottom: .6rem;}
.legal-notes-box .section .section-content .list li::marker{content: '·';font-family: 'Poppins-Medium';font-size: 1rem;}

/*网站地图*/
.sitemap-box .nav-1st > li{margin-bottom: 2.4rem;}
.sitemap-box .nav-1st > li > a{display: inline-flex;position: relative;padding-left: .8rem;margin-bottom: 1.5rem;line-height: 1.8rem;transition: .3s;}
.sitemap-box .nav-1st > li > a::before{content: '';position: absolute;left: 0;top: 50%;width: .2rem;height: 1rem;background-color: #0F5ADE;transform: translateY(-50%);}
.sitemap-box .nav-1st > li > a:hover{color: #0F5ADE;transform: translateX(.2em);}
.sitemap-box .nav-2nd{margin-left: 3rem;}
.sitemap-box .nav-2nd > li{margin-bottom: 1rem;}
.sitemap-box .nav-2nd > li > a{display: inline-flex;line-height: 1.4rem;transition: .3s;}
.sitemap-box .nav-2nd > li > a:hover{color: #0F5ADE;transform: translateX(.2em);}
.sitemap-box .nav-3rd{margin-left: 1.5rem;}
.sitemap-box .nav-3rd > li{margin: .2rem 0;}
.sitemap-box .nav-3rd > li > a{display: inline-flex;position: relative;font-family: 'Poppins-Light';line-height: 1.4rem;color: #666;}
.sitemap-box .nav-3rd > li > a::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 1px;background-color: #0F5ADE;transform: scaleX(0);transform-origin: right bottom;transition: transform .3s ease-in-out;}
.sitemap-box .nav-3rd > li > a:hover{color: #0F5ADE;}
.sitemap-box .nav-3rd > li > a:hover::after{transform: scaleX(1);transform-origin: left bottom;}

/*关于我们页*/
.about-page{padding: 0;}
.about-page .part1{padding: 4.5rem 0 9rem;background: url(../2024_images/about_page_part_bg1.jpg) center no-repeat;background-size: cover;}
.about-page .part1 .inpage-title{margin-bottom: 2.5rem;}
.about-page .part1 .info{margin-left: 43%;}
.about-page .part1 .info .index-more-btn{margin-top: 1rem;}
.about-page .part1 .data-show-wrap{padding: 0 10%;margin-top: 6rem;}
.about-page .part1 .data-show-wrap .item{flex: 1;}
.about-page .part1 .data-show-wrap .item .num{justify-content: center;color: #0F5ADE;}
.about-page .part1 .data-show-wrap .item .txt{margin-top: 0;text-align: center;color: #000;}
.about-page .part2{padding: 4.5rem 0;background: url(../2024_images/about_page_part_bg2.jpg) center no-repeat;background-size: cover;}
.about-page .part2 .inpage-title{margin-bottom: 7.5rem;}
.about-page .part2 .brief{width: 33%;}
.about-page .part2 .index-more-btn{margin-top: 1.5rem;}
.about-page .part3{padding: 5rem 0;}
.about-page .part4{padding: 7rem 0;background-color: #F0F0F0;}
.about-page .part5{padding: 4.5rem 0;background: url(../2024_images/about_page_part_bg4.jpg) center no-repeat;background-size: cover;}
.about-page .part5 .inpage-title{margin-bottom: 12rem;}
.about-page .part6{padding: 6rem 0;}
.about-page .part7{padding: 4.5rem 0 9rem;background: url(../2024_images/about_page_part_bg5.jpg) center no-repeat;background-size: cover;}
.about-page .part7 .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.about-page .part7 .w1400 .content{width: 36%;margin-right: 6%;}
.about-page .part7 .w1400 .content .index-more-btn{margin-top: 2rem;}
/*品牌和业务区*/
.brands-and-business-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.brands-and-business-box .item{width: 49%;}
.brands-and-business-box .item .pic{border-radius: .4rem;overflow: hidden;}
.brands-and-business-box .item .pic em{display: block;padding-top: 60%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.brands-and-business-box .item .info{margin-top: 1.2rem;line-height: 1.33;}
.brands-and-business-box .item .info .tit{margin-bottom: 1rem;transition: .3s;}
.brands-and-business-box .item .info .txt{width: 67%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.brands-and-business-box .item .info .index-more-btn{margin-top: 1.2rem;}
.brands-and-business-box .item:hover .pic em{transform: scale(1.05);}
.brands-and-business-box .item:hover .info .tit{color: #0F5ADE;transform: translateX(.3em);}
/*我们的文化*/
.our-culture-box{padding: 4.5rem 5rem 9.5rem;background: url(../2024_images/about_page_part_bg3.jpg) center no-repeat;background-size: cover;color: #fff;border-radius: .4rem;}
.our-culture-box .inpage-title{margin-bottom: 8rem;}
.our-culture-box .info{margin: 0 5% 0 60%;}
.our-culture-box .info .index-more-btn{margin-top: 1.2rem;}
/*我们的历史，选项卡*/
.our-history-tab-box{display: flex;justify-content: space-between;align-items: center;color: #fff;overscroll-behavior: contain;}
.our-history-tab-box .tabs{flex: 0 0 9rem;height: 24rem;padding-bottom: 1.5rem;margin: 0 18% 0 32%;overflow: hidden;}
.our-history-tab-box .tabs .swiper-slide{display: flex;justify-content: center;align-items: center;cursor: pointer;}
.our-history-tab-box .tabs .swiper-slide .year{line-height: 1;color: #898989;transition: .3s;}
.our-history-tab-box .tabs .swiper-slide.on .year{position: relative;padding-right: 3rem;font-size: 2.8rem;color: #fff;}
.our-history-tab-box .tabs .swiper-slide.on .year::after{content: '';position: absolute;right: 0;top: 50%;border: .5rem solid transparent;border-right-color: #0F5ADE;transform: translateY(-50%);}
.our-history-tab-box .tab-content{flex: 1;overflow: hidden;cursor: move;}
.our-history-tab-box .tab-content .swiper-slide .info{line-height: 1.33;}
.our-history-tab-box .tab-content .swiper-slide .info p{margin-bottom: 1em;}
/*关于我们入口区*/
.about-entrance-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.about-entrance-box .item{position: relative;width: 32%;border-radius: .4rem;color: #fff;overflow: hidden;}
.about-entrance-box .item .pic{overflow: hidden;}
.about-entrance-box .item .pic em{display: block;padding-top: 124%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.about-entrance-box .item .tit1{position: absolute;left: 0;right: 0;bottom: 2rem;display: flex;align-items: center;padding: 0 2rem;}
.about-entrance-box .item .tit1::after{content: '';width: .7rem;height: .7rem;margin-left: 1rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0) invert(1);}
.about-entrance-box .item .hidden-info{position: absolute;left: 0;right: 0;top: 0;bottom: 0;display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;padding: 2.5rem 2rem;background-image: linear-gradient(180deg,#0F5AD1,#7598DE);transform: translateY(100%);transition: .3s;}
.about-entrance-box .item .hidden-info::before{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background: url(../2024_images/icon_about_entrance_item_elem.png) center no-repeat;background-size: cover;pointer-events: none;}
.about-entrance-box .item .hidden-info .icon{position: absolute;left: 2rem;top: 2.5rem;width: 5rem;height: 5rem;}
.about-entrance-box .item .hidden-info .tit2{margin-bottom: .5rem;}
.about-entrance-box .item .hidden-info .index-more-btn{margin-top: 1.2rem;}
.about-entrance-box .item:hover .hidden-info{transform: translateY(0);}

/*新闻页*/
.news-page{padding: 0;}
.news-page .part1{position: relative;padding: 4.5rem 0 5rem;}
.news-page .part1 .inpage-title{position: absolute;left: max(calc(50% - 700px),5%);}
.news-page .part2{padding: 4.5rem 0 6rem;background-color: #F1F1F1;}
.news-page .part3{padding: 4.5rem 0 5rem;}
.news-page .part4{padding: 4.5rem 0;background-color: #F1F1F1;}
.news-page .part5{padding: 4.5rem 0 5rem;}
.news-page .part6{padding: 4.5rem 0 2.5rem;background: url(../2024_images/news_page_part_bg1.jpg) center no-repeat;background-size: cover;}
/*特色活动轮播*/
.featured-events-swiper{position: relative;padding: 6rem 0 3rem;overflow: hidden;}
.featured-events-swiper .swiper-slide a{position: relative;display: block;border-radius: .4rem;overflow: hidden;}
.featured-events-swiper .swiper-slide .pic{overflow: hidden;}
.featured-events-swiper .swiper-slide .pic em{display: block;padding-top: 60%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .8s;}
.featured-events-swiper .swiper-slide .info{position: absolute;left: 0;right: 0;bottom: 0;padding: 1.2rem 2.4rem;background-color: rgba(0,0,0,.3);color: #fff;opacity: 0;transition: .5s .3s;}
.featured-events-swiper .swiper-slide .info .record{display: flex;align-items: center;}
.featured-events-swiper .swiper-slide .info .record span{display: inline-flex;align-items: center;margin-left: 5.5rem;}
.featured-events-swiper .swiper-slide .info .record span:first-child{margin-left: 0;}
.featured-events-swiper .swiper-slide .info .record span .icon{width: 1.2rem;height: 1.2rem;margin-right: 1rem;}
.featured-events-swiper .swiper-slide .info .more{position: absolute;right: 4.5rem;top: 50%;transform: translateY(-50%);width: 1.1rem;height: 1.1rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMS45MzciIGhlaWdodD0iMTQuMjUxIiB2aWV3Qm94PSIwIDAgMjEuOTM3IDE0LjI1MSI+PHBhdGggZD0iTTIxLjkzNyA1LjkxN0wxMi45MyAwbC0uNjAzLjkxOCA4LjUxMSA1LjU5MlY3LjdsLTguNTEyIDUuNjM0LjYwNi45MTcgOS4wMDUtNS45NlY1LjkxN3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0ZGRiIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOnBhc3N0aHJvdWdoIi8+PHBhdGggc3Ryb2tlPSIjRkZGIiBzdHJva2Utd2lkdGg9IjEuMDk5IiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6cGFzc3Rocm91Z2giIGQ9Ik0xOS40MDIgNy4xMjZIMCIvPjwvc3ZnPg==');background-size: 100% 100%;}
.featured-events-swiper .swiper-slide-active .info{opacity: 1;}
.featured-events-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.featured-events-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;}
.featured-events-swiper .swiper-pagination .swiper-pagination-bullet{width: .8rem;height: .8rem;margin: 0 .4rem;background-color: #BEBEBE;opacity: 1;transition: .5s;}
.featured-events-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #0F5ADE;}
.featured-events-swiper .btn{z-index: 1;position: absolute;top: 0;width: 2rem;height: 2rem;background-size: 100% 100%;cursor: pointer;filter: brightness(0) invert(.6);transition: .3s;}
.featured-events-swiper .prev-btn{right: max(calc(50% - 700px + 5.5rem),calc(5% + 5.5rem));background-image: url(../2024_images/icon_arrow_left_blue.svg);}
.featured-events-swiper .next-btn{right: max(calc(50% - 700px),5%);background-image: url(../2024_images/icon_arrow_right_blue.svg);}
.featured-events-swiper .btn:hover{filter: none;}
.featured-events-swiper .swiper-button-disabled{filter: brightness(0) invert(.8)!important;cursor: not-allowed;}
/*活动和直播*/
.events-webinars-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.events-webinars-box .item{position: relative;width: 49.6%;border-radius: .4rem;overflow: hidden;}
.events-webinars-box .item .pic{overflow: hidden;}
.events-webinars-box .item .pic em{display: block;padding-top: 59.3%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.events-webinars-box .item .info{position: absolute;left: 0;right: 0;bottom: 0;padding: 3.5rem 2.5rem 1.2rem;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(10,119,204,1));color: #fff;}
.events-webinars-box .item .info .tit{margin-bottom: .8rem;}
.events-webinars-box .item .info .list{display: flex;flex-wrap: wrap;}
.events-webinars-box .item .info .list li{display: inline-flex;margin-left: 3.2rem;}
.events-webinars-box .item .info .list li:first-child{margin-left: 0;}
.events-webinars-box .item .info .list li a{display: inline-flex;align-items: center;color: #fff;transition: .3s;}
.events-webinars-box .item .info .list li a::after{content: '';width: .5rem;height: .5rem;margin-left: .5rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0) invert(1);}
.events-webinars-box .item .info .list li a:hover{transform: translateX(.3em);}
.events-webinars-box .item .info .list li a:hover::after{transform: rotate(45deg);transition: .3s .3s;}
/*视频库*/
.video-library-box{position: relative;}
.video-library-box > .con-l{z-index: 2;display: flex;flex-direction: column;justify-content: flex-end;position: absolute;left: 0;top: 0;bottom: 3.5rem;width: 26%;box-sizing: border-box;padding-left: max(calc(50% - 700px),5%);background-image: linear-gradient(180deg,#23288C,#64AADC);}
/*视频标题轮播*/
.video-title-swiper{width: 80%;overflow: hidden;}
.video-title-swiper .swiper-slide .info{margin-bottom: 3rem;color: #fff;}
.video-title-swiper .swiper-slide .info .tit{margin-bottom: 2.5rem;}
.video-title-swiper .swiper-slide .info .date{display: inline-flex;align-items: center;}
.video-title-swiper .swiper-slide .info .date .icon{width: 1rem;height: 1rem;margin-right: .8rem;}
/*视频库轮播*/
.video-library-swiper{position: relative;padding: 0 32% 3.5rem 26%;overflow: hidden;}
.video-library-swiper .swiper-slide .pic{overflow: hidden;}
.video-library-swiper .swiper-slide .pic em{display: block;padding-top: 56.25%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.video-library-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;transform: translateX(-3%);}
.video-library-swiper .swiper-pagination .swiper-pagination-bullet{width: .8rem;height: .8rem;margin: 0 .4rem;background-color: #BEBEBE;opacity: 1;transition: .5s;}
.video-library-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #0F5ADE;}
.video-library-swiper .btn{z-index: 1;position: absolute;bottom: 0;width: 2rem;height: 2rem;background-size: 100% 100%;cursor: pointer;filter: brightness(0) invert(.6);transition: .3s;}
.video-library-swiper .prev-btn{right: max(calc(50% - 700px + 5.5rem),calc(5% + 5.5rem));background-image: url(../2024_images/icon_arrow_left_blue.svg);}
.video-library-swiper .next-btn{right: max(calc(50% - 700px),5%);background-image: url(../2024_images/icon_arrow_right_blue.svg);}
.video-library-swiper .btn:hover{filter: none;}
.video-library-swiper .swiper-button-disabled{filter: brightness(0) invert(.8)!important;cursor: not-allowed;}
/*专题轮播*/
.special-topic-swiper{position: relative;padding-bottom: 3rem;overflow: hidden;}
.special-topic-swiper .swiper-slide{display: flex;align-items: center;flex-wrap: wrap;}
.special-topic-swiper .swiper-slide > .con-l{width: 69%;}
.special-topic-swiper .swiper-slide > .con-r{width: 31%;box-sizing: border-box;padding-left: 6%;}
.special-topic-swiper .swiper-slide .pic{border-radius: .4rem;overflow: hidden;}
.special-topic-swiper .swiper-slide .pic em{display: block;padding-top: 56.25%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.special-topic-swiper .swiper-slide .info{padding-top: 5.5rem;line-height: 1.33;}
.special-topic-swiper .swiper-slide .info .tit{margin-bottom: 1.3rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.special-topic-swiper .swiper-slide .info .txt{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.special-topic-swiper .swiper-slide .info .index-more-btn{margin-top: 2.5rem;}
.special-topic-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;box-sizing: border-box;padding-right: 31%;}
.special-topic-swiper .swiper-pagination .swiper-pagination-bullet{width: .8rem;height: .8rem;margin: 0 .4rem;background-color: #BEBEBE;opacity: 1;transition: .5s;}
.special-topic-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #0F5ADE;}
.special-topic-swiper .btn{z-index: 1;position: absolute;top: 4.5rem;width: 2rem;height: 2rem;background-size: 100% 100%;cursor: pointer;filter: brightness(0) invert(.6);transition: .3s;}
.special-topic-swiper .prev-btn{left: 75%;background-image: url(../2024_images/icon_arrow_left_blue.svg);}
.special-topic-swiper .next-btn{left: calc(75% + 5.5rem);background-image: url(../2024_images/icon_arrow_right_blue.svg);}
.special-topic-swiper .btn:hover{filter: none;}
.special-topic-swiper .swiper-button-disabled{filter: brightness(0) invert(.8)!important;cursor: not-allowed;}
/*新闻列表*/
.news-list li a{display: flex;justify-content: space-between;align-items: flex-start;position: relative;padding: 2.5rem 0;border-bottom: 1px solid #F4F4F4;line-height: 1.33;}
.news-list li a::before{content: '';position: absolute;left: 0;bottom: -1px;width: 6.25rem;height: .15rem;background-color: #0F5ADE;transform: scaleX(0);transform-origin: 0 50%;transition: .5s;}
.news-list li .tit{width: 28%;}
.news-list li .tit .name{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-list li .tit .date{margin-top: 1rem;color: #0F5ADE;}
.news-list li .txt{width: 42%;color: #676767;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.news-list li a:hover::before{transform: scaleX(1);}
/*新闻列表2*/
.news-list2 li a{display: flex;justify-content: space-between;align-items: flex-start;position: relative;padding: 2rem 0;border-bottom: 1px solid #BDBDBE;line-height: 1.33;}
.news-list2 li a::before{content: '';position: absolute;left: 0;bottom: -1px;width: 6.25rem;height: .15rem;background-color: #0F5ADE;transform: scaleX(0);transform-origin: 0 50%;transition: .5s;}
.news-list2 li a .info{width: 70%;}
.news-list2 li a .info .tit{margin-bottom: 1rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news-list2 li a .info .txt{color: #676767;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.news-list2 li a .info .date{margin-top: 1rem;color: #0F5ADE;}
.news-list2 li a .index-more-btn{margin-top: .5rem;}
.news-list2 li a:hover::before{transform: scaleX(1);}
/*相关链接*/
.related-links-box{display: flex;}
.related-links-box .item{flex: 1;display: inline-flex;align-items: center;height: 5.8rem;padding: 0 2rem;background-color: #E9E9E9;border-left: 1px solid #fff;color: #676767;transition: .3s;}
.related-links-box .item:first-child{border-left: 0;}
.related-links-box .item .tit{flex: 1;display: flex;justify-content: space-between;align-items: center;}
.related-links-box .item .tit::after{content: '';width: .8rem;height: .8rem;margin-left: 1rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0) invert(.6);}
.related-links-box .item:hover{background-color: #0F5ADE;color: #fff;}
.related-links-box .item:hover .tit::after{filter: brightness(0) invert(1);transform: rotate(45deg);transition: .3s .3s;}

/*产品频道列表*/
.product-channel-list{column-count: 2;column-gap: .5rem;}
.product-channel-list li{margin-bottom: .5rem;background-color: #E2E2E2;border-radius: .4rem;overflow: hidden;}
.product-channel-list li .pic{overflow: hidden;}
.product-channel-list li .pic em{display: block;padding-top: 62.7%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.product-channel-list li .info{padding: 4rem 3rem 1.6rem;line-height: 1.33;}
.product-channel-list li .info .tit{display: inline-flex;margin-bottom: 2.3rem;transition: .3s;}
.product-channel-list li .info .list dd{margin-top: .5rem;}
.product-channel-list li .info .list dd a{display: inline-flex;align-items: center;position: relative;color: #676767;transition: .3s;}
.product-channel-list li .info .list dd a::after{content: '>';position: absolute;right: -1em;opacity: 0;transform: translateX(-1em);}
.product-channel-list li .info .index-more-btn{margin-top: 1.6rem;}
.product-channel-list li:hover .pic em{transform: scale(1.05);}
.product-channel-list li .info .tit:hover{color: #0F5ADE;transform: translateX(.3em);}
.product-channel-list li .info .list dd a:hover{color: #0F5ADE;}
.product-channel-list li .info .list dd a:hover::after{opacity: 1;transform: translateX(0);transition: transform .3s;}

/*服务支持页*/
.support-page{padding: 0;}
.support-page .inpage-title{margin-bottom: 1.5rem;}
.support-page .part1{padding: 4.5rem 0 5rem;}
.support-page .part1 .brief{width: 82%;margin-bottom: 4rem;}
.support-page .part2{position: relative;padding: 4.5rem 0 5rem;color: #fff;}
.support-page .part2::before{content: '';position: absolute;left: 0;right: 0;top: 0;padding-top: 31.25%;background: url(../2024_images/support_page_part_bg1.jpg) center no-repeat;background-size: cover;}
.support-page .part2 .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.support-page .part2 .w1400 > .con-l{width: 41%;}
.support-page .part2 .w1400 > .con-r{width: 52%;}
/*客户服务*/
.customer-service-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.customer-service-box .item{position: relative;width: 32.86%;border-radius: .4rem;overflow: hidden;}
.customer-service-box .item .pic{overflow: hidden;}
.customer-service-box .item .pic em{display: block;padding-top: 120%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s linear;}
.customer-service-box .item .info{position: absolute;left: 0;right: 0;bottom: 0;padding: 3rem 1.5rem 1.8rem;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(15,90,219,1));color: #fff;}
.customer-service-box .item .info .tit{display: inline-flex;align-items: center;line-height: 1.33;transition: .3s;}
.customer-service-box .item .info .tit::after{content: '';width: .7rem;height: .7rem;margin-left: 1rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0) invert(1);}
.customer-service-box .item:hover .pic em{transform: scale(1.05);}
.customer-service-box .item:hover .info .tit{transform: translateX(.3em);}
.customer-service-box .item:hover .info .tit::after{transform: rotate(45deg);transition: .3s .3s;}
/*服务支持列表*/
.service-support-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.service-support-list li{width: 49%;height: 17.5rem;margin: 0 0 2%;background-image: linear-gradient(180deg,#0F5ADE,#75A2E8);border-radius: .4rem;overflow: hidden;}
.service-support-list li a{display: flex;flex-direction: column;justify-content: space-between;height: 100%;box-sizing: border-box;padding: 1rem;color: #fff;}
.service-support-list li a .icon{width: 5rem;height: 5rem;margin: 1rem 0 0 1rem;}
.service-support-list li a .info{line-height: 1.33;text-align: right;}
.service-support-list li a .info .tit{margin-bottom: .6rem;}
.service-support-list li a .info .txt{min-height: 2.66em;}
.service-support-list li a:hover .icon{transform: rotateY(360deg);transition: .5s ease-in-out;}

/*职业生涯页*/
.career-page{padding: 0;}
.career-page .part1{padding: 5rem 0;}
.career-page .part2{padding: 13rem 0 4rem;background: url(../2024_images/career_page_part_bg1.jpg) center no-repeat;background-size: cover;}
.career-page .part2 .w1400{display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;}
.career-page .part2 .w1400 .inpage-title{margin-bottom: 0;}
.career-page .part2 .w1400 .info{width: 43.8%;margin-right: 6.2%;color: #fff;}
.career-page .part2 .w1400 .info p{margin-top: 1.2rem;}
.career-page .part3{padding: 5rem 0;}
/*职业权益展示*/
.career-right-show-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.career-right-show-box .item{position: relative;width: 35.7%;margin-bottom: 1rem;border-radius: .4rem;overflow: hidden;}
.career-right-show-box .item:nth-child(1),
.career-right-show-box .item:nth-child(4){width: 62.9%;}
.career-right-show-box .item:nth-child(1) .pic em,
.career-right-show-box .item:nth-child(4) .pic em{padding-top: 55.68%;}
.career-right-show-box .item .pic{overflow: hidden;}
.career-right-show-box .item .pic em{display: block;padding-top: 98%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s linear;}
.career-right-show-box .item .info{position: absolute;left: 0;right: 0;bottom: 0;padding: 4rem 2rem 1.6rem;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(15,90,219,1));color: #fff;}
.career-right-show-box .item .info .tit{width: 58%;line-height: 1.33;transition: .3s;}
.career-right-show-box .item:hover .pic em{transform: scale(1.05);}
.career-right-show-box .item:hover .info .tit{transform: translateX(.3em);}

/*投资页*/
.investor-page{padding: 0;}
.investor-page .inpage-title{margin-bottom: 2rem;}
.investor-page .part1{padding: 5rem 0;}
.investor-page .part2{padding: 3rem 0 4rem;background: url(../2024_images/investor_page_part_bg1.jpg) center no-repeat;background-size: cover;}
.investor-page .part3{padding: 5rem 0;}
.investor-page .part3 .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.investor-page .part3 .w1400 > .con-l{width: 49.6%;box-sizing: border-box;padding: 2rem 3rem;background-color: #F2F2F2;border-radius: .4rem;}
.investor-page .part3 .w1400 > .con-r{width: 49.6%;display: flex;flex-direction: column;justify-content: center;align-items: center;position: relative;box-sizing: border-box;padding: 3rem 2rem;background-image: linear-gradient(180deg,#0F5ACC,#7593D9);border-radius: .4rem;}
.investor-page .part3 .w1400 > .con-r::before{content: '';position: absolute;left: 0;top: 0;bottom: 0;width: 81%;background: url(../2024_images/item_dot_elem_bg.png) center no-repeat;background-size: cover;pointer-events: none;}
.investor-page .part3 .w1400 > .con-r .icon{width: 4rem;height: 4rem;}
.investor-page .part3 .w1400 > .con-r .index-more-btn{margin-top: 2rem;}
.investor-page .part4{padding: 3rem 0;background: url(../2024_images/investor_page_part_bg2.jpg) center no-repeat;background-size: cover;}
.investor-page .part4 .w1400{display: flex;flex-direction: column;justify-content: center;align-items: center;}
.investor-page .part4 .w1400 .icon{width: 4rem;height: 4rem;}
.investor-page .part4 .w1400 .index-more-btn{margin-top: 3rem;}
.investor-page .part5{padding: 5rem 0;}
/*公司治理轮播*/
.corporate-governance-swiper{position: relative;overflow: hidden;}
.corporate-governance-swiper .swiper-slide a{display: flex;justify-content: space-between;flex-wrap: wrap;}
.corporate-governance-swiper .swiper-slide .pic{width: 45.7%;margin-right: 2.5rem;border-radius: .4rem;overflow: hidden;}
.corporate-governance-swiper .swiper-slide .pic em{display: block;padding-top: 56.25%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.corporate-governance-swiper .swiper-slide .info{flex: 1;overflow: hidden;position: relative;line-height: 1.33;}
.corporate-governance-swiper .swiper-slide .info .tit{margin-bottom: 1rem;transition: .3s;}
.corporate-governance-swiper .swiper-slide .info .txt{width: 76%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 8;overflow: hidden;}
.corporate-governance-swiper .swiper-slide .info .index-more-btn{position: absolute;left: 0;bottom: 0;}
.corporate-governance-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.corporate-governance-swiper .swiper-slide a:hover .info .tit{color: #0F5ADE;transform: translateX(.3em);}
.corporate-governance-swiper .swiper-pagination-fraction{z-index: 1;left: auto;bottom: auto;right: 0;top: 0;width: auto;}
.corporate-governance-swiper .btn{z-index: 1;position: absolute;bottom: 0;width: 2rem;height: 2rem;background-size: 100% 100%;cursor: pointer;filter: brightness(0) invert(.6);transition: .3s;}
.corporate-governance-swiper .prev-btn{right: 5.5rem;background-image: url(../2024_images/icon_arrow_left_blue.svg);}
.corporate-governance-swiper .next-btn{right: 0;background-image: url(../2024_images/icon_arrow_right_blue.svg);}
.corporate-governance-swiper .btn:hover{filter: none;}
.corporate-governance-swiper .swiper-button-disabled{filter: brightness(0) invert(.8)!important;cursor: not-allowed;}
/*公告列表*/
.announcements-list{display: flex;}
.announcements-list li{flex: 1;padding: 0 4rem;border-left: 1px solid rgba(0,0,0,.5);}
.announcements-list li:first-child{padding-left: 0;border-left: 0;}
.announcements-list li:last-child{padding-right: 0;}
.announcements-list li .tit{height: 5.32em;line-height: 1.33;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;transition: .3s;}
.announcements-list li .record{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-top: 1.2rem;}
.announcements-list li .tit:hover{transform: translateX(.3em);}
/*股票信息，选项卡*/
.share-info-tab-box .tabs{display: flex;justify-content: space-between;align-items: center;}
.share-info-tab-box .tabs .item{display: inline-flex;justify-content: center;align-items: center;width: 46.6%;height: 1.6rem;box-sizing: border-box;border: 1px solid currentColor;border-radius: .8rem;color: #676767;cursor: pointer;transition: .3s;}
.share-info-tab-box .tabs .item.on{background-color: #0F5ADE;border-color: #0F5ADE;color: #fff;}
.share-info-tab-box .tab-content{margin-top: 1.6rem;overflow: hidden;}
/*股票信息*/
.share-info-wrap .tit{display: flex;justify-content: space-between;align-items: baseline;padding-bottom: .8rem;margin-bottom: 1rem;border-bottom: 1px solid #0F5ADE;line-height: 1;}
.share-info-wrap .tit.A-up{color: #D90707;}
.share-info-wrap .tit.A-up .price::after{background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNy42NzUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNy42NzUgMjYiPjxwYXRoIHN0cm9rZT0iI0Q5MDcwNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6cGFzc3Rocm91Z2giIGQ9Ik04Ljc3IDI2VjMuODc1Ii8+PHBhdGggZD0iTTkuNTkzIDJMMTYgMTEuNzg2bDEuNjc0LTEuMDk2TDEwLjY3NCAwSDYuOTZMMCAxMC42OTJsMS42NzYgMS4wOTJMOC4wNDYgMmgxLjU0N3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0Q5MDcwNyIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOnBhc3N0aHJvdWdoIi8+PC9zdmc+');}
.share-info-wrap .tit.A-down{color: #0F990F;}
.share-info-wrap .tit.A-down .price::after{background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxOCAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04Ljc3IDB2MjIuMTI2IiBzdHJva2U9IiMwRjk5MEYiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGZpbGw9IiMwRjk5MEYiIGQ9Ik05LjU5MyAyNEwxNiAxNC4yMTRsMS42NzQgMS4wOTZMMTAuNjc0IDI2SDYuOTZMMCAxNS4zMDhsMS42NzYtMS4wOTJMOC4wNDYgMjR6Ii8+PC9nPjwvc3ZnPg==');}
.share-info-wrap .tit.H-up{color: #0F990F;}
.share-info-wrap .tit.H-up .price::after{background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxOCAyNiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik04Ljc3IDB2MjIuMTI2IiBzdHJva2U9IiMwRjk5MEYiIHN0cm9rZS13aWR0aD0iMiIvPjxwYXRoIGZpbGw9IiMwRjk5MEYiIGQ9Ik05LjU5MyAyNEwxNiAxNC4yMTRsMS42NzQgMS4wOTZMMTAuNjc0IDI2SDYuOTZMMCAxNS4zMDhsMS42NzYtMS4wOTJMOC4wNDYgMjR6Ii8+PC9nPjwvc3ZnPg==');transform: rotate(180deg);}
.share-info-wrap .tit.H-down{color: #D90707;}
.share-info-wrap .tit.H-down .price::after{background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNy42NzUiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCAxNy42NzUgMjYiPjxwYXRoIHN0cm9rZT0iI0Q5MDcwNyIgc3Ryb2tlLXdpZHRoPSIyIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6cGFzc3Rocm91Z2giIGQ9Ik04Ljc3IDI2VjMuODc1Ii8+PHBhdGggZD0iTTkuNTkzIDJMMTYgMTEuNzg2bDEuNjc0LTEuMDk2TDEwLjY3NCAwSDYuOTZMMCAxMC42OTJsMS42NzYgMS4wOTJMOC4wNDYgMmgxLjU0N3oiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0Q5MDcwNyIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOnBhc3N0aHJvdWdoIi8+PC9zdmc+');transform: rotate(180deg);}
.share-info-wrap .tit .price{display: inline-flex;align-items: baseline;}
.share-info-wrap .tit .price::after{content: '';width: .8rem;height: 1.2rem;margin-left: .4rem;background-size: 100% 100%;}
.share-info-wrap .tit .record{display: inline-flex;align-items: center;}
.share-info-wrap .tit .record span{margin-left: 1rem;}
.share-info-wrap .list{line-height: 1.33;}
.share-info-wrap .list li{margin-bottom: .5rem;}
/*联系信息*/
.contact-info-box{display: flex;flex-wrap: wrap;background-color: #F2F2F2;border-radius: .4rem;overflow: hidden;}
.contact-info-box > .con-l{width: 58.6%;box-sizing: border-box;padding: 2rem 2.5rem;}
.contact-info-box > .con-r{width: 41.4%;}
.contact-info-box .pic{position: relative;height: 100%;border-radius: .4rem;overflow: hidden;}
.contact-info-box .pic em{display: block;height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.contact-info-box .pic .index-more-btn{position: absolute;right: 1.2rem;bottom: 1.2rem;}
.contact-info-box .inpage-title{margin-bottom: 1.5rem;}
.contact-info-box .tit{margin-bottom: 3.5rem;transition: .3s;}
.contact-info-box .list{line-height: 1.33;color: #3D3D3D;}
.contact-info-box .list li{display: flex;align-items: center;flex-wrap: wrap;margin-bottom: .3rem;}
.contact-info-box .list li span{margin-right: .3rem;}
.contact-info-box .list li:first-child{margin-bottom: 1rem;}
.contact-info-box .list li:first-child span{width: 100%;}
.contact-info-box:hover .pic em{transform: scale(1.05);}

/*实验室页*/
.lab-page{padding: 0;}
.lab-page .inpage-title{margin-bottom: 3rem;}
.lab-page .part1{padding: 5.5rem 0;}
.lab-page .part2{padding: 4.5rem 0 5rem;background-color: #E2E2E2;}
.lab-page .part3{padding: 4.5rem 0 6rem;}
.lab-page .part4{height: 30rem;box-sizing: border-box;padding: 4.5rem 0 0;background: url(../2024_images/lab_page_part_bg1.jpg) center no-repeat;background-size: cover;}
.lab-page .part4 .postdoctoral-entrance-box{position: absolute;right: 0;bottom: 0;border-radius: .4rem;overflow: hidden;}
/*实验室展示*/
.lab-show-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.lab-show-box .item{position: relative;width: 32.86%;border-radius: .4rem;line-height: 1.33;color: #fff;overflow: hidden;}
.lab-show-box .item .pic{overflow: hidden;}
.lab-show-box .item .pic em{display: block;padding-top: 149%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s linear;}
.lab-show-box .item .tit1{position: absolute;left: 0;right: 0;bottom: 3rem;display: flex;align-items: center;padding: 0 1.8rem;transition: .3s;}
.lab-show-box .item .tit1::after{content: '';width: .7rem;height: .7rem;margin-left: 1rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI4Ljg3IiBoZWlnaHQ9IjkuODYxIiB2aWV3Qm94PSIwIDAgOC44NyA5Ljg2MSI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9Ii44NSIgZD0iTTUuMzIgMS40MjVILjMiLz48cGF0aCBkPSJNOC4wMiAyLjQ0M1Y5LjU2aC44NVYxaC0uNjFMMCA5LjI2bC42MDEuNjAxTDguMDIgMi40NDN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0) invert(1);}
.lab-show-box .item .hidden-info{position: absolute;left: 0;right: 0;bottom: 0;padding: 2rem;background-color: #0F5ADE;transform: translateY(100%);transition: .3s;}
.lab-show-box .item .hidden-info .tit2{margin-bottom: 2.5rem;}
.lab-show-box .item .hidden-info .txt{width: 90%;height: 3.99em;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.lab-show-box .item .hidden-info .index-more-btn{margin-top: 1.8rem;}
.lab-show-box .item .hidden-info .index-more-btn::after{background-color: rgba(255,255,255,.3);}
.lab-show-box .item:hover .hidden-info{transform: translateY(0);}
/*最新动态轮播*/
.latest-trends-swiper{overflow: hidden;}
.latest-trends-swiper .swiper-slide a{display: block;}
.latest-trends-swiper .swiper-slide .pic{border-radius: .4rem;overflow: hidden;}
.latest-trends-swiper .swiper-slide .pic em{display: block;padding-top: 66.7%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.latest-trends-swiper .swiper-slide .info{margin-top: 2rem;}
.latest-trends-swiper .swiper-slide .info .tit{width: 70%;line-height: 1.33;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.latest-trends-swiper .swiper-slide .info .record{display: flex;justify-content: space-between;align-items: center;padding-right: 4rem;margin-top: 4rem;}
.latest-trends-swiper .swiper-slide .pic:hover{cursor: url(../2024_images/icon_cursor.svg) 50 50,auto;}
.latest-trends-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
/*博士后工作站入口*/
.postdoctoral-entrance-box{display: flex;}
.postdoctoral-entrance-box .item{display: inline-flex;justify-content: center;align-items: center;width: 17rem;height: 4.5rem;box-sizing: border-box;background-color: rgba(255,255,255,.8);border-left: 1px solid #fff;transition: .5s;}
.postdoctoral-entrance-box .item:first-child{border-left: 0;}
.postdoctoral-entrance-box .item .icon{display: none;position: relative;width: 2.7rem;height: 2.7rem;background-color: rgba(255,255,255,.2);border-radius: 50%;}
.postdoctoral-entrance-box .item .icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 56%;height: 56%;margin: auto;}
.postdoctoral-entrance-box .item:hover{justify-content: space-between;width: 28.5rem;padding: 0 2rem;background-color: #0F5ADE;color: #fff;}
.postdoctoral-entrance-box .item:hover .icon{display: block;}

/*联系我们页*/
.contact-page{padding: 0;}
.contact-page .part1{padding: 5rem 0;background-color: #F2F2F2;}
.contact-page .part2{padding: 5rem 0;}
/*联系信息，选项卡*/
.contact-info-tab-box .tabs{display: flex;justify-content: space-between;align-items: center;padding: 0 6rem;border-bottom: 1px solid #BEBEBE;}
.contact-info-tab-box .tabs .item{position: relative;padding-bottom: 1.2rem;cursor: pointer;}
.contact-info-tab-box .tabs .item::after{content: '';position: absolute;left: 50%;bottom: 0;width: 3.6rem;height: .15rem;margin-left: -1.8rem;background-color: #0F5ADE;transform: scaleX(0);transition: .3s;}
.contact-info-tab-box .tabs .item.on::after{transform: scaleX(1);}
.contact-info-tab-box .tab-content{margin-top: 2.6rem;overflow: hidden;}
.contact-info-tab-box .tab-content .swiper-slide{display: flex;flex-wrap: wrap;border-radius: .4rem;overflow: hidden;}
.contact-info-tab-box .tab-content .swiper-slide > .con-l{width: 58.6%;}
.contact-info-tab-box .tab-content .swiper-slide > .con-r{width: 41.4%;min-height: 22.5rem;box-sizing: border-box;padding: 2rem;background-image: linear-gradient(180deg,#0F5ACC,#75A2E8);color: #fff;}
.contact-info-tab-box .pic{height: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;}
.contact-info-tab-box .inpage-title{margin-bottom: 5rem;}
.contact-info-tab-box .list{line-height: 1.33;}
.contact-info-tab-box .list li{margin-bottom: .6rem;}
.contact-info-tab-box .brief{margin-bottom: 5rem;}
/*联系信息表格*/
.contact-info-table{width: 100%;border-collapse: collapse;border-radius: .4rem .4rem 0 0;overflow: hidden;}
.contact-info-table *{box-sizing: border-box;}
.contact-info-table tr:nth-child(2n+1):not(.title){background-color: rgba(15,90,222,.1);}
.contact-info-table td{width: 33.33%;height: 2.5rem;padding: .5rem 5rem;border: 1px solid #ddd;line-height: 1rem;}
.contact-info-table td:first-child{border-left: 0;}
.contact-info-table td:last-child{border-right: 0;}
.contact-info-table .title{background-image: linear-gradient(90deg,rgba(15,90,222,.5),rgba(15,90,222,1));border-bottom: 1px solid #ddd;color: #fff;}
.contact-info-table .title td{height: 4rem;}

/*顶部搜索栏*/
.top-search-box{position: relative;height: 3.5rem;box-sizing: border-box;padding: 0 3rem 0 7rem;margin-bottom: 5rem;border: 1px solid #000;border-radius: 1.75rem;transition: .3s;}
.top-search-box .text-input{width: 100%;height: 100%;background-color: transparent;font-size: 1.2rem;}
.top-search-box .text-input::-webkit-input-placeholder{color: #000;}
.top-search-box .sub-btn{position: absolute;left: 3rem;top: 50%;width: 1.5rem;height: 1.5rem;background-color: transparent;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMS43MDIiIGhlaWdodD0iMzIuNDI0IiB2aWV3Qm94PSIwIDAgMzEuNzAyIDMyLjQyNCI+PHBhdGggZD0iTTIzLjM2MyAyMC4xOTdxMi4xODktMy4yNzcgMi4xODktNy4yNSAwLTUuMzU4LTMuNzM3LTkuMTVRMTguMDcyIDAgMTIuNzc1IDAgNy40OCAwIDMuNzM4IDMuNzk4IDAgNy41ODkgMCAxMi45NDhxMCA1LjM1OCAzLjczNyA5LjE1IDMuNzQzIDMuNzk3IDkuMDM5IDMuNzk3IDIuNTgyIDAgNC45NDUtMS4wMDUgMy41MDUtMS40OTMgNS42NDItNC42OTN6TTIwLjM5MSA1LjIwMXEzLjE2IDMuMjA4IDMuMTYgNy43NDYgMCAzLjM2Ni0xLjg1MSA2LjE0LTEuODA2IDIuNzA0LTQuNzYzIDMuOTYzLTEuOTg3Ljg0NS00LjE2MS44NDUtNC40NiAwLTcuNjE1LTMuMjAxUTIgMTcuNDg3IDIgMTIuOTQ3IDIgOC40MSA1LjE2MSA1LjIwMSA4LjMxNyAyIDEyLjc3NiAycTQuNDYgMCA3LjYxNSAzLjIwMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0FDQUNBQyIvPjxwYXRoIHN0cm9rZT0iI0FDQUNBQyIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMzEgMzBoMTMuODg5IiB0cmFuc2Zvcm09Im1hdHJpeCgtLjcwMTk4IC0uNzEyMiAuNzAxOTggLS43MTIyIDMxIDc1LjE1NikiLz48L3N2Zz4=');background-size: 100% 100%;transform: translateY(-50%);}
.top-search-box:focus-within{background-color: #0F5ADE;border-color: #0F5ADE;}
.top-search-box:focus-within .sub-btn{filter: brightness(0) invert(1);}
.top-search-box .text-input:focus{color: #fff;}
.top-search-box .text-input:focus::-webkit-input-placeholder{color: #fff;}
/*资料中心*/
.data-center-box{display: flex;}
.data-center-box > .con-l{width: 21.5rem;box-sizing: border-box;padding: 2.8rem 2rem;margin-right: 2rem;background-color: #F2F2F2;border-radius: .4rem;}
.data-center-box > .con-l .phone-menu-close{display: none;}
.data-center-box > .con-r{flex: 1;overflow: hidden;}
.data-center-box > .con-r .pc{display: block;}
.data-center-box > .con-r .phone{display: none;}
/*产品菜单栏*/
/*一级*/
.product-menu-box .menu-1st{line-height: 1rem;}
.product-menu-box .menu-1st > li+li{margin-top: 3.5rem;}
.product-menu-box .menu-1st > li > .tit{display: flex;align-items: center;position: relative;padding-right: 1.2rem;}
.product-menu-box .menu-1st > li > .tit::after{content: '';position: absolute;right: 0;top: 50%;width: .7rem;height: .7rem;margin-top: -.35rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);transform: rotate(-90deg);transition: .3s;}
.product-menu-box .menu-1st > li > .tit .icon{width: 1.2rem;height: 1.2rem;margin-right: .6rem;filter: brightness(0);}
.product-menu-box .menu-1st > li > .tit .name{flex: 1;}
.product-menu-box .menu-1st > li.on > .tit{color: #0F5ADE;}
.product-menu-box .menu-1st > li.on > .tit::after{filter: none;transform: rotate(0);}
.product-menu-box .menu-1st > li.on > .tit .icon{filter: none;}
.product-menu-box .menu-1st > li.on .menu-2nd{display: block;}
/*二级*/
.product-menu-box .menu-2nd{display: none;padding-left: 1.8rem;margin-top: 2.3rem;}
.product-menu-box .menu-2nd > li+li{margin-top: 2rem;}
.product-menu-box .menu-2nd > li > a{position: relative;display: block;padding-right: 1.2rem;}
.product-menu-box .menu-2nd > li > a::after{content: '';position: absolute;right: 0;top: 50%;width: .7rem;height: .7rem;margin-top: -.35rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);transform: rotate(-90deg);transition: .3s;}
.product-menu-box .menu-2nd > li.on > a{color: #0F5ADE;}
.product-menu-box .menu-2nd > li.on > a::after{filter: none;transform: rotate(0);}
.product-menu-box .menu-2nd > li.on .menu-3rd{display: block;}
/*三级*/
.product-menu-box .menu-3rd{display: none;margin-top: 1.5rem;}
.product-menu-box .menu-3rd > li+li{margin-top: 1rem;}
.product-menu-box .menu-3rd > li > a{position: relative;display: block;padding-left: 1rem;}
.product-menu-box .menu-3rd > li > a::before{content: '';position: absolute;left: 0;top: .25rem;width: .5rem;height: .5rem;box-sizing: border-box;border: 1px solid currentColor;}
.product-menu-box .menu-3rd > li.on > a{color: #0F5ADE;}
/*分类筛选*/
.classification-area{padding: 1.5rem 1.8rem;background-color: #F2F2F2;border-radius: .4rem;}
.classification-area .section{display: flex;align-items: flex-start;padding: .5rem 0;border-top: 1px solid #0F5ADE;}
.classification-area .section:first-child{border-top: 0;}
.classification-area .section .tit{display: inline-flex;align-items: center;width: 4rem;height: 1rem;margin: .4rem 0;}
.classification-area .section .content{flex: 1;overflow: hidden;}
.classification-area .section .content .item{display: inline-flex;align-items: center;height: 1rem;box-sizing: border-box;padding: 0 .4rem;margin: .4rem .2rem;border: 1px solid transparent;border-radius: .5rem;cursor: pointer;}
.classification-area .section .content .item.on{border-color: #0F5ADE;color: #0F5ADE;}
/*筛选结果*/
.classification-result-wrap{display: flex;justify-content: space-between;align-items: center;margin: 2.5rem 0;}
.classification-result-wrap .tips{display: flex;align-items: center;}
.classification-result-wrap .tips i{margin: 0 .3rem;color: #0F5ADE;}
.classification-result-wrap .func-btn-wrap{display: flex;align-items: center;}
.classification-result-wrap .func-btn-wrap .btn{display: inline-flex;justify-content: center;align-items: center;min-width: 8rem;height: 1.6rem;margin-right: 1rem;box-sizing: border-box;padding: 0 1rem;border: 1px solid #0F5ADE;border-radius: .8rem;color: #0F5ADE;transition: .3s;}
.classification-result-wrap .func-btn-wrap .btn:hover{background-color: #0F5ADE;color: #fff;}
.classification-result-wrap .func-btn-wrap .select-wrap{position: relative;}
.classification-result-wrap .func-btn-wrap .select-wrap .name{display: inline-flex;justify-content: center;align-items: center;z-index: 1;position: relative;min-width: 8rem;height: 1.6rem;box-sizing: border-box;padding: 0 1rem;border: 1px solid currentColor;border-radius: .8rem;cursor: pointer;user-select: none;}
.classification-result-wrap .func-btn-wrap .select-wrap .name::after{content: '';width: .5rem;height: .5rem;margin-left: .7rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);transition: .3s;}
.classification-result-wrap .func-btn-wrap .select-wrap .list{display: none;position: absolute;left: 0;right: 0;bottom: 100%;padding: .8rem 0;background-color: #fff;border-radius: .8rem;}
.classification-result-wrap .func-btn-wrap .select-wrap .list li a{display: block;padding: 0 1.6rem;line-height: 1.6rem;transition: .3s;}
.classification-result-wrap .func-btn-wrap .select-wrap .list li a:hover{color: #0F5ADE;}
.classification-result-wrap .func-btn-wrap .select-wrap .name.on{background-color: #0F5ADE;color: #fff;}
.classification-result-wrap .func-btn-wrap .select-wrap .name.on::after{filter: brightness(0) invert(1);transform: rotate(-90deg);}
/*资料表格*/
.data-table-wrap{padding: 2.5rem 2rem;background-color: #F2F2F2;border-radius: .4rem;}
.data-table{width: 100%;border-collapse: collapse;border-bottom: 1px solid #0F5ADE;}
.data-table *{box-sizing: border-box;}
.data-table td{padding: 1.35rem .5rem;text-align: center;line-height: 1.2;}
.data-table td:nth-child(1){width: 45%;padding: 1.35rem 0;text-align: left;}
.data-table td:nth-child(3){white-space: nowrap;}
.data-table .title{border-bottom: 1px solid #0F5ADE;}
.data-table .title td{padding: 0 .5rem 1rem;}
.data-table .title td:nth-child(1){padding: 0 0 1rem;}
.data-table .file-info{display: flex;align-items: center;}
.data-table .file-info .icon{width: 2.75rem;height: 3.2rem;margin-right: .8rem;}
.data-table .file-info .name{display: inline-block;vertical-align: top;}
.data-table .file-info .name .hot{display: inline-flex;padding: 0 .2rem;margin-left: .3rem;background-color: #C00808;border-radius: .5em;font-size: .6rem;line-height: 1;color: #fff;}
.data-table .btn{display: inline-flex;align-items: center;}
.data-table .btn .icon{width: 1.2rem;height: 1.2rem;}
.data-table .favorite-btn{cursor: pointer;filter: brightness(0) invert(.5);}
.data-table .favorite-btn.on{filter: none;}

/*股权结构页*/
.ownership-structure-page{padding: 0;}
.ownership-structure-page .part1 > .con-t{padding: 5rem 0 12rem;background: url(../2024_images/ownership_structure_page_part_bg1.jpg) center no-repeat;background-size: cover;}
.ownership-structure-page .part1 > .con-t .inpage-title{margin-bottom: 2rem;}
.ownership-structure-page .part1 > .con-t .brief{width: 50%;}
.ownership-structure-page .part1 > .con-b{padding: 3rem 0 2rem;background-image: linear-gradient(90deg,#7598DE,#0F5AD1);color: #fff;}
.ownership-structure-page .part1 > .con-b .w1400{display: flex;justify-content: space-between;align-items: flex-end;flex-wrap: wrap;}
.ownership-structure-page .part1 > .con-b .w1400 .brief{width: 64%;}
.ownership-structure-page .part1 > .con-b .w1400 .stock-code{font-size: .6rem;}
.ownership-structure-page .part1 > .con-b .w1400 .stock-code .tit{font-family: 'Poppins-Light';}
.ownership-structure-page .part1 > .con-b .w1400 .stock-code .txt{font-family: 'Poppins-Medium';}
.ownership-structure-page .part2{padding: 4.5rem 0 0;overflow: hidden;}
.ownership-structure-page .part2{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.ownership-structure-page .part2 > .con-l{width: 36%;box-sizing: border-box;padding-left: max(calc(50% - 700px),5%);}
.ownership-structure-page .part2 > .con-r{width: 62.5%;position: relative;padding-top: 62.5%;margin: -6rem 0;}
.ownership-structure-page .part2 > .con-r .echarts-box{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.ownership-structure-page .part2 .info{line-height: 1.33;}
.ownership-structure-page .part2 .info .tit{display: flex;align-items: center;margin-bottom: 2rem;color: #676767;}
.ownership-structure-page .part2 .info .tit .icon{width: 3.5rem;height: 3.5rem;margin-right: 1.5rem;}
.ownership-structure-page .part2 .info .inpage-title{padding-left: 3.5rem;margin-bottom: 3rem;}
.ownership-structure-page .part3{padding: 5rem 0 6rem;background: url(../2024_images/ownership_structure_page_part_bg2.jpg) center no-repeat;background-size: cover;background-attachment: fixed;}
/*持股信息列表*/
.hold-shares-info-list li{position: relative;padding: .8rem 0 2.5rem 3.5rem;border-bottom: 1px solid #ACACAC;line-height: 1.33;}
.hold-shares-info-list li::before{content: '';position: absolute;left: 0;top: 1.2rem;width: .5rem;height: .5rem;background-color: #0F5ADE;border-radius: 50%;}
.hold-shares-info-list li:first-child{border-top: 1px solid #ACACAC;}
.hold-shares-info-list li .tit{margin-bottom: .5rem;}
.hold-shares-info-list li .txt em{margin-left: 1em;font-size: .6rem;color: #676767;}
/*合资伙伴信息列表*/
.joint-partner-info-list li{display: flex;align-items: center;z-index: 1;position: relative;min-height: 6.5rem;box-sizing: border-box;padding: 0 5rem;margin-bottom: 1.2rem;background-color: rgba(255,255,255,.7);border-radius: .4rem;overflow: hidden;transition: .5s;}
.joint-partner-info-list li::before{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(90deg,#0F5AD1,#7598DE);opacity: 0;pointer-events: none;transition: .3s;}
.joint-partner-info-list li .num{width: 1.5rem;margin-right: 3.5rem;}
.joint-partner-info-list li .info{flex: 1;display: flex;justify-content: space-between;position: relative;}
.joint-partner-info-list li .info > .con-l{width: 45%;}
.joint-partner-info-list li .info > .con-r{width: 36%;display: none;}
.joint-partner-info-list li .info .tit{line-height: 1.35;color: inherit;}
.joint-partner-info-list li .info .folding-content{font-size: .7rem;}
.joint-partner-info-list li .info .link{display: inline-flex;margin-top: 5rem;color: #fff;transition: .3s;}
.joint-partner-info-list li .more{position: absolute;right: 5rem;top: 50%;width: 1rem;height: 1rem;margin-top: -.5rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);transform: rotate(-90deg);}
.joint-partner-info-list li .info .link:hover{transform: translateX(.3em);}
.joint-partner-info-list li.on{align-items: flex-start;min-height: 19rem;padding: 2.5rem 5rem;background-color: transparent;color: #fff;}
.joint-partner-info-list li.on::before{opacity: .9;}
.joint-partner-info-list li.on .num{transform: translateY(.5rem);}
.joint-partner-info-list li.on .info > .con-r{display: block;}
.joint-partner-info-list li.on .info .tit{font-size: 2rem;}
.joint-partner-info-list li.on .more{right: auto;top: auto;left: 10rem;bottom: 2.5rem;filter: brightness(0) invert(1);transform: rotate(0);}

/*公司概况页*/
.company-profile-page{padding: 0;}
.company-profile-page .part1{padding: 3rem 0 12rem;background: url(../2024_images/company_profile_page_part_bg1.jpg) center no-repeat;background-size: cover;color: #fff;}
.company-profile-page .part1 .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.company-profile-page .part1 .w1400 > .con-l{width: 50%;}
.company-profile-page .part1 .w1400 > .con-r{width: 43%;margin-top: 12rem;}
.company-profile-page .part1 .tips{margin-bottom: .5rem;font-family: 'Poppins-Light';}
.company-profile-page .part1 .tips i{font-family: 'Poppins-Medium';}
.company-profile-page .part1 .brief{margin-bottom: 3rem;}
.company-profile-page .part2{padding: 6.5rem 0;}
.company-profile-page .part3{padding: 6rem 0;background-color: #F0F0F0;}
.company-profile-page .part4{position: relative;padding: 2rem 0 4rem;background-color: #E2EFFF;}
.company-profile-page .part4 .inpage-title{z-index: 1;position: absolute;left: calc(50% - 700px);top: 4rem;}
.company-profile-page .part4 .data-show-wrap{margin-top: -3rem;}
.company-profile-page .part5{padding: 6.5rem 0;}
.company-profile-page .part6{padding: 4.5rem 0 15rem;background: url(../2024_images/company_profile_page_part_bg2.jpg) center no-repeat;background-size: cover;color: #fff;}
.company-profile-page .part6 .inpage-title{margin-bottom: 2rem;}
.company-profile-page .part6 .brief{width: 50%;}
.company-profile-page .part6 .index-more-btn{margin-top: 1.5rem;}
/*公司发展简介*/
.company-development-brief{display: flex;justify-content: space-between;flex-wrap: wrap;}
.company-development-brief > .con-l{width: 54%;}
.company-development-brief > .con-r{width: 43%;}
.company-development-brief .pic{border-radius: .4rem;overflow: hidden;}
.company-development-brief .pic em{display: block;padding-top: 76%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.company-development-brief .inpage-title{margin-bottom: 7.5rem;}
.company-development-brief .year{margin-bottom: 2rem;font-size: 7.2rem;line-height: 1;color: #0F5ADE;}
.company-development-brief .brief1{margin-bottom: 1rem;}
.company-development-brief .brief2{margin-bottom: 3rem;color: #676767;}
.company-development-brief .brief3{color: #ACACAC;}
/*公司战略走马灯*/
.corporate-strategy-marquee-box{white-space: nowrap;overflow: hidden;}
.corporate-strategy-marquee-box .marquee{height: 5rem;display: inline-block;vertical-align: top;animation: marquee 30s linear infinite running;}
.corporate-strategy-marquee-box .marquee .item{display: inline-flex;align-items: center;margin-right: 4rem;}
.corporate-strategy-marquee-box .marquee .item .pic{width: 5rem;margin-right: 1.5rem;overflow: hidden;}
.corporate-strategy-marquee-box .marquee .item .pic em{display: block;padding-top: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.corporate-strategy-marquee-box:hover .marquee{animation-play-state: paused;}
@keyframes marquee{
    100%{translate: -100%;}
}
/*全球区域，选项卡*/
.global-region-tab-box{z-index: 1;position: absolute;right: calc(50% - 700px);top: 4rem;display: flex;}
.global-region-tab-box .tabs{margin-right: 2.8rem;line-height: 1.33;}
.global-region-tab-box .tabs .item{position: relative;color: #ACACAC;cursor: pointer;transition: .3s;}
.global-region-tab-box .tabs .item::before{content: '';position: absolute;left: -1rem;top: 50%;width: .6rem;height: .6rem;margin-top: -.3rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI3IiBoZWlnaHQ9IjEzIiB2aWV3Qm94PSIwIDAgNyAxMyI+PHBhdGggZD0iTTUuNzkzIDYuNUwuMTQ2IDEyLjE0NmwuNzA4LjcwOEw3LjIwNyA2LjUuODU0LjE0Ni4xNDYuODU0IDUuNzkzIDYuNXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iIzBGNUFERSIvPjwvc3ZnPg==');background-size: 100% 100%;opacity: 0;visibility: hidden;transform: translateX(100%);}
.global-region-tab-box .tabs .item.on{color: #0F5ADE;}
.global-region-tab-box .tabs .item.on::before{opacity: 1;visibility: visible;transform: translateX(0);transition: .3s;}
.global-region-tab-box .tab-content{position: relative;}
.global-region-tab-box .tab-content .item{position: absolute;left: 0;top: 0;width: 14rem;padding: .5rem 0 0 .3rem;border-top: 1px solid #D8D8D8;opacity: 0;visibility: hidden;transition: .3s;}
.global-region-tab-box .tab-content .item.show{position: relative;opacity: 1;visibility: visible;}
.global-region-tab-box .tab-content .item .list{line-height: 1.5;}
.global-region-tab-box .tab-content .item .list li{position: relative;padding-left: .7rem;}
.global-region-tab-box .tab-content .item .list li::before{content: '';position: absolute;left: 0;top: .4rem;width: .2rem;height: .2rem;background-color: currentColor;border-radius: 50%;}
/*全球地图*/
.global-map-box{position: relative;}
.global-map-box .map{padding-top: 49.90%;background-position: center;background-size: contain;background-repeat: no-repeat;}
.global-map-box .location-item{position: absolute;cursor: pointer;pointer-events: none;}
.global-map-box .location-item .dot{position: absolute;left: 0;top: 0;width: .5rem;height: .5rem;background-color: #0F5ADE;border-radius: 50%;filter: brightness(0) invert(.6);transition: .3s;}
.global-map-box .location-item .dot::before{content: '';position: absolute;left: -.25rem;right: -.25rem;top: -.25rem;bottom: -.25rem;background-color: rgba(15,90,222,.5);border-radius: 50%;pointer-events: none;}
.global-map-box .location-item .hidden-info{position: absolute;left: 50%;bottom: 1.5rem;width: 24rem;box-sizing: border-box;padding: 1rem 1rem 1.5rem;background-color: #fff;border: 1px solid #E8E8E8;border-radius: .2rem;transform: translateX(calc(-50% + .25rem));filter: drop-shadow(0 .4rem 1rem rgba(0,0,0,.1));opacity: 0;visibility: hidden;margin-bottom: -1rem;}
.global-map-box .location-item .hidden-info::after{content: '';position: absolute;left: 50%;bottom: 0;width: 1rem;height: 1rem;background-color: #fff;border-right: 1px solid #E8E8E8;border-bottom: 1px solid #E8E8E8;transform: translate(-50%,50%) rotate(45deg);}
.global-map-box .location-item .hidden-info .tit{max-width: 80%;margin-bottom: .6rem;line-height: 1.33;}
.global-map-box .location-item .hidden-info .city{position: absolute;right: 1rem;top: 1rem;font-size: .6rem;color: #0F5ADE;}
.global-map-box .location-item .hidden-info .tag{font-size: .5rem;color: #ACACAC;}
.global-map-box .location-item:hover .dot{transform: scale(2);}
.global-map-box .location-item:hover .hidden-info{z-index: 1;opacity: 1;visibility: visible;margin-bottom: 0;transition: .3s;}
.global-map-box .section.color .location-item{pointer-events: auto;}
.global-map-box .section.color .location-item .dot{filter: none;}
.global-map-box .item1{left: 75.89%;top: 51.36%;}
.global-map-box .item2{left: 74.84%;top: 46.76%;}
.global-map-box .item3{left: 76.60%;top: 48.50%;}
.global-map-box .item3 .dot::before{content: '';position: absolute;left: -.4rem;right: -.4rem;top: -.4rem;bottom: -.8rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0OC4zMzMiIHZpZXdCb3g9IjAgMCA0MCA0OC4zMzMiPjxwYXRoIGQ9Ik0yMCA0OC4zMzNMNS44NTggMzQuMTc3Yy03LjgxLTcuODE5LTcuODEtMjAuNDk2IDAtMjguMzEzIDcuODExLTcuODE5IDIwLjQ3NS03LjgxOSAyOC4yODQgMCA3LjgxIDcuODIgNy44MSAyMC40OTYgMCAyOC4zMTNMMjAgNDguMzMzeiIgZmlsbD0iIzBGNUFERSIgb3BhY2l0eT0iLjUiLz48L3N2Zz4=');background-size: 100% 100%;background-color: transparent;}
.global-map-box .item4{left: 78.33%;top: 44.15%;}
.global-map-box .item5{left: 80.31%;top: 42.59%;}
.global-map-box .item6{left: 79.58%;top: 49.06%;}
.global-map-box .item7{left: 75.52%;top: 49.90%;}
.global-map-box .item8{left: 80.20%;top: 69.31%;}
.global-map-box .item9{left: 50.05%;top: 35.91%;}
.global-map-box .item10{left: 52.97%;top: 34.34%;}
.global-map-box .item11{left: 55.31%;top: 83.72%;}
.global-map-box .item12{left: 33.13%;top: 71.71%;}
.global-map-box .item13{left: 19.64%;top: 52.51%;}
/*数据展示区*/
.data-show-wrap{display: flex;justify-content: space-between;}
.data-show-wrap .item{flex: 0 0 18%;}
.data-show-wrap .item .num{display: flex;line-height: 1;}
.data-show-wrap .item .num span{display: inline-flex;}
.data-show-wrap .item .txt{margin-top: .5rem;line-height: 1.33;color: #676767;}
/*业务重点*/
.business-focus-box{display: flex;flex-wrap: wrap;}
.business-focus-box .item{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;position: relative;width: 32%;height: 12.5rem;box-sizing: border-box;padding: 1.5rem 1.5rem 1rem;margin: 0 0 2% 2%;border: 1px solid #ACACAC;border-radius: .4rem;transition: .3s;}
.business-focus-box .item:nth-child(3n+1){margin-left: 0;}
.business-focus-box .item .num{position: absolute;right: 1.2rem;top: 1rem;color: #ACACAC;transition: .3s;}
.business-focus-box .item .icon{width: 3.5rem;height: 3.5rem;transition: .5s;}
.business-focus-box .item .tit{position: relative;font-family: 'Poppins-Medium';line-height: 1;}
.business-focus-box .item .tit::after{content: '';position: absolute;right: 0;bottom: 0;width: .8rem;height: .8rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;opacity: 0;transform: rotate(-90deg);transition: transform .3s;}
.business-focus-box .item:nth-child(2) .tit::after{right: 14rem;bottom: 2rem;}
.business-focus-box .item:nth-child(6) .tit::after{right: 8rem;bottom: 2rem;}
.business-focus-box .item:hover{background-color: #0F5ADE;color: #fff;}
.business-focus-box .item:hover .num{color: #fff;}
.business-focus-box .item:hover .icon{transform: rotateY(360deg);filter: brightness(0) invert(1);}
.business-focus-box .item:hover .tit::after{opacity: 1;transform: translate(150%,-120%) rotate(-90deg);filter: brightness(0) invert(1);}

/*产品类型介绍*/
.product-type-intro{min-height: 17rem;box-sizing: border-box;padding: 2.5rem 5rem;margin-bottom: 3rem;background-position: center;background-size: cover;background-repeat: no-repeat;border-radius: .4rem;line-height: 1.33;color: #fff;}
.product-type-intro .tit{margin-bottom: 1.5rem;}
.product-type-intro .txt{width: 75%;}
/*产品信息列表*/
.product-info-list{display: flex;flex-wrap: wrap;}
.product-info-list li{width: 23.65%;margin: 0 0 2.5rem 1.8%;}
.product-info-list li:nth-child(4n+1){margin-left: 0;}
.product-info-list li a{display: block;}
.product-info-list li .pic{background-color: #fff;border: 1px solid #ACACAC;border-radius: .4rem;overflow: hidden;}
.product-info-list li .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.product-info-list li .info{margin-top: 1.2rem;}
.product-info-list li .info .tit{min-height: 2.66em;line-height: 1.33;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;transition: .3s;}
.product-info-list li .info .tit::after{content: '';position: absolute;width: .4rem;height: .4rem;margin: .2rem 0 0 .2rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;transform: rotate(-90deg);opacity: 0;transition: .3s;}
.product-info-list li a:hover .info .tit{color: #0F5ADE;}
.product-info-list li a:hover .info .tit::after{opacity: 1;}
.product-info-list li a:hover .pic em{transform: scale(1.05);}

/*产品详情页*/
.product-details-page{padding: 0;}
.product-details-page .section{padding-bottom: 2rem;margin-bottom: 2rem;border-bottom: 1px solid #ddd;}
.product-details-page .section .inpage-title{margin-bottom: 2rem;}
.product-details-page .section .section-content{line-height: 1.33;color: #676767;}
.product-details-page .section .section-content ul{list-style: disc;padding-left: 1rem;}
.product-details-page .part1{padding: 5.5rem 0;}
.product-details-page .part2{padding: 5rem 0;}
.product-details-page .part3{padding: 5rem 0;}
.product-details-page .part4{padding: 5rem 0 5.5rem;}
.product-details-page .part4 .inpage-title{margin-bottom: 2.5rem;}
/*产品详情介绍*/
.product-details-intro{display: flex;justify-content: space-between;flex-wrap: wrap;}
.product-details-intro > .con-l{width: 43%;}
.product-details-intro > .con-r{width: 50%;}
.product-details-intro .info .tit{margin-bottom: 3rem;line-height: 1.35;}
.product-details-intro .info .tit i{color: #0F5ADE;}
.product-details-intro .info .txt{line-height: 1.33;}
.product-details-intro .product-pic-tab-box{margin-top: 3rem;}
/*产品图片，选项卡*/
.product-pic-tab-box{position: relative;padding: 0 1.5rem;}
.product-pic-tab-box .tabs{overflow: hidden;}
.product-pic-tab-box .tabs .swiper-slide{cursor: pointer;}
.product-pic-tab-box .tabs .swiper-slide .pic{background-color: #fff;border: 1px solid #eee;border-radius: .4rem;transition: .3s;}
.product-pic-tab-box .tabs .swiper-slide .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;}
.product-pic-tab-box .tabs .swiper-slide.on .pic{border-color: #0F5ADE;}
.product-pic-tab-box .btn{z-index: 1;position: absolute;top: 50%;width: 1rem;height: 1rem;margin-top: -.5rem;cursor: pointer;transition: .3s;}
.product-pic-tab-box .btn:after{content: '';position: absolute;left: 50%;top: 50%;width: 50%;height: 50%;border-top: 1px solid currentColor;}
.product-pic-tab-box .prev-btn{left: 0;}
.product-pic-tab-box .prev-btn:after{border-left: 1px solid currentColor;transform: translate(-30%,-50%) rotate(-45deg);}
.product-pic-tab-box .next-btn{right: 0;}
.product-pic-tab-box .next-btn:after{border-right: 1px solid currentColor;transform: translate(-70%,-50%) rotate(45deg);}
.product-pic-tab-box .btn:hover{color: #0F5ADE;}
/*产品图片轮播*/
.product-pic-swiper{position: relative;overflow: hidden;}
.product-pic-swiper .swiper-slide .pic{border-radius: .4rem;overflow: hidden;}
.product-pic-swiper .swiper-slide .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
/*产品参数，选项卡*/
.product-param-tab-box .tabs{display: flex;border-bottom: 1px solid #ACACAC;}
.product-param-tab-box .tabs .item{position: relative;padding: 0 2rem 1.2rem;line-height: 1.33;cursor: pointer;transition: .3s;}
.product-param-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: .15rem;background-color: #0F5ADE;transform: scaleX(0);transition: .3s;}
.product-param-tab-box .tabs .item.on{color: #0F5ADE;}
.product-param-tab-box .tabs .item.on::after{transform: scaleX(1);}
.product-param-tab-box .tab-content{margin-top: 3rem;}
.product-param-tab-box .tab-content > .item{display: none;}
.product-param-tab-box .tab-content > .item.show{display: block;}
/*产品文件列表*/
.product-file-list{list-style: none!important;padding-left: 0!important;}
.product-file-list li{margin: 1rem 0;}
.product-file-list li a{display: flex;align-items: center;line-height: 1.33;}
.product-file-list li a .icon{flex: 0 0 3.2rem;height: 3.2rem;margin-right: 1.6rem;}
.product-file-list li a .name{transition: .3s;}
.product-file-list li a:hover .name{color: #0F5ADE;text-indent: .3rem;}
/*兼容老网站产品文件列表*/
.file-download-box h3{margin-bottom: 2rem;font-family: 'Poppins-Medium';font-size: 2rem;line-height: 1.35;font-weight: normal;}
.file-download-box ul{margin-bottom: 2rem;font-size: 1.2rem;}
.file-download-box ul li{margin: 1rem 0;}
.file-download-box ul li a{display: flex;align-items: center;line-height: 1.33;transition: .3s;}
.file-download-box ul li a::before{content: '';flex: 0 0 3.2rem;height: 3.2rem;margin-right: 1.6rem;background-image: url(../2024_images/icon_file_pdf2.svg);background-size: 100% 100%;}
.file-download-box ul li a:hover{color: #0F5ADE;text-indent: .3rem;}
/*相关产品轮播*/
.related-product-swiper{padding-left: max(calc(50% - 700px),5%);overflow: hidden;}
.related-product-swiper .swiper-slide a{display: block;}
.related-product-swiper .swiper-slide .pic{border: 1px solid #ACACAC;border-radius: .4rem;overflow: hidden;}
.related-product-swiper .swiper-slide .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.related-product-swiper .swiper-slide .tit{width: 90%;margin-top: 1rem;font-size: .7rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: .3s;}
.related-product-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.related-product-swiper .swiper-slide a:hover .tit{color: #0F5ADE;}
/*产品参数表格*/
.product-param-table{min-width: 100%;border-collapse: collapse;}
.product-param-table *{box-sizing: border-box;}
.product-param-table th{height: 4rem;background-color: #0F5ADE;padding: .5rem;border: 1px solid #ACACAC;font-size: 1.1rem;line-height: 1rem;font-weight: normal;color: #fff;}
.product-param-table td{height: 3rem;padding: .5rem;border: 1px solid #ACACAC;line-height: 1rem;text-align: center;}
.product-param-table td:empty::after{content: '-';}
.product-param-table ul{list-style: disc;padding-left: 1rem;text-align: left;}

/*预制棒页*/
.yzb-page{padding: 0;}
.yzb-page .part1{padding: 5rem 0;}
.yzb-page .part1 .product-type-intro{margin-bottom: 0;color: #020202;}
.yzb-page .part1 .product-type-intro .txt{width: 68%;}
.yzb-page .part2{padding: 5rem 0;background-color: #F0F0F0;}
.yzb-page .part2 .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.yzb-page .part2 .w1400 > .con-l{width: 25%;}
.yzb-page .part2 .w1400 > .con-l .icon{width: 5rem;height: 5rem;margin-top: 4rem;}
.yzb-page .part2 .w1400 > .con-r{width: 58%;}
.yzb-page .part3{padding: 5rem 0;}
/*预制棒特点信息*/
.yzb-character-info{display: flex;justify-content: space-between;flex-wrap: wrap;}
.yzb-character-info > .con-l{width: 25.7%;}
.yzb-character-info > .con-r{width: 69.4%;}
.yzb-character-info .pic{border-radius: .4rem;overflow: hidden;}
.yzb-character-info .pic em{display: block;padding-top: 126%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.yzb-character-info .txt{line-height: 1.33;}
.yzb-character-info table{min-width: 100%;border-collapse: collapse;margin-top: 2rem;}
.yzb-character-info table *{box-sizing: border-box;}
.yzb-character-info table tr{border-top: 1px dashed #676767;}
.yzb-character-info table td{height: 3rem;padding: .5rem .8rem;font-size: .7rem;line-height: 1rem;color: #3D3D3D;}
.yzb-character-info table td:nth-child(1){font-size: .9rem;color: #020202;}
.yzb-character-info table .title{border-top: 0;}
.yzb-character-info table .title td{height: 2.2rem;font-size: .9rem;color: #020202;}
/*预制棒视频信息轮播*/
.yzb-video-info-swiper{position: relative;margin-left: max(calc(50% - 700px),5%);padding: 0 40% 4rem 0;overflow: hidden;}
.yzb-video-info-swiper .swiper-slide .wrap{transform: translate(-6%,-6%) scale(.8);transition: transform .8s linear;}
.yzb-video-info-swiper .swiper-slide .wrap .title{height: 2.7em;margin-bottom: 3rem;line-height: 1.35;opacity: 0;transition: .3s;}
.yzb-video-info-swiper .swiper-slide .wrap .pic{border-radius: .4rem;overflow: hidden;}
.yzb-video-info-swiper .swiper-slide .wrap .pic em{display: block;padding-top: 56.2%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.yzb-video-info-swiper .swiper-slide .wrap .pic em::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 44%;background-image: linear-gradient(rgba(0,0,0,0),rgba(15,90,222,.8));transition: .3s;}
.yzb-video-info-swiper .swiper-slide .wrap .video-box{z-index: 1;}
.yzb-video-info-swiper .swiper-slide .wrap .video-box::before{display: none;z-index: 1;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(2,2,2,.4));}
.yzb-video-info-swiper .swiper-slide .wrap .video-box::after{width: 3.75rem;height: 3.75rem;background-image: url(../2024_images/icon_play_blue2.svg);opacity: 1;transform: translateY(0);}
.yzb-video-info-swiper .swiper-slide .wrap .video-info{z-index: 1;position: absolute;left: 0;right: 0;top: 50%;transform: translateY(-50%);text-align: center;line-height: 1;color: #fff;opacity: 0;transition: .3s;}
.yzb-video-info-swiper .swiper-slide .wrap .video-info .tit{margin-bottom: .6rem;}
.yzb-video-info-swiper .swiper-slide .wrap .video-info .tips{display: inline-flex;align-items: center;margin-top: 2.4rem;font-size: .6rem;}
.yzb-video-info-swiper .swiper-slide .wrap .video-info .tips::before{content: '';display: inline-flex;border: .2rem solid transparent;border-left: .3rem solid currentColor;border-right-width: .1rem;margin-right: .4rem;}
.yzb-video-info-swiper .swiper-slide .wrap .intro{width: 80%;margin-top: 3rem;opacity: 0;transition: .3s;}
.yzb-video-info-swiper .swiper-slide .wrap:hover .pic em{transform: scale(1.05);}
.yzb-video-info-swiper .swiper-slide-active .wrap{transform: translate(0,0) scale(1);}
.yzb-video-info-swiper .swiper-slide-active .wrap .title{opacity: 1;}
.yzb-video-info-swiper .swiper-slide-active .wrap .pic em::after{opacity: 0;pointer-events: none;}
.yzb-video-info-swiper .swiper-slide-active .wrap .video-box::before{display: block;opacity: 1;}
.yzb-video-info-swiper .swiper-slide-active .wrap .video-box::after{opacity: 0;}
.yzb-video-info-swiper .swiper-slide-active .wrap .video-info{opacity: 1;}
.yzb-video-info-swiper .swiper-slide-active .wrap .intro{opacity: 1;}
.yzb-video-info-swiper .swiper-pagination{z-index: 1;bottom: 0;font-size: 0;display: flex;}
.yzb-video-info-swiper .swiper-pagination .swiper-pagination-bullet{flex: 1;width: auto;height: .25rem;margin: 0;background-color: transparent;border-radius: 0;opacity: 1;}
.yzb-video-info-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #0F5ADE;}
.yzb-video-info-swiper .btn{z-index: 1;position: absolute;top: 70%;width: 2rem;height: 2rem;background-size: 100% 100%;cursor: pointer;filter: brightness(0) invert(.6);transition: .3s;}
.yzb-video-info-swiper .prev-btn{right: max(calc(50% - 700px + 5.5rem),calc(5% + 5.5rem));background-image: url(../2024_images/icon_arrow_left_blue.svg);}
.yzb-video-info-swiper .next-btn{right: max(calc(50% - 700px),5%);background-image: url(../2024_images/icon_arrow_right_blue.svg);}
.yzb-video-info-swiper .btn:hover{filter: none;}
.yzb-video-info-swiper .swiper-button-disabled{filter: brightness(0) invert(.8)!important;cursor: not-allowed;}

/*四氯化硅页*/
.fourlhg-page{padding: 3rem 0;}
.fourlhg-page .w1400{box-sizing: border-box;padding: 0 2.5rem;}
/*主要标题*/
.fourlhg-page .main-title{padding: 3rem 2.5rem 6rem;margin: 2rem -2.5rem 0;background: #0F5ADE url(../2024_images/4lhg_main_title_bg.jpg) center no-repeat;background-size: cover;color: #fff;}
/*副标题*/
.fourlhg-page .subtitle{display: flex;margin: 2.5em 0 2em;overflow: hidden;}
.fourlhg-page .subtitle .name{position: relative;color: #0F5ADE;}
.fourlhg-page .subtitle .name::after{content: '';position: absolute;left: calc(100% + 1em);top: 50%;width: 70vw;height: 1px;background-image: linear-gradient(90deg,#0F5ADE,rgba(0,0,0,0));}
/*底部信息*/
.fourlhg-page .bottom-info{display: flex;justify-content: center;align-items: center;height: 6rem;margin-top: 2.5rem;background: #0F5ADE url(../images/4lhg_bottom_info_bg.jpg) center no-repeat;background-size: cover;text-align: center;color: #fff;}
/*产品信息介绍*/
.fourlhg-product-intro-box{display: flex;align-items: center;flex-wrap: wrap;margin: -4rem 0 2.5rem;background: #fff url(../2024_images/4lhg_product_intro_box_bg.jpg) left bottom no-repeat;background-size: cover;box-shadow: 0 .3rem 1rem rgba(0,0,0,.15);}
.fourlhg-product-intro-box > .con-l{width: 50%;box-sizing: border-box;padding: 0 2.5rem;}
.fourlhg-product-intro-box > .con-r{width: 50%;}
.fourlhg-product-intro-box .info-list li{display: flex;margin: 1em 0;}
.fourlhg-product-intro-box .info-list li span{flex: 0 0 10em;padding-right: 1em;}
.fourlhg-product-intro-box .info-list li em{flex: 1;}
/*产品图片轮播*/
.fourlhg-product-pic-swiper{position: relative;overflow: hidden;}
.fourlhg-product-pic-swiper .swiper-slide .pic{overflow: hidden;}
.fourlhg-product-pic-swiper .swiper-slide .pic em{display: block;padding-top: 66.6%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.fourlhg-product-pic-swiper .swiper-pagination{z-index: 1;bottom: 1rem;font-size: 0;}
.fourlhg-product-pic-swiper .swiper-pagination .swiper-pagination-bullet{width: .4rem;height: .4rem;margin: 0 .3rem;background-color: transparent;border: 1px solid #0F5ADE;opacity: 1;transition: .3s;}
.fourlhg-product-pic-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #0F5ADE;}
.fourlhg-product-pic-swiper .btn{z-index: 1;position: absolute;top: 50%;transform: translateY(-50%);width: 2rem;height: 2rem;background-color: #0F5ADE;border: 1px solid #0F5ADE;border-radius: 50%;color: #fff;cursor: pointer;transition: .3s;}
.fourlhg-product-pic-swiper .btn:after{content: '';position: absolute;left: 50%;top: 50%;width: 20%;height: 20%;border-top: 1px solid currentColor;}
.fourlhg-product-pic-swiper .prev-btn{left: .5rem;}
.fourlhg-product-pic-swiper .prev-btn:after{border-left: 1px solid currentColor;transform: translate(-30%,-50%) rotate(-45deg);}
.fourlhg-product-pic-swiper .next-btn{right: .5rem;}
.fourlhg-product-pic-swiper .next-btn:after{border-right: 1px solid currentColor;transform: translate(-70%,-50%) rotate(45deg);}
.fourlhg-product-pic-swiper .swiper-button-disabled{cursor: not-allowed;opacity: .5;}
/*参数表格*/
.fourlhg-param-table{width: 100%;border-collapse: collapse;background-color: #fff;}
.fourlhg-param-table .title{background-color: rgba(15,90,222,.1);}
.fourlhg-param-table .title td{color: #0F5ADE;}
.fourlhg-param-table td{width: 20%;height: 40px;box-sizing: border-box;padding: .5em 1em;border: 1px solid #0F5ADE;}
.fourlhg-param-table.style2 td{width: 25%;}
.fourlhg-param-table.style2 td:nth-child(2n+1){background-color: rgba(15,90,222,.1);color: #0F5ADE;}
.fourlhg-param-table.style3 td:nth-child(1){width: 10%;}
.fourlhg-param-table.style3 td:nth-child(2){width: 10%;}
.fourlhg-param-table.style3 .title td{height: 60px;background-color: #0F5ADE;text-align: center;color: #fff;}
/*特点列表*/
.fourlhg-feature-list li{position: relative;padding-left: 1.5em;margin: .6em 0;line-height: 1.6;}
.fourlhg-feature-list li::before{content: '';position: absolute;left: 0;top: .6em;width: .4em;height: .4em;background-color: #0F5ADE;border-radius: 50%;}
.fourlhg-feature-list li i{color: #0F5ADE;}
/*产品图片列表*/
.fourlhg-product-pic-list{display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 40px;}
.fourlhg-product-pic-list li{width: 32%;margin-bottom: 20px;}
.fourlhg-product-pic-list li .pic{overflow: hidden;}
.fourlhg-product-pic-list li .pic em{display: block;padding-top: 105%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.fourlhg-product-pic-list li:nth-child(1){width: 66%;}
.fourlhg-product-pic-list li:nth-child(1) .pic em{padding-top: 51%;}
.fourlhg-product-pic-list li:hover .pic em{transform: scale(1.05);}

/*销售网络页*/
.sales-network-page{padding: 4rem 0 2rem;background-color: #F0F0F0;}
.sales-network-page .inpage-title{margin-bottom: 3.5rem;}
/*销售网络地图*/
.sales-network-map-box{position: relative;}
.sales-network-map-box .map{padding-top: 49.90%;background-position: center;background-size: contain;background-repeat: no-repeat;}
.sales-network-map-box .location-item{z-index: 2;position: absolute;cursor: pointer;}
.sales-network-map-box .location-item .dot{position: absolute;left: 0;top: 0;width: .5rem;height: .5rem;background-color: #0F5ADE;border-radius: 50%;transition: .3s;}
.sales-network-map-box .location-item .dot::before{content: '';position: absolute;left: -.25rem;right: -.25rem;top: -.25rem;bottom: -.25rem;background-color: rgba(15,90,222,.5);border-radius: 50%;}
.sales-network-map-box .location-item .name{position: absolute;left: calc(50% + .25rem);top: calc(100% + 1rem);transform: translateX(-50%);line-height: 1.33;white-space: nowrap;}
.sales-network-map-box .location-item.item5 .name{top: auto;bottom: calc(100% + .5rem);}
.sales-network-map-box .location-item .hidden-info{position: absolute;left: 50%;bottom: 1.2rem;display: flex;justify-content: space-between;width: 24rem;box-sizing: border-box;padding: 1.5rem 2rem;background-color: #fff;border: 1px solid #E8E8E8;border-radius: .2rem;transform: translateX(calc(-50% + .25rem));filter: drop-shadow(0 .4rem 1rem rgba(0,0,0,.1));opacity: 0;visibility: hidden;margin-bottom: -1rem;}
.sales-network-map-box .location-item .hidden-info::after{content: '';position: absolute;left: 50%;bottom: 0;width: 1rem;height: 1rem;background-color: #fff;border-right: 1px solid #E8E8E8;border-bottom: 1px solid #E8E8E8;transform: translate(-50%,50%) rotate(45deg);}
.sales-network-map-box .location-item .hidden-info .region{width: 35%;font-family: 'Poppins-Medium';line-height: 1.33;color: #0F5ADE;}
.sales-network-map-box .location-item .hidden-info .list{width: 46%;}
.sales-network-map-box .location-item .hidden-info .list li+li{padding-top: .9rem;margin-top: .9rem;border-top: 1px dashed #ACACAC;}
.sales-network-map-box .location-item .hidden-info .list li .tit{font-size: .6rem;color: #ACACAC;}
.sales-network-map-box .location-item .hidden-info .list li .txt{margin-top: .2rem;}
.sales-network-map-box .location-item .hidden-info .list li .txt a:hover{text-decoration: underline;color: #0F5ADE;}
.sales-network-map-box .location-item:hover{z-index: 3;}
.sales-network-map-box .location-item:hover .dot{transform: scale(2);}
.sales-network-map-box .location-item:hover .hidden-info{opacity: 1;visibility: visible;margin-bottom: 0;transition: .3s;}
.sales-network-map-box .item1{left: 18.59%;top: 28.81%;}
.sales-network-map-box .item2{left: 19.64%;top: 52.51%;}
.sales-network-map-box .item3{left: 33.23%;top: 71.71%;}
.sales-network-map-box .item4{left: 54.32%;top: 60.33%;}
.sales-network-map-box .item5{left: 58.44%;top: 26.83%;}
.sales-network-map-box .item6{left: 59.84%;top: 55.22%;}
.sales-network-map-box .item7{left: 68.13%;top: 55.32%;}
.sales-network-map-box .item8{left: 74.79%;top: 56.58%;}
.sales-network-map-box .item9{left: 82.97%;top: 78.71%;}
.sales-network-map-box .center-location{z-index: 2;position: absolute;left: 78.1%;top: 47.5%;width: .5rem;height: .5rem;background-color: #0F5ADE;border-radius: 50%;}
.sales-network-map-box .center-location::before{content: '';position: absolute;left: -.4rem;right: -.4rem;top: -.4rem;bottom: -.8rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0OC4zMzMiIHZpZXdCb3g9IjAgMCA0MCA0OC4zMzMiPjxwYXRoIGQ9Ik0yMCA0OC4zMzNMNS44NTggMzQuMTc3Yy03LjgxLTcuODE5LTcuODEtMjAuNDk2IDAtMjguMzEzIDcuODExLTcuODE5IDIwLjQ3NS03LjgxOSAyOC4yODQgMCA3LjgxIDcuODIgNy44MSAyMC40OTYgMCAyOC4zMTNMMjAgNDguMzMzeiIgZmlsbD0iIzBGNUFERSIgb3BhY2l0eT0iLjUiLz48L3N2Zz4=');background-size: 100% 100%;}
.sales-network-map-box .svg-line-box{z-index: 1;position: absolute;left: 0;top: 0;width: 1920px;height: 958px;zoom: var(--scale,1);pointer-events: none;opacity: 0;}
.sales-network-map-box .svg-line-box svg{position: absolute;width: 100%;height: 100%;fill: #fff;stroke-width: 0;stroke: transparent;stroke-linecap: round;}
.sales-network-map-box .svg-line-box .svg1{left: 18.4%;top: 26.8%;}
.sales-network-map-box .svg-line-box .svg2{left: 19.4%;top: 42.4%;}
.sales-network-map-box .svg-line-box .svg3{left: 33.0%;top: 48.0%;}
.sales-network-map-box .svg-line-box .svg4{left: 54.0%;top: 49.0%;}
.sales-network-map-box .svg-line-box .svg5{left: 58.2%;top: 27.2%;}
.sales-network-map-box .svg-line-box .svg6{left: 59.5%;top: 49.1%;}
.sales-network-map-box .svg-line-box .svg7{left: 67.8%;top: 49.5%;}
.sales-network-map-box .svg-line-box .svg8{left: 74.5%;top: 49.5%;}
.sales-network-map-box .svg-line-box .svg9{left: 77.6%;top: 49.5%;}
.sales-network-map-box .svg-line-box.show{opacity: 1;transition: .5s .5s;}
.sales-network-map-box .svg-line-box.show svg path{clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);animation: clipRTL 4s ease-out forwards;animation-delay: calc(var(--delay,0) * .3s);}
.sales-network-map-box .svg-line-box.show .svg9 path{clip-path: polygon(0 0,0 0,0 100%,0 100%);animation: clipLTR 4s ease-out forwards;}
@keyframes clipRTL{
    0%{clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);}
    25%{clip-path: polygon(100% 0,100% 0,100% 100%,100% 100%);}
    100%{clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
}
@keyframes clipLTR{
    0%{clip-path: polygon(0 0,0 0,0 100%,0 100%);}
    25%{clip-path: polygon(0 0,0 0,0 100%,0 100%);}
    100%{clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
}

/*直播页*/
.webinar-page{padding: 0;}
.webinar-page .inpage-title{margin-bottom: 2rem;}
.webinar-page .part1{padding: 5rem 0;}
.webinar-page .part1 .inpage-title{margin-bottom: 1rem;}
.webinar-page .part1 .inpage-title .name .tag{display: inline-block;vertical-align: top;padding: 0 .5rem;margin-left: .5rem;background-color: #0F5ADE;line-height: 1.5;color: #fff;}
.webinar-page .part1 .live-date{line-height: 1.33;color: #676767;}
.webinar-page .part2{padding: 5rem 0 6.5rem;}
.webinar-page .part3{padding: 5rem 0 5.5rem;}
.webinar-page .part3 .inpage-title{justify-content: center;text-align: center;}
.webinar-page .part4{padding: 5rem 0 8rem;background-color: #F0F0F0;}
.webinar-page .part4 .webinar-speaker-swiper{margin-top: -4.5rem;}
/*直播窗口*/
.live-window{display: flex;flex-wrap: wrap;height: 27rem;margin-top: 3rem;background-color: #fff;}
.live-window > .con-l{position: relative;width: 68.6%;height: 100%;background-color: rgba(0,0,0,.8);border-radius: .4rem;overflow: hidden;}
.live-window > .con-r{position: relative;width: 31.4%;height: 100%;box-sizing: border-box;padding: 1.5rem 2rem;background-color: #F0F0F0;border-radius: .4rem;overflow: hidden;}
/*视频区*/
.live-window .video-wrap{position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.live-window .video-wrap video{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #353535;object-fit: contain;}
/*直播信息*/
.live-window .live-info{position: absolute;left: 0;right: 0;top: 0;bottom: 2.8rem;display: flex;flex-direction: column;justify-content: center;align-items: center;line-height: 1.33;color: #fff;}
.live-window .live-info .tit1{margin-bottom: .3rem;}
.live-window .live-info .tit2{margin-bottom: 1.5rem;}
.live-window .live-info .tit3{margin-bottom: 1rem;}
.live-window .live-info .btn{display: inline-flex;align-items: center;padding: 0 2rem;margin-top: 2.2rem;background-color: #0F5ADE;border-radius: .8rem;line-height: 1.6rem;color: #fff;cursor: pointer;}
/*倒计时*/
.live-window .live-info .timeTo{height: auto;font-family: 'Poppins-Regular'!important;font-weight: normal;}
.live-window .live-info .timeTo figure{max-width: none!important;}
.live-window .live-info .timeTo span{margin: 0 .3rem;font-size: 50%;}
.live-window .live-info .timeTo div{background: #555;border: 0;border-radius: .2rem;}
.live-window .live-info .timeTo div.first{margin-right: .2rem;}
.live-window .live-info .timeTo ul{left: 0!important;width: 100%;text-align: center;}
.live-window .live-info .timeTo figcaption{text-transform: uppercase;line-height: 1;color: #fff;}
/*视频区底部栏*/
.live-window .bottom-wrap{z-index: 1;position: absolute;left: 0;right: 0;bottom: 0;display: flex;justify-content: space-between;align-items: center;height: 2.8rem;padding: 0 1.5rem;background-color: rgba(125,125,125,.5);color: #fff;}
.live-window .bottom-wrap .share-btn{display: inline-flex;align-items: center;cursor: pointer;}
.live-window .bottom-wrap .share-btn::before{content: '';width: 1rem;height: 1rem;margin-right: .5rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMC4yNDYiIGhlaWdodD0iMjAuMjM4IiB2aWV3Qm94PSIwIDAgMjAuMjQ2IDIwLjIzOCI+PHBhdGggZD0iTTcuMjUgMTIuOTk1cS0uNDc3LS40NzctLjc4Ni0xLjExNmwtLjkuNDM1cS4zODIuNzkyLjk4IDEuMzg5UTcuOTkgMTUuMTUgMTAuMDQgMTUuMTV0My40OTctMS40NDhsNS4yNi01LjI2cTEuNDQ5LTEuNDUgMS40NDktMy40OTh0LTEuNDQ5LTMuNDk3UTE3LjM1IDAgMTUuMyAwcS0yLjA0OCAwLTMuNDk2IDEuNDQ4TDkuNzM2IDMuNTE2bC43MDcuNzA3IDIuMDY4LTIuMDY4UTEzLjY2NiAxIDE1LjMgMXExLjYzNCAwIDIuNzkgMS4xNTUgMS4xNTUgMS4xNTYgMS4xNTUgMi43OSAwIDEuNjM1LTEuMTU2IDIuNzlsLTUuMjYgNS4yNnEtMS4xNTYgMS4xNTYtMi43OSAxLjE1Ni0xLjYzNCAwLTIuNzktMS4xNTV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTIuOTk1IDcuMjQycS40NzguNDc3Ljc4NyAxLjExN2wuOS0uNDM1cS0uMzgzLS43OTItLjk4LTEuMzg5LTEuNDQ4LTEuNDQ4LTMuNDk2LTEuNDQ4LTIuMDQ5IDAtMy40OTcgMS40NDhsLTUuMjYgNS4yNlEwIDEzLjI0NCAwIDE1LjI5MnEwIDIuMDQ5IDEuNDQ4IDMuNDk3IDEuNDQ5IDEuNDQ5IDMuNDk3IDEuNDQ5IDIuMDQ5IDAgMy40OTctMS40NDlsMi4wNjgtMi4wNjgtLjcwNy0uNzA3LTIuMDY4IDIuMDY4cS0xLjE1NSAxLjE1Ni0yLjc5IDEuMTU2LTEuNjM0IDAtMi43OS0xLjE1NlExIDE2LjkyNyAxIDE1LjI5MnEwLTEuNjM0IDEuMTU1LTIuNzlsNS4yNi01LjI2cTEuMTU2LTEuMTU1IDIuNzktMS4xNTUgMS42MzUgMCAyLjc5IDEuMTU1eiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIi8+PC9zdmc+');background-size: 100% 100%;}
.live-window .bottom-wrap .viewer-num{display: inline-flex;align-items: center;}
.live-window .bottom-wrap .viewer-num::before{content: '';width: 1rem;height: 1rem;margin-right: .5rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyNC44MzkiIGhlaWdodD0iMjAuODI3IiB2aWV3Qm94PSIwIDAgMjQuODM5IDIwLjgyNyI+PGVsbGlwc2UgY3g9IjE3LjU1NyIgY3k9IjYuMjU4IiByeD0iMy41NCIgcnk9IjMuNzAxIiBzdHJva2U9IiNGRkYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpwYXNzdGhyb3VnaCIvPjxlbGxpcHNlIGN4PSI3LjM4NiIgY3k9IjUuMTk2IiByeD0iNC40OTIiIHJ5PSI0LjY5NiIgc3Ryb2tlPSIjRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6cGFzc3Rocm91Z2giLz48cGF0aCBkPSJNMS4wMDQgMTYuMTgycS0uMTE4LTIuODAxIDMuNTUzLTQuNTJsLS40MjQtLjkwNlEtLjEzNSAxMi43NTQuMDA0IDE2LjIxM3YyLjIzNmgxdi0yLjI2N3pNMjQuODM1IDE2LjIxM3EuMTM5LTMuNDU5LTQuMTI5LTUuNDU3bC0uNDI0LjkwNnEzLjY3MSAxLjcxOSAzLjU1MyA0LjUydjEuMTZoMXYtMS4xMjl6TTExLjg5IDExLjUxNnEtLjYxLS40Mi0xLjMzMi0uNzZsLS40MjUuOTA2cS42NDYuMzAzIDEuMTg4LjY3N2wuNTY4LS44MjN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpwYXNzdGhyb3VnaCIvPjxwYXRoIGQ9Ik0xMS4xIDE2LjE4NXEtLjExOS0yLjgwMiAzLjU1Mi00LjUybC0uNDI0LS45MDZxLTQuMjY3IDEuOTk4LTQuMTI4IDUuNDU3djIuMjM1cTAgLjk3OC42NjMgMS42NzIuNjczLjcwNCAxLjYzMS43MDQuOTU3IDAgMS42My0uNzAzLjY2NC0uNjk0LjY2NC0xLjY3M3YtMi4yMzVxLjA2NC0xLjY3Ni0xLjMxNS0zLjM1M2wtLjc3Mi42MzVxMS4xNDEgMS4zODggMS4wODggMi42ODdWMTguNDUxcTAgLjU3Ny0uMzg4Ljk4Mi0uMzc3LjM5NC0uOTA3LjM5NHQtLjkwOC0uMzk1cS0uMzg2LS40MDQtLjM4Ni0uOTh2LTIuMjY3eiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6cGFzc3Rocm91Z2giLz48cGF0aCBzdHJva2U9IiNGRkYiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTpwYXNzdGhyb3VnaCIgZD0iTTIxLjE4OCAxNS41M3YyLjU3OE00LjY4IDE1LjUzdjIuNTc4Ii8+PC9zdmc+');background-size: 100% 100%;}
/*聊天室*/
.live-window .chat-room{display: flex;flex-direction: column;justify-content: space-between;height: 100%;}
.live-window .chat-room .title{margin-bottom: 1rem;line-height: 1.35;text-align: center;}
.live-window .chat-room .chat-list{flex: 1;overflow-y: auto;}
.live-window .chat-room .chat-list li{display: flex;margin-bottom: 1.5rem;}
.live-window .chat-room .chat-list li .avatar{width: 1.8rem;height: 1.8rem;margin-right: .5rem;background-color: #fff;background-position: center;background-size: contain;background-repeat: no-repeat;border-radius: 50%;overflow: hidden;}
.live-window .chat-room .chat-list li .info{flex: 1;overflow: hidden;padding-top: .4rem;line-height: 1.33;color: #999;}
.live-window .chat-room .chat-list li .info .name{display: flex;align-items: center;}
.live-window .chat-room .chat-list li .info .name .tag{display: inline-flex;padding: 0 .5rem;margin-right: .3rem;background-color: #CC1069;border-radius: .5rem;font-size: .6rem;line-height: 1rem;color: #fff;}
.live-window .chat-room .chat-list li .info .txt{margin-top: .3rem;color: #666;}
.live-window .chat-room .chat-list li .info .date{margin-top: .5rem;}
.live-window .chat-room .user-input-wrap{display: flex;align-items: center;position: relative;height: 4rem;margin-top: 1rem;background-color: #fff;border-radius: .4rem;overflow: hidden;}
.live-window .chat-room .user-input-wrap .tips{margin-left: 1.5rem;color: #ACACAC;}
.live-window .chat-room .user-input-wrap .tips i{color: #0F5ADE;cursor: pointer;}
.live-window .chat-room .user-input-wrap .text-input{width: 100%;height: 100%;box-sizing: border-box;padding: 0 4rem 0 1.5rem;resize: none;transition: .5s;}
.live-window .chat-room .user-input-wrap .sub-btn{position: absolute;right: 1.5rem;top: 50%;width: .8rem;height: .8rem;margin-top: -.4rem;background-color: transparent;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);transform: rotate(-90deg);}
/*直播介绍*/
.webinar-intro-box{display: flex;justify-content: space-between;flex-wrap: wrap;}
.webinar-intro-box .pic{width: 50%;border-radius: .4rem;overflow: hidden;}
.webinar-intro-box .pic em{display: block;padding-top: 76%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.webinar-intro-box .info{width: 43%;line-height: 1.33;color: #676767;}
.webinar-intro-box .info p{margin-bottom: 2.5rem;}
/*议程表格*/
.agenda-table{min-width: 100%;border-collapse: collapse;}
.agenda-table *{box-sizing: border-box;}
.agenda-table tr{border-bottom: 1px solid #ACACAC;}
.agenda-table td{width: 21%;height: 3rem;padding: 2rem;border-left: 1px solid #ACACAC;line-height: 1.33;}
.agenda-table td:nth-child(1){border-left: 0;text-align: center;color: #0F5ADE;}
.agenda-table td:nth-child(2){color: #676767;}
.agenda-table td:nth-child(3){width: 58%;}
.agenda-table td:empty::after{content: '-';}
.agenda-table .title{height: 4rem;background-color: #0F5ADE;}
.agenda-table .title td{color: #fff;}
.agenda-table .speaker-list li{margin: 1.2rem 0;}
.agenda-table .speaker-list li .name{margin-bottom: .2rem;}
.agenda-table .speaker-list li .txt{font-size: .7rem;color: #676767;}
/*直播演讲者轮播*/
.webinar-speaker-swiper{position: relative;padding-top: 7.5rem;padding-left: max(calc(50% - 700px),5%);overflow: hidden;}
.webinar-speaker-swiper .swiper-slide a{display: block;background-color: #fff;border: 1px solid transparent;border-radius: .4rem;overflow: hidden;cursor: default;transition: .5s;}
.webinar-speaker-swiper .swiper-slide a .pic{border-radius: .4rem;overflow: hidden;}
.webinar-speaker-swiper .swiper-slide a .pic em{display: block;padding-top: 100%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.webinar-speaker-swiper .swiper-slide a .info{padding: .6rem 2rem 1rem;}
.webinar-speaker-swiper .swiper-slide a .info .name{margin-bottom: .5rem;}
.webinar-speaker-swiper .swiper-slide a .info .txt{min-height: 3.99em;line-height: 1.33;color: #676767;}
.webinar-speaker-swiper .swiper-slide a:hover{border-color: #0F5ADE;box-shadow: 0 .2rem .5rem rgba(0,0,0,.3);}
.webinar-speaker-swiper .btn{z-index: 1;position: absolute;top: 0;width: 2rem;height: 2rem;background-size: 100% 100%;cursor: pointer;filter: brightness(0) invert(.6);transition: .3s;}
.webinar-speaker-swiper .prev-btn{right: max(calc(50% - 700px + 5.5rem),calc(5% + 5.5rem));background-image: url(../2024_images/icon_arrow_left_blue.svg);}
.webinar-speaker-swiper .next-btn{right: max(calc(50% - 700px),5%);background-image: url(../2024_images/icon_arrow_right_blue.svg);}
.webinar-speaker-swiper .btn:hover{filter: none;}
.webinar-speaker-swiper .swiper-button-disabled{filter: brightness(0) invert(.8)!important;cursor: not-allowed;}
/*直播回放，选项卡*/
.webinar-playback-tab-box{display: flex;flex-direction: row-reverse;z-index: 1;position: relative;height: 27rem;margin-top: 3rem;}
.webinar-playback-tab-box .tabs{width: 20rem;margin-left: 2rem;overflow: hidden;}
.webinar-playback-tab-box .tabs .swiper-slide{height: auto;}
.webinar-playback-tab-box .tabs .swiper-slide .video-info{display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;height: 9.5rem;box-sizing: border-box;padding: 1.5rem 2rem;background-color: #F0F0F0;border: 1px solid transparent;border-radius: .4rem;line-height: 1.33;cursor: pointer;transition: .5s;}
.webinar-playback-tab-box .tabs .swiper-slide .video-info .tit{width: 70%;}
.webinar-playback-tab-box .tabs .swiper-slide .video-info .time{display: flex;align-items: center;font-size: .7rem;filter: brightness(0) invert(.6);}
.webinar-playback-tab-box .tabs .swiper-slide .video-info .time .icon{width: .9rem;height: .9rem;margin-right: .7rem;}
.webinar-playback-tab-box .tabs .swiper-slide.on .video-info{background-color: #fff;border-color: #0F5ADE;box-shadow: 0 .4rem 1rem rgba(0,0,0,.16);}
.webinar-playback-tab-box .tabs .swiper-slide.on .video-info .tit{color: #0F5ADE;}
.webinar-playback-tab-box .tabs .swiper-slide.on .video-info .time{filter: none;}
.webinar-playback-tab-box .tabs .btn{position: absolute;right: 9.4rem;width: 1.2rem;height: 1.2rem;margin-left: .6rem;background-color: #D8D8D8;border-radius: 50%;cursor: pointer;}
.webinar-playback-tab-box .tabs .btn::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50%;height: 50%;margin: auto;background-image: url(../2024_images/icon_arrow_left_blue.svg);background-size: 100% 100%;filter: brightness(0);transform: rotate(90deg);}
.webinar-playback-tab-box .tabs .prev-btn{top: -2rem;}
.webinar-playback-tab-box .tabs .next-btn{bottom: -2rem;}
.webinar-playback-tab-box .tabs .next-btn::after{transform: rotate(-90deg);}
.webinar-playback-tab-box .tabs .swiper-button-disabled{cursor: not-allowed;}
.webinar-playback-tab-box .tab-content{flex: 1;overflow: hidden;}
.webinar-playback-tab-box .tab-content .video-wrap{position: relative;height: 100%;border-radius: .4rem;overflow: hidden;}
.webinar-playback-tab-box .tab-content .video-wrap video{position: absolute;width: 100%;height: 100%;background-color: #353535;object-fit: contain;}
/*视频加载提示动画*/
.video-loading{display: none;z-index: 1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #353535;}
.video-loading .progress-bar{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);animation: progressBar 2s linear infinite;}
@keyframes progressBar{
	0%{clip-path: polygon(0 0,0 0,0 100%,0 100%);}
	100%{clip-path: polygon(0 0,100% 0,100% 100%,0 100%);}
}
/*弹窗-分享链接*/
.popup-share-link{padding: .5rem 1rem 1.5rem;}
.popup-share-link .title{border-bottom: 1px solid #0F5ADE;text-align: center;line-height: 2rem;color: #0F5ADE;}
.popup-share-link .copy-wrap{position: relative;padding-right: 90px;margin-top: 1rem;}
.popup-share-link .copy-wrap:before{content: "";position: absolute;left: .7rem;top: 50%;width: .8rem;height: .8rem;margin-top: -.4rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIyMC4yNDYiIGhlaWdodD0iMjAuMjM4IiB2aWV3Qm94PSIwIDAgMjAuMjQ2IDIwLjIzOCI+PHBhdGggZD0iTTcuMjUgMTIuOTk1cS0uNDc3LS40NzctLjc4Ni0xLjExNmwtLjkuNDM1cS4zODIuNzkyLjk4IDEuMzg5UTcuOTkgMTUuMTUgMTAuMDQgMTUuMTV0My40OTctMS40NDhsNS4yNi01LjI2cTEuNDQ5LTEuNDUgMS40NDktMy40OTh0LTEuNDQ5LTMuNDk3UTE3LjM1IDAgMTUuMyAwcS0yLjA0OCAwLTMuNDk2IDEuNDQ4TDkuNzM2IDMuNTE2bC43MDcuNzA3IDIuMDY4LTIuMDY4UTEzLjY2NiAxIDE1LjMgMXExLjYzNCAwIDIuNzkgMS4xNTUgMS4xNTUgMS4xNTYgMS4xNTUgMi43OSAwIDEuNjM1LTEuMTU2IDIuNzlsLTUuMjYgNS4yNnEtMS4xNTYgMS4xNTYtMi43OSAxLjE1Ni0xLjYzNCAwLTIuNzktMS4xNTV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiNGRkYiLz48cGF0aCBkPSJNMTIuOTk1IDcuMjQycS40NzguNDc3Ljc4NyAxLjExN2wuOS0uNDM1cS0uMzgzLS43OTItLjk4LTEuMzg5LTEuNDQ4LTEuNDQ4LTMuNDk2LTEuNDQ4LTIuMDQ5IDAtMy40OTcgMS40NDhsLTUuMjYgNS4yNlEwIDEzLjI0NCAwIDE1LjI5MnEwIDIuMDQ5IDEuNDQ4IDMuNDk3IDEuNDQ5IDEuNDQ5IDMuNDk3IDEuNDQ5IDIuMDQ5IDAgMy40OTctMS40NDlsMi4wNjgtMi4wNjgtLjcwNy0uNzA3LTIuMDY4IDIuMDY4cS0xLjE1NSAxLjE1Ni0yLjc5IDEuMTU2LTEuNjM0IDAtMi43OS0xLjE1NlExIDE2LjkyNyAxIDE1LjI5MnEwLTEuNjM0IDEuMTU1LTIuNzlsNS4yNi01LjI2cTEuMTU2LTEuMTU1IDIuNzktMS4xNTUgMS42MzUgMCAyLjc5IDEuMTU1eiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjRkZGIi8+PC9zdmc+');background-size: 100% 100%;filter: brightness(0) invert(.5);}
.popup-share-link .copy-wrap #share-link{width: 100%;height: 2rem;box-sizing: border-box;padding: 0 1rem 0 2rem;background-color: #F0F0F0;border-radius: .2rem;color: #999;}
.popup-share-link .copy-wrap .copy-link-btn{position: absolute;right: 0;top: 0;width: 4rem;height: 2rem;background-color: #0F5ADE;border-radius: .2rem;text-align: center;line-height: 2rem;color: #fff;}
/*弹窗-预约*/
.popup-appointment-box{padding: 2rem;}
/*预约表单*/
.appointment-form .main-title{margin-bottom: 1.5rem;text-align: center;color: #0F5ADE;}
.appointment-form .row{align-items: center;margin-bottom: 1rem;}
.appointment-form .row .name{flex: 0 0 4rem;padding: 0 .5rem 0 0;}
.appointment-form input{border-radius: .4rem;}
.appointment-form select{border-radius: .4rem;}
.appointment-form .remember{line-height: 1rem;user-select: none;color: #929292;}
.appointment-form .remember label{display: inline-flex;align-items: center;cursor: pointer;}
.appointment-form .remember label input[type='checkbox']{width: .6rem;height: .6rem;padding: 0;margin-right: .3rem;}
.appointment-form .remember a{text-decoration: underline;}
.appointment-form .remember a:hover{color: #0F5ADE;}
.appointment-form .btns-area{margin-top: 1rem;}
.appointment-form .btns-area .btn{width: 100%;height: auto;padding: 0;margin: 0;background-color: #0F5ADE;border: 0;border-radius: .4rem;line-height: 2.5rem;color: #fff;}
/*弹窗-登录*/
.popup-login-box{padding: 3rem;}
.popup-login-box .login-tab-box .tabs .item{height: 2rem;}
.popup-login-box .login-form input{height: 2rem;}
.popup-login-box .login-form .btns-area .btn{line-height: 2rem;}
.popup-login-box .other-login-way .list li .icon{width: 2rem;height: 2rem;}

/*市场案例页*/
.market-case-page{padding: 0;}
.market-case-page .part1{padding: 5rem 0 4rem;}
.market-case-page .part2{padding: 4rem 0 5.5rem;}
.market-case-page .part3{padding: 5rem 0;background-color: #F0F0F0;}
.market-case-page .part4{padding: 5rem 0 7rem;}
/*市场头部导航栏*/
.market-top-nav{display: none;margin-top: 1.5rem;border-bottom: 1px solid #ACACAC;}
.market-top-nav .w1400{display: flex;justify-content: space-between;align-items: center;line-height: 3rem;}
.market-top-nav .title{font-weight: bold;}
.market-top-nav .nav-wrap{display: flex;}
.market-top-nav .nav-wrap .item{position: relative;margin: 0 1rem;color: #676767;}
.market-top-nav .nav-wrap .item::before{content: '';position: absolute;left: -1rem;top: 50%;width: 1px;height: .9rem;margin-top: -.45rem;background-color: #ACACAC;}
.market-top-nav .nav-wrap .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: .15rem;background-color: #0F5ADE;transform: scaleX(0);transition: .3s;}
.market-top-nav .nav-wrap .item:first-child::before{display: none;}
.market-top-nav .nav-wrap .item.on{color: #020202;}
.market-top-nav .nav-wrap .item.on::after{transform: scaleX(1);}
/*热线电话窗口*/
.hotline-window{z-index: 4;position: sticky;top: 6rem;left: calc(50% + 700px - 18rem + 2.7rem);width: 18rem;height: 0;margin-top: 1rem;}
.hotline-window .close-btn{position: absolute;right: .6rem;top: .6rem;display: flex;align-items: center;color: #0F5ADE;cursor: pointer;filter: grayscale(1);opacity: .5;}
.hotline-window .close-btn::after{content: '';width: .7rem;height: .7rem;margin-left: .5rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE1IDE1Ij48ZWxsaXBzZSBjeD0iNy41IiBjeT0iNy41IiByeD0iNyIgcnk9IjciIHN0cm9rZT0iIzAyNTZGRiIvPjxwYXRoIHN0cm9rZT0iIzAyNTZGRiIgZD0iTTUuMDU0IDQuMzQ2bDUuNiA1LjZNMTAuMTU0IDQuMzQ3bC01LjYgNS42Ii8+PC9zdmc+');background-size: 100% 100%;}
.hotline-window .close-btn:hover{filter: none;opacity: 1;}
.hotline-window .content{display: flex;align-items: center;padding: 3.5rem 1rem 1.5rem;background-color: #fff;border-radius: .4rem;line-height: 1.33;box-shadow: 0 .2rem .5rem rgba(0,0,0,.1);}
.hotline-window .content .icon{width: 2.6rem;height: 2.6rem;margin-right: 1rem;}
.hotline-window .content .info{flex: 1;overflow: hidden;}
.hotline-window .content .info .tit{margin-bottom: .2rem;color: #676767;}
.hotline-window .content .info .phone{font-family: 'Poppins-Medium';color: #0F5ADE;}
/*市场侧边栏*/
.market-sidebar-wrap{z-index: 3;position: sticky;top: 50%;left: calc(50% + 700px);width: 2.7rem;height: 0;}
.market-sidebar-wrap > .item{position: relative;margin-top: .2rem;}
.market-sidebar-wrap > .item:first-child{margin-top: 0;}
.market-sidebar-wrap > .item > .icon{position: relative;display: block;width: 2.7rem;height: 2.7rem;background-color: #F0F0F0;border-radius: .4rem;cursor: pointer;transition: .3s;}
.market-sidebar-wrap > .item > .icon img{position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: 50%;height: 50%;margin: auto;filter: brightness(.5);}
.market-sidebar-wrap > .item > .hidden-wrap{position: absolute;right: 100%;bottom: 0;opacity: 0;visibility: hidden;transform-origin: right bottom;transform: scale(0);transition: .3s;}
.market-sidebar-wrap > .item:hover > .hidden-wrap{opacity: 1;visibility: visible;transform: scale(1);}
.market-sidebar-wrap > .item:hover > .icon{background-color: #0F5ADE;}
.market-sidebar-wrap > .item:hover > .icon img{filter: brightness(0) invert(1);}
.market-sidebar-wrap > .item > .icon.on{background-color: #0F5ADE;}
.market-sidebar-wrap > .item > .icon.on img{filter: brightness(0) invert(1);}
.market-sidebar-wrap form{width: 18.5rem;box-sizing: border-box;padding: 1.2rem 1rem;background-color: #fff;border: 1px solid #0F5ADE;border-radius: .4rem;box-shadow: 0 .4rem 1.6rem rgba(0,0,0,.16);}
.market-sidebar-wrap form *{box-sizing: border-box;}
.market-sidebar-wrap form .tit{color: #0F5ADE;}
.market-sidebar-wrap form .row{margin-top: 1rem;}
.market-sidebar-wrap form input{vertical-align: top;width: 100%;height: 2rem;padding: 0 .8rem;border: 1px solid #ACACAC;border-radius: .4rem;}
.market-sidebar-wrap form input[type='submit']{width: auto;height: 1.5rem;background-color: #0F5ADE;border: 0;color: #fff;}
.market-sidebar-wrap .shares{display: flex;align-items: center;height: 2.7rem;padding: 0 1rem;background-color: #0F5ADE;border-radius: .4rem;}
.market-sidebar-wrap .shares .item{width: 1.6rem;margin: 0 .5rem;}
.market-sidebar-wrap .shares .item .icon{width: 1.6rem;height: 1.6rem;}
/*市场概况*/
.market-overview-box .tit{margin-bottom: 1.5rem;}
.market-overview-box .inpage-title{margin-bottom: 2rem;color: #0F5ADE;}
.market-overview-box .pic{margin-top: 2.5rem;border-radius: .4rem;overflow: hidden;}
.market-overview-box .pic em{display: block;padding-top: 28.6%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.market-overview-box .pic:hover em{transform: scale(1.05);}
/*相关产品地图打点区*/
.relevant-products-map-box{position: relative;}
.relevant-products-map-box .map{position: relative;padding-top: calc(var(--h,900) / var(--w,1400) * 100%);background-position: center;background-size: contain;background-repeat: no-repeat;border-radius: .4rem;overflow: hidden;}
.relevant-products-map-box .map::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: rgba(0,0,0,.3);pointer-events: none;}
.relevant-products-map-box .location-item{z-index: 2;position: absolute;cursor: pointer;}
.relevant-products-map-box .location-item .dot{position: absolute;left: 0;top: 0;width: .5rem;height: .5rem;background-color: #fff;border-radius: 50%;transition: .3s;}
.relevant-products-map-box .location-item .dot::before{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #fff;border-radius: 50%;animation: dotAni 2s linear infinite;}
.relevant-products-map-box .location-item .dot::after{content: "";z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-color: #fff;border-radius: 50%;animation: dotAni 2s 1s linear infinite;}
.relevant-products-map-box .location-item .hidden-info{position: absolute;left: 50%;bottom: 1.2rem;display: flex;justify-content: space-between;width: 24rem;box-sizing: border-box;padding: 1rem;background-color: #fff;border: 1px solid #E8E8E8;border-radius: .2rem;transform: translateX(calc(-50% + .25rem));filter: drop-shadow(0 .4rem 1rem rgba(0,0,0,.1));opacity: 0;visibility: hidden;margin-bottom: -1rem;pointer-events: none;}
.relevant-products-map-box .location-item .hidden-info::after{content: '';position: absolute;left: 50%;bottom: 0;width: 1rem;height: 1rem;background-color: #fff;border-right: 1px solid #E8E8E8;border-bottom: 1px solid #E8E8E8;transform: translate(-50%,50%) rotate(45deg);}
.relevant-products-map-box .location-item .hidden-info .info{width: 55%;display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.relevant-products-map-box .location-item .hidden-info .info .tit{margin-bottom: 1rem;line-height: 1.33;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;transition: .3s;}
.relevant-products-map-box .location-item .hidden-info .info .num{color: #0F5ADE;}
.relevant-products-map-box .location-item .hidden-info .pic{width: 43%;border-radius: .4rem;overflow: hidden;}
.relevant-products-map-box .location-item .hidden-info .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.relevant-products-map-box .location-item:hover{z-index: 3;}
.relevant-products-map-box .location-item:hover .dot{transform: scale(2);}
.relevant-products-map-box .location-item:hover .hidden-info{opacity: 1;visibility: visible;margin-bottom: 0;pointer-events: auto;transition: .3s;}
.relevant-products-map-box .location-item .hidden-info:hover .info .tit{color: #0F5ADE;transform: translateX(.3em);}
.relevant-products-map-box .location-item .hidden-info:hover .pic em{transform: scale(1.05);}
@keyframes dotAni{
	100%{transform: scale(4);opacity: 0;}
}
/*FTTx*/
.relevant-products-map-box.FTTx .item1{left: 63.93%;top: 52.90%;}
.relevant-products-map-box.FTTx .item2{left: 56.07%;top: 49.46%;}
.relevant-products-map-box.FTTx .item3{left: 60.79%;top: 44.21%;}
.relevant-products-map-box.FTTx .item4{left: 57.57%;top: 40.77%;}
.relevant-products-map-box.FTTx .item5{left: 57.57%;top: 32.19%;}
.relevant-products-map-box.FTTx .item6{left: 41.29%;top: 52.58%;}
.relevant-products-map-box.FTTx .item7{left: 33.21%;top: 44.21%;}
.relevant-products-map-box.FTTx .item8{left: 30.71%;top: 36.59%;}
.relevant-products-map-box.FTTx .item9{left: 30.71%;top: 31.33%;}
.relevant-products-map-box.FTTx .item10{left: 24.57%;top: 47.96%;}
.relevant-products-map-box.FTTx .item11{left: 54.07%;top: 57.19%;}
.relevant-products-map-box.FTTx .item12{left: 48.93%;top: 57.62%;}
.relevant-products-map-box.FTTx .item13{left: 48.14%;top: 64.81%;}
.relevant-products-map-box.FTTx .item14{left: 42.21%;top: 72.85%;}
.relevant-products-map-box.FTTx .item15{left: 39.86%;top: 64.81%;}
.relevant-products-map-box.FTTx .item16{left: 57.07%;top: 84.98%;}
.relevant-products-map-box.FTTx .item17{left: 73.64%;top: 84.44%;}
.relevant-products-map-box.FTTx .item18{left: 80.21%;top: 81.44%;}
.relevant-products-map-box.FTTx .item19{left: 80.00%;top: 70.49%;}
.relevant-products-map-box.FTTx .item20{left: 85.07%;top: 72.00%;}
.relevant-products-map-box.FTTx .item21{left: 89.86%;top: 71.57%;}
.relevant-products-map-box.FTTx .item22{left: 93.00%;top: 67.49%;}
.relevant-products-map-box.FTTx .item23{left: 92.29%;top: 60.19%;}
.relevant-products-map-box.FTTx .item24{left: 88.00%;top: 61.80%;}
.relevant-products-map-box.FTTx .item25{left: 83.64%;top: 61.27%;}
.relevant-products-map-box.FTTx .item26{left: 78.36%;top: 61.27%;}
/*data-center*/
.relevant-products-map-box.data-center .item1{left: 57.29%;top: 32.15%;}
.relevant-products-map-box.data-center .item2{left: 64.64%;top: 48.16%;}
.relevant-products-map-box.data-center .item3{left: 44.79%;top: 35.58%;}
.relevant-products-map-box.data-center .item4{left: 84.21%;top: 56.42%;}
.relevant-products-map-box.data-center .item5{left: 77.50%;top: 41.68%;}
.relevant-products-map-box.data-center .item6{left: 68.21%;top: 56.42%;}
.relevant-products-map-box.data-center .item7{left: 53.79%;top: 17.53%;}
.relevant-products-map-box.data-center .item8{left: 34.64%;top: 24.40%;}
.relevant-products-map-box.data-center .item9{left: 52.50%;top: 40.41%;}
.relevant-products-map-box.data-center .item10{left: 36.07%;top: 31.77%;}
.relevant-products-map-box.data-center .item11{left: 79.57%;top: 66.20%;}
.relevant-products-map-box.data-center .item12{left: 55.14%;top: 42.44%;}
/*railway*/
.relevant-products-map-box.railway .item1{left: 24.21%;top: 31.53%;}
.relevant-products-map-box.railway .item2{left: 28.00%;top: 15.26%;}
.relevant-products-map-box.railway .item3{left: 42.36%;top: 42.88%;}
/*power-cable*/
.relevant-products-map-box.power-cable .item1{left: 73.79%;top: 27.33%;}
.relevant-products-map-box.power-cable .item2{left: 63.21%;top: 65.00%;}
/*intelligent-industrial-control*/
.relevant-products-map-box.intelligent-industrial-control .item1{left: 33.93%;top: 40.32%;}
.relevant-products-map-box.intelligent-industrial-control .item2{left: 51.36%;top: 39.46%;}
.relevant-products-map-box.intelligent-industrial-control .item3{left: 64.07%;top: 48.92%;}
.relevant-products-map-box.intelligent-industrial-control .item4{left: 34.57%;top: 33.98%;}
.relevant-products-map-box.intelligent-industrial-control .item5{left: 29.79%;top: 56.88%;}
.relevant-products-map-box.intelligent-industrial-control .item6{left: 34.07%;top: 57.31%;}
.relevant-products-map-box.intelligent-industrial-control .item7{left: 41.43%;top: 70.11%;}
.relevant-products-map-box.intelligent-industrial-control .item8{left: 49.93%;top: 61.18%;}
.relevant-products-map-box.intelligent-industrial-control .item9{left: 46.64%;top: 70.11%;}
/*home-entertainment*/
.relevant-products-map-box.home-entertainment .item1{left: 32.86%;top: 35.33%;}
.relevant-products-map-box.home-entertainment .item2{left: 43.21%;top: 58.22%;}
/*市场优势列表*/
.market-advantage-list{width: 80%;}
.market-advantage-list dd{position: relative;padding-left: 1rem;}
.market-advantage-list dd::before{content: '';position: absolute;left: .2rem;top: calc(.65em - .1rem);width: .2rem;height: .2rem;background-color: currentColor;border-radius: 50%;}
/*成功案例轮播*/
.successful-cases-swiper{position: relative;padding-right: max(calc(50% - 700px), 5%);margin-left: max(calc(50% - 700px), 5%);overflow: hidden;}
.successful-cases-swiper .swiper-slide a{display: flex;justify-content: space-between;align-items: flex-start;flex-direction: row-reverse;cursor: default;transform-origin: 0 50%;transform: scale(.75);transition: .5s;}
.successful-cases-swiper .swiper-slide a .info{width: 39%;overflow: hidden;padding-bottom: 2rem;line-height: 1.33;}
.successful-cases-swiper .swiper-slide a .info .title{display: flex;align-items: flex-start;margin-bottom: 2rem;font-weight: bold;}
.successful-cases-swiper .swiper-slide a .info .title .icon{width: 1.8rem;height: 1.8rem;margin-right: 3.2rem;}
.successful-cases-swiper .swiper-slide a .info .content{padding-left: 5rem;}
.successful-cases-swiper .swiper-slide a .info .content .tit{margin-bottom: .5rem;}
.successful-cases-swiper .swiper-slide a .info .content .list{font-size: .7rem;color: #676767;}
.successful-cases-swiper .swiper-slide a .info .content .list li{position: relative;padding-left: 1rem;}
.successful-cases-swiper .swiper-slide a .info .content .list li::before{content: '';position: absolute;left: .2rem;top: .35rem;width: .2rem;height: .2rem;background-color: currentColor;border-radius: 50%;}
.successful-cases-swiper .swiper-slide a .info .content .folding-content{color: #676767;}
.successful-cases-swiper .swiper-slide a .pic{width: 57%;border-radius: .4rem;overflow: hidden;}
.successful-cases-swiper .swiper-slide a .pic em{display: block;padding-top: 46%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.successful-cases-swiper .swiper-slide-active a{flex-direction: row;transform: scale(1);}
.successful-cases-swiper .swiper-slide a:hover .pic em{transform: scale(1.05);}
.successful-cases-swiper .swiper-pagination{z-index: 1;left: 5rem;bottom: 0;width: auto;font-size: 0;}
.successful-cases-swiper .swiper-pagination .swiper-pagination-bullet{width: .5rem;height: .5rem;margin: 0 .3rem;background-color: #BEBEBE;opacity: 1;transition: .5s;}
.successful-cases-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #0F5ADE;}

/*电信页*/
.telecom-page{padding: 0;}
.telecom-page .part1{padding: 5rem 0 4rem;}
.telecom-page .part2{padding: 7.5rem 0;background-color: #F0F0F0;}
.telecom-page .part3 > .top{z-index: 1;position: relative;padding: 5rem 0 3rem;background: url(../2024_images/telecom_page_bg1.jpg) center no-repeat;background-size: cover;}
.telecom-page .part3 > .top::after{content: '';z-index: -1;position: absolute;left: 0;right: 0;bottom: 0;height: 69%;background-image: linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.8));pointer-events: none;}
.telecom-page .part3 > .top .inpage-title{margin-bottom: 9rem;}
.telecom-page .part3 > .top .product-brief{color: #fff;}
.telecom-page .part3 > .top .product-brief .tit{display: flex;align-items: center;margin-bottom: 1rem;}
.telecom-page .part3 > .top .product-brief .tit .icon{width: 2.8rem;height: 2.8rem;margin-right: 2.2rem;filter: brightness(0) invert(1);}
.telecom-page .part3 > .top .product-brief .txt{width: 36%;box-sizing: border-box;padding-left: 5rem;}
.telecom-page .part3 > .bottom{z-index: 1;position: relative;padding: 0 0 .5rem;background-color: #F1F5FD;}
.telecom-page .part3 > .bottom .w1400{display: flex;justify-content: space-between;align-items: center;}
.telecom-page .part3 > .bottom .w1400 .txt{width: 66%;line-height: 1.33;color: #676767;}
.telecom-page .part3 > .bottom .w1400 .pic{width: 20%;border-radius: .4rem;margin-top: -2.5rem;overflow: hidden;}
.telecom-page .part3 > .bottom .w1400 .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.telecom-page .part4{padding: 3rem 0;}
.telecom-page .part5{padding: 4.5rem 0;}
.telecom-page .part6{padding: 8rem 0;}
/*telecom折叠列表下的样式*/
.folding-list.telecom li > .title{padding: 1.5rem 2rem 1.5rem 0;}
.folding-list.telecom li > .title .num{flex: 0 0 5rem;}
.folding-list.telecom li > .title .txt{flex: 1;margin-right: 7rem;color: #676767;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.folding-list.telecom li > .content{padding: 0 0 4rem;}
.folding-list.telecom li.open > .title .name{color: #020202;}
.folding-list.telecom li.open > .title .txt{display: none;}
.folding-list.telecom li.open > .content .product-intro .info{transform: translateY(-2rem);transition: .3s .3s;}
.folding-list.telecom .product-intro{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.folding-list.telecom .product-intro .info{margin: 0 8% 0 47%;}
.folding-list.telecom .product-intro .info .inpage-more-btn{margin-top: 1.8rem;}
.folding-list.telecom .product-intro .pic{width: 42%;border-radius: .4rem;overflow: hidden;}
.folding-list.telecom .product-intro .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
/*市场品牌案例轮播*/
.market-brand-case-swiper{margin-left: max(calc(50% - 700px), 5%);overflow: hidden;}
.market-brand-case-swiper .swiper-slide .brand-info{min-height: 20rem;box-sizing: border-box;padding: 2rem 1.5rem;background-color: #F0F0F0;border-radius: .4rem;line-height: 1.33;}
.market-brand-case-swiper .swiper-slide .brand-info .logo{display: inline-flex;align-items: center;height: 1.8rem;padding: 0 1rem;background-color: #fff;border-radius: .9rem;}
.market-brand-case-swiper .swiper-slide .brand-info .logo img{height: 1.5rem;}
.market-brand-case-swiper .swiper-slide .brand-info .tit{margin-top: 2.2rem;}
.market-brand-case-swiper .swiper-slide .brand-info .txt{margin-top: 1rem;color: #676767;}
/*多模光纤*/
.multi-mode-fibre-box{display: flex;justify-content: space-between;align-items: center;}
.multi-mode-fibre-box .info{width: 42%;}
.multi-mode-fibre-box .info .tit{display: flex;align-items: center;margin-bottom: 1rem;color: #0F5ADE;}
.multi-mode-fibre-box .info .tit .icon{width: 2.8rem;height: 2.8rem;margin-right: 2.2rem;}
.multi-mode-fibre-box .info .txt{padding-left: 5rem;}
.multi-mode-fibre-box .pic{width: 20%;border-radius: .4rem;overflow: hidden;}
.multi-mode-fibre-box .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
/*市场logo轮播*/
.market-logo-swiper{margin: 2rem 0;overflow: hidden;}
.market-logo-swiper .swiper-slide{width: auto;}
.market-logo-swiper .swiper-slide .logo{display: flex;justify-content: center;align-items: center;height: 3rem;border-radius: .4rem;overflow: hidden;}
.market-logo-swiper .swiper-slide .logo img{height: 100%;transition: .3s;}
.market-logo-swiper .swiper-slide .logo:hover img{transform: scale(1.05);}

/*激光页*/
.laser-page{padding: 0;}
.laser-page .part1{padding: 5rem 0 5.5rem;}
.laser-page .part2{display: flex;flex-wrap: wrap;background-color: #F0F0F0;}
.laser-page .part2 > .con-l{width: 50%;}
.laser-page .part2 > .con-l .pic{position: relative;overflow: hidden;}
.laser-page .part2 > .con-l .pic em{display: block;padding-top: 68.75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.laser-page .part2 > .con-l .pic .tit{position: absolute;left: 0;right: 0;top: 50%;text-align: center;color: #fff;transform: translateY(-50%);}
.laser-page .part2 > .con-r{width: 50%;box-sizing: border-box;padding: 0 max(calc(50% - 700px), 5%) 0 4rem;display: flex;align-items: center;}
.laser-page .part3{padding: 5rem 0 4rem;}
.laser-page .part4{padding: 4rem 0 5rem;background: url(../2024_images/laser_page_bg1.png) center no-repeat;background-size: cover;}
.laser-page .part5{padding: 5rem 0;}
/*核心技术轮播*/
.core-technologies-swiper{position: relative;min-height: 20rem;box-sizing: border-box;padding-bottom: 3rem;overflow: hidden;}
.core-technologies-swiper .swiper-slide .tit{margin-bottom: 1.5rem;line-height: 1.35;}
.core-technologies-swiper .swiper-slide .market-advantage-list{width: 100%;line-height: 1.33;}
.core-technologies-swiper .swiper-pagination{z-index: 1;left: 0;bottom: 0;width: auto;font-size: 0;}
.core-technologies-swiper .swiper-pagination .swiper-pagination-bullet{width: .5rem;height: .5rem;margin: 0 .3rem;background-color: #BEBEBE;opacity: 1;transition: .5s;}
.core-technologies-swiper .swiper-pagination .swiper-pagination-bullet-active{background-color: #0F5ADE;}
.core-technologies-swiper .swiper-btn{bottom: 0;}
.core-technologies-swiper .swiper-btn-prev{right: 3rem;}
.core-technologies-swiper .swiper-btn-next{right: 0;}
/*光纤激光，选项卡*/
.fibre-laser-tab-box{position: relative;}
.fibre-laser-tab-box .tabs{display: inline-flex;align-items: center;z-index: 2;position: absolute;left: 0;top: 0;background-color: #fff;border-bottom: 1px solid #ACACAC;}
.fibre-laser-tab-box .tabs .item{display: flex;justify-content: center;align-items: center;position: relative;width: 15rem;height: 4.5rem;color: #ACACAC;cursor: pointer;transition: .3s;}
.fibre-laser-tab-box .tabs .item::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: .15rem;background-color: #0F5ADE;transform: scaleX(0);transition: .3s;}
.fibre-laser-tab-box .tabs .item.on{font-size: 2rem;color: #020202;}
.fibre-laser-tab-box .tabs .item.on::after{transform: scaleX(1);}
.fibre-laser-tab-box .tab-content{overflow: hidden;}
.fibre-laser-tab-box .tab-content .swiper-slide{display: flex;justify-content: space-between;align-items: flex-start;}
.fibre-laser-tab-box .tab-content .swiper-slide .info{width: 43%;padding-top: 7rem;}
.fibre-laser-tab-box .tab-content .swiper-slide .info .txt{line-height: 1.33;}
.fibre-laser-tab-box .tab-content .swiper-slide .info .inpage-more-btn{margin-top: 4rem;}
.fibre-laser-tab-box .tab-content .swiper-slide .pic{width: 43%;border-radius: .4rem;overflow: hidden;}
.fibre-laser-tab-box .tab-content .swiper-slide .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
/*光纤激光介绍*/
.fibre-laser-intro{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.fibre-laser-intro .pic{width: 28.6%;border-radius: .4rem;overflow: hidden;}
.fibre-laser-intro .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.fibre-laser-intro .info{width: 43%;line-height: 1.33;}
.fibre-laser-intro .info .txt1{margin-bottom: .8rem;}
.fibre-laser-intro .info .txt2{color: #676767;}
.fibre-laser-intro .info .inpage-more-btn{margin-top: 4rem;}
/*laser折叠列表下的样式*/
.folding-list.laser li > .content{padding: 1rem 5rem 2rem 10rem;}
.folding-list.laser .intro-wrap{display: flex;justify-content: space-between;flex-wrap: wrap;}
.folding-list.laser .intro-wrap .tit{width: 42%;color: #020202;}
.folding-list.laser .intro-wrap .tit p{margin-bottom: .4rem;}
.folding-list.laser .intro-wrap .tit .market-advantage-list{width: 100%;color: #ACACAC;}
.folding-list.laser .intro-wrap .market-advantage-list{width: 46%;}

/*材料页*/
.materials-page{padding: 0;}
.materials-page .part1{padding: 5rem 0;}
.materials-page .part2 .top{padding: 4rem 0 2.5rem;}
.materials-page .part2 .top .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;}
.materials-page .part2 .top .w1400 > .con-l{width: 43%;}
.materials-page .part2 .top .w1400 > .con-r{width: 29%;}
.materials-page .part2 .top .w1400 .inpage-title{margin-bottom: 1.5rem;}
.materials-page .part2 .top .w1400 .txt{line-height: 1.33;color: #676767;}
.materials-page .part2 .top .w1400 .inpage-more-btn{margin-top: 2rem;}
.materials-page .part2 .bottom{padding-top: 25%;background: url(../2024_images/materials_page_bg1.jpg) center no-repeat;background-size: cover;}
.materials-page .part3{padding: 5rem 0;}
.materials-page .part4{padding: 4.5rem 0 6rem;background: url(../2024_images/materials_page_bg2.jpg) center no-repeat;background-size: cover;}
.materials-page .part4 .w1400{display: flex;justify-content: flex-end;}
.materials-page .part4 .w1400 > .con-r{width: 43%;margin-right: 7%;color: #fff;}
.materials-page .part4 .w1400 .inpage-title{margin-bottom: 2.5rem;}
.materials-page .part4 .w1400 .txt{margin-top: 1.2rem;line-height: 1.33;}
.materials-page .part4 .w1400 .inpage-more-btn{margin-top: 2rem;}
.materials-page .part5{padding: 6rem 0 5rem;}
.materials-page .part5 .w1400{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.materials-page .part5 .w1400 > .con-l{width: 36%;}
.materials-page .part5 .w1400 > .con-r{width: 50%;}
.materials-page .part5 .w1400 .inpage-title{margin-bottom: 0;}
.materials-page .part5 .w1400 .txt{margin-top: 3rem;line-height: 1.33;color: #676767;}
.materials-page .part5 .w1400 .inpage-more-btn{margin-top: 2rem;}
.materials-page .part5 .w1400 .pic{border-radius: .4rem;overflow: hidden;}
.materials-page .part5 .w1400 .pic em{display: block;padding-top: 62.5%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.materials-page .part5 .w1400 .pic:hover em{transform: scale(1.05);}
/*石英材料*/
.quartz-material-box .inpage-title{margin-bottom: 2rem;}
.quartz-material-box .brief{width: 71%;margin: 0 auto;text-align: center;}
.quartz-material-box .info{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;width: 57%;margin: 3rem auto 0;}
.quartz-material-box .info .txt{width: 62.5%;color: #676767;}
.quartz-material-box .pic-list{display: flex;justify-content: center;margin-top: 4.5rem;}
.quartz-material-box .pic-list li{width: 21.4%;margin: 0 .6rem;}
.quartz-material-box .pic-list li .pic{border-radius: .4rem;overflow: hidden;}
.quartz-material-box .pic-list li .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.quartz-material-box .pic-list li .pic:hover em{transform: scale(1.05);}

/*半导体页*/
.semiconductor-page{padding: 0;}
.semiconductor-page .inpage-title{margin-bottom: 2.5rem;}
.semiconductor-page .part1{padding: 5rem 0 4.5rem;}
.semiconductor-page .part1 .inpage-title .name{letter-spacing: -.02em;}
.semiconductor-page .part2{padding: 6rem 0 8.5rem;background: url(../2024_images/semiconductor_page_bg1.jpg) center no-repeat;background-size: cover;}
.semiconductor-page .part3{padding: 6.5rem 0;}
.semiconductor-page .part4{padding: 4.5rem 0 19rem;background: url(../2024_images/semiconductor_page_bg2.jpg) center no-repeat;background-size: cover;}
.semiconductor-page .part5{padding: 2.5rem 0 4rem;}
.semiconductor-page .part5 .w1400{display: flex;justify-content: space-between;flex-wrap: wrap;line-height: 1.33;}
.semiconductor-page .part5 .w1400 > .con-l{width: 40%;}
.semiconductor-page .part5 .w1400 > .con-r{width: 43%;}
.semiconductor-page .part5 .inpage-title{margin-bottom: 2rem;}
.semiconductor-page .part5 .inpage-title .name{font-family: 'Poppins-Regular';color: #0F5ADE;}
.semiconductor-page .part5 .tit{margin: 1.6rem 0 .6rem;}
.semiconductor-page .part5 .market-advantage-list{color: #676767;}
/*semiconductor折叠列表下的样式*/
.folding-list.semiconductor{border-bottom: 0;}
.folding-list.semiconductor li{z-index: 1;position: relative;background-color: rgba(240,240,240,.7);margin-top: 1.2rem;border-radius: .4rem;overflow: hidden;}
.folding-list.semiconductor li::before{content: '';z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-image: linear-gradient(90deg,#0F5AD1,#7598DE);opacity: 0;}
.folding-list.semiconductor li > .title{padding: 2rem 5rem;border-top: 0;}
.folding-list.semiconductor li > .title .num{width: 5rem;color: #020202;}
.folding-list.semiconductor li > .content{padding: 0 10rem 2.5rem;color: #fff;}
.folding-list.semiconductor li.open{background-color: transparent;}
.folding-list.semiconductor li.open::before{opacity: .9;}
.folding-list.semiconductor li.open > .title{padding: 2rem 5rem .5rem;}
.folding-list.semiconductor li.open > .title .num{color: #fff;}
.folding-list.semiconductor li.open > .title .name{color: #fff;}
.folding-list.semiconductor li.open > .title .fold-btn{filter: brightness(0) invert(1);}
/*SiC产品列表*/
.SiC-product-list{line-height: 1.33;color: #fff;}
.SiC-product-list li{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;position: relative;padding: 2.5rem 5rem;margin-top: 1rem;background-image: linear-gradient(90deg,#0F5AD1,#7598DE);border-radius: .4rem;overflow: hidden;}
.SiC-product-list li:nth-child(1)::after{content: '';position: absolute;left: 0;bottom: 0;width: 60%;padding-top: 26.8%;background: url(../2024_images/SiC_product_list_li_bg_elem1.png) center no-repeat;background-size: cover;pointer-events: none;}
.SiC-product-list li:nth-child(2)::after{content: '';position: absolute;left: 0;top: 0;width: 60%;padding-top: 11.4%;background: url(../2024_images/SiC_product_list_li_bg_elem2.png) center no-repeat;background-size: cover;pointer-events: none;}
.SiC-product-list li > .con-l{width: 50%;}
.SiC-product-list li > .con-l .name{font-family: 'Poppins-Medium';}
.SiC-product-list li > .con-r{width: 45%;}
.SiC-product-list li > .con-r .section+.section{margin-top: 2rem;}
.SiC-product-list li > .con-r .section .tit{margin-bottom: 1rem;font-weight: bold;}
.SiC-product-list li > .con-r .section .market-advantage-list dd{margin-bottom: .4rem;}

/*市场分类列表*/
.market-classification-list{display: flex;justify-content: space-between;flex-wrap: wrap;}
.market-classification-list li{width: 49.14%;}
.market-classification-list li a{display: block;padding: 2.5rem 0;}
.market-classification-list li .pic{position: relative;border-radius: .4rem;overflow: hidden;}
.market-classification-list li .pic::after{content: '';position: absolute;left: 0;right: 0;bottom: 0;height: 58%;background-image: linear-gradient(180deg,rgba(0,0,0,0),#0A77CC);}
.market-classification-list li .pic em{display: block;padding-top: 65.4%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: 1s;}
.market-classification-list li .info{position: relative;margin-top: 2rem;line-height: 1.33;}
.market-classification-list li .info .icon{position: absolute;right: 2rem;bottom: 1.2rem;width: 2.6rem;height: 2.6rem;transition: 1s;}
.market-classification-list li .info .tit{margin-bottom: 2rem;transition: .3s;}
.market-classification-list li .info .txt{width: 72%;color: #676767;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.market-classification-list li .info .index-more-btn{margin-top: 1rem;}
.market-classification-list li:nth-child(3n){width: 100%;border-top: 1px solid #ACACAC;border-bottom: 1px solid #ACACAC;}
.market-classification-list li:nth-child(3n) a{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;flex-direction: row-reverse;}
.market-classification-list li:nth-child(3n) a .pic{width: 50%;}
.market-classification-list li:nth-child(3n) a .info{width: 46%;padding-bottom: 7.5rem;margin-top: 0;}
.market-classification-list li:nth-child(3n) a .info .icon{right: 0;bottom: 0;}
.market-classification-list li:nth-child(6n) a{flex-direction: row;}
.market-classification-list li:nth-child(6n) a .info{width: 40%;margin-right: 3.6%;}
.market-classification-list li a:hover .pic em{transform: scale(1.05);}
.market-classification-list li a:hover .info .icon{transform: rotateY(360deg);}
.market-classification-list li a:hover .info .tit{color: #0F5ADE;}

/*产品顶部搜索栏*/
.product-top-search{position: relative;height: 3.5rem;box-sizing: border-box;padding: 0 4.5rem 0 7rem;margin: 0 0 3rem 36%;background-color: #fff;border: 1px solid #0F5ADE;border-radius: 1.75rem;}
.product-top-search::before{content: '';position: absolute;left: 3rem;top: 50%;width: 1.5rem;height: 1.5rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIzMS43MDIiIGhlaWdodD0iMzIuNDI0IiB2aWV3Qm94PSIwIDAgMzEuNzAyIDMyLjQyNCI+PHBhdGggZD0iTTIzLjM2MyAyMC4xOTdxMi4xODktMy4yNzcgMi4xODktNy4yNSAwLTUuMzU4LTMuNzM3LTkuMTVRMTguMDcyIDAgMTIuNzc1IDAgNy40OCAwIDMuNzM4IDMuNzk4IDAgNy41ODkgMCAxMi45NDhxMCA1LjM1OCAzLjczNyA5LjE1IDMuNzQzIDMuNzk3IDkuMDM5IDMuNzk3IDIuNTgyIDAgNC45NDUtMS4wMDUgMy41MDUtMS40OTMgNS42NDItNC42OTN6TTIwLjM5MSA1LjIwMXEzLjE2IDMuMjA4IDMuMTYgNy43NDYgMCAzLjM2Ni0xLjg1MSA2LjE0LTEuODA2IDIuNzA0LTQuNzYzIDMuOTYzLTEuOTg3Ljg0NS00LjE2MS44NDUtNC40NiAwLTcuNjE1LTMuMjAxUTIgMTcuNDg3IDIgMTIuOTQ3IDIgOC40MSA1LjE2MSA1LjIwMSA4LjMxNyAyIDEyLjc3NiAycTQuNDYgMCA3LjYxNSAzLjIwMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0iI0FDQUNBQyIvPjxwYXRoIHN0cm9rZT0iI0FDQUNBQyIgc3Ryb2tlLXdpZHRoPSIyIiBkPSJNMzEgMzBoMTMuODg5IiB0cmFuc2Zvcm09Im1hdHJpeCgtLjcwMTk4IC0uNzEyMiAuNzAxOTggLS43MTIyIDMxIDc1LjE1NikiLz48L3N2Zz4=');background-size: 100% 100%;transform: translateY(-50%);}
.product-top-search .text-input{width: 100%;height: 100%;background-color: transparent;font-size: 1.2rem;}
.product-top-search .sub-btn{position: absolute;right: 1.5rem;top: 50%;width: 1.2rem;height: 1.2rem;background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNC4xMDMiIGhlaWdodD0iMTUuMDQxIiB2aWV3Qm94PSIwIDAgMTQuMTAzIDE1LjA0MSI+PHBhdGggc3Ryb2tlPSIjMDIwMjAyIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTguNDcyIDEuNjVILjQ2Ii8+PHBhdGggZD0iTTEyLjgwMyAzLjE0OVYxNC41OGgxLjNWLjkzOWgtLjkzTDAgMTQuMTIybC45Mi45MTlMMTIuODAzIDMuMTQ5eiIgZmlsbC1ydWxlPSJldmVub2RkIiBmaWxsPSIjMDIwMjAyIi8+PC9zdmc+') center no-repeat;background-size: 50% 50%;transform: translateY(-50%);}

/*产品类型折叠列表*/
.product-type-folding-list{border-bottom: 1px solid #ACACAC;}
.product-type-folding-list li{border-top: 1px solid #ACACAC;transform-style: preserve-3d;perspective: 800px;overflow: hidden;}
.product-type-folding-list li > .title{display: flex;justify-content: space-between;align-items: flex-start;z-index: 1;position: relative;padding: 2rem 2rem 2rem 0;border-radius: .4rem;cursor: pointer;overflow: hidden;}
.product-type-folding-list li > .title .bg{z-index: -1;position: absolute;left: 0;right: 0;top: 0;bottom: 0;background-position: left center;background-size: cover;background-repeat: no-repeat;opacity: 0;transform: scale(1.05);transition: .5s;}
.product-type-folding-list li > .title .pic{width: 13rem;border-radius: .4rem;overflow: hidden;transition: .3s;}
.product-type-folding-list li > .title .pic em{display: block;padding-top: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;transition: .5s;}
.product-type-folding-list li > .title .info{flex: 1;overflow: hidden;margin: 1rem 4rem 0 7rem;line-height: 1.33;}
.product-type-folding-list li > .title .info .tit{margin-bottom: 1.5rem;transition: .3s;}
.product-type-folding-list li > .title .info .txt{color: #676767;transition: .3s;}
.product-type-folding-list li > .title .fold-btn{width: .8rem;height: .8rem;margin-top: 1.8rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;filter: brightness(0);transform: rotate(-90deg);transition: .3s;}
.product-type-folding-list li > .title:hover .bg{opacity: 1;transform: scale(1);}
.product-type-folding-list li > .title:hover .pic{opacity: 0;}
.product-type-folding-list li > .title:hover .info .tit{color: #fff;}
.product-type-folding-list li > .title:hover .info .txt{color: #fff;}
.product-type-folding-list li > .title:hover .fold-btn{filter: brightness(0) invert(1);}
.product-type-folding-list li > .content{height: 0;transform-origin: center top;opacity: 0;visibility: hidden;transform: rotateX(60deg);}
.product-type-folding-list li.open{border-top: 0;}
.product-type-folding-list li.open > .title .bg{opacity: 1;transform: scale(1);}
.product-type-folding-list li.open > .title .pic{opacity: 0;}
.product-type-folding-list li.open > .title .info .tit{color: #fff;}
.product-type-folding-list li.open > .title .info .txt{color: #fff;}
.product-type-folding-list li.open > .title .fold-btn{filter: brightness(0) invert(1);transform: rotate(0) scale(1.33);}
.product-type-folding-list li.open > .content{height: auto;padding: 3rem 0 1rem;opacity: 1;visibility: visible;transform: rotateX(0);transition: .3s ease-out;}
/*产品类型列表*/
.product-type-list{display: flex;flex-wrap: wrap;}
.product-type-list dd{width: 23.65%;margin: 0 0 2.5rem 1.8%;}
.product-type-list dd:nth-child(4n+1){margin-left: 0;}
.product-type-list dd a{display: block;}
.product-type-list dd .pic{position: relative;background-color: #fff;border: 1px solid #ACACAC;border-radius: .4rem;overflow: hidden;}
.product-type-list dd .pic em{display: block;padding-top: 75%;background-position: center;background-size: contain;background-repeat: no-repeat;transition: .5s;}
.product-type-list dd .pic .tag{position: absolute;left: 1rem;top: 1rem;padding: 0 .5rem;background-color: #C00808;border-radius: .6rem;line-height: 1.2rem;font-weight: bold;color: #fff;}
.product-type-list dd .tit{position: relative;margin-top: 1.2rem;line-height: 1.33;transition: .3s;}
.product-type-list dd .tit::after{content: '';position: absolute;width: .4rem;height: .4rem;margin: .2rem 0 0 .2rem;background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHdpZHRoPSIxNS4wNDEiIGhlaWdodD0iMTQuMTAzIiB2aWV3Qm94PSIwIDAgMTUuMDQxIDE0LjEwMyI+PHBhdGggc3Ryb2tlPSIjMEY1QURFIiBzdHJva2Utd2lkdGg9IjEuMyIgZD0iTTEzLjM5IDguNDcyVi40NiIvPjxwYXRoIGQ9Ik0xMS44OTIgMTIuODAzSC40NTl2MS4zaDEzLjY0MnYtLjkzTC45MiAwIDAgLjkybDExLjg5MiAxMS44ODN6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGZpbGw9IiMwRjVBREUiLz48L3N2Zz4=');background-size: 100% 100%;transform: rotate(-90deg);opacity: 0;transition: .3s;}
.product-type-list dd a:hover .pic em{transform: scale(1.05);}
.product-type-list dd a:hover .tit{color: #0F5ADE;}
.product-type-list dd a:hover .tit::after{opacity: 1;}


/*2k屏，主要分辨率为2560*1440*/
@media screen and (min-width: 1921px){
	.video-library-box > .con-l{padding-left: 15%;}
}

/*笔记本1920*1080显示放大比例为125%，实际分辨率为1920/1.25=1536*/
@media screen and (max-width: 1550px){
	.webinar-playback-tab-box{height: 36rem;}
}

/*中屏PC，分辨率1366*/
@media screen and (max-width: 1440px){
	.webinar-playback-tab-box{height: 38rem;}
}

/*小屏PC，分辨率1280*/
@media screen and (max-width: 1300px){
	
}

/*pad横屏，分辨率1024*/
@media screen and (max-width: 1024px){
    /******内页******/
    .inpage-container{min-height: 15rem;padding: 2rem 0;}
    /*分页*/
    .page{margin-top: 1.5rem;}
    .page > *{min-width: 1rem;height: 1.2rem;padding: 0 .3rem;margin: 0 .1rem;}
    /*laypage样式*/
    #jspage .layui-laypage{margin-top: 1.5rem;}
    #jspage .layui-laypage > *{min-width: 1rem;height: 1.2rem;padding: 0 .3rem;margin: 0 .1rem;}
    
    /*内页banner*/
    .inpage-banner .bg{padding-top: 36%;}
    .inpage-banner .info .tit{margin-bottom: 0;font-size: 1rem;}
    .inpage-banner .info .txt{display: none;}
    .inpage-banner .info .index-more-btn{margin-top: 1rem;}
    /*内页头部栏*/
    .inpage-top-wrap{display: none;}
	/*标题*/
    .inpage-title{margin-bottom: 2rem;}
	.inpage-title .name{font-size: 1.2rem;}
	/*更多按钮*/
	.index-more-btn{height: 1.4rem;padding: 0 .8rem;}
    .index-more-btn2{width: 5rem;padding: 0 .6rem .3rem 0;font-size: .7rem;}
    .index-more-btn2 .arrow{width: .6rem;height: .6rem;}
    .inpage-more-btn{font-size: .6rem;}
    /*内页导航栏*/
    .inpage-nav-wrap{display: none;}
    /*内页swiper轮播切换按钮*/
    .swiper-btn{display: none;}
    /*视频盒子*/
	.video-box::before{opacity: 1;}
	.video-box::after{width: 2.5rem;height: 2.5rem;opacity: 1;transform: translateY(0);}
    /*折叠内容*/
    .folding-content{padding-right: 2rem;}
    /*移动端表格外层滚动盒子*/
    .table-scroll-box{padding-bottom: .5rem;overflow: auto;}
    .table-scroll-box table{width: max-content;}
    /*折叠列表*/
    .folding-list li > .title{padding: .5rem 0;}
    .folding-list li > .title .fold-btn{width: .6rem;height: .6rem;}
    .folding-list li > .content{padding: 1.5rem 0 2rem;}
    .folding-list.has-number li > .title{padding: 1rem 1rem 1rem 0;}
    .folding-list.has-number li > .title .num{width: 1.8rem;}
    .folding-list.has-number li > .title .name{margin-right: .5rem;}
    .folding-list.has-number li > .content{padding: 0 0 1.2rem 1.8rem;}
    .folding-list.has-number li.open > .title{padding: 1rem 1rem .5rem 0;}
    .folding-list.has-number li.open > .title .name{font-size: 1rem;}

    /*法律声明页*/
    .legal-notes-box .big-title{margin-bottom: 1rem;font-size: 1.6rem;}
    .legal-notes-box .section{margin-top: 1.5rem;}
    .legal-notes-box .section .section-title{font-size: 1.2rem;}

    /*网站地图*/
    .sitemap-box .nav-1st > li{margin-bottom: 1.2rem;}
    .sitemap-box .nav-1st > li > a{margin-bottom: .6rem;font-size: 1.2rem;}
    .sitemap-box .nav-2nd{margin-left: 1.5rem;}
    .sitemap-box .nav-2nd > li{margin-bottom: .6rem;}
    .sitemap-box .nav-3rd{margin-left: 1rem;}

    /*关于我们页*/
    .about-page{padding: 0;}
    .about-page .part1{padding: 2rem 0;}
    .about-page .part1 .inpage-title{margin-bottom: 1rem;}
    .about-page .part1 .info{margin-left: 0;}
    .about-page .part1 .data-show-wrap{padding: 0;margin-top: 3rem;}
    .about-page .part1 .data-show-wrap .item{flex: 0 0 100%;}
    .about-page .part2{padding: 2rem 0;}
    .about-page .part2 .inpage-title{margin-bottom: 3rem;}
    .about-page .part2 .brief{width: 100%;}
    .about-page .part2 .index-more-btn{margin-top: 1rem;}
    .about-page .part3{padding: 2rem 0;}
    .about-page .part4{padding: 2rem 0;}
    .about-page .part5{padding: 2rem 0;background-position: 10% center;}
    .about-page .part5 .inpage-title{margin-bottom: 5rem;}
    .about-page .part6{padding: 2rem 0;}
    .about-page .part7{padding: 2rem 0;}
    .about-page .part7 .w1400 .content{width: 100%;margin-right: 0;}
    .about-page .part7 .w1400 .content .index-more-btn{margin-top: 1rem;}
    /*品牌和业务区*/
    .brands-and-business-box .item{width: 100%;margin-bottom: 2rem;}
    .brands-and-business-box .item .info{margin-top: .5rem;}
    .brands-and-business-box .item .info .tit{margin-bottom: .5rem;}
    .brands-and-business-box .item .info .txt{width: 100%;}
    /*我们的文化*/
    .our-culture-box{padding: 2rem 1rem;}
    .our-culture-box .inpage-title{margin-bottom: 2rem;}
    .our-culture-box .info{margin: 0;}
    /*我们的历史，选项卡*/
    .our-history-tab-box{flex-wrap: wrap;}
    .our-history-tab-box .tabs{flex: 0 0 100%;height: auto;padding-bottom: 0;margin: 0 0 1.5rem;}
    .our-history-tab-box .tabs .swiper-slide{height: 2rem;}
    .our-history-tab-box .tabs .swiper-slide.on .year{padding-right: 0;font-size: 1.2rem;}
    .our-history-tab-box .tabs .swiper-slide.on .year::after{display: none;}
    .our-history-tab-box .tab-content{flex: 0 0 100%;}
    /*关于我们入口区*/
    .about-entrance-box .item{width: 100%;margin-bottom: .6rem;}
    .about-entrance-box .item .pic em{padding-top: 80%;}
    .about-entrance-box .item .tit1{bottom: 1rem;padding: 0 1rem;}
    .about-entrance-box .item .hidden-info{display: none;}

    /*新闻页*/
    .news-page{padding: 0;}
    .news-page .part1{padding: 2rem 0;}
    .news-page .part1 .inpage-title{position: relative;}
    .news-page .part2{padding: 2rem 0;}
    .news-page .part3{padding: 2rem 0;}
    .news-page .part4{padding: 2rem 0;}
    .news-page .part5{padding: 2rem 0;}
    .news-page .part6{padding: 2rem 0;}
    /*特色活动轮播*/
    .featured-events-swiper{padding: 0 0 1.5rem;}
    .featured-events-swiper .swiper-slide .info{padding: .5rem;}
    .featured-events-swiper .swiper-slide .info .record span{margin-left: 1rem;}
    .featured-events-swiper .swiper-slide .info .record span .icon{width: .8rem;height: .8rem;margin-right: .5rem;}
    .featured-events-swiper .swiper-slide .info .more{right: .5rem;width: .8rem;height: .8rem;}
    .featured-events-swiper .swiper-pagination .swiper-pagination-bullet{width: .4rem;height: .4rem;margin: 0 .2rem;}
    .featured-events-swiper .btn{display: none;}
    /*活动和直播*/
    .events-webinars-box .item{width: 100%;margin-bottom: 1rem;}
    .events-webinars-box .item .info{padding: 2rem 1rem 1rem;}
    .events-webinars-box .item .info .list li{margin-left: 1.5rem;}
    /*视频库*/
    .video-library-box > .con-l{position: static;width: 100%;padding: 0 5%}
    /*视频标题轮播*/
    .video-title-swiper{width: 100%;}
    .video-title-swiper .swiper-slide .info{margin: 1rem 0;}
    .video-title-swiper .swiper-slide .info .tit{margin-bottom: 1rem;}
    .video-title-swiper .swiper-slide .info .date .icon{width: .8rem;height: .8rem;margin-right: .5rem;}
    /*视频库轮播*/
    .video-library-swiper{padding: 0 0 1.5rem;}
    .video-library-swiper .swiper-pagination{transform: translateX(0);}
    .video-library-swiper .swiper-pagination .swiper-pagination-bullet{width: .4rem;height: .4rem;margin: 0 .2rem;}
    .video-library-swiper .btn{display: none;}
    /*专题轮播*/
    .special-topic-swiper{padding-bottom: 2rem;}
    .special-topic-swiper .swiper-slide > .con-l{width: 100%;}
    .special-topic-swiper .swiper-slide > .con-r{width: 100%;padding-left: 0;margin-top: 1rem;}
    .special-topic-swiper .swiper-slide .info{padding-top: 0;}
    .special-topic-swiper .swiper-slide .info .tit{margin-bottom: 0;}
    .special-topic-swiper .swiper-slide .info .txt{display: none;}
    .special-topic-swiper .swiper-slide .info .index-more-btn{margin-top: 1rem;}
    .special-topic-swiper .swiper-pagination{padding-right: 0;}
    .special-topic-swiper .swiper-pagination .swiper-pagination-bullet{width: .4rem;height: .4rem;margin: 0 .2rem;}
    .special-topic-swiper .btn{display: none;}
    /*新闻列表*/
	.news-list li a{flex-wrap: wrap;padding: 1rem 0;}
	.news-list li .tit{width: 100%;}
	.news-list li .tit .date{margin-top: .5rem;}
	.news-list li .txt{display: none;}
	.news-list li .index-more-btn{margin-top: 1rem;}
    /*新闻列表2*/
    .news-list2 li a{flex-wrap: wrap;padding: 1rem 0;}
    .news-list2 li a .info{width: 100%;}
    .news-list2 li a .info .tit{margin-bottom: .5rem;}
    .news-list2 li a .info .date{margin-top: .5rem;}
    .news-list2 li a .index-more-btn{margin-top: 1rem;}
    /*相关链接*/
    .related-links-box{flex-wrap: wrap;}
    .related-links-box .item{flex: 0 0 100%;height: 3rem;box-sizing: border-box;padding: 0 1rem;margin-bottom: .8rem;border-left: 0;}
    .related-links-box .item .tit::after{width: .6rem;height: .6rem;margin-left: .5rem;}

    /*产品频道列表*/
    .product-channel-list{column-count: auto;}
    .product-channel-list li .info{padding: 1rem;}
    .product-channel-list li .info .tit{margin-bottom: 1rem;font-size: 1.2rem;}
    .product-channel-list li .info .list dd{margin-top: .5rem;}

    /*服务支持页*/
    .support-page{padding: 0;}
    .support-page .part1{padding: 2rem 0;}
    .support-page .part1 .brief{width: 100%;margin-bottom: 2rem;}
    .support-page .part2{padding: 2rem 0;}
    .support-page .part2::before{padding-top: 150%;}
    .support-page .part2 .w1400 > .con-l{width: 100%;}
    .support-page .part2 .w1400 > .con-r{width: 100%;margin-top: 2rem;}
    /*客户服务*/
    .customer-service-box .item{width: 100%;margin-bottom: .6rem;}
    .customer-service-box .item .pic em{padding-top: 80%;}
    .customer-service-box .item .info{padding: 2rem 1rem 1rem;}
    .customer-service-box .item .info .tit .arrow{width: .6rem;height: .6rem;margin-left: .6rem;}
    /*服务支持列表*/
    .service-support-list li{width: 100%;height: auto;margin: 0 0 .5rem;}
    .service-support-list li a .icon{width: 3rem;height: 3rem;margin: 0;}
    .service-support-list li a .info .txt{min-height: 0;}

    /*职业生涯页*/
    .career-page{padding: 0;}
    .career-page .part1{padding: 2rem 0;}
    .career-page .part2{padding: 2rem 0;}
    .career-page .part2 .w1400 .index-title{margin-bottom: 1.5rem;}
    .career-page .part2 .w1400 .info{width: 100%;margin-right: 0;}
    .career-page .part2 .w1400 .info p{margin-top: .5rem;}
    .career-page .part3{padding: 2rem 0;}
    /*职业权益展示*/
    .career-right-show-box .item{width: 100%;margin-bottom: .6rem;}
    .career-right-show-box .item:nth-child(1),
    .career-right-show-box .item:nth-child(4){width: 100%;}
    .career-right-show-box .item:nth-child(1) .pic em,
    .career-right-show-box .item:nth-child(4) .pic em{padding-top: 80%;}
    .career-right-show-box .item .pic em{padding-top: 80%;}
    .career-right-show-box .item .info{padding: 2rem 1rem 1rem;}
    .career-right-show-box .item .info .tit{width: 100%;}

    /*投资页*/
    .investor-page{padding: 0;}
    .investor-page .inpage-title{margin-bottom: 1.5rem;}
    .investor-page .part1{padding: 2rem 0;}
    .investor-page .part2{padding: 2rem 0;}
    .investor-page .part3{padding: 2rem 0;}
    .investor-page .part3 .w1400 > .con-l{width: 100%;padding: 1rem;}
    .investor-page .part3 .w1400 > .con-r{width: 100%;padding: 2rem 1rem;margin-top: 1.5rem;}
    .investor-page .part3 .w1400 > .con-r .icon{width: 3rem;height: 3rem;}
    .investor-page .part4{padding: 2rem 0;}
    .investor-page .part4 .w1400 .icon{width: 3rem;height: 3rem;}
    .investor-page .part4 .w1400 .index-more-btn{margin-top: 2rem;}
    .investor-page .part5{padding: 2rem 0;}
    /*公司治理轮播*/
    .corporate-governance-swiper .swiper-slide .pic{width: 100%;margin: 1.5rem 0 0;}
    .corporate-governance-swiper .swiper-slide .info{flex: 0 0 100%;margin-top: 1rem;}
    .corporate-governance-swiper .swiper-slide .info .tit{margin-bottom: 1rem;font-size: 1.2rem;}
    .corporate-governance-swiper .swiper-slide .info .txt{width: 100%;}
    .corporate-governance-swiper .swiper-slide .info .index-more-btn{position: relative;margin-top: 1.5rem;}
    .corporate-governance-swiper .swiper-pagination-fraction{bottom: 0;top: auto;}
    .corporate-governance-swiper .btn{display: none;}
    /*公告列表*/
    .announcements-list{flex-wrap: wrap;}
    .announcements-list li{flex: 0 0 100%;padding: 0;margin-top: 2rem;border-left: 0;}
    .announcements-list li:first-child{margin-top: 0;}
    .announcements-list li .tit{height: auto;}
    .announcements-list li .record{margin-top: .5rem;}
    /*股票信息，选项卡*/
    .share-info-tab-box .tabs .item{width: 48%;}
    /*股票信息*/
    .share-info-wrap .tit .price{font-size: 1.8rem;}
    .share-info-wrap .tit .record span{margin-left: .5rem;}
    /*联系信息*/
    .contact-info-box > .con-l{width: 100%;padding: 1rem;}
    .contact-info-box > .con-r{width: 100%;}
    .contact-info-box .pic{height: auto;}
    .contact-info-box .pic em{padding-top: 74.1%;}
    .contact-info-box .tit{margin-bottom: 2rem;}

    /*实验室页*/
    .lab-page{padding: 0;}
    .lab-page .inpage-title{margin-bottom: 1.5rem;}
    .lab-page .part1{padding: 2rem 0;}
    .lab-page .part2{padding: 2rem 0;}
    .lab-page .part3{padding: 2rem 0;}
    .lab-page .part4{height: auto;padding: 2rem 0;}
    .lab-page .part4 .postdoctoral-entrance-box{position: static;margin-top: 3rem;}
    /*实验室展示*/
    .lab-show-box .item{width: 100%;margin-bottom: .6rem;}
    .lab-show-box .item .pic em{padding-top: 80%;}
    .lab-show-box .item .tit1{bottom: 1rem;padding: 0 1rem;}
    .lab-show-box .item .hidden-info{display: none;}
    /*最新动态轮播*/
    .latest-trends-swiper .swiper-slide .info{margin-top: 1rem;}
    .latest-trends-swiper .swiper-slide .info .tit{width: 95%;}
    .latest-trends-swiper .swiper-slide .info .record{padding-right: 1rem;margin-top: 2rem;}
    .latest-trends-swiper .swiper-slide .pic:hover{cursor: default;}
    /*博士后工作站入口*/
    .postdoctoral-entrance-box{flex-wrap: wrap;border-radius: 0;}
    .postdoctoral-entrance-box .item{justify-content: space-between;width: 100%;height: 3rem;padding: 0 1rem;margin-bottom: .8rem;background-color: #0F5ADE;border-left: 0;border-radius: .4rem;color: #fff;}
    .postdoctoral-entrance-box .item .icon{display: block;width: 1.6rem;height: 1.6rem;}
    .postdoctoral-entrance-box .item:hover{width: 100%;padding: 0 1rem;}

    /*联系我们页*/
    .contact-page{padding: 0;}
    .contact-page .part1{padding: 2rem 0;}
    .contact-page .part2{padding: 2rem 0;}
    /*联系信息，选项卡*/
    .contact-info-tab-box .tabs{padding: 0;}
    .contact-info-tab-box .tabs .item{flex: 0 0 4rem;padding-bottom: .6rem;}
    .contact-info-tab-box .tabs .item::after{left: 0;right: 0;bottom: 0;width: auto;height: .1rem;margin-left: 0;}
    .contact-info-tab-box .tabs .item.on::after{transform: scaleX(1);}
    .contact-info-tab-box .tab-content{margin-top: 1.5rem;}
    .contact-info-tab-box .tab-content .swiper-slide > .con-l{width: 100%;}
    .contact-info-tab-box .tab-content .swiper-slide > .con-r{width: 100%;min-height: 0;padding: 1rem;}
    .contact-info-tab-box .pic{height: auto;padding-top: 55%;}
    .contact-info-tab-box .inpage-title{margin-bottom: 1.5rem;}
    .contact-info-tab-box .brief{margin-bottom: 1rem;}
    /*联系信息表格*/
    .contact-info-table{width: 140vw;}
    .contact-info-table td{padding: .5rem;}
    .contact-info-table .title{position: sticky;top: 0;}
    .contact-info-table .title td{height: 3rem;}

    /*顶部搜索栏*/
    .top-search-box{height: 2rem;padding: 0 1.5rem 0 2.5rem;margin-bottom: 1rem;}
    .top-search-box .text-input{font-size: .7rem;}
    .top-search-box .sub-btn{left: 1rem;width: .8rem;height: .8rem;}
    /*资料中心*/
    .data-center-box{flex-wrap: wrap;}
    .data-center-box > .con-l{z-index: 10;position: fixed;left: 0;top: 0;width: 100vw;height: 100dvh;padding: 3rem 1.5rem;margin-right: 0;opacity: 0;visibility: hidden;transform: translateX(-100%);transition: .3s;}
    .data-center-box > .con-l.open{opacity: 1;visibility: visible;transform: translateX(0);}
    .data-center-box > .con-l .phone-menu-close{position: absolute;right: 0;top: 0;display: inline-flex;justify-content: center;align-items: center;width: 2rem;height: 2rem;font-size: 2rem;cursor: pointer;}
    .data-center-box > .con-l .product-menu-box{height: 100%;padding-right: 1rem;overflow-y: auto;}
    .data-center-box > .con-l .product-menu-box::-webkit-scrollbar{width: 4px;height: 4px;}
    .data-center-box > .con-r{flex: 0 0 100%;}
    .data-center-box > .con-r .pc{display: none;}
    .data-center-box > .con-r .phone{display: block;}
    /*产品菜单栏*/
    /*一级*/
    .product-menu-box .menu-1st{line-height: 1rem;}
    .product-menu-box .menu-1st > li+li{margin-top: 2rem;}
    /*二级*/
    .product-menu-box .menu-2nd{margin-top: 1.5rem;}
    .product-menu-box .menu-2nd > li+li{margin-top: 1rem;}
    /*三级*/
    .product-menu-box .menu-3rd{margin-top: 1rem;}
    .product-menu-box .menu-3rd > li+li{margin-top: .5rem;}
    /*移动端，分类筛选*/
    .phone-classification-area{display: flex;justify-content: space-between;padding: 1rem .5rem;background-color: #F2F2F2;}
    .phone-classification-area .section{flex: 48%;display: flex;align-items: center;}
    .phone-classification-area .section span{margin-right: .5rem;}
    .phone-classification-area .section select{width: 5rem;height: 1rem;box-sizing: border-box;padding: 0 .5rem;border: 1px solid #0F5ADE;border-radius: .5rem;font-size: .7rem;color: #000;outline: none;appearance: none;-webkit-appearance: none;background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjA3My4xNjRMNiA1LjIzNi45MjcuMTY0YS41MjcuNTI3IDAgMCAwLS43NjMgMCAuNTI3LjUyNyAwIDAgMCAwIC43NjNsNS40NTQgNS40NTVjLjExLjEwOS4yNTUuMTYzLjM4Mi4xNjNhLjU1NC41NTQgMCAwIDAgLjM4Mi0uMTYzTDExLjgzNi45MjdhLjUyNy41MjcgMCAwIDAgMC0uNzYzLjUyNy41MjcgMCAwIDAtLjc2MyAweiIgZmlsbD0iIzQ0NEI1NCIgZmlsbC1ydWxlPSJub256ZXJvIi8+PC9zdmc+) right .3rem center no-repeat;background-size: .4rem .4rem;text-align: center;}
    /*移动端，菜单按钮*/
    .phone-menu-wrap{display: flex;align-items: center;margin: 1rem 0;}
    .phone-menu-wrap .phone-menu-btn{position: relative;width: 2rem;height: 2rem;box-sizing: border-box;border: 1px solid #ccc;border-radius: 50%;color: #000;}
    .phone-menu-wrap .phone-menu-btn::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: .8rem;height: .1rem;margin: auto;background-color: currentColor;box-shadow: 0 .3rem 0 currentColor,0 -.3rem 0 currentColor;}
    .phone-menu-wrap .name{flex: 1;margin-left: .5rem;font-size: 1rem;}
    .phone-menu-wrap .btn{display: inline-flex;align-items: center;height: 1.6rem;padding: 0 1rem;margin-left: auto;border: 1px solid currentColor;border-radius: .8rem;color: #0F5ADE;}
    /*移动端，筛选栏*/
    .phone-filter-wrap{display: flex;border-radius: 1rem;overflow: hidden;}
    .phone-filter-wrap .item{flex: 1;display: inline-flex;justify-content: center;align-items: center;height: 2rem;background-color: #f2f2f2;}
    .phone-filter-wrap .item.on{color: #0F5ADE;}
    .phone-filter-wrap .item.bg-gray{background-color: #ddd;}
    /*移动端，筛选结果*/
    .phone-filter-result{margin: 1rem 0;}
    .phone-filter-result i{margin: 0 .3rem;color: #0F5ADE;}
    /*移动端，资料列表*/
    .phone-data-list{padding: .5rem 1rem;background-color: #f2f2f2;}
    .phone-data-list li{position: relative;padding: 1rem 2rem 1rem 0;border-top: 1px solid #ccc;line-height: 1.2;}
    .phone-data-list li:first-child{border-top: 0;}
    .phone-data-list li .file-info{display: flex;align-items: center;}
    .phone-data-list li .file-info .icon{width: 1.5rem;height: 1.5rem;margin-right: .3rem;}
    .phone-data-list li .file-info .name{flex: 1;display: inline-block;vertical-align: top;}
    .phone-data-list li .file-info .name .hot{display: inline-flex;padding: 0 .2rem;margin-top: .2rem;background-color: #C00808;border-radius: .5em;font-size: .6rem;line-height: 1;color: #fff;}
    .phone-data-list li .record{display: flex;align-items: center;padding-left: 1.8rem;margin-top: .5rem;color: #999;}
    .phone-data-list li .more-btn{position: absolute;right: 0;top: 1rem;width: 1.2rem;height: 1.2rem;color: #999;}
    .phone-data-list li .more-btn::after{content: '';position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: .15rem;height: .15rem;margin: auto;background-color: currentColor;box-shadow: 0 .4rem 0 currentColor,0 -.4rem 0 currentColor;}
    .phone-data-list li .checkbox{z-index: 1;position: absolute;right: 0;top: 1rem;width: 1.2rem;height: 1.2rem;margin: 0;}
    .phone-data-list li .hidden-info{display: flex;align-items: center;height: 0;padding-left: 1.8rem;overflow: hidden;transition: .3s;}
    .phone-data-list li .hidden-info .item{display: inline-flex;align-items: center;margin-right: 1rem;}
    .phone-data-list li .hidden-info .item .icon{width: .6rem;height: .6rem;margin-right: .2rem;}
    .phone-data-list li .hidden-info .item.collect .icon{filter: brightness(0) invert(.5);}
    .phone-data-list li .hidden-info .item.collect.on .icon{filter: none;}
    .phone-data-list li .checkbox:checked + .hidden-info{height: 1rem;margin-top: 1rem;}
    .phone-data-list li .checkbox:checked ~ .more-btn{color: #0F5ADE;}

    /*股权结构页*/
    .ownership-structure-page{padding: 0;}
    .ownership-structure-page .brief{font-size: .8rem;}
    .ownership-structure-page .part1 > .con-t{padding: 2rem 0 6rem;}
    .ownership-structure-page .part1 > .con-t .inpage-title{margin-bottom: 1.5rem;} 
    .ownership-structure-page .part1 > .con-t .brief{width: 100%;}
    .ownership-structure-page .part1 > .con-b{padding: 2rem 0;}
    .ownership-structure-page .part1 > .con-b .w1400 .brief{width: 100%;}
    .ownership-structure-page .part1 > .con-b .w1400 .stock-code{margin-top: 1rem;}
    .ownership-structure-page .part2{padding: 2rem 0;}
    .ownership-structure-page .part2 > .con-l{width: 100%;padding: 0 5%;}
    .ownership-structure-page .part2 > .con-r{width: 100%;padding-top: 100%;margin: 2rem 0 0;}
    .ownership-structure-page .part2 .info .tit{margin-bottom: 1rem;}
    .ownership-structure-page .part2 .info .tit .icon{width: 2rem;height: 2rem;margin-right: .5rem;}
    .ownership-structure-page .part2 .info .inpage-title{padding-left: 2.5rem;margin-bottom: 1.5rem;}
    .ownership-structure-page .part3{padding: 2rem 0;background-attachment: scroll;}
    /*持股信息列表*/
    .hold-shares-info-list li{padding: 1rem 0 1rem 2rem;}
    .hold-shares-info-list li:first-child{border-top: 1px solid #ACACAC;}
    /*合资伙伴信息列表*/
    .joint-partner-info-list li{flex-wrap: wrap;min-height: 4rem;padding: 0 .8rem;margin-bottom: 1rem;}
    .joint-partner-info-list li .num{width: 1rem;margin-right: .5rem;}
    .joint-partner-info-list li .info{flex-wrap: wrap;}
    .joint-partner-info-list li .info > .con-l{width: 100%;}
    .joint-partner-info-list li .info > .con-r{width: 100%;margin-top: 1rem;}
    .joint-partner-info-list li .info .tit{font-size: .8rem;}
    .joint-partner-info-list li .info .link{margin-top: 2rem;}
    .joint-partner-info-list li .more{display: none;}
    .joint-partner-info-list li.on{min-height: 10rem;padding: 1.2rem .8rem;}
    .joint-partner-info-list li.on .num{transform: translateY(.3rem);}
    .joint-partner-info-list li.on .info .tit{font-size: 1.2rem;}

    /*公司概况页*/
    .company-profile-page{padding: 0;}
    .company-profile-page .part1{padding: 2rem 0 4rem;}
    .company-profile-page .part1 .w1400 > .con-l{width: 100%;}
    .company-profile-page .part1 .w1400 > .con-r{width: 100%;margin-top: 0;}
    .company-profile-page .part1 .brief{margin-bottom: 1.5rem;}
    .company-profile-page .part2{padding: 2rem 0;}
    .company-profile-page .part3{padding: 2rem 0 3rem;}
    .company-profile-page .part4{padding: 2rem 0;}
    .company-profile-page .part4 .inpage-title{position: relative;left: 5%;top: 0;}
    .company-profile-page .part4 .data-show-wrap{margin-top: 2rem;}
    .company-profile-page .part5{padding: 2rem 0;}
    .company-profile-page .part6{padding: 2rem 0 10rem;}
    .company-profile-page .part6 .inpage-title{margin-bottom: 1.5rem;}
    .company-profile-page .part6 .brief{width: 100%;}
    .company-profile-page .part6 .index-more-btn{margin-top: 1rem;}
    /*公司发展简介*/
    .company-development-brief > .con-l{width: 100%;}
    .company-development-brief > .con-r{width: 100%;margin-top: 2rem;}
    .company-development-brief .inpage-title{margin-bottom: 1.5rem;}
    .company-development-brief .year{margin-bottom: 1rem;font-size: 3.6rem;}
    .company-development-brief .brief2{margin-bottom: 1.5rem;}
    /*公司战略走马灯*/
    .corporate-strategy-marquee-box .marquee{height: 3rem;}
    .corporate-strategy-marquee-box .marquee .item{margin-right: 1rem;}
    .corporate-strategy-marquee-box .marquee .item .pic{width: 3rem;margin-right: .5rem;}
    /*全球区域，选项卡*/
    .global-region-tab-box{position: static;margin: 0 5% 2rem;}
    .global-region-tab-box .tabs{margin-right: 1rem;}
    .global-region-tab-box .tabs .item{margin-bottom: .3rem;}
    .global-region-tab-box .tabs .item::before{left: -.6rem;width: .4rem;height: .4rem;margin-top: -.2rem;}
    .global-region-tab-box .tab-content .item{width: 100%;}
    /*全球地图*/
    .global-map-scroll-box{max-height: calc(100vh - 12rem);padding-bottom: .5rem;overflow: auto;}
    .global-map-box{width: 200vw;}
    .global-map-box .location-item .dot{width: .4rem;height: .4rem;}
    .global-map-box .location-item .dot::before{left: -.2rem;right: -.2rem;top: -.2rem;bottom: -.2rem;}
    .global-map-box .location-item .hidden-info{bottom: 1rem;width: 12rem;padding: .5rem;transform: translateX(calc(-50% + .2rem));}
    .global-map-box .location-item .hidden-info::after{width: .5rem;height: .5rem;}
    .global-map-box .location-item .hidden-info .tit{width: 75%;font-size: .7rem;}
    .global-map-box .location-item .hidden-info .city{right: .5rem;top: .5rem;}
    /*数据展示区*/
    .data-show-wrap{flex-wrap: wrap;}
    .data-show-wrap .item{flex: 0 0 100%;margin-bottom: 1rem;}
    .data-show-wrap .item .num{font-size: 1.8rem;}
    .data-show-wrap .item .txt{margin-top: 0;font-size: .7rem;}
    /*业务重点*/
    .business-focus-box .item{width: 100%;height: auto;min-height: 6rem;padding: .6rem;margin: 0 0 .6rem;}
    .business-focus-box .item .num{right: .6rem;top: .6rem;}
    .business-focus-box .item .icon{width: 2.4rem;height: 2.4rem;}
    .business-focus-box .item .tit{margin-top: .5rem;}
    .business-focus-box .item .tit::after{display: none;}

    /*产品类型介绍*/
    .product-type-intro{min-height: initial;padding: 1rem 1rem 3rem;margin-bottom: 2rem;}
    .product-type-intro .tit{margin-bottom: 1rem;}
    .product-type-intro .txt{width: 100%;font-size: .8rem;}
    /*产品信息列表*/
    .product-info-list li{width: 48%;margin: 0 0 1.5rem 4%;}
    .product-info-list li:nth-child(4n+1){margin-left: 4%;}
    .product-info-list li:nth-child(2n+1){margin-left: 0;}
    .product-info-list li .info{margin-top: .5rem;}
    .product-info-list li .info .tit{min-height: initial;margin-bottom: 0;font-size: .8rem;-webkit-line-clamp: 3;}

    /*产品详情页*/
    .product-details-page{padding: 0;}
    .product-details-page .section{margin-bottom: 2rem;}
    .product-details-page .section .inpage-title{margin-bottom: 1rem;}
    .product-details-page .section .inpage-title .name{font-size: 1rem;}
    .product-details-page .part1{padding: 2rem 0;}
    .product-details-page .part2{padding: 2rem 0 1rem;}
    .product-details-page .part3{padding: 2rem 0;}
    .product-details-page .part4{padding: 2rem 0;}
    .product-details-page .part4 .inpage-title{margin-bottom: 1.5rem;}
    /*产品详情介绍*/
    .product-details-intro > .con-l{width: 100%;}
    .product-details-intro > .con-r{width: 100%;margin-top: 1rem;}
    .product-details-intro .info{width: 100%;}
    .product-details-intro .info .tit{margin-bottom: 1.5rem;}
    .product-details-intro .product-pic-tab-box{margin-top: 2rem;}
    /*产品图片，选项卡*/
    .product-pic-tab-box{padding: 0 1rem;}
    .product-pic-tab-box .btn{width: .6rem;height: .6rem;margin-top: -.3rem;}
    /*产品参数，选项卡*/
    .product-param-tab-box .tabs{font-size: .9rem;}
    .product-param-tab-box .tabs .item{padding: 0 .4rem .5rem;}
    .product-param-tab-box .tabs .item::after{height: .1rem;}
    .product-param-tab-box .tab-content{margin-top: 2rem;}
    /*产品文件列表*/
    .product-file-list{font-size: .7rem;}
    .product-file-list li a .icon{flex: 0 0 2rem;height: 2rem;margin-right: .4rem;}
    /*兼容老网站产品文件列表*/
    .file-download-box h3{margin-bottom: 1rem;font-size: 1rem;;}
    .file-download-box ul{margin-bottom: 1rem;font-size: .7rem;}
    .file-download-box ul li a::before{flex: 0 0 2rem;height: 2rem;margin-right: .4rem;}
    /*相关产品轮播*/
    .related-product-swiper{padding-left: 0;margin: 0 5%;}
    .related-product-swiper .swiper-slide .tit{width: 100%;margin-top: .5rem;}
    /*产品参数表格*/
    .product-param-table th{width: auto;width: 4rem;height: 3rem;padding: .5rem .8rem;font-size: .8rem;line-height: .8rem;}
    .product-param-table th:nth-child(1){width: 6rem;}
    .product-param-table td{width: auto;width: 4rem;height: 2rem;padding: .5rem .8rem;font-size: .6rem;line-height: .8rem;}
    .product-param-table td:nth-child(1){width: 6rem;}

    /*预制棒页*/
    .yzb-page{padding: 0;}
    .yzb-page .part1{padding: 2rem 0;}
    .yzb-page .part1 .product-type-intro .txt{width: 100%;}
    .yzb-page .part2{padding: 2rem 0;}
    .yzb-page .part2 .w1400 > .con-l{width: 100%;}
    .yzb-page .part2 .w1400 > .con-l .icon{width: 2rem;height: 2rem;margin-top: 0;}
    .yzb-page .part2 .w1400 > .con-r{width: 100%;margin-top: 2rem;}
    .yzb-page .part3{padding: 2rem 0;}
    /*预制棒特点信息*/
    .yzb-character-info > .con-l{width: 50%;margin: 0 auto;}
    .yzb-character-info > .con-r{width: 100%;margin-top: 1rem;}
    .yzb-character-info table{min-width: 100%;margin-top: 1rem;}
    .yzb-character-info table td{height: 2rem;font-size: .6rem;}
    .yzb-character-info table td:nth-child(1){font-size: .8rem;}
    .yzb-character-info table .title td{height: 2rem;font-size: .8rem;}
    /*预制棒视频信息轮播*/
    .yzb-video-info-swiper{margin: 0 5%;padding: 0 0 2.5rem;}
    .yzb-video-info-swiper .swiper-slide .wrap .title{margin-bottom: 1rem;}
    .yzb-video-info-swiper .swiper-slide .wrap .video-info .tit{font-size: 1.2rem;}
    .yzb-video-info-swiper .swiper-slide .wrap .video-info .tips{margin-top: 1.5rem;}
    .yzb-video-info-swiper .swiper-slide .wrap .intro{width: 100%;margin-top: 1rem;}
    .yzb-video-info-swiper .btn{display: none;}

    /*四氯化硅页*/
    .fourlhg-page{padding: 2rem 0;}
    .fourlhg-page .w1400{padding: 0;}
    /*主要标题*/
    .fourlhg-page .main-title{padding: 1em;margin: 1em 0;}
    /*副标题*/
    .fourlhg-page .subtitle{margin: 2em 0 1.5em;}
    /*底部信息*/
    .fourlhg-page .bottom-info{height: 80px;margin-top: 1em;}
    /*产品信息介绍*/
    .fourlhg-product-intro-box{flex-direction: column-reverse;margin: 0 0 2em;}
    .fourlhg-product-intro-box > .con-l{width: 100%;padding: 0 1em;}
    .fourlhg-product-intro-box > .con-r{width: 100%;}
    /*产品图片轮播*/
    .fourlhg-product-pic-swiper .swiper-pagination{bottom: .5rem;}
    .fourlhg-product-pic-swiper .btn{display: none;}
    /*参数表格*/
    .fourlhg-param-table tr td{padding: .2em;}
    .fourlhg-param-table .title{position: sticky;top: 0;}
    /*特点列表*/
    .fourlhg-feature-list li{padding-left: 1em;}
    /*产品图片列表*/
    .fourlhg-product-pic-list{margin-top: 2em;}
    .fourlhg-product-pic-list li{width: 100% !important;margin-bottom: 10px;}

    /*销售网络页*/
    .sales-network-page{padding: 2rem 0;}
    .sales-network-page .inpage-title{margin-bottom: 1.5rem;}
    /*销售网络地图*/
    .sales-network-map-scroll-box{max-height: calc(100vh - 12rem);padding: 3rem 0 .5rem;overflow: auto;}
    .sales-network-map-box{width: 200vw;}
    .sales-network-map-box .svg-line-box{zoom: calc(var(--scale,1) * 2);}
    .sales-network-map-box .location-item .dot{width: .4rem;height: .4rem;}
    .sales-network-map-box .location-item .dot::before{left: -.2rem;right: -.2rem;top: -.2rem;bottom: -.2rem;}
    .sales-network-map-box .location-item .name{top: calc(100% + .6rem);font-size: .4rem;}
    .sales-network-map-box .location-item.item5 .name{bottom: calc(100% + .2rem);}
    .sales-network-map-box .location-item.item8 .name{top: calc(100% + .8rem);}
    .sales-network-map-box .location-item .hidden-info{display: block;width: 12rem;padding: .5rem;transform: translateX(calc(-50% + .2rem));}
    .sales-network-map-box .location-item .hidden-info::after{width: .5rem;height: .5rem;}
    .sales-network-map-box .location-item .hidden-info .region{width: 100%;margin-bottom: .3rem;}
    .sales-network-map-box .location-item .hidden-info .list{width: 100%;}
    .sales-network-map-box .location-item .hidden-info .list li+li{padding-top: .3rem;margin-top: .3rem;}
    .sales-network-map-box .location-item .hidden-info .list li .txt{margin-top: 0;}
    .sales-network-map-box .center-location{left: 77%;top: 43.5%;}

    /*直播页*/
    .webinar-page{padding: 0;}
    .webinar-page .part1{padding: 2rem 0;}
    .webinar-page .part1 .inpage-title{margin-bottom: 1rem !important;}
    .webinar-page .part2{padding: 2rem 0;}
    .webinar-page .part3{padding: 2rem 0;}
    .webinar-page .part4{padding: 2rem 0;}
    .webinar-page .part4 .webinar-speaker-swiper{margin-top: 0;}
    /*直播窗口*/
    .live-window{height: auto;margin-top: 1.5rem;}
    .live-window > .con-l{width: 100%;height: auto;}
    .live-window > .con-r{width: 100%;height: auto;padding: 1rem;margin-top: 1rem;}
    /*视频区*/
    .live-window .video-wrap{position: relative;padding-top: 70%;}
    /*直播信息*/
    .live-window .live-info{bottom: 0;padding-bottom: 2rem;}
    .live-window .live-info .tit1{margin-bottom: .2rem;}
    .live-window .live-info .tit2{margin-bottom: .6rem;}
    .live-window .live-info .tit3{margin-bottom: .4rem;}
    .live-window .live-info .btn{padding: 0 .8rem;margin-top: .5rem;line-height: 1.2rem;}
    /*倒计时*/
    .live-window .live-info .timeTo span{font-size: 100%;}
    /*视频区底部栏*/
    .live-window .bottom-wrap{height: 2rem;padding: 0 .6rem;}
    .live-window .bottom-wrap .share-btn::before{width: .8rem;height: .8rem;margin-right: .3rem;}
    .live-window .bottom-wrap .viewer-num::before{width: .8rem;height: .8rem;margin-right: .3rem;}
    /*聊天室*/
    .live-window .chat-room{height: auto;}
    .live-window .chat-room .chat-list{max-height: 50vh;}
    .live-window .chat-room .chat-list li{margin-bottom: 1rem;}
    .live-window .chat-room .user-input-wrap{height: 3rem;}
    /*直播介绍*/
    .webinar-intro-box .pic{width: 100%;}
    .webinar-intro-box .info{width: 100%;margin-top: 1.5rem;}
    .webinar-intro-box .info p{margin-bottom: 1rem;}
    /*议程表格*/
    .agenda-table td{width: auto;max-width: 10rem;height: 2rem;padding: .5rem;}
    .agenda-table td:nth-child(3){width: auto;}
    .agenda-table .title{position: sticky;top: 0;height: 3rem;}
    .agenda-table .speaker-list li{margin: .5rem 0;}
    .agenda-table .speaker-list li .txt{font-size: .6rem;}
    /*直播演讲者轮播*/
    .webinar-speaker-swiper{padding-top: 0;padding-left: 5%;}
    .webinar-speaker-swiper .swiper-slide a .info{padding: .5rem 1rem;}
    .webinar-speaker-swiper .swiper-slide a .info .name{margin-bottom: .3rem;}
    .webinar-speaker-swiper .btn{display: none;}
    /*直播回放，选项卡*/
    .webinar-playback-tab-box{flex-wrap: wrap;height: auto;margin-top: 1.5rem;}
    .webinar-playback-tab-box .tabs{width: 100%;margin-left: 0;}
    .webinar-playback-tab-box .tabs .swiper-slide .video-info{height: 5.5rem;padding: .5rem;}
    .webinar-playback-tab-box .tabs .swiper-slide .video-info .tit{width: 100%;}
    .webinar-playback-tab-box .tabs .swiper-slide .video-info .time .icon{width: .8rem;height: .8rem;margin-right: .4rem;}
    .webinar-playback-tab-box .tabs .btn{display: none;}
    .webinar-playback-tab-box .tab-content{flex: 0 0 100%;margin-top: 1rem;}
    .webinar-playback-tab-box .tab-content .video-wrap{height: auto;padding-top: 56.25%;}
    /*弹窗-预约*/
    .popup-appointment-box{padding: 1rem;}
    /*预约表单*/
    .appointment-form .main-title{margin-bottom: 1rem;}
    .appointment-form .row{margin-bottom: .5rem;}
    .appointment-form .btns-area .btn{line-height: 2rem;}
    /*弹窗-登录*/
    .popup-login-box{padding: 1rem;}

    /*市场案例页*/
    .market-case-page{padding: 0;}
    .market-case-page .inpage-title{margin-bottom: 1.5rem;}
    .market-case-page .part1{padding: 2rem 0;}
    .market-case-page .part2{padding: 2rem 0;}
    .market-case-page .part2 .inpage-title{margin-bottom: .5rem;}
    .market-case-page .part3{padding: 2rem 0;}
    .market-case-page .part4{padding: 2rem 0;}
    /*市场头部导航栏*/
    .market-top-nav{margin-top: 0;}
    .market-top-nav .w1400{flex-wrap: wrap;line-height: 2.5rem;}
    .market-top-nav .nav-wrap{width: 100%;margin-top: .5rem;}
    .market-top-nav .nav-wrap .item{padding-bottom: .6rem;margin: 0 1rem 0 0;line-height: 1;}
    .market-top-nav .nav-wrap .item::before{display: none;}
    /*热线电话窗口*/
    .hotline-window{width: 12rem;}
    .hotline-window .close-btn{right: .3rem;top: .3rem;font-size: 0;}
    .hotline-window .close-btn::after{margin-left: 0;}
    .hotline-window .content{padding: .5rem .5rem .3rem;}
    .hotline-window .content .icon{width: 1.2rem;height: 1.2rem;margin-right: .5rem;}
    /*市场侧边栏*/
    .market-sidebar-wrap{z-index: 2;position: fixed;left: auto;top: auto;right: .2rem;bottom: 5rem;width: auto;height: auto;}
    .market-sidebar-wrap > .item > .icon{width: 1.5rem;height: 1.5rem;background-color: #eee;}
    .market-sidebar-wrap form{width: 10rem;padding: .5rem .6rem .6rem;}
    .market-sidebar-wrap form .row{margin-top: .5rem;}
    .market-sidebar-wrap form input{height: 1.5rem;padding: 0 .3rem;font-size: .6rem;}
    .market-sidebar-wrap .shares{height: 2rem;padding: 0 .5rem;}
    .market-sidebar-wrap .shares .item{margin: 0 .5rem;}
    /*市场概况*/
    .market-overview-box .tit{margin-bottom: 1rem;}
    .market-overview-box .inpage-title{margin-bottom: 1rem;}
    .market-overview-box .pic{margin-top: 1.5rem;}
    /*相关产品地图打点区*/
    .relevant-products-map-scroll-box{padding: 3rem 0 .5rem;overflow: auto;}
    .relevant-products-map-box{width: 200vw;}
    .relevant-products-map-box .location-item .dot{width: .4rem;height: .4rem;}
    .relevant-products-map-box .location-item .dot::before{left: -.2rem;right: -.2rem;top: -.2rem;bottom: -.2rem;}
    .relevant-products-map-box .location-item .hidden-info{display: block;width: 12rem;padding: .5rem;transform: translateX(calc(-50% + .2rem));}
    .relevant-products-map-box .location-item .hidden-info::after{width: .5rem;height: .5rem;}
    .relevant-products-map-box .location-item .hidden-info .info{width: 100%;}
    .relevant-products-map-box .location-item .hidden-info .info .tit{margin-bottom: .3rem;font-size: .8rem;}
    .relevant-products-map-box .location-item .hidden-info .pic{display: none;}
    /*市场优势列表*/
    .market-advantage-list{width: 90%;}
    /*成功案例轮播*/
    .successful-cases-swiper{padding-right: 0;margin: 0 5%;}
    .successful-cases-swiper .swiper-slide a{flex-direction: column-reverse;transform: scale(1);}
    .successful-cases-swiper .swiper-slide a .info{width: 100%;padding-bottom: 1rem;margin-top: 1rem;}
    .successful-cases-swiper .swiper-slide a .info .title{margin-bottom: .8rem;}
    .successful-cases-swiper .swiper-slide a .info .title .icon{display: none;}
    .successful-cases-swiper .swiper-slide a .info .content{padding-left: 0;}
    .successful-cases-swiper .swiper-slide a .info .content .tit{margin-bottom: .5rem;}
    .successful-cases-swiper .swiper-slide a .pic{width: 100%;}
    .successful-cases-swiper .swiper-slide-active a{flex-direction: column-reverse;}
    .successful-cases-swiper .swiper-pagination{left: 0;width: 100%;}

    /*电信页*/
    .telecom-page{padding: 0;}
    .telecom-page .part1{padding: 2rem 0;}
    .telecom-page .part2{padding: 2rem 0;}
    .telecom-page .part3 > .top{padding: 2rem 0;;}
    .telecom-page .part3 > .top .inpage-title{margin-bottom: 4rem;}
    .telecom-page .part3 > .top .product-brief .tit{margin-bottom: 0;}
    .telecom-page .part3 > .top .product-brief .tit .icon{width: 1.5rem;height: 1.5rem;margin-right: .5rem;}
    .telecom-page .part3 > .top .product-brief .txt{width: 100%;padding-left: 2rem;}
    .telecom-page .part3 > .bottom{padding: 1rem 0 2rem;}
    .telecom-page .part3 > .bottom .w1400{flex-direction: column-reverse;}
    .telecom-page .part3 > .bottom .w1400 .txt{width: 100%;}
    .telecom-page .part3 > .bottom .w1400 .pic{width: 60%;margin-top: -3rem;}
    .telecom-page .part4{padding: 2rem 0;}
    .telecom-page .part5{padding: 2rem 0;}
    .telecom-page .part6{padding: 2rem 0;}
    /*telecom折叠列表下的样式*/
    .folding-list.telecom li > .title .name{font-size: 1rem;}
    .folding-list.telecom li > .title .num{flex: 0 0 2rem;}
    .folding-list.telecom li > .title .txt{display: none;}
    .folding-list.telecom li > .content{padding: 1rem 1rem 1.5rem 2rem;}
    .folding-list.telecom .product-intro{flex-direction: column-reverse;align-items: center;}
    .folding-list.telecom .product-intro .info{width: 100%;margin: 0;}
    .folding-list.telecom .product-intro .info .inpage-more-btn{margin-top: .8rem;}
    .folding-list.telecom .product-intro .pic{width: 60%;}
    .folding-list.telecom li.open > .content .product-intro .info{transform: translateY(0);}
    /*市场品牌案例轮播*/
    .market-brand-case-swiper{margin-left: 5%;}
    .market-brand-case-swiper .swiper-slide .brand-info{min-height: 15rem;padding: 1rem;}
    .market-brand-case-swiper .swiper-slide .brand-info .tit{margin-top: 1rem;}
    .market-brand-case-swiper .swiper-slide .brand-info .txt{margin-top: 1rem;}
    /*多模光纤*/
    .multi-mode-fibre-box{flex-direction: column-reverse;}
    .multi-mode-fibre-box .info{width: 100%;margin-top: 1rem;}
    .multi-mode-fibre-box .info .tit{margin-bottom: .5rem;}
    .multi-mode-fibre-box .info .tit .icon{width: 1.5rem;height: 1.5rem;margin-right: .5rem;}
    .multi-mode-fibre-box .info .txt{padding-left: 2rem;}
    .multi-mode-fibre-box .pic{width: 60%;}
    /*市场logo轮播*/
    .market-logo-swiper{margin: 1rem 0;}
    .market-logo-swiper .swiper-slide .logo{height: 2rem;}

    /*激光页*/
    .laser-page{padding: 0;}
    .laser-page .part1{padding: 2rem 0;}
    .laser-page .part2 > .con-l{width: 100%;}
    .laser-page .part2 > .con-r{width: 100%;padding: 1rem 5%;}
    .laser-page .part3{padding: 2rem 0;}
    .laser-page .part4{padding: 2rem 0;}
    .laser-page .part5{padding: 2rem 0;}
    /*核心技术轮播*/
    .core-technologies-swiper{min-height: 10rem;padding-bottom: 2rem;}
    .core-technologies-swiper .swiper-slide .tit{margin-bottom: 1rem;}
    .core-technologies-swiper .swiper-btn{display: none;}
    /*光纤激光，选项卡*/
    .fibre-laser-tab-box .tabs{position: static;display: flex;justify-content: center;}
    .fibre-laser-tab-box .tabs .item{width: auto;height: 2.5rem;padding: 0 1rem;}
    .fibre-laser-tab-box .tabs .item::after{height: .1rem;}
    .fibre-laser-tab-box .tabs .item.on{font-size: 1rem;}
    .fibre-laser-tab-box .tab-content{margin-top: 1rem;}
    .fibre-laser-tab-box .tab-content .swiper-slide{flex-direction: column-reverse;align-items: center;}
    .fibre-laser-tab-box .tab-content .swiper-slide .info{width: 100%;padding-top: 0;margin-top: 1rem;}
    .fibre-laser-tab-box .tab-content .swiper-slide .info .inpage-more-btn{margin-top: 1rem;}
    .fibre-laser-tab-box .tab-content .swiper-slide .pic{width: 60%;}
    /*光纤激光介绍*/
    .fibre-laser-intro .pic{width: 80%;}
    .fibre-laser-intro .info{width: 100%;margin-top: 1.5rem;}
    .fibre-laser-intro .info .inpage-more-btn{margin-top: 1.5rem;}
    /*laser折叠列表下的样式*/
    .folding-list.laser li > .content{padding: 0 0 1.2rem 1.8rem;}
    .folding-list.laser .intro-wrap .tit{width: 100%;}
    .folding-list.laser .intro-wrap .tit p{margin-bottom: .2rem;}
    .folding-list.laser .intro-wrap .market-advantage-list{width: 100%;margin-top: .5rem;}

    /*材料页*/
    .materials-page{padding: 0;}
    .materials-page .part1{padding: 2rem 0;}
    .materials-page .part2 .top{padding: 2rem 0;}
    .materials-page .part2 .top .w1400 > .con-l{width: 100%;}
    .materials-page .part2 .top .w1400 > .con-r{width: 100%;margin-top: 1rem;}
    .materials-page .part2 .top .w1400 .inpage-title{margin-bottom: 1rem;}
    .materials-page .part2 .top .w1400 .inpage-more-btn{margin-top: 1.5rem;}
    .materials-page .part3{padding: 2rem 0;}
    .materials-page .part4{padding: 2rem 0;}
    .materials-page .part4 .w1400 > .con-r{width: 100%;margin-right: 0;}
    .materials-page .part4 .w1400 .inpage-title{margin-bottom: 1.5rem;}
    .materials-page .part4 .w1400 .txt{margin-top: 1rem;}
    .materials-page .part4 .w1400 .inpage-more-btn{margin-top: 1.5rem;}
    .materials-page .part5{padding: 2rem 0;}
    .materials-page .part5 .w1400 > .con-l{width: 100%;}
    .materials-page .part5 .w1400 > .con-r{width: 100%;margin-top: 1.5rem;}
    .materials-page .part5 .w1400 .txt{margin-top: 1.5rem;}
    .materials-page .part5 .w1400 .inpage-more-btn{margin-top: 1.5rem;}
    /*石英材料*/
    .quartz-material-box .inpage-title{margin-bottom: 1.5rem;}
    .quartz-material-box .brief{width: 100%;}
    .quartz-material-box .info{flex-direction: column-reverse;width: 100%;margin: 1rem auto 0;}
    .quartz-material-box .info .txt{width: 100%;}
    .quartz-material-box .info .inpage-more-btn{margin-top: 1.5rem;}
    .quartz-material-box .pic-list{flex-wrap: wrap;margin-top: 2rem;}
    .quartz-material-box .pic-list li{width: 46%;margin: 2%;}

    /*半导体页*/
    .semiconductor-page{padding: 0;}
    .semiconductor-page .inpage-title{margin-bottom: 1rem;}
    .semiconductor-page .part1{padding: 2rem 0;}
    .semiconductor-page .part2{padding: 2rem 0;}
    .semiconductor-page .part3{padding: 2rem 0;}
    .semiconductor-page .part4{padding: 2rem 0 5rem;}
    .semiconductor-page .part4 .w1400 > .con-l{width: 100%;}
    .semiconductor-page .part4 .w1400 > .con-r{width: 100%;margin-top: 1rem;}
    .semiconductor-page .part4 .w1400 .list li{opacity: 1;}
    .semiconductor-page .part5{padding: 2rem 0;}
    .semiconductor-page .part5 .w1400 > .con-l{width: 100%;}
    .semiconductor-page .part5 .w1400 > .con-r{width: 100%;margin-top: 1.5rem;}
    .semiconductor-page .part5 .inpage-title{margin-bottom: 1rem;}
    .semiconductor-page .part5 .tit{margin: 1rem 0 .5rem;}
    /*semiconductor折叠列表下的样式*/
    .folding-list.semiconductor li{margin-top: .8rem;}
    .folding-list.semiconductor li > .title{padding: 1rem;}
    .folding-list.semiconductor li > .title .num{width: 1.8rem;}
    .folding-list.semiconductor li > .content{padding: 0 1rem 1rem 2.8rem;}
    .folding-list.semiconductor li.open > .title{padding: 1rem;}
    .folding-list.semiconductor li.open > .title .num{color: #fff;}
    .folding-list.semiconductor li.open > .title .name{color: #fff;}
    .folding-list.semiconductor li.open > .title .fold-btn{filter: brightness(0) invert(1);}
    /*SiC产品列表*/
    .SiC-product-list li{padding: 1rem;}
    .SiC-product-list li:nth-child(1)::after{width: 100%;}
    .SiC-product-list li:nth-child(2)::after{width: 100%;}
    .SiC-product-list li > .con-l{width: 100%;}
    .SiC-product-list li > .con-r{width: 100%;margin-top: 1.5rem;}
    .SiC-product-list li > .con-r .section+.section{margin-top: 1rem;}
    .SiC-product-list li > .con-r .section .tit{margin-bottom: .8rem;}

    /*市场分类列表*/
    .market-classification-list li{width: 100%;padding-bottom: 2rem;margin-bottom: 2rem;border-bottom: 1px solid #ddd;}
    .market-classification-list li a{padding: 0;}
    .market-classification-list li .info{margin-top: 1rem;}
    .market-classification-list li .info .icon{right: 0;bottom: 0;width: 2rem;height: 2rem;}
    .market-classification-list li .info .tit{margin-bottom: .5rem;}
    .market-classification-list li .info .txt{width: 100%;}
    .market-classification-list li .info .index-more-btn{margin-top: 1rem;}
    .market-classification-list li:nth-child(3n){border-bottom: 1px solid #ddd;}
    .market-classification-list li:nth-child(3n) a .pic{width: 100%;}
    .market-classification-list li:nth-child(3n) a .info{width: 100%;padding-bottom: 0;margin-top: 1rem;}
    .market-classification-list li:nth-child(6n) a .info{width: 100%;margin-right: 0;}

    /*产品顶部搜索栏*/
    .product-top-search{height: 2rem;padding: 0 2.5rem 0 1.5rem;margin: 0 0 1.5rem;}
    .product-top-search::before{display: none;}
    .product-top-search .text-input{font-size: .7rem;}
    .product-top-search .sub-btn{right: 1rem;width: .8rem;height: .8rem;}

    /*产品类型折叠列表*/
    .product-type-folding-list li > .title{flex-wrap: wrap;padding: 1rem 0;}
    .product-type-folding-list li > .title .bg{display: none;}
    .product-type-folding-list li > .title .pic{width: 100%;}
    .product-type-folding-list li > .title .pic em{padding-top: 75%;}
    .product-type-folding-list li > .title .info{flex: 0 0 100%;margin: 1rem 0 0;}
    .product-type-folding-list li > .title .info .tit{margin-bottom: 1rem;font-size: 1rem;}
    .product-type-folding-list li > .title .info .txt{display: none;}
    .product-type-folding-list li > .title .fold-btn{width: .6rem;height: .6rem;margin-top: 0;}
    .product-type-folding-list li > .title:hover .pic{opacity: 1;}
    .product-type-folding-list li > .title:hover .info .tit{color: #020202;}
    .product-type-folding-list li > .title:hover .fold-btn{filter: brightness(0);}
    .product-type-folding-list li.open > .title .pic{opacity: 1;}
    .product-type-folding-list li.open > .title .info .tit{color: #020202;}
    .product-type-folding-list li.open > .title .fold-btn{filter: brightness(0);}
    .product-type-folding-list li.open > .content{padding: 1rem 0;}
    /*产品类型列表*/
    .product-type-list{justify-content: space-between;}
    .product-type-list dd{width: 48%;margin: 0 0 8% 4%;}
    .product-type-list dd:nth-child(4n+1){margin-left: 4%;}
    .product-type-list dd:nth-child(2n+1){margin-left: 0;}
    .product-type-list dd .pic .tag{left: .5rem;top: .5rem;font-size: .5rem;line-height: .8rem;}
    .product-type-list dd .tit{margin-top: .5rem;font-size: .7rem;}
    .product-type-list dd .tit::after{display: none;}
}

/*phone和pad竖屏，分辨率820*/
@media screen and (max-width: 820px){
    
}

