/* CSS Document */
* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "NewYork";
  src: url("../font/NewYork.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-Medium;
  src: url("../font/Poppins-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-Black;
  src: url("../font/Poppins-Black.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-Regular;
  src: url("../font/Poppins-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-SemiBold;
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-Bold;
  src: url("../font/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: Poppins-ExtraBold;
  src: url("../font/Poppins-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: Roboto-Regular;
  src: url("../font/Roboto-Regular.ttf") format("truetype");
}


body {
  /* width:auto; */
  /* min-width: 1200px; */
  font-size: 14px;
  color: #555;
  background: #fff;
  font-family: "NewYork", sans-serif;
  margin: 0px;
  overflow-x: hidden;
}

fieldset,
img {
  border: 0;
  display: block;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

em {
  font-style: normal;
}

input,
button,
select,
textarea {
  outline: none;
  border: 0;
}

textarea {
  resize: none;
}

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

a:hover {
  font-weight: bold;
  text-decoration: none;
}

/*  */
.clearfix:after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}

.clearfix {
  zoom: 1;
}

/*  */
.fleft {
  float: left;
}

.fright {
  float: right;
}

.overflow-hd {
  overflow: hidden;
}

/*  */
.positionr {
  position: relative;
}

.positiona {
  position: absolute;
}

.positionf {
  position: fixed;
}

/*  */
.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.w1200 {
  /* width: 1200px; */
  margin: 0 auto;
}

/**/
.mt20px {
  margin-top: 20px;
}

.mb20px {
  margin-bottom: 20px;
}

.mt40px {
  margin-top: 40px;
}

.mt22px {
  margin-top: 22px;
}

.mt25px {
  margin-top: 25px;
}

.mb30px {
  margin-bottom: 30px;
}

.mr20px {
  margin-right: 20px;
}

.mr30px {
  margin-right: 30px;
}

.mb34px {
  margin-bottom: 34px;
}

.mb10px {
  margin-bottom: 10px;
}

.mb14px {
  margin-bottom: 14px;
}

.mb15px {
  margin-bottom: 15px;
}

.cursor {
  cursor: pointer;
}

.no-cursor {
  cursor: auto;
}

input[type=button],
button {
  cursor: pointer;
}

.disblock {
  display: block;
}

.disinline {
  display: inline-block;
}

/*  */
.show {
  display: block;
}

.hide {
  display: none !important;
}

/*  */
.ellipsis-uniline {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline {
  display: box !important;
  display: -webkit-box !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /**/
}

.nopadding {
  padding: 0px !important;
}

/*  */
.font12px {
  font-size: 12px;
}

.font14px {
  font-size: 14px;
}

.font16px {
  font-size: 16px;
}

.font18px {
  font-size: 18px !important;
}

.font20px {
  font-size: 20px;
}

/**/
.positionAmarginA {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

/**/
.stitle {
  font-size: 20px;
  color: #111;
  font-weight: normal;
  padding-left: 25px;
  box-sizing: content-box;
}

.docstitle {
  font-size: 20px;
  color: #111;
  font-weight: normal;
}

.h4 {
  font-size: 20px;
  color: #000011;
  font-weight: normal;
}

/**/
/**/
.title-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  background: url(../images/icon.png) no-repeat -1360px -420px;
  margin-right: 30px;
}

.menuicon {
  width: 30px;
  height: 20px;
  background: url(../images/icon.png) no-repeat -229px -562px;
}

.public-iframe {
  margin-top: 141px;
  /*  iframe  header  */
  width: 100%;
  height: calc(100vh - 141px);
  /*  iframe  footer  */
  border: none;
}

.bodyAll {
  padding-top: 1.7rem;
}

.footer {
  background: #1c1c1c;
}

.footer-inner {
  width: 24rem;
  display: flex;
  margin: 0 auto;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.86rem;
  padding-bottom: 1.7rem;
}

.footer-left .footer-logo {
  width: 4.52rem;
  height: auto;
}

.footer-left .footer-left-title {
  width: 10rem;
  font-family: Montserrat, Montserrat;
  font-size: .26rem;
  color: #ffffff;
  text-align: left;
  padding-top: .44rem;
}

.footer-left .footer-left-title span {
  color: #d3214c;
  font-weight: bold;
}

.base-info {
  font-family: Inter, Inter;
  font-weight: 400;
  font-size: .26rem;
  color: #666666;
  margin: 0 auto;
  text-align: left;
}

.base-info div {
  margin-bottom: .7rem;
}

.base-info div p {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: .3rem;
  color: #ffffff;
  line-height: .38rem;
}

.base-info div p:first-child {
  margin-bottom: .2rem;
}

.call-us {
  height: 2.84rem;
  background: #d3214c;
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-bottom: 53px; */
}

.call-us li {
  font-family: Poppins, Poppins;
  font-weight: 300;
  font-size: .36rem;
  color: #ffffff;
  margin-right: 9.6rem;
}

.call-us li.is-active {
  font-weight: bold;
}

.getTouch {
  width: 100%;
  height: 7rem;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.getTouch .floRao-boxMAin {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: Montserrat-ExtraBold, Montserrat;
  font-weight: 800;
  font-size: .72rem;
  color: #ffffff;
  line-height: .94rem;
}

.getTouch .floRao-boxMAin .getTouchBtn {
  padding: .62rem 1rem;
  font-size: .7rem;
  background: #d3214c;
}

@keyframes fadeInFromBottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*  */
@keyframes slideLeft {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/*  */
@keyframes slideRight {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
