@font-face {
  font-family: 'Candara';
  src: url('../fonts/Candara.eot');
  src: url('../fonts/Candara.eot?#iefix') format('embedded-opentype'), url('../fonts/Candara.woff') format('woff'), url('../fonts/Candara.ttf') format('truetype'), url('../fonts/Candara.svg#webfont34M5alKg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Candara';
}
.auto-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.Home-header {
  width: 100%;
  background-color: #e7161d;
}
.header-logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 94px;
}
.header-logo img {
  height: 90px;
  vertical-align: middle;
}
.header-logo a {
  display: block;
  color: #fff;
  font-size: 18px;
  font-family: '宋体';
}
.header-nav {
  position: relative;
  vertical-align: middle;
  float: right;
}
.header-nav .navlist {
  z-index: 20;
}
.header-nav .navlist .hasdrop {
  float: left;
  position: relative;
}
.header-nav .navlist .hasdrop > a {
  text-decoration: none;
  display: block;
  /*margin-left: 100px;*/
  font-size: 20px;
  line-height: 100px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
}
.header-nav .navlist .hasdrop > a .mobile-navbtn {
  position: absolute;
  top: 0;
  right: 15px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.header-nav .navlist .hasdrop > a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.header-nav .navlist .hasdrop > a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.header-nav .navlist .hasdrop > a:hover {
  color: #000;
}
.search-procuct {
  position: absolute;
  top: 80px;
  right: 0;
  width: 269px;
  display: inline-block;
  margin-left: 20px;
  border-radius: 20px;
  overflow: hidden;
  display: none;
}
.search-procuct input {
  height: 32px;
  border: 0;
  box-shadow: 0 0 0 transparent !important;
}
.search-procuct button {
  box-shadow: 0 0 0 transparent !important;
  outline: none !important;
  background-color: #e7161d;
  border: 0;
}
.search-procuct button:hover {
  background-color: #e7161d;
}
.search-procuct button:active {
  background-color: #e7161d;
}
.search-procuct button:focus {
  background-color: #e7161d;
}
.mobile-navbtn {
  position: absolute;
  top: 12px;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.mobile-navbtn.open {
  transform: rotate(90deg);
}
.head_top {
  width: 100%;
  z-index: 90;
  line-height: 46px;
  background-color: #000;
}
.head_top .top_info p {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-left: 40px;
}
.head_top .top_info p img {
  vertical-align: middle;
  margin-bottom: 2px;
}
.Home-header .navbtn {
  display: none;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #090909;
  background: #444444;
}
.footer .footer_content {
  padding-top: 76px;
}
.footer dl {
  transition: all 0.3s ease 0s;
  padding-right: 8%;
  float: left;
  margin-bottom: 30px;
  color: #fff;
}
.footer dl dt {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
}
.footer dl dd {
  line-height: 40px;
  font-size: 14px;
  color: #fff;
}
.footer dl dd p {
  width: 254px;
  word-wrap: break-word;
  line-height: 24px;
}
.footer dl dd a {
  font-weight: normal;
  color: #1c1a18;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #e67819;
}
.footer .contact-us {
  padding-right: 0;
  float: right;
}
.footer .contact-us img {
  max-width: 144px;
}
.footer .contact-us dd {
  line-height: 28px;
  color: #fff;
}
.footer .contact-us .dd1 {
  font-size: 15px;
}
.footer .contact-us .dd2 {
  font-size: 30px;
  letter-spacing: -3px;
}
.footer .contact-us .dd3 {
  margin-top: 16px;
  font-size: 13px;
  color: #7d7d7d;
}
.footer .foot_add {
  width: 250px;
  padding-right: 0;
}
.footer .foot_add dd {
  position: relative;
}
.footer .foot_add dd > img {
  position: absolute;
  left: 0;
  top: 12px;
  max-width: 18px;
}
.footer .foot_add .jk_div {
  padding-left: 24px;
}
.footerbar {
  background-color: #090909;
  text-align: center;
  height: 40px;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
}
.footerbar .copyright {
  text-align: center;
}
.footerbar .copyright a {
  color: inherit;
}
.footerbar .links a {
  color: #fff;
}
.contact-form-box {
  width: 300px;
}
.contact-form-box .contact-form .form-group {
  margin-bottom: 10px;
}
.contact-form-box .contact-form .textareaBox {
  height: 100px;
}
.contact-form-box .contact-form input {
  width: 100%;
  height: 32px;
  background-color: #000;
  border: 0;
  box-sizing: border-box;
  padding: 4px 10px;
  font-size: 14px;
  outline: none;
  color: #fff;
}
.contact-form-box .contact-form input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form-box .contact-form textarea {
  width: 100%;
  height: 100px;
  background-color: #000;
  border: 0;
  box-sizing: border-box;
  padding: 10px;
  font-size: 14px;
  outline: none;
  color: #fff;
}
.contact-form-box .contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.contact-form-box .submit-btn {
  width: 90px;
  height: 30px;
  background-color: #e7161d;
  color: #fff;
  border: 0;
  outline: 0;
  margin-right: 8px;
}
.contact-form-box .reset-btn {
  width: 90px;
  height: 30px;
  background-color: #aaaaaa;
  color: #fff;
  border: 0;
  outline: 0;
}
