/* 初始化开始 */
* {
  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
}

@font-face {
  font-family: HarmonyOS Sans;
  src: url(/fonts/HarmonyOS_Sans_SC_Regular.ttf)
}


body {
  font-family: "HarmonyOS Sans",-apple-system,blinkmacsystemfont,"Segoe UI",roboto,"Helvetica Neue",arial, "微软雅黑","Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji" !important;
  font-size: 12px;
  -webkit-font-smoothing: subpixel-antialiased;
  margin: auto;
}

*, :after, :before {
    box-sizing: border-box;
    margin: 0;
}

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;
}

@media screen and (max-width: 1199px) {
  .hide-under-1200 {
      display: none!important;
  }
}

@media screen and (min-width: 1200px) {
  .hide-than-1200 {
      display: none!important;
  }
}

@media screen and (max-width: 1069px) {
  .hide-under-1070 {
      display: none!important;
  }
}

@media screen and (min-width: 1070px) {
  .hide-than-1070 {
      display: none!important;
  }
}

@font-face {
  font-family: DIN;
  src: url('/fonts/DIN.ttf');
}

@font-face {
  font-family: iconfont2;
  src: url(/fonts/iconfont/iconfont.woff2) format("woff2"),url(/fonts/iconfont/iconfont.woff) format("woff"),url(/fonts/iconfont/iconfont.ttf) format("truetype")
}

.iconfont2 {
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: .2px;
  -moz-osx-font-smoothing: grayscale;
  font-family: iconfont2 !important;
  font-size: 16px;
  font-style: normal;
}

.opacity-pointer {
  cursor: pointer;
  transition: all .3s
}

@media screen and (min-width: 1070px) {
  .opacity-pointer:hover {
      opacity:.65
  }
}

.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
}

.mgt16 {
  margin-top: 16px
}

.mgt20 {
  margin-top: 20px
}

.mgt25 {
  margin-top: 25px
}

.mgt30 {
  margin-top: 30px
}

.mgt32 {
  margin-top: 32px
}

.mgt40 {
  margin-top: 40px
}

.mgt45 {
  margin-top: 45px
}

.mgt50 {
  margin-top: 50px
}

.mgb5 {
  margin-bottom: 5px
}

.mgb10 {
  margin-bottom: 10px
}

.mgb20 {
  margin-bottom: 20px
}

.mgb24 {
  margin-bottom: 24px
}

.mgr5 {
  margin-right: 5px
}

.mgr10 {
  margin-right: 10px
}

.mgr15 {
  margin-right: 15px
}

.mgl3 {
  margin-left: 3px
}

.mgl4 {
  margin-left: 4px
}

.mgl5 {
  margin-left: 5px
}

.mgb15 {
  margin-bottom: 15px
}

.mgl10 {
  margin-left: 10px
}

.mgl15 {
  margin-left: 15px
}

.mgl20 {
  margin-left: 20px
}

.mgl32 {
  margin-left: 32px
}

.mgl40 {
  margin-left: 40px
}

.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;
}

.text-14 {
  font-size: 14px;
  line-height: 20px;
}

.text-16 {
  font-size: 16px;
  line-height: 24px;
}

.text-20,.text-20-primary {
  font-size: 20px;
  line-height: 26px
}

.text-20-primary {
  color: #2b2d30;
}

.text-20-500 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
}

.flex {
  display: flex;
}

.flex-center,.flex-center-center,.flex-center-end,.flex-center-start {
  justify-content: center
}

.flex-center-start {
  align-items: flex-start
}

.flex-center-end {
  align-items: flex-end
}

.flex-center-center {
  align-items: center
}

.flex-column-start,.flex-column-start-center,.flex-column-start-end,.flex-column-start-start {
  flex-direction: column;
}

.flex-column-start,.flex-column-start-center,.flex-column-start-end,.flex-column-start-start {
  justify-content: flex-start
}

.flex-column-start-start {
  align-items: flex-start
}

.flex-column-start-end {
  align-items: flex-end
}

.flex-column-start-center {
  align-items: center
}

.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;
}

.wh1440 {
  width: 1440px;
  margin: 0 auto;
}

.wh_960 {
  width: 960px;
  margin: 0 auto;
}

.wh_95pre {
  width: 95%;
  margin: 0 auto;
}

/* header 开始 */
.header-container {
  width: 100%;
  height: 70px;
}

.header-wrapper {
  width: 100%;
  height: 64px;
  background: #fff;
  position: relative;
  z-index: 100;
}

