/*底部*/
.qili-footer {
  position: relative;
  overflow: hidden;
  padding: 50px 0 45px;
  background: #f8f8f8;
}

.qili-footer .foot {
  margin-right: 60px;
}

.qili-footer .foot h2 {
  font-size: 24px;
  font-weight: bold;
  color: #1d222d;
  margin-bottom: 20px;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.qili-footer .foot h2 i {
  font-size: 20px;
  display: block;
  transition: all 0.35s;
  cursor: pointer;
}

.qili-footer .foot li {
  display: block;
  margin-bottom: 10px;
}

.qili-footer .foot li > a {
  display: block;
  line-height: 1.7;
  font-size: 16px;
  color: #64759a;
}

.qili-footer .foot li:hover > a {
  color: var(--link-color-hover)
}

.qili-footer .foot.f1 {
  width: 480px;
  padding-left: 22px;
}

.qili-footer .foot.f1 .tel {
  overflow: hidden;
  margin-bottom: 45px;
}

.qili-footer .foot.f1 .tel h3 {
  font-size: 24px;
  font-weight: bold;
  color: #1d222d;
  margin-bottom: 15px;
}

.qili-footer .foot.f1 .tel p {
  font-size: 16px;
  color: #64759a;
  line-height: 1.5;
  word-break: break-word;
}

.qili-footer .foot.f1 .tel p > a {
  color: #64759a;
}

.qili-footer .foot.f1 .tel p > a:hover {
  color: var(--link-color-hover)
}

/*.qili-footer .foot.f1 .tel:nth-child(1) p a {
  font-size: 28px;
  color: var(--link-color-selected);
}
*/
.qili-footer .foot.f2 {
  width: 470px;
}

.qili-footer .foot.f3 {
  width: 365px;
}

/*.qili-footer .foot.f2 ul li,
.qili-footer .foot.f3 ul li {
  width: calc((100% - 15px) / 2);
  margin: 0 15px 25px 0;
}*/

/*版权*/
.qili-copy {
  padding: 50px 0;
  margin-top: -35px;
  position: relative;
  background: #f8f8f8;
}

.qili-copy .skill {
  display: inline-flex;
  overflow: hidden;
  border-radius: 20px;
  background: #ffffff;
  padding: 20px 0;
  box-shadow: 0 0 5px #d5d5d5;
  height: 90px;
  box-sizing: border-box;
}

.qili-copy .skill .logo {
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  color: #7c7c7c;
  text-transform: uppercase;
  border-right: 1px solid #64759a;
}

.qili-copy .skill .logo img {
  margin: 0;
  max-height: 65px;
}

.qili-copy .skill .by {
  display: flex;
  align-items: center;
  width: 230px;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #64759a;
}

.qili-copy .skill .by img {
  margin: 0 0 0 10px;
  max-height: 39px;
}

.qili-copy .share {
  position: relative;
}

.qili-copy .share span {
  font-size: 18px;
  color: #1d222d;
  font-weight: bold;
}

.qili-copy .share .list a {
  display: inline-flex;
  width: 42px;
  height: 42px;
  background: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 10px;
  box-shadow: 0 0 3px rgba(48, 71, 89, 0.5);
  box-sizing: border-box;
}

.qili-copy .share .list a i {
  font-size: 24px;
  color: #64759a;
}

.qili-copy .share .list a:hover {
  background: var(--btn-bg-hover);
}

.qili-copy .share .list a:hover i {
  color: #fff;
}

.qili-copy .share .list a:last-child {
  margin-right: 0;
}

.qili-copy .txt p {
  font-size: 16px;
  color: #64759a;
  text-align: right;
}

.qili-copy .txt p a {
  color: #64759a;
}

/*手机底部导航*/
.qili-mobMenu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #f1f1f1;
  display: none;
}

.qili-mobMenu > .qili-foot_nav {
  width: 25%;
  float: left;
  text-align: center;
  color: #898989;
  font-size: 12px;
  font-family: "Arial"
}

.qili-mobMenu > .qili-foot_nav > a > i {
  display: block;
  padding: 3px 0 0;
  font-size: 18px;
  line-height: 24px
}

.qili-mobMenu > .qili-foot_nav > a > .hamburger {
  position: inherit;
  float: none;
  margin: 0 auto;
  width: 100%
}


