.header {
  padding: 0 0 0 13.5%;
  width: 100%;
  height: 1.2rem;
  line-height: 1.2rem;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  z-index: 999;
  background: #fff;
}
.header .fl img {
  height: 0.69rem;
}
.header .fr {
  display: flex;
}
.header .fr li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.header .fr li .sub {
  position: absolute;
  top: 1.2rem;
  width: 200px;
  left: 0;
  padding: 10px 0;
  display: none;
  background: #00a9e2;
  line-height: 0.4rem;
}
.header .fr li .sub li {
  display: block;
  line-height: 0.4rem;
}
/*.header .fr > ul > li:nth-of-type(3) {
  background: url(../images/xl3.png) no-repeat right center/12px;
  padding-right: 7px;
}*/
.header .fr li .sub a {
  color: #fff;
  display: block;
  padding-left: 30px;
  margin: 0;
}
.header .fr li .sub li {
  position: relative;
}
.header .fr li .sub li .three {
  position: absolute;
  top: 0;
  left: 100%;
  width: 200px;

  display: none;
}
.header .fr li .sub li .three li {
  line-height: 0.4rem;
  color: #fff !important;
  display: block;
  text-align: left;
}
.header .fr li .sub li .three li a {
  color: #fff !important;
  display: block;
  padding-left: 20px;
  background: #00a9e2;
}
.header .fr li .sub li .three li:hover a {
  background: #fff;
  color: #00a9e2 !important;
}
.header .fr li .sub li:hover .three {
  display: block;
}
.header .fr li .sub li:hover {
  background: #fff;
}
.header .fr li .sub li:hover a {
  color: #00a9e2;
}
.header .fr li:hover .sub {
  display: block;
}
.header .fr li a {
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #111111;
  margin: 0 0.15rem;
}

.banner img {
  width: 100%;
}
.header .fr .btn {
  width: 4.2rem;
  padding-left: 0.7rem;
  box-sizing: border-box;
  height: 1.2rem;
  background: #00a9e2;
  margin-left: 0.5rem;
}
.header .fr .btn a {
  margin-right: 0.3rem;
}
.header .fr .btn form {
  height: 0.5rem;
  line-height: 0.5rem;
  vertical-align: middle;
  border: 1px solid #fff;

  display: inline-flex;
  display: none;
}
.header .fr .btn form input {
  background: none;

  width: 1.5rem;
  padding-left: 10px;
  color: #fff;
}
.header .fr .btn form button {
  background: url(../images/ico2.png) no-repeat center center;
  height: 0.5rem;
  line-height: 0.5rem;
  width: 0.5rem;
}

.banner {
  margin-top: 1.2rem;
}
.banner .swiper-slide img {
  width: 100%;
  display: block;
}

.banner .swiper-button-next {
  width: 60px;
  height: 60px;
  background: url(../images/prev.png) no-repeat center center;
  transform: rotate(180deg);
}
.banner .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: url(../images/prev.png) no-repeat center center;
}

.indexbox1 {
  padding: 0.5rem 0 0.3rem;
}

.wrap {
  width: 73%;
  margin: 0 auto;
}

.indexbox1 .titles h2 {
  font-size: 0.3rem;
  text-align: center;
  margin-bottom: 0.2rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a9e2;
}
.indexbox1 .titles p {
  font-size: 17px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #585457;
  line-height: 28px;
  text-align: center;
  width: 60%;
  margin: 0 auto 0.6rem;
}
.indexbox1 li {
  float: left;
  width: 47%;
  margin: 0 6% 0.5rem 0;
}
.indexbox1 li:nth-of-type(2n) {
  margin-right: 0;
}
.indexbox1 li .pro {
  height: 2.4rem;
  background: url(../images/bg1.png) no-repeat center bottom;
}
.indexbox1 li .pro img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 2.3rem;
}
.indexbox1 li a {
  width: 2.5rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: url(../images/ico3.png) no-repeat right 0.2rem center;
  background-color: #ffffff;
  border: 1px solid #00a8e2;
  font-size: 0.18rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
  text-align: center;
  display: block;
  margin: 0.3rem auto 0;
}

.indexbox2 {
  background: url(../images/bg2.png) no-repeat center center/cover;
  padding: 1rem 0 0.9rem;
}
.indexbox2 h2 {
  font-size: 0.3rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.45rem;
  width: 6.4rem;
}
.indexbox2 p {
  font-size: 0.17rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.28rem;
}
.indexbox2 a {
  width: 160px;
  height: 44px;
  line-height: 44px;
  background: url(../images/ico4.png) no-repeat right 15px center;
  background-color: #00a8e2;
  font-size: 18px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #111111;
  padding-left: 0.2rem;
  display: inline-block;
  margin-top: 0.5rem;
  box-sizing: border-box;
}

