﻿/**********样式重置**********/
html{font-size: var(--size);}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
body{ font-family: var(--fontfamily); background-color:#fff; overflow-x:hidden; color: #2a1f1c; box-sizing: border-box; margin: 0 auto;}
a{ color:#333333; text-decoration:none; outline: medium none;}
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;}

@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ width: 100%; padding: 0 0.4rem; box-sizing: border-box; margin: 0 auto;}
}
@media (min-width:1480px){
	.container{ width: auto; padding: 0 8.5%; }
}
@media (min-width:1580px){
	.container{ width: 100%; max-width: 1320px; padding: 0;}
}

/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 777; box-sizing: border-box; transition: linear 0.35s; background: #fff; box-shadow: 3px 0 0.26rem rgba(0,0,0,0.15);}
@media (min-width:1082px){
	.header .container{  display: flex; align-items: center; box-sizing: border-box; justify-content: space-between; width: auto; max-width: none; padding: 0 0.5rem;}
	.header.fis_show{ top: 0; background: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff; top: 0;}
}

.header .top{ border-bottom: 1px solid #ebebeb; padding: 0.11rem 0}
.header .top .container{ justify-content: flex-end;}
.header .top .info{ display: inline-flex; align-items: center; margin: 0; }
.header .top .info a{ display: inline-flex; align-items: center; margin: 0; margin-right: 0.3rem; font-size: 16px; color: #666666;}
.header .top .info a i{ margin-right: 0.1rem; font-size: 20px;}
.header .top .info a:hover{ color: var(--main-color);}

.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .logo a{ display: block; padding: 15px 0 25px; transition: linear 0.35s;}
.header .logo img{ width: auto; height: 37px; transition: linear 0.35s; }

.header .lang{ margin: 0; display: inline-block; }
.header .lang a{ display: flex; align-items: center; font-size: 16px; line-height: 1; color: #666; padding: 5px 12px; border-radius: 15px; box-sizing: border-box; border: 1px solid #cfcfcf;}
.header .lang a img{ margin: 0; width: 20px; margin-right: 5px;}
.header .lang a:after{ content: ""; width: 0; height: 0; display: inline-block; border-width: 5px; border-style: solid; border-color: #333; border-left-color: transparent; border-right-color: transparent;; border-bottom-color: transparent; margin-left: 10px; margin-top: 5px;}


@media (min-width:1082px){
}
@media (min-width:1081px) and (max-width: 1320px) {
    .header .top .info{ display: none;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .logo{ display: inline-block;}
	.header .logo a{ padding: 10px 0; }
	.header .logo img{ height: 35px; width: auto;}
}

.header .menu{ margin: 0; transition: linear 0.35s;}

.header .menu .jdmenu{ }
.header .menu .jdmenu>ul>li{ font-size: 16px; position: relative; }
.header .menu .jdmenu>ul>li>a{ display: flex; position: relative; transition: linear 0.3s; text-transform: capitalize; z-index: 1; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>a>b{ display: inline-block; font-size: 14px; overflow: hidden; margin-left: 5px;}
.header .menu .jdmenu>ul>li>a>b:before{ content: "\e6b5"; font-family: "iconfont"}
@media (min-width: 1082px) {
    .header .menu{ display: inline-flex; align-items: center;}
    .header .menu .jdmenu{ position: relative; z-index: 2; display: inline-flex; align-items: center;}
	.header .menu .jdmenu>ul{ display: flex; justify-content: center; align-items: center;}
	.header .menu .jdmenu>ul>li{ display: inline-flex; align-items: center; justify-content: center;}
	.header .menu .jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 30.5px 0.15rem; align-items: center; line-height: 1; position: relative; color: #222;}
    
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{ color: var(--main-color);}
    .header .menu .jdmenu>ul>li:not(:last-child).active>a:after,.header .menu .jdmenu>ul>li:not(:last-child):hover>a:after{ width: 100%;}
    
}

@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(100% - 52px); bottom: 52px; border-top: 1px solid #999;}
	.header .menu .jdmenu>ul{ overflow-y: auto; width: 100%; box-sizing: border-box; height: calc(100% - 122px); padding-top: 30px; margin-bottom: 30px;}
	.header .menu .jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>ul>li>a{ padding: 15px 0.5rem; color: #333;}
	.header .menu .jdmenu>ul>li>a>b{ float: right; margin-right: 0; margin-left: auto;}
	.header .menu .jdmenu>ul>li>a>b:before{font-size:20px; color: #333;}
}

.header .nav_r{ display: none; margin-right: 0; align-items: center; position: relative; margin-left: 0.25rem;}
.header .nav_r .btn1{ padding: 10px 13px; line-height: 1; display: inline-flex; align-items: center; background: var(--main-color); color: #fff; font-size: 16px; border-radius: 19px; cursor: pointer;}
.header .nav_r .btn1 i{ font-size: 18px; margin-right: 5px; animation: icojumpA 1.5s infinite;}
.header .nav_r .btn2{ margin: 0 0.3rem 0 0.2rem; padding-left: 0.2rem; border-left: 1px solid #ebebeb; display: inline-flex; align-items: center; font-size: 
16px; line-height: 1.25;}
.header .nav_r .btn2 i{ font-size: 20px; color: var(--main-color); margin-right: 8px;}
@media (min-width: 1082px) {
	.header .nav_r{}
    .header .top .nav_r{ display: inline-flex!important; margin-right: 0.15rem;}
    .header .top .nav_r .btn1{ padding: 4px 13px;}
    .header .top .nav_r .btn2 br{ display: none;}
}
@media (min-width: 1642px) {
	.header .nav_r{ display: inline-flex;}
    .header .top .nav_r{ display: none!important;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .nav_r{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%); z-index: 3;}
}

.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; color: #fff; 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;}

.btnlangerlist{ position: fixed; right: 0; top: 0; width: 3.4rem; padding: 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:.2rem .2rem; color: #333;}
.btnlangerlist>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>b{ margin: 0; font-size: 14px; padding-left: 5px;}
.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) {
    .searchbtn{ width: 1.54rem; margin: 0;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.btnlangerlist{ width: 50%;}
	.btnlangerlist>ul>li>a>b{ font-size: 12px;}
	.btnlangerlist>ul>li>a>span{ font-size: 12px;}
}

/*二级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 100%; background: #fff; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 0 0 3px #d3d3d3;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li{ font-size:14px; position: relative; border-bottom: #ddd solid 1px;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ color: #888; font-weight: 500; padding: 0.11rem 0.16rem; display: flex; align-items: center;}

/*三级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ min-width: 100%; background: #fff; position: absolute; left: 100%; top: 0; display: none; z-index: 8; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd solid 1px; font-size: 0.13rem; }
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ color: #333; font-weight: 500; padding: 0.1rem 0.2rem 0.1rem 0.26rem; display: block;text-transform: capitalize}
@media (min-width: 1082px) {
	.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 200px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a{ color: var(--main-color);}
    .header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a:after{ background: var(--main-color); color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>ul{ display: block;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ box-shadow: 2px 2px 5px #d5d5d5;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:hover>a{ background: #333; color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:last-child{ border-bottom: 0;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>ul>li>.dropdown-menu{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin:5px 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li{ text-align: left; font-size: 16px; border-style: dotted;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ display: flex; padding: 15px 30px}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ padding: 10px 36px;}
}

/*二级导航产品分类*/
.header .menu .jdmenu>ul>li>.putout-menu{ position: fixed; top: 128px; left: 0; width: 100%; box-sizing: border-box; padding: 0.65rem 0; z-index: 8; transition: all 0.35s; background: rgba(255,255,255,1); display: none; height: 70%;}
.header .menu .jdmenu>ul>li>.putout-menu .container{ align-items: flex-start; height: 100%; justify-content: flex-start; flex-wrap: nowrap;}
.header .menu .jdmenu>ul>li>.putout-menu .bigul{ margin: 0; width: 2.96rem; height: inherit; overflow-y: auto; border-right: 1px dashed #dedede; padding-right: 0.5rem; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>.putout-menu .bigul .item{ display: flex; justify-content: space-between; align-items: center; position: relative; padding-left: 0.3rem; font-size: 16px; font-weight: bold; margin-bottom: 0.3rem;}
.header .menu .jdmenu>ul>li>.putout-menu .bigul .item:before{ content: ""; width: 0.1rem; height: 0.1rem; display: inline-block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); background: #000; border-radius: 50%;}
.header .menu .jdmenu>ul>li>.putout-menu .bigul .item:last-child{ margin-bottom: 0;}
.header .menu .jdmenu>ul>li>.putout-menu .bigul .item>em{ position: absolute; right: 0.1rem; top: 50%; transform: translateY(-50%); z-index: 1; font-style: normal;}
.header .menu .jdmenu>ul>li>.putout-menu .bigul .item>em:before{ content: ""; width: 12px; height: 2px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.header .menu .jdmenu>ul>li>.putout-menu .bigul .item>em:after{ content: ""; width: 2px; height: 12px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}

.header .menu .jdmenu>ul>li>.putout-menu .twoul{ margin: 0; width: 3.26rem; height: inherit; padding: 0 0.4rem; overflow-y: auto; box-sizing: border-box; border-right: 1px dashed #dedede;}
.header .menu .jdmenu>ul>li>.putout-menu .twoul .item{ position: relative; margin-bottom: 0.3rem;}
.header .menu .jdmenu>ul>li>.putout-menu .twoul .item:last-child{ margin-bottom: 0;}
.header .menu .jdmenu>ul>li>.putout-menu .twoul .item .tit{ display: flex; align-items: center; justify-content: space-between; font-size: 16px; position: relative;}
.header .menu .jdmenu>ul>li>.putout-menu .twoul .item .tit>em{ position: absolute; right: 0.1rem; top: 50%; transform: translateY(-50%); z-index: 1; font-style: normal;}
.header .menu .jdmenu>ul>li>.putout-menu .twoul .item .tit>em:before{ content: ""; width: 12px; height: 2px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.header .menu .jdmenu>ul>li>.putout-menu .twoul .item .tit>em:after{ content: ""; width: 2px; height: 12px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.header .menu .jdmenu>ul>li>.putout-menu .twoul .item .txt{ font-size: 14px; line-height: 1.6; color: #666; margin-top: 0.1rem;}

.header .menu .jdmenu>ul>li>.putout-menu .smalul{ margin: 0; width: 3.5rem; height: inherit; padding: 0 0.4rem; overflow-y: auto; box-sizing: border-box; border-right: 1px dashed #dedede;}
.header .menu .jdmenu>ul>li>.putout-menu .smalul .item{ position: relative; margin-bottom: 0.3rem;}
.header .menu .jdmenu>ul>li>.putout-menu .smalul .item:last-child{ margin-bottom: 0;}
.header .menu .jdmenu>ul>li>.putout-menu .smalul .item .tit{ display: flex; align-items: center; justify-content: space-between; font-size: 16px; position: relative;}
.header .menu .jdmenu>ul>li>.putout-menu .smalul .item .txt{ font-size: 14px; line-height: 1.6; color: #666; margin-top: 0.1rem;}

.header .menu .jdmenu>ul>li>.putout-menu .out-menu{ margin: 0; width: 6.7rem; height: inherit; padding: 0 0 0 0.5rem; box-sizing: border-box; overflow-y: auto; display: flex; flex-wrap: wrap;}
.header .menu .jdmenu>ul>li>.putout-menu .out-menu .item{ margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem;}
.header .menu .jdmenu>ul>li>.putout-menu .out-menu .item .img{ overflow: hidden;}
.header .menu .jdmenu>ul>li>.putout-menu .out-menu .item .txt{ margin-top: 0.1rem;}
.header .menu .jdmenu>ul>li>.putout-menu .out-menu .item .txt .z1{ font-size: 12px; line-height: 1.5; color: #666; text-align: center;}
.header .menu .jdmenu>ul>li>.putout-menu .out-menu .item:nth-child(3n){ margin-right: 0;}

@media (min-width: 1082px) {
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item:hover .z1,
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item.active .z1{ color: var(--main-color);}
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item:hover:before,
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item.active:before{ background: var(--main-color);}
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item:hover em:before,
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item.active em:before{ background: var(--main-color);}
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item:hover em:after,
    .header .menu .jdmenu>ul>li>.putout-menu .bigul .item.active em:after{ display: none;}
    
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item:hover .tit .z1,
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item.active .tit .z1{ color: var(--main-color);}
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item:hover .tit em:before,
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item.active .tit em:before{ background: var(--main-color);}
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item:hover .tit em:after,
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item.active .tit em:after{ display: none;}
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item:hover .txt,
    .header .menu .jdmenu>ul>li>.putout-menu .twoul .item.active .txt{ color: var(--main-color);}
    
    .header .menu .jdmenu>ul>li>.putout-menu .smalul .item:hover .tit .z1,
    .header .menu .jdmenu>ul>li>.putout-menu .smalul .item.active .tit .z1{ color: var(--main-color);}
    .header .menu .jdmenu>ul>li>.putout-menu .smalul .item:hover .txt,
    .header .menu .jdmenu>ul>li>.putout-menu .smalul .item.active .txt{ color: var(--main-color);}
    
    .header .menu .jdmenu>ul>li>.putout-menu .out-menu .item:hover .z1{ color: var(--main-color);}
}
@media (min-width: 1320px) {
    .header .menu .jdmenu>ul>li>.putout-menu .container{  padding: 0 1.3rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
    .header .menu .jdmenu>ul>li>.putout-menu{ display: none!important;}
}

/*二级导航解决方案*/
.header .menu .jdmenu>ul>li>.solution-menu{ position: fixed; top: 128px; left: 0; width: 100%; box-sizing: border-box; padding: 0.4rem 0; max-height: 50%; z-index: 8; min-height: 4.14rem; transition: all 0.35s; background: rgba(255,255,255,1); display: none;}
.header .menu .jdmenu>ul>li>.solution-menu .container{ align-items: center; max-width: 1320px; padding: 0;}
.header .menu .jdmenu>ul>li>.solution-menu .lt{ margin: 0; width: 36%;}
.header .menu .jdmenu>ul>li>.solution-menu .lt .item{ display: flex; align-items: center; margin: 0.3rem 0; cursor: pointer;}
.header .menu .jdmenu>ul>li>.solution-menu .lt .item img{ margin: 0;}
.header .menu .jdmenu>ul>li>.solution-menu .lt .item .z1{ margin: 0 0 0 0.2rem; }
.header .menu .jdmenu>ul>li>.solution-menu .lt .item.active .z1{ font-weight: bold; text-decoration: underline;}
.header .menu .jdmenu>ul>li>.solution-menu .fr{ margin: 0; width: calc(100% - 36% - 0.55rem); height: 2.88rem; position: relative; overflow: hidden; border-radius: 0.1rem;}
.header .menu .jdmenu>ul>li>.solution-menu .fr img{ width: 100%; height: auto; opacity: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover; width: 100%; height: 100%;}
.header .menu .jdmenu>ul>li>.solution-menu .fr img.active{ opacity: 1;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
    .header .menu .jdmenu>ul>li>.solution-menu .lt{ width: 100%;}
    .header .menu .jdmenu>ul>li>.solution-menu .fr{ display: none;}
}

.search1{ width: 1.9rem; display: inline-block; margin: 0;}
.search1 form{ display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 5px; border: 1px solid var(--main-color);}
.search1 form>input{ width: calc(100% - 30px); height: 38px; padding: 0 0.1rem; background: none; border:0; transition: linear 0.5s; box-sizing: border-box; color: #666;}
.search1 form>button{ width: 30px; background: none; border: 0; cursor: pointer; outline: none; color: var(--main-color);}
.search1 form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.search1>form>input::-webkit-input-placeholder{ color: #666;}
.search1>form>input::-moz-placeholder{ color: #666;}
.search1>form>input::-moz-placeholder{ color: #666;}
.search1>form>input::-ms-input-placeholder{ color: #666;}
@media (min-width: 1082px) {
    .header .top .nav_r .search1 form>input{ height: 26px;}
}
@media (min-width: 1px) and (max-width: 1081px){
}

.search{ width: 1.9rem; display: inline-block; margin: 0;}
.search form{ display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 5px; border: 1px solid var(--main-color);}
.search form>input{ width: calc(100% - 30px); height: 38px; padding: 0 0.1rem; background: none; border:0; transition: linear 0.5s; box-sizing: border-box; color: #666;}
.search form>button{ width: 30px; 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){
}

.globalsearch{ width: 1.9rem; display: inline-block; margin: 0;}
.globalsearch form{ display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 5px; border: 1px solid var(--main-color);}
.globalsearch form>input{ width: calc(100% - 30px); height: 38px; padding: 0 0.1rem; background: none; border:0; transition: linear 0.5s; box-sizing: border-box; color: #666;}
.globalsearch form>button{ width: 30px; background: none; border: 0; cursor: pointer; outline: none; color: var(--main-color);}
.globalsearch form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.globalsearch>form>input::-webkit-input-placeholder{ color: #666;}
.globalsearch>form>input::-moz-placeholder{ color: #666;}
.globalsearch>form>input::-moz-placeholder{ color: #666;}
.globalsearch>form>input::-ms-input-placeholder{ color: #666;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
}
/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; position: relative; height: 100vh; z-index: 1;}
.bframe #pipButton{ position: absolute; top: 20%; left: 50%; transform: translateX(-50%); z-index: 3; color: #fff; cursor: pointer; opacity: 0; transition: all 0.35s;}
.bframe #pipButton i{ font-size: 0.4rem;}
.bframe #cover-image{position:absolute; width:100%; height:100%; object-fit: cover; display:none;}
.bframe #videoElement{ width: 100%; height: 100%; display: block; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -1; object-fit: cover;}
.bframe:before{ content: ""; position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: #000; opacity: 0.3;}
.bframe .index_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center; color: #fff;}
.bframe .index_txt span{ font-size: 16px; line-height: 1; padding: 0.1rem; color: #fff; border: 1px solid #fff; display: inline-block; border-radius: 5px;}
.bframe .index_txt .z1{ font-size: 0.72rem; margin: 0.3rem 0 0.4rem;}
.bframe .index_txt .p1{ font-size: 18px; line-height: 1.33;}
.bframe .index_txt a{ line-height: 1; padding: 0.2rem 0.4rem; color: #fff; font-size: 18px; border-radius: 0.275rem; display: inline-block; margin-top: 0.65rem; position: relative; overflow: hidden;}
.bframe .index_txt a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--bout-color); z-index: -2;}
.bframe .index_txt a:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--main-color); z-index: -1; transition: all  0.35s;}
@media (min-width: 1082px) {
    .bframe:hover #pipButton{ opacity: 1;}
    .bframe{ margin-top: 128px;}
    .bframe .index_txt a:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px; height: 50vh}
    .bframe .index_txt{ width: 90%;}
    .bframe .index_txt span{ font-size: 12px;}
    .bframe .index_txt .z1{ font-size: 0.3rem; margin: 0.15rem 0;}
    .bframe .index_txt .p1{ font-size: 14px; line-height: 1.33;}
    .bframe .index_txt a{ font-size: 12px; margin-top: 0.2rem;}
	.bframe .swiper-pt{ bottom: 0.2rem;}
}

/**********大图切换**********/

.golbalist{ padding: 0.6rem 0 0.2rem;}
.golbalist .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.3rem;}
.golbalist .item .img{ overflow: hidden; height: 2.1rem; position: relative;}
.golbalist .item .img img{ width: 100%; height: 100%; object-fit: cover; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.golbalist .item .txt{ margin-top: 0.2rem;}
.golbalist .item .txt .z1{ font-size: 14px; line-height: 1.5}
@media (min-width: 1082px) {
    .golbalist .item:nth-child(4n){ margin-right: 0;}
    .golbalist .item:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
}
@media (min-width: 1px) and (max-width: 1081px){
}

/**********首页样式**********/

.iframe{ padding: 0.75rem 0 0.85rem; overflow: hidden;}
.iframe .sort{}
.iframe .sort .item{ margin: 0; width: calc((100% - 2rem)/11); margin-right: 0.2rem; text-align: center; cursor: pointer;}
.iframe .sort .item .img{ box-sizing: border-box; border-width: 0px; border-style: solid; border-color: transparent; position: relative; transition: all 0.35s;}
.iframe .sort .item .img img{ width: 100%; height: auto;}
.iframe .sort .item .img:after{ content: ""; background: linear-gradient(to bottom, var(--bout-color) 0%, var(--bout-color) 20%, transparent 20%, transparent 30%, var(--bout-color) 30%, var(--bout-color) 50%,transparent 50%, transparent 60%, var(--bout-color) 60%, var(--bout-color) 100%); position: absolute; right: -5px; top: 50%; transform: translateY(-50%); width: 0; height: 0; opacity: 0;  transition: all 0.35s;}
.iframe .sort .item .txt{ margin-top: 0.2rem;}
.iframe .sort .item .txt .z1{ font-size: 14px;}
.iframe .sort .item.active .img{ border-color: var(--bout-color); border-right-color: transparent; border-width: 5px;}
.iframe .sort .item.active .img:after{ opacity: 1; width: 5px; height: calc(100% + 8px);}
.iframe .sort .item.active .img img{ transform: scale(0.9);}
.iframe .bg{ margin-top: 0.5rem; overflow: hidden;}
.iframe .bg .imgbg{ position: relative;}
.iframe .bg .imgbg:before{ content: ""; position: absolute; left: 0; top:0; right: 0; bottom: 0; background: rgba(0,0,0,0.35); z-index: 1;}
.iframe .bg .imgbg .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center; color: #fff;}
.iframe .bg .imgbg .txt .z1{ font-size: 0.36rem; margin-bottom: 0.1rem;}
.iframe .bg .imgbg .txt .p1{ font-size: 0.2rem;}
.iframe .bg .imgbg .txt a{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.4rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.iframe .bg .imgbg .txt a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.iframe .bg .imgbg .txt a:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.iframe .bg .imgbg .txt a b{ padding: 0 0.15rem; font-size: 16px;}
.iframe .bg .imgbg .txt a span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.iframe .list{ margin-top: 0.4rem;}
.iframe .list .swiper-slide{ margin:0;}
.iframe .list .item{ display: block; background: #fafbfd; border-radius: 5px; overflow: hidden;}
.iframe .list .item .img{ overflow: hidden;}
.iframe .list .item .img img{ width: 100%; height: auto;}
.iframe .list .item .txt{ margin: 0.2rem; text-align: center;}
.iframe .list .item .txt .z1{ font-size: 16px; line-height: 1.5;}
.iframe .list .swiper{ padding-bottom: 0.3rem;}
.iframe .list .swiper-pt{ display: inline-flex; position: absolute; top: inherit; left: 50%; bottom: 0; transform: translateX(-50%); z-index: 1; width: auto; background: #e5e5e5; border-radius: 8px; overflow: hidden;}
.iframe .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.iframe .list .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
@media (min-width:1082px){
    .iframe .sort .item:nth-child(11){ margin-right: 0;}
    .iframe .bg .imgbg .txt a:hover:after{ width: 100%; left: 0; right: inherit;}
    .iframe .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe .sort{   overflow-y: auto; height: 3rem; }
    .iframe .sort .item{ margin: 0; width: calc((100% - 0.8rem)/3); margin-right: 0.4rem; margin-bottom: 0.2rem;}
    .iframe .sort .item:nth-child(3n){ margin-right: 0;}
    .iframe .bg .imgbg{ height: 200px;}
    .iframe .bg .imgbg img{ position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
    .iframe .bg .imgbg .txt{ width: 90%;}
    .iframe .bg .imgbg .txt .z1{ font-size: 0.24rem; margin-bottom: 0.1rem;}
    .iframe .bg .imgbg .txt .p1{ font-size: 12px;}
    .iframe .bg .imgbg .txt a{ margin-top: 0.2rem;}
    .iframe .bg .imgbg .txt a b{ font-size: 12px;}
}

.iframe1{ overflow: hidden; padding: 0.6rem 0; background-attachment: fixed; background-repeat: no-repeat; background-position: center center; background-size: cover; position: relative;}
.iframe1:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 1; background: rgba(0,0,0,0.57);}
.iframe1 .container{ position: relative; z-index: 2;}
.iframe1 .item{ margin: 0; width: calc((100%)/4); text-align: center; color: #fff; position: relative;}
.iframe1 .item:not(:last-child):after{ content: ""; position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 0.58rem; background: #9fa4ac;}
.iframe1 .item i{ font-size: 0.65rem;}
.iframe1 .item .z1{ font-size: 0.4rem; line-height: 1; margin-top: 0.15rem; display: flex; align-items: flex-start; justify-content: center;}
.iframe1 .item .z1 em{ font-style: normal; font-size: 0.24rem; margin-left: 0.1rem;}
.iframe1 .item .p1{ font-size: 16px; margin-top: 0.15rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe1 .item{  width: calc((100%)/2); padding: 0.2rem;}
}


.iframe2{ padding: 0 0 0.95rem; background-repeat: no-repeat; background-size: cover; background-position: left bottom;}
.iframe2 .sort{ padding: 0.55rem 0;}
.iframe2 .sort .item{ margin: 0; width: calc((100%)/5); text-align: center; cursor: pointer;}
.iframe2 .sort .item .img{ box-sizing: border-box; border-width: 0px; border-style: solid; border-color: transparent; position: relative; width: 0.91rem; height: 0.86rem; transition: all 0.35s;}
.iframe2 .sort .item .img img{ width: 100%; height: auto;}
.iframe2 .sort .item .img:after{ content: ""; background: linear-gradient(to bottom, var(--bout-color) 0%, var(--bout-color) 20%, transparent 20%, transparent 30%, var(--bout-color) 30%, var(--bout-color) 50%,transparent 50%, transparent 60%, var(--bout-color) 60%, var(--bout-color) 100%); position: absolute; right: -5px; top: 50%; transform: translateY(-50%); width: 0px; height: 0; opacity: 0; transition: all 0.35s;}
.iframe2 .sort .item .txt{ margin-top: 0.2rem;}
.iframe2 .sort .item .txt .z1{ font-size: 16px; color: #666;}
.iframe2 .sort .item.active .img{ border-color: var(--bout-color); border-right-color: transparent; border-width: 5px;}
.iframe2 .sort .item.active .img:after{ opacity: 1; width: 5px; height: calc(100% + 8px);}
.iframe2 .list{ text-align: center;}
.iframe2 .list .item{ align-items: center;}
.iframe2 .list .item .img{ margin: 0; width: 43.56%; overflow: hidden; border-radius: 5px;}
.iframe2 .list .item .txt{ margin: 0; width: calc(100% - 43.56% - 0.75rem); text-align: left;}
.iframe2 .list .item .txt .z1{ font-size: 0.3rem; position: relative; z-index: 1; line-height: 1; color: #333;}
.iframe2 .list .item .txt .z1:after{ content: ""; position: absolute; left: 0; bottom: 0; z-index: -1; width: 2rem; height: 0.11rem; background: var(--main-color);}
.iframe2 .list .item .txt .z2{ font-size: 0.24rem; line-height: 1.24; margin: 0.25rem 0; color: #333;}
.iframe2 .list .item .txt .p1{}
.iframe2 .list .item .txt .p1 p{ position: relative; font-size: 16px; color: #666; line-height: 1.875; padding-left: 15px; margin-bottom: 0.25rem;}
.iframe2 .list .item .txt .p1 p:before{ content: ""; position: absolute; left: 0; top: 0.12rem; width: 6px; height: 6px; background: var(--main-color); border-radius: 50%;}
.iframe2 .list .item .txt .more{ display: inline-flex; align-items: center; color: #fff; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.iframe2 .list .item .txt .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.iframe2 .list .item .txt .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.iframe2 .list .item .txt .more b{ padding: 0 0.15rem; font-size: 16px;}
.iframe2 .list .item .txt .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.iframe2 .list .swiper-pt{ display: inline-flex; z-index: 1; width: auto; background: #e5e5e5; border-radius: 8px; overflow: hidden; margin-top: 0.45rem;}
.iframe2 .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.iframe2 .list .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
@media (min-width:1082px){
    .iframe2 .list .item .txt .more:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe2 .sort{ height: 200px; overflow-y: auto; display: none;}
    .iframe2 .sort .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.3rem;}
    .iframe2 .sort .item .txt .z1{ font-size: 14px;}
    .iframe2 .sort .item:nth-child(2n){ margin-right: 0;}
    .iframe2 .list{ margin-top: 0.6rem;}
    .iframe2 .list .item .img{ width: 100%;}
    .iframe2 .list .item .txt{ width: 100%; margin-top: 0.5rem;}
    .iframe2 .list .item .txt .p1 p{ font-size: 14px;}
    .iframe2 .list .item .txt .more b{ font-size: 12px;}
}


.iframe3{ padding: 1.2rem 0 1.15rem; overflow: hidden; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; position: relative; background-position: center center;}
.iframe3:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.65); z-index: 1;}
.iframe3 .container{ position: relative; z-index: 2; align-items: center;}
.iframe3 .lt{ margin: 0; width: 35%;}
.iframe3 .lt .z1{ font-size: 0.28rem; color: #fff;}
.iframe3 .lt .p1{ font-size: 0.16rem; line-height: 1.5; color: #fff; margin-top: 0.2rem;}
.iframe3 .lt .more{ display: inline-flex; align-items: center; color: #fff; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden; margin-top: 0.45rem;}
.iframe3 .lt .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.iframe3 .lt .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.iframe3 .lt .more b{ padding: 0 0.2rem; font-size: 16px; line-height: 1;}
.iframe3 .lt .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.iframe3 .fr{ margin: 0; width: calc(100% - 35% - 0.8rem); position: relative;}
.iframe3 .fr .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.iframe3 .fr .item{ margin: 0; display: block;}
.iframe3 .fr .item .img{ padding: 0.2rem 0.15rem; background-repeat: no-repeat; background-size: 100% 100%;}
.iframe3 .fr .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none; width: 0.3rem; height: 0.3rem; border-radius: 50%; display: none; align-items: center; justify-content: center; color: #fff; background: var(--main-color);}
.iframe3 .fr .btn i{ font-size: 0.24rem; }
.iframe3 .fr .btn-prev{ left: 0;}
.iframe3 .fr .btn-prev i{ transform: rotate(180deg)}
.iframe3 .fr .btn-next{ right: 0;}

@media (min-width:1082px){
    .iframe3 .lt .more:hover:after{ width: 100%; left: 0; right: inherit;}
    .iframe3 .fr .btn-prev{ left: -0.4rem; }
    .iframe3 .fr .btn-next{ right: -0.4rem;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe3 .lt{ width: 100%;}
    .iframe3 .lt .more b{ font-size: 12px;}
    .iframe3 .fr{ width: 100%; margin-top: 0.5rem;}
}

.iframebg{ background-size: 100% auto; background-repeat: no-repeat; position: relative; background-position: center bottom; overflow: hidden;}

.iframe4{ padding: 0.8rem 0; overflow: hidden;}
.iframe4 .tit{ align-items: center;}
.iframe4 .tit .z1{ margin: 0; font-size: 0.36rem;}
.iframe4 .tit .p1{ font-size: 16px; line-height: 1.5; color: #666;}
.iframe4 .tit .more{ margin: 0; display: inline-flex; align-items: center; color: #fff; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.iframe4 .tit .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.iframe4 .tit .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.iframe4 .tit .more b{ padding: 0 0.2rem; font-size: 16px; line-height: 1;}
.iframe4 .tit .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.iframe4 .list{ text-align: center;}
.iframe4 .list .item{ position: relative; z-index: 1; display: block; overflow: hidden; border-radius: 5px; text-align: left;}
.iframe4 .list .item .img{ overflow: hidden;}
.iframe4 .list .item:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(to top,#000,transparent); height: 30%; z-index: 1;}
.iframe4 .list .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; z-index: 2; padding: 0.2rem; box-sizing: border-box; font-size: 16px;}
.iframe4 .list .item .txt .z1{ color: #fff;}
.iframe4 .list .item .txt .z2{ color: #fff; margin-top: 0.1rem;}
.iframe4 .list .item .txt .z2 i{ margin-right: 0.1rem; color: var(--main-color);}
.iframe4 .list .itembox{ margin-top: 0.5rem;}
.iframe4 .list .itembox .item .img{ height: 4rem; position: relative; }
.iframe4 .list .itembox .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
.iframe4 .list .btn{ position: absolute; top: 48%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none; width: 0.3rem; height: 0.3rem; border-radius: 50%; display: none; align-items: center; justify-content: center; color: #fff; background: var(--main-color);}
.iframe4 .list .btn i{ font-size: 0.24rem; }
.iframe4 .list .btn-prev{ left: 0;}
.iframe4 .list .btn-prev i{ transform: rotate(180deg)}
.iframe4 .list .btn-next{ right: 0;}
.iframe4 .list .swiper-pt{ display: inline-flex; z-index: 1; width: auto; background: #e5e5e5; border-radius: 8px; overflow: hidden; margin-top: 0.45rem;}
.iframe4 .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.iframe4 .list .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
@media (min-width:1082px){
    .iframe4 .tit .more:hover:after{ width: 100%; left: 0; right: inherit;}
    .iframe4 .list .swiper{ height: 6.2rem; margin-top: 0.45rem;}
    .iframe4 .list .item:hover .img img{ transform: scale(1.1);}
    .iframe4 .list .itembox .item:hover .img img{ transform: translate(-50%,-50%) scale(1.1);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe4 .list .swiper{ margin-top: 0.3rem;}
    .iframe4 .tit .more{ margin-top: 0.3rem;}
    .iframe4 .tit .more b{ font-size: 12px;}
}

.iframe5{ overflow: hidden; padding: 0 0 0.35rem;}
.iframe5 .tit{ margin-bottom: 0.4rem;}
.iframe5 .tit .z1{ text-align: center; font-size: 0.36rem;}
.iframe5 .list .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.iframe5 .list .swiper-pt{ display: flex; align-items: center; justify-content: center; overflow: hidden; margin-top: 0.45rem;}
.iframe5 .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: #e2e2e2; opacity: 1; border-radius: 50%; margin: 0 5px; outline: none;}
.iframe5 .list .swiper-pt .swiper-pagination-bullet-active{ background: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}


.iframe6{ overflow: hidden; padding: 0.9rem 0 1.05rem; background-repeat: no-repeat; position: relative; background-position: center center; background-size: cover;}
.iframe6:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.3; z-index: 1;}
.iframe6 .tit{ align-items: center; position: relative; z-index: 2; color: #fff;}
.iframe6 .tit .z1{ margin: 0; font-size: 0.36rem;}
.iframe6 .tit .p1{ font-size: 16px; line-height: 1.5;}
.iframe6 .tit .more{ margin: 0; display: inline-flex; align-items: center; color: #fff; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.iframe6 .tit .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.iframe6 .tit .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.iframe6 .tit .more b{ padding: 0 0.2rem; font-size: 16px; line-height: 1;}
.iframe6 .tit .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.iframe6 .list{ position: relative; z-index: 2; margin-top: 0.6rem; text-align: center;}
.iframe6 .list .item{ display: block; overflow: hidden; background: #fff; border-radius: 5px; border-bottom: 5px solid var(--main-color); text-align: left;}
.iframe6 .list .item .img{ overflow: hidden;}
.iframe6 .list .item .img img{ width: 100%; height: auto;}
.iframe6 .list .item .txt{ padding: 0.2rem;}
.iframe6 .list .item .txt .z1{ font-size: 18px; line-height: 1.66;}
.iframe6 .list .item .txt .p1{ font-size: 16px; line-height: 1.5; color: #666; margin: 0.15rem 0;}
.iframe6 .list .item .txt .time{ display: flex; justify-content: space-between; align-items: center;}
.iframe6 .list .item .txt .time time{ font-size: 16px; display: inline-flex; align-items: center; color: #666;}
.iframe6 .list .item .txt .time time i{ color: var(--main-color); margin-right: 0.1rem;}
.iframe6 .list .swiper-pt{ display: inline-flex; z-index: 1; width: auto; background: none; border-radius: 8px; overflow: hidden; margin-top: 0.45rem; box-sizing: border-box; border: 1px solid #fff;}
.iframe6 .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.iframe6 .list .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
@media (min-width:1082px){
    .iframe6 .tit .more:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe6 .tit .more{ margin-top: 0.3rem;}
    .iframe6 .tit .more b{ font-size: 12px;}
    .iframe6 .list .item .txt .z1{ font-size: 14px;}
    .iframe6 .list .item .txt .p1{ font-size: 12px;}
    .iframe6 .list .item .txt .time time{ font-size: 12px;}
}

/**********首页样式**********/


/**********底部样式**********/
.footer{  background-color: #222222; background-repeat: no-repeat; background-size: cover; background-position: center bottom; overflow: hidden; }


.footer footer{ position: relative; z-index: 2;  padding:0.7rem 0 0; background-repeat: no-repeat; background-size: 13.74rem auto; background-position: right bottom;}
.footer footer .container{ display: flex; justify-content: space-between; }
.footer footer .footnav{}
.footer footer .footnav .lt{ margin: 0; width: 1.4rem; margin-right: 1rem}
.footer footer .footnav .nf{ margin: 0; flex: 1;}
.footer footer .footnav .fr{ margin: 0; width: 3.6rem; margin-left: 0.6rem;}
.footer footer .footnav .foot{ margin: 0;}
.footer footer .footnav .foot .z1{ font-size: 24px; color: #fff; margin-bottom: 0.3rem;}
.footer footer .footnav .foot ul{}
.footer footer .footnav .foot ul li{ display: block; font-size: 15px; margin-bottom: 0.15rem;}
.footer footer .footnav .foot ul li a{ display: block; color: #aaa;}
.footer footer .footnav .foot ul li:hover a{ color: var(--bout-color);}
.footer footer .footnav .nf .list{ display: flex; justify-content: space-between;}
.footer footer .footnav .nf .list .foot{ width: 50%;}
.footer footer .footnav .nf .subscribeBox{ display: flex; justify-content: space-between; box-sizing: border-box; padding: 4px; border: 1px solid #a1a1a1; border-radius: 0.26rem; margin-top: 1.4rem;}
.footer footer .footnav .nf .subscribeBox input{ flex: 1; box-sizing: border-box; padding: 0 0.35rem; background: none; border: 0; font-size: 0.2rem; color: #fff;}
.footer footer .footnav .nf .subscribeBox input::placeholder{ color: #fff;}
.footer footer .footnav .nf .subscribeBox button{ padding: 0.12rem; border-radius: 0.26rem; border: 0; display: inline-flex; align-items: center; justify-content: center; box-sizing: border-box; cursor: pointer; outline: none; position: relative; z-index: 1; overflow: hidden;}
.footer footer .footnav .nf .subscribeBox button b{ margin:0 0.12rem; font-size: 0.18rem; line-height: 1; color: #fff;}
.footer footer .footnav .nf .subscribeBox button span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.footer footer .footnav .nf .subscribeBox button:before{ content: ""; background: var(--main-color); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -2;}
.footer footer .footnav .nf .subscribeBox button:after{ content: ""; background: var(--bout-color); position: absolute; right: 0; top: 0; width: 0; height: 100%; z-index: -1; transition: all 0.35s;}
.footer footer .footnav .nf .p1{ font-size: 16px; color: #aaa;text-align: center; margin-top: 0.2rem;}
.footer footer .footnav .fr .info{}
.footer footer .footnav .fr .info .item{ margin-bottom: 0.2rem;}
.footer footer .footnav .fr .info .item .tag{ margin: 0; width: 0.3rem; height: 0.3rem; box-sizing: border-box; border: 1px solid #aaa; border-radius: 50%; color: #aaa; display: flex; align-items: center; justify-content: center;}
.footer footer .footnav .fr .info .item .txt{ font-size: 15px; line-height: 24px; color: #aaa; margin-top: 0.1rem;}
.footer footer .footnav .fr .info .item .txt a{ color: #aaa;}
.footer footer .footnav .fr .info .item .txt a:hover{ color: var(--bout-color);}
.footer footer .footmenu{ margin-top: 1.25rem; margin-bottom: 0.25rem;}
.footer footer .footmenu .container{ align-items: center;}
.footer footer .footmenu .lt{ margin: 0;}
.footer footer .footmenu .fr{ margin: 0;}
.footer footer .footmenu .fr .search{ width: 1.35rem;}
.footer footer .footmenu .fr .search form{ border-color: #aaa;}
.footer footer .footmenu .fr .search input{ height: 34px;}
.footer footer .footmenu .fr .search button{ color: #fff;}
.footer footer .footmenu .fr .share{ display: inline-flex; align-items: center;}
.footer footer .footmenu .fr .share .z1{ font-size: 15px; color: #aaa; margin: 0 0 0 0.15rem;}
.footer footer .footmenu .fr .share .list{ display: inline-flex; align-items: center;}
.footer footer .footmenu .fr .share .list a{ display: inline-flex; width: 0.34rem; height: 0.34rem; background: #2b2b2b; border-radius: 50%; align-items: center; justify-content: center; color: #fff; position: relative; margin-left: 0.15rem}
.footer footer .footmenu .fr .share .list a span{ position: absolute; right: 0; bottom: 110%; width: 2rem; display: none;}
.footer footer .footmenu .fr .share .list a:hover{ background: var(--main-color);}
.footer footer .footmenu .fr .share .list a:hover span{ display: block;}
@media (min-width:1082px){
    .footer footer .footnav .nf .subscribeBox button:hover:after{ right: inherit; left: 0; width: 100%;}
}
@media (min-width:1px) and  (max-width:1081px){
	.footer footer{ display: none;}
}


/*region 语种工具*/
.footer_language{overflow: hidden; background: #eaeaea; }
.footer_language>.container>ul{display: flex; align-items: center; border-bottom: 1px dotted #c2c2c2; border-top: 1px dotted #c2c2c2; padding: 0.35rem 0;}
.footer_language>.container>ul>li{ margin: 0; display: inline-block; margin-right: 0.15rem;}
.footer_language>.container>ul>li>a{font-size:14px; line-height:2em; color: #777; display: flex; align-items: center;}
.footer_language>.container>ul>li>a>img{ margin-right: 3px; width: 23px; height: 23px; border-radius: 50%; object-fit: cover;}
.footer_language>.container>ul>li>a>span{font-size:14px; line-height:2em; display: inline-block; margin-left: 0.1rem;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}

@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

.copyright{ overflow: hidden; }
.copyright .footdiv{ font-size: 14px; line-height: 1.5; color: #6e6e6e;}
.copyright .footdiv a{ color: #6e6e6e;}
.copyright .share{ display: inline-flex; align-items: center; flex-wrap: wrap;}
.copyright .share a{ display:flex; align-items: center; justify-content: center; width: 0.6rem; height: 0.6rem; border: 1px solid var(--main-color); color: #fff; border-radius: 5px; margin-right: 0.15rem;}
.copyright .share a i{ font-size: 0.3rem;}
@media (min-width:1082px){
	.copyright .container{ display: flex; justify-content: space-between; padding: 0.2rem 0; border-top: 1px solid #535353; align-items: center;}
	.copyright .footdiv{ margin: 0; width: calc((100%)/2);}
	.copyright .footdiv:nth-child(2){ text-align: right;}
}
@media (min-width:1px) and  (max-width:1081px){
	.copyright{ margin-top: 0; margin-bottom: 52px; padding: 0.2rem 0;}
	.copyright .container{ padding: 0; border: 0; display: block;}
    .copyright .footdiv{ font-size: 12px;}
}
/**********底部样式**********/


/**********内页大图**********/
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%; height: auto;}
.nbframe:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: 0.24; background: #000;}
.nbframe .n_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);  z-index: 3; }
.nbframe .n_txt .z1{ margin: 0; font-size: 0.4rem; color: #fff; text-transform: uppercase; width: 100%; text-align: center;}
.nbframe .n_txt .location{ width: 100%; margin-top: 0.25rem;}
.nbframe .n_txt .location .txt{ justify-content: center;}
.nbframe .n_txt .location .txt [class*="icon-"]{ color: #fff;}
.nbframe .n_txt .location .txt a{ color: #fff!important;}
.nbframe .n_txt .location .txt span{ color: #fff;}
@media (min-width:1082px){
    .nbframe{ margin-top: 128px;}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 55px;}
    .nbframe .n_txt{ width: 100%; margin: 0; padding: 0 15px;}
    .nbframe .n_txt .z1{ font-size: 0.24rem;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ overflow: hidden; box-sizing: border-box; background-size: cover; background-repeat: no-repeat;}
.location .container{ position: relative; padding: 0.15rem 0; border-top: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5;}
.location .txt{ position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; font-size: 16px; text-transform: capitalize;}
.location .txt .icon-home{ font-size: 20px; margin-right: 0.1rem; color: var(--main-color);}
.location .txt .icon-here{ margin: 0 0.13rem; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; }
.location .txt a{ color: #666;}
.location .txt span{ color:var(--main-color);}
.location .txt a:hover{ color: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .location .txt{ font-size: 14px;}
}

.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{ }



/**********关于我们**********/
.aframe{ padding: 0.75rem 0 0.85rem; overflow: hidden;}
.aframe .container{ }
.aframe .lt{ margin: 0; width: 55%;}
.aframe .lt .z1{ font-size: 0.36rem; margin-bottom: 0.35rem; position: relative; line-height: 1; z-index: 1;}
.aframe .lt .z1:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 3.74rem; height: 8px; background: var(--main-color); opacity: 0.36; z-index: -1;}
.aframe .lt .context{ height: 3rem; line-height: 1.875; font-size: 16px; color: #666; padding-right: 0.35rem; overflow-y: auto;}
.aframe .lt .context::-webkit-scrollbar { width: 8px; height: 8px;}/* 滚动条的宽度 */
.aframe .lt .context::-webkit-scrollbar-track { background: #f0f0f0;}/* 滚动条轨道 */
.aframe .lt .context::-webkit-scrollbar-thumb { background: var(--main-color); border-radius: 0;}/* 滚动条滑块 */
.aframe .lt .context::-webkit-scrollbar-thumb:hover { background: var(--bout-color);}/* 滑块悬停 */
.aframe .lt .context{scrollbar-width: thin; /* 'auto' | 'thin' | 'none' */scrollbar-color: var(--main-color) #f0f0f0; /* 滑块颜色 轨道颜色 */}/* 设置滚动条的宽度和颜色 */
.aframe .lt .list{ margin-top: 0.5rem;}
.aframe .lt .list .item{ margin: 0; display: inline-block; text-align: center;}
.aframe .lt .list .item i{ font-size: 0.4rem; color: var(--main-color);}
.aframe .lt .list .item .zz1{ font-size: 0.26rem; color: var(--main-color); margin: 0.1rem 0;}
.aframe .lt .list .item .zz1 em{ font-style: normal;}
.aframe .lt .list .item .p1{ font-size: 16px; color: #666;}
.aframe .fr{ margin: 0; width: calc(100% - 55% - 0.7rem); border-radius: 0.3rem; overflow: hidden; position: relative;}
.aframe .fr  a{ display: flex; align-items: center; justify-content: center; width: 0.7rem; height: 0.7rem; border-radius: 50%; box-sizing: border-box; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.35s; z-index: 1;}
.aframe .fr  a i{ font-size: 0.5rem; position: relative; z-index: 1; transition: all 0.35s;}
.aframe .fr  a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; animation: ripple 3s infinite linear; transition: .45s ease box-shadow;}
.aframe .fr  a:after{ content: ""; position: absolute; left: 0; top: 0;  width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; animation: ripple 3s infinite 1.5s linear; transition: .45s ease box-shadow;}
@media (min-width:1082px){
    .aframe .fr  a:hover{ border-color: var(--main-color); color: var(--main-color);}
    .aframe .fr  a:hover:before{ border-color: var(--main-color);}
    .aframe .fr  a:hover:after{ border-color: var(--main-color);}
    .aframe .fr  a:hover i:after{ border-color: var(--main-color);}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe .lt{ width: 100%;}
    .aframe .lt .context{ height: 300px;}
    .aframe .lt .list .item{ width: calc((100%)/2); margin: 0.15rem 0}
    .aframe .fr{ width: 100%; margin-top: 0.5rem;}
}

.abtit{ text-align: center;}
.abtit .z1{ font-size: 0.36rem; margin-bottom: 0.25rem;}
.abtit .z1 span{ position: relative; z-index: 1; line-height: 1;}
.abtit .z1 span:after{ content: ""; position: absolute; left: 0; bottom: 0.1rem; width: 100%; height: 8px; background: var(--main-color); opacity: 0.36; z-index: -1;}
.abtit .p1{ font-size: 16px; line-height: 1.5; color: #666;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .abtit .z1{ font-size: 24px;}
    .abtit .p1{ font-size: 14px;}
}


.aframe1{ padding: 0.75rem 0 0.85rem; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.aframe1 .list{ margin-top: 0.5rem;}
.aframe1 .list .item{ margin: 0; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; position: relative; cursor: pointer; overflow: hidden;}
.aframe1 .list .item .img{ overflow: hidden;}
.aframe1 .list .item .img img{ width: 100%; height: auto;}
.aframe1 .list .item .txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; box-sizing: border-box; padding: 0.75rem 0.25rem 0 0.25rem; text-align: center; color: #fff; transform: translateY(200%); transition: all 1s;}
.aframe1 .list .item .txt .z1{ font-size: 0.24rem; margin-bottom: 0.2rem;}
.aframe1 .list .item .txt .p1{ font-size: 15px; line-height: 1.6;}
.aframe1 .list .item .txt:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); opacity: 0.85; z-index: -1;}
@media (min-width:1082px){
    .aframe1 .list .item:nth-child(4){ margin-right: 0;}
    .aframe1 .list .item:hover .txt{ transform: translateY(0)}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe1 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.2rem;}
    .aframe1 .list .item .txt{ transform: translateY(0);}
}

.aframe2{ padding:0.75rem 0 0.9rem; background: #f5f5f5;}
.aframe2 .list{ margin-top: 0.5rem; text-align: center; position: relative;}
.aframe2 .list .dian{ position: absolute; z-index: 1; width: 15px; height: 15px; background: var(--main-color); border-radius: 50%;}
.aframe2 .list .dian:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(1,141,138,0.34);  border-radius: 50%; animation: ripple 3s infinite linear; transition: .45s ease box-shadow; z-index: -1;}
.aframe2 .list .dian:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(1,141,138,0.34);  border-radius: 50%; animation: ripple 3s infinite 1.5s linear; transition: .45s ease box-shadow; z-index: -2;}
.aframe2 .list .dian span{ background: var(--main-color); color: #fff; padding: 0.15rem 0; border-radius: 0.1rem; display: inline-flex; font-size: 18px; position: absolute; box-sizing: border-box; width: 1.75rem;align-items: center; justify-content: center;}
.aframe2 .list .dian span i{ font-size: 20px; margin-right: 5px;}
.aframe2 .list .dian span:before{ content: ""; position: absolute; right: 0.2rem; bottom: -0.1rem; width: 0; height: 0; border-width: 0.2rem; border-style: solid; border-color: var(--main-color); display: inline-block; border-left-color: transparent; border-top-color: transparent; border-right-color: transparent; border-right-width: 0.4rem; transform: rotate(25deg); z-index: -1;}
.aframe2 .list .dian:nth-child(2){ left: 16.2%; top: 36.7%;}
.aframe2 .list .dian:nth-child(2) span{ left: -1.65rem; top: -0.73rem; width: 1.45rem;}
.aframe2 .list .dian:nth-child(2) span:before{  right: -0.3rem; bottom: -0.05rem;}
.aframe2 .list .dian:nth-child(3){ left: 32%; bottom: 25.7%;}
.aframe2 .list .dian:nth-child(3) span{ left: -1.4rem; top: -1.03rem;}
.aframe2 .list .dian:nth-child(3) span:before{  right: 0.3rem; bottom: 0}
.aframe2 .list .dian:nth-child(4){ left: 45%; top: 30%;}
.aframe2 .list .dian:nth-child(4) span{ left: -1.55rem; top: -0.73rem; width: 1.4rem;}
.aframe2 .list .dian:nth-child(4) span:before{  right: -0.3rem; bottom: -0.05rem;}
.aframe2 .list .dian:nth-child(5){ right: 50%; top: 60%;}
.aframe2 .list .dian:nth-child(5) span{ right: 0.2rem; bottom: -0.73rem; width: 1.4rem}
.aframe2 .list .dian:nth-child(5) span:before{  right: -0.05rem; top: -0.1rem; transform: rotate(-75deg);}
.aframe2 .list .dian:nth-child(6){ right: 25%; top: 18%;}
.aframe2 .list .dian:nth-child(6) span{ right: -1rem; top: -0.93rem;}
.aframe2 .list .dian:nth-child(6) span:before{ border-right-width: 0.2rem; border-left-width: 0.3rem; transform:rotate(-35deg); right: 0.7rem;}
.aframe2 .list .dian:nth-child(7){ right: 22%; top: 42%;}
.aframe2 .list .dian:nth-child(7) span{ right: -1rem; top: -0.83rem; width: 1.4rem;}
.aframe2 .list .dian:nth-child(7) span:before{ border-right-width: 0.2rem; border-left-width: 0.3rem; transform:rotate(-35deg); right: 0.7rem;}
.aframe2 .list .dian:nth-child(8){ right: 28%; bottom: 36%; width: 10px; height: 10px;}
.aframe2 .list .dian:nth-child(8) span{ right:0.3rem; top: -0.73rem;}
.aframe2 .list .dian:nth-child(8) span:before{  right: -0.3rem; bottom: -0.05rem;}
.aframe2 .list .dian:nth-child(9){ left: 27%; top: 50.5%; width: 10px; height: 10px;}
.aframe2 .list .dian:nth-child(10){ left: 34.5%; top: 5%; }
.aframe2 .list .dian:nth-child(11){ left: 55%; top: 23%; width: 10px; height: 10px;}
.aframe2 .list .dian:nth-child(12){ left: 59%; top: 45%;}
.aframe2 .list .dian:nth-child(13){ right: 19%; bottom: 20%;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe2{ display: none;}
}

.aframe3{ padding: 0.75rem 0 0; overflow: hidden;}
.aframe3 .list{ margin-top: 0.5rem; margin-bottom: 0.7rem;}
.aframe3 .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.aframe3 .list .item{ margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.25rem; position: relative; cursor: pointer; overflow: hidden; border-radius: 0.1rem;}
.aframe3 .list .item .img{ overflow: hidden; border-radius: 5px;}
.aframe3 .list .item:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); width: 100%; height: 100%;  background: var(--main-color); opacity: 0.8; transition: all 0.35s;}
.aframe3 .list .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); text-align: center; transition: all 0.35s;}
.aframe3 .list .item .txt .z1{ font-size: 18px; color: #fff; display: inline-block; margin-bottom: 0.2rem;}
.aframe3 .list .item .txt .p1{ font-size: 15px; line-height: 1.5;}

.aframe3 .itembox{ overflow: hidden;}
.aframe3 .itembox .item{ margin: 0; display: block;}
@media (min-width:1082px){
    .aframe3 .list .item:nth-child(3n){ margin-right: 0;}
    .aframe3 .list .item:hover:before{ transform: translate(-50%,-50%) scale(1);}
    .aframe3 .list .item:hover .txt{ transform: translate(-50%,-50%) scale(1);}
    .aframe3 .list .item:hover .txt .more span:before{ top: 0; transform: rotate(0deg); opacity: 0;}
    .aframe3 .list .item:hover .txt .more span:after{ bottom: 0; transform: rotate(0deg); opacity: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe3 .list .item{ width: calc((100% - 0.25rem)/2); }
    .aframe3 .list .item:nth-child(2n){ margin-right: 0;}
    .aframe3 .itembox .item{ margin: 0; width: calc((100%)/2); }
}

.aframe4{ padding: 0.75rem 0 0.85rem;}
.aframe4 .list{ margin-top: 0.5rem; }
.aframe4 .list .swiper-wrapper{ align-items: stretch;}
.aframe4 .list .item{ display: block; background: var(--main-color); height: 100%; overflow: hidden; border-radius: 0.1rem;}
.aframe4 .list .item .img{ overflow: hidden;}
.aframe4 .list .item .img img{ width: 100%; height: auto;}
.aframe4 .list .item .txt{ padding: 0.2rem; color: #fff; box-sizing: border-box; height: 3.02rem; position: relative; transition: all 0.35s;}
.aframe4 .list .item .txt .z1{ font-size: 18px; margin-bottom: 0.15rem;}
.aframe4 .list .item .txt .p1{ font-size: 14px; line-height: 1.6;}
.aframe4 .list .item .txt span{ font-size: 0.5rem; -webkit-text-stroke: 1px #fff; color: transparent; text-align: right; display: block; position: absolute; bottom: 0.2rem; right: 0.2rem;}
.aframe4 .list .swiper-pt{ display: flex; align-items: center; justify-content: center; overflow: hidden; margin-top: 0.45rem;}
.aframe4 .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: #e2e2e2; opacity: 1; border-radius: 50%; margin: 0 5px; outline: none; display: inline-block!important;}
.aframe4 .list .swiper-pt .swiper-pagination-bullet-active{ background: var(--main-color);}
@media (min-width:1082px){
    .aframe4 .list .item:hover .txt{ transform: translateY(-5px);}
}
@media (min-width:1px) and  (max-width:1081px){
}

.advantagessorf{ border-bottom: 1px solid #d1d1d1;}
.advantagessorf .container{ justify-content: space-between;}
.advantagessorf .item{ margin: 0; display: inline-block; font-size: 18px; padding: 0.25rem 0.5rem; cursor: pointer; border-bottom-color: transparent; border-bottom-style: solid; border-bottom-width: 4px;}
.advantagessorf .item.active{ font-weight: bold; border-color: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .advantagessorf .item{ width: 100%; padding: 0.15rem 0.2rem; font-size: 14px;}
}

.advantages{ padding: 0.8rem 0 0.9rem;}
.advantages .item{ align-items: center;}
.advantages .item .img{ margin: 0; width: 52.27%;}
.advantages .item .txt{ margin: 0; width: calc(100% - 52.27% - 0.8rem);}
.advantages .item .txt .z1{ font-size: 0.36rem; line-height: 0.48rem; position: relative; z-index: 1;}
.advantages .item .txt .z1:before{ position: absolute; left: 0; top: 0.1rem; z-index: -1; content: attr(data-name); text-decoration: line-through; text-decoration-color: #a3d6d5; /* 下划线颜色 */  text-decoration-style: solid; /* 下划线样式 */ text-decoration-thickness: 8px; /* 下划线粗细 */ color: transparent;}
.advantages .item .txt .p1{ margin-top: 0.1rem; font-size: 16px; line-height: 1.875; color: #666;}
.advantages .item .txt a{ display: inline-flex; align-items: center; justify-content: center; line-height: 1; font-size: 16px; color: var(--main-color); padding: 0.1rem 0.2rem; box-sizing: border-box; border-radius: 0.3rem; border: 1px solid var(--main-color); margin-top: 0.4rem;}
.advantages .item .txt a i{ font-size: 20px; margin-right: 5px; animation: icojumpA 1.5s infinite;}
.advantages .item .txt a:hover{ border-color: var(--bout-color); color: var(--bout-color);}
@media (min-width:1082px){
    .advantages .item .txt .z1{ max-width: 80%; margin: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .advantages .item .img{ width: 100%;}
    .advantages .item .txt{ width: 100%; margin-top: 0.4rem;}
}

.certificate{ padding: 0.75rem 0 1rem; overflow: hidden; position: relative; z-index: 1;}
.certificate:before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; z-index: -1; height: 2.85rem; background: #aeaeae;}
.certificate .itembox{ justify-content: center; margin-top: 0.6rem;}
.certificate .itembox .item{ display: inline-block; margin: 0 0.5rem; text-align: center;}
.certificate .itembox .item .z1{ font-size: 16px; margin-bottom: 0.2rem;}
.certificate .itembox .item .z2{ font-size: 0.36rem; color: var(--main-color);}
.certificate .itembox .item .z2 em{ font-style: normal;}
.certificate .list{ margin-top: 0.5rem; position: relative;}
.certificate .list .swiper{}
.certificate .swiper-slide { width:4rem; height:5.33rem; background:#fff; box-shadow:0 8px .3rem #ddd;}
.certificate .item{ display: block;}
.certificate .item .img{ padding: 0.2rem 0.15rem; background-repeat: no-repeat; background-size: 100% 100%;}
.certificate .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none;}
.certificate .btn i{ font-size: 0.5rem; color: var(--main-color);}
.certificate .btn-prev{ left: 0; transform: rotate(180deg)}
.certificate .btn-next{ right: 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}

.history{ padding: 0.75rem 0 0.95rem; }
.history .historytit{ align-items: center;}
.history .historytit .txt{ margin: 0; width: calc(100% - 51.74% - 0.75rem);}
.history .historytit .txt .z1{ font-size: 0.36rem; margin-bottom: 0.35rem; position: relative; z-index: 1; line-height: 1;}
.history .historytit .txt .z1:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 3.74rem; height: 8px; background: var(--main-color); opacity: 0.36; z-index: -1;}
.history .historytit .txt .p1{ font-size: 16px; line-height: 1.875; color: #666;}
.history .historytit .img{ margin: 0; width: 51.74%; overflow: hidden; border-radius: 0.1rem;}
.history .historysubtit{ font-size: 0.48rem; margin: 0.8rem 0 0.6rem; text-align: center;}
.history .list{ position: relative; align-items: stretch;}
.history .list .item{ opacity: 0.4; align-items: center;}
.history .list .item .tag{ margin: 0; width: 33.33%; position: relative;}
.history .list .item .tag svg{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 2.3rem; height: 2.3rem; overflow: visible; transition: all 0.35s;}
.history .list .item .tag svg circle{ stroke-dashoffset:0; fill:none;}
.history .list .item .tag svg .circle-progress-bg{ stroke-width:.2; stroke:#b3b3b3; }
.history .list .item .tag svg .circle-progress-progress{ stroke-width:.3; stroke:var(--main-color); transition: all .3s ease 0s;}
.history .list .item .tag .itembox{ margin: 0; display: flex; flex-wrap: wrap; justify-content: center; width: 2.3rem; height: 180px; align-items: center;}
.history .list .item .tag .itembox span{ font-size: 0.7rem; width: 100%; line-height: 1; font-weight: bold; color: var(--main-color); text-align: center;}
.history .list .item .tag .itembox span:nth-child(2){ margin: 0.1rem 0; display: flex; align-items: center; justify-content: center;}
.history .list .item .tag .itembox span:nth-child(2):before{ content: ""; display: inline-block; width: 0.2rem; height: 0.1rem; background: var(--main-color);}
.history .list .item .nr{  margin: 0; width: calc(100% - 33.33%); border-top: 1px solid #c7c7c7; padding: 0.42rem 0; align-items: center; flex-direction: row-reverse;}
.history .list .item .nr .txt{ margin: 0; width: calc(100% - 33.33% - 0.5rem);}
.history .list .item .nr .txt .z1{ font-weight: bold; font-size: 18px; margin-bottom: 0.3rem;}
.history .list .item .nr .txt .p1{ font-size: 16px; line-height: 1.5; color: #666;}
.history .list .item .nr .img{ margin: 0; width: 33.33%; overflow: hidden; border-radius: 0.3rem;}
.history .list .item .nr .img img{ width: 100%; height: auto;}
.history .list .item.active{ opacity: 1;}

@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .history .historytit .txt{ width: 100%; }
    .history .historytit .img{ width: 100%; margin-top: 0.3rem;}
    .history .list .item .tag{ display: none;}
    .history .list .item .nr{ width: 100%;}
    .history .list .item .nr .img{ width: 100%;}
    .history .list .item .nr .txt{ width: 100%; margin-top: 0.3rem;}
}
/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 16px; line-height: 2; padding: 0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.synopsis{ padding: 0.4rem 0 0 0 ;}
.synopsis .maintit{ font-size: 0.40rem; font-family: var(--fontbold); margin-bottom: 0.1rem; text-transform: capitalize; line-height: 1.4;}
.synopsis .context{ font-size: 16px; line-height: 2; 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){
    .summary .context{ font-size: 14px;}
    .synopsis .smalllist .item{ padding: 0.1rem 0.2rem; font-size: 14px; border-radius: 0; margin-bottom: 0.15rem;}
}

.gallerylist{ display: flex; flex-wrap: wrap; padding: 0.6rem 0 0.4rem 0;}
.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: 1px 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;}

@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;}
}

.gallerylist1{ display: flex; flex-wrap: wrap; padding: 0.4rem 0 0.4rem 0;}
.gallerylist1 .item{ margin: 0; display: block; width: calc((100% - 1.2rem)/5); margin-right: 0.3rem; margin-bottom: 0.2rem; box-sizing: border-box; }
.gallerylist1 .item .img{ overflow: hidden; background-repeat: no-repeat; /*pointer-events: none;*/ border: 1px solid #f5f5f5;}
.gallerylist1 .item .img img{ width: 100%; height: auto;}
.gallerylist1 .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist1 .item .txt h3{ font-size: 16px; text-align: center;}

@media (min-width:1082px){
	.gallerylist1 .item:nth-child(5n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist1 .item{ width: calc((100% - 0.3rem)/2);}
	.gallerylist1 .item:nth-child(2n){ margin-right: 0;}
}

/**********图库**********/

/**********左右侧页面**********/

.left_nav{ width: 23.4%; box-sizing: border-box; position: relative; padding: 0.75rem 0;}

.left_nav .lbt{ }
.left_nav .lbt .z1{ font-size: 0.24rem; line-height:1; margin-bottom: 0.12rem;}
.left_nav .lbt>ul{}
.left_nav .lbt>ul>li{ font-size: 0.18rem; position: relative; z-index: 1;}
.left_nav .lbt>ul>li>a{ padding: 0.25rem 0.2rem 0.25rem 0; display: block; line-height: 1.5; position: relative; color: #000; border-bottom: 1px solid #e0e0e0;}
.left_nav .lbt>ul>li>a>span{ position: absolute; right: 0.1rem; top: 50%; transform: translateY(-50%); z-index: 1;}
.left_nav .lbt>ul>li>a>span:before{ content: ""; width: 12px; height: 2px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.left_nav .lbt>ul>li>a>span:after{ content: ""; width: 2px; height: 12px; background: #000; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.left_nav .lbt>ul>li:hover>a:after,.left_nav .lbt>ul>li.active>a:after{ transform: translateY(-50%) rotate(0deg);}
.left_nav .lbt>ul>li:hover>a>span:after,.left_nav .lbt>ul>li.active>a>span:after{ display: none;}
.left_nav .lbt>ul>li.active>ul{ display: block;}

.left_nav .lbt>ul>li>ul{ display: none; box-sizing: border-box; padding-left: 0.12rem; margin-top: 0.2rem; border-bottom: 1px solid #e0e0e0;}
.left_nav .lbt>ul>li>ul>li{ font-size: 0.16rem; margin-bottom: 0.2rem;}
.left_nav .lbt>ul>li>ul>li>a{ display: block; position: relative; color: #666; padding-left: 0.24rem;}
.left_nav .lbt>ul>li>ul>li>a:before{ content: ""; width: 0.12rem; height: 0.12rem; box-sizing: border-box; border-color: #b5b5b5; border-width: 1px; border-style: solid; display: inline-block; position: absolute; left: 0; top: 3px;;}
.left_nav .lbt>ul>li>ul>li:last-child{ margin-bottom: 0.3rem;}
.left_nav .lbt>ul>li>ul>li:last-child>a{ border-bottom: 0;}
.left_nav .lbt>ul>li>ul>li.active>a:before,.left_nav .lbt>ul>li>ul>li:hover>a:before{ background: var(--main-color);}
.left_nav .lbt>ul>li>ul>li.active>ul{ display: block;}

.left_nav .lbt>ul>li>ul>li>ul{ display: none; box-sizing: border-box; margin: 0.2rem 0 0 0 ;}
.left_nav .lbt>ul>li>ul>li>ul>li{ font-size: 0.16rem; margin-bottom: 0.1rem; margin-left: 0.1rem;}
.left_nav .lbt>ul>li>ul>li>ul>li>a{ display: block; position: relative; color: #666; padding-left: 0.24rem;}
.left_nav .lbt>ul>li>ul>li>ul>li>a:before{ content: ""; width: 0.12rem; height: 0.12rem; box-sizing: border-box; border-color: #b5b5b5; border-width: 1px; border-style: solid; display: inline-block; position: absolute; left: 0; top: 3px; border-radius: 50%;}
.left_nav .lbt>ul>li>ul>li>ul>li:last-child{ margin-bottom: 0.2rem;}
.left_nav .lbt>ul>li>ul>li>ul>li:last-child>a{ border-bottom: 0;}
.left_nav .lbt>ul>li>ul>li>ul>li.active>a:before,.left_nav .lbt>ul>li>ul>li>ul>li:hover>a:before{ background: var(--main-color);}

.left_nav .left_feedback{ margin-bottom: .45rem; padding: 0.25rem ; background: #fff; border-radius: 0.1rem; box-shadow: 2px 0 0.27rem rgba(0,0,0,0.16); border-top: 5px solid var(--main-color);}
.left_nav .left_feedback .z1{ font-size: 0.28rem; margin-bottom: 0.25rem; text-align: center;}
.left_nav .left_feedback input{ height: 0.48rem; width: 100%; box-sizing: border-box; border: 1px solid #e6e6e6; border-radius: 0.1rem; display: block; margin-bottom: 0.12rem; padding: 0 0.15rem; color: #999;}
.left_nav .left_feedback input::placeholder{ color: #999;}
.left_nav .left_feedback textarea{ height: 1rem; width: 100%; box-sizing: border-box; border: 1px solid #e6e6e6; border-radius: 0.1rem; display: block; margin-bottom: 0.12rem; padding: 0.15rem; color: #999;}
.left_nav .left_feedback textarea::placeholder{ color: #999;}
.left_nav .left_feedback button{ line-height: 1; display: flex; align-items: center; padding: 0.14rem 0.3rem; background: var(--main-color); border-radius: 0.2225rem; color: #fff; border: 0; font-size: 16px; cursor: pointer; outline: none; margin-top: 0.28rem; margin-left: auto; margin-right: 0;}
.left_nav .left_feedback button i{ margin-right: 0.1rem;}

@media (min-width:1082px){
    .left_nav{ position: sticky; top: 0.8rem;}
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; margin: 0.2rem 0}
}

.right_detail{ margin: 0; width: calc(100% - 23.4% - 0.5rem); padding: 0.75rem 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; padding: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/

.summary{ margin-bottom: 0.25rem;}
.summary .z1{ position: relative; font-size: 0.36rem; line-height: 1.33; margin-bottom: 0.25rem;}
.summary .z1:before{ position: absolute; left: 0; top: 0.1rem; z-index: -1; content: attr(data-name); text-decoration: line-through; text-decoration-color: #a3d6d5; /* 下划线颜色 */  text-decoration-style: solid; /* 下划线样式 */ text-decoration-thickness: 8px; /* 下划线粗细 */  color: transparent;}
.summary .p1{ font-size: 16px; line-height: 1.5; color: #666;}
.summary dl{ margin-top: 0.25rem; }
.summary dl dd{ margin: 0; margin-right: 0.5rem; margin-bottom: .2rem;}
.summary dl dd a{ font-size: 0.16rem; font-family: var(--font1);}
.summary dl dd a:before{ content: ""; width: 9px; height: 9px; background: var(--bout-color); display: inline-block; border-radius: 50%; margin-right: 0.1rem;}
@media (min-width:1082px){
    .summary dl dd:hover>a{ color: var(--bout-color);}
}
@media (min-width:1px) and (max-width:1081px){
    .summary .z1{ font-size: 0.3rem;}
}

.searchlist{ overflow: hidden; margin-bottom: 0.3rem;}
.searchlist form{ display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 5px; border: 1px solid var(--main-color);}
.searchlist form>input{ width: calc(100% - 30px); height: 38px; padding: 0 0.1rem; background: none; border:0; transition: linear 0.5s; box-sizing: border-box; color: #666;}
.searchlist form>button{ width: 30px; background: none; border: 0; cursor: pointer; outline: none; color: var(--main-color);}
.searchlist form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.searchlist>form>input::-webkit-input-placeholder{ color: #666;}
.searchlist>form>input::-moz-placeholder{ color: #666;}
.searchlist>form>input::-moz-placeholder{ color: #666;}
.searchlist>form>input::-ms-input-placeholder{ color: #666;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
}


.ProList{}
.ProList .item{ margin: 0; width: calc((100% - 0.9rem)/3); margin-right: 0.35rem; margin-bottom: 0.3rem; box-sizing: border-box; overflow: hidden; }
.ProList .item .img{  overflow: hidden; background: #fafbfd;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ margin-top: 0.1rem;}
.ProList .item .txt .z1{ font-size: 18px; line-height: 1.66; margin-bottom: 0.15rem; height: 3.32em;}
.ProList .item .txt .linkmore a{ font-size: 16px; color: #666;}

@media (min-width:1082px){ 
	.ProList .item:nth-child(3n){ margin-right: 0;}
    .ProList .item:hover .img img{ transform: scale(1.1);}
    .ProList .item:hover .txt .z1{ text-decoration: underline;}
    .ProList .item .txt .linkmore a:hover{ color: var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: calc((100% - 0.35rem)/2);}
    .ProList .item:nth-child(2n){ margin-right: 0;}
    .ProList .item .img{ width: 100%;}
    .ProList .item .txt .z1{ font-size: 14px;}
    .ProList .item .txt .linkmore a{ font-size: 12px; display: block; margin: 5px 0;}
}

.productsdetail{ padding: 0.75rem 0 0.95rem;}

.productsdetail .bigimg{}
.productsdetail .bigimg .lt{ margin: 0; width: calc(45% - 0.3rem); margin-right: 0.3rem;}
.productsdetail .bigimg .lt .gallery-top .swiper-slide{ padding: 0; box-sizing: border-box; border: 2px solid #eef3f7; border-radius: 5px; 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-active img{ border-color: var(--main-color);}
.productsdetail .bigimg .smallImg .btn{ position: absolute; top: 0; bottom: 0; width: 0.3rem; color: var(--main-color); 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 .proimgbox{ position: relative;}
.productsdetail .proimgbox .small { width: 100%; height: auto; box-sizing: border-box; border: 1px solid #ddd;}
.productsdetail .proimgbox .small img{ width: 100%; height: auto;}
.productsdetail .proimgbox .bigshow{position:absolute;width:550px;height:550px;border:1px solid #000;overflow:hidden; top: 0; left: 100%; display: none; background: #fff; box-sizing: border-box; pointer-events: none;}
.productsdetail .proimgbox .bigshow .big{ position: absolute; left: 0; top: 0; display: none;}
.productsdetail .proimgbox .bigshow img{ max-width: inherit; transition: inherit;}
.productsdetail .proimgbox .mark{width:300px;height:300px;background-color:#000;opacity:.5;position:absolute;top:0;left:0;pointer-events:none;display:none}
.productsdetail .proimgbox .youtube1{ position: absolute; z-index: 9; right: 15px; bottom: 15px; cursor: pointer;}
.productsdetail .proimgbox .youtube1 i{ font-size: 0.45rem;}
.productsdetail .bigimg .fr{ margin: 0; width: calc(55% - 0.3rem); margin-left: 0.3rem;}


.productsdetail .tit{}
.productsdetail .tit .z1{ font-size: 24px;}
.productsdetail .tit .line{ display: block; margin: 0.1rem 0; width: 0.6rem; height: 1px; background: var(--main-color);}
.productsdetail .tit .z2{ font-size: 18px;}
.productsdetail .tit .p1{ font-size: 16px; line-height: 1.5; color: #666; margin-top: 0.2rem;}
.productsdetail .imglist{ margin-top: 0.35rem; }
.productsdetail .imglist div:last-child{margin-top:25px;}
.productsdetail .imglist .swiper-slide{ margin: 0; transform: scale(0.8); transition: 300ms; cursor: pointer;}
.productsdetail .imglist .swiper-slide-active{ transform: scale(1);}
.productsdetail .imglist .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; display: inline-block; color: var(--main-color)}
.productsdetail .imglist .wk_arrow{ font-size: 16px; line-height: 1; padding: 0.1rem 0.13rem; border-radius: 0.2rem; background: var(--main-color); color: #fff; display: inline-flex; align-items: center; margin: 0.4rem 0 0 0; cursor: pointer;}
.productsdetail .imglist .wk_arrow i{ margin-right: 0.1rem;}
.productsdetail .imglist .wk_arrow1{ font-size: 16px; line-height: 1; padding: 0.1rem 0.13rem; border-radius: 0.2rem; background: var(--main-color); color: #fff; display: inline-flex; align-items: center; margin: 0.4rem 0 0 0; cursor: pointer;}
.productsdetail .imglist .wk_arrow1 i{ margin-right: 0.1rem;}
.productsdetail .imglist a{ margin: 0 0.1rem; display: inline-block;}
.productsdetail .imglist a i{ font-size: 0.2rem;}
.productsdetail .subtit{ text-align: center; margin-top: 0.75rem; margin-bottom: 0.4rem;}
.productsdetail .subtit .z1{ font-size: 0.48rem;}
.productsdetail .productsdetail_txt{ overflow: hidden;}
.productsdetail .productsdetail_txt .z1{ display: flex; align-items: center; padding: 0.25rem 0; font-size: 24px; border-top: 1px solid #cccccc; cursor: pointer; position: relative; z-index: 2; background: #fff;}
.productsdetail .productsdetail_txt .z1 i{ color: var(--main-color); margin-left: 0.1rem; transition: all 1s;}
.productsdetail .productsdetail_txt .context{  overflow: hidden; width: 100%; position: relative; z-index: 1; transition: height 1s ease;}
.productsdetail .productsdetail_txt .context.content-visible{ height: auto; }
.productsdetail .productsdetail_txt .context table{border: solid 1px #999;}
.productsdetail .productsdetail_txt .context table tr{ background: #f5f5f5;}
.productsdetail .productsdetail_txt .context table tr td{ font-size: 18px; color: #666;padding: 8px 10px;border: solid 1px #999;}
.productsdetail .productsdetail_txt .context table tr td:first-child{ font-weight: bold;}
.productsdetail .productsdetail_txt .context table tr:nth-child(2n){ background: #fff;}
.productsdetail .productsdetail_txt .context table tr:first-child{ border-top: 0px solid #ccc;text-align: center;}
.productsdetail .productsdetail_txt.active .context.content-hidden{ height: 0;}
.productsdetail .productsdetail_txt.active i{ transform: rotate(-90deg);}
.productsdetail .productsdetail_img{ display: block; overflow: hidden;}
.productsdetail .productsdetail_img .item{ float: left; margin: 0; width: 100%; break-inside: avoid; position: relative; display: block; margin-bottom: 0.18rem; overflow: hidden; border-radius: 0.1rem; cursor: pointer;}
.productsdetail .productsdetail_img .item .img{ overflow: hidden; position: relative; height: 100%;}
.productsdetail .productsdetail_img .item .img img{ width: 100%; height: auto;}
.productsdetail .productsdetail_img .item:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(to top,#000,transparent); height: 30%; z-index: 1;}
.productsdetail .productsdetail_img .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; z-index: 2; box-sizing: border-box; padding: 0.3rem; display: flex; justify-content: space-between; align-items: flex-end; color: #fff;}
.productsdetail .productsdetail_img .item .txt .lt{ margin: 0; width: 80%;}
.productsdetail .productsdetail_img .item .txt .lt .z1{ font-size: 18px; font-weight: bold;}
.productsdetail .productsdetail_img .item .txt .lt .p1{ font-size: 16px; line-height: 1.5; height: 0; color: #ccc; margin-top: 0.1rem; overflow: hidden; transition: all 0.35s;}
.productsdetail .productsdetail_img .item .txt .fr{ margin: 0; width: 20%; display: flex; align-items: center; justify-content: flex-end;}
.productsdetail .productsdetail_img .item .txt .fr span{ display: flex; width: 0.4rem; height: 0.4rem; background: #fff; border-radius: 50%; color: var(--main-color); align-items: center; justify-content: center;}
.productsdetail .productsdetail_img .item .txt .fr span i{ font-size: 0.2rem; transition: all 0.35s;}
.productsdetail .productsdetail_txt1{ font-size: 16px; line-height: 1.875;}
.productsdetail .honorlist{ margin-top: 0.55rem;}
.productsdetail .honorlist .item{ display: block; width: 100%;}
.productsdetail .honorlist .item .img{ padding: 0.2rem 0.15rem; background-repeat: no-repeat; background-size: 100% 100%;}
.productsdetail .honorlist .item .txt{ font-size: 16px; text-align: center; margin-top: 0.15rem;}
.productsdetail .honorlist .swiper-pt{ display: flex; align-items: center; justify-content: center; margin-top: 0.35rem;}
.productsdetail .honorlist .swiper-pt .swiper-pagination-bullet-active{ background:var(--main-color);}
.productsdetail .productsdetail_txt2{ font-size: 16px; line-height: 1.875; margin-top: 0.75rem;}
.productsdetail .productsdetail_txt2 .z1{ text-align: center; margin-bottom: 0.4rem; font-size: 24px; font-weight: bold;}
.productsdetail .productsdetail_txt2 .z1 i{ color: var(--main-color); font-size: 30px;}

.videolocation .location { align-items: center;}
.videolocation .location .txt{ margin: 0;}
.videolocation .location .dl{ margin: 0;}
.videolocation .location .dl .dd{ font-size: 16px; color: #fff; margin: 0 0 0 0.6rem;}
.videolocation .location .dl .dd.active{ text-decoration: underline;}

@media (min-width:1082px){
    .productsdetail .productsdetail_img .item .img img{ width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
    .productsdetail .productsdetail_img .item:nth-child(1){ width: calc(60% - 0.18rem); height: 5.4rem;}
    .productsdetail .productsdetail_img .item:nth-child(2){ width: 40%; float: right; height: 3.26rem;}
    .productsdetail .productsdetail_img .item:nth-child(3){ width: calc(60% - 0.18rem); height: 3.26rem; margin-bottom: 0.17rem;}
    .productsdetail .productsdetail_img .item:nth-child(4){ width: 40%; float: right; height: 2.95rem; margin-top: -2.18rem;}
    .productsdetail .productsdetail_img .item:nth-child(5){ width: 40%; float: right; height: 2.31rem; }
    .productsdetail .productsdetail_img .item:nth-child(6){ width: calc(37% - 0.18rem); height: 2.12rem;}
    .productsdetail .productsdetail_img .item:nth-child(7){ width: 63%; float: right; height: 2.12rem;}
    .productsdetail .productsdetail_img .item:hover .txt .lt .p1{ height: 3em;}
    .productsdetail .productsdetail_img .item:hover .txt .fr span i{ transform: rotate(-45deg);}
    
}
@media (min-width:1px) and (max-width:1081px){
    .videolocation{ padding: 15px!important;}
    .videolocation .location .dl{ margin-top: 0.3rem;}
    .videolocation .location .dl .dd{ font-size: 14px;}
    .productsdetail .productsdetail_txt2 .z1{ line-height: 1.2;}
    .productsdetail .bigimg .lt{ width: 100%; margin: 0;}
    .productsdetail .bigimg .fr{ width: 100%; margin: 0; margin-top: 0.3rem;}
}

.productsDown{ padding: 0.9rem 0;}
.productsDown .lt{ margin: 0; width: 45%;}
.productsDown .lt img{ width: 4.2rem;}
.productsDown .fr{ margin: 0; width: 52%;}
.productsDown .fr .z1{ font-size: 24px;}
.productsDown .fr .line{ display: block; margin: 0.2rem 0; width: 0.6rem; height: 1px; background: var(--main-color);}
.productsDown .fr .z2{ line-height: 1; font-size: 18px; padding: 0.15rem 0.35rem; background: #efefef; border-radius: 0.35rem; margin-bottom: 0.2rem;}
.productsDown .fr .outdownload{}
.productsDown .fr .outdownload .item{ display: flex; align-items: center; justify-content: space-between; padding: 0.2rem 0; border-bottom: 1px solid #efefef;}
.productsDown .fr .outdownload .item .tit{ margin: 0; width: 80%; font-size: 18px;}
.productsDown .fr .outdownload .item .down{ margin: 0; width: 20%; font-size: 16px; color: var(--main-color);}
.productsDown .fr .outdownload .item .down a{color: var(--main-color); display: inline-flex; align-items: center;}
.productsDown .fr .outdownload .item .down a i{ margin-right: 0.1rem;}
.productsDown .fr .wk_arrow{ font-size: 16px; line-height: 1; padding: 0.1rem 0.13rem; border-radius: 0.2rem; color: var(--main-color); border: 1px solid  var(--main-color); display: inline-flex; align-items: center; margin: 0.4rem 0 0 0; cursor: pointer;}
.productsDown .fr .wk_arrow i{ margin-right: 0.1rem;}

.productsDown1{ position: relative; overflow: hidden; border-radius: 0.3rem;}
.productsDown1 .txt{ position: absolute; left: 0.7rem; top: 50%; transform: translateY(-50%); z-index: 1; width: 4.1rem;}
.productsDown1 .txt .z1{ font-size: 0.3rem; line-height: 1.63; color: #fff;}
.productsDown1 .txt .outlogo{ margin-top: 0.5rem; opacity: 0.49;}
.productsDown1 span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; color: #fff; display: inline-block; cursor: pointer;}
.productsDown1 span i{ font-size: 0.6rem;}

.productsDown2{ position: relative; overflow: hidden; border-radius: 0.3rem; margin: 0.8rem 0 1.15rem;}
.productsDown2 .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; width: 90%;}
.productsDown2 .txt .z1{ font-size: 0.36rem;}
.productsDown2 .txt a{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.4rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.productsDown2 .txt a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.productsDown2 .txt a:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.productsDown2 .txt a b{ padding: 0 0.15rem; font-size: 16px;}
.productsDown2 .txt a span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
@media (min-width:1082px){
     .productsDown2 .txt a:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and (max-width:1081px){
    .productsDown .lt{ width: 100%;}
    .productsDown .fr{ width: 100%;}
    .productsDown .fr .z1{ font-size: 18px;}
    .productsDown .fr .z2{ font-size: 12px;}
    .productsDown .fr .outdownload .item .tit{ font-size: 14px;}
    .productsDown .fr .outdownload .item .down{ font-size: 12px;}
    .productsDown1 .txt{ left: 0.2rem;}
    .productsDown1 .txt .z1{ font-size: 14px;}
    .productsDown1 .txt .outlogo{ margin-left: 0; width: 1rem;}
    .productsDown2 .txt .z1{ font-size: 14px;}
    .productsDown2 .txt a{ margin-top: 0.1rem;}
    .productsDown2 .txt a b{ font-size: 12px;}
    
}

.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;}
}

#feedbackbox{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999; display: flex; justify-content: center; align-items: center; transform: scale(0); transition: 0.5s;}
#feedbackbox[typeof='open']{ transform: scale(1);}
#feedbackbox .feedbackbox{ margin: 0; background: #fff; padding: 0.2rem; width: 6rem; border-radius: 5px;}
#feedbackbox .feedbackbox .close{ display: inline-block; float: right; cursor: pointer; color: var(--main-color);}
#feedbackbox .feedbackbox .close i{ font-size: 0.3rem;}
#feedbackbox .feedbackbox .list{ overflow: hidden; margin-top: 0.1rem;}
#feedbackbox .feedbackbox .list input{ width: 100%; height: 40px; box-sizing: border-box; border: 1px solid #dadada; margin-bottom: 0.12rem; border-radius: 5px; padding: 0 0.1rem;}
#feedbackbox .feedbackbox .list textarea{ width: 100%; height: 80px; box-sizing: border-box; border: 1px solid #dadada; margin-bottom: 0.12rem; border-radius: 5px; padding: 0.1rem;}
#feedbackbox .feedbackbox .submit{ padding: 0.1rem 0.3rem; line-height: 1; display: inline-flex; align-items: center; background: var(--main-color); color: #fff; margin-top: 0.2rem; border: 0; cursor: pointer; font-size: 16px; transition: linear 0.35s; outline: none; border-radius: 5px; overflow: hidden; text-transform: capitalize;}
#feedbackbox .feedbackbox .submit i{ margin-left: 0.15rem; font-size: 12px;}
@media  (min-width:1082px){
}

@media (min-width:1px) and (max-width:1081px) {
}
/**********产品页面**********/


/**********解决方案**********/
.solution{ display: flex;}
.solution .item{ margin: 0; flex: 1; position: relative;}
.solution .item .img{ height: 4rem; overflow: hidden; position: relative;}
.solution .item .img img{ width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
.solution .item .img:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: rgba(0,0,0,.42);}
.solution .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; box-sizing: border-box; padding: 0 0.75rem; z-index: 2; text-align: center; transition: all 0.35s; }
.solution .item .txt .z1{ font-size: 0.24rem; color: #fff; margin: 0.1rem 0; transition: all 0.35s;}
.solution .item .txt .p1{ font-size: 0.16rem; line-height: 1.5; color: #fff; visibility: hidden; transition: all 0.35s;}
@keyframes fadeIn {
  0% { opacity: 0}
  100% { opacity: 1; }
}
@media (min-width:1082px){
    .solution .item:hover .txt{}
    .solution .item:hover .txt .p1{ visibility: visible; animation: fadeIn 1s forwards;}
}
@media (min-width:1px) and (max-width:1081px) {
    .solution{ flex-wrap: wrap;}
    .solution .item{ width: 100%; flex: none;}
    .solution .item .img{ height: 4rem;}
    .solution .item .txt .p1{ display: block; font-size: 13px;}
}

.solution1{ padding: 0.75rem 0 0.6rem;}
.solution1 .container{ align-items: center;}
.solution1 .lt{ margin: 0; width: 100%; text-align: center;}
.solution1 .lt .z1{ font-size: 0.36rem; color: var(--main-color); margin-bottom: 0.1rem;}
.solution1 .lt .z2{ font-size: 16px; line-height: 1.5; color: #666}
.solution1 .fr{ margin: 0; width: 100%; margin-top: 0.3rem;}
.solution1 .fr img{ width: 100%;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {	
    .solution1 .lt{ position: relative; z-index: 3;}
}

.solution2{ padding: 0 0 0.75rem;}
.solution2 .tit{}
.solution2 .tit .lt{ margin: 0; width: 27%;}
.solution2 .tit .lt .z1{ position: relative; font-size: 0.36rem; line-height: 1.33;}
.solution2 .tit .lt .z1:before{ position: absolute; left: 0; top: 0.1rem; z-index: -1; content: attr(data-name); text-decoration: line-through; text-decoration-color: #a3d6d5; /* 下划线颜色 */  text-decoration-style: solid; /* 下划线样式 */ text-decoration-thickness: 8px; /* 下划线粗细 */  color: transparent;}
.solution2 .tit .fr{ margin: 0; width: 55%; font-size: 18px; line-height: 2; color: #666;}
.solution2 .list{ margin-top: 0.5rem;}
.solution2 .list .item{ margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; box-shadow: 5px 0 0.16rem rgba(0,0,0,0.23); border-radius: 0.1rem; box-sizing: border-box; padding: 0.55rem 0.35rem;}
.solution2 .list .item .z1{ font-size: 20px; margin: .2rem 0; line-height: 1.5}
.solution2 .list .item .p1{ font-size: 16px; line-height: 1.875; color: #666;}
@media (min-width:1082px){
    .solution2 .list .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px) {	
    .solution2 .tit .lt{ width: 100%;}
    .solution2 .tit .fr{ width: 100%;}
    .solution2 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.2rem;}
}

.solution3{ padding: 0.75rem 0; background: #f5f5f5;}
.solution3 .container{ position: relative; padding-bottom: 0.4rem;}
.solution3 .item{ position: relative; z-index: 1; display: block; overflow: hidden; border-radius: 5px; text-align: left;}
.solution3 .item .img{ overflow: hidden;}
.solution3 .item:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(to top,#000,transparent); height: 30%; z-index: 1;}
.solution3 .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; z-index: 2; padding: 0.2rem; box-sizing: border-box; font-size: 16px;}
.solution3 .item .txt .z1{ color: #fff;}
.solution3 .item .txt .z2{ color: #fff; margin-top: 0.1rem;}
.solution3 .item .txt .z2 i{ margin-right: 0.1rem; color: var(--main-color);}
.solution3 .swiper-pt{ display: inline-flex; position: absolute; top: inherit; left: 50%!important; bottom: 0!important; transform: translateX(-50%); z-index: 1; width: auto!important; background: #e5e5e5; border-radius: 8px; overflow: hidden;}
.solution3 .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.solution3 .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {	
}

.nbframe {}
.nbframe .more{ margin: 0 auto; display: inline-flex; align-items: center; color: #fff; margin-top: 0.4rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.nbframe .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2; opacity: 0.8;}
.nbframe .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.nbframe .more b{ padding: 0 0.15rem; font-size: 16px;}
.nbframe .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
@media (min-width:1082px){
    .solution3 .swiper{ height: 6.2rem; margin-top: 0.45rem;}
    .nbframe .more:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and (max-width:1081px) {	
    .nbframe .more b{ font-size: 12px;}
}

.solutiondetail{ padding: 0.75rem 0;}
.solutiondetail .list{ margin-top: 0.55rem;}
.solutiondetail .list .item{ margin: 0; width: calc((100%)/4); box-sizing: border-box; padding: 0 0.1rem; position: relative; cursor: pointer;}
.solutiondetail .list .item .img{ overflow: hidden; opacity: 0; border-radius: 0.1rem; transition: all 0.35rem;}
.solutiondetail .list .item .img img{ width: 100%; height: auto;}
.solutiondetail .list .item .tag{ display: flex; align-items: center; justify-content: center; width: 1.73rem; height: 1.73rem; background: #efefef; border-radius: 50%; position: absolute; left: 50%; top: 0.1rem; transform: translateX(-50%); z-index: 1; transition: all 0.35rem;}
.solutiondetail .list .item .txt{ text-align: center; margin-top: 0.3rem;}
.solutiondetail .list .item .txt .z1{ font-size: 18px; text-transform: uppercase; line-height: 1.66;}
@media (min-width:1082px){
    .solutiondetail .list .item:hover .img{ opacity: 1;}
    .solutiondetail .list .item:hover .tag{ opacity: 0;}
}
@media (min-width:1px) and (max-width:1081px) {	
    .solutiondetail .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.2rem;}
    .solutiondetail .list .item .img{ opacity: 1;}
    .solutiondetail .list .item .tag{ opacity: 0;}
    .solutiondetail .list .item .txt .z1{ font-size: 14px;}
}

.solutiondetail1{ padding: 0.75rem 0; background: #f5f5f5;}
.solutiondetail1 .context{ margin-top: 0.55rem; font-size: 16px; line-height: 2;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {	
}

.solutiondetail2{ padding: 0.75rem 0 0.85rem; }
.solutiondetail2 .list{ text-align: center;}
.solutiondetail2 .list .swiper{ overflow: visible;}
.solutiondetail2 .list .swiper-slide{ padding: 0.5rem 0;}
.solutiondetail2 .list .swiper-slide .item{ align-items: center; box-shadow: 1px 0 0.43rem rgba(34,24,21,0.1); flex-direction: row-reverse; box-sizing: border-box; padding: 0.6rem; border-radius: 0.1rem;}
.solutiondetail2 .list .swiper-slide .item .img{ margin: 0; width: 35%;}
.solutiondetail2 .list .swiper-slide .item .txt{ margin: 0; width: 60%; box-sizing: border-box; text-align: left;}
.solutiondetail2 .list .swiper-slide .item .txt .z1{ font-size: 0.3rem; margin-bottom: 0.2rem;}
.solutiondetail2 .list .swiper-slide .item .txt .z2{ font-size: 18px; color: #666;}
.solutiondetail2 .list .swiper-slide .item .txt .line{ display: block; margin: 0.2rem 0; width: 0.6rem; height: 1px; background: var(--main-color);}
.solutiondetail2 .list .swiper-slide .item .txt .p1{ font-size: 18px; line-height: 1.66; color: #666;}
.solutiondetail2 .list .swiper-slide .item .txt .more{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.4rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.solutiondetail2 .list .swiper-slide .item .txt .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.solutiondetail2 .list .swiper-slide .item .txt .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.solutiondetail2 .list .swiper-slide .item .txt .more b{ padding: 0 0.15rem; font-size: 16px;}
.solutiondetail2 .list .swiper-slide .item .txt .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.solutiondetail2 .list .swiper-pt{ display: inline-flex; z-index: 1; width: auto; background: #e5e5e5; border-radius: 8px; overflow: hidden; }
.solutiondetail2 .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.solutiondetail2 .list .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
@media (min-width:1082px){
    .solutiondetail2 .list{ max-width: 9.36rem; margin: 0 auto;}
    .solutiondetail2 .list .swiper-slide .item .txt .more:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and (max-width:1081px) {	
    .solutiondetail2 .list .swiper-slide .item .img{ width: 100%;}
    .solutiondetail2 .list .swiper-slide .item .txt{ width: 100%;}
    .solutiondetail2 .list .swiper-slide .item .txt .z1{ font-size: 16px;}
    .solutiondetail2 .list .swiper-slide .item .txt .z2{ font-size: 14px;}
    .solutiondetail2 .list .swiper-slide .item .txt .p1{ font-size: 12px;}
    .solutiondetail2 .list .swiper-slide .item .txt .more b{ font-size: 12px;}
}

.solutiondetail3{ padding: 0 0 0.9rem; }
.solutiondetail3 .list{ margin-top: 0.55rem; text-align: center; position: relative;}
.solutiondetail3 .list .item{ position: relative; z-index: 1; display: block; overflow: hidden; border-radius: 5px; text-align: left;}
.solutiondetail3 .list .item .img{ overflow: hidden;}
.solutiondetail3 .list .item:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(to top,#000,transparent); height: 30%; z-index: 1;}
.solutiondetail3 .list .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; z-index: 2; padding: 0.2rem; box-sizing: border-box; font-size: 16px; text-align: left;}
.solutiondetail3 .list .item .txt .z1{ color: #fff;}
.solutiondetail3 .list .item .txt .z2{ color: #fff; margin-top: 0.1rem;}
.solutiondetail3 .list .item .txt .z2 i{ margin-right: 0.1rem; color: var(--main-color);}
.solutiondetail3 .list .swiper-pt{ display: inline-flex; z-index: 1; width: auto; background: #e5e5e5; border-radius: 8px; overflow: hidden; margin-top: 0.45rem;}
.solutiondetail3 .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.solutiondetail3 .list .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
.solutiondetail3 .list .btn{ position: absolute; top: 40%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none; width: 0.3rem; height: 0.3rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--main-color);}
.solutiondetail3 .list .btn i{ font-size: 0.24rem; }
.solutiondetail3 .list .btn-prev{ left: 0; transform: rotate(180deg)}
.solutiondetail3 .list .btn-next{ right: 0;}
@media (min-width:1082px){
    .solutiondetail3 .list .btn-prev{ left: -0.4rem; }
    .solutiondetail3 .list .btn-next{ right: -0.4rem;}
}
@media (min-width:1px) and (max-width:1081px) {	
}
/**********解决方案**********/

/**********产品应用**********/
.applicationlist{ padding: 0 0 0.45rem ;}
.applicationlist .item{ margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; margin-bottom: 0.4rem; position: relative; overflow: hidden; cursor: pointer;}
.applicationlist .item .img{ overflow: hidden;}
.applicationlist .item .img img{ width: 100%; height: auto;}
.applicationlist .item .nr{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; color: #fff; box-sizing: border-box; padding: 0.75rem 0.45rem 0 0.45rem; transform: translateY(100%); transition: all 0.4s;}
.applicationlist .item .nr:before{ content: ""; position: absolute;  left: 0; top: 0; width: 100%; height: 100%; z-index: -1; background: #000; opacity: 0.54;}
.applicationlist .item .nr i{ font-size: 0.5rem;}
.applicationlist .item .nr .z1{ font-family: var(--font1); font-size: 0.24rem; line-height: 1.6; margin: 0.1rem 0;}
.applicationlist .item .nr .p1{ font-size: 14px; line-height: 1.7;}
.applicationlist .item .txt{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 0 0.25rem 0.4rem 0.25rem; font-size: 0.24rem; font-family: var(--font1); color: #fff; line-height: 1; transition: all 0.4s;}
@media (min-width:1082px){
    .applicationlist .item:nth-child(3n){ margin-right: 0;}
    .applicationlist .item:hover .txt{transform: translateY(100%);}
    .applicationlist .item:hover .nr{transform: translateY(0);}
}
@media (min-width:1px) and (max-width:1081px){
    .applicationlist .item{ width: calc((100% - 0.3rem)/2);}
    .applicationlist .item:nth-child(2n){ margin-right: 0;}
    .applicationlist .item .txt{ font-size: 14px; padding-bottom: 0.2rem;}
}

.applicationlist1{ padding: 0.7rem 0 0.8rem; background: #f9f9f9;}
.applicationlist1 .tit{ text-align: center;}
.applicationlist1 .tit .z1{ font-size: 0.42rem; line-height: 1; font-family: var(--font1);}
.applicationlist1 .tit .line{ display: inline-block; width: 0.7rem; height: 3px; background: linear-gradient(to right,var(--main-color),var(--bout-color)); margin: 0.15rem 0;}
.applicationlist1 .list{ margin-top: 0.35rem; position: relative;}
.applicationlist1 .list .item{ display: block;}
.applicationlist1 .list .itme .img{ overflow: hidden;}
.applicationlist1 .list .item .img img{ width: 100%; height: auto;}
.applicationlist1 .list .item .txt{ margin-top: 0.2rem; text-align: center;}
.applicationlist1 .list .item .txt .z1{ font-family: var(--font1); font-size: 0.24rem; line-height: 1;}
.applicationlist1 .list .btn{ display: flex; align-items: center; justify-content: center; width: 0.5rem; height: 0.5rem; background: rgba(0,0,0,0.39); color: #fff; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none;}
.applicationlist1 .list .btn i{ display: block; font-size: 0.24rem;}
.applicationlist1 .list .btn:hover{ background: var(--main-color);}
.applicationlist1 .list .btn-prev{ left: 0;}
.applicationlist1 .list .btn-prev i{ transform: rotate(180deg);}
.applicationlist1 .list .btn-next{ right: 0;}
@media (min-width:1082px){
    .applicationlist1 .list .btn-prev{ left: -0.25rem;}
    .applicationlist1 .list .btn-next{ right: -0.25rem;}
}
@media (min-width:1px) and (max-width:1081px){
}
/**********产品应用**********/


/**********新闻中心**********/
.newslist{ padding: 0.75rem 0;}
.newslist .indextit{ margin-bottom: 0.4rem;}
.newslist .item{ margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; margin-bottom: 0.3rem; background: #fff; box-sizing: border-box; position: relative;}
.newslist .item .img{ overflow: hidden; border-radius: 0.1rem;}
.newslist .item .img img{ width: 100%; height: auto;}
.newslist .item .txt{ }
.newslist .item .txt .z1{ font-size: 0.24rem;}
.newslist .item .txt .time{ display: flex; align-items: center; margin: 0.15rem 0; font-size: 0.16rem; line-height: 1.875; color: #666;}
.newslist .item .txt .time i{ margin-right: 0.1rem; color: var(--main-color);}
.newslist .item .txt .p1{ font-size: 0.16rem; line-height: 1.875; color: #666;}
.newslist .item .txt .linkmore{ font-size: 14px; display: inline-block; margin-top: 0.4rem; text-decoration: underline; font-weight: bold;}

.newslist .item:first-child{ overflow: hidden; border-radius: 0.1rem; background: #fff; width: 100%; box-sizing: border-box; margin: 0; margin-bottom: 0.75rem; align-items: center; box-shadow: 5px 0 0.43rem rgba(0,0,0,0.13);}
.newslist .item:first-child .img{ margin: 0; overflow: hidden; width: 41.5%;}
.newslist .item:first-child .txt{ margin: 0; width: calc(100% - 41.5%); box-sizing: border-box; padding: 0 0.55rem;}
.newslist .item:first-child .more{ display: inline-flex; align-items: center; color: #fff; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden; margin-top: 0.45rem;}
.newslist .item:first-child .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.newslist .item:first-child .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.newslist .item:first-child .more b{ padding: 0 0.2rem; font-size: 16px; line-height: 1;}
.newslist .item:first-child .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
@media (min-width:1082px){
    .newslist .item:nth-child(3n+1){ margin-right: 0;}
    .newslist .item:hover .img img{ transform: scale(1.1);}
    .newslist .item:hover .txt .z1{ color: var(--main-color);}
    .newslist .item:first-child .more:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and (max-width:1081px){
    .newslist .item:first-child .img{ width: 100%;}
    .newslist .item:first-child .txt{ width: 100%; padding: 0.3rem;}
    .newslist .item .txt .z1{ font-size: 14px; line-height: 1.5;}
    .newslist .item .txt .time{ font-size: 12px;}
    .newslist .item .txt .p1{font-size: 12px;}
    .newslist .item .txt .more b{ font-size: 12px;}
    .newslist .item{ width: calc((100% - 0.3rem)/2);}
    .newslist .item:nth-child(2n+1){ margin-right: 0;}
}


.newsdetail{ overflow: hidden; box-shadow: 0 0 0.15rem rgba(0,0,0,0.17); padding: 0.5rem; border-radius: 5px;}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.34rem; font-family: var(--font1); color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; line-height: 1.4;}
.newsdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size: 0.16rem; }
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size:0.16rem; line-height: 2;}
.newsdetail .context img{ max-width: 100%; height: auto;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .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){
	.newsdetail{ max-width: 1200px;}
}
@media (min-width:1px) and (max-width:1080px){
.newsdetail{ padding: 15px;}
.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; font-size: 0.18rem;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********新闻中心**********/


/**********案例中心**********/

.caseslist{ padding: 0.85rem 0 0.25rem;}

.caseslist .item{ margin: 0; width: 100%; margin-bottom: 0.5rem; align-items: center;}
.caseslist .item .img{ margin: 0; width: calc(50% - 0.25rem); overflow: hidden; border-radius: 0.1rem; box-sizing: border-box; position: relative;}
.caseslist .item .img .ico{ position: absolute; left: 0.25rem; top: 0.25rem; z-index: 2; width: 0.3rem; height: auto;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ margin: 0; width: calc(50% - 0.3rem); }
.caseslist .item .txt .z1{ font-size: 0.24rem; line-height: 1.5;}
.caseslist .item .txt .line{ margin: 0.2rem 0; display: block; width: 0.6rem; height: 1px; background: var(--main-color);}
.caseslist .item .txt .context{ font-size: 0.16rem; line-height: 1.75;}
.caseslist .item .txt .context .z2{ color: #333; margin-bottom: 0.15rem;}
.caseslist .item .txt .context .nr{ color: #666;}
.caseslist .item .txt .more{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.4rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden; cursor: pointer;}
.caseslist .item .txt .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.caseslist .item .txt .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.caseslist .item .txt .more b{ padding: 0 0.15rem; font-size: 16px;}
.caseslist .item .txt .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
@media (min-width:1082px){
	.caseslist .item:nth-child(2n){ flex-direction: row-reverse;}
	.caseslist .item .txt .more:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and (max-width:1081px){
	.caseslist .item{ width: 100%; margin-right: 0;}
    .caseslist .item .img{ width: 100%;}
    .caseslist .item .txt{ width: 100%; margin-top: 0.3rem;}
    .caseslist .item .txt .z1{ font-size: 14px;}
    .caseslist .item .txt .context{ font-size: 12px;}
    .caseslist .item .txt .more b{ font-size: 12px;}
}


.casesdetail{ padding: 0.75rem 0 0 0;}
.casesdetail .top{ align-items: center;}
.casesdetail .top .lt{ margin: 0; width: 55.6%; position: relative; z-index: 1;}
.casesdetail .top .lt img{ width: 100%; height: auto; border-radius: 0.1rem;}
.casesdetail .top .lt span{ position: absolute; right: -0.1rem; bottom: -0.1rem; background: #fff; border-radius: 50%; box-sizing: border-box; width: 0.55rem; height: .55rem; display: flex; align-items: center; justify-content: center; cursor: pointer;}
.casesdetail .top .lt span i{ color: var(--main-color); font-size: 0.48rem;}
.casesdetail .top .fr{ margin: 0; width: calc(100% - 55.6% - 0.4rem);}
.casesdetail .top .fr .z1{ font-size: 18px; line-height: 1.66;}
.casesdetail .top .fr .line{ margin: 0.2rem 0; display: block; width: 0.6rem; height: 1px; background: var(--main-color);}
.casesdetail .top .fr .context{ font-size: 16px; line-height: 1.75;}
.casesdetail .top .fr .context .z2{ margin-bottom: 0.15rem;}
.casesdetail .top .fr .context .nr{ color: #666;}
.casesdetail .top .fr .more{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.4rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden; cursor: pointer;}
.casesdetail .top .fr .more:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.casesdetail .top .fr .more:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.casesdetail .top .fr .more b{ padding: 0 0.15rem; font-size: 16px;}
.casesdetail .top .fr .more span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
.casesdetail .detail_nr{ margin-top: 0.65rem; font-size: 16px; line-height: 1.875;}
.casesdetail .detail_nr .z1{ font-size: 18px; font-weight: bold; margin-bottom: 0.3rem; display: inline-block; padding: 0.1rem 0.3rem; line-height: 1; border-radius: 0.3rem; background: var(--main-color); color: #fff;}
.casesdetail .detail_nr .p1{ font-size: 16px; line-height: 1.875; color: #666; margin-bottom: 0.55rem;}
.casesdetail .detail_nr .z2{ font-size: 0.24rem; color: #333;}
.casesdetail .detail_nr .p1:last-child{ margin-bottom: 0;}
.casesdetail .detail_nr table{ width: 100%;}
.casesdetail .detail_nr table tr{}
.casesdetail .detail_nr table tr td{ font-size: 16px; line-height: 1.5; text-align: center; padding: 0.1rem;}
.casesdetail .detail_nr table tr:first-child{ background: #ebebeb; }
.casesdetail .detail_nr table tr:first-child td{ font-size: 18px; color: #333; font-weight: 600;}
.casesdetail .pagelist{ border-top: 1px solid #666; margin-top: 0.2rem; padding: 0.2rem 0; display: flex; justify-content: space-between; flex-wrap: wrap;}
.casesdetail .pagelist a{ display: flex; align-items: center; font-size: 14px;}
.casesdetail .pagelist a span{ font-weight: bold; margin-right: 0.1rem;}
.casesdetail .xgcases{ padding: 0.7rem 0 0.8rem; text-align: center;}
.casesdetail .xgcases .list{ margin-top: 0.55rem; position: relative;}
.casesdetail .xgcases .list .item{ position: relative; z-index: 1; display: block; overflow: hidden; border-radius: 5px; text-align: left;}
.casesdetail .xgcases .list .item .img{ overflow: hidden;}
.casesdetail .xgcases .list .item .txt{ padding: 0.2rem; box-sizing: border-box; font-size: 16px; background: #000; }
.casesdetail .xgcases .list .item .txt .z1{ color: #fff;}
.casesdetail .xgcases .list .item .txt .z2{ color: #fff; margin-top: 0.1rem;}
.casesdetail .xgcases .list .item .txt .z2 i{ margin-right: 0.1rem; color: var(--main-color);}
.casesdetail .xgcases .list .swiper-pt{ display: inline-flex; z-index: 1; width: auto; background: #e5e5e5; border-radius: 8px; overflow: hidden; margin-top: 0.45rem;}
.casesdetail .xgcases .list .swiper-pt .swiper-pagination-bullet{ width: 8px; height: 8px; background: var(--main-color); opacity: 0; border-radius: 50%; margin: 0; outline: none;}
.casesdetail .xgcases .list .swiper-pt .swiper-pagination-bullet-active{ opacity: 1;}
.casesdetail .xgcases .list .btn{ position: absolute; top: 40%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none; width: 0.3rem; height: 0.3rem; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; background: var(--main-color);}
.casesdetail .xgcases .list .btn i{ font-size: 0.24rem; }
.casesdetail .xgcases .list .btn-prev{ left: 0; transform: rotate(180deg)}
.casesdetail .xgcases .list .btn-next{ right: 0;}

.caseslist01{ position: relative;}
.caseslist01:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.49); z-index: 2;}
.caseslist01 .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; text-align: center; color: #fff;}
.caseslist01 .txt .z1{ font-size: 0.36rem; margin-bottom: 0.35rem;}
.caseslist01 .txt .p1{ font-size: 16px;}
@media (min-width:1082px){
    .casesdetail .top .fr .more:hover:after{ width: 100%; left: 0; right: inherit;}
    .casesdetail .xgcases .list .btn-prev{ left: -0.4rem; }
    .casesdetail .xgcases .list .btn-next{ right: -0.4rem;}
}
@media (min-width:1px) and (max-width:1080px){
    .casesdetail .top .lt{ width: 100%;}
    .casesdetail .top .fr{ width: 100%; margin-top:0.4rem; }
    .caseslist01 .txt{ width: 100%; padding: 0 15px; margin: 0; box-sizing: border-box;}
    .caseslist01 .txt .z1{font-size: 18px;}
    .caseslist01 .txt .p1{ font-size: 12px;}
}
/**********案例中心**********/

/**********视频中心**********/
.videolocation{ background: var(--main-color); padding: 0.15rem 0;}
.videolocation .location{ width: 100%;}
.videolocation .location .txt{ }
.videolocation .location .txt [class*="icon-"]{ color: #fff;}
.videolocation .location .txt a{ color: #fff!important;}
.videolocation .location .txt span{ color: #fff;}

.videocate{ padding: 0.75rem 0 0 0 ;}
.videocate .list{ margin-top: 0.6rem;}
.videocate .list .item{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; cursor: pointer;}
.videocate .list .item .img{ overflow: hidden; border-radius: 0.1rem; position: relative; }
.videocate .list .item .img img{ width: 100%; height: auto;}
.videocate .list .item .img i{ opacity: 0.25; position: absolute; right: 0.15rem; bottom: 0.15rem; z-index: 1; font-size: 0.5rem;}
.videocate .list .item .txt{ margin-top: 0.2rem; font-size: 18px; line-height: 1.66;}
.videocate .linkmore{ display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem;}
.videocate .linkmore a{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.75rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.videocate .linkmore a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.videocate .linkmore a:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.videocate .linkmore a b{ padding: 0 0.15rem; font-size: 16px;}
.videocate .linkmore a span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
@media (min-width:1082px){
    .videocate .linkmore a:hover:after{ width: 100%; left: 0; right: inherit;}
    .videocate .list .item:nth-child(3n){ margin-right: 0;}
    .videocate .list .item:nth-child(4){ display: none;}
    .videocate .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
    .videocate .list .item{ width: calc((100% - 0.2rem)/2); margin-bottom: 0.25rem;}
    .videocate .list .item .txt{ font-size: 14px;}
    .videocate .linkmore a b{ font-size: 12px;}
    .videocate .list .item:nth-child(2n){ margin-right: 0;}
}

.catevideo{ padding: 0.75rem 0 0.7rem 0}
.catevideo dl{ display: flex; align-items: center; justify-content: center;}
.catevideo dl dd{ display: inline-block; margin: 0 0.25rem; font-size: 16px; line-height: 1; border-radius: 0.4rem; overflow: hidden;}
.catevideo dl dd>a{ color: #333; padding: 0.15rem 0.25rem; display: block;}
.catevideo dl dd:hover>a,.catevideo dl dd.active>a{ background: #f5f5f5;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .catevideo dl{ flex-wrap: wrap;}
    .catevideo dl dd{ width: 100%; box-sizing: border-box; margin-bottom: 0.2rem;}
}

.videolist{ }
.videolist .list{}
.videolist .item{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; cursor: pointer; margin-bottom: 0.5rem;}
.videolist .item .img{ overflow: hidden; border-radius: 0.1rem; position: relative; }
.videolist .item .img img{ width: 100%; height: auto;}
.videolist .item .img i{ opacity: 0.25; position: absolute; right: 0.15rem; bottom: 0.15rem; z-index: 1; font-size: 0.5rem;}
.videolist .item .txt{ margin-top: 0.2rem;}
.videolist .item .txt .z1{ font-size: 18px; line-height: 1.66;}
.videolist .item .txt .time{ display: flex; align-items: center; font-size: 16px; color: #666; margin-top: 0.35rem;}
.videolist .item .txt .time time{ display: inline-flex; align-items: center; margin-right: 0.5rem;}
.videolist .item .txt .time i{ margin-right: 0.1rem; color: var(--main-color);}
@media (min-width:1082px){
	.videolist .item:nth-child(3n){ 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;}
}
/**********视频中心**********/


/**********	服务中心**********/
.service{ padding: 0.75rem 0 0 0;}
.service .soft{ border-bottom: 1px solid #d1d1d1;}
.service .soft .container{ justify-content: space-between;}
.service .soft .item{ margin: 0; display: inline-block; font-size: 18px; padding: 0.25rem 0.23rem; cursor: pointer;  position: relative;}
.service .soft .item:before{ content: ""; width: 0; height: 4px; background: var(--main-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: 0.5s;}
.service .soft .item.active{ font-weight: bold; }
.service .soft .item.active:before{ width: 100%;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .service .soft .item{ width: 100%; font-size: 14px; padding: 0.15rem 0.2rem;}
}

.service01{ padding: 0.6rem 0 0.75rem;}
.service01 .item{ align-items: center;}
.service01 .item .img{ margin: 0; width: 52.27%; overflow: hidden; border-radius: 0.1rem;}
.service01 .item .txt{ margin: 0; width: calc(100% - 52.27% - 0.8rem);}
.service01 .item .txt .z1{ font-size: 0.36rem; line-height: 0.48rem; position: relative; z-index: 1;}
.service01 .item .txt .line{ margin: 0.2rem 0; display: block; width: 0.6rem; height: 1px; background: var(--main-color);}
.service01 .item .txt .p1{ margin-top: 0.1rem; font-size: 16px; color: #666;}
.service01 .item .txt .p2{ margin-top: 0.1rem; font-size: 16px; color: #666; line-height: 1.875;}
.service01 .item .txt .p1 p{ margin-bottom: 0.2rem; position: relative; padding-left: 30px;}
.service01 .item .txt .p1 p:before{ content: "\e715"; position: absolute; left: 0; top: 0; font-family: "iconfont"; display: inline-block; font-size: 16px;}
.service01 .item .txt a{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.4rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.service01 .item .txt a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.service01 .item .txt a:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.service01 .item .txt a b{ padding: 0 0.15rem; font-size: 16px;}
.service01 .item .txt a span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
@media (min-width:1082px){
    .service01 .item .txt a:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and  (max-width:1081px){
    .service01 .item .img{ width: 100%;}
    .service01 .item .txt{ width: 100%; margin-top: 0.3rem;}
}

.service02{ padding: 0.75rem 0 0.95rem;}
.service02 .abtit .z2{ font-size: 0.24rem;}
.service02 .list{ margin-top: 0.6rem;}
.service02 .list .item{ margin: 0; width: calc((100%)/3); box-sizing: border-box; padding: 0 0.3rem; text-align: center;}
.service02 .list .item .z1{ font-size: 16px;}
.service02 .list .item .z2{ font-size: 0.6rem; margin: 0.25rem 0; display: flex; align-items: center; justify-content: center;}
.service02 .list .item .z3{ font-size: 14px; color: #666;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .service02 .list .item{ width: 100%; margin: 0.1rem 0;}
}

.service03{ padding: 0.75rem 0 0.9rem; background-color: #f5f5f5; background-repeat: no-repeat; background-size: cover; background-position: center center;}
.service03 .container{ align-items: center;}
.service03 .flex_between{ align-items: center;}
.service03 .lt{ margin: 0; width: 5.1rem; box-sizing: border-box; padding: 0.3rem; border-radius: 0.1rem; background: #fff;}
.service03 .lt .z1{ font-size: 0.36rem; margin-bottom: 0.2rem;}
.service03 .lt .feedbackbox{}
.service03 .lt .intput{ display: flex; justify-content: space-between; padding: 0.1rem; box-sizing: border-box; border: 1px solid #ededed; background: #f8fafc; border-radius: 5px; margin-bottom: 0.15rem; align-items: center;}
.service03 .lt .intput label{ color: #ccc; display: inline-flex; align-items: center;}
.service03 .lt .intput label i{ color: #999; margin-right: 5px;}
.service03 .lt .intput input{ flex: 1; height: 23px; background: none; box-sizing: border-box; padding-left: 0.1rem; font-size: 14px;}
.service03 .lt .intput textarea{ width: 100%; height: 70px; background: none; resize: none; font-size: 14px; color: #ccc;}
.service03 .lt .intput textarea::plplaceholder{ color: #ccc;}
.service03 .lt .intput textarea::-webkit-input-placeholder{ color: #ccc;}
.service03 .lt .intput textarea:-moz-placeholder{ color:#ccc;}
.service03 .lt .intput textarea::-moz-placeholder{ color:#ccc;}
.service03 .lt .intput textarea:-ms-input-placeholder{ color:#ccc;}
.service03 .lt .intput .select2{ width: 100%!important;}
.service03 .lt .intput .select2-selection{ border: 0; background: none; width: 100%; outline: none; color: #ccc;}
.service03 .lt .intput .select2-selection__rendered{ padding-right: 8px; padding-left: 20px; color: #ccc; font-size: 14px;}
.service03 .lt .intput .select2-selection__arrow{ right: inherit; left: -4px;}
.service03 .lt .intput .select2-selection__arrow b{ border-width: 6px 5px 0 5px;}
.service03 .lt button{ padding: 0.1rem; font-size: 18px; color: #fff; line-height: 1; display: flex; align-items: center; justify-content: center; border: 0; width: 100%; border-radius: 0.3rem; outline: none; cursor: pointer; position: relative; z-index: 1; overflow: hidden;}
.service03 .lt button i{ margin-right: 0.1rem;}
.service03 .lt button:before{ content: ""; background: var(--main-color); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: -2;}
.service03 .lt button:after{ content: ""; background: var(--bout-color); position: absolute; right: 0; top: 0; width: 0; height: 100%; z-index: -1; transition: all 0.35s;}
.service03 .fr{ margin: 0; width: calc(100% - 5.1rem - 0.9rem);}
.service03 .fr .z1{ font-size: 0.36rem; line-height: 0.48rem; position: relative; z-index: 1;}
.service03 .fr .z1:before{ position: absolute; left: 0; top: 0.1rem; z-index: -1; content: attr(data-name); text-decoration: line-through; text-decoration-color: #a3d6d5; /* 下划线颜色 */  text-decoration-style: solid; /* 下划线样式 */ text-decoration-thickness: 8px; /* 下划线粗细 */ color: transparent;}
.service03 .fr .p1{ font-size: 0.2rem; margin-top: 0.35rem; line-height: 1.8;}
.service03 .fr .p2{ font-size: 18px; margin-bottom: 0.1rem; display: flex; align-items: center;}
.service03 .fr .p2 i{ font-weight: normal; margin-right: 0.1rem; font-size: 24px;}
.service03 .fr .p2:nth-child(3){ margin-top: 1rem;}
.service03.active .fr .z1{ color: #fff;}
.service03.active .fr .p1{ color: #fff;}
.service03.active .fr .p2{ color: #fff;}
.service03.active .list{ margin-top: 0.7rem; text-align: center; color: #fff;}
.service03.active .list .z1{ font-size: 0.36rem;}
.service03.active .list .p1{ font-size: 16px; margin-top: 0.2rem;}
@media (min-width:1082px){
    .service03 .fr .z1{ margin: 0; max-width: 70%;}
    .service03 .lt button:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width:1px) and  (max-width:1081px){
    .service03 .lt{ width: 100%;}
    .service03 .fr{ width: 100%; margin-top: 0.3rem;}
}
/**********服务中心**********/

/**********常见问题**********/
.faqaside{ margin: 0; width: 23.4%; padding: 0.7rem 0;}
.faqaside .lbt{ padding: 0.35rem 0.25rem; margin-bottom: .45rem; background: #f4f7f9;}
.faqaside .lbt .z1{ font-size: 0.28rem; line-height:1;}
.faqaside .lbt .line{ display: block; width: 0.5rem; height: 5px; background: var(--main-color); margin: 0.15rem 0;}
.faqaside .lbt>ul{}
.faqaside .lbt>ul>li{ font-size: 0.16rem; position: relative; z-index: 1;}
.faqaside .lbt>ul>li>a{ padding: 0.15rem 0.1rem; display: flex; align-items: center;line-height: 1.3; position: relative; color: #666;}
.faqaside .lbt>ul>li>a img{ width: 0.3rem; margin: 0; margin-right: 0.1rem;}
.faqaside .lbt>ul>li>a:before{ content: ""; position: absolute; left: 0; bottom: 1px; width: 100%; height: 1px; background: #dcdcdc;}
.faqaside .lbt>ul>li>a:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #fff;}
.faqaside .lbt>ul>li:last-child{ border-bottom: 0;}
.faqaside .lbt>ul>li:hover>a:after,.faqaside .lbt>ul>li.active>a:after{ transform: translateY(-50%) rotate(0deg);}
.faqaside .lbt>ul>li:hover>a,.faqaside .lbt>ul>li.active>a{ color: var(--main-color); font-family: var(--font1);}
.faqaside .lbt>ul>li.active>ul{ display: block;}

.faqlist{ overflow: hidden; margin-bottom: 0.4rem;}
.faqlist .z1{ font-size: 0.36rem; font-family: var(--fontbold);}
.faqlist .list{ margin-top: 0.3rem;}
.faqlist .item{ margin-bottom: 5px; display: flex; justify-content: space-between; cursor: pointer;}
.faqlist .item .tag{ margin: 0; padding: 0.25rem; background: #f2f2f2; box-sizing: border-box; width: 0.63rem; font-family: var(--fontbold); font-size: 0.18rem; border-right: 1px solid #e2e2e2;}
.faqlist .item .txt{ flex: 1; background: #fafafa;}
.faqlist .item .txt .z1{ padding: 0.25rem; font-size: 0.18rem; position: relative; padding-right: 0.4rem;}
.faqlist .item .txt .z1:after{ content: "+"; position: absolute; right: 0.2rem; top: 50%; transform: translateY(-50%); font-size: 0.3rem; color: #666;}
.faqlist .item .txt .context{ font-size: 0.16rem; line-height: 1.625; color: #666; padding: 0 0.25rem 0.25rem 0.25rem; display: none;}
.faqlist .item.active .tag{ color: var(--main-color);}
.faqlist .item.active .txt .z1{ color: var(--main-color);}
.faqlist .item.active .txt .z1:after{ content: "×";}
.faqlist .item.active .txt .context{ display: block;}
@media (min-width:1082px){
    .faqaside{ position: sticky; top: 43px;}
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/

/**********合作伙伴**********/
.partner{ padding: 0 0 0 0;}
.partner .soft{ border-bottom: 1px solid #d1d1d1;}
.partner .soft .container{ }
.partner .soft .item{ margin: 0; display: inline-block; font-size: 18px; padding: 0.25rem 0.23rem; cursor: pointer;  position: relative;}
.partner .soft .item:before{ content: ""; width: 0; height: 4px; background: var(--main-color); position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); transition: 0.5s;}
.partner .soft .item.active{ font-weight: bold; }
.partner .soft .item.active:before{ width: 100%;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .partner .soft .item{ padding: 0.15rem 0.2rem; font-size: 14px;}
}

.partner01{ padding: 0.6rem 0 0.75rem;}
.partner01 .item{ align-items: center;}
.partner01 .item .img{ margin: 0; width: 52.27%; overflow: hidden; border-radius: 0.1rem;}
.partner01 .item .txt{ margin: 0; width: calc(100% - 52.27% - 0.8rem);}
.partner01 .item .txt .z1{ font-size: 0.36rem; line-height: 0.48rem; position: relative; z-index: 1;}
.partner01 .item .txt .z1:before{ position: absolute; left: 0; top: 0.1rem; z-index: -1; content: attr(data-name); text-decoration: line-through; text-decoration-color: #a3d6d5; /* 下划线颜色 */  text-decoration-style: solid; /* 下划线样式 */ text-decoration-thickness: 8px; /* 下划线粗细 */ color: transparent;}
.partner01 .item .txt .p1{ margin-top: 0.1rem; font-size: 16px; color: #666;}
.partner01 .item .txt .p2{ margin-top: 0.1rem; font-size: 16px; color: #666; line-height: 1.875;}
.partner01 .item .txt .p1 p{ margin-bottom: 0.2rem; position: relative; padding-left: 30px;}
.partner01 .item .txt .p1 p:before{ content: "\e715"; position: absolute; left: 0; top: 0; font-family: "iconfont"; display: inline-block; font-size: 16px;}
.partner01 .item .txt a{ display: inline-flex; align-items: center; justify-content: center; line-height: 1; font-size: 16px; color: var(--main-color); padding: 0.1rem 0.2rem; box-sizing: border-box; border-radius: 0.3rem; border: 1px solid var(--main-color); margin-top: 0.4rem;}
.partner01 .item .txt a i{ font-size: 20px; margin-right: 5px;}
.partner01 .item .txt a:hover{ border-color: var(--bout-color); color: var(--bout-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .partner01 .item .img{ width: 100%;}
    .partner01 .item .txt{ width: 100%; margin-top: 0.3rem;}
}

.partner02{ padding: 0.75rem 0 0.95rem; background: #f2f2f2;}
.partner02 .list{ margin-top: 0.5rem;}
.partner02 .list .item{ margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; box-sizing: border-box; padding: 0.15rem; border-radius: 0.1rem; background: #fff;}
.partner02 .list .item img{ width: 100%; height: auto; border-radius: 0.1rem;}
.partner02 .list .item .z1{ font-size: 18px; margin-top: 0.15rem;}
.partner02 .list .item .p1{ font-size: 16px; line-height: 1.6; color: #666; margin: 0.2rem 0;}
@media (min-width:1082px){
    .partner02 .list .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .partner02 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.25rem;}
}

.partner03{ padding: 0.7rem 0 1.1rem;}
.partner03 .container{ display: flex;}
.partner03 .item{ margin: 0; width: calc((100% - 1.5rem)/7); margin-right: 0.25rem; position: relative; overflow: hidden; border-radius: 0.1rem; cursor: pointer; transition: 0.35s;}
.partner03 .item .img{ overflow: hidden; height: 7.36rem; position: relative;}
.partner03 .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
.partner03 .item .txt{ position: absolute; left: 0; right: 0; bottom: 0.45rem; z-index: 2; padding: 0 0.1rem; transition: 0.35s; transform: translateY(90%);}
.partner03 .item .txt .z1{ font-size: 18px; line-height: 1.66; color: #e7e7e7;}
.partner03 .item .txt .p1{ font-size: 16px; line-height: 1.625; color: #e7e7e7; margin-top: 0.2rem; opacity: 0; width: 100%;}
.partner03 .item .txt i{ margin-top: 0.3rem; color: #fff; opacity: 0; display: block;}
.partner03 .item:before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; background: linear-gradient(to top,rgba(0,0,0,0.5),transparent); height: 100%; z-index: 1;}

@media (min-width:1082px){
    .partner03 .item.active{ width: 42%;}
    .partner03 .item.active .txt{ padding: 0 0.35rem; transform: translateY(0)}
    .partner03 .item.active .txt .z1{ color: #fff;}
    .partner03 .item.active .txt .p1{ opacity: 1;}
    .partner03 .item.active .txt i{ opacity: 1;}
}
@media (min-width:1px) and  (max-width:1081px){
    .partner03 .container{ flex-wrap: wrap;}
    .partner03 .item{ width: 100%; margin-right: 0; margin-bottom: 0.25rem;}
    .partner03 .item .txt{ padding: 0 0.35rem; transform: translateY(0)}
    .partner03 .item .txt .z1{ color: #fff;}
    .partner03 .item .txt .p1{ opacity: 1;}
    .partner03 .item .txt i{ opacity: 1;}
}

.partner04{ padding: 1.15rem 0 1rem; background: #f5f5f5}
.partner04 .container{ display: flex;}
.partner04 .item{ margin: 0; width: calc((100%)/5); overflow: hidden; cursor: pointer; transition: 0.35s; position: relative;}
.partner04 .item .img{ overflow: hidden;}
.partner04 .item .txt{ position: absolute; left: 0; top: 0; right: 0; height: auto; background: #fff; z-index: 2; box-sizing: border-box; padding: 0.3rem; transition: all 0.35s;}
.partner04 .item .txt i{ color: var(--main-color); font-size: 20px; display: block;}
.partner04 .item .txt i:first-child{ font-size: 0.3rem; margin-bottom: 0.2rem;}
.partner04 .item .txt .z1{ font-size: 18px; line-height: 1.33;}
.partner04 .item .txt .p1{ font-size: 16px; line-height: 1.5; color: #666; margin: 0.3rem 0 0 0; height: 0; overflow: hidden; transition: all 0.35s;}
.partner04 .item .txt i:last-child{ display: none;}

@media (min-width:1082px){
    .partner04 .item:hover .txt .p1{ height: 6em; margin: 0.3rem 0;}
    .partner04 .item:hover .txt i:last-child{ display: block;}
    .partner04 .item:nth-child(2n) .txt{  top: inherit; bottom: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .partner04 .container{ flex-wrap: wrap;}
    .partner04 .item{ width: 100%;} 
}
/**********合作伙伴**********/


/**********下载中心**********/
.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{ border-top: 1px solid #333; margin-bottom: 0.6rem;}
.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(4n){ margin-right: 0;}
    .downloadlist .item:hover .txt .down{ background: var(--main-color); color: var(--bout-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.downloadlist .item{ width: 100%; margin-right: 0;}
    .downloadlist .list .td .n1{ font-size: 12px;}
}
/**********下载中心**********/


/**********联系我们**********/
.information{padding:0.7rem 0 0.85rem 0 ; background: #f2f2f2;}
.information .container{ align-items: stretch;}
.information .lt{ margin: 0; width: calc(50% - 0.4rem); background: #fff; box-sizing: border-box; padding: 0.5rem 0.45rem;}
.information .lt .z1{ font-family: var(--fontbold); font-size: 0.35rem; line-height: 1.42;}
.information .lt .p1{ font-size: 16px; line-height: 1.875; color: #666; margin-top: 0.15rem;}
.information .lt .img{ overflow: hidden; margin-top: 0.45rem;}
.information .fr{ margin: 0; width:50%; box-sizing: border-box; background: #fff; padding: 0.5rem 0.45rem;}
.information .fr .z1{ font-family: var(--fontbold); font-size: 0.35rem; line-height: 1.42;}

.maps{ padding: 0.8rem 0 0.9rem;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .information{ padding: 0.5rem 0;}
    .information .lt{ width: 100%;}
    .information .lt .p1{ font-size: 14px;}
    .information .fr{ display: none;}
    .maps{ padding: 0.5rem 0;    }
}

.information1{ padding: 0.45rem 0;}
.information1 .container{ align-items: center;}
.information1 .lt{ margin: 0; width: 50%;}
.information1 .lt .item{ margin: 0; width: calc((100%)/2);}
.information1 .lt .item .z1{ font-size: 0.2rem; font-family: var(--fontbold); color: var(--main-color);}
.information1 .lt .item .p1{ font-size: 0.35rem; font-family: var(--fontbold); color: #777; margin-top: 0.15rem;}
.information1 .fr{ margin: 0; width: 50%; display: flex; align-items: center; justify-content: flex-end;}
.information1 .fr a{ display: inline-block; margin-left: 0.5rem; color: var(--main-color);}
.information1 .fr a i{ font-size: 0.3rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .information1 .lt{ width: 100%;}
    .information1 .lt .item{ width: 100%;}
    .information1 .fr{ width: 100%; margin-top: 0.3rem; justify-content: flex-start;}
    .information1 .fr a{ margin: 0; margin-right: 0.2rem;}
}

.leave{ background-size: cover; background-repeat: no-repeat;}

.leave .feedbackbox{ margin-top: 0.5rem;}
.leave .feedbackbox .input{display: block; margin-bottom: 0.2rem;}
.leave .feedbackbox label{ font-size: 16px; color: var(--main-color);display: none; margin-bottom: 0.1rem;}
.leave .feedbackbox label span{ color: red;}
.leave .feedbackbox input[type='text']{ margin: 0; width: 100%; height: 0.6rem; box-sizing: border-box; background: none; border-bottom: 1px solid #999;}
.leave .feedbackbox input[type='text']::placeholder{ color: #666;}
.leave .feedbackbox textarea{ width: 100%; height: 1rem; box-sizing: border-box; background: none; font-size: 16px; resize: none; border-bottom: 1px solid #999; padding: 0.1rem 0;}
.leave .feedbackbox textarea::placeholder{ color: #666;}
.leave .feedbackbox .btn{ display: block;}
.leave .feedbackbox button{ line-height: 1; display: flex; align-items: center; padding: 0.15rem 0.3rem; background: var(--main-color); border-radius: 0.2225rem; color: #fff; border: 0; font-size: 16px; cursor: pointer; outline: none; transition: all 0.35s; margin-top: 0.2rem;}
.leave .feedbackbox button i{ margin-right: 0.1rem;}
@media (min-width:1082px){
    .leave .feedbackbox .input{  width: calc((100% - 0.35rem)/2); margin-right: 0.35rem; }
    .leave .feedbackbox .input:nth-child(2n){ margin-right: 0;}
    .leave .w100{ width: 100%!important; margin-right: 0!important; display: block!important; }
    .leave .feedbackbox button:hover{ transform: translateY(-10px)}
}
@media (min-width:1px) and (max-width:1081px){
	.leave{ margin-bottom: 0.6rem;}
    .leave .input{ width: 100%;}
	.leave .input input{ height: 40px;}
}
/**********联系我们**********/


/**********网站地图**********/
.SitemapPage{ overflow: hidden; padding: 0.6rem 0}
.SitemapPage .title .maintit{ font-size: 0.3rem; color: #333; text-transform: uppercase; margin-bottom: 0.15rem; margin-bottom: 0.3rem;}
.sitemapnav a{display:inline-block;}
.sitemapnav dt{margin-bottom:10px;}
.sitemapnav dt a{font-size:24px;color:#000;}
.sitemapnav dd.line{width:100%;height:1px;background-color:#ddd;margin:15px 0;}
.sitemapnav dd{margin-bottom:10px;position:relative;}
.sitemapnav dd.bigcate{padding-left:30px;}
.sitemapnav dd.bigcate:before{content:"";width:10px;height:2px;position:absolute;left:15px;top:14px;background-color:#333;}
.sitemapnav dd.bigcate a{font-size:20px;color:#333;line-height:30px;}
.sitemapnav dd.smallcate{padding-left:50px;}
.sitemapnav dd.smallcate:before{content:"";width:10px;height:2px;position:absolute;left:35px;top:14px;background-color:#666;}
.sitemapnav dd.smallcate a{font-size:18px;color:#666;line-height:30px;}
.sitemapnav dd.prolist{padding-left:55px;}
.sitemapnav dd.prolist a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.prolist a:before{content:">";margin-right:5px;}
.sitemapnav dd.list{padding-left:20px;}
.sitemapnav dd.list a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.list a:before{content:">";margin-right:5px;}
.sitemapnav a:hover{color:#0093e4!important;text-decoration:underline;}
@media (max-width:767px) {
    .sitemapnav dt a{font-size:18px;}
    .sitemapnav dd.bigcate a{font-size:16px;}
    .sitemapnav dd.smallcate a{font-size:15px;}
    .sitemapnav dd.prolist a{font-size:14px;}
    .sitemapnav dd.list a{font-size:14px;}
}
/**********网站地图**********/


/**********公共样式**********/

.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; padding-bottom: 0.4rem;}

.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: #ddd; z-index: 20; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.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: 16px; 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 20px;}
.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: 12px; color: #999; padding: 5px;}
.category .list>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li:last-child{ border-bottom: 0;}
.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:0;top:50%;margin-top:-80px;z-index:9; }
#float .ico{ width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; background: var(--main-color); margin-bottom: 0.1rem; border-radius: 50%; color: #fff; cursor: pointer; position: relative;}
#float .ico i{ font-size: 0.25rem;}
#float .ico span{ display: none; position: absolute; right: 100%; top: 0; width: 2.4rem; transition: all 0.5s;}
#float .ico#btninquiry span{ position: absolute; background: var(--main-color); width: 1.4rem; padding: 0.14rem; box-sizing: border-box; border-radius: 0.1rem; right: 50%; text-align: center; font-size: 16px; line-height: 1.5; color: #fff; top: -90px;}
#float .ico#btninquiry span em{ width: 18px; height: 18px; background: var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; right: -5px; top: -7px; color: #fff; font-size: 10px; font-style: normal; }
#float .ico#btninquiry span:before{ content: ""; position: absolute; left: 50%; bottom: -9px; width: 18px; height: 18px; background: var(--main-color); border-radius: 50%;}
#float .ico#btninquiry span:after{ content: ""; position: absolute; left: 65%; bottom: -0.2rem; width: 9px; height: 9px; background: var(--main-color); border-radius: 50%;}
#float .ico#btninquiry.visible span{ display: block;}
#float .whatsapp{ background: #3acb3e;}
#float .wechat{ background: #3acb3e;}
#float .qq{ background: #68A5E1;}
#float .onhover:hover span{ display: block;}

@media (min-width:1px) and (max-width:1081px){
	
}

.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:10; 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 .contactTop .txt{ flex: 1; margin: 0 15px; font-size: 14px; line-height: 1.5;}
.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);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0; position: relative; z-index: 1;}
.floatForm .contactForm .submit:before{ content: ""; position: absolute; left: 0; top: 0; background-color:var(--main-color); width: 100%; height: 100%; z-index: -2;}
.floatForm .contactForm .submit:after{ content: ""; position: absolute; right: 0; top: 0; background-color:var(--bout-color); width: 0; height: 100%; z-index: -1; transition: all 0.35s;}
.floatForm .contactForm .submit:hover:after{ width: 100%; left: 0; }
@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: 24px; height: 24px; line-height: 1.4; border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:14px; display: flex; justify-content: center; box-sizing: border-box;}
.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;}
/**********分页样式**********/

/*****GoogleCookie******/
.GoogleCookie{display:block; position:fixed;bottom: 0px;  left:0px; width:100%; background:rgba(0,0,0,0.7);animation:myfirst 1.5s;-webkit-animation:myfirst 1.5s;z-index:999; }
.GoogleCookie .txt{display:block; padding:1% 5%;}
.GoogleCookie .txt h4{font-size:18px!important; font-weight:bold; display:block; color:#fff!important;}
.GoogleCookie .txt p{font-size:16px!important; display:block;color:#fff!important;}
.GoogleCookie .txt button{padding:10px 15px; font-size:16px; background:rgba(0,0,0,0.7);color:#fff!important; border:solid 1px #333333; border-radius:5px; cursor:pointer;}
.GoogleCookie .txt button:last-child{margin-left:25px;}
@keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
@-webkit-keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
.OpenGoogleCookie{position:fixed;bottom:25px; right:0px;z-index:9999; width:50px; height:50px; display:none;}
.OpenGoogleCookie a{ width:50px; height:50px; cursor:pointer;}
.OpenGoogleCookie a img{display:block; width:50px; height:50px;}
.OpenGoogleCookie a:hover p{display:block;}
.OpenGoogleCookie p {position: absolute;right: 50px;top:0px;width: 160px; display:none;}
.OpenGoogleCookie p span{float:right; width:140px; color: #dddddd;font-size: 12px!important;text-align: center;line-height: 2em; background:#333; }
.OpenGoogleCookie p i{float:right; margin-right:0px; border-style: solid; border-color: transparent; border-width: 12px 0 12px 12px; border-left-color: #333; }
 @media (min-width:1px) and (max-width:768px){.GoogleCookie{bottom: 50px;}.OpenGoogleCookie{bottom:50px} }







