html,
body {
  margin: 0;
  font-size: 100%;
  background: #fff;
  font-family: "Microsoft YaHei", "微软雅黑";
  min-width: 75em;
}

a {
  text-decoration: none;
}

p {
  letter-spacing: 0px;
  font-size: 0.9em;
  color: #777;
  line-height: 26px;
  overflow-wrap: break-word;
}

.container {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 75em;
}

/*
@media (min-width: 768px) {
  .container {
    width: 750px;
  }

}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
 
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

}*/

@keyframes page-loader {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes page-loader {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.loader {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: white;
  z-index: 20000;
}

.spinner {
  min-width: 24px;
  min-height: 24px;
}

.spinner:before {
  content: "Loadingâ€¦";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
}

.spinner:not(:required):before {
  content: "";
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-top: 2px solid #333;
  border-right: 2px solid transparent;
  animation: page-loader 0.6s linear infinite;
  -webkit-animation: page-loader 0.6s linear infinite;
}

.vertical-middle {
  position: relative;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  text-align: center;
}

.middle {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner_bottom {
  padding: 7em 0;
}

.bn {
  margin-top: -98px;
}

.bn > img {
  min-width: 75em;
  border: none;
  width: 100%;
  height: 100%;
}

.center-block {
  text-align: center;
  margin: 0px auto;
}

.row {
  height: 100%;
}

.row > div {
  float: left;
}

.content {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.part-left {
  width: 37.5em;
  float: left;
  overflow: hidden;
  height: 100%;
}
.p-content >.part-left{
  width:auto;
}
.no-img >.part-left {
  width: 4em;
}
.no-img >.part-left img {
  display:none;
}

.part-right {
  width: 37.5em;
  overflow: hidden;
  float: left;
  height: 100%;
}
.no-img >.part-right {
  width: 70em;
}

/*banner*/
.banner-caption {
  float: left;
  position: absolute;
  left: 65%;
  top: 25%;
  width: 25em;
  height: 20em;
}

.banner-caption .caption {
  width: 25em;
  margin-left: 0px;
}

.banner-caption .caption h1 {
  color: white;
}

.banner-caption .caption p {
  color: #000000;
  line-height: 1em;
}

.banner-caption .caption div {
  margin-top: 2em;
  margin-left: 0px;
}

.banner-caption .caption a {
  background-color: #404159;
  color: white;
  padding: 8px 15px;
}

.link:hover {
  cursor: pointer;
}

.bn1 {
  float: left;
  padding-left: 800px;
  width: 600px;
  overflow: hidden;
  height: 100px;
  position: relative;
  top: 50%;
  font-size: 30px;
}

.bn1 p {
  color: white;
  letter-spacing: 10px;
  float: left;
  margin-left: 600px;
}

/*head*/
.headnav {
  height: 5em;
  z-index: 10000;
  position: fixed;
  width: 100%;
  border: none;
  margin: -1px;
  top: 0;
}

/*foot*/
.bottom-default {
  margin-bottom: 2em;
}

.bottom-lg {
  margin-bottom: 5em;
}

.footer-default {
  background-color: #404159;

  margin-top: 5em;
}

.foot-copyright {
  background-color: #30374a;
  height: 2.5em;
}

.banner-ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  width: 100%;
  overflow: hidden;
}

.banner-ul > li {
  float: left;
  width: 100%;
  height: 100%;
}

.banner-ul .background-section {
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-attachment: fixed;
}

.large-hero__inner {
  background-size: cover !important;
  background-repeat: no-repeat;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s ease-out;
  transition: all 5s ease-out;
}

.large-hero-zoom {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.banner-ol {
  list-style: none;
  width: 96px;
  height: 20px;
  margin: 0px auto;
  padding: 0px;
  text-align: center;
}

.banner-ol > li {
  width: 12px;
  height: 12px;
  background-color: white;
  border-radius: 12px;
  float: left;
  margin: 0px 10px;
}

.banner-ol > li:hover {
  cursor: pointer;
}

.banner-ol > li.active {
  background-color: red;
}

/*equipment*/
.title {
  padding: 3.8125em 0em 2.5em 0em;
}

.title.animate {
  position: relative;
  top: -100px;
  opacity: 0;
}

.title h3 {
  text-align: center;
  margin: 0px;
  font-size: 2.5em;
  margin: 0px;
  padding: 0px;
}

.title p {
  text-align: center;
  margin: 0px;
  font-family: "Arial";
  font-size: 1.875em;
  color: #108cee;
  margin-top: 20px;
  padding: 0px;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/*product*/

.product {
  width: 100%;
  height: 31.25em;
  overflow: hidden;
}

.product-item {
  width: 37.5em;
  overflow: hidden;
}

.p-title {
  height: 7em;
}

.p-title h3 {
  font-size: 1.75em;

  margin: 0px;
}
.product-speed{
  width:7em; 
  display: inline-block;  
  word-break: break-all;
}

.p-title h4 {
  font-size: 1em;
  color: #108cee;
  margin-top: 1.9375em;
  margin: 2em 0em 1.125em 0em;
}

.p-content {
  height: 10em;
}

.product-item p {
  font-size: 0.875em;
  letter-spacing: 0px;
  line-height: 26px;
  height: 9em;
  overflow: hidden;
  margin: 0px;
  padding: 0px;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  text-overflow: ellipsis;
}

.product-item p:hover {
  cursor: pointer;
}

.product-left {
  position: relative;
  float: left;
}

.animate {
  position: relative;
}

.animate-left {
  left: -20em;
  opacity: 0;
}

.animate-right {
  left: 20em;
  opacity: 0;
}

.animate-down {
  height: 100%;
  margin-top: 20em;
  opacity: 0;
}

.product-right {
  position: relative;
  float: left;
  /*left:37.5em;*/
}

.fadein {
  display: none;
}

.product-img {
  width: 37.5em;
  text-align: center;
  overflow: hidden;
  height: 100%;
}

.product-img img {
  margin: opx auto;
  width: 80%;
}

.list-btn-row {
  width: 100%;
  height: 10em;
  /*margin-top: 1.75em;*/
}

.list-btn {
  /*margin: 0px auto;*/
  height: 6.25em;
  width: 25em;
}

.list-btn a {
  font-size: 1em;
  color: #8f8f8f;
}

.list-btn > div {
  float: left;
  height: 6.25em;
  text-align: center;
  margin-right: 1.5em;
}
.list-btn.cs > div { 
  margin-right: 1.5em;
}

.list-btn img {
  position: relative;
  width: 4.3em;
  height: 8.6em;
}

.list-btn .link p {
  margin: 0px;
}

.list-btn .alink {
  overflow: hidden;
  height: 4.3em;
  text-align: center;
}

.list-btn > div:hover a {
  color: #1890ff;
}

.list-btn a:hover {
  color: #1890ff;
}

/*nav*/
#nav {
  position: absolute;
  z-index: 1000;
  width: 100%;
}

#headnav .logo {
  border: none;
  float: left;
  cursor: pointer;
}

.headnav.bg-dark .bg {
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 5em;
  position: absolute;
  z-index: 100;
  border: none;
}

.headnav.bg-dark .logo img {
  /*  height: 4.68em;
content: url(../img/logo.png);  */
  border: none;
}

.headnav.bg-dark a {
  position: relative;
  display: block;
  padding: 0.5em 0.9em;
  text-decoration: none;
  font-size: 1em;
  color: white;
}

.headnav.bg-dark .head-lan {
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

.headnav.bg-bright .bg {
  background-color: white;
  opacity: 1;
  width: 100%;
  height: 5em;
  position: absolute;
  z-index: 100;
  border-bottom-style: solid;
  border-bottom-color: #9fbad3;
  border-bottom-width: 1px;
}

.headnav.bg-bright .bg {
  box-shadow: 2px 2px 10px #9fbad3;
}

.headnav.bg-bright a {
  position: relative;
  display: block;
  padding: 0.5em 0.9em;
  text-decoration: none;
  font-size: 1em;
  color: black;
}

.headnav.bg-bright .logo img {
  /* height: 4.68em;
	content: url(../img/logo2.png);*/
}

.headnav.bg-bright .head-lan {
  border: 1px solid #000;
  color: #000;
}

a.head-lan {
  height: 16px;
  margin-top: 28px;
  padding: 1px 3px;
  line-height: 16px;
  font-size: 8px;
  text-align: center;
  cursor: pointer;
}

.headnav .nav-bar {
  float: right;
  border: none;
  margin: 0px 5px;
}

.headnav .nav-menu {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 5em;
  line-height: 3.75em;
}

.headnav .nav-items {
  padding: 0;
  margin: 0;
  list-style: none;
}

.headnav .nav-items > li {
  float: left;
  margin-left: 10px;
}

.headnav li:hover > a {
  color: #0085ff !important;
  cursor: pointer;
}

.headnav li.active > a {
  color: #0085ff !important;
  opacity: 1;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10em;
  padding: 0px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;

  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.dropdown-menu .bg {
  width: 10em;
}

.dropdown-menu ul {
  list-style: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
}

.dropdown-menu li {
  width: 10em;
  height: 2.5em;
}

.dropdown-menu ul > li > a {
  display: block;
  padding: 0.625em 0em;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  white-space: nowrap;
}

.dropdown-menu ul > li > a:hover,
.dropdown-menu ul > li > a:focus {
  color: red;
  text-decoration: none;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dqmain {
  position: relative;
  margin: 0 auto;
  width: 73.125em;
  text-align: center;
}

.dqmain li {
  width: 24.375em;
  transition: all 1s ease 0s;
  float: left;
  border-width: 0px;
  position: relative;
  list-style-type: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.dqmain li:hover {
  /* background-color: rgba(20,105,255,1.00);*/
  /**背景颜色变化时间*/
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -ms-transition: all 1.5s;
  -o-transition: all 1.5s;
  transition: all 1.5s;
}

.dev-item {
  text-align: center;
  width: 25em;
  height: 100%;
  position: relative;
  float: left;
}

.dev-item:hover {
  cursor: pointer;
}

.dev-item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
}

.img-flow {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 26.625em;
  width: 100%;
  background: black;

  /* 透明度 */
  opacity: 0.7;
  width: 25em;
  height: 26.625em;
}

.dev-item:hover .img-flow {
  background: #005aff;
}

.dev-detail {
  position: absolute;
  z-index: 1000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  margin-left: -1px;
}

.dev-detail > div {
  display: block;
  padding-top: 6.25em;
}

.ima {
  height: 6.25em;
}

.dev-txt {
  color: #ffffff;
  text-align: center;
  font-size: 2em;
  text-align: center;
  margin: 0;
  line-height: 2.5em;
}

.dev-line {
  /**实现div居中*/
  margin: 0 auto;
  width: 6.25em;
  height: 0px;
  border: 2px solid #fff;
  display: none;
  margin-top: 10px;
}

.hid {
  color: #ffffff;
  text-align: center;
  display: none;
  height: 6.25em;
  padding: 0em 1.25em;
  margin-top: 0.625em;
}

.hid p {
  color: white;
  letter-spacing: 0em;
  font-size: 1em;
  line-height: 2em;
  text-align: left;
  margin: 0em 2em;
}

.footli {
  width: 100px;
  transition: all 1s ease 0s;
  float: left;
  position: relative;
  list-style-type: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0px 10px 0px 10px;
}

.list_btn {
  text-align: center;
}

.product_title_en {
  text-align: center;
  font-size: 1em;
}

.product_item {
  width: 100%;
  height: 31.25em;
}

.product_item p {
  /*display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;*/
}

.pimage {
  height: 25em;
  margin-top: 3.125em;
}

.aboutus img {
  width: 100%;
}

.aboutus div {
  width: 50%;
  margin: 0 auto;
}

.title_en {
  text-align: center;
  font-size: 1em;
  color: skyblue;
}

/*solution*/
.solution-div {
  display: block;
  margin-left: auto;
  margin-right: auto;

  height: 6.25em;
  line-height: 3.2em;
}

.solution-nav {
  padding: 0px;
  margin: 0px;

  list-style: none;
}

.solution-nav li {
  float: left;
}

.solution-nav li:hover {
  cursor: pointer;
}

.solution-nav li.active a {
  border-bottom: 4px solid #0085ff;
}

.solution-nav li > a {
  position: relative;
  display: block;
  margin: 0px 15px;
  text-decoration: none;
  font-size: 24px;
  color: #000000;
}

.solution-item-area {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 31.25em;
}

.partner-nav {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  height: 4em;
  line-height: 2.5em;
}

.partner-nav > ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.partner-nav > ul li {
  float: left;
  width: 115px;
  margin: 0px;
  padding: -px;
  border: 0.5px solid #eaeaea;
  border-right: none;
  text-align: center;
}

.partner-nav > ul li.left {
  border-radius: 5px 0px 0px 5px;
}

.partner-nav > ul li.right {
  border-radius: 0px 5px 5px 0px;
  border-right: 0.5px solid #eaeaea;
}

.partner-nav > ul li:hover {
  cursor: pointer;
}

.partner-nav > ul li.active {
  background-color: #0084ff;
}

.partner-nav > ul li.active a {
  color: #fff;
}

.partner-ul {
  list-style: none;
}

.s-title h3 {
  font-size: 1.75em;
  color: #00acee;
  padding: 10px 0px 0px 0px;
  margin: 0px;
}

.solution-item {
}

.solution-item img {
  max-width: 37.5em;
}

.s-title {
  height: 5.6em;
}

.s-content {
}

.s-content .part-left > div {
  min-height: 130px;
}

.s-content p {
  font-size: 0.875em;
  line-height: 26px;

  margin-right: 1em;
}

.s-content img {
  height: 21.875em;
  border: none;
  width: 100%;
}

.s-bootom {
  height: 3em;
}

.s-bootom > div {
  border: solid;
  border-width: 1px;
  width: 7em;
  text-align: center;
  float: left;
  margin: 0em 2em;
  line-height: 2em;
}

.s-img {
  float: right;
  position: relative;
  top: 50%;
  transform: translate(0%, -50%);
}

.foot-left {
  width: 20%;
}

.foot-logo {
  width: 30%;
  height: 6.25em;
  margin: 0px auto;
}

.foot-logo > div {
  position: relative;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  text-align: center;
}

.foot-bar {
  height: 7em;
}

.foot-middle {
  width: 60%;
}

.foot-right {
  width: 20%;
}

.foot-nav {
  width: 50%;
  margin-left: 10%;
}

.foot-nav > div {
  margin: 1.25em 0em;
}

.foot-bootom {
  margin-left: 3em;
}

.foot-bootom > div {
  padding-left: 1.875em;
}

.foot-bootom p {
  font-size: 0.8em;
  margin: 0px;
  color: #858f9c;
  line-height: 1.8em;
}

.foot-addr {
}

.foot-contact {
}

.foot-contact > div {
  padding-left: 1.25em;
}

.foot-contact a {
  color: #0382f7;
}

.footitem {
  float: left;
  height: 5em;
  width: 25%;
  text-align: center;
}

.footitem img {
  position: relative;
  width: 2.375em;
  height: 4.875em;
}

.footitem:hover {
  cursor: pointer;
}

.footitem p {
  color: white;
  margin: 0.3em;
}

.footitem:hover p {
  color: #0382f7;
}

.footlink {
  overflow: hidden;
  width: 100%;
  height: 2.4em;
  position: relative;
  text-align: center;
  color: white;
}

.foot-attention {
  text-align: center;
  width: 12.5em;
  height: 10em;
}

.foot-attention div {
}

.foot-attention h2 {
  font-size: 1em;
  color: white;
  margin: 0px;
  padding: 0px;
}

.foot-attention img {
  margin-top: 0.625em;
  width: 5em;
  height: 5em;
}

.foot-attention p {
  font-size: 0.75em;
  margin-top: 0em;
  color: #858f9c;
}

.foot-copyright {
  background-color: #30374a;
  height: 2.5‬em;
  margin: 0px;
}

.foot-copyright p {
  text-align: center;
  line-height: 2.5em;
  margin: 0px;
}

.pclearfix {
  margin-top: 70px;
}

/*our product*/
.product-nav {
  display: block;
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  width:1350px;
  margin-left: -75px;
}
 

.product-nav >li { 
  border-style: none;
  border-color: gray;
  border-width: 1px;

  width:  200px;
  height: 200px;
  margin: 0px;

  z-index: 1;

  /* transition: all 0.6s;  */
  
} 

.product-nav >li.active {
  border-style: none;
  border-width: 1px;
  border-bottom-width: 0px;

  width: 200px;
  border-radius: 10px 10px 0px 0px;
  z-index: 10;

  transition: all 0.6s;
}
.product-nav li .tab-items  {
  height:100%;
  position:relative; 
}
.product-nav >li>.tab-items > div {
  width: 200px; 
  position: absolute;
  bottom: 0px;
  overflow: hidden;
  z-index: 1;
  margin: 0px;
  padding: 0px;
  border: none;
}

.tab-menus {
  z-index: 1000;
  text-align: left;
}

 

/*中间*/
.product-nav li.active .tab-items > div {
  transform: translateX(-40px);   
}

.product-nav li.left.active .tab-items > div {
  transform: translateX(-10px);   
  overflow: hidden; 
}

.product-nav li.right.active .tab-items > div {
  transform: translateX(-60px);   
}

.product-nav li.active img {
  margin: 16px 0px 0px 0px;
  padding: 0px;
}

.product-nav li.active .tab-items> div {
  width: 267px;
  position: absolute;
  bottom: 0px;
  overflow: visible;
  z-index: 10;
}

.product-nav li:hover {
  cursor: pointer;
}

.product-nav1 li.active > a {
  margin-top: 20px;
  height: 100px;
}

.product-nav1 > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  height: 80px;
  text-decoration: none;
  font-size: 24px;
  color: #000000;
}

.equipment-div {
  width: 100%;
  height: 250px;
  background: #4f4f4f;
}

.product-content img {
  max-width: 100%;
}

.product-nav > .left .product-menu {
  margin-left: 20px;
}

.product-nav > .right .product-menu {
  margin-left: -20px;
}
.product-nav > .right .tab-items>div {
  border-radius: 0 8px 0 0;
}
.tab-menus .product-menu{
  display:  flex;
  gap:1px;
  width:1159px;
  justify-content: space-around;
  height: 5em;
  margin-top: 0;
   list-style: none; 

}

.tab-menus .product-menu >li{ 

  padding: 0 0.5px 0px;
  height: calc(100% - 15px);
  width: 100%;
}
.tab-menus .product-menu >li.rg{
  height:100%;
  transform: translateY(-15px);
}
 

.product-menu li {
  height: 3em;
  background: #c9caca;
  color: black;
  border-radius: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-menu > li > a {
  display: block;
  clear: both;
  font-weight: normal; 
  color: #333;
  white-space: nowrap;
  font-size: 1.17em;
  font-weight: bold;
}

 
.product-menu > li.active  { 
   background: #0085ff;
}
.product-menu  > li.active > a   {
  
  text-decoration: none; 
   color: #fff; 
}

/*support*/
.s-c {
  padding: 3em 0em;
}

.support-title {
}

.support-title h1 {
  margin: 0px;
}

.support-title .img {
  float: left;
}

.support-title img {
  height: 35px;
}

.support-title .stitle {
  margin: 0px;
  padding: 0px;

  margin-left: 1.5em;
}

.support-title .stitle h1 {
  font-size: 1.1em;
  line-height: 38px;
  padding-left: 2em;
}

.support-content {
  margin-left: 3em;
}

.support-content p {
  margin: 0.5em 0em;
}

.support-download {
  min-height: 15em;
}

.support-download > div {
  float: left;
  width: 25%;
}

.support-download > div > div {
}

.support-download > div > div > div {
  margin-top: 1.5em;
}

.support-download a {
  font-size: 0.875em;
}

.collapse-item {
  background-color: white;
  padding: 0.5em 2.5em;
  margin-top: 1em;
}

/*
.collapse-item .collapse-header img{
	content:url(../img/support/+.jpg) ;
}
.collapse-item .collapse-header.expand img{
	content:url(../img/support/-.jpg) ;
}*/

.collapse-header {
  cursor: pointer;
}

.collapse-header p {
  font-size: 1em;
  line-height: 2.5em;
  margin: 0px;
  color: #636363;
}

.collapse-right {
  float: right;
}

.collapse-right > div {
  padding-top: 0.8em;
}

.collapse-content {
  display: none;
}

/*super_series*/
.super-series-nav {
  height: 5em;
}

.super-series-nav > li {
  padding: 0 0.5px 0px;
  float: left;
  width: calc(50% - 1px);
  margin-top: 1.25em;
  height: 100%;
  list-style: none;
  cursor: pointer;
}

.super-series-nav > li.active h3 {
  color: #fff;
  background: #0085ff;
}

.super-series-nav > li h3 {
  padding: 20px 0;
  text-align: center;
  background: #c9caca;
  color: black;
}
.super-series-table {
  margin-top: 4.2em;
  border-spacing: 0;
  width:100%;
  color: #777;
}
.super-series-table tr > th {
  text-align: center;
}
.super-series-table tr > td {
  text-align: center;
}
.super-series-table tr > th {
  background-color: #0085ff;
  color: #fff;
  padding: 1.25em 0 1em;
  border: none;
  font-size: 0.875em;
}
.super-series-table > tbody > tr {
  cursor: pointer;
}
.super-series-table tr > td {
  height: 6.25em;
  font-size: 0.875em;
}
.super-series-table tr > td:first-child {
  border-left: 1px solid #dbdbdb;
}
.super-series-table tr > td:last-child {
  border-right: 1px solid #dbdbdb;
}
.super-series-table td {
  border-bottom: 1px solid #dbdbdb;
}
.super-series-table .img{
  text-align: center;
}
.super-series-table .html{
  text-align: left;
  padding:0.5em 0 0.5em 1em; 
  line-height:21px;
}
.app_table{
  display: none;
}
.app_table .super-series-table .html{ 
  line-height:22px;
}
.app_table .super-series-table > tbody > tr {
  cursor: default;  
}
.app_table .super-series-table{
  margin-top: 0;
}
.app_table .img img{
  width:43px;
}
.app_table .s-title{
  padding-left: 40px;
  height: 4em;
  margin-top: 1em;
}
.super-series-area {
  display:flex;
  gap:14px;
  flex-wrap: wrap;
}
.super-series-area > li { 
  margin-top: 1.25em;
  height: 25.5em;
  list-style: none;
}

.super-series-item {
  width: 375px;
  background-color: white;
  border: 1px solid #e6e6e6;
}

.super-series-area:after {
  content: "";
  display: block;
  clear: both;
}

.super-series-item:hover {
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #0085ff;
  cursor: pointer;

  box-shadow: 2px 2px 5px #9fbad3;
}

.super-series-item:hover img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.super-series-img {
  height: 11.875em;
  padding: 0px;
  border-bottom: 1px solid #e6e6e6;
  overflow: hidden;
}

.super-series-img img {
  width: 100%;
  transition: all 0.6s;
}

.super-series-title {
  padding: 0px 1.25em;
  height: 2.5em;
  text-align: left;
}

.super-series-content {
  padding: 0px 1.25em;
  height: 12em;
}

.super-series-content .title {
  margin: 0px;
  padding: 0px;
  height: 4em;
  font-size: 1em;
}

.super-series-content .title > div {
  padding-top: 0.5em;
}

.super-series-content .title h4 {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.super-series-content .title p {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  text-align: left;
}

/*news*/
.news-area > li {
  float: left;
  width: 33.3%;
  margin-top: 1.25em;
  height: 25.5em;
  list-style: none;
}

.news-item {
  width: 375px;
  background-color: white;
  border: 1px solid #e6e6e6;
}

.news-area:after {
  content: "";
  display: block;
  clear: both;
}

.news-item:hover {
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #0085ff;
  cursor: pointer;

  box-shadow: 2px 2px 5px #9fbad3;
}

.news-item:hover img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.news-img {
  height: 11.875em;
  padding: 0px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}

.news-img img {
  width: 100%;
  transition: all 0.6s;
}

.news-title {
  padding: 0px 1.25em;
  height: 2.5em;
  text-align: left;
}

.news-content {
  padding: 0px 1.25em;
  height: 12em;
}

.news-content .title {
  margin: 0px;
  padding: 0px;
  height: 4em;
  font-size: 1em;
}

.news-content .title > div {
  padding-top: 0.5em;
}

.news-content .title h4 {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

.news-content .title p {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  text-align: left;
}

.time {
  margin: 0px;
  height: 2em;
  color: #999;
  line-height: 28px;
  font-size: 12px;
  padding-left: 30px;
  background: url(../img/news/time.png) no-repeat left center;
  text-align: left;
}

.font {
  overflow: hidden;
  text-align: left;

  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
}

.news-head {
  padding-top: 2em;
}

/*page*/
.page {
  font-size: 0;
}

.pagination {
  text-align: center;
}

.pagination > a {
  background: #f7f7f7;
  color: #686868;
  font-size: 14px;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
  text-align: center;
  letter-spacing: 0px;
}

.pagination > a.active {
  background-color: #0085ff;
  color: white;
}

.pagination .end {
  margin-left: 5px;
}

.pagination > input {
  width: 40px;
  height: 36px;
  padding: 0px;
  margin-left: 5px;
  border: 1px solid #e6e6e6;
}

.pagination .go {
  cursor: pointer;
}

.join-title {
  overflow: hidden;
  color: #fff;
  background: #0085ff;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  padding: 0px 20px;
}

.full-box:after {
  content: "";
  display: block;
  clear: both;
}

.join-title > p {
  text-align: center;
  float: left;
  width: 16.66%;
  color: white;
}

.join-box {
  list-style: none;
  margin: 0px 20px;
  padding: 0px;
}

.join-box > li {
  padding: 0px;
  margin: 0px;
  width: 100%;
}

.job-title {
  font-size: 14px;
  line-height: 60px;
  height: 60px;
  cursor: pointer;
  overflow: hidden;
}

.job-title > p {
  float: left;
  width: 16.66%;
  text-align: center;
  line-height: 60px;
  margin: 0px;
}

.job-title a {
  color: #0085ff;
}

.job-box {
  border-bottom: 1px solid #efefef;
  min-height: 60px;
}

.job-content {
  background-color: #f5f5f5;
  padding: 0px 50px 30px 50px;
  display: none;
}

.job-content-title {
  border-bottom: 1px solid #949494;
}

.job-content-title > div {
  float: left;
  width: 20%;
}

.job-content-detail > div {
  float: left;
  width: 50%;
}

.job-content-detail p {
  line-height: 32px;
  margin: 0px;
}

.job-content-detail ol li,
.job-content-detail ol span{
  font-size: 12px !important;
  color:rgb(68, 68, 68) !important;
}

.info-box {
  background-color: #f7f7f7;
}

.info-page {
  padding: 20px 30px;
  position: relative;
}

.info-page > div {
  height: 30px;
}

.info-page > div:hover.prev > a {
  color: #0085ff;
}

.info-page > div:hover.next > a {
  color: #0085ff;
}

.info-page a {
  color: #000000;
}

.info-page p {
  margin: 0px;
}

.info-page .next {
  margin-top: 10px;
}

.info-page .cancel-box {
  float: right;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 110px;
}

.info-page .cancel-box:hover {
  cursor: pointer;
}

.info-page .cancel-box > div {
  width: 120px;
  height: 50px;
  margin-right: 30px;
  background-color: #0085ff;
  text-align: center;
}

.info-page .cancel {
  padding-top: 15px;
}

.info-page .cancel a {
  color: white;
}

.info-title {
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
}

#frame {
  margin: 30px 0px;
}

/*history*/
.history-item {
  position: relative;
  text-align: center;
  margin: 0px 20%;
  height: 100%;
}

.history-item .img {
  text-align: center;
  position: relative;
  margin: 0px auto;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -2%;
}

.history-item .img img {
  width: 100%;
}

.history-item .date {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.history-item .date p {
  margin: 0px;
  font-size: 1.2em;
  width: 160%;
  margin-left: -30%;
}

.history-item .detail p {
  color: black;
  padding: 0px 5px;
  margin: 0px;
  font-size: 1em;
}

.history-item .detail {
  position: relative;
  top: 50%;
  left: -30%;
  transform: translate(0%, -50%);
  width: 160%;
  height: 20%;
}

.history-item:hover img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.history-item:hover .date p {
  transform: scale(1.2);
  transition: all 0.6s;
}

.history-prev {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.history-prev > div {
  position: relative;
  top: 46%;
  left: 0%;
  transform: translate(0%, -50%);
}

.history-prev:hover {
  cursor: pointer;
}

.history-prev:hover img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.history-next {
  height: 100%;
  width: 25%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.history-next > div {
  position: relative;
  top: 46%;
  left: 0%;
  transform: translate(0%, -50%);
}

.history-next:hover {
  cursor: pointer;
}

.history-next:hover img {
  transform: scale(1.2);
  transition: all 0.6s;
}

.contact-detail {
  margin: 50px 0px;
}

.contact-detail > div {
  width: 50%;
  float: left;
}

.contact-detail h2 {
  padding: 20px 0px;
  margin: 0px;
}

.contact-detail p {
  margin: 0px;
  padding: 0px;
}

.dul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.dul li {
  padding: 0px;
  margin: 20px 0px;
  text-align: left;
}

/*product-info nav*/
.productnav {
  height: 5em;
  z-index: 1000;
  width: 100%;
  border: none;
  margin: 0px;
}

.productnav.fixed {
  position: fixed;
  top: 5em;
}

.productnav a {
  color: black;
}

.productnav a.active {
  color: #0085ff;
}

.productnav .bg {
  float: left;
  background-color: #fff;
  height: 5em;
  width: 100%;
  position: absolute;
  z-index: 100;
  opacity: 0.9;
}

.productnav ul {
  float: left;
  background: #f5f5f5;
  padding: 15px 44px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.1);
}

.productnav ul li {
  display: inline-block;
  padding: 0 16px;
  border-right: 1px solid #adadad;
  list-style: none;
}
.productnav ul li:last-child { 
  border-right: 0px solid #adadad; 
}
.productnav .nav-container {
  z-index: 1000;
  position: absolute;
  width: 100%;
}

.product-image {
}

.product-image img {
  padding-top: 60px;
  width: 100%;
}

.product-content h2 {
  padding-top: 60px;
  padding-bottom: 25px;
  margin-block-start: 0;
}

.product-buy {
  margin-top: 28px;
  float: right;
  display: none;
}

.product-buy a.buy {
  padding: 8px 16px;
  background: #e60012;
  color: #fff;
  border-radius: 30px;
  cursor: hand;
}

.product-detail-image {
  text-align: center;
  padding-top: 2em;
}
.product-summary.container {
  text-align: center;
}

.product-navbar {
  height: 3em;
  z-index: 1000;
  width: 100%;
  border: none;
  margin: 0px;
}
.product-navbar .navbar {
  padding: 23px 18px 23px 0;
  height: 1.5em;
}
.product-navbar a:hover {
  color: #0085ff;
}
.product-navbar span {
  line-height: 1.5em;
}
 