﻿/**********样式重置**********/
html{font-size: var(--size);}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
body{ font-family: var(--fontfamily); background-color:#fff; overflow-x:hidden; color: var(--color); box-sizing: border-box; margin: 0 auto;}
a{ color:var(--color); text-decoration:none; outline: medium none;}
i{ overflow:hidden; display:inline-block;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:var(--main-color);}
.keylink{ color: var(--main-color); font-weight:bold;}
img,li{ vertical-align:top; border:0px; list-style-type: none; box-sizing: border-box;}
img{ max-width:100%; height: auto; transition: linear 0.35s;}

.clear{clear: both;}
.container{ margin: 0px auto; clear: both; padding: 0; box-sizing: border-box;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal; box-sizing: border-box;}
body,td,th{ font-family: var(--fontfamily); font-size:12px; box-sizing: border-box;}
input,textarea{ font-family: var(--fontfamily); border:0; outline:medium; box-sizing: border-box;}
::-webkit-scrollbar{width:3px;height:3px}
::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}
::-webkit-scrollbar-thumb{background:var(--bout-color);border-radius:10px;transition:all .3s}
::-webkit-scrollbar-thumb:hover{background:var(--hover-color)}
::-webkit-scrollbar-thumb:active{background:var(--hover-color);}


@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ margin: 0 15px;}
}
@media (min-width:1430px){
	.container{ margin: 0 50px;}
}
@media (min-width:1530px){
	.container{ max-width: 1360px; margin:0 auto; }
}

/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 777; box-sizing: border-box; transition:all 0.5s ease-in-out; background:#fff;}
@media (min-width:1082px){
	.header .container{ width:auto; padding:0 0.35rem; max-width:inherit;}
	.header.fis_show{ box-shadow: 3px 0 0.26rem rgba(0,0,0,0.15); background: #ffff; border:0;}
}
@media (min-width:1700px){
	.header .container{ padding:0 1.25rem; }
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff; top: 0; border:0;}
    .header .container{ position: relative;}
}

