body {
  font-size: 14px;
}

/*下拉菜单*/
.dropdown-toggle::after {
  /* display: none; */
}

.dropdown-toggle.link::after {
  display: inline-block;
}

.dropdown-menu {
  /* border-top: 3px solid #f57f1f; */
  top: 95%;
  /* position: relative; */
}

.dropdown-item {
  border-bottom: 1px solid #eee;
  font-size: 14px;
  padding: .5rem 0 .5rem .5rem;
  transition: all .2s;
}
.dropdown-item img {
width: 18px;
margin-right: 5px;
vertical-align: middle;
 transition: all .2s;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.dropdown-item:hover {
  position: relative;
  padding: 5px 10px;
  font-size: 20px;
}

.dropdown-item:hover img {
width: 30px;
} 

.dropdown-item:active {
  background: #ccc;
}
.seal-ul li{
position: relative;
}
.seal-ul li::before {
position: absolute;
left: -12px;
top: 10px;
  color: #ddd;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
  background-size: 100% 100%;
margin-top: -3px;
  vertical-align: middle;
}
/*
.dropdown-item::before {
  color: #ddd;
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
  background-size: 100% 100%;
  margin-right: 5px;
margin-top: -3px;
  vertical-align: middle;
}
.dropdown-item.huilang::before {
  width: 25px;
  height: 25px;
  background-image: url(../img/huilang.png) !important;
}
.dropdown-item.jingdong::before {
  width: 25px;
  height: 25px;
  background-image: url(../img/jingdong.png) !important;
}
.dropdown-item.tmall::before {
  width: 25px;
  height: 25px;
  background-image: url(../img/taobao.png) !important;
}
*/

.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/></svg>");
}

.carousel-control-next-icon {
  width: 50px;
  height: 50px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-chevron-right" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z"/></svg>');
}

/*before短线*/
.line-center::before {
  content: '';
  display: inline-block;
  width: 40px;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -20px;
}

.line-left::before {
  content: '';
  display: inline-block;
  width: 58px;
  height: 0;
  border-bottom: 3px solid #f57f1f;
  position: absolute;
  left: 0;
  bottom: -8px;
}

.arrow-center::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #333;
  position: absolute;
  left: 50%;
  bottom: -8px;
  margin-left: -8px;
}

.look-mark {
  left: 0;
  top: 0;
  background: rgba(10, 7, 7, 0.5);
  opacity: 0;
  transition: opacity .5s;
}

.office-list .bg-white:hover .look-mark {
  opacity: 1;
}

/*导航*/
li.dropdown:hover>.dropdown-menu {
  display: block;
}

.top-nav .navbar-light .navbar-nav,
.top-nav .navbar-light .navbar-nav .nav-link,
.top-nav .navbar-light .navbar-nav .active>.nav-link,
.top-nav .navbar-light .navbar-nav .nav-link.active,
.top-nav .navbar-light .navbar-nav .nav-link.show,
.top-nav .navbar-light .navbar-nav .show>.nav-link,
.top-nav .navbar-light .navbar-nav .nav-link.disabled {
  color: #fff;
}

.diamond {
  position: relative;
  background: url("../image/hexagon.svg");
  background-size: 100% 100%;
  min-height: 180px;
}

.navbar-nav .nav-link {
  padding: .5rem 1rem !important;
  font-size: 16px;
}

.index-banner .carousel-inner {
  height: calc(100vh - 80px) !important;
}

/*产品及服务页签*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background: #f57f1f;
}

.nav-pills .nav-link {
  border-radius: 0;
  padding: 1.2rem 2rem .8rem;
  font-size: .8rem;
  position: relative;
  color: #555;
}

.nav-pills .nav-link.active::after {
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -.15em;
  bottom: 0;
  content: "";
  border-bottom: .3em solid;
  border-right: .3em solid transparent;
  border-top: 0;
  border-left: .3em solid transparent;
}

/*产品及服务背景图*/
.index-product {
  background: #f5f5f5 url(../image/index-product-bg.jpg) no-repeat center top;
  background-size: 100%;

}

/*企业动态背景图*/
.index-news {
  background: #f5f5f5 url(../image/index-news-bg.jpg) no-repeat center top;
  background-size: 100%;
}

