sup {
  line-height: normal;
}
.oneline {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}
.clear {
  clear: both;
  float: left;
}
.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: 480px;
  position: relative;
}
body.tablet #cookies .text,
body.mobile #cookies .text {
  padding: 0 20px;
}
body.tablet #cookies .understand,
body.mobile #cookies .understand {
  float: none;
  width: auto;
  margin-left: 20px;
  margin-right: 20px;
}
#body_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: #000;
  opacity: 0.55;
  z-index: 1;
}
#body_overlay.open {
  display: block;
}
#cookies {
  background: #013b61;
  padding: 24px 0;
  z-index: 1;
  position: relative;
}
#cookies * {
  color: #fff;
  font-size: 15px;
}
#cookies .container {
  width: 100%;
  max-width: 1164px;
}
#cookies .text {
  line-height: 24px;
  display: inline-block;
}
#cookies .understand {
  background: #00a1e9;
  text-align: center;
  width: 170px;
  height: 35px;
  line-height: 35px;
  margin-top: 6px;
  float: right;
  font-weight: bold;
  display: block;
}
#preview {
  background: #000;
  text-align: center;
}
#preview .container {
  width: 100%;
  max-width: 1164px;
}
#preview .text {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 76px;
  background: url(img/preview-icon.svg) no-repeat left;
  padding-left: 70px;
}
.no-doc {
  text-align: center;
  font-size: 15px;
  color: #005285;
  line-height: 120px;
}
::-webkit-input-placeholder {
  color: #666666;
}
::-moz-placeholder {
  color: #666666;
}
:-moz-placeholder {
  color: #666666;
}
:-ms-input-placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}
.placeholder {
  color: #666666;
  opacity: 1;
}
.container {
  width: 1164px;
  margin: auto;
  position: relative;
}
header,
#content,
footer {
  width: 100%;
  float: left;
  clear: both;
}
header.tablet .container,
header.mobile .container,
#content.tablet .container,
#content.mobile .container,
footer.tablet .container,
footer.mobile .container {
  width: 100%;
}
header {
  height: 117px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
header .header_bg {
  background: url(img/header_plate_repeat_x.png) repeat-x top;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=89);
  filter: alpha(opacity = 89);
  -moz-opacity: 0.89;
  -khtml-opacity: 0.89;
  opacity: 0.89;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header .logo {
  background: url(img/logo.png) no-repeat;
  width: 162px;
  height: 61px;
  position: absolute;
  top: 19px;
  left: 2px;
}
header .menu {
  float: right;
}
header .menu .menu-top {
  margin-top: 10px;
  float: right;
}
header .menu .menu-top .search_area,
header .menu .menu-top .login_button,
header .menu .menu-top .profile_button,
header .menu .menu-top .logout_button {
  display: inline-block;
  vertical-align: middle;
}
header .menu .menu-top .login_button,
header .menu .menu-top .profile_button,
header .menu .menu-top .logout_button {
  height: 35px;
}
header .menu .menu-top .login_button .button_text,
header .menu .menu-top .profile_button .button_text,
header .menu .menu-top .logout_button .button_text {
  color: white;
  font-size: 15px;
  text-align: center;
  display: block;
  line-height: 39px;
  padding-left: 37px;
}
header .menu .menu-top .login_button .button_text.login,
header .menu .menu-top .profile_button .button_text.login,
header .menu .menu-top .logout_button .button_text.login {
  background: url(img/icon_membership.png) no-repeat top left 20px /33px;
}
header .menu .menu-top .login_button .button_text.profile,
header .menu .menu-top .profile_button .button_text.profile,
header .menu .menu-top .logout_button .button_text.profile {
  background: url(img/icon_profile.png) no-repeat top 9px left 10px;
  padding-left: 18px;
}
header .menu .menu-top .login_button .button_text.logout,
header .menu .menu-top .profile_button .button_text.logout,
header .menu .menu-top .logout_button .button_text.logout {
  background: url(img/icon_logout.png) no-repeat top 7px left 20px;
  padding-left: 18px;
}
header .menu .menu-top .search_area {
  margin-right: 7px;
  border: 1px solid #cacaca;
  position: relative;
  width: 261px;
  padding-right: 40px;
  padding-left: 16px;
  background: white;
}
header .menu .menu-top .search_area .search {
  color: #a1a1a1;
  font-size: 15px;
  width: 100%;
  height: 33px;
}
header .menu .menu-top .search_area .submit {
  background: url(img/icon_search.png) no-repeat right 4px center/35px;
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
}
header .menu .menu-top .login_button {
  background: #005285;
  width: 250px;
}
header .menu .menu-top .profile_button {
  width: 135px;
  background: #005285;
}
header .menu .menu-top .logout_button {
  width: 135px;
  background: #ed2127;
  margin-left: 7px;
}
header .menu .menu-bottom {
  float: right;
  margin-top: 9px;
}
header .menu .menu-bottom .menu_items {
  display: inline-block;
  vertical-align: middle;
  margin-right: 13px;
}
header .menu .menu-bottom .menu_items .menu_item {
  display: inline-block;
  position: relative;
}
header .menu .menu-bottom .menu_items .menu_item .menu_title {
  font-size: 17px;
  color: #01334b;
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 29px;
  text-align: center;
}
header .menu .menu-bottom .menu_items .menu_item .subMenu {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 218px;
  z-index: 1;
}
header .menu .menu-bottom .menu_items .menu_item .subMenu .subMenu_item {
  border-bottom: 1px solid #95d4f0;
  background: #005285;
}
header .menu .menu-bottom .menu_items .menu_item .subMenu .subMenu_item .subMenu_item_title {
  color: white;
  font-size: 15px;
  font-weight: bold;
  padding: 17px 23px 12px 23px;
  display: block;
}
header .menu .menu-bottom .menu_items .menu_item .subMenu .subMenu_item:hover {
  background: #858585;
}
header .menu .menu-bottom .menu_items .menu_item .subMenu .subMenu_item:last-child {
  border-bottom: none;
}
header .menu .menu-bottom .menu_items .menu_item.current .menu_title,
header .menu .menu-bottom .menu_items .menu_item:hover .menu_title {
  border-bottom: 5px solid #005285;
  height: 45px;
}
header .menu .menu-bottom .menu_items .menu_item:hover .subMenu {
  display: block;
}
header .menu .menu-bottom .language {
  display: inline-block;
  vertical-align: middle;
}
header .menu .menu-bottom .language a {
  color: white;
  font-size: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  vertical-align: middle;
  background: #535353;
}
header .menu .menu-bottom .language a.current,
header .menu .menu-bottom .language a:hover {
  background: #005285;
}
header .menu .menu_responsive {
  float: right;
  margin-top: 36px;
  margin-right: 13px;
  display: none;
}
header .menu .menu_responsive * {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
header .menu .menu_responsive .menu_button {
  cursor: pointer;
  background: url(img/icon_menu.png) no-repeat center/cover;
  width: 48px;
  height: 35px;
  margin-right: 0;
}
header .menu .menu_responsive .login_button {
  background: url(img/icon_responsive_member.png) no-repeat center/cover;
  width: 48px;
  height: 39px;
}
header .menu .menu_responsive .logout_button {
  background: url(img/icon_responsive_logout.png) no-repeat center/cover;
  width: 55px;
  height: 39px;
}
header .menu .menu_responsive .search_button {
  background: url(img/icon_responsive_search.png) no-repeat center/cover;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
header .menu_mobile {
  background: #00a1e9;
  width: 100%;
  display: none;
  top: 105px;
  position: absolute;
  z-index: 1;
  padding: 26px 0;
}
header .menu_mobile .menu_items {
  padding: 0 15px;
}
header .menu_mobile .menu_items .menu_item {
  display: block;
  background: #0e7aa9;
  height: 51px;
  line-height: 51px;
  margin-bottom: 9px;
  position: relative;
}
header .menu_mobile .menu_items .menu_item span {
  color: white;
  font-size: 20px;
  padding-left: 23px;
  display: block;
}
header .menu_mobile .menu_items .menu_item:hover {
  background: #32b0ea;
  border: 1px solid white;
  height: 49px;
  line-height: 49px;
}
header .menu_mobile .language {
  text-align: center;
  padding: 12px 15px 0 15px;
}
header .menu_mobile .language a {
  display: block;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  background: #535353;
  margin-bottom: 5px;
}
header .menu_mobile .language a.current {
  background: #005285;
}
header .search_area_mobile {
  display: none;
  background: #005285;
  position: absolute;
  top: 105px;
  left: 0;
  width: 100%;
}
header .search_area_mobile form {
  margin: 15px;
}
header .search_area_mobile form .input-container {
  padding-left: 20px;
  padding-right: 34px;
  background: white;
}
header .search_area_mobile form .input-container .search {
  color: #a1a1a1;
  font-size: 15px;
  width: 100%;
  height: 33px;
}
header .search_area_mobile form .input-container .submit {
  background: url(img/icon_search.png) no-repeat right 4px center/35px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
}
header .search_area_mobile.open {
  display: block;
}
header.no-cookies {
  top: 96px;
}
header.preview {
  top: 76px;
}
header.tablet,
header.mobile {
  position: relative;
  top: auto !important;
  height: 105px;
  z-index: 1;
  background: white;
}
header.tablet .header_bg,
header.mobile .header_bg {
  display: none;
}
header.tablet .logo,
header.mobile .logo {
  top: 19px;
  left: 12px;
}
header.tablet .menu .menu-top,
header.tablet .menu .menu-bottom,
header.mobile .menu .menu-top,
header.mobile .menu .menu-bottom {
  display: none;
}
header.tablet .menu_responsive,
header.mobile .menu_responsive {
  display: block;
}
header.tablet .menu_responsive a.eng {
  margin-right: 5px;
}
header.mobile .menu_responsive a.eng {
  margin-right: 0;
}
#content {
  min-height: 500px;
}
#content .inner_banner {
  width: 100%;
  height: 404px;
}
#content .inner_banner img {
  display: none;
  width: 100%;
  height: auto;
}
#content .inner_banner .container {
  height: 100%;
}
#content .inner_banner .container .slogan1,
#content .inner_banner .container .slogan2 {
  position: absolute;
  color: white;
}
#content .inner_banner .container .slogan1 {
  font-size: 37px;
  background: #8dc41f;
  left: 30px;
  bottom: 122px;
  padding: 17px 37px 13px 35px;
}
#content .inner_banner .container .slogan2 {
  font-size: 27px;
  background: #535353;
  left: 109px;
  bottom: 77px;
  padding: 12px 29px 10px 21px;
}
#content .navigation {
  border-bottom: 1px solid black;
}/*953795e33e25c16a067bcfa2a5842f5b*/
#content .navigation * {
  vertical-align: middle;
}
#content .navigation a {
  font-size: 15px;
  color: #666666;
}
#content .navigation a.current {
  color: black;
  font-weight: bold;
}
#content .navigation img {
  height: 46px;
  width: 18px;
}
#content .learn_more_button {
  background: #005285;
  display: inline-block;
  width: 171px;
  height: 44px;
}
#content .learn_more_button span {
  font-size: 15px;
  color: white;
  background: url(img/icon_more.png) no-repeat left 26px center/30px;
  display: block;
  line-height: 44px;
  padding-left: 21px;
  text-align: center;
}
#content .content_area #side_menu {
  width: 282px;
  display: inline-block;
  vertical-align: top;
  margin-right: 30px;
}
#content .content_area #side_menu .side_menu {
  background: #f8f8f8;
  padding: 31px 0;
}
#content .content_area #side_menu .side_menu .side_menu_item {
  background: #f8f8f8;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_menu_item_title {
  display: block;
  padding: 14px;
  position: relative;
  border-left: 9px solid #f8f8f8;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_menu_item_title .title {
  font-size: 15px;
  font-weight: bold;
  color: #666666;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu {
  display: none;
  background: #e5e5e5;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item_title {
  font-size: 15px;
  color: #666666;
  display: block;
  background: url(img/arrow_pointer.png) no-repeat top 20px left 25px /5px;
  padding: 15px 42px;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2 {
  display: none;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2 .side_subMenu_item_title {
  padding-left: 52px;
  background: none;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2 .side_subMenu_item3 {
  display: none;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2 .side_subMenu_item3 .side_subMenu_item_title {
  padding-left: 62px;
  background: none;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2 .side_subMenu_item3:hover >.side_subMenu_item_title,
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2 .side_subMenu_item3.current >.side_subMenu_item_title {
  color: #005285;
  font-weight: bold;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2:hover >.side_subMenu_item_title,
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2.current >.side_subMenu_item_title {
  color: #005285;
  font-weight: bold;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item .side_subMenu_item2.current .side_subMenu_item3 {
  display: block;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item:hover >.side_subMenu_item_title,
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item.current >.side_subMenu_item_title {
  color: #005285;
  font-weight: bold;
}
#content .content_area #side_menu .side_menu .side_menu_item .side_subMenu .side_subMenu_item.current .side_subMenu_item2 {
  display: block;
}
#content .content_area #side_menu .side_menu .side_menu_item:first-child {
  border-top: 1px solid #c5c5c5;
}
#content .content_area #side_menu .side_menu .side_menu_item.open,
#content .content_area #side_menu .side_menu .side_menu_item.current,
#content .content_area #side_menu .side_menu .side_menu_item:hover {
  background: #005285;
}
#content .content_area #side_menu .side_menu .side_menu_item.open .side_menu_item_title,
#content .content_area #side_menu .side_menu .side_menu_item.current .side_menu_item_title,
#content .content_area #side_menu .side_menu .side_menu_item:hover .side_menu_item_title {
  border-color: #00a1e9;
}
#content .content_area #side_menu .side_menu .side_menu_item.open .side_menu_item_title .title,
#content .content_area #side_menu .side_menu .side_menu_item.current .side_menu_item_title .title,
#content .content_area #side_menu .side_menu .side_menu_item:hover .side_menu_item_title .title {
  color: white;
}
#content .content_area #side_menu .side_menu .side_menu_item.current .side_subMenu {
  display: block;
}
#content .content_area #side_menu .buttons a {
  display: block;
  margin-top: 10px;
  background: #00a1e9;
}
#content .content_area #side_menu .buttons a span {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding-left: 70px;
  line-height: 46px;
}
#content .content_area #side_menu .buttons a.contact_sales span {
  background: url(img/contact_sales.png) no-repeat left 10px center/46px;
}
#content .content_area #side_menu .buttons a.request_samples span {
  background: url(img/request_sample.png) no-repeat left 10px center/46px;
}
#content .content_area .content {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 315px);
  padding-top: 23px;
  padding-bottom: 33px;
  position: relative;
}
#content .content_area .content .page_title,
#content .content_area .content .page_title3 {
  color: #005285;
  font-size: 30px;
  font-weight: bold;
}
#content .content_area .content .page_title2 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 19px;
}
#content .content_area .content .page_title3 {
  background: url(img/dot_sep_grey.png) no-repeat left bottom/288px;
  padding-bottom: 28px;
}
#content .content_area .content .page_content {
  margin-top: 11px;
}
#content .content_area .content .loading {
  background: url(img/loading.gif) no-repeat center center;
  height: 32px;
  clear: both;
  display: none;
}
#content .content_area .content .back_button {
  position: absolute;
  top: 30px;
  right: 0;
  background: #535353;
  width: 125px;
  height: 37px;
}
#content .content_area .content .back_button span {
  color: white;
  text-align: center;
  display: block;
  background: url(img/arrow_back.png) no-repeat left 20px center/32px;
  line-height: 38px;
  font-size: 15px;
  padding-left: 19px;
}
#content .content_area .content .buttons {
  border-top: 1px solid #c5c5c5;
  text-align: center;
  margin-top: 32px;
  padding-top: 24px;
}
#content .content_area .content .buttons a {
  background: #00a1e9;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
  width: 345px;
  height: 59px;
}
#content .content_area .content .buttons a span {
  color: white;
  font-size: 18px;
  font-weight: bold;
  display: block;
  line-height: 59px;
  padding-left: 33px;
}
#content .content_area .content .buttons a.contact_sales span {
  background: url(img/contact_sales.png) no-repeat left 28px center/60px;
}
#content .content_area .content .buttons a.request_samples span {
  background: url(img/request_sample.png) no-repeat left 28px center/60px;
}
#content .content_area .content .buttons a.download_eda {
  width: 351px;
}
#content .content_area .content .buttons a.download_eda span {
  background: url(img/download.png) no-repeat left 28px center/60px;
}
#content .content_area .content .buttons a.license span {
  background: url(img/apply_license.png) no-repeat left 28px center/60px;
}
#content .content_area .content .buttons a.distributor {
  width: 351px;
}
#content .content_area .content .buttons a.distributor span {
  background: url(img/buy.png) no-repeat left 28px center/60px;
}
#content .content_area .content .buttons a.contact_gowin span {
  background: url(img/contact.png) no-repeat left 28px center/60px;
}
#content .content_area .content .tabs,
#content .content_area .content .tabs_mobile {
  text-align: center;
}
#content .content_area .content .tabs .tab,
#content .content_area .content .tabs_mobile .tab {
  font-weight: bold;
}
#content .content_area .content .tabs .tab:hover,
#content .content_area .content .tabs_mobile .tab:hover {
  background: #005285 !important;
  color: white !important;
}
#content .content_area .content .tabs .tab {
  display: inline-block;
}
#content .content_area .content .tabs .tab.current {
  background: #005285;
  color: white;
}
#content .content_area .content .tabs_mobile {
  display: none;
}
#content .content_area .content .tabs_mobile .tabs_now {
  font-weight: bold;
  background: #005285;
  color: white;
  cursor: pointer;
}
#content .content_area .content .tabs_mobile .tabs_menu {
  display: none;
}
#content .content_area .content .tabs_mobile .tabs_menu .tab {
  display: block;
  border-bottom: 1px solid white;
}
#content .content_area .content .tab_content_area .tab_content {
  display: none;
}
#content .content_area .content .tab_content_area .tab_content.show {
  display: block;
}
#content .content_area .content .tab_content_area.eda {
  margin-top: 0;
}
#content .content_area .content .documents_download {
  margin-top: 35px;
}
#content .content_area .content .documents_download table {
  width: 100%;
}
#content .content_area .content .documents_download table tr {
  background: #f8f8f8;
  border-bottom: 1px solid white;
}
#content .content_area .content .documents_download table tr td {
  font-size: 15px;
  padding: 15px 0 13px 17px;
}
#content .content_area .content .documents_download table tr td.title1 {
  color: #696969;
  font-weight: bold;
  vertical-align: top;
}
#content .content_area .content .documents_download table tr td.title2 {
  color: #005285;
  font-weight: bold;
  vertical-align: middle;
}
#content .content_area .content .documents_download table tr td.download,
#content .content_area .content .documents_download table tr td.link {
  text-align: center;
  vertical-align: middle;
  padding: 0;
}
#content .content_area .content .documents_download table tr td.download a,
#content .content_area .content .documents_download table tr td.link a {
  color: #666666;
  font-size: 15px;
  display: block;
  padding-bottom: 0px;
  line-height: 22px;
}
#content .content_area .content .documents_download table tr td.download a {
  background: url(img/icon_file.png) no-repeat top left/19px;
  padding-left: 19px;
}
#content .content_area .content .documents_download table tr td.link a {
  background: url(img/icon_link.png) no-repeat left/19px;
  padding-left: 18px;
}
#content .content_area .content .devkits {
  margin-top: 47px;
}
#content .content_area .content .devkits .devkits_item {
  background: #f8f8f8;
  display: block;
  padding: 13px;
  margin-bottom: 7px;
}
#content .content_area .content .devkits .devkits_item img {
  display: inline-block;
  vertical-align: top;
  margin-right: 22px;
}
#content .content_area .content .devkits .devkits_item .devkits_info {
  display: inline-block;
  vertical-align: top;
  margin-top: 14px;
}
#content .content_area .content .devkits .devkits_item .devkits_info * {
  font-size: 15px;
}
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_title {
  font-weight: bold;
  color: #005285;
}
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_content {
  color: #666666;
  margin-top: 10px;
}
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail {
  margin-top: 16px;
}
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .left,
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .right {
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
}
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .left .label,
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .right .label {
  position: absolute;
  top: 0;
  left: 0;
  color: #005285;
}
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .left .info,
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .right .info {
  margin-left: 115px;
}
#content .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .right {
  float: right;
  margin-right: 70px;
}
#content .content_area .content .contact {
  float: right;
  margin-top: 8px;
  margin-left: 32px;
}
#content .content_area .content .contact .box {
  background: #00a1e9;
  padding: 17px 20px 28px 20px;
}
#content .content_area .content .contact .box * {
  color: white;
}
#content .content_area .content .contact .box .text {
  font-size: 16px;
  font-weight: bold;
}
#content .content_area .content .contact .box .email,
#content .content_area .content .contact .box .tel {
  text-decoration: underline;
  font-size: 15px;
  display: block;
  padding-left: 33px;
}
#content .content_area .content .contact .box .email {
  background: url(img/icon_contact_mail.png) no-repeat left -4px center/29px;
  margin-top: 25px;
}
#content .content_area .content .contact .box .tel {
  background: url(img/icon_contact_tel.png) no-repeat left -4px center/29px;
  margin-top: 23px;
}
#content .content_area .content .contact .box .enquiry {
  background: #005385;
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  height: 37px;
  margin-bottom: 28px;
  line-height: 37px;
}
#content .content_area .content form * {
  font-size: 15px;
}
#content .content_area .content form .input-container {
  border: 1px solid #e0e0e0;
  padding: 0 20px;
  margin-bottom: 13px;
  background: white;
}
#content .content_area .content form .input-container .text,
#content .content_area .content form .input-container .textarea {
  width: 100%;
  color: #666666;
}
#content .content_area .content form .input-container .text {
  height: 41px;
}
#content .content_area .content form .input-container .textarea {
  height: 54px;
}
#content .content_area .content form .input-container.enquiry {
  padding: 11px 20px;
}
#content .content_area .content form .input-container.select {
  padding: 0;
}
#content .content_area .content form .input-container.select .selects {
  height: 43px;
  background: url(img/input_pulldown_arrow.png) no-repeat right/41px;
  cursor: pointer;
  position: relative;
}
#content .content_area .content form .input-container.select .selects .select-input {
  color: #666666;
  line-height: 44px;
  padding: 0 17px;
}
#content .content_area .content form .input-container.select .selects .select-container {
  display: none;
  position: absolute;
  background: white;
  width: 100%;
  z-index: 1;
  margin-left: -1px;
  border: 1px solid #e0e0e0;
}
#content .content_area .content form .input-container.select .selects .select-container div {
  height: 44px;
  line-height: 44px;
  padding: 0 17px;
  color: #666666;
}
#content .content_area .content form .input-container.select .selects .select-container div:hover {
  background: #005285;
  color: white;
}
#content .content_area .content form .input-container.error {
  border: 1px solid #66c4ff;
}
#content .content_area .content form .buttons {
  margin-top: 24px;
  position: relative;
  border: none;
  text-align: left;
  padding: 0;
}
#content .content_area .content form .buttons .submit,
#content .content_area .content form .buttons .reset {
  color: white;
  font-weight: bold;
  width: 120px;
  height: 44px;
  margin-right: 12px;
}
#content .content_area .content form .buttons .submit {
  background: #005285;
}
#content .content_area .content form .buttons .reset {
  background: #909090;
}
#content .content_area .content form .buttons .error-message,
#content .content_area .content form .buttons .error-message2 {
  color: #005285;
  line-height: 44px;
}
#content .content_area .content form .buttons .error-message.inline,
#content .content_area .content form .buttons .error-message2.inline {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 273px;
}
#content .content_area .content form .buttons .error-message {
  display: none;
}
#content .content_area .content form .verify {
  margin-top: 16px;
}
#content .content_area .content form .verify * {
  display: inline-block;
  vertical-align: middle;
}
#content .content_area .content form .verify #refresh,
#content .content_area .content form .verify #refresh1,
#content .content_area .content form .verify #refresh2 {
  background: url(img/icon_reload.png) no-repeat center/cover;
  width: 43px;
  height: 43px;
  margin: 0 9px;
}
#content .content_area .content form .verify .verify_input {
  border: 1px solid #e0e0e0;
  color: #666666;
  height: 41px;
  width: 91px;
  text-align: center;
}
#content .content_area .content form .verify .verify_input.error {
  border: 1px solid #66c4ff;
}
#content .content_area .content .success-message {
  color: #005285;
  font-size: 25px;
  text-align: center;
  margin: 100px 0;
}
#content .content_area .content.full {
  margin-left: 0;
  min-height: 0;
  width: 100%;
}
#content .content_area .content.detail_page .page_title {
  padding-right: 130px;
}
#content .content_area .content.search h2,
#content .content_area .content.search .no-record {
  font-size: 18px;
  font-weight: bold;
  color: #005285;
}
#content .content_area .content.search h2 {
  margin: 30px 0;
}
#content .content_area .content.search ul * {
  font-size: 15px;
  color: #525252;
}
#content .content_area .content.search ul li {
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #000000;
}
#content .content_area .content.search ul li a p {
  margin-top: 10px;
  line-height: 25px;
  text-align: justify;
}
#content .content_area .content.search .no-record {
  text-align: center;
  display: inline-block;
  width: 100%;
}
#content .content_area .content.search .h-fix {
  min-height: 300px;
}
#content.tablet .inner_banner,
#content.mobile .inner_banner {
  height: auto;
  background: none !important;
}
#content.tablet .inner_banner img,
#content.mobile .inner_banner img {
  display: block;
}
#content.tablet .inner_banner .container,
#content.mobile .inner_banner .container {
  height: auto;
}
#content.tablet .inner_banner .container .slogan1,
#content.tablet .inner_banner .container .slogan2,
#content.mobile .inner_banner .container .slogan1,
#content.mobile .inner_banner .container .slogan2 {
  position: relative;
  left: auto;
  bottom: auto;
}
#content.tablet .navigation,
#content.tablet .content_area,
#content.mobile .navigation,
#content.mobile .content_area {
  padding: 0 15px;
}
#content.tablet .content_area #side_menu,
#content.mobile .content_area #side_menu {
  width: 100%;
  margin-right: 0;
}
#content.tablet .content_area .content,
#content.mobile .content_area .content {
  margin-left: 0;
  width: 100%;
  min-height: 0 !important;
}
#content.tablet .content_area .content .tabs,
#content.mobile .content_area .content .tabs {
  display: none;
}
#content.tablet .content_area .content .tabs_mobile,
#content.mobile .content_area .content .tabs_mobile {
  display: block;
}
#content.tablet .content_area .content .tab_content_area,
#content.mobile .content_area .content .tab_content_area {
  margin-top: 37px;
}
#content.tablet .content_area .content .tab_content_area.eda,
#content.mobile .content_area .content .tab_content_area.eda {
  margin-top: 0;
}
#content.tablet .content_area .content .devkits .devkits_item,
#content.mobile .content_area .content .devkits .devkits_item {
  text-align: center;
}
#content.tablet .content_area .content .devkits .devkits_item img,
#content.mobile .content_area .content .devkits .devkits_item img {
  margin-right: 0;
}
#content.tablet .content_area .content .devkits .devkits_item .devkits_info,
#content.mobile .content_area .content .devkits .devkits_item .devkits_info {
  display: block;
  text-align: left;
  width: 100% !important;
}
#content.tablet .inner_banner .container .slogan1 {
  padding-left: 21px;
}
#content.mobile .inner_banner .container .slogan1,
#content.mobile .inner_banner .container .slogan2 {
  font-size: 20px;
  padding: 10px;
}
#content.mobile .content_area .content .documents_download table tr td.download a {
  padding-left: 25px;
  padding-right: 10px;
}
#content.mobile .content_area .content .buttons a {
  margin-bottom: 11px;
}
#content.mobile .content_area .content .tab_content_area .devkits .devkits_item img {
  width: 100%;
  height: auto;
}
#content.mobile .content_area .content .tab_content_area .devkits .devkits_item .devkits_info .devkits_detail .left,
#content.mobile .content_area .content .tab_content_area .devkits .devkits_item .devkits_info .devkits_detail .right {
  width: 100%;
  display: block;
  float: none;
  margin-right: 0;
}
#content.mobile .content_area .content .devkits .devkits_item img {
  width: 100%;
  height: auto;
}
#content.mobile .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .left,
#content.mobile .content_area .content .devkits .devkits_item .devkits_info .devkits_detail .right {
  width: 100%;
  display: block;
  float: none;
  margin-right: 0;
}
#content.mobile .content_area .content form .buttons .error-message.inline {
  position: relative;
  left: auto;
}
#content.mobile .content_area .content .contact {
  float: none;
  margin-left: 0;
  margin-bottom: 32px;
}
#content.mobile .content_area .content .contact img {
  width: 100%;
  height: auto;
}
#content.mobile .content_area .content.detail_page .head {
  text-align: right;
}
#content.mobile .content_area .content.detail_page .head .back_button {
  position: relative;
  right: auto;
  top: auto;
  display: inline-block;
  margin-bottom: 20px;
}
#content.mobile .content_area .content.detail_page .head .page_title,
#content.mobile .content_area .content.detail_page .head .page_title3 {
  padding-right: 0;
  text-align: left;
}
footer .footer-top {
  padding-top: 53px;
  padding-bottom: 39px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
footer .footer-top .container {
  display: flex;
}
footer .footer-top .menu_item .menu_title {
  font-size: 18px;
  font-weight: bold;
  color: #005285;
}
footer .footer-top .menu_item .subMenu {
  margin-top: 20px;
}
footer .footer-top .menu_item .subMenu .subMenu_item {
  margin-bottom: 12px;
}
footer .footer-top .menu_item .subMenu .subMenu_item .subMenu_item_title {
  font-size: 15px;
  color: #666666;
}
footer .footer-top .menu_item:first-child {
  width: 13%;
}
footer .footer-top .menu_item:nth-child(2) {
  width: 19%;
}
footer .footer-top .menu_item:nth-child(3) {
  width: 27%;
}
footer .footer-top .menu_item:nth-child(4) {
  width: 26%;
}
footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 22px;
}
footer .footer-bottom .left {
  display: inline-block;
}
footer .footer-bottom .left .footer_menu .menu_item {
  font-size: 13px;
  color: #525252;
  display: inline-block;
}
footer .footer-bottom .left .footer_menu .sep {
  display: inline-block;
  vertical-align: middle;
  margin: 0 13px;
}
footer .footer-bottom .left .footer-copyright {
  font-size: 13px;
  color: #525252;
  margin-top: 10px;
}
footer .footer-bottom .left .footer-copyright a {
  font-size: 13px;
  color: #525252;
}
footer .footer-bottom .right {
  float: right;
}
footer.tablet,
footer.mobile {
  border-top: 1px solid #e4e4e4;
}
footer.tablet .footer-top,
footer.mobile .footer-top {
  display: none;
}
footer.tablet .footer-bottom .left .footer_menu,
footer.mobile .footer-bottom .left .footer_menu {
  display: none;
}
footer.tablet .footer-bottom .left .footer-copyright,
footer.mobile .footer-bottom .left .footer-copyright {
  padding-left: 15px;
}
footer.tablet .footer-bottom .right,
footer.mobile .footer-bottom .right {
  margin-top: -6px;
}
footer.tablet .footer-bottom {
  padding-top: 16px;
  padding-bottom: 29px;
}
footer.tablet .footer-bottom .right {
  margin-right: 11px;
}
footer.mobile {
  text-align: center;
}
footer.mobile .footer-bottom {
  padding-top: 26px;
  padding-bottom: 25px;
}
footer.mobile .footer-bottom .right {
  float: none;
}
#document_iframe {
  width: 100%;
  margin-top: 35px;
}
.documents * {
  font-size: 15px;
}
.documents #select_all,
.documents #deselect_all,
.documents .download_selected {
  text-decoration: underline;
  color: #005285;
  display: inline;
  background: white;
}
.documents .sep {
  margin: 0 12px;
  display: inline;
}
.documents table {
  margin-top: 15px;
  table-layout: fixed;
  width: 100%;
}
.documents table thead th,
.documents table thead td,
.documents table tbody th,
.documents table tbody td {
  vertical-align: top;
}
.documents table thead th:first-child,
.documents table thead th:nth-child(2),
.documents table thead td:first-child,
.documents table thead td:nth-child(2),
.documents table tbody th:first-child,
.documents table tbody th:nth-child(2),
.documents table tbody td:first-child,
.documents table tbody td:nth-child(2) {
  text-align: left;
}
.documents table thead tr {
  background: #005285;
}
.documents table thead tr th {
  color: white;
  text-align: center;
  font-weight: bold;
  height: 46px;
  line-height: 46px;
  word-wrap: break-word;
}
.documents table thead tr th .sort {
  background: url(img/sort_arrow_default.png) no-repeat right/25px;
  display: inline-block;
  width: 25px;
  height: 44px;
  vertical-align: middle;
}
.documents table thead tr th .sort.ASC {
  background-image: url(img/sort_arrow_asc.png);
}
.documents table thead tr th .sort.DESC {
  background-image: url(img/sort_arrow_desc.png);
}
.documents table thead tr th.left {
  text-align: left;
  padding-left: 45px;
}
.documents table tbody tr {
  background: #f8f8f8;
  border-bottom: 1px solid white;
}
.documents table tbody tr td {
  color: #666666;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 13px;
  word-wrap: break-word;
}
.documents table tbody tr td .input_checkbox {
  background: url(img/checkbox_uncheck.png) no-repeat top 1px left 13px /17px;
  color: #005285;
  font-weight: bold;
  display: block;
  height: 18px;
  width: 18px;
  padding-left: 13px;
}
.documents table tbody tr td .input_checkbox.checked {
  background-image: url(img/checkbox_checked.png);
}
.documents table tbody tr td .input_checkbox.mobile {
  background-position: top 1px left;
}
.documents table tbody tr td.left {
  text-align: left;
  padding-left: 45px;
}
.documents table tbody tr td:nth-child(2) {
  background: url(img/icon_file.png) no-repeat top 13px left 5px /20px;
  padding-left: 35px;
}
.documents table tbody tr td:nth-child(2) a {
  color: #666666;
}
.pager {
  text-align: right;
  margin-top: 25px;
}
.pager * {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #666666;
  font-size: 15px;
}
.pager .first_page_num,
.pager .total_page_num,
.pager .range .page_num,
.pager .page_input {
  line-height: 28px;
}
.pager .first_page_num,
.pager .total_page_num,
.pager .range .page_num {
  height: 26px;
}
.pager .first_page_num.current,
.pager .first_page_num:hover,
.pager .total_page_num.current,
.pager .total_page_num:hover,
.pager .range .page_num.current,
.pager .range .page_num:hover {
  color: #005285;
  font-weight: bold;
}
.pager .range {
  margin: 0 5px;
}
.pager .range .page_num {
  margin: 0 3px;
  min-width: 24px;
}
.pager .first_page_num.disabled,
.pager .total_page_num.disabled,
.pager .prev.disabled,
.pager .next.disabled {
  display: none;
}
.pager .first_page_num,
.pager .total_page_num {
  min-width: 32px;
  margin: 0 5px;
}
.pager .prev,
.pager .next {
  width: 14px;
  height: 29px;
}
.pager .prev {
  background: url(img/arrow_pager_left.png) no-repeat center/cover;
}
.pager .next {
  background: url(img/arrow_pager_right.png) no-repeat center/cover;
}
.pager .page_input {
  width: 33px;
  height: 27px;
  padding-left: 6px;
  text-align: left;
  border: 1px solid #e0e0e0;
  margin-left: 1px;
}
#colorbox_content {
  height: 100%;
}
#colorbox_content .login-first {
  height: 118px;
  line-height: 118px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
