body, html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto Condensed', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth; }

p, h1, h2, h3 {
  margin-bottom: 0;
  margin-top: 0; }

ul, li {
  list-style-type: none; }

img {
  max-width: 100%; }

.container {
  width: 1600px;
  padding: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

a:hover {
  /*text-decoration: none;*/
  color: #fff; }

@keyframes bounce-down {
  25% {
    transform: translateY(-3px); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(3px); }
  100% {
    transform: translateY(0); } }
#jiantou {
  -webkit-animation: bounce-down 1s linear infinite;
  animation: bounce-down 1s linear infinite; }

.header {
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.5);
  height: 90px;
  height: 140px;
  z-index: 99999;
  background-color: #fff; }

.hddiv {
  height: 140px; }

.hea {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transition: all .5s; }

.heaDown {
  top: -100px;
  top: -150px; }

.heaUp {
  top: 0; }

.header_lf {
  /*margin: 12px 0 3px 63px;*/
  margin: 0px 0 3px 63px;
  position: relative;
  z-index: 666; }

.header_cnt {
  margin: 33px 0 32px 29.5%; }
  .header_cnt li {
    float: left;
    margin-right: 40px; }
    .header_cnt li a {
      color: #333;
      font-size: 18px;
      font-weight: bold;
      font-family: 'Roboto Condensed', sans-serif; }

.header_fr {
  margin-right: 25px; }
  .header_fr p {
    margin-bottom: 0;
    margin-right: 25px;
    font-size: 20px;
    line-height: 20px;
    padding: 35px 0 34px; }

.pcmenu {
  cursor: pointer;
  position: relative;
  z-index: 666; }
  .pcmenu span {
    width: 30px;
    height: 2px;
    background: #333333;
    border-radius: 1px;
    display: block;
    transition: -webkit-transform 0.5s,  width 0.3s;
    transition: transform 0.5s, width 0.3s; }
  .pcmenu > span:nth-child(2) {
    margin: 7px 0; }
  .pcmenu:hover span:nth-child(2) {
    width: 24px;
    transition: -webkit-transform 0.5s, background 0.5s, width 0.3s;
    transition: transform 0.5s, background 0.5s, width 0.3s; }

.actived > span:nth-child(1) {
  -webkit-transform: translateX(-12px) rotate(-45deg) translateY(12px);
  -ms-transform: translateX(-12px) rotate(-45deg) translateY(12px);
  transform: translateX(-12px) rotate(-45deg) translateY(12px);
  transition: -webkit-transform 0.5s, background 0.5s, width 0.3s;
  transition: transform 0.5s, background 0.5s, width 0.3s; }
.actived > span:nth-child(2) {
  opacity: 0; }
.actived > span:nth-child(3) {
  -webkit-transform: translateX(-12px) rotate(45deg) translateY(-12px);
  -ms-transform: translateX(-12px) rotate(45deg) translateY(-12px);
  transform: translateX(-12px) rotate(45deg) translateY(-12px);
  transition: -webkit-transform 0.5s, background 0.5s, width 0.3s;
  transition: transform 0.5s, background 0.5s, width 0.3s; }

.lang_box {
  position: relative; }
  .lang_box .longbox {
    display: none;
    width: 190px;
    position: absolute;
    left: -20px;
    top: 100%;
    z-index: 999999999;
    background-color: #f5f5f5; }
    .lang_box .longbox a {
      font-size: 20px;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
      line-height: 51px;
      display: block;
      color: #333;
      padding-left: 20px; }
      .lang_box .longbox a:hover {
        color: #eb000e; }
  .lang_box:hover .longbox {
    display: block; }





.hdList{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 40px;
  background-color: #231815;
}
.hdList li{
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  padding: 0 40px;
}
.hdList li a{
 color: #fff;
}
.hdList li:nth-child(3) a{
  display: block;
  color: #ffffff;
  text-align: center;
  width: 140px;
  line-height: 40px;
  height: 40px;
  border-left: solid 1px rgba(255,255,255,.2);
}
.hdList li:last-child{
  padding: 0;
}
.hdList li i{
  margin-right: 10px;
}
.custicon{
  display: flex;
  flex-wrap: wrap;
}
.custh{
  width: 7%;
}
.custh:not(:last-child){
  margin-right: 4%;
}








.footer
{
  background-color: #201e1d;
}
.footer .container {
  width: 1550px;
  padding: 0;
  color: #fff; }

.footer_top {
  margin-top: 60px;
  margin-bottom: 34px; }

.footer_lf {
  width: 21.6%; }
  .footer_lf .shejiao {
    font-size: 0;
    margin-bottom: 22px; }
    .footer_lf .shejiao a {
      font-size: 22px;
      font-weight: 700;
      vertical-align: text-bottom;
      line-height: 24px;
      margin-right: 20px;
      display: inline-block;
      color: #fff; }
  .footer_lf p {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 15px; }

.footer_menu {
  width: 15.5%;
  margin-left: 3.9%; }
  .footer_menu h2 {
    font-size: 24px;
    font-family: Poppins;
    font-weight: 600;
    line-height: 24px; }
  .footer_menu b {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #fff;
    opacity: 0.2;
    margin-top: 12px; }
  .footer_menu ul {
    margin-top: 10px; }
  .footer_menu li a {
    font-size: 16px;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
   /* text-transform: uppercase; */}

.line {
  width: 100%;
  height: 1px;
  background-color: #FBFBFB;
  opacity: 0.1;
  margin-top: 145px; }

.footerbtm {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Poppins', sans-serif;
  padding: 33px 0 43px; }

.header_box {
  position: absolute;
  height: calc(100vh - 90px);
  right: 0;
  top: 100%;
  transform: translate(460px, 0px);
  overflow-y: auto;
  transition-delay: 0s;
  width: 460px;
  background-color: #f5f5f5;
  z-index: 123;
  transition: z-index .3s, right .5s,transform .5s; }

.hdbox_tit ul {
  margin-bottom: 0; }
.hdbox_tit li {
  position: relative; }
  .hdbox_tit li a {
    display: block;
    color: #333;
    margin: auto;
    width: 100%;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    line-height: 51px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 50px; }
  .hdbox_tit li span {
    font-weight: 400;
    line-height: 50px;
    display: block;
    font-size: 18px;
    position: absolute;
    z-index: 123;
    top: 0;
    right: 50px;
    transition: all .4s; }
.hdbox_tit > ul > li > a:hover {
  color: #eb000e;
  text-decoration: none; }
.hdbox_tit > ul > li:hover span {
  color: #eb000e; }
.hdbox_tit ul.myulaa {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  display: none; }
  .hdbox_tit ul.myulaa li a {
    font-size: 16px;
    border: none;
    line-height: 32px;
    color: #666;
    text-transform: uppercase; }
    .hdbox_tit ul.myulaa li a:hover {
      color: #eb000e; }
.hdbox_tit .activeul {
  color: #eb000e; }
.hdbox_tit .activespan {
  color: #eb000e;
  transform: rotate(45deg);
  transition: all .4s; }

.lang {
  padding: 0 50px; }
  .lang .langbox {
    width: 100%;
    margin: auto;
    text-align: left; }
    .lang .langbox a {
      font-size: 18px;
      color: #999;
      font-family: 'Roboto Condensed', sans-serif;
      font-weight: bold;
      line-height: 50px;
      display: inline-block;
      margin-right: 4px; }
      .lang .langbox a:hover {
        color: #eb000e;
        text-decoration: none; }

.btmline {
  background-color: black;
  opacity: 0.102;
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 10px; }

.activea .header_box {
  transform: translate(0px, 0px);
  transition: z-index .3s,transform .5s; }

.search.show {
  color: #000; }
  .search.show i.fa.fa-search:before {
    content: "\f00d"; }

.search_formb {
  transition: all .4s ease-out;
  background-color: rgba(0, 0, 0, 0.05);
  height: 0;
  padding: 0;
  overflow: hidden;
  width: 100%; }
  .search_formb #search_formb {
    padding: 30px 30px 20px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    background-color: #fff; }
    .search_formb #search_formb i {
      font-size: 28px;
      display: inline-block;
      margin-left: 30px;
      line-height: 36px;
      vertical-align: top;
      color: #999; }
    .search_formb #search_formb input {
      font-size: 24px;
      font-family: Poppins;
      color: #e6e6e6;
      line-height: 36px;
      border: none;
      outline: none;
      background-color: transparent; }
    .search_formb #search_formb input::-webkit-input-placeholder {
      color: #E6E6E6; }
    .search_formb #search_formb input[type="text"] {
      width: 87%;
      padding-left: 20px; }
    .search_formb #search_formb input[type="submit"] {
      width: 7%;
      padding: 0;
      color: #666; }

.search_formb.show {
  height: 216px;
  padding: 60px 0; }

.lang {
  display: none; }

@media screen and (min-width: 1430px) and (max-width: 1630px) {
  .lang {
    display: none; }

  .container {
    width: 1400px; }

  .footer .container {
    width: 1400px; }

  .line {
    margin-top: 115px; }

  #search_formb input[type="text"] {
    width: 85%; }

  #search_formb input[type="submit"] {
    width: 10%; }

  #search_formb {
    padding: 45px; } }
@media screen and (min-width: 1290px) and (max-width: 1429px) {
  .lang {
    display: none; }

  .header_cnt {
    margin: 33px 0 32px 16.5%; }

  .container, .footer .container {
    width: 1170px; }

  .line {
    margin-top: 100px; }

  #search_formb input[type="text"] {
    width: 84%; }

  #search_formb input[type="submit"] {
    width: 10%; }

  #search_formb {
    padding: 35px; }

  #search_formb input {
    font-size: 20px; }

  #search_formb i {
    font-size: 22px; } }