/*客户案例背景图*/
.index-custom {
  background: url(../image/index-custom-bg.jpg) no-repeat center top;
  background-size: auto 100%;
}

.index-start {
  background: #f5f5f5 url(../image/index-start-bg.jpg) no-repeat center top;
  /* background-size: 100%; */
}

.index-start h1 {
  font-size: 22px !important;
  color: #fff;
}

.index-product .row>div,
.index-news .row>div,
.index-case .row>div {
  position: relative;
  top: 0;
  transition: top .5s;
}

.index-product .row>div:hover,
.index-news .row>div:hover,
.index-case .row>div:hover {
  top: -10px;
}
.index-product .row .row>div:hover {
top: 0;
}
/*企业动态详情*/
.c-detail img{
margin-bottom: 30px;
max-width: 100%;
height: auto;
}

/*更多按钮*/
.more-button {
  display: inline-block;
  border: 1px solid #ccc;
  background: #fff;
  padding: 3px 30px;
  border-radius: 5px;
  color: #555;
}

.more-button::after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/></svg>");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin: -2px 0 0 3px;
}

/*轮播图底部按钮*/
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 14px;
  border: 1px solid #ccc;
  position: relative;
  opacity: 100;
}

.carousel-indicators li::before {
  position: absolute;
  left: 3px;
  top: 3px;
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #f57f1f;
  display: none;
}

.carousel-indicators li.active {
  border-color: #f57f1f;
}

.carousel-indicators li.active::before {
  display: block;
}

/*解决方案页签*/
.case-tabs a {
  border-bottom: 1px solid #ccc;
  color: #555;
}

.case-tabs .active {
  border-bottom: 3px solid #f57f1f;
  color: #f57f1f;
  font-weight: bold;
}

/*边框宽度*/
.title-border {
  border-width: 0 0 3px 0 !important;
}

/*文本字号*/
.title-size {
  font-size: 1.5rem;
}

.index-news .card-body {
  padding: 10px 10px 10px 80px;
}

.index-news .card-body .news-time {
  left: 10px;
  top: 10px;
  padding: 10px;
  background: #f57f1f;
  color: #fff;
}

.index-news .card-body .card-text {
  font-size: 12px;
  color: #999;
}

/*5等分*/
.col-lg-1-5 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    max-width: 20% !important;
    float: left !important;
  }
}

/*关于我们 内部导航*/
.about-tabs a {
  color: #555;
  padding: 1rem 1.5rem;
}

.about-tabs .active {
  border-bottom: 5px solid #f57f1f;
  color: #f57f1f;
  font-weight: bold;
}

.about-title {
  font-size: 1.5rem;
  position: relative;
}

.about-title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: inline-block;
  width: 56px;
  height: 0;
  border-bottom: 1px solid #f57f1f;
}

.about-title .small {
  font-size: .5em;
  margin-left: .5rem;
}

.about-title .about-more {
  display: inline-block;
  line-height: 36px;
  border-radius: 5px;
  font-size: 14px;
  border: 1px solid #ccc;
  color: #999;
  padding: 0 15px;
}

.about-company {
  background: #f4f4f4;
}

.about-history {
  background: #f4f4f4;
}

.about-history .row {
  background: #fff;
}

.about-history .year {
  color: #f57f1f;
  font-size: 36px;
  font-weight: bold;
}

.about-history .history li {
  position: relative;
  line-height: 30px;
  font-size: 14px;
}

.about-history .history li::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: -15px;
  top: 11px;
  width: 8px;
  height: 8px;
  background: #f57f1f;
  border-radius: 8px;
}

.about-year-check {
  top: -30px;
  right: 100px;
  background: #f57f1f;
  color: #fff;
  font-size: 16px;
  height: calc(100% + 60px);
  overflow: auto;
}

.about-year-check::-webkit-scrollbar {
  width: 8px;
}

.about-year-check::-webkit-scrollbar-track {
  background: #f57f1f;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.about-year-check::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  border-radius: 2em;
}

.about-year-check li {
  opacity: .5;
}

.about-year-check .active {
  font-size: 30px;
  opacity: 1;
}

.about-num {
  text-align: center;
}

.about-num span {
  font-size: 80px;
  position: relative;
  text-align: center;
}

