body {
  font-family: -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";
}

.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

[data-lang='us'] .services-item {
  height: 425px;
}
/* canvas动画 */
#overview {
  background-image: linear-gradient(rgb(111,134,214),rgb(72,198,239));
}
#parallax {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 90px;
}
.copynoteS{
  background-color:#fff; 
  font-size:12px;
  color: rgb(0,200,220)
}
.wechat {
  position: relative;
}
.wechat .item-code {
  display: none;
  position: absolute;
  top: -110px;
  left: 50%;
  width: 120px;
  height: 120px;
  transform: translateX(-50%);
}
.wechat .item-code img {
  width: 100%;
  vertical-align: top;
}
.wechat:hover .item-code{
  display: block;
}

#pc-nav {
  padding: 0;
  margin: 0;
}
#pc-nav > li {
  list-style: none;
  float: left;
  height: 50px;
  line-height: 50px;
}
#pc-nav > li:not(:last-child) {
  margin-right: 15px;
}
#pc-nav > li a {
  position: relative;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  height: 30px;
  line-height: 30px;
}
#pc-nav > li a:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .15s;
  transition: .15s;
}
#pc-nav > li a:hover:after {
  width: 100%;
}
#pc-nav > li a.nav-actived:after {
  width: 100%;
}
.downmenu {
  cursor: pointer;
  position: relative;
  color: #fff;
}
.downmenu .fa {
  font-weight: 900;
}
.downmenu:hover > ul {
  display: block;
}

.downmenu > ul {
  display: none;
  position: absolute;
  top: 36px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  z-index: 1;
  color: #444;
  border-radius: 4px;
  padding: 5px 10px;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
}
.downmenu > ul li {
  width: 100%;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  text-align: center;
}
#pc-nav .downmenu > ul li a {
  white-space:nowrap;
  display: block;
  width: auto;
  margin-top: 0;
  color: #444;
}

.downmenu > ul li:hover {
  background: #e6f7ff;
}
#pc-nav .downmenu li a:hover:after {
  width: 0;
}
#pc-nav .downmenu li a.nav-actived:after {
  width: 0;
}


#mobile-nav, .overlay, #langset {
  display: none;
}

#clients a {
  display: inline-block;
}
.mobile-icon {
  width: 28px;
  height: 28px;
}
#partner, #clients {
  background: url('../images/bg1.png') repeat;

}

.module-title {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.module-desc {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.module-de{
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
}
.imgSize{
  width: 180px;
  height: 130px;
}
.pStyle{
  color: #fff;
  font-size:24px;
}
.carousel-caption {
  bottom: 40%;
  transform: translateY(50%);
}
.icon-size > img {
  width: 50px;
  height: 50px;
  margin: 20px
}
.services-item:before {
  border-bottom-color: #48c6ef;
  border-left-color: #48c6ef;
}
.services-item:hover {
  background-color: rgb(58, 152, 126);
}
.content-section {
  padding: 70px 0;
}

#core img {
  width: 300px;
}
#clients {
  position: relative;
  background-image: url('../images/coop-bg.jpg');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-attachment: fixed; */
}
#clients .item-mask {
  opacity: 0.4;
  background-color: rgb(35, 35, 35);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
#clients .item-child {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex: 1;
  max-width: 900px;
  margin: 0 auto;
}
#clients .item-child a {
  display: inline-block;
  padding: 5px;
}

#demo input {
  width:300px;
  border: 1px solid #55b4d4;
  height: 35px;
  line-height: 35px;
  outline: none;
  text-indent: 4px;
  margin-left: 5px;
}
#demo textarea {
  width:300px;
  border: 1px solid #55b4d4;
  outline: none;
  text-indent: 4px;
  margin-left: 5px;
  resize: none;
}
#demo .btn {
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  border-radius: 4px;
  color: #fff;
  background: #55b4d4;
  outline: none;
}

.imgS{
  width: 600px;
}
.titleSize{
  font-size:1rem;
  color:#fff;
  margin-bottom:30px
}
.beian{
  float:left;
  height:20px;
  line-height:20px;
  margin: 0px 0px 0px 5px;
  color:#939393;
  font-size: 12px;
}
@media (max-width: 768px) {
  .beianImg{
    width: 15px;
    height: 15px;
  }
  .beian{
    font-size: 9px;
  }
  .carousel-caption {
    right: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    width: 100%;
    padding: 0 15px;
  }
  .intro-text {
    font-size: 20px;
  }
  .text-left {
  }
  .imgS{
    width: 300px;
  }
  .pStyle{
    font-size: 18px;
  }
  #clients .item-child{
    width: 100%;
  }
  .imgSize{
    width: 160px;
    height: 110px;
  }
  .titleSize{
    font-size:1rem;
    color:#fff;
  }
  .title-Size{
    font-size:1.5rem;
    color:#fff;
  }
  .module-title {
    font-family: 'Rubik', sans-serif;
    font-size: 2.5rem;
  }
  .module-de{
    font-family: 'Rubik', sans-serif;
    font-size: 1.7rem;
  }
  .copynoteS{
    background-color:#fff; 
    font-size:9px;
    color: rgb(0,200,220)
  }
}

@media (max-width: 980px) {
  #pc-nav {
    display: none;
  }

  #mobile-nav, .overlay, #langset {
    display: inline-block;
    vertical-align: middle;
  }
  #langset {
    position: relative;
    height: 28px;
    line-height: 28px;
    margin-right: 30px;
    margin-top: 8px;
  }
  #langset ul {
    top: 26px;
  }
  .overlay nav {
    padding-top: 50px;
  }
}

.team-member figure {
  -webkit-overflow-scrolling : touch;
}
.team-member figure:hover figcaption {
  transform: translateY(-100%);
}

.team-member figcaption {
  top: 100%;
  left: 0;
  width: calc(100% + 20px);
  padding-right: 30px;
  overflow-y: scroll;
  -webkit-overflow-scrolling : touch;
}

