﻿/**********样式重置**********/
html{font-size: var(--size);}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
	direction:rtl;
}
body{ font-family: var(--fontfamily); background-color:#fff; overflow-x:hidden; color: #333; box-sizing: border-box; margin: 0 auto;}
a{ color:#333333; text-decoration:none; outline: medium none;}
i{ overflow:hidden; display:inline-block;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:var(--main-color);}
.keylink{ color: var(--main-color); font-weight:bold;}
img,li{ vertical-align:top; border:0px; list-style-type: none; box-sizing: border-box;}
img{ max-width:100%; height: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both; padding: 0; box-sizing: border-box;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal; box-sizing: border-box;}
body,td,th{ font-family: var(--fontfamily); font-size:12px; box-sizing: border-box;}
input,textarea{ font-family: var(--fontfamily); border:0; outline:medium; box-sizing: border-box;}

@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ margin: 0 50px;}
}
@media (min-width:1330px){
	.container{ width: 1280px; margin: 0 auto;}
}

/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 777; box-sizing: border-box; transition:all 0.5s ease-in-out; background:#fff;}
@media (min-width:1082px){
	.header .container{}
	.header.open{ background:none;}
	.header.fis_show{ box-shadow: 3px 0 0.26rem rgba(0,0,0,0.15); background: #fff; }
	.header.hide{transform:translateY(-100%);}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff; top: 0;}
    .header .container{ position: relative;}
}

.header .menu{ margin: 0; transition: linear 0.35s; display: flex; align-items: center; justify-content: space-between;}

.header .menu .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .menu .logo a{ display: block; padding: 10px 0; transition: linear 0.35s; }
.header .menu .logo a img{ width: auto; height: 41px; transition: linear 0.35s ease-in-out; }

@media (min-width:1082px){
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .menu .logo{ display: inline-block; }
	.header .menu .logo a{ padding: 10px 0;  display: block;}
	.header .menu .logo a img{ height: 35px; width: auto;}
}

.header .menu .jdmenu{}
.header .menu .jdmenu>#jdmenu>ul>li{ font-size: 17px; position: relative;}
.header .menu .jdmenu>#jdmenu>ul>li>a{ display: flex; position: relative; transition: linear 0.3s;z-index: 1; box-sizing: border-box; font-weight:bold;}
.header .menu .jdmenu>#jdmenu>ul>li>a>b{ display: inline-block; font-size: 12px; overflow: hidden; margin-right: 5px;}
.header .menu .jdmenu>#jdmenu>ul>li>a>b:before{font-family: "iconfont"; display: inline-block; }
@media (min-width: 1082px) {
    .header .menu{ }
    .header .menu .jdmenu{ margin: 0; position: relative; z-index: 2; display: inline-flex; flex-direction: column;}
	.header .menu .jdmenu>#jdmenu{ margin:0; display:inline-flex;}
	.header .menu .jdmenu>#jdmenu>ul{ display: flex; justify-content: center; align-items: center;}
	.header .menu .jdmenu>#jdmenu>ul>li{ display: inline-flex; align-items: center; justify-content: center; margin: 0 0.18rem; padding:18.5px 0;}
	.header .menu .jdmenu>#jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 15px 0.1rem; align-items: center; line-height: 1; position: relative; color: #333; }
    .header .menu .jdmenu>#jdmenu>ul>li>a>b{}
	
    .header .menu .jdmenu>#jdmenu>ul>li>a:after{ content: ""; position: absolute; left: 50%; bottom: -1px; height: 3px; width: 0; transform: translateX(-50%); background: var(--main-color); transition: width 0.4s ease-in-out;}
	.header .menu .jdmenu>#jdmenu>ul>li:not(:last-child).active>a,.header .menu .jdmenu>#jdmenu>ul>li:not(:last-child):hover>a{ color:var(--main-color);}
	
	.header .menu .jdmenu>#jdmenu>ul>li.lang{}
	.header .menu .jdmenu>#jdmenu>ul>li.lang>a{ border:1px solid #eee; border-radius:50%; padding:10px; font-size:14px;}
	/*.header .menu .jdmenu>#jdmenu>ul>li:last-child{ margin:0 0 0 0.2rem;}
	.header .menu .jdmenu>#jdmenu>ul>li:last-child>a{ padding:15px 0.23rem; background:var(--main-color); font-size:16px; color:#fff;}
	.header .menu .jdmenu>#jdmenu>ul>li:last-child>a i{ font-size:18px; margin-right:5px;}*/

    .header .menu .jdmenu>#jdmenu>ul>li:not(:last-child).active>a:after,.header .menu .jdmenu>#jdmenu>ul>li:not(:last-child):hover>a:after{ width: 100%;}
}

@media (min-width: 1px) and (max-width: 1081px){
	.header .menu{ padding: 0; display: flex;}
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 55px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height:calc(100vh - 107px);border-top: 1px solid #999; overflow-y: auto;padding-bottom: 30px;}
	.header .menu .jdmenu>#jdmenu>ul{ overflow-y: auto; width: 90%; box-sizing: border-box; height: calc(100% - 122px); padding-top: 30px; margin-bottom: 30px;}
	.header .menu .jdmenu>#jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>#jdmenu>ul>li>a{ padding: 15px 0.15rem; color: #333;}
	.header .menu .jdmenu>#jdmenu>ul>li>a>b{ float: right; margin-right: 0; margin-left: auto;}
	.header .menu .jdmenu>#jdmenu>ul>li>a>b:before{font-size:20px; color: #333;}
}

