/* 初始化开始 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, li, dl {
  list-style: none
}

a {
  text-decoration: none;
  color: #000;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  color: inherit;
  font-size: inherit;
  font-weight: inherit
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%
}

body, input, select, textarea, button {
  outline: none
}

body {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Segoe UI","Helvetica Neue","PingFang SC","Noto Sans","Noto Sans CJK SC","Microsoft YaHei",微软雅黑,sans-serif;
  font-size: 12px;
  /* line-height: 12px; */
  -webkit-font-smoothing: subpixel-antialiased;
  margin: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

img, fieldset {
  border: none
}

input, textarea, select {
  outline: none
}

input, button {
  outline: 0;
  border: 0;
  padding: 0;
  background: transparent;
}

textarea {
  resize: none
}

img {
  max-width:100%;
  vertical-align: middle;
}

input[type="search"]::-webkit-search-cancel-button{
  display: none;
}

video:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

input::-webkit-input-placeholder{ /*WebKit browsers*/
  color: #BBBCBE;
}

input::-moz-input-placeholder{ /*Mozilla Firefox*/
  color: #BBBCBE;
}
  
input::-ms-input-placeholder{ /*Internet Explorer*/ 
  color: #BBBCBE;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both
}


.fl {
  float: left
}

.fr {
  float: right
}

.hide {
  display: none
}

.bdbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.pd0 {
  padding: 0 !important
}

.pdt3 {
  padding-top: 3px
}

.pdt4 {
  padding-top: 3px
}

.pdt5 {
  padding-top: 5px
}

.pdt10 {
  padding-top: 10px
}

.pdt20 {
  padding-top: 20px
}

.pdl15 {
  padding-left: 15px
}

.pdl110 {
  padding-left: 110px
}

.pdl120 {
  padding-left: 120px
}

.pdl130 {
  padding-left: 130px
}

.pdl180 {
  padding-left: 180px
}

.pdl190 {
  padding-left: 190px
}

.pdl400 {
  padding-left: 400px
}

.pdb50 {
  padding-bottom: 50px
}

.pdb80 {
  padding-bottom: 80px
}

.mgauto {
  margin-left: auto;
  margin-right: auto
}

.mgt0 {
  margin-top: 0
}

.mgt3 {
  margin-top: 3px
}

.mgt5 {
  margin-top: 5px
}

.mgt10 {
  margin-top: 10px
}

.mgt15 {
  margin-top: 15px
}

.mgt20 {
  margin-top: 20px
}

.mgt25 {
  margin-top: 25px
}

.mgt30 {
  margin-top: 30px
}

.mgt40 {
  margin-top: 40px
}

.mgt45 {
  margin-top: 45px
}

.mgt50 {
  margin-top: 50px
}

.mgb5 {
  margin-bottom: 5px
}

.mgb10 {
  margin-bottom: 10px
}

.mgb20 {
  margin-bottom: 20px
}

.mgr5 {
  margin-right: 5px
}

.mgr10 {
  margin-right: 10px
}

.mgr15 {
  margin-right: 15px
}

.mgl3 {
  margin-left: 3px
}

.mgl5 {
  margin-left: 5px
}

.mgb15 {
  margin-bottom: 15px
}

.mgl10 {
  margin-left: 10px
}

.mgl15 {
  margin-left: 15px
}

.mgl20 {
  margin-left: 20px
}

.mgl50 {
  margin-left: 50px
}

.mgl65 {
  margin-left: 65px
}

.mgl90 {
  margin-left: 90px
}

.mgl120 {
  margin-left: 120px
}

.mgl130 {
  margin-left: 130px
}

.mgl140 {
  margin-left: 140px
}

.mgl150 {
  margin-left: 150px
}

.mgl160 {
  margin-left: 160px
}

.mgl170 {
  margin-left: 170px
}

.mgl180 {
  margin-left: 180px
}

.mgl190 {
  margin-left: 190px
}

.bdrad5 {
  border-radius: 5px
}

.colorRed {
  color: #ff0000 !important
}

.colorBlack {
  color: #000
}

.colorGray {
  color: #999
}

.colorGreen {
  color: #059305
}

.colorBlue {
  color: #009de7
}

.colorOrange {
  color: #ffaa00
}

