 /*footer样式*/
 .footer-box {
   width: 100%;
   background-image: url("../image/buttom-bg@2x.png");
   background-size: cover;
   margin-top: -1px;
 }

 .footer {
   font-size: 14px;
   font-weight: 400;
   color: #ffffff;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-around;
   margin: 0 auto;
   width: 90%;
   max-width: 1400px;
 }

 .footer-inner-box {
   width: 100%;
   display: flex;
   justify-content: space-between;
 }

 /* .foot-telbox {
   padding-left: 30px;
 } */

 .qrcode {
   padding: 0 40px;
 }

 .qrcode img {
   width: 140px;
   height: 140px;
 }

 .footer-address {
   padding-top: 35px;
   padding-right: 30px;
 }

 .footer-address img {
   width: 14px;
   height: 14px;
   display: inline-block;
 }

 .footer-address li {
   margin: 22px 0;
 }

 .footer-address span {
   font-size: 14px;
   color: #FFFFFF;
   letter-spacing: 0;
   font-weight: 400;
 }

 .footer-address p {
   font-size: 14px;
   color: #FFFFFF;
   letter-spacing: 0;
   line-height: 22px;
   margin-top: 7px;
 }

 .footer-address li:last-child {
   margin-bottom: 0px;
 }

 .footer-box .bottomPart {
   height: 60px;
   border-top: 1px solid #373737;
   /* margin-top: 45px; */
 }

 .footer-box .bottomPart p {
   margin-bottom: 0;
   text-align: center;
   font-size: 12px;
   color: #999999;
   letter-spacing: 0;
   font-weight: 400;
 }

 .footer-box .bottomPart p:nth-of-type(1) {
   margin-top: 10px;
 }

 .footer-tel img {
   width: 12px;
   margin-right: 5px;
   height: 12px;
   display: inline-block;
 }

 .footer-email {
   margin-top: 22px;
   margin-bottom: 6px;
 }

 .footer-email img {
   margin-right: 5px;
   width: 12px;
   height: 10px;
   display: inline-block;
 }

 .footer-copyimg {
   display: none;
   width: 27px;
   height: 27px;
   margin: 0 !important;
   margin-left: 10px !important;
 }

 .teldisplay {
   display: none;
 }

 .notteldisplay {
   display: block;
 }

 .copysuccess {
   display: none;
   opacity: 1;
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   box-sizing: border-box;
   padding: 6px 12px;
   border-radius: 10px;
   background-color: rgba(0, 0, 0, 0.5);
   color: rgba(255, 255, 255);
   font-size: 14px;
   transition: all 1s linear;
 }

 .footqg-box {
   padding-top: 56px;
   display: flex;
   flex-direction: column;
   flex-shrink: 0;
 }
 .footqg-l-b{
  display: flex;
  flex-direction: column;
 }

 .footqg-l {
   font-size: 14px;
   color: rgba(255, 255, 255, 0.7);
   line-height: 22px;
 }

 .footqg-i {
   font-size: 14px;
   color: #FFFFFF;
   line-height: 22px;
   margin-top: 10px;
   cursor: pointer;
 }

 @media(max-width:1024px) {
   .footer-box {
     height: auto;
   }

   .footer {
     justify-content: center;
   }

   .footer-address {
     padding-top: 0;
     padding-right: 0;
   }

   .foot-telbox {
     width: 60%;
   }

   .footer-a-box {
     width: 60%;
     padding-top: 14px;
   }

   .teldisplaymargin {
     width: 220px;
     justify-content: center;
   }

   .footqg-box {
     width: 220px;
     align-items: center;
     padding-top: 36px;
   }

   .footer-inner-box {
     flex-wrap: wrap;
     justify-content: center;
   }

   .footer-box .bottomPart {
     height: auto;
   }

   .footer-box .bottomPart p {
     line-height: 24px;
   }

 }

 @media(max-width:768px) {
   .footer-address {
     padding-right: 0;
   }

   .footer .qrcode {
     margin-top: 20px;
   }

   .footer-tel {
     margin-top: 15px;
   }

   .footer-tel-a {
     font-size: 22px !important;
     line-height: 30px !important;
   }

   .footer-copyimg {
    width: 24px;
    height: 24px;
     display: inline-block;
   }

   .teldisplay {
     display: flex !important;
   }

   .teldisplaymargin {
     margin-bottom: 10px;
     flex-direction: column;

   }

   .footqg-box {
     padding-top: 0;
     margin-top: 21px;
   }

   .notteldisplay {
     display: none;
   }

   .qrcode img {
     width: 100px;
     height: 100px;
   }

   .qrcode div {
     font-size: 12px;
   }

   .footer-address li {
     font-size: 12px;
     line-height: 22px;
     margin: 0;
     margin-top: 7px;
   }

   .footer-box .bottomPart {
     /* margin-top: 22px; */

   }

   .footer-box .bottomPart p {
     font-size: 10px;
     line-height: 16px;
     padding-bottom: 5px;
   }

   .footer-address span {
     font-size: 14px;
   }

   .footer-address p {
     font-size: 12px;
     margin-top: 0;
   }

   .footer-email {
     margin-top: 5px;
   }
 }

 @media(max-width:628px) {
   .foot-telbox {
     width: 385px;
   }

   .footer-a-box {
     width: 385px;
   }

   .footqg-box {
     width: 385px;
     flex-direction: row;
     align-items: center;
     flex-wrap: wrap;
   }
   .footqg-l-b{
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
   }
   .footqg-i {
     margin-top: 0;
     margin-left: 12px;
   }
   .footqg-l-b>.footqg-i:nth-of-type(1) {
    margin-left: 0;
   }
   .footqg-l{
    width: 100%;
    margin-bottom: 6px;
   }
 }
 @media(max-width:500px) {
  .foot-telbox,.footer-a-box,.footqg-box {
    width: 100%;
  }
  .footqg-l,.footqg-i{
    font-size: 13px;
  }
 }
 @media(max-width:400px) {
  .footqg-box {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .footqg-l{
    width: auto;
    flex-shrink: 0;
   }
   .footqg-l-b>.footqg-i:nth-of-type(1) {
    margin-left: 12px;
   }
   .footqg-l-b>.footqg-i:nth-of-type(2) {
margin-right: 20px;
   }
 }
 .footlbox {
   width: 100%;
   box-sizing: border-box;
   display: flex;
   align-items: flex-start;
   justify-content: center;
   border-top: 1px solid #373737;
   padding: 20px 20px;
   margin-top: 31px;
 }

 .footlname {
   line-height: 20px;
   font-size: 13px;
   color: rgba(255, 255, 255, 0.7);
   margin-top: -2px;
   flex-shrink: 0;
 }

 .footlrow {
   width: 100%;
   max-width: 1330px;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
 }

 .df-acf {
   display: flex;
   align-items: center;
 }

 .df-acf>a {
   line-height: 20px;
   font-size: 13px;
   cursor: pointer;
   color: rgba(255, 255, 255, 0.7) !important;
 }

 .df-acf>a:hover {
   color: rgba(255, 255, 255, 1) !important;
 }

 .footrline {
   width: 1px;
   height: 12px;
   margin: 0 12px;
   background-color: rgba(255, 255, 255, 0.3);
 }

 .df-acf:nth-of-type(13) .footrline {
   display: none;
 }

 @media(max-width:1428px) {
   .footlrow {
     max-width: 1150px;
   }

   .df-acf:nth-of-type(13) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(11) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(21) .footrline {
     display: none;
   }
 }

 @media(max-width:1204px) {
   .footlrow {
     max-width: 1030px;
   }

   .df-acf:nth-of-type(11) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(21) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(19) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(10) .footrline {
     display: none;
   }
 }

 @media(max-width:1088px) {
   .footlrow {
     max-width: 890px;
   }

   .df-acf:nth-of-type(10) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(19) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(17) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(9) .footrline {
     display: none;
   }
 }

 @media(max-width:1008px) {
   .footlrow {
     max-width: 790px;
   }

   .df-acf:nth-of-type(9) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(17) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(8) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(15) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(22) .footrline {
     display: none;
   }
 }

 @media(max-width:908px) {
   .footlrow {
     max-width: 740px;
   }

   .df-acf:nth-of-type(7) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(15) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(22) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(8) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(14) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(21) .footrline {
     display: none;
   }
 }

 @media(max-width:856px) {
   .footlrow {
     max-width: 600px;
   }

   .df-acf:nth-of-type(8) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(14) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(21) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(7) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(16) .footrline {
     margin-right: 20px;
   }

   .df-acf:nth-of-type(17) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(12) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(22) .footrline {
     display: none;
   }
 }

 @media(max-width:719px) {
   .footlrow {
     max-width: 550px;
   }

   .df-acf:nth-of-type(17) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(7) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(12) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(22) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(6) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(11) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(16) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(21) .footrline {
     display: none;
   }
      /* 5.28改 */
   .footlbox {
     display: block;
   }

   .footlname {
     margin-bottom: 8px;
   }

   .flinkbox>a {
     margin-top: 4px;
   }

   .flinkcon {
     width: 100%;
   }
 }

 @media(max-width:662px) {


   .footlrow {
     max-width: 430px;
   }

   .df-acf:nth-of-type(6) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(21) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(11) .footrline {
     display: block;
     margin-right: 20px;
   }

   .df-acf:nth-of-type(12) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(5) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(9) .footrline {
     display: none;
   }

   .df-acf:nth-of-type(20) .footrline {
     display: none;
   }
 }

 @media(max-width:545px) {
   .footlrow {
     /* max-width: 270px; */
     max-width: auto;
   }

   .df-acf:nth-of-type(5) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(9) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(13) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(17) .footrline {
     display: block;
   }

   .df-acf:nth-of-type(21) .footrline {
     display: block;
   }

   .df-acf:nth-child(n) .footrline {
     display: none;
   }

   .df-acf {
     width: 33.33%;
     margin-bottom: 2px;
   }

   .df-acf>a:hover {
     color: rgba(255, 255, 255, 0.7) !important;
   }
 }