.indexbox3 {
  background: #f9fafb;
  padding: 0.7rem 0 0.4rem;
}
.indexbox3 .fl,
.indexbox3 .fr {
  width: 48%;
}
.indexbox3 .fl p,
.indexbox3 .fr p {
  font-size: 17px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #585457;
  line-height: 34px;
}
.indexbox3 .fl ul {
  border-top: 1px solid #e6e6e6;
  padding-top: 0.2rem;
  margin-top: 0.2rem;
  list-style: square;
  padding-left: 0.2rem;
}
.indexbox3 .fl li {
  font-size: 18px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
  line-height: 50px;
}
.indexbox3 .fr a {
  width: 1.6rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #ffffff;
  border: 1px solid #00a8e2;
  font-size: 0.18rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
  display: inline-block;
  padding-left: 0.2rem;
  margin-top: 0.9rem;
  box-sizing: border-box;
  background: url(../images/ico3.png) no-repeat right 20px center;
}

.indexbox4 {
  padding: 0.7rem 0 0.9rem;
}
.indexbox4 .titles h2 {
  font-size: 0.3rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #111111;
  text-align: center;
  margin-bottom: 0.2rem;
}
.indexbox4 .titles p {
  font-size: 17px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #585457;
  line-height: 28px;
  width: 7.5rem;
  margin: 0 auto 0.8rem;
  text-align: center;
  max-width: 100%;
}
.indexbox4 .fr,
.indexbox4 .fl {
  width: 49%;
}
.indexbox4 .fl img {
  width: 100%;
}
.indexbox4 .fr {
  height: 4rem;
  background: url(../images/bg3.png) no-repeat center center/cover;
  padding: 0.4rem 0.2rem;
  box-sizing: brder-box;
}
.indexbox4 .fr img {
  width: 32%;
  height: 3.2rem;
}

.indexbox5 {
  background: url(../images/bg4.png) no-repeat center center/cover;
  padding: 0.6rem 0 0.5rem;
}
.indexbox5 h2 {
  font-size: 0.3rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
  text-align: center;
  margin-bottom: 0.2rem;
}
.indexbox5 p {
  font-size: 17px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.6rem;
  text-align: center;
}
.indexbox5 a {
  width: 160px;
  height: 44px;
  line-height: 44px;
  background: url(../images/ico5.png) no-repeat right 15px center;
  background-color: #00a8e2;
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #fff;
  padding-left: 0.2rem;
  display: block;
  margin: 0 auto;
  box-sizing: border-box;
}

.indexbox6 {
  padding: 0.6rem 0 1.2rem;
}
.indexbox6 h2 {
  font-size: 0.3rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #111111;
  text-align: center;
  margin-bottom: 0.5rem;
}
.indexbox6 li {
  width: 32%;
  float: left;
  margin: 0 2% 0 0;
}
.indexbox6 li:nth-of-type(3n) {
  margin-right: 0;
}
.indexbox6 li img {
  width: 100%;
  height: 4.4rem;
}
.indexbox6 li .font {
  font-size: 18px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #121212;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  margin: 0.3rem 0;
}
.indexbox6 li .time {
  ont-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
  border-top: 1px solid #d9e0e2;
  padding-top: 0.2rem;
}

.footer {
  background: #141212;
  position: relative;
}
.footer > p {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #aaaaaa;
  line-height: 0.7rem;
  text-align: center;
  padding-top: 3.7rem;
}
.footer .navs {
  width: 83%;
  margin: 0 auto;
  position: relative;
  background: url(../images/bg5.png) no-repeat center center/cover;
  position: absolute;
  top: -0.7rem;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 0.6rem 1rem 0.2rem;
  box-sizing: border-box;
}
.footer .navs .fl {
  width: 32%;
}
.footer .navs .fl > img {
  width: 2.3rem;
  display: block;
  margin-bottom: 0.8rem;
}
.footer .navs .fl > p {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.2rem;
}

