/* object-fit */
.obj-cover {
  object-fit: cover;
  font-family:'object-fit: cover;';
}
.obj-contain {
  object-fit: contain;
  font-family:'object-fit: contain;';
}
.animate-4 {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.animate-6 {
  -webkit-transition: all .6s;
  -moz-transition: all .6s;
  -ms-transition: all .6s;
  -o-transition: all .6s;
  transition:all .6s;
}
.animate-10 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition:all 1s;
}

/* page */
.page-num a {
  display: inline-block;
  padding: 4px 12px;
  margin: 0 5px;
  border: 1px solid #aaa;
  font-size: 14px;
}
.page-num a.on,
.page-num a:hover {
  background-color: #2265a8;
  color: #fff!important;
  border-color: #2265a8;
}
@media (max-width: 767px) {
  .page-num a {
    padding: 2px 8px;
    margin: 0 3px;
    font-size: 12px;
  }
}

/* Banner指针 */
.carousel-control-prev > span.iconfont,
.carousel-control-next > span.iconfont {
  font-size: 40px;
  color: #eee;
}
@media (min-width: 576px) {
  .carousel {
    overflow: hidden;
  }
  .carousel-control-next,
  .carousel-control-prev {
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition:all .6s;
  }
  .carousel-control-prev {
    left: -15%;
  }
  .carousel-control-next {
    right: -15%;
  }
  .carousel:hover > .carousel-control-prev {
    left: 0;
  }
  .carousel:hover > .carousel-control-next {
    right: 0;
  }
  .carousel-control-prev > span.iconfont,
  .carousel-control-next > span.iconfont {
    font-size: 60px;
  }
}