.about-num span::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  font-size: 10px;
  width: 90px;
  margin-left: -45px;
  text-align: center;
  color: #999;
}

.about-num .span1::before {
  content: '\56fd\5bb6\53d1\660e\4e13\5229';
}

.about-num .span2::before {
  content: '\5b9e\7528\65b0\578b\4e13\5229';
}

.about-num .span3::before {
  content: '\5916\89c2\4e13\5229';
}

.about-num .span4 {
  color: #f57f1f;
}

.about-num .span4::before {
  content: '\8f6f\4ef6\8457\4f5c\6743';
}

.about-num span::after {
  position: absolute;
  right: -15px;
  top: 35px;
  content: '\9879';
  font-size: 10px;
  color: #999;
}

.about-qua {
  background: #f7f7f7;
}

.about-qua [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.about-qua .row {
  margin-left: 0;
  margin-right: 0;
}

.about-qua td {
  padding: 6px 15px;
}

.about-culture ul {
  background: #f57f1f;
  color: #fff;
  font-size: 12px;
}

.about-culture ul li {
  line-height: 28px;
}

@media only screen and (min-width: 990px) {
  .about-culture ul {
    left: -85px;
    top: 30px;
    margin-right: -30px;
  }

  .about-culture ul::after {
    content: 'CULTURE';
    display: inline-block;
    writing-mode: vertical-lr;
    color: #eee;
    position: absolute;
    right: -85px;
    top: 0;
    font-size: 66px;
  }
}

.history li {
  line-height: 30px;
}

.news {
  background: #f4f4f4;
}

.news .news-date {
  font-size: 30px;
  color: #f57f1f;
  position: relative;
  display: block;
}

.news .news-date::before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 1px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}

/*圆角 白底 1像素边框*/
.box-1-white-radius {
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}

.a-link {
  bottom: -36px;
  left: -1px;
  line-height: 36px;
  width: calc(100% + 2px);
}

.culture {
  background: #f4f4f4;
}

.culture-img {
  animation: circle linear 20s infinite;
  -webkit-animation: circle linear 20s infinite;
}

.culture .bg-warning {
  transition: opacity .3s;
  opacity: 0;
  top: -25px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: calc(100% + 50px);
}

#culture [class*="col-"] {
  padding: 1px;
}

#culture .row {
  margin-left: 0;
  margin-right: 0;
}

.seal-list [class*="col-"] {
  padding: 1px;
}

.seal-list .row {
  margin-left: 0;
  margin-right: 0;
}

.case-title::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  top: -12px;
  width: 46px;
  height: 10px;
  border: 0 solid #f57f1f;
  border-width: 5px 5px 0;
  margin-left: -23px;
}

.case-title::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 46px;
  height: 0;
  border-bottom: 5px solid #f57f1f;
  margin-left: -23px;
}

/*省略号*/
.ellipsis td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.big-img .close {
  position: absolute;
  top: 0;
  right: 20px;
  font-size: 50px;
}

.big-img img {
  height: 100%;
}

/*内页Banner*/
.banner-office{
background: url(../image/banner006.jpg) no-repeat top center;
background-size: auto 100%;
}

.banner-office-1{
background: url(../image/banner006-1.jpg) no-repeat top center;
background-size: 100% 100%;
}
.banner-custom{
background: url(../image/banner013.jpg) no-repeat top center;
background-size: auto 100%;
}