@font-face {
  font-family: 'iconfont';  /* project id 781914 */
  src: url('../fonts/iconfont2.eot');
  src: url('../fonts/iconfont2.eot#iefix') format('embedded-opentype'),
  url('../fonts/iconfont2.woff') format('woff'),
  url('../fonts/iconfont2.ttf') format('truetype'),
  url('../fonts/iconfont2.svg#iconfont') format('svg');
}
.iconfont{
  font-family:"iconfont" !important;
  font-size:50px;font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

.icon-info {
  font-size: 30px;
}

.timeLineTitle {
  padding: 0 10px 10px 10px;
}

.downlodaQrcode {
  width: 150px;
  height: 150px;
  margin: 10px auto;
}

.downloadInfo {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px)  { 
	.main-down{
		text-align:center;
	}
	.main-down-ios{
		width: 151px;
		    height: 50px;
		    cursor: pointer;
			background: url(../images/iosApp.png) no-repeat center center/151px 50px;
			margin-right: 40px;
			position: relative;
				justify-content: center;
				display: flex;
				align-items: center;
				margin: 20px  auto;
			}
	.main-down-and64{
		width: 151px;
		    height: 50px;
		    cursor: pointer;
			background: url(../images/win64.png) no-repeat center center/151px 50px;
			margin-right: 40px;
				position: relative;
			justify-content: center;
			display: flex;
			align-items: center;
			margin: 20px  auto;
	}
	.main-down-and32{
		width: 151px;
		    height: 50px;
		    cursor: pointer;
				position: relative;
			background: url(../images/win32.png) no-repeat center center/151px 50px;
			justify-content: center;
			display: flex;
			margin: 20px  auto;
		
	}
  .teamItem {
    text-align: center;
    height: 410px;
  }
  .gooo1 {
    height: 360px;
  }

  .gooo {
    height: 460px;
  }

  .gooo2 {
    height: 380px;
  }

  .gooo4 {
    height: 420px;
  }

  .gooo5 {
    height: 520px;
  }

  .gooo7 {
    height: 650px;
  }

  .gooo8 {
    height: 550px;
  }

  .gooo9 {
    height: 410px;
  }
}

@media screen and (min-width: 991px)  { 
	.main-down{
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.main-down-ios{
		width: 151px;
		    height: 50px;
		    cursor: pointer;
			background: url(../images/iosApp.png) no-repeat center center/151px 50px;
			margin-right: 40px;
			position: relative;
				justify-content: center;
				display: flex;
				align-items: center;
			}
	.main-down-and64{
		width: 151px;
		    height: 50px;
		    cursor: pointer;
			background: url(../images/win64.png) no-repeat center center/151px 50px;
			margin-right: 40px;
				position: relative;
			justify-content: center;
			display: flex;
			align-items: center;
	}
	.main-down-and32{
		width: 151px;
		    height: 50px;
		    cursor: pointer;
				position: relative;
			background: url(../images/win32.png) no-repeat center center/151px 50px;
			justify-content: center;
			display: flex;
		
	}
  .teamItem {
    height: 480px;
  }

  .gooo1 {
    height: 500px;
  }

  .gooo {
    height: 500px;
  }

  .gooo2 {
    height: 400px;
  }

  .gooo4 {
    height: 500px;
  }

  .gooo5 {
    height: 500px;
  }

  .gooo7 {
    height: 650px;
  }

  .gooo8 {
    height: 650px;
  }

  .gooo9 {
    height: 650px;
  }
}

.modalBtn {
  margin-left: 70%;
  margin-bottom: 15px;
  border-radius: 10px;
  border-radius: 2px;
  padding: 6px 12px;
}
.footerWpper{
  max-width: 900px;
}
.main-down-and32 img,.main-down-and64 img,.main-down-ios img{
	    width: 167px;
	    height: 167px;
		margin-top: 6px;
		position: absolute;
		bottom: -167px;
		display: none;
}
.hide {
    display:none !important
}

body {
    overflow-x:hidden
}

.mobile-show {
    display:none
}

.mobile-hide {
    display:block
}

@media screen and (max-width: 768px) {
    .mobile-show {
        display:block !important
    }

    .mobile-hide {
        display:none !important
    }
}

.fit-screen {
    width: 100vw;
    padding-left: calc(50vw - 720px);
    margin-left: calc(720px - 50vw);
    padding-right: calc(50vw - 720px);
    margin-right:calc(720px - 50vw)
}

.top-banner {
    position:relative
}

.top-banner #slide-show {
    position:relative
}

.top-banner #slide-show .carousel-indicators {
    height: .3125rem;
    position: absolute;
    top:8.6875rem
}

.top-banner #slide-show .carousel-inner .carousel-item {
    width: 45rem;
    height: 12.8125rem;
    padding-top: 2.25rem;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 5s cubic-bezier(.5, .1, .1, .1) opacity .5s ease;
    transition: -webkit-transform 5s cubic-bezier(.5, .1, .1, .1) opacity .5s ease;
    -o-transition: transform 5s cubic-bezier(.5, .1, .1, .1) opacity .5s ease;
    transition: transform 5s cubic-bezier(.5, .1, .1, .1) opacity .5s ease;
    transition:transform 5s cubic-bezier(.5, .1, .1, .1) opacity .5s ease, -webkit-transform 5s cubic-bezier(.5, .1, .1, .1) opacity .5s ease
}

.top-banner #slide-show .carousel-inner .carousel-item > .title {
    padding-left: 5.84375rem;
    font-size: 1.4375rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #fff;
    line-height: 2.03125rem;
    height: 0;
    overflow:hidden
}

.top-banner #slide-show .carousel-inner .carousel-item .description {
    height: 0;
    overflow:hidden
}

.top-banner #slide-show .carousel-inner .carousel-item > .link {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom:0
}

.top-banner #slide-show .carousel-inner #content1 {
    background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/banner1.png?v=20210511);
    background-size:45rem 12.8125rem
}

.top-banner #slide-show .carousel-inner #content2 {
    background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/banner2.png?v=20210511);
    background-size:45rem 12.8125rem
}

