/*---footer---*/

.foot-top-arshine {
  padding: 80px 0;
  background: url(./pics/bg.jpg) no-repeat center top;
  background-size: cover;
}

.foot-top-arshine .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.foot-top-arshine .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.foot-top-arshine .tit {
}

.foot-top-arshine .tit h5 {
  font-size: 24px;
  color: #333333;
  line-height: 1;
  font-family: var(--font-family);
}

.foot-top-arshine .tit p {
  font-size: 24px;
  color: #333333;
  margin: 17px 0 0;
}

.foot-top-arshine a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  background: linear-gradient(94deg, #fedbaf, #e8b270);
  border-radius: 30px;
  font-size: 24px;
  color: #875e29;
  font-family: var(--font-family);
  text-align: center;
  display: inline-block;
}

footer {
  background: url(./pics/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0;
}

footer .wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer h5 {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  font-family: var(--font-family);
  margin-bottom: 40px;
}

.foot-contact {
  width: 500px;
  margin-bottom: 12px;
}

.foot-contact p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.foot-contact p ~ p {
  margin-top: 15px;
}

.foot-contact p:nth-of-type(1) {
  word-break: break-all;
}

.foot-contact p a {
  color: inherit;
}

.foot-contact p:hover {
  color: #875e29;
}

.foot-contact .share {
  font-size: 0;
  margin: 17px 0 0;
}

.foot-contact .share a {
  display: inline-block;
  color: #92959d;
  width: 38px;
  height: 38px;
  line-height: 34px;
  border: 2px solid #92959d;
  border-radius: 50%;
  text-align: center;
}

.foot-contact .share a + a {
  margin-left: 20px;
}

.foot-contact .share a i {
  font-size: 20px;
}

.foot-contact .share a:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}

.foot-link {
  /* width: 365px; */
  background-color: rgba(255, 255, 255, 0.1);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 30px auto 0;
}

.foot-link .list {
  width: 100%;
  position: relative;
  transition: all 500ms;
}

.foot-link .list h6 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 46px;
  text-indent: 20px;
  transition: all 500ms;
}

.foot-link .list ul {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 46px;
  background-color: #fff;
  overflow: hidden;
  height: 0;
  transition: all 500ms;
}

.foot-link .list ul li a {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  padding-left: 20px;
}

.foot-link .list ul li:hover a {
  background: var(--color-primary);
  color: #fff;
}

.foot-link .select_icon {
  width: 55px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  display: block;
  position: relative;
  background-color: rgba(92, 92, 92, 0.6);
  transition: all 500ms;
}

.foot-link .select_icon i {
  font-size: 26px;
  display: inline-block;
  transition: all 500ms;
}

.foot-link:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.foot-link:hover .list h6 {
  color: rgba(29, 29, 29, 0.8);
}

.foot-link:hover .list ul {
  height: 200px;
}

.foot-link:hover .select_icon {
  background-color: rgba(255, 255, 255, 0.8);
}

.foot-link:hover .select_icon i {
  color: #000;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.foot-nav ul {
}

.foot-nav ul li {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.foot-nav ul li + li {
  margin-top: 15px;
}

.foot-nav ul li a:hover {
  opacity: rgba(255, 255, 255, 0.8);
}

.foot-form {
  width: 345px;
}

.foot-form p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}

.foot-form .inquirbox {
  margin-top: 20px;
}

.foot-form .input-box ~ .input-box {
  margin-top: 25px;
}

.foot-form .inquirbox input[type="text"],
.foot-form .inquirbox textarea {
  padding: 12px 25px;
  font-size: 16px;
  border: none;
  border-radius: 35px;
  background: #3b414f;
  color: #fff;
  width: 100%;
}

.foot-form .inquirbox .submit {
  line-height: 46px;
background: linear-gradient(94deg, #fedbaf, #e8b270);
  color: #875e29;
  border-radius: 35px;
  margin: 0;
  font-size: 18px;
  width: 150px;
  font-family: var(--font-family);
}

.foot-form .inquirbox .submit i {
  font-size: 20px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -2px;
}

.foot-form .inquirbox .submit:hover {
  background: var(--color-primary);
  color: #fff;
}

.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding: 40px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.copyright p {
  color: #eeeeee;
  font-size: 18px;
  font-family: var(--font-family3);
}

#gotop-arshine {
  position: fixed;
  bottom: 100px;
  right: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #E5AF6A;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  z-index: 1000;
  cursor: pointer;
  display: none;
  border-radius: 5px;
}