/* INDEX-ITEM */
.index-item {
  padding: 100px 0;
}
.index-item .title.c-dark > h2 {
  color: #555;
}
.index-item .title.c-dark > p {
  color: #999;
}
.index-item.about-us .title > p {
  color: #ccc;
}
@media (max-width: 991px) {
  .index-item {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .index-item .title > h2 {
    font-size: 26px;
  }
  .index-item .title > p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .index-item {
    padding: 40px 0;
  }
}

/* new-product */
.index-item.new-product ul.newproduct-list > li {
  width: 23.5%;
  margin-right: 2%;
}
.index-item.new-product ul.newproduct-list > li.last {
  margin-right: 0;
}
.index-item.new-product ul.newproduct-list > li > .img-box {
  height: 260px;
  border: 1px solid #ccc;
  padding: 10px;
  overflow: hidden;
}
.index-item.new-product ul.newproduct-list > li > .img-box:hover img {
  transform: scale(1.1);
}
.index-item.new-product ul.newproduct-list > li > p {
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-item.new-product .more > a {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #0f4ea4;
}
.index-item.new-product .more > a:hover {
  background-color: #2d6abd;
}
@media (max-width: 1199px) {
  .index-item.new-product ul.newproduct-list > li > .img-box {
    height: 218.5px;
  }
}
@media (max-width: 991px) {
  .index-item.new-product ul.newproduct-list > li > .img-box {
    height: 162px;
  }
  .index-item.new-product ul.newproduct-list > li > p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .index-item.new-product ul.newproduct-list > li,
  .index-item.new-product ul.newproduct-list > li.last {
    width: 48%;
    margin-right: 4%;
  }
  .index-item.new-product ul.newproduct-list > li.last-sm {
    margin-right: 0;
  }
  .index-item.new-product ul.newproduct-list > li > .img-box {
    height: 245px;
  }
}
@media (max-width: 575px) {
  .index-item.new-product ul.newproduct-list > li {
    width: 100%!important;
    margin-right: 0!important;
  }
  .index-item.new-product ul.newproduct-list > li > .img-box {
    height: auto;
  }
}

/* about us */
.index-item.about-us {
  background: url(../images/about_bg.jpg) no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}
.index-item.about-us .desc > span {
  font-size: 15px;
  font-weight: bold;
  line-height: 28px;
}
.index-item.about-us ul.trait-list > li {
  width: 33.33333333%;
  padding: 30px 0;
  border-right: 1px solid #ccc;
  color: #fff;
}
.index-item.about-us ul.trait-list > li.last {
  border-right: none;
}
.index-item.about-us ul.trait-list > li > i.iconfont {
  display: inline-block;
  font-size: 70px;
}
.index-item.about-us ul.trait-list > li:hover > i.iconfont {
  transform: scale(-1,1);
}
.index-item.about-us ul.trait-list > li > p {
  font-size: 18px;
  font-weight: bold;
}
.index-item.about-us .more > a {
  color: #ccc!important;
  font-size: 18px;
  text-decoration: underline!important;
}
.index-item.about-us .more > a:hover {
  color: #fff!important;
}
@media (max-width: 767px) {
  .index-item.about-us ul.trait-list > li {
    padding: 15px 0;
  }
  .index-item.about-us ul.trait-list > li > i.iconfont {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .index-item.about-us ul.trait-list > li {
    padding: 10px 5px;
  }
  .index-item.about-us ul.trait-list > li > i.iconfont {
    font-size: 40px;
  }
  .index-item.about-us ul.trait-list > li > p {
    font-size: 16px;
  }
}

/* solution */
.index-item.solution {
  overflow-x: hidden;
}
.index-item.solution ul.solution-menu > li > a {
  padding: 8px 18px;
  border-radius: 3px;
  color: #555!important;
}
.index-item.solution ul.solution-menu > li > a.active {
  color: #fff!important;
  font-weight: bold;
  background-color: #0c4794;
}
.index-item.solution .solution-wrapper > ul.solution-list {
  position: relative;
  left: 0;
  white-space: nowrap;
}
.index-item.solution .solution-wrapper > ul.solution-list > li {
  margin: 0 25px;
}
.index-item.solution .solution-wrapper > ul.solution-list > li > .masking {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255,.7);
}
.index-item.solution .solution-wrapper > ul.solution-list > li > .text-box {
  opacity: 0;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 400px;
  padding: 35px;
  background-color: rgba(15, 78, 164, .9);
  white-space: normal;
}
.index-item.solution .solution-wrapper > ul.solution-list > li.active > .text-box {
  opacity: 1;
}
.index-item.solution .solution-wrapper > ul.solution-list > li > .text-box > p {
  color: #84b6fd;
  font-size: 12px;
  line-height: 21px;
}
.index-item.solution .solution-wrapper > ul.solution-list > li > .text-box > a {
  font-size: 14px;
  text-decoration: underline;
}
.index-item.solution .solution-wrapper > a.iconfont {
  position: absolute;
  height: 84px;
  line-height: 84px;
  width: 34px;
  top: 50%;
  margin-top: -42px;
  font-size: 18px;
  background-color: #fbac26;
}
.index-item.solution .solution-wrapper > a.iconfont:hover {
  background-color: #fbc626;
}
.index-item.solution .solution-wrapper > a.icon-toleft {
  left: -45px;
}
.index-item.solution .solution-wrapper > a.icon-toright {
  right: -45px;
}
@media (max-width: 991px) {
  .index-item.solution .solution-wrapper > ul.solution-list > li > .text-box {
    width: 450px;
  }
}
@media (max-width: 767px) {
  .index-item.solution ul.solution-menu {
    padding: 0 15px;
    text-align: left!important;
  }
  .index-item.solution ul.solution-menu > li {
    margin-bottom: 20px;
  }
  .index-item.solution .solution-wrapper > ul.solution-list > li {
    margin: 0 10px;
  }
  .index-item.solution .solution-wrapper > ul.solution-list > li > .text-box {
    max-height: 90%;
    width: 90%;
    left: 5%;
    bottom: 20px;
  }
  .index-item.solution .solution-wrapper > a.icon-toleft {
    left: -30px;
  }
  .index-item.solution .solution-wrapper > a.icon-toright {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .index-item.solution ul.solution-menu {
    text-align: center!important;
  }
  .index-item.solution ul.solution-menu > li > a {
    padding: 5px 12px;
    font-size: 14px;
  }
  .index-item.solution .solution-wrapper > ul.solution-list > li > .text-box {
    position: static;
    width: 100%;
    max-height: none;
  }
  .index-item.solution .solution-wrapper > a.icon-toleft {
    left: -5px;
  }
  .index-item.solution .solution-wrapper > a.icon-toright {
    right: -5px;
  }
}

/* success */
.index-item.success > .bg-box {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/success_bg.jpg) no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: -1;
}
.index-item.success .success-box {
  padding: 25px;
}
.index-item.success .success-box > .color-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  background-color: #fbac26;
  z-index: -1;
}
.index-item.success .success-box > ul.success-list > li {
  width: 26%;
  height: 240px;
  overflow: hidden;
}
.index-item.success .success-box > ul.success-list > li.title-1,
.index-item.success .success-box > ul.success-list > li.more {
  width: 22%;
}
.index-item.success .success-box > ul.success-list > li.title-1 {
  padding: 35px 0 0 30px;
}
.index-item.success .success-box > ul.success-list > li.title-1 > i {
  display: block;
  width: 40px;
  height: 3px;
  margin: 20px 0;
  background-color: #fff;
}
.index-item.success .success-box > ul.success-list > li.title-1 > span {
  font-size: 14px;
  color: #f6f7f8;
  font-weight: lighter;
}
.index-item.success .success-box > ul.success-list > li.more {
  background-color: #0f4ea4;
}
.index-item.success .success-box > ul.success-list > li.more > a {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 130px;
  height: 35px;
  margin-top: -17.5px;
  margin-left: -65px;
  line-height: 33px;
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
}
.index-item.success .success-box > ul.success-list > li:hover img {
  transform: scale(1.1);
}
.index-item.success .success-box > ul.success-list > li.more > a:hover {
  transform: rotateY(360deg);
}
@media (max-width: 1199px) {
  .index-item.success .success-box > ul.success-list > li {
    height: 200px;
  }
}
@media (max-width: 991px) {
  .index-item.success .success-box > .color-box {
    width: 100%;
    opacity: .8;
  }
  .index-item.success .success-box > ul.success-list > li {
    width: 50%;
  }
  .index-item.success .success-box > ul.success-list > li.first,
  .index-item.success .success-box > ul.success-list > li.last {
    width: 60%;
  }
  .index-item.success .success-box > ul.success-list > li.title-1,
  .index-item.success .success-box > ul.success-list > li.more {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .index-item.success .success-box > ul.success-list > li {
    height: 170px;
  }
}
@media (max-width: 575px) {
  .index-item.success .success-box {
    padding: 0;
  }
  .index-item.success .success-box > .color-box {
    opacity: 1;
  }
  .index-item.success .success-box > ul.success-list > li.title-1,
  .index-item.success .success-box > ul.success-list > li.more {
    width: 100%;
  }
  .index-item.success .success-box > ul.success-list > li.more {
    height: 100px;
  }
  .index-item.success .success-box > ul.success-list > li.first,
  .index-item.success .success-box > ul.success-list > li.last {
    width: 50%;
  }
}
@media (max-width: 470px) {
  .index-item.success .success-box > ul.success-list > li {
    height: 120px;
  }
  .index-item.success .success-box > ul.success-list > li.title-1 {
    padding: 20px;
  }
  .index-item.success .success-box > ul.success-list > li.title-1 > i {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

/* brand */
.index-item.brand ul.type > li > a {
  padding: 5px 20px;
  color: #555!important;
}
.index-item.brand ul.type > li > a.active {
  color: #fff!important;
  background-color: #0f4ea4;
}
.index-item.brand ul.news-list {
  display: none;
}
.index-item.brand ul.news-list > li.primary {
  width: 40%;
  padding: 30px;
  background-color: #f6f7f8;
}
.index-item.brand ul.news-list > li.primary > p.date {
  font-size: 22px;
  color: #999;
}
.index-item.brand ul.news-list > li.primary p.title {
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-item.brand ul.news-list > li.primary > p.desc {
  padding-left: 10px;
  color: #999;
  font-size: 12px;
  border-left: 1px solid #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-item.brand ul.news-list > li.primary > img {
  height: 210px;
}
.index-item.brand ul.news-list > li.primary > a.more {
  padding: 8px 30px;
  font-size: 14px;
  font-weight: bold;
  background-color: #0f4ea4;
}
.index-item.brand ul.news-list > li.primary > a.more:hover {
  background-color: #2d6abd;
}
.index-item.brand ul.news-list > li.secondary {
  width: 50%;
  padding: 32px 30px;
  border-top: 1px solid #999;
}
.index-item.brand ul.news-list > li.secondary.last {
  padding-bottom: 0;
}
.index-item.brand ul.news-list > li.secondary .title {
  position: relative;
}
.index-item.brand ul.news-list > li.secondary .title > p {
  color: #555;
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-item.brand ul.news-list > li.secondary .title > p::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -15px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #555;
}
.index-item.brand ul.news-list > li.secondary .title > span {
  width: 10%;
  color: #999;
}
.index-item.brand ul.news-list > li.secondary > .desc {
  position: relative;
}
.index-item.brand ul.news-list > li.secondary > .desc > p {
  width: 80%;
  color: #999;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-item.brand ul.news-list > li.secondary > .desc > i.iconfont {
  display: none;
  position: absolute;
  right: 15px;
  font-size: 35px;
}
.index-item.brand ul.news-list > li.secondary .title:hover > p,
.index-item.brand ul.news-list > li.secondary .title:hover > span {
  color: #0f4ea4!important;
}
.index-item.brand ul.news-list > li.secondary .title:hover > p::before {
  background-color: #0f4ea4;
}
@media (min-width: 576px) {
  .index-item.brand ul.news-list > li.secondary:hover > .desc > i.iconfont {
    display: inline;
  }
}
@media (max-width: 1199px) {
  .index-item.brand ul.news-list > li.primary {
    width: 45%;
  }
  .index-item.brand ul.news-list > li.primary > img {
    height: 200px;
  }
  .index-item.brand ul.news-list > li.secondary {
    padding: 30px 20px;
  }
  .index-item.brand ul.news-list > li.secondary .title > p,
  .index-item.brand ul.news-list > li.secondary > .desc > p {
    width: 70%;
  }
  .index-item.brand ul.news-list > li.secondary .title > span {
    width: 15%;
  }
  .index-item.brand ul.news-list > li.secondary > .desc > i.iconfont {
    right: 33px;
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .index-item.brand ul.news-list > li {
    width: 100%!important;
    padding: 25px!important;
  }
  .index-item.brand ul.news-list > li.primary > img {
    height: 400px;
  }
  .index-item.brand ul.news-list > li.secondary .title > p,
  .index-item.brand ul.news-list > li.secondary > .desc > p {
    width: 80%;
  }
  .index-item.brand ul.news-list > li.secondary .title > span {
    width: 8%;
  }
  .index-item.brand ul.news-list > li.secondary > .desc > i.iconfont {
    right: 20px;
  }
}
@media (max-width: 767px) {
  .index-item.brand ul.news-list > li.primary > img {
    height: 300px;
  }
  .index-item.brand ul.news-list > li.secondary .title > p,
  .index-item.brand ul.news-list > li.secondary > .desc > p {
    width: 75%;
  }
  .index-item.brand ul.news-list > li.secondary .title > p {
    margin-bottom: 10px;
  }
  .index-item.brand ul.news-list > li.secondary .title > span {
    width: 12%;
  }
  .index-item.brand ul.news-list > li.secondary > .desc > i.iconfont {
    right: 25px;
  }
}
@media (max-width: 575px) {
  .index-item.brand ul.type > li > a {
    padding: 5px 15px;
    font-size: 14px;
  }
  .index-item.brand ul.news-list > li.primary > img {
    height: auto;
  }
  .index-item.brand ul.news-list > li.secondary .title > p,
  .index-item.brand ul.news-list > li.secondary > .desc > p {
    width: 100%;
  }
  .index-item.brand ul.news-list > li.secondary .title > span,
  .index-item.brand ul.news-list > li.secondary > .desc > i.iconfont {
    display: none;
  }
}

/* col_menu */
nav.col-menu {
  height: 60px;
  line-height: 60px;
  background-color: #001433;
}
nav.col-menu span.active-bg {
  position: absolute;
  top: 0;
  width: 124px;
  height: 60px;
  background-color: #faab28;
  z-index: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition:all .3s;
}
nav.col-menu ul {
  position: relative;
  margin: 0 -15px;
  z-index: 10;
}
nav.col-menu ul > li > a {
  padding: 0 30px;
}
@media (max-width: 991px) {
  nav.col-menu ul > li > a {
    padding: 0 25px;
  }
}
@media (max-width: 767px) {
  nav.col-menu {
    display: none;
  }
}

/* public-content */
.public-content .content,
.contact-content .content,
.detail-content .content {
  line-height: 26px;
  letter-spacing: 1px;
  font-size: 14px;
  text-indent: 30px;
  color: #555!important;
}
.public-content .content *,
.detail-content .content * {
  max-width: 100%;
}
.contact-content .content,
.detail-content .content {
  text-indent: 0;
}
.detail-content img {
  height: auto!important;
}

/* 资质荣誉 */
ul.certify-list > li {
  padding: 10px;
  width: 25%;
}
ul.certify-list > li > a {
  display: block;
  overflow: hidden;
}
ul.certify-list > li > a > img {
  cursor: pointer;
  height: 300px;
}
ul.certify-list > li > p {
  height: 38px;
  line-height: 38px;
}
@media (max-width: 991px) {
  ul.certify-list > li {
    width: 33.3333333%;
  }
}
@media (max-width: 767px) {
  ul.certify-list > li {
    width: 50%;
    padding-bottom: 0!important;
    margin-bottom: 20px;
  }
  ul.certify-list > li > p {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  ul.certify-list > li {
    width: 100%;
    padding: 0!important;
  }
  ul.certify-list > li > a > img {
    height: auto;
  }
}

/* news */
ul.news-list > li {
  border-bottom: 1px dotted #999;
}
ul.news-list > li img {
  width: 250px;
  height: 150px;
  object-fit:cover;
}
ul.news-list > li > .news-desc {
  width: 775px;
}
ul.news-list > li > .news-desc > a.more {
  font-size: 14px;
  color: #999!important;
}
ul.news-list > li > .news-desc > p {
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
ul.news-list > li > .news-desc > a > h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.news-list > li:hover > .news-desc > a > h4 {
  color: #0f4ea4!important;
}
@media (max-width: 1199px) {
  ul.news-list > li img {
    width: 200px;
    height: 130px;
  }
  ul.news-list > li > .news-desc {
    width: 645px;
  }
  ul.news-list > li > .news-desc > p {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  ul.news-list > li img {
    width: 150px;
    height: 100px;
  }
  ul.news-list > li > .news-desc {
    width: 465px;
  }
  ul.news-list > li > .news-desc h4 {
    font-size: 18px;
  }
  ul.news-list > li > .news-desc > p {
    font-size: 14px;
  }
  ul.news-list > li > .news-desc > a.more {
    display: none;
  }
}
@media (max-width: 767px) {
  ul.news-list {
    padding-top: 5px!important;
  }
  ul.news-list > li img {
    display: none;
  }
  ul.news-list > li > .news-desc {
    width: 100%;
  }
}


/* case */
.case-content ul.case-list > li {
  width: 32%;
  height: 280px;
  margin-right: 2%;
  margin-bottom: 20px;
  cursor: pointer;
  overflow: hidden;
}
.case-content ul.case-list > li.last {
  margin-right: 0;
}
.case-content ul.case-list > li > .masking {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: rgba(0,0,0,.7);
}
.case-content ul.case-list > li > .masking > a > span {
  display: inline-block;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-weight: bold;
  background-color: rgba(0,0,0,.5);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.case-content ul.case-list > li:hover > .masking {
  top: 0;
}
.case-content ul.case-list > li:hover > .masking > a > span {
  top: 50%;
}
@media (max-width: 1199px) {
  .case-content ul.case-list > li {
    height: 240px;
  }
}
@media (max-width: 991px) {
  .case-content ul.case-list > li,
  .case-content ul.case-list > li.last {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .case-content ul.case-list > li.last-sm {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .case-content ul.case-list > li {
    height: 200px;
    margin-bottom: 20px!important;
  }
}
@media (max-width: 575px) {
  .case-content ul.case-list > li {
    width: 100%!important;
    height: auto!important;
  }
}


/* products */
.products ul.menu-first {
  width: 20%;
  padding: 0 5px;
  padding-bottom: 5px;
  color: #0f4ea4;
  background-color: #126bc4;
}
.products ul.menu-first > li {
  /* padding: 10px 0; */
  border-bottom: 1px dotted #0f4ea4;
  background-color: #fff;
}
.products ul.menu-first > li > i.icon-down {
  font-size: 20px;
  right: 20px;
  top: 8px;
}
.products ul.menu-first > li.active > i.icon-down {
  transform: rotate(90deg);
}
.products ul.menu-first > li > a {
  padding: 10px 0;
  padding-left: 20px;
  color: #555!important;
  background-color: #ebeff9;
}
.products ul.menu-first > li.active > a {
  background-color: #2a99fc;
  color: #fff!important;
}
.products ul.menu-first > li > a::before,
.products ul.menu-first > li > ul.menu-secondary > li > a::before {
  display: inline-block;
}
.products ul.menu-first > li.active > a::before,
.products ul.menu-first > li > ul.menu-secondary > li.active > a::before {
  transform: rotate(90deg);
}
.products ul.menu-first > li > ul.menu-secondary {
  /* display: none; */
  height: 0;
  padding-left: 15px;
  font-size: 14px;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.products ul.menu-first > li.active > ul.menu-secondary {
  margin-bottom: 10px!important;
}
.products ul.menu-first > li > ul.menu-secondary > li {
  /* padding-left: 10px; */
  margin-top: 10px;
  /* border-left: 1px solid #ccc; */
}
.products ul.menu-first > li > ul.menu-secondary > li > a {
  color: #2a99fc!important;
}
.products ul.menu-first > li > ul.menu-secondary > li.active > a {
  font-weight: bold;
}
.products ul.menu-first > li > ul.menu-secondary > li > ul.menu-third {
  height: 0;
  overflow: hidden;
  padding-left: 10px;
  color: #999;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
  transition:all .4s;
}
.products ul.menu-first > li > ul.menu-secondary > li > ul.menu-third > li {
  margin-top: 5px;
  padding-left: 5px;
  /* border-left: 1px solid #ccc; */
}
.products ul.menu-first > li > ul.menu-secondary > li > ul.menu-third > li.active {
  color: #2a99fc;
}
.products ul.products-list > li {
  width: 32%;
  height: 266px;
  margin-right: 2%;
  margin-bottom: 15px;
  border: 1px solid #ddd;
}
.products ul.products-list > li.last {
  margin-right: 0;
}
.products ul.products-list > li > .img-box {
  /* padding: 15px; */
}
.products ul.products-list > li > span {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  line-height: 35px;
  background-color: rgba(0,0,0,.4);
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .products ul.products-list > li {
    height: 220px;
  }
}
@media (max-width: 991px) {
  .products ul.menu-first {
    width: 100%;
    margin-bottom: 20px!important;
  }
  .products .right {
    width: 100%!important;
  }
}
@media (max-width: 767px) {
  .products ul.products-list > li,
  .products ul.products-list > li.last {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
    height: 243px;
  }
  .products ul.products-list > li.last-sm {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .products ul.products-list > li {
    width: 100%!important;
    height: auto!important;
    margin-right: 0!important;
  }
}

/* detail */
.product-d > .right > .pic-show > .img-box {
  height: 416px;
  /* padding: 15px; */
  border: 1px solid #ccc;
}
.product-d > .right > .pic-show > .all-box > ul.img-mini {
  width: 95%;
  margin-left: 2.5%;
  margin-top: 15px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.product-d > .right > .pic-show > .all-box > ul.img-mini > li {
  width: 23.5%;
  height: 91px;
  margin-right: 2%;
  border: 1px solid #eee;
  opacity: .5;
  cursor: pointer;
}
.product-d > .right > .pic-show > .all-box > ul.img-mini > li.active {
  opacity: 1;
}
.product-d > .right > .pic-show > .all-box > a.iconfont {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  line-height: 30px;
  border-radius: 50%;
  background-color: #faab28;
}
.product-d > .right > .pic-show > .all-box > a.iconfont.control-prev {
  left: -25px;
}
.product-d > .right > .pic-show > .all-box > a.iconfont.control-next {
  right: -25px;
}
.product-d > .right > .text-box {
  padding: 30px;
}
.product-d > .right > .text-box > p {
  font-size: 14px;
  color: #555;
  /* text-indent: 30px; */
  letter-spacing: 1px;
}
.product-d > .right > .detail {
  margin-top: 30px;
}
.product-d > .right > .detail > span.title {
  padding: 5px 15px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 18px;
  color: #fff;
  background-color: #0f4ea4;
}
.product-d > .right > .detail > .detail-content {
  font-size: 15px;
}
.product-d > .right > .detail > .detail-content * {
  max-width: 100%;
}
@media (max-width: 1199px) {
  .product-d > .right > .pic-show > .img-box {
    height: 349px;
  }
  .product-d > .right > .pic-show > .all-box > ul.img-mini > li {
    height: 78px;
  }
}
@media (max-width: 767px) {
  .product-d > .right > .pic-show,
  .product-d > .right > .text-box {
    float: none!important;
    width: 100%!important;
  }
  .product-d > .right > .text-box {
    padding: 0;
    margin-top: 20px;
  }
  .product-d > .right > .pic-show > .img-box {
    height: 510px;
  }
  .product-d > .right > .pic-show > .all-box > ul.img-mini > li {
    height: 112px;
  }
}
@media (max-width: 575px) {
  .product-d > .right > .pic-show > .img-box {
    height: auto;
  }
  .product-d > .right > .pic-show > .all-box > ul.img-mini > li {
    height: auto;
  }
  .product-d > .right > .pic-show > .all-box > ul.img-mini {
    width: 90%;
    margin-left: 5%;
  }
  .product-d > .right > .pic-show > .all-box > a.iconfont.control-prev {
    left: -15px;
  }
  .product-d > .right > .pic-show > .all-box > a.iconfont.control-next {
    right: -15px;
  }
  .product-d > .right > .detail {
    margin-top: 15px;
  }
}



/* menu */
.menu-top {
  padding: 15px 0;
  background-color: #126bc4;
}
.menu-top > .title {
  color: #fff;
  font-size: 24px;
}
.menu-top > span {
  color: #eee;
}