.header-wrapper-scroll {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 120;
  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{
	width: 200px;
	height:33px;
	position: relative;
}

.header-content .logo img {
  max-height: 33px;
}

.header-content .logo .tit{
	position: absolute;
    top: 2px;
    bottom: 0;
    left: 103px;
    margin-left: 8px;
    color: #333;
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.3;
    zoom: 1;
    margin-top: 2px;
}

.header-content .logo .tit .desc{
	
	zoom: .8;
	display:block;
	color: #969799;
	 text-align-last:justify
}

.header-wrapper.home .header-content .logo .img1 {
  display: block;
}

.header-wrapper.home .header-content .logo .img2 {
  display: none;
}

/* .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 {
  height: 70px;
  box-sizing: border-box;
  float: left;
  margin-left: 32px;
  color: #333;
  font-size: 14px;
  line-height: 70px;
  padding-right: 5px;
}

/* .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: #012F73;
}

.header-wrapper .header-content .nav>a::after,
.header-wrapper.home.header-wrapper-scroll .header-content .nav>a::after {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  background: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-radius: 2px;
  transform: translateX(-50%);
}

.header-wrapper .header-content .nav.active>a::after,
.header-wrapper.home.header-wrapper-scroll .header-content .nav.active>a::after {
  background: linear-gradient(270deg, #012F73 0%, #0A3F8F 100%), #D9D9D9;
}

.header-wrapper .header-content .nav:hover>a::after,
.header-wrapper.home.header-wrapper-scroll .header-content .nav:hover>a::after {
  background: linear-gradient(270deg, #012F73 0%, #0A3F8F 100%), #D9D9D9;
}

/* .header-wrapper.home .header-content .nav.active {
  color: rgba(255, 255, 255, .6);
} */

.header-content .nav a {
  /* display: block;
  width:100%;
  height: 100%; */
  padding: 10px 0;
  position: relative;
}

.header-content .nav .iconfont {
  display: inline-block;
  font-size: 12px;
  line-height: 70px;
  margin-left: 3px;
  transition: all .3s;
  transform: scale(0.68);
  position: absolute;
}

.header-wrapper .header-content .nav:hover,
.header-wrapper.home.header-wrapper-scroll .header-content .nav:hover {
  color: #012F73;
  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 {
  height: auto;
  opacity: 1;
  max-height: 700px;
}

.header-content .nav-wrapper .nav.more {
  position: relative;
}

.header-content .nav-wrapper .nav.more .subnav-wrapper {
  width: 150px;
}

.header-content .nav-wrapper .more .item{
	padding: 2px 5px;
    width: 135px;
    margin: 0 auto;
}
.header-content .nav-wrapper .more .item:hover{ 
	background: #F2F4FB;
	border-radius: 4px;
}

.header-content .nav-wrapper .more .item span{ margin-left:10px;}

.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: #012F73;
}

.header-content .login {
  width: 70px;
  color: #012F73;
  font-size: 14px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.header-content .login-btn {
  width: 70px;
  height: 32px;
  color: #012F73;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  border: 1px solid #012F73;
}

.header-content .login-btn:hover{
	 color: #fff;
	 background: #1472ff;
}


.header-wrapper.header-wrapper-scroll .header-content .login {
  color: #012F73;
}

.header-content .login-box .register:hover .regist-content {
  height: auto;
  opacity: 1;
  max-height: 700px;
  padding: 20px 0;
}

.regist-content {
  height: 0;
  width: 430px;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 12%);
  line-height: normal;
  opacity: 0;
  transition: max-height .25s ease-in-out,opacity .25s ease-in-out;
  z-index: 1;
  border-radius: 12px;
}

.regist-content .product-box {
  padding-left: 30px;
}
.regist-content .product-box:hover{
	background-image: linear-gradient(to right, #e5f2ff, #fff);
    
}
.regist-content .product-box a {
  height: 100px;
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  padding-left: 31px;
}

.regist-content .product-box .icon {
  width:50px;
  height:50px;
}

.regist-content .product-box .text-bxo {
  margin: 0 18px;
}

.regist-content .product-box .text-bxo .title {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
  text-align: left;
}

.regist-content .product-box .text-bxo .desc {
  font-size: 12px;
  font-weight: 400;
  color: #87959C;
  margin-top: 4px;
  text-align: left;
}

.regist-content .product-box .btn {
  margin-left: auto;
  padding: 16px;
  width: auto;
  height: 30px;
  box-sizing: border-box;
  border: 1px solid #126BF2;
  border-radius: 18px;
  color: #126BF2;
  align-self: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 30px;
  flex-shrink: 0;
}

.regist-content .product-box:hover .btn{
	
	background: #004be1;
	color:#fff;
}


.header-content .register {
    width: 100px;
    height: 40px;
    color: #fff;
    background: #1472ff;
    border-radius: 20px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    position: relative;
}

.header-content .register:hover{
	background: #3784f7;
}

/* .header-wrapper.header-wrapper-scroll .header-content .register::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background: #012F73;
  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 {
    height: 0;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 64px;
    background: #fff;
    transform: translateX(-50%);
    box-shadow: 0px 20px 20px 0px rgb(0 0 0 / 12%);
    line-height: normal;
    opacity: 0;
    transition: max-height .25s ease-in-out,opacity .25s ease-in-out;
}

.header-content .nav.product .subnav-wrapper .subnav-content {
  display: flex;
  height: 400px;
  padding-left:160px;
}

.header-content .nav.solution .subnav-wrapper .subnav-content {
    display: flex;
    height: 400px;
    padding-left: 160px;
}

.header-content .nav.product .subnav-wrapper .subnav-content .pro_show{
	width: 220px;
	
}

.header-content .nav.product .subnav-wrapper .subnav-content .pro_show ul{
	padding-top:10px;
}
.header-content .nav.product .subnav-wrapper .subnav-content .pro_show li{	
	padding: 12px 0 12px 10px;
}

.header-content .nav.product .subnav-wrapper .subnav-content .pro_show li:hover{

  background: #F2F4FB;
  border-radius: 6px;
}


.header-content .nav.product .subnav-wrapper .subnav-content .pro_show span{ 
	font-size:16px; 
	font-weight:bold;
	margin-left:8px;
	font-family: 'PingFang SC';
}

.header-content .nav.product .subnav-wrapper .subnav-content .pro_show span i{
	font-size:12px; 
	font-weight:normal;
}


.header-content .nav.product .subnav-wrapper .product-container {
  width: 220px;
  box-sizing: border-box;
  padding-top: 38px;
  padding-left: 18px;
}

.header-content .nav.product .subnav-wrapper .product-container .title .h3 {
	display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 22px;
    border-bottom: 1px solid #e6eaf0;
    padding-bottom: 15px;
	width: 160px;
	padding-left: 10px;
}

.header-content .nav.product .subnav-wrapper .product-container .title .h3 a {color:#0b47a7; padding: 3px 6px;}
.header-content .nav.product .subnav-wrapper .product-container .title .h3 a:hover { 
color:#004BE1;
background: #F2F4FB;
border-radius: 6px;
padding: 3px 6px;
}

.header-content .nav.product .subnav-wrapper .product-container .title .slogan {
  display: inline-block;
  font-size: 12px;
  color: #004BE1;
  line-height: 24px;
  background: #F2F5FF;
  border-radius: 12px;
  padding: 0 16px;
  margin-left: 12px;
}

.header-content .nav.product .subnav-wrapper .product-container .item-container {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  overflow: hidden;
}

.header-content .nav.product .subnav-wrapper .product-container .item-wrapper {
  width: 158px;
  padding: 8px 0 8px 10px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.header-content .nav.product .subnav-wrapper .product-container .item-wrapper:first-child {
  margin-left: 0;
}

.header-content .nav.product .subnav-wrapper .product-container .item-wrapper:hover {
  background: #F2F4FB;
  border-radius: 6px;
}


.header-content .nav.product .subnav-wrapper .product-container .item-wrapper .title span {
    font-size: 14px;
    /* font-weight: 600; */
    line-height: 20px;
    color: #000;
    vertical-align: middle;
}

.header-content .nav.product .subnav-wrapper .product-container .item-wrapper .title .icon {
  width: 18px;
  margin-right: 6px;
  vertical-align: middle;
}



.header-content .nav.product .subnav-wrapper .product-container.fuwu {
	 width: 180px;
}
.header-content .nav.product .subnav-wrapper .product-container.bendi {
	 width: 180px;
}
.header-content .nav.product .subnav-wrapper .product-container.zengzhi {
  width: 180px;
}
.header-content .nav.product .subnav-wrapper .product-container.moxin {
  width: 180px;
}
.header-content .nav.solution .subnav-wrapper .solution-wrapper {
    width: 300px;
    padding-top: 20px;
    padding-right: 20px;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper.vertical {
  background: #fff;
  width:650px;
}


.header-content .nav.solution .subnav-wrapper .solution-wrapper:last-child {
  border-bottom: 0;
  padding-bottom: 40px;
  width: 650px;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .left-title {
    width: 100%;   
    color: #000;
    font-size: 16px;
	border-bottom: 1px solid #e6eaf0;
    padding-bottom: 8px;
	padding-left: 25px;
	margin-top:20px;
	margin-bottom: 10px;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .left-title span{
	color: #666;
    float: right;
    font-size: 14px;
}


.header-content .nav.solution .subnav-wrapper .solution-wrapper .item {
    width: 240px;
    box-sizing: border-box;
    padding: 2px 22px 5px;
}


.header-content .nav.solution .subnav-wrapper .solution-wrapper .item:hover .name {
  color: #004BE1;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .item:hover {
  background: #F2F4FB;
  border-radius: 4px;
}


.header-content .nav.solution .subnav-wrapper .solution-wrapper .item a {
  display: flex;
  align-items: flex-start;
  padding: 5px 0;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .item .icon {
	width: 24px;
    flex-shrink: 0;
    margin-right: 12px;
    margin-top: 5px;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .item .name {
  font-size: 15px;
  color: #16181A;
  line-height: 24px;
  font-weight: 600;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .item .desc {
    font-size: 12px;
    color: #757373;
    line-height: 20px;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .item .case {
  margin-top: 10px;
  font-size: 12px;
}

.header-content .nav.solution .subnav-wrapper .solution-wrapper .item .case span {
  font-size: 12px;
  color: #004BE1;
}

.header-content .nav.more .subnav-wrapper .subnav-content {
  padding: 26px 0;
}

.header-content .nav.more .subnav-wrapper .subnav-content li a {
  display: flex;
  width: 100%;
  height: 40px;
  box-sizing: border-box;
  padding-left: 15px; 
  /* line-height: 40px; */
  color: #16181A;
  font-size: 14px;
  position: relative;
}

.header-content .nav.more .subnav-wrapper .subnav-content li a::after {
  content: '';
  display: none;
  width: 16px;
  height: 16px;
  background: url(../images/header/right.png) no-repeat center/100%;
  color: #012F73;
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
}

.header-content .nav.more .subnav-wrapper .subnav-content li a:hover {
  color: #012F73;
  font-weight: 600;
}

/* .header-content .nav.more .subnav-wrapper .subnav-content li a:hover::after {
  display: block;
} */

/* header 结束 */

/* 底部开始 */
.footer-container {
  background: #161E30;
  padding-left: 21px;
  position: relative;
  z-index: 1;
}

.footer-top {
  padding: 62px 0 48px;
  border-bottom: solid 1px #404561;
}

.footer-top .contact {
  margin-top: 62px;
  color: rgba(255, 255, 255, 0.4);
}

.footer-top .contact img {
  width: 24px;
  margin-left: 4px;
}

.footer-top .form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-top .form .title {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  color: #fff;
}

.footer-top .form .subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 24px;
  margin-top: 16px;
  color: #fff;
}

.footer-top .form .input input {
  margin-top: 36px;
  width: 549px;
  height: 60px;
  background: #F4F4F4;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 10px;
  font-size: 18px;
}

.footer-top .form .submit a {
  display: block;
  width: 549px;
  height: 60px;
  background: #0A3F8F;
  border-radius: 4px;
  margin-top: 16px;
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  line-height: 60px;
  color: #fff;
}

.footer-top .form .tips {
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.4);
  margin-top: 16px;
}

.footer-top .form-right {
  width: 515px;
  height: 362px;
  display: flex;
  align-items: center;
  background: #D9D9D9;
  border-radius: 6px;
}

.footer-top .form-right img {
  width: 100%;
}

.footer-middle {
  padding: 70px 0 66px 0px;
  border-bottom: solid 1px #404561;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-middle .left .text p:first-child {
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
}

.footer-middle .left .text p:last-child {
  margin-top: 20px;
  font-size: 28px;
  line-height: 28px;
  color: #fff;
}

.footer-middle .left .text span {
  font-family: DIN;
}

.footer-middle .left .btn-box {
  margin-top: 50px;
}

.footer-middle .left .btn-box .btn {
  width: 156px;
  height: 50px;
  border-radius: 25px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
}

.footer-middle .left .btn-box .btn .iconfont {
  display: inline-block;
  transform: rotate(90deg);
  margin-left: 10px;
}

.footer-middle .left .btn-box .btn.solid {
  background: #064CFF;
}

.footer-middle .left .btn-box .btn.hollow {
  border: 1px solid #FFFFFF;
  margin-left: 36px;
}

.footer-middle .right {
  width: 590px;
}

.footer-middle .right li {
  width: 134px;
  margin-right: 18px;
  margin-top: 10px;
}

.footer-middle .right li:nth-child(-n+4) {
  margin-top: 0;
}

.footer-middle .right li:nth-child(4n) {
  margin-right: 0px;
}

.footer-middle .right li img {
  width: 100%;
}

.footer-bottom {
  padding: 60px 0 66px 24px;
  border-bottom: solid 1px #404561;
}

.footer-bottom .left{
	
	width: 265px;
}
.footer-bottom .left .qw1{
	float: left;
    width: 120px;
}

.footer-bottom .left .qw2{
	float: right;
    width: 120px;
    margin-right: 5px;
}
.footer-bottom .left img {
  width: 100%;
  border-radius: 5px;
}

.footer-bottom .left .text {
  margin-top: 10px;
  font-size: 14px;
  color: #8A92A7;
  line-height: 32px;
  text-align: center;
}

.footer-bottom .center {
  margin-left:40px;
}

.footer-bottom .center .title {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding-bottom: 4px;
  border-bottom: solid 1px #404561;
}

.footer-bottom .center .address {
  margin-top: 15px;
  font-size: 16px;
  line-height: 22px;
  color: #A4BEFF;
}

.footer-bottom .center .tel {
  font-size: 16px;
  color: #A4BEFF;
  line-height: 22px;
  margin-top: 16px;
}

.footer-bottom .right .footer-menu {
  margin-right: 75px;
}

.footer-bottom .right .footer-menu:last-child {
  margin-right: 0px;
}

.footer-bottom .right .footer-menu .title {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  padding-bottom: 6px;
  border-bottom: solid 1px #404561;
}

.footer-bottom .right .footer-menu .footer-menu-item ul {
  margin-right: 86px;
  margin-top: 15px;
}

.footer-bottom .right .footer-menu .footer-menu-item ul:last-child {
  margin-right: 0;
}

.footer-bottom .right .footer-menu .footer-menu-item li {
  font-size: 14px;
  color: #C5D0EF;
  line-height: 32px;
}

.footer-bottom .right .footer-menu .footer-menu-item li:hover {
  color: #fff;
}

.footer-bottom .left .code-box .text {
  font-size: 14px;
  color: #8A92A7;
  line-height: 32px;
  margin-top: 10px;
  text-align: center;
}

.footer-bottom .right {
  margin-left: 30px;
}

.footer-copyright {
  padding: 28px 0 51px 20px;
  color: #8A92A7;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  opacity: .65;
}

/* 底部结束 */

.main-content {
  min-height: calc(100vh - 494px);
}

.sec {
  padding: 80px 0;
}

.sec .common-title {
  text-align: center;
  margin: auto;
  font-family: Alibaba-PuHuiTi-Regular;
  font-weight: bold;
  font-size: 32px;
  line-height: 32px;
  color: #333333;
}

.sec .common-subtitle {
	font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 16px;
    color: #2E2F34;
}

.sec .common-subtitle a{
	font-size:14px;
	color:#000;
	padding: 3px 0px;
	border-bottom: 3px solid #333;
}

.sec .common-subtitle a:hover { 
	color:#333;
	padding: 3px 0px;
	border-bottom: 3px solid #e7e4e4;
}

.sec .sec-content {
  padding-top: 55px;
}

.sec .sec-content img.kuang{
	border: 4px solid #e5e6ff;
    border-radius: 15px;
    box-shadow: 0px 2px 10px rgb(1 47 115 / 12%);
}

.sec .sec-content .img-box-slt img{
	
	box-shadow: 0px 3px 8px 6px rgba(0, 0, 0, 0.04);
}


.sec .sec-content .operate{
    width: 1200px;
    height: 530px;
    text-align: center;
}
.sec .sec-content .operate li{
  width: 33%;
  float: left;
}
.sec .sec-content .operate li img{
 
   width: 370px;
    border: 4px solid #e5e6ff;
    border-radius: 15px;
    box-shadow: 0px 2px 10px rgb(1 47 115 / 12%);
}

.page-article-wrap {
  display: flex;
  justify-content: space-between;
}

.page-article-slide {
  width: 546px;
}

.page-article-slide .page-article-top {
  display: flex;
  align-items: center;
}

.page-article-slide .page-article-top .article-picture {
  width: 234px;
  height: 157px;
  flex-shrink: 0;
  margin-right: 20px;
}

.page-article-slide .page-article-top .article-picture img {
  width: 100%;
  height: 100%;
}

.page-article-slide .page-article-top .article-info .article-title {
  font-size: 16px;
  font-weight: 500;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 44px;
}

.page-article-slide .page-article-top .article-info .article-desc {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #666666;
  margin-top: 10px;
  height: 88px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.page-article-slide .page-article-top .article-info .article-botom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-size: 14px;
  color: #666;
}

.page-article-slide .page-article-bottom {
  margin-top: 30px;
  overflow: hidden;
}

.page-article-slide .page-article-bottom .article-li {
  margin-top: 13px;
}

.page-article-slide .page-article-bottom .article-li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.page-article-slide .page-article-bottom .article-li a .article-title {
  width: 400px;
  color: #3D3D3D;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  flex-shrink: 0;
}

.page-article-slide .page-article-bottom .article-li a .article-date {
  color: #666;
}

.page-article-slide .page-article-bottom .article-li:first-child {
  margin-top: 0;
}

.btn-solid {
  display: table;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  background: #004BE1;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  padding: 0 48px;
  box-shadow: 0 4px 8px 0 rgba(28, 71, 196, 0.2);
}

.btn-solid:hover{
	background: linear-gradient(to right, #4591FF, #004BE1);
}

.btn-hollow {
  display: table;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #417CF1;
  border-radius: 6px;
  color: #417CF1;
  cursor: pointer;
  vertical-align: middle;
  padding: 0 48px;
  box-shadow: 0 4px 8px 0 rgba(28, 71, 196, 0.2);
}

.btn-hollow:hover{
	background: linear-gradient(to right, #4591FF, #004BE1);;
	color: #fff;
}

.pro-index-bg {
  width: 100%;
  height: 400px;
  background: url(../images/public/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: bold;
  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: 6px;
  cursor: pointer;
}

.pro-index-bg .layout .container .btn-box .btn.solid {
  background: #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);
  background-image: linear-gradient(to right, #e5f2ff, #fff);
}

.menu:hover {
  background-image: linear-gradient(to right, #fff, #e5f2ff);
}

.menu > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.menu > ul > li {
  font-size: 16px;
  line-height: 50px;
  color: #333;
  margin-right: 100px;
  cursor: pointer;
}

.menu > ul > li:last-child {
  margin-right: 0;
}

.menu > ul .reaction-bottom-dot  {
  display: block;
  width: 40px;
  height: 4px;
  background: #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: 60px;
  bottom: 60px;
  z-index: 999;
}

.sidebar-r-content {
  background: #fff;
  box-shadow: 0px 2px 10px 3px rgb(67 70 117 / 15%);
  padding: 10px;
  border-radius: 6px;
  position: relative;
  margin-top: 10px;
  display: none;
}

.sidebar-r .close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, -100%);
  cursor: pointer;
}

.sidebar-r-content-wrapper {
  border: solid 1px #eee;
  border-radius: 6px;
  padding: 10px;
}

.sidebar-r .title {
  font-size: 14px;
  color: #333;
  text-align: center;
  font-weight: 600;
  line-height: 22px;
}

.sidebar-r .qrcode {
  width: 120px;
  margin: 20px auto 10px;
}

.sidebar-r .tel {
  text-align: center;
}

.sidebar-r .tel img {
  width: 16px;
  vertical-align: middle;
}

.sidebar-r .tel span {
  font-size: 12px;
  color: #333;
  vertical-align: middle;
  margin-left: 5px;
}

.sidebar-r .goTopOnce {
	width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    outline: 0;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 12px;
    letter-spacing: 2px;
    margin: auto;
    margin-top: 10px;
    border: 2px solid #1472ff;
	transition: all .3s;
}

.sidebar-r .goTopOnce:hover{
	background: #fff;
	box-shadow: 0px 7px 14px 0px #c0c0c8;
}

.sidebar-r .goTopOnce:hover img{
	width: 25px;
}

.sidebar-r .goTopOnce img {
  width: 22px;
  vertical-align: middle;
}

.sidebar-r .goTopOnce span {
  margin-left: 3px;
  vertical-align: middle;
}

.sidebar-r .goOnline {
  width: 59px;
  background: #fff;
  border-radius: 50px;
  margin: 0px auto 5px;
  position: relative;
  cursor: pointer;
}

.sidebar-r .goOnline .img_box {
  width: 59px;
  height: 59px;
  border-radius: 50%;
  border: 3px solid #3161ef;
  text-align: center;
  position: relative;
}

.sidebar-r .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 .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 .goOnline > p {
  color: #3161ef;
}

.sidebar-r .goOnline .tips {
  position: absolute;
  right: -10px;
  top: 8px;
  width: 14px;
  height: 14px;
  background: #ed1313;
  border-radius: 50%;
  text-align: center;
  line-height: 14px;
  color: #fff;
  font-size: 12px;
}
.sidebar-r .demo {
  width: 68px;
  height: 68px;
  background: #004BE1;
  color: #fff;
  font-size: 12px;
  margin: 6px auto 0;
  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 .demo p {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
}

.sidebar-r .demo img {
  width: 25px;
}
/* .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: #004BE1;
  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(./../../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;
} */

/* 二维码弹窗 */
.qrcode-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: none;
}
.qrcode-popup .qrcode-wrapper {
  width: 900px;
  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: 10px;
  overflow: hidden;
}
.qrcode-popup .qrcode-wrapper .left {
  width: 510px;
}
.qrcode-popup .qrcode-wrapper .right {
  width: 390px;
  padding-top: 40px;
  position: relative;
}
.qrcode-popup .qrcode-wrapper .right .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999999;
  font-size: 20px;
  cursor: pointer;
}
.qrcode-popup .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.qrcode-popup .title-box .left-img {
  width: 70px;
  flex-shrink: 0;
  margin-right: 10px;
}
.qrcode-popup .title-box .title {
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 2px;
}
.qrcode-popup .title-box .subtitle {
    font-size: 14px;
    margin-top: 1px;
    color: #666;
    line-height: 20px;
	letter-spacing: 4px;
}
.qrcode-popup .desc {
  margin-top: 30px;
  font-size: 18px;
  color: #004BE1;
  font-weight: 600;
  text-align: center;
}
.qrcode-popup .qrcode {
  width: 170px;
  margin: 27px auto;
}
.qrcode-popup .btn {
  width: 179px;
  height: 33px;
  background: #004BE1;
  text-align: center;
  line-height: 33px;
  border-radius: 20px;
  font-size: 16px;
  color: #fff;
  margin: auto;
}
.qrcode-popup .tel {
  margin-top: 15px;
  text-align: center;
}
.qrcode-popup .tel img {
  width: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.qrcode-popup .tel span {
  font-size: 20px;
  color: #3D3D3D;
  vertical-align: middle;
  font-family: DIN;
}
/* 二维码弹窗 */

/* 咨询弹窗 */
.consulting-popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  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.2);
  border-radius: 8px;
  padding: 60px 50px;
  background: url(../images/public/consult.png) no-repeat center/cover;
}

.flyer-img {
  width: 60px;
  height: 60px;
  z-index: 99999;
}

.consulting-popup .consulting-wrapper .close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #999999;
  font-size: 20px;
  cursor: pointer;
}

.consulting-popup .consulting-wrapper .form {
  width: 370px;
}

.consulting-popup .consulting-wrapper .form .title {
	font-size: 26px;
	color: #1F2D3D;
	line-height: 32px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	}

.consulting-popup .consulting-wrapper .form .desc {
	font-size: 14px;
    color: #333;
    text-align: center;
    font-weight: bold;
}
.consulting-popup .consulting-wrapper .form .title-son {
	color: rgba(0,0,0,.85);
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
}
.consulting-popup .consulting-wrapper .form .title-son.required::after {
  content: '*';
  font-size: 16px;
  position: absolute;
  right: -8px;
  top:  50%;
  margin-top: -8px;
  color: #ff4d4f;
}
.consulting-popup .consulting-wrapper .form-item {
  width: 100%;
  align-items: center;
  padding-bottom: 20px;
  position: relative;
}

.consulting-popup .consulting-wrapper .form-item .tips {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  color: #ff4d4f;
  display: none;
}

.consulting-popup .consulting-wrapper .form-item .item-control {
  width: 100%;
  position: relative;
}

.consulting-popup .consulting-wrapper .form-item .item-control.error input,
.consulting-popup .consulting-wrapper .form-item .item-control.error label {
  border-color: #ff4d4f;
}

.consulting-popup .consulting-wrapper .form-item .item-control input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-family: "PingFang SC", "Microsoft YaHei", 微软雅黑, sans-serif;
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
	padding: 6.5px 11px;
    font-size: 16px;
}

.consulting-popup .consulting-wrapper .form-item .item-control .code-btn {
  width: 100px;
  height: 54px;
  line-height: 64px;
  text-align: center;
  color: #004BE1;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.consulting-popup .consulting-wrapper .checkbox-list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  margin-bottom: -10px;
}

.consulting-popup .consulting-wrapper .checkbox-list label {
	width: 80px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  height: 35px;
  padding: 0;
  text-align: center;
  line-height: 35px;
  border-radius: 2px;
  border-color: #b4b4b4;
  border: 1px solid #d9d9d9;
  float: left;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}

.consulting-popup .consulting-wrapper .checkbox-list label.checked {
  border-color: #40a9ff;
  color: #40a9ff;
}

.consulting-popup .consulting-wrapper .checkbox-list label.juse {
	width: 112px;
}

.consulting-popup .consulting-wrapper .checkbox-list label input[type=radio] {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: -1;
}

.consulting-popup .consulting-wrapper .submit {
    width: 100%;
    height: 46px;
    margin: 15px auto 0;
    background: #004BE1;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.consulting-popup .consulting-wrapper .dxline{

	margin-top: 27px;
    color: #666;
    text-align: center;
    font-size: 13px;
}

/* 分页 */
.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;
  margin-bottom: 30px;
}
.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;
}

.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
  display: none;
}

/*///////////////////////////////////////////////////////////////////////////////*/

.banner, .banner-news {
  /*height: 400px;
  background: url(../images/about/banner.jpg) no-repeat center/cover;*/
  
  height: 400px !important;
  background-image: url(../images/about/sunlight.png),linear-gradient(292.25deg,#95B9FF -15.24%,#FEBAFF 41.69%,#ACFFFA 101.05%) !important;
  background-repeat: no-repeat !important;
  background-size: contain,cover !important;
}

.banner .left {
	padding-top: 104px;
	width: 400px;
	float: left;
}



.banner .left .tags {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  width: 300px;
}

.banner .left .tags .tag {
  font-size: 16px;
  line-height: 26px;
  color: #004BE1;
  display: flex;
  align-items: center;
}

.banner .left .tags .tag::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 9px;
  flex-shrink: 0;
  background: url(../images/product/mendian/tick.png) no-repeat center/cover;
}



.banner .right{	
	float: right;
    width: 700px;
    height: 400px;
    overflow: hidden;
} 

.banner .right .video-player{
    width: 500px;
    border-radius: 15px;
    outline: 0;
	box-shadow: 0px 7px 14px 0px #b6bac3;
}

.banner .title {
     font-size: 36px;
    line-height: 42px;
    color: #16181A;
    font-weight: 600;
	font-family: 'DIN';
}

.banner .desc {
  font-size: 16px;
  color: #16181A;
  line-height: 28px;
  margin-top: 20px;
}

.banner .solid-btn {
    background: #004BE1;
    margin-top: 45px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    padding: 0 48px;
    color: #fff;
    cursor: pointer;
    height: 48px;
    font-size: 18px;
}

.banner .solid-btn:hover{
	background: #1472ff;
}

.banner .solid-btn-nbg{
	  border: solid 1px #004BE1;
	  background: #fff;
	  margin-top: 45px;
    border-radius: 6px;
    text-align: center;
    line-height: 40px;
    padding: 0 18px 0 25px;
    color: #000;
    cursor: pointer;
    height: 48px;
    font-size: 18px;
	margin-left: 10px;
}

.banner .solid-btn-nbg:hover{
	background: #1472ff;
	color: #fff;
}
.banner .solid-btn-nbg span{margin-left:10px;}

/* 演示弹窗 */
.demo-layer-container {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 1001;
}

.demo-layer-wrapper {
  width: 503px;
  height: 601px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/public/case_popup_bg.png) no-repeat center/cover;
  background-color: #fff;
  border-radius: 30px;
  box-sizing: border-box;
}

.domo-layer-thumbs {
  position: absolute;
  top: 90px;
  left: 30px;
  border-radius: 54px;
  overflow: hidden;
  background: #fff;
  z-index: 10;
  border: solid 1px #004BE1;
}

.domo-layer-thumbs .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}

