﻿/**********样式重置**********/
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.3rem; box-sizing: border-box; margin: 0 auto;}
}
/*@media (min-width:1480px){
	.container{ width: 100%; max-width: 1200px; padding: 0;}
}*/
@media (min-width:1640px){
	.container{ padding: 0 1.1rem;}
}

/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 777; box-sizing: border-box; transition: linear 0.35s; background: rgba(0,0,0,0.36); }
@media (min-width:1082px){
	.header .container{  display: flex; align-items: center; box-sizing: border-box; justify-content: space-between;}
	.header.fis_show{ top: 0; background: rgba(0,0,0,0.6); box-shadow: 3px 0 0.26rem rgba(0,0,0,0.15);}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #000; top: 0;}
}
.headbg{ position: absolute; left: 0; top: 0; display: inline-block; z-index: 666; animation: icojumpA 3s linear infinite; width: 3.53rem;}

.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .logo a{ display: block; padding: 17px 0; transition: linear 0.35s;}
.header .logo a img{ width: auto; height: 53px; transition: linear 0.35s; }

@media (min-width:1082px){
    .header.fis_show .logo a span{ color: #333;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .logo{ display: inline-block;}
	.header .logo a{ padding: 10px 0; }
	.header .logo a img{ height: 35px; width: auto;}
}

.header .menu{ margin: 0; transition: linear 0.35s; display: inline-block; }
.header .menu .top{ display: flex; align-items: center; justify-content: flex-end; padding: 15px 0; border-bottom: 1px solid #cdcbc6; box-sizing: border-box; height: 76px; overflow: hidden; transition: all 0.35s;}
.header .menu .top .item{ display: inline-block; margin-left: 0.35rem; text-align: center;}
.header .menu .top .item .img{ width: 40px; height: 20.5px; background-repeat: no-repeat; background-position: 0 0; transition: all 0.35s;}
.header .menu .top .item .txt{ font-size: 16px; color: #fff;}
.header .menu .top .item:hover .img{ background-position: 0 -20.5px;}

.header .menu .jdmenu{ }
.header .menu .jdmenu>ul>li{ font-size: 17px; position: relative;}
.header .menu .jdmenu>ul>li>a{ display: flex; position: relative; transition: linear 0.3s; text-transform: capitalize; z-index: 1; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>a>b{ display: inline-block; font-size: 14px; overflow: hidden; margin-left: 5px;}
.header .menu .jdmenu>ul>li>a>b:before{ content: "\e6ed"; font-family: "iconfont"; display: inline-block;}
@media (min-width: 1082px) {
    .header .menu{ }
    .header .menu .jdmenu{ margin: 0; position: relative; z-index: 2; display: inline-flex; align-items: center;}
	.header .menu .jdmenu>ul{ display: flex; justify-content: center; align-items: center; margin: 0;}
	.header .menu .jdmenu>ul>li{ display: inline-flex; align-items: center; justify-content: center;}
    .header .menu .jdmenu>ul>li{ }
	.header .menu .jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 24px 0.19rem; align-items: center; line-height: 1; position: relative; color: #fff; font-weight: 500;}
    
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{ color: var(--main-color);}
    .header .menu .jdmenu>ul>li:first-child>a{ padding-left: 0;}
    
    .header.fis_show .menu .top{ height: 0; padding: 0; border: 0;}
    .header.fis_show .menu .jdmenu>ul>li>a{  padding: 35px 0.19rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu{ padding: 0; display: flex;}
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 55px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height: calc(100% - 52px); bottom: 52px; border-top: 1px solid #999;}
	.header .menu .jdmenu>ul{ overflow-y: auto; width: 100%; box-sizing: border-box; height: calc(100% - 122px); padding-top: 30px; margin-bottom: 30px;}
	.header .menu .jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>ul>li>a{ padding: 15px 0.15rem; color: #333;}
	.header .menu .jdmenu>ul>li>a>b{ float: right; margin-right: 0; margin-left: auto;}
	.header .menu .jdmenu>ul>li>a>b:before{font-size:20px; color: #333;}
}

.header .nav_r{ display: inline-flex; margin: 0; margin-left: 0.19rem; align-items: center; justify-content: flex-end; position: relative;}
.header .nav_r a.email{ font-size: 16px; color: #fff; display: none; align-items: center; margin-right: 0.2rem;}
.header .nav_r a.email i{ margin-right: 0.1rem; font-size: 20px;}

@media (min-width: 1082px) {
}
@media (min-width: 1640px) {
    .header .nav_r a.email{ display: inline-flex;}
}
@media (min-width: 1px) and (max-width: 1081px){
}


/*.btnlangerlist{ position: fixed; right: 0; top: 0; width: 3.4rem; padding: 0.6rem 0.3rem 0.5rem 0.3rem; z-index: 10000; background: #fff; overflow: hidden; transition: all 1s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3); box-sizing: border-box; transform: translateY(-200%);}
.btnlangerlist .close{ position: absolute; top: 0.2rem; right: 0.3rem; cursor: pointer; z-index: 9; }
.btnlangerlist .close i{ font-size: 0.3rem;}
.btnlangerlist>ul{ }
.btnlangerlist>ul>li{ margin: 0; width: calc((100%)/1); font-size:16px; border-bottom: #ddd solid 1px;}
.btnlangerlist>ul>li>a{ display: flex; align-items: center; padding:.13rem .2rem; color: #333;}
.btnlangerlist>ul>li>a>b{ margin: 0; font-size: 14px; padding-left: 5px;}
.btnlangerlist>ul>li>a>b>img{ height: 25px; width: auto; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>span{ padding-left: 5px; font-size: 14px; margin-left: auto; margin-right: 0; color: #999;}
.btnlangerlist.active{ transform: translateY(0);}

@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.btnlangerlist{ width: 50%;}
	.btnlangerlist>ul>li>a>b{ font-size: 12px;}
    .btnlangerlist>ul>li>a>b>img{ height: 18px;}
	.btnlangerlist>ul>li>a>span{ font-size: 12px;}
}*/

/*二级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 100%; background: #f8f7f7; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 0 0 3px #d3d3d3; padding: 0.15rem 0;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li{ font-size:16px; position: relative;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ color: #333; font-weight: 500; padding: 0.1rem 0.25rem; display: flex; align-items: center; justify-content: space-between; border-bottom: #ddd solid 1px;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a:after{ content: "\ecde"; font-family: "iconfont"; font-size: 16px; opacity: 0; margin-left: 0.15rem;}

.header .menu .jdmenu>ul>li>.other-menu{ position: fixed; left: 0; top: 107px; width: 100%; padding: 0.3rem 0;}

.header .menu .jdmenu>ul>li>.other-menu .item{ margin: 0; display: inline-block; margin-right: 0.4rem;}
.header .menu .jdmenu>ul>li>.other-menu .item .z1{ font-size: 18px; margin-bottom: 0.15rem; display: block;}
.header .menu .jdmenu>ul>li>.other-menu .item ul{}
.header .menu .jdmenu>ul>li>.other-menu .item ul>li{}
.header .menu .jdmenu>ul>li>.other-menu .item ul>li>a{ display: block; line-height: 1.9; font-size: 16px;}
.header .menu .jdmenu>ul>li>.other-menu .item:last-child{ margin-right: 0;}

/*三级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ min-width: 100%; background: #f8f7f7; 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: 15px; }
.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>.other-menu .container{ flex-wrap: nowrap; align-items: flex-start;}
	.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{ opacity: 1;}
	.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: var(--main-color); color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:last-child{ border-bottom: 0;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>ul>li>.dropdown-menu{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin:5px 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li{ text-align: left; font-size: 16px; border-style: dotted;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ display: flex; padding: 15px 30px}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ padding: 10px 36px;}
    .header .menu .jdmenu>ul>li>.other-menu .item{ display: block; width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}


.search{  margin: 0; position: fixed; left: 0; top: 0; width: 100%; height: 0; transition: all 0.35s; z-index: 888; background: #000; flex-direction: row-reverse; display: flex; align-items: center; justify-content: space-between; padding: 0 0.5rem; overflow: hidden;}
.search[typeof="on"]{ height: 114px;}
.search .close{ width: 10%; display: flex; align-items: center; justify-content: center; color: #fff;}
.search .close i{ font-size: 0.6rem; cursor: pointer; outline: none;}
.search .searchlist{ flex: 1; margin-right: 0.3rem;}
.search form{ display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 5px; border: 1px solid var(--main-color);}
.search form>input{ width: calc(100% - 30px); height: 38px; padding: 0 0.1rem; background: none; border:0; box-sizing: border-box; color: #fff;}
.search form>button{ width: 80px; background: none; border: 0; cursor: pointer; outline: none; color: var(--main-color);}
.search form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.search form>input::-webkit-input-placeholder{ color: #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) {
}
@media (min-width: 1px) and (max-width: 1081px){
}

.searchbtn{ width: 90%; position: relative; z-index: 1;}
.searchbtn>form{ display: flex; justify-content: space-between; width: 100%; overflow: hidden; box-sizing: border-box; border: 1px solid var(--main-color);}
.searchbtn>form>input{ margin: 0; width: calc(100% - 37px); background: none; border: 0; box-sizing: border-box; height: 42px; padding: 0 0.1rem;}
.searchbtn>form>input::placeholder{ color: #333;}
.searchbtn>form>button{ margin: 0; width: 37px; background: none; cursor: pointer; border: 0; display: inline-flex; align-items: center; justify-content: center; outline: none; color: var(--main-color);}
.searchbtn>form>button>i{  font-size: 20px;}
@media (min-width: 1082px) {
    .searchbtn{ width: 2rem;}
    .searchbtn>form{ border-color: #fff; border-radius: 20px;}
    .searchbtn>form>input{ height: 34px; color: #fff;}
    .searchbtn>form>input::-webkit-input-placeholder{ color: #fff;}
    .searchbtn>form>input::-moz-placeholder{ color: #fff;}
    .searchbtn>form>input::-moz-placeholder{ color: #fff;}
    .searchbtn>form>input::-ms-input-placeholder{ color: #fff;}
    .searchbtn>form>button{ color: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px){
}

/*.globalsearch{ width: 1.9rem; display: inline-block; margin: 0;}
.globalsearch form{ display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 5px; border: 1px solid #000;}
.globalsearch form>input{ width: calc(100% - 30px); height: 32px; padding: 0 0.1rem; background: none; border:0; transition: linear 0.5s; box-sizing: border-box; color: #666;}
.globalsearch form>button{ width: 30px; background: none; border: 0; cursor: pointer; outline: none;}
.globalsearch form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.globalsearch>form>input::-webkit-input-placeholder{ color: #666;}
.globalsearch>form>input::-moz-placeholder{ color: #666;}
.globalsearch>form>input::-moz-placeholder{ color: #666;}
.globalsearch>form>input::-ms-input-placeholder{ color: #666;}
@media (min-width: 1082px) {
    .header.on .globalsearch form{ border-color: #fff;}
    .header.on .globalsearch form>input{ color: #fff;}
    .header.on .globalsearch form>button{ color: #fff;}
    .header.on .globalsearch>form>input::-webkit-input-placeholder{ color: #fff;}
    .header.on .globalsearch>form>input::-moz-placeholder{ color: #fff;}
    .header.on .globalsearch>form>input::-moz-placeholder{ color: #fff;}
    .header.on .globalsearch>form>input::-ms-input-placeholder{ color: #fff;}
}
@media (min-width: 1px) and (max-width: 1081px){
}*/
/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; position: relative; height: auto; z-index: 1; }
.bframe img{ width: 100%; height: auto;}
.bframe #pipButton{ position: absolute; top: 20%; left: 50%; transform: translateX(-50%); z-index: 3; color: #fff; cursor: pointer; opacity: 0; transition: all 0.35s;}
.bframe #pipButton i{ font-size: 0.4rem;}
.bframe #cover-image{position:absolute; width:100%; height:100%; object-fit: cover; display:none;}
.bframe #videoElement{ width: 100%; height: 100%; display: block; position: absolute; left: 50%; top: 0; transform: translateX(-50%); z-index: -1; object-fit: cover;}
.bframe video{ width: 100%; height: auto; overflow: hidden; display: block;}
.bframe:before{ content: ""; position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: #000; opacity: 0.3;}
.bframe .index_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; color: #fff;}
.bframe .index_txt .z1{ display: inline-flex; align-items: center;}
.bframe .index_txt .z1 .num{ display: inline-block; font-size: 0.53rem;}
.bframe .index_txt .z1 .zz1{ font-size: 0.3rem; line-height: 1; margin-left: 0.1rem;}
.bframe .index_txt .z1 .zz1 span{ display: block; font-size: 14px;}
.bframe .index_txt .p1{ font-size: 0.48rem; font-weight: 500;}
.bframe .index_txt .linkmore{ margin-top: 0.9rem;}
.bframe .index_txt .linkmore a{ background: var(--main-color); line-height: 1; display: inline-block; padding: 0.1rem 0.2rem; border-radius: 0.1rem; font-size: 16px; color: #fff; box-sizing: border-box; border:1px solid var(--main-color);}
.bframe .index_txt .linkmore a:nth-child(2){ background: none; border-color: #fff; margin-left: 0.3rem;}
@media (min-width: 1082px) {
    .bframe:hover #pipButton{ opacity: 1;}
    .bframe .index_txt a:hover:after{ width: 100%; left: 0; right: inherit;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
    .bframe .index_txt{ width: calc(100% - 30px); box-sizing: border-box;}
    .bframe .index_txt span{ font-size: 12px;}
    .bframe .index_txt .z1{ font-size: 0.3rem; margin: 0.15rem 0;}
    .bframe .index_txt .p1{ font-size: 14px; line-height: 1.33;}
    .bframe .index_txt .linkmore{ margin-top: 0.2rem;}
	.bframe .swiper-pt{ bottom: 0.2rem;}
}

/**********大图切换**********/

/*.golbalist{ padding: 0.6rem 0 0.2rem;}
.golbalist .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.3rem;}
.golbalist .item .img{ overflow: hidden; position: relative; border: 1px solid #f5f5f5; box-sizing: border-box; border-radius: 5px;}
.golbalist .item .img img{ width: 100%; height: auto;}
.golbalist .item .txt{ margin-top: 0.2rem;}
.golbalist .item .txt .z1{ font-size: 14px; line-height: 1.5}
@media (min-width: 1082px) {
    .golbalist .item:nth-child(4n){ margin-right: 0;}
    .golbalist .item:hover .img{ border-color: var(--main-color);}
}
@media (min-width: 1px) and (max-width: 1081px){
    .golbalist .item{ width: 100%; margin-right: 0;}
}
*/
/**********首页样式**********/



.iframe{ padding: 0.8rem 0 1rem; overflow: hidden; }
.iframe .context{ position: relative; align-items: stretch;}
.iframe .context .lt{ position: relative; margin: 0; width: 75%; box-sizing: border-box; padding-left: 0.55rem;}
.iframe .context .lt .bgtxt{ display: inline-block; font-size: 16px; text-transform: uppercase; transform-origin: center; white-space: nowrap; transform: rotate(90deg); position: absolute; left: -0.3rem; top: 0.52rem;}
.iframe .context .lt .z1{ font-size: 0.96rem; color: #111; line-height: 1.125; margin-bottom: 0.4rem;}
.iframe .context .lt .nr{ font-size: 18px; line-height: 2;}
.iframe .context .fr{ margin: 0; width: 25%; display: flex; justify-content: flex-end; align-items: flex-end;}
.iframe .context .fr a{ display: flex; align-items: center; justify-content: center; flex-wrap: wrap; flex-direction: column; width: 1.85rem; height: 1.85rem; box-sizing: border-box; border: 1px solid #323232; border-radius: 50%; font-size: 16px; position: relative; z-index: 2; overflow: hidden;}
.iframe .context .fr a:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 0; background: #000; z-index: -1; transition: height 0.4s ease-in-out;}
.iframe .context .fr a i{ font-size: 0.4rem; font-weight: bold; margin-bottom: 0.15rem; transition: all 0.35s; display: inline-block;}
.iframe .context .fr a span{ position: relative; transition: transform .4s ease-in-out ; }
.iframe .context .fr a span:before{ content: attr(data-title); position: absolute; left: 0; top: 100%;}
.iframe .list{ margin-top: 1rem; position: relative;}
.iframe .list .lt{ position: relative; margin: 0; width: 61.2%; box-sizing: border-box; padding-left: 0.55rem; padding-right: 1rem;}
.iframe .list .lt .bgtxt{ display: inline-block; font-size: 16px; text-transform: uppercase; transform-origin: center; white-space: nowrap; transform: rotate(90deg); position: absolute; left: -0.78rem; top: 1.6rem;}
.iframe .list .fr{ margin: 0; width: 38.8%;}
.iframe .list .fr .nr{ padding-top: 0.5rem; margin-top: 0.5rem; border-top: 1px solid #111; font-size: 20px; line-height: 2.1;}
.iframe .list .fr a{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; background: #111; padding: 0.2rem 0.4rem; border-radius: 0.365rem; margin-top: 1rem; color: #fff; font-size: 18px; overflow: hidden; position: relative; z-index: 2;}
.iframe .list .fr a i{ font-size: 0.3rem; margin-right: 0.13rem;}
.iframe .list .fr a span{ position: relative; transition: transform .4s ease-in-out;}
.iframe .list .fr a span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #fff;}
.iframe .list .indextxt{ font-size: 2.7633rem; color: #ebebeb; opacity: 0.4; line-height: 1; position: absolute;  left: -30%; bottom: -1.4rem; z-index: 1;}
@media (min-width:1082px){
    .iframe .context .fr a:hover{ color: #fff;}
    .iframe .context .fr a:hover:after{ height: 100%; top: 0; }
    .iframe .context .fr a:hover i{ transform: rotate(45deg);}
    .iframe .list .fr a:hover span{ transform: translateY(-300%);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe .context .lt{ width: 100%;}
    .iframe .context .lt .z1{ font-size: 0.48rem;}
    .iframe .context .lt .nr{ font-size: 16px;}
    .iframe .context .fr{ width: 100%; margin-top: 0.3rem;}
    .iframe .list .lt{ width: 100%; padding-right: 0;}
    .iframe .list .lt .bgtxt{ left: -1rem;}
    .iframe .list .fr{ width: 100%; margin-top: 0.3rem;}
    .iframe .list .fr .nr{ font-size: 16px;}
}



.iframe1{ padding: 0.8rem 0 0.9rem; background-color: #e2e2e4;}
.iframe1 .tit{}
.iframe1 .tit .lt{ margin: 0; width: 75%; box-sizing: border-box;}
.iframe1 .tit .lt .z1{ font-size: 16px; text-transform: uppercase; margin-bottom: 0.25rem; color: #111;}
.iframe1 .tit .lt .z2{ font-size: 0.8rem; line-height: 1.05; color: #111;}
.iframe1 .tit .fr{ margin: 0; width: 25%; box-sizing: border-box; padding-left: 0.25rem;}
.iframe1 .tit .fr .line{ display: block; height: 1px; background: #111; margin: 0.9rem 0 0.2rem;}
.iframe1 .tit .fr .p1{ font-size: 16px; line-height: 1.75;}
.iframe1 .list{ position: relative; margin-top: 0.2rem;}
.iframe1 .list .swiper{ padding-top: 1rem; height: 9rem;}
.iframe1 .list .item{ width: 100%; flex-direction: row-reverse; box-sizing: border-box; padding: 0.25rem; border-radius: 0.2rem; overflow: hidden;position: relative; cursor: pointer; transition: height 0.4s ease-in-out; display: flex!important;}
.iframe1 .list .item .bgimg{ position: absolute; z-index: 1; left: 0; top: 0; right: 0; bottom: 0;}
.iframe1 .list .item .img{ margin: 0; width: calc(50% - 0.25rem); height: 7.5rem; overflow: hidden; border-radius: 0.2rem; position: relative; z-index: 2;}
.iframe1 .list .item .img img{ width: 100%; height: 100%; object-fit: cover;}
.iframe1 .list .item .txt{ margin: 0; width: 50%; box-sizing: border-box; position: relative; padding: 0 0.7rem; z-index: 2; padding-top: 0.1rem; transition: all 0.4s;}

.iframe1 .list .item .txt em{ display: block; font-style: normal; font-size: 0.4rem; color: #fff; }
.iframe1 .list .item .txt .z1{ font-size: 0.7rem; text-transform: uppercase; color: #111; text-align: center; line-height: 1.17; }
.iframe1 .list .item .txt .imgbox{ text-align: center; margin: 0.7rem 0;}
.iframe1 .list .item .txt .imgbox img{ height: 0.97rem; width: auto;}
.iframe1 .list .item .txt .z2{ font-size: 0.22rem; text-align: center; color: #111;}
.iframe1 .list .item .txt .more{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; background: rgba(0,0,0,0.13); padding: 0.2rem 0.4rem; border-radius: 0.365rem; margin-top: 0.4rem; color: #fff; font-size: 18px; overflow: hidden; position: relative; z-index: 2; transform: translateX(-50%); left: 50%;}
.iframe1 .list .item .txt .more i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.iframe1 .list .item .txt .more span{ position: relative; transition: transform .4s ease-in-out;}
.iframe1 .list .item .txt .more span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #fff;}


.iframe1 .list .item#pcout_1{ background: linear-gradient(to bottom,#ac6c63,#ae3815);}
.iframe1 .list .item#pcout_2{ background: linear-gradient(to bottom,#bfc0e4,#5f718b);}
.iframe1 .list .item#pcout_3{ background: linear-gradient(to bottom,#d5d4d0,#cac8c1);}

.iframe1 .linkmore{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; background: #111; padding: 0.1rem 0.4rem; border-radius: 0.365rem; margin-top: 0.7rem; color: #fff; font-size: 18px; overflow: hidden; position: relative; z-index: 2; transform: translateX(-50%); left: 50%;}
.iframe1 .linkmore i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.iframe1 .linkmore span{ position: relative; transition: transform .4s ease-in-out;}
.iframe1 .linkmore span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #fff;}
@media (min-width:1082px){
    .iframe1 .list .item:nth-child(1){}
    .iframe1 .list .item:nth-child(2){ margin-top: -4rem; z-index: 2;}
    .iframe1 .list .item:nth-child(3){ margin-top: -4rem; z-index: 2;}
    .iframe1 .list .item .txt .more:hover span{ transform: translateY(-300%);}
    .iframe1 .list .linkmore:hover span{ transform: translateY(-300%);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe1 .tit .lt{ width: 100%;}
    .iframe1 .tit .lt .z2{ font-size: 0.48rem;}
    .iframe1 .tit .fr{ width: 100%; margin-top: 0.5rem; padding-left: 0;}
    .iframe1 .list .item .img{ width: 100%; height: auto;}
    .iframe1 .list .item .txt{ width: 100%; padding: 0; margin-top: 0.3rem;}
    .iframe1 .list .item .txt .z1{ font-size: 0.48rem;}
    .iframe1 .list .item .txt .imgbox{ margin: 0.3rem 0;}
}


.iframe2{ padding: 0.8rem 0 0.85rem; overflow: hidden;}
.iframe2 .tit{ text-align: center;}
.iframe2 .tit .z1{ font-size: 0.8rem; color: #111; line-height: 1;}
.iframe2 .list{ margin-top: 0.75rem; position: relative;}
.iframe2 .list .item{ display: block;}
.iframe2 .list .item .img{ overflow: hidden; position: relative;}
.iframe2 .list .item .img img{ width: 100%; height: auto;}
.iframe2 .list .item .img i{ position: absolute; right: 0; top: 0; font-size: 0.35rem; z-index: 1;}
.iframe2 .list .item .img:after{ content: "＋"; position: absolute; right: 0; bottom: 0; font-size: 0.3rem; z-index: 1;}
.iframe2 .list .item .txt{}
.iframe2 .list .item .txt .z1{ font-size: 16px; text-align: center; color: #333;}
.iframe2 .list .item .colorlist{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 0.15rem;}
.iframe2 .list .item .colorlist .colorimg{ width: 21px; height: 21px; display: flex; align-items: center; justify-content: center; border-color: transparent; border-width: 1px; border-style: solid; border-radius: 50%; box-sizing: border-box; margin: 0 3px;}
.iframe2 .list .item .colorlist .colorimg img{ width: 15px; height: 15px; border-radius: 50%;}
.iframe2 .list .item .colorlist .colorimg.active{ border-color: #7d7d7d;}
.iframe2 .list .btn{ display: flex; align-items: center;justify-content: center; box-sizing: border-box; border-radius: 50%; box-shadow: 2px 0 0.16rem rgba(0,0,0,0.09); width: 0.4rem; height: 0.4rem; position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none;}
.iframe2 .list .btn i{ font-size: 0.2rem;}
.iframe2 .list .btn:hover{ color: var(--main-color);}
.iframe2 .list .btn-prev{ left: 0;}
.iframe2 .list .btn-next{ right: 0;}
.iframe2 .linkmore{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; background: #111; padding: 0.1rem 0.4rem; border-radius: 0.365rem; margin-top: 0.7rem; color: #fff; font-size: 18px; overflow: hidden; position: relative; z-index: 2; transform: translateX(-50%); left: 50%;}
.iframe2 .linkmore i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.iframe2 .linkmore span{ position: relative; transition: transform .4s ease-in-out;}
.iframe2 .linkmore span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #fff;}
@media (min-width:1082px){
    .iframe2 .list .item .img:hover img{ transform: scale(1.1)}
    .iframe2 .list .btn-prev{ left: -0.2rem;}
    .iframe2 .list .btn-next{ right: -0.2rem;}
    .iframe2 .linkmore:hover span{ transform: translateY(-300%);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe2 .tit .z1{ font-size: 0.48rem;}
}


.iframe3{ overflow: hidden;}
.iframe3 .item{ margin: 0 33px; position: relative; z-index: 1;}
.iframe3 .item .img{ overflow: hidden; border-radius: 0 0 0.2rem 0.2rem; box-sizing: border-box;}
.iframe3 .item .img img{ width: 100%; height: 100%; object-fit: cover; max-width: inherit;}
.iframe3 .item .txt{ position: absolute; left: 0; top:13%; right: 0; z-index:2; align-items: center;}
.iframe3 .item .txt .lt{ margin: 0; width: 26.4%; display: flex; align-items: center; justify-content: flex-end;}
.iframe3 .item .txt .lt a{ display: flex; align-items: center; justify-content: center; width: 1.6rem; height: 1.6rem; border-radius: 50%; box-sizing: border-box; color: #111; transition: all 0.35s; z-index: 1; position: relative; background: #fff;}
.iframe3 .item .txt .lt a i{ font-size: 0.5rem; position: relative; z-index: 1; transition: all 0.35s;}
.iframe3 .item .txt .lt a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; animation: ripple 3s infinite linear; transition: .45s ease box-shadow;}
.iframe3 .item .txt .lt a:after{ content: ""; position: absolute; left: 0; top: 0;  width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; animation: ripple 3s infinite 1.5s linear; transition: .45s ease box-shadow;}
.iframe3 .item .txt .fr{ margin: 0; width: calc(100% - 26.4% - 15.8%); color: #fff; box-sizing: border-box; padding-right: 0.9rem;}
.iframe3 .item .txt .fr .z1{ font-size: 16px; text-transform: uppercase; margin-bottom: 0.15rem;}
.iframe3 .item .txt .fr .z2{ font-size: 0.8rem; line-height: 1.05; margin-bottom: 0.2rem;}
.iframe3 .item .txt .fr .dl{ margin-bottom: 0.35rem;}
.iframe3 .item .txt .fr .dl .dt{ font-size: 18px; text-transform: uppercase; margin-bottom: 0.2rem;}
.iframe3 .item .txt .fr .dl .dd{ font-size: 16px; line-height: 1.875;}
.iframe3 .item .txt .fr a{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; padding: 0.1rem 0.4rem; border-radius: 0.365rem; margin-top: 0.3rem; color: #fff; font-size: 18px; overflow: hidden; position: relative; z-index: 2; box-sizing: border-box; border: 1px solid #fff;}
.iframe3 .item .txt .fr a i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.iframe3 .item .txt .fr a span{ position: relative; transition: transform .4s ease-in-out;}
.iframe3 .item .txt .fr a span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #fff;}
@media (min-width:1082px){
    .iframe3 .item .txt .fr a:hover span{ transform: translateY(-300%);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe3 .item{ margin: 0;}
    .iframe3 .item .txt{ position: inherit; left: inherit; top: inherit; right: inherit;}
    .iframe3 .item .txt .lt{ width: 100%; justify-content: center;}
    .iframe3 .item .txt .lt a{ background: #111; color: #fff;}
    .iframe3 .item .txt .fr{ width: 100%; color: #333; padding: 0 15px; box-sizing: border-box; margin-top: 0.3rem;}
    .iframe3 .item .txt .fr .z2{ font-size: 0.48rem;}
    .iframe3 .item .txt .fr a{ background: #111;}
}


.iframe4{ overflow: hidden; padding: 0.8rem 0 1rem; align-items: center!important;}
.iframe4 .lt{ margin: 0; width: 40%; box-sizing: border-box; padding-left: 1.1rem;}
.iframe4 .lt .z1{ font-size: 0.48rem; line-height: 1.25; margin-bottom: 0.2rem;}
.iframe4 .lt .z2{ font-size: 16px; line-height: 1.75;}
.iframe4 .lt .list{}
.iframe4 .lt .list .item{ margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-top: 0.6rem;}
.iframe4 .lt .list .item i{ font-size: 0.48rem; color: #111;}
.iframe4 .lt .list .item .zz1{ color: var(--main-color); display: flex; align-items: center; font-size: 0.48rem; line-height: 1; margin: 0.1rem 0;}
.iframe4 .lt .list .item .zz1 span{ margin: 0;}
.iframe4 .lt .list .item .zz1 em{ font-style: normal;}
.iframe4 .lt .list .item .p1{ font-size: 14px; line-height: 2; color: #666;}
.iframe4 .lt .list .item:nth-child(2n){ margin-right: 0;}
.iframe4 .lt .list .item:nth-child(4) .zz1 em{ font-size: 18px;}
.iframe4 .fr{ margin: 0; width: calc(100% - 40% - 0.3rem); }

@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe4 .lt{ width: 100%; padding: 0 15px;}
    .iframe4 .fr{ display: none;}
}


/**********首页样式**********/


/**********底部样式**********/

.subscribe{ background-repeat: no-repeat; background-position: left center; background-size: 7.45rem 100%;}
.subscribe .container{ align-items: center;}
.subscribe .lt{ margin: 0; width: 25.2%; box-sizing: border-box; padding: 0.9rem 0;}
.subscribe .lt .z1{ font-size: 0.48rem; color: #fff; font-weight: 700; margin-bottom: 0.45rem;}
.subscribe .lt .info{}
.subscribe .lt .info .item{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.25rem;}
.subscribe .lt .info .item.add{ align-items: flex-start;}
.subscribe .lt .info .item .tag{ margin: 0; color: #fff;}
.subscribe .lt .info .item .tag i{ font-size: 18px;}
.subscribe .lt .info .item .txt{ margin: 0; width: calc(100% - 30px); font-size: 16px; color: #ccc; line-height: 1.5;}
.subscribe .lt .info .item .txt a{ color: #ccc;}
.subscribe .lt .info .item .txt a:hover{ color: var(--main-color);}
.subscribe .lt .share{ margin-top: 2.2rem;}
.subscribe .lt .share a{ display: flex; align-items: center; justify-content: center; box-sizing: border-box; width: 40px; height: 40px; border-radius: 50%; border: 1px solid #ccc; color: #ccc; margin-right: 8px;}
.subscribe .lt .share a i{ font-size: 18px;}
.subscribe .lt .share a:hover{ border-color: var(--main-color); color: var(--main-color);}
.subscribe .fr{ margin: 0; width: calc(100% - 22% - 25.2%);}
.subscribe .fr .z1{ font-size: 18px; color: var(--main-color); text-transform: uppercase;}
.subscribe .fr .z2{ font-size: 0.48rem; font-weight: 700; margin-bottom: 0.25rem;}
.subscribe .fr .feedbackbox{}
.subscribe .fr .feedbackbox input{ height: 55px; width: 100%; border-bottom: 1px solid #cfd6da; margin-bottom: 0.2rem; font-size: 16px; line-height: 1.5;}
.subscribe .fr .feedbackbox textarea{ height: 1.2rem; width: 100%; border-bottom: 1px solid #cfd6da; margin-bottom: 0.2rem; font-size: 16px; line-height: 1.5;}
.subscribe .fr .feedbackbox button{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; padding: 0.1rem 0.4rem; border-radius: 0.365rem; margin-top: 0.3rem; color: #333; font-size: 18px; overflow: hidden; position: relative; z-index: 2; box-sizing: border-box; border: 1px solid #212121; background: none; cursor: pointer; outline: none;}
.subscribe .fr .feedbackbox button:before{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: #000; transition: all 0.35s; z-index: -1;}
.subscribe .fr .feedbackbox button i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.subscribe .fr .feedbackbox button span{ position: relative; transition: transform .4s ease-in-out;}
.subscribe .fr .feedbackbox button span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; }
@media (min-width:1082px){
    .subscribe .fr .feedbackbox button:hover{ color: #fff;}
    .subscribe .fr .feedbackbox button:hover:before{ left: 0; width: 100%;}
    .subscribe .fr .feedbackbox button:hover span{ transform: translateY(-300%);}
}
@media (min-width:1px) and  (max-width:1081px){
    .subscribe{ background-size: 100% auto; background-position: top center; padding: 0 0 0.6rem;}
    .subscribe .lt{ width: 100%;}
    .subscribe .fr{ width: 100%;}
}


.partners{ border-width: 1px 0 1px 0; border-color: #cfd6da; border-style: solid;}
.partners .swiper-wrapper { -webkit-transition-timing-function: linear; -moz-transition-timing-function: linear; -ms-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear;}
.partners .swiper-slide{ margin: 0; box-sizing: border-box; border-right: 1px solid #cfd6da;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}


.footer{ background-color: #181817; background-repeat: no-repeat; background-size: cover; background-position: center center; overflow: hidden; }

.footer footer{ padding: 0.7rem 0;}
.footer footer .container{ display: flex; justify-content: space-between;}
.footer footer .foot{ margin: 0;}
.footer footer .foot .footlogo{ margin-bottom: 0.4rem;}
.footer footer .foot .nr{ font-size: 16px; line-height: 2.125; color: #a0a0a0;}
.footer footer .foot .z1{ margin: 0.2rem 0; font-size: 18px; font-weight: 700; color: #fff;}
.footer footer .foot .z2{ margin: 0.2rem 0 0.3rem; line-height: 1.35; font-size: 0.28rem; color: #fff;}
.footer footer .foot ul{}
.footer footer .foot ul>li{ font-size: 16px; margin-bottom: 0.15rem;}
.footer footer .foot ul>li>a{ color: #a0a0a0; position: relative; display: block;}
.footer footer .foot .subscribeBox{ display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #464645; padding: 0.1rem 0;}
.footer footer .foot .subscribeBox input{ flex: 1; background: none; border: 0; color: #fff;}
.footer footer .foot .subscribeBox button{ font-size: 16px; text-transform: uppercase; background: none; border: 0; color: #fff; cursor: pointer; overflow: hidden;}
.footer footer .foot .subscribeBox button i{ margin-right: 0.1rem;}
.footer footer .foot .subscribeBox button span{ position: relative; transition: transform .4s ease-in-out; display: inline-block;}
.footer footer .foot .subscribeBox button span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; }
.footer footer .foot .p1{ font-size: 16px; margin-top: 0.2rem; display: flex; align-items: center; color: #fff;}
.footer footer .foot .p1:before{ content: ""; display: inline-flex; width: 18px; height: 18px; border: 1px solid #fff; border-radius: 5px; margin-right: 0.1rem;}
@media (min-width:1082px){
    .footer footer .foot:nth-child(1){ width: 4.6rem;}
    .footer footer .foot:nth-child(2){ width: 1.8rem;}
    .footer footer .foot:nth-child(3){ width: 1.4rem;}
    .footer footer .foot:nth-child(4){ width: 4.7rem;}
    
    .footer footer .foot ul>li:hover>a{ color: var(--main-color);}
    .footer footer .foot .subscribeBox button:hover span{ transform: translateY(-300%);}
}
@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; text-align: center;}
.copyright .footdiv{ margin: 0; font-size: 16px; line-height: 1.5; color: #a0a0a0; text-align: center;}
.copyright .footdiv a{ color: #a0a0a0;}

@media (min-width:1082px){
	.copyright .container{  justify-content: space-between; padding-top: 0.25rem; padding-bottom: 0.25rem; position: relative;}
    .copyright .container:before{ content: ""; position: absolute; left: 1.1rem; right: 1.1rem; top: 0; height: 1px; background: #464645}
	.copyright .footdiv{ display: inline-block;}
}
@media (min-width:1px) and  (max-width:1081px){
    .copyright .footmenu{ display: none;}
	.copyright{ margin-top: 0; margin-bottom: 52px; padding: 0.2rem 0;}
	.copyright .container{ padding: 0; border: 0; display: block;}
    .copyright .footdiv{ font-size: 12px;}
}
/**********底部样式**********/


/**********内页大图**********/
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%; height: auto;}
.nbframe .nbframe_txt{ position: absolute; left: 50%; top: 70%; transform: translate(-50%,-50%); z-index: 3; color: #fff; text-align: center;}
.nbframe .nbframe_txt .z1{ font-size: 0.36rem; margin-bottom: 0.25rem;}
.nbframe .nbframe_txt .txt{ position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 16px; text-transform: capitalize;}
.nbframe .nbframe_txt .txt .icon-home{ font-size: 24px; margin-right: 0.1rem; color: #fff;}
.nbframe .nbframe_txt .txt .icon-here{ margin: 0 5px;}
.nbframe .nbframe_txt .txt a{ color: #fff;}
.nbframe .nbframe_txt .txt span{ color: #fff;}
.nbframe .nbframe_txt .txt a:hover{ color: var(--main-color);}
.nbframe .nbframe_txt.text_left{ text-align: left; top: 45%;}
.nbframe .nbframe_txt.text_left .z1{ margin: 0; width: 17%; margin-bottom: 0.3rem; font-size: 0.48rem;}
.nbframe .nbframe_txt.text_left .txt{ justify-content: flex-start;}
.nbframe .nbframe_txt.text_left i.icon-jiang-copy{ font-size: 0.5rem; color: var(--main-color); position: absolute; left: 0.9rem; bottom: -2.4rem;}
.nbframe .indextxt{ font-size: 1.72rem; color: #414448; opacity: 0.4; line-height: 1; position: absolute;  left: 50%; top:49%; transform: translate(-50%,-50%); z-index: 2;}
@media (min-width:1082px){
    .nbframe.open{ margin-top: 141px;}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 55px;}
    .nbframe img{ display: none;}
    .nbframe .nbframe_txt{ display: none;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ padding: 0.3rem 0; background: #e2e2e4;}
.location .container{}
.location .z1{ font-size: 0.38rem; color: #000; text-align: center; margin-bottom: 0.2rem; display: none;}
.location .txt{ position: relative; display: flex; flex-wrap: wrap; align-items: center; font-size: 16px; text-transform: capitalize;}
.location .txt .icon-home{ font-size: 24px; margin-right: 0.1rem; color: var(--main-color);}
.location .txt .icon-here{ margin: 0 5px;}
.location .txt a{ color: #666;}
.location .txt span{ color:var(--main-color);}
.location .txt a:hover{ color: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .location .txt{ font-size: 14px;}
}

.stylesort{ overflow: hidden; background: var(--main-color)}
.stylesort .item{ display: inline-block; padding: 0.2rem 0; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.4rem; }
.stylesort .item.active,.stylesort .item:hover{ text-decoration: underline;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .stylesort{ }
    .stylesort .item{ font-size: 14px; margin-right: 0.1rem; margin-bottom: 0.1rem;}
}
/**********面包屑**********/

.body{ }
/*@media (min-width:1500px){
    .body .container{ width: 1400px; margin: 0 auto; padding: 0;}
}*/
@media (min-width:1px) and (max-width:1081px){
}


/**********关于我们**********/
.aframe{ padding-left: 24%;}
.aframe .list{ position: relative;}

.aframe .list .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; color: #333; opacity: 0.48; cursor: pointer; outline: none;}
.aframe .list .btn i{ font-size: 0.5rem; display: block;}
.aframe .list .btn-prev{ left: 0;}
.aframe .list .btn-next{ right: 0;}
.aframe .list .btn-next i{ transform: rotate(180deg);}
@media (min-width:1082px){
    .aframe .swiper-slide{ margin: 0; height: 6rem; position: relative; overflow: hidden; border-radius: 0 0 0.3rem 0.3rem; transition: all 0.35s;}
    .aframe .swiper-slide img{ width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
    .aframe .swiper-slide-active{ width: calc(72.5%)!important;}
    .aframe .swiper-slide-next{ width: 24%!important; height: 6rem;}
    .aframe{ position: relative; z-index: 1; margin-top: -4rem;}
    .aframe .list .btn-prev{ left: -0.25rem;}
    .aframe .list .btn-next{ right: 0.3rem;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe{ padding: 0;}
    .aframe .swiper-slide{ }
}


.aframe1{ padding:1rem 0 2rem; position: relative;}
.aframe1 .lt{ margin: 0; width: 50%;}
.aframe1 .lt .z1{ font-size: 0.48rem; font-weight: 700; line-height: 1.25;}
.aframe1 .lt a{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; padding: 0.1rem 0.4rem; border-radius: 0.365rem; margin-top: 1rem; color: #333; font-size: 18px; overflow: hidden; position: relative; z-index: 2; box-sizing: border-box; border: 1px solid #212121; background: none; cursor: pointer; outline: none;}
.aframe1 .lt a i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.aframe1 .lt a span{ position: relative; transition: transform .4s ease-in-out;}
.aframe1 .lt a span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #333;}
.aframe1 .fr{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.2rem;}
.aframe1 .fr .line{ margin: 0; display: block; width: 0.82rem; height: 2px; margin-bottom: 0.3rem; background: var(--main-color);}
.aframe1 .fr .context{ font-size: 16px; line-height: 1.875; color: #111;}
.aframe1 .fr .list{ margin-top: 0.45rem;}
.aframe1 .fr .list .item{ margin: 0; display: inline-block; margin-right: 0.9rem; text-align: center;}
.aframe1 .fr .list .item .z1{ font-size: 0.48rem; font-weight: 700; color: var(--main-color); line-height: 1;}
.aframe1 .fr .list .item .z1 em{ font-style: normal; font-size: 0.24rem;}
.aframe1 .fr .list .item .p1{ font-size: 18px; color: #666;}
.aframe1 .indextxt{ font-size: 1.97rem; color: #ebebeb; opacity: 0.4; line-height: 1; position: absolute;  left: -28%; bottom: -0.4rem; z-index: 2;}
@media (min-width:1082px){
    .aframe1 .lt a:hover span{ transform: translateY(-300%);}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe1{ padding: 0.6rem 0;}
    .aframe1 .lt{ width: 100%;}
    .aframe1 .fr{ width: 100%; margin-top: 0.5rem;}
    .aframe1 .fr .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem; text-align: left;}
}

.aframe2{  background: #e2e2e4; padding: 1.25rem 0 0.8rem;}
.aframe2 .tit{ align-items: flex-end; margin-bottom: 0.6rem;}
.aframe2 .tit .z1{ margin: 0; width: 41%; font-size: 0.48rem; font-weight: 700; line-height: 1.25;}
.aframe2 .tit .p1{ margin: 0; width: calc(100% - 41% - 1.35rem); font-size: 16px; line-height: 1.75;}
.aframe2 .list{ align-items: center;}
.aframe2 .list .lt{ margin: 0; width: 72%;}
.aframe2 .list .fr{ margin: 0; width: calc(100% - 72% - 0.6rem); position: relative; z-index: 1;}
.aframe2 .list .fr .numbg{ font-size: 01.86rem; color: #cecece; position: absolute; left: 0; top: -1.3rem; z-index: -1;}
.aframe2 .list .fr .item{}
.aframe2 .list .fr .item .z1{ font-size: 0.36rem; color: var(--main-color); line-height: 1;}
.aframe2 .list .fr .item .p1{ font-size: 18px; line-height: 1.5; color: #111;}
.aframe2 .list .fr a{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; padding: 0.1rem 0.4rem; border-radius: 0.365rem; margin-top: 0.55rem; color: #333; font-size: 18px; overflow: hidden; position: relative; z-index: 2; box-sizing: border-box; border: 1px solid #212121; background: none; cursor: pointer; outline: none;}
.aframe2 .list .fr i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.aframe2 .list .fr span{ position: relative; transition: transform .4s ease-in-out;}
.aframe2 .list .fr span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #333;}
@media (min-width:1082px){
    .aframe2 .list .fr a:hover span{ transform: translateY(-300%);}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe2 .tit .z1{ width: 100%;}
    .aframe2 .tit .p1{ width: 100%; margin-top: 0.2rem;}
    .aframe2 .list .lt{ width: 100%;}
    .aframe2 .list .fr{ width: 100%;}
}

.aframe3{  overflow: hidden; padding: 0.95rem 0 0.85rem;}
.aframe3 .item{ margin: 0; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; box-sizing: border-box; padding: 1rem 0.6rem 0.8rem 0.6rem; border: 1px solid #818181; border-radius: 0.3rem; position: relative; overflow: hidden; cursor: pointer;}
.aframe3 .item .tag{ text-align: center;}
.aframe3 .item .tag i{ font-size: 2rem; color: var(--main-color);}
.aframe3 .item .tag .z1{ font-size: 24px; font-weight: 700; margin-top: 0.7rem;}
.aframe3 .item .txt{ padding: 0.45rem 0.35rem; background: #fff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; transform: translateY(200%); transition: transform 0.4s ease-in-out;}
.aframe3 .item .txt .z1{ font-size: 24px; font-weight: 700; margin-bottom: 0.1rem;}
.aframe3 .item .txt .p1{ font-size: 18px; line-height: 2;}
@media (min-width:1082px){
    .aframe3 .item:nth-child(4){ margin-right: 0;}
    .aframe3 .item:hover .txt{ transform: translateY(0);}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe3 .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}

.aframe4{ padding: 1rem 0 ; background-repeat: no-repeat; background-position: center top; }
.aframe4 .abtit{ text-align: center; color: #fff;}
.aframe4 .abtit .z1{ font-size: 0.48rem; font-weight: 700;}
.aframe4 .abtit .z1 span{ color: var(--main-color);}
.aframe4 .abtit .p1{ font-size: 16px; line-height: 1.5;}
.aframe4 .list{ margin-top: 0.45rem;}
.aframe4 .list .item{ cursor: pointer;}
.aframe4 .list .item .img{ overflow: hidden; background: url(/dist/images/1_09.png) no-repeat center center / 100% 100%; padding: 0.25rem;}
.aframe4 .list .item .img img{ width: 100%; height: auto;}
.aframe4 .list .item .txt{ font-size: 16px; text-align: center; line-height: 2;}
.aframe4 .list .swiper-pt{ position: relative; left: inherit; top: inherit; right: inherit; bottom: inherit; margin-top: 0.6rem; height: 2px;}
.aframe4 .list .swiper-pt .swiper-pagination-progressbar-fill{ background: var(--main-color);}
@media (min-width:1082px){
    .aframe4 .list .item:hover .img img{ transform: rotateY(180deg);}
}
@media (min-width:1px) and  (max-width:1081px){
}

.aframe5{ padding: 0 0 1.2rem;}
.aframe5 .abtit{ text-align: center;}
.aframe5 .abtit .z1{ font-size: 0.48rem; font-weight: 700;}
.aframe5 .abtit .p1{ font-size: 16px; line-height: 1.5;}
.aframe5 .list{ margin-top: 0.6rem;}
.aframe5 .list .item{ background: #fbfbfb; margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; overflow: hidden; border-radius: 0.2rem;}
.aframe5 .list .item .img{ overflow: hidden; border-radius: 0.2rem;}
.aframe5 .list .item .img img{ width: 100%; height: auto;}
.aframe5 .list .item .txt{ padding: 0.35rem; }
.aframe5 .list .item .txt .z1{ font-size: 20px; font-weight: 700; margin-bottom: 0.1rem;}
.aframe5 .list .item .txt .p1{ font-size: 16px; line-height: 1.5;}
@media (min-width:1082px){
    .aframe5 .list .item:nth-child(3){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe5 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}


.history{ padding: 0.7rem 0; background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto;}
.history .z1{ font-size: 0.48rem; text-align: center; position: relative; z-index: 1;}
.history .z2{ width: 4rem; display: block; font-size: 0.24rem; line-height: 2; color: var(--main-color);  margin-left: auto; margin-right: 3.2rem; margin-top: 0.6rem; position: relative; z-index: 1;}
.history .z3{ margin-left: 2rem; font-size: 1.6rem; color: var(--main-color); font-weight: bold; line-height: 1; position: relative; z-index: 1;}
.history .z4{ width: 4rem; font-size: 0.28rem; color: #111;  margin-left: auto; margin-right: 3.2rem; position: relative; z-index: 1; margin-top: 0.2rem;}
.history .z4:before{ content: ""; position: absolute; left: -0.95rem; top: 0; width: 0.28rem; height: 0.28rem; background: var(--main-color); border-radius: 50%; display: block;}
.history .context{ position: relative; z-index: 1; padding-bottom: 0.3rem;}
.history .context .item{ margin-top: 0.75rem;}
.history .context .item .tit{ margin: 0; width: 47%; position: relative; z-index: 1;}
.history .context .item .tit .zz1{ font-size: 0.48rem; color: #111; line-height: 1;}
.history .context .item .tit:before{ content: ""; position: absolute; left: -0.62rem; top: 5px; width: 0.28rem; height: 0.28rem; background: var(--main-color); border-radius: 50%; display: block;}
.history .context .item .txt{ margin: 0; width: 47%;}
.history .context .item .txt .nr{ font-size: 0.24rem;}
.history .context .item .txt .img{ margin-top: 0.35rem;}
.history .loading{ margin-top: 0.3rem; display: block;}
.history .loading img{ width: 0.28rem;}
@media (min-width:1082px){
    .history .context:before{ content: ""; position: absolute; z-index: -1; left: 50%; top: -3.3rem; bottom: 0; width: 3px; background: var(--main-color); transform: translateX(-50%);}
    .history .context .item:nth-child(2n+1){ flex-direction: row-reverse;}
    .history .context .item:nth-child(2n+1) .tit{ text-align: left;}
    .history .context .item:nth-child(2n) .tit:before{ content: ""; position: absolute; left: inherit; right: -0.62rem; top: 5px; width: 0.28rem; height: 0.28rem; background: var(--main-color); border-radius: 50%; display: block;}
    .history .context .item:nth-child(2n+1) .txt{ text-align: right;}
    .history .context .item:nth-child(2n){}
    .history .context .item:nth-child(2n) .tit{ text-align: right;}
    .history .context .item:nth-child(2n) .txt{ text-align: left;}
}
@media (min-width:1px) and (max-width:1081px){
    .history .z2{ width: auto; margin-right: 0;}
    .history .z3{ margin-left: 0;}
    .history .context .item .tit{ width: 100%;}
    .history .context .item .txt{ width: 100%;}
}
/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 16px; line-height: 2; padding:0 0  0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.synopsis{ padding: 0.7rem 0 0 0 ;}
.synopsis .z1{ font-size: 0.36rem; margin-bottom: 0.2rem;}
.synopsis .context{ font-size: 16px; line-height: 1.5; color: #666;}
.synopsis .smalllist{ margin-top:0.25rem;}
.synopsis .smalllist .item{ display: inline-block; background: #bfbfbf; padding: 0.1rem 0.2rem; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.14rem; border-radius: 0.05rem;}
.synopsis .smalllist .item.active,.stylesort .item:hover{ background: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .summary .context{ font-size: 14px;}
    .synopsis .smalllist .item{ padding: 0.1rem 0.2rem; font-size: 14px; border-radius: 0; margin-bottom: 0.15rem;}
}

.gallerylist{ display: flex; flex-wrap: wrap; padding: 0.4rem 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: 0.2rem solid #f5f5f5;}
.gallerylist .item .img img{ width: 100%; height: auto;}
.gallerylist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist .item .txt h3{ font-size: 16px;; text-align: center;}

@media (min-width:1082px){
	.gallerylist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
}

.honorlist{ display: flex; flex-wrap: wrap; padding: 0.4rem 0 0.4rem 0;}
.honorlist .item{ margin: 0; display: block; width: calc((100% - 1.2rem)/5); margin-right: 0.3rem; margin-bottom: 0.2rem; box-sizing: border-box; cursor: pointer;}
.honorlist .item .img{ overflow: hidden; background-repeat: no-repeat; /*pointer-events: none;*/ background: url(/dist/images/1_09.png) no-repeat center center / 100% 100%; padding: 0.25rem;}
.honorlist .item .img img{ width: 100%; height: auto;}
.honorlist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.honorlist .item .txt h3{ font-size: 16px; text-align: center;}

@media (min-width:1082px){
	.honorlist .item:nth-child(5n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.honorlist .item{ width: calc((100% - 0.3rem)/2);}
	.honorlist .item:nth-child(2n){ margin-right: 0;}
}

.teamlist{ display: flex; flex-wrap: wrap; }
.teamlist .item{ margin: 0; display: block; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.3rem; box-sizing: border-box; cursor: pointer; border: 1px solid #e0e0e0; border-radius: 0.1rem; padding: 0.15rem;}
.teamlist .item .img{ overflow: hidden; background-repeat: no-repeat; border-radius: 0.1rem;}
.teamlist .item .img img{ width: 100%; height: auto;}
.teamlist .item .txt{ overflow: hidden; margin-top: 0.2rem;}
.teamlist .item .txt .z1{ font-size: 18px; text-align: center;}
@media (min-width:1082px){
	.teamlist .item:nth-child(3n){ margin-right: 0;}
    .teamlist .item:hover{ box-shadow: 4px 0 0.21rem rgba(0,0,0,0.2);}
}
@media (min-width:1px) and (max-width:1081px){
	.teamlist .item{ width: calc((100% - 0.3rem)/2);}
	.teamlist .item:nth-child(2n){ margin-right: 0;}
    .teamlist .item .txt .z1{ font-size: 14px;}
}

/**********图库**********/

/**********左右侧页面**********/

.left_nav{ width: 3.4rem; box-sizing: border-box; position: relative; padding: 0.7rem 0;}

.left_nav .lbt{ margin-bottom: 0.45rem;}
.left_nav .lbt>.z1{ font-size: 28px; margin-bottom: 0.15rem;}
.left_nav .lbt>.z1 span{}
.left_nav .lbt>ul{}
.left_nav .lbt>ul>li{ font-size: 20px; background: #e2e2e4; margin-bottom: 0.2rem; overflow: hidden; border-radius: 0 0 0.2rem 0.2rem; padding: 0 0.15rem;}
.left_nav .lbt>ul>li>a{ display: flex; align-items: center; justify-content: space-between; padding:0.15rem 0; position: relative;}
.left_nav .lbt>ul>li>a:after{ content: ""; position: absolute; right: 0; bottom: 0; height: 1px; background: #c2c2c2; width: 0; transition: width .4s ease-in-out}
.left_nav .lbt>ul>li>a>span{ flex: 1; margin-right: 0.15rem; color: #111;}
.left_nav .lbt>ul>li>a>i{ display: inline-block; transition: all 0.35s; font-size: 20px; font-weight: bold;}
.left_nav .lbt>ul>li.active>a:after{ left: 0; width: 100%; }
.left_nav .lbt>ul>li:hover>a>i,.left_nav .lbt>ul>li.active>a>i{ transform: rotate(90deg);}
.left_nav .lbt>ul>li.active>ul{ height: auto; margin: 0.2rem 0}
.left_nav .lbt>ul>li:last-child>a{ border-bottom: 0;}

.left_nav .lbt>ul>li>ul{  height: 0; overflow: hidden; }
.left_nav .lbt>ul>li>ul>li{ font-size: 16px; margin-bottom: 0.15rem;}
.left_nav .lbt>ul>li>ul>li>a{ display: flex; align-items: center; justify-content: space-between; position: relative; padding-left: 0.3rem;}
.left_nav .lbt>ul>li>ul>li>a:before{ content: ""; width: 0.18rem; height: 0.18rem; border-radius: 5px; position: absolute; left: 0; top: 3px; display: inline-flex; border: 1px solid #3f3f3f; box-sizing: border-box; align-items: center; justify-content: center;}
.left_nav .lbt>ul>li>ul>li>a>span{ flex: 1; margin-right: 0.15rem;}
.left_nav .lbt>ul>li>ul>li:hover>a:before,.left_nav .lbt>ul>li>ul>li.active>a:before{ content: "√"; font-size: 0.12rem; background: #3f3f3f; color: #fff;}

.left_nav .lbt .info{ padding: 0.15rem; box-sizing: border-box; background: #e2e2e4; border-radius: 0 0 0.3rem 0.3rem;}
.left_nav .lbt .info img{ margin-bottom: 0.2rem;}
.left_nav .lbt .info .item{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.25rem;}
.left_nav .lbt .info .item.add{ align-items: flex-start;}
.left_nav .lbt .info .item .tag{ margin: 0; color: #333;}
.left_nav .lbt .info .item .tag i{ font-size: 18px;}
.left_nav .lbt .info .item .txt{ margin: 0; width: calc(100% - 30px); font-size: 16px; color: #333; line-height: 1.5;}
.left_nav .lbt .info .item .txt a{ color: #333;}
.left_nav .lbt .info .item .txt a:hover{ color: var(--main-color);}
@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% - 3.4rem - 0.55rem); padding: 0.7rem 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; padding: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/

.summary{ margin-bottom: 0.4rem;}
.summary .z1{ font-size: 0.48rem; margin-bottom: 0.1rem;}
.summary .p1{ font-size: 16px; line-height: 1.625; color: #666;}
.summary dl{ margin-top: 0.25rem; }
.summary dl dd{ margin: 0; margin-right: 0.5rem; margin-bottom: .2rem;}
.summary dl dd a{ font-size: 0.16rem; font-family: var(--font1);}
.summary dl dd a:before{ content: ""; width: 9px; height: 9px; background: var(--bout-color); display: inline-block; border-radius: 50%; margin-right: 0.1rem;}
@media (min-width:1082px){
    .summary dl dd:hover>a{ color: var(--bout-color);}
}
@media (min-width:1px) and (max-width:1081px){
    .summary .z1{ font-size: 0.3rem;}
}

.bigcateall{ padding: 0.75rem 0 0.6rem ;}
.bigcateall .itembox{ margin-bottom: 0.65rem;}
.bigcateall .itembox .catebig{ flex-direction: row-reverse; box-sizing: border-box; padding: 0.15rem; border-radius: 0.2rem;}
.bigcateall .itembox .catebig .img{ margin: 0; width: calc(50% - 0.35rem); border-radius: 0.2rem; overflow: hidden;}
.bigcateall .itembox .catebig .txt{ margin: 0; width: 50%; box-sizing: border-box; padding: 0.6rem 0 0 0.6rem;}
.bigcateall .itembox .catebig .txt .tag{ margin: 0; width: 1.1rem; height: 1.1rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: #000;}
.bigcateall .itembox .catebig .txt .tag .icon{ width: 100%; height: 0.57rem; background-repeat: no-repeat; background-position: 0 0; transition: all 0.35s; background-size: 100% auto;}
.bigcateall .itembox .catebig .txt .z1{ margin: 0.2rem 0 0.1rem; font-size: 0.36rem; text-transform: uppercase; color: #111; display: block;}
.bigcateall .itembox .catebig .txt .dl{ height: 70px; overflow: hidden;}
.bigcateall .itembox .catebig .txt .dl .dd{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; margin-bottom: 0.1rem; font-size: 16px; color: #111; padding-left: 15px; position: relative; box-sizing: border-box; }
.bigcateall .itembox .catebig .txt .dl .dd:before{ content: ""; position: absolute; left: 0; top: 10px; width: 5px; height: 5px; background: #111; border-radius: 50%;}
.bigcateall .itembox .catebig .txt .more{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; background: rgba(0,0,0,0.13); padding: 0.2rem 0.4rem; border-radius: 0.365rem; margin-top: 0.3rem; color: #fff; font-size: 18px; overflow: hidden; position: relative; z-index: 2; }
.bigcateall .itembox .catebig .txt .more i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.bigcateall .itembox .catebig .txt .more span{ position: relative; transition: transform .4s ease-in-out;}
.bigcateall .itembox .catebig .txt .more span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #fff;}
.bigcateall .itembox .list{ margin-top: 0.45rem;}
.bigcateall .itembox .list .item{ margin: 0; width: calc((100% - 0.45rem)/4); margin-right: 0.15rem;}
.bigcateall .itembox .list .item .img{ overflow: hidden; position: relative;}
.bigcateall .itembox .list .item .img img{ width: 100%; height: auto;}
.bigcateall .itembox .list .item .img i{ position: absolute; right: 0; top: 0; font-size: 0.35rem; z-index: 1;}
.bigcateall .itembox .list .item .img:after{ content: "＋"; position: absolute; right: 0; bottom: 0; font-size: 0.3rem;  z-index: 1;}
.bigcateall .itembox .list .item .txt{}
.bigcateall .itembox .list .item .txt .z1{ font-size: 16px; text-align: center; color: #333;}
.bigcateall .itembox .list .item .colorlist{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 0.15rem;}
.bigcateall .itembox .list .item .colorlist .colorimg{ width: 21px; height: 21px; display: flex; align-items: center; justify-content: center; border-color: transparent; border-width: 1px; border-style: solid; border-radius: 50%; box-sizing: border-box; margin: 0 3px;}
.bigcateall .itembox .list .item .colorlist .colorimg img{ width: 15px; height: 15px; border-radius: 50%;}
.bigcateall .itembox .list .item .colorlist .colorimg.active{ border-color: #7d7d7d;}
.bigcateall .itembox:nth-child(1n) .catebig{ background: linear-gradient(to bottom,#ac6e66,#ae3815);}
.bigcateall .itembox:nth-child(2n) .catebig{ background: linear-gradient(to bottom,#c2c0e4,#62748d);}
.bigcateall .itembox:nth-child(3n) .catebig{ background: linear-gradient(to bottom,#d5d4d0,#cac8c1);}
.bigcateall .itembox:nth-child(4n) .catebig{ background: linear-gradient(to bottom,#dcbebe,#b28182);}
@media (min-width:1082px){
    .bigcateall .itembox .catebig .txt .dl .dd:nth-child(3n){ margin-right: 0;}
    .bigcateall .itembox .catebig .txt .dl .dd:hover{ color: #fff;}
    .bigcateall .itembox .catebig .txt .more:hover span{ transform: translateY(-300%);}
    .bigcateall .itembox .list .item:nth-child(4){ margin-right: 0;}
    .bigcateall .itembox .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
    .bigcateall .itembox .catebig .txt .dl{ height: auto;}
    .bigcateall .itembox .catebig .txt .dl .dd{ width: 100%; margin-right: 0;}

}
@media (min-width:1px) and (max-width:1081px){
    .bigcateall .itembox .catebig .img{ width: 100%;}
    .bigcateall .itembox .catebig .txt{ width: 100%; padding: 0.2rem;}
    .bigcateall .itembox .catebig .txt .dl .dd{ width: 100%; margin-right: 0;}
}

.ProList{ margin-bottom: 0.4rem;}
.ProList .item{ margin: 0; width: calc((100%)/4); box-sizing: border-box; border: 2px solid #ececec; padding: 0.15rem;}
.ProList .item .img{ overflow: hidden; position: relative;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .img i{ position: absolute; right: 0; top: 0; font-size: 0.35rem; z-index: 1; color: var(--main-color);}
.ProList .item .img:after{ content: "＋"; position: absolute; right: 0; bottom: 0; font-size: 0.3rem; color: #111; z-index: 1;}
.ProList .item .txt{}
.ProList .item .txt .z1{ font-size: 16px; text-align: center; color: #333;}
.ProList .item .colorlist{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center; margin-top: 0.15rem;}
.ProList .item .colorlist .colorimg{ width: 21px; height: 21px; display: flex; align-items: center; justify-content: center; border-color: transparent; border-width: 1px; border-style: solid; border-radius: 50%; box-sizing: border-box; margin: 0 3px;}
.ProList .item .colorlist .colorimg img{ width: 15px; height: 15px; border-radius: 50%;}
.ProList .item .colorlist .colorimg.active{ border-color: #7d7d7d;}

@media (min-width:1082px){ 
	.ProList .item:nth-child(4n){ margin-right: 0;}
    .ProList .item .img:hover img{transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: calc((100%)/2); }
    .ProList .item:nth-child(2n){ margin-right: 0;}
    .ProList .item .img{ width: 100%;}
    .ProList .item .txt .z1{ font-size: 14px;}
    .ProList .item .txt .p1{ font-size: 12px;}
    .ProList .item .txt span{ display: none;}
}

.rSolutions{ border-top: 1px solid #e2e2e4; margin: 0.5rem 0;}
.rSolutions .tit{ margin-top: 0.5rem;}
.rSolutions .tit .z1{ font-size: 0.48rem; color: #111; margin-bottom: 0.1rem;}
.rSolutions .tit .p1{ font-size: 16px; line-height: 1.5;}
.rSolutions .list{ margin-top: 0.4rem;}
.rSolutions .list .item{ margin: 0; width: calc((100% - 0.35rem)/2); margin-right: 0.35rem; margin-bottom: 0.4rem; box-sizing: border-box; border: 2px solid #8f8f8f; border-radius: 0 0 0.3rem 0.3rem;}
.rSolutions .list .item .img{ overflow: hidden;}
.rSolutions .list .item .img img{ width:100%; height:auto;}
.rSolutions .list .item .txt{ padding: 0.2rem ; text-align: center;}
.rSolutions .list .item .txt .z1{ font-size: 18px; color: #111; font-weight: 700;}
.rSolutions .list .item:nth-child(2n){ margin-right: 0;}
@media (min-width:1082px){ 
}
@media (min-width:1px) and (max-width:1081px){
    .rSolutions .list .item .txt .z1{ font-size: 14px;}
}

.rFaqList{ border-top: 1px solid #e2e2e4; margin: 0.5rem 0;}
.rFaqList .tit{ margin-top: 0.35rem;}
.rFaqList .tit .z1{ font-size: 0.48rem; color: #111;}
.rFaqList .list{ margin-top: 0.3rem;}
.rFaqList .list .item{ padding: 0.15rem 0; border-top: 1px solid #e2e2e4;}
.rFaqList .list .item .z1{ font-size: 18px; color: #333; cursor: pointer; position: relative; padding-right: 36px;}
.rFaqList .list .item .z1 span{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); width:36px; height: 20px;}
.rFaqList .list .item .z1 span:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 16px; height: 2px; background: #393939; transition: all 0.35s;}
.rFaqList .list .item .z1 span:after{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 2px; height: 16px; background: #393939; transition: all 0.35s;}
.rFaqList .list .item .context{ font-size: 18px; background: #f2f2f2; padding: 0.25rem 0.4rem; display: none; margin-top: 0.15rem;}
.rFaqList .list .item:last-child{ border-bottom: 1px solid #e2e2e4;}
.rFaqList .list .item.active .z1{ color: var(--main-color);}
.rFaqList .list .item.active .context{ display: block;}
@media (min-width:1082px){ 
}
@media (min-width:1px) and (max-width:1081px){
}

.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 .proimgbox{ position: relative;}
.productsdetail .proimgbox .small { width: 100%; height: auto; box-sizing: border-box; border: 1px solid #ddd;}
.productsdetail .proimgbox .small img{ width: 100%; height: auto;}
.productsdetail .proimgbox .drift-preview{position:absolute;width:550px;height:550px;border:1px solid #000;overflow:hidden; top: 0; left: 100%; display: none; background: #fff; box-sizing: border-box; pointer-events: none;}
.productsdetail .proimgbox .drift-preview img{ max-width: inherit; transition: inherit;}
.productsdetail .proimgbox .mark{width:300px;height:300px;background-color:#000;opacity:.5;position:absolute;top:0;left:0;pointer-events:none;display:none}

.productsdetail .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 .colorlist{ font-size: 20px; margin-bottom: 0.2rem;}
.productsdetail .bigimg .fr .colorlist .flex_betweenlist{ display: flex; width: 100%; margin-top: 0.2rem;}
.productsdetail .bigimg .fr .colorlist .colorimg{ margin: 0; width: 27px; height: 27px; box-sizing: border-box; border: 1px solid #c3c3c3; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-right: 6px; cursor: pointer; margin-bottom: 6px;}
.productsdetail .bigimg .fr .colorlist .colorimg img{ margin: 0; display: inline-block; width: 21px; height: 21px; border-radius: 50%;}
.productsdetail .bigimg .fr .colorlist .colorimg.active{ border-color: var(--main-color);}
.productsdetail .bigimg .fr .context{ font-size: 20px;}

.productsdetail .bigimg .fr .onservice{ margin-top: 0.3rem;}
.productsdetail .bigimg .fr .onservice a{ display: flex; align-items: center; color: #506379; font-size:18px; font-family: var(--font1); margin-bottom: 0.3rem; 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: block; overflow: hidden;}
.productsdetail .bigimg .fr .prokmore a{ line-height: 1; display: inline-flex; width: 200px; align-items: center; justify-content: center;}
.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:18px; font-family: var(--font1); color: var(--main-color); margin-bottom: 0.3rem;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1) i{ font-size: 0.2rem; margin-right: 10px;}
.productsdetail .bigimg .fr .prokmore a:nth-child(3){ padding: 0.12rem 0.2rem; border: 1px solid var(--main-color); box-sizing: border-box; font-size:18px; font-family: var(--font1); color: #fff; background: var(--main-color);}
.productsdetail .bigimg .fr .prokmore a:nth-child(3) i{ font-size: 0.2rem; margin-right: 10px;}

.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:18px; 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;}
}
@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: 18px; 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:16px;}
    .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{}
}
/**********产品页面**********/


/**********新闻中心**********/
.nbody{}
.nbody .left_nav{ margin: 0; width: 31.7%; padding: 0.75rem 0;}
.nbody .right_detail{ margin: 0; width: calc(100% - 31.7% - 0.65rem); padding: 0.75rem 0;}

.left_search{ margin-bottom: 0.15rem;}
.left_search form{ display: flex; justify-content: space-between; flex-direction: row-reverse; border: 1px solid #a0a0a0; border-radius: 0.1rem; overflow: hidden;}
.left_search form input{ height: 50px; flex: 1;}
.left_search form button{ width: 40px; display: flex; align-items: center; justify-content: center; background: none; cursor: pointer; border: 0;}

.left_feedback{ background: #f0f0f0; padding: 0.5rem 0.4rem 0.9rem 0.4rem; border-radius: 0 0 0.3rem 0.3rem;}
.left_feedback .z1{ font-size: 0.36rem; font-weight: 700; line-height: 1.33; text-align: center; margin-bottom: 0.2rem;}
.left_feedback .p1{ font-size: 16px; line-height: 1.875; text-align: center; margin-bottom: 0.3rem;}
.left_feedback .subscribeBox{}
.left_feedback .subscribeBox input{ height: 38px; width: 100%; border: 1px solid #9f9f9f; border-radius: 5px; box-sizing: border-box; margin-bottom: 0.13rem; padding: 0 0.1rem;}
.left_feedback .subscribeBox textarea{ height: 1.1rem; width: 100%; border: 1px solid #9f9f9f; border-radius: 5px; box-sizing: border-box; margin-bottom: 0.13rem; padding: 0.1rem;}
.left_feedback .subscribeBox button{ width: 100%; height: 45px; background: #000; color: #fff; font-size: 18px; overflow: hidden; border-radius: 0.22rem; cursor: pointer; outline: none;}
.left_feedback .subscribeBox button span{ height: 45px; position: relative; transition: transform 0.4s ease-in-out; display: flex; align-items: center; justify-content: center;}
.left_feedback .subscribeBox button span:before{ content: attr(data-title); position: absolute; left: 0; top: 100%; width: 100%; display: flex; align-items: center; justify-content: center;}
.left_feedback .subscribeBox button:hover span{ transform: translateY(-100%);}

.left_nav .left_hot{ box-sizing: border-box;}
.left_nav .left_hot .item{ display: flex; justify-content: space-between; background: #f0f0f0; align-items: center; box-sizing: border-box; padding: 0.11rem; margin-bottom: 0.14rem; border-radius: 5px; overflow: hidden;}
.left_nav .left_hot .item .img{ margin: 0; width: 30%; background: #c1c1c1;}
.left_nav .left_hot .item .txt{ padding: 0 0.3rem; width: calc(100% - 30%); box-sizing: border-box;}
.left_nav .left_hot .item .txt .zz1{ font-size: 18px; line-height: 1.33; color: #333; font-weight: 700;}
.left_nav .left_hot .item .txt .more{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; padding: 5px 10px; border-radius: 0.365rem; margin-top: 0.3rem; color: #333; font-size: 14px; overflow: hidden; position: relative; z-index: 2; box-sizing: border-box; border: 1px solid #212121; background: none; cursor: pointer; outline: none;}
.left_nav .left_hot .item .txt .more i{ font-size: 0.24rem; margin-right: 0.13rem; display: inline-block;}
.left_nav .left_hot .item .txt .more span{ position: relative; transition: transform .4s ease-in-out;}
.left_nav .left_hot .item .txt .more span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #333;}
.left_nav .left_hot .item:hover .txt .more span{ transform: translateY(-300%);}

.nbody .right_detail .itembox{ display: block; background: #fff;}
.nbody .right_detail .itembox .img{ overflow: hidden; border-radius: 0 0 5px 5px;}
.nbody .right_detail .itembox .img img{ width: 100%; height: auto;}
.nbody .right_detail .itembox .txt{ padding: 0.3rem;}
.nbody .right_detail .itembox .txt .sub{ font-size: 18px; color: #111;}
.nbody .right_detail .itembox .txt .sub i{ margin-right: 0.15rem;}
.nbody .right_detail .itembox .txt .z1{ font-size: 28px; font-weight: 700; margin: 0.2rem 0;}
.nbody .right_detail .itembox .txt .p1{ font-size: 18px; color: #666; line-height: 1.5;}
.nbody .right_detail .itembox .txt .more{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; padding: 5px 10px; border-radius: 0.365rem; margin-top: 0.3rem; color: var(--main-color); font-size: 14px; overflow: hidden; position: relative; z-index: 2; box-sizing: border-box; border: 1px solid var(--main-color); background: none; cursor: pointer; outline: none;}
.nbody .right_detail .itembox .txt .more i{ font-size: 0.3rem; margin-right: 0.13rem; display: inline-block;}
.nbody .right_detail .itembox .txt .more span{ position: relative; transition: transform .4s ease-in-out;}
.nbody .right_detail .itembox .txt .more span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%;}
.nbody .right_detail .itembox:hover .txt .more span{ transform: translateY(-300%);}

.newslist{ padding: 0.75rem 0 0;}
.newslist .tit{ margin-bottom: 0.3rem; font-size: 0.48rem; }
.newslist .item{ margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.25rem; background: #fff; border-radius: 0.1rem;}
.newslist .item .img{ overflow: hidden; height: 2.06rem; border-radius: 0.1rem;}
.newslist .item .img img{ width: 100%; height: auto;}
.newslist .item .txt{ padding: 0.25rem;}
.newslist .item .txt .sub{ font-size: 16px; color: #111;}
.newslist .item .txt .sub i{ margin-right: 0.15rem;}
.newslist .item .txt .z1{ font-size: 20px; font-weight: 700; line-height: 1.5; margin: 0.2rem 0; color: #111;}
.newslist .item .txt .p1{ font-size: 16px; color: #666; line-height: 1.875;}
@media (min-width:1082px){
    .newslist .item:nth-child(3n){ margin-right: 0;}
    .newslist .item:hover{ box-shadow: 6px 0 0.18rem rgba(0,0,0,0.15);}
}
@media (min-width:1px) and (max-width:1081px){
    .nbody .right_detail{ width: 100%;}
    .newslist .item{ width: 100%; margin-right: 0;}
}


.newsdetail{ overflow: hidden; box-shadow: 0 0 0.1rem rgba(0,0,0,0.1); padding: 0.5rem; border-radius: 5px;}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.3rem; 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){
}
@media (min-width:1px) and (max-width:1080px){
    .newsdetail{ padding: 15px;}
    .newsdetail .Title h1{ font-size: 0.25rem; line-height: 1.4; padding: 0 7px; margin-bottom: 15px;}
    .newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
    .newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
    .newsdetail .context{ padding: 15px 0 20px; font-size: 0.18rem;}
    .newsdetail .pagelist{ display: block;}
    .newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********新闻中心**********/

/**********解决方案**********/
.bigsolution{ padding: 0.85rem 0;}
.bigsolution .item{ align-items: stretch; margin-bottom: 1.25rem;}
.bigsolution .item .img{ margin: 0; width: 50%;}
.bigsolution .item .img img{ width: 100%; height: 100%; object-fit: cover;}
.bigsolution .item .txt{ margin: 0; width: 50%; background: url(/dist/images/1_18.png) no-repeat left top / 2.25rem auto;  box-sizing: border-box; position: relative;}

.bigsolution .item .txt .z1{ font-size: 0.4rem; color: #333; margin-bottom: 0.15rem;}
.bigsolution .item .txt .p1{ font-size: 16px; line-height: 1.75; color: #666;}
.bigsolution .item .txt span{ font-size: 16px; line-height: 1; padding: 0.15rem 0.3rem; border-radius: 0.25rem; display: inline-block; margin-top: 1rem; color: #fff; transition: all 0.5s; background: var(--main-color);}

@media (min-width:1082px){
    .bigsolution .item .txt{ padding: 0.6rem 0 0.6rem 0.9rem;}
    .bigsolution .item .txt:before{ content: ""; border-top: 1px solid var(--main-color); border-bottom: 1px solid var(--main-color);  position: absolute; left: 0.45rem; top: 0; bottom: 0; right: 0; }
    .bigsolution .item:nth-child(2n){ flex-direction: row-reverse;}
    .bigsolution .item:nth-child(2n) .txt{ padding: 0.6rem 0.9rem 0.6rem 0;}
    .bigsolution .item:nth-child(2n) .txt:before{ left: 0; right: 0.45rem;}
    .bigsolution .item:hover .txt:before{ border-color: var(--bout-color);}
    .bigsolution .item:hover .txt span{ background: var(--bout-color);}
}
@media (min-width:1px) and (max-width:1080px){
    .bigsolution .item .img{ width: 100%;}
    .bigsolution .item .txt{ width: 100%; margin-top: 0.3rem;}
}

.solutionlist{ padding: 0.85rem 0;}
.solutionlist .item{ margin: 0; width: calc((100% - 1.05rem)/4); margin-right: 0.35rem; margin-bottom: 0.35rem;}
.solutionlist .item .img{ overflow: hidden;}
.solutionlist .item .img img{ width: 100%; height: auto;}
.solutionlist .item .txt{ margin-top: 0.15rem;}
.solutionlist .item .txt .z1{ font-size: 15px;}
@media (min-width:1082px){
    .solutionlist .item:nth-child(4n){ margin-right: 0;}
    .solutionlist .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
    .solutionlist .item{ width: calc((100% - 0.35rem)/2);}
     .solutionlist .item:nth-child(2n){ margin-right: 0;}
}

.solutiondetail{ padding: 0.85rem 0 0}
.solutiondetail .context{ font-size: 16px; line-height: 1.625; color: #666;}
.solutiondetail .context .bold_tit{ font-size: 0.4rem; color: #333;}
.solutiondetail .rbiglist{ margin-top: 0.5rem;}
.solutiondetail .rbiglist .tit{}
.solutiondetail .rbiglist .tit .z1{ font-size: 0.4rem;}
.solutiondetail .rbiglist .tit .p1{ font-size: 16px; line-height: 1.625; color: #666;}
.solutiondetail .rbiglist .list{ margin-top: 0.5rem;}
.solutiondetail .rbiglist .list .item{ margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; position: relative;}
.solutiondetail .rbiglist .list .item .img{ overflow: hidden;}
.solutiondetail .rbiglist .list .item .img img{ width: 100%; height: auto;}
.solutiondetail .rbiglist .list .item .txt{ position: absolute; left: 0.25rem; bottom: 0.25rem; right: 0.25rem; background: #fff; padding: 0.25rem; box-sizing: border-box;}
.solutiondetail .rbiglist .list .item .txt .z1{ font-size: 24px; text-align: center; transition: all 0.35s;}
.solutiondetail .rbiglist .list .item .txt .z1::first-letter{ color: var(--main-color);}
.solutiondetail .rbiglist .list .item .txt .p1{ font-size: 16px; line-height: 1.625; color: #666; }
.solutiondetail .property{ margin-top: 0.8rem;}
.solutiondetail .property .item{ margin-bottom: 0.8rem;}
.solutiondetail .property .item .img{ margin: 0; width: 50%;}
.solutiondetail .property .item .txt{ margin: 0; width: calc(50% - 0.9rem); padding-top: 0.35rem;}
.solutiondetail .property .item .txt .z1{ font-size: 0.3rem; margin-bottom: 0.2rem;}
.solutiondetail .property .item .txt .nr{ font-size: 16px; line-height: 1.625; color: #666;}

.solutiondetail .rFaqList{ margin-bottom: 0.8rem;}
.solutiondetail .rFaqList .z1{ font-size: 0.4rem; margin-bottom: 0.35rem;}
.solutiondetail .rFaqList .item{ display: block; margin-bottom: 0.1rem;}
.solutiondetail .rFaqList .item .z1{ font-size: 20px; margin-bottom: 0.1rem;}
.solutiondetail .rFaqList .item .txt{ font-size: 16px; line-height: 1.5; color: #666;}
@media (min-width:1082px){
     .solutiondetail .rbiglist .item:nth-child(3){ margin-right: 0;}
    .solutiondetail .property .item:nth-child(2n){ flex-direction: row-reverse;}
}
@media (min-width:1px) and (max-width:1080px){
    .solutiondetail .rbiglist .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
    .solutiondetail .property .item .img{ width: 100%;}
    .solutiondetail .property .item .txt{ width: 100%;}
}
/**********解决方案**********/

/**********案例中心**********/

.caseslist{ padding: 0.85rem 0;}
.caseslist .item{ margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; margin-bottom: 0.5rem;}
.caseslist .item .img{ overflow: hidden;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ margin-top: 0.15rem;}
.caseslist .item .txt .z1{ font-size: 20px;}
@media (min-width:1082px){
    .caseslist .item:nth-child(3n){ margin-right: 0;}
    .caseslist .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
    .caseslist .item{width: calc((100% - 0.3rem)/2);}
    .caseslist .item:nth-child(2n){ margin-right: 0;}
    .caseslist .item .txt .z1{ font-size: 14px;}
}

.casesdetail{ overflow: hidden; box-shadow: 0 0 0.15rem rgba(0,0,0,0.17); padding: 0.5rem; border-radius: 5px; margin: 0.7rem 0;}
.casesdetail .Title{ overflow: hidden;}
.casesdetail .Title h1{ font-size: 0.3rem; color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; line-height: 1.4;}
.casesdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size: 0.16rem; }
.casesdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size:0.16rem; line-height: 2;}
.casesdetail .context img{ max-width: 100%; height: auto;}
.casesdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.casesdetail .pagelist>a{ font-size:16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1080px){
.casesdetail{ padding: 15px;}
.casesdetail .Title h1{ font-size: 0.25rem; line-height: 1.4; padding: 0 7px; margin-bottom: 15px;}
.casesdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.casesdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.casesdetail .context{ padding: 15px 0 20px; font-size: 0.18rem;}
.casesdetail .pagelist{ display: block;}
.casesdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********案例中心**********/

/**********视频中心**********/

.videocate{ padding: 0.75rem 0 0 0 ;}
.videocate .list{ margin-top: 0.6rem;}
.videocate .list .item{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; cursor: pointer;}
.videocate .list .item .img{ overflow: hidden; border-radius: 0.1rem; position: relative; }
.videocate .list .item .img img{ width: 100%; height: auto;}
.videocate .list .item .img i{ opacity: 0.25; position: absolute; right: 0.15rem; bottom: 0.15rem; z-index: 1; font-size: 0.5rem;}
.videocate .list .item .txt{ margin-top: 0.2rem; font-size: 18px; line-height: 1.66;}
.videocate .linkmore{ display: flex; align-items: center; justify-content: center; margin-bottom: 0.75rem;}
.videocate .linkmore a{ display: inline-flex; align-items: center; color: #fff; margin-top: 0.75rem; padding: 5px; border-radius: 0.3rem; position: relative; z-index: 1; overflow: hidden;}
.videocate .linkmore a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); z-index: -2;}
.videocate .linkmore a:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--bout-color); z-index: -1; transition: all  0.35s;}
.videocate .linkmore a b{ padding: 0 0.15rem; font-size: 16px;}
.videocate .linkmore a span{ display: flex; align-items: center; justify-content: center; background: #fff; border-radius: 50%; width: 0.28rem; height: 0.28rem; color: var(--main-color);}
@media (min-width:1082px){
    .videocate .linkmore a:hover:after{ width: 100%; left: 0; right: inherit;}
    .videocate .list .item:nth-child(3n){ margin-right: 0;}
    .videocate .list .item:nth-child(4){ display: none;}
    .videocate .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
    .videocate .list .item{ width: calc((100% - 0.2rem)/2); margin-bottom: 0.25rem;}
    .videocate .list .item .txt{ font-size: 14px;}
    .videocate .linkmore a b{ font-size: 12px;}
    .videocate .list .item:nth-child(2n){ margin-right: 0;}
}

.catevideo{ padding: 0.75rem 0 0.7rem 0}
.catevideo dl{ display: flex; align-items: center; justify-content: center;}
.catevideo dl dd{ display: inline-block; margin: 0 0.25rem; font-size: 16px; line-height: 1; border-radius: 0.4rem; overflow: hidden;}
.catevideo dl dd>a{ color: #333; padding: 0.15rem 0.25rem; display: block;}
.catevideo dl dd:hover>a,.catevideo dl dd.active>a{ background: #f5f5f5;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .catevideo dl{ flex-wrap: wrap;}
    .catevideo dl dd{ width: 100%; box-sizing: border-box; margin-bottom: 0.2rem;}
}

.videolist{ }
.videolist .list{}
.videolist .item{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; cursor: pointer; margin-bottom: 0.5rem;}
.videolist .item .img{ overflow: hidden; border-radius: 0.1rem; position: relative; }
.videolist .item .img img{ width: 100%; height: auto;}
.videolist .item .img i{ opacity: 0.25; position: absolute; right: 0.15rem; bottom: 0.15rem; z-index: 1; font-size: 0.5rem;}
.videolist .item .txt{ margin-top: 0.2rem;}
.videolist .item .txt .z1{ font-size: 18px; line-height: 1.66;}
.videolist .item .txt .time{ display: flex; align-items: center; font-size: 16px; color: #666; margin-top: 0.35rem;}
.videolist .item .txt .time time{ display: inline-flex; align-items: center; margin-right: 0.5rem;}
.videolist .item .txt .time i{ margin-right: 0.1rem; color: var(--main-color);}
@media (min-width:1082px){
	.videolist .item:nth-child(3n){ margin-right: 0;}
	.videolist .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.videolist .item{ width: calc((100% - 0.25rem)/2); margin-right: 0.25rem; margin-bottom: 0.25rem;}
    .videolist .item .txt .z1{ font-size: 13px; line-height: 1.66;}
    .videolist .item .txt .time{ font-size: 12px; margin-top: 0.2rem;}
	.videolist .item:nth-child(2n){ margin-right: 0;}
}
/**********视频中心**********/


/**********服务中心**********/
.servicecate{ padding: 0.7rem 0 0.6rem;}
.servicecate .container{ align-items: center; justify-content: center;}
.servicecate .item{ display: inline-flex; align-items: center; padding: 5px; border-radius: 0.21rem; box-sizing: border-box; border: 1px solid #000; margin: 0 0.11rem; color: #000;}
.servicecate .item .tag{ margin: 0; width: 35px; border-radius: 50%; overflow: hidden;}
.servicecate .item .txt{ font-size: 18px; margin-left: .1rem; margin-right: 0.3rem; }
.servicecate .item:hover,.servicecate .item.active{ background: #000; color: #fff;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .servicecate .item{ margin-bottom: 0.2rem;}
}


.servicetxt{}
.servicetxt .context{ background: #f0f0f0; padding: 0.7rem 0.3rem; font-size: 18px; line-height: 2.66; text-align: center; border-radius: 0 0 0.3rem 0.3rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.servicelist1{ padding: 0.55rem 0;}
.servicelist1 .item{ margin: 0; width: calc((100% - 1.4rem)/5); margin-right: 0.35rem; margin-bottom: 0.35rem; box-sizing: border-box; padding: 0.1rem; border: 1px solid #1f1f1f; border-radius: 0 0 0.3rem 0.3rem; cursor: pointer;}
.servicelist1 .item .img{ overflow: hidden;}
.servicelist1 .item .img img{}
.servicelist1 .item .txt{ margin-top: 0.2rem; display: flex; align-items: center; justify-content: space-between; padding: 0 0.1rem;}
.servicelist1 .item .txt .z1{ margin: 0; font-size: 24px;}
.servicelist1 .item .txt .sub{ margin: 0; font-size: 0.72rem; color: #f0f0f0; line-height: 1; margin-bottom: -5px;}
@media (min-width:1082px){
    .servicelist1 .item:nth-child(5n){ margin-right: 0;}
    .servicelist1 .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
    .servicelist1 .item{ width: calc((100% - 0.35rem)/2);}
    .servicelist1 .item:nth-child(2n){ margin-right: 0;}
    .servicelist1 .item .txt .z1{ font-size: 14px;}
    .servicelist1 .item .txt .sub{ width: 0.48rem;}
}

/**********服务中心**********/

/**********常见问题**********/

.faqlist{ overflow: hidden;}
.faqlist .list{ }
.faqlist .item{ display: block; padding: 0.2rem 0; border-top: 1px solid #e0e0e0; transition: all 0.35s;}
.faqlist .item .tit{ position: relative; font-size: 18px; font-weight: bold; padding-right: 20px; cursor: pointer; outline: none;}
.faqlist .item .tit span{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); width: 16px; height: 16px;}
.faqlist .item .tit span:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 16px; height: 2px; background: #393939; transition: all 0.35s;}
.faqlist .item .tit span:after{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 2px; height: 16px; background: #393939; transition: all 0.35s;}
.faqlist .item .context{ margin: 0.4rem 0 0.2rem; color: #666; font-size: 16px; line-height: 1.5; display: none;}
.faqlist .item:last-child{ border-bottom: 1px solid #e0e0e0;}
.faqlist .item.active .tit span:before{ transform: translate(-50%,-50%) rotate(45deg);}
.faqlist .item.active .tit span:after{ transform: translate(-50%,-50%) rotate(45deg);}
.faqlist .item.active .context{ display: block;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/


/**********下载中心**********/
.downloadlist{ padding: 0.75rem 0 0.25rem;}
.downloadlist .tit{ background: #f5f5f5; padding: 0.4rem 0; margin-bottom: 0.4rem; display: flex; align-items: center; justify-content: center;}
.downloadlist .tit form{ margin: 0; display: flex; align-items: center; width: 6.5rem; border: 1px solid #e7e7e7; box-sizing: border-box; overflow: hidden; border-radius: 0.46rem; background: #fff;}
.downloadlist .tit form input{ margin: 0; height: 0.46rem; flex: 1; box-sizing: border-box; padding: 0 0.2rem;}
.downloadlist .tit form button{ margin: 0; width: 1.65rem; background: var(--main-color); height: 0.46rem; border-radius: 0.46rem; border: 0; cursor: pointer; outline: none; color: #fff; font-size: 16px;}
.downloadlist .list{ border-top: 1px solid #333; margin-bottom: 0.6rem;}
.downloadlist .list .th{ display: flex; justify-content: space-between; border-bottom: 1px solid #e5e5e5;}
.downloadlist .list .th .z1{ margin: 0; width: calc((100%)/3); font-size: 16px; padding: 0.25rem 0 0.25rem 0.6rem;}
.downloadlist .list .td{ display: flex; justify-content: space-between; border-bottom: 1px solid #e5e5e5; align-items: center;}
.downloadlist .list .td .n1{ margin: 0; width: calc((100%)/3); font-size: 16px; padding: 0.25rem 0 0.25rem 0.6rem;}
.downloadlist .list .td .n1 a{ color: var(--main-color); margin-right: 0.4rem; display: inline-block; }
.downloadlist .list .td .n1 a i{ font-size: 0.3rem;}
.downloadlist .list .td .n1:last-child{ text-align: right;}

@media (min-width:1082px){
    .downloadlist .item:nth-child(4n){ margin-right: 0;}
    .downloadlist .item:hover .txt .down{ background: var(--main-color); color: var(--bout-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.downloadlist .item{ width: 100%; margin-right: 0;}
    .downloadlist .list .td .n1{ font-size: 12px;}
}
/**********下载中心**********/


/**********联系我们**********/
.contact{ padding: 0.7rem 0 2.2rem 0; background-repeat: no-repeat; background-position: center 0.7rem; position: relative; z-index: 2;}
.contact .container{ position: relative;}
.contact .lt{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.8rem;}
.contact .lt .z1{ font-size: 16px; text-transform: uppercase; text-decoration: underline; margin-bottom: 0.2rem;}
.contact .lt .z2{ font-size: 0.6rem; line-height: 1.06;}
.contact .lt a{ display: inline-flex; align-items: center; justify-content: space-between; padding: 0.2rem 0.4rem; line-height: 1; color: #fff; overflow: hidden; background: #000; border-radius: 0.3rem; font-size: 18px; margin-top: 0.65rem;}
.contact .lt a i{ margin-left: 0.1rem; font-size: 20px;}
.contact .lt a span{ position: relative; z-index: 1; transition: transform 0.4s ease-in-out;}
.contact .lt a span:before{ content: attr(data-title); position: absolute; left: 0; top: 300%;}
.contact .lt a:hover span{ transform: translateY(-300%);}
.contact .fr{ margin: 0; width: 50%; padding-left: 23%; box-sizing: border-box; padding-top: 3.3rem;}
.contact .fr .z1{ font-size: 0.36rem; margin-bottom: 0.25rem;}
.contact .fr .info{}
.contact .fr .info .item{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.25rem;}
.contact .fr .info .item .tag{ color: #111; margin: 0;}
.contact .fr .info .item .txt{ margin: 0; width: calc(100% - 27px); font-size: 16px; color: #333;}
.contact .fr .info .item.add{ align-items: flex-start;}
.contact .fr .info .item.add .tag{ padding-top: 6px;}
.contact .indextxt{ font-size: 2.36rem; color: #ececec; line-height: 1; position: absolute;  left: -40%; bottom: -0.5rem; z-index: 2;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .contact{ background-image: none!important;}
    .contact .lt{ width: 100%; padding-left: 0;}
    .contact .fr{ width: 100%; padding: 0; margin-top: 0.3rem;}
}

.contact1{ padding: 0 0 1.1rem;}
.contact1 .z1{ font-size: 0.36rem; text-align: center; margin-bottom: 0.5rem;}
.contact1 .share{ justify-content: center; align-items: center;}
.contact1 .share a{ display: inline-block; margin: 0 0.2rem; color: #111;}
.contact1 .share a i{ font-size: 0.38rem;}

.leave{ padding: 2.23rem 0 0.5rem; position: relative; z-index: 1; background-repeat: no-repeat;}
.leave .z1{ font-size: 0.48rem; display: flex; justify-content: space-between; margin-bottom: 0.2rem;}
.leave .z1 i{ margin: 0; font-size: 0.55rem;}
.leave .feedbackbox{  border-radius: 0 0 0.3rem 0.3rem;  padding: 1rem 19%; background-repeat: no-repeat; background-size: 100% 100%; margin: 0 -0.38rem}
.leave .feedbackbox .input{display: block; margin-bottom: 0.15rem; position: relative;}
.leave .feedbackbox .input i.iconfont{ position: absolute; right: 0; top: 0.4rem;}
.leave .feedbackbox label{ font-size: 16px; display: block;}
.leave .feedbackbox label span{ color: red;}
.leave .feedbackbox input[type='text']{ margin: 0; width: 100%; height: 0.5rem; box-sizing: border-box; background: none; border:0; font-size: 14px; border-bottom: 1px solid #666666;}
.leave .feedbackbox input[type='text']::placeholder{ color: #818180;}
.leave .feedbackbox textarea{ width: 100%; height: 1.6rem; box-sizing: border-box; background: none; font-size: 14px; resize: none; border: 0; border-bottom: 1px solid #666666; padding-top: 0.2rem;}
.leave .feedbackbox textarea::placeholder{ color: #818180;}
.leave .feedbackbox .btn{ display: flex; align-items: center; justify-content: space-between; margin-top: 0.2rem;}
.leave .feedbackbox .btn p{ font-size: 14px; color: #666; margin: 0;}
.leave .feedbackbox .btn button{ display: inline-flex; align-items: center; justify-content: space-between; line-height: 1; background: #111; padding: 0.15rem 0.35rem; border-radius: 0.365rem; color: #fff; font-size: 18px; overflow: hidden; position: relative; z-index: 2; cursor: pointer; outline: none;}
.leave .feedbackbox .btn button i{ font-size: 20px; margin-right: 0.13rem;}
.leave .feedbackbox .btn button span{ position: relative; transition: transform .4s ease-in-out;}
.leave .feedbackbox .btn button span:before{ content: attr(data-title); display: block; position: absolute; left: 0; top: 300%; color: #fff;}
@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 span{ transform: translateY(-300%);}
}
@media (min-width:1px) and (max-width:1081px){
	.leave{ margin-bottom: 0.6rem;}
    .leave .input{ width: 100%;}
	.leave .input input{ height: 40px;}
}
/**********联系我们**********/


/**********公共样式**********/

.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; margin: 0.2rem 0;}

.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: 888; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--main-color); display: flex; justify-content: space-between; align-items: center; height: 55px; overflow: hidden;}
.category .top .logo{ width: 50%; margin: 0; display: inline-block; padding:0px 15px;}
.category .top .logo img{ height: 35px; width: auto;}
.category .top .close{ margin: 0; display: inline-block; cursor: pointer; padding: 15px;}
.category .top .close i{ font-size: 21px; color: #fff;}
.category .list{ position: relative; z-index: 1; height: calc(100% - 81px); box-sizing: border-box; padding: 30px 15px; overflow: hidden; overflow-y: auto;}
.category .list>ul{}
.category .list>ul>li{ display: block; border-bottom: 1px solid #fff;}
.category .list>ul>li>a{ display: block; font-size: 16px; padding: 10px 15px; color: #666; position: relative;}
.category .list>ul>li>a:before{ content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; background: var(--main-color);}
.category .list>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li:last-child{ border-bottom: 0;}
.category .list>ul>li>ul{ padding: 10px 20px;}
.category .list>ul>li>ul>li{ margin-bottom: 10px; border-bottom: 1px dotted var(--main-color);}
.category .list>ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px;}
.category .list>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li:last-child{ border-bottom: 0;}
.category .list>ul>li>ul>li>ul{ padding: 5px 15px;}
.category .list>ul>li>ul>li>ul>li{ margin-bottom: 5px; border-bottom: 1px dotted var(--main-color);}
.category .list>ul>li>ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px;}
.category .list>ul>li>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li>ul>li:last-child{ border-bottom: 0;}


#shopcars{position:absolute;right:0;top:130%;width:300px;background-color:#fff;box-shadow:0 0 5px #ddd;padding-bottom:15px;display:none;}
#shopcars h3{background-color:var(--main-color);text-align:center;color:#fff;font-size:16px;padding:8px;}
#shopcars h3 em{font-size:20px;vertical-align:top;display:inline-block;line-height:24px;}
#shopcars h3 span.number{display:inline-block;padding-top:0}
#shopcars .list{max-height:200px;overflow-y:auto;margin:10px;border-bottom:1px solid #ddd;}
#shopcars .list .item{display:flex;justify-content:space-between;margin-bottom:15px;}
#shopcars .list .item input{margin:0;width:20px;}
#shopcars .list .item img{width:60px;border:1px solid #ddd;margin:0 10px 0 0;}
#shopcars .list .item a{ flex: 1; margin-left: 20px;}
#shopcars .list .item span.title{display:inline-block;width:140px;text-align:left;}
#shopcars .list .item span.delcars{width:30px;font-size:16px;margin:0;}
#shopcars .allchk{padding:0 10px;text-align:left;font-size:14px;line-height:20px;}
#shopcars .allchk input{width:20px;height:20px;display:inline-block;vertical-align:top;margin-right:5px;}
#shopcars .btnlist{padding-top:15px;}
#shopcars .btnlist a{display:inline-block;margin:0 10px;border-radius:5px;padding:3px 10px;min-width:70px;color:#fff;font-size:14px;vertical-align:top;width:90px;background-color:var(--main-color); text-align: center;}
#shopcars .btnlist a:hover{background-color:var(--main-color);}

.shoppingcart{ padding: 0.7rem 0;}
.shoppingcart .title{ display: flex; align-items: center; justify-content: center; margin-bottom: 0.45rem;}
.shoppingcart .title .maintit{ font-size: 0.48rem;}

#cartlist table{width:100%;text-align:center; margin-bottom: 0.5rem;}
#cartlist table tr th{background-color:#f3f3f3;padding:20px;line-height:30px;font-size:18px;text-align:center;}
#cartlist table tr td{background-color:#f3f3f3;padding:20px;border-top:1px solid #fff;text-align:center;}
#cartlist table tr td img{max-width:180px;}
#cartlist table tr th:not(:last-child),#cartlist table tr td:not(:last-child){border-right:1px solid #fff;}
#cartlist table tr td .title{font-size:16px;}
#cartlist .numbox{border:1px solid #ddd;display:flex;width:150px;justify-content:space-around;margin:0 auto;}
#cartlist .numbox span{display:inline-block;width:30px;height:30px;font-size:20px;line-height:30px;margin:0;cursor:pointer;background-color:#fff;}
#cartlist .numbox .number{height:30px;margin:0;width:90px;text-align:center;}
#cartlist .del{font-size:16px;}
@media (min-width:1px) and (max-width:991px) {
    #cartlist table tr th{font-size:14px;padding:10px 15px;line-height:1.5;}
    #cartlist table tr td{padding:10px 15px;line-height:1.5;}
    #cartlist table tr td .title{font-size:14px;}
    #cartlist table tr td img{max-width:100px;}
    #cartlist .numbox{width:90px;margin:0 5px;}
    #cartlist .numbox .number{width:30px;}
}

/**********右侧浮动**********/
#float{position:fixed;right:15px;top:50%;margin-top:-80px;z-index:9; }
#float .ico{ width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; background: var(--main-color); margin-bottom: 0.1rem; border-radius: 50%; color: #fff; cursor: pointer; position: relative;}
#float .ico i{ font-size: 0.25rem;}
#float .ico span{ display: none; position: absolute; right: 100%; top: 0; width: 2.4rem; transition: all 0.5s;}
#float .ico.btninquiry span{ position: absolute; background: var(--main-color); width: 1.4rem; padding: 0.14rem; box-sizing: border-box; border-radius: 0.1rem; right: 50%; text-align: center; font-size: 16px; line-height: 1.5; color: #fff; top: -0.8rem;}
#float .ico.btninquiry span em{ width: 18px; height: 18px; background: var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; right: -5px; top: -7px; color: #fff; font-size: 10px; font-style: normal; }
#float .ico.btninquiry span:before{ content: ""; position: absolute; left: 50%; bottom: -9px; width: 18px; height: 18px; background: var(--main-color); border-radius: 50%;}
#float .ico.btninquiry span:after{ content: ""; position: absolute; left: 65%; bottom: -0.2rem; width: 9px; height: 9px; background: var(--main-color); border-radius: 50%;}
#float .ico.btninquiry.visible span{ display: block;}
#float .whatsapp{ background: #3acb3e;}
#float .wechat{ background: #3acb3e;}
#float .qq{ background: #68A5E1;}
#float .onhover:hover span{ display: block;}

@media (min-width:1px) and (max-width:1081px){
	
}

.note{ position: fixed; left: 0; bottom: 25%; z-index: 8; width: 220px; overflow: hidden; border-radius: 5px; padding: 0.1rem;}
.note:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #333; opacity: 0.7; z-index: -1;}
.note .maintit{ background: #333; color: #fff; padding: 5px 0.1rem; font-size: 0.2rem; border-radius: 5px;}
.note .maintit i{ animation: blink 1.5s infinite; font-size: 0.2rem;}
.note .txt{ background: rgba(10,49,144,0.3); padding: 0.1rem; border-radius: 5px; margin-top: 0.2rem; color: #fff;}
.note .txt p{ font-size: 0.14rem; line-height: 1.5; margin-bottom: 0.3rem;}

.floatForm{position:fixed;right:0;bottom:-200%;z-index:10; transition: linear 0.35s; overflow: hidden;}
.floatForm[typeof='close']{ bottom:-200%;}
.floatForm[typeof='open']{ bottom: 0;}
.floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
.floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--main-color) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
.floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #333; background: #000; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
.floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
.floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
.floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
.floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
.floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	.floatForm[typeof='open']{ bottom: 50px;}
}
/**********右侧浮动**********/

/**********分页样式**********/
.pagination{display:inline-block;margin:10px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin:0 3px; width: 34px; height: 34px; line-height: inherit; border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:14px; display: flex; justify-content: center; box-sizing: border-box; align-items: center;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:var(--main-color); color: #fff; border-color: var(--main-color);}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:var(--main-color);background-color:var(--main-color);color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{border-color:#ddd;background-color:#fff;color:#999;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#999;cursor:not-allowed;}
/**********分页样式**********/

/*****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} }






