/*================基本样式重置================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
    margin: 0;
    padding: 0;
}

i,
em {
    font-weight: normal;
    font-style: normal;
}

b {
    font-weight: normal;
}

a,
i,
em,
span,
b,
img {
    display: block;
}

body {
    font-family: "Microsoft Yahei", "PingFang SC";
    font-size: 16px;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

li {
    list-style: none;
}

a,
img,
input {
    border: 0 none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus {
    outline: 0 none;
}

input::-webkit-search-cancel-button {
    display: none;
}

/*清除谷歌浏览器下的search叉号*/
input::-ms-clear {
    display: none;
}

/*清除IE下的search叉号*/
input {
    display: block;
    background: none;
    font-family: "Microsoft Yahei";
}

input[type=file]::-webkit-file-upload-button {
    width: 0;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
    border: none;
}

button {
    display: block;
    border: none;
    cursor: pointer;
}

textarea {
    border: none;
    resize: none;
    outline: none;
    font-family: "Microsoft Yahei";
}

/*去掉火狐和谷歌浏览器的Textarea改变尺寸大小功能*/
/*html5*/
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block;
}

video {
    border: none;
    outline: none;
}

/*========定义基础样式========*/
.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

/*a标签鼠标hover高亮显示状态（可选用）*/
a .opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

a:hover .opacity {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

@font-face {
    font-family: "Montserrat-Bold-3";
    src: url("../font/Montserrat-Bold-3.otf");
}

.over {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text_over2 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text_over3 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text_over4 {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

::-webkit-scrollbar {
    width: 8px;
    background: #fff;
    border-radius: 10px;
}
::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: rgba(39,183,235,0.8);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    filter: brightness(0.8);
}
.dark .cursor-dot{
    scale: 0;
}

/* 去除点击选项卡时出现的蓝色边框 */
.swiper-pagination .swiper-pagination-bullet:focus,
.swiper-button-next,
.swiper-button-prev {
    outline: none;
}

/* 去除点击选项卡时出现的蓝色背景 */
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: " ";
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}
.swiper-button-next:before, .swiper-button-prev:before, .page-item:last-child:before, .page-item:first-child:after{
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    border: 2px solid rgba(0, 162, 254, 0.45) ;
    border-radius: 50%;
}
.swiper-button-next:hover::before, .swiper-button-prev:hover::before, .page-item:last-child:hover:before, .page-item:first-child:hover:before {
    display: block;
    animation-duration: 1.2s;
    animation-name: menu_circle;
    animation-iteration-count: infinite;
}
.page-item:last-child, .page-item:first-child{
    position: relative;
}
@keyframes menu_circle {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    80% {
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(1.5);
    }
}
/*主体宽度样式（可选用）如有新宽度，命名规则以小写w开头，后接具体宽度数据，例：*/
.w1200 {
    width: 62.5%;
    min-width: 1000px;
    margin: 0 auto;
}
.w1400 {
    width: 72.91%;
    min-width: 1280px;
    margin: 0 auto;
}

.w1600 {
    width: 83.33%;
    min-width: 1280px;
    margin: 0 auto;
}

/*锚点定位*/
.anchorF {
    position: relative;
}

.anchor {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    height: 1px;
    z-index: -1;
    opacity: 0;
}

.content {
    min-height: 800px;
    position: relative;
}
.content:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 379px;
    left: 0;
    bottom: 0;
    background: url("../images/public/contentBg.png") bottom center no-repeat;
    background-size: 100% auto;
}
.contentBg i{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 1500px) {
    .w1600 {
        width: 92%;
    }
}

@media (max-width: 1200px) {
    .w,
    .w1200,
    .w1400 {
        margin: 0 auto;
        width: 92%;
        min-width: 0%;
    }

    /*锚点定位*/
    .anchor {
        top: -1.8rem;
    }

    .content {
        min-height: 70vh;
    }
}

.header {
    z-index: 11;
    position: fixed;
    top: -90px;
    width: 100%;
    transition: all 0.5s;
    height: 90px;
    display: flex;
    align-items: center;
}

