﻿/**********样式重置**********/
html{font-size: var(--size);}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
body{ font-family: var(--fontfamily); background-color:#fff; overflow-x:hidden; color: #2a1f1c; box-sizing: border-box; margin: 0 auto;}
a{ color:#333333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:var(--main-color);}
.keylink{ color: var(--main-color); font-weight:bold;}
img,li{ vertical-align:top; border:0px; list-style-type: none; box-sizing: border-box;}
img{ max-width:100%; height: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both; padding: 0; box-sizing: border-box;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal; box-sizing: border-box;}
body,td,th{ font-family: var(--fontfamily); font-size:12px; box-sizing: border-box;}
input,textarea{ font-family: var(--fontfamily); border:0; outline:medium; box-sizing: border-box;}

@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ margin: 0 30px;}
}


/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 777; box-sizing: border-box; transition: linear 0.35s; background: #fff;  border-bottom: 1px solid #dddbd9;}
@media (min-width:1082px){
	.header .container{ }
	.header.fis_show{ top: 0; box-shadow: 3px 0 0.26rem rgba(0,0,0,0.15);}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff; top: 0;}
    .header .container{ position: relative;}
}

.header .top{ background: var(--main-color);}
.header .top .container{ justify-content: flex-end; display: flex; align-items: center; box-sizing: border-box; }
.header .top a{ margin: 10px 0; display: inline-flex; align-items: center; font-size: 16px; line-height: 1; color: #fff; margin-right: 0.2rem; padding-right: 0.2rem; border-right: 1px solid #fff;}
.header .top a i{ font-size: 21px; margin-right: 8px;}
.header .top .btnlanger{ margin: 0;  display: inline-flex; align-items: center; font-size: 16px; color: #fff; cursor: pointer;}
.header .top .btnlanger img{ width: auto; height: 13px; margin-right: 8px;}
.header .top .btnlanger i{ font-size: 12px; margin-left: 5px;}
@media (min-width:1082px){
    .header .top{ height: 41px; overflow: hidden; transition: height 0.4s ease-in-out;}
    .header.fis_show .top{ height: 0;}
}
@media (min-width: 1px) and (max-width: 1081px) {
    .header .top{ display: none;}
}

.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: 15px 0; transition: linear 0.35s; }
.header .menu .logo a img{ width: auto; height: 66px; transition: linear 0.35s; }

@media (min-width:1082px){
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .menu .logo{ display: inline-block; padding: 5px 0;}
	.header .menu .logo a{ padding: 5px; height: 35px; max-width: 60%; display: flex; align-items: center;}
	.header .menu .logo a img{ height: auto; width: 100%;}
}

.header .menu .jdmenu{}
.header .menu .jdmenu>ul>li{ font-size: 16px; position: relative;}
.header .menu .jdmenu>ul>li>a{ display: flex; position: relative; transition: linear 0.3s; text-transform: capitalize; z-index: 1; box-sizing: border-box; }
.header .menu .jdmenu>ul>li>a>b{ display: inline-block; font-size: 12px; overflow: hidden; margin-left: 5px;}
.header .menu .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; align-items: center;}
	.header .menu .jdmenu>ul{ display: flex; justify-content: center; align-items: center; margin: 0;}
	.header .menu .jdmenu>ul>li{ display: inline-flex; align-items: center; justify-content: center; margin: 0 0.2rem;}
	.header .menu .jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 40px 0; align-items: center; line-height: 1; position: relative; color: #333; }
    .header .menu .jdmenu>ul>li>a:after{ content: ""; position: absolute; left: 50%; bottom: 30px; height: 3px; width: 0; transform: translateX(-50%); background: var(--main-color); transition: width 0.4s ease-in-out;}
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{}
    .header .menu .jdmenu>ul>li:last-child{ display: none;}
    .header .menu .jdmenu>ul>li:not(:last-child).active>a:after,.header .menu .jdmenu>ul>li:not(:last-child):hover>a:after{ width: 100%;}
}
@media (max-width:1640px){
   .header .menu .jdmenu>ul>li{ font-size: 13px; margin: 0 0.1rem}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu{ padding: 0; display: flex;}
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 55px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height: calc(100% - 52px); bottom: 52px; border-top: 1px solid #999;}
	.header .menu .jdmenu>ul{ overflow-y: auto; width: 100%; box-sizing: border-box; height: calc(100% - 122px); padding-top: 30px; margin-bottom: 30px;}
	.header .menu .jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>ul>li>a{ padding: 15px 0.15rem; color: #333;}
	.header .menu .jdmenu>ul>li>a>b{ float: right; margin-right: 0; margin-left: auto;}
	.header .menu .jdmenu>ul>li>a>b:before{font-size:20px; color: #333;}
}

.header .nav_r{ display: inline-flex; margin: 0; align-items: center; justify-content: flex-end; position: relative;}

.header .nav_r .lang a{ display: flex; align-items: center; color: #333;}

.header .nav_r .searchclick{ cursor: pointer; font-size: 17px; position: relative;}
.header .nav_r .searchclick span{ display: none;}
.header .nav_r .searchclick span i.icon-search{ display: block;}
.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;}

@media (min-width: 1082px) {
    .header .nav_r{ }
    .header .nav_r .btn1:hover{ background: var(--bout-color); color: #fff;}
}
@media (max-width:1640px){
   .header .nav_r .searchclick span{ display: block;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .nav_r{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%); z-index: 3;}
    .header .nav_r .btnlanger{ margin: 0; padding: 0; border: 0;} 
    .header .nav_r .btnlanger{ font-size: 14px;}
    .header .nav_r .btnlanger img{ width: auto; height: 20px; margin-right: 5px;}
}


.btnlangerlist{ position: fixed; right: 0; top: 0; width: 3.4rem; padding: 0.6rem 0.3rem 0.5rem 0.3rem; z-index: 10000; background: #fff; overflow: hidden; transition: all 1s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3); box-sizing: border-box; transform: translateY(-200%);}
.btnlangerlist .close{ position: absolute; top: 0.2rem; right: 0.3rem; cursor: pointer; z-index: 9; }
.btnlangerlist .close i{ font-size: 0.3rem;}
.btnlangerlist>ul{ }
.btnlangerlist>ul>li{ margin: 0; width: calc((100%)/1); font-size:16px; border-bottom: #ddd solid 1px;}
.btnlangerlist>ul>li>a{ display: flex; align-items: center; padding:.13rem .2rem; color: #333;}
.btnlangerlist>ul>li>a>b{ margin: 0; font-size: 14px; padding-left: 5px;}
.btnlangerlist>ul>li>a>b>img{ height: 20px; width: auto; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>span{ padding-left: 5px; font-size: 14px; margin-left: auto; margin-right: 0; color: #999;}
.btnlangerlist.active{ transform: translateY(0);}

@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.btnlangerlist{ width: 50%;}
	.btnlangerlist>ul>li>a>b{ font-size: 12px;}
    .btnlangerlist>ul>li>a>b>img{ height: 18px;}
	.btnlangerlist>ul>li>a>span{ font-size: 12px;}
}

/*二级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 100%; background: #f8f7f7; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 0 0 3px #d3d3d3;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li{ font-size:16px; position: relative; border-bottom: #ddd solid 1px}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ color: #333; font-weight: 500; padding: 0.1rem 0.25rem; display: flex; align-items: center; justify-content: space-between;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a:after{ content: "\ecde"; font-family: "iconfont"; font-size: 16px; opacity: 0; margin-left: 0.15rem;}

.header .menu .jdmenu>ul>li>.other-menu{ position: fixed; left: 0; top: 107px; width: 100%; padding: 0.3rem 0;}

.header .menu .jdmenu>ul>li>.other-menu .item{ margin: 0; display: inline-block; margin-right: 0.4rem;}
.header .menu .jdmenu>ul>li>.other-menu .item .z1{ font-size: 18px; margin-bottom: 0.15rem; display: block;}
.header .menu .jdmenu>ul>li>.other-menu .item ul{}
.header .menu .jdmenu>ul>li>.other-menu .item ul>li{}
.header .menu .jdmenu>ul>li>.other-menu .item ul>li>a{ display: block; line-height: 1.9; font-size: 16px;}
.header .menu .jdmenu>ul>li>.other-menu .item:last-child{ margin-right: 0;}

/*三级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ min-width: 100%; background: #f8f7f7; position: absolute; left: 100%; top: 0; display: none; z-index: 8; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd solid 1px; font-size: 15px; }
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ color: #333; font-weight: 500; padding: 0.1rem 0.2rem 0.1rem 0.26rem; display: block;text-transform: capitalize}
@media (min-width: 1082px) {
    .header .menu .jdmenu>ul>li>.other-menu .container{ flex-wrap: nowrap; align-items: flex-start;}
	.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 200px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a{ color: var(--main-color);}
    .header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a:after{ opacity: 1;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>ul{ display: block;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ box-shadow: 2px 2px 5px #d5d5d5;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:hover>a{ background: var(--main-color); color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:last-child{ border-bottom: 0;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>ul>li>.dropdown-menu{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin:5px 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li{ text-align: left; font-size: 16px; border-style: dotted;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ display: flex; padding: 15px 30px}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ padding: 10px 36px;}
    .header .menu .jdmenu>ul>li>.other-menu .item{ display: block; width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}


/*.search{ position: absolute; top: -12px; 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{ margin: 0; width: 2.2rem;}
.search form{ width: 100%; display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden; border-radius: 32px; border: 1px solid #e2e2e2; background: #f7f7f7; flex-direction: row-reverse;}
.search form>input{ width: calc(100% - 30px); height: 32px; padding: 0 0.1rem; background: none; border:0; box-sizing: border-box; color: #666;}
.search form>button{ width: 50px; 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 (max-width:1640px){
   .search{ position: absolute; top: -12px; 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.2rem;}
}
@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 i.icon-shubiao{ position: absolute; left: 50%; bottom: 0.5rem; transform: translateX(-50%); z-index: 2; font-size: 20px; color: #fff; animation: fadeup 1s infinite;}
@media (min-width: 1082px) {
    .bframe{ margin-top: 138px;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
}

/**********大图切换**********/

/**********首页样式**********/


.indextit{}
.indextit .z1{ font-size: 16px; color: var(--main-color); margin-bottom: 0.2rem;}
.indextit .z2{ font-size: 0.4rem; color: #111; text-transform: uppercase; line-height: 1.2;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
}

.iframe{ padding: 0.75rem 0 0; overflow: hidden; background-repeat: no-repeat; background-position: center top; }
.iframe .indextit{ text-align: center;}
.iframe .list{ position: relative; margin-top: 0.5rem;}
.iframe .list .swiper-slide{ margin: 0; border-radius: 0.2rem;}
.iframe .list .item{ display: block; position: relative; overflow: hidden; border-radius: 0.2rem;}
.iframe .list .item .img{ overflow: hidden;}
.iframe .list .item .img img{ width: 100%; height: auto; }
.iframe .list .item .txt{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; text-align: center;}
.iframe .list .item .txt .tit{ margin-top: 0.5rem; color: #333;}
.iframe .list .item .txt .tit .z1{ font-size: 0.3rem; font-weight: 700; margin-bottom: 0.15rem; line-height: 1.2;}
.iframe .list .item .txt .tit .z2{ font-size: 18px;}
.iframe .list .item .txt .more{ display: inline-flex; align-items: center; justify-content: center; line-height: 1; padding: 0.18rem 0.4rem 0.18rem 0.6rem; position: absolute; left: 50%; bottom: 0.45rem; transform: translateX(-50%); z-index: 2; background: var(--main-color); color: #fff; font-size: 20px; font-weight: bold; border-radius: 0.1rem;}
.iframe .list .item .txt .more span{ white-space: nowrap;text-overflow: ellipsis;}
.iframe .list .swiper-slide:nth-child(2n) .item .txt .tit{ color: #fff;}
@media (min-width:1082px){
    .iframe .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and  (max-width:1081px){
}


.iframe1{ padding: 1.15rem 0 0 0;}
.iframe1 .indextit{ text-align: center;}
.iframe1 .indextit a{ display: inline-flex; align-items: center; padding: 0.2rem; line-height: 1; border: 1px solid #e3e5ea!important; font-size: 16px; font-weight: 700; text-transform: uppercase; border-right: 5px; margin-top: 0.4rem; box-sizing: border-box;}
.iframe1 .indextit a span{}
.iframe1 .indextit a i{font-size: 14px; color: var(--main-color);}
.iframe1 .indextxt{ font-weight: bold; font-size: 1.9385rem; color: #f4f5f7; line-height: 1; transition: all 1s; margin-left: -10%;}
.iframe1 .list{ position: relative; z-index: 2;}
.iframe1 .list .item{ margin: 0; width: calc((100%)/3); position: relative; cursor: pointer; overflow: hidden;}
.iframe1 .list .item .img{ overflow: hidden;}
.iframe1 .list .item .img img{ width: 100%; height: auto;}
.iframe1 .list .item .txt{ position: absolute; left: 0; bottom: 0; width: 100%; box-sizing: border-box; padding: 0.65rem; color: #fff; transform: translateY(38px); transition: transform 0.5s ease-in-out; }
.iframe1 .list .item .txt>i{ font-size: 0.48rem; color: var(--main-color);}
.iframe1 .list .item .txt>.z1{ font-size: 28px; font-weight: bold; margin: 0.25rem 0;}
.iframe1 .list .item .txt>.p1{ font-size: 16px; line-height: 1.75;}
.iframe1 .list .item .txt>.more{ margin: 0; margin-top: 0.2rem; display: flex; align-items: center; justify-content: center; width: 38px; height: 38px; border: 1px solid var(--main-color); box-sizing: border-box; border-radius: 50%; transition: opacity 0.5s ease-in-out; opacity: 0;}
.iframe1 .list .item .txt>.more i{ display: block; transform: rotate(180deg);}
@media (min-width:1082px){
    .iframe1 .list .item:hover .txt{ transform: translateY(0);}
    .iframe1 .list .item:hover .txt>.more{ opacity: 1;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe1 .indextxt{ font-size: 0.6rem; margin: 0.4rem 0; text-align: center;}
    .iframe1 .list .item{ width: 100%;}
    .iframe1 .list .item .txt{ transform: translateY(0);}
    .iframe1 .list .item .txt>.more{ opacity: 1;}
}


.iframe2{ padding: 0.7rem 0 1.05rem; background-repeat: no-repeat; background-position: 0px 650%; overflow: hidden;}
.iframe2 .indextxt{ font-weight: bold; font-size: 1.72rem; color: #f4f5f7; line-height: 1; transition: all 1s; margin-left: 30%; margin-bottom: -0.4rem;}
.iframe2 .flex_between{}
.iframe2 .lt{ margin: 0 0 0 2rem;  width: 4.3rem;}
.iframe2 .lt .line{ display: block; width: 1.04rem; height: 4px; background: var(--main-color); margin: 0.25rem 0 0.3rem;}
.iframe2 .lt .p1{ font-size: 16px; line-height: 1.875;}
.iframe2 .lt a{ display: inline-flex; align-items: center; font-size: 18px; color: #fff; line-height: 1; padding: 0.15rem 0.3rem; border-radius: 0.1rem; background: var(--main-color); margin-top: 0.8rem;}
.iframe2 .fr{ margin: 0; width: calc(100% - 4.3rem - 2rem - 1.3rem);}
.iframe2 .fr .item{ display: block; position: relative; overflow: hidden; border-radius: 0.1rem;}
.iframe2 .fr .item .img{ overflow: hidden; border-radius: 0.1rem;}
.iframe2 .fr .item .img img{ width: 100%; height: auto;}
.iframe2 .fr .item:before{ content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 50%; background: linear-gradient(to top,rgba(0,0,0,.7),transparent);}
.iframe2 .fr .item .txt{ position: absolute; left: 0; bottom: 0; z-index: 2; width: 100%; box-sizing: border-box; padding: 0.35rem 0.55rem;}
.iframe2 .fr .item .txt .z1{ font-size: 0.3rem; font-weight: bold; color: #fff; margin-bottom: 0.15rem;}
.iframe2 .fr .item .txt .p1{ font-size: 16px; line-height: 1.5; color: #fff;}
.iframe2 .fr .item .txt .more{ display: inline-flex; align-items: center; color: var(--main-color); font-size: 16px; font-weight: bold; transition: all 0.35s; margin-top: 0.2rem;}
.iframe2 .fr .btnlist{ display: flex; margin-top: 0.45rem; align-items: center; margin-right: 3.95rem;}
.iframe2 .fr .btnlist .btn{ color: #111; display: inline-flex; align-items: center;justify-content: center; margin: 0; cursor: pointer;}
.iframe2 .fr .btnlist .btn i{ font-size: 0.38rem;}
.iframe2 .fr .btnlist .btn:hover{ color: var(--main-color);}
.iframe2 .fr .btnlist .btn-prev{ margin-right: 0.12rem;}
.iframe2 .fr .btnlist .btn-next{ margin-right: 0.35rem;}
.iframe2 .fr .btnlist .btn-next i{ transform: rotate(180deg);}
.iframe2 .fr .btnlist .swiper-pt{ position: relative; height: 2px;}
.iframe2 .fr .btnlist .swiper-pt .swiper-pagination-progressbar-fill{ background: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe2 .indextxt{ display: none;}
    .iframe2 .lt{ width: 100%; margin: 0; padding: 0 15px;}
    .iframe2 .fr{ width: 100%; margin-top: 30px;}
    .iframe2 .fr .btnlist{ margin: 0 15px; margin-top: 0.3rem;}
}


.iframe3{ padding: 0.9rem 0 0.8rem; background-repeat: no-repeat; background-position: center top; position: relative; z-index: 1;}
.iframe3:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 5.88rem; background-image: url(/dist/images/1_05.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; z-index: -1;}
.iframe3 .indextit{ text-align: center;}
.iframe3 .indextit .z2{ color: #fff;}
.iframe3 .indextit .p1{ font-size: 16px; line-height: 1.875; color: #fff; margin: 0.35rem 0 0.45rem;}
.iframe3 .list{ padding: 0.6rem; margin-top: 0.45rem; box-shadow: 5px 0 0.87rem rgba(0,0,0,0.2); background: #fff; border-radius: 0.1rem; background-repeat: no-repeat; background-position: 102% 115%; align-items: center;}
.iframe3 .list .lt{ margin: 0; width: 4.81rem; border-radius: 0.1rem; overflow: hidden; position: relative;}
.iframe3 .list .lt .item{ position: absolute; left: 50%; transform: translateX(-50%); bottom: 0.28rem; background: #fff; padding: 0.1rem 0.8rem; border-radius: 0.1rem; white-space: nowrap; text-overflow: ellipsis; text-align: center;}
.iframe3 .list .lt .item .z1{ font-size: 16px; color: #666; line-height: 1.875;}
.iframe3 .list .lt .item .p1{ font-size: 24px;}
.iframe3 .list .lt .item .p1 a{ color: var(--main-color); line-height: 1.25; display: block;}
.iframe3 .list .fr{ margin: 0; width: calc(100% - 4.81rem - 0.5rem);}
.iframe3 .list .fr .indextit{ text-align: left;}
.iframe3 .list .fr .indextit .z2{ color: #111;}
.iframe3 .list .fr .indextit .line{ display: block; width: 1.04rem; height: 4px; background: var(--main-color); margin: 0.25rem 0 0.3rem;}
.iframe3 .list .fr .feedbackbox{}
.iframe3 .list .fr .feedbackbox input{ margin: 0; width: 100%; margin-bottom: 0.2rem; box-sizing: border-box; border: 1px solid #dcdcdc; height: 48px; padding: 0 0.15rem; font-size: 16px; color: #666; border-radius: 5px;}
.iframe3 .list .fr .feedbackbox input::placeholder{ color: #666;}
.iframe3 .list .fr .feedbackbox textarea{ margin: 0; width: 100%; margin-bottom: 0.2rem; box-sizing: border-box; border: 1px solid #dcdcdc; height: 1.45rem; padding: 0.15rem; font-size: 16px; color: #666; border-radius: 5px; resize: none;}
.iframe3 .list .fr .feedbackbox textarea::placeholder{ color: #666;}
.iframe3 .list .fr .feedbackbox button{ display: inline-flex; align-items: center; font-size: 18px; color: #fff; line-height: 1; padding: 0.15rem 0.3rem; border-radius: 0.1rem; background: #000; cursor: pointer; outline: none;}
@media (min-width:1082px){
    .iframe3 .container{ max-width: 1520px; margin: 0 auto;}
    .iframe3 .list .fr .feedbackbox input{  width: calc((100% - 0.2rem)/2); margin-right: 0.2rem;}
    .iframe3 .list .fr .feedbackbox input:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe3 .list{ padding: 0.3rem ;}
    .iframe3 .list .lt{ width: 100%;}
    .iframe3 .list .fr{ width: 100%; margin-top: 0.3rem;}
}


.iframe4{ overflow: hidden; padding: 0 0 0.75rem;}
.iframe4 .indextit{ text-align: center;}
.iframe4 .list{ margin-top: 0.4rem;}
.iframe4 .list .item{ margin: 0; width: calc((100%)/4); box-sizing: border-box; padding: 0 0.15rem; text-align: center; cursor: pointer;}
.iframe4 .list .item .tag{ display: inline-flex; align-items: center; justify-content: center; color: var(--main-color); position: relative; z-index: 1;}
.iframe4 .list .item .tag i{ font-size: 0.75rem;}
.iframe4 .list .item .tag:before{ content: ""; position: absolute; right: -0.25rem; bottom: 0; width: 0.67rem; height: 0.67rem; background: var(--main-color); opacity: 0.11; border-radius: 50%;}
.iframe4 .list .item .txt{ margin-top: 0.35rem;}
.iframe4 .list .item .txt .z1{ font-size: 26px; line-height: 1.38; max-width: 65%;}
.iframe4 .list .item .txt .p1{ font-size: 16px; line-height: 1.875; color: #666; margin-top: 0.3rem; height: 5.625em;}
.iframe4 .list .item .txt span{ display: inline-flex; align-items: center; justify-content: center; width: 0.61rem; height: 0.61rem; border-radius: 50%; box-sizing: border-box; border: 1px dashed var(--main-color); margin-top: 0.3rem; color: var(--main-color); transition: all 0.35s;}
.iframe4 .list .item .txt span i{ font-size: 13px;}
@media (min-width:1082px){
    .iframe4 .container{ max-width: 1520px; margin: 0 auto;}
    .iframe4 .list .item:hover .txt span{ background: var(--main-color); color: #fff;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe4 .list .item{ width: 100%; margin-bottom: 0.3rem;}
}

/**********首页样式**********/


/**********底部样式**********/


footer{ background-repeat: no-repeat; background-size: 100% 100%; background-position: center center;}
footer .footer{ background-repeat: no-repeat; background-position: center center; background-size: 100% 100%;}

footer .footer .footlogo{ padding: 0.65rem 0 0.55rem; text-align: center;}
footer .footer .foot{ padding: 0 0 0.7rem 0;}
footer .footer .foot .container{ display: flex; justify-content: space-between;}
footer .footer .foot .lt{ margin: 0; width: 3rem;}
footer .footer .foot .fr{ margin: 0; width: calc(100% - 3rem - 1.3rem); display: flex; justify-content: space-between;}

footer .footer .foot .z1{ font-size: 18px; font-weight: 700; text-transform: uppercase; color: #fff; margin-bottom: 0.3rem;}
footer .footer .foot .p1{ font-size: 16px; line-height: 1.5; color: #fff;}

footer .footer .foot .subscribeBox{ display: flex; align-items: center; justify-content: space-between; box-sizing: border-box; padding: 5px; border: 1px solid #fff; border-radius: 5px; margin-top: 0.3rem;}
footer .footer .foot .subscribeBox input{ margin: 0; width: calc(100% - 36px); padding: 10px; background: none; color: #fff;}
footer .footer .foot .subscribeBox input::placeholder{ color: #a9a9a9;}
footer .footer .foot .subscribeBox button{ margin: 0; width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: var(--main-color); color: #fff; border-radius: 10px; border: 0; cursor: pointer; outline: none;}
footer .footer .foot .subscribeBox button i{ transition: all 0.3s;}
footer .footer .foot .subscribeBox button:hover i{ transform: rotate(45deg);}


footer .footer .share{ margin-top: 0.3rem;}
footer .footer .share a{ display: flex; align-items: center; justify-content: center; width: 32px; height: 32px; box-sizing: border-box; background: var(--main-color);  margin-right: 9px; margin-bottom: 0.1rem; color: #fff;}
footer .footer .share a:hover{ opacity: 0.7;}

footer .footer .foot .item{ margin: 0; display: inline-block; }
footer .footer .foot .item ul{}
footer .footer .foot .item ul>li{ font-size: 16px; line-height: 1; margin-bottom: 0.3rem;}
footer .footer .foot .item ul>li>a{ color: #fff; position: relative; display: block;}
footer .footer .foot .item ul>li:hover>a{ color: var(--main-color);}
footer .footer .foot .item:not(:last-child){ margin-right: 0.85rem;}

footer .footer .foot .item:nth-child(1){ width: 1.95rem;}
footer .footer .foot .item:nth-child(2){ width: 2.3rem;}
footer .footer .foot .item:nth-child(3){ width: 1.3rem;}
footer .footer .foot .item:nth-child(4){ width: 2.9rem;}

footer .footer .info{}
footer .footer .info .cift{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.3rem;}
footer .footer .info .cift .tag{ margin: 0; color: #fff;}
footer .footer .info .cift .tag i{ font-size: 18px;}
footer .footer .info .cift .txt{ flex: 1; margin-left: 0.1rem; color: #d1d1d1; font-size: 16px;}
footer .footer .info .cift .txt a{ color: #d1d1d1; margin-right: 0.1rem;}
footer .footer .info .cift .txt a:last-child{ margin-right: 0;}
footer .footer .info .cift .txt a:hover{ color: var(--main-color);}
footer .footer .info .cift.add{ align-items: flex-start;}
footer .footer .info .cift.add .tag i{ margin-top: 1px; display: block;}
footer .footer .info .cift.add .txt{ line-height: 1.8;}
@media (min-width:1082px){
    footer .container{ max-width: 1520px; margin: 0 auto;}
}
@media (min-width:1px) and  (max-width:1081px){
}


/*region 语种工具*/
.footer_language{overflow: hidden; background: #eaeaea; }
.footer_language>.container>ul{display: flex; align-items: center; border-bottom: 1px dotted #c2c2c2; border-top: 1px dotted #c2c2c2; padding: 0.35rem 0;}
.footer_language>.container>ul>li{ margin: 0; display: inline-block; margin-right: 0.15rem;}
.footer_language>.container>ul>li>a{font-size:14px; line-height:2em; color: #777; display: flex; align-items: center;}
.footer_language>.container>ul>li>a>img{ margin-right: 3px; width: 23px; height: 23px; border-radius: 50%; object-fit: cover;}
.footer_language>.container>ul>li>a>span{font-size:14px; line-height:2em; display: inline-block; margin-left: 0.1rem;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}

@media (min-width:1px) and (max-width:1080px){
    .footer_language{ display: none;}
}
/*endregion*/

.copyright{ overflow: hidden; text-align: center; background: #000000;}
.copyright .footdiv{ margin: 0; font-size: 14px; line-height: 1.5; color: #d1d1d1; text-align: center;}
.copyright .footdiv a{ color: #d1d1d1;}

@media (min-width:1082px){
	.copyright .container{padding-top: 0.25rem; padding-bottom: 0.25rem; 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 img{ width: 100%; height: auto;}
.nbframe .n_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center;}
.nbframe .n_txt .z1{ font-size: 0.36rem; font-weight: bold; color: #fff;}
.nbframe .ban_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center; box-sizing: border-box; padding: 0.65rem 0.8rem; max-width: 1088px;}
.nbframe .ban_txt:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); opacity: 0.8; z-index: -1;}
.nbframe .ban_txt .z1{ font-size: 0.4rem; line-height: 1.25; transition: all .3s; color: #fff; font-weight: 700; text-transform: uppercase;}
.nbframe .ban_txt .z2{ font-size: 18px; font-weight: 700; color: #fff; margin-top: 0.2rem;}
.nbframe .ban_txt .p1{ font-size: 18px; line-height: 1.66; color: #fff; margin-top: 0.25rem;}
@media (min-width:1082px){
    .nbframe{ margin-top: 138px;}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 55px;}
    .nbframe img{ display: none;}
    .nbframe .n_txt{ display: none;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ padding: 20px 0; background: #f2f2f2;}
.location .z1{ font-size: 0.85rem; color: #fff; display: none;}
.location .txt{ font-size: 16px; color: #333; text-transform: capitalize; display: flex; align-items: center; flex-wrap: wrap;}
.location .txt .icon-home{ font-size: 18px; margin-right: 0.15rem; color: var(--main-color);}
.location .txt .icon-here{ margin: 0 5px; font-size: 12px;}
.location .txt .icon-here:before{ content: ""; width: 1px; height: 13px; transform: rotate(20deg); background: #333; display: block;}
.location .txt a{ color: #333;}
.location .txt a:hover{ color: var(--main-color);}
.location .txt span{ color: var(--main-color);}
@media (min-width:1081px){
	.nbframe .location{ position: absolute; left: 0; top: 0; right: 0; background: rgba(0,0,0,0.5);}
	.nbframe .location .txt{color: #fff; }
	.nbframe .location .txt .icon-here:before{ background: #fff; }
	.nbframe .location .txt a{ color: #fff;}
}
@media (min-width:1px) and (max-width:1080px){
    .location{  padding: 20px 0;}
    .location .txt{ width: 100%;}
}

.stylesort{ overflow: hidden; background: var(--main-color)}
.stylesort .item{ display: inline-block; padding: 0.2rem 0; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.4rem; }
.stylesort .item.active,.stylesort .item:hover{ text-decoration: underline;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .stylesort{ }
    .stylesort .item{ font-size: 14px; margin-right: 0.1rem; margin-bottom: 0.1rem;}
}
/**********面包屑**********/

.body{ }
@media (min-width:1500px){
    .body.open .container{ width: 1520px; margin: 0 auto;}
}
@media (min-width:1px) and (max-width:1081px){
}


/**********关于我们**********/
.abtit{}
.abtit .z1{ font-size: 16px; margin-bottom: 0.18rem; color: var(--main-color); display: flex; align-items: center; text-transform: uppercase;}
.abtit .z1:before{ content: ""; display: block; width: 0.4rem; height: 1px; background: var(--main-color); margin-right: 0.15rem;}
.abtit .z2{  font-size: 0.36rem; color: #333; line-height: 1; font-weight: 700; text-transform: uppercase;}

.abframe{ padding: 0.8rem 0;}
.abframe .flex_between{ align-items: center;}
.abframe .lt{ margin: 0; width: 40%; position: relative;}
.abframe .lt  a{ display: flex; align-items: center; justify-content: center; width: 0.8rem; height: 0.8rem; border-radius: 50%; box-sizing: border-box; color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.35s; z-index: 1;}
.abframe .lt  a i{ font-size: 0.8rem; position: relative; z-index: 1; transition: all 0.35s;}
.abframe .lt  a:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; animation: ripple 3s infinite linear; transition: .45s ease box-shadow;}
.abframe .lt  a:after{ content: ""; position: absolute; left: 0; top: 0;  width: 100%; height: 100%; border: 1px solid #fff; border-radius: 50%; animation: ripple 3s infinite 1.5s linear; transition: .45s ease box-shadow;}
.abframe .fr{ margin: 0; width: 55%;}
.abframe .fr .context{ font-size: 16px; line-height: 1.875; margin-top: 0.5rem; color: #666;}
.abframe .fr ul{list-style:none}
.abframe .fr ul li{position:relative;list-style:none;padding-left:30px;margin-bottom:10px}
.abframe .fr ul li:last-child{margin-bottom:0}
.abframe .fr ul li:before{content:'';display:block;width:7px;height:7px;border-radius:100%;background:var(--main-color);position:absolute;left:7px;top:10px;z-index:3}

@media (min-width:1081px) {	
}
@media (min-width:1px) and (max-width:1080px){
    .abframe .lt{ width: 100%;}
    .abframe .fr{ width: 100%; margin-top: 0.3rem;}
}


.aframe1{ overflow: hidden; padding: 0.80rem 0 0.85rem; background: #f4f5f7;}
.aframe1 .indextit{ text-align: center;}
.aframe1 .list{ position: relative; margin-top: 0.45rem;}
.aframe1 .list .item{ margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; box-sizing: border-box; padding: 0.5rem 0.4rem; border-radius: 0.1rem; background: #fff; box-shadow: 9px 0 0.43rem rgba(0,0,0,0.13);}
.aframe1 .list .item .tag{ position: relative; z-index: 1;}
.aframe1 .list .item .tag i{ font-size: 0.5rem; color: var(--main-color); }
.aframe1 .list .item .tag:before{ content: ""; width: 0.4rem; height: 0.4rem; background: var(--main-color); border-radius: 50%; display: inline-block; position: absolute; left: 0.2rem; top: 0.1rem; z-index: -1; opacity: 0.14;}
.aframe1 .list .item .txt{}
.aframe1 .list .item .txt .z1{ font-size: 22px; color: #333; margin-top: 0.12rem; line-height: 1.36; font-weight: 700;}
.aframe1 .list .item .txt .p1{ font-size: 16px; line-height: 1.875; color: #666; margin-top: 6px; margin-bottom: 0.2rem;}
.aframe1 .linkmore{ text-align: center; margin-top: 0.4rem;}
.aframe1 .linkmore a{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: #111; color: #fff; padding: 0.15rem 0.4rem; border-radius: 0.1rem;}
@media (min-width:1082px){
    .aframe1 .list .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe1 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}

.aframe2{  padding: 0.8rem 0 0.85rem;}
.aframe2 .indextit{ text-align: center;}
.aframe2 .indextit .p1{ margin-top: 0.2rem; font-size: 16px; line-height: 1.875; color: #666;}
.aframe2 .list{ margin-top: 0.35rem;}
.aframe2 .list .item{ margin: 0; cursor: pointer;}
.aframe2 .list .item .img{ overflow: hidden; box-sizing: border-box; padding: 0.25rem 0.15rem; border-radius: 0.1rem; border: 1px solid #e7e7e7;}
.aframe2 .list .item .txt{ margin-top: 0.1rem; text-align: center; font-size: 18px; color: #666;}
.aframe2 .list .swiper-pt{ position: inherit; display: flex; justify-content: center; align-items: center; margin-top: 0.3rem; opacity: 1;}
.aframe2 .list .swiper-pt .swiper-pagination-bullet-active{ background: var(--main-color);}
@media (min-width:1082px){
    .aframe2 .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and  (max-width:1081px){
}

.aframe3{ overflow: hidden; padding: 1rem 0 0.75rem; text-align: center; background-repeat: no-repeat; background-size: 100% 100%;}
.aframe3 .z1{ color: #fff; font-size: 0.36rem; font-weight: 700; }
.aframe3 .z2{ color: #fff; font-size: 18px; margin-top: 0.2rem;}
.aframe3 a{display:inline-flex;padding:0.11rem 0.3rem; font-size:17px; color:#fff; transition:all .3s; margin-top:0.3rem; background:#111; border-radius:0.1rem; border:1px solid #111; align-items: center; justify-content: center;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and  (max-width:1080px){
}

.history{ padding: 0.7rem 0; background-repeat: no-repeat; background-position: center bottom; background-size: 100% auto;}
.history .z1{ font-size: 0.48rem; text-align: center; position: relative; z-index: 1;}
.history .z2{ width: 4rem; display: block; font-size: 0.24rem; line-height: 2; color: var(--main-color);  margin-left: auto; margin-right: 3.2rem; margin-top: 0.6rem; position: relative; z-index: 1;}
.history .z3{ margin-left: 2rem; font-size: 1.6rem; color: var(--main-color); font-weight: bold; line-height: 1; position: relative; z-index: 1;}
.history .z4{ width: 4rem; font-size: 0.28rem; color: #111;  margin-left: auto; margin-right: 3.2rem; position: relative; z-index: 1; margin-top: 0.2rem;}
.history .z4:before{ content: ""; position: absolute; left: -0.95rem; top: 0; width: 0.28rem; height: 0.28rem; background: var(--main-color); border-radius: 50%; display: block;}
.history .context{ position: relative; z-index: 1; padding-bottom: 0.3rem;}
.history .context .item{ margin-top: 0.75rem;}
.history .context .item .tit{ margin: 0; width: 47%; position: relative; z-index: 1;}
.history .context .item .tit .zz1{ font-size: 0.48rem; color: #111; line-height: 1;}
.history .context .item .tit:before{ content: ""; position: absolute; left: -0.62rem; top: 5px; width: 0.28rem; height: 0.28rem; background: var(--main-color); border-radius: 50%; display: block;}
.history .context .item .txt{ margin: 0; width: 47%;}
.history .context .item .txt .nr{ font-size: 0.24rem;}
.history .context .item .txt .img{ margin-top: 0.35rem;}
.history .loading{ margin-top: 0.3rem; display: block;}
.history .loading img{ width: 0.28rem;}
@media (min-width:1082px){
    .history .context:before{ content: ""; position: absolute; z-index: -1; left: 50%; top: -3.3rem; bottom: 0; width: 3px; background: var(--main-color); transform: translateX(-50%);}
    .history .context .item:nth-child(2n+1){ flex-direction: row-reverse;}
    .history .context .item:nth-child(2n+1) .tit{ text-align: left;}
    .history .context .item:nth-child(2n) .tit:before{ content: ""; position: absolute; left: inherit; right: -0.62rem; top: 5px; width: 0.28rem; height: 0.28rem; background: var(--main-color); border-radius: 50%; display: block;}
    .history .context .item:nth-child(2n+1) .txt{ text-align: right;}
    .history .context .item:nth-child(2n){}
    .history .context .item:nth-child(2n) .tit{ text-align: right;}
    .history .context .item:nth-child(2n) .txt{ text-align: left;}
}
@media (min-width:1px) and (max-width:1081px){
    .history .z2{ width: auto; margin-right: 0;}
    .history .z3{ margin-left: 0;}
    .history .context .item .tit{ width: 100%;}
    .history .context .item .txt{ width: 100%;}
}
/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 16px; line-height: 2; padding:0 0  0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.synopsis{ padding: 0 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 2.6rem;}
.gallerylist .item{ margin: 0; display: block; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; margin-bottom: 0.2rem; box-sizing: border-box; }
.gallerylist .item .img{ overflow: hidden; border: 0.2rem solid #f5f5f5;}
.gallerylist .item .img img{ width: 100%; height: auto;}
.gallerylist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist .item .txt h3{ font-size: 16px;; text-align: center;}

@media (min-width:1082px){
	.gallerylist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
}

.honorlist{ padding: 0.7rem 0 2.6rem;}
.honorlist .item{ margin: 0; display: block; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.2rem; box-sizing: border-box; cursor: pointer;}
.honorlist .item .img{ overflow: hidden; background-repeat: no-repeat; /*pointer-events: none;*/ border: 0.4rem 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-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.honorlist .item{ width: calc((100% - 0.3rem)/2);}
	.honorlist .item:nth-child(2n){ margin-right: 0;}
}

.teamlist{ display: flex; flex-wrap: wrap; }
.teamlist .item{ margin: 0; display: block; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.3rem; box-sizing: border-box; cursor: pointer; border: 1px solid #e0e0e0; border-radius: 0.1rem; padding: 0.15rem;}
.teamlist .item .img{ overflow: hidden; background-repeat: no-repeat; border-radius: 0.1rem;}
.teamlist .item .img img{ width: 100%; height: auto;}
.teamlist .item .txt{ overflow: hidden; margin-top: 0.2rem;}
.teamlist .item .txt .z1{ font-size: 18px; text-align: center;}
@media (min-width:1082px){
	.teamlist .item:nth-child(3n){ margin-right: 0;}
    .teamlist .item:hover{ box-shadow: 4px 0 0.21rem rgba(0,0,0,0.2);}
}
@media (min-width:1px) and (max-width:1081px){
	.teamlist .item{ width: calc((100% - 0.3rem)/2);}
	.teamlist .item:nth-child(2n){ margin-right: 0;}
    .teamlist .item .txt .z1{ font-size: 14px;}
}

/**********图库**********/

/**********左右侧页面**********/

.left_nav{ width: 3.45rem; box-sizing: border-box; position: relative; padding: 0.75rem 0;}

.left_nav .lbt{ margin-bottom: 0.35rem;}
.left_nav .lbt .z1{ font-size: 24px; font-weight: 700; line-height: 1; color: #111; text-transform: uppercase; margin-bottom: 0.25rem; padding-left: 0.16rem; border-left: 4px solid var(--main-color);}

.left_nav .lbt>ul{ border: 1px solid #e7e7e7; border-radius: 5px; overflow: hidden;}
.left_nav .lbt>ul>li{ font-size: 18px; border-bottom: 1px solid #e7e7e7;}
.left_nav .lbt>ul>li>a{ display: flex; align-items: center; justify-content: space-between; padding:0.15rem 0.2rem; color: #333; background: #f4f5f7; position: relative;}
.left_nav .lbt>ul>li>a>span{ margin-right: 0.2rem;}
.left_nav .lbt>ul>li>a>i{ font-size: 12px;}
.left_nav .lbt>ul>li>a>em{ position: absolute; right: 0.2rem; top: 50%; transform: translateY(-50%);width: 10px; height: 10px;}
.left_nav .lbt>ul>li>a>em:before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%; height: 2px; background: #000;}
.left_nav .lbt>ul>li>a>em:after{ content: ""; position: absolute; left: 50%; top: 0; transform: translateX(-50%); width: 2px; height: 100%; background: #000;}
.left_nav .lbt>ul>li:hover>a,.left_nav .lbt>ul>li.active>a{ background: var(--main-color); color: #fff;}
.left_nav .lbt>ul>li:hover>a>em:after,.left_nav .lbt>ul>li.active>a>em:after{ opacity: 0;}
.left_nav .lbt>ul>li:hover>a>em:before,.left_nav .lbt>ul>li.active>a>em:before{ background: #fff;}
.left_nav .lbt>ul>li.active>ul{ display: block;}
.left_nav .lbt>ul>li:last-child{ border-bottom: 0;}

.left_nav .lbt>ul>li>ul{ margin: 0.2rem ; display: none;}
.left_nav .lbt>ul>li>ul>li{ font-size: 16px; margin-bottom: 0.2rem;}
.left_nav .lbt>ul>li>ul>li>a{ display: flex; align-items: center; padding: 0 0.2rem; justify-content: space-between; line-height: 1; color: #666; position: relative;}
.left_nav .lbt>ul>li>ul>li>a>span{ flex: 1; }
.left_nav .lbt>ul>li>ul>li>a>em{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); box-sizing: border-box; display: flex; align-items: center; justify-content: center;}
.left_nav .lbt>ul>li>ul>li>a>em>i{ opacity: 1; color: #666; font-size: 13px;}
.left_nav .lbt>ul>li>ul>li:hover>a,.left_nav .lbt>ul>li>ul>li.active>a{ color: var(--main-color);}
.left_nav .lbt>ul>li>ul>li:hover>a>em,.left_nav .lbt>ul>li>ul>li.active>a>em{color: var(--main-color);}
.left_nav .lbt>ul>li>ul>li.active>ul{ display: block;}
.left_nav .lbt>ul>li>ul>li:last-child>a{ border-bottom: 0;}

.left_nav .info{ background: #f4f5f7; padding: 0.1rem; border-radius: 5px;}
.left_nav .info .ciftbox{ padding: 0.25rem 0.1rem;}
.left_nav .info .cift{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.2rem;}
.left_nav .info .cift .tag{ margin: 0; color: var(--main-color);}
.left_nav .info .cift .tag i{ font-size: 18px;}
.left_nav .info .cift .txt{ flex: 1; margin-left: 0.1rem; color: #111; font-size: 16px;}
.left_nav .info .cift .txt a{ color: #111; margin-right: 0.1rem;}
.left_nav .info .cift .txt a:last-child{ margin-right: 0;}
.left_nav .info .cift .txt a:hover{ color: var(--main-color);}
.left_nav .info .cift.add{ align-items: flex-start;}
.left_nav .info .cift.add .tag i{ margin-top: 1px; display: block;}
.left_nav .info .cift.add .txt{ line-height: 1.8;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; margin: 0.2rem 0}
}

.right_detail{ margin: 0; width: calc(100% - 3.45rem - 0.65rem); padding: 0.75rem 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; padding: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/

.summary{ margin-bottom: 0.3rem;}
.summary .z1{ font-size: 0.4rem; text-transform: uppercase;}
.summary .line{ display: block; width: 48px; height: 4px; background: var(--main-color); margin: 0.1rem 0;}
.summary .p1{ font-size: 16px; line-height: 1.875; color: #666;}
.summary dl{ margin-top: 0.25rem; }
.summary dl dd{ margin: 0; margin-right: 0.5rem; margin-bottom: .2rem;}
.summary dl dd a{ font-size: 0.16rem; font-family: var(--font1);}
.summary dl dd a:before{ content: ""; width: 9px; height: 9px; background: var(--bout-color); display: inline-block; border-radius: 50%; margin-right: 0.1rem;}
@media (min-width:1082px){
    .summary dl dd:hover>a{ color: var(--bout-color);}
}
@media (min-width:1px) and (max-width:1081px){
    .summary .z1{ font-size: 0.3rem;}
}

.biglist{ padding: 0.75rem 0 0.8rem;}
.biglist .bigthumbs{ background: #f7f7f7; margin-bottom: 0.6rem; border-radius: 0.4rem;}
.biglist .bigthumbs .swiper-slide{ margin: 0; padding: 0.14rem 0.5rem; cursor: pointer;}
.biglist .bigthumbs .z1{ font-size: 18px; text-align: center; color: #111; line-height: 1; padding: 0.15rem 0.6rem; border-radius: 0.245rem; white-space: nowrap;text-overflow: ellipsis;}
.biglist .bigthumbs .swiper-slide-thumb-active .z1{ background: #fff; box-sizing: 5px 0 0.16rem rgba(0,0,0,0.09);}

.biglist .bigcate{}
.biglist .bigcate .item{ align-items: center;}
.biglist .bigcate .item .img{ margin: 0; width: 50%;overflow: hidden;}
.biglist .bigcate .item .img img{ width: 100%; height: auto;}
.biglist .bigcate .item .txt{ margin: 0; width: 50%; overflow: hidden; padding: 0 .8rem; box-sizing: border-box;}
.biglist .bigcate .item .txt .z1{ font-size: 0.4rem; font-weight: 700;}
.biglist .bigcate .item .txt .line{ display: block; width: 1.04rem; height: 4px; background: var(--main-color); margin: 0.25rem 0 0.3rem;}
.biglist .bigcate .item .txt .context{ font-size: 16px; line-height: 1.875; color: #111;}
.biglist .bigcate .item .txt ul{ margin-top: 0.35rem;}
.biglist .bigcate .item .txt ul li{ margin: 0; width: calc((100% - 0.7rem)/3); margin-right: 0.35rem; margin-bottom: 0.3rem; display: flex; align-items: center;}
.biglist .bigcate .item .txt ul li:before{ content: ""; width: 7px; height: 7px; background: #111; display: block; margin-right: 0.1rem; border-radius: 50%;}
.biglist .bigcate .item .txt ul li>a{ font-size: 18px; display: block; color: #111;}
.biglist .bigcate .item .txt .more{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: var(--main-color); color: #fff; padding: 0.2rem 0.35rem; border-radius: 0.1rem; box-shadow: 7px 0 0.32rem rgba(0,0,0,0.22); margin-top: 1rem;}

.biglist .bigthumbs .swiper-slide-thumb-active .item{ border-color: var(--main-color);}
.biglist .bigthumbs .swiper-slide-thumb-active .item .txt{ transform: translate(-50%,-50%) scale(0);}
.biglist .swiper-pt{ position: relative; left: inherit; top: inherit; margin-top: 0.3rem; background: #e4e4e4;}
.biglist .swiper-pt .swiper-pagination-progressbar-fill{ background: var(--main-color);}
@media (min-width:1082px){ 
    .biglist .bigcate .item .txt ul li:nth-child(3n){ margin-right: 0;}
    .biglist .bigcate .item .txt ul li:hover:hover:before{ background: var(--main-color);}
    .biglist .bigcate .item .txt ul li:hover>a{ color: var(--main-color);}
}
@media (min-width:1px) and (max-width:1081px){
    .biglist .bigcate .item .img{ width: 100%;}
    .biglist .bigcate .item .txt{ width: 100%; padding: 0.3rem;}
    .biglist .bigcate .item .txt ul li{ width: 100%; margin-right: 0;}
    .biglist .bigthumbs{ display: none;}
}

.why{ padding: 0 0 0.8rem; background: linear-gradient(to bottom,#fff 50%,#f4f5f7 50%);}
.why .list{ padding: 0.75rem 0.6rem 0.85rem 0.6rem; box-shadow: 4px 0 0.43rem rgba(0,0,0,0.08); overflow: hidden; border-radius: 0.1rem; background: #fff;}
.why .list .indextit{ text-align: center; margin-bottom: 0.5rem;}
.why .list .item{ margin: 0; width: calc((100% - 1rem)/3); margin-right: 0.5rem; box-sizing: border-box; padding: 0.6rem 0.5rem; border: 1px solid #c5c5c5; border-radius: 5px; text-align: center;}
.why .list .item .z1{ font-size: 0.3rem; color: #111; margin-top: 0.25rem;}
.why .list .item .p1{ font-size: 18px; line-height: 1.66; margin-top: 0.25rem;}
.why .list .linkmore{ margin-top: 0.65rem; text-align: center;}
.why .list .linkmore a{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: #111; color: #fff; padding: 0.2rem 0.35rem; border-radius: 0.1rem;}
@media (min-width:1082px){
    .why .list .item:nth-child(3){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
    .why .list{ padding: 0.3rem;}
    .why .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}


.rService{ padding: 0 0 0.85rem; background: #f4f5f7;}
.rService .flex_between{ align-items: center;}
.rService .lt{ margin: 0; width: calc(50% - 0.6rem);}
.rService .lt .indextit .z2{ text-transform: capitalize;}
.rService .lt dl{ display: flex; justify-content: space-between; align-items: flex-start; margin-top: 40px;}
.rService .lt dl dt{ color: var(--main-color);}
.rService .lt dl dt i{ font-size: 38px;}
.rService .lt dl dd{ margin-left: 10px; font-size: 18px; line-height: 1.66;}
.rService .lt a{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: #111; color: #fff; padding: 0.2rem 0.35rem; border-radius: 0.1rem; margin-top: 0.7rem;}
.rService .fr{ margin: 0; width: calc(50% - 0.25rem);}
@media (min-width:1082px){
    .rService .container{ max-width: 1520px; margin: 0 auto;}
}
@media (min-width:1px) and (max-width:1081px){
    .rService .lt{ width: 100%;}
    .rService .fr{ width: 100%; margin-top: 0.3rem;}
}

.rApplist{ padding: 0.8rem 0 0.85rem; }
.rApplist .indextit{ text-align: center; margin-bottom: 0.5rem;}
.rApplist .swiper{}
.rApplist .swiper-wrapper{ align-items: stretch;}
.rApplist .swiper .item{ margin: 0; background: #f4f5f7; display: flex; flex-direction: column; height: auto;}
.rApplist .swiper .item .img{ overflow: hidden; width: 100%;}
.rApplist .swiper .item .img img{ width: 100%; height: auto;}
.rApplist .swiper .item .txt{ padding: 0.35rem; text-align: center; width: 100%; box-sizing: border-box;}
.rApplist .swiper .item .txt .z1{ font-size: 22px; line-height: 1.6; font-weight: 700;}
.rApplist .swiper .item .txt .p1{ font-size: 18px; line-height: 2; color: #666;}
.rApplist .swiper .item .txt .more{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background:none; color: var(--main-color); padding: 0.1rem 0.2rem; border-radius: 0.1rem; margin-top: 0.45rem; box-sizing: border-box; border: 3px solid var(--main-color);}
.rApplist .swiper-pt{ position: relative; margin-top: 0.6rem; height: 6px; background: #e2e2e2; border-radius: 2.81px; overflow: hidden;}
.rApplist .swiper-pt .swiper-pagination-progressbar-fill{ background: var(--main-color); border-radius: 2.81px;}

.rApplist .list .item{ margin: 0; display: flex; height: auto; margin-bottom: 0.5rem;}
.rApplist .list .item .img{margin: 0; overflow: hidden; width: 40%; padding: 0.3rem 0; position: relative; z-index: 2;}
.rApplist .list .item .img img{ width: 100%; height: auto; border-radius: 0.1rem;}
.rApplist .list .item .txt{ margin: 0; width: calc(83% - 1.65rem); display: flex; align-items: center; background: #f4f5f7; border-radius: 0.1rem; box-sizing: border-box;}
.rApplist .list .item .txt .context{ }
.rApplist .list .item .txt .z1{ font-size: 22px; line-height: 1.6; font-weight: 700;}
.rApplist .list .item .txt .p1{ font-size: 18px; line-height: 2; color: #666;}
.rApplist .list .item:last-child{ margin-bottom: 0;}
@media (min-width:1082px){
    .rApplist .list .item:nth-child(2n+1){ flex-direction: row-reverse;}
    .rApplist .list .item:nth-child(2n+1) .txt{ margin-left: 0; margin-right: -1.65rem; padding-left: 0.6rem; padding-right: 2.55rem;}
    .rApplist .list .item:nth-child(2n) .txt{ margin-right: 0; margin-left: -1.65rem; padding-right: 0.6rem; padding-left: 2.55rem;}
}
@media (min-width:1px) and (max-width:1081px){
    .rApplist .list .item{ flex-wrap: wrap;}
    .rApplist .list .item .img{ width: 100%; padding: 0;}
    .rApplist .list .item .txt{ width: 100%; padding: 0.2rem;}
}

.rInfo{ margin: 0.6rem 0 0 0; padding: 0.6rem 0 0.7rem; background-repeat: no-repeat; background-size: 100% 100%; text-align: center;}
.rInfo .z1{ font-size: 0.36rem; font-weight: bold; margin-bottom: 0.2rem; color: #fff;}
.rInfo .p1{ font-size: 16px; line-height: 1.875; color: #fff;}
.rInfo .more{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: #fff; color: var(--main-color); padding: 0.15rem 0.2rem; border-radius: 0.1rem; margin-top: 0.3rem; cursor: pointer;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.ProList{}
.ProList .item{ margin: 0; width: calc((100% - 1.5rem)/4); margin-right: 0.5rem; margin-bottom: 0.5rem; box-sizing: border-box; overflow: hidden;  background: #fff; box-shadow: 2px 0 0.21rem rgba(0,0,0,0.09); border-radius: 5px; padding: 6px; text-transform:uppercase;}
.ProList .item .sub{ font-size: 14px; color: #999; text-align: right; margin-bottom: 5px;}
.ProList .item .img{ overflow: hidden; box-sizing: border-box; border: 1px solid #f1f1f1; border-radius: 5px;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ }
.ProList .item .txt .z1{ font-size: 14px; color: #999; display: flex; align-items: center; justify-content: flex-end; margin-top: 5px;}
.ProList .item .txt .z2{ font-size: 18px; text-transform: uppercase; padding-left: 8px; color: #111; line-height:1.3;}
.ProList .item .txt .pt{ padding-left: 8px; margin-top: 0.15rem;margin-bottom: 0.3rem; color: #111;}
.ProList .item .txt .pt dl{ display: flex; align-items: center; margin-bottom: 0.1rem; font-size: 14px;}
.ProList .item .txt .pt dl dt{ margin: 0; font-weight: 700;}
.ProList .item .txt .pt dl dd{ margin: 0;}
@media (min-width:1082px){ 
	.ProList .item:nth-child(4n){ margin-right: 0;}
    .ProList .item:hover .img img{ transform: scale(1.1);}
    .ProList .item:hover .txt .z2{ color: var(--main-color);}
}
@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-right: 0;}
    .ProList .item .img{ width: 100%;}
    .ProList .item .txt .z1{ font-size: 14px;}
    .ProList .item .txt .p1{ font-size: 12px}
}

.productsdetail{ padding: 0.6rem 0 2.3rem;}
.productsdetail .bigimg{}
.productsdetail .bigimg .lt{ margin: 0; width: calc(50% - 0.5rem);}
.productsdetail .bigimg .lt .gallery-top .swiper-slide{ padding: 0; box-sizing: border-box; border: 2px solid #eef3f7; border-radius: 5px; overflow: hidden; cursor: pointer;}
.productsdetail .bigimg .smallImg{ margin-top: 0.3rem; margin-bottom: 0.1rem; position: relative; padding: 0 0.35rem;}
.productsdetail .bigimg .smallImg .swiper{ margin: 0; padding: 0;}
.productsdetail .bigimg .smallImg .swiper-slide{ margin: 0; box-sizing: border-box;  cursor: pointer; padding: 2px;}
.productsdetail .bigimg .smallImg .swiper-slide img{ width: 100%; height: auto; border: 1px solid #999;}
.productsdetail .bigimg .smallImg .swiper-slide-thumb-active img{ border-color: var(--main-color);}
.productsdetail .bigimg .smallImg .btn{ position: absolute; top: 0; bottom: 0; width: 0.3rem; background: var(--main-color); color: #fff; z-index: 2; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; outline: none;}
.productsdetail .bigimg .smallImg .btn i{ font-size: 0.2rem;}
.productsdetail .bigimg .smallImg .btn-prev{ left: 0;}
.productsdetail .bigimg .smallImg .btn-next{ right: 0;}


.productsdetail .bigimg .fr{ margin: 0; width: calc(50% );}
.productsdetail .bigimg .fr .z1{ font-size: 0.4rem; line-height: 1.5; font-weight: 700;}
.productsdetail .bigimg .fr .line{ display: block; width: 0.6rem; height: 2px; background: var(--main-color); margin: 0.15rem 0;}
.productsdetail .bigimg .fr .context{ font-size: 16px; line-height: 2; color: #666; margin-top: 0.1rem; margin-bottom: 0.3rem;}

.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{ margin-top: 0.25rem; display: flex; align-items: center; flex-wrap: wrap; overflow: hidden;}
.productsdetail .bigimg .fr .prokmore a{ line-height: 1; display: inline-flex; width: 200px; align-items: center; justify-content: center;}
.productsdetail .bigimg .fr .prokmore a span{ line-height: 1;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1){ padding: 0.12rem 0.2rem; border: 1px solid var(--main-color); box-sizing: border-box; font-size:18px; font-family: var(--font1); color: var(--main-color); margin-right: 0.2rem;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1) i{ font-size: 0.2rem; margin-right: 10px;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1):hover{ background: var(--main-color); color: #fff;}
.productsdetail .bigimg .fr .prokmore a:nth-child(2){ padding: 0.12rem 0.2rem; border: 1px solid var(--main-color); box-sizing: border-box; font-size:18px; font-family: var(--font1); color: #fff; background: var(--main-color);}
.productsdetail .bigimg .fr .prokmore a:nth-child(2) i{ font-size: 0.2rem; margin-right: 10px;}
.productsdetail .bigimg .fr .prokmore a:nth-child(2):hover{ background: none; color: var(--main-color);}

.productsdetail .details_txt{ margin-top: 0.65rem;}
.productsdetail .details_txt .left_nav{ padding: 0;}
.productsdetail .details_txt .right_detail{ padding: 0;}

.productsdetail .xgeffect{ margin-bottom: 0.4rem; width: 100%;}
.productsdetail .xgeffect .detailtop{ }
.productsdetail .xgeffect .detailtop .item{ margin: 0; display: inline-block; background: #ccc; padding: 10px 15px; margin-right: 2px; font-size: 18px; cursor: pointer; border-radius: 5px;}
.productsdetail .xgeffect .detailtop .item.active{ background: var(--main-color); font-weight: bold; color: #fff;}

.productsdetail .xgeffect .detalist{ margin-top: 30px;}
.productsdetail .xgeffect .detalist .context{ font-size: 16px; line-height: 2; width: 100%;}
.productsdetail .xgeffect .detalist iframe{ max-width: 100%;}
.productsdetail .xgeffect .detalist table{ width: 100%;}
.productsdetail .xgeffect .detalist table tr{ width: 100%;}
/*.productsdetail .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%; }*/
.productsdetail .xgeffect .detalist table tr:nth-child(1) td{background:#ddd;color:#333;font-size:18px!important;}
.productsdetail .xgeffect .detalist table tr:nth-child(2n) td{background:#f5f5f5;}
.productsdetail .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; font-size:16px!important; }
.productsdetail .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.productsdetail .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

.productsdetail .xgeffect .detalist ol,.productsdetail .xgeffect .detalist ul{ list-style-type: inherit; padding: 0 0.3rem;}
.productsdetail .xgeffect .detalison ol li,.productsdetail .xgeffect .detalist ul li{ list-style-type: inherit;}

.productsdetail .rProList{ padding: 0;}
.productsdetail .rProList .item .txt .z1{ font-size: 16px;}
.productsdetail .rProList .item .txt .p1{ font-size: 14px;}

.outForm{ display: none;}
.outForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
.outForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--main-color) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
.outForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #333; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
.outForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
.outForm .contactForm{width:100%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
.outForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
.outForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.outForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.outForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
.outForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.outForm .contactForm .submit:hover{color:#fff;}

@media (min-width:1082px){
    .productsdetail .container{ max-width: 1520px; margin: 0 auto;}
}
@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 .context{ font-size: 14px;}
	.productsdetail .bigimg .fr .prokmore a{ margin: 0; margin-bottom: 0.15rem;}
	.productsdetail .details-txt dl{ border-radius: 0.1rem; flex-wrap: wrap;}
	.productsdetail .details-txt dl dd{ width: 100%;}
}


.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){
    .table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
    .table-responsive>.table{margin-bottom:0;}
    .table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
    .table-responsive>.table-bordered{border:0;}
    .table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
    .table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
    .table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.feedbackbox dl{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.feedbackbox dl>dd{margin:0 0 34px;width:100%;position:relative;padding:6px 20px;background-color:transparent; box-sizing: border-box; display: flex; border: 1px solid #999;}
.feedbackbox dl>dd.half{width:calc((100% - 2%)/2);}
.feedbackbox dl>dd>label{text-align:left;font-weight:normal;font-size:0.14rem;line-height:40px;margin-right:5px;color:#8a8a8a; display: flex; white-space: nowrap;text-overflow: ellipsis;}
.feedbackbox dl>dd>label>i{display:inline-block;vertical-align:top;font-size:0.2rem;line-height:40px;margin-right:5px;}
.feedbackbox dl>dd>label>em{color:#f00;font-style:initial;font-size:0.18rem;line-height:40px;display:inline-block;vertical-align:top;}
.feedbackbox dl>dd>.input{margin:0;font-size:0.16rem;height:40px;padding-left:10px;background-color:transparent;flex:1;width:0; box-sizing: border-box;}
.feedbackbox dl>dd textarea.input{resize:none;position:relative;line-height:30px;font-size:0.16rem;border:none;height:140px;padding-top:6px;}
.feedbackbox dl>dd.tips{border-bottom:none;font-size:0.18rem;line-height:24px;color:#747474;}

.feedbackbox .submit{ padding: 0.12rem 0.3rem; line-height: 1; display: inline-flex; align-items: center; color: #fff; margin-top: 0.2rem; border: 0; cursor: pointer; font-size: 18px; transition: linear 0.35s; outline: none; border-radius: 0.1rem; overflow: hidden; text-transform: capitalize; background: var(--main-color);}
@media  (min-width:992px) and (max-width:1229px) {
    .feedbackbox dl>dd.half{margin-bottom:20px;}
    .feedbackbox dl>dd{}
    .feedbackbox dl>dd>label{font-size:0.16rem;}
    .feedbackbox dl>dd.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .feedbackbox dl>dd.half{margin-bottom:20px;}
    .feedbackbox dl>dd{}
    .feedbackbox dl>dd>label{font-size:0.16rem;}
    .feedbackbox dl>dd>input{}
    .feedbackbox dl>dd textarea{}
    .feedbackbox dl>dd.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    .feedbackbox dl>dd{padding:5px 10px;}
    .feedbackbox dl>dd.half{margin-bottom:20px;width:100%;}
    .feedbackbox dl>dd>label{font-size:16px;}
    .feedbackbox dl>dd textarea.input{height:80px;width:100%;flex:inherit;}
    .feedbackbox dl>dd.btnli .morelink{padding:3px 40px;font-size:0.16rem;line-height:32px;}
	.feedbackbox .submit{}
}
/**********产品页面**********/


/**********新闻中心**********/
.NewsList{}
.NewsList .item{ margin: 0; width: 100%; box-sizing: border-box; padding: 0.4rem; background: #f4f5f7; margin-bottom: 0.3rem; position: relative;}
.NewsList .item .time{ position: absolute; top: -6px; right: 0.4rem; width: 0.8rem; height: 0.8rem; background: var(--main-color); color: #fff; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.NewsList .item .time span{ width: 100%; display: flex; align-items: center; justify-content: center; font-size: 0.3rem; font-weight: 900; line-height: 1.2;}
.NewsList .item .time span:nth-child(2){ font-size: 18px; text-transform: uppercase; font-weight: normal;}
.NewsList .item .time:before{ content: ""; border: 6px solid transparent; border-bottom-color: var(--main-color); width: 0; height: 0; position: absolute; left: -6px; top: -6px;}
.NewsList .item .txt{}
.NewsList .item .txt .z1{ display: inline; font-size: 24px; color: #111; margin-right: 1.5rem; line-height: 1.7; font-weight: 700; background-image: linear-gradient(transparent calc(99% - 2px), #0b0b0b 2px); background-repeat: no-repeat; background-size: 0% 100%; transition: background-size 0.5s;}
.NewsList .item .txt .z2{ font-size: 14px; color: #999; margin-top: 0.15rem;}
.NewsList .item .txt .z2 i{ color: var(--main-color);}
.NewsList .item .txt .p1{ font-size: 16px; line-height: 1.5; color: #363636; margin-top: 0.2rem; padding: 0 1.5rem 0 0;}
.NewsList .item .txt .more{  color: var(--main-color); font-size: 16px; text-align: right; margin-top: 0.2rem; font-weight: bold;}
@media (min-width:1081px){
	.NewsList .item:nth-child(3n){ margin-right: 0;}
    .NewsList .item:hover{ box-shadow: 5px 0 0.21rem rgba(0,0,0,0.14);}
    .NewsList .item:hover .txt .z1{ background-size: 100% 100%;}
    .NewsList .item:hover .txt .more{ text-decoration: underline;}
}
@media (min-width:1px) and (max-width:1080px) {
	.NewsList .item{ width: 100%; margin-right: 0;}
    .NewsList .item .txt{ margin-right: 60px;}
    .NewsList .item .txt .z1{ line-height: 1.5; font-size: 18px;}
}

.adorn{ padding: 0.7rem 0 0.8rem; background: #f4f5f7;}
.adorn .indextit{ text-align: center;}
.adorn .indextit .z2{text-transform: capitalize; font-weight: 700;}
.adorn dl{ margin-top: 0.2rem; display: flex; justify-content: center; align-items: center;}
.adorn dl dd{ margin: 0 0.5rem 0 0 ; display: inline-flex; align-items: center; font-size: 16px;}
.adorn dl dd i{ color: var(--main-color); margin-right: 0.1rem;}
.adorn a{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: var(--main-color); color: #fff; padding: 0.15rem 0.25rem; border-radius: 0.1rem; margin-top: 0.4rem;}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px) {
    .adorn dl{ flex-wrap: wrap;}
    .adorn dl dd{ width: 100%; margin-right: 0; margin-bottom: 0.3rem; justify-content: center;}
}

.newsdetail{ overflow: hidden; box-shadow: 0 0 0.1rem rgba(0,0,0,0.1); padding: 0.5rem; border-radius: 5px; margin-bottom: 2.5rem;}
.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 .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size:16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1080px){
    .newsdetail{ padding: 15px; 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.65rem 0 1.15rem;}
.applicationlist .indextit{ text-align: center;}
.applicationlist .list{ margin-top: 0.4rem;}
.applicationlist .list .item{ margin: 0; width: calc((100%)/6); text-align: center;}
.applicationlist .list .item .tag{ display: inline-flex; justify-content: center; align-items: center; width: 1.7rem; height: 1.7rem; background: #f6f6f6; border-radius: 50%; flex-wrap: wrap; flex-direction: column; color: var(--main-color); padding-top: 0.2rem;}
.applicationlist .list .item .tag i{ width: 100%; margin: 0; font-size: 0.75rem;}
.applicationlist .list .item .tag .z1{ width: 100%; margin: 0; font-size: 16px; margin-top: 5px; line-height: 1.375; height: 2.75em;}
.applicationlist .list .item .txt{ font-size: 18px; margin-top: 0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1080px){
    .applicationlist .list .item{width: calc((100%)/2); margin-bottom: 0.2rem;}
    .applicationlist .list .item .tag{ padding-top: 0.1rem;}
    .applicationlist .list .item .tag .z1{ height: auto;}
}

.applicationlist1{ padding: 0 0 0.5rem;}
.applicationlist1 .indextit{ text-align: center;}
.applicationlist1 .list{ margin-top: 0.4rem;}
.applicationlist1 .list .item{ margin: 0 0.4rem 0.4rem 0; width: calc((100% - 0.8rem)/3); display: block; position: relative; cursor: pointer;}
.applicationlist1 .list .item .img{ overflow: hidden;}
.applicationlist1 .list .item .img img{ width: 100%; height: auto;}
.applicationlist1 .list .item .txt{ position: absolute; left: 0; bottom: 0; width: 100%; padding: 0.1rem; z-index: 1; text-align: center;}
.applicationlist1 .list .item .txt:before{ content: ""; background: #fff; opacity: 0.88; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; z-index: -1;}
.applicationlist1 .list .item .txt .z1{ font-size: 24px; }
@media (min-width:1082px){
    .applicationlist1 .list .item:nth-child(3n){ margin-right: 0;}
    .applicationlist1 .list .item:hover .img img{ transform: scale(1.1);}
}
@media (min-width:1px) and (max-width:1080px){
    .applicationlist1 .list .item{ width: calc((100% - 0.4rem)/2);}
    .applicationlist1 .list .item:nth-child(2n){ margin-right: 0;}
    .applicationlist1 .list .item .txt .z1{ font-size: 16px; }
}
/**********产品应用**********/

/**********视频中心**********/

.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: 0.7rem 0 ;}
.servicelist .indextit{ text-align: center;}
.servicelist .list{ margin-top: 0.5rem;}
.servicelist .item{ margin: 0; width: calc((100%)/6); box-sizing: border-box; text-align: center; cursor: pointer;}
.servicelist .item .img{ width: 1.27rem; height: 1.27rem; background: #ededed; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;}
.servicelist .item .txt{ margin-top: 0.25rem; font-size: 18px;}
.servicelist .linkmore{ margin-top: 0.65rem; text-align: center;}
.servicelist .linkmore a{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: var(--main-color); color: #fff; padding: 0.2rem 0.35rem; border-radius: 0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .servicelist .item{  width: calc((100%)/3); margin-bottom: 0.3rem;}
}

.servicelist1{ }
.servicelist1 .item{ padding: 0.65rem 0; cursor: pointer;}
.servicelist1 .item .flex_between{ align-items: center;}
.servicelist1 .item .img{ margin: 0; width: calc(50% - 0.35rem); overflow: hidden; border-radius: 0.1rem; box-shadow: 9px 0 0.43rem rgba(0,0,0,0.24); transform: skew(7deg)}
.servicelist1 .item .img img{ width: 100%; height: auto;}
.servicelist1 .item .txt{ margin: 0; width: calc(50% - 1.1rem); transform: translateY(0.59rem); transition: transform 0.6s ease-in-out;}
.servicelist1 .item .txt .sub{}
.servicelist1 .item .txt .z1{ font-size: 0.36rem; color: #111; margin: 0.15rem 0 0.1rem;}
.servicelist1 .item .txt .p1{ font-size: 18px; line-height: 2;}
.servicelist1 .item .txt a{ font-size: 18px; display: inline-flex; align-items: center; line-height: 1; background: #111; color: #fff; padding: 0.2rem 0.35rem; border-radius: 0.1rem; margin-top: 0.2rem; opacity: 0; transition: opacity 0.3s ease-in-out;}
.servicelist1 .item:nth-child(2n+1){ background: #f4f5f7;}
@media (min-width:1082px){
    .servicelist1 .item:nth-child(2n+1) .flex_between{ flex-direction: row-reverse;}
    .servicelist1 .item:hover .txt{ transform: translateY(0);}
    .servicelist1 .item:hover .txt a{ opacity: 1;}
}
@media (min-width:1px) and (max-width:1081px){
    .servicelist1 .item .img{ width: 100%; transform: skew(0)}
    .servicelist1 .item .txt{ width: 100%;}
}
/**********服务中心**********/

/**********常见问题**********/

.FaqList{ overflow: hidden; padding: 0 0 3.65rem; background: #f4f4f4;}
.FaqList .z1{ font-size: 0.49rem; text-align: center; margin-bottom: 0.3rem;}
.FaqList .list{ }
.FaqList .item{ display: block; background: #fff; margin-bottom: 0.1rem;}
.FaqList .item .tit{ padding: 0.25rem 0.7rem; cursor: pointer; outline: none; display: flex; justify-content: space-between; align-items: center;}
.FaqList .item .tit .sub{ margin: 0; font-size: 25px; flex: 1;}
.FaqList .item .tit span{ margin: 0;}
.FaqList .item .tit span i{ font-size: 32px;}
.FaqList .item .tit span i.icon-jia{ display: block;}
.FaqList .item .tit span i.icon-jian{ display: none;}
.FaqList .item .context{ font-size: 16px; line-height: 1.625; display: none; padding: 0 0.7rem 0.3rem 0.7rem;}
.FaqList .item.active .tit{ padding-bottom: 0.1rem;}
.FaqList .item.active .tit span{ color: var(--main-color);}
.FaqList .item.active .tit span i.icon-jia{ display: none;}
.FaqList .item.active .tit span i.icon-jian{ display: block;}
.FaqList .item.active .context{ display: block;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .FaqList{ padding: 0 0 0.7rem;}
    .FaqList .item .tit{ padding: 0.3rem;}
    .FaqList .item .tit .sub{ font-size: 19px;}
    .FaqList .item .context{ padding: 0 0.3rem 0.3rem 0.3rem;}
}
/**********常见问题**********/


/**********下载中心**********/
.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;}
.contact .flex_between{ align-items: stretch;}
.contact .lt{ margin: 0; width: 30.8%; box-sizing: border-box; background: var(--main-color); padding: 0.45rem; }
.contact .lt>.z1{ font-size: 0.36rem; font-weight: 700; color: #fff;}
.contact .lt>.info{ margin-top: 0.3rem;}
.contact .lt>.info>.item{ display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.2rem;}
.contact .lt>.info>.item .tag{ margin: 0; color: #fff;}
.contact .lt>.info>.item .tag i{ font-size: 20px;}
.contact .lt>.info>.item .txt{ margin: 0; width: calc(100% - 30px);}
.contact .lt>.info>.item .txt>.z1{ font-size: 16px; color: #fff; margin-bottom: 5px;}
.contact .lt>.info>.item .txt>.p1{ font-size: 16px; color: #fff; line-height: 1.5;}
.contact .lt>.info>.item .txt>.p1>a{ color: #fff;}
.contact .lt>.info>.item .txt>.p1>a:hover{ font-weight: bold;}
.contact .fr{ margin: 0; width: 63.2%;}
.contact .fr .z1{ font-size: 0.36rem; margin-bottom: 0.3rem; color: #1a1a1a; line-height: 1.5; text-transform: uppercase;}
@media (min-width:1081px){
}
@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;}
.leave .feedbackbox{ overflow: hidden;}
.leave .feedbackbox input[type='text']{ margin: 0; font-size: 16px; width: 100%; background: #fff; box-sizing: border-box; height: 50px; color: #333; padding: 0.1rem 0.25rem; border-radius: 0; margin-bottom: 0.15rem; border-bottom: 1px solid #e8e8e8;}
.leave .feedbackbox input[name='txtstrAddress']{ width: 100%; margin-right: 0;}
.leave .feedbackbox textarea{ outline: none; resize: none; margin: 0; font-size: 16px; width: 100%; background: #fff; box-sizing: border-box; height: 1.2rem; color: #333; padding: 0.25rem; border-radius: 0; margin-bottom: 0.15rem; border-bottom: 1px solid #e8e8e8;}
.leave .feedbackbox input::-webkit-input-placeholder{ color: #333; }
.leave .feedbackbox input:-moz-placeholder{ color: #333;}
.leave .feedbackbox input::-moz-placeholder{ color: #333;}
.leave .feedbackbox input:-ms-input-placeholder{ color: #333;}
.leave .feedbackbox textarea::-webkit-input-placeholder{ color: #333; }
.leave .feedbackbox textarea:-moz-placeholder{ color: #333;}
.leave .feedbackbox textarea::-moz-placeholder{ color: #333;}
.leave .feedbackbox textarea:-ms-input-placeholder{ color: #333;}
.leave .feedbackbox .input{ border-bottom: 1px solid #e8e8e8;}
.leave .feedbackbox .input input{ margin-bottom: 0; border: 0; background: none; border-radius: 0; font-size: 16px;}
.leave .feedbackbox .input select{  width: 100%; height: 100%; font-size: 16px;text-align: right;}
.leave .feedbackbox .button{ align-items: center; margin-top: 0.4rem;}
.leave .feedbackbox button{ margin: 0; padding: 0.15rem 0.50rem; background: var(--main-color); font-size: 16px; color: #fff; line-height: 1; border-radius: 0.1rem; cursor: pointer; outline: none; border: 1px solid var(--main-color);}
@media (min-width:1081px)  {
    .leave{ position: relative; z-index: 3; }
	.leave .feedbackbox .input{  margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.24rem; display: flex; align-items: center;}
	.leave .feedbackbox .input input{ margin: 0!important; flex: 1; width: auto!important; }
	.leave .feedbackbox .input select{ width: auto; flex: 1; border: 0; padding: 0 0.3rem; outline: none;}
	.leave .feedbackbox .input select option{ height: 30px;}
	.leave .feedbackbox input[type='text']{ margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.24rem;}
	.leave .feedbackbox input:nth-child(2n){ margin-right: 0;}
	.leave .feedbackbox .input:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
    .leave{}
	.leave .feedbackbox .input{ width: 100%; height: auto;}
	.leave .feedbackbox .input label{ display: block; margin-bottom: 0.1rem;}
	.leave .feedbackbox input[type='text']{ width: 100%; margin-right: 0;}
	.leave .feedbackbox button{ margin-top: 0.3rem;}
}
/**********联系我们**********/


/**********公共样式**********/

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou .maintit{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size:18px; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem;}

.PrivacyPolicy{ padding: 0.6rem 0;}
.PrivacyPolicy h3{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.PrivacyPolicy article{ line-height: 2; font-size:16px;}
.PrivacyPolicy article h4{ font-size:18px;}

.currertkeywords{margin-top:0.5rem;font-size:18px;color:#666;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#333;}

.ValidationError{ border-width: 1px; border-style: solid; border-color: red;}
.error{ text-align: center; padding: 0.5rem 0;}
.error a{ width: 240px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d5d5d5; font-size: 14px; text-transform: capitalize;}

.pagination-container{ overflow: hidden; text-align: center;}

.hidden{ display: none!important;}
@media (min-width:1082px){
	.hidden-pc{ display: none!important;}
}
@media (min-width:1px) and (max-width:1081px){
	.hidden-xs{ display: none!important;}
}


/**********公共样式**********/
.noinfo{ font-size: 16px; color: #999; padding: 0.6rem 0; text-align: center;}

.category{ position: fixed; top: 0; bottom: 52px; left: 0; width: 300px; background: #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:9; background: #666; border-radius: .5rem;}
#float .ico{ width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; border-radius: 50%; color: #fff; cursor: pointer; position: relative;}
#float .ico i{ font-size: 0.25rem;}
#float .ico span{ display: none; position: absolute; right: 100%; top: 0; width: 2.4rem; transition: all 0.5s;}
#float .ico.btninquiry span{ position: absolute; background: var(--main-color); width: 1.4rem; padding: 0.14rem; box-sizing: border-box; border-radius: 0.1rem; right: 50%; text-align: center; font-size: 16px; line-height: 1.5; color: #fff; top: -0.8rem;}
#float .ico.btninquiry span em{ width: 18px; height: 18px; background: var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center; position: absolute; right: -5px; top: -7px; color: #fff; font-size: 10px; font-style: normal; }
#float .ico.btninquiry span:before{ content: ""; position: absolute; left: 50%; bottom: -9px; width: 18px; height: 18px; background: var(--main-color); border-radius: 50%;}
#float .ico.btninquiry span:after{ content: ""; position: absolute; left: 65%; bottom: -0.2rem; width: 9px; height: 9px; background: var(--main-color); border-radius: 50%;}
#float .ico.btninquiry.visible span{ display: block;}
#float .whatsapp{ background: #3acb3e;}
#float .wechat{ background: #3acb3e;}
#float .qq{ background: #68A5E1;}
#float .onhover:hover span{ display: block;}

@media (min-width:1px) and (max-width:1081px){
	
}

.note{ position: fixed; left: 0; bottom: 25%; z-index: 8; width: 220px; overflow: hidden; border-radius: 5px; padding: 0.1rem;}
.note:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #333; opacity: 0.7; z-index: -1;}
.note .maintit{ background: #333; color: #fff; padding: 5px 0.1rem; font-size: 0.2rem; border-radius: 5px;}
.note .maintit i{ animation: blink 1.5s infinite; font-size: 0.2rem;}
.note .txt{ background: rgba(10,49,144,0.3); padding: 0.1rem; border-radius: 5px; margin-top: 0.2rem; color: #fff;}
.note .txt p{ font-size: 0.14rem; line-height: 1.5; margin-bottom: 0.3rem;}

.floatForm{position:fixed;right:0;bottom:-200%;z-index:10; transition: linear 0.35s; overflow: hidden;}
.floatForm[typeof='close']{ bottom:-200%;}
.floatForm[typeof='open']{ bottom: 0;}
.floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
.floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--main-color) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
.floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #333; background: #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;}
/**********分页样式**********/




