﻿/**********样式重置**********/
html{font-size: var(--size);}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
body{ font-family: var(--fontfamily); background-color:#fff; overflow-x:hidden; color: #2a1f1c; box-sizing: border-box; margin: 0 auto;}
a{ color:#333333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:var(--main-color);}
.keylink{ color: var(--main-color); font-weight:bold;}
img,li{ vertical-align:top; border:0px; list-style-type: none; box-sizing: border-box;}
img{ max-width:100%; height: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both; padding: 0; box-sizing: border-box;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal; box-sizing: border-box;}
body,td,th{ font-family: var(--fontfamily); font-size:12px; box-sizing: border-box;}
input,textarea{ font-family: var(--fontfamily); border:0; outline:medium; box-sizing: border-box;}

@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ width: 100%; padding: 0 1rem; box-sizing: border-box; margin: 0 auto;}
}

/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 35px; right: 0; z-index: 777; box-sizing: border-box; transition: linear 0.35s;}
@media (min-width:1082px){
	.header .container{}
	.header.fis_show{}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header{ top: 0; box-shadow: 0 0 0.15rem rgba(0,0,0,0.15); background: #fff;}
}

.header .menu{}

.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .logo a{ display: block; padding: 15px 0; transition: linear 0.35s;}
.header .logo a img{ width: auto; height: 30px; transition: linear 0.35s; }

@media (min-width:1082px){
    .header .menu{ border: 1px solid lch(0 0 0 / 0.04); height: 100%; display: flex; justify-content: space-between; align-items: center; backdrop-filter: blur(24px); background: linear-gradient(rgba(244, 244, 244, 0.12) 0%, rgba(244, 244, 244, 0.64) 100%); box-sizing: border-box; padding: 0 15px; border-radius: 16px;}
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .logo{ display: inline-block; padding: 5px 0;}
	.header .logo a{ padding: 5px; height: 30px; max-width: 60%; display: flex; align-items: center;}
	.header .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; font-weight: 700;}
.header .menu .jdmenu>ul>li>a>b{ display: inline-block; font-size: 14px; overflow: hidden; margin-left: 5px; color: var(--main-color); opacity: 0.86;}
.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;}
	.header .menu .jdmenu>ul>li>a{ white-space: nowrap; text-overflow: ellipsis; padding: 22px .12rem; align-items: center; line-height: 1; position: relative; }
    
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{}
    .header .menu .jdmenu>ul>li:first-child{ display: none;}
    .header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{ color: var(--main-color);}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu{ }
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 50px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height: calc(100% - 102px); 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 .btnwechat{ position: relative; margin-right: 0.2rem; cursor: pointer;}
.header .nav_r .btnwechat i{ font-size: 0.32rem; color: #333; position: relative; z-index: 2;}
.header .nav_r .btnwechat i:nth-child(2){ color: #fff!important; position: absolute; z-index: 1; left: 1px; top: 2px;}
.header .nav_r .btnwechat img{ position: absolute; top: 100%; right: 0; width: 1rem; max-width: none; display: none;}
.header .nav_r .btnwechat:hover i{ color: var(--main-color);}
.header .nav_r .btnwechat:hover img{ display: block;} 

.header .nav_r .searchclick{ color: #fff; 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;}

.header .nav_r .btnlanger{ display: inline-flex; margin: 0 0.15rem; padding: 0 0.15rem; border-width: 0 1px 0 1px; border-style: solid; border-color: #fff; color: #fff; font-size: 17px; font-weight: 700; align-items: center; cursor: pointer; outline: none;}
.header .nav_r .btnlanger i{ margin: 0; display: inline-block; font-weight: normal; margin-right: 7px;}
.header .nav_r .btnlanger span{ margin: 0 0.1rem;}
@media (min-width: 1082px) {
    .header .nav_r{ }
    .header .nav_r .btn1:hover{ background: var(--bout-color); color: #fff;}
}
@media (max-width:1580px){
    .header .nav_r .btn{ display: none;}
}
@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;}
}

/*二级导航*/
.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>.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;}
}


/*.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{ width: 1.6rem; background: #121212; overflow: hidden; border-radius: 0.21rem;}
.search form{ width: 100%; display: flex; transition: linear 0.35s; z-index: 2; box-sizing: border-box; overflow: hidden;}
.search form>input{ width: calc(100% - 30px); height: 42px; 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: #8b8b8b;}
.search form>button>i{ font-size: 18px; overflow: hidden; display: inline-block;  opacity: 0.86;}
.search form>input::-webkit-input-placeholder{ color: #666;}
.search form>input::-moz-placeholder{ color: #666;}
.search form>input::-moz-placeholder{ color: #666;}
.search form>input::-ms-input-placeholder{ color: #666;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
}

.searchbtn{ width: 90%; position: relative; z-index: 1;}
.searchbtn>form{ display: flex; justify-content: space-between; width: 100%; overflow: hidden; box-sizing: border-box; border: 1px solid var(--main-color);}
.searchbtn>form>input{ margin: 0; width: calc(100% - 37px); background: none; border: 0; box-sizing: border-box; height: 42px; padding: 0 0.1rem;}
.searchbtn>form>input::placeholder{ color: #333;}
.searchbtn>form>button{ margin: 0; width: 37px; background: none; cursor: pointer; border: 0; display: inline-flex; align-items: center; justify-content: center; outline: none;}
.searchbtn>form>button>i{ color: var(--main-color); font-size: 20px;}

/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; position: relative; height: auto; z-index: 1; }
.bframe img,.bframe video{ display: block; width: 100%; height: auto; position: relative; z-index: -1;}
.bframe .swiper-slide:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.1; z-index: 1;}
.bframe .swiper{ position: relative; z-index: 3;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 50px;}
    .bframe video{ height: calc(100vh - 98px - 62px); object-fit: cover;}
}
/**********大图切换**********/

/**********首页样式**********/
.indexcate{ position: absolute; left: 50%; bottom: 2rem; transform: translateX(-50%); z-index: 5;display: flex; justify-content: center;}
.indexcate .item{ display: inline-flex; align-items: center; margin: 0 0.45rem; font-size: 18px; line-height: 1; color: #fff; padding: 0.15rem 0.3rem; position: relative; z-index: 1; overflow: hidden; border-radius: 0.1rem; backdrop-filter: blur(24px);}
.indexcate .item i{ margin-left: 0.1rem; font-size: 20px;}
.indexcate .item:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #434343; opacity: 0.2; z-index: -2;}
.indexcate .item:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--main-color); opacity: 0.09; z-index: -1; transition: background 0.4s ease-in-out;}
.indexcate .item:hover:after{ background: var(--main-color); opacity: 1;}
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
    .indexcate{ bottom: inherit; top: 50%; transform: translate(-50%,-50%); width: 100%; }
    .indexcate .item{ margin: 0 0.25rem;}
}
/**********首页样式**********/


