@charset "utf-8";
/* less set */
@font-face {
  font-family: 'sourcehansans';
  src: url('../fonts/sourcehansans.eot');
  src: url('../fonts/sourcehansans.eot?#font-spider') format('embedded-opentype'), url('../fonts/sourcehansans.woff') format('woff'), url('../fonts/sourcehansans.ttf') format('truetype'), url('../fonts/sourcehansans.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ----------  public css ---------- */
html {
  background: transparent;
  height: 100%;
  margin: 0;
  padding: 0;
  outline: 0;
  vertical-align: top;
}
body {
  font-size: 16px;
  color: #626262;
  padding-top: 120px;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
input,
select,
textarea {
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
/*html5*/
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.BScover {
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.inline-border {
  outline: 5px solid rgba(255, 255, 255, 0.35);
  outline-offset: -5px;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #0477be;
  text-decoration: none;
}
::-moz-selection {
  background-color: #003061;
  color: #fff;
}
::selection {
  background-color: #003061;
  color: #fff;
}
.price,
.date {
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
.text-default {
  color: #0477be;
}
.sideContact {
  width: 50px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  z-index: 1003;
  position: fixed;
  right: 0;
  bottom: 100px;
}
.sideContact .item {
  width: 100%;
  height: 50px;
  display: block;
  transition: all 0.5s ease 0s;
  background-repeat: no-repeat;
  background-image: url(../images/side-icon.png);
  background-color: #00a2e9;
}
.sideContact .item:hover {
  background-color: #003061;
  color: #fff;
}
.sideContact .item + .item {
  margin-top: 1px;
}
.sideContact .item.contact {
  background-position: 0 0;
}
.sideContact .item.gotop {
  background-position: -50px 0;
}
/*nodata*/
.nodata {
  line-height: 40px;
  clear: both;
  border: 2px solid #eee;
  font-size: 1.5em;
  padding: 40px;
  text-align: center;
  color: #ccc;
  background-color: #f9f9f9;
  border-radius: 15px;
  letter-spacing: 2px;
  -moz-box-shadow: 0 0 15px #eee inset;
  -webkit-box-shadow: 0 0 15px #eee inset;
  -khtml-box-shadow: 0 0 15px #eee inset;
  box-shadow: 0 0 15px #eee inset;
}
.nodata .fa {
  padding-right: 10px;
  font-size: 1.6em;
  color: #ddd;
}
.quote_p {
  position: relative;
  margin-bottom: 20px;
  line-height: 24px;
  padding: 10px 15px 10px 75px;
  font-size: 14px;
  background-color: #f6f6f6;
  border-radius: 5px;
  height: auto!important;
  height: 48px;
  min-height: 48px;
}
.quote_p:before {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 3em;
  color: #e0e0e0;
}
.quote_p .title {
  font-size: 18px;
  color: #0477be;
  margin: 0 0 10px;
}
/* button & input style */
.button {
  padding: 5px 25px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: #00a2e9;
  color: #fff;
  line-height: 30px;
  transition: all 0.5s ease 0s;
  border-radius: 8px;
  transition: all 0.3s;
}
.button:hover {
  background-color: #0477be;
  color: #fff;
}
.button.min {
  line-height: 20px;
}
.button.gray {
  background-color: #575757;
  border-color: #575757;
}
.button.gray:hover {
  color: #fff;
  border-color: #575757;
}
.button.primary {
  background-color: #0477be;
}
.button.primary:hover {
  background-color: #00a2e9;
  color: #fff;
}
.brtools {
  clear: both;
  height: 42px;
}
.detail .brtools {
  margin-top: 30px;
  text-align: right;
}
.container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.flex-content {
  display: flex;
  margin-bottom: 60px;
}
.container .col-1 {
  width: 250px;
  margin-right: 30px;
  float: inherit;
}
.container .col-2 {
  float: inherit;
  width: calc(100% - 280px);
  min-height: 600px;
  flex-grow: 1;
}
.effect-item {
  transition: all 0.8s ease 0s;
  position: relative;
}
/* ----------  header ---------- */
.header {
  height: 120px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 1001;
}
.header.sliderUp {
  top: -100%;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
.header h1.logo {
  margin-right: 20px;
  padding-left: 100px;
}
.header.fixed {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
.header h1.logo img {
  height: 70px;
}
.header > .container {
  position: relative;
}
.topbar {
  background-color: #eeeeee;
  height: 40px;
  color: #959595;
}
.header .topbar .container,
.header.fixed .topbar .container {
  justify-content: flex-end;
  height: 100%;
}
.topbar .contact {
  line-height: 40px;
  padding: 0 20px;
  position: relative;
  z-index: 1003;
}
.topbar .contact .fa {
  font-size: 24px;
  color: #959595;
}
.topbar .contact .qrcode {
  display: none;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  background-color: #eeeeee;
  text-align: center;
  line-height: 20px;
  padding: 10px;
  z-index: 10;
  color: #626262;
}
.topbar .contact .qrcode img {
  width: 200px;
  padding-bottom: 5px;
}
.topbar .contact:hover .qrcode {
  display: block;
}
.topsearch {
  position: relative;
  width: 30%;
  border-radius: 8px;
  overflow: hidden;
}
.topsearch input {
  height: 30px;
  padding: 5px 50px 5px 15px;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: 0;
}
.topsearch input:focus {
  outline: 0;
}
.topsearch .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #959595;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.topsearch .btn-search:hover {
  color: #fff;
  background: #0477be;
}
.topsearch .btn-search .fa {
  font-size: 20px;
}
.contactGroup {
  float: left;
}
.share {
  width: 150px;
  text-align: center;
  float: right;
}
.language {
  display: block;
  width: 180px;
  vertical-align: middle;
  padding: 0;
  margin: 0 0 0 20px;
  float: right;
}
.language li {
  display: inline-block;
  float: left;
}
.language li a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
  padding: 5px 10px;
  background-color: #0477be;
}
.language li:first-child a {
  border-radius: 15px 0 0 15px;
  padding-left: 15px;
}
.language li:last-child a {
  border-radius: 0 15px 15px 0;
  padding-right: 15px;
}
.language li a:hover {
  background-color: #00a2e9;
  color: #fff;
}
.language li.current a,
.language li.current a:hover {
  background-color: #5b5b5b;
  cursor: default;
  color: #fff;
}
/* menu */
.menu {
  padding-right: 100px;
}
.sf-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
.sf-menu li {
  padding: 0 20px;
}
.sf-menu li a {
  display: block;
  text-align: center;
  overflow: hidden;
  transition: all 0.3s ease 0s;
  color: #626262;
  padding: 20px 30px;
  font-size: 20px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sf-menu li a.sf-with-ul {
  padding-right: 25px;
}
.sf-menu li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.current > a,
.sf-menu > li.current > a:hover,
.sf-menu li.current.sfHover > a {
  color: #0477be;
}
.sf-menu li.contactus {
  padding: 0 30px;
}
.sf-menu li.contactus .button {
  color: #fff;
  line-height: 20px;
  padding: 10px 20px;
}
.sf-sub-indicator {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  overflow: hidden;
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
}
.sf-sub-indicator:before {
  content: "\f0d7";
}
.sf-menu li li .sf-sub-indicator {
  display: block;
  top: 15px;
  right: 10px;
  font-size: 14px;
}
.sf-menu li li .sf-sub-indicator:before {
  content: "\f0da";
}
.sf-menu ul {
  display: none;
  flex: 0 auto;
  width: 100vw;
  height: auto;
  justify-content: space-between;
  margin-top: 0;
  position: absolute;
  top: calc(100% - 30px);
  padding-top: 30px;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  z-index: 1002;
}
.header.fixed .sf-menu ul {
  top: calc(100% - 20px);
  padding-top: 20px;
}
.sf-menu ul .sub-menu {
  display: flex;
  justify-content: flex-start;
  min-height: 320px;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.sf-menu ul .close {
  position: absolute;
  right: 100px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/arrow_up.png) center center no-repeat;
  cursor: pointer;
}
.menu > ul .menupic {
  width: 36vw;
  background-position: 50%;
  margin-right: 200px;
  background-size: cover;
  position: relative;
  display: block;
}
.menu > ul .menupic .title {
  position: absolute;
  left: 50%;
  bottom: 30px;
  font-size: 36px;
  color: #fff;
  letter-spacing: 2px;
  transform: translateX(-50%);
}
.menu > ul .menulist {
  padding: 20px 50px 20px 0;
  box-sizing: border-box;
  min-width: 400px;
}
.sf-menu li li,
.sf-menu li.sfHover li {
  clear: both;
  margin: 0;
  padding: 10px 0;
  border-left: 0;
  border-right: 0;
  height: auto;
  max-width: 300px;
  float: inherit;
}
.sf-menu li.sfHover ul > li:last-child {
  border-bottom: 0;
}
.sf-menu li li a,
.sf-menu li.sfHover li a,
.sf-menu li.current li a,
.sf-menu li.sfHover li.sfHover li a,
.sf-menu li.sfHover li.sfHover li.sfHover li a {
  font-size: 18px;
  padding: 5px 35px;
  border-radius: 10px;
  line-height: 30px;
  text-align: left;
  display: block;
}
.sf-menu li.sfHover li.sfHover a,
.sf-menu li.sfHover li.sfHover li.sfHover a,
.sf-menu li li a:hover,
.sf-menu li.sfHover li a:hover,
.sf-menu li.current li a:hover,
.sf-menu li.sfHover li.sfHover a:hover,
.sf-menu li.sfHover li.sfHover li a:hover,
.sf-menu li.sfHover li.sfHover li.sfHover li a:hover {
  color: #0477be;
  background-color: #eee;
}
.toplink,
.mobilemenu {
  display: none;
}
/* banner */
.banner-content {
  position: relative;
  z-index: 1;
}
.main-banner {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.main-banner .owl-item {
  float: left;
  height: 100%;
}
.main-banner .item {
  position: relative;
  height: 0;
  padding-bottom: 31%;
}
.main-banner .item .photo {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.main-banner .item .photo img {
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.main-banner .item .photo .info {
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  text-decoration: none;
  background-color: #003061;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
  padding: 20px;
  line-height: 30px;
  color: #fff;
  box-sizing: border-box;
  overflow: hidden;
  font-size: 18px;
}
.main-banner .item .photo:hover .info {
  opacity: 0.95;
  filter: alpha(opacity=95);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  -moz-transform: rotateY(0deg) scale(1, 1);
  -ms-transform: rotateY(0deg) scale(1, 1);
  -o-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.main-banner .owl-wrapper {
  height: 100%;
}
.main-banner.owl-carousel .owl-wrapper-outer {
  height: 100%;
}
.main-banner .owl-controls {
  position: absolute;
  bottom: 10px;
  height: 0;
  top: auto;
}
.main-banner .owl-pagination {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 22px;
  vertical-align: middle;
}
.main-banner .owl-pagination .owl-page {
  display: inline-block;
  margin: 0 10px;
}
.main-banner .owl-pagination .owl-page .owl-numbers {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background-color: #d4e2f3;
  text-indent: -999px;
  overflow: hidden;
}
.main-banner .owl-pagination .owl-page .owl-numbers:hover {
  background-color: #00a2e9;
}
.main-banner .owl-pagination .owl-page.active .owl-numbers {
  background-color: #fff;
}
/* ----------  footer ---------- */
.footer {
  clear: both;
  background-color: #0477be;
  overflow-x: hidden;
  color: #fff;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.copyright {
  padding: 20px 0 30px;
}
.copyright p {
  line-height: 30px;
  text-align: center;
}
.copyright p span {
  padding: 0 15px 0 5px;
  display: inline-block;
  position: relative;
}
.copyright p span strong {
  font-weight: normal;
}
.copyright p span::after {
  content: "|";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.copyright p span:last-child::after {
  display: none;
}
.footer-link {
  padding-top: 50px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.footer-link ul {
  padding-right: 100px;
}
.footer-link li {
  line-height: 20px;
  padding: 5px 0;
  font-size: 15px;
}
.footer-link li.title {
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 15px;
}
.footer-link .company {
  text-align: center;
  padding-left: 200px;
  width: 40%;
}
.footer-link .company .logo {
  display: inline-block;
  padding: 0 30px;
}
.footer-link .company .logo img {
  max-width: 220px;
}
.footer-link .company .logo:first-child {
  border-right: 1px solid #fff;
}
.footer-link .company .slogan {
  font-size: 18px;
  letter-spacing: 3px;
  margin-top: 30px;
  line-height: 30px;
  font-weight: bold;
}
/* ----------  index css  ---------- */
.group-title {
  margin-bottom: 40px;
}
.group-title .title {
  font-size: 34px;
  line-height: 1.2;
  display: block;
  font-weight: bold;
  color: #434343;
}
.group-title .date {
  color: #7a7a7a;
  font-size: 18px;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
  margin-top: 20px;
}
.page-content.news-content,
.page-content.model-detail {
  margin-bottom: 40px;
}
.page-content.news-content .group-title {
  text-align: center;
}
.page-content.news-content .group-title .title {
  color: #434343;
}
.group-info {
  line-height: 30px;
  margin-bottom: 50px;
}
.readmore {
  color: #434343;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  display: inline-block;
  position: relative;
  transition: all 0.2s;
}
.readmore:hover {
  color: #434343;
  padding-right: 45px;
}
.readmore span {
  border-bottom: 1px solid #434343;
}
.readmore::after {
  content: "";
  width: 40px;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 0;
  background: url(../images/svg-arrow.svg) center center no-repeat;
  opacity: 0;
  transition: all 0.4s;
}
.readmore:hover::after {
  opacity: 1;
  right: 0;
}
.readmore.white,
.readmore.white:hover {
  color: #fff;
}
.readmore.white span {
  border-color: #fff;
}
.readmore.white::after {
  background-image: url(../images/svg-arrow-white.svg);
  opacity: 1;
  right: 0;
}
.readmore.active {
  padding-right: 40px;
}
.readmore.active::after {
  opacity: 1;
  right: 0;
}
.tab ul {
  display: table;
  width: 100%;
}
.tab li {
  display: table-cell;
  padding: 0 15px;
  border-bottom: 2px solid transparent;
}
.tab li a {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 20px;
  padding: 8px 50px;
  color: #434343;
  border-bottom: 2px solid transparent;
}
.tab li a:hover {
  border-color: #0477be;
}
.tab li.current a,
.tab li.current a:hover {
  background-color: #0477be;
  color: #fff;
  border-color: transparent;
  border-radius: 20px;
}
.tab li a .badge {
  margin-left: 5px;
  background-color: #eee;
  border-radius: 10px;
  display: inline-block;
  font-size: 12px;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  text-align: center;
  white-space: nowrap;
}
.tab-content .tab-pane {
  display: none;
}
.tab-content .tab-pane.current {
  display: block;
}
.main-tabContent {
  padding: 60px 100px 90px;
  display: flex;
  justify-content: space-between;
  align-items: top;
}
.gallery img {
  border-radius: 15px;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.gallery .image-group img {
  display: none;
}
.gallery .image-group img.current {
  display: block;
}
.main-news .gallery img {
  cursor: pointer;
}
.main-tabContent .tab-content {
  padding-left: 100px;
  flex: 1;
}
.main-tabContent .tab-pane {
  padding-left: 20px;
}
.main-tabContent .tab {
  margin-bottom: 90px;
}
.main-tabContent.main-model {
  background: #f3f4f8;
  border-radius: 25px;
  position: relative;
  padding-top: 40px;
  padding-bottom: 50px;
  display: block;
}
.main-model .group-title {
  margin-bottom: 30px;
}
.main-model .tab-content {
  position: relative;
  z-index: 1;
}
.main-model .info {
  font-size: 16px;
  line-height: 2rem;
  color: #626262;
}
.main-model ul {
  margin: -20px;
  padding: 0;
}
.main-model ul::after {
  content: "";
  clear: both;
  float: inherit;
  display: table;
  height: 0;
  width: 100%;
}
.main-model li {
  float: left;
  width: 25%;
  padding: 20px;
  box-sizing: border-box;
}
.main-model li .photo {
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 15px;
}
.main-model li .photo img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.main-model li .photo .title {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 220px;
  height: 40px;
  line-height: 40px;
  padding-left: 30px;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  z-index: 1;
  background-color: #00a2e9;
  border-radius: 0 20px 0 0;
}
.main-model li .photo .title::before {
  display: block;
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 40px;
  width: 40px;
  background: radial-gradient(100px at right top, transparent 40%, #00a2e9 40%);
}
.main-model li .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 162, 233, 0.9);
  opacity: 0;
  transition: all 450ms ease-out 0s;
  transform: rotateY(180deg) scale(0.5, 0.5);
  z-index: 1;
}
.main-model li .mask .readmore {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.main-model li .info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  height: 9rem;
  overflow: hidden;
  color: #fff;
  margin: 10px;
  font-size: 14px;
  line-height: 1.5rem;
}
.main-model li .photo:hover .mask {
  opacity: 0.95;
  transform: rotateY(0deg) scale(1, 1);
}
.main-aboutus .aboutus-content {
  flex: 1;
  padding-right: 100px;
}
.main-aboutus .slogan {
  color: #0477be;
  font-size: 24px;
  margin-bottom: 30px;
  font-weight: bold;
}
.main-aboutus .info {
  font-size: 16px;
  line-height: 2rem;
  color: #626262;
  margin-bottom: 30px;
  max-width: 600px;
}
.main-tabContent.main-aboutus .gallery {
  width: calc(50% + 120px);
  padding-top: 50px;
}
.main-tabContent.main-aboutus .gallery img {
  border-radius: 0;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
}
.main-disease {
  padding-bottom: 60px;
  padding-top: 60px;
}
.main-disease .group-title {
  margin-left: 100px;
}
.main-disease .disease-content {
  margin: 0 auto;
  width: 1200px;
  max-width: 100%;
  display: flex;
}
.main-disease .disease-content .leftLink,
.main-disease .disease-content .rightLink {
  display: block;
  position: relative;
  width: 50%;
  height: 0;
  padding-bottom: 66.7%;
  background-image: url(../images/main_pic.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.main-disease .disease-content .leftLink::before,
.main-disease .disease-content .rightLink::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/main_pic_hover.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: opacity 0.5s;
  opacity: 0;
}
.main-disease .disease-content .leftLink:hover::before,
.main-disease .disease-content .rightLink:hover::before {
  opacity: 1;
}
.main-disease .disease-content .leftLink,
.main-disease .disease-content .leftLink::before {
  background-position: left top;
}
.main-disease .disease-content .rightLink,
.main-disease .disease-content .rightLink::before {
  background-position: right top;
}
.main-disease p {
  font-size: 24px;
  line-height: 30px;
  color: #0477be;
  text-align: center;
  margin-top: 60px;
}
.main-statistics {
  padding: 20px 0 70px;
}
.main-statistics ul {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: top;
}
.main-statistics li {
  padding: 0 80px;
  text-align: center;
}
.main-statistics li .data {
  font-size: 36px;
  font-weight: bold;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#00a2e9, #0477be 75%);
  -webkit-background-clip: text;
  background-clip: text;
}
.main-statistics li .data strong {
  font-size: 72px;
  font-weight: 700;
}
.main-statistics li p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 5px;
}
.main-search {
  padding: 70px 500px 100px;
  position: relative;
  border-radius: 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00a2e9), color-stop(1, #0477be));
  background: -moz-linear-gradient(top, #00a2e9 5%, #0477be 100%);
  background: -webkit-linear-gradient(top, #00a2e9 5%, #0477be 100%);
  background: -o-linear-gradient(top, #00a2e9 5%, #0477be 100%);
  background: -ms-linear-gradient(top, #00a2e9 5%, #0477be 100%);
  background: linear-gradient(to bottom, #00a2e9 5%, #0477be 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a2e9, endColorstr=#0477be, GradientType=0);
  background-color: #0477be;
}
.main-search::before {
  content: "";
  display: block;
  background: url(../images/logo_bg.png) calc(100% - 100px) center no-repeat;
  opacity: 0.15;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.main-search .group-title {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.main-search .group-title .title {
  color: #fff;
}
.search-group {
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
.search-group input {
  height: 60px;
  padding: 10px 140px 10px 20px;
  background-color: #fff;
  width: 100%;
  font-size: 16px;
  transition: all 0.4s ease 0s;
  box-sizing: border-box;
  border: 0;
}
.search-group input:focus {
  outline: 0;
}
.search-group .btn-search {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 120px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #fff;
  background-color: #00a2e9;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  display: block;
  cursor: pointer;
  border-radius: 10px;
}
.search-group .btn-search:hover {
  color: #fff;
  background: #0477be;
}
.search-group .btn-search .fa {
  font-size: 20px;
}
.main-tabContent.main-news .tab {
  margin-bottom: 50px;
}
.main-tabContent.main-news .group-title {
  margin-bottom: 60px;
}
.main-tabContent.main-news .gallery {
  width: 50%;
  padding-right: 60px;
  box-sizing: border-box;
}
.main-tabContent.main-news .gallery img {
  width: 100%;
}
.main-tabContent.main-news .tab-content {
  width: 50%;
  padding-left: 60px;
  box-sizing: border-box;
}
.news-list {
  margin-bottom: 20px;
}
.news-list li {
  border-bottom: 1px solid #0477be;
}
.news-list li .item {
  display: block;
  position: relative;
  padding: 10px 0;
}
.news-list li .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/svg-arrow-circle.svg) center center no-repeat;
  border: 1px solid #0477be;
  border-radius: 50%;
  transition: all 0.3s;
}
.news-list li .item p {
  color: #626262;
  font-size: 20px;
  line-height: 30px;
  padding: 20px 0;
}
.news-list li .item p.info {
  font-size: 16px;
  line-height: 28px;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-bottom: 40px;
}
.news-list li .item .date ~ p {
  margin-bottom: 40px;
  line-height: 30px;
  padding: 0;
}
.news-list li .item .date {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  line-height: 30px;
}
.news-list li .item:hover::after {
  background-color: #00a2e9;
}
.news-list li .item:hover p {
  color: #0477be;
}
.main-service {
  padding: 30px 0 60px;
  background-color: #f3f4f8;
}
.main-service ul {
  display: flex;
  justify-content: space-between;
  align-items: top;
  flex-wrap: wrap;
}
.main-service li {
  width: 50%;
  padding: 30px 100px;
  text-align: center;
  box-sizing: border-box;
}
.main-service li .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 10px;
  display: block;
  background-image: url(../images/service-icon.png);
  background-repeat: no-repeat;
}
.main-service li .title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #0477be;
}
.main-service li p {
  line-height: 150%;
  text-align: left;
}
.main-service li:nth-child(1) .icon {
  background-position: -68px 0;
}
.main-service li:nth-child(2) .icon {
  background-position: -118px 0;
}
.main-service li:nth-child(3) .icon {
  background-position: -168px 0;
}
.main-service li:nth-child(4) .icon {
  background-position: -218px 0;
}
/* ----------  pages css  ---------- */
.page-content {
  margin-left: 100px;
  margin-right: 100px;
}
.page-content .page-content {
  margin-right: 0;
}
/* navigation */
.navigation {
  margin-bottom: 60px;
  margin-top: 20px;
  line-height: 30px;
}
.navigation .nav {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
}
.navigation a {
  display: inline-block;
  transition: all 0.5s ease 0s;
}
.navigation a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  padding: 0 10px;
}
.navigation a:hover {
  color: #0477be;
}
.navigation .fa-angle-right {
  padding: 0 10px;
}
.navigation strong {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #0477be;
}
.page-banner {
  height: 400px;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
}
.page-banner::after {
  content: "";
  background-image: url(../images/page_banner_bg_1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-banner.bg-1::after {
  background-image: url(../images/page_banner_bg_1.png);
}
.page-banner.bg-2::after {
  background-image: url(../images/page_banner_bg_2.png);
}
.page-banner.bg-3::after {
  background-image: url(../images/page_banner_bg_3.png);
}
.page-banner.bg-4::after {
  background-image: url(../images/page_banner_bg_4.png);
}
.page-banner.bg-5::after {
  background-image: url(../images/page_banner_bg_5.png);
}
.page-banner > * {
  position: relative;
  z-index: 1;
}
.container .detail {
  min-height: 300px;
}
.container .page-name {
  margin: 0;
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  position: absolute;
  left: 100px;
  top: 50%;
  transform: translateY(-50%);
}
.container .page-info {
  line-height: 30px;
  max-width: 600px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.gradient-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0477be), color-stop(1, #003061));
  background: -moz-linear-gradient(top, #0477be 5%, #003061 100%);
  background: -webkit-linear-gradient(top, #0477be 5%, #003061 100%);
  background: -o-linear-gradient(top, #0477be 5%, #003061 100%);
  background: -ms-linear-gradient(top, #0477be 5%, #003061 100%);
  background: linear-gradient(to bottom, #0477be 5%, #003061 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0477be, endColorstr=#003061, GradientType=0);
  background-color: #003061;
  border-radius: 25px;
  padding: 30px 80px;
  box-sizing: border-box;
  color: #fff;
}
.page-tabContent {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page-tabContent .gallery img {
  max-width: 350px;
}
.page-tabContent .page-group {
  padding-right: 50px;
}
.page-content .group-title .title {
  color: #0477be;
  font-size: 28px;
}
.page-tabContent ul {
  padding-left: 30px;
  list-style-type: disc;
}
.page-tabContent li {
  line-height: 30px;
}
.page-tabContent li + li {
  margin-top: 30px;
}
.page-tabContent li .title {
  font-size: 20px;
  font-weight: bold;
}
.page-link-list.gradient-bg {
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.page-link-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.page-link-list li {
  width: 33.3%;
  line-height: 30px;
  padding-bottom: 60px;
  padding-right: 30px;
  box-sizing: border-box;
}
.page-link-list li .icon {
  margin-bottom: 30px;
  padding-top: 20px;
}
.page-link-list li .title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
}
.page-link-list li .title:hover {
  text-decoration: underline;
}
.page-link-list li p {
  max-width: 320px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.detailtitle {
  margin-bottom: 20px;
  position: relative;
  background-color: #eee;
  border-radius: 5px;
}
.detailtitle h4 {
  color: #333;
  margin: 0;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 145px 10px 15px;
}
.detailtitle .font-icon {
  padding-right: 5px;
}
.detailtitle .info {
  position: absolute;
  top: 10px;
  right: 10px;
  line-height: 20px;
  text-align: right;
  color: #0477be;
}
.detailtitle .info .font-icon {
  padding: 0 5px;
  font-weight: normal;
}
.nes {
  color: #f00;
  padding: 0 5px;
}
.htmledit {
  clear: both;
  line-height: 150%;
  font-size: 16px;
}
.htmledit img {
  max-width: 100%;
}
.htmledit sup,
.htmledit sub {
  font-size: 0.7em;
}
.htmledit p {
  line-height: 180%;
  margin-bottom: 10px;
}
.htmledit .default_p {
  line-height: 30px;
  margin-bottom: 30px;
}
.htmledit .default_h4 {
  clear: both;
  margin-top: 0px;
  line-height: 1.5em;
  margin-bottom: 20px;
  color: #0477be;
  font-size: 28px;
}
.htmledit .default_h4.black {
  color: #434343;
}
.htmledit .default_strong {
  font-size: 13px;
  padding: 0 5px;
}
.htmledit .default_img {
  border: 4px solid #fff;
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -khtml-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
}
.htmledit .blue {
  color: #0477be;
}
.htmledit .darkred {
  color: #a40000;
}
.htmledit .templist {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
}
.htmledit .templist th {
  color: #333;
  font-weight: 1.2em;
  padding: 5px 10px;
  background-color: #ccc;
  line-height: 20px;
  text-align: left;
  border: 1px solid #e4e4e4;
}
.htmledit .templist td {
  padding: 5px 10px;
  line-height: 20px;
  border: 1px solid #e4e4e4;
}
.htmledit .templist tr.even td {
  background-color: #f2f2f2;
}
.htmledit .templist tr.odd td {
  background-color: #fcfcfc;
}
.htmledit .templist tr.over td {
  background-color: #eee;
}
/*sidebar*/
.container .col-1 .leftPic {
  text-align: center;
}
.container .col-1 .leftPic img {
  max-width: 100%;
}
.container .col-1 .leftPic + .leftPic {
  margin-top: 20px;
}
.container .col-1 .htmledit {
  margin-bottom: 10px;
}
.sidebar .title {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: #0477be;
}
.sidebar li + li {
  margin-top: 20px;
}
.sidebar li a {
  display: block;
  font-size: 20px;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: #434343;
  line-height: 40px;
  position: relative;
  border-radius: 10px;
  background-color: #e5e5e5;
  letter-spacing: 2px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.sidebar li a:hover {
  background-color: #0477be;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url(../images/logo_side_bg.png);
  background-position: 100% center;
}
.sidebar li.opened .nav-top-item {
  border-bottom: 0;
  background-color: #e2f0d9;
}
.sidebar li .font-icon {
  position: absolute;
  display: block;
  cursor: pointer;
  right: 0px;
  top: 0;
  font-style: normal;
  font-size: 20px;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
}
.sidebar li.current > a {
  color: #fff;
  background-color: #0477be;
  background-repeat: no-repeat;
  background-image: url(../images/logo_side_bg.png);
  background-position: 100% center;
}
.sidebar li.current a .font-icon,
.sidebar li.opened .nav-top-item .font-icon {
  color: #0477be;
  cursor: default;
}
.sidebar li ul {
  display: none;
}
.sidebar li li a {
  font-size: 14px;
  border: 0;
  padding: 3px 10px 3px 25px;
  line-height: 24px;
}
.sidebar li li a::before {
  content: "\f105";
  font-family: FontAwesome;
  padding-right: 10px;
}
/* model */
ul.model-list {
  margin: -20px;
}
ul.model-list::after {
  content: "";
  clear: both;
  float: inherit;
  display: table;
  height: 0;
  width: 100%;
}
.model-list li {
  float: left;
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
}
.model-list li a {
  background-color: #fff;
  position: relative;
  display: block;
  border-radius: 10px;
  padding: 10px 50px 10px 30px;
  line-height: 25px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
}
.model-list li a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.model-list li a:hover {
  background-color: #0477be;
  color: #fff;
}
.filter-item .nodata {
  display: none;
}
.model-list li .title {
  display: block;
  line-height: 20px;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
.model-list li p {
  line-height: 20px;
  margin-top: 5px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #626262;
  overflow: hidden;
}
.model-list li a:hover p {
  color: #fff;
}
.filters-group {
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
.checkbox-inline {
  display: inline-block;
  margin-right: 20px;
}
.checkbox-inline input[type='checkbox'] {
  margin-right: 10px;
  height: 34px;
  position: relative;
  top: -2px;
}
.checkbox-inline:last-child {
  margin-right: 0;
}
.filter-item + .filters-group {
  margin-top: 60px;
}
.filters-group .filters-title {
  line-height: 1.5em;
  font-size: 24px;
  letter-spacing: 1px;
  flex-grow: 1;
}
.filters-group .search {
  position: relative;
  width: 250px;
  overflow: hidden;
  margin-left: 30px;
}
.filters-group .search input {
  height: 40px;
  padding: 5px 50px 5px 15px;
  background-color: #fff;
  width: 100%;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.filters-group .search input:focus {
  outline: 0;
  border-color: #0477be;
}
.filters-group .search .search-icon {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  border: none;
  background-color: transparent;
  color: #959595;
  font-size: 20px;
  transition: all 0.5s ease 0s;
  overflow: hidden;
  display: block;
}
.filters-group .search .search-icon::before {
  content: "\f002";
}
.filters-group .search .search-icon.clearText::before {
  content: "\f057";
  cursor: pointer;
}
.filters-group .filters {
  display: flex;
  flex-grow: 1;
  overflow: hidden;
  width: calc(100% - 280px);
}
.filters-group .filters .checkbox-inline {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  flex: 1;
}
.page-content .tab {
  border-bottom: 1px solid #a0a0a0;
  margin-bottom: 50px;
}
.page-content .tab ul {
  display: flex;
  justify-content: flex-start;
}
.page-content .tab li {
  padding: 0 0 10px;
  margin-right: 40px;
}
.page-content .tab li a {
  padding: 0;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 30px;
  background-color: transparent;
  color: #7d7d7d;
  border: 0;
}
.page-content .tab li.current a,
.page-content .tab li a:hover {
  color: #0477be;
  background-color: transparent;
}
.page-content .tab li.current a {
  cursor: default;
  font-weight: bold;
}
.model-detail.page-content .group-title .title {
  color: #434343;
  font-size: 30px;
}
/* content list */
.content_list {
  width: 100%;
  overflow: hidden;
}
.content_list table {
  width: 100%;
  table-layout: fixed;
  overflow: hidden;
  border-collapse: inherit;
}
.content_list table th {
  text-align: left;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 20px;
  color: #181818;
  background-color: #ebebeb;
}
.content_list table td {
  padding: 15px 10px;
  vertical-align: top;
  line-height: 20px;
  border-bottom: 1px solid #eee;
}
.content_list table tbody tr.even td {
  background-color: none;
}
.content_list table tbody tr.odd td {
  background-color: none;
}
.content_list table tbody tr.over td {
  background-color: #f9f9f9;
}
.content_list table tbody tr.out td {
  background-color: none;
}
.list_news td.T1 {
  width: 65px;
  font-family: Tahoma, Geneva, sans-serif;
  text-align: center;
}
.list_news th.T1 {
  width: 65px;
  text-align: center;
}
.list_news td.T1 .date {
  display: block;
  font-weight: bold;
  width: 60px;
  height: 50px;
  padding: 5px 0;
  text-align: center;
  background-color: #0477be;
  margin: 0 auto;
}
.list_news td.T1 .date span {
  display: block;
}
.list_news td.T1 .date .day {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
}
.list_news td.T1 .date .year_month {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 20px;
}
.list_news td .title {
  font-size: 15px;
  color: #5b5b5b;
  font-weight: bold;
  line-height: 20px;
  display: block;
  transition: all 0.5s ease 0s;
}
.list_news td .title:hover {
  color: #00a2e9;
}
.list_news td p {
  line-height: 20px;
  padding-top: 5px;
}
.list_news td .brtools {
  margin-top: 10px;
  height: 20px;
  text-align: right;
}
.list_news td .brtools .readmore {
  line-height: 20px;
  display: inline-block;
}
.list_news td .brtools .readmore:hover {
  color: #00a2e9;
  text-decoration: underline;
}
.list_news td .brtools .readmore .font-icon {
  padding-left: 5px;
}
/* page tools css */
.grayr {
  margin: 40px 0 0 0;
  font-size: 14px;
  text-align: right;
}
.grayr a {
  padding: 5px;
  margin: 3px;
  border-radius: 4px;
  transition: all 0.5s ease 0s;
}
.grayr a:hover {
  color: #0477be;
  background-color: #fff;
}
.grayr a:active {
  color: #fff;
  background-color: #0477be;
}
.grayr span.current {
  padding: 5px;
  font-weight: bold;
  margin: 2px;
  color: #0477be;
}
.grayr span.disabled {
  padding: 5px;
  margin: 2px;
  color: #ccc;
  font-weight: bold;
}
.grayr .fa {
  font-size: 1.5em;
}
/* ----------  product list ----------  */
.list-type {
  margin-bottom: 20px;
}
.list-type ul {
  overflow: hidden;
  display: inline-block;
}
.list-type ul::after {
  content: "";
  clear: both;
  float: inherit;
  display: table;
  height: 0;
  width: 100%;
}
.list-type li {
  float: left;
}
.list-type li a {
  display: block;
  padding: 10px 15px;
  font-size: 24px;
  line-height: 30px;
  background-color: #eee;
}
.list-type li a:hover {
  color: #0477be;
}
.list-type li.current a,
.list-type li.current a:hover {
  background-color: #000;
  color: #fff;
  cursor: default;
}
.list-type li:nth-child(1) a {
  border-radius: 3px 0 0 3px;
}
.list-type li:nth-child(2) a {
  border-radius: 0  3px 3px 0;
}
.product-list ul {
  padding: 0;
  list-style: none;
}
.product-list li .title {
  line-height: 20px;
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list li .title:hover {
  color: #0477be;
}
.product-list li .photo {
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  z-index: 1;
}
.product-list li .photo img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease 0s;
}
.product-list li .photo:hover img {
  transform-origin: 50% 50% 0;
  transform: translate(-50%, -50%) scale(1.1);
}
.grid-type ul {
  margin: -10px;
}
.grid-type ul::after {
  content: "";
  clear: both;
  float: inherit;
  display: table;
  height: 0;
  width: 100%;
}
.grid-type li {
  float: left;
  padding: 10px;
  box-sizing: border-box;
  width: 25%;
}
.grid-type li .photo {
  position: relative;
}
.grid-type li .info {
  text-align: center;
  padding: 10px;
  line-height: 20px;
  height: 70px;
}
.grid-type.no-sizecode li .info {
  height: 50px;
}
.grid-type li .title {
  padding: 5px 0;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.grid-type li .info p {
  line-height: 20px;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid-type li .item {
  border: 1px solid #eee;
}
.grid-type li .item:hover {
  border-color: #e0e0e0;
}
.table-type ul {
  margin: 0;
}
.table-type li {
  display: block;
}
.table-type li .item {
  min-height: 150px;
  padding-left: 150px;
  position: relative;
}
.table-type li .photo {
  width: 150px;
  height: 150px;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
}
.table-type li + li {
  margin-top: 20px;
}
.table-type li .info {
  padding-left: 20px;
  padding-top: 15px;
}
.table-type li .info p {
  line-height: 20px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #e0e0e0;
}
/* ----------  about us----------  */
.aboutusContent {
  width: 100%;
  padding-bottom: 120px;
  background-color: #EFF3F6;
}
.aboutusContent video {
  vertical-align: middle;
}
/* ----------  service----------  */
.serviceContent {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
}
/* ----------  product details ----------  */
.productDetail {
  display: flex;
  margin-bottom: 30px;
}
.productDetail .leftcatalog {
  margin-right: 20px;
  width: 404px;
  display: flex;
}
.leftcatalog .showpic {
  width: 330px;
  height: 330px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
}
.leftcatalog .showpic img {
  max-width: 100%;
  max-height: 100%;
  align-items: center;
  margin: 0 auto;
}
.leftcatalog .showpic:hover {
  cursor: crosshair;
}
.catalog {
  padding: 25px 0;
  position: relative;
  height: 280px;
  margin-left: 10px;
  width: 62px;
}
.catalog .prev,
.catalog .next {
  position: absolute;
  color: #000;
  left: 0;
  width: 62px;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  display: block;
  z-index: 3;
  transition: all 0.3s;
  background-color: #eee;
}
.catalog .prev:hover,
.catalog .next:hover {
  color: #fff;
  background-color: #0477be;
}
.catalog .prev {
  top: 0;
}
.catalog .next {
  bottom: 0;
}
.thumbs_list {
  z-index: 2;
  overflow: hidden;
  width: 100%;
}
.thumbs_list ul {
  clear: both;
  width: 62px;
}
.thumbs_list li {
  width: 62px;
  height: 62px;
  padding: 4px 0;
}
.thumbs_list li a {
  border: 1px solid #e0e0e0;
  width: 60px;
  padding-bottom: 100%;
  display: block;
  position: relative;
  height: 0;
  background-color: #fff;
}
.thumbs_list li.over a {
  border-color: #0477be;
}
.thumbs_list li a img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  transform: translate(-50%, -50%);
}
.rightinfo .slogen {
  display: block;
  line-height: 20px;
}
.rightinfo .productname {
  font-size: 20px;
  line-height: 30px;
  display: block;
  color: #000;
  margin-bottom: 10px;
}
.productinfo {
  padding: 0;
  margin-top: 20px;
  width: 100%;
}
.productinfo td,
.rightinfo .productinfo th {
  line-height: 20px;
  vertical-align: top;
  border-bottom: 1px solid #dadbdc;
}
.productinfo p {
  line-height: 20px;
}
.productinfo td {
  padding: 5px;
}
.productinfo th {
  padding: 5px;
  text-align: left;
  color: #000;
}
.productinfo td span {
  padding: 0 5px;
}
.productinfo td .price {
  font-size: 16px;
  color: #f00;
  padding: 0;
}
.rightinfo .brtools {
  margin: 20px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.tags li {
  display: inline-block;
  text-transform: capitalize;
  margin: 0 5px 5px 0;
}
.tags li a {
  padding: 2px 10px;
  line-height: 20px;
  font-size: 12px;
  color: #000;
  display: block;
  background-color: #eee;
  transition: all 0.3s ease 0s;
  border-radius: 12px;
}
.tags li a:hover {
  background-color: #0477be;
  color: #fff;
}
.brtools + .productinfo {
  margin-top: 0;
}
.product-info .tab {
  display: inline-block;
  margin-bottom: 20px;
}
.product-info .tab li a {
  font-size: 16px;
}
.product-info .productinfo td,
.product-info .productinfo th {
  border: 1px solid #e0e0e0;
}
.product-info .productinfo th {
  background-color: #eee;
}
.rightinfo .sharetools {
  background: #fff;
  width: 100%;
  padding: 10px 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
}
.mailshare {
  background: #eee;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc #ccc #aaa #ccc;
  color: #666;
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0px 1px 0px #ccc;
  text-shadow: #fff 1px 1px 0;
  float: right;
  margin-right: 10px;
}
.mailshare .mail {
  border-top: 1px solid #fff;
  line-height: 22px;
  padding: 8px 20px 9px 50px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.mailshare .mail .font-icon {
  position: absolute;
  left: 15px;
  top: 5px;
  line-height: 22px;
  font-size: 2em;
}
.mailshare:hover {
  color: #333;
  background-position: 0 bottom;
}
.mailshare:hover span {
  border-color: #ddd;
}
.sharetools strong {
  color: #0477be;
  font-size: 14px;
  padding: 0 10px;
  float: left;
  line-height: 40px;
}
.sharetools .icon1,
.sharetools .icon2,
.sharetools .icon3,
.sharetools .icon4 {
  line-height: 26px;
  padding: 0;
  background-repeat: no-repeat;
  background-image: url(../images/shareicon_bg.gif);
  height: 26px;
  float: left;
  display: block;
  width: 26px;
  overflow: hidden;
  margin: 7px 5px 7px 0px;
  text-indent: -999px;
}
.sharetools .icon1 {
  background-position: 0 0;
}
.sharetools .icon2 {
  background-position: 0 -26px;
}
.sharetools .icon3 {
  background-position: 0 -52px;
}
.sharetools .icon4 {
  background-position: 0 -78px;
  display: none;
}
/* ----------  news && events ----------  */
.owl-carousel.page-slider {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}
.page-slider .item {
  position: relative;
  height: 0;
  padding-bottom: 33.3%;
  background-color: #eeeeee;
}
.page-slider .item .photo {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  width: 45%;
  height: 100%;
  background-size: cover;
  left: 0;
  top: 0;
}
.page-slider .item .content {
  position: absolute;
  width: 55%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 60px;
  box-sizing: border-box;
}
.page-slider .item .content .title {
  font-size: 24px;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.page-slider .item .content .info {
  margin-top: 40px;
  line-height: 1.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.page-slider .item .content .date {
  margin-top: 20px;
  line-height: 1.5em;
  font-weight: normal;
  display: block;
}
.page-slider .owl-controls {
  position: absolute;
  bottom: 10px;
  height: 0;
  top: auto;
}
.page-slider .owl-pagination {
  margin: 0;
  position: absolute;
  bottom: 20px;
  left: 45%;
  transform: translateX(60px);
  vertical-align: middle;
}
.page-slider .owl-pagination .owl-page {
  display: inline-block;
  margin-right: 20px;
}
.page-slider .owl-pagination .owl-page .owl-numbers {
  display: block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  background-color: #b5b5b5;
  text-indent: -999px;
  overflow: hidden;
}
.page-slider .owl-pagination .owl-page .owl-numbers:hover {
  background-color: #0477be;
}
.page-slider .owl-pagination .owl-page.active .owl-numbers {
  background-color: #0477be;
}
/* ----------  popwin ----------  */
.popmask {
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  display: none;
}
.popwin {
  left: 50%;
  padding: 10px;
  position: fixed;
  top: 50%;
  z-index: 3001;
  width: 580px;
  background: url(../images/pop_side.png);
  display: none;
  transform: translate(-50%, -50%);
}
.popwin .hide_box {
  background-color: #fff;
  position: relative;
}
.popwin .hide_box h3 {
  color: #0477be;
  background: #eee;
  border-bottom: #ccc 1px solid;
  font-size: 15px;
  line-height: 20px;
  padding: 8px 20px 6px 10px;
}
.hide_box .closebr {
  background: url(../images/icon_popclose.png) no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -999px;
  top: 10px;
  width: 16px;
}
.hide_box .closebr:hover {
  background-position: 0 -16px;
}
.popwin .hide_box .popcontent {
  clear: both;
  padding: 15px;
}
.popwin .hide_box .popcontent p {
  line-height: 20px;
  padding-bottom: 10px;
}
.popwin .from_post li {
  margin-bottom: 10px;
}
#mailshare {
  margin-top: -280px;
}
#popcart {
  margin-top: -80px;
}
.popwin .price {
  color: #f00;
  padding: 0 5px;
}
#popcart p {
  padding-left: 65px;
  background: url(../images/icon_addcart.png) left center no-repeat;
}
#mobileCode .popwin {
  width: 200px;
  display: block;
}
#mobileCode .popcontent img {
  max-width: 100%;
}
/* ----------  contact us details ----------  */
.contact-info {
  margin-left: 30px;
}
.googlemap {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
}
.googlemap iframe {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#map_canvas {
  width: 100%;
  height: 350px;
}
.maplink {
  line-height: 30px;
  font-size: 13px;
  transition: all 0.5s ease 0s;
  background-color: #eee;
  display: block;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.maplink:hover {
  background-color: #0477be;
  color: #fff;
}
.container.contactContent .col-1,
.container.contactContent .col-2 {
  width: 50%;
}
.contactPhoto ul {
  margin: -5px;
}
.contactPhoto ul::after {
  content: "";
  clear: both;
  float: inherit;
  display: table;
  height: 0;
  width: 100%;
}
.contactPhoto li {
  float: left;
  padding: 5px;
  box-sizing: border-box;
  width: 33.3%;
}
.contactPhoto li img {
  max-width: 100%;
  text-align: center;
}
.container.contactContent .col-1 .htmledit {
  margin-top: 100px;
}
/* ----------  contact us details ----------  */
input,
textarea {
  color: #666;
  padding: 5px 10px;
  height: 24px;
  border: 1px solid #a0a0a0;
  line-height: 24px;
  transition: all 0.5s ease 0s;
  box-sizing: border-box;
  background-color: transparent;
}
input,
select {
  height: 34px;
}
textarea {
  height: 120px;
}
select {
  color: #666;
  line-height: 30px;
  height: 34px;
  border: 1px solid #a0a0a0;
}
input:hover,
textarea:hover,
input:active,
textarea:active {
  -moz-box-shadow: inset 0 0 10px rgba(4, 119, 190, 0.1);
  -webkit-box-shadow: inset 0 0 10px rgba(4, 119, 190, 0.1);
  -khtml-box-shadow: inset 0 0 10px rgba(4, 119, 190, 0.1);
  box-shadow: inset 0 0 10px rgba(4, 119, 190, 0.1);
}
input:focus,
textarea:focus {
  color: #363636;
  outline: 0;
  border-color: #0477be;
}
input.radio:focus,
input.checkbox:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  box-shadow: none;
}
input:disabled {
  background-color: #333;
  color: #777;
}
input.type1,
select.type1 {
  width: 70%;
}
input.type2,
select.type2 {
  width: 20%;
}
input.type3,
select.type3 {
  width: 10%;
}
.from_post {
  padding: 30px;
  border: 1px solid #a0a0a0;
  border-radius: 10px;
}
.from_post ul {
  list-style: none;
  display: flex;
  margin: -10px;
  flex-wrap: wrap;
}
.from_post li {
  padding: 10px;
  position: relative;
  width: 33.3%;
  display: block;
  box-sizing: border-box;
}
.from_post li.full-type {
  width: 100%;
}
.from_post li .title {
  line-height: 20px;
  color: #434343;
  display: block;
  margin-bottom: 5px;
}
.from_post li strong {
  line-height: 30px;
  color: #0477be;
}
.from_post li input,
.from_post li textarea,
.from_post li select {
  width: 100%;
}
.from_post li input.code {
  width: 120px;
}
.from_post li .fg {
  padding: 0px 8px;
  line-height: 30px;
  display: inline;
  color: #888;
}
.from_post li .check {
  clear: both;
  display: block;
  line-height: 20px;
  color: #f00;
  padding-top: 5px;
}
.from_post li .check img {
  padding: 2px 5px 0 0;
}
.from_post li .codeimg {
  padding: 8px 5px 0 0;
  cursor: pointer;
}
.from_post li .price {
  font-size: 1.1em;
  padding-left: 5px;
  color: #0477be;
}
.from_post li .code-group {
  padding: 0px 8px;
  line-height: 30px;
  display: inline;
  color: #888;
}
.from_post li label {
  display: inline-block;
}
.from_post li .labelgroup {
  border: 1px solid #e0e0e0;
  padding: 4px 10px;
  width: 50%;
}
.from_post .radio,
.from_post .checkbox {
  background: none;
  display: inline;
  border: 0;
  padding: 0px;
  margin: 8px 4px 8px 0;
  width: auto;
  height: auto;
}
.from_post .brtools {
  margin: 20px 0 0 0;
  text-align: center;
}
.from_post .brtools .button {
  border-radius: 20px;
  min-width: 120px;
}
.from_post li.longer-title {
  padding-left: 240px;
  height: 30px;
}
.from_post li.longer-title .title {
  width: 230px;
}
.search-detail {
  margin-bottom: 60px;
}
.contact-info li {
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 20px;
  border: 1px solid #EDECEA;
  border-bottom-color: #edecea;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom: 3px solid #EDECEA;
  display: flex;
}
.contact-info li .icon {
  padding: 20px 0 10px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  width: 80px;
  font-size: 36px;
  color: #000;
  transition: all 0.3s ease 0s;
}
.contact-info li:hover .icon {
  transform: scale(1.2);
}
.contact-info li .icon img {
  width: 36px;
}
.contact-info li .content {
  overflow: hidden;
  padding: 20px 10px;
  margin: 0;
  overflow-wrap: break-word;
  line-height: 20px;
  width: 100%;
}
.contact-info li .content .title {
  color: #000;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.contact-info li .content p {
  color: #888;
}
.search_page {
  margin-bottom: 40px;
}
.search_page li {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}
.search_page li input {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
}
.search_page li .brtools {
  vertical-align: middle;
  display: inline-block;
  margin-top: 0;
  margin-left: 10px;
  height: auto;
}
.search_page li .button {
  margin-right: 10px;
  line-height: 22px;
}
.search_page.from_post .brtools {
  text-align: left;
  margin: 0;
}
.search_page.from_post .brtools .button {
  text-align: center;
}
/* ----------  cart navigation style----------  */
span.nes {
  color: #f00;
  padding: 0px 5px;
}
span.price {
  color: #000;
  font-weight: bold;
  font-family: Tahoma, Geneva, sans-serif;
}
span.loadtext {
  color: #333;
  font-weight: bold;
  padding: 0px 5px;
}
span.model {
  font-size: 11px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: #999;
  padding-right: 5px;
}
.cart_detail {
  background-color: #fff;
  height: auto!important;
  height: 250px;
  min-height: 250px;
}
.cartnav {
  margin-bottom: 30px;
  height: 50px;
  background: url(../images/fg_img.gif) 0 center repeat-x;
}
.cartnav ul {
  height: 50px;
  text-align: center;
}
.cartnav li {
  padding-left: 50px;
  padding-right: 15px;
  display: inline-block;
  position: relative;
  background-color: #fff;
  margin: 0 20px;
}
.cartnav li em {
  line-height: 50px;
  font-size: 30px;
  font-family: "Times New Roman", Times, sans-serif;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 20px;
  color: #999;
  background-color: #fff;
}
.cartnav li h4 {
  font-size: 20px;
  line-height: 50px;
  color: #999;
  background-color: #fff;
  font-style: italic;
  font-family: "Times New Roman", Times, serif;
}
.cartnav li strong {
  font-size: 16px;
  font-style: italic;
  color: #999;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
  background-color: #fff;
}
.cartnav li.current em,
.cartnav li.current h4,
.cartnav li.current strong {
  color: #003061;
}
.cartnav li a em,
.cartnav li a h4,
.cartnav li a strong {
  color: #999;
}
.cartnav li a:hover em,
.cartnav li a:hover h4,
.cartnav li a:hover strong {
  color: #333;
}
/* button & input style */
.cart_button {
  padding: 7px 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: #999;
  line-height: 20px;
  color: #fff;
  transition: all 0.5s ease 0s;
}
.cart_button:hover {
  background-color: #003061;
  color: #fff;
}
.cart_button + .cart_button {
  margin-left: 10px;
}
.cart_button_disable {
  padding: 7px 20px;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  background-color: #ccc;
  line-height: 20px;
  color: #999;
  cursor: default;
}
.cart_detail .brtools {
  border-top: 1px solid #ccc;
  margin-top: 20px;
  padding-top: 15px;
  text-align: right;
}
.grouptitle {
  clear: both;
  background: #fff url(../images/title_bg.gif) bottom repeat-x;
  margin-bottom: 10px;
}
.grouptitle .titletext {
  float: left;
  border-bottom: 2px solid #003061;
}
.grouptitle .titletext h3 {
  line-height: 40px;
  padding: 0 5px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #5f5f5f;
  letter-spacing: 2px;
}
.grouptitle .titletext input {
  margin-left: 20px;
  border: 0;
  background: none;
}
.grouptitle .titletext .loadtext {
  font-size: 12px;
  font-weight: normal;
}
.grouptitle .textinfo {
  float: right;
  font-size: 13px;
  text-align: right;
  line-height: 40px;
}
.grouptitle .textinfo a {
  color: #555;
  line-height: 20px;
  padding: 0 5px;
  border-radius: 3px;
  background-color: #eee;
  display: inline-block;
}
.grouptitle .textinfo a:hover {
  text-decoration: none;
  background-color: #555;
  color: #fff;
}
.cartlist {
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #fff;
}
.cartlist ul {
  width: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  border-bottom: #e8e8e8 1px solid;
}
.cartlist ul:hover {
  background-color: #f0f0f0;
}
.cartlist li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 5px;
  text-align: center;
}
.cartlist ul.list-header li {
  color: #333;
}
.text-left,
.cartlist li.text-left {
  text-align: left;
}
.text-center,
.cartlist li.text-center {
  text-align: center;
}
.text-right,
.cartlist li.text-right {
  text-align: right;
}
.cartlist ul.list-header li.photo,
.cartlist ul.list-header:hover li.photo {
  background: none;
}
.cartlist li.photo {
  background: url(../images/marker1.png) 10px center no-repeat;
  width: 70px;
  text-align: center;
  padding-left: 40px;
}
.cartlist li.photo a img {
  cursor: pointer;
  max-width: 60px;
  max-height: 60px;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #c0c0c0;
}
.cartlist ul:hover li.photo {
  background-image: url(../images/marker2.png);
}
.cartlist ul:hover li.photo a img {
  border-color: #003061;
}
.cartlist li a {
  font-size: 15px;
  font-weight: bold;
}
.cartlist li .price {
  padding-left: 5px;
  font-size: 16px;
}
.cartlist li input {
  text-align: center;
  width: 40px;
}
.cartlist ul.list-footer {
  border: 0;
}
.cartlist ul.list-footer li {
  text-align: right;
  font-weight: bold;
  color: #333;
  font-size: 13px;
  padding-right: 20px;
}
.cartlist ul.list-footer li .price {
  font-size: 15px;
}
.cartlist li .mobiletitle {
  padding-right: 5px;
  display: none;
}
.cartlist li .font-icon {
  font-size: 1.3em;
  padding: 0 5px;
}
/* ----------  cart popwin ----------  */
.cartpopmask {
  position: absolute;
  background: url(../images/slider_bg.png);
  border: none;
  height: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  display: none;
}
.cartpopwin {
  left: 50%;
  margin-left: -300px;
  padding: 10px;
  position: fixed;
  top: 50%;
  z-index: 3001;
  width: 580px;
  background: url(../images/pop_side.png);
  display: none;
}
.cartpopwin .hide_box {
  background-color: #fff;
  position: relative;
}
.cartpopwin .hide_box h3 {
  background: #eee;
  font-size: 16px;
  line-height: 24px;
  padding: 5px 30px 5px 10px;
  text-shadow: 1px 1px 0 #fff;
  color: #ff7400;
}
.hide_box .closebr {
  background: url(../images/icon_close.png) 0 0 no-repeat;
  display: block;
  height: 16px;
  overflow: hidden;
  position: absolute;
  right: 10px;
  text-indent: -999px;
  top: 8px;
  width: 16px;
}
.hide_box .closebr:hover {
  background-position: 0 -16px;
}
.cartpopwin .hide_box .popcontent {
  clear: both;
  padding: 15px;
}
.cartpopwin .hide_box .popcontent p {
  line-height: 24px;
  padding-bottom: 10px;
}
.cartpopwin .hide_box .popcontent p .price {
  padding: 0 5px;
  color: #f60;
}
.cartpopwin .from_post {
  background: none;
  border: 0;
  margin: 10px 0 0 0;
  padding: 0;
}
#popsubmit {
  margin-top: -74px;
}
.cart_detail .from_post {
  padding: 15px 0;
  margin-bottom: 20px;
}
.cart_detail input,
.cart_detail textarea {
  color: #838383;
  font-size: 13px;
  padding: 5px;
  border: 1px solid #838383;
  background: #fff url(../images/input.gif) 0 0 no-repeat;
  transition: all 0.5s ease 0s;
}
.cart_detail input {
  height: 16px;
}
.cart_detail textarea {
  height: 60px;
  width: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cart_detail select {
  border: 1px solid #838383;
  background-color: #fff;
  height: 21px;
  color: #838383;
  margin-top: 4px;
  margin-bottom: 3px;
}
.cart_detail input:focus,
.cart_detail textarea:focus {
  border-color: #ff7400;
  background-color: #fff;
  color: #000;
  background-image: none;
  -moz-box-shadow: 0 0 3px #f60;
  -webkit-box-shadow: 0 0 3px #f60;
  -khtml-box-shadow: 0 0 3px #f60;
  box-shadow: 0 0 3px #f60;
}
.cart_detail input:hover,
.cart_detail textarea:hover {
  border-color: #f60;
}
.cart_detail input.type1 {
  width: 200px;
}
.cart_detail input.type2 {
  width: 75px;
}
.cart_detail input.type3 {
  width: 30px;
}
.cart_detail select.type1 {
  width: 210px;
}
.cart_detail select.type2 {
  width: 103px;
}
.cart_detail select.type3 {
  width: 40px;
}
.cart_detail .from_post input,
.cart_detail .from_post select,
.cart_detail .from_post textarea {
  float: left;
}
.cart_detail .from_post table {
  clear: both;
  width: 100%;
}
.cart_detail .from_post table .loadtext {
  padding: 0 3px;
  color: #ff7400;
}
.cart_detail .from_post td {
  padding-bottom: 15px;
  vertical-align: top;
}
.cart_detail .from_post td.td1 {
  text-align: right;
  width: 120px;
  font-weight: bold;
  line-height: 28px;
  padding-right: 10px;
  color: #333;
}
.cart_detail .from_post td.td2 {
  width: 230px;
}
.cart_detail .from_post td.td2 img {
  vertical-align: middle;
  padding-left: 10px;
  cursor: pointer;
  padding-top: 5px;
}
.cart_detail .from_post td.td2 span {
  float: left;
  padding: 0 5px;
  line-height: 28px;
}
.cart_detail .from_post td.td3 span {
  line-height: 18px;
  padding: 5px 0;
  display: inline-block;
  color: #999;
}
.cart_detail .from_post .radio {
  background: none;
  border: 0;
  padding: 0px;
  width: 13px;
  height: 13px;
  margin: 8px 3px 7px 5px;
}
.cart_detail .from_post .brtools {
  margin-left: 110px;
}
.termstext {
  padding: 2px 3px;
  overflow: hidden;
  border: 1px solid #838383;
  width: 500px;
  height: 80px;
  overflow-y: auto;
  overflow-x: hidden;
  color: #838383;
}
.payinfo {
  clear: both;
  font-weight: normal;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #f2f2f2;
  text-shadow: 0 1px 0 #fff;
  -moz-box-shadow: 0 0 5px #ccc inset;
  -webkit-box-shadow: 0 0 5px #ccc inset;
  box-shadow: 0 0 5px #ccc inset;
}
.payinfo .sign {
  padding: 0 10px;
}
.payinfo .price {
  padding: 0 5px;
  font-size: 15px;
}
.payinfo strong {
  font-size: 15px;
}
.payinfo strong .price {
  font-size: 18px;
}
.ordertable {
  clear: both;
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.ordertable th {
  padding: 5px 5px 4px 5px;
  border: #e8e8e8 1px solid;
  text-align: left;
  font-size: 13px;
}
.ordertable td {
  padding: 5px 5px 4px 5px;
  border: #e8e8e8 1px solid;
  vertical-align: top;
  line-height: 24px;
}
.ordertable td.head {
  background: #f8f8f8;
  font-weight: bold;
  text-align: center;
}
/* gritter-notice-wrapper */
#gritter-notice-wrapper {
  position: fixed;
  top: 100px;
  right: 50%;
  margin-right: -200px;
  width: 400px;
  z-index: 9999;
}
#gritter-notice-wrapper.top-left {
  left: 20px;
  right: auto;
}
#gritter-notice-wrapper.bottom-right {
  top: auto;
  left: auto;
  bottom: 20px;
  right: 20px;
}
#gritter-notice-wrapper.bottom-left {
  top: auto;
  right: auto;
  bottom: 20px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  #gritter-notice-wrapper.top-left {
    left: 20px;
    right: auto;
  }
  #gritter-notice-wrapper.bottom-right {
    top: auto;
    left: auto;
    bottom: 20px;
    right: 20px;
  }
  #gritter-notice-wrapper.bottom-left {
    top: auto;
    right: auto;
    bottom: 20px;
    left: 20px;
  }
}
.gritter-item-wrapper {
  position: relative;
  margin: 0 0 10px;
  background-color: rgba(0, 0, 0, 0.9);
}
.gritter-item {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #eee;
  padding: 15px 30px 15px 15px;
}
.gritter-close {
  display: none;
  position: absolute;
  top: 15px;
  right: 10px;
  font-family: 'FontAwesome';
  font-weight: 400;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  text-align: center;
  color: #eee;
  border-radius: 2px;
}
.touch .gritter-close {
  display: block;
}
.gritter-close:active,
.gritter-close:focus,
.gritter-close:hover {
  color: #fff;
  background-color: #000;
  text-decoration: none;
}
.gritter-close:after {
  content: "\f00d";
}
.gritter-title {
  font-size: 14px;
  font-weight: 600;
  padding: 0 0 3px;
  display: block;
}
.gritter-image {
  display: table-cell;
  width: 54px;
  vertical-align: middle;
}
.gritter-image > img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.gritter-with-image,
.gritter-without-image {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  padding-left: 20px;
}
.gritter-without-image {
  padding-left: 0;
}
.gritter-with-image p,
.gritter-without-image p {
  padding: 0;
  margin: 0;
}
.gritter-item-wrapper.gritter-light {
  background-color: #fff;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
.gritter-item-wrapper.gritter-light .gritter-close,
.gritter-item-wrapper.gritter-light .gritter-item {
  color: #999;
}
.gritter-item-wrapper.gritter-light .gritter-close:active,
.gritter-item-wrapper.gritter-light .gritter-close:focus,
.gritter-item-wrapper.gritter-light .gritter-close:hover {
  color: #666;
  background-color: #eee;
}
.gritter-item-wrapper.gritter-light .gritter-title {
  color: #555;
}
.gritter-item-wrapper.gritter-success {
  padding-left: 45px;
  color: #fff;
  background-color: rgba(78, 115, 37, 0.8);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.gritter-item-wrapper.gritter-success .gritter-item {
  color: #fff;
}
.gritter-item-wrapper.gritter-success:before {
  position: absolute;
  left: 15px;
  top: 12px;
  content: "\f00c";
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 2em;
  text-transform: none;
  speak: none;
}
.gritter-item-wrapper.gritter-success .gritter-close {
  color: #4e7325;
  background-color: #d2e8b8;
  transition: all 0.5s ease 0s;
  display: block !important;
}
.gritter-item-wrapper.gritter-success .gritter-close:hover {
  color: #fff;
  background-color: #4e7325;
}
.gritter-item-wrapper.gritter-error {
  padding-left: 45px;
  color: #fff;
  background-color: rgba(237, 84, 102, 0.8);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.gritter-item-wrapper.gritter-error .gritter-item {
  color: #fff;
}
.gritter-item-wrapper.gritter-error:before {
  position: absolute;
  left: 15px;
  top: 12px;
  content: "\f00d";
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 2em;
  text-transform: none;
  speak: none;
}
.gritter-item-wrapper.gritter-error .gritter-close {
  color: #e8263d;
  background-color: #faccd1;
  transition: all 0.5s ease 0s;
  display: block !important;
}
.gritter-item-wrapper.gritter-error .gritter-close:hover {
  color: #fff;
  background-color: #e8263d;
}
.gritter-item-wrapper.gritter-warning {
  padding-left: 45px;
  color: #a98300;
  background-color: rgba(217, 205, 158, 0.9);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.gritter-item-wrapper.gritter-warning .gritter-item {
  color: #a98300;
}
.gritter-item-wrapper.gritter-warning:before {
  position: absolute;
  left: 15px;
  top: 12px;
  content: "\f071";
  font-family: 'FontAwesome';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-size: 2em;
  text-transform: none;
  speak: none;
}
.gritter-item-wrapper.gritter-warning .gritter-close {
  color: #da9e00;
  background-color: #fff3d5;
  transition: all 0.5s ease 0s;
  display: block !important;
}
.gritter-item-wrapper.gritter-warning .gritter-close:hover {
  color: #fff;
  background-color: #da9e00;
}
/* 2k屏幕 */
@media (min-width: 1920px) {
  .container {
    width: 1800px;
  }
  .page-content.news-content {
    max-width: 1000px;
    margin: 0 auto 50px;
  }
  .page-tabContent .group-title .title {
    font-size: 30px;
  }
  .from_post {
    padding: 50px;
  }
  .from_post ul {
    margin: -20px;
  }
  .from_post li {
    padding: 20px 20px 20px 130px;
    position: relative;
  }
  .from_post li.full-type {
    width: 100%;
  }
  .from_post li .title {
    color: #434343;
    position: absolute;
    left: 20px;
    top: 25px;
    line-height: 20px;
    text-align: right;
    width: 100px;
    display: block;
  }
  .from_post li strong {
    line-height: 30px;
    color: #0477be;
  }
  .search_page.from_post {
    padding: 30px;
  }
  .search_page.from_post .brtools {
    padding-left: 110px;
  }
  .model-list li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-model ul {
    margin: -30px;
  }
  .main-model li {
    padding: 30px;
  }
  .main-model li .info {
    margin: 20px;
    font-size: 16px;
    line-height: 2rem;
    height: 12rem;
  }
}
/* 大屏幕 */
@media (min-width: 1680px) and (max-width: 1919px) {
  .header h1.logo {
    padding-left: 0;
  }
  .header .menu {
    padding-right: 0;
  }
  .sf-menu li {
    padding: 0 10px;
  }
  .sf-menu li a {
    font-size: 18px;
    padding-left: 15px;
  }
  .menu > ul .menulist {
    padding-left: 0;
    padding-right: 50px;
    min-width: 300px;
  }
  .sf-menu li li a,
  .sf-menu li.sfHover li a,
  .sf-menu li.current li a,
  .sf-menu li.sfHover li.sfHover li a,
  .sf-menu li.sfHover li.sfHover li.sfHover li a {
    font-size: 18px;
  }
  .container {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
  .main-tabContent {
    padding-left: 50px;
    padding-right: 50px;
  }
  .main-tabContent .tab-content {
    padding-left: 50px;
  }
  .main-tabContent .tab {
    margin-bottom: 50px;
  }
  .tab li a {
    font-size: 16px;
  }
  .main-aboutus .aboutus-content {
    padding-right: 50px;
  }
  .main-statistics li {
    padding: 0 50px;
  }
  .main-statistics li .data {
    font-size: 24px;
  }
  .main-statistics li .data strong {
    font-size: 50px;
  }
  .main-search {
    padding: 50px 300px 70px;
  }
  .main-service li {
    padding: 20px 50px;
  }
  .footer-link .company {
    width: 30%;
  }
  .footer-link .company .logo img {
    width: 150px;
  }
  .page-banner {
    height: 300px;
  }
  .page-content {
    margin-left: 50px;
    margin-right: 50px;
  }
  .page-content.news-content {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
  .page-tabContent {
    padding: 0 50px;
  }
  .page-tabContent .gallery img {
    max-width: 300px;
  }
  .model-list li a {
    padding-right: 35px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .model-list li a::after {
    right: 15px;
  }
  .page-slider .item .content {
    padding: 20px;
  }
  .page-slider .item .content .title {
    font-size: 18px;
  }
  .page-slider .item .content .info {
    -webkit-line-clamp: 2;
    margin-top: 20px;
  }
  .page-slider .item .content .date {
    margin-top: 10px;
  }
  .page-slider .owl-pagination {
    bottom: 10px;
    transform: translateX(20px);
  }
}
@media (min-width: 980px) and (max-width: 1679px) {
  .container {
    width: auto;
    margin-left: 60px;
    margin-right: 60px;
  }
  .header h1.logo {
    padding-left: 0;
    margin-right: 0;
  }
  .header .menu {
    padding-right: 0;
  }
  .sf-menu li {
    padding: 0;
  }
  .sf-menu li a,
  .sf-menu li a.sf-with-ul {
    font-size: 16px;
    padding-left: 10px;
  }
  /* .sf-menu li a .sf-sub-indicator{ display: none;} */
  .menu > ul .menupic {
    margin-right: 100px;
  }
  .menu > ul .menulist {
    min-width: auto;
  }
  .sf-menu li li a,
  .sf-menu li.sfHover li a,
  .sf-menu li.current li a,
  .sf-menu li.sfHover li.sfHover li a,
  .sf-menu li.sfHover li.sfHover li.sfHover li a {
    font-size: 16px;
  }
  .group-title .title {
    font-size: 24px;
  }
  .main-tabContent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .readmore {
    font-size: 14px;
  }
  .main-tabContent.main-news .gallery {
    padding-right: 20px;
  }
  .main-tabContent.main-news .tab-content {
    padding-left: 20px;
  }
  .main-tabContent .tab-content {
    padding-left: 30px;
  }
  .main-tabContent .tab {
    margin-bottom: 40px;
  }
  .tab li a {
    font-size: 14px;
  }
  .main-model .info,
  .main-aboutus .info {
    font-size: 14px;
  }
  .main-aboutus .aboutus-content {
    padding-right: 30px;
  }
  .main-aboutus .slogan {
    font-size: 18px;
  }
  .main-statistics li {
    padding: 0 30px;
  }
  .main-statistics li .data {
    font-size: 20px;
  }
  .main-statistics li .data strong {
    font-size: 45px;
  }
  .main-search {
    padding: 50px 150px 70px;
  }
  .news-list li .item p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
  }
  .news-list li .item .date ~ p {
    margin-bottom: 20px;
    line-height: 20px;
    padding: 0;
  }
  .news-list li .item .date {
    font-size: 16px;
    line-height: 20px;
  }
  .main-service li {
    padding: 10px 30px;
  }
  .footer-link {
    padding-top: 50px;
  }
  .footer-link ul {
    padding-right: 50px;
  }
  .footer-link .company {
    padding-left: 200px;
    width: auto;
  }
  .footer-link .company .logo img {
    width: 120px;
  }
  .page-banner {
    height: 250px;
  }
  .page-tabContent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-tabContent .gallery {
    max-width: 40%;
  }
  .page-content {
    margin-left: 30px;
    margin-right: 30px;
  }
  .page-tabContent .gallery img {
    max-width: 300px;
  }
  .container .col-1 {
    width: 200px;
  }
  .container .col-2 {
    min-height: 400px;
    width: calc(100% - 230px);
  }
  .sidebar li a {
    padding: 10px;
  }
  ul.model-list {
    margin: -10px;
  }
  .model-list li {
    padding: 10px;
  }
  .model-list li a {
    padding-right: 35px;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .model-list li a::after {
    right: 10px;
  }
  .filters-group {
    display: block;
    overflow: hidden;
  }
  .filters,
  .filters-title {
    margin-bottom: 10px;
  }
  .filters-group .filters {
    width: 100%;
  }
  .filters-group .search {
    margin-left: 0;
    float: right;
  }
  .page-slider .item .content {
    padding: 20px;
  }
  .page-slider .item .content .title {
    font-size: 18px;
  }
  .page-slider .item .content .info {
    -webkit-line-clamp: 2;
    margin-top: 20px;
  }
  .page-slider .item .content .date {
    margin-top: 10px;
  }
  .page-slider .owl-controls {
    bottom: 0;
  }
  .page-slider .owl-pagination {
    bottom: 10px;
    transform: translateX(20px);
  }
}
@media (min-width: 980px) and (max-width: 1366px) {
  .footer-link ul {
    padding-right: 50px;
  }
  .footer-link .company {
    padding-left: 0;
    width: auto;
  }
  .main-model li {
    width: 50%;
  }
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
  body {
    font-size: 14px;
    padding-top: 160px;
  }
  .container {
    width: 720px;
  }
  .flex-content {
    display: block;
  }
  .container .col-1 {
    float: inherit;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .container .col-2 {
    float: inherit;
    width: auto;
    margin: 0 auto;
  }
  .header {
    height: 160px;
  }
  .header .container {
    height: 100px;
  }
  .header h1.logo {
    padding-left: 0;
    margin-right: 0;
  }
  .header h1.logo img {
    height: 60px;
  }
  .header .menu {
    padding-right: 0;
  }
  .sf-menu ul {
    top: 60px;
    padding-top: 40px;
  }
  .sf-menu li,
  .sf-menu li.contactus {
    padding: 0;
  }
  .sf-menu li a,
  .sf-menu li a.sf-with-ul {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }
  .sf-menu li.contactus .button {
    padding: 10px;
  }
  .sf-menu li a .sf-sub-indicator {
    display: none;
  }
  .sf-menu ul .sub-menu {
    min-height: 200px;
  }
  .menu > ul .menupic {
    margin-right: 50px;
  }
  .menu > ul .menulist {
    min-width: auto;
  }
  .menu > ul .pic {
    width: 40vw;
  }
  .sf-menu li li a,
  .sf-menu li.sfHover li a,
  .sf-menu li.current li a,
  .sf-menu li.sfHover li.sfHover li a,
  .sf-menu li.sfHover li.sfHover li.sfHover li a {
    font-size: 14px;
  }
  .sf-menu li li,
  .sf-menu li.sfHover li {
    padding: 0;
  }
  .menu > ul .pic .title {
    font-size: 24px;
  }
  .group-title .title {
    font-size: 24px;
  }
  .main-tabContent {
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-tabContent .gallery,
  .main-tabContent .gallery.image-group {
    text-align: center;
  }
  .main-banner .owl-pagination {
    bottom: 0;
  }
  .readmore {
    font-size: 14px;
  }
  .main-tabContent.main-news .tab {
    margin-bottom: 20px;
  }
  .main-tabContent.main-news .gallery {
    padding-right: 0;
    width: 100%;
  }
  .main-tabContent.main-news .tab-content {
    padding-left: 0;
    width: 100%;
    margin-top: 50px;
  }
  .main-tabContent {
    display: block;
  }
  .main-tabContent .gallery {
    text-align: center;
    position: relative;
  }
  .main-tabContent .tab-content {
    padding-left: 0;
    margin-top: 50px;
  }
  .main-tabContent.main-aboutus .gallery {
    width: 100%;
  }
  .main-tabContent .tab {
    margin-bottom: 20px;
  }
  .tab li a {
    font-size: 14px;
  }
  .main-model li {
    width: 50%;
  }
  .main-model .info,
  .main-aboutus .info {
    font-size: 14px;
  }
  .main-aboutus .info {
    max-width: 100%;
  }
  .main-aboutus .aboutus-content {
    padding-right: 0;
  }
  .main-aboutus .slogan {
    font-size: 18px;
  }
  .main-statistics li {
    padding: 0 20px;
  }
  .main-statistics li .data {
    font-size: 18px;
  }
  .main-statistics li .data strong {
    font-size: 30px;
  }
  .main-search {
    padding: 30px 100px 50px;
  }
  .news-list li .item p {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
  }
  .news-list li .item .date ~ p {
    margin-bottom: 20px;
    line-height: 20px;
    padding: 0;
  }
  .news-list li .item .date {
    font-size: 14px;
    line-height: 20px;
  }
  .main-service li {
    padding: 10px 20px;
  }
  .footer-link {
    padding-top: 40px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-link ul {
    margin-right: 30px;
    padding: 0;
  }
  .footer-link li {
    padding: 3px 0;
  }
  .footer-link .company {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .footer-link .company .logo img {
    width: 120px;
  }
  .gradient-bg {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page-banner {
    height: 200px;
  }
  .page-tabContent {
    padding-left: 0;
    padding-right: 0;
  }
  .page-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .page-link-list li {
    width: 50%;
  }
  .container .col-2 {
    min-height: auto;
  }
  .container .page-name {
    font-size: 30px;
  }
  .navigation {
    margin-bottom: 30px;
  }
  .sidebar {
    margin-bottom: 40px;
  }
  .sidebar li a {
    padding: 10px;
  }
  .model-list li a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  ul.model-list {
    margin: -10px;
  }
  .model-list li {
    padding: 10px;
  }
  .filters-group {
    display: block;
  }
  .filters,
  .filters-title {
    margin-bottom: 10px;
  }
  .filters-group .filters {
    width: 100%;
  }
  .filters-group .search {
    margin-left: 0;
  }
  .page-slider .item .content {
    padding: 20px;
  }
  .page-slider .item .content .title {
    font-size: 18px;
  }
  .page-slider .item .content .info {
    -webkit-line-clamp: 2;
    margin-top: 20px;
  }
  .page-slider .item .content .date {
    margin-top: 10px;
  }
  .page-slider .owl-controls {
    bottom: 0;
  }
  .page-slider .owl-pagination {
    bottom: 10px;
    transform: translateX(20px);
  }
}
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
  body {
    padding-top: 60px;
    overflow-x: hidden;
    font-size: 14px;
  }
  .flex-content {
    display: block;
  }
  .container {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .container .col-1 {
    float: inherit;
    width: auto;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .container .col-2 {
    float: inherit;
    width: auto;
    min-height: auto;
  }
  .container.contactContent .col-1,
  .container.contactContent .col-2 {
    width: 100%;
  }
  .container.contactContent .col-1 .htmledit {
    margin-top: 0;
  }
  /* .sideContact{display: none;} */
  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
    position: fixed;
  }
  .readmore {
    font-size: 14px;
  }
  .toplink {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .iconmenu {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: right;
    z-index: 2;
    text-align: center;
  }
  .iconmenu span,
  .iconmenu::before,
  .iconmenu::after {
    left: 4px;
    position: absolute;
    height: 4px;
    width: 32px;
    border-radius: 2px;
    background-color: #999;
    transition: all 0.5s ease 0s;
  }
  .iconmenu span {
    top: 18px;
  }
  .iconmenu::before {
    content: "";
    top: 8px;
  }
  .iconmenu::after {
    content: "";
    top: 28px;
  }
  .iconmenu.active span {
    left: 50%;
    width: 0;
  }
  .iconmenu.active::before {
    transform: rotate(45deg);
    top: 18px;
  }
  .iconmenu.active::after {
    transform: rotate(-45deg);
    top: 18px;
  }
  .iconmenu:hover,
  .iconmenu:focus {
    text-decoration: none;
  }
  .toplink .icon-wechat {
    margin-right: 8px;
    line-height: 40px;
    font-size: 20px;
    color: #959595;
  }
  .toplink .topsearch {
    width: 100px;
    margin-right: 8px;
  }
  .toplink .topsearch input {
    padding-left: 10px;
    padding-right: 35px;
    background-color: #eee;
  }
  .toplink .topsearch .btn-search {
    width: 30px;
  }
  .header .container {
    height: 40px;
  }
  .header h1.logo {
    padding-left: 0;
    margin-right: 0;
  }
  .header h1.logo img {
    height: 40px;
  }
  .header .menu {
    padding-right: 0;
  }
  .sf-menu ul {
    top: 60px;
    padding-top: 40px;
  }
  .sf-menu li,
  .sf-menu li.contactus {
    padding: 0;
  }
  .sf-menu li a,
  .sf-menu li a.sf-with-ul {
    font-size: 15px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 40px;
  }
  .sf-menu li.contactus .button {
    padding: 10px;
  }
  .sf-menu li a .sf-sub-indicator {
    display: none;
  }
  .sf-menu ul .sub-menu {
    min-height: 200px;
  }
  .menu > ul .menulist {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu > ul .pic {
    width: 40vw;
  }
  .sf-menu li li a,
  .sf-menu li.sfHover li a,
  .sf-menu li.current li a,
  .sf-menu li.sfHover li.sfHover li a,
  .sf-menu li.sfHover li.sfHover li.sfHover li a {
    font-size: 14px;
  }
  .sf-menu li li,
  .sf-menu li.sfHover li {
    padding: 0;
  }
  .menu > ul .pic .title {
    font-size: 24px;
  }
  .main-banner {
    border-radius: 10px;
  }
  .main-banner .item {
    padding-bottom: 40%;
  }
  .main-banner .item .photo {
    border-radius: 10px;
  }
  .main-banner .owl-pagination {
    bottom: 0;
  }
  .main-banner .owl-pagination .owl-page {
    margin: 0 5px;
  }
  .main-banner .owl-pagination .owl-page .owl-numbers {
    width: 5px;
    height: 5px;
    line-height: 5px;
  }
  .menu {
    display: none;
  }
  .mobilemenu {
    position: absolute;
    top: 50px;
    width: 100%;
    max-height: 80vh;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 5px;
    margin-top: -5px;
    border: 1px solid #0477be;
  }
  .mobilemenu .btn-arrow {
    display: block;
    font-size: 1.4em;
    text-align: center;
    color: #434343;
    line-height: 24px;
    border-radius: 12px;
    background-color: #f8f8f8;
    margin-top: 10px;
  }
  .mobilemenu .btn-arrow:hover {
    color: #fff;
    background-color: #0477be;
  }
  .mobilemenu ul {
    padding: 15px;
  }
  .mobilemenu li {
    clear: both;
    border-bottom: 1px solid #eee;
  }
  .mobilemenu li:last {
    border: 0;
  }
  .mobilemenu li:last-child {
    border: 0;
  }
  .mobilemenu li .font-icon {
    position: absolute;
    top: 5px;
    right: 5px;
  }
  .mobilemenu li a {
    line-height: 24px;
    padding: 10px 30px 10px 0;
    position: relative;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    background: url(../images/svg-arrow.svg) right center no-repeat;
  }
  .mobilemenu li a:hover,
  .mobilemenu li.current a,
  .mobilemenu li.current a:hover {
    color: #0477be;
  }
  .mobilemenu li ul {
    padding: 0;
    margin-left: 20px;
  }
  .mobilemenu li li {
    border: 0;
  }
  .mobilemenu li.hasSubMenu > a .arrow {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .mobilemenu li.hasSubMenu > a .arrow::before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 20px;
  }
  .mobilemenu li.hasSubMenu > ul {
    display: none;
  }
  .mobilemenu li.hasSubMenu.open > ul {
    display: block;
  }
  .mobilemenu li.hasSubMenu.open > a .arrow::before {
    content: "\f106";
  }
  .mobilemenu li.search {
    position: relative;
    height: 40px;
  }
  .mobilemenu li.search input {
    height: 40px;
    padding: 5px 50px 5px 15px;
    border-radius: 5px;
    background-color: #f8f8f8;
    border-width: 1px;
    width: 100%;
    font-size: 14px;
    transition: all 0.4s ease 0s;
    box-sizing: border-box;
  }
  .mobilemenu li.search input:focus {
    outline: 0;
  }
  .mobilemenu li.search .btn-search {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    border: none;
    background-color: #999;
    color: #fff;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    display: block;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
  }
  .mobilemenu li.search .btn-search:hover {
    color: #fff;
    background: #000;
  }
  .mobilemenu li.search .btn-search .font-icon {
    font-size: 15px;
    position: relative;
    top: auto;
    right: auto;
  }
  .group-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .group-title .title {
    font-size: 24px;
  }
  .main-tabContent {
    padding: 10px 10px 20px;
  }
  .main-tabContent + .main-tabContent {
    margin-top: 20px;
  }
  .main-tabContent {
    display: block;
  }
  .main-tabContent .gallery {
    text-align: center;
    position: relative;
  }
  .main-tabContent .tab-content {
    padding-left: 0;
    margin-top: 40px;
  }
  .main-tabContent .tab {
    margin-bottom: 10px;
  }
  .tab li {
    padding: 0 5px;
  }
  .tab li a {
    font-size: 14px;
    padding: 5px;
  }
  .tab li.current a,
  .tab li.current a:hover {
    border-radius: 10px;
  }
  .main-model {
    border-radius: 10px;
  }
  .main-model li {
    width: 100%;
  }
  .main-model .info,
  .main-aboutus .info {
    font-size: 14px;
    line-height: 1.5em;
    height: auto;
  }
  .main-aboutus .info {
    max-width: 100%;
  }
  .main-aboutus .aboutus-content {
    padding-right: 0;
  }
  .main-model::before,
  .main-search::before {
    display: none;
  }
  .main-tabContent.main-aboutus .gallery img {
    max-width: 100%;
    padding-top: 20px;
  }
  .main-aboutus .slogan {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .main-statistics {
    padding-bottom: 30px;
  }
  .main-statistics ul {
    display: block;
  }
  .main-statistics li {
    padding: 10px 20px;
  }
  .main-statistics li .data {
    font-size: 18px;
  }
  .main-statistics li .data strong {
    font-size: 30px;
  }
  .main-search {
    padding: 10px 10px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
  }
  .search-group input {
    padding-right: 75px;
    padding-left: 10px;
    font-size: 14px;
  }
  .search-group .btn-search {
    width: 60px;
  }
  .main-disease {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .main-disease p {
    font-size: 16px;
  }
  .main-disease .group-title {
    margin-left: 0;
  }
  .main-tabContent.main-news .gallery {
    padding-right: 0;
    width: 100%;
  }
  .main-tabContent.main-news .tab-content {
    padding-left: 0;
    width: 100%;
    margin-top: 40px;
  }
  .main-tabContent.main-news .group-title {
    margin-bottom: 20px;
  }
  .main-tabContent.main-news .tab {
    margin-bottom: 20px;
  }
  .news-list li .item p {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
  }
  .news-list li .item .date ~ p {
    margin-bottom: 20px;
    line-height: 20px;
    padding: 0;
  }
  .news-list li .item .date {
    font-size: 14px;
    line-height: 20px;
  }
  .main-tabContent .tab-pane {
    padding-left: 0;
  }
  .main-service li {
    padding: 20px 0;
    width: 100%;
  }
  .footer-link {
    padding-top: 40px;
    padding-bottom: 20px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .footer-link ul {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }
  .footer-link li {
    padding: 3px 0;
    text-align: center;
  }
  .footer-link li.title {
    margin-bottom: 10px;
  }
  .footer-link .company {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .footer-link .company .logo {
    padding: 0 15px;
  }
  .footer-link .company .logo img {
    width: 120px;
  }
  .copyright {
    padding-top: 20px;
  }
  .gradient-bg {
    padding: 20px;
    border-radius: 10px;
  }
  .page-banner {
    height: auto;
  }
  .page-banner::after {
    background-size: cover;
    opacity: 0.5;
  }
  .navigation {
    margin-bottom: 20px;
  }
  .container .page-name {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
  }
  .container .page-info {
    line-height: 25px;
    max-width: auto;
  }
  .page-tabContent {
    padding: 0 0 30px;
    display: block;
  }
  .page-tabContent .group-title {
    text-align: left;
  }
  .page-tabContent .group-title .title {
    font-size: 20px;
  }
  .page-tabContent li .title {
    font-size: 18px;
  }
  .page-tabContent .page-group {
    padding-right: 0;
    padding-bottom: 20px;
  }
  .page-link-list li {
    width: 100%;
    padding-bottom: 30px;
  }
  .page-link-list li .title {
    font-size: 20px;
  }
  .page-link-list li p {
    max-width: auto;
  }
  .page-banner {
    height: 150px;
  }
  .page-content {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .page-content .group-title .title {
    font-size: 20px;
  }
  .group-info {
    margin-bottom: 30px;
  }
  .container .page-name {
    font-size: 20px;
    left: 20px;
  }
  .navigation {
    margin-bottom: 30px;
  }
  .sidebar {
    margin-bottom: 40px;
  }
  .sidebar li a {
    padding: 10px;
    line-height: 20px;
  }
  ul.model-list {
    margin: -10px;
  }
  .model-list li {
    width: 100%;
    max-width: 100%;
    padding: 10px;
  }
  .model-list li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
  }
  .filters-group {
    display: block;
  }
  .filters,
  .filters-title {
    margin-bottom: 10px;
  }
  .filters-group {
    margin-bottom: 20px;
  }
  .filters-group .search {
    width: 100%;
    margin-left: 0;
  }
  .filters-group .filters-title {
    font-size: 18px;
  }
  .filter-item + .filters-group {
    margin-top: 30px;
  }
  .filters-group .filters {
    width: 100%;
    display: block;
  }
  .htmledit {
    font-size: 14px;
  }
  .htmledit .default_h4 {
    text-align: center;
    font-size: 20px;
  }
  .model-detail.page-content .group-title .title {
    font-size: 26px;
  }
  .page-tabContent .gallery img {
    max-width: 100%;
  }
  .page-content .tab ul {
    margin: -5px;
    display: block;
  }
  .page-content .tab ul::after {
    content: "";
    clear: both;
    float: inherit;
    display: table;
    height: 0;
    width: 100%;
  }
  .page-content .tab li {
    float: left;
    width: 50%;
    display: block;
    margin: 0;
    padding: 5px;
    text-align: center;
    box-sizing: border-box;
  }
  .page-content .tab li a {
    font-size: 16px;
  }
  .page-content .tab {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .grayr {
    margin-top: 20px;
    text-align: center;
  }
  .page-slider {
    margin-bottom: 20px;
  }
  .page-slider .item {
    height: auto;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .page-slider .item .photo {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
  }
  .page-slider .item .content {
    position: relative;
    padding: 20px;
    top: auto;
    left: 0;
    width: 100%;
    height: 200px;
  }
  .page-slider .item .content .title {
    font-size: 16px;
  }
  .page-slider .item .content .info {
    -webkit-line-clamp: 2;
    margin-top: 10px;
  }
  .page-slider .item .content .date {
    margin-top: 10px;
  }
  .page-slider .owl-controls {
    bottom: 0;
  }
  .page-slider .owl-pagination {
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }
  .from_post {
    padding: 20px;
  }
  .from_post li {
    width: 100%;
  }
  .from_post .brtools .button {
    display: block;
    width: calc(100% - 50px);
  }
  .from_post li .code-group {
    font-size: 12px;
  }
  .from_post li input.code {
    width: 90px;
  }
  .search_page li input {
    width: 100%;
  }
}
/* 横向放置的手机及分辨率更小的设备 */
