.center{
  max-width: 1200px;
  margin:0 auto;
}
.center1300{
  max-width: 1300px;
  margin:0 auto;
}
.center1400{
  max-width: 1400px;
  margin:0 auto;
}
.center1460{
  max-width: 1460px;
  margin:0 auto;
}
.center1500{
  max-width: 1500px;
  margin:0 auto;
}
.text-centered{
  text-align: center;
}
.color52{
  color: #525252;
}
.color0f{
  color: #0f0f0f;
}
.color00bfd6{
  color: #00bfd6;
}
.fontBold{
  font-family: 'Aileron-Bold'; 
}
.f60-black{
  font-size: 60px;
  color: #0f0f0f;
}
.f60-white{
  font-size: 60px;
  color: #fff;
}
.f50-black{
  font-size: 50px;
  color: #0f0f0f;
}
.f50-white{
  font-size: 50px;
  color: #fff;
}
.f30{
  font-size: 30px;
}
.f24{
  font-size: 24px;
}
.f20{
  font-size: 20px;
}
.f18{
  font-size: 18px;
}
.f16{
  font-size: 16px;
}
.f-w26 {
  font-size: 26px;
  color: #ffffff;
}
.f-w16 {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.5;
}
.p-top{
    padding-top: 78px;
}
@media screen and (max-width:1200px){
  .f60-black{
    font-size: 42px;
  }
  .f30{
    font-size: 22px;
  }
  .f24{
    font-size: 20px;
  }
  .f18{
    font-size: 16px;
  }
  .p-top{
    padding-top: 60px;
  }
}
@media screen and (max-width:600px){
  .f60-black{
    font-size: 28px;
  }
  .f30{
    font-size: 18px;
  }
  .f24{
    font-size: 16px;
  }
  .f18{
    font-size: 15px;
  }
  .f16{
    font-size: 14px;
  }
}
/* 公共头部样式 */
header{
  width: 100%;
  height: 78px;
  background: url('https://www.huion.com/statics/b2b/img/industry-head-line.png') #111 no-repeat left bottom;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
}
header .mean{
  position: relative;
}
header .log{
  float: left;
  padding-top: 20px;
  padding-right: 70px;
}
header .nav{
  float: left;
}
header .nav ul .stage{
  float: left;
  padding-right: 40px;
  font-size: 15px;
}
@-webkit-keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      transform: translateX(60px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
      opacity: 0;
      -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
      transform: translateX(60px);
  }
  100% {
      opacity: 1;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
-webkit-animation-duration:0.3s;
  animation-duration:0.3s;
}
/* header .nav ul li:last-child{
  padding-right: 0;
} */
header .nav ul .stage .link{
  display: inline-block;
  height: 75px;
  line-height: 78px;
  color: #fff;
  box-sizing: border-box;
}
header .nav ul .stage .link.active,
header .nav ul .stage .link:hover{
  color: #00bfd6;
  transition: color 0.3s;
  border-bottom: 2px solid #00bfd6;
}
header .nav ul .stage:nth-child(1):hover .application-sub,
header .nav ul .stage:nth-child(3):hover .application-sub,
header .nav ul .stage:nth-child(4):hover .product-sub{
  display: block;
}
.product-sub,
.application-sub{
  display: none;
  position: absolute;
  left: 0;
  top:76px;
  height: 296px;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,46,51,.2);
}
.product-sub{
  height: 195px;
}
.product-sub ul{
  text-align: center;
}
.product-sub ul li{
  display: inline-block;
  vertical-align: top;
  margin-right: 100px;
}
.product-sub ul li a{
  display: block;
  margin-top: 48px;
  color: #1a1a1a;
}
.product-sub ul li a:hover{
  color: #00bfd6;
  transition: color .3s;
}
.product-sub ul li .desc{
  padding-top: 16px;
  font-size: 16px;
}
.product-sub ul li:last-child{
  margin-right: 0;
}
.application-sub ul{
  position: relative;
  width: 720px;
  margin-left: 198px;
  padding:30px 0 28px;
}
.application-sub ul li a{
  line-height: 36px;
  color: #194040;
  font-size: 14px;
  display: block;
}
.application-sub ul li a:hover{
  color: #00bfd6;
  transition: color 0.3s;
}
.application-sub ul li a:hover .pic{
  display: block;
}
.application-sub ul li .pic{
  position: absolute;
  left: 338px;
  top:30px;
  display: none;
}
/* 搜索 */
header .mean form{
	float: right;
}
header .mean .search{
  float: right;
  cursor: pointer;
  padding-top:32px;
}
header .mean .search svg,
header .mean .search-cont svg{
  color: #fff;
  font-size: 24px;
  text-align: right;
}
header .mean .search-cont{
  position: relative;
  float: right;
  width: 610px;
  height: 50px;
  padding-top:20px;
  padding-right: 30px;
  z-index: 99;
}
header .mean .search-cont .select{
  width: 94%;
  background: #fff;
  padding-left:38px;
  top: 78px;
  position: absolute;
}
header .mean .search-input {
  outline: none;
  height: 50px;
  width: 88%;
  border: 0;
  vertical-align: top;
  padding-left: 1%;
  font-size: 18px;
  color: #fff;
  background: transparent;
}
header .mean .search-btn{
	display: inline-block;
	width: 8%;
	height: 50px;
	cursor: pointer;
	background: url('https://www.huion.com/statics/b2b/img/search.png') no-repeat center center;
}
header .mean .mobile-search{
	display: none;
}
header .mean .search-cont .hot{
  font-size: 12px;
  color: #999;
  padding-top:20px;
}
header .mean .search-cont ul{
  padding-top:8px;
  padding-bottom: 60px;
}
header .mean .search-cont ul li a{
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 26px;
}
header .mean .search-cont ul li a:hover{
  color: #00bfd6;
  transition: color 0.3s;
}
header .mean .search-cont .close{
  position: absolute;
  font-size: 18px;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
}
header .mean .vague{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: .5;
  background: #000;
}
.options{
  animation: options 0.3s;
  -webkit-animation: options 0.3s;
}
@-webkit-keyframes options{
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}
.skews{
  animation: skews 0.3s;
  -webkit-animation:skews 0.3s;
}
@-webkit-keyframes skews{
  0%{
      opacity: 0;
      transform: skew(90deg)
  }
  100%{
      opacity: 1;
      transform: skew(0deg)
  }
}
header .burger,
header .nav .icon,
header .nav .el-icon-arrow-right{
  display: none;
}
@media screen and (max-width:992px){
  .application-sub ul li a{
    font-size: 14px;
  }
  .application-sub ul li a:hover .pic{
    display: none;
  }
  header .nav ul .stage .link:hover{
    border-bottom: none;
  }
  header{
    height: 60px;
  }
  header .mean{
    padding:0 5%;
    position: relative;
  }
  header .nav{
    display: none;
  }
  header .burger{
    position: absolute;
    left: 5%;
    top: -6px;
    display: inline-block;
    width: 10%;
    height: 60px;
    vertical-align: top;
    cursor: pointer;
  }
  header .log{
    float: none;
    width: 80%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding:16px 0  0 10%;
  }
  header .mean .search{
    display: none;
  }
  header .mean .mobile-search{
    display: block;
    padding-top: 22px;
  }
  header .mean .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    background: #f5f5f5;
    z-index: 99;
    overflow-y: scroll;
    height: calc(100vh - 60px);
  }
  header .mean .nav.active{
    display: block;
  }
  header .nav ul .stage .link{
    float: left;
    color: #111;
    width: 50%;
    height: 60px;
    line-height: 60px;
  }
  header .nav .el-icon-arrow-down{
    transition: all 0.3s ease;
  }
  header .nav .icon,
  header .nav .el-icon-arrow-right{
    float: right;
    display: block;
    width: 50%;
    text-align: right;
    height: 60px;
    line-height: 60px;
  }
  header .nav ul .stage{
    float: none;
    width: 90%;
    padding:0 5%;
    background: #fff;
    margin-bottom: 10px;
  }
  .product-sub ul{
    padding-bottom: 30px;
  }
  .product-sub ul li{
    float: left;
    width: 33.33%;
    margin-right: 0;
  }
  .product-sub ul li a{
    margin-top: 20px;
  }
  .product-sub ul li .desc{
    font-size: 14px;
  }
  .product-sub ul li .ico img{
    width: 70px;
  }
  .product-sub,
  .application-sub{
    position: unset;
    height: auto;
    box-shadow: unset;
  }
  .application-sub ul li .pic{
    display: none!important;
  }
  .application-sub ul{
    padding:0 0 10px;
  }
  header .nav ul .stage:nth-child(1):hover .application-sub,
  header .nav ul .stage:nth-child(3):hover .application-sub,
  header .nav ul .stage:nth-child(4):hover .product-sub{
    display: none;
  }
  .product-sub.active,
  .application-sub.active{
    display: block!important;
  }
  header .nav ul .stage .links{
    width: 100%;
  }
  header .nav .icon .el-icon-arrow-down{
    width: 15px;
    float: right;
    display: block;
    text-align: right;
    height: 60px;
    line-height: 60px;
  }
  header .nav .el-icon-arrow-down.active{
		transition: all 0.3s;
		transform: rotate(180deg);
		transform-origin: center center;
	}
  .application-sub ul{
    margin-left: 4%;
    width: 96%;
  }
  .burger .x,
	.burger .y,
	.burger .z {
		position: absolute; margin: auto;
		top: 0px; bottom: 0px;		
		background: #fff;
		border-radius:2px;
		-webkit-transition: all 200ms ease-out;
		-moz-transition: all 200ms ease-out;
		-ms-transition: all 200ms ease-out;
		-o-transition: all 200ms ease-out;
		transition: all 200ms ease-out;
	}		
	.burger .x, 
	.burger .y, 
	.burger .z { 
		height: 2px; 
		width: 20px; 
	}
	.burger .y{
		top: 16px;
	}
	.burger .z{
		top: 32px;
	}
	.burger .collapse{
		top: 20px;
		-webkit-transition: all 70ms ease-out;
		-moz-transition: all 70ms ease-out;
		-ms-transition: all 70ms ease-out;
		-o-transition: all 70ms ease-out;
		transition: all 70ms ease-out;
	}
	.rotate30{
		-ms-transform: rotate(30deg); 
		-webkit-transform: rotate(30deg); 
		transform: rotate(30deg);	
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;					
	}
	.rotate150{
		-ms-transform: rotate(150deg); 
		-webkit-transform: rotate(150deg); 
		transform: rotate(150deg);	
		-webkit-transition: all 50ms ease-out;
		-moz-transition: all 50ms ease-out;
		-ms-transition: all 50ms ease-out;
		-o-transition: all 50ms ease-out;
		transition: all 50ms ease-out;					
	}
	
	.rotate45{
		-ms-transform: rotate(45deg); 
		-webkit-transform: rotate(45deg); 
		transform: rotate(45deg);	
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;					
	}
	.rotate135{
		-ms-transform: rotate(135deg); 
		-webkit-transform: rotate(135deg); 
		transform: rotate(135deg);	
		-webkit-transition: all 100ms ease-out;
		-moz-transition: all 100ms ease-out;
		-ms-transition: all 100ms ease-out;
		-o-transition: all 100ms ease-out;
		transition: all 100ms ease-out;					
	}
}
/* 公共头部样式 end*/

