@charset "utf-8";
html,
body,
div,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img,
input,
header,
nav,
article,
section,
footer,
span,
button,
textarea,
th,
td,
a,
del {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  overflow: hidden;
  font-size: 14px;
  font-size: 0.28rem;
  line-height: 1.5;
  color: #333;
  font-family: "PingFang SC", "微软雅黑", "Hiragino Sans GB";
  background: #fff;
  margin: 0 auto;
  padding-top: 0.88rem;
  max-width: 1190px;
  min-width: 320px;
  padding-top: constant(safe-area-inset-top); /*为导航栏+状态栏的高度 88px*/
  padding-left: constant(safe-area-inset-left); /*如果未竖屏时为0*/
  padding-right: constant(safe-area-inset-right); /*如果未竖屏时为0*/
  padding-bottom: constant(safe-area-inset-bottom); /*为底下圆弧的高度 34px*/
}
@supports (bottom: env(safe-area-inset-bottom)) {
  div {
    margin-bottom: env(safe-area-inset-bottom);
  }
}
html {
  overflow-x: hidden;
  margin: 0 auto;
}
input {
  border: 0 none;
  outline-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 0.28rem;
  font-weight: normal;
}
fieldset,
img {
  border: 0 none;
}
img {
  display: block;
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
input {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}
select,
input,
textarea,
button {
  font-size: 0.28rem;
  margin: 0;
  outline: none;
  font-family: "PingFang SC", "微软雅黑", "Hiragino Sans GB";
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}
textarea {
  resize: none;
} /*让文本域盒子不可调节大小*/
em,
i {
  font-style: normal;
} /*清除倾斜标签默认样式*/
strong,
b {
  font-weight: normal;
} /*清除加粗标签默认样式*/
table {
  border-collapse: collapse;
} /*为表格设置合并边框模型*/
.clearfix::after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
} /*清除浮动*/
.clearfix {
  zoom: 1;
} /*为了兼容低版本IE浏览器*/
.tdhover:hover {
  text-decoration: underline;
}
a {
  color: #333;
  text-decoration: none;
} /*
/*placeholder颜色重置*/
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #9e9e9e;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #9e9e9e;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #9e9e9e;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #9e9e9e;
}
/*遮罩层*/
#mask {
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 80;
  overflow: hidden;
}


/* 默认样式 **************************************************/
.rulewrap {
  width: 100%;
  padding: 0 0.3rem;
  position: relative;
}
.maxwrap {
  width: 100%;
  padding: 0 0.6rem;
  position: relative;
}
.autowrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.mg0 {
  margin: 0 !important;
}
.pd0 {
  padding: 0 !important;
}
.bdn {
  border: none !important;
}
.maincolor {
  color: #f0991e;
}

header {
  width: 100%;
  height: 0.88rem;
  position: fixed;
  z-index: 20;
  top: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1190px;
  min-width: 320px;
  box-shadow: 0rem 0rem 6px rgba(0, 0, 0, 0.1);
}
.logo {
  width: 1.28rem;
  height: 0.64rem;
  overflow: hidden;
}
.logo h1 {
  width: 1.28rem;
  height: 0.64rem;
  overflow: hidden;
  background: #fff url(../../images/logo/logo.png) no-repeat center center;
  -webkit-background-size: 1.28rem 0.64rem;
  background-size: 1.28rem 0.64rem;
}
.logo a {
  text-indent: -5000px;
  font-weight: bold;
  display: block;
  width: 1.28rem;
  height: 0.64rem;
  -webkit-tap-highlight-color:transparent;
}
header #moreBtn{
  width: 0.56rem;
  height: 0.56rem;
  position: absolute;
  left: 0.3rem;
  top: 0.16rem;
  background: url(../../images/minIcon/more.png) no-repeat center center;
  -webkit-background-size: 0.56rem;
  background-size: 0.56rem;
}
.sidebar{
  width: 6rem;
  height: 100vh;
  background: #fff;
  position: fixed;
  left: -6rem;
  opacity: 0;
  top: 0;
  bottom: 0;
  z-index: 100;
  padding-top: 0.88rem;
  box-shadow: 1px 0 6px rgba(0,0,0,0.1);
  -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.animate-slide {
  opacity: 1;
  -webkit-transform: translate3d(6rem, 0, 0);
  -moz-transform: translate3d(6rem, 0, 0);
  transform: translate3d(6rem, 0, 0);
}
.sidebar #closeBtn{
  position: absolute;
  right: 0.48rem;
  top: 0.16rem;
  width: 0.56rem;
  height: 0.56rem;
  background: url(../../images/minIcon/close.png) no-repeat center center;
  -webkit-background-size: 0.56rem;
  background-size: 0.56rem;
}
.sidebar .linkBox{
  width: 100%;
  border-top: 1px solid #F1F1F1;
}
.sidebar .linkBox a{
  display: block;
  width: 100%;
  height: 1.02rem;
  padding-left: 0.3rem;
}
.sidebar .linkBox p{
  display: block;
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  padding-left: 0.56rem;
  line-height: 1.02rem;
  -webkit-background-size: 0.4rem;
  background-position: left center;
  background-size: 0.4rem;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 0.28rem;
  font-weight: bold;
}
.sidebar .iconA1 p{
  background-image: url(../../images/minIcon/iconA1.png);
}
.sidebar .iconA2 p{
  background-image: url(../../images/minIcon/iconA2.png);
}
.sidebar .iconA3 p{
  background-image: url(../../images/minIcon/iconA3.png);
}
.sidebar .iconA4 p{
  background-image: url(../../images/minIcon/iconA4.png);
}
.sidebar .iconA5 p{
  background-image: url(../../images/minIcon/iconA5.png);
}

