/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */

  -webkit-font-smoothing: antialiased;
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
  border-style: none;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
  display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
  display: none;
}

html,body{
	height: 100%;
}

.wrap{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
}

/* 头部 */
.headerBox{
	width: 100%;
	height: 108px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}

.headerContent{
	width: 1200px;
	height: 108px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* border: 1px solid red; */
}

.headerL{
	width: 285px;
	height: 38px;
	margin-left: 25px;
}

.headerR{
	width: 286px;
	height: 38px;
	margin-right: 25px;
}

/* end */

/* 内容 */
.content{
	flex: 1;
	overflow-y:auto;
}

/* 大背景 */
.bigImgContent{
	width: 100%;
	height: 620px;
	background-image: url(../images/bigImg.png);
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.bigImgBox{
	margin-left: 10px;
	width: 1200px;
	/* border: 1px solid red; */
}

.bigImgText{
	margin-top: 99px;
	width: 1200px;
	height: 225px;
}

.bigImgBom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 97px;
}

.bigImgBomL{
	cursor: pointer;
}

.bigImgBomL:nth-child(1) div{
	margin-bottom: 26px;
}

.bigImgBomLT{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	
}

.bigImgBomLT img{
	width: 15px;
	height: 31px;
	margin-right: 10px;
}

.bigImgBomLT span{
	color: #FFFFFF;
	font-size: 28px;
}

.bigImgBomR{
	width: 296px;
	height: 93px;
	margin-right: 19px;
	cursor: pointer;
}
/*今日推荐*/
.daily_recom_con {
	width: 1190px;
	height: 414px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	top: 20px;
	overflow: hidden;
	padding-bottom: 4px
}

.daily_recom_con .daily_recom_left {
	width: 298px;
	height: 412px;
	margin-right: 10px;
	box-shadow: 0 0 10px 0 #dce2e2;
	background: #fff;
	border-top: 2px solid #5aceb2
}