.banner-custom-1{
background: url(../image/banner013-1.jpg) no-repeat top center;
background-size: 100% 100%;
}
.banner-support{
background: url(../image/banner011.jpg) no-repeat top center;
background-size: auto 100%;
}
.banner-support-1{
background: url(../image/banner011-1.jpg) no-repeat top center;
background-size: 100% 100%;
}
.banner-seal{
background: url(../image/banner007.jpg) no-repeat top center;
background-size: auto 100%;
}
.banner-seal-1{
background: url(../image/banner007-1.jpg) no-repeat top center;
background-size:  100% 100%;
}
.banner-5g{
background: url(../image/banner009.jpg) no-repeat top center;
background-size: auto 100%;
}
.banner-5g-1{
background: url(../image/banner009-1.jpg) no-repeat top center;
background-size:  100% 100%;
}
.banner-cloud{
background: url(../image/banner008.jpg) no-repeat top center;
background-size: auto 100%;
}
.banner-cloud-1{
background: url(../image/banner008-1.jpg) no-repeat top center;
background-size:  100% 100%;
}
.banner-purchase{
background: url(../image/banner010.jpg) no-repeat top center;
background-size: auto 100%;
}
.banner-purchase-1{
background: url(../image/banner010-1.jpg) no-repeat top center;
background-size:  100% 100%;
}
.banner-common{
background: url(../image/banner005.jpg) no-repeat top center;
background-size: auto 100%;
}
.banner-common-1{
background: url(../image/banner005-1.jpg) no-repeat top center;
background-size:  100% 100%;
}
.banner-case{
background: url(../image/banner012.jpg) no-repeat top center;
background-size: auto 100%;
}
.banner-case-1{
background: url(../image/banner012-1.jpg) no-repeat top center;
background-size:  100% 100%;
}

.modal-dialog-scrollable .modal-content {
  /* overflow: scroll; */
}

.bg-orange {
  background: #f57f1f;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.footer {
  background: #3a3636;
  font-size: 12px !important;
}

.footer ul {
  border-right: 1px solid #aaa;
}

.footer li {
  line-height: 36px !important;
}



/*时间轴*/
/* -------------------------------- 

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 
  
  Main components 
  
  -------------------------------- */
header {
  height: 200px;
  line-height: 200px;
  text-align: center;
  background: #303e49;
}

header h1 {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 1170px) {
  header {
    height: 300px;
    line-height: 300px;
  }

  header h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#cd-timeline {
  position: relative;
}

#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  height: 100%;
  width: 1px;
  background: #ddd;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 3em;
  }

  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}

.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-block:first-child {
  margin-top: 0;
}

.cd-timeline-block:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }

  .cd-timeline-block:first-child {
    margin-top: 0;
  }

  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #f57f1f;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}

.cd-timeline-img.cd-location {
  background: #f0ca45;
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-img {
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -6px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }

  .cssanimations .cd-timeline-img.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}

@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.cd-timeline-content {
  position: relative;
  margin-left: 20px;
  background: #ffffff;
  border-radius: 0.25em;
  padding: 0 1em;
}

.cd-timeline-content li {
  line-height: 22px;
  margin-bottom: 10px;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}

.cd-timeline-content h2 {
  color: #303e49;
}

.cd-timeline-content .cd-date {
  padding: 0;
  opacity: .7;
  font-size: 36px;
  color: #f57f1f;
  font-weight: bold;
}

.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid #ffffff;
}

@media only screen and (min-width: 768px) {
  .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }

  .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 0 1.6em;
    width: 45%;
  }

  .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: #ffffff;
  }

  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: 0;
    font-size: 36px;
    color: #f57f1f;
    font-weight: bold;
    padding: 0 .8em;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #ffffff;
  }

  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }

  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }

  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
}

@media only screen and (min-width: 1170px) {

  /* inverse bounce effect on even content blocks */
  .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}

@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}

@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.self-tab {
  height: 60px;
  overflow: hidden;
}
.self-menu {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  overflow-x: scroll;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.self-menu::-webkit-scrollbar {
  display: none;
}

.self-menu span {
  display: inline-block;  
  cursor: pointer;
  line-height: 55px;
  padding: 0 25px;
font-size: 16px !important;
color: #555
}
.self-menu span.active {
  background: #f57f1f;
  color: #fff;
}
.smallpic-list {
padding: 15px 0;
}
.smallpic-list img {
border: 2px solid #ddd;
}
.smallpic-list img.active {
border-color: #f57f1f;
}
.product-detail img {
max-width: 100%;
}
.menu-line span{
  border-bottom: 1px solid #ccc;
  vertical-align:middle; 
color: #555 
}
.menu-line span.active {
  background: none;
  border-bottom: 5px solid #f57f1f;
  color: #f57f1f;
  font-weight: bold;
}
.menu-line a{
  display: inline-block;
  cursor: pointer;
  line-height: 55px;
  padding: 0 25px;
font-size: 16px !important;
color: #555
}
.menu-line a.active {
  background: none;
  border-bottom: 5px solid #f57f1f;
  color: #f57f1f;
  font-weight: bold;
}