/**********底部样式**********/

.footer{ background-repeat: no-repeat; background-size: 100% 100%; background-position: center center;}


.footer footer{ background: url(/dist/images/footer.jpg) no-repeat center center / cover; padding: 0.6rem 0;}
.footer footer .container{ display: flex; justify-content: space-between;}
.footer footer .lt{ margin: 0; width: 50%;}
.footer footer .lt .z1{ font-size: 23.86px; color: #fff; margin-top: 0.3rem; position: relative; display: inline-block; z-index: 1;}
.footer footer .lt .z1:before{ content: ""; position: absolute; left: 0; bottom: 4px; right: 0; height: 4px; background: var(--main-color); z-index: -1;}
.footer footer .lt .share{ margin-top: 0.55rem; position: relative; z-index: 3;}
.footer footer .lt .share a{ display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; box-sizing: border-box; border: 1px solid #e5e5e5; border-radius: 50%; margin-right: 0.11rem; color: #b5b5b5; position: relative;}
.footer footer .lt .share a i{ opacity: 0.86; font-size: 20px;}
.footer footer .lt .share a img{ position: absolute; top: -1rem; right: -100%; width: 1rem; max-width: none; display: none;}
.footer footer .lt .share a:hover{ border-color: #fff; color: #fff;}
.footer footer .lt .share a:hover i{ opacity: 1;}
.footer footer .lt .share a:hover img{ display: block;}
.footer footer .fr{ margin: 0; width: 50%; display: flex;justify-content: space-between;}
.footer footer .fr .foot{ margin: 0; flex: 1;}
.footer footer .fr .foot .z1{ font-size: 16px; color: #fff; margin-bottom: 0.15rem;}
.footer footer .fr .foot:last-child .z1{ color: #e5e5e5; margin-bottom: 0.25rem;}
.footer footer .fr .foot>ul{}
.footer footer .fr .foot>ul>li{ font-size: 14px; margin-bottom: 0.15rem;}
.footer footer .fr .foot>ul>li>a{ display: block; color: #666; line-height: 1;}
@media (min-width:1082px){
    .footer footer .fr .foot>ul>li:hover>a{ color: #fff;}
}
@media (min-width:1px) and  (max-width:1081px){
    .footer{ padding: 0;}
	.footer footer{ display: none;}
}

.copyright{ overflow: hidden; text-align: center; padding: 20px 0; background: #000000;} 
.copyright .footdiv{ margin: 0; font-size: 14px; line-height: 1.5; color: #999; text-align: center;}
.copyright .footdiv a{ color: #999;}

@media (min-width:1082px){
	.copyright .container{ justify-content: space-between;}
	.copyright .footdiv{ display: inline-block;}
}
@media (min-width:1px) and  (max-width:1081px){
    .copyright .footmenu{ display: none;}
	.copyright{ margin-top: 0; margin-bottom: 52px; padding: 0.2rem 0;}
	.copyright .container{ padding: 0; border: 0; display: block;}
    .copyright .footdiv{ font-size: 12px;}
}
/**********底部样式**********/


/**********内页大图**********/
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%; height: auto;}
.nbframe .n_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; text-align: center; color: #fff;}
.nbframe .n_txt .z1{ font-size: 0.36rem;}
.nbframe .n_txt .p1{ font-size: 16px; margin-top: 0.2rem;}
.nbframe:before{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 50%; background: linear-gradient(to top,rgba(255,255,255,0.7),transparent); z-index: 3;}
@media (min-width:1082px){
    .nbframe{}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 55px;}
    .nbframe .n_txt{ position: inherit; left: inherit; top: inherit; transform: none; text-align: left;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ padding: 15px 0; border-bottom: 1px solid #dedede;}
.location .container{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.location .z1{ margin: 0; font-size: 18px; color: var(--main-color);}
.location .txt{ margin: 0; position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; font-size: 16px; text-transform: capitalize;}
.location .txt .icon-home{ font-size: 20px; margin-right: 5px; }
.location .txt .icon-here{ margin: 0 5px; color: #999999;}
.location .txt a{ color: #999999;}
.location .txt span{ color: #999999;}
.location .txt a:hover{ color: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .location .txt{ font-size: 14px;}
}

.stylesort{ overflow: hidden; background: var(--main-color)}
.stylesort .item{ display: inline-block; padding: 0.2rem 0; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.4rem; }
.stylesort .item.active,.stylesort .item:hover{ text-decoration: underline;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .stylesort{ }
    .stylesort .item{ font-size: 14px; margin-right: 0.1rem; margin-bottom: 0.1rem;}
}
/**********面包屑**********/

.body{ }
/*@media (min-width:1500px){
    .body .container{ width: 1400px; margin: 0 auto; padding: 0;}
}*/
@media (min-width:1px) and (max-width:1081px){
}


/**********关于我们**********/
.aframe{ padding: 0.75rem 0 0.95rem; background: url(/dist/images/1_02.png) no-repeat center center / 100% 100%;}
.aframe .lt{ margin: 0; width: calc(50% - 0.4rem);}
.aframe .lt .z1{ font-size: 0.36rem;}
.aframe .lt .z1 span{ color: var(--main-color);}
.aframe .lt .line{ display: block; margin: 0.2rem 0; width: 35px; height: 4px; background: var(--main-color);}
.aframe .lt .context{ font-size: 15px; color: #555; line-height: 2.13;}
.aframe .lt .list{ margin: 0; width: 64%; margin-top: 0.35rem;}
.aframe .lt .list .item{ margin: 0; width: calc((100% - 0.5rem)/2); margin-right: 0.5rem; box-sizing: border-box; padding: 0.3rem 0; border-top: 1px solid #dfd8d7;}
.aframe .lt .list .item .z1{ font-size: 0.55rem; color: var(--main-color);}
.aframe .lt .list .item .z1 span{}
.aframe .lt .list .item .z1 em{ font-style: normal;}
.aframe .lt .list .item .p1{ font-size: 14px; margin-top: 5px;}
.aframe .lt .list .item:nth-child(2n){ margin-right: 0;}
.aframe .fr{ margin: 0; width: calc(50% - 0.5rem);}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe .lt{ width: 100%;}
    .aframe .lt .list{ width: 100%;}
    .aframe .fr{ width: 100%; margin-top: 0.3rem;}
}

.abtit{ text-align: center;}
.abtit .z1{ font-size: 0.36rem;}
.abtit .line{ display: inline-block; width: 35px; height: 4px; background: var(--main-color); margin: 0.15rem 0;}
.abtit .p1{ font-size: 16px; line-height: 1.875; color: #555;}

.aframe1{ overflow: hidden; padding: 0.95rem 0 1.4rem; background-repeat: no-repeat; background-size: 100% 100%;}
.aframe1 .list{ margin-top: 0.55rem;}
.aframe1 .list .item{ margin: 0; width: calc((100% - 0.9rem)/3); margin-right: 0.45rem; box-sizing: border-box; padding: 0.45rem 0.5rem; background: rgba(255,255,255,0.77); border-radius: 0.1rem;}
.aframe1 .list .item .img{ overflow: hidden; margin-bottom: 0.4rem;}
.aframe1 .list .item .txt{}
.aframe1 .list .item .txt .z1{ font-size: 24px;}
.aframe1 .list .item .txt .sub{ font-size: 18px; color: #444; border-left: 1px solid #111; line-height: 1; padding-left: 9px; margin: 0.1rem 0 0.15rem;}
.aframe1 .list .item .txt .p1{ font-size: 18px; line-height: 2; color: #444;}
.aframe1 .linkmore{ margin-top: 0.5rem; text-align: center;}
.aframe1 .linkmore a{ display: inline-flex; line-height: 1; font-size: 16px; padding: 0.1rem 0.25rem; box-sizing: border-box; border: 1px solid #666; color: #666; border-radius: 0.25rem; transition: all 0.35s;}
.aframe1 .linkmore a i{ margin-left: 0.1rem;}
@media (min-width:1082px){
    .aframe1 .list .item:nth-child(3){ margin-right: 0;}
    .aframe1 .linkmore a:hover{ background: var(--main-color); border-color: transparent; color: #fff;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe1 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}

.aframe2{ padding: 0.75rem 0;}
.aframe2 .abtit{ text-align: left;}
.aframe2 .list{ position: relative;}
.aframe2 .list .txt{font-size: 18px; line-height: 1.6;}
.aframe2 .list .txt span{ color: var(--main-color); font-size: 24px;}
@media (min-width:1082px){
    .aframe2 .list .txt{ position: absolute; right: 0; top: 65%; width: 23%;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe2 .list .txt{ margin-top: 0.3rem;}
}

.aframe3{ overflow: hidden; padding: 0.9rem 0 0.95rem; background-repeat: no-repeat; background-size: 100% 100%;}
.aframe3 .abtit .z1{ color: #fff;}
.aframe3 .abtit .p1{ color: #fff;}
.aframe3 dl{ display: flex; justify-content: center; align-items: center; margin-top: 0.3rem;}
.aframe3 dl dd{ display: inline-block; margin: 0 7.5px;}
.aframe3 dl dd>a{font-size: 16px; line-height: 1; color: #fff; padding: 0.1rem 0.15rem; border: 1px solid #fff; display: block; border-radius: 0.2rem;}
.aframe3 .list{ margin-top: 0.5rem; padding: 0 1.2rem; position: relative;}
.aframe3 .list .item{ display: block; border-radius: 0.1rem; background: rgba(255,255,255,0.74); box-sizing: border-box; padding: 0.2rem; cursor: pointer;}
.aframe3 .list .item .img{ overflow: hidden; background: url(/dist/images/1_06.jpg) no-repeat center center / 100% 100%; position: relative;}
.aframe3 .list .item .img:before{ content: ""; display: block; padding-top: calc(100% * 850 / 600);}
.aframe3 .list .item .img img{ max-width: 80%; max-height: 80%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover; width: auto;}
.aframe3 .list .item .txt{ margin-top: 0.15rem; text-align: center;}
.aframe3 .list .item .txt .z1{ font-size: 16px;}
.aframe3 .list .btn{ margin: 0; display: flex; align-items: center; justify-content: center; width: 80px; height: 32px; box-sizing: border-box; border: 1px solid #fff; border-radius: 32px; color: #fff; position: absolute; top: 50%; transform: translateY(-50%); z-index: 2; cursor: pointer; outline: none;}
.aframe3 .list .btn:hover{ background: var(--main-color); border-color: transparent;}
.aframe3 .list .btn-prev{ left: 0;}
.aframe3 .list .btn-next{ right: 0;}
.aframe3 .list .btn-next i{ transform: rotate(180deg);}
.aframe3 .linkmore{ margin-top: 0.5rem; text-align: center;}
.aframe3 .linkmore a{ display: inline-flex; line-height: 1; font-size: 16px; padding: 0.1rem 0.25rem; box-sizing: border-box; border: 1px solid var(--main-color); color: #fff; border-radius: 0.25rem; transition: all 0.35s; background: var(--main-color)}
.aframe3 .linkmore a i{ margin-left: 0.1rem;}
@media (min-width:1082px){
    .aframe3 .linkmore a:hover{ background: none;}
    .aframe3 .list .item:hover{  background: rgba(255,255,255,1);}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe3 dl{ display: none;}
    .aframe3 .list{ padding: 0;}
}

/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 16px; line-height: 2; padding:0 0  0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.synopsis{ padding: 0.6rem 0;}
.synopsis .z1{ font-size: 0.36rem; margin-bottom: 0.2rem;}
.synopsis .context{ font-size: 16px; line-height: 1.5; color: #666;}
.synopsis .smalllist{ margin-top:0.25rem;}
.synopsis .smalllist .item{ margin: 0; display: inline-block; background: #bfbfbf; padding: 0.1rem 0.2rem; line-height: 1; font-size: 18px; color: #fff; margin-right: 0.14rem; margin-bottom: 0.2rem; 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 0 0.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: 25%; box-sizing: border-box; position: relative; padding: 0.75rem 0;}

.left_nav .lbt{ margin-bottom: 0.2rem;}
.left_nav .lbt .z1{ font-size: 26px; line-height: 1; color: #1f273d; text-transform: uppercase; margin-bottom: 0.5rem;}
.left_nav .lbt>ul{}
.left_nav .lbt>ul>li{ font-size: 18px;}
.left_nav .lbt>ul>li>a{ display: flex; align-items: center; justify-content: space-between; padding:0.15rem 0; color: #333; font-weight: 700; border-bottom: 1px solid #e1e1e1; position: relative;}
.left_nav .lbt>ul>li>a>span{}
.left_nav .lbt>ul>li>a>em{ position: absolute; right: 0; 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{ color: var(--main-color);}
.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.active>ul{ display: block;}

.left_nav .lbt>ul>li>ul{ margin-top: 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; justify-content: space-between; line-height: 1; color: #666; position: relative;}
.left_nav .lbt>ul>li>ul>li>a>span{ flex: 1; margin-right: 0.15rem;}
.left_nav .lbt>ul>li>ul>li>a>em{ position: absolute; right: 0; top: 50%; transform: translateY(-50%);width: 12px; height: 12px; box-sizing: border-box; border: 1px solid #e3e3e3; display: flex; align-items: center; justify-content: center;}
.left_nav .lbt>ul>li>ul>li>a>em>i{ opacity: 0; color: #fff; font-size: 13px;}
.left_nav .lbt>ul>li>ul>li:hover>a,.left_nav .lbt>ul>li>ul>li.active>a{ color: #000;font-weight: 700;}
.left_nav .lbt>ul>li>ul>li:hover>a>em,.left_nav .lbt>ul>li>ul>li.active>a>em{background: var(--main-color);}
.left_nav .lbt>ul>li>ul>li:hover>a>em>i,.left_nav .lbt>ul>li>ul>li.active>a>em>i{ opacity: 1;}
.left_nav .lbt>ul>li>ul>li.active>ul{ display: block;}
.left_nav .lbt>ul>li>ul>li:last-child>a{ border-bottom: 0;}

.news_aside{ position: relative; margin: 0 5px 0.4rem 0; box-sizing: border-box; background: #fff; padding: 0.3rem; z-index: 1;}
.news_aside:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #fff; z-index: -1; border: 1px solid #f0f0f0;}
.news_aside:before{ content: ""; position: absolute; left: 5px; top: 5px; right: -5px; bottom: -5px; background: #f5f5f5; z-index: -2;}
.news_aside>.z1{ font-size: 24px; line-height: 1; padding-bottom: 0.2rem; margin-bottom: 0.25rem; border-bottom: 6px solid var(--main-color); text-transform: uppercase;}
.news_aside>ul{}
.news_aside>ul>li{ font-size: 16px; margin-bottom: 0.15rem;}
.news_aside>ul>li>a{ line-height: 1; display: flex; justify-content: space-between; align-items: center; background: #f2f2f2; padding: 10px; color: #000;}
.news_aside>ul>li>a>i{ margin: 0; font-size: 20px; margin-right: 0.13rem;}
.news_aside>ul>li>a>span{ margin: 0; flex: 1;}
.news_aside>ul>li:hover>a,.news_aside>ul>li.active>a{ background: var(--main-color); color: #fff;}
.news_aside>ul>li:last-child{ margin: 0;}

.news_aside>dl{}
.news_aside>dl>dd{ font-size: 16px; margin-bottom: 0.15rem;}
.news_aside>dl>dd>a{ line-height: 1; display: flex; justify-content: space-between; align-items: center; background: #f2f2f2; padding: 10px; color: #000;}
.news_aside>dl>dd>a>i{ margin: 0; font-size: 20px; margin-right: 0.13rem;}
.news_aside>dl>dd>a>span{ margin: 0; flex: 1;}
.news_aside>dl>dd:hover>a{ background: var(--main-color); color: #fff;}
.news_aside>dl>dd:last-child{ margin: 0;}


@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% - 25% - 0.45rem); 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{ padding: 0.7rem 0 0.5rem 0 ;}
.summary .lt{ margin: 0; width: calc(50% - 1.1rem); font-size: 14px; color: #666; line-height: 1.85;}
.summary .fr{ margin: 0; width: 50%; display: flex; justify-content: flex-end;}
.summary .fr form{ margin: 0; width: 3rem; display: flex; justify-content: space-between; box-sizing: border-box; border: 1px solid #666; border-radius: 5px; overflow: hidden;}
.summary .fr form input{ margin: 0; width: calc(100% - 40px); box-sizing: border-box; padding: 0 0.15rem; background: none;  border: 0;}
.summary .fr form button{ width: 40px; height: 40px; cursor: pointer; display: flex; align-items: center; justify-content: center; outline: none; border: 0; background: none;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .summary .lt{ width: 100%;}
    .summary .fr{ width: 100%;}
    .summary .fr form{ width: 100%; margin-top: 0.3rem;}
}


.why{}
.why .flex_between{ align-items: flex-end;}
.why .lt{ margin: 0; width: 50%;}
.why .lt .z1{ font-size: 0.36rem; color: var(--main-color);}
.why .lt .z2{ font-size: 16px; margin-top: 0.15rem;}
.why .fr{ margin: 0; width: 50%; display: flex; justify-content: flex-end;}
.why .fr .swiper{ margin: 0; width: 2.9rem; display: inline-block;}
.why .fr .swiper .swiper-slide{ margin: 0;}
.why .fr .swiper .item{ position: relative; padding: 7px; border: 1px solid #666; overflow: hidden; border-radius: 5px; cursor: pointer;}
.why .fr .swiper .item svg{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; width: 1.29rem; height: 1.29rem;}
.why .fr .swiper .item .cir2{stroke-dashoffset:516;stroke-dasharray:516}
.why .fr .swiper .item:after{ content: ""; padding-top: calc(100% * 125 / 125); display: block;}
.why .fr .swiper .item img{ position: absolute; transform: translate(-50%,-50%); left: 50%; top: 50%; z-index: 1; object-fit: cover; width: calc(100% - 14px); height: calc(100% - 14px); border-radius: 5px;}
.why .fr .swiper .swiper-slide-thumb-active .item{ border-color: var(--main-color);}
.why .fr .swiper .swiper-slide-thumb-active .cir2{animation:yuan 3s linear forwards}
@media (min-width:1082px){
    .why{ position: absolute; left: 50%; bottom: 0.75rem; transform: translateX(-50%); z-index: 4;}
}
@media (min-width:1px) and (max-width:1081px){
    .why{ padding: 0.6rem 0;}
    .why .lt{ width: 100%;}
    .why .fr{ width: 100%; margin-top: 0.3rem; display: none;}
    .why .fr .swiper{ width: 100%;}
}

.ProList{ padding: 0 0 0.9rem 0;}
.ProList .item{ margin: 0; width: calc((100% - 0.4rem)/2); margin-right: 0.4rem; margin-bottom: 0.4rem; box-sizing: border-box; overflow: hidden; background: #999; padding: 0.24rem; border-radius: 5px;}
.ProList .item .img{ overflow: hidden; box-sizing: border-box; border-radius: 5px;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ padding: .25rem;}
.ProList .item .txt .z1{ font-size: 24px; line-height: 1.12; color: #fff;}
.ProList .item .txt .sub{ font-size: 14px; margin-top: 0.15rem; color: #fff;}
.ProList .item .txt .more{ display: inline-flex; align-items: center; justify-content: center; line-height: 1; font-size: 16px; padding: 0.1rem 0.25rem; box-sizing: border-box; border: 1px solid #fff; color: #fff; margin-top: 0.3rem; border-radius: 0.25rem;}
.ProList .item .txt .more i{ margin-right: 0.1rem;}
@media (min-width:1082px){ 
	.ProList .item:nth-child(2n){ margin-right: 0;}
    .ProList .item:hover{ box-shadow: 0 0 0.27rem rgba(0,0,0,0.15);}
    .ProList .item:hover .img img{transform: scale(1.1);}
    .ProList .item:hover .txt{ }
    .ProList .item:hover .txt .more{ background: var(--main-color); border-color: transparent;}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: 100%; margin-right: 0;}
    .ProList .item .img{ width: 100%;}
    .ProList .item .txt .z1{ font-size: 14px;}
    .ProList .item .txt .p1{ font-size: 12px}
}

.productsdetail{ position: relative;}
.productsdetail .swiper-slide{ margin: 0; position: relative; overflow: hidden;}
.productsdetail .txt{ box-sizing: border-box; padding: 0.35rem; overflow: hidden; border-radius: 5px; color: #fff;}
.productsdetail .txt:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.46; z-index: -1;}
.productsdetail .txt .z1{ font-size: 0.3rem; font-weight: 700; margin-bottom: 0.2rem;}
.productsdetail .txt .sub{ font-size: 16px; color: #f0f0f0; margin-bottom: 0.2rem;}
.productsdetail .txt .context{ font-size: 14px; line-height: 1.85; color: #fff;}

.productsdetail .btnlist{ height: 62px; display: inline-flex; align-items: center;  background: #fff; border-radius: 28.5px; box-sizing: border-box; border: 2px solid #d1d1d1;}
.productsdetail .btnlist .btngo{ display: flex; align-items: center; justify-content: center; cursor: pointer; color: #747474; margin:0 0.2rem;}
.productsdetail .btnlist .btngo i{ transform: rotate(180deg); font-size: 24px;}
.productsdetail .btnlist .btngo:hover{ color: var(--main-color);}
.productsdetail .btnlist .btnmenu{ width: 40px; height: 40px; background: #f0f0f0; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; outline: none; position: relative;}
.productsdetail .btnlist .btnmenu svg{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2; }
.productsdetail .btnlist .btnmenu .cir2{stroke-dashoffset:516;stroke-dasharray:516; animation:yuan 3s linear forwards infinite;}
.productsdetail .btnlist .btn{ color: #747474; display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; margin: 0 0.2rem; cursor: pointer; outline: none;}
.productsdetail .btnlist .btn-next i{ transform: rotate(180deg);}
.productsdetail .btnlist .btn:hover{ color: var(--main-color);}

.productsdetail .swiperlist{ position: absolute; left: -110px; bottom: 90px; width: 388px; background: rgba(255,255,255,0.85); box-sizing: border-box; box-shadow: 0 0 5px rgba(0,0,0,0.31); padding: 15px 20px; z-index: 2; border: 2px solid #d1d1d1; border-radius: 10px; display: none;}
.productsdetail .swiperlist .tit{ display: flex; justify-content: space-between; align-items: center;}
.productsdetail .swiperlist .tit .z1{ margin: 0; font-size: 18px; color: #111;}
.productsdetail .swiperlist .tit .close{ width: 36px; height: 36px; display: flex; margin: 0; align-items: center; justify-content: center; background: #f0f0f0; border-radius: 50%; cursor: pointer; outline: none;}
.productsdetail .swiperlist .line{ margin: 12px 0 20px; height: 1px; background: #ebebeb; display: block;}
.productsdetail .swiperlist .list{ overflow: hidden; height: 4rem; overflow-y: auto; scrollbar-width: thin; scrollbar-color: var(--main-color) #f0f0f0;}
.productsdetail .swiperlist .list::-webkit-scrollbar{ width: 3px; height: auto;}
.productsdetail .swiperlist .list::-webkit-scrollbar-track{ background: #f0f0f0;}
.productsdetail .swiperlist .list::-webkit-scrollbar-thumb{ background: var(--main-color);}
.productsdetail .swiperlist .list .item{ font-size: 15px; display: flex; align-items: center; margin-bottom: 0.2rem; cursor: pointer;}
.productsdetail .swiperlist .list .item:before{ content: ""; display: inline-block; width: 5px; height: 5px; background: var(--main-color); border-radius: 50%; margin-right: 0.1rem;}
@media (min-width:1082px){
    .productsdetail .txt{ position: absolute; left: 1rem; top: 50%; transform: translateY(-50%) translateX(-200%); z-index: 1; width: 6.2rem; transition: transform 1s ease-in-out;}
    .productsdetail .swiper-slide-active .txt{ transform: translateY(-50%) translateX(0);}
    .productsdetail .btnlist{ position: absolute; bottom: 0.8rem; right: 1.42rem; z-index: 2; }
}
@media (min-width:1px) and (max-width:1081px){
    .productsdetail .btnlist{ width: 100%; margin: 0.3rem 0;}
    .productsdetail .swiperlist{ left: 0; width: 100%;}
}
/**********产品页面**********/


/**********联系我们**********/
.contact{margin-top: 1.55rem;}
.contact .info{ }
.contact .info .z1{ font-size: 0.36rem; margin-bottom: 0.3rem;}
.contact .info .z2{ font-size: 0.36rem;}
.contact .info .lxfs{ margin-top: 1rem;}
.contact .info .lxfs .item{ padding: 0.3rem 0; display: flex; align-items: center; border-bottom: 1px solid #e6e6e6; font-size: 24px;}
.contact .info .lxfs .item i{ color: var(--main-color); font-size: 24px; margin-right: 0.24rem;  white-space: nowrap;text-overflow: ellipsis;}
.contact .info .lxfs .item img{ margin: 0;}
.contact .info .lxfs .item.code{ align-items: flex-start;}
@media (min-width:1082px){
    .contact .info{ position: absolute; top: 2rem; left: 1rem; z-index: 1; width: 5.3rem;}
}
@media (min-width:1px) and (max-width:1081px){
    .contact{ margin-top: 0;}
    .contact .info{ padding: 0.6rem 15px;}
    .contact>img{ display: none;}
}

.contact1{ padding: 0 0 0.9rem;}
.contact1 .container{ }
.contact1 .indextit{ text-align: center;}
.contact1 .list{ margin-top: 0.2rem;}
.contact1 .list .item{ padding: 0.6rem 0.45rem; box-sizing: border-box; margin: 0; width: calc((100% - 10px)/2); margin-right: 10px; background: #eff8f2;}
.contact1 .list .item .z1{ font-size: 24px; margin: 0.25rem 0;}
.contact1 .list .item .p1{ font-size: 16px; line-height: 1.875; color: #666;}
.contact1 .list .item .more{ padding: 0.13rem 0.22rem; line-height: 1; display: inline-flex; justify-content: center; align-items: center; color: #001111; font-size: 16px; border: 0; cursor: pointer; transition: all 0.35s; transform: translateY(0); text-transform: capitalize; font-weight: 700; margin-top: 0.35rem;}
.contact1 .list .item .more i{ margin-right: 0.15rem;}
.contact1 .list .item .more:hover{ color: #fff;}
@media (min-width:1082px){
    .contact1 .list .item:nth-child(2){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
    .contact1 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.2rem;}
}

.leave{}
.leave .feedbackbox{}
.leave .feedbackbox .input{display: block; margin-bottom: 0.15rem;}
.leave .feedbackbox label{ font-size: 16px; color: var(--main-color);display: none; margin-bottom: 0.1rem; }
.leave .feedbackbox label span{ color: red;}
.leave .feedbackbox input[type='text']{ margin: 0; width: 100%; height: 48px; box-sizing: border-box; background: #fcfcfc; border:1px solid #eaeaea; padding: 0 0.15rem; font-size: 14px; border-radius: 5px;}
.leave .feedbackbox input[type='text']::placeholder{ color: #818180;}
.leave .feedbackbox textarea{ width: 100%; height: 1.6rem; box-sizing: border-box; background: #fcfcfc; font-size: 14px; resize: none; border: 1px solid #eaeaea; padding: 0.1rem 0.15rem; border-radius: 5px;}
.leave .feedbackbox textarea::placeholder{ color: #818180;}
.leave .feedbackbox .btn{ }
.leave .feedbackbox button{ padding: 0.13rem 0.22rem; line-height: 1; display: flex; justify-content: center; align-items: center; color: #001111; font-size: 16px; border: 0; cursor: pointer; transition: all 0.35s; transform: translateY(0); text-transform: capitalize; font-weight: 700;}
.leave .feedbackbox button i{ margin-right: 0.15rem;}
.leave .feedbackbox button:hover{ color: #fff;}
@media (min-width:1082px){
    .leave .feedbackbox .input{  width: calc((100% - 0.35rem)/2); margin-right: 0.35rem; }
    .leave .feedbackbox .input:nth-child(2n){ margin-right: 0;}
    .leave .w100{ width: 100%!important; margin-right: 0!important; display: block!important; }
}
@media (min-width:1px) and (max-width:1081px){
	.leave{ margin-bottom: 0.6rem;}
    .leave .input{ width: 100%;}
	.leave .input input{ height: 40px;}
}
/**********联系我们**********/


/**********公共样式**********/

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou .maintit{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size:18px; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem;}

.PrivacyPolicy{ padding: 0.6rem 0;}
.PrivacyPolicy h3{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.PrivacyPolicy article{ line-height: 2; font-size:16px;}
.PrivacyPolicy article h4{ font-size:18px;}

.currertkeywords{margin-top:0.5rem;font-size:18px;color:#666;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#333;}

.ValidationError{ border-width: 1px; border-style: solid; border-color: red;}
.error{ text-align: center; padding: 0.5rem 0;}
.error a{ width: 240px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d5d5d5; font-size: 14px; text-transform: capitalize;}

.pagination-container{ overflow: hidden; text-align: center;}

.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: 9999; 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: var(--main-color); display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
.floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
.floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
.floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
.floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
.floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	.floatForm[typeof='open']{ bottom: 50px;}
}
/**********右侧浮动**********/

/**********分页样式**********/
.pagination{display:inline-block;margin:10px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin:0 3px; width: 34px; height: 34px; line-height: inherit; border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:14px; display: flex; justify-content: center; box-sizing: border-box; align-items: center;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{background-color:var(--main-color); color: #fff; border-color: var(--main-color);}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:var(--main-color);background-color:var(--main-color);color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span{border-color:#ddd;background-color:#fff;color:#999;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager:after,.pager:before{display:table;content:" ";}
.pager:after{clear:both;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#999;cursor:not-allowed;}
/**********分页样式**********/

/*****GoogleCookie******/
.GoogleCookie{display:block; position:fixed;bottom: 0px;  left:0px; width:100%; background:rgba(0,0,0,0.7);animation:myfirst 1.5s;-webkit-animation:myfirst 1.5s;z-index:999; }
.GoogleCookie .txt{display:block; padding:1% 5%;}
.GoogleCookie .txt h4{font-size:18px!important; font-weight:bold; display:block; color:#fff!important;}
.GoogleCookie .txt p{font-size:16px!important; display:block;color:#fff!important;}
.GoogleCookie .txt button{padding:10px 15px; font-size:16px; background:rgba(0,0,0,0.7);color:#fff!important; border:solid 1px #333333; border-radius:5px; cursor:pointer;}
.GoogleCookie .txt button:last-child{margin-left:25px;}
@keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
@-webkit-keyframes myfirst {from {bottom: -250px;}to {bottom: 0px;}}
.OpenGoogleCookie{position:fixed;bottom:25px; right:0px;z-index:9999; width:50px; height:50px; display:none;}
.OpenGoogleCookie a{ width:50px; height:50px; cursor:pointer;}
.OpenGoogleCookie a img{display:block; width:50px; height:50px;}
.OpenGoogleCookie a:hover p{display:block;}
.OpenGoogleCookie p {position: absolute;right: 50px;top:0px;width: 160px; display:none;}
.OpenGoogleCookie p span{float:right; width:140px; color: #dddddd;font-size: 12px!important;text-align: center;line-height: 2em; background:#333; }
.OpenGoogleCookie p i{float:right; margin-right:0px; border-style: solid; border-color: transparent; border-width: 12px 0 12px 12px; border-left-color: #333; }
 @media (min-width:1px) and (max-width:768px){.GoogleCookie{bottom: 50px;}.OpenGoogleCookie{bottom:50px} }











