/*! 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(../image/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;
}

/* 空档期 */
.neutralBox{
	width: 100%;
	height: 519px;
	background: #ebf4fe;
	display: flex;
	justify-content: center;
}

.neutralContent{
	margin-top: 62px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.neutralTitle{
	color: #1F75DC;
	font-size: 30px;
	font-weight: bold;
	height: 34.5px;
	margin-bottom: 47px;
}

.neutralText{
	color: #1F75DC;
	font-size: 24px;
	margin-bottom: 30px;
}

.neutralBtn{
	width: 130px;
	height: 30px;
	background: #ffd651;
	margin-bottom: 28px;
	text-align: center;
	line-height: 30px;
	border-radius: 4px;
	color: #1F75DC;
	font-size: 18px;
	cursor: pointer;
}

.neutralSpan{
	display: inline-block;
	background: #333333;
	color: #FFFFFF;
	border-radius: 4px;
	padding-left: 4px;
	padding-right: 4px;
	margin-left: 2px;
	margin-right: 2px;
}

.neutralFoot{
	text-align: center;
	margin-top: 30px;
}

.neutralFoot img{
	width: 546px;
	height: 68px;
	cursor: pointer;
}

/* 热门认证项目 */
.hotProBox{
	width: 100%;
	height: 1510px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
}

.hotProTitle{
	text-align: center;
	margin-top: 94px;
}

.hotProTitle img{
	width: 855px;
	height: 135px;
}

.hotProContent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 55px;
}

.hotProEve{
	margin-bottom: 74px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}

.hotProEve img{
	width: 223px;
	height: 234px;
}

.hotProEve div{
	width: 223px;
	text-align: center;
	color: #555555;
	font-size: 18px;
	margin-top: 20px;
}

.hotFoot{
	text-align: center;
	margin-top: 30px;
}

.hotFoot img{
	width: 547px;
	height: 90px;
	cursor: pointer;
}

.mask-inner{
  position: absolute;
  top: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  /* -moz-transition: top ease 800ms;
  -o-transition: top ease 800ms;
  -webkit-transition: top ease 800ms;
  transition: top ease 800ms; */
  /* border-radius: 8px; */
}
.hotProEve:hover .mask-inner{
  /* top: 0;
  left: 15px; */
  top: 0;
  left: 0px;
  width: 223px;
  height: 234px;
  border-radius: 8px;
}

.hotProEve .mask-inner {
  background: rgba(0,0,0,.2);
}

/* 多个体系认证 */
.multipleBox{
	width: 100%;
	height: 1156px;
	background: #ebf4fe;
	display: flex;
	justify-content: center;
}

.multipleTitle{
	text-align: center;
	margin-top: 94px;
}

.multipleTitle img{
	width: 1095px;
	height: 144px;
}

.multipleContent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
}

.multipleEve1{
	width: 377px;
	height: 714px;
	background-image: url(../image/multipleEve1.png);
	background-size: 100% 100%;
	text-align: center;
}

.multipleEve1 img{
	margin-top: 600px;
	cursor: pointer;
}

.multipleEve2{
	width: 377px;
	height: 714px;
	background-image: url(../image/multipleEve2.png);
	background-size: 100% 100%;
	text-align: center;
}

.multipleEve2 img{
	margin-top: 600px;
	cursor: pointer;
}

.multipleEve3{
	width: 377px;
	height: 714px;
	background-image: url(../image/multipleEve3.png);
	background-size: 100% 100%;
	text-align: center;
}

.multipleEve3 img{
	margin-top: 600px;
	cursor: pointer;
}
/* 权威机构的优势 */
.authorityBox{
	width: 100%;
	height: 1320px;
	background: #ebf4fe;
	display: flex;
	justify-content: center;
}

.authorityTitle{
	text-align: center;
	margin-top: 94px;
}

.authorityTitle img{
	width: 901px;
	height: 172px;
}

