html,
body {
  height: 100%;
  min-width: 1230px;
  border: medium none;
  margin: 0;
  padding: 0;
}

ul,
ol,
dd,
dt,
p,
div {
  padding: 0;
  margin: 0
}

li {
  list-style: none
}

input {
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  border: 0
}

a,
a:hover,
a:active,
a:visited,
a:focus {
  text-decoration: none;
  color: inherit;
  outline: 0
}

a[href]:hover {
  color: #0082fa
}

img {
  border: 0px;
  outline-width: 0px;
  vertical-align: top;
}

.clear {
  clear: both;
}

.kj-zt {
  position: relative;
  width: 100%;
  min-height: 100%;
}

.kj-header {
  height: 92px;
  background: #02163c;
  color: #FFF
}

.kj-header--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 4;
  background: #FFF;
  box-shadow: 0 0 15px #bbb;
  border-bottom: 1px solid #dedede \9;
  color: #333
}

.kj-header__logo {
  float: left;
  width: 230px;
  height: 33px;
  margin-top: 20px;
}

.kj-header__navs {
  float: left;
  padding-left: 100px;
}

.kj-header__nav {
  position: relative;
  float: left;
  padding: 0 20px;
  line-height: 92px;
  font-size: 16px;
  white-space: nowrap;
  cursor: pointer
}

.kj-header__nav+.kj-header__nav {
  margin-left: 10px
}

.kj-header__nav--active,
.kj-header__nav--active>a {
  color: #0082fa !important
}

.kj-header__nav:before {
  position: absolute;
  bottom: 0;
  right: 50%;
  left: 50%;
  border-top: 2px solid #0082fa;
  line-height: 0;
  transition: all .3s;
  content: ''
}

.kj-header__nav--active:before,
.kj-header__nav--hover:before {
  left: 20px;
  right: 20px
}

.kj-header-nav--toggle:after {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-top: 8px solid;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: ''
}

.kj-header__nav--active .kj-header-nav--toggle:after {
  background-position: -17px -5px
}

.kj-header__nav a {
  color: #FFF
}

.kj-header__nav>a {
  color: inherit
}

.kj-header__badge {
  position: absolute;
  top: 11px;
  left: 100%;
  margin-left: -40px;
  padding: 4px;
  background: #ff9634;
  border-radius: 4px;
  color: #FFF;
  line-height: 12px;
  font-size: 11px
}

.kj-header__badge:after {
  position: absolute;
  bottom: -3px;
  left: 10px;
  border-top: 3px solid #ff9634;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: ""
}

.kj-header--fixed .kj-header__logo {
  background-position-y: -164px
}

.kj-header--fixed .kj-header__menu {
  background: #FFF;
  color: #666
}

.kj-header--fixed .kj-header__nav a {
  color: #666
}

.kj-header--fixed .kj-header__nav a:hover {
  color: #0082fa
}

.kj-header--fixed .kj-header__userinfo {
  border-color: #0082fa
}

.kj-header--fixed .kj-header__btn--bg {
  background: #0082fa;
  color: #fff
}

.kj-header--fixed .kj-header__btn--bg:hover {
  color: #FFF !important;
  opacity: .8
}

.kj-header--fixed .kj-header__btn {
  border-color: #0082fa
}

.kj-header__userinfo .kj-header__menu {
  left: 0;
  right: 0
}

.kj-content {
  position: relative;
  width: 1230px;
  margin: 0 auto
}

/* banner */
.banner {
  left: 0;
  top: 90px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.banner .img {
  display: block;
}


.xiaobiaoti {
  padding: 90px 0 0 0;
  color: #333;
}

.xiaobiaoti .h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
}

.xiaobiaoti .h1 span {
  display: inline-block;
}

.xiaobiaoti .h1 span:after {
  display: block;
  margin: 20px auto 0;
  width: 50%;
  height: 2px;
  background: #0E8CFE;
  content: '';
}

