﻿/**********样式重置**********/
html{font-size: var(--size);}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
.responsive-slide-img { object-fit: contain; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; image-rendering: pixelated;}
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:6px;height:6px}
::-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: 1400px; 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:none; /*border-bottom:1px solid #838790;*/}
@media (min-width:1082px){
	.header .container{}
	.header.open{ border:none;}
	.header.fis_show{ box-shadow: 3px 0 0.26rem rgba(0,0,0,0.15); background: #ffff; border:0;}
}
@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 .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: 83px; transition: all 0.35s ease; }

@media (min-width:1082px){
	.header.fis_show .menu .logo a{ padding:15px 0;}
	.header.fis_show .menu .logo a img{ height:50px}
}
@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; font-family:var(--fonts-bold);}
.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 auto 0 0.16rem; 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; }
	.header .menu .jdmenu>#jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding:30.5px 0.16rem; align-items: center; line-height: 1; position: relative; color: #fff; }
    .header .menu .jdmenu>#jdmenu>ul>li>a>b{ display:none;}

	.header .menu .jdmenu>#jdmenu>ul>li:last-child{ margin-right:0;}

	.header.fis_show .menu .jdmenu>#jdmenu>ul>li>a{ color:#0f172a;}

	.header .menu .jdmenu>#jdmenu>ul>li.active>a,.header .menu .jdmenu>#jdmenu>ul>li:hover>a{ color:var(--main-color); }	
}
@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:8px 18px; background:var(--main-color); font-size:16px; text-transform:uppercase; color:#fff; line-height:1; border-radius:20px; margin-left:0.11rem; cursor:pointer;}

.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{ }
}
@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 1s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3); box-sizing: border-box; transform: translateY(-200%);}
.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);}

@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 var(--main-color);}
.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;}