.domo-layer-thumbs .swiper-slide {
  width: 90px;
  line-height: 36px;
  border-radius: 36px;
  color: #004BE1;
  font-size: 16px;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}

.domo-layer-thumbs .swiper-slide.swiper-slide-thumb-active {
  background: #004BE1;
  color: #fff;
  width: 115px;
}

.domo-layer-gallery {
  width: 100%;
  height: 100%
}

.domo-layer-gallery .swiper-slide {
  padding-top: 157px;
  padding-left: 30px;
  position: relative;
  box-sizing: border-box;
  position: relative;
}

.domo-layer-gallery .swiper-slide .logo {
  position: absolute;
  top: 25px;
  left: 30px;
}

.domo-layer-gallery .swiper-slide .logo img {
  width: 103px;
  height: auto;
}

.domo-layer-gallery .swiper-slide .title {
	margin-top: 11px;
	font-size: 24px;
	font-weight: 500;
	color: #333;
	line-height: 34px;
	text-align: center;
	width: 380px;
}

.domo-layer-gallery .swiper-slide .subtitle {
	color: #666;
	font-size: 16px;
	text-align: center;
	width: 380px;
}

.domo-layer-gallery .swiper-slide .case-code-box {
  width: 380px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.domo-layer-gallery .swiper-slide .case-code-box li {
  width: 60px;
  text-align: center;
  margin-right: 18px;
  margin-bottom: 14px;
}

.domo-layer-gallery .swiper-slide .case-code-box li.wfx {
  width: 100px;
}

.domo-layer-gallery .swiper-slide .case-code-box li.wenlv {
  width: 150px;
  margin: auto;
}

.domo-layer-gallery .swiper-slide .case-code-box li.pingtai {
  width: 150px;
  margin: auto;
}

.domo-layer-gallery .swiper-slide .case-code-box li:nth-child(5n) {
  margin-right: 0;
}

.domo-layer-gallery .swiper-slide .case-code-box li img {
  width: 100%;
  height: auto;
  transition: all .3s;
  cursor: pointer;
}

.domo-layer-gallery .swiper-slide .case-code-box li img:hover {
  transform: scale(1.8);
}

.domo-layer-gallery .swiper-slide .case-code-box li.wfx img:hover,
.domo-layer-gallery .swiper-slide .case-code-box li.wenlv img:hover,
.domo-layer-gallery .swiper-slide .case-code-box li.pingtai img:hover {
  transform: scale(1.08);
}

.domo-layer-gallery .swiper-slide .case-code-box li p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  margin-top: 4px;
  text-align: center;
  color: #666;
}

