@import url('./swiper-bundle.min.css');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  /*font-size: 62.5%;*/
  transition: 0.5S;
  scroll-behavior: smooth;
  height: 100%;
}
/* html::-webkit-scrollbar {
  width: 0px;
} */
html body {
  height: 100%;
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  background-color: #fff;
}
html body input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
  border: none;
  outline: none;
}
html body img {
  display: block;
  transition: 0.4s;
}
html body i {
  display: inline-block;
  transition: 0.3s;
}
html body a {
  display: inline-block;
  color: #333;
  text-decoration: none;
}
html body a[rel~='nofollow'] img,
html body a[rel~='sponsored'] img,
html body a[rel~='ugc'] img {
  outline: none !important;
}
html body a[rel~='nofollow'],
html body a[rel~='sponsored'],
html body a[rel~='ugc'] {
  outline: none !important;
}
html body span {
  display: inline-block;
}
html body a,
html body span,
html body li {
  transition: 0.3s;
}
html body .content {
  margin: auto;
  max-width: 1400px;
  width: calc(100% - 60px);
}
html body .sw_content {
  margin: auto;
  max-width: 1560px;
  width: calc(100% - 60px);
}
html body li {
  list-style: none;
}
.hot-product .b_t{margin:50px 0;}
.hot-product-box{width:100%;}
.hot-product-box ul li{background: #1f1f27;position: relative;height: 800px;overflow: hidden;}
.hot-product-text{position: absolute;height: 100%;top: 0;left: 100px;display: flex;color: #ffffff;align-content: center;flex-wrap: wrap;width:50%;max-width:550px;}
.hot-product-text h3{font-size: 28px;line-height: 1.5;margin-bottom:20px;}
.hot-product-text p{font-size: 16px;line-height: 2;}
.hot-product-box ul li img{height: 80%;position: absolute;top: 50%;right: 0;transform: translate(0, -50%);}
.hot-product-box ul li a{display: block;line-height: 40px;width: 40%;font-size: 16px;color: #ffffff;border: 1px solid #ffffff;box-sizing: border-box;position: absolute;bottom: 20px;left: 50%;transform: translateX(-50%);text-align:center;}
.hot-product-box ul li:nth-child(even){background: #5c5f6d;}
.hot-product-box ul li:nth-child(even) .hot-product-text{left: auto;right: 100px;}
.hot-product-box ul li:nth-child(even) img{right: auto;left: 0;transform: translate(0,-50%);}
.changfang{width: 100%;padding:  0 0 0 30px;}
.changfang-box{overflow: hidden;}
.changfang-box ul li img{width: 100%;display: block;}
.changfang-box ul li h3{text-align: center;margin-top: 20px;font-size: 16px;line-height: 1.5;}


.swiper{
	margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.rightMenu {
  z-index: 9999;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span {
  border-radius: 5px;
  margin-top: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  opacity: 0.9;
  cursor: pointer;
  background-color: #9a0202;
}
.rightMenu > a i,
.rightMenu > span i {
  font-size: 21px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover {
  background-color: #000000;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i {
  color: #fff;
}
.rightMenu > a:nth-of-type(1) i {
  font-size: 23px;
}
.rightMenu > span:not(:nth-of-type(1)) > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rightMenu > span:not(:nth-of-type(1)) > a i {
  font-size: 22px;
}
.rightMenu > span:nth-of-type(1) {
  cursor: pointer;
  position: relative;
}
.rightMenu > span:nth-of-type(1) > img {
  display: none;
  position: absolute;
  right: 100%;
}
.rightMenu > span:nth-of-type(1):hover > img {
  display: block;
}
/* nav */
.xnav {
  display: none;
}
.nav {
  position: fixed;
  width: 35px;
  height: 23px;
  background: transparent;
  right: 2.5%;
  top: 20px;
  cursor: pointer;
  border-radius: 5px;
  z-index: 9999999999;
}
.nav span {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: 50%;
  transition: 0.8s;
  z-index: 99999991;
}
.nav .nav1 {
  margin-top: -1px;
}
.nav .nav2 {
  margin-top: -8px;
}
.nav .nav3 {
  margin-top: 6px;
}
.navh .nav1 {
  transform: rotate(45deg);
}
.navh .nav2 {
  transform: rotate(-45deg);
  width: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.navh .nav3 {
  transform: rotate(-45deg);
  width: 9px;
  margin-top: 3px;
  margin-left: -8px;
}
.smdaohang {
  position: fixed;
  width: 280px;
  height: 100%;
  opacity: 0;
  overflow: auto;
  top: 0px;
  right: -200%;
  background: #ccc;
  z-index: 9999999;
  transition: 0.5s;
  text-align: center;
}
.smdaohangh {
  right: 0px;
  opacity: 1;
}
.topnav {
  margin: auto;
  margin-top: 30px;
  padding: 20px;
}
ul.topnav li {
  text-align: left;
  position: relative;
}
ul.topnav li a {
  padding: 15px 5px;
  padding-left: 0px;
  color: #333;
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  padding-right: 50px;
  border-bottom: 1px dashed #fff;
}
ul.topnav ul {
  display: none;
}
ul.topnav ul li {
  clear: both;
}
ul.topnav ul li a {
  padding: 10px 5px;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  outline: 0;
  border: none;
}
ul.topnav ul ul li a {
  padding-left: 40px;
  font-size: 12px;
  font-size: 1.2rem;
}
ul.topnav ul ul {
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
ul.topnav ul ul ul li a {
  padding-left: 60px;
}
ul.topnav span {
  display: block;
  position: absolute;
  right: 0px;
  top: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  border-radius: 50%;
  transition: 0.5s;
}
ul.topnav span:before {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: 0px;
  transform: rotate(45deg);
  transform-origin: right center;
}
ul.topnav span:after {
  content: "";
  width: 6px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -1px;
  transform: rotate(-45deg);
  transform-origin: right center;
  transition: 0.5s;
}
ul.topnav span.yizi {
  transform: rotate(90deg);
}
.smdaohang form {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 240px;
  height: 26px;
  border: 1px solid #fff;
  position: relative;
  background: #fff;
}
.smdaohang form .iptc {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  background-color: #fff;
  width: 80%;
  height: 24px;
  line-height: 24px;
  display: block;
  float: left;
}
.smdaohang form .ipsc {
  width: 20%;
  height: 26px;
  line-height: 26px;
  display: block;
  float: right;
  background: transparent;
  position: relative;
  z-index: 99;
}
.smdaohang form i {
  position: absolute;
  right: 10px;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .daohang2 {
    display: block;
    text-align: center;
    margin-top: 10px;
  }
  .daohang2 a {
    float: left;
    width: 25%;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 24px;
    text-align: center;
  }
  .daohang,
  .daohang1 {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .xnav {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .nav {
    top: 20px;
  }
}
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}
#baguetteBox-overlay.visible {
  opacity: 1;
}
#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}
#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}
#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
}
#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}
#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}
.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}
.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  -moz-border-radius: 15%;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}
.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}
.baguetteBox-button#next-button {
  right: 2%;
}
.baguetteBox-button#previous-button {
  left: 2%;
}
.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}
.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
.imgBox {
  width: 100%;
}
.imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.imgBox img {
  width: 100%;
}
.imgBox img:hover {
  transform: scale(1.1);
}
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header {
  background-color: rgba(0, 0, 0, 0.6);
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 10;
  max-width: 1920px;
  transition: 0.3s;
  padding-bottom: 5px;
  background: rgba(0, 0, 0, .8);
}
header .head_a {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-top: 30px;
  padding-bottom: 12px;
}
header .head_a a {
  color: #fff;
  margin-left: 3px;
}
header .head_a a:hover {
  text-decoration: underline;
}
header .head_a .content {
  display: flex;
  justify-content: space-between;
}
header .head_a p {
  display: flex;
  align-items: center;
  margin-right: 50px;
}
header .head_a i {
  font-size: 24px;
  margin-right: 20px;
}
header .head_a .xinfeng {
  font-size: 30px;
}
header .head_a .l_box {
  display: flex;
  align-items: flex-start;
}
header .sousuo {
  position: relative;
}
header .sousuo i {
  display: none;
}
header .sousuo form {
  position: relative;
  overflow: hidden;
  height: 45px;
  width: 281px;
  border: 1px solid rgba(255, 255, 255, 0.32);
}
header .sousuo form input:nth-of-type(1) {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-right: 40px;
  background: none;
  text-indent: 15px;
  width: 100%;
}
header .sousuo form input:nth-of-type(1)::placeholder,
header .sousuo form input:nth-of-type(1)::-webkit-input-placeholder {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #ffffff;
}
header .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 10px;
  color: #ffffff;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
}
header > .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 4px;
}
header > .content .logoBox {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
header > .content .logoBox a {
  width: 154px;
}
header > .content .logoBox a img {
  width: 100%;
}
header > .content .menuactive > a {
  color: #9a0202 !important;
}
header > .content .menuactive > a::after {
  width: 100% !important;
}
header > .content > .center {
  display: flex;
  align-items: center;
  padding-bottom: 2px;
}
header > .content > .center .menuOne {
  padding: 15px 45px 16px 0px;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffff;
  position: relative;
  display: flex;
  align-items: center;
}
header > .content > .center .menuOne > a {
  color: #fff;
  position: relative;
}
header > .content > .center .menuOne > a::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #9a0202;
  width: 0px;
  bottom: -1.5px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s;
}
header > .content > .center .menuOne > a:hover {
  color: #9a0202;
}
header > .content > .center .menuOne > a:hover::after {
  width: 100%;
}
header > .content > .center .menuOne .menuactive > a {
  color: #9a0202 !important;
}
header > .content > .center .menuOne .menuactive > a::after {
  width: 100%;
}
header > .content > .center .menuOne > ul {
  position: absolute;
  top: 100%;
  min-width: 100%;
  background-color: #f5f5f5;
  left: calc(50% - 30px);
  transform: translate(-50%);
  display: none;
}
header > .content > .center .menuOne > ul > .menuTwo {
  position: relative;
  line-height: 30px;
  letter-spacing: 0px;
  padding: 2px 16px;
}
header > .content > .center .menuOne > ul > .menuTwo a {
  font-size: 16px;
  color: #333333;
  position: relative;
  white-space: nowrap;
}
header > .content > .center .menuOne > ul > .menuTwo a::after {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #9a0202;
  width: 0px;
  bottom: -1.5px;
  left: 50%;
  transform: translate(-50%);
  transition: 0.3s;
}
header > .content > .center .menuOne > ul > .menuTwo a:hover {
  color: #9a0202;
}
header > .content > .center .menuOne > ul > .menuTwo a:hover::after {
  width: 100%;
}
header > .content > .center .menuOne > ul > .menuTwo > ul {
  display: none;
  position: absolute;
  left: 101%;
  top: 0px;
  min-width: 100%;
  background-color: #f5f5f5;
  padding: 10px 0px;
}
header > .content > .center .menuOne > ul > .menuTwo > ul > .menuThree {
  line-height: 30px;
  padding: 2px 16px;
}
header > .content > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul {
  display: none;
  position: absolute;
  right: 100%;
  top: 0px;
  min-width: 100%;
  background-color: #f5f5f5;
}
header > .content > .center .menuOne > ul > .menuTwo > ul > .menuThree > ul > .menuFour {
  line-height: 30px;
}
header > .content > .center .lastOne {
  margin-right: 30px;
  padding-right: 0px;
}
header > .content > .center .sousuo {
  display: flex;
  align-items: center;
  color: #333;
}
html body header > div > ul .lang {
  position: relative;
  cursor: pointer;
}
html body header > div > ul .lang:hover i,
html body header > div > ul .lang:hover span {
  color: #9a0202;
}
html body header > div > ul .lang p i {
  line-height: 25px;
  font-size: 24px;
}
html body header > div > ul .lang p .xiangxia {
  font-size: 14px;
}
html body header > div > ul .lang p span,
html body header > div > ul .lang p i{
  vertical-align: top;
  /*font-family: Ebrima;*/
  font-size: 18px;
  line-height: 25px;
  margin: 0px 2px;
  color: #fff;
}
html body header > div > ul .lang > ul {
  display: none;
  position: absolute;
  width: 100px;
  background-color: #fff;
  top: 140%;
  right: 0px;
}
html body header > div > ul .lang > ul li a {
  text-align: center;
  font-family: Arial;
  display: block;
  line-height: 35px;
  font-size: 16px;
  border-bottom: 1px dashed #9a0202 ;
}
html body header > div > ul .lang > ul li a:hover {
  color: #9a0202 ;
}
header > .content > .center .ss_1{
	margin-left: 30px;
	display: none ;
}
header .ss_1 form{
	background-color: #fff;
	width: 240px;
	height: 40px;
}
header .ss_1 form input:nth-of-type(1) {
  line-height: 38px;
  color: #000;
}
header .ss_1 form input:nth-of-type(1)::placeholder,
header .ss_1 form input:nth-of-type(1)::-webkit-input-placeholder {
  line-height: 38px;
  color: #000;
}
header .ss_1 form input:nth-of-type(2) {
  color: #000;
}
header .ss_1 form input:nth-of-type(2):hover{
	color: #9a0202 ;
}
header > .content > .center .zhedie {
  display: none;
}
header > .content > .center .zhedie i {
  line-height: 40px;
  font-size: 20px;
  color: #fff;
}
.bannerBox img {
  width: 100%;
}
.index .banner {
  overflow: hidden;
}
.index .banner:hover .slick-prev,
.index .banner:hover .slick-next {
  display: block;
}
.index .banner .slideshow .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  image-rendering: pixelated;
}
.index .banner .slideshow .item.slick-active img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.index .banner .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  text-align: center;
  display: none !important;
}
.index .banner .slick-dots li {
  display: inline-block;
}
.index .banner .slick-dots li button {
  cursor: pointer;
  font-size: 0px;
  margin-left: 4.5px;
  margin-right: 4.5px;
  border: none;
  outline: none;
  width: 16px;
  height: 16px;
}
.index .banner .slick-prev,
.index .banner .slick-next {
  cursor: pointer;
  display: none;
  border: none;
  background-color: transparent;
}
.index .banner .slick-prev i,
.index .banner .slick-next i {
  font-size: 34px;
  background-color: transparent;
  border: none;
  color: #fff;
}
.index .banner .slick-prev i:hover,
.index .banner .slick-next i:hover {
  color: #9a0202;
}
.index .banner .slick-prev {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 40px;
  z-index: 9;
}
.index .banner .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  right: 40px;
  z-index: 9;
}
@media screen and (max-width: 999px) {
  .index .banner .slick-prev,
  .index .banner .slick-next {
    display: none !important;
  }
}
.index .banner .slick-list,
.index .banner .slick-slider,
.index .banner .slick-track {
  position: relative;
  display: block;
}
.index .banner .slick-loading .slick-slide,
.index .banner .slick-loading .slick-track {
  visibility: hidden;
}
.index .banner .slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.index .banner .slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.index .banner .slick-list:focus {
  outline: 0;
}
.index .banner .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.index .banner .slick-slider .slick-list,
.index .banner .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.index .banner .slick-track {
  top: 0;
  left: 0;
}
.index .banner .slick-track:after,
.index .banner .slick-track:before {
  display: table;
  content: '';
}
.index .banner .slick-track:after {
  clear: both;
}
.index .banner .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.index .banner [dir=rtl] .slick-slide {
  float: right;
}
.index .banner .slick-slide img {
  width: 100%;
  display: block;
}
.index .banner .slick-slide.slick-loading img {
  display: none;
}
.index .banner .slick-slide.dragging img {
  pointer-events: none;
}
.index .banner .slick-initialized .slick-slide {
  display: block;
}
.index .banner .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.index .banner .slick-arrow.slick-hidden {
  display: none;
}
.index .banner .slick-slide {
  position: relative;
}
.index .banner .slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.index .banner .slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9;
  display: block \9\0;
}
.index .banner .slick-dots .slide-count {
  display: none;
}
@media screen and (max-width: 991px) {
  .index .banner .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.index .b_t {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 60px;
  line-height: 60px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9a0202;
  position: relative;
}
.index .b_t p {
  text-align: center;
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 72px;
  line-height: 67px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.1;
}
.index .b_t a {
  color: #9a0202;
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.index .b_t a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #9a0202;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
.index .b_t a:hover::before {
  width: 100%;
}
.index .i_a {
  padding-top: 87px;
  padding-bottom: 170px;
  background: url(../img/ia_back.jpg) no-repeat left bottom;
  background-size: 100% auto;
}
.index .i_a .mySwiperOne {
  margin-top: 52px;
  margin-bottom: 85px;
}
.index .i_a .mySwiperOne .swiper-slide {
  position: relative;
}
.index .i_a .mySwiperOne .textBox {
  height: 100%;
  width: 400px;
  max-width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0px 2.5% 11px 2.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index .i_a .mySwiperOne .biaoti {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i_a .mySwiperOne .biaoti a {
  color: #fff;
}
.index .i_a .mySwiperOne .biaoti a:hover {
  color: #9a0202;
}
.index .i_a .mySwiperOne .x_biaoti {
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 14px;
}
.index .i_a .mySwiperOne .x_biaoti a {
  color: #fff;
}
.index .i_a .mySwiperOne .x_biaoti a:hover {
  color: #9a0202;
}
.index .i_a .mySwiperOne .jieshao {
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #cccccc;
}
.index .i_a .mySwiperOne .jieshao a {
  color: #ccc;
}
.index .i_a .mySwiperOne .jieshao a:hover {
  /* color: #9a0202; */
  text-decoration: underline;
}
.index .i_a .mySwiperOne .buttonBox {
  /*font-family: Montserrat-Bold;*/
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 25px;
}
.index .i_a .mySwiperOne .buttonBox a {
  width: 157px;
  height: 46px;
  background-color: #9a0202;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9a0202;
  color: #fff;
}
.index .i_a .mySwiperOne .buttonBox a:hover {
  background-color: #fff;
  color: #9a0202;
}
.index .i_a .q_h {
  display: flex;
  overflow: auto;
  margin-top: 42px;
}
.index .i_a .q_h .active {
  background-color: #9a0202;
}
.index .i_a .box {
  flex-shrink: 0;
  width: 145px;
  margin-left: 2.445%;
  padding: 0px 5px;
  background-color: #1e1e1e;
  /*font-family: Montserrat-Regular;*/
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  padding-top: 10px;
  height: 145px;
  cursor: pointer;
  transition: 0.3s;
}
.index .i_a .box:hover {
  background-color: #9a0202;
}
.index .i_a .box .logo {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index .i_a .box .logo img {
  flex-shrink: 0;
  max-height: 100%;
}
.index .i_a .box p {
  margin-top: 12px;
}
.index .i_a .box:nth-of-type(8n+1) {
  margin-left: 0%;
}
.index .i_a .qh_show {
  margin-top: 20px;
}
.index .i_a .qh_show .active {
  display: flex;
}
.index .i_a .s_box {
  display: none;
  flex-wrap: wrap;
}
.index .i_a figure {
  width: 23.35%;
  margin-left: 2.2%;
  margin-top: 10px;
  background-color: rgba(51, 51, 51, 0.8);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 57px), calc(100% - 57px) 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 57px), calc(100% - 57px) 100%, 0 100%);
  position: relative;
}
.index .i_a figure::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 57px;
  right: 0;
  bottom: 0;
  background: linear-gradient(-45deg, transparent 50%, rgba(255, 255, 255, 0.5) 50%);
}
.index .i_a figure .imgBox {
  position: relative;
  background-color: #9a0202;
}
.index .i_a figure .imgBox::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #9a0202;
  bottom: -1px;
  left: 0;
}
.index .i_a figure .textBox {
  border-top: 2px solid #9a0202;
  padding: 7% 8.7% 4.7% 8.7%;
}
.index .i_a figure .biaoti {
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i_a figure .biaoti a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.index .i_a figure .biaoti a:hover {
  color: #9a0202;
}
.index .i_a figure .text {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
  margin-top: 16px;
  margin-bottom: 21px;
}
.index .i_a figure .text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ccc;
}
.index .i_a figure .text a:hover {
  color: #9a0202;
}
.index .i_a figure .button {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i_a figure .button a {
  text-decoration: underline;
  color: #fff;
}
.index .i_a figure .button a:hover {
  color: #9a0202;
}
.index .i_a figure:nth-of-type(4n+1) {
  margin-left: 0%;
}
.index .i_b {
  background: url('../img/ib_back.png') no-repeat right;
  background-size: cover;
}
.index .i_b .biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #9c0707;
}
.index .i_b .biaoti a {
  color: #9c0707;
}
.index .i_b .biaoti a:hover {
  color: #fff;
}
.index .i_b .x_biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 31px;
  color: #ffffff;
}
.index .i_b .x_biaoti a {
  color: #fff;
}
.index .i_b .x_biaoti a:hover {
  text-decoration: underline;
}
.index .i_b .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 5.1%;
  padding-bottom: 4.15%;
}
.index .i_b .l_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 78px;
  padding-left: 4%;
}
.index .i_b .r_box {
  display: flex;
  align-items: flex-end;
}
.index .i_b .textBox {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i_b .textBox a {
  color: #fff;
}
.index .i_b .textBox a:hover {
  text-decoration: underline;
}
.index .i_b .xiahua {
  width: 40px;
  height: 4px;
  background-color: #9c0707;
  margin-top: 27px;
  margin-bottom: 32px;
}
.index .i_b .box_1 {
  flex-shrink: 0;
}
.index .i_b .box_1 a {
  width: 270px;
  height: 220px;
  background-color: #9c0707;
  -webkit-clip-path: polygon(0% 40px, 40px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 40px, 40px 0%, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.index .i_b .box_1 a:hover {
  opacity: 0.8;
}
.index .i_b .box_1 span {
  /*font-family: Montserrat-Bold;*/
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i_b .box_1 i {
  color: #fff;
  font-size: 40px;
  margin-top: 10px;
}
.index .i_b .box_2 {
  flex-shrink: 0;
  width: 270px;
  background-color: #000000;
  padding: 9.1% 5% 9% 5.3%;
}
.index .i_b .box_2 .bt {
  /*font-family: Montserrat-Bold;*/
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #9c0707;
}
.index .i_b .box_2 .bt a {
  color: #9c0707;
}
.index .i_b .box_2 .bt a:hover {
  color: #fff;
}
.index .i_c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 105px;
}
.index .i_c .l_box {
  width: 49%;
  position: relative;
}
.index .i_c .l_box .img {
  width: 100%;
}
.index .i_c .l_box img {
  width: 100%;
  display: block;
}
.index .i_c .l_box .bofangBox {
  position: absolute;
  width: 61px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.index .i_c .r_box {
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 46px;
  align-items: flex-start;
}
.index .i_c .b_t {
  display: inline-block;
}
.index .i_c .textBox {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  padding-right: 4%;
  margin-top: 43px;
}
.index .i_c .textBox a {
  color: #666;
}
.index .i_c .textBox a:hover {
  color: #9c0707;
}
.index .i_c .box {
  display: flex;
  flex-wrap: wrap;
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 25px;
}
.index .i_c .box a {
  color: #333;
}
.index .i_c .box a:hover {
  color: #9a0202;
}
.index .i_c .bl_box {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
}
.index .i_c .bl_box .img {
  flex-shrink: 0;
  width: 27px;
}
.index .i_c figure {
  min-width: 50%;
  display: flex;
  padding-right: 4%;
  align-items: center;
  margin-top: 30px;
}
.index .i_d {
  background: url('../img/id_back.png') no-repeat center;
  background-size: cover;
}
.index .i_d .content {
  position: relative;
  padding-bottom: 5.1%;
}
.index .i_d .top {
  width: 100%;
  position: absolute;
  top: -10.6%;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  /*font-family: Montserrat-Regular;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.index .i_d .shuzi {
  /*font-family: Montserrat-Regular;*/
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.index .i_d figure {
  width: 24.29%;
  margin-left: 0.946%;
  background-color: #f4f4f4;
  padding: 2.4% 3% 1.55% 3%;
  transition: 0.3s;
}
.index .i_d figure:hover {
  background-color: #9a0202;
  color: #fff;
}
.index .i_d figure:hover .shuzi {
  color: #fff;
}
.index .i_d figure:nth-of-type(4n+1) {
  margin-left: 0%;
}
.index .i_d .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}
.index .i_d .icBox a {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  flex-shrink: 0;
  margin-top: 10px;
}
.index .i_d .icBox a i {
  font-size: 16px;
  color: #fff;
  transition: 0.3s;
}
.index .i_d .icBox a:hover {
  background-color: #fff;
}
.index .i_d .icBox a:hover i {
  color: #9a0202;
}
.index .i_d .l_box {
  width: 64.5%;
  border-right: 1px solid #999999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 4px;
  padding-right: 8.75%;
}
.index .i_d .l_box .biaoti {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 30px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i_d .l_box .biaoti a {
  color: #fff;
}
.index .i_d .l_box .biaoti a:hover {
  color: #9a0202;
}
.index .i_d form {
  width: 604px;
  max-width: 100%;
  position: relative;
}
.index .i_d .i_1 {
  text-indent: 18px;
  width: 100%;
  height: 76px;
  outline: none;
  border: none;
  /* font-family: AkzidenzGroteskBQ-LightOsF; */
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 0px;
  color: #333;
  padding-right: 200px;
}
.index .i_d .i_2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 185px;
  height: 76px;
  background-color: #9a0202;
  border: 1px solid #9a0202;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 0px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
}
.index .i_d .i_2:hover {
  background-color: #fff;
  color: #9a0202;
}
.index .i_d .i_1::placeholder,
.index .i_d .i_1::-webkit-input-placeholder {
  /* font-family: AkzidenzGroteskBQ-LightOsF; */
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 68px;
  letter-spacing: 0px;
  color: #666666;
}
.index .i_d .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 9.45%;
}
.index .i_d .x_biaoti {
  /*font-family: Montserrat-Light;*/
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 42px;
}
.index .i_d .x_biaoti a {
  color: #fff;
}
.index .i_d .x_biaoti a:hover {
  color: #9a0202;
}
.index .i_d .beizhu {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 6px;
}
.index .i_d .beizhu span {
  vertical-align: middle;
  margin-top: 9px;
  margin-right: 10px;
}
.index .i_d .r_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
}
.index .i_d .r_box .biaoti {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 20px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index .i_d .r_box .biaoti a {
  color: #fff;
}
.index .i_d .r_box .biaoti a:hover {
  color: #9a0202;
}
.index .i_e {
  margin-bottom: 95px;
}
.index .i_e .b_t {
  margin-top: 88px;
  margin-bottom: 64px;
}
.index .i_e .biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.index .i_e .biaoti a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.index .i_e .biaoti a:hover {
  color: #9a0202;
}
.index .i_e .biaoti:hover {
  color: #9a0202;
}
.index .i_e .jieshao {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}
.index .i_e .jieshao a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}
.index .i_e .jieshao a:hover {
  color: #990707;
}
.index .i_e .jieshao:hover {
  color: #9a0202;
}
.index .i_e .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index .i_e .riqi {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #990707;
}
.index .i_e .button {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #990707;
}
.index .i_e .button a {
  color: #990707;
}
.index .i_e .button a:hover {
  color: #333;
}
.index .i_e figure {
  border-bottom: 1px solid #c7c7c7;
  padding-top: 23px;
  padding-bottom: 23px;
}
.index .i_e figure:nth-of-type(1) {
  padding-top: 0px;
}
.index .i_e .img {
  width: 100%;
  display: none;
  position: relative;
  z-index: 3;
}
.index .i_e .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items:center;
}
.index .i_e .qh {
  width: 46%;
}
.index .i_e .qh_show {
  width: 48.57%;
  position: relative;
}
.index .i_e .qh_show::after {
  position: absolute;
  content: '';
  right: -20px;
  top: -20px;
  width: 40.15%;
  height: 80.3%;
  background-color: #990707;
}
.index .i_e .qh_show .active {
  display: block;
}
.index .i_e .qh_show .biaoti {
  margin-top: 25px;
}
.mbx {
  padding-top: 30px;
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  line-height: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}
.mbx i {
  line-height: 30px;
  font-size: 40px;
  vertical-align: bottom;
}
.mbx a {
  color: #666;
}
.mbx a:hover {
  color: #9a0202;
}
.mbx .active {
  color: #9a0202;
}
.oo_body .b_t {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 36px;
  line-height: 40px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9a0202;
  position: relative;
}
.oo_body .b_t p {
  text-align: center;
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 48px;
  line-height: 48px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.1;
}
.oo_body .b_t a {
  color: #9a0202;
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.oo_body .b_t a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #9a0202;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
.oo_body .b_t a:hover::before {
  width: 100%;
}
.oo_body .oob_a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 53px;
  align-items: stretch;
}
.oo_body .oob_a .r_box {
  width: 64.286%;
  position: relative;
  max-height: 650px;
  background-color: #000000;
}
.oo_body .oob_a .l_box {
  border: 1px solid #9a0202;
  width: 31.43%;
  height: 675px;
  overflow: auto;
  padding: 0.9% 2% 0.9% 4.05%;
  max-height: 650px;
}
.oo_body .oob_a .l_box::-webkit-scrollbar {
  width: 4px;
}
.oo_body .oob_a .l_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.oo_body .oob_a .l_box::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.oo_body .oob_a .l_box li {
  position: relative;
  padding-right: 20px;
}
.oo_body .oob_a .l_box span {
  width: 8px;
  height: 8px;
  border: 1px solid #a0a0a0;
  vertical-align: middle;
  position: relative;
}
.oo_body .oob_a .l_box .active span {
  border: 1px solid #333;
}
.oo_body .oob_a .l_box .active span::after {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #9a0202;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.oo_body .oob_a .firstText {
  /*font-family: Montserrat-Bold;*/
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .oob_a .firstText a {
  color: #333;
}
.oo_body .oob_a .firstText a:hover {
  color: #9a0202;
}
.oo_body .oob_a .menuTwo {
  /*font-family: Montserrat-Regular;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 9px;
}
.oo_body .oob_a .menuTwo li {
  margin-top: 18px;
}
.oo_body .oob_a .menuTwo a {
  color: #333;
}
.oo_body .oob_a .menuTwo a:hover {
  color: #9a0202;
}
.oo_body .oob_a .menuThree {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 9px;
  padding-bottom: 3px;
  padding-left: 2.3%;
  display: none;
}
.oo_body .oob_a .zk{
  display: block;
}
.oo_body .oob_a .menuThree li {
  margin-top: 8px;
}
.oo_body .oob_a .menuThree a {
  color: #666;
}
.oo_body .oob_a .firstI {
  top: 10px;
  font-size: 14px;
}
.oo_body .oob_a i {
  position: absolute;
  right: 0;
  top: 0px;
  font-size: 12px;
  display: none;
}
.oo_body .oob_a .act {
  transform: rotate(90deg);
}
.oo_body .oob_a .textBox {
  height: 100%;
  width: 400px;
  max-width: 70%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0px 4% 86px 3.5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oo_body .oob_a .biaoti {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oo_body .oob_a .biaoti a {
  color: #fff;
}
.oo_body .oob_a .biaoti a:hover {
  color: #9a0202;
}
.oo_body .oob_a .x_biaoti {
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 10px;
  margin-bottom: 14px;
}
.oo_body .oob_a .x_biaoti a {
  color: #fff;
}
.oo_body .oob_a .x_biaoti a:hover {
  color: #9a0202;
}
.oo_body .oob_a .jieshao {
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #cccccc;
  height: 176px;
  overflow: hidden;
}
.oo_body .oob_a .jieshao::-webkit-scrollbar{
  width: 4px;
}

.oo_body .oob_a .jieshao::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #9a0202;
  }

.oo_body .oob_a .jieshao::-webkit-scrollbar-track {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
  }
.oo_body .oob_a .jieshao a {
  color: #ccc;
}
.oo_body .oob_a .jieshao a:hover {
  color: #9a0202;
}
.oo_body .oob_a .buttonBox {
  /*font-family: Montserrat-Bold;*/
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 25px;
}
.oo_body .oob_a .buttonBox span {
  width: 157px;
  height: 46px;
  background-color: #9a0202;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #9a0202;
  color: #fff;
  cursor: pointer;
  display: none;
}
.oo_body .oob_a .buttonBox span:hover {
  background-color: #fff;
  color: #9a0202;
}
.oo_body .oob_a .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 36px;
}
.oo_body .oob_a figure {
  position: relative;
  width: 31.86%;
  margin-left: 2.21%;
  margin-top: 10px;
}
.oo_body .oob_a figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.oo_body .oob_a .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*min-width: 280px;*/
  width:280px;
  max-width: 80%;
}
.oo_body .oob_a .button a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 80px;
  background: rgba(154, 2, 2, 0.7);
  /*font-family: Montserrat-Bold;*/
  /*font-size: 30px;*/
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  /*line-height: 50px;*/
  line-height:32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oo_body .oob_a .button a:hover {
  color: #9a0202;
  background-color: #fff;
}
.oo_body .oob_b {
  padding-top: 45px;
}
.oo_body .oob_b .m_l {
  margin-top: 13px;
  display: flex;
  flex-wrap: wrap;
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #3333;
  margin-left: 4%;
  margin-right: 5%;
}
.oo_body .oob_b .m_l p {
  margin-top: 10px;
  min-width: 20%;
  text-align: center;
}
.oo_body .oob_b .m_l .active {
  color: #9a0202;
  text-decoration: underline;
}
.oo_body .oob_b .m_l a {
  color: #333;
}
.oo_body .oob_b .m_l a:hover {
  color: #9a0202;
  text-decoration: underline;
}
.oo_body .oob_b .textBox .biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .oob_b .textBox .biaoti a {
  color: #333;
}
.oo_body .oob_b .textBox .biaoti a:hover {
  color: #9a0202;
}
.oo_body .oob_b .textBox .text {
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  height: 60px;
  overflow: hidden;
}
.oo_body .oob_b .textBox .text a {
  color: #666;
}
.oo_body .oob_b .textBox .text a:hover {
  color: #9a0202;
}
.oo_body .oob_b .textBox .buttonBox {
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #9a0202;
  margin-top: 13px;
}
.oo_body .oob_b .textBox .buttonBox .closeAll {
  display: none;
}
.oo_body .oob_b .textBox .buttonBox span {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  cursor: pointer;
}
.oo_body .oob_b .textBox .buttonBox span:hover {
  color: #333;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.oo_body .oob_b form {
  display: flex;
  flex-wrap: wrap;
  padding-top: 26px;
}
.oo_body .oob_b figure {
  width: 23.35%;
  margin-left: 2.2%;
  margin-top: 30px;
}
.oo_body .oob_b figure:nth-of-type(4n+1) {
  margin-left: 0%;
}
.oo_body .oob_b .imgBox {
  position: relative;
}
.oo_body .oob_b .imgBox::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #9a0202;
  bottom: -2px;
  left: 0;
}
.oo_body .oob_b .bottom {
  background-color: #333333;
  padding: 7% 4% 6% 8.8%;
}
.oo_body .oob_b .bottom .biaoti {
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oo_body .oob_b .bottom .biaoti a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.oo_body .oob_b .bottom .biaoti a:hover {
  color: #9a0202;
}
.oo_body .oob_b .t_t {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
  margin-top: 4px;
}
.oo_body .oob_b .t_t a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ccc;
}
.oo_body .oob_b .t_t a:hover {
  color: #9a0202;
}
.oo_body .oob_b .button {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /*font-family: Montserrat-Regular;*/
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 13px;
}
.oo_body .oob_b .button input {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.oo_body .oob_b .button a {
  margin-left: 17px;
  width: 150px;
  height: 38px;
  background-color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.oo_body .oob_b .button a:hover {
  background-color: #9a0202;
}
.oo_body .PageNumber {
  margin-top: 63px;
}
.oo_body .tag {
  width: 100%;
  margin-top: 60px;
  /*font-family: Montserrat-Regular;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  background-color: #f5f5f5;
  padding: 24px 2%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.oo_body .tag span,
.oo_body .tag a {
  margin-right: 30px;
}
.oo_body .tag a {
  color: #666;
}
.oo_body .tag a i {
  font-size: 20px;
  transition: 0s;
  margin-right: 8px;
}
.oo_body .tag a:hover {
  color: #9a0202;
}
.oo_body .tag span {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .i_b {
  background: url('../img/ib_back.png') no-repeat right;
  background-size: cover;
  margin-top: 1.7%;
}
.oo_body .i_b .biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 56px;
  letter-spacing: 0px;
  color: #9c0707;
}
.oo_body .i_b .biaoti a {
  color: #9c0707;
}
.oo_body .i_b .biaoti a:hover {
  color: #fff;
}
.oo_body .i_b .x_biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 0px;
  margin-top: 31px;
  color: #ffffff;
}
.oo_body .i_b .x_biaoti a {
  color: #fff;
}
.oo_body .i_b .x_biaoti a:hover {
  text-decoration: underline;
}
.oo_body .i_b .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 100%;
  padding-top: 5.1%;
  padding-bottom: 4.15%;
}
.oo_body .i_b .l_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 78px;
  padding-left: 4%;
}
.oo_body .i_b .r_box {
  display: flex;
  align-items: flex-end;
}
.oo_body .i_b .textBox {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oo_body .i_b .textBox a {
  color: #fff;
}
.oo_body .i_b .textBox a:hover {
  text-decoration: underline;
}
.oo_body .i_b .xiahua {
  width: 40px;
  height: 4px;
  background-color: #9c0707;
  margin-top: 27px;
  margin-bottom: 32px;
}
.oo_body .i_b .box_1 {
  flex-shrink: 0;
}
.oo_body .i_b .box_1 a {
  width: 270px;
  height: 220px;
  background-color: #9c0707;
  -webkit-clip-path: polygon(0% 40px, 40px 0%, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 40px, 40px 0%, 100% 0%, 100% 100%, 0% 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.oo_body .i_b .box_1 a:hover {
  opacity: 0.8;
}
.oo_body .i_b .box_1 span {
  /*font-family: Montserrat-Bold;*/
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.oo_body .i_b .box_1 i {
  color: #fff;
  font-size: 40px;
  margin-top: 10px;
}
.oo_body .i_b .box_2 {
  flex-shrink: 0;
  width: 270px;
  background-color: #000000;
  padding: 9.1% 5% 9% 5.3%;
}
.oo_body .i_b .box_2 .bt {
  /*font-family: Montserrat-Bold;*/
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #9c0707;
}
.oo_body .i_b .box_2 .bt a {
  color: #9c0707;
}
.oo_body .i_b .box_2 .bt a:hover {
  color: #fff;
}
.oo_body .oob_d {
  margin-bottom: 83px;
}
.oo_body .oob_d .content {
  position: relative;
}
.oo_body .oob_d .textBox {
  border-bottom: 1px solid #c7c7c7;
  padding-top: 20px;
  padding-bottom: 22px;
}
.oo_body .oob_d .lunbo {
  margin-top: 54px;
}
.oo_body .oob_d .biaoti {
  font-family: Montserrat-Bold;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .oob_d .biaoti a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.oo_body .oob_d .biaoti a:hover {
  color: #9a0202;
}
.oo_body .oob_d .t_t {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 11px;
  margin-bottom: 15px;
}
.oo_body .oob_d .t_t a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
}
.oo_body .oob_d .t_t a:hover {
  color: #9a0202;
}
.oo_body .oob_d .button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #990707;
}
.oo_body .oob_d .button span {
  padding-right: 10px;
}
.oo_body .oob_d .button a {
  color: #990707;
  padding-left: 10px;
  /* text-decoration: underline; */
}
.oo_body .oob_d .button a:hover {
  color: #333;
}
.oo_body .prev_a,
.oo_body .next_a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ccc;
  border: 1px solid #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: calc(50% - 18px);
  transform: translateY(-50%);
  transition: 0.3s;
}
.oo_body .prev_a i,
.oo_body .next_a i {
  font-size: 26px;
  color: #fff;
}
.oo_body .prev_a:hover,
.oo_body .next_a:hover {
  background: #fff;
}
.oo_body .prev_a:hover i,
.oo_body .next_a:hover i {
  color: #9a0202;
}
.oo_body .prev_a {
  left: -5.8%;
}
.oo_body .next_a {
  right: -5.8%;
}
.ot_body .prev_a,
.ot_body .next_a {
  width: 50px;
  height: 50px;
  border: solid 2px #b7b7b7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.ot_body .prev_a i,
.ot_body .next_a i {
  transition: 0s;
  font-size: 20px;
  color: #b2b2b2;
}
.ot_body .prev_a:hover,
.ot_body .next_a:hover {
  border: 2px solid #9a0202;
  background-color: #9a0202;
}
.ot_body .prev_a:hover i,
.ot_body .next_a:hover i {
  color: #fff;
}
.ot_body .otb_a {
  padding-top: 49px;
}
.ot_body .otb_a .rightBox {
  width: 45.7%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ot_body .otb_a .b_t {
  /*font-family: Montserrat-Bold;*/
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #333333;
}
.ot_body .otb_a .textBox {
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 25px;
}
.ot_body .otb_a .share_box {
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 24px;
}
.ot_body .otb_a .buttonBox {
  /*font-family: Montserrat-Bold;*/
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 57px;
}
.ot_body .otb_a .buttonBox a {
  color: #ffffff;
  width: 200px;
  height: 46px;
  background-color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.ot_body .otb_a .buttonBox a:hover {
  background-color: #9a0202;
}
.ot_body .otb_a .zong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4px;
}
.ot_body .otb_a .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.ot_body .otb_a .zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100px;
  height: 49px;
}
.ot_body .otb_a .zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}
.ot_body .otb_a .zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5; */
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}
.ot_body .otb_a .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.ot_body .otb_a .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.ot_body .otb_a .zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.ot_body .otb_a .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.ot_body .otb_a .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.ot_body .otb_a .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.ot_body .otb_a .prob-pic {
  width: 50%;
}
.ot_body .otb_a .prob-pic .prob-pic-big {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ot_body .otb_a .prob-pic .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.ot_body .otb_a .prob-pic .prob-pic-big-img img {
  transition: 0s;
}
.ot_body .otb_a .prob-pic .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}
.ot_body .otb_a .prob-pic .zoomWrapperImage img {
  max-width: 1920px;
}
.ot_body .otb_a .prob-pic .prob-pic-big-img:hover img {
  transform: scale(1);
}
.ot_body .otb_a .prob-pic-small {
  margin-top: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.ot_body .otb_a .prob-pic-btn {
  line-height: 44px;
  display: block;
  text-align: center;
  color: #666666;
  font-size: 30px;
  z-index: 99;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
}
.ot_body .otb_a .prob-pic-btn.prev {
  margin-right: 10px;
}
.ot_body .otb_a .prob-pic-btn.next {
  margin-left: 10px;
}
.ot_body .otb_a .prob-pic-btn:hover {
  color: #9a0202;
}
.ot_body .otb_a .prob-pic-list {
  margin: 0px;
  overflow: hidden;
}
.ot_body .otb_a .anniu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.ot_body .otb_a .prob-pic-list ul {
  width: 1000%;
  overflow: hidden;
}
.ot_body .otb_a .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.23%;
  width: 3.18%;
  border: 1px solid #f5f5f5;
  overflow: hidden;
}
.ot_body .otb_a .prob-pic-item .item-pic {
  display: block;
  overflow: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.ot_body .otb_a .prob-pic-item .item-pic img {
  display: block;
  width: 100%;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.ot_body .otb_b .table {
  overflow: auto;
  width: 100%;
}
.ot_body .otb_b img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}
.ot_body .otb_b .textBox_1 {
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 42px;
}
.ot_body .otb_b .textBox_1 strong {
  font-weight: normal;
  display: block;
}
.ot_body .otb_b .textBox_1 p {
  display: inline-block;
  vertical-align: top;
}
.ot_body .otb_b .textBox_1 em {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: Bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  font-style: normal;
}
.ot_body .otb_b .textBox_1 table {
  margin-top: 10px;
  width: 100%;
  border-collapse: collapse;
}
.ot_body .otb_b .textBox_1 table tr {
  border-radius: 10px;
  /*font-family: Montserrat-Regular;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.ot_body .otb_b .textBox_1 table tr td {
  border-radius: 10px;
  padding: 8px 10px;
  text-indent: 20px;
}
.ot_body .otb_b .textBox_1 table tr td:nth-of-type(1) {
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  width: 27%;
}
.ot_body .otb_b .textBox_1 table tr td:nth-of-type(2) {
  width: 50%;
}
.ot_body .otb_b .textBox_1 table tr:nth-of-type(odd) {
  background-color: rgba(51, 51, 51, 0.03);
}
.ot_body .otb_b .textBox_1 table tr:nth-of-type(1),
.ot_body .otb_b .textBox_1 table tr:nth-of-type(3) {
  background-color: #333333 !important;
}
.ot_body .otb_b .textBox_1 table tr:nth-of-type(1) td,
.ot_body .otb_b .textBox_1 table tr:nth-of-type(3) td {
  color: #fff;
  padding: 15px 10px;
}
.ot_body .otb_b .textBox_1 .product-content .table table tr:nth-of-type(1){
    background-color:#ffffff !important;
}
.product-content{line-height:1.5;}
.ot_body .otb_b .textBox_1 .product-content .table table tr:nth-of-type(1) td, .ot_body .otb_b .textBox_1 table tr:nth-of-type(3) td{
    color: #333333;
}
.ot_body .otb_b .textBox_2 {
  display: flex;
  flex-wrap: wrap;
}
.ot_body .otb_b .textBox_2 > p {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  flex-shrink: 0;
  margin-right: 57px;
}
.ot_body .otb_b .textBox_2 .box {
  border-radius: 10px;
  border: solid 1px #333333;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  padding: 3% 2% 2.8% 2.1%;
}
.ot_body .otb_b .textBox_2 .box > p {
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  flex-shrink: 0;
  margin-right: 23px;
}
.ot_body .otb_b .textBox_2 .t_box {
  flex: 1;
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.ot_body .otb_b .textBox_2 img {
  display: inline-block;
  max-width: 40%;
  margin-right: 30px;
  margin-top: 5px;
}
.ot_body .otb_b .textBox_3 {
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
}
.ot_body .otb_b .textBox_3 em {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #333333;
  font-style: normal;
}
.ot_body .otb_b .textBox_3 table {
  overflow: auto;
  border-collapse: collapse;
  width: 100%;
}
.ot_body .otb_b .textBox_3 table tr {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #272727;
}
.ot_body .otb_b .textBox_3 table tr td:nth-of-type(1) {
  width: 35.7%;
}
.ot_body .otb_b .textBox_3 table tr td:nth-of-type(2) {
  width: 60%;
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.ot_body .otb_b .textBox_3 table tr:nth-of-type(1) {
  background-color: rgba(197, 197, 197, 0.11);
}
.ot_body .otb_b .textBox_3 table tr:nth-of-type(1) td {
  padding: 22px 10px !important;
}
.ot_body .otb_b .textBox_3 table tr:nth-of-type(1) td:nth-of-type(2) {
  color: #333;
}
.ot_body .otb_b .textBox_3 table td {
  padding: 15px 10px;
  text-indent: 30px;
  white-space: nowrap;
  border: 1px solid #c5c5c5;
}
.ot_body .otb_c {
  margin-top: 47px;
}
.ot_body .otb_c .biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-bottom: 25px;
}
.ot_body .otb_c .lunbo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 18px;
}
.ot_body .otb_c .prev_a,
.ot_body .otb_c .next_a {
  flex-shrink: 0;
}
.ot_body .otb_c .prev_a {
  margin-right: 31px;
}
.ot_body .otb_c .next_a {
  margin-left: 31px;
}
.ot_body .otb_d {
  margin-top: 72px;
  margin-bottom: 119px;
}
.ot_body .otb_d .b_t {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 36px;
  line-height: 40px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9a0202;
  position: relative;
}
.ot_body .otb_d .b_t p {
  text-align: center;
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 48px;
  line-height: 48px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.1;
}
.ot_body .otb_d .b_t a {
  color: #9a0202;
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.ot_body .otb_d .b_t a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #9a0202;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
.ot_body .otb_d .b_t a:hover::before {
  width: 100%;
}
.ot_body .otb_d .imgBox {
  position: relative;
}
.ot_body .otb_d .imgBox::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #9a0202;
  bottom: -1px;
  left: 0;
}
.ot_body .otb_d .lunbo {
  position: relative;
  margin-top: 37px;
}
.ot_body .otb_d .next_a,
.ot_body .otb_d .prev_a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.ot_body .otb_d .next_a {
  right: -5.8%;
}
.ot_body .otb_d .prev_a {
  left: -5.8%;
}
.ot_body .otb_d .textBox {
  background-color: #333;
  border-top: 2px solid #9a0202;
  padding: 7% 8.7% 8.8% 8.7%;
}
.ot_body .otb_d .biaoti {
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ot_body .otb_d .biaoti a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.ot_body .otb_d .biaoti a:hover {
  color: #9a0202;
}
.ot_body .otb_d .text {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
  margin-top: 6px;
  margin-bottom: 17px;
}
.ot_body .otb_d .text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ccc;
}
.ot_body .otb_d .text a:hover {
  color: #9a0202;
}
.ot_body .otb_d .button {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ot_body .otb_d .button a {
  text-decoration: underline;
  color: #fff;
}
.ot_body .otb_d .button a:hover {
  color: #9a0202;
}
.to_body .b_t {
  /*font-family: Montserrat-Bold;*/
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #9c0707;
}
.to_body .textBox {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.to_body .prev_a,
.to_body .next_a {
  width: 50px;
  height: 50px;
  border: solid 2px #b7b7b7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.to_body .prev_a i,
.to_body .next_a i {
  transition: 0s;
  font-size: 20px;
  color: #b2b2b2;
}
.to_body .prev_a:hover,
.to_body .next_a:hover {
  border: 2px solid #9a0202;
  background-color: #9a0202;
}
.to_body .prev_a:hover i,
.to_body .next_a:hover i {
  color: #fff;
}
.to_body .tob_a {
  overflow: hidden;
  margin-top: 53px;
}
.to_body .tob_a .l_box {
  float: right;
  width: 50%;
  position: relative;
  margin-left: 2%;
}
.to_body .tob_a img {
  width: 100%;
}
.to_body .tob_a img:hover {
  transform: none;
}
.to_body .tob_a .bofangBox {
  width: 41px;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.to_body .tob_a .textBox {
  margin-top: 19px;
}
.to_body .tob_a .r_box {
  margin-top: 3%;
}
.to_body .tob_b {
  margin-top: 55px;
}
.to_body .tob_b .lunbo {
  margin-top: 57px;
  padding: 0px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.to_body .tob_b .prev_a,
.to_body .tob_b .next_a {
  flex-shrink: 0;
}
.to_body .tob_b .prev_a {
  margin-right: 31px;
}
.to_body .tob_b .next_a {
  margin-left: 31px;
}
.to_body .tob_c {
  margin-top: 113px;
  padding-top: 80px;
  padding-bottom: 109px;
  background-color: #f5f5f5;
}
.to_body .tob_c .b_t {
  text-align: center;
}
.to_body .tob_c .imgBox img:hover {
  transform: none;
}
.to_body .tob_c .lunbo {
  width: 50%;
  margin: 56px auto 0px auto;
  position: relative;
}
.to_body .tob_c .swiper {
  overflow: initial;
}
.to_body .tob_c .prev_a,
.to_body .tob_c .next_a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.to_body .tob_c .prev_a {
  left: -6%;
  transform: translate(-50%, -50%);
}
.to_body .tob_c .next_a {
  right: -6%;
  transform: translate(50%, -50%);
}
.to_body .tob_c .biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.to_body .tob_c .textBox {
  word-break: break-all;
  hyphens: auto;
  margin-top: 6px;
}
.to_body .tob_c .box {
  display: none;
  padding: 4.2% 4% 7.8% 4.4%;
  width: 400px;
  max-width: 60%;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.to_body .tob_d {
  padding-top: 72px;
}
.to_body .tob_d .b_t {
  text-align: center;
}
.to_body .tob_d .lunbo {
  position: relative;
  margin-top: 46px;
}
.to_body .tob_d .swiper {
  padding-bottom: 126px;
}
.to_body .tob_d .swiper-slide {
  transform-origin: top;
  transition: 0.5s;
}
.to_body .tob_d .swiper-slide p {
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
}
.to_body .tob_d .swiper-slide p a {
  color: #333;
}
.to_body .tob_d .swiper-slide p a:hover {
  color: #9a0202;
}
.to_body .tob_d .swiper-slide-active,
.to_body .tob_d .swiper-slide-duplicate-active {
  transform: scale(1.35);
  z-index: 10;
}
.to_body .tob_d .prev_a,
.to_body .tob_d .next_a {
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  z-index: 10;
}
.to_body .tob_d .prev_a {
  left: -4%;
  transform: translate(-50%, -50%);
}
.to_body .tob_d .next_a {
  right: -4%;
  transform: translate(50%, -50%);
}
.tto_body .PageNumber {
  margin-top: 60px;
  margin-bottom: 46px;
}
.tto_body figure {
  display: flex;
  flex-wrap: wrap;
  margin-top: 57px;
}
.tto_body figure:nth-of-type(2n) {
  background-color: #f5f5f5;
  flex-direction: row-reverse;
}
.tto_body figure:nth-of-type(2n) .r_box {
  text-align: right;
}
.tto_body .r_box {
  flex: 1;
  padding: 0px 4% 0px 4.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tto_body .l_box {
  width: 460px;
  max-width: 40%;
  flex-shrink: 0;
}
.tto_body .b_t {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tto_body .b_t a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #333;
}
.tto_body .b_t a:hover {
  color: #9a0202;
}
.tto_body .text {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  margin-top: 11px;
  margin-bottom: 15px;
}
.tto_body .text a {
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tto_body .text a:hover {
  color: #9a0202;
}
.tto_body .riqi {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #990707;
}
.tto_body .buttonBox {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #990707;
  margin-top: 42px;
}
.tto_body .buttonBox a {
  color: #990707;
}
.tto_body .buttonBox a:hover {
  color: #333;
}
.ttt_body .tttb {
  margin-top: 44px;
}
.ttt_body .sh_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 17px;
  margin-bottom: 23px;
}
.ttt_body .riqi {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #9a0202;
  padding-right: 5px;
}
.ttt_body .top .biaoti {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.ttt_body .sh {
  margin-right: 5px;
}
.ttt_body .share {
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.ttt_body .top {
  border-bottom: 1px solid #e3e3e3;
}
.ttt_body .detail {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  border-bottom: 1px solid #e3e3e3;
  padding-top: 21px;
  padding-bottom: 55px;
}
.ttt_body .detail img,.ttt_body .detail video{
  max-width: 100%;
}
.ttt_body .huanye {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ttt_body .huanye a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #666;
}
.ttt_body .huanye a:hover {
  color: #c3272b;
}
.ttt_body .huanye p {
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #030c23;
  margin-right: 3px;
}
.ttt_body .huanye .anniu a {
  flex-shrink: 0;
  width: 47px;
  height: 47px;
  background-color: rgba(3, 12, 35, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttt_body .huanye .anniu a:hover {
  background-color: #c3272b;
}
.ttt_body .huanye .anniu span {
  flex-shrink: 0;
  width: 46px;
  height: 47px;
  background-color: rgba(3, 12, 35, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttt_body .huanye .anniu i {
  font-size: 18px;
  color: #fff;
}
.ttt_body .huanye .tt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0px 28px;
}
.ttt_body .huanye .tt span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ttt_body .huanye .l_box {
  display: flex;
  width: 50%;
}
.ttt_body .huanye .r_box {
  display: flex;
  flex-direction: row-reverse;
  width: 50%;
}
.ttt_body .huanye .r_box .tt {
  justify-content: flex-end;
}
.ttt_body .prev_a,
.ttt_body .next_a {
  width: 50px;
  height: 50px;
  border: solid 2px #b7b7b7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
.ttt_body .prev_a i,
.ttt_body .next_a i {
  transition: 0s;
  font-size: 20px;
  color: #b2b2b2;
}
.ttt_body .prev_a:hover,
.ttt_body .next_a:hover {
  border: 2px solid #9a0202;
  background-color: #9a0202;
}
.ttt_body .prev_a:hover i,
.ttt_body .next_a:hover i {
  color: #fff;
}
.ttt_body .otb_d {
  margin-top: 92px;
  margin-bottom: 76px;
}
.ttt_body .otb_d .b_t {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 36px;
  line-height: 40px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #9a0202;
  position: relative;
}
.ttt_body .otb_d .b_t p {
  text-align: center;
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 48px;
  line-height: 48px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  opacity: 0.1;
}
.ttt_body .otb_d .b_t a {
  color: #9a0202;
  position: absolute;
  display: block;
  text-align: center;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.ttt_body .otb_d .b_t a::before {
  position: absolute;
  content: '';
  height: 2px;
  width: 0%;
  background-color: #9a0202;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  transition: 0.3s;
}
.ttt_body .otb_d .b_t a:hover::before {
  width: 100%;
}
.ttt_body .otb_d .imgBox {
  position: relative;
}
.ttt_body .otb_d .imgBox::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 2px;
  background-color: #9a0202;
  bottom: -1px;
  left: 0;
}
.ttt_body .otb_d .lunbo {
  position: relative;
  margin-top: 37px;
}
.ttt_body .otb_d .next_a,
.ttt_body .otb_d .prev_a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.ttt_body .otb_d .next_a {
  right: -5.8%;
}
.ttt_body .otb_d .prev_a {
  left: -5.8%;
}
.ttt_body .otb_d .textBox {
  background-color: #333;
  border-top: 2px solid #9a0202;
  padding: 7% 8.7% 8.8% 8.7%;
}
.ttt_body .otb_d .biaoti {
  /*font-family: Montserrat-Regular;*/
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ttt_body .otb_d .biaoti a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #fff;
}
.ttt_body .otb_d .biaoti a:hover {
  color: #9a0202;
}
.ttt_body .otb_d .text {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
  margin-top: 6px;
  margin-bottom: 17px;
}
.ttt_body .otb_d .text a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #ccc;
}
.ttt_body .otb_d .text a:hover {
  color: #9a0202;
}
.ttt_body .otb_d .button {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}
.ttt_body .otb_d .button a {
  text-decoration: underline;
  color: #fff;
}
.ttt_body .otb_d .button a:hover {
  color: #9a0202;
}
.fo_body .fob_a {
  padding-top: 53px;
}
.fo_body .b_t {
  /*font-family: Montserrat-Bold;*/
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 0px;
  color: #9a0202;
}
.fo_body .text {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 20px;
}
.fo_body .box {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}
.fo_body .box a {
  color: #333;
}
.fo_body .box a:hover {
  color: #9a0202;
}
.fo_body .box .y_j {
  display: flex;
  align-items: flex-start;
  margin-top: 14px;
}
.fo_body .box .one {
  margin-top: 10px;
}
.fo_body .box i {
  flex-shrink: 0;
  font-size: 24px;
  margin-right: 15px;
  color: #9a0202;
}
.fo_body .fob_a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fo_body .l_box {
  width: 46%;
}
.fo_body .r_box {
  background-color: #f5f5f5;
  width: 51.07%;
  padding: 0px 5.65% 0px 5.85%;
}
.fo_body form {
  width: 100%;
  padding-top: 41px;
  padding-bottom: 44px;
}
.fo_body form p:nth-of-type(1) {
  margin-top: 0px;
}
.fo_body form p {
  margin-top: 20px;
}
.fo_body form .ttBox {
  margin-top: 21px;
}
.fo_body form textarea {
  width: 100%;
  resize: none;
  height: 150px;
  outline: none;
  border: none;
}
.fo_body form input,
.fo_body form textarea {
  width: 100%;
  display: block;
  /*font-family: Montserrat-Regular;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #333;
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  text-indent: 22px;
}
.fo_body form input {
  height: 45px;
}
.fo_body form input::placeholder,
.fo_body form input::-webkit-input-placeholder,
.fo_body form textarea::placeholder {
  /*font-family: Montserrat-Regular;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #999;
}
.fo_body form .buttonBox {
  margin-top: 22px;
}
.fo_body form .buttonBox input {
  margin: auto;
  /*font-family: Montserrat-Bold;*/
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 100%;
  height: 45px;
  background-color: #9a0202;
  border-radius: 4px;
  border: 1px solid #9a0202;
  cursor: pointer;
  transition: 0.3s;
  max-width: 100%;
}
.fo_body form .buttonBox input:hover {
  background-color: #fff;
  color: #9a0202;
}
.fo_body form .yanzhengma {
  position: relative;
  margin-top: 24px;
}
.fo_body form .yanzhengma input {
  height: 45px;
}
.fo_body form .yanzhengma span {
  width: 112px;
  height: 40px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1px;
}
.fo_body form .yanzhengma span img {
  width: 100%;
  height: 100%;
}
.fo_body .afterBox {
  position: relative;
}
.fo_body .afterBox::before {
  position: absolute;
  content: '*';
  top: 26px;
  left: 15px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #ff0000;
}
.fo_body .fob_b {
  margin-top: 60px;
}
.fo_body .fob_b img {
  max-width: 100%;
}
.fob .img {
  display: none !important;
}
.fob .foot {
  padding-top: 7.2%;
  margin-top: -3.4%;
  background: url('../img/ft_back.jpg') no-repeat left;
  background-size: cover;
}
.fob .f_top {
  display: none !important;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  color: #999999;
  width: 100%;
}
.PageNumber a {
  width: 29px;
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 9px;
}
.PageNumber a:hover {
  color: #fff;
  background-color: #9a0202;
}
.PageNumber .icon-left7,
.PageNumber .icon-right7 {
  font-size: 12px;
}
.PageNumber .active {
  color: #fff;
  background-color: #9a0202;
}
.PageNumber span {
  margin-left: 10px;
  cursor: pointer;
}
.PageNumber span:hover input {
  color: #000;
}
.PageNumber span:hover i {
  color: #000;
}
.PageNumber input {
  /*font-family: Montserrat-Regular;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #9a0202;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s;
}
.PageNumber i {
  color: #9a0202;
}
footer .foot {
  background: url('../img/f_back.jpg') no-repeat left;
  background-size: cover;
  padding-bottom: 41px;
  margin-top: -8.6%;
}
footer .img img {
  width: 27.55%;
  margin-left: 4.5%;
}
footer .f_top {
  padding-top: 6.3%;
}
footer .f_top .buttonBox {
  text-align: right;
}
footer .f_top .buttonBox a {
  width: 157px;
  height: 47px;
  background-color: #9a0202;
  border: 1px solid #9a0202;
  /*font-family: Montserrat-Bold;*/
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 5.8%;
}
footer .f_top .buttonBox a:hover {
  background-color: #fff;
  color: #9a0202;
}
footer .f_top .f_bt {
  /*font-family: AkzidenzGroteskBQ-Super;*/
  font-size: 36px;
  font-weight: bolder;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
  margin-top: 1.6%;
}
footer .f_top .f_bt a {
  color: #fff;
}
footer .f_top .f_bt a:hover {
  color: #9a0202;
}
footer .f_center {
  /*font-family: Montserrat-Light;*/
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #999999;
  display: flex;
  justify-content: space-between;
  margin-top: 10.7%;
}
footer .f_center a {
  color: #999999;
}
footer .f_center a:hover {
  color: #9a0202;
}
footer .l_box {
  flex: 1;
  display: flex;
}
footer ul {
  padding-right: 30px;
}
footer .ul_1 {
  width: 40.8%;
}
footer .ul_1 li span:nth-of-type(2) {
  margin-left: 5px;
}
footer .ul_1 li a {
  margin-left: 5px;
}
footer .ul_2 {
  width: 30.2%;
}
footer .ul_3 {
  flex: 1;
}
footer .lif {
  /*font-family: Montserrat-Bold;*/
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 58px;
  letter-spacing: 0px;
  color: #ffffff;
}
footer .lif a {
  color: #fff;
  margin-left: 0px;
}
footer .lif a:hover {
  color: #9a0202;
}
footer .r_box {
  width: 25.1%;
}
footer form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6px;
}
footer form input {
  height: 45px;
}
footer form p {
  width: 48.43%;
  margin-bottom: 10px;
}
footer form div {
  width: 100%;
  margin-bottom: 11px;
}
footer form textarea {
  height: 91px;
}
footer form input,
footer form textarea {
  border: none;
  width: 100%;
  /*font-family: Montserrat-Light;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #fff;
  background-color: #393939;
  border-radius: 6px;
  resize: none;
  outline: none;
  text-indent: 15px;
  display: block;
}
footer form input::placeholder,
footer form input::-webkit-input-placeholder,
footer form textarea::placeholder {
  /*font-family: Montserrat-Light;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #999999;
}
footer form .yzm {
  position: relative;
}
footer form .yzm input {
  padding-right: 80px;
}
footer form .yzm a,
footer form .yzm span {
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 80px;
  height: 30px;
}
footer form .yzm a img,
footer form .yzm span img {
  width: 100%;
  height: 100%;
}
footer form .buttonBox input {
  background-color: #9a0202;
  /*font-family: Montserrat-Light;*/
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  text-indent: 0px;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #9a0202;
}
footer form .buttonBox input:hover {
  background-color: #fff;
  color: #9a0202;
}
footer .icBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
footer .icBox a {
  width: 29px;
  height: 29px;
  border: 1px solid #666;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 9px;
  flex-shrink: 0;
  margin-top: 10px;
}
footer .icBox a i {
  font-size: 12px;
  color: #666;
  transition: 0.3s;
}
footer .icBox a:hover {
  background-color: #9a0202;
}
footer .icBox a:hover i {
  color: #fff;
}
footer .bottom {
  margin-top: 20px;
  padding-top: 17px;
  border-top: 1px solid #353535;
  /*font-family: Montserrat-Light;*/
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  text-align: center;
}
footer .bottom a {
  color: #999999;
}
footer .bottom a:hover {
  color: #9a0202;
}
.fenye .foot {
  padding-bottom: 71px;
}
.fenye .link {
  display: none;
}
.videoBox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
}
.videoBox > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.videoBox > div .guanbi {
  position: absolute;
  top: 20px;
  right: 50px;
  cursor: pointer;
}
.videoBox > div .guanbi i {
  font-size: 40px;
  color: #ccc;
}
.videoBox video {
  width: 80%;
}
.videoBox iframe {
  width: 80%;
}
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}
.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}
.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
}
.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.tankaungn2 iframe body {
  margin: 0px !important;
}
@media screen and (max-width: 1600px) {
  .oo_body .prev_a,
  .oo_body .next_a {
    z-index: 10;
    opacity: 0.6;
  }
  .oo_body .prev_a {
    left: 0%;
  }
  .oo_body .next_a {
    right: 0%;
  }
  .ot_body .otb_d .prev_a {
    left: 0%;
  }
  .ot_body .otb_d .next_a {
    right: 0%;
  }
  .to_body .tob_d .prev_a {
    left: 28%;
  }
  .to_body .tob_d .next_a {
    right: 28%;
  }
  .ttt_body .otb_d .prev_a {
    left: 0%;
  }
  .ttt_body .otb_d .next_a {
    right: 0%;
  }
}
@media screen and (max-width: 1550px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 50px;
    height: 50px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 28px;
  }
  .rightMenu .wx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .wx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
  .rightMenu .wx:hover > img {
    display: block;
  }
  .hot-product-box ul li{height:700px;}
}
@media screen and (max-width: 1450px) {
  header .head_a {
    font-size: 14px;
    padding-top: 15px;
    padding-bottom: 5px;
  }
  header .head_a p {
    margin-right: 25px;
  }
  header .head_a i {
    font-size: 20px;
    margin-right: 10px;
  }
  header .head_a .xinfeng {
    font-size: 22px;
  }
  header .sousuo {
    display: flex;
    align-items: center;
  }
  header .sousuo i {
    display: block;
  }
  header .sousuo form {
    position: absolute;
    display: none;
    right: 100%;
    width: 220px;
    height: 35px;
  }
  header .ss_1 form{
	  display: block;
	  position: relative;
	  right: 0;
  }
  header .sousuo form input:nth-of-type(1) {
    line-height: 35px;
  }
  header > .content > .center .ss_1{
	  margin-left: 10px;
  }
  header .ss_1 form{
  	background-color: #fff;
  	width: 200px;
  }
  header .ss_1 form input:nth-of-type(1) {
    font-size: 14px;
  }
  header .ss_1 form input:nth-of-type(1)::placeholder,
  header .ss_1 form input:nth-of-type(1)::-webkit-input-placeholder {
	font-size: 14px;
  }
  header > .content .logoBox a {
    width: 130px;
  }
  header > .content > .center {
    margin-right: 0px;
  }
  header > .content > .center .menuOne {
    padding: 5px 30px 5px 0px;
    font-size: 16px;
  }
  html body header > div > ul .lang p span,
  html body header > div > ul .lang p i{
    font-size: 16px;
  }
  html body header > div > ul .lang p i{
	  padding-top: 2px;
  }
  header > .content > .center .lastOne{
	  margin-right: 0px;
  }
  html body header > div > ul .lang > ul li a {
    line-height: 28px;
    font-size: 14px;
    border-bottom: 1px dashed #9a0202 ;
  }
  header > .content > .center .menuOne > ul > .menuTwo a {
    font-size: 15px;
  }
  header > .content > .center .sousuo i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 38px;
  }
  header > .content > .center .ss_1 i{
	  display: none;
  }
  .fob .foot {
    padding-top: 32%;
    margin-top: -10%;
  }
  .index .b_t {
    font-size: 40px;
    line-height: 58px;
  }
  .index .b_t p {
    font-size: 50px;
    line-height: 66px;
  }
  .index .i_a .mySwiperOne .biaoti {
    font-size: 32px;
    line-height: 40px;
  }
  .index .i_a .mySwiperOne .x_biaoti {
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index .i_a .mySwiperOne .jieshao {
    font-size: 17px;
    line-height: 24px;
  }
  .index .i_a .mySwiperOne .buttonBox {
    margin-top: 20px;
  }
  .index .i_a .box {
    width: 120px;
    height: 120px;
    padding-top: 15px;
  }
  .index .i_a .box p {
    margin-top: 7px;
  }
  .index .i_a figure {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
  }
  .index .i_a figure::after {
    width: 35px;
    height: 35px;
  }
  .index .i_a figure .biaoti {
    font-size: 22px;
    line-height: 28px;
  }
  .index .i_a figure .textBox {
    padding: 7% 8.7%;
  }
  .index .i_a figure .text {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .index .i_b .biaoti {
    font-size: 38px;
    line-height: 46px;
  }
  .index .i_b .x_biaoti {
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
  }
  .index .i_b .box_1 a {
    width: 230px;
    height: 165px;
  }
  .index .i_b .box_1 span {
    font-size: 20px;
    height: 34px;
  }
  .index .i_b .box_1 i {
    font-size: 34px;
    margin-top: 5px;
  }
  .index .i_b .box_2 {
    padding: 4% 5%;
  }
  .index .i_b .box_2 .bt {
    font-size: 26px;
    line-height: 34px;
  }
  .index .i_b .xiahua {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .index .i_c .textBox {
    line-height: 26px;
    margin-top: 10px;
    padding-right: 4%;
  }
  .index .i_c .box {
    margin-top: 0px;
  }
  .index .i_c figure {
    margin-top: 8px;
  }
  .index .i_d .top {
    font-size: 16px;
  }
  .index .i_d .shuzi {
    font-size: 40px;
    line-height: 46px;
  }
  .index .i_d figure {
    padding: 2.4% 2% 1.55% 2%;
  }
  .index .i_d .l_box .biaoti {
    font-size: 26px;
    line-height: 30px;
  }
  .index .i_d .x_biaoti {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .index .i_d .i_1 {
    height: 55px;
    font-size: 18px;
    padding-right: 170px;
  }
  .index .i_d .i_2 {
    width: 150px;
    height: 55px;
    font-size: 22px;
    line-height: 53px;
  }
  .index .i_d .i_1::placeholder,
  .index .i_d .i_1::-webkit-input-placeholder {
    font-size: 18px;
  }
  .index .i_d .beizhu {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .index .i_d .r_box .biaoti {
    font-size: 18px;
    line-height: 28px;
  }
  .index .i_d .icBox {
    margin-top: 5px;
  }
  .index .i_e .box {
    align-items: center;
  }
  .index .i_e .biaoti {
    font-size: 22px;
    line-height: 24px;
  }
  .index .i_e .jieshao {
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .index .i_e figure {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .mbx {
    font-size: 20px;
    padding-top: 15px;
  }
  .mbx i {
    font-size: 30px;
    line-height: 23px;
  }
  .oo_body .oob_a .l_box {
    height: 500px;
  }
  .oo_body .oob_a .firstText {
    font-size: 28px;
  }
  .oo_body .oob_a .textBox {
    padding: 0px 4% 10px 3.5%;
  }
  .oo_body .oob_a .menuTwo {
    padding-top: 0px;
    line-height: 26px;
  }
  .oo_body .oob_a .menuTwo li {
    margin-top: 10px;
  }
  .oo_body .oob_a .menuThree {
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .oo_body .oob_a .menuThree li {
    margin-top: 3px;
  }
  .oo_body .oob_a .biaoti {
    font-size: 32px;
    line-height: 40px;
  }
  .oo_body .oob_a .x_biaoti {
    font-size: 22px;
    line-height: 28px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .oo_body .oob_a .jieshao {
    font-size: 17px;
    /* line-height: 24px; */
  }
  .oo_body .oob_a .buttonBox {
    margin-top: 20px;
  }
  .oo_body .oob_a .button {
    /*min-width: 190px;*/
  }
  /*.oo_body .oob_a .button a {*/
  /*  min-height: 60px;*/
  /*  font-size: 24px;*/
  /*}*/
  .oo_body .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .oo_body .b_t p {
    font-size: 36px;
    line-height: 42px;
  }
  .oo_body .oob_b .m_l {
    margin-left: 0%;
    margin-right: 0%;
  }
  .oo_body .oob_b .textBox .biaoti {
    font-size: 22px;
  }
  .oo_body .oob_b .bottom {
    padding: 6% 4%;
  }
  .oo_body .oob_b .bottom .biaoti {
    font-size: 20px;
    line-height: 28px;
  }
  .oo_body .oob_b .t_t {
    font-size: 14px;
  }
  .oo_body .oob_b .button input {
    width: 15px;
    height: 15px;
  }
  .oo_body .oob_b .button a {
    margin-left: 10px;
    width: 130px;
    height: 33px;
  }
  .oo_body .tag {
    font-size: 16px;
    padding: 15px 2%;
  }
  .oo_body .tag span {
    font-size: 22px;
  }
  .oo_body .tag span,
  .oo_body .tag a {
    margin-right: 20px;
  }
  .oo_body .i_b .biaoti {
    font-size: 38px;
    line-height: 46px;
  }
  .oo_body .i_b .x_biaoti {
    font-size: 22px;
    line-height: 27px;
    margin-top: 10px;
  }
  .oo_body .i_b .box_1 a {
    width: 230px;
    height: 165px;
  }
  .oo_body .i_b .box_1 span {
    font-size: 20px;
    height: 34px;
  }
  .oo_body .i_b .box_1 i {
    font-size: 34px;
    margin-top: 5px;
  }
  .oo_body .i_b .box_2 {
    padding: 4% 5%;
  }
  .oo_body .i_b .box_2 .bt {
    font-size: 26px;
    line-height: 34px;
  }
  .oo_body .i_b .xiahua {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .oo_body .oob_d .textBox {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .oo_body .oob_d .biaoti {
    font-size: 20px;
    line-height: 28px;
  }
  .oo_body .oob_d .t_t {
    font-size: 14px;
    line-height: 26px;
  }
  .ot_body .otb_a .b_t {
    font-size: 26px;
  }
  .ot_body .otb_a .textBox {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .ot_body .otb_a .share_box {
    font-size: 16px;
    margin-top: 5px;
  }
  .ot_body .otb_a .buttonBox {
    font-size: 14px;
    margin-top: 10px;
  }
  .ot_body .otb_a .buttonBox a {
    width: 150px;
    height: 40px;
    margin-right: 20px;
  }
  .ot_body .otb_a .prob-pic-btn {
    font-size: 24px;
  }
  .ot_body .otb_b .textBox_1 {
    line-height: 30px;
  }
  .ot_body .otb_b .textBox_1 em {
    font-size: 22px;
    line-height: 30px;
  }
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(1) td,
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(3) td {
    padding: 10px 10px;
  }
  .ot_body .otb_b .textBox_1 table tr {
    font-size: 16px;
    line-height: 24px;
  }
  .ot_body .otb_b .textBox_1 table tr td:nth-of-type(1) {
    font-size: 16px;
    line-height: 24px;
  }
  .ot_body .otb_b .textBox_2 > p {
    width: 100%;
    font-size: 22px;
    line-height: 28px;
  }
  .ot_body .otb_b .textBox_2 .box {
    margin-top: 10px;
  }
  .ot_body .otb_b .textBox_2 .t_box {
    font-size: 16px;
    line-height: 26px;
  }
  .ot_body .otb_b .textBox_3 {
    font-size: 16px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 em {
    font-size: 22px;
  }
  .ot_body .otb_b .textBox_3 table td {
    padding: 15px 10px;
  }
  .ot_body .otb_b .textBox_3 table tr {
    font-size: 22px;
    line-height: 24px;
  }
  .ot_body .otb_b .textBox_3 table tr td:nth-of-type(2) {
    font-size: 22px;
    line-height: 24px;
  }
  .ot_body .otb_b .textBox_3 table tr:nth-of-type(1) td {
    padding: 15px 10px !important;
  }
  .ot_body .prev_a,
  .ot_body .next_a {
    width: 45px;
    height: 45px;
  }
  .ot_body .otb_c .biaoti {
    font-size: 22px;
  }
  .ot_body .otb_d .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .ot_body .otb_d .b_t p {
    font-size: 36px;
    line-height: 42px;
  }
  .ot_body .otb_d .biaoti {
    font-size: 22px;
    line-height: 28px;
  }
  .ot_body .otb_d .textBox {
    padding: 7% 8.7%;
  }
  .ot_body .otb_d .text {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .to_body .b_t {
    font-size: 26px;
  }
  .to_body .textBox {
    line-height: 26px;
  }
  .to_body .tob_a .r_box {
    margin-top: 1%;
  }
  .to_body .tob_a .textBox {
    margin-top: 15px;
  }
  .to_body .tob_c .box {
    padding: 2% 4%;
  }
  .to_body .tob_c .textBox {
    margin-top: 0px;
  }
  .tto_body .b_t {
    font-size: 22px;
    line-height: 28px;
  }
  .tto_body .text {
    line-height: 26px;
    margin-top: 10px;
  }
  .tto_body .buttonBox {
    margin-top: 15px;
  }
  .ttt_body .top .biaoti {
    font-size: 22px;
    line-height: 28px;
  }
  .ttt_body .detail {
    line-height: 26px;
  }
  .ttt_body .huanye {
    margin-top: 40px;
  }
  .ttt_body .huanye .anniu a {
    width: 42px;
    height: 42px;
  }
  .ttt_body .huanye .tt {
    margin: 0px 15px;
  }
  .ttt_body .huanye p {
    font-size: 18px;
  }
  .ttt_body .prev_a,
  .ttt_body .next_a {
    width: 45px;
    height: 45px;
  }
  .ttt_body .otb_d .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .ttt_body .otb_d .b_t p {
    font-size: 36px;
    line-height: 42px;
  }
  .ttt_body .otb_d .biaoti {
    font-size: 22px;
    line-height: 28px;
  }
  .ttt_body .otb_d .textBox {
    padding: 7% 8.7%;
  }
  .ttt_body .otb_d .text {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .fo_body .b_t {
    font-size: 22px;
  }
  .fo_body .text {
    margin-top: 5px;
    line-height: 26px;
  }
  .fo_body .box {
    line-height: 24px;
  }
  .fo_body form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .fo_body form p {
    margin-top: 15px;
  }
  .fo_body form .ttBox {
    margin-top: 15px;
  }
  .fo_body form .yanzhengma {
    margin-top: 15px;
  }
  .fo_body form .buttonBox {
    margin-top: 20px;
  }
  footer .f_top .f_bt {
    font-size: 28px;
  }
  footer .lif {
    line-height: 36px;
  }
  footer .foot {
    margin-top: -12%;
  }
  footer .f_center {
    line-height: 32px;
    margin-top: 2%;
  }
  footer form p {
    width: 100%;
    margin-bottom: 5px;
  }
  footer form div {
    margin-bottom: 5px;
  }
  footer form input {
    height: 40px;
  }
  .hot-product-box ul li{height:600px;}
}
@media screen and (max-width: 1300px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 40px;
    height: 40px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 25px;
  }
  .rightMenu .vx {
    cursor: pointer;
    position: relative;
  }
  .rightMenu .vx > img {
    display: none;
    position: absolute;
    right: 100%;
  }
  .rightMenu .vx:hover > img {
    display: block;
  }
  .hot-product-box ul li img{height:70%;top:10%;transform:none;}
  .hot-product-box ul li:nth-child(even) img{transform:none;}
  .hot-product-text{width:35%;}
}
@media screen and (max-width: 1160px) {
    .hot-product-box ul li{height:500px;}
}
@media screen and (max-width: 992px) {
  .bottom .br_box {
    width: 58%;
  }
  .bottom .textBox {
    width: 40%;
  }
  .bottom .bb_t {
    font-size: 26px;
    line-height: 30px;
  }
  .bottom .bbutton {
    margin-top: 20px;
    width: 160px;
    height: 40px;
  }
  .mbx {
    font-size: 18px;
  }
  .fob .foot {
    margin-top: -15%;
  }
  .rightMenu {
    transform: none;
    flex-direction: row;
    width: 100%;
    top: auto;
    bottom: 0px;
    display: flex;
  }
  .rightMenu > a,
  .rightMenu > span {
    flex: 1;
    border-radius: 0px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 23px;
  }
  .rightMenu .wx {
    position: relative;
  }
  .rightMenu .wx > img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  .rightMenu .wx:active > img {
    display: block;
  }
  header {
    border-bottom: 1px solid #ccc;
    background-color: rgba(0, 0, 0, 0.8);
  }
  header .head_a {
    display: none;
  }
  header > .content {
    padding: 5px 0px;
  }
  header > .content .logoBox a {
    width: 120px;
  }
  header > .content > .center .menuOne,
  header > .content > .center .ss_1 {
    display: none !important;
  }
  html body header > div > ul .lang{
	  margin-right: 35px;
  }
  header > .content > .center .zhedie {
    display: block;
  }
  header > .content > .center .zhedie i {
    color: #fff;
    font-size: 24px;
  }
  footer .f_top {
    padding-top: 13%;
  }
  footer .f_top .f_bt {
    font-size: 24px;
  }
  footer .lif {
    line-height: 36px;
  }
  footer .foot {
    margin-top: -12%;
    padding-bottom: 41px !important;
  }
  footer .f_center {
    line-height: 32px;
    margin-top: 2%;
  }
  footer .ul_1 {
    width: 100%;
  }
  footer .ul_2,
  footer .ul_3 {
    display: none;
  }
  footer .r_box {
    width: 50%;
  }
  footer form p {
    width: 100%;
    margin-bottom: 5px;
  }
  footer form div {
    margin-bottom: 5px;
  }
  footer form input {
    height: 40px;
  }
  footer .bottom {
    margin-top: 10px;
    padding-top: 10px;
    line-height: 22px;
  }
  .index .b_t {
    font-size: 30px;
    line-height: 50px;
  }
  .index .b_t p {
    font-size: 40px;
    line-height: 56px;
  }
  .index .i_a {
    padding-top: 20px;
    padding-bottom: 55px;
  }
  .index .i_a .mySwiperOne {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .index .i_a .mySwiperOne .biaoti {
    font-size: 26px;
    line-height: 30px;
  }
  .index .i_a .mySwiperOne .x_biaoti {
    font-size: 20px;
    line-height: 26px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  .index .i_a .mySwiperOne .jieshao {
    font-size: 16px;
    line-height: 20px;
  }
  .index .i_a .mySwiperOne .buttonBox {
    margin-top: 15px;
    font-size: 14px;
  }
  .index .i_a .mySwiperOne .buttonBox a {
    width: 145px;
    height: 40px;
  }
  .index .i_a .box {
    width: 100px;
    height: 100px;
    padding-top: 20px;
  }
  .index .i_a .box .logo {
    height: 30px;
  }
  .index .i_a .box p {
    margin-top: 7px;
  }
  .index .i_a figure {
    width: 32%;
    margin-left: 2%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
  }
  .index .i_a figure::after {
    width: 35px;
    height: 35px;
  }
  .index .i_a figure .biaoti {
    font-size: 19px;
    line-height: 26px;
  }
  .index .i_a figure .textBox {
    padding: 5% 8%;
  }
  .index .i_a figure .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index .i_a figure .button {
    font-size: 14px;
    line-height: 20px;
  }
  .index .i_a figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .index .i_a figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index .i_a .q_h {
    margin-top: 5px;
  }
  .index .i_b .biaoti {
    font-size: 28px;
    line-height: 36px;
  }
  .index .i_b .x_biaoti {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }
  .index .i_b .l_box {
    flex: none;
    padding-left: 0%;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .index .i_b .r_box {
    margin-top: 20px;
    width: 100%;
    justify-content: space-between;
  }
  .index .i_b .content {
    padding-bottom: 7.5%;
  }
  .index .i_b .box_1 a {
    width: 210px;
    height: 140px;
  }
  .index .i_b .box_1 span {
    font-size: 18px;
    height: 30px;
  }
  .index .i_b .box_1 i {
    font-size: 30px;
    margin-top: 5px;
  }
  .index .i_b .textBox {
    line-height: 22px;
  }
  .index .i_b .box_2 {
    width: calc(100% - 300px);
    padding: 4% 5%;
  }
  .index .i_b .box_2 .bt {
    font-size: 22px;
    line-height: 28px;
  }
  .index .i_b .xiahua {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .index .i_c {
    margin-bottom: 10px;
  }
  .index .i_c .textBox {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    padding-right: 0%;
  }
  .index .i_c .box {
    margin-top: 0px;
    font-size: 15px;
  }
  .index .i_c figure {
    margin-top: 8px;
  }
  .index .i_c .bl_box {
    margin-right: 10px;
  }
  .index .i_d {
    padding-top: 10px;
  }
  .index .i_d .content {
    padding-bottom: 8%;
  }
  .index .i_d .box {
    padding-top: 2%;
  }
  .index .i_d .top {
    position: relative;
    top: 0;
    font-size: 14px;
  }
  .index .i_d .shuzi {
    font-size: 30px;
    line-height: 38px;
  }
  .index .i_d figure {
    padding: 2.4% 2% 1.55% 2%;
  }
  .index .i_d .l_box {
    padding-right: 10px;
  }
  .index .i_d .l_box .biaoti {
    font-size: 23px;
    line-height: 30px;
  }
  .index .i_d form {
    max-width: 88%;
  }
  .index .i_d .x_biaoti {
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index .i_d .i_1 {
    height: 45px;
    font-size: 18px;
    padding-right: 170px;
  }
  .index .i_d .i_2 {
    width: 130px;
    height: 45px;
    font-size: 20px;
    line-height: 43px;
  }
  .index .i_d .i_1::placeholder,
  .index .i_d .i_1::-webkit-input-placeholder {
    font-size: 18px;
  }
  .index .i_d .beizhu {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .index .i_d .r_box {
    padding-bottom: 15px;
  }
  .index .i_d .r_box .biaoti {
    font-size: 16px;
    line-height: 26px;
  }
  .index .i_d .icBox {
    margin-top: 5px;
  }
  .index .i_d .icBox a {
    margin-top: 5px;
    margin-right: 5px;
  }
  .index .i_e {
    margin-bottom: 20px;
  }
  .index .i_e .b_t {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .index .i_e .box {
    align-items: center;
    flex-direction: column-reverse;
  }
  .index .i_e .biaoti {
    font-size: 20px;
    line-height: 24px;
  }
  .index .i_e .jieshao {
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .index .i_e figure {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .index .i_e .qh_show {
    width: 80%;
  }
  .index .i_e .qh_show .biaoti {
    margin-top: 15px;
  }
  .index .i_e .qh {
    padding-top: 10px;
    width: 100%;
  }
  .oo_body .oob_a {
    padding-top: 10px;
  }
  .oo_body .oob_a .l_box {
    width: 100%;
    height: auto;
  }
  .oo_body .oob_a i {
    display: block;
  }
  .oo_body .oob_a .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .oo_body .oob_a .firstText {
    font-size: 22px;
  }
  .oo_body .oob_a .textBox {
    padding: 0px 4% 10px 3.5%;
  }
  .oo_body .oob_a .menuTwo {
    display: none;
    padding-top: 0px;
    line-height: 26px;
  }
  .oo_body .oob_a .menuTwo li {
    margin-top: 10px;
  }
  .oo_body .oob_a .menuThree {
    line-height: 26px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .oo_body .oob_a .menuThree li {
    margin-top: 3px;
  }
  .oo_body .oob_a .biaoti {
    font-size: 26px;
    line-height: 30px;
  }
  .oo_body .oob_a .box {
    margin-top: 5px;
  }
  .oo_body .oob_a .x_biaoti {
    font-size: 20px;
    line-height: 26px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  .oo_body .oob_a .jieshao {
    font-size: 16px;
    /* line-height: 20px; */
  }
  .oo_body .oob_a .buttonBox {
    margin-top: 15px;
    font-size: 14px;
  }
  .oo_body .oob_a .buttonBox a {
    width: 145px;
    height: 40px;
  }
  .oo_body .oob_a .button {
    /*min-width: 160px;*/
  }
  .oo_body .oob_a .button a {
    min-height: 50px;
    line-height:26px;
    font-size: 18px;
  }
  .oo_body .b_t {
    font-size: 26px;
    line-height: 30px;
  }
  .oo_body .b_t p {
    font-size: 34px;
    line-height: 34px;
  }
  .oo_body .oob_b {
    padding-top: 25px;
  }
  .oo_body .oob_b .m_l {
    margin-top: 0px;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 16px;
    line-height: 22px;
  }
  .oo_body .oob_b .m_l p {
    margin-top: 8px;
    min-width: 25%;
  }
  .oo_body .oob_b .textBox .text {
    font-size: 16px;
  }
  .oo_body .oob_b .textBox .biaoti {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .oo_body .oob_b .textBox .buttonBox {
    font-size: 16px;
    margin-top: 5px;
    line-height: 26px;
  }
  .oo_body .oob_b figure {
    width: 32%;
    margin-left: 2%;
    margin-top: 20px;
  }
  .oo_body .oob_b figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .oo_body .oob_b figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_b .bottom {
    padding: 6% 4%;
  }
  .oo_body .oob_b .bottom .biaoti {
    font-size: 18px;
    line-height: 26px;
  }
  .oo_body .oob_b .t_t {
    font-size: 14px;
  }
  .oo_body .oob_b .button input {
    width: 15px;
    height: 15px;
  }
  .oo_body .oob_b .button a {
    margin-left: 10px;
    width: 130px;
    height: 33px;
  }
  .oo_body .tag {
    font-size: 14px;
    padding: 2px 2% 10px 2%;
    margin-top: 20px;
  }
  .oo_body .tag span {
    font-size: 20px;
  }
  .oo_body .tag span,
  .oo_body .tag a {
    margin-top: 8px;
    margin-right: 15px;
  }
  .oo_body .PageNumber {
    margin-top: 20px;
  }
  .oo_body .i_b .biaoti {
    font-size: 28px;
    line-height: 36px;
  }
  .oo_body .i_b .x_biaoti {
    font-size: 20px;
    line-height: 26px;
    margin-top: 10px;
  }
  .oo_body .i_b .l_box {
    flex: none;
    padding-left: 0%;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .oo_body .i_b .r_box {
    margin-top: 20px;
    width: 100%;
    justify-content: space-between;
  }
  .oo_body .i_b .content {
    padding-bottom: 7.5%;
  }
  .oo_body .i_b .box_1 a {
    width: 210px;
    height: 140px;
  }
  .oo_body .i_b .box_1 span {
    font-size: 18px;
    height: 30px;
  }
  .oo_body .i_b .box_1 i {
    font-size: 30px;
    margin-top: 5px;
  }
  .oo_body .i_b .textBox {
    line-height: 22px;
  }
  .oo_body .i_b .box_2 {
    width: calc(100% - 300px);
    padding: 4% 5%;
  }
  .oo_body .i_b .box_2 .bt {
    font-size: 22px;
    line-height: 28px;
  }
  .oo_body .i_b .xiahua {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .oo_body .oob_d {
    margin-bottom: 30px;
  }
  .oo_body .oob_d .lunbo {
    margin-top: 15px;
  }
  .oo_body .oob_d .textBox {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .oo_body .oob_d .biaoti {
    font-size: 18px;
    line-height: 26px;
  }
  .oo_body .oob_d .t_t {
    font-size: 14px;
    line-height: 26px;
    margin-top: 2px;
    margin-bottom: 8px;
  }
  .ot_body .otb_a {
    padding-top: 20px;
  }
  .ot_body .otb_a .zong {
    align-items: flex-start;
    justify-content: center;
  }
  .ot_body .otb_a .zoomPad {
    cursor: default !important;
  }
  .ot_body .otb_a .zoomPup {
    display: none !important;
  }
  .ot_body .otb_a .zoomWindow {
    display: none !important;
  }
  .ot_body .otb_a .zoomPreload {
    display: none !important;
  }
  .ot_body .otb_a .prob-pic {
    width: 80%;
  }
  .ot_body .otb_a .rightBox {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 15px;
  }
  .ot_body .otb_a .box {
    margin-top: 15px;
  }
  .ot_body .otb_a .b_t {
    font-size: 23px;
  }
  .ot_body .otb_a .textBox {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
  .ot_body .otb_a .share_box {
    font-size: 16px;
    margin-top: 5px;
  }
  .ot_body .otb_a .buttonBox {
    font-size: 14px;
    margin-top: 10px;
  }
  .ot_body .otb_a .buttonBox a {
    width: 150px;
    height: 40px;
    margin-right: 20px;
  }
  .ot_body .otb_a .prob-pic-btn {
    font-size: 24px;
  }
  .ot_body .otb_b .textBox_1 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
  }
  .ot_body .otb_b .textBox_1 em {
    display: block;
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(1) td,
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(3) td {
    padding: 10px 10px;
  }
  .ot_body .otb_b .textBox_1 table tr {
    font-size: 16px;
    line-height: 15px;
  }
  .ot_body .otb_b .textBox_1 table tr td:nth-of-type(1) {
    font-size: 16px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_2 > p {
    width: 100%;
    font-size: 20px;
    line-height: 26px;
  }
  .ot_body .otb_b .textBox_2 .box {
    margin-top: 10px;
  }
  .ot_body .otb_b .textBox_2 .t_box {
    font-size: 16px;
    line-height: 26px;
  }
  .ot_body .otb_b .textBox_3 {
    font-size: 16px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 em {
    font-size: 20px;
  }
  .ot_body .otb_b .textBox_3 table td {
    padding: 10px 10px;
  }
  .ot_body .otb_b .textBox_3 table tr {
    font-size: 20px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 table tr td:nth-of-type(2) {
    font-size: 20px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 table tr:nth-of-type(1) td {
    padding: 10px 10px !important;
  }
  .ot_body .prev_a,
  .ot_body .next_a {
    width: 40px;
    height: 40px;
  }
  .ot_body .prev_a i,
  .ot_body .next_a i {
    font-size: 20px;
  }
  .ot_body .otb_c {
    margin-top: 20px;
  }
  .ot_body .otb_c .biaoti {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .ot_body .otb_d {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .ot_body .otb_d .lunbo {
    margin-top: 20px;
  }
  .ot_body .otb_d .b_t {
    font-size: 26px;
    line-height: 30px;
  }
  .ot_body .otb_d .b_t p {
    font-size: 34px;
    line-height: 34px;
  }
  .ot_body .otb_d .biaoti {
    font-size: 19px;
    line-height: 26px;
  }
  .ot_body .otb_d .textBox {
    padding: 5% 8%;
  }
  .ot_body .otb_d .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ot_body .otb_d .button {
    font-size: 14px;
    line-height: 20px;
  }
  .to_body .prev_a,
  .to_body .next_a {
    width: 45px;
    height: 45px;
  }
  .to_body .b_t {
    font-size: 22px;
  }
  .to_body .textBox {
    font-size: 14px;
    line-height: 22px;
  }
  .to_body .tob_a {
    margin-top: 15px;
  }
  .to_body .tob_a .r_box {
    margin-top: 1%;
  }
  .to_body .tob_a .textBox {
    margin-top: 5px;
  }
  .to_body .tob_b {
    margin-top: 20px;
  }
  .to_body .tob_b .lunbo {
    margin-top: 20px;
  }
  .to_body .tob_c {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .to_body .tob_c .lunbo {
    margin: 20px auto 0px auto;
  }
  .to_body .tob_c .biaoti {
    font-size: 16px;
    line-height: 24px;
  }
  .to_body .tob_c .box {
    padding: 2% 4%;
    max-width: 70%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .to_body .tob_c .textBox {
    margin-top: 0px;
  }
  .to_body .tob_d {
    padding-top: 20px;
  }
  .to_body .tob_d .lunbo {
    margin-top: 20px;
  }
  .to_body .tob_d .swiper {
    padding-bottom: 60px;
  }
  .to_body .tob_d .swiper-slide p {
    font-size: 16px;
    margin-top: 0px;
  }
  .tto_body figure {
    margin-top: 20px;
  }
  .tto_body .l_box {
    max-width: 35%;
  }
  .tto_body .r_box {
    padding: 0px 2%;
  }
  .tto_body .b_t {
    font-size: 20px;
    line-height: 28px;
  }
  .tto_body .text {
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .tto_body .buttonBox {
    margin-top: 10px;
  }
  .tto_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ttt_body .tttb {
    margin-top: 20px;
  }
  .ttt_body .top .biaoti {
    font-size: 20px;
    line-height: 26px;
  }
  .ttt_body .sh_box {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .ttt_body .detail {
    line-height: 26px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ttt_body .prev_a,
  .ttt_body .next_a {
    width: 40px;
    height: 40px;
  }
  .ttt_body .prev_a i,
  .ttt_body .next_a i {
    font-size: 20px;
  }
  .ttt_body .otb_d {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .ttt_body .otb_d .lunbo {
    margin-top: 20px;
  }
  .ttt_body .otb_d .b_t {
    font-size: 26px;
    line-height: 30px;
  }
  .ttt_body .otb_d .b_t p {
    font-size: 34px;
    line-height: 34px;
  }
  .ttt_body .otb_d .biaoti {
    font-size: 19px;
    line-height: 26px;
  }
  .ttt_body .otb_d .textBox {
    padding: 5% 8%;
  }
  .ttt_body .otb_d .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ttt_body .otb_d .button {
    font-size: 14px;
    line-height: 20px;
  }
  .fo_body .fob_a {
    padding-top: 20px;
  }
  .fo_body .fob_b {
    margin-top: 25px;
  }
  .fo_body .b_t {
    font-size: 20px;
  }
  .fo_body .l_box {
    width: 46%;
  }
  .fo_body .text {
    font-size: 15px;
    margin-top: 5px;
    line-height: 24px;
  }
  .fo_body .box {
    line-height: 24px;
    font-size: 15px;
  }
  .fo_body form {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .fo_body form p {
    margin-top: 15px;
  }
  .fo_body form .ttBox {
    margin-top: 15px;
  }
  .fo_body form .yanzhengma {
    margin-top: 15px;
  }
  .fo_body form .yanzhengma span {
    width: 90px;
    height: 30px;
  }
  .fo_body form .buttonBox {
    margin-top: 20px;
  }
  .hot-product-text{width:100%;position:static;height:auto;display: block;padding: 20px;box-sizing: border-box;max-width:none;}
  .hot-product-box ul li{height:auto;}
  .hot-product-box ul li img{position: static;width: 100%;height: auto;}
  .hot-product-box ul li a{position: static;margin: 30px auto;transform:none;}
}
@media screen and (max-width: 768px) {
  html body .content {
    width: calc(100% - 40px);
  }
  html body .sw_content {
    width: calc(100% - 40px);
  }
  .fob .foot {
    padding-top: 37%;
  }

  .rightMenu>span:nth-of-type(1)>img {
    display: none;
    position: absolute;
    bottom: 100%;
    transform: translate(0);
    left: 0;
  }
  header {
    padding-top: 0px;
  }
  header > .content .logoBox a {
    width: 110px;
  }
  html body header > div > ul .lang{
	  padding-top: 5px;
  }
  header > .content > .center .zhedie i {
    font-size: 22px;
    line-height: 30px;
  }
  footer .f_top {
    padding-top: 13%;
  }
  footer .f_top .f_bt {
    font-size: 20px;
  }
  footer .f_top .buttonBox a {
    width: 140px;
    height: 40px;
  }
  footer .lif {
    font-size: 16px;
    line-height: 26px;
  }
  footer .foot {
    margin-top: -12%;
  }
  footer .f_center {
    line-height: 32px;
    margin-top: 2%;
  }
  footer .l_box {
    display: none;
  }
  footer .r_box {
    width: 100%;
  }
  footer form p {
    width: 48%;
    margin-bottom: 5px;
  }
  footer form div {
    margin-bottom: 5px;
  }
  footer form input {
    height: 40px;
  }
  footer .bottom {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 20px;
  }
  .index .b_t {
    font-size: 24px;
    line-height: 36px;
  }
  .index .b_t p {
    font-size: 30px;
    line-height: 38px;
  }
  .index .i_a {
    padding-top: 20px;
  }
  .index .i_a .mySwiperOne {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .index .i_a .mySwiperOne .textBox {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .index .i_a .mySwiperOne .biaoti {
    font-size: 22px;
    line-height: 26px;
  }
  .index .i_a .mySwiperOne .x_biaoti {
    font-size: 18px;
    line-height: 24px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  .index .i_a .mySwiperOne .jieshao {
    font-size: 14px;
    line-height: 20px;
  }
  .index .i_a .mySwiperOne .buttonBox {
    margin-top: 15px;
    font-size: 14px;
  }
  .index .i_a .mySwiperOne .buttonBox a {
    width: 140px;
    height: 40px;
  }
  .index .i_a .box {
    width: 90px;
    height: 90px;
    padding-top: 10px;
  }
  .index .i_a .box .logo {
    height: 30px;
  }
  .index .i_a .box p {
    margin-top: 5px;
  }
  .index .i_a figure {
    width: 48%;
    margin-left: 4%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
  }
  .index .i_a figure::after {
    width: 35px;
    height: 35px;
  }
  .index .i_a figure .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .index .i_a figure .textBox {
    padding: 5% 8%;
  }
  .index .i_a figure .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index .i_a figure .button {
    font-size: 14px;
    line-height: 20px;
  }
  .index .i_a figure:nth-of-type(4n+1) {
    margin-left: 4%;
  }
  .index .i_a figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .index .i_a figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index .i_a .q_h {
    margin-top: 5px;
  }
  .index .i_b .biaoti {
    font-size: 22px;
    line-height: 28px;
  }
  .index .i_b .x_biaoti {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .index .i_b .l_box {
    flex: none;
    padding-left: 0%;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .index .i_b .r_box {
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .index .i_b .content {
    padding-top: 11.1%;
    padding-bottom: 13.5%;
  }
  .index .i_b .box_1 a {
    -webkit-clip-path: polygon(0% 20px, 20px 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20px, 20px 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 200px;
    height: 60px;
  }
  .index .i_b .box_1 span {
    font-size: 16px;
    height: 24px;
  }
  .index .i_b .box_1 i {
    font-size: 25px;
    margin-top: 5px;
  }
  .index .i_b .textBox {
    font-size: 14px;
    line-height: 22px;
  }
  .index .i_b .box_2 {
    width: 100%;
    padding: 4% 5%;
    margin-top: 10px;
  }
  .index .i_b .box_2 .bt {
    font-size: 20px;
    line-height: 26px;
  }
  .index .i_b .xiahua {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .index .i_c {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index .i_c .l_box {
    width: 80%;
  }
  .index .i_c .r_box {
    width: 100%;
    padding-bottom: 25px;
  }
  .index .i_c .textBox {
    font-size: 15px;
    line-height: 24px;
    margin-top: 5px;
    padding-right: 0%;
  }
  .index .i_c .box {
    margin-top: 0px;
    font-size: 14px;
  }
  .index .i_c figure {
    margin-top: 8px;
    padding-right: 2%;
  }
  .index .i_c .bl_box {
    margin-right: 10px;
  }
  .index .i_d {
    padding-top: 10px;
  }
  .index .i_d .content {
    padding-bottom: 8%;
  }
  .index .i_d .box {
    padding-top: 2%;
  }
  .index .i_d .top {
    position: relative;
    top: 0;
    font-size: 12px;
  }
  .index .i_d .shuzi {
    font-size: 20px;
    line-height: 30px;
  }
  .index .i_d figure {
    width: 49%;
    margin-left: 2%;
    margin-top: 8px;
    padding: 2.4% 2% 1.55% 2%;
  }
  .index .i_d figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .index .i_d figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index .i_d .l_box {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .index .i_d .l_box .biaoti {
    font-size: 20px;
    line-height: 26px;
  }
  .index .i_d form {
    max-width: 88%;
  }
  .index .i_d .x_biaoti {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index .i_d .i_1 {
    height: 45px;
    font-size: 16px;
    padding-right: 170px;
  }
  .index .i_d .i_2 {
    width: 130px;
    height: 45px;
    font-size: 20px;
    line-height: 43px;
  }
  .index .i_d .i_1::placeholder,
  .index .i_d .i_1::-webkit-input-placeholder {
    font-size: 16px;
  }
  .index .i_d .beizhu {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .index .i_d .r_box {
    margin-top: 5px;
    width: 100%;
    padding-bottom: 15px;
  }
  .index .i_d .r_box .biaoti {
    font-size: 16px;
    line-height: 26px;
  }
  .index .i_d .icBox {
    margin-top: 5px;
  }
  .index .i_d .icBox a {
    margin-top: 5px;
    margin-right: 5px;
  }
  .index .i_e {
    margin-bottom: 20px;
  }
  .index .i_e .b_t {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .index .i_e .box {
    align-items: center;
    flex-direction: column-reverse;
  }
  .index .i_e .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .index .i_e .jieshao {
    font-size: 14px;
    line-height: 24px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .index .i_e figure {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .index .i_e .qh_show {
    width: 80%;
  }
  .index .i_e .qh_show::after {
    display: none;
  }
  .index .i_e .qh_show .biaoti {
    margin-top: 15px;
  }
  .index .i_e .qh {
    padding-top: 10px;
    width: 100%;
  }
  .index .i_e .riqi {
    font-size: 14px;
  }
  .index .i_e .button {
    font-size: 14px;
  }
  .oo_body .oob_a {
    padding-top: 10px;
  }
  .oo_body .oob_a .l_box {
    width: 100%;
    height: auto;
  }
  .oo_body .oob_a i {
    display: block;
  }
  .oo_body .oob_a .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .oo_body .oob_a .firstI {
    top: 6px;
  }
  .oo_body .oob_a .firstText {
    font-size: 18px;
  }
  .oo_body .oob_a .textBox {
    padding: 0px 4% 10px 3.5%;
  }
  .oo_body .oob_a .menuTwo {
    display: none;
    padding-top: 0px;
    line-height: 24px;
    font-size: 16px;
  }
  .oo_body .oob_a .menuTwo li {
    margin-top: 5px;
  }
  .oo_body .oob_a .menuThree {
    line-height: 20px;
    font-size: 14px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .oo_body .oob_a .menuThree li {
    margin-top: 0px;
  }
  .oo_body .oob_a .biaoti {
    font-size: 22px;
    line-height: 26px;
  }
  .oo_body .oob_a .x_biaoti {
    font-size: 18px;
    line-height: 24px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  .oo_body .oob_a .jieshao {
    font-size: 14px;
    /* line-height: 20px; */
  }
  .oo_body .oob_a .buttonBox {
    margin-top: 15px;
    font-size: 14px;
  }
  .oo_body .oob_a .buttonBox a {
    width: 140px;
    height: 40px;
  }
  .oo_body .oob_a figure {
    width: 48%;
    margin-left: 4%;
  }
  .oo_body .oob_a figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .oo_body .oob_a figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_a .button {
    /*min-width: 160px;*/
  }
  .oo_body .oob_a .button a {
    min-height: 50px;
    line-height:24px;
    font-size: 16px;
  }
  .oo_body .b_t {
    font-size: 23px;
    line-height: 26px;
  }
  .oo_body .b_t p {
    font-size: 30px;
    line-height: 32px;
  }
  .oo_body .oob_b {
    padding-top: 25px;
  }
  .oo_body .oob_b .m_l {
    margin-top: 0px;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 22px;
  }
  .oo_body .oob_b .m_l p {
    margin-top: 8px;
    min-width: 33%;
  }
  .oo_body .oob_b .textBox .text {
    font-size: 14px;
  }
  .oo_body .oob_b .textBox .biaoti {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .oo_body .oob_b .textBox .buttonBox {
    font-size: 16px;
    margin-top: 5px;
    line-height: 26px;
  }
  .oo_body .oob_b figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 15px;
  }
  .oo_body .oob_b figure:nth-of-type(4n+1) {
    margin-left: 4%;
  }
  .oo_body .oob_b figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .oo_body .oob_b figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_b .bottom {
    padding: 6% 4%;
  }
  .oo_body .oob_b .bottom .biaoti {
    font-size: 16px;
    line-height: 26px;
  }
  .oo_body .oob_b .t_t {
    font-size: 13px;
  }
  .oo_body .oob_b .button {
    margin-top: 5px;
  }
  .oo_body .oob_b .button input {
    width: 12px;
    height: 12px;
  }
  .oo_body .oob_b .button a {
    margin-left: 5px;
    width: 110px;
    height: 30px;
  }
  .oo_body .tag {
    font-size: 14px;
    padding: 2px 2% 10px 2%;
    margin-top: 20px;
  }
  .oo_body .tag span {
    font-size: 18px;
  }
  .oo_body .tag span,
  .oo_body .tag a {
    margin-top: 5px;
    margin-right: 15px;
  }
  .oo_body .PageNumber {
    margin-top: 20px;
  }
  .oo_body .i_b .biaoti {
    font-size: 22px;
    line-height: 28px;
  }
  .oo_body .i_b .x_biaoti {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
  }
  .oo_body .i_b .l_box {
    flex: none;
    padding-left: 0%;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .oo_body .i_b .r_box {
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .oo_body .i_b .content {
    padding-top: 11.1%;
    padding-bottom: 13.5%;
  }
  .oo_body .i_b .box_1 a {
    -webkit-clip-path: polygon(0% 20px, 20px 0%, 100% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0% 20px, 20px 0%, 100% 0%, 100% 100%, 0% 100%);
    width: 200px;
    height: 60px;
  }
  .oo_body .i_b .box_1 span {
    font-size: 16px;
    height: 24px;
  }
  .oo_body .i_b .box_1 i {
    font-size: 25px;
    margin-top: 5px;
  }
  .oo_body .i_b .textBox {
    font-size: 14px;
    line-height: 22px;
  }
  .oo_body .i_b .box_2 {
    width: 100%;
    padding: 4% 5%;
    margin-top: 10px;
  }
  .oo_body .i_b .box_2 .bt {
    font-size: 20px;
    line-height: 26px;
  }
  .oo_body .i_b .xiahua {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .oo_body .oob_d {
    margin-bottom: 30px;
  }
  .oo_body .oob_d .lunbo {
    margin-top: 15px;
  }
  .oo_body .oob_d .textBox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oo_body .oob_d .biaoti {
    font-size: 16px;
    line-height: 26px;
  }
  .oo_body .oob_d .t_t {
    font-size: 13px;
    line-height: 24px;
    margin-top: 2px;
    margin-bottom: 6px;
  }
  .ot_body .otb_a {
    padding-top: 10px;
  }
  .ot_body .otb_a .prob-pic {
    width: 100%;
  }
  .ot_body .otb_a .rightBox {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 15px;
  }
  .ot_body .otb_a .box {
    margin-top: 15px;
  }
  .ot_body .otb_a .b_t {
    font-size: 20px;
  }
  .ot_body .otb_a .textBox {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }
  .ot_body .otb_a .share_box {
    font-size: 16px;
    margin-top: 5px;
  }
  .ot_body .otb_a .buttonBox {
    font-size: 14px;
    margin-top: 10px;
  }
  .ot_body .otb_a .buttonBox a {
    width: 150px;
    height: 40px;
    margin-right: 20px;
  }
  .ot_body .otb_a .prob-pic-btn {
    font-size: 24px;
  }
  .ot_body .otb_b .textBox_1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .ot_body .otb_b .textBox_1 em {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(1) td,
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(3) td {
    padding: 5px 5px;
  }
  .ot_body .otb_b .textBox_1 table tr {
    font-size: 14px;
    line-height: 18px;
  }
  .ot_body .otb_b .textBox_1 table tr td:nth-of-type(1) {
    font-size: 14px;
    line-height: 18px;
  }
  .ot_body .otb_b .textBox_2 > p {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }
  .ot_body .otb_b .textBox_2 .box {
    margin-top: 10px;
  }
  .ot_body .otb_b .textBox_2 .box > p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-right: 0px;
  }
  .ot_body .otb_b .textBox_2 .t_box {
    font-size: 14px;
    line-height: 22px;
  }
  .ot_body .otb_b .textBox_3 {
    font-size: 14px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 em {
    font-size: 18px;
  }
  .ot_body .otb_b .textBox_3 table td {
    text-indent: 15px;
    padding: 10px 10px;
  }
  .ot_body .otb_b .textBox_3 table tr {
    font-size: 18px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 table tr td:nth-of-type(2) {
    font-size: 18px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 table tr:nth-of-type(1) td {
    padding: 10px 10px !important;
  }
  .ot_body .prev_a,
  .ot_body .next_a {
    width: 40px;
    height: 40px;
  }
  .ot_body .prev_a i,
  .ot_body .next_a i {
    font-size: 20px;
  }
  .ot_body .otb_c {
    margin-top: 20px;
  }
  .ot_body .otb_c .biaoti {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ot_body .otb_d {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .ot_body .otb_d .b_t {
    font-size: 23px;
    line-height: 26px;
  }
  .ot_body .otb_d .b_t p {
    font-size: 30px;
    line-height: 32px;
  }
  .ot_body .otb_d .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .ot_body .otb_d .textBox {
    padding: 5% 8%;
  }
  .ot_body .otb_d .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ot_body .otb_d .button {
    font-size: 14px;
    line-height: 20px;
  }
  .to_body .prev_a,
  .to_body .next_a {
    width: 40px;
    height: 40px;
  }
  .to_body .b_t {
    font-size: 20px;
  }
  .to_body .textBox {
    font-size: 14px;
    line-height: 20px;
  }
  .to_body .tob_a {
    padding-top: 10px;
    margin-top: 0px;
  }
  .to_body .tob_a .r_box {
    margin-top: 1%;
  }
  .to_body .tob_a .textBox {
    margin-top: 5px;
  }
  .to_body .tob_b {
    margin-top: 20px;
  }
  .to_body .tob_b .lunbo {
    margin-top: 20px;
  }
  .to_body .tob_c {
    margin-top: 30px;
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .to_body .tob_c .lunbo {
    width: 80%;
    margin: 20px auto 0px auto;
  }
  .to_body .tob_c .swiper {
    overflow: hidden;
  }
  .to_body .tob_c .biaoti {
    font-size: 16px;
    line-height: 24px;
  }
  .to_body .tob_c .box {
    position: relative;
    display: block !important;
    padding: 2% 4%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .to_body .tob_c .textBox {
    margin-top: 0px;
  }
  .to_body .tob_c .prev_a {
    left: 0%;
    transform: translateY(-50%);
  }
  .to_body .tob_c .next_a {
    right: 0%;
    transform: translateY(-50%);
  }
  .to_body .tob_d {
    padding-top: 20px;
  }
  .to_body .tob_d .lunbo {
    margin-top: 15px;
  }
  .to_body .tob_d .swiper {
    padding-bottom: 60px;
  }
  .to_body .tob_d .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
  .to_body .tob_d .prev_a,
  .to_body .tob_d .next_a {
    transform: translateY(-50%);
  }
  .to_body .tob_d .prev_a {
    left: 0%;
  }
  .to_body .tob_d .next_a {
    right: 0%;
  }
  .tto_body .ttob_a {
    padding-top: 1px;
  }
  .tto_body figure {
    justify-content: center;
    margin-top: 20px;
  }
  .tto_body figure:nth-of-type(2n) .r_box {
    text-align: left;
    /* justify-content: flex-start; */
  }
  .tto_body .l_box {
    max-width: 45%;
  }
  .tto_body .r_box {
    width: 100%;
    padding: 10px 4%;
  }
  .tto_body .b_t {
    font-size: 18px;
    line-height: 26px;
  }
  .tto_body .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  .tto_body .riqi {
    font-size: 14px;
    line-height: 26px;
  }
  .tto_body .buttonBox {
    margin-top: 0px;
    font-size: 14px;
    line-height: 26px;
  }
  .tto_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ttt_body .tttb {
    margin-top: 0px;
    padding-top: 10px;
  }
  .ttt_body .top .biaoti {
    font-size: 18px;
    line-height: 26px;
  }
  .ttt_body .sh_box {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .ttt_body .riqi {
    font-size: 14px;
  }
  .ttt_body .detail {
    line-height: 14px;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ttt_body .huanye {
    margin-top: 20px;
  }
  .ttt_body .huanye .anniu a,
  .ttt_body .huanye .anniu span {
    width: 35px;
    height: 35px;
  }
  .ttt_body .huanye .tt {
    margin: 0px 15px;
    line-height: 20px;
    font-size: 14px;
  }
  .ttt_body .huanye p {
    font-size: 16px;
    line-height: 22px;
  }
  .ttt_body .huanye .l_box {
    width: 100%;
  }
  .ttt_body .huanye .r_box {
    flex-direction: row;
    margin-top: 10px;
    width: 100%;
  }
  .ttt_body .prev_a,
  .ttt_body .next_a {
    width: 40px;
    height: 40px;
  }
  .ttt_body .prev_a i,
  .ttt_body .next_a i {
    font-size: 20px;
  }
  .ttt_body .otb_d {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  .ttt_body .otb_d .b_t {
    font-size: 23px;
    line-height: 26px;
  }
  .ttt_body .otb_d .b_t p {
    font-size: 30px;
    line-height: 32px;
  }
  .ttt_body .otb_d .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .ttt_body .otb_d .textBox {
    padding: 5% 8%;
  }
  .ttt_body .otb_d .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ttt_body .otb_d .button {
    font-size: 14px;
    line-height: 20px;
  }
  .fo_body .fob_a {
    padding-top: 20px;
  }
  .fo_body .fob_b {
    margin-top: 25px;
  }
  .fo_body .b_t {
    font-size: 18px;
  }
  .fo_body .l_box {
    width: 100%;
  }
  .fo_body .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .fo_body .text {
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
  }
  .fo_body .box {
    flex-direction: row;
    line-height: 22px;
    font-size: 14px;
  }
  .fo_body .box .y_j {
    min-width: 50%;
    padding-right: 8px;
  }
  .fo_body .box i {
    font-size: 20px;
    margin-right: 10px;
  }
  .fo_body form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fo_body form input {
    height: 40px;
  }
  .fo_body form textarea {
    height: 100px;
  }
  .fo_body form p {
    margin-top: 10px;
  }
  .fo_body form .ttBox {
    margin-top: 10px;
  }
  .fo_body form .yanzhengma {
    margin-top: 10px;
  }
  .fo_body form .yanzhengma input {
    height: 40px;
  }
  .fo_body form .yanzhengma span {
    width: 90px;
    height: 30px;
  }
  .fo_body form .buttonBox {
    margin-top: 10px;
  }
  .fo_body form .buttonBox input {
    font-size: 18px;
  }
  .fo_body .afterBox::before {
    top: 21px;
  }
  .PageNumber {
    font-size: 14px;
  }
  .PageNumber a {
    margin-right: 5px;
  }
  .PageNumber span {
    margin-left: 5px;
  }
  .PageNumber input {
    font-size: 14px;
  }
  .margin_top {
    margin-top: 68px;
  }
  .bannerBox {
    display: none;
  }
  .mbx {
    display: none;
  }
  .index_video_box ul li{width:49%;}
}
@media screen and (max-width: 600px) {
    .hot-product-text{padding:10px;}
    .hot-product-text h3{font-size:18px;margin-bottom: 10px;}
    .hot-product-text p{font-size:12px;}
    .hot-product-box ul li a{line-height: 30px;font-size: 12px;margin: 20px auto;}
}
@media screen and (max-width: 480px) {
    .index_video_box ul li{width:100%;}
    .hot-product-box ul li a{width:80%;}
  header > .content .logoBox a {
    width: 100px;
  }
  header > .content > .center .zhedie i {
    font-size: 22px;
    line-height: 30px;
  }
  .fob .foot {
    padding-top: 65%;
    margin-top: -30%;
  }
  footer .img {
    display: none;
  }
  footer .f_top {
    padding-top: 13%;
  }
  footer .f_top .f_bt {
    font-size: 18px;
  }
  footer .f_top .buttonBox a {
    width: 140px;
    height: 40px;
  }
  footer .lif {
    font-size: 16px;
    line-height: 26px;
  }
  footer .foot {
    margin-top: 0%;
    padding-top: 5%;
  }
  footer .f_center {
    line-height: 32px;
    margin-top: 2%;
  }
  footer .l_box {
    display: none;
  }
  footer .r_box {
    width: 100%;
  }
  footer form p {
    width: 100%;
    margin-bottom: 5px;
  }
  footer form div {
    margin-bottom: 5px;
  }
  footer form input {
    height: 36px;
  }
  footer .bottom {
    font-size: 12px;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 20px;
  }
  footer .bottom .link {
    display: none;
  }
  .index .b_t {
    font-size: 20px;
    line-height: 26px;
  }
  .index .b_t p {
    font-size: 22px;
    line-height: 27px;
  }
  .index .i_a {
    padding-top: 20px;
  }
  .index .i_a .mySwiperOne {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .index .i_a .mySwiperOne .textBox {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .index .i_a .mySwiperOne .biaoti {
    font-size: 18px;
    line-height: 26px;
  }
  .index .i_a .mySwiperOne .x_biaoti {
    font-size: 16px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  .index .i_a .mySwiperOne .jieshao {
    font-size: 14px;
    line-height: 20px;
  }
  .index .i_a .mySwiperOne .buttonBox {
    margin-top: 10px;
    font-size: 14px;
  }
  .index .i_a .mySwiperOne .buttonBox a {
    width: 130px;
    height: 36px;
  }
  .index .i_a .box {
    width: 84px;
    height: 84px;
    padding-top: 12px;
  }
  .index .i_a .box .logo {
    height: 28px;
  }
  .index .i_a .box p {
    margin-top: 5px;
  }
  .index .i_a figure {
    width: 100%;
    margin-left: 0%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 35px), calc(100% - 35px) 100%, 0 100%);
  }
  .index .i_a figure::after {
    width: 35px;
    height: 35px;
  }
  .index .i_a figure .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .index .i_a figure .textBox {
    padding: 5% 8%;
  }
  .index .i_a figure .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index .i_a figure .button {
    font-size: 14px;
    line-height: 20px;
  }
  .index .i_a figure:nth-of-type(4n+1) {
    margin-left: 0%;
  }
  .index .i_a figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index .i_a figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index .i_a .q_h {
    margin-top: 5px;
  }
  .index .i_a .qh_show {
    margin-top: 2px;
  }
  .index .i_b .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .index .i_b .x_biaoti {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
  }
  .index .i_b .l_box {
    flex: none;
    padding-left: 0%;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .index .i_b .r_box {
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .index .i_b .content {
    padding-top: 25%;
  }
  .index .i_b .box_1 a {
    width: 200px;
    height: 60px;
  }
  .index .i_b .box_1 span {
    font-size: 14px;
    line-height: 24px;
  }
  .index .i_b .box_1 i {
    font-size: 20px;
    margin-top: 0px;
  }
  .index .i_b .textBox {
    font-size: 14px;
    line-height: 22px;
  }
  .index .i_b .box_2 {
    width: 100%;
    padding: 4% 5%;
    margin-top: 10px;
  }
  .index .i_b .box_2 .bt {
    font-size: 18px;
    line-height: 24px;
  }
  .index .i_b .xiahua {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .index .i_c {
    flex-wrap: wrap;
    justify-content: center;
  }
  .index .i_c .l_box {
    width: 100%;
  }
  .index .i_c .l_box .bofangBox {
    width: 50px;
  }
  .index .i_c .r_box {
    width: 100%;
  }
  .index .i_c .textBox {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
    padding-right: 0%;
  }
  .index .i_c .box {
    font-size: 13px;
    line-height: 20px;
  }
  .index .i_c figure {
    margin-top: 5px;
    padding-right: 2%;
  }
  .index .i_c .bl_box {
    margin-right: 5px;
  }
  .index .i_d {
    padding-top: 10px;
  }
  .index .i_d .content {
    padding-bottom: 8%;
  }
  .index .i_d .box {
    padding-top: 2%;
  }
  .index .i_d .top {
    position: relative;
    top: 0;
    font-size: 12px;
  }
  .index .i_d .shuzi {
    font-size: 20px;
    line-height: 30px;
  }
  .index .i_d figure {
    width: 49%;
    margin-left: 2%;
    margin-top: 8px;
    padding: 2.4% 2% 1.55% 2%;
  }
  .index .i_d figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .index .i_d figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index .i_d .l_box {
    width: 100%;
    padding-right: 0px;
    border-right: none;
  }
  .index .i_d .l_box .biaoti {
    font-size: 20px;
    line-height: 26px;
  }
  .index .i_d form {
    max-width: 100%;
  }
  .index .i_d .x_biaoti {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  .index .i_d .i_1 {
    height: 40px;
    font-size: 14px;
    padding-right: 110px;
  }
  .index .i_d .i_2 {
    width: 100px;
    height: 40px;
    font-size: 16px;
    line-height: 38px;
  }
  .index .i_d .i_1::placeholder,
  .index .i_d .i_1::-webkit-input-placeholder {
    font-size: 14px;
  }
  .index .i_d .beizhu {
    margin-top: 5px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
  }
  .index .i_d .r_box {
    margin-top: 5px;
    width: 100%;
    padding-bottom: 15px;
  }
  .index .i_d .r_box .biaoti {
    font-size: 16px;
    line-height: 26px;
  }
  .index .i_d .icBox {
    margin-top: 5px;
  }
  .index .i_d .icBox a {
    width: 32px;
    height: 32px;
    margin-top: 5px;
    margin-right: 5px;
  }
  .index .i_e {
    margin-bottom: 20px;
  }
  .index .i_e .biaoti {
    font-size: 16px;
    line-height: 22px;
  }
  .index .i_e .jieshao {
    margin-top: 2px;
    margin-bottom: 2px;
  }
  .index .i_e .qh_show {
    width: 100%;
  }
  .index .i_e .qh_show .biaoti {
    margin-top: 5px;
  }
  .margin_top {
    margin-top: 64px;
  }
  .oo_body .oob_a .textBox {
    position: relative;
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
  }
  .oo_body .oob_a .biaoti {
    font-size: 18px;
    line-height: 26px;
  }
  .oo_body .oob_a .x_biaoti {
    font-size: 16px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 5px;
  }
  .oo_body .oob_a .jieshao {
    font-size: 14px;
    /* line-height: 20px; */
  }
  .oo_body .oob_a .buttonBox {
    margin-top: 10px;
    font-size: 14px;
  }
  .oo_body .oob_a .buttonBox a {
    width: 130px;
    height: 36px;
  }
  .oo_body .oob_a figure {
    width: 100%;
    margin-left: 0%;
  }
  .oo_body .oob_a figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .oo_body .oob_a figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_a .button {
    min-width: 160px;
  }
  .oo_body .oob_a .button a {
    min-height: 50px;
    line-height:26px;
    font-size: 18px;
  }
  .oo_body .b_t {
    font-size: 20px;
    line-height: 26px;
  }
  .oo_body .b_t p {
    font-size: 20px;
    line-height: 26px;
  }
  .oo_body .oob_b {
    padding-top: 25px;
  }
  .oo_body .oob_b .m_l {
    margin-top: 0px;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 14px;
    line-height: 22px;
  }
  .oo_body .oob_b .m_l p {
    margin-top: 8px;
    min-width: 50%;
  }
  .oo_body .oob_b .textBox .text {
    font-size: 14px;
  }
  .oo_body .oob_b .textBox .biaoti {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .oo_body .oob_b .textBox .buttonBox {
    font-size: 14px;
    margin-top: 5px;
    line-height: 26px;
  }
  .oo_body .oob_b figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }
  .oo_body .oob_b figure:nth-of-type(4n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_b figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_b figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_b .bottom {
    padding: 4% 4%;
  }
  .oo_body .oob_b .bottom .biaoti {
    font-size: 16px;
    line-height: 24px;
  }
  .oo_body .oob_b .t_t {
    font-size: 13px;
    line-height: 20px;
  }
  .oo_body .oob_b .button {
    margin-top: 5px;
  }
  .oo_body .oob_b .button input {
    width: 12px;
    height: 12px;
  }
  .oo_body .oob_b .button a {
    margin-left: 5px;
    width: 110px;
    height: 30px;
  }
  .oo_body .tag {
    font-size: 14px;
    padding: 2px 2% 10px 2%;
    margin-top: 20px;
  }
  .oo_body .tag span {
    font-size: 16px;
  }
  .oo_body .tag span,
  .oo_body .tag a {
    margin-top: 5px;
    margin-right: 15px;
  }
  .oo_body .PageNumber {
    margin-top: 10px;
  }
  .oo_body .i_b .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .oo_body .i_b .x_biaoti {
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    text-align: center;
  }
  .oo_body .i_b .l_box {
    flex: none;
    padding-left: 0%;
    align-items: center;
    width: 100%;
    padding-bottom: 0px;
  }
  .oo_body .i_b .r_box {
    flex-wrap: wrap;
    margin-top: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  .oo_body .i_b .content {
    padding-top: 25%;
  }
  .oo_body .i_b .box_1 a {
    width: 200px;
    height: 60px;
  }
  .oo_body .i_b .box_1 span {
    font-size: 14px;
    line-height: 24px;
  }
  .oo_body .i_b .box_1 i {
    font-size: 20px;
    margin-top: 0px;
  }
  .oo_body .i_b .textBox {
    font-size: 14px;
    line-height: 22px;
  }
  .oo_body .i_b .box_2 {
    width: 100%;
    padding: 4% 5%;
    margin-top: 10px;
  }
  .oo_body .i_b .box_2 .bt {
    font-size: 18px;
    line-height: 24px;
  }
  .oo_body .i_b .xiahua {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .oo_body .oob_d {
    margin-bottom: 10px;
  }
  .oo_body .oob_d .lunbo {
    margin-top: 15px;
  }
  .oo_body .oob_d .textBox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .oo_body .oob_d .biaoti {
    font-size: 16px;
    line-height: 26px;
  }
  .oo_body .oob_d .t_t {
    font-size: 13px;
    line-height: 24px;
    margin-top: 2px;
    margin-bottom: 6px;
  }
  .oo_body .oob_d .button {
    font-size: 14px;
  }
  .ot_body .otb_a {
    padding-top: 10px;
  }
  .ot_body .otb_a .prob-pic {
    width: 100%;
  }
  .ot_body .otb_a .rightBox {
    flex-direction: column-reverse;
    width: 100%;
    margin-top: 10px;
  }
  .ot_body .otb_a .box {
    margin-top: 15px;
  }
  .ot_body .otb_a .b_t {
    font-size: 18px;
  }
  .ot_body .otb_a .textBox {
    font-size: 14px;
    line-height: 20px;
    margin-top: 8px;
  }
  .ot_body .otb_a .share_box {
    font-size: 16px;
    margin-top: 5px;
  }
  .ot_body .otb_a .buttonBox {
    font-size: 14px;
    margin-top: 10px;
  }
  .ot_body .otb_a .buttonBox a {
    width: 130px;
    height: 40px;
    margin-right: 10px;
  }
  .ot_body .otb_a .prob-pic-btn {
    font-size: 20px;
  }
  .ot_body .otb_b .textBox_1 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
  }
  .ot_body .otb_b .textBox_1 em {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
  }
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(1) td,
  .ot_body .otb_b .textBox_1 table tr:nth-of-type(3) td {
    padding: 5px 5px;
  }
  .ot_body .otb_b .textBox_1 table tr {
    font-size: 14px;
    line-height: 18px;
  }
  .ot_body .otb_b .textBox_1 table tr td:nth-of-type(1) {
    font-size: 14px;
    line-height: 18px;
  }
  .ot_body .otb_b .textBox_2 > p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
  .ot_body .otb_b .textBox_2 .box {
    margin-top: 10px;
  }
  .ot_body .otb_b .textBox_2 .box > p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    margin-right: 0px;
  }
  .ot_body .otb_b .textBox_2 .t_box {
    font-size: 14px;
    line-height: 22px;
  }
  .ot_body .otb_b .textBox_2 img {
    margin-right: 10px;
  }
  .ot_body .otb_b .textBox_3 {
    font-size: 14px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 em {
    font-size: 16px;
  }
  .ot_body .otb_b .textBox_3 table td {
    padding: 5px 5px;
    text-indent: 15px;
  }
  .ot_body .otb_b .textBox_3 table tr {
    font-size: 16px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 table tr td:nth-of-type(2) {
    font-size: 16px;
    line-height: 20px;
  }
  .ot_body .otb_b .textBox_3 table tr:nth-of-type(1) td {
    padding: 5px 5px !important;
  }
  .ot_body .prev_a,
  .ot_body .next_a {
    width: 35px;
    height: 35px;
  }
  .ot_body .prev_a i,
  .ot_body .next_a i {
    font-size: 16px;
  }
  .ot_body .otb_c {
    margin-top: 20px;
  }
  .ot_body .otb_c .biaoti {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .ot_body .otb_d {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ot_body .otb_d .b_t {
    font-size: 20px;
    line-height: 26px;
  }
  .ot_body .otb_d .b_t p {
    font-size: 20px;
    line-height: 26px;
  }
  .ot_body .otb_d .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .ot_body .otb_d .textBox {
    padding: 5% 8%;
  }
  .ot_body .otb_d .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ot_body .otb_d .button {
    font-size: 14px;
    line-height: 20px;
  }
  .to_body .prev_a,
  .to_body .next_a {
    width: 35px;
    height: 35px;
  }
  .to_body .b_t {
    font-size: 18px;
  }
  .to_body .textBox {
    font-size: 14px;
    line-height: 20px;
  }
  .to_body .tob_a {
    padding-top: 10px;
    margin-top: 0px;
  }
  .to_body .tob_a .l_box {
    width: 100%;
  }
  .to_body .tob_a .r_box {
    margin-top: 10px;
  }
  .to_body .tob_a .textBox {
    margin-top: 5px;
  }
  .to_body .tob_b {
    margin-top: 20px;
  }
  .to_body .tob_b .lunbo {
    margin-top: 20px;
  }
  .to_body .tob_c {
    margin-top: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .to_body .tob_c .lunbo {
    width: 100%;
    margin: 10px auto 0px auto;
  }
  .to_body .tob_c .biaoti {
    font-size: 16px;
    line-height: 24px;
  }
  .to_body .tob_c .box {
    position: relative;
    display: block !important;
    padding: 2% 4%;
    max-width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .to_body .tob_c .textBox {
    margin-top: 0px;
  }
  .to_body .tob_d {
    padding-top: 20px;
  }
  .to_body .tob_d .lunbo {
    margin-top: 15px;
  }
  .to_body .tob_d .swiper {
    padding-bottom: 0px;
  }
  .to_body .tob_d .swiper-slide p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0px;
  }
  .to_body .tob_d .prev_a,
  .to_body .tob_d .next_a {
    top: 50%;
    transform: translateY(-50%);
  }
  .to_body .tob_d .prev_a {
    left: 0%;
  }
  .to_body .tob_d .next_a {
    right: 0%;
  }
  .to_body .tob_d .swiper-slide-active,
  .to_body .tob_d .swiper-slide-duplicate-active {
    transform: scale(1);
  }
  .tto_body .ttob_a {
    padding-top: 1px;
  }
  .tto_body figure {
    justify-content: center;
    margin-top: 10px;
  }
  .tto_body figure:nth-of-type(2n) .r_box {
    text-align: left;
    justify-content: flex-start;
  }
  .tto_body .l_box {
    max-width: 100%;
  }
  .tto_body .r_box {
    width: 100%;
    padding: 10px 4%;
  }
  .tto_body .b_t {
    font-size: 16px;
    line-height: 24px;
  }
  .tto_body .text {
    font-size: 13px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .tto_body .riqi {
    font-size: 14px;
    line-height: 26px;
  }
  .tto_body .buttonBox {
    margin-top: 0px;
    font-size: 14px;
    line-height: 26px;
  }
  .tto_body .PageNumber {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .ttt_body .tttb {
    margin-top: 0px;
    padding-top: 10px;
  }
  .ttt_body .top .biaoti {
    font-size: 18px;
    line-height: 26px;
  }
  .ttt_body .sh_box {
    justify-content: center;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .ttt_body .riqi {
    font-size: 14px;
  }
  .ttt_body .detail {
    line-height: 14px;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .ttt_body .huanye {
    margin-top: 10px;
  }
  .ttt_body .huanye .anniu a,
  .ttt_body .huanye .anniu span {
    width: 30px;
    height: 30px;
  }
  .ttt_body .huanye .anniu i {
    font-size: 14px;
  }
  .ttt_body .huanye .tt {
    margin: 0px 5px;
    line-height: 18px;
    font-size: 12px;
  }
  .ttt_body .huanye p {
    font-size: 14px;
    line-height: 20px;
  }
  .ttt_body .huanye .l_box {
    width: 100%;
    align-items: center;
  }
  .ttt_body .huanye .r_box {
    align-items: center;
    flex-direction: row;
    margin-top: 8px;
    width: 100%;
  }
  .ttt_body .prev_a,
  .ttt_body .next_a {
    width: 35px;
    height: 35px;
  }
  .ttt_body .prev_a i,
  .ttt_body .next_a i {
    font-size: 16px;
  }
  .ttt_body .otb_d {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .ttt_body .otb_d .b_t {
    font-size: 20px;
    line-height: 26px;
  }
  .ttt_body .otb_d .b_t p {
    font-size: 20px;
    line-height: 26px;
  }
  .ttt_body .otb_d .biaoti {
    font-size: 18px;
    line-height: 24px;
  }
  .ttt_body .otb_d .textBox {
    padding: 5% 8%;
  }
  .ttt_body .otb_d .text {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .ttt_body .otb_d .button {
    font-size: 14px;
    line-height: 20px;
  }
  .fo_body .fob_a {
    padding-top: 20px;
  }
  .fo_body .fob_b {
    margin-top: 25px;
  }
  .fo_body .b_t {
    font-size: 18px;
  }
  .fo_body .l_box {
    width: 100%;
  }
  .fo_body .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .fo_body .text {
    font-size: 14px;
    margin-top: 5px;
    line-height: 22px;
  }
  .fo_body .box {
    flex-direction: row;
    line-height: 22px;
    font-size: 14px;
  }
  .fo_body .box .y_j {
    min-width: 50%;
    padding-right: 8px;
  }
  .fo_body .box i {
    font-size: 20px;
    margin-right: 10px;
  }
  .fo_body form {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .fo_body form input {
    height: 38px;
  }
  .fo_body form textarea {
    height: 90px;
  }
  .fo_body form p {
    margin-top: 8px;
  }
  .fo_body form .ttBox {
    margin-top: 8px;
  }
  .fo_body form .yanzhengma {
    margin-top: 8px;
  }
  .fo_body form .yanzhengma input {
    height: 38px;
  }
  .fo_body form .yanzhengma span {
    width: 90px;
    height: 30px;
  }
  .fo_body form .buttonBox {
    margin-top: 10px;
  }
  .fo_body form .buttonBox input {
    font-size: 18px;
  }
  .PageNumber {
    font-size: 14px;
    flex-wrap: wrap;
  }
  .PageNumber a {
    width: 28px;
    flex-shrink: 0;
    margin-right: 3px;
    margin-top: 10px;
  }
  .PageNumber .p_f {
    width: 60px;
  }
  .PageNumber .p_l {
    width: 40px;
  }
  .PageNumber span {
    margin-top: 10px;
  }
}
.m-kefu-chat.mobile-hide{display:none !important;}
@font-face {
  font-family: 'Montserrat-Light';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg');
}
@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
}
@font-face {
  font-family: 'AkzidenzGroteskBQ-Super';
  src: url('../fonts/AkzidenzGroteskBQ-Super.eot');
  src: url('../fonts/AkzidenzGroteskBQ-Super.eot') format('embedded-opentype'), url('../fonts/AkzidenzGroteskBQ-Super.woff2') format('woff2'), url('../fonts/AkzidenzGroteskBQ-Super.woff') format('woff'), url('../fonts/AkzidenzGroteskBQ-Super.ttf') format('truetype'), url('../fonts/AkzidenzGroteskBQ-Super.svg#AkzidenzGroteskBQ-Super') format('svg');
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  src: url('../font/iconfont.ttf?t=1629708285961') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-weixin:before {
  content: "\e619";
}
.icon-dizhi2:before {
  content: "\e61d";
}
.icon-homepage_fill:before {
  content: "\e702";
}
.icon-shujuzhiliang:before {
  content: "\e618";
}
.icon-Tags:before {
  content: "\e667";
}
.icon-dianhua3:before {
  content: "\e693";
}
.icon-tubiaoku03:before {
  content: "\e617";
}
.icon-15fenzhongxiangying:before {
  content: "\e692";
}
.icon-zuanshi_o:before {
  content: "\eb70";
}
.icon-yanfa:before {
  content: "\e632";
}
.icon-zhengshu:before {
  content: "\e66e";
}
.icon-changjiantou-copy-copy-copy:before {
  content: "\e60d";
}
.icon-twitter-new2:before {
  content: "\e800";
}
.icon-WeChat:before {
  content: "\e62f";
}
.icon-zhiding:before {
  content: "\e704";
}
.icon-skype2:before {
  content: "\ea04";
}
.icon-email2:before {
  content: "\e634";
}
.icon-whatsapp2:before {
  content: "\e60e";
}
.icon-jiantou_qiehuanzuo1:before {
  content: "\e6eb";
}
.icon-instagram2:before {
  content: "\e73a";
}
.icon-youtube1:before {
  content: "\e614";
}
.icon-biaoqian1:before {
  content: "\e629";
}
.icon-feiji:before {
  content: "\e6ae";
}
.icon-xiazai:before {
  content: "\e64b";
}
.icon-home1:before {
  content: "\e60b";
}
.icon-kehuishouwu-bolilei:before {
  content: "\e63f";
}
.icon-dianhua2:before {
  content: "\e61c";
}
.icon-youjiantou-copy:before {
  content: "\eb8f";
}
.icon-sanjiaoleft-copy:before {
  content: "\eb8e";
}
.icon-sanjiaoleft:before {
  content: "\e609";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.icon-tabzuoyouqiehuan-copy:before {
  content: "\eb90";
}
.icon-tabzuoyouqiehuan:before {
  content: "\e668";
}
.icon-tuandui:before {
  content: "\e62d";
}
.icon-renzhengpeizhi:before {
  content: "\e612";
}
.icon-jichusheshi:before {
  content: "\e670";
}
.icon-dianji-shouzhi:before {
  content: "\e60a";
}
.icon-pinterest2:before {
  content: "\e82e";
}
.icon-facebook1:before {
  content: "\eb8d";
}
.icon-douyin:before {
  content: "\e6b0";
}
.icon-xiangxiaxialakuang:before {
  content: "\e657";
}
.icon-jiantou_qiehuanzuo:before {
  content: "\e6d1";
}
.icon-dizhi1:before {
  content: "\e64a";
}
.icon-home-fill:before {
  content: "\e622";
}
.icon-message1:before {
  content: "\e6b5";
}
.icon-message2:before {
  content: "\e660";
}
.icon-jiantou:before {
  content: "\e638";
}
.icon-jiantou-copy:before {
  content: "\eb91";
}
.icon-up2:before {
  content: "\e721";
}
.icon-shubiao1:before {
  content: "\e662";
}
.icon-diqiu:before {
  content: "\e62e";
}
.icon-jiantou_xiangyou:before {
  content: "\eb08";
}
.icon-dianhua1:before {
  content: "\e61b";
}
.icon-dingzhijiaju:before {
  content: "\e61a";
}
.icon-shenhe:before {
  content: "\e64f";
}
.icon-dianhua:before {
  content: "\e71a";
}
.icon-daohangdizhi:before {
  content: "\e65f";
}
.icon-calendar2:before {
  content: "\e606";
}
.icon-yuzhongqiehuanx:before {
  content: "\e70f";
}
.icon-fangda:before {
  content: "\e835";
}
.icon-calculation:before {
  content: "\e6ca";
}
.icon-chizi:before {
  content: "\e645";
}
.icon-chuangyejidi:before {
  content: "\e650";
}
.icon-twitter3:before {
  content: "\e7fd";
}
.icon-twitter4:before {
  content: "\e7fe";
}
.icon-yuangongfuzeren:before {
  content: "\e62a";
}
.icon-gongchang:before {
  content: "\e98e";
}
.icon-dizhi:before {
  content: "\e652";
}
.icon-youxiang-32:before {
  content: "\e605";
}
.icon-appquality:before {
  content: "\e69b";
}
.icon-yuangong:before {
  content: "\e64e";
}
.icon-skype-fill:before {
  content: "\e882";
}
.icon-kexuejishu-:before {
  content: "\e9be";
}
.icon-zu:before {
  content: "\e613";
}
.icon-zuojiantou:before {
  content: "\e75c";
}
.icon-yuyan:before {
  content: "\e684";
}
.icon-shijian:before {
  content: "\e6c8";
}
.icon-jingyanfankui1:before {
  content: "\e665";
}
.icon-funengkejiyanfa:before {
  content: "\e64d";
}
.icon-shubiao:before {
  content: "\e89d";
}
.icon-icon_37:before {
  content: "\e60c";
}
.icon-xiangxia:before {
  content: "\e666";
}
.icon-wodedingdan2:before {
  content: "\e651";
}
.icon-zhiliangrenzheng:before {
  content: "\e65e";
}
.icon-tuanduishezhi:before {
  content: "\e604";
}
.icon-035meijin:before {
  content: "\e7d1";
}
.icon-trun-north:before {
  content: "\e615";
}
.icon-zhuanwan:before {
  content: "\e603";
}
.icon-guanbi:before {
  content: "\e601";
}
.icon-zhedie2:before {
  content: "\e621";
}
.icon-shouji:before {
  content: "\e658";
}
.icon-rili:before {
  content: "\e8b4";
}
.icon-youxiang:before {
  content: "\e664";
}
.icon-yingguoguoqi:before {
  content: "\e63e";
}
.icon-phone:before {
  content: "\e7c8";
}
.icon-tel:before {
  content: "\e7c7";
}
.icon-phone1:before {
  content: "\e7cb";
}
.icon-skype:before {
  content: "\e7cc";
}
.icon-whatsapp1:before {
  content: "\e7c1";
}
.icon-address1:before {
  content: "\e7c3";
}
.icon-contact1:before {
  content: "\e7c4";
}
.icon-email1:before {
  content: "\e7c5";
}
.icon-skype1:before {
  content: "\e7c9";
}
.icon-fax1:before {
  content: "\e7ca";
}
.icon-qq:before {
  content: "\e7ce";
}
.icon-tel1:before {
  content: "\e7cd";
}
.icon-wechat:before {
  content: "\e7cf";
}
.icon-phone2:before {
  content: "\e7d0";
}
.icon-message:before {
  content: "\e7da";
}
.icon-calendar:before {
  content: "\e7e1";
}
.icon-calendar1:before {
  content: "\e7e3";
}
.icon-top:before {
  content: "\e7ed";
}
.icon-youbian:before {
  content: "\e60f";
}
.icon-jian2:before {
  content: "\e600";
}
.icon-jia2:before {
  content: "\e608";
}
.icon-vk:before {
  content: "\e735";
}
.icon-instagram1:before {
  content: "\e640";
}
.icon-up7:before {
  content: "\e722";
}
.icon-bottom7:before {
  content: "\e723";
}
.icon-left7:before {
  content: "\e724";
}
.icon-right7:before {
  content: "\e725";
}
.icon-sousuo4:before {
  content: "\e610";
}
.icon-sousuo:before {
  content: "\e616";
}
.icon-sousuo1:before {
  content: "\e65b";
}
.icon-shangchuan:before {
  content: "\e602";
}
.icon-top2:before {
  content: "\e637";
}
.icon-biaoqian:before {
  content: "\e649";
}
.icon-home:before {
  content: "\e624";
}
.icon-edit:before {
  content: "\e611";
}
.icon-facebook:before {
  content: "\e620";
}
.icon-pinterest:before {
  content: "\e8ab";
}
.icon-linkedin:before {
  content: "\e648";
}
.icon-youtube:before {
  content: "\e6d6";
}
.icon-twitter:before {
  content: "\e607";
}
.icon-bigger:before {
  content: "\e647";
}
.icon-left:before {
  content: "\e72c";
}
.icon-right:before {
  content: "\e72d";
}
.icon-up1:before {
  content: "\e72e";
}
.icon-bottom1:before {
  content: "\e72f";
}
.icon-left1:before {
  content: "\e730";
}
.icon-right1:before {
  content: "\e731";
}
.icon-up:before {
  content: "\e73e";
}
.icon-bottom:before {
  content: "\e73f";
}
.icon-instagram:before {
  content: "\e79d";
}
.icon-tumblr:before {
  content: "\e79e";
}
.icon-download:before {
  content: "\e7a0";
}
.icon-download1:before {
  content: "\e7a7";
}
.icon-search4:before {
  content: "\e7b2";
}
.icon-address:before {
  content: "\e7bc";
}
.icon-email:before {
  content: "\e7bd";
}
.icon-contact:before {
  content: "\e7be";
}
.icon-whatsapp:before {
  content: "\e7bf";
}
.icon-fax:before {
  content: "\e7c2";
}
.icon-mobile:before {
  content: "\e7c6";
}
.index_video{padding-bottom:50px;box-sizing:border-box;}
.index_video_box ul{display:flex;margin-top:30px;}
.index_video_box ul li{width:24%;margin:10px 0;}
.index_video img{width:100%;}
.index_video_box ul li h3{font-size:16px;line-height:1.5;margin:10px 0;text-align:center;}
.index_video_more{display:flex;}
.index_video_more a{display: inline-block;margin: 30px auto;font-size: 18px;padding: 0 50px;box-sizing: border-box;line-height: 40px;border: 1px solid #9a0202;color:#9a0202;margin-top: 30px;}
.index_video_more a:hover{background: #9a0202;color: #ffffff;}