/*! 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;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* new */
.container {
  width: 1210px;
  margin: 0 auto;
  /* border: 1px solid red; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 888px;
}

.containerLeft{
	width: 760px;
	height: 500px;
	/* border: 1px solid yellow; */
	color: #FFFFFF;
}

.text1{
	font-size: 70px;
	font-weight: bolder;
	letter-spacing: 4px
}

.text2{
	font-size: 70px;
	font-weight: bolder;
	letter-spacing: 4px;
	/* margin-top: 10px; */
}

.text3{
	font-size: 46px;
	font-weight: bold;
	margin-top: 30px;
}

.text4{
	font-size: 46px;
	font-weight: bold;
	margin-top: 10px;
}

.text5{
	font-size: 46px;
	font-weight: bold;
	margin-top: 10px;
}

.text6{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 32px;
}

.text6 div{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #5fb71e;
	height: 50px;
	width: 200px;
	font-size: 20px;
	font-weight: bold;
	border-radius: 6px;
	cursor: pointer;
}

.containerRight{
	width: 320px;
	height: 420px;
	background-color: rgba(3,101,180,0.5);
	padding: 40px 30px;
	/* margin-top: 100px; */
}

.estimateText{
	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2px
}

.estimateSt{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}

.estimateStImg{
	width: 36px;
	height: 36px;
	margin-right: 10px;
}

.estimateStSelect{
	width: 100%;
	height: 36px;
	padding-left: 10px;
	border: none;
	border-radius: 6px;
	color: #999999;
	font-size: 14px;
}

.estimateStInput{
	width: 100%;
	height: 36px;
	padding-left: 10px;
	border: none;
	border-radius: 6px;
	color: #999999;
	font-size: 14px;
}

input::-webkit-input-placeholder{
    color: #999999;
	font-size: 14px;
}

#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 */

.header {
  width: 1210px;
  height: 108px;
  margin: 0 auto;
  background: #fff;
  overflow: hidden;
}