.demo-layer-wrapper .btn {
  width: 132px;
  height: 40px;
  border-radius: 6px 20px 6px 20px;
  opacity: 1;
  background: #004BE1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  cursor: pointer;
}

.demo-layer-wrapper .btn:hover {
  background: rgba(0, 75, 225, 0.8);
}

.demo-layer-wrapper .btn img {
  width: 20px;
  margin-left: 7px;
}

.demo-layer-wrapper .code-box {
  position: absolute;
  bottom: 60px;
  right: 14px;
}

.demo-layer-wrapper .code-box img {
  width: 75px;
}

.demo-layer-wrapper .code-box p {
  font-size: 10px;
  color: #6468FB;
  text-align: center;
  margin-top: 5px;
}

.demo-layer-wrapper .form {
  width: 667px;
  height: 62px;
  border-radius: 62px;
  position: absolute;
  bottom: 138px;
  left: 80px;
  z-index: 10
}

.demo-layer-wrapper .form input {
  width: 502px;
  height: 100%;
  background: #fff;
  font-size: 16px;
  box-sizing: border-box;
  padding-left: 37px;
  border-radius: 62px;
  border: 1px solid rgba(0, 75, 225, 0.4);
}

.demo-layer-wrapper .form .btn {
  width: 218px;
  height: 62px;
  line-height: 62px;
  text-align: center;
  border-radius: 62px;
  position: absolute;
  right: 0;
  top: 0;
  background: #004BE1;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.domo-layer-gallery .swiper-slide .bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.domo-layer-gallery .swiper-slide .bottom .case-box {
  display: flex;
  align-items: center;
}

