body {
  background: #fff;
}
a {
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.flex-row {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
/*5等分媒体查询样式begin*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1-5 {
  width: 20%;
  float: left;
}
.col-xs-4-5 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 768px) {
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
/*5等分媒体查询样式end*/
.header {
  position: fixed;
  height: 100px;
  line-height: 100px;
  width: 100%;
  background: #fff;
  z-index: 10;
  top: 0;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}
.header .container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .logo {
  flex: 1;
}
.header .header-right {
  flex: 1;
}
.header .header-right .search {
  float: right;
  background: url(../images/bg-search.png) no-repeat;
  width: 28px;
  height: 28px;
}
.header-fixed {
  margin-top: 100px;
}
.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 310px;
  background: #fff;
  z-index: 100;
}
.menu .tit {
  height: 100px;
  text-align: center;
  line-height: 100px;
}
.menu .tit a {
  padding-left: 35px;
  font-size: 18px;
  background: url("../images/bg-menu.png") left no-repeat;
  color: #000;
  text-decoration: none;
}
.menu .tit .closeMenu {
  display: none;
}
.menu .content {
  display: none;
  padding-bottom: 300px;
  background: url("../images/bg-dog.png") #fff center bottom no-repeat;
  background-size: 50%;
}
.menu .menu-list ul {
  text-align: center;
}
.menu .menu-list ul li {
  padding: 20px 0;
  font-size: 18px;
}
.menu .menu-list ul li a {
  color: #000;
}
.menu .menu-list ul li a:hover {
  color: #000;
}
.menu .menu-list ul li :hover,
.menu .menu-list ul li a.active {
  border-bottom: 3px solid #040404;
}
.menu .contact {
  padding: 50px 0 50px;
  text-align: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}
.menu .contact a {
  display: block;
  font-size: 16px;
  padding-left: 25px;
  color: #000;
}
.menu .contact .us {
  padding-bottom: 10px;
  background: url("../images/bg-tel.png") no-repeat;
}
.menu .contact .partner {
  background: url("../images/bg-partner.png") no-repeat;
}
.slideshow {
  position: relative;
}
.slideshow .slider {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.slideshow .slides {
  height: 100%;
  /* max-height:530px; */
  overflow: hidden;
  *zoom: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  margin: 0;
  padding: 0;
  border: 0;
}
.slideshow .slide {
  position: relative;
  height: 100%;
  float: left;
  clear: none;
  margin: 0;
  padding: 0;
  border: 0;
  list-style-image: none;
  list-style-type: none;
}
.slideshow .slide img {
  width: 100%;
}
.slideshow .slider__arrows {
  display: none;
}
.slideshow .slider__nav {
  position: absolute;
  bottom: 5%;
}
.slideshow .slider__nav-item {
  width: 20px;
  height: 5px;
  float: left;
  clear: none;
  display: block;
  margin: 0 5px;
  background: #c6c6c6;
  border-radius: 5px;
}
.slideshow .slider__nav-item:hover {
  background: #ff690091;
}
.slideshow .slider__nav-item--current {
  background: #ff690091;
}
.slideshow .slider-box {
  position: relative;
}
.slideshow .slider-content {
  position: absolute;
  top: 13%;
  left: 20%;
  z-index: 100;
  color: #000;
}
.slideshow .slider-content h1 {
  font-size: 50px;
}
.slideshow .slider-content .en {
  font-size: 25px;
}
.slideshow .slider-content .slide-btn {
  margin-top: 25px;
}
.slideshow .slider-content .slide-btn a {
  height: 44px;
  line-height: 44px;
  margin: 0 5px;
  color: #fff;
  border-radius: 0;
  font-size: 18px;
  padding: 0px 30px;
  background: #1866d6;
}
.section-title {
  margin-top: 50px;
  font-size: 32px;
  color: #393636;
  text-align: center;
  font-weight: 500;
}
.feature .title {
  margin: 87px 0 100px;
  font-size: 34px;
  color: #000;
  text-align: center;
  font-weight: 500;
}
.feature .box {
  padding-bottom: 120px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.feature .box .item {
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.feature .box .item .tit {
  padding: 15px 0 5px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.feature .box .item .num {
  font-size: 28px;
  color: #ff6200;
  font-weight: bold;
  letter-spacing: 2px;
}
.brand {
  padding-bottom: 80px;
  background: url(../images/bg-brand.png) 0 40px no-repeat;
  text-align: center;
  color: #000;
}
.brand h1 {
  margin-top: 32px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 3px;
}
.brand h2 {
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}
.brand .item {
  padding-top: 20px;
}
.brand .item p {
  line-height: 30px;
  font-size: 18px;
  color: #7f7f7f;
}
.brand h3 {
  margin-top: 25px;
  margin-bottom: 32px;
  font-size: 36px;
  color: #fa6500;
  font-weight: bold;
}
.brand h4 {
  font-size: 26px;
  font-weight: bold;
}
.footer {
  padding: 50px 0 0;
}
.footer .container {
  padding-bottom: 50px;
  border-top: 2px solid #e4e4e4;
}
.footer .foot-logo {
  padding-top: 40px;
}
.footer .foot-links {
  display: flex;
  padding: 30px 0 25px;
}
.footer .foot-links a {
  position: relative;
  display: block;
  margin-right: 15px;
  width: 46px;
  height: 46px;
  background: url(../images/bg-foot.png) no-repeat;
}
.footer .foot-links a.xiaohong {
  background-position: 0 0px;
}
.footer .foot-links a.weibo {
  background-position: -59px 0;
}
.footer .foot-links a.douyin {
  background-position: -118px 0;
}
.footer .foot-links a.weixin {
  background: url(../images/bg-weixin.png) no-repeat;
}
.footer .foot-links .qrcode {
  position: absolute;
  bottom: 50px;
  visibility: hidden;
  opacity: 0;
  left: -45px;
  padding: 10px;
  color: #000;
  background: #fff;
  border: 1px solid #ccc;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.footer .foot-links .qrcode img {
  width: 120px;
  height: 120px;
}
.footer .foot-links .qrcode span {
  padding-top: 5px;
  display: block;
}
.footer .foot-links a:hover .qrcode {
  visibility: visible;
  opacity: 1;
}
.footer .foot-contact {
  color: #060606;
  font-size: 16px;
}
.footer .foot-contact .slipt {
  padding: 0 10px;
}
.footer .copyright {
  display: flex;
  background: #fff;
  padding: 10px 0;
  text-align: center;
  align-items: center;
  font-size: 16px;
}
.footer .copyright p {
  margin: 0;
}
.footer .copyright a {
  margin-left: 30px;
  color: #333;
}
.footer .copyright a:hover {
  color: #333;
}
.banner {
  height: 650px;
  background-size: cover;
}
.about-pg h1.title {
  margin-top: 32px;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 3px;
}
.about-pg h2.sub-title {
  font-size: 36px;
  letter-spacing: 2px;
}
.about-pg .about-info {
  padding: 80px 0;
  background: url(../images/bg-brand.png) 0 100px no-repeat;
  text-align: center;
  color: #000;
}
.about-pg .about-info .desc {
  margin: 40px 0 40px;
  font-size: 26px;
}
.about-pg .about-info .desc span {
  color: #ff7300;
}
.about-pg .about-info .memo {
  font-size: 18px;
  color: #838383;
}
.about-pg .about-info .item {
  padding-top: 20px;
}
.about-pg .about-info .item p {
  line-height: 30px;
  font-size: 18px;
  color: #7f7f7f;
}
.about-pg .about-info h3 {
  margin-top: 25px;
  margin-bottom: 32px;
  font-size: 36px;
  color: #fa6500;
  font-weight: bold;
}
.about-pg .about-info h4 {
  font-size: 26px;
  font-weight: bold;
}
.about-pg .history {
  padding: 50px 0 80px;
  background: #f5f5f5;
  text-align: center;
}
.about-pg .history .year {
  margin-top: 50px;
  position: relative;
  padding: 90px 0 0;
}
.about-pg .history .year .line {
  position: absolute;
  top: 10px;
  height: 8px;
  width: 100%;
  border-radius: 5px;
  background: #d7d7d7;
  z-index: 9;
}
.about-pg .history .year .year-list {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  z-index: 10;
}
.about-pg .history .year .item {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.about-pg .history .year .circle {
  width: 30px;
  height: 30px;
  border: 6px solid #d7d7d7;
  border-radius: 50%;
  background: #fff;
}
.about-pg .history .year .item.active .circle,
.about-pg .history .year .item:hover .circle {
  transform: scale(1.3);
  border: 0;
  background: url(../images/bg-circle.png) no-repeat;
  background-size: cover;
}
.about-pg .history .year span {
  padding-top: 8px;
  font-size: 18px;
  font-weight: bold;
}
.about-pg .history .year .img-list .bannerBox {
  display: none;
}
.about-pg .history .year .img-list .bannerBox.active {
  display: block;
}
.about-pg .history .year .img-list img {
  border-radius: 20px;
  max-width: 100%;
}
.about-pg .prize {
  padding: 50px 0 80px;
  text-align: center;
}
.about-pg .prize img {
  margin-top: 30px;
  border-radius: 20px;
}
.product-pg .category {
  padding: 50px 0 0;
  text-align: center;
}
.product-pg .category .left-arrow {
  display: block;
  color: #ea841c;
  line-height: 50px;
  font-size: 70px;
  position: absolute;
  top: 20px;
  left: 50px;
}
.product-pg .category .tit-img {
  height: 190px;
}
.product-pg .category h3 {
  font-size: 32px;
  font-weight: bold;
}
.product-pg .category h3 span {
  color: #ff7300;
}
.product-pg .category h4 {
  padding-top: 20px;
  font-size: 25px;
}
.product-pg .category .plist {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.product-pg .category .plist .item {
  padding: 10px 20px 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #8b8b8b;
  border-radius: 20px;
  overflow: hidden;
}
.product-pg .category .plist .item h4 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
.product-pg .category .plist .item p {
  font-size: 20px;
  color: #8b8b8b;
}
.product-pg .category .plist .item :hover {
  color: #8b8b8b;
}
.product-pg .category .plist .item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
.product-pg .category .plist .item span {
  padding: 20px 2px;
  font-size: 20px;
}
.product-pg .category .cate-list {
  padding-top: 45px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}
.product-pg .category .cate-list .item {
  padding: 10px 20px 0;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #8b8b8b;
  border-radius: 20px;
  overflow: hidden;
}
.product-pg .category .cate-list .item h4 {
  font-size: 24px;
  /* font-weight: bold; */
  margin-top: 40px;
}
.product-pg .category .cate-list .item h4 a {
  color: #000;
}
.product-pg .category .cate-list .item p {
  font-size: 20px;
  color: #8b8b8b;
}
.product-pg .category .cate-list .item :hover {
  color: #8b8b8b;
}
.product-pg .category .cate-list .item img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 20px;
}
.product-pg .category .cate-list .item span {
  padding: 20px 2px;
  font-size: 20px;
}
.product-pg .category .more {
  border: 2px solid #000;
  border-radius: 49px;
  font-size: 32px;
  display: inline-block;
  padding: 5px 20px;
  margin-top: 40px;
  color: #000;
}
.product-pg .search {
  margin-top: 65px;
  border-top: 1px solid #ccc;
  padding-top: 70px;
  text-align: center;
}
.product-pg .search a {
  margin-top: 28px;
  display: inline-block;
  padding-left: 65px;
  background: url("../images/bg-fangdajing.png") left no-repeat;
  color: #000;
  font-size: 50px;
}
.product-pg .report {
  padding-top: 45px;
  text-align: center;
}
.product-pg .report .title {
  border: 3px solid #000;
  border-radius: 49px;
  font-size: 32px;
  display: inline-block;
  padding: 5px 20px;
  font-weight: bold;
}
.product-pg .report .rlist {
  padding-top: 45px;
  display: flex;
  justify-content: space-evenly;
}
.product-pg .report .rlist .item {
  width: 255px;
  height: 300px;
  display: flex;
  border-radius: 20px;
  border: 1px solid #ccc;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}
.product-pg .report .rlist .item :hover {
  color: #8b8b8b;
}
.product-pg .report .rlist .item img {
  max-width: 100%;
  max-height: 100%;
}
.brand-pg .container {
  text-align: center;
}
.brand-pg .title {
  margin: 70px 0 40px;
  text-align: center;
  font-size: 38px;
  font-weight: bold;
}
.brand-pg .first {
  margin-bottom: 0px;
}
.brand-pg .subtitle {
  margin-top: 10px;
  margin-bottom: 35px;
}
.brand-pg .five {
  height: 140px;
  background: url(../images/bg-brand-1.png) center no-repeat;
  line-height: 140px;
  background-size: contain;
}
.brand-pg .img {
  max-width: 100%;
  border-radius: 20px;
  box-shadow: 0 4px 10px 0 #0000005c;
}
.brand-pg .desc {
  padding-top: 30px;
  text-align: center;
  font-size: 20px;
  color: #838383;
}
.brand-pg .desc span {
  font-size: 24px;
  color: #000;
}
.contactus-pg .container {
  text-align: center;
}
.contactus-pg h3 {
  margin: 85px 0 30px;
  font-size: 45px;
  font-weight: bold;
}
.contactus-pg .desc {
  font-size: 22px;
  padding-bottom: 50px;
  color: #a3a3a3;
}
.reply {
  padding: 60px 120px;
  border-top: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reply h4 {
  font-size: 36px;
}
.reply input,
.reply textarea {
  width: 100%;
  border: 1px solid #ececec;
  border-radius: 50px;
  padding: 20px 30px;
  margin-top: 30px;
  font-size: 20px;
}
.reply button {
  margin-top: 30px;
  font-size: 30px;
  background: #fff;
  border-radius: 37px;
  padding: 5px 40px;
}
.buy-pg {
  text-align: center;
}
.buy-pg .shop {
  padding: 90px 0 50px;
}
.buy-pg .shop h3 {
  font-size: 36px;
}
.buy-pg .shop .platform {
  padding-top: 50px;
  display: flex;
  justify-content: space-evenly;
}
.buy-pg .shop .platform .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  color: #000;
}
.buy-pg .shop .platform .item span {
  padding-top: 15px;
  font-size: 18px;
}
.buy-pg .corp {
  padding-bottom: 50px;
  text-align: center;
}
.buy-pg .corp h3 {
  padding-bottom: 40px;
  font-size: 36px;
}
.buy-pg .corp .img {
  border-radius: 20px;
}
.buy-pg .corp .qudao {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.banner-mobile {
  display: none;
}
.news-pg {
  color: #000;
}
.news-pg h3 {
  font-size: 38px;
  margin: 40px 0;
}
.news-pg h3 .more {
  float: right;
  font-size: 18px;
  line-height: 42px;
  color: #000;
}
.news-pg .img-list {
  padding: 50px 0 30px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.news-pg .img-list li {
  padding-bottom: 50px;
}
.news-pg .img-list .tit {
  font-size: 24px;
  line-height: 50px;
}
.news-pg .img-list .img {
  border-radius: 20px;
}
.news-pg .brand-list {
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  text-align: center;
}
.news-pg .brand-list .brand-img {
  border-radius: 30px;
  margin-bottom: 40px;
  max-width: 100%;
  height: auto;
}
.news-pg .brand-list .subtit {
  margin: 35px 0;
  font-size: 24px;
}
.news-pg .last {
  border-bottom: none;
}
.news-pg .last .brand-img {
  margin-bottom: 0;
}
.news-cate h3 {
  font-size: 36px;
  margin: 50px 0 25px;
}
.news-cate .push-art {
  margin: 30px 0 30px;
  display: flex;
  gap: 30px;
}
.news-cate .push-art .item {
  display: flex;
  flex-direction: column;
  width: 33%;
}
.news-cate .push-art .item .img img {
  max-height: 225px;
  width: 100%;
  border-radius: 20px;
}
.news-cate .push-art .item .time {
  padding: 20px 20px 5px;
  font-size: 14px;
  color: #ff7f00;
}
.news-cate .push-art .item .title {
  height: 100px;
  padding: 0 20px;
  font-size: 22px;
  overflow: hidden;
}
.news-cate .push-art .item .title a {
  color: #5f5f5f;
  text-decoration: none;
}
.news-cate .list .item {
  display: flex;
  padding: 40px 0;
  border-top: 1px solid #ccc;
  gap: 20px;
}
.news-cate .list .item .content {
  flex: 1;
}
.news-cate .list .item .content h4 {
  font-size: 28px;
  color: #000;
}
.news-cate .list .item .content .desc {
  height: 130px;
  overflow: hidden;
  line-height: 43px;
  font-size: 18px;
  color: #9d9d9d;
}
.news-cate .list .item .content .time {
  color: #fd6d00;
  font-size: 14px;
}
.news-cate .list .item .img {
  width: 350px;
}
.news-cate .list .item .img img {
  width: 100%;
  border-radius: 20px;
}
.newsdetailpage .title h3 {
  margin: 55px 0 24px;
  font-size: 20px;
  font-weight: bold;
}
.newsdetailpage .title .time {
  color: #9f9f9f;
  font-size: 14px;
}
.newsdetailpage .content {
  margin: 25px 0;
  padding: 35px 0;
  border-top: 1px dashed #979797;
  border-bottom: 1px dashed #979797;
}
.newsdetailpage .content img {
  max-width: 100%;
}
.bannerBox .bannerList {
  width: 100%;
  height: 500px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.bannerBox .bannerList ul {
  position: absolute;
  width: 800px;
  height: 500px;
  left: 50%;
  margin-left: -400px;
}
.bannerBox .bannerList li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  transform: scale(0.85);
  transition: transform 0.4s;
  list-style: none;
}
.bannerBox .bannerList li a {
  display: block;
  width: 800px;
  height: 100%;
  border-radius: 20px;
}
.bannerBox .bannerList li.on {
  transform: scale(1);
}
.banner-btn {
  width: 100%;
  position: absolute;
  width: 800px;
  height: 0px;
  top: 40px;
  left: 50%;
  margin-left: -400px;
  z-index: 9;
}
.banner-btn-prev,
.banner-btn-next {
  display: block;
  width: 200px;
  height: 425px;
  position: absolute;
}
.banner-btn-prev {
  left: -200px;
}
.banner-btn-next {
  right: -200px;
}
@media (min-width: 1200px) and (max-width: 1650px) {
  .slideshow .slider-content {
    top: 8%;
    left: 8%;
  }
  .slideshow .future {
    bottom: 4%;
  }
}
@media (max-width: 768px) {
  .header {
    height: 60px;
    line-height: 60px;
  }
  .header .logo {
    flex: 3;
    text-align: center;
  }
  .header .logo img {
    height: 25px;
  }
  .header .search {
    display: none;
  }
  .menu {
    width: 100%;
    background: none;
  }
  .menu .tit {
    position: absolute;
    padding-left: 10px;
    text-align: left;
    height: 60px;
    line-height: 60px;
  }
  .menu .tit span {
    display: none;
  }
  .menu .content {
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff8f8;
    padding-bottom: 0px;
  }
  .menu .menu-list ul li {
    padding: 10px 0;
  }
  .menu .menu-list ul li a {
    display: inline;
    border: none;
  }
  .menu .menu-list ul li a.active {
    border: none;
  }
  .menu .menu-list ul li :hover,
  .menu .menu-list ul li a.active {
    border-bottom: 2px solid #040404;
  }
  .menu .contact {
    padding: 20px 0;
  }
  .header-fixed {
    margin-top: 60px;
  }
  .footer {
    text-align: center;
  }
  .footer .foot-logo img {
    height: 25px;
  }
  .footer .foot-links {
    justify-content: center;
  }
  .footer .foot-contact {
    display: flex;
    flex-direction: column;
  }
  .footer .foot-contact .slipt {
    display: none;
  }
  .footer .copyright {
    flex-direction: column;
  }
  .bannerBox {
    display: none;
  }
  .banner-mobile {
    display: block;
  }
  .banner-mobile .slider__arrows {
    display: none;
  }
  .banner-mobile .slider__nav {
    display: none;
  }
  .banner-mobile .slide img {
    border-radius: 20px;
  }
  .news-pg .img-list {
    padding: 10px 15px 0px;
  }
  .news-pg .last {
    padding: 0 15px;
  }
  .feature .title {
    margin: 50px 0;
    font-size: 28px;
  }
  .feature .box {
    flex-direction: row;
    padding-bottom: 30px;
    justify-content: space-between;
  }
  .feature .box .item {
    margin-bottom: 30px;
  }
  .feature .box .item img {
    width: 40px;
    height: 40px;
  }
  .feature .box .item .tit {
    font-size: 12px;
    font-weight: normal;
  }
  .feature .box .item .num {
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  .brand {
    padding-bottom: 0px;
  }
  .brand h1 {
    font-size: 30px;
  }
  .brand h2 {
    font-size: 20px;
  }
  .brand h3 {
    font-size: 28px;
  }
  .brand img {
    height: 100px;
  }
  .brand .item p {
    font-size: 16px;
  }
  .about-pg h1.title {
    font-size: 30px;
  }
  .about-pg h2.sub-title {
    font-size: 20px;
  }
  .about-pg .about-info {
    padding: 40px 0;
  }
  .about-pg .about-info .desc {
    font-size: 22px;
  }
  .about-pg .about-info .memo {
    font-size: 16px;
  }
  .about-pg .about-info img {
    height: 100px;
  }
  .about-pg .history {
    padding: 0px 0 30px;
  }
  .about-pg .history .year {
    margin-top: 30px;
  }
  .about-pg .history .year .circle {
    width: 25px;
    height: 25px;
  }
  .about-pg .history .year span {
    font-size: 12px;
  }
  .about-pg .prize {
    padding: 0;
  }
  .about-pg .prize img {
    width: 100%;
  }
  .product-pg .category .tit-img {
    height: 120px;
  }
  .product-pg .category h3 {
    font-size: 30px;
  }
  .product-pg .category .left-arrow {
    display: block;
    color: #ea841c;
    line-height: 30px;
    font-size: 40px;
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .product-pg .category .plist {
    padding-top: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .product-pg .category .plist .item {
    margin-bottom: 0px;
  }
  .product-pg .category .plist .item h4 {
    font-size: 26px;
  }
  .product-pg .category .cate-list {
    justify-content: center;
  }
  .product-pg .category .cate-list .item h4 {
    margin-top: 0;
  }
  .product-pg .report .rlist {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .product-pg .report .rlist .item {
    width: 48%;
    margin-bottom: 20px;
  }
  .product-pg .search {
    padding-top: 20px;
  }
  .product-pg .search a {
    font-size: 28px;
    background-size: contain;
  }
  .product-pg .report .title {
    font-size: 24px;
    border: 2px solid #000;
  }
  .brand-pg .title {
    margin: 40px 0 40px;
    font-size: 25px;
  }
  .brand-pg .title.first {
    margin-bottom: 0px;
  }
  .brand-pg .title.subtitle {
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .brand-pg .desc {
    font-size: 16px;
  }
  .news-pg h3 {
    font-size: 28px;
  }
  .news-pg h3 .more {
    font-size: 16px;
  }
  .news-cate h3 {
    text-align: center;
    font-size: 28px;
  }
  .news-cate .push-art {
    margin: 30px 0;
    flex-direction: column;
  }
  .news-cate .push-art .item {
    width: 100%;
  }
  .news-cate .push-art .item .title {
    height: auto;
  }
  .news-cate .list .item {
    flex-direction: column;
  }
  .news-cate .list .item .content h4 {
    font-size: 22px;
  }
  .news-cate .list .item .content .desc {
    height: auto;
  }
  .news-cate .list .item .img {
    width: auto;
    padding-top: 20px;
  }
  .contactus-pg h3 {
    font-size: 30px;
  }
  .contactus-pg .desc {
    font-size: 16px;
  }
  .buy-pg .shop {
    padding: 40px 0;
  }
  .buy-pg .shop h3 {
    font-size: 30px;
  }
  .buy-pg .shop .platform {
    overflow: hidden;
    flex-wrap: wrap;
  }
  .buy-pg .shop .platform .item {
    margin-bottom: 20px;
  }
  .buy-pg .shop .platform .item img {
    height: 50px;
    width: 50px;
  }
  .buy-pg .corp h3 {
    font-size: 30px;
  }
  .buy-pg .corp .img {
    height: 300px;
  }
  .reply {
    padding: 30px 20px;
  }
  .reply h4 {
    font-size: 30px;
  }
  .reply input,
  .reply textarea {
    width: 100%;
    border: 1px solid #ececec;
    border-radius: 50px;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 14px;
  }
  .reply button {
    font-size: 20px;
    border: 1px solid #000;
  }
}
/*# sourceMappingURL=style.css.map */