﻿/**********样式重置**********/
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:1240px){
	.container{ width: 1100px; padding: 0; box-sizing: border-box; margin: 0 auto;}
}
@media (min-width:1640px){
	.container{ width: 1500px; padding: 0; box-sizing: border-box; margin: 0 auto;}
}

/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 11; box-sizing: border-box; transition: linear 0.35s; background: none; }
@media (min-width:1082px){
	.header .container{  display: flex; align-items: center; box-sizing: border-box; justify-content: space-between; }
	.header.fis_show{ top: 0; box-shadow: 0 0 5px #ddd; background: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff; top: 0;}
}
.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .logo a{ display: block; padding: 0.25rem 0; transition: linear 0.35s;}
.header .logo img{ width: auto; height: 0.38rem; transition: linear 0.35s; }

@media (min-width:1082px){
    .header .logo img{ -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
    .header.fis_show .logo img{ -webkit-filter: brightness(1) invert(0);filter: brightness(1) invert(0);}
}
@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; position: relative; z-index: 1; 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; color: #333; 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; color: var(--bout-color);}
.header .menu .jdmenu>ul>li>a>b:before{ content: "\e651"; font-family: "iconfont"}
@media (min-width: 1082px) {
    .header .menu{ }
    .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; padding: 0.26rem 0;}
	.header .menu .jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 0.1rem 0.15rem; align-items: center; line-height: 1; color: #fff; position: relative;}
    .header .menu .jdmenu>ul>li>a>b{display: none;}
    .header .menu .jdmenu>ul>li>a:before{ content: "\e603"; font-family: "iconfont"; position: absolute; left: 50%; top: -.1rem; transform: translateX(-50%) rotate(90deg); color: var(--main-color); font-size: 0.24rem; opacity: 0;}
    
    .header.fis_show .menu .jdmenu>ul>li>a{ color: #333;}
    
	.header .menu .jdmenu>ul>li.active>a:before,.header .menu .jdmenu>ul>li:hover>a:before{ opacity: 1;}
    
}

@media (min-width: 1px) and (max-width: 1081px){
	.header .menu{ padding: 0; display: flex;}
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 55px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height: calc(100% - 72px); 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 .info{ display: inline-flex; margin-right: 0; align-items: center; position: relative;}

.header .info .btnlanger{ display: inline-flex; align-items: center;}
.header .info .btnlanger a{ font-size: 16px; color: #fff;}
.header .info .btnlanger span{ width: 1px; height: 0.24rem; background: #fff; display: block; margin: 0 5px;}
.header .info .btnlanger a.active{ text-decoration: underline;}

@media (min-width: 1082px) {
	.header .info{}
    .header.fis_show .info .btnlanger a{ color: #333;}
    .header.fis_show .info .btnlanger span{ background: #333;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .info{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%); z-index: 3;}
    .header .info .btn1{ font-size: 12px;}
}

.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 #eaeaea;}
.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: -100%; width: 3.4rem; padding: 1rem 0.3rem; z-index: 12; background: #fff; overflow: hidden; transition: linear 0.35s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3); box-sizing: border-box;}
.btnlangerlist .close{ position: absolute; top: 0.5rem; 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{ top: 0;}*/

@media (min-width: 1082px) {
    .searchbtn{ width: 2.2rem; 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; padding:  0.15rem;}
.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; display: flex; align-items: center;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a:after{ content: "\e642"; font-family: "iconfont"; margin-right: 0; margin-left: auto; font-size: 10px; width: 16px; height: 16px; background: #ccc; display: flex; align-items: center; justify-content: center; border-radius: 50%;}

/*三级导航*/
.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;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu.langer{ width:50px; min-width: inherit;}
	.header .menu .jdmenu>ul>li>.dropdown-menu.langer>li>a{ padding: 0.1rem;}
	.header .menu .jdmenu>ul>li>.dropdown-menu.langer>li>a span{ display: none; margin: 0; margin-left: 5px; font-size: 0.14rem;}
}
@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;}
}


.search{ width: 2rem; margin-left: 0.25rem;}
.search form{ display: flex; transition: linear 0.35s; z-index: 2; padding: 5px; border: 1px solid #fff; box-sizing: border-box; overflow: hidden; border-radius: 5px;}
.search form>input{ width: calc(100% - 25px); height: 25px; padding: 0 0.1rem; background: none; color: #fff; border:0; transition: linear 0.5s; box-sizing: border-box;}
.search form>button{ width: 25px; background: none; border: 0; cursor: pointer; outline: none; color: var(--bout-color);}
.search form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}
.search>form>input::-webkit-input-placeholder{ color: #fff;}
.search>form>input::-moz-placeholder{ color: #fff;}
.search>form>input::-moz-placeholder{ color: #fff;}
.search>form>input::-ms-input-placeholder{ color: #fff;}
@media (min-width: 1082px) {
    .header.fis_show .search>form{ border-color: #333;}
    .header.fis_show .search>form>input{ color: #333;}
    .header.fis_show .search>form>input::-webkit-input-placeholder{ color: #666;}
    .header.fis_show .search>form>input::-moz-placeholder{ color: #666;}
    .header.fis_show .search>form>input::-moz-placeholder{ color: #666;}
    .header.fis_show .search>form>input::-ms-input-placeholder{ color: #666;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.search .searchlist{ width: 80%; box-sizing: border-box; padding: 0 3vw;}
}
/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; z-index: 1; position: relative;}
.bframe .swiper-slide{ overflow: hidden; position: relative;}
.bframe .swiper-slide a{ display: block; position: relative;}
.bframe .swiper-slide img{ width: 100%; height: 100%; object-fit: cover;}

.bframe .swiper-pt{ position: absolute;  bottom: 0.75rem; z-index: 9; }
.bframe .swiper-pt .swiper-pagination-bullet{ display: inline-block; width: 0.1rem; height: 0.1rem; border: 0; opacity: 1; transition: linear 0.35s; position: relative; z-index: 2; border-radius: 50%; background: #fff; margin: 0 7px;}
.bframe .swiper-pt .swiper-pagination-bullet-active{ background: var(--main-color);}

.bframe .btn{ width: 0.48rem; height: 0.48rem; display: none; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid #fff; border-radius: 50%; color: #fff; cursor: pointer; outline: none; position: absolute; top: 50%; transform: translateY(-50%); z-index: 3;}
.bframe .btn i{ font-size: 12px; display: block;}
.bframe .btn:hover{ background: #2552a1;}
.bframe .btn-prev{ left: 0;}
.bframe .btn-prev i{ transform: rotate(180deg);}
.bframe .btn-next{ right: 0;}

@media (min-width: 1082px) {
	.bframe {}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
	.bframe .swiper-pt{ bottom: 0.2rem;}
}

/**********大图切换**********/


/**********首页样式**********/
.pagelogo{ position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: #000; display: flex; align-items: center; justify-content: center; z-index: 9999;}

.iframe{ padding: 0.75rem 0 0.5rem; overflow: hidden;}
.iframe .tit{ text-align: center;}
.iframe .tit .z1{ font-size: 0.42rem; line-height: 1; font-family: var(--font1);}
.iframe .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;}
.iframe .tit .p1{ font-size: 16px; color: #666; line-height: 2;}
.iframe .list{ display: none; margin-top: 0.5rem;}
.iframe .list.active{ display: block;}
.iframe .list .item{ display: block; background-repeat: no-repeat; background-size: cover; background-position:  center center; position: relative; text-align: center; padding: 0.6rem 0;}
.iframe .list .item:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); opacity: 0.85; z-index: 1;}
.iframe .list .item .img{ overflow: hidden; position: relative; z-index: 2;}
.iframe .list .item .txt{ position: relative; z-index: 2; padding: 0 0.55rem 0 0.55rem; display: flex; align-items: center; justify-content: space-between;}
.iframe .list .item .txt .z1{ display: inline-block; font-size: 0.2rem; margin: 0; color: #fff; font-weight: normal;}
.iframe .list .item .txt i{ color: #fff; margin: 0; font-size: 0.2rem;}
.iframe  ul{ margin-top: 0.7rem; position: relative; z-index: 1; padding: 0 0.5rem;}
.iframe  ul:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 5px; border-radius: 2.28px; background: #d7d7d7; z-index: -1;}
.iframe  ul>li{ display: inline-block; margin: 0; padding: 0.25rem 0.9rem; font-size: 0.24rem; width: calc((100%)/5); position: relative; z-index: 1; cursor: pointer;}
.iframe  ul>li:before{ content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 0; height: 5px; border-radius: 2.28px; background: var(--main-color); transition: all 0.35s;}
.iframe  ul>li.active:before{ width: 100%;}
@media (min-width:1082px){
    .iframe .list{ margin: 0 -2rem; margin-top: 0.5rem;}
    .iframe .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe .tit .p1{ font-size: 14px;}
    .iframe  ul{ display: none;}
}


.iframe1{ position: relative; z-index: 0; padding: 0.75rem 0 0 ; background: #f6f6f6;}
.iframe1 .tit{}
.iframe1 .tit .z1{ font-size: 0.42rem; font-family: var(--font1); padding-left: 30px; position: relative; line-height: 1.2;}
.iframe1 .tit .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.iframe1 .list{ display: flex; justify-content: space-between; margin-top: 0.5rem;}
.iframe1 .list .item{ margin: 0; width: 14%; height: 7.05rem; overflow: hidden; background-repeat: no-repeat; background-size: cover; background-position:  center center; cursor: pointer; position: relative; transition: all 1s;}
.iframe1 .list .item:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); z-index: 1; width: 100%; height: 100%; background: var(--main-color); opacity: 0.46; transition: all 1s;}
.iframe1 .list .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); z-index: 2; width: 100%; transition: all 1s; color: #fff; text-align: center;}
.iframe1 .list .item .txt i{ font-size: 0.6rem;}
.iframe1 .list .item .txt .z1{ font-size: 0.24rem; margin: 0.25rem 0 0.35rem;}
.iframe1 .list .item .txt .p1{ font-size: 0.16rem; line-height: 1.5;}
.iframe1 .list .item.active{ width: 45%;}
.iframe1 .list .item.active:before{ transform: translate(-50%,-50%) scale(1);}
.iframe1 .list .item.active .txt{ transform: translate(-50%,-50%) scale(1);}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe1{ display: none;}
}

.iframe2{ padding: 0.75rem 0 0.9rem; background-repeat: no-repeat; background-size: 5.51rem 3.6rem; background-position: 5rem 0.3rem;}
.iframe2 .tit{}
.iframe2 .tit .z1{ margin: 0; display: inline-block; font-size: 0.42rem; font-family: var(--font1); padding-left: 30px; position: relative; line-height: 1.2;}
.iframe2 .tit .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.iframe2 .tit .p1{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 1rem;}
.iframe2 .tit .p1 p{ font-size: .18rem; line-height: 1.78;}
.iframe2 .tit .p1 a{ display: inline-flex; align-items: center; justify-content: space-between; padding: 0.1rem 0.2rem; box-sizing: border-box; border: 2px solid var(--bout-color); line-height: 1; font-size: 0.16rem; color: var(--main-color); margin-top: 0.35rem;}
.iframe2 .list{ margin-top: 0.6rem; position: relative;}
.iframe2 .list .swiper-slide{ margin: 0; width: 100%;}
.iframe2 .list .item{ display: block;}
.iframe2 .list .item .img{ overflow: hidden; position: relative; height: 5.6rem;}
.iframe2 .list .item .img img{ width: 100%; height: 100%; object-fit: cover;}
.iframe2 .list .item .img:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,0,0,0.41);}
.iframe2 .list .item .img .nr{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; box-sizing: border-box; transform: scale(0); transition: all 0.35s; z-index: 2;}
.iframe2 .list .item .img .nr .tag{ display: flex; align-items: center; justify-content: center; width: 0.77rem; height: 0.77rem; background: var(--main-color); color: #fff; left: 0.65rem; top: 0.65rem; position: absolute;}
.iframe2 .list .item .img .nr .tag i{ font-size: 0.6rem;}
.iframe2 .list .item .img .nr .p1{ position: absolute; left: 0.65rem; bottom: 0.55rem; background: rgba(255,255,255,0.37); right: 0.65rem; padding: 0.35rem 0.25rem; box-sizing: border-box; backdrop-filter: blur(10px);}
.iframe2 .list .item .img .nr .p1 p{ font-size: 0.16rem; line-height: 1.875; color: #fff;}
.iframe2 .list .item .txt{ padding: 0.2rem 0.2rem 0 0.2rem;}
.iframe2 .list .item .txt .z1{ font-size: 0.24rem;}
.iframe2 .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;}
.iframe2 .list .btn i{ display: block; font-size: 0.24rem;}
.iframe2 .list .btn:hover{ background: var(--main-color);}
.iframe2 .list .btn-prev{ left: 0;}
.iframe2 .list .btn-prev i{ transform: rotate(180deg);}
.iframe2 .list .btn-next{ right: 0;}
@media (min-width:1082px){
    .iframe2 .tit .p1 a:hover{ color: var(--main-color); border-color: var(--main-color);}
    .iframe2 .list .swiper-slide{ margin: 0; width: calc(30% - 40px);}
    .iframe2 .list .swiper-slide-active+div{ width: 40%;}
    .iframe2 .list .swiper-slide-active+div .item .nr{ transform: scale(1);}
    .iframe2 .list .btn-prev{ left: -0.25rem;}
    .iframe2 .list .btn-next{ right: -0.25rem;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe2{ padding: 0 0 0.9rem;}
    .iframe2 .tit .z1{ width: 100%; box-sizing: border-box;}
    .iframe2 .tit .p1{ width: 100%; padding: 0; box-sizing: border-box; margin-top: 0.3rem;}
    .iframe2 .list .swiper-slide-active .item .nr{ transform: scale(1);}
}


.iframe3{ background: #f6f6f6; padding: 0.75rem 0;}
.iframe3 .tit{ align-items: center;}
.iframe3 .tit .z1{ margin: 0; display: inline-block; font-size: 0.42rem; font-family: var(--font1); padding-left: 30px; position: relative; line-height: 1.2;}
.iframe3 .tit .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.iframe3 .tit ul{ margin-left: 0.5rem; margin-right: auto;}
.iframe3 .tit ul li{ margin: 0; display: inline-block; cursor: pointer; font-size: 0.16rem; padding: 0 0.2rem; color: #666; line-height: 1;}
.iframe3 .tit ul li.active{ color: var(--main-color);}
.iframe3 .tit ul li:not(:last-child){ border-right: 1px solid #666;}
.iframe3 .tit a{ margin: 0; display: inline-flex; align-items: center; justify-content: space-between; padding: 0.1rem 0.2rem; box-sizing: border-box; border: 2px solid var(--bout-color); line-height: 1; font-size: 0.16rem; color: var(--main-color); }
.iframe3 .list{ margin-top: 0.5rem; display: none;}
.iframe3 .list.active{ display: flex;}
.iframe3 .list .lt{ margin: 0; width: 50%;}
.iframe3 .list .lt .item{ display: block; position: relative; overflow: hidden;}
.iframe3 .list .lt .item .img{ overflow: hidden; }
.iframe3 .list .lt .item .img img{ width: 100%; height: auto;}
.iframe3 .list .lt .item .txt{ position: absolute; left: 0; bottom: 0; z-index: 2; box-sizing: border-box; padding: 0.35rem; right: 0; color: #fff;}
.iframe3 .list .lt .item .txt time{ font-size: 16px; display: block;}
.iframe3 .list .lt .item .txt time i{ margin-right: 5px;}
.iframe3 .list .lt .item .txt span{ display: inline-block; font-size: 14px; padding: 3px 10px; border: 1px solid #fff; box-sizing: border-box; margin: 0.15rem 0;}
.iframe3 .list .lt .item .txt .z1{ font-size: 20px; margin-bottom: 0.15rem;}
.iframe3 .list .lt .item .txt .p1{ font-size: 14px;}
.iframe3 .list .lt .item:before{ content: ""; position: absolute; left: 0; bottom: -15%; width: 100%; height: 60%; background: linear-gradient(to top,var(--bout-color),transparent); z-index: 1;}
.iframe3 .list .fr{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.3rem;}
.iframe3 .list .fr .item{ display: block; padding: 0.35rem; background: #fff; width: 100%; box-sizing: border-box;}
.iframe3 .list .fr .item .txt{}
.iframe3 .list .fr .item .txt .z1{ font-size: 20px; font-family: var(--font1); border-bottom-style: solid; border-bottom-color: transparent; border-bottom-width: 1px; line-height: 1.2; display: inline-block; transition: all 0.35s;}
.iframe3 .list .fr .item .txt .p1{ font-size: 14px; margin-top: 5px; margin-bottom: 0.2rem;}
.iframe3 .list .fr .item .txt .timer{ display: flex; align-items: center;}
.iframe3 .list .fr .item .txt .time span{ display: inline-block; font-size: 14px; padding: 3px 10px; border: 1px solid var(--main-color); box-sizing: border-box; color: var(--main-color); margin-right: .1rem;}
.iframe3 .list .fr .item .txt .time time{ font-size: 14px;}
.iframe3 .list .fr .item .txt .time time i{ margin-right: 0.1rem; color: var(--main-color);}
.iframe3 .list .fr .item:not(:last-child){ margin-bottom: 0.2rem;}
@media (min-width:1082px){
    .iframe3 .tit a:hover{ color: var(--main-color); border-color: var(--main-color);}
    .iframe3 .list .lt .item:hover .img img{ transform: scale(1.1);}
    .iframe3 .list .fr .item:hover .txt .z1{ border-bottom-color: #666;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe3 .tit .z1{ width: 100%; box-sizing: border-box;}
    .iframe3 .tit a{ margin-top: 0.3rem;}
    .iframe3 .list .lt{ width: 100%;}
    .iframe3 .list .fr{ width: 100%; padding: 0; margin-top: 0.3rem;}
    .iframe3 .list .fr .item .txt .z1{ display: block; font-size: 16px;}
}


.iframe4{ border-top: 1px solid #d8d8d8; background: #f6f6f6;}
.iframe4 .swiper-slide{ margin: 0; padding: 0.2rem 0;}
.iframe4 .swiper-pt{ height: 1px; background: none;}
.iframe4 .swiper-pt .swiper-pagination-progressbar-fill{ height: 1px; background: var(--bout-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}

/**********首页样式**********/


/**********底部样式**********/
.footer{  background-color: #1a1a1a; background-repeat: no-repeat; background-size: cover; background-position: center bottom; overflow: hidden;}

/*.footer .barrier{}
.footer .barrier .container{ padding: 0.65rem 0 0.5rem;  border-bottom: 1px solid #414346; align-items: flex-end;}
.footer .barrier .lt{ margin: 0; width: 50%;}
.footer .barrier .fr{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.2rem;}
.footer .barrier .subscribeBox{ display: flex; justify-content: space-between; box-sizing: border-box; padding: 7px; border: 1px solid #5e6064;}
.footer .barrier .subscribeBox input{ width: calc(100% - 0.47rem); background: none; box-sizing: border-box; padding-left: 0.2rem; color: #606165;}
.footer .barrier .subscribeBox input::placeholder{ color: #606165;}
.footer .barrier .subscribeBox button{ margin: 0; width: 0.47rem; height: 0.47rem; background: var(--bout-color); border: 0; color: #fff; cursor: pointer; outline: none;}
.footer .barrier .subscribeBox button i{ font-size: 0.24rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .footer .barrier .lt{ width: 100%;}
    .footer .barrier .fr{ width: 100%; padding: 0; margin-top: 0.3rem;}
}*/

.footer footer{ position: relative; z-index: 2;  padding: 0.65rem 0 0.95rem;}
.footer footer .container{ display: flex; justify-content: space-between;}
.footer footer .foot{ margin: 0;}
.footer footer .foot:not(:last-child){ margin-right: 1.25rem;}
.footer footer .foot .z1{ font-size: 0.22rem; color: #fff;}
.footer footer .foot .line{ width: 0.32rem; height: 2px; background: var(--main-color); display: block; margin:.1rem 0 0.2rem; }


.footer footer .foot ul{}
.footer footer .foot li{ display: block; margin-bottom: 0.14rem;}
.footer footer .foot li>a{ display: block; font-size: 16px; color: #999; position: relative; }
.footer footer .foot li>a:before{ content: "\e642"; font-family: "iconfont"; margin-right: 5px; font-size: 12px;}
.footer footer .foot li:hover>a{ color:#fff;}
.footer footer .foot .info{ font-size: 16px; color: #999; margin-bottom: 0.14rem;}
.footer footer .foot .info a{ color: #999;}
.footer footer .foot .info a:hover{ color: #fff;}
.footer footer .foot .info .tel{ font-family: var(--font1); font-size: 0.3rem; margin-bottom: 0.35rem; color: #fff; line-height: 1; display: block;}
.footer footer .foot a.btninquy{ padding: 0.1rem 0.17rem; line-height: 1; background: var(--main-color); color: #fff; font-size: 16px; margin-top: 0.2rem; display: inline-flex; align-items: center;}

.footer footer .foot:nth-child(1){ width: 1rem;}
.footer footer .foot:nth-child(2){ width: 1rem;}
.footer footer .foot:nth-child(3){ width: 1.2rem; }
.footer footer .foot:nth-child(4){ width: 1.1rem;}
.footer footer .foot:nth-child(5){ width: 4.1rem; box-sizing: border-box; background-repeat: no-repeat; background-position: left top; padding-left: 0.8rem; background-size: 0.6rem 1.44rem;}
@media (min-width:1082px){
    .footer footer .foot .ly .subscribeBox .input:nth-child(2n){ margin-right: 0;}
}
@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; background: #1a1a1a; border-top: 1px solid #212121;}
.copyright .footdiv{ font-size: 14px; line-height: 1.5; color: #999;}
.copyright .footdiv a{ color: #999;}
@media (min-width:1082px){
	.copyright .container{ display: flex; justify-content: space-between; padding: 0.2rem 0; }
	.copyright .footdiv{ margin: 0; width: 50%; }
	.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;}

@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 55px;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ overflow: hidden; padding: 0.2rem 0; box-sizing: border-box; background-size: cover; background-repeat: no-repeat;}
.location .container{ position: relative;}
.location .txt{ position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; font-size: 14px; color: #ccc; text-transform: uppercase;}
.location .txt .icon-home{ color: #ccc; font-size: 20px; margin-right: 3px;}
.location .txt .icon-home:before{ content: "\e60f";}
.location .txt .icon-here{ margin: 0 4px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; color: var(--bout-color);}
.location .txt .icon-here:before{ content: ""; width: 4px; height: 1px; background: #ccc;}
.location .txt a{ color: #ccc;}
.location .txt span{}
.location .txt a:hover{ color: var(--bout-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.stylesort{ overflow: hidden; border-bottom: 1px solid #ccc; background: #fff;}
.stylesort .flex_betweenlist{ align-items: flex-end;}
.stylesort .item{ display: inline-block; margin: 0; padding: 0.15rem 0.4rem; border-top: 1px solid #ccc; border-right: 1px solid #ccc; font-size: 18px; color: #ccc; line-height: 1;}
.stylesort .item:first-child{ border-left:1px solid #ccc;}
.stylesort .item:hover,.stylesort .item.active{ font-family: var(--font1); padding: 0.22rem 0.4rem; background: var(--main-color); color: #fff;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}
/**********面包屑**********/

.body{ }



/**********关于我们**********/
.aframe{ padding: 0.5rem 0; overflow: hidden;}

.aframe .flex_between{ align-items: center;}
.aframe .lt{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.4rem;}
.aframe .lt .z2{ font-size: 16px; color: var(--main-color); margin-bottom: 0.1rem;}
.aframe .lt .z1{ font-size: 0.42rem; font-family: var(--font1); padding-left: 30px; position: relative; line-height: 1.2;}
.aframe .lt .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.aframe .lt .context{ margin-top: 0.6rem; height: 3.5rem; overflow-y: scroll; padding-right: 0.6rem; font-size: 16px; line-height: 2.25; color: #666;}
.aframe .lt .context::-webkit-scrollbar{width:5px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear}
.aframe .lt .context::-webkit-scrollbar-thumb{border-radius:5px;background:var(--main-color);box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}
.aframe .lt .context::-webkit-scrollbar-thumb:active{ background:var(--main-color);}
.aframe .lt .context::-webkit-scrollbar-track{border-radius:5px;background:#f3f5f9;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}
.aframe .fr{ margin: 0; width: calc(50% - 0.65rem); box-sizing: border-box; position: relative; z-index: 1;}
.aframe .fr span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 0.8rem; height: 0.8rem; background: var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; cursor: pointer; animation:pulse-orange 2s infinite;}
.aframe .fr span i{ font-size: 0.4rem;}

.aframe .list{ margin-top: 0.6rem;}
.aframe .list .item{ margin: 0; width: calc((100%)/4);}
.aframe .list .item .z1{ display: flex; align-items: flex-start;}
.aframe .list .item .z1 span{ font-family: var(--font1); font-size: 0.72rem; line-height: 1;}
.aframe .list .item .z1 em{ display: inline-block; font-style: normal; font-size: 16px; color: #999;}
.aframe .list .item .p1{ margin-top: 0.2rem; font-size: 16px;}
.aframe .list .item .p2{ font-size: 14px; color: #999;}
@media (min-width:1082px){
}
@media (min-width:1240px){
    .aframe .lt{ padding-left: calc((100% - 1100px)/2);}
}
@media (min-width:1640px){
    .aframe .lt{ padding-left: calc((100% - 1500px)/2);}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe .lt{ width: 100%; padding: 0 15px;}
    .aframe .fr{ width: 100%; padding: 0 15px; margin-top: 0.3rem; display: none;}
    .aframe .list .item{ width: 100%; margin-bottom: 0.2rem;}
}

.aframe1{ padding: 0.75rem 0 0 0; position: relative; z-index: 1; height: 4.4rem; box-sizing: border-box; background-repeat: no-repeat; background-size: cover;}
.aframe1 .tit{ text-align: center;}
.aframe1 .tit .z1{ font-size: 0.42rem; line-height: 1; font-family: var(--font1); color: #fff;}
.aframe1 .tit .line{ display: inline-block; width: 0.7rem; height: 3px; background: #fff; margin: 0.15rem 0;}
.aframe1 .tit .p1{ font-size: 16px; color: #fff; line-height: 2;}
.aframe1 .list{ margin-top: 0.5rem;}
.aframe1 .list .swiper-slide{ margin: 0; padding: 0 0 0.13rem 0;}
.aframe1 .list .item{ display: block; background: #fff; box-shadow: 4px 0 0.13rem rgba(0,0,0,0.17); box-sizing: border-box; padding: 0.45rem 0.4rem 0.4rem 0.4rem; cursor: pointer;}
.aframe1 .list .item .tag{ margin: 0; display: flex; align-items: center; justify-content: center; width: 0.89rem; height: 0.89rem; background: #f2f7ff; border-radius: 50%; transition: all 0.4s;}
.aframe1 .list .item .txt{ margin-top: 0.25rem;}
.aframe1 .list .item .txt .z1{ font-family: var(--font1); font-size: 0.24rem;}
.aframe1 .list .item .txt .p1{ font-size: 0.16rem; line-height: 1.875; height: 5.625em;}
.aframe1 .list .item .txt .line{ width: 0.42rem; height: 7px; background: var(--main-color); border-radius: 3px; margin: 0; margin-top: 0.4rem;}
.aframe1 .list .swiper-pt{ display: flex; justify-content: center; align-items: center; margin-top: 0.24rem;}
.aframe1 .list .swiper-pt span{ display: inline-flex!important; width: 0.22rem; height: 0.22rem; box-sizing: border-box; border: 2px solid #e1e1e1; opacity: 1; background: none; align-items: center; justify-content: center;}
.aframe1 .list .swiper-pt span:before{ content: ""; display: inline-block; width: 0.12rem; height: 0.12rem; background: var(--main-color); border-radius: 50%; opacity: 0;}
.aframe1 .list .swiper-pt span.swiper-pagination-bullet-active{ border-color: var(--main-color);}
.aframe1 .list .swiper-pt span.swiper-pagination-bullet-active:before{ opacity: 1;}
@media (min-width:1082px){
    .aframe1 .list .item:hover .tag{ background: var(--main-color); }
    .aframe1 .list .item:hover .tag img{ -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
}
@media (min-width:1px) and  (max-width:1081px){
}

.aframe2{ padding:3rem 0 0.9rem; background-repeat: no-repeat; background-position: top center; background-size: cover;}
.aframe2 .tit{}
.aframe2 .tit .z1{ font-size: 0.42rem; font-family: var(--font1); padding-left: 30px; position: relative; line-height: 1.2;}
.aframe2 .tit .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.aframe2 .list{ margin-top: 0.55rem;}
.aframe2 .list .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; background: #fff; cursor: pointer;}
.aframe2 .list .item .img{ overflow: hidden; padding: 0.3rem 0.45rem;}
.aframe2 .list .item .txt{ padding: 0 0.3rem 0.3rem 0.3rem; text-align: center;}
.aframe2 .list .item .txt .line{ display: block; height: 1px; background: #ededed;}
.aframe2 .list .item .txt .z1{ margin-top: 0.3rem; font-size: 18px;}
.aframe2 a.more{  margin-top: 0.45rem; display: inline-flex; align-items: center; justify-content: center; background: var(--main-color); color: #fff; padding: 0.15rem 0.25rem; line-height: 1; font-size: 16px;}
.aframe2 a.more i{ margin-left: 0.15rem;}
@media (min-width:1082px){
    .aframe2 .list .item:nth-child(4n){ margin-right: 0;}
    .aframe2 .list .item:hover .img img{ transform: scale(1.05);}
    .aframe2 a.more:hover{ background: var(--bout-color);}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe2 .list .item{ width: calc((100% - 0.3rem)/2); margin-bottom: 0.2rem; }
    .aframe2 .list .item .txt .z1{ font-size: 14px;}
    .aframe2 .list .item:nth-child(2n){ margin-right: 0;}
    .aframe2 a.more{ font-size: 12px;}
}

.aframe3{ padding: 0.8rem 0 0.95rem;}
.aframe3 .tit{}
.aframe3 .tit .z1{ font-size: 0.42rem; font-family: var(--font1); padding-left: 30px; position: relative; line-height: 1.2;}
.aframe3 .tit .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.aframe3 .list{ margin-top: 0.55rem;}
.aframe3 .list .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; background: #f6f6f6; cursor: pointer;}
.aframe3 .list .item .img{ overflow: hidden;}
.aframe3 .list .item .img img{ width: 100%; height: auto;}
.aframe3 .list .item .txt{ padding: 0.2rem; text-align: center;}
.aframe3 .list .item .txt .z1{ font-size: 18px; color: #666;}
@media (min-width:1082px){
    .aframe3 .list .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe3 .list .item{ width: calc((100% - 0.3rem)/2); margin-bottom: 0.2rem; }
    .aframe3 .list .item .txt .z1{ font-size: 14px;}
    .aframe3 .list .item:nth-child(2n){ margin-right: 0;}
}

/**********关于我们**********/


/**********单页面**********/
.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(--font1); margin-bottom: 0.1rem; text-transform: capitalize; line-height: 1.4;}
.synopsis .context{ font-size: 16px; line-height: 2; color: #666;}
.synopsis1{ padding: 0.7rem 0 0 0 ; text-align: center;}
.synopsis1 .z1{ font-size: 0.42rem; font-family: var(--font1); margin-bottom: 0.1rem; text-transform: capitalize; line-height: 1;}
.synopsis1 .line{ display: inline-block; width: 0.7rem; height: 3px; background: linear-gradient(to right,var(--main-color),var(--bout-color));}
.synopsis1 .context{ font-size: 16px; line-height: 2; color: #666; margin-top: 0.3rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .summary .context{ font-size: 14px;}
}

.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.6rem 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;}
}

.workshoplist{ padding: 0.5rem 0 0.95rem; background-attachment: fixed; background-repeat: no-repeat;}
.workshoplist .item{ display: block; overflow: hidden; border-radius: 5px; position: relative; z-index: 1;}
.workshoplist .item:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.47);}
.workshoplist .item .img{ overflow: hidden;}
.workshoplist .item .img img{ width: 100%; height: 100%; object-fit: cover;}
.workshoplist .swiper-wrapper{ align-items: center;}
.workshoplist .swiper-slide{ }
.workshoplist .btn{ position: absolute; top: 50%; transform: translateY(-50%); color: #fff; display: inline-block; z-index: 2; cursor: pointer; outline: none;}
.workshoplist .btn i{ font-size: 1rem; display: block;}
.workshoplist .btn:hover{ color: var(--main-color);}
.workshoplist .btn-prev{ left: 0;}
.workshoplist .btn-prev i{ transform: rotate(180deg)}
.workshoplist .btn-next{ right: 0}
@media (min-width:1082px){
    .workshoplist .swiper{ overflow: visible;}
    .workshoplist .swiper-slide .item{ height: 3rem;}
    .workshoplist .swiper-slide-active{}
    .workshoplist .swiper-slide-active .item{ height: 5.6rem; display: block;}
    .workshoplist .swiper-slide-active .item:before{ display: none;}
    .workshoplist .btn-prev{ left: 18%;}
    .workshoplist .btn-next{ right: 18%;}
}
@media (min-width:1px) and (max-width:1081px){
    .workshoplist{}
     .workshoplist .btn i{ font-size: 0.6rem;}
}

.workshopvideo{ overflow: hidden; position: relative; z-index: 1;}
.workshopvideo:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index:2; width: 100%; height: 100%; background: rgba(0,0,0,0.28);}
.workshopvideo span{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index:3; color: #fff; cursor: pointer;}
.workshopvideo span i{ font-size: 0.94rem;}
@media (min-width:1082px){
    .workshoplist .swiper{ overflow: visible;}
}
@media (min-width:1px) and (max-width:1081px){
}

.workshoplist1{ overflow: hidden; position: relative; z-index: 1;}
.workshoplist1 .item{ position: relative; z-index: 1;}
.workshoplist1 .item .img{ overflow: hidden; position: relative; z-index: 1; height: 100vh;}
.workshoplist1 .item .img img{ width: 100%; height: 100%; object-fit: cover}
.workshoplist1 .item .img:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.28);}
.workshoplist1 .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; text-align: center; color: #fff;}
.workshoplist1 .item .txt .z1{ font-family: var(--font1); font-size: 0.36rem;}
.workshoplist1 .item .txt .p1{ font-size: 16px; line-height: 2;}
.workshoplist1>.container{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 4;}
.workshoplist1 .btn{ display: flex; width: 0.66rem; height: 0.66rem; align-items: center; justify-content: center; position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer; outline: none; color: #fff;}
.workshoplist1 .btn:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -1; opacity: 0.45;}
.workshoplist1 .btn i{ font-size: 0.3rem;}
.workshoplist1 .btn-prev{ left: 0;}
.workshoplist1 .btn-prev i{ transform: rotate(180deg);}
.workshoplist1 .btn-next{ right: 0;}
@media (min-width:1082px){
    .workshoplist .swiper{ overflow: visible;}
}
@media (min-width:1px) and (max-width:1081px){
    .workshoplist1 .txt{ width: 100%;}
    .workshoplist1>.container{ width: calc(100% - 30px); box-sizing: border-box; left: 0; transform: translateY(-50%);}
    .workshoplist1 .item .txt .p1{ font-size: 13px;}
}
/**********图库**********/

/**********左右侧页面**********/

.left_nav{ width: 20.3%; box-sizing: border-box; position: relative;}

.left_nav .lbt{ background: #eee;margin-bottom: 0.3rem;}
.left_nav .lbt .z1{ padding: 0.3rem 0 0.45rem 0.25rem; box-sizing: border-box; line-height: 1; font-size: 0.24rem; background: var(--main-color); font-family: var(--font1); color: #fff; position: relative; overflow: hidden;}
.left_nav .lbt .z1 i{ position: absolute; right: 0.1rem; top: 0; color: #fff; opacity: 0.09; font-size: 1rem;}

.left_nav .lbt>ul{}
.left_nav .lbt>ul>li{ font-size: 16px; position: relative; z-index: 1; padding: 0 0.2rem;}
.left_nav .lbt>ul>li>a{ padding: 0.2rem 0 0.2rem 0.2rem; display: block; line-height: 1; position: relative; color: #666; border-bottom: 1px solid #d9d9d9;}
.left_nav .lbt>ul>li>a:before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 4px; height: 4px; background: var(--main-color);}
.left_nav .lbt>ul>li>a:after{ content: "\e653"; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-family: "iconfont";}
.left_nav .lbt>ul>li:last-child{ border-bottom: 0;}
.left_nav .lbt>ul>li:hover,.left_nav .lbt>ul>li.active{ background: #fafafa;}
.left_nav .lbt>ul>li:hover>a,.left_nav .lbt>ul>li.active>a{ color: var(--main-color); border-bottom-color: #fafafa;}
.left_nav .lbt>ul>li.active>ul{ display: block;}

.left_nav .lbt>ul>li>ul{ display: none; box-sizing: border-box; margin: 0.2rem 0;}
.left_nav .lbt>ul>li>ul>li{ font-size: 0.16rem; margin-bottom: 0.15rem; position: relative;}
.left_nav .lbt>ul>li>ul>li>a{ display: flex; align-items: center; padding: 0 0.25rem; color: #666666;}
.left_nav .lbt>ul>li>ul>li:before{ content: ""; width: 6px; height: 6px; background: var(--bout-color); display: inline-block; border-radius: 50%; position: absolute; left: 0.1rem; top: 0.07rem;}
.left_nav .lbt>ul>li>ul>li:last-child>a{ border-bottom: 0;}
.left_nav .lbt>ul>li>ul>li.active>a,.left_nav .lbt>ul>li>ul>li:hover>a{ text-decoration: underline;}

.left_nav .info{ padding: 0.2rem;}
.left_nav .info .item{ display: flex; justify-content: space-between; margin-bottom: 0.2rem; align-items: center;}
.left_nav .info .item .tag{ margin: 0; color: var(--main-color);}
.left_nav .info .item .tag i{ font-size: 0.25rem;}
.left_nav .info .item .txt{ margin: 0; flex: 1; margin-left: 0.15rem; font-size: 16px; line-height: 1.5;}
.left_nav .info .item:nth-child(1),.left_nav .info .item:nth-child(2){ align-items: flex-start;}
.left_nav .info .item:nth-child(1) .tag,.left_nav .info .item:nth-child(2) .tag{ padding-top: 5px;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; margin: 0.2rem 0}
}

.right_detail{ margin: 0; width: calc(100% - 20.3% - 0.5rem);}
@media (min-width:1082px){
	.bigflex .right_detail{ margin-top: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; margin: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/


.summary{ padding: 0 0 0.3rem 0}
.summary .z1{ font-size: 0.48rem; font-family: var(--font1); line-height: 1.2; position: relative; padding-left: 30px;}
.summary .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 10px; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.summary .p1{ font-size: 14px; line-height: 1.85; color: #666; margin-top: 0.2rem;}
.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;}
}

.ProList{ display: flex; flex-wrap: wrap; }
.ProList .item{ margin: 0; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; margin-bottom: 0.3rem; box-sizing: border-box; border: 1px solid #e8e8e8; padding: 0.2rem; text-align: center;}
.ProList .item .img{  overflow: hidden; margin: 0; border-bottom: 1px solid #e6e6e6;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ margin-top: 0.2rem;}
.ProList .item .txt .z1{ font-size: 16px; color: #666;}
.ProList .item .txt span{ padding: 0.1rem 0.2rem; line-height: 1; background: #eaedef; font-size: 14px; color: #666; display: inline-flex; align-items: center; margin-top: 0.2rem;}
.ProList .item .txt span i{ margin-left: 0.1rem;}
@media (min-width:1082px){ 
	.ProList .item:nth-child(4n){ margin-right: 0;}
    .ProList .item:hover{ box-shadow: 4px 0 0.51rem rgba(0,0,0,0.19);}
    .ProList .item:hover .img img{ transform: scale(1.1);}
    .ProList .item:hover .txt .z1{ color: var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: calc((100%)/1);}
    .ProList .item .img{ width: 100%;}
    .ProList .item .txt{ width: 100%; padding: 0.3rem;}
	.ProList .item .txt b{ font-size: 16px;}
    .ProList .item .txt h3{ font-size: 16px;}
    .ProList .item .txt h3 i{ font-size: 16px;}
    .ProList .item .txt .context{}
    .ProList .item .txt .context h4{ font-size: 14px;}
    .ProList .item .txt .context .nr{ font-size: 13px; }
}

.productsdetail{}
.productsdetail .bigimg{}
.productsdetail .bigimg .lt{ margin: 0; width: calc(45% - 0.31rem); margin-right: 0.31rem;}
.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-thumb-active img{ border-color: var(--main-color);}
.productsdetail .bigimg .smallImg .btn{ position: absolute; top: 0; bottom: 0; width: 0.3rem; background: var(--main-color); color: #fff; z-index: 2; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; outline: none;}
.productsdetail .bigimg .smallImg .btn i{ font-size: 0.2rem;}
.productsdetail .bigimg .smallImg .btn-prev{ left: 0;}
.productsdetail .bigimg .smallImg .btn-next{ right: 0;}
.productsdetail .bigimg .fr{ margin: 0; width: calc(55% - 0.31rem); margin-left: 0.31rem;}
.productsdetail .bigimg .fr .z1{ font-family: var(--font1); font-size: 0.36rem; color: var(--main-color); line-height: 1;}
.productsdetail .bigimg .fr .line{ display: block; width: 100%; height: 1px; background: #dde7ef; margin: 0.2rem 0;}
.productsdetail .bigimg .fr .context{ overflow: hidden; color: #666; font-size: 0.16rem; line-height: 2; display: flex; flex-wrap: wrap;}
.productsdetail .bigimg .fr .context .item{ margin: 0; width: calc((100%)/4); text-align: center; border-right: 1px solid #cfcfcf; box-sizing: border-box; border-bottom: 1px solid #cfcfcf; padding: 5px;}
.productsdetail .bigimg .fr .context .item img{ display: inline-block; width: 0.88rem; height: 0.88rem;}
.productsdetail .bigimg .fr .context .item h3{ font-size: 16px; color: #a8a8a8;}
.productsdetail .bigimg .fr .context .item p{ font-size: 16px; color: var(--main-color);}
.productsdetail .bigimg .fr .onservice{ margin-top: 0.3rem;}
.productsdetail .bigimg .fr .onservice a{ display: inline-flex; align-items: center; color: #506379; font-size:16px; font-family: var(--font1); margin-right: 0.4rem; margin-bottom: 0.15rem; line-height: 1;}
.productsdetail .bigimg .fr .onservice a i{ font-size:18px; display: inline-block; margin-right: 7px; color: var(--main-color);}
.productsdetail .bigimg .fr .prokmore{ margin-top: 0.25rem; display: flex; align-items: center; flex-wrap: wrap;}
.productsdetail .bigimg .fr .prokmore a{ line-height: 1;}
.productsdetail .bigimg .fr .prokmore a span{ line-height: 1;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1){ padding: 0.12rem 0.2rem; border: 1px solid var(--main-color); box-sizing: border-box; font-size:0.18rem; font-family: var(--font1); color: var(--main-color); margin-right: 0.17rem;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1) i{ font-size: 0.2rem; margin-right: 5px;}
.productsdetail .bigimg .fr .prokmore a:nth-child(2){ padding: 0.12rem 0.2rem; border: 1px solid var(--main-color); box-sizing: border-box; font-size:0.18rem; font-family: var(--font1); color: #fff; background: var(--main-color); margin-right: .18rem;}
.productsdetail .bigimg .fr .prokmore a:nth-child(2) i{ font-size: 0.2rem; }

.tags{ overflow: hidden; margin: 0.3rem 0;}
.tags b{ font-family: var(--font1); font-size:24px; color: #000; display: flex; align-items: center; margin-bottom: 0.25rem;}
.tags b:before{ content: ""; display: inline-block; width: 0.1rem; height: 0.1rem; background: var(--main-color); border-radius: 50%; margin-right: 0.15rem;}
.tags a{ display: inline-block; padding: 0.15rem 0.26rem; border-radius: 0.3rem; border: 1px solid #dfe9f0; margin-right: 0.16rem; font-size:16px; color: #506379; margin-bottom: 0.15rem;}
.tags a:hover{ color: #e50014;}

.productsdetail .details-txt{ }
.productsdetail .details-txt .detail_top{ background: #f2f6f9; border: 1px solid #dee8f0; padding: 4px; display: flex; align-items: center; margin: 0.4rem 0; width: 100%;}
.productsdetail .details-txt .detail_top dd{ margin: 0; display: inline-block; font-size:0.18rem; font-family: var(--font1); color: var(--main-color); padding: 0.1rem 0.25rem; transition: linear 0.35s; cursor: pointer; line-height: 1;}
.productsdetail .details-txt .detail_top dd.active{ background: var(--main-color); color: #fff;}
.productsdetail .xgeffect{ margin-bottom: 0.4rem; width: 100%;}
.productsdetail .xgeffect .detailtop{ overflow: hidden;}
.productsdetail .xgeffect .detailtop span{ font-family: var(--font1); font-size:0.26rem; color: var(--main-color); display: flex; align-items: center; line-height: 1.4;}
.productsdetail .xgeffect .detailtop span i{ font-size: 30px; color: var(--main-color); margin-right: 0.1rem;}
.productsdetail .xgeffect .detalist{  font-size:16px; line-height: 2; padding: 0.2rem 0;}
.productsdetail .xgeffect .detalist iframe{ max-width: 100%;}
.productsdetail .xgeffect .detalist table{ width: 100%;}
.productsdetail .xgeffect .detalist table tr{ width: 100%;}
/*.productsdetail .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%; }*/
.productsdetail .xgeffect .detalist table tr:nth-child(1) td{background:#ddd;color:#333;font-size:18px!important;}
.productsdetail .xgeffect .detalist table tr:nth-child(2n) td{background:#f5f5f5;}
.productsdetail .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; font-size:16px!important; }
.productsdetail .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.productsdetail .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

.productsdetail .xgeffect .detalist.on ol,.productsdetail .xgeffect .detalist.on ul{ list-style-type: inherit; padding: 0 0.3rem;}
.productsdetail .xgeffect .detalist.on ol li,.productsdetail .xgeffect .detalist.on ul li{ list-style-type: inherit;}

.productsdetail .xgeffect#xgProList{}

.outForm{ display: none;}
.outForm .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;}
.outForm .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:"";}
.outForm .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;}
.outForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
.outForm .contactForm{width:100%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
.outForm .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;}
.outForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.outForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.outForm .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;}
.outForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.outForm .contactForm .submit:hover{color:#fff;}

@media (min-width:1082px){
	.productsdetail .details-txt .detail_top{ position: sticky; top: 0.88rem; z-index: 3;}
    .productsdetail .bigimg .fr .context .item:nth-child(4n){ border-right: 0;}
	.productsdetail .bigimg .fr .context .item:nth-child(n+5){ border-bottom: 0;}
    .productsdetail .xgeffect#xgProList .item:nth-child(4){ display: none;}
}
@media (min-width:1px) and (max-width:1081px){
	.productsdetail .bigimg .lt{ width: 100%; margin: 0;}
	.productsdetail .bigimg .fr{ width: 100%; padding: 0; margin: 0; margin-top: 0.3rem;}
	.productsdetail .bigimg .fr .context{ font-size: 14px;}
	.productsdetail .bigimg .fr .prokmore a{ margin: 0; margin-bottom: 0.15rem;}
	.productsdetail .details-txt dl{ border-radius: 0.1rem; flex-wrap: wrap;}
	.productsdetail .details-txt dl dd{ width: 100%;}
}


.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.feedbackbox ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.feedbackbox ul>li{margin:0 0 34px;width:100%;position:relative;padding:6px 20px;background-color:#f7f7f7; box-sizing: border-box; display: flex;}
.feedbackbox ul>li.half{width:calc((100% - 2%)/2);}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:0.14rem;line-height:40px;margin-right:5px;color:#8a8a8a; display: flex; white-space: nowrap;text-overflow: ellipsis;}
.feedbackbox ul>li>label>i{display:inline-block;vertical-align:top;font-size:0.2rem;line-height:40px;margin-right:5px;}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:0.18rem;line-height:40px;display:inline-block;vertical-align:top;}
.feedbackbox ul>li>.input{margin:0;font-size:0.16rem;height:40px;padding-left:10px;background-color:transparent;flex:1;width:0; box-sizing: border-box;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:0.16rem;border:none;height:140px;padding-top:6px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:0.18rem;line-height:24px;color:#747474;}

.feedbackbox .submit{ padding: 0.12rem 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: 0.18rem; transition: linear 0.35s; outline: none; border-radius: 0.1rem; overflow: hidden; text-transform: capitalize;}
.feedbackbox .submit i{ margin-left: 0.15rem; font-size: 12px;}
@media  (min-width:992px) and (max-width:1229px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li>input{}
    .feedbackbox ul>li textarea{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    .feedbackbox ul>li{padding:5px 10px;}
    .feedbackbox ul>li.half{margin-bottom:20px;width:100%;}
    .feedbackbox ul>li>label{font-size:0.16rem;}
    .feedbackbox ul>li textarea.input{height:80px;width:100%;flex:inherit;}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
	.feedbackbox .submit{}
}
/**********产品页面**********/


/**********解决方案**********/
.solution{ padding: 0.75rem 0 0.2rem 0 ;}
.solution .item{ margin-bottom: 0.5rem;}
.solution .item .img{ margin: 0; width: calc(50% - 0.7rem); overflow: hidden;}
.solution .item .txt{ margin: 0; width: calc(50% - 0.4rem);}
.solution .item .txt .tit{ font-size: 24px; font-family: var(--font1);}
.solution .item .txt .line{ display: block; width: 1.45rem; height: 2px; background: var(--color); margin: 0.2rem 0;}
.solution .item .txt  p{ font-size: 16px; line-height: 1.75; color: #666;}
.solution .item .txt  .more{ display: inline-flex; align-items: center; padding: 0.1rem 0.3rem; border-radius: 5px; background: var(--main-color); color: #fff; font-size: 16px; margin-top: 0.8rem;}
.solution .item .txt  .more i{ font-size: 20px; margin-left: 5px;}
@media (min-width:1082px){
	.solution .item{ align-items: center;}
	.solution .item:nth-child(2n){ flex-direction: row-reverse;}
	.solution .item .img:hover img{ transform: scale(1.1)}
	.solution .item .more:hover{ background: var(--color);}
}
@media (min-width:1px) and (max-width:1081px) {
	.solution .item .img{ width: 100%;}
	.solution .item .txt{ width: 100%; margin-top: 0.3rem;}
}

.solution1{  position: relative;}
.solution1 .swiper-slide{ margin: 0; position: relative; }
.solution1 .swiper-slide:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.29);}
.solution1 .list{ position: absolute; left: 50%; bottom: 0.4rem; transform: translateX(-50%); z-index: 1;}
.solution1 .list .item{ margin: 0; width: calc((100%)/3); text-align: center;}
.solution1 .list .item span{ background: rgba(24,72,153,0.72); font-size: 24px; color: #fff; font-family: var(--font1); padding: 0.15rem 0.8rem; border-radius: 0.1rem; cursor: pointer;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {	
	.solution1 .list{ width: 100%;}
	.solution1 .list .item span{ font-size: 12px; padding: 0.15rem 0.2rem;}
}

.solution2{  position: relative; padding: 0.8rem 0; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.solution2 .flex_between{ align-items: center;}
.solution2 .lt{ margin: 0; width: 50%; font-size: 0.36rem; color: #fff; font-weight: bold; line-height: 1.5;}
.solution2 .fr{ margin: 0; }
.solution2 .fr a{ font-size: 18px; display: inline-block; font-weight: bold; background: rgba(255,255,255,0.73); border-radius: 0.1rem; padding: 0.1rem 0.3rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {	
	.solution2 .lt{ width: 100%;}
	.solution2 .fr{ width: 100%; margin-top: 0.3rem;}
}
/**********解决方案**********/

/**********产品应用**********/
.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.7rem 0 0;}
.newslist .item{ margin: 0; width: calc((100% - 1.05rem)/4); margin-right: 0.35rem; margin-bottom: 0.45rem; background: #fff; box-sizing: border-box;}
.newslist .item .img{ overflow: hidden;}
.newslist .item .img img{ width: 100%; height: 100%;}
.newslist .item .txt{}
.newslist .item .txt .z1{ font-size: 0.22rem; background: #c4c4c4; padding: 0.1rem 0.2rem; color: #fff;}
.newslist .item .txt .z1 .tit{ line-height: 1.3; height: 2.6em;}
.newslist .item .txt .time{ padding: 0.2rem; font-size: 14px; color: #999; display: flex; align-items: center;}
.newslist .item .txt .time i{ color: var(--main-color); margin-right: 5px;}
.newslist .item .txt .p1{ margin: 0 0.2rem 0.2rem 0.2rem; font-size: 14px; line-height: 1.7; height: 3.4em; color: #999;}
@media (min-width:1082px){
    .newslist .item:nth-child(4n){ margin-right: 0;}
    .newslist .item:hover .img img{ transform: scale(1.1);}
    .newslist .item:hover .txt .z1{ background: var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
    .newslist .item{ width: 100%;}
}


.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: 0.16rem; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********新闻中心**********/


/**********案例中心**********/
.casestit{ margin-top: 0.65rem; }
.casestit .maintit{ font-size: 0.36rem; line-height: 1.3; color: #333;}
.casestit .line{ display: inline-block; width: 0.47rem; height: 3px; background: #333; margin-top: 0.15rem; margin-bottom: 0.25rem;}
.casestit p{ font-size:18px; color: #666; line-height: 2;}

.caseslist{ padding: 1rem 0 0 0;}

.caseslist .item{ margin: 0; width: calc((100% - 0.9rem)/3); margin-right: 0.45rem; margin-bottom: 0.5rem; background: #fff; box-sizing: border-box; box-shadow: 1px 0 0.13rem rgba(161,161,161,0.35); padding: 0.2rem; border-radius: 0.1rem; display: flex; flex-direction: column-reverse;}
.caseslist .item .img{ overflow: hidden; border-radius: 0.1rem; width: 100%; box-sizing: border-box;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ width: 100%; }
.caseslist .item .txt h3{ font-family: var(--font1); font-size: 18px; color: var(--main-color); margin-bottom: 0.1rem;}
.caseslist .item .txt p{ font-size: 16px; line-height: 1.56; color: #333; margin-bottom: 0.2rem;}
@media (min-width:1082px){
	.caseslist .item:nth-child(3n){ margin-right: 0;}
	.caseslist .item:hover .img img{ transform: scale(1.1);}
	.caseslist .item:hover .txt span:after{ left: 0; width: 100%;}
}
@media (min-width:1px) and (max-width:1081px){
	.caseslist .item{ width: 100%; margin-right: 0;}
}


.casesdetail{ overflow: hidden; margin: 0.6rem auto; padding: 0.5rem; box-shadow: 0 0 0.3rem rgba(0,0,0,0.3); border-radius: 5px; box-sizing: border-box;}
.casesdetail .Title{ overflow: hidden;}
.casesdetail .Title h1{ font-size: 0.3rem; color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; }
.casesdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size:16px;}
.casesdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size:16px; line-height: 2; }
.casesdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between; }
.casesdetail .pagelist>a{ font-size:16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
@media (min-width:1500px){
	.casesdetail{ max-width: 1100px;}
}
@media (min-width:1px) and (max-width:1080px){
.casesdetail{ padding: 15px;}
.casesdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.casesdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.casesdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.casesdetail .context{ padding: 15px 0 20px;}
.casesdetail .pagelist{ display: block;}
.casesdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********案例中心**********/

/**********视频中心**********/
.videolist{ padding: 0.75rem 0 0.5rem;}

.videolist .list{}
.videolist .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.4rem; background: #fff; box-sizing: border-box; cursor: pointer;}
.videolist .item .img{ overflow: hidden; position: relative;}
.videolist .item .img img{ width: 100%; height: auto;}
.videolist .item .img span{ position: absolute; right: 0.3rem; bottom: 0.1rem;}
.videolist .item .img span i{ font-size: 0.4rem; color: var(--main-color);}
.videolist .item .txt{ padding: 0.25rem 0.2rem; box-sizing: border-box; border: 1px solid #efefef;}
.videolist .item .txt h3{ font-weight: bold; font-size: 18px; height: 4.65em; line-height: 1.55;}

@media (min-width:1082px){
	.videolist .item:nth-child(4n){ margin-right: 0;}
    .videolist .item:hover{ box-shadow: 3px 0 0.24rem rgba(0,0,0,0.16);}
	.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 h3{ font-size: 14px;}
	.videolist .item:nth-child(2n){ margin-right: 0;}
}
/**********视频中心**********/


/**********	服务中心**********/
.service{ padding: 0.75rem 0 0.85rem; background: #f6f6f6;}
.service .tit{ text-align: center;}
.service .tit .z1{ font-size: 0.42rem; line-height: 1; font-family: var(--font1);}
.service .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;}
.service .tit .p1{ font-size: 16px; color: #666; line-height: 2;}
.service .list{ margin-top: 0.8rem; justify-content: center;}
.service .list .item{ margin: 0 0.475rem; display: inline-flex; align-items: flex-end; line-height: 1;}
.service .list .item .z1{ margin: 0; font-size: 0.55rem; color: var(--main-color); font-family: var(--font1); line-height: 1;}
.service .list .item .p1{ font-size: 16px; color: #666; line-height: 1; margin-left: 5px;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .service .list .item{ width: 100%; margin-bottom: 0.2rem;}
}

.service1{ padding: 0.8rem 0 0.35rem;}
.service1 .item{ margin-bottom: 0.6rem; align-items: center;}
.service1 .item .img{ margin: 0; width: calc(50% - 0.4rem);}
.service1 .item .img img{ width: 100%; height: auto;}
.service1 .item .txt{ margin: 0; width: calc(50% - 0.6rem);}
.service1 .item .txt .z1{ font-family: var(--font1); font-size: 0.42rem; line-height: 1.4;}
.service1 .item .txt .line{ margin: 0.1rem 0 0.4rem; display: block; width: 0.7rem; height: 3px; background: linear-gradient(to right,var(--main-color),var(--bout-color));}
.service1 .item .txt .context{}
.service1 .item .txt .context p{ font-size: 16px; line-height: 2; color: #666; position: relative; padding-left: 30px;}
.service1 .item .txt .context p:before{ content: "\e615"; font-family: "iconfont"; font-size: 20px; color: var(--main-color); position: absolute; left: 0; top: -2px;}
.service1 .item .txt .context p:not(:last-child){ margin-bottom: 0.4rem;}
@media (min-width:1082px){
    .service1 .item:nth-child(2n+1){ flex-direction: row-reverse;}
}
@media (min-width:1px) and  (max-width:1081px){
    .service1 .item .img{ width: 100%;}
    .service1 .item .txt{ width: 100%; margin-top: 0.2rem;}
}

.service2{ padding: 0.7rem 0 0.4rem;}
.service2 .item{ margin-bottom: 0.5rem; align-items: flex-end;}
.service2 .item .img{ margin: 0; width: 50%;}
.service2 .item .img img{ width: 100%; height: auto;}
.service2 .item .txt{ margin: 0; width: 50%; box-sizing: border-box; background: #f4f4f4; padding: 1.2rem 0.9rem 1rem 0.9rem;}
.service2 .item .txt .z1{ font-family: var(--font1); font-size: 0.36rem; line-height: 1.4; margin-bottom: 0.35rem;}
.service2 .item .txt .context{ font-size: 16px; line-height: 2.25; color: #666; margin-bottom: 0.8rem;}
.service2 .item .txt span{ line-height: 1; padding: 0.15rem 0.23rem; box-sizing: border-box; border: 2px solid var(--bout-color); color: var(--bout-color); display: inline-flex; align-items: center; font-size: 16px;}
.service2 .item .txt span i{ font-size: 12px; margin-left: .1rem;}
@media (min-width:1082px){
    .service2 .item:nth-child(2n+1){ flex-direction: row-reverse;}
    .service2 .item:hover .txt span{ background: var(--main-color); border-color: var(--main-color); color: #fff;}
}
@media (min-width:1px) and  (max-width:1081px){
    .service2 .item .img{ width: 100%;}
    .service2 .item .txt{ width: 100%; padding: 0.3rem ;}
    .service2 .item .txt .context{ font-size: 13px;}
}

.service3{ padding: 0.7rem 0 0.4rem;}
.service3 .item{ margin: 0; width: calc((100% - 0.7rem)/3); margin-right: 0.35rem; margin-bottom: 0.4rem; position: relative; cursor: pointer;}
.service3 .item .img{ overflow: hidden;}
.service3 .item .img img{ width: 100%; height: auto;}
.service3 .item .txt{ padding: 0.15rem 0.45rem; position: absolute; left: 0; bottom: 0; z-index: 1; width: 100%; height: auto;}
.service3 .item .txt:before{ content: ""; position: absolute; left: 0; bottom: 0; z-index: -1; width: 100%; height: 100%; background: var(--main-color); opacity: 0.54;}
.service3 .item .txt .z1{ font-size: 0.24rem; color: #fff;}
@media (min-width:1082px){
    .service3 .item:nth-child(3n){ margin-right: 0;}
    .service3 .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and  (max-width:1081px){
    .service3 .item{ width: calc((100% - 0.35rem)/2);}
    .service3 .item:nth-child(2n){ margin-right: 0;}
    .service3 .item .txt{ padding: 0.15rem 0.22rem;}
    .service3 .item .txt .z1{ font-size: 0.18rem;}
}

.service4{ padding: 0.75rem 0 0.85rem; background: #f6f6f6;}
.service4 .tit{ text-align: center;}
.service4 .tit .z1{ font-size: 0.42rem; line-height: 1; font-family: var(--font1);}
.service4 .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;}
.service4 .tit .p1{ font-size: 16px; color: #666; line-height: 2;}
.service4 .list{ margin: 0 auto; margin-top: 0.3rem;  width: 75%; box-sizing: border-box; border: 1px solid #dedede; padding: 0.45rem 0.95rem;}
.service4 .list .z1{ font-size: 18px; color: #666; margin-bottom: 0.2rem;}
.service4 .list .input{ margin: 0; width: 50%;}
.service4 .list .input label{ display: block; font-size: 18px; color: #666; margin-bottom: 0.1rem;}
.service4 .list .input label em{ color: red;}
.service4 .list .input input{ margin: 0; padding-left: 0.15rem; display: block; width: 3.75rem; height: 0.42rem; box-sizing: border-box; border: 1px solid #dfdfdf; background: #fff; max-width: 100%;}
.service4 .list button{ font-size: 18px; line-height: 1; color: #fff; padding: 0.1rem 0.6rem; border-radius: 5px; background: var(--main-color); border: 0; margin-top: 0.24rem; cursor: pointer; outline: none;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .service4 .list{ padding: 0.3rem;}
    .service4 .list .input{ width: 100%; margin-bottom: 0.1rem;}
}
/**********服务中心**********/

.laboratory{ padding: 0.8rem 0 0.75rem;}
.laboratory .tit{}
.laboratory .tit .z1{ margin: 0; font-family: var(--font1); font-size: 0.48rem; line-height: 1.2; padding-left: 16px; position: relative;}
.laboratory .tit .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 0.1rem; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.laboratory .tit .p1{ font-size: 16px; line-height: 2; color: #666; margin: 0; text-align: right;}
.laboratory .list{ margin-top: 0.6rem; position: relative;}
.laboratory .list .item{ display: block; cursor: pointer;}
.laboratory .list .btn{ display: flex; align-items: center; justify-content: center; width: 0.47rem; height: 0.47rem; border-radius: 50%; background: #fff; color: var(--main-color); position: absolute; top: 50%; transform: translateY(-50%); z-index: 1;}
.laboratory .list .btn i{ display: block; font-size: 0.24rem;}
.laboratory .list .btn-prev{ left: 0;}
.laboratory .list .btn-prev i{ transform: rotate(180deg);}
.laboratory .list .btn-next{ right: 0;}
.laboratory:first-child{ padding-top: 0.3rem;}
.laboratory:nth-child(2n){ background: #f8f8f8; padding: 0.8rem 0 0.75rem;}
@media (min-width:1082px){
    .laboratory .list .btn-prev{ left: -0.235rem;}
    .laboratory .list .btn-next{ right: -0.235rem;}
}
@media (min-width:1px) and  (max-width:1081px){
    .laboratory .tit .z1{ width: 100%;}
    .laboratory .tit .p1{ font-size: 14px; margin-top: 0.2rem; text-align: left;}
}

/**********常见问题**********/

.faqlist{ overflow: hidden; padding: 0.75rem 0 0.8rem;}
.faqlist .list{ margin-top: 0.3rem;}
.faqlist .item{ margin-bottom: 0.1rem; display: flex; justify-content: space-between; cursor: pointer;}
.faqlist .item .tag{ margin: 0; padding: 0.25rem; background: var(--main-color); box-sizing: border-box; width: 0.63rem; color: #fff; font-family: var(--font1); font-size: 0.18rem;}
.faqlist .item .txt{ flex: 1; background: #f3f4f6;}
.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(--bout-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){
}
@media (min-width:1px) and (max-width:1081px){
}

/**********常见问题**********/


/**********下载中心**********/
.downloadlist{ padding: 0.75rem 0 0.4rem;}
.downloadlist .list{ margin-top: .3rem;}
.downloadlist .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.55rem;}
.downloadlist .item .imgbox{ padding: 0 0.28rem 0.38rem 0.28rem; position: relative; z-index: 1;}
.downloadlist .item .img{ overflow: hidden; padding: 0.3rem 0.3rem 0.25rem 0.3rem; background-repeat: no-repeat; background-size: 100% 100%;}
.downloadlist .item .img img{ width: 100%; height: auto;}
.downloadlist .item .img:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1.8rem; background: #f3f4f6; z-index: -1;}
.downloadlist .item .txt{ position: relative; margin-top: 0.15rem; text-align: center;}
.downloadlist .item .txt .z1{ font-size: 0.18rem; font-weight: bold; line-height: 1.7; margin-bottom: 0.2rem;}
.downloadlist .item .txt .down{ padding: 0.1rem 0.3rem; box-sizing: border-box; border: 1px solid var(--main-color); border-radius: 5px; font-family: var(--font2); font-size: 0.16rem; color: var(--main-color); display: inline-flex; align-items: center;}
.downloadlist .item .txt .down i{ margin-left: 0.15rem;}

@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 .item .txt .context{ left: 0.3rem; top: 0.3rem; right: 0.3rem;}
    .downloadlist .item .txt p{ margin-top: 0.3rem;}
    .downloadlist .item .txt .linkmore{ margin-top: 0.6rem; color: #fff;}
}
/**********下载中心**********/


/**********联系我们**********/
.information{padding:0.7rem 0 0.95rem 0 ; }
.information .container{}
.information .z1{ margin: 0; font-family: var(--font1); font-size: 0.42rem; line-height: 1.2; padding-left: 16px; position: relative;}
.information .z1:before{ content: ""; position: absolute; left: 0; top: 0; width: 0.1rem; height: 100%; background: linear-gradient(to bottom,var(--main-color),var(--bout-color));}
.information .lt{ margin: 0; width: 32%;}
.information .fr{ margin: 0; width: calc(100% - 32% - 1.9rem);}
.information .info{ margin-top: 0.4rem;}
.information .info .item{ display: flex; justify-content: space-between; margin-bottom: 0.35rem;}
.information .info .item .tag{ color: var(--main-color); padding-top: 0.1rem;}
.information .info .item .tag i{ font-size: 0.3rem;}
.information .info .item .txt{ margin-left: 0.2rem; flex: 1; font-size: 16px; line-height: 2; color: #666;}
.information .info .item .txt a{ color: #666;}
.information .info .item .txt a:hover{ color: var(--bout-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .information .lt{ width: 100%;}
    .information .fr{ display: none;}
}


.leave{ background-size: cover; background-repeat: no-repeat;}
.leave .indextit .z1{ color: #fff;}
.leave .indextit .p1{ color: #fff;}
.leave .indextit .p1 span{ font-family: var(--font1);}
.leave .feedbackbox{ margin-top: 0.5rem;}
.leave .feedbackbox .input{display: block; margin-bottom: 0.25rem;}
.leave .feedbackbox label{ font-size: 14px; color: #666; display: block; margin-bottom: 0.1rem;}
.leave .feedbackbox label span{ color: red;}
.leave .feedbackbox input[type='text']{ margin: 0; width: 100%; height: 0.5rem; box-sizing: border-box; background: none; color: #999; padding: 0.2rem; border: 1px solid #e5e5e5; border-radius: 5px;}
.leave .feedbackbox textarea{ width: 100%; height: 1.6rem; box-sizing: border-box; background: none; font-size: 16px; color: #999; resize: none;  border: 1px solid #e5e5e5; border-radius: 5px; padding: 0.1rem;}
.leave .feedbackbox .btn{ display: block;}
.leave .feedbackbox button{ padding: 0.15rem 0.6rem; 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: 0.18rem; transition: linear 0.35s; outline: none; border-radius: 5px; overflow: hidden; }
.leave .feedbackbox button i{ margin-left: 0.15rem; font-size: 12px;}
@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;}


#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;}
#float .ico i{ font-size: 0.25rem;}
#float .ico span{ display: none;}
#float .whatsapp{ background: #3acb3e;}
#float .wechat{ background: #3acb3e;}
#float .qq{ background: #68A5E1;}

@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 .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
.floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
.floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	.floatForm[typeof='open']{ bottom: 50px;}
}
/**********右侧浮动**********/

/**********分页样式**********/
.pagination{display:inline-block;margin:10px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin:0 3px; width: 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} }