.domo-layer-gallery .swiper-slide .bottom .case-box li {
  width: 62px;
  margin-left: 6px;
}

.domo-layer-gallery .swiper-slide .bottom .case-box li:first-child {
  margin-left: 0;
}

.domo-layer-gallery .swiper-slide .bottom .case-box li img {
  width: 100%;
  height: auto;
}

.domo-layer-gallery .swiper-slide .bottom .phone {
  margin-left:  16px;
  font-size: 16p4;
  color: #6468FB;
  line-height: 19px;
}

.demo-layer-wrapper .close_fxbtn {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 11;
}

.demo-layer-wrapper .close_fxbtn img {
  width: 100%;
}




.project .project_con{
	padding: 12px;
	box-shadow: 0px 7px 14px 0px #e8eaf4;
    border-radius: 15px;
    border: 1px solid #E6E8EF;
	margin: 30px 0 90px;
}


.sec1 .project .project-gallery .swiper-slide {
  width: 100%;
  height: 450px;
  box-sizing: border-box;
  padding: 68px 96px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  border-radius: 10px 10px 80px 10px;
}

.sec1 .project .project-gallery .swiper-slide .wh1200 {
  height: 100%;
  position: relative;
}

.sec1 .project .project-gallery .swiper-slide .sub-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
}

