body {
  margin: 0;
  padding: 0;
  font-family: 'Asap', arial, sans-serif;
  font-size: 14px;
  background: url(../images/body_bg.jpg) repeat-x;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/
}

.container {
  overflow: hidden;
}

/*header*/
#header {
  width: 980px;
  height: 105px;
  margin: auto;
  position: relative;
}

.logo {
  position: absolute;
  top: 30px;
  left: 15px;
}

.logo.tw-pic {
  top: 20px;
}

.main-menu {
  position: absolute;
  top: 50px;
  right: 20px;
  color: #03375f;
}

.main-menu ul {
  list-style: none;
}

.main-menu li {
  float: left;
  margin: 0 10px;
}

.main-menu a {
  text-decoration: none;
  color: #03375f;
  display: inline-block;
  padding: 4px 10px;
  font-size: 16px;
}

.main-menu a:hover {
  color: #face0a;
}

.main-menu>ul>li>ul {
  display: none;
}

.main-menu>ul>li:hover>ul {
  display: block;
  position: absolute;
  background: #fff;
  padding: 1% 4%;
}

.main-menu>ul>li>ul li {
  float: none;
  margin: 0;
  line-height: 1.5em;
}

.main-menu>ul>li>ul li a {
  font-size: 12px;
  padding: 0;
}

/*smo*/
#smo {
  position: absolute;
  top: 10px;
  right: 20px;
}

#smo a {
  color: #c9c9c9;
  font-size: 20px;
  margin: 0 4px;
}

#smo a:hover {
  color: #face0a;
}

/*banner*/
#banner {
  background: url(../images/index-v2/index-banner.jpg) no-repeat top center;
  height: 603px;
  margin-bottom: 30px;
}

.banner {
  width: 980px;
  height: 100%;
  margin: auto;
  position: relative;
}

.slogan {
  position: absolute;
  top: 70px;
  left: 20px;
  /* background: rgba(255,255,255,.7); */
  /* padding: 30px 70px 30px 20px; */
  color: #1e1e1e;
  font-size: 16px;
}

.slogan>p {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px !important;
  font-family: Arial, 'Microsoft JhengHei', 微軟正黑體, sans-serif;
}

.slogan h1 {
  /* width: 230px; */
  font-family: "arial black", 'Microsoft JhengHei', 微軟正黑體, arial, sans-serif;
  font-size: 34px;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #2a2a2a;
  transform: scaleX(0.95) scaleY(1.1);
  line-height: 1.2;
  transform-origin: 0% 50%;
}

.slogan h1 a {
  color: #2a2a2a;
  text-decoration: none;
}

.slogan ul {
  padding-left: 5px;
  margin: 5px auto 15px;
  list-style: none;
  line-height: 2em;
}

.slogan li:before {
  content: "\f105";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  margin-right: 5px;
}

.slogan .btn {
  display: inline-flex;
  padding: 15px 20px;
  background-color: #000;
  border-radius: 12px;
  color: #ddbb73;
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  align-items: center;
  justify-content: space-between;
  min-width: 135px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-out;
  font-family: 'Microsoft JhengHei', 微軟正黑體, Arial, sans-serif;

  &:hover,
  &:focus,
  &:active,
  &:active:focus {
    background-color: #555;
  }

}

.box {
  position: absolute;
  top: 485px;
  left: 10px;
}

.box span {
  display: inline-block;
  width: 118px;
  height: 118px;
  border: #fff 2px solid;
  margin: 0 2px;
  box-shadow: 0px 2px 12px #999;
  line-height: 118px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #ffb75e;
  background: -webkit-linear-gradient(-45deg, #ffb75e 0%, #ed8f05 100%);
  background: -webkit-linear-gradient(315deg, #ffb75e 0%, #ed8f05 100%);
  background: linear-gradient(135deg, #ffb75e 0%, #ed8f05 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffb75e', endColorstr='#ed8f05', GradientType=1);
}

.index-pro {
  position: absolute;
  bottom: 17px;
  right: 54px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

/*content*/
#content {
  box-sizing: border-box;
  width: 980px;
  margin: auto;
  margin-bottom: 50px;
}

.company,
.product {
  box-sizing: border-box;
  padding: 20px;
}

.company {
  float: left;
  width: 39%;
  height: 511px;
  background: url(../images/index-com_bg-b.jpg) no-repeat;
}

.company p {
  font-size: 15px;
  line-height: 1.8em;
  width: 200px;
  color: #312c2c;
}

.product {
  border: #cecece 2px solid;
  float: left;
  width: 60%;
  margin-left: 5px;
}

/*證書*/
.api {
  text-align: center;
  margin: 5px;
}

.api img {
  box-shadow: 0 0 8px #162f56;
}

.title {
  font-size: 24px;
  text-decoration: underline;
  color: #1f375c;
}

.pro ul {
  list-style: none;
  padding: 0;
  margin-top: 60px;
}

.pro li {
  text-align: center;
  float: left;
  width: 30%;
}

.pro li img {
  width: 90%;
}

.pro li p {
  display: inline-block;
  background: #737773;
  color: #fff;
  padding: 4px 10px;
  width: 80%;
}

.pro p a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  min-height: 30px;
  display: inline-block;
}

/*footer*/
#footer {
  background: #162f56;
  font-family: arial, sans-serif;
}

.footer {
  width: 980px;
  box-sizing: border-box;
  margin: auto;
  color: #fff;
  text-align: center;
  padding: 20px;
}

.copyright {
  margin-bottom: 6px;
}

.language {
  float: right;
}

.listul.lang {
  display: inline-block;
}

.listul.lang .current {
  cursor: pointer;
  position: relative;
  padding-right: 14px;
  margin: 2px 0 0 0;
  font-size: 18px;
}

.listul.lang .current:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #ec6c00 transparent transparent transparent;
}

.listul.lang.active ul {
  display: block;
}

.listul.lang ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  background: #f7f7f9;
  border: 1px solid #CCC;
  z-index: 2;
  min-width: 90px;
}

.language ul li {
  display: inline-block;
  margin: 0 5px;
}

.listul.lang ul li a {
  color: #000;
  display: block;
  padding: 4px 8px;
  font-size: 15px;
}

.main-menu>ul {
  display: flex;
  align-items: center;
}

.main-menu>ul>li>a {
  padding: 8px 10px 0px;
  line-height: 1.5;
}