.subTitle1 {
  padding-top: 1rem;
  padding-bottom: 0.34rem;
  margin-bottom: 0.48rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.subTitle1 h3 {
  font-size: 0.36rem;
  line-height: 0.36rem;
  color: #333;
  margin-bottom: 0.16rem;
}
.subTitle1 h4 {
  font-size: 0.28rem;
  line-height: 0.32rem;
  color: #999;
  position: relative;
}
.subTitle1 h4::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.4rem;
  bottom: -0.3rem;
  width: 0.8rem;
  height: 0.04rem;
  display: block;
  background: #e64a19;
}


.subTitle3 {
  padding-bottom: 0.48rem;
  text-align: center;
  width: 100%;
}
.subTitle3 h3 {
  font-size: 0.36rem;
  line-height: 0.36rem;
  margin-bottom: 0.16rem;
}
.subTitle3 h4 {
  font-size: 0.28rem;
  line-height: 0.28rem;
  color: #999;
  position: relative;
}
.subTitle3 h4::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.48rem;
  width: 0.8rem;
  height: 0.04rem;
  margin-left: -0.4rem;
  display: block;
  background: #e64a19;
}


.moreBtn {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  width: 3.52rem;
  border: 1px solid #e64a19;
  text-align: center;
  line-height: 0.88rem;
  color: #e64a19;
  position: relative;
}
.moreBtn::before {
  content: "";
  width: 120%;
  height: 120%;
  position: absolute;
  z-index: 0;
  left: -120%;
  top: -10%;
  background-color: #e64a19;
}
.moreBtn span {
  position: relative;
  z-index: 2;
  display: block;
}
.moreBtn,
.moreBtn::before,
.moreBtn span {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.moreBtn:focus::before,
.moreBtn:hover::before {
  left: -10%;
}
.moreBtn:focus span,
.moreBtn:hover span {
  color: #fff;
}


.brandStory{
    width: 100%;
}
.brandStory li{
    margin-bottom: 0.32rem;
    position: relative;
}
.brandStory li:last-child{
    margin-bottom: 0;
}
.brandStory .imgBox{
    width: 100%;
    height:2rem;
    position: relative;
}
.brandStory .imgBox img{
    width: 100%;
    height:2rem;
}
.brandStory .imgBox::before {
    content: '';
    width: calc(50% - 0.16rem);
    height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
    border-bottom: 0.16rem solid #E64A19;
    border-left: 0 solid #E64A19;
    border-right: 0.16rem solid rgba(0, 0, 0, 0);
}
.brandStory .imgBox::after {
    content: '';
    width: calc(50% - 0.16rem);
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    background: rgba(0, 0, 0, 0);
    border-top: 0 solid rgba(0, 0, 0, 0);
    border-bottom: 0.16rem solid #E64A19;
    border-left: 0.16rem solid rgba(0, 0, 0, 0);
    border-right: 0 solid #E64A19;
}
.brandStory li:nth-child(2) .imgBox::before{
    border-bottom: 0.16rem solid #FFA801;
    border-left: 0 solid #FFA801;

}
.brandStory li:nth-child(2) .imgBox::after{
    border-bottom: 0.16rem solid #FFA801;
    border-right: 0 solid #FFA801;
}
.brandStory li:nth-child(3) .imgBox::before{
    border-bottom: 0.16rem solid #333;
    border-left: 0 solid #333;

}
.brandStory li:nth-child(3) .imgBox::after{
    border-bottom: 0.16rem solid #333;
    border-right: 0 solid #333;
}
.brandStory .txtBox{
    background: #E64A19;
    color:#fff;
    font-size: 0.28rem;
    padding: 0.32rem 0.32rem 0.32rem 0.48rem;
    text-align: justify;
}
.brandStory .txtBox h3{
    text-align: center;
    font-size: 0.36rem;
    line-height: 0.36rem;
}
.brandStory .txtBox h4{
    text-align: center;
    padding: 0.16rem 0 0.20rem;
    font-size: 0.24rem;
    color:rgba(255, 255, 255, 0.5);
}
.brandStory .txtBox h4 i{
  display: block;
    -webkit-transform: scale(0.84);
     -moz-transform: scale(0.84);
      -ms-transform: scale(0.84);
       -o-transform: scale(0.84);
          transform: scale(0.84);
}
.brandStory .txtBox h5{
    text-align: center;
    font-size: 0.28rem;
    line-height: 0.48rem;
    text-align: left;
}
.brandStory li:nth-child(2) .txtBox{
    background: #FFA801;
}
.brandStory li:nth-child(3) .txtBox{
    background: #333;
}

footer{
  width: 100%;
  padding-top: 0.88rem;
}
footer .footT{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .QRcode{
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
footer .QRcode img{
  width: 1.6rem;
  height: 1.6rem;
}
footer h2{
  padding: 0.1rem 0;
  font-size: 0.24rem;
  line-height: 0.6rem;
  position: relative;
}
footer h2::before {
  content: '';
  position: absolute;
  width: 0.8rem;
  height:0.04rem;
  display: block;
  background: #E64A19;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.4rem;
}
footer .imgLink{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 0.18rem 0 0;
  justify-content: center;
}
footer .imgLink a{
  display: block;
  margin: 0.06rem;
  width: 1.4rem;
  height: 0.88rem;
}
footer .imgLink img{
  width: 100%;
  height: 100%;
}
footer .txtBox{
  padding-bottom: 0.1rem;
  width: 4rem;
  line-height: 0.4rem;
  color: #999;
  text-align: center;
  font-size: 0.2rem;
  -webkit-transform: scale(0.84);
     -moz-transform: scale(0.84);
      -ms-transform: scale(0.84);
       -o-transform: scale(0.84);
          transform: scale(0.84);
}
footer .footB{
  border-top: 1px solid #f4f4f4;
  line-height: 0.32rem;
  color: #999;
  padding: 0.26rem 0;
  text-align: center;
  font-size: 0.2rem;
}
footer .footB span{
  display: block;
  -webkit-transform: scale(0.84);
     -moz-transform: scale(0.84);
      -ms-transform: scale(0.84);
       -o-transform: scale(0.84);
          transform: scale(0.84);
}




.aninodeHide {
  visibility: hidden !important;
}
.aninodeShow {
  visibility: visible !important;
}
.aninodeShow .topIn {
  animation: topIn 1s ease;
}
.aninodeShow .leftIn {
  animation-name: leftIn;
  animation-duration: 1s;
}
.aninodeShow .rightIn {
  animation-name: rightIn;
  animation-duration: 1s;
}
.aninodeShow .bottomIn {
  animation-name: bottomIn;
  animation-duration: 1s;
}

.aninodeShow .fadeIn {
  animation-name: fadeIn;
  animation-duration: 1s;
}
.delay200 {
  animation-delay: 200ms;
  animation-fill-mode: backwards !important;
}
.delay400 {
  animation-delay: 400ms;
  animation-fill-mode: backwards !important;
}
.delay600 {
  animation-delay: 600ms;
  animation-fill-mode: backwards !important;
}
.delay800 {
  animation-delay: 800ms;
  animation-fill-mode: backwards !important;
}
.delay1000 {
  animation-delay: 1000ms;
  animation-fill-mode: backwards !important;
}
.delay1200 {
  animation-delay: 1200ms;
  animation-fill-mode: backwards !important;
}
.delay1400 {
  animation-delay: 1400ms;
  animation-fill-mode: backwards !important;
}
.delay1600 {
  animation-delay: 1600ms;
  animation-fill-mode: backwards !important;
}
.delay1800 {
  animation-delay: 1800ms;
  animation-fill-mode: backwards !important;
}
.delay2000 {
  animation-delay: 2000ms;
  animation-fill-mode: backwards !important;
}

@keyframes topIn {
  from {
    transform: translateY(-50px);
  }
  to {
    transform: translateY(0px);
  }
}
@keyframes leftIn {
  from {
    transform: translateX(-50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rightIn {
  from {
    transform: translateX(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes bottomIn {
  from {
    transform: translateY(50px);
    opacity: 0;
  }
  to {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* body 在横屏底下和竖屏底下一定要做好定位，不然*/
/* 竖屏底下的查询 */
@media screen and (orientation: portrait) {
  body {
    /* 防止页面被刘海遮住 */
    padding-top: constant(safe-area-inset-top);
  }
}
/* 横屏底下的查询 */
@media screen and (orientation: landscape) {
  body {
    /* IOS 11支持*/
    padding-right: constant(safe-area-inset-right);
    padding-left: constant(safe-area-inset-left);
    /*IOS 11.2版本版本支持*/
    padding-right: env(safe-area-inset-right);
    padding-left: env(safe-area-inset-left);
  }
}