@media screen and (min-width: 1089px) and (max-width: 1289px) {
  .lang_box {
    display: none; }

  .lang {
    display: block; }

  body, html {
    overflow-x: hidden; }

  .header_cnt {
    margin: 33px 0 32px 6.5%; }

  .header_cnt li {
    margin-right: 25px; }

  .container, .footer .container {
    width: 970px; }

  .line {
    margin-top: 100px; }

  #search_formb {
    padding: 25px; }
    #search_formb i {
      font-size: 18px; }
    #search_formb input[type="text"] {
      width: 84%; }
    #search_formb input[type="submit"] {
      width: 9%; }
    #search_formb input {
      font-size: 20px; } }
@media screen and (min-width: 768px) and (max-width: 1088px) {
  .lang_box {
    display: none; }

  .lang {
    display: block; }

  body, html {
    overflow-x: hidden; }

  .header_cnt {
    display: none; }

  .container, .footer .container {
    width: 750px; }

  .line {
    margin-top: 50px; }

  .footer_lf {
    width: 26.3%; }

  .footer_menu {
    width: 16.5%;
    margin-left: 1.9%; }

  .footerbtm {
    padding: 23px 0 23px; }

  .footer_top {
    margin-top: 50px;
    margin-bottom: 30px;
    width: 125px; }

  #search_formb {
    padding: 25px; }
    #search_formb i {
      font-size: 18px; }
    #search_formb input[type="text"] {
      width: 75%; }
    #search_formb input[type="submit"] {
      width: 15%; }
    #search_formb input {
      font-size: 20px; } }