.txtCenter {
  text-align: center
}

.txtRight {
  text-align: right
}

.txtLeft {
  text-align: left
}

.vtalgMid {
  vertical-align: middle
}

.ftsize10 {
  font-size: 10px
}

.ftsize12 {
  font-size: 12px
}

.ftsize14 {
  font-size: 14px
}

.ftsize16 {
  font-size: 16px
}

.ftsize18 {
  font-size: 18px
}

.ftsize20 {
  font-size: 20px
}

.ftsize24 {
  font-size: 24px
}

.ftnormal {
  font-weight: normal !important
}

.italic {
  font-style: italic
}

.per5 {
  width: 5%
}

.per15 {
  width: 15%
}

.per25 {
  width: 25%
}

.per35 {
  width: 35%
}

.per45 {
  width: 45%
}

.per55 {
  width: 55%
}

.per65 {
  width: 65%
}

.per75 {
  width: 75%
}

.per85 {
  width: 85%
}

.per95 {
  width: 95%
}

.per10 {
  width: 10%
}

.per20 {
  width: 20%
}

.per30 {
  width: 30%
}

.per33 {
  width: 33%
}

.per40 {
  width: 40%
}

.per50 {
  width: 50%
}

.per60 {
  width: 60%
}

.per70 {
  width: 70%
}

.per80 {
  width: 80%
}

.per90 {
  width: 90%
}

.per100 {
  width: 100%
}

.w10 {
  width: 10px
}

.w20 {
  width: 20px
}

.w30 {
  width: 30px
}

.w40 {
  width: 40px
}

.w50 {
  width: 50px
}

.w60 {
  width: 60px
}

.w70 {
  width: 70px
}

.w80 {
  width: 80px
}

.w90 {
  width: 90px
}

.w100 {
  width: 100px
}

.w200 {
  width: 200px
}

.w300 {
  width: 300px
}

.w400 {
  width: 400px
}

.w500 {
  width: 500px
}

.w600 {
  width: 600px
}

.h100 {
  height: 100px
}

.h200 {
  height: 200px
}

.h220 {
  height: 220px
}

.h300 {
  height: 300px
}

.h400 {
  height: 400px
}

.h500 {
  height: 500px
}

.h600 {
  height: 600px
}

.lh-normal {
  line-height: 1.4em
}

.lh-large {
  line-height: 1.6em
}

.lh-xlarge {
  line-height: 1.8em
}

.ofx-a {
  overflow-x: auto
}

.ofx-h {
  overflow-y: hidden;
}

.ofy-a {
  overflow-y: auto
}

.ofy-h {
  overflow-y: hidden;
}

.bdbox {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.inlineMiddle {
  display: inline-block;
  vertical-align: middle
}

.form .form-item .label.required::before {
  content: '*';
  display: inline-block;
  color: #CB0202;
  vertical-align: middle;
  margin-right: 3px;
}

.wh1200 {
  width: 1200px;
  margin: 0 auto;
}

/* header 开始 */
.header-container {
  width: 100%;
  height: 64px;
}

.header-wrapper {
  width: 100%;
  height: 64px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}

.header-wrapper-scroll {
  background: #fff;
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.08);
  border-bottom: solid 1px #e3e4ec;
}

.header-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-content .logo img {
  max-height: 30px;
}

.header-wrapper.home .header-content .logo .img1 {
  display: none;
}

.header-wrapper.home .header-content .logo .img2 {
  display: block;
}

.header-content .logo .img1,
.header-wrapper.header-wrapper-scroll .header-content .logo .img1 {
  display: block;
}

.header-content .logo .img2,
.header-wrapper.header-wrapper-scroll .header-content .logo .img2 {
  display: none;
}


.header-content .nav {
  float: left;
  margin-left: 30px;
  color: #333;
  font-size: 16px;
  line-height: 64px;
}

.header-wrapper.home .header-content .nav {
  color: #fff;
}

.header-wrapper.header-wrapper-scroll .header-content .nav {
  color: #333;
}

.header-wrapper.header-wrapper-scroll {
  padding: 0 60px;
}

.header-wrapper .header-content .nav.active,
.header-wrapper.home.header-wrapper-scroll .header-content .nav.active {
  color: #004BE1;
}