#colorbox_content #map {
  width: 100%;
  height: 100%;
}
#content .banner {
  position: relative;
}
#content .banner .banner-container {
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#content .banner .banner-container * {
  display: inline-block;
}
#content .banner .banner-container .banner_item {
  position: relative;
  width: 100%;
  height: 696px;
}
#content .banner .banner-container .banner_item img {
  width: 100%;
  height: auto;
  display: none;
}
#content .banner .banner-container .banner_item .container {
  display: block;
  height: 100%;
}
#content .banner .banner-container .banner_item .container .slogan1,
#content .banner .banner-container .banner_item .container .slogan2 {
  color: white;
  display: block;
  position: absolute;
}
#content .banner .banner-container .banner_item .container .slogan1.none,
#content .banner .banner-container .banner_item .container .slogan2.none {
  display: none;
}
#content .banner .banner-container .banner_item .container .slogan1 {
  background: #00a1e9;
  left: 0;
  z-index: 1;
  font-size: 30px;
  bottom: 181px;
  height: 55px;
  line-height: 61px;
  padding-left: 19px;
  padding-right: 24px;
}
#content .banner .banner-container .banner_item .container .slogan2 {
  background: #ed2127;
  height: 74px;
  bottom: 117px;
  font-size: 37px;
  left: 30px;
  line-height: 77px;
  padding-left: 36px;
  padding-right: 39px;
}
#content .banner .page {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  text-align: center;
}
#content .banner .page a {
  display: inline-block;
  width: 52px;
  height: 6px;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
  filter: alpha(opacity = 60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  background: #535353;
  border: 1px solid #fff;
  box-sizing: border-box;
  margin: 0 9px;
}
#content .banner .page a.current {
  background: #005284;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity = 100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