.daily_recom_con .daily_recom_left .daily_left_title {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #333;
	text-indent: 14px;
	font-weight: 700
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 {
	height: 375px;
	width: 257px;
	margin: 0 auto;
	overflow: hidden
}
.daily_recom_con .daily_recom_left .daily_swiper_cont1 img{
	width: 100%;
	height: 95%;
	border-radius: 15px;
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont {
	margin: 0 auto;
	width: 257px;
	height: 375px;
	overflow: hidden;
	border-radius: 18px
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont ul {
	margin: 0 auto;
	width: 257px;
	height: 350px
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont ul li {
	width: 257px!important;
	height: 350px;
	border-radius: 18px;
	overflow: hidden
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont ul li a {
	display: block;
	width: 257px;
	height: 350px;
	line-height: 350px;
	text-align: center
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont ul li a img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont ul li a b {
	top: 0!important
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont .swiper-pagination-bullet {
	background: #ced9e7;
	height: 6px;
	margin: 0 2px!important
}

 .daily_recom_con .daily_recom_left .daily_swiper_cont1 .daily_swiper_cont .swiper-pagination-bullet-active {
	background: #90a8c8;
	width: 16px;
	border-radius: 10px
}

 .daily_recom_con .daily_recom_right {
	width: 880px;
	height: 412px;
	box-shadow: 0 0 10px 0 #dce2e2;
	background: #fff;
	border-top: 2px solid #5aceb2
}

 .daily_recom_con .daily_recom_right .daily_right_title {
	height: 46px;
	line-height: 46px;
	font-size: 14px;
	color: #333;
	font-weight: 700;
	text-indent: 22px;
	margin-bottom: 6px
}

 .daily_recom_con .daily_recom_right ul {
	padding-left: 20px
}

 .daily_recom_con .daily_recom_right ul li {
	float: left;
	margin-bottom: 18px;
	box-shadow: 0 0 10px 0 #dce2e2;
	border-radius: 5px;
	overflow: hidden
}

 .daily_recom_con .daily_recom_right ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: left;
	position: relative
}

 .daily_recom_con .daily_recom_right ul li a .bg {
	max-width: 100%;
	max-height: 100%;
	vertical-align: baseline;
	object-fit: contain
}

 .daily_recom_con .daily_recom_right ul li a .price-box {
	position: absolute;
	left: 18px;
	top: 112px
}

 .daily_recom_con .daily_recom_right ul li a .hot-tip {
	max-width: 100%;
	max-height: 100%;
	vertical-align: baseline;
	object-fit: contain;
	position: absolute;
	top: 0;
	right: 0
}

 .daily_recom_con .daily_recom_right ul li a .price-normal {
	color: #ff3c00;
	font-size: 16px;
	margin-right: 5px;
	line-height: 1;
	vertical-align: middle
}

 .daily_recom_con .daily_recom_right ul li a .price-underline {
	color: #999;
	font-size: 14px;
	line-height: 1;
	text-decoration: line-through;
	vertical-align: middle
}

 .daily_recom_con .daily_recom_right ul li a .arr-icon {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	line-height: 16px;
	text-align: center;
	margin-left: 10px;
	border: 1px solid #999;
	position: relative;
	border-radius: 50%
}

 .daily_recom_con .daily_recom_right ul li a .arr-icon:before {
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	border-top: 1px solid #4a484a;
	border-left: 1px solid #4a484a;
	-ms-transform: rotate(-221deg);
	transform: rotate(-221deg);
	position: absolute;
	top: 6px;
	left: 5px
}

 .daily_recom_con .daily_recom_right ul li:hover {
	-ms-transform: translateY(-4px);
	transform: translateY(-4px);
	transition: all .4s
}

 .daily_recom_con .daily_recom_right ul li:nth-of-type(1), .daily_recom_con .daily_recom_right ul li:nth-of-type(4) {
	width: 524px;
	height: 162px
}

 .daily_recom_con .daily_recom_right ul li:nth-of-type(2), .daily_recom_con .daily_recom_right ul li:nth-of-type(3) {
	width: 300px;
	height: 162px
}

 .daily_recom_con .daily_recom_right ul li:nth-of-type(1), .daily_recom_con .daily_recom_right ul li:nth-of-type(3) {
	margin-right: 15px
}

 .daily_recom_con .daily_recom_right ul .avgW {
	overflow: hidden;
	width: 412px!important
}
.fl {
	float: left;
}
.fr {
	float: right;
}

/*专利申请*/
.patent_registration {
	background: #f6fbfe;
	min-height: 480px;
}
.con{
	width: 1190px;
	margin: 0 auto;
	padding-top: 45px;
}
.patent_registration .con .left_con{
	width: 240px;
	height: 365px;
	float: left;
	padding: 6px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.patent_registration .con .left_con .top_con{
	width: 205px;
	height: 236px;
	overflow: hidden;
}
.patent_registration .con .left_con .bottom_con{
	margin-top: 60px;
}
.patent_registration .con .left_con .top_con h2{
	word-break: break-all;
	font-size: 66px;
	width: 150px;
	font-weight: 500;
	letter-spacing: 7px;
	line-height: 67px;
	color: #555;
	margin: 0;
	margin-top: 30px;
}
.patent_registration .con .left_con .top_con .subtitle{
	width: 205px;
	height: 46px;
	background: url(../static/nodejs-ipr-swww-web/components/patent/patent_channel_new/tm_block/img/subtit.c1952991.png) no-repeat;
	color: #fff;
	text-align: left;
	font-size: 12px;
	margin-top: 24px;
	padding-left: 12px;
	padding-top: 5px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
 .patent_registration .con .left_con .top_con .subtitle p{
	line-height: 18px;
}
.patent_registration .con .right_con{
	float: right;
	width: 950px;
	height: 365px;
}
 .patent_registration .con .right_con .official_service_right{
	margin-bottom: 15px;
	margin-left: 17px;
}
 .patent_registration .con .right_con .official_service_right .service_right_top{
	width: 930px;
	height: 190px;
	padding: 30px 0 60px 28px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}
.ovh {
	overflow: hidden;
}
 .patent_registration .con .right_con .official_service_right .service_right_top .service_right_top_1{
	width: 545px;
	height: 120px;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
}
.service_right_tit{
	margin-bottom: 15px;
}
.service_right_tit a{
	text-align: center;
	display: block;
	width: auto;
	height: auto;
	margin-left: -61px;
}
.service_right_tit a img{
	width: 24px;
	height: 20px;
	object-fit: contain;
	vertical-align: middle;
	margin-right: 4px;
}
.service_right_tit a span{
	display: inline-block;
	color: #333;
	font-size: 16px;
	vertical-align: middle;
}
li, ul {
	list-style: none;
}
.service_right_top li{
	float: left;
	width: 126px;
	height: 28px;
}
.service_right_top li a{
	display: block;
	color: #999;
	font-size: 14px;
	width: auto;
	height: auto;
}
.service_right_top li a span{
	width: 86px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.service_right_top_1 :after{
	content: '';
	display: block;
	height: 60px;
	border-left: 1px dashed #e9e9e9;
	position: absolute;
	right: 0;
	top: 50px;
}
.service_right_top_1{
	width: 545px;
	height: 120px;
	overflow: hidden;
	position: relative;
	padding-right: 20px;
}
.service_right_top_2{
	padding-right: 0;
	width: 320px;
}

.a_list{
	width: 950px;
	margin-left: 16px;
}
.a_list a{
	width: 302px;
	height: 190px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.a_list a .bg{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.a_list .price-normal{
	color: #ff3c00;
	font-size: 26px;
	margin-right: 5px;
	line-height: 1;
	display: block;
	position: absolute;
	top: 133px;
	left: 23px;
}
/* 关于我们，专注代理代办企业认证服务多年 */
.aboutBox{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 94px;
}

.aboutInfo{
	width: 1180px;
	/* border: 1px solid red; */
}

.aboutInfo img{
	width: 1180px;
}

/* 尾部 */
.footBox{
	width: 100%;
	height: 209px;
	background: #ffffff;
	display: flex;
	justify-content: center;
}

.footText1{
	font-size: 18px;
	color: #555555;
	text-align: center;
	margin-top: 65px;
}

.footText1 span{
	margin-left: 38px;
}

.footText2{
	font-size: 18px;
	color: #555555;
	text-align: center;
	margin-top: 40px;
}
/* end */

/* 查询底价 */
.lowBox{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 0;
	display: none;
}

.lowContent{
	width: 720px;
	height: 480px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -360px;
	background: url(https://www11.jhhdkjs.cn/image/lowBig.png);
	background-size: 100% 100%;
}

.lowTitle{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 28px;
}

.lowTitle img{
	width: 288px;
	height: 40px;
}

.lowInfo{
	margin-bottom: 16px;
}

.lowInfoEve{
	display: flex;
	justify-content: center;
	align-items: center;
}

.lowInfoEveT{
	font-size: 22px;
	color: #FFFFFF;
	margin-right: 16px;
}

.lowInfoEveTS{
	width: 266px;
	height: 45px;
	padding-left: 10px;
	border: none;
	border-radius: 6px;
	color: #999999;
	font-size: 14px;
}

.lowBtn{
	text-align: center;
	margin-top: 40px;
}

.lowBtn img{
	width: 211px;
	height: 46px;
	cursor: pointer;
}

.lowDel{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -220px;
	margin-left: 320px;
	background: url(https://www11.jhhdkjs.cn/image/caseDel.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.gundong::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .gundong::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius   : 10px;
  background-color: #999;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
  .gundong::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }