/**********样式重置**********/
html{font-size: var(--size);}

html,body{
    -ms-overflow-style: scrollbar;/*解决ie浏览器右侧滚动条遮挡内容问题*/
    -webkit-overflow-scrolling: touch;/*解决iOS滚动条被卡住的问题*/
    scroll-behavior: smooth;/*滚动到指定位置*/
    margin:0 auto;
}
body{ font-family: var(--fontfamily); background-color:#fff; overflow-x:hidden; color: #2a1f1c; box-sizing: border-box; margin: 0 auto;}
a{ color:#333333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:var(--main-color);}
.keylink{ color: var(--main-color); font-weight:bold;}
img,li{ vertical-align:top; border:0px; list-style-type: none; box-sizing: border-box;}
img{ max-width:100%; height: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both; padding: 0; box-sizing: border-box;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal; box-sizing: border-box;}
body,td,th{ font-family: var(--fontfamily); font-size:12px; box-sizing: border-box;}
input,textarea{ font-family: var(--fontfamily); border:0; outline:medium; box-sizing: border-box;}

@media (min-width:1px) and (max-width:1081px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1082px){
	.container{ width: 100%; padding: 0 0.4rem; box-sizing: border-box; margin: 0 auto;}
}
@media (min-width:1300px){
	.container{ width: 1200px; padding: 0; box-sizing: border-box; margin: 0 auto;}
}
@media (min-width:1460px){
	.container{ width: 1360px; padding: 0; box-sizing: border-box; margin: 0 auto;}
}

/**********样式重置**********/

/**********头部**********/

.header{ position: fixed; left: 0; top: 0; right: 0; z-index: 11; box-sizing: border-box; transition: linear 0.35s; background: #fff;}
@media (min-width:1082px){
	.header .container{  display: flex; align-items: center; box-sizing: border-box; justify-content: space-between;}
	.header.fis_show{ box-shadow: 0 0 5px #ddd; background: #fff; top: 0;}
}

@media (min-width: 1px) and (max-width: 1081px) {
	.header{ box-shadow: 0 0 5px #ddd; background: #fff; top: 0;}
}

.header .logo{ display: inline-flex; margin: 0; position: relative; z-index: 2;}
.header .logo a{ display: block; padding: 0.15rem 0; transition: linear 0.35s;}
.header .logo img{ width: auto; height: 53px; transition: linear 0.35s;}

@media (min-width:1082px){
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .logo{ display: inline-block;}
	.header .logo a{ padding: 10px 0; }
	.header .logo img{ height: 35px; width: auto;}
}

.header .menu{ margin: 0; position: relative; z-index: 1; display: inline-flex; align-items: center;}

.header .menu .jdmenu{}
.header .menu .jdmenu>ul>li{ font-size: 16px; position: relative; font-weight: bold;}
.header .menu .jdmenu>ul>li>a{ display: flex; color: #2b2860; position: relative; transition: linear 0.3s; overflow: hidden; text-transform: capitalize; z-index: 1;}
.header .menu .jdmenu>ul>li>a>b{ display: inline-block; color: #2b2860; font-size: 12px; overflow: hidden; margin-left: 5px;}
.header .menu .jdmenu>ul>li>a:after{ content: ""; position: absolute; left: 50%; bottom: 0.15rem; transform: translateX(-50%); width: 0; height: 2px; background: var(--main-color); transition: width .3s ease,left .3s ease}
.header .menu .jdmenu>ul>li:first-child>a>i{ color: var(--main-color);margin-right: 0.1rem;}
@media (min-width: 1082px) {
    .header .menu{ }
    .header .menu .jdmenu{ position: relative; z-index: 2;}
	.header .menu .jdmenu>ul{ display: flex; justify-content: center;}
	.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: 0.265rem 0.15rem; align-items: center;}
	.header .menu .jdmenu>ul>li>a .icon-nav{ }
	
	
	.header .menu .jdmenu>ul>li.active>a,.header .menu .jdmenu>ul>li:hover>a{ color: var(--main-color);}
	.header .menu .jdmenu>ul>li.active>a>b,.header .menu .jdmenu>ul>li:hover>a>b{ color: var(--main-color);}
	.header .menu .jdmenu>ul>li:nth-child(n+2).active>a:after,.header .menu .jdmenu>ul>li:nth-child(n+2):hover>a:after{ width: 80%;}
}
@media (min-width:1100px){
	.header .menu .jdmenu>ul>li{ font-size: 20px}
}

@media (min-width: 1px) and (max-width: 1081px){
	.header .menu{ padding: 0; display: flex;}
	.header .menu .jdmenu{ position: fixed; left: 0; right: 0; top: 55px; height: 0px; transition: linear 0.5s; overflow: hidden; background: #fff; box-sizing: border-box;}
	.header .menu .jdmenu[typeof='open']{ height: calc(100% - 72px); bottom: 52px; border-top: 1px solid #999;}
	.header .menu .jdmenu>ul{ overflow-y: auto; width: 100%; box-sizing: border-box; height: calc(100% - 122px); padding-top: 30px;}
	.header .menu .jdmenu>ul>li{ border-bottom: 1px solid #d5d5d5; font-size: 16px;}
	.header .menu .jdmenu>ul>li>a{ padding: 15px 0.4rem; 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 .menu .jdmenu>ul>li.open>a>b{ transform: rotate(180deg);}
	.header .menu .jdmenu>ul>li:last-child>a{ padding:20px; margin-top:0;}
}

.header .info{ display: inline-flex; margin-right: 0; align-items: center; position: relative;}
.header .info .btn{ background: var(--text-color); font-size: 16px; color: #fff; font-weight: bold; padding: 7px 0.35rem; cursor: pointer;}
.header .info .btn i{ font-size: 20px; font-weight: normal; color: #f7931d; margin-right: 5px;}
/*.header .info .searchclick{ margin-right: 0.25rem; display: inline-block; cursor: pointer; color: #fff;}
.header .info .searchclick i{ font-size: 20px;}

.header .info .btn1{ padding: 0.1rem 0.3rem; display: inline-block; background: var(--hover-color); border-radius: 0.6rem; font-size: 12px;  margin-left: 0.25rem; color: #fff; cursor: pointer;}

.header .info .btnlanger{ display: inline-flex; align-items: center; cursor: pointer; font-size: 12px; color: #fff;}
.header .info .btnlanger i:first-child{ font-size: 20px; margin-right: 0.1rem;}
.header .info .btnlanger i:last-child{ font-size: 14px; margin-left: 0.1rem;}*/

@media (min-width: 1082px) {
	.header .info{}
}
@media (min-width: 1500px) {
	.header .info{ margin-left: 0.2rem;}
	.header .info .btn{ font-size: 18px;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .info{ position: absolute; right: 60px; top: -48px; z-index: 3;}
	.header .info .btnlanger{ color: #333;}
}

.searchbtn{ width: 90%; position: relative; z-index: 1;}
.searchbtn:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: var(--main-color); z-index: -1;}
.searchbtn>form{ display: flex; justify-content: space-between; width: 100%; overflow: hidden; box-sizing: border-box; padding: 0 0.2rem;}
.searchbtn>form>input{ margin: 0; width: calc(100% - 30px); background: none; border: 0; color: #fff; box-sizing: border-box;height: 42px;}
.searchbtn>form>input::placeholder{ color: #333;}
.searchbtn>form>button{ margin: 0; width: 30px; background: none; cursor: pointer; border: 0; display: inline-flex; align-items: center; justify-content: center; outline: none;}
.searchbtn>form>button>i{ color: #fff;}

/*.btnlangerlist{ position: fixed; right: 0; top: -100%; width: 3.4rem; padding: 1rem 0.3rem; z-index: 12; background: #fff; overflow: hidden; transition: linear 0.35s; box-shadow: 0 0 0.15rem rgba(0,0,0,.3); box-sizing: border-box;}
.btnlangerlist .close{ position: absolute; top: 0.5rem; right: 0.3rem; cursor: pointer; z-index: 9}
.btnlangerlist .close i{ font-size: 0.3rem;}
.btnlangerlist>ul{ }
.btnlangerlist>ul>li{ margin: 0; width: calc((100%)/1); font-size:16px; border-bottom: #ddd solid 1px;}
.btnlangerlist>ul>li>a{ display: flex; align-items: center; padding:.2rem .2rem; color: #333;}
.btnlangerlist>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; }
.btnlangerlist>ul>li>a>b{ margin: 0; font-size: 14px; padding-left: 5px;}
.btnlangerlist>ul>li>a>span{ padding-left: 5px; font-size: 14px; margin-left: auto; margin-right: 0; color: #999;}
.btnlangerlist.active{ top: 0;}*/

@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.btnlangerlist{ width: 50%;}
	.btnlangerlist>ul>li>a>b{ font-size: 12px;}
	.btnlangerlist>ul>li>a>span{ font-size: 12px;}
}

/*二级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 100%; background: #fff; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 0 0 3px #d3d3d3;}
.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.11rem 0.2rem; display: flex; align-items: center;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a>b{ flex: 1; margin: 0;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a>span{ margin: 0; margin-left: 0.5rem;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>a>span>i{ font-size: 0.21rem; color: var(--main-color);}

/*三级导航*/
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ min-width: 100%; background: #fff; position: absolute; left: 100%; top: 0; display: none; z-index: 8; box-sizing: border-box;}
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd solid 1px; font-size: 0.13rem; }
.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ color: #333; font-weight: 500; padding: 0.1rem 0.2rem 0.1rem 0.26rem; display: block;text-transform: capitalize}


@media (min-width: 1082px) {
	.header .menu .jdmenu>ul>li>.dropdown-menu{ min-width: 200px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a{background: var(--main-color); color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>a>span>i{ color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:last-child{ border-bottom: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li:hover>ul{ display: block;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ box-shadow: 2px 2px 5px #d5d5d5;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ text-overflow:ellipsis; white-space: nowrap;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:hover>a{ background: #333; color: #fff;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li:last-child{ border-bottom: 0;}
	
	.header .menu .jdmenu>ul>li>.dropdown-menu.langer{ width:50px; min-width: inherit;}
	.header .menu .jdmenu>ul>li>.dropdown-menu.langer>li>a{ padding: 0.1rem;}
	.header .menu .jdmenu>ul>li>.dropdown-menu.langer>li>a span{ display: none; margin: 0; margin-left: 5px; font-size: 0.14rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.header .menu .jdmenu>ul>li>.dropdown-menu{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin:5px 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li{ text-align: left; font-size: 16px; border-style: dotted;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>a{ display: flex; padding: 15px 30px}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li{ border-bottom: #ddd dashed 1px;}
	.header .menu .jdmenu>ul>li>.dropdown-menu>li>ul>li>a{ padding: 10px 36px;}
}


.search{ position:fixed; right: 0; top: 0; left: 0; background: #414141; height: 0; transition: linear 0.65s; overflow: hidden; z-index: 11}
.search[typeof='on']{ height: 0.84rem;}
.search .close{ position: absolute; right: 15px; top: 0.24rem; color: #fff; cursor: pointer; transition: linear 0.65s;}
.search .close i{ font-size: 0.4rem;}
.search .searchlist{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 50%; text-align: center;}

.search form{ display: flex; transition: linear 0.35s; z-index: 2; padding: 0px 10px;background: #fff; }
.search form>input{ flex: 1; height: 40px; padding: 10px 10px; background: #fff; color: #342c2a; border:0; transition: linear 0.5s;}
.search form>button{ width: 40px; background: none; border: 0; cursor: pointer; outline: none; color: #342c2a;}
.search form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}
/*.search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/
@media (min-width: 1082px) {
}
@media (min-width: 1px) and (max-width: 1081px){
	.search .searchlist{ width: 80%; box-sizing: border-box; padding: 0 3vw;}
}
/**********头部**********/

/**********大图切换**********/
.bframe{ overflow: hidden; z-index: 1; position: relative;}
.bframe .swiper-slide{ overflow: hidden; position: relative;}
.bframe .swiper-slide a{ display: block; position: relative;}
.bframe .swiper-slide img{ width: 100%; height: 100%; object-fit: cover;}

.bframe .swiper-pt{ position: absolute;  bottom: 0.75rem; z-index: 9; }
.bframe .swiper-pt .swiper-pagination-bullet{ display: inline-block; width: 0.1rem; height: 0.1rem; border: 0; opacity: 1; transition: linear 0.35s; position: relative; z-index: 2; border-radius: 50%; background: #fff; margin: 0 7px;}
.bframe .swiper-pt .swiper-pagination-bullet-active{ background: var(--main-color);}

.bframe .btn{ width: 0.48rem; height: 0.48rem; display: none; align-items: center; justify-content: center; box-sizing: border-box; border: 1px solid #fff; border-radius: 50%; margin: 0.13rem 0; color: #fff; cursor: pointer; outline: none;}
.bframe .btn i{ font-size: 12px; display: block;}
.bframe .btn:hover{ background: #2552a1;}
.bframe .btn-prev{ left: 0;}
.bframe .btn-prev i{ transform: rotate(180deg);}
.bframe .btn-next{ right: 0;}

.bframe video{ width: 100%; height: auto;}

@media (min-width: 1082px) {
	.bframe { margin-top: 0.83rem;}
}
@media (min-width: 1px) and (max-width: 1081px){
	.bframe{ margin-top: 55px;}
	.bframe .swiper-pt{ bottom: 0.2rem;}
}

/**********大图切换**********/


/**********首页样式**********/

.iframe{ padding: 0.85rem 0 0.95rem; background: #f7f8fa; position: relative;}
.iframe:before{ content: "\e8d6"; position: absolute; right: 21.5%; top: 0.55rem; font-family: "iconfont"; font-size: 0.38rem; color: var(--main-color); z-index: 1; animation: bounce 4s linear infinite; }
.iframe:after{ content: ""; position: absolute; right: 7.8%; bottom: 2.8rem; z-index: 1; animation: bounce 2.6s linear infinite; background: #149ffa; width: 0.3rem; height: 0.3rem; border-radius: 50%;}
.iframe .flex_between{ align-items: center;}
.iframe .lt{ margin: 0; width: calc(50% - 0.1rem); position: relative; z-index: 2;}
.iframe .fr{ margin: 0; width: calc(50% - 0.6rem); position: relative; z-index: 2;}
.iframe .fr b{ font-size: 18px; color: var(--main-color);}
.iframe .fr h2{ font-size: 0.42rem; color: var(--text-color); line-height: 1.3;}
.iframe .fr h2 span{ font-family: var(--font1);}
.iframe .fr .context{ font-size: 16px; color: #5c6c86; line-height: 1.875; margin: 0.35rem 0;}
.iframe .fr dl{ margin-bottom: 0.35rem;}
.iframe .fr dl dd{ display: flex; align-items: center; font-size: 16px; line-height: 1.875; color: #5c6c86;}
.iframe .fr dl dd i{ font-size: 24px; color: #88cff4; margin-right: 0.2rem;}
.iframe .fr img{ display: block; margin: 0;}
.iframe .fr .linkmore{ margin-top: 0.85rem;}
.iframe .list{ margin-top: 1rem;}
.iframe .list .item{ margin: 0; width: calc((100%)/4); box-sizing: border-box; padding: 0 0.6rem; text-align: center; position: relative; z-index: 1;}
.iframe .list .item i{ color: #eceef3; font-size: 0.5rem; position: absolute; top: 0; right: 0.7rem; z-index: -1;}
.iframe .list .item h3{ display: flex; justify-content: center; align-items: flex-end;}
.iframe .list .item h3 span{ font-size: 0.65rem; font-weight: bold; color: var(--main-color); line-height: 1;}
.iframe .list .item h3 em{ font-style: normal; font-size: 16px; font-weight: bold; color: var(--main-color); margin-bottom: 0.1rem; margin-left: 0.14rem;}
.iframe .list .item p{ font-size: 16px; color: #5c6c86; margin-top: 0.15rem;}
.iframe .list .item:nth-child(3) h3 { align-items: center;}
.iframe .list .item:nth-child(3) h3 em{ margin-bottom: 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe .lt{ width: 100%;}
    .iframe .fr{ width: 100%; margin-top: 0.3rem;}
    .iframe .list .item{ width: calc((100%)/2); margin-bottom: 0.2rem;}
}


.iframe1{ position: relative; z-index: 1; padding: 0.7rem 0 0.9rem; text-align: center;}
.iframe1:before{ content: "\e8d6"; position: absolute; left: -0.9rem; top: 50%; transform: translateY(-50%); font-family: "iconfont"; font-size: 1.8rem; color: #88cff4; z-index: 1; animation: bounce 4s linear infinite; }
.iframe1 .container{ position: relative; z-index: 1;}
.iframe1 .container:before{ content: "\e8d6"; position: absolute; left: 0.6rem; top: 0.55rem; font-family: "iconfont"; font-size: 0.38rem; color: #88cff4; z-index: 1; animation: bounce 4s linear infinite; }
.iframe1 .container:after{ content: ""; position: absolute; right: -0.8rem; bottom: 40%; z-index: 1; animation: bounce 2.6s linear infinite; background: var(--main-color); width: 0.17rem; height: 0.17rem; border-radius: 50%;}
.iframe1 .tit{ }
.iframe1 .tit b{ font-size: 18px; color: var(--main-color); display: block; margin-bottom: 0.1rem;}
.iframe1 .tit p{ margin-top: 0.2rem; font-size: 16px; color: #5c6c86; line-height: 1.5;}
.iframe1 .list{ margin-top: 0.55rem;}
.iframe1 .list .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.4rem; box-sizing: border-box; box-shadow: 9px 0 0.57rem rgba(43,40,96,0.17); background: #fff;}
.iframe1 .list .item .img{ overflow: hidden; padding: 0.15rem;}
.iframe1 .list .item .txt{ padding: 0.15rem 0.2rem; text-align: left;}
.iframe1 .list .item .txt h3{ font-size: 17px; font-weight: 400; color: #5c6c86; line-height: 1.4;}
.iframe1 .list .item .txt .line{ display: inline-block; margin: 0.15rem 0; width: 0.44rem; height: 3px; background: linear-gradient(to right,var(--text-color) 50%,var(--main-color) 50%)}
.iframe1 .more{ margin: 0 auto; display:inline-flex; font-size: 18px; align-items: center; color: var(--text-color); font-weight: 400;}
.iframe1 .more i{ margin-left: 0.1rem; display: inline-block; font-size: 20px;}
@media (min-width:1082px){
	.iframe1 .list .item:nth-child(4n){ margin-right: 0;}
	.iframe1 .list .item:hover .img img{ transform: scale(1.1)}
	.iframe1 .list .item:hover .txt{ background: var(--text-color);}
	.iframe1 .list .item:hover .txt h3{ color: #fff;}
	.iframe1 .list .item:hover .txt .line{ background: linear-gradient(to right,#fff 50%,var(--main-color) 50%)}
	.iframe1 .more:hover{ color: var(--main-color);}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe1 .list .item{ width: calc((100% - 0.3rem)/2);}
    .iframe1 .list .item:nth-child(2n){ margin-right: 0;}
}

.iframe2{ padding: 1rem 0 0.95rem; background: var(--text-color);}
.iframe2 .tit{ text-align: center; color: #fff; position: relative; margin-bottom: 0.55rem;}
.iframe2 .tit h2{ font-family: var(--font1); font-size: 0.42rem; display: inline-block; position: relative;}
.iframe2 .tit p{ font-size: 16px; line-height: 1.5; margin-top: 0.15rem;}
.iframe2 .tit:before{ content: ""; position: absolute; left: 0.2rem; top: 0; width: 1.89rem; height: 0.57rem; background: url(/dist/images/1_01.png) no-repeat center center / 100% 100%;}
.iframe2 .tit h2:after{ content: ""; position: absolute; right: -2.52rem; top: -0.37rem; width: 1.82rem; height: 0.77rem; background: url(/dist/images/1_02.png) no-repeat center center / 100% 100%;}
.iframe2 .swiper{}
.iframe2 .swiper .item{ display: block;}
.iframe2 .swiper .item .img{ overflow: hidden; height: 4.9rem; position: relative;}
.iframe2 .swiper .item .img img{ width: 100%; height: 100%; object-fit: cover;}
.iframe2 .swiper .btn{ position: absolute; top: 50%; transform: translateY(-50%); z-index: 1; cursor: pointer; outline: none; display: inline-block;}
.iframe2 .swiper .btn i{ font-size: 0.4rem; color: #fff; display: block;}
.iframe2 .swiper .btn-next i{ transform: rotate(180deg);}
.iframe2 .swiper .btn-prev{ left: 0.35rem;}
.iframe2 .swiper .btn-next{ right: 0.35rem;}
@media (min-width:1082px){
	.iframe2 .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and  (max-width:1081px){
}


.iframe3{ position: relative; padding: 0.95rem 0.85rem;}
.iframe3:before{ content: "\e8d6"; position: absolute; left: -0.9rem; top: 50%; transform: translateY(-50%); font-family: "iconfont"; font-size: 1.8rem; color: #88cff4; z-index: 1; animation: bounce 4s linear infinite; }
.iframe3:after{ content: ""; position: absolute; right: 6%; top: 20%; z-index: 1; animation: bounce 2.6s linear infinite; background: var(--main-color); width: 0.12rem; height: 0.12rem; border-radius: 50%;}
.iframe3 .item{ align-items: center;}
.iframe3 .item .img{ margin: 0; width: calc(50% - 0.3rem); position: relative; z-index: 1;}
.iframe3 .item .img:before{ content: ""; position: absolute; left: -0.4rem; top: 0; width: 100%; height: 50%; background: #ebecf3; z-index: -1; transform: rotate(-15deg);}
.iframe3 .item .txt{ margin: 0; width: calc(50% - 0.8rem);}
.iframe3 .item .txt b{ display: block; font-size: 18px; color: var(--main-color); margin-bottom: 0.1rem;}
.iframe3 .item .txt h2{ font-size: 0.42rem; font-family: var(--font1); line-height: 1; color: var(--text-color); margin-bottom: 0.3rem;}
.iframe3 .item .txt p{ font-size: 16px; line-height: 1.875; color: #5c6c86;}
.iframe3 .item .txt p:nth-child(4){ font-weight: 800;}
.iframe3 .item .txt p:not(last-child){ margin-bottom: 0.3rem;}
.iframe3 .item:first-child{ margin-bottom: 1.5rem;}
@media (min-width:1082px){
	.iframe3 .item:nth-child(2n+1){ flex-direction: row-reverse;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe3{ padding: 0.6rem 15px;}
    .iframe3 .item .img{ width: 100%;}
    .iframe3 .item .txt{ width: 100%; margin-top: 0.3rem;}
}


.iframe4{ padding: 0.95rem 0 0.65rem; position: relative; z-index: 1; background: #f7f8fa;}
.iframe4:before{ content: "\e8d6"; position: absolute; right: 5.98%; top: 0.55rem; font-family: "iconfont"; font-size: 0.4rem; color: #88cff4; z-index: 1; animation: bounce 4s linear infinite; }
.iframe4 .tit{ position: relative;}
.iframe4 .tit b{ display: block; font-size: 18px; color: var(--main-color); margin-bottom: 0.1rem;}
.iframe4 .tit h2{ font-size: 0.42rem; font-family: var(--font1); line-height: 1; color: var(--text-color); margin-bottom: 0.3rem;}
.iframe4 .tit dl{}
.iframe4 .tit dl dd{ display: inline-block; font-size: 18px; padding: 0.1rem 0.3rem; box-sizing: border-box; border: 1px solid var(--text-color); margin-left: 0.12rem; cursor: pointer;}
.iframe4 .tit dl dd.active{ background: var(--text-color); color: #fff; box-shadow: 9px 0 0.46rem rgba(43,40,96,0.28);}
.iframe4 .list{ margin-top: 0.5rem;}
.iframe4 .list .item{ margin: 0; width: calc((100% - 1.05rem)/4); margin-right: 0.35rem;}
.iframe4 .list .item .img{ overflow: hidden;}
.iframe4 .list .item .img img{ width: 100%; height: auto;}
.iframe4 .list .item .txt{ margin-top: 0.25rem;}
.iframe4 .list .item .txt h3{ font-size: 20px; line-height: 1.8; color: #54637c; height: 5.4em;}
.iframe4 .list .item .txt span{ font-size: 16px; display: inline-flex; align-items: center; color: var(--main-color); margin-top: 0.4rem; font-family: var(--font1);}
.iframe4 .list .item .txt span i{ font-size: 20px;}
@media (min-width:1082px){
	.iframe4 .tit dl{ position: absolute; right: 0; bottom: 0;}
	.iframe4 .list .item:nth-child(4){ margin-right: 0;}
	.iframe4 .list .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe4 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}

.iframe5{ padding: 0.8rem 0 0.95rem; position: relative; z-index: 1; }
.iframe5:before{ content: "\e8d6"; position: absolute; left: 0; top: 20%; font-family: "iconfont"; font-size: 1.8rem; color: #e6f5fd; z-index: 1; animation: bounce 4s linear infinite; }
.iframe5 .indexfeedback{ padding: 0.6rem 0.55rem 0.75rem 0.55rem; border-radius: 0.2rem; background: #f4bb80; position: relative;}
.iframe5 .indexfeedback:after{ content: ""; width: 1.37rem; height: 1.68rem; background: url(/dist/images/1_03.png) center center / cover; position: absolute; right: -0.1rem; top: 48%;z-index: 1;}
.iframe5 .indexfeedback h2{ font-family: var(--font1); font-size: 0.42rem; color: #fff; text-align: center; line-height: 1;}
.iframe5 .indexfeedback .line{ display: block; height: 1px; margin: 0.35rem 0 0.5rem; background: #fff; opacity: .29;}
.iframe5 .indexfeedback .input{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; margin-bottom: 0.25rem; position: relative; z-index: 2;}
.iframe5 .indexfeedback .input label{ display: block; font-size: 20px; font-weight: 500; color: #fff; margin-bottom: 0.15rem;}
.iframe5 .indexfeedback .input input[type='text']{ width: 100%; height: 46px; box-sizing: border-box; border-radius: 5px; background: rgba(255,255,255,0.76); padding: 0.1rem;}
.iframe5 .indexfeedback .input dl{}
.iframe5 .indexfeedback .input dl dd{ margin: 0; font-size: 18px; color: #fff; margin-right: 0.5rem; display: inline-flex; align-items: center;}
.iframe5 .indexfeedback .input dl dd input[type='radio']{ margin-right: 0.15rem; width: 0.2rem; height: 0.2rem; border: 0;}
.iframe5 .indexfeedback .input textarea{ width: 100%; height: 1.4rem; box-sizing: border-box; border-radius: 5px; background: rgba(255,255,255,0.76); padding: 0.1rem; resize: none;}
.iframe5 .indexfeedback .button{}
.iframe5 .indexfeedback .button button{ padding: 0.1rem 0.4rem; background: #5425e2; border-radius: 5px; border: 0; display: inline-flex; align-items: center; font-size: 20px; font-weight: 500; color: #fff; cursor: pointer; outline: none;}
.iframe5 .indexfeedback .button button i{ font-size: 22px; margin-right: 0.1rem;}
@media (min-width:1082px){
	.iframe5 .indexfeedback .input:nth-child(3n){ margin-right: 0;}
	.iframe5 .indexfeedback .w70{ width: calc(100% - calc((100% - 0.4rem)/3) - 0.2rem); margin-right: 0;}
	.iframe5 .indexfeedback .w100{ width: 100%; margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .iframe5 .indexfeedback .input{ width: 100%; margin-right: 0;}
}


/**********首页样式**********/


/**********底部样式**********/
.footer{  background-repeat: no-repeat; background-size: cover; background-position: center bottom;}

.footer .barrier{ padding: 0.8rem 0 0.65rem;}
.footer .barrier .footlogo{ display: flex; justify-content: space-between; align-items: flex-end;}
.footer .barrier .footlogo img{}
.footer .barrier .footlogo .line{ flex: 1; margin-left: 0.3rem; background: #bbbfc8; height: 1px; opacity: 0.17;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.footer footer{ position: relative; z-index: 2;  padding: 0 0 0.85rem;}
.footer footer .container{ display: flex; justify-content: space-between;}
.footer footer .lt{ margin: 0; width: calc(100% - 55% - 1.75rem);}
.footer footer .fr{ margin: 0; width: 55%;}
.footer footer h2,.footer footer dl dt{ font-size: 24px; font-weight: 500; color: #fff; margin-bottom: 0.4rem; text-transform: uppercase;}
.footer footer .info{}
.footer footer .info .item{ display: flex; justify-content: space-between; margin-bottom: 0.4rem;}
.footer footer .info .item .tag{ margin: 0; width: 0.48rem; height: 0.48rem; background: rgba(255,255,255,0.21); display: flex; align-items: center; justify-content: center; color: #fff;}
.footer footer .info .item .tag i{ font-size: 0.26rem;}
.footer footer .info .item .txt{ margin: 0; width: calc(100% - 0.48rem - 0.2rem); font-size: 16px; color: #bbbfc8;}
.footer footer .info .item .txt h3{}
.footer footer .info .item .txt p{}
.footer footer .info .item .txt p a{ color: #bbbfc8;}
.footer footer .info .item .txt p a:hover{ color: var(--main-color);}

.footer footer .share{}
.footer footer .share a{ background: rgba(255,255,255,0.21);  display: flex; align-items: center; justify-content: center; color: #fff; width: 32px; height: 32px; margin-right: 0.15rem;}
.footer footer .share a i{ font-size: 20px;}
.footer footer .share a:hover{ background: var(--main-color);}

.footer footer dl{ margin: 0; width: 50%;}
.footer footer dl dd{ font-size: 16px; color: #bbbfc8; margin-bottom: 0.2rem;}
.footer footer dl dd>a{ color: #bbbfc8; display: flex; align-items: center;}
.footer footer dl dd>a:before{ content: ""; display: inline-block; width: 5px; height: 5px; background: #149ffa; margin-right: .1rem;}
.footer footer dl dd>a:hover{ color: var(--main-color);}

.footer footer .fr .list:nth-child(2n){ margin-top: 0.45rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
	.footer footer{ display: none;}
}


/*region 语种工具*/
.footer_language{overflow: hidden; background: #eaeaea; }
.footer_language>.container>ul{display: flex; align-items: center; border-bottom: 1px dotted #c2c2c2; border-top: 1px dotted #c2c2c2; padding: 0.35rem 0;}
.footer_language>.container>ul>li{ margin: 0; display: inline-block; margin-right: 0.15rem;}
.footer_language>.container>ul>li>a{font-size:14px; line-height:2em; color: #777; display: flex; align-items: center;}
.footer_language>.container>ul>li>a>img{ margin-right: 3px; width: 23px; height: 23px; border-radius: 50%; object-fit: cover;}
.footer_language>.container>ul>li>a>span{font-size:14px; line-height:2em; display: inline-block; margin-left: 0.1rem;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}

@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

.copyright{ overflow: hidden; padding: 0 0 0.4rem; }
.copyright .footdiv{ font-size: 14px; line-height: 1.5; color: #bbbfc8;}
.copyright .footdiv a{ color: #bbbfc8;}
@media (min-width:1082px){
	.copyright .container{ display: flex; justify-content: space-between; border-top: 1px solid #bbbfc817; padding-top: 0.4rem;}
	.copyright .footdiv{ margin: 0; width: 50%; }
	.copyright .footdiv:nth-child(2){ text-align: right;}
}
@media (min-width:1px) and  (max-width:1081px){
	.copyright{ margin-top: 0; margin-bottom: 52px; padding-top: 0.1rem;}
	.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: 3; color: #fff; }
.nbframe .n_txt h2{ font-size: 0.356rem; font-weight: bold; line-height: 1.2;}
.nbframe .n_txt .line{ display: block; width: 0.89rem; height: 2px; background: var(--main-color); margin: 0.1rem 0 0.15rem;}
.nbframe .n_txt .txt{ position: relative; display: inline-flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; font-size: 16px; color: #fff;}
.nbframe .n_txt .txt .icon-home{ display: none;}
.nbframe .n_txt .txt .icon-here{ display: inline-block; margin: 0 5px; color: var(--main-color);}
.nbframe .n_txt .txt .icon-here:before{ content: ">>";}
.nbframe .n_txt .txt a{ color: #fff; position: relative;}
.nbframe .n_txt .txt span{ color: #fff;}
.nbframe .n_txt .txt a:hover{ color: var(--main-color);}
@media (min-width:1082px){
	.nbframe{ margin-top: 0.83rem;}
}
@media (min-width:1px) and  (max-width:1081px){
	.nbframe{ margin-top: 55px;}
}
/**********内页大图**********/

/**********面包屑**********/
.location{ overflow: hidden; padding: 0.15rem 0; box-sizing: border-box; background: #f7f6fd;}
.location .container{ position: relative;}
.location .txt{ position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; font-size: 16px; color: #5c6c86;}
.location .txt .icon-home{ margin-right: 0.1rem; font-size: 0.2rem; display: none;}
.location .txt .icon-here{ display: inline-block; margin: 0 5px; color: var(--main-color);}
.location .txt .icon-here:before{ content: ">>";}
.location .txt a{ color: #5c6c86;}
.location .txt span{ color: #666;}
.location .txt a:hover{ color: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.stylesort{ overflow: hidden; padding: 0.7rem 0 0.6rem;}
.stylesort .item{ display: inline-flex; font-size: 18px; color: var(--text-color); font-weight: 500; background: #dcdaf0; padding: 0.15rem 0.45rem; margin-right: 0.1rem; position: relative;}
.stylesort .item i{ position: absolute; right: -1px; bottom: -2px; transform: rotate(270deg); color: var(--main-color);}
.stylesort .item:hover,.stylesort .item.active{ background: var(--text-color); color: #fff;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}
/**********面包屑**********/

.body{ }



/**********关于我们**********/
.aframe{ padding: 0.7rem 0 0.8rem; position: relative;}
.aframe:before{ content: "\e8d6"; position: absolute; right: 21.5%; top: 0.55rem; font-family: "iconfont"; font-size: 0.38rem; color: var(--main-color); z-index: 1; animation: bounce 4s linear infinite; }
.aframe:after{ content: ""; position: absolute; right: 7.8%; bottom: 2.8rem; z-index: 1; animation: bounce 2.6s linear infinite; background: #149ffa; width: 0.3rem; height: 0.3rem; border-radius: 50%;}
.aframe .lt{ margin: 0; width: 50%;}
.aframe .lt img{ width: 100%; height: auto;}
.aframe .fr{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.7rem;}
.aframe .fr b{ display: block; font-size: 18px; color: var(--main-color); margin-bottom: 0.1rem;}
.aframe .fr h2{ font-size: 0.36rem; font-family: var(--font1); line-height: 1; color: var(--text-color); margin-bottom: 5px;}
.aframe .fr h3{ font-size: 0.36rem; line-height: 1; color: var(--text-color); margin-bottom: 0.3rem; font-weight: 500;}
.aframe .fr .context{ margin-top: 0.3rem; font-size: 16px; line-height: 1.875; color: #5c6c86;}
.aframe .context{ height: 4.4rem; overflow-y:auto;scrollbar-color:var(--main-color) #e0e0e0;scrollbar-width:thin;-ms-overflow-style:none;}
.aframe .context::-webkit-scrollbar{width:4px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear}
.aframe .context::-webkit-scrollbar-thumb{border-radius:10px;background:var(--main-color);box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}
.aframe .context::-webkit-scrollbar-track{border-radius:10px;background:#e0e0e0;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}
@media (min-width:1082px){
	.aframe .fr{ padding-right: 15px;}
}
@media (min-width:1400px){
	.aframe .fr{ padding-right: calc((100% - 1300px)/2);}
}
@media (min-width:1500px){
	.aframe .fr{ padding-right: calc((100% - 1400px)/2);}
}
@media (min-width:1px) and (max-width:1081px){
    .aframe .lt{ width: 100%;}
    .aframe .fr{ width: 100%; padding: 0 15px; margin-top: 0.3rem;}
}

.aframe1{ padding: 0 0 0.8rem;}
.aframe1 .lt{ margin: 0; width: calc(100% - 32.5% - 0.95rem);}
.aframe1 .lt b{ display: block; font-size: 18px; color: var(--main-color); margin-bottom: 0.1rem;}
.aframe1 .lt h2{ font-size: 0.36rem; font-family: var(--font1); line-height: 1; color: var(--text-color);}
.aframe1 .lt dl{ margin-top: 0.35rem;}
.aframe1 .lt dl dt{ font-size: 16px; margin-bottom: 0.25rem; color: #5c6c86; font-family: var(--font1);}
.aframe1 .lt dl dd{ font-size: 16px; line-height: 1.875; color: #5c6c86; margin-bottom: 0.35rem;}
.aframe1 .fr{ margin: 0; width: 32.5%;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe1 .flex_between{ flex-direction: column-reverse;}
    .aframe1 .lt{ width: 100%; margin-top: 0.3rem;}
    .aframe1 .fr{ width: 100%;}
}

.aframe2{ padding: 0.8rem 0 0.75rem; position: relative; z-index: 1;}
.aframe2 .bg{ position: absolute; top: 0; left: 0; width: 100%; height: 2.8rem; background-attachment: fixed; background-position: center center; background-repeat: no-repeat; background-size: cover; z-index: -1;}
.aframe2 .bg:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(43,40,96,.38);}
.aframe2 h2{ font-size: 0.42rem; text-align: center; color: #fff; font-family: var(--font1);}
.aframe2 .list{ margin-top: 0.55rem;}
.aframe2 .list .item{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; box-sizing: border-box; background: #fff; padding: 0.65rem 0.35rem; box-shadow: 4px 0 0.4rem rgba(43,40,96,0.17); text-align: center;}
.aframe2 .list .item span{ position: relative; color: var(--text-color); z-index: 1;}
.aframe2 .list .item span i{ font-size: 0.8rem;}
.aframe2 .list .item span:after{ content: ""; position: absolute; right: 0; bottom: 0; width: 0.68rem; height: 0.68rem; background: #e7eaf2; border-radius: 50%; z-index: -1;}
.aframe2 .list .item p{ margin-top: .4rem; font-size: 16px; line-height: 2; color: #5c6c86;}
@media (min-width:1082px){
    .aframe2 .list .item:nth-child(3){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe2 .list .item{ width: 100%; margin-right: 0; margin-bottom: 0.3rem;}
}

.aframe3{padding:0; }
.aframe3 .item{ position: relative; margin-bottom: 0.7rem;}
.aframe3 .item .img{ margin: 0; width: 63%;}
.aframe3 .item .txt{ position: absolute; right: 0; bottom: 0; width: 53%; top: 0.8rem; background: #fff; box-sizing: border-box; padding: 0.85rem 0.55rem 0 0.55rem;}
.aframe3 .item .txt h2{ font-size: 0.42rem; line-height: 1.3; font-family: var(--font1); color: var(--text-color); letter-spacing: -1px; position: relative;}
.aframe3 .item .txt h2:after{ content: ""; position: absolute; top: -0.3rem; right: 1.4rem; width: 1.21rem; height: 0.36rem; background: url(/dist/images/1_05.png) no-repeat center center / cover;}
.aframe3 .item .txt .context{ font-size: 16px; line-height: 2.25; margin-top: 0.3rem; color: #5c6c86;}
@media (min-width:1082px){
    .aframe3 .item:nth-child(2){ flex-direction: row-reverse;}
    .aframe3 .item:nth-child(2) .txt{ left: 0; right: inherit;}
    .aframe3 .item:nth-child(2) .txt h2:after{left: 1.4rem; right: inherit; transform: rotateY(180deg)}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe3 .item .img{ width: 100%;}
    .aframe3 .item .txt{ position: relative; right: inherit; bottom: inherit; width: 100%; top: inherit; padding: 0.2rem;}
}

.aframe4{ padding: 0.8rem 0 0.95rem; background: #eaebf2;}
.aframe4 h2{ font-family: var(--font1); font-size: 0.42rem; text-align: center; color: var(--text-color); line-height: 1.2;}
.aframe4 .line{ display: block; margin: 0.15rem auto 0.45rem auto; width: 0.6rem; height: 4px; background: var(--main-color);}
.aframe4 .list{ text-align: center;}
.aframe4 .list .item{ margin: 0; width: calc((100% - 0.45rem)/4); margin-right: 0.15rem; margin-bottom: 0.3rem; overflow: hidden;}
.aframe4 .list .item .img{ overflow: hidden;}
@media (min-width:1082px){
    .aframe4 .list .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe4 .list .item{ width: calc((100% - 0.15rem)/2);}
    .aframe4 .list .item:nth-child(2n){ margin-right: 0;}
}

.aframe5{ padding: 0.8rem 0 0.95rem; background-repeat: no-repeat; background-size: cover;}
.aframe5 h2{ font-family: var(--font1); font-size: 0.42rem; text-align: center; color: var(--text-color); line-height: 1.2;}
.aframe5 .line{ display: block; margin: 0.15rem auto 0.45rem auto; width: 0.6rem; height: 4px; background: var(--main-color);}
.aframe5 .list{ margin-top: 0.45rem;}
.aframe5 .list .item{ margin: 0; width: calc((100%)/4); padding: 0.25rem 0.45rem; box-sizing: border-box; text-align: center; position: relative;}
.aframe5 .list .item:before{ content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 2.4rem; z-index: 1; background: #ededed;}
.aframe5 .list .item .tag{ display: inline-flex; align-items: center; justify-content: center; width: 1rem; height: 1rem; background: var(--text-color); border-radius: 50%; position: relative;} 
.aframe5 .list .item .tag:before{ content: ""; position: absolute; top: 6px; right: 6px; left: 6px; bottom: 6px; border: 1px solid #fff; box-sizing: border-box; z-index: 1; border-radius: 50%;}
.aframe5 .list .item .tag i{ font-size: 0.38rem; color: #fff; position: relative; z-index: 3;}
.aframe5 .list .item .txt{ margin-top: 0.2rem; font-size: 18px; line-height: 1.66; color: #5c6c86;}
.aframe5 .list .item:nth-child(2n) .tag{ background: var(--main-color);}
@media (min-width:1082px){
    .aframe5 .list .item:after{ content: ""; position: absolute; right: 0; top: 0; width: 1px; height: 2.4rem; z-index: 1; background: #ededed;}
}
@media (min-width:1px) and  (max-width:1081px){
    .aframe5 .list .item{ width: calc((100%)/2);}
    .aframe5 .list .item:nth-child(2n){ border-right: 1px solid #ededed;}
}

/**********关于我们**********/


/**********单页面**********/
.singlepage{ font-size: 16px; line-height: 2; padding: 0.5rem 0;}
.singlepage img{ width: auto; height: auto;}
/**********单页面**********/

/**********图库**********/
.gallerylist{ display: flex; flex-wrap: wrap; padding: 0.6rem 0 1.4rem 0;}
.gallerylist .item{ margin: 0; display: block; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; margin-bottom: 0.2rem; box-sizing: border-box; }
.gallerylist .item .img{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .item .img img{ width: 100%; height: auto;}
.gallerylist .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist .item .txt h3{ font-size: 16px;; text-align: center;}

@media (min-width:1082px){
	.gallerylist .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
}

.gallerylist1{ display: flex; flex-wrap: wrap; padding: 0.6rem 0 1.4rem 0;}
.gallerylist1 .item{ margin: 0; display: block; width: calc((100% - 0.8rem)/5); margin-right: 0.2rem; margin-bottom: 0.2rem; box-sizing: border-box; }
.gallerylist1 .item .img{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist1 .item .img img{ width: 100%; height: auto;}
.gallerylist1 .item .txt{ overflow: hidden; margin-top: 0.1rem;}
.gallerylist1 .item .txt h3{ font-size: 16px; text-align: center;}

@media (min-width:1082px){
	.gallerylist1 .item:nth-child(5n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.gallerylist1 .item{ width: calc((100% - 0.2rem)/2);}
	.gallerylist1 .item:nth-child(2n){ margin-right: 0;}
}

/**********图库**********/

/**********左右侧页面**********/

.left_nav{ width: 24%; box-sizing: border-box; margin: 0.75rem 0 ;position: relative;}

.left_nav .lbt{ border: 1px solid #eaebf2; margin-bottom: 0.2rem;}
.left_nav .lbt h2{ background: #eaebf2; font-family: var(--font1); font-size: 20px; color: var(--text-color); padding: 0.1rem 0.16rem; position: relative; overflow: hidden;}
.left_nav .lbt h2 i{ font-size: 0.6rem; color: #d1e4f3; font-weight: normal; position: absolute; right: 0; top: -0.2rem;}
.left_nav .lbt>ul{}
.left_nav .lbt>ul>li{ font-size: 18px; font-weight: 500;}
.left_nav .lbt>ul>li>a{ display: flex; align-items: center; justify-content: space-between; padding:0.15rem 0.2rem; background: #f5f7fa; border-bottom: 1px solid #eaebf2;}
.left_nav .lbt>ul>li>a>span{ flex: 1; margin: 0;}
.left_nav .lbt>ul>li>a>i{ margin: 0; font-size: 18px; display: block; color: var(--main-color);}
.left_nav .lbt>ul>li:last-child{ border-bottom: 0;}
.left_nav .lbt>ul>li:hover>a,.left_nav .lbt>ul>li.active>a{ border-color: var(--main-color); }
.left_nav .lbt>ul>li.active>ul{ display: block;}

.left_nav .lbt>ul>li>ul{ display: none; box-sizing: border-box;  border: 1px solid #f3f3f3;}
.left_nav .lbt>ul>li>ul>li{ font-size: 16px;}
.left_nav .lbt>ul>li>ul>li>a{ display: flex; align-items: center; padding: 0.15rem 0.4rem; border-bottom: 1px solid #eaebf2;}
.left_nav .lbt>ul>li>ul>li>a b{ margin: 0;}
.left_nav .lbt>ul>li>ul>li:last-child>a{ border-bottom: 0;}
.left_nav .lbt>ul>li>ul>li.active>a,.left_nav .lbt>ul>li>ul>li:hover>a{ color: var(--main-color);}

.left_nav .left_key{ margin-bottom: 0.2rem;}
.left_nav .left_key form{ display: flex; justify-content: space-between; border: 1px solid #e0e1eb; z-index: 2; background: #fff; border-radius: 5px; overflow: hidden;}
.left_nav .left_key form>input{ flex: 1; height: 49px; padding: 10px 10px; box-sizing: border-box; background: #fff; color: #342c2a; border:0; transition: linear 0.5s;}
.left_nav .left_key form>button{ width: 46px; border: 0; cursor: pointer; outline: none; background: none;}
.left_nav .left_key form>button>i{ font-size: 20px; overflow: hidden; display: inline-block; margin-top: 1px;}

.left_nav .filters{ padding: 0.2rem 0.15rem;}
.left_nav .filters dl{ padding: 0.2rem; border-bottom: 1px solid #f7f6fd;}
.left_nav .filters dl dt{ font-family: var(--font1); font-size: 18px; color: #5c6c86; margin-bottom: 0.2rem;}
.left_nav .filters dl dd.item{ background: #f7f6fd; font-size: 16px; line-height: 1; color: #5c6c86; padding: 0.12rem; box-sizing: border-box; margin-bottom: 0.1rem; text-align: center; cursor: pointer; border-width: 1px; border-color: transparent; border-style: solid;}
.left_nav .filters dl dd.item label{ display: none; cursor: pointer;}
.left_nav .filters dl dd.item span{ display: block;}
.left_nav .filters dl dd.active{ border-color: var(--main-color);}
.left_nav .filters dl dd.open{ text-align: left; background: none; border: 0;}
.left_nav .filters dl dd.open label{ display: inline-block;}
.left_nav .filters dl dd.open span{display: none;}
.left_nav .filters dl dd.multiselect{  display: inline-block; background: none; border-color: var(--main-color); color: var(--main-color); border-width: 1px; border-style: solid; padding: 0.1rem 0.15rem; cursor: pointer; font-size: 16px;}
.left_nav .filters dl dd.multiclose{ display: flex; align-items: center; justify-content: center;}
.left_nav .filters dl dd.multiclose span{ font-size: 12px; margin: 0 0.1rem;}
.left_nav .filters dl dd.multiclose .cancel{ border: 1px solid var(--main-color); padding: 5px 8px; cursor: pointer; outline: none;}
.left_nav .filters dl dd.multiclose .ok{ background: var(--main-color); width: 30px; height: 30px; border-radius: 50%; display: flex; justify-content: center; align-items: center; cursor: pointer; outline: none;}
.left_nav .filters dl:last-child{ border-bottom: 0;}

.left_nav .hotnews{ border: 1px solid #fcfcfc; margin-top: -0.2rem;}
.left_nav .hotnews .item{ display: block; box-sizing: border-box; padding: 0.2rem;}
.left_nav .hotnews .item time{ display: block; font-size: 14px; color: #666;}
.left_nav .hotnews .item h3{ font-size: 20px; font-weight: bold; line-height: 1.3; margin: 0.1rem 0;}
.left_nav .hotnews .item p{ font-size: 16px; line-height: 1.625; color: #666;}
.left_nav .hotnews .item span{ display: inline-flex; font-size: 16px; color: var(--main-color); margin-top: 0.2rem;}
.left_nav .hotnews .item span i{ font-size: 12px; margin-left: 0.1rem;}
.left_nav .hotnews .item:not(last-child){ border-bottom: 1px solid #fcfcfc;}

.left_nav  .info{ padding: 0.5rem 0.7rem; color: #fff; text-align: center; background-repeat: no-repeat; background-size: cover; overflow: hidden; border-radius: 0.1rem; margin-top: 0.2rem;}
.left_nav  .info i{ font-size: 0.8rem; color: var(--main-color);}
.left_nav  .info p{ font-size: 28px; line-height: 1.2; font-weight: normal;}
.left_nav  .info .line{ display: block; height: 1px; background: #fff; margin: 0.3rem 0;}
.left_nav  .info a{ display: block; font-size: 28px; font-weight: bold; color: #fff;}
.left_nav  .info button{ display: inline-flex; align-items: center; padding: 0.1rem 0.25rem; border-radius: 0.3rem; background: var(--main-color); border: 0; font-size: 22.68px; font-weight: bold; color: #fff; margin-top: 0.3rem; cursor: pointer; outline: none;}
.left_nav  .info button b{ margin: 0;}
.left_nav  .info button i{ font-size: 22px; color: #fff; margin-right: 0.1rem;}

.left_nav .lbt>.txt{}
.left_nav .lbt>.txt .context{padding:.24rem}
.left_nav .lbt>.txt .context .divtel span{display:block;font-family:"font1";font-size:14px;color:#000;margin-bottom:.15rem}
.left_nav .lbt>.txt .context .divtel a{display:block;font-size:14px;color:#999;margin-bottom:.2rem}
.left_nav .lbt>.txt .context .divtel:last-child a{margin-bottom:0}


@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.left_nav{ width: 100%; margin: 0.2rem 0}
}

.right_detail{ width: calc(100% - 24% - 0.5rem); margin: 0.75rem 0; }
@media (min-width:1082px){
	.bigflex .right_detail{ margin-top: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.right_detail{ width: 100%; margin: 0.4rem 0;}
}
/**********左右侧页面**********/

/**********产品页面**********/


.summary{ margin-bottom: 0.35rem;}
.summary .tit{ }
.summary .tit h2{ font-size: 0.42rem; font-family: var(--font1); line-height: 1; color: var(--text-color);}
.summary .tit .line{ display: block; margin: 0.1rem 0 0.2rem; width: 0.6rem; height: 4px; background: var(--main-color);}
.summary .context{ font-size: 16px; line-height: 1.5; color: #5c6c86;}
.summary dl{ display: flex; flex-wrap: wrap; margin-top: 0.3rem;}
.summary dl dd{ margin: 0; font-size: 16px; color: #777; margin-right: 0.5rem; margin-bottom: 0.1rem;}
.summary dl dd a{ display: flex; align-items: center;}
.summary dl dd a span{ margin: 0; width: 5px; height: 5px; background: var(--main-color); border-radius: 50%; display: flex; align-items: center; justify-content: center;}
.summary dl dd a b{ margin-left: 0.15rem;}
.summary dl dd.active a{ color: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.summary .tit{  display: block;}
	.summary .tit h1{ margin-bottom: 0.3rem;}
	.summary p{ font-size: 14px;}
}

.ProList{ display: flex; flex-wrap: wrap;}
.ProList .item{ margin: 0; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; box-sizing: border-box; box-shadow: 4px 0 0.13rem rgba(43,40,96,0.17); background: #ffffff; margin-bottom: 0.3rem;}
.ProList .item .img{ overflow: hidden; padding: 0.2rem; background: #fff; display: block;}
.ProList .item .img img{ width: 100%; height: auto;}
.ProList .item .txt{ padding: 0.1rem 0.15rem .15rem 0.15rem; position: relative;}
.ProList .item .txt h3{ font-size: 15px; font-weight: 600; color: #5c6c86;}
.ProList .item .txt h3 a{ color: #5c6c86;}
.ProList .item .txt .line{ display: inline-block; margin: 0.15rem 0; width: 0.44rem; height: 3px; background: linear-gradient(to right,var(--text-color) 50%,var(--main-color) 50%)}
.ProList .item .txt p{ font-size: 14px; line-height: 1.7; color: #5c6c86;}
.ProList .item .txt:after{ content: ""; display: block; height: 1px; background: #eaebf2; margin-top: 0.1rem;}
.ProList .item .txt .addCart{ position: absolute; right: 0.15rem; bottom: 0.25rem; z-index: 3; cursor: pointer;}
.ProList .item .txt .addCart i{ font-size: 30px; color: var(--main-color);}
@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{ background: var(--text-color);}
	.ProList .item:hover .txt h3 a{ color: #fff;}
	.ProList .item:hover .txt .line{ background: linear-gradient(to right,#fff 50%,var(--main-color) 50%)}
	.ProList .item:hover .txt p{ color: #fff;}
}
@media (min-width:1px) and (max-width:1081px){
	.ProList .item{ width: calc((100%)/1);}
	.ProList .item:nth-child(1n){ margin-right: 0;}
	.ProList .item .img{ width: 100%; overflow: hidden; box-sizing: border-box;}
	.ProList .item .txt{ width: 100%; margin-top: 0.3rem;}
	.ProList .item .txt span{ margin-top: 0.3rem;}
	.ProList .item .txt p{ font-size: 14px;}
}

.productsdetail{ padding-top: 0.6rem;}
.productsdetail .bigimg{}
.productsdetail .bigimg .lt{ margin: 0; width: calc(40% - 0.31rem); margin-right: 0.31rem;}
.productsdetail .bigimg .lt .gallery-top .swiper-slide{ padding: 0; box-sizing: border-box; border: 2px solid #eef3f7; border-radius: 5px; overflow: hidden; cursor: pointer;}
.productsdetail .bigimg .smallImg{ margin-top: 0.3rem; margin-bottom: 0.1rem; position: relative; padding: 0 0.35rem;}
.productsdetail .bigimg .smallImg .swiper{ margin: 0; padding: 0;}
.productsdetail .bigimg .smallImg .swiper-slide{ margin: 0; box-sizing: border-box;  cursor: pointer; padding: 2px;}
.productsdetail .bigimg .smallImg .swiper-slide img{ width: 100%; height: auto; border: 1px solid #999;}
.productsdetail .bigimg .smallImg .swiper-slide-thumb-active img{ border-color: var(--main-color);}
.productsdetail .bigimg .smallImg .btn{ position: absolute; top: 0; bottom: 0; width: 0.3rem; background: var(--text-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(60% - 0.31rem); margin-left: 0.31rem;}
.productsdetail .bigimg .fr h1{ font-family: var(--font1); font-size: 0.3rem; color: var(--text-color);}
.productsdetail .bigimg .fr .line{ display: block; width: 100%; height: 1px; background: #dde7ef; margin: 0.2rem 0;}
.productsdetail .bigimg .fr .context{ overflow: hidden; color: #666; font-size: 14px; line-height: 2; display: flex; flex-wrap: wrap;}
.productsdetail .bigimg .fr .context .item{ margin: 0; width: calc((100%)/4); text-align: center; border-right: 1px solid #cfcfcf; box-sizing: border-box; border-bottom: 1px solid #cfcfcf; padding: 5px;}
.productsdetail .bigimg .fr .context .item img{ display: inline-block; width: 0.88rem; height: 0.88rem;}
.productsdetail .bigimg .fr .context .item h3{ font-size: 16px; color: #a8a8a8;}
.productsdetail .bigimg .fr .context .item p{ font-size: 16px; color: var(--text-color);}
.productsdetail .bigimg .fr .onservice{ margin-top: 0.3rem;}
.productsdetail .bigimg .fr .onservice a{ display: inline-flex; align-items: center; color: #506379; font-size:16px; font-family: var(--font1); margin-right: 0.4rem; margin-bottom: 0.15rem;}
.productsdetail .bigimg .fr .onservice a i{ font-size:18px; display: inline-block; margin-right: 7px; color: var(--text-color);}
.productsdetail .bigimg .fr .prokmore{ margin-top: 0.25rem; display: flex; align-items: center; flex-wrap: wrap;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1){ padding: 0.12rem 0.2rem; border: 1px solid var(--text-color); box-sizing: border-box; font-size:18px; font-family: var(--font1); color: var(--text-color); margin-right: 0.17rem;}
.productsdetail .bigimg .fr .prokmore a:nth-child(1) i{ font-size: 0.2rem; margin-right: 5px;}
.productsdetail .bigimg .fr .prokmore a:nth-child(2){ padding: 0.12rem 0.2rem; border: 1px solid var(--text-color); box-sizing: border-box; font-size:18px; font-family: var(--font1); color: #fff; background: var(--text-color); margin-right: .18rem;}
.productsdetail .bigimg .fr .prokmore a:nth-child(3) i{ font-size: 0.4rem; color: var(--text-color);}

.tags{ overflow: hidden; margin: 0.3rem 0;}
.tags b{ font-family: var(--font1); font-size:24px; color: #000; display: flex; align-items: center; margin-bottom: 0.25rem;}
.tags b:before{ content: ""; display: inline-block; width: 0.1rem; height: 0.1rem; background: var(--text-color); border-radius: 50%; margin-right: 0.15rem;}
.tags a{ display: inline-block; padding: 0.15rem 0.26rem; border-radius: 0.3rem; border: 1px solid #dfe9f0; margin-right: 0.16rem; font-size:16px; color: #506379; margin-bottom: 0.15rem;}
.tags a:hover{ color: #e50014;}

.productsdetail .details-txt{ }
.productsdetail .details-txt dl{ background: #f2f6f9; border: 1px solid #dee8f0; padding: 4px; display: flex; align-items: center; margin: 0.4rem 0; width: 100%;}
.productsdetail .details-txt dl dd{ margin: 0; display: inline-block; font-size:18px; font-family: var(--font1); color: var(--text-color); padding: 0.1rem 0.25rem; transition: linear 0.35s; cursor: pointer;}
.productsdetail .details-txt dl dd.active{ background: var(--main-color); color: #fff;}
.productsdetail .xgeffect{ margin-bottom: 0.4rem; width: 100%;}
.productsdetail .xgeffect .detailtop{ overflow: hidden;}
.productsdetail .xgeffect .detailtop h2{ font-family: var(--font1); font-size:24px; color: #000; display: flex; align-items: center;}
.productsdetail .xgeffect .detailtop h2:before{ content: ""; display: inline-block; width: 0.1rem; height: 0.1rem; background: var(--text-color); margin-right: 0.15rem;}
.productsdetail .xgeffect .detalist{  font-size:16px; line-height: 2; padding: 0.2rem 0;}
.productsdetail .xgeffect .detalist iframe{ max-width: 100%;}
.productsdetail .xgeffect .detalist table{ width: 100%;}
.productsdetail .xgeffect .detalist table tr{ width: 100%;}
/*.productsdetail .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%; }*/
.productsdetail .xgeffect .detalist table tr:nth-child(1) td{background:#ddd;color:#333;font-size:18px!important;}
.productsdetail .xgeffect .detalist table tr:nth-child(2n) td{background:#f5f5f5;}
.productsdetail .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; font-size:16px!important; }
.productsdetail .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.productsdetail .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

.productsdetail .xgeffect .detalist.on ol,.productsdetail .xgeffect .detalist.on ul{ list-style-type: inherit; padding: 0 0.3rem;}
.productsdetail .xgeffect .detalist.on ol li,.productsdetail .xgeffect .detalist.on ul li{ list-style-type: inherit;}

.productsdetail .xgeffect#xgProList{}

.outForm{ display: none;}
.outForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
.outForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:var(--main-color) transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
.outForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #333; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
.outForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
.outForm .contactForm{width:100%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-radius: 10px;}
.outForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
.outForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
.outForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
.outForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
.outForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:16px;border:1px solid var(--main-color);background-color:var(--main-color);text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
.outForm .contactForm .submit:hover{color:#fff;}

@media (min-width:1082px){
	.details-txt  dl{ position: sticky; top: 1rem; z-index: 3;}
    .productsdetail .bigimg .fr .context .item:nth-child(4n){ border-right: 0;}
	.productsdetail .bigimg .fr .context .item:nth-child(n+5){ border-bottom: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.productsdetail .bigimg .lt{ width: 100%; margin: 0;}
	.productsdetail .bigimg .fr{ width: 100%; padding: 0; margin: 0; margin-top: 0.3rem;}
	.productsdetail .bigimg .fr .context{ font-size: 14px;}
	.productsdetail .bigimg .fr .prokmore a{ margin: 0; margin-bottom: 0.15rem;}
	.productsdetail .details-txt dl{ border-radius: 0.1rem; flex-wrap: wrap;}
	.productsdetail .details-txt dl dd{ width: 100%;}
}


.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.feedbackbox ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.feedbackbox ul>li{margin:0 0 34px;width:100%;position:relative;padding:6px 20px;background-color:#f7f7f7; box-sizing: border-box; display: flex;}
.feedbackbox ul>li.half{width:calc((100% - 2%)/2);}
.feedbackbox ul>li>label{text-align:left;font-weight:normal;font-size:0.14rem;line-height:40px;margin-right:5px;color:#8a8a8a; display: flex; white-space: nowrap;text-overflow: ellipsis;}
.feedbackbox ul>li>label>i{display:inline-block;vertical-align:top;font-size:0.2rem;line-height:40px;margin-right:5px;}
.feedbackbox ul>li>label>em{color:#f00;font-style:initial;font-size:18px;line-height:40px;display:inline-block;vertical-align:top;}
.feedbackbox ul>li>.input{margin:0;font-size:16px;height:40px;padding-left:10px;background-color:transparent;flex:1;width:0; box-sizing: border-box;}
.feedbackbox ul>li textarea.input{resize:none;position:relative;line-height:30px;font-size:16px;border:none;height:140px;padding-top:6px;}
.feedbackbox ul>li.tips{border-bottom:none;font-size:18px;line-height:24px;color:#747474;}
.feedbackbox .submit{width: 1.76rem; height: 0.45rem; border-radius: 5px; font-size:18px; text-transform: uppercase; color: #fff; cursor: pointer; outline: none; position: relative; overflow: hidden; border: 0; background: var(--text-color);}
.feedbackbox .submit span{ display: block; position: relative; z-index: 3;}
@media  (min-width:992px) and (max-width:1229px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li.btnli .btnlink{padding:3px 40px;}
}
@media (min-width:768px) and (max-width:991px) {
    .feedbackbox ul>li.half{margin-bottom:20px;}
    .feedbackbox ul>li{}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li>input{}
    .feedbackbox ul>li textarea{}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:16px;line-height:32px;}
}
@media (min-width:1px) and (max-width:767px) {
    .feedbackbox ul>li{padding:5px 10px;}
    .feedbackbox ul>li.half{margin-bottom:20px;width:100%;}
    .feedbackbox ul>li>label{font-size:16px;}
    .feedbackbox ul>li textarea.input{height:80px;width:100%;flex:inherit;}
    .feedbackbox ul>li.btnli .morelink{padding:3px 40px;font-size:16px;line-height:32px;}
	.feedbackbox .submit{}
}
/**********产品页面**********/


/**********Tags**********/
.tags1{ padding: 0.8rem 0; background: #f5f5f5;}
.tags1 h2{ font-family: var(--font1); font-size:24px; color: #000; display: flex; align-items: center;}
.tags1 h2:before{ content: ""; display: inline-block; width: 0.1rem; height: 0.1rem; background: var(--main-color); border-radius: 50%; margin-right: 0.15rem;}
.tags1 p{ font-size:16px; margin-top:0.2rem; color: #002f54;}
.tags1 .list{ margin-top: 0.6rem;}
.tags1 .list .item{ margin: 0; width: calc((100% - 0.32rem)/3); margin-right: 0.16rem; margin-bottom: 0.14rem;}
.tags1 .list .item .img{ overflow: hidden;}
.tags1 .list .item .img img{ width: 100%; height: auto;}
.tags1 .list .item .txt{ margin: 0.2rem 0;}
.tags1 .list .item .txt h3{ font-size:16px; text-align: center;}
@media (min-width:1082px){
	.tags1 .list .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px) {
}

.tags2{ padding: 0.8rem 0; }
.tags2 h2{ font-family: var(--font1); font-size:24px; color: #000; display: flex; align-items: center;}
.tags2 h2:before{ content: ""; display: inline-block; width: 0.1rem; height: 0.1rem; background: var(--main-color); border-radius: 50%; margin-right: 0.15rem;}
.tags2 p{ font-size:16px; margin-top:0.2rem; color: #002f54;}
.tags2 .list{ margin-top: 0.6rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {
}
/**********Tags**********/

/**********解决方案**********/
.solution{ padding: 0.75rem 0 0.2rem 0 ;}
.solution .item{ margin-bottom: 0.5rem;}
.solution .item .img{ margin: 0; width: calc(50% - 0.7rem); overflow: hidden;}
.solution .item .txt{ margin: 0; width: calc(50% - 0.4rem);}
.solution .item .txt .tit{ font-size: 24px; font-family: var(--font1);}
.solution .item .txt .line{ display: block; width: 1.45rem; height: 2px; background: var(--color); margin: 0.2rem 0;}
.solution .item .txt  p{ font-size: 16px; line-height: 1.75; color: #666;}
.solution .item .txt  .more{ display: inline-flex; align-items: center; padding: 0.1rem 0.3rem; border-radius: 5px; background: var(--main-color); color: #fff; font-size: 16px; margin-top: 0.8rem;}
.solution .item .txt  .more i{ font-size: 20px; margin-left: 5px;}
@media (min-width:1082px){
	.solution .item{ align-items: center;}
	.solution .item:nth-child(2n){ flex-direction: row-reverse;}
	.solution .item .img:hover img{ transform: scale(1.1)}
	.solution .item .more:hover{ background: var(--color);}
}
@media (min-width:1px) and (max-width:1081px) {
	.solution .item .img{ width: 100%;}
	.solution .item .txt{ width: 100%; margin-top: 0.3rem;}
}

.solution1{  position: relative;}
.solution1 .swiper-slide{ margin: 0; position: relative; }
.solution1 .swiper-slide:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.29);}
.solution1 .list{ position: absolute; left: 50%; bottom: 0.4rem; transform: translateX(-50%); z-index: 1;}
.solution1 .list .item{ margin: 0; width: calc((100%)/3); text-align: center;}
.solution1 .list .item span{ background: rgba(24,72,153,0.72); font-size: 24px; color: #fff; font-family: var(--font1); padding: 0.15rem 0.8rem; border-radius: 0.1rem; cursor: pointer;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {	
	.solution1 .list{ width: 100%;}
	.solution1 .list .item span{ font-size: 12px; padding: 0.15rem 0.2rem;}
}

.solution2{  position: relative; padding: 0.8rem 0; background-position: center center; background-repeat: no-repeat; background-size: cover;}
.solution2 .flex_between{ align-items: center;}
.solution2 .lt{ margin: 0; width: 50%; font-size: 0.36rem; color: #fff; font-weight: bold; line-height: 1.5;}
.solution2 .fr{ margin: 0; }
.solution2 .fr a{ font-size: 18px; display: inline-block; font-weight: bold; background: rgba(255,255,255,0.73); border-radius: 0.1rem; padding: 0.1rem 0.3rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px) {	
	.solution2 .lt{ width: 100%;}
	.solution2 .fr{ width: 100%; margin-top: 0.3rem;}
}
/**********解决方案**********/

/**********产品应用**********/
.applicationlist{ padding: 0.7rem 0;}
.applicationlist .indextit{ text-align: center;}
.applicationlist .list{ margin-top: 0.35rem;}
.applicationlist .list .item{ display: block; position: relative;}
.applicationlist .list .item .img{ overflow: hidden;}
.applicationlist .list .item .txt{ position: absolute; left: 0; bottom: 0; right: 0; background: #01458e80; padding: 0.13rem; color: #fff; font-size:18px; text-align: center;}
.applicationlist .list .itembox{ margin-bottom: 0.2rem;}
.applicationlist .list .itembox .lt{ width: calc(50% - 0.1rem); margin: 0; box-sizing: border-box; }
.applicationlist .list .itembox .fr{ width: calc(50% - 0.1rem); margin: 0; box-sizing: border-box; align-items: stretch;}
.applicationlist .list .itembox .fr .cont{ width: calc((100% - 0.1rem)/2); margin: 0; box-sizing: border-box; }
.applicationlist .list .itembox .fr .cont .item:first-child{ margin-bottom: 0.1rem;}
.applicationlist .list .itembox .fr .cont:last-child .item{ height: 100%; margin-bottom: 0;}
.applicationlist .list .itembox .fr .cont:last-child .item .img{ height: 100%; position: relative;}
.applicationlist .list .itembox .fr .cont:last-child .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}

.applicationlist .list .itembox2{}
.applicationlist .list .itembox2 .item{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; margin-bottom: 0.2rem;}

@media (min-width:1082px){
	.applicationlist .list .itembox .fr .cont:nth-child(2n){ margin-right: 0;}
	.applicationlist .list .itembox:nth-child(2){ flex-direction: row-reverse;}
	.applicationlist .list .itembox:nth-child(2) .fr{ flex-direction: row-reverse;}
	.applicationlist .list .itembox2 .item:nth-child(2n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.applicationlist .list .itembox .lt{ width: 100%;}
	.applicationlist .list .itembox .fr{ width: 100%; margin-top: 0.2rem;}
	.applicationlist .list .itembox2 .item{ width: 100%; margin-right: 0; }
}
/**********产品应用**********/


/**********新闻中心**********/
.newscate{ padding: 0.7rem 0 0 0; border-bottom: 1px solid #e6e6e6; display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 0.6rem;}
.newscate .item{  display: inline-block; color: #566384; font-size: 0.2rem; margin: 0 0.3rem; padding-bottom: 0.15rem; border-bottom-width: 3px; border-bottom-color: transparent; border-bottom-style: solid; transition: linear 0.35s;}
.newscate .item.active,.newscate .item:hover{ color: #0b1c32; border-bottom-color: var(--main-color);}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
}

.newslist{}
.newslist .item{ margin: 0; width: calc((100%)/1); margin-bottom: 0.45rem; background: #fff; box-shadow: 4px 0 0.24rem rgba(43,40,96,0.07);}
.newslist .item .img{ overflow: hidden; margin: 0; width: 40%;}
.newslist .item .img img{ width: 100%; height: auto;}
.newslist .item .txt{ padding: 0.3rem; margin: 0; width: 60%; box-sizing: border-box;}
.newslist .item .txt time{ display: flex; align-items: center; font-size: 16px; color: #54637c; margin-bottom: 0.15rem;}
.newslist .item .txt time i{ font-size: 20px; color: var(--main-color); margin-right: 0.1rem;}
.newslist .item .txt h3{ font-size: 18px; font-weight: bold; line-height: 1.6; height: 3.2em; font-family: var(--font1); color: #54637c;}
.newslist .item .txt span{ font-size: 16px; display: inline-flex; align-items: center; color: var(--main-color); margin-top: 0.4rem; font-family: var(--font1);}
.newslist .item .txt span i{ font-size: 20px;}

@media (min-width:1082px){
    .newslist .item{ align-items: center;}
	.newslist .item:nth-child(3n){ margin-right: 0;}
	.newslist .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1081px){
	.newslist .item{ width: 100%; margin-right: 0; }
	.newslist .item .txt time{ font-size: 12px}
	.newslist .item .txt h3{ font-size: 14px;}
	.newslist .item .txt p{ display: none;}
	.newslist .item .txt span{ display: none;}
}


.newsdetail{ overflow: hidden; box-shadow: 0 0 0.15rem rgba(0,0,0,0.17); padding: 0.5rem; border-radius: 5px;}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.34rem; font-family: var(--font1); color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; }
.newsdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size: 16px; }
.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){
	.newsdetail{ max-width: 1200px;}
}
@media (min-width:1px) and (max-width:1080px){
.newsdetail{ padding: 15px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; 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;}
}
/**********新闻中心**********/


/**********案例中心**********/
.casestit{ margin-top: 0.65rem; }
.casestit h2{ font-size: 0.36rem; line-height: 1.3; color: #333;}
.casestit .line{ display: inline-block; width: 0.47rem; height: 3px; background: #333; margin-top: 0.15rem; margin-bottom: 0.25rem;}
.casestit p{ font-size:18px; color: #666; line-height: 2;}

.caseslist{ padding:0.85rem 0;}
.caseslist .indextit{ text-align: left;}
.caseslist .indextit h2{ font-size: 0.4rem; }
.caseslist .indextit .line{ margin: 0.3rem 0;}

.caseslist .item{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; margin-bottom: 0.2rem; background: #fafafa; box-sizing: border-box;}
.caseslist .item .img{ overflow: hidden; padding: 0 0.15rem; position: relative; z-index: 1;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ background: #fff; padding: 0.75rem 0.15rem 0.4rem 0.15rem; margin-top: -0.5rem;}
.caseslist .item .txt .context{ height: 12em; overflow: hidden;}
.caseslist .item .txt h3{ font-size: 18px; color: var(--text-color); line-height: 1.6; font-weight: bold; margin-bottom: 0.2rem;}
.caseslist .item .txt p{ font-size: 16px; color: #5c6c86; line-height: 1.875;}
.caseslist .item .txt span{ display: inline-flex; align-items: center; clear: both; position: relative; z-index: 1; padding: 0.1rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin-top: 0.3rem;}
.caseslist .item .txt span:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--text-color); z-index: -2;}
.caseslist .item .txt span:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--main-color); z-index: -1; transition: width .5s ease,left .5s ease;}
@media (min-width:1082px){
	.caseslist .item:nth-child(3n){ margin-right: 0;}
	.caseslist .item:hover .img img{ transform: scale(1.1);}
	.caseslist .item:hover .txt span:after{ left: 0; width: 100%;}
}
@media (min-width:1px) and (max-width:1081px){
	.caseslist .item{ width: 100%; margin-right: 0;}
}


.casesdetail{ overflow: hidden; margin: 0.6rem auto; padding: 0.5rem; box-shadow: 0 0 0.3rem rgba(0,0,0,0.3); border-radius: 5px; box-sizing: border-box;}
.casesdetail .Title{ overflow: hidden;}
.casesdetail .Title h1{ font-size: 0.3rem; color: #333; text-align: center; padding: 0 15px; margin-bottom: 30px; }
.casesdetail .Title .txt{ padding: 20px 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; text-align: center; font-size:16px;}
.casesdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size:16px; line-height: 2; }
.casesdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between; }
.casesdetail .pagelist>a{ font-size:16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
@media (min-width:1500px){
	.casesdetail{ max-width: 1100px;}
}
@media (min-width:1px) and (max-width:1080px){
.casesdetail{ padding: 15px;}
.casesdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.casesdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.casesdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.casesdetail .context{ padding: 15px 0 20px;}
.casesdetail .pagelist{ display: block;}
.casesdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}
/**********案例中心**********/

/**********视频中心**********/
.videolist{ padding: 0.75rem 0 0.5rem;}

.videolist .list{}
.videolist .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; margin-bottom: 0.4rem; background: #fff; box-sizing: border-box; cursor: pointer;}
.videolist .item .img{ overflow: hidden; position: relative;}
.videolist .item .img img{ width: 100%; height: auto;}
.videolist .item .img span{ position: absolute; right: 0.3rem; bottom: 0.1rem;}
.videolist .item .img span i{ font-size: 0.4rem; color: var(--color);}
.videolist .item .txt{ padding: 0.25rem 0.2rem; box-sizing: border-box; border: 1px solid #efefef;}
.videolist .item .txt h3{ font-family: var(--font1); font-size: 16px; }
.videolist .item .txt p{ font-size: 16px; line-height: 1.5; color: #666666; display: none;}

@media (min-width:1082px){
	.videolist .item:nth-child(4n){ margin-right: 0;}
	.videolist .item:hover .img img{ transform: scale(1.1)}
	.videolist .item:hover .txt h3{ text-decoration: underline; color: var(--main-color);}
}
@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:nth-child(2n){ margin-right: 0;}
}
/**********视频中心**********/


/**********	服务中心**********/
.service{ padding: 0.75rem 0 0 0;}
.service .itembox{}
.service .itembox .txt{ margin: 0; width: calc(50% - 0.35rem);}
.service .itembox .txt h2{ font-size: 0.41rem; font-family: var(--font1); color: #b9c3d3; text-transform: uppercase; margin-bottom: 0.3rem;}
.service .itembox .txt h2 span{ font-size: 1.05rem; color: var(--text-color); position: relative; line-height: 1;}
.service .itembox .txt h2 span:after{ content: ""; position: absolute; left: 0; bottom: 0.25rem; width: 100%; height: 5px; background: var(--main-color);}
.service .itembox .txt p{ font-size: 16px; line-height: 1.875; color: #5c6c86;}
.service .itembox .txt dl{ margin: 0.15rem 0 0 0;}
.service .itembox .txt dl dd{ font-size: 18px; color: #5c6c86; display: flex; align-items: center; margin-bottom: 0.15rem;}
.service .itembox .txt dl dd i{ font-size: 23px; color: #88cff4; margin-right: 0.1rem;}
.service .itembox .img{ margin: 0; width: calc(50% - 0.15rem)}
.service ul{ margin: 0.4rem 0}
.service ul li{ margin: 0; width: calc((100% - 0.6rem)/4); margin-right: 0.2rem; background: #dcdaf0; height: 57px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; font-size: 18px; color: var(--text-color); font-weight: 500; position: relative; cursor: pointer;}
.service ul li i{ position: absolute; right: -1px; bottom: -2px; transform: rotate(270deg); color: var(--main-color);}
.service ul li.active{ background: var(--text-color); color: #fff;}
.service .item{ align-items: center; margin-bottom: 0.3rem;}
.service .item .img{ margin: 0; width: calc(50% - 0.3rem);}
.service .item .txt{ margin: 0; width: calc(50% - 0.25rem);}
.service .item .txt b{ font-size: 24px; font-weight: 600; color: #5c6c86;}
.service .item .txt h2{ font-family: 24px; font-family: var(--font1); color: var(--text-color); margin: 0.1rem 0 0.15rem;}
.service .item .txt p{ font-size: 16px; line-height: 1.875; color: #5c6c86; font-weight: 400;}
.service .item .txt dl{ }
.service .item .txt dl dd{ font-size: 16px; line-height: 1.875; color: #5c6c86; margin-top: 0.25rem; padding-left: 35px; position: relative;}
.service .item .txt dl dd i{ position: absolute; left: 0; top: -5px; font-size: 24px; color: var(--main-color);}
.service .item .txt a{ display: inline-flex; margin-top: 0.3rem; font-size: 18px; color: var(--main-color); cursor: pointer;}
.service .item .txt a i{ font-size: 20px; margin-left: 0.15rem;}
.service:nth-child(3){ padding-bottom: 0.95rem;}
@media (min-width:1082px){
	.service ul li:nth-child(4){ margin-right: 0;}
    .service .item:nth-child(2n){ flex-direction: row-reverse;}
}
@media (min-width:1px) and  (max-width:1081px){
    .service .itembox .txt{ width: 100%;}
    .service .itembox .img{ width: 100%;}
    .service ul li{ width: 100%; margin-right: 0; margin-bottom: 0.15rem;}
    .service .item .img{ width: 100%;}
    .service .item .txt{ width: 100%; margin-top: 0.3rem;}
}

.service1{ padding: 0.7rem 0 0.95rem; background: #eaebf2;}
.service1 .tit{ text-align: center;}
.service1 .tit h2{ font-family: var(--font1); font-size: 0.42rem; color: var(--text-color);}
.service1 .tit .line{ display: inline-block; width: 0.6rem; height: 4px; background: var(--main-color);}
.service1 .tit  p{ font-size: 16px ;line-height: 1.5; color: #5c6c86; margin-top: 0.15rem;}
.service1 .list{ margin-top: 0.5rem;}
.service1 .list .lt{ margin: 0; width: calc(50% - 0.35rem);}
.service1 .list .fr{ margin: 0; width: calc(50% - 0.2rem);}
.service1 .list .fr .feedbackbox{}
.service1 .list .fr .feedbackbox input{ width: 100%; height: 50px; background: #fff; box-sizing: border-box; border: 1px solid #f1f1f1; border-radius: 5px; margin-bottom: 0.2rem; padding: 0.1rem; font-size: 16px; color: #999;}
.service1 .list .fr .feedbackbox textarea{ width: 100%; height: 1.2rem; background: #fff; box-sizing: border-box; border: 1px solid #f1f1f1; border-radius: 5px; margin-bottom: 0.2rem; padding: 0.1rem; resize: none; font-size: 16px; color: #999;}
.service1 .list .fr .feedbackbox button{ width: 100%; height: 45px; display: flex; justify-content: center; align-items: center; border: 0; background: var(--main-color); font-size: 18px; color: #fff; cursor: pointer;}
.service1 .list .fr .feedbackbox button i{ font-size: 20px; margin-right: 0.1rem;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .service1 .list{ flex-direction: column-reverse;}
    .service1 .list .lt{ width: 100%; margin-top: 0.3rem;}
    .service1 .list .fr{ width: 100%; }
}

.franchise{ padding: 0.7rem 0 0.9rem;}
.franchise .lt{ margin: 0; width: calc(50% - 0.3rem); position: relative;}
.franchise .lt:after{ content: ""; position: absolute; right: -0.358rem; top: -0.1rem; width: 1.2rem; height: 0.5rem; background: url(/dist/images/1_04.png) no-repeat center center / 100% 100%;}
.franchise .lt h2{ font-family: var(--font1); font-size: 0.42rem; color: var(--text-color); line-height: 1;}
.franchise .lt p{ font-size: 18px; line-height: 2; color: #5c6c86;}
.franchise .lt dl{}
.franchise .lt dl dt{ font-size: 24px; font-family: var(--font1); color: #5c6c86; margin: 0.3rem 0 0.2rem;}
.franchise .lt dl dd{ padding-left: 35px; position: relative; font-size: 18px; line-height: 2; color: #5c6c86;}
.franchise .lt dl dd i{ font-size: 25px; color: #98d6f6; position: absolute; left: 0; top: 0;}
.franchise .lt a{ margin-top: 0.7rem;}
.franchise .fr{ margin: 0; width: 50%;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .franchise .lt{ width: 100%;}
    .franchise .fr{ width: 100%; margin-top: 0.3rem;}
}

.franchise1{ background: #f7f8fa;}
.franchise1 .list{ text-align: center;}
.franchise1 .item{ margin: 0; width: calc((100% - 0.45rem)/4); margin-right: 0.15rem; position: relative; z-index: 1;}
.franchise1 .item .img{ overflow: hidden;}
.franchise1 .item .img img{ width: 100%; height: auto;}
.franchise1 .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); background: rgba(43,40,96,.64); width: 100%; height: 100%; z-index: 1; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 0 0.45rem; transition: linear 0.35s;}
.franchise1 .item .txt .context{ color: #fff;}
.franchise1 .item .txt .context i{ font-size: 0.5rem; margin-bottom: 0.3rem;}
.franchise1 .item .txt .context h3{ font-size: 16px; line-height: 2;}
.franchise1 .list .linkmore{ margin-top: 0.5rem;}
@media (min-width:1082px){
	.franchise1 .item:nth-child(4){ margin-right: 0;}
	.franchise1 .item:hover .txt{ transform: translate(-50%,-50%) scale(1);}
}
@media (min-width:1px) and  (max-width:1081px){
    .franchise1 .item{ width: calc((100% - 0.15rem)/2); margin-bottom: 0.2rem;}
    .franchise1 .item:nth-child(2n){ margin-right: 0;}
}

.business{ padding: 0.75rem 0;}
.business .tit{ margin: 0; width: 50%; position: relative;}
.business .tit:after{ content: ""; position: absolute; right: -0.6rem; top: 0.13rem; width: 1.2rem; height: 0.5rem; background: url(/dist/images/1_04.png) no-repeat center center / 100% 100%;}
.business .tit h2{ font-family: var(--font1); font-size: 0.42rem; color:var(--text-color);}
.business .tit p{ font-size: 16px; line-height: 1.875; color: #5c6c86;}
.business .list{ margin-top: 0.5rem;}
.business .list .item{ margin: 0; width: calc((100% - 1.35rem)/4); margin-right: 0.45rem; box-sizing: border-box; background: #fff; padding: 0.3rem; box-shadow: 9px 0 0.46rem rgba(41,32,68,0.1); position: relative; display: flex; justify-content: space-between; align-items: flex-start;}
.business .list .item .tag{ margin: 0; width: 0.5rem; position: relative; z-index: 1}
.business .list .item .tag i{ font-size: 0.5rem; color: var(--text-color); position: relative; z-index: 2;}
.business .list .item .tag:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: -1; background: #eaecf1; border-radius: 50%; width: 0.44rem; height: 0.44rem; display: block;}
.business .list .item .txt{ margin: 0; width: calc(100% - 0.5rem - 0.2rem); box-sizing: border-box; font-size: 16px; line-height: 1.75; color: #5c6c86;}
.business .list .item span{ position: absolute; right: 0.1rem; bottom: 0; color: var(--main-color); opacity: 0.28; font-size: 0.3825rem; font-family: var(--font1);}

@media (min-width:1082px){
    .business .list .flex_betweenlist{}
    .business .list .flex_betweenlist:nth-child(2){ flex-direction: row-reverse; margin-top: 0.65rem;}
    .business .list .flex_betweenlist:nth-child(2) .item{ margin-right: 0; margin-left: 0.45rem;}
	.business .list .item:nth-child(4){ margin-right: 0;}
	.business .list .item:nth-last-child(n+2):after{ content: "\e713"; font-family: "iconfont"; position: absolute; right: -0.325rem; top: 50%; font-size: 0.2rem; color: var(--text-color); margin-top: -0.15rem;}
	.business .list .flex_betweenlist:nth-child(1) .item:nth-child(4):after{ content: "\e713"; font-family: "iconfont"; position: absolute; right: 50%; bottom: -0.4rem; font-size: 0.2rem; color: var(--text-color); margin-right: -0.15rem; transform: rotate(90deg)}
	.business .list .flex_betweenlist:nth-child(2)  .item:nth-child(4){ margin-left: 0;}
	.business .list .flex_betweenlist:nth-child(2) .item:nth-last-child(n+2):after{ content: "\e713"; font-family: "iconfont"; position: absolute; left: -0.325rem; top: 50%; font-size: 0.2rem; color: var(--text-color); margin-top: -0.15rem; right: inherit; transform: rotate(180deg)}
}
@media (min-width:1px) and  (max-width:1081px){
    .business .tit{ width: 100%;}
    .business .list .item{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.3rem;}
    .business .list .item:nth-child(2n){ margin-right: 0;}
}

.business1{ padding: 0.75rem 0; background: #f7f8fa;}
.business1 .tit{ position: relative;}
.business1 .tit h2{ font-family: var(--font1); font-size: 0.42rem; color:var(--text-color);}
.business1 .tit p{ font-size: 16px; line-height: 1.875; color: #5c6c86;}
.business1 .list{ margin-top: 0.45rem;}
.business1 .list .lt{ margin: 0; width: calc(50% - 0.55rem);}
.business1 .list .fr{ margin: 0; width: 50%;}
.business1 .list .fr dl{}
.business1 .list .fr dl dt{ font-size: 24px; font-family: var(--font1); color: var(--text-color); margin-bottom: 0.3rem;}
.business1 .list .fr dl dd{ padding-left: 35px; position: relative; font-size: 16px; line-height: 1.875; color: #5c6c86; margin-bottom: 0.3rem;}
.business1 .list .fr dl dd i{ font-size: 25px; color: #98d6f6; position: absolute; left: 0; top: 0;}
@media (min-width:1082px){
}
@media (min-width:1px) and  (max-width:1081px){
    .business1 .list .lt{ width: 100%;}
    .business1 .list .fr{ width: 100%; margin-top: 0.3rem;}
}
/**********服务中心**********/

/**********常见问题**********/

.faqlist{ overflow: hidden; background: #fbfbfb; padding: 0.6rem 0;}
.faqlist h2{ font-size: 0.35rem; font-weight: bold; text-align: center;}
.faqlist .list{ margin-top: 0.45rem;}
.faqlist .item{ display: block;cursor: pointer; transition: linear 0.35s; margin-bottom: 0.2rem;}
.faqlist .item .tit{ display: flex; align-items: center; background: #e0e0e0; padding: 0.1rem 0.2rem;}
.faqlist .item .tit span:first-child i{ font-size: 28px; color: var(--main-color);}
.faqlist .item .tit h3{ flex: 1; margin: 0 0.2rem; font-size: 16px; font-weight: bold;}
.faqlist .item .tit span:last-child i{ font-size: 18px; display: block; color: var(--main-color);}
.faqlist .item .context{ padding: 0.2rem 0.7rem; background: #fff; font-size: 16px; line-height: 2; box-shadow: 0.12rem 0 0.16rem rgba(68,68,68,0.17); display: none;}
.faqlist .item.active .tit span:last-child i{ transform: rotate(90deg);}
.faqlist .item.active .context{ display: block;}
@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
	.faqlist .item .tit h3{ font-size: 16px;}
	.faqlist .item .txt{ font-size: 14px;}
}

/**********常见问题**********/


/**********下载中心**********/
.downloadlist{ padding: 0.8rem 0 0 0 ;}
.downloadlist .item{ margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.3rem; box-sizing: border-box; border: 1px solid #e1e1e1;}
.downloadlist .item .img{ overflow: hidden;}
.downloadlist .item .img img{ width: 100%; height: auto;}
.downloadlist .item .txt{ padding: 0.2rem;}
.downloadlist .item .txt h3{ font-size: 16px; line-height: 1.45;}
.downloadlist .item .txt .down{ display: flex; justify-content: space-between; align-items: center; margin-top: 0.35rem;}
.downloadlist .item .txt .down i{ font-size: 30px;}
.downloadlist .item .txt .down .icon-pdf{ color: var(--hover-color);}
.downloadlist .item .txt .down .icon-xiazai{ color: var(--main-color); font-size: 25px;}
@media (min-width:1082px){
	.downloadlist .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.downloadlist .item{ width: 100%; margin-right: 0;}
}
/**********下载中心**********/


/**********联系我们**********/
.information{padding:0.75rem 0 0.95rem; }

.information .info{ margin-top: 0.3rem; overflow: hidden;}
.information .info .item{ display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 0.3rem;}
.information .info .item .tag{ margin: 0; margin-right: 0.15rem; color: var(--main-color);}
.information .info .item .tag i{ font-size: 0.3rem;}
.information .info .item .txt{ margin: 0; width: calc(100% - 0.45rem ); font-size: 20px; color: #5c6c86; line-height: 1.5;}
.information .info .item .txt a{ color: #5c6c86;}

.information .share{ margin-top: 0.7rem; overflow: hidden;}
.information .share a{ background: var(--text-color);  display: flex; align-items: center; justify-content: center; color: #fff; width: 32px; height: 32px; margin-right: 0.15rem;}
.information .share a i{ font-size: 20px;}
.information .share a:hover{ background: var(--main-color);}

.information .lt{ margin: 0; width: calc(50% - 0.7rem);}
.information .lt h2{ font-size: 0.3rem; font-family: var(--font1); color: var(--text-color); margin-bottom: 0.3rem;}
.information .lt img{}
.information .lt h3{ font-size: 0.3rem;  color: var(--text-color); margin-top: 0.4rem;}
.information .fr{ margin: 0; width: calc(50% - 0.1rem); box-sizing: border-box; padding: 0.5rem 0.35rem 0.75rem 0.35rem; box-shadow: 9px 0 0.46rem rgba(43,40,96,0.28); background: #fff;}
.information .fr h2{ font-size: 0.3rem; font-family: var(--font1); color: var(--text-color); text-align: center; margin-bottom: 0.3rem;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .information .lt{ width: 100%;}
}


.leave{}
.leave .feedbackbox{}
.leave .feedbackbox .input{}
.leave .feedbackbox .input h3{ font-size: 18px; color: var(--main-color); margin-bottom: 0.3rem;}
.leave .feedbackbox input[type='text']{ margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; margin-bottom: 0.2rem; height: 50px; box-sizing: border-box; background: #f4f5f9; padding: 0.15rem; font-size: 16px; color: #5c6c86;}
.leave .feedbackbox label{  margin: 0; width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; margin-bottom: 0.3rem; font-size: 16px; color: #5c6c86; display: flex; align-items: center;}
.leave .feedbackbox label input{ margin: 0; margin-right: 0.15rem;}
.leave .feedbackbox textarea{ width: 100%; margin-bottom: 0.3rem; height: 1.6rem; box-sizing: border-box; background: #f4f5f9; padding: 0.15rem; font-size: 16px; color: #5c6c86; resize: none;}

.leave button{ display: inline-flex; align-items: center; padding: 0.1rem 0.55rem; color: #fff; position: relative; z-index: 1; overflow: hidden; border: 0; cursor: pointer; outline: none; text-transform: uppercase; font-size: 24px;}
.leave button i{ font-size: 28px; margin-right: 0.2rem; color: var(--main-color);}
.leave button:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: var(--text-color); z-index: -2;}
.leave button:after{ content: ""; position: absolute; right: 0; top: 0; width: 0; height: 100%; background: var(--main-color); z-index: -1; transition: width .5s ease,left .5s ease;}

@media (min-width:1082px){
    .leave input.w100{ width: calc(100%)!important; }
	.leave input.end{ margin-right: 0!important;}
	.leave .feedbackbox label:nth-child(2n){ margin-right: 0;}
	.leave button:hover i{ color: var(--text-color);}
	.leave button:hover:after{ width: 100%; left: 0;}
}
@media (min-width:1px) and (max-width:1081px){
	.leave{ margin-bottom: 0.6rem;}
    .leave .input{ width: 100%;}
	.leave .input input{ height: 40px;}
}
/**********联系我们**********/


/**********网站地图**********/
.SitemapPage{ overflow: hidden; padding: 0.6rem 0}
.SitemapPage .title h2{ font-size: 0.3rem; color: #333; text-transform: uppercase; margin-bottom: 0.15rem; margin-bottom: 0.3rem;}
.sitemapnav a{display:inline-block;}
.sitemapnav dt{margin-bottom:10px;}
.sitemapnav dt a{font-size:24px;color:#000;}
.sitemapnav dd.line{width:100%;height:1px;background-color:#ddd;margin:15px 0;}
.sitemapnav dd{margin-bottom:10px;position:relative;}
.sitemapnav dd.bigcate{padding-left:30px;}
.sitemapnav dd.bigcate:before{content:"";width:10px;height:2px;position:absolute;left:15px;top:14px;background-color:#333;}
.sitemapnav dd.bigcate a{font-size:20px;color:#333;line-height:30px;}
.sitemapnav dd.smallcate{padding-left:50px;}
.sitemapnav dd.smallcate:before{content:"";width:10px;height:2px;position:absolute;left:35px;top:14px;background-color:#666;}
.sitemapnav dd.smallcate a{font-size:18px;color:#666;line-height:30px;}
.sitemapnav dd.prolist{padding-left:55px;}
.sitemapnav dd.prolist a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.prolist a:before{content:">";margin-right:5px;}
.sitemapnav dd.list{padding-left:20px;}
.sitemapnav dd.list a{display:block;font-size:16px;color:#999;margin-bottom:5px;position:relative;line-height:24px;}
.sitemapnav dd.list a:before{content:">";margin-right:5px;}
.sitemapnav a:hover{color:#0093e4!important;text-decoration:underline;}
@media (max-width:767px) {
    .sitemapnav dt a{font-size:18px;}
    .sitemapnav dd.bigcate a{font-size:16px;}
    .sitemapnav dd.smallcate a{font-size:15px;}
    .sitemapnav dd.prolist a{font-size:14px;}
    .sitemapnav dd.list a{font-size:14px;}
}
/**********网站地图**********/


/**********公共样式**********/

.thankyou{ text-align: center; padding: 0.6rem 0;}
.thankyou h2{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.thankyou p{ font-size:18px; line-height: 1.5;}
.thankyou a{ display: inline-flex; margin-top: 0.3rem;}

.PrivacyPolicy{ padding: 0.6rem 0;}
.PrivacyPolicy h3{ font-size: 0.45rem; line-height: 1.6; font-weight: bold;}
.PrivacyPolicy article{ line-height: 2; font-size:16px;}
.PrivacyPolicy article h4{ font-size:18px;}

.currertkeywords{margin-top:0.5rem;font-size:18px;color:#666;}
.currertkeywords b{display:inline-block;margin-right:10px;font-size:18px;color:#333;}

.ValidationError{ border-width: 1px; border-style: solid; border-color: red;}
.error{ text-align: center; padding: 0.5rem 0;}
.error a{ width: 240px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #d5d5d5; font-size: 14px; text-transform: capitalize;}

.pagination-container{ overflow: hidden; text-align: center; margin-top: 0.6rem;}

.hidden{ display: none!important;}
@media (min-width:1082px){
	.hidden-pc{ display: none!important;}
}
@media (min-width:1px) and (max-width:1081px){
	.hidden-xs{ display: none!important;}
}


/**********公共样式**********/

.category{ position: fixed; top: 0; bottom: 52px; left: 0; width: 300px; background: #ddd; z-index: 20; max-width: 100%; transition: linear 0.35s; transform: translateX(-100%);}
.category[typeof='close']{}
.category[typeof='open']{ transform: translateX(0)}
.category .top{ background: var(--main-color); display: flex; justify-content: space-between; align-items: center; height: 55px; overflow: hidden;}
.category .top .logo{ width: 50%; margin: 0; display: inline-block; padding:0px 15px;}
.category .top .logo img{ height: 35px; width: auto;}
.category .top .close{ margin: 0; display: inline-block; cursor: pointer; padding: 15px;}
.category .top .close i{ font-size: 21px; color: #fff;}
.category .list{ position: relative; z-index: 1; height: calc(100% - 81px); box-sizing: border-box; padding: 30px 15px; overflow: hidden; overflow-y: auto;}
.category .list>ul{}
.category .list>ul>li{ display: block; border-bottom: 1px solid #fff;}
.category .list>ul>li>a{ display: block; font-size: 16px; padding: 10px 15px; color: #666; position: relative;}
.category .list>ul>li>a:before{ content: ""; position: absolute; left: 0; top: 17px; width: 5px; height: 5px; background: var(--main-color);}
.category .list>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li:last-child{ border-bottom: 0;}
.category .list>ul>li>ul{ padding: 10px 20px;}
.category .list>ul>li>ul>li{ margin-bottom: 10px; border-bottom: 1px dotted var(--main-color);}
.category .list>ul>li>ul>li>a{ display: block; font-size: 12px; color: #999; padding: 5px;}
.category .list>ul>li>ul>li:hover>a{ color: var(--main-color);}
.category .list>ul>li>ul>li:last-child{ border-bottom: 0;}


#shopcars{position:absolute;right:0;top:130%;width:300px;background-color:#fff;box-shadow:0 0 5px #ddd;padding-bottom:15px;display:none;}
#shopcars h3{background-color:var(--text-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(--text-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 h2{ font-size: 0.48rem;}

#cartlist table{width:100%;text-align:center; margin-bottom: 0.5rem;}
#cartlist table tr th{background-color:#f3f3f3;padding:20px;line-height:30px;font-size:18px;text-align:center;}
#cartlist table tr td{background-color:#f3f3f3;padding:20px;border-top:1px solid #fff;text-align:center;}
#cartlist table tr td img{max-width:180px;}
#cartlist table tr th:not(:last-child),#cartlist table tr td:not(:last-child){border-right:1px solid #fff;}
#cartlist table tr td .title{font-size:16px;}
#cartlist .numbox{border:1px solid #ddd;display:flex;width:150px;justify-content:space-around;margin:0 auto;}
#cartlist .numbox span{display:inline-block;width:30px;height:30px;font-size:20px;line-height:30px;margin:0;cursor:pointer;background-color:#fff;}
#cartlist .numbox .number{height:30px;margin:0;width:90px;text-align:center;}
#cartlist .del{font-size:16px;}
@media (min-width:1px) and (max-width:991px) {
    #cartlist table tr th{font-size:14px;padding:10px 15px;line-height:1.5;}
    #cartlist table tr td{padding:10px 15px;line-height:1.5;}
    #cartlist table tr td .title{font-size:14px;}
    #cartlist table tr td img{max-width:100px;}
    #cartlist .numbox{width:90px;margin:0 5px;}
    #cartlist .numbox .number{width:30px;}
}

/**********右侧浮动**********/
#float{position:fixed;right:0;top:50%;margin-top:-80px;z-index:9; }
#float .ico{ width: 0.5rem; height: 0.5rem; display: flex; align-items: center; justify-content: center; background: var(--main-color); margin-bottom: 0.1rem; border-radius: 50%; color: #fff; cursor: pointer;}
#float .ico i{ font-size: 0.25rem;}
#float .ico span{ display: none;}
#float .whatsapp{ background: #3acb3e;}
#float .wechat{ background: #3acb3e;}
#float .qq{ background: #68A5E1;}

@media (min-width:1px) and (max-width:1081px){
	
}

.note{ position: fixed; left: 0; bottom: 25%; z-index: 8; width: 220px; overflow: hidden; border-radius: 5px; padding: 0.1rem;}
.note:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: #333; opacity: 0.7; z-index: -1;}
.note h2{ background: #333; color: #fff; padding: 5px 0.1rem; font-size: 0.2rem; border-radius: 5px;}
.note h2 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-left:-1px;padding:6px 12px;border:1px solid #ddd;background-color:#fff;text-decoration:none;font-size:13px;line-height:1.428571429;}
.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:#eee;}
.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:#333;background-color:#333;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} }
 
 .langlist li a{color:#fff}