/* 公共底部样式 */
footer{
  padding:70px 0 64px;
  background: url('https://www.huion.com/statics/b2b/img/footer-bg.png') #05121a no-repeat center center;
  position: relative;
  border-top: 1px solid #292f33;
  z-index: 2;
}
.contact .tel{
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-top: 20px;
}
.contact .email{
  font-size: 14px;
  color: #fff;
  padding-top: 8px;
}
.contact .copy{
  font-size: 12px;
  color: #999;
  padding: 20px 160px 0 0;
}
.contact .line{
  max-width: 280px;
  height: 1px;
  margin: 26px 0 0;
  background: #292f33;
}
.contact .pollcy{
  display: block;
  font-size: 12px;
  color: #999;
  padding-top: 8px;
}
footer .item .tit{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 20px;
}
footer .item ul li{
  font-size: 14px;
  padding-bottom: 12px;
}
footer .item ul li a{
  color: #ccc;
}
footer .item ul li a:hover{
  color: #00bfd6;
  transition: color 0.3s;
}
.el-icon-plus,
.el-icon-minus{
  display: none;
}
@media screen and (max-width:992px){
  footer{
    padding:10px 5%;
  }
  footer .item .tit .tt{
		float: left;
		width: 50%;
		line-height: 50px;
  }
  footer .item ul{
    display: none;
    padding-bottom: 10px;
  }
  footer .item ul.active{
    display: block;
  }
  footer .item{
    border-bottom: 1px solid #333;
  }
  .el-icon-plus,
	.el-icon-minus{
		float: left;
		width: 50%;	
		height: 50px;
		line-height: 50px;
		text-align: right;
		color: #fff;
	}
	.el-icon-minus,
	.el-icon-plus.active{
		display: none;
	}
	.el-icon-plus,
	.el-icon-minus.active{
		display: block;
  }
  .contact .copy{
    padding: 20px 0;
  }
  .contact .line{
    display: none;
    max-width: 100%;
    margin:0;
  }
  .contact .pollcy{
    padding-top: 0;
    padding-bottom: 10px;
  }
}
/* 公共底部样式 end */

/* 首页 start */
.home-view .technology{
  height: 862px;
  background: url('https://www.huion.com/statics/b2b/img/home-technology-pic.jpg') no-repeat right center;
}
.home-view .technology .txt{
  padding-top: 288px;
}
.home-view .technology .tit{
  font-size: 80px;
}
.home-view .technology .desc{
  max-width: 360px;
  font-size: 18px;
  padding-top: 50px;
  line-height: 1.5;
}
.home-view .technology .mobile-pic{
  display: none;
}

.home-view .original{
  padding: 120px 0 130px;
}
.home-view .original .title{
  position: relative;
  width: 100%;
  height: 2px;
  background: #e5e5e5;
}
.home-view .original .title i{
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 40px;
  transform: translateY(-54%);
  background: #fff;
  padding-right: 30px;
}
.home-view .original ul{
  padding-top: 110px;
}
.home-view .original ul li{
  float: left;
  width: 25%;
  padding-right: 4%;
  box-sizing: border-box;
}
.home-view .original ul li:nth-child(4){
  padding-right: 0;
}
.home-view .original ul li .tit{
  font-size: 24px;
  padding-top: 30px;
}
.home-view .original ul li .desc{
  font-size: 16px;
  padding-top: 20px;
}

