/* total */
* {
  margin: 0;
  padding: 0; }

html, body {
  width: 100%;
  height: 100%; }

ul, ul li {
  list-style: none; }

a {
  text-decoration: none; }

div, ul, form {
  box-sizing: border-box; }

img {
  display: block;
  border: none; }

/* productCategories */
.banner {
  width: 100%;
  height: auto; }
  .banner img {
    width: 100%;
    height: auto; }

.productDisplay {
  width: 100%;
  background: url("../images/contentBg.png");
  background-size: 100%;
  border-top: solid 50px #37364A;
  padding-bottom: 40px; }
  .productDisplay .productCategories {
    width: 100%;
    margin-top: -50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: none;
    }
    .productDisplay .productCategories li {
      width: 25%;
      margin-bottom: 0;
      }
      .productDisplay .productCategories li a {
        display: block;
        font-family: Microsoft YaHei;
        font-size: 16px;
        color: #FFFFFF;
        border: none;
        border-right: solid 1px #FFFFFF;
        background-color: transparent;
        border-radius: 0;
        margin-right: 0;
        padding: 0;
        line-height: 50px;
        text-align: center;
        }
    .productDisplay .productCategories li:nth-child(1) a {
      border-left: solid 0.5px #FFFFFF; }
    .productDisplay .productCategories li.active a {
      border: none;
      color: #C50505;
      border-bottom: solid 1px #C60404;
      border-right: solid 0.5px #FFFFFF;
      background-color: #21202D; }

.productList {
  margin-top: 24px; }

.autoPartsItem {
  padding: 8px; }

.autoParts {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 30px; }
  .autoParts .productImage {
    width: 100%;
    padding: 16px 46px;
	text-align: center;
    display: flex;
    align-items: center
}
    .autoParts .productImage img {
      width: 70%;
      height: auto;
      margin: 0 auto; 
      max-height: 100%;
      }
  .autoParts p {
    width: 100%;
    font-family: Arial;
    font-size: 17px;
    color: #3E3E3E;
    line-height: 36px;
    text-align: center;
    border-top: solid 1px #F4F4F4; }

/* about us */
.companyIntroduction {
  width: 100%;
  background: url("../images/contentBg2.png");
  padding-top: 32px;
  padding-bottom: 32px; }

.introduction h1 {
  font-family: Arial;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 28px;
  color: #140C64;
  margin-top: 0; 
  margin-bottom: 10px;
  }
.introduction .title {
  width: 99px;
  height: auto;
  margin-top: 32px;
  margin-bottom: 10px; }

.describe p {
  color: #3E3E3E;
  font-size: 14px; }
.describe img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

.workshopImage img {
  width: 100%;
  height: auto;
  float: right; }

.map {
  margin-top: 24px;
  padding-bottom: 10px; }
  .map h1 {
    width: 100%;
    margin: 0; }
    .map h1 img {
      width: 200px;
      height: auto;
      margin: 0 auto; }
  .map .mapImage {
    width: 100%;
    height: auto;
    margin-top: 16px; }

/* onlineMessage */
.onlineMessage h1 {
  width: 100%;
  text-align: center;
  color: #130B64;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  margin-top: 32px; }
.onlineMessage p {
  width: 100%;
  text-align: center;
  color: #3E3E3E; 
  margin-bottom: 20px;
  }

.form-online textarea {
  color: #999; }

.sy-control {
  border: none;
  background-color: #F4F4F4;
  box-shadow: none; }

.verificationCode {
  width: 100%;
  height: 34px;
  border: solid 1px #ccc;
  border-radius: 4px; }
  .verificationCode img {
    width: 100%;
    max-height: 32px;
    border-radius: 4px; }

.sy-btn {
  background-color: #130B64;
  color: #ffffff;
  padding: 6px 22px; }

/* factoryPictures */
.factoryPictures {
  padding-top: 24px;
  padding-bottom: 24px; }

.factoryImages {
  padding: 8px; }
  .factoryImages img {
    width: 100%;
    height: auto;
    border-radius: 18px; }

/* contactUs */
.contactUs {
  padding-top: 32px;
  padding-bottom: 40px; }

.contact {
  background: url("../images/contact.png") left no-repeat;
  background-size: 80px auto;
  font-family: Arial; }
  .contact h1 {
    color: #130B64;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 24px; }
  .contact p {
    font-size: 16px;
    color: #3E3E3E;
    margin-bottom: 0; }
  .contact img {
    width: 201px;
    height: auto;
    margin-top: 24px; }
  .contact span {
    display: inline-block;
    color: #3E3E3E;
    font-size: 10px;
    margin-top: 8px; }

@media (min-width: 768px) {
  .contact .dl-horizontal dt {
    width: 80px;
    color: #3E3E3E;
    padding-top: 16px;
    text-align: left; }
  .contact .dl-horizontal dd {
    margin-left: 70px;
    color: #999999;
    padding-top: 16px; } }
.map2 img {
  width: 100%;
  height: auto;
  border: solid 1px #cccccc; }

.padding8 {
  padding-left: 8px;
  padding-right: 8px; }

/*# sourceMappingURL=index.css.map */