.header-wrapper.home .header-content .nav.active {
  color: rgba(255, 255, 255, .6);
}

.header-content .nav a {
  display: block;
  width:100%;
  height: 100%;
}

.header-content .nav .iconfont {
  display: inline-block;
  font-size: 12px;
  line-height: 64px;
  margin-left: 3px;
  transition: all .3s;
  transform: scale(0.8);
}

.header-wrapper .header-content .nav:hover,
.header-wrapper.home.header-wrapper-scroll .header-content .nav:hover {
  color: #004BE1;
  cursor: pointer;
  font-weight: 500;
}

.header-wrapper.home .header-content .nav:hover {
  color: rgba(255, 255, 255, .6);
}

.header-content .nav:hover .iconfont {
  transform: scale(0.8) rotate(180deg);
}

.header-content .nav-wrapper .nav:hover .subnav-wrapper {
  display: block;
  opacity: 1;
}

.header-content .nav-wrapper .nav.product .subnav-wrapper,
.header-content .nav-wrapper .nav.more .subnav-wrapper {
  height: 116px;
}

.header-content .nav:first-child {
  margin-left: 0;
}

.header-content .search-box {
  width: 180px;
  height: 32px;
  border-radius: 16px;
  background: #E7E7E7;
  position: relative;
  margin-right: 20px;
  margin-top: 16px;
}

.header-content .search-box input {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: #E7E7E7;
  font-size: 14px;
  padding-left: 10px;
  padding-right: 30px;
}

.header-content .search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  text-align: center;
  line-height: 32px;
  font-size: 22px;
  color: #333;
  cursor: pointer;
}

.header-content .search-box .search-btn:hover {
  color: #004BE1;
}

