body {
  min-width: 1200px;
}
.generalTitle {
  text-align: center;
  color: #F08017;
  font-weight: bold;
  font-size: calc(1rem + 0.5vw);
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0 8vw;
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  min-width: 1200px;
}
.header .headWarp {
  width: 155px;
  height: 86px;
  background: #FFFFFF;
  border-radius: 0px 0px 20px 20px;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}
.header .headWarp .headLogo {
  width: 133px;
  height: 68px;
}
.header .headCon {
  float: right;
  flex: 1;
  box-sizing: border-box;
}
.header .headCon .navList {
  float: right;
  margin-top: 1.6vw;
}
.header .headCon .navList .navItem {
  display: inline-block;
  margin-left: 2vw;
}
.header .headCon .navList .navItem a {
  text-decoration: none;
  font-size: calc(1rem + 0.3vw);
  color: #fff;
  line-height: 2.4vw;
}
.header .headCon .navList .navActive {
  position: relative;
}
.header .headCon .navList .navActive a {
  color: #ffffff;
  font-weight: 600;
}
.header .headCon .navList .navActive::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #fff;
}
.scroll {
  background-color: #fff;
  animation: fadeStickyIn 0.3s ease-in-out forwards;
  -webkit-animation: fadeStickyIn 0.3s ease-in-out forwards;
}
@keyframes fadeStickyIn {
  0% {
    opacity: 0;
    top: -3rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
@-webkit-keyframes fadeStickyIn {
  0% {
    opacity: 0;
    top: -3rem;
  }
  to {
    opacity: 1;
    top: 0;
  }
}
.scroll .headCon .navList .navItem a {
  color: #666666;
}
.scroll .headCon .navList .navActive a {
  color: #FB5D06;
}
.scroll .headCon .navList .navActive::after {
  background-color: #FB5D06;
}
.main .headBox {
  position: relative;
}
.main .headBox .headImg {
  width: 100%;
  display: block;
}
.main .headBox .headQr {
  width: 174px;
  height: 174px;
  position: absolute;
  top: 66.29%;
  right: 25.36%;
}
.main .brief {
  width: 83.54%;
  height: 10.23%;
  background-color: #fff;
  margin: 67px auto 0;
  border-radius: 20px;
  box-sizing: border-box;
  padding-bottom: 82px;
}
.main .brief .briefTitle {
  padding-top: 58px;
  box-sizing: border-box;
}
.main .brief .briefText {
  width: 89.71%;
  height: 50.78%;
  margin: 76px auto 0;
  font-size: calc(1rem + 0.05vw);
  line-height: calc(1rem + 1vw);
}
.main .brief .briefText p {
  text-indent: 2em;
  margin-top: 20px;
}
.main .advantage {
  margin: 0 auto 220px;
  width: 83.54%;
  height: 10.23%;
}
.main .advantage .advantageTitle {
  margin-top: 100px;
  margin-bottom: 137px;
}
.main .advantage .flexBox {
  display: flex;
}
.main .advantage .flexBox .flexItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}
.main .advantage .flexBox .flexItem .flexImg {
  width: 131px;
  height: 131px;
  margin-bottom: 57px;
}
.main .advantage .flexBox .flexItem .flexTextBox {
  text-align: center;
}
.main .advantage .flexBox .flexItem .flexTextBox h4 {
  /*font-size:calc(1rem + 0.7vw) ;*/
  font-size: calc(1rem + 0.2vw);
  font-weight: bold;
  color: #333333;
  /*line-height: 48px;*/
}
.main .advantage .flexBox .flexItem .flexTextBox p {
  font-size: calc(1rem + 0.2vw);
  font-weight: 400;
  color: #666666;
  line-height: calc(1rem + 3.4vw);
}
.main .business {
  width: 100%;
  height: 1016.8px;
  background-image: url('../images/newAbout/ywBg.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.main .business .businessBox .businessTitle {
  font-size: calc(1rem + 0.6vw);
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-top: 80px;
}
.main .business .businessBox .businessCont {
  width: 83.44%;
  background-color: #fff;
  margin: 100px auto 0;
  padding: 30px;
  display: flex;
}
.main .business .businessBox .businessCont .businessLeft {
  width: 33.44%;
  height: 100%;
  margin-left: calc(1rem + 3.33vw);
  margin-right: 6.46%;
}
.main .business .businessBox .businessCont .businessLeft .qrCodeBox{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top:18vh ;
}
.main .business .businessBox .businessCont .businessLeft .qrCodeBox .qrImg{
    width: 260px;
    height: 260px;
}
.main .business .businessBox .businessCont .businessLeft .qrCodeBox .qrText{
  color: #F08017;
  font-size: calc(1rem + 0.416vw);
  margin-top: 30px;
}

.main .business .businessBox .businessCont .businessLeft .bushead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .business .businessBox .businessCont .businessLeft .busText {
  width: 90%;
  font-size: calc(1rem + 0.05vw);
  color: #666666;
  line-height: calc(1rem + 1.5625vw);
  margin-left: 10%;
}
.main .business .businessBox .businessCont .businessLeft .orders {
  font-size: calc(1rem + 0.05vw);
  color: #F08017;
  line-height: 60px;
  margin-top: 112px;
  text-align: right;
  border-bottom: 1px solid #F0F0F0;
  margin-left: 10%;
  cursor: pointer;
}
.main .business .businessBox .businessCont .businessRight {
  width: 54%;
}
.main .business .businessBox .businessCont .businessRight .busList .busItem .Itemhead {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .business .businessBox .businessCont .businessRight .busList .busItem .qrCodeBox {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.main .business .businessBox .businessCont .businessRight .busList .busItem .qrCodeBox .qrImg{
  height: 271px;
  width: 278px;
}
.main .business .businessBox .businessCont .businessRight .busList .busItem .qrCodeBox .qrText{
  color: #F08017;
  font-size: calc(1rem + 0.05vw);
  margin-top: 30px;
}
.main .business .businessBox .businessCont .businessRight .busList .busItem .ItemTextBox {
  font-size: calc(1rem + 0.05vw);
  color: #666666;
  line-height: calc(1rem + 1.5625vw);
}
.main .business .businessBox .businessCont .businessRight .busList .busItem .orders {
  margin-top: 16px;
  color: #F08017;
  font-size: calc(1rem + 0.05vw);
  text-align: right;
  line-height:calc(1rem + 1.77vw);
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
}
.main .business .businessBox .busImg {
  width: 138px;
  height: 138px;
}
.main .business .businessBox .busTitle {
  font-size:calc(1rem + 0.3vw);
  font-weight: bold;
  color: #333333;
}
.main .partner {
  margin-bottom: 80px ;
}
.main .partner .panrnerTitle {
  margin-top: 120px;
  margin-bottom: 95px;
}
.main .partner .partnerBox {
  width: 78.33%;
  height: 12.82%;
  margin: 0 auto;
}
.main .partner .partnerBox .partnerImg {
  width: 100%;
  height: 100%;
}
.main .navList {
  background-color: #707070;
  width: 100%;
  height: 100px;
  padding: 0 8vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  box-sizing: border-box;
}
.main .navList .navItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .navList .navItem span {
  font-size: calc(1rem + 0.05vw);
  color: #FFFEFE;
  line-height: 39px;
  margin-left: 20px;
}
.footerNav {
  padding: 0 8vw;
  box-sizing: border-box;
}
.footerNav .footerBox {
  margin-top: 50px;
  margin-left: 65px;
  /*padding-bottom: 78px;*/
  display: flex;
  border-bottom: 3px solid #BFBFBF;
}
.footerNav .footerBox .boxLeft {
  flex: 7;
}
.footerNav .footerBox .boxLeft .boxAbout {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #BFBFBF;
  padding-bottom: 10px;
}
.footerNav .footerBox .boxLeft .boxAbout .boxItem {
  flex: 1;
  text-align: center;
}
.footerNav .footerBox .boxLeft .boxAbout .boxItem span {
  display: block;
  color: #707070;
  font-size: calc(1rem + 0.04vw);
  text-align: left;
  padding-top: 4px;
}
.footerNav .footerBox .boxLeft .boxAbout .boxItem span:nth-child(1) {
  margin-bottom: 15px ;
  /*font-weight: bold;*/
  font-size: calc(1rem + 0.04vw);
  color: #000000;
}
.footerNav .footerBox .boxLeft .boxAbout .boxItem span a {
  text-decoration: none;

  color: #707070;
}
.footerNav .footerBox .boxLeft .boxAbout .boxItem .itemImg {
  width: 100px;
  height: 100px;
}
.footerNav .footerBox .boxLeft .boxAbout .boxItem p {
  text-align: center;
}
.footerNav .footerBox .boxLeft .boxBlogroll {
  margin: 40px 0 0 14px;
}
.footerNav .footerBox .boxLeft .boxBlogroll .blogrollTitle {
  color: #000000;
  font-size: calc(1rem + 0.05vw);
}
.footerNav .footerBox .boxLeft .boxBlogroll .blogrollList {
  margin-top: 20px ;
  margin-bottom: 10px;
}
.footerNav .footerBox .boxLeft .boxBlogroll .blogrollList li {
  display: inline-block;
  margin-right: 10px;
}
.footerNav .footerBox .boxLeft .boxBlogroll .blogrollList li a {
  text-decoration: none;
  color: #707070;
}
.footerNav .footerBox .boxRight {
  flex: 4;
  border-left: 3px solid #BFBFBF;
  padding-left: 20px ;
  box-sizing: border-box;
}
.footerNav .footerBox .boxRight .boxhead {
  display: flex;
  align-items: center;
}
.footerNav .footerBox .boxRight .boxhead .headLeft {
  width: 245px;
  height: 90px;
  background: #707070;
  border-radius: 9px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerNav .footerBox .boxRight .boxhead .headLeft .headImg {
  width: 76px;
  height: 74px;
}
.footerNav .footerBox .boxRight .boxhead .headLeft .headText {
  font-size: calc(1rem + 0.05vw);
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 16px;
  text-align: center;
}
.footerNav .footerBox .boxRight .boxhead .headRight {
  font-size: calc(1rem + 0.05vw);
  color: #000000;
  margin-left: 36px;
}
.footerNav .footerBox .boxRight .boxText {
  font-size: calc(1rem + 0.05vw);
  color: #707070;
  margin-top: 40px;
  line-height: 30px;
}
.footerNav .footerBox .boxRight .boxText P:nth-child(2) {
  margin-top: 20px;
}
.footerNav .footerBox .boxRight .boxHelp {
  margin-top: 16px;
}
.footerNav .footerBox .boxRight .boxHelp .helpImg {
  width: 31px;
  height: 31px;
  vertical-align: middle;
  margin-right: 10px;
}
.footerNav .footerBox .boxRight .boxHelp span {
  font-size: 24px;
}
.footerNav .archivalInfo {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 55px;
}
.footerNav .archivalInfo p {
  line-height: calc(1rem + 0.729vw);
  color: #707070;
  font-size:calc(1rem + 0.05vw);
}
