* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 微軟雅黑;
}
ul,
li {
  list-style: none;
}
a:link,
a:visited,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}
input,
select,
option,
textarea {
  outline: none;
  resize: none;
  -webkit-appearance: none;
}
.clr::after {
  content: '';
  display: block;
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
body {
  background-color: #f7f7f7;
}
.my_width {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.mt30 {
  margin-top: 30px;
}
.mt50 {
  margin-top: 50px;
}
.mt80 {
  margin-top: 80px;
}
.ml30 {
  margin-left: 30px;
}
/* ******************************* */
.top_box {
  position: relative;
  //height: 28vw;
  //min-height: 450px;
}
.top_box .top_header {
 background: #A30814;
  width: 100%;
}
.header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header .my_width {
  height: 100px;
  position: relative;
}
.header .my_width .logo {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.header .my_width .search_box {
  width: 210px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 35px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  overflow: hidden;
}
.header .my_width .search_box  .keyword{
  float: left;
  width: calc(100% - 38px) !important;
  height: 35px;
  line-height: 35px;
  color: #999;
  padding-left: 15px;
  border: none;
}
.header .my_width .search_box .search {
  float: left;
  height: 35px;
  width: 38px;
  border: none;
  background: url(../img/search.png) no-repeat center;
}
/* ******************************* */
/* ******************************* */
.nav {
  height: 50px;
}
.nav .wp_nav {
  width: 1400px;
  margin: 0 auto;
}
.nav .wp_nav > .nav-item {
  float: left;
  width: calc(99.9% / 10);
  height: 50px;
  position: relative;
}
.nav .wp_nav > .nav-item > a {
  display: block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.nav .wp_nav > .nav-item:hover > a {
  color: #ffffff;
  background: #6f0703;
}
.nav .wp_nav > .nav-item:hover > .sub-nav {
  opacity: 1;
}
.nav .wp_nav > .nav-item:hover > .sub-nav > .nav-item > a {
  height: 40px;
}
.nav .wp_nav > .nav-item > .sub-nav {
  width: 100%;
  background: #C70020;
  position: absolute;
  top: 45px;
  box-shadow: 0px 0px 8px 1px rgba(50, 50, 50, 0.14);
  opacity: 0;
  z-index: 99;
  border: none;
}
.nav .wp_nav > .nav-item > .sub-nav > .nav-item {
  position: relative;
}
.nav .wp_nav > .nav-item > .sub-nav > .nav-item a {
  display: block;
  height: 0px;
  overflow: hidden;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  transition: height 0.3s;
  border: none;
}
.wp_nav > .nav-item > .sub-nav > .nav-item:hover > a {
  background: #fff;
  color: #C70020;
}
/* ******************************* */
/* ******************************* */
.footer .my_width {
  height: 250px;
  position: relative;
  padding-top: 60px;
}
.footer .my_width .logo {
  display: inline-block;
  margin-bottom: 30px;
  width: 320px;
}
.footer .my_width .about {
  width: auto;
}
.footer .my_width .about p {
  text-align: left;
  font-size: 14px;
  line-height: 1;
  color: #333333;
  margin-bottom: 24px;
}
.footer .my_width .about p span {
  display: inline-block;
  margin-right: 50px;
}
.footer .bottom {
  line-height: 44px;
  text-align: center;
  color: #666;
  font-size: 14px;
  background: #E8E8E8;
}
/* ******************************* */
/* ******************************* */