.chanpinzx {
  display: block;
  width: 160px;
  height: 60px;
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 50px;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #ddd;
}
.chanpinzx:hover {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  cursor: pointer
}
.lan {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

/* 产品简介 */
/* 产品 */
.section {
  padding: 10px 0;
  color: #333;
}

.section-gray {
  background-color: #F5F8FA;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.section .h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.section .h1 span {
  display: inline-block;
}

.section .h1 span:after {
  display: block;
  margin: 20px auto 0;
  width: 50%;
  height: 2px;
  background: #0E8CFE;
  content: '';
}

.section .h2 {
  font-size: 30px;
  font-weight: 700;
}

.section .h2:after {
  display: block;
  margin-top: 20px;
  width: 45px;
  height: 2px;
  background: #0E8CFE;
  content: '';
}

.section .title {
  width: 252px;
  height: 56px;
  margin-bottom: 45px;
  margin-left: 1px;
  border: 10px solid transparent;
  background-clip: content-box;
  box-shadow: 0 0 0 1px #ddd;
  border-radius: 42px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  line-height: 56px;
  font-size: 32px;
}

.section .title.orange {
  background-color: #FF9705;
}

.section .title.blue {
  background-color: #4472c4;
}

.section .subtitle {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}

.section .h4 {
  margin-bottom: 30px;
  color: #FFF;
  font-size: 26px;
}

.section .text {
  font-size: 18px;
  line-height: 20px;
}

.section .text .strong {
  font-weight: bold
}

.section .text p {
  line-height: 30px;
}

.section .text p+p {
  margin-top: 15px;
}

.section p .link {
  font-size: 16px;
  cursor: pointer;
}

.section .link:after {
  display: inline-block;
  margin-left: 15px;
  border-left: 10px solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  content: '';
}

.section .link:hover:after {
  color: #2596FE;
}

.section .courier-code {
  margin-top: 15px;
}

.section .courier-code img {
  width: 128px;
  border: 7px solid #FFF;
  border-radius: 8px;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.2);
}

.section .courier-code .code-text {
  width: 142px;
  margin-top: 13px;
  background: #ffffff;
  /* border: 1px solid #a3a3a3; */
  text-align: center;
  color: #333;
  line-height: 30px;
}

.codes {
  margin-top: 41px;
  padding-top: 39px;
  border-top: 1px solid #ebebeb;
}

.codes img {
  width: 142px;
  height: 142px;
  border-radius: 8px;
}

.codes .code-txt {
  margin-top: 10px;
  background: #ffffff;
  border-radius: 4px;
  line-height: 30px;
  text-align: center;
  color: #333;
}

/*咨询*/
.chanpinzx {
  display: block;
  width: 160px;
  height: 60px;
  background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
  margin-left: 50px;
  float: left;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 1px #ddd;
}

.lan {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}

/*功能特点*/
.security-customer .security-customer-content-wrapper {
  display: flex;
  justify-content: space-around;
  width: 1200px;
  margin: 0 auto;
  padding: 56px 0 0 0;
  flex-wrap: wrap;
}

.case-content .security .security-customer .security-customer-item {
  position: relative;
}

.security-customer .security-customer-item {
  width: 368px;
  height: 246px;
}

.item-pc {
  background: #fff;
  border: 1px solid #f3f5fa;
  box-shadow: 0 26px 30px 0 rgba(52, 71, 111, .05);
  border-radius: 16px;
  margin-bottom: 80px;
}

.security-customer .security-customer-item .security-customer-item-subtitle {
  font-family: PingFangSC-Regular;
  font-size: 22px;
  color: #000;
  line-height: 18px;
  font-weight: 600;
}

.security-customer .security-customer-item .security-customer-item-content {
  margin: 15px auto 0;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #5c6473;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
}

.case-content .security .security-customer .security-customer-item .security-customer-item-content {
  text-align: left;
}

.case-content .security .security-customer .security-customer-item .security-customer-item-img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.case-content .security .security-customer .security-customer-item .security-customer-item-img img {
  position: absolute;
  width: 70px;
  height: 70px;
  top: -25px;
  left: 63px;
}

.security-customer .security-customer-item .security-subtitle-content {
  margin: 11px auto;
  width: 252px;
}

.security-customer .security-customer-item:hover {
  -webkit-transform: translateY(-12px);
  transform: translateY(-12px);
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
  cursor: pointer
}

/*适用科室*/
/*æµ£æ’´î—…ç»¯è¤ç²º*/
.testWrap,
.EmailWrap {
  width: 100%;
  height: 134px;
  padding: 23px 0;
  margin: 0 auto;
  overflow: hidden;

}

.test,
.Email {
  width: 1200px;
  height: auto;
  margin: 0 auto;
}

.test ul li,
.Email ul li {
  float: left;
  width: 18%;
  margin-right: 2.5%;
}

.test ul li:last-child,
.Email ul li:last-child {
  margin-right: 0;
}

.test ul li a {
  display: block;
  width: 100%;
  border-radius: 9px;
  border: 1px solid rgba(0, 0, 0, 0);
  text-align: center;
  margin-top: 23;
  margin-top: 32px;
}

.test ul li a:hover {
  border: 1px solid #fff;
}

.test ul li img {
  margin: 10px;
  width: 40px;
  height: 40px;
}

.test ul li p,
.Email ul li p {
  font-size: 16px;
  color: #000000;

  margin-top: 12px;
  margin-bottom: 5px;
}

.test ul li span,
.Email ul li span {
  display: block;
  color: #fff;
  font-size: 14px;
  padding-bottom: 16px;
}