.authorityContent{
	margin-top: 53px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.authorityContent img{
	width: 580px;
	height: 426px;
	margin-bottom: 50px;
	cursor: pointer;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.authorityContent img:hover{
	transform: scale(1.1);
}

/* 权威机构快速审核 */
.fastBox{
	width: 100%;
	height: 1080px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
}

.fastTitle{
	text-align: center;
	margin-top: 94px;
}

.fastTitle img{
	width: 799px;
	height: 187px;
}

.fastContent{
	margin-top: 63px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.fastL{
	background: #D1E6FF;
	border-radius: 12px;
	width: 815px;
	height: 614px;
	display: flex;
	justify-content: space-around;
	align-items: center;
	/* margin-left: 28px;
	margin-right: 28px; */
}

.fastL img{
	width: 169px;
	height: 532px;
}

.fastR{
	background: #1f75dc;
	width: 372px;
	height: 614px;
	border-radius: 12px;
}

.estimateText{
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 52px;
}

.estimateSt{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}

.estimateStImg{
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.project>option:nth-child(2){
	color: red;
}

.frameBox{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 1;
}

.frameContentEr{
	width: 420px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -210px;
	background: url(../image/caseError.png);
	background-size: 100% 100%;
}

.frameDel{
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -100px;
	margin-left: 180px;
	background: url(../image/caseDel.png);
	background-size: 100% 100%;
	cursor: pointer;
}

.frameBox2{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	z-index: 1;
}

.frameContentSu{
	width: 420px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -210px;
	background: url(../image/caseSuccess.png);
	background-size: 100% 100%;
}

.frameBox3{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 1;
	display: none;
}

.frameContentText{
	width: 420px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -210px;
	background: url(../image/caseBg.png);
	background-size: 100% 100%;
}

.dataBox{
	margin: 25px 40px;
}

.telBox{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.telBox div{
	color: #FFFFFF;
	width: 60px;
	/* background: red; */
	
}

.telBox input{
	height: 25px;
	border: none;
	width: 240px;
	border-radius: 4px;
	padding-left: 15px;
}

.btnSty{
	width: 100px;
	height: 25px;
	cursor: pointer;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	margin-left: 60px;
	border-radius: 4px;
}

.textSty{
	color: #FFFFFF;
	font-size: 14px;
}

.estimateStSelect{
	width: 280px;
	height: 56px;
	padding-left: 10px;
	border: none;
	border-radius: 6px;
	color: #999999;
	font-size: 14px;
}

.text6{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}

.text6 div{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FDE926;
	height: 65px;
	width: 324px;
	font-size: 28px;
	font-weight: bold;
	border-radius: 6px;
	cursor: pointer;
}

/* 龙头企业 */
.faucetBox{
	width: 100%;
	height: 1161px;
	background: #ffffff;
	display: flex;
	justify-content: center;
}

.faucetTitle{
	text-align: center;
	margin-top: 94px;
}

.faucetTitle img{
	width: 852px;
	height: 138px;
}

.faucetContent{
	margin-top: 70px;
}

.faucetContent img{
	width: 1200px;
	height: 789px;
}

/* 认证证书样本 */
.certificateBox{
	width: 100%;
	height: 803px;
	background: #ebf4fe;
	display: flex;
	justify-content: center;
}

.certificateTitle{
	text-align: center;
	margin-top: 94px;
}

.certificateTitle img{
	width: 1180px;
	height: 150px;
}

.certificateContent{
	margin-top: 85px;
}

.picScroll-left {
	width: 1200px;
	/* height: auto; */
	height: 400px;
	overflow: hidden;
	position: relative;
	/* border: 1px solid #ccc; */
	margin-left: auto;
	margin-right: auto;
	/* margin-top: 100px; */
	/* display: flex; */
	/* justify-content: center;
	align-items: center; */
	z-index: 0;
	/* display: inline-block; */
}

.picScroll-left .hd .prev {
	display: block;
	float: left;
	margin-left: 5px;
	margin-top: 140px;
	overflow: hidden;
	cursor: pointer;
}

.picScroll-left .hd .next {
	display: block;
	float: right;
	margin-right: 5px;
	margin-top: 140px;
	overflow: hidden;
	cursor: pointer;
}

.picScroll-left .bd {
	/* padding-top: 20px; */
	margin-left: 25px
}

.picScroll-left .bd ul {
	overflow: hidden;
}

.picScroll-left .bd ul li {
	margin: 0 10px;
	width: 240px;
	/* height: 200px; */
	height: 388px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	/* border: 1px solid red; */
	position: relative;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	display: block;
	/* width: 395px; */
	/* height: 200px; */
	width: 240px;
	height: 338px;
	border-radius: 15px;
}

.picScroll-left .bd ul li .title {
	line-height: 50px;
	
}

.picScroll-left .bd ul li .title a{
	text-decoration:none;
	font-size: 24px;
	color: #1F75DC;
}

.delCertificate{
	position: absolute;
	top: 100%;
	left: 0;
}

.picScroll-left .bd ul li:hover .delCertificate{
  top: 0;
  left: 0px;
}

/* 关于我们，专注代理代办企业认证服务多年 */
.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(../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(../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;
  }