.top-banner #slide-show .carousel-inner #content2 > .title {
    margin-top:.625rem
}

.top-banner #slide-show .carousel-inner #content3 {
    background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/banner3.png?v=20210511);
    background-size:45rem 12.8125rem
}

.top-banner #slide-show .carousel-inner #content3 > .title {
    margin-top:.625rem
}

.top-banner #slide-show .carousel-inner #content4 {
    background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/banner4.png?v=20210511);
    background-size:45rem 12.8125rem
}

.top-banner #slide-show .carousel-inner #content4 > .title {
    margin-top:.625rem
}

.top-banner #slide-show .carousel-inner #content5 {
    background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/banner5.png?v=20210511);
    background-size:45rem 12.8125rem
}

.top-banner #slide-show .carousel-inner #content5 > .title {
    margin-top:.625rem
}

.top-banner #slide-show .control-show {
    width: 100%;
    position: absolute;
    top: 5.375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.top-banner #slide-show .control-show > a {
    margin:0 1.5625rem
}

.top-banner #slide-show .control-show > a > i {
    display: block;
    color: #fff;
    font-size:1.15625rem
}

.top-banner #slide-show .control-show > a .left {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform:rotate(180deg)
}

.top-banner #slide-show .carousel-indicators {
    position: absolute;
    bottom: -11.125rem;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display:flex
}

.top-banner #slide-show .carousel-indicators > li {
    width: .3125rem;
    height: .3125rem;
    background-color: #fff;
    border-radius: 50%;
    border:0
}

.top-banner #slide-show .carousel-indicators > .active {
    width: 1.125rem;
    border-radius:.15625rem
}

.top-banner .description {
    padding-left: 5.84375rem;
    height: 1.15625rem;
    font-size: .8125rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 1.15625rem;
    margin-top:.09375rem
}

.top-banner .summary {
    width: 38.25rem;
    height: 3rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 9.8125rem;
    margin: 0 auto;
    background: #fff;
    -webkit-box-shadow: 0 .25rem 1.5rem 0 rgba(207, 211, 223, .3);
    box-shadow: 0 .25rem 1.5rem 0 rgba(207, 211, 223, .3);
    border-radius:.125rem
}

.top-banner .summary .item {
    width: calc(19%);
    display: inline-block;
    position: relative;
    height: 100%;
    text-align:center
}

.top-banner .summary .item .num {
    margin-top: .46875rem;
    height: 1.5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #393939;
    line-height: 1.5rem;
    text-shadow:0 .25rem 1.5rem rgba(207, 211, 223, .3)
}

.top-banner .summary .item .desc {
    margin-top: -.15625rem;
    height: .625rem;
    font-size: .4375rem;
    font-weight: 400;
    color: rgba(135, 140, 158, .85);
    line-height: .625rem;
    text-shadow:0 .25rem 1.5rem rgba(207, 211, 223, .3)
}

.top-banner .summary .item:not(:last-child):after {
    position: absolute;
    content: " ";
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 2.25rem;
    width: 1px;
    background:rgba(207, 211, 223, .3)
}

.list-banner {
    background: -o-linear-gradient(271deg, #fff 0, #f4f8ff 100%);
    background: linear-gradient(179deg, #fff 0, #f4f8ff 100%);
    padding-bottom:1.5625rem
}

.list-banner > .title {
    text-align: center;
    margin-top: 1.25rem;
    height: 1.5rem;
    font-size: 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #1f2023;
    line-height:1.5rem
}

.list-banner > .description {
    height: .75rem;
    font-size: .5rem;
    font-family: PingFangSC-Regular, PingFang SC;
    text-align: center;
    font-weight: 400;
    color: #74787c;
    line-height: .75rem;
    margin-top:.375rem
}

.list-banner > .list {
    text-align: center;
    margin-top:.90625rem
}

.list-banner > .list > .item {
    display: inline-block;
    vertical-align: top;
    width: 9rem;
    background: #fff;
    border-radius: .125rem;
    border: 1px solid #e8f0ff;
    -webkit-box-sizing: content-box;
    box-sizing:content-box
}

.list-banner > .list > .item > .item-title {
    width: 100%;
    padding-left: .78125rem;
    height: 1.875rem;
    background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/list-banner-top.png?v=20210511);
    background-size: 100% 100%;
    font-size: .5625rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    text-align: left;
    color: #fff;
    line-height:1.875rem
}

.list-banner > .list > .item > .child-list {
    padding-top:.625rem
}

.list-banner > .list > .item > .child-list > .list {
    height: 11rem;
    overflow:hidden
}

.list-banner > .list > .item > .child-list > .list > .child-item {
    padding-left: .625rem;
    padding-right: .625rem;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between
}

.list-banner > .list > .item > .child-list > .list > .child-item > .icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-top:.125rem
}

.list-banner > .list > .item > .child-list > .list > .child-item > .content {
    margin-left: .4375rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex:1
}

.list-banner > .list > .item > .child-list > .list > .child-item > .content > .child-title {
    height: .75rem;
    font-size: .5rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1f2023;
    line-height:.75rem
}

.list-banner > .list > .item > .child-list > .list > .child-item > .content > .child-desc {
    margin-top: .0625rem;
    height: 1.3125rem;
    font-size: .40625rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999;
    overflow: hidden;
    line-height:.65625rem
}

.list-banner > .list > .item > .child-list > .more {
    text-align: left;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .3125rem;
    height: .75rem;
    font-size: .4375rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #4285f4;
    line-height: .75rem;
    padding-left:.625rem
}

.list-banner > .list > .item > .child-list > .more > i {
    margin-left: .125rem;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition:.3s
}

.list-banner > .list > .item.open > .child-list > .list {
    height:auto
}

.list-banner > .list > .item.open > .child-list > .more > i {
    -webkit-transform: rotate(-90deg);
    transform:rotate(-90deg)
}

.list-banner > .list > .item:not(:last-child) {
    margin-right:.71875rem
}

.product-banner {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f4f8ff));
    background: -o-linear-gradient(top, #fff 0, #f4f8ff 100%);
    background:linear-gradient(180deg, #fff 0, #f4f8ff 100%)
}

.product-banner .title {
    text-align: center;
    padding-right: .9375rem;
    margin-top: .9375rem;
    height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1f2023;
    line-height:1.5rem
}

.product-banner .product-tabs {
    padding-right: 1.4375rem;
    text-align: center;
    font-size:0
}

.product-banner .product-tabs .tab {
    cursor: pointer;
    position: relative;
    width: 10rem;
    display: inline-block;
    text-align: center;
    height: 2.5625rem;
    font-size: .75rem;
    font-weight: 500;
    color: #3c4043;
    line-height:2.875rem
}

.product-banner .product-tabs .tab:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: .09375rem;
    background:#e8f0ff
}

.product-banner .product-tabs .active-tab {
    color:#4285f4
}

.product-banner .product-tabs .active-tab:after {
    background:#4285f4
}

.product-banner .product-list {
    width: 100%;
    text-align: center;
    padding-bottom: 1.5625rem;
    font-size:0
}

.product-banner .product-list .bigImg {
    margin-top: 1.3125rem;
    width: 37.5rem;
    height:auto
}

.product-banner .product-list .product-item {
    display: inline-block;
    margin-top: .8125rem;
    width: 12.25rem;
    height: 8.4375rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f3f8ff));
    background: -o-linear-gradient(top, #fff 0, #f3f8ff 100%);
    background: linear-gradient(180deg, #fff 0, #f3f8ff 100%);
    border-radius: .25rem .25rem 0 .25rem;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .06);
    box-shadow:0 10px 40px 0 rgba(0, 0, 0, .06)
}

.product-banner .product-list .product-item .icon {
    display: block;
    margin-top: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    border-radius: .25rem;
    width: 2rem;
    height:2rem
}

.product-banner .product-list .product-item .name {
    text-align: center;
    margin-top: .75rem;
    height: 1.125rem;
    font-size: .75rem;
    font-weight: 600;
    color: #1f2023;
    line-height:1.125rem
}

.product-banner .product-list .product-item .description {
    width: 5.6875rem;
    height: 1.5rem;
    font-size: .4375rem;
    font-weight: 400;
    color: #74787c;
    margin-top: .25rem;
    line-height: .75rem;
    overflow: hidden;
    display: block;
    margin:.25rem auto 0 auto
}

.product-banner .product-list .product-item .about {
    height: .75rem;
    font-size: .4375rem;
    font-weight: 400;
    text-align: left;
    display: block;
    text-align: center;
    margin-top: .25rem;
    color: #4285f4;
    line-height:.75rem
}

.product-banner .product-list .product-item .about > i {
    font-size:.4375rem
}

.product-banner .product-list .product-item:not(:nth-child(3n)) {
    margin-right:.875rem
}

.solution-banner {
	font-size: 125%;
    width: 100%;
    background: #fff;
    padding-top: 1.25rem;
    padding-bottom:1.25rem;
	background-color: #f4f9ff;
}

.solution-banner .title {
    text-align: center;
    padding-right: .9375rem;
    height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1f2023;
    line-height: 1.5rem;
    margin-bottom:1.25rem
}

.solution-banner .solution-list {
    padding-bottom: 1.25rem;
    margin: 0 auto;
	max-width: 1200px;
	text-align: center;
}

.solution-banner .solution-list .solution-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-bottom: .9375rem;
    width: 9rem;
    height: 11.25rem;
    border-radius: .25rem;
    font-size:0;
	box-shadow: 1px 3px 2px 2px rgba(0,0,0,0.1);
}

.solution-banner .solution-list .solution-item .image, .solution-banner .solution-list .solution-item .mask {
    border-radius: .25rem;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top:0
}

.solution-banner .solution-list .solution-item .mask {
    border-radius: .25rem;
    background: -o-linear-gradient(320deg, #44c4ff 0, #0093ec 100%);
    background: linear-gradient(130deg, #44c4ff 0, #0093ec 100%);
    opacity: .9;
    display:none
}

.solution-banner .solution-list .solution-item .line {
    width: 1rem;
    height: .0625rem;
    background: #fff;
    position: absolute;
    left: 1rem;
    top:4.875rem
}

.solution-banner .solution-list .solution-item .name, .solution-banner .solution-list .solution-item .solution {
    position: absolute;
    font-size: .6875rem;
    font-weight: 500;
    text-align: left;
    left: 1rem;
    color: #fff;
    line-height:1.125rem
}

.solution-banner .solution-list .solution-item .name {
    top:5.5rem
}

.solution-banner .solution-list .solution-item .solution {
    bottom:3.5rem
}

.solution-banner .solution-list .solution-item .description {
    position: absolute;
    left: 1rem;
    right: 1rem;
    bottom: 1.375rem;
    height: 1.75rem;
    font-size: .4375rem;
    font-weight: 500;
    color: #fff;
    line-height: .875rem;
    letter-spacing: .03125rem;
    text-align:left
}

.solution-banner .solution-list .solution-item .link {
    display:none
}

.solution-banner .solution-list .solution-item.active {
    -webkit-box-shadow: 0 20px 15px 0 rgba(68, 196, 255, .3);
    box-shadow:0 20px 15px 0 rgba(68, 196, 255, .3)
}

.solution-banner .solution-list .solution-item.active .mask {
    display:block
}

.solution-banner .solution-list .solution-item.active .line {
    top:2.875rem
}

.solution-banner .solution-list .solution-item.active .name {
    top:3.4375rem
}

.solution-banner .solution-list .solution-item.active .description {
    top:6.125rem
}

.solution-banner .solution-list .solution-item.active .solution {
    bottom:5.5625rem
}

.solution-banner .solution-list .solution-item.active .link {
    position: absolute;
    left: 1rem;
    top: 8.875rem;
    display: inline-block;
    width: 2.625rem;
    height: 1rem;
    background: #fff;
    border-radius: .125rem;
    font-size: .375rem;
    color: #44c4ff;
    text-align: center;
    line-height:1rem
}

.solution-banner .solution-list .solution-item:not(:nth-child(4n)) {
    margin-right:.75rem
}

.solution-banner .get-more {
    text-align: center;
    width: 5rem;
    margin-left: 20.25rem;
    height: 1.5rem;
    background: #fff;
    border-radius: .125rem;
    border: 1px solid #4285f4;
    font-size: .5rem;
    font-weight: 500;
    color: #4285f4;
    line-height:1.5rem
}

.worth-banner {
    width: 100%;
    background: #f4f9ff;
    padding-top: 1.25rem;
    padding-bottom:1.25rem
}

.worth-banner > .title {
    text-align: center;
    height: 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    color: #1f2023;
    line-height: 1.5rem;
    padding-left:1.3125rem
}

.worth-banner > .description {
    text-align: center;
    height: .625rem;
    font-size: .5rem;
    font-weight: 400;
    color: #636676;
    line-height: .625rem;
    margin-top: .375rem;
    margin-bottom:.9375rem
}

.worth-banner > .worth-list {
    text-align:center
}

.worth-banner > .worth-list .worth-item {
    display: inline-block;
    width: 9rem;
    height: 7.8125rem;
    background: #fff;
    -webkit-box-shadow: 0 .25rem 1.5rem 0 rgba(207, 211, 223, .35);
    box-shadow: 0 .25rem 1.5rem 0 rgba(207, 211, 223, .35);
    border-radius: .125rem;
    font-size: 0;
    text-align:left
}

.worth-banner > .worth-list .worth-item > img {
    width: 9rem;
    height: 5.625rem;
    border-radius:.125rem
}

.worth-banner > .worth-list .worth-item > .name {
    margin-top: .71875rem;
    padding-left: .75rem;
    padding-right: .75rem;
    font-size: .53125rem;
    font-weight: 500;
    color: #393939;
    text-align: center;
    line-height: .75rem;
    text-shadow:0 .25rem 1.5rem rgba(207, 211, 223, .35)
}

.worth-banner > .worth-list .worth-item > .about {
    display: none;
    height: .75rem;
    font-size: .4375rem;
    font-weight: 400;
    color: #4285f4;
    line-height: .75rem;
    padding-left:.75rem
}

.worth-banner > .worth-list .worth-item > .about > i {
    font-size:.4375rem
}

.worth-banner > .worth-list > a {
    display:inline-block
}

.worth-banner > .worth-list > .worth-item:not(:last-child) {
    margin-right:.75rem
}

.brand-waller {
    width: 45rem;
    background: #f4f9ff;
    padding-bottom:1.5625rem
}

.brand-waller > img {
    display: block;
    width: 38.25rem;
    height: 20.625rem;
    margin: 0 auto;
    border-radius: 1.5rem;
    -webkit-box-shadow: 0 .25rem 1.5rem 0 rgba(207, 211, 223, .35);
    box-shadow:0 .25rem 1.5rem 0 rgba(207, 211, 223, .35)
}

.news {
    padding-bottom: .5rem;
    padding-top: 1.25rem;
    background:#f4f9ff
}

.news .title {
    height: 1.25rem;
    font-size: 1rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4b505f;
    line-height: 1.25rem;
    margin-bottom: .9375rem;
    text-align:center
}

.news .news-list {
    text-align:center
}

.news .news-list .news-item {
    display: inline-block;
    width: 12.25rem;
    height: 11.5625rem;
    background: #fff;
    -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, .06);
    padding: 0 .625rem;
    margin-bottom:.75rem
}

.news .news-list .news-item .subject {
    width: 11rem;
    height: 2rem;
    font-size: .625rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #4d5261;
    line-height: 1rem;
    margin-top: .9375rem;
    margin-bottom: .5rem;
    text-align:left
}

.news .news-list .news-item .description {
    display: block;
    width: 11rem;
    height: 2.25rem;
    font-size: .4375rem;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #4d5261;
    line-height: .75rem;
    margin-bottom: .375rem;
    text-align:left
}

.news .news-list .news-item .description > span {
    color: #007bff;
    float:right
}

.news .news-list .news-item .description:hover {
    cursor:pointer
}

.news .news-list .news-item > img {
    width: 11rem;
    height: 4.5625rem;
    border-radius:.25rem
}

.news .news-list > .news-item:not(:last-child) {
    margin-right:.75rem
}

.en-US .top-banner #slide-show .carousel-inner #content1 {
    background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/en/banner1.png?v=20210511);
    background-size:45rem 12.8125rem
}

@media screen and (min-width: 1500px) {
    .product-banner {
        width: 100vw;
        padding-left: calc(50vw - 720px);
        margin-left: calc(720px - 50vw);
        padding-right: calc(50vw - 720px);
        margin-right:calc(720px - 50vw)
    }

    .worth-banner {
        width: 100vw;
        padding-left: calc(50vw - 720px);
        margin-left: calc(720px - 50vw);
        padding-right: calc(50vw - 720px);
        margin-right:calc(720px - 50vw)
    }

    .brand-waller, .list-banner, .news {
        width: 100vw;
        padding-left: calc(50vw - 720px);
        margin-left: calc(720px - 50vw);
        padding-right: calc(50vw - 720px);
        margin-right:calc(720px - 50vw)
    }
}

