﻿.nwebsite-footer67 {}

.nwebsite-footer67 .contact {
  /* background-color: #f8f8f8; */
  /* background-color: #002261; */
  color: #fff;
}

.nwebsite-footer67 .contact .wrap {
  /* background-color: #fff; */
  display: flex;
  align-items: center;
}

.nwebsite-footer67 .footer-inquery {
  background-color: #cccccc;
  padding: 20px 0;
  /* display: flex; */
}

.nwebsite-footer67 .footer-inquery .inquerybox {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.nwebsite-footer67 .footer-inquery .ewmlink {
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  margin-right: 20px;
}

.nwebsite-footer67 .footer-inquery .ewmlink img {
  width: 145px;
  height: 145px;
  object-fit: contain;
}

.nwebsite-footer67 .footer-inquery .ewmlink .ewmname {
  width: 100%;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
}

.nwebsite-footer67 .footer-inquery form {
  width: 26%;
}

.nwebsite-footer67 .footer-inquery .inquerybox input {
  border-radius: 10px;
  height: 50px;
  margin-bottom: 10px;
  background-color: #fff;
  padding: 0 10px;
}

.nwebsite-footer67 .footer-inquery .inquerybox textarea {
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  padding: 10px;
  margin-bottom: 10px;
  height: 120px;
}

.nwebsite-footer67 .footer-inquery .inquerybox textarea::placeholder {
  font-family: Arial, Helvetica, sans-serif;
  color: #ededed;
}

.nwebsite-footer67 .footer-inquery .inquerybox button {
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  border: 0;
  background: var(--themeColor);
}

.nwebsite-footer67 .footer-inquery .wrap {
  display: flex;
}

.nwebsite-footer67 .contact .contacttitle {
  font-size: 34px;
  /* color: var(--themeColor); */
  /* margin-right: 60px; */
}

.nwebsite-footer67 .relatedlink {}

.nwebsite-footer67 .contactway {
  padding: 20px 0;
  width: 30%;
  /* margin-right: 40px; */
}

.nwebsite-footer67 .contactway li {
  margin-bottom: 10px;
}

.nwebsite-footer67 .cpninfo {
  max-width: 40%;
  padding: 20px 0;
}

.nwebsite-footer67 .cpninfo li {
  margin-bottom: 10px;
}

.nwebsite-footer67 .relatedlink .relatedtitle,
.nwebsite-footer67 .fretitle {
  font-size: 16px;
  color: #fff;
  margin-bottom: 10px;
}

.nwebsite-footer67 .prolistbox {
  margin-bottom: 10px;
}

.nwebsite-footer67 .prolist,
.nwebsite-footer67 .frelist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5px 20px;
}

.nwebsite-footer67 .frelist li a,
.nwebsite-footer67 .prolist li a {
  color: #fff;
  font-size: 14px;
}

.nwebsite-footer67 .nav {
  background: #b8b8b8;
  padding: 20px 0;
}

.nwebsite-footer67 .nav ul {
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}

.nwebsite-footer67 .nav li {
  position: relative;
  padding: 0 25px;
  line-height: 20px;
}

.nwebsite-footer67 .nav li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background: #fff;
}

.nwebsite-footer67 .nav li:first-child:before {
  display: none;
}

.nwebsite-footer67 .nav a {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}

.nwebsite-footer67 .nav a:hover {
  color: var(--themeColor);
}

.nwebsite-footer67 .nav p {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}

.nwebsite-footer67 .nav div.line h1 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
}

.nwebsite-footer67 .nav p a {
  line-height: 24px;
  display: inline-flex;
  align-items: center;
}

.nwebsite-footer67 .nav p img {
  margin-left: 5px;
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1040px) {
  .nwebsite-footer67 .nav {
    padding: .4rem 0;
  }
  .nwebsite-footer67 .nav ul {
    margin-bottom: 0;
  }
  .nwebsite-footer67 .nav li {
    padding: 0 .4rem;
    line-height: .3rem;
  }
  .nwebsite-footer67 .nav li:before {
    height: .3rem;
  }
  .nwebsite-footer67 .nav ul a {
    font-size: .36rem;
  }
  .nwebsite-footer67 .nav .infobox {
    font-size: 0.28rem;
    padding: .4rem .4rem 0;
  }
  .nwebsite-footer67 .nav .infobox .line {
    font-size: 0.28rem;
    padding-top: .2rem;
  }
  .nwebsite-footer67 .contact .wrap {
    flex-wrap: wrap;
    padding: 10px;
  }
  .nwebsite-footer67 .contact .contacttitle {
    font-size: .64rem;
    margin-bottom: .4rem;
  }
  .nwebsite-footer67 .contactway {
    width: 100%;
    padding: .2rem 0 0;
  }
  .nwebsite-footer67 .cpninfo {
    width: 100%;
    max-width: initial;
  }
  .nwebsite-footer67 .footer-inquery .wrap {
    padding: .2rem;
    flex-wrap: wrap;
  }
  .nwebsite-footer67 .footer-inquery form {
    width: 60%;
  }
  .nwebsite-footer67 .footer-inquery .ewmlink {
    max-width: 32%;
  }
  .nwebsite-footer67 .footer-inquery .relatedlink {
    margin-top: .6rem;
  }
  .nwebsite-footer67 .prolist,
  .nwebsite-footer67 .frelist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .1rem .4rem;
  }
}

