* {
  box-sizing: border-box;
  outline: 0;
}
body {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  font-family: 'Helvetica Neue', 'PingFang SC', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', Arial, 'Microsoft Yahei';
}
a {
  color: #666;
  outline: none;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: 0.3s;
}
input {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
a:hover {
  color: #f45f1d;
}
:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #fff;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
  margin-top: -2px;
  margin-bottom: 1px;
  margin-left: 5px;
  margin-right: 5px;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'],
input[type='button'] {
  padding: 0;
  color: #666;
  margin: 0;
  outline: none;
}
.clearfix:after {
  clear: both;
  height: 0;
  content: "";
  line-height: 0;
  font-size: 0;
  display: block;
}
.vcenter {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  text-align: center;
  margin: auto;
}
@font-face {
  font-family: "DIN-MEDIUM(1)";
  src: url("../fonts/DIN-MEDIUM(1).woff2") format("woff2"), url("../fonts/DIN-MEDIUM(1).woff") format("woff"), url("../fonts/DIN-MEDIUM(1).ttf") format("truetype"), url("../fonts/DIN-MEDIUM(1).eot") format("embedded-opentype"), url("../fonts/DIN-MEDIUM(1).svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.container {
  width: 100%;
  max-width: 1260px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1260px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}
.header {
  height: 100px;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  position: fixed;
  border-bottom: solid 1px #ddd;
}
@media (max-width: 1200px) {
  .header {
    height: 60px;
  }
}
.header .logo {
  float: left;
  padding-left: 45px;
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1200px) {
  .header .logo {
    margin-top: 5px;
    padding-left: 0;
  }
}
.header .logo img {
  max-height: 60px;
}
@media (max-width: 1200px) {
  .header .logo img {
    max-height: 50px;
  }
}
.header .nav {
  font-size: 18px;
  line-height: 100px;
  float: left;
  width: 65%;
  text-align: center;
}
@media (max-width: 1200px) {
  .header .nav {
    display: none;
  }
}
.header .nav li {
  display: inline-block;
}
.header .nav li a {
  color: #333;
  display: block;
  padding: 0 25px;
}
.header .nav li:hover a {
  color: #f45f1d;
}
.header .nav li.active a {
  color: #f45f1d;
}
.header .tel {
  color: #666;
  float: right;
  margin-top: 20px;
  font-family: arial;
  padding-left: 60px;
  position: relative;
}
.header .tel a {
  font-weight: bold;
  color: #f45f1d;
  font-size: 26px;
  display: block;
  line-height: 30px;
  font-family: "DIN-MEDIUM(1)";
}
.header .tel img {
  left: 0;
  top: 5px;
  max-height: 50px;
  position: absolute;
}
@media (max-width: 1200px) {
  .header .tel {
    margin-top: 10px;
  }
  .header .tel img {
    max-height: 30px;
    top: 5px;
    left: 20px;
  }
  .header .tel a {
    font-size: 18px;
    line-height: 20px;
  }
}
/*内页公用标题*/
.inside-title {
  text-align: center;
}
.inside-title .title {
  font-family: 微軟正黑體;
  font-size: 30px !important;
  position: relative;
}
.inside-title .title:after {
  content: "";
  display: block;
  border-bottom: 2px #f45f1d solid;
  width: 25px;
  margin: 10px auto;
}
.inside-title .info {
  color: #999999 !important;
  font-size: 15px !important;
}
.inside-title .info .a-01 {
  color: #f45f1d;
}
.inside-title .info .a-01:hover {
  text-decoration: underline;
}
.inside-title .shm {
  padding: 15px 0;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .inside-title .title {
    font-size: 20px!important;
  }
}
.dw {
  height: 1px;
  z-index: -1;
  margin-top: -160px;
  position: absolute;
}
.footer {
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  position: relative;
  padding: 70px 0 110px 0;
  background: #332f2d;
}
.footer a {
  color: #ffffff;
}
.footer li {
  width: 52%;
  float: right;
}
.footer li:first-child {
  float: left;
  width: 48%;
  border-left: 0;
  border-right: solid 1px #474341;
}
.footer .font36 {
  font-size: 36px;
  line-height: 40px;
  font-family: arial;
}
.footer .title {
  font-size: 20px;
}
.footer .title-2 {
  margin: 15px 0 5px 0;
}
.footer .title-2 i {
  width: 120px;
  height: 1px;
  margin: 18px 0 0 4px;
  background: #fff;
  vertical-align: top;
  display: inline-block;
}
.footer .tel {
  line-height: 20px;
  padding-bottom: 40px;
}
.footer .add {
  padding-left: 120px;
}
@media (max-width: 1260px) {
  .footer {
    font-size: 13px;
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .footer .title {
    font-size: 16px;
  }
  .footer .font36 {
    font-size: 24px;
    line-height: 30px;
  }
  .footer li {
    width: 100%;
    line-height: 24px;
    border: 0;
  }
  .footer li:first-child {
    width: 100%;
  }
  .footer .add {
    padding-left: 0;
  }
  .add-ph {
    display: none;
  }
}
.copy {
  padding: 20px 0;
  color: #ababab;
  font-size: 14px;
  background: #252525;
  text-align: center;
  border-top: solid 1px #474341;
}
@media (max-width: 1260px) {
  .copy {
    display: none;
  }
}
.phone-tel {
  color: #fff;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 10px 0;
  font-size: 16px;
  position: fixed;
  text-align: center;
  display: none;
  background: #f45f1d;
}
.phone-tel a {
  color: #fff;
  display: block;
}
.phone-tel img {
  max-height: 30px;
  margin-right: 10px;
}
@media (max-width: 1260px) {
  .phone-tel {
    display: none;
  }
}
.footer-fd {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 110px;
  background: #fff;
  position: fixed;
  color: #333;
  font-size: 24px;
  line-height: 110px;
  z-index: 10;
  border-top: solid 1px #dddddd;
}
.footer-fd span {
  color: #f45f1d;
}
.footer-fd i {
  font-size: 36px;
  font-weight: bold;
  font-family: arial;
  color: #ff0000;
}
.footer-fd .button {
  float: right;
  color: #fff;
  width: 200px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 5px;
  font-size: 20px;
  margin-top: 25px;
  background: #f45f1d;
  display: inline-block;
  box-shadow: 0 0 20px #f2ac8c;
}
.footer-fd .button:hover {
  box-shadow: none;
}
@media (max-width: 1260px) {
  .footer-fd {
    display: none;
  }
}
@media (max-width: 640px) {
  .index-box-2 .list-2 dd {
    margin-top: 10px;
  }
  .footer .title-2 i {
    margin-top: 10px;
  }
}