.footer .navs .fl > p img {
  margin: 5px 15px 0 0;
}
.footer .navs .fl > p:first-of-type {
  margin-bottom: 0.6rem;
}
.footer .navs .fr {
  width: 60%;
}
.footer .navs .fr .menu {
  display: flex;
}
.footer .navs .fr .menu span {
  font-size: 18px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #cee66e;
  display: block;
  margin-bottom: 30px;
}
.footer .navs .fr .menu .list li {
  float: left;
  width: 50%;
}
.footer .navs .fr .menu li a {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
}
.footer .navs .fr .menu p {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #9ecbe3;
  margin-top: 0.4rem;
}
.footer .navs .fr .ico li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.2rem;
}
.footer .navs .fr .search {
  width: 3.3rem;
  height: 0.48rem;
  line-height: 0.48rem;
  background: #ffffff;
  margin-top: 0.9rem;
}
.footer .navs .fr .search form {
  display: flex;
  justify-content: space-between;
}
.footer .navs .fr .search input {
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  color: #585457;
  padding-left: 15px;
  width: 80%;
  box-sizing: border-box;
}
.footer .navs .fr .search button {
  width: 80px;
  height: 48px;
  background: url(../images/ico14.png) no-repeat center center;
  background-color: #cee66e;
  line-height: 48px;
}
.footer .navs .fr > ul {
  padding: 0.6rem 0 0;
}
.footer .navs .fr > ul > li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0.3rem;
}
.footer .navs .fr > ul > li a {
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
}

.submenus {
  height: 40px;
  background: #f8f7f7;
  line-height: 40px;
}
.submenus a {
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ababab;
}

.contact {
  padding: 0.8rem 0 1.7rem;
}
.contact h2 {
  font-size: 30px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a9e2;
  margin-bottom: 0.6rem;
}
.contact .fl {
  width: 55%;
}
.contact .fl p {
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #808080;
  line-height: 25px;
  margin-bottom: 0.1rem;
}
.contact .fl p:first-of-type {
  margin-bottom: 0.5rem;
}
.contact .fl .ico {
  margin-top: 0.8rem;
}
.contact .fl .ico a {
  margin-right: 0.2rem;
}
.contact .fr {
  width: 36%;
}
.contact .fr .list {
  margin-bottom: 0.1rem;
}
.contact .fr .list input {
  height: 44px;
  background: #ffffff;
  border: 1px solid #e4e4e4;
  line-height: 44px;
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #808080;
  width: 92%;
  padding-left: 10px;
  box-sizing: border-box;
}

.contact .fr .list i {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #d7000f;
  font-style: normal;
}

.contact .fr .list textarea {
  width: 92%;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #808080;
  height: 110px;
  border: 1px solid #e4e4e4;
}
.contact .fr button {
  height: 46px;
  background: #00a9e2;
  font-size: 20px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
  line-height: 46px;
  width: 92%;
}

.aboutbox1 {
  background: #f8f7f7;
  padding: 0.3rem 0 0.6rem;
}
.aboutbox1 .nums {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11%;
}
.aboutbox1 .nums li {
  flex: 1;
  margin: 0.4rem 0;
  text-align: center;
}
.aboutbox1 .nums li span {
  font-size: 0.5rem;
  font-family: GurmukhiMN-Bold;

  color: #00a9e2;
}
.aboutbox1 .nums li p {
  font-size: 24px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #535353;
}
.aboutbox1 .nums li i {
  color: rgba(170, 183, 188, 1);
  font-size: 24px;
  font-style: normal;
}
.aboutbox1 .nums li:nth-of-type(2) {
  border-left: 1px solid #d6d6d6;
  border-right: 1px solid #d6d6d6;
}
.aboutbox1 .con {
  margin-top: 0.7rem;
}
.aboutbox1 .con .fl {
  width: 65%;
}
.aboutbox1 .con .fl h2 {
  font-size: 0.3rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a9e2;
  margin-bottom: 0.3rem;
}
.aboutbox1 .con .fl p {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #535353;
  line-height: 27px;
  margin-bottom: 0.3rem;
}