@media only screen and (max-width: 767px) {
  .nwebsite-footer67 .nav li {
    padding: 0 .18rem;
    line-height: .24rem;
  }
  .nwebsite-footer67 .nav li:before {
    height: .24rem;
  }
  .nwebsite-footer67 .nav ul a {
    font-size: .28rem;
  }
  .nwebsite-footer67 .nav .infobox {
    padding: .4rem .2rem 0;
  }
  .nwebsite-footer67 .nav .infobox p {
    font-size: .24rem;
  }
  .nwebsite-footer67 .nav .infobox .line {
    font-size: 0.24rem;
    padding-top: .1rem;
  }
  .nwebsite-footer67 .contact .wrap {
    flex-wrap: wrap;
    padding: 10px;
  }
  .nwebsite-footer67 .contact .contacttitle {
    font-size: .64rem;
    margin-bottom: .4rem;
  }
  .nwebsite-footer67 .contactway {
    width: 100%;
    padding: .2rem 0 0;
  }
  .nwebsite-footer67 .cpninfo {
    width: 100%;
    max-width: initial;
  }
  .nwebsite-footer67 .footer-inquery .wrap {
    padding: .2rem;
    flex-wrap: wrap;
  }
  .nwebsite-footer67 .footer-inquery form {
    width: 60%;
  }
  .nwebsite-footer67 .footer-inquery .ewmlink {
    width: 32%;
  }
  .nwebsite-footer67 .footer-inquery .relatedlink {
    margin-top: .6rem;
  }
  .nwebsite-footer67 .prolist,
  .nwebsite-footer67 .frelist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .1rem .4rem;
  }
}



