article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}

.footer{background: #616665;padding:60px 0;border-top:0px solid #F3F3F3;position:relative;}

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

.footer h5{font-size:24px;color: #fff;font-weight:700;line-height:1;margin:0 0 15px;text-transform:uppercase;}



.foot-nav{}

.foot-nav ul{margin:0;overflow:hidden;}

.foot-nav ul li{color:#505050;font-size:20px;line-height:25px;font-weight:300;}

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

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

#gotop{position:fixed;bottom:100px;right:10px;height:40px;width:40px;line-height:40px;text-align:center;background:var(--btn-bg);-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;z-index:1000;cursor:pointer;display:none;border-radius:5px;}
#gotop i{color:#fff;font-size:18px;}
#gotop:hover {background:#353535;}

.foot-list{}

.foot-list ul{margin:0;overflow:hidden;}

.foot-list ul li{color: #ffffff;font-size:18px;line-height:25px;font-weight:300;}

.foot-list ul li+li{margin-top:8px;}

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



.foot-contact{width:500px;}

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

.foot-contact p+p{margin-top:8px;}

.foot-contact p a:hover{color:var(--active-color);}


.copyright{padding:30px 0;background: #dbdbdb;}

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

.copyright p{color:#141414;font-size:18px;font-weight:300;max-width:70%;}

.copyright .share{font-size:0;}

.copyright .share a{display:inline-block;width:34px;height:34px;line-height:34px;color:#fff;border-radius:50%;background:var(--btn-bg);text-align:center;}

.copyright .share a+a{margin-left:10px;}

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

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

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


@media screen and (max-width:1441px) {
.foot-list ul li{font-size:17px;line-height:24px;}
.foot-contact{width:400px;}
.foot-contact p{font-size:17px;line-height:24px;}

}

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

.foot-contact{width:350px;}
.foot-logo{width:200px; padding: 0 10px;}
.copyright p{font-size:17px;}
}

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

#gotop{display:none;}

.footer{padding:30px 0;}
.footer .wp{display:block;}
.footer h5{font-size:22px;text-align:center;}

.foot-logo{width:100%;text-align:center;}
.foot-list{display:none;}
.foot-contact{width:100%;margin:20px 0 0;}
.foot-contact p{font-size:16px;}

.copyright{padding:20px 0;text-align:center;}
.copyright .wp{display:block;}
.copyright p{font-size:16px;max-width:none;}
.copyright .share{margin-top:15px;}
.copyright .share a+a{margin-left:8px;}
}


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

.foot-contact p{font-size:15px;line-height:22px;}

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

                
                
                @media screen and (max-width:992px){
.footer .wp {
    flex-wrap: wrap;
}
                  .foot-contact{
                  width:100% }
                  
                  .foot-logo{
                  width:100%}
}
                    
                    
                    
                    
                    
                    
.derun-side-bar {
    top: calc(50% - 106px);
    position: fixed;
    right: 15px;
    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 rgba(4,162,154,0.5);
}

.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;
}
  
                    
.arshine2-foot_top {
  position: relative;
  height: 300px;
}

.arshine2-foot_top .background {
  width: 100%;
  aspect-ratio: 5;
  object-fit: cover;
}

.arshine2-foot_top .wp {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  gap: 2%;
}

.arshine2-foot_top .tit {
  flex: 1;
}

.arshine2-foot_top .tit h5 {
  font-size: 24px;
  color: #fff;
  line-height: 1;
}

.arshine2-foot_top .tit p {
  font-size: 20px;
  color: #fff;
  margin: 17px 0 0;
}

.arshine2-foot_top a {
  width: 258px;
  height: 50px;
  line-height: 50px;
  background: var(--color-primary);
  color: #fff;
  border-radius: var(--button-radius);
  font-size: 24px;
  color: #fff;
  display: inline-block;
  text-align: center;
}

.arshine2-foot_top a:hover {
  background: #fff;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
}

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

  .arshine2-foot_top .background {
    width: 100%;
    aspect-ratio: 3;
  }

  .arshine2-foot_top .tit h5 {
    font-size: 18px;
  }

  .arshine2-foot_top .tit p {
    font-size: 18px;
  }

  .arshine2-foot_top a {
    width: 220px;
    height: 42px;
    line-height: 42px;
    font-size: 20px;
  }
}

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

  .arshine2-foot_top .tit h5 {
    font-size: 16px;
  }

  .arshine2-foot_top .tit p {
    font-size: 16px;
  }

  .arshine2-foot_top a {
    width: 160px;
    font-size: 18px;
  }
}


.cd-popup.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 {
  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 .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -286px;
  float: none;
  width: 80%;
  padding: 58px;
  background: #fff
}

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

.cd-popup-close {
  position: absolute;
  right: 3.5%;
  top: 32px;
  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:var(--text-color);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:991px){
    .arshine2-foot .foot-form{width:100%;margin:30px 0 0;}
    .arshine2-foot .foot-form p{font-size:16px;line-height:24px;text-align:center;}

    .arshine2-foot .foot-form .inquirbox{margin-top:20px;}
    .arshine2-foot .foot-form .input-box~.input-box{margin-top:15px;}
    .arshine2-foot .foot-form .inquirbox input[type="text"],.arshine2-foot .foot-form .inquirbox textarea{padding:10px 15px;}
    .arshine2-foot .foot-form .inquirbox .submit{margin:0 auto;font-size:17px;}
  
  	.cd-popup .div_info {padding: 20px;}
    .inquirbox .row {margin-bottom: 0;}
    .inquirbox .row > div {margin-bottom: 15px;}
    .crm-form .inquirbox .submit {width: 150px; line-height: 35px;font-size: 14px;}
    .cd-popup-close { top: -6px;}
}



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

    .arshine2-foot .foot-form p{font-size:15px;}
    .arshine2-foot .foot-form p{line-height:24px;}
}

@media screen and (max-width:480px) {
    .arshine2-foot .foot-contact form{width:100%;}
}                    