html {
  font-size: 10px;
}

* {
  margin: 0;
  padding: 0;
  border: none;
}

li {
  list-style: none;
}

a, a:hover {
  color: #ffffff;
  text-decoration: none;
}

.clearpaddt {
  padding-top: 0 !important;
}

.clearpaddr {
  padding-right: 0;
}

/* header-start */

.headercont {
  width: 100%;
  position: relative;
}

.headercont img {
  width: 100%;
}

.headercont video {
  width: 100%;
  z-index: -10;
}

.navcont {
  padding: 0;
  position: absolute;
  top: 23px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 101;
}

.logo img {
  width: 203px;
}

.nav-item {
  color: #fff;
  font-size: 16px;
}

.nav-item .nav-link {
  padding: .5rem 2rem;
}

.navr {
  display: flex;
  align-items: center;
}

.dropdown-menu {
  top: 10px !important;
}

.btn {
  font-size: 16px;
}

.btn-secondary, .btn-secondary:hover {
  background-color: inherit;
  border: none;
  outline: none;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle, .btn-secondary.focus, .btn-secondary:focus {
  background-color: inherit;
  border: none;
  box-shadow: none;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.dropdown {
  margin-right: 1.8rem;
}

.grabtn {
  text-align: center;
  color: #fff;
  padding: 1.2rem 2.5rem;
  border-radius: 30px;
  font-size: 16px;
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.navcont nav li a:hover {
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.active {
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
  font-weight: bold !important;
}

.mobileheader {
  width: 100%;
  display: none;
}

.mheadercont {
  position: relative;
  z-index: 101;
  padding: 5rem 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 2px 6px rgba(44, 26, 78, 0.12);
}

.mobilelogo img {
  width: 60%;
}

.mobilenavbtn img {
  width: 25px;
}

.mnavcont {
  text-align: center;
  display: none;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  border-bottom: 1px solid #DFE1EC;
  position: absolute;
  z-index: 101;
}

.mnavcont .flex-column li:first-child {
  padding-top: 10rem;
}

.mnavcont .flex-column li:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.mnavcont .flex-column li {
  padding: 5rem 1rem;
}

.mnav, .mnav:focus {
  color: #2C1A4E;
  font-size: 16px;
  font-weight: 600;
}

.mnav i {
  font-weight: 600;
  font-size: 14px;
}

.langcont {
  display: none;
  background-color: #F8F8FB;
  width: 90%;
  margin: 10px auto 0;
}

.langcont a {
  padding: 6rem 3rem !important;
  color: #67549A;
  font-size: 14px;
}

.mgrabtn {
  color: #fff;
  padding: 4rem 15rem;
  border-radius: 30px;
  font-size: 16px;
  background: linear-gradient(to right, #FF9124, #F52454);
  /* firefox */
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  /* chrome */
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  /* opera */
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  /* IE */
  background: -ms-linear-gradient(right, #FF9124, #F52454);
}

.dropdown-item {
  font-size: 14px;
  padding: .8rem 2rem;
}

/* header-end */

/* footer-start */

.footercont {
  width: 100%;
  background-color: #100D4F;
}

.fotlogo {
  display: inline-block;
  margin: 8.7rem 0 2.3rem;
}

.fotlogo img {
  width: 52px;
}

.text-from {
  display: flex;
  justify-content: space-between;
}

.fottext {
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
}

.fottext p {
  margin: 0;
  line-height: 34px;
}

.fromname {
  font-size: 16px;
  color: #FFFFFF;
}

.form-control {
  background-color: #9B95BB;
  outline: none;
  border: none;
  font-size: 14px;
  width: 267px !important;
  height: 40px;
  border-radius: 4px;
  padding-left: 15px;
  color: #100D4F;
}

.form-inline input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #FFFFFF;
  font-style: italic;
}

.form-inline input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #FFFFFF;
  font-style: italic;
}

.form-inline input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #FFFFFF;
  font-style: italic;
}

.form-group {
  margin-right: 6px;
}

.btn-primary {
  background-color: #ffffff;
  border: none;
  color: #2B254A;
  padding: 0 3.5rem;
  height: 40px;
  border-radius: 4px;
  line-height: 40px;
}

.btn-primary:hover, .btn-primary:focus {
  background-color: #ffffff;
  outline: none;
  border: none;
  box-shadow: none;
  color: #847EA7 !important;
}

.fotnav {
  margin-top: 7.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nava {
  font-size: 16px;
  /* color: #ffffff; */
  color: #67549A;
  padding: 0 2.65rem;
}

.nav .nava:first-child {
  padding-left: 0;
}

.nav .nava:last-child {
  padding-right: 0;
}

.thirdlink a img {
  width: 30px;
}

.thirdlink a {
  margin-right: 36px;
}

.thirdlink a:last-child {
  margin-right: 0;
}

.copyright {
  width: 100%;
  margin: 4.8rem 0 8rem;
  display: inline-block;
}

.copyright p {
  text-align: right;
  color: #9E9BAE;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}

.mobilefooter {
  display: none;
  width: 100%;
  background-color: #100D4F;
}

.mlogo {
  margin: 40px 0 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.mlogo img {
  width: 45px;
}

.mfotnav nav a {
  text-align: center;
  width: 100%;
  padding: 7rem 0;
}
.mfotnav nav a:hover{
  color: #FE812C !important;
}

.fotnav nav a:hover, .activefot {
  color: #C4BEE6;
}

/* footer-end */



/* 底部 */
.fotnav .nav a{
  font-size: 16px;
font-family: ArialMT;
color: #67549A;
line-height: 18px;
}
.fotnav .nav a:hover{
  background: linear-gradient(to right, #FF9124, #F52454);
  background: -moz-linear-gradient(to right, #FF9124, #F52454);
  background: -webkit-linear-gradient(to right, #FF9124, #F52454);
  background: -o-linear-gradient(to right, #FF9124, #F52454);
  background: -ms-linear-gradient(right, #FF9124, #F52454);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent !important;
}
.fromname{
  font-size: 16px;
font-family: ArialMT;
color: #67549A;
line-height: 18px;
}
.footercont{
  background: #fff;

}
.top_header{
  padding:70px 0 30px;
}
.btn-primary,.btn-primary:hover{
  background: #100D4F;
border-radius: 4px;
color:#fff !important;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle,
.btn-primary:hover, .btn-primary:focus{
  background: #100D4F;
  border-radius: 4px;
  color:#fff !important;
}
.form-control:focus{
  background: #EBEAF2;
}
.footer_logo{
  text-align: center;
  margin-top:100px;
}
.footer_logo img{
  margin:0 5px;
}
.form-control{
  background: #EBEAF2;
}
.copyRight_txt{
  background: #100D4F;
  font-size: 11px;
font-family: ArialMT;
color: #FFFFFF;
line-height: 16px;
text-align: center;
padding:12px 0;
}
.design_ul li:not(:last-child){
  margin-bottom:60px;
}
.project_item h2{
  font-weight: bold;
  font-size: 21px;
  /* height: 30px;
  overflow: hidden; */
}
.project_item p{
  display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
height: 42px;
}
.mobilefooter{
  background: #fff;
}
.mlogo img{
  width: auto;
}
.fotfrom p{
  text-align: left;
}
.fotfrom .form-inline{
  justify-content: center;
}
.mobilenavbtn{
  cursor: pointer;
}
.footercont,.mobilefooter{
  background: #F6F7FA;
}

@media (max-width:767px) {
  .footer_logo{
      margin-top: 40px;
  }
  .mlogo{
      margin: 40px 0 0;
  }
  .fotfrom p{
    text-align: center;
  }
}

/* 底部结束 */

/* 宽度小于1023px  */

@media screen and (max-width: 1023px) {
  .mheadercont {
    padding: 20px 28px;
  }
  .mnavcont .flex-column li:first-child {
    padding-top: 30px;
  }
  .mnavcont .flex-column li {
    padding: 20px 4px;
  }
  .langcont a {
    padding: 24px 12px !important;
  }
  .mgrabtn {
    padding: 16px 60px;
  }
  .navcont {
    display: none;
  }
  .mobileheader {
    display: block;
  }
  .fottext {
    font-size: 25px;
  }
  .fotlogo img {
    width: 45px;
  }
}

@media (max-width: 992px) {
  .nava {
    padding: 0 2rem;
  }
}
/* 宽度小于767px  */

@media screen and (max-width: 767px) {
  .mnavcont .flex-column li:first-child {
    padding-top: 19px;
  }
  .mnavcont .flex-column li {
    padding: 10px 2px;
  }
  .mgrabtn {
    padding: 8px 30px;
  }
  .langcont a {
    padding: 12px 9px !important;
  }
  .mheadercont {
    padding: 20px 15px;
  }
  .footercont {
    display: none;
  }
  .mobilefooter {
    display: block;
  }
  .fottext {
    font-size: 25px;
    text-align: center;
    line-height: 30px;
  }
  .form-control {
    height: 35px;
    width: 230px !important;
    padding-left: 15px;
  }
  .btn-primary {
    height: 35px;
    line-height: 35px;
    padding: 0 17px;
  }
  .fotfrom {
    margin-bottom: 40px;
  }
  .thirdlink {
    display: flex;
    justify-content: center;
  }
  .copyright {
    margin: 40px 0 15px;
  }
  .copyright p {
    text-align: center;
  }
  .mfotnav nav a {
    padding: 13px 0;
  }
  .mfotnav {
    padding: 20px 0 30px;
  }
}