.sec1 .project .project-gallery .swiper-slide .title {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  margin-top: 24px;
  color: #fff;
}

.sec1 .project .project-gallery .swiper-slide .desc {
  font-size: 18px;
  line-height: 27px;
  margin-top: 24px;
}

.sec1 .project .project-gallery .swiper-slide .btn-box {
  position: absolute;
  left: 96px;
  bottom: 68px;
  display: flex;
}

.sec1 .project .project-gallery .swiper-slide .btn-box .btn {
  width: 112px;
  height: 42px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
}

.sec1 .project .project-gallery .swiper-slide .btn-box .btn:hover{
	background: #1472ff;
}


.sec1 .project .project-gallery .swiper-slide .btn-box .btn.ts{
	
	width: 160px;
}

.sec1 .project .project-gallery .swiper-slide .btn-box .btn.ts .arrow{
    width: 50px;
    height: 1px;
    background-color: #fff;
    display: block;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}
.sec1 .project .project-gallery .swiper-slide .btn-box .btn.ts .arrow:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-color: transparent #fff #fff transparent;
    border-style: solid;
    border-width: 1px;
    transform: rotate(-45deg);
    position: relative;
    bottom: 2px;
    left: 45px;
}


.sec1 .project-thumbs {
  padding: 20px 0px 10px;
  background: #fff;
}