/* 3 industry */
.home-view .industry{
  background: #000;
}
.home-view .industry .center1500{
  position: relative;
  overflow: hidden;
}
.home-view .industry .swiper-center{
  max-width: 1270px;
  margin: 0 auto;
}
.home-view .industry .title{
  font-size: 60px;
  color: #fff;
  padding-top: 100px;
}
.home-view .industry .pic{
  position: relative;
  margin-top: 70px;
  padding: 70px 0;
}
.home-view .industry .swiper-button-next:after,
.home-view .industry .swiper-button-prev:after{
  display: none;
}
.home-view .industry .swiper-button-next{
  right:22px;
}
.home-view .industry .swiper-button-prev{
  left: 22px;
}
.home-view .industry .swiper-slide{
  position: relative;
}
.home-view .industry .txt-wrap{
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 460px;
  height: 100%;
  z-index: 20;
  background: rgba(0,0,0,.6)
}
.home-view .industry .txt-wrap .txt{
  padding:0 50px;
}
.home-view .industry .txt-wrap .txt .tit{
  font-weight: bold;
}
.home-view .industry .txt-wrap .txt .t-line{
  position: relative;
  height: 1px;
  margin-top: 22px;
  background: #919191;
}
.home-view .industry .txt-wrap .txt .t-line::before{
  content: '';
  position: absolute;
  left: 0;
  top:-3px;
  width: 32px;
  height: 4px;
  background: #fff;
}
.home-view .industry .txt-wrap .txt .desc{
  padding-top: 30px;
}
.home-view .industry .txt-wrap .txt .more{
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  margin-top: 70px;
  border-radius: 6px;
  text-align: center;
  background: -moz-linear-gradient(top, #02a4ff 0%, #00bfd6 100%);
  background: -webkit-gradient(linear, left top, left right, color-stop(0%,#02a4ff), color-stop(100%,#00bfd6));
  background: -webkit-linear-gradient(top, #02a4ff 0%,#00bfd6 100%);
  background: -o-linear-gradient(top, #02a4ff 0%,#00bfd6 100%);
  background: -ms-linear-gradient(top, #02a4ff 0%,#00bfd6 100%);
  background: linear-gradient(to right, #02a4ff 0%,#00bfd6 100%);
}

.home-view .industry .swiper-pagination-bullet {
  width: auto;
  height: auto;
  color: #fff;
  padding-bottom: 6px;
  background: transparent;
  margin: 0 15px;
  border-radius: unset;
  font-size: 18px;
  position: relative;
  opacity: 1;
}
.home-view .industry .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin-right: 30px;
}
.home-view .industry .swiper-pagination-bullet-active{
  background: linear-gradient(to right, #02a4ff, #00bfd6);
  -webkit-background-clip: text;
  color: transparent;
  border-bottom: 2px solid #00bfd6;
}
.home-view .industry .swiper-container-horizontal>.swiper-pagination-bullets, 
.home-view .industry .swiper-pagination-custom, .swiper-pagination-fraction{
  top: 0px;
  bottom: unset;
}



/* productivity  4*/
.home-view .productivity{
  display: flex;
  align-items: center;
  padding-top: 100px;
}
.home-view .productivity .txt{
  width: 50%;
  padding:0 4% 0 18%;
  box-sizing:border-box;
}
.home-view .productivity .txt .tit{
  font-size: 50px;
}
.home-view .productivity .txt .desc{
  font-size: 16px;
  padding-top: 30px;
  line-height: 1.5;
}
.home-view .productivity .txt ul{
  padding-top: 30px;
}
.home-view .productivity .txt ul li{
  position: relative;
  float: left;
  width: 50%;
  padding-left: 15px;
  box-sizing: border-box;
  color: #000;
  font-size: 15px;
  font-style: italic;
  padding-bottom: 20px;
}
.home-view .productivity .txt ul li::after{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #00bfd6;
}
.home-view .productivity .pic{
  width: 50%;
}
.home-view .productivity .pic img{
  display: block;
  width: 100%;
}
/* item 5 */
.home-view .item .show-mobile{
  display: none;
}
.home-view .item{
  padding: 160px 0 100px;
}
.home-view .item .center1300{
  display: flex;
  align-items: center;
}
.home-view .item ul li{
  max-width: 560px;
  height: 160px;
  margin-left: 40px;
  padding:0 50px 0 50px;
  box-sizing: border-box;
  cursor: pointer;
}
.home-view .item .pic .p{
  display: none;
}
.home-view .item .pic .p.active{
  display: block;
}
.home-view .item ul li:last-child{
  margin-bottom: 0;
}
.home-view .item ul li .txt{
  padding-top: 35.5px;
}
.home-view .item ul li .tit{
  font-size: 24px;
}
.home-view .item ul li .desc{
  padding-top: 12px;
  font-size: 16px;
  line-height: 1.5;
}
.home-view .item ul li.active{
  background: url('https://www.huion.com/statics/b2b/img/home-item-bg.jpg') no-repeat center center;
}
.home-view .item ul li.active .tit,
.home-view .item ul li.active .desc{
  color: #fff;
}
/* 6 home-swiper */
.home-swiper{
  padding-bottom: 100px;
  background: #05121a;
  overflow: hidden;
}
.home-swiper .title{
  padding-top: 120px;
}
.home-swiper .swiper-slide-active .content{
  background: #f7f7f7;
}
.home-swiper .public-swiper .content .tit{
  font-size: 24px;
  color: #0f0f0f;
}
.home-swiper .public-swiper .content .desc{
  font-size: 14px;
  color: #525252;
}
.home-swiper .public-swiper .content{
  background: #fff;
}
/* products 7 */
.home-view .products{
  padding-top: 110px;
}
.home-view .products ul{
  display: flex;
  align-items: center;
  padding-top: 70px;
}
.home-view .products ul li{
  position: relative;
  width: 49%;
  border-radius: 8px;
  overflow: hidden;
}
.home-view .products ul li .txt{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 26px 30px 0;
  height: 200px;
  color: #fff;
  box-sizing: border-box;
  background: rgba(0,0,0,.6);
}
.home-view .products ul li img{
  width: 100%;
  display: block;
}
.home-view .products ul li:first-child{
  margin-right: 2%;
}
.home-view .products ul li .txt .tit{
  font-size: 20px;
}
.home-view .products ul li .txt .tit span{
  display: inline-block;
  width: 4px;
  height: 14px;
  margin-right: 16px;
  background: #00bfd6;
}
.home-view .products ul li .txt .desc{
  height: 52px;
  font-size: 22px;
  padding-top: 16px;
}
.home-view .products ul li .txt .small{
  font-size: 16px;
  padding-top: 20px;
}
/* customers 8 */
.home-view .customers{
  padding: 150px 0 100px;
}
.home-view .customers ul{
  padding-top: 90px;
}
.home-view .customers ul li{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  background: #f5f5f5;
}
.home-view .customers ul li .btn{
  width: 28%;
  text-align: center;
}
.home-view .customers ul li .btn span{
  display: inline-block;
  width: 140px;
  height: 40px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 40px;
}
.home-view .customers ul li:nth-child(1) .btn span{
  background: #91b494;
}
.home-view .customers ul li:nth-child(2) .btn span{
  background: #005caf;
}
.home-view .customers ul li:nth-child(3) .btn span{
  background: #f7c556;
}
.home-view .customers ul li:nth-child(4) .btn span{
  background: #008aa7;
}
.home-view .customers ul li table{
  width: 72%;
  padding:36px 0;
}
.home-view .customers ul li table tr{
  font-size: 20px;
  color: #959595;
}
.home-view .customers ul li table tr td{
  margin: 0 70px 20px 0;
}
.home-view .customers ul li table tr:last-child td{
  margin-bottom: 0;
}
.home-view .customers ul li table tr td:last-child{
  margin-right: 0;
}
.home-view .customers ul li table tr *{
  display: inline-block;
  vertical-align: middle;
}
.home-view .customers ul li table tr span{
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border-radius: 8px;
  background: #959595;
}
@media screen and (max-width:1200px){
  /* 1 */
  .home-view .technology .tit{
    font-size: 48px;
  }
  .home-view .technology{
    height: 600px;
    background: url('https://www.huion.com/statics/b2b/img/home-technology-pic.jpg') no-repeat right center;
    background-size: cover;
  }
  .home-view .technology .txt{
    padding: 180px 0 0 5%;
  }
  .home-view .technology .desc{
    color: #000;
  }
  /* 2 */
  .home-view .original {
    padding: 80px 0;
  }
  .home-view .original .title{
    width: 90%;
    margin:0 auto;
  }
  .home-view .original .title i{
    font-size: 32px;
  }
  .home-view .original ul{
    padding: 80px 5% 0;
  }
  .home-view .original ul li .tit{
    font-size: 20px;
  }
  /* 3 */
  .home-view .industry .title{
    padding-top: 80px;
    font-size: 46px;
  }
  .home-view .industry .swiper-slide img{
    width: 100%;
    display: block;
  }
  .home-view .industry .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 4px 4px;
  }
  .home-view .industry .swiper-wrapper{
    margin-top: 30px;
  }
  .home-view .industry .swiper-button-next img,
  .home-view .industry .swiper-button-prev img{
    width: 46px;
  }
  .home-view .industry .txt-wrap{
    width: 50%;
  }
  .home-view .industry .txt-wrap .txt .tit{
    font-size: 22px;
  }
  /* 4 */
  .home-view .productivity{
    display: block;
  }
  .home-view .productivity .txt{
    width: 100%;
    padding:0 5%;
    text-align: center;
  }
  .home-view .productivity .txt ul{
    text-align: left;
  }
  .home-view .productivity .pic{
    width: 100%;
    padding-top: 40px;
  }
  /* 5 */
  .home-view .item{
    padding:80px 0;
  }
  .home-view .item .pic{
    width: 60%;
  }
  .home-view .item .pic .p img{
    display: block;
    width: 100%;
  }
  .home-view .item ul{
    width: 40%;
  }
  .home-view .item ul li{
    height: auto;
    padding:0 10px;
    margin-left: 2%;
  }
  .home-view .item ul li .txt{
    padding: 10px 0;
  }
  .home-view .item ul li .tit{
    font-size: 20px;
  }
  .home-view .item ul li .desc{
    font-size: 14px;
  }
  /* 7 */
  .home-view .products{
    padding-top: 80px;
  }
  .home-view .products ul{
    display: block;
    padding:50px 5% 0;
  }
  .home-view .products ul li{
    width: 100%;
  }
  .home-view .products ul li:first-child {
    margin-right: 0;
    margin-bottom: 3%;
  }
  /* 8 */
  .home-view .customers{
    padding:80px 0;
  }
  .home-view .customers ul{
    padding-top: 60px;
  }
  
}
@media screen and (max-width:600px){
  .home-view .productivity .txt .tit,
  .home-view .technology .tit,
  .home-view .original .title i,
  .home-view .industry .title{
    font-size: 28px;
  }
  /* 1 */
  .home-view .technology{
    height: auto;
    background: unset;
    background-size: cover;
  }
  .home-view .technology .txt{
    padding: 60px 5% 0;
    text-align: center;
  }
  .home-view .technology .desc{
    font-size: 14px;
    color: #000;
    padding-top: 18px;
  }
  .home-view .technology .mobile-pic{
    display: block;
    padding-top: 30px;
  }
  .home-view .technology .mobile-pic img{
    display: block;
    width: 100%;
  }
  /* 2 */
  .home-view .original ul{
    padding: 60px 5% 0;
  }
  .home-view .original ul li{
    width: 50%;
    margin-bottom: 20px;
    text-align: center;
  }
  .home-view .original ul li .icon img{
    width: 90px;
  }
  .home-view .original ul li .tit{
    font-size: 18px;
    padding-top: 10px;
  }
  .home-view .original ul li .desc{
    font-size: 14px;
    padding-top: 10px;
  }
  /* 3 */
  .home-view .industry .swiper-pagination-bullet{
    font-size: 14px;
  }
  .home-view .industry .txt-wrap{
    width: 100%;
    position: unset;
    padding: 20px 0;
  }
  .home-view .industry .swiper-button-next img,
  .home-view .industry .swiper-button-prev img{
    width: 36px;
  }
  .home-view .industry .txt-wrap .txt .tit{
    font-size: 20px;
  }
  .home-view .industry .txt-wrap .txt .desc{
    font-size: 14px;
  }
  .home-view .industry .txt-wrap .txt .more{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-top: 30px;
  }
  .home-view .industry .txt-wrap .txt{
    padding:0 20px;
  }
  /* 4 */
  .home-view .productivity{
    padding-top: 60px;
  }
  .home-view .productivity .txt ul{
    padding-left: 16%;
  }
  .home-view .productivity .txt ul li{
    width: 100%;
    padding-bottom: 10px;
  }
  .home-view .productivity .txt .desc{
    font-size: 15px;
  }
  /* 5 */
  .home-view .item{
    padding: 60px 0;
  }
  .home-view .item .show-pc{
    display: none;
  }
  .home-view .item .show-mobile,
  .home-view .item .center1300{
    display: block;
  }
  .home-view .item ul{
    width: 100%;
  }
  .home-view .item ul li{
    margin-left: 0;
  }
  .home-view .item ul li .tit {
    font-size: 18px;
  } 
  .home-view .item .pic{
    width: 90%;
    margin:0 auto;
    margin-top: 20px;
  }
  /* 6 */
  .home-swiper{
    padding-bottom: 0;
  }
  .home-swiper .title{
    padding-top: 60px;
  }
  /* 7 */
  .home-view .products{
    padding-top: 60px;
  }
  .home-view .products ul li .txt .desc{
    font-size: 14px;
  }
  .home-view .products ul li .txt .small{
    font-size: 14px;
    padding-top: 6px;
  }
  .home-view .products ul li .txt{
    height: 168px;
    padding: 26px 12px 0;
  }
  /* 8 */
  .home-view .customers ul li{
    display: block;
  }
  .home-view .customers ul li .btn{
    margin: 0 auto;
    padding-top: 30px;
  }
  .home-view .customers ul li table{
    width: 90%;
    margin: 0 auto;
  }
  .home-view .customers ul li .btn span,
  .home-view .customers ul li table tr{
    font-size: 16px;
  }
  .home-view .customers ul li table tr:last-child td{
    margin-bottom: 20px;
  }
}
/* 首页 end */



/* 首页-金融  start*/
.finance-head .pic img,
.finance-deliver .pic img,
.finance-application .item .pic img{
  display: block;
  width: 100%;
}
.finance-application .item1 .mobile-pic,
.finance-application .item3 .mobile-pic,
.finance-deliver .mobile-pic{
  display: none;
}
/* 1 */
.finance-head{
  display: flex;
  align-items: center;
  background: #05121a;
}
.finance-head .txt{
  width: 46.875%;
  padding:0 5% 0 18%;
  color: #fff;
  box-sizing: border-box;
}
.finance-head .txt .tit{
  font-size: 80px;  
}
.finance-head .txt .line{
  width: 50px;
  height: 10px;
  background: #fff;
  margin-top: 30px;
}
.finance-head .txt .desc{
  font-size: 26px;
  padding-top: 60px;
}
.finance-head .pic{
  width: 53.125%;
}
/* 2 */
.finance-deliver{
  display: flex;
  align-items: center;
}
.finance-deliver .pic{
  width: 46.875%;
}
.finance-deliver .txt{
  width: 53.125%;
  padding:0 18% 0 5%;
  box-sizing: border-box;
}
.finance-deliver .txt .desc{
  font-size: 16px;
  color: #525252;
  padding-top: 30px;
  line-height: 1.5;
}
/* 3 */
.finance-benefits{
  padding-top: 170px;
}
.finance-benefits ul{
  padding: 120px 80px 90px;
}
.finance-benefits ul li .num{
  float: left;
  width: 50px;
  height: 50px;
}
.finance-benefits ul li{
  float: left;
  width: 45%;
  margin: 0 10% 100px 0;
}
.finance-benefits ul li:nth-child(2n){
  margin-right: 0;
}
.finance-benefits ul li .txt{
  float: left;
  width: 80%;
  margin-left: 3%;
  font-size: 20px;
  color: #0f0f0f;
}
/* 4 */
.finance-application{
  background: #05121a;
  padding-bottom: 100px;
}
.finance-application .title{
  padding-top: 110px;
}
.finance-application .item{
  display: flex;
  align-items: center;
}
.finance-application .item1{
  padding-top: 90px;
}
.finance-application .item .pic{
  width: 50%;
}
.finance-application .item .txt{
  width: 50%;
  color: #fff;
  padding:0 10%;
  box-sizing: border-box;
}
.finance-application .item .txt .tit{
  font-size: 30px;
  color: #fff;
}
.finance-application .item .txt .desc{
  font-size: 16px;
  color: #525252;
  padding-top: 18px;
}
@media screen and (max-width:1600px){
  .finance-head .txt{
    padding: 0 5% 0 10%;
  }
}
@media screen and (max-width:1200px){
  .finance-head .txt .tit{
    font-size: 40px;
  }
  .finance-head .txt .line{
    height: 6px;
  }
  .finance-head .txt .desc{
    font-size: 20px;
    padding-top: 16px;
  }
  .f50-white,
  .f50-black{
    font-size: 32px;
  }
  .finance-deliver .txt{
    padding:0 2%;
  }
  .finance-deliver .txt .desc{
    font-size: 14px;
    padding-top: 14px;
  }
  .finance-benefits{
    padding-top: 90px;
  }
  .finance-benefits ul{
    padding: 60px 5% 0;
  }
  .finance-benefits ul li .txt{
    font-size: 18px;
  }
  .finance-application .item .txt{
    padding: 0 5%;
  }
  .finance-application .item .txt .tit{
    font-size: 26px;
  }
}
@media screen and (max-width:760px){
  .f50-white,
  .f50-black{
    font-size: 26px;
  }
  .finance-deliver .pic,
  .finance-application .item1 .pic,
  .finance-application .item3 .pic{
    display: none;
  }
  .finance-application .item3 .mobile-pic,
  .finance-application .item1 .mobile-pic,
  .finance-deliver .mobile-pic{
    display: block;
  }
  .finance-application .item3 .mobile-pic img,
  .finance-application .item1 .mobile-pic img,
  .finance-deliver .mobile-pic img{
    display: block;
    width: 100%;
  }
  .finance-application .item,
  .finance-deliver,
  .finance-head{
    display: block;
  }
  .finance-deliver .txt,
  .finance-head .txt{
    width: 100%;
    padding:60px 5% 0;
    text-align: center;
  }
  .finance-head .txt .tit{
    font-size: 30px;
  }
  .finance-head .txt .line{
    width: 40px;
    height: 4px;
    margin:30px auto 0;
  }
  .finance-head .txt .desc{
    font-size: 16px;
  }
  .finance-application .item3 .mobile-pic,
  .finance-application .item .pic,
  .finance-deliver .mobile-pic,
  .finance-head .pic{
    width: 100%;
    padding-top: 50px;
  }
  .finance-benefits ul li{
    width: 100%;
    margin: 0 10% 40px 0;
  }
  .finance-benefits ul li .txt{
    font-size: 16px;
  }
  .finance-application .item1{
    padding-top: 0;
  }
  .finance-benefits,
  .finance-application .title{
    padding-top: 60px;
  }
  .finance-application .item .txt{
    width: 100%;
    text-align: center;
    padding-top: 50px;
  }
  .finance-application .item .txt .tit{
    font-size: 20px;
  }
  .finance-application .item1 .mobile-pic,
  .finance-application .item3 .moblie-pic{
    padding-top: 40px;
  }
}
/* 首页-金融  end*/

/* 首页-医院 start */
.hospital-application .mobile-pic,
.hospital-tourism .mobile-pic{
  display: none;
}
/* 2 */
.hospital-tourism{
  margin-top: 100px;
}
.hospital-tourism .center1400{
  display: flex;
  align-items: center;
}
.hospital-tourism .pic{
  width: 50%;
}
.hospital-tourism .txt{
  width: 50%;
  padding:0 5%;
  box-sizing: border-box;
}
.hospital-tourism .txt .desc{
  font-size: 16px;
  color: #525252;
  padding-top: 20px;
  line-height: 1.5;
}
/* 3 */
.hospital-benefits{
  padding-top: 100px;
}
.hospital-benefits .center1400{
  display: flex;
  align-items: center;
}
.hospital-benefits .txt{
  width: 50%;
  padding:0 5%;
  box-sizing: border-box;
}
.hospital-benefits ul li{
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.hospital-benefits ul li .num{
  width: 50px;
  height: 50px;
}
.hospital-benefits ul li .desc{
  width: 80%;
  padding-left: 20px;
  font-size: 20px;
  color: #0f0f0f;
}
/* 4 */
.hospital-application{
  padding-top: 150px;
}
.hospital-application .btn{
  display: flex;
  align-items: center;
  margin-top: 100px;
  background: #05121a;
}
.hospital-application .pic{
  width: 50%;
}
.hospital-application .pic img{
  display: block;
  width: 100%;
}
.hospital-application .txt{
  width: 50%;
  padding: 0 18% 0 5%;
  color: #fff;
  box-sizing: border-box;
}
.hospital-application .item .tit{
  font-size: 30px;
  color: #fff;
}
.hospital-application .txt .desc{
  font-size: 16px;
  color: #999;
  padding-top: 18px;
}
.hospital-application .item2{
  padding-top: 70px;
}
@media screen and (max-width:1200px){
  .hospital-tourism .pic img,
  .hospital-benefits .pic img{
    width: 100%;
  }
  .hospital-benefits .center1400{
    display: block;
  }
  .hospital-benefits .txt{
    width: 100%;
  }
  .hospital-benefits .pic{
    padding-top: 50px;
  }
  .hospital-application{
    padding-top: 80px;
  }
  .hospital-application .btn{
    margin-top: 60px;
  }
  .hospital-application .txt{
    padding:0 2%;
  }
  .hospital-application .item .tit{
    font-size: 22px;
  }
  .hospital-application .item .desc{
    font-size: 14px;
    padding-top: 10px;
  }
  .hospital-application .item2{
    padding-top: 20px;
  }
}
@media screen and (max-width:760px){
  .hospital-application .mobile-pic img,
  .hospital-tourism .mobile-pic img{
    display: block;
    width: 100%;
  }
  .hospital-application .pic,
  .hospital-tourism .pic{
    display: none;
  }
  .hospital-application .btn,
  .hospital-tourism .center1400{
    display: block;
  }
  .hospital-tourism .txt{
    width: 100%;
    text-align: center;
  }
  .hospital-application .mobile-pic,
  .hospital-tourism .mobile-pic{
    display: block;
    width: 100%;
    padding-top: 50px;
  }
  .hospital-tourism{
    margin-top: 60px;
  }
  .hospital-application,
  .hospital-benefits{
    padding-top: 60px;
  }
  .hospital-benefits .tit{
    text-align: center;
  }
  .hospital-benefits ul li .desc{
    font-size: 16px;
  }
  .hospital-application .txt{
    width: 100%;
    padding: 60px 5% 0;
    text-align: center;
  }
}
/* 首页-医院 end */

/* 首页-零售 start */
.retail-application .item img,
.retail-benefits .pic img,
.retail-head .pic img{
  width: 100%;
  display: block;
}
.retail-application .item1 .mobile-pic{
  display: none;
}
/* 1 */
.retail-head{
  display: flex;
  align-items: center;
  background: #d1aa6b;
}
.retail-head .txt{
  position: relative;
  width: 46.875%;
  margin-right: -50px;
  padding-left: 16%;
  color: #fff;
  box-sizing: border-box;
}
.retail-head .txt .tit{
  font-size: 80px;
}
.retail-head .txt .line{
  width: 50px;
  height: 10px;
  background: #fff;
  margin-top: 30px;
}
.retail-head .txt .desc{
  font-size: 26px;
  padding: 30px 20% 0 0;
}
.retail-head .pic{
  width: 53.125%;
}
/* 2 */
.retail-tourism .pic{
  margin-bottom: -120px;
}
/* 3 */
.retail-benefits{
  display: flex;
  align-items: center;
  background: #f7f7f7;
  padding: 280px 0 100px;
}
.retail-benefits .txt{
  width: 53.125%;
  padding:0 5% 0 18%;
  box-sizing: border-box;
}
.retail-benefits .pic{
  width: 46.875%;
}
.retail-benefits ul li{
  display: flex;
  align-items: center;
  padding-top: 50px;
}
.retail-benefits ul li .num{
  width: 50px;
  height: 50px;
}
.retail-benefits ul li .desc{
  width: 80%;
  padding-left: 20px;
  font-size: 20px;
  color: #0f0f0f;
}
/* 4 */
.retail-application{
  padding-top: 110px;
}
.retail-application .item1{
  margin-top: 90px;
}
.retail-application .item2 .txt,
.retail-application .item1 .pic{
  width: 51%;
  box-sizing: border-box;
}
.retail-application .item2 .pic,
.retail-application .item1 .txt{
  width: 49%;
  box-sizing: border-box;
}
.retail-application .item{
  display: flex;
  align-items: center;
  background: #f7f7f7;
}
.retail-application .item1 .txt{
  padding:0 18% 0 7%;
}
.retail-application .item2 .txt{
  padding:0 7% 0 18%;
}
.retail-application .item .txt .tit{
  font-size: 30px;
  color: #000;
}
.retail-application .item .txt .desc{
  font-size: 16px;
  color: #999;
  line-height: 1.5;
  padding-top: 18px;
}
@media screen and (max-width:1200px){
  .hospital-tourism{
    margin-top: 80px;
  }
  .retail-application{
    padding-top: 80px;
  }
  .retail-head .txt .tit{
    font-size: 40px;
  }
  .retail-head .txt .desc{
    font-size: 18px;
  }
  .retail-head .txt{
    padding-left: 5%;
    margin-right: 0;
  }
  .hospital-tourism .txt{
    margin-bottom: -100px;
  }
  .retail-benefits{
    display: block;
    padding:180px 0 80px;
  }
  .retail-benefits .txt{
    width: 100%;
    padding:0 5%;
  }
  .retail-benefits .pic{
    width: 100%;
    padding:60px 0 0;
  }
  .retail-application .item .txt .tit{
    font-size: 22px;
  }
  .retail-application .item .txt .desc{
    font-size: 14px;
  }
  .retail-application .item .txt{
    padding:0 5%;
  }
  
  
}
@media screen and (max-width:760px){
  .retail-head{
    display: block;
  }
  .retail-head .txt{
    width: 100%;
    padding:60px 5% 0;
    text-align: center;
  }
  .retail-head .txt .line{
    width: 40px;
    height: 4px;
    margin: 30px auto 0;
  }
  .retail-head .txt .tit{
    font-size: 30px;
  }
  .retail-head .txt .desc{
    font-size: 16px;
    padding:20px 0 0;
  }
  .retail-head .pic{
    width: 100%;
    padding-top: 50px;
  }
  .retail-application .item1,
  .hospital-tourism{
    margin-top: 60px;
  }
  .hospital-tourism .txt{
    margin-bottom: 0;
  }
  .retail-tourism .mobile-pic{
    padding-top: 50px;
  }
  .retail-benefits{
    padding: 60px 0;
  }
  .retail-benefits .tit{
    text-align: center;
  }
  .retail-benefits ul li .desc{
    font-size: 16px;
  }
  .retail-application{
    padding-top: 60px;
  }
  .retail-application .item1 .pic{
    display: none;
  }
  .retail-application .item,
  .retail-application .item1 .mobile-pic{
    display: block;
  }
  .retail-application .item2 .pic{
    width: 100%;
    padding-bottom: 60px;
  }
  .retail-application .item1 .mobile-pic,
  .retail-application .item2 .pic{
    padding-top: 40px;
  }
  .retail-application .item2 .txt,
  .retail-application .item1 .txt{
    width: 100%;
    padding-top: 60px;
    text-align: center;
  }
  
}
/* 首页-零售 end */


/* 首页-商务 start */
.business-application .item .mobile-pic{
  display: none;
}
/* 1 */
.business-head{
  height: 800px;
  background: url('https://www.huion.com/statics/b2b/img/business-head-bg.jpg') no-repeat center center;
}
.business-head .txt{
  width: 470px;
  padding-top: 190px;
  color: #fff;
}
.business-head .tit{
  font-size: 80px;
}
.business-head .txt .line{
  width: 50px;
  height: 10px;
  background: #fff;
  margin-top: 30px;
}
.business-head .desc{
  font-size: 26px;
  padding-top: 40px;
}
/* 2 */
.business-office{
  background: #f8f8f8;
}
.business-office .center1400{
  display: flex;
  align-items: center;
}
.business-office .txt,
.business-office .pic{
  height: 100%;
  height: 700px;
  background: #fff;
  margin-top: -100px;
}
.business-office .txt{
  padding:14% 100px 0;
  box-sizing: border-box;
}
.business-office .txt .desc{
  padding-top: 30px;
  line-height: 1.5;
}
/* 3 */
.business-benefits{
  background: #f8f8f8;
}
.business-benefits .tit{
  padding-top: 160px;
}
.business-benefits ul{
  padding-top: 110px;
}
.business-benefits ul li{
  float: left;
  width: 33.33%;
}
.business-benefits ul li .num{
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
}
.business-benefits ul li .desc{
  display: inline-block;
  width: 80%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  font-size: 20px;
  color: #0f0f0f;
}
/* 4 */
.business-application .item .pic img{
  display: block;
  width: 100%;
}
.business-application{
  padding-top: 190px;
  background: #f8f8f8;
}
.business-application .title{
  position: relative;
  margin-bottom: -40px;
  z-index: 2;
}
.business-application .item{
  display: flex;
  align-items: center;
  background: #fff;
}
.business-application .item .pic{
  width: 51%;
  padding-top: 100px;
  background: #f8f8f8;
}
.business-application .item2 .pic{
  width: 49%;
}
.business-application .item .txt{
  width: 35%;
  padding:100px 5% 0;
  box-sizing: border-box;
}
.business-application .item1 .txt,
.business-application .item3 .txt{
  margin-right: 14%;
  padding-top: 100px;
}
.business-application .item2 .txt{
  margin-left: 16%;
}
.business-application .item .txt .tit{
  font-size: 30px;
}
.business-application .item .txt .desc{
  font-size: 16px;
  color: #999;
  padding-top: 20px;
}
.business-application .item .icon{
  display:flex;
  align-items: center;
  padding-top: 60px;
}
.business-application .item .icon .small{
  padding-left: 16px;
  margin-top: -20px;
}
.business-application .item .icon .sup{
  font-size: 16px;
}
.business-application .item .icon .sub{
  display: inline-block;
  padding-top: 6px;
  font-size: 20px;
}
.business-application .item .icon .sub a{
  background: linear-gradient(to right, #02a4ff, #00bfd6);
  -webkit-background-clip: text;
  color: transparent;
}
@media screen and (max-width:1200px){
  .business-head .tit{
    font-size: 40px;
  }
  .business-head .txt{
    padding:190px 0 0 5%;
  }
  .business-office{
    background: #fff;
  }
  .business-office .center1400{
    display: block;
  }
  .business-office .txt{
    height: auto;
    padding:80px 5% 0;
    text-align: center;
  }
  .business-office .txt,
  .business-office .pic{
    margin-top: 0;
  }
  .business-office .pic{
    width: 90%;
    margin:60px auto;
  }
  .business-application,
  .business-benefits .tit{
    padding-top: 80px;
  }
  .business-benefits ul{
    padding: 60px 5%;
  }
  .business-benefits ul li{
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .business-benefits ul li .desc{
    width: 90%;
  }
  .business-application{
    background: #fff;
  }
  .business-application .title{
    text-align: center;
    margin-bottom: 0;
  }
  .business-application .item1{
    padding-top: 60px;
  }
  .business-application .item .txt .tit{
    font-size: 22px;
  }
  .business-application .item .icon .sup,
  .business-application .item .txt .desc{
    font-size: 14px;
  }
  .business-application .item .icon .sub{
    font-size: 16px;
  }
  .business-application .item .pic{
    width: 50%;
    background: #fff;
    padding-top: 0;
  }
  .business-application .item .icon img{
    width: 80px;
  }
  .business-application .item .txt{
    padding:0 2%;
  }
  .business-application .item1 .txt,
  .business-application .item3 .txt{
    width: 49%;
    margin-right: 0;
  }
  .business-application .item .icon{
    padding-top: 20px;
  }
  .business-application .item2 .txt{
    width: 50%;
    margin-left: 0;
  }
}
@media screen and (max-width:760px){
  .business-application .item .mobile-pic img,
  .business-office .pic img{
    width: 100%;
    display: block;
  }
  .business-head{
    height: 460px;
  }
  .business-head .txt{
    width: 90%;
    padding:120px 5% 0;
  }
  .business-head .tit{
    font-size: 28px;
  }
  .business-head .txt .line{
    height: 5px;
  }
  .business-head .desc{
    font-size: 20px;
  }
  .business-office .txt{
    padding: 60px 5% 0;
  }
  .business-office .txt,
  .business-office .pic{
    height: auto;
  }
  .business-application, 
  .business-benefits .tit{
    padding-top: 60px;
  }
  .business-benefits ul li .desc{
    width: 82%;
    padding:0 0 0 2%;
    font-size: 16px;
  }
  .business-benefits ul {
    padding: 60px 5% 30px;
  }
  .business-application .item{
    display: block;
  }
  .business-application .item1{
    padding-top: 0;
  }
  .business-application .item .mobile-pic{
    display: block;
    padding-top: 50px;
  }
  .business-application .item1 .pic,
  .business-application .item3 .pic{
    display: none;
  }
  .business-application .item .pic{
    width: 100%;
    padding-top: 50px;
  }
  .business-application .item1 .txt,
  .business-application .item2 .txt,
  .business-application .item3 .txt{
    width: 100%;
    padding:60px 5% 0;
    text-align: center;
  }
  .business-application .item .icon{
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
  .business-application .item .icon .small {
    margin-top: -10px;
  }
  
}
/* 首页-商务 end */


/* 首页-医疗 start */
/* 1 */
.medical-head{
  background: -moz-linear-gradient(top, #02a4ff 0%, #00bfd6 100%);
  background: -webkit-gradient(linear, left top, left right, color-stop(0%,#02a4ff), color-stop(100%,#00bfd6));
  background: -webkit-linear-gradient(top, #02a4ff 0%,#00bfd6 100%);
  background: -o-linear-gradient(top, #02a4ff 0%,#00bfd6 100%);
  background: -ms-linear-gradient(top, #02a4ff 0%,#00bfd6 100%);
  background: linear-gradient(to right, #02a4ff 0%,#00bfd6 100%);
}
.medical-head .txt{
  padding: 0 2% 0 10%;
}
/* 2  3*/
.medical-deliver{
  margin-top: 20px;
}
.government-deliver,
.medical-deliver,
.medical-benefits{
  background: -moz-linear-gradient(top, #f7f7f7 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left right, color-stop(0%,#f7f7f7), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #f7f7f7 0%,#ffffff 100%);
  background: linear-gradient(to right, #f7f7f7 0%,#ffffff 100%);
}
/* 4 */
.medical-application .title{
  padding-top: 120px;
}
.medical-application .item1{
  height: 700px;
  margin-top: 90px;
  background: url('https://www.huion.com/statics/b2b/img/medical-application-bg1.jpg') no-repeat center center;
}
.medical-application .item2{
  height: 700px;
  margin-top: 20px;
  background: url('https://www.huion.com/statics/b2b/img/medical-application-bg2.jpg') no-repeat center center;
}
.medical-application .item .txt{
  background: -moz-linear-gradient(top, rgba(2,164,255,.8) 0%, rgba(0,191,214,.8) 100%);
  background: -webkit-gradient(linear, left top, left right, color-stop(0%,rgba(2,164,255,.8)), color-stop(100%,rgba(0,191,214,.8)));
  background: -webkit-linear-gradient(top, rgba(2,164,255,.8) 0%,rgba(0,191,214,.8) 100%);
  background: -o-linear-gradient(top, rgba(2,164,255,.8) 0%,rgba(0,191,214,.8) 100%);
  background: -ms-linear-gradient(top, rgba(2,164,255,.8) 0%,rgba(0,191,214,.8) 100%);
  background: linear-gradient(to right, rgba(2,164,255,.8) 0%,rgba(0,191,214,.8) 100%);
}
.medical-application .item .txt{
  width: 630px;
  height: 700px;
  padding:250px 6% 0;
  box-sizing: border-box;
  color: #fff;
}
.medical-application .item1 .txt{
  margin-left: 630px;
}
.medical-application .item .txt .tit{
  font-size: 30px;
}
.medical-application .item .txt .desc{
  font-size: 16px;
  padding-top: 20px;
  line-height: 1.6;
}
@media screen and (max-width:1200px){
  .medical-application .item .txt,
  .medical-application .item1 .txt {
    width: 600px;
    margin: 0 auto;
}
}
@media screen and (max-width:760px){
  .medical-head .txt {
    padding: 60px 5% 0;
  }
  .medical-application .item2,
  .medical-application .item .txt,
  .medical-application .item1{
    height: 400px;
  }
  .medical-application .item .txt{
    padding:80px 5% 0;
  }
  .medical-application .item .txt,
  .medical-application .item1 .txt{
    width: 90%;
    text-align: center;
  }
  .medical-application .item .txt .tit{
    font-size: 22px;
  }
  .medical-application .item .txt .desc{
    font-size: 14px;
  }
  .medical-deliver,
  .medical-application .item2{
    margin-top: 10px;
  }
  .medical-application .item1{
    margin-top: 50px;
  }
  .medical-application .title{
    padding-top: 60px;
  }
}

/* 首页-医疗 end */

/* 首页-政府 start */
.government-head{
  background: #082132;
}
.government-head .txt{
  padding:0 0 0 18%;
}
.government-head .txt .tit{
  font-size: 70px;
}
/* 2 */
.government-deliver{
  margin-top: 20px;
}
/* 3 */
.government-benefits{
  padding:0;
  background: #fff;
}
.government-benefits ul li .num{
  width: 50px;
  height: 50px;
}
/* 4 */
.government-application{
  background: #f8f8f8;
  overflow: hidden;
}
.government-application .title{
  padding-top: 120px;
}
@media screen and (max-width:1200px){
  .government-head .txt .tit{
    font-size: 42px;
  }
  .government-head .txt{
    padding:0 0 0 5%;
  }
  .government-benefits{
    padding:80px 5% 0;
  }
}
@media screen and (max-width:760px){
  .government-benefits,
  .government-head .txt{
    padding:60px 5% 0;
  }
  .government-benefits{
    padding-bottom: 60px;
  }
  .government-head .txt .tit {
    font-size: 30px;
  }
  .government-application .title{
    padding-top: 60px;
  }
  .government-deliver{
    margin-top: 10px;
  }
}
/* 首页-政府 end */

/* 公共轮播 start */
.public-swiper{
  margin-top: 70px;
  position: relative;
}
.public-swiper .swiper-slide{
  display: flex;
  justify-content: flex-end;
  opacity: 0.3;
}
.public-swiper .swiper-slide-active{
  position: relative;
  opacity: 1;
}
.public-swiper .swiper-mary {
  padding-right: 0;
  transition: all .3s linear;
}
.swiper-mary {
  position: relative;
  padding-right: 13%;
  padding-left: 20.7%;
}
.public-swiper .swiper-slide.swiper-slide-active + .swiper-slide .swiper-mary {
  padding-left: 0;
  transition: none;
}
.public-swiper .swiper-slide.swiper-slide-active + .swiper-slide {
  display: block;
}
.public-swiper .swiper-slide.swiper-slide-active .swiper-mary{
  padding-right: 13%;
}
.public-swiper .content {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  max-width: 300px;
  padding: 90px 30px;
  transform: translate3d(0, -50%, 0);
  max-width: 364px;
  color: #ffffff;
  background: #282828;
  overflow: hidden;
}
.public-swiper .content .tit{
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.public-swiper .content .desc{
  font-size: 16px;
  color: #999;
  padding-top: 20px;
}
.swiper-slide-active .content {
  transition: all .3s linear;
  opacity: 1;
  border-radius: 5px;
  visibility: visible;
  transition-delay: .6s;
}
.public-swiper .swiper-slide {
  width: 1200px;
}
.public-swiper .swiper-slide .pic{
  display: inline-block;
}
.public-swiper .swiper-slide img {
  width: 100%;
}
.public-swiper .owl-nav{
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
}
.public-swiper .swiper-button-next,
.public-swiper .swiper-button-prev{
  width: 100%;
  position: unset;
  height: unset;
  margin-top: 0;
}
.public-swiper .swiper-button-prev{
  margin-top: 20px;
}
.public-swiper .swiper-pagination,
.public-swiper .swiper-button-next:after,
.public-swiper .swiper-button-prev:after{
  display: none;
}
@media screen and (max-width:1200px){
  .public-swiper .swiper-slide {
    width: 800px;
  }
  .public-swiper .content{
    max-width: 330px;
    padding:60px 30px;
  }
  .government-application .center{
    max-width: 960px;
  }
  .public-swiper .swiper-mary {
    padding-right: 13%;
  }
  .public-swiper .swiper-slide.swiper-slide-active + .swiper-slide .swiper-mary {
    padding-left: 20.7%;
  }
  .public-swiper .owl-nav img{
    width: 48px;
  }
}
@media screen and (max-width:800px){
  .public-swiper .swiper-slide {
    width: 700px;
  }
  .government-application .center{
    max-width: 720px;
  }
  .swiper-container {
    --space-between: 30px;
  }
  .public-swiper .content{
    max-width: 220px;
    padding:30px 15px;
  }
  .public-swiper .content .tit{
    font-size: 18px;
  }
  .public-swiper .content .desc{
    font-size: 14px;
  }
}
@media screen and (max-width:700px){
  .public-swiper .swiper-pagination{
    display: block;
  }
  .public-swiper .owl-nav{
    display: none;
  }
  .public-swiper{
    width: 96%;
    margin:50px auto;
  }
  .public-swiper .swiper-slide{
    width: 100%;
  }
  .swiper-container {
    --space-between: 0;
  }
  .public-swiper .swiper-slide.swiper-slide-active .swiper-mary,
  .public-swiper .swiper-mary{
    padding-right: 0;
  }
  .public-swiper .swiper-slide.swiper-slide-active + .swiper-slide .swiper-mary{
    padding-left: 0;
  }
  .swiper-mary{
    padding-left: 0;
    padding-right: 0;
  }
  .public-swiper .swiper-slide{
    opacity: 1;
  }
  .public-swiper .content{
    max-width: 100%;
    opacity: 1;
    border-radius: 0px;
    margin-top: -4px;
    text-align: center;
    position: unset;
    top: unset;
    left: unset;
    transform: unset;
  }
  .public-swiper .swiper{
    padding-bottom: 46px;
  }
  .public-swiper .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #ccc;
  }
  .public-swiper .swiper-pagination-bullet-active{
    background: #00bfd6!important;
  }
  .public-swiper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin:0 8px;
  }
}
/* 公共轮播 end */


/* 产品列表页 go */
.product-list .banner{
  height: 600px;
  background:url('https://www.huion.com/statics/b2b/img/product-list-banner.jpg') no-repeat center center;
}
.product-list .banner .txt{
  width: 530px;
  padding:170px 0 0;
}
.product-list .banner .desc{
  padding-top: 12px;
  color: #525252;
}
.product-list .list ul{
  display: inline-block;
  padding: 90px 0 0;
}
.product-list .list ul li{
  float: left;;
  font-size: 18px;
  margin-right: 60px;
}
.product-list .list ul li a{
  display: block;
  color: #999;
}
.product-list .list ul li:nth-child(4){
  margin-right: 0;
}
.product-list .list ul li a.active,
.product-list .list ul li a:hover{
  color: #0f0f0f;
  border-bottom: 2px solid #0f0f0f;
}
.product-list .item{
  padding: 40px 0 90px;
}
.product-list .item ul li{
  float: left;
  background: #fff;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.product-list .item .ull li:hover{
  box-shadow: 0 0 16px #ccc;
}
.product-list .item .ull li:nth-child(3n){
  margin-right: 0;
}
.product-list .item .ull li .pic{
  position: relative;
  height: 385px;
  background: #f7f7f7;
}
.product-list .item .ull li .pic img{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}
.product-list .item .ull li .pic .new{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 70px;
  height: 28px;
  font-size: 14px;
  color: #00bfd6;
  text-align: center;
  line-height: 28px;
  border-radius: 28px;
  border:1px solid #00bfd6;
  background: rgba(0,191,214,.15);
}
.product-list .item .ull li .txt{
  padding:22px 10px;
}
.product-list .item .ull li .model{
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .item .ull li .desc{
  color: #525252;
  height: 44px;
  padding-top: 12px;
  overflow: hidden;
}
.product-list .item .page{
  padding: 40px 0 100px;
}
.product-list .item .page a{
  color: #666;
}
.product-list .item .page *{
  display: inline-block;
  vertical-align: middle;
}
.product-list .item .page ul{
  padding:0 20px;
}
.product-list .item .page ul li{
  float: left;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border-radius: 4px;
  font-size: 14px;
}
.product-list .item .page ul li:last-child{
  margin-right: 0;
}
.product-list .item .page ul li a{
  display: block;
  color: #666;
}
.product-list .item .page ul li:hover a,
.product-list .item .page ul li.active a{
  color: #fff;
}
.product-list .item .page ul li:hover,
.product-list .item .page ul li.active{
  background: #00bfd6;
  color: #fff;
  transition: all 0.39s;
}
.product-list .item .page .left img{
  transform: rotate(180deg);
  transform-origin: center center;
}
.product-list .item .page ul .more{
  margin:0 10px 0 0;
}

@media screen and (max-width:992px){
  .product-list .banner .txt{
    padding:110px 5% 0;
  }
  .product-list .list ul{
    padding:80px 2% 0;
  }
  .product-list .list ul li{
    margin-right: 30px;
  }

  .product-list .item{
    padding:40px 2% 60px;
  }
  .product-list .item ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .product-list .item .ull li:nth-child(3n){
    margin-right: 2%;
  }
  .product-list .item ul li:nth-child(2n){
    margin-right: 0!important;
  }
}
@media screen and (max-width:760px){
  ::-webkit-scrollbar {
    display: none;
  } 
  .product-list .banner {
    height: 440px;
    background: url('https://www.huion.com/statics/b2b/img/mobile-product-list-banner.jpg') no-repeat center center;
    background-size: cover;
  }
  .product-list .banner .txt{
    width: 90%;
    padding:60px 5% 0;
    text-align: center;
  }
  .product-list .banner .desc{
    font-size: 16px;
  }
  .product-list .item .ull li .pic img{
    width: 70%;
    top: 60%;
  }
  .product-list .item .ull li .pic .new{
    width: 50px;
    height: 22px;
    line-height: 22px;
    top: 8px;
    left: 8px;
    font-size: 12px;
  }
  .product-list .item .ull li .pic{
    height: 150px;
    margin:0 auto;
  }
  .product-list .list{
    padding:0 2%;
  }
  .product-list .list ul {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 60px 0 0;
    box-sizing: border-box;
    overflow-x: scroll;
  }
  .product-list .list ul li{
    font-size: 16px;
    white-space: nowrap;
  }
  .product-list .item .ull li .txt {
    padding: 12px 10px 20px;
  }
  .product-list .item .ull li .desc{
    height: 36px;
    padding-top: 8px;
  }
  .product-list .item .page {
    padding: 20px 2% 0;
  }
}
/* 产品列表页 end */

/* Recommended Model推荐轮播 start */
.recommended-swiper{
  background:#f8f8f8;
  padding-bottom: 86px;
}
.recommended-swiper .tit{
  padding-top: 90px;
}
.recommended-swiper .model{
  position: relative;
  margin:80px 0 0;
}
.recommended-swiper ul li{
  background: #f8f8f8;
  text-align: center;
}
.recommended-swiper ul li .tt{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px 10px 0;
}
.recommended-swiper ul li .desc{
  color: #525252;
  height: 42px;
  overflow: hidden;
  padding:6px 6px 0;
}
.recommended-swiper ul li .pic img{
  display: block;
  width: 100%;
}
.recommended-swiper ul li .more{
  display: inline-block;
  padding-top: 58px;
  background: linear-gradient(to right, #02a4ff, #00bfd6);
  -webkit-background-clip: text;
  color: transparent;
}
.recommended-swiper ul li:hover .more{
  transition: all 0.36s ease;
}
.recommended-swiper ul li .more * {
  display: inline-block;
  vertical-align: middle;
}
.recommended-swiper .swiper-button-prev{
  left: 10%;
}
.recommended-swiper .swiper-button-next{
  right: 10%;
}
.recommended-swiper .swiper-button-prev,
.recommended-swiper .swiper-button-next{
  outline: none;
}
.recommended-swiper .swiper-button-prev:after,
.recommended-swiper .swiper-button-next:after{
  display: none;
}
/* 无轮播样式 */
.recommended-swiper .no-swiper-model ul li{
  display: inline-block;
  vertical-align: top;
  width: 385px;
}

.recommended-swiper .no-swiper-model .swiper-wrapper{
  justify-content: center; 
  transform: unset!important;
}
@media screen and (max-width:1600px){
  .recommended-swiper .no-swiper-model ul li{
    width: 300px;
  }
}
@media screen and (max-width:1200px){
  .recommended-swiper ul li .more{
    padding-top: 20px;
  }
  .recommended-swiper .swiper-button-prev img,
  .recommended-swiper .swiper-button-next img{
    display: block;
    width: 46px;
  }
  .recommended-swiper .no-swiper-model ul{
    overflow-x: scroll;
  }
  .recommended-swiper .no-swiper-model .swiper-wrapper{
    justify-content: unset; 
  }
  .recommended-swiper .no-swiper-model ul::-webkit-scrollbar {
    display: none;
  } 
}
@media screen and (max-width: 700px){
  .recommended-swiper .tit{
    padding-top: 50px;
  }
  .recommended-swiper .swiper-button-prev, 
  .recommended-swiper .swiper-button-next{
    display: none;
  }
  .recommended-swiper ul li .desc{
    height: 36px;
    padding: 6px 16px 0;
  }
  .recommended-swiper ul li .more{
    padding-top: 8px;
  }
  .recommended-swiper .model{
    margin: 50px 0 0;
  }
  .recommended-swiper{
    padding-bottom: 50px;
    margin-bottom: 10px;
  }
  /* 无轮播样式 */
  .recommended-swiper .no-swiper-model{
    padding-top: 0;
  }
  .recommended-swiper .no-swiper-model ul li{
    width: 200px;
  }
}
/* Recommended Models轮播 end */


/* 产品详情页 go */
.product-details .brief{
  padding:0 0 80px;
}
.product-details .brief .pic{
  float: left;
  width: 500px;
  text-align: center;
  padding-top: 74px;
}
.product-details .swiper-abridge{
  position: relative;
}
.product-details .pic .gallery-top img{
  width: 88%;
}
.product-details .pic .gallery-thumbs img{
  width: 60%;
}
.product-details .swiper-button-white{
  color: #999;
  outline: none;
}
.product-details .swiper-button-next:after,
.product-details .swiper-button-prev:after{
  font-size: 20px;
  font-weight: bold;
}
.product-details .gallery-top {
  height: 80%;
  width: 100%;
}
.product-details .gallery-thumbs {
  width: 80%;
  height: 16%;
  margin-top: 4%;
  box-sizing: border-box;
}
.product-details .gallery-thumbs .swiper-slide {
  width: 15%;
  height: 86px;
  box-sizing: border-box;
  border:1px solid #ccc
}
.product-details .swiper-button-next.swiper-button-disabled, 
.product-details .swiper-button-prev.swiper-button-disabled{
  opacity: 1;
}
.product-details .pic .gallery-thumbs .swiper-slide-thumb-active{
  border:1px solid #00bfd6
}
.product-details .brief .pic img{
  vertical-align: middle;
}
.product-details .brief .pic span{
  height:100%;
  width:0;
  overflow:hidden;
  display:inline-block;
  vertical-align:middle;
}
.product-details .brief .txt{
  float: left;
  width: 600px;
  color: #111;
  padding:70px 50px 0;
}
.product-details .brief .txt .tit{
  font-size: 20px;
  font-weight: bold;
}
.product-details .brief .txt ul{
  margin-left: 20px;
}
.product-details .brief .txt ul li{
  list-style: disc;
  font-size: 16px;
  padding-top: 10px;
}
.product-details .brief .txt .shop{
  display: inline-block;
  width: 150px;
  height: 46px;
  margin-top:34px;
  background: #00bfd6;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 46px;

  border-radius: unset;
  border: none;
}
.product-details .brief .txt .diagonal-more:after {
  border-color: transparent #09c9e0 transparent transparent;
}
.product-details .brief .txt .diagonal-more:before{
  border-color: transparent transparent transparent #09c9e0;
}
.product-details .parameter .center{
  background: #f8f8f8;
  border-left:1px solid #e5e5e5;
  margin-bottom: 100px;
}
.product-details .parameter .tit{
  font-size: 20px;
  color: #333;
  padding:26px 0 26px 30px;
  border-right:1px solid #e5e5e5;
  border-bottom:1px solid #e5e5e5;
}
.product-details .parameter ul li{
  float: left;
  width: 50%;
  height: 60px;
  font-size: 16px;
  border-bottom:1px solid #e5e5e5;
}
.product-details .parameter .par,
.product-details .parameter .val{
  float: left;
  height: 60px;
  box-sizing: border-box;
  padding:20px 0 20px 2%;
  border-right:1px solid #e5e5e5;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.product-details .parameter .par{
  width: 28%;
  color: #000;
}
.product-details .parameter .val{
  color: #666;
  background: #fff;
  width: 72%;
}
.product-details .banner img{
  width: 100%;
  display: block;
}
.product-details .mobile-banner{
  display: none;
}

@media screen and (max-width:1200px){
  .product-details .brief{
    padding: 0 0 80px;
  }
  .product-details .parameter ul li{
    width: 100%;
  }
}
@media screen and (max-width:760px){
  .product-details .pc-banner{
    display: none;
  }
  .product-details .swiper-button-next{
    right: 0;
  }
  .product-details .swiper-button-prev{
    left: 0;
  }
  .product-details .mobile-banner{
    display: block;
  }
  .product-details .brief .pic{
    float: none;
    width: 94%;
    margin:0 auto;
  }
  .product-details .brief .pic img{
    width: 92%;
  }
  .product-details .brief .txt{
    float: none;
    width: 90%;
    padding:50px 5% 0;
  }
  .product-details .parameter .par, 
  .product-details .parameter .val{
    padding: 20px 0 20px 3%;
  }
  .product-details .brief .txt .tit{
    font-size: 18px;
  }
  .product-details .parameter .center{
    margin-bottom: 50px;
  }

}
/* 产品详情页 end */






@media screen and (max-width:1200px){
  
}
@media screen and (max-width:992px){
 
}
@media screen and (max-width:760px){
  
}