@media screen and (max-width: 767px) {
    .thisemail{
        display: none!important;
    }
    .hdList{
        justify-content: center;
    }
  .lang_box {
    display: none; }

  .lang {
    display: block; }

  .container, .footer .container {
    width: 100%; }

  .header_cnt {
    display: none; }

  .header_lf {
    margin: 4px 0 3px 15px;
    width: 100px; }

  .header_fr {
    margin-right: 0px; }
    .header_fr p {
      padding: 23px 0 22px; }

  .header_box {
    width: 100%; }

  .hdbox_tit li a {
    font-size: 16px;
    line-height: 44px;
    padding: 0 25px; }

  .hdbox_tit li span {
    line-height: 44px;
    font-size: 16px;
    right: 25px; }

  .lang {
    padding: 0 25px; }

  .header_box {
    height: calc(100vh - 66px); }

  .footer_top {
    margin-top: 40px;
    margin-bottom: 15px;
    width: 100px;
    margin-left: 6px; }

  .footer_lf, .footer_menu {
    width: 100%;
    padding: 0 20px; }

  .footer_menu {
    margin-left: 0;
    margin: 20px 0 0; }

  .line {
    margin-top: 50px; }

  .footerbtm {
    font-size: 12px;
    line-height: 18px;
    padding: 20px;
    padding-right: 55px; }

  .search_formb #search_formb {
    padding: 20px 10px 10px; }
    .search_formb #search_formb i {
      font-size: 18px;
      margin-left: 10px;
      line-height: 36px; }
    .search_formb #search_formb input[type="text"] {
      width: 60%;
      padding-left: 5px; }
    .search_formb #search_formb input[type="submit"] {
      width: 29%;
      font-size: 15px; }
    .search_formb #search_formb input {
      font-size: 14px; }

  .header, .hddiv {
    height: 136px; }

  .search_formb.show {
    height: 85px;
    padding: 15px 0; } 
    .hdList li{
      font-size: 12px;
      padding:0 15px;
    }
    /*.hdList li a{*/
    /*  width: 74px;*/
    /*}*/
    .hdList li:nth-child(2){
      width: 140px;
    }
    .hdList li i,.hdList li i img{
      flex-shrink: 0;
    }
    .why_cnt>a{
      display: block !important;
    }
    .header_lf{
      width: 100px;
    }
    .header, .hddiv{
      height: 115px;
    }
    .header_fr p{
      padding-top: 18px;
    }
    .custh{
      width: 29%;
    }
    .set1, .set2, .set5{
      margin-bottom: 65px !important;
    }
    .footer .container p{
      color: #fff !important;
    }
    .custcnt p{
      height: auto !important;
    }
    .custbox .swiper-pagination{
      position: relative !important;
      top: 0 !important;
      bottom: 0 !important;
    }
    .custcnt h2{
      padding-left: 0 !important;
    }
  }

  .custcnt p{
    display: none;
  }

/*# sourceMappingURL=common.css.map */