.nwebsite-footer67{
  font-size: 16px;
  background-color: var(--themeColor);
}
.nwebsite-footer67 .contact{
  padding: 30px 0;
  position: relative;
  z-index: 1;
}
.nwebsite-footer67 .contactway{
  width: 46%;
  padding: 0;
}
.nwebsite-footer67 .contactway li{
  display: flex;
  align-items: flex-start;
}
.nwebsite-footer67 .contactway li span:nth-child(1){
  width: 20%;
  text-align: right;
}
.nwebsite-footer67 .contactway li span:nth-child(2){
  width: 80%;
  padding-left: 15px;
}
.nwebsite-footer67 .contact .contacttitle {
  font-weight: bold;
  width: 20%;
}
.nwebsite-footer67 .cpnInquiry{
  width: 34%;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.nwebsite-footer67 .cpnInquiry_title{
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
.nwebsite-footer67 .cpnInquiry form{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #fff;
}
.nwebsite-footer67 .cpnInquiry form input{
  height: 46px;
  line-height: 46px;
}
.nwebsite-footer67 .cpnInquiry_text{
  width: calc(100% - 100px);
  padding: 0 15px;
  box-sizing: border-box;
}
.nwebsite-footer67 .cpnInquiry_send{
  width: 100px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
}
.nwebsite-footer67 .contact_type{
  width: 100%;
  padding: 40px 0;
  /* background-color: #001740; */
  color: #fff;
  position: relative;
  z-index: 1;
}
.nwebsite-footer67 .contact::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: -1;
}
.nwebsite-footer67 .contact_type::before{
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, .6);
  z-index: -1;
}
.nwebsite-footer67 .contact_type .wrap{
  display: flex;
  flex-wrap: wrap;
}
.nwebsite-footer67 .contact_tyItem{
  width: 25%;
  padding-right: 40px;
}
#especially_div{
  width: 50%;
  padding-right: 40px;
}
.especially_div_class{
  display: flex;
}
.nwebsite-footer67 .contact_tyItem{
  width: 25%;
  padding-right: 40px;
}
.nwebsite-footer67 .contact_tyItem:last-child{
  padding-right: 0;
}
.nwebsite-footer67 .contact_tyItTi{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.nwebsite-footer67 .contact_tyList{
  width: 100%;
  padding-top: 30px;
}
.nwebsite-footer67 .contact_tyList li{
  margin-bottom: 8px;
}
.nwebsite-footer67 .contact_tyList li a{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  display: inline-block;
    width: 100%;
}
.nwebsite-footer67 .contact_tyList li:last-child{
  margin-bottom: 0;
}
.nwebsite-footer67 .contact_tyList .icon{
  display: inline-block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 4px;
}
.nwebsite-footer67 .contact_tyList .iconfont{
  font-size: 26px;
  color: #fff;
}
.nwebsite-footer67 .icon1{ background-color: #5877b0; }
.nwebsite-footer67 .icon2{ background-color: #43a7d2; }
.nwebsite-footer67 .icon3{ background-color: #c45e4f; }
.nwebsite-footer67 .icon4{ background-color: #c43947; }
.nwebsite-footer67 .contact_tyBox{
  width: 100%;
  padding-top: 30px;
  text-align: center;
  font-size: 13px;
}
.nwebsite-footer67 .contact_tyBox a{
  color: #fff;
}

.nwebsite-footer67 .contact_tyBox ul{
  padding: 30px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.nwebsite-footer67 .contact_tyBox li{
  line-height: 1;
  padding: 0 15px;
  border-right: 1px solid #efefef;
  margin-bottom: 10px;
}

.nwebsite-footer67 .contact_tyBox li:last-child{
  border-right: none;
}

.nwebsite-footer67 .contact_tyBox li a{
  color: #fff;
  font-size: 14px;
}

@media only screen and (max-width: 1040px) {
  .nwebsite-footer67{
    padding-bottom: 1.1rem;
  }
  .nwebsite-footer67 .contact{
    padding: .2rem;
  }
  .nwebsite-footer67 .contact .wrap,
  .nwebsite-footer67 .contact_type .wrap{
    padding-left: .2rem;
    padding-right: .2rem;
  }
  .nwebsite-footer67 .contact .contacttitle,
  .nwebsite-footer67 .contactway,
  .nwebsite-footer67 .cpnInquiry_title{
    display: none;
  }
  .nwebsite-footer67 .cpnInquiry{
    width: 100%;
    padding-left: 0;
  }
  .nwebsite-footer67 .contact_type{
    padding: .6rem 0;
  }
  .nwebsite-footer67 .contact_tyItTi{
    font-size: .32rem;
  }
  .nwebsite-footer67 .contact_tyList{
    padding-top: .4rem;
  }
  .nwebsite-footer67 .contact_tyList .icon{
    width: .72rem;
    height: .72rem;
    line-height: .72rem;
  }
  .nwebsite-footer67 .contact_tyList .iconfont{
    font-size: .36rem;
  }
  .nwebsite-footer67 .cpnInquiry_send{
    font-size: .32rem;
  }
  .nwebsite-footer67 .contact_tyBox ul{ 
    padding: .3rem 0;
  }
  
  .nwebsite-footer67 .contact_tyBox li{
    padding: 0 .2rem;
    margin-bottom: .2rem;
  }
  .nwebsite-footer67 .contact_tyBox li a{
    font-size: .3rem;
  }
  .phone-footer {
    position: fixed;
    z-index: 999;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0.06rem 0.32rem rgba(0, 0, 0, 0.25);
  }
  .phone-footer ul {
    width: 100%;
    display: flex;
  }
  .phone-footer ul li {
    flex: 1;
    padding-top: .25rem;
    text-align: center;
  }
  .phone-footer ul li a {
    font-family: var(--fontRegular);
    font-size: .3rem;
    color: #555;
  }
  .phone-footer ul li a i {
    display: block;
    font-size: .42rem;
    margin-bottom: .1rem;
  }
  .phone-footer ul li a span {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .nwebsite-footer67 .cpnInquiry form input{
    height: .72rem;
    line-height: .72rem;
  }
  .nwebsite-footer67 .contact_tyItem{
    display: none;
  }
  .nwebsite-footer67 .contact_type{
    padding: .4rem 0;
  }
  .nwebsite-footer67 .contact_tyBox{
    padding-top: 0;
  }
}

.nwebsite-footer67 #especially_div .contact_tyList{
  width: 50%;
}