#content .area_title {
  font-size: 34px;
  font-weight: bold;
  color: #005285;
}
#content .about {
  text-align: center;
  padding-top: 63px;
  padding-bottom: 69px;
}
#content .about .area_title {
  background: url(img/dot_sep_grey.png) no-repeat bottom/248px;
  padding-bottom: 28px;
}
#content .about .about_content {
  margin-top: 21px;
}
#content .about .about_content p {
  color: #666666;
}
#content .about .learn_more_button {
  margin-top: 32px;
}
#content .product {
  text-align: center;
  background: #4a4a4a;
  padding-top: 67px;
  padding-bottom: 64px;
}
#content .product .area_title {
  background: url(img/dot_sep_white.png) no-repeat bottom/248px;
  padding-bottom: 28px;
  color: white;
}
#content .product .products {
  margin: 56px 50px 42px;
  display: flex;
  flex-wrap: wrap;
  gap: 42px 100px;
}
#content .product .products .product-item {
  width: calc((100% - 100px) / 2);
}
#content .product .products .product-item img {
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45);
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45);
  background: white;
}
#content .product .products .product-item .product_item_title {
  font-size: 18px;
  font-weight: bold;
  margin-top: 26px;
}
#content .product .products .product-item .product_content {
  color: #acacac;
  font-size: 15px;
  margin-top: 17px;
  line-height: 26px;
  text-align: justify;
}
#content .market {
  text-align: center;
  padding-top: 68px;
  padding-bottom: 64px;
}
#content .market .featured_solution {
  text-align: left;
  margin-top: 51px;
}
#content .market .featured_solution .photo {
  display: inline-block;
  margin-right: 39px;
}
#content .market .featured_solution .info {
  display: inline-block;
  vertical-align: top;
  width: 61%;
}
#content .market .featured_solution .info .featured_solution_title {
  font-size: 22px;
  font-weight: bold;
}
#content .market .featured_solution .info .solution_title {
  font-size: 18px;
  font-weight: bold;
  color: #00a1e9;
  margin-top: 21px;
}
#content .market .featured_solution .info .solution_content {
  background: url(img/sep_line_repeat_x.png) repeat-x top;
  margin-top: 11px;
  padding-top: 12px;
  font-size: 15px;
  color: #525252;
}
#content .market .featured_solution .info .learn_more_arrow {
  font-size: 15px;
  font-weight: bold;
  color: #005285;
  background: url(img/icon_arrow.png) no-repeat top -4px left 3px /17px;
  display: inline-block;
  margin-top: 45px;
  padding-left: 32px;
}
#content .market .market_solution {
  margin-top: 73px;
  position: relative;
}
#content .market .market_solution .solution_items {
  margin: 0 63px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#content .market .market_solution .solution_items * {
  display: inline-block;
}
#content .market .market_solution .solution_items .solution_item {
  vertical-align: top;
}
#content .market .market_solution .solution_items .solution_item * {
  display: block;
}
#content .market .market_solution .solution_items .solution_item .info {
  width: 308px;
}
#content .market .market_solution .solution_items .solution_item .info .solution_title {
  font-size: 18px;
  font-weight: bold;
  color: #00a1e9;
  margin-top: 28px;
  white-space: normal;
}
#content .market .market_solution .solution_items .solution_item .info .solution_content {
  white-space: normal;
  margin-top: 17px;
  font-size: 15px;
  color: #525252;
  text-align: justify;
}
#content .market .learn_more_button {
  margin-top: 22px;
}
#content .news {
  background: url(img/news_background.jpg) no-repeat center;
  text-align: center;
  padding-top: 52px;
  padding-bottom: 77px;
}
#content .news .news_items_area {
  margin-top: 41px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