@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;}
.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 #e2e2e2; background: #f7f7f7; }
.search form>input{ width: calc(100% - 30px); height: 30px; padding: 0 0.1rem; background: none; border:0; box-sizing: border-box; color: #666;}
.search form>button{ width: 40px; background: none; border: 0; cursor: pointer; outline: none; color: var(--main-color);}
.search form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.search form>input::-webkit-input-placeholder{ color: #666;}
.search form>input::-moz-placeholder{ color: #666;}
.search form>input::-moz-placeholder{ color: #666;}
.search form>input::-ms-input-placeholder{ color: #666;}
@media (min-width: 1082px) {
}

@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:before{ content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(15,23,42,0.45); z-index:7;}
.bframe video{ display: block; width: 100%;}
.bframe .index_txt{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:8; width:100%;}
.bframe .index_txt img{ width:auto; height:auto;}
.bframe .index_txt .z1{ font-size:20px; color:#fff;}
.bframe .index_txt .z2{ font-size:0.48rem; color:#fff; line-height:1.2; margin:0.1rem 0;}
@media (min-width: 1082px) {
    .bframe{ }
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
	.bframe .index_txt{ display:none;}
}

/**********大图切换**********/

/**********首页样式**********/

.indextit{ position:relative;}
.indextit .z1{ font-family:var(--fonts-bold); font-size:19px; display:flex; align-items:center; margin-bottom:0.2rem;}
.indextit .z1:before{ content:""; display:inline-block; width:8px; height:8px; border-radius:50%; margin-right:0.1rem; background:var(--main-color);}
.indextit .z2{ font-size:0.38rem; font-family:var(--fonts-bold); line-height:1.32;}

@media (min-width:1082px){
	.indextit .more{  position:absolute; right:0!important; bottom:0!important; }
}
@media (min-width:1px) and  (max-width:1081px){
	.indextit .more{ margin-top:0.3rem;}
}

.iframe{ overflow: hidden; padding:1rem 0 0.5rem;}
.iframe .list{ margin-top:0.35rem; padding-top:0.6rem; border-top:1px solid #d4d4d4;}
.iframe .list .item{ margin:0 0.45rem 0.6rem 0; width:calc((100% - 0.9rem)/3); position:relative; z-index:1;}
.iframe .list .item:after{ content:""; position:absolute; left:0; top:0; width:100%; height:80%; background:#d4d4d4; z-index:-1;}
.iframe .list .item .txt{ padding:0.3rem;}
.iframe .list .item .txt .z1{ font-size:0.3rem; margin-bottom:0.15rem; height:2.8em; line-height:1.4;}
.iframe .list .item .txt .more{ width:34px; height:34px; background:var(--main-color); color:#fff; border-radius:50%; display:inline-flex; align-items:center; justify-content:center;}
.iframe .list .item .img{ overflow:hidden;}
.iframe .list .item .img img{ width:100%; height:auto;}
@media (min-width:1082px){
	.iframe .list .item:nth-child(3n){ margin-right:0;}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe .list .item{ width:calc((100% - 0.45rem)/2);}
	.iframe .list .item .txt .z1{ font-size:18px;}
	.iframe .list .item:nth-child(2n){ margin-right:0;}
}

.iframe1{ padding: 0 0 0.9rem 0; position:relative; z-index:1;}
.iframe1 .bg{ white-space: nowrap;text-overflow: ellipsis; font-family:var(--fonts-bold); font-size:4.2271rem; color:#f7f7f7; line-height:1; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); z-index:-1;}
.iframe1 .container{ align-items:center;}
.iframe1 .lt{ margin:0; width:calc(100% - 54.42% - 0.95rem);}
.iframe1 .lt .context{ margin:0.3rem 0; font-size:16px; line-height:1.875;}
.iframe1 .fr{ margin:0; width:54.42%;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.iframe1 .lt{ width:100%;}
	.iframe1 .fr{ display:none;}
}

.iframe2{ padding:0 0 0.95rem; overflow: hidden; }
.iframe2 .item{ margin:0; display:inline-block; text-align:center; position:relative;}
.iframe2 .item .num{ font-family:var(--fonts-bold); font-size:0.6rem; color:var(--main-color); line-height:1.3;}
.iframe2 .item .z1{ font-size:0.3rem;}
.iframe2 .item .p1{ font-size:16px;}
@media (min-width:1082px){
	.iframe2 .item:nth-child(1){ width:1.55rem;}
	.iframe2 .item:nth-child(2){ width:2.36rem;}
	.iframe2 .item:nth-child(3){ width:1.84rem;}
	.iframe2 .item:nth-child(4){ width:1.84rem;}
	.iframe2 .item:nth-child(1):after{ content:""; position:absolute; right:-70%; top:50%; transform:translate(-50%,-50%); height:0.98rem; width:1px; background:var(--main-color);}
	.iframe2 .item:nth-child(2):after{ content:""; position:absolute; right:-45%; top:50%; transform:translate(-50%,-50%); height:0.98rem; width:1px; background:var(--main-color);}
	.iframe2 .item:nth-child(3):after{ content:""; position:absolute; right:-60%; top:50%; transform:translate(-50%,-50%); height:0.98rem; width:1px; background:var(--main-color);}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe2 .item{ margin:0 0.2rem 0.3rem 0; width:calc((100% - 0.2rem)/2);}
	.iframe2 .item:nth-child(2n){ margin-right:0;}
	.iframe2 .item .num{font-size:0.38rem;}
	.iframe2 .item .z1{ font-size:18px;}
	.iframe2 .item .p1{ font-size:12px;}
}

.iframe3{ background-color:#f5f5f5; position:relative;}
.iframe3 .item{}
.iframe3 .item .txt{ margin:0; width:50%; box-sizing:border-box; padding:0.45rem 1.6rem 0 13.54%;}
.iframe3 .item .txt .context{ font-size:16px; line-height:1.56; color:#626262; margin-top:0.5rem;}
.iframe3 .item .txt .nr{ font-size:16px; line-height:1.56; color:#626262; margin-top:0.5rem;}
.iframe3 .item .txt .nr p{ position:relative; padding-left:35px; margin-bottom:0.3rem;}
.iframe3 .item .txt .nr p:before{ content:""; width:16px; height:16px; box-sizing:border-box; border:2px solid var(--main-color); box-sizing:border-box; display:inline-block; position:absolute; left:0; top:5px;}
.iframe3 .item .img{ margin:0; width:50%;}
.iframe3 .item .img img{ width:100%; height:auto;}
.iframe3 .btnlist{ position:absolute; left:42%; bottom:0.35rem; z-index:1;}
.iframe3 .btnlist .btn{ width:0.5rem; height:0.5rem; display:inline-flex; align-items:center; justify-content:center; background:#fff; border-radius:50%; margin:0 6px; cursor:pointer;}
.iframe3 .btnlist .btn i{ color:var(--main-color); font-size:18px;}
.iframe3 .btnlist .btn-prev i{ transform:rotate(180deg);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.iframe3 .item .txt{ width:100%; padding:15px;}
	.iframe3 .item .img{ width:100%;}
}


.iframe4{ overflow: hidden; padding: 1rem 0 0.95rem;}
.iframe4 .container{ align-items:center;}
.iframe4 .lt{ margin:0; width:50%; position:relative; z-index:3;}
.iframe4 .lt img{ position:relative; z-index:1;}
.iframe4 .fr{ margin:0; width:calc(50% - 0.6rem); box-sizing:border-box;}
.iframe4 .fr .context{ margin-top:0.3rem; font-size:16px; line-height:1.56; color:#626262;}
.iframe4 .fr .list{ background:#f5f5f5; margin-top:0.4rem; position:relative; z-index:1; padding-top:0.45rem;}
.iframe4 .fr .list .item{ margin:0 0.8rem 0.5rem 0; width:calc((100% - 0.8rem)/2);}
.iframe4 .fr .list .item .tag{ font-family:var(--fonts-bold); font-size:0.38rem; color:#ccc; line-height:1.1;}
.iframe4 .fr .list .item .txt{ display:flex; align-items:center; justify-content:space-between;}
.iframe4 .fr .list .item .txt .img{ margin:0; width:0.5rem;}
.iframe4 .fr .list .item .txt .z1{ flex:1; margin-left:0.15rem; font-size:16px; line-height:1.875;}
.iframe4 .fr .list .item:nth-child(2n){ margin-right:0;}
@media (min-width:1082px){
	
	.iframe4 .fr .list:before{ content:""; position:absolute; left:-5vw; top:0; width:10vw; height:100%; z-index:-1; background:#f5f5f5;}
	.iframe4 .fr .list::after{ content:""; position:absolute; right:-15vw; top:0; width:30vw; height:100%; z-index:-1; background:#f5f5f5;}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe4 .lt{ width:100%;}
	.iframe4 .fr{ width:100%; margin-top:0.6rem;}
	.iframe4 .fr .list .item{ margin:0 0.2rem 0.3rem 0;  width:calc((100% - 0.2rem)/2); box-sizing:border-box; padding:15px;}
}

.iframe5{ overflow:hidden; padding:0 0 1rem 0; }
.iframe5 .swiper-thumb{}
.iframe5 .swiper-thumb .item{}
.iframe5 .swiper-thumb .item .img{ margin:0; width:50%;}
.iframe5 .swiper-thumb .item .txt{ margin:0; width:50%;}
.iframe5 .swiper-thumb .item .txt .indextit .z1{ color:#333;}
.iframe5 .swiper-thumb .item .txt .context{ font-size:16px; line-height:1.875; color:#666; margin-top:0.3rem;}
.iframe5 .swiper-thumb .item .txt .nr{ margin-top:0.5rem; font-size:16px; line-height:1.56; color:#626262;}
.iframe5 .swiper-thumb .item .txt .nr p{ position:relative; padding-left:35px; margin-bottom:0.25rem;}
.iframe5 .swiper-thumb .item .txt .nr p:before{ content:""; width:16px; height:16px; box-sizing:border-box; border:2px solid var(--main-color); box-sizing:border-box; display:inline-block; position:absolute; left:0; top:5px;}
.iframe5 .swiper-thumbs{ margin-top:0.54rem;}
.iframe5 .swiper-thumbs .swiper-slide{ margin:0; padding:0.16rem; cursor:pointer;}
.iframe5 .swiper-thumbs .item{ display:block; background:#e9e9e9; box-shadow:0 1px 0.16rem rgba(216,216,216,0.27);}
.iframe5 .swiper-thumbs .item .img{ overflow:hidden; background:#fff; box-sizing:border-box;}
.iframe5 .swiper-thumbs .item .img img{ width:100%; height:auto;}
.iframe5 .swiper-thumbs .item .txt{ padding:0.15rem; }
.iframe5 .swiper-thumbs .item .txt .z1{ font-size:16px; line-height:1.5; height:3em;}
@media (min-width:1082px){
	.iframe5 .swiper-thumb .item{ flex-direction:row-reverse;}
	.iframe5 .swiper-thumbs{ margin-left:-.16rem; margin-right:-0.16rem;}
	.iframe5 .swiper-thumbs .swiper-slide-thumb-active .img img{ transform:scale(1.2);}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe5 .swiper-thumb .item .img{ width:100%;}
	.iframe5 .swiper-thumb .item .txt{ width:100%;}
	.iframe5 .swiper-thumbs{ display:none;}
}

.iframe6{ padding:0 0 2.1rem; overflow:hidden;}
.iframe6 .list{ margin-top:0.35rem; padding-top:0.6rem; border-top:1px solid #d4d4d4;}
.iframe6 .list .lt{ margin:0; width:calc(33.33% * 2 - 0.1rem); display:flex; flex-wrap:wrap;}
.iframe6 .list .lt .item{ margin:0 0.3rem 0 0; width:calc((100% - 0.3rem)/2); box-sizing:border-box; padding:0.25rem; background:#eee;}
.iframe6 .list .lt .item .txt{}
.iframe6 .list .lt .item .txt .z1{ font-size:20px; line-height:1.4; height:2.8em; color:#000; }
.iframe6 .list .lt .item .txt .p1{ font-size:16px; line-height:1.43; color:#737373; margin-top:0.2rem;}
.iframe6 .list .lt .item .img{ overflow:hidden; margin-top:0.3rem;}
.iframe6 .list .lt .item .img img{ width:100%; height:auto;}
.iframe6 .list .lt .item .time{ margin-top:0.3rem; display:flex; justify-content:space-between; align-items:center; color:#000;}
.iframe6 .list .lt .item .time time{ margin:0; font-size:16px;}
.iframe6 .list .lt .item .time .more{ margin:0; font-family:var(--fonts-bold); font-size:14.69px; display:inline-flex; align-items:center;}
.iframe6 .list .lt .item .time .more:after{ content:""; display:block; width:10px; height:10px; background:var(--main-color); border-radius:50%; margin-left:0.3rem;}
.iframe6 .list .fr{ margin:0; width:calc(33.33% * 1 - 0.2rem); box-sizing:border-box; padding:0.25rem; background:#eee;}
.iframe6 .list .fr .item{ display:block; padding:.15rem 0; border-bottom:1px solid #d5d5d5; transition:all 0.35s;}
.iframe6 .list .fr .item .txt{}
.iframe6 .list .fr .item .txt .z1{ font-size:20px; line-height:1.4; height:2.8em; color:#000; margin-bottom:0.14rem;}
.iframe6 .list .fr .item .txt time{ display:block; font-size:16px; color:#333;}
@media (min-width:1082px){
	.iframe6 .list .lt .item:nth-child(2){ margin-right:0;}
	.iframe6 .list .lt .item:hover .img img{ transform:scale(1.1);}
	.iframe6 .list .lt .item:hover .txt .z1{ color:var(--main-color);}
	.iframe6 .list .fr .item:hover{ border-color:var(--main-color);}
	.iframe6 .list .fr .item:hover .txt .z1{ color:var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe6{ padding-bottom:1rem;}
	.iframe6 .list .lt{ width:100%;}
	.iframe6 .list .lt .item{ width:100%; margin:0 0 0.3rem 0;}
	.iframe6 .list .fr{ width:100%;}
}
/**********首页样式**********/


/**********底部样式**********/
.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:#fff; position:relative; z-index:11;}
footer .footer{ background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; }
footer .footer .container{ }

footer .footer .footlogo{ padding:0.55rem 0 .45rem ; display:flex; justify-content:space-between; align-items:center;}
footer .footer .footlogo .logo{ margin:0;}
footer .footer .footlogo .share{ margin:0; display:inline-flex; align-items:center;}
footer .footer .footlogo .share a{ width:42px; height:42px; display:flex; align-items:center; justify-content:center; border-radius:50%; margin:0 0 0 0.1rem; transition:all 0.35s;}
footer .footer .footlogo .share a i{ font-size:20px;}
footer .footer .footlogo .share a:hover{ transform:translateY(-5px);}
footer .footer .footlogo span{ flex:1; margin: 0 0.25rem; height:1px; background:#e4e4e4;}

footer .footer .foot{ margin: 0;}
footer .footer .foot .context{ font-size:16px; line-height:2; color:#626262; margin-bottom:0.35rem;}
footer .footer .foot .z1{ font-family:var(--fonts-bold); font-size:20px; margin-bottom:0.2rem;}

footer .footer .foot .info{}
footer .footer .foot .info .item{ position:relative; padding-left:28px; margin-bottom:0.1rem; font-size:17px; color:#626262; line-height:1.89;}
footer .footer .foot .info .item i{ position:absolute; left:0; top:0; font-size:19px; color:var(--main-color);}
footer .footer .foot .info .item a{ color:#626262;}


footer .footer .foot ul{}
footer .footer .foot ul li{ display: block; font-size: 16px; }
footer .footer .foot ul li>a{ display: block; color: #626262; line-height: 2;}
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.45rem;}
footer .footer .foot:nth-child(2){ width: 1.3rem;}
footer .footer .foot:nth-child(3){ width: 2.5rem;}
footer .footer .foot:nth-child(4){ width: 3.9rem;}
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; padding:15px 0; background:#313131; }
.copyright .footdiv{ margin: 0; font-size: 16px; line-height: 1.5; color: #ffffff; text-align: center;}
.copyright .footdiv a{ color: #ffffff;}
.copyright .footdiv a:hover{ color:var(--bout-color);}
@media (min-width:1082px){
	.copyright .container{ justify-content: space-between;}
	.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; left:0; top:0; width:100%; height:100%; z-index:2; background:#000; opacity:0.2;}
.nbframe .ban_txt{ position: absolute; left: 50%; top: 65%; transform: translate(-50%,-50%); z-index: 9; width:100%; text-align:center;}
.nbframe .ban_txt>.z1{ margin:0; font-size: 0.36rem; color: #fff; font-weight:bold; margin-bottom:0.25rem;}

@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;}
.location .txt{ font-size: 15px; color: #666; text-transform: capitalize; display: flex; align-items: center; flex-wrap: wrap; }
.location .txt .icon-home{ font-size: 18px; margin-right: 0.1rem;  }
.location .txt .icon-here{ margin: 0 0.13rem; 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 .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: 1rem 0 0.85rem 0; position:relative; z-index:1;}
.aframe .container{ align-items:center;}
.aframe .lt{ margin:0; width:calc(100% - 54.42% - 0.95rem);}
.aframe .lt .context{ margin:0.3rem 0; font-size:16px; line-height:1.875; max-height:3rem; overflow-y:auto;}
.aframe .fr{ margin:0; width:54.42%;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.aframe .lt{ width:100%;}
	.aframe .lt .context{ max-height:400px;}
	.aframe .fr{ width:100%; display:none;}
}

.aframe1{ padding:0.65rem  0; background-repeat: no-repeat; background-position: center center; overflow: hidden; background-size:100% 100%;}
.aframe1 .list1{ align-items:center;}
.aframe1 .list1 .lt{ margin:0; width:50%;}
.aframe1 .list1 .lt .tit{ display:flex; align-items:center;}
.aframe1 .list1 .lt .tit .num{ margin:0; font-size:0.9943rem; font-family:var(--fonts-bold); color:var(--main-color); line-height:1;}
.aframe1 .list1 .lt .tit .z1{ margin:20px 0 0 0; font-size:16px; line-height:1;}
.aframe1 .list1 .lt .itembox{ margin-top:0.4rem;}
.aframe1 .list1 .lt .itembox .item{ margin:0 0.5rem 0 0; display:inline-block;}
.aframe1 .list1 .lt .itembox .item .num{ font-size:0.3933rem; font-family:var(--fonts-bold); color:var(--main-color); }
.aframe1 .list1 .lt .itembox .item .z1{ font-size:16px;}
.aframe1 .list1 .fr{ margin:0; width:45%;}
.aframe1 .list1 .fr .item{ margin:0 0.3rem 0 0; width:calc((100% - 0.6rem)/3);}
.aframe1 .list2{ margin-top:1.15rem; align-items:center;}
.aframe1 .list2 .lt{ margin:0; width:62%;}
.aframe1 .list2 .lt .item{ margin:0 0.3rem 0 0; width:calc((100% - 0.9rem)/4);}
.aframe1 .list2 .fr{ margin:0; width:38%; display:flex; align-items:center; justify-content:flex-end;}
.aframe1 .list1 .fr .item:nth-child(3n){ margin-right:0;}
.aframe1 .list2 .lt .item:nth-child(4n){ margin-right:0;}
@media (min-width:1082px){

}
@media (min-width:1px) and (max-width:1080px){
	.aframe1{ background-size:cover;}
	.aframe1 .list1 .lt{ width:100%;}
	.aframe1 .list1 .fr{ width:100%; margin-top:0.4rem;}
	.aframe1 .list2 .lt{ width:100%;}
	.aframe1 .list2 .fr{ width:100%; margin-top:0.4rem; justify-content:center;}
}

.aframe2{ overflow:visible; padding:0.9rem 0;}
.aframe2 .tit{ text-align:center;}
.aframe2 .tit .z1{ font-size:16px;}
.aframe2 .tit .z2{ padding:0.14rem 0 0.16rem; font-size:0.32rem;}
.aframe2 .tit .p1{ font-size:16px; color:#666; line-height:1.5;}
.aframe2 dl{ justify-content:center; margin:0.4rem 0 0.24rem;}
.aframe2 dl dd{ margin:0 5px; padding:8px 0.2rem; border:1px solid #ddd; transition:all .3s ease; border-radius:20px; font-size:16px; cursor:pointer;}
.aframe2 dl dd.active{ background:var(--main-color); color:#fff;}
.aframe2 .table{ box-sizing:border-box; box-shadow:0 4px 0.2rem rgba(0,0,0,.06);}
.aframe2 .table .thead{ display:flex; justify-content:space-between; align-items:center;background:#000; border-radius:0.1rem .1rem 0 0; color:#fff; font-size:16px; font-weight:500;}
.aframe2 .table .thead .z1{ margin:0; padding:0.16rem; width:1rem;}
.aframe2 .table .thead .z2{ margin:0; padding:0.16rem; flex:1;}
.aframe2 .table .thead .z3{ margin:0; padding:0.16rem; width:1.3rem;}
.aframe2 .table .thead .z4{ margin:0; padding:0.16rem; width:2rem;}
.aframe2 .table .thead .z5{ margin:0; padding:0.16rem; width:3rem;}
.aframe2 .table .item{ display:flex; justify-content:space-between; align-items:center; font-size:16px;}
.aframe2 .table .item .z1{ margin:0; padding:0.16rem; width:1rem;}
.aframe2 .table .item .z1 span{ padding:4px 10px; display:inline-block; border-radius:4px; font-size:12px; font-weight:600; letter-spacing:.5px;}
.aframe2 .table .item .z1 span.c1{ background:rgba(200,16,46,.1); color:#c8102e;}
.aframe2 .table .item .z1 span.c2{ background:rgba(14,99,156,.1); color:#0e639c;}
.aframe2 .table .item .z1 span.c3{ background:rgba(34,139,34,.1); color:#228b22;}
.aframe2 .table .item .z2{ margin:0; padding:0.16rem; flex:1;}
.aframe2 .table .item .z3{ margin:0; padding:0.16rem; width:1.3rem;}
.aframe2 .table .item .z4{ margin:0; padding:0.16rem; width:2rem; }
.aframe2 .table .item .z4 span{ padding:3px 8px; display:inline-block; border-radius:4px; font-size:12px; font-weight:600; letter-spacing:.5px; color:#555; background:#f0f0f0;}
.aframe2 .table .item .z4 span.c1{ background:var(--main-color); color:#fff;}
.aframe2 .table .item .z5{ margin:0; padding:0.16rem; width:3rem;}
.aframe2 .context{ margin-top:0.24rem; font-size:16px; color:#888; text-align:center;}
.aframe2 .context a{ color: #0e639c;}
.aframe2 .context a:hover{ text-transform:uppercase;}
@media (min-width:1082px){
	.aframe2 .tit .p1{ margin:0 auto; max-width:8.8rem;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe2 .list{ overflow-x:auto;}
	.aframe2 dl{ width:100%;}
    .aframe2 dl dd{ margin-bottom:0.2rem;}
	.aframe2 .list .table{ width:1400px;}
}

.aframe3{ overflow:hidden;  padding:0 0 1.1rem; position:relative; z-index:2;}
.aframe3 .tit{ text-align:center;}
.aframe3 .tit .z1{ font-size:0.38rem; font-family:var(--fonts-bold);}
.aframe3 .tit .z2{ font-size:18px; color:#666;}
.aframe3 .list{ margin-top:0.5rem;}
.aframe3 .list .item{ margin:0 0.55rem 0 0; width:calc((100% - 0.55rem)/2);}
.aframe3 .list .item .img{ overflow:hidden;}
.aframe3 .list .item .img img{ width:100%; height:auto;}
.aframe3 .list .item .txt{ margin-top:0.3rem;}
.aframe3 .list .item .txt .z1{ font-size:25px; font-family:var(--fonts-bold);}
.aframe3 .list .item .txt .p1{ font-size:16px; margin-top:0.2rem;}
.aframe3 .list .item .txt dl{ margin-top:0.3rem;}
.aframe3 .list .item .txt dl dd{ font-size:16px; line-height:1.875; display:flex; align-items:center;}
.aframe3 .list .item .txt dl dd i{ font-size:13px; color:var(--main-color); margin-right:0.15rem;}
@media (min-width:1082px){
	.aframe3 .list .item:nth-child(2n){ margin-right:0;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe3 .list .item{ width:100%; margin-right:0; margin-bottom:0.3rem;}
}

.aframe4{ overflow:hidden; padding:1rem 0; background:linear-gradient(180deg,#fafbfc 0%,#fff 100%);}
.aframe4 .tit{}
.aframe4 .tit .z1{color:var(--main-color);font-weight:400;font-size:24px;line-height:2.16;}
.aframe4 .tit .z2{ margin-bottom:0.16rem; font-size:0.32rem; font-weight:500; line-height:1.2;}
.aframe4 .tit .p1{ font-size:16px; line-height:1.5;}
.aframe4 .list{ margin-top:0.6rem;}
.aframe4 .list .history-thumb{ position:relative;}
.aframe4 .list .history-thumb .swiper-slide{ margin:0; padding:0.2rem 0 0.4rem; cursor:pointer; box-sizing:border-box; width:calc((100%)/9);}
.aframe4 .list .history-thumb .item{ text-align:center;}
.aframe4 .list .history-thumb .item span{ width:14px; height:14px; background:#fff; box-sizing:border-box; border:2px solid #cdcdcd; border-radius:50%; transition:all .3s ease; display:inline-block;}
.aframe4 .list .history-thumb .item .z1{ font-size:16px; margin-top:0.15rem;}
.aframe4 .list .history-thumb .swiper-slide-thumb-active .item span{ box-shadow:0 0 0 6px rgba(200,16,46,.12); background:var(--main-color); border-color:var(--main-color);}
.aframe4 .list .history-thumb .timeline-line{position:absolute;left:0;top:7px;width:100%;height:2px;background:#e5e5e5;z-index:1}
.aframe4 .list .history-thumb .timeline-progress{margin:0; height:100%;background:var(--main-color);transition:width .3s ease; width:calc((100%)/9);}
.aframe4 .list .history-thumb .swiper-scrollbar{height:2px;display:block!important;background:0 0;position:absolute;bottom:inherit;top:28px}
.aframe4 .list .history-thumb .swiper-scrollbar .swiper-scrollbar-drag{background:0 0}

.aframe4 .list .history-bigimg{}
.aframe4 .list .history-bigimg .item{ align-items:center;}
.aframe4 .list .history-bigimg .item .img{ margin:0; width:50%; border-radius:0.2rem; overflow:hidden;}
.aframe4 .list .history-bigimg .item .img img{ width:100%; height:auto;}
.aframe4 .list .history-bigimg .item .txt{ margin:0; width:calc(50% - 0.5rem); box-sizing:border-box;}
.aframe4 .list .history-bigimg .item .txt .z1{}
.aframe4 .list .history-bigimg .item .txt .z1 span{ background:#f8eaed; padding:5px 8px; color:var(--main-color); font-size:16px; border-radius:5px;}
.aframe4 .list .history-bigimg .item .txt .context{ margin-top:0.2rem;}
.aframe4 .list .history-bigimg .item .txt .context p{ position:relative; padding-left:18px; margin-bottom:12px; font-size:16px; line-height:1.5;}
.aframe4 .list .history-bigimg .item .txt .context p:before{ content:""; width:6px; height:6px; background:var(--main-color); border-radius:50%; position:absolute; left:0; top:0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.aframe4 .list .history-thumb{ display:none;}
	.aframe4 .list .history-bigimg .item .img{ width:100%;}
	.aframe4 .list .history-bigimg .item .txt{ width:100%; margin-top:0.4rem;}
}

.aframe5{ overflow:hidden; padding:0 0 0.9rem;}
.aframe5 .tit{ text-align:center;}
.aframe5 .tit .z1{font-weight:400;font-size:24px;line-height:2.16;}
.aframe5 .tit .z2{ margin-bottom:0.16rem; font-size:0.32rem; font-weight:500; line-height:1.2;}
.aframe5 .tit .p1{ font-size:16px; line-height:1.5;}
.aframe5 .list{ margin-top:0.5rem; display:grid; grid-template-columns:repeat(3,1fr); gap:0.28rem;}
.aframe5 .list .item{ background:#fff; border:1px solid #eee; border-radius:0.1rem; transition:all .3s ease; display:flex; flex-direction:column;}
.aframe5 .list .item .img{ aspect-ratio:4/3; background:#f5f5f5;}
.aframe5 .list .item .img img{ width:100%; height:auto;}
.aframe5 .list .item .txt{ padding:0.22rem 0.24rem 0.24rem; display:flex; flex-direction:column; flex:1;}
.aframe5 .list .item .txt .z1{ color:#1a1a1a; margin-bottom:0.14rem; font-size:28px;}
.aframe5 .list .item .txt .p1{ font-size:16px; line-height:1.5; color:#555;}
.aframe5 .list .item .txt .more{ font-size:16px; color:var(--main-color); width:100%; margin-top:0.2rem; transition:all .3s ease; display:flex; align-items:center;}
.aframe5 .linkmore{ margin-top:0.5rem; display:flex; justify-content:center;}
.aframe5 .linkmore 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;}
@media (min-width:1082px){
	.aframe5 .list .item:hover{ transform:translateY(-8px); box-shadow:0 12px 28px rgba(0,0,0,.1); background:#f5f5f5;}
	.aframe5 .list .item:hover .img img{ transform:scale(1.05);}
	.aframe5 .list .item:hover .txt .more{ letter-spacing:1px;}
	.aframe5 .linkmore a:hover{ background:var(--main-color); color:#fff;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe5 .list{ margin-top:0.5rem; display:grid; grid-template-columns:repeat(1,1fr); gap:0.28rem;}
	.aframe5 .list .item .txt .z1{ font-size:20px;}
	.aframe5 .list .item .txt .p1{ font-size:14px;}
	.aframe5 .list .item .txt .more{ font-size:14px;}
	.aframe5 .linkmore a{ font-size:12px;}
}

.aframe6{ overflow:hidden; padding:0.9rem 0;}
.aframe6 .container{ display:grid; grid-template-columns:1fr 1.1fr; gap:0.6rem; align-items:center;}
.aframe6 .lt{}
.aframe6 .lt .z1{ display:inline-block; border:3px solid #c8102e; padding:26px 48px 26px 32px; position:relative; font-size:0.4rem; color:#333; letter-spacing:2px; line-height:0.9;}
.aframe6 .lt .z1 span{ color:var(--main-color); letter-spacing:4px; display:block;}
.aframe6 .lt .z1:after{ content:"";position:absolute; right:-3px; bottom:-3px; width:40%; height:3px; background:#fff;}
.aframe6 .lt .context{ margin:0; margin-top:0.4rem; width:4.8rem; margin-bottom:0.3rem; font-size:16px; line-height:1.5;}
.aframe6 .lt .context p{ margin-bottom:0.12rem;}
.aframe6 .lt .more{display:inline-flex;align-items:center;padding:12px 26px;border-radius:4px;font-size:14px;line-height:1;text-decoration:none;cursor:pointer;transition:all .3s ease; border:1px solid var(--main-color); background :var(--main-color); color:#fff; font-size:16px;}
.aframe6 .fr{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:20px;aspect-ratio:1.1/1}
.aframe6 .fr .item{overflow:hidden;border-radius:8px;background:#f0f0f0;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:all .4s ease}
.aframe6 .fr .item img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}

@media (min-width:1082px){
	.aframe6 .lt .more:hover{ box-shadow:0 6px 18px rgba(200,16,46,.3); border-color:var(--bout-color); background:var(--bout-color); transform:translateY(-2px);}
	.aframe6 .fr .item:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.14)}
	.aframe6 .fr .item:hover img{transform:scale(1.05)}
}
@media (min-width:1px) and (max-width:1081px){
}

.aframe7{ overflow:hidden; padding:0.9rem 0; background:#fafbfc;}
.aframe7 .tit{ text-align:center;}
.aframe7 .tit .z1{font-weight:400;font-size:24px;line-height:2.16;}
.aframe7 .tit .z2{ margin-bottom:0.16rem; font-size:0.32rem; font-weight:500; line-height:1.2;}
.aframe7 .tit .p1{ font-size:16px; line-height:1.5;}
.aframe7 .list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px; margin-top:0.5rem;}
.aframe7 .list .item{ border-radius:0.1rem; border:1px solid #f0f0f0; padding:0.18rem; background:#fff; box-sizing:border-box; transition: all .3s ease; cursor:pointer;}
.aframe7 .list .item img{ filter: grayscale(40%); opacity: .75; transition: all .3s ease;}
.aframe7 .linkmore{ padding:32px 24px; text-align:center; border-top:1px solid #eee;}
.aframe7 .linkmore p{ font-size:16px; color:#666; line-height:1.5; margin-bottom:18px;}
.aframe7 .linkmore 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;}
@media (min-width:1082px){
	.aframe7 .list .item:hover{ border-color:#ddd; box-shadow:0 4px 12px rgba(0,0,0,.05); transform:translateY(-2px);}
	.aframe7 .list .item:hover img{ filter:grayscale(0); opacity:1;}
	.aframe7 .linkmore a:hover{ background:var(--main-color); color:#fff;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe7 .list{ grid-template-columns:repeat(2,1fr);}
}

.aframe8{ overflow:hidden; padding:0.9rem 0; }
.aframe8 .tit{}
.aframe8 .tit .z1{font-weight:400;font-size:24px;line-height:2.16;}
.aframe8 .tit .z2{ margin-bottom:0rem; font-size:0.32rem; font-weight:500; line-height:1.2; color:var(--main-color);}
.aframe8 .tit .p1{ font-size:16px; line-height:1.5;}
.aframe8 .list{ margin-top:0.6rem;}
.aframe8 .list .swiper-slide{ margin:0;}
.aframe8 .list .swiper-slide img{ width:100%; height:auto;}
.aframe8 .list .swiper-pt{ display:flex; align-items:center; justify-content:center; margin-top:0.45rem;}
.aframe8 .list .swiper-pt .swiper-pagination-bullet{ opacity:1; background:#d6d6d6;}
.aframe8 .list .swiper-pt .swiper-pagination-bullet-active{ background:var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.aframe9{ overflow:hidden; padding:0.9rem 0; background:#fafbfc;}
.aframe9 .tit{ text-align:center;}
.aframe9 .tit .z1{font-weight:400;font-size:24px;line-height:2.16;}
.aframe9 .tit .z2{ margin-bottom:0.16rem; font-size:0.32rem; font-weight:500; line-height:1.2;}
.aframe9 .tit .p1{ font-size:16px; line-height:1.5;}
.aframe9 .list{ box-shadow:0 6px 24px rgba(0, 0, 0, .08); transition:all .4s ease; border-radius:12px; overflow:hidden; margin-top:0.4rem;}
.aframe9 .list img{ width:100%; height:auto;}
@media (min-width:1082px){
	.aframe9 .list img:hover{ transform:scale(1.05);}
}
@media (min-width:1px) and (max-width:1081px){
}

.aframe10{ padding:1.3rem 0 1.2rem;}
.aframe10 .item{ align-items:center;}
.aframe10 .item .img{ overflow:hidden; margin:0; width:50%;}
.aframe10 .item .img img{ width:100%;  height:auto;}
.aframe10 .item .txt{ overflow:hidden; margin:0; width:calc(50% - 1.1rem); box-sizing:border-box;}
.aframe10 .item .txt .z1{ font-size:24px; font-weight:600; color:var(--bout-color);}
.aframe10 .item .txt .z2{ font-size:0.42rem; line-height:1.12;}
.aframe10 .item .txt .p1{ margin-top:0.35rem; font-size:16px; line-height:1.5;}
.aframe10 .item:nth-child(2n+1) .txt 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;}
.aframe10 .item:nth-child(2n) .txt .z2{ color:var(--main-color);}
.aframe10 .item:nth-child(2n) .txt a{ display:inline-block; padding:24px 32px; color:#333; transition:all .3s ease; font-size:16px; margin-top:0.25rem; position:relative; z-index:1;}
.aframe10 .item:nth-child(2n) .txt a:before{ content:""; position:absolute; left:0; top:0; width:50%; height:100%; background:var(--main-color); z-index:-1; transition:all 0.3s ease;}
@media (min-width:1082px){
	.aframe10 .item:nth-child(2n) .txt{ padding-right:13.54%;}
	.aframe10 .item:nth-child(2n+1){ flex-direction:row-reverse; margin-bottom:1.3rem;}
	.aframe10 .item:nth-child(2n+1) .txt{ padding-left:13.54%;}
	.aframe10 .item:nth-child(2n+1) a:hover{ background:var(--main-color); color:#fff;}
	.aframe10 .item:nth-child(2n) .txt a:hover{ color:#fff;}
	.aframe10 .item:nth-child(2n) .txt a:hover:before{ width:100%;}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe10 .item .img{ width:100%;}
	.aframe10 .item .txt{ width:100%; margin-top:0.3rem; box-sizing:border-box; padding:15px;}
}

.middle-two{ padding:1.7rem 0 1rem 0;}
.middle-two .up{display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:90px;border-bottom:4px solid var(--main-color)}
.middle-two .up .left{width:50%;font-size:0.42rem;line-height:1.34;color:#333;font-weight:400}
.middle-two .up .right{width:50%;font-size:18px;line-height:1.78;color:#666;font-weight:300}
.middle-two .down{margin-top:0.75rem; display:grid; grid-template-columns: repeat(3,1fr); gap:0.3rem;}
.middle-two .down .item{display:flex;align-items:center}
.middle-two .down .item .image{margin:0; width:1.08rem; margin-right:0.2rem}
.middle-two .down .item .image img{width:auto;height:auto;max-width:100%}
.middle-two .down .item .txt{}
.middle-two .down .item .txt p:first-of-type{font-size:18px;line-height:2.34;color:#333;font-weight:600;text-transform:uppercase}
.middle-two .down .item .txt p:nth-of-type(2){font-size:18px;line-height:1.8;color:#666;font-weight:300}
.middle-two .down .item .txt p:nth-of-type(2) span{font-size:36px;color:var(--main-color)}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.middle-two .up .left{ width:100%;}
	.middle-two .up .right{ width:100%; margin-top:0.3rem; font-size:16px;}
	.middle-two .down{  grid-template-columns: repeat(1,1fr);}
	.middle-two .down .item{ width:100%;}
	.middle-two .down .item .image{ width:20%;}
	.middle-two .down .item .txt{ flex:1; margin-left:0.3rem;}
	.middle-two .down .item .txt p:first-of-type{ line-height:2;}
}

.middle-three{ padding:1.2rem 0 1.5rem 0; position:relative; z-index:1;}
.middle-three:before{ content:""; position:absolute; left:50%; top:0; transform:translateX(-50%); z-index:-1; background:#f8f8f8; height:100%; width:1400px;}

.middle-three .up{position:relative;z-index:2}
.middle-three .up::before{content:"";position:absolute;width:100%; max-width:1400px; left:50%;top:0;transform:translateX(-50%);background:0 0;height:100%;z-index:1;border-left:5px solid var(--main-color); z-index:-1;}
.middle-three .up .container{ margin-right:0; align-items:center;}
.middle-three .up .left{width:50%; margin:0;}
.middle-three .up .left .t1{font-size:0.42rem;line-height:1.23;color:#333;font-weight:400}
.middle-three .up .left .t2{margin-top:0.55rem;font-size:18px;line-height:1.78;color:#666;font-weight:300}
.middle-three .up .left .t2 span{ color:var(--main-color);}
.middle-three .up .right{width:53%; margin:0;}
.middle-three .up .right img{ width:100%; height:auto;}
.middle-three .mid{margin-top:1rem;position:relative;z-index:2; font-size:0.42rem;line-height:1.23;color:#333;font-weight:400; padding-left:1.2rem; padding-right:1.2rem; box-sizing:border-box;}
.middle-three .down{ margin-top:1rem; padding-left:1.2rem; padding-right:1.2rem; position:relative;}
.middle-three .down .btn{}
.middle-three .down .btn-prev{position:absolute;display:flex;align-items:center;justify-content:flex-end;gap:0.2rem;width:1.65rem;height:0.45rem;left:-0.85rem;right:auto;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}
.middle-three .down .btn-prev span:first-child{position:relative;z-index:11;color:#000;font-size:16px;line-height:0.45rem;text-transform:uppercase;font-weight:700}
.middle-three .down .btn-prev span:nth-child(2){position:relative;z-index:11;padding-right:0.45rem;color:#000;font-size:16px;line-height:0.45rem;text-transform:uppercase;font-weight:700}
.middle-three .down .btn-prev::before{position:absolute;content:"";background:#cf1f2a;width:1rem;height:100%;top:0;right:0;transition:.5s;z-index:1}
.middle-three .down .btn-prev:hover::before{width:100%;transition:.5s}
.middle-three .down .btn-prev:hover p{color:#fff!important}
.middle-three .down .btn-next{display:flex;align-items:center;justify-content:flex-start;gap:0.2rem;width:1.65rem;height:0.45rem;position:absolute;right:-0.85rem;left:auto;top:50%;transform:translateY(-50%);z-index:10;cursor:pointer}
.middle-three .down .btn-next span:first-child{position:relative;z-index:11;padding-left:0.45rem;font-size:16px;line-height:0.45rem;text-transform:uppercase;font-weight:700}
.middle-three .down .btn-next span:nth-child(2){position:relative;z-index:11;font-size:16px;line-height:0.45rem;text-transform:uppercase;font-weight:700}
.middle-three .down .btn-next::before{position:absolute;content:"";background:#cf1f2a;width:1rem;height:100%;top:0;left:0;transition:.5s;z-index:1}
.middle-three .down .btn-next:hover::before{width:100%;transition:.5s}
.middle-three .down .btn-next:hover p{color:#fff!important}
@media (min-width:1082px){
	.middle-three .up .left{ margin-left:-10%;}
}
@media (min-width:1px) and (max-width:1081px){
	.middle-three .up .left { width:100%;}
	.middle-three .up .right{ width:100%;}
	.middle-three .mid{ padding:0;}
	.middle-three .down{ padding:0;}
	.middle-three .down .btn-prev{ left:0;}
	.middle-three .down .btn-next{ right:0;}
}

.middle-four{padding:1.3rem 0 1.25rem 0;background:#fff}
.middle-four .container{max-width:1665px;margin-left:0;padding-left:0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.middle-four .left{width:60%; margin:0;}
.middle-four .left img{ width:100%; height:auto;}
.middle-four .right{width:35%; margin:0;}
.middle-four .right .t1{font-size:0.42rem;line-height:1.23;color:#333;font-weight:400}
.middle-four .right .t2{margin-top:0.55rem;font-size:18px;line-height:1.78;color:#666;font-weight:300}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.middle-four .left{ width:100%;}
	.middle-four .right{ width:100%; padding:15px; box-sizing:border-box; margin-top:0.3rem;}
}

.middle-five{ padding: 0 0 2rem 0;}
.middle-five .container{ display:grid; grid-template-columns: repeat(4, 1fr); gap:0.3rem;}
.middle-five .item{ padding:0.25rem; background:#f7f7f7; border-top:4px solid var(--main-color);}
.middle-five .item .img{ overflow:hidden;}
.middle-five .item .img img{ width:100%; height:auto;}
.middle-five .item .txt{}
.middle-five .item .z1{ font-size:20px; line-height:2.6; color:#333;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.middle-five .container{ grid-template-columns: repeat(2, 1fr);}
	.middle-five .item .z1{ font-size:16px; line-height:2;}
}

.technology-two{ padding:1.55rem 0 1.35rem 0;}
.technology-two .up{display:flex;flex-wrap:wrap;justify-content:space-between}
.technology-two .up .left{width:50%;font-size:0.42rem;line-height:1.33;color:#333;font-weight:400}
.technology-two .up .right{width:50%;font-size:18px;line-height:1.77;color:#666;font-weight:200}
.technology-two .mid{margin-top:0.7rem;display:flex;align-items:center;justify-content:space-between}
.technology-two .mid .left{max-width:3.8rem;font-size:0.42rem;line-height:1.23;color:#333;font-weight:400}
.technology-two .mid .right{width:calc(100% - 4rem);height:4px;background:var(--main-color)}
.technology-two .down{margin-top:0.8rem; display:grid; grid-template-columns: repeat(3,1fr); gap:0.3rem;}
.technology-two .down .item{display:flex;align-items:center}
.technology-two .down .item .image{width:140px;height:140px;border-radius:70px;display:flex;background:#fff;box-shadow:0 20px 50px 0 rgba(10,68,132,.1)}
.technology-two .down .item .image img{margin:auto}
.technology-two .down .item .txt{color:#666;font-size:18px;line-height:2;font-weight:400;padding-left:20px}
.technology-two .down .item .txt span{font-size:0.36rem; line-height:1; color:var(--main-color);}
.technology-two .down .item .txt span#ts{font-size:18px}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.technology-two .up .left{ width:100%;}
	.technology-two .up .right{ width:100%; font-size:16px; margin-top:0.3rem;}
	.technology-two .down{ grid-template-columns: repeat(1,1fr);}
	.technology-two .down .item { width:100%;}
	.technology-two .down .item .image{ width:20%; margin:0;}
	.technology-two .down .item .image img{ width:70%;}
	.technology-two .down .item .txt{ flex:1;}
}

.technology-three{padding:0 0 0.4rem 0}
.technology-three>div{padding-bottom:1rem}
.technology-three .text .t1{font-size:0.42rem;line-height:1.23;color:#333;font-weight:400}
.technology-three .text .t2{margin-top:0.55rem;font-size:18px;line-height:1.77;color:#666;font-weight:200}
.technology-three .text .t2 span{ color:var(--main-color);}

.technology-three .cont-one .container .image{width:60%; margin:0;}
.technology-three .cont-one .container .text{width:35%; margin:0;}

.technology-three .cont-two .container .image{width:50%; margin:0;}
.technology-three .cont-two .container .text{width:45%; margin:0;}
@media (min-width:1082px){
	.technology-three .cont-one .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1665px;padding-left:0;margin-left:0}
	.technology-three .cont-two .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
}
@media (min-width:1px) and (max-width:1081px){
	.technology-three .cont-one .container .image{ width:100%;}
	.technology-three .cont-one .container .text{ width:100%; margin-top:0.3rem; box-sizing:border-box; padding:15px;}
	.technology-three .cont-two .container .image{width:100%; }
	.technology-three .cont-two .container .text{width:100%;margin-bottom:0.3rem; box-sizing:border-box;}
}

.technology-four{background:#f8f8f8;padding:1.2rem 0 1rem 0}
.technology-four .up{font-size:0.42rem;line-height:1.23;color:#333;font-weight:400;text-align:center}
.technology-four .down{margin-top:0.75rem}
.technology-four .down .list{ display:grid; grid-template-columns: repeat(3,1fr); gap:0.3rem;}
.technology-four .down .box{ display:grid; grid-template-columns: repeat(4,1fr); gap:0.3rem;}
.technology-four .down .col-md-4{padding-bottom:0.7rem; width:100%;}
.technology-four .down .col-md-4>div{height:100%}
.technology-four .down .col-md-4>div .t1{margin-top:0.35rem;font-size:20px;line-height:1.6;color:#333;font-weight:400}
.technology-four .down .col-md-4>div .t2{margin-top:0.35rem;font-size:18px;line-height:1.78;color:#666;font-weight:200}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.technology-four .down .list{  grid-template-columns: repeat(1,1fr);}
	.technology-four .down .box{ display:grid; grid-template-columns: repeat(1,1fr); gap:0.3rem;}
}

.apex-arzuros-border{border-top:1px solid #e2e8f0;padding-top:0.6rem;margin-top:0.4rem;}

.magnamalo-hellfire{color:#e60012!important}
.apex-arzuros-border{border-top:1px solid #e2e8f0;padding-top:60px;margin-top:40px}
.ibushi-wind-title{font-size:20px;font-weight:700;color:#1a202c;margin-bottom:25px;letter-spacing:-.2px}
.narwa-thunder-gap{margin-top:45px;display:block}
.akeonosom-card{background:#fff!important;border:1px solid #e2e8f0!important;border-left:3px solid #e60012!important;border-radius:0!important;box-shadow:none!important;padding:25px 20px!important;height:100%;transition:none!important}
.akeonosom-card .mhw-svg-icon-frame{width:24px;height:24px;margin-right:10px;display:inline-flex;align-items:center;vertical-align:middle}
.akeonosom-card .mhw-svg-icon-frame svg{width:100%;height:100%;fill:none;stroke:#718096;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:stroke .2s ease}
.clean-step-card .step-num-title,.tigrex-roar{font-size:16px!important;font-weight:700!important;margin-bottom:12px;letter-spacing:.3px;line-height:1.4;display:flex;align-items:center;flex-wrap:wrap}
.clean-step-card .step-num-title::after,.tigrex-roar::after{content:" →";font-weight:500;margin-left:5px}
.rakna-kadaki-normalcase{text-transform:none!important}
.clean-step-card .t2.typeface14,.lunagaron-frost{font-size:14px!important;color:#718096!important;line-height:1.75!important;font-weight:400;text-align:justify}
.akeonosom-card:hover .mhw-svg-icon-frame svg{stroke:#e60012}
.image img{max-width:100%;height:auto;display:block}
body.valstrax-ambush .apex-arzuros-border{padding-top:40px;margin-top:30px}
body.valstrax-ambush .ibushi-wind-title{font-size:18px;margin-bottom:15px}
body.valstrax-ambush .akeonosom-card{padding:20px 15px!important;margin-bottom:5px}
body.valstrax-ambush .narwa-thunder-gap{margin-top:35px}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}


.sustai-two{padding:1.6rem 0 1.2rem 0}
.sustai-two .up{color:#333;font-size:0.42rem;line-height:1.23;font-weight:400}
.sustai-two .row{margin-top:0.75rem; display:grid; grid-template-columns:repeat(3,1fr); gap:.3rem;}
.sustai-two .row .col-md-4{ margin:0; width:100%;}
.sustai-two .row .col-md-4>div{height:100%;padding:0.4rem 0.45rem 0.45rem 0.4rem;background:#333;transition:.5s;min-height:2rem;display:flex;flex-wrap:wrap;cursor:pointer}
.sustai-two .row .col-md-4>div .t1{width:100%}
.sustai-two .row .col-md-4>div .t1 a{font-size:18px;line-height:1.45;color:#fff}
.sustai-two .row .col-md-4>div .t2{margin-top:auto;margin-left:auto; width:100%; display:flex; align-items:center; justify-content:flex-end;}
.sustai-two .row .col-md-4>div .t2 a{font-size:15.56px;line-height:1;color:#fff; text-align:right;}
.sustai-two .row .col-md-4>div .t2 a i{ font-size:24px;}
.sustai-two .row .col-md-4>div:hover{background:var(--main-color)}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.sustai-two .row{ grid-template-columns:repeat(1,1fr);}
}

.sustai-three{padding-bottom:0.9rem;}
.sustai-three .up .image{display:flex;align-items:center;justify-content:center}
.sustai-three .up p{color:#333;font-size:0.42rem;line-height:1.23;font-weight:400;text-align:center}
.sustai-three .cont-one{margin-top:0.75rem}
.sustai-three .cont .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.sustai-three .cont .text .t1{color:#333;font-size:0.42rem;line-height:1.23;font-weight:400}
.sustai-three .cont .text .t2{margin-top:0.4rem;color:#666;font-size:18px;line-height:32px;font-weight:300}
.sustai-three .cont-one .container{max-width:1665px;padding-left:0;margin-left:0}
.sustai-three .cont-one .image{width:58%; margin:0;}
.sustai-three .cont-one .image img{ width:100%; height:auto;}
.sustai-three .cont-one .text{width:35%; margin:0;}
.sustai-three .cont-two .image{width:48%; margin:0;}
.sustai-three .cont-two .image img{ width:100%; height:auto;}
.sustai-three .cont-two .text{width:45%; margin:0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.sustai-three .cont-one .image{ width:100%;}
	.sustai-three .cont-one .text{ width:100%; padding:15px; box-sizing:border-box;}
	.sustai-three .cont-two .image{ width:100%;}
	.sustai-three .cont-two .text{ width:100%; padding:15px; box-sizing:border-box;}
}

.sustai-four{background:#f8f8f8;padding:70px 0 55px 0}
.sustai-four .up .image{display:flex;align-items:center;justify-content:center}
.sustai-four .up p{color:#333;font-size:0.42rem;line-height:1.23;font-weight:400;text-align:center}
.sustai-four .cont{padding-bottom:1.15rem}
.sustai-four .cont .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.sustai-four .cont .text .t1{color:#333;font-size:0.36rem;line-height:1.45;font-weight:400}
.sustai-four .cont .text .t2{margin-top:0.45rem;color:#666;font-size:18px;line-height:1.78;font-weight:300}
.sustai-four .cont-one{margin-top:0.85rem}
.sustai-four .cont-one .image{background:#c7c7c7;width:46%; margin:0;}
.sustai-four .cont-one .image img{margin-left:-160px}
.sustai-four .cont-one .text{width:48%; margin:0;}
.sustai-four .cont-two .container{max-width:1665px;padding-right:0;margin-right:0}
.sustai-four .cont-two .image{width:60%; margin:0;}
.sustai-four .cont-two .image img{ width:100%; height:auto;}
.sustai-four .cont-two .text{width:35%; margin:0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.sustai-four .cont-one .image{ width:100%;}
	.sustai-four .cont-one .image img{ margin:0;}
	.sustai-four .cont-one .text{ width:100%; margin-top:0.3rem;}
	.sustai-four .cont-two .image{ width:100%;}
	.sustai-four .cont-two .image img{ margin:0;}
	.sustai-four .cont-two .text{ width:100%; margin-bottom:0.3rem;}
}

.sustai-five{background:#fff}
.sustai-five .container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
.sustai-five .left{width:50%}
.sustai-five .right{width:40%}
.sustai-five .right .t1{color:#333;font-size:42px;line-height:60px;font-weight:400}
.sustai-five .right .t2{margin-top:30px;color:#666;font-size:18px;line-height:32px;font-weight:200}
.sustai-five .right .t3{margin-top:70px}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.sustai-five .left{ width:100%;}
	.sustai-five .right{}
}

.sustai-five{background:#fff; padding:0.9rem 0;}
.sustai-five .container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center}
.sustai-five .left{width:50%}
.sustai-five .right{width:40%}
.sustai-five .right .t1{color:#333;font-size:0.42rem;line-height:1.43;font-weight:400}
.sustai-five .right .t2{margin-top:0.3rem;color:#666;font-size:18px;line-height:1.78;font-weight:200}
.sustai-five .right .t3{margin-top:0.7rem}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.sustai-five .left{ width:100%;}
	.sustai-five .right{ width:100%; margin-top:0.3rem;}
}

/**********关于我们**********/


/**********单页面**********/
.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;}
.synopsis .context{ font-size: 16px; line-height: 1.5; color: #666;}
.synopsis .smalllist{ margin-top:0.25rem;}
.synopsis .smalllist .item{ display: inline-block; background: #bfbfbf; padding: 0.1rem 0.2rem; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.14rem; border-radius: 0.05rem;}
.synopsis .smalllist .item.active,.stylesort .item:hover{ background: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .synopsis .smalllist .item{ padding: 0.1rem 0.2rem; font-size: 14px; border-radius: 0; margin-bottom: 0.15rem;}
}

.gallerylist{ padding:0.7rem 0 0.3rem;}
.gallerylist .item{ margin: 0; display: block; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; margin-bottom: 0.2rem; 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){
	.gallerylist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
}

.honorlist{ padding:1.7rem 0 1.75rem;}
.honorlist .item{ margin: 0; display: block; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.3rem; box-sizing: border-box; cursor: pointer; padding:0.25rem; background:#f7f7f7; border-top:4px solid var(--main-color);}
.honorlist .item .img{ overflow: hidden; background-repeat: no-repeat; /*pointer-events: none;*/ border: 0.15rem solid #fafafa;}
.honorlist .item .img img{ width: 100%; height: auto;}
.honorlist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.honorlist .item .txt h3{ font-size: 20px;}
.honorlist .conetxt{ margin-top:0.6rem; font-size:16px; line-height:2;}
@media (min-width:1082px){
	.honorlist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.honorlist .item{ width: calc((100% - 0.3rem)/2);}
	.honorlist .item:nth-child(2n){ margin-right: 0;}
}

.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.58rem; box-sizing: border-box; position: relative; padding: 0.8rem 0;}

.left_nav .lbt{ margin-bottom: 0.2rem;  }
.left_nav .lbt>.cat{ }
.left_nav .lbt>.cat>.z1{ padding:0.15rem 0.2rem; display:flex; align-items:center; font-family:var(--main-bold); box-sizing:border-box; background:linear-gradient(to right,var(--main-color),var(--bout-color)); color:#fff; font-size:24px; font-family:var(--main-bold); font-weight:bold;}
.left_nav .lbt>.cat>.z1 i{ font-size:24px; font-weight:normal;}
.left_nav .lbt>.cat>.z1 span{ margin-left: 0.2rem;}

.left_nav .lbt>.cat>ul{ overflow: hidden; padding:0 0.15rem; border:1px solid #e4e4e4; box-sizing:border-box;}
.left_nav .lbt>.cat>ul>li{ font-size: 16px; border-bottom:1px solid #eee;}
.left_nav .lbt>.cat>ul>li>a{ display: flex; align-items: center; color: #54595f; 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; right:0.1rem; top:0.15rem;}
.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 .share{ padding:0.2rem 0; border-width:1px; border-color:transparent; border-style:solid; border-top-color:#e2e2e2; border-bottom-color:#e2e2e2;}
.left_nav .share .z1{ font-size:18px; font-family:var(--main-bold); font-weight:bold; color:#54595f; margin-bottom:0.15rem;}
.left_nav .share a{ display:flex; align-items:center; width:28px; height:28px; justify-content:center; margin-right:7px; border-radius:5px; transition:all 0.35s ease;}
.left_nav .share a:hover{ transform:translateY(-5px);}

/*.left_nav .left_search{ }
.left_nav .left_search form{ display: flex; justify-content: space-between; box-sizing: border-box; background: none; overflow: hidden;}
.left_nav .left_search form input{ flex: 1; height: 43px; background: none; border: 0; padding: 0; color:#999; font-size:14.36px;}
.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); border:1px solid #79b3e2; box-sizing:border-box;}
.left_nav .left_search form button i{ font-size: 16px;}*/

/*.left_nav .lbt .feedbackbox{ margin-bottom:0.3rem;}
.left_nav .lbt .feedbackbox .input{ width:100%; margin-bottom:0.15rem;}
.left_nav .lbt .feedbackbox .input label{ display:block; font-size:14px; color:#111827; margin-bottom:3px;}
.left_nav .lbt .feedbackbox .input label em{ font-style:normal; color:red;}
.left_nav .lbt .feedbackbox .input input{ width: 100%; height: 30px; background: none; border-bottom: 1px solid #d1d1d1; box-sizing: border-box; padding: 0; font-size: 14px; color: #999;}
.left_nav .lbt .feedbackbox .input input::placeholder{ color: #999;}
.left_nav .lbt .feedbackbox .input textarea{ width: 100%; height: 60px; background: none; border-bottom: 1px solid #d1d1d1; box-sizing: border-box; padding: 0; font-size: 14px; color: #999; resize:none;}
.left_nav .lbt .feedbackbox .input textarea::placeholder{ color: #999;}
.left_nav .lbt .feedbackbox .button{ text-align:center; width:100%;}
.left_nav .lbt .feedbackbox .button button{ padding:8px; box-sizing:border-box; border:1px solid #f5f5f5; border-radius:40px; background:none; display:inline-block; cursor:pointer;outline:none;}
.left_nav .lbt .feedbackbox .button button span{ width:34px; height:34px; background:var(--hover-color); border-radius:50%; display:inline-flex; align-items:center; justify-content:center; color:#fff;}
.left_nav .lbt .feedbackbox .button button b{ display:inline-block; font-size:16.48px;  padding:0 0.18rem; color:#000;}*/

.left_nav .lbt .hotlist{ border:1px solid #e4e4e4; padding-bottom:0.35rem;}
.left_nav .lbt .hotlist .item{display:block; padding:0 0.15rem;}
.left_nav .lbt .hotlist .item .img{ width:100%; height:auto;}
.left_nav .lbt .hotlist .item .txt{ text-align:center;}
.left_nav .lbt .hotlist .item .txt .z1{ font-size:16px; line-height:1.875; color:#54595f;}
.left_nav .lbt .hotlist .btn{ position:absolute; top:50%; transform:translateY(-50%); z-index:1; color:var(--main-color); cursor:pointer; outline:none; width:0.36rem; height:0.67rem; display:flex; align-items:center; justify-content:center; background:#b9bcc1; color:#fff;}
.left_nav .lbt .hotlist .btn i{ font-size:0.36rem;}
.left_nav .lbt .hotlist .btn-prev{ left:0;}
.left_nav .lbt .hotlist .btn-prev i{ transform:rotate(180deg);}
.left_nav .lbt .hotlist .btn-next{ right:0;}
.left_nav .lbt .hotlist.open{ padding:0 0.2rem;}
.left_nav .lbt .hotlist.open .item{ display:flex; padding:0.2rem 7px; align-items:center; justify-content:space-between; border-bottom:1px solid #eee;}
.left_nav .lbt .hotlist.open .item .img{ margin:0; width:40%; box-sizing:border-box; border:1px solid #e4e4e4;}
.left_nav .lbt .hotlist.open .item .txt{ margin:0; width:calc(100% - 40% - 0.2rem); text-align:left;}
.left_nav .lbt .hotlist.open .item .txt .z1{ font-size:16px; line-height:1.625; color:#54595f;}
.left_nav .lbt .hotlist.open .item:last-child{ border:0;}
@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.58rem - 0.45rem); padding: 0.8rem 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; padding: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/
.bigList{ padding:1rem 0 0 0;}
.bigList .tit{ font-size:0.36rem; text-align:center; margin-bottom:0.7rem;}
.bigList .list{ }
.bigList .list .item{ align-items:center; margin-bottom:0.65rem; padding-bottom:0.5rem; border-bottom:4px solid var(--main-color);}
.bigList .list .item .img{ margin:0; width:50%; display:block; overflow:hidden;  font-size:16px; line-height:2; color:#666;}
.bigList .list .item .img img{ width:100%; height:auto;}
.bigList .list .item .txt{ margin:0; width:calc(50% - 0.55rem); box-sizing:border-box;}
.bigList .list .item .txt .z1{ font-size:0.36rem; font-family:var(--fonts-bold); color:#333; line-height:1.3;}
.bigList .list .item .txt .p1{ margin-top:0.2rem; font-size:18px; line-height:1.78; color:#666;}
.bigList .list .item .txt .context{}
.bigList .list .item .txt .context p{ position:relative; padding-left:45px; margin-top:20px; font-size:16px;}
.bigList .list .item .txt .context p:before{ content:"√"; width:21px; height:21px; background:var(--main-color); display:flex; align-items:center; justify-content:center; color:#fff; position:absolute; left:0; top:7px;}
@media (min-width:1082px){
	.bigList .list .item:nth-child(2n){ flex-direction:row-reverse;}
	.bigList .list .item:first-child{ align-items:flex-start;}
	.bigList .list .item .img:hover img{ transform:scale(1.1);}
	.bigList .list .item .txt dl dd a:hover{ color:var(--main-color); transform:translateY(-5px);}
	.bigList .list .item .txt .more:hover{ color:var(--main-color);}
	.bigList .list .item .txt .more:hover:after{ width:0; left:0;}	
}
@media (min-width:1px) and (max-width:1081px){
	.bigList .list .item .img{ width:100%;}
	.bigList .list .item .txt{ width:100%; margin-top:0.3rem;}
	.bigList .list .item .txt dl dd{ width:100%;}
}

.engineering-page>h2{font-size:42px;font-weight:700;color:#2c2c2c;margin-bottom:20px;letter-spacing:-.5px;text-align:center}
.red-divider{width:100%;height:2px;background-color:#d32f2f;margin:40px 0}
.content-row{display:flex;justify-content:space-between;align-items:flex-start;gap:60px;margin-bottom:20px}
.content-block{flex:1}
.content-block img{width:100%;height:100%;object-fit:cover}
.left-block{text-align:left}
.right-block{text-align:right}
.center-block{text-align:center;max-width:900px;margin:0 auto}
.content-block>h3{font-size:32px;font-weight:700;color:#2c2c2c;margin-bottom:20px;letter-spacing:-.3px}
.content-block>h2{font-size:32px;font-weight:500;color:#2c2c2c;margin-bottom:20px;letter-spacing:-.3px}
.content-block p{font-size:16px;color:#666;font-weight:300;line-height:1.8}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.engineering-page{padding:40px 20px}
	.engineering-page>h2{font-size:28px}
	.content-row{flex-direction:column;gap:30px}
	.right-block{text-align:left}
	.content-block>h3{font-size:24px}
	.content-block p{font-size:14px}
}

.engineering-page ul{list-style:none;padding-left:0;margin:20px 0}
.engineering-page ul li{position:relative;padding-left:35px;margin-bottom:15px;font-size:16px;color:#666;line-height:1.6;text-align:left}
.engineering-page ul li:before{ content:"√"; width:21px; height:21px; background:var(--main-color); display:flex; align-items:center; justify-content:center; color:#fff; position:absolute; left:0; top:7px;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.engineering-page ul li{font-size:14px;padding-left:28px}
	.engineering-page ul li::before{width:18px;height:18px}
}
.seo-matrix-section{padding:60px 0;background-color:#f9f9f9;text-align:center}
.seo-faq-section h2,.seo-matrix-section h2{font-size:36px;font-weight:700;color:#2c2c2c;margin-bottom:40px}
.matrix-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-top:30px}
.matrix-card{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.05);text-align:left;border-top:4px solid #d32f2f}
.matrix-card h3{font-size:20px;font-weight:700;margin-bottom:15px;color:#333}
.matrix-card ul{list-style:none;padding:0;margin:0}
.matrix-card ul li{font-size:14px;color:#666;margin-bottom:8px;line-height:1.5;position:relative;padding-left:15px}
.matrix-card ul li::before{content:"â€¢";color:#d32f2f;font-weight:700;position:absolute;left:0}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.Pro-four{padding:105px 0 80px 0;background:#f8f8f8}
.Pro-four .up{font-weight:400;font-size:42px;line-height:56px;color:#333}
.Pro-four .down{margin-top:60px}
.Pro-four .down .row { display:grid; grid-template-columns:repeat(3,1fr); gap:0.3rem;}
.Pro-four .down .row .col-md-4{padding-bottom:15px;overflow:hidden}
.Pro-four .down .row .col-md-4>div{border-bottom:4px solid var(--main-color);padding:0.2rem 0.2rem 0.8rem 0.2rem;background:#fff;height:100%}
.Pro-four .down .row .col-md-4>div .t1{margin-top:0.4rem;color:#333;font-weight:600;font-size:18px;line-height:28px}
.Pro-four .down .row .col-md-4>div .t2{margin-top:0.2rem;color:#666;font-weight:300;font-size:16px;line-height:28px}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.Pro-four .down .row{ grid-template-columns:repeat(2,1fr);}
	.Pro-four .down .row .col-md-4>div .t1{ font-size:15px;}
	.Pro-four .down .row .col-md-4>div .t2{ font-size:13px;}
}

.Pro-five{padding:1.25rem 0 1.1rem 0;background:#fff}
.Pro-five .container{overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.Pro-five .container .left{width:50%;padding-right:50px}
.Pro-five .container .left .t1{font-size:24px;line-height:52px;color:var(--main-color);font-weight:600}
.Pro-five .container .left .t2{color:#333;font-weight:400;font-size:42px;line-height:52px}
.Pro-five .container .left .t3{margin-top:45px;color:#666;font-size:18px;line-height:32px;font-weight:300}
.Pro-five .container .left .t3 h5{color:#666;font-size:16px;line-height:36px;font-weight:300;position:relative; padding-left:35px;}
.Pro-five .container .left .t3 h5:before{ content:"√"; width:21px; height:21px; background:var(--main-color); display:flex; align-items:center; justify-content:center; color:#fff; position:absolute; left:0; top:7px;}
.Pro-five .container .left .but{margin-top:0.5rem;}
.Pro-five .container .left .but a{ display:inline-block; padding:0.24rem 0.32rem; color:#333; transition:all .3s ease; font-size:16px; margin-top:0.25rem; position:relative; z-index:1; font-weight:bold;}
.Pro-five .container .left .but a:before{ content:""; position:absolute; left:0; top:0; width:50%; height:100%; background:var(--main-color); z-index:-1; transition:all 0.3s ease;}
.Pro-five .container .right{width:50%;padding-left:100px}
@media (min-width:1082px){
	.Pro-five .container .left .but a:hover{ color:#fff;}
	.Pro-five .container .left .but a:hover:before{ width:100%;}
}
@media (min-width:1px) and (max-width:1081px){
	.Pro-five .container .left{ width:100%; padding:0;}
	.Pro-five .container .right{ width:100%; padding:0; margin-top:0.3rem;}
	.Pro-five .container .left .but a{ font-size:12px;}
}

.Pro-six{padding:125px 0 134px 0;background:#f8f8f8}
.Pro-six .container{overflow:hidden;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;max-width:1665px;padding-left:0;margin-left:0}
.Pro-six .container .left{width:50%;padding-right:100px}
.Pro-six .container .right{width:50%}
.Pro-six .container .right .t1{font-size:24px;line-height:52px;color:var(--main-color);font-weight:600}
.Pro-six .container .right .t2{color:#333;font-weight:400;font-size:42px;line-height:52px}
.Pro-six .container .right .t3{margin-top:45px;color:#666;font-size:18px;line-height:32px;font-weight:300}
.Pro-six .container .right .t3 h5{color:#666;font-size:16px;line-height:36px;font-weight:300;position:relative; padding-left:35px;}
.Pro-six .container .right .t3 h5:before{ content:"√"; width:21px; height:21px; background:var(--main-color); display:flex; align-items:center; justify-content:center; color:#fff; position:absolute; left:0; top:7px;}
.Pro-six .container .right .but{margin-top:50px;}
.Pro-six .container .right .but a{ display:inline-block; padding:24px 32px; color:#333; transition:all .3s ease; font-size:16px; margin-top:0.25rem; position:relative; z-index:1; font-weight:bold;}
.Pro-six .container .right .but a:before{ content:""; position:absolute; left:0; top:0; width:50%; height:100%; background:var(--main-color); z-index:-1; transition:all 0.3s ease;}
@media (min-width:1082px){
	.Pro-six .container .right .but a:hover{ color:#fff;}
	.Pro-six .container .right .but a:hover:before{ width:100%;}
}
@media (min-width:1px) and (max-width:1081px){
	.Pro-six .container .left{ width:100%; padding:0;}
	.Pro-six .container .right{ width:100%; padding:15px; box-sizing:border-box;}
}

.Pro-seven{padding:1.15rem 0 1.05rem 0;background:#fff}
.Pro-seven .container{display:flex;flex-wrap:wrap;justify-content:space-between}
.Pro-seven .container .left{width:25%}
.Pro-seven .container .left .t1{font-size:24px;line-height:52px;color:var(--main-color);font-weight:600}
.Pro-seven .container .left .t2{color:#333;font-weight:400;font-size:42px;line-height:52px}
.Pro-seven .container .right{width:75%;padding-left:12%}
.Pro-seven .container .right .dropdown-box{padding-bottom:75px}
.Pro-seven .container .right .dropdown-box .title .txt{padding-left:60px;position:relative;font-size:18px;line-height:48px;color:#333;font-weight:400}
.Pro-seven .container .right .dropdown-box .title .txt::before{position:absolute;content:"";background-color:var(--main-color);height:25px;width:24px;left:0;top:50%;transform:translateY(-50%)}
.Pro-seven .container .right .dropdown-box .content{margin-top:15px;position:relative;padding-left:60px;font-size:16px;line-height:28px;color:#666;font-weight:300}
.Pro-seven .container .right .dropdown-box .content::before{position:absolute;content:"";background-color:#f5d2d4;height:25px;width:24px;left:0;top:2px}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.Pro-seven .container .left{ width:100%;}
	.Pro-seven .container .right{ width:100%; padding:0; margin-top:0.4rem;}
}

.Pro-eight{padding:1.3rem 0 0.7rem;background:#f8f8f8}
.Pro-eight .container{max-width:1665px;margin-right:0}
.Pro-eight .container .up{color:#333;font-weight:600;font-size:0.36rem;line-height:1.33}
.Pro-eight .container .row{margin-top:1rem; display:flex; flex-wrap:wrap;}
.Pro-eight .container .row .col-md-3{ width:calc((100%)/4); box-sizing:border-box;}
.Pro-eight .container .row .col-md-3>div{padding-right:0.4rem;padding-bottom:0.5rem;padding-top:0.1rem;height:100%}
.Pro-eight .container .row .col-md-3:not(:last-child){border-right:2px solid #cdcdcd;}
.Pro-eight .container .row .col-md-3>div .t1 a{color:#333;font-size:18px;font-weight:400;line-height:2.66;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}
.Pro-eight .container .row .col-md-3>div .t2{color:#6a6a6a;font-weight:400;font-size:16px;line-height:2;}
.Pro-eight .container .row .col-md-3>div .t3{margin-top:30px;color:#6a6a6a;font-weight:400;font-size:16px;line-height:1.75;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:84px}
.Pro-eight .container .row .col-md-3>div .t4{margin-top:40px}
.Pro-eight .container .row .col-md-3>div .t4 a{color:var(--main-color);font-weight:600;font-size:16px;line-height:32px;text-transform:uppercase;display:flex;max-height:32px}
.Pro-eight .container .row .col-md-3>div .t4 a span{display:inline-block}
.Pro-eight .container .row .col-md-3>div .t4 a span:first-child{overflow:hidden;width:0;transition:.5s}
.Pro-eight .container .row .col-md-3>div .t4 a span:nth-child(2){margin-left:0;transition:.5s}
.Pro-eight .container .row .col-md-3>div .t4 a:hover span:nth-child(2){margin-left:15px;transition:.5s}
.Pro-eight .container .row .col-md-3>div .t4 a:hover span:first-child{width:auto;transition:.5s}
.Pro-eight .container .row .col-md-3>div>a{color:#333;font-size:16px;line-height:32px;font-weight:500;transition:.5s;text-transform:uppercase}
.Pro-eight .container .row .col-md-3>div>a:hover{color:var(--main-color);transition:.5s}
.Pro-eight .container .row .col-md-3:not(:first-child){padding-left:40px}
.Pro-eight .container .row .col-md-3:last-child{padding:0}
.Pro-eight .container .row .col-md-3:last-child>div{background:#fff;display:flex;align-items:center;justify-content:center;padding:0}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.Pro-eight .container .row .col-md-3{ width:calc((100%)/2);}
}


.summary{padding:0.9rem 0 1rem 0}
.summary .container{display:flex;flex-wrap:wrap;justify-content:space-between}
.summary .container .left{width:50%}
.summary .container .left .t1 h1{font-size:0.42rem;line-height:1.23;color:#333;font-weight:400}
.summary .container .left .t2{margin-top:0.3rem;font-size:18px;line-height:1.78;color:#666;font-weight:300}
.summary .container .left .t2 ol{ margin-top:0.3rem;}
.summary .container .left .t2 ol li{position:relative;padding-left:36px;font-size:18px;line-height:1.78;color:#666;font-weight:300}
.summary .container .left .t2 ol li:before{ content:"√"; width:21px; height:21px; background:var(--main-color); display:flex; align-items:center; justify-content:center; color:#fff; position:absolute; left:0; top:7px;}
.summary .container .right{width:50%}
.summary .container .right .image{max-width:5.89rem;margin-left:auto;background:0 0;border:1px solid #ddd;padding:98px 0;display:flex}
.summary .container .right .image img{margin:auto;width:auto;mix-blend-mode:multiply}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.summary .container .left{ width:100%;}
	.summary .container .right{ width:100%;}
}

.ProList{}
.ProList .item{ align-items:center; margin-bottom:0.35rem; border-top:4px solid var(--main-color);}
.ProList .item .img{ margin:0; width:50%; display:block; overflow:hidden; }
.ProList .item .img img{ width:100%; height:auto;}
.ProList .item .txt{ margin:0; width:calc(50% - 0.55rem); box-sizing:border-box;}
.ProList .item .txt .z1{ color:#0f172a; font-size:0.35rem; line-height:1.45; margin-bottom:0.4rem; display:block;}
.ProList .item .txt .p1{ font-size:14px; line-height:2.1; color:#54595f; height:auto; margin-right:0.4rem;}
.ProList .item .txt .nr{ margin-top:0.4rem; font-size:16px; line-height:1.56; color:#626262;}
.ProList .item .txt .nr p{ position:relative; padding-left:35px; margin-bottom:0.15rem;}
.ProList .item .txt .nr p:before{ content:""; width:16px; height:16px; box-sizing:border-box; border:2px solid var(--main-color); box-sizing:border-box; display:inline-block; position:absolute; left:0; top:5px;}

@media (min-width:1082px){ 
	.ProList .item:nth-child(2n){ flex-direction:row-reverse;}
	.ProList .item .img:hover img{ transform:scale(1.05);}
	.ProList .item .txt .z1:hover{ text-decoration:underline;}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: 100%; margin-right: 0; margin-bottom: 0.25rem;}
    .ProList .item:nth-child(2n){ margin-right: 0;}
    .ProList .item .img{ width: 100%;}
	.ProList .item .txt{ width:100%;}
    .ProList .item .txt .z1{ font-size: 16px; margin:0;}
    .ProList .item .txt .z2{ font-size:14px;}
	.ProList .item .txt .p1{ font-size:12px; margin:0;}
}

.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-top: 0.3rem; margin-bottom: 0.1rem; position: relative; padding: 0 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;}
}

.rProcess{}
.rProcess .tit{ align-items:center;}
.rProcess .tit .lt{ margin:0;}
.rProcess .tit .lt .z1{ font-size:0.36rem; color:#18181b; margin-bottom:0.2rem; }
.rProcess .tit .lt .p1{ font-size:15px; line-height:1.86; color:#666;}
.rProcess .tit .fr{ margin:0;}
.rProcess .tit .fr a{ padding:0.15rem 0.2rem; display:inline-flex; align-items:center; background:var(--main-color); color:#fff; font-size:16px; overflow:hidden; border-radius:5px; box-sizing:border-box;}
.rProcess .tit .fr a i{ margin-left:0.1rem;}
.rProcess .list{ margin-top:0.25rem;}
.rProcess .list .item{ margin:0 0.3rem 0.3rem 0; width:calc((100% - 0.6rem)/3); background:#fff; cursor:pointer; transition:all 0.35s ease; }
.rProcess .list .item .img{ overflow:hidden;}
.rProcess .list .item .img img{ width:100%; height:auto; }
.rProcess .list .item .txt{ padding:0.15rem;}
.rProcess .list .item .txt .z1{ font-size:18px; font-weight:bold; line-height:1.66; height:3.32em;}
.rProcess .list .item .txt .more{ margin-top:0.25rem; position:relative; z-index:1;}
.rProcess .list .item .txt .more:before{ content:""; height:1px; background:#f4f4f6; width:100%; position:absolute; top:50%; left:0; transform:translateY(-50%); z-index:-1;}
.rProcess .list .item .txt .more span{ display:inline-block; font-family:var(--main-bold1); font-size:0.46rem; color: transparent; -webkit-text-stroke: 1px #ededed; text-stroke: 1px #ededed; background:#fff; padding:0 5px 0 0 ;}
@media (min-width:1082px) {
	.rProcess .list .item:nth-child(3n){ margin-right:0;}
	.rProcess .list .item:hover{ transform:translateY(-5px);}
	.rProcess .list .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px) {
	.rProcess .tit .lt{ width:100%;}
	.rProcess .tit .fr{ width:100%; margin-top:0.3rem;}
	.rProcess .list .item{ width:calc((100% - 0.3rem)/2);}
	.rProcess .list .item:nth-child(2n){ margin-right:0;}
}

/**********产品页面**********/


/**********新闻中心**********/
.bigNews{ padding:0.8rem 0 0.5rem;}
.bigNews ul{box-sizing:border-box; border-width:1px; border-style:solid; border-color:transparent; border-top-color:#f5f5f5; border-bottom-color:#f5f5f5;}
.bigNews ul li{ margin:0; width:calc((100%)/3); }
.bigNews ul li>a{ padding:0.2rem 0.5rem; background:none; font-size:22px; font-weight:bold; font-family:var(--fonts-bold); display:flex; align-items:center; justify-content:center; border-top-width:5px; border-top-color:transparent; border-top-style:solid; box-sizing:border-box; color:#333; transition:all 0.35s ease;}
.bigNews ul li>a i{ margin-left:0.1rem; color:var(--main-color);}
.bigNews ul li:hover>a,.bigNews ul li.active>a{ border-top-color:var(--main-color); }
.bigNews ul li:hover>a i,.bigNews ul li.active>a i{ color:#fff;}

.NewsList{ padding:0 0 0.9rem 0;}
.NewsList .indextit{ margin-bottom:0.6rem;}
.NewsList .indextit .z1{ font-size:0.36rem;}
.NewsList .item{ margin:0 0.3rem 0.3rem 0; width:calc((100% - 0.6rem)/3); box-sizing:border-box; padding:0.25rem; background:#eee;}
.NewsList .item .txt{}
.NewsList .item .txt .z1{ font-size:20px; line-height:1.4; height:2.8em; color:#000; }
.NewsList .item .txt .p1{ font-size:16px; line-height:1.43; color:#737373; margin-top:0.2rem;}
.NewsList .item .img{ overflow:hidden; margin-top:0.3rem;}
.NewsList .item .img img{ width:100%; height:auto;}
.NewsList .item .time{ margin-top:0.3rem; display:flex; justify-content:space-between; align-items:center; color:#000;}
.NewsList .item .time time{ margin:0; font-size:16px;}
.NewsList .item .time .more{ margin:0; font-family:var(--fonts-bold); font-size:14.69px; display:inline-flex; align-items:center;}
.NewsList .item .time .more:after{ content:""; display:block; width:10px; height:10px; background:var(--main-color); border-radius:50%; margin-left:0.3rem;}
@media (min-width:1082px){
	.NewsList .item:nth-child(3n){ margin-right:0;}
	.NewsList .item:hover .img img{ transform:scale(1.1);}
	.NewsList .item:hover .txt .z1{ color:var(--main-color);}
	.NewsList .item:hover .txt .z1 span{ background-size: 100% 100%;}
	.NewsList .item:hover .txt .more{ background:var(--main-color); color:#fff;}
}
@media (min-width:1px) and (max-width:1080px) {
	.bigNews{ padding:0.3rem 0;}
	.bigNews ul li{ margin-bottom:0.15rem; width:100%;}
	.bigNews ul li>a{ padding:0.1rem 0.3rem; font-size:16px;}
	.NewsList{ padding:0.3rem 0;}
    .NewsList .item{ flex-wrap: wrap; width: 100%; margin: 0 0 0.3rem 0;}
    .NewsList .item .img{ width: 100%;}
    .NewsList .item .txt{ width: 100%; }
}

.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;}
}
/**********案例中心**********/

/**********产品应用**********/
.applicationlist{ padding: 0.8rem 0 0.9rem 0 ;}
.applicationlist .indextit .z1{ font-size:0.36rem;}
.applicationlist .list{ margin-top:0.5rem;}
.applicationlist .item{ margin: 0 0.5rem 0.5rem 0; width: calc((100% - 0.5rem)/2); overflow: hidden; position: relative; box-shadow:0 1px 0.27rem rgba(0,0,0,0.11); cursor:pointer;}
.applicationlist .item .img{ overflow: hidden; position: relative;}
.applicationlist .item .img img{ width: 100%; height: auto;}
.applicationlist .item .img span{ position: absolute; left: 0.3rem; top: 0.3rem; width: 66px; height: 66px; background: var(--main-color); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1; transition: all 0.35s ease;}
.applicationlist .item .img span i{ font-size: 33px;}
.applicationlist .item .txt{ padding:0.3rem;}
.applicationlist .item .txt .z1{ font-family:var(--main-bold); font-weight:bold; font-size:20px;}
.applicationlist .item .txt .z2{ font-size:16px; padding:0.15rem 0; color:#54595f;}
.applicationlist .item .txt .urllist{}
.applicationlist .item .txt .urllist a{ padding:10px 20px; margin-right:0.15rem; margin-bottom:0.1rem;}
@media (min-width:1082px){
    .applicationlist .item:nth-child(2n){ margin-right: 0;}
	.applicationlist .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
    .applicationlist .item{ width: 100%; margin: 0 0 0.45rem 0;}
}
/**********产品应用**********/


/**********视频中心**********/

.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;}
}
/**********视频中心**********/


/**********服务中心**********/
.servicelist{ padding: 1rem 0 0.95rem; background-repeat:no-repeat; background-size:cover; }
.servicelist .tit{ text-align:center;}
.servicelist .tit .z1{ font-size:0.38rem; font-family:var(--fonts-bold);}
.servicelist .tit .p1{ font-size:16px; line-height:1.56; color:#626262; margin-top:0.15rem;}
.servicelist .list{ margin-top:0.5rem; display:grid; grid-template-columns:repeat(3,1fr); gap:1.35rem;}
.servicelist .list .item{ width:100%; text-align:center;}
.servicelist .list .item .img{ overflow:hidden;}
.servicelist .list .item .txt{ overflow:hidden; margin-top:0.4rem;}
.servicelist .list .item .txt .z1{ font-family:var(--fonts-bold); font-size:22px;}
.servicelist .list .item .txt .p1{ font-size:16px; line-height:1.56; color:#626262; margin-top:0.2rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.servicelist .list{ grid-template-columns:repeat(1,1fr); gap:0.3rem;}
}

.servicelist1{ padding: 0 0 0.55rem; background-repeat:no-repeat; background-size:cover; }
.servicelist1 .box{}
.servicelist1 .box .item{ position:relative; display:none;}
.servicelist1 .box .item .img{ margin:0; width:67%; height:5.7rem; overflow:hidden;}
.servicelist1 .box .item .img img{ width:100%; height:auto; object-fit:cover;}
.servicelist1 .box .item .txt{ margin:0; width:calc(50% - 0.4rem); padding:0.9rem 0.55rem; background:#f5f5f5; position:relative; box-sizing:border-box;}
.servicelist1 .box .item .txt .z1{ font-family:var(--fonts-bold); font-size:0.3rem;}
.servicelist1 .box .item .txt .p1{ font-size:16px; line-height:1.56; color:#626262; margin-top:0.2rem;}
.servicelist1 .box .item.active{ display:block;}
.servicelist1 ul{ margin-top:0.45rem; border-top:1px solid #f5f5f5; display:grid; grid-template-columns:repeat(3,1fr);}
.servicelist1 ul li{ width:100%; box-sizing:border-box; padding:0.3rem; font-family:var(--fonts-bold); font-size:22px; border-top-width:4px; border-top-style:solid; border-top-color:transparent; text-align:center; cursor:pointer;}
.servicelist1 ul li.active{ border-top-color:var(--main-color);}
@media (min-width:1082px){
	.servicelist1 .box .item .txt{ position:absolute; right:0; top:50%; transform:translateY(-50%); z-index:1;}
}
@media (min-width:1px) and (max-width:1081px){
	.servicelist1 .box .item{ display:block; margin-bottom:0.3rem;}
	.servicelist1 .box .item .img{ width:100%; height:auto;}
	.servicelist1 .box .item .txt{ width:100%; margin-top:0; padding:0.3rem;}
	.servicelist1 ul{ display:none;}
}

.servicelist2{ padding:0 0 1.65rem;}
.servicelist2 .tit{ font-size:0.38rem; font-family:var(--fonts-bold); text-align:center;}
.servicelist2 .list{ margin-top:0.5rem; display:grid; grid-template-columns:repeat(2,1fr); gap:0.35rem;}
.servicelist2 .list .item{}
.servicelist2 .list .item .img{ overflow:hidden; position:relative;}
.servicelist2 .list .item .img img{ width:100%; height:auto;}
.servicelist2 .list .item .img a{  width:3.4rem; border: 1px solid rgba(255, 255, 255, 0.35);  backdrop-filter: blur(12px);  -webkit-backdrop-filter: blur(12px); color:#fff; font-size:16px; font-family:var(--fonts-bold); position:absolute; left:50%; bottom:0.5rem; transform:translateX(-50%); padding:.2rem; white-space: nowrap;text-overflow: ellipsis; border-radius:30px; line-height:1; box-sizing:border-box; display:flex; justify-content:center;}
.servicelist2 .list .item .txt{ margin-top:0.4rem;}
.servicelist2 .list .item .txt .z1{ font-size:0.3rem; font-family:var(--fonts-bold);}
.servicelist2 .list .item .txt .p1{ font-size:16px; line-height:1.56; color:#626262; margin-top:0.2rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.servicelist2 .list{ grid-template-columns:repeat(1,1fr);}
}

.maintenance-two{padding:150px 0 110px 0}
.maintenance-two .up{color:#666;font-size:18px;line-height:32px;font-weight:300}
.maintenance-two .mid{margin-top:120px;display:flex;align-items:center;justify-content:space-between}
.maintenance-two .mid>div:first-of-type{margin:0; max-width:380px;font-size:42px;line-height:52px;color:var(--main-color);font-weight:400}
.maintenance-two .mid>div:nth-of-type(2){width:calc(100% - 380px);height:4px;background:var(--main-color)}
.maintenance-two .down{margin-top:50px}
.maintenance-two .down .row{ display:grid; grid-template-columns:repeat(2,1fr); gap:0.3rem;}
.maintenance-two .down .col-md-6{ width:100%; margin:0;}
.maintenance-two .down .col-md-6 p{line-height:3.3;color:#666;font-size:18px;font-weight:500;position:relative;padding-left:45px}
.maintenance-two .down .col-md-6 p::before{position:absolute;content:"√";color:#fff;font-size:18px;width:22px;height:22px;line-height:22px;background:var(--main-color);top:50%;left:0;text-align:center;transform:translateY(-50%)}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.maintenance-two .down .row{ grid-template-columns:repeat(1,1fr);gap:0;}
	.maintenance-two .down .col-md-6 p{ line-height:2; margin-bottom:0.3rem;}
}

.maintenance-three{padding:110px 0 190px 0;background:url("/dist/images/qt01.webp") no-repeat;background-size:cover}
.maintenance-three .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.maintenance-three .container .text{width:50%}
.maintenance-three .container .text .t1{font-size:36px;line-height:52px;color:var(--main-color);font-weight:400}
.maintenance-three .container .text .t2{margin-top:40px;font-size:18px;line-height:32px;font-weight:300;color:#666}
.maintenance-three .container .text .t2 p.qt{color:#333;font-weight:700}
.maintenance-three .container .image{width:50%}
.maintenance-three .container .image img{position:relative;}
@media (max-width:1790px){
	.middle-three .container .image img{right:0}
}
@media (min-width:1082px){
	.maintenance-three .container .image img{position:relative;right:-130px}
}
@media (min-width:1px) and (max-width:1081px){
	.maintenance-three .container .text{ width:100%;}
	.maintenance-three .container .image{ width:100%; margin-top:0.3rem;}
}

.maintenance-four{padding-bottom:60px;background:#fff}
.maintenance-four .container{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.maintenance-four .container .text{width:50%;margin-top:-60px}
.maintenance-four .container .text .t1{font-size:36px;line-height:52px;color:var(--main-color);font-weight:400}
.maintenance-four .container .text .t2{margin-top:40px;font-size:18px;line-height:32px;font-weight:300;color:#666}
.maintenance-four .container .text .t2 p.qt{color:#333;font-weight:700}
.maintenance-four .container .image{width:41%}
.maintenance-four .container .image img{position:relative;top:-100px}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.maintenance-four .container .text{ width:100%; margin:0;}
	.maintenance-four .container .image{ width:100%; top:0;}
}

.parts-service-section { padding: 90px 0; background-color: #f8fafc; }
.section-header-premium { text-align: center; margin-bottom: 55px; }
.parts-service-section .section-header-premium .section-tag { font-size: 12px; text-transform: uppercase; letter-spacing: 2px; color: #e20909; font-weight: 600; margin-bottom: 10px; display: block; }
.parts-service-section .section-header-premium .main-title { font-size: 32px; font-weight: 600; color: #0f172a; }
.parts-service-section .section-header-premium .sub-title { font-size: 15px; color: #64748b; margin-top: 8px; }
.parts-nav-tabs { display: flex; justify-content: center; gap: 16px; margin-bottom: 45px; border: none; }
.parts-service-section .parts-tab-trigger { background: #ffffff; border: 1px solid #e2e8f0; padding: 12px 28px; border-radius: 6px; font-size: 15px; font-weight: 500; color: #334155; cursor: pointer; transition: all 0.25s ease; }
.parts-service-section .parts-tab-trigger:hover { border-color: #cbd5e1; color: #0f172a; }
.parts-service-section .parts-tab-trigger.active { background: #0f172a; color: #ffffff; border-color: #0f172a; }
.parts-pane { display: none; }
.parts-pane.active { display: block; }
.parts-grid-layout { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.part-catalog-card { background: #ffffff; border-radius: 8px; overflow: hidden; border: 1px solid #e2e8f0; transition: transform 0.2s ease, box-shadow 0.2s ease; display: flex; flex-direction: column; position: relative; width:100%;}
.part-catalog-card:hover { transform: translateY(-4px); box-shadow: 0 12px 20px rgba(15, 23, 42, 0.05); }
.part-image-wrapper { width: 100%; height: 182px; min-height: 182px; box-sizing: border-box; background: #f1f5f9; display: flex; align-items: center; justify-content: center; padding: 16px; position: relative; overflow: hidden; }
.part-image-wrapper img { width: 200px; height: 150px; max-width: 200px; max-height: 150px; object-fit: contain; display: block; flex-shrink: 0; }
.part-index-number { position: absolute; top: 12px; left: 12px; font-size: 11px; font-weight: 600; color: #94a3b8; background: rgba(255,255,255,0.8); padding: 2px 6px; border-radius: 4px; }
.part-detail-wrapper { padding: 20px; display: flex; flex-direction: column; flex-grow: 1; width:100%; box-sizing:border-box;}
.part-interval-indicator { align-self: flex-start; font-size: 11px; font-weight: 600; padding: 3px 8px; border-radius: 4px; margin-bottom: 10px; }
.part-interval-indicator.level-1 { background: #eff6ff; color: #1e40af; }
.part-interval-indicator.level-2 { background: #fff7ed; color: #9a3412; }
.part-interval-indicator.level-3 { background: #f0fdf4; color: #166534; }
.part-item-title { margin:0; font-size: 16px; font-weight: 600; color: #0f172a; margin-bottom: 6px; }
.part-item-spec { margin:0; font-size: 12px; color: #64748b; margin-bottom: 12px; background: #f8fafc; padding: 4px 8px; border-radius: 4px; display: inline-block; }
.part-card-footer { margin:0; margin-top: auto; padding-top: 12px; border-top: 1px solid #f1f5f9; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #475569; }
.parts-notice-text { text-align: center; margin-top: 40px; font-size: 13px; color: #64748b; }
@media (max-width: 991px) {
    .parts-grid-layout { grid-template-columns: repeat(2, 1fr); gap: 20px; }
    .part-image-wrapper { height: 152px; min-height: 152px; padding: 12px; }
    .part-image-wrapper img { width: 160px; height: 120px; max-width: 160px; max-height: 120px; }
    .parts-service-section .section-header-premium .main-title { font-size: 26px; }
}
@media (max-width: 576px) {
    .parts-service-section { padding: 50px 0; }
    .parts-service-section .section-header-premium .main-title { font-size: 24px; }
    .parts-nav-tabs { flex-direction: column; gap: 8px; }
    .parts-grid-layout { grid-template-columns: 1fr; gap: 16px; }
}

/**********服务中心**********/

/**********常见问题**********/

.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: 0.8rem 0 0.9rem;}
.contact .lt{ margin:0; width:calc(50% - 0.65rem);}
.contact .lt .tit{ font-size:0.4rem; line-height:1.375; margin-bottom:0.6rem;}
.contact .lt .info{}
.contact .lt .info .item{ display:flex; align-items:center; margin-bottom:0.45rem;}
.contact .lt .info .item .tag{ color:var(--main-color); margin:0; font-weight:normal;}
.contact .lt .info .item .tag i{ font-size:0.32rem;}
.contact .lt .info .item .txt{ flex:1; margin-left:0.3rem;}
.contact .lt .info .item .txt .z1{ font-size:14px; color:#808080; margin-bottom:0.1rem;}
.contact .lt .info .item .txt .p1{ font-size:17px; color:#626262;}
.contact .lt .info .item .txt .p1 a{ color:#626262;}
.contact .lt .info .item.add{ align-items:flex-start;}
.contact .fr{ margin:0; width:50%;}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px) {
	.contact .lt{ width:100%;}
	.contact .fr{ width:100%;}

}


.leave{ overflow: hidden; position: relative; z-index: 3; padding:1rem 0 1.7rem; background:url(/dist/images/1_22.webp) no-repeat center center / cover;}
.leave .lt{ margin:0; width:calc(50% - 0.7rem);}
.leave .lt .z1{ font-size:0.4rem; line-height:1.375; margin-bottom:0.4rem;}
.leave .lt .p1{ font-size:16px; color:#616161; line-height:1.625;}
.leave .lt img{ margin-top:1.1rem; width:100%; height:auto;}
.leave .fr{ margin:0; width:50%;}
.leave .feedbackbox{ overflow: hidden;}
.leave .feedbackbox dl{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.leave .feedbackbox dl>dd{ margin: 0 0 0.25rem 0; width: calc((100% )/1); box-sizing: border-box; position: relative; z-index: 1; border: 0;}
.leave .feedbackbox dl>dd>label{display: flex; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color:#54595f; margin-bottom:0.15rem;}
.leave .feedbackbox dl>dd>label>em{ display:block; font-style:inherit; color:red;}
.leave .feedbackbox dl>dd>.input{ width: 100%; background: none; height: 55px;  padding:0 15px; box-sizing: border-box; border-radius:0; border:1px solid #e4e3e3; background:#fff;}
.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%;}
.leave .feedbackbox dl>dd.w100{ width: 100%; margin-right:0;}
.leave .feedbackbox dl>dd.textarea{ align-items:flex-start;}
.leave .feedbackbox dl>dd.textarea>label{ }
.leave .feedbackbox dl>dd.textarea .input{resize:none; height: 1.74rem; padding: 15px;}
.leave .feedbackbox dl>dd.textarea .input::placeholder{ font-size: 16px; color: #999;}

.leave .feedbackbox .button{ }
.leave .feedbackbox .button button{ cursor:pointer; outline:none; border:0; background:none; box-sizing:border-box;}

@media (min-width:1081px)  {
    .leave{ position: relative; z-index: 3; }
    .leave .feedbackbox dl>dd:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
	.leave .lt{ width:100%;}
	.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: 20; 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;}
/**********分页样式**********/