@media screen and (max-width: 768px) {
    .top-banner #slide-show {
        position:relative
    }

    .top-banner #slide-show .carousel-indicators {
        display:none
    }

    .top-banner #slide-show .carousel-inner .carousel-item {
        width: 18.75rem;
        height: 10.5rem;
        padding-top: 0;
        margin-bottom:0
    }

    .top-banner #slide-show .carousel-inner .carousel-item > .title {
        font-size: 1rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #fff;
        padding-left: 2.3rem;
        margin-top: 2.05rem;
        line-height: 1.4rem;
        height:0
    }

    .top-banner #slide-show .carousel-inner .carousel-item > .description {
        font-size: .65rem;
        font-weight: 400;
        color: #fff;
        line-height: .9rem;
        margin-top: .6rem;
        padding-left: 2.3rem;
        height:0
    }

    .top-banner #slide-show .carousel-inner .carousel-item > .line {
        width: 2.2rem;
        height: .1rem;
        background: rgba(255, 255, 255, .9);
        margin-top: .55rem;
        margin-left:2.3rem
    }

    .top-banner #slide-show .carousel-inner #content1 {
        background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/mobile/index/banner1.png?v=20210511);
        background-size: cover;
        background-position:bottom
    }

    .top-banner #slide-show .carousel-inner #content2 {
        background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/mobile/index/banner2.png?v=20210511);
        background-size: cover;
        background-position:bottom
    }

    .top-banner #slide-show .carousel-inner #content2 > .title {
        margin-top:2.4rem
    }

    .top-banner #slide-show .carousel-inner #content3 {
        background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/mobile/index/banner3.png?v=20210511);
        background-size: cover;
        background-position:bottom
    }

    .top-banner #slide-show .carousel-inner #content3 > .title {
        margin-top:2.4rem
    }

    .top-banner #slide-show .carousel-inner #content4 {
        background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/mobile/index/banner4.png?v=20210511);
        background-size: cover;
        background-position:bottom
    }

    .top-banner #slide-show .carousel-inner #content4 > .title {
        margin-top:2.4rem
    }

    .top-banner #slide-show .carousel-inner #content5 {
        background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/mobile/index/banner5.png?v=20210511);
        background-size: cover;
        background-position:bottom
    }

    .top-banner #slide-show .carousel-inner #content5 > .title {
        margin-top:2.4rem
    }

    .top-banner #slide-show .control-show {
        width: 100%;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    .top-banner #slide-show .control-show > a {
        margin:0 .8rem
    }

    .top-banner #slide-show .control-show > a > i {
        display: block;
        color: #fff;
        font-size:.85rem
    }

    .top-banner #slide-show .control-show > a .left {
        -webkit-transform: rotate(180deg);
        transform:rotate(180deg)
    }

    .list-banner {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f4f8ff));
        background: -o-linear-gradient(top, #fff 0, #f4f8ff 100%);
        background: linear-gradient(180deg, #fff 0, #f4f8ff 100%);
        padding-bottom:0
    }

    .list-banner > .title {
        text-align: center;
        margin-top: 1.6rem;
        height: 1.5rem;
        font-size: 1.1rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #1f2023;
        line-height:1.5rem
    }

    .list-banner > .description {
        height: 1.2rem;
        font-size: .6rem;
        font-family: PingFangSC-Regular, PingFang SC;
        text-align: center;
        font-weight: 400;
        color: #74787c;
        line-height: 1.2rem;
        margin-top:.2rem
    }

    .list-banner > .mobile-list {
        position: relative;
        overflow-x: auto;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 1.3rem;
        padding-left: .85rem;
        border-bottom:1px solid #eaefff
    }

    .list-banner > .mobile-list > .title {
        display: inline-block;
        word-break: keep-all;
        position: relative;
        height: 2.15rem;
        padding-left: .2rem;
        padding-right: .2rem;
        font-size: .65rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #3c4043;
        line-height:1.6rem
    }

    .list-banner > .mobile-list > .title.active {
        color:#4285f4
    }

    .list-banner > .mobile-list > .title.active::after {
        position: absolute;
        content: " ";
        left: 0;
        bottom: 0;
        right: 0;
        height: .15rem;
        background:#4285f4
    }

    .list-banner > .mobile-list > .title:not(:last-child) {
        margin-right:.85rem
    }

    .list-banner > .mobile-list::after {
        content: " ";
        min-width:.85rem
    }

    .list-banner > .list {
        text-align: center;
        margin-top:0
    }

    .list-banner > .list > .item {
        display: block;
        vertical-align: top;
        width: 100%;
        background: #fff;
        border-radius: 0;
        border: none;
        -webkit-box-sizing: content-box;
        box-sizing:content-box
    }

    .list-banner > .list > .item > .item-title {
        width: 100%;
        padding-left: 1.25rem;
        height: 3rem;
        background: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/index/list-banner-top.png?v=20210511);
        background-size: 100% 100%;
        font-size: .9rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        text-align: left;
        color: #fff;
        line-height:3rem
    }

    .list-banner > .list > .item > .child-list {
        padding-top:1.2rem
    }

    .list-banner > .list > .item > .child-list > .list {
        height: auto;
        overflow: hidden;
        padding-bottom:.7rem
    }

    .list-banner > .list > .item > .child-list > .list > .child-item {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0;
        padding-bottom: .9rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content:space-between
    }

    .list-banner > .list > .item > .child-list > .list > .child-item > .icon {
        width: 2rem;
        height: 2rem;
        margin-top:.2rem
    }

    .list-banner > .list > .item > .child-list > .list > .child-item > .content {
        margin-left: .7rem;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex:1
    }

    .list-banner > .list > .item > .child-list > .list > .child-item > .content > .child-title {
        height: 1.2rem;
        font-size: .8rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #1f2023;
        line-height:1.2rem
    }

    .list-banner > .list > .item > .child-list > .list > .child-item > .content > .child-desc {
        margin-top: .1rem;
        height: 2.1rem;
        font-size: .65rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #74787c;
        overflow: hidden;
        line-height:1.05rem
    }

    .list-banner > .list > .item > .child-list > .more {
        display: none;
        text-align: left;
        cursor: pointer;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: .5rem;
        height: 1.2rem;
        font-size: .7rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #4285f4;
        line-height: 1.2rem;
        padding-left:1rem
    }

    .list-banner > .list > .item > .child-list > .more > i {
        margin-left: .2rem;
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition:.3s
    }

    .list-banner > .list > .item.open > .child-list > .list {
        height:auto
    }

    .list-banner > .list > .item.open > .child-list > .more > i {
        -webkit-transform: rotate(-90deg);
        transform:rotate(-90deg)
    }

    .list-banner > .list > .item:not(:last-child) {
        margin-right:0
    }

    .product-banner {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f4f8ff));
        background: -o-linear-gradient(top, #fff 0, #f4f8ff 100%);
        background:linear-gradient(180deg, #fff 0, #f4f8ff 100%)
    }

    .product-banner .title {
        text-align: center;
        margin-top: 1.6rem;
        height: 1.5rem;
        font-size: 1.1rem;
        font-weight: 700;
        color: #1f2023;
        line-height: 1.5rem;
        padding:0
    }

    .product-banner #carouselProductBanner {
        overflow-x:auto
    }

    .product-banner .carousel-inner {
        width:32.8rem
    }

    .product-banner .product-tabs {
        text-align: center;
        font-size: 0;
        margin-top: .8rem;
        padding-right:0
    }

    .product-banner .product-tabs .tab {
        cursor: pointer;
        position: relative;
        width: 5.1rem;
        display: inline-block;
        text-align: center;
        height: 2rem;
        font-size: .7rem;
        font-weight: 500;
        color: #3c4043;
        line-height: 1.6rem;
        text-decoration:none
    }

    .product-banner .product-tabs .tab:after {
        content: " ";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: .15rem;
        background:#e8f0ff
    }

    .product-banner .product-tabs .active-tab {
        color:#4285f4
    }

    .product-banner .product-tabs .active-tab:after {
        background:#4285f4
    }

    .product-banner .product-list {
        padding: 1.2rem 0;
        text-align:left
    }

    .product-banner .product-list .product-item {
        display: inline-block;
        width: 9.8rem;
        height: 10.4rem;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f3f8ff));
        background: -o-linear-gradient(top, #fff 0, #f3f8ff 100%);
        background: linear-gradient(180deg, #fff 0, #f3f8ff 100%);
        -webkit-box-shadow: 0 .2rem 1.2rem 0 rgba(207, 211, 223, .35);
        box-shadow: 0 .2rem 1.2rem 0 rgba(207, 211, 223, .35);
        border-radius: .2rem .2rem 0 .2rem;
        margin-left: .8rem;
        margin-top:0
    }

    .product-banner .product-list .product-item .icon {
        display: block;
        margin: 1.2rem auto .8rem auto;
        border-radius: .4rem;
        width: 2.4rem;
        height:2.4rem
    }

    .product-banner .product-list .product-item .name {
        text-align: center;
        height: .9rem;
        font-size: .75rem;
        font-weight: 600;
        color: #1f2023;
        line-height:.9rem
    }

    .product-banner .product-list .product-item .description {
        text-align: center;
        width: 7.85rem;
        height: 2.2rem;
        font-size: .65rem;
        font-weight: 400;
        color: #74787c;
        line-height: 1.2rem;
        overflow: hidden;
        display: block;
        margin:.4rem auto .8rem auto
    }

    .product-banner .product-list .product-item .about {
        height: 1.2rem;
        font-size: .6rem;
        font-weight: 400;
        text-align: left;
        display: block;
        text-align: center;
        color: #4285f4;
        line-height:.6rem
    }

    .product-banner .product-list .product-item .about > i {
        font-size:.6rem
    }

    .product-banner .product-list .product-item:not(:nth-child(3n)) {
        margin-right:0
    }

    .product-banner .product-list .product-item:nth-child(4), .product-banner .product-list :nth-child(5):nth-child(6) {
        margin-top:.8rem
    }

    .solution-banner {
        width: 100%;
        background: #fff;
        padding: 1.2rem 0;
        text-align: center;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(#f4f8ff));
        background: -o-linear-gradient(top, #fff 0, #f4f8ff 100%);
        background:linear-gradient(180deg, #fff 0, #f4f8ff 100%)
    }

    .solution-banner .title {
        margin-top: .4rem;
        margin-bottom: .4rem;
        font-size: 1.1rem;
        padding-right: 0;
        font-weight: 700;
        color: #1f2023;
        line-height: 1.5rem;
        font-family:PingFangSC-Medium, PingFang SC
    }

    .solution-banner .solution-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 0;
        margin-left:0
    }

    .solution-banner .solution-list .solution-item {
        width: 8.2rem;
        height: 10.25rem;
        border-radius: .4rem;
        margin-top:.8rem;
		box-shadow: 1px 3px 2px 2px rgba(0,0,0,0.1);
    }

    .solution-banner .solution-list .solution-item .image, .solution-banner .solution-list .solution-item .mask {
        border-radius: .2rem;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top:0;	
		box-shadow: 1px 3px 2px 2px rgba(0,0,0,0.1);
    }

    .solution-banner .solution-list .solution-item .mask {
        background: -o-linear-gradient(320deg, #44c4ff 0, #0093ec 100%);
        background: linear-gradient(130deg, #44c4ff 0, #0093ec 100%);
        opacity: .9;
        display:none
    }

    .solution-banner .solution-list .solution-item .line {
        width: .85rem;
        height: .05rem;
        background: #fff;
        position: absolute;
        left: .85rem;
        top:4.4rem
    }

    .solution-banner .solution-list .solution-item .name, .solution-banner .solution-list .solution-item .solution {
        position: absolute;
        font-size: .65rem;
        font-weight: 500;
        text-align: left;
        left: .85rem;
        color: #fff;
        line-height:.95rem
    }

    .solution-banner .solution-list .solution-item .name {
        top:4.6rem
    }

    .solution-banner .solution-list .solution-item .solution {
        bottom:3.8rem
    }

    .solution-banner .solution-list .solution-item .description {
        position: absolute;
        left: .85rem;
        right: .85rem;
        bottom: 1.15rem;
        height: auto;
        font-size: .35rem;
        font-weight: 500;
        color: #fff;
        line-height: .75rem;
        letter-spacing: .05rem;
        text-align:left
    }

    .solution-banner .solution-list .solution-item.active {
        -webkit-box-shadow: 0 10px 8px 0 rgba(68, 196, 255, 0);
        box-shadow:0 10px 8px 0 rgba(68, 196, 255, 0)
    }

    .solution-banner .solution-list .solution-item.active .mask {
        display:none
    }

    .solution-banner .solution-list .solution-item.active .line {
        top:4.4rem
    }

    .solution-banner .solution-list .solution-item.active .name {
        top:4.6rem
    }

    .solution-banner .solution-list .solution-item.active .description {
        top: auto;
        bottom:1.15rem
    }

    .solution-banner .solution-list .solution-item.active .link {
        display:none
    }

    .solution-banner .solution-list .solution-item.active .solution {
        bottom:3.8rem
    }

    .solution-banner .solution-list .solution-item:nth-child(2n) {
        margin-right:0
    }

    .solution-banner .get-more {
        display: block;
        margin: 1.2rem auto 0 auto;
        width: 5.8rem;
        height: 2rem;
        background: #fff;
        border-radius: .2rem;
        border: 1px solid #4285f4;
        font-size: .8rem;
        font-weight: 500;
        color: #4285f4;
        line-height: 2rem;
        text-decoration:none
    }

    .mobile-summary {
        width: 100%;
        height: 20.15rem;
        padding-top: 1.6rem;
        background-image: url(//pekon-website.oss-cn-shanghai.aliyuncs.com/static3/images/mobile/index/summary-bg.png);
        background-size: cover;
        text-align:center
    }

    .mobile-summary > .title {
        margin-bottom: 1.6rem;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 700;
        color: #1f2023;
        line-height:1.5rem
    }

    .mobile-summary > div:nth-child(2) {
        padding-left:1.6rem
    }

    .mobile-summary > div:nth-child(2) > .item {
        width: 6rem;
        float: left;
        margin-right:2.5rem
    }

    .mobile-summary > div:nth-child(2) > .item > div:nth-child(1) {
        font-size: .65rem;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: rgba(135, 140, 158, .85);
        line-height: .8rem;
        text-align:left
    }

    .mobile-summary > div:nth-child(2) > .item .num {
        font-size: 1.1rem;
        font-family: Helvetica-Bold, Helvetica;
        font-weight: 700;
        color: #393939;
        line-height: 38px;
        text-align: left;
        margin-top: .2rem;
        margin-bottom:.8rem
    }

    .worth-banner {
        width: 100%;
        padding-top: 1.6rem;
        text-align: center;
        background: #fff;
        margin-bottom: 0;
        padding-bottom:0
    }

    .worth-banner > .title {
        height: 1.5rem;
        font-size: 1.1rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 700;
        color: #1f2023;
        line-height: 1.5rem;
        padding-left:0
    }

    .worth-banner > .description {
        width: 10.5rem;
        height: 2.2rem;
        font-size: .65rem;
        font-weight: 400;
        text-align: center;
        padding-left: 0;
        color: #636676;
        line-height: 1.1rem;
        display: block;
        margin:.8rem auto 1.2rem auto
    }

    .worth-banner > .worth-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom:.4rem
    }

    .worth-banner > .worth-list .worth-item {
        display: inline-block;
        width: 8.2rem;
        height: 10.2rem;
        background: #fff;
        -webkit-box-shadow: 0 .4rem 2.4rem 0 rgba(207, 211, 223, .35);
        box-shadow: 0 .4rem 2.4rem 0 rgba(207, 211, 223, .35);
        border-radius: .2rem;
        text-align: left;
        margin-bottom:.8rem
    }

    .worth-banner > .worth-list .worth-item > img {
        width: 8.2rem;
        height: 6.6rem;
        border-radius:.2rem
    }

    .worth-banner > .worth-list .worth-item > .name {
        padding-left: 0;
        line-height: 1.1rem;
        font-size: .7rem;
        margin: .8rem;
        font-weight: 500;
        color: #393939;
        text-align:center
    }

    .worth-banner > .worth-list > .worth-item:nth-child(odd) {
        margin-right:.8rem
    }

    .worth-banner > .worth-list > .worth-item:nth-child(2) {
        margin-right:0
    }

    .news {
        height:auto
    }

    .news .title {
        height: 1.5rem;
        font-size: 1.1rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 700;
        color: #4b505f;
        line-height: 1.5rem;
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
        text-align:center
    }

    .news .news-list-container {
        overflow-x:auto
    }

    .news .news-list-container .news-list {
        text-align: left;
        width: 43.25rem;
        overflow-x: scroll;
        padding:0 .8rem 1.2rem .8rem
    }

    .news .news-list-container .news-list .news-item {
        display: inline-block;
        width: 13.1rem;
        height: 12.55rem;
        background: #fff;
        -webkit-box-shadow: 0 .35rem 1.4rem 0 rgba(0, 0, 0, .06);
        box-shadow: 0 .35rem 1.4rem 0 rgba(0, 0, 0, .06);
        border-radius: 4px;
        padding:0 .8rem
    }

    .news .news-list-container .news-list .news-item .subject {
        width: 11.5rem;
        height: 2.25rem;
        font-size: .7rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #4d5261;
        line-height: 1.1rem;
        margin-top: .8rem;
        margin-bottom: .6rem;
        text-align:left
    }

    .news .news-list-container .news-list .news-item .description {
        display: block;
        position: relative;
        width: 11.5rem;
        height: 2.7rem;
        font-size: .55rem;
        font-family: PingFangSC-Light, PingFang SC;
        font-weight: 400;
        overflow: hidden;
        color: rgba(135, 140, 158, .85);
        line-height: .9rem;
        margin-bottom: .6rem;
        text-align:left
    }

    .news .news-list-container .news-list .news-item .description > span {
        color: #007bff;
        float: right;
        position: absolute;
        right: 0;
        bottom: 0;
        background: #fff;
        padding-left:.5em
    }

    .news .news-list-container .news-list .news-item .description:hover {
        cursor:pointer
    }

    .news .news-list-container .news-list .news-item > img {
        width: 11.5rem;
        height:4.8rem
    }

    .news .news-list-container .news-list > .news-item:not(:last-child) {
        margin-right: .8rem;
        margin-bottom: .8rem
    }
	.solution-item{
		box-shadow: 1px 3px 2px 2px rgba(0,0,0,0.2) !important;
	}
}