#gotop-arshine i {
  color: #fff;
  font-size: 18px;
}

#gotop-arshine:hover {
  background: #353535;
}

@media screen and (max-width: 1441px) {
  footer h5 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 1367px) {
  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 22px;
  }

  footer h5 {
    font-size: 26px;
    margin-bottom: 25px;
  }

  .foot-contact p {
    font-size: 17px;
    line-height: 28px;
  }

  .foot-nav ul li {
    font-size: 17px;
    line-height: 28px;
  }
}

@media screen and (max-width: 992px) {
  .foot-top-arshine .container{
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .foot-top-arshine {
    padding: 40px 0;
    text-align: center;
  }

  .foot-top-arshine .wp {
    display: block;
  }

  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 20px;
  }

  .foot-top-arshine .tit p {
    margin: 15px 0 0;
  }

  .foot-top-arshine a {
    margin: 30px 0 0;
    width: 220px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }

  footer {
    padding: 30px 0;
  }

  footer .wp {
    display: block;
  }

  footer h5 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
  }

  .foot-contact {
    width: 100%;
    text-align: center;
  }

  .foot-contact p {
    font-size: 16px;
    line-height: 24px;
  }

  .foot-contact p ~ p {
    margin-top: 10px;
  }

  .foot-contact .share {
    font-size: 0;
    margin: 15px 0 0;
  }

  .foot-contact .share a + a {
    margin-left: 15px;
  }

  .foot-contact form {
    margin: 25px auto 0;
  }

  .foot-nav {
    /*display: none;*/
    padding-left:0px !important;
  }
  
  .foot-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
  
  .foot-nav ul li {
    padding: 0px;
    margin: 0 12px 0 0 !important;
}

  .foot-form {
    width: 100%;
    margin: 30px 0 0;
  }

  .foot-form p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }

  .foot-form .inquirbox {
    margin-top: 20px;
  }

  .foot-form .input-box ~ .input-box {
    margin-top: 15px;
  }

  .foot-form .inquirbox input[type="text"],
  .foot-form .inquirbox textarea {
    padding: 10px 15px;
  }

  .foot-form .inquirbox .submit {
    display: block;
    margin: 0 auto;
    font-size: 17px;
  }

  .inquirbox .row {
    margin-bottom: 0;
  }

  .inquirbox .row > div {
    margin-bottom: 10px;
  }

  .inquirbox .submit {
    width: 130px;
    line-height: 36px;
    font-size: 15px;
  }
}

@media screen and (max-width: 600px) {
  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 19px;
  }
}

@media screen and (max-width: 480px) {
  .foot-logo img {
    height: 45px;
  }

  footer h5 {
    font-size: 22px;
  }

  .foot-contact form {
    width: 100%;
  }

  .foot-top-arshine .tit h5,
  .foot-top-arshine .tit p {
    font-size: 18px;
  }

  .foot-top-arshine a {
    margin: 20px 0 0;
    width: 180px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
}

@media screen and (max-width: 900px) {
  #gotop-arshine {
    margin-bottom: 50px;
  }
}


/* 悬浮工具 */
.derun-side-bar {
  top: calc(50% - 106px);
  position: fixed;
  right: 5px;
  z-index: 999;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 0 15px rgba(1, 1, 1, 0.1);
}

.derun-side-bar a {
  display: block;
  cursor: pointer;
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  color: var(--color-primary);
  ;
}

.derun-side-bar a+a {
  border-top: 1px solid var(--color-primary);
}

.derun-side-bar a i {
  display: inline-block;
  font-size: 28px;
  color: inherit;
}

.derun-side-bar a:hover {
  background: var(--color-primary);
  ;
  color: #fff;
}

.derun-side-bar .wx-box {
  width: 150px;
  position: absolute;
  right: 50px;
  top: -50px;
  display: none;
  z-index: 100;
}

.derun-side-bar .wx-box .box {
  width: 140px;
  padding: 5px;
  border: 1px solid #D6D7D7;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.derun-side-bar .wx-box .box img {
  width: 100%;
}

.derun-side-bar .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
}

.derun-side-bar .wx-box .arrowPanel .arrow01 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 2px;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #ddd;
}

.derun-side-bar .wx-box .arrowPanel .arrow02 {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  border-top: 10px dashed transparent;
  border-right: 10px dashed transparent;
  border-bottom: 10px dashed transparent;
  border-left: 10px solid #fff;
}

.derun-side-bar a:hover .wx-box {
  display: block;
}

@media screen and (max-width:768px) {
  .derun-side-bar {
    display: none;
  }
}