.header .logo {
  float: left;
  width: 238px;
  height: 58px;
  margin: 25px 0;
  background: url('./image/logo.jpg') center center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.header .nav {
  width: 550px;
  height: 108px;
  margin-right: 50px;
}

.header .nav .item {
  display: inline-block;
  vertical-align: middle;
  height: 108px;
  line-height: 108px;
  padding: 0 25px;
  color: #9a9a9a;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
}

.header .nav .item:hover {
  color: #006fc2;
}

.header .call {
  float: right;
  width: 227px;
  height: 58px;
  margin: 25px 0;
  background: url('./image/call.jpg') center center no-repeat;
  background-size: 100% 100%;
}

.banner {
  width: 100%;
  height: 888px;
  margin-bottom: 50px;
  background: url('./image/banner.jpg') center center no-repeat;
  background-size: 100% 100%;
}

.banner2 {
  width: 100%;
  height: 888px;
  margin-bottom: 50px;
  background: url('./image/banner2.jpg') center center no-repeat;
  background-size: 100% 100%;
}

.banner .container {
  position: relative;
  height: 100%;
}

.banner .tip {
  position: absolute;
  top: 200px;
  left: 0;
  width: 1015px;
  height: 380px;
  background: url('./image/banner-tip.png') center center no-repeat;
  background-size: 100% 100%;
}

.banner .input-wraper {
  position: absolute;
  top: 670px;
  left: 0;
  width: 100%;
  height: 70px;
}

.banner .input-wraper input {
  display: inline-block;
  vertical-align: middle;
  width: 660px;
  height: 70px;
  padding: 0 10px;
  margin-right: 25px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  font-size: 20px;
  border: none;
  outline: none;
}

.banner .input-wraper input::placeholder {
  font-size: 20px;
}

.banner .input-wraper .button {
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 4px;
  background: #5fb71e;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.public-block {
  width: 1210px;
  margin: 0 auto 60px auto;
}

.public-block .title-1 {
  width: 404px;
  height: 122px;
  margin: 0 auto 20px auto;
  background: url('./image/title-1.jpg') center center no-repeat;
  background-size: 100% 100%;
}

.public-block .title-2 {
  width: 404px;
  height: 122px;
  margin: 0 auto 20px auto;
  background: url('./image/title-2.jpg') center center no-repeat;
  background-size: 100% 100%;
}

.public-block .more {
  width: 370px;
  height: 56px;
  margin: 50px auto 0 auto;
  border-radius: 28px;
  border: 2px solid #1e73b7;
  text-align: center;
  line-height: 54px;
  color: #1e73b7;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
}

.public-block .more:hover {
  background: #1e73b7;
  color: #fff;
}

.product-list {
  font-size: 0;
}

.product-list .item {
  display: inline-block;
  vertical-align: middle;
  width: 222px;
  height: 370px;
  border: 2px solid #1e73b7;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 50px;
  cursor: pointer;
}

.product-list .item .icon {
  width: 100%;
  height: 172px;
  border-bottom: 1px solid #1e73b7;
  overflow: hidden;
}

.product-list .item .icon img {
  display: block;
  margin: 16px auto;
  width: 200px;
  height: 140px;
}

.product-list .item .title {
  padding: 20px 0 20px 0;
  color: #555555;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
}

.product-list .item .button {
  width: 200px;
  height: 48px;
  line-height: 48px;
  margin: 0 auto 10px auto;
  text-align: center;
  color: #1e73b7;
  border: 2px solid #1e73b7;
  font-size: 18px;
  border-radius: 8px;
  transition: all 0.1s ease-in-out;
}

.product-list .item .button:hover {
  background: #1e73b7;
  color: #fff;
}

.product-list .item:nth-child(5n+5) {
  margin-right: 0;
}

.product-list .item:nth-child(n+11) {
  margin-bottom: 0;
}

.partners-list {
  font-size: 0;
}


.partners-list .item {
  display: inline-block;
  vertical-align: middle;
  width: 283px;
  height: 240px;
  border: 2px solid #1e73b7;
  border-radius: 8px;
  margin-right: 20px;
  margin-bottom: 30px;
  cursor: pointer;
}

.partners-list .item .icon {
  width: 100%;
  height: 172px;
  border-bottom: 1px solid #1e73b7;
  overflow: hidden;
}

.partners-list .item .icon img {
  display: block;
  margin: 5px auto;
  width: 280px;
  height: 160px;
}

.partners-list .item .title {
  color: #555555;
  font-size: 18px;
  text-align: center;
  font-size: 20px;
  line-height: 70px;
}

.partners-list .item:nth-child(4n+4) {
  margin-right: 0;
}

.partners-list .item:nth-child(n+9) {
  margin-bottom: 0;
}

.footer {
  width: 100%;
  height: 315px;
  overflow: hidden;
  background: #023258;
}

.footer .inner {
  position: relative;
  width: 1210px;
  margin: 50px auto;
  overflow: hidden;
}

.footer .inner .company {
  color: #fff;
  font-size: 24px;
  margin-bottom: 60px;
}

.footer .inner .address {
  color: #fff;
  font-size: 18px;
  padding: 10px 0 10px 40px;
  background: url('./image/address.jpg') left center no-repeat;
  background-size: 35px 35px;
}

.footer .inner .phone {
  color: #fff;
  padding: 10px 0 10px 40px;
  font-size: 18px;
  background: url('./image/phone.jpg') left center no-repeat;
  background-size: 35px 35px;
}

.footer .inner .qrcode {
  position: absolute;
  top: 10px;
  right: 0;
  width: 172px;
  height: 172px;
  background: url('./image/qrcode.jpg') center center no-repeat;
  background-size: 100% 100%;
}

.invite {
  position: fixed;
  right: 30px;
  bottom: 100px;
  width: 500px;
  height: 230px;
  background: url('./image/invite.png') center center no-repeat;
  background-size: 100% 100%;
}

.slider {
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -275px;
  width: 125px;
  height: 550px;
  background: url('./image/slider.jpg') center center no-repeat;
  background-size: 100% 100%;
}