@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-LIGHT.TTF);
  font-weight: 100;
}

@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-MEDIUM.TTF);
  font-weight: 500;
}

@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-REGULAR.TTF);
  font-weight: 400;
}

@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-SEMIBOLD.TTF);
  font-weight: 600;
}

@font-face {
  font-family: poppins;
  src: url(./font/POPPINS-BOLD.TTF);
  font-weight: 700;
}

.bgcolor {
  background-color: #fbfbfb;
}

body {
  font-family: poppins;
}

a {
  color: inherit;
  -webkit-transition: all .5s;
  transition: all .5s;
}

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

section {
  padding: 40px 0;
}

section.indexbanner {
  padding: 0;
}

section.banner {
  padding: 0;
}

h1 {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 20px;
}
.new-h1 {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 50px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  h1 {
    font-size: 36px;
    margin-top: 0px;
  }
	.new-h1{
	  font-size: 50px;
    margin-top: 0px;
	}
}

h2 {
  font-size: 22px;
  color:#333;
  font-weight: bold;
	
}
.new-h2{
  font-size: 22px;
  color:#333;
  font-weight: bold;
	   }

@media (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 20px 0;
}
.new-h3 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 20px 0;
}
h5 {
  font-size: 24px;
  color: #D70C19;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}

.new-h5 {
  font-size: 24px;
  color: #D70C19;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 1200px) {
  h5 {
    margin-top: 0px;
  }
  .new-h5 {
    margin-top: 0px;
  }
}

p {
  font-size: 18px;
  color: #666;
}

.white h1 {
  color: #fff;
}

.white h3 {
  color: #fff;
}

.white h5 {
  color: #fff;
}

.white p {
  color: #fff;
}

.white i {
  color: #fff;
}

.white a {
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

label.error {
  display: block;
  font-size: 12px;
  color: #f009;
  margin-top: -10px;
}

@media (max-width: 1199.98px) {
  .morder {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.pl-5 {
  padding-left: 15px !important;
}

@media (min-width: 1200px) {
  .pl-5 {
    padding-left: 3rem !important;
  }
}

.pr-5 {
  padding-right: 15px !important;
}

@media (min-width: 1200px) {
  .pr-5 {
    padding-right: 3rem !important;
  }
}

.pt-5 {
  padding-top: 20px !important;
}

@media (min-width: 1200px) {
  .pt-5 {
    padding-top: 0 !important;
  }
}

.swiper .swiper-wrapper {
  margin-bottom: 50px;
}

.swiper-pagination-bullet-active {
  background-color: #D70C19;
}

.swiper-scrollbar-drag {
  background-color: #D70C19;
}

.swiper-button-prev, .swiper-button-next {
  top: 37%;
}

.swiper-button-prev::after, .swiper-button-next::after {
  color: #333;
}

.swiper-button-prev:hover::after, .swiper-button-next:hover::after {
  color: #D70C19;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 105%;
  margin-left: .1rem;
  margin-right: .1rem;
}

.dropdown-toggle::after {
  display: none;
}

.wp-block-image img {
  height: auto;
}
.wp-block-image.aligncenter{
  margin:auto;
}
.wp-block-columns{
  margin:0 -15px;
}
.wp-block-column{
  padding:0 15px;
}
.wp-block-table td {
  border: 1px solid #aaa;
  padding: 5px;
}

.btnbox {
  margin-top: 40px;
}

.protxt {overflow: hidden;}

.mbtn {
  background-color: #D70C19;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 5px;
  border: 0;
  display: inline-block;
}

.mbtn:hover {
  color: #fff;
}

@media (min-width: 1281px) {
  .mbtn {
    padding: 20px 35px;
    font-size: 22px;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .mbtn {
float: left!important;
margin-bottom: 10px;
padding: 10px 0;
width: 100%;
 text-align: center;
  }
}

.wbtn {
  background-color: transparent;
  color: #fff;
  padding: 10px 20px;
  font-size: 20px;
  border: 1px solid #fff;
  border-radius: 6px;
  display: inline-block;
}

.wbtn:hover {
  color: #fff;
}

.card {
  border-radius: 10px;
  margin-bottom: 30px;
}

.card .imgbox img {
  width: 100%;
}

.card-nobr-row {
  border: 0;
  background-color: #fff;
  padding: 30px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.card-nobr-col {
  border: 0;
  background-color: #fff;
  padding: 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1200px) {
  .card-nobr-col {
    padding: 30px 22px;
  }
}

.card-shadow-nohover {
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-box-shadow: 0px 10px 30px rgba(226, 226, 226, 0.5);
          box-shadow: 0px 10px 30px rgba(226, 226, 226, 0.5);
}

.card-shadow {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.card-shadow:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(226, 226, 226, 0.5);
          box-shadow: 0px 10px 30px rgba(226, 226, 226, 0.5);
}

.card-hline {
  position: relative;
  overflow: hidden;
}

.card-hline::after {
  content: "";
  display: block;
  background-color: #D70C19;
  width: 50px;
  height: 15px;
  position: absolute;
  bottom: 1px;
  right: -15px;
  -webkit-transform: rotate(316deg);
          transform: rotate(316deg);
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.card-hline:hover::after {
  opacity: 1;
}

.procard .imgbox {
  width: 40%;
}

.procard .card-body {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.procard .card-body h5 a {
  color: #D70C19;
}

.procard .card-body p {
  font-size: 12px;
  color: #999;
}

.procard .card-body a {
  color: #666;
}

.procard:hover .card-body a {
  color: #D70C19;
}

.title-line-left::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  margin-top: 30px;
  background-color: #D70C19;
}

.title-line-center::after {
  content: "";
  display: block;
  width: 50px;
  height: 6px;
  margin-top: 30px;
  background-color: #D70C19;
}

.title-line-center::after {
  margin-left: auto;
  margin-right: auto;
}

.title-line-left2::after {
  content: "";
  display: block;
  width: 145px;
  height: 2px;
  margin-top: 20px;
  background-color: #D70C19;
}

.title-line-center2::after {
  content: "";
  display: block;
  width: 145px;
  height: 2px;
  margin-top: 20px;
  background-color: #D70C19;
}

.title-line-center2::after {
  margin-left: auto;
  margin-right: auto;
}

.flex-col-bet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.form-control {
  background-color: #EEEEEE;
  border: 0;
  margin-bottom: 20px;
}

.form-control::-webkit-input-placeholder {
  font-size: 18px;
  color: #999;
}

.form-control:-ms-input-placeholder {
  font-size: 18px;
  color: #999;
}

.form-control::-ms-input-placeholder {
  font-size: 18px;
  color: #999;
}

.form-control::placeholder {
  font-size: 18px;
  color: #999;
}

input.form-control {
  height: 64px;
}

textarea.form-control {
  resize: none;
  height: 140px;
}

.banner {
  background-size: cover;
  height: 300px;
}

@media (min-width: 1200px) {
  .banner {
    height: 500px;
  }
}

.banner .bannertitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumb {
  background-color: transparent;
}

.breadcrumb li a {
  color: #999;
  font-size: 16px;
}

.redban {
  background: #DC414B;
  background-image: url("../images/banico.png");
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
  height: 266px;
}

.redban .w100 {
  height: 100%;
}

.redban .w100 .row {
  height: 100%;
}

.redban .w100 .row .col-xl-12 {
  height: 100%;
}

.redban .subban {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.videobox {
  text-align: center;
}

.videobox .vbox {
  display: inline-block;
  cursor: pointer;
  position: relative;
  height: 350px;
}

.videobox .vbox img {
  height: 100%;
}

.videobox .vbox .icobox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.videobox .vbox .icobox i {
  color: #D70C19;
  font-size: 50px;
}

.videobox .infobox p {
  color: #666;
  margin-bottom: 0;
  margin-top: 20px;
}

.videobox .infobox .timetxt {
  font-size: 14px;
  color: #999;
}

.formcontactus {
  padding-top: 100px;
  background-repeat: no-repeat;
}

.formcontactus .card {
  padding: 0;
}

.formcontactus .card .col-xl-5 {
  padding: 0;
}

.formcontactus .card .formbox {
  padding: 100px 0px;
}

@media (min-width: 1200px) {
  .formcontactus .card .formbox {
    padding: 100px 80px;
  }
}

.formcontactus .card .formbox h1 {
  margin-bottom: 20px;
}

.formcontactus .card .formbox button {
  width: 100%;
}

.formcontactus .card .formbox select {
  border: 0;
  padding: 10px 0;
  color: #D70C19;
  width: 150px;
}

.formcontactus .card .formbox select:focus-visible {
  outline: 0;
}

@media (max-width: 1199.98px) {
  .mbx {
    padding: 0;
  }
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  z-index: 10;
}

header ::-webkit-scrollbar {
  width: 2px;
  background-color: #23292d;
}

header ::-webkit-scrollbar-thumb {
  background-color: #D7020F;
}

@media (min-width: 1200px) {
  header ::-webkit-scrollbar {
    width: 100%;
    height: 10px;
    background-color: #23292d;
  }
  header ::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #D7020F;
  }
}

header .navbar {
  height: 60px;
  background-color: transparent;
  padding: 0;
}

@media (min-width: 1200px) {
  header .navbar {
    height: 110px;
  }
}

@media (min-width: 1200px) {
  header .navbar {
    position: initial;
  }
}

@media (max-width: 1199.98px) {
  header .navbar .navbar-brand img {
    width: 65%;
  }
}

header .navbar button span {
  font-size: 30px;
}

header .navbar .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  height: 100%;
}

header .navbar .navbar-collapse .navbar-nav {
  height: 100%;
}

@media (max-width: 1199.98px) {
  header .navbar .navbar-collapse .navbar-nav {
    height: 100vh;
    overflow-y: scroll;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  background-color: #23292d;
  padding: 10px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 1200px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu {
    position: initial;
    border: 0;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu {
    width: 98%;
    padding: 20px;
    overflow-x: scroll;
    border: 0;
    margin: 0 1%;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu a {
    color: #fff;
    white-space: initial;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu .dropdown-submenu {
    width: 350px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu .dropdown-submenu .dropdown-item::after {
    display: none;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: block;
    position: initial;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    margin-top: 10px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu .dropdown-submenu .dropdown-menu a {
    color: #fff;
    white-space: initial;
    font-size: 1rem;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu .dropdown-submenu .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu li {
    width: 350px;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item.promenu > .dropdown-menu li a {
    width: 350px;
  }
}

header .navbar .navbar-collapse .icolist {
  margin-left: 20px;
}

header .navbar .navbar-collapse .icolist ul li {
  margin: 0 10px;
}

header .navbar .navbar-collapse .icolist ul li a i {
  font-size: 25px;
}

@media (max-width: 1199.98px) {
  header .navbar .navbar-collapse {
    position: fixed;
    top: 0;
    right: -90%;
    width: 90%;
    height: 100%;
    background: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  header .navbar .navbar-collapse a {
    color: #fff !important;
  }
  header .navbar .navbar-collapse.show {
    right: 0;
  }
  header .navbar .navbar-collapse .close {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 100;
  }
}

@media (max-width: 1199.98px) and (max-width: 1199.98px) {
  header .navbar .navbar-collapse .close {
    top: 10px;
  }
}

@media (max-width: 1199.98px) {
  header .navbar .navbar-collapse .close span {
    opacity: 1;
    font-size: 20px;
    color: #fff;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    background-color: transparent;
    border: 0;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: block;
  }
}

header .bgmb {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000d;
  z-index: -1;
  display: none;
}

header .bgmb.on {
  display: block;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  pointer-events: none;
}

@media (min-width: 1200px) {
  .dropdown.promenu:hover > .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-menu {
    top: 99%;
  }
}

footer {
  background-color: #333;
  padding-top: 60px;
}

footer .flogo {
  width: 180px;
  margin-bottom: 30px;
}

footer .infolist {
  color: #fff;
  margin-bottom: 50px;
}

footer .infolist tr {
  line-height: 30px;
}

footer .infolist tr td {
  padding-right: 20px;
}

footer .menulist {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

footer .menulist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 70%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1199.98px) {
  footer .menulist ul {
    padding-top: 30px;
    width: 100%;
  }
}

footer .menulist ul li {
  padding: 10px 10px;
}

footer .icolist {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 50px;
}

footer .icolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
}

footer .icolist ul li {
  padding: 0 10px;
}

footer .icolist ul li a {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

footer .copyright p {
  font-size: 16px;
  color: #ccc;
/*  border-top: 1px solid #999;*/
  padding: 20px 0;
  margin: 0;
  background-color: #191919;
}

h4.abls {color: #fff;
    text-transform: uppercase !important;
    font-size: 20px;
    display: inline-block;
    padding-bottom: 20px;}
.ab-ft p, p.asdaszxc, ul.social-icon-ft li a i {color: #ccc; font-size: 16px;}
.ft-address span,.ft-address i {color: #fff;}
.ft-address a,.footer-menus a {color: #ccc;}
.ft-address a:hover,.footer-menus a:hover {color: #D70C19;}
.footer-menus-list {line-height: 30px;}

ul.cus-social li a i{color:#fff!important}
ul.cus-social li a{display:inline-block}
ul.cus-social li a{background-color:#191919;width:36px;text-align:center;height:36px;line-height:35px}
ul.cus-social{margin-bottom:0;margin-top:30px}

.ftform-control {
  background-color: #EEEEEE;
  border: 0;
  margin-bottom: 10px;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
}
.ftform-control::-webkit-input-placeholder {
  font-size: 16px;
  color: #999;
}
.ftform-control:-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.ftform-control::-ms-input-placeholder {
  font-size: 16px;
  color: #999;
}
.ftform-control::placeholder {
  font-size: 16px;
  color: #999;
}
input.ftform-control {
  height: 30px;
}
textarea.ftform-control {
  resize: none;
  height: 90px;
}
.cap_code {margin-bottom: 50px;}

.toolsbar {
  display: none;
  position: fixed;
  right: 1px;
  bottom: 80px;
  border: 1px solid #999;
  border-radius: 10px;
  width: 84px;
  text-align: center;
  background-color: #333;
  z-index: 100;
}

@media (min-width: 1200px) {
  .toolsbar {
    display: block;
  }
}

.toolsbar li {
  cursor: pointer;
}

.toolsbar li:not(:last-of-type) {
  border-bottom: 1px solid #999;
}

.toolsbar .box {
  padding: 10px;
}

.toolsbar .box p {
  font-size: 14px;
  color: #fff;
  line-height: 14px;
  margin: 5px 0;
}

.indexbanner {
  padding: 0;
}

.indexbanner .swiper-wrapper {
  margin: 0;
}

.indexbanner .swiper-slide {
  position: relative;
}

.indexbanner .swiper-slide a img {
  width: 100%;
}

.indexbanner .swiper-slide .info {
  position: absolute;
  padding-top: 110px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}

.indexbanner .swiper-slide .info .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexbanner .swiper-slide .info .cont h3 {
  font-size: 24px;
}

@media (min-width: 1200px) {
  .indexbanner .swiper-slide .info .cont h1 {
    font-size: 56px;
  }
}

.indexbanner .swiper-slide .info .cont p {
  margin: 70px 0;
}

@media (min-width: 1200px) {
  .indexbanner .listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.indexbanner .listbox .item {
  padding: 20px 50px 50px;
  color: #fff;
}

@media (min-width: 1200px) {
  .indexbanner .listbox .item {
    width: 25%;
  }
}

.indexbanner .listbox .item i {
  font-size: 50px;
}

.indexbanner .listbox .item:nth-child(1) {
  background-color: #D70C19;
}

.indexbanner .listbox .item:nth-child(2) {
  background-color: #333;
}

.indexbanner .listbox .item:nth-child(3) {
  background-color: #666;
}

.indexbanner .listbox .item:nth-child(4) {
  background-color: #999;
}

.indexbanner .listbox .item h3 {
  font-size: 24px;
  margin: 26px 0;
}

.indexbanner .listbox .item p {
  font-size: 18px;
}

.indexabout .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.indexabout .col-xl-6 {
  overflow: hidden;
}

.indexabout .swbox {
  position: absolute;
  width: 200%;
  left: -44%;
}

.indexabout .swbox img {
  width: 660px;
  height: 440px;
}

@media (min-width: 1200px) {
  .cardlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cardlist .item {
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: cover;
}

@media (min-width: 1200px) {
  .cardlist .item {
    height: 680px;
    width: 33.33%;
    padding: 150px 100px;
  }
}

.cardlist .item i {
  font-size: 80px;
}

.cardlist .item h3 {
  text-align: center;
}

@media (min-width: 1200px) {
  .indexboxinfo .listbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.indexboxinfo .listbox .card {
  border-color: #D70C19;
  padding: 20px;
}

@media (min-width: 1200px) {
  .indexboxinfo .listbox .card {
    max-width: 290px;
    margin-right: 20px;
  }
}

.indexboxinfo .listbox .card i {
  font-size: 35px;
  color: #D70C19;
}

.indexboxinfo .listbox .card p {
  font-size: 12px;
  color: #999;
}

.indexprolist .titleinfo {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexprolist .titleinfo p {
  max-width: 650px;
  text-align: center;
}

.indexprolist .cardlist {
  margin-top: 60px;
}

.indexprolist .cardlist .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.indexprolist .cardlist h5 a {
  font-size: 22px;
}

.indexprolist .cardlist p {
  margin-bottom: 0;
}

.indexprolist .cardlist .card-body > a {
  margin-top: 10px;
}

.indexicolist .icoitem {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

@media (min-width: 1200px) {
  .indexicolist .icoitem {
    -ms-grid-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
        grid-template-columns: 14.28% 14.28% 14.28% 14.28% 14.28% 14.28% 14.28%;
  }
}

.indexicolist .icoitem .card {
  margin: 10px;
  text-align: center;
  padding: 18px 0;
}

.indexicolist .icoitem .card img {
  width: 80px;
  margin: auto;
}

.indexicolist .icoitem .card h5 {
  font-size: 14px;
  color: #999;
  font-weight: normal;
}

.indexblog {
  background-color: #f5f5f5;
}

.indexblog .card {
  padding: 0;
}

.indexblog .card .imginfo {
  padding: 20px 34px;
}

.indexblog .card .imginfo .timebox {
  padding: 10px 20px;
  background-color: #D70C19;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
}

@media (min-width: 1200px) {
  .indexblog .card .imginfo h3 {
    min-height: 50px;
  }
}

.indexblog .card .imginfo p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.collind {
  background-color: #fff;
}

.collind .navbox .nav {
  border-bottom: 2px solid #b7b7b7;
}

.collind .navbox .nav .nav-item {
  margin: 0 10px;
}

@media (min-width: 1200px) {
  .collind .navbox .nav .nav-item {
    margin: 0 40px;
  }
}

.collind .navbox .nav .nav-item a {
  color: #404040;
  font-size: 12px;
  border-radius: 0;
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

@media (min-width: 1200px) {
  .collind .navbox .nav .nav-item a {
    padding: 40px 0;
    font-size: 26px;
  }
}

.collind .navbox .nav .nav-item a.active {
  background-color: transparent;
  color: #D70C19;
  border-bottom: 2px solid #D70C19;
}

.collind .navbox .tab-content .item {
  margin: 50px 0;
}

.collind .navbox .tab-content .item .title {
  font-size: 20px;
  color: #5b5b5b;
  border-bottom: 2px solid #717171;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .collind .navbox .tab-content .item .title {
    margin-right: 20%;
  }
}

.collind .navbox .tab-content .item .txt li {
  padding-top: 5px;
  font-size: 16px;
  color: #999;
}

.collimgsw .swiper {
  width: 80%;
}

.collimgsw .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}

.collimgsw .swiper .swiper-wrapper .swiper-slide .card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}

.collimgsw .swiper .swiper-wrapper .swiper-slide .title {
  text-align: center;
}

.collrtxt .texteat {
  min-height: 500px;
}

.collban2 {
  background-color: #404040;
}

@media (min-width: 1200px) {
  .collban2 {
    height: 266px;
  }
}

.collban2 .w100 {
  height: 100%;
}

.collban2 .w100 .row {
  height: 100%;
}

.collban2 .w100 .row .col-xl-12 {
  height: 100%;
}

.collban2 .infobox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.collban2 .infobox h2 {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 5px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .collban2 .imgbox {
    max-width: 250px;
    position: absolute;
    right: 0;
  }
  .collban2 .imgbox img {
    margin-top: -40%;
  }
}

.collban2 .imgbox img {
  margin-top: 30px;
}

.coll2ind .imgbox {
  border: 1px solid #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .coll2ind .imgbox {
    height: 500px;
    width: 500px;
  }
}

.coll2ind .imgbox img {
  height: 100%;
}

.coll2imgsw .titlebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.coll2imgsw .titlebox a {
  color: #333;
  border-color: #333;
}

.coll2imgsw .swiper {
  width: 80%;
}

.coll2imgsw .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}

.coll2imgsw .swiper .swiper-wrapper .swiper-slide .card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 250px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  overflow: hidden;
}

.coll2imgsw .swiper .swiper-wrapper .swiper-slide .title {
  text-align: center;
}

.coll2rtxt .texteat {
  min-height: 500px;
}

.cvideosw .swbtn .swiper-button-prev, .cvideosw .swbtn .swiper-button-next {
  border: 1px solid #d5d5d5;
  width: 60px;
  height: 50px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.07)), color-stop(38%, rgba(206, 206, 206, 0.09)), to(rgba(128, 128, 128, 0.1)));
  background: linear-gradient(360deg, rgba(255, 255, 255, 0.07) 0%, rgba(206, 206, 206, 0.09) 38%, rgba(128, 128, 128, 0.1) 100%);
}

.cvideosw .swbtn .swiper-button-prev::after, .cvideosw .swbtn .swiper-button-next::after {
  font-size: 20px;
  color: #b7b7b7;
}

.cvideosw .swbtn .swiper-button-prev {
  left: auto;
  right: 80px;
}

.cvideosw .btnbox a {
  color: #d5d5d5;
  border-color: #d5d5d5;
  padding: 10px 30px;
}

.cvideoall .col-xl-4 {
  margin-bottom: 80px;
}

.gallerylist .col-xl-3 {
  padding: 3px;
}

.gallerylist .item {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.gallerylist .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.gallerylist .item img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.gallerylist .item:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.gallerylist .item:hover::after {
  background-color: #fff0;
}

.downlist ul {
  border-top: 1px solid #dedede;
}

.downlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}

.downlist ul li .title {
  font-size: 22px;
  line-height: 45px;
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.downlist ul li .btnbox a {
  border: 1px solid #dedede;
  color: #999;
  padding: 0px 20px;
  border-radius: 50px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.downlist ul li .btnbox a i {
  font-size: 30px;
}

.downlist ul li:hover .title {
  color: #D70C19;
}

.downlist ul li:hover .btnbox a {
  border: 1px solid #D70C19;
  color: #D70C19;
}

.proact .showimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .proact .showimg {
    width: 500px;
    height: 500px;
  }
}

.proact .showimg img {
  height: 100%;
}

.proact .showimg video {
  width: 100%;
  height: 100%;
}

@media (min-width: 1200px) {
  .proact .imglist {
    width: 500px;
  }
}

.proact .imglist ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20% 20% 20% 20% 20%;
      grid-template-columns: 20% 20% 20% 20% 20%;
  margin-top: 30px;
  justify-items: center;
}

.proact .imglist ul li {
  width: 70px;
  height: 70px;
  border: 1px solid #c8c8c8;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .proact .imglist ul li {
    width: 80px;
    height: 80px;
  }
}

.proact .imglist ul li .mbox {
  position: relative;
  height: 100%;
}

.proact .imglist ul li .mbox i {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #3333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 30px;
}

.proact .imglist ul li .mbox .img {
  height: 100%;
}

.proact .imglist ul li .mbox.active {
  border: 1px solid #D70C19;
}

.proact .proinfo {
  padding-top: 30px;
}

.proact .proinfo p {
  margin-bottom: 6px;
}

@media (min-width: 1200px) {
  .proact .proinfo {
    padding-left: 150px;
    padding-top: 0px;
  }
}

.proact .protxt {
  margin-top: 50px;
}

.orprolist h3 {
  font-size: 38px;
}

.orprolist .catlist .card1 .card-header1 {
  border-bottom: 1px solid #eee;
}

.orprolist .catlist .card1 .card-header1 h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.orprolist .catlist .card1 .card-header1 h3 span.active {
  color: #D70C19;
}

.orprolist .catlist .card1 .card-header1 h3 button {
  display: inline-block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.orprolist .catlist .card1 .card-header1 h3 button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.orprolist .catlist .card1 .card-header1 h3 button i {
  color: #333;
}

.orprolist .catlist .card1 .card-header1 h3 button.collapsed {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.orprolist .catlist .card1 .card-body li {
  cursor: pointer;
  margin: 10px 0;
}

.orprolist .catlist .card1 .card-body li span.active {
  color: #D70C19;
}

@media (min-width: 1200px) {
  .orprolist .proboxlist {
    padding-left: 120px;
  }
}

.orprolist .proboxlist .item .imgbox {
  border: 1px solid #e9e9e9;
  text-align: center;
}

@media (min-width: 1200px) {
  .orprolist .proboxlist .item .imgbox {
    width: 270px;
    height: 270px;
  }
}

.orprolist .proboxlist .item .title {
  text-align: center;
  margin: 15px 0 30px;
}

.companypar .swiper .swiper-wrapper {
  height: 240px;
}

@media (min-width: 1200px) {
  .companypar .swiper .swiper-wrapper {
    height: 460px;
  }
}

.companypar .swiper .swiper-wrapper .swiper-slide {
  height: calc((100% - 30px) / 2);
}

.companypar .swiper .swiper-wrapper .swiper-slide .icobox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .companypar .swiper .swiper-wrapper .swiper-slide .icobox {
    height: 200px;
  }
}

.companyabout .numlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

.companyabout .numlist .num {
  color: #D70C19;
  font-size: 30px;
  font-weight: bold;
}

.companyhistory .historybox {
  position: relative;
}

.companyhistory .historybox .bgbox {
  width: 100%;
  text-align: right;
}

.companyhistory .historybox .bgbox img {
  width: 90%;
}

.companyhistory .historybox .hpbox .cbox {
  width: 70px;
  height: 70px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .companyhistory .historybox .hpbox .cbox {
    width: 100px;
    height: 100px;
    font-size: 26px;
  }
}

.companyhistory .historybox .hpbox .info {
  position: absolute;
  line-height: 14px;
  font-size: 12px;
}

@media (min-width: 1200px) {
  .companyhistory .historybox .hpbox .info {
    line-height: 16px;
    font-size: 14px;
  }
}

.companyhistory .historybox .historoy1 {
  position: absolute;
  left: 17%;
  bottom: 89%;
}

.companyhistory .historybox .historoy1 .info {
  left: 0%;
  top: -80%;
  width: 250px;
}

.companyhistory .historybox .historoy2 {
  position: absolute;
  left: 72%;
  bottom: 75%;
}

.companyhistory .historybox .historoy2 .info {
  top: -70%;
  left: -217px;
  width: 200px;
}

.companyhistory .historybox .historoy3 {
  position: absolute;
  left: 46%;
  bottom: 60%;
}

.companyhistory .historybox .historoy3 .info {
  left: -109%;
  top: 82%;
  width: 250px;
}

.companyhistory .historybox .historoy4 {
  position: absolute;
  left: 10%;
  bottom: 45%;
}

.companyhistory .historybox .historoy4 .info {
  left: 105%;
  top: -8%;
  width: 250px;
}

.companyhistory .historybox .historoy5 {
  position: absolute;
  left: 24%;
  bottom: 32%;
}

.companyhistory .historybox .historoy5 .info {
  left: -8%;
  top: 105%;
  width: 250px;
}

.companyhistory .historybox .historoy6 {
  position: absolute;
  left: 16%;
  bottom: 6%;
}

.companyhistory .historybox .historoy6 .info {
  left: 101%;
  top: 3%;
  width: 200px;
}

@media (min-width: 1200px) {
  .companyhistory .historybox .historoy1 {
    position: absolute;
    left: 8%;
    bottom: 35%;
  }
  .companyhistory .historybox .historoy1 .info {
    left: 110%;
    top: 30%;
    width: 300px;
  }
  .companyhistory .historybox .historoy2 {
    position: absolute;
    left: 20%;
    bottom: 80%;
  }
  .companyhistory .historybox .historoy2 .info {
    top: 110%;
    width: 200px;
  }
  .companyhistory .historybox .historoy3 {
    position: absolute;
    left: 35%;
    bottom: 56%;
  }
  .companyhistory .historybox .historoy3 .info {
    left: 20%;
    top: -100%;
    width: 300px;
  }
  .companyhistory .historybox .historoy4 {
    position: absolute;
    left: 40%;
    bottom: 12%;
  }
  .companyhistory .historybox .historoy4 .info {
    left: 100%;
    top: -200%;
    width: 300px;
  }
  .companyhistory .historybox .historoy5 {
    position: absolute;
    left: 67%;
    bottom: 12%;
  }
  .companyhistory .historybox .historoy5 .info {
    left: 110%;
    top: -50%;
    width: 300px;
  }
  .companyhistory .historybox .historoy6 {
    position: absolute;
    left: 69%;
    bottom: 53%;
  }
  .companyhistory .historybox .historoy6 .info {
    left: 20%;
    top: -180%;
    width: 300px;
  }
}

.companyaddress {
  background-color: #f5f5f5;
}

.companyaddress .addlist {
  margin-top: 50px;
}

.companyaddress .addlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  padding: 10px 0;
}

.companyaddress .addlist ul li .ico {
  padding: 0 10px;
}

.companyaddress .addlist ul li .ico i {
  font-size: 30px;
  font-weight: bold;
  color: #D70C19;
  line-height: initial;
}

.companyaddress .addlist ul li .txt .title {
  font-weight: bold;
  margin-bottom: 6px;
}

.companyaddress .mapaddlist {
  margin: auto;
  position: relative;
  max-width: 452px;
  padding: 0 5%;
}

.companyaddress .mapaddlist .paddress {
  position: absolute;
}

.companyaddress .mapaddlist .paddress i {
  font-size: 50px;
  color: #404040;
  cursor: pointer;
}

.companyaddress .mapaddlist .paddress .card {
  position: absolute;
  right: 0;
  width: 350px;
  display: none;
  z-index: 8;
}

.companyaddress .mapaddlist .paddress.padd1 {
  top: 23.14%;
  left: 21.41%;
}

.companyaddress .mapaddlist .paddress.padd2 {
  top: 33.5%;
  left: 61.15%;
}

.companyaddress .mapaddlist .paddress.padd3 {
  top: 50%;
  left: 73%;
}

.companyaddress .mapaddlist .paddress.padd4 {
  top: 53.45%;
  left: 32.01%;
}

.companyaddress .mapaddlist .paddress.padd5 {
  top: 8%;
  left: 35%;
}

.companyaddress .mapaddlist .paddress.padd6 {
  top: 67%;
  left: 55%;
}

.companyaddress .mapaddlist .paddress.active i {
  color: #D70C19;
}

.companyaddress .mapaddlist .paddress.active .card {
  display: block;
}

.companybest {
  margin-bottom: 100px;
}

.companybest .bestbanner {
  margin-top: -110px;
  padding-top: 150px;
  height: 580px;
}

.companybest .bestbanner .numbox {
  margin-bottom: 80px;
}

.companybest .bestbanner .numbox .num {
  color: #D70C19;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .companybest .bestbanner .numbox .num {
    font-size: 50px;
  }
}

.companybest .bestbanner .numbox .numtxt {
  color: #fff;
  font-size: 16px;
}

@media (min-width: 1200px) {
  .companybest .bestbanner .numbox .numtxt {
    font-size: 20px;
  }
}

.companybest .bestbanner .redbox {
  background-color: #dc2835;
  color: #fff;
  padding: 50px;
  font-size: 24px;
  max-width: 600px;
}

.companybest .bestbanner .redbox p {
  color: #fff;
  font-size: 24px;
  margin-bottom: 50px;
}

.companybest .bestbanner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.companybest .bestbanner .box img {
  padding-right: 30px;
}

.companybest .bestbanner .box p {
  color: #fff;
  font-size: 22px;
}

.companyour img {
  border-radius: 10px;
}

.companyour2 img {
  border-radius: 10px;
}

.companyour2 .boxinfo {
  padding-right: 60px;
}

.companyredbanner {
  background-color: #dc414b;
  padding: 100px 0;
}

.companyredbanner h2 {
  font-size: 50px;
  margin-bottom: 50px;
}

.companyteam p {
  margin: 10px 0;
}

.companyteam .card {
  padding: 0;
}

.companyteam .card .cardbody {
  padding: 20px;
}

.companyteam h1 {
  font-size: 35px;
  margin-bottom: 20px;
	
}
.companyteam.t-h1 {
  font-size: 35px;
  margin-bottom: 20px;
	
}
.companypar {
  background-color: #f5f5f5;
}

.companypar .swiper .swiper-wrapper {
  margin-bottom: 50px;
}

.achieacc .col-xl-3 {
  padding: 5px;
}

.achieacc .card {
  padding: 60px 17%;
  height: 350px;
}

.achieacc .card i {
  font-size: 60px;
  color: #D70C19;
}

.achieacc .card .title {
  font-size: 25px;
  margin-bottom: 30px;
}

.achieacc .card p {
  font-size: 12px;
}

.achieredban {
  height: 420px;
}

.achieredban h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .achieredban h2 {
    font-size: 50px;
  }
}

.achieredban p {
  font-size: 20px;
}

.achieaccred h1 {
  font-size: 35px;
}

.achieban {
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1200px) {
  .achieban {
    padding: 0 15px;
  }
}

.achieban h2 {
  font-size: 20px;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .achieban h2 {
    font-size: 50px;
  }
}

.achiepos p {
  margin-top: 50px;
  padding: 0 14%;
}

.exhiimginfo .imgbox {
  margin: 50px 0;
}

.exhiimginfo .imgbox img {
  border-radius: 10px;
}

.exhiimginfo p {
  padding: 0 14%;
}

.advideoinfo .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.advideoinfo .imgbox a {
  margin-top: -100px;
}

.advimginfo .num {
  color: #D70C19;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  margin-right: 20px;
  padding-top: 20px;
}

@media (min-width: 1200px) {
  .advimginfo .num {
    padding-top: 0;
  }
}

.advimginfo .titinfo h1 {
  font-size: 30px;
}

@media (min-width: 1200px) {
  .advimginfo .titinfo h1 {
    font-size: 40px;
  }
}

.servietab {
  border-bottom: 1px #ccc solid;
  padding: 50px 0 0 0;
}

.servietab .tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.servietab .tablist .item {
  text-align: center;
  padding: 20px;
}

.servietab .tablist .item a {
  display: block;
}

.servietab .tablist .item i {
  font-size: 36px;
  color: #999;
}

@media (min-width: 1200px) {
  .servietab .tablist .item i {
    font-size: 60px;
  }
}

.servietab .tablist .item .icotxt {
  font-size: 12px;
  font-weight: bold;
  color: #999;
}

@media (min-width: 1200px) {
  .servietab .tablist .item .icotxt {
    font-size: 25px;
  }
}

.servietab .tablist .item.active {
  border-bottom: 5px #D70C19 solid;
}

.servietab .tablist .item.active i {
  color: #D70C19;
}

.servietab .tablist .item.active .icotxt {
  color: #D70C19;
}

.qualityicolist .card {
  height: 330px;
  padding: 30px 40px;
}

.qualityicolist .card i {
  font-size: 50px;
  color: #D70C19;
}

.qualityicolist .card .title {
  font-size: 24px;
  font-weight: bold;
  margin: 30px 0;
}

.qualityimglist .imgtitlebox {
  margin: 10px 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .qualityimglist .imgtitlebox {
    margin: 50px 0;
  }
}

.qualityimglist .imgtitlebox .title {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  background-color: rgba(220, 40, 52, 0.76863);
  padding: 15px 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-clip-path: inset(100% 0 0 0);
          clip-path: inset(100% 0 0 0);
}

.qualityimglist .imgtitlebox:hover .title {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.manuprosw .col-xl-6 {
  overflow: hidden;
  min-height: 270px;
}

@media (min-width: 1200px) {
  .manuprosw .col-xl-6 {
    min-height: 440px;
  }
}

.manuprosw .swbox {
  position: absolute;
  width: 200%;
  left: -44%;
}

.manuprosw .swbox img {
  width: 660px;
}

@media (min-width: 1200px) {
  .manuprosw .swbox img {
    height: 440px;
  }
}

.manuinfoimglist .num {
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  color: #D70C19;
  margin-right: 20px;
}

.manuinfoimglist .info h1 {
  font-size: 40px;
}

.manuinfoimglist .imgbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.manuinfoimglist .imgbox .title {
  position: absolute;
  bottom: 0;
  padding: 30px 20px;
  color: #fff;
  font-size: 22px;
}

.customer h1 {
  font-size: 35px;
}

.customer img {
  border-radius: 10px;
}

.contactlist ul {
  border-top: 1px solid #eee;
}

.contactlist ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
}

.contactlist ul li i {
  font-size: 40px;
  color: #D70C19;
  margin-right: 30px;
}

.contactlist ul li p {
  line-height: 60px;
  margin-bottom: 0;
  font-size: 16px;
}

.applist .appitem {
  padding: 20px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.applist .appitem .imgbox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.applist .appitem .title {
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 2px solid #ccc;
  padding-bottom: 30px;
}

.applist .appitem .type .subtitle {
  font-size: 18px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  margin: 10px 0;
}

.applist .appitem .type .info {
  color: rgba(0, 0, 0, 0.85);
}

.applist .appitem:hover {
  background-color: #e2e2e2;
}

.applicimginfo img {
  border-radius: 10px;
}

.applicimginfo .infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-start;
}

.applicimginfo .infobox .btnbox .mbtn {
  padding: 10px 40px;
  font-size: 20px;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .appinfo1 .infobox {
    padding-left: 100px;
  }
}

.appinfo2 .infobox {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

@media (min-width: 1200px) {
  .appinfo2 .infobox {
    padding-right: 100px;
  }
}

.applicbanner {
  height: 680px;
  padding: 0;
}

.applicbanner .container-xl {
  height: 100%;
}

.applicbanner .container-xl .row {
  height: 100%;
}

.applicbanner .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.applicbanner .border-line {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.applicbanner .text-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.applicbanner .text-center .btnbox {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.applicbanner .text-center .btnbox .sbtn {
  color: #fff;
  font-size: 24px;
  padding: 30px 80px;
  background-color: #D70C1900;
  border-radius: 10px;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.applicbanner .text-center:hover .btnbox {
  margin-bottom: 100px;
}

.applicbanner .text-center:hover .btnbox .sbtn {
  background-color: #D70C19aa;
}

.newsactive {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsactive .title {
  font-size: 24px;
  margin: 10px 0;
  color: #333;
}

.newsactive .timebox {
  margin: 20px 0;
  color: #666;
}

.newsactive .contect {
  min-height: 300px;
  color: #666;
}

.newsactive .contect img {
max-width: 95%;
    height: auto;
}
.newsactive .foot {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

.newsactive .foot .tip {
  color: #333;
}

.newsactive .foot .tip span {
  color: #666;
  margin: 0 5px;
}

.newsactive .foot .icolist {
  margin: 0;
  padding: 0;
}

.newsactive .foot .icolist li {
  list-style: none;
  display: inline-block;
}

.newsactive .foot .icolist li a {
  background-color: #333;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
}

.newsactive .foot .icolist li a:hover {
  background-color: #D70C19;
}

.newsactive .foot .icolist li a i {
  font-size: 18px;
  color: #fff;
}

.tools .tbox {
  margin-bottom: 50px;
}

.tools .tbox h3 {
  color: #000;
  font-size: 22px;
  line-height: 2;
}

.tools .tbox h3::after {
  background-color: #D70C19;
  content: "";
  display: block;
  height: 3px;
  width: 60px;
}

.tools .tbox input {
  border: 0;
  background-color: #F6F6F6;
  border-radius: 0;
  height: 40px;
}

.tools .tbox input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.tools .tbox .input-group-append .btn {
  background-color: #f6f6f6;
  border: 0;
  border-radius: 0;
  padding: 0 17px;
  font-size: 18px;
}

.tools .tbox .input-group-append .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.tools .tbox .input-group-append .btn i {
  color: #D70C19;
}

.tools .tbox .clist ul {
  margin: 0;
  padding: 0;
}

.tools .tbox .clist ul li {
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}

.tools .tbox .clist ul li i {
  color: #D70C19;
  font-size: 12px;
  margin-right: 10px;
}

.tools .tbox .clist ul li a {
  color: #666;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.tools .tbox .clist ul li a:hover {
  color: #D70C19;
}

.tools .tbox .plist ul li {
  border-bottom: 0;
}

.tools .tbox .plist .sublist {
  padding-left: 20px;
}

.tools .tbox .tags {
  margin-top: 20px;
}

.tools .tbox .tags .tag {
  margin-bottom: 10px;
  display: inline-block;
}

.tools .tbox .tags .tag a {
  padding: 10px;
  border: 1px solid #ddd;
  display: inline-block;
  color: #666;
}

.tools .tbox .tags .tag a:hover {
  border: 1px solid #D70C19;
  background-color: #D70C19;
  color: #fff;
}

.newslistbox .item {
  margin: auto auto 50px;
}

@media (min-width: 1200px) {
  .newslistbox .item .row {
    width: 100%;
  }
}

.newslistbox .item .infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newslistbox .item .info {
  margin-top: 20px;
}

.newslistbox .item .info .subtitle {
  font-size: 18px;
  color: #888;
  position: relative;
  margin-bottom: 0;
}

.newslistbox .item .info h3 {
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  text-align: left;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.newslistbox .item .info h3:hover {
  text-decoration: none;
  color: #D70C19;
}

.newslistbox .item .info .postby {
  margin: 20px 0;
}

.newslistbox .item .info p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #888;
  font-size: 14px;
}

.newslistbox .item .foo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-top: 20px;
  padding-top: 20px;
}

.newslistbox .item .foo .mbtn {
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.newslistbox .item .foo .mbtn:hover {
  opacity: 0.8;
}

.newslistbox .item .rightimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.newslistbox .item .rightimg .imgbox {
  margin: auto;
}

.newslistbox .item:nth-child(2n) .info .num span {
  background: #c4c4c4;
}

@media (min-width: 1200px) {
  .newslistbox .item {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1200px;
    margin: auto auto 50px;
  }
  .newslistbox .item .infobox .info {
    margin-top: 0;
  }
  .newslistbox .item .infobox .info h3 {
    font-size: 22px;
  }
  .newslistbox .item .infobox .info p {
    line-height: 28px;
    font-size: 16px;
  }
  .newslistbox .item .infobox .foo {
    margin-top: 10px;
    padding-top: 0px;
  }
}

.newslistbox .pages .navigation .screen-reader-text {
  display: none;
}

.newslistbox .pages .navigation .page-numbers {
  background-color: transparent;
  color: #666;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 8px 18px;
  margin: 0 3px;
  border: 1px solid #eee;
}

.newslistbox .pages .navigation .page-numbers:hover {
  background-color: #D70C19;
  color: #fff;
}

.newslistbox .pages .navigation .current {
  background-color: #D70C19;
  color: #fff;
}

.categorylist .filter {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
  padding: 20px 0;
  margin-bottom: 50px;
}

.categorylist .filter .cbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.categorylist .filter .cbox i {
  font-size: 30px;
  color: #666;
  margin-right: 20px;
}

.categorylist .filter .cbox h3 {
  font-size: 20px;
  line-height: 45px;
  margin: 0;
}

.categorylist .shbox input {
  height: 30px;
  border-radius: 0;
  background-color: transparent;
  border: 1px #ccc solid;
}

.categorylist .shbox input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.categorylist .shbox button {
  border-radius: 0;
  height: 30px;
  padding: 0 15px;
  background-color: #333;
  color: #fff;
  border: #333;
}

.categorylist .shbox button i {
  font-size: 12px;
}

.categorylist .catlist .card1 {
  border-bottom: 1px solid #ccc;
}

.categorylist .catlist .card1 .card-header1 {
  padding: 20px 0;
}

.categorylist .catlist .card1 .card-header1 h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.categorylist .catlist .card1 .card-header1 h2 a {
  color: #333;
  font-size: 20px;
}

.categorylist .catlist .card1 .card-header1 h2 button {
  display: inline;
  width: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  padding: 0 10px;
}

.categorylist .catlist .card1 .card-header1 h2 button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.categorylist .catlist .card1 .card-header1 h2 button i {
  color: #333;
}

.categorylist .catlist .card1 .card-header1 h2 button.collapsed {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.categorylist .catlist .card1 .card-body {
  padding: 0 1.25rem;
}

.categorylist .catlist .card1 .card-body li {
  font-weight: bold;
  margin: 10px 0;
  line-height: 250%;
}

.categorylist .catlist .card1 .card-body li a {
  color: rgba(0, 0, 0, 0.65);
}

.categorylist .catlist .card1 .card-body li.sub2 {
  padding-left: 15px;
  line-height: 150%;
  font-size: 14px;
}

@media (max-width: 1199.98px) {
  .categorylist .catlist {
    position: fixed;
    top: 0;
    right: -90%;
    width: 90%;
    height: 100vh;
    background-color: #fff;
    z-index: 11;
    padding: 25px 15px;
    overflow: scroll;
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .categorylist .catlist .close {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .categorylist .catlist.show {
    right: 0;
  }
}

.categorylist .proboxlist .item {
  text-align: center;
}

.categorylist .proboxlist .item .imgbox {
  border: 1px solid #eee;
  max-height: 320px;
}

.categorylist .proboxlist .item .title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #3a426d;
}

.categorylist .proboxlist .item:hover .title {
  color: #D70C19;
}

@media (min-width: 1200px) {
  .categorylist .pages {
    margin-left: 55px;
    margin-top: 80px;
  }
}

.categorylist .pages .navigation .screen-reader-text {
  display: none;
}

.categorylist .pages .navigation .nav-links {
  margin: 20px 0;
}

.categorylist .pages .navigation .page-numbers {
  background-color: transparent;
  color: #666;
  font-size: 15px;
  line-height: 22px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 8px 18px;
  margin: 0 3px;
  border: 1px solid #eee;
  display: inline-block;
}

.categorylist .pages .navigation .page-numbers:hover {
  background-color: #D70C19;
  color: #fff;
}

.categorylist .pages .navigation .current {
  background-color: #D70C19;
  color: #fff;
}

.categorylist .mbbox {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000e;
  z-index: 10;
}

.categorylist .mbbox.show {
  display: block;
}

.errorpage {
  margin-top: 130px;
  margin-bottom: 200px;
}

.errorpage .infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.errorpage .infobox .info h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}

.errorpage .infobox .info p {
  font-size: 14px;
  color: #666;
}

.errorpage .infobox .btnbox .btn {
  padding: 18px 66px;
  font-size: 14px;
  color: #fff;
  background-color: #D70C19;
}

@media (min-width: 1200px) {
  .errorpage .infobox .info h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .errorpage .infobox .info p {
    font-size: 22px;
  }
  .errorpage .infobox .btnbox .btn {
    padding: 18px 66px;
    font-size: 24px;
  }
}

.thanks {
  padding: 1.5rem;
}

.thanks .infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.thanks .infobox .info h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 1rem;
}

.thanks .infobox .info p {
  font-size: 14px;
  color: #666;
}

.thanks .infobox .btnbox .btn {
  padding: 0.9rem 3.3rem;
  font-size: 14px;
  color: #fff;
  background-color: #D70C19;
}

@media (min-width: 1200px) {
  .thanks {
    padding: 90px;
  }
  .thanks .infobox .info h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }
  .thanks .infobox .info p {
    font-size: 22px;
  }
  .thanks .infobox .btnbox .btn {
    padding: 18px 66px;
    font-size: 24px;
  }
}

.modal-dialog {
  max-width: 980px;
  margin: 3.75rem auto;
}

.modal-dialog textarea.form-control {
  resize: none;
}

.modal-dialog select {
  height: 64px;
}

.modal-dialog .modal-header {
  position: relative;
  border-bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-dialog .modal-header .close {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #fff;
  border-radius: 59px;
  padding: 0px 7px 0px;
  opacity: 1;
  line-height: 36px;
}

@media (min-width: 1200px) {
  .modal-dialog .modal-header .close {
    right: -18px;
    top: -18px;
  }
}

.modal-dialog .modal-header .close:hover {
  opacity: 1;
}

.modal-dialog .modal-header .close span {
  font-size: 40px;
  font-weight: 100;
}

.modal-dialog .modal-header .modal-title {
  margin-top: 40px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}

.modal-dialog .modal-body {
  width: 70%;
  margin: auto;
}

.modal-dialog .modal-body .inputbox {
  margin-bottom: 20px;
  position: relative;
}

.modal-dialog .modal-body .inputbox input.error {
  border: 1px solid #f56c6c;
}

.modal-dialog .modal-body label.error {
  position: absolute;
  color: #f56c6c;
}

.modal-dialog #submitbtn {
  width: 100%;
  background: #D70C19;
  color: #fff;
  padding: 20px 0;
  font-size: 23px;
  font-weight: bold;
}

.modal-dialog #submitbtn:hover {
  opacity: 0.8;
}

/*Gtranslate Popup*/
.gtranslate_wrapper .glink {display: block; margin-top: 10px; color: #fff;} 
.gtranslate_wrapper .glink span {padding-left:5px;}
.gtranslate_wrapper .gt-current-lang {color: #d70c19;}

/*header quote*/
a.get_quote{
    width: 160px;
    height: 40px;
    background-color: #a0a0a0;
    border-radius: 20px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    /* text-transform: uppercase; */
    margin-left: 0px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
a.get_quote::before{
    border-radius: 20px;
}
@media(min-width:768px) and (max-width:1440px){
    a.get_quote{
        width: 140px;
        margin-left: 0px;
    }
}
@media(min-width:768px) and (max-width:1260px){
    a.get_quote {
        width: 130px;
        margin-left: 0px;
    }
}
@media(min-width:768px) and (max-width:1024px){
    a.get_quote {
        width: 100px;
        margin-left: 6px;
        height: 36px;
        border-radius: 18px;
        font-size: 12px;
        line-height: 36px;
    }
}
.btnLight{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btnLight>i{
    font-size: 0;
    margin-left: 5px;
    margin-top: -2px;
    transition: all .5s;
}
.btnLight::before{
    position: absolute;
    content: "";
    background: #d10017;
    left: -100%;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    transition: all .5s;
    z-index: -1;
}
@media (any-hover: hover) {
    .btnLight:hover{
        border-color: #d10017;
    }
    .btnLight:hover::before{
        left: 0;
    }
    .btnLight:hover>i{
        font-size: 14px;
    }
}

/*xuanfu*/
.tool-bar {
    position: fixed;
    z-index: 99999;
}
.tool-item {
    position: relative;
    background: #fff;
    text-align: center;
}
.tool-item a {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #284eb4;
}
.tool-item.active {
    background-color: #284eb4;
    color: #fff;
}
.tool-item.active a {
    color: #fff;
}
.tool-item-sub {
    display: none;
}
.cwhatsapp {display: block;width: 24px;height: 24px;background:url('/static/images/c-whatsapp.png') no-repeat bottom;}
.cpencil {display: block;width: 24px;height: 24px;background:url('/static/images/c-pencil.png') no-repeat bottom;}
.cenvelope {display: block;width: 24px;height: 24px;background:url('/static/images/c-envelope.png') no-repeat bottom;}
.fa-online{
    display: inline-block;
    background:url(/static/images/online.webp) center no-repeat ;
    width:100%;
    height: 100%;
    background-size:contain;
}
.js-to-top i {font-size: 32px;}


@media screen and (min-width: 769px) {
  /* tool bar */
  .tool-item-name {display: none;}
  .tool-bar {
        right: 10px;
        bottom: 100px;
    }
    .tool-item {
        width: 50px;
        border: 1px solid #ccc;
        border-radius:0 10px 10px 0;
        margin-bottom: 5px;
        padding-bottom: 100%;
    }
    .tool-item a {
        border-radius:0 10px 10px 0;
    }
    .tool-item a:hover {
        background-color: #284eb4;
    }
    .tool-item .fa {
        margin-top: 12px;
        margin-left: 12px;
        font-size: 24px;
    }
  .tool-item-name{
    font-size: 14px;
  }
    .tool-item-sub {
        position: absolute;
        right: 100%;
        top: 0;
        width: auto;
        min-height: 20px;
        margin-left: 5px;
        padding: 10px;
        line-height: 30px;
        background: #fff;
        font-size: 16px;
        font-weight: bold;
    }
    .tool-item a:hover {
        color: #fff;
    }
    .tool-item a:hover .tool-item-sub {
        display: block;
        background-color: #284eb4;
        color: #fff;
    }
}

@media screen and (max-width: 768px) {
  /* tool bar */
  .tool-bar {
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        border-top: 1px solid #ccc;
    }
    .tool-item {
        float: left;
        width:25%;
        height: 60px;
    }
    .tool-item .fa {

        margin-top: 10px;
        width: 100%;
    }
    .bartop{
        display: none;
    }
    .tool-item a {text-align: center; display: inline-block;}
    .ftqlink,.ftform {display: none;}
    .ftcontact {margin-top: 30px;}
    .indexbanner .swiper-slide .info .cont h3 {margin-top: 6rem;}
    .copyright {padding-bottom: 60px;}
}

.newsmore {
background-color: #ccc;
    padding: 10px 0px;
    font-size: 20px;
    border-radius: 5px;
    border: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 0 10px;
    }
.newsmore:hover {
  background-color: #D70C19;
  transition: all 0.6s;
}
.newsmore a {color: #666;}
.newsmore:hover a {color: #fff;}
.tbox .videobox {margin-bottom: 32.5px;}
.tbox .videobox .vbox {height: 245px;}

