﻿@import url('fonts.css');

html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 1080px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}

body{ font-family: "Arial", "Helvetica","sans-serif"; background-color:#fff; overflow-x:hidden; color: #0f1821;}
a{ color:#333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#1097ce;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{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;}
body,td,th{ font-family: "Arial", "Helvetica","sans-serif"; font-size:12px;}
input,textarea{ font-family: "Arial", "Helvetica","sans-serif"; border:0; outline:medium;}

@media (min-width:1px) and (max-width:1080px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1081px){
	.container{ width: 960px; padding: 0;}
}
@media (min-width:1200px){
	.container{ width: 1130px; padding: 0;}
}
@media (min-width:1400px){
	.container{ width: 1230px; padding: 0;}
}
@media (min-width:1630px){
	.container{ width: 1400px; }
}



/*头部*/
.header{ z-index: 9; transition: all 0.35s ease; box-sizing: border-box; position: fixed; left: 0; right: 0; top: 0;}
.header .container{ position: relative;}
@media (min-width:1081px){
.header .container{ width: auto; padding: 0 0.6rem; display: flex;  align-items: center; justify-content: space-between;}
.header.fis_show{ box-shadow: 0 0 5px #d5d5d5; background: #fff;}
}
@media (min-width: 1px) and (max-width: 1080px) {
.header{box-shadow: 0 0 10px #d5d5d5; background: #fff;}
}

.header .logo{ display: inline-block; margin: 0;  transition: all 0.35s;}
.header .logo a{ display: block;}
.header .logo img{ height: 0.76rem; transition: all 0.35s;  }

@media (min-width:1081px){
.header .logo{ padding: 0.215rem 0;}
.header .logo img{ -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
.header.fis_show .logo img{ -webkit-filter: brightness(1) invert(0);filter: brightness(1) invert(0);}
}
@media (min-width: 1px) and (max-width: 1080px) {
.header .logo{}
.header .logo a{ padding: 10px 0;}
.header .logo img{ height: 45px;}
}

/*导航*/
.header .menu{ display: inline-flex; transition: all 0.35s; }
.header .jdmenu{ }
.header .jdmenu .nav{ font-family: "manrope-bold";}
.header .jdmenu .nav #jdmenu{ display: flex; justify-content: space-between; align-items: center;}
.header .jdmenu .nav #jdmenu>li{ display: inline-block; position: relative; margin: 0;}
.header .jdmenu .nav #jdmenu>li>a{ display: block; color: #fff; transition: all 0.35s; font-weight: bold; text-transform: uppercase; box-sizing: border-box; position: relative; overflow: hidden; z-index: 9;}
.header .jdmenu .nav #jdmenu>li>a>i{ }
.header .jdmenu .nav #jdmenu>li>a>i:before{ content: "\e6c3"; font-family: 'iconfont'; display: inline-block; transform: rotate(80deg);}

.header .hright{ margin: 0;  display: inline-flex; position: relative;}

.header div.searchclick{ display: inline-block; cursor: pointer;}
.header div.searchclick>a{ display: inline-flex;  position: relative; z-index: -1; padding: .465rem 0.1rem;}
.header div.searchclick .siconfont{ color: #fff; transition: all 0.35s; font-size: 18px; display: inline-block; font-weight: bold; }
.header div.searchclick .siconfont:before{content:"\e752"}

.header div.langer{ display: inline-block; margin-left: 10px; position: relative;}
.header div.langer>a{display: flex; font-size: 14px; align-items: center; text-transform: capitalize; padding: 0.465rem 0.1rem; position: relative; color: #fff;}
.header div.langer>a>span{ font-size: 18px; margin-right: 5px; }
.header div.langer>a>img{ display: inline-block; margin-right: 5px;}
.header div.langer.open>.dropdown{ display: block;}
.header div.langer>.dropdown{ width: 100px; background: #fff; position: absolute; right: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 2px 2px 5px #d5d5d5;}
.header div.langer>.dropdown>li{ border-bottom: #ddd solid 1px; font-size: 13px; }
.header div.langer>.dropdown>li>a{ color: #333; font-weight: 500; padding: 12px 0.15rem; display: flex;text-transform: capitalize; align-items: center;}
.header div.langer>.dropdown>li>a img{ margin: 0; margin-right: 5px; width: 24px;}

@media (min-width:1081px){
.header .menu{ margin: 0; }
.header .jdmenu{}
.header .jdmenu .nav #jdmenu>li{ font-size: 16px;}
.header .jdmenu .nav #jdmenu>li>a{padding:.465rem 0.1rem;}
.header.fis_show .jdmenu .nav #jdmenu>li>a{ color: #333;}
.header .jdmenu .nav #jdmenu>li:hover>a,.header .jdmenu .nav #jdmenu>li.active>a{ color: #1097ce;}
.header .hright{ margin: 0; }
.header.fis_show div.searchclick .siconfont{ color: #333;}
.header.fis_show div.langer>a{ color: #333;}
}
@media (min-width:1230px){
.header .jdmenu .nav #jdmenu>li>a{padding:.465rem 0.22rem;}
}
@media (min-width: 1px) and (max-width: 1080px) {
.header .logo{ display: inline-block;}

.header .jdmenu .nav{ position: fixed; left: 0; right: 0; top: 65px; z-index: 9; bottom: 0; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 10% 0.3rem;}
.header .jdmenu .nav .container{ margin: 0;}
.header .jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
.header .jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #fff;}
.header .jdmenu .nav #jdmenu>li>a{ padding: 15px 20px; display: block; color: #fff; font-size: 18px; border-right: 0; border-left: 0; }
.header .jdmenu .nav #jdmenu>li>a>i{ display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; cursor: pointer; position: absolute; right: 0; top: 0; transition: all 0.35s; font-size: 24px;}
.header .jdmenu .nav #jdmenu>li.open>a>i{ transform: rotate(-90deg);}
.header .jdmenu .nav #jdmenu>li.langer{ display: none; margin: 0;}
.header .jdmenu .nav #jdmenu>li.langer>a{ display: flex; align-items: center;}
.header .jdmenu .nav #jdmenu>li.langer>a>img{ margin-left: 0;}
.header .jdmenu .nav #jdmenu>li.searchclick{ display: none; margin: 0;}

.header .jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.header .jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
.header .jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
.header .jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
.header .jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
.header .jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
.header .jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
.header .jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
.header .jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
.header .jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}

.header .hright{ position: absolute; right: 60px; top: 50%; transform: translateY(-50%);}
}

/*二级导航*/
.header .jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 100%; background: #fff; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 2px 2px 5px #d5d5d5;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li{ border-bottom: #ddd solid 1px; font-size: 13px; }
.header .jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #333; font-weight: 500; padding: 12px 0.2rem 12px 0.26rem; display: block;text-transform: capitalize}


@media (min-width: 1081px) {
.header .jdmenu .nav>#jdmenu>li>.dropdown{}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li a{ text-overflow:ellipsis; white-space: nowrap;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li:hover>a{ background: #1097ce; color: #fff;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li:last-child{ border-bottom: 0;}

}
@media (min-width:1630px){
.header .jdmenu .nav>#jdmenu>li>.dropdown.dropput .txt{ margin: 0; padding: 0 0.3rem;}
}
@media (min-width: 1px) and (max-width: 1080px){
.header .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li{ text-align: left; font-size: 16px;}
.header .jdmenu .nav>#jdmenu>li>.dropdown.dropput{ padding: 12px 0.2rem 12px 0.26rem;}
.header .jdmenu .nav>#jdmenu>li>.dropdown.dropput>a{ font-size: 16px;}
.header .jdmenu .nav>#jdmenu>li>.dropdown.dropput ul li{ font-size: 14px;}
.header .jdmenu .nav>#jdmenu>li>.dropdown.dropput .item{ width: 100%; margin: 0;}
}

/*搜索*/
.header .search{ position: fixed; left: 0; top: 0; right: 0; transition: all 0.35s; background: rgba(0,0,0,.95); overflow: hidden; z-index: 101;}
.header .search[typeof="close"]{ height: 0;}
.header .search[typeof="on"]{ height: 100%;}
.header .search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block; width: 30px; cursor: pointer;}
.header .search .close i{  font-size: 0.3rem;}
.header .search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width:80%;}
.header .search .context .searchlogo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.header .search .context .searchlogo img{ height: 69px;}
.header .search .context form[name="keyfrom"]{ display: flex; background: #fff; width:100%}
.header .search .context form[name="keyfrom"] input{ flex: 1; height: 0.6rem; background: none; border: 0; padding-left: 10px; box-sizing: border-box;}
.header .search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
@media (min-width: 992px) {
}
@media (min-width: 1px) and (max-width: 1080px) {

}
/*endregion*/


/*region banner*/
.bframe{ position: relative; overflow: hidden;}
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x; position: relative;}
.bframe .slides li a{ display: block; position: relative;}
.bframe .slides li img{ width:100%; height:auto;}
.bframe .slides li .libg{ position: absolute; left: 50%; top: 0; height: 100%; transform: translateX(-50%); z-index: 2;}
.bframe .slides li .libg .liimg{ width: 36.7%; position: absolute; left: 0; bottom: 0.8rem;}
.bframe .slides li .libg .txt{ position: absolute; right: 0; bottom: 29.7%; width: 60%; text-align: right;}
.bframe .slides li .libg .txt p{ font-family: "Rajdhani-Bold"; font-size: 0.7rem; text-transform: uppercase; color: #fff;}
.bframe .slides li .libg .txt a{ display: inline-flex; background: linear-gradient(to right,#50c1d8,#0f97ce); font-family: "manrope-bold"; font-size: 18px; font-weight: bold; color: #fff; padding: 0.11rem 0.6rem; border-radius: 10px; margin-top: 0.45rem;}
.bframe .flex-control-nav{position:absolute; width: 100%;  bottom: 30px; z-index: 2; box-sizing: border-box; left: 50%; transform: translateX(-50%);}
.bframe .flex-control-nav li{ display: inline-block; list-style-type: none; transition:all .35s;}
.bframe .flex-control-nav a{ display: inline-block; width: 10px; height: 10px; line-height: 60px; cursor: pointer; color: transparent; background: #9aa2b8; box-sizing: border-box; opacity: 1; overflow: hidden; margin-right: 10px; transition:all 0.5s; border-radius: 50%;}
.bframe .flex-control-nav .flex-active{ background: #fff;} 
.bframe .flex-direction-nav{position:absolute;z-index:88;width:100%;top:45%;}
.bframe .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; z-index: 99; line-height: 50px; text-align: center; color: #fff;}
.bframe .flex-direction-nav li a>i{ font-size: 40px;}
.bframe .flex-direction-nav li a.flex-prev{left:40px;}
.bframe .flex-direction-nav li a.flex-next{right:40px;}

@media (min-width:1081px) {	
.bframe{ }
.bframe .slides li{}
.bframe .slides li a{ }
.bframe .slides li img{  width: 100%; }
/*.bframe .slides li video{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}*/
}
@media (min-width:1px) and  (max-width:1080px){
.bframe{ position: relative; z-index: 1; margin-top: 65px;}
.bframe .libg{ width: 100%; padding: 0 15px; box-sizing: border-box;}
.bframe .slides li .libg .liimg{ bottom: 0;}
.bframe .slides li .libg .txt{ bottom: 10px; text-align: left; right: 15px;}
.bframe .slides li .libg .txt p{ font-size: 12px; }
.bframe .slides li .libg .txt a{ font-size: 11px; padding: 5px 16px; border-radius: 10px; margin-top: 0.45rem;}
.bframe .flex-control-nav{ bottom: 10px; margin-left: 15px;margin-right: 15px;}
}

/*endregion*/

/*首页*/

.bodrindex{ }

.iframe{ position: relative; overflow: hidden; padding: 0.9rem 0 0.5rem 0;}
.iframe .txt{}
.iframe .txt h2{ font-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size: 18px;}
.iframe .txt h3{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-top: 0.25rem; margin-bottom: 0.2rem;}
.iframe .txt h4{ font-family: "manrope-regular"; font-size: 0.43rem; color: #003445; margin-bottom: 0.2rem; line-height: 1;}
.iframe .txt p{ font-family: "manrope-regular"; font-size: 16px; line-height: 2; color: #003445; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.iframe .txt a{ display: inline-flex; background: linear-gradient(to right,#50c1d8,#0f97ce); font-family: "manrope-bold"; font-size: 18px; font-weight: bold; color: #fff; padding: 0.11rem 0.6rem; border-radius: 10px; margin-top: 0.45rem;}
.iframe .img{}
.iframe .img img{ margin-right: -0.27rem;}
@media (min-width:1081px) {
.iframe .container{ display: flex; justify-content: space-between;}
.iframe .txt{ margin: 0; width: 55%;}
.iframe .img{ margin-right: 0; max-width: 45%; text-align: right;}
}
@media (min-width:1px) and  (max-width:1080px){
.iframe{ padding: 30px 0;}
}

.iframe1{ padding-bottom: 1.75rem;}
.iframe1 h2{ font-family: "Rajdhani-Bold"; text-align: right; font-size: 0.5rem; color: #003445; text-transform: uppercase;}
.iframe1 ul{ text-align: right; margin-top: 0.45rem;}
.iframe1 ul li{ width: 208px; height: 44px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid #1097ce; margin-left: 15px; border-radius: 44px; cursor: pointer; font-family: "manrope-regular"; font-size: 16px; box-sizing: border-box;}
.iframe1 ul li.active{ background: #1097ce; color: #fff;}
.iframe1 .list{ margin-top: 0.6rem; background: url("../image/1_01.png") no-repeat left center; position: relative;}
.iframe1 .list .item{ }
.iframe1 .list .item .img{ box-sizing: border-box; text-align: center;}
.iframe1 .list .item .txt{ box-sizing: border-box;}
.iframe1 .list .item .txt h4{ font-family: "Rajdhani-Bold"; font-size: 0.4rem; text-transform: uppercase; color: #003445; margin-bottom: 0.2rem;}
.iframe1 .list .item .txt h3{ font-family: "manrope-regular"; font-size: 0.36rem; color: #003445; margin-bottom: 0.3rem; padding-bottom: 0.2rem; position: relative;}
.iframe1 .list .item .txt h3:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 38px; height: 1px; background: linear-gradient(to right,#50c1d8,#0f97ce);}
.iframe1 .list .item .txt p{ font-family: "manrope-regular"; font-size: 16px; line-height: 2; color: #003445; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.iframe1 .list .item .txt span{ display: inline-flex; background: linear-gradient(to right,#50c1d8,#0f97ce); font-family: "manrope-bold"; font-size: 18px; font-weight: bold; color: #fff; padding: 0.11rem 0.6rem; border-radius: 10px; margin-top: 0.45rem;}
.iframe1 .list .swiper-pagination{ position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); text-align: right;}
.iframe1 .list .swiper-pagination .swiper-pagination-bullet{ width: 44px; height: 4px; display: inline-block; background: linear-gradient(to right,#dcf3f7,#cfeaf5); opacity: 1; margin-left:11px; border-radius: 0; }
.iframe1 .list .swiper-pagination .swiper-pagination-bullet-active{ background: linear-gradient(to right,#50c1d8,#0f97ce);}
@media (min-width:1081px) {	
.iframe1 .list .item a{ display: flex; align-items: center;}
.iframe1 .list .item .img{ width: 50%; margin: 0; padding-right: 0.5rem;}
.iframe1 .list .item .txt{ width: 50%; margin: 0; padding-left: 0.5rem;}
}
@media (min-width:1081px){
	.iframe1 .list .swiper-pagination{ width: 960px; padding: 0;}
}
@media (min-width:1200px){
	.iframe1 .list .swiper-pagination{ width: 1130px; padding: 0;}
}
@media (min-width:1400px){
	.iframe1 .list .swiper-pagination{ width: 1230px; padding: 0;}
}
@media (min-width:1630px){
	.iframe1 .list .swiper-pagination{ width: 1400px; }
}
@media (min-width:1px) and  (max-width:1080px){
.iframe1{ padding-bottom: 30px;}
.iframe1 .list{ background: url("../image/1_01.png") no-repeat center top;}
}
@media (min-width:1px) and  (max-width:966px){
.iframe1 ul li{ width: 100%; height: 44px; margin-left: 0; font-size: 13px; margin-bottom: 10px;}
}

.iframe2{ padding-bottom: 1.1rem;}
.iframe2 .tit{ text-align: center;}
.iframe2 .tit h2{ font-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size: 18px;}
.iframe2 .tit h3{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-top: 0.25rem; margin-bottom: 0.2rem;}
.iframe2 .tit p{ font-family: "manrope-regular"; font-size: 16px; line-height: 2; color: #a9acb8; }
.iframe2 .list{ margin-top: 0.55rem; display: flex; flex-wrap: wrap;}
.iframe2 .list .item{ margin: 0; width: calc((100%)/3); box-sizing: border-box; padding: 0 0.45rem; position: relative;}
.iframe2 .list .item:after{ content: ""; position: absolute; top: 0; right: 0; width: 2px; height: calc(100% - 0.34rem); background: #e9edf6;}
.iframe2 .list .item .img{ overflow: hidden; position: relative; height: 2.93rem; width: 2.93rem; border-radius: 50%; box-sizing: border-box;}
.iframe2 .list .item .img:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #3ab3d5; z-index: 3; border-radius: 50%; box-sizing: border-box;}
.iframe2 .list .item .img:after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; border: 0.2rem solid #fff; border-radius: 50%; box-sizing: border-box;}
.iframe2 .list .item .img img{ position: absolute; max-width: none; height: 100%; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 1;}
.iframe2 .list .item .txt{ overflow: hidden; margin-top: 0.3rem; text-align: center;}
.iframe2 .list .item .txt h3{ font-family: "Rajdhani-Bold"; font-size: 0.24rem; text-transform: uppercase; color: #003445; margin-bottom: 0.3rem;}
.iframe2 .list .item .txt p{ font-family: "manrope-regular"; font-size: 16px; color: #003445; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;} 
.iframe2 .list .item .txt span{ display: inline-flex; align-items: center; margin-top: 0.35rem; font-family: "manrope-regular"; font-size: 16px; color: #333;}
.iframe2 .list .item .txt span:before{ content: "\e612"; display: inline-block; font-family: 'iconfont'; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; margin-right: 5px;}
@media (min-width:1081px) {	
.iframe2 .list .item:nth-child(3):after{ display: none;}
.iframe2 .list .item:nth-child(4){ display: none;}
}
@media (min-width:1px) and  (max-width:1080px){
.iframe2{ padding-bottom: 30px;}
.iframe2 .list .item{ width: calc((100%)/2); margin-bottom: 0.3rem;}
.iframe2 .list .item .txt p{ font-size: 0.16rem;}
.iframe2 .list .item .txt span{ font-size: 0.16rem;}
.iframe2 .list .item:nth-child(2n):after{ display: none;}
}

.dyframe{ overflow: hidden; padding: 0.6rem 0; border-top: 4px solid #e9edf6;}
.dyframe .txt{ box-sizing: border-box; font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445;}
.dyframe .txt span{ color: #fb4f52;}
.dyframe .formr{ box-sizing: border-box;}
.dyframe .formr .from{ display: flex; margin: 0 auto; width: calc(100% ); box-sizing: border-box; padding: 0.11rem; background: #f2f9ff; border-radius: 50px;}
.dyframe .formr .from .input{ display: flex; width: calc(100% - 1.64rem); box-sizing: border-box; align-items: center; margin: 0; padding-left: 0.3rem;}
.dyframe .formr .from .input input{ width: 100%; margin: 0; border: 0; background: none; padding:0.165rem 0;}
.dyframe .formr .from button{ width: 1.64rem; background: #1097ce; box-sizing: border-box; border: 0; cursor: pointer; outline: none; color: #fff; border-radius: 50px}
@media (min-width:1081px) {	
.dyframe .container{ display: flex;}
.dyframe .txt{ flex: 0 0 50%; margin: 0;}
.dyframe .formr{ flex: 0 0 50%; margin: 0; padding-left: 1.1rem; display: flex; justify-content: space-between; align-items: center;}
}
@media (min-width:1px) and  (max-width:1080px){
.dyframe .txt{ margin-bottom: 0.3rem;}
.dyframe .formr .share{ width: 100%; margin-bottom: 0.3rem;}
.dyframe .formr .from{ width: 100%;}
}


/*region 底部*/
.footer{  position: relative; overflow: hidden; background: url("../image/1_02.jpg") no-repeat right center #021942; padding: 1.22rem 0 0 0 ;}
.footer .footlist{ display: flex; justify-content: space-between; padding-bottom: 1rem;}
.footer .foot{ overflow: hidden; box-sizing: border-box; margin: 0; font-family: "manrope-regular";}

.footer .foot p{  font-size: 16px; line-height: 1.7; color: #fff; text-align: justify;}
.footer .foot .share{ overflow: hidden; margin-top: 0.35rem;}
.footer .foot .share a{ display: inline-flex; width: 37px; height: 37px; align-items: center; justify-content: center; border-radius: 5px; background: #fff; margin-right: 10px;}
.footer .foot .share a i{ font-size: 24px; color: #0757de;}

.footer .foot h2{ font-size: 0.2rem; font-weight: bold; color: #fff; margin-bottom: 0.8rem; text-transform: uppercase; padding-top: 0.35rem;}
.footer .foot li{ font-size: 16px; margin-bottom: 0.15rem;}
.footer .foot li>a{ display: block; color: #fff;}
.footer .foot li:hover>a{ color: #1097ce;}

.footer .foot .footlogo{ margin-bottom: 0.45rem; -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}

.footer .foot .tel{ display: flex; justify-content:space-between; margin-bottom: 0.15rem;}
.footer .foot .tel em{ display: inline-flex; font-style: normal; justify-content: center; align-items: center; width: 40px; height: 40px; border-radius: 5px; background: #fff; margin-right: 0.2rem; margin-top: 6px;}
.footer .foot .tel em i{ font-size: 20px; color: #0758df;}
.footer .foot .tel p{ flex: 1; margin-left: 10px; color: #fff; font-size: 16px; line-height: 1.7; text-align: left;}
.footer .foot .tel p span{ display: block;}
.footer .foot .tel p a{ color: #fff;}

@media (min-width:1081px) {
.footer .foot{ width: 25%; box-sizing: border-box;}
.footer .foot:nth-child(1){ width: 4.45rem; margin-right: 0.8rem;}
.footer .foot:nth-child(2){ width: 1.25rem; margin-right: 0.8rem;}
.footer .foot:nth-child(3){ width: 1.9rem; margin-right: 0.8rem;}
.footer .foot:nth-child(4){ width: 3.6rem; margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1080px){
.footer{ padding-top: 0rem;}
.footer .footlist{ display: none;}
}

.htmltop{ position: fixed; right: 15px; bottom: 60px; z-index: 9;}
@media (min-width:1px) and  (max-width:1080px){
.htmltop{ display: none;}
}

/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0; }
.footer_language>.container>ul{display: flex;}
.footer_language>.container>ul>li{margin-right:3px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #333;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; }
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:1081px) {
.footer_language>.container{ width: 980px}
}
@media (min-width:1230px){
    .footer_language>.container>ul>li{ margin-right: 17px;}
}
@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

/*region 版权*/
.copy{ font-size: 14px; overflow: hidden; color: #fff; padding: 0.2rem 0; border-top: 1px solid #3a3a42; }
.copy a{ color: #fff;}
@media (min-width:1081px) {
.copy p{ display: inline-block; float: left;}
.copy p:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:1080px){
.copy{  font-size: 12px; line-height: 2; border: 0; margin-top: 0; padding: 15px 0; margin-bottom: 41px;}
.copy p{ text-align: center;}
}
/*endregion*/


/*手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 10; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%}
@media (min-width:1px) and (max-width:1079px){
.mobMenu{ display: block;}
}


/*内页*/
.body{}
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%;}
@media (min-width:1081px){
.nbframe{ }
.nbframe .location{ position: absolute; left: 0; right: 0; top: 50%; transform: translateY(-50%); z-index: 3;}
.nbframe .location .txt p{ color: #fff; }
.nbframe .location .here{ color: #fff;}
.nbframe .location a{ color: #fff;}
}
@media (min-width:1px) and (max-width:1080px){
.nbframe{}
}
/*region 左侧导航栏目*/
.left_nav{  padding: 0.5rem 0; width: 3.3rem; float: left;}
.left_nav>.lbt{ margin-bottom: 0.5rem;}
.left_nav>.lbt>h2{ padding: 0.15rem 0.2rem; font-size: 0.26rem; font-weight: bold; background: #fff; margin-bottom: 0.2rem;  border-left: 7px solid #1097ce;}
.left_nav>.lbt>ul{ }
.left_nav>.lbt>ul>li{ display: block; margin-bottom: 10px; font-size: 14px; font-weight: bold;}
.left_nav>.lbt>ul>li>a{ display: block; padding: 0.13rem 0.25rem; position: relative; text-transform: uppercase; border-bottom: 2px solid #f3f5f9;}
.left_nav>.lbt>ul>li>a:before{ content: "\e6c3"; font-family: 'iconfont'; display: inline-block; margin-right: 0.1rem;}

.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ color: #1097ce;}

.left_nav>.lbt>ul>li.active>ul{ display: block}
.left_nav>.lbt>ul>li>ul{ margin: 0.2rem 0; display: none;}
.left_nav>.lbt>ul>li>ul>li{ margin-bottom: 10px; font-size: 14px; font-weight: normal;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; padding: 0 0.5rem; line-height: 0.3rem; position: relative; color: #797979;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ color: #1097ce;}

.left_nav>.lbt .txt{ background: url("/Template/Default/images/1_05.jpg") no-repeat center center / cover; padding: 0.45rem; box-sizing: border-box; text-align: center; color: #fff;}
.left_nav>.lbt .txt i{ font-size: 0.86rem;}
.left_nav>.lbt .txt h3{ font-size: 0.24rem; font-family: "Corbel"; font-weight: bold; margin-top: 0.3rem; margin-bottom: 0.2rem;}
.left_nav>.lbt .txt p{ font-size: 0.16rem; font-weight: bold;}
.left_nav>.lbt .txt p a{ color: #fff;}
.left_nav>.lbt .txt p:nth-child(3){ font-size: 0.24rem; font-weight: bold; margin-bottom: 0.2rem;}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px){
}

.left_nav .l_from{ overflow: hidden; margin-bottom: 0.45rem;}
.left_nav .l_from form{ display: flex; width: 100%; background: #f2f9ff; border-radius: 50px;}
.left_nav .l_from input{ width: 100%; padding: 0.27rem 0.2rem; border: 0; background: none; font-size: 16px;}
.left_nav .l_from button{ width: 110px; background: none; border: 0; cursor: pointer; outline: none;}



@media (min-width:1081px){
   
}
@media (min-width:1px) and (max-width:1080px){
.left_nav{ width: auto; float: none; padding: 0; }
.left_nav>.lbt{ margin-bottom: 0;}
.left_nav>.lbt h2{ padding: 15px; margin-bottom: 30px; position: relative;}
.left_nav>.lbt h2:after{ content: "\e6c3"; font-family: 'iconfont'; font-size: 16px; display: inline-block; position: absolute; right: 20px; top: 50%; transform: translateY(-50%) rotate(90deg); z-index: 2;}
.left_nav>.lbt>ul{display: none; transition: all 0.35s; margin-bottom: 30px;}
.hidden-xs{ display: none!important;}
}

/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 4.1rem); float: right; height: auto; padding: 0.5rem 0px;}
@media (min-width:1px) and (max-width:1080px){
.right_detail{ width: auto; float: none; padding: 0 0 30px 0;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 0.2rem 0; border-bottom: 1px solid #ededed}
.location .txt{ position: relative; font-family: "Corbel"; }
.location .txt h2{ font-size: 0.81rem; font-weight: bold; color: #fff; width: 100%; display: none;}
.location .txt p{ font-size: 16px; color: #333; display: inline-flex; align-items: center; width: 100%; font-family: "manrope-regular"; font-weight: bold; text-transform: uppercase;}
.location .home{ color: #000; margin-right: 5px; }
.location .home:before{ content: "\e613";}
.location .here{  display: inline-block; padding: 0 3px; color: #333;}
.location .here:before{ content: "\e604";}
.location a{ display: inline-block; color: #333;}
@media (min-width:1081px){
.location .txt{ }
}
@media (min-width:1px) and (max-width:1080px){
.location{ display: block; padding: 20px 0;}
.location .txt{ font-size: 12px;}
.location .txt h1{ font-size: 16px;}
.location .txt h2{ font-size: 16px; color: #333;}
.location .home{ font-size: 12px;}
.location .txt p{ font-size: 12px; display: block;}
.location a{ font-size: 12px;}
}
/*endregion*/


.page_lt{ }
.page_lt ul{ text-align: center;}
.page_lt ul li{ display: inline-flex; font-size: 18px; background: #f6f6f6; border-left: 1px solid #fff;}
.page_lt ul li>a{ display: block; color: #333; padding: 0.25rem 0.4rem;}
.page_lt ul li:hover,.page_lt ul li.active{ background: #1097ce;}
.page_lt ul li:hover>a,.page_lt ul li.active>a{ color: #fff;}
.page_lt ul li:first-child{ border: 0;}
@media (min-width:1081px) {
.page_lt{ position: relative; z-index: 2; transform: translateY(-50%);}
}
@media (min-width:1px) and (max-width:1080px){
.page_lt .container{ margin: 0; margin-top: 15px;}
.page_lt{ display: none;}
}

/*公司简介*/

.aframe{ overflow: hidden; padding:0.6rem 0; }
.aframe h2{ font-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size: 18px;}
.aframe h3{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-top: 0.2rem; margin-bottom: 0.15rem;}
.aframe h4{ font-family: "manrope-regular"; font-size: 0.43rem; color: #003445; margin-bottom: 0.3rem; line-height: 1;}
.aframe .context{ font-family: "manrope-regular"; font-size: 16px; line-height: 2; color: #003445;}
.aframe .list{ overflow: hidden; margin-top: 0.6rem; display: flex; flex-wrap: wrap;}
.aframe .list .item{ margin: 0; width: calc((100% - 12px)/4); margin-right: 4px; box-sizing: border-box; background: linear-gradient(to right,#50c1d8,#0e96ce); padding: 0.3rem 0.45rem; display: flex; justify-content: center;}
.aframe .list .item:nth-child(2n){ background: linear-gradient(to right,#caecf3,#b7dff0);}
.aframe .list .item .txt{ display: inline-block; margin: 0;}
.aframe .list .item h5{ margin-bottom: 0.1rem; line-height: 1;}
.aframe .list .item h5 font{ font-weight: bold; color: #fff; font-size: 0.5rem; line-height: 1;}
.aframe .list .item h5 em{ font-style: normal; color: #fff; display: inline-block; margin-left: 10px;}
.aframe .list .item span{ display: block; font-size: 14px; line-height: 2; color: #fff; text-transform: uppercase;}
@media (min-width:1081px) {	
.aframe .list .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px){
.aframe{ padding:0 0  30px 0;}
.aframe .list .item{ width: calc((100% - 4px)/2); margin-bottom: 4px;}
.aframe .list .item:nth-child(2n){ margin-right: 0;}
}

.aframe1{ overflow: hidden; padding: 0.8rem 0; background: #f8f8f8;}
.aframe1 .txt{}
.aframe1 .txt h2{ font-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size: 18px;}
.aframe1 .txt h3{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-top: 0.2rem; margin-bottom: 0.15rem;}
.aframe1 .txt p{ font-family: "manrope-regular"; font-size: 16px; color: #003445; line-height: 2;}
.aframe1 .txt a{ display: inline-flex; background: linear-gradient(to right,#50c1d8,#0f97ce); font-family: "manrope-bold"; font-size: 18px; font-weight: bold; color: #fff; padding: 0.11rem 0.6rem; border-radius: 10px; margin-top: 0.45rem;}
.aframe1 .list{ display: flex; flex-wrap: wrap;}
.aframe1 .list .item{ margin: 0; width: calc((100% - 20px)/3); margin-right: 10px; margin-bottom: 10px;}
@media (min-width:1081px) {	
.aframe1 .container{ display: flex; justify-content: space-between; align-items: center;}
.aframe1 .txt{ margin: 0; width: 4.25rem}
.aframe1 .list{margin: 0; width: calc(100% - 4.6rem); margin-left: 0.35rem;}
.aframe1 .list .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1080px){
.aframe1{ padding: 30px 0 ;}
.aframe1 .list{ margin-top: 30px;}
.aframe1 .list .item{ width: calc((100% - 10px)/2);}
.aframe1 .list .item:nth-child(2n){ margin-right: 0;}
}


.aframe2{ overflow: hidden; padding: 0.55rem 0;; text-align: center;}
.aframe2 .tit{ }
.aframe2 .tit h2{ font-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size: 18px;}
.aframe2 .tit h3{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-top: 0.2rem; margin-bottom: 0.15rem;}
.aframe2 .list{ margin-top: 0.35rem; display: flex; flex-wrap: wrap;}
.aframe2 .list .item{ margin: 0; width: calc((100% - 10px)/2); margin-right: 10px; margin-bottom: 10px;}
.aframe2 .list .item:first-child{ width: 100%; margin-right: 0;}
.aframe2 .list .item:nth-child(3){ margin-right: 0;}
.aframe2 a.more{ display: inline-flex; background: linear-gradient(to right,#50c1d8,#0f97ce); font-family: "manrope-bold"; font-size: 18px; font-weight: bold; color: #fff; padding: 0.11rem 0.6rem; border-radius: 10px; margin-top: 0.45rem;}
@media (min-width:1081px) {

}
@media (min-width:1px) and  (max-width:1080px){
.aframe2{ padding: 30PX 0;}
}

.aframe3{ overflow: hidden; height: 6.63rem; background-attachment: fixed; background-repeat: no-repeat; background-size: cover;}
.aframe3 .container{ position: relative; height: 100%;}
.aframe3 .tit{ position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); z-index: 2; color: #fff; width: 100%; text-align: center;}
.aframe3 .tit h2{ font-size: 0.48rem; color: #fff; margin-bottom: 0.4rem; font-weight: bold; text-transform: uppercase;}
.aframe3 .tit p{ font-size: 0.18rem; line-height: 1.6;}
.aframe3 .tit a.more{ display: inline-flex; background: linear-gradient(to right,#50c1d8,#0f97ce); font-family: "manrope-bold"; font-size: 18px; font-weight: bold; color: #fff; padding: 0.11rem 0.6rem; border-radius: 10px; margin-top: 0.45rem;}
@media (min-width:1081px) {	
.aframe3 .tit{ width: 10rem;}
}
@media (min-width:1px) and  (max-width:1080px){
.aframe3{ padding: 30px 0}
}


/*单页面*/

.neirnr{ overflow: hidden; }
@media (min-width:1px) and (max-width:1080px){
}


/*产品中心*/
.CateList{ position: relative; padding: 0.48rem 0; border-bottom: 1px solid #f6f6f6;}
.CateList .tit{}
.CateList .tit h2{ font-family: "Manrope-Extrabold"; font-size: 0.38rem; font-weight: bold; text-transform: uppercase; margin-bottom: 0.1rem;}
.CateList .tit p{ font-size: 16px; color: #b9b9b9;}
.CateList .context{ margin-top: 0.35rem; display: flex; align-items: center;}

.bigSelect{ margin: 0; display: inline-block; width: 5.45rem; padding:2px 15px 0;height:45px;outline:0;border:0;background:#f5f6f8; position: relative; box-sizing: border-box; transition: all 0.35s; margin-right: 0.3rem;}
.bigSelect:before{ content: "\ea82"; font-family:iconfont; position: absolute; width: 45px; height: 45px; right: 0; top: 50%; transform: translateY(-50%) rotate(90deg); color:#333; z-index: 2; font-size: 11px; display: flex; align-items: center; justify-content: center; transition: all 0.35s;}
.bigSelect:after{ content: ""; position: absolute; right: 0; top: 0; width: 45px; height: 45px; background: #f4f4f4; z-index: 1; opacity: 0;}
.bigSelect h3{ color: #333; font-weight: normal; font-size: 16px; text-transform: uppercase; transition: all 0.35s; width: 100%; height: 44px; line-height: 44px; position: relative; z-index: 3; cursor: pointer;}
.bigSelect .list{ position: absolute; left: 0; right: 0; top:45px; z-index: 8; background: #f4f4f4; height: 0; overflow-y: auto; visibility:hidden; transition: all 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.bigSelect .list::-webkit-scrollbar{width:2px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.bigSelect .list::-webkit-scrollbar-thumb{border-radius:10px;background:#1097ce;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;}
.bigSelect .list::-webkit-scrollbar-track{border-radius:10px;background:#ededed;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.bigSelect .list .item{ overflow: hidden; cursor: pointer; padding: 15px 15px; font-size: 14px; color: #333; border-bottom: 1px solid #d5d5d5;}
.bigSelect .list .item:hover{ background: #1097ce; color: #fff;}
.bigSelect.on:before{ transform: translateY(-50%) rotate(-90deg); color: #1097ce;}
.bigSelect.on:after{ opacity: 1;}
.bigSelect.on .list{ visibility: visible; height: 200px;}
.bigSelect#Smallcategory{ display: none;}


.summary{ overflow: hidden; position: relative; padding-bottom: 0.5rem;}
.summary>h1{ font-size: 0.38rem; text-transform: uppercase; margin-bottom: 0.1rem;}
.summary .txt{ overflow: hidden; line-height: 1.7; font-size: 0.2rem; font-family:"Adobe 黑体 Std"; text-align: left; transition: all 0.35s; color: #b4b4b4; font-weight: bold;}
@media (min-width:1px) and (max-width:1080px){
.summary>h1{ font-size: 16px;}
.summary .txt{ font-size: 12px;}
}

.productslist{ overflow: hidden; }
.productslist .list{ display: flex; flex-wrap: wrap;}
.productslist .list .item{ margin: 0; width: calc((100% - 0.55rem)/2); margin-right: 0.55rem; margin-bottom: 0.3rem; box-sizing: border-box; border: 1px solid #e9e9e9; border-radius: 5px; overflow: hidden; position: relative;}
.productslist .list .item .img{ overflow: hidden;}
.productslist .list .item .img img{ width: 100%; transition: all 0.35s; height: auto;}
.productslist .list .item .txt{ overflow: hidden; padding: 0.25rem 0.4rem; box-sizing: border-box;}
.productslist .list .item .txt h3{ font-size: 0.2rem; font-weight: bold; color: #003445; text-transform: uppercase; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.productslist .list .item .txt span{ font-family: "manrope-regular"; font-size: 16px; color: #003445; margin-top: 0.1rem;}
.productslist .list .item .context{ position: absolute; left: 0; top: 100%; width: 100%; height: 100%; background: linear-gradient(to right,#50c1d8,#0e96ce); z-index: 3; padding: 0.7rem 0.4rem 0 0.4rem; box-sizing: border-box; transition: all 0.35s;}
.productslist .list .item .context h3{ font-weight: bold; font-size: 0.2rem; color: #fff; margin-bottom: 0.4rem; text-transform: uppercase;}
.productslist .list .item .context .nr{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden;}
.productslist .list .item .context .nr p{ font-size: 14px; line-height: 1.7; color: #fff; position: relative; padding-left: 15px;}
.productslist .list .item .context .nr p:before{ content: ""; display: inline-block; width: 7px; height: 7px; border: 1px solid #fff; background: #2aa9d2; border-radius: 50%;  position: absolute; left: 0; top: 7px;}
.productslist .list .item .context span{ display: inline-flex; width: 138px; height: 33px; align-items: center; justify-content: center; color: #fff; font-size: 14px; font-weight: bold; background: linear-gradient(to right,#50c1d8,#0e96ce); border-radius: 15px; margin-top: 0.4rem; box-shadow: 0 0 1px #f5f5f5;}
@media (min-width:1081px){
.productslist .list .item:nth-child(2n){ margin-right: 0;}
.productslist .list .item:hover .context{ top: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
.productslist{}
.productslist .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; }
.productslist .list .item:nth-child(2n){ margin-right: 0;}
}


/*产品详情*/
.details{overflow: hidden; }

.categoryback{ overflow: hidden; display: flex; justify-content: space-between; padding-bottom: 0.4rem; margin-bottom: 0.5rem; border-bottom: 2px solid #f3f5f9; align-items: center;}
.categoryback h2{ margin: 0; font-size: 0.4rem; font-weight: bold;}
.categoryback a{ margin: 0; font-size: 16px; line-height: 2;}

.details .html{ padding: 0.7rem 0;}
.details .html .bigimg{ box-sizing: border-box; position: relative;}
.details .html .bigimg .bitnew{ position: absolute; top: 10px; right: 10px; font-size: 18px; color: #f04c4b; z-index: 3}
.details .html .bigimg .gallery-top{ background: #fff; border: 1px solid #d5d5d5; box-sizing: border-box;}
.details .html .bigimg .gallery-top .swiper-slide{ overflow: hidden; box-sizing: border-box; text-align: center; }
.details .html .bigimg .gallery-top .swiper-slide img{ width: 100%;}

.details .html .bigimg .gallery-thumbs{ margin-top: 0.1rem;}
.details .html .bigimg .gallery-thumbs .swiper-slide{ opacity: 1; cursor: pointer; margin: 0; box-sizing: border-box; border: 1px solid #b8b8b8;}
.details .html .bigimg .gallery-thumbs .swiper-slide-thumb-active{ opacity: 1; border-color: #1097ce;}

.details .html .bigimg .bigimgdown{ overflow: hidden; position: relative;}
.details .html .bigimg .bigimgdown .btn{ display: inline-flex; top: 50%; transform: translateY(-50%); z-index: 5; position: absolute; cursor: pointer; outline: none; width: 0.5rem; height: 0.5rem; background: #e4e4e4; align-items: center; justify-content: center; border-radius: 50%; display: none;}
.details .html .bigimg .bigimgdown .btn i{ font-size: 0.3rem; color: #fff;}
.details .html .bigimg .bigimgdown .btn:hover{ background: #1097ce;}
.details .html .bigimg .bigimgdown .btn-prev{ left: 2px;}
.details .html .bigimg .bigimgdown .btn-next{ right: 2px;}

.details .html .txt{ overflow: hidden;}
.details .html .txt h1{ font-size: 0.28rem; color: #003445; text-transform: uppercase;}
.details .html .txt h2{ font-family: "manrope-regular"; font-size: 16px; color: #003445; margin-bottom: 0.3rem;}
.details .html .txt .context{ overflow: hidden; margin-bottom: 0.65rem;}
.details .html .txt .context p{ font-size: 14px; line-height: 1.7; color: #333; position: relative; padding-left: 15px; margin-bottom: 0.1rem;}
.details .html .txt .context p:before{ content: ""; display: inline-block; width: 7px; height: 7px; border: 1px solid #fff; background: #2aa9d2; border-radius: 50%;  position: absolute; left: 0; top: 7px;}
.details .html .txt .concp{ overflow: hidden; display: flex; align-items: center;}
.details .html .txt .concp>a{ font-size: 16px; font-weight: bold; display: flex; align-items: center;}
.details .html .txt .concp>a>img{ margin-right: 10px;}
.details .html .txt .linkmore{ margin-top: 0.55rem; display: flex;}
.details .html .txt .linkmore a{ display: inline-flex; width: 203px; height: 58px; align-items: center; justify-content: center; font-size: 0.2rem; font-weight: bold; color: #fff; text-transform: uppercase; background: linear-gradient(to right,#50c1d8,#1097ce); box-sizing: border-box; border-radius: 10px;}
.details .html .txt .linkmore a:last-child{ background: #fff; color: #3dba30; border: 1px solid #fff; }
.details .html .txt .linkmore a:last-child i{ font-size: 0.4rem;}
.details .html .txt .sharelist{ overflow: hidden; margin-top: 0.4rem; float: left; width: 100%;}

.details .details-txt{ overflow: hidden; background: #fff; margin-top: 0.3rem;}

.details .xgeffect{ overflow: hidden; margin-bottom: 0.35rem;}
.details .xgeffect .detailtop{ border-bottom: 1px solid #e3e3e3;}
.details .xgeffect .detailtop h2{ font-size: 18px; font-weight: bold; color: #333; display: inline-block; padding: 0.18rem 0.27rem; border-bottom: 1px solid #e3e3e3; margin-bottom: -1px; position: relative; z-index: 2; cursor: pointer; text-transform: capitalize;}
.details .xgeffect .detailtop h2.active{ color: #1097ce; border: 1px solid #e3e3e3; border-bottom-color: #fff; border-top-left-radius: 3px; border-top-right-radius: 3px;}
.details .xgeffect .detalist{ overflow: hidden; font-size: 16px; line-height: 2; padding: 30px 0; display: none;}
.details .xgeffect .detalist.active{ display: block;}
.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%;}
.details .xgeffect .detalist table tr:nth-child(1) td{background:#1097ce;color:#FFF;border:1px solid #1097ce;}
.details .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
.details .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

.details .details-txt .de_l{ }
.details .details-txt .de_r{ }

@media (min-width:1081px){
.details .html .container{ display: flex; justify-content: space-between; align-items: flex-start;}
.details .html .bigimg{ width: 50%; margin: 0; box-sizing: border-box;}
.details .html .txt{ width: 50%; margin: 0; box-sizing: border-box; padding-left: 0.9rem;}

.details .details-txt{ }
.details .details-txt .de_l{ margin: 0; width: calc(100% - 5.05rem);}
.details .details-txt .de_r{ width: 3.85rem;  margin: 0;}
} 	
@media (min-width:1px) and (max-width:1080px){
.details{ }
.details .html .txt{ margin-top: 30px;}
.details .html .txt .context{ font-size: 14px;}
.details .html .txt .linkmore a{ width: 140px; height: 40px;}
.details .xgeffect .detailtop h2{ display: block; border-bottom: 1px solid #e3e3e3!important;}
.details .xgeffect .detalist{}
.details .xgeffect .detalist .item .txt h3{  font-size: 14px; padding: 5px;}
}

.relatedProducts{ display: flex!important; flex-wrap: wrap;}
.relatedProducts .item{ margin: 0; width: calc((100% - 0.9rem)/4); margin-right: 0.3rem; box-sizing: border-box; border: 1px solid #e9e9e9;}
.relatedProducts .item .img{ overflow: hidden;}
.relatedProducts .item .img img{ width: 100%; transition: all 0.35s;}
.relatedProducts .item .txt{ padding: 0.3rem ; box-sizing: border-box; position: relative;}
.relatedProducts .item .txt h3{  overflow: hidden; font-size: 0.18rem; line-height: 1.6; color: #54595f; font-weight: bold; height: 3.2em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-align: left;}
@media (min-width:1081px){
.relatedProducts .item:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
.relatedProducts .item{ width: calc((100% - 0.3rem)/2); margin-bottom: 0.3rem;}
.relatedProducts .item:nth-child(2n){ margin-right: 0;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-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;}
}

/*产品订单*/
.Inquiry{ overflow: hidden;}
.Inquiry h2{ font-size: 20px; text-transform: uppercase; margin-bottom: 10px; color: #262626; }
.Inquiry p{overflow: hidden; font-size: 16px; line-height: 1.6em; color: #939393; }
.onlineInquiry{ overflow: hidden;}
.onlineInquiry .input{ overflow: hidden; display: flex; align-items: center; background: none; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  0.15rem; margin-bottom: 25px; border-radius: 5px;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input.textarea>label{ padding: 5px 15px 5px 0;}
.onlineInquiry .input>label{ font-size: 14px; color: #6b6b6b; white-space: nowrap;text-overflow: ellipsis;}
.onlineInquiry .input>input{ flex: 1; background: none; line-height: 0.55rem; box-sizing: border-box; padding: 0 5px;}
.onlineInquiry .input>textarea{ flex: 1; background: none; border: 0; outline: none; padding: 8px 0; box-sizing: border-box; resize: none}
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 10px 30px; line-height: 35px; position: relative; font-size: 17px; display: inline-block; transition: all 0.35s; z-index: 1; cursor: pointer; color: #fff; outline: none;overflow: hidden;  background: linear-gradient(to right,#50c1d8,#1097ce); width: 100%; text-transform: uppercase;}

@media (min-width:1081px)  {
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); float: left; margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); float: left; margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

/*联系我们*/

.contactusinfo{ overflow: hidden; padding: 0.6rem 0; }
.contactusinfo h2{ font-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size: 18px;}
.contactusinfo h3{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-top: 0.15rem; margin-bottom: 0.15rem;}
.contactusinfo h4{ font-family: "manrope-regular"; font-size: 0.43rem; color: #003445; margin-bottom: 0.2rem; line-height: 1;}
.contactusinfo p{ font-family: "manrope-regular"; font-size: 16px; line-height: 2; color: #003445; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.contactusinfo .img{ margin-top: 0.3rem;}

@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px){
.contactusinfo{ padding: 30px 0;}
.contactusinfo .item{ margin-bottom: 20px;}
}

.contactusinfo1{ padding-bottom: 0.9rem;}
.contactusinfo1 .tit h2{ font-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-size: 18px;}
.contactusinfo1 .tit h3{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-top: 0.15rem; margin-bottom: 0.15rem;}
.contactusinfo1 .tit .line{ display: block; width: 55px; height: 4px; background: linear-gradient(to right,#50c1d8,#0f97ce); clear: both; margin: 0.3rem 0;}
.contactusinfo1 .lxfs{}
.contactusinfo1 .lxfs h2{ font-family: "Rajdhani-Bold"; font-size: 0.28rem; text-transform: uppercase; margin-bottom: 0.2rem;}
.contactusinfo1 .lxfs .img{ margin-bottom: 0.45rem;}
.contactusinfo1 .lxfs .tel{ display: flex;}
.contactusinfo1 .lxfs .tel i{ display: block; color: #c3c3c3;}
.contactusinfo1 .lxfs .tel p{ margin-left: 0.15rem; display: flex; margin-bottom: 0.15rem;}
.contactusinfo1 .lxfs .tel p span{ margin: 0; font-size: 16px; color: #c3c3c3; line-height: 1.5;}
.contactusinfo1 .lxfs .tel p span:last-child{ margin-left: 5px;}
.contactusinfo1 .lxfs .tel p span a{ color: #c3c3c3;}
@media (min-width:1081px){
.contactusinfo1 .list{display: flex; justify-content: space-between; align-items: flex-end;}
.contactusinfo1 .lxfs{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 1rem;}
.contactusinfo1 .leave{ margin: 0; width: 50%; box-sizing: border-box; padding-right: 0.45rem;}
}
@media (min-width:1px) and (max-width:1080px){
}

/*留言*/
.leave{ overflow: hidden;}
.leave p{ font-size: 16px; color: #333;}

.feedback{ overflow: hidden; margin-top: 0.3rem;}
.feedback .input_div{ overflow: hidden; margin-bottom: 20px; position: relative; display: flex; background: #eee; border-bottom: 0px solid #eee; align-items: center; padding: 5px 0.25rem; box-sizing: border-box;}
.feedback .input_div>label{ background: none; font-size:15px; font-weight: bold; color: #abacae; display: block; box-sizing: border-box; align-items: center; white-space: nowrap;text-overflow: ellipsis;}
.feedback .input_div>label>i{ margin-right: 5px;}
.feedback .input_div>input[type='text']{ width: 100%; background: none; border: 0; box-sizing: border-box; height: 40px; color: #333; padding:0.27rem 10px;}
.feedback .input_div>textarea{ background:none; border: 0; width: 100%; float: left; outline: none; resize: none; box-sizing: border-box; height: 1.2rem; color: #333; padding: 10px;}
.feedback .input_div>select{ border: 0; width: 100%; background: none; padding:0.19rem 10px; outline: none; font-size: 15px; color: #abacae;}
.feedback .input_div>#idcode2{ position: absolute; right: 0; bottom: 0; height: 40px; display: inline-flex; width: 100px; align-items: center; border-left: 1px solid #d8d8d8; font-size: 20px; cursor: pointer;}
.feedback .input_div.textarea{ align-items: flex-start; display: block;}
.feedback .input_div.textarea>label{ margin-top: 10px;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .button{ overflow: hidden; padding: 12px 0;}
.feedback .button button{ display: inline-flex; border: 0; align-items: center; justify-content: center; width: 100%; height: 52px; box-sizing: border-box; font-size: 18px; color: #fff; transition: all 0.35s; text-transform: capitalize; background: #1097ce; text-align: center; cursor: pointer; outline: none;}
.hidden{ display: none!important;}
@media (min-width:1081px)  {
.leave{ margin-bottom: 0.5rem;}
.feedback .w50{ width: calc(50% - 15px); margin-right: 30px;}
.feedback .w33{ width: calc(33.33% - 20px); margin-right: 30px;}
.feedback .w67{ width: calc(66.77% - 12px); }
.feedback .end{ margin-right: 0;}
.feedback .fl{ float: left;}
.feedback .fr{ float: right; }
}
@media (min-width:1030px) {
.leave .container{ width: 1000px;}
}
@media (min-width:1px) and (max-width:1080px) {
.leave{ padding: 15px;}
.leave h2{ font-size: 16px; margin-bottom: 10px;}
.leave p{ font-size: 12px; margin-bottom: 10px;}
.feedback .input_div>label{ font-size: 14px;}
.feedback{ display: block; margin-top: 15px;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button button{ width: 110px; height: 40px;}
}

/*新闻中心*/
.newsbody{ }


.newslist{ box-sizing: border-box; display: flex; flex-wrap: wrap; padding: 0.6rem 0;}

.newslist .itembox{ margin: 0; width: 100%; margin-bottom: 0.5rem;}
.newslist .itembox .tit{}
.newslist .itembox .tit h3{ ont-family: "400[Basic-atin]"; display: inline-block; background-image: -webkit-linear-gradient(right,#0e96ce,#50c1d8); -webkit-background-clip:text; -webkit-text-fill-color:transparent; font-weight: bold; margin-bottom: 0.25rem;}
.newslist .itembox .tit h2{ font-family: "Rajdhani-Bold"; font-size: 0.5rem; text-transform: uppercase; color: #003445; margin-bottom: 0.4rem;}
.newslist .itembox .list{ display: flex; flex-wrap: wrap;}
.newslist .itembox .list.open{}

.newslist .item{ margin: 0; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; margin-bottom: 0.3rem; box-sizing: border-box; border: 1px solid #e9e9e9; border-radius: 5px;}
/*.newslist .item .img{ overflow: hidden;}
.newslist .item .img img{ width: 100%; transition: all 0.35s;}*/
.newslist .item .txt{ padding: 0.55rem 0.2rem 0.25rem 0.2rem; box-sizing: border-box; position: relative;}
.newslist .item .txt h3{ font-family: "Rajdhani-Bold"; font-size: 0.24rem; text-transform: uppercase; margin-bottom: 0.2rem; color: #333;}
.newslist .item .txt time{ font-size: 16px; color: #333; display: block; margin-bottom: 0.3rem;}
.newslist .item .txt p{ font-family: "manrope-regular"; font-size: 16px; line-height: 1.7; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 9; overflow: hidden; height: 15.3em; color: #333;}
.newslist .item .txt span{ font-family: "manrope-regular"; font-size: 16px;  color: #333; display: inline-block; margin-top: 0.2rem;}
.newslist .item .txt span:before{ content: "\e612"; font-family: 'iconfont'; margin-right: 10px;}
.newslist .item.active .txt h3{ color: #fff;}
.newslist .item.active .txt time{ color: #fff;}
.newslist .item.active .txt p{ color: #FFFFFF}
.newslist .item.active .txt span{ color: #fff;}

.newslist .itembox .list.open .item{ margin-right: 0; width: 100%; background: none!important; border-left-width: 0; border-top-width: 0; border-right-width: 0;}
.newslist .itembox .list.open .txt{ padding-left: 0; padding-right: 0; padding-top: 0;}
.newslist .itembox .list.open .txt h3{ color: #333;}
.newslist .itembox .list.open .txt time{ color: #333;}
.newslist .itembox .list.open .txt p{ color: #333; height: auto;}
.newslist .itembox .list.open .txt span{ color: #333;}

@media (min-width:1081px){
.newslist .item:nth-child(3n){ margin-right: 0;}
.newslist .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1080px) {
.newslist{ padding: 30px 0}
.newslist .item{ margin: 0; width: calc((100% - 0.3rem)/2); margin-right: 0.3rem; margin-bottom: 0.3rem;}
.newslist .item:nth-child(2n){ margin-right: 0;}
}

.newsdetail{ overflow: hidden; padding: 0.6rem 0}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.278rem; font-weight: bold; line-height: 52px; color: #1097ce; 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; display: flex; }
.newsdetail .Title .txt .bshare-custom{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .Title .txt #ProShare{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2;}
.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:1px) and (max-width:1080px){
.newsdetail{ padding: 15px 0 30px;}
.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;}
}

/*解决方案*/
.solutionlist{ }
.solutionlist .ipto{ overflow: hidden; box-shadow: 0 0 20px #f5f5f5; margin-bottom: 20px;}
.solutionlist .ipto>a{ display: flex; justify-content: space-around;}
.solutionlist .ipto .ipti{ overflow: hidden;}
.solutionlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.solutionlist .ipto .iptz{ overflow: hidden; background: #f5f5f5;}
.solutionlist .ipto .iptz h3{ font-size: 20px; margin-bottom: 0.3rem;}
.solutionlist .ipto .iptz p{font-size: 15px; line-height: 2; color: #838383;}

.solutionlist .ipto:nth-child(2n) .iptz{ background: #fff;}
@media (min-width:1081px){

.solutionlist .ipto .ipti{ width: 30%; margin: 0;}
.solutionlist .ipto .iptz{ width: 70%; margin: 0; box-sizing: border-box; padding: 0.4rem;}
.solutionlist .ipto:nth-child(2n)>a{ flex-direction: row-reverse;}

}
@media (min-width:1px) and (max-width:1080px){
.solutionlist{ }
.solutionlist .ipto .iptz{ padding: 15px;}
.solutionlist .ipto .iptz h3{ font-size: 18px; margin-bottom: 10px;}
.solutionlist .ipto .iptz p{ font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
}

.solutiondetail{ overflow: hidden; }
.solutiondetail .container{ background: #fff;}
.solutiondetail .title{ overflow: hidden; margin-top: 0.2rem;}
.solutiondetail .title h1{ font-size: 24px; font-weight: bold;}
.solutiondetail .title .txt{ overflow: hidden; margin-top: 0.15rem; padding-bottom: 0.1rem; border-bottom: 1px solid #ddd; font-size: 16px; color: #1097ce;}
.solutiondetail .context{ overflow: hidden; margin-top: 0.2rem; line-height: 2; font-size: 16px;}
.solutiondetail .pagelist{ padding: 0.4rem 0rem 0.2rem 0rem; border-top:1px solid #ddd; margin-top: 0.2rem;}
.solutiondetail .pagelist a{ padding: 0.1rem 0.2rem; border: 1px solid #ddd; font-size: 14px; line-height: 2; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
.solutiondetail .pagelist a:hover{background:#1097ce;border:1px solid #1097ce;color:#FFF;}
@media (min-width:1081px){
.solutiondetail .pagelist a{ max-width: 45%;}
.solutiondetail .pagelist a:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:1080px){
.solutiondetail .container{ padding: 0 0 0.3rem 0;}
.solutiondetail .title{}
.solutiondetail .title h1{ font-size: 18px;}
.solutiondetail .title .txt{ font-size: 12px;}
.solutiondetail .context{ font-size: 14px;}
.solutiondetail .pagelist{ padding: 0.2rem 0 0 0;}
.solutiondetail .pagelist a{ display: block; margin-bottom: 10px; font-size: 14px;}
}

/*案例中心*/
.casetit{ overflow: hidden; padding-top: 1.35rem;}
.casetit h2{ font-family: "Manrope-Extrabold"; font-size: 0.38rem; font-weight: bold; text-transform: uppercase; color: #1097ce; text-align: center;}
.casetit1{ padding-top: 0.5rem; padding-bottom: 0.65rem;}
.casetit1 h2{ color: #333;}
.casescate{  display: flex; flex-wrap: wrap; padding: 0.75rem 0;}
.casescate .item{ margin: 0; width: calc((100% - 0.88rem)/3); margin-bottom: 0.4rem; margin-right: 0.44rem; box-sizing: border-box; box-shadow: 0 0 27px rgba(0,0,0,0.22); overflow: hidden; border-radius: 10px; text-align: center;}
.casescate .item a{ display: block; padding: 0.5rem; box-sizing: border-box;}
.casescate .item .img{ overflow: hidden; }
.casescate .item .img img{ width: 2rem;}
.casescate .item .txt{}
.casescate .item .txt h3{ font-size: 0.2rem; color:#333; font-weight: bold;}
.casescate .item:hover,.casescate .item.active{ background: #1097ce;}
.casescate .item:hover .txt h3,.casescate .item.active .txt h3{ color: #fff;}
@media (min-width:1081px){
.casescate .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px){
.casetit{ padding-top: 15px;}
.casescate { padding: 20px 0}
.casescate .item{ width: calc((100% - 0.6rem)/3); margin-bottom: 0.2rem; margin-right: 0.2rem; }
.casescate .item a{ padding: 10px;}
.casescate .item:nth-child(3n){ margin-right: 0;}
}

.caseslist{ overflow: hidden;}
.caseslist .item{ overflow: hidden; box-sizing: border-box; border: 1px solid #e5e5e5; padding: 0.7rem; margin-bottom: 0.3rem; position: relative;}
.caseslist .item .img{ overflow: hidden;}
.caseslist .item .txt{ overflow: hidden; }
.caseslist .item .txt h3{ font-size: 0.3rem; font-family: "Manrope-Extrabold"; text-transform: uppercase; font-weight: bold;}
.caseslist .item .txt .line{ width: 38px; height: 1px; background: #1097ce; clear: both; margin: 20px 0 0.5rem 0;}
.caseslist .item .txt .context{ overflow: hidden;}
.caseslist .item .txt .context p{ font-size: 0.2rem; line-height: 1; margin-bottom: 0.25rem;}
.caseslist .item .txt .context p:before{ content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: #1097ce; margin-right: 0.26rem;}
.caseslist .item .txt span{ display: inline-block; font-family: "manrope-bold"; font-size: 16px; font-weight: bold; color: #fff; background: #1097ce; padding: 0.125rem 0.66rem; border-radius: 10px; margin-top: 0.25rem;}
.caseslist .item:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #1097ce; transition: all 0.35s;}
@media (min-width:1081px){
.caseslist .item a{ display: flex; justify-content: space-between;}
.caseslist .item .txt{ margin: 0; width: 50%; padding-left: 1.4rem;}
.caseslist .item .img{ margin: 0; width: 50%; padding-right: 0.45rem;}
.caseslist .item:hover:after{ width: 100%;}
}
@media (min-width:1px) and (max-width:1080px){
.caseslist .item{ padding: 15px;}
.caseslist .item .txt{ margin-top: 0.3rem;}
.caseslist .item .txt h3{ font-size: 13px;}
.caseslist .item .txt .line{ display: none;}
.caseslist .item .txt .context{ display: none;}
.caseslist .item .txt span{ display: none;}
}

.caseslist1{ overflow: hidden; background: url("/Template/Default/images/1_11.jpg") no-repeat center bottom / 100% 11.3rem; padding: 1.2rem 0;}
.caseslist1 .casetit1{ padding-top: 0; padding-bottom: 1rem;}
.caseslist1 .cont{ padding: 0 1rem; box-sizing: border-box; position: relative;}
.caseslist1 .swiper-container{ overflow: hidden; }
.caseslist1 .swiper-container .swiper-slide{ overflow: hidden;}
.caseslist1 .swiper-container .swiper-slide .item{ overflow: hidden;}
.caseslist1 .swiper-container .swiper-slide .item .img{ overflow: hidden;}
.caseslist1 .swiper-container .swiper-slide .item .img img{ width: 100%;}
.caseslist1 .swiper-container .swiper-slide .item .txt{ overflow: hidden; margin: 0.4rem  0 0.7rem 0; text-align: center;}
.caseslist1 .swiper-container .swiper-slide .item .txt h3{ font-size: 0.26rem; font-weight: bold; text-transform: uppercase; color: #fff;}
.caseslist1 .cont .btn{ width: 0.5rem; height: 0.5rem; display: inline-flex; align-items: center; justify-content: center; background: #1097ce; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; cursor: pointer;}
.caseslist1 .cont .btn i{ font-size: 0.3rem; color: #fff;}
.caseslist1 .cont .btn-prev{ left: 0;}
.caseslist1 .cont .btn-next{ right: 0;}
.caseslist1 .context{ overflow: hidden; background: #fff; padding: 0.6rem;}
.caseslist1 .context .casetit1{ padding-bottom: 0.65rem;}
.caseslist1 .context .list{ overflow: hidden; display: flex; flex-wrap: wrap; padding: 0 1.3rem;}
.caseslist1 .context .list .item{ margin: 0; padding: 0.3rem; box-sizing: border-box; width: calc((100% - 0.6rem)/3); margin-right: 0.3rem; margin-bottom: 0.3rem; border: 1px solid #e5e5e5; text-align: center; border-radius: 10px;}
.caseslist1 .context .list .item .txt{ overflow: hidden; margin-top: 0.2rem;}
.caseslist1 .context .list .item .txt h3{ font-size: 0.2rem; font-weight: bold;}
@media (min-width:1081px){
.caseslist1 .context .list .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px){
.caseslist1{ padding: 30px 0;}
.caseslist1 .context{ padding: 15px;}
.caseslist1 .context .list{ padding: 0;}
.caseslist1 .context .list .item{ padding: 10px; width: calc((100% - 15px)/2); margin-right: 15px; margin-bottom:15px;}
.caseslist1 .context .list .item .txt h3{ font-size: 13px;}
.caseslist1 .context .list .item:nth-child(2n){ margin-right: 0;}
}



/*服务中心*/
.servicelist{ overflow: hidden; padding:0.3rem 0 1.7rem; background: #f6f6f6; position: relative;}
.servicelist .tit{ overflow: hidden;}
.servicelist .tit h2{}
.servicelist .tit h2 span{ display: block;}
.servicelist .tit h2 span:nth-child(1){ text-transform: uppercase; color: #666; font-size: 0.3rem;}
.servicelist .tit h2 span:nth-child(2){color: #0f82dd; font-weight: bold; font-size: 0.45rem;}
.servicelist .tit h2 span:nth-child(3){color: #333; font-weight: bold; font-size: 0.4rem;}
.servicelist .tit p{ font-size: 0.45rem; color: #0f82dd; line-height: 1.4; display: flex; align-items: center;}
.servicelist .tit p:before{ content: ""; display: inline-block; width: 0.75rem; height: 2px; background: #0f82dd; margin-right: 0.5rem;}
.servicelist>div>p{ text-align: center; font-size: 0.22rem; color: #333; margin: 0.4rem 0;}
.servicelist .list{ overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap;}
.servicelist .list .item{ margin: 0; width: calc((100% - 1.8rem)/4); margin-right: 0.6rem; margin-bottom: 0.3rem; background: #fff; box-sizing: border-box; text-align: center; padding: 0.5rem 0.3rem;}
.servicelist .list .item .img{ overflow: hidden;}
.servicelist .list .item .img img{ width: 1rem;}
.servicelist .list .item .txt{ overflow: hidden;}
.servicelist .list .item .txt h3{ font-size: 15px; margin-top: 20px;}
.servicelist .list .item .txt h4{ font-size: 15px; margin-top: 20px; position: relative; padding-bottom: 20px;}
.servicelist .list .item .txt h4:after{ content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0.42rem; height: 2px; background: #333;}
.servicelist .list .item .txt p{ font-size: 14px; line-height: 2; margin-top: 20px;}
.servicelist .list .item .txt p a{font-weight: bold;}

@media (min-width:1081px) {
.servicelist .tit{ display: flex; justify-content: space-between;}
.servicelist .tit h2{ flex: 0 0 40%; box-sizing: border-box;}
.servicelist .tit p{ flex: 0 0 60%; box-sizing: border-box;}
.servicelist .list .item:nth-child(4n){ margin-right: 0;}
.servicelist:after{ content: "Team"; font-size: 2.4rem; color: #d9d9d9; text-transform: capitalize; position: absolute; bottom: -0.5rem; right: 0; z-index: 0}
}
@media (min-width:1px) and (max-width:1080px){
.servicelist{ padding: 30px 0;}
.servicelist .tit p{ font-size: 14px; margin-top: 15px;}
.servicelist .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem;}
.servicelist .list .item .txt h3{ font-size: 13px; margin-top: 10px;}
.servicelist .list .item .txt h4{ font-size: 13px; margin-top: 10px; padding-bottom: 10px;}
.servicelist .list .item .txt p{ font-size: 12px; line-height: 2; margin-top: 10px;}
.servicelist .list .item .txt p a{font-weight: bold;}
.servicelist .list .item:nth-child(2n){ margin-right: 0;}
}


.servicelist1{ overflow: hidden; padding:0.5rem 0; position: relative;}
.servicelist1 .tit{ overflow: hidden;}
.servicelist1 .tit p{ font-size: 0.45rem; color: #0f82dd; line-height: 1.4; display: flex; align-items: center;}
.servicelist1 .tit p:before{ content: ""; display: inline-block; width: 0.75rem; height: 2px; background: #0f82dd; margin-right: 0.5rem;}
.servicelist1 .img{ overflow: hidden; margin-top: 0.4rem;}
.servicelist1 .img img{ width: 100%;}
.servicelist1 .list{ overflow: hidden; margin-top: 0.5rem;}
.servicelist1 .list .item{ overflow: hidden; box-sizing: border-box;}
.servicelist1 .list .item img{ width: 100%;}
.servicelist1 .list .item h3{ font-size: 1rem; font-weight: bold; color: #0f56b3; position: relative; display: inline-block;}
.servicelist1 .list .item h3:before{ content: "+"; display: inline-block; position: absolute; top:-0.3rem; right: -0.5rem;}
.servicelist1 .list .item h4{ font-size: 0.4rem; color: #0f56b3; font-weight: normal; margin-left: 0.6rem; margin-right: 1.15rem; padding-top: 0.2rem; margin-top: 0.4rem; border-top: 2px solid #7c97c1; text-align: left}
.servicelist1 .list .item p{ font-size: 0.22rem; line-height: 2; color: #333; margin-top: 0.3rem;text-align: left}
@media (min-width:1081px) {
.servicelist1 .tit{ display: flex; justify-content: space-between;}
.servicelist1 .tit .atit{ flex: 0 0 50%; box-sizing: border-box;}
.servicelist1 .tit p{ flex: 0 0 50%; box-sizing: border-box;}
.servicelist1 .img{ padding: 0 1.65rem;}
.servicelist1 .list{ padding: 0 0.3rem; display: flex; justify-content: space-between; align-items: center;}
.servicelist1 .list .item{ margin: 0; flex: 0 0 33.330%; box-sizing: border-box;}
.servicelist1 .list .item:nth-child(1){ padding-right: 0.66rem;}
.servicelist1 .list .item:nth-child(2){ text-align: center;}
.servicelist1 .list .item:nth-child(3){ padding-left: 0.4rem;}
}
@media (min-width:1230px) {
.servicelist1 .tit .atit{ padding-left: 2.23rem;}
.servicelist1 .list{ padding: 0 0.7rem;}
}
@media (min-width:1px) and (max-width:1080px){
.servicelist1{ padding: 30px 0;}
.servicelist1 .tit p{ font-size: 14px; margin-top: 15px;}
.servicelist1 .list .item:nth-child(2){ padding: 15px;}
.servicelist1 .list .item h3{ font-size: 24px;}
.servicelist1 .list .item h3 br{ display: none;}
.servicelist1 .list .item h4{ margin-left: 0; font-size: 18px;}
.servicelist1 .list .item p{ font-size: 14px;}
}


/*常见问题*/
.faqlist{ }
.faqlist .item{ clear: both; margin-bottom: 0.25rem;}
.faqlist .item h3{ display: flex; justify-content: space-between; background: #fff; box-sizing: border-box; padding: 0.2rem 0.3rem; align-items: center; cursor: pointer; font-size: 16px; box-shadow: 0 0 15px rgba(205,205,205,0.29);} 
.faqlist .item h3 font{ margin: 0; display: inline-block;}
.faqlist .item h3 span{ flex: 1; display: inline-block; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.faqlist .item h3 i{ margin: 0; display: inline-block; font-size: 24px; }
.faqlist .item .context{ overflow: hidden; padding: 0 0.3rem; transition: all 0.35s; background: #fff; box-shadow: 0 0 15px rgba(205,205,205,0.29); font-size: 16px; line-height: 1.5; height: 0; transform-origin: top center; color: #666;}
.faqlist .item.active h3{ color: #fff; background: #1097ce;}
.faqlist .item.active h3 i{ transform: rotate(90deg);}
.faqlist .item.active .context{ padding: 0.2rem 0.3rem; height: auto;}

@media (min-width:1081px) {	
.faqlist .item h3 i{ margin-right: 0.35rem;}
}
@media (min-width:1px) and  (max-width:1080px){
.faqlist .item .context{ font-size: 14px;}
}
/*图库中心*/
.gallerylist{ overflow: hidden; padding: 0.6rem 0;}
.gallerylist .ipto{ width: calc((100% - 40px)/3); float: left; margin-right: 20px; margin-bottom: 20px;}
.gallerylist .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.gallerylist .ipto .iptz{ overflow: hidden; text-align: center; padding:15px 5px;}
.gallerylist .ipto .iptz h3{ font-size: 16px; font-weight: bold;}
.gallerylist .ipto.active .ipti{ background: url("/Template/Default/images/honorbg.jpg") no-repeat center center / 100% 100%; padding: 0.3rem; border: 0; box-sizing: border-box;}
@media (min-width:1081px){
.gallerylist .ipto:nth-child(3n){ margin-right: 0;}
.gallerylist .ipto:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:1080px){
.gallerylist .ipto{ width: calc((100% - 20px)/2);}
.gallerylist .ipto .iptz{ overflow: hidden; text-align: center; padding:10px 5px 5px 5px;}
.gallerylist .ipto .iptz h3{ font-size: 13px;}
.gallerylist .ipto:nth-child(2n){ margin-right: 0;}
.gallerylist .ipto:nth-child(2n+1){ clear: both;}
}

/* 视频中心 */
.videosearch{ overflow: hidden; background: #f7f7f7; padding: 0.65rem 0;}
.videosearch h2{ font-family: "Manrope-Extrabold"; font-weight: bold; text-transform: uppercase; color: #333; font-size: 0.38rem; margin-bottom: 0.2rem;}
.videosearch form[name='videokeyfrom']{ display: flex; border-bottom: 1px solid #e3e3e3;}
.videosearch form[name='videokeyfrom'] input{ width: 100%; line-height: 40px; background: none; border: 0; padding-left: 5px;}
.videosearch form[name='videokeyfrom'] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}

.videotit{ overflow: hidden; padding: 0.6rem 0 0.4rem 0;}
.videotit h2{ font-family: "Manrope-Extrabold"; font-weight: bold; text-transform: uppercase; color: #1097ce; font-size: 0.38rem; margin-bottom: 0.2rem;}

.videolist{ overflow: hidden;}
.videolist .ipto{ width: calc((100% - 39px)/4); float: left; margin-right: 13px; margin-bottom: 0.4rem; cursor: pointer;}
.videolist .ipto .ipti{ overflow: hidden; border: 1px solid #d7d7d7; box-sizing: border-box; position: relative;}
.videolist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.videolist .ipto .ipti:before{ content: ""; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 3; width: 0.52rem; height: 0.52rem; background: url("/Template/Default/images/video.png") no-repeat center center / 100% 100%; opacity: 0; transition: all 0.35s;}
.videolist .ipto .iptz{ overflow: hidden; box-sizing: border-box; padding: 0.3rem; background: #eee;}
.videolist .ipto .iptz h3{ font-size: 16px; color: #333; line-height: 1.5; height: 3em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.videolist .ipto .iptz .nr{ display: none!important;}
@media (min-width:1081px){
.videolist .ipto:nth-child(4n){ margin-right: 0;}
.videolist .ipto:hover .ipti:before{ opacity: 1;}
.videolist .ipto:hover .iptz{ background: #1097ce;}
.videolist .ipto:hover .iptz h3{ color: #fff;}
} 
@media (min-width:1px) and (max-width:1080px){
.videolist{}
.videolist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.videolist .ipto:nth-child(2n){ margin-right: 0;}
.videolist .ipto .iptz h3{ font-size: 12px;}
}

/*region 其他*/
.thk_nav{ text-align: justify; font-size: 16px; line-height: 2em; padding: 30px 0;}
.thk_nav>h1{ font-size: 20px; font-weight: bold; color: #333;}
.btnthank{padding: 5px 10px;margin-top: 15px;display: inline-block;border:1px solid #d00000;color:#ffffff;background-color:#d00000;}
.btnthank:hover{background-color: #ffffff;color: #d00000;}
@media (min-width:1px) and (max-width:1080px) {
.hidden-xs{ display: none;}
}
/*endregion*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 40px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .column a{ display: block; padding: 10px 0}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 2%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; text-transform: capitalize}
.sitemaps .Bigcategory li a{  padding: 10px 0; display: block;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 0 1%;}
.sitemaps>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 100%; margin: 0; font-size: 16px;}
.sitemaps>.list-inline li a{ display: block;  padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}
@media (min-width:1px) and (max-width:1080px) {
.sitemaps{ padding: 30px 0;}
.sitemaps .Bigcategory li{ width: 100%; overflow: hidden;}
.sitemaps>.list-inline li{ width: 100%; overflow: hidden;}
.sitemaps .Bigcategory li>.list-inline li{ 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%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.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;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:1080px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinuslist{ padding: 0 0 0.55rem 0 ;}
.joinuslist .item{ overflow: hidden; display: flex; justify-content: space-between; background: #1097ce; margin-bottom: 8px;}
.joinuslist .item h3{ padding: 0.2rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin: 0; box-sizing: border-box;}
.joinuslist .item h3:nth-child(1){ width: 467px;}
.joinuslist .item h3:nth-child(2){ width: 297px;}
.joinuslist .item h3:nth-child(3){ width: 264px;}
.joinuslist .item h3:nth-child(4){ width: 364px;}
.joinuslist .item h3:nth-child(5){ width: 130px;}
.joinuslist .item p{ padding: 0.15rem 0.2rem; font-size: 16px; color: #202020; margin: 0; box-sizing: border-box;}
.joinuslist .item p:nth-child(1){ width: 467px;}
.joinuslist .item p:nth-child(2){ width: 297px;}
.joinuslist .item p:nth-child(3){ width: 264px;}
.joinuslist .item p:nth-child(4){ width: 364px;}
.joinuslist .item p:nth-child(5){ width: 130px;}
.joinuslist .item p>a{display: flex;}
.joinuslist .item:nth-child(n+2){ background: rgb(246, 248, 249);}

@media (min-width:1081px) {	
.joinuslist .item:nth-child(n+2):hover{ background: #84B6DB}
}
@media (min-width:1px) and (max-width:1080px) {
.joinuslist .item h3:nth-child(3){ display: none;}
.joinuslist .item h3:nth-child(4){ display: none;}
.joinuslist .item h3:nth-child(5){ width: 300px;}
.joinuslist .item p:nth-child(3){ display: none;}
.joinuslist .item p:nth-child(4){ display: none;}
.joinuslist .item p:nth-child(5){ width: 300px;}
.joinuslist .item h3{ font-size: 12px; padding: 10px;}
.joinuslist .item p{ font-size: 10px; padding: 6px 10px;}
.joinuslist .item p>a{ font-size: 10px;}
}

/*下载中心*/
.downloadlist{  padding: 0.5rem 0;}
.downlist {overflow: hidden; width:99%;box-shadow: darkgrey 5px 5px 10px 5px;padding:0.5%;margin-bottom:20px; box-sizing: border-box; display: flex; justify-content: space-between; border-radius: 5px;}
.convImgs { overflow: hidden; margin: 0; width: 1.5rem;}
.convText {float:left;padding:30px; margin-left:70px;}
.convText strong{float:left; width:100%;color:#363636; text-transform:uppercase; font-size: 18px;}
.convText p{float:left; width:100%;margin-top:10px; font-size: 14px;}
.convDown {float:right;margin-right:30px;margin-top:40px;}
.convDown a{ color: #1097ce;}
.convDown a i:before{ content: "\e601"; font-size: 0.4rem;}

@media (max-width: 767px) {
   .downlist {width:94%; margin-left:3%;padding:20px}
   .convImgs img{width:100%;}
   .convText {float:left;padding:30px 0px; margin-left:0px;width:100%}
   .convDown {float:left;margin-right:0px;margin-top:10px;}
}

/*效果*/
.onlineservice{ position: fixed; top: 180px; right: 15px; z-index: 99;}
.onlineservice li{  background: #fff; border: 1px solid #d5d5d5; margin-bottom: 10px; text-align: center; font-size: 12px; position: relative;}
.onlineservice li a{ padding: 10px; display: block; }
.onlineservice li i{ font-size: 24px;}
.onlineservice li.wechat{ position: relative;}
.onlineservice li.wechat .codeimg{ position: absolute; top: -30px; left: -120px; display: none; transition: all 0.35s; width: 120px;}
.onlineservice li.gotop{ display: none;}
.onlineservice li:hover{ background: #1097ce; color: #fff;}
.onlineservice li:hover h3{ color: #fff;}
.onlineservice li:hover i{ color: #fff;}
.onlineservice li.wechat:hover .codeimg{ display: block;}

@media (max-width: 1080px) {
.onlineservice{ display: none;}
}

/*region 分页*/
.page{overflow: hidden;text-align: center;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
@media (min-width:1081px){.pagination>li>a,.pagination>li>span{padding:6px 12px!important;}
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:3px 4px;border:1px solid #ddd;background-color:#fff;color:#1097ce;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;border-color:#ddd;background-color:#eee;color:#1097ce;}
.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:#1097ce;background-color:#1097ce;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}
.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;line-height:1.5;}
.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 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:#777;cursor:not-allowed;}
/*endregion*/








