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

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

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

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

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

* {
  font-family: poppins;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a:hover {
  text-decoration: none;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 32px;
}

h5 {
  font-size: 28px;
}

p {
  font-size: 16px;
  color: #999;
}

section {
  margin: 10vw 0;
}

@media (min-width: 1200px) {
  section {
    margin: 100px 0;
  }
}

.fontwhite {
  color: white;
}

.fontmcolor {
  color: #D62323;
}

.redboxtop {
  background-color: #D62323;
  color: #fff;
  background-image: url(../images/xbgicoup.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

.redboxbottom {
  background-color: #D62323;
  color: #fff;
  background-image: url(../images/xbgico.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
}

@-webkit-keyframes kmover {
  from {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}

@keyframes kmover {
  from {
    left: 0;
    width: 100%;
  }
  to {
    left: 100%;
    width: 0;
  }
}

.bbox {
  background-color: #ccc;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.animover {
  -webkit-animation-name: kmover;
          animation-name: kmover;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
          animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes imgscale {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes imgscale {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.aniimgscale {
  -webkit-animation-name: imgscale;
          animation-name: imgscale;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

header .navbar {
  padding: 0.5rem 0;
}

header .navbar .navbar-toggler {
  border: 0;
}

@media (max-width: 1199.98px) {
  header .navbar .navbar-collapse {
    padding: 10%;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item {
  font-size: 20px;
  margin: 0 10px;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  background-color: #333;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #fff;
  line-height: 35px;
}

@media (min-width: 1199.98px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    text-align: center;
  }
}

header .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background-color: #D62323;
}

@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;
    z-index: 100;
  }
  header .navbar .navbar-collapse a {
    color: #fff !important;
  }
  header .navbar .navbar-collapse.show {
    right: 0;
  }
  header .navbar .navbar-collapse .mbmenutitle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .navbar .navbar-collapse .mbmenutitle h3 {
    font-size: 5vw;
    color: #fff;
  }
  header .navbar .navbar-collapse .close span {
    opacity: 1;
    font-size: 5vw;
    color: #fff;
    margin-top: -14px;
    display: block;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item i {
    line-height: 42px;
    color: #fff;
  }
  header .navbar .navbar-collapse .navbar-nav .nav-item i.open {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  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: 99;
  display: none;
}

header .bgmb.on {
  display: block;
}

@media (min-width: 1200px) {
  .dropdown:hover > .dropdown-menu {
    display: block;
  }
}

.dropdown-menu.open {
  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%;
  }
}

header.topbar {
  position: fixed !important;
  width: 100%;
  background-color: #fff;
  z-index: 20 !important;
  top: 0;
}

header.topbar img {
  -webkit-filter: none !important;
          filter: none !important;
}

header.topbar .navbar-collapse .nav-link {
  color: rgba(0, 0, 0, 0.5) !important;
}

footer {
  height: 640px;
}

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

footer .redboxbottom {
  -webkit-box-flex: 45;
      -ms-flex: 45;
          flex: 45;
  padding: 5%;
  background-size: 30%;
  cursor: pointer;
}

@media (min-width: 1200px) {
  footer .redboxbottom {
    padding: 50px 55px;
  }
}

footer .redboxbottom .footlogo {
  height: 20%;
}

@media (max-width: 1199.98px) {
  footer .redboxbottom .footlogo {
    width: 25%;
  }
}

footer .redboxbottom .infotxt {
  height: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1199.98px) {
  footer .redboxbottom .infotxt {
    font-size: 25px;
    margin: 25% 0px;
  }
}

footer .redboxbottom .emaillist {
  height: 20%;
  font-size: 16px;
}

footer .redboxbottom:hover .infotxt {
  color: #000;
}

footer .footerbox {
  -webkit-box-flex: 55;
      -ms-flex: 55;
          flex: 55;
  padding: 60px 40px;
  background-color: #313033;
  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;
}

@media (max-width: 1199.98px) {
  footer .footerbox {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  footer .footerbox .ftop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

footer .footerbox .ftop .menulist a {
  font-size: 28px;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

footer .footerbox .ftop .menulist a:hover {
  color: #D62323;
}

@media (max-width: 1199.98px) {
  footer .footerbox .ftop .menulist {
    margin-bottom: 20px;
  }
}

footer .footerbox .ftop .icolist .txt {
  font-size: 18px;
  color: #999;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  footer .footerbox .ftop .icolist .txt {
    text-align: right;
  }
}

footer .footerbox .ftop .icolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  footer .footerbox .ftop .icolist ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footerbox .ftop .icolist ul li {
  width: 32px;
  height: 32px;
  border: 1px #999 solid;
  border-radius: 50%;
  text-align: center;
  margin: 0 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (min-width: 1200px) {
  footer .footerbox .ftop .icolist ul li {
    margin-left: 15px;
  }
}

footer .footerbox .ftop .icolist ul li a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}

footer .footerbox .ftop .icolist ul li:hover {
  background-color: #D62323;
}

footer .footerbox .fbottom {
  color: #666;
}

@media (max-width: 1199.98px) {
  footer .footerbox .fbottom {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  footer .footerbox .fbottom {
    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;
  }
}

@-webkit-keyframes kmbox {
  0% {
    left: -100%;
    opacity: 1;
  }
  20% {
    opacity: 1;
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0.2;
  }
}

@keyframes kmbox {
  0% {
    left: -100%;
    opacity: 1;
  }
  20% {
    opacity: 1;
    left: 0;
  }
  100% {
    left: 0;
    opacity: 0.2;
  }
}

@-webkit-keyframes kbgred {
  0% {
    width: 5%;
  }
  100% {
    width: 72%;
  }
}

@keyframes kbgred {
  0% {
    width: 5%;
  }
  100% {
    width: 72%;
  }
}

@-webkit-keyframes kshowbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes kshowbox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}

@-webkit-keyframes kopatime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes kopatime {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

.animbox {
  -webkit-animation-name: kmbox;
          animation-name: kmbox;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animbox::after {
  -webkit-animation-name: kbgred;
          animation-name: kbgred;
  -webkit-animation-duration: 0.6s;
          animation-duration: 0.6s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animbox .showbox1 {
  -webkit-animation-name: kshowbox;
          animation-name: kshowbox;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animbox .showbox2 {
  -webkit-animation-name: kshowbox;
          animation-name: kshowbox;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animbox .showbox3 {
  -webkit-animation-name: kshowbox;
          animation-name: kshowbox;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animbox .showbox4 {
  -webkit-animation-name: kshowbox;
          animation-name: kshowbox;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animbox:hover {
  opacity: 1 !important;
}

@-webkit-keyframes ktitshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes ktitshow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.titshow {
  -webkit-animation-name: ktitshow;
          animation-name: ktitshow;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes kline {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

@keyframes kline {
  0% {
    width: 0;
  }
  100% {
    width: 100px;
  }
}

.aniline::after {
  -webkit-animation-name: kline;
          animation-name: kline;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.home header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}

.home header .nav-link {
  color: #fff !important;
}

.home header img {
  -webkit-filter: brightness(10);
          filter: brightness(10);
}

.indexbanner {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1200px) {
  .indexbanner {
    height: 100vh;
  }
}

.indexbanner video {
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.indexbanner .infobox {
  position: relative;
  width: 100%;
  height: 27%;
  position: absolute;
  bottom: 0;
  left: -100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 5;
}

.indexbanner .infobox::after {
  content: "";
  background-color: #D62323;
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 28%;
}

.indexbanner .infobox .box0 {
  width: 8%;
  background-color: #fff;
}

.indexbanner .infobox .box1 {
  width: 37%;
  background-color: #fff;
  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;
}

.indexbanner .infobox .box1 .subbox {
  opacity: 0;
  position: relative;
  z-index: 3;
}

.indexbanner .infobox .box1 .subbox .subtitle {
  font-size: 16px;
  color: #E98F8F;
}

.indexbanner .infobox .box1 .subbox .title {
  font-size: 28px;
  color: #fff;
}

.indexbanner .infobox .box2 {
  width: 27%;
  background-color: #fff;
  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;
  padding: 0 70px;
  color: #fff;
}

.indexbanner .infobox .box2 .subbox {
  position: relative;
  z-index: 3;
  opacity: 0;
}

.indexbanner .infobox .box3 {
  width: 20%;
  background-color: #fff;
  position: relative;
}

.indexbanner .infobox .box3::after {
  -webkit-transition: all .5s;
  transition: all .5s;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #D62323;
  position: absolute;
  top: 0;
  left: 0;
}

.indexbanner .infobox .box3 a {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  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;
  font-size: 18px;
  color: #D62323;
  font-weight: bold;
}

.indexbanner .infobox .box3:hover a {
  color: #fff;
}

.indexbanner .infobox .box3:hover::after {
  height: 100%;
}

.indexbanner .infobox .box4 {
  width: 8%;
  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;
}

.indexbanner .infobox .box4 i {
  opacity: 0;
  font-size: 38px;
  color: #fff;
  font-weight: bold;
}

.indexbanner .bannerline {
  width: 1px;
  height: 100%;
  background-color: #fff6;
  position: absolute;
  bottom: 0;
}

.indexbanner .bannerline.line1 {
  left: 8%;
}

.indexbanner .bannerline.line2 {
  left: 45%;
}

.indexbanner .bannerline.line3 {
  left: 92%;
}

.indexbanner .redboxbottom {
  padding: 5% 8%;
  background-size: 30%;
}

.indexbanner .redboxbottom .subtitle {
  font-size: 3vw;
  color: #E98F8F;
}

.indexbanner .redboxbottom .title {
  font-size: 6vw;
  color: #fff;
  font-weight: 600;
}

.indexbanner .redboxbottom p {
  font-size: 3vw;
  color: #fff;
}

.indexbanner .redboxbottom a {
  font-size: 3vw;
  color: #fff;
}

.numlistbox {
  height: 70vw;
  padding: 5% 8%;
}

@media (min-width: 1200px) {
  .numlistbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-image: url(../images/xbgico1.png);
    background-position: 120% -80%;
    background-repeat: no-repeat;
    background-size: 40%;
    height: 450px;
  }
}

.numlistbox .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 10vw;
  font-weight: bold;
  color: #e9e9e9;
  opacity: 0;
}

@media (min-width: 1200px) {
  .numlistbox .title {
    font-size: 68px;
  }
}

.numlistbox .numlist {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.numlistbox .numlist ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.33% 33.33% 33.33%;
      grid-template-columns: 33.33% 33.33% 33.33%;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
}

.numlistbox .numlist ul li {
  margin-bottom: 5vw;
  opacity: 0;
}

@media (min-width: 1200px) {
  .numlistbox .numlist ul li {
    margin-bottom: 50px;
  }
}

.numlistbox .numlist ul li .num {
  font-size: 6vw;
  color: #D62323;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .numlistbox .numlist ul li .num {
    font-size: 45px;
  }
}

.numlistbox .numlist ul li .ptxt {
  font-size: 3vw;
  color: #ccc;
}

@media (min-width: 1200px) {
  .numlistbox .numlist ul li .ptxt {
    font-size: 20px;
  }
}

.numlistbox .numlist ul .show {
  opacity: 1;
}

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

.newproducts .newbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: right;
  height: 60vw;
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
}

.newproducts .newbox .nbox {
  width: 100%;
  height: 100%;
  padding: 5% 8%;
  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;
}

@media (min-width: 1200px) {
  .newproducts .newbox {
    height: 100%;
  }
}

.newproducts .newbox .title {
  font-size: 7vw;
  color: #333;
  font-weight: bold;
}

.newproducts .newbox .title span {
  color: #D62323;
}

@media (min-width: 1200px) {
  .newproducts .newbox .title {
    font-size: 72px;
    margin-top: 100px;
  }
}

.newproducts .newbox .redboxbottom {
  width: 25vw;
  height: 25vw;
  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;
  background-size: 50%;
  padding: 3%;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .newproducts .newbox .redboxbottom {
    padding: 25px 38px 25px;
    width: 296px;
    height: 296px;
  }
}

.newproducts .newbox .redboxbottom i {
  margin-left: auto;
  width: 20px;
  height: 20px;
  background-color: #313033;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  position: relative;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1200px) {
  .newproducts .newbox .redboxbottom i {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
  }
}

.newproducts .newbox .redboxbottom .title {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

@media (min-width: 1200px) {
  .newproducts .newbox .redboxbottom .title {
    font-size: 24px;
  }
}

.newproducts .newbox .redboxbottom::before {
  content: "";
  width: 100%;
  height: 0%;
  background-color: #333;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.newproducts .newbox .redboxbottom:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #D62323;
}

.newproducts .newbox .redboxbottom:hover::before {
  height: 100%;
}

.newproducts .prolist {
  height: 100%;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}

.newproducts .prolist ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
  -ms-grid-rows: 50% 50%;
      grid-template-rows: 50% 50%;
}

.newproducts .prolist ul li {
  height: 60vw;
  border-left: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  cursor: pointer;
}

@media (min-width: 1200px) {
  .newproducts .prolist ul li {
    height: 440px;
  }
}

.newproducts .prolist ul li .title {
  position: absolute;
  bottom: 0;
  padding: 3%;
  font-size: 5vw;
  font-weight: bold;
  color: #666;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1200px) {
  .newproducts .prolist ul li .title {
    padding: 30px 20px;
    font-size: 20px;
  }
}

.newproducts .prolist ul li img {
  position: relative;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  .newproducts .prolist ul li img {
    height: 100%;
  }
}

.newproducts .prolist ul li::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background-color: #D62323;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.newproducts .prolist ul li:hover .title {
  color: #fff;
}

.newproducts .prolist ul li:hover::before {
  height: 100%;
}

.indextabinfo {
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .indextabinfo {
    margin-top: 50px;
  }
}

@media (min-width: 1200px) {
  .indextabinfo {
    height: 880px;
  }
}

.indextabinfo .mbox {
  height: 100%;
}

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

.indextabinfo .mbox .tabbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.indextabinfo .mbox .tabbox .nbox {
  font-size: 6vw;
  color: #ccc;
  font-weight: bold;
  height: 100%;
  padding: 20px;
  display: -webkit-box;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 1200px) {
  .indextabinfo .mbox .tabbox .nbox {
    font-size: 2.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .tabbox .nbox {
    border-bottom: 1px solid #666;
    overflow-x: scroll;
  }
}

.indextabinfo .mbox .tabbox .nbox .tab {
  margin: 10px 30px;
  cursor: pointer;
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .tabbox .nbox .tab::after {
    content: "";
    display: block;
    width: 100%;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

@media (min-width: 1200px) {
  .indextabinfo .mbox .tabbox .nbox .tab {
    margin: 30px 0;
  }
  .indextabinfo .mbox .tabbox .nbox .tab::before {
    content: "";
    display: inline-block;
    width: 20%;
    border: 1px solid transparent;
    margin-bottom: 16px;
    margin-right: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .indextabinfo .mbox .tabbox .nbox .tab:hover {
    color: #aaa;
  }
}

.indextabinfo .mbox .tabbox .nbox .tab.active {
  color: #333;
}

@media (min-width: 1200px) {
  .indextabinfo .mbox .tabbox .nbox .tab.active::before {
    border: 1px solid #D62323;
  }
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .tabbox .nbox .tab.active::after {
    border: 1px solid #D62323;
  }
}

.indextabinfo .mbox .infobox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.indextabinfo .mbox .infobox .nbox {
  height: 100%;
  padding: 4vw;
  display: none;
}

@media (min-width: 1200px) {
  .indextabinfo .mbox .infobox .nbox {
    padding: 185px 15px;
    -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;
  }
}

.indextabinfo .mbox .infobox .nbox h3 {
  color: #D62323;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .infobox .nbox h3 {
    font-size: 6vw;
  }
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .infobox .nbox p {
    font-size: 3vw;
  }
}

.indextabinfo .mbox .infobox .nbox ul {
  color: #666;
}

.indextabinfo .mbox .infobox .nbox ul li {
  list-style: inside;
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .infobox .nbox ul li {
    font-size: 3vw;
  }
}

.indextabinfo .mbox .infobox .nbox ul li::marker {
  color: #D62323;
}

.indextabinfo .mbox .infobox .nbox a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .infobox .nbox a {
    font-size: 3vw;
    margin-top: 20px;
  }
}

.indextabinfo .mbox .infobox .nbox a::after {
  content: "";
  display: inline-block;
  border: 1px solid #D62323;
  width: 0px;
  margin-left: 10px;
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .infobox .nbox a::after {
    width: 10vw;
  }
}

.indextabinfo .mbox .infobox .nbox.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .infobox .nbox.active {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.indextabinfo .mbox .tabimgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1199.98px) {
  .indextabinfo .mbox .tabimgbox {
    padding: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.indextabinfo .mbox .tabimgbox .pbox {
  display: none;
}

.indextabinfo .mbox .tabimgbox .pbox.active {
  display: block;
}

.indextabinfo .redboxbottom {
  width: 140px;
  height: 140px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-size: 50%;
  display: none;
}

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

.indexbinfo {
  background-color: #E4E2E3;
  position: relative;
}

.indexbinfo .redboxbottom {
  width: 296px;
  height: 296px;
  -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;
  padding: 25px 38px 25px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -148px;
  cursor: pointer;
  opacity: 0;
  display: none;
}

.indexbinfo .redboxbottom.show {
  opacity: 1;
}

.indexbinfo .redboxbottom i {
  margin-left: auto;
  width: 50px;
  height: 50px;
  background-color: #313033;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  position: relative;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.indexbinfo .redboxbottom .title {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.indexbinfo .redboxbottom::before {
  content: "";
  width: 100%;
  height: 0%;
  background-color: #333;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.indexbinfo .redboxbottom:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #D62323;
}

.indexbinfo .redboxbottom:hover::before {
  height: 100%;
}

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

@-webkit-keyframes faboutbannershow {
  from {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  25% {
    top: 60%;
    left: 0;
    width: 100%;
    height: 42%;
  }
  50% {
    top: 60%;
    left: 0;
    width: 55%;
    height: 42%;
  }
  to {
    top: 90%;
    left: 0;
    width: 55%;
    height: 42%;
  }
}

@keyframes faboutbannershow {
  from {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  25% {
    top: 60%;
    left: 0;
    width: 100%;
    height: 42%;
  }
  50% {
    top: 60%;
    left: 0;
    width: 55%;
    height: 42%;
  }
  to {
    top: 90%;
    left: 0;
    width: 55%;
    height: 42%;
  }
}

@-webkit-keyframes faboutbannerinfoshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes faboutbannerinfoshow {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fredboxmax {
  from {
    width: 0px;
    height: 0px;
  }
  to {
    width: 100%;
    height: 100%;
  }
}

@keyframes fredboxmax {
  from {
    width: 0px;
    height: 0px;
  }
  to {
    width: 100%;
    height: 100%;
  }
}

@-webkit-keyframes faboutcontshow {
  from {
    margin-top: 20px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes faboutcontshow {
  from {
    margin-top: 20px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .aniaboutbannershow {
    -webkit-animation-name: faboutbannershow;
            animation-name: faboutbannershow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .aniaboutbannerinfoshow {
    -webkit-animation-name: faboutbannerinfoshow;
            animation-name: faboutbannerinfoshow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 2.5s;
            animation-delay: 2.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .aniaboutredboxmax {
    -webkit-animation-name: fredboxmax;
            animation-name: fredboxmax;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .ainaboutcontshow {
    -webkit-animation-name: faboutcontshow;
            animation-name: faboutcontshow;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 1.5s;
            animation-delay: 1.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
}

@media (max-width: 1199.98px) {
  .aniaboutbannershow {
    display: none;
  }
}

.rightbox {
  max-width: 1500px;
  margin-right: 0;
  margin-left: auto;
}

@media (min-width: 1920px) {
  .rightbox {
    margin: auto;
  }
}

.rightbox .aboutbanner .imgbox {
  position: relative;
}

.rightbox .aboutbanner .imgbox .bbox {
  background-color: #666;
}

.rightbox .aboutbanner .infobox {
  background-color: #1a1a1a;
  margin-top: -80px;
  padding: 10vw;
  position: relative;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}

@media (min-width: 1200px) {
  .rightbox .aboutbanner .infobox {
    padding: 90px;
    height: 335px;
    width: 55%;
    opacity: 0;
    margin-left: 0%;
    margin-right: 0%;
    background-color: #666;
  }
}

@media (max-width: 1199.98px) {
  .rightbox .aboutbanner .infobox h4 {
    font-size: 6vw;
  }
  .rightbox .aboutbanner .infobox p {
    font-size: 3vw;
  }
}

@media (min-width: 1200px) {
  .rightbox .titleinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .rightbox .titleinfo {
    padding: 0 12vw;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .rightbox .titleinfo {
    padding: 0 5%;
  }
}

.rightbox .titleinfo .title {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.rightbox .titleinfo .title::after {
  content: "";
  display: block;
  width: 60%;
  height: 30px;
  border-bottom: 2px solid #ccc;
}

@media (max-width: 1199.98px) {
  .rightbox .titleinfo .title::after {
    height: 2vw;
  }
}

@media (max-width: 1199.98px) {
  .rightbox .titleinfo .title h4 {
    font-size: 6vw;
  }
}

.rightbox .titleinfo .txt {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}

.rightbox .titleinfo .txt p {
  max-width: 500px;
}

@media (max-width: 1199.98px) {
  .rightbox .titleinfo .txt {
    margin-top: 5vw;
  }
  .rightbox .titleinfo .txt p {
    font-size: 3vw;
  }
}

.rightbox .videoinfo {
  position: relative;
}

@media (max-width: 1199.98px) {
  .rightbox .videoinfo {
    margin: 100px 2%;
  }
}

@media (min-width: 1200px) and (max-width: 1550px) {
  .rightbox .videoinfo {
    padding: 0 5%;
  }
}

.rightbox .videoinfo .movebox {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  left: -100px;
}

@media (max-width: 1199.98px) {
  .rightbox .videoinfo .movebox {
    display: none;
  }
}

.rightbox .videoinfo .videoimgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rightbox .videoinfo .videoimgbox .videobox {
  width: 55%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1199.98px) {
  .rightbox .videoinfo .videoimgbox .videobox {
    width: 100%;
  }
}

.rightbox .videoinfo .videoimgbox .videobox .playico {
  width: 80px;
  height: 80px;
  background-color: #D62323;
  text-align: center;
  line-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.rightbox .videoinfo .videoimgbox .videobox .playico i {
  color: #fff;
  font-size: 50px;
}

@media (max-width: 1199.98px) {
  .rightbox .videoinfo .videoimgbox .videobox .bbox {
    display: none;
  }
}

.rightbox .videoinfo .videoimgbox .imgbox {
  position: relative;
}

@media (max-width: 1199.98px) {
  .rightbox .videoinfo .videoimgbox .imgbox {
    display: none;
  }
}

.rightbox .videoinfo .videoimgbox .imgbox .box {
  position: relative;
  top: 100%;
  overflow: hidden;
}

.rightbox .videoinfo .videoimgbox .imgbox .box img {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.rightbox .videoinfo .videoimgbox .imgbox .box .bbox {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.rightbox .videoinfo .infobox {
  width: 55%;
  padding-top: 30px;
  padding-right: 10%;
}

.rightbox .videoinfo .infobox h5 {
  margin: 30px 0;
}

@media (max-width: 1199.98px) {
  .rightbox .videoinfo .infobox {
    width: 100%;
  }
  .rightbox .videoinfo .infobox h5 {
    font-size: 6vw;
  }
  .rightbox .videoinfo .infobox p {
    font-size: 3vw;
  }
}

.kbox {
  position: relative;
}

@media (min-width: 1200px) {
  .kbox {
    height: 590px;
  }
}

@media (min-width: 1200px) {
  .kbox .contbox {
    opacity: 0;
  }
}

@media (max-width: 1199.98px) {
  .aboutredbox {
    background-size: 30%;
  }
}

@media (min-width: 1200px) {
  .aboutredbox {
    height: 0;
    position: absolute;
    right: 0;
  }
}

.aboutredbox .aboutredbbox {
  width: 100px;
  height: 100px;
  position: absolute;
  right: 0;
  background-color: #D62323;
}

@media (max-width: 1199.98px) {
  .aboutredbox .aboutredbbox {
    display: none;
  }
}

.aboutredbox h5 {
  padding: 100px 0;
}

@media (max-width: 1199.98px) {
  .aboutredbox h5 {
    font-size: 5vw;
    text-align: center;
    padding: 15vw 0;
  }
}

.aboutredbox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 1199.98px) {
  .aboutredbox ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.aboutredbox ul li {
  width: 25%;
}

.aboutredbox ul li i {
  font-size: 80px;
  color: #650500;
}

.aboutredbox ul li .subtitle {
  font-size: 18px;
}

@media (max-width: 1199.98px) {
  .aboutredbox ul li {
    width: 50%;
    margin: 40px 0;
  }
  .aboutredbox ul li i {
    font-size: 15vw;
  }
  .aboutredbox ul li h4 {
    font-size: 6vw;
  }
  .aboutredbox ul li subtitle {
    font-size: 3vw;
  }
}

.aboutswbox .titlebox {
  margin-bottom: 75px;
}

.aboutswbox .titlebox h1 {
  color: #333;
}

.aboutswbox .titlebox p {
  color: #999;
}

.aboutswbox .titlebox .swbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutswbox .titlebox .swbox .swiper-button-prev, .aboutswbox .titlebox .swbox .swiper-button-next {
  width: 60px;
  height: 60px;
  position: initial;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
}

.aboutswbox .titlebox .swbox .swiper-button-prev::after, .aboutswbox .titlebox .swbox .swiper-button-next::after {
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .aboutswbox .titlebox {
    margin-bottom: 5vw;
  }
  .aboutswbox .titlebox h1 {
    font-size: 12vw;
  }
  .aboutswbox .titlebox p {
    font-size: 3vw;
  }
}

.aboutswbox .swiper .swiper-wrapper .swiper-slide {
/*   width: 480px !important; */
}

.aboutswbox .swiper .swiper-wrapper .swiper-slide .year {
  font-size: 180px;
  font-weight: bold;
  text-shadow: 1px 1px #ccc,-1px -1px #ccc,1px -1px #ccc,-1px 1px #ccc;
  color: #fff;
}

.aboutswbox .swiper .swiper-wrapper .swiper-slide .imgbox {
  margin-top: -110px;
/*   width: 480px; */
/*   height: 480px; */
}

.aboutswbox .swiper .swiper-wrapper .swiper-slide .imgbox img {
  width: 100%;
}

.aboutswbox .swiper .swiper-wrapper .swiper-slide .title {
  margin-top: 40px;
  font-size: 20px;
}

.aboutswbox .swiper .swiper-wrapper .swiper-slide:hover .year {
  color: #D62323;
  text-shadow: none;
  position: relative;
}
@media (max-width:1500px){
	.aboutswbox .swiper .swiper-wrapper .swiper-slide .year {
    font-size: 10vw;
  }
}
@media (max-width: 1199.98px) {
  .aboutswbox .swiper .swiper-wrapper .swiper-slide {
    width: 60vw !important;
  }
  .aboutswbox .swiper .swiper-wrapper .swiper-slide .year {
    font-size: 20vw;
  }
  .aboutswbox .swiper .swiper-wrapper .swiper-slide .imgbox {
    margin-top: -15vw;
    width: 60vw;
    height: 60vw;
  }
  .aboutswbox .swiper .swiper-wrapper .swiper-slide .title {
    margin-top: 5vw;
    font-size: 4vw;
  }
}

@media (max-width: 1199.98px) {
  .aboutimg3card .imgbox {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .aboutimg3card .cardlist .col-12 {
    padding: 0;
  }
}

.aboutimg3card .cardlist .redboxtop {
  width: 100%;
  padding: 45px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  .aboutimg3card .cardlist .redboxtop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 436px;
    margin-top: -45%;
  }
  .aboutimg3card .cardlist .redboxtop h1 {
    font-size: 8vw;
  }
}

.aboutimg3card .cardlist .redboxtop .title {
  font-size: 28px;
}

@media (max-width: 1199.98px) {
  .aboutimg3card .cardlist .redboxtop .title {
    width: 50%;
    font-size: 5vw;
  }
}

@media (max-width: 1199.98px) {
  .aboutimg3card .cardlist .redboxtop {
    margin-bottom: 10px;
  }
}

@-webkit-keyframes bannerscale {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bannerscale {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes bkboxf {
  from {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  25% {
    width: 100%;
    height: 10%;
    left: 0;
    top: 90%;
  }
  50% {
    width: 30%;
    height: 10%;
    left: 15%;
    top: 90%;
  }
  75% {
    width: 30%;
    height: 10%;
    left: 15%;
    top: 120%;
    opacity: 1;
  }
  to {
    width: 30%;
    height: 10%;
    left: 15%;
    top: 120%;
    opacity: 0;
  }
}

@keyframes bkboxf {
  from {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  25% {
    width: 100%;
    height: 10%;
    left: 0;
    top: 90%;
  }
  50% {
    width: 30%;
    height: 10%;
    left: 15%;
    top: 90%;
  }
  75% {
    width: 30%;
    height: 10%;
    left: 15%;
    top: 120%;
    opacity: 1;
  }
  to {
    width: 30%;
    height: 10%;
    left: 15%;
    top: 120%;
    opacity: 0;
  }
}

@media (min-width: 1200px) {
  .anibkboxf {
    -webkit-animation-name: bkboxf;
            animation-name: bkboxf;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
            animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .anibannerscale {
    -webkit-animation-name: bannerscale;
            animation-name: bannerscale;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
}

.culturebanner .row {
  position: relative;
}

.culturebanner .row .imgbox {
  overflow: hidden;
}

.culturebanner .row .bkbox {
  position: absolute;
  background-color: #ccc;
}

@media (max-width: 1199.98px) {
  .culturetxtinfo .title h4 {
    font-size: 6vw;
  }
  .culturetxtinfo p {
    font-size: 3vw;
  }
}

@media (min-width: 1200px) {
  .culturetxtinfo .title {
    text-align: right;
    padding-right: 100px;
  }
  .culturetxtinfo p {
    padding-top: 50px;
    width: 90%;
  }
}

.cultureimginfo {
  position: relative;
}

.cultureimginfo .movebox {
  width: 100px;
  height: 100px;
  background-color: #ccc;
  position: absolute;
  left: 20px;
}

@media (max-width: 1199.98px) {
  .cultureimginfo .movebox {
    display: none;
  }
}

.cultureimginfo .rowimgbox .imgbox {
  position: relative;
  display: inline-block;
}

.cultureimginfo .rowimgbox .imgbox .hbox {
  overflow: hidden;
}

.cultureimginfo .rowimgbox .imgbox .bbox {
  width: 100%;
  height: 100%;
  background-color: #F2F4F6;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 1199.98px) {
  .cultureimginfo .rowimgbox .imgbox .bbox {
    display: none;
  }
}

.cultureimginfo .rowimgbox .imgbox .box2 {
  width: 122px;
  height: 122px;
  background-color: #F2F4F6;
  position: absolute;
  top: 50%;
  margin-top: -61px;
  right: 0;
  margin-right: -61px;
}

@media (max-width: 1199.98px) {
  .cultureimginfo .rowimgbox .imgbox .box2 {
    display: none;
  }
}

.cultureimginfo .rowimgbox .redboxbottom {
  width: 140px;
  height: 140px;
  margin-top: -70px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .cultureimginfo .rowimgbox .redboxbottom {
    display: none;
  }
}

@media (min-width: 1200px) {
  .cultureimginfo .m-top-50 {
    margin-top: -50px;
  }
}

.cultureimginfo .fdtxt {
  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-end;
}

@media (max-width: 1199.98px) {
  .cultureimginfo .fdtxt h4 {
    font-size: 6vw;
  }
  .cultureimginfo .fdtxt p {
    font-size: 3vw;
  }
}

.culturesw h3::before {
  content: "";
  display: block;
  border-top: 2px solid #999;
  height: 30px;
}

@media (max-width: 1199.98px) {
  .culturesw h3 {
    font-size: 6vw;
  }
}

.culturesw .swbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.culturesw .swbtn .swiper-button-prev, .culturesw .swbtn .swiper-button-next {
  width: 60px;
  height: 60px;
  position: initial;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
}

.culturesw .swbtn .swiper-button-prev::after, .culturesw .swbtn .swiper-button-next::after {
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .culturesw .swbtn .swiper-button-prev, .culturesw .swbtn .swiper-button-next {
    display: none;
  }
}

.culturesw .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.culturesw .swiper .swiper-wrapper .swiper-slide .title {
  text-align: center;
  margin-top: 20px;
  font-size: 4vw;
}

@media (min-width: 1200px) {
  .culturesw .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 18px;
  }
}

@media (max-width: 1199.98px) {
  .cultureimginfo2 h5 {
    font-size: 5vw;
  }
  .cultureimginfo2 p {
    font-size: 3vw;
  }
}

.socialtitleinfo .infobox {
  margin-top: 40px;
}

.socialtitleinfo .infobox .col-xl-6 {
  padding-right: 100px;
}

@media (max-width: 1200px) {
  .socialtitleinfo h2 {
    font-size: 10vw;
  }
  .socialtitleinfo .infobox .col-xl-6 {
    padding-right: 0;
  }
}

.socialbgitem .imginfo {
  background-size: contain;
  width: 100%;
  height: 38vw;
}

@media (min-width: 1200px) {
  .socialbgitem .imginfo {
    padding: 160px 140px;
    height: 730px;
    background-size: cover;
  }
}

@media (max-width: 1199.98px) {
  .socialbgitem .imginfo {
    padding: 0 2vw;
  }
  .socialbgitem .imginfo h4 {
    font-size: 6vw;
    padding-top: 5vw;
  }
  .socialbgitem .imginfo p {
    font-size: 4vw;
  }
}

.socialbgitem .cardlist ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.socialbgitem .cardlist ul li .card {
  height: 50vw;
  border-radius: 0;
  padding: 5vw;
  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;
}

.socialbgitem .cardlist ul li .card .cardtitle {
  font-size: 42px;
}

@media (min-width: 1200px) {
  .socialbgitem .cardlist {
    margin-top: -180px;
  }
  .socialbgitem .cardlist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .socialbgitem .cardlist ul li .card {
    height: 480px;
    padding: 48px;
  }
}

.socialtitleinfoimg .titlebox {
  margin-bottom: 50px;
}

.socialtitleinfoimg .socialtitle {
  margin-bottom: 100px;
}

.socialtitleinfoimg .socialtitle::before {
  content: "";
  display: block;
  border-top: 2px solid #999;
  height: 50px;
}

.socialinfoimg .socialtitle {
  margin-bottom: 100px;
}

.socialinfoimg .socialtitle::before {
  content: "";
  display: block;
  border-top: 2px solid #999;
  height: 50px;
}

.socialinfoimg .imgboxs {
  position: relative;
}

.socialinfoimg .imgboxs .subimgbox {
  position: absolute;
  height: 100%;
  width: 40%;
  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;
}

.socialinfoimg .imgboxs .subimgbox img {
  height: 80%;
  -webkit-box-shadow: 0px 0px 10px #3336;
          box-shadow: 0px 0px 10px #3336;
}

.socialinfoimg .imgboxs .imgbox {
  width: 100%;
  text-align: right;
}

.socialinfoimg .imgboxs .imgbox img {
  width: 80%;
}

.blogtitle p {
  width: 80%;
}

@media (max-width: 1199.98px) {
  .blogtitle h2 {
    font-size: 10vw;
  }
  .blogtitle p {
    width: 100%;
  }
}

.bloglist .item {
  padding: 25px;
  background-color: #fcfcfc;
  margin-bottom: 40px;
}

.bloglist .item .imgbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.bloglist .item .imgbox img {
  width: 100%;
}

.bloglist .item .infobox {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding: 10px 0 0 0;
  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;
}

@media (min-width: 1200px) {
  .bloglist .item .infobox {
    padding: 40px;
  }
}

.bloglist .item .infobox .info .time {
  font-size: 16px;
  color: #333;
  margin-bottom: 40px;
}

.bloglist .item .infobox .info .title {
  font-size: 24px;
  color: #333;
}

.bloglist .item .infobox .link {
  margin-bottom: 60px;
  font-size: 24px;
  color: #333;
  text-decoration: underline;
}

.bloglist .item:hover .infobox .link {
  color: #D62323;
}

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

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

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

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

.bloglist .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;
}

.bloglist .pages .navigation .page-numbers:hover {
  background-color: #D62323;
  color: #fff;
}

.bloglist .pages .navigation .current {
  background-color: #D62323;
  color: #fff;
}

.blogcont .blogheader .title {
  font-size: 48px;
  font-weight: bold;
  color: #333;
}

.blogcont .blogheader .time {
  font-size: 20px;
  color: #999;
}

.blogcont .blogbody {
  margin: 50px 0;
}

@media (max-width: 1200px) {
  .blogcont .blogbody iframe {
    width: 100%;
  }
}

.blogcont .blogbody td {
  border: 1px solid #666;
}

.blogcont .blogrecents {
  border-left: 2px solid #dcdcdc;
  padding-left: 30px;
  margin-bottom: 50px;
}

.blogcont .blogrecents .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.blogcont .blogrecents ul li .item {
  margin-top: 30px;
  border-bottom: 2px solid #dcdcdc;
}

.blogcont .blogrecents ul li .item .itemtitle {
  font-size: 20px;
  color: #333;
}

.blogcont .blogrecents ul li .item p {
  font-size: 16px;
  color: #999;
}

.blogcont .blogfooter .icolist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #ccc;
  padding: 50px 0;
}

.blogcont .blogfooter .icolist .xing {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #efefef;
  color: #000;
  text-align: center;
  line-height: 60px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blogcont .blogfooter .icolist .xing i {
  font-size: 24px;
}

.blogcont .blogfooter .icolist .xing:hover {
  background-color: #D62323;
}

.blogcont .blogfooter .icolist .xing:hover i {
  color: #fff;
}

@media (max-width: 1199.98px) {
  .blogcont .blogfooter .icolist .xing {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

.blogcont .blogfooter .icolist .znum {
  font-size: 28px;
  margin-left: 20px;
}

.blogcont .blogfooter .icolist .msgicolist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.blogcont .blogfooter .icolist .msgicolist ul li {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #efefef;
  text-align: center;
  line-height: 60px;
  margin-left: 40px;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.blogcont .blogfooter .icolist .msgicolist ul li a {
  width: 100%;
  height: 100%;
  display: block;
}

.blogcont .blogfooter .icolist .msgicolist ul li a i {
  font-size: 24px;
  color: #333333;
}

.blogcont .blogfooter .icolist .msgicolist ul li:hover {
  background-color: #D62323;
}

.blogcont .blogfooter .icolist .msgicolist ul li:hover a i {
  color: #fff !important;
}

@media (max-width: 1199.98px) {
  .blogcont .blogfooter .icolist .msgicolist ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-left: 10px;
  }
}

.blogcont .pnblog {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 40px 0;
}

.blogcont .pnblog .line {
  border-left: 2px solid #ccc;
  text-align: right;
}

.blogcont .pnblog p {
  font-size: 18px;
  color: #999;
}

.blogcont .pnblog .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.blogcont .orderblog .title {
  font-size: 48px;
  color: #333;
  font-weight: bold;
  margin: 100px 0 40px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .blogcont .orderblog .title {
    font-size: 10vw;
  }
}

.blogcont .orderblog .item .time {
  font-size: 14px;
  color: #999;
  margin: 15px 0;
}

.blogcont .orderblog .item .blogtitle {
  font-size: 20px;
  color: #333;
}

.videosbanner {
  position: relative;
}

@media (min-width: 1200px) {
  .videosbanner .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.videosbanner .imgbox img {
  width: 70%;
}

.videosbanner .cardbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.videosbanner .cardbox .redboxbottom {
  width: 520px;
  height: 340px;
  background-size: 35%;
  padding: 65px 50px;
}

.videosbanner .cardbox .redboxbottom h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .videosbanner .imgbox img {
    width: 100%;
  }
  .videosbanner .cardbox {
    position: initial;
    width: 100%;
  }
  .videosbanner .cardbox .redboxbottom {
    width: 100%;
  }
}

.videoslist .item {
  background-color: #FBFBFB;
}

.videoslist .item .imgbox {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  position: relative;
}

.videoslist .item .imgbox .play {
  width: 80px;
  height: 80px;
  background-color: #333;
  text-align: center;
  line-height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.videoslist .item .imgbox .play i {
  font-size: 40px;
  color: #fff;
}

.videoslist .item .imgbox .play:hover i {
  color: #D62323;
}

.videoslist .item .imginfo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 55px;
  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;
  position: relative;
}

.videoslist .item .imginfo .time {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #999;
}

.videoslist .item .imginfo .info h5 {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .videoslist .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
  }
}

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

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

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

.videoslist .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;
}

.videoslist .pages .navigation .page-numbers:hover {
  background-color: #D62323;
  color: #fff;
}

.videoslist .pages .navigation .current {
  background-color: #D62323;
  color: #fff;
}

.latestpost h2 {
  margin-bottom: 55px;
}

.latestpost h3 {
  border-top: 2px solid #ccc;
  padding-top: 50px;
}

.latestpost p {
  margin-top: 20px;
  width: 80%;
}

.latestpost .swbox {
  position: absolute;
  bottom: 0;
  left: 0;
}

.latestpost .swbox .swiper-button-prev, .latestpost .swbox .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #303030;
  border-radius: 50%;
  color: #fff;
}

.latestpost .swbox .swiper-button-prev::after, .latestpost .swbox .swiper-button-next::after {
  font-size: 20px;
}

.latestpost .swbox .swiper-button-next {
  right: auto;
  left: 100px;
}

@media (max-width: 1199.98px) {
  .latestpost .swbox {
    display: none;
  }
}

.latestpost .swiper .item .title {
  margin-top: 30px;
  color: #333;
}

#videoModal .modal-dialog {
  width: auto;
  max-width: 100%;
}

#videoModal .modal-dialog .modal-body {
  padding: 0;
}

#videoModal .modal-dialog video {
  width: 100%;
}

@media (min-width: 1200px) {
  #videoModal .modal-dialog {
    max-width: 60%;
  }
}

.researchbanner {
  position: relative;
}

@media (min-width: 1200px) {
  .researchbanner .imgbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .researchbanner .imgbox img {
    width: 70%;
  }
}

.researchbanner .cardbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 150px;
}

@media (max-width: 1199.98px) {
  .researchbanner .cardbox {
    padding-top: 20px;
  }
}

.researchbanner .cardbox .box {
  width: 80%;
}

.researchbanner .cardbox .box h2 {
  margin-bottom: 20px;
  font-weight: bold;
}

.researchbanner .cardbox .box p {
  font-size: 36px;
  color: #333;
}

@media (max-width: 1199.98px) {
  .researchbanner .cardbox .box {
    width: 96%;
  }
  .researchbanner .cardbox .box h2 {
    font-size: 10vw;
  }
  .researchbanner .cardbox .box p {
    font-size: 3vw;
  }
}

@media (min-width: 1200px) {
  .researchbanner .cardbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    padding-bottom: 300px;
  }
}

.researchbanner .cardlist {
  margin-top: -150px;
}

.researchbanner .cardlist .redboxbottom {
  width: 100%;
  height: 80vw;
  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;
  text-align: center;
}

.researchbanner .cardlist .redboxbottom .icoinfo i {
  color: #650500;
  font-size: 60px;
  margin-bottom: 30px;
}

.researchbanner .cardlist .redboxbottom .icoinfo .num {
  font-size: 32px;
}

@media (min-width: 1200px) {
  .researchbanner .cardlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .researchbanner .cardlist .redboxbottom {
    width: 520px;
    height: 300px;
    margin-right: 30px;
  }
}

.researchtitle {
  border-bottom: 2px solid #ccc;
  padding-bottom: 50px;
}

.researchtitle .mantitle {
  font-size: 42px;
  font-weight: bold;
}

.researchtitle .mantitle .tbox {
  display: inline-block;
}

@media (max-width: 1199.98px) {
  .researchtitle .mantitle {
    font-size: 10vw;
    padding: 0 15px;
  }
}

.researchimginfo .txtinfo {
  padding-bottom: 50px;
  border-bottom: 2px solid #ccc;
}

.researchimginfo .txtinfo p {
  width: 80%;
}

.researchimginfo .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: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.researchimginfo .infobox .title {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .researchimginfo .infobox .title {
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .researchimginfo .infobox {
    margin-left: 50px;
  }
}

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

.researchimginfo .swbox .tbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.researchimginfo .swbox .tbox .titinfo {
  padding: 20px 0;
}

.researchimginfo .swbox .tbox .titinfo .title {
  font-size: 24px;
  color: #333;
}

.researchimginfo .swbox .tbox .swbtn {
  position: relative;
  width: 150px;
}

.researchimginfo .swbox .tbox .swbtn .swiper-button-prev, .researchimginfo .swbox .tbox .swbtn .swiper-button-next {
  width: 60px;
  height: 60px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
}

.researchimginfo .swbox .tbox .swbtn .swiper-button-prev::after, .researchimginfo .swbox .tbox .swbtn .swiper-button-next::after {
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .researchimginfo .swbox .tbox .swbtn {
    display: none;
  }
}

.researchimginfo .swbox .swiper .swiper-slide p {
  margin-top: 30px;
  color: #333;
  font-size: 18px;
}

.bannerfrom .infobox {
  padding: 2vw 3vw;
  margin-top: -100px;
  background-color: #fff;
}

.bannerfrom .infobox .subtitle {
  font-size: 3vw;
  font-weight: bold;
}

.bannerfrom .infobox .title {
  font-size: 6vw;
  color: #333;
  margin-bottom: 3vw;
  font-weight: bold;
}

@media (min-width: 1200px) {
  .bannerfrom .infobox {
    padding: 55px 300px;
  }
  .bannerfrom .infobox .subtitle {
    font-size: 24px;
  }
  .bannerfrom .infobox .title {
    font-size: 44px;
    margin-bottom: 46px;
  }
}

.bannerfrom .frombox {
  background-color: #FAFBFE;
  padding: 2vw 3vw;
}

.bannerfrom .frombox h4 {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .bannerfrom .frombox {
    padding: 70px 115px;
  }
}

.bannerfrom .form-body {
  margin-bottom: 50px;
}

.bannerfrom label {
  font-size: 20px;
  font-weight: bold;
}

.bannerfrom label span {
  color: #D62323;
}

.bannerfrom input.form-control, .bannerfrom select.form-control {
  height: 68px;
  border-radius: 0;
  font-size: 18px;
  border: #ccc solid 1px;
  padding-left: 20px;
}

.bannerfrom input.form-control::-webkit-input-placeholder, .bannerfrom select.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.bannerfrom textarea.form-control {
  border-radius: 0;
  font-size: 18px;
  resize: none;
  padding-left: 20px;
  padding-top: 20px;
}

.bannerfrom textarea.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.bannerfrom button {
  width: 220px;
  height: 50px;
  border-radius: 0;
  font-size: 14px;
  color: #fff;
  background-color: #D62323;
}

.bannerfrom button i {
  margin-right: 10px;
}

.map {
  position: relative;
  margin-top: 200px;
  margin-bottom:0px;
}

.map iframe {
  width: 100%;
  height: 500px;
}

.map .infobox {
  top: -67px;
}

@media (min-width: 1200px) {
  .map {
/*     height: 680px; */
  }
  .map .infobox {
    position: absolute;
  }
}

.map .redboxbottom {
  background-size: 50%;
}

.map .redboxbottom .boxheader {
  background-color: #AE181D;
  height: 106px;
  line-height: 106px;
  font-size: 18px;
  color: #fff;
  padding: 0 68px;
  font-weight: bold;
}

.map .redboxbottom .boxbody {
  padding: 52px 68px;
  color: #fff;
}

.map .redboxbottom .boxbody .mintitle {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}

.map .redboxbottom .boxbody p {
  color: #fff;
  font-size: 14px;
}

.map .redboxbottom .boxbody .footer {
  margin-top: 50px;
  border-top: 1px solid #F5F5F555;
  padding-top: 20px;
}

.map .redboxbottom .boxbody .footer .mintitle {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .map .redboxbottom {
    height: 550px;
    width: 520px;
  }
}

.bannerprolist {
  text-align: center;
}

.prosw {
  background-color: #fff;
  position: relative;
}

@media (min-width: 1200px) {
  .prosw {
    margin-top: -130px;
    padding: 25px 60px;
  }
}

.prosw .swtitle {
  position: relative;
}

.prosw .swtitle .rightinfo {
  font-size: 14px;
  color: #999;
  text-align: right;
}

.prosw .swtitle .rightinfo a {
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.prosw .swtitle .rightinfo a:hover {
  color: #D62323;
}

.prosw .swtitle .title {
  font-size: 10vw;
  font-weight: bold;
  margin: 15px 0 30px;
  color: #D62323;
  text-align: left;
}

@media (min-width: 1200px) {
  .prosw .swtitle .title {
    font-size: 42px;
  }
}

.prosw .swiper .swiper-wrapper .swiper-slide {
  margin-bottom: 20px;
}

.prosw .swiper .swiper-wrapper .swiper-slide .protitle {
  font-size: 16px;
  color: #666;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prosw .swiper-button-prev, .prosw .swiper-button-next {
  background-color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  top: 40%;
}

.prosw .swiper-button-prev::after, .prosw .swiper-button-next::after {
  font-size: 25px;
}

.prosw .swiper-button-prev {
  left: -50px;
}

.prosw .swiper-button-next {
  right: -50px;
}

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

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

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

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

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

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

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

.procategorylist .shbox button i {
  font-size: 18px;
}

.procategorylist .catlist .card1 {
  border: 1px solid #eee;
  margin-top: 20px;
}

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

.procategorylist .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;
}

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

.procategorylist .catlist .card1 .card-header1 h2 button {
  display: inline;
  width: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 27px;
  height: 27px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  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;
  border-radius: 50%;
  border: 1px solid #333;
}

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

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

.procategorylist .catlist .card1 .card-header1 h2 button.collapsed {
  background-color: #333;
}

.procategorylist .catlist .card1 .card-header1 h2 button.collapsed i {
  color: #fff;
}

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

.procategorylist .catlist .card1 .card-body li {
  margin: 10px 0;
  line-height: 250%;
}

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

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

@media (max-width: 1199.98px) {
  .procategorylist .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;
    padding-top: 100px;
  }
  .procategorylist .catlist .close {
    position: absolute;
    right: 30px;
    top: 80px;
  }
  .procategorylist .catlist.show {
    right: 0;
  }
}

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

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

@media (min-width: 1200px) {
  .procategorylist .proboxlist .item .imgbox img {
    height: 100%;
  }
}

.procategorylist .proboxlist .item .title {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #333;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.procategorylist .proboxlist .item:hover .title {
  border-bottom: 1px solid #D62323;
}

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

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

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

.procategorylist .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;
}

.procategorylist .pages .navigation .page-numbers:hover {
  background-color: #D62323;
  color: #fff;
}

.procategorylist .pages .navigation .current {
  background-color: #D62323;
  color: #fff;
}

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

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

.inspectionbanner {
  position: relative;
}

@media (min-width: 1200px) {
  .inspectionbanner {
    margin-bottom: 200px;
  }
}

.inspectionbanner .banner {
  background-size: cover;
  height: 40vw;
  width: 100%;
  margin: auto;
  background-repeat: no-repeat;
}

.inspectionbanner .banner h2 {
  color: #fff;
  text-align: center;
  line-height: 40vw;
  background: linear-gradient(89deg, rgba(0, 0, 0, 0.69) 0%, rgba(84, 84, 84, 0.46) 100%);
  display: block;
  height: 100%;
}

@media (min-width: 1200px) {
  .inspectionbanner .banner h2 {
    width: 45%;
  }
}

@media (max-width: 1199.98px) {
  .inspectionbanner .banner h2 {
    font-size: 6vw;
  }
}

@media (min-width: 1200px) {
  .inspectionbanner .banner {
    height: 568px;
    max-width: 1640px;
  }
  .inspectionbanner .banner h2 {
    line-height: 568px;
  }
}

.inspectionbanner .redboxbottom {
  position: absolute;
  width: 296px;
  height: 296px;
  right: 15%;
  bottom: -150px;
  background-size: 50%;
  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;
  padding: 32px;
  cursor: pointer;
}

.inspectionbanner .redboxbottom .icobtn {
  margin-left: auto;
}

.inspectionbanner .redboxbottom .icobtn i {
  font-size: 30px;
  color: #fff;
  line-height: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  text-align: center;
  display: block;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.inspectionbanner .redboxbottom .title {
  font-size: 24px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .inspectionbanner .redboxbottom {
    display: none;
  }
}

.inspectionbanner .redboxbottom::before {
  content: "";
  width: 100%;
  height: 0%;
  background-color: #333;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.inspectionbanner .redboxbottom:hover i {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #D62323;
}

.inspectionbanner .redboxbottom:hover::before {
  height: 100%;
}

.swinfo .title {
  border-bottom: 1px solid #D62323;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .swinfo .inswbox .swiper .swiper-wrapper .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.swinfo .inswbox .swiper .swiper-wrapper .swiper-slide .redboxbottom {
  width: 100%;
  height: 50vw;
  background-size: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swinfo .inswbox .swiper .swiper-wrapper .swiper-slide .redboxbottom p {
  color: #fff;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .swinfo .inswbox .swiper .swiper-wrapper .swiper-slide .redboxbottom {
    width: 300px;
    height: 300px;
  }
}

.swinfo .inswbox .swiper .swiper-wrapper .swiper-slide .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
}

.swinfo .inswbox .swiper .swiper-wrapper .swiper-slide .info h4 {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .swinfo .inswbox .swiper .swiper-wrapper .swiper-slide .info {
    padding-left: 100px;
  }
}

@media (max-width: 1199.98px) {
  .swinfo .inswbox .swiper .swiper-wrapper .swiper-slide .info {
    padding-top: 20px;
  }
}

.swinfo .inswbox .swiper .swbtnbox {
  width: 150px;
  bottom: 30px;
  left: 28%;
}

@media (min-width: 1200px) {
  .swinfo .inswbox .swiper .swbtnbox {
    position: absolute;
  }
}

.swinfo .inswbox .swiper .swbtnbox .swiper-button-prev, .swinfo .inswbox .swiper .swbtnbox .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
}

.swinfo .inswbox .swiper .swbtnbox .swiper-button-prev::after, .swinfo .inswbox .swiper .swbtnbox .swiper-button-next::after {
  font-size: 20px;
}

@media (max-width: 1199.98px) {
  .swinfo .inswbox .swiper .swbtnbox .swiper-button-prev, .swinfo .inswbox .swiper .swbtnbox .swiper-button-next {
    top: 28vw;
  }
}

.inspectiontitle .title {
  color: #D62323;
  font-weight: bold;
  font-size: 6vw;
}

@media (min-width: 1200px) {
  .inspectiontitle .title {
    font-size: 42px;
  }
}

.inspectiontitleimglist .info {
  border-top: 2px solid #707070;
}

.inspectiontitleimglist .info h3 {
  margin: 40px 0;
}

@media (max-width: 1199.98px) {
  .inspectiontitleimglist .info h3 {
    font-size: 6vw;
  }
}

.inspectiontitleimglist .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #E9E9E9;
}

.inspectiontitleimglist .item .num {
  width: 10%;
  font-size: 38px;
  color: #D62323;
  margin-top: 30px;
}

.inspectiontitleimglist .item .box {
  width: 90%;
  margin-bottom: 50px;
  position: relative;
}

.inspectiontitleimglist .item .box .title {
  margin: 40px 0 30px;
  font-size: 24px;
  color: #333;
}

.inspectiontitleimglist .item .box p {
  margin-top: 25px;
  width: 90%;
}

.inspectiontitleimglist .item .box .inspecsw p {
  font-size: 18px;
  color: #333;
}

.inspectiontitleimglist .item .box .swbtnbox {
  width: 150px;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.inspectiontitleimglist .item .box .swbtnbox .swiper-button-prev, .inspectiontitleimglist .item .box .swbtnbox .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: #333;
  color: #fff;
  border-radius: 50%;
}

.inspectiontitleimglist .item .box .swbtnbox .swiper-button-prev::after, .inspectiontitleimglist .item .box .swbtnbox .swiper-button-next::after {
  font-size: 20px;
}

.manbanner .banimg {
  background-size: contain;
  background-repeat: no-repeat;
  height: 150vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1200px) {
  .manbanner .banimg {
    height: 750px;
    background-size: cover;
  }
}

.manbanner .banimg .col-xl-6 {
  padding-right: 5%;
}

.manbanner .banimg .col-xl-6 h2 {
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  .manbanner .banimg .col-xl-6 h2 {
    padding-top: 60px;
  }
}

.manbanner .banimg .col-xl-6 h4 {
  padding-top: 100px;
  padding-bottom: 20px;
  border-bottom: 1px solid #515151;
}

.manbanner .banimg .col-xl-6 p {
  color: #333;
  margin-top: 10px;
}

@media (max-width: 1199.98px) {
  .manbanner .banimg .col-xl-6 h2 {
    font-size: 10vw;
  }
  .manbanner .banimg .col-xl-6 h4 {
    padding-top: 5vw;
    padding-bottom: 5vw;
    font-size: 6vw;
  }
  .manbanner .banimg .col-xl-6 p {
    font-size: 3vw;
  }
}

.manbanner .baninfo {
  max-width: 1600px;
  margin: auto;
  height: 365px;
  width: 100%;
  background-size: 15%;
  margin-top: -100px;
  padding-top: 100px;
}

.manbanner .baninfo h2 {
  margin-bottom: 30px;
  font-weight: bold;
}

.manbanner .baninfo p {
  width: 80%;
}

@media (max-width: 1199.98px) {
  .manbanner .baninfo {
    padding-top: 20vw;
  }
  .manbanner .baninfo h2 {
    font-size: 10vw;
  }
  .manbanner .baninfo p {
    font-size: 3vw;
  }
}

.mantitle .title {
  font-size: 6vw;
  font-weight: 600;
  color: #D62323;
  text-align: center;
}

@media (min-width: 1200px) {
  .mantitle {
    width: 700px;
    margin-left: 40%;
  }
  .mantitle .title {
    font-size: 42px;
    text-align: left;
  }
}

.manzdinfo .accordion .card .card-header {
  padding: 0;
  background-color: #fff;
  position: relative;
}

.manzdinfo .accordion .card .card-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  bottom: 0;
  left: 0;
  background-color: rgba(49, 48, 51, 0.06);
  z-index: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.manzdinfo .accordion .card .card-header:hover::before {
  height: 100%;
  bottom: 0;
}

.manzdinfo .accordion .card .card-header h2 {
  height: 100%;
  position: relative;
  z-index: 2;
}

.manzdinfo .accordion .card .card-header h2 button {
  font-size: 6vw;
  font-weight: bold;
  color: #333;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.manzdinfo .accordion .card .card-header h2 button:hover {
  text-decoration: none;
}

.manzdinfo .accordion .card .card-header h2 button:hover .icobox::after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.manzdinfo .accordion .card .card-header h2 button:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.manzdinfo .accordion .card .card-header h2 button .num {
  font-size: 10vw;
  font-weight: normal;
}

.manzdinfo .accordion .card .card-header h2 button .title {
  margin: 20px 0;
}

.manzdinfo .accordion .card .card-header h2 button .icobox {
  margin: 6vw 0;
  width: 6vw;
  height: 6vw;
  line-height: 4.5vw;
  text-align: center;
  border: 1px solid #707070;
  background-color: #333;
  border-radius: 50%;
  position: relative;
}

.manzdinfo .accordion .card .card-header h2 button .icobox i {
  font-size: 3vw;
  position: relative;
  z-index: 2;
  color: #fff;
}

.manzdinfo .accordion .card .card-header h2 button .icobox::after {
  content: "";
  position: absolute;
  background-color: #D62323;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-transform: translateY(101%);
          transform: translateY(101%);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (min-width: 1200px) {
  .manzdinfo .accordion .card .card-header {
    height: 300px;
  }
  .manzdinfo .accordion .card .card-header h2 button {
    padding: 0 60px;
    font-size: 42px;
  }
  .manzdinfo .accordion .card .card-header h2 button .num {
    font-size: 100px;
  }
  .manzdinfo .accordion .card .card-header h2 button .title {
    margin: 50px 0;
  }
  .manzdinfo .accordion .card .card-header h2 button .icobox {
    margin: 50px 0;
    width: 50px;
    height: 50px;
    line-height: 45px;
  }
  .manzdinfo .accordion .card .card-header h2 button .icobox i {
    font-size: 30px;
  }
}

.manzdinfo .accordion .card .card-body .col-xl-5 {
  padding-right: 15%;
}

.manzdinfo .accordion .card .card-body .col-xl-5 .toptitleinfo {
  width: 100%;
}

.manzdinfo .accordion .card .card-body .col-xl-5 .lefttitle {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  margin-top: 70px;
  font-weight: 600;
}

.manzdinfo .accordion .card .card-body .listbox {
  border-bottom: 1px solid #ccc;
  padding: 70px 0;
}

.manzdinfo .accordion .card .card-body .listbox .title {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  font-weight: 600;
}

.manzdinfo .accordion .card .card-body .listbox p {
  margin-top: 35px;
  width: 90%;
}

.manzdinfo .accordion .card .card-body .listbox ul {
  margin-top: 30px;
}

@media (min-width: 1200px) {
  .manzdinfo .accordion .card .card-body .listbox ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.manzdinfo .accordion .card .card-body .listbox ul li {
  margin-bottom: 20px;
}

.manzdinfo .accordion .card .card-body .listbox ul li img {
  width: 326px;
  max-height: 332px;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .manzdinfo .accordion .card .card-body .listbox ul li img {
    max-width: 95%;
  }
}

.manzdinfo .accordion .card .card-body .listbox ul li .tit {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
}

.manzdinfo .accordion .card .card-body .listbox .tabboxsw {
  margin-top: 30px;
}

.manzdinfo .accordion .card .card-body .listbox .tabboxsw .swiper-wrapper {
  margin-bottom: 50px;
}

.manzdinfo .accordion .card .card-body .listbox .tabboxsw .swiper-wrapper .swiper-slide .tit {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
}

.manzdinfo .accordion .card .card-body .listbox .tabboxsw .swbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.manzdinfo .accordion .card .card-body .listbox .tabboxsw .swbtn .swiper-button-prev, .manzdinfo .accordion .card .card-body .listbox .tabboxsw .swbtn .swiper-button-next {
  width: 60px;
  height: 60px;
  position: initial;
  background-color: #333;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
}

.manzdinfo .accordion .card .card-body .listbox .tabboxsw .swbtn .swiper-button-prev::after, .manzdinfo .accordion .card .card-body .listbox .tabboxsw .swbtn .swiper-button-next::after {
  font-size: 20px;
}

.manzdinfo .accordion .card .card-body .listbox .box2img {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 1200px) {
  .manzdinfo .accordion .card .card-body .listbox .box2img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .manzdinfo .accordion .card .card-body .listbox .box2img img {
    width: 49%;
  }
}

.bannerprolist {
  text-align: center;
}

.prosw {
  background-color: #fff;
  position: relative;
}

@media (min-width: 1200px) {
  .prosw {
    margin-top: -130px;
    padding: 25px 60px;
  }
}

.prosw .swtitle {
  position: relative;
}

.prosw .swtitle .rightinfo {
  font-size: 14px;
  color: #999;
  text-align: right;
}

.prosw .swtitle .rightinfo a {
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.prosw .swtitle .rightinfo a:hover {
  color: #D62323;
}

.prosw .swtitle .title {
  font-size: 10vw;
  font-weight: bold;
  margin: 15px 0 30px;
  color: #D62323;
  text-align: left;
}

@media (min-width: 1200px) {
  .prosw .swtitle .title {
    font-size: 42px;
  }
}

.prosw .swiper .swiper-wrapper .swiper-slide {
  margin-bottom: 20px;
}

.prosw .swiper .swiper-wrapper .swiper-slide .protitle {
  font-size: 16px;
  color: #666;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.prosw .swiper-button-prev, .prosw .swiper-button-next {
  background-color: #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  top: 40%;
}

.prosw .swiper-button-prev::after, .prosw .swiper-button-next::after {
  font-size: 25px;
}

.prosw .swiper-button-prev {
  left: -50px;
}

.prosw .swiper-button-next {
  right: -50px;
}

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

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

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

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

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

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

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

.procategorylist .shbox button i {
  font-size: 18px;
}

.procategorylist .catlist .card1 {
  border: 1px solid #eee;
  margin-top: 20px;
}

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

.procategorylist .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;
}

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

.procategorylist .catlist .card1 .card-header1 h2 button {
  display: inline;
  width: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  width: 27px;
  height: 27px;
  background-color: #fff;
  margin: 0;
  padding: 0;
  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;
  border-radius: 50%;
  border: 1px solid #333;
}

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

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

.procategorylist .catlist .card1 .card-header1 h2 button.collapsed {
  background-color: #333;
}

.procategorylist .catlist .card1 .card-header1 h2 button.collapsed i {
  color: #fff;
}

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

.procategorylist .catlist .card1 .card-body li {
  margin: 10px 0;
  line-height: 250%;
}

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

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

@media (max-width: 1199.98px) {
  .procategorylist .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;
    padding-top: 100px;
  }
  .procategorylist .catlist .close {
    position: absolute;
    right: 30px;
    top: 80px;
  }
  .procategorylist .catlist.show {
    right: 0;
  }
}

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

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

@media (min-width: 1200px) {
  .procategorylist .proboxlist .item .imgbox img {
    height: 100%;
  }
}

.procategorylist .proboxlist .item .title {
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #333;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.procategorylist .proboxlist .item:hover .title {
  border-bottom: 1px solid #D62323;
}

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

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

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

.procategorylist .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;
}

.procategorylist .pages .navigation .page-numbers:hover {
  background-color: #D62323;
  color: #fff;
}

.procategorylist .pages .navigation .current {
  background-color: #D62323;
  color: #fff;
}

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

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

.bannerproact {
  text-align: center;
}

.proactinfo {
  background-color: #fff;
  position: relative;
  padding: 25px 20px;
}

@media (min-width: 1200px) {
  .proactinfo {
    margin-top: -130px;
  }
}

.proactinfo .titlebar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.proactinfo .titlebar .rightinfo {
  font-size: 14px;
  color: #999;
  text-align: right;
}

.proactinfo .titlebar .rightinfo a {
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.proactinfo .titlebar .rightinfo a:hover {
  color: #D62323;
}

.proactinfo .titlebar .title {
  font-size: 14px;
  font-weight: bold;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.proactinfo .titlebar .title ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.proactinfo .titlebar .title ul li {
  font-size: 12px;
  margin-left: 20px;
}

.proactinfo .titlebar .title ul li i {
  color: #999;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.proactinfo .titlebar .title ul li:hover i {
  color: #D62323;
}

.proactinfo .proman {
  margin-top: 50px;
}

.proactinfo .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;
  overflow: hidden;
}

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

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

.proactinfo .imglist {
  margin-left: 3px;
  height: 307px;
}

@media (min-width: 1200px) {
  .proactinfo .imglist {
    width: 150px;
    height: 573px;
  }
}

.proactinfo .imglist ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 25% 25% 25% 25%;
      grid-template-rows: 25% 25% 25% 25%;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

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

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

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

.proactinfo .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;
}

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

.proactinfo .imglist ul li .mbox.active {
  border: 1px solid #D62323;
}

.proactinfo .proinfo {
  text-align: left;
  padding: 30px 0 0 0;
}

@media (min-width: 1200px) {
  .proactinfo .proinfo {
    padding: 30px 100px 30px 30px;
  }
}

.proactinfo .proinfo .title-line-left2 {
  margin-bottom: 30px;
}

.proactinfo .proinfo ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.proactinfo .proinfo ul li .t1 {
  font-size: 14px;
  color: #999;
}

.proactinfo .proinfo ul li .t2 {
  font-size: 14px;
}

.proactinfo .proinfo .btnbox {
  margin-top: 50px;
}

.proactinfo .proinfo .btnbox a {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  background-color: #333;
  border-radius: 30px;
  padding: 12px 50px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.proactinfo .proinfo .btnbox a:hover {
  background-color: #D62323;
}

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

.proact .protxt h1 {
  font-size: 42px;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .proact .protxt iframe {
    width: 100%;
  }
}

.proact .protxt td {
  border: 1px solid #ccc;
}

.orprolist h3 {
  font-size: 38px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
}

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

.orprolist .proboxlist .item .title {
  text-align: center;
  padding: 30px;
  color: #333;
  border-bottom: 1px solid transparent;
}

.orprolist .proboxlist .item:hover .title {
  border-bottom: 1px solid #D62323;
}

#quoteModal .modal-dialog {
  max-width: 100%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 0;
  position: absolute;
}

#quoteModal .modal-dialog .modal-content {
  border-radius: 0;
  height: 100%;
}

#quoteModal .modal-dialog .modal-body {
  padding: 0;
}

#quoteModal .modal-dialog .modal-body .close {
  position: absolute;
  right: 10px;
  top: 0;
  background-color: #D62323;
  width: 80px;
  height: 70px;
  z-index: 1000;
}

#quoteModal .modal-dialog .modal-body .close span {
  color: #fff;
  font-size: 50px;
}

#quoteModal .modal-dialog .modal-body img {
  height: 99.7vh;
}

#quoteModal .modal-dialog .modal-body .fbox {
  padding: 0 110px 0 0;
  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;
}

@media (max-width: 1199.98px) {
  #quoteModal .modal-dialog .modal-body .fbox {
    padding: 70px 10vw 0 10vw;
  }
}

#quoteModal .modal-dialog .modal-body .fbox h4 {
  font-weight: bold;
}

@media (max-width: 1199.98px) {
  #quoteModal .modal-dialog .modal-body .fbox h4 {
    font-size: 5vw;
  }
}

#quoteModal .modal-dialog .modal-body .fbox p {
  margin-top: 20px;
}

@media (max-width: 1199.98px) {
  #quoteModal .modal-dialog .modal-body .fbox p {
    font-size: 3vw;
    margin-top: 2vw;
  }
}

#quoteModal .modal-dialog .modal-body .fbox input.form-control, #quoteModal .modal-dialog .modal-body .fbox select.form-control {
  border: 0;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
  font-size: 20px;
}

#quoteModal .modal-dialog .modal-body .fbox input.form-control:focus, #quoteModal .modal-dialog .modal-body .fbox select.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media (max-width: 1199.98px) {
  #quoteModal .modal-dialog .modal-body .fbox input.form-control, #quoteModal .modal-dialog .modal-body .fbox select.form-control {
    font-size: 5vw;
    margin-top: 2vw;
  }
}

#quoteModal .modal-dialog .modal-body .fbox button.btn {
  background-color: #D62323;
  color: #fff;
  width: 210px;
  height: 66px;
  font-size: 20px;
  margin-top: 90px;
}

#quoteModal .modal-dialog .modal-body .fbox button.btn i {
  font-size: 20px;
  margin-left: 50px;
}

@media (max-width: 1199.98px) {
  #quoteModal .modal-dialog .modal-body .fbox button.btn {
    font-size: 5vw;
    margin-top: 5vw;
    width: 35vw;
    height: 10vw;
  }
  #quoteModal .modal-dialog .modal-body .fbox button.btn i {
    font-size: 5vw;
    margin-left: 5vw;
  }
}

#quoteModal .modal-dialog .modal-body .fbox .inputbox {
  position: relative;
}

#quoteModal .modal-dialog .modal-body .fbox .inputbox label.error {
  position: absolute;
  right: 5%;
  bottom: 0;
  color: #f005;
}

.thinks .infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15%;
  -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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.thinks .infobox h2 {
  font-size: 52px;
  color: #666;
}

.thinks .infobox h2 span {
  color: #D62323;
  font-weight: bold;
}

.thinks .infobox a {
  color: #fff;
  background-color: #333;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.thinks .infobox a:hover {
  background-color: #D62323;
}

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

.err404 .infobox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15%;
  -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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.err404 .infobox h2 {
  font-size: 52px;
  color: #666;
}

.err404 .infobox h2 span {
  color: #D62323;
  font-weight: bold;
}

.err404 .infobox a {
  color: #fff;
  background-color: #333;
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
  margin-top: 50px;
}

.err404 .infobox a:hover {
  background-color: #D62323;
}

.err404 .imgbox {
  padding: 50px;
}

@media (min-width: 1200px) {
  .err404 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
/*# sourceMappingURL=style.css.map */