@charset "UTF-8";
/*改变了颜色和加粗的样式*/
.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

/*改变了颜色和加粗的样式*/
.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l4.2%2C4.2L8.4%2C22l17.8%2C17.8L22%2C44L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.head {
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.head .logo {
  display: flex;
  align-items: center;
  color: #252729;
}
.head .logo h1 {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 0 20px;
}
.head .lines {
  display: flex;
  align-items: center;
}
.head .lines .lines-ls {
  display: flex;
  align-items: center;
  color: #252729;
}
.head .lines .lines-ls img {
  display: block;
  margin-right: 10px;
}
.head .lines .lines-ls:first-child {
  margin-right: 110px;
}

.nav {
  height: 76px;
  background-color: #f27327;
}

.nav-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav-box .changelg {
  display: flex;
  align-items: center;
  color: #fff;
  height: 70px;
  cursor: pointer;
}
.nav-box .changelg img.ima {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.nav-box .changelg span {
  font-size: 16px;
  display: block;
  padding-right: 5px;
}
.nav-box .dropdown-item {
  display: flex;
  align-items: center;
}
.nav-box .qiimg {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 10px;
}
.nav-box .list ul {
  display: flex;
}
.nav-box .list ul li {
  width: 140px;
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.nav-box .list ul li a {
  color: #fff;
}
.nav-box .list ul li a:hover {
  text-decoration: underline;
}
.nav-box .category {
  width: 230px;
}
.nav-box .category h2 {
  font-size: 18px;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
}
.nav-box .category h2 i {
  margin-left: 10px;
  font-size: 28px; /*transform:rotate(-90deg);*/
}
.nav-box .category:hover h2 i {
  transform: rotate(-90deg);
}

.category:hover .downa {
  display: block;
}

.downa {
  position: absolute;
  display: none;
  z-index: 9999;
  padding-top: 24px;
  left: 0;
  right: 0;
}
.downa .boxx {
  background-color: rgba(255, 255, 255, 0.9);
}
.downa .downa-box {
  padding: 0 0;
}
.downa .list1 {
  width: 300px;
}
.downa .list1 li {
  height: 80px;
  display: flex;
  align-items: center;
  border-top: 1px solid #ddd;
  justify-content: space-between;
}
.downa .list1 li img {
  display: block;
  width: 60px;
  margin-right: 10px;
}
.downa .list1 li a {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
}
.downa .list1 li:hover .list2 {
  display: block;
}
.downa .list1 li:first-child {
  border-top: 0;
}
.downa .list2 {
  width: 300px;
  position: absolute;
  margin-left: 300px;
  display: none;
  height: 100%;
  top: 24px;
}

.myi {
  position: relative;
}
.myi .swiper-container {
  z-index: 0;
}

.incategory {
  margin-top: -60px;
  z-index: 1;
}
.incategory .category-ls {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  height: 365px;
}
.incategory .category-ls h2 {
  margin: 0;
  padding: 15px 0 20px 0;
  font-size: 22px;
  font-weight: bold;
}
.incategory .category-ls p {
  font-size: 13px;
  color: #999;
  text-align: center;
  white-space: nowrap;
  padding: 0 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.incategory .category-ls .view {
  display: none;
  width: 135px;
  height: 40px;
  background-color: #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  color: var(--web-main-color);
  margin-top: 20px;
}
.incategory .category-ls:hover {
  background-color: var(--web-main-color);
}
.incategory .category-ls:hover h2 {
  color: #fff;
}
.incategory .category-ls:hover p {
  color: #fff;
}
.incategory .category-ls:hover .view {
  display: block;
}
.iabout {
  background-color: #fff;
  background-image: url("../images/b_02.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  padding: 140px 0 170px 0;
}

.iabout-cont {
  display: flex;
  justify-content: space-between;
}
.iabout-cont .about {
  padding-left: 15px;
}
.iabout-cont .about .content h2 {
  font-size: 50px;
  font-weight: bold;
  color: #f27327;
  text-transform: uppercase;
}
.iabout-cont .about .content h1 {
  font-size: 38px;
  font-weight: bold;
  color: #252729;
  text-transform: capitalize;
}
.iabout-cont .about .content p {
  font-size: 16px;
  color: #999;
  padding-top: 35px;
}
.iabout-cont .nums {
  display: flex;
  padding: 50px 0;
}
.iabout-cont .nums .a {
  display: flex;
  align-items: center;
  color: #252729;
}
.iabout-cont .nums .a .value {
  font-size: 48px;
  font-weight: bold;
  padding-right: 15px;
}
.iabout-cont .nums .a .label {
  font-size: 16px;
  font-weight: bold;
}
.iabout-cont .nums .a:first-child {
  margin-right: 70px;
}
.iabout-cont .more {
  display: block;
  width: 175px;
  height: 50px;
  border-radius: 15px;
  background-color: var(--web-main-color);
  line-height: 50px;
  text-align: center;
  color: #fff;
  text-transform: capitalize;
}

.iproduct .iproduct-cont {
  background-color: #f5f5f5;
  padding-top: 110px;
  padding-bottom: 270px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.iproduct .iproduct-cont .left h1 {
  font-size: 50px;
  font-weight: bold;
  color: var(--web-main-color);
  text-transform: uppercase;
}
.iproduct .iproduct-cont .left p {
  font-size: 38px;
  font-weight: bold;
  color: #252729;
}
.iproduct .iproduct-cont .viewmore {
  font-size: 18px;
  font-weight: bold;
  color: #252729;
}
.iproduct .iproduct-cont .viewmore:hover {
  color: var(--web-main-color);
}

.goods-box {
  margin-top: -200px;
}
.goods-box .goods {
  height: 455px;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.goods-box .goods img {
  display: block;
  width: 274px;
  height: 263px;
  margin-bottom: 20px;
}
.goods-box .goods h3 {
  font-size: 20px;
  color: #333;    height: 50px;
  overflow: hidden;
  padding: 0 25px;text-overflow: ellipsis;
}
.goods-box .goods h2 {
  font-size: 16px;
  color: #666;
}
.goods-box .swiper-pagination-goods {
  top: unset !important;
  left: unset !important;
  width: 1000px !important;
  height: 5px;
}
.goods-box .forsx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}
.goods-box .forsx .ffl {
  height: 5px;
  width: 1000px;
}
.goods-box .forsx .icona {
  width: 65px;
  height: 65px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--web-main-color);
  font-size: 40px;
  cursor: pointer;
}
.goods-box .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--web-main-color);
  border-radius: 2.5px;
}

.iproduct .swiper-paginationx {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.iproduct .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: var(--web-main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.iproduct .swiper-pagination-bullet:before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.iproduct .swiper-pagination-bullet-active {
  background: var(--web-main-color);
}
.iproduct .swiper-pagination-bullet-active:before {
  background-color: var(--web-main-color);
}

.inews {
  padding: 90px 0 50px;
}
.inews .swiper-pagination {
  position: unset !important;
}
.inews .swiper-paginationx {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.inews .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: var(--web-main-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.inews .swiper-pagination-bullet:before {
  content: " ";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
}
.inews .swiper-pagination-bullet-active {
  background: var(--web-main-color);
}
.inews .swiper-pagination-bullet-active:before {
  background-color: var(--web-main-color);
}
.inews .top {
  text-align: center;
  padding-bottom: 85px;
}
.inews .top h1 {
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--web-main-color);
}
.inews .top p {
  font-size: 38px;
  font-weight: bold;
  color: #252729;
}
.inews .list .news-list {
  display: block;
}
.inews .list .news-list .info {
  padding: 30px 20px 50px;
  border: 1px solid #e5e5e5;
  border-top: 0;
}
.inews .list .news-list h2 {
  color: #252729;
  font-size: 18px;
  font-weight: bold;
}
.inews .list .news-list p {
  font-size: 14px;
  color: #999;
  height: 80px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.inews .list .news-list span {
  color: #252729;
  padding-top: 20px;
  display: block;
  text-transform: capitalize;
}
.inews .list .news-list:hover {
  background-color: var(--web-main-color);
}
.inews .list .news-list:hover h2 {
  color: #fff;
}
.inews .list .news-list:hover p {
  color: #fff;
}
.inews .list .news-list:hover span {
  color: #fff;
}

.ordermain {
  background-color: #252729;
  border-bottom: 2px solid #323436;
}
.ordermain .ordermailbox {
  display: flex;
  justify-content: space-between;
  height: 200px;
  align-items: center;
}
.ordermain .ordermailbox .left {
  font-size: 38px;
  font-weight: bold;
  color: #fff;
}
.ordermain .ordermailbox .right {
  height: 65px;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  width: 595px;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
}
.ordermain .ordermailbox .right input {
  display: block;
  border: 0;
  background-color: unset;
  padding-left: 30px;
  font-size: 18px;
  color: #fff;
}
.ordermain .ordermailbox .right .oremailbutton {
  border: 0;
  height: 100%;
  width: 175px;
  background-color: var(--web-main-color);
  font-size: 16px;
  color: #fff;
}

.bottomguide {
  background-color: #252729;
  color: #fff;
  padding: 100px 0 140px;
}
.bottomguide a {
  color: #fff;
}
.bottomguide a:hover {
  color: var(--web-main-color);
}
.bottomguide .bottomguidebox .title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.bottomguide .bottomguidebox ul {
  padding-top: 10px;
}
.bottomguide .bottomguidebox ul li {
  height: 45px;
  line-height: 45px;
  font-size: 16px;
}
.bottomguide .address {
  padding: 30px 0;
  font-size: 16px;
}
.bottomguide .ls {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.bottomguide .ls .icon {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.bottomguide .ls .icon img {
  display: block;
}
.bottomguide .ls:first-child {
  margin-bottom: 20px;
}

.copyinfo {
  background-color: #1f1f1f;
}
.copyinfo .copyinfobox {
  font-size: 16px;
  color: #fff;
  height: 70px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.copyinfo .copyinfobox .followus {
  display: flex;
  align-items: center;
}
.copyinfo .copyinfobox .followus img {
  display: flex;
  margin-left: 8px;
}
.copyinfo .copyinfobox a {
  color: #fff;
}
.copyinfo .copyinfobox a:hover {
  color: var(--web-main-color);
}

/*# sourceMappingURL=index.css.map */
