/* 
   v1.0 | 20241220
   author: HL 
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a {
  text-decoration: none;
}

body{
	font-size: 16px;
	line-height: 24px;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,

hgroup,
menu,

section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li {
  list-style: none;
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container{width: 1376px;margin: auto;}

#header {
  width: 100%;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999999999999;
}

.header_01 {
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header_01 > div {
  line-height: 80px;
}

.header_02 {
  /* width: 65vw; */
  height: 85%;
  display: flex;
}

.header_02 > div:first-child {
  width: 123px;
  height: 36px;
  margin-left: 56px;
  margin-right: 69px;
  text-align: center;
}

.header_02 > div:first-child:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 100%;
  vertical-align: middle;
}

.header_02 > div:first-child img {
  width: 100%;
  display: inline-block;
  margin-top: 22px;
}

.header_04 {
  padding: 15px 0;
  display: flex;
}

.header_04 > div {
  width: 119px;
  height: 48px;
  background: #359eff;
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #ffffff;
  line-height: 22px;
  line-height: 48px;
  text-align: center;
  margin-right: 24px;
}

.header_04 .contact_number {
  width: 140px;
  height: 48px;
  background: none;
  color: #2d3a4b;
  font-size: 16px;
  margin-right: 56px;
}

.header_03 {
  /* flex: 1; */
  height: 100%;
  display: flex;
  width: 800px;
}

.header_03 .dhcd {
  display: inline-block;
  font-size: 17px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 80px;
  /* width: 100px; */
  margin-right: 54px;
}
.footer{
	background: rgb(27 34 43);
	background-image: url(../images/bj.png);
	background-repeat: no-repeat;
}
.full-w-row{
	position: relative;
	display: flex;
	box-sizing: border-box;
	flex: 1 1 auto;
	max-width: 100%;
	word-wrap: break-word;
	word-break: break-word;
	hyphens: auto;
	color: #777;
	padding-top: 50px;
	padding-bottom: 10px;
}
.editor_wrapper{
	border-radius: 0px; 
	background-color: rgba(255, 255, 255, 0); 
	visibility: visible;
}
.col{
	width: 33.33%;
	box-sizing: border-box;
	padding: 0;
}
.editor_wrapper p{
	font-size: 14px;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0;
	margin-inline-end: 0;

}
.text-26{
	font-size: 26px;
}
.text-20{
	font-size:20px;
}
.text-12{
	font-size:12px;color:hsl(0,0%,60%);
}
.ck-share-container{
	margin-right: -8px;
	margin-bottom: -8px;
}
.ck-share-container a{
	display: inline-block;
	overflow: hidden;
	width: 40px;
	margin-right: 8px;
	margin-bottom: 8px;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
	background: transparent;
}
.ck-share-container a .ifont{
	width: 30px;
	height: 30px;
	color: #999;
	font-size: 23px;
	line-height: 38px;
	display: block;
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	margin: 0 auto;
	transition: 0.36s ease;
	color: #9e9e9e;
	border: 1px solid rgba(150, 150, 150, 0);
	border-radius: 50%;
	justify-content: center;
	align-items: center;
}
.yb img{
	width: 165px;
	display: block;
	margin: auto;
}
.yb p{
	text-align: center;
	color: #777;
}
.ck-share-container a img:hover {
	  filter: sepia(100%) saturate(500%) hue-rotate(170deg);
	  transition: filter 0.3s ease-in-out;
}
.tel-4{padding-bottom: 10px;}

