@charset "utf-8";
/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.search-bar-cp {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 70px;
}
.search-bar-cp .l-hot-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.search-bar-cp .l-hot-item h4 {
  font-size: 16px;
  font-weight: bold;
}
.search-cp {
  width: 524px;
  height: 45px;
  border-radius: 20px;
  border: 1px solid #dcdcdc;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.search-cp input {
  flex: 0 0 1;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 20px;
  padding-left: 30px;
}
.search-cp .searchbtn {
  height: 100%;
  display: block;
  width: 140px;
  flex: 0 0 140px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #313131;
  position: relative;
}
.search-cp .searchbtn i {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.i-ban .swiper-slide {
  height: 600px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.i-ban .swiper-pagination {
  bottom: 70px;
}
.i-ban .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 66px;
  height: 5px;
  background: #ffffff;
  border-radius: 3px;
  opacity: 1;
  margin: 0 8px;
}
.i-ban .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.ban-doc {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.ban-switch {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  margin-top: 27px;
}
.ban-switch a {
  width: 257px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #ffffff;
  margin: 0 17px;
  position: relative;
  transition: all 0.2s linear;
}
.ban-switch a:hover {
  background-color: #313131;
  color: #fff;
}
.ban-switch a .jb {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 257px;
  height: 2px;
  background: url(../images/jb.png) no-repeat center center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.ban-pro-list {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin-top: 30px;
}
.ban-pro-list img {
  margin: 0 5px;
}
.index-product {
  background: url(../images/probg.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-pro-in {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.cate-list {
  width: 340px;
}
.cate-main-tit {
  width: 339px;
  height: 69px;
  background: #596a9e;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
  padding-left: 30px;
}
.cate-main-tit i {
  font-size: 28px;
}
.cate-main-tit h4 {
  font-size: 24px;
  font-weight: bold;
  padding-left: 24px;
}
.cate-ul {
  padding: 50px 20px 0 30px;
  background-color: #fff;
}
.cate-ul > li {
  margin-top: 30px;
}
.cate-ul > li > h3 {
  padding-bottom: 18px;
  border-bottom: 1px dashed #dcdcdc;
}
.cate-ul > li > h3 a {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.cate-ul > li > h3 a img {
  margin-right: 6px;
}
.cate-ul > li > h3 a h6 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}
.cate-ul > li > dl > dd {
  font-size: 16px;
  line-height: 40px;
  border-bottom: 1px dashed #dcdcdc;
}
.hot-pro-main {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  flex: 1;
  width: 100%;
  background-color: #fff;
}
.pro-item {
  width: 33.333%;
  border: 1px solid #e8e9ec;
}
.pro-item a {
  display: block;
}
.pro-item a img {
  margin: 15px 0;
}
.pro-item h6 {
 padding: 29px 20px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333;
  border-top: 1px solid #eeeeee;
}
.index-pro-in {
  background-color: #fff;
}
.index-about-news {
  margin-top: 65px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.i-about {
  width: 590px;
  border: 1px solid #eeeeee;
}
.i-about .global-edit {
  padding: 18px;
}
.global-edit {
  font-size: 16px;
  line-height: 2;
  color: #333;
}
.r-news {
  width: 590px;
 
  border: 1px solid #eeeeee;
}
.global-tit-cp {
  width: 100%;
  height: 50px;
  background: #eeeeee;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-left: 30px;
}
.global-tit-cp h5 {
  font-size: 18px;
  font-weight: bold;
}
.global-tit-cp h6 {
  font-size: 16px;
  color: #333;
  font-family: Gilroy;
  padding-left: 19px;
}
.r-news-list {
  padding: 0 32px;
}
.r-news-list .news-hasimg {
  display: block;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.r-news-list .news-hasimg img {
  width: 190px;
  height: 130px;
}
.r-news-list .news-hasimg .news-doc {
  padding-left: 22px;
}
.r-news-list .news-hasimg .news-doc h6 {
  height: 64px;
  overflow: hidden;
  font-weight: bold;
  margin-top: 10px;
}
.r-news-list .news-hasimg .news-doc .news-date {
  margin-top: 24px;
}
.news-date {
  font-size: 16px;
  color: #333;
  font-family: gilroy;
}
.global-news-item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}
.global-news-item:last-child {
  border-bottom: none;
}
.global-news-item .date-box {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  width: 56px;
  flex: 0 0 56px;
  align-items: flex-end;
}
.global-news-item .date-box h4 {
  font-family: gilroyBold;
  font-size: 18px;
}
.global-news-item .date-box h6 {
  margin-top: 16px;
}
.global-news-item .global-news-main {
  padding-left: 38px;
}
.global-news-item .global-news-main .global-news-tit {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}
.global-news-item .global-news-main .global-edit {
  height: 64px;
  color: #999;
}