.gotop-guanxiang {
	position: fixed;
    right: 10px;
    top: 50%;
    display: none;
    z-index: 99;
}
.gotop-guanxiang a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 8px;
    background: var(--btn-bg);
    margin: 10px 0;
    text-align: center;
    line-height: 44px;
    box-shadow: 1px 2px 6px 2px rgb(0,0,0,0.1);
    cursor: pointer;
    position: relative;
}
.gotop-guanxiang a img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gotop-guanxiang a:hover{
	background: var(--btn-bg-hover);
}


.cd-popup.is-visible{
	opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}
.cd-popup{
	display: block;
	position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 1000;
}
.cd-popup .div_info{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	float: none;	
	overflow: auto;
	width: 50%;
	max-height: 80%;
	padding: 28px;
	background: #fff;
	box-shadow: 2px 3px 10px rgba(0,0,0,0.1);
}
.cd-popup .cd-popup-close {
    position: absolute;
    right: 5%;
    top: 8px;
    font-size: 38px;
    color: #999;
}
.cd-popup .xgeffect .detailtop {
  overflow: hidden;
  border-bottom: 1px solid #d5d5d5;
}
.cd-popup .xgeffect .detailtop h2 {
  background: var(--bg-color);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  color: #fff;
  padding: 12px 32px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cd-popup .Inquiry {
    overflow: hidden;
}
.cd-popup .onlineInquiry {
    overflow: hidden;
    margin-top: 20px;
}
.cd-popup .onlineInquiry .input {
  overflow: hidden;
  background: none;
  border: 0;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 25px;
  width: 50%;
  margin-right: 0;
  float: left;
}
.cd-popup .onlineInquiry .input label {
  display: block;
  font-size: 15px;
  line-height: 2;
}
.cd-popup .onlineInquiry .input label font {
  color: var(--text-color-active);
}
.cd-popup .onlineInquiry .input.textarea {
  width: 100%;
}
.cd-popup .onlineInquiry .input > input {
  width: 100%;
  background: none;
  box-sizing: border-box;
  padding: 15px 12px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.cd-popup .onlineInquiry .input > textarea {
  width: 100%;
  background: none;
  outline: none;
  padding: 15px 12px;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
}
.cd-popup .onlineInquiry .button {
  overflow: hidden;
  width: 100%;
  float: left;
}
.cd-popup .onlineInquiry .button > button {
  border: 0;
  width: auto;
  padding: 10px 40px;
  position: relative;
  font-size: 17px;
  display: inline-block;
  transition: all 0.35s;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  outline: none;
  overflow: hidden;
  background: var(--btn-bg);
  border-radius: 40px;
}
.cd-popup .onlineInquiry .crmFormVali-error {
  top: inherit;
  bottom: 10px;
}


@media(min-width: 1080px) {
  .qili-copy:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: #dedede;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }

  .qili-copy .wp {
    z-index: 2;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .qili-copy .skill {
    margin: 0;
  }

  .qili-copy .share span {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    padding-bottom: 10px;
  }

  .qili-copy .txt {
    position: absolute;
    right: 0;
    bottom: -25px;
  }

  .qili-footer .wp {
    display: flex;
    justify-content: space-between;
    align-content: flex-start
  }

  .qili-footer .foot h2 i {
    display: none;
  }
  /*.qili-footer .foot.f2 ul,
  .qili-footer .foot.f3 ul li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .qili-footer .foot.f2 ul li:nth-child(2n),
  .qili-footer .foot.f3 ul li:nth-child(2n) {
    margin-right: 0;
  }*/
}

@media(max-width: 1600px) {
  .qili-footer {
    padding: 43px 0 38px;
  }
  .qili-footer .foot {
    margin-right: 72px;
  }
  .qili-footer .foot.f1 {
    width: 408px;
    padding-left: 19px;
  }
  .qili-footer .foot.f2 {
    width: 400px;
  }
  .qili-footer .foot.f1 .tel {
    margin-bottom: 38px;
  }
  /*.qili-footer .foot.f1 .tel:nth-child(1) p a {
    font-size: 31px;
  }*/
  .qili-copy .skill .logo {
    width: 128px;
  }
  .qili-footer .foot.f3 {
    width: 310px;
  }
  .qili-copy .skill .by {
    font-size: 14px;
  }
  .qili-copy .share .list a i {
    font-size: 20px;
  }
}

@media(max-width: 1440px) {
  .qili-footer {
    padding: 35px 0 32px;
  }
  .qili-footer .foot {
    margin-right: 60px;
  }
  .qili-footer .foot.f1 {
    width: 336px;
    padding-left: 15px;
  }
  .qili-footer .foot.f2 {
    width: 329px;
  }
  .qili-footer .foot.f1 .tel {
    margin-bottom: 30px;
  }
  .qili-footer .foot.f1 .tel h3 {
    margin-bottom: 10px;
  }
  /*.qili-footer .foot.f1 .tel:nth-child(1) p a {
    font-size: 25px;
  }*/
  .qili-copy .skill {
    padding: 14px 0;
  }
  .qili-copy .skill .logo {
    width: 105px;
  }
  .qili-footer .foot.f3 {
    width: 256px;
  }
  .qili-copy .skill .by {
    font-size: 12px;
  }
  .qili-copy .share .list a {
    width: 36px;
    height: 36px;
  }
  .qili-copy .share .list a i {
    font-size: 20px;
  }
}

@media(max-width: 1220px) {
  .qili-footer {
    padding: 33px 0 29px;
  };
  .qili-footer .foot {
    margin-right: 55px;
  }
  .qili-footer .foot.f1 {
    width: 312px;
  }
  .qili-footer .foot.f2 {
    width: 306px;
  };
  /*.qili-footer .foot.f1 .tel:nth-child(1) p a {
    font-size: 23px;
  }*/
  .qili-copy .skill .logo {
    width: 98px;
  }
  .qili-footer .foot.f3 {
    width: 237px;
  };
}

@media(max-width:1199px) {
  .qili-footer .foot.f3 {
    width: auto;
  }
  .qili-copy {
    margin-top: 0;
    margin-bottom: 40px;
    padding: 0 0 2vw;
  }
  .qili-copy .skill {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 7px 15px;
    align-items: center;
    justify-content: center;
  }
  .qili-copy .skill .logo {
    width: 45%;
    margin: 0;
    padding-right: 10px;
  }
  .qili-copy .skill .logo img {
    width: 40px;
  }
  .qili-copy .skill .by {
    width: auto;
    margin: 0;
    padding-left: 20px;
  }
  .qili-copy .skill .by img {
    height: 22px;
  }
  .qili-copy .share {
    position: inherit;
    top: inherit;
    right: inherit;
    text-align: center;
    padding: 15px 0;
  }
  .qili-copy .share .list {
    margin-top: 10px;
  }
  .qili-copy .txt p {
    text-align: center;
    font-size: 12px;
  }

  .qili-mobMenu {
    display: block;
  }
  .qili-footer {
    padding: 30px 0;
  }

  .qili-footer .qili-foot_nav {
    display: block;
  }

  .qili-footer .foot {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .qili-footer .foot.f1 {
    width: auto;
    padding-left: 0;
  }

  .qili-footer .foot.f1 .tel {
    margin-bottom: 10px;
  }

  .qili-footer .foot.f1 .tel h3 {
    font-size: 16px;
  }

  .qili-footer .foot.f1 .tel p {
    font-size: 13px;
  }

  .qili-footer .foot.f2 {
    width: auto;
  }

  .qili-footer .foot.f2 ul li,
  .qili-footer .foot.f3 ul li {
    width: auto;
    margin: 0;
  }

  .qili-footer .foot h2 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 2;
    border-bottom: 1px solid #d5d5d5
  }

  .qili-footer .foot ul {
    margin-top: 15px;
  }

  .qili-footer .foot ul li {
    margin-bottom: 5px;
  }
  .qili-footer .foot.on h2 i {
    transform: rotate(-180deg)
  }
  .cd-popup .div_info{
  	width: 86%;
  }
}
@media(max-width: 767px) {
  .qili-footer .foot li {
    margin-bottom: 6px;
  }
  /*.qili-footer .foot.f1 .tel:nth-child(1) p a {
    font-size: 22px;
  }*/
  .qili-copy .share span {
    margin: 0 9px;
  }
  .qili-copy .share .list a {
    width: 25px;
    height: 25px;
  }
  .qili-copy .share .list a i {
    font-size: 14px;
  }
  .cd-popup .onlineInquiry .input{
	width: 100%;
	float: none;
  }
}