.foot-link {
  padding: 40px 0;
  background: #F5F5F5;
}

.foot-link ul {
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  display: none;
}

.foot-link ul li {
  line-height: 30px;
  margin: 0 10px;
  box-sizing: border-box;
}

.foot-link ul li a {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-weight: 300;
  color: #000;
}

.foot-link ul li a img {
  margin-right: 10px;
}

#footer {
  background: #000;
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
}

#footer h5 {
  font-size:26px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  margin: 0 0 20px;
  text-transform: uppercase;
}

#footer>.wp {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
  z-index: 20;
}

.foot-logo {
  width: 354px;
}

.foot-logo img {
  margin-bottom: 20px;
 border-radius: 62px;
    border: 3px solid #fff;
    padding: 15px 30px;
}

.foot-logo p {
  margin: 10px 0 0;
  line-height: 24px;
  font-size: 20px;
  color: #fff;
  font-weight: 300;
}

.foot-logo form {
  margin: 20px 0 0;
  position: relative;
}

.foot-logo .submit_text {
  width: 100%;
  height: 60px;
  line-height: 60px;
  color: #111;
  padding: 0 19px;
  font-size: 18px;
  font-weight: 300;
  background: transparent;
  box-sizing: border-box;
  border-radius: 30px;
  border: 2px solid #545454;
}

.foot-logo .submit_btn {
  margin: 30px 0 0;
  background: transparent;
  width: 150px;
  height: 50px;
  font-size: 18px;
  display: block;
  cursor: pointer;
  padding: 0 19px;
    text-align: left;
  color: #fff;
  font-weight: 300;
  border-radius: 25px;
  border: 3px solid #C5D8EF;
}

.foot-nav {}

.foot-nav ul li {
  font-size: 16px;
  line-height:24px;
  color: #fff;
  font-weight: 300;
 
}
.foot-nav ul li+li{margin-top:15px;}
#footer ul li a{
  color:#FFF;
}
.foot-nav ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.foot-list {}

.foot-list ul li {
  font-size: 16px;
  line-height: 24px;
  color: #c0c0c0;
  font-weight: 300;
}
.foot-list ul li+li{margin-top:15px;}

.foot-list ul li a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.foot-contact {
  width: 400px;
}

.foot-contact h6 {
  font-size: 22px;
  color: #C5D8EF;
  /* font-weight: 600; */
  margin-bottom: 5px;
}

.foot-contact p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 15px;
}

.copyright {
  text-align: center;
  background: #000;
  position: relative;
}
.copyright p {
  padding:10px 30px 10px;
}
.copyright::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* width: 34%; */
  /* height: 100%; */
  /* background: #3a9afe; */
}

.copyright .wp {
  position: relative;
  z-index: 20;
  color: #fff;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.copyright p {
  padding-left: 30px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.copyright .share {}

.copyright .share a {
  display: inline-block;
  color: #fff;
  margin: 0 25px 0 0;
}

.copyright .share a i {
  font-size: 25px;
}

.copyright .share a:hover {
  color: #000;
}

.side-bar {
  top: 50%;
  margin-top: -200px;
  position: fixed;
  right: 10px;
  z-index: 9999;
  background: #fff;
  border-radius: 3px;
  box-shadow: rgba(62, 57, 107, 0.3) 0px 6px 16px 0px;
}

.side-bar a {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  position: relative;
  color: #676767;
  padding-top: 15px;
  text-align: center;
  box-sizing: border-box;
  border-bottom: 1px solid #E8E8E8;
  border-radius: 3px;
}

.side-bar a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: var(--color-primary);
}

.side-bar a span {
  line-height: 20px;
  font-size: 14px;
  color: #333;
  display: block;
  margin: 10px 0 0;
}

.side-bar a.wx .wx-box {
  width: 132px;
  height: 173px;
  position: absolute;
  right: 78px;
  top: -30px;
  display: none;
}

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

.side-bar a.wx .wx-box .box img {
  width: 120px;
}

.side-bar a.wx .wx-box .box span {
  font-size: 12px;
  color: #333;
  line-height: 18px;
  letter-spacing: 1px;
}

.side-bar a.wx .wx-box .arrowPanel {
  width: 12px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50px;
}

.side-bar a.wx .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;
}

.side-bar a.wx .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;
}

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

.side-bar a#gotop i {
  font-size: 26px;
  color: #333;
}

@media screen and (max-width:1500px) {
  .foot-link ul li a {
    font-size: 16px;
  }

  .foot-link ul li a img {
    margin-right: 5px;
  }

  #footer h5 {
    font-size: 26px;
  }

  .foot-logo {
    width: 350px;
  }

  .foot-logo img {
    height: 100px;
  }

  .foot-logo p {
    font-size: 18px;
  }

  .foot-nav ul li {
    font-size: 16px;
  }

  .foot-list ul li {
    font-size: 16px;
  }

  .foot-contact {
    width: 320px;
  }

  .foot-contact h6 {
    font-size: 20px;
  }

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

@media screen and (max-width:1330px) {
  .foot-link ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .foot-link ul li {
    margin: 0 10px 10px;
  }

  .foot-logo {
    width: 300px;
  }

  .foot-logo img {
    height: 80px;
  }
}

@media screen and (max-width:1150px) {


  .foot-logo {
    width: 270px;
  }

  .foot-nav {
    display: none;
  }

  .foot-contact {
    width: 280px;
  }

}

@media screen and (max-width:768px) {
  .foot-link {
    padding: 20px 0 10px;
  }

  .foot-link ul li {
    line-height: 20px;
    margin: 0 5px 10px;
  }

  .foot-link ul li a {
    font-size: 16px;
  }

  .foot-link ul li a img {
    margin-right: 5px;
  }

  #footer {
    padding: 30px 0;
  }

  #footer h5 {
    font-size: 24px;
    text-align: center;
  }

  #footer>.wp {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

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

  .foot-logo img {
    height: 80px;
    margin-bottom: 15px;
  }

  .foot-logo p {
    font-size: 18px;
  }

  .foot-logo form {
    position: relative;
  }

  .foot-logo .submit_text {
    height: 50px;
    line-height: 50px;
    padding: 0 120px 0 15px;
    font-size: 16px;
  }

  .foot-logo .submit_btn {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 110px;
    height: 50px;
    font-size: 16px;
  }

  .foot-nav,
  .foot-list {
    display: none;
  }

  .foot-contact {
    width: 100%;
    margin: 25px 0 0;
  }

  .foot-contact h6 {
    font-size: 20px;
  }

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

  .copyright {
    background: var(--color-primary);
  }

  .copyright::after {
    display: none;
  }

  .copyright .wp {
    padding: 15px 0 60px;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .copyright p {
    font-size: 15px;
  }

  .copyright .share {
    margin: 15px 0 0;
  }

  .copyright .share a {
    margin: 0 5px;
  }

  #gotop {
    display: none;
  }
}

@media screen and (max-width:480px) {
  .foot-logo img {
    height: 80px;
  }
  .copyright .wp{
          padding: 15px 0 0px !important;
  }
  .copyright p{
  font-size:12px !important;
  }
  .foot-logo p{
  font-size:14px !important;
  }
  #footer h5{
font-size:20px !important
}
.foot-contact p{
font-size:12px !important;
}
}