.nav {
  border-bottom: solid 1px #d7d7d7;
  min-height: 50px;
}
.nav .container a {
  vertical-align: middle;
  font-size: 13px;
  color: #9a9a9a;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: 2px;
}
.nav .container img {
  padding-left: 27px;
  padding-right: 16px;
  line-height: 50px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.nav .container .current {
  color: #ed1c24;
}
.innerBanner {
  height: 167px;
  width: 100%;
}
.innerBanner .pageTitle {
  font-size: 25px;
  color: white;
  font-weight: bold;
  line-height: 167px;
  text-align: left;
  padding-left: 53px;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
}
.inline-block {
  display: inline-block;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.w-fix {
  display: inline-block;
  width: 100%;
  height: 0;
  vertical-align: middle;
}
.h-fix {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
body {
  min-width: 400px;
  position: relative;
}
#body_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  opacity: 0.8;
  z-index: 1;
}
#body_overlay.open {
  display: block;
}
.container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.container2 {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
header {
  position: relative;
  z-index: 1;
}
header .left {
  padding-top: 19px;
  float: left;
}
header .left a {
  background: url(img/logo.png) no-repeat center/100% 100%;
  width: 157px;
  height: 54px;
  display: block;
}
header .left .stock-code {
  font-size: 15px;
  margin: 12px 0;
  font-weight: lighter;
}
header .right {
  float: right;
  height: 92px;
  margin-top: 17px;
}
header .right .buttons {
  float: left;
  padding-right: 4px;
}
header .right .buttons .menu_item {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  position: relative;
  padding: 35px 16px;
}
header .right .buttons .menu_item a {
  color: #313131;
  font-size: 17px;
  display: block;
  font-weight: bold;
}
header .right .buttons .menu_item .shortBorder {
  width: 35px;
  height: 2px;
  background: #c5c5c5;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 22px;
  margin: auto;
  display: none;
}
header .right .buttons .menu_item .subMenu {
  display: none;
  background: #223f8d;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 2;
  width: 100%;
  padding: 13px 0;
}
header .right .buttons .menu_item .subMenu .subMenu_item .subMenu_item_title {
  color: white;
  line-height: normal;
  display: block;
  padding: 14px 10px;
  font-size: 15px;
}
header .right .buttons .menu_item .subMenu .subMenu_item:hover {
  background: #f2f4f8;
}
header .right .buttons .menu_item .subMenu .subMenu_item:hover .subMenu_item_title {
  color: #313131;
}
header .right .buttons .menu_item.active a,
header .right .buttons .menu_item:hover a {
  color: #223f8d;
}
header .right .buttons .menu_item.active .shortBorder,
header .right .buttons .menu_item:hover .shortBorder {
  display: block;
}
header .right .buttons .menu_item:hover .subMenu {
  display: block;
}
header .right .lang {
  float: left;
  background: url(img/header/menu_sep.png) no-repeat top 43px left;
  padding-left: 30px;
}
header .right .lang div {
  float: left;
}
header .right .lang div a {
  font-size: 17px;
  color: #797979;
  line-height: 90px;
}
header .right .lang div a:hover {
  font-weight: bold;
  color: #223f8d;
}
header .right .lang .en {
  margin-right: 26px;
}
header .right .lang .zh-hant {
  margin-right: 18px;
}
header .right .lang .zh-hans {
  margin-right: 31px;
}
header .right .lang div.active a {
  font-weight: bold;
  color: #223f8d;
}
header .right .search {
  float: left;
  margin-right: 10px;
  background: url(img/header/icon_search.png) no-repeat center/cover;
  margin-top: 29px;
  width: 26px;
  height: 33px;
  cursor: pointer;
}
header .menu_responsive {
  display: none;
  float: right;
}
header .menu_responsive .menu_button {
  background: url(img/header/icon-menu.png) no-repeat center/cover;
  width: 48px;
  height: 35px;
  cursor: pointer;
  float: right;
  margin-right: 18px;
  margin-top: 28px;
}
header .menu_responsive .search {
  float: right;
  margin-right: 26px;
  background: url(img/header/icon_search.png) no-repeat center/cover;
  margin-top: 30px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
header .search_area {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  background: #223f8d;
  z-index: 1;
}
header .search_area form {
  margin: 15px;
}
header .search_area form .input-container {
  padding-left: 20px;
  padding-right: 34px;
  background: white;
}
header .search_area form .input-container .search_input {
  color: #a1a1a1;
  font-size: 15px;
  width: 100%;
  height: 33px;
}
header .search_area form .input-container .submit {
  background: url(img/header/icon_search.png) no-repeat right 4px center/26px 33px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
}
header .search_area.open {
  display: block;
}
header .menu_mobile {
  display: none;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  background: #223f8d;
  z-index: 1;
  padding: 22px 0;
}
header .menu_mobile .menu_item {
  margin: 0 15px;
  border-bottom: 1px dotted white;
}
header .menu_mobile .menu_item a {
  color: white;
  display: block;
  font-size: 17px;
  font-weight: bold;
  padding: 16px 0;
}
header .menu_mobile .menu_item .subMenu {
  padding-left: 20px;
  display: none;
}
header .menu_mobile .menu_item .subMenu .subMenu_item_title:hover {
  color: #797979;
}
header .menu_mobile .menu_item .subMenu.open {
  display: block;
}
header .menu_mobile .menu_item:hover a {
  color: #797979;
}
header .menu_mobile .menu_item:hover .subMenu_item_title {
  color: white;
}
header .menu_mobile .language {
  text-align: center;
  margin: 20px 15px;
}
header .menu_mobile .language div {
  margin-bottom: 10px;
  border: 1px solid white;
  height: 40px;
  line-height: 40px;
  vertical-align: top;
}
header .menu_mobile .language div a {
  font-size: 17px;
  color: white;
  display: block;
  font-weight: bold;
}
header .menu_mobile .language div a:hover {
  background: white;
  color: #223f8d;
}
header .menu_mobile .language div.active a {
  background: white;
  color: #223f8d;
}
header.tablet,
header.mobile {
  background: #fff;
}
header.tablet .left,
header.mobile .left {
  padding-left: 20px;
}
header.tablet .right,
header.mobile .right {
  display: none;
}
header.tablet .menu_responsive,
header.mobile .menu_responsive {
  display: block;
}
header.tablet {
  height: 90px;
}
header.tablet .left .stock-code {
  display: inline-block;
  vertical-align: bottom;
  margin: 0;
  margin-left: 10px;
}
header.mobile .menu_responsive {
  margin-top: 13px;
}/*953795e33e25c16a067bcfa2a5842f5b*/
header.mobile .menu_mobile {
  top: 115px;
}
#content {
  min-height: 500px;
}
#content .main {
  padding-top: 19px;
  margin-bottom: 100px;
}
#content .main .lAr .left {
  width: 280px;
  float: left;
}
#content .main .lAr .left .cells .cell {
  border-bottom: solid 1px #d7d7d7;
}
#content .main .lAr .left .cells .cell .cateTitle {
  padding-top: 13px;
  padding-bottom: 14px;
  font-weight: bold;
  font-size: 18px;
  color: #4a4a4a;
  display: block;
}
#content .main .lAr .left .cells .cell .level2Cate .cate2Link {
  display: block;
  font-size: 15px;
  color: #828282;
  font-weight: bold;
  padding: 11px 0;
  border-left: solid 6px white;
  padding-left: 25px;
}
#content .main .lAr .left .cells .cell .level2Cate .cate2Link.active {
  background: #f2f4f8;
  color: #223f8d;
  border-left: solid 6px #233f8d;
}
#content .main .lAr .left .cells .cell:last-child {
  border-bottom: 0;
}
#content .main .lAr .left .cells .cell.active .cateTitle {
  color: #223f8d;
}
#content .main .lAr .right {
  width: 890px;
  float: right;
}
#content .main .lAr .right .editor {
  margin-bottom: 30px;
}
#content .main .lAr .right .products .cell .cellTitle,
#content .main .lAr .right .products2 .cell .cellTitle {
  padding-bottom: 12px;
  color: #223f8d;
  font-size: 16px;
  font-weight: bold;
}
#content.tablet .nav,
#content.tablet .main,
#content.mobile .nav,
#content.mobile .main {
  padding-left: 15px;
  padding-right: 15px;
}
#content.tablet .productPage .main .lAr .left,
#content.tablet .productPage .main .lAr .right,
#content.tablet .applicationsPage .main .lAr .left,
#content.tablet .applicationsPage .main .lAr .right,
#content.tablet .investorPage .main .lAr .left,
#content.tablet .investorPage .main .lAr .right,
#content.mobile .productPage .main .lAr .left,
#content.mobile .productPage .main .lAr .right,
#content.mobile .applicationsPage .main .lAr .left,
#content.mobile .applicationsPage .main .lAr .right,
#content.mobile .investorPage .main .lAr .left,
#content.mobile .investorPage .main .lAr .right {
  width: 100%;
  float: none;
  margin-bottom: 30px;
}
#content.tablet .productPage .main .lAr .left.desktop,
#content.tablet .applicationsPage .main .lAr .left.desktop,
#content.tablet .investorPage .main .lAr .left.desktop,
#content.mobile .productPage .main .lAr .left.desktop,
#content.mobile .applicationsPage .main .lAr .left.desktop,
#content.mobile .investorPage .main .lAr .left.desktop {
  display: none;
}
#content.tablet .productPage .main .lAr .right .products .cell,
#content.tablet .applicationsPage .main .lAr .right .products .cell,
#content.tablet .investorPage .main .lAr .right .products .cell,
#content.mobile .productPage .main .lAr .right .products .cell,
#content.mobile .applicationsPage .main .lAr .right .products .cell,
#content.mobile .investorPage .main .lAr .right .products .cell {
  max-width: none;
  width: 44%;
  margin-left: 3%;
  margin-right: 3%;
}
#content.tablet .productPage .main .lAr .right .products .cell .img,
#content.tablet .productPage .main .lAr .right .products .cell .img img,
#content.tablet .applicationsPage .main .lAr .right .products .cell .img,
#content.tablet .applicationsPage .main .lAr .right .products .cell .img img,
#content.tablet .investorPage .main .lAr .right .products .cell .img,
#content.tablet .investorPage .main .lAr .right .products .cell .img img,
#content.mobile .productPage .main .lAr .right .products .cell .img,
#content.mobile .productPage .main .lAr .right .products .cell .img img,
#content.mobile .applicationsPage .main .lAr .right .products .cell .img,
#content.mobile .applicationsPage .main .lAr .right .products .cell .img img,
#content.mobile .investorPage .main .lAr .right .products .cell .img,
#content.mobile .investorPage .main .lAr .right .products .cell .img img {
  width: 100%;
  height: auto;
}
footer .top {
  background: #223f8d;
  padding-top: 35px;
  padding-bottom: 32px;
}
footer .top .cols p,
footer .top .cols p a {
  font-size: 15px;
  color: white;
}
footer .top .cols .col {
  float: left;
}
footer .top .cols .col .header {
  padding-bottom: 18px;
}
footer .top .cols .col .links {
  padding-bottom: 10px;
}
footer .top .cols .col .links p {
  margin-bottom: 18px;
}
footer .top .cols .col .links p a {
  color: #98e3ff;
  font-size: 13px;
}
footer .top .cols .hAf {
  width: 190px;
}
footer .top .cols .hAf .home {
  padding-bottom: 30px;
}
footer .top .cols .hAf .follow {
  padding-bottom: 15px;
}
footer .top .cols .hAf .icons {
  width: 110px;
  padding-bottom: 30px;
}
footer .top .cols .aAc {
  width: 260px;
}
footer .top .cols .products {
  width: 265px;
}
footer .top .cols .applications {
  width: 485px;
}
footer .top .cols .applications .application .links p {
  display: inline-block;
  width: 49%;
}
footer .top .left,
footer .top .right {
  display: none;
}
footer .top .left {
  margin: 0 15px;
  padding-top: 35px;
  padding-bottom: 32px;
}
footer .top .left .follow {
  font-size: 15px;
  color: white;
}
footer .top .right {
  float: right;
}
footer .top .right .qr img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}
footer .footer-copyright {
  height: 53px;
  line-height: 53px;
}
footer.tablet .top,
footer.mobile .top {
  padding: 0;
}
footer.tablet .top .cols,
footer.mobile .top .cols {
  display: none;
}
footer.tablet .top .left,
footer.tablet .top .right,
footer.mobile .top .left,
footer.mobile .top .right {
  display: inline-block;
}
footer.tablet .footer-copyright,
footer.mobile .footer-copyright {
  margin: 0 15px;
}
#content .productPage .main .lAr .right .products .cell {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
  margin-right: 41px;
  max-width: 255px;
}
#content .productPage .main .lAr .right .products .cell .img {
  padding-bottom: 15px;
  display: block;
}
#content .productPage .main .lAr .right .products .cell .img img {
  border: solid 1px #e2e2e2;
}
#content .productPage .main .lAr .right .products .cell .cellTitle {
  text-align: center;
}
#content .productPage .main .lAr .right .products .cell .cellContent {
  text-align: center;
  color: #4a4a4a;
  font-size: 15px;
}
