* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
}

.text-center {
  text-align: center;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.themeColor {
  color: #d86738;
}

.themeBg {
  background: #d86738;
}

.whiteBg {
  background: #fff;
}

.radius5 {
  border-radius: 5px;
}

.radius10 {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .radius10 {
    border-radius: 0;
  }
}

.container {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 1000px;
  }
}
@media (max-width: 1000px) {
  .container {
    width: 100%;
    padding: 0 2%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 95%;
    padding: 0;
  }
}

.overHidden {
  overflow: hidden;
}

.img {
  max-width: 100%;
}

.widthfull {
  width: 100%;
}

@media (max-width: 1000px) {
  .headerNav {
    display: none;
  }
}
@media (max-width: 767px) {
  .headerNav {
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    background: #d86738;
    width: 100%;
    padding: 5px 0;
  }
}
.headerNav li {
  padding: 0 20px;
}
@media (max-width: 1200px) {
  .headerNav li {
    padding: 0 15px;
  }
}
.headerNav li a {
  padding: 10px 0;
  font-size: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .headerNav li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .headerNav li a {
    display: block;
    line-height: 30px;
    color: #fff;
  }
}
.headerNav li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 0;
  background: #d86738;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.headerNav li a:hover {
  color: #d86738;
}
@media (max-width: 767px) {
  .headerNav li a:hover {
    color: #fff;
  }
}
.headerNav li a:hover::after {
  width: 100%;
}
.headerNav li.active a {
  border-bottom: 2px solid #d86738;
}
@media (max-width: 767px) {
  .headerNav li.active a {
    border: none;
  }
}

.searchIcon {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .searchIcon {
    margin-right: 15px;
  }
  .searchIcon svg {
    width: 25px;
    height: 25px;
  }
}
.searchIcon img {
  margin-bottom: -5px;
}

.main {
  padding-bottom: 55px;
}
@media (max-width: 767px) {
  .main {
    padding-bottom: 10px;
  }
}

.mainBlock {
  margin: 30px 0;
  margin-bottom: 0;
}
@media (max-width: 1000px) {
  .mainBlock {
    margin-bottom: 0;
  }
}

.newT {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.newT:hover {
  color: #d86738 !important;
}

header {
  height: 100px;
  line-height: 100px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 10px 0 #ddd;
}
header .navBar {
  display: none;
}
@media (max-width: 1000px) {
  header .navBar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
  }
}
header .headerC {
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  header .headerC {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding: 0 2.5%;
  }
}
header .logo {
  max-width: 220px;
}
@media (max-width: 1000px) {
  header {
    height: 60px;
    line-height: 60px;
  }
  header .logo {
    width: 160px;
  }
}

footer {
  background: #d86738;
  color: #fff;
  overflow: hidden;
}
footer .footerLeft {
  font-size: 14px;
}
@media (max-width: 767px) {
  footer .footerLeft {
    width: 100%;
    text-align: center;
  }
}
footer .footerLeft p {
  margin: 20px 0;
}
@media (max-width: 767px) {
  footer .footerLeft p {
    font-size: 12px;
  }
}
footer .footerLeft p span {
  margin-right: 30px;
}
@media (max-width: 767px) {
  footer .footerRight {
    display: none;
  }
}
footer .footerCopy {
  line-height: 45px;
  background: rgba(0, 0, 0, 0.2);
}
footer .footerCon {
  margin: 30px 0;
}
footer .footerCon .footCont {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-top: 0;
}
footer .footerCon .footCont a {
  position: relative;
  color: #fff;
  margin-right: 10px;
  padding-right: 10px;
}
footer .footerCon .footCont a:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  height: 100%;
  border-right: 1px solid #fff;
}
@media (max-width: 767px) {
  footer .footerCon {
    margin: 20px 0;
  }
  footer .footerCon .footCont,
footer .footerCon .footAdd {
    display: none;
  }
}/*# sourceMappingURL=common.css.map */