/*
---------------------------------------------
Index
---------------------------------------------
*/
#app #top .carousel-inner {
  position: relative;
}
#app #top .carousel-inner .carousel-item img {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: auto;
}
#app #top .icon {
  font-size: 50px;
  font-weight: bold;
  padding: 0 30px;
  color: rgba(255,255,255,0.64);
}
#app #top .icon img {
  opacity: 0.2;
  width: 40px;
  height: auto;
}
#app #top .icon img:hover {
  opacity: 1;
}
#app #top .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0 5px 5px 5px;
  background-color: #fff;
}
#app #top .carousel-control-next i,
#app #top .carousel-control-prev i {
  color: #4b7ac0 !important;
  font-size: 2.8em !important;
}
#app #search .search-box {
  padding: 10px 0;
  background-color: #f5f2f2;
}
#app #search .search-box .hot-search {
  display: block;
  font-size: 13px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app #search .search-box .input-group-btn .code {
  border-left: 0;
  border-radius: 0 0.25rem 0.25em 0;
  background-color: #0073c0;
}
#app #search .search-box .input-group-btn .code img {
  display: block;
  width: 24px;
  height: auto;
}
#app #product {
  padding: 60px 0;
}
#app #product .col-lg-4,
#app #product .col-md-4,
#app #product .col-sm-4 {
  height: 100%;
}
#app #product .left-container {
  height: 855px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  background-color: #f7f7f7;
  position: relative;
}
#app #product .left-container .top {
  width: 100%;
  height: auto;
  background: url("../images/home/fl_bg.jpg");
  background-size: 100% 100%;
  color: #fff;
  padding: 30px;
}
#app #product .left-container .top .title {
  font-size: 24px;
}
#app #product .left-container .top .english {
  font-size: 12px;
}
#app #product .left-container .center {
  padding-left: 52px;
  width: 100%;
  position: absolute;
  top: 150px;
}
#app #product .left-container .center ul li {
  font-size: 14px;
  padding: 10px 0;
  list-style: circle;
  cursor: pointer;
}
#app #product .left-container .center ul .active {
  color: #4a7dbc;
  font-weight: bold;
}
#app #product .left-container .concat-box {
  display: flex;
  flex-direction: column;
  border: 1px solid #4a7dbc;
  padding: 37px 15px;
  width: 100%;
  background-color: #fff;
}
#app #product .left-container .concat-box .label {
  padding-left: 55px;
  font-size: 12px;
  font-weight: bold;
}
#app #product .left-container .concat-box .concat {
  display: flex;
  align-items: center;
}
#app #product .left-container .concat-box .concat img {
  width: 50px;
  height: 50px;
}
#app #product .left-container .concat-box .concat ul {
  color: #4a7dbc;
  padding: 0 5px;
}
#app #product .left-container .concat-box .concat ul li {
  font-size: 14px;
  font-weight: bold;
}
#app #product .right-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
#app #product .right-container .top {
  height: auto;
  background-color: #f7f7f7;
  padding: 30px 40px;
  width: 100%;
}
#app #product .right-container .top .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#app #product .right-container .top .col-lg-3,
#app #product .right-container .top .col-md-4,
#app #product .right-container .top .col-sm-6,
#app #product .right-container .top .item {
  padding: 5px;
  cursor: pointer;
  width: 100%;
}
#app #product .right-container .top .img-box {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app #product .right-container .top .img-box img {
  display: block;
  vertical-align: middle;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 160px;
}
#app #product .right-container .top .img-box .mask {
  position: absolute;
  color: #fff;
  opacity: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 25%;
  background-color: rgba(101,101,101,0.6);
}
#app #product .right-container .top .img-box .mask .title {
  font-size: 12px;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 32%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