#content .news .news_items_area .news_items * {
  display: inline-block;
}
#content .news .news_items_area .news_items .news_item {
  display: inline-block;
  vertical-align: top;
  background: white;
  padding: 0 9px;
  text-align: left;
  height: 457px;
  position: relative;
}
#content .news .news_items_area .news_items .news_item * {
  display: block;
}
#content .news .news_items_area .news_items .news_item .info {
  margin: 25px 16px 0 16px;
  width: 309px;
}
#content .news .news_items_area .news_items .news_item .info .news_date {
  font-size: 15px;
}
#content .news .news_items_area .news_items .news_item .info .news_title {
  font-size: 18px;
  font-weight: bold;
  color: #00a1e9;
  white-space: normal;
  margin-top: 6px;
}
#content .news .news_items_area .news_items .news_item .info .news_content {
  white-space: normal;
  font-size: 15px;
  color: #666666;
  margin-top: 7px;
}
#content .news .news_items_area .news_items .news_item .info .learn_more_button {
  position: absolute;
  left: 25px;
  bottom: 0;
  width: 125px;
  height: 42px;
  text-align: center;
}
#content .news .news_items_area .news_items .news_item .info .learn_more_button span {
  padding-left: 0;
  background-image: none;
}
#content .news .news_items_area .prev,
#content .news .news_items_area .next {
  display: none;
}
#content .prev,
#content .next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 100px;
}
#content .prev.disable,
#content .next.disable {
  display: none !important;
}
#content .prev {
  left: 0;
  background: url(img/arrow_left.png) no-repeat center/cover;
}
#content .next {
  right: 0px;
  background: url(img/arrow_right.png) no-repeat center/cover;
  width: 22px;
  height: 100px;
}
#content.tablet .banner .banner-container .banner_item,
#content.mobile .banner .banner-container .banner_item {
  height: auto;
  vertical-align: top;
  background: none !important;
}
#content.tablet .banner .banner-container .banner_item img,
#content.mobile .banner .banner-container .banner_item img {
  display: block;
}
#content.tablet .banner .banner-container .banner_item .container,
#content.mobile .banner .banner-container .banner_item .container {
  height: auto;
}
#content.tablet .banner .banner-container .banner_item .container .slogan1,
#content.tablet .banner .banner-container .banner_item .container .slogan2,
#content.mobile .banner .banner-container .banner_item .container .slogan1,
#content.mobile .banner .banner-container .banner_item .container .slogan2 {
  position: relative;
  left: auto;
  bottom: auto;
}
#content.tablet .banner .banner-container .banner_item .container .slogan1.none,
#content.tablet .banner .banner-container .banner_item .container .slogan2.none,
#content.mobile .banner .banner-container .banner_item .container .slogan1.none,
#content.mobile .banner .banner-container .banner_item .container .slogan2.none {
  display: block;
}
#content.tablet .banner .banner-container .banner_item .container .slogan1,
#content.mobile .banner .banner-container .banner_item .container .slogan1 {
  font-size: 32px;
  line-height: 58px;
  padding: 0 12px;
  z-index: 0;
}
#content.tablet .banner .banner-container .banner_item .container .slogan2,
#content.mobile .banner .banner-container .banner_item .container .slogan2 {
  height: 61px;
  line-height: 61px;
  font-size: 35px;
  padding: 0 11px;
}
#content.tablet .banner .page,
#content.mobile .banner .page {
  bottom: 135px;
}
#content.tablet .about,
#content.tablet .product,
#content.tablet .market,
#content.tablet .news,
#content.mobile .about,
#content.mobile .product,
#content.mobile .market,
#content.mobile .news {
  padding-left: 15px;
  padding-right: 15px;
}
#content.tablet .about,
#content.mobile .about {
  padding-top: 82px;
  padding-bottom: 89px;
}
#content.tablet .about .learn_more_button,
#content.mobile .about .learn_more_button {
  margin-top: 26px;
}
#content.tablet .product,
#content.mobile .product {
  padding-bottom: 89px;
}
#content.tablet .product .products,
#content.mobile .product .products {
  margin-top: 29px;
}
#content.tablet .product .products .product-item img,
#content.mobile .product .products .product-item img {
  width: 100%;
  height: auto;
}
#content.tablet .product .learn_more_button,
#content.mobile .product .learn_more_button {
  margin-top: 24px;
}
#content.tablet .market,
#content.mobile .market {
  padding-top: 81px;
  padding-bottom: 87px;
}
#content.tablet .market .featured_solution,
#content.mobile .market .featured_solution {
  margin-top: 35px;
}
#content.tablet .market .featured_solution .photo,
#content.mobile .market .featured_solution .photo {
  margin-right: 5%;
}
#content.tablet .market .featured_solution .photo img,
#content.mobile .market .featured_solution .photo img {
  width: 100%;
  height: auto;
}
#content.tablet .market .featured_solution .photo,
#content.tablet .market .featured_solution .info,
#content.mobile .market .featured_solution .photo,
#content.mobile .market .featured_solution .info {
  width: 45%;
}
#content.tablet .market .market_solution .solution_items,
#content.mobile .market .market_solution .solution_items {
  margin: 0 55px;
}
#content.tablet .market .learn_more_button,
#content.mobile .market .learn_more_button {
  margin-top: 32px;
}
#content.tablet .news,
#content.mobile .news {
  padding-top: 54px;
}
#content.tablet .product .products .product-item {
  width: 42%;
}
#content.mobile .product .products .product-item {
  width: 100%;
}
#content.mobile .product .products .product-item .product_content {
  margin-bottom: 24px;
}
#content.mobile .market .featured_solution .photo,
#content.mobile .market .featured_solution .info {
  display: block;
  width: 100%;
}
#content.mobile .market .featured_solution .photo {
  margin-right: 0;
}
#content.mobile .market .featured_solution .info {
  margin-top: 39px;
}
#content.mobile .market .market_solution .solution_items {
  margin: 0;
  white-space: normal;
  text-align: left;
}
#content.mobile .market .market_solution .solution_items .solution_item {
  display: block;
  margin-bottom: 18px;
}
#content.mobile .market .market_solution .solution_items .solution_item img {
  width: 50%;
  height: auto;
  display: inline-block;
  vertical-align: top;
}
#content.mobile .market .market_solution .solution_items .solution_item .info {
  width: 45%;
  margin-left: 4%;
  display: inline-block;
  vertical-align: top;
}
#content.mobile .market .market_solution .solution_items .solution_item .info .solution_title {
  margin-top: 0;
}
#content.mobile .market .market_solution .prev,
#content.mobile .market .market_solution .next {
  display: none;
}
#content.mobile .news .news_items_area .prev,
#content.mobile .news .news_items_area .next {
  display: block;
}