.header .top{ box-sizing:border-box; border-bottom:1px solid #e5e5e5;}
.header .top .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .top .logo a{ display: block; padding: 15px 0; transition: all 0.35s; }
.header .top .logo a img{ width: auto; height: 42px; transition: all 0.35s ease; }
.header .top .top_right{ margin:0; display:inline-flex; align-items:center;}
.header .top .top_right .info{ display:inline-flex; margin:0;}
.header .top .top_right .info .item{ margin:0; padding:0 0.35rem; display:inline-flex; align-items:center; border-right:1px solid #e5e5e5;}
.header .top .top_right .info .item .tag{ margin:0; color:var(--main-color);}
.header .top .top_right .info .item .tag i{ font-size:24px;}
.header .top .top_right .info .item .txt{ margin-inline: 0.15rem 0; flex:1;}
.header .top .top_right .info .item .txt .z1{ font-size:16px; color:#767676;}
.header .top .top_right .info .item .txt .p1{ font-size:16px; color:#000;}
.header .top .top_right .info .item .txt .p1 a{ color:#000;}
.header .top .top_right .langer{ margin:0; padding-inline: 0.35rem 0; display:inline-flex; align-items:center; cursor:pointer;}
.header .top .top_right .langer .tag{ margin:0; color:var(--main-color);}
.header .top .top_right .langer .tag img{ width:30px;}
.header .top .top_right .langer .txt{ margin-inline: 0.15rem 0; flex:1;}
.header .top .top_right .langer .txt .z1{ font-size:16px; color:#767676;}
.header .top .top_right .langer .txt .p1{ font-size:16px; color:#000;}
.header .top .top_right .langer .txt .p1 a{ color:#000;}
@media (min-width:1082px){
	.header .top .container{ display:flex; justify-content:space-between; align-items:center;}
	.header .top .top_right .info .item .txt .p1 a:hover{ color:var(--main-color);}
}
@media (min-width: 1px) and (max-width: 1081px) {
}


.header .menu{ margin: 0; transition: linear 0.35s; display: flex; align-items: center; justify-content: space-between;}

.header .menu .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .menu .logo a{ display: block; padding: 25px 0; transition: all 0.35s; }
.header .menu .logo a img{ width: auto; height: 42px; transition: all 0.35s ease; }

@media (min-width:1082px){
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .menu .logo{ display: inline-block; }
	.header .menu .logo a{ padding: 10px 0;  display: block;}
	.header .menu .logo a img{ height: 35px; width: auto;}
}

.header .menu .jdmenu{}
.header .menu .jdmenu>#jdmenu{}
.header .menu .jdmenu>#jdmenu>ul>li{ font-size: 19px; position: relative; }
.header .menu .jdmenu>#jdmenu>ul>li>a{ display: flex; position: relative; transition: linear 0.3s;z-index: 1; box-sizing: border-box;}
.header .menu .jdmenu>#jdmenu>ul>li>a>b{ display: inline-block; font-size: 12px; overflow: hidden; margin-left: 5px;}
.header .menu .jdmenu>#jdmenu>ul>li>a>b:before{font-family: "iconfont"; display: inline-block; }
@media (min-width: 1082px) {
    .header .menu{ }
    .header .menu .jdmenu{ margin:0; position: relative; z-index: 2; display: inline-flex; align-items:center; justify-content:flex-end;}
	.header .menu .jdmenu>#jdmenu{ display:inline-flex; align-items:center; margin:0;}
	.header .menu .jdmenu>#jdmenu>ul{ display: flex; justify-content: center; align-items: center;}
	.header .menu .jdmenu>#jdmenu>ul>li{ display: inline-flex; align-items: center; justify-content: center; margin:0 0.21rem;}
	.header .menu .jdmenu>#jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding:30.5px 0; align-items: center; line-height: 1; position: relative; color: #000; }
	.header .menu .jdmenu>#jdmenu>ul>li>a:before{ content:""; position: absolute; left:0; top:0; transform:scaleX(0); width:100%; height:5px; background:var(--main-color); transition: linear 0.35s; transform-origin:center center;}
    .header .menu .jdmenu>#jdmenu>ul>li>a>b{}

	.header .menu .jdmenu>#jdmenu>ul>li:first-child{ margin-inline-start: 0;}
	.header .menu .jdmenu>#jdmenu>ul>li:last-child{ margin-inline-end: 0;}

	.header .menu .jdmenu>#jdmenu>ul>li.active>a,.header .menu .jdmenu>#jdmenu>ul>li:hover>a{ }	
	.header .menu .jdmenu>#jdmenu>ul>li.active>a:before,.header .menu .jdmenu>#jdmenu>ul>li:hover>a:before{ transform:scaleX(1);}	
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu{ padding: 0; display: flex;}
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 55px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height:calc(100vh - 107px);border-top: 1px solid #999; overflow-y: auto;padding-bottom: 30px;}
	.header .menu .jdmenu>#jdmenu>ul{ overflow-y: auto; width: 90%; box-sizing: border-box; height: calc(100% - 122px); padding-top: 30px; margin-bottom: 30px;}
	.header .menu .jdmenu>#jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>#jdmenu>ul>li>a{ padding: 15px; color: #333;}
	.header .menu .jdmenu>#jdmenu>ul>li>a>b{ float: right; margin-right: 0; margin-left: auto;}
	.header .menu .jdmenu>#jdmenu>ul>li>a>b:before{font-size:20px; color: #333;}
}

.header .nav_r{ display: inline-flex; align-items: center; justify-content: flex-end; position: relative; margin:0;}

.header .nav_r .btn{ padding:0.15rem 0.5rem; background:var(--main-color); font-size:16px; text-transform:uppercase; color:#fff; line-height:1; border-radius:22.58px; cursor:pointer; font-family:var(--fonts-bold);}

.header .nav_r .searchclick{ cursor: pointer; position: relative;}
.header .nav_r .searchclick span{ display: inline-flex; align-items:center; justify-content:center; color: #fff; transition:all 0.35s; width:30px; height:30px; background:#2b2f36; border-radius:50%;}
.header .nav_r .searchclick span i{ font-size: 20px; transition: all 0.55s; opacity: 0;}
.header .nav_r .searchclick span i.icon-search{ display: block; opacity: 1;}
.header .nav_r .searchclick span i.icon-cuo{ display: none;}
.header .nav_r .searchclick.active span i.icon-search{ display: none;}
.header .nav_r .searchclick.active span i.icon-cuo{ display: block; opacity: 1;}

@media (min-width: 1082px) {
    .header .nav_r{ }
	.header .nav_r .searchclick span{ display: none;}
	
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .nav_r{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%); z-index: 3;}
    .header .nav_r .btnlanger{ margin: 0; padding: 0; border: 0;} 
    .header .nav_r .btnlanger{ font-size: 14px;}
    .header .nav_r .btnlanger img{ width: 20px; height: 20px; margin-right: 5px;}
}


.btnlangerlist{ position: fixed; right: 0; top: 0; width: 3.4rem; padding: 0.6rem 0.3rem 0.5rem 0.3rem; z-index: 10000; background: #fff; overflow: hidden; transition: all 2s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3); box-sizing: border-box; transform: translateY(-1000%);}
.btnlangerlist .close{ position: absolute; top: 0.2rem; right: 0.3rem; cursor: pointer; z-index: 9; }
.btnlangerlist .close i{ font-size: 0.3rem;}
.btnlangerlist>ul{ }
.btnlangerlist>ul>li{ margin: 0; width: calc((100%)/1); font-size:16px; border-bottom: #ddd solid 1px;}
.btnlangerlist>ul>li>a{ display: flex; align-items: center; padding:.13rem .2rem; color: #333;}
.btnlangerlist>ul>li>a>b{ margin: 0; font-size: 14px; padding-left: 5px;}
.btnlangerlist>ul>li>a>b>img{ height: 20px; width: auto; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>span{ padding-left: 5px; font-size: 14px; margin-left: auto; margin-right: 0; color: #999;}
.btnlangerlist.active{ transform: translateY(0); transition:all 0.6s;}

@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.btnlangerlist{ width: 50%;}
	.btnlangerlist>ul>li>a>b{ font-size: 12px;}
    .btnlangerlist>ul>li>a>b>img{ height: 18px;}
	.btnlangerlist>ul>li>a>span{ font-size: 12px;}
}

/*二级导航*/
.dropdown-menu{ min-width: 100%; background:#fff; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; border-top:1px solid #f2f2f2;}
.dropdown-menu>li{ font-size:16px; border-bottom:1px solid #eee; position:relative;}
.dropdown-menu>li>a{ display:block; align-items:center; white-space: nowrap;text-overflow: ellipsis; padding:0.1rem 0.2rem;}
.dropdown-menu>li:hover{ }
.dropdown-menu>li:hover>a{ background:var(--main-color); color:#fff;}
.dropdown-menu>li:hover>ul{ display:block;}

/*三级导航*/
.dropdown-menu>li>ul{ min-width: 100%; background:#fff; position: absolute; left: 100%; top: -1px; display: none; z-index: 8; box-sizing: border-box; border-top:1px solid #f2f2f2;}
.dropdown-menu>li>ul>li{ font-size:16px; border-bottom:1px solid #eee;}
.dropdown-menu>li>ul>li>a{ display:block; align-items:center; white-space: nowrap;text-overflow: ellipsis; padding:0.1rem 0.2rem;}
.dropdown-menu>li>ul>li:hover{ }
.dropdown-menu>li>ul>li:hover>a{ background:var(--main-color); color:#fff;}


@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu{position:inherit; top:inherit; left:inherit;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li{ display:block; margin:0;}
}


.search{ position: absolute; top: 0; right: 100%; width: 0; display: flex; align-items: center; border-radius: 5px; transition: width 0.5s ease-in-out; overflow: hidden; margin-inline:0.15rem 0;}
.search.active{ width: 2.4rem;}
.search form{ width: 100%; display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 40px; border: 1px solid #f8f8f8; align-items:center;}
.search form>input{ width: calc(100% - 45px); height: 45px; padding: 0 0.1rem; background: none; border:0; box-sizing: border-box; color: #999; font-size:14px;}
.search form>button{ width: 45px; height:35px; background: none; border: 0; cursor: pointer; outline: none; color: var(--main-color); border-inline-start: 1px solid #e5e5e5;}
.search form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.search form>input::-webkit-input-placeholder{ color: #999;}
.search form>input::-moz-placeholder{ color: #999;}
.search form>input::-moz-placeholder{ color: #999;}
.search form>input::-ms-input-placeholder{ color: #999;}
@media (min-width: 1082px) {
	.search{ width:2.15rem; position:inherit; top:inherit; right:inherit;}
}
@media (min-width: 1px) and (max-width: 1081px){
}

.searchbtn{ width: 90%; position: relative; z-index: 1;}
.searchbtn>form{ display: flex; justify-content: space-between; width: 100%; overflow: hidden; box-sizing: border-box; border: 1px solid var(--main-color);}
.searchbtn>form>input{ margin: 0; width: calc(100% - 37px); background: none; border: 0; box-sizing: border-box; height: 42px; padding: 0 0.1rem;}
.searchbtn>form>input::placeholder{ color: #333;}
.searchbtn>form>button{ margin: 0; width: 37px; background: none; cursor: pointer; border: 0; display: inline-flex; align-items: center; justify-content: center; outline: none;}
.searchbtn>form>button>i{ color: var(--main-color); font-size: 20px;}


/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; position: relative; height: auto; z-index: 1; }
.bframe img{ width: 100%; height: auto;}

.bframe video{ display: block; width: 100%;}
.bframe:before{ content:""; position:absolute; inset:0; z-index:1; background:#000; opacity:0.24;}
.bframe .index_txt{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:8; width:100%; text-align:center; z-index:2;}
.bframe .index_txt .z1{ color:#fff; font-family:var(--fonts-bold); font-size:0.72rem; line-height:1.1; text-transform:uppercase;}
.bframe .index_txt .p1{ font-size:16px; color:#fff; line-height:1.82; margin-block:0 0.95rem;}
@media (min-width: 1082px) {
    .bframe{ margin-top:153px;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
	.bframe .index_txt{ display:none;}
}

/**********大图切换**********/

/**********首页样式**********/

.indextit{ position:relative; text-align:center;}
.indextit .z1{ font-family:var(--fonts-bold); font-size:0.4rem; }
.indextit .p1{ font-size:16px; line-height:1.625; color:#666666;}

@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}

.iframe{ overflow: hidden; padding-block:0.9rem 1rem;}
.iframe .list{ margin-top:0.35rem; display:grid; grid-template-columns:repeat(7,1fr); gap:0; border-block:1px solid #ebeced;}
.iframe .list .item{ margin:0; width:100%; box-sizing:border-box; text-align:center; padding:0.2rem 0; position:relative;}
.iframe .list .item::before{ content:""; position: absolute; left:0; bottom:0; transform:scaleX(0); width:100%; height:3px; background:var(--main-color); transition: linear 0.35s; transform-origin:center center;}
.iframe .list .item .img{ overflow:hidden;}
.iframe .list .item .txt{}
.iframe .list .item .txt .z1{ font-size:16px; line-height:1.0625; color:#000;}
.iframe .list .item.active{ background:#f8f9fb;}
.iframe .list .item.active:before { transform:scaleX(1);}
.iframe .box{ display:none;}
.iframe .box .imgbox{ margin-top:0.3rem;}
.iframe .box .imgbox img{ width:100%; height:auto;}
.iframe .box .piclist{ display:grid; grid-template-columns:repeat(4,1fr); gap:0.25rem; margin-top:0.45rem;}
.iframe .box .piclist .item{ margin:0; width:100%; box-sizing:border-box; border:1px solid #f7f7f7;}
.iframe .box .piclist .item .img{ overflow:hidden;}
.iframe .box .piclist .item .img img{ width:100%; height:auto;}
.iframe .box .piclist .item .txt{ padding:0.2rem; background:#fcfcfc; text-align:center;}
.iframe .box .piclist .item .txt .z1{ font-size:16px; color:#000;}
.iframe .box.active{ display:block;}
@media (min-width:1082px){
	.iframe .box .piclist .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe .list{ grid-template-columns:repeat(2,1fr); }
	.iframe .box .imgbox{ display:none;}
	.iframe .box .piclist{ grid-template-columns:repeat(2,1fr); display:none;}
}

.iframe1{ padding:0.8rem 0 1rem; background-repeat:no-repeat; background-size:100% auto; background-position:top center;}
.iframe1 .lt{ margin:0; width:calc(50% - 0.65rem - 0.75rem); padding-block:0.5rem 0;}
.iframe1 .lt .z1{ font-size:0.372rem; color:#000;}
.iframe1 .lt .z1 span{ color:var(--main-color);}
.iframe1 .lt .z2{ font-family:var(--fonts-bold); font-size:0.372rem; color:#000; letter-spacing:-2px;}
.iframe1 .lt .line{}
.iframe1 .lt .line:before{ content:""; display:inline-block; width:29px; height:9px; background:var(--main-color); margin-inline:0 7px;}
.iframe1 .lt .line:after{ content:""; display:inline-block; width:29px; height:9px; background:linear-gradient(to right,var(--main-color),#fff); clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 100% 100%,0 100%);}
.iframe1 .lt .context{ font-size:16px; line-height:1.56; color:#343434; margin-top:0.35rem;}
.iframe1 .lt a{ margin-top:0.55rem;}
.iframe1 .fr{ margin:0; width:calc(50% + 0.65rem);}
.iframe1 .fr img{ width:100%; height:auto;}
.iframe1 .list{ display: grid; grid-template-columns: auto auto auto auto auto auto auto; column-gap: 0; margin-top:0.7rem;}
.iframe1 .list .item{ margin:0; text-align:center; position:relative;}
.iframe1 .list .item .num{ font-family:var(--fonts-bold); font-size:0.58rem; color:var(--main-color);}
.iframe1 .list .item .z1{ font-size:0.3rem; color:#000;}
.iframe1 .list .item .z2{ font-size:16px;}
@media (min-width:1082px){
	.iframe1 .list .item:nth-child(2n):after{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:1px; height:50%; transform:translateY(-50%); z-index:1; background:#d6d6d6;	}
	.iframe1 .list .item:first-child{ margin-inline:0 auto;}
	.iframe1 .list .item:last-child{ margin-inline:auto 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe1 .lt{ width:100%;}
	.iframe1 .fr{ width:100%; display:none;}
	.iframe1 .list{ grid-template-columns:repeat(2,1fr); gap:0;}
	.iframe1 .list .item:nth-child(2n){ display:none;}
}

.iframe2{  display:grid;  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;  gap: 0; transition: grid-template-columns 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);}
.iframe2 .item{ margin:0; height:6.45rem; background-repeat:no-repeat; background-size:cover; background-position:center center; position:relative;  transition: background-size 0.5s ease; cursor:pointer; display:flex; align-items:flex-end;}
.iframe2 .item:before{ content:""; position:absolute; inset:0; background:#000; opacity:0.63; transition:opacity 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);}
.iframe2 .item .one{ position:absolute; inset-block-start: 50%; inset-inline-start: 50%; transform:translate(-50%,-50%); z-index:2; text-align:center; width:100%; transition: transform 0.5s ease, opacity 0.5s ease;}
.iframe2 .item .one img{ width:0.8rem;}
.iframe2 .item .one .z1{ font-size:0.28rem; font-family:var(--fonts-bold); color:#fff; letter-spacing:-2px; margin:0.15rem 0 1.3rem;}
.iframe2 .item .one i{ font-size:0.35rem; color:#fff; display:none;}
.iframe2 .item .two{ margin-block:0 0.5rem; margin-inline:0.7rem 0.7rem; position:relative; z-index:2; opacity:0; }
.iframe2 .item .two img{ width:0.8rem;}
.iframe2 .item .two .z1{ font-size:0.3rem; font-family:var(--fonts-bold); color:#fff; padding-block:0.15rem 0.15rem; border-bottom:solid 1px #fff;}
.iframe2 .item .two .p1{ font-size:16px; line-height:1.5; color:#fff; margin-top:0.2rem;}
.iframe2 .item .two i{ font-size:0.35rem; color:#fff; margin-top:0.45rem; display:none;}
@keyframes _tow{
	from{ transform:translateY(200%); opacity:0;}
	to{ transform:translateY(0); opacity:1;}
}
@media (min-width:1082px){
	.iframe2 .item.active{ background-size: cover;}
	.iframe2 .item.active .one{ opacity:0;}
	.iframe2 .item.active::before{ opacity:0.38;}
	.iframe2 .item.active .two{ animation-delay:1s; animation:_tow 0.5s; opacity:1;}
	.iframe2:has(.item:nth-child(2).active){grid-template-columns:1fr 2fr 1fr 1fr 1fr}
	.iframe2:has(.item:nth-child(3).active){grid-template-columns:1fr 1fr 2fr 1fr 1fr}
	.iframe2:has(.item:nth-child(4).active){grid-template-columns:1fr 1fr 1fr 2fr 1fr}
	.iframe2:has(.item:nth-child(5).active){grid-template-columns:1fr 1fr 1fr 1fr 2fr}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe2{ display:none;}
}

.iframe3{ padding-block:0.9rem 1rem;}
.iframe3 .list{ display:grid; grid-template-columns:repeat(3,1fr); gap:0.25rem; margin-top:0.5rem;}
.iframe3 .list .item{ margin:0; width:100%; box-sizing:border-box; box-shadow:0 0 0.13rem rgba(236,236,236,1);}
.iframe3 .list .item .img{ overflow:hidden; border-radius:5px;}
.iframe3 .list .item .img img{ width:100%; height:auto;}
.iframe3 .list .item .txt{ padding:0.4rem 0.25rem;}
.iframe3 .list .item .txt .z1{ font-family:var(--fonts-bold); font-size:24px;}
.iframe3 .list .item .txt .content{}
.iframe3 .list .item .txt .content p{ font-size:16px; line-height:1.625; color:#666; margin-top:0.3rem;}
.iframe3 .list .item .txt .content p:before{ content:"\e673"; font-family:"iconfont"; font-size:18px; color:var(--main-color); margin-right:0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.iframe3{ padding-block:0.2rem 1rem;}
	.iframe3 .list{ grid-template-columns:repeat(1,1fr);}
}

.iframe4{ overflow: hidden; padding-block: 1.4rem 1.3rem; position:relative;}
.iframe4:before{ content:""; position:absolute; inset:0; background:#000; opacity:0.74; z-index:1;}
.iframe4 .container{ position:relative; z-index:2;}
.iframe4 .lt{ margin:0; width:calc(50% - 1rem - 0.45rem);}
.iframe4 .lt .z1{ font-family:var(--fonts-bold); font-size:0.4rem; color:#fff; letter-spacing:-2px; line-height:1.36;}
.iframe4 .lt .p1{ font-size:16px; line-height:1.625; color:#fff; margin-top:0.45rem;}
.iframe4 .lt a{ margin-top:0.6rem;}
.iframe4 .fr{ margin:0; width:calc(50% + 1rem);}
.iframe4 .fr .item{ display:block;}
.iframe4 .fr .item .img{ padding:0.2rem 0.15rem; background:url(/dist/images/honorbg.webp) no-repeat center center / 100% 100%;}
.iframe4 .fr .item .img img{ width:100%; height:auto;}
@media (min-width:1082px){
	.iframe4 .fr .swiper{ padding-inline:1rem 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe4 .lt{ width:100%;}
	.iframe4 .fr{ width:100%; margin-block:0.3rem 0;}
}

.iframe5{ overflow:hidden; padding:0.95rem 0; background:#f8f8f8;}
.iframe5 .lt{ margin:0; width:100%;}
.iframe5 .lt .list{ display:grid; grid-template-columns:repeat(2,1fr); gap:6px;}
.iframe5 .lt .box{ display:grid; grid-template-columns:repeat(3,1fr); gap:6px; margin-top:6px;}
.iframe5 .lt .item{ overflow:hidden; display:block; border-radius:5px;}
.iframe5 .lt .item .img{ overflow:hidden; height:3.15rem;}
.iframe5 .lt .item .img img{ width:100%; height:100%; object-fit:cover;}
.iframe5 .lt .box .item .img{ height:2.08rem;}
.iframe5 .fr{ margin:0; width:100%;}
.iframe5 .fr .z1{ font-family:var(--fonts-bold); font-size:0.4rem; color:#000; letter-spacing:-2px;}
.iframe5 .fr .line{}
.iframe5 .fr .line:before{ content:""; display:inline-block; width:29px; height:9px; background:var(--main-color); margin-inline:0 7px;}
.iframe5 .fr .line:after{ content:""; display:inline-block; width:29px; height:9px; background:linear-gradient(to right,var(--main-color),#fff); clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 100% 100%,0 100%);}
.iframe5 .fr .p1{ font-size:16px; line-height:1.625; color:#666; margin-top:0.4rem;}
.iframe5 .fr .list{ display:grid; grid-template-columns:repeat(3,1fr); gap:0.25rem; margin-top:0.6rem;}
.iframe5 .fr .list .item{ display:grid; align-items:center; flex-wrap:wrap; flex-direction:column; background:#fff; padding-block:0.25rem 0.2rem; padding-inline:0.25rem; box-sizing:border-box; border-radius:5px; transition:all 0.35s;}
.iframe5 .fr .list .item .img{ overflow:hidden;}
.iframe5 .fr .list .item .txt{ margin-top:0.2rem;}
.iframe5 .fr .list .item .txt .zz1{ font-size:18px; color:#000;}
@media (min-width:1082px){
	.iframe5 .container{ display:grid; grid-template-columns:repeat(2,1fr); gap:0.45rem; align-items:center;}
	.iframe5 .fr .list .item:hover{ transform:translateY(-10px);}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe5 .fr{ margin-block:0.3rem 0}
	.iframe5 .fr .list .item .txt .zz1{ font-size:16px;}
}

.iframe6{ padding:0.9rem 0 1rem; overflow:hidden;}
.iframe6 .tit{ align-items:center;}
.iframe6 .tit .z1{ margin:0; font-family:var(--fonts-bold); font-size:0.3801rem; color:#000;}
.iframe6 .list{ margin-top:0.45rem; box-sizing:border-box; display:grid; grid-template-columns:repeat(3,1fr); gap:0.3rem;}
.iframe6 .list .item{ margin:0; width:100%; box-sizing:border-box; padding:0.25rem; background:#eee;}
.iframe6 .list .item .txt{}
.iframe6 .list .item .txt .z1{ font-size:19px; line-height:1.42; color:#000;}
.iframe6 .list .item .txt .p1{ font-size:15.55px; color:#666; line-height:1.43; margin-top:0.25rem;}
.iframe6 .list .item .img{ overflow:hidden; margin-top:0.25rem;}
.iframe6 .list .item .img img{ width:100%; height:auto;}
.iframe6 .list .item .time{ margin-top:0.35rem; display:flex; align-items:center; justify-content:space-between;}
.iframe6 .list .item .time time{ font-size:15.55px; color:#000;}
.iframe6 .list .item .time span{ margin:0; display:inline-flex; align-items:center; font-family:var(--fonts-bold); font-size:14.27px; color:#000;}
.iframe6 .list .item .time span i{ line-height:1; margin-left:0.3rem; font-size:14px;}
.iframe6 .list .item .itembox{ padding-bottom:0.18rem; margin-bottom:0.18rem; border-bottom:1px solid #d5d5d5; display:block;}
.iframe6 .list .item .itembox .txt{}
.iframe6 .list .item .itembox .txt .z1{ font-size:19px; line-height:1.42; color:#000;}
.iframe6 .list .item .itembox .txt time{ font-size:15.55px; color:#000; line-height:1.43; margin-top:0.15rem; display:block;}
.iframe6 .list .item .itembox:last-child{ margin-bottom:0;}
@media (min-width:1082px){
	.iframe6 .list .item:hover .img img{ transform:scale(1.1);}
	.iframe6 .list .item .itembox:hover .txt .z1{ color:var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe6 .tit .z1{ width:100%; margin-block:0 0.3rem;}
	.iframe6 .list{ grid-template-columns:repeat(1,1fr);}
}

.iframe7{ padding:0.95rem 0 0.9rem; background-size:100% 100%; background-repeat:no-repeat; position:relative; z-index:1;}
.iframe7 .lt{ margin:0; width:calc(50% - 0.3rem);}
.iframe7 .lt .tit{ color:#fff; font-family:var(--fonts-bold);}
.iframe7 .lt .tit .z1{ font-size:14px; text-transform:uppercase;}
.iframe7 .lt .tit .z2{ font-size:0.35rem; line-height:1.35; margin-top:0.15rem; text-transform:uppercase;}
.iframe7 .lt .list{ margin-top:0.4rem;}
.iframe7 .lt .list .item{ padding:0.2rem 0; border-bottom:1px solid #fff; color:#fff;}
.iframe7 .lt .list .item .txt{ display:flex; justify-content:space-between; cursor:pointer;}
.iframe7 .lt .list .item .txt .z1{ margin:0; font-size:16px; font-weight:bold; line-height:1.33; width:calc(100% - 20px);}
.iframe7 .lt .list .item .txt .iconfont{ transform:rotate(-90deg); transition:all 0.35s ease; margin:0; width:20px; display:flex; align-items:center; justify-content:center;}
.iframe7 .lt .list .item .context{ font-size:15px; line-height:1.6; margin-top:0.2rem; display:none; overflow: hidden;}
.iframe7 .lt .list .item.active .txt .iconfont{ transform:rotate(0);}
.iframe7 .lt .list .item.active .context{ display:block;}
.iframe7 .fr{ margin:0; width:calc(50% - 0.5rem); box-sizing:border-box; background:#fff; padding:0.4rem; border-radius:0.1rem;}
.iframe7 .fr .tit{ margin-block-end:0.25rem;}
.iframe7 .fr .tit .z1{ font-family:var(--fonts-bold); font-size:0.3rem;}
.iframe7 .fr .tit .p1{ font-size:16px; line-height:1.5; color:#616161;}
.iframe7 .fr ul{}
.iframe7 .fr ul li{ margin-bottom:0.16rem; width:100%;}
.iframe7 .fr ul li label{ display:none;}
.iframe7 .fr ul li .input{ width:100%; height:36px; box-sizing:border-box; border:0; padding:0 0.15rem; font-size:14px; color:#999; background:#f8f8f8;}
.iframe7 .fr ul li .input::placeholder{ color:#999;}
.iframe7 .fr ul li.textarea .input{ height:1rem; padding:0.15rem; resize:none;}
.iframe7 .fr .button{}
.iframe7 .fr .button button{ width:100%; height:49px; display:flex; justify-content:center; align-items:center; background:#171e2d; font-size:18px; color:#fff; border:0; cursor:pointer; contain:none; border-radius:0.4rem;}
.iframe7 .fr .button button b{ margin:0;}
.iframe7 .fr .button button span{ margin:0 0 0 0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe7 .lt{ width:100%;}
	.iframe7 .fr{ width:100%; margin-block:0.3rem 0;}
}
/**********首页样式**********/


/**********底部样式**********/
/*.barrier{ padding:0.65rem 0; background-repeat:no-repeat; background-size:100% 100%; background-position:center center;}
.barrier .lt{ margin:0;}
.barrier .lt .item{ display:inline-flex; align-items:center;}
.barrier .lt .item .tag{ display:inline-flex; align-items:center; justify-content:center; width:0.98rem; height:0.98rem; background:var(--main-color); color:#fff;}
.barrier .lt .item .tag i{ font-size:0.45rem;}
.barrier .lt .item .txt{ margin-left:0.35rem; font-family:var(--fonts-bold); font-size:0.4rem; line-height:1.3;}
.barrier .fr{ margin:0;}
.barrier .fr .subscribeBox{ width:5.9rem; background:#fff; border-radius:0.7rem; padding:0.1rem; overflow:hidden; display:inline-flex; align-items:center; justify-content:space-between;}
.barrier .fr .subscribeBox input{ flex:1; font-size:14px; padding:0 0.15rem;}
.barrier .fr .subscribeBox button{ padding:0.18rem 0.22rem; border-radius:0.6rem; box-sizing:border-box; border:1px solid #333; background:none; cursor:pointer; display:inline-flex; align-items:center; font-size:14.69px; font-family:var(--fonts-bold);}
.barrier .fr .subscribeBox button span{ line-height:1; margin-bottom:-5px;}
.barrier .fr .subscribeBox button:after{ content:""; display:block; width:10px; height:10px; background:var(--main-color); border-radius:50%; margin-left:0.65rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.barrier .fr{ margin-top:0.4rem;}
}*/

footer{ background-repeat: no-repeat; background-size: cover; background-position: center center; background-color:#000000; position:relative; z-index:11;}
footer .footer{ background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
footer .footer .container{ }

footer .footer .footinfo{ padding:0.7rem 0 .45rem ; display:flex; justify-content:space-between; align-items:center; border-bottom:1px solid #383838;}
footer .footer .footinfo img{ margin:0;}
footer .footer .footinfo .info{ margin:0;}
footer .footer .footinfo .info .z1{ font-size:18px; font-family:var(--fonts-bold); color:#fff; text-transform:uppercase;}
footer .footer .footinfo .info a{ font-family:var(--fonts-bold); font-size:0.3rem; color:#fff; text-transform:uppercase; margin-top:0.15rem; display:block;}

footer .footer .footlist{ margin-block-start:0.4rem;}

footer .footer .foot{ margin: 0;}
footer .footer .foot .footlogo{ margin-bottom:0.4rem;}
footer .footer .foot .context{ font-size:16px; line-height:1.75; color:#959595; margin-bottom:0.35rem;}
footer .footer .foot .z1{ font-family:var(--fonts-bold); font-size:20px; color:#fff; text-transform:uppercase;}
footer .footer .foot .line{ width:0.45rem; height:5px; background:#dc0000; margin-block:0.15rem 0.2rem; margin-inline:0;}

footer .footer .foot .info{}
footer .footer .foot .info .item{ display:flex; align-items:center; margin-block:0 0.15rem;}
footer .footer .foot .info .item .tag{ width:32px; height:32px; display:flex; align-items:center; justify-content:center; background:#212121; border-radius:5px; color:#fff; margin:0;}
footer .footer .foot .info .item .tag i{}
footer .footer .foot .info .item .txt{ flex:1; margin-inline:0.15rem 0; font-size:16px; color:#fff;}
footer .footer .foot .info .item .txt a{ color:#fff;}
footer .footer .foot .info .item .txt a:hover{ color:var(--main-color);}

footer .footer .foot .share{}
footer .footer .foot .share a{ width:0.42rem; height:0.42rem; display:inline-flex; align-items:center; justify-content:center; background:#3d3d3d; margin-inline:0 0.1rem; color:#fff; border-radius:50%;}
footer .footer .foot .share a:hover{ background:var(--main-color);}

footer .footer .foot ul{}
footer .footer .foot ul li{ display: block; font-size: 15px; margin-bottom:0.15rem;}
footer .footer .foot ul li>a{ display: flex; align-items:center; color: #959595; line-height: 1;}
footer .footer .foot ul li>a>i{ margin-inline:0 0.1rem; font-size:12px;}
footer .footer .foot ul li:hover>a{ color: var(--main-color)}


footer .footer .footlist{ display:flex; justify-content:space-between; padding:0 0 0.75rem 0}

footer .footer .foot:nth-child(1){ width: 3.85rem;}
footer .footer .foot:nth-child(2){ width: 1.4rem;}
footer .footer .foot:nth-child(3){ width: 2.5rem;}
footer .footer .foot:nth-child(4){ width: 3.8rem;}
footer .footer .foot:not(:last-child){ margin-right: 0.7rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}


.copyright{ overflow: hidden; text-align: center;  background:#000000; }
.copyright .footdiv{ margin: 0; font-size:14px; line-height: 1.5; color: #959595; text-align: center;}
.copyright .footdiv a{ color: #959595;}
.copyright .footdiv a:hover{ color:var(--bout-color);}
@media (min-width:1082px){
	.copyright .container{ justify-content: space-between; border-top:1px solid #383838; padding-block:15px;}
	.copyright .footdiv{ display: inline-block;}
}
@media (min-width:1px) and  (max-width:1081px){
    .copyright .footmenu{ display: none;}
	.copyright{ margin-top: 0; margin-bottom: 52px; padding: 15px 0;}
	.copyright .container{ padding: 0; border: 0; display: block;}
    .copyright .footdiv{ font-size: 12px;}
}
/**********底部样式**********/


/**********内页大图**********/
.nbframe{ position: relative; overflow: hidden; }
.nbframe:before{ content:""; position:absolute; inset:0; z-index:2; background:#000; opacity:0.24;}
.nbframe .ban_txt{ position: absolute; left: 50%; top: 65%; transform: translate(-50%,-50%); z-index: 9; width:100%;}
.nbframe .ban_txt>.z1{ margin:0; font-size: 0.55rem; color: #fff; font-family:var(--fonts-bold);}

@media (min-width:1082px){
    .nbframe{}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top:55px;}
    .nbframe img{ display: none;}
	.nbframe .ban_txt{ display:none;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ padding: 15px 0; background: none; border-bottom: 1px solid #d1d1d1; position:relative; z-index:3;}
.location .txt{ font-size: 15px; color: #666; text-transform: capitalize; display: flex; align-items: center; flex-wrap: wrap; }
.location .txt .icon-home{ font-size: 20px; margin-right: 0.1rem;  }
.location .txt .icon-here{ margin: 0 8px; font-size: 16px;}
.location .txt .icon-here:before{ content:">";}
.location .txt a{ color: #666;}
.location .txt a:hover{ color: var(--main-color);}
.location .txt span{ }
@media (min-width:1081px){
	.location{ position:absolute; left:0; bottom:0.2rem; width:100%; border:0; z-index:9;}
	.location .txt{ color:#fff;}
	.location .icon-home{ color:var(--main-color);}
	.location .txt a{ color:#fff;}
}
@media (min-width:1px) and (max-width:1080px){
    .location{  padding: 20px 0;}
    .location .z1{ color: #333;}
    .location .txt{ width: 100%; color: #333;}
    .location .txt a{ color: #333;}
    .location .txt .icon-home{ color: #333;}
}

.stylesort{ overflow: hidden; background: var(--main-color)}
.stylesort .item{ display: inline-block; padding: 0.2rem 0; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.4rem; }
.stylesort .item.active,.stylesort .item:hover{ text-decoration: underline;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .stylesort{ }
    .stylesort .item{ font-size: 14px; margin-right: 0.1rem; margin-bottom: 0.1rem;}
}
/**********面包屑**********/

.body{ background-repeat: no-repeat; background-position: center top;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}


/**********关于我们**********/

.aframe{ padding-block:0.8rem 0.75rem; position:relative; z-index:1; background-repeat:no-repeat; background-position:0 43% ;}
.aframe .lt{ margin:0; width:calc(50% - 0.35rem);}
.aframe .lt .z1{ font-size:0.372rem; color:#000;}
.aframe .lt .z1 span{ color:var(--main-color);}
.aframe .lt .z2{ font-family:var(--fonts-bold); font-size:0.372rem; color:#000; letter-spacing:-2px;}
.aframe .lt .line{}
.aframe .lt .line:before{ content:""; display:inline-block; width:29px; height:9px; background:var(--main-color); margin-inline:0 7px;}
.aframe .lt .line:after{ content:""; display:inline-block; width:29px; height:9px; background:linear-gradient(to right,var(--main-color),#fff); clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 100% 100%,0 100%);}
.aframe .lt .context{ font-size:16px; line-height:1.56; color:#343434; margin-top:0.35rem; max-height:3.2rem; overflow-y:auto;}
.aframe .lt .context::-webkit-scrollbar-thumb{background:#b7b7b7;border-radius:10px;transition:all .3s}
.aframe .lt .context::-webkit-scrollbar-thumb:hover{background:var(--main-color)}
.aframe .lt .context::-webkit-scrollbar-thumb:active{background:var(--main-color);}
.aframe .fr{ margin:0; width:calc(50% );}

.aframe .list{ display: grid; grid-template-columns: auto auto auto auto auto auto auto; column-gap: 0; margin-top:0.7rem;}
.aframe .list .item{ margin:0; text-align:center; position:relative;}
.aframe .list .item .num{ font-family:var(--fonts-bold); font-size:0.58rem; color:var(--main-color);}
.aframe .list .item .z1{ font-size:0.3rem; color:#000;}
.aframe .list .item .z2{ font-size:16px;}
@media (min-width:1082px){
	.aframe .list .item:nth-child(2n):after{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:1px; height:50%; transform:translateY(-50%); z-index:1; background:#d6d6d6;	}
	.aframe .list .item:first-child{ margin-inline:0 auto;}
	.aframe .list .item:last-child{ margin-inline:auto 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe .lt{ width:100%;}
	.aframe .lt .context{ max-height:400px;}
	.aframe .fr{ width:100%; display:none;}
	.aframe .list{ grid-template-columns:repeat(2,1fr);}
	.aframe .list .item:nth-child(2n){ display:none;}
}

.aframe1{ padding-block:0.8rem 1rem; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-size:100% 100%;}
.aframe1 .tit{}
.aframe1 .tit .lt{ margin-inline:0; width:4rem; font-family:var(--fonts-bold); font-size:0.35rem; line-height:1.32; color:#fff;}
.aframe1 .tit .fr{ margin-inline:1rem 0; flex:1	; font-size:16px; line-height:1.56; color:#fff;}
.aframe1 .list{ margin-block:0.6rem 0; display:grid; grid-template-columns:repeat(4,1fr); gap:2px;}
.aframe1 .list .item{ margin-inline:0; width:100%; border-radius:0.1rem; box-sizing:border-box; padding-block:0.4rem; padding-inline:0.25rem; background:#fff; text-align:center;}
.aframe1 .list .item img{ margin-inline:0; width:0.75rem;}
.aframe1 .list .item .z1{ font-size:21px; color:#000; margin-block:0.3rem 0;}
.aframe1 .list .item .line{ width:32px; height:3px; background:var(--main-color); display:inline-block; margin-block:0.2rem;}
.aframe1 .list .item .p1{ font-size:15.77px; color:#999; line-height:1.67; text-align:left;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1080px){
	.aframe1 .tit .lt{ width:100%;}
	.aframe1 .tit .fr{ width:100%; margin-inline:0; margin-block:0.3rem 0;}
	.aframe1 .list{ grid-template-columns:repeat(2,1fr);}
}

.aframe2{ padding-block:0.7rem 0.85rem;}
.aframe2 .bigwordshow{ display:flex; flex-wrap:wrap; justify-content:center; align-items:center; margin-block:0.3rem 0;}
.aframe2 .bigwordshow .item{ margin-inline:0 0.15rem; line-height:1; font-size:18px; width:2.03rem; height:0.43rem; box-sizing:border-box; border:1px dashed var(--main-color); color:var(--main-color); display:flex; align-items:center; justify-content:center;}
.aframe2 .bigwordshow .item.active{ background:var(--main-color); color:#fff;}
.aframe2 .list{ margin-block:0.65rem 0; display:none;}
.aframe2 .list.active{ display:block;}
.aframe2 .list .swiper-slide{ margin-inline:0;}
.aframe2 .list .item{ display:block; overflow:hidden; border-radius:0.1rem; position:relative; cursor:pointer;}
.aframe2 .list .item .img{ overflow:hidden;}
.aframe2 .list .item .img img{ width:100%; height:auto;}
.aframe2 .list .item .txt{ position:absolute; left:0; bottom:0; width:100%; box-sizing:border-box; padding-inline:0.15rem; padding-block:0.1rem; text-align:center; background:#e2e2e2; z-index:1;}
.aframe2 .list .item .txt .z1{ font-size:16px; color:#565656;}
.aframe2 .list .btnlist{ display:flex; align-items:center; justify-content:center; margin-block:0.35rem 0;}
.aframe2 .list .btnlist .btn{ margin-inline:0; color:#000; cursor:pointer; display:inline-block;}
.aframe2 .list .btnlist .btn i{ font-size:18px;}
.aframe2 .list .btnlist .btn-prev i{ transform:rotate(90deg); margin-block:0.1rem 0;}
.aframe2 .list .btnlist .btn-next i{ transform:rotate(-90deg); margin-block:0.1rem 0;}
.aframe2 .list .btnlist .swiper-pt{ display:inline-flex; align-items:center; justify-content:center; margin-inline:0.1rem; width:auto;}
.aframe2 .list .btnlist .swiper-pt span{ opacity:1; background:#ddd;}
.aframe2 .list .btnlist .swiper-pt span.swiper-pagination-bullet-active{ background:var(--main-color);}
.aframe2 .list .linkmore{ margin-block:0.35rem 0; display:flex; align-items:center; justify-content:center;}
@media (min-width:1082px){
	.aframe2 .list .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe2 .bigwordshow .item{ margin-block:0 0.2rem;}
}

.aframe3{ overflow:hidden; height:7rem; padding-block:0.8rem 0; box-sizing:border-box; position:relative; z-index:2; background-repeat:no-repeat; background-size:100% 100%;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.aframe3{ background-size:cover; background-position:center center;}
}

.aframe4{ overflow:hidden; padding-block:0.75rem 1rem;}
.aframe4 .list{ margin-block:0.45rem 0;}
.aframe4 .list .swiper-slide{ transform:scale(0.9); display:flex; align-items:center; justify-content:center; transition: 300ms;}
.aframe4 .list .item{}
.aframe4 .list .item .img{ overflow:hidden; padding-block:0.2rem; padding-inline:0.15rem; background:url(/dist/images/honorbg.webp) no-repeat center center / 100% 100%;}
.aframe4 .list .item .img img{ width:100%; height:auto;}
.aframe4 .list .item .txt{ text-align:center; margin-block:0.2rem 0;}
.aframe4 .list .item .txt .z1{ font-size:17px; color:#666;}
.aframe4 .list .swiper-slide-active+div+div{ transform:scale(1);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}


/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 16px; line-height: 2; padding:0 0  0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.synopsis{ padding: 0 0 0.6rem;}
.synopsis .z1{ font-size: 0.36rem; margin-bottom: 0.2rem; font-family:var(--fonts-bold);}
.synopsis .context{ font-size: 16px; line-height: 1.5; color: #666;}
.synopsis .smalllist{ margin-top:0.25rem; display:grid; grid-template-columns:repeat(6,1fr); gap:0.3rem;}
.synopsis .smalllist .item{ background: #bfbfbf; display:block; width:100%; border-radius:5px; font-size:18px; padding-block:0.1rem; padding-inline:0.2rem; text-align:center;}
.synopsis .smalllist .item.active,.synopsis .smalllist .item:hover{ background: var(--main-color); color:#fff;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .synopsis .smalllist{ grid-template-columns:repeat(2,1fr);}
}

.gallerylist{ padding-block:0.7rem;}
.gallerylist .list{ display:grid; grid-template-columns:repeat(4,1fr); gap:0.3rem;}
.gallerylist .item{ margin: 0; display: block; width: 100%; box-sizing: border-box; }
.gallerylist .item .img{ overflow: hidden; border: 0.2rem solid #f5f5f5;}
.gallerylist .item .img img{ width: 100%; height: auto;}
.gallerylist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist .item .txt h3{ font-size: 16px;; text-align: center;}
.gallerylist .conetxt{ margin-top:0.6rem; font-size:16px; line-height:2;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .list{ grid-template-columns:repeat(2,1fr);}
}

.honorlist{ padding-block:0.7rem;}
.honorlist .list{ display:grid; grid-template-columns:repeat(5,1fr); gap:0.3rem;}
.honorlist .item{ margin: 0; display: block;margin-bottom: 0.3rem; box-sizing: border-box; cursor: pointer; padding:0.15rem; background:#f7f7f7; border-top:4px solid var(--main-color);}
.honorlist .item .img{ overflow: hidden; background-repeat: no-repeat; /*pointer-events: none;*/}
.honorlist .item .img img{ width: 100%; height: auto;}
.honorlist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.honorlist .item .txt h3{ font-size: 16px;}
.honorlist .conetxt{ margin-top:0.6rem; font-size:16px; line-height:2;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.honorlist .list{ grid-template-columns:repeat(2,1fr);}
}

.teamlist{ display: flex; flex-wrap: wrap; }
.teamlist .item{ margin: 0; display: block; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.3rem; box-sizing: border-box; cursor: pointer; border: 1px solid #e0e0e0; border-radius: 0.1rem; padding: 0.15rem;}
.teamlist .item .img{ overflow: hidden; background-repeat: no-repeat; border-radius: 0.1rem;}
.teamlist .item .img img{ width: 100%; height: auto;}
.teamlist .item .txt{ overflow: hidden; margin-top: 0.2rem;}
.teamlist .item .txt .z1{ font-size: 18px; text-align: center;}
@media (min-width:1082px){
	.teamlist .item:nth-child(3n){ margin-right: 0;}
    .teamlist .item:hover{ box-shadow: 4px 0 0.21rem rgba(0,0,0,0.2);}
}
@media (min-width:1px) and (max-width:1081px){
	.teamlist .item{ width: calc((100% - 0.3rem)/2);}
	.teamlist .item:nth-child(2n){ margin-right: 0;}
    .teamlist .item .txt .z1{ font-size: 14px;}
}

/**********图库**********/



/**********解决方案**********/

.solution-two{padding:1.7rem 0 1rem 0}
.solution-two .container{display:flex;flex-wrap:wrap;justify-content:space-between}
.solution-two .left{margin:0; width:50%;color:#333;font-weight:400;font-size:0.42rem;line-height:1.23;}
.solution-two .right{margin:0; width:60%;padding-left:0; font-size:16px; line-height:1.5;}
.solution-two .right p{font-size:18px;line-height:1.78;font-weight:200}
.solution-two .right p span{ color:var(--main-color);}
.solution-two .right img{margin-top:40px}
.solution-two .right a{ display:inline-block; padding:12px 32px; border:1px solid var(--main-color); color:var(--main-color); border-radius:4px; transition:all .3s ease; font-size:16px; margin-top:0.25rem;}
.solution-two .imgbox{margin-right:2rem;max-width: 4rem;height: 75px;}
@media (min-width:1081px) {
	.solution-two .right a:hover{ background:var(--main-color); color:#fff;}
}
@media (min-width:1px) and  (max-width:1080px){
	.solution-two .left{ width:100%;}
	.solution-two .right{ width:100%;}
	.solution-two .imgbox{ display:none;}
}

.solution-three{padding:0 0 100px 0}
.solution-three .t1{color:#333;font-weight:400;font-size:0.42rem;line-height:1.23;text-align:center}
.solution-three .t2{margin-top:30px;color:#666;font-weight:200;font-size:18px;line-height:1.78;text-align:center}
.solution-three .row{margin-top:0.48rem;  display:grid; grid-template-columns:repeat(3,1fr); gap:0.3rem;}
.solution-three .row .col-md-4{padding-bottom:15px; width:100%; }
.solution-three .row .col-md-4>div{height:100%;background:#f8f8f8;border-bottom:4px solid var(--main-color)}
.solution-three .row .col-md-4>div .txt{padding:25px;color:#333;font-weight:400;font-size:20px;line-height:32px;}
.solution-three .quanyu-tianxia-label-dark{color:#333;font-weight:600;margin-bottom:5px}
.solution-three .quanyu-tianxia-list{list-style-type:disc;padding-left:20px;margin-bottom:15px;color:#666}
.solution-three .quanyu-tianxia-card{display:flex;flex-direction:column;justify-content:space-between}
.solution-three .quanyu-tianxia-card{background:#f9f9f9;padding:20px;border-radius:8px;height:100%;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.solution-three .typeface14{ font-size:16px; line-height:1.5;}
.solution-three .quanyu-tianxia-label-red,.solution-three .quanyu-tianxia-data-title{ color:var(--main-color);}
.solution-three .quanyu-tianxia-data{background:#fcf6f6;padding:12px;border-left:4px solid #c00;border-radius:0 4px 4px 0}
.solution-three .shengshengman-btn{display:block;width:100%;text-align:center;background:#fbe6e6;color:#c00;font-weight:700;padding:10px 0;border-radius:4px;transition:all .3s;text-decoration:none;margin-top:20px;font-size:14px}
.solution-three .shengshengman-btn:hover{ background:#cc0000; color:#fff;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and  (max-width:1080px){
	.solution-three .row{ grid-template-columns:repeat(1,1fr);}
}

.putong-disco-wrapper{background:linear-gradient(135deg,#c00 0,#900 100%);padding:0.48rem 0;color:#fff;text-align:center}
.putong-disco-wrapper .putong-disco-title{ font-size:0.32rem; font-weight:700; margin-bottom:0.15rem;}
.putong-disco-wrapper .putong-disco-text{ margin-bottom:0.25rem; opacity: 0.9; font-size:16px; line-height:1.5;}
.putong-disco-wrapper .putong-disco-btn{background:#fff;color:#c00;padding:12px 30px;font-size:16px;font-weight:700;border-radius:4px;display:inline-block;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 15px rgba(0,0,0,.2)}
.putong-disco-wrapper .putong-disco-btn:hover{background:#fdfdfd;box-shadow:0 6px 20px rgba(0,0,0,.3);transform:translateY(-2px);color:#c00}

@media (min-width:1081px) {
}
@media (min-width:1px) and  (max-width:1080px){
}

.qiannian-shipu-wrapper{ padding:0.48rem 0;}
.qiannian-shipu-wrapper .text-center{ text-align:center; margin-bottom:0.48rem;}
.qiannian-shipu-wrapper .qiannian-shipu-title{ font-size:0.32rem; font-weight:700; margin-bottom:0.15rem;}
.qiannian-shipu-wrapper .qiannian-shipu-text{ margin-bottom:0.25rem; opacity: 0.9; font-size:16px; line-height:1.5; }
.qiannian-shipu-wrapper .row{  display:grid; grid-template-columns:repeat(3,1fr); gap:0.3rem;}
.qiannian-shipu-wrapper .col-md-4{ width:100%;}
.qiannian-shipu-wrapper .xiaoji-bibi-card{border:1px solid #eaeaea;border-top:4px solid #c00;border-radius:6px;padding:30px;height:100%;transition:box-shadow .3s}
.qiannian-shipu-wrapper .xiaoji-bibi-title{ font-size:0.32rem; font-weight:700; margin-bottom:0.15rem;}
.qiannian-shipu-wrapper .xiaoji-bibi-desc{ margin-bottom:0.25rem; opacity: 0.9; font-size:16px; line-height:1.5;}
.qiannian-shipu-wrapper .xiaoji-bibi-list{list-style:none;padding:0;color:#444;line-height:1.8; font-size:16px; line-height:1.5;}
.qiannian-shipu-wrapper .luoshuitianyi-btn-dark{display:inline-block;border:2px solid #333;color:#333;font-weight:600;padding:12px 30px;border-radius:4px;transition:all .3s;text-decoration:none; margin-top:0.3rem; font-size:16px;}

@media (min-width:1081px) {
	.qiannian-shipu-wrapper .qiannian-shipu-text{  max-width:800px;}
	.qiannian-shipu-wrapper .luoshuitianyi-btn-dark:hover{ background:#333; color:#fff;}
}
@media (min-width:1px) and  (max-width:1080px){
	.qiannian-shipu-wrapper .row{ grid-template-columns:repeat(1,1fr);}
}

.solution-four{padding:0 0 85px 0}
.solution-four .up .container .image{display:flex;align-items:center;justify-content:center}
.solution-four .up .container p{margin-top:20px;color:#333;font-weight:400;font-size:0.42rem;line-height:1.23;text-align:center}
.solution-four .mid{margin-top:0.7rem;}
.solution-four .mid.fadeInDown{position:fixed;top:20px;left:0;right:0;z-index:10}
.solution-four .mid .row{ display:flex; flex-wrap:wrap;}
.solution-four .mid .col-md-3{padding-bottom:15px; margin:0 0.3rem 0 0; width:calc((100% - 0.9rem)/4);}
.solution-four .mid .col-md-3>h3{background:var(--main-color);padding:0 5px;text-align:center}
.solution-four .mid .col-md-3>h3 a{line-height:52px;font-size:18px;color:#fff;font-weight:500}
.solution-four .down{margin-top:1rem}
.solution-four .down .cont{padding-bottom:1rem}
.solution-four .down .cont .container{display:flex;max-width:1665px;justify-content:space-between;align-items:center;flex-wrap:wrap}
.solution-four .down .cont .container .image{width:57.5%;background:#f8f8f8;display:flex}
.solution-four .down .cont .container .image .big-img{width:77%;border-right:4px solid var(--main-color);display:flex;height:5.2rem}
.solution-four .down .cont .container .image .big-img img{margin-top:auto;margin-bottom:auto;mix-blend-mode:multiply;max-height:100%}
.solution-four .down .cont .container .image .small-img{width:23%}
.solution-four .down .cont .container .image .small-img>div{height:1.3rem;display:flex;padding:15px;border:1px solid #f8f8f8}
.solution-four .down .cont .container .image .small-img>div.active{background:#fff}
.solution-four .down .cont .container .image .small-img>div img{margin:auto;mix-blend-mode:multiply;max-height:100%}
.solution-four .down .cont .container .text{width:35%}
.solution-four .down .cont .container .text .t1{color:#333;font-weight:500;font-size:0.36rem;line-height:1.33;}
.solution-four .down .cont .container .text .t2{color:#666;font-weight:300;font-size:16px;line-height:28px;margin-top:30px}
.solution-four .down .cont .container .text .z1-sol{ display:flex;}
.solution-four .down .cont .container .text .z1-sol .col-4{ margin:0 0.3rem 0 0; width:calc((100% - 0.6rem)/3);}
.solution-four .down .cont .container .text .z1-sol .col-4 img{ width:100%; height:auto;}
.solution-four .down .cont .container .text .z1-sol .col-4:last-child{ margin-right:0;}
.solution-four .down .cont .container .text .t3{margin-top:25px}
.solution-four .down .cont .container .text .t3 p{position:relative;padding-left:30px;color:#666;font-weight:300;font-size:18px;line-height:42px}
.solution-four .down .cont .container .text .t3 p::before{position:absolute;content:"";width:13px;height:13px;border:2px solid var(--main-color);top:50%;left:0;transform:translateY(-50%)}

.solution-four .jiujiubashi-btn{display:inline-flex;align-items:center;background:#c00;color:#fff;padding:10px 25px;font-weight:600;border-radius:30px;transition:all .3s;text-decoration:none;margin-top:20px;font-size:14px;box-shadow:0 4px 10px rgba(204,0,0,.2)}
.solution-four .jiujiubashi-btn:hover{background:#a00;color:#fff;text-decoration:none;transform:translateX(5px);box-shadow:0 6px 15px rgba(204,0,0,.3)}

@media (min-width:1081px) {
	.solution-four .down .cont:nth-child(odd) .container{margin-left:0;padding-left:0}
	.solution-four .down .cont:nth-child(odd) .container .image{order:1}
	.solution-four .down .cont:nth-child(odd) .container .text{order:2}
	.solution-four .down .cont:nth-child(2n) .container{margin-right:0;padding-right:0}
	.solution-four .down .cont:nth-child(2n) .container .image{order:2}
	.solution-four .down .cont:nth-child(2n) .container .image .big-img{order:2;border-right:0;border-left:4px solid var(--main-color)}
	.solution-four .down .cont:nth-child(2n) .container .image .big-img img{margin-left:auto}
	.solution-four .down .cont:nth-child(2n) .container .image .small-img{order:1}
	.solution-four .down .cont:nth-child(2n) .container .text{order:1}
	.solution-four .mid .col-md-3:nth-child(4){ margin-right:0;}
}
@media (min-width:1px) and  (max-width:1080px){
	.solution-four .mid .col-md-3{ width:calc((100% - 0.3rem)/2); margin-bottom:0.3rem;}
	.solution-four .mid .col-md-3:nth-child(2n){ margin-right:0;}
	.solution-four .down .cont .container .image{ width:100%;}
	.solution-four .down .cont .container .text{ width:100%; padding:0.15rem; margin-top:0.3rem; box-sizing:border-box;}
}

.sanyue-yu-wrapper{padding:80px 0;background:#fff;background-image:radial-gradient(circle at 10% 20%,rgba(220,38,38,.04) 0,transparent 40%),radial-gradient(circle at 90% 80%,rgba(220,38,38,.03) 0,transparent 40%);position:relative;overflow:hidden;border-top:1px solid #eaeaea;border-bottom:1px solid #eaeaea}
.sanyue-yu-wrapper::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent)}
.sanyue-yu-wrapper .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; justify-content:space-between;}
.sanyue-yu-wrapper .col-lg-4{ margin:0; width:33.33%;}
.sanyue-yu-wrapper .sanyue-yu-title{font-size:32px;font-weight:700;line-height:1.25;color:#1a1a1a;margin:0 0 16px;letter-spacing:-.02em}
.sanyue-yu-wrapper .sanyue-yu-highlight{color:#dc2626;position:relative;display:inline-block}
.sanyue-yu-wrapper .sanyue-yu-divider{width:48px;height:3px;background:#dc2626;margin:0 0 20px;border-radius:2px}
.sanyue-yu-wrapper .sanyue-yu-text{font-size:14.5px;line-height:1.8;color:#666;margin:0 0 28px}
.sanyue-yu-wrapper .sanyue-yu-stats{display:flex;gap:20px;padding-top:24px;border-top:1px solid rgba(0,0,0,.08)}
.sanyue-yu-wrapper .sanyue-yu-stat-item{flex:1}
.sanyue-yu-wrapper .sanyue-yu-stat-num{font-size:26px;font-weight:700;color:#1a1a1a;line-height:1;letter-spacing:-.02em;margin-bottom:6px}
.sanyue-yu-wrapper .sanyue-yu-stat-label{font-size:11.5px;color:#999;letter-spacing:.03em;text-transform:uppercase}
.sanyue-yu-wrapper .sanyue-yu-stat-num span{color:#dc2626;font-size:18px;margin-left:2px}
.sanyue-yu-wrapper .col-lg-8{ margin:0; width:64.67%;}
.sanyue-yu-wrapper .sanyue-yu-logo-grid{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.04)}
.sanyue-yu-wrapper .sanyue-yu-logo-grid .sanyue-yu-logo-cell{height:120px;display:flex;align-items:center;justify-content:center;position:relative;border-right:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);transition:all .3s ease;padding:20px; width:25%;}
.sanyue-yu-wrapper .sanyue-yu-logo-grid .sanyue-yu-logo{max-width:100%;max-height:70px;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}
.sanyue-yu-wrapper .sanyue-yu-logo-grid .sanyue-yu-logo-cell::after{content:'';position:absolute;left:0;bottom:0;width:100%;height:2px;background:#dc2626;transform:scaleX(0);transform-origin:left;transition:transform .3s ease}
.sanyue-yu-wrapper .sanyue-yu-logo-grid .sanyue-yu-logo-cell:hover .sanyue-yu-logo{transform:scale(1.08)}
.sanyue-yu-wrapper .sanyue-yu-logo-grid .sanyue-yu-logo-cell:hover::after{transform:scaleX(1)}

@media (min-width:1081px) {
}
@media (min-width:1px) and  (max-width:1080px){
	.sanyue-yu-wrapper .col-lg-4{ width:100%;}
	.sanyue-yu-wrapper .col-lg-8{ width:100%; margin-top:0.8rem;}
}

.solution-five{padding:1.1rem 0 1.5rem 0;background:#f8f8f8}
.solution-five .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; justify-content:space-between;}
.solution-five .up .container .image{display:flex;align-items:center;justify-content:center}
.solution-five .up .container p:first-of-type{margin-top:20px;color:#333;font-weight:400;font-size:0.42rem;line-height:1.23;text-align:center}
.solution-five .up .container p:nth-of-type(2){width:80%;margin:auto;margin-top:20px;color:#666;font-weight:300;font-size:18px;line-height:1.78;text-align:center}
.solution-five .down{margin-top:80px}
.solution-five .down .row .col-md-4{padding-bottom:15px; margin:0 0.3rem 0 0; width:calc((100% - 0.6rem)/3);}
.solution-five .down .row .col-md-4>div{background:#fff;height:100%;padding:50px 0 0 0;border-top:4px solid var(--main-color)}
.solution-five .down .row .col-md-4>div .t1{color:#333;font-weight:600;font-size:18px;line-height:42px;padding:0 50px}
.solution-five .down .row .col-md-4>div .t2{color:#666;font-weight:200;font-size:16px;line-height:28px;height:84px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-family:Urbanist,sans-serif;padding:0 50px}
.solution-five .down .row .col-md-4>div .t3{margin-top:25px;min-height:108px;padding:0 50px}
.solution-five .down .row .col-md-4>div .t3 p{color:#666;font-weight:200;font-size:16px;line-height:36px;position:relative;padding-left:30px}
.solution-five .down .row .col-md-4>div .t3 p::before{position:absolute;content:"√";color:var(--main-color);font-weight:200;font-size:16px;line-height:36px;top:0;left:0}
.solution-five .down .row .col-md-4>div .t4{margin-top:40px;padding:0 50px;display:flex}
.solution-five .down .row .col-md-4>div .t4 a{margin-left:auto;color:#333;font-weight:600;font-size:16px;line-height:32px;text-transform:uppercase;transition:.5s}
.solution-five .down .row .col-md-4>div .t4 a:hover{color:var(--main-color)}
.solution-five .down .row .col-md-4>div .image{margin-top:55px}
@media (min-width:1081px) {
	.solution-five .down .row .col-md-4:nth-child(3n){ margin-right:0;}
}
@media (min-width:1px) and  (max-width:1080px){
	.solution-five .down .row .col-md-4{ width:100%; margin:0; margin-bottom:0.3rem;}
}

.shaonu-weijue-wrapper{padding:40px 0;background-color:#fdf9f9}
.shaonu-weijue-wrapper .row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap; justify-content:space-between; align-items:center;}
.shaonu-weijue-wrapper .shaonu-weijue-box{background:#fff;padding:30px 40px;border-radius:8px;border-left:5px solid #c00;box-shadow:0 4px 15px rgba(0,0,0,.05)}
.shaonu-weijue-wrapper .col-md-4{ margin:0; width:33.33%;}
.shaonu-weijue-wrapper .col-md-8{ margin:0; width:64.67%;}
.shaonu-weijue-wrapper .shaonu-weijue-title{font-weight:700;color:#c00;margin-bottom:10px; font-size:0.32rem;}
.shaonu-weijue-wrapper .shaonu-weijue-text{color:#555;line-height:1.6; font-size:16px; line-height:1.5;}
.shaonu-weijue-wrapper .shaonu-weijue-btn{display:inline-block;background-color:#c00;color:#fff;padding:12px 25px;border-radius:4px;font-weight:600;text-decoration:none;transition:background .3s; font-size:16px;}
.shaonu-weijue-wrapper .shaonu-weijue-btn:hover{background-color:#a30000;color:#fff}

@media (min-width:1081px) {
}
@media (min-width:1px) and  (max-width:1080px){
	.shaonu-weijue-wrapper .col-md-4{ width:100%;}
	.shaonu-weijue-wrapper .col-md-8{ width:100%; margin-bottom:0.3rem;}
}
/**********解决方案**********/


/**********左右侧页面**********/

.left_nav{ width: 3.42rem; box-sizing: border-box; position: relative; padding: 0.8rem 0;}

.left_nav .lbt{ margin-bottom: 0.2rem;  background:#f9fafc;}
.left_nav .lbt>.cat{ overflow:hidden;}
.left_nav .lbt>.cat>.z1{ margin-block:0.2rem; margin-inline:0.2rem; font-size:22px; color:#091b29; font-family:var(--fonts-bold); border-inline-start:4px solid var(--main-color);}
.left_nav .lbt>.cat>.z1 span{ margin-inline: 0.2rem 0; display:block; line-height:1.2;}
.left_nav .lbt>.cat>ul{ overflow: hidden; margin-inline:0.2rem; box-sizing:border-box;}
.left_nav .lbt>.cat>ul>li{ font-size: 16px; border-bottom:1px solid #dedfdf;}
.left_nav .lbt>.cat>ul>li>a{ display: flex; align-items: center; color: #000; position: relative; padding:0.15rem 0.1rem; z-index:1;}
.left_nav .lbt>.cat>ul>li>a>span{ }
.left_nav .lbt>.cat>ul>li>a>em{ position:absolute; inset-inline-end:0.1rem; inset-block-start:0.2rem; color:var(--main-color); }
.left_nav .lbt>.cat>ul>li>a>em>i{ display: block; transition: all 0.35s; }

.left_nav .lbt>.cat>ul>li:hover>a,.left_nav .lbt>.cat>ul>li.active>a{ color:var(--main-color);}
.left_nav .lbt>.cat>ul>li.active>ul{ display: block;}
.left_nav .lbt>.cat>ul>li:last-child{ border-bottom: 0;}

.left_nav .lbt>.cat>ul>li>ul{ display: none;}
.left_nav .lbt>.cat>ul>li>ul>li{ font-size: 14px;  border-bottom:1px solid #eee;}
.left_nav .lbt>.cat>ul>li>ul>li>a{ display: flex; align-items: center; padding: 0.15rem 0.20rem; justify-content: space-between; line-height: 1; color: #888; position: relative; }
.left_nav .lbt>.cat>ul>li>ul>li>a:before{ content:""; width:5px; height:1px; background:#666; display:block; margin-right:4px;}
.left_nav .lbt>.cat>ul>li>ul>li>a>span{ flex: 1; }
.left_nav .lbt>.cat>ul>li>ul>li:hover>a,.left_nav .lbt>.cat>ul>li>ul>li.active>a{ color: var(--main-color);}
.left_nav .lbt>.cat>ul>li>ul>li.active>ul{ display: block;}
.left_nav .lbt>.cat>ul>li>ul>li:last-child{ border-bottom: 0;}

.left_nav .lbt>.cat>ul>li>ul>li>ul{ margin: 0.1rem 0; display: none;}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li{ font-size: 16px;}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li>a{ display: flex; align-items: center; padding: 0.1rem 0.3rem; justify-content: space-between; line-height: 1; color: #666; position: relative; border-bottom: 1px dashed #eee;}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li>a>span{ flex: 1; }
.left_nav .lbt>.cat>ul>li>ul>li>ul>li:hover>a,.left_nav .lbt>.cat>ul>li>ul>li>ul>li.active>a{ color: var(--main-color);}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li.active>ul{ display: block;}



.left_nav .left_search{ padding-block:0.1rem; padding-inline:0.1rem;}
.left_nav .left_search form{ display: flex; justify-content: space-between; box-sizing: border-box; background: #fff; overflow: hidden;}
.left_nav .left_search form input{ flex: 1; height: 42px; background: none; border: 0; color:#999; font-size:14px; padding-inline:0.1rem;  padding-block:0.1rem;}
.left_nav .left_search form input::placeholder{ color:#999;}
.left_nav .left_search form button{ display: flex; align-items: center; justify-content: center; width: 43px; height: 43px; color: #fff; border: 0; cursor: pointer; outline: none; background: none; position:relative; background:var(--main-color); box-sizing:border-box;}
.left_nav .left_search form button i{ font-size: 16px;}

.left_nav .lbt .feedbackbox{ margin-inline:0.2rem; margin-block:0 0.4rem;}
.left_nav .lbt .feedbackbox input{ width: 100%; height: 42px; background: #fff; border: 0; box-sizing: border-box; padding-inline: 0.1rem; font-size: 14px; color: #999; margin-block:0 0.15rem;}
.left_nav .lbt .feedbackbox input::placeholder{ color: #999;}
.left_nav .lbt .feedbackbox textarea{ width: 100%; height: 95px; background: #fff; border: 0; box-sizing: border-box; padding: 0.1rem; font-size: 14px; color: #999; resize:none;}
.left_nav .lbt .feedbackbox textarea::placeholder{ color: #999;}
.left_nav .lbt .feedbackbox .button{ text-align:center; width:100%; margin-block:0.4rem 0;}
.left_nav .lbt .feedbackbox .button button{ border:0; cursor:pointer;outline:none;}


@media (min-width:1082px){
	.left_nav{ position:sticky; top:70px;}
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; margin: 0.2rem 0}
}

.right_detail{ margin: 0; width: calc(100% - 3.42rem - 0.5rem); padding: 0.8rem 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; padding: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/


.summary{ margin-block:0 0.35rem;}
.summary .z1{ font-size:24px; font-family:var(--fonts-bold); color:#091b29;}
.summary .line{ position:relative; margin-block:0.2rem; z-index:1;}
.summary .line:before{ content:""; display:block; width:49px; height:5px; background:var(--main-color);}
.summary .line:after{ content:""; position:absolute; inset-inline:0; inset-block-start:50%; transform:translateY(-50%); height:1px; background:#eee; z-index:-1;}
.summary .context{ font-size:16px; line-height:1.5; color:#666;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.ProList{ margin-block:0 0.35rem; display:grid; grid-template-columns:repeat(3,1fr); gap:0.2rem;}
.ProList .item{ margin-inline:0; border:1px solid #f7f7f7; display:block;}
.ProList .item .img{ overflow:hidden;}
.ProList .item .img img{ width:100%; height:auto;}
.ProList .item .txt{ padding-block:0.15rem; padding-inline:0.15rem; text-align:center; background:#fcfcfc;}
.ProList .item .txt .z1{ font-size:16px;}
@media (min-width:1082px){ 
	.ProList .item:hover .img img{ transform:scale(1.05);}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList{ grid-template-columns:repeat(2,1fr);}
}

.rAppList{ padding-block:0.6rem;}
.rAppList .list{ display:grid; grid-template-columns:repeat(3,1fr); gap:0.15rem}
.rAppList .list .item{ margin-inline:0; cursor:pointer;}
.rAppList .list .item .img{ overflow:hidden;}
.rAppList .list .item .img img{ width:100%; height:auto;}
.rAppList .list .item .txt{ margin-block:0.15rem 0;}
.rAppList .list .item .txt .z1{ font-size:18px; color:#000;}
.rAppList .list .item .txt .p1{ font-size:16px; line-height:1.5; color:#666; margin-block:0.15rem 0;}
@media (min-width:1082px){
	.rAppList .list .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
}

.rWhy{ padding-block:0 0.6rem;}
.rWhy .list{ }
.rWhy .list .item{ display:grid; grid-template-columns:1fr 1.4fr; gap:0; margin-block:0 0.2rem; background:#f7f7f7; }
.rWhy .list .item .img{ margin-inline:0; }
.rWhy .list .item .img img{ height:100%; object-fit:cover;}
.rWhy .list .item .txt{ margin-inline:0.3rem; padding-block:0.2rem;}
.rWhy .list .item .txt .z1{ font-family:var(--fonts-bold); font-size:24px;}
.rWhy .list .item .txt .content{}
.rWhy .list .item .txt .content p{ font-size:16px; line-height:1.625; color:#666; margin-top:0.2rem;}
.rWhy .list .item .txt .content p:before{ content:"\e673"; font-family:"iconfont"; font-size:18px; color:var(--main-color); margin-right:0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.rFaqList{ padding-block:0 0.6rem;}
.rFaqList .list{ }
.rFaqList .list .item{ background:#fafafa; padding-block:0.15rem; padding-inline:0.15rem; margin-block:0 0.15rem;}
.rFaqList .list .item .z1{ display:flex; align-items:center; font-size:16px; color:#000;}
.rFaqList .list .item .z1 i{ font-size:22px; color:var(--main-color); margin-inline:0 5px;}
.rFaqList .list .item .context{ font-size:13px; line-height:1.5; color:#666; margin-block:0.1rem 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.productsdetail{ padding:1rem 0 0.6rem;}
.productsdetail .bigimg{}
.productsdetail .bigimg .lt{ margin: 0; width: calc(46% - 0.3rem);}
.productsdetail .bigimg .proimgbox{ box-sizing: border-box; border: 1px solid #f5f5f5;}
.productsdetail .bigimg .lt .gallery-top .swiper-slide{ padding: 0; box-sizing: border-box; overflow: hidden; cursor: pointer;}
.productsdetail .bigimg .smallImg{ margin-block:0.3rem 0.1rem; position: relative; padding-inline: 0.35rem;}
.productsdetail .bigimg .smallImg .swiper{ margin: 0; padding: 0;}
.productsdetail .bigimg .smallImg .swiper-slide{ margin: 0; box-sizing: border-box;  cursor: pointer; padding: 2px;}
.productsdetail .bigimg .smallImg .swiper-slide img{ width: 100%; height: auto; border: 1px solid #999;}
.productsdetail .bigimg .smallImg .swiper-slide-thumb-active img{ border-color: var(--main-color);}
.productsdetail .bigimg .smallImg .btn{ position: absolute; top: 0; bottom: 0; width: 0.3rem; color: #333; z-index: 2; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; outline: none;}
.productsdetail .bigimg .smallImg .btn i{ font-size: 0.2rem;}
.productsdetail .bigimg .smallImg .btn-prev{ left: 0;}
.productsdetail .bigimg .smallImg .btn-next{ right: 0;}


.productsdetail .bigimg .fr{ margin: 0; width: calc(54%);}
.productsdetail .bigimg .fr .z1{ font-size: 0.36rem; line-height: 1.5; font-weight:bold;}
.productsdetail .bigimg .fr .line{ display: block; width: 0.64rem; height: 2px; background: var(--main-color); margin: 0.1rem 0 ;}
.productsdetail .bigimg .fr .context{ font-size:16px; line-height:1.875; color:#666;}
.productsdetail .bigimg .fr .parameter{}
.productsdetail .bigimg .fr .parameter .dl{ font-size: 16px; color: #000; margin-bottom: 0.18rem; font-weight: 600;}

.productsdetail .bigimg .fr .share{ margin-top: 0.3rem;}
.productsdetail .bigimg .fr .share>a{ display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; width: 0.44rem; height: 0.44rem; color: #fff;}
.productsdetail .bigimg .fr .share>a i{ font-size: 0.26rem;}

.productsdetail .bigimg .fr .prokmore{display: flex; flex-wrap: wrap; overflow: hidden;  margin-top:0.4rem;}
.productsdetail .bigimg .fr .prokmore a{ margin: 0 0.2rem .15rem 0; padding: 0.1rem 0.3rem; border: 1px solid var(--main-color); box-sizing: border-box; font-size:18px; font-family: var(--font1); color: var(--main-color); display: inline-flex; align-items: center;  clear: both; border-radius: 5px;}
.productsdetail .bigimg .fr .prokmore a span{ line-height: 1;}
.productsdetail .bigimg .fr .prokmore a i{ font-size: 26px; margin-right: 10px;}
.productsdetail .bigimg .fr .prokmore a:hover{ background: var(--main-color); color: #fff;}

.productsdetail .details_txt{ margin: 0.3rem 0 0.3rem 0;}
.productsdetail .details_txt .left_nav{ padding: 0;}
.productsdetail .details_txt .right_detail{ padding: 0;}

.productsdetail .xgeffect{ margin-bottom: 0.3rem; width: 100%; overflow: hidden;}
.productsdetail .xgeffect .detailtop{ border-bottom: 1px solid transparent; border-image: linear-gradient(to right, var(--main-color), var(--bout-color)); border-image-slice: 1;}
.productsdetail .xgeffect .detailtop .item{ margin: 0;  display: block; font-size: 24px; font-weight:bold; background:linear-gradient(to right,var(--main-color),var(--bout-color)); padding:10px 15px; color:#fff;}

.productsdetail .xgeffect .detalist{ margin-top: 20px;}
.productsdetail .xgeffect .detalist .context{ font-size: 16px; line-height: 2; width: 100%;}
.productsdetail .xgeffect .detalist .context ol,.productsdetail .xgeffect .detalist .context ul{ padding-left: 30px; all: revert;}
.productsdetail .xgeffect .detalist .context ol li,.productsdetail .xgeffect .detalist .context ul li{ all: revert;}
.productsdetail .xgeffect .detalist iframe{ max-width: 100%;}

.productsdetail .xgeffect:nth-child(1){ border-bottom: 1px solid #d1d1d1; padding-bottom: 0.3rem;}
.productsdetail .xgeffect .detalist table{ width: 100%; border-collapse: collapse; border-spacing: 0; border: none;}
.productsdetail .xgeffect .detalist table tr{ width: 100%; border-width: 0; border: none; border-bottom: 1px solid #d1d1d1;}
.productsdetail .xgeffect .detalist table tr td{ font-size: 16px; color: #666; border-width: 0; padding: 10px; border-right: 1px solid #d1d1d1;}
.productsdetail .xgeffect .detalist table tr th{ font-size: 16px; color: #666; border-width: 0; padding: 10px;}
.productsdetail .xgeffect .detalist table tr:first-child{ border-top: 1px solid #d1d1d1;}
.productsdetail .xgeffect .detalist table tr td:first-child{ color: #333; border-left: 1px solid #d1d1d1;}


.productsdetail .rProList{ }
.productsdetail .rProList .tit{ border-bottom: 1px solid transparent; border-image: linear-gradient(to right, var(--main-color), var(--bout-color)); border-image-slice: 1;}
.productsdetail .rProList .tit .item{ margin: 0;  display: inline-block; font-size: 24px; font-weight:bold; background:linear-gradient(to right,var(--main-color),var(--bout-color)); padding:10px 15px; color:#fff;}
.productsdetail .rProList .list{ margin-top: 0.5rem;}

@media (min-width:1082px){
    .details_txt .left_nav{ position: sticky; top: 120px;}
	
	/*.productsdetail .rProList .list .item{ margin: 0 0.3rem 0 0; width: calc((100% - 1.2rem)/4);}
	.productsdetail .rProList .list .item .txt .z1{ font-size:15px; height:2.66em;}
	.productsdetail .rProList .item:nth-child(4){ margin-right: 0;}*/
}
@media (min-width:1px) and (max-width:1081px){
    .productsdetail{ padding: 0.6rem 0;}
	.productsdetail .bigimg .lt{ width: 100%; margin: 0;}
	.productsdetail .bigimg .fr{ width: 100%; padding: 0; margin: 0; margin-top: 0.3rem;}
    .productsdetail .bigimg .fr .z3{ font-size: 16px;}
	.productsdetail .bigimg .fr .context{ font-size: 14px;}
	.productsdetail .bigimg .fr .prokmore a{ margin: 0; margin-bottom: 0.15rem; width: 100%;}
	.productsdetail .details-txt dl{ border-radius: 0.1rem; flex-wrap: wrap;}
	.productsdetail .details-txt dl dd{ width: 100%;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){
    .table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
    .table-responsive>.table{margin-bottom:0;}
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
    .table-responsive>.table-bordered{border:0;}
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}


.productinquiry{  background-size: cover; background-repeat: no-repeat; background-color:#fff; padding:0 0 0.6rem 0;}
.productinquiry .container{ }
.productinquiry .tit{text-align: left; margin-bottom: 0.3rem;}
.productinquiry .tit .z1{ font-size:24px; color:#18181b; margin-bottom:0.1rem; font-weight:bold;}
.productinquiry .tit .p1{ font-size:15px; line-height:1.86; color:#666;}

.productinquiry .feedbackbox{}
.productinquiry .feedbackbox dl{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.productinquiry .feedbackbox dl>dd{ margin: 0 0.15rem 0.24rem 0; width: calc((100% - 0.15rem)/2); box-sizing: border-box; position: relative; z-index: 1; display: block; }
.productinquiry .feedbackbox dl>dd>label{display: flex; white-space: nowrap;text-overflow: ellipsis; font-size: 16px;color: #333; margin-bottom:10px;}
.productinquiry .feedbackbox dl>dd>label>em{ color: #333;}
.productinquiry .feedbackbox dl>dd>.input{ width: 100%; background: none; height: 40px; box-sizing: border-box; padding: 0 0.2rem; border:1px solid #eee;}
.productinquiry .feedbackbox dl>dd>.iconfont{ color: var(--main-color); position: absolute; bottom: 15px; right: 10px; z-index: 1; font-size: 18px;}
.productinquiry .feedbackbox dl>dd.textarea{ margin: 0; width: 100%; align-items:flex-start;}
.productinquiry .feedbackbox dl>dd.textarea .input{resize:none; height: 1.22rem;}
.productinquiry .feedbackbox dl>dd.textarea .iconfont{ font-size: 20px;}

.productinquiry .feedbackbox .button{  margin-top: 0.5rem;}
.productinquiry .feedbackbox .button button{ width:100%; height:49px; display:flex; justify-content:center; align-items:center; background:var(--main-color); font-size:18px; color:#fff; border:0; cursor:pointer; contain:none;}
.productinquiry .feedbackbox .button button b{ margin:0;}
.productinquiry .feedbackbox .button button span{ margin:0 0 0 0.1rem;}


@media (min-width:1082px) {
    .productinquiry .feedbackbox dl>dd:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px) {
    .productinquiry .feedbackbox dl>dd{ width: 100%; margin: 0 0 0.24rem 0;}
}

/**********产品页面**********/


/**********新闻中心**********/
.NewsList{ padding-block:0.8rem 0.95rem;}
.NewsList .box{ display:grid; grid-template-columns:1.7fr 1fr; gap:0.2rem;}
.NewsList .box .lt{}
.NewsList .box .lt .item{ margin:0; width:100%; box-sizing:border-box; padding:0.25rem; background:#eee; display:flex;}
.NewsList .box .lt .item .img{ margin-inline:0; overflow:hidden;}
.NewsList .box .lt .item .txt{ flex:1; margin-inline:0.25rem;}
.NewsList .box .lt .item .txt i{ float:inline-end; clear:both; color:var(--main-color); font-size:18px;}
.NewsList .box .lt .item .txt .z1{ overflow:hidden; font-size:20px; margin-block:0.15rem 0.25rem;}
.NewsList .box .lt .item .txt .p1{ font-size:15.55px; color:#737373; line-height:1.44;}
.NewsList .box .lt .item .time{ margin-top:0.7rem; display:flex; align-items:center; justify-content:space-between;}
.NewsList .box .lt .item .time time{ font-size:15.55px; color:#000;}
.NewsList .box .lt .item .time span{ margin:0; display:inline-flex; align-items:center; font-family:var(--fonts-bold); font-size:14.27px; color:#000;}
.NewsList .box .lt .item .time span i{ line-height:1; margin-left:0.3rem; font-size:14px;}
.NewsList .box .fr{ margin:0; width:100%; box-sizing:border-box; padding:0.25rem; background:#eee;}
.NewsList .box .fr .item{ padding-bottom:0.1rem; margin-bottom:0.1rem; border-bottom:1px solid #d5d5d5; display:block;}
.NewsList .box .fr .item .txt{}
.NewsList .box .fr .item .txt .z1{ font-size:17.6px; line-height:1.42; color:#000;}
.NewsList .box .fr .item .txt time{ font-size:15.55px; color:#000; line-height:1.43; margin-top:0.1rem; display:block;}
.NewsList .box .fr .item:last-child{ margin-bottom:0;}

.NewsList .list{ display:grid; grid-template-columns:repeat(3,1fr); gap:0.3rem; margin-block:0.3rem 0;}
.NewsList .list .item{ margin:0; width:100%; box-sizing:border-box; padding:0.25rem; background:#eee;}
.NewsList .list .item .txt{}
.NewsList .list .item .txt .z1{ font-size:19px; line-height:1.42; color:#000;}
.NewsList .list .item .txt .p1{ font-size:15.55px; color:#666; line-height:1.43; margin-top:0.25rem;}
.NewsList .list .item .img{ overflow:hidden; margin-top:0.25rem;}
.NewsList .list .item .img img{ width:100%; height:auto;}
.NewsList .list .item .time{ margin-top:0.35rem; display:flex; align-items:center; justify-content:space-between;}
.NewsList .list .item .time time{ font-size:15.55px; color:#000;}
.NewsList .list .item .time span{ margin:0; display:inline-flex; align-items:center; font-family:var(--fonts-bold); font-size:14.27px; color:#000;}
.NewsList .list .item .time span i{ line-height:1; margin-left:0.3rem; font-size:14px;}
@media (min-width:1082px){
	.NewsList .item:hover .img img{ transform:scale(1.1);}
	.NewsList .item:hover .txt .z1{ color:var(--main-color)!important;}
}
@media (min-width:1px) and (max-width:1080px) {
	.NewsList .box{ display:grid; grid-template-columns:repeat(1,1fr);}
	.NewsList .box .lt .item{ display:block;}
	.NewsList .box .lt .item .txt{ margin-block:0.3rem 0;}
	.NewsList .list{ grid-template-columns:repeat(1,1fr);}
}

.newsdetail{ overflow: hidden; }
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title .z1{ font-size:22px; font-weight:bold;}
.newsdetail .Title .txt{ padding: 20px 0; font-size: 16px; color:var(--main-color);}
.newsdetail .context{ overflow: hidden;  font-size: 16px; line-height: 2;}
.newsdetail .context strong{ font-family:var(--main-bold); font-weight:bold;}
.newsdetail .context img{ max-width: 100%; height: auto;}
.newsdetail .context ol,newsdetail .context ul{ padding-left: 30px; all: revert;}
.newsdetail .context ol li,newsdetail .context ul li{ all: revert;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: block; border-top:1px solid #f5f5f5;}
.newsdetail .pagelist>a{ width: 100%; display: block; font-size:16px; line-height: 1.5; color: #666;  white-space: nowrap;text-overflow: ellipsis; overflow: hidden; margin: 0.1rem 0;}

.rNewsList{ background:#fcfcfc; padding:0.8rem 0 0.9rem;}
.rNewsList .tit{ font-family:var(--main-bold); font-weight:bold; font-size:0.3rem;}
.rNewsList .list{ margin-top:0.55rem;}
.rNewsList .list .item{ margin:0 0.2rem 0 0; width:calc((100% - 0.4rem)/3);}
.rNewsList .list .item .img{ overflow:hidden;}
.rNewsList .list .item .img img{ width:100%; height:auto;}
.rNewsList .list .item .txt{ padding:0.15rem;}
.rNewsList .list .item .txt .z1{ font-family:var(--main-bold); font-weight:bold; font-size:0.22rem; line-height:1.64;}
@media (min-width:1082px){
    .newsdetail .pagelist>a:hover{ color: var(--main-color);}
	.rNewsList .list .item:nth-child(3n){ margin-right:0;}
	.rNewsList .list .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
    .newsdetail{ padding: 15px; margin: 0;}
    .newsdetail .Title h1{ font-size: 0.25rem; line-height: 1.4; padding: 0 7px; margin-bottom: 15px;}
    .newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
    .newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
    .newsdetail .context{ padding: 15px 0 20px;}
    .newsdetail .pagelist{ display: block;}
    .newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
	.rNewsList .list .item{ width:100%; margin-right:0; margin-bottom:0.3rem;}
}
/**********新闻中心**********/



/**********案例中心**********/

.caseslist{ padding: 0.85rem 0;}
.caseslist .item{ margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem; margin-bottom: 0.3rem;}
.caseslist .item .img{ overflow: hidden;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ margin-top: 0.15rem;}
.caseslist .item .txt .z1{ font-size: 16px; line-height: 1.5;}
@media (min-width:1082px){
    .caseslist .item:nth-child(4n){ margin-right: 0;}
    .caseslist .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
    .caseslist .item{width: calc((100% - 0.25rem)/2);}
    .caseslist .item:nth-child(2n){ margin-right: 0;}
    .caseslist .item .txt .z1{ font-size: 14px;}
}

.casesdetail{ overflow: hidden; box-shadow: 0 0 0.15rem rgba(0,0,0,0.17); padding: 0.5rem; border-radius: 5px; }
.casesdetail .Title{ overflow: hidden;}
.casesdetail .Title h1{ font-size: 0.34rem; color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; line-height: 1.4;}
.casesdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size: 0.16rem; }
.casesdetail .context{ overflow: hidden; padding: 0.45rem 0 1.1rem; border-bottom: 1px solid #f1f1f1; font-size:0.16rem; line-height: 2;}
.casesdetail .context img{ max-width: 100%; height: auto;}
.casesdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.casesdetail .pagelist>a{ font-size:16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1080px){
.casesdetail{ padding: 15px;}
.casesdetail .Title h1{ font-size: 0.25rem; line-height: 1.4; padding: 0 7px; margin-bottom: 15px;}
.casesdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.casesdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.casesdetail .context{ padding: 15px 0 20px; font-size: 0.18rem;}
.casesdetail .pagelist{ display: block;}
.casesdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********案例中心**********/

/**********产品应用**********/
.bigAppList{ padding-block:0.8rem 0.4rem; display:grid; grid-template-columns:repeat(5,1fr); gap:3px;}
.bigAppList .item{ box-sizing:border-box; background:#f3f3f3; padding-block:0.25rem; padding-inline:0.25rem; text-align:center; width:100%; cursor:pointer;}
.bigAppList .item .img{ overflow:hidden;}
.bigAppList .item .img img{ width:0.6rem;}
.bigAppList .item .txt{}
.bigAppList .item .txt .z1{ font-size:18px; color:#929292;}
@media (min-width:1082px){
	.bigAppList .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
	.bigAppList{ display:none;}
}

.AppList{ padding-block:0 0.8rem;}
.AppList .item{ background:#f3f3f3; margin-block:0 0.4rem;}
.AppList .item .img{ overflow:hidden;}
.AppList .item .img img{ width:100%; height:auto;}
.AppList .item .txt{ background-image: linear-gradient(to right, #fb4616 60%, #009b4c 40%); background-size: 100% 4px; background-repeat: no-repeat; background-position: top left;}
.AppList .item .txt img{ width:0.6rem;}
.AppList .item .txt .z1{ font-size:20px; font-family:var(--fonts-bold);}
.AppList .item .txt .line{ display:block; margin-block:0.2rem;}
.AppList .item .txt .line img{ width:100%; height:auto;}
.AppList .item .txt .p1{ font-size:15px; line-height:1.66; color:#666;}
@media (min-width:1082px){
	.AppList .item{ display:flex; }
	.AppList .item .img{ margin-inline:0; width:55%;}
	.AppList .item .txt{ margin-inline:0; width:45%; display:flex; align-items:center; justify-content:center;}
	.AppList .item .txt .nr{ margin-inline:0.8rem;}
	.AppList .item:nth-child(2n){  flex-direction:row-reverse;}
}
@media (min-width:1px) and (max-width:1080px){
	.AppList{ padding-block:0.8rem;}
	.AppList .item .txt{ padding:0.3rem;}
}
/**********产品应用**********/


/**********视频中心**********/

.VideoList{ background: #f4f4f4; padding: 1.35rem 0;}
.VideoList .list{}
.VideoList .item{ margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem; cursor: pointer; }
.VideoList .item .img{ overflow: hidden;  position: relative; }
.VideoList .item .img img{ width: 100%; height: auto;}
.VideoList .item .img:before{ content: ""; position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: #000; opacity: 0.3; z-index: 1;}
.VideoList .item .img i{ position: absolute; z-index: 2; font-size: 0.5rem; color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.VideoList .item .txt{ padding: 0.25rem 0; text-align: center;}
.VideoList .item .txt .z1{ font-size: 16px;}
@media (min-width:1082px){
	.VideoList .item:nth-child(4n){ margin-right: 0;}
	.VideoList .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.VideoList .item{ width: calc((100% - 0.25rem)/2); margin-right: 0.25rem; margin-bottom: 0.25rem;}
    .VideoList .item .txt .z1{ font-size: 13px; line-height: 1.66;}
    .VideoList .item .txt .time{ font-size: 12px; margin-top: 0.2rem;}
	.VideoList .item:nth-child(2n){ margin-right: 0;}
}
/**********视频中心**********/


/**********服务中心**********/
.bigService{ padding-block:0.8rem 0;}
.bigService ul{ margin-block:0.55rem 0; display:grid; grid-template-columns:repeat(4,1fr); gap:0.25rem; border-block-start:2px solid #e5e5e5; }
.bigService ul li{ margin-block:0.15rem; padding-block:0.2rem; display:flex; justify-content:space-between; align-items:center; width:100%; box-sizing:border-box; border-inline-end:1px solid #e5e5e5; position:relative; cursor:pointer;}
.bigService ul li:before{ content:""; position:absolute; inset-inline:0; inset-block-start:-0.17rem; height:2px; background:var(--main-color); transform:scaleX(0); transition:linear 0.35s; transform-origin:center center;}
.bigService ul li span{ margin:0; font-size:18px; color:#999;}
.bigService ul li em{ font-style:normal; margin:0; padding-inline:0 0.25rem; color:#999; font-size:20px;}
.bigService ul li:not(:first-child):before{ inset-inline-start:-0.25rem;}
.bigService ul li.active span{ color:var(--main-color);}
.bigService ul li.active:before{ transform:scaleX(1);}
.bigService .box{ margin-block:0.45rem 0;}
.bigService .box .item{ display:none; justify-content:space-between; background:#f2f3f5; align-items:center;}
.bigService .box .item .img{ margin:0; width:55%;}
.bigService .box .item .txt{ margin:0; width:45%; box-sizing:border-box; padding-inline:0.55rem;}
.bigService .box .item .txt .z1{ font-family:var(--fonts-bold); font-size:25px;}
.bigService .box .item .txt .p1{ font-size:16px; line-height:1.82; color:#666; margin-block:0.2rem 0;}
.bigService .box .item .txt .btnmore{ margin-top:0.5rem; cursor:pointer;}
.bigService .box .item.active{ display:flex;}

.bigService .list{ margin-block:0.6rem 1.25rem; display:grid; grid-template-columns:repeat(4,1fr); gap:0.7rem; row-gap:0.25rem;}
.bigService .list .item{ margin:0; width:100%; box-sizing:border-box; box-shadow:0 0 0.38rem rgba(167,167,167,0.27); padding-block:0.3rem; padding-inline:0.3rem; position:relative;}

.bigService .list .item .tag{ display:flex; align-items:center; justify-content:space-between;}
.bigService .list .item .tag img{ margin:0; width:0.48rem;}
.bigService .list .item .txt{ margin-block:0.25rem 0; font-size:16px; color:#666; line-height:1.5;}

@media (min-width:1082px){
	.bigService .list .item:not(:nth-child(4n)):after{ content:"\eb09"; position:absolute; inset-inline-end:-0.45rem; inset-block-start:50%; transform:translateY(-50%); font-family:"iconfont"; font-size:20px; color:var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.bigService ul{ grid-template-columns:repeat(2,1fr);}
	.bigService .box .item.active{ display:block;}
	.bigService .box .item .img{ width:100%;}
	.bigService .box .item .txt{ width:100%; padding-block:0.3rem; padding-inline:0.3rem; display:block;}
	.bigService .list{ grid-template-columns:repeat(2,1fr); gap:0.4rem;}
	.bigService .list .item:not(:nth-child(2n)):after{ content:"\eb09"; position:absolute; inset-inline-end:-0.35rem; inset-block-start:50%; transform:translateY(-50%); font-family:"iconfont"; font-size:20px; color:var(--main-color);}
}
/**********服务中心**********/

/**********常见问题**********/

.FaqList{ padding:0.8rem 0 0.6rem;}
.FaqList .indextit .z1{ font-size:0.36rem;}
.FaqList .list{ margin-top:0.5rem;}
.FaqList .list .item{ display:block; border:1px solid #d2d9dc; margin-bottom:0.2rem; background:#fff; cursor:pointer;}
.FaqList .list .item .title{ padding:0.25rem 0.2rem; display:flex; justify-content:space-between;}
.FaqList .list .item .title:before{content:"Q"; font-family:var(--main-bold); color:#fff; font-weight:bold; width:25px; height:25px; background:linear-gradient(to right,var(--main-color),var(--bout-color)); display:inline-flex; align-items:center; justify-content:center; border-radius:50%; font-size:18px;}
.FaqList .list .item .title .z1{ color:#0f172a; font-family:var(--main-bold); font-weight:bold; font-size:18px; flex:1; margin:0 15px;}
.FaqList .list .item .title span{ width:22px; height:22px; display:flex; align-items:center; justify-content:center; margin:0; position:relative;}
.FaqList .list .item .title span:before{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:100%; height:4px; background:#111827; display:block;}
.FaqList .list .item .title span:after{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:4px; height:100%; background:#111827; display:block;}
.FaqList .list .item .context{ padding:0.25rem 0.2rem; border-top:1px solid #d2d9dc;  display:none; position:relative;}
.FaqList .list .item .context:before{content:"A"; font-family:var(--main-bold); color:#fff; font-weight:bold; width:25px; height:25px; background:linear-gradient(to right,var(--main-color),var(--bout-color)); display:inline-flex; align-items:center; justify-content:center; border-radius:50%; font-size:18px; position:absolute; left:0.2rem; top:0.28rem;}
.FaqList .list .item .context .nr{ font-size:18px; color:#54595f; line-height:1.67; margin-left:calc(0.25rem + 15px);}
.FaqList .list .item.active .title span:after{ display:none;}
.FaqList .list .item.active .context{ display:flex;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/


/**********下载中心**********/
.downloadlist{ padding: 0.75rem 0 0.25rem;}
.downloadlist .tit{ background: #f5f5f5; padding: 0.4rem 0; margin-bottom: 0.4rem; display: flex; align-items: center; justify-content: center;}
.downloadlist .tit form{ margin: 0; display: flex; align-items: center; width: 6.5rem; border: 1px solid #e7e7e7; box-sizing: border-box; overflow: hidden; border-radius: 0.46rem; background: #fff;}
.downloadlist .tit form input{ margin: 0; height: 0.46rem; flex: 1; box-sizing: border-box; padding: 0 0.2rem;}
.downloadlist .tit form button{ margin: 0; width: 1.65rem; background: var(--main-color); height: 0.46rem; border-radius: 0.46rem; border: 0; cursor: pointer; outline: none; color: #fff; font-size: 16px;}
.downloadlist .list{ }
.downloadlist .list .item{ margin: 0; width: calc((100% - 1rem)/5); margin-right: 0.25rem; margin-bottom: 0.25rem; box-sizing: border-box; border: 1px solid #dadada; background: #f5f5f5; cursor: pointer;}
.downloadlist .list .item .img{ overflow: hidden;}
.downloadlist .list .item .img img{ width: 100%; height: auto;}
.downloadlist .list .item .txt{ padding: 0.15rem;}
.downloadlist .list .item .txt .z1{ font-size: 14px; margin-bottom: 0.25rem;}
.downloadlist .list .item .txt .clickdown{ display: flex; justify-content: space-between; align-items: center; padding: 0.1rem 0 0 0; border-top: 1px solid #dadada;}
/*.downloadlist .list .th{ display: flex; justify-content: space-between; border-bottom: 1px solid #e5e5e5;}
.downloadlist .list .th .z1{ margin: 0; width: calc((100%)/3); font-size: 16px; padding: 0.25rem 0 0.25rem 0.6rem;}
.downloadlist .list .td{ display: flex; justify-content: space-between; border-bottom: 1px solid #e5e5e5; align-items: center;}
.downloadlist .list .td .n1{ margin: 0; width: calc((100%)/3); font-size: 16px; padding: 0.25rem 0 0.25rem 0.6rem;}
.downloadlist .list .td .n1 a{ color: var(--main-color); margin-right: 0.4rem; display: inline-block; }
.downloadlist .list .td .n1 a i{ font-size: 0.3rem;}
.downloadlist .list .td .n1:last-child{ text-align: right;}*/

@media (min-width:1082px){
    .downloadlist .item:nth-child(5n){ margin-right: 0;}
    .downloadlist .item:hover{ border-color: var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.downloadlist .item{ width: calc((100% - 0.25rem)/2);}
     .downloadlist .item:nth-child(2n){ margin-right: 0;}
    .downloadlist .list .td .n1{ font-size: 12px;}
}
/**********下载中心**********/


/**********联系我们**********/
.contact{ padding-block: 0.8rem 1rem; background-image:url(/dist/images/infoimg.webp); background-repeat:no-repeat; background-position: left center; background-size:8.56rem auto;}

.contact .lt{ margin:0; width:100%; padding-inline:0 1.4rem;}
.contact .lt .z1{ font-size:0.35rem; font-family:var(--fonts-bold); line-height:1;}
.contact .lt .line{ width:47px; height:5px; background:var(--main-color); display:inline-block; margin-inline:0; margin-block:0.25rem;}
.contact .lt .p1{ font-size:16px; line-height:1.65; color:#666;}
.contact .fr{ margin:0; width:100%;}
.contact .fr .info{}
.contact .fr .info .item{ display:flex; align-items:center; justify-content:space-between; padding:0.2rem; box-sizing:border-box; border:1px solid #e0e4ec; margin-block:0 0.15rem; border-radius:0.1rem;}
.contact .fr .info .item .tag{ margin-inline:0; display:flex; align-items:center; justify-content:center; width:48px; height:48px; border-radius:5px; background:var(--main-color); color:#fff;}
.contact .fr .info .item .tag i{ font-size:25px; line-height:1;}
.contact .fr .info .item .txt{ margin-inline:0.25rem 0; flex:1;}
.contact .fr .info .item .txt .z1{ font-family:var(--fonts-bold); font-size:17px;}
.contact .fr .info .item .txt .p1{ font-size:17px;}
@media (min-width:1081px){
	.contact .container{ display:grid; grid-template-columns:repeat(2,1fr); gap:0;}
}
@media (min-width:1px) and (max-width:1080px) {
	.contact .lt{ width:100%;}
	.contact .fr{ width:100%; margin-block:0.4rem 0;}

}


.leave{ overflow: hidden; position: relative; z-index: 3; background:#f8f9fb;}
.leave .lt{ margin:0; width:100%; box-sizing:border-box; padding-inline:30% 0;}
.leave .lt .z1{ font-size:0.35rem; font-family:var(--fonts-bold); line-height:1;}
.leave .lt .line{ width:47px; height:5px; background:var(--main-color); display:inline-block; margin-inline:0; margin-block:0.2rem;}
.leave .fr{ margin:0; width:100%;}

.leave .feedbackbox{ overflow: hidden;}
.leave .feedbackbox dl{ }
.leave .feedbackbox dl>dd{ display:flex; justify-content:space-between; margin-block:0 8px; border:1px solid #e1e1e1; border-radius:5px; align-items:center; box-sizing:border-box; padding-inline:0.15rem;}
.leave .feedbackbox dl>dd>label{ margin-inline:0; display: flex; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color:#54595f; justify-content:flex-start; flex-direction:row-reverse;}
.leave .feedbackbox dl>dd>label>em{ display:block; font-style:inherit; color:red;}
.leave .feedbackbox dl>dd>.input{ width: 100%; background: none; height: 40px;  padding-inline:15px; box-sizing: border-box; border-radius:0; border:0; background:none;}
.leave .feedbackbox dl>dd>.iconfont{ color: #ccc; position: absolute; bottom: 15px; right: 10px; z-index: 1;}
.leave .feedbackbox dl>dd.textarea{  margin-right:0; width: 100%; display:block; padding-block:0.15rem;}
.leave .feedbackbox dl>dd.textarea>label{ width:100%; justify-content:flex-end;}
.leave .feedbackbox dl>dd.w100{ width: 100%; margin-right:0;}

.leave .feedbackbox dl>dd.textarea .input{resize:none; height: 1rem; padding-block: 15px; padding-inline:0;}
.leave .feedbackbox dl>dd.textarea .input::placeholder{ font-size: 16px; color: #999;}

.leave .feedbackbox .button{ margin-top:0.2rem;}
.leave .feedbackbox .button button{ width:100%; padding-block:15px; background:#000; border-radius:30px; cursor:pointer; outline:none; border:0; box-sizing:border-box; color:#fff; font-size:16px;}

@media (min-width:1081px)  {
    .leave{ position: relative; z-index: 3; }
	.leave .list{ display:grid; grid-template-columns:repeat(2,1fr); gap:0.45rem; align-items:center;}
    .leave .feedbackbox dl>dd:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
	.leave .lt{ width:100%; padding-inline:15px; padding-block:0.6rem 0;}
	.leave .fr{ width:100%; margin-top:0.4rem;}
    .leave{}
    .leave .feedbackbox dl>dd{ width: 100%;}
}
/**********联系我们**********/


/**********公共样式**********/

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou .maintit{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size:18px; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem;}

.PrivacyPolicy{ padding: 0.6rem 0;}
.PrivacyPolicy h3{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.PrivacyPolicy article{ line-height: 2; font-size:16px;}
.PrivacyPolicy article h4{ font-size:18px;}

.currertkeywords{margin-top:0.5rem;font-size:18px;color:#666;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#333;}

.ValidationError{ border-width: 1px; border-style: solid; border-color: red;}
.error{ text-align: center; padding: 0.5rem 0;}
.error a{ width: 240px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d5d5d5; font-size: 14px; text-transform: capitalize;}

.pagination-container{ overflow: hidden; text-align: center; }

.hidden{ display: none!important;}
@media (min-width:1082px){
	.hidden-pc{ display: none!important;}
}
@media (min-width:1px) and (max-width:1081px){
	.hidden-xs{ display: none!important;}
}


/**********公共样式**********/
.noinfo{ font-size: 16px; color: #999; padding: 0.6rem 0; text-align: center;}

.category{ position: fixed; top: 0; bottom: 52px; left: 0; width: 300px; background: #fff; z-index: 999; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%); box-sizing:border-box; border-right:1px solid #000;}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--main-color); display: flex; justify-content: space-between; align-items: center; height: 55px; overflow: hidden;}
.category .top .logo{ width: 50%; margin: 0; display: inline-block; padding:0px 15px;}
.category .top .logo img{ height: 35px; width: auto;}
.category .top .close{ margin: 0; display: inline-block; cursor: pointer; padding: 15px;}
.category .top .close i{ font-size: 21px; color: #fff;}
.category .list{ position: relative; z-index: 1; height: calc(100% - 81px); box-sizing: border-box; padding: 30px 15px; overflow: hidden; overflow-y: auto;}
.category .list>ul{}
.category .list>ul>li{ display: block; border-bottom: 1px solid #fff;}
.category .list>ul>li>a{ display: block; font-size: 18px; padding: 10px 15px; color: #666; position: relative;}
.category .list>ul>li>a:before{ content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; background: var(--main-color);}
.category .list>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li:last-child{ border-bottom: 0;}
.category .list>ul>li>ul{ padding: 10px 15px;}
.category .list>ul>li>ul>li{ margin-bottom: 10px; border-bottom: 1px dotted var(--main-color);}
.category .list>ul>li>ul>li>a{ display: block; font-size: 16px; color: #666; padding: 5px;}
.category .list>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li>ul{ padding: 5px 15px;}
.category .list>ul>li>ul>li>ul>li{ margin-bottom: 5px; border-bottom: 1px dotted var(--main-color);}
.category .list>ul>li>ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px;}
.category .list>ul>li>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li>ul>li:last-child{ border-bottom: 0;}


#shopcars{position:absolute;right:0;top:130%;width:300px;background-color:#fff;box-shadow:0 0 5px #ddd;padding-bottom:15px;display:none;}
#shopcars h3{background-color:var(--main-color);text-align:center;color:#fff;font-size:16px;padding:8px;}
#shopcars h3 em{font-size:20px;vertical-align:top;display:inline-block;line-height:24px;}
#shopcars h3 span.number{display:inline-block;padding-top:0}
#shopcars .list{max-height:200px;overflow-y:auto;margin:10px;border-bottom:1px solid #ddd;}
#shopcars .list .item{display:flex;justify-content:space-between;margin-bottom:15px;}
#shopcars .list .item input{margin:0;width:20px;}
#shopcars .list .item img{width:60px;border:1px solid #ddd;margin:0 10px 0 0;}
#shopcars .list .item a{ flex: 1; margin-left: 20px;}
#shopcars .list .item span.title{display:inline-block;width:140px;text-align:left;}
#shopcars .list .item span.delcars{width:30px;font-size:16px;margin:0;}
#shopcars .allchk{padding:0 10px;text-align:left;font-size:14px;line-height:20px;}
#shopcars .allchk input{width:20px;height:20px;display:inline-block;vertical-align:top;margin-right:5px;}
#shopcars .btnlist{padding-top:15px;}
#shopcars .btnlist a{display:inline-block;margin:0 10px;border-radius:5px;padding:3px 10px;min-width:70px;color:#fff;font-size:14px;vertical-align:top;width:90px;background-color:var(--main-color); text-align: center;}
#shopcars .btnlist a:hover{background-color:var(--main-color);}

.shoppingcart{ padding: 0.7rem 0;}
.shoppingcart .title{ display: flex; align-items: center; justify-content: center; margin-bottom: 0.45rem;}
.shoppingcart .title .maintit{ font-size: 0.48rem;}

#cartlist table{width:100%;text-align:center; margin-bottom: 0.5rem;}
#cartlist table tr th{background-color:#f3f3f3;padding:20px;line-height:30px;font-size:18px;text-align:center;}
#cartlist table tr td{background-color:#f3f3f3;padding:20px;border-top:1px solid #fff;text-align:center;}
#cartlist table tr td img{max-width:180px;}
#cartlist table tr th:not(:last-child),#cartlist table tr td:not(:last-child){border-right:1px solid #fff;}
#cartlist table tr td .title{font-size:16px;}
#cartlist .numbox{border:1px solid #ddd;display:flex;width:150px;justify-content:space-around;margin:0 auto;}
#cartlist .numbox span{display:inline-block;width:30px;height:30px;font-size:20px;line-height:30px;margin:0;cursor:pointer;background-color:#fff;}
#cartlist .numbox .number{height:30px;margin:0;width:90px;text-align:center;}
#cartlist .del{font-size:16px;}
@media (min-width:1px) and (max-width:991px) {
    #cartlist table tr th{font-size:14px;padding:10px 15px;line-height:1.5;}
    #cartlist table tr td{padding:10px 15px;line-height:1.5;}
    #cartlist table tr td .title{font-size:14px;}
    #cartlist table tr td img{max-width:100px;}
    #cartlist .numbox{width:90px;margin:0 5px;}
    #cartlist .numbox .number{width:30px;}
}

/**********右侧浮动**********/
#float{position:fixed;right:15px;top:50%;margin-top:-80px;z-index:77;}
#float .ico{ width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; position: relative; background:var(--main-color); z-index:1; margin-bottom:2px;}
#float .ico i{ font-size: 25px;}
#float .ico .nr{ position:absolute; right:100%; top:0;background:var(--main-color); height:50px; display:flex; align-items:center; padding:0; font-size:16px; z-index:-1; width:0; transition:all 0.35s; overflow:hidden;}

#float .whatsapp{ background: #3acb3e;}
#float .whatsapp .nr{ background: #3acb3e;}
#float .wechat{ background: #3acb3e;}
#float .wechat .nr{ background: #3acb3e;}
#float .qq{ background: #68A5E1;}
#float .qq .nr{ background: #68A5E1;}
#float .onhover:hover .nr{ width:auto; padding:0  .3rem; }

@media (min-width:1px) and (max-width:1080px){
	#float .ico{ width:34px; height:34px;}
	#float .ico i{ font-size:18px;}
}

.note{ position: fixed; left: 0; bottom: 25%; z-index: 8; width: 220px; overflow: hidden; border-radius: 5px; padding: 0.1rem;}
.note:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #333; opacity: 0.7; z-index: -1;}
.note .maintit{ background: #333; color: #fff; padding: 5px 0.1rem; font-size: 0.2rem; border-radius: 5px;}
.note .maintit i{ animation: blink 1.5s infinite; font-size: 0.2rem;}
.note .txt{ background: rgba(10,49,144,0.3); padding: 0.1rem; border-radius: 5px; margin-top: 0.2rem; color: #fff;}
.note .txt p{ font-size: 0.14rem; line-height: 1.5; margin-bottom: 0.3rem;}

.floatForm{position:fixed;right:0;bottom:-200%;z-index:78; transition: linear 0.35s; overflow: hidden;}
.floatForm[typeof='close']{ bottom:-200%;}
.floatForm[typeof='open']{ bottom: 0;}
.floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
.floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--main-color) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
.floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #333; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
.floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
.floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
.floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
.floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
.floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	.floatForm[typeof='open']{ bottom: 50px;}
}
/**********右侧浮动**********/

/**********分页样式**********/
.pagination{display:inline-block;margin:10px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin:0 3px; width: 34px; height: 34px; line-height: inherit; border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:14px; display: flex; justify-content: center; box-sizing: border-box; align-items: center;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:var(--main-color); color: #fff; border-color: var(--main-color);}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:var(--main-color);background-color:var(--main-color);color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{border-color:#ddd;background-color:#fff;color:#999;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#999;cursor:not-allowed;}
/**********分页样式**********/





