@charset "UTF-8";
body {
  min-width: 1200px;
  font-size: 14px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-family: 'San Francisco Pro';
  /*background: transparent;*/
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 200%;
  font-weight: normal;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover img {
  border: none;
  color: inherit;
}

a:active {
  outline: none;
  color: inherit;
}

/*清除浮动*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
/*png css hack for ie6*/
.plate-section .model img {
  width: 100%;
}

.check-in .check-input-claim {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.check-in .check-input-claim .input {
  width: 300px;
  box-shadow: 0 0 10px #999;
  text-align: center;
}

.check-in .check-input-claim .input .name {
  font-size: 20px;
  padding: 25px 0;
}

.check-in .check-input-claim .input .tips {
  color: #ff3000;
  padding: 5px 25px;
  text-align: left;
  display: none;
}

.check-in .check-input-claim .input div input {
  width: 250px;
  padding: 10px 0;
  text-indent: 8px;
  border: 1px solid #e5e5e5;
  outline: #0090FF;
  margin-bottom: 15px;
}

.check-in .check-input-claim .input div select {
  width: 250px;
  padding: 10px 0;
  text-indent: 8px;
  border: 1px solid #e5e5e5;
}

.check-in .check-input-claim .input div button {
  width: 250px;
  background: #0090FF;
  color: #dcdcdc;
  margin-top: 15px;
  border-radius: 30px;
  border: 0;
  padding: 10px 0;
}

.check-in .check-input-claim .input div textarea {
  width: 250px;
  padding: 10px 0;
  text-indent: 8px;
  border: 1px solid #e5e5e5;
  line-height: 1.8;
}

.check-in .check-input-claim .claim {
  background-image: url(../images/checkBack.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  width: 527px;
  margin-left: 50px;
}

.check-in .check-input-claim .claim .claim-discribe {
  background: rgba(0, 0, 0, 0.8);
  color: #dcdcdc;
  font-size: 13px;
  width: 380px;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.8;
  margin-top: 115px;
}

.check-in .check-input-claim .claim .claim-discribe .discribe-name {
  font-size: 16px;
}

.check-in .check-input-claim .claim-partner {
  background-image: url(../images/partnerBack.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  width: 527px;
  margin-left: 50px;
}

.check-in .check-input-claim .claim-partner .claim-discribe {
  background: rgba(0, 0, 0, 0.8);
  color: #dcdcdc;
  font-size: 13px;
  width: 380px;
  margin: 0 auto;
  padding: 20px 10px;
  line-height: 1.8;
  margin-top: 115px;
}

.check-in .check-input-claim .claim-partner .claim-discribe .discribe-name {
  font-size: 16px;
}

.about-us .about-intruce {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.about-us .about-intruce .intruce {
  background-image: url(../images/about-intruce-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 400px;
}

.about-us .about-intruce .discribe {
  width: 850px;
}

.about-us .about-intruce .discribe .about-title {
  font-size: 20px;
  padding: 20px 0;
  color: #333;
}

.about-us .about-intruce .discribe .about-title span {
  color: #999;
}

.about-us .about-intruce .discribe .detail {
  line-height: 1.8;
  color: #333;
}

.about-us .about-sense {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.about-us .about-sense li {
  width: 230px;
  text-align: center;
  box-shadow: 0 0 10px #999;
}

.about-us .about-sense li .img {
  background-image: url(../images/about-kj.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 150px;
}

.about-us .about-sense li .sense-title {
  padding-top: 20px;
}

.about-us .about-sense li .line {
  padding: 20px 0;
}

.about-us .about-sense li .line div {
  width: 150px;
  height: 1px;
  background: #e5e5e5;
  margin: 0 auto;
}

.about-us .about-sense li .discribe {
  font-size: 12px;
  color: #999;
  padding-bottom: 30px;
}

.about-us .about-relation {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.about-us .about-relation li {
  border: 1px solid #e5e5e5;
  padding: 15px;
}

.contact-us {
  margin-top: 80px;
}

.contact-us .contact {
  display: flex;
  justify-content: center;
  align-items: stretch;
}

.contact-us .contact .contact-info {
  font-size: 13px;
  border-top: 1px solid #0090FF;
  border-bottom: 1px solid #0090FF;
  color: #333;
}

.contact-us .contact .contact-info .contact-title {
  font-size: 24px;
  padding: 40px 0;
}

.contact-us .contact .contact-info > div {
  margin-bottom: 15px;
}

.contact-us .contact .address-map {
  background-image: url(../images/company-address.png);
  background-repeat: no-repeat;
  background-size: contain;
  height: 290px;
  width: 527px;
  margin-left: 50px;
}

.plate-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.plate-content > li {
  width: 490px;
  box-shadow: 0 0 10px #ccc;
  padding: 20px 40px;
  margin-bottom: 40px;
}

.plate-content > li img {
  float: left;
  width: 60px;
  padding: 20px 0;
}

.plate-content > li .plate-module {
  float: left;
  width: calc(100% - 80px);
  margin-left: 20px;
}

.plate-content > li .plate-module p {
  font-size: 24px;
  color: #333;
}

.plate-content > li .plate-module article {
  margin-top: 15px;
  color: #666;
  line-height: 1.8;
}

.plate-new-model .new-model {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 40px;
}

.guarantee-moel {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.guarantee-moel li {
  text-align: center;
}

.guarantee-moel li .sense-title {
  font-size: 16px;
}
