﻿* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "myfont_l", "Microsoft YaHei", "pingfang sc medium";
  font-size: 12px;
  color: #000000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  overflow-x: hidden;
}


@font-face {
  font-family: "myfont_l";
  src: url('../font/OplusSans3.0\ Light.ttf');
}


/* 自定义标签样式 */

a {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: transparent;
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

ul li,
ol li {
  list-style: none;
}

input,
img,
textarea,
button {
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
}

button {
  background: none;
  outline: none;
}

b {
  font-weight: normal;
}

u {
  text-decoration: none;
}


/* 自定义公共类名样式 */

.fl-lt {
  float: left;
}

.fl-rt {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}



.contain {
  width: 12.8rem;
  margin: 0 auto;
  box-sizing: border-box;
}

.head {

  font-family: 'myfont';
  position: fixed;
  width: 100%;
  height: .85rem;
  background: #00e26b;
  box-sizing: border-box;
  z-index: 99;
}

.head .contain {
  position: relative;
  width: 15.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.head .logo {
  width: 1.8rem;
  height: .85rem;
  float: left;
}
.head .top-right {
  display: flex;
}
.head .top-right .home-icon {
  margin-right: .2rem;
  width: .7rem;
  flex: 0 0 .7rem;
  height: .85rem;
}
.head .top-right .home-icon img{
  width: .7rem;
  height: .85rem;
}
.head .top-right .menu-box {
  display: inline-block;
}

.head .top-right .menu-icon {
  margin-right: 1.95rem;
  width: .58rem;
  height: .85rem;
}

.head .top-right .top-txt {
  width: 2.66rem;
  height: .85rem;
}

.head .nav {
  padding-top: .5rem;
  padding-left: 1.6rem;
  box-sizing: border-box;
  position: absolute;
  z-index: 10;
  top: .84rem;
  right: 0;
  width: 10.54rem;
  height: 5.9rem;
  display: none;
  background: url(../img/menu-bg.png) top center no-repeat;
  background-size: 100%;
}

.head .nav ul {
  display: flex;
  flex-wrap: wrap;
}

.head .nav li {
  width: 30%;
  font-size: .18rem;
  white-space: nowrap;
  line-height: .9rem;
  color: #fff;
  display: inline-block;
}

.head .nav li:nth-of-type(3n)>a {
  width: auto;
  display: inline-block;
  padding-right: .2rem;
}

.head .nav li>a {
  padding-right: .65rem;
  width: 100%;
  padding-bottom: .1rem;
  border-bottom: 1px solid #e3e3e3;
  color: #595757;
  font-size: .42rem;
}

.head .nav li>a::after {
  content: "";
  position: absolute;
  bottom: .2rem;
  left: 50%;
  margin-left: -.1rem;
  width: .2rem;
  height: 1px;
  background: #fff;
}




.head .nav li .sub-nav {
  padding: .1rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.head .nav li .sub-nav a {
  padding-left: .1rem;
  box-sizing: border-box;
  position: relative;
  line-height: .36rem;
  font-size: .16rem;
  color: #595757;
  width: 40%;
  text-align: left;
}

.head .nav li .sub-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background: #595757;
  border-radius: 50%;
}

.head .nav li .sub-nav a.now,
.head .nav li .sub-nav a:hover {
  font-weight: bold;
}


.banner,
.swiper {
  width: 100%;
  height: 100%;
}
.inner-banner{
  height: 8.8rem;
}
.banner .banner-box {
  position: relative;
  height: 8.8rem;
}

.banner .banner-box .btn {
  position: absolute;
  left: 2.05rem;
  bottom: 2.5rem;
  display: flex;
  align-items: center;
}

.banner .banner-box .btn .buy {
  margin-right: .15rem;
  width: 1.45rem;
  height: 1.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/banner-icon1.png) center no-repeat;
  background-size: 100%;
  font-size: .3rem;
  line-height: 1.2em;
  color: #fff;
}

.banner .banner-box .btn .txt {
  background: url(../img/banner-icon2.png) left center no-repeat;
  background-size: .19rem;
  padding-left: .3rem;
  font-size: .28rem;
  font-weight: bold;
  color: #231815;
}

.banner .index-pagination {
  position: absolute;
  text-align: center;
  bottom: .8rem;
  left: 1.4rem;
  z-index: 10;
  display: inline-block;
  width: auto;
  display: flex;
  flex-direction: column;
}

.banner .index-pagination .swiper-pagination-bullet {
  margin-bottom: .25rem;
  width: .25rem;
  height: .25rem;
  border-radius: 50%;
  background: #727171;
  box-sizing: border-box;
  opacity: 1;
}

.banner .index-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #00e26b;
  opacity: 1;
}

.banner img {
  display: block;
}




.foot {
  padding: .65rem 0;
  background: #000000;
  font-family: 'myfont_l';
  color: #fff;
}