.header.active {
    top: 0;
}

.header .w1600 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    position: relative;
    width: 160px;
    height: 40px;
    background: url("../images/public/logo.png") center no-repeat;
    background-size: cover;
}

.pageHeader .navList {
    color: #333;
}

.navMain {
    display: flex;
    align-items: center;
}

.search {
    margin-left: 2vw;
    width: 20px;
    height: 20px;
    background: url("../images/public/search.png") center no-repeat;
}

.navInfo {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.navList {
    margin: 0 2vw;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s;
    overflow: hidden;
}

.navList:hover, .navList.curr {
    color: #27b7eb !important;
}
.navList span{
    display: inline-block;
}
.navList [class^=char] {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}
.navList [class^=char] span:before {
    content: attr(data-letter);
    display: block;
    position: absolute;
    top: 110%;
    z-index: 3;
}


.menu {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.menuText {
    color: #fff;
    font-size: 18px;
}

.menuIcon {
    width: 20px;
    height: 15px;
    background: url(../images/public/menu.png) center no-repeat;
    background-size: cover;
    margin-left: 15px;
}

.header.curr .logo, .pageHeader .logo {
    background: url("../images/public/logos.png") center no-repeat;
    background-size: cover;
}

.header.curr .navList {
    color: #666;
}

.header.curr {
    background: #fff;
}

.header.curr .search, .pageHeader .search {
    background: url("../images/public/searchs.png") center no-repeat;
    background-size: cover;
}

.header.curr .menuText {
    color: #333;
}

.header.curr .menuIcon, .pageHeader .menuIcon {
    background: url("../images/public/menus.png") center no-repeat;
    background-size: cover;
}

.connect {
    height: 50%;
    border-radius: 0 0 50px 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.connectVideoBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    mix-blend-mode: darken;
}

.connectText {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.footer {
    position: relative;
    background: #fff;
    /*height: 100vh;*/
    z-index: 5;
}

.indexFooter {
    /*height: 100vh;*/
}

.footer canvas {
    position: absolute;
    left: 0;
    top: -50%;
    pointer-events: none;
    z-index: 6;
}

.indexFooter canvas {
    /*top: 0;*/
}

.footer .w1600 {
    padding-top: 65px;
    position: relative;
    z-index: 11;
}

.footerLogoImg {
    width: 70px;
    height: 63px;
    margin: 0 auto;
}

.footerLogoImg img {
    width: 100%;
}

.footerInfoBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.footerInfoList {
    font-size: 18px;
    color: #999999;
    margin-left: 80px;
}

.footerInfoList:first-child {
    margin-left: 0;
}

.footerInfoList:hover {
    color: #27b7eb;
}

.footerIcon {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    position: relative;
    z-index: 12;
}

.footerIconList {
    position: relative;
    margin-left: 34px;
    cursor: pointer;
}

.footerIconList:first-child {
    margin-left: 0;
}

.footerIconBg {
    width: 34px;
    height: 34px;
    border-radius: 100px;
    overflow: hidden;
    background: url("../images/public/icon-1.png") center no-repeat;
    background-size: cover;
    position: relative;
    transition: all 0.5s;
}

.footerIconList:nth-child(2) .footerIconBg {
    background: url("../images/public/icon-2.png") center no-repeat;
    background-size: cover;
}

.footerIconList:nth-child(3) .footerIconBg {
    background: url("../images/public/icon-3.png") center no-repeat;
    background-size: cover;
}

.footerIconList:nth-child(1):hover .footerIconBg {
    background: url("../images/public/icon-1s.png") center no-repeat;
    background-size: cover;
}

.footerIconList:nth-child(2):hover .footerIconBg {
    background: url("../images/public/icon-2s.png") center no-repeat;
    background-size: cover;
}

.footerIconList:nth-child(3):hover .footerIconBg {
    background: url("../images/public/icon-3s.png") center no-repeat;
    background-size: cover;
}

.footerIconBg:after {
    content: '';
    position: absolute;
    width: 150%;
    height: 150%;
    left: -130%;
    top: 100%;
    background: linear-gradient(to right, #0071fe, #00b8fe);
    border-radius: 50%;
    transition: all 0.5s;
    z-index: -1;
}
.footerIconList:nth-child(1) .footerIconBg:after{
    background: linear-gradient(to right, #0ab96d, #30e281);
}
.footerIconList:nth-child(3) .footerIconBg:after{
    background: linear-gradient(to right, #f5a200, #f5cd43);
}
.footerIconPos {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 178px;
    height: 0;
    transition: all 0.5s;
    overflow: hidden;
}

.footerIconPos img {
    width: 100%;
}

.footerIconList:hover .footerIconPos {
    height: 240px;
}
.footerIconList:nth-child(2) .footerIconPos{
    width: 176px;
}
.footerIconList:nth-child(2):hover .footerIconPos{
    height: 99px;
}
.footerIconList:hover .footerIconBg:after {
    left: -15%;
    top: -35%;
}

.footerAddress {
    margin-top: 30px;
    text-align: center;
    color: #999999;
    font-size: 16px;
}

.addressLink {
    width: 7vw;
    height: 8vw;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    z-index: 11;
    cursor: pointer;
}

.contactWay {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.contactList {
    margin-left: 44px;
    color: #999;
    font-size: 16px;
}

.contactList:first-child {
    margin-left: 0;
}

.filing {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 45px;
    border-top: 1px solid #ececec;
    height: 80px;
    color: #999999;
}

.filingLeft {
    display: flex;
    align-items: center;
}

.icpNum {
    margin-left: 15px;
    color: #999999;
}

.netWorkNum {
    margin-left: 15px;
    color: #999999;
}

.filingRight {
    display: flex;
    align-items: center;
}

.filingRightLink {
    color: #999;
    margin-left: 50px;
}

.filingRightLink:first-child {
    margin-left: 0;
}

.icpNum:hover, .netWorkNum:hover, .filingRightLink:hover {
    color: #27b7eb;
}

.sideColumn {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: -80px;
    z-index: 10;
    transition: all 0.5s;
}

.sideColumn.curr {
    right: 40px;
}

.sideColumnTop {
    background: #fff;
    box-shadow: 0 0 10px rgba(39, 183, 235, 0.2);
    border-radius: 100px;
}
.sideColumnService{
    width: 80px;
    height: 80px;
    background: url("../images/public/service.png") center no-repeat;
    background-size: cover;
    cursor: pointer;
    position: relative;
}
.sideColumn.curr .sideColumnService:after{
    content: '';
    position: absolute;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    pointer-events: none;
    border: 2px solid rgba(0, 162, 254, 0.45);
    border-radius: 50%;
    animation-duration: 1.2s;
    animation-name: service_circle;
    animation-iteration-count: infinite;
    width: 95%;
    height: 95%;
    transform: translate(-50%, -50%) scale(1);
}
@keyframes service_circle {
    0% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
    }
    80% {
        transform: translate(-50%, -50%) scale(1.3);
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.3);
    }
}
.sideColumnList {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}

.sideColumnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: transparent;
    width: 80%;
    height: 80%;
    border-radius: 50%;
    transition: all 0.5s;
}

.sideColumnList:after {
    content: '';
    position: absolute;
    width: 35%;
    height: 1px;
    background: #ececec;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sideColumnList:first-child:after {
    display: none;
}

.sideColumnList:hover {
    background: #89d2fb;
}

.sideColumnList:hover .sideColumnBox {
    background: #00a2fe;
}

.sideColumnIcon {
    width: 28px;
    height: 23px;
    background: url(../images/public/icon-4.png) center no-repeat;
    background-size: cover;
}

.sideColumnList:nth-child(2) .sideColumnIcon {
    width: 23px;
    height: 23px;
    background: url(../images/public/icon-5.png) center no-repeat;
    background-size: cover;
}

.sideColumnList:nth-child(3) .sideColumnIcon {
    width: 40px;
    height: 11px;
    background: url(../images/public/icon-6.png) center no-repeat;
    background-size: cover;
}

.sideColumnList:hover .sideColumnIcon {
    background: url(../images/public/icon-4s.png) center no-repeat;
    background-size: cover;
}

.sideColumnList:nth-child(2):hover .sideColumnIcon {
    background: url(../images/public/icon-5s.png) center no-repeat;
    background-size: cover;
}

.sideColumnList:nth-child(3):hover .sideColumnIcon {
    background: url(../images/public/icon-6s.png) center no-repeat;
    background-size: cover;
}

.sideColumnText {
    margin-top: 2px;
    color: #999;
    font-size: 14px;
}

.sideColumnList:hover .sideColumnText {
    color: #fff;
}

.sideCoumnPos {
    position: absolute;
    top: 0;
    right: 80px;
    padding-right: 0;
    overflow: hidden;
    width: 0;
    transition: all 0.5s;
}

.sideColumnList:hover .sideCoumnPos {
    width: 190px;
    padding-right: 20px;
}

.sideCoumnPos img {
    width: 190px;
}

.sideColumnList:nth-child(3) .sideCoumnPos img {
    width: 374px;
}

.sideColumnList:nth-child(3):hover .sideCoumnPos {
    width: 374px;
}

.goTop {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #00a2fe;
    margin-top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goTopIcon {
    width: 26px;
    height: 33px;
    background: url("../images/public/icon-7.png") center no-repeat;
    background-size: cover;
    transition: all 0.3s;
}

.goTop:hover .goTopIcon {
    margin-top: -15px;
}

.moreMain {
    display: flex;
    justify-content: center;
}

.more {
    display: inline-block;
    padding: 12px 24px;
    box-sizing: border-box;
    border-radius: 100px 100px 100px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(39, 183, 235, 0.1);
    color: #27b7eb;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    z-index: 1;
}

.more:after {
    content: '';
    position: absolute;
    width: 110%;
    height: 300%;
    left: -120%;
    top: 100%;
    background: linear-gradient(to right, #0071fe, #00b8fe);
    border-radius: 50%;
    transition: all 0.5s;
}

.more:hover:after {
    left: -5%;
    top: -60%;
}

.moreIcon {
    width: 19px;
    height: 19px;
    background: url("../images/index/icon-1.png") center no-repeat;
    background-size: cover;
    margin-left: 10px;
    transition: all 0.5s;
}

.moreInfo {
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    display: flex;
    align-items: center;
}

.more:hover .moreInfo {
    color: #fff;
}

.more:hover .moreIcon {
    background: url("../images/index/icon-1s.png") center no-repeat;
    background-size: cover;
}

/*=== 分页 ===*/
.page-items2 {
    margin-bottom: 100px;
    box-sizing: border-box;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 18px;
}

.pagePart {
    display: flex;
    align-items: center;
}

.page-item,
.page-info {
    width: 45px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    margin: 0 7px;
    color: #333;
    border-radius: 100%;
    transition-duration: 0.5s;
}

.page-item a,
.page-info a {
    cursor: pointer;
}

.pagePart .page-info:first-child,
.pagePart .page-info:nth-child(2),
.pagePart .page-info:nth-child(3) {
    display: inline-block;
}

.page-item a,
.page-item span,
.page-info a,
.page-info span {
    height: 45px;
    color: #999999;
    transition-duration: 0.5s;
}

.page-item.active,
.page-item.active:hover,
.page-info.active,
.page-info.active:hover {
    border-color: #27b7eb;
    color: #fff;
    background-color: transparent;
}

.page-item.active .page-link,
.page-info.active {
    color: #fff;
    background: #27b7eb;
    border-radius: 100%;
}

.page-item:last-child,
.page-item:first-child {
    border-radius: 0 !important;
    background: none !important;
}

.page-item:first-child {
    margin-right: 20px;
}

.page-item:first-child span,
.page-item:first-child a {
    background: url(../images/icon/icon-6.png) left center no-repeat;
}
.page-item:first-child a:hover {
    background: url(../images/icon/icon-6s.png) left center no-repeat;
}

.page-item:last-child {
    margin-left: 20px;
}

.page-item:last-child span,
.page-item:last-child a {
    background: url(../images/icon/icon-7.png) right center no-repeat;
}

.page-item:last-child span::before,
.page-item:last-child a::before {
    left: 0;
}

.page-item:last-child a:hover {
    background: url(../images/icon/icon-7s.png) right center no-repeat;
}

.page-item:hover,
.page-info:hover {
    background-color: #27b7eb;
    color: #fff;
    border-color: #ccc;
}

.page-item:hover a,
.page-info:hover a {
    color: #fff;
}

.page-item:last-child:hover a,
.page-item:first-child:hover a,
.page-item:last-child:hover span,
.page-item:first-child:hover span {
    color: #27b7eb;
}

.page-custom {
    display: none;
}

.pageSearch .title02 {
    margin-top: 20px;
}

.title02 .title {
    font-size: 30px;
    color: #010101;
    font-weight: bold;
    text-align: center;
}

.mouseFollowList {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  transform: scale(0);
  will-change: transform;
  z-index: 1000;
}
.mouseFollowBox {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.mouseFollowBox:after{
  content: '';
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 12px;
  background: url("../images/index/gmDown.png") center no-repeat;
  background-size: cover;
}
.mouseFollowImg {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0.1rem;
}
.mouseFollowImg img{
  width: 100%;
  display: block;
  animation: rotoImg 10s linear infinite;
}
@keyframes rotoImg{
  from{
    transform: rotate(0deg);
  }
  to{
    transform: rotate(360deg);
  }
}
.mouseFollowCont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 70%;
  border-radius: 50%;
  background: #00a2fe;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mouseMore{
  font-size: 20px;
  color: #fff;
}

.m_header,
.m_nav,
.m_search {
    display: none;
}
.contentBg {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    overflow: hidden;
    background: #fff;
}
.firstBg {
    width: 66.82%;
    position: absolute;
    animation: rightTop 4s ease-in-out infinite;
    transform: translate(45%, -45%);
    right: 0;
    top: 0;
}
.lastBg {
    width: 66.82%;
    position: absolute;
    transform: translate(-40%, 40%);
    animation: leftBottom 4s ease-in-out infinite;
    left: 0;
    bottom: 0;
}
@keyframes rightTop {
    0% {
        transform: translate(45%, -45%);
    }
    50% {
        transform: translate(55%, -55%);
    }
    100% {
        transform: translate(45%, -45%);
    }
}
@keyframes leftBottom {
    0% {
        transform: translate(-40%, 40%);
    }
    50% {
        transform: translate(-55%, 55%);
    }
    100% {
        transform: translate(-40%, 40%);
    }
}
/* 咨询弹窗开始 */
.consulting{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}
.consulting.curr{
    opacity: 1;
    pointer-events: auto;
}
.consultCont .close{
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.consultCont .close img{
    width: 100%;
}
.consultCont {
    background: #fff;
    background-size: cover;
    width: 51.56%;
    min-width: 800px;
    padding: 60px 0;
    box-sizing: border-box;
    position: fixed;
    border-radius: 0 0 55px 0;
    overflow: hidden;
    left: 50%;
    top: 0;
    transform: translate(-50%, -100%);
    z-index: 100;
}
.consultCont.curr{
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
}
.consultCont.out{
    top: 100%;
    transform: translate(-50%, 0%);
    transition: all 0.3s;
}
.consultTitle{
    font-size: 34px;
    font-weight: bold;
    color: #333;
    /*background: linear-gradient(to right, #00b2ff, #0086ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    text-align: center;
}
.consultInfo{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0 19%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}
.changeBusiness{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.businessText{
    font-size: 16px;
    color: #999999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 23px);
}
.businessIcon img{
    width: 100%;
}
.consultList{
    border: 1px solid #cfcfcf;
    height: 58px;
    box-sizing: border-box;
    margin-top: 20px;
    display: flex;
    align-items: center;
    width: calc((100% - 15px) / 2);
}
.consultLeaving{
    width: 100%;
    height: 100px;
}
.consultCode{
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.consultContact{
    margin-left: 15px;
}
.consultCode .consultList{
    margin-top: 0;
}
.changeCode{
    width: calc((100% - 15px) / 2);
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.consultBusiness{
    padding: 0 25px;
    position: relative;
    cursor: pointer;
    background: #fff;
}
.consultBusiness .pos{
    position: absolute;
    width: 100%;
    top: calc(100% + 10px);
    left: -1px;
    border: 1px solid #cfcfcf;
    background: #fff;
    display: none;
}
.consultBusiness .pos .posList{
    padding: 8px 25px;
    box-sizing: border-box;
    font-size: 16px;
    cursor: pointer;
    color: #999;
}
.consultBusiness .pos .posList.curr, .consultBusiness .pos .posList:hover{
    color: #22c5ff;
}
.consultList input{
    padding: 0 25px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 16px;
    background: #fff;
    color: #999;
}
.consultList textarea{
    padding: 15px 25px;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    font-size: 16px;
    color: #999;
}
.consultCode .codeImg{
    width: 50%;
    border: 1px solid #cfcfcf;
    height: 58px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    cursor: pointer;
}
.consultCode .codeImg img{
    width: 95%;
    max-height: 100%;
}
.changeNext{
    margin-left: 15px;
    color: #999999;
    font-size: 16px;
    cursor: pointer;
}
.consultSubmit{
    width: 160px;
    display: flex;
    margin: 0 auto;
    margin-top: 45px;
    justify-content: center;
    cursor: pointer;
    color: #fff;
}
.consultSubmit:after {
    left: -5%;
    top: -60%;
}
/* 咨询弹窗结束 */

.mobileShow {
    display: none;
}
input::placeholder, textarea::placeholder {
    color: #999;
}

@media (max-width: 1200px) {
    .consultCont .close{
        width: 0.26rem;
        top: 0.4rem;
        right: 0.45rem;
    }
    .pcShow {
        display: none !important;
    }
    .content:after{
        height: 3rem;
    }
    .w1600 {
        min-width: auto;
    }

    .mobileShow {
        display: block !important;
    }

    .mHeader {
        height: 1rem;
        display: flex !important;
    }

    .mHeader .logo {
        width: 1.93rem;
        height: 0.49rem;
    }

    .footerInfoBox, .filingRight {
        display: none;
    }

    .more {
        padding: 0.18rem 0.36rem;
        font-size: 0.26rem;
        margin-top: 0.45rem;
    }
    .more:after{
        left: -5%;
        top: -60%;
    }
    .more .moreInfo{
        color: #fff;
    }
    .more .moreIcon {
        background: url(../images/index/icon-1s.png) center no-repeat;
        background-size: cover;
    }

    .moreIcon {
        width: 0.3rem;
        height: 0.3rem;
        margin-left: 0.1rem;
    }
    .sideColumn{
        display: none;
    }

    .footerLogoImg {
        display: none;
    }

    .footer .w1600 {
        padding-top: 1.2rem;
    }

    .footerIcon {
        margin-top: 0;
    }
    .footerIconBg{
        width: 0.8rem;
        height: 0.8rem;
    }
    .footerIconBg:after{
        display: none;
    }
    .footerIconList:nth-child(1) .footerIconBg{
        background: url(../images/public/icon-1ss.png) center no-repeat;
        background-size: cover;
    }
    .footerIconList:nth-child(2) .footerIconBg{
        background: url(../images/public/icon-2ss.png) center no-repeat;
        background-size: cover;
    }
    .footerIconList:nth-child(3) .footerIconBg{
        background: url(../images/public/icon-3ss.png) center no-repeat;
        background-size: cover;
    }
    .footerIconList:nth-child(1):hover .footerIconBg {
        background: url("../images/public/icon-1ss.png") center no-repeat;
        background-size: cover;
    }

    .footerIconList:nth-child(2):hover .footerIconBg {
        background: url("../images/public/icon-2ss.png") center no-repeat;
        background-size: cover;
    }

    .footerIconList:nth-child(3):hover .footerIconBg {
        background: url("../images/public/icon-3ss.png") center no-repeat;
        background-size: cover;
    }
    .footerIconList:nth-child(1) .footerIconBg:after, .footerIconList:nth-child(2) .footerIconBg:after, .footerIconList:nth-child(3) .footerIconBg:after {
        left: -15%;
        top: -35%;
    }
    .footerIconList{
        margin-left: 0.54rem;
    }
    .footerIconPos{
        width: 1.8rem;
        bottom: 0.8rem;
    }
    .footerIconList:hover .footerIconPos{
        bottom: 0.9rem;
        height: 2.43rem;
    }
    .footerIconList:nth-child(2) .footerIconPos{
        width: 1.96rem!important;
    }
    .footerIconList:nth-child(2):hover .footerIconPos {
        height: 1.1rem;
    }

    .footerAddress {
        font-size: 0.26rem;
        margin-top: 0.7rem;
    }

    .footer canvas{
        display: none;
    }
    .addressLink{
        width: 1rem;
        height: 1.54rem;
        background: url("../images/mobile/icon/icon-4.png") center no-repeat;
        background-size: cover;
        top: 0!important;
    }

    .contactList {
        font-size: 0.26rem;
        margin-left: 0.4rem;
    }
    .search{
        width: 0.36rem;
        height: 0.36rem;
        background-size: cover;
        margin-left: 0;
    }
    .menuIcon{
        width: 0.36rem;
        height: 0.27rem;
        margin-left: 0.6rem;
    }

    .contactWay {
        margin-top: 0.3rem;
    }

    .filing {
        font-size: 0.26rem;
        flex-wrap: wrap;
        height: 1.55rem;
        margin-top: 0.35rem;
    }

    .filingLeft {
        flex-wrap: wrap;
    }

    .netWorkNum {
        margin-left: 0.1rem;
    }

    /*=== 分页 ===*/
    .page-items2 {
        margin-bottom: 1rem;
        font-size: 0.24rem;
    }

    .page-item,
    .page-info {
        width: 0.8rem;
        height: 0.8rem;
        line-height: 0.8rem;
        margin: 0 0.06rem;
    }

    .page-item a,
    .page-item span,
    .page-info a,
    .page-info span {
        height: 0.8rem;
    }

    .page-item:last-child span,
    .page-item:first-child span,
    .page-item:last-child a,
    .page-item:first-child a {
        width: 0.8rem;
        height: 0.8rem;
    }

    .page-item:first-child {
        margin-right: 0.2rem;
    }

    .page-item:first-child span,
    .page-item:first-child a {
        background-size: 100% auto;
    }

    .page-item:first-child a:hover {
        background-size: 100% auto;
    }

    .page-item:last-child {
        margin-left: 0.2rem;
    }

    .page-item:last-child span,
    .page-item:last-child a {
        background-size: 100% auto;
    }

    .page-item:last-child a:hover {
        background-size: 100% auto;
    }

    .title02 .title {
        font-size: 0.42rem;
    }
    .swiper-button-next:before, .swiper-button-prev:before, .page-item:last-child:before, .page-item:first-child:before {
        width: 0.8rem;
        height: 0.8rem;
        border: 0.04rem solid rgba(0, 162, 254, 0.45) ;
    }

    .m_nav {
        transition: all 0.7s;
        display: block;
        position: fixed;
        left: 100%;
        top: 0;
        z-index: 100;
        width: 100%;
        height: 100vh;
        background: #fafafa url(../images/mobile/public/navBg.png) center no-repeat;
        background-size: cover;
    }
    .m_nav.cur {
        transition: all 0.7s;
        left: 0%;
    }
    .m_nav .top{
        height: 1.2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .m_nav .top .logo {
        display: flex;
        align-items: center;
        width: 1.93rem;
    }
    .m_nav .top .logo img {
        display: block;
        width: 100%;
    }
    .m_nav .top i {
        float: right;
        width: 0.3rem;
        height: 1.2rem;
        background: url(../images/mobile/icon/icon-3.png) center no-repeat;
        background-size: 0.34rem auto;
    }
    .m_nav ul {
        display: none;
        width: 100%;
        height: calc(100% - 1.8rem);
        overflow-y: auto;
    }
    .m_nav ul li {
        position: relative;
        box-sizing: border-box;
        overflow-x: hidden;
        border-bottom: #ccc 1px solid;
        margin: 0 0.3rem;
    }
    .m_nav ul .one {
        transition: all 0.5s;
        font-size: 0.32rem;
        font-weight: bold;
        color: #333;
        padding: 0.45rem 0;
    }

    .m_nav li a.curr {
        color: #27b7eb;
    }
    /* 咨询弹窗开始 */
    .consultCont{
        width: 92%;
        min-width: auto;
        padding: 0.65rem 0.44rem;
        border-radius: 0 0 0.35rem 0;
    }
    .consultTitle{
        font-size: 0.32rem;
    }
    .consultInfo{
        padding: 0;
        margin-top: 0.3rem;
    }
    .consultBusiness{
        padding: 0 0.2rem;
    }
    .consultList{
        height: 0.8rem;
        width: calc((100% - 0.2rem) / 2);
        margin-top: 0;
    }
    .consultContact{
        margin-left: 0.2rem;
    }
    .businessText{
        font-size: 0.22rem;
        width: calc(100% - 0.28rem);
    }
    .businessIcon{
        width: 0.18rem;
    }
    .consultList input{
        font-size: 0.22rem;
        padding: 0 0.2rem;
    }
    .consultLeaving{
        width: 100%;
        height: 1.5rem;
        margin-top: 0.2rem;
    }
    .consultList textarea{
        font-size: 0.22rem;
        padding: 0.2rem;
    }
    .consultCode{
        margin-top: 0.2rem;
    }
    .changeCode{
        width: calc((100% - 0.2rem) / 2);
        margin-left: 0.2rem;
    }
    .consultCode .codeImg{
        height: 0.8rem;
    }
    .consultCode .codeImg img{
        width: 90%;
    }
    .changeNext{
        font-size: 0.22rem;
        margin-left: 0.2rem;
    }
    .consultBusiness .pos .posList{
        padding: 0.15rem 0.2rem;
        font-size: 0.22rem;
    }
    .consulting .close {
        top: 0.3rem;
        right: 0.3rem;
        width: 0.32rem;
    }
    .consultSubmit{
        width: 1.9rem;
        margin-top: 0.35rem;
    }
    .consultSubmit:after {
        left: -5%;
        top: -60%;
    }
    .consultSubmit .moreInfo {
        color: #fff;
    }
    /* 咨询弹窗结束 */
}

.fadeInUp_box {
    -webkit-animation-name: fadeInUp_box;
    animation-name: fadeInUp_box;
}

@-webkit-keyframes fadeInUp_box {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp_box {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        -ms-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.fadeInUp100 {
    -webkit-animation-name: fadeInUp100;
    animation-name: fadeInUp100;
}

@-webkit-keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp100 {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}



/*html {
    font-size: clamp(12px, 5.20833vw, 150px);
}

@media only screen and (min-width: 750px) and (max-width: 899px) {
    html { font-size: 8.3333333333vw; }
}

@media only screen and (min-width: 900px) and (max-width: 999px) {
    html { font-size: 7.2916666667vw; }
}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {
    html { font-size: 6.7708333333vw; }
}

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
    html { font-size: 6.5625vw; }
}

@media only screen and (min-width: 1200px) and (max-width: 1299px) {
    html { font-size: 6.1458333333vw; }
}

@media only screen and (min-width: 1300px) and (max-width: 1399px) {
    html { font-size: 5.6770833333vw; }
}

@media only screen and (min-width: 1400px) and (max-width: 1499px) {
    html { font-size: 5.5208333333vw; }
}

@media screen and (min-width: 1920px) {
    html { font-size: 100px; }
}

html[data-device="mobile"] {
    font-size: 13.33333vw;
}*/