#app #product .right-container .top .img-box:hover {
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.12);
}
#app #product .right-container .top .img-box:hover .mask {
  opacity: 1;
}
#app #product .right-container .bottom {
  height: 165px;
  width: 100%;
  padding: 20px 0 0;
}
#app #product .right-container .bottom .swiper-container {
  width: 100%;
  height: 100%;
}
#app #product .right-container .bottom .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
/* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#app #product .right-container .bottom .swiper-slide .slide-item {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}
#app #product .right-container .bottom .swiper-slide .slide-item .img-box {
  padding: 10px 10px 0 10px;
  background-color: #fff;
  position: relative;
  width: 158px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#app #product .right-container .bottom .swiper-slide .slide-item .img-box img {
  display: block;
  vertical-align: middle;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 108px;
}
#app #product .right-container .bottom .swiper-slide .slide-item .name {
  width: 100%;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px 20px;
}
#app #news {
  padding-bottom: 40px;
}
#app #news .news-label {
  margin: 0 0 40px 0;
  border-bottom: 1px solid #dbdada;
}
#app #news .news-label .label {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 6px;
}
#app #news .news-label .line {
  width: 32px;
  height: 3px;
  background-color: #999;
}
#app #news .item {
  margin-bottom: 30px;
  min-height: 260px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#app #news .item .thumb {
  width: 100%;
  background-color: #f5f3f3;
}
#app #news .item .thumb img {
  width: 100%;
  height: auto;
  max-height: 150px;
  min-height: 150px;
  display: block;
  vertical-align: middle;
  object-fit: cover;
}
#app #news .item .thumb .content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-height: 150px;
  min-height: 150px;
}
#app #news .item .down-content {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
#app #news .item .down-content .name {
  padding: 10px 0;
}
#app #news .item .name {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app #news .item .desc {
  font-size: 14px;
  line-height: 24px;
  font-family: MicrosoftYaHei;
  color: #999;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#app #news .item .info {
  padding: 16px 0 16px 20px;
  height: 92px;
  display: block;
}
#app #news .item .info ul li {
  list-style: disc;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#app #news .item .info ul li:before {
  content: '●';
  color: #aaa8a8;
  padding-right: 5px;
}
#app #news .item .more {
  text-align: right;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #0a6dee;
  line-height: 24px;
  padding-top: 10px;
}
@media (max-width: 1200px) {
  #app #product .right-container .top .img-box {
    padding: 15px;
    width: 125px;
    height: 125px;
    max-height: 125px;
  }
  #app #product .right-container .bottom .swiper-slide .slide-item .img-box {
    padding: 15px 15px 0 15px;
    width: 135px;
  }
  #app #product .right-container .bottom .swiper-slide .slide-item .img-box img {
    max-height: 100px;
  }
  #app #news .item {
    min-height: 200px;
  }
  #app #news .item .info {
    padding: 7px 0 7px 12px;
    height: 82px;
  }
  #app #news .item .thumb img {
    max-height: 120px;
    min-height: 120px;
  }
  #app #news .item .down-content .name {
    padding: 5px 0;
  }
  #app #news .item .thumb .content {
    max-height: 120px;
    min-height: 120px;
    padding: 5px 10px;
  }
}
@media (max-width: 992px) {
  #app #top .carousel-indicators li {
    width: 12px;
    height: 12px;
  }
  #app #product {
    padding: 30px 0;
  }
  #app #product .left-container {
    height: 780px;
  }
  #app #product .left-container .center {
    top: 120px;
  }
}
@media (max-width: 767px) {
  .header-area .logo-box .left .logo img {
    display: block;
    width: 100px;
    height: auto !important;
  }
  .header-area .logo-box .left .company-name {
    display: none;
  }
  .header-area .logo-box .concat-box {
    display: none !important;
  }
  #app #top .carousel-inner {
    min-height: 200px;
  }
  #app #top .carousel-inner .carousel-item .row img {
    min-height: 200px;
  }
  #app #top .carousel-indicators li {
    width: 8px;
    height: 8px;
  }
  #app #top .icon {
    padding: 0 10px;
  }
  #app #top .icon img {
    width: 20px;
  }
  .nav-content .container .main-nav li a {
    font-size: 12px !important;
    height: 40px !important;
    font-weight: unset !important;
  }
  #app #product .right-container .top .item {
    max-height: none;
  }
  #app #product .right-container .top .img-box {
    height: 100%;
    width: 100%;
    max-height: none;
  }
  #app #product .right-container .bottom .swiper-slide .slide-item .img-box {
    width: 100%;
    height: 100%;
  }
  #app #product .right-container .bottom .swiper-slide .slide-item .img-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  #app #news .item .thumb img {
    width: 100%;
    height: auto;
    max-height: 150px;
    min-height: 150px;
  }
  #app #news .item .thumb .content {
    max-height: 150px;
    min-height: 150px;
  }
}
