* {
  padding: 0;
  margin: 0;
}
body {
  font: 14px/1.231 'Microsoft YaHei', arial, helvetica, clean, sans-serif, 'PingFang SC';
  color: #333;
  margin: 0 auto !important;
  line-height: 1;
  min-width: 1300px;
  position: relative;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #fff;
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
*:before,
*:after {
  box-sizing: content-box;
}
a {
  color: #333;
  text-decoration: none;
}
a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}
li,
ul {
  list-style-type: none;
}
img {
  border: none;
}
input,
textarea {
  outline: 0;
  border: 0;
  resize: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}
.topWow,
.bottomWow,
.leftWow,
.rightWow {
  transition: 1s;
}
.center {
  width: 1280px;
  position: relative;
  margin: 0 auto;
}
.center::after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.left,
.le {
  float: left;
}
.right,
.ri {
  float: right;
}
.clear {
  clear: both;
}
.jh {
  font-family: 'Microsoft JhengHei';
}
.header {
  width: 100%;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99;
}
.header .logo {
  float: left;
  height: 110px;
}
.header .logo img {
  display: block;
  max-height: 100%;
}
.header .head_right {
  width: 710px;
  float: right;
  padding-top: 20px;
  box-sizing: border-box;
}
.header .head_right .box {
  float: right;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 230px;
  line-height: 28px;
}
.header .head_right .box .tel {
  font-family: Arial;
  font-size: 18px;
  color: #fff;
  background: url(../img/index_tel.png) no-repeat;
  background-size: 29px 27px;
  padding-left: 41px;
}
.header .head_right .box .switch {
  display: block;
  width: 30px;
  height: 28px;
  background: url("../img/switch.png") no-repeat center;
}
.header .head_right .nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  line-height: 36px;
  margin-top: 10px;
}
.header .head_right .nav .rolling-text {
  display: inline-block;
  text-decoration: none;
  overflow: hidden;
}
.header .head_right .nav .header_on{
	color: #ebc75b;
}
.header .head_right .nav .rolling-text:hover .letter,
.header .head_right .nav .rolling-text.play .letter {
  transform: translateY(-100%);
}
.header .head_right .nav .rolling-text .letter {
  display: inline-block;
  transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}
.header .head_right .nav li {
  font-size: 18px;
  letter-spacing: 0.7px;
  height: 36px;
  overflow: hidden;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
}
.header .head_right .nav li a {
  color: #fff;
}
/* footer */
.footer {
  width: 100%;
  background-color: #28313a;
  box-sizing: border-box;
  padding: 63px 0;
  margin-top: 60px;
}
.footer .ewm {
  float: right;
  width: 98px;
  text-align: center;
}
.footer .ewm img {
  width: 100%;
}
.footer .ewm p {
  font-size: 14px;
  color: #fff;
  margin-top: 16px;
}
.footer .contact {
  float: left;
  margin-top: 15px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #bfbfbf;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
}
.footer .contact a:last-child {
  color: #fff;
  text-decoration: underline;
}
.footer .contact a {
  color: #bfbfbf;
}