.sec1 .project-thumbs .swiper-wrapper {
  display: flex;
  align-items: center;
}

.sec1 .project-thumbs .swiper-slide {
  width: 212px;
  margin-left: 24px;
  cursor: pointer;
  text-align: center;
  transition: all .3s;
  
}

.sec1 .project-thumbs .swiper-slide:hover{
	
	transform: translateY(-5px);
}

.sec1 .project-thumbs .swiper-slide:first-child {
  margin-left: 0;
}

.sec1 .project-thumbs .swiper-slide img {
  width: 100%;
  border-radius: 12px 12px 30px 12px;
  transition: filter 0.3s ease;
}


.sec1 .project-thumbs .swiper-slide:hover img{
	filter: blur(2px);
	border: 1px solid #012F73;
}

.sec1 .project-thumbs .swiper-slide div {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
  color: #000;
}

.footer-links {
  padding: 35px 0;
  border-bottom: solid 1px #404561;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
}

.footer-links .link-tab {
  display: flex;
  align-items: center;
}

.footer-links .link-tab .tab-item {
  margin-right: 24px;
  font-weight: 500;
  cursor: pointer;
}

.footer-links .link-tab .tab-item.active {
  color: #fff
}

.footer-links .link-content {
  margin-top: 12px;
}

.footer-links .link-content .link-item-box {
  margin-left: -16px;
  margin-top: -6px;
  display: none;
}

.footer-links .link-content .link-item-box.show {
  display: block;
}

.footer-links .link-content .link-item-box .link-item {
  display: inline-block;
  margin-left: 16px;
  margin-top: 6px;
}

.footer-links .link-content .link-item-box .link-item:hover {
  color: #fff;
}


