/*! 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: 340px;
	height: 80px;
	margin-left: 25px;
}

.headerR{
	width: 200px;
	height: 80px;
	margin-right: 25px;
}

/* end */

.content{
	flex: 1;
	overflow-y:auto;
}

/* banner */
.bannerBox{
	width: 100%;
	height: 780px;
	background-image: url(image/index3/bannerBig2.jpg);
	background-size: 100% 100%;
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.bannerCon{
	width: 1200px;
	height: 120px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 450px;
}

.bannerEve{
	width: 300px;
	/* border: 0.01rem solid red; */
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.bannerEve img{
	margin-left: 50px;
}

.bannerEve div{
	font-size: 22px;
	color: #FFFFFF;
	margin-top: 8px;
	margin-left: 10px;
	font-weight: bold;
	cursor: pointer;
	padding: 8px 11px;
}

.bannerEve:hover .bannerBtn{
	color: #FCEA26;
	border: 2px solid #FCEA26;
	border-radius: 3px;
	padding: 5px 8px;
}
/* end */
/* 热门认证项目，快至5日拿证 */
.hot{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.hotBox{
	width: 1200px;
	/* border: 1px solid red; */
}

.hotTitle{
	margin-top: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.hotTitle1{
	color: #1F75DB;
	font-size: 36px;
	font-weight: bold;
}

.hotTitle2{
	width: 100px;
	height: 4px;
	background: #1F75DB;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}

.hotTitle3{
	color: #1E75DE;
	font-size: 18px;
}

.hotContent{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
}

.hotEve{
	width: 240px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: 40px;
	position: relative;
	overflow: hidden;
}

.hotEve img{
	/* 226*239 */
	width: 210px;
	height: 220px;
	cursor: pointer;
}

.hotEve div{
	margin-top: 10px;
	color: #555555;
}

.mask-inner{
  position: absolute;
  left: 15px;
  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; */
}
.hotEve:hover .mask-inner{
  top: 0;
  left: 15px;
  width: 210px;
  height: 220px;
  border-radius: 8px;
}

.hotEve .mask-inner {
  background: rgba(0,0,0,.2);
}

.hotFooter{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
	margin-top: 30px;
}

.hotFooterBox{
	width: 400px;
	height: 60px;
	line-height: 60px;
	background-color: #1F75DC;
	text-align: center;
	border-radius: 10px;
	cursor: pointer;
}

.hotFooterBox div{
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
}
/* end */

/* 智能预估，1分钟自动报价 */
.mind{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F1F1F1;
	padding-bottom: 80px;
}

.mindBox{
	width: 1200px;
}

.mindContent{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 50px;
}

.mindLeft{
	width: 720px;
	/* height: 400px; */
	background: #FFFFFF;
	border-radius: 15px;
}

.mindLeftTitle{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.mindLeftTitle img{
	/* 308 42 */
	width: 250px;
	height: 35px;
}

.mindInfo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}

.mindInfoEve{
	width: 360px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.mindInfoEve img{
	width: 328px;
	height: 224px;
	cursor: pointer;
	transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
}

.mindInfoEve div{
	color: #505050;
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
}

.mindInfoEve img:hover{
	transform: scale(1.1);
}


.mindRight{
	/* width: 450px;
	height: 724px; */
	width: 390px;
	height: 624px;
	background: #1F75DC;
	border-radius: 15px;
	padding: 50px 30px;
}


.estimateText{
	text-align: center;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px
}

.estimateSt{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}

.estimateStImg{
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.estimateStSelect{
	width: 100%;
	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: 390px;
	font-size: 28px;
	font-weight: bold;
	border-radius: 6px;
	cursor: pointer;
}

/* end */
/* 多个分支机构，34省市均可上门 */
.multiple{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	padding-bottom: 80px;
}

.multipleBox{
	width: 1200px;
	/* border: 1px solid green; */
}

.multipleContent{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.multipleEve{
	width: 600px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;	overflow: hidden;
}

.multipleEve img{
	width: 557px;
	height: 400px;
}

.mask-inner2{
  position: absolute;
  left: 21.5px;
  /* top: 0; */
  top: 100%;
  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; */
}
.multipleEve:hover .mask-inner2{
  top: 0;
  left: 21.5px;
  width: 557px;
  height: 400px;
  border-radius: 8px;
  cursor: pointer;
}

.multipleEve .mask-inner2{
  background: rgba(0,0,0,.2);
}
/* end */
/* 认证证书样本，认监委官网可查 */
.sample{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F1F1F1;
	padding-bottom: 80px;
}

.sampleBox{
	width: 1200px;
	/* border: 1px solid green; */
}

.sampleContent{
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.sampleEve{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 400px;
	position: relative;
	overflow: hidden;
}

.sampleEve img{
	width: 370px;
	height: 516px;
}

.sampleEve div{
	color: #1E75DC;
	margin-top: 20px;
	font-size: 20px;
}

.mask-inner3{
  position: absolute;
  left: 15px;
  /* top: 0; */
  top: 100%;
  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; */
}
.sampleEve:hover .mask-inner3{
  top: 0;
  left: 15px;
  width: 370px;
  height: 516px;
  border-radius: 8px;
  cursor: pointer;
}

.sampleEve .mask-inner3{
  background: rgba(0,0,0,.2);
}
/* end */

/* 专业的合作伙伴 */
.partner{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
	padding-bottom: 80px;
}

.partnerBox{
	width: 1200px;
	/* border: 1px solid green; */
}

.partnerContent{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1200px;
	margin-top: 50px;
	/* margin-bottom: 50px; */
}

.partnerContent img{
	width: 1110px;
	height: 760px;
}
/* end */
/* 尾部 */
.footer{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F1F1F1;
	/* padding-bottom: 80px; */
}

.footerBox{
	width: 1200px;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #666666;
}

.footerBoxText1{
	margin-top: 30px;
}
/* end */

#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;
}

.frameContentEr{
	width: 420px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -210px;
	background: url(image/new/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/new/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;
}

.frameContentSu{
	width: 420px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -210px;
	background: url(image/new/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);
	display: none;
}

.frameContentText{
	width: 420px;
	height: 240px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -110px;
	margin-left: -210px;
	background: url(image/new/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;
}

/* end */


























/* 美化滚动条 */
.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;
  }