/* 产品中心 */
.banner-img {
    position: relative;
    height: auto;
}
.m_0 {
    margin: 0 !important;
}
.banner-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.banner-img .con {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1100px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.banner-img .con .slogan {
    margin-bottom: 1.0417vw;
    max-width: 500px;
}
.banner-img .con .slogan .main {
    margin-bottom: -5px;
    font-size: 45px;
    text-align: left;
	font-weight: 400;
	line-height: 1.5;
}
.big-title {
    font-family: "FZLTZHJW";
}
.banner-img .con .slogan .sub {
    font-size: 16px;
    text-align: left;
    margin-top: 15px;
	line-height: 1.5;
}
.btn {
    border-radius: 5px;
    font-size: 14px;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cp-banner{
	margin-top: 80px;
}
.liuyan{padding-bottom: 50px;    background: #fff;}
.liuyan-form{
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
	display: flex;
}
.liuyan-left{
	width: 916px;
	
}
.liuyan-left ul{
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
}
.liuyan-left ul li{
	width: 430px;
	margin-right: 28px;
	margin-bottom: 50px;
	position: relative;
	
}
.liuyan-left ul li input{
	box-sizing: border-box;
	width: 100%;
	border-radius: 26px;
	border: 1px solid #efeff3;
	padding: 15px 24px;
	outline: none;
	margin-bottom: 8px;
	overflow: visible;
	/* font-size: 100%; */
	line-height: 1.15;
	margin: 0;
}
.liuyan-left ul li input::placeholder{
  color: #909090; 
}
.liuyan-left ul li input:focus {
  border: 1px solid #4A90E2; 
}
.liuyan-left button{
	position: relative;
	width: 588px;
	height: 48px;
	background: #359eff;
	border-radius: 23px;
	cursor: pointer;
	margin-top: -10px;
	justify-content: center;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	display: flex;
	color: #fff;
	margin: auto;
	border: 0;
}
.liuyan-right{
	align-items: flex-end;
	flex-direction: column;
	display: flex;
}
.liuyan-right span{
	font-size: 100%;
	font-weight: 400;
	color: #545b66;
}
.liuyan-right i{
	width: 64px;
	height: 4px;
	background: #efeff3;
	border-radius: 2px;
	margin-top: 12px;
	margin-bottom: 16px;
}
.liuyan-right h3{
	margin-bottom: 8px;
	color: #359eff;
	font-size: 42px;
	line-height: 50px;
}
.ty-h1{
	color: #17181b;
	line-height: 28px;
	font-size: 35px;
	text-align: center;
	margin-bottom: 18px;
	padding-top: 70px;
}
.scheme-desc {
    margin-bottom: 95px;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #545b66;
}
/* case */
.case-banner{
	min-height: 700px;
	background-position: center center;
	background-size: cover;
	background-image: url(../images/66.jpg);
	background-attachment: scroll;
	background-repeat: no-repeat;
	margin-top: 80px;
	display: flex;
		
}
.case-main{
	max-width: 1232px;
	width: 100%;
	padding-right: 0;
	padding-left: 0;
	margin-right: auto;
	margin-left: auto;
	margin-top: 90px;
	margin-bottom: 90px;
	text-align: center;
}
.case-main .case-tit{
	color: #fff;
	margin-top: 80px;
	font-size: 50px;
	margin-bottom: 80px;
}
.case-main  .case-cog{
	line-height: 1.5;
	font-size: 25px;
	color: #fff;
}
.case-main  .case-a{
	display: flex;
	width: 100%;
	margin-top: 80px;
}
.case-main  .case-a span{
	width: 50%;
	height: auto;
	min-height: unset;
}
.case-main  .case-a span:nth-child(1){
	text-align: right;
	padding-right: 20px;
}
.case-main  .case-a span:nth-child(2){
    text-align: left;
	padding-left: 20px;
}
.case-main  .case-a span a{
	    text-align: center;
	    background-color: #00bf87;
	    background-image: none;
	    font-family: Open Sans;
	    font-weight: 600;
	    text-transform: uppercase;
	    font-size: 14px;
	    line-height: 1;
	    letter-spacing: 1px;
	    color: #fff;
	    border-top-width: 2px;
	    border-top-color: #00bf87;
	    border-top-style: solid;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    border-right-width: 2px;
	    border-right-color: #00bf87;
	    border-right-style: solid;
	    border-bottom-width: 2px;
	    border-bottom-color: #00bf87;
	    border-bottom-style: solid;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border-left-width: 2px;
	    border-left-color: #00bf87;
	    border-left-style: solid;
	    padding-top: 15px;
	    padding-right: 30px;
	    padding-bottom: 15px;
	    padding-left: 30px;
}
.case-main  .case-a span:nth-child(2n) a{
		text-align: center;
	    background-color: rgba(255, 255, 255, 0.05);
	    background-image: none;
	    font-family: Open Sans;
	    font-weight: 600;
	    text-transform: uppercase;
	    font-size: 14px;
	    line-height: 1;
	    letter-spacing: 1px;
	    color: #fff;
	    border-top-width: 2px;
	    border-top-color: #FFFFFF;
	    border-top-style: solid;
	    border-top-left-radius: 5px;
	    border-top-right-radius: 5px;
	    border-right-width: 2px;
	    border-right-color: #FFFFFF;
	    border-right-style: solid;
	    border-bottom-width: 2px;
	    border-bottom-color: #FFFFFF;
	    border-bottom-style: solid;
	    border-bottom-left-radius: 5px;
	    border-bottom-right-radius: 5px;
	    border-left-width: 2px;
	    border-left-color: #FFFFFF;
	    border-left-style: solid;
	    padding-top: 15px;
	    padding-right: 30px;
	    padding-bottom: 15px;
	    padding-left: 30px;
}
.case-list h2{
	font-family: Open Sans;
	font-weight: 300;
	font-size: 2.625em;
	line-height: 1.143;
	color: rgb(23, 37, 42);
	text-align: center;
	margin-bottom: 20px;
	margin-top: 90px;
}
.case-list p{
	font-family: Open Sans;
	font-weight: 300;
	font-size: 1.25em;
	line-height: 1.5;
	color: rgb(37, 41, 42);
	text-align: center;
	margin-bottom: 60px;

}
.service_business_content {
    padding: 0 0;
	margin-bottom: 60px;
}
.service_business_content .service_business_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.service_business_content .service_business_list .service_business_item{
	width: calc(100% / 6);
	height: 120px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #dddddd;
}
.service_business_content .service_business_list .service_business_item img{
	display: block;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}
/* caos end */
.style_a{margin-top: 80px;}
.w90{width: 90%;margin: auto;display: block;}
.mb-block {
    display: none;
}
.pc-block {
    display: block;
}
.mb-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 1.6rem;
    z-index: 999;
    background: #fff;
    text-align: center;
	height:60px;
	box-shadow: 0px 0.5px 0px 0px #3394fb;
}
.mb-nav-ico {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -0.1733333333rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.53333333rem;
    height: 0.34666666rem;
    cursor: pointer;
}
.mb-nav-ico .line:nth-child(1) {
    top:15px;
}
.mb-nav-ico .line {
    position: absolute;
    left: 0;
    display: block;
    height: 2px;
    width: 25px;
    background: #359eff;
}
.mb-header .mb-logo {
    display: inline-block;
}
.mb-header .mb-logo img {
    display: block;
    height: 40px;
    margin-top: 10px;
}
.mb-header .tel {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 35px;
    margin-top: -15px;
}
.mb-header .tel img{width:100%;}
.mb-nav-ico .line:nth-child(2) {
    top:7px;
    /* margin-top: -0.01333333rem; */
}
.mb-nav-ico .line:nth-child(3) {
    bottom: auto;
}
.mb-nav-ico.active .line:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    transform: rotate(
-45deg);
}
.mb-nav-ico.active .line:nth-child(2) {
    opacity: 0;
}
.mb-nav-ico.active .line:nth-child(3) {
    top: 50%;
    margin-top: -1px;
    transform: rotate(
45deg);
}
.menu {
    position: fixed;
    padding-bottom: 2.4rem;
    right: 100%;
    top: 60px;
    width: 100%;
    height: 100%;
    text-align: left;
    z-index: 11111;
    overflow-y: scroll;
    background: #FFFFFF;
}
.menu li {
    position: relative;
    text-transform: uppercase;
}
.menu li>span {
    display: block;
    position: relative;
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    color: #767676;
    font-size: 16px;
    border-bottom: 1px solid #e9e9e9;
}
.menu ul li>span::before {
    content: '';
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -6px;
    width: 10px;
    height: 10px;
    border: 2px solid #359eff;
    border-radius: 100%;
}
.menu li>span.active::before {
    color: #fff;
    background: #359eff;
    border-color: #359eff;
}
.menu ul li a {
    color: #555;
}
.menu-slide {
    display: none;
}
.menu ul li a {
    color: #555;
}
.menu-slide>a {
    position: relative;
    display: block;
    padding: 0 0.666666rem 0 3.6rem;
       height: 2.5rem;
    line-height: 2.5rem;
    font-size: 0.32rem;
    color: #7c7d7d;
    border-bottom: 1px solid #e9e9e9;
	 text-decoration: none;
}
@media (max-width: 999px){
.pc-block {
    display: none;
}
.mb-block {
    display: block;
}
.container,.report_03,.liuyan-left{width:100% !important;}
.liuyan-left button{width:60%;height: 35px;margin-top: 20px;}
.style_a{margin-top:60px;}
.html .headSection .container{padding:120px 0px 60px !important;}
.mlogo{width: 70%;}
.html .headSection .title p {
    font-size: 1.5rem !important;
}
.html .headSection .image img{    margin: auto;margin-top: 30px;width:90%!important;}
.html .headSection .link{margin-top: 30px !important;}
.sch ,.scheme .scheme-content h3,.ty-h1{font-size: 1.5rem !important;text-align: center;line-height:1.2;}
.hi_meiti,.scheme{padding: 0px 10px;box-sizing: border-box;}
.hi_meiti h4{font-size: 16px;text-align:center;}
.pingtai_a{height:auto !important;}
.pingtai_a img{margin: 11% 5% !important;}
.phone_list{background-size: 100% 100%;width: 80% !important;height: 50% !important; top:50px !important;}
.scheme{padding-top:0px !important;margin-top:0px !important;}
.scheme .scheme-content{padding-top:0px !important;}
.scheme-desc{font-size:16px !important;margin-bottom:60px !important;}
.scheme .scheme-content .scheme-box .scheme-item{margin-bottom:85px;}
.disanpin{padding-top:0px !important;padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;}
.anli2,.anli1,.anli3,.anli4,.anli5{margin-bottom:30px !important;}
.swiper-slide .anli-l{padding-left:10px !important;padding-top:30px !important;}
.anli-l .t1{height: 35px !important;}
.anli-l .t1 span{padding-top:0px !important;font-size:12px !important;}
.anli-l .t2{margin-top:80px !important;}
.scheme .scheme-content .scheme-box .scheme-item{width:100% !important;}
.anli-l .t2 p{width:90% !important;}
.baoguang, .zhishu{width:50% !important;}
.article .article_01{display:inherit !important;}
.article_01 div:first-child{width:100% !important;}
.article_02{width:100% !important;box-sizing: border-box;padding: 20px 30px 10px !important;}
.article_02 div:nth-child(2){font-size:18px !important;height:auto !important;line-height:1.2 !important;}
.article_02 div:nth-child(3) p{height:auto !important;    line-height: 1.5 !important;}
.article_03 li{width:100% !important;margin-right:0px !important;    margin-bottom: 24px !important;}
.article_03_02,.article_03_01{padding-left:30px !important;box-sizing:border-box;    margin-top: 20px !important;}
.article_03_02{width: 100% !important;font-size:18px !important;padding-right: 10px !important;}
.liuyan-left ul li{width: 90% !important;margin:10px 5% !important;}
.liuyan-right{display:none;}
.full-w-row{display:inherit;}
.editor_wrapper{width:90%;    margin: auto;margin-bottom: 30px;}
.footer{background-size: 100% 100%;}
.content1 .cont{box-sizing: border-box;}
.content1 .cont .cen{padding:0px;}
.content1 .cont .cen p{padding: 0 0.5rem !important;}
.content1 .cont .btn{height: 1.4rem !important;}
.contact{overflow-y: scroll;}
main .main-3 .con .lab .item .text p{font-size: 0.6rem;padding: 0px 1rem;}
.case-banner{margin-top:60px;min-height:auto !important}
.case-main .case-tit{font-size: 2rem;    margin-top: 3rem;    margin-bottom: 3rem;}
.case-main .case-cog{padding: 0px 10px;    font-size: 1rem;}
.case-list h2{    font-size: 2rem;}
.service_business_content .service_business_list .service_business_item{width: calc(100% / 3);}
.service_business_content .service_business_list .service_business_item img{width:80%;}
.ny-banner .text .title{    font-size: 2rem !important;}
.ny-banner .text .entitle{font-size: 1rem !important;}
.ny-banner{margin-top: 60px !important;}
.main-container{padding-left: 10px !important;padding-right: 10px !important;}
.news-left{width:100%!important;}
.list-news li .text{margin-left:85px !important;}
.list-news li .time span{font-size:2rem !important;}
.pull-right{width:100% !important;}
.new-liuyan{display:none !important;}
.sidebar-left{width:100% !important;}
.sidebar-menu{display:none;}
.article{margin-right:0px !important;margin-left:0px !important;padding-top:0px !important;}
.location .container{padding:0px 10px;box-sizing: border-box;}
.artcile-menu{margin-bottom:30px;}
.cp-banner{margin-top:60px !important;height: 200px;}
.banner-img{height: 200px;width: 100%;}
.banner-img .con{width:100% !important;padding: 10%;box-sizing: border-box;}
.banner-img .con .slogan .main{font-size:1.5rem;}
.banner-img .con .slogan .sub{font-size: 0.8rem;}
.btn{width:100px !important;margin-top: 10px;}
.ff_indexPage .mlist .content_wrapper{margin-right:0px !important;}
.ff_indexPage .mlist.news .item_block{width:100% !important}
.content3 .cont .cen .btn{width:8rem !important;height:1.4rem !important;}
.nigan{margin-top:60px;}
.pyqgg .leftgg a,.zghg .gzhn .gzr a,.xcxgg .leftxcx a{width: 47%;display: block;margin: 30px auto;float: inherit;font-size:20px;height:43px;line-height:43px;}
.xcxgg .leftxcx{margin:auto;float:inherit;}
.xhs_banner{margin-top:60px;}
.minimalist-header-no #Subheader{margin-top:60px !important;height: 120px;}
#Subheader .title{    font-size: 1.5rem !important;margin-top: 50px;}
.tx_banner{margin-top:60px;}
#tt1,#tt2,#tt3,#tt4,#tt5,#tt6{padding:0px 10px !important;box-sizing:border-box;}
.今日头条类>ul,.抖音类>ul{padding-left:0px;}
#tt3 .col-sm-6,#tt4 .col-sm-6,#tt5 .col-sm-6,#tt6 .col-sm-6{width:100%;}
.ks-banner{margin-top:60px !important;}
.multipleColumn{width:100% !important;}
.hyal,.khal,.multipleColumn,.khlc{display:none;}
.ggdx{margin-bottom:30px;}
.zhyz .col-xs-6{width:100%; margin-bottom: 100px;}
.zhyz .col-xs-6:nth-child(4){margin-bottom:0px;}
.bibi,{width:100% !important;min-width:auto !important;}
/* .width100{padding-top:0px !important;margin-top:60px !important;} */
.width1350{width:100% !important;padding:0px !important;}
.bilibili_img,.isuda,.as7d8as,.width1350 img{width:100%;}
.blbl_part09 ul,.blbl_part12_tag{width:100% !important;}
/* .blbl_part12_tag{display:inline-block !important;} */
.blbl_part12_tag li{}
.bilibili_h2{font-size:1.5rem !important;line-height: 1.5;padding-left:10px !important;padding-right:10px !important;}
.bilibili_h3{font-size:1rem !important;margin: 10px 0 30px !important;    padding-left: 10px !important;
    padding-right: 10px !important;}
.bibi{width:100%;}
.blbl_part03{background-size: contain !important;padding-bottom: 120px !important;margin-bottom:65px !important;}
.fl,.fr{width:100% !important;}
.blbl_part04 h2{font-size:2rem !important;}
.fl{margin-bottom:20px;}
.blbl_part04 .width1350{background-size: contain !important;}
.blbl_part07_img{background-size: contain !important;padding-bottom: 120px !important;}
.blbl_part08 p{font-size: 1rem !important;line-height: 1.5 !important;}
.blbl_part08 p{padding:0px 10px ;}
.blbl_part09 ul{display:inherit !important;}
.blbl_part09 ul li{box-sizing: border-box;    width: 80% !important;margin: 5% auto !important;float: inherit;height: 120px !important;}
.blbl_part09_img{    background-size: cover !important;padding-bottom:50px !important;}
.blbl_part11_tag{margin: 50px 0px !important;}
.blbl_part11_tag li{font-size: 1.5rem !important;}
.blbl_part11_con li p{font-size: 1rem !important;    line-height: 1.5;}
.blbl_part11_con li{width: 100% !important;}
.blbl_part12_tag li{width: 100% !important;padding:10px 20px !important;}
.blbl_part12_tag li.cur{padding-bottom:12px solid #24ade4}
.blbl_part12_tag{display:none !important;}
.mb-al li{margin-bottom:40px;margin-top:20px;}
.mb-al li p{margin-bottom:20px;}
/* .width100{padding-left:10px !important;padding-right:10px !important;} */
.blbl_part04{display:none;}
.blbl_part09 ul li strong{font-size: 46px !important;}
.blbl_part09 ul li span{margin-top: 20px;}
.blbl_part09 ul li:nth-child(1){margin-top:50px !important}
.blbl_part11_con{height:260px !important;}
.mb-al{margin-top: 50px;padding: 0px 10px;}
.sj-bj{
	  width: 100%;
	  background-image: url('../images/KOL.jpg');
	  background-size: cover; /* 确保背景图完全覆盖元素，且保持宽高比 */
	  background-repeat: no-repeat; /* 防止背景图重复 */
	  margin-top: 60px;
}
.xmal2{
	width: 100%; 
	position: relative; 
	z-index: 9999; 
	display: block; 
	top: 2845px;
	height: 1699px;
}
.xmal3{
	width: 100%;
	position: relative;
	z-index: 9999;
	display: block;
	top: 5044px;
	height: 125px;
}
.xmal4{
	width: 100%;
	position: relative;
	z-index: 9999;
	display: block;
	top: 6175px;
	height: 125px;
}
.KOLAL{
	position: relative; 
	/* top: 2427px; */
	max-width: 100%;
}
}
.btn{cursor: pointer;}
@media screen and (max-width: 768px){
	.sj-bj{min-height:6100px;}
	.aoul li{top: 1520px !important;}
	.KOLAL{top: 1530px;}
	.xmal2{top: 1800px;height: 1100px;}
	.xmal3{top: 3200px;height: 80px;}
	.xmal4{top: 3930px;height: 80px;}
}
@media screen and (max-width: 414px){
	.sj-bj{min-height:3300px;}
	.aoul li{top: 820px !important;}
	.KOLAL{top: 830px;}
	.xmal2{top: 970px;height: 600px;}
	.xmal3{top: 1720px;height: 50px;}
	.xmal4{top: 2100px;height: 50px;}
}
@media screen and (max-width: 375px){
	.sj-bj{min-height:3000px;}
	.aoul li{top: 740px !important;}
	.KOLAL{top: 750px;}
	.xmal2{top: 970px;height: 600px;}
	.xmal3{top: 1500px;height: 50px;}
	.xmal4{top: 1850px;height: 50px;}
}
@media screen and (max-width: 320px){
	.sj-bj{min-height:2550px;}
	.aoul li{top: 620px !important;}
	.KOLAL{top: 630px;}
	.xmal2{top: 750px;height: 480px;}
	.xmal3{top: 1300px;height: 50px;}
	.xmal4{top: 1590px;height: 50px;}
}




.header_03{position: relative;}


.main-wrapper{
	position: absolute;
	left: 0px;
	right: 0;
	top: 80px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0 4px 10px rgb(0 0 0 / 20%);
	display:none;
	width: 600px;
	padding-left: 20px;
}
.main-wrapper .nav-group{
	width: 30%;
	float: left;
    padding: 18px 0 0;
}
.nav-group .group-header{
	display: flex;
    align-items: center;
    font-size: 12px;
    color: #359eff;
    padding: 0 0 9px 0;
    margin-right: 50px;
    border-bottom: 1px solid rgba(142,144,145,.25);
	line-height: 1.5;
}
.nav-group  .group-header i{
	margin-right: 4px;
	width: 16px;
    height: 16px;
}
.nav-group .group-body{
	padding: 10px 0;
	
}
.main-wrapper .submenu-list li{
	margin-bottom: 10px;
	line-height: 1.5;
}
.main-wrapper .submenu-list li a{
	font-size: 13px;
    color: #363636;
    display: inline-block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}
.icon-pingtai{background:url(../images/yingxiao.png);background-repeat: no-repeat;}
.icon-chanpin{background:url(../images/shipin.png);background-repeat: no-repeat;}
.icon-gongju{background:url(../images/shuju.png);background-repeat: no-repeat;}