.header .top{ padding:8px 0; border-bottom:1px solid #e4e4e7;}
.header .top .container{ display:flex; justify-content:space-between; align-items:center;}
.header .top .lt{ margin:0; display:inline-block;}
.header .top .fr{ margin:0; display:inline-flex; align-items:center;}
.header .top .info{ margin:0; display:inline-flex; align-items:center; }
.header .top .info a{ display:inline-flex; align-items:center; color:#18181b; font-size:14px; }
.header .top .info a i{ margin-right:8px; font-size:18px; margin-top:1px;}
.header .top .info a:hover{ color:var(--main-color);}
.header .top .lang{ margin-left:0.15rem;}
.header .top .lang a{ display:inline-flex; align-items:center; padding:9px 10px; box-sizing:border-box; border:1px solid #e6e6e8; border-radius:5px;}
.header .top .lang a img{ width:18px;}
.header .top .lang a span{ margin:0 5px; color:#143852; font-size:14px;}
.header .top .lang a i{ font-size:14px; color:#143852;}

.header .share{ margin:0; display:inline-flex; align-items:center;}
.header .share a{margin: 0 8px 0 0 ; display:inline-flex; align-items:center; justify-content:center; width:23px; height:23px; background:var(--main-color); border-radius:50%; color:#fff;}
.header .share a i{ font-size:12px;}
.header .share a:hover{ background:var(--bout-color);}

.header .nav_r{ display: inline-flex; align-items: center; justify-content: flex-end; position: relative;  padding:10px 0;}

.header .nav_r .lang a{ display: flex; align-items: center; color: #333;}

.header .nav_r .searchclick{ cursor: pointer; position: relative;}
.header .nav_r .searchclick span{ display: block; color: #fff; transition:all 0.35s;}
.header .nav_r .searchclick span i{ font-size: 20px; transition: all 0.55s; opacity: 0;}
.header .nav_r .searchclick span i.icon-search{ display: block; opacity: 1;}
.header .nav_r .searchclick span i.icon-cuo{ display: none;}
.header .nav_r .searchclick.active span i.icon-search{ display: none;}
.header .nav_r .searchclick.active span i.icon-cuo{ display: block; opacity: 1;}

@media (min-width: 1082px) {
	.header.fis_show .menu .jdmenu .top .info{ border-color:#333;}
	.header.fis_show .menu .jdmenu .top .info a{ color: #333;}
	.header .menu .jdmenu .top .info a:hover{ color:var(--main-color);}
	.header.fis_show .menu .jdmenu .top{ border-top-color:#333;}
	.header.fis_show .menu .jdmenu .top .share{ }
	.header.fis_show .menu .jdmenu .top .share a{ color: #333;}
	.header.fis_show .menu .jdmenu .top .share a:hover{ color:var(--main-color);}
    .header .nav_r{ }
	.header.fis_show .nav_r .btn{ color: #333; border-color:#333;}
	.header.fis_show .nav_r .btn:hover{ color:var(--main-color); border-color:var(--main-color);}
	.header.fis_show .nav_r .searchclick span{ color: #333;}
}
@media (min-width: 1630px) {
	.header .nav_r{ margin:0 0 0 3.3rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .nav_r{ position: absolute; left: 60px; top: 50%; transform: translateY(-50%); z-index: 3;}
    .header .nav_r .btnlanger{ margin: 0; padding: 0; border: 0;} 
    .header .nav_r .btnlanger{ font-size: 14px;}
    .header .nav_r .btnlanger img{ width: 20px; height: 20px; margin-right: 5px;}
}


.btnlangerlist{ position: fixed; left: 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; left: 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; margin-right: 5px;}
.btnlangerlist>ul>li>a>b>img{ height: 20px; width: auto; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>span{ padding-right: 5px; font-size: 14px; margin-right: auto; margin-left: 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>#jdmenu>ul>li>.dropdown-menu{ min-width: 100%; background: var(--main-color); position: absolute; right: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box;}
.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li{ font-size:16px; position: relative;}
.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>a{ color: #fff; font-weight: 500; padding: 0.15rem 0.2rem; display: flex; align-items: center; justify-content: space-between;}
.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>a:after{ content: "\ecde"; font-family: "iconfont"; font-size: 16px; opacity: 1; margin-left: 0.15rem;}

/*三级导航*/
.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>ul{ min-width: 100%; background: #f8f7f7; position: absolute; right: 100%; top: 0; display: none; z-index: 8; box-sizing: border-box;}
.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd solid 1px; font-size: 15px; }
.header .menu .jdmenu>#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>#jdmenu>ul>li>.other-menu .container{ flex-wrap: nowrap; align-items: flex-start;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu{ min-width: 200px;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li:hover>a{ color: #fff; background:#18181b;}
    .header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li:hover>a:after{ opacity: 1;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li:hover>ul{ display: block;}
	
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>ul{ box-shadow: 2px 2px 5px #d5d5d5;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>ul>li:hover>a{ background: var(--main-color); color: #fff;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>ul>li:last-child{ border-bottom: 0;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>#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>#jdmenu>ul>li>.dropdown-menu>li{ text-align: left; font-size: 16px; border-style: dotted;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>a{ display: flex; padding: 15px 30px}
	.header .menu .jdmenu>#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>#jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>#jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ padding: 10px 36px;}
    .header .menu .jdmenu>#jdmenu>ul>li>.other-menu .item{ display: block; width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}


.search{ position: absolute; top: -10px; right: 190%; width: 0; display: flex; align-items: center; background: #fff; border-radius: 5px; transition: width 0.5s ease-in-out; overflow: hidden;}
.search.active{ width: 2.4rem;}
.search form{ width: 100%; display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 40px; border: 1px solid #e2e2e2; background: #f7f7f7; }
.search form>input{ width: calc(100% - 30px); height: 40px; padding: 0 0.1rem; background: none; border:0; box-sizing: border-box; color: #666;}
.search form>button{ width: 40px; background: none; border: 0; cursor: pointer; outline: none; color: var(--main-color);}
.search form>button>i{ font-size: 18px; overflow: hidden; display: inline-block; margin-top: 1px;}
.search form>input::-webkit-input-placeholder{ color: #666;}
.search form>input::-moz-placeholder{ color: #666;}
.search form>input::-moz-placeholder{ color: #666;}
.search form>input::-ms-input-placeholder{ color: #666;}
@media (min-width: 1082px) {
}

@media (min-width: 1px) and (max-width: 1081px){
}

.searchbtn{ width: 90%; position: relative; z-index: 1;}
.searchbtn>form{ display: flex; justify-content: space-between; width: 100%; overflow: hidden; box-sizing: border-box; border: 1px solid var(--main-color);}
.searchbtn>form>input{ margin: 0; width: calc(100% - 37px); background: none; border: 0; box-sizing: border-box; height: 42px; padding: 0 0.1rem;}
.searchbtn>form>input::placeholder{ color: #333;}
.searchbtn>form>button{ margin: 0; width: 37px; background: none; cursor: pointer; border: 0; display: inline-flex; align-items: center; justify-content: center; outline: none;}
.searchbtn>form>button>i{ color: var(--main-color); font-size: 20px;}


/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; position: relative; height: auto; z-index: 1; }
.bframe img{ width: 100%; height: auto;}
.bframe video{ display: block; width: 100%;}
.bframe .swiper-pt{ position:absolute; left:0!important; bottom:0.2rem!important; z-index:1; width:100%; display:flex; align-items:center; justify-content:center;}
@media (min-width: 1082px) {
    .bframe{ margin-top:84px;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
}

/**********大图切换**********/

/**********首页样式**********/

.iframe{ overflow: hidden; padding:0.75rem 0 0.85rem;}
.iframe .lt{ margin:0; width:56.875%;}
.iframe .lt .tit{}
.iframe .lt .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.1rem;}
.iframe .lt .tit .z2{ font-size:0.42rem;  line-height:1.24; color:#18181b;}
.iframe .lt .list{ margin-top:0.8rem;}
.iframe .lt .list .item{ margin:0 0 0 0.35rem; width:calc((100% - 0.35rem)/2); position:relative;}
.iframe .lt .list .item img{ width:100%; height:auto;}
.iframe .lt .list .item .box{ position:absolute; bottom:0; right:0; padding:0.35rem 0.35rem 0.75rem 0.35rem;; background-color:var(--main-color); border-top-left-radius:0.3rem; color:#fff; width:67.7%; box-sizing:border-box;}
.iframe .lt .list .item .box .num{ font-weight:bold; font-size:0.6rem;}
.iframe .lt .list .item .box .p1{ font-size:18px; font-weight:600; line-height:1.44;}
.iframe .lt .list .item .box i{ position:absolute; left:0.05rem ;bottom:0.1rem; font-size:0.9rem; color:#fff; opacity:0.23;}
.iframe .lt .list .item  a{ display: flex; align-items: center; justify-content: center; width: 0.59rem;; height: 0.59rem; border-radius: 50%; box-sizing: border-box; color: var(--main-color); position: absolute; left: 0.35rem; top: 0.35rem; transition: all 0.35s; z-index: 1; background: #fff;}
.iframe .lt .list .item  a i{ font-size: 0.3rem; position: relative; z-index: 1; transition: all 0.35s;}
.iframe .lt .list .item  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;}
.iframe .lt .list .item  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;}
.iframe .lt .list .item:first-child{ margin-top:0.3rem;}
.iframe .lt .list .item:nth-child(2n){ margin-left:0;}
.iframe .lt .list .item:nth-child(2n) img{ border-top-left-radius:0.3rem;}
.iframe .fr{ margin:0; width:calc(100% - 56.875% - 1.1rem); padding-top:1.3rem;}
.iframe .fr .context{ font-size:16px; line-height:1.875; color:#18181b;}
.iframe .fr .context b{ font-weight:bold;}
.iframe .fr ul{ margin-top:0.15rem;}
.iframe .fr ul li{ display:flex; align-items:center; padding:0.15rem 0; border-bottom:1px solid #eaeaea; font-size:16px; color:#18181b;}
.iframe .fr ul li i{ font-size:26px; color:var(--main-color); margin-right:0.15rem;}
.iframe .fr .linkmore{ margin-top:0.3rem;}
.iframe .fr .linkmore a{ padding:0.15rem 0.2rem; display:inline-flex; align-items:center; background:var(--main-color); color:#fff; font-size:16px; overflow:hidden; border-radius:5px; box-sizing:border-box;}
.iframe .fr .linkmore a i{ margin-left:0.1rem;}
.iframe .fr .linkmore a:nth-child(2){ color:#333; background:none; border:1px solid var(--main-color); margin-left:0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe{ background-size:cover; background:none;}
	.iframe .lt{ width:100%;}
	.iframe .lt .list .item{ margin-top:0!important;}
	.iframe .lt .list .item .box .num{ font-size:0.3rem;}
	.iframe .lt .list .item .box .p1{ font-size:12px; }
	.iframe .lt .list .item .box i{ font-size:0.6rem;}
	.iframe .fr{ width:100%; padding:0; margin-top:0.3rem;}
}


.iframe1{ padding:0.8rem 0 0.9rem; background-repeat:no-repeat; background-size:cover;}
.iframe1 .tit{}
.iframe1 .tit .lt{ margin:0; width:50%;}
.iframe1 .tit .lt .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.1rem;}
.iframe1 .tit .lt .z2{ font-size:0.42rem; line-height:1.24; color:#18181b;}
.iframe1 .tit .fr{ margin:0; width:50%;}
.iframe1 .tit .fr .txt{ font-size:16px; line-height:1.5; color:#18181b; padding-top:0.35rem; padding-left:1.2rem;}
.iframe1 .list{ margin-top:0.5rem; position:relative;}
.iframe1 .list .swiper-slide{ margin:0; padding-bottom:35px;}
.iframe1 .list .item{ margin:0; display:block; background-color:#fff; position:relative;}
.iframe1 .list .item .txt{ padding:0.3rem 0.2rem 0.2rem 0.2rem;}
.iframe1 .list .item .txt .z1{ font-size:18px;}
.iframe1 .list .item .txt .z1 span{ background-image: linear-gradient(transparent calc(99% - 1px), var(--main-color) 1px); background-repeat: no-repeat; background-size: 0% 100%; transition: background-size 0.5s; color:#18181b;}
.iframe1 .list .item .txt .line{ width:19px; height:2px; background:var(--main-color); margin: 0.1rem 0;}
.iframe1 .list .item .txt .p1{ font-size:14px; line-height:1.72; color:#666;}
.iframe1 .list .item .img{ overflow:hidden;}
.iframe1 .list .item .img img{ width:100%; height:auto;}
.iframe1 .list .item .more{ width:70px; height:70px; position:absolute; background:#f5f6f7; position:absolute; left:50%; bottom:-35px; transform:translateX(-50%); border-radius:50%; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; color:#fff;}
.iframe1 .list .item .more:before{ content:""; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); width:50px; height:50px; background:var(--main-color); border-radius:50%;}
.iframe1 .list .item .more i{ position:relative; z-index:3; font-size:20px; transition:all 0.5s ease;}
.iframe1 .list .btn{ display:inline-block; position:absolute; top:50%; transform:translateY(-50%); z-index:1; color:var(--main-color); cursor:pointer; outline:none;}
.iframe1 .list .btn i{ font-size:37px;}
.iframe1 .list .btn.btn-prev{ left:0;}
.iframe1 .list .btn.btn-next{ right:0;}
.iframe1 .list .btn.btn-next i{ transform:rotate(180deg);}
@media (min-width:1082px){
	.iframe1 .list .item:hover .txt .z1{ color:var(--main-color);}
	.iframe1 .list .item:hover .txt .z1 span{ background-size:100% 100%;}
	.iframe1 .list .item:hover .img img{ transform:scale(1.1);}
	.iframe1 .list .item:hover .more i{ transform:rotate(360deg);}
	.iframe1 .list .btn.btn-prev{ left:-51px;}
	.iframe1 .list .btn.btn-next{ right:-51px;}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe1 .tit .lt{ width:100%;}
	.iframe1 .tit .fr{ width:100%; padding:0;}
	.iframe1 .tit .fr .txt{ padding:0; margin-top:0.3rem;}
}


.iframe2{ padding:0.6rem 0; overflow: hidden; background-color: #171e2d;}
.iframe2 .item{ margin:0; width:calc((100%)/4); box-sizing:border-box; padding:0 0.3rem; color:#fff;}
.iframe2 .item i{ font-size:0.65rem;}
.iframe2 .item .z1{ font-size:28px; text-transform:uppercase; line-height:1.3; margin-top:0.15rem;}
@media (min-width:1082px){
	.iframe2 .item:not(:last-child){ border-left:1px solid #747881;}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe2 .item{ width:calc((100%)/2); padding: 0.3rem 0;}
	.iframe2 .item .z1{ font-size:20px;}
}

.iframe3{ padding:1.3rem 0 0 0; background-repeat:no-repeat; background-position:center top;}
.iframe3 .tit{ text-align:center;}
.iframe3 .tit .z1{ font-size:0.42rem; color:#fff; margin-bottom:0.15rem;}
.iframe3 .tit .p1{ font-size:16px; line-height:1.75; color:#fff;}
.iframe3 .tit .linkmore{ display:inline-block; margin-top:0.3rem;}
.iframe3 .tit a{ padding:0.15rem 0.2rem; display:inline-flex; align-items:center; background:var(--main-color); color:#fff; font-size:16px; overflow:hidden; border-radius:5px; box-sizing:border-box;}
.iframe3 .tit a i{ margin-left:0.1rem;}
.iframe3 .list{ margin-top:1.05rem;}
.iframe3 .list .item{ margin:0 0 0 0.35rem; width:calc((100% - 1.4rem)/5); box-sizing:border-box; padding:0.2rem; position:relative; background:#fff; text-align:center; transition:all 0.35s ease-in-out; cursor:pointer;}
.iframe3 .list .item:before{ content:""; position:absolute; left:6px; top:6px; bottom:6px; right:6px; border:1px solid var(--bout-color); border-radius:5px;}
.iframe3 .list .item .z1{ font-size:16px; line-height:1.5; position:relative; z-index:2; margin:0.2rem 0; height:4.5em; letter-spacing:-1px;}
.iframe3 .list .item .z1:before{ content:"“"; font-size:0.3rem;  background: linear-gradient(to right, var(--bout-color), var(--main-color)); color:transparent; background-clip: text; font-family:var(--main-bold);  display:inline-block; text-align:left; line-height:1; z-index:-1; position:absolute; left:0; top:-10px;}
.iframe3 .list .item .z1:after{ content:"”"; font-size:0.3rem;  background: linear-gradient(to right, var(--bout-color), var(--main-color)); color:transparent; background-clip: text; font-family:var(--main-bold);  display:inline-block; text-align:left; line-height:1; z-index:-1; position:absolute; right:0; bottom:-25px;}
.iframe3 .list .item .img{ overflow:hidden; position:relative; z-index:2;}
.iframe3 .list .item .p1{ font-size:9px; margin-top:0.25rem; color:#444444; position:relative; z-index:2;}
@media (min-width:1082px){
	.iframe3 .list .item:nth-child(5){ margin-left:0;}
	.iframe3 .list .item:hover{ transform:translateY(-30px);}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe3 .list .item{ width:calc((100% - 0.15rem)/2); margin: 0 0 0.2rem 0.15rem;}
	.iframe3 .list .item:nth-child(2n){ margin-left:0;}
	.iframe3 .list .item:last-child{ display:none;}
}


.iframe4{ overflow: hidden; padding: 0.8rem 0 0.85rem;}
.iframe4 .tit{ text-align:center;}
.iframe4 .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.15rem;}
.iframe4 .tit .z2{ font-size:0.42rem; font-weight:bold; line-height:1.24; color:#18181b; margin-bottom:0.15rem;}
.iframe4 .tit .p1{ font-size:16px; line-height:1.5; color:#666; }
.iframe4 .list{ margin-top:0.45rem;}
.iframe4 .list .item{ margin:0 0 0 0.2rem; width:calc((100% - 0.4rem)/3); box-sizing:border-box; background:#fff; padding:0.5rem 0.3rem 0 0.3rem; box-shadow:0 0.14rem 0.49rem rgba(0,0,0,0.11); transition:all 0.35s ease; cursor:pointer;}
.iframe4 .list .item .tag{ margin:0 auto; display:flex; align-items:center; justify-content:center; width:84px; height:84px; background:var(--main-color); border-radius:50%; color:#fff;}
.iframe4 .list .item .tag i{ font-size:37px;}
.iframe4 .list .item .txt{ margin-top:0.3rem;}
.iframe4 .list .item .txt .z1{ font-size:30px; text-align:center; text-transform:uppercase; margin-bottom:0.3rem;}
.iframe4 .list .item .txt .context{ font-size:16px; line-height:2.25; color:#666; padding:0 0.15rem; overflow:hidden; height:2.52rem;}
.iframe4 .list .item .txt .context p{ position:relative; padding-left:30px;}
.iframe4 .list .item .txt .context p:before{ content:"\e605"; font-size:15px; font-family:"iconfont"; color:var(--main-color); position:absolute; left:0; top:5px;}
.iframe4 .list .item .txt .more{ margin-top:0.5rem; padding:0.2rem 0; border-top:1px solid #e4e4e7; font-size:24px; text-align:center;}
@media (min-width:1082px){
	.iframe4 .list .item:nth-child(3n){ margin-left:0;}
	.iframe4 .list .item:hover{ transform:translateY(-15px);}
}
@media (min-width:1px) and (max-width:1081px){
	.iframe4{ display:none;} 
	.iframe4 .list .item{ width:100%; margin: 0 0 0.3rem 0;}
	.iframe4 .list .item .txt .context{ height:auto;}
}

.iframe5{ overflow: hidden; padding:1.1rem 0 0.9rem ;}
.iframe5 .tit{}
.iframe5 .tit .lt{ margin:0; width:50%;}
.iframe5 .tit .lt .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.1rem;}
.iframe5 .tit .lt .z2{ font-size:0.42rem; line-height:1.24; color:#fff;}
.iframe5 .tit .fr{ margin:0; width:50%;}
.iframe5 .tit .fr .txt{ font-size:16px; line-height:1.5; color:#fff; padding-top:0.35rem; padding-left:1.2rem;}
.iframe5 .list{ margin-top: 1.15rem;}
.iframe5 .list .lt{ margin:0; width:71.5625%; position:relative;}
.iframe5 .list .lt span{ width: 10px; height: 10px; background: var(--main-color); border-radius: 50%; position: absolute; display: block;  animation-delay: calc(0.1s * var(--i)); box-sizing: border-box;}
.iframe5 .list .lt span:before{ content: ""; position: absolute; left: -1px; top: -1px; width: 100%; height: 100%; border: 1px solid var(--main-color); border-radius: 50%; animation: ripple 3s infinite linear; transition: .45s ease box-shadow;}
.iframe5 .list .lt span:after{ content: ""; position: absolute; left: -1px; top: -1px;  width: 100%; height: 100%; border: 1px solid var(--main-color); border-radius: 50%; animation: ripple 3s infinite 1.5s linear; transition: .45s ease box-shadow;}
.iframe5 .list .lt span:nth-child(2){ left: 12%; top: 40%;}
.iframe5 .list .lt span:nth-child(3){ left: 28%; top: 75%;}
.iframe5 .list .lt span:nth-child(4){ left: 35%; top: 16%;}
.iframe5 .list .lt span:nth-child(5){ left: 51%; top: 69%;}
.iframe5 .list .lt span:nth-child(6){ left: 58%; top: 38%;}
.iframe5 .list .lt span:nth-child(7){ left: 73%; top: 45%;}
.iframe5 .list .lt span:nth-child(8){ left: 78%; top: 37%;}
.iframe5 .list .lt span:nth-child(9){ left: 74%; top: 17%;}
.iframe5 .list .fr{ margin:0; width:calc(100% - 71.5625% - 0.55rem);}
.iframe5 .list .fr .item{ color:#fff; padding-bottom:0.35rem; margin-bottom:0.35rem; border-bottom:1px solid #434b5c;}
.iframe5 .list .fr .item .num{ font-size:0.48rem; line-height:1.03;}
.iframe5 .list .fr .item .p1{ font-size:18px; margin-top:0.15rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe5 .tit .lt{ width:100%;}
	.iframe5 .tit .fr{ width:100%;}
	.iframe5 .tit .fr .txt{ padding:0; margin-top:0.3rem;}
	.iframe5 .list .lt{ width:100%; display:none;}
	.iframe5 .list .fr{ width:100%;}
}

.iframe6{ padding:0.8rem 0 0.55rem;}
.iframe6 .tit{ text-align:center;}
.iframe6 .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.2rem;}
.iframe6 .tit .z2{ font-size:0.42rem; line-height:1.24; color:#18181b;}
.iframe6 .list{ margin-top:0.45rem;}
.iframe6 .list .item{ margin:0 0 0.25rem 0.3rem; width:calc((100% - 0.9rem)/4); box-sizing:border-box; border:1px solid #ebebeb;}
.iframe6 .list .item .img{ overflow:hidden;}
.iframe6 .list .item .img img{ width:100%; height:auto;}
.iframe6 .list .item .txt{ padding:0.1rem; border-top:1px solid #ebebeb; display:flex; align-items:center; justify-content:space-between; transition:all 0.35s ease;}
.iframe6 .list .item .txt .z1{ flex:1; margin:0 0.1rem 0 0; font-size:16px; color:#666; transition:all 0.35s;}
.iframe6 .list .item .txt span{ width:31px; height:31px; background:var(--main-color); display:inline-flex; align-items:center; justify-content:center; color:#fff; border-radius:50%; transition:all 0.35s;}
.iframe6 .list .item .txt span i{ font-size:13px; }
@media (min-width:1082px){
	.iframe6 .list .item:nth-child(4n){ margin-left:0;}
	.iframe6 .list .item:hover .img img{ transform:scale(1.1);}
	.iframe6 .list .item:hover .txt{ background:var(--main-color);}
	.iframe6 .list .item:hover .txt .z1{ color:#fff;}
	.iframe6 .list .item:hover .txt span{ background:#fff; color:var(--main-color);}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe6 .list .item{ width:calc((100% - 0.3rem)/2);}
	.iframe6 .list .item .txt .z1{ font-size:14px;}
	.iframe6 .list .item:nth-child(2n){ margin-left:0;}
}

.iframe7{ padding:0.95rem 0 0.9rem; background-size:cover; background-repeat:no-repeat; position:relative; z-index:1;}
.iframe7 .lt{ margin:0; width:calc(50% - 0.2rem);}
.iframe7 .lt .tit{ color:#fff;}
.iframe7 .lt .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase;}
.iframe7 .lt .tit .z2{ font-size:0.42rem; line-height:1.24; margin-top:0.15rem;}
.iframe7 .lt .list{ margin-top:0.4rem;}
.iframe7 .lt .list .item{ padding:0.2rem 0; border-bottom:1px solid #3f88bd; color:#fff;}
.iframe7 .lt .list .item .txt{ display:flex; justify-content:space-between; cursor:pointer;}
.iframe7 .lt .list .item .txt .z1{ margin:0; font-size:18px; font-weight:bold; line-height:1.33;}
.iframe7 .lt .list .item .txt .iconfont{ transform:rotate(-90deg); transition:all 0.35s ease;}
.iframe7 .lt .list .item .context{ font-size:15px; line-height:1.6; margin-top:0.2rem; display:none; overflow: hidden;}
.iframe7 .lt .list .item.active .txt .iconfont{ transform:rotate(0);}
.iframe7 .lt .list .item.active .context{ display:block;}
.iframe7 .fr{ margin:0; width:calc(50% - 0.4rem); box-sizing:border-box; background:#fff; padding:0.5rem;}
.iframe7 .fr .tit{ font-size:0.3rem; margin-bottom:0.2rem;}
.iframe7 .fr dl{}
.iframe7 .fr dl dd{ margin-bottom:0.16rem; width:100%;}
.iframe7 .fr dl dd label{ display:none;}
.iframe7 .fr dl dd .input{ width:100%; height:45px; box-sizing:border-box; border:1px solid #ebebeb; padding:0 0.15rem; font-size:14px; color:#999;}
.iframe7 .fr dl dd .input::placeholder{ color:#999;}
.iframe7 .fr dl dd.textarea .input{ height:1.26rem; padding:0.15rem; resize:none;}
.iframe7 .fr .button{}
.iframe7 .fr .button button{ width:100%; height:49px; display:flex; justify-content:center; align-items:center; background:#171e2d; font-size:18px; color:#fff; border:0; cursor:pointer; contain:none;}
.iframe7 .fr .button button b{ margin:0;}
.iframe7 .fr .button button span{ margin:0 0 0 0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe7 .lt{ width:100%;}
	.iframe7 .fr{ width:100%;}
}

.iframe8{ padding:0.8rem 0 1.35rem;}
.iframe8 .tit{ text-align:center;}
.iframe8 .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.2rem; letter-spacing:1px;}
.iframe8 .tit .z2{ font-size:0.42rem; line-height:1.24; color:#18181b; }
.iframe8 .list{ margin-top:0.5rem;}
.iframe8 .list .item{ margin:0 0 0 0.4rem; width:calc((100% - 0.8rem)/3); transition:all 300ms ease-in-out;}
.iframe8 .list .item .img{ overflow:hidden; position:relative;}
.iframe8 .list .item .img img{ width:100%; height:auto;}
.iframe8 .list .item .img time{ position:absolute; z-index:1; padding:10px 18px; background:var(--main-color); left:0.25rem; bottom:0; font-size:16px; display:inline-flex; align-items:center; color:#fff;}
.iframe8 .list .item .img time i{ font-size:15px; margin-right:7px;}
.iframe8 .list .item .txt{ padding:0.25rem 0.25rem 0.5rem 0.25rem; position:relative;}
.iframe8 .list .item .txt .z1{ font-size:18px; font-weight:bold; color:#313131; line-height:1.66;}
.iframe8 .list .item .txt .p1{ font-size:15px; line-height:1.6; color:#777; margin-top:0.2rem;}
.iframe8 .list .item .txt .more{ margin-top:0.25rem; display:inline-flex; align-items:center; font-size:15px; font-weight:bold; color:var(--main-color);}
.iframe8 .list .item .txt .more i{ font-weight:normal; margin:0 0 0 0.1rem;}
.iframe8 .list .item .txt:after{ content:""; position:absolute; left:0.25rem; bottom:0; width:0; height:5px; background:var(--main-color); transition:all 0.35s ease-in-out;}
@media (min-width:1082px){
	.iframe8 .list .item:nth-child(3){ margin-left:0;}
	.iframe8 .list .item:hover{ box-shadow:0px 5px 0.83rem 0px rgba(40, 40, 40, 0.11);}
	.iframe8 .list .item:hover .img img{ transform:scale(1.1);}
	.iframe8 .list .item:hover .txt:after{ width:calc(100% - 0.5rem);}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe8 .list .item{ width:100%; margin:0 0 0.3rem 0;}
}
/**********首页样式**********/


/**********底部样式**********/

footer{ background-repeat: no-repeat; background-size: cover; background-position: center center; background-color:#0f172b; position:relative; z-index:11;}
footer .footer{ background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; padding:0.7rem 0 0.45rem;}
footer .footer .container{ display:flex; justify-content:space-between;}
footer .footer .lt{ margin:-1.2rem 0 0 0; width:calc(25% - 0.3rem); background:#121b33; box-sizing:border-box; padding:0.5rem 0.35rem; border-radius:0.1rem 0.1rem 0 0;}
footer .footer .lt .footlogo{ overflow:hidden; margin-bottom:0.25rem;}
footer .footer .lt .context{ font-size:14px; line-height:1.72; color:#d4d4d8; margin-bottom:0.3rem;}
footer .footer .lt .info{}
footer .footer .lt .info .item{ display:flex; justify-content:space-between; margin-bottom:0.2rem; align-items:center;}
footer .footer .lt .info .item .tag{ margin:0; width:35px; color:var(--main-color);}
footer .footer .lt .info .item .tag i{ font-size:17px;}
footer .footer .lt .info .item .txt{ flex:1; font-size:16px; color:#fff;}
footer .footer .lt .info .item .txt a{ color:#fff;}
footer .footer .lt .info .item .txt a:hover{ color:var(--main-color);}
footer .footer .lt .info .item:last-child{ margin-bottom:0;}
footer .footer .fr{ margin:0; width:calc(100% - 25% - 0.3rem); display:flex; justify-content:space-between;}
footer .footer .fr .foot{ margin:0;}
footer .footer .fr .foot .z1{ font-family:var(--main-bold); font-size:18px; color:#fff; margin-bottom:0.25rem;}
footer .footer .fr .foot dl{}
footer .footer .fr .foot dl dd{ margin:0 0.5rem 0 0; width:calc((100% - 0.5rem)/2); margin-bottom:0.15rem;}
footer .footer .fr .foot dl dd a{ display:block; font-size:16px; color:#d4d4d8; line-height:1;}
footer .footer .fr .foot dl dd a:hover{ color:var(--main-color);}
footer .footer .fr .foot dl dd:nth-child(2n){ margin-right:0;}

footer .footer .fr .foot ul{}
footer .footer .fr .foot ul li{ margin-bottom:0.15rem;}
footer .footer .fr .foot ul li a{ display:block; font-size:16px; color:#d4d4d8; line-height:1;}
footer .footer .fr .foot ul li a:hover{ color:var(--main-color);}

footer .footer .fr .foot .subscribeBox{ display:flex; width:100%; padding:10px; background:#fff; margin-bottom:0.3rem;}
footer .footer .fr .foot .subscribeBox input{ flex:1; font-size:14px; color:#999;}
footer .footer .fr .foot .subscribeBox button{ width:34px; height:34px; background:var(--main-color); display:flex; align-items:center; justify-content:center; color:#fff; border:0; cursor:pointer; outline:none;}
footer .footer .fr .foot .subscribeBox button i{ font-size:15px;}
footer .footer .fr .foot .z2{ font-size:14px; color:#d4d4d8; margin-bottom:0.2rem;}

footer .footer .fr .foot .share{}
footer .footer .fr .foot .share a{ display:flex; align-items:center; justify-content:center; width:38px; height:38px; background:var(--main-color); color:#fff; margin:0 6px 0 0;}
footer .footer .fr .foot .share a i{ font-size:19px;}
footer .footer .fr .foot .share a:hover{ background:var(--bout-color);}

footer .footer .fr .foot:nth-child(1){ width:4.25rem;}
footer .footer .fr .foot:nth-child(2){ width:1.1rem;}
footer .footer .fr .foot:nth-child(3){ width:2.8rem;}
footer .footer .fr .foot:not(:last-child){ margin-right:0.85rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}


.copyright{ overflow: hidden; text-align: center; padding:0.35rem 0;}
.copyright .footdiv{ margin: 0; font-size: 16px; line-height: 1.5; color: #d4d4d8; text-align: center;}
.copyright .footdiv a{ color: #d4d4d8;}
.copyright .footdiv a:hover{ color:var(--bout-color);}
@media (min-width:1082px){
	.copyright .container{ justify-content: space-between;}
	.copyright .footdiv{ display: inline-block;}
}
@media (min-width:1px) and  (max-width:1081px){
    .copyright .footmenu{ display: none;}
	.copyright{ margin-top: 0; margin-bottom: 52px; padding: 20px 0;}
	.copyright .container{ padding: 0; border: 0; display: block;}
    .copyright .footdiv{ font-size: 12px;}
}
/**********底部样式**********/


/**********内页大图**********/
.nbframe{ position: relative; overflow: hidden; }
.nbframe .ban_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align:center;}
.nbframe .ban_txt>.z1{ font-size: 0.42rem; color: #fff; line-height:1.15; margin-bottom:0.2rem;}
.nbframe .ban_txt>.txt{ font-size: 15px; color: #fff; display: flex; flex-wrap: wrap; align-items: center; justify-content:center;}
.nbframe .ban_txt>.txt .icon-home{ font-size: 16px; margin-right: 8px; color: #fff; }
.nbframe .ban_txt>.txt .icon-here{ margin: 0 5px;}
.nbframe .ban_txt>.txt .icon-here:before{ content:"»"; font-size:15px;}
.nbframe .ban_txt>.txt a{ color: #fff;}
.nbframe .ban_txt>.txt a:hover{ color: var(--main-color);}
.nbframe .ban_txt>.txt span{ }
@media (min-width:1082px){
    .nbframe{}
}
@media (min-width:1px) and  (max-width:1081px){
    .nbframe img{ display: none;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ padding: 25px 0 0 0; background: none;}
.location .z1{ font-size: 0.54rem; color: #fff; display: none;}
.location .txt{ font-size: 16px; color: #666; text-transform: capitalize; display: flex; align-items: center; flex-wrap: wrap; border-bottom: 1px solid #d1d1d1; padding-bottom: 0.25rem;}
.location .txt .icon-home{ font-size: 18px; margin-right: 0.1rem; color: #666; display: none;}
.location .txt .icon-here{ margin: 0 5px; font-size: 16px;}
.location .txt a:nth-child(2){ color: var(--main-color);}
.location .txt a{ color: #666;}
.location .txt a:hover{ color: var(--main-color);}
.location .txt span{ }
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px){
    .location{  padding: 20px 0;}
    .location .z1{ color: #333;}
    .location .txt{ width: 100%; color: #333;}
    .location .txt a{ color: #333;}
    .location .txt .icon-home{ color: #333;}
}

.stylesort{ overflow: hidden; background: var(--main-color)}
.stylesort .item{ display: inline-block; padding: 0.2rem 0; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.4rem; }
.stylesort .item.active,.stylesort .item:hover{ text-decoration: underline;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .stylesort{ }
    .stylesort .item{ font-size: 14px; margin-right: 0.1rem; margin-bottom: 0.1rem;}
}
/**********面包屑**********/

.body{ background-repeat: no-repeat; background-position: center top;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}


/**********关于我们**********/

.aframe{ padding: 0.75rem 0 0.85rem; background-repeat: no-repeat; background-position: center bottom; overflow: hidden;}
.aframe .flex_between{ align-items:center; position: relative; z-index: 1;}
.aframe .lt{ margin: 0; width: calc(50%); position:relative;}
.aframe .lt .box{ position:absolute; bottom:0.25rem; left:0.3rem; width:1.67rem; padding:0.3rem 0.2rem; color:#fff;  box-sizing:border-box; z-index:1;}
.aframe .lt .box:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:var(--main-color); opacity:0.88; z-index:-1;}
.aframe .lt .box .num{ font-weight:bold; font-size:0.56rem;}
.aframe .lt .box .p1{ font-size:14px; font-weight:600; line-height:1.72;}
.aframe .lt .box i{ position:absolute; right:0.05rem ;bottom:0.1rem; font-size:0.62rem; color:#fff; opacity:0.23;}
.aframe .lt img{ width:100%; height:auto;}
.aframe .fr{ margin: 0; width: calc(50% - 0.5rem);}
.aframe .fr .z1{ font-size:18px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.2rem; display:none;}
.aframe .fr .z2{ font-size:0.36rem; color:#005EBB; line-height:1.05;}
.aframe .fr .context{ font-size:16px; line-height:1.875; color:#18181b; margin-top:0.25rem;}
.aframe .fr dl{ margin-top:0.35rem;}
.aframe .fr dl dd{ margin:0; width:calc((100%)/2); margin-bottom:0.2rem; font-size:16px; color:#333; display:flex; align-items:center;}
.aframe .fr dl dd i{ font-size:15px; color:var(--main-color); margin-right:0.1rem;}
.aframe .list{ margin-top:0.75rem;}
.aframe .list .item{ margin:0  0 0 0.35rem; width:calc((100% - 0.7rem)/3); box-shadow:0 1px 0.16rem rgba(0,0,0,0.11); box-sizing:border-box; padding:0.35rem; transition:all 0.35s ease; cursor:pointer;}
.aframe .list .item .tag{ width:86px; height:86px; display:inline-flex; justify-content:center; align-items:center; border-radius:50%; background:var(--main-color); color:#fff; transition:all 0.35s ease;}
.aframe .list .item .tag i{ font-size:44px;}
.aframe .list .item .z1{ font-size:22px; font-weight:bold; margin-top:0.2rem;}
.aframe .list .item .p1{ font-size:15px; line-height:1.73; color:#666666; margin-top:0.2rem;}
.aframe .list .item:nth-child(2){ background:var(--main-color);}
.aframe .list .item:nth-child(2) .tag{ background:#fff; color:var(--main-color);}
.aframe .list .item:nth-child(2) .z1{ color:#fff;}
.aframe .list .item:nth-child(2) .p1{ color:#fff;}
@media (min-width:1082px){
	.aframe .fr dl dd:nth-child(n+3){ margin-bottom:0;}
	.aframe .list .item:nth-child(3){ margin-left:0;}
	.aframe .list .item:hover{ transform:translateY(-30px);}
}
@media (min-width:1px) and (max-width:1080px){
    .aframe .lt{ width: 100%;}
    .aframe .fr{ width: 100%; margin-top: 0.3rem;}
	.aframe .fr dl dd{ width:100%;}
	.aframe .list .item{ width:100%; margin:0 0 0.3rem 0;}
}

.aframe1{ overflow:visible; padding:0.85rem 0 1rem; flex-grow:1; position:relative; z-index:1;}
.aframe1 .bg{ position:absolute; left:0; top:0; width:100%; height:100%; z-index:-1;}
.aframe1 .bg img{ position:sticky; top:0; width:100%; height:100%; object-fit:cover;}
.aframe1 .container{ align-items:stretch;}
.aframe1 .yecb_left{ margin:0; width:calc(48.43% - 1.1rem);}
.aframe1 .yecb_left .yecb_left_numnr{ height:567px; display:flex; align-items:center; top:calc(50vh - 2.83rem); position:sticky;}
.aframe1 .yecb_left .yecb_left_numnr .yecb_left_numnr_year{ height:240px; position:relative; z-index:10;}
.aframe1 .yecb_left .yecb_left_numnr .yecb_left_numnr_year .ylny_text{ height:240px; position:relative; zoom:1; display:flex;}
.aframe1 .yecb_left .yecb_left_numnr .yecb_left_numnr_year .ylny_text .ylny_text_qian{ font-size:2.15rem; font-family:var(--main-bold); text-transform:uppercase; color:var(--main-color); font-weight:bold;}
.aframe1 .yecb_left .yecb_left_numnr .yecb_left_numnr_year .ylny_text .ylny_text_span{ position:relative; transition:all .36s ease-out;}
.aframe1 .yecb_left .yecb_left_numnr .yecb_left_numnr_year .ylny_text .ylny_text_span .ylny_text_span_hou{ opacity:0.37; font-size:2.15rem; color:var(--main-color); font-family:var(--main-bold); text-transform:uppercase; font-weight:bold;}
.aframe1 .yecb_left .yecb_left_numnr .yecb_left_numnr_year .ylny_text .ylny_text_span .ylny_text_span_hou.act{ opacity:1;}
.aframe1 .yecb_right{ margin:0; width:calc(100% - 48.43%);}
.aframe1 .yecb_right .tit{ font-family:var(--main-bold1); font-size:0.36rem; color:#18181b; margin-bottom:0.5rem;}
.aframe1 .yecb_right .yecb_right_ul{ }
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li{ padding:0.2rem 0.35rem; position:relative; z-index:1; margin-bottom:0.3rem;}
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:#fff; z-index:-1; opacity:0.5;}
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li .z1{ font-size:30px; font-family:var(--main-bold); text-transform:uppercase; color:#222222; margin-bottom:0.2rem;}
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li .p1{ font-size:17px; color:#222; line-height:1.65; margin-bottom:0.2rem;}
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li .context{ font-size:14px; color:#555555; line-height:2;}
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li .context p{ position:relative; padding-left:15px;}
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li .context p:before{ content:""; width:5px; height:5px; border-radius:50%; background:#333; position:absolute; left:0; top:12px;}
.aframe1 .yecb_right .yecb_right_ul .yecb_right_ul_li.act:before{ opacity:1;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.aframe1 .yecb_left{ display:none;}
	.aframe1 .yecb_right{ width:100%;}
}

.aframe2{ padding:0.85rem 0 0.95rem; background-repeat: no-repeat; background-position: center center; background-size: cover; }
.aframe2 .tit{ text-align:center;}
.aframe2 .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.15rem;}
.aframe2 .tit .z2{ font-size:0.36rem; font-family:var(--main-bold1); line-height:1.24; color:#fff; margin-bottom:0.15rem;}
.aframe2 .tit .p1{ font-size:16px; line-height:1.5; color:#fff; }
.aframe2 .list{ margin-top:0.45rem;}
.aframe2 .list .item{ margin:0 0 0.25rem 0.25rem; width:calc((100% - 0.5rem)/3); position:relative; cursor:pointer; overflow:hidden;}
.aframe2 .list .item .img{ overflow:hidden;}
.aframe2 .list .item .img img{ width:100%; height:auto;}
.aframe2 .list .item .txt{ position:absolute; left:0; bottom:0; right:0; z-index:1; transform:translateY(100%); transition:all 0.35s;}
.aframe2 .list .item .txt .z1{ font-size:16px; color:#fff; font-weight:bold; text-align:center; padding:0.15rem 0;}
.aframe2 .list .item .txt:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:var(--main-color); opacity:0.42; z-index:-1;}
.aframe2 .linkmore{ display:block; margin-top:0.45rem; text-align:center;}
.aframe2 .linkmore a{ padding:0.15rem 0.2rem; display:inline-flex; align-items:center; background:var(--main-color); color:#fff; font-size:16px; overflow:hidden; border-radius:5px; box-sizing:border-box;}
.aframe2 .linkmore a i{ margin-left:0.1rem;}
@media (min-width:1082px){
	.aframe2 .list .item:nth-child(3n){ margin-left:0;}
	.aframe2 .list .item:hover .txt{ transform:translateY(0);}
}
@media (min-width:1px) and (max-width:1081px){
	.aframe2 .list .item{ width:calc((100% - 0.25rem)/2);}
	.aframe2 .list .item:nth-child(2n){ margin-left:0;}
}

.aframe3{ padding:0.85rem 0 0.8rem;}
.aframe3 .tit{ text-align:center;}
.aframe3 .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.15rem;}
.aframe3 .tit .z2{ font-size:0.36rem; font-family:var(--main-bold1); line-height:1.24; color:#18181b; margin-bottom:0.15rem;}
.aframe3 .tit .p1{ font-size:16px; line-height:1.875; color:#666666;}
.aframe3 .list{ margin-top:0.35rem;}
.aframe3 .list .item{ margin:0 0 0 0.25rem; width:calc((100% - 0.75rem)/4);box-sizing:border-box;}
.aframe3 .list .item .imgbox{ overflow:hidden; padding:0.2rem; background:url(/dist/images//honorbg.png) no-repeat center center / 100% 100%; }
.aframe3 .list .item .img{ overflow:hidden;}
.aframe3 .list .item .img img{ width:100%; height:auto;}
.aframe3 .list .item .txt{ text-align:center; margin-top:0.15rem;}
.aframe3 .list .item .txt .z1{ font-size:16px; line-height:1.5; color:#333;}
@media (min-width:1082px){
	.aframe3 .list .item:nth-child(4){ margin-left:0;}
	.aframe3 .list .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and  (max-width:1081px){
	.aframe3 .list .item{ width:calc((100% - 0.25rem)/2); margin-bottom:0.3rem;}
	.aframe3 .list .item:nth-child(2n){ margin-left:0;}
}



/**********关于我们**********/



/**********解决方案**********/
.solution1{ padding:1.2rem 0 0 0;}
.solution1 .indextit{ margin-bottom:0.7rem;}
.solution1 .indextit .fr .img{ margin-right:0.3rem;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and  (max-width:1080px){
}

.solution{ padding:1.45rem 0;}
.solution .container{ align-items:stretch;}
.solution .lt{ margin:0; width:calc(50% - 1.3rem);}
.solution .lt .indextit{ border-bottom:1px solid #000; padding-bottom:0.3rem; margin-bottom:0.3rem;}
.solution .lt .indextit .lt{ width:100%;}
.solution .lt .list{}
.solution .lt .item{ display:block; padding-bottom:0.2rem; margin-bottom:0.2rem; border-bottom:1px solid #e7e7e7;}
.solution .lt .item:last-child{ margin-bottom:0;}
.solution .lt .item .z1{ font-size:22px; color:#000; cursor:pointer;}
.solution .lt .item .p1{ font-size:16px; line-height:1.6875; color:#757575; margin-top:0.1rem; display:none;}
.solution .fr{ margin:0; width:50%; position:relative;}
.solution .fr .imgbox{ opacity:0; position:absolute; left:0; top:0; transition:all 0.35s ease; height:100%;}
.solution .fr .imgbox img{ width:100%; height:100%; object-fit:cover;}
.solution .fr .imgbox.active{ opacity:1;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and  (max-width:1080px){
	.solution .lt{ width:100%;}
	.solution .fr{ display:none;}
}

.rProducts{ padding:0 0 1.45rem 0;}
.rProducts .list{ margin-top:0.45rem;}


@media (min-width:1081px) {	
	.rProducts .list .item{ width: calc((100% - 1.2rem)/4);}
	.rProducts .list .item:nth-child(3){ margin-right: 0.4rem;}
	.rProducts .list .item:nth-child(4){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1080px){
	.rProducts .list .item:nth-child(2n){ margin-right: 0;}
}

/**********解决方案**********/


/**********单页面**********/
.singlepage{ font-size: 16px; line-height: 2; padding:0 0  0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.synopsis{ padding: 0 0 0.6rem;}
.synopsis .z1{ font-size: 0.36rem; margin-bottom: 0.2rem;}
.synopsis .context{ font-size: 16px; line-height: 1.5; color: #666;}
.synopsis .smalllist{ margin-top:0.25rem;}
.synopsis .smalllist .item{ display: inline-block; background: #bfbfbf; padding: 0.1rem 0.2rem; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.14rem; border-radius: 0.05rem;}
.synopsis .smalllist .item.active,.stylesort .item:hover{ background: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .synopsis .smalllist .item{ padding: 0.1rem 0.2rem; font-size: 14px; border-radius: 0; margin-bottom: 0.15rem;}
}

.gallerylist{ padding:0.7rem 0 0.3rem;}
.gallerylist .item{ margin: 0; display: block; width: calc((100% - 0.6rem)/4); margin-left: 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; color:#000;}

@media (min-width:1082px){
	.gallerylist .item:nth-child(4n){ margin-left: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-left: 0;}
}

.honorlist{ padding:0.7rem 0 0.3rem;}
.honorlist .item{ margin: 0; display: block; width: calc((100% - 0.9rem)/4); margin-left: 0.3rem; margin-bottom: 0.2rem; box-sizing: border-box; cursor: pointer;}
.honorlist .item .img{ overflow: hidden; background-repeat: no-repeat; /*pointer-events: none;*/ border: 0.15rem solid #fafafa;}
.honorlist .item .img img{ width: 100%; height: auto;}
.honorlist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.honorlist .item .txt h3{ font-size: 16px; text-align: center;}

@media (min-width:1082px){
	.honorlist .item:nth-child(4n){ margin-left: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.honorlist .item{ width: calc((100% - 0.3rem)/2);}
	.honorlist .item:nth-child(2n){ margin-left: 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.1rem; box-sizing: border-box; position: relative; padding: 0.75rem 0;}

.left_nav .lbt{ margin-bottom: 0.2rem;  }
.left_nav .lbt>.cat{ background:#fff; box-shadow:0 1px 0.27rem rgba(0,0,0,0.11);}
.left_nav .lbt>.cat>.z1{ padding:0.15rem 0.15rem; display:flex; align-items:center; font-family:var(--main-bold); box-sizing:border-box; border-bottom:1px solid #ededed;}
.left_nav .lbt>.cat>.z1 i{ font-size: 28px; color: var(--main-color); }
.left_nav .lbt>.cat>.z1 span{ margin-left: 0.1rem; font-size:28px; color:#18181b;}

.left_nav .lbt>.cat>ul{ overflow: hidden;}
.left_nav .lbt>.cat>ul>li{ font-size: 16px;}
.left_nav .lbt>.cat>ul>li>a{ display: flex; align-items: center; color: #333; position: relative; padding:0.1rem 0.2rem; z-index: 1; border-bottom:1px solid #ededed;}
.left_nav .lbt>.cat>ul>li>a>.img{ margin:0 0.1rem 0 0; max-width:0.4rem;}
.left_nav .lbt>.cat>ul>li>a>.img>i{ font-size:18px;}
.left_nav .lbt>.cat>ul>li>a>span{ line-height:1; background-image: linear-gradient(transparent calc(99% - 1px), var(--main-color) 1px); background-repeat: no-repeat; background-size: 0% 100%; transition: background-size 0.5s;}
.left_nav .lbt>.cat>ul>li>a>em>i{ display: block; transition: all 0.35s; font-size: 15px; color: var(--main-color); position:absolute; right:0.12rem; top:0.15rem; opacity:0;}

.left_nav .lbt>.cat>ul>li:hover>a,.left_nav .lbt>.cat>ul>li.active>a{ color:var(--main-color); background:#ffffff;}
.left_nav .lbt>.cat>ul>li:hover>a>span,.left_nav .lbt>.cat>ul>li.active>a>span{  background-size:100% 100%;}
.left_nav .lbt>.cat>ul>li:hover>a>em>i,.left_nav .lbt>.cat>ul>li.active>a>em>i{ opacity:1;}
.left_nav .lbt>.cat>ul>li.active>ul{ display: block;}
.left_nav .lbt>.cat>ul>li:last-child{ border-bottom: 0;}

.left_nav .lbt>.cat>ul>li>ul{ margin: 0.1rem 0; display: none;}
.left_nav .lbt>.cat>ul>li>ul>li{ font-size: 16px;}
.left_nav .lbt>.cat>ul>li>ul>li>a{ display: flex; align-items: center; padding: 0.15rem 0.2rem; justify-content: space-between; line-height: 1; color: #666; position: relative; border-bottom: 1px dashed #eee;}
.left_nav .lbt>.cat>ul.faq>li>a{ padding:0.22rem 0.2rem;}
.left_nav .lbt>.cat>ul>li>ul>li>a>span{ flex: 1; }
.left_nav .lbt>.cat>ul>li>ul>li:hover>a,.left_nav .lbt>.cat>ul>li>ul>li.active>a{ color: var(--main-color);}
.left_nav .lbt>.cat>ul>li>ul>li.active>ul{ display: block;}

.left_nav .lbt>.cat>ul>li>ul>li>ul{ margin: 0.1rem 0; display: none;}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li{ font-size: 16px;}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li>a{ display: flex; align-items: center; padding: 0.1rem 0.3rem; justify-content: space-between; line-height: 1; color: #666; position: relative; border-bottom: 1px dashed #eee;}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li>a>span{ flex: 1; }
.left_nav .lbt>.cat>ul>li>ul>li>ul>li:hover>a,.left_nav .lbt>.cat>ul>li>ul>li>ul>li.active>a{ color: var(--main-color);}
.left_nav .lbt>.cat>ul>li>ul>li>ul>li.active>ul{ display: block;}

.left_nav .left_search{ background:var(--main-color);}
.left_nav .left_search form{ display: flex; justify-content: space-between; box-sizing: border-box; background: none; overflow: hidden;}
.left_nav .left_search form input{ flex: 1; height: 51px; background: none; border: 0; padding: 0 0.15rem; color:#fff; font-size:16px;}
.left_nav .left_search form input::placeholder{ color:#fff;}
.left_nav .left_search form button{ display: flex; align-items: center; justify-content: center; width: 46px; height: 51px; color: #fff; border: 0; cursor: pointer; outline: none; background: none; position:relative;}
.left_nav .left_search form button:before{ content:""; position:absolute; left:0; top:0.13rem; bottom:0.13rem; width:1px;background:#fff;}
.left_nav .left_search form button i{ font-size: 16px;}

.left_nav .lbt .feedbackbox{ padding:0.2rem;}
.left_nav .lbt .feedbackbox .input{ width:100%; margin-bottom:0.15rem;}
.left_nav .lbt .feedbackbox .input label{ display:block; font-size:14px; color:#111827; margin-bottom:0.1rem;}
.left_nav .lbt .feedbackbox .input label em{ font-style:normal; color:red;}
.left_nav .lbt .feedbackbox .input input{ width: 100%; height: 42px; background: none; border: 1px solid #e6e6e8;; box-sizing: border-box; padding: 0 0.15rem; font-size: 14px; color: #999;}
.left_nav .lbt .feedbackbox .input input::placeholder{ color: #999;}
.left_nav .lbt .feedbackbox .input textarea{ width: 100%; height: 72px; background: none; border: 1px solid #e6e6e8;; box-sizing: border-box; padding: 0.15rem; font-size: 14px; color: #999; resize:none;}
.left_nav .lbt .feedbackbox .input textarea::placeholder{ color: #999;}
.left_nav .lbt .feedbackbox .button{ }
.left_nav .lbt .feedbackbox .button button{ width:100%; height:49px; display:flex; justify-content:center; align-items:center; background:var(--main-color); font-size:18px; color:#fff; border:0; cursor:pointer; contain:none;}
.left_nav .lbt .feedbackbox .button button b{ margin:0;}
.left_nav .lbt .feedbackbox .button button span{ margin:0 0 0 0.1rem;}

.left_nav .lbt .lbt_newpro{}
.left_nav .lbt .lbt_newpro .item{ margin:0 0 0.15rem; padding:0.15rem 0.2rem; border-bottom:1px solid #e4e4e7; display:flex; justify-content:space-between; align-items:center;}
.left_nav .lbt .lbt_newpro .item .img{ margin:0; width:0.92rem; box-sizing:border-box; border:1px solid #e4e4e7; overflow:hidden;}
.left_nav .lbt .lbt_newpro .item .txt{ flex:1; margin:0 0.2rem 0 0 ;}
.left_nav .lbt .lbt_newpro .item .txt .z1{ font-size: 15px; color: #666666; line-height:1.6; height:3.2em;}
.left_nav .lbt .lbt_newpro .item .txt .more{ margin-top:0.15rem; display:inline-flex; align-items:center; font-size:14px; color:#999999;}
.left_nav .lbt .lbt_newpro .item .txt .more i{ margin-left:6px;}
.left_nav .lbt .lbt_newpro .item:hover .img img{ transform:scale(1.1);}
.left_nav .lbt .lbt_newpro .item:hover .txt .more{ color:var(--main-color);}
@media (min-width:1082px){
	.left_faq{ position:sticky; top:130px;}
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; margin: 0.2rem 0}
}

.right_detail{ margin: 0; width: calc(100% - 3.1rem - 0.5rem); padding: 0.75rem 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; padding: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/

.summary{ margin: 0 0 0.4rem 0;}
.summary .z1{ font-size: 0.36rem; margin-bottom:0.1rem;}
.summary .context{ font-size: 20px; line-height: 1.86; 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){
}

.ProList{}
.ProList .item{ margin: 0 0 0.45rem 0.3rem ; width: calc((100% - 0.6rem)/3); box-sizing: border-box; overflow: hidden; background:#ffffff; }
.ProList .item .img{ overflow: hidden; box-sizing: border-box;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ padding:0.2rem 0.1rem 0.3rem 0.1rem;}
.ProList .item .txt .z1{ font-size:20px; line-height:1.33; text-align:center; color:#000; font-weight:bold;}
.ProList .item .txt .more{ display:flex; justify-content:center; align-items:center; margin-top:0.2rem;}
.ProList .item .txt .more b{ width:85px; height:35px; display:inline-flex; align-items:center; justify-content:center; background:var(--main-color); font-size:16px; color:#fff; margin:0 6px; border-radius:5px;}
.ProList .item .txt .more span{ width:85px; height:35px; display:inline-flex; align-items:center; justify-content:center; border:1px solid var(--main-color); font-size:16px; color:#666; margin:0 6px; border-radius:5px;}
@media (min-width:1082px){ 
	.ProList .item:nth-child(3n){ margin-left: 0;}
	.ProList .item:hover{ box-shadow: 0 1px 0.27rem rgba(0,0,0,0.11);}
    .ProList .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: calc((100% - 0.25rem)/2); margin-right: 0.25rem; margin-bottom: 0.25rem;}
    .ProList .item:nth-child(2n){ margin-left: 0;}
    .ProList .item .img{ width: 100%;}
    .ProList .item .txt .z1{ font-size: 16px;}
    .ProList .item .txt .context{ font-size: 14px}
    .ProList .item .txt .btn1 {display: none;}
}

.productsdetail{ background:#fff; padding:0.35rem;}
.productsdetail .bigimg{}
.productsdetail .bigimg .lt{ margin: 0; width: calc(40% - 0.3rem);}
.productsdetail .bigimg .proimgbox{ box-sizing: border-box; border: 1px solid #f5f5f5;}
.productsdetail .bigimg .lt .gallery-top .swiper-slide{ padding: 0; box-sizing: border-box; overflow: hidden; cursor: pointer;}
.productsdetail .bigimg .smallImg{ margin-top: 0.3rem; margin-bottom: 0.1rem; position: relative; padding: 0 0.35rem;}
.productsdetail .bigimg .smallImg .swiper{ margin: 0; padding: 0;}
.productsdetail .bigimg .smallImg .swiper-slide{ margin: 0; box-sizing: border-box;  cursor: pointer; padding: 2px;}
.productsdetail .bigimg .smallImg .swiper-slide img{ width: 100%; height: auto; border: 1px solid #999;}
.productsdetail .bigimg .smallImg .swiper-slide-thumb-active img{ border-color: var(--main-color);}
.productsdetail .bigimg .smallImg .btn{ position: absolute; top: 0; bottom: 0; width: 0.3rem; color: #333; z-index: 2; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; outline: none;}
.productsdetail .bigimg .smallImg .btn i{ font-size: 0.2rem;}
.productsdetail .bigimg .smallImg .btn-prev{ left: 0;}
.productsdetail .bigimg .smallImg .btn-next{ right: 0;}


.productsdetail .bigimg .fr{ margin: 0; width: calc(60%);}
.productsdetail .bigimg .fr .z1{ font-size: 0.4rem; line-height: 1.5; }
.productsdetail .bigimg .fr .line{ display: block; width: 0.64rem; height: 2px; background: var(--main-color); margin: 0.1rem 0 ;}
.productsdetail .bigimg .fr .context{ font-size:15px; line-height:1.86; color:#666;}
.productsdetail .bigimg .fr .parameter{}
.productsdetail .bigimg .fr .parameter .dl{ font-size: 16px; color: #000; margin-bottom: 0.18rem; font-weight: 600;}

.productsdetail .bigimg .fr .share{ margin-top: 0.3rem;}
.productsdetail .bigimg .fr .share>a{ display: inline-flex; align-items: center; justify-content: center; margin-right: 8px; width: 0.44rem; height: 0.44rem; color: #fff;}
.productsdetail .bigimg .fr .share>a i{ font-size: 0.26rem;}

.productsdetail .bigimg .fr .prokmore{display: flex; flex-wrap: wrap; overflow: hidden;  margin-top:0.4rem;}
.productsdetail .bigimg .fr .prokmore a{ margin: 0 0.2rem .15rem 0; padding: 0.1rem 0.3rem; border: 1px solid var(--main-color); box-sizing: border-box; font-size:18px; font-family: var(--font1); color: var(--main-color); display: inline-flex; align-items: center;  clear: both; border-radius: 5px;}
.productsdetail .bigimg .fr .prokmore a span{ line-height: 1;}
.productsdetail .bigimg .fr .prokmore a i{ font-size: 26px; margin-right: 10px;}
.productsdetail .bigimg .fr .prokmore a:hover{ background: var(--main-color); color: #fff;}

.productsdetail .details_txt{ margin: 0.3rem 0 0.3rem 0;}
.productsdetail .details_txt .left_nav{ padding: 0;}
.productsdetail .details_txt .right_detail{ padding: 0;}

.productsdetail .xgeffect{ margin-bottom: 0.3rem; width: 100%; overflow: hidden;}
.productsdetail .xgeffect .detailtop{ }
.productsdetail .xgeffect .detailtop .item{ margin: 0;  display: block; font-size: 24px; padding-left: 20px; border-left: 5px solid var(--main-color);}

.productsdetail .xgeffect .detalist{ margin-top: 20px;}
.productsdetail .xgeffect .detalist .context{ font-size: 16px; line-height: 2; width: 100%;}
.productsdetail .xgeffect .detalist .context ol,.productsdetail .xgeffect .detalist .context ul{ padding-left: 30px; all: revert;}
.productsdetail .xgeffect .detalist .context ol li,.productsdetail .xgeffect .detalist .context ul li{ all: revert;}
.productsdetail .xgeffect .detalist iframe{ max-width: 100%;}

.productsdetail .xgeffect:nth-child(1){ border-bottom: 1px solid #d1d1d1; padding-bottom: 0.3rem;}
.productsdetail .xgeffect .detalist table{ width: 100%; border-collapse: collapse; border-spacing: 0; border: none;}
.productsdetail .xgeffect .detalist table tr{ width: 100%; border-width: 0; border: none; border-bottom: 1px solid #d1d1d1;}
.productsdetail .xgeffect .detalist table tr td{ font-size: 16px; color: #666; border-width: 0; padding: 10px 0;}
.productsdetail .xgeffect .detalist table tr th{ font-size: 16px; color: #666; border-width: 0; padding: 10px 0;}
.productsdetail .xgeffect .detalist table tr:first-child{ border-top: 1px solid #d1d1d1;}
.productsdetail .xgeffect .detalist table tr td:first-child{ color: #333;}


.productsdetail .rProList{ }
.productsdetail .rProList .tit{ }
.productsdetail .rProList .tit .item{ margin: 0;  display: block; font-size: 24px; }
.productsdetail .rProList .list{ margin-top: 0.5rem;}

@media (min-width:1082px){
    .details_txt .left_nav{ position: sticky; top: 120px;}
	
	.productsdetail .rProList .list .item{ margin: 0  0 0 0.3rem; width: calc((100% - 1.2rem)/4);}
	.productsdetail .rProList .list .item .txt .z1{ font-size:15px; height:2.66em;}
	.productsdetail .rProList .item:nth-child(4){ margin-left: 0;}
}
@media (min-width:1px) and (max-width:1081px){
    .productsdetail{ padding: 0.6rem 0;}
	.productsdetail .bigimg .lt{ width: 100%; margin: 0;}
	.productsdetail .bigimg .fr{ width: 100%; padding: 0; margin: 0; margin-top: 0.3rem;}
    .productsdetail .bigimg .fr .z3{ font-size: 16px;}
	.productsdetail .bigimg .fr .context{ font-size: 14px;}
	.productsdetail .bigimg .fr .prokmore a{ margin: 0; margin-bottom: 0.15rem; width: 100%;}
	.productsdetail .details-txt dl{ border-radius: 0.1rem; flex-wrap: wrap;}
	.productsdetail .details-txt dl dd{ width: 100%;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){
    .table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
    .table-responsive>.table{margin-bottom:0;}
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
    .table-responsive>.table-bordered{border:0;}
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}


.productinquiry{ padding:0.35rem; background-size: cover; background-repeat: no-repeat; background-color:#fff;}
.productinquiry .container{ }
.productinquiry .tit{text-align: left; margin-bottom: 0.7rem;}
.productinquiry .tit .z1{ font-size:0.36rem; color:#18181b; margin-bottom:0.2rem;}
.productinquiry .tit .p1{ font-size:15px; line-height:1.86; color:#666;}

.productinquiry .feedbackbox{}
.productinquiry .feedbackbox dl{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.productinquiry .feedbackbox dl>dd{ margin: 0 0 0.24rem  0.15rem; width: calc((100% - 0.15rem)/2); box-sizing: border-box; position: relative; z-index: 1; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #333;}
.productinquiry .feedbackbox dl>dd>label{display: flex; white-space: nowrap;text-overflow: ellipsis; font-size: 16px;color: #333;}
.productinquiry .feedbackbox dl>dd>label>em{ color: #333;}
.productinquiry .feedbackbox dl>dd>.input{ width: 100%; background: none;; height: 40px; box-sizing: border-box; padding: 0 0.2rem;}
.productinquiry .feedbackbox dl>dd>.iconfont{ color: var(--main-color); position: absolute; bottom: 15px; left: 10px; z-index: 1; font-size: 18px;}
.productinquiry .feedbackbox dl>dd.textarea{ margin: 0; width: 100%; align-items:flex-start;}
.productinquiry .feedbackbox dl>dd.textarea .input{resize:none; height: 1.22rem;}
.productinquiry .feedbackbox dl>dd.textarea .iconfont{ font-size: 20px;}

.productinquiry .feedbackbox .button{  margin-top: 0.5rem;}
.productinquiry .feedbackbox .button button{ width:100%; height:49px; display:flex; justify-content:center; align-items:center; background:#171e2d; font-size:18px; color:#fff; border:0; cursor:pointer; contain:none;}
.productinquiry .feedbackbox .button button b{ margin:0;}
.productinquiry .feedbackbox .button button span{ margin:0 0 0 0.1rem;}


@media (min-width:1082px) {
    .productinquiry .feedbackbox dl>dd:nth-child(2n){ margin-left: 0;}
}
@media (min-width:1px) and (max-width:1081px) {
    .productinquiry .feedbackbox dl>dd{ width: 100%; margin: 0 0 0.24rem 0;}
}

.rProcess{}
.rProcess .tit{ align-items:center;}
.rProcess .tit .lt{ margin:0;}
.rProcess .tit .lt .z1{ font-size:0.36rem; color:#18181b; margin-bottom:0.2rem;}
.rProcess .tit .lt .p1{ font-size:15px; line-height:1.86; color:#666;}
.rProcess .tit .fr{ margin:0;}
.rProcess .tit .fr a{ padding:0.15rem 0.2rem; display:inline-flex; align-items:center; background:var(--main-color); color:#fff; font-size:16px; overflow:hidden; border-radius:5px; box-sizing:border-box;}
.rProcess .tit .fr a i{ margin-left:0.1rem;}
.rProcess .list{ margin-top:0.25rem;}
.rProcess .list .item{ margin:0 0 0.3rem 0.3rem; width:calc((100% - 0.6rem)/3); background:#fff; cursor:pointer; transition:all 0.35s ease; }
.rProcess .list .item .img{ overflow:hidden;}
.rProcess .list .item .img img{ width:100%; height:auto; }
.rProcess .list .item .txt{ padding:0.15rem;}
.rProcess .list .item .txt .z1{ font-size:18px; font-weight:bold; line-height:1.66; height:3.32em;}
.rProcess .list .item .txt .more{ margin-top:0.25rem; position:relative; z-index:1;}
.rProcess .list .item .txt .more:before{ content:""; height:1px; background:#f4f4f6; width:100%; position:absolute; top:50%; left:0; transform:translateY(-50%); z-index:-1;}
.rProcess .list .item .txt .more span{ display:inline-block; font-family:var(--main-bold1); font-size:0.46rem; color: transparent; -webkit-text-stroke: 1px #ededed; text-stroke: 1px #ededed; background:#fff; padding:0 5px 0 0 ;}
@media (min-width:1082px) {
	.rProcess .list .item:nth-child(3n){ margin-left:0;}
	.rProcess .list .item:hover{ transform:translateY(-5px);}
	.rProcess .list .item:hover .img img{ transform:scale(1.1);}
}
@media (min-width:1px) and (max-width:1081px) {
	.rProcess .tit .lt{ width:100%;}
	.rProcess .tit .fr{ width:100%; margin-top:0.3rem;}
	.rProcess .list .item{ width:calc((100% - 0.3rem)/2);}
	.rProcess .list .item:nth-child(2n){ margin-left:0;}
}

.rFaqList{ padding:0.25rem 0 0.7rem;}
/**********产品页面**********/


/**********新闻中心**********/
.NewsList{}
.NewsList .item{ margin:0 0 0.35rem 0.25rem; width:calc((100% - 0.5rem)/3); background:#fafafa;}
.NewsList .item .img{ overflow:hidden;}
.NewsList .item .img img{ width:100%; height:auto;}
.NewsList .item .txt{ padding:0.2rem;}
.NewsList .item .txt .time{display:flex; align-items:center; margin-bottom: 0.1rem; font-size:14px; color:#666;}
.NewsList .item .txt .time i{ color:var(--main-color); margin-left:8px;}
.NewsList .item .txt .z1{ font-size:17px; color:#313131; line-height:1.65; font-weight:bold;}
.NewsList .item .txt .p1{ font-size:15px; color:#555555; line-height:1.6; margin:0.15rem 0 0.2rem;}
@media (min-width:1082px){
	.NewsList .item:nth-child(3n){ margin-left:0;}
	.NewsList .item:hover .img img{ transform:scale(1.1);}
	.NewsList .item:hover .txt .z1{ color:var(--main-color);}
}
@media (min-width:1px) and (max-width:1080px) {
	.NewsList{ padding: 0.6rem 0 0.35rem;}
    .NewsList .item{ flex-wrap: wrap; width: 100%; margin: 0 0 0.3rem 0;}
    .NewsList .item .img{ width: 100%;}
    .NewsList .item .txt{ width: 100%; }
}

.articledetail{ padding:0.7rem 0;}
.articledetail .img{ overflow:hidden; max-height:4rem;}
.articledetail .img img{ width:100%;  height:100%; object-fit:cover;}
.articledetail .list{ padding:0.6rem; background:#fff;}

.newsdetail{ overflow: hidden; }
.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: 14px; }
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2;}
.newsdetail .context img{ max-width: 100%; height: auto;}
.newsdetail .context ol,newsdetail .context ul{ padding-left: 30px; all: revert;}
.newsdetail .context ol li,newsdetail .context ul li{ all: revert;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: block;}
.newsdetail .pagelist>a{ width: 100%; display: block; font-size:16px; line-height: 1.5; color: #666;  white-space: nowrap;text-overflow: ellipsis; overflow: hidden; margin: 0.1rem 0;}
@media (min-width:1082px){
    .newsdetail .pagelist>a:hover{ color: var(--main-color);}
	.articledetail .list{ position:relative; z-index:2; margin-top:-2rem; max-width:75%; box-shadow:0 0 0.1rem rgba(0,0,0,0.3);}
}
@media (min-width:1px) and (max-width:1080px){
    .newsdetail{ padding: 15px; margin: 0;}
    .newsdetail .Title h1{ font-size: 0.25rem; line-height: 1.4; padding: 0 7px; margin-bottom: 15px;}
    .newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
    .newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
    .newsdetail .context{ padding: 15px 0 20px;}
    .newsdetail .pagelist{ display: block;}
    .newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********新闻中心**********/



/**********案例中心**********/

.caseslist{ padding: 0.85rem 0;}
.caseslist .item{ margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem; margin-bottom: 0.3rem;}
.caseslist .item .img{ overflow: hidden;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ margin-top: 0.15rem;}
.caseslist .item .txt .z1{ font-size: 16px; line-height: 1.5;}
@media (min-width:1082px){
    .caseslist .item:nth-child(4n){ margin-right: 0;}
    .caseslist .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
    .caseslist .item{width: calc((100% - 0.25rem)/2);}
    .caseslist .item:nth-child(2n){ margin-right: 0;}
    .caseslist .item .txt .z1{ font-size: 14px;}
}

.casesdetail{ overflow: hidden; box-shadow: 0 0 0.15rem rgba(0,0,0,0.17); padding: 0.5rem; border-radius: 5px; }
.casesdetail .Title{ overflow: hidden;}
.casesdetail .Title h1{ font-size: 0.34rem; color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; line-height: 1.4;}
.casesdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size: 0.16rem; }
.casesdetail .context{ overflow: hidden; padding: 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;}
}
/**********案例中心**********/

/**********产品应用**********/
.applicationlist{ padding: 0.75rem 0 0 0 ;}
.applicationlist .item{ margin: 0 0.35rem 0.45rem 0; width: calc((100% - 0.35rem)/2); border-radius: 0.1rem; overflow: hidden; position: relative;}
.applicationlist .item .img{ overflow: hidden; position: relative;}
.applicationlist .item .img img{ width: 100%; height: auto;}
.applicationlist .item .img span{ position: absolute; left: 0.3rem; top: 0.3rem; width: 66px; height: 66px; background: var(--main-color); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1; transition: all 0.35s ease;}
.applicationlist .item .img span i{ font-size: 33px;}
.applicationlist .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; z-index: 2; padding: 0.3rem;}
.applicationlist .item .txt .z1{ font-size: 24px; color: #fff;}
.applicationlist .item .txt .p1{ font-size: 16px; line-height: 1.5; color: #fff;}
.applicationlist .item:before{ content: ""; position: absolute; left: 0; right: 0; bottom: 0; background: linear-gradient(to top,rgba(0,0,0,0.4),transparent); height: 50%; z-index: 1;}
@media (min-width:1082px){
    .applicationlist .item:nth-child(2n){ margin-right: 0;}
	.applicationlist .item:hover .img img{ transform: scale(1.1);}
	.applicationlist .item:hover .img span{ background: #fff; color: var(--main-color);}
}
@media (min-width:1px) and (max-width:1080px){
    .applicationlist .item{ width: 100%; margin: 0 0 0.45rem 0;}
}
/**********产品应用**********/

/**********商贸**********/
.tradelist1{padding:.75rem 0 0.7rem}
.tradelist1 .tit{text-align:center}
.tradelist1 .tit .z1{font-size:16px;font-weight:700;text-transform:uppercase;color:var(--main-color);margin-bottom:.15rem}
.tradelist1 .tit .z2{font-size:.42rem;font-weight:700;line-height:1.24;color:#18181b;margin-bottom:.15rem}
.tradelist1 .tit .p1{font-size:16px;line-height:1.5;color:#666}
.tradelist1 .list{margin-top:.65rem;position:relative;z-index:1;}
.tradelist1 .list .flex_betweenlist{ align-items:flex-start;}
.tradelist1 .list .item{margin:0 1.55rem 1rem 0;width:calc((100% - 1.55rem)/ 2);box-sizing:border-box;padding:.3rem .25rem;box-shadow:0 0 .16rem rgba(0,0,0,.11);position:relative;display:flex;justify-content:space-between;background:#fff;z-index:3; align-items:center;}
.tradelist1 .list .item .img{margin:0;width:87px;height:87px;border-radius:50%;box-shadow:0 0 .16rem rgba(0,0,0,.11)}
.tradelist1 .list .item .txt{margin:0;width:calc(100% - 87px - .35rem)}
.tradelist1 .list .item .txt .z1{font-size:16px;color:#18181b;text-transform:uppercase}
@media (min-width:1082px){
	.tradelist1 .list::before{content:"";position:absolute;left:50%;top:5px;transform:translateX(-50%);width:5px;height:calc(100% - .55rem);background:var(--main-color);transition:height .35s ease;z-index:1}
	.tradelist1 .timeline-line{position:absolute;left:50%;top:5px;width:4px;background:#171e2d;transform:translateX(-50%);transition:height .35s ease;z-index:2}
	.tradelist1 .list .item:nth-child(odd)::after{content:"";position:absolute;top:10px;right:-11px;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-left:11px solid #fff;filter:drop-shadow(2px 0 1.6px rgba(0,0,0,.09));z-index:-1}
	.tradelist1 .list .item:nth-child(2n)::before{content:"";position:absolute;top:10px;left:-11px;width:0;height:0;border-top:11px solid transparent;border-bottom:11px solid transparent;border-right:11px solid #fff;filter:drop-shadow(-2px 0 1.6px rgba(0,0,0,.09));z-index:-1}
	.tradelist1 .list .item:nth-child(2n) span,.tradelist1 .list .item:nth-child(odd) span{position:absolute;width:31px;height:31px;background:var(--main-color);color:#fbfbfb;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;z-index:9}
	.tradelist1 .list .item:nth-child(odd) span{top:5px;right:-.94rem}
	.tradelist1 .list .item:nth-child(2n) span{top:5px;left:-.94rem}
	.tradelist1 .list .item:nth-child(2n){margin-right:0}
	.tradelist1 .list .item:nth-child(2n){margin-top:2rem}
	.tradelist1 .list .item.timeline-active span{background:#171e2d}
}
@media (max-width:1081px){.tradelist1 .list{display:block}
	.tradelist1 .list .item{ width:100%; margin:0 0 0.55rem 0;}
	.tradelist1 .list .item span{ display:none;}
	.tradelist1 .timeline-line{ display:none;}
}

.tradelist2{padding:.75rem 0 }
.tradelist2 .tit{text-align:center}
.tradelist2 .tit .z1{font-size:16px;font-weight:700;text-transform:uppercase;color:var(--main-color);margin-bottom:.15rem}
.tradelist2 .tit .z2{font-size:.42rem;font-weight:700;line-height:1.24;color:#18181b;margin-bottom:.15rem}
.tradelist2 .tit .p1{font-size:16px;line-height:1.5;color:#666}
.tradelist2 .list{margin-top:.65rem;position:relative;z-index:1;}
.tradelist2 .list .item{ margin:0; width:calc((100%)/7); box-sizing:border-box; padding:0 0.14rem; text-align:center; cursor:pointer;}
.tradelist2 .list .item .img{ display:inline-flex; align-items:center; justify-content:center; width:0.94rem; height:0.94rem; background:#ededed; border-radius:50%;}
.tradelist2 .list .item .img span{ width:0.6rem; height:0.6rem; background-repeat:no-repeat; background-position:0 0; background-size:100% ;transition:all 0.35s;}
.tradelist2 .list .item .txt{ margin-top:0.15rem;}
.tradelist2 .list .item .txt .z1{ font-size:15px; color:#333; line-height:1.6;}
@media (min-width:1082px){
	.tradelist2 .list .item:hover .img span{ background-position:0 -0.6rem;}
}
@media (max-width:1081px){
	.tradelist2 .list .item{ width:calc((100%)/3); padding:0.15rem;}
}

.tradelist3{ background:#f5f6f7; padding:0.8rem 0 0.3rem;}
.tradelist3 .item{ margin-bottom:0.5rem; background:#ffffff; box-sizing:border-box; padding:0.4rem;}
.tradelist3 .item .img{ margin:0; width:calc(50% - 0.2rem);}
.tradelist3 .item .img img{ width:100%; height:auto;}
.tradelist3 .item .txt{ margin:0; width:calc(50% - 0.3rem);}
.tradelist3 .item .txt span{ width:0.37rem; height:0.37rem; background-repeat:no-repeat; background-position:0 -0.37rem; background-size:0.37rem 0.74rem ;transition:all 0.35s; display:inline-block;}
.tradelist3 .item .txt .z1{ font-size:20px; font-weight:bold; color:#313131; margin-top:0.15rem;}
.tradelist3 .item .txt .p1{ font-size:16px; line-height:1.75; color:#555555; margin-top:0.2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 10; overflow: hidden;}
@media (min-width:1082px){
	.tradelist3 .item{ flex-direction:row-reverse;}
}
@media (max-width:1081px){
	.tradelist3 .item .img{ width:100%;}
	.tradelist3 .item .txt{ width:100%; margin-top:0.3rem;}
}

.tradelist4{padding:.8rem 0 1.05rem; }
.tradelist4 .tit{text-align:center}
.tradelist4 .tit .z1{font-size:16px;font-weight:700;text-transform:uppercase;color:var(--main-color);margin-bottom:.15rem}
.tradelist4 .tit .z2{font-size:.42rem;font-weight:700;line-height:1.24;color:#18181b;}
.tradelist4 .list{margin-top:.55rem;position:relative;z-index:1;}
.tradelist4 .list .item{ position:relative; cursor:pointer;}
.tradelist4 .list .item .img{ overflow:hidden;}
.tradelist4 .list .item .img img{ width:100%; height:auto;}
.tradelist4 .list .item .txt{ position:absolute; left:0; bottom:0; right:0; z-index:1; transform:translateY(100%); transition:all 0.35s;}
.tradelist4 .list .item .txt .z1{ font-size:16px; color:#fff; font-weight:bold; text-align:center; padding:0.15rem 0;}
.tradelist4 .list .item .txt:before{ content:""; position:absolute; left:0; top:0; width:100%; height:100%; background:var(--main-color); opacity:0.42; z-index:-1;}
.tradelist4 .list .swiper-pt{ display:flex; justify-content:center; align-items:center; margin-top:0.25rem; left:inherit; top:inherit; bottom:inherit;}
.tradelist4 .list .swiper-pt span{ margin:0 6px; width:6px; height:6px; background:#e9eaea; display:inline-block!important; opacity:1;}
.tradelist4 .list .swiper-pt .swiper-pagination-bullet-active{ background:var(--main-color);}
@media (min-width:1082px){
	.tradelist4 .list .item:hover .txt{ transform:translateY(0);}
}
@media (max-width:1081px){.tradelist1 .list{display:block}
}
/**********商贸**********/

/**********视频中心**********/

.VideoList{ background: #f4f4f4; padding: 1.35rem 0;}
.VideoList .list{}
.VideoList .item{ margin: 0; width: calc((100% - 0.75rem)/4); margin-right: 0.25rem; cursor: pointer; }
.VideoList .item .img{ overflow: hidden;  position: relative; }
.VideoList .item .img img{ width: 100%; height: auto;}
.VideoList .item .img:before{ content: ""; position: absolute; left: 0;top: 0; width: 100%; height: 100%; background: #000; opacity: 0.3; z-index: 1;}
.VideoList .item .img i{ position: absolute; z-index: 2; font-size: 0.5rem; color: #fff; top: 50%; left: 50%; transform: translate(-50%,-50%);}
.VideoList .item .txt{ padding: 0.25rem 0; text-align: center;}
.VideoList .item .txt .z1{ font-size: 16px;}
@media (min-width:1082px){
	.VideoList .item:nth-child(4n){ margin-right: 0;}
	.VideoList .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.VideoList .item{ width: calc((100% - 0.25rem)/2); margin-right: 0.25rem; margin-bottom: 0.25rem;}
    .VideoList .item .txt .z1{ font-size: 13px; line-height: 1.66;}
    .VideoList .item .txt .time{ font-size: 12px; margin-top: 0.2rem;}
	.VideoList .item:nth-child(2n){ margin-right: 0;}
}
/**********视频中心**********/


/**********服务中心**********/
.servicelist{ padding: 1.2rem 0 1.4rem; ; }
.servicelist .container{ align-items: center;}
.servicelist .lt{ margin: 0; width: calc(50% - 0.55rem);}
.servicelist .lt .item{ display:flex; justify-content:space-between; margin-bottom:0.45rem;}
.servicelist .lt .item .img{ margin:0; width:46px;}
.servicelist .lt .item .txt{ margin:0 0 0 0.2rem; flex:1;}
.servicelist .lt .item .txt .z1{ font-size:25px; color:#000; letter-spacing:-1px; margin-bottom:0.1rem;}
.servicelist .lt .item .txt .p1{ font-size:16px; line-height:1.74; color:#666;}
.servicelist .lt .item:last-child{ margin-bottom:0;}
.servicelist .fr{ margin: 0; width: 50%;}
.servicelist .fr img{ width:100%; height:auto;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.servicelist .lt{ width: 100%;}
	.servicelist .fr{ width: 100%; margin-top: 0.3rem;}
}


.servicelist1{ padding: 0.9rem 0 1.45rem; background:#f8f9fd;}
.servicelist1 .list{ margin-top:0.65rem;}
.servicelist1 .list .item{ margin:0 0.6rem 0 0; width:calc((100% - 1.2rem)/3); background:#fff;}
.servicelist1 .list .item .img{ padding:0.4rem; overflow:hidden;}
.servicelist1 .list .item .img .z1{ font-size:25px; color:#000; margin-top:0.2rem; line-height:1.4; height:2.8em;}
.servicelist1 .list .item .txt{ padding:0.3rem 0.4rem; border-top:1px solid var(--main-color);}
.servicelist1 .list .item .txt .p1{ font-size:16px; line-height:1.74; color:#666;}
@media (min-width:1082px){
	.servicelist1 .list .item:nth-child(3){ margin-right:0;}
}
@media (min-width:1px) and (max-width:1081px){
	.servicelist1 .list .item{ width:100%; margin:0 0 0.3rem 0;}
}

/**********服务中心**********/

/**********常见问题**********/
.BigFaq{ padding-left:0.35rem; border-left:1px solid #e7e7e7;}
.BigFaq .itembox{ margin-bottom:0.45rem;}
.BigFaq .itembox .z1{ font-family:var(--main-bold1); font-size:0.36rem; color:#18181b; margin-bottom:0.4rem; display:block;}
.BigFaq .itembox .p1{ font-size:15px; line-height:1.6; color:#666; margin-bottom:0.3rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.FaqList{ overflow: hidden; }
.FaqList .tit{ margin-bottom:0.3rem; }
.FaqList .tit .z1{ font-size:0.36rem; color:#18181b; margin-bottom:0.2rem;}
.FaqList .tit .p1{ font-size:15px; line-height:1.86; color:#666;}
.FaqList .list{ align-items: flex-start;}
.FaqList .item{ margin: 0 0 0.15rem 0; width: calc((100%)/1); background: #fbfbfb; display:flex; align-items:stretch;}
.FaqList .item .tag{ margin: 0; width: 0.61rem;  background: #f2f2f2; display: flex; line-height:0.69rem; justify-content: center; box-sizing: border-box; border-right: 1px solid #dadada; font-size: 18px;}
.FaqList .item .nr{ flex:1;}
.FaqList .item .bt{ display: flex; justify-content: space-between; height:0.69rem; align-items: center; background: #fafafa; cursor: pointer;}
.FaqList .item .bt .z1{ flex: 1; margin: 0 0.3rem; font-size: 18px; font-weight:bold;}
.FaqList .item .bt i{ margin-right: 0.2rem; color: #c4c4c4; display: block; transition: all 0.35s ease;}
.FaqList .item .context{ display: none; padding: 0.3rem; font-size: 16px; line-height: 1.875; color:#666;}
.FaqList .item.active .bt i{ transform: rotate(-45deg);}
.FaqList .item.active .context{ display: block; }
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .FaqList{}
	.FaqList .item{ width: 100%; margin: 0 0 0.2rem 0;}
	.FaqList .item .bt{ height:auto;}
	.FaqList .item .bt .z1{ font-size:16px; padding:0.1rem 0;}
}
/**********常见问题**********/


/**********下载中心**********/
.downloadlist{ padding: 0.75rem 0 0.25rem;}
.downloadlist .tit{ background: #f5f5f5; padding: 0.4rem 0; margin-bottom: 0.4rem; display: flex; align-items: center; justify-content: center;}
.downloadlist .tit form{ margin: 0; display: flex; align-items: center; width: 6.5rem; border: 1px solid #e7e7e7; box-sizing: border-box; overflow: hidden; border-radius: 0.46rem; background: #fff;}
.downloadlist .tit form input{ margin: 0; height: 0.46rem; flex: 1; box-sizing: border-box; padding: 0 0.2rem;}
.downloadlist .tit form button{ margin: 0; width: 1.65rem; background: var(--main-color); height: 0.46rem; border-radius: 0.46rem; border: 0; cursor: pointer; outline: none; color: #fff; font-size: 16px;}
.downloadlist .list{ }
.downloadlist .list .item{ margin: 0; width: calc((100% - 1rem)/5); margin-right: 0.25rem; margin-bottom: 0.25rem; box-sizing: border-box; border: 1px solid #dadada; background: #f5f5f5; cursor: pointer;}
.downloadlist .list .item .img{ overflow: hidden;}
.downloadlist .list .item .img img{ width: 100%; height: auto;}
.downloadlist .list .item .txt{ padding: 0.15rem;}
.downloadlist .list .item .txt .z1{ font-size: 14px; margin-bottom: 0.25rem;}
.downloadlist .list .item .txt .clickdown{ display: flex; justify-content: space-between; align-items: center; padding: 0.1rem 0 0 0; border-top: 1px solid #dadada;}
/*.downloadlist .list .th{ display: flex; justify-content: space-between; border-bottom: 1px solid #e5e5e5;}
.downloadlist .list .th .z1{ margin: 0; width: calc((100%)/3); font-size: 16px; padding: 0.25rem 0 0.25rem 0.6rem;}
.downloadlist .list .td{ display: flex; justify-content: space-between; border-bottom: 1px solid #e5e5e5; align-items: center;}
.downloadlist .list .td .n1{ margin: 0; width: calc((100%)/3); font-size: 16px; padding: 0.25rem 0 0.25rem 0.6rem;}
.downloadlist .list .td .n1 a{ color: var(--main-color); margin-right: 0.4rem; display: inline-block; }
.downloadlist .list .td .n1 a i{ font-size: 0.3rem;}
.downloadlist .list .td .n1:last-child{ text-align: right;}*/

@media (min-width:1082px){
    .downloadlist .item:nth-child(5n){ margin-right: 0;}
    .downloadlist .item:hover{ border-color: var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
	.downloadlist .item{ width: calc((100% - 0.25rem)/2);}
     .downloadlist .item:nth-child(2n){ margin-right: 0;}
    .downloadlist .list .td .n1{ font-size: 12px;}
}
/**********下载中心**********/


/**********联系我们**********/
.contact{ padding: 0.75rem 0 1.3rem;}
.contact .flex_between{ align-items:center;}
.contact .lt{ margin: 0; width: calc(50% - 0.55rem); box-sizing: border-box;}
.contact .lt .tit{}
.contact .lt .tit .z1{ font-size:16px; font-weight:bold; text-transform:uppercase; color:var(--main-color); margin-bottom:0.25rem;}
.contact .lt .tit .z2{ font-size:0.36rem; font-family:var(--main-bold1); margin-bottom:0.1rem; color:#18181b;}
.contact .lt .tit .p1{ font-size:16px; color:#666; line-height:1.5;}

.contact .fr{ margin:0; width:50%; box-sizing:border-box; padding:0.45rem 0.35rem 0.55rem 0.35rem; box-shadow:0 1px 0.35rem rgba(0,0,0,0.11); background:#fff;}
.contact .fr .tit{ text-align:center;}
.contact .fr .tit .z1{ font-size:0.36rem; font-family:var(--main-bold1); margin-bottom:0.2rem; color:#18181b;}
.contact .fr .tit .p1{ font-size:16px; color:#666; line-height:1.5;}

.contact .info{ margin-top: 0.3rem;}
.contact .info .item{ display: flex; justify-content: space-between; align-items: flex-start; margin-bottom:0.39rem;}
.contact .info .item .tag{ display:flex; align-items:center; justify-content:center;	 color: #fff; background:var(--main-color); width:47px; height:47px; border-radius:50%;}
.contact .info .item .tag i{ font-size: 24px;}
.contact .info .item .txt{ flex: 1; margin: 0 0.2rem 0 0 ;}
.contact .info .item .txt .z1{ font-size:18px; color:#18181b; margin-bottom:5px; font-family:var(--main-bold);}
.contact .info .item .txt .nr{ font-size: 16px; line-height: 1.5; color:#666666;}
.contact .info .item .txt .nr a{ color:#666666;}
.contact .info .item .txt .nr a:hover{ color: var(--main-color);}
.contact .info .item.add .tag i{ }
.contact .info .item:last-child{ margin-bottom:0;}

@media (min-width:1081px){
	.contact .flex_between{ flex-direction:row-reverse;}
}
@media (min-width:1px) and (max-width:1080px) {
    .contact .lt{ width: 100%;}
    .contact .fr{ width: 100%; margin-top: .4rem;}
}

.leave{ overflow: hidden; position: relative; z-index: 3; margin-top: 0.3rem;}
.leave .feedbackbox{ overflow: hidden;}
.leave .feedbackbox dl{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.leave .feedbackbox dl>dd{ margin: 0 0 0.15rem 0.1rem ; width: calc((100% - 0.1rem)/2); box-sizing: border-box; position: relative; z-index: 1; border: 0; color: #999;background-color:#fff;}
.leave .feedbackbox dl>dd>label{display: flex; white-space: nowrap; text-overflow: ellipsis; font-size: 14px; color:#111827; margin-bottom:0.1rem;}
.leave .feedbackbox dl>dd>label>em{ display:block; margin-left:3px; font-style:inherit; color:red;}
.leave .feedbackbox dl>dd>.input{ width: 100%; background: none; height: 43px; box-sizing: border-box; padding: 0 0.14rem; border-radius:0; border:1px solid #e6e6e8;}
.leave .feedbackbox dl>dd>.iconfont{ color: #ccc; position: absolute; bottom: 15px; right: 10px; z-index: 1;}
.leave .feedbackbox dl>dd.textarea{ margin: 0; width: 100%;}
.leave .feedbackbox dl>dd.w100{ margin: 0 0 0.15rem 0; width: 100%;}
.leave .feedbackbox dl>dd.textarea{ align-items:flex-start;}
.leave .feedbackbox dl>dd.textarea>label{ }
.leave .feedbackbox dl>dd.textarea .input{resize:none; height: 1.7rem; padding: 0.14rem;}
.leave .feedbackbox dl>dd.textarea .input::placeholder{ font-size: 16px; color: #999;}

.leave .feedbackbox .button{ align-items: center; margin-top: 0.2rem;}
.leave .feedbackbox .button button{ width:100%; height:49px; display:flex; justify-content:center; align-items:center; background:var(--main-color); font-size:18px; color:#fff; border:0; cursor:pointer; contain:none;}
.leave .feedbackbox .button button b{ margin:0;}
.leave .feedbackbox .button button span{ margin:0 0 0 0.1rem;}
@media (min-width:1081px)  {
    .leave{ position: relative; z-index: 3; }
    .leave .feedbackbox dl>dd:nth-child(2n){ margin-left: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
    .leave{}
    .leave .feedbackbox dl>dd{ width: 100%;}
}
/**********联系我们**********/


/**********公共样式**********/

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou .maintit{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size:18px; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem;}

.PrivacyPolicy{ padding: 0.6rem 0;}
.PrivacyPolicy h3{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.PrivacyPolicy article{ line-height: 2; font-size:16px;}
.PrivacyPolicy article h4{ font-size:18px;}

.currertkeywords{margin-top:0.5rem;font-size:18px;color:#666;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#333;}

.ValidationError{ border-width: 1px; border-style: solid; border-color: red;}
.error{ text-align: center; padding: 0.5rem 0;}
.error a{ width: 240px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d5d5d5; font-size: 14px; text-transform: capitalize;}

.pagination-container{ overflow: hidden; text-align: center; margin-bottom: 0.6rem;}

.hidden{ display: none!important;}
@media (min-width:1082px){
	.hidden-pc{ display: none!important;}
}
@media (min-width:1px) and (max-width:1081px){
	.hidden-xs{ display: none!important;}
}


/**********公共样式**********/
.noinfo{ font-size: 16px; color: #999; padding: 0.6rem 0; text-align: center;}

.category{ position: fixed; top: 0; bottom: 52px; left: 0; width: 300px; background: #ddd; z-index: 20; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--main-color); display: flex; justify-content: space-between; align-items: center; height: 55px; overflow: hidden;}
.category .top .logo{ width: 50%; margin: 0; display: inline-block; padding:0px 15px;}
.category .top .logo img{ height: 35px; width: auto;}
.category .top .close{ margin: 0; display: inline-block; cursor: pointer; padding: 15px;}
.category .top .close i{ font-size: 21px; color: #fff;}
.category .list{ position: relative; z-index: 1; height: calc(100% - 81px); box-sizing: border-box; padding: 30px 15px; overflow: hidden; overflow-y: auto;}
.category .list>ul{}
.category .list>ul>li{ display: block; border-bottom: 1px solid #fff;}
.category .list>ul>li>a{ display: block; font-size: 16px; padding: 10px 15px; color: #666; position: relative;}
.category .list>ul>li>a:before{ content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; background: var(--main-color);}
.category .list>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li:last-child{ border-bottom: 0;}
.category .list>ul>li>ul{ padding: 10px 20px;}
.category .list>ul>li>ul>li{ margin-bottom: 10px; border-bottom: 1px dotted var(--main-color);}
.category .list>ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px;}
.category .list>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li:last-child{ border-bottom: 0;}
.category .list>ul>li>ul>li>ul{ padding: 5px 15px;}
.category .list>ul>li>ul>li>ul>li{ margin-bottom: 5px; border-bottom: 1px dotted var(--main-color);}
.category .list>ul>li>ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px;}
.category .list>ul>li>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li>ul>li:last-child{ border-bottom: 0;}


#shopcars{position:absolute;right:0;top:130%;width:300px;background-color:#fff;box-shadow:0 0 5px #ddd;padding-bottom:15px;display:none;}
#shopcars h3{background-color:var(--main-color);text-align:center;color:#fff;font-size:16px;padding:8px;}
#shopcars h3 em{font-size:20px;vertical-align:top;display:inline-block;line-height:24px;}
#shopcars h3 span.number{display:inline-block;padding-top:0}
#shopcars .list{max-height:200px;overflow-y:auto;margin:10px;border-bottom:1px solid #ddd;}
#shopcars .list .item{display:flex;justify-content:space-between;margin-bottom:15px;}
#shopcars .list .item input{margin:0;width:20px;}
#shopcars .list .item img{width:60px;border:1px solid #ddd;margin:0 10px 0 0;}
#shopcars .list .item a{ flex: 1; margin-left: 20px;}
#shopcars .list .item span.title{display:inline-block;width:140px;text-align:left;}
#shopcars .list .item span.delcars{width:30px;font-size:16px;margin:0;}
#shopcars .allchk{padding:0 10px;text-align:left;font-size:14px;line-height:20px;}
#shopcars .allchk input{width:20px;height:20px;display:inline-block;vertical-align:top;margin-right:5px;}
#shopcars .btnlist{padding-top:15px;}
#shopcars .btnlist a{display:inline-block;margin:0 10px;border-radius:5px;padding:3px 10px;min-width:70px;color:#fff;font-size:14px;vertical-align:top;width:90px;background-color:var(--main-color); text-align: center;}
#shopcars .btnlist a:hover{background-color:var(--main-color);}

.shoppingcart{ padding: 0.7rem 0;}
.shoppingcart .title{ display: flex; align-items: center; justify-content: center; margin-bottom: 0.45rem;}
.shoppingcart .title .maintit{ font-size: 0.48rem;}

#cartlist table{width:100%;text-align:center; margin-bottom: 0.5rem;}
#cartlist table tr th{background-color:#f3f3f3;padding:20px;line-height:30px;font-size:18px;text-align:center;}
#cartlist table tr td{background-color:#f3f3f3;padding:20px;border-top:1px solid #fff;text-align:center;}
#cartlist table tr td img{max-width:180px;}
#cartlist table tr th:not(:last-child),#cartlist table tr td:not(:last-child){border-right:1px solid #fff;}
#cartlist table tr td .title{font-size:16px;}
#cartlist .numbox{border:1px solid #ddd;display:flex;width:150px;justify-content:space-around;margin:0 auto;}
#cartlist .numbox span{display:inline-block;width:30px;height:30px;font-size:20px;line-height:30px;margin:0;cursor:pointer;background-color:#fff;}
#cartlist .numbox .number{height:30px;margin:0;width:90px;text-align:center;}
#cartlist .del{font-size:16px;}
@media (min-width:1px) and (max-width:991px) {
    #cartlist table tr th{font-size:14px;padding:10px 15px;line-height:1.5;}
    #cartlist table tr td{padding:10px 15px;line-height:1.5;}
    #cartlist table tr td .title{font-size:14px;}
    #cartlist table tr td img{max-width:100px;}
    #cartlist .numbox{width:90px;margin:0 5px;}
    #cartlist .numbox .number{width:30px;}
}

/**********右侧浮动**********/
#float{position:fixed;right:15px;top:50%;margin-top:-80px;z-index:77; border-radius: .5rem;}
#float .ico{ width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; border-radius: 0.1rem; color: #fff; cursor: pointer; position: relative; background:#005EBB; margin-bottom:5px;}
#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;}
@media (min-width:1082px){
	#float .mobbtn{ display:none;}
}
@media (min-width:1px) and (max-width:1080px){
	#float{ left:0; right:inherit;}
	#float .ico{ width:34px; height:34px; transform:translateX(-34px); transition :all .3s ease-in-out;}
	#float .ico i{ font-size:18px;}
	#float .mobbtn{ width:calc(34px / 2); transform:translateX(0); transition: .6s ease-in-out .3s, width .3s ease-in-out;}
	#float .mobbtn i{ font-size:14px;}
	#float[typeof="open"] .ico{ transform:translateX(0);}
	#float[typeof="open"] .mobbtn{ width:34px;}
	#float[typeof="open"] .mobbtn i{ transform:rotate(180deg);}
}

.note{ position: fixed; left: 0; bottom: 25%; z-index: 8; width: 220px; overflow: hidden; border-radius: 5px; padding: 0.1rem;}
.note:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #333; opacity: 0.7; z-index: -1;}
.note .maintit{ background: #333; color: #fff; padding: 5px 0.1rem; font-size: 0.2rem; border-radius: 5px;}
.note .maintit i{ animation: blink 1.5s infinite; font-size: 0.2rem;}
.note .txt{ background: rgba(10,49,144,0.3); padding: 0.1rem; border-radius: 5px; margin-top: 0.2rem; color: #fff;}
.note .txt p{ font-size: 0.14rem; line-height: 1.5; margin-bottom: 0.3rem;}

.floatForm{position:fixed;right:0;bottom:-200%;z-index:78; transition: linear 0.35s; overflow: hidden;}
.floatForm[typeof='close']{ bottom:-200%;}
.floatForm[typeof='open']{ bottom: 0;}
.floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
.floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--main-color) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
.floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #333; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
.floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
.floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
.floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
.floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
.floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	.floatForm[typeof='open']{ bottom: 50px;}
}
/**********右侧浮动**********/

/**********分页样式**********/
.pagination{display:inline-block;margin:10px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin:0 3px; width: 34px; height: 34px; line-height: inherit; border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:14px; display: flex; justify-content: center; box-sizing: border-box; align-items: center;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:var(--main-color); color: #fff; border-color: var(--main-color);}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:var(--main-color);background-color:var(--main-color);color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{border-color:#ddd;background-color:#fff;color:#999;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#999;cursor:not-allowed;}
/**********分页样式**********/