.header-content .login {
  width: 70px;
  height: 64px;
  color: #004BE1;
  font-size: 14px;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.header-wrapper.home .header-content .login {
  color: #fff;
}

.header-wrapper.header-wrapper-scroll .header-content .login {
  color: #004BE1;
}

.header-content .login:hover .loginFix {
  display: block;
}

.header-content .login .loginFix {
  position: absolute;
  right: 0px;
  top: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 7px rgb(0,0,0,.3);
  display: none;
}

.header-content .login .loginFix .triangle {
  position: absolute;
  right: 22px;
  top: -20px;
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
}

.header-content .login .loginFix ul {
  padding: 0 10px;
}

.header-content .login .loginFix ul li {
  width: 195px;
  height: 60px;
  border-bottom: solid 1px #e8ebf7;
}

.header-content .login .loginFix ul li a {
  line-height: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.header-content .login .loginFix ul li a .img {
  width: 30px;
  margin-right: 12px;
  text-align: center;
}

.header-content .login .loginFix ul li a .text {
  font-size: 14px;
  color: #666;
}

.header-content .register {
  width: 102px;
  height: 32px;
  color: #fff;
  background: linear-gradient(to right, #4591FF, #004BE1);
  border-radius: 16px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  margin-left: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.header-wrapper.header-wrapper-scroll .header-content .register::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #004BE1;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-animation: btnshrink 30s infinite linear;
  -moz-animation: btnshrink 30s infinite linear;
  animation: btnshrink 30s infinite linear;
}

@keyframes btnshrink {
  0% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  50% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  75% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  95% {
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
  96% {
    transform: translateY(-50%) scale(0.2);
    opacity: 0.5;
  }
  97% {
    transform: translateY(-50%) scale(0.4);
    opacity: 0.5;
  }
  98% {
    transform: translateY(-50%) scale(0.6);
    opacity: 0.5;
  }
  99% {
    transform: translateY(-50%) scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: translateY(-50%) scale(1);
    opacity: 0.5;
  }
}

.header-wrapper.home .header-content .register {
  background: #fff;
  color: #0D48DB;
}

.header-wrapper.header-wrapper-scroll .header-content .register {
  background: linear-gradient(to right, #4591FF, #004BE1);
  color: #fff;
}

.header-content .user {
  height: 64px;
  font-size: 16px;
  color: #004BE1;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.header-content .user img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.header-content .user .info-list {
  display: none;
  width: 100px;
  padding: 4px 0 12px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  background: #fff;
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.08);
  border-radius: 2px;
}

.header-content .user:hover .info-list {
  display: block;
}

.header-content .user .info-list > li {
  margin-top: 8px;
  line-height: 36px;
  font-size: 14px;
  color: #333333;
}

.header-content .user .info-list > li:hover {
  color: #004BE1;
}

.header-content .user .info-list > li:first-child {
  margin-top: 0;
}

.header-content .user .info-list > li a {
  display: block;
  width: 100%;
  height: 100%;
}

.subnav-wrapper {
  display: none;
  width: 1200px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 64px;
  background: #fff;
  transform: translateX(-50%);
  box-shadow: 0px 6px 9px -4px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition: all .3s;
}

.header-content .nav-wrapper .nav.solution .subnav-wrapper .content-box {
  display: flex;
  flex-shrink: 0;
}

.header-content .nav-wrapper .nav.solution .content-box .left-title {
  width: 160px;
  background: #4E74FF;
  border-bottom: solid 1px #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-content .nav-wrapper .nav.solution .content-box:last-child .left-title {
  border-bottom: none;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content {
  width: 1038px;
  flex-shrink: 0;
  border-bottom: solid 1px #F2F2F2;
}

.header-content .nav-wrapper .nav.solution .content-box:last-child .right-content{
  border-bottom: none;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item {
  width: 346px;
  background: #fff;
  float: left;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item:hover {
  background: #F2F4FB;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item a {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 15px 30px;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item .icon {
  flex-shrink: 0;
  padding-right: 13px;
  line-height: 0px;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item .icon img {
  width: 32px;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item .name {
  font-size: 16px;
  color: #000;
  line-height: 22px;
  font-weight: 500;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item .desc {
  font-size: 12px;
  color: #666;
  line-height: 17px;
  margin-top: 6px;
  padding-bottom: 6px;
}

.header-content .nav-wrapper .nav.solution .content-box .right-content .item .case-box img {
  width: 71px;
  margin-right: 10px; 
  box-shadow: 0px 2px 10px 0px rgba(126, 141, 158, 0.19);
  display: inline-block;
}

.subnav-content {
  height: 100%;
}

.header-content .nav.product .subnav-wrapper .subnav-box {
  justify-content: flex-start;
  margin-left: 280px;
}

.header-content .nav.solution .subnav-wrapper .subnav-box {
  justify-content: flex-start;
  margin-left: 280px;
}

.header-content .nav.solution .subnav-wrapper .subnav {
  margin-right: 30px;
}

.subnav-wrapper .subnav-box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

.subnav-wrapper .subnav {
  margin-right: 60px;
  text-align: center;
  transition: all .3s;
}

.subnav-wrapper .subnav:hover {
  transform: translateY(-10px);
}

.subnav-wrapper .subnav .icon {
  width: 36px;
  margin: 5px auto 8px;
  line-height: 0;
}

.subnav-wrapper .subnav .icon img {
  width: 100%;
}

.subnav-wrapper .subnav .text {
  font-size: 14px;
  color: #333;
  line-height: 22px;
}

/* header 结束 */

/* 底部开始 */
.footer-container {
  background: #161E30;
  padding-left: 21px;
}

.footer-wrapper {
  height: 889px;
  padding-left: 35px;
  background-image: url(../image/footer_bg.png);
  background-repeat: no-repeat;
  background-size: 927px;
  background-position: 100% 100%;
  padding-top: 135px;
}

.footer-top .left .text {
  font-size: 44px;
  font-family: PingFangSC-Semibold,PingFang SC,Microsoft YaHei;
  font-weight: 600;
  color: #fff;
  line-height: 66px;
}

.footer-top .left .btn-box {
  margin-top: 50px;
}

.footer-top .left .btn-box .btn {
  width: 156px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.footer-top .left .btn-box .btn .iconfont {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 10px;
}

.footer-top .left .btn-box .btn.solid {
  background: #064CFF;
}

.footer-top .left .btn-box .btn.hollow {
  border: 1px solid #FFFFFF;
  margin-left: 36px;
}

.footer-top .right {
  width: 566px;
}

.footer-top .right li {
  width: 134px;
  margin-right: 10px;
  margin-top: 10px;
}

.footer-top .right li:nth-child(-n+4) {
  margin-top: 0;
}

.footer-top .right li:nth-child(4n) {
  margin-right: 0px;
}

.footer-top .right li img {
  width: 100%;
}

.footer-content {
  margin-top: 140px;
}

.footer-content .left .tel-box {
  display: flex;
  align-items: center;
  color: #fff;
}

.footer-content .left .tel-box img {
  width: 60px;
  margin-right: 16px;
}

.footer-content .left .tel-box .title {
  font-size: 20px;
  line-height: 28px;
}

.footer-content .left .tel-box .tel {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

.footer-content .left .code-box {
  margin-top: 30px;
}

.footer-content .left .code-box .code2 {
  margin-left: 40px;
}

.footer-content .left .code-box img {
  width: 150px;
}

.footer-content .right .footer-menu {
  margin-right: 86px;
}

.footer-content .right .footer-menu:last-child {
  margin-right: 0px;
}

.footer-content .right .footer-menu .title {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
}

.footer-content .right .footer-menu .footer-menu-item ul {
  margin-right: 86px;
  margin-top: 15px;
}

.footer-content .right .footer-menu .footer-menu-item ul:last-child {
  margin-right: 0;
}

.footer-content .right .footer-menu .footer-menu-item li {
  font-size: 14px;
  color: #C5D0EF;
  line-height: 32px;
}

.footer-content .right .footer-menu .footer-menu-item li:hover {
  color: #fff;
}

.footer-content .left .code-box .text {
  font-size: 14px;
  color: #8A92A7;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
}

.footer-content .right {
  margin-right: 45px;
}

.footer-container-title {
  margin-top: 40px;
  color: #8A92A7;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  opacity: .65;
}

/* 底部结束 */

.main-content {
  min-height: calc(100vh - 676px);
}

.sec {
  padding: 80px 0;
}

.sec .common-title {
  font-size: 44px;
  font-weight: 600;
  color: #000;
  line-height: 66px;
  text-align: center;
  margin: auto;
}

.sec .common-subtitle {
  font-size: 18px;
  color: #444;
  line-height: 36px;
  margin: 7px auto 0;
  text-align: center;
}

.sec .sec-content {
  padding-top: 55px;
}

.btn-solid {
  width: 136px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  background: linear-gradient(to right, #4591FF, #004BE1);
  color: #fff;
  border-radius: 25px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
}

.btn-hollow {
  width: 136px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #004BE1;
  border-radius: 25px;
  color: #004BE1;
  cursor: pointer;
  vertical-align: middle;
}

.pro-index-bg {
  width: 100%;
  height: 500px;
  background: url(../image/bgh_banner.jpg) no-repeat center center / cover #f3f4f8;
}

.pro-index-bg .layout {
  width: 1200px;
  height: 100%;
  margin: 0px auto;
  position: relative;
}

.pro-index-bg .layout .container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.pro-index-bg .layout .container h3,
.pro-index-bg .layout .container h1
{
  color: #192544;
  font-size: 48px;
  position: relative;
  font-weight: normal;
  max-width: 1200px;
  height: 80px;
  text-align: center;
}

.pro-index-bg .layout .container p.contents {
  font-size: 20px;
  color: #8E97AE;
  line-height: 28px;
  text-align: center;
}

.pro-index-bg .layout .container .btn-box {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pro-index-bg .layout .container .btn-box .btn {
  width: 136px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  border-radius: 25px;
  cursor: pointer;
}

.pro-index-bg .layout .container .btn-box .btn.solid {
  background: linear-gradient(to right, #4591FF, #004BE1);
  color: #fff;
}

.pro-index-bg .layout .container .btn-box .btn.hollow {
  border: 1px solid #004BE1;
  color: #004BE1;
  margin-left: 30px;
}

.menu-wrap {
  width: 100%;
  height: 50px;
}

.menu {
  width: 100%;
  background-color: #fff;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .12);
}

.menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu > ul > li {
  font-size: 16px;
  line-height: 50px;
  color: #333;
  margin: 0 50px;
  cursor: pointer;
}

.menu > ul .reaction-bottom-dot  {
  display: block;
  width: 40px;
  height: 6px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(to right, #4591FF, #004BE1);
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
  transition: all .3s;
  display: none;
}

.branding {
  width: 100%;
  height: 282px;
  background: linear-gradient(to left, #4591FF, #004BE1);
  padding-top: 74px;
  text-align: center;
  display: none;
}

.branding .title {
  font-size: 40px;
  color: #fff;
  line-height: 56px;
}

.branding .btn  {
  width: 184px;
  height: 50px;
  border-radius: 4px;
  background: #fff;
  font-size: 20px;
  color: #115DE8;
  margin-top: 36px;
  cursor: pointer;
}

/* 加载更多 */
.load-more {
  display: block;
  width: 127px;
  height: 40px;
  background: #F4F3F3;
  border-radius: 2px;
  border: 1px solid #E6E6E6;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: #666;
  margin: 30px auto;
  cursor: pointer;
}

/* 侧边栏 */
.sidebar_r {
  position: fixed;
  right: 22px;
  top: 200px;
  /* -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
  width: 80px;
  z-index: 998;
}

.sidebar_r > ul > li {
  width: 68px;
  height: 68px;
  background: #3161ef;
  color: #fff;
  font-size: 12px;
  margin-top: 6px;
  border-radius: 6px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sidebar_r > ul > li > p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}

.sidebar_r > ul > li .icon {
  display: inline-block;
}

.sidebar_r > ul > li .icon_active {
  display: none;
}

.sidebar_r > ul > li.goOnline {
  height: 92px;
  margin-top: 0px;
  background: #fff;
  border-radius: 50px 50px 6px 6px;
}

.sidebar_r > ul > li.goOnline .img_box {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 3px solid #3161ef;
  text-align: center;
  position: relative;
}

.sidebar_r > ul > li.goOnline .img_box .border {
  position: absolute;
  left: -2px;
  top: -2px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: solid 1px #c2c2c2;
  -webkit-animation: breathe 1s infinite linear;
  -moz-animation: breathe 1s infinite linear;
  animation: breathe 1s infinite linear;
}

@keyframes breathe {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    transform: scale(1.2, 1.2);
    opacity: 0.8;
  }
  50% {
    transform: scale(1.4, 1.4);
    opacity: 0.1;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.sidebar_r > ul > li.goOnline .img_box > img {
  width: 56px;
  vertical-align: middle;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-animation: breatheImg 1s infinite linear;
  -moz-animation: breatheImg 1s infinite linear;
  animation: breatheImg 1s infinite linear;
}

@keyframes breatheImg {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 0.9);
  }
  50% {
    transform: scale(0.75, 0.75);
  }
  75% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

.sidebar_r > ul > li.goOnline > p {
  color: #3161ef;
}

.sidebar_r > ul > li.goOnline .tips {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #ed1313;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-size: 12px;
}

.sidebar_r > ul > li.weChart .code_box {
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 12px;
  width: 270px;
  height: 310px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  display: none;
  box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
}

.sidebar_r > ul > li.weChart .code_box > img {
  width: 200px;
  margin-top: 18px;
}

.sidebar_r > ul > li.weChart .code_box .p1 {
  font-size: 13px;
  color: #333;
  line-height: 18px;
  margin-top: 18px;
  font-weight: bold;
}

.sidebar_r > ul > li.weChart .code_box .p2 {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 22px;
}

.sidebar_r > ul > li.tel .code_box {
  position: absolute;
  right: 100%;
  bottom: 0;
  margin-right: 12px;
  width: 270px;
  height: 310px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  display: none;
  box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
}

.sidebar_r > ul > li.tel .code_box > img {
  width: 200px;
  margin-top: 18px;
}

.sidebar_r > ul > li.tel .code_box .p1 {
  font-size: 16px;
  color: #333;
  line-height: 18px;
  margin-top: 18px;
  font-weight: bold;
}

.sidebar_r > ul > li.tel .code_box .p2 {
  margin-top: 18px;
  font-size: 13px;
  color: #333;
  line-height: 22px;
}

.sidebar_r > ul > li.active {
  background: #fff;
  border: solid 1px #3161ef;
}

.sidebar_r > ul > li.active .icon {
  display: none;
}

.sidebar_r > ul > li.active .icon_active {
  display: inline-block;
}

.sidebar_r > ul > li.active > p {
  color: #3161ef;
}

.center_layer {
  position: fixed;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
  border-radius: 8px;
  padding: 20px 30px;
  z-index: 999;
  display: none;
}

.center_layer .title {
  font-size: 14px;
  color: #333;
  line-height: 16px;
  text-align: center;
}

.center_layer .item_box {
  margin-top: 30px;
}

.center_layer .item_box .item {
  width: 68px;
  height: 68px;
  float: left;
  margin-left: 27px;
  cursor: pointer;
}

.center_layer .item_box .item .wrapper {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #c2c2c2;
  box-sizing: border-box;
  border-radius: 7px;
}

.center_layer .item_box .item .wrapper .icon {
  height: 22px;
}

.center_layer .item_box .item .wrapper .icon img {
  vertical-align: middle;
}

.center_layer .item_box .item .wrapper .text {
  font-size: 12px;
  color: #005fe0;
  margin-top: 5px;
}

.center_layer .item_box .item .wrapper:hover {
  border-color: #005fe0;
}

.center_layer .item_box .item:first-child {
  margin-left: 0;
  -webkit-animation: scaling 1s linear infinite;
  -moz-animation: scaling 1s linear infinite;
  animation: scaling 1s linear infinite;
}

@keyframes scaling {
  0% {
    background-size: 68px;
    transform: scale(1, 1);
  }
  25% {
    background-size: 74px;
    transform: scale(1.1, 1.1);
  }
  50% {
    background-size: 82px;
    transform: scale(1.2, 1.2);
  }
  75% {
    background-size: 74px;
    transform: scale(1.1, 1.1);
  }
  100% {
    background-size: 68px;
    transform: scale(1, 1);
  }
}

.center_layer .item_box::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.center_layer .close_fxbtn {
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  background: url(https://www.qibo.com/assets/images/new_footer/close2.png) no-repeat center/cover;
}

.gift_bag {
  position: fixed;
  left: 0;
  bottom: 0px;
  width: 100%;
  min-width: 1200px;
  z-index: 998;
  padding: 20px 52px;
  background: rgba(0, 0, 0, 0.8);
  box-sizing: border-box;
  display: none;
}

.gift_bag .bottom_fixed {
  width: 1200px;
  margin: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gift_bag .bottom_fixed .img {
  position: absolute;
  left: 27px;
  bottom: calc(100% - 14px);
}

.gift_bag .bottom_fixed .left .title {
  color: #fff;
  font-size: 21px;
  color: #ffffff;
  line-height: 29px;
}

.gift_bag .bottom_fixed .left .title > span {
  font-size: 34px;
  font-style: italic;
  margin-right: 10px;
}

.gift_bag .bottom_fixed .left .descr {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  letter-spacing: 1px;
  margin-top: 15px;
}

.gift_bag .bottom_fixed .right {
  margin-left: 198px;
}

.gift_bag .bottom_fixed .right .tel_box > p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.gift_bag .bottom_fixed .right .btn_box {
  height: 46px;
  background: #3060ef;
  color: #fff;
  font-size: 15px;
  line-height: 46px;
  text-align: center;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 2px;
}

.gift_bag .bottom_fixed .close_fxbtn {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
}

.gift_bag_img {
  position: fixed;
  left: 5px;
  bottom: 100px;
  cursor: pointer;
  z-index: 99;
}

/* 咨询弹窗 */
.consulting-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

.consulting-popup .consulting-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  box-shadow: 0px 20px 28px 0px rgba(48, 66, 86, 0.11);
  border-radius: 12px;
  padding:50px 42px;
}

.flyer-img {
  width: 60px;
  height: 60px;
  z-index: 99999;
}

.consulting-popup .consulting-wrapper .close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999999;
  font-size: 20px;
  cursor: pointer;
}

.consulting-popup .consulting-wrapper .form-item {
  display: flex;
  align-items: center;
  margin-top: 20px;
  border-bottom: solid 1px #E1E2E1;
}

.consulting-popup .consulting-wrapper .form-item:first-child {
  margin-top: 0;
}

.consulting-popup .consulting-wrapper .form-item .item-label {
  width: 80px;
  line-height: 48px;
  font-size: 16px;
  color: #000;
  text-align: left;
}

.consulting-popup .consulting-wrapper .form-item .item-control input {
  width: 200px;
  height: 48px;
  font-size: 16px;
}

.consulting-popup .consulting-wrapper .form-item .item-control .code-btn {
  width: 100px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #0082F2;
  font-size: 16px;
  cursor: pointer;
}

.consulting-popup .consulting-wrapper .submit {
  margin: 40px auto 0;
  width: 380px;
  height: 48px;
  background: linear-gradient(90deg, #0082F2, #004BE1);
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

/* 分页 */
.pagination-box {
  box-sizing: border-box;
  color: rgba(0,0,0,.65);
  font-size: 14px;
  font-variant: tabular-nums;
  line-height: 1.5;
  font-feature-settings: "tnum";
  margin-top: 50px;
}
.pagination-box .pagination-jump-next,
.pagination-box .pagination-jump-prev,
.pagination-box .pagination-next, 
.pagination-box .pagination-prev {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  color: rgba(0,0,0,.65);
  font-family: Arial;
  line-height: 32px;
  text-align: center;
  vertical-align: middle;
  list-style: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all .3s;
}

.pagination-box .pagination-jump-next,
.pagination-box .pagination-jump-prev,
.pagination-box .pagination-prev {
  margin-right: 8px;
}

.pagination-box .pagination-next .pagination-item-link,
.pagination-box .pagination-prev .pagination-item-link {
  display: block;
  height: 100%;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: none;
  transition: all .3s;
}

.pagination-box .pagination-next:hover .pagination-item-link, 
.pagination-box .pagination-prev:hover .pagination-item-link{
  color: #1890ff;
  border-color: #1890ff;
}

.pagination-box .pagination-item {
  display: inline-block;
  height: 32px;
  margin-right: 8px;
  line-height: 30px;
  vertical-align: middle;
  min-width: 32px;
  font-family: Arial;
  text-align: center;
  list-style: none;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  outline: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pagination-box .pagination-item:hover {
  border-color: #1890ff;
  transition: all .3s;
}

.pagination-box .pagination-item:hover a{
  color: #1890ff;
}

.pagination-box .pagination-item-active {
  font-weight: 500;
  background: #fff;
  border-color: #1890ff;
  color: #1890ff;
}

.pagination-box .pagination-item-active a {
  color: #1890ff;
}

.pagination-box .pagination-jump-next .pagination-item-container, 
.pagination-box .pagination-jump-prev .pagination-item-container {
  position: relative;
}

.pagination-box .pagination-jump-next .pagination-item-container .pagination-item-ellipsis, 
.pagination-box .pagination-jump-prev .pagination-item-container .pagination-item-ellipsis {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  color: rgba(0,0,0,.25);
  letter-spacing: 2px;
  text-align: center;
  text-indent: .13em;
  opacity: 1;
  transition: all .2s;
}

.pagination-box .pagination-jump-next:hover .pagination-item-container .pagination-item-ellipsis, 
.pagination-box .pagination-jump-prev:hover .pagination-item-container .pagination-item-ellipsis {
  opacity: 0;
}

.pagination-box .pagination-jump-next .pagination-item-container .pagination-item-link-icon, 
.pagination-box .pagination-jump-prev .pagination-item-container .pagination-item-link-icon {
  display: inline-block;
  font-size: 12px;
  transform: scale(1) rotate(0deg);
  color: #1890ff;
  letter-spacing: -1px;
  opacity: 0;
  transition: all .2s;
}

.pagination-box .pagination-jump-next:hover .pagination-item-container .pagination-item-link-icon, 
.pagination-box .pagination-jump-prev:hover .pagination-item-container .pagination-item-link-icon {
  opacity: 1;
}

.pagination-box .pagination-item a {
  display: block;
  width: 100%;
  height: 100%;
}

.pagination-disabled, .pagination-disabled:focus, .pagination-disabled:hover {
  cursor: not-allowed;
}

.pagination-disabled a, .pagination-disabled:focus a, .pagination-disabled:hover a {
  color: rgba(0,0,0,.25) !important;
  border-color: #d9d9d9 !important;
  cursor: not-allowed;
}