* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
}

html {
  font-size: 100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
}

h4,
h5,
h6 {
  font-weight: normal;
}

:focus {
  outline: 0
}

a {
  text-decoration: none;
  color: #333333;
}


button {
  user-select: none;
}

img:not([src]),
img[src=""] {
  opacity: 0;
}

img {
  display: inline-block;
  padding: 0;
  border: none;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
button,
textarea {
  font-size: 100%;
  font: inherit;
}

hr {
  height: 0;
  border: none;
  border-top: 1px solid #f4f3f2;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

body {
  color: #333;
  position: relative;
  overflow-x: hidden;
  font-size: .16rem;
  font-family: "SourceHanSansCN",'Microsoft YaHei',  Arial, Helvetica Neue, "Helvetica Neue", "Open Sans", "Hiragino Sans GB", sans-serif;
}

select::-ms-expand {
  display: none;
}


a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

i,
em {
  font-style: normal;
}

input,
textarea,
select {
  padding: 0;
  font-family: inherit;
  outline: none;
  resize: none;
  background: none;
  border: none;
  font-size: inherit;
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

textarea::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

select::-moz-placeholder {
  color: inherit;
  opacity: .5;
  font-size: inherit
}

::-webkit-input-placeholder {
  color: #999;
  font-size: inherit
}

input:-ms-input-placeholder {
  color: #999;
  font-size: inherit
}

::-webkit-scrollbar {
  width: 10px;
  height: 4px
}

::-webkit-scrollbar-track {
  background: #ddd;
}

::-webkit-scrollbar-thumb {
  background: #aaa;
}



.clearboth {
    clear: both;
}

.clear {
    clear: both;
}



.page_container {
  max-width: 16.1rem;
  margin: 0 auto;
  width: 94%;

}

.pagecontainer {
  max-width: 16.1rem;
  margin: 0 auto;
  width: 94%;

}


.pagecontainer1 {
  max-width: 16.1rem;
  margin: 0 auto;
  width: 94%;

}

@media (max-width: 980px) {
    .page_container {
        width: 92%;

    }
    .pagecontainer {
        width: 92%;

    }

    .pagecontainer1 {
      width: 92%;

  }

}



@font-face {
  font-family: "SourceHanSansCN";
  src: url("../fonts/SourceHanSans-Normal.otf") format("woff");
  font-display: swap;
}


@font-face {
  font-family: "SourceHanSansBold";
  src: url("../fonts/SourceHanSans-Bold.otf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PingFangSC";
  src: url("../fonts/PingFangSC.ttf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "PingFangSCbold";
  src: url("../fonts/PingFangSC-bold.ttf") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "zihunbiantaoti";
  src: url("../fonts/zihunbiantaoti.ttf") format("woff");
  font-display: swap;
}



.search-dialog-box {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100vh;
  z-index: 1000000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s ease 0s;
  display: none;
}

.search-dialog-box::before {
  content: "";
  position: absolute;
  top: 0px;
  height: 0px;
  background: #0275C5;
  transition: all 0.6s ease 0s;
  left: 0px;
  right: 0px;
  z-index: 1;
  opacity: 0.9;
}

.search-dialog-box.on::before {
  height: 100%;
  display: none;
}

.search-dialog-box .bubbles-bg {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.search-dialog-box .search-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 0px;
  margin: 0px;
  background: 0% 0% / cover no-repeat rgba(0, 0, 0, 0.7);
  transform-origin: center center;
  transition: height 0.8s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}

.search-dialog-box .wrap-inner {
  transform: translateY(100%);
  transition: all 0.6s ease 0s;
}

.search-dialog {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 2;
}

.search-dialog .search-tit {
  font-size: 0.44rem;
  line-height: 0.56rem;
  color: rgb(255, 255, 255);
  text-align: center;
  overflow: hidden;
  display: none;
}

.search-dialog .search-inner {
  overflow: hidden;
  margin-top: 0px;
}

.search-dialog .search-input {
  width: 8rem;
  margin: 0px auto;
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  max-width: 94%;
}

.search-dialog .search-input input[type="text"] {
  float: left;
  height: 0.7rem;
  width: calc(100% - 1rem);
  background-color: rgb(255, 255, 255);
  font-size: 0.2rem;
  line-height: 0.08rem;
  color: #666;
  transition: all 0.3s ease 0s;
  padding: 0px 0.2rem;
}

.search-dialog .search-input input[type="submit"],
.search-dialog .search-input .clear-btn {
  float: right;
  height: 0.7rem;
  width: 1rem;
}

.search-dialog .search-input input[type="submit"] {
  background-color: rgba(115, 32, 124, 1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.4rem;
  background-image: url("../images/search-btn.png");
  font-size: .2rem;
  color: #fff;
}

.search-dialog .search-input .clear-btn {
  background-color: rgba(0, 0, 0, 0.2);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../images/close-btn.png");
  background-size: 0.56rem;
  border-radius: 100%;
  margin-right: 0.16rem;
  display: none;
}

.search-dialog .search-input.on {
  background-color: rgb(255, 255, 255);
}

.search-dialog .hot-search {
  font-size: 0px;
  width: 0.49rem;
  margin: 0.096rem auto 0px;
  box-sizing: border-box;
  padding: 0px 0.096rem;
  overflow: hidden;
}

.search-dialog .hot-search .hot-tit,
.search-dialog .hot-search .hot-link {
  display: inline-block;
  zoom: 1;
  vertical-align: top;
}

.search-dialog .hot-search .hot-tit {
  font-size: 0.06rem;
  line-height: 0.08rem;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding-left: 0.096rem;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.08rem;
}

.search-dialog .hot-link {
  margin-left: 0.16rem;
}

.search-dialog .hot-link a {
  display: inline-block;
  zoom: 1;
  font-size: 0.06rem;
  line-height: 0.08rem;
  margin-right: 0.12rem;
  color: rgb(255, 255, 255);
  padding-bottom: 5px;
  position: relative;
}

.search-dialog .hot-link a::before {
  content: "";
  position: absolute;
  left: 0%;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: rgb(255, 255, 255);
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s ease 0s;
}

.search-dialog-box .bottom-box {
  position: absolute;
  left: 0px;
  bottom: 5.1%;
  width: 100%;
}

.search-dialog-box .bottom-box .share-box {
  overflow: hidden;
}

.search-dialog-box .bottom-box .copy {
  font-size: 0.35rem;
  line-height: 0.5rem;
  color: rgb(255, 255, 255);
  font-family: gilroy-regular;
  margin-top: 0.5rem;
  overflow: hidden;
}


.search-dialog-box.on {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .search-bg {
  height: 100vh;
}

.search-dialog-box.on .bubbles-bg {
  opacity: 1;
  visibility: visible;
}

.search-dialog-box.on .wrap-inner {
  transform: translateY(0px);
}

.pub-close {
  position: absolute;
  width: 0.48rem;
  height: 0.48rem;
  z-index: 10;
  right: 0.24rem;
  top: 0.216rem;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
}

.pub-close .bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(28, 90, 183);
  transform: scale(0);
  border-radius: 100%;
  transition: transform 0.3s ease 0s;
}

.pub-close i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: 0.12rem;
  background-repeat: no-repeat;
  background: rgba(0, 0, 0, .8) url("../images/close-btn.png") no-repeat center center/.18rem auto;
  border-radius: 50%;
  transition: all 0.6s ease 0s;
}

.pub-close i:hover {
  transform: rotate(180deg);
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes spin2 {
  100% {
    transform: rotate(-1turn);
  }
}

@keyframes spin-reverse {
  0% {
    transform: rotate(1turn);
  }
}

@keyframes spin-reverse2 {
  0% {
    transform: rotate(-1turn);
  }
}





/* top */



.top_bg{
  width: 100%;
  margin: 0 auto;
  height: 1.31rem;
  position: fixed;
  z-index: 10;
  background: url(../images/topbg.jpg) no-repeat top center;
  background-size: 100% 100%;

}

.top_bg::after{
  position: absolute;
  right: 30%;
  bottom: 11px;
  content: "";
  z-index: -1;
  width: 2.91rem;
  height: 1.04rem;
  background: url(../images/topico.png) no-repeat  center;
  background-size: 100% 100%;
}



.top_bg .top_con{
  margin: 0 auto;
  height: 1.31rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top_bg .top_con .logo{
  width: 27%;
  max-width: 6.04rem;
}

.top_bg .top_con .logo img{
  display: block;
  width: 100%;
  height: auto;
}

.top_bg .top_con .top_r {

}

.top_bg .top_con .top_r .sou{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.top_bg .top_con .search_btn{
  width: 2.3rem;
  height: 0.32rem;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 0.18rem;
}

.top_bg .top_con .search_btn .searchInp{
  width: 1.8rem;
  height: 0.31rem;
  background: none;
  padding-left: 0.2rem;
  float: left;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  font-family: "PingFangSC";
  border-radius: 100px 0 0 100px;
}

.top_bg .top_con .search_btn .searchInp::placeholder{
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  font-family: "PingFangSC";
  border-radius: 100px 0 0 100px;
}

.top_bg .top_con .search_btn .submitBtn{
  float: right;
  background: url(../images/sou.png) no-repeat center;
  background-size: 100% 100%;
  width: 0.14rem;
  height: 0.14rem;
  margin: 0.09rem 0.15rem 0 0;
}



.top_bg .top_con .top_r .top_menu{
  display: flex;
  justify-content: flex-end;
  align-items: center;

}


.top_bg .top_con .top_r .en a{
  display: inline-block;
  font-size: 0.18rem;
  color: rgba(255, 255, 255, 1);
  margin-left: 0.3rem;
  padding-left: 0.3rem;
  background: url(../images/xt.png) no-repeat left center;

}

.top_bg .top_con .top_r .en a img{
  display: inline-block;
  width: 0.19rem;
  height: 0.19rem;
  margin-right: 0.07rem;
  position: relative;
  top: -2px;
}

.top_bg .top_con .top_r .en a:first-child{
  margin-left: 0;
}



/* nav */

.nav_bg{
  height: 0.68rem;
  margin: 0 auto;
  
}

.nav_bg .t_nav{
  margin: 0 auto;
}

.nav_bg .t_nav>ul{
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nav_bg .t_nav>ul>li{
  line-height: 0.68rem;
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0 0.28rem;
}

.nav_bg .t_nav>ul>li>a{
  display: block;
  font-size: 0.2rem;
  color: #FFFFFF;
  font-family: "PingFangSC";
  transition: .5s;
}


.nav_bg .t_nav ul li .sub-nav {
  position: absolute;
  top: 105%;
  left: 50%;
  z-index: 99;
  padding-top: 0rem;
  min-width: 1.5rem;
  transform: scaleY(0) translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  transform-origin: top center;
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h {
  position: relative;
  background: #fff;
  padding: .1rem 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  background: #fff;
  border-radius: 0 0 5px 5px;
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h li{
  position: relative;
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h a {
  display: block;
  font-size: .16rem;
  color: #333333;
  padding: 0 .1rem;
  white-space: nowrap;
  line-height: .4rem;
  text-align: center;
  transition: .3s;
}


.nav_bg .t_nav ul li .sub-nav .sub-nav-h::after {
  content: '';
  height: 3px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background:  rgba(115, 32, 124, 1);

}

.nav_bg .t_nav ul li::after{
  content: '';
  height: 100%;
  width: 0%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(255, 207, 31, 0.1);
  transition: .5s;
  z-index: -2;
}



.nav_bg .t_nav ul li:hover .sub-nav {
  opacity: 1;
  visibility: inherit;
  transform: scaleY(1) translateX(-50%);
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h a:hover {
  color: #fff;
  background:  rgba(115, 32, 124, 1);
}


.nav_bg .t_nav ul li .sub-nav .sub-nav-h li .two {
  position: absolute;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  min-width: 1.5rem;
  padding: .1rem 0;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  background: #fff;
  border-radius: 0 0 5px 5px;
  transition: .5s;
}


.nav_bg .t_nav ul li .sub-nav .two li {
  position: relative;
}

.nav_bg .t_nav ul li .sub-nav .two li a{
  display: block;
  font-size: .15rem;
  color: #333333;
  padding: 0 .1rem;
  white-space: nowrap;
  line-height: .4rem;
  text-align: center;
  transition: .3s;
}

.nav_bg .t_nav ul li .sub-nav .sub-nav-h li:hover .two{
  opacity: 1;
  visibility: inherit;
}


.fixedNav {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
}



/* phone_header*/

.phone_header {
  width: 100%;
  margin: 0 auto;
  display: none;
  padding-bottom: 1rem;
  position: relative;
  z-index: 999;

}


.headerTop {
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 1rem;
  background: #fff;
}


.headerTop::after {
  position: absolute;
  right: 15%;
  bottom: 10%;
  content: "";
  z-index: -1;
  width: 2.91rem;
  height: 80%;
  background: url(../images/topico.png) no-repeat center;
  background-size: 100%;
}

.headerTop::before {
  position: absolute;
  right: 0%;
  bottom: 0px;
  content: "";
  z-index: -2;
  width: 100%;
  height: 100%;
  background: url(../images/topbg.jpg) no-repeat top center;
  background-size: 100% 100%;
}


.headerTop .headerTel {
  float: left;
  margin-top: 0.15rem;
  margin-left: 0.2rem;
  max-width: 75%;
}

.headerTop .headerTel a {
  display: block;
}

.headerTop .headerTel a img {
  width: auto;
  height: 0.7rem;
  float: left;
  display: block;
  object-fit: contain;
}



.headerTop .headerMenu {
  position: relative;
  width: 0.47rem;
  height: 0.43rem;
  top: 0.25rem;
  right: 0.2rem;
  float: right;
}

.headerTop .headerMenu span {
  width: 0.5rem;
  height: 0.46rem;
  background: url(../images/menu.png) no-repeat center;
  display: block;
  background-size: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.phone_header .logon{
  text-align: center;
  margin: 1.7rem auto 0 auto;
  width: 90%;
}

.phone_header .logon a{
  display: inline-block;
  font-size: 0.32rem;
  color: #fff;
  background: url(../images/xt.png) no-repeat right center;
  padding-right: 0.3rem;
  margin-left: 0.2rem;
  margin-bottom: 0.2rem;
  line-height: 0.6rem;
  width: 40%;
}

.phone_header .logon a i{
  display: inline-block;
  background: url(../images/ico.png) no-repeat  center;
  background-size: 100%;
  width: 0.28rem;
  height: 0.28rem;
  vertical-align: middle;
  margin-right: 0.1rem;
  position: relative;
  top: -2px;
}

.phone_header .logon a:nth-child(2n){
  background: none;
}


.Nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  background: linear-gradient(270deg, rgba(136, 26, 150, 0.95) 0%, rgba(86, 31, 210, 0.95) 100%);
  display: none;
  overflow-x: hidden;
}

.Nav .navBox .close {
  height: auto;
  width: 0.8rem;
  position: absolute;
  top: 3%;
  right: 3%;
}

.Nav .navBox .close img {
  width: 100%;
}

.Nav .search {
  margin: 0.6rem auto 0 auto;
  width: 70%;
  height: 0.64rem;
  border-radius: 45px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.33);
}

.Nav .search .searchInp {
  float: left;
  width: 70%;
  height: 0.64rem;
  background: none;
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.8);
  padding-left: 0.15rem;
  border-top-left-radius: 45px;
  border-bottom-left-radius: 45px;
}

.Nav .search .searchInp::placeholder {
  font-size: 0.26rem;
  color: rgba(255, 255, 255, 0.51);
}

.Nav .search .submitBtn {
  float: right;
  background: url(../images/sou.png) no-repeat center;
  width: 0.32rem;
  height: 0.32rem;
  background-size: 100%;
  margin: 0.14rem 0.2rem 0 0;
  display: block;
}


.Nav .en{
  margin: 1.6rem auto 0rem auto;
  text-align: center;
}


.Nav .en img{
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.1rem;
}

.Nav .en a{
  display: inline-block;
  font-size: 0.3rem;
  color: rgba(255, 255, 255, 0.9);
  padding: 0 0.3rem;
  background: url(../images/xt.png) no-repeat right center;
}

.Nav .en a:last-child{
  background: none;
}


.Nav .navBox h4 a{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 0.4rem;
  margin-top: 0.5rem;
  font-weight: bold;
}

.navBox ul {
  padding-top: 0.4rem;
}

.navBox ul li {
  width: 90%;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
  position: relative;
}

.navBox ul li a.navTop {
  line-height: 1rem;
  height: 1rem;
  position: relative;
  display: block;
  color: #fff;
  font-size: 0.32rem;
  width: 80%;
}


.navBox ul li  i{
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1rem;
}

.navBox ul li  i::after {
  content: ">";
  position: absolute;
  top: 0;
  line-height: 1rem;
  font-size: 0.36rem;
  right: 0.2rem;
  color: #fff;
  font-family: "simsun";
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.navBox ul li a.navTop:hover{
  color: #fff !important;
}

.navBox ul li  i.rotate::after{
  transform: rotate(90deg);
}

.navBox ul li .navCenter {
  position: relative;
  top: 0;
  left: 0;
  background: transparent;
  color: #fff;
  padding-bottom: 0.1rem;
  padding-top: 0;
  display: none;
}

.navBox ul li .navCenter p {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 0.52rem;
  width: 90%;
  margin: 0 auto;
  position: relative;
}

.navBox ul li .navCenter p a {
  line-height: 0.56rem;
  display: block;
  text-align: left;
  font-size: 0.28rem;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 80%;

}


.navBox ul li .navCenter p a:hover{
  color: #fff !important;
}

.navBox ul li .navCenter dl{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 80%;
  margin: 0 auto;
}

.navBox ul li .navCenter dl dd{
  width: 48%;
  margin: 0.1rem 0;

}

.navBox ul li .navCenter dl dd a{
  font-size: 0.24rem;
  color: #fff;
  opacity: 0.9;
}


.navCenter .erji p em {
  display: inline-block;
  position: relative;
  cursor: pointer;
  transition: transform 0.3s ease;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.23rem;
}

.navCenter .erji p em:before,
.navCenter .erji p em:after {
  content: '';
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease;
}

/* 加号图标样式 */
.navCenter .erji p em:before {
  width: 0.23rem;
  height: 1px;
  top: 0px;
  left: 0.11rem;
}

.navCenter .erji p em:after {
  width: 1px;
  height: 0.23rem;
  top: -0.1rem;
  left: 0.21rem;
}

/* 旋转为减号效果 */
.navCenter .erji p em.rotate:before {
  transform: rotate(0deg);
}

.navCenter .erji p em.rotate:after {
  transform: rotate(90deg);
  opacity: 0;
}



/* footer */

.footerbg{
  width: 100%;
  margin: 0 auto;
  background: #f2f3fa url(../images/footerbg.jpg) no-repeat top center;
  background-size: 100% ;
  position: relative;
  z-index: 5;
}

.footerbg::after{
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 100%;
  height: 2.7rem;
  background: url(../images/footerbg1.png) no-repeat bottom center;
  background-size: 100% ;
}

.footerbg .footer{
  margin: 0 auto;
  padding-top: 0.35rem;
  padding-bottom: 0.25rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}



.footerbg .footer .f_l{
  width: 45%;


} 

.footerbg .footer .f_l .f_time{

}

.footerbg .footer .f_l .f_time ul{

}

.footerbg .footer .f_l .f_time ul li{
  display: inline-block;
  width: 32%;
  margin-right: 1%;
}

.footerbg .footer .f_l .f_time ul li .time{
  display: block;
  font-size: 0.22rem;
  color: rgba(51, 51, 51, 1);
  font-family: "PingFangSC";
  margin-bottom: 0.08rem;
}

.footerbg .footer .f_l .f_time ul li .nr1{
  font-size: 0.12rem;
  color: rgba(97, 80, 99, 0.8);
}

.footerbg .footer .f_l .f_time ul li .nr2{
  font-size: 0.14rem;
  color: rgba(97, 80, 99, 1);
  margin-top: 0.03rem;
}



.footerbg .footer .f_l .links{
  margin-top: 0.25rem;

}


.footerbg .footer .f_l .links .linksbox{
  margin-top: 0rem;

}

.footerbg .footer .f_l .links .linksbox ul li{
  display: inline-block;
  width: 1.83rem;
  height: 0.35rem;
  position: relative;
  margin-right: 0.18rem;
}

.footerbg .footer .f_l .links .linksbox .links_t{
  width: 1.83rem;
  height: 0.35rem;
  line-height: 0.35rem;
  border-radius: 3px;
  background: rgba(242, 243, 250, 1);
  border: 1px solid rgba(195, 199, 229, 1);
  padding: 0 0.12rem;
}

.footerbg .footer .f_l .links .linksbox .links_t h5{
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 1);
  font-family: "PingFangSC";
  float: left;

}

.footerbg .footer .f_l .links .linksbox ul li .links_t span{
  display: block;
  float: right;
  width: 0.1rem;
  height: 0.06rem;
  background: url(../images/linksico.png) no-repeat center;
  background-size: 100%;
  margin-top: 0.15rem;

}


.footerbg .footer .f_l .links .linksbox ul li:first-child .links_t span{
  transform: rotate(-90deg);

}

.footerbg .footer .f_l .links .linksbox .linksnr{
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 1.2rem;
  background: #fff;
  overflow-x: auto;
  display: none;
  z-index: 9;
} 

.footerbg .footer .f_l .links .linksbox .linksnr a{
  display: block;
  font-size: 0.14rem;
  color: #333;
  line-height: 0.3rem;
  padding: 0 7%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}




.footerbg .footer .f_t {
  font-size: 0.2rem;
  color: rgba(115, 32, 124, 1);
  font-family: "SourceHanSansBold";
  margin-bottom: 0.1rem;
}

.footerbg .footer .f_c{
  width: 31%;


} 

.footerbg .footer .f_c ul{
  margin-top: 0.05rem;

}

.footerbg .footer .f_c ul li{

  font-size: 0.16rem;
  line-height: 0.38rem;
  color: rgba(97, 80, 99, 1);
}


.footerbg .footer .f_r{
  margin-top: 0rem;
}


.footerbg .footer .f_r ul li{
  display: inline-block;
  margin-left: 0.25rem;
  
}

.footerbg .footer .f_r ul li img{
  display: block;
  width: 1.3rem;
  height: 1.3rem;
}

.footerbg .footer .f_r ul li .txt{
  text-align: center;
  font-size: 0.18rem;
  color: rgba(51, 51, 51, 1);
  margin: 0.1rem auto 0 auto;
}




.footerbg .endbg{
  padding: 0.1rem 0;
  width: 100%;
  border-top: 1px solid rgba(197, 199, 202, 0.3);
}

.footerbg .endbg  .end{
  margin: 0rem auto 0 auto;
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.35rem;
  color: rgba(51, 51, 51, 1);
}


.footerbg .endbg  .end a{
  font-size: 0.16rem;
  color: rgba(51, 51, 51, 1);
}



@media (min-width: 1024px){
  .footerbg .footer .f_l .links .linksbox .linksnr a:hover{
    color: #73207c;
  }

}



@media (max-width: 1024px){

  .top_bg{
    display: none;
  }


  .phone_header {
    display: block;
  }

  
  .footerbg{
    width: 100%;
    margin: 0 auto;
    background: #f2f3fa url(../images/footerbg.jpg) no-repeat top center;
    background-size: 100% ;
    position: relative;
    z-index: 5;
  }
  
  .footerbg::after{
    height: 3.7rem;
    background: url(../images/footerbg1.png) no-repeat bottom center;
    background-size: cover;
  }
  
  .footerbg .footer{
    margin: 0 auto;
    padding-top: 0.5rem;
    padding-bottom: 0.25rem;
  
  }
  

  
  .footerbg .footer .f_l{
    width: 100%;
  
  
  } 
  

  
  .footerbg .footer .f_l .f_time ul li .time{
    font-size: 0.28rem;
    margin-bottom: 0.08rem;
  }
  
  .footerbg .footer .f_l .f_time ul li .nr1{
    font-size: 0.26rem;
  }
  
  .footerbg .footer .f_l .f_time ul li .nr2{
    font-size: 0.28rem;
    margin-top: 0.05rem;
  }
  
  
  
  .footerbg .footer .f_l .links{
    margin-top: 0.25rem;
  
  }
  
  
  .footerbg .footer .f_l .links .linksbox ul li{

    width: 3rem;
    height: 0.55rem;
    margin: 0 0.2rem;
  }
  
  .footerbg .footer .f_l .links .linksbox .links_t{
    width: 3rem;
    height: 0.55rem;
    line-height: 0.55rem;
    padding: 0 0.12rem;
  }
  
  .footerbg .footer .f_l .links .linksbox .links_t h5{
    font-size: 0.28rem;

  
  }
  
  .footerbg .footer .f_l .links .linksbox ul li .links_t span{

    width: 0.21rem;
    height: 0.12rem;
    background: url(../images/linksico.png) no-repeat center;
    background-size: 100%;
    margin-top: 0.21rem;
  
  }
  
  .footerbg .footer .f_l .links .linksbox .linksnr{
    height: 2rem;

  }

  
  .footerbg .footer .f_l .links .linksbox .linksnr a{
    font-size: 0.24rem;
    line-height: 0.5rem;

  }
  
  
  
  
  
  .footerbg .footer .f_t {
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
  }
  
  .footerbg .footer .f_c{
    width: 100%;
    margin: 0.3rem auto;
  
  
  } 
  
  
  .footerbg .footer .f_c ul li{
  
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  
  
  .footerbg .footer .f_r{
    margin-top: 0rem;
    width: 100%;
    text-align: center;
  }
  
  
  .footerbg .footer .f_r ul li{
    display: inline-block;
    margin: 0 0.25rem;
    
  }
  
  .footerbg .footer .f_r ul li img{
    width: 1.5rem;
    height: 1.3rem;
    margin: 0 auto;
  }
  
  .footerbg .footer .f_r ul li .txt{
    font-size: 0.26rem;
    margin: 0.15rem auto 0 auto;
  }
  
  
  
  
  .footerbg .endbg{
    padding: 0.2rem 0;
  }
  
  .footerbg .endbg  .end{
    font-size: 0.26rem;
    line-height: 0.4rem;
  }
  
  
  .footerbg .endbg  .end a{
    font-size: 0.26rem;
  }
  
  

}





@media (max-width: 640px){

  .footerbg .footer .f_l .f_time ul li {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0.3rem;
}

}










.menu_left{
  display: block;
  position: fixed;
  z-index: 99;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.86rem;
  height: 2.11rem;
  background: url(../images/menu_left.png) no-repeat top center;
  background-size: 100% 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.menu_left.on {
  display: block;
}

.menu_left ul{
  margin: 0 auto;
  width: 0.7rem;
  padding-top: 0.1rem;
}

.menu_left ul li{
  line-height: 0.48rem;
  position: relative;
  z-index: 5;

}

.menu_left ul li a{
  display: block;
  text-align: center;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.menu_left ul li::after{
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  content: "";
  z-index: -1;
  width: 0.3rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.menu_left ul li:last-child:after{
  display: none;
}


.menu_left ul li .ewmimg{
  opacity: 0;
  position: absolute;
  left: 115%;
  top: 50%;
  transform:  translateY(-53%);
  transition: all 0.5s ease 0s;
  box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 9.5px 0.5px;
  width: 1.2rem;
  height: 1.2rem;
  background: rgb(255, 255, 255);
  border-radius: 8px;
  padding: 0.05rem;
  visibility: hidden;
  z-index: 9;
}

.menu_left ul li .ewmimg img{
  width: 100%;
  height: 100%;
}



.menu_left ul li:hover .ewmimg {
  opacity: 1;
  transform:  translateY(-50%);
  visibility: visible;
}





.g-top{
  display: block;
  position: fixed;
  z-index: 99;
  right: 0.05rem;
  top: 1.7rem;
  transform: translateY(0%);
  width: 0.8rem;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.g-top.on {
  display: block;
}

.g-top .menu_right{
  margin: 0 auto;
  width: 0.76rem;
}

.g-top .menu_right ul li{
  margin-bottom: 0.1rem;
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 20px  rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.g-top .menu_right ul li a{
  display: block;
  text-align: center;
  padding-top: 0.12rem;
}

.g-top .menu_right ul li .search_btn{
  text-align: center;
}

.g-top .menu_right ul li span{
  display: block;
  overflow: hidden;
  margin: 0rem auto 0.06rem auto;
  width: 0.21rem;
  height: 0.21rem;
}

.g-top .menu_right ul li span .ico1{
  display: block;
  width: 100%;
  height:  100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.g-top .menu_right ul li span .ico2{
  display: block;
  width: 100%;
  height:  100%;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.g-top .menu_right ul li i{
  display: block;
  font-size: 0.14rem;
  color: rgba(51, 51, 51, 1);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.g-top .menu_right ul li.active{
  background: linear-gradient(270deg, rgba(136, 26, 150, 1) 0%, rgba(86, 31, 210, 1) 100%);
  box-shadow: 0px 4px 20px  rgba(0, 0, 0, 0.15);
}

.g-top .menu_right ul li.active span .ico1{
  transform: translateY(-100%);

}

.g-top .menu_right ul li.active span .ico2{
  transform: translateY(-100%);
}

.g-top .menu_right ul li.active i{
  color: #fff;
}

.g-top .menu_right.hidden{
  display: none;
}


.g-top .menu_ico{
  margin: 0 auto;
}

.g-top .menu_ico img{
  display: block;
  margin: 0 auto;
  width: 1.02rem;
  height: 1.87rem;
}

.g-top .close{
  position: absolute;
  right: 0.1rem;
  bottom: 1.55rem;
  background: url(../images/go_close1.png) no-repeat center;
  background-size: 100%;
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(172, 157, 180, 0.3);
  display: none;
}


.cx-robot-wrapper {
  right: 5px !important;bottom:80px !important;
}

.cx-robot-trigger{
  width: 128px !important;
  height: 196px !important;
}

@media (min-width: 1024px){

  .menu_left ul li:hover a{
    color: rgba(255, 255, 255, 0.5);
  }
}

@media (max-width: 1024px){
  .g-top {
    display: none;
  }

  .menu_left {
    display: none;
  }

  .g-top.on {
    display: none;
  }

  .menu_left.on {
    display: none;
  }

  
.cx-robot-wrapper {
  right: 3px !important;
}


}

@media (max-width: 640px){

  .cx-robot-trigger{
    width: 56px !important;
    height: 86px !important;
  }

  .headerTop::before {

    width: 60%;

  }

  .headerTop::after {

    right: 12%;
    bottom: 10%;
    width: 1.5rem;
    height: 80%;

}

}