/*---footer---*/

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

.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 .tit {}

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

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

.foot-top-arshine a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  background: var(--active-color);
  border-radius: 30px;
  font-size: 24px;
  color: #fff;
  font-family: var(--font-family1);
  text-align: center;
  display: inline-block;
}


footer {
  background: #242A3A;
  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-family1);
  margin-bottom: 40px;
}

.foot-contact {
  width: 500px;
}

.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) {}

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

.foot-contact p:hover {
  color: #0090ff;
}

.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(--active-color);
  border-color: var(--active-color);
  color: #fff;
}

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

.foot-link .list {
  width: 309px;
  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(--active-color);
  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: #9d9d9d;
}

.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: #9d9d9d;
}

.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;
}

.foot-form .inquirbox .submit {
  line-height: 46px;
  background: #fff;
  color: var(--active-color);
  border-radius: 35px;
  margin: 0;
  font-size: 18px;
  font-family: var(--font-family1);
}

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

.foot-form .inquirbox .submit:hover {
  background: var(--active-color);
  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: #0062B2;
  -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;
}

.cd-popup-arshine.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.cd-popup-arshine {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1000
}

.cd-popup-arshine .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -286px;
  float: none;
  width: 80%;
  padding: 58px;
  background: #fff
}

.cd-popup-arshine .div_info h3 {
  padding-bottom: 20px;
  font-family: montserrat-bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1px;
}

.cd-popup-arshine-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999
}
                        
.inquirbox{}
.inquirbox h5{background:#F0B323;}
.inquirbox .row{margin-bottom:15px;}
.inquirbox input[type="text"],.inquirbox textarea{padding:10px 10px;font-size:16px;border:1px solid #D2D2CF;width:100%;line-height:22px;text-align:left;color:#111;box-sizing:border-box;}
.inquirbox textarea{max-width:100%;width:100%;resize:none;}
.inquirbox input[type="text"]:focus,.inquirbox textarea:focus{outline:0;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.inquirbox .red{color:#f00;font-weight:bold;}
.inquirbox .yzm { width:70%; margin-right:10px;}
.inquirbox img {cursor: pointer; margin-left: 3px; display: inline-block;vertical-align: middle;}
.inquirbox .submit{margin:0 auto;width:150px;line-height:42px;background:var(--btn-bg);text-align:center;display:block;color:#fff;font-size:16px;cursor:pointer;}
.inquirbox .submit:hover{background:var(--btn-bg-hover);}
                          
.crm-form .inquirbox input[type="text"],.crm-form .inquirbox textarea{padding:10px 12px;font-size:16px;font-family:var(--font-family3);}
.crm-form .inquirbox .submit{margin:0 auto;width:220px;line-height:45px;border-radius:40px;background:var(--btn-bg);text-align:center;display:block;color:#fff;font-size:20px;cursor:pointer;font-family:var(--font-family1);}
.crm-form .inquirbox .submit i{font-size:22px;}
.crm-form .inquirbox .submit:hover{background:var(--btn-bg-hover);}

@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: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;
  }

  .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 {
    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;
  }
}