@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
img {
  width: 100%;
  height: auto;
}
.industry-content .industry-content_hed {
  width: 100%;
  background: #F6FAFF;
  color: #fff;
  overflow: hidden;
  padding-bottom: 25px;
}
.industry-content .industry-content_hed .industry-content_hed_co {
  margin: 0 auto;
  width: 1200px;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title {
  margin-top: 46px;
  overflow: hidden;
  position: relative;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title::after {
  content: '';
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  border-bottom: 1px #E5E5E5 dashed;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title .title {
  position: relative;
  font-size: 36px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 47px;
  display: inline-block;
  z-index: 1;
  background: #F6FAFF;
  padding-right: 9px;
  padding-left: 4px;
  float: left;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title .text {
  float: left;
  display: inline-block;
  font-size: 14px;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  color: #333333;
  line-height: 47px;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title .rightBox {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-top: 12px;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title .rightBox span {
  position: relative;
  padding-left: 16px;
  float: left;
  margin-left: 20px;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title .rightBox span::after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 4px;
  background: #92B9F5;
  border: 1px solid #649CF3;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_title .rightBox span.rec::after {
  background: #FFCB50;
  border: 1px solid #FFB300;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left {
  position: relative;
  margin-top: 24px;
  padding: 0 3px;
  overflow: hidden;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox {
  display: block;
  max-height: 135px;
  overflow-x: hidden;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox::-webkit-scrollbar {
  width: 10px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox::-webkit-scrollbar-thumb {
  background-color: #7F8D9B;
  border-radius: 5px;
  border: 2px #fff solid;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox::-webkit-scrollbar-button:decrement {
  width: 10px;
  height: 15px;
  border-top: 5px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 5px 5px 0 0 ;
  background: url("../images/icon.png") no-repeat;
  background-position: -559px -692px;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox::-webkit-scrollbar-button:increment {
  width: 10px;
  height: 15px;
  border-top: 2px solid #fff;
  border-bottom: 5px solid #fff;
  border-radius: 0 0 5px 5px;
  background: url("../images/icon.png") no-repeat;
  background-position: -572px -692px;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox button {
  background: none;
  border: 0;
  outline: none;
  overflow: hidden;
  display: inline-block;
  cursor: pointer;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox .itme {
  border-radius: 24px;
  text-align-last: center;
  font-size: 12px;
  color: #666666;
  margin: 0 15px 15px 0;
  padding: 7px 15px;
  float: left;
  background: #DFEBFF;
  border: 1px solid #CAD8EF;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox .itme span {
  color: #ff5c00;
  margin-left: 5px;
}
.industry-content .industry-content_hed .industry-content_hed_co .industry-content_hed_left .itmeBox .itme.is_rec {
  background: #FFF6E6;
  border: 1px solid #FFE1BF;
}
.industry-content .container {
  background: #FFFFFF;
}
.container_left {
  width: 230px;
  float: left;
}
.container_left .index-co-left-menu {
  border: 1px solid #EAF2FB;
  margin-top: 30px;
  margin-bottom: 20px;
}
.container_left .index-co-left-menu .menu-label_title {
  overflow: hidden;
  border-bottom: 1px #EAF2FB solid;
}
.container_left .index-co-left-menu .menu-label_title > div {
  line-height: 24px;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  padding: 10px 0 11px 15px;
  position: relative;
}
.container_left .index-co-left-menu .menu-label_title > div:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 26px;
  width: 46px;
  height: 4px;
  background: #FF5C00;
}
.container_left .index-co-left-menu > ul {
  position: relative;
}
.container_left .index-co-left-menu > ul > li {
  padding: 13px 15px 0 15px;
  cursor: pointer;
}
.container_left .index-co-left-menu > ul > li:nth-of-type(1) {
  padding-top: 22px;
}
.container_left .index-co-left-menu > ul > li > div {
  border-bottom: 1px solid #f0f0f0;
}
.container_left .index-co-left-menu > ul > li:last-child > div {
  border: 0;
}
.container_left .index-co-left-menu > ul > li aside {
  height: 32px;
  width: 32px;
  float: left;
  text-align: center;
  margin: 0 4px 0 0;
}
.container_left .index-co-left-menu > ul > li aside > div {
  width: 32px;
  height: 32px;
  background-position: -11px -7px;
  background-repeat: no-repeat;
}
.container_left .index-co-left-menu > ul > li .right-co {
  float: left;
  position: relative;
  width: 162px;
}
.container_left .index-co-left-menu > ul > li .right-co strong {
  font-size: 14px;
  font-weight: normal;
  color: #000016;
  margin-bottom: 2px;
  display: inline-block;
  line-height: 14px;
  width: 150px;
  height: 14px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container_left .index-co-left-menu > ul > li .right-co p {
  font-size: 12px;
  color: #666666;
  width: 150px;
  margin-bottom: 4px;
  overflow: hidden;
  height: 20px;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
}
.container_left .index-co-left-menu > ul > li .right-co p span {
  margin-right: 10px;
}
.container_left .index-co-left-menu > ul > li .right-co i {
  top: 4px;
  position: absolute;
  right: 0;
  font-style: normal;
  background-position: -320px -318px;
  color: #999999;
  width: 7px;
  height: 8px;
}
.container_left .index-co-left-menu > ul > li:hover {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background-color: #ff5c00;
}
.container_left .index-co-left-menu > ul > li:hover aside div {
  background-position: -54px -7px;
}
.container_left .index-co-left-menu > ul > li:hover > div {
  border-bottom: 1px solid #ff5c00;
}
.container_left .index-co-left-menu > ul > li:hover .right-co p,
.container_left .index-co-left-menu > ul > li:hover .right-co strong {
  color: white;
}
.container_left .index-co-left-menu > ul > li:hover .right-co i {
  background-position: -320px -347px;
}
.container_left .index-co-left-menu > ul > li:hover .two_product_category {
  display: block!important;
}
.container_left .index-co-left-menu > ul > li:hover .two_label_box {
  display: inline-flex;
}
.container_left .index-co-left-menu > ul > li:last-child > div {
  border-bottom: 0 !important;
}
.container_left .index-co-left-menu.hide {
  display: none;
}
.container_left .index-co-left-menu .two_label_box {
  display: none;
  position: absolute;
  height: 500px;
  border: 2px solid #FF5C00;
  left: 228px;
  z-index: 999;
  background: #FFFFFF;
  opacity: 0.95;
  top: 0px;
}
.container_left .index-co-left-menu .two_label_box .two_label {
  height: 500px;
  display: inline-block;
  padding: 20px 0 0 7px;
  box-shadow: -4px 0 22px rgba(107, 107, 107, 0.12);
  -webkit-box-shadow: -4px 0 22px rgba(107, 107, 107, 0.12);
}
.container_left .index-co-left-menu .two_label_box .two_label > p {
  font-size: 14px;
  font-weight: bold;
  color: #30475d;
  width: 100%;
  min-width: 200px;
  height: auto;
  line-height: 14px;
  margin-bottom: 20px;
  padding-left: 13px;
}
.container_left .index-co-left-menu .two_label_box .two_label > table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0;
  display: inline-block;
  overflow-x: hidden;
  height: 290px;
}
.container_left .index-co-left-menu .two_label_box .two_label > table td {
  padding: 0;
  padding-right: 7px;
}
.container_left .index-co-left-menu .two_label_box .two_label > table td a {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 6px;
}
.container_left .index-co-left-menu .two_label_box .two_label > table td > span {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 6px;
}
.container_left .index-co-left-menu .two_label_box .two_label > table td .td_three_label {
  display: none;
}
.container_left .index-co-left-menu .two_label_box .two_label > table td:hover > span,
.container_left .index-co-left-menu .two_label_box .two_label > table td.on > span {
  background: #FF5C00;
  border-radius: 15px;
  color: #FFFFFF;
}
.container_left .index-co-left-menu .two_label_box .three_label {
  height: 500px;
  display: inline-block;
  padding: 20px 0 0 7px;
}
.container_left .index-co-left-menu .two_label_box .three_label > p {
  font-size: 14px;
  font-weight: bold;
  color: #30475d;
  width: 100%;
  min-width: 200px;
  height: auto;
  line-height: 14px;
  margin-bottom: 20px;
  padding-left: 13px;
}
.container_left .index-co-left-menu .two_label_box .three_label > table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0;
  padding: 0 ;
  display: inline-block;
  overflow-x: hidden;
  height: 440px;
}
.container_left .index-co-left-menu .two_label_box .three_label > table td {
  padding: 0;
  padding-right: 7px;
}
.container_left .index-co-left-menu .two_label_box .three_label > table td a {
  word-break: keep-all;
  white-space: nowrap;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  padding: 0 13px;
  display: inline-block;
  margin-bottom: 6px;
}
.container_left .index-co-left-menu .two_label_box .three_label > table td:hover a,
.container_left .index-co-left-menu .two_label_box .three_label > table td.on a {
  background: #FF5C00;
  border-radius: 15px;
  color: #FFFFFF;
}
.container_left .co_sw-wrapper {
  overflow: hidden;
  width: 230px;
  height: 150px;
  margin: 0 auto 20px;
}
.container_left .co_sw-wrapper .swiper-container {
  width: 230px;
  height: 150px;
}
.container_left .co_sw-wrapper .swiper-slide {
  width: 230px;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.container_left .co_sw-wrapper .swiper-slide:hover a {
  color: #e0eaf1 !important;
}
.container_left .co_sw-wrapper .carousel-page {
  position: absolute;
  bottom: 0;
  z-index: 9;
  text-align: right;
  height: 30px;
  display: inline-block;
  width: auto;
  right: 0;
  left: auto;
  padding: 0 10px 0 20px;
}
.container_left .co_sw-wrapper .carousel-page .swiper-pagination-bullet-active {
  width: 18px;
  opacity: 1;
}
.container_left .co_sw-wrapper .carousel-page span {
  width: 8px;
  height: 4px;
  background: #ffffff;
  opacity: 0.5;
  border-radius: 2px;
  display: inline-block;
  margin-left: 5px;
  z-index: 9;
}
.container_left .co_sw-wrapper .carousel-page.swiper-pagination-clickable {
  background-color: #0E54D1;
  background: linear-gradient(to right, rgba(109, 80, 45, 0) 0%, rgba(109, 80, 45, 0.2) 100%);
}
.container_left .industry-activity {
  margin-bottom: 20px;
  width: 230px;
  background-color: white;
  padding: 0px 20px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #F2F2F2;
}
.container_left .industry-activity .title h2 {
  font-size: 18px;
  color: #333333;
  margin: 16px 0 0;
  line-height: 22px;
  padding-bottom: 18px;
  position: relative;
}
.container_left .industry-activity li {
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px #E4E4E4 dashed;
}
.container_left .industry-activity li:hover h3 {
  color: #1465B1 !important;
}
.container_left .industry-activity li div {
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 6px;
}
.container_left .industry-activity li div i {
  width: 8px;
  height: 4px;
  background: #FF5C00;
  float: left;
  margin-right: 10px;
  margin-top: 10px;
  display: inline-block;
}
.container_left .industry-activity li div h3 {
  font-size: 14px;
  font-weight: 300;
  color: #333;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container_left .industry-activity li:first-child {
  margin-bottom: 10px;
  border-bottom: 0;
  overflow: hidden;
}
.container_left .industry-activity li:first-child aside {
  float: left;
  width: 65px;
  height: 49px;
  overflow: hidden;
  border-radius: 4px;
}
.container_left .industry-activity li:first-child:hover h3 a {
  color: #1465B1 !important;
}
.container_left .industry-activity li:first-child div {
  line-height: 24px;
  margin-left: 75px;
  height: 50px;
}
.container_left .industry-activity li:first-child div h3 {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.container_left .industry-activity li:first-child div h3 a {
  font-size: 14px;
  color: #333;
}
.container_left .industry-activity li:last-child {
  border-bottom: 0;
}
.container_left .industry-activity .more_btn {
  width: 100%;
  height: 38px;
  background: #F7F7F7;
  margin: 3px auto 20px;
  font-size: 12px;
  color: #666666;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
}
.container_right {
  width: 930px;
  float: right;
  margin: 30px 0;
}
.container_right .advise-boll {
  width: 930px;
  height: 120px;
  overflow: hidden;
  background-color: white;
  margin-bottom: 30px;
  display: none;
  position: relative;
}
.container_right .advise-boll .swiper-container {
  width: 930px;
  height: 120px;
}
.container_right .advise-boll .swiper-wrapper .swiper-slide {
  max-height: 120px;
}
.container_right .advise-boll .swiper-wrapper .swiper-slide > p {
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  padding: 7px;
  line-height: 12px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
}
.container_right .advise-boll .swiper-wrapper .swiper-slide.swiper-slide-thumb-active > p {
  display: none!important;
}
.container_right .advise-boll .swiper-wrapper .swiper-slide.swiper-slide-thumb-active:before {
  content: '';
  position: absolute;
  top: -27px;
  width: 0;
  left: 60px;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 7px solid white;
}
.container_right .advise-boll .carousel-page {
  position: absolute;
  bottom: 0;
  width: auto;
  height: 24px;
  line-height: 20px;
  right: 0;
  background: -webkit-gradient(linear, 0 51%, 100% 50%, from(transparent), to(#c5c3c4));
  left: auto;
  text-align: right;
  z-index: 9;
  padding: 0 5px;
}
.container_right .advise-boll .carousel-page .swiper-active-switch {
  background-color: #1465B1;
}
.container_right .advise-boll .carousel-page span {
  width: 8px;
  height: 4px;
  opacity: 0.5;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 5px;
  z-index: 9;
}
.container_right .advise-boll .carousel-page span:focus {
  outline: 0;
}
.container_right .advise-boll .carousel-page span.swiper-pagination-bullet-active {
  width: 16px;
  height: 4px;
  background: #ffffff;
  opacity: 1;
}
.container_right .product-content .noData {
  position: inherit;
}
.container_right .product-content .desc {
  line-height: 18px;
  font-size: 12px;
  color: #666666;
  padding-bottom: 6px;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container_right .product-content > .header-content {
  display: none;
  height: 32px;
  background: #e2e2e2;
  background: rgba(226, 226, 226, 0.2);
  line-height: 32px;
  font-size: 14px;
  padding: 0 0 0 20px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #666666;
}
.container_right .product-content > .header-content i {
  font-size: 18px;
  margin: -3px 5px 0 5px;
  font-style: normal;
  font-weight: 500;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  font-family: "DIN-MEDIUM", "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
}
.container_right .product-content > .header-content .text {
  display: inline-block;
  float: left;
}
.container_right .product-content > .header-content .text span {
  color: #FF5C00;
}
.container_right .product-content > .header-content .turnThePage {
  margin: 0;
  float: right;
}
.container_right .product-content > .header-content .turnThePage a {
  margin-top: 0;
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.container_right .product-content > .header-content .turnThePage .pagination-ellipsis {
  margin-top: 0;
  margin-bottom: 0;
}
.container_right .product-content ul {
  display: flow-root;
  margin-bottom: 26px;
}
.container_right .product-content ul li {
  width: 450px;
  height: 120px;
  background: #FFFFFF;
  padding: 16px 10px 16px 0;
  float: left;
  margin-bottom: 14px;
  box-shadow: 6px 6px 12px 1px rgba(246, 250, 255, 0.9);
  -webkit-box-shadow: 6px 6px 12px 1px rgba(246, 250, 255, 0.9);
}
.container_right .product-content ul li:nth-child(odd) {
  margin-right: 30px;
}
.container_right .product-content ul li aside {
  width: 88px;
  height: 88px;
  float: left;
  position: relative;
  background: #FFFFFF;
  border-radius: 4px;
  overflow: hidden;
  margin-right: 12px;
  box-shadow: 0px 7px 12px -1px #f6faff;
  -webkit-box-shadow: 0px 7px 12px -1px #f6faff;
}
.container_right .product-content ul li aside a {
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.container_right .product-content ul li aside a img {
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.container_right .product-content ul li > div {
  max-width: 335px;
  min-height: 88px;
  overflow: hidden;
}
.container_right .product-content ul li > div h3 {
  line-height: 22px;
  font-size: 16px;
  padding: 6px 0;
  overflow: hidden;
  font-weight: 400;
}
.container_right .product-content ul li > div h3 a {
  display: inline-block;
  color: #333333;
  max-width: 335px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container_right .product-content ul li > div h3:hover a {
  color: #1465B1 !important;
}
.container_right .product-content ul li > div p:nth-of-type(1) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.container_right .product-content ul li > div p.title {
  height: 23px;
  line-height: 24px;
  margin: 10px 0 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.container_right .product-content ul li > div p.title a {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.container_right .product-content ul li > div .parameter {
  overflow: hidden;
  height: 45px;
}
.container_right .product-content ul li > div .parameter .group .itme {
  width: 160px;
  padding: 0 0 0 12px;
  float: left;
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 16px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  margin-bottom: 6px;
  position: relative;
}
.container_right .product-content ul li > div .parameter .group .itme:nth-of-type(1) {
  margin-right: 15px;
}
.container_right .product-content ul li > div .parameter .group .itme::after {
  content: '';
  width: 3px;
  height: 3px;
  background: #CFCFCF;
  position: absolute;
  top: 7px;
  left: 0;
}
.container_right .product-content ul li > div .parameter .group .itme span:nth-of-type(1) {
  float: left;
  display: inline-block;
}
.container_right .product-content ul li > div .parameter .group .itme span:nth-of-type(2) {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  display: flow-root;
}
.container_right .product-content ul li > div .parameter .group .itme i {
  float: left;
  margin: 0 3px 0 3px;
  font-style: normal;
  font-weight: 500;
}
.container_right .product-content ul li > div .parameter > table {
  width: 335px;
  border-collapse: collapse;
}
.container_right .product-content ul li > div .parameter > table td > div {
  margin-bottom: 0;
  padding: 2px;
}
.container_right .product-content ul li > div .parameter > table td > div span:nth-of-type(1) {
  color: #666666;
  width: 72px;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  text-align: right;
  float: left;
  font-size: 12px;
  overflow: hidden;
}
.container_right .product-content ul li > div .parameter > table td > div span:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 66px;
  line-height: 17px;
}
.container_right .product-content ul li > div .parameter > table td > div i {
  float: left;
  margin: 0 6px 0 8px;
  font-style: normal;
  font-weight: 500;
}
.container_right .product-content .pageBox {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px;
}
.container_right .product-content .pageBox .page-left {
  overflow: hidden;
  display: inline-block;
  float: left;
}
.container_right .product-content .pageBox .page-left a {
  margin-right: 12px;
}
.container_right .product-content .pageBox .page-right {
  overflow: hidden;
  display: inline-block;
  float: right;
}
.container_right .product-content .pageBox .page-right a {
  margin-left: 12px;
}
.container_right .product-content .pageBox .btn {
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
  padding: 0 20px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}
.container_right .product-content .pageBox .btn:hover {
  border: 1px solid #0e55d1;
  color: #0e55d1;
}
.container_right .product-content .pageBox .btn.no_btn {
  background: #EAEAEA;
  color: #999999;
  cursor: not-allowed;
}
.container_right .product-content .pageBox .btn.no_btn:hover {
  border: 1px solid #E7E7E7;
}
.container_right .product-content .bottom-expand {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.container_right .product-content .bottom-expand span {
  cursor: pointer;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* position: absolute; */
  display: inline-block;
  background: #e2e2e2;
  color: #666666;
  /* left: 44%; */
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px 5px 0px 0px;
}
.container_right .product-content .turnThePage {
  text-align: center;
}
.hide {
  display: none;
}