/*产品问答*/
.column {
  width: 100%;
}

.marg-per2>.col-4-1 {
  width: 23.5%;
  margin-right: 2%;
}

.column .col-2-1,
.column .col-3-1,
.column .col-4-1,
.column .col-4-2,
.column .col-5-1,
.column .col-3-2,
.column .col-4-3,
.column .col-5-2,
.column .col-5-3,
.column .col-5-4 {
  float: left;
  min-height: 1px;
  height: auto !important;
}

.qhd-content p {
  line-height: 1.8;
  margin-bottom: 10px;
  color: #3D485D;
}

.qhd-content img {
  vertical-align: middle;
  max-width: 100%;
  _max-width: none;
  height: auto !important;
  display: inline !important;
}

.column .last {
  margin-right: 0;
}

.chulai {
  position: relative;
  box-shadow: 0px 12px 24px 0px rgba(198, 197, 197, 0.24);
  border-radius: 12px;
  overflow: hidden;
  margin-top: 15px;
}

.column .wt1:hover {
  background: #0a7fff;
}
.column .wt2:hover {
  background: #ff9002;
}
.column .wt3:hover {
  background: #34c658;
}
.column .wt4:hover {
  background: #af52de;
}

.diyi {
  opacity: 1;
  position: relative;
  transition: all 0.5s ease 0s;
}
.diyi p.shangxian {
  position: absolute;
  top: 35%;
  left: 10%;
}
.dier {
  display: block;
  width: 100%;
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 10;
  color: #fff;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.dier p.shangxian {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px 0px 20px;
  color: #fff;
  text-align: left
}
.chulai p {
  margin-bottom: 0px;
}
.chulai .dier p {
  margin-bottom: 0px;
  line-height: 23px;
  font-size: 14px;
}
.chulai:hover .diyi {
  opacity: 0;
}
.chulai:hover .dier {
  opacity: 1;
}
/*品牌介绍*/
.gsjj{position: absolute;
  top: 0px;
  left: 0px;padding: 45px; box-sizing: border-box; color: #fff;}

.gsjj p{padding-bottom: 15px; line-height: 30px;}	
.page-width {
  max-width: 1200px !important;
    margin: 0 auto;
}
.marg-per0 > .col-2-1 {
  width: 50%;
  margin-right: 0;
}
img, video {
  max-width: 100%;
    height: auto;
}
/*相关产品*/
.news_con{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin:0 auto 0;
	text-align: center;
}
#swiper-container_news{
	padding-bottom:7%;
}
.slideBox_new {
	height:auto;
	overflow: hidden;
	position: relative;
  padding: 30px;
}
.slideBox_new .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox_new .bd li {
	zoom: 1;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}
.slideBox_new .prev{
	position: relative;
	z-index: 15;
	left: 47%;
	margin-top: 30px;
	display: block;
	width: 8px;
	height:12px;
	background:no-repeat 0 0;
}
.slideBox_new .next {
	position: relative;
	z-index: 15;
	left: 52.4%;
	margin-top: -30px;
	display: block;
	width: 8px;
	height:12px;
	background:
}
.news_con ol{
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.news_con ol li{
	float: left;
	width: 47%;
}
.news_con ol li:nth-child(2n){
	float: right;
	margin-right: 0;
}
.news_con ol li h2{
	font-size: 28px;
	color: #9b9b9b;
	text-align: left;
}
.news_con ol li h2 em{
	font-size: 18px;
	display: inline-block;
	margin-right:0.75%;
}
.news_con ol li h2 b{
	color: #2a79be;
	font-size: 20px;
	display: inline-block;
	margin: 0 0.75%;
}
.news_con ol li a{
	display: block;
	width: 100%;
}
.news_con ol li a p{
	font-size: 16px;
	text-align: left;
	color: #000000;
	margin: 1% auto 1.6%;
}
.news_con ol li a:hover p{
	color: #003366;
}
.news_con ol li a img{
	display: block;
	width: 100%;
}
.news_con ol li p{
  color: #000000;
  line-height: 25px;
  margin: 10px;
  text-align: left;
  font-size: 16px;
}
.news_con ol .line{
	position: absolute;
	z-index: 10;
	top: 0;
	left: 49.9%;
	width: 1px;
	height: 100%;
	background: #d8d8d8;
}
.news_con .em{
	position: relative;
	top: -14px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border:1px solid #E4C600;
	border-radius: 50%;
}
/*底部结尾*/
footer,.foot {text-align:center;line-height:1.8;background-color:#FFF; font-size:14px; min-width:1200px;}
.foot {padding:8px 0 20px 0;}
.foot_nav {line-height:2.0}
.foot_nav a {padding:0 5px;}