.foot .f-cont {
  width: 15.4rem;
  padding: .75rem 0;
  display: flex;
  justify-content: space-between;
}

.foot .f-cont .f-left {
  width: 4.1rem;
  flex: 0 0 4.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.foot .f-cont .f-left .logo {
  width: 2.59rem;
  height: 1.16rem;
}

.foot .f-cont .f-left .code-box {
  display: flex;
  justify-content: space-between;
}

.foot .f-cont .f-left .code-box .item {
  display: flex;
}

.foot .f-cont .f-left .code-box .item img {
  margin-right: 0.08rem;
  width: 1.02rem;
  height: 1.02rem;
}

.foot .f-cont .f-left .code-box .item .txt {
  background: url(../img/f-icon1.png) top center no-repeat;
  background-size: .16rem;
  writing-mode: vertical-lr;
  font-size: .12rem;
  text-align: end;
}

.foot .f-cont .foot-nav {
  width: 9.9rem;
  flex: 0 0 9.9rem;
  padding-bottom: .2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.foot .f-cont .foot-nav li {
  margin-bottom: .3rem;
  width: 25%;
  flex: 0 0 25%;
}

.foot .f-cont .foot-nav li h2 {

  line-height: 1.5em;
  height: 1.5em;
  padding-bottom: .2rem;
  margin-bottom: .15rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: .42rem;
  font-weight: normal;
  font-family: 'myfont_l';
}

.foot .f-cont .foot-nav li .sub-nav {
  display: flex;
  flex-wrap: wrap;
}

.foot .f-cont .foot-nav li .sub-nav a {
  position: relative;
  padding-left: .15rem;
  box-sizing: border-box;
  color: #898989;
  width: 50%;
  flex: 0 0 50%;
  font-size: .16rem;
  line-height: 2em;
}

.foot .f-cont .foot-nav li .sub-nav a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 2px;
  height: 2px;
  background: #898989;
  border-radius: 50%;
}

.foot .f-cont .foot-nav li:last-child {
  margin-right: auto;
}

.foot-other .copyright a{
  font-size: .16rem;
  color: #898989;
}

.foot-other {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.foot-other .foot-info {
  display: flex;
}

.foot-other .foot-info .tel-box,
.foot-other .foot-info .addr-box {
  display: flex;
  align-items: center;
}

.foot-other .foot-info .tel-box img,
.foot-other .foot-info .addr-box img {
  width: .46rem;
  height: .46rem;
  margin-right: .05rem;
}

.foot-other .foot-info .tel-box .desc {
  font-size: .14rem;
}

.foot-other .foot-info .tel-box .tel {
  font-size: .24rem;
  line-height: 1em;
}

.foot-other .foot-info .addr-box {
  margin-left: .4rem;
}

.foot-other .foot-info .addr-box .txt {
  font-size: .18rem;
  line-height: 1.2em;
}

.current-adr {

  background: linear-gradient(to right, #b39256 15%, #fce8b3, #c0924d, #fce8b3);
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
}

/*左侧导航栏*/

.left-nav {
  position: absolute;
  top: 1.7rem;
  left: 1.85rem;
}

.left-nav .nav-tit {
  padding: 1.1rem 0 0 .1rem;
  box-sizing: border-box;
  width: 1.32rem;
  height: 2.68rem;
  background: url(../img/left-nav-bg.png) center no-repeat;
  background-size: 100%;
  font-size: .43rem;
  line-height: 1.2em;
  font-family: 'myfont_l';
  color: #000000;
}

.left-nav .nav-item {
  margin-top: -.3rem;
  padding-top: .4rem;
  padding-bottom: .1rem;
  border-left: 1px solid #918b8a;
}

.left-nav .nav-item a {
  padding: .1rem 0 .1rem .2rem;
  position: relative;
  margin-bottom: .25rem;
  font-size: .16rem;
  color: #000000;
  cursor: pointer;
}

.left-nav .nav-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
}

.left-nav .nav-item a.now {
  font-size: .25rem;
  font-weight: bold;
}

.fixed {
  position: relative;
}

.left-fixed {
  position: fixed;
  z-index: 12;
  top: 1.7rem;
  left: 1.85rem;
}

.posR {
  position: relative;
}

.inner-com-tit {
  display: flex;
  align-items: baseline;
  font-family: 'myfont_l';
}
.inner-com-tit  .cn{
  font-size: .52rem;
  color: #000000;
  font-family: 'myfont_l';
}
.inner-com-tit  .en{
  padding: 0 .2rem;
  font-size: .22rem;
  color: #000000;
  letter-spacing:.5em;
}
.inner-com-tit .tit-ar{
  width: .46rem;
  height: .46rem;
}

.page-cont {
    width: 15.5rem;
    margin: 0 auto;
    display: flex;
    justify-content: end;
}

.page-cont .inner {
    width: 12.4rem;

}