.aboutbox1 .con .fr {
  width: 30%;
}
.aboutbox2 {
  padding: 0.7rem 0 2.2rem;
}
.aboutbox2 h2 {
  font-size: 0.3rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a9e2;
  text-align: center;
  margin-bottom: 1rem;
}
.aboutbox2 img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.news {
  background: #f8f7f7;
  padding: 0.2rem 0 1.6rem;
}
.news li {
  background: #fff;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0.3rem;
}
.news li a {
  display: flex;
  justify-content: space-between;
}
.news li a img {
  width: 2.9rem;
  height: 2.9rem;
  margin-right: 0.5rem;
}
.news li a .text {
  flex: auto;
}
.news li a .text .font {
  font-size: 18px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #121212;
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.news li a .text .font2 {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #808080;
  line-height: 27px;
  height: 84px;
  overflow: hidden;
  margin: 0.2rem 0;
}
.news li a .text .time {
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
  border-top: 1px solid #d9e0e2;
  background: url(../images/right.png) no-repeat right center/.5rem;
  padding-top: 0.1rem;
  line-height: 0.5rem;
}

.page a {
  height: 40px;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  padding: 0 15px;
}
.page a:hover,
.page a.active {
  background: #00a9e2;
  color: #fff;
}

.newsdetail {
  padding: 0.6rem 0 1.9rem;
}
.newsdetail h1 {
  font-size: 0.32rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #121212;
  margin-bottom: 0.2rem;
  text-align: center;
}
.newsdetail .span {
  text-align: center;
}
.newsdetail .span span {
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
}

.newsdetail .details p {
  font-size: 16px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #535353;
  line-height: 27px;
}

.newsdetail .details img {
  max-width: 100%;
  display: block;
  margin: 0.2rem auto;
  height: auto;
}

.newsdetail .details {
  margin-top: 0.5rem;
  padding-top: 0.35rem;
  border-top: 0.01rem solid #e5e5e5;
}

.product {
  background: #f8f7f7;
  padding: 0.3rem 0 1.7rem;
}
.product .navs {
  text-align: center;
  margin: 0 auto 0.7rem;
}
.product .navs a {
  width: 2.52rem;
  height: 0.44rem;
  line-height: 0.44rem;
  background: #ffffff;
  border-radius: 0.22rem;
  font-size: 0.18rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a8e2;
  display: inline-block;
  text-align: center;
  margin: 0 0.1rem;
}
.product .navs a:hover,
.product .navs a.active {
  background: #00a9e2;
  color: #fff;
}

.product .list li {
  width: 24%;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  margin: 0 1.2% 30px 0;
  float: left;
}
.product .list li:nth-of-type(4n) {
  margin-right: 0;
}
.product .list li img {
  width: 100%;
  height: 3.3rem;
}
.product .list li p {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #535353;
  margin: 0.1rem 0.2rem;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}

.product .fl {
  width: 22%;
}
.product .fl h2 {
  height: 0.6rem;
  background: #01bbff;
  border-radius: 0.2rem 0.2rem 0px 0px;
  line-height: 0.6rem;
  font-size: 0.24rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.product .fl > ul > li {
  line-height: 0.5rem;
  background: #ffffff;
  border-bottom: 1px solid #e4e4e4;
}
.product .fl > ul > li.xl {
  background: url(../images/xl.png) no-repeat right 15px top 0.2rem;
  background-color: #ffffff;
}
.product .fl > ul > li.xl.active {
  background: url(../images/xl2.png) no-repeat right 15px top 0.2rem;
  background-color: #ffffff;
}
.product .fl > ul > li > a {
  font-size: 0.16rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #535353;
  display: block;
  padding-left: 0.2rem;
  box-sizing: border-box;
}
.product .fl > ul > li .subs {
  background: #f0f0f0;
}
.product .fl > ul > li .subs li a {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: rgba(128, 128, 128, 1);
  padding-left: 0.4rem;
  box-sizing: border-box;
}
.product .fl > ul > li .subs li a:hover {
  color: #01bbff;
}
.product .fr {
  width: 75%;
}
.product .fr .list li {
  width: 32%;
  margin: 0 2% 30px 0;
}
.product .fr .list li:nth-of-type(3n) {
  margin-right: 0;
}
.product .fr .list li:nth-of-type(4n) {
  margin-right: 2%;
}
.product .fr .list li:nth-of-type(12n) {
  margin-right: 0;
}
.product .fr .titles {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.3rem;
  align-items: center;
}
.product .fr .titles span {
  font-size: 24px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #01bbff;
}
.product .fr .titles .search form {
  height: 44px;
  background: #ffffff;
  line-height: 44px;
  width: 344px;
  display: flex;
  justify-content: space-between;
}
.product .fr .titles .search input {
  width: 80%;
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #797575;
  padding-left: 15px;
  box-sizing: border-box;
}
.product .fr .titles .search button {
  height: 44px;
  width: 44px;
  background: url(../images/ico2.png) no-repeat center center/.24rem;
  background-color: #00a9e2;
}
.solution {
  padding: 0.6rem 0 1.7rem;
}
.solution .tab {
  margin-bottom: 0.9rem;
}
.solution .tab h2 {
  font-size: 0.3rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a9e2;
  text-align: center;
  margin-bottom: 0.4rem;
}
.solution .tab h2 img {
  vertical-align: middle;
  margin-right: 0.1rem;
  width: 0.32rem;
}
.solution .tab p {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #535353;
  line-height: 27px;
  margin-bottom: 0.5rem;
}
.solution .tab ul {
  display: flex;
  justify-content: space-between;
}
/*.solution .tab li{
	width:32%
}*/
.solution .tab li img {
  width: 100%;
}
.solution .tab li {
  width: 43%;
  margin: 0 0.3rem;
}

.solution .tab ul {
  justify-content: center;
}
.productdetail {
  background-color: #fff;
  padding: 0.3rem;
}
.productdetail .detail-right {
  padding-left: 0.4rem;
  padding-top: 0.75rem;
}
.productdetail .desc .fl {
  width: 42%;
}

.productdetail .desc .fl .big {
  height: 4.4rem;
  width: 4.4rem;
  border: 1px solid #eee;
}

.productdetail .desc .fl .big img,
.productdetail .desc .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productdetail .desc .swiper-slide {
  height: 0.9rem;
  border: 1px solid #eee;
}
.productdetail .desc .swiper-slide-active {
  border: 1px solid #00a9e2;
}
.productdetail .desc .swiper-container {
  width: 90%;
  margin: 10px auto 0;
}
.productdetail .desc .swiper-button-prev {
  background: url(../images/left.png) no-repeat center center;
  width: 13px;
  height: 24px;
  left: 0;
  top: 45px;
}
.productdetail .desc .swiper-button-next {
  background: url(../images/left.png) no-repeat center center;
  transform: rotate(180deg);
  width: 13px;
  height: 24px;
  right: 0;
  top: 45px;
}
.productdetail .swiper-father {
  position: relative;
}
.productdetail .desc .fr {
  width: 55%;
}
.productdetail .desc .fr .title {
  font-size: 0.28rem;
  font-family: GurmukhiMN-Bold;
  font-weight: bold;
  color: #131313;
}
.productdetail .desc .fr p {
  font-size: 0.2rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 33px;
}
.productdetail .tab .con table {
  /*width:100% !important;*/
  border: 1px solid #ccc !important;
}
.productdetail .tab .con table td {
  border: none !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  /* font-size: 16px !important; */
}
.productdetail .tab .con table td span,
.productdetail .tab .con table td p {
  font-size: 16px !important;
}
.productdetail .desc .fr table {
  max-width: 100%;
}
.productdetail .desc .hot,
.productdetail .tab .hot {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  margin: 0.2rem 0 0.1rem;
  padding: 0.25rem 0;
  display: flex;
  align-items: center;
}
.productdetail .desc .hot span,
.productdetail .tab .hot span {
  padding: 0 0.1rem;
  font-size: 0.18rem;
  display: inline-block;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #00a9e2;
}
.productdetail .desc .fr a {
  width: 2.2rem;
  height: 0.52rem;
  line-height: 0.52rem;
  margin-top: 0.4rem;
  background: #cee66e;
  border-radius: 0.26rem;
  font-size: 0.2rem;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #131313;
  display: block;
  text-align: center;
}
.productdetail .tab {
  margin-top: 0.7rem;
}
.productdetail .tab .con {
  padding: 0.3rem 0 0.5rem;
}
.productdetail .tab .con p {
  font-size: 14px;
  font-family: GurmukhiMN;
  font-weight: 400;
  color: #494444;
  line-height: 24px;
}
.productdetail .tab .con img {
  max-width: 100%;
  display: block;
  margin: 0 auto 10px;
}

.phoneheader,
.mobile-container,
.phonebanner {
  display: none;
}
.detail-table {
  margin-bottom: 0.4rem;
}
.detail-table table {
  width: 100%;
  text-align: center;
}
.detail-table table th {
  background-color: #f9f9f9;
  font-size: 0.14rem;
  font-weight: bold;
  text-align: center;
}
.detail-table table th,
td {
  height: 0.36rem;
}
.detail-table table td {
  font-size: 0.12rem;
}
.detail-ul .du-item {
  display: flex;
  align-items: center;
  font-size: 0.18rem;
}
.detail-ul .du-item:not(:last-child) {
  margin-bottom: 0.3rem;
}
.detail-ul .du-item .circle {
  width: 0.14rem;
  height: 0.14rem;
  border-radius: 50%;
  border: 1px solid #01bbff;
  margin-right